@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
:root{
	box-sizing: border-box;
	--themecolor: #099690;
	--secondcolor: #40403f;
	--fontpopin : 'Poppins', sans-serif;
	--fontel : 'El Messiri', sans-serif;
	--transition : { 0.5s ease; -webkit-0.5s ease; -moz-0.5s ease; }
}
*, *::before, *::after{
	box-sizing: inherit;
	margin: 0;
	padding: 0;
}
*{
	margin: 0;
	padding: 0;
}
body{
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	color: #000;
	box-sizing: border-box;
}
ul{
	list-style: none;
}
img{
	border: none;
}
a{
	text-decoration: none;
}
ul{
	margin: 0;
}
button{
	border: none;
}
button:focus{
	outline: none;
}
h1, h2, h3, h4, h5, p{
	margin: 0;
	padding: 0;
}
/**/
.header{
	box-shadow: 0 0px 10px 5px #00000010;
	position: relative;
	z-index: 99;
}
.headertop{
	background: var(--secondcolor);
	height: 35px;
	line-height: 35px;
}
.topleft ul {
	margin: 0;
}
.topleft ul li{
	display: inline;
	padding-right: 15px;
}
.topleft ul li a{
	text-decoration: none;
	color: #fff;
	font-size: 16px;
}
.topleft ul li i{
	font-size: 13px;
	margin-right: 3px;
}
.socialicon{
	float: left;
}
.socialicon ul li{
	display: inline;
	padding: 0 10px;
}
.socialicon ul li a i{
	color: #fff;
	font-size: 16px;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
}
.socialicon ul li a i:hover{
	color: var(--themecolor);
}
.online{
	float: right;
}
.online button{
	height: 28px;
	font-size: 16px;
	word-spacing: 1;
	padding: 0 15px;
	border-radius: 30px;
	line-height: 28px;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
}
.online button:hover{
	background: var(--themecolor);
	color: #fff;
}

.headerbtm .online1{
	/* float: right; */
	text-align:center;
	padding-top:35px;
}
.headerbtm .online1 button{
	height: 36px;
	width:225px;
	font-size: 18px;
	color:#fff;
	word-spacing: 1;
	font-weight:600;
	padding: 0 15px;
	border-radius: 5px;
	line-height: 36px;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	background:#2ab2a9;
}
.headerbtm .online1 button:hover{
	background: var(--themecolor);
	color: #fff;
}
.headerbtm{
	padding: 5px 0;
	background:linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
	border-bottom:1px solid #d7d7d7;
}
.logo img{
	max-width: 215px;
}
.carousel-caption.bannertext1 {
	position: absolute;
	max-width: 700px;
	left: 6%;
	top: 20%;
	text-align: left;
}
.banner .carousel-caption.bannertext1 h1{
	font-size: 55px;
	/* text-transform: uppercase; */
	text-transform: capitalize;
	color: var(--themecolor);
	font-family: 'Jost', sans-serif;
	margin: 0;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 15px;
}
.banner .carousel-caption.bannertext1 h1::after{
	content: '';
	position: absolute;
	width: 120px;
	height: 2px;
	background-color: var(--themecolor);
	bottom: 0;
	left: 0;
}
.carousel-caption.bannertext1 h2{
	font-size: 26px;
	line-height: 40px;
	color: var(--secondcolor);
	margin: 0;
	padding: 0;
	font-family: var(--fontpopin);
}
.carousel-caption.bannertext1 h3{
	font-size: 24px;
	font-weight: 500;
	line-height: 40px;
	color: var(--secondcolor);
	font-family: var(--fontel);
}
.bannerbtn{
	margin-top: 20px;
}
.bannerbtn button{
	font-weight: 300;
	font-family: var(--fontpopin);
	background: var(--secondcolor);
	padding: 5px 15px;
	margin-right: 10px;
	font-size: 16px;
	color: #fff;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	border-radius: 3px;
}
.bannerbtn button:hover{
	background: var(--themecolor);
}
.bannerbtn button i{
	margin-right: 5px;
}
.banner .carousel-caption.bannertext2 {
	position: absolute;
	max-width: 700px;
	left: 10%;
	top: 24%;
	text-align: left;
}
.banner .carousel-caption.bannertext2 h1{
	font-size: 46px;
	/* text-transform: uppercase; */
	color: var(--themecolor);
	font-family: 'Jost', sans-serif;
	margin: 0;
	text-align: left;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 10px;
}
.banner .carousel-caption.bannertext2 p{
	font-size: 16px;
	color: #000;
	font-weight: 500;
}
.banner{
	position: relative;
}
.carousel-control-prev-icon{
	background-image: none!important;
}
.carousel-control-next-icon{
	background-image: none!important;
}
.banner .carousel-control-prev-icon {
	position: absolute;
	left: 10px;
}
.banner .carousel-control-next-icon {
	position: absolute;
	right: 18px;
}
.banner .carousel-control-prev i{
	width: 25px;
    line-height: 40px;
    text-align: center;
    height: 40px;
	color: #000;
	background: #00000050;
}
.banner .carousel-control-next i{
	width: 25px;
    line-height: 40px;
    text-align: center;
    height: 40px;
	color: #000;
	background: #00000050;
}
.whtsapp{
	position: fixed;
	right: 0px;
	bottom: 12%;
	z-index: 9999;
	
}
.whtsapp a{
	background:#126e6b;
	padding:7px 10px;
	text-decoration:none;
	color:#fff;
	font-size:16px;
	width:160px;
	display:inline-block;
	text-align:center;
	border-radius:20px 0 0 20px;
}

.whtsapp a:hover, .whtsapp1 a:hover, .whtsapp2 a:hover{
	color:#fff;
}

.whtsapp1{
	position: fixed;
	right: 0px;
	bottom: 21%;
	z-index: 9999;
}
.whtsapp1 a{
	background:#126e6b;
	padding:7px 10px;
	text-decoration:none;
	color:#fff;
	font-size:16px;
	width:200px;
	display:inline-block;
	text-align:center;
	border-radius:20px 0 0 20px;
}
.whtsapp2{
	position: fixed;
	right: 0px;
	bottom: 3%;
	z-index: 9999;
}
.whtsapp2 a{
	background:#126e6b;
	padding:7px 10px;
	text-decoration:none;
	color:#fff;
	font-size:16px;
	width:120px;
	display:inline-block;
	text-align:center;
	border-radius:20px 0 0 20px;
}
.chat{
	position: fixed;
	right: 0.4%;
	bottom: 0.7%;
	z-index: 9999;
}
.chat a{
	display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 55px;
    height: 50px;
    line-height: 47px;
    padding: 0;
    background-color: #126e6b;
    border-radius: 24px 0 24px 24px!important;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    cursor: pointer;
    vertical-align: middle;
	text-align:center;
}
.chat a img{
	width: 60%;
	margin:0 auto;
	
}
.whtsapp img{
	width: 180px;
}
.doctor{
	padding: 0 0 3.5em 0;
}
.title{
	text-align: center;
}
.title h4{
	font-size: 20px;
	/*font-style: italic;*/
	font-weight: 400;
	color: var(--themecolor);
}
.title h1{
	font-size: 30px;
	font-weight: 600;
	font-family: var(--fontpopin);
	color: #000;
	text-transform: uppercase;
}
.doctorbox{
	text-align: center;
	border: 2px solid #eee;
	border-radius: 30px;
	position: relative;
	padding: 20px;
	height: 352px;
	padding-top: 60px;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
}
.doctorbox:hover{
	border: 2px solid var(--themecolor);
}
.doctorbox i{
	margin: 1px;
	font-size: 40px;
	background: var(--themecolor);
	border: 5px solid #eee;
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	line-height: 90px;
	color: #fff;
	top: -50px;
	left: 0;
	right: 0;
	margin: auto;
}
.doctorbox h2{
	margin: 0;
	padding-top: 5px;
	padding-bottom: 15px;
	font-size: 28px;
	font-weight: 400;
	font-family: var(--fontpopin);
	font-family: 'El Messiri', sans-serif;	
}
.doctorbox p{
	font-size: 15px;
	line-height: 24px;
	margin: 0;
	padding: 0;
}
.doctorinn{
	margin-top: 0rem;
}
.treatments{
	padding: 4rem 0;
	/* background-color: var(--themecolor); */
	background-color: #ddd;
	clip-path:polygon(0 0,100% 50px,100% 100%,0 100%);
	position: relative;
}
/*.treatments::before{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	top: -15px;
	left: 0;
}*/

.treatmentinn{
	padding-top: 80px;
}
.treatments .owl-carousel .owl-nav button.owl-prev{
	background-color: #fff;
	width: 30px;
	height: 30px;
	transition: 0.5s ease;
}
.treatments .owl-carousel .owl-nav button.owl-prev:hover{
	background-color: #ffffff85;
	color: #000;
}
.treatments .owl-carousel .owl-nav button.owl-next{
	background-color: #fff;
	width: 30px;
	height: 30px;
	transition: 0.5s ease;
}
.treatments .owl-carousel .owl-nav button.owl-next:hover{
	background-color: #ffffff85;
	color: #000;
}
.treatments .title h1{
	color: #383838;
}

.wrapper {
  width: 100%;
  height: 100%;
  padding: 10px;
}
.treatmentinn a{
	text-decoration: none;
}
.wrapper h3{
	font-family: 'El Messiri', sans-serif;
	padding-top: 20px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	font-weight: 400;
	margin: 0;
}
.name {
  position: relative;
  font-size: 16px;
  display: inline-block;
}
.name:after {
  content: "";
  position: absolute;
  width: calc(100% + 10px);
  height: 1px;
  background-color: #000;
  bottom: -4px;
  left: 0;
}

.box {
  position: relative;
  max-height: 300px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1.4px 1.7px rgba(0, 0, 0, 0.017), 0 3.3px 4px rgba(0, 0, 0, 0.024), 0 6.3px 7.5px rgba(0, 0, 0, 0.03), 0 11.2px 13.4px rgba(0, 0, 0, 0.036), 0 20.9px 25.1px rgba(0, 0, 0, 0.043), 0 50px 60px rgba(0, 0, 0, 0.06);
}
.box .hide {
  opacity: 0;
}
.box .frame {
  position: absolute;
  border: 1px solid #fff;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box h2, .box p {
  position: absolute;
  color: #fff;
  z-index: 2;
  width: 100%;
  transition: opacity 0.2s, transform 0.3s;
}
.box h2 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.box p {
  bottom: 0;
  font-size: 14px;
  letter-spacing: 1px;
}
.box:hover {
  transition: all 0.3s ease-in-out;
}
.box:hover:before {
  transition: all 0.3s ease-in-out;
}
.box img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.box img:hover {
  transition: all 0.3s ease-in-out;
}
.box img:after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.box img:hover {
  transition: all 0.3s ease-in-out;
}

.zoom-in h2 {
  top: 50%;
  transform: translatey(-50%);
  text-align: center;
  margin: 0;
}
.zoom-in p {
  text-align: center;
  top: calc(50% + 40px);
  transition: all 0.3s ease;
  transform: scale(1.8);
  opacity: 0;
}
.zoom-in:hover img {
  transform: scale(1.1);
  filter: grayscale(100%);
}
.zoom-in:hover p {
  transform: scale(1);
  transition: all 0.3s ease;
  opacity: 1;
}

.w-content .frame {
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-color: transparent;
}
.w-content h2 {
  margin-top: 0;
  top: 50%;
  transform: translatey(-50%);
  text-align: center;
  letter-spacing: 1px;
}
.w-content p {
  transform: translate3d(0, -10px, 0);
}
.w-content:hover {
  opacity: 0.8;
}
.w-content:hover .frame {
  border-color: #fff;
  transition: color 0.3s ease-in-out, all 0.3s ease-in-out;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}

.postcard h2 {
  top: 50%;
  text-align: left;
  transform: translate3d(50px, 20px, 0);
}
.postcard p {
  transform: translate3d(40px, 60px, 0);
  font-size: 24px;
  letter-spacing: 1px;
}
.postcard:hover h2 {
  transform: translate3d(20px, 20px, 0);
}
.postcard:hover p {
  opacity: 1;
}
.postcard:hover img {
  filter: opacity(0.7);
  transform: translate3d(-30px, 0, 0);
}

.blury-card .frame {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.blury-card h2, .blury-card p {
  text-align: center;
  top: 50%;
  color: #000;
  transform: translatey(-50%);
  margin: 0;
  z-index: 3;
}
.blury-card p {
  transform: translatey(30px);
  letter-spacing: 3px;
}
.blury-card span {
  font-size: 24px;
}
.blury-card img{
	width: 100%;
}
.blury-card:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #008E6B;
  z-index: 1;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.blury-card img {
  z-index: 2;
}
.blury-card:hover .frame {
  width: calc(100% - 120px);
  height: calc(100% - 120px);
  opacity: 1;
}
.blury-card:hover img {
  opacity: 0.7;
}
.blury-card:hover:before {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.vintage h2 {
  top: 50%;
  transform: translate3d(0, 60px, 0);
  text-align: center;
}
.vintage p {
  opacity: 0;
  bottom: 0;
  transform: translate3d(0, -10px, 0);
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
}
.vintage:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  z-index: 2;
  bottom: -100%;
  left: 0;
}
.vintage:hover:before {
  bottom: 0;
}
.vintage:hover h2 {
  bottom: 40px;
  transform: translate3d(0, 20px, 0);
}
.vintage:hover p {
  opacity: 1;
  transform: translate3d(0, -30px, 0);
}

.zoom-out .frame {
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  height: calc(100% - 40px);
}
.zoom-out h2 {
  font-size: 20px;
  font-weight: 300;
  margin-left: 10px;
  letter-spacing: 1px;
}
.zoom-out span {
  font-size: 24px;
  font-weight: 500;
}
.zoom-out p {
  max-width: 120px;
  text-align: right;
  margin: 10px;
  right: 0;
}
.zoom-out img {
  transform: scale(1.1);
}
.zoom-out:hover img {
  transform: scale(1);
  filter: contrast(70%);
}

@media screen and (max-width: 880px) {
  .wrapper {
    width: 50%;
  }
}
@media screen and (max-width: 520px) {
  .wrapper {
    width: 100%;
  }
}

.aboutus2{display:none;}
.aboutus{
	/*background: #eee;*/
	padding: 3em 0;
	text-align: center;
}
.doctorinn{}
.doctorinn img{width:100%;}

.aboutcnt{
	padding-left: 25px;
}
.aboutcnt p{
	font-size: 16px;
	line-height: 28px;
	padding-bottom: 20px;
	padding-top: 20px;
	margin:0px;
	font-family: var(--fontpopin);
	text-align:justify;
}
.home-about-para{text-align:center!important;}
.aboutcnt a{
	text-decoration:none;
}
.international-petient1{padding:40px 0;}
.international-petient1 .aboutcnt{padding-top:20px;padding-left:0px;}
.international-petient1 .aboutcnt h1 {
    font-size: 35px;
    text-transform: capitalize;
    color: var(--themecolor);
    font-family: 'Jost', sans-serif;
    margin: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}
.international-petient1 .aboutcnt h1:after {
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: var(--themecolor);
}
.aboutcnt button {
    font-weight: 300;
    font-family: var(--fontpopin);
    background: var(--secondcolor);
    padding: 7px 15px;
    margin-right: 10px;
    font-size: 16px;
    color: #fff;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    border-radius: 3px;
}
.aboutcnt button:hover {
	background: var(--themecolor);
}
.aboutcnt h1 {
    font-size: 35px;
    text-transform: uppercase;
    color: var(--themecolor);
    font-family: 'Jost', sans-serif;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}
.aboutcnt h1:after{
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	width: 100px;
	height: 1px;
	background-color: var(--themecolor);
}
.aboutcnt h2 {
    font-size: 18px;
	line-height:30px;
    /* text-transform: uppercase; */
    color: #282828;
    /* font-family: 'Jost', sans-serif; */
	font-family: 'Roboto', sans-serif;
    margin: 0;
	padding:3px 0;
    /* margin-bottom: 20px; */
    /* padding-bottom: 10px; */
    /* position: relative; */
}
.abt-para{margin-top:15px;}
.aboutcnt1{padding-top:35px;}
.aboutcnt1 h3 {
    font-size: 22px;
    /* text-transform: uppercase; */
    color: var(--themecolor);
    font-family: 'Jost', sans-serif;
    margin: 0;
	padding:3px 0;
	font-weight:500;
    /* margin-bottom: 20px; */
    /* padding-bottom: 10px; */
    position: relative;
}
.aboutcnt1 h3:after{
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	/* margin: auto; */
	position: absolute;
	width: 40px;
	height: 1px;
	background-color: var(--themecolor);
}
.aboutcnt1 p i{
	color:var(--themecolor);
}
.aboutcnt1 p{
	padding-top: 10px;
	font-size: 15px;
	line-height: 24px;
	/* padding-bottom: 20px; */
	font-family: var(--fontpopin);
	text-align:justify;
}
.aboutus img{
	background-color: #fff;
	padding: 10px;
	padding-bottom: 0;
	padding-right: 0;

}
.reviews{
	background: #eee;
	padding: 3em 0;
}
.testibox{
	/* background: var(--themecolor); */
	background: #fff;
	padding: 30px;
	/*border-radius: 10px;*/
	margin-bottom: 10px;
	/*border: 5px solid #fff;*/
	box-shadow: 0 0 5px #ccc;
}
.testibox p{
	font-size: 16px;
	color: #282828;
	padding: 0;
	margin: 0;
}
.testibox h3{
	/* color: var(--themecolor); */
	color: #000;
	font-family: var(--fontpopin);
	font-size: 20px;
	display: flex;
	align-items: center;
	padding-bottom: 15px;
	font-family: 'El Messiri', sans-serif;
}
.testibox i{
	font-size: 15px;
	color: #e6b300;
	margin-right: 2px;
}


.hosp-cnt{display:none;}
.hospital{
	background:url(../images/map.jpg) no-repeat;
	background-size:100% 100%;
	width:100%;
	height:auto;
	padding-bottom:50px;
}

.testibox1 {
    background: #363636db;
    padding: 30px;
    /* border-radius: 10px; */
    margin-bottom: 10px;
    /* border: 5px solid #fff; */
    box-shadow: 0 0 5px #ccc;
	height:265px;
}
.testibox1 h3 {
    color: #fff;
    font-family: var(--fontpopin);
    font-size: 20px;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    font-family: 'El Messiri', sans-serif;
	font-family:800;
}
.testibox1 p {
    font-size: 16px;
    color: #fff;
    padding: 0 0 0px 22px;
    margin: 0;
	position:relative;
	height:115px;
}
.testibox1 p i{
	position:absolute;
	left:0px;
	top:5px;
	color:#26b6b0;
}
.testibox1 button{
	padding-top:20px;
	padding-left:15px;
	background:unset;
}
.testibox1 a{
	background:#26b6b0;
	color:#fff!important;
	padding:4px 10px;
	border-radius:3px;
	
}
.testibox1 a i{
	color:#fff;
	padding-left:7px;
}





.hospital .owl-carousel .owl-nav button.owl-prev,
.hospital .owl-carousel .owl-nav button.owl-next,
.reviews .owl-carousel .owl-nav button.owl-prev{
	background-color: var(--themecolor);
	color: #fff;
	width: 30px;
	height: 30px;
	transition: 0.5s ease;
}

.reviews .owl-carousel .owl-nav button.owl-next{
	background-color: var(--themecolor);
	color: #fff;
	width: 30px;
	height: 30px;
	transition: 0.5s ease;
}
footer{
	padding: 2em 0 1em 0;
	background: var(--secondcolor);
	background: #fff;
}


.footer-sectin{background:#099690;}
.footer-sectin .foot-head{
	text-align:center;
}
.footer-sectin .foot-head h1{
	font-size:26px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	padding-bottom:15px;
}
.footer-sectin .foot-head .social{padding-bottom:15px;}
.footer-sectin .foot-head .foot-menu {
	padding-top:10px;
}
.footer-sectin .foot-head .foot-menu ul{
	display:inline-block;
	margin:0px;
	padding:0px;
}
.footer-sectin .foot-head .foot-menu ul li{
	float:left;
	color:#fff;
	padding:0 10px;
	border-right:1px solid #fff;
	line-height:8px;
}
.footer-sectin .foot-head .foot-menu ul li:last-child{
	border-right:none;
}
.footer-sectin .foot-head .foot-menu ul li a{
	color:#fff;
	font-size:16px;
	padding:0px;
	line-height:17px;
	text-decoration:none;
	font-weight:400;
}
.footer-sectin .foot-head .foot-menu .priva-blog li a{
	font-weight:bold;
	color:#282828;
	font-size:15px;
	/* text-transform:uppercase; */
	text-transform:capitalize;
	letter-spacing:1.5px;
	text-decoration:underline;
}
.footer-sectin .foot-head .link{padding-top:15px;}
.footer-sectin .foot-head .link ul {display:inline-block;}
.footer-sectin .foot-head .link ul li{float:left;padding-right:25px;color:#fff;}
.footer-sectin .foot-head .link ul li a{color:#283030;font-weight:500;}
.footer-sectin .foot-head .copy{padding-top:15px;}




/* Older footer css */



.footerbox h2{
	margin: 0;
	padding: 0;
	font-weight: 800;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 22px;
	font-family: var(--fontel);
	position: relative;
}
.footerbox h2::after{
	content: '';
	position: absolute;
	width: 50px;
	height: 1px;
	background: var(--themecolor);
	bottom: 0;
	left: 0;
}
.footerbox img{
	width: 60%;
}
.footerbox p{
	font-size: 15px;
}
.social{
	float: left;
}
.social ul{
	margin: 0;
	padding: 0;
}
.social ul li{
	display: inline;
	padding: 0 10px 0 0;
}
.social ul li a i{
	background-color: var(--secondcolor);
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	font-size: 14px;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
}
.social ul li a i:hover{
	color: #fff;
	background-color: var(--themecolor);
}

.video-consult ul {}
.video-consult ul .whatsapp a{position:relative;padding-left:45px;}
.video-consult ul .whatsapp a i{text-align:center;background:#33d85b;width:36px;height:36px;color:#fff;border-radius:50%;font-size:24px;line-height:34px;position:absolute;left:0px;}

.video-consult ul .online{position:relative;padding-left:45px;}
.video-consult ul .online i{text-align:center;background:#508bee;width:36px;height:36px;color:#fff;border-radius:50%;font-size:18px;line-height:34px;position:absolute;left:0px;}
.video-consult ul .online a{color:#508bee;}

.link ul{
	margin: 0;
	padding: 0;
}
.link ul li{
	line-height: 30px;
}
.link ul li a{
	font-size: 15px;
	text-decoration: none;
	color: #000;
	transition: 0.5s ease;
}
.link ul li a:hover{
	color: var(--themecolor);
}
.fotlogo{
	margin-bottom: 20px;
}
.footerbtn{
	padding: 7px 0;
	background:#099690;
	text-align:center;
}
.footerbtn p{
	margin: 0;
	padding: 0;
}
.copy p {
	color: #fff;
}
.copy p a{
	text-decoration: none;
	color: #fff;
	transition: 0.5s;
}
.copy p a:hover{
	color: #000;
}
.policy {
	text-align: left;
}
.policy a{
	text-decoration: none;
	color: var(--secondcolor);
	transition: 0.5s;
}






#container{
  background:transparent;
  width:100%;
  height:200px;
  margin:0 auto;
  //overflow:hidden;
  position:relative;
}

#container #tabs{
  position:absolute;
  top:-50px;
}

#container #tabs ul{list-style:none;padding:0px;margin:0px;}
#container #tabs ul li{display:block;float:left;text-align:center;width:200px;line-height:50px;background:#333;color:#fff;margin-right:10px;border-radius:10px 10px 0 0;cursor:pointer;font-weight:500;font-size:16px;}

#container #tabs ul li.active{background:#2ab2a9;}

#container ul#content{list-style:none;height:200px;
 //overflow:hidden;
  position:relative;
  padding:0px;
  margin:0px;
}

#container ul#content li[id^="tab"]{
  width:100%;
  height:262px;
  background:transparent;
  position:relative;
  display:none;
  line-height:200px;
  border:3px #2ab2a9 solid;
  overflow:hidden;
  padding-top:15px;
}

#container ul#content li.active{display:block;}

#container ul#content li ul#slideshow{
  position:relative;
  list-style:none;
  height:250px;
  display:block;
  width:100%;
  margin-left:25px;
  padding:0px;
}

#container ul#content li[id^="tab"]  ul li{
  width:308px; 
  height:240px;
  padding:0;
  margin:0;
  position:relative;
  display:block;
  float:left;
  margin-right:13px;
}
#container ul#content li[id^="tab"] ul li h3{
	font-family: 'El Messiri', sans-serif;
    padding: 10px 0;
    font-size: 22px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    margin: 0;
	/* background:#0b8d87; */
	background:#fff;
}
#container ul#content li[id^="tab"] ul li:hover h3{
	background:#282828;
}
#container ul#content li[id^="tab"] ul li:hover h3 a{
	color:#fff;
	text-decoration:none;
}
#container ul#content li[id^="tab"] ul li h3 a{
	color:#282828;
}

#container ul#content li[id^="tab"] ul li img{
  width:308px; 
  height:195px;

}

#container ul#content li div#nex,div#prev{
  background:red;
  position:absolute;
  color:#fff;
  width:90px;
  height:50px;
  line-height:50px;
  text-align:center;
  z-index:1;
  top:50%;
  transform:translateY(-50%);
  opacity:0.7;
  cursor:pointer;
}

#container ul#content li div#nex:hover,div#prev:hover{
  opacity:0.8;
}

#container ul#content li div#nex{
  right:0px;
}

#container ul#content li div#prev{
  left:0px;
}


.title-head{
	background:url(../images/inner-banner.jpg) no-repeat;
	background-size:cover;
	width:100%;
	padding:55px 0;
}
.title-head .abt-header{}
.title-head .abt-header h1{font-size:22px;color:#1e1e1e;}
.title-head .abt-header ul {padding-top:15px;margin:0px;padding:0px;}
.title-head .abt-header ul li{font-size:16px;color:#1e1e1e;float:left;padding-right:10px;}
.title-head .abt-header ul li a{color:#126e6b;text-decoration:none;padding-right:10px;font-weight:500;}
.title-head .abt-header ul li a:hover{text-decoration:none;}



/*************************************************************************
Service section
*************************************************************************/

.our-team{
    text-align: center;
    transition: all 0.5s ease 0s;
    box-shadow: 0 15px 10px -10px rgb(0 0 0 / 28%), 0 1px 4px rgb(0 0 0 / 30%), 0 0 40px rgb(0 0 0 / 10%) inset;
}
.our-team:hover{
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.our-team .pic{
    overflow: hidden;
    position: relative;
}
.our-team .pic:before,
.our-team .pic:after{
    content: "";
    width: 200%;
    height: 80%;
    background: rgba(38,37,37,0.8);
    position: absolute;
    top: -100%;
    left: -4%;
    transform: rotate(45deg);
    transition: all 0.5s ease 0s;
}
.our-team .pic:after{
    background: rgba(8,75,77,0.8);
    top: auto;
    left: auto;
    bottom: -100%;
    right: -4%;
}
.our-team:hover .pic:before{ top: 0; }
.our-team:hover .pic:after{ bottom: 0; }
.our-team .pic img{
    width: 100%;
    height: auto;
}
.our-team .social{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 45%;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.5s ease 0.3s;
}
.our-team:hover .social{ opacity: 1; }
.our-team .social li{ display: inline-block; }
.our-team .social li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.our-team .social li a:after{
    content: "";
    width: 100%;
    height: 100%;
    background: #db162f;
    border-radius: 0 20px 20px 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.our-team .social li a:hover:after{ transform: rotate(180deg); }
.our-team .team-content{ padding: 20px; }
.our-team .title{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #047168;
    text-transform: capitalize;
    margin-bottom: 13px;
}
.our-team a{
	text-decoration:none;
	background:#126e6b;
	color:#fff;
	padding:5px 15px;
	border-radius:4px;
}

.our-team .post{
    /* display: block; */
    font-size: 17px;
    font-weight: 500;
    /* color: #707070; */
    color: #fff;
    text-transform: capitalize;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}



/***********************************************************************
Contact Page
***********************************************************************/

.form-bg{padding:100px 0 50px 0;}
.form-horizontal{
    background-color: #fff;
    font-family: 'Blinker', sans-serif;
    text-align: center;
    padding: 20px 10px 20px;
    margin: 50px 0 0;
    border: 1px solid #dddddd;
    border-radius: 10px;
}
.form-horizontal .form-icon{
    color: #fff;
    background-color: #099690;
    font-size: 60px;
    line-height: 120px;
    height: 120px;
    width: 130px;
    margin: -80px auto 20px;
    border-radius: 50%;
    box-shadow: 0 0 13px -5px #000;
}
.form-horizontal .form-group{ margin: 0 0 20px; }
.form-group img{text-align:left!important;float:left;}
.form-group1 img{text-align:left!important;float:none!important;}
.form-horizontal label{
    color: #555;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    padding: 0;
    display: block;
}
.form-horizontal .form-control{
    color: #555;
    font-size: 16px;
    height: 40px;
    padding: 10px 8px 10px 10px;
    border-radius: 5px;
}
.form-control::placeholder{ color: rgba(0,0,0,0.2); }
.form-horizontal .form-control:focus{
    box-shadow: none;
    border: 1px solid #099690;
}
.form-horizontal .form-control1{
    color: #555;
    font-size: 16px;
	width:100%;
    /* height: 35px; */
    padding: 10px 8px 10px 5px;
    border-radius: 5px;
	border-color:#dddddd;
}
.form-control1::placeholder{ color: dddddd; }
.form-horizontal .form-control1:focus{
    box-shadow: none;
    border: 1px solid #099690;
}
.form-horizontal .btn{
    color: #fff;
    background-color: #099690;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    width: 60%;
    padding: 7px 10px;
    margin: 0 auto 15px;
    border: none;
    border-radius: 5px;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
}
.form-horizontal .btn:hover{ color: #555; }
.form-horizontal .btn:after{
    content: '';
    background-color: #fff;
    height: 100%;
    margin: 0 auto;
    border-radius: 25px;
    transform: translateY(-100%);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: -1;
    transition: all 0.2s;
}
.form-horizontal .btn:hover:after{ transform: translateY(0) scaleX(0.85); }
.form-horizontal .forgot{
    color: #555;
    font-size: 14px;
}
.form-horizontal .forgot:hover{
    color: #d63031;
    text-decoration: none;
}


/********************************************************************
About acordian tab
********************************************************************/


#accordion-style-1 h1,
#accordion-style-1 a{
    color:#007b5e;
}
#accordion-style-1 .btn-link {
    font-weight: 400;
    color: #007b5e;
    background-color: transparent;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: bold;
	padding-left: 25px;
}

#accordion-style-1 .card-body {
    border-top: 2px solid #007b5e;
}

#accordion-style-1 .card-header .btn.collapsed .fa.main{
	display:none;
}

#accordion-style-1 .card-header .btn .fa.main{
	background: #007b5e;
    padding: 13px 11px;
    color: #ffffff;
    width: 35px;
    height: 41px;
    position: absolute;
    left: -1px;
    top: 10px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
	display:block;
}


.aboutcnt1 .card-body i {
    color: var(--themecolor);
}

.aboutcnt1 .card-body{
	font-family: var(--fontpopin);
	font-size: 15px;
    line-height: 24px;
	text-align:justify;
}
.aboutcnt1 button{
    color: var(--themecolor);
	font-weight:600;
	text-decoration:none;
	font-size:18px;
}
.aboutcnt1 button:hover{
	color: #282828	;
}


.about-doctor{padding-bottom:30px;}
.about-doctor img{width:100%;border-radius:4px 4px 0 0;}
.about-doctor .abt-title{background:#fdfdfd;padding:14px;text-align:center;height:100px;}
.about-doctor h1{font-size:16px;font-family: 'Roboto', sans-serif;color:#282828;margin:0px;padding:0px;text-transform:capitalize;letter-spacing:0px;font-weight:500;line-height:24px;}
.about-doctor p{font-family: var(--fontpopin);font-size:15px;color:#282828;margin:0px;padding:0px;text-align:center;text-transform:capitalize;}
.sec-gall{padding-top:40px;padding-bottom:60px;}

.reconst-banner{padding-top:0px;padding-bottom:40px;}
.reconst-banner img{width:100%;}

.sec-img{display:none;}




.abt-ban {padding:40px 0;background:#f1f1f1;}
.abt-ban .owl-carousel .owl-nav button.owl-next, .abt-ban .owl-carousel .owl-nav button.owl-prev, .abt-ban .owl-carousel button.owl-dot{
	background:#099690;
	color:#fff;
	height:30px;
	width:50px;
}





@import url('https://fonts.googleapis.com/css?family=Roboto:300,500');

@color-card-background: #2d3638;
@color-tag-background: #191e20;
@color-anchor: #e37544;
@color-body-copy: #b9bcbd;
@default-border-radius: 10px;
@breakpoint-medium: "screen and (min-width: 700px)";

.form-popup-bg {
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.form-popup-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  overflow-y: auto;
  z-index: 10000;
}
.form-popup-bg.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.form-container {
    background-color: #2d3638;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position:relative;
  padding: 40px;
  color: #fff;
}
.close-button {
  background:none;
  color: #fff;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  border: solid 1px #fff;
}

.form-popup-bg:before{
    content:'';
    background-color: #fff;
  opacity: .25;
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.form-popup-bg2 {
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.form-popup-bg2 h1{font-size:22px;color:#fff;font-weight:400;letter-spacing:1px;padding:4px 0;}
.form-popup-bg2 h1 a{color:#fff;}
.form-popup-bg2 h1 a i{color:#fff;padding-right:15px;}
.form-popup-bg2 {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  overflow-y: auto;
  z-index: 10000;
}
.form-popup-bg2.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.form-container2 {
    background-color: #2d3638;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position:relative;
  padding: 40px;
  color: #fff;
}
.close-button2 {
  background:none;
  color: #fff;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  border: solid 1px #fff;
}

.form-popup-bg2:before{
    content:'';
    background-color: #fff;
  opacity: .25;
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.frm-btn{border:1px solid #f1f1f1;background:#f1f1f1;color:#282828;padding:4px 15px;border-radius:4px;}
.frm-btn:hover{background:#1e9297;border-color:#1e9297;color:#fff;transition:0.5s;}

.img-thumbnail{border:none!important;}



.mobile-sticky{
	background:#126e6b;
	padding:0px 0px;
	position:fixed;
	bottom:0px;
	width:100%;
	display:inline-block;
	z-index:9999;
	display:none;
}
.mobile-sticky .reach-dct ul{margin:0px;padding:0px;width:100%;text-align:center;}
.mobile-sticky .reach-dct ul li{float:left;list-style:none;border-right:1px solid #ddd;padding:5px 5px;}
.mobile-sticky .reach-dct ul li:last-child{border-right:none;}
.mobile-sticky .reach-dct ul li a{font-size:16px;color:#fff;font-family: 'Blinker', sans-serif;}
.mobile-sticky .reach-dct ul li a i{color:#fff;padding-right:6px;}




/*****************************************************************
Tab
*****************************************************************/
.treatment-sec{display:none;}
.treatment-sec .treatments1{display:inline-block;background:#ddd;padding-top:50px;}
.treatment-sec #container ul#content li[id^="tab"]{height:auto!important;overflow:unset!important;}
.treatment-sec .treatments1 .treatmentinn #content li ul{
	/* display: inline-block; */
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.treatment-sec #container ul#content li[id^="tab"]{
	border:none;
}
@media (max-width: 768px) {
  .call-btn {
    display: inline-block !important;
  }
}
@media (min-width: 769px) {
  .call-btn {
    display: none !important;
  }
}
 @media (max-width: 768px) {
    .hospital-card {
      flex: 1 1 100% !important;
    }
    .call-btn {
      display: inline-block !important;
    }
  }