@font-face {
    font-family: Gotham;
    src: url(../fonts/Gotham-Font/GothamMedium.ttf);
  }
  
@font-face {
    font-family: Gotham-thin;
    src: url(../fonts/Gotham-Font/Gotham-Light.otf);
  }
@font-face {
    font-family: Gotham-bold;
    src: url(../fonts/Gotham-Font/Gotham-Bold.otf);
  }
  
@font-face {
    font-family: Gotham-black;
    src: url(../fonts/Gotham-Font/Gotham-Black.otf);
  }

p {
    font-family: Gotham-thin !important;
    line-height: 1.5;
}

.text-gh {
    font-family: Gotham-thin !important;
    line-height: 1.5;
}

/* general */
.btn:hover {
    font-style: normal !important;
}
.btn-light {
    color: #408FB4 !important;
}
.btn-light:hover {
    color: #408FB4 !important;
}

.text-dark-grey {
    color: #6f6f6e !important;
}

.text-green {
    color: #2eb5ad !important;
}

.bg-green {
    background: #2eb5ad !important;
}

.text-blue {
    color: #408FB4 !important;
}

.bg-blue {
    background: #408FB4 !important;
}

.bg-dark-grey {
    background: #d3d3d3 !important;
    background-color: #d3d3d3 !important;
}

.btn {
    padding: 0.6rem 2.4rem !important;
    border-radius: 2rem;
    font-size: 1.2rem;
    font-weight: 800;
}

.btn-dark-grey {
    background: #8a8d8f !important;
    color: #ffffff !important;
}

.image-article {
    width: 50%;
    padding: 0 20px 0 0;
    height: 330px;
    float: left;
}

.rounded-4 {
    border-radius: 20px;
}


/* header */

.scroll-to-fixed {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    -webkit-animation: slide-down 0.6s ease-out;
    -moz-animation: slide-down 0.8s ease-out;
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
  
@-moz-keyframes slide-down {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.scrollToTop {
    background-image: linear-gradient(to right, #2eb5ad 0%, #2eb5ad 51%, #2eb5ad 100%); }
    .scrollToTop:hover {
      box-shadow: 0 10px 20px #2eb5ad;
      background-position: right center; }



header#header .menuzord-brand {
    margin: 10px 20px 10px 0 !important;
}

header#header .menuzord-brand img {
    max-height: 64px;
}

header#header .menuzord-menu > li > a {
    padding: 4px 16px;   
}

#top-primary-nav .menuzord-menu > li {
    margin-left: 0.3rem;
    
}

#top-primary-nav .menuzord-menu > li > a, #top-primary-nav-clone .menuzord-menu > li > a {
    font-size: 1.1rem;
}

#top-primary-nav .menuzord-menu ul.dropdown li.active > a:not(.tm-submenu-title), #top-primary-nav .menuzord-menu ul.dropdown li:hover > a:not(.tm-submenu-title) {
    font-weight: 500;
}

#top-primary-nav .menuzord-menu ul.dropdown li a:after, #top-primary-nav-clone .menuzord-menu ul.dropdown li a:after {
    background: #2eb5ad !important;
}

/* footer */

#footer .footer-info-area {
    /* background-image: url('../images/media/bg/bg_footer.png'); */
    /* height: 22rem; */
    background-repeat: no-repeat;
    background-size: cover;
    background: #408FB4;
}

#footer .footer-info-area .content-btns .btn {
    padding: 0.8rem 2.8rem !important;
}

#footer .footer-widget-area {
    background: #8a8d8f !important;
}
#footer .footer-widget-area .social-icon {
    width: 3rem;
}
#footer .footer-widget-area .logo-footer {
    width: 10rem;
}
#footer .footer-widget-area .contact-info {
    color: #ffffff;
    font-size: .9rem;
    font-weight: 500 !important;
}

#footer .footer-widget-area .contact-info > img {
    width: 1.7rem;
}


/* home */

#sec-home-banner {
    background-image: url('../images/media/bg/bg-banner.jpg');
}

#sec-home-banner .content-banner {
    padding-top: 40vh
}
#sec-home-banner .container .subtitle {
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.2;
}

#sec-home-banner .container .title {
    color: #ffffff;
    font-size: 3.5rem;
    font-weight: 700;
    margin: 0;
}

#sec-home-banner .container .btn-light {
    color: #8a8d8f !important;
}

#sec-home-hospitals .slick-slide img {
    cursor: auto !important;
}

#sec-home-hospitals .image-h{
    width: 100%;
    height: 400px;
}

#sec-home-simulations .image-s{
    width: 100%;
    height: 10rem;   
}

/* programs */

#sec-home-programs-1 .tm-sc-services-body {
    height: 18rem;
}

#sec-home-programs-2 .tm-sc-services-body {
    height: 19rem;
}

/* hospitals */

#sec-home-hospitals .slick-next-custom {
    top: 40%;
    position: absolute;
    right: -40px;
    cursor: pointer;
    font-size: 3.5rem;
    font-weight: 100;
}

#sec-home-hospitals .slick-prev-custom {
    top: 40%;
    position: absolute;
    left: -50px;
    cursor: pointer;
    font-size: 3.5rem;
    font-weight: 100;
}

/* sec-about-us-training */

#sec-about-us-training .bg-image {
    width: 95%;
    height: 36rem;
}

#sec-about-us-info .icon-info {
    width: 40%;
}

#sec-about-us-video video {
    width: 80%;
    height: auto;
}

/* sec-our-programs-tabs */

#sec-our-programs-tabs .nav-link-health {
    background: #eef0f3;
    color: #333;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    text-align: start;
    padding: 16px;
    font-size: 20px;
    margin-bottom: 5px;
    background: #eef0f3;
    font-family: Gotham-bold !important;
    border: 1px solid transparent;
    border-left: 5px solid #eee;
}

#sec-our-programs-tabs .nav-link-health.active {
    border-left: 4px solid #408FB4;
    background: #fff;
}

#sec-our-programs-tabs .nav-link-health:hover {
    border-left: 4px solid #408FB4;
    background: #fff;
}
#sec-our-programs-tabs .tab-content {
    padding-top: 0;
    border: none;
}

#sec-our-programs-tabs .image-testimony {
    width: 90%;
}

#sec-contact-form .card {
    border: none;
}
#sec-contact-form .card .card-header {
    padding: .5rem .5rem;
    border-bottom: none;
    background-color: transparent;
}
#sec-contact-form .nav-tabs .nav-link {
    background-color: #408FB4;
    color: white;
    font-weight: 500;
    font-size: 18px;
    border: 1px solid transparent;
    border-right: 3px solid white;
    border-radius: 0px;
}

#sec-contact-form .nav-tabs .nav-link.active {
    background-color: #ffffff;
    color: #8a8d8f;
    font-weight: 500;
    border: 1px solid #6f6f6e;
    border-bottom: 1px solid transparent;
}

#sec-contact-form .tab-content {
    border: 1px solid #6f6f6e;
}

#sec-contact-form .tab-content .form-control {
    border: 1px solid #6f6f6e;
}

/* responsive */
@media (max-width: 992px) {
    #sec-home-banner .container .title {
        font-size: 3rem;
        font-weight: 600;
        line-height: 1.2;
    }
    .image-article {
        width: 100%;
    }

    #sec-our-programs-tabs .image-testimony {
        width: 50%;
    }
    
    #sec-home-simulations .image-s{
        margin-bottom: .6rem;
        height: 14rem;   
    }

    #sec-our-programs-tabs .nav-link-health {
        font-size: 16px;
    }
    
}
@media (max-width: 576px) {
    #sec-home-banner .content-banner {
        padding-top: 64vh;
    }

    #sec-home-hospitals .image-h{
        width: 100%;
        height: 240px;
        padding: 0 .6rem 0 .6rem;
    }

    #sec-home-simulations .image-s{
        margin-bottom: .6rem;
        height: 14rem;   
    }

    #sec-about-us-training .bg-image {
        width: 100%;
    }

    #sec-our-programs-tabs .image-testimony {
        width: 50%;
        height: 10rem;
    }

    #sec-contact-form .nav-tabs .nav-item {
        width: 100%;
        border: 1px solid #6f6f6e;
    }
}