﻿@charset "utf-8";
/* CSS Document */
@import url('../../../../css2-1.css');
@import url('../../../../css2-2.css');
@import url('../../../../css2-3.css');
*{list-style:none; text-decoration:none;}
body{ padding:0; margin:0; color:#9dabaf; font-family: 'Open Sans', sans-serif;}
html { scroll-behavior: smooth;}
h1, h2, h3, h4, h5, h6{font-family: 'Open Sans', sans-serif;}
ul{ padding:0; margin:0; }
img{ max-width:100%; }
a{color:#26924f;}
.no-padding{ padding: 0!important;  }
.bg1 {
    background: #f9fafa;
}
.top-left{height:100%;}
.textwidget{height:100%;}
.top-1 {
    background: #7a1a91;
    color: #fff;
}
.top-contact {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 10px;
	height:100%;
	padding-top:10px;
}
.top-contact li {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
	line-height: 14px;
	font-size: 12px;
}
.top-contact li:first-child {
    padding-left: 0;
    border-right: 1px solid #fffbfb8a;
}
.top-contact li i {
    color:#ffffff;
}
ul.top-smedia {
    padding: 0;
    margin: 0;
    display: inline-block;
}
ul.top-smedia li {
    display: inline-block;
    color: #fff;
}	
ul.top-smedia li a{ color:#fff; }
.top-right {
    display: inline-block;
    float: right;
}
.social-iconss {
    list-style: none;
    margin: 0 15px 0;
    font-size: 15px;
    display: inline-block;
    padding: 10px 0;
}
.social-iconss li {
    position: relative;
    min-width: auto;
    padding: 0;
    margin: 0 7px;
    display: inline-block;
}
 .social-iconss li>a {
    border: none;
    width: 20px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.get-appointment {
    padding: 15px 25px;
    font-size: 12px;
    vertical-align: top;
    line-height: 20px;
    background-color: #3d28de;
    color: #fff;
    display: inline-block;
}
.get-appointment:hover {
    color: #033b4a;
    border-color: #fff;
    background-color: #fff;
    text-decoration: none;
}
.top-2 {
    background: #fff;
    width: 100%;
    float: left;
    animation-name: menu_sticky;
    animation-duration: 0.60s;
    animation-timing-function: ease-in-out;
    position: relative;
    overflow-x: hidden;
}

.logo a {
    padding: 5px 0 10px;
    display: inline-block;
}
.logo a img {
    max-width: 125px;
}
.top-3 {
    position: relative;
    background-color: #f9fafa;
    left: auto;
    right: auto;
    float: left;
    width: 100%;
    z-index: 9;
    overflow: hidden;
     -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.top-2.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    margin: 0;
    -webkit-box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
    padding: 0;
}
.top-2.fixed .logo a {
    padding: 13px 0;
    display: inline-block;
}
.top-2.fixed .menu-con .navbar-light .navbar-nav .nav-link {
    line-height: 51px !important;
}

.menu-con {
    float: right;
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative;
}
.menu-con nav.navbar.navbar-expand-sm.navbar-light {
    display: inline-block;
}

.menu-con .navbar-light .navbar-nav .nav-link {
    display: block;
    margin: 0px;
    padding: 42px 18px 0px 18px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    line-height: unset;
    font-family: "Saira",Arial,Helvetica,sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 1px;
    color: #033b4a;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.menu-con nav.navbar.navbar-expand-sm.navbar-light {
    padding: 0;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:before {
    height: 27px;
    position: absolute;
    content: '';
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    background: url(../images/menu-bg.png) no-repeat;
    width: 10px;
    top: 0;
    left: 0;
    visibility: hidden;
    background-size: 100%;
}
.top-2.fixed .menu-con .navbar-light .navbar-nav .nav-link:before {
    width: 8px;
}
#mega-menu-wrap-primary a.mega-menu-link:hover:before, li.nav-item.active a.mega-menu-link:before {
    left: 50%!important;
    visibility: visible!important;
}
.menu-con li.nav-item a.nav-link:hover, .menu-con li.mega-menu-item.active a.nav-link {
    color: #26924f!important;
}
.menu-con .dropdown-menu {
    width: 211px;
    color: #212529;
    border: none;
    border-radius: 0;
    box-shadow: 0 3px 25px 0px rgb(0 0 0 / 7%), 0 0 0 rgb(0 0 0 / 10%) inset;
    padding: 0;
}
.menu-con .dropdown-menu a.dropdown-item {
    padding: 10px 15px;
    font-size: 14px;
    color: #7f9094;
}
.menu-con .dropdown-item.active, .menu-con .dropdown-item:active {
    background-color: #26924f;
}
.menu-con .dropdown-item:focus, .menu-con .dropdown-item:hover {
    color: #fff!important;
    text-decoration: none;
    background-color: #26924f;
}
.top-search {
    display: inline-block;
}
.top-search button {
    position: relative;
    border: none;
    border-radius: 3px;
    height: 27px;
    width: 27px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
}
.top-search button:focus {
    outline: none;
    stroke: none;
    border: none;
}
/*Search Box*/
.popup-box-on {
    display: block !important;
}
.off {
    display: none;
}
.chat_box .chat_message_wrapper ul.chat_message > li + li {
    margin-top: 4px;
}

#search.open {
    opacity: 1;
    transform: translate(0px, 0px) scale(1, 1);
}
#search {
    background: #002f3be6;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 2000;
}
#search .close {
    color: #ffffff;
    font-size: 40px;
    opacity: 1;
    padding: 10px 17px;
    position: fixed;
    right: 15px;
    top: 15px;
    line-height: 0;
    text-align: center;
}
button.close {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
}
.close {
    float: right;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
}

.search-box-con {
    position: absolute;
    left: 0;
    right: 0;
    top: 28%;
    margin: auto;
    clear: both;
    min-height: 350px;
    border: 2px solid rgba(255,255,255,.62);
    width: 1000px;
    max-width: 100%;
    text-align: center;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    display: inline-block;
    padding: 100px 20px 100px 20px;
}
.search-box-con  h2 {
    display: block;
    font-size: 45px;
    line-height: 42px;
    clear: both;
    color: #fff;
}
.search-box-con  form {
    position: relative;
}
.search-box-con input[type="text"] {
    background: none;
    border: 0;
    color: #fff!important;
    height: 70px;
    padding: 0 70px 0 18px;
    font-weight: 400;
    font-size: 15px;
    width: 100%;
    color: rgba(255,255,255,.21);
    outline: none;
    height: 60px;
    border: 2px solid rgba(255,255,255,.95);
    margin: 10px 0 0;
    border-radius: 0;
}
.search-box-con button.btn.btn-lg.btn-site {
    font-size: 21px;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    width: 70px;
    border: 0;
    border-left: 2px solid rgba(255,255,255,.95);
    height: 59px;
    display: block;
    line-height: 45px;
    color: #fff;
    margin-top: 10px;
}
/*Search box End*/
.top-3-left {
    display: inline-block;
    text-align: left;
    width: auto;
}
.top-3-left {
    display: inline-block;
    text-align: left;
    width: auto;
    padding: 20px 0;
}
.top-3-left ul {
    padding: 0;
    margin: 0;
}
.top-3-left ul li {
    display: inline-block;
    position: relative;
    padding-left: 58px;
    margin-right: 18px;
}
.top-3-left ul li .icon {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgb(3 59 74 / 10%);
    -moz-box-shadow: 0 0 10px 0 rgba(3,59,74,.1);
    box-shadow: 0 0 10px 0 rgb(3 59 74 / 10%);
    width: 50px;
    height: 50px;
    background-color: #f9fafa;
    text-align: center;
    float: none;
	position: absolute;
    top: 0;
    left: 0;
}
.top-3-left ul li .icon img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    max-width: 73%;
}
.top-3-left ul li h4 {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #033b4a;
    margin: 0;
    padding-top: 5px;
}
.top-3-left ul li span {
    font-size: 13px;
    color: #374a8e;
    line-height: 0px;
    padding-top: 0px;
}
.top-3-left ul li h6 {
    font-size: 11px;
    font-weight: 400;
    color: #9dabaf;
    line-height: 18px;
}
.top3-right-btn a {
    position: relative;
    background-color: #26924f;
    padding-left: 10px;
    float: right;
    line-height: 48px;
    bottom: -20px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.top3-right-btn a:hover{ text-decoration:none; }
.top3-right-btn a:after {
    content: "";
    width: 5000px;
    height: 100%;
    background-color: #26924f;
    left: 100%;
    top: 0px;
    position: absolute;
}
/*Slider Start*/
.slider-con {
    width: 100%;
    float: left;
}
.slider-con img{ width: 100%; }
.slider-caption {
    position: absolute;
    top: 140px;
    left: 100px;
    width: 75%;
    color: #fff;
}
.slider-caption h4, .slider-caption h1, .slider-caption h5 {
    z-index: 5;
    font-weight: 400;
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
}
.slider-caption h1 {
    font-size: 71px;
    font-weight: 600;
    line-height: 75px;
}
.slider-caption h1 span {
    color: #2ab15d;
}
.slider-caption a {
    z-index: 9;
    white-space: nowrap;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: transparent;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    text-decoration: none;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: inherit;
    margin: 15px 0px;
    padding: 17px 30px;
    font-size: 13px;
    max-height: none;
    max-width: none;
    opacity: 1;
    color: rgb(255, 255, 255);
    box-shadow: rgb(153 153 153) 0px 0px 0px 0px;
    display: inline-block;
}
/*Animated Slider Start*/
	#myCarousel .carousel-item .mask {
    position: absolute;
    top: 0;
	left:0;
	height:100%;
    width: 100%;
    background-attachment: fixed;
}
#myCarousel h4 {
    font-size:46px;
    margin-bottom: 15px;
    color: #FFF;
    line-height: 100%;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
	font-family: 'Saira', sans-serif;
}
#myCarousel figure {
    margin: 0;
}
#myCarousel p {
    font-size: 18px;
    margin-bottom: 15px;
    color: #00d6a3;
    font-family: 'Saira', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}
#myCarousel .carousel-item a{background:#F47735; font-size:14px; color:#FFF; padding:13px 32px; display:inline-block; }
#myCarousel .carousel-item a:hover{background:#394fa2; text-decoration:none;  }

#myCarousel .carousel-item h4{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;} 
#myCarousel .carousel-item p{-webkit-animation-name:slideInRight; animation-name:slideInRight;} 
#myCarousel .carousel-item a{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}
#myCarousel .carousel-item .mask img{-webkit-animation-name:slideInRight; animation-name:slideInRight; display:block; height:auto; max-width:100%;}
#myCarousel h4, #myCarousel p, #myCarousel a, #myCarousel .carousel-item .mask img{-webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#myCarousel .container {max-width: 1430px;  }
#myCarousel .carousel-item{height:100%; min-height:auto; }

.carousel-control-next, .carousel-control-prev{
	height: 40px;
	width: 40px;
	padding: 12px;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	background-color: #7a1a91;
}


.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	opacity: 1
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
	opacity: 0
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
@supports (transform-style:preserve-3d) {
	.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
	}
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


 
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

/*Animated Slider End*/
/*Slider End*/
.entry-content {
    background: url(../../../wp-content/uploads/2021/11/health-care-science-medical-dna-background-banner_1017-20043.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    float: left;
    padding: 0 0 60px;
    background-attachment: fixed;
}
.entry-content::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #fffffff2;
    position: absolute;
    top: 0;
    left: 0;
}
.slider-buttom {
    margin-top: -81px;
}

.box-1 {
    padding: 0px 15px !important;
    border: 1px solid transparent;
    font-size: 1em;
    word-wrap: break-word;
    background: #fff;
    border-radius: 11px;
    margin-bottom: 0;
    height: 100%;
    text-align: center;
}
.box-1 .icon-con {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.box-1 .icon-con img {
    width: 47px;
}
.box-1-heading {
    position: relative;
    width: 100%;
    min-height: 55px;
}
.section-who .box-1 .content p {
    text-align: center;
	color: #6c6c6c;
}
.box-1-heading span.heading-icon {
    display: inline-block;
    width: 55px;
    position: absolute;
    left: 0;
    top: 0;
}
.box-1-heading h4 {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 0;
    color: #033b4a;
    padding: 10px 0 0 72px;
    height: 60px;
}
.content p {
    font-size: 15px;
    text-align: justify;
    letter-spacing: -0.9px;
}
.entry-content-content{ color:#fff; }

.entry-content-content .left {
    width: 100%;
    float: left;
    color: #fff;
    margin-top: 30px;
    position: relative;
    padding-left: 58px;
}
.entry-content-content .left::before {
    font-family: 'Roboto', sans-serif;
    content: "“";
    -webkit-text-fill-color: transparent;
    position: absolute;
    color: rgb(255, 255, 255);
    font-size: 114px;
    font-weight: 500;
    top: -35px;
    left: 0px;
    -webkit-text-stroke: 1px rgb(255, 255, 255);
    height: auto;
}
.entry-content-content .left h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 2px;
}
.entry-content-content .left h6 {
    position: relative;
    padding-left: 58px;
}
.entry-content-content .left h6:before {
    content: '';
    width: 50px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    margin: auto;
}
.entry-content-right {
    width: 100%;
    float: left;
    margin-top: 30px;
    position: relative;
    padding-left: 72px;
}
.entry-content-right span.icon {
    width: 60px;
    height: 60px;
    background: url(../images/charity.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.section-34 {
    padding: 0 0 60px;
    width: 100%;
    float: left;
}
.vision-mission-box {
    background: #374a8e;
    color: #fff;
    padding: 15px;
    border-radius: 13px;
    box-shadow: 0 0 15px #374a8e52;
    height: 170px;
    margin: 30px 0 0;
    transition: all ease-in-out 0.5s;
}
.vision-mission ul li:hover .vision-mission-box {background: #26924f;}
.vision-mission-box h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.section-34 .tab button {
    width: 47%;
	margin-top:10px;
	margin-bottom:10px;
}
.section-34 .tab button:nth-child(2) {
    background: #e1e1e1;
    border-color: #e1e1e1;
    color: #374a8e;
}
.section-34 .tab button:hover, .section-34 .tab button:nth-child(2):hover {
    background-color: #26924f;
    border-color: #26924f;
	color:#fff;
}
.section-3 {
    padding: 0px 0;
    width: 100%;
    float: left;
}
.section-3left img{ width:100%;height:365px; }

.heading-group span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 33px;
    color: #374a8e;
}

.heading-group h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 37px;
    color: #374a8e;
}
.heading-group h6 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1.5px;
    color: #9dabaf;
}
ul.section3-2col li {
    position: relative;
    padding-left: 55px;
    background: url(../images/1331602.png) no-repeat;
    background-size: 48px;
}
ul.section3-2col li:nth-child(2) {
    background: url(../images/care.png) no-repeat;
    background-size: 47px;
}
ul.section3-2col li h2 {
    font-size: 18px;
    font-family: 'Saira',Arial,Helvetica;
    font-weight: 500;
    line-height: 28px;
    color: #033b4a;
}
.btn1 {
    color: #fff;
    border: 1px solid #374a8e;
    background-color: #374a8e;
    padding: 13px 30px 13px 30px;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
}
.btn1:hover{ background:none; color: #033b4a; text-decoration: none;}
.section-4 {
    width: 100%;
    float: left;
    padding: 60px 0 30px;
}
.section-4 .post-slide {
    padding: 0 15px;
}
.service-box figure img {
    width: 100%;
}
.service-box figure{
	padding:0;
	margin:0;
}
.service-box {
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgb(41 61 88 / 10%);
    -moz-box-shadow: 0 0 15px 0 rgba(41,61,88,.1);
    box-shadow: 0 0 15px 0 rgb(41 61 88 / 10%);
	width:100%; float:left;
}
.service-box h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
    color: #033b4a;
    padding: 0 20px;
    margin-top: 10px;
}
.service-box .content {
    width: 100%;
    padding: 0 20px;
}
a.read-more {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: #17697c;
    color: #ffffff;
    border: 1px solid transparent;
    box-sizing: border-box;
    word-wrap: break-word;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: normal;
    font-size: 14px;
    padding: 8px 20px;
    font-weight: 600;
    width: 100%;
}
a.read-more:hover{ text-decoration:none; background-color:#26924f;} 
.service-box {
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgb(41 61 88 / 10%);
    -moz-box-shadow: 0 0 15px 0 rgba(41,61,88,.1);
    box-shadow: 0 0 15px 0 rgb(41 61 88 / 10%);
    width: 100%;
    float: left;
    margin-bottom: 30px;
    padding: 0px;
	margin: 0px 19px 0px 19px;
}
.heading-group {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
footer {
	width: 100%;
	float: left;
	padding: 0;
	background-size: cover;
	color: #fff;
	position: relative;
	background-color: #990099;
}
footer:before {
    content: '';
    background: url(../images/footer-bg.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
}
.footer2 ul {
    display: inline-block;
}
.footer2 ul li{ display: inline-block;  }
.footer2 ul li a {
    color: #fff;
    padding: 0 10px;
}
.footer2 ul li a:hover{ text-decoration: none; }
.footer2 p {
    color: #9dabaf;
    margin-bottom: 5px;
}
ul.footer-socialmedia li {
    display: inline-block;
}
ul.footer-socialmedia li a {
    width: 33px;
    height: 33px;
    line-height: 32px;
    border: 1px solid #686e73;
    background-color: transparent;
    font-size: 14px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    display: inline-block;
    text-align: center;
    border: 1px solid #2cd86d;
    border-radius: 50%;
    margin: 0 5px;
    color: #2cd86d;
}
ul.footer-socialmedia li a:hover{ background:#2cd86d; color:#fff; }
.footer-top {
    width: 100%;
    float: left;
    padding: 30px 0;
    background: #26924f;
    margin-bottom: 60px;
    position: relative;
}

ul.footer-contact .icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    font-size: 22px;
    text-align: center;
    line-height: 51px;
    position: absolute;
    top: 5px;
    left: 0;
}
ul.footer-contact{ position: relative; }
ul.footer-contact li h3 {
    margin: 7px 0 3px;
    font-size: 20px;
    font-weight: 500;
}
ul.footer-contact li h6 {
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 10px;
    font-size: 13px;
}
ul.footer-contact li .content {
    padding-left: 56px;
    text-align: left;
}
.footer-1 {
    color: rgba(255,255,255,.6);
    width: 100%;
    float: left;
    padding-top: 60px;
}
.footer-1 h3 {
    color: #fff;
    font-weight: 600;
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 18px;
}
ul.footer-link li {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}
ul.footer-link li a {
    color: #fff;
    position: relative;
    padding-left: 20px;
    font-size: 13px;
}
ul.footer-link li a:before {
    content: '';
    position: absolute;
    background: #26924f;
    left: 0;
    top: 7px;
    width: 11px;
    height: 1px;
}
ul.footer-link li a:hover{ text-decoration:none; color:#26924f;  }
ul.latest-news li {
    width: 100%;
    position: relative;
    height: 60px;
    margin-bottom: 15px;
}

.section-5 {
    padding: 0 0 140px;
    width: 100%;
    float: left;
    text-align: center;
    background: url(../images/section5-bg.jpg);
    color: #fff;
    position: relative;
}
.section-5:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #374a8ed9;
    position: absolute;
    top: 0;
    left: 0;
}
ul.latest-news li figure {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
}
ul.latest-news li a {
    font-size: 15px;
    line-height: 22px;
    display: block;
    font-weight: 400;
    color: #fff;
}
ul.latest-news li .content {
    padding-left: 75px;
}
ul.latest-news li h4 a {
    font-size: 15px;
    line-height: 22px;
    display: block;
    font-weight: 400;
    color: #fff;
}
ul.latest-news li h4 a:hover {
    color: #26924f;
    text-decoration: none;
}
ul.latest-news li h5 {
    display: block;
    font-size: 12px;
    margin-bottom: 2px;
    font-weight: 300;
}
ul.footer-link.two-col li {
    width: 50%;
    float: left;
}
.footer-newsletter {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.footer2 {
    background-color: #000e3f;
    padding: 15px 0;
    margin-top: 60px;
    font-size: 14px;
    position: relative;
    z-index: 1;
    width: 100%;
    float: left;
}
.footer-newsletter form {
    position: relative;
}
.footer-newsletter form  input[type="email"] {
    background-color: rgb(36 54 117);
    border: none;
    width: 100%;
    height: 45px;
    padding-left: 15px;
    color: rgba(255,255,255,1);
    font-size: 13px;
    outline: none;
}
.footer-newsletter form button.btn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    border-radius: 0;
    height: 45px;
    width: 50px;
    background-color: #26924f;
    color: #fff;
}
/*Video Thumnail*/
.video-thumbnail {
    margin: auto;
    border-radius: 10px;
    height: 81px;
    margin-bottom: 16px;
    margin-top: 60px;
}
.play-btn {
    background: #00d7a3;
    border-radius: 50%;
    text-align: center;
    line-height: 97px;
    animation: animate 2s linear infinite;
    cursor: pointer;
    width: 80px;
    height: 80px;
    position: relative;
    /* transform: translate(-50%,-50%); */
    display: inline-block;
    text-align: center;
    padding-top: 0;
    padding-left: 13px;
    border: none;
}
.play-btn i {
    color: #ffffffab;
    font-size: 36px;
}
@keyframes animate{
  0%{
    box-shadow: 0 0 0 0 #00d7a391;
  }
  40%{
    box-shadow: 0 0 0 50px rgba(255,193,7,0);
  }
  80%{
    box-shadow: 0 0 0 50px rgba(255,193,7,0);
  }
  100%{
    box-shadow: 0 0 0 rgba(255,193,7,0);
  }
}
/*Video Modal*/
.video-modal .modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }
.video-modal .modal-body {
  position:relative;
  padding:0px;
}
.video-modal .close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
/*Video Modal End*/
/*Video Thumnail END*/
.section-5 h4 {
    color: rgba(255,255,255,.85);
}
.section-5 h2 {
    text-align: center;
    font-size: 40px;
    line-height: 49px;
    font-weight: 600;
}
.section-5 h3 {
    text-align: center;
    font-size: 25px;
    line-height: 35px;
}
.section-5 h3 strong {
    color:#2cd86d;
}
.btn-group a {
    color: #033b4a;
    background: none;
    display: inline-block;
    border: 1px solid #FFF;
    text-decoration: none;
    padding: 12px 30px;
    margin: 0 9px;
    margin: 10px;
    color: #fff;
}
.btn-group a:hover{ background:#fff; color:#033b4a;}

.btn-group a.btn2 {
    background: #26924f;
    color: #fff;
    border-color: #26924f;
}
.btn-group a.btn2:hover {
    color: #fff;
    background-color: #033b4a;
	border-color:#033b4a;
}
.section-6 {
    width: 100%;
    float: left;
    padding: 0px 0px;
    margin: 0;
    position: relative;
    background: #ebebeb;
    background: url(../images/OUR-FACILITIES-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.section-6:before {
    background: #e9e9e9ab;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.section5-left-content {
    color: #fff;
    padding-top: 60px;
}
.section5-left{
background: #26924f;}
.section5-left .heading-group h6{ color:#fff; }
.section5-left:before {
    background: #26924f;
    content: '';
    left: -100%;
    width: 100%;
    height: 100%;
    position: absolute;
}

.section5-left-content .heading-group h2{color:#fff;}
.heading-group h6 { color: #ffffff;}
.counter {
    text-align: left;
    position: relative;
    padding-left: 48px;
    margin-bottom: 0;
    padding-top: 29px;
    padding-bottom: 25px;
}
.counter i {
    position: absolute;
    left: 0;
    top: 34px;
    font-size: 42px;
}
h2.timer.count-title.count-number {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
}
.tm-textcolor-white .inside h3 {
    color: rgba(255,255,255,.75)!important;
}
.counter p{
	color: rgba(255,255,255,.75)!important;
	}
.col-6.border1 {
    border-right: 1px solid #ffffff5e;
    border-bottom: 1px solid #ffffff5e;
}	
.col-6.border2{ border-left:1px solid #ffffff5e; border-top:1px solid #ffffff5e; }
.row.counter-con {
    padding-bottom: 60px;
}
.col-md-8.section5-right-bg {
    text-align: center;
}
.col-md-8.section5-right-bg  .card {
    margin-bottom: 30px;
}
.section5-right {
    padding-top: 50px;
    text-align: center;
    max-width: 620px;
    display: inline-block;
    float: none;
}

.progress-bar {
    box-shadow: none;
    background-color: #c0c0c1;
    border-radius: 0;
    height: 7px;
    position: relative;
    width: 100%;
    margin-top: 8px;
}
.progress-bar span {
    display: inline-block;
    min-width: 10%;
    background: #26924f;
    position: absolute;
    height: 100%;
}
.progress-bar-con ul li {
    position: relative;
    width: 100%;
    margin-bottom: 28px;
}
.progress-bar-con ul li h5 {
    display: inline-block;
    left: 0;
    font-size: 17px;
    color: #033b4a;
    text-shadow: none;
    position: relative;
    padding-right: 55px;
}
.progress-bar-con ul li h6 {
    display: inline-block;
    float: right;
    color: #033b4a;
    font-size: 17px;
    background: transparent!important;
    padding: 2px 0;
    border-radius: 0;
    margin-left: -24px;
    width: 48px;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
}
.progress-bar-con ul li span.icon{ width: }
.progress-bar-con ul li span.icon img {
    max-width: 100%;
}
.progress-bar-con ul li span.icon {
    width: 42px;
    display: inline-block;
    margin-right: 10px;
}
.heading-group h6 {
    color: #9dabaf;
}
.section7 {
    width: 100%;
    float: left;
    padding: 60px 0;
    position: relative;
    background: url(../images/row-bg-pattern14.png);
    background-size: cover;
}
.section7 .heading-group {
    padding-right: 83px;
}
.section7 .owl-nav {
    display: inline-block;
    position: absolute;
    top: -105px;
    right: 21px;
}
.section7 .owl-carousel .owl-nav button.owl-next, .section7 .owl-carousel .owl-nav button.owl-prev{
        padding: 0;
    border: 1px solid #033b4a;
    height: 32px;
    width: 32px;
    color: #033b4a;
    margin: 0 3px;
    border-radius: 0;
    z-index: 1;
    background: transparent;
}
.section7 .post-slide {
    padding: 0 15px;
}
.team-box {
    width: 100%;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 7px #0000005e;
    transition: all ease-in-out 1.0s;
    margin: 4px 0;
}
.team-box figure{ margin:0; }
.team-box figure img {
    margin: 0;
    width: 100%;
    height: 250px;
}
.team-box .content {
    padding: 0 15px;
	text-align: center;
	height: 50px;
}
.team-box .content h6 {
    font-size: 13px;
    color: #9dabaf;
    margin-top: 15px;
}
.team-box .content h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 0px;
    font-weight: 500;
}
.team-box .content h4 a {
    color: #26924f;
    font-weight: 600;
    font-size: 16px;
}
.team-box .content h4 a:hover{ text-decoration:none; }
.team-box figure {
    margin: 0;
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.team-box figure .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(3,59,74,.9);
    text-align: center;
    transition: all ease-in-out 1.0s;
	display:none;
}
.team-box:hover figure .overlay {
	display:inline-block;
}
.team-box figure .overlay a {
    font-size: 45px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 63px;
    left: 43%;
}
.team-box:hover {
    background: #26924f;
}
.team-box:hover .content h6, .team-box:hover .content h4 a{ color:#fff; }

.section-8 {
    width: 100%;
    float: left;
    padding: 60px 0;
    background: #f9fafa;
    margin-bottom: 60px;
    background-image: url(../images/row-map-12.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 70%;
}
.testimonial-box  figure {
    border-radius: 50%;
    overflow: hidden;
    width: 80px;
    height: 80px;
    border: 4px solid #FFF;
    margin-bottom: 0;
}
.testimonial-box .ratting-star {
    margin: 5px 0;
    display: inline-block;
}
.testimonial-box .ratting-star i.tm-active {
    color: #fd4;
    margin-right: 5px;
}
.testimonial-box .box-title {
    margin: 10px 0 0;
}
.testimonial-box .box-title  h3.themetechmount-author-name {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 0;
    color: #000;
}
.testimonial-box blockquote {
    padding: 16px 10px 25px 0;
    text-align: left;
    position: relative;
    border: none;
    margin: 0;
    font-size: 17px;
    color: inherit;
    background-color: transparent;
    outline: none;
    line-height: 30px;
    font-style: italic;
    font-weight: 400;
}
.testimonial-con {
    width: 100%;
    float: left;
}
.testimonial-con h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    color: #374a8e;
}
.testimonial-con .owl-dots {
    display: inline-block!important;
    position: absolute;
    top: -50px;
    right: 0;
}
.testimonial-con button.owl-dot.active, .section-9 button.owl-dot.active {
    width: 28px;
    background-color: #26924f;
    border-color:#26924f; 
}
.testimonial-con button.owl-dot, .section-9 button.owl-dot{
    display: inline-block;
    width: 12px;
    height: 10px;
    border-radius: 6px;
    box-shadow: none;
    cursor: pointer;
    margin: 13px 10px 0 0;
    position: relative;
    background-color: #033b4a;
    line-height: 0;
    padding: 0;
    transition: all ease-in-out 1.0s;
}
.testimonial-con button.owl-dot:focus, .section-9 button.owl-dot:focus{background-color:#26924f; stroke: none; outline: none;}
.section-9 {
    padding: 60px 0px;
    position: relative;
    width: 100%;
    float: left;
}
.section-9 .owl-dots {
    text-align: center;
}
.section-9 .post-slide {
    padding: 0 15px;
}
.blog-box {
    background-color: #fff;
    padding: 0;
    border-bottom: 3px solid #f2f2f2;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 0 15px 0 rgba(41,61,88,.1);
    -moz-box-shadow: 0 0 15px 0 rgba(41,61,88,.1);
    box-shadow: 0 0 15px 0 rgb(41 61 88 / 19%);
    padding-bottom: 23px;
    margin-bottom: 15px;
    position: relative;
    min-height: 500px;
}
.date-time {
    display: inline-block;
    background: #26924f;
    color: #fff;
    width: 88px;
    height: 80px;
    text-align: center;
    padding: 5px;
    margin-top: -58px;
    margin-left: 17px;
    z-index: 1;
    position: relative;
    top: -10px;
}
.date-time span {
    font-size: 14px;
}
.date-time span.date {
    display: inline-block;
    width: 100%;
    font-size: 29px;
    font-family: 'Saira', sans-serif;
    font-weight: 500;
}

ul.comments-user {
    padding: 8px 15px;
}
ul.comments-user li {
    display: inline-block;
    margin-right: 18px;
}
ul.comments-user li a {
    color: #9dabaf;
    font-size: 11px;
}

ul.comments-user li a i {
    color: #26924f;
    margin-right: 3px;
}

.blog-box h3 a {
    color: #033b4a;
    text-decoration: none;
        margin-top: 0;
    margin-bottom: 4px;
    font-size: 22px;
    line-height: 29px;
    font-weight: 500;
    padding: 0 15px;
    display: inline-block;
}
.blog-box .content {
    margin: 0 15px;
    padding-top: 13px;
    border-top: 1px solid #f2f2f2;
    margin-top: 10px;
}
a.blog-rmore {
    margin: 0 15px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    position: relative;
    padding-right: 13px;
    "Saira",Arial,Helvetica,font-family: sans-serif;
    font-size: 13px;
}
a.blog-rmore:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 16px;
}
a.blog-rmore:hover{ text-decoration: none;  }
.edit-icon {
    position: absolute;
    top: 15px;
    right: 0;
        -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    left: auto;
    -webkit-transform: translate3d(20px, 20px, 0);
    transform: translate3d(20px, 20px, 0);
     display: none;

}
.edit-icon a {
    width: 40px;
    height: 40px;
    background: #26924f;
    color: #fff;
    text-align: center;
    line-height: 38px;
    display: inline-block;
   
}
.blog-box:hover .edit-icon {
    right: 15px;
    display: inline-block;
    transform: translate3d(-15px, 20px, 0);
}
button#myBtn {
    font-size: 23px;
    height: 42px;
    width: 42px;
    font-weight: 900;
    color: #fff;
    position: fixed;
    display: none;
    right: 34px;
    bottom: 34px;
    z-index: 999;
    line-height: 25px;
    text-align: center;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: #26924f;
    border: none;
    cursor: pointer;
}
button#myBtn:hover{background:#033a49;}
/*Inner page */

.inner-page-banner {
    position: relative;
    width: 100%;
    float: left;
}

.page-heading-con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding-top: 100px;
}
.page-heading-con h2 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 47px;
    line-height: 50px;
    color: #ffffff;
    margin: 0 0 4px;
}
.page-heading-con h5 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #ffffff;
}
.breadcrumb {
    background-color: rgba(255,255,255,.03);
    padding: 15px;
    display: inline-block;
    float: right;
}
.breadcrumb ul li {
    display: inline-block;
    position: relative;
}
.breadcrumb ul li a {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 13px;
    color: #fff;
    display: inline-block;
    position: relative;
    padding: 0 7px;
    border-right: 1px solid #fff;
}
.breadcrumb ul li:last-child a {
    border: none;
	color:#00d6a3;
}
.breadcrumb ul li a:hover{ color:#00d6a3; text-decoration:none;}
.inner-page-con {
    float: left;
    width: 100%;
    padding: 50px 0px;
}
/*Inner page end*/

/*Docter_modal*/
.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.profile_image {
    top: 35px;
    text-align: center;
    position: absolute;
    margin-bottom: 50px;
    left: -120px;
}
.profile_image img {
    width: 237px;
    border-radius: 16px;
    padding: 8px;
    border: 2px solid #3bff87;
}
.content_doct{
	padding: 30px 0px 20px 140px
}
.about_doct{
	padding-left: 140px;
    text-align: justify;
    font-size: 15px;
    color: #464646;
}
.modal-content {
    border: 4px solid #7de5a5;
    border-radius: 15px;
}
.modal-header {
    border: none;
    padding-bottom: 0;
}
.modal-body {
    padding-top: 0px;
}

/*Docter_modal*/

/*Responsive*/
@media (min-width: 1200px){
.container {
    max-width: 1170px;
}
}

@media (max-width:1200px){
	.top-3-left ul li {
    margin:5px 5px 5px 0;
}
.top-3-left ul li h4 {
    font-size: 13px;
 }
 .top-3-left ul li .icon {
    width: 45px;
    height: 45px;
   } 
   .top3-right-btn a {
    font-size: 12px;
}
.top3-right-btn a {
    line-height: 37px;
    bottom: -65px;
    height: 37px;
}
.slider-caption h1 {
    font-size: 30px;
    line-height: 30px;
}	
.slider-caption h4 {
    font-size: 13PX;
}
.slider-caption h5 {
    font-size: 14px;
}
.slider-caption a {
    z-index: 9;
    line-height: 16px;
    margin: 9px 0px;
    padding: 11px 13px;
    font-size: 13px;
   }
}
@media (max-width:992px){
.row.slider-buttom {
    margin-top: 60px;
}
.container {
    max-width: 920px;
}
.top-3-left ul li {
    padding-left: 40px;
}
.top-3-left ul li .icon {
    width: 38px;
    height: 38px;
}
}
@media (max-width:768px){
.get-appointment {
    padding: 15px 6px;
    font-size: 8px;
}
 .container {
    max-width: 700px;
}
.social-iconss li {margin: 0px 2px;}  
.social-iconss {
    margin: 0 3px 0;
    padding: 3px 0;
}
.social-iconss li>a {
    line-height: 22px;
    font-size: 12px;
}
.top-contact li {
    padding-left: 5px;
    padding-right:5px;
    font-size: 10px;
}
.top-contact {
    font-size: 11px;
    line-height: 36px;
}
.logo a {
    padding: 5px 0;
}
.logo a img {
    max-width: 100px;
}
.menu-con .navbar-light .navbar-nav .nav-link {
    padding: 0px 10px 0px 10px;
    line-height: 77px !important;
    text-transform: capitalize;
    font-size: 14px;
    
}
.top-3-left ul li {

    padding-left: 60px;
    margin-right: 15px;
}
.top-3-left ul li .icon {

    width: 40px;
    height: 40px;
  
}
.top-3-left ul li h4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;

}
.top-3-left ul li {
    padding-left: 45px;
}
.top-3-left {
    text-align: center;
    padding: 5px 0;
    width: 100%;
	margin-top: 22px;
}
.top3-right-btn a {
    padding-left: 12px;
    line-height: 31px;
    bottom: 0;
    font-size: 12px;
}
.slider-con img {
    height: 180px;
    width: auto!important;
}
.slider-caption {
    padding: 0 40px;
}
.slider-caption h1 {
    font-size: 23px;
    line-height:23px;
}
.heading-group h2 {
    font-size: 20px;
    line-height: 23px;
}
.search-box-con  h2 {
    font-size: 22px;
    line-height: 20px;

}
.search-box-con {
    right: 0;
    top: 14%;
    min-height: 193px;
    max-width: 96%;
   padding: 50px 10px 50px 10px;
}
.section7 .owl-nav {
    top: -140px;
}
ul.section3-2col.row {
    padding: 0 15px;
}
.section-who h2 {
    font-size: 20px;
}
.heading-group span {
    font-size: 14px;
    line-height: 15px;
}
.slider-caption {
    top: 50px;

}
#myCarousel h4 {
    font-size: 20px;
 }
 #myCarousel p {
    font-size: 14px;
 }
.footer-1 h3 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.profile_image {
    top: 0;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
    left: 0;
}
.content_doct {
    padding: 0;
    text-align: center;
}
.about_doct {
    padding-left: 0;

}
.profile_image img {
    max-width: 128px;
}
.section5-left-content h2 {
    font-size: 20px!important;
    line-height: 24px!important;
}



  }
@media (max-width:575px){
.logo a {
    padding: 6px 0 5px;
}	
.logo a img {
    max-width: 64px;
}	
.top-2 .col-sm-9 {
    position: absolute;
    top: 26px;
    left: 0;
    z-index: 100;
}
.top-2 {
    overflow-x: unset;
}
.logo a{
    position: relative;
    z-index: 10000;
}
.navbar-toggler {
    padding: 4px;
    font-size: 15px;
   }
.menu-con {
    width: 100%;
    background: #fff;
	text-align: right;
} 
.top-search {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}
.top-3-left ul li h4 {
    font-size: 9px;
}
.top-2 .navbar-toggler:not(:disabled):not(.disabled) {
    margin-right: 29px;
    float: right;
}
.top-1 {
    text-align: center;
}
.top-right {
    float: none;
    padding-top: 10px;
}
.menu-con nav.navbar.navbar-expand-sm.navbar-light {
    width: 100%;
    text-align: left;
}
.menu-con .navbar-light .navbar-nav .nav-link {
    line-height: 30px !important;
}
.navbar-collapse {
    margin-top: 40px;
}

.menu-con .navbar-light .navbar-nav .nav-link:before{ display:none; }
.top-3-left ul li {
    text-align: left;
}
.top-2.fixed .menu-con .navbar-light .navbar-nav .nav-link {
    line-height: 30px !important;
}
.top-2 .col-sm-9 {
    top: 16px;
}
.slider-caption h1 {
    font-size: 16px;
}
.slider-caption h4 {
    font-size: 10PX;
}
.slider-caption h5 {
    font-size: 8px;
}
.slider-caption a {
    z-index: 9;
    line-height: 16px;
    padding: 6px 8px;
    font-size: 11px;
}
ul.section3-2col li {
    margin-bottom: 18px;
}
.section-5 h2 {
    font-size: 23px;
    line-height: 23px;
}
.section-5 h3 {
    font-size: 15px;
    line-height: 15px;
}
.btn-group a {
    padding: 5px 18px;
    margin: 0 9px;
    margin: 5px;
    font-size: 12px;
}
.section-5 h4 {
    color: rgba(255,255,255,.85);
    font-size: 16px;
    margin-bottom: 0;
}
h2.timer.count-title.count-number {
    font-size: 20px;
    line-height: 20px;
}
.counter i {
    top: 27px;
}
ul.footer-contact .icon {
    left: 15px;
}
.top-3-left ul li .icon {
    width: 30px;
    height: 30px;
}

.top-3-left ul li h4 {
    font-size: 8px;
    line-height: 12px;
}
.top-3-left ul li h6 {
    font-size: 8px;
}
.top-3-left ul li {
    padding-left:0;
    margin-right: 3px;
}
.top-3-left ul li {
    padding-left: 0;
    padding-top: 35px;
    text-align: center;
    max-width: 20%;
    vertical-align: top;
}
.top-3-left ul li .icon {
    right: 0;
    margin: auto;
}
.top-3-left ul li .content {
    text-align: center;
}
.top3-right-btn a {
    height: 27px;
}
.get-appointment {
    padding: 5px 5px;
}
.top-contact {
    line-height: 20px;
}
.section7 .owl-nav {
    top: -175px;
}
.slider-caption {
    left: 51px;
    width: 90%;
}
}   
@media screen and (max-width: 480px){
.slider-con .slider-caption {
    display: inline-block;
}
}
/*Responsive ENd*/


.slider-caption h2{font-size:3rem; font-weight:700;}
#ninja_forms_required_items, .nf-field-container{margin-bottm:0px!important; margin:0px!important;}
.nf-form-content textarea.ninja-forms-field{height:80px!important;}
