:root {
    --bs-success-rgb: 12,79,69 !important;
}
html {
    font-family: 'Poppins', sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    margin: 0;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #0c4f45;
    border-color: #0c4f45;
}

.hero-banner .btn-success {
    background-color: #198754;
}

.design-box {
    width: 94% !important;
}
.hero-banner-text-section {
    background-color: rgb(2 22 12 / 91%);
}

.animate__animated.animate__pulse {
    --animate-duration: 1s;
}
.social-icons {
    width:40px;
    height:40px;
}
blockquote {
    font-family: 'Dancing Script', cursive;
    font-weight: 100;
    font-size: 2rem;
    /* max-width: 600px; */
    line-height: 1.4;
    position: relative;
    margin: 0;
    padding: 0.5rem;
  }
blockquote:before, blockquote:after {
    position: absolute;
    color: #becfbf;
    font-size: 8rem;
    width: 7rem;
    height: 4rem;
}
blockquote:before {
    content: '“';
    left: -2rem;
    top: -2rem;
}
blockquote:after {
    content: '”';
    right: -5rem;
    bottom: 1rem;
}
cite {
    line-height: 1;
    text-align: right;
    float: right;
    font-size:14px;
}
figcaption {
    padding-right: 58px;
    font-size: 18px !important;
}
.welcome p {
    font-size: 18px;
}
.about-us:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    background: #082c12;
    right: 0;
    width: 40%;
    z-index: 0;
}
.img-slider-wrap {
    position: relative;
}
#tns1 {
    width: calc(100%);
    transition-duration: 0.7s;
}
.directors {
    margin-top: 50px;
}

.director-details {
    height: 240px;
    overflow: auto;
}

.director-wrap {
    display: block;
    position: relative;
    padding: 30px;
    border: 1px solid #f5f7f9;
    background: #fff;
    -webkit-box-shadow: 0px 3px 66px -24px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 66px -24px rgb(0 0 0 / 20%);
}

.director-wrap .dir-img {
    width: 220px;
    height: 220px;
    border-radius: 10%;
    position: relative;
    /* margin: 0 auto; */
    margin-top: -120px;
}

.dir-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.accreditations .accr_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.accreditations .accr_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .8;
    background: #0c4f45;
    background: -moz-linear-gradient(left,#0c4f45 0%,#198754 100%);
    background: -webkit-gradient(left top,right top,color-stop(0%,#0c4f45),color-stop(100%,#198754));
    background: -webkit-linear-gradient(left,#0c4f45 0%,#198754 100%);
    background: -o-linear-gradient(left,#0c4f45 0%,#198754 100%);
    background: -ms-linear-gradient(left,#0c4f45 0%,#198754 100%);
    background: -webkit-gradient(linear,left top,right top,from(#0c4f45),to(#198754));
    background: linear-gradient(to right,#0c4f45 0%,#198754 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c4f45', endColorstr='#198754', GradientType=1 );
}

.acc_index {
    z-index: 2;
}

.staff-wrap {
    display: block;
    position: relative;
    padding: 30px;
    border: 1px solid #f5f7f9;
    background: #fff;
    -webkit-box-shadow: 0px 3px 66px -24px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 66px -24px rgb(0 0 0 / 20%);
}

.staff-wrap:hover, .staff-wrap:focus {
    background: #ecf1ef;
    box-shadow: 5px 8px 74px -40px rgb(0 0 0 / 40%);
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
}

.staff-wrap .user-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    margin-top: -120px;
}
.user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.staff-section .owl-carousel.owl-drag .owl-item {
    margin-top: 120px
}
.staff-details {
    height: 191px;
    overflow: auto;
}

.owl-carousel .nav-btn{
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 100px !important;
  }
  
  .owl-carousel .owl-prev.disabled,
  .owl-carousel .owl-next.disabled{
  pointer-events: none;
  opacity: 0.2;
  }
  
  .owl-carousel .prev-slide{
    background: url(nav-icon.png) no-repeat scroll 0 0;
    left: -33px;
  }
  .owl-carousel .next-slide{
    background: url(nav-icon.png) no-repeat scroll -24px 0px;
    right: -33px;
  }
  .owl-carousel .prev-slide:hover{
   background-position: 0px -53px;
  }
  .owl-carousel .next-slide:hover{
  background-position: -24px -53px;
  }   
  .footer {
    background-color: #02241f;
}
  /* Back to top ****/
.back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    z-index: 4;
}

.back-to-top i {
    background: rgb(25 135 84) none repeat scroll 0 0;
    color: #fff;
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 20px;
    padding: 0;
    text-shadow: 0 1px 2px rgba(0,0,0,.05);
    border-radius: 0;
    text-align: center;
}

.backToTopIsvisible .back-to-top {
    visibility: visible;
    opacity: 1;
}


.back-to-top:hover {
    opacity: 1;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.back-to-top:hover i {
    background-color: #032b25;
    border-radius: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}


.kind-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.sch-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}



.admissions .btn-success {
    background-color: #198754;
}

.admissions .accr_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.admissions .accr_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .8;
    background: #032b25;
    background: -moz-linear-gradient(left,#032b25 0%,#01120a 100%);
    background: -webkit-gradient(left top,right top,color-stop(0%,#032b25),color-stop(100%,#01120a));
    background: -webkit-linear-gradient(left,#032b25 0%,#01120a 100%);
    background: -o-linear-gradient(left,#032b25 0%,#01120a 100%);
    background: -ms-linear-gradient(left,#032b25 0%,#01120a 100%);
    background: -webkit-gradient(linear,left top,right top,from(#032b25),to(#01120a));
    background: linear-gradient(to right,#032b25 0%,#01120a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032b25', endColorstr='#01120a', GradientType=1 );
}


.main-menu .navbar-nav {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 2px solid rgb(255 255 255 / 20%);
}

.main-menu .navbar-toggler {
    color: rgb(255 255 255 / 15%);
}

.main-menu .navbar-nav .nav-link {
    color: rgba(255,255,255,.55);
}

.main-menu .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(255,255,255,.95);
}

.main-menu .navbar-nav .nav-link:focus,
.main-menu .navbar-nav .nav-link:hover {
    color: rgb(255 255 255);
}


.program .btn-label {
    position: relative;
    left: -6px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 3px 0 0 3px;
}

.clinical_sites a,
.modal-body a {
    color: #0c4f45 !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #188653;
}


.copyright {
    background: #fff !important;
}

.copyright a:hover{
    color: #032b25 !important;
}

/* Contact form styles*/

.contact-form {
    background: #fff;
    border-radius: 0;
    border: none;
}

    .contact-form textarea {
        height: 100px
    }

    .contact-form .form-control,
    .contact-form .form-select {
        color: #198754;
        border-radius: 0;
    }

    .contact-form .intl-tel-input {
        display: block;
    }

    .contact-form .f-group {
        background: var(--bs-gray-100);
        padding: 10px;
        border-radius: 0;
    }

    .contact-form label.form-label {
        color: #198754;
    }

    .contact-form #messageTextCounter {
        font-size: 12px;
        opacity: 0.6;
    }

    .contact-form .card-subtitle {
        color: rgba(0,0,0,.55) !important;
    }


    .contact-form .btn[type=submit] {
        background: #198754 !important;
        border-color: #198754 !important;
        color: #fff;
    }

        .contact-form .btn[type=submit]:focus {
            box-shadow: 0 0 0 0.25rem rgb(138 231 212 / 50%);
        }

        .contact-form .btn[type=submit]:hover,
        .contact-form .btn[type=submit]:focus {
            background: #032b25 !important;
            border-color: #032b25 !important;
            color: #fff;
        }



    .contact-form .f-group .form-control[valid="false"],
    .contact-form .f-group .form-control[aria-invalid="true"],
    .contact-form .f-group .form-select[valid="false"],
    .contact-form .f-group .form-select[aria-invalid="true"] {
        border-color: #dc3545;
        background-repeat: no-repeat;
    }

    .contact-form .f-group .form-control[valid="false"],
    .contact-form .f-group .form-control[aria-invalid="true"] {
        padding-right: calc(1.5em + 0.75rem);
        background-position: right calc(0.375em + 0.1875rem) center;
        background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    }

    .contact-form .f-group .form-select[valid="false"],
    .contact-form .f-group .form-select[aria-invalid="true"] {
        padding-right: 4.125rem;
        background-position: right 0.75rem center,center right 2.25rem;
        background-size: 16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    }

        .contact-form .f-group .form-control[valid="false"]:focus,
        .contact-form .f-group .form-control[aria-invalid="true"]:focus,
        .contact-form .f-group .form-select[valid="false"]:focus,
        .contact-form .f-group .form-select[aria-invalid="true"]:focus {
            border-color: #dc3545;
            box-shadow: 0 0 0 0.25rem rgb(220 53 69 / 25%);
        }

    .contact-form .f-group.has-error .g-recaptcha {
        background-repeat: no-repeat;
        background-position: right calc(0.375em + 0.1875rem) center;
        background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    }


    .contact-form .f-group .form-control[valid="true"],
    .contact-form .f-group .form-control[aria-invalid="false"],
    .contact-form .f-group .form-select[valid="true"],
    .contact-form .f-group .form-select[aria-invalid="false"] {
        border-color: #198754;
        color: #198754;
        background-repeat: no-repeat;
    }

    .contact-form .f-group .form-control[valid="true"],
    .contact-form .f-group .form-control[aria-invalid="false"] {
        padding-right: calc(1.5em + 0.75rem);
        background-position: right calc(0.375em + 0.1875rem) center;
        background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    }

    .contact-form .f-group .form-select[valid="true"],
    .contact-form .f-group .form-select[aria-invalid="false"] {
        padding-right: 4.125rem;
        background-position: right 0.75rem center,center right 2.25rem;
        background-size: 16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    }


    .contact-form .f-group .form-control[valid="true"]:focus,
    .contact-form .f-group .form-control[aria-invalid="false"]:focus {
        border-color: #198754;
        box-shadow: 0 0 0 0.25rem rgb(25 135 84 / 25%);
    }

    .contact-form .f-group.has-success .g-recaptcha {
        background-repeat: no-repeat;
        background-position: right calc(0.375em + 0.1875rem) center;
        background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    }


.modal-body .contact-form {
    border-radius: 0;
    border: none;
}

.secure-shield {
    margin: 0 0 0 15px;
    display: inline-block;
    width: auto;
}

    .secure-shield .security-shield-icon {
        float: left;
        margin-right: 7px;
        width: 42px;
        height: 42px;
    }

    .secure-shield p {
        color: #626262;
        font-size: 12px !important;
        font-weight: 400;
        text-align: left;
        margin: 0;
        line-height: 1.2;
        display: inline-block;
    }

.contact-form .f-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ccc;
}

.contact-form .f-group .form-control::-moz-placeholder { /* Firefox 19+ */
    color:#ccc;
}

.contact-form .f-group .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #ccc;
}

.contact-form .f-group .form-control:-moz-placeholder { /* Firefox 18- */
    color: #ccc;
}



.modal-open .modal {

}

.modal-content {
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 80px -50px #000;
}

.modal-header {
    border-bottom: 5px solid #becfbf;
    padding: 1.2rem 1.5rem;
}

.modal-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #0c4f45;
}

.modal-body {
    margin-bottom: 1.5rem;
    padding: 1.2rem 1.5rem;
}

.modal .modal-body a:hover {
    color: #0c4f45 !important;
}


/* Contact form styles*/





.banner-slogan .text-line-2,
.about-us .text-line-2 {
    line-height: 1.6;
}

#admission_modal .btn-success {
    color: #fff !important;
    background-color: #198754;
}

#admission_modal .btn-success:hover,
#admission_modal .btn-success:focus {
    color: #fff !important;
    background-color: #032b25;
}

.footer p.logo-text.text-muted {
    color: rgb(255 255 255 / 70%) !important;
}




#share-wrapper {
    z-index: 4;
    /*-webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);*/
    background-color: rgba(255,255,255,.95);
}

#share-wrapper li a {
    display: inline-block
}

#share-wrapper li a i {
    width: 36px;
    height: 36px;
    background: #fff;
    color: #0c4f45;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    border-radius: 4px;
}

#share-wrapper li a:focus i,
#share-wrapper li a:hover i {
    background: #198754;
    color: #fff;
}


#main-content a {
    color: #0c4f45;
}

#main-content a:hover,
#main-content a:focus {
    color: #01120a;
}

#acess-icons li i {
    color: #198754 !important;
}

.hero-banner .btn-success:hover,
.hero-banner .btn-success:focus {
    background-color: #0c4f45;
}


.admissions .btn-success:hover,
.admissions .btn-success:focus {
    background-color: #0c4f45;
}

.footer .logo .list-unstyled a:hover,
.footer .logo .list-unstyled a:focus {
    color: #198754 !important;
}

.footer-menu .nav-item a {
    color: #000;
}

    .footer-menu .nav-item a:hover,
    .footer-menu .nav-item a:focus {
        color: #198754;
    }

#index-page ::-webkit-scrollbar {
    width: .3em;
}

#index-page ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(12, 79, 69, 0.2);
}

#index-page ::-webkit-scrollbar-thumb {
    background-color: rgba(12, 79, 69, 0.5);
    outline: 1px solid rgba(12, 79, 69, 0.8);
}
#index-page ::-webkit-scrollbar-track {
    background-color: rgba(12, 79, 69, 0.2);
}

#faculty ::-webkit-scrollbar {
    width: .3em;
}

#faculty ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(12, 79, 69, 0.2);
}

#faculty ::-webkit-scrollbar-thumb {
    background-color: rgba(12, 79, 69, 0.5);
    outline: 1px solid rgba(12, 79, 69, 0.8);
}

#faculty ::-webkit-scrollbar-track {
    background-color: rgba(12, 79, 69, 0.2);
}


@media(max-width:767px) {
    .banner-slogan .text-line-1 {
        font-size: 23px;
    }

    .banner-slogan .text-line-2 {
        font-size: 35px;
    }


    .welcome .welcome-title {
        font-size: 3rem;
    }

    .about-us:after {
        top: 75%;
        bottom: 0;
        right: 0;
        width: 100%;
    }

    .directors .directors-title {
        font-size: 2.6rem;
    }

    .directors .col-lg-4:not(:last-child) .director-wrap {
        margin-bottom: 140px;
    }

    .staff-section .clinical-directors-title {
        font-size: 2.6rem;
    }

    .accreditations .accreditations-title {
        font-size: 2.6rem;
    }

    .about-us .text-line-1 {
        font-size: 26px;
    }

    .about-us .text-line-2 {
        font-size: 40px;
    }

    .kind-program .text-line-1 {
        font-size: 2.6rem;
    }

    .scholarship .text-line-1 {
        font-size: 2.6rem;
    }


    blockquote {
        font-size: 1.6rem;
    }

    #sub-page #main-carousal {
        display: none;
    }

    blockquote:after {
        right: 0;
        bottom: 2rem;
        width: 26px;
        height: 26px;
    }
}

@media(min-width:768px) {

}

@media (max-width: 359.98px) {
    .main-menu .navbar-brand img {
        width: 200px;
        height: 46px;
    }

    .banner-slogan .text-line-1 {
        font-size: 18px;
        line-height: 1.2;
        display: block !important;
        text-align: center;
    }

    .banner-slogan .text-line-2 {
        font-size: 26px;
        line-height: 1.2;
        display: block !important;
        text-align: center;
        margin-top: 10px;
        padding-bottom: 10px !important;
    }

    .hero-banner-text-section {
        background-color: rgb(12 79 69);
    }

    .banner-text-xs {
        height: 330px !important;
    }

    .welcome .welcome-title {
        font-size: 2.2rem;
    }

    .about-us .text-line-1 {
        font-size: 24px;
    }

    .about-us .text-line-2 {
        font-size: 34px;
        line-height: 1.8;
    }

    .about-us:after {
        top: 90%;
        bottom: 0;
        right: 0;
        width: 100%;
    }

    .directors .directors-title {
        font-size: 2.2rem;
    }

    .staff-wrap .user-img {
        width: 160px;
        height: 160px;
    }


    .staff-section .clinical-directors-title {
        font-size: 2.2rem;
    }

    .staff-wrap .user-img {
        width: 160px;
        height: 160px;
    }

    .accreditations .accreditations-title {
        font-size: 1.7rem;
        word-break: break-all;
    }

    .kind-program .text-line-1 {
        font-size: 2.2rem;
    }

    .scholarship .text-line-1 {
        font-size: 2.2rem;
    }

    .admissions .acc_index .admissions-title {
        font-size: 2.2rem !important;
    }

    .program .btn-outline-success {
        font-size: 16px !important;
    }

    .map-parent-div {
        height: 300px;
    }

    .secure-shield .security-shield-icon {
        margin-right: 6px;
        width: 30px;
        height: 40px;
        margin-top: 6px;
    }

    .secure-shield p {
        font-size: 10px !important;
        width: 70%;
    }

    .contact-form .g-recaptcha > div {
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
    }

}

@media (min-width: 360px) and (max-width: 575.98px) {
    .banner-slogan .text-line-1 {
        font-size: 18px;
        line-height: 1.2;
        display: block !important;
        text-align: center;
    }

    .banner-slogan .text-line-2 {
        font-size: 26px;
        line-height: 1.2;
        display: block !important;
        text-align: center;
        margin-top: 10px;
        padding-bottom: 10px !important;
    }

    .hero-banner-text-section {
        background-color: rgb(12 79 69);
    }

    .banner-text-xs {
        height: 330px !important;
    }

    .welcome .welcome-title {
        font-size: 2.2rem;
    }

    .about-us .text-line-1 {
        font-size: 24px;
    }

    .about-us .text-line-2 {
        font-size: 34px;
        line-height: 1.8;
    }

    .about-us:after {
        top: 85%;
        bottom: 0;
        right: 0;
        width: 100%;
    }

    .directors .directors-title {
        font-size: 2.2rem;
    }

    .staff-section .clinical-directors-title {
        font-size: 2.2rem;
    }

    .accreditations .accreditations-title {
        font-size: 1.7rem;
        word-break: break-all;
    }

    .kind-program .text-line-1 {
        font-size: 2.2rem;
    }

    .scholarship .text-line-1 {
        font-size: 2.2rem;
    }

    .admissions .acc_index .admissions-title {
        font-size: 2.2rem !important;
    }

    .program .btn-outline-success {
        font-size: 18px !important;
    }

    .map-parent-div {
        height: 400px;
    }

    .secure-shield .security-shield-icon {
        margin-right: 6px;
        width: 30px;
        height: 40px;
        margin-top: 5px;
    }

    .secure-shield p {
        font-size: 10px !important;
        width: 75%;
    }

    .contact-form .g-recaptcha > div {
        -webkit-transform: scale(0.818);
        -moz-transform: scale(0.818);
        -ms-transform: scale(0.818);
        -o-transform: scale(0.818);
        transform: scale(0.818);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
    }

}

@media (min-width: 576px) and (max-width: 767.98px) {
    .secure-shield {
        width: auto;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-slogan .text-line-1 {
        font-size: 23px;
    }

    .banner-slogan .text-line-2 {
        font-size: 35px;
    }


    .welcome .welcome-title {
        font-size: 3rem;
    }

    .about-us:after {
        top: 65%;
        bottom: 0;
        right: 0;
        width: 100%;
    }

    .directors .directors-title {
        font-size: 2.6rem;
    }

    .directors .col-lg-4:not(:last-child) .director-wrap {
        margin-bottom: 140px;
    }

    .staff-section .clinical-directors-title {
        font-size: 2.6rem;
    }

    .accreditations .accreditations-title {
        font-size: 2.6rem;
    }

    .about-us .text-line-1 {
        font-size: 26px;
    }

    .about-us .text-line-2 {
        font-size: 40px;
    }

    .kind-program .text-line-1 {
        font-size: 2.6rem;
    }

    .scholarship .text-line-1 {
        font-size: 2.6rem;
    }

    blockquote {
        font-size: 1.7rem;
    }

    #sub-page #main-carousal .banner-text-xs img {
        height: 450px;
    }

    blockquote:after {
        right: 0;
        bottom: 2rem;
        width: 26px;
        height: 26px;
    }
}

@media(min-width:992px) {
    #main-slider {
        min-height: 400px;
    }
    .main-menu.bg-success {
        background: #fff !important;
    }

    .main-menu .navbar-nav .nav-link {
        color: rgba(0,0,0,.55);
    }

    .main-menu .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
        color: rgba(0,0,0,.9);
    }

    .main-menu .navbar-nav {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
    }

    .main-menu .navbar-nav .nav-link:focus,
    .main-menu .navbar-nav .nav-link:hover {
        color: rgb(0 0 0);
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

    .banner-slogan .text-line-1 {
        font-size: 23px;
    }

    .banner-slogan .text-line-2 {
        font-size: 35px;
    }


    .welcome .welcome-title {
        font-size: 3rem;
    }

    .directors .directors-title {
        font-size: 2.6rem;
    }

    .staff-section .clinical-directors-title {
        font-size: 2.6rem;
    }

    .accreditations .accreditations-title {
        font-size: 2.6rem;
    }

    .about-us .text-line-1 {
        font-size: 26px;
    }

    .about-us .text-line-2 {
        font-size: 40px;
    }

    .kind-program .text-line-1 {
        font-size: 2.6rem;
    }

    .scholarship .text-line-1 {
        font-size: 2.6rem;
    }

    #sub-page #main-carousal .banner-text-xs img {
        height: 450px;
    }

    blockquote:after {
        right: 0;
        bottom: 2rem;
        width: 26px;
        height: 26px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .container {
        max-width: 1140px;
    }

    .banner-slogan .text-line-1 {
        font-size: 26px;
    }

    .banner-slogan .text-line-2 {
        font-size: 40px;
    }


    .welcome .welcome-title {
        font-size: 3.6rem;
    }

    .directors .directors-title {
        font-size: 3.2rem;
    }

    .staff-section .clinical-directors-title {
        font-size: 3.2rem;
    }

    .accreditations .accreditations-title {
        font-size: 3.2rem;
    }

    .about-us .text-line-1 {
        font-size: 30px;
    }

    .about-us .text-line-2 {
        font-size: 46px;
    }

    .kind-program .text-line-1 {
        font-size: 3.2rem;
    }

    .scholarship .text-line-1 {
        font-size: 3.2rem;
    }

    #sub-page #main-carousal .banner-text-xs img {
        height: 450px;
    }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .container {
        max-width: 1340px;
    }

    .banner-slogan .text-line-1 {
        font-size: 32px;
    }

    .banner-slogan .text-line-2 {
        font-size: 48px;
    }

    .welcome .welcome-title {
        font-size: 4rem;
    }

    .directors .directors-title {
        font-size: 3.6rem;
    }

    .staff-section .clinical-directors-title {
        font-size: 3.6rem;
    }

    .accreditations .accreditations-title {
        font-size: 3.6rem;
    }

    .about-us .text-line-1 {
        font-size: 34px;
    }

    .about-us .text-line-2 {
        font-size: 52px;
    }

    .kind-program .text-line-1 {
        font-size: 3.6rem;
    }

    .scholarship .text-line-1 {
        font-size: 3.6rem;
    }
}

@media (min-width: 1600px) and (max-width: 1799.98px) {
    .container {
        max-width: 1540px;
    }

    .banner-slogan .text-line-1 {
        font-size: 38px;
    }

    .banner-slogan .text-line-2 {
        font-size: 56px;
    }

    .welcome .welcome-title {
        font-size: 4.4rem;
    }

    .directors .directors-title {
        font-size: 4rem;
    }

    .staff-section .clinical-directors-title {
        font-size: 4rem;
    }

    .accreditations .accreditations-title {
        font-size: 4rem;
    }

    .about-us .text-line-1 {
        font-size: 34px;
    }

    .about-us .text-line-2 {
        font-size: 52px;
    }

    .kind-program .text-line-1 {
        font-size: 4rem;
    }

    .scholarship .text-line-1 {
        font-size: 4rem;
    }

}


@media (min-width: 1800px) {
    .container {
        max-width: 1740px;
    }
}





/* USA MAP */
.map-parent-div {
    height: 600px;
}
#vmap {
    width: 100%;
    height: 100%;
    /* background-color: red; */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    max-height: 80%;
}

#vmapCa {
    width: 100%;
    height: 100%;
    /* background-color: red; */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    max-height: 90%;
}

/* Setup basic CSS for Label */
.jqvmap-pin {
    font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
    cursor: default;
    pointer-events: none;
}

/* Hide Whichever Labels you want */

#jqvmap1_ri_pin, #jqvmap1_dc_pin, #jqvmap1_de_pin, #jqvmap1_md_pin {
    display: none;
}

/* Reposition Labels that are not quite right ( labels are centered in shape, and sometimes need tweaking ) */

#jqvmap1_ak_pin {
    margin-top: -2%;
}

#jqvmap1_bc_pin {
    margin-top: -2%;
}

#jqvmap1_ca_pin {
    margin-left: -2%;
}

#jqvmap1_ct_pin {
    margin-top: -0.25%;
    margin-left: -0.25%;
}

#jqvmap1_fl_pin {
    margin-left: 5%;
}

#jqvmap1_id_pin {
    margin-top: 3%;
    margin-left: -1%;
}

#jqvmap1_ky_pin {
    margin-left: 2%;
}

#jqvmap1_la_pin {
    margin-left: -2%;
}

#jqvmap1_mi_pin {
    margin-top: 4%;
    margin-left: 3%;
}

#jqvmap1_ma_pin {
    margin-top: -0.25%;
}

#jqvmap1_mn_pin {
    margin-top: 2%;
    margin-left: -2%;
}

#jqvmap1_nh_pin {
    margin-top: 1%;
    margin-left: -0.25%;
}

#jqvmap1_nj_pin {
    margin-top: 1%;
}

#jqvmap1_ok_pin {
    margin-left: 2%;
}

#jqvmap1_mo_pin {
    margin-left: 2%;
}

#jqvmap1_va_pin {
    margin-left: 2%;
}

#jqvmap1_wv_pin {
    margin-left: -1%;
    margin-top: 1%;
}

.not_available {
    color: #204c41;
}

.available {
    color: #a6996e;
}

.fututre_clinics {
    color: #dde4eb;
}

/* Add responsibe support to resize labels for difference screen sizes */

@@media only screen and (min-width: 320px) {
    .jqvmap-pin {
        font-size: 6px;
    }
}

@@media only screen and (min-width: 480px) {
    .jqvmap-pin {
        font-size: 8px;
    }
}

@@media only screen and (min-width: 640px) {
    .jqvmap-pin {
        font-size: 10px;
    }
}

@@media only screen and (min-width: 800px) {
    .jqvmap-pin {
        font-size: 12px;
    }
}

@@media only screen and (min-width: 1024px) {
    .jqvmap-pin {
        font-size: 14px;
    }
}


