/*Genral*/

body{
    font-family: 'Montserrat', sans-serif;
}
a{
	text-decoration:none !important;
	color:#000;
}
.pd0{
	padding:0px !important;
}
.pdbtm0{
	padding-bottom:0px !important;
}
.pd30{
	padding:30px 0px!important;
}
.pd50{
	padding:50px 0px !important;
}
.pd80{
	padding:80px 0px !important;
}
.pd-top-50{
	padding-top:50px !important
}
.pd-t-100{
	padding-top:100px !important;
}
.pd-b25{
	padding-bottom:25px !important
}
.pd-b80{
	padding-bottom:80px !important
}
.pdlr{
	padding:0px 20px;
}
.bg-cust1{
	background:#14759f;
}
.bg-custom2{
	background:#04202d;
}
.bg-cust3{
	background:#14759e;
}
.bg-grey{
	background:#f2f2f2 !important;
}
.bg-black{
	background:#000;
}
.color-white{
	color:#fff !important;
}
.mrg0{
	margin:0px !important;
}
.mrg30{
	margin:30px 0px !important;
}
.mrg-b-30{
	margin-bottom:30px !important;
}
.mrg-t-30{
	margin-top:30px !important;
}
.mrgn-t-60{
	margin-top:60px !important;
}
.mrgn-btm-60{
	margin-bottom:60px !important;
}
.mrgb-80{
	margin-bottom:-80px !important;
}
.mrgt-200{
	margin-top:-200px !important;
}
.pad-lf-40{
	padding-left:40px !important
}
.btn-style{
	padding:15px 25px;
	background:transparent;
	color:#f573e4;
	font-weight:600;
	margin: 20px 0px;
	border:1px solid #f573e4;
	transition-delay:0.5s;
	transition:all 0.5s ease;
	border-radius: 40px;
	display: inline-block;
}
.btn-style:hover{
	background:#f573e4;
	color:#fff;
	border:1px solid #fff;
}
.btn-style1{
	padding:10px 25px;
	background:#f573e4;
	color:#fff;
	font-weight:600;
	margin: 20px 0px;
	border:1px solid transparent;
	transition-delay:0.5s;
	transition:all 0.5s ease;
	display: inline-block;
}
.btn-style1:hover{
	background:transparent;
	color:#f573e4;
	border:1px solid #f573e4;
}
.btn-style2{
	padding:15px 25px;
	background:#f573e4;
	color:#fff;
	font-weight:600;
	margin: 20px 0px;
	border:1px solid #fff;
	transition-delay:0.5s;
	transition:all 0.5s ease;
	border-radius: 40px;
	display: inline-block;
}
.btn-style2:hover{
	background:#f573e4;
	color:#fff;
	border:1px solid #fff;
}
.color-black{
	color:#000 !important;
}
/*Genral*/
/*Header*/
.headpart{
	padding:5px 0px;
	margin:0px;
	background: #1f69a7;
}
.headpart ul{
    list-style-type:none;
    margin:0px;
    padding:0px;
}
.headpart ul li{
    display:inline-block;
    padding-right:10px;
    color:#fff;
}
.headpart ul li a{
	color:#fff;
}
.headpart ul li i{
    color:#fff;
}
.top-part{
	z-index:99999;
}
.top-right{
	text-align: right;
	padding:45px 0px;
}
.top-right p{
	font-weight:600;
}
/*Header*/
/* title */
.pg-title h3{
	text-align:center;
	font-weight:700;
	text-transform: uppercase;
	font-size:26px;
}
/* title */

/*Index Page*/

/*Carousel*/
/*Intro Craousel*/

.part1  .owl-carousel .item {
	height: auto;
	background: #4DC7A0;
	color: #fff;
	position: relative; 
  }
  .part1  .owl-carousel .item:before{
	  position:absolute;
	  content:'';
	  width:100%;
	  height:100%;
	  background:rgba(0,0,0,0);
	  top:0px;
  }
  .part1  .owl-carousel .item img{
	 width: 100%;
  }
  .part1 .owl-item .item .text{
	width: 90%;
	height: inherit;
	position: absolute;
	opacity: 0;
	z-index: 99;
	top: 30%;
	left: 7%;
	text-shadow: 2px 2px 15px rgba(0,0,0,0);
	text-align:left;
  }
  .part1 .owl-item .item .text p{
	margin: 100% 0 0 0;
	 transform: rotate(-5deg);
  }
  .part1 .owl-item.active .item .text{
	opacity: 1;
  transition: all 1s ease 0.8s;
	padding:10px;
  }
  .part1 .owl-item.active .item .text p{
	margin: 10px auto;
	transform: rotate(0deg);
	transition: all 1s ease 0.6s; 
	font-size:18px;
	text-align:left;
	color:#000;
  }
  .part1 .owl-item.active .item a{
	margin:20px 0px;
  }
  .part1 .owl-item .item .text h3{
	  font-size:42px;
	  font-weight:800;
	  text-transform: uppercase;
      color:#662d91;
      text-align:left;
  }
  .part1 .owl-item .item .text .btn{
	  border-radius: 40px;
	  border:2px solid #f573e4;
	  background:transparent;
	  color:#f573e4;
	  font-size:20px;
	  padding: 10px 15px;
	  transition:1s ease;
  }
  .part1 .owl-item .item .text .btn:hover{
	  color:#25AAE2;
	  background-color:#fff;
  }
  .part1 .owl-item .item .text .btn .fa{
	  font-size:24px;
  }
  .part1 .owl-item .item .text .btn :hover .fa{
	  background-color:#fff;
	  border-radius:50%;
	  color:#000;
  }
  .part1 .owl-carousel .item{
	  background-color:transparent;
  }
  .part1 .maincaroimg{
	  width:100%;
  }

  
.customNavigation .prev{
	position:absolute;
	left:0px;
	top:60%;
	z-index:99;
}
.customNavigation .next{
	position:absolute;
	right:0px;
	top:60%;
	z-index:99;
}
.customNavigation i{
	font-size:34px;
	color:whitesmoke;
}
  /*Carousel*/
 

/* welcome content */
.wel-cnt h3{
	font-weight:900;
	font-size:24px;
	text-transform: uppercase;
	margin-bottom:20px;
}
.wel-cnt h1{
	font-weight:800;
	/*font-size:20px;
	text-transform: uppercase;*/
	margin-bottom:20px;
}
.wel-cnt p{
	text-align:justify;
	font-size:17px;
}
/* welcome form */
.footer-form .form-control{
	height:50px !important;
}
.wel-form input, .wel-form textarea, .wel-form select {
    background: transparent;
    margin-bottom: 25px;
    border-radius: 0px;
    resize: none;
    border:1px solid rgba(239, 239, 239, 0.7)
}
.wel-form .btn {
    background: transparent;
    color: #f573e4;
    transition-delay: 0.5s;
	transition: all 0.5s ease;
	text-align: center;
	transition-delay: 0.5s;
	transition:all 0.5s ease;
	border:1px solid #f573e4;
	width:250px;
	border-radius: 40px;
	padding:10px 20px;
	margin:0px 20px;
}
.wel-form .btn:hover{
	border:1px solid #f573e4;
	background:#f573e4;
	color:#fff;
}
.wel-form{
	background:#fff;
	padding:60px 20px;
	position:relative;
	text-align:center;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3)
}
.wel-form h4{
	background: #662d91;
	color:#fff;
	padding: 10px;
	width:80%;
	text-align:center;
	position: absolute;
	top:-10px;
	left:50%;
	transform: translate(-50%,-50%);
}
/* welcome form */
/* welcome content */

/* treatment in */
.bg-img{
	background:url('../images/bg-img.jpg') fixed;
	position:relative;
}
.treat-in{
	padding:125px 150px 125px 70px;
	background:#000;
	color:#fff;
	position:relative;
}
.treat-in h3{
	font-weight:700;
	font-size:32px;
	margin-bottom:40px;
	position:relative;
}
.treat-in h3:before{
	position:absolute;
	content:'';
	width:100%;
	height:3px;
	bottom:-15px;
	background:#f573e4
}
.treat-in p{
	text-align:justify;
}
.treat-float{
	position:absolute;
	right: 200px;
	top: 60px;
	background:linear-gradient(120deg, rgba(255,255,255,0.8)10%, rgba(255,255,255,0.8)100%), url('../images/shape.png');
	padding:30px;
}
.width40{
	width:40px;
}
.width55{
	width:55px;
}
.width85{
	width:200px;
}
.treat-ty{
	min-height:172px;
}
.treat-ty h3{
	Color:#000;
	font-weight:800;
	margin-top:10px;
	font-size:14px;
	position:relative;
	margin-bottom:20px;
}
.treat-ty h3:before{
	position: absolute;
	content:'';
	background:#000;
	width:50px;
	height:2px;
	bottom:-10px;
}
.treat-ty p{
	font-size:12px;
	text-align:justify;
}
.treat-ty a{
	color:#662d91;
	font-size:12px;
	text-decoration:underline !important;
}
/* treatment in */


/* meet doctor */
.doct-in{
	position:relative;
	padding:30px;
	transition-delay: 0.5s;
	transition:all 0.5s ease;
	margin:15px;
}
.doct-img{
	position:relative;
	border-radius:50%;
	overflow:hidden;
	transition-delay: 0.5s;
	transition:all 0.5s ease;
}
.doct-over{
	position:absolute;
	top:0%;
	left:50%;
	width:100%;
	height:0%;
	transform: translate(-50%,-50%);
	text-align:center;
	background:rgba(102, 45, 145, 0.712);
	visibility: hidden;
	transition-delay: 0.5s;
	transition:all 0.5s ease;
}
.doct-over a{
	text-align:center;
	color:#fff;
	text-decoration: underline !important;
	position:absolute;
	top:50%;
	left:50%;
	font-size:9px;
	transform: translate(-50%,-50%);
}
.doct-in h4{
	font-weight:700;
	text-align:center;
}
.doct-in p{
	font-size:12px;
	text-align:center;
}
.doct-in:hover{
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
}
.doct-in:hover .doct-over{
	height:100%;
	visibility: visible;
	top:50%;
}
/* meet doctor */
/* testimonial */
.testi-in img{
	padding:20px;
}
.testi-cnt{
	padding:20px 30px;
	position:relative;
	border-left:1px solid #e9e9e9
}
.testi-cnt h3{
	font-size: 20px;
}
.testi-cnt h3 span{
	color:red;
}
.testi-cnt p{
	font-size:16px;
}
.testi-cnt:before{
	position:absolute;
	content:'\f10d';
	font-size:34px;
	color:#662d91;
	font-family: Fontawesome;
	top:0px;
	left:-35px;
	z-index:1;
}
.testi-cnt:after{
	position:absolute;
	content:'\f10e';
	font-size:34px;
	color:#662d91;
	font-family: Fontawesome;
	bottom:0px;
	right:-35px;
	z-index:1;
}
.checked {
	color: orange;
  }
/* testimonial */
/* strip */
.bg-color{
	background:#662d91;
}
.strip-in{
	position:relative;
}
.strip-img{
	position:absolute;
	right:100px;
	bottom:0px;
}
.strip-in h3{
	font-size:36px;
	font-weight:800;
	color:#fff;
}
.strip-in p{
	font-size:18px;
	color:#fff;
}
/* strip */

/* news */
.news-caro{
	margin:30px;
}
.news-item{
	transition-delay: 0.5s;
	transition:all 0.5s ease;
	overflow: hidden !important;
	margin: 15px;
}
.new-img{
	position:relative;
	position: relative;
	float: left;
	width: 50%;
}
.new-over{
	position:absolute;
	background:rgba(0,0,0,0.6);
	width:100%;
	height:0%;
	top:0px;
	visibility: hidden;
	transition-delay: 0.5s;
	transition:all 0.5s ease;
}
.new-over i{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	font-size:24px;
	color:#fff;
}
.news-item:hover .new-img .new-over{
	height:100%;
	visibility: visible;
}
.new-cnt{
	background:#f3f3f3;
	padding: 30px;
  float: left;
  width: 50%;
}
/* news */

/* footer */
.bg-img1{
	background:url(../images/foot-bg.jpg) fixed;
}
.foot-part{
	background:rgba(255,255,255,0.8);
	padding:20px;	
	position:relative;
	min-height:160px;
}
.foot-part i{
	background:#000;
	color:#fff;
	padding:20px 25px;
	border-radius:50%;	
	text-align:center;
	font-size:24px;
	position:absolute;
	top:0px;
	left:50%;
	transform:translate(-50%,-50%);
}
.foot-part h3{
	font-size:18px;
	font-weight:600;
	text-align:center;
}
.foot-part p{
	text-align:center;
}
.foot-part ul{
	list-style-type:none;
	padding:10px 0px; 
	position:relative;
	text-align:center;
}
.foot-part .social li{
	display:inline-block ;
	padding:0px 10px;
	color:#969192;
	position:relative;
}
.foot-part .social li i{
	position:relative !important;
	color:#969192 !important;
	font-size:16px !important;
	padding:0px !important;
	background: transparent;
}
.foot-part .social li:hover i{
	color:#662d91 !important;
}
/* footer */
/* footer-bottom */
.footer-bottom{
	background:#000;
	color:#d6d6d6;
	padding:10px 0px;
}
.footer-bottom p{
	margin:0px;
}
.footer-bottom a{
	color:#d6d6d6;
}
.footer-bottom ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
	text-align: right;
}
.footer-bottom ul li{
	display:inline-block;
	padding: 0px 6px;
}
.footer-bottom ul li:hover a{
	color:#fff;
}
/* footer-bottom */
/* index page */

/* breadcrumb */
.page-banner {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 440px;
	text-align: left;
	color: #662d91;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.main-page{
	background-image: url(../images/breadcrumb/breadcrumb1.jpg);
}
.bleph-page{
	background-image: url(../images/breadcrumb/breadcrumb2.jpg);
}
.hair-page{
	background-image: url(../images/breadcrumb/breadcrumb3.jpg);
}
.rhino-page{
	background-image: url(../images/breadcrumb/breadcrumb4.jpg);
}
.male-page{
	background-image: url(../images/breadcrumb/breadcrumb5.jpg);
}
.lipo-page{
	background-image: url(../images/breadcrumb/breadcrumb6.jpg);
}
.hand-page{
	background-image: url(../images/breadcrumb/breadcrumb7.jpg);
}
.breast-page{
	background-image: url(../images/breadcrumb/breadcrumb8.jpg);
}
.scar-page{
	background-image: url(../images/breadcrumb/breadcrumb9.jpg);
}
.blog1-page{
	background-image: url(../images/AfterHair1.jpg);
}
.page-title-wrapper {
	display: table;
	width: 100%;
	height: 100%;
}
.page-title-wrapper .page-title-content {
	line-height: 1;
	position: absolute;
	bottom: -5px;
	display: table-cell;
	vertical-align: bottom;
}
.page-title-wrapper .breadcrumb {
	border-bottom: 1px solid #f573e4;
}
.page-title-wrapper .breadcrumb {
	font-size: 12px;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	border-radius: 0;
	background-color: transparent;
}
.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
}
.page-title-wrapper .breadcrumb li {
	display: inline-block;
}
.page-title-wrapper .breadcrumb li .link.home {
	font-size: 20px;
}
.page-title-wrapper .breadcrumb li .link {
	line-height: 36px;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	color: #000;
}
.page-title-wrapper .breadcrumb li {
	display: inline-block;
}
.breadcrumb>.active {
	color: #f573e4;
}
.page-title-wrapper .breadcrumb li + li:before {
	font-family: FontAwesome;
	padding: 0 10px;
	content: '\f178';
	color: #f573e4;
}
.page-title-wrapper .breadcrumb li.active .link {
	pointer-events: none;
}
.page-title-wrapper .breadcrumb li .link {
	line-height: 36px;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	color: #f573e4;
}
.page-title-wrapper .captions {
	font-size: 48px;
	font-weight: 900;
	line-height: 90px;
	display: inline-block;
	max-width: 1200px;
	margin: 15px 0 0 0;
	letter-spacing: 5px;
	text-transform: uppercase;
}

/* breadcrumb */

/* contact us page */
.page-wrapper {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
}
.page-wrapper {
	background-color: #fff;
}
.page-content-wrapper {
	padding: 80px 0px;
	border-bottom: 1px solid #ebebeb;
}
.contact-page-side-content {
	padding: 30px;
	background-color: #f2f2f2;
}
h3.contact-page-title {
	font-size: 25px;
	font-weight: 500;
	line-height: 32px;
	margin-bottom: 25px;
	color: #292929;
}
.contact-page-message {
	line-height: 20px;
}
.single-contact-block {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
}
.single-contact-block h4 {
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	color: #222;
}
.single-contact-block p {
	font-size: 14px;
	line-height: 29px;
	margin-bottom: 0;
	color: #666;
}
.contact-form .form-group {
	margin-bottom: 20px;
}
.contact-form label {
	font-size: 12px;
	font-weight: 400;
	line-height: 29px;
	display: block;
	margin-bottom: 0;
	color: #888;
}
.contact-form input, .contact-form select{
	line-height: 45px;
	width: 100%;
	height: 45px;
	padding-left: 20px;
	border:0px;
	border-bottom: 1px solid #e0e0e0;
	outline: none;
	background-color: #fff;
	transition-delay: 0.5s;
	transition:all 0.5s ease;
}
.contact-form textarea {
	line-height: 50px;
	width: 100%;
	height: 100px;
	padding-left: 20px;
	border:0px;
	border-bottom: 1px solid #e0e0e0;
	outline: none;
	background-color: #fff;
}
.contact-form .form-group input:focus, .contact-form .form-group select:focus, .contact-form .form-group textarea:focus {
	border-color: #f573e4;
}
.contact-button {
	font-weight: 400;
	width: 140px;
	padding: 10px 20px;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #292929;
	border-color: #292929;
	background-color: #292929;
	transition-delay: 0.5s;
	transition:all 0.5s ease;
}
.contact-button:hover {
	border-color: #f573e4;
	background-color: #f573e4;
}
/* contact us page */

/* about us page */
.about-in{
		padding-right:20px;
}
.about-in span{
	color:#d6d6d6;
	font-weight:700;
	font-size:16px;
}
.about-in h3{
	font-weight:900;
	color:#000;
	font-size:34px;
	margin-top:5px;
}
.about-in p{
	text-align:justify;
	font-size:16px;
}
.about-in p span{
	font-weight:400;
	color:#000;
	
}
.about-in ul li{
color: #333;
    font-size: 16px;
    text-align: justify;
    font-weight:400px;
}

.about-in ul li a:hover{

  color:#812983;
}
.playicon{
	margin-top:30px;
	padding:30px 30px 30px 150px;
	border:1px solid #c3c3c3;
	position:relative;
	min-height:150px;
}
.playicon h4{
	font-weight:700;
	font-size:18px;
	color:#000;
}
/* play button */

.video-play-button {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 15%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: content-box;
	display: block;
	width: 32px;
	height: 44px;
	/* background: #fa183d; */
	border-radius: 50%;
	padding: 18px 20px 18px 28px;
}
.video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #f573e4;
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #662d91;
	border-radius: 50%;
	transition: all 200ms;
}
.video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 32px solid #fff;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
0% {
	transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	opacity: 1;
}
100% {
	transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	opacity: 0;
}
}
/* play button */
/* vision */
.bg-cover {
	background-position: center center;
	background-size: cover;
}
.chose-us-area .info {
	padding: 80px 0 75px 80px;
	max-width: 600px;
}
.chose-us-area .info .heading {
	position: relative;
	z-index: 1;
}
.chose-us-area .info h2 {
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 20px;
}
/* services */
.services-area .equal-height {
	margin-bottom: 30px;
}
.services-area .item {
	background: #ffffff;
	position: relative;
	padding: 50px 30px 50px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-top: 3px solid #662d91;
	z-index: 1;
	overflow: hidden;
	margin-bottom:15px;
}
.services-area .item h4, .services-area .item p, .services-area .item a, .services-area .item .img {
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}
.services-area .item p{
	min-height:90px;
}
.services-area .item h4 {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.services-area .item .img {
	/*height: 76px;*/
 /*   width: 100px;*/
    line-height: 79px;
	display: inline-block;
	/*-webkit-border-radius: 50%;*/
	/*-moz-border-radius: 50%;*/
	/*border-radius: 50%;*/
	margin-bottom: 15px;
	font-size: 45px;
	/*background: #662d91;*/
	position: relative;
	z-index: 1;
	text-align: center;
}
.services-area .item .eye{
	margin-bottom: 30px !important;
}
.services-area .item .img::after {
	position: absolute;
	left: -8px;
	top: -8px;
	z-index: -1;
	content: "";
	height: 93px;
    width: 116px;w
	opacity: 0.3;
	/*border: 2px solid #662d91;*/
	/*-webkit-border-radius: 50%;*/
	/*-moz-border-radius: 50%;*/
	/*border-radius: 50%;*/
}
.services-area .item .img img{
	margin: 0px auto;
  /*padding-bottom: 10px;*/
}
.width220{
    width:240px !important;
}
.services-area .item .info > a {
	margin-top: 10px;
}
.services-area .item:hover h4, .services-area .item:hover p, .services-area .item:hover a {
	color: #ffffff;
}
.services-area .item:hover .img {
	color: #662d91;
	background: #ffffff;
}
.services-area .item:hover .img::after {
	opacity: 0.3;
	/*border: 2px solid #ffffff;*/
}
.services-area .item::after {
	position: absolute;
	left: 0;
	top: -100%;
	content: "";
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	height: 100%;
	width: 100%;
	z-index: -1;
	background: #662d91;
}
.services-area .item:hover::after {
	top: 0;
}
.services-area .item a.btn-serv{
	padding:15px 25px;
	border:2px solid #662d91;
	background:transparent;
	color:#662d91;
	border-radius:40px;
}
.services-area .item:hover a.btn-serv {
	color: #ffffff !important;
	border-color: #ffffff;
}
/* services */
/* about us page */

/* testimonial page */
.testimonial-area {
	background-size: cover;
	background-repeat: no-repeat;
position: relative;
padding:100px 0px;
}
.section-title3 {
	text-align: center;
}
.section-title3 h2 {
	font-size: 30px;
	font-weight: 500;
	color: #662d91;
	margin-bottom: 25px;
	padding-bottom: 20px;
	text-transform: capitalize;
	position: relative;
}
.section-title3 h2:before {
	position: absolute;
	left: 0;
	right: 0;
	width: 70px;
	height: 5px;
	content: "";
	background: #f573e4;
	bottom: 0;
	margin: auto;
}
.section-title3 h2:after {
	position: absolute;
	left: 100px;
	right: 0;
	width: 20px;
	height: 5px;
	content: "";
	background: #f573e4;
	bottom: 0;
	margin: auto;
}
.single-testimonial {
	margin: 15px 0;
	text-align: center;
	padding: 60px 40px;
	background: #fff;
	position: relative;
	border: 1px solid #ddd;
	transition: 0.5s;
	overflow: hidden;
}
.single-testimonial:before {
	position: absolute;
	bottom: -45px;
	content: "";
	left: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: #fff;
	border: 1px solid #ddd;
	margin: auto;
	transform: rotate(45deg);
	transition: 0.5s;
}
.testimonial-area .single-testimonial .info {
	text-align: center;
}
.testimonial-area .single-testimonial .info h3 {
	font-size: 18px;
	color: #662d91;
	font-weight: 600;
	margin-bottom: 0px;
}
.testimonial-area .single-testimonial .info span {
	font-size: 14px;
}
.single-testimonial:after {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 50px;
	color: #ddd;
	font-family: fontawesome;
	content: "\f10e";
	opacity: .3;
	left: 0;
	transition: 0.5s;
}
.single-testimonial:hover {
	border: 1px solid #f573e4;
}
.single-testimonial:hover:before {
	border-color: #f573e4;
}
.single-testimonial:hover:after {
	color: #f573e4;
}
/* testimonial page */


/* news and media */
.news h3{
	font-weight:700;
	font-size:32px;
	margin-bottom:30px;
}
.imag-body{
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	margin-bottom:30px;
}
.imag-body h4{
	padding:10px;
	text-align:center;
	margin:0px;
}
/* news & media */
/* gallery video */
.gallery-vd iframe{
	margin-bottom:30px;
}
/* gallery video */
/* gallery before after */

/* tabs */

.tabs .tab-select-outer select{
	width: 100%;
    border: 1px solid #f573e4;
    padding: 10px;
    background-color: #f573e4;
    color: #fff;
    font-weight: 600;
	float:right;
}
.tabs .tab-select-outer a{
	padding:10px;
}
.tabs {
  position:relative;
  margin: 0 auto;
  padding: 0 20px;
}
.tabs .tab-over{
	position:absolute;
	top:4%;
	left:5%;
	transform:translate(-50%,-50%);
}
.tabs .tab-over h3{
	font-size:18px;
	font-weight:600;
}
#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  float:right;
}
#tab-button li {
  display: table-cell;
  width: 20%;
  margin-right:10px;
}
#tab-button li a {
  display: block;
  padding: .8em 0em;
  background: #eee;
  border: 1px solid #ddd;
  text-align: center;
  color: #000;
  text-decoration: none;
  font-weight:600;
  text-transform:uppercase;
  font-size:12px;
}
#tab-button li:not(:first-child) a {
  border-left: none;
}
#tab-button li a:hover,
#tab-button .is-active a {
  border-bottom-color: transparent !important;
  background: #662d91 !important;
  color:#fff;
}
.tab-contents {
  padding: .5em 2em 1em;
}

.tab-contents h2{
	padding-top:20px;
    background-image: -webkit-linear-gradient(0deg, #662d91 0%, #f573e4 56%, #662d91 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 10px;
    text-align: center;
    text-transform:uppercase;
}
.tab-contents p{
	text-align:justify;
	font-size:16px;
}
.tab-contents li{
    padding: 10px 0px 0px 20px;
    text-align: justify;
    position: relative;
}
.ptn{
	padding-top:none;
}
.tab-button-outer {
  display: none;
}
@media screen and (min-width: 768px) {
  .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  .tab-select-outer {
    display: none;
  }
  .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
  }
}

/* tabs */
.gallery-ba-in{
	padding:20px;
}
.gallery-ba-in h3{
	font-weight:700;
	font-size:24px;
}
/* img comparision */

.cd-image-container {
  position: relative;
  width: 90%;
  max-width: 768px;
  margin: 0em auto;
}
.cd-image-container img {
  display: block;
}

.cd-image-label {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.cd-image-label.is-hidden {
  visibility: hidden;
}
.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}
.is-visible .cd-resize-img {
  width: 50%;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  /* center the element */
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: #dc717d url("../images/cd-arrows.svg") no-repeat center center;
  cursor: move;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}
.cd-handle.draggable {
  /* change background color when element is active */
  background-color: #445b7c;
}
.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}

/* img comparision */
/* gallery before after */


/* procedure */
.procedure-in .tabs-procedure ul{
	list-style-type:none;
	padding:0px;
}
.procedure-in .tabs-procedure li {
  display: inline-block;
  width: 100%;
}
.procedure-in .tabs-procedure li a {
  display: block;
  padding:15px;
  background: #eee;
  text-align: left;
  color: #000;
  text-decoration: none;
  font-weight:600;
  text-transform:uppercase;
	font-size:12px;
	transition-delay:0.5s;
	transition:all 0.5s ease;
	position:relative;
}
.procedure-in .tabs-procedure li a:before{
	position: absolute;
    content: '\f054';
    left: 10px;
    font-family: 'FontAwesome';
    opacity: 0;
    transition-delay: 0.5s;
    transition: all 0.5s ease;
    color: #fff;
}
.procedure-in .tabs-procedure li:not(:first-child) a {
  border-left: none;
}
.procedure-in .tabs-procedure li a:hover,
.procedure-in .tabs-procedure .is-active a{
  border-bottom-color: transparent;
  background: #662d91;
	color:#fff;
	padding-left:30px;
}

.procedure-in .tabs-procedure li a:hover::before, .procedure-in .tabs-procedure .is-active a:before{
	opacity:1;
}
.procedure-in .tab-contents {
  padding: .5em 2em 1em;
}

.tab-contents h2{
	padding-top:20px;
    background-image: -webkit-linear-gradient(0deg, #662d91 0%, #f573e4 56%, #662d91 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 10px;
    text-align: center;
    text-transform:uppercase;
}
.tab-contents p{
	text-align:justify;
	font-size:16px;
}
.tab-contents li{
    padding: 10px 0px 0px 20px;
    text-align: justify;
    position: relative;
}
.ptn{
	padding-top:none;
}

.sidenav-treatment a{
	background: #ef5ea2 !important;
	color: #fff !important;
	cursor:pointer;
}
.sidenav-treatment a i{
	float: right;
	transition-delay: 0.5s;
	transition:all 0.5s ease;
}
.sidenav-treatment a .collapsed{
	transform: rotate(360deg);
}
.sidenav-treatment li a:hover,
.sidenav-treatment .is-active a {
  border-bottom-color: transparent !important;
  background: #662d91 !important;
  color:#fff;
}
/* tabs */
.procedure-cnt h3{
	font-weight:700;
	text-transform:uppercase;
	font-size:28px;
	color:#662d91;
	position:relative;
	text-align:center;
	margin-bottom:30px;
}
.procedure-cnt h3:before{
	position:absolute;
	content:'';
	bottom:-10px;
	width:50px;
	height:3px;
	background:#f573e4;
}
.procedure-cnt img{
	margin:15px auto 30px; 
}
.procedure-cnt p{
	font-size:16px;
	color:#000;
	text-align: justify;
}
.procedure-cnt h4{
	font-weight:700;
	font-size:22px;
	text-align:left;
}
.procedure-cnt h1{
	font-weight:700;
	/*font-size:22px;*/
	text-align:center;
	    text-transform: capitalize;
}

.procedure-cnt a {
    font-size: 16px;
    color: #000;
    text-align: justify;
    font-weight:600;
    text-decoration:underline;
}

.procedure-cnt ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.procedure-cnt ul li{
	padding:10px 0px 10px 18px;
	position:relative;
	font-size:16px;
}
.procedure-cnt ul li i{
	position:absolute;
	font-size:10px;
	color:#f573e4;
	left:0px;
	top:15px;
}
/* faq */
.pl-md-4, .px-md-4 {
	padding-left: 40px !important;
}.pr-md-4, .px-md-4 {
	padding-right: 40px !important;
}.pt-md-2, .py-md-2 {
	padding-top: 20px !important;
}.mt-md-5, .my-md-5 {
	margin-top: 50px !important;
}.pb-15, .py-15 {
	padding-bottom: 15px !important;
}
.faq-accordion {
	margin: 15px 0 0;
}
.faq-item {
	margin-bottom: 10px;
	border: 0;
}
.faq-item [data-toggle='collapse'] {
	font-size: 16px;
	padding: 19px 42px 19px 20px;
}
.faq-item [data-toggle='collapse'] {
	display: flex;
	position: relative;
	padding: 20px 45px 19px 25px;
	font-size: 16px;
	font-weight: 600;
	font-family: "Poppins", serif;
	line-height: 1em;
	background-color: #fff;
	color: #444;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.faq-item [data-toggle='collapse'] {
	font-size: 16px;
	padding: 19px 42px 19px 20px;
}
.faq-item [data-toggle='collapse'] span:first-child {
	font-size: 16px;
	min-width: 26px;
	color: #49b0c1;
}
.faq-item [data-toggle='collapse']:after {
	position: absolute;
	top: 50%;
	right: 28px;
	content: '\f078';
	font-family: 'FontAwesome';
	font-size: 12px;
	color: #49b0c1;
	transform: translateY(-50%);
	transition-delay: 0.5s;
	transition: all 0.5s ease;
}
.faq-item [data-toggle='collapse'][aria-expanded="true"]:after {
	content: '\f077';
}
.collapse {
	display: none;
}
.collapse.show {
	display: block;
}
.faq-item .faq-item-content > * {
	padding: 10px 40px 10px 50px;
}
/* faq */
/* procedure */


/* html water mark */
#html5-watermark{
	display:none !important;
}
/* html water mark */


/* floating icon */

.socen {
	position: fixed;
	bottom: 30px;
	right: -250px;
	z-index: 9;
}
.socen ul {
	padding: 0px;
	-webkit-transform: translate(250px, 0);
	-moz-transform: translate(250px, 0);
	-ms-transform: translate(250px, 0);
	-o-transform: translate(250px, 0);
	transform: translate(0px, 0);
}
.socen ul li {
	display: block;
	margin: 5px !important;
	background: #fff;
	width: 282px;
	text-align: left;
	padding: 0px;
	border-radius: 0px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.clearfix {
	clear: both !important;
}
.socen a {
	padding: 0 !important;
	font-size: 15px;
	text-decoration: none;
	transition: all 0.2s ease;
	color: #fff;
}
.socen ul li i {
	margin-right: 10px;
	color: #FFF;
	background: #1C4690 !important;
	padding: 9px;
	border-radius: 0;
	width: 40px;
	height: 40px;
	font-size: 25px;
}
.socen ul li .fa-mobile{
	background:#812983 !important;
}
.socen ul li .fa-envelope{
	background: #ef5ea2 !important;
	font-size: 21px;
}
.socen ul li .fa-whatsapp{
	background:#33CC66 !important;
}
.socen span {
	position: relative;
	top: -4px;
}
.socen i.fa.fa-mobile {
	margin-right: 10px;
	color: #fff !important;
	background: #00c38e;
	padding: 9px;
	border-radius: 0;
	font-size: 27px;
	line-height: 26px;
	text-align: center;
	float: none !important;
}
.socen ul li:hover {
	-webkit-transform: translate(-135px, 0);
	-moz-transform: translate(-135px, 0);
	-ms-transform: translate(-135px, 0);
	-o-transform: translate(-135px, 0);
	transform: translate(-135px, 0);
	background: black;
}
.socen ul li:hover a {
	color: #fff;
}
/* floating icon */



.trt-box{
	margin:15px 0px;
	padding:5px;
	box-shadow:6px 6px 10px 6px rgba(0,0,0,0.1);
}
.trt-box h3{
	color:#000;
	margin:5px 0px;
	text-align: center;
	font-size:17px;
}
.trt-box h3 a{
	color:#000;
}



.gos h2{
    
    font-size:22px;
}

.gos img{
    height:350PX;
    width:250PX;
    border:3px solid #000;
    margin-top:10px;
    
}

.des img{
    margin-left:190px;
}

.cod{
    
    border-bottom:5px solid #f573e4;
}


/* tele */
.telemedicine{
	width: 470px;
    height: 180px;
    background-color: #fff;
    border: 2px solid #f3f6f6;
    border-radius: 8px;
    box-shadow: -2px 2.3px 7px rgba(0,0,0,.02);
    overflow: hidden;
    z-index: 5;
}
.tele-img{
	position: relative;
    height: 100%;
    width: 180px;
    overflow: hidden;
    z-index: 2;
}
.telemedicine-inner{
	position: absolute;
    top: -10px;
    right: 90px;
    width: 275px;
    padding: 20px 0 0;
    z-index: 4;
}
.tele-call{
	/* border-bottom: 1px solid #6cc; */
	transition: all .2s;
	color: #6cc;
	font-size: 17px;
}
.doctor-name{
	margin: 15px 0 10px;
    color: #050608;
    font-size: 24px;
	font-weight: 700;
}
.start-button{
	display: block;
    padding: 8px 0;
    margin: 15.3px 15px 15.3px 0;
    color: #fff!important;
    background: #6cc;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    border-radius: 3px;
    transition: all .2s;
}
.tele-powered-by{
	display: inline-block;
    color: #050608;
    font-size: 12px;
}
.tele-link{
	display: inline-block;
}
.tele-link a{
	color: #050608!important;
    font-size: 12px;
}
.tele-link a{
	display: inline-block;
    height: 25px;
    margin-left: 5px;
    padding-left: 25px;
    background: 0 0 url(../images/icon/download.png) no-repeat;
    line-height: 25px;
    font-size: 14px;
    font-weight: 700;
    color: #050608!important;
}
/* tele */


#myVideo {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%; 
	min-height: 100%;
  }
  
  
  .videofr {
    overflow: hidden;
    position: relative;
    width:100%;
}

.videofr::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.videofr iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.modal-content{
  width: 100%;
  /*border: 2px solid #af6125;*/
  background:transparent;
  border:none;
}
.modal-body img{
    width:auto !important;
    height:400px !important;
    box-shadow:0px 0px 10px 0px rgba(0,0,0,.5);
    border-radius:10px;
    border:2px solid #900680;
}
@media (max-width:565px){
  .modal-content{
    width: auto !important;
    /*margin:0px auto !important;*/
  }
.modal{
    top:10px !important;
}
.modal-header .close{
  padding: 10px 10px !important;
}
}
.modal-content{
    box-shadow:none;
}
.modal-body {
    position: relative;
    padding: 0px;
}
.modal-header{
  padding: 0px;
  border: none;
}
.modal-footer{
  display: none;
}
.modal-header .close{
  padding: 10px 100px;
  border: none;
  outline: none;
  color:#fff;
}
.modal{
    top:-20px;
}

.plain_bg {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.key-highlights {
    margin: 20px 0px 0px 0px;
    display: block;
    border: 1px solid #ececec;
    padding: 20px 12px;
    min-height: 146px;
}
.icon-high {
    text-align: center;
    margin: 0px 0px 12px 0px;
    padding: 0px;
}
.icon-high .fa {
    font-size: 45px;
    color:#812983;
    opacity: .9;
}

.key-highlights p{
    font-size:18px;
}