@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Imperial+Script&family=Moon+Dance&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.logo img{
  height: 120px;
}
.footer-logo img{
  height: 150px;
  width: 150px;
}
.sr-contners .icon img{
    height: 110px;
}
.sr-contners .icon h4{
    color: #fff;
    margin-top: 15px;
}
.about-img img{
    height: 400px;
    width: 100%;
}
.overview{
    text-align: center;
}
.overview h4 {
  color: #444;
  text-shadow: 1px 0px 1px #ccc, 0px 1px 1px #eee, 2px 1px 1px #ccc, 1px 2px 1px #eee, 3px 2px 1px #ccc, 2px 3px 1px #eee, 4px 3px 1px #ccc, 3px 4px 1px #eee, 5px 4px 1px #ccc, 4px 5px 1px #eee, 6px 5px 1px #ccc, 5px 6px 1px #eee, 7px 6px 1px #ccc;
  font-size: 35px;
}
.overview-p{
    font-size: 17px;
    color: #245b73;
}
.overview-p span{
    color: #ff7350;
}
.choose-us-list img{
    height: 100px;
}
.choose-us-list {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 15px;
    text-align: center;
    min-height: 100%;
}
.choose-us-list p{
    font-size: 18px;
    margin-top: 15px;
}
.faq-wrap .row{
    row-gap: 15px;
}
.hospital-partner {
    background-image: url(../img/partner.png);
    background-size: cover;
    background-attachment: fixed;
    height: auto;
    padding: 60px 0;
    text-align: center;
}

.hospital-partner h3{
    color: #ff7350;
    margin-bottom: 35px;
    font-size: 45px;
}
.hospital-partner-img img{
    height: 250px;
    width: 100%;
}
.hospital-partner-content{
    background-color: #fff;
    padding: 15px 0;
}
.left-button{
    left: 50%;
}

/* About page start */

.mission-vision{
padding: 60px 0;
}
.misson-vision-list {
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.mission-vision-content{
    text-align: center;
    padding: 20px;
}
.mission-vision-content p{
    color: #000;
    font-size: 18px;
    font-family: 'Jost', sans-serif;
}
.mission-vision-content h3{
    color: #ff7350;
}
.misson-vision-list img {
    height: 250px;
    width: 100%;
}
.chairman-about{
  padding:60px 0;
  background-color: aliceblue;
}
.chairman-about h3{
  text-align: center;
  margin-bottom: 50px;
}
/* gallery page */


.gallery_container {
    padding: 60px 0;
  }
  
  @media (min-width: 1300px) and (max-width: 2560px) {
    .popup-gallery {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 10px;
    }
  }
  
  @media (min-width: 700px) and (max-width: 1299px) {
    .popup-gallery {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
    }
  }
  
  @media (min-width: 300px) and (max-width: 699px) {
    .popup-gallery {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 5px;
    }
  }
  
  .gallery_item {
    margin-bottom: 5px;
    overflow: hidden;
  }
  
  .popup-gallery a {
    display: block;
    width: 100%;
    border: 1px solid #fff;
    overflow: hidden;
    transition: transform 0.3s ease, border-color 0.3s ease;
  }
  
  .popup-gallery a:hover {
    transform: scale(1.05);
    border-color: #fff;
  }
  
  .popup-gallery img {
    display: block;
    width: 100%;
    object-fit: cover;
    min-height: 250px;
    max-height: 250px;
  }
  
  @media only screen and (max-width: 1000px) {
    .popup-gallery img {
      min-height: 150px;
      max-height: 150px;
    }
  }
  
  /* END  */
  
  .singicon_btn_nlf {
    position: absolute;
    top: 44%;
    bottom: 56%;
    left: 44%;
    right: 56%;
    opacity: 0;
  }
  
  .singicon_btn_nlf svg {
    color: #fff;
  }
  
  .popup-gallery a:hover .singicon_btn_nlf {
    opacity: 1;
  }
  
  .hover_affect_nlf:hover img {
    opacity: 0.5;
  }

  /* courses page start */

  .courses-page{
    padding: 120px 0;
  }
  .courses-page h2 {
    text-align: center;
    color: #125875;
    margin-bottom: 50px;
}
.courses-contents p {
    color: #000;
    font-size: 19px;
    margin-bottom: 4px;
}
.courses-contents ul li{
    display: flex;
    align-items: baseline;
    column-gap: 13px;
}
.courses-contents ul li i{
    color: #ff7350;
    font-size: 20px;
}
.why-choose-courses h3{
    color: #125875;
    margin-bottom: 35px;
}
.why-choose-courses h5 {
    font-size: 23px;
    color: #6a6a6a;
}
.why-choose-courses p{
    font-size: 20px;
}
/* Class room start */

.classroom{
    padding: 120px 0;
}
.classroom .carousel-item img{
    height: 350px;
}
.classroom-content p{
    font-size: 19px;
    color: #000;
}

/* Laboratoroes page start */


.tabs_wrapper {
    text-align: center;
    background: transparent;
    padding: 120px 0;
  }
  
  .tabs {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 25px 0 0;
    padding: 0;
    width: 23%;
    min-width: 175px;
    list-style: none;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
  }
  .tabs li {
    margin: 0;
    cursor: pointer;
    padding: 15px;
    line-height: 31px;
    color: white;
    text-align: left;
    font-weight: bold;
    background-color: #666;
    background: #600026;
    /* Old browsers */
    background: -moz-linear-gradient(top, #600026 0%, #c60943 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #600026), color-stop(100%, #c60943));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #600026 0%, #c60943 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #600026 0%, #c60943 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #600026 0%, #c60943 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #600026 0%, #c60943 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#600026", endColorstr="#c60943",GradientType=0 );
    /* IE6-9 */
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .tabs li:hover {
    background: #ae0046;
    
    background: linear-gradient(to bottom, #ae0046 0%, #fb0f56 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ae0046", endColorstr="#fb0f56",GradientType=0 );
    color: white;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .tabs li.active {
    background: #4c001e;
    background: linear-gradient(to bottom, #3c041a 0%, #3c0012 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4c001e", endColorstr="#9f0735",GradientType=0 );
    color: #dddddd;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .tab_container {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 70%;
    min-width: 10px;
    text-align: left;
    background: white;
    border-radius: 12px;
    /* box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5); */
  }
  
  .tab_content {
    padding: 20px;
    height: 100%;
    display: none;
  }
  
  .tab_drawer_heading {
    display: none;
  }
  
  @media screen and (max-width: 781px) {
    .tabs {
      display: none;
    }
  
    .tab_container {
      display: block;
      margin: 0 auto;
      width: 95%;
      border-top: none;
      border-radius: 0;
      box-shadow: 0px 0px 10px black;
    }
  
    .tab_drawer_heading {
      background-color: #ccc;
      background: #600026;
      /* Old browsers */
      background: -moz-linear-gradient(top, #600026 0%, #c60943 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #600026), color-stop(100%, #c60943));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #600026 0%, #c60943 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #600026 0%, #c60943 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #600026 0%, #c60943 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #600026 0%, #c60943 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#600026", endColorstr="#c60943",GradientType=0 );
      /* IE6-9 */
      color: #fff;
      margin: 0;
      padding: 5px 20px;
      display: block;
      cursor: pointer;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      text-align: center;
    }
    .tab_drawer_heading:hover {
      background: #ccc;
      background: #ae0046;
      background: -moz-linear-gradient(top, #ae0046 0%, #fb0f56 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ae0046), color-stop(100%, #fb0f56));
      background: -webkit-linear-gradient(top, #ae0046 0%, #fb0f56 100%);
      background: -o-linear-gradient(top, #ae0046 0%, #fb0f56 100%);
      background: -ms-linear-gradient(top, #ae0046 0%, #fb0f56 100%);
      background: linear-gradient(to bottom, #ae0046 0%, #fb0f56 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ae0046", endColorstr="#fb0f56",GradientType=0 );
      color: white;
    }
  
    .d_active {
      background: #fff;
      background: #4c001e;
      background: -moz-linear-gradient(top, #4c001e 0%, #9f0735 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c001e), color-stop(100%, #9f0735));
      background: -webkit-linear-gradient(top, #4c001e 0%, #9f0735 100%);
      background: -o-linear-gradient(top, #4c001e 0%, #9f0735 100%);
      background: -ms-linear-gradient(top, #4c001e 0%, #9f0735 100%);
      background: linear-gradient(to bottom, #4c001e 0%, #9f0735 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4c001e", endColorstr="#9f0735",GradientType=0 );
      color: #dddddd;
    }
  }
  .laboratoroes-list-content ul li{
    display: flex;
    align-items:baseline;
    column-gap: 15px;
    font-size: 18px;
  }
  .laboratoroes-list-content {
    margin-top: 30px;
  }
  .laboratoroes-list-content ul li i{
    font-size: 10px;
  }

.library{
  padding: 120px 0;
}
.library-img img{
  height: 350px;
}
.library-content ul li{
  display: flex;
  align-items: baseline;
  column-gap: 15px;
  font-size: 20px;
}
.library-content ul li i{
  font-size: 8px !important;
  color: #ff7350;
}
.clinical-content p{
  font-size: 18px;
}
.rule-regulation{
  padding: 120px 0;
}
.rule-regulation .rule-regulation-heading{
  text-align: center;
  margin-bottom: 30px;
  color: #202c2d;
  font-size: 50px;
}
.rule-regular-content p{
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}
.copyright-wrap p {
  font-size: 16px;
  margin-bottom: 0;
}
.copyright-wrap p a {
  font-size: 15px;
  color: #fff;
}
.chairman{
  padding: 120px 0;
}
.chairman-content span{
  font-size: 18px;
  color: #ff7350;
  font-family: 'Jost', sans-serif;
}
.chairman-content p{
  font-size: 18px;
  font-family: 'Jost', sans-serif;
}
.chairman-content h5 {
  font-family: "Dancing Script", cursive;
  font-size: 25px;
  color: #ff7350;
}
.rectent-list img{
  height: 100px;
}
.recent-blog-content h4{
  margin-top: 20px;
}
.recent-blog-date{
  color: #ff7350;
}
.rectent-list {
  background-color: #fff;
  padding: 20px;
  text-align: center;
}

/* ****************************** */
/* ****************************** */
/* Responsive start  */

@media only screen and (max-width:1199px){
  .choose-us-list p {
    font-size: 13px;
}
.choose-us-list img {
  height: 75px;
}
.contact-bg02 {
  padding: 30px 30px;
}
.pb-90 {
  padding-bottom: 60px;
}
.pt-120 {
  padding-top: 90px;
}
.about-title h2 {
  font-size: 40px;
}

}
@media only screen and (max-width:991px){

.row{
  row-gap: 20px;
}
.pt-120 {
  padding-top: 50px;
}
.pb-120 {
  padding-bottom: 50px;
}
.about-title h2 {
  font-size: 30px;
}
.breadcrumb-area {
  min-height: 315px;
}
.breadcrumb-title h2 {
  font-size: 50px;
}
.services-content2 h5 a {
  font-size: 15px;
}
.services-content2 h5 {
  font-size: 15px;
}
.services-icon img{
  height:100px
}
.class-active .slick-arrow {
  left: 55.6%;
  font-size: 30px;
  width: 40px;
  height: 40px;
}
.class-active .slick-next {
  left: 60%;
}
}
@media only screen and (max-width:767px){
  .logo img {
    height: 100px;
    width: 100px;
}
.mean-container a.meanmenu-reveal {
  margin-top: -80px;
}
.row {
  row-gap: 0px;
}
.slider-bg {
  min-height: 467px !important;
}
.about-img img {
  height: 300px;
}
.courses-item {
  margin-left: 0px;
}
.class-active .slick-arrow {
  left: 88.6%;
}
.class-active .slick-next {
  left: 100%;
}
.breadcrumb-area {
  min-height: 185px;
}
.breadcrumb-title h2 {
  font-size: 30px;
}
.courses-page h2 {
  margin-bottom: 30px;
  font-size: 25px;
}
.courses-page {
  padding: 55px 0;
}
}
@media only screen and (max-width:667px){
  .about-content {
    margin-top: 25px;
}
.hospital-partner .row{
  row-gap: 30px !important;
}
}
@media only screen and (max-width:568px){
  .section-title h2 {
    font-size: 35px;
    letter-spacing: 0px;
}
.class-active .slick-arrow {
  left: 77.6%;
}
.class-active .slick-next {
  left: 87%;
}
}