.academic-itro
{
    background:url(assets/images/flowers-bg.png) #00B7AC 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 h2{
    font-size: 30px;
    color: #034EA1;
    font-weight: 700;
    font-family: Montserrat;
    margin-bottom: 30px
}
.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;
    height: 240px;
}
.doc-img
{
    flex: 0 0 auto;
    flex-grow:0;
    flex-shrink:0;
    width: 200px;
    height: 100%;
}
.doc-img img{
    width: 100%;
    display: block;
    height: 100%;
}

.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: 25px !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 a{
    margin-top:25px;
}
.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: 67%;
    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);
    width:75%;
    margin:0 auto;
}

.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: 17px;
    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: 28px;
}
.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: 30px 40px;
}
.academic-content-border
{
    border-right: 2px solid #00B7AC;
}
.academic-content-bg-img
{
    padding-right: 40px;
    height: 211px;
    width: 100%;
}
.academic-content-bg-img img
{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.academic-content-btns
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    bottom: 4%;
    padding-right: 35px;
}
.academic-content-bg-text
{
    position: relative;
    padding-left: 40px;
    min-height: 211px;
}
.academic-content-bg-text h3
{
    font-weight: 500;
    font-size: 30px;
    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: hidden;
    height: 48px;
    padding-right: 10px;
    text-overflow: ellipsis;
}
.p-abs a{
    /* background: #00B7AC; */
    padding: 10px 30px;
    color: #fff;
    border-radius: 3px;
    background: linear-gradient(90deg, #034EA1 0%, #00B7AC 100%);
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
    margin-top: 15px;
    display: block;
}
.view-journel a{
    background: #00B7AC;
    padding: 10px 30px;
    color: #fff;
    border-radius: 3px;
}


.other-btns a, .other-btns span
{
    color: #034EA1;
    position: relative;
    padding: 0 10px;
    font-size: 16px
}
/* .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;
} */
.text-over-scroll::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
.text-over-scroll::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #034EA1;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.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;
    margin-top: 20px;
}
.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;
}

.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;
}
.videoWrapper{
    height: 100%;
    overflow: hidden;
}
.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;
    height: 60px;
    overflow-y: scroll;
}
.acd-video-text h4::-webkit-scrollbar {
    width: 5px;
  }

  /* Track */
  .acd-video-text h4::-webkit-scrollbar-track {
    background: none !important; 
  }
   
  /* Handle */
  .acd-video-text h4::-webkit-scrollbar-thumb {
    background: #034EA1;
    border-radius: 10px; 
  }
.acd-video-text p, .acd-video-text p span{
    font-size: 14px;
    line-height: 17px !important;
    color: #474747;
    word-break: break-word;
    height: 55px;
    display: block;
    overflow-y: scroll;
}
.acd-video-text p span::-webkit-scrollbar, .acd-video-text p::-webkit-scrollbar {
    width: 5px;
  }

  /* Track */
  .acd-video-text p span::-webkit-scrollbar-track,
  .acd-video-text p::-webkit-scrollbar-track {
    background: none !important; 
  }
   
  /* Handle */
  .acd-video-text p span::-webkit-scrollbar-thumb,
  .acd-video-text p::-webkit-scrollbar-thumb {
    background: #034EA1;
    border-radius: 10px; 
  }
.vd-dcotor-details p
{
    font-size: 14px;
    line-height: 24px;
    color: #034ea1;
}
.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;
}
/* Modal */
.academic-modal .modal-dialog{
    width: 400px;
}
.academic-modal .close
{
    color: #cccccc !important;
    font-size: 30px !important;
    opacity: 1 !important;
}
.academic-modal {
    text-align: center;
  }
  
  @media screen and (min-width: 768px) { 
    .academic-modal:before {
      display: inline-block;
      vertical-align: middle;
      content: " ";
      height: 100%;
    }
  }
  
  .academic-modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
.academic-modal .close span{
    font-size: 30px !important;
}
.academic-modal .modal-title
{
    font-size: 20px;
    line-height: 26px;
    color: #0C51A0;
}
.academic-modal .modal-body .form-group label{
    color: #034EA1;
    font-size: 16px;
    font-weight: 400;
}
.academic-modal .modal-body .form-group input{
    padding: 10px;
    height: auto;
}
.academic-modal .modal-body .btn-default{
    padding: 8px 50px;
    background: #034EA1;
    color: #fff;
    margin: 0 auto;
    /* width: 250px; */
    float: none;
    display: block;
    margin-top: 40px;
    font-size: 16px;
}
.academic-modal .modal-content
{
    padding: 10px;
    border: none;
    border-radius: 10px;
}
.academic-modal .modal-header{
    border: none;
}
/* view-index-modal */
.view-index-popup
{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}
.view-index-popup-box
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 30px;
}
.view-index-modal .modal-dialog
{
    width: 80%;
}
.view-index-popup-box h3{
    font-size: 64px;
    line-height: 78px;
    color: #00B7AC;
    margin-bottom: 15px;
}
.view-index-popup-box h4{
    font-size: 24px;
    line-height: 29px;
    color: #284797;
    margin-bottom: 10px;
}
.view-index-popup-box p{
    font-size: 14px;
    line-height: 24px;
    color: #474747;

    }
.view-index-modal .modal-body{
    padding: 40px;
}
.view-index-modal .modal-content
{
    background-color:#F3F3F3;
    border-radius: 12px;
    border: none;
}
.view-index-modal .modal-header .close{
    height: 44px;
    width: 44px;
    border-radius: 50%;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    background: #fff;
    opacity: 1;

}
.view-index-modal .modal-header .close span{
    font-size: 30px;
    font-weight: 400;
}
/* Gallery */
.acd-gal-content{
    width: 315px;
    height: 210px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.acd-gal-content img{
    width: 100%;
    height: 100%;
}
.acd-gal-text{
    position: absolute;
    width: 100%;
    background: #0000008f;
    left: 0;
    bottom: 0;
    z-index: 99;
    padding: 10px;
}
.acd-gal-text h4{
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
}
.academic-gallery{
    padding: 30px 0;
    background: linear-gradient(328.58deg, #034EA1 -15.54%, #00B7AC 83%);
}
.academic-gallery h2{
    text-align: center;
    color: #fff;
    font-size: 42px;
    margin-bottom: 30px;
    font-family: Montserrat;
}
.academic-gallery-modal{
    width: 650px;
    margin: auto;
    
}
.academic-gallery-modal {
    text-align: center;
  }
  
  /* @media screen and (min-width: 768px) { 
    
  } */
  .academic-gallery-modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
  .academic-gallery-modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
  .academic-gallery-modal img{
      width: 100%;
      display: block;
  }
  .academic-gallery-modal .modal-header{
    padding: 0;
    border: none;
  }
  .academic-gallery-modal .modal-header button{
      position: absolute;
      right: 15px;
      top: 23px;
      color: #000;
      z-index: 1;
      opacity: 1;
  }
  .academic-gallery-modal .modal-header button span{
      line-height: 10px;
      font-size: 25px;
  }
  .academic-gallery-modal .modal-body{
    padding: 40px 20px 20px 20px !important;
    
  }
  .academic-gallery-modal .modal-content{
    border-radius: 0 !important;
  }
  .acd-gal-btn{
      text-align: center;
  }
  .acd-gal-btn a{
    background: #FFFFFF;
    border-radius: 10px;
    font-size: 18px;
    line-height: 22px;
    color: #034EA1;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    margin-top: 30px;
    padding: 8px 45px;
    font-family: Montserrat;
  }
/* Responsive */
@media (max-width:1199px){
    .acd-gal-content{
        width: 100%;
        height: 196px;
    }
    .academic-tab-cont{
        width: 80%;
    }
}
@media (max-width:991px){
    .academic-doc-list-bg{
        margin-bottom: 15px;
    }
    .academic-tab-cont {
        width: 100%;
    }
    .academic-tab-cont .nav>li>a{
        padding: 0 !important;
    }
    .academic-content-bg-img
    {
        padding-right: 0;
    }
    .academic-content-bg-text{
    padding-left: 0;
    }
    .academic-content-bg-2
    {
        padding: 30px 15px;
    }
    .academic-content-bg-text h3
    {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .academic-content-btns
    {
        padding-right: 0;
    }
    .academic-content-bg-text
    {
        min-height: 205px;
    }
    .acd-video-thumb{
        padding-right: 0;
    }
    .acd-video-thumb, .acd-video-text {
        height: 165px;
    }
    .vd-dcotor-details {
        height: 120px;
    }
    .acd-gal-content{
        height: 220px;
    }
}
@media (max-width:767px){
    .academic-tab-cont li
    {
        display: inline-flex !important;
    }
    .academic-tab-cont {
        width: 100%;
        text-align: center;
    }
    .academic-tab-cont li.active > a > img, .academic-tab-cont li > a > img
    {
        width: 65px;
    }
    .academic-tab-cont button {

        font-size: 14px;
        padding: 0 20px;
    }
    .academic-tab-cont li.active > a
    {
        padding: 10px;
    }
    .academic-tab-inner form .form-group {
        width: 100% !important;
        display: block;
        margin-bottom: 15px;
    }
    .academic-tab-inner form
    {
        display: block;
    }
    .academic-content-bg-img{
        width: 251px;
        margin-bottom: 10px;
        height: 190px;
    }
    .academic-content-border
    {
        border: none;
    }
    .academic-content-bg-2 {
        padding: 15px 0;
    }
    .academic-tab-inner form .form-group .select2-container
    {
        width: 100%;
    }
    .view-index-modal .modal-dialog {
        width: auto;
    }
    .view-index-popup
    {
        grid-template-columns: repeat(2, 1fr);
    }
    .view-index-popup-box p
    {
        text-align: center;
    }
    .acd-video-thumb, .acd-video-text, .acd-video-thumb img
    {
        height: auto;
    }
    .acd-video-thumb
    {
        margin-bottom: 20px;
    }
    .pagebanner-mobile
    {
        height: auto !important;
    }
    .academic-itro-text h1{
        font-size: 25px;
        line-height: 33px;
    }
    .academic-doc-list {
        padding: 25px 0;
    }
    .academic-doc-list h2{
        font-size: 20px;
        line-height: 30px;
    }
    .academic-gallery-modal .modal-dialog{
        width: 90%;
    }
    .academic-gallery-modal{
        width: 100%;
    }
}
@media (max-width:499px){
    .academic-itro
    {
        padding: 20px 0;
    }
    .academic-itro-text h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .academic-doc-list {
        padding: 30px 0;
    }
    .academic-content-bg-img{
        width: 100%;
        margin-bottom: 10px;
    }
    .academic-doc-list-content
    {
        display: block;
        height: auto;
    }
    .doc-img{
        width: 100%;
        height: 257px;
    }
    .doc-img img {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
    .academic-doc-list-border
    {
        display: none;
    }
    .search-wrap-banner .col-md-12, .academic-tab .col-md-12
    {
        padding: 0;
    }
    .academic-tab-cont li.active > a {
            padding: 0;
        }
        .academic-content-btns
        {
            flex-direction: column;
            position: relative;
            margin-top: 20px;
        }
        .p-abs a, .view-journel a
        {
            margin-bottom: 10px;
            display: block;
            margin-right: 0;
        }
        .view-index-popup {
            grid-template-columns: repeat(1, 1fr);
        }
        .view-index-modal .modal-body {
            padding: 0px;
        }
        .academic-second-tab-inner .nav-tabs>li a
        {
            margin-right: 0;
        }
        .academic-second-tab-inner .nav-tabs>li a
        {
            display: block;
            margin-bottom: 10px;
            text-align: center;
        }
        .academic-second-tab-inner .nav-tabs>li
        {
            float: none;
        }
        .academic-content-bg-border
        {
            display: none;
        }
        .academic-content-bg-text ul
        {
            display: block;
        }
        .panel-body
        {
            padding: 0;
        }
        .academic-second-tab-inner .nav-tabs
        {
            display: block;
        }
        .panel-heading
        {
            padding: 0;
        }
        .vd-dcotor-details
        {
            height: auto;
            margin-top: 15px;
            padding: 0;
        }
        .academic-modal .modal-content {
            padding: 10px;
        }.academic-content-bg-2 {
            padding: 10px;
        }
        .academic-modal .modal-dialog{
            width: 95% !important;
        }
        .acd-gl-100{
            width: 100%;
        }
}
/* .doc-second-text{
    height:40px !important;
  } */
  .academic-desc{
    height:70px !important;
  }
.spl-line{
    border-left: 2px solid #00b7ac;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
}
.select2-container--default .select2-selection--single {
    padding: 8px 8px 6px 0;
}