@font-face {
    font-family: 'DINPro-Light';
    src: url('../_assets/fonts/DIN Pro/DINPro-Light.otf');
  }

  @font-face {
    font-family: 'DINPro-Regular';
    src: url('../_assets/fonts/DIN Pro/DINPro.otf');
  }

  @font-face {
    font-family: 'DINPro-Medium';
    src: url('../_assets/fonts/DIN Pro/DINPro-Medium.otf');
  }

  @font-face {
    font-family: 'DINPro-Bold';
    src: url('../_assets/fonts/DIN Pro/DINPro-Bold.otf');
  }

  @font-face {
    font-family: 'Gotham-Regular';
    src: url('../_assets/fonts/Gotham/Gotham Book Font.otf');
  }

  @font-face {
    font-family: 'Gotham-Light';
    src: url('../_assets/fonts/Gotham/Gotham-Light.otf');
  }

  @font-face {
    font-family: 'Gotham-Bold';
    src: url('../_assets/fonts/Gotham/GothamBold.ttf');
  }

  body {
    height: 100%;
    font-size: 18px;
    font-weight: 400;
    font-family: 'DINPro-Regular';
    color: #000;
  }

  .bg-none {
    background: none;
  }

  .link-href {
    text-decoration: none;
    color: inherit;
    font-weight: bold;
  }

  .link-href:hover {
    text-decoration: none;
    color: inherit;
  }

  .color-orange {
    color: #f48e00;
  }

  .color-gray {
    color: #636466;
  }

  .logo {
    max-width: 160px;
  }

  .btn-orange{
    background: #f48e00;
    color: #fff;
  }

  .btn-orange:hover{
    background: #f48e00;
    color: #fff;
  }

  .modal-content {
    border: none !important;
  }

  nav .nav-link{
    color: #000;
    font-family: 'Gotham-Light';
    font-size: 1.2rem;
  }

  nav .nav-link:hover{
    color: #f29602;
  }

  nav a.nav-link:active{
    color: #f29602;
  }

  nav .nav-item{
    margin-right: 20px;
  }

  nav .nav-item:last-child{
    margin-right: 0;
  }

  nav .nav-link.active{
    color: #f29602 !important;
    font-family: 'Gotham-Regular' !important;
  }

  .dropdown-menu.main-menu {
    border-radius: 0;
    border: none;
    background: rgba(0, 0, 0, 0.5);
  }

  .dropdown-menu.main-menu .dropdown-item {
    font-size: 1rem;
    font-family: 'Gotham-Light';
    color: #fff;
    text-transform: uppercase;
  }

  .dropdown-menu.main-menu .dropdown-item:hover {
    background: #f29602;
    color: #fff;
  }

  .section-about-us-overview{
    background: linear-gradient(90deg, rgba(231,231,231,1) 0%, rgba(201,206,208,1));
  }

  .section-title{
    font-family: 'DINPro-Light';
    font-size: 1.8rem;
    font-weight: 600;
  }

  .section{
    padding: 30px 0 30px 0;
  }

  .row-services .card {
    border-radius: 17px;
    padding: 3px;
    border: none;
    box-shadow: 0 2px 4px rgb(0 0 0 / 7%), 0 4px 5px rgb(0 0 0 / 6%), 0 1px 10px rgb(0 0 0 / 10%);
  }

  .row-services .card-title{
    font-family: "DINPro-Light";
    font-size: 1.5rem;
    font-weight: 500;
  }

  .row-services .card-text{
    font-family: "DINPro-Light";
    font-size: 1rem;
  }

  .card-school{
    background: #fdd000;
  }

  .card-hospital{
    background: #f29602;
  }

  .card-influencer {
   background: #dccf0b;
  }
  

  .card-footer{
    background: none;
    border-top: 0;
    border-radius: 0 0 17px 17px !important;
  }


  /* About Page */
  .mission-title{
    font-family: "DinPro-Bold";
    text-transform: uppercase;
    font-size: 1.5rem;
  }

  .core-values .title {
    font-size: 1.4rem;
  }

  .mission-border{
    padding-left: 30px;
    border-image: linear-gradient(180deg, rgba(242,150,2,1) 50%, rgba(249,206,0,1) 50%) 10;
    border-width: 14px;
    border-style: solid;
    border-top: unset;
    border-right: unset;
    border-bottom: unset;
  }

  .mission-desc{
    font-family: "Gotham-Regular";
    font-weight: 500;
    font-size: 1.3rem;
  }

  .vision-desc {
    font-family: "Gotham-Regular";
    font-weight: 500;
    font-size: 1.2rem;
  }

  .section .mission, 
  .section .vision, 
  .section .history {
    margin-bottom: 50px;
  }

  .about-bg-1 {
    padding: 80px 0 80px 0;
    background: url('../img/about-bg-1.jpg');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
  }

  .about-bg-2 {
    padding: 80px 0 80px 0;
    background: url('../img/about-bg-2.jpg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
  }

  .team-name {
    font-family: "Gotham-Bold";
    font-size: 1.2rem;
  }

  .team-title {
    font-family: "Gotham-Regular";
    font-size: 1.2rem;
  }

  /* School Page */
  .bg-orange {
    background: #f48e00;
  }

  .bg-yellow {
    background: #fad801;
  }

  .square-title{
    font-family: "DinPro-Bold";
    font-size: 1.2rem;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0;
    margin: 0;
  }

  h3.section-title{
    font-family: "DinPro-Light";
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 3px;
  }

  .p-desc {
    font-size: 1rem;
    color: #fff;
    font-weight: 400;
  }

  /* Hospital Page */
  .progress-1 {
    background: #fceb80;
  }
  
  .progress-2 {
    background: #fce867;
  }

  .progress-3 {
    background: #fbe44d;
  }

  .progress-4 {
    background: #fadc1a;
  }

  .progress-5 {
    background: #fad801;
  }

  .progress {
    height: 30px;
  }

  .kits-title {
    font-family: "DinPro-Bold";
    font-size: 1.5rem;
  }

  .kits-desc {
    font-size: 1rem;
  }

  .year-title {
    font-family: "DinPro-Bold";
    font-size: 1rem;
  }

  .progress-bar {
    text-align: right !important;
    padding-right: 10px;
    font-family: "DinPro-Bold";
    font-size: 1rem;
    background: #f48e00;
  }

  .title-rating, .review-title{
    display:inline-block;
    font-size: 1.2rem;
    margin-bottom: 20px;
    margin-right: 5px;
    line-height: 1;
  }

  .review-text {
    font-size: 1.2rem;
  }

  .stars{
    width: 1.2rem;
  }

  .btn-view-more {
    background: #f48e00;
    color: #fff;
    float: right;
    margin-bottom: 20px;
    font-size: 1.2rem;
    padding: 5px 20px 5px 20px;
    border-radius: 12px;
  }

  .btn-view-more:hover {
    background: #f48e00;
    color: #fff;
  }

  .carousel-div-events {
    position: relative;
  }

  .carousel-title-events{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.192);
    padding: 14px 10px;
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
  }

  .div-review{
    padding-left: 30px;
    border-image: linear-gradient(180deg, rgba(242,150,2,1) 50%, rgba(249,206,0,1) 50%) 10;
    border-width: 14px;
    border-style: solid;
    border-top: unset;
    border-right: unset;
    border-bottom: unset;
  }

  .carousel-events .slick-slide {
    opacity: 0.3;
    margin: 5px;
  }
  
  .carousel-events .slick-current {
    opacity: 1;
  }

  /* Medical Influencer Page */
  .row-influencers .card {
    padding: 1px;
    border-radius: 17px;
    padding: 4px;
    border: none;
    box-shadow: 0 2px 4px rgb(0 0 0 / 7%), 0 4px 5px rgb(0 0 0 / 6%), 0 1px 10px rgb(0 0 0 / 10%);
  }

  .top-3-title {
    text-align: center;
    font-size: 1.2rem;
    font-family: "Gotham-Bold";
    text-transform: uppercase;
  }

  .p-text-brands{
    font-size: 1rem;
    font-family: "Gotham-Light";
  }

  .card-orange {
    background: #f48e00;
  }

  .card-gray {
    background: #ddd9d5;
  }
  
  .followers {
    max-width: 30px !important;
  }


  /* HR */
  .section-careers{
    background: #fdd000;
  }

  .card-img-top{
    border-radius: 17px 17px 0 0;
  }

  .why-work-btn {
    padding: 5px 35px;
    border-radius: 45px;
  }

  /* PRIVACY POLICY PAGE */

  /* FOOTER */
  .bg-dark {
    background: #000;
  }

  .rotate {
    z-index: 99;
    position: fixed;
    top: 100px;
    bottom: 0;
    right: -6px;
    height: 1.5em;
    margin: auto;
    transform-origin: 100% 50%;
    -webkit-transform: rotate(-90deg) translate(100%, -100%);
    -moz-transform: rotate(-90deg) translate(100%, -100%);
    -ms-transform: rotate(-90deg) translate(100%, -100%);
    -o-transform: rotate(-90deg) translate(100%, -100%);
    transform: rotate(-90deg) translate(100%, -100%);
  }

  .contact-us-sticky {
      text-transform: uppercase;
      border-radius: 0;
      font-size: 1rem;
      padding: 13px 30px;
      display: inline;
      border-radius: 30px;
      color: #fad801;
      letter-spacing: 3px;
  }

  .contact-us-sticky:hover {
    color: #f29602;
}

  .sms-name {
    font-family: "Gotham-Bold";
    font-size: 1.1rem;
    font-weight: bold;
  }

  .sms-address {
    font-size: 1rem;
    font-family: "Gotham-Regular";
    font-weight: 500;
  }

  .sms-contact {
    font-family: "Gotham-Regular";
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    color: #000;
  }

  .sms-contact:hover {
    text-decoration: none;
    color: #000;
  }

  .footer{
    background: #f29602;
  }

  .ul-learn{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .ul-learn li a {
    font-family: "Gotham-Regular";
    color: #000;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  
  .ul-learn li a:hover {
    color: #000;
   }

   .copyright {
    font-size: 1rem;
    font-family: "Gotham-Light";
   }

   .social-icons {
        width: 100%;
        max-width: 40px;
        display: inline-block;
        margin-right: 10px;
   }

  /* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .logo {
    max-width: 200px;
  }

  /* Main */
  .section-title {
    font-size: 2rem;
}

  /* School Page */
  h3.section-title{
    font-size: 1.6rem;
  }

  .p-desc {
    font-size: 1.1rem;
    color: #fff;
    font-weight: 400;
  }

  /* Medical Influencer Page */
  .top-3-title {
    text-align: center;
    font-size: 1.5rem;
    font-family: "Gotham-Bold";
    text-transform: uppercase;
  }

  .p-text-brands{
    font-size: 1.1rem;
    font-family: "Gotham-Light";
  }

  /* Slick */
  .slick-prev:before, .slick-next:before{
    color:#000;
    font-size: 40px;
  }

  .slick-prev {
    left: -45px;
  }


 }

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 

  /* Main */
  .section-title{
    font-family: 'DINPro-Light';
    font-size: 2rem;
    font-weight: 600;
  }

  .row-services .card-title {
    font-size: 1.5rem;
  }

  .row-services .card-text {
    font-size: 1.1rem;
  }

  /* About */
  .mission-title {
    font-size: 1.7rem;
  }

  .core-values .title {
    font-size: 1.5rem;
  }

  .mission-desc {
    font-size: 1.5rem;
  }

  .vision-desc {
    font-size: 1.3rem;
}

    /* School Page */
  .square-title{
    font-size: 1.5rem;
  }

  h3.section-title{
    font-size: 1.7rem;
  }

  .p-desc {
    font-size: 1.2rem;
    color: #fff;
    font-weight: 400;
  }

  /* Hospital Page */
  .kits-desc {
    font-size: 1.1rem;
  }

  .kits-title {
    font-size: 1.6rem;
  }

  .year-title {
    font-size: 1.1rem;
  }

  .progress {
    height: 35px;
  }

  .carousel-title-events {
    font-size: 2rem;
  }

}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .logo {
      max-width: 220px;
    }

    .section{
      padding: 50px 0 50px 0;
    }

    .section-title{
    font-family: 'DINPro-Light';
    font-size: 2.5rem;
    font-weight: 600;
    }

    .contact-us-sticky {
      font-size: 1.2rem;
    }

    /* Footer */
      .ul-learn li {
        float: left;
    }

    .ul-learn li a {
        font-size: 1.1rem;
        color: #000;
        display: block;
        text-align: center;
        padding: 0 20px;
        border-right: 2px solid #010101;
    }

    .ul-learn li a:hover {
        color: #000;
    }

    .ul-learn li:first-child a{
        padding-left: 0px;
    }

    .ul-learn li:last-child a{
        border-right: none;
    }

    /* About */
    .mission-title{
      font-size: 2.3rem;
    }

    .core-values .title {
      font-size: 2rem;
    }

    .mission-desc{
      font-size: 2rem;
    }

    .vision-desc {
      font-size: 1.6rem;
    }

    .team-name {
      font-size: 1.3rem;
    }
  
    .team-title {
      font-size: 1.3rem;
    }

    .section .mission, .section .vision, .section .history {
      margin-bottom: 70px;
    }

    /* School Page */
    .square-title {
      font-size: 1.7rem;
    }

    h3.section-title{
      font-size: 2rem;
    }

    .p-desc {
      font-size: 1.2rem;
      color: #fff;
      font-weight: 400;
    }

    /* Hospital Page */
    .kits-desc {
      font-size: 1.2rem;
    }

    .kits-title {
      font-size: 1.7rem;
    }

    .year-title {
      font-size: 1.2rem;
    }

    .carousel-title-events {
      font-size: 2.5rem;
      padding: 20px 30px;
    }

      /* Medical Influencer Page */
      .top-3-title {
        text-align: left;
        font-size: 1.7rem;
      }
    
      .p-text-brands{
        font-size: 1.2rem;
        font-family: "Gotham-Light";
      }

    /* Slick */
    .slick-prev:before, .slick-next:before{
      color:#000;
      font-size: 40px;
    }

    .slick-prev {
      left: -45px;
    }
 }

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .logo {
    max-width: none;
  }

  nav .nav-link {
    font-size: 1.3rem;
  }

  .section{
    padding: 50px 0 50px 0;
  }
  
  .section-title{
    font-family: 'DINPro-Light';
    font-size: 3rem;
    font-weight: 600;
  }

  .row-services .card-title {
    font-size: 1.6rem;
  }

  .row-services .card-text {
    font-size: 1.2rem;
  }

  /* Footer */
  .sms-name {
    font-size: 1.3rem;
  }

  .sms-address {
    font-size: 1.2rem;
  }

  .sms-contact {
    font-size: 1.2rem;
  }

  .ul-learn li a {
    padding: 0 30px;
  }

  /* About */
  .mission-title{
    font-size: 2.5rem;
  }

  .core-values .title {
    font-size: 2.2rem;
  }

  .mission-desc{
    font-size: 2rem;
  }

  .team-name {
    font-size: 1.3rem;
  }

  .team-title {
    font-size: 1.3rem;
  }

  /* School Page */
  .square-title {
    font-size: 1.9rem;
  }

  h3.section-title{
    font-size: 2.2rem;
  }

  .p-desc {
    font-size: 1.3rem;
    color: #fff;
    font-weight: 400;
  }

  /* Hospital Page */
  .kits-desc {
    font-size: 1.3rem;
  }
  
  .kits-title {
      font-size: 1.9rem;
  }

  .year-title {
    font-size: 1.4rem;
  }

  .title-rating, .review-title {
    font-size: 1.4rem;
  }

  .review-text {
    font-size: 1.4rem;
  }

  .stars {
    width: 1.4rem;
  }

  .btn-view-more {
    font-size: 1.4rem;
  }

  /* Medical Influencer Page */
  .top-3-title {
    font-size: 2rem;
  }

  .p-text-brands{
    font-size: 1.3rem;
    font-family: "Gotham-Light";
  }


  /* Slick */
  .slick-prev:before, .slick-next:before{
    color:#000;
    font-size: 45px;
  }

  .slick-prev {
    left: -21px;
    z-index: 1;
  }

  .slick-next {
    z-index: 1;
    right: 0;
  }

}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .ul-learn li a {
    padding: 0 40px;
  }

  /* Main */
  nav .nav-link {
    font-size: 1.4rem;
  }

  .section-title {
    font-family: 'DINPro-Light';
    font-size: 3.2rem;
    font-weight: 600;
}

  .rotate {
    top: 150px;
    right: -1px;
  }

  .contact-us-sticky {
    font-size: 1.4rem;
    letter-spacing: 4px;
    
  }

  /* About */
  /* .mission-title {
    font-size: 2.6rem;
  } */

  .core-values .title {
    font-size: 2.2rem;
  }

  /* .mission-desc {
    font-size: 2.4rem;
  }

  .vision-desc {
    font-size: 1.9rem;
  } */

  .vision-desc.values {
    font-size: 1.6rem;
  }

  /* School Page */
  .square-title{
    font-size: 2rem;
  }

  h3.section-title{
    font-size: 2.5rem;
  }

  /* Hospital Page */
  .kits-title {
    font-size: 2rem;
  }

  .kits-desc {
    font-size: 1.5rem;
  }

  .year-title {
    font-size: 1.5rem;
  }

  .progress {
    height: 40px;
  }

  .progress-bar {
    font-size: 1.2rem;
  }

  .title-rating, .review-title {
    font-size: 1.5rem;
  }

  .review-text {
    font-size: 1.5rem;
  }

  .stars {
    width: 1.5rem;
  }

  .btn-view-more {
    font-size: 1.5rem;
  }

  .carousel-title-events {
    font-size: 3rem;
  }

  /* Influencer Page */
    .row-influencers .card-title {
    font-family: "DINPro-Light";
    font-size: 2rem;
  }

  .row-influencers .card-text {
    font-family: "DINPro-Light";
    font-size: 1.1rem;
    font-weight: 500;
  }

  /*  */



  /* Slick */
  .slick-prev:before, .slick-next:before{
    color:#000;
    font-size: 55px;
  }

  .slick-prev {
    left: -35px;
    z-index: 1;
  }

  .slick-next {
    z-index: 1;
    right: 0;
  }
 }

 /* Slick carousel */
.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important; 
}

.slick-dots li button:before {
font-size: 15px !important;
}

.slick-dots {
bottom: -35px !important;
}
