/*::-webkit-scrollbar { width: 0 !important }*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Montserrat", sans-serif;
  color: #444444;

}
a {
  color: #3fbbc0;
}
a:hover {
  color: #65c9cd;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}
.bg-theme {
  background-color: #f7ffff;
}
.sh1 {
    font-weight: 700;
    font-size: 34px;
}
.fs-20 {
    float: right;
    margin-top: -30px;
    font-size: 20px;
}
    .hr {
  /*margin-top: 70px;*/
  border-top: 1.5px solid rgba(0, 0, 0, .1);
}
    .d-block{
        display:block!important;
    }
    .d-none{display:none;}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #3fbbc0;
  border-top-color: #ecf8f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: #3fbbc014;
}

    .counts .count-box {
        /*  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);*/
        box-shadow: -10px -23px 10px 0 rgb(63 187 192 / 35%);
        width: 100%;
        background-color: #fff;
        padding: 30px;
        text-align: center;
    }

        .counts .count-box i {
            display: block;
            font-size: 50px;
            color: #3fbbc0;
            float: left;
        }

        .counts .count-box span {
            font-size: 42px;
            line-height: 24px;
            display: block;
            font-weight: 700;
            color: #555555;
            margin-left: 50px;
        }

        .counts .count-box p {
            padding: 30px 0 0 50px;
            margin: 0;
            font-family: "Roboto", sans-serif;
            font-size: 20px;
            font-weight: 700;
        }

      
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}
.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #3fbbc0;
  color: #fff;
  transition: all 0.4s;
}
.back-to-top i:hover {
  background: #5ec6ca;
  color: #fff;
}
/*--------------------------------------------------------------
#float whatsapp icon
--------------------------------------------------------------*/
.mfloat {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #56d062;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    text-decoration: none;
    cursor: pointer;
    z-index: 99;
}
.mfloat:hover{color:#fff;}
.my-float {
    margin:10px auto!important;
}




/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
#Customized Modal
--------------------------------------------------------------*/
.modal-content{border:none;}
.modal-header{
	background:linear-gradient(155deg, #3fbbc0 0%,#036ED9 100%);
color:#fff;
}
.modal-header .close{color:#fff;}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #004a7d;
    color: #fff;
    height: 50px;
    font-size: 14px;
   
    transition: all 0.5s;
}
    

    #topbar.topbar-scrolled {
        top: -50px;
    }

    #topbar i {
        padding-right: 10px;
        color:#fff;
        font-size:20px!important;
    }
.header-contact-layout1 {
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
    .header-contact-layout1 ul{
        margin:0 auto 0 113px;
    }
        .header-contact-layout1 ul li {
            font-size: 14px;
            display: inline-block;
            margin-right: 10px;
            padding-right: 10px;
            color: #ffffff;
            border-right: 1px solid #d7d7d7;
           
        }
        
            .header-contact-layout1 ul li a {
                color: #fff;
                text-decoration: none;
            }
            .header-contact-layout1 ul li:last-child {
                margin-right: 0;
                padding-right: 0;
                border-right: 0;
            }
.header-social-layout1 {
    min-height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 65px auto auto;
}
   
    .header-social-layout1 li {
        display: inline-block;
        margin-right: 15px;
        font-size: 20px;
        color: #fff;
    }
@media only screen and (max-width: 1400px) {
    .header-contact-layout1 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header-social-layout1 {
        margin: 0 8px auto auto;
    }

    .header-contact-layout1 ul {
        margin: 0 auto 0 52px;
    }

        .header-contact-layout1 ul li {
            font-size: 15px;
        }
}



@media only screen and (max-width: 767px) {
    .header-contact-layout1 ul li {
        display: block;
    }
}
 /*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
        #header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 80px;
  top: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
  #header {
    padding: 15px 0;
  }
}
#header.header-scrolled {
  top: 0;
}
/*
#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
*/
#header .logo a {
  color: #555555;
}
#header .logo img {
  max-height: 60px;
}
@media (max-width: 992px) {
  #header {
    top: 0;
  }
  #header .logo img {
    max-height: 40px;
  }
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    min-height: 320px;
}

    .testimonials .testimonial-item .testimonial-img {
        width: 90px;
        border-radius: 50%;
        margin: -40px 0 0 40px;
        position: relative;
        z-index: 2;
        border: 6px solid #fff;
    }

    .testimonials .testimonial-item h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 10px 0 5px 45px;
        color: #111;
    }

    .testimonials .testimonial-item h4 {
        font-size: 14px;
        color: #999;
        margin: 0 0 0 45px;
    }

    .testimonials .testimonial-item .quote-icon-left,
    .testimonials .testimonial-item .quote-icon-right {
        color: #b2e4e6;
        font-size: 26px;
    }

    .testimonials .testimonial-item .quote-icon-left {
        display: inline-block;
        left: -5px;
        position: relative;
    }

    .testimonials .testimonial-item .quote-icon-right {
        display: inline-block;
        right: -5px;
        position: relative;
        top: 10px;
    }

    .testimonials .testimonial-item p {
        font-style: italic;
        margin: 0 15px 0 15px;
        padding: 20px 20px 60px 20px;
        background: #f0fafa;
        position: relative;
        border-radius: 6px;
        position: relative;
        z-index: 1;
    }

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

    .testimonials .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: #fff;
        opacity: 1;
        border: 1px solid #3fbbc0;
    }

    .testimonials .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #3fbbc0;
    }
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu > ul {
  display: flex;
}
.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 20px;
}
.nav-menu a {
  display: block;
  position: relative;
  color: #555555;
  transition: 0.3s;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;padding-top:10px;
}
.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #3fbbc0;
}
.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 15px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}
.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #194b4d;
}
.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #3fbbc0;

}
.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}
.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}
.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}
.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}
.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}
@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
    #header .logo img{
        max-height:50px;
    }
    #header{
        padding:20px 30px;
    }
    .nav-menu a{
        font-size:12px;
    }
   
}
/* Appointment Button */
.appointment-btn {
  /*margin-left: 25px;*/
  background: #3fbbc0;
  color: #fff !important;
  /*border-radius: 4px;*/
  padding: 8px 18px!important;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  border: 0px;
  text-transform: uppercase;
  top: -8px;
}
.appointment-btn:hover {
  background: #65c9cd;
  color: #fff;
}
@media (max-width: 768px) {
  .appointment-btn {
    margin: 50px 19px 0px 19px !important;
    text-align: center;
  }
}
.appointment-btn1 {
  background: #3fbbc0;
  color: #fff !important;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  border: 0px;
  text-transform: uppercase;
}
.appointment-btn1:hover {
  background: #65c9cd;
  color: #fff;
}
@media (max-width: 768px) {
  .appointment-btn1 {
    margin: 0 auto;
    padding: 6px 18px;
  }
}
.blue-btn {
  background: #3fbbc0;
  color: #fff;
  border-radius: 4px;
  padding: 12px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 16px;
  display: inline-block;
  border: 0px;
}
.blue-btn:hover {
  background: #65c9cd;
  color: #fff;
}
.blue-btn1 {
    background: #3fbbc0;
    color: #fff;
    border-radius: 0px;
    padding: 12px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 18px;
    display: inline-block;
    border: 0px;
    margin-top: 20px;
}

    .blue-btn1:hover {
        background: #004A7D;
    }
/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 23px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}
.mobile-nav-toggle i {
  color: #3fbbc0;
}
.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}
.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav a {
  display: block;
  position: relative;
  color: #555555;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}
.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #3fbbc0;
  text-decoration: none;
}
.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}
.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}
.mobile-nav .drop-down > a {
  padding-right: 35px;
}
.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}
.mobile-nav .drop-down li {
  padding-left: 20px;
}
.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(60, 60, 60, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}
.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}
.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(60, 60, 60, 0.8);
  overflow: hidden;
  position: relative;
}
.maindn {
    display: none;
}
#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
    #hero .container {
        text-align: center;
     /*   background: rgba(255, 255, 255, 0.9);*/
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 14%;
        /*border-top: 4px solid #3fbbc0;*/
        margin-left: 7%;
        WIDTH: 600px;
    }
@media (max-width: 1200px) {
  #hero .container {
    margin-left: 50px;
    margin-right: 50px;
  }
}
#hero h2 {
  color: #2f2f2f;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
}
#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #555555;
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#hero .carousel-inner .carousel-item, #hero .carousel-inner .active.carousel-item-left, #hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}
#hero .carousel-inner .active, #hero .carousel-inner .carousel-item-next.carousel-item-left, #hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next, #hero .carousel-inner .carousel-item-prev, #hero .carousel-inner .active.carousel-item-left, #hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
  top: 112px;
}
@media (max-width: 992px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    top: 66px;
  }
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 36px;
  line-height: 1;
  width: auto;
  height: auto;
  background: rgba(63, 187, 192, 0.4);
  border-radius: 50px;
  padding: 10px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
}
#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(63, 187, 192, 0.6);
  color: rgba(255, 255, 255, 0.8);
}
#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: .6;
  transition: 0.3s;
}
#hero .carousel-indicators li.active {
  opacity: 1;
  background: #3fbbc0;
}
#hero .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #3fbbc0;
}
#hero .btn-get-started:hover {
  background: #65c9cd;
}
@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }
  #hero .container {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
    #hero {
        height: 30vh;
      /*  margin-top: 75px*/
    }

    .dn {
        display: none;
    }

    .maindn {
        display: block !important;
        margin: 20px auto 0px !important;
    }
}
@media (min-width: 1024px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}
@media (max-height: 500px) {
  #hero {
    height: 160vh;
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}
.list ul {
  list-style: none;
  padding: 0;
}
.list ul li {
  padding-bottom: 10px;
}
.list ul i {
  font-size: 20px;
  padding-right: 8px;
  color: #3fbbc0;
}
.section-bg {
  background-color: #eff8f8;
  background-image: url("../img/pattern.png");
}
.section-title {
  text-align: center;
  padding-bottom: 40px;
}
.shape {
  padding-bottom: 30px;
}
.shape1 {
  padding-bottom: 30px;
  margin-top: -15px
}
.section-title h2, .section-title h1 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    /*
  margin-bottom: 20px;
  padding-bottom: 20px;
*/
    position: relative;
}
/*
.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #3fbbc0;
  bottom: 0;
  left: calc(50% - 25px);
}
*/
.section-title p {
  margin-bottom: 0;
}
.side_heading {
    font-weight:600;
    font-size: 20px;
    /*color: #3fbbc0;*/
}
    /*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
    /*
.clients-carousel{
	display: flex;
}
*/
    .clients .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}
.clients .owl-item img {
  width: 80%;
  opacity: 0.5;
  transition: 0.3s;
}
.clients .owl-item img:hover {
  opacity: 1;
}
.clients .owl-nav, .clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}
.clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}
.clients .owl-dot.active {
  background-color: #5cb874 !important;
}
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #3fbbc0;
  color: #fff;
  background-size: cover;
  padding: 60px 0;
}
.cta h3 {
  font-size: 28px;
  font-weight: 700;
}
.cta .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.cta .cta-btn:hover {
  background: #fff;
  color: #3fbbc0;
}
.color {
    color: #3fbbc0;
}
/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.maindn{
    display:none;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-bottom: 10px;
}
.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #3fbbc0;
}
.about .content p:last-child {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/
.hex_bg {
  background-image: url("../img/bg.png")
}
.scroll {
  overflow-y: scroll;
  height: 500px;
}
.departments .nav-tabs {
  border: 0;
}
.departments .nav-link {
  border: 0;
  padding: 20px;
  color: #555555;
  border-radius: 0;
  border-left: 5px solid #fff;
}
.departments .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}
.departments .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}
.departments .nav-link:hover h4 {
  color: #3fbbc0;
}
.departments .nav-item.active {
  background: #f7fcfc;
  border-color: #3fbbc0 !important;
  border-left: 5px solid #3fbbc0;
}
.departments .nav-item.active h4 {
  color: #3fbbc0;
}
.departments .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
}
.departments .tab-pane img {
  float: left;
  max-width: 100%;
  padding: 0 15px 15px 0;
  border-radius:38px 0 38px 0;
}
@media (max-width: 768px) {
  .departments .tab-pane img {
    float: none;
    padding: 0 0 15px 0;
    max-width: 100%;
  }
}
.departments .tab-pane h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #3fbbc0;
}
.departments .tab-pane p {
  color: #777777;
}
.departments .tab-pane p:last-child {
  margin-bottom: 0;
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.drimg{height:250px;}

.doctors .owl-dots {
  margin-top: 25px;
  text-align: center;
}
.doctors .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #e0f4f5 !important;
}
.profile-card-5 .card-body{
    text-align:center;
}
.doctors .owl-dot.active {
    background-color: #3fbbc0 !important;
}
.owl-carousel .owl-dots.disabled {
  display: block;
}
#owl-demo {
  margin-top: 50px;
}
#owl-demo .item {
  margin: 0 10px;
}
#owl-demo .item .member {
  display: block;
  width: 100%;
  height: auto;
}
.doctors .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(63, 187, 192, 0.1);
}
.doctors .member .member-img {
  position: relative;
  overflow: hidden;
}
.doctors .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
}
.doctors .member .social a {
  transition: color 0.3s;
  color: #555555;
  margin: 0 10px;
  padding-top: 8px;
  display: inline-block;
}
.doctors .member .social a:hover {
  color: #3fbbc0;
}
.doctors .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
.doctors .member .member-info {
  padding: 25px 15px;
}
.doctors .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #555555;
}
.member-info h1 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 25px;
    color: #555555;
}
.doctors .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}
.doctors .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}
.doctors .member:hover .social {
  opacity: 1;
}
 .atoz{
    font-weight:500!important;
    color:#000000!important;
    text-align:left!important;
}
/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}

    .featured-services .icon-box::before {
        content: '';
        position: absolute;
        background: #d9f1f2;
        right: 0;
        left: 0;
        bottom: 0;
        top: 100%;
        transition: all 0.3s;
        z-index: -1;
    }

    .featured-services .icon-box:hover::before {
        background: #3fbbc0;
        top: 0;
        
    }

.featured-services .icon {
    margin-bottom: 15px;
}

    .featured-services .icon i {
        font-size: 48px;
        line-height: 1;
        color: #3fbbc0;
        transition: all 0.3s ease-in-out;
    }

.featured-services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

    .featured-services .title a {
        color: #111;
    }

.featured-services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
    color: #fff;
}

.featured-services .icon-box:hover .icon i {
    color: #fff;
}
*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    margin-bottom: 20px;
    text-align: center;
}

.services .icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 180px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 50%;
    transition: 0.5s;
    color: #3fbbc0;
    overflow: hidden;
    box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

    .services .icon img {
     height:180px;
    }

.services .icon-box:hover .icon {
    box-shadow: 0px 0 25px rgba(63, 187, 192, 0.8);
    transform: scale(1.1);
}

.services .title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 16px;
    position: relative;
    padding-bottom: 15px;
}
    .services .title:hover {
        transform: scale(1.2);
        color: #3fbbc0;
    }

    .services .title a {
        color: #444444;
        transition: 0.3s;
    }

        .services .title a:hover {
            color: #3fbbc0;
        }

  
/*--------------------------------------------------------------
#small icon
--------------------------------------------------------------*/
.services .smallicon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 50%;
    transition: 0.5s;
    color: #3fbbc0;
    overflow: hidden;
    box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

    .services .smallicon img {
        height: 80px;
    }

.services .icon-box:hover .smallicon {
    box-shadow: 0px 0 25px rgba(63, 187, 192, 0.8);
    transform: scale(1.1);
}
/*--------------------------------------------------------------
#Blogs
--------------------------------------------------------------*/
/*
#blog .card{
	margin-bottom: 20px;
  overflow: hidden;
  
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(63, 187, 192, 0.1);
	border-color: transparent;
}
 #blog .card .card-text,.card-title,.read_more{
    padding: 25px 15px;
}
.card-title-sm{
	padding: 25px 15px 15px 15px;
}
#blog .card .card-block {
	padding:15px 8px
}
.blog-img{
	width:150px;
	height:150px;
}
*/
.img-fix {
  height: 245px;
}
.card-title {
  color: #444444;
  font-weight: 500;
  font-size:19px;
}
.card-text {
  color: #444444;
  font-weight: 400;
  font-size:14px;
}
.card-text1 {
  color: #444444;
  font-weight: 400;
  font-size:12px;
}
.read_more {
  font-weight: 500;
}
.blog-home2 {
  font-family: "Montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
}
.shadow-theme {
  box-shadow: 0px 2px 15px rgba(63, 187, 192, 0.23);
  border: 0px;
}
.blog-home2 h1, .blog-home2 h2, .blog-home2 h3, .blog-home2 h4, .blog-home2 h5, .blog-home2 h6 {
  color: #3e4555;
}
.blog-home2 .font-weight-medium {
  font-weight: 500;
}
.blog-home2 .bg-light {
  background-color: #f4f8fa !important;
}
.blog-home2 .subtitle {
  color: #8d97ad;
  line-height: 24px;
}
.blog-home2 .text-themecolor {
  color: #316ce8;
}
.blog-home2 h5 {
  line-height: 22px;
  font-size: 18px;
}
.blog-home2 a.link {
  color: #3e4555;
}
.blog-home2 a.link:hover {
  color: #316ce8;
}
.blog-home2 .on-hover {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.blog-home2 .on-hover:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.blog-home2 .date-pos {
  right: 10px;
  top: 10px;
}
.blog-home2 .date-pos span {
  font-size: 30px;
  line-height: 30px;
}
.blog-home2 .bg-info-gradiant {
  background: #188ef4;
  background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
  background: -webkit-gradient(linear, left top, right top, from(#3fbbc0), to(#0FF0B3));
  background: -webkit-linear-gradient(left, #3fbbc0 0%, #0FF0B3 100%);
  background: -o-linear-gradient(left, #3fbbc0 0%, #0FF0B3 100%);
  background: linear-gradient(to right, #3fbbc0 0%, #0FF0B3 100%);
}
/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery-title {
  font-size: 36px;
  color: #3fbbc0;
  text-align: center;
  font-weight: 500;
  margin-bottom: 70px;
}
.gallery-title:after {
  content: "";
  position: absolute;
  width: 7.5%;
  left: 46.5%;
  height: 45px;
  border-bottom: 1px solid #5e5e5e;
}
.filter-button {
  font-size: 18px;
  border: 1px solid #3fbbc0;
  border-radius: 5px;
  text-align: center;
  color: #3fbbc0;
  margin-bottom: 30px;
}
.filter-button:hover {
  font-size: 18px;
  border: 1px solid #3fbbc0;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  background-color: #3fbbc0;
}
.btn-default:active .filter-button:active {
  background-color: #3fbbc0;
  color: white;
}
.port-image {
  width: 100%;
}
.gallery_product {
  margin-bottom: 40px;
  text-align: center;
}
.gallary_item {
  width: 100%;
  height:250px;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0px 2px 15px rgba(63, 187, 192, 0.23);
  padding: 20px 0 30px 0;
}
.contact .info-box i {
  font-size: 32px;
  color: #3fbbc0;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #c5ebec;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form {
  box-shadow: 0px 2px 15px rgba(63, 187, 192, 0.23);
  padding: 30px;
}
.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #3fbbc0;
}
.contact .php-email-form input {
  padding: 20px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type="submit"] {
  background: #3fbbc0;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type="submit"]:hover {
  background: #65c9cd;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #1e1e1e;
  font-family:Montserrat;
  font-size: 14px;
  text-align: center;
  padding: 25px 0 0px;
}
.copy {
  color: #323232;
  font-weight: 300;
  border-left: 1px solid rgba(50, 50, 50, .5);
  padding-left: 15px;
  margin-left: 10px;
}
#footer h3 {
    font-size: 28px;
    font-weight: 700;
    color: #3fbbc0;
    position: relative;
    font-family: Montserrat;
    padding: 0;
    margin: 30px 0 30px 0;
}
.blue {
  color: #066aa8;
}
#footer .social-links {
  margin: 0 0 40px 0;
  text-align: right;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #3fbbc0;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: #65c9cd;
  ;
  color: #fff;
  text-decoration: none;
}
#footer .copyright {
  margin: 0 0 5px 0;
  text-align: left;
}
#footer .credits {
  font-size: 13px;
}
@media (max-width: 992px) {
  #footer .copyright {
    text-align: center;
  }
  #footer .social-links {
    margin-top: 20px;
    text-align: center;
  }
}
/*--*/

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
    padding-top:20px;
    text-align:left;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

    #footer .footer-top .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
        #footer .footer-top .footer-links ul i {
            padding-right: 2px;
            color: #3fbbc0;
            font-size: 20px;
            line-height: 1;
        }

        #footer .footer-top .footer-links ul li {
            padding: 8px 0;
            display: flex;
            align-items: center;
        }

            #footer .footer-top .footer-links ul li:first-child {
                padding-top: 0;
            }

        #footer .footer-top .footer-links ul a {
            color: #555555;
            transition: 0.3s;
            display: inline-block;
            line-height: 1;
            font-size:15px;
        }

            #footer .footer-top .footer-links ul a:hover {
                color: #3fbbc0;
            }

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
.mt-10 {
  margin-top: 10rem !important
}
.widget {
  display: block !important;
}
.widget-title {
  position: relative;
  font-size: 14px;
  margin: 0 0 25px;
  font-weight: 700;
  text-transform: uppercase;
}
/*
.widget-title:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
}
    ZXAsq   w1a`
.widget-title:after {
    content: "";
    display: block;
    width: 35px;
    z-index: 1;
    position: relative;
    margin: 20px auto 25px 0px;
}
*/
.widget_search form {
  position: relative;
}
.search-button {
  position: absolute;
  top: 0;
  height: 100%;
  right: 10px;
  background-color: transparent;
  border: none;
  font-size: 20px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.search-button:focus, .search-button.focus, .search-button.active.focus, .search-button.active:focus, .search-button:active.focus, .search-button:active:focus {
  outline: 0;
}
.socials li a i {
  font-size: 16px;
  margin: 0 auto;
}
.socials li:first-child {
  margin-left: 0;
}
.socials li a {
  display: inline-block;
  margin-top: 0px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 15px;
  transition: all 0.5s;
  background-color: #3fbbc0;
  border-radius: 50%;
  color: #fff !important;
}
.socials li {
  display: inline-block;
  margin: 0 4px 5px;
  text-align: center;
  cursor: pointer;
}
.media img {
  height: 75px;
}
.text-extra-dark-gray {
  color: #2f2f2f;
  font-size: 16px;
}
.pagination > li > a, .pagination > li > span {
  border-radius: 3px;
  color: #2f2f2f;
  display: block;
  float: none;
  padding: 8px 15px;
  transition: all 0.5s;
}
.page-item.active .page-link {
  background: #3fbbc0 none repeat scroll 0 0;
  border-color: #3fbbc0;
}
.pagination > .active > a, .pagination > .active > span {
  background: #27cbc0 none repeat scroll 0 0;
  border-color: #27cbc0;
  color: #ffffff;
}
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
  background: #3fbbc0 none repeat scroll 0 0;
  border-color: #3fbbc0;
  color: #ffffff;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
  cursor: default;
  z-index: 3;
}
/*--------------------------------------------------------------
# Doctor page
--------------------------------------------------------------*/
.profile-card-5 .card-img-block {
  width: 50%;
  margin: 0 auto;
  position: relative;
  top: -40px;
}
.profile-card-5 .card-img-block img {
  border-radius: 5px;
  box-shadow: 0px 2px 15px rgba(63, 187, 192, 0.23);
  border: 0px;
  /*	height:200px;*/
  cursor: pointer;
}
.doc_animation:hover {
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
}
/*--------------------------------------------------------------
# Doctor_detail page
--------------------------------------------------------------*/
.highlight {
  border-radius: 50px;
  background: transparent;
  border: 2px dashed #3fbbc0;
  vertical-align: middle;
  padding: 10px 12px 2px;
}
.profile-bg {
  background-image: url("../img/pattern1.png");
}
.doc_pic {
  height: 300px;
}
@media (max-width: 768px) {
  .doc_pic {
    height: 200px;
  }
}
.detail h3 {
  font-weight: 600;
  font-size: 26px;
}
.detail ul {
  list-style: none;
  padding: 0;
}
.detail ul li {
  padding-bottom: 10px;
}
.detail ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #3fbbc0;
}
.detail p:last-child {
  margin-bottom: 0;
}

/*------------------------------------------------
# about page
---------------------------------------------------*/

.image-wrap {
    position: relative;
    width: 100%;
    height: 60vh;
}


.img-content img {
    width: 100%;
    height: 70vh;
    display: block;
}
/*------------------------------------------------
# book appointment
---------------------------------------------------*/


.register {
    background-image: linear-gradient(90deg, rgba(0, 198, 255,0.1),rgba(0, 198, 255,0.5),rgba(57, 49, 175,0.8)), url('../img/doc.jpg');
    /*background: linear-gradient(90deg, rgba(57, 49, 175,0.5), rgba(0, 198, 255,0.5));*/
    /*background-image: url("../img/aboutus.jpg");*/
    /*background: -webkit-linear-gradient(left, #3931af, #00c6ff);*/
    margin-top: 4%;
    padding: 3%;
    background-repeat: no-repeat;
    background-position: right;
}

.register-left {
    text-align: center;
    color: #000;
    margin-top: 10%;

}

    .register-left input {
        border: none;
        border-radius: 1.5rem;
        padding: 2%;
        width: 60%;
        background: #f8f9fa;
        font-weight: bold;
        color: #383d41;
        margin-top: 30%;
        margin-bottom: 3%;
        cursor: pointer;
    }

.register-right {
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}

.register-left img {
    margin-top: 10%;
    margin-bottom: 5%;
    width: 35%;
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

.register-left p {
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
}

.register .register-form {
    padding: 10%;
    margin-top: 10%;
}

.btnRegister {
    float: right;
    margin-top: 10%;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    background: #3fbbc0;
    color: #fff;
    font-weight: 600;
    width: 50%;
    cursor: pointer;
}

.register .nav-tabs {
    margin-top: 3%;
    border: none;
    background: #3fbbc0;
    border-radius: 1.5rem;
    width: 28%;
    float: right;
}

    .register .nav-tabs .nav-link {
        padding: 2%;
        height: 34px;
        font-weight: 600;
        color: #fff;
        border-top-right-radius: 1.5rem;
        /*border-bottom-right-radius: 1.5rem;*/
    }

        .register .nav-tabs .nav-link:hover {
          
    border: none;
   
        }

        .register .nav-tabs .nav-link.active {
            color: #3fbbc0;
            border: 2px solid #3fbbc0;
            border-top-left-radius: 1.5rem;
            border-bottom-left-radius: 1.5rem;
        }

.register-heading {
    text-align: center;
    margin-top: 10%;
    margin-bottom: -15%;
    color: #495057;
}

.head {
    position: relative;
   background-color: rgba(0,0,0,.3);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* padding: 250px 0 150px; */
    height: 630px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top:100px;
}

.header--aboutus {
   background-image: url(../img/aboutus1.png);
}
.header--speciality {
    background-image: url(../img/speciality.jpg);
}
.header--emergency {
    background-image: url(../img/EMERGENCY_CARE.jpg);
}
.header--orthopeadics {
    background-image: url(../img/slide/1.jpg);
}
.header--gastroenterology {
    background-image: url(../img/slide/gastro.jpg);
}.header--generalsurgery {
    background-image: url(../img/slide/general_surgery.jpg);
}

.header--preventive {
    background-image: url(../img/preventive_bnr.jpg);
}
.header--mental {
    background-image: url(../img/mental_bnr.jpg);
}
.header--chronic {
    background-image: url(../img/chronic_bnr.jpg);
}
.header--oncology {
    background-image: url(../img/slide/oncology.jpg);
}

.service-tab-section {
    position: relative;
}

    .service-tab-section .outer-box {
        position: relative;
        z-index: 1;
    }

.tabs .nav-tabs > li,
.tabs .nav-pills > li {
    margin-bottom: 10px;
}

.tabs .nav-tabs {
    text-align: center;
    border-bottom: 0;
    margin-bottom: 20px;

}

    .tabs .nav-tabs li:not(:last-child) {
        margin-right: 10px;
    }

    .tabs .nav-tabs li a {
        text-transform: capitalize;
        font-size: 20px;
        padding: 10px 25px;
        font-weight: 600;
        color: #4d4d4d;
        font-family: Montserrat, sans-serif;
        border: 2px solid #48bdc5;
        border-radius: 0;
        transition: all .3s ease;
    }

        .tabs .nav-tabs li a.active, .tabs .nav-tabs li a:hover {
            color: #fff;
            background: #48bdc5;
            border: 2px solid #48bdc5;
        }

.tab-content {
    position: relative;
    float: left;
    width: 100%;
    z-index: 99;
}

.service-box {
    position: relative;
    width: 100%;
}

    .service-box img {
        border-radius: 14px;
        width: 100%;
        box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
    }

    .service-box .contents {
        margin-left: 30px;
        padding-bottom:45px;
    }

@media (max-width: 991px) {
    .service-box .contents {
        margin-left: 0;
        margin-top: 50px;
    }
}

.service-box .contents .btn-style-one {
    margin-top: 20px;
}

.service-box .section-title h3 {
    position: relative;
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    /*padding-bottom: 20px;
    margin-bottom: 20px;*/
    color: #000;
    text-transform: uppercase;
}

.service-box .text {
    position: relative;
    margin-bottom: 15px;
}

    .service-box .text p {
        font-size: 15px;
        line-height: 26px;
        font-weight: 500;
        padding-top: 5px;
    }

.service-box .icon-box {
    position: absolute;
    top: 0px;
    left: -5px;
}

.service-box .content-list {
    padding-left: 0;
}

    .service-box .content-list li {
        font-size: 15px;
        line-height: 26px;
        font-weight: 500;
        padding: 4px 0px;
        padding-left: 27px;
        list-style: none;
        position: relative;
    }

        .service-box .content-list li i {
            position: absolute;
            left: 0;
            top: 9px;
        }
@media only screen and (min-width: 1920px) {
    .service-tab-section .tab-list-column .tab-list {
        margin-left: 30% !important;
        margin-right: -30% !important;
    }
}

@media only screen and (max-width: 1200px) {
    .service-section .filter {
        margin-bottom: 20px !important;
    }

    .footer-bottom .copyright-text {
        float: none !important;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-bottom .footer-bottom-link {
        float: none !important;
        text-align: center;
    }

    .feature-section.style-two {
        margin-bottom: 0px !important;
    }

    .feature-section .contact-info .item {
        display: block !important;
        margin-bottom: 20px !important;
    }
}

@media only screen and (max-width: 991px) {
    .main-header .search-box {
        display: none;
    }

    .header-uper .logo {
        float: none !important;
        text-align: center;
        margin-bottom: 20px;
        width: 100%;
    }

    .main-header.style-two .logo {
        float: none !important;
        text-align: center;
        margin-bottom: 20px;
    }

    .main-header.style-two .search-box-btn {
        top: 95px !important;
    }

    .main-header.style-two .main-menu {
        float: none !important;
    }

    .service-tab-section .tab-content .inner-box {
        padding-left: 0px;
    }

    .feature-section .contact-info .item {
        width: 100%;
        margin-right: 30px !important;
        margin-bottom: 20px !important;
    }

    .service-tab-section .tab-list-column {
        width: 100% !important;
    }

        .service-tab-section .tab-list-column .tab-list,
        .service-tab-section .tab-content .inner-box {
            float: none !important;
            padding-left: 115px !important;
            max-width: 700px !important;
        }

    .service-tab-section .tab-content {
        width: 100% !important;
    }

        .service-tab-section .tab-content .content-list {
            margin-top: 40px !important;
        }
}
@media only screen and (max-width: 567px) {
    .service-tab-section .tab-list-column .tab-list,
    .service-tab-section .tab-content .inner-box {
        padding-left: 20px !important;
    }
    .space {
        margin-top: 75px!important;
    }

}
@media screen and (max-width: 767px) {
    .head {
        padding: 100px 0 150px !important;
        height: 320px;
    }

    .space {
        margin-top: 75px !important;
    }

    .content1 p {
        margin-top: 20px !important;
    }

    .img_care {
        background: url("../img/vcaree.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 335px!important;
    }

    .telehealth {
        background-image: url(../img/telehealth.jpg);
        background-size: cover;
        height: 335px !important;
    }

    .tabs-section .tab-pane h3, .tabs-section .tab-pane h2, .tabs-section .details ul li, .margin, .m div ul li {
        margin-left: 0px!important;
    }

}
.space {
    margin-top: 100px;
}
.img_care {
    background: url("../img/vcaree.jpg");
    width:100%;
    background-size:cover;
    height:auto;
    

}
.m div ul li{
    margin-left:7rem;
   
}
.content1 {
    background-color: #3fbbc0;
}

    .content1 h1 {
        color: #fff;
        font-size: 3rem;
        line-height: 4rem;
        padding: 2rem;
        font-weight: 700;
    }   
    .content1 p {
        color: #fff;
        font-size: 20px;
        line-height: 28px;
        margin-top:100px;
        /*padding: 50px 0 0 0;*/

        padding: 2.5rem 2rem 1rem 2rem;
    }
.grp {
    margin: 47px -15px 0 -15px;
    padding: 0px;
  
}
.visit {
    background-color: #004A7D;
    padding:30px ;
    padding-left:2rem;
    color: #fff;
    font-size: 24px;
}
    .visit a{
        color:#fff;
    }
    
    .about-extra p, .about-extra div{
        font-size:16px;
    }
.about-extra h1 {
    font-weight: 700;
    line-height: 4rem;
    font-size: 3rem;
    color: #004A7D;
    padding-top: 60px;
}
    .vcare{
        background-size:cover;
        float:right;
    }
    .care_text{
        max-width:600px;
    }
.about-extra .list ul li a {
    text-decoration: none;
    color: #3fbbc0;
    font-weight: 500;
    font-size:18px;
}
    .about-extra .list ul li a:hover {
        color: #3fbbc0;
        margin-left: 20px;
    }
  
    /*------------------------------------------------
# emergency care page
---------------------------------------------------*/
.tabs-section {
    overflow: hidden;
    background-color: #fff;
    padding: 60px 20px;
    box-shadow: 0px 2px 15px rgba(63, 187, 192, 0.1);
}

    .tabs-section .feature-img {
        max-height: 255px;
        overflow: hidden;
        border-radius: 10px;
        border: 3px solid #fff;
    }

    .tabs-section .nav-tabs {
        border: 0;
    }

    .tabs-section .nav-link {
        border: 0;
        padding: 15px 15px;
        transition: 0.3s;
        color: #333;
        border-radius: 0;
        border-right: 2px solid #3fbbc0 !important;
        font-weight: 500;
        font-size: 18px;
    }

        .tabs-section .nav-link:hover {
            color: #3fbbc0;
        }

        .tabs-section .nav-link.active {
            color: #fff;
            background: #3fbbc0;
        }

        .tabs-section .nav-link:hover {
            border-right: 4px solid #cddc39;
        }

    .tabs-section .tab-pane.active {
        -webkit-animation: fadeIn 0.5s ease-out;
        animation: fadeIn 0.5s ease-out;
    }

    .tabs-section .details h3 {
        font-size: 26px;
        color: #3fbbc0;
    }
    .f-20{
        font-size:20px;
    }

    .tabs-section .details ul li {
        color: #444444;
        padding: 15px 0 10px 0;
        font-size:20px;
        margin-left: 70px;
    }
    .tabs-section .tab-pane h2 {
        font-size: 28px;
        margin-left: 70px;
        font-weight:600;
       
    }
    .tabs-section .tab-pane h3 {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-left: 70px;
        font-size: 20px;
    }
        .profile-card-2 {
    max-width: 300px;
    background-color: #FFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    background-position: center;
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    cursor: pointer;
    border-radius: 10px;
    height: 400px;
}
.margin{
    margin-left:70px;
    margin-right:70px;
   
}

.profile-card-2 img {
    transition: all linear 0.25s;
    height: 400px;
    background-position: center;
}

    .profile-card-2 .profile-name {
        position: absolute;
        left: 30px;
        bottom: 70px;
        font-size: 30px;
        color: #FFF;
        text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
        font-weight: bold;
        transition: all linear 0.25s;
    }
.profile-card-2:hover img {
        filter: grayscale(100%);
        transform: rotate(3deg) scale(1.2, 1.2);
    }

    .profile-card-2:hover .profile-name {
        bottom: 80px;
    }
.telehealth {
    background-image: url(../img/telehealth.jpg);
    width: 100%;
    background-size: cover;
    height: auto;
}

/*------------------------------------------------
# dep
---------------------------------------------------*/

.nav-pills-custom .nav-link {
    color: #aaa;
    background: #fff;
    position: relative;
    background-image: url(../img/pattern1.png);
}

    .nav-pills-custom .nav-link.active {
        color: #fff;
        background: #3fbbc0;
    }


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #3fbbc0;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}
/*------------------------------------------------
#confirmation
---------------------------------------------------*/

.text-p p, .text-secondary{
    font-size:14px;
    font-weight:600
}
#divpay {
    display: inline-flex;
    float: right;
}

.ml-20 {
    margin-left: 20px;
}
@media (max-width: 1475px) {
    #hero .container{
        margin-bottom:20vh!important;
     margin-left:20px!important;
    }
    #hero .carousel{top:80px;}
}
.vlogs .owl-dots {
    margin-top: 25px;
    text-align: center;
}

.vlogs .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #e0f4f5 !important;
}
.vlogs .owl-dot.active {
    background-color: #3fbbc0 !important;{:/}
}
/*------------------------------------------------
#Surgery page 
---------------------------------------------------*/

.profile-card-6 .card-img-block {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: -40px;
}
.profile-card-6  h4{
 margin-top:-10px;
}

    .profile-card-6 .card-img-block img {
        border-radius: 5px;
        box-shadow: 0px 2px 15px rgba(63, 187, 192, 0.23);
        border: 0px;
        /*	height:200px;*/
        cursor: pointer;
    }
.container-custom {
    max-width: 1240px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/*------------------------------------------------
#atoz
---------------------------------------------------*/
.table .thead-light th {
    color: #495057;
    background-color: #3fbbc0;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    min-height: 320px;
}

    .testimonials .testimonial-item .testimonial-img {
        width: 90px;
        border-radius: 50%;
        margin: -40px 0 0 40px;
        position: relative;
        z-index: 2;
        border: 6px solid #fff;
    }

    .testimonials .testimonial-item h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 10px 0 5px 45px;
        color: #111;
    }

    .testimonials .testimonial-item h4 {
        font-size: 14px;
        color: #999;
        margin: 0 0 0 45px;
    }

    .testimonials .testimonial-item .quote-icon-left,
    .testimonials .testimonial-item .quote-icon-right {
        color: #b2e4e6;
        font-size: 26px;
    }

    .testimonials .testimonial-item .quote-icon-left {
        display: inline-block;
        left: -5px;
        position: relative;
    }

    .testimonials .testimonial-item .quote-icon-right {
        display: inline-block;
        right: -5px;
        position: relative;
        top: 10px;
    }

    .testimonials .testimonial-item p {
        font-style: italic;
        margin: 0 15px 0 15px;
        padding: 20px 20px 60px 20px;
        background: #f0fafa;
        position: relative;
        border-radius: 6px;
        position: relative;
        z-index: 1;
    }

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

    .testimonials .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: #fff;
        opacity: 1;
        border: 1px solid #3fbbc0;
    }

    .testimonials .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #3fbbc0;
    }


.carousel .carousel-indicators {
    bottom: -60px;
}

.carousel-indicators li, .carousel-indicators li.active {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 1px 3px;
    box-sizing: border-box;
}

.carousel-indicators li {
    background: #e2e2e2;
    border: 4px solid #fff;
}

    .carousel-indicators li.active {
        color: #fff;
        background: #3fbbc0;
        border: 5px double;
  }

.img-responsive img{
    height: 90%;
    width: 100%;
}

@media (max-width: 995px){
    .img-responsive img {
        height: 100%;
    }
}
/*service on ortho*/

.services-img {
    position: relative;
}

    .services-img:before {
        position: absolute;
        content: '';
        border: 10px solid #444b5b;
        width: 98%;
        height: 112%;
        top: 50%;
        left: 5px;
        transform: translateY(-50%);
    }

    .services-img img {
        padding: 0px 30px;
        position: relative;
    }

.highlighed-sec {
    margin-top: -180px
}
.ortho-tab-content {
    display: none;
    padding: 20px;
/*    border: 1px solid #65c9cd;*/
    border-radius: 0 0 5px 5px;
    background-color: #fff;
}

    .ortho-tab-content h4 {
        font-weight: 600;
        color: #004a7d;
        margin: 0 0 15px 0;
    }

    .ortho-tab-content h5 {
        line-height: inherit;
    }


    .ortho-tab-content img {
        height: 400px;
        width: 100%;
        object-fit: cover;
    }
.service-icons{
    height:198px;
}
@media only screen and (max-width: 600px){
    .service_tab h4{
        margin-top:50px;
    }
    .header--gastroenterology {
        background-image: url(../img/slide/gesto_mob.jpg);
        height:270px!important;
    }
    .header--orthopeadics {
        background-image: url(../img/slide/ortho_mob.jpg);
        height:270px!important;
    }
    .header--generalsurgery {
        background-image: url(../img/slide/general_surgery_mob.jpg);
        height:270px!important;
    }
    .header--oncology {
        background-image: url(../img/slide/oncology_mob.jpg);
        height:270px!important;
    }
    .highlighed-sec{
        margin-top:0px;
    }
    .ortho-tab-content{
        padding:0px
    }
        .ortho-tab-content img {
            width: 100%;
            object-fit: cover;
            height:auto;
        }
    .services-img:before {
        height: 127%;
    }
}

