.academic-itro
{
    background: url(../images/academic-intro-bg.svg) #00B7AC no-repeat center;
    padding: 80px 0 100px 0;  
}
.academic-itro-text
{
    text-align: center;
    color: #fff;
}
.academic-itro-text h1{
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    font-family: Montserrat;
    margin-bottom: 30px
}
.academic-itro-text p{
    font-size: 14px;
    line-height: 24px;
}
.academic-doc-list
{
    padding: 100px 0;
}
.academic-doc-list-bg
{
    background: linear-gradient(180deg, #00B7AC -2.33%, #034EA1 100%);
    padding: 1px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 4px 7px 1px rgba(69, 85, 104, 0.34);
}
.academic-doc-list-content
{
    background:#fff;
    display: flex;
    align-items: center;
    border-radius: 12px;
    overflow: hidden;
}
.doc-img
{
    flex: 0 0 auto;
    flex-grow:0;
    flex-shrink:0;
}

.doc-text
{
    padding: 0 15px 0 20px;
    flex: auto;
}
.doc-text h3{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #0C51A0;
    margin-bottom: 15px;
}
.doc-text p span{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px !important;
    letter-spacing: 0.01em;
    color: #000000;
    opacity: 0.5;
}
.doc-text h4
{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    color: #0C51A0;
    margin-bottom: 15px;
}
.doc-text p span:first-child
{
    margin-bottom: 10px;
    display: block;
}
.academic-doc-list-border
{
    position: absolute;
    content: '';
    right: 0;
    top:0;
    height: 100%;
    width: 12px;
    background: linear-gradient(180deg, #034EA1 -2.33%, #00B7AC 100%);
}




.nav.nav-justified > li > a { position: relative; }
.nav.nav-justified > li > a:hover,
.nav.nav-justified > li > a:focus { background-color: transparent; }
.nav.nav-justified > li > a > img { 
    max-width: 100%; 
    opacity: .3; 
    -webkit-transform: scale(.8,.8);
            transform: scale(.8,.8);
    -webkit-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.nav.nav-justified > li.active > a > img,
.nav.nav-justified > li:hover > a > img,
.nav.nav-justified > li:focus > a > img { 
    opacity: 1; 
    -webkit-transform: none;
            transform: none;
    -webkit-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.tab-pane .tab-inner { padding: 30px 0 20px; }

@media (min-width: 768px) {
    .nav.nav-justified > li > a > .quote {
        left: auto;
        top: auto;
        right: 20px;
        bottom: 0px;
    }  
}
.academic-tab-cont button{
    display: block;
    text-align: center;
    margin: auto;
    background: none;
    border: 2px solid #034EA1;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 0px 35px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #034EA1;
    margin-top: 30px;
    height: 50px;
    
}
.academic-tab-cont li.active a button
{
    background: linear-gradient(90deg, #034EA1 0%, #00B7AC 100%) !important;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    color: #fff;
    border: none;
}
.academic-tab-cont
{
    width: 50%;
    margin: 0 auto;
}
.academic-tab-inner form{
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 40px;
    display: flex;
    border: 1px solid #00B7AC;
    justify-content: space-between;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.academic-tab-inner form .form-group {
    width: 26%;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-results__option {
    font-family: MontserratBold;
    font-size: 14px;
    color: #144d9e;
    line-height: 19px;
    text-transform: capitalize;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
    right: 28px;
}
.tab-overview
{
    text-align: center;
    padding-bottom: 40px;
}
.tab-overview h2{
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #00B7AC;
    margin: 20px 0;

}
.tab-overview p{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #034EA1;
}
.academic-content-bg-1
{
    background: linear-gradient(180deg, #00B7AC -2.33%, #034EA1 100%);
    padding: 1px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
}
.academic-content-bg-2
{
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    padding: 30 40px;
}
.academic-content-border
{
    border-right: 2px solid #00B7AC;
}
.academic-content-bg-img
{
    padding-right: 40px;
}
.academic-content-bg-img img
{
    width: 100%;
}
.academic-content-btns
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    bottom: -0%;
    padding-right: 35px;
}
.academic-content-bg-text
{
    position: relative;
    padding-left: 40px;
    min-height: 227px;
}
.academic-content-bg-text h3
{
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #284797;
    margin-bottom: 20px;
}
.academic-content-bg-text p{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #474747;

}
.text-over-scroll
{
    overflow-y: scroll;
    height: 120px;

}
.read-more a{
    background: #00B7AC;
    padding: 10px 30px;
    color: #fff;
    border-radius: 10px;
}
.other-btns a
{
    color: #034EA1;
    position: relative;
    padding: 0 10px;
}
.other-btns a:last-child{
    color: #C61C1A;
    text-decoration: underline;
    
}
.other-btns a:last-child img{
    margin-left: 10px;
}
.text-over-scroll::-webkit-scrollbar-thumb {
    background: #034ea1  !important;
    border-radius: 10px  !important;
}
.text-over-scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #00b7ab6e !important;
    border-radius: 10px !important;
}
.academic-content-bg-border
{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(179.97deg, #034EA1 0%, #00B7AC 101.75%);
    width: 9px;
}
.acdemic-pagination ul{
    display: table;
    margin: 40px auto;
}
.academic-second-tab-inner .panel-default
{
    border: none;
    background: none;
    border-radius: none;
    box-shadow: none;
    margin: 0;
}
.academic-second-tab-inner .panel-default>.panel-heading{
    background: none;
    border: none;
}
.academic-second-tab-inner .nav-tabs
{
    border: none;
    display: table;
    margin: 0 auto;
}
.academic-second-tab-inner .nav-tabs>li a
{
    border: 1px solid #034EA1;
    padding: 10px 35px;
    border-radius: 10px;
    color: #034EA1;
    margin-right: 30px;
}
.academic-second-tab-inner .nav-tabs>li a:hover{
    background: linear-gradient(90deg, #034EA1 0%, #00B7AC 100%) !important;
    box-shadow: 4px 4px 12px rgb(0 0 0 / 25%);
    border-radius: 10px;
    color: #fff;
    border-color: transparent;
}
.academic-second-tab-inner .nav-tabs>li.active>a
{
    background: linear-gradient(90deg, #034EA1 0%, #00B7AC 100%) !important;
    box-shadow: 4px 4px 12px rgb(0 0 0 / 25%);
    border-radius: 10px;
    color: #fff;
    border-color: transparent;
}
.pd-30
{
    padding: 30px;
}
.h-70
{
    height: 70px;
}
.mh-155
{
    min-height: 155px;
}
.pd-0{
    padding: 0;
}
.h-auto
{
    height: auto;
}
.academic-content-bg-text ul{
    padding: 0;
    list-style-type: none;
    display: flex;
    margin-top: 15px;
}
.academic-content-bg-text ul li
{
    color: #034EA1;
    font-size: 16px;
    margin-right: 20px;
}
.academic-content-bg-text ul li:first-child
{
    color: #00B7AC;
    
}
.p-abs
{
    position: relative;
}
.applay-now a{
    background: linear-gradient(90deg, #034EA1 0%, #00B7AC 100%);
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
    margin-top: 15px;
    display: block;

}
.acd-video-thumb
{
    height: 199px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    filter: drop-shadow(4px 4px 12px rgba(0, 0, 0, 0.15)) drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.25));
    padding-right: 20px;
    
}
.acd-video-thumb img{
    width: 100%;
    height: 100%;
    display: block;
}
.play-btn
{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.play-btn img
{
    width: 50px;
    height: auto;
}
.acd-video-text
{
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 199px;
    padding-right: 20px;
}
.acd-video-text h4{
    font-size: 24px;
    line-height: 29px;
    color: #034EA1;
    font-weight: 400;
    margin-bottom: 10px;
}
.acd-video-text p, .acd-video-text p span{
    font-size: 14px;
    line-height: 17px !important;
    color: #474747;
}
.acd-video-text p span
{
    overflow-y: scroll;
    height: 105x;
    display: block;
}
.vd-dcotor-details p
{
    font-size: 16px;
    line-height: 24px;
    color: #474747;
}
.vd-dcotor-details p span{
    color: #034EA1;
}
.pd-15
{
    padding: 15px;
}
.vd-dcotor-details
{
    height: 199px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 20px;
}
/* video-open */
.acd-video-open
{
    padding: 100px 0;
}
.h-auto{
    height: fit-content;
}
.p-rt-0{
    padding-right: 0;
}
.acd-video-open-text h2
{
    font-size: 24px;
    line-height: 29px;
    color: #034EA1;
    font-weight: 400;
    font-family: Montserrat;
    margin-bottom: 15px;

}
.acd-video-open-text p{
    font-size: 14px;
    line-height: 21px;
    color: #474747;
    margin-bottom: 15px;
}
.acd-video-open-text ul{
    padding: 0;
    list-style: none;
}
.acd-video-open-text ul li{
    /* font-size: 16px; */
    line-height: 24px;
    color: #474747
}
.acd-video-open-text ul li span{
    color: #034EA1;
}
@media (max-width:1199px){
}
@media (max-width:767px){
    .acd-video-thumb{
        margin-bottom: 15px !important;
    }
    .pagebanner-mobile
    {
        height: auto !important;
    }
    .acd-video-open {
        padding: 30px 0;
    }
}