@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500&display=swap');


*{
    margin:0;
    padding:0
}
html{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
*,:after,:before{
    -webkit-box-sizing:inherit;
    box-sizing:inherit
}
body{ box-sizing: border-box; font-family: 'Open Sans', sans-serif; }
img { border: none }
ul{
    list-style: none;
}
i{
    font-weight: 400;
}
button:focus{
    outline: none!important;
}
a { text-decoration: none; }
p, h1, h2, h3, h4, h5{
    margin: 0; padding: 0;   
}



/*****************************************************************************
Stickt Whatsapp
*****************************************************************************/

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:30px;
	right:10px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:34px;
	box-shadow: 2px 2px 3px #999;
	z-index:100;
}

.my-float{
	margin-top:13px;
}

/****************************************************************************************
Header Section
****************************************************************************************/
/* HeaderTop Section */
.headertop{padding:15px 40px;}
.logo{}
.logo ul{margin-bottom:0px;}
.logo ul li{float:left;}
.logo ul li a{}
.logo .logo-prof{margin-right:20px;}
.logo .logo-prof img{width:170px;border-radius:50%;}
.logo .logo-prof1 img{width:310px;}
.sec-logo{padding-top:14px;}

.logo-btn{width:100%;display:block;margin-top:10px;}
.logo-btn li{
	display:inline-block;
	float:unset!important;
}
.logo-btn li a{
	border:1px solid #f16d16;
	background:#f16d16;
	color:#fff;
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	padding:10px 20px;
	border-radius:5px;
}
.logo-btn li a img{width:40px;margin-left:10px;}

.topright{float:right;}
.header_call{padding-top:27px;width:100%;}
.header_call ul{float:right;margin-bottom:10px;}
.header_call ul li{
	display:inline-block;
	font-size:16px;
	color:#4a4a4a;
	font-family: 'Roboto', sans-serif;
	position:relative;
	padding-left:55px;
	margin:0 15px;
	font-weight:400;
}
.header_call ul li i{
	color:#f16d16;
	position:absolute;
	left:0px;
	top:3px;
	font-size:22px;
	border:1px solid #f1f1f1;
	padding:10px;
	
}
.header_call ul li span{
	color:#6377b4;
	font-weight:500;
	font-family: 'Oswald', sans-serif;
	letter-spacing:0.5px;
}

/* Header Bottom Section */

.headerbottom{
	border-top:1px solid #ffdec8;
	background:#f16d16;
}

/* Marque Tagline Section */

.marque_head{
	/* background:#6377b4; */
	/* padding:4px 10px; */
	display:inline;	
	float:right;
	width:71%;
}
.marque_head marquee{
	color:#fff;
	background:#6377b4;
	padding:5px;
	border-radius:4px;
}

/****************************************************************************************
Banner Section
****************************************************************************************/

.carousel-control-next{
	bottom:20px!important;
	top:unset!important;
	right:1%!important;
}
.carousel-control-prev{
	left:unset!important;
	right:5%;
	bottom:20px!important;
	top:unset!important;
}

.carousel-control-next, .carousel-control-prev{
	width:5%!important;
	opacity:1!important;
}

.carousel-control-next-icon{
	background:#6377b4 no-repeat center center!important;
	/* background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")!important; */
	width: 50px!important;
    height: 50px!important;
    border-radius: 50%;
    position: relative;
    line-height: 50px;
}
.carousel-control-next-icon:hover{
	background:#ee5512!important;
	transition:0.3s;
}
.carousel-control-next-icon:hover:after{
	left:10px;
	transition:0.3s;
}
.carousel-control-next-icon:after{
	position:absolute;
	font-family: FontAwesome;
    content: "\f178";
	left:0px;
	right:0px;
	top:0px;
	font-size:26px;
}
.carousel-control-prev-icon{
	background:#6377b4 no-repeat center center!important;
	width: 50px!important;
    height: 50px!important;
    border-radius: 50%;
    position: relative;
    line-height: 50px;
}
.carousel-control-prev-icon:hover{
	background:#ee5512!important;
	transition:0.3s;
}
.carousel-control-prev-icon:hover:after{
	right:10px;
	transition:0.3s;
}
.carousel-control-prev-icon:after{
	position:absolute;
	font-family: FontAwesome;
    content: "\f177";
	left:0px;
	right:0px;
	top:0px;
	font-size:26px;
}

.banner{
    position: relative;
}
.banner .carousel-caption{
    top: 20%;
    left: 8%;
    padding: 40px 20px;
    position: absolute;
    width: 620px;
    height: 260px;
    background: #ffffff95;

}
.banner .carousel-caption h1 {
    font-size: 55px;
    font-family: 'Lato', sans-serif;
    line-height: 35px;
    margin: 0;
    font-weight: 800;
    padding-bottom: 25px;
    color: #23428f;
}
.banner .carousel-caption h2 {
    font-size: 30px;
    color: #444;
    font-family: 'Roboto', sans-serif;
    line-height: 35px;
    margin: 0;
    font-weight: 400;
    padding-bottom: 10px;
}
.banner .carousel-caption h3 {
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    line-height: 40px;
    margin: 0;
    padding-bottom: 20px;
    color: #333;
    font-weight: 600;
}
.banner .carousel-control-next{
    position: absolute;
    width: 80px;
}
.banner .carousel-control-prev{
    position: absolute;
    width: 80px;
}
.banner .carousel-indicators li{
    background: #fff;
    cursor: pointer;
    width: 8px;
    height: 8px
}
.banner .carousel-indicators li.active{
    background: #fff;
}
.banner .btn-change5{
    height: 40px;
    width: 150px;
    background: #23428f;
	cursor: pointer;
    float: none;
    font-weight: 600;
    border:0px;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transform-origin: 50% 50%;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -webkit-box-shadow: 100px 0px 0 0 #2da7da inset , -100px 0px 0 #2da7da inset;
}
.banner .btn-change5:hover{
    -webkit-box-shadow: 0px 0px 0 0 #2da7da inset , 0px 0px 0 #2da7da inset;
}



/****************************************************************************************
About Us Home Section
****************************************************************************************/

.main_profile{
	padding:50px 0;
}
/* About Us left photo section */
.abt_profile{
	border:2px solid #c3d2ff;
	border-radius:50%;
	/* padding:7px 0 0 0; */
	position:relative;
}
.abt_profile:hover{
	border-color:#6377b4;
	transition:0.5s;
}
.abt_profile img{
	width:100%;
	border-radius:50%;
}
.abt_profile .abt_prof_title {
	background:#f16d16;
	padding:10px;
	position:absolute;
	bottom:-85px;
	border-radius:0 0 22px 22px;
	width:100%;
	text-align:center;
	display:none;
}
.abt_profile:hover .abt_prof_title{
	background:#6377b4;
	transition:0.5s;
	/* display:block; */
	/* transform:translateY(-50px); */
}
.main_profile:hover .abt_prof_title{
	display:block;
	transition:0.5s;
}
.abt_profile .abt_prof_title h1{
	font-size:26px;
	font-family: 'Oswald', sans-serif;
	color:#fff;
	letter-spacing:1px;
	margin:0px;
	padding-bottom:10px;
}
.abt_profile h2{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#fff;
	font-weight:500;
	letter-spacing:0.5px;
}

/* About Us Right Discription Section */

.abt_description{}
.abt_description h1{
	font-size:36px;
	color:#f16d16;
	font-family: 'Roboto', sans-serif;
	font-weight:600;
	/* letter-spacing:0.5px; */
	/* text-transform:uppercase; */
	margin:0px;
	padding-bottom:5px;
}
.abt_description h2{
	font-size:20px;
	color:#4a4a4a;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1px;
	margin:0px;
	padding-bottom:15px;
}
.abt_description h3{
	font-size:20px;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1px;
	background:#6377b4;
	padding:4px 15px;
	display:inline-block;
}
.abt_description p{
	font-size:16px;
	color:#4a4a4a;
	font-family: 'Roboto', sans-serif;
	margin:0px;
	padding-top:5px;
	text-align:justify;
	font-weight:500;
}
.abt_description h4{
	font-size:20px;
	color:#6377b4;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1px;
	margin:0px;
	padding:15px 0 10px;
}
.abt_description ul li{
	font-size:16px;
	color:#4a4a4a;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	margin:0px;
	position:relative;
	padding-left:25px;
}
.abt_description ul li i{
	color:#f16d16;
	position:absolute;
	left:0px;
	top:4px;
}
.abt_description a{
	font-size:16px;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	background:#f16d16;
	padding:5px 10px;
	border-radius:5px;
	margin-top:10px;
	display:inline-block;
}
.abt_description a i{
	padding-left:10px;
	color:#fff;
}



/*****************************************************************************
Heading Title Section
*****************************************************************************/

.heading_title{
	text-align:center;
	width:100%;
	padding-bottom:50px;
}
.heading_title h1{
	font-size:38px;
	color:#f16d16;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1px;
}
.heading_title p{
	font-size:16px;
	color:#4a4a4a;
	font-family: 'Roboto', sans-serif;
}


/*****************************************************************************
Service Home Page Section
*****************************************************************************/

.services_main{
	background:#dbe3fb;
	padding:50px 50px;
}



.service_home{
	border-radius:50%;
	border:2px solid #6377b4;
	position:relative;
	overflow:hidden;
	margin:0 20px;
}
.service_home img{
	width:100%;
}
.service_home .serv_title{
	position:absolute;
	/* overflow:hidden; */
	bottom:0px;
	background:#f16d16;
	padding:10px 12px 14px 12px;
	text-align:center;
	margin:0 auto;
	width:100%;
	transform:translateY(50px);
	
}
.service_home:hover .serv_title{
	transform:translateY(0px);
	transition:0.5s;
	background:#6377b4;
}
.service_home .serv_title h1{
	font-size:20px;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1px;
	color:#fff;
	padding-bottom:15px;
	margin:0px;
	border-bottom:1px solid #4e5d8a;
}
.service_home .serv_title a{
	font-size:16px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	margin:10px 0px 0 0;
	display:inline-block;
	/* background:#fff; */
	/* border-radius:25px; */
	/* border-top:1px solid #fff; */
}
.service_home .serv_title a:hover{
	background:#f16d16;
	border-radius:05px;
	color:#fff;
	padding:2px 15px;
	transition:0.5s;
	text-decoration:none;
}


/* Arrow Section */


.owl-theme .owl-controls{
    width: 100%;
    position: absolute;
    top: 40%;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 45px;
    height: 45px;
    line-height: 37px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #ececec;
    padding: 0;
    opacity: 1;
    transition: all 0.4s ease-in-out 0s;
}
.owl-theme .owl-controls .owl-buttons div:hover{
    background: #f16615;
    border-color: #f16615;
}
.owl-prev,
.owl-next{
    position: absolute;
    left: -4%;
}
.owl-next{
    left: auto;
    right: -4%;
}
.owl-prev:before,
.owl-next:before{
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    color: #ececec;
}
.owl-next:before{ content: "\f105"; }
@media only screen and (max-width: 990px){
    .owl-theme .owl-controls,
    .owl-prev,
    .owl-next{
        position: relative;
        left: 0;
        right: 0;
    }
}




/*****************************************************************************
Skin_peel_main Home Page
*****************************************************************************/

.skin_peel_main{
	padding:50px 0;
	/* background:#4a4a4a; */
}
.skin_peel_main .skin_peel{}
.skin_peel_main .skin_peel img{
	border-radius:10px;
	border:2px solid #f1f1f1;
	width:100%;
	-webkit-animation: wiggle 8s linear infinite;
    animation: wiggle 8s linear infinite;
}


/* Keyframes */
@keyframes wiggle {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}

/*****************************************************************************
Contact Form Home Section 
*****************************************************************************/

.main_form{
	background:#6377b4;
	padding:35px 30px;
	border-radius:10px;
}
.main_form form .form-group{
	/* margin-bottom:12px; */
}
.main_form .form-group .form-control{
	font-size:16px;
	color:#4a4a4a;
	border:1px solid #6377b4;
}
.single_input_fieldsbtn input{
	border:1px solid #f16d16;
	background:#f16d16;
	font-size:16px;
	color:#fff;
	padding:7px 15px;
	cursor:pointer;
}
.single_input_fieldsbtn input:hover{
	background:unset;
	transition:0.7s;
	font-weight:600;
	border-radius:5px;
}


/*****************************************************************************
Footer Section 
*****************************************************************************/

.footer{
	background:#4a4a4a;
	padding:50px 0 20px 0;
}
.footer .footer-title img{
	width:100%;
	background:#fff;
	border-radius:5px;
	padding:10px;
	margin-bottom:15px;
}
.footer .footer-title p{
	font-size:16px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	text-align:justify;
}
.footer .footer-title h1{
	font-size:32px;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1px;
}
.footer .footer-title ul{
	padding-top:15px;
}
.footer .footer-title ul li{
	position:relative;
	margin:10px 0;
	padding-left:22px;
}
.footer .footer-title ul li a{
	font-size:16px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
}
.footer .footer-title ul li a i{
	position:absolute;
	left:0px;
	top:5px;
	color:#f16d16;
	
}

/* Copyright */

.copyright{
	width:100%;
	padding-top:10px;
}
.copyright p{
	font-size:16px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	text-align:center;
	margin:0px;
}
.foot_logo{padding-left:10px;}
.foot_logo img{width:20px;}


/**********************************************************************************************
Header Title Section
**********************************************************************************************/

.main_header{
	background:#6377b4;
	padding:30px 0;
}
.main_header h1{
	font-size:36px;
	font-family: 'Oswald', sans-serif;
	color:#fff;
	letter-spacing:1px;
	padding-bottom:10px;
	margin:0px;
	width:100%;
}
.main_header ul{margin:0px;padding:0px;}
.main_header ul li{
	font-size:16px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	display:inline-block;
	padding-right:10px;
}
.main_header ul li a{
	color:#f16d16;
	padding-right:10px;
}



/***************************************************************************
Clinic Section
***************************************************************************/

.clinic-main{padding:50px 0;}
.clinic{
	background:#fbf1f1;
	padding:30px;
	/* height:300px; */
}
.clinic h1{
	font-size:28px;
	font-family: 'Oswald', sans-serif;
	color:#4a4a4a;
	margin:0px;
	border-bottom:1px solid #e7e7e7;
	padding-bottom:8px;
	margin-bottom:15px;
}
.clinic p{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#4a4a4a;
	line-height:26px;
	position:relative;
	padding-left:25px;
}
.clinic p i{
	color:#f16d16;
	position:absolute;
	left:0px;
	top:4px;
}
.clinic ul{}
.clinic ul li{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#fff;
	display:inline-block;
	margin-right:10px;
}
.clinic li a{
	background:#6377b4;
	padding:5px 15px;
	color:#fff;
}

.clinic li a:hover{
	background:#f16d16;
	text-decoration:none;
	transition:0.5s;
}
.clinic li a i{
	color:#fff;
	padding-left:8px;
}


/***************************************************************************
Contact Section
***************************************************************************/

.contact{padding:50px 0;}

.contact-details{
	background:#fff;
	box-shadow:1px 1px 15px 0 rgb(0 0 0 / 20%);
	padding:30px 20px;
	margin-bottom:50px;
}
.contact-details .contact-inner{
	text-align:center;
	margin:0 auto;
	/* border-right:1px solid #fff; */
}
.contact-details .contact-inner .cnt-icon{
	background:#f16d16;
	padding:10px 15px;
	display:inline-block;
	text-align:center;
	margin:0 auto;
	-webkit-animation: border-transform-default1 10s linear infinite alternate forwards;
    animation: border-transform-default1 10s linear infinite alternate forwards
}
@-webkit-keyframes border-transform-default1 {

    0%,
    to {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}
.contact-details .contact-inner .cnt-icon i{
	font-size:26px;
	color:#fff;	
}
.contact-details .contact-inner h1{
	font-size:26px;
	font-family: 'Oswald', sans-serif;
	color:#6377b4;
	padding-top:10px;
	padding-bottom:10px;
	letter-spacing:1.5px;
	/* text-align:center; */
	margin:0px;
}
.contact-details .contact-inner p{
	font-family: 'Roboto', sans-serif;
	color:#282828;
	font-size:16px;
	letter-spacing:1px;
	margin:0px;
}


/*************************************************************************************
Testimonial Section
*************************************************************************************/

.form-review{
	background:url(../img/punchkarma-bg2.jpg) no-repeat;
	background-size:100% 100%;
	width:100%;
	padding:30px 0;
}
.testimonial{
    padding-top: 0px;
    margin: 0px 55px 0;
    /* border: 1px solid #fff; */
    text-align: center;
    position: relative;
    transition: all 0.7s ease 0s;
}
/* .testimonial:hover{ border-color: #e7e3e3; } */
.testimonial h2{
	font: 700 30px/30px 'Montserrat', sans-serif;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 65px 0px 25px 0px;
    background: url(../img/starts-bg.png) no-repeat center bottom;
}
.testimonial .pic{
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: #fff;
    padding: 7px;
    position:absolute;
    top: -50px;
    left: 50%;
    overflow: hidden;
    transform: translateX(-50%);
    transition: all 0.7s ease 0s;
}
.testimonial:hover .pic{ background: #1d3033; }
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .title{
    font-size: 22px;
    font-weight: 700;
    color: #f16615;
    text-transform: capitalize;
    margin: 35px 0 10px 0;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1.5px;
}
.testimonial .description{
    font-size: 16px;
    color: #ddd;
    line-height: 25px;
    border-bottom: 1px solid #f7f7f7;
    padding: 0 25px 35px;
    margin: 0;
}
.testimonial-btn {
    margin: 40px auto;
    text-align: center;
}
.testimonial-btn ul li {
    font: 400 16px/16px 'Montserrat', sans-serif;
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 0px 0px;
}
.testimonial-btn ul li a {
    display: block;
    background: #e8e8e8;
    padding: 12px 22px 12px 17px;
    color: #000000;
}
.sub-t a {
    background: #f16615 !important;
    color: #fff !important;
}




.testimonial .testimonial-content{
    padding: 15px 25px 12px;
    border: 1px solid #f7f7f7;
    border-top: none;
    position: relative;
    text-align: left;
    transition: all 500ms ease 0s;
}
.testimonial:hover .testimonial-content{ border-color: #1d3033; }
.testimonial .testimonial-content:after{
    content: "";
    width: 100%;
    height: 0;
    background: #1d3033;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all 0.7s ease 0s;
}
.testimonial:hover .testimonial-content:after{ height: 100%; }
.testimonial-content .testimonial-profile{ display: inline-block; }
.testimonial .name{
    font-size: 16px;
    font-weight: 700;
    color: #3d3d3d;
    text-transform: uppercase;
    margin: 0 0 3px;
    transition: all 700ms ease 0s;
}
.testimonial:hover .name{ color: #fff; }
.testimonial .post{
    font-size: 14px;
    color: #eabd44;
    text-transform: capitalize;
}
.testimonial .rating{
    display: inline-block;
    padding: 1px 5px;
    margin: 0;
    list-style: none;
    background: #eabd44;
    position: absolute;
    right: 25px;
}
.testimonial .rating li{
    display: inline-block;
    font-size: 14px;
    color: #fff;
}
.owl-theme .owl-controls{
    width: 100%;
    position: absolute;
    top: 50%;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 45px;
    height: 45px;
    line-height: 37px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #ececec;
    padding: 0;
    opacity: 1;
    transition: all 0.4s ease-in-out 0s;
}
.owl-theme .owl-controls .owl-buttons div:hover{
    background: #f16615;
    border-color: #f16615;
}
.owl-prev,
.owl-next{
    position: absolute;
    left: -1%;
}
.owl-next{
    left: auto;
    right: -1%;
}
.owl-prev:before,
.owl-next:before{
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    color: #ececec;
}
.owl-next:before{ content: "\f105"; }
@media only screen and (max-width: 990px){
    .owl-theme .owl-controls,
    .owl-prev,
    .owl-next{
        position: relative;
        left: 0;
        right: 0;
    }
}
@media only screen and (max-width: 768px){
    .testimonial .testimonial-content{
        padding: 15px 10px 12px;
    }
    .testimonial .rating{
        right: 12px;
    }
}


/* Testimonial Inner page Section */

.testimonial-main{padding:50px 0;}
.testimonial_inn{
	background:#fbf1f1;
	padding:30px;
	/* height:300px; */
}
.testimonial_inn h1{
	font-size:28px;
	font-family: 'Oswald', sans-serif;
	color:#4a4a4a;
	margin:0px;
	border-bottom:1px solid #e7e7e7;
	padding-bottom:8px;
	margin-bottom:15px;
}
.testimonial_inn p{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#4a4a4a;
	line-height:26px;
}

/******************************************************************************
Book Appointment
******************************************************************************/

.book-apt{padding:50px 0;}
.placeholder{
  color: #898989;
  position: relative;
  top: -30px;
  left:12px;
  overflow:hidden;
}

.placeholder:after{
  content: '*';
  color: red
}
.form-group-marg{margin-bottom:0px!important;}

.form-control:focus + .placeholder { 
  display: none;
}

/******************************************************************************
Achivements Section
******************************************************************************/

.achievements{padding:50px 0;}
.achievements .btn:focus, .achievements .btn:active, .achievements button:focus, .achievements button:active {
  outline: none !important;
  box-shadow: none !important;
}

.achievements #image-gallery .modal-footer{
  display: block;
}

.achievements .thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}