@import "https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900";
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond&display=swap');
body{font-family:'Poppins',sans-serif}
.image--cover {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  margin: 15px auto;

  object-fit: cover;
  object-position: center center;
}
.ba-slider {
    position: relative;
    overflow: hidden;
}
 
.ba-slider img {
    width: 100%;
    display:block;
}
 
.resize {
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}


.handle { /* Thin line seperator */
  position:absolute; 
  left:50%;
  top:0;
  bottom:0;
  width:4px;
  margin-left:-2px;
 
  background: rgba(0,0,0,.5);
  cursor: ew-resize;
}
 
.handle:after {  /* Big orange knob  */
    position: absolute;
    top: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
 
    content:'\21d4';
    color:white;
    font-weight:bold;
    font-size:36px;
    text-align:center;
    line-height:64px;
 
    background: #ffb800; /* @orange */
    border:1px solid #e6a600; /* darken(@orange, 5%) */
    border-radius: 50%;
    transition:all 0.3s ease;
    box-shadow:
      0 2px 6px rgba(0,0,0,.3), 
      inset 0 2px 0 rgba(255,255,255,.5),
      inset 0 60px 50px -30px #ffd466; /* lighten(@orange, 20%)*/ 
}

.draggable:after {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    line-height:48px;
    font-size:30px;
}
.tratments-holder p{
    text-align:center !important;
        font-size: 20px;
}
.mob-cover>* {
    right:0 !important;
}
.doc-serv p{
    text-align:center !important;
}
.center-slider .slick-slide{
  /*background-color: #b32532;*/
  color: #FFF;
  height: auto;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
}
.center-slider1 .slick-slide{
    display: block !important;
}
.center-slider .slick-slide,
.center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
  transform: scale(0.8, 0.8);
  transition: all 0.4s ease-in-out;
}

/* Active center slide (You can change anything here for cenetr slide)*/
.center-slider .slick-center,
.center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
  transform: scale(1.1);
  /*background-color: #000000;*/
}
.center-slider .slick-current.slick-active{
  transform: scale(1.1);
  /*background-color: #000000;*/
}


.heading1{
    /*font-family: 'Cormorant Garamond', serif !important;*/
    font-family:'Poppins',sans-serif
}
.sectionImgHeadWrapper .sectionImgHeading {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
}
.sectionImgHeadWrapper .sectionImgHeading p {
    color: #fff;
    background-color: rgba(255,255,255,0);
    box-shadow: 0.25em 0 0 rgb(255 255 255 / 0%), -0.25em 0 0 rgb(255 255 255 / 0%);
    font-size: 6vw;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.2em;
    margin-bottom: 0;
}
.swiper-pagination-bullet {
   width: 26px !important;
    height: 5px !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;
    background-color: rgba(255,255,255,.35) !important;
    opacity: 1 !important;
    padding: 0!important;
    margin: 0!important;
    margin-left: 2rem!important;
}
.swiper-light-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff !important;
    opacity: 1 !important;
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px !important;
    height: 10px !important;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
     border-top: 0px solid transparent important; 
     border-bottom: 0px solid transparent important; 
    opacity: .5;
    transition: opacity .6s ease;
}
.sticky.header-appear .header-reverse-scroll
.pos-rel{
    position:relative;
}
.doc-banner-home{
    background: #5dc194;
}
.cta-area{
    background: #5dc194;
}
.gray-bg{
    background:#f6f6f6;
}
.gal {
	
	
	-webkit-column-count: 6; /* Chrome, Safari, Opera */
    -moz-column-count: 6; /* Firefox */
    column-count: 6;
	  
	/**/
	}
	.gal a{display:inline-block;}
	.gal a img{ width: 100%; padding: 7px 0;}
@media (max-width: 500px) {
		
		.gal {
	
	
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	  
	
	}
		
	}
.myGallery {
  display: block;
  grid-gap: 10px;
  /*grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));*/
}

.myGallery img {
          width: 24.7%;
    display: initial;
    padding: 2px;
}
.gallery-item img{
    display:flex;
}
.pad-6 {
    padding: 6px;
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
    background: #fff;
}
.scroll{
    overflow-y:scroll;
    height:450px;
}
.video {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
}
.tg-main-content p{
    text-align:justify;
}
.header-menu.header-sticky.sticky-menu,
.mobile-header.header-sticky.sticky-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  background: #fff;
  animation: 800ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sticky-menu .header-menu-bg-3 {
  box-shadow: none;
  padding: 0px 0px;
}

/*.stuck .sticky-top {*/
/*    position: fixed;*/
/*    background-color: #fff;*/
/*    z-index: 100;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 10%);*/
/*}*/
/*banner-area*/
.breadcrumb-area{
    padding:20px 0;
      
}
.div-center{
    margin:0 auto;
}
.doctor-image-card {
    padding: 35px 30px;
    box-shadow: 0 4px 12px rgb(74 129 104);
    display: inline-block;
     margin-bottom: 20px;
}
.doctor-main-image img{
        width: 100%;
    margin-bottom: 20px;
}
.marbot-20{
    margin-bottom:20px;
}
.breadcrumb-area a{
      color: #646a73;
          font-size: 12px;
    margin-left: 5px;
}
.breadcrumb-area i{
      color: #646a73;
          font-size: 12px;
    margin-left: 5px;
}
.serv-form {
    margin-top: 0px;
        padding: 25px;
}
.serv-form h2 {
    font-weight: 600;
    margin-bottom: 30px;
    font-size:32px;
}
.blue-bg {
    box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 10%);
   background: linear-gradient(to right, #10482f 0%, #5dc194 100%) !IMPORTANT;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.serv-form .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    box-shadow: none;
}
.serv-form .form-control::placeholder{
    color:#fff;
}
textarea.form-control {
    height: auto !important;
}
.sticky1 {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
}
.author-head {
    background: #000;
    padding: 20px;
    padding-bottom: 0;
    position: absolute;
    margin-top: -30px;
    z-index: 11;
    /* margin-bottom: 30px; */
}
.author-head p{
    color:#fff !important;
}
/*.banner-area1 {*/
/*    background-image: url(../images/beautiful-face-woman-clear-skin.jpg);*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    overflow: hidden;*/
/*    height: 300px;*/
/*    padding: 135px !important;*/
/*}*/
.banner-area1 {
    background-image: none;
    background-color: #f6f6f6;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    height: auto;
    padding: 25px !important;
}
.cta-bg{
     background-image: url(../images/new-contact-ban.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}
.new-foot-bg{
     background-image: linear-gradient(rgb(0 0 0 / 78%), rgb(0 0 0 / 70%)), url(../images/surgeons.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}
.new-foot-bg p{
        margin-bottom: 0;
    padding-bottom: 15px;
    color:#fff;
}
/*.header-menu.header-sticky.sticky-menu, .mobile-header.header-sticky.sticky-menu {*/
/*    position: fixed;*/
/*    top: 0px;*/
/*    left: 0px;*/
/*    width: 100%;*/
/*    z-index: 999;*/
/*    background: #fff;*/
/*    animation: 800ms ease-in-out 0s normal none 1 running fadeInDown;*/
/*    box-shadow: 0 0 10px 3px rgb(0 0 0 / 5%);*/
/*    -webkit-transition: all 0.3s ease-out 0s;*/
/*    -moz-transition: all 0.3s ease-out 0s;*/
/*    -ms-transition: all 0.3s ease-out 0s;*/
/*    -o-transition: all 0.3s ease-out 0s;*/
/*    transition: all 0.3s ease-out 0s;*/
/*}*/
.tg-main-content {
    margin: 50px;
    margin-bottom: 80px;
}
.tg-header h1 {
    font-size: 35px;
    color: #000;
    font-weight: 600;
    padding: 0 0 30px;
    text-transform: inotial;
    background: linear-gradient(to right, #10482f 0%, #5dc194 100%) !IMPORTANT;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}
.tg-header h4 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    padding: 0px 0;
    padding-bottom: 10px;
}
.tg-header h2{
    font-size: 34px;
    font-weight: 600;
    color: #000;
       padding: 10px 0;
}
.tg-main-content li {
    margin-bottom: 10px;
    line-height: 25px;
       color: #171928;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin-bottom: 10px;

}
.tg-main-content ul {
    margin-bottom: 20px;
}
.banner-area .tg-header h3 {
    margin-top: 50px;
}
.tg-header h3 {
    font-size: 23px;
    font-weight: 800;
    color: #000;
}
/*topbar*/
#mobile-menu ul{
    padding-left: 0;
}
.header-social a {
    display: inline-block;
    margin: 60px 15px 0 0;
    padding: 0;
    text-decoration: none;
    position: relative;
    border-radius: 50%;
    color: #c2c3c5;
    font-size: 15px;
}
p{
   color: #171928;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin-bottom: 20px;
}
.anew-new-logo{
    height: 140px;
    margin: 0 auto;
}
.border-bot{
    border-bottom: 1px solid #c2c5cd;
}
.primary-color{
   color:#5dc194 !important;
}
.number-area p{
    margin-top:60px;
    font-size: 18px;
}
.header-social .f-icon i:hover{
        color: #7f73bb;
 }
.header-social .t-icon i:hover{
color: #1da1f2;
}
.header-social .in-icon i:hover{
color: #910693;
}
.header-social .u-icon i:hover{
    color: #c4302b;
}
/*navbar*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu-wrapper {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .main-menu-wrapper {
    display: none !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .main-menu-wrapper {
    display: none !important;
  }
}
.main-menu-wrapper__search {
  margin-right: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu-wrapper__search {
    margin-right: 15px;
  }
}
.main-menu-wrapper__call-number span {
  display: block;
  margin-bottom: -5px;
  font-weight: 400;
  font-size: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu-wrapper__call-number span {
    margin-bottom: 0px;
    font-size: 14px;
  }
}
.main-menu-wrapper__call-number h5 {
  font-size: 20px;
  font-weight: 700;
  color:#11897d;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu-wrapper__call-number h5 {
    font-size: 14px;
  }
}

.main-menu {
  text-align: right;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu {
    text-align: center;
  }
}
.main-menu ul li {
  display: inline-block;
  margin-left: 30px;
  position: relative;
  /*submenu start*/
  /*submenu end*/
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu ul li {
    margin-left: 30px;
  }
}
.main-menu ul li a {
     font-size: 15px;
    font-weight: 600;
    color: #171928;
    display: block;
    padding: 1px 1px;
    margin-top:2px;
   
}
.sub-menu ul li a{
    font-size:14px !important;
}
.dropdown-submenu .dropdown-menu ul li a{
      font-size: 13px;
       margin-top:5px;
}
.main-menu-wrapper__call-number i{
        font-size: 18px;
    color: #8dc63f;
    margin-right: 8px;
}
.carousel-indicators li{
    border: 1px solid #000;
     margin: 5px;
}

.carousel-indicators .active{
    background-color:#000;
     margin: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu ul li a {
    font-size: 14px;
    padding: 32px 0px;
  }
}
.main-menu ul li .sub-menu {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 119%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: max-content;
  z-index: 9;
  border: 1px solid #E7EAEF;
  text-align: left;
  padding: 5px 0;
}
.main-menu ul li .sub-menu::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #E7EAEF;
  left: 30px;
  top: -6px;
  transform: translateY(-50%);
  background: #fff;
  border-right: 0;
  border-bottom: 0;
  transform: rotate(45deg);
}
.main-menu ul li .sub-menu li {
  display: block;
  margin: 0px;
}
.main-menu ul li .sub-menu li a {
  padding: 6px 25px 3px 25px;
    display: block;
    color: #1A1C20;
    position: relative;
    border-bottom: 0.5px solid #0000001c;
}
.dropdown-submenu a{
    font-size:13px !important;
}
.main-menu ul li .sub-menu li a:before {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background:#11897d;
}
.main-menu ul li .sub-menu li a:active {
  color: #ffffff;
}
.main-menu ul li .sub-menu li:before {
  position: absolute;
  content: "";
  top: 0;
  left: -1px;
  background:#11897d;
  width: 4px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.main-menu ul li .sub-menu li:hover {
  background-color: #F5F8F9;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.main-menu ul li .sub-menu li:hover:before {
  opacity: 1;
  visibility: visible;
}

.main-menu ul li .sub-menu li:active {
  background-color:#11897d;
}
.main-menu ul li .sub-menu li:hover a:before {
  width: 100%;
  left: 0;
  right: auto;
}
.main-menu ul li:hover a {
  color:#11897d;
}
.main-menu ul li:hover.menu-item-has-children::after {
  color:#11897d;
}
.main-menu ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 150%;
}
.main-menu ul li.menu-item-has-children {
  position: relative;
}
.main-menu ul li.menu-item-has-children:after {
  position: absolute;
  content: "\f078";
  font-size: 12px;
  color: #212237;
  top: 50%;
  transform: translateY(-50%);
  right: -14px;
  font-family: "FontAwesome";
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.main-menu-wrapper__call-number {
  position: relative;
}

.main-menu-wrapper__call-number:before {
  position: absolute;
  content: "";
  height: 49px;
  width: 1px;
  background: #E7EAEF;
  left: -21px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu-wrapper__call-number:before {
    height: 94px;
  }
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-menu li{
        padding:0 25px 0 0;
    border: none;
    background: #fff;
    box-shadow: none;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
a {
       text-decoration: none;
}
/*banner*/
.banner-img img{
    width:100%;
}
.banner-img img{
        padding: 0 50px;
}
.navbar {
   
    margin-bottom: 0;
}
/*testimonial-area*/
.area-gap{
    padding:50px 0;
}
.small-size{
    font-size: 22px;
     font-weight: 800;
      margin-top:-15px;
}
.medium-size{
    font-size:32px;
    font-weight:800;
    margin-top:-10px;
}
.testi-name{
    font-size:27px;
    font-weight: 800;
}
/*treatments-area*/
.img-overly{ 
    position: relative;
  /*width: 50%;*/
    
}
.img-overly .image {
  display: block;
  width: 100%;
  height: auto;
}

.img-overly .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #389167c9;
}

.img-overly:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.treatments-holder h3 {
    color: #171928;
  
    padding: 20px 5px;
}
.treatments-holder a{
      text-decoration: none;
}
/*doctor-area*/
.doc-details{
 /*background-image: url(../images/doc-banner.jpg);*/
    /* height: 362px; */
    /* background-size: contain; */
    /* background-size: contain; */
    padding: 50px 175px 40px 65px;
    background-repeat: no-repeat;
    margin-left: 60px;
    /* width: 100%; */
    height: auto;
}

.tg-btn {
   background: #000!important;
    color: #fff;
    padding: 11px 42px;
    font-size: 14px;
    margin-top: 9px;
    border-radius: 25px;
    border: none;
}
.tg-btn1 {
   background: #fff!important;
    color: #000;
     padding: 11px 42px;
    font-size: 14px;
    margin-top: 9px;
    border-radius: 25px;
    border: none;
   }
.doc-details h4{
    color:#1a6643 !important;
}
/*doctors-area1*/
.doc-details1 {
    background: #faf8fa;
    padding: 50px 30px;
    /* padding: 18px; */
    /*margin: 0 30px;*/
}
.doc-round-img {
    border-radius: 100%;
    border: 6px solid #71c49a;
    padding: 8px;
    height: 175px;
    margin: 0 auto;
    margin-bottom: 20px;
}
/*why-area*/
.why-details{
   background-image: url(../images/doc-banner1.jpg);
    /* height: 362px; */
    /* background-size: contain; */
    /* background-size: contain; */
    padding: 50px 175px 40px 65px;
    background-repeat: no-repeat;
    margin-left: 60px;
    /* width: 100%; */
    height: auto;  
}
.why-details h4{
    color:#1a6643;
}
.my-video{
    width:100%;
    height:250px;
}
/*cta-area*/
.cta-left {
    background-image: url(../images/ccp.png);
    background-size: cover;
    padding: 120px 30px 71px 180px;
    text-align: center;
    color: #fff !important;
}
.white{
    color:#fff;
}
.cta-right{
        background: #222;
    padding: 40px;
    box-shadow: 0 0 45px 10px #0e0606f7;
}


.form-control{
            background: transparent;
    margin-bottom: 18px;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: inherit;
    box-shadow: none;
    font-size: 12px;
}
.form-control::placeholder{
    color:#000;
}
.why-details1{
  background-image: url(../images/doc-banner1.jpg);
    padding: 40px 110px 50px 75px;
    background-repeat: no-repeat;
    margin-right: 60px;
    background-position: right;
    height: auto;
}
.why-details1 h4{
    color:#1a6643;
}
.testi-icon{
    height: 90px;
    padding: 0px 10px;
}
.left-125{
    
    margin-left: 125px;
}
.blog-area {
    padding-top: 50px;
    background: #fff;
    padding-bottom: 0;
}
.border-footer {
    border-top: 0px;
    border-bottom: 1px solid #c2c5cd;
    padding: 50px 50px;
    padding-top: 80px;
}
.border-left{
     border-right:1px solid #c2c5cd;
}
.pad-20 {
    padding: 0 30px;
}
.footer-area p {
       margin-bottom: 7px;
       font-size:14px;
       color: #fff;
}
.footer-area ul.icn-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 24px;
        padding-inline-start: 0;
}
.footer-area ul.icn-list li {
    position: relative;
    padding-left: 0;
}
.footer-area ul.icn-list a {
    color: #fff;
    text-decoration: none;
}
.footer-area i {
    font-size: 19px;
    color: #5dc194;
    margin-right: 10px;
}
.top-50{
    margin-top:50px;
}
.tiny-footer{
    padding-top:20px;
}
.input-group-addon {
    padding: 6px 35px;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 0;
}
.about-cta-area{
   background: #5dc194;
    padding-top: 20px;
    padding-bottom: 88px;
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.new-about-btn{
        width: 100%;
    border-radius: inherit;
    margin-top: 0px;
}
.about-cta-area .form-control{
    height:45px;
}
@media only screen and (max-width:767px){
    .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    background: #5dc194;
}
    .navbar-collapse {
        background: #5dc194 !important;
    }
    .swiper{
        margin-top:0px;
    }
    header .navbar .navbar-brand img {
    max-height: 65px !important;
    margin-top: -10px !important;
}
h4 {
       line-height: 23px;
}
h3 {
        line-height: 28px;
}
/*    .cover .index-gallery {*/
/*    position: absolute;*/
/*    height: 100%!important;*/
/*    width: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*}*/
    .pad-margin-0{
        padding:0 !important;
    }
    section, section.extra-big-section {
    padding: 10px 0 !important;
    padding-top:0 !important;
}
    .tg-header h4 {
    font-size: 22px;
    }
    .tg-header h3 {
    font-size: 18px;
    font-weight: 800;
    color: #000;
}
   .myGallery img {
    width: 49.6%;
    display: initial;
    padding: 2px;
}
.banner-area1 {
    padding: 15px 15px !important;
    text-align: center;
    padding-top: 43px !important;
}
 .tg-header h1 {
    font-size: 25px;
    color: #000;
 }
.tg-main-content {
    margin: 0;
    margin-bottom: 60px;
}
    .center{
        text-align:center;
    }
    .header-social a {
        margin: 10px 15px 0 0;
    }
    .number-area p {
    margin-top: 0;
    font-size: 13px;
    text-align: center;
}
.banner-img img {
    padding: 0;
        margin-bottom: 10px;
}
.doc-details {
    margin: 0 auto;
    background-image: none;
    /* height: 362px; */
    /* background-size: contain; */
    /* background-size: contain; */
    padding: 20px 10px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 0;
    width: 100%;
    height: auto;
    margin: o auto;
}
.why-details {
    background-image: url(../images/doc-banner1.jpg);
    /* height: 362px; */
    /* background-size: contain; */
    /* background-size: contain; */
    padding: 20px 10px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 0;
    /* width: 100%; */
    height: auto;
}
.why-details1 {
    background-image: url(../images/doc-banner1.jpg);
    /* height: 362px; */
    /* background-size: contain; */
    /* background-size: contain; */
    padding: 20px 10px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 0;
    /* width: 100%; */
    height: auto;
}
.area-gap {
    padding: 20px 0;
}
.small-size {
    font-size: 19px;
    margin-top: 5px;
}
.medium-size {
    font-size: 22px;
    font-weight: 700;
    
    margin-top: 8px;
}
.pad-margin-0{
    padding:0;
}
.testi-name {
    font-size: 22px;
}
p{
    color: #171928;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin-bottom: 10px;
}

.doc-round-img {
   
    height: auto;
}
.cta-left {
       padding: 47px 15px 30px 130px;
}
.blog-area {
    padding: 10px 0;
}
.left-125 {
    margin-left: 25px;
}
.border-footer {
       padding: 15px 0;
}
.pad-20 {
    padding: 0;
    margin-bottom: 20px;
}

.border-left {
    border-right: none;
}
.top-50 {
    margin-top: 30px;
}
.my-video {
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
}
.mob-d-flex{
    display:flex;
}
.bot-20{
    margin-bottom:20px;
}
.side-toggle {
    background: none;
    border: 0;
    padding: 0;
    margin-top: 14px;
    margin-left: 25px;
}
}