*{
    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;   
}
.headertop{
    background: #5c5c5d;
    padding: 5px 0;
}
.headerbottom{
    /* background: #211f20; */
    padding: 0px 60px;
}
.topleft ul{
    margin-bottom: 0;
}
.topleft ul li{
    display: inline;
    color: #fff;
    padding-right: 12px;
}
.topleft ul li i{
    display: inline;
    color:#c5c5c5;
    padding-right: 10px;
}
.topright{
    float: right;
}
.bookappp button{
    background: #eee;
    cursor: pointer;
    color: #000;
    padding: 2px 10px;
    border: none;
    border-radius: 3px;
    transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.bookappp button:hover{
    
     background: #ee1e23;
     color: #fff;
}
/* .logo{ */
	/* position:relative; */
/* } */
/* .logo:after{ */
	/* position:absolute; */
	/* content:''; */
	/* background:#d9d9d9; */
	/* width:1px; */
	/* height:75px; */
	/* right:0px; */
	/* top:34px; */
/* } */
.logo img {
	margin: 25px 15px 25px 15px;
    max-width:100%;
}



.sociallinks{
    float: right;
}
.sociallinks ul{
    margin-bottom: 0;
}
.sociallinks ul li{
    display: inline;
    margin: 0 0 0 5px;
    font-size: 15px;
     font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.sociallinks ul li:hover {
    color: #901b02;
}
.sociallinks ul li i {
    color: #ffffff;
     font-size: 14px;
    /* background: #3e3e3e; */
    width: 20px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 3px;
   margin-right: 8px;
}
.appbtn ul li button{
    background: #901b02;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    border: none;
    padding: 3px 10px;
    border-radius: 3px;
}
.appbtn ul li button i{
    background: none;
    color: #fff;
}


/* Header Button */
.call-appoint ul{text-align:center;padding:20px 0 0 0;}

.call-appoint ul li a {
	color:#fff;
}
/* .call-appoint ul li { */
    /* font: 600 16px/20px 'Montserrat', sans-serif; */
    /* color: #000000; */
    /* display: inline-block; */
    /* text-transform: uppercase; */
    /* margin: 25px 15px 0px 0px; */
/* } */
.call-appoint ul li {
    font: 600 16px/20px 'Montserrat', sans-serif;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    /* margin: 25px 15px 0px 0px; */
    padding: 7px 15px;
    border: 1px solid #f1f1f1;
    background: #006994;
}
.sec-social li{
	/* -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%
    }
}
.sec-social li{
	background:#ed5b8a!important;
}
.call-appoint ul li img {
    margin: 0px 8px 0px 0px;
}
.book {
    border: 1px solid #cbcbcb;
    padding: 12px;
}
.ofc {
    margin: 3% 0px 0px 40% !important;
}



/****************************************************************************************
Banner Section
****************************************************************************************/


.carousel-control-next, .carousel-control-prev{
	width:5%!important;
	opacity:1!important;
}

.carousel-control-next-icon{
	background:#006994 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:60px!important;
	height:40px!important;
	border-radius:5px;
	position:relative;
}
.carousel-control-next-icon:hover{
	background:#d82d64!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: "\f30b";
	left:0px;
	right:0px;
	top:0px;
	font-size:26px;
}
.carousel-control-prev-icon{
	background:#006994 no-repeat center center!important;
	width:60px!important;
	height:40px!important;
	border-radius:5px;
	position:relative;
}
.carousel-control-prev-icon:hover{
	background:#d82d64!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: "\f30a";
	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;
}

.banenr-header{
	background:#006994;
	padding:20px 0;
}
.banenr-header h1{
	font: 400 30px/35px 'Oswald', sans-serif;
    color: #fff;
	letter-spacing:1.5px;
	text-align:center;
	margin:0px;
}

.heading {
    margin-bottom: 30px;
}
.heading h1{
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    font-family: 'Lato', sans-serif;
    position: relative;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 25px;
} 
.heading h1:after{
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    background: #901b02;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}


/* Home Page About Section */

#MeetDr {
    min-height: 528px;
    background: url(../img/meet-dr-bg1.jpg) no-repeat right top #cf2f62d1;
    /* background: #cf2f62d1; */
}
#MeetDr .theme-L {
    background: url(../img/meet-dr-l-bg.jpg) no-repeat right top;
}
#MeetDr .theme-R {
    background: #cf2f62d1;
}
.dr-harb {
    position: absolute;
    top: 50px;
    left: 5px;
    z-index: 9;
}
.dr-harb img{
	width:100%;
	animation: zoom-in-zoom-out 3s ease infinite;
}
.dr-details h1 {
    font: 200 30px/35px 'Montserrat', sans-serif;
    color: #000;
    padding: 60px 0px 0px 20px;
}
.dr-details h1 a{
	color:#fff;
}
.dr-details h1 a em{
	color:#000;
}
.dr-details h1 a:hover{
	text-decoration:none;
}
.dr-details h1 span {
    font: 800 50px/55px 'Montserrat', sans-serif;
    color: #fff;
    display: block;
}
.dr-details h2 {
    font: 600 18px/28px 'Montserrat', sans-serif;
    color: #fff;
    padding: 10px 0px 0px 20px;
    position: relative;
}
.dr-details h2:after {
    position: absolute;
    content: '';
    background: url(../img/dr-b-bg.png) no-repeat 0px 0px;
    width: 379px;
    height: 2px;
    left: 20px;
    bottom: 0px;
}
.dr-details p {
    font: 400 16px/24px 'Montserrat', sans-serif;
    color: #000;
    padding: 13px 40px 0px 20px;
	text-align:justify;
}
.dr-more {
    margin: 40px 0px 0px 20px;
}
body, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
    margin: 0px;
    padding: 0px;
}
.dr-more ul li {
    font: 400 16px/16px 'Roboto', sans-serif;
    display: inline-block;
    color: #000;
    vertical-align: top;
    margin: 0px 10px 0px 0px;
}
.dr-more ul li a {
    display: block;
    background: #fff;
    padding: 12px 22px 12px 17px;
	color:#d7547e;
}
.book-p a {
    background: #006994 !important;
    color: #fff !important;
}
.dr-more img {
    margin: -2px 10px 0px 0px;
}

/* Third Section*/

.dr-r-cell {
    width: 250px;
}
.dr-creds {
    margin: 80px 0px 0px 0px;
}
.dr-creds ul li img{
	border-radius: 10px;
    /* border: 4px solid #f1f1f1; */
    padding: 0px;
	box-shadow:0px 0px 5px 2px #2626266b;
	animation: zoom-in-zoom-out 3s ease infinite;
	margin-top:5px;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.95, 0.95);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.95, 0.95);
  }
}
.dr-creds ul li img:hover{
	box-shadow:0px 0px 3px 4px #ffffff61;
}
.dr-creds ul li {
    margin: 0px 0px 10px 0px;
}

/*******************************************************************************
Hospital Attachment Home page
*******************************************************************************/

.hospital{padding:50px 0;}
.hospital .hospital-title{text-align:center;width:100%;padding-bottom:0px;text-transform:CaptionText;}
.hospital .hospital-title h1{
	font-size:28px;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1px;
	text-align:center;
	background:#006994;
	padding:10px 15px;
	display:inline-block;
}

.hosp-inner{
	position:relative;
	background:url(../img/3.png) no-repeat;
	background-size:100% 100%;
	width:100%;
	height:250px;
	animation: wiggle 6s linear infinite;
	margin-top:20px;
}
/* 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);
  }
}

.hospital-disc{
	position:absolute;
	left:50px;
	top:40px;
	right:40px;
}
.hospital-disc h1{
	font-size:22px;
	color:#ed5b8a;
	font-family: 'Oswald', sans-serif;
	padding-bottom:10px;
}
.hospital-disc p{
	color:#282828;
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	text-align:justify;
	margin:0px;
	padding-bottom:10px;
}
.hospital-disc a{
	color:#fff;
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	border:1px solid #006994;
	background:#006994;
	padding:6px 15px;
	margin-top:10px;
	display:inline-block;
}
.hospital-disc a img{
	width:20px;
	margin-left:10px;
}
.hospital-disc a:hover{
	color:#fff;
	transition:0.5s;
	letter-spacing:0.5px;
	text-decoration:none;
}

.form-head h1{
	font-size:20px;
	color:#ed5b8a;
	font-family: 'Oswald', sans-serif;
	font-weight:500;
	background:#006994;
	padding:10px 15px;
	letter-spacing:0.4px;
	color:#fff;
	display:inline-block;
	width:100%;
}
.form-head1 h1{
	font-size:19px;
	color:#ed5b8a;
	font-family: 'Roboto', sans-serif;
	text-align:center;
	font-weight:500;
	background:#006994;
	padding:17px 10px;
	letter-spacing:0.4px;
	color:#fff;
	/* display:inline-block; */
	width:100%;
}

/*******************************************************************************
Service section home page slider
*******************************************************************************/

/* .post-slide{ */
    /* padding:0 15px 20px 15px; */
/* } */
/* .post-img{ */
    /* background: #7a4b94; */
/* } */
/* .post-img > img{ */
    /* width: 100%; */
    /* height: auto; */
/* } */
/* .post-slide .post-title{ */
    /* margin: 10px 0 12px 0; */
    /* border-bottom: 1px solid  #E4E4E4; */
    /* padding-bottom: 10px; */
    /* position: relative; */
/* } */
/* .post-slide .post-title:after{ */
    /* content: ""; */
    /* border:1px solid #dc005a; */
    /* display: inline-block; */
    /* width: 35px; */
    /* position: absolute; */
    /* left: 0; */
    /* bottom: -1px; */
/* } */
/* .post-slide .post-title > a{ */
    /* color:#333333; */
    /* font-weight: 700; */
    /* text-transform: capitalize; */
/* } */
/* .post-slide .post-title > a:hover{ */
    /* text-decoration: none; */
/* } */
/* .post-slide .post-description{ */
    /* color:#555555; */
    /* font-size: 14px; */
    /* line-height: 22px; */
/* } */
/* .post-slide:hover  .post-img > img{ */
    /* opacity: 0.5; */
    /* transition:0.3s ease; */
/* } */
/* .post-slide:hover .post-title > a{ */
    /* color:#7a4b94; */
    /* transition:0.3s ease; */
/* } */
/* .owl-buttons{ */
    /* position: absolute; */
    /* top: -13%; */
    /* right: 1.5%; */
/* } */
/* .owl-theme .owl-controls .owl-buttons div{ */
    /* border-radius: 0; */
    /* margin: 0 0 0 3px; */
    /* padding: 5px 12px; */
    /* opacity: 1; */
    /* color: #808080; */
    /* background: #F1F1F1; */
    /* border-top: 2px solid transparent; */
    /* transition: all 0.3s ease 0s; */
/* } */
/* .owl-theme .owl-controls .owl-buttons div:hover{ */
    /* color: #7a4b94; */
    /* border-top: 2px solid #dc005a; */
 
/* } */
/* .owl-prev:after, */
/* .owl-next:after{ */
    /* font-family: "Font Awesome 5 Free"; font-weight: 900; */
    /* content: "\f104"; */
    /* font-size: 20px; */
/* } */
/* .owl-next:after{ */
    /* content: "\f105"; */
/* } */
/* @media screen and (max-width:767px){ */
    /* .owl-buttons { */
        /* display: none; */
    /* } */
/* } */
/* @media screen and (max-width:480px){ */
    /* .post-slide{ */
        /* padding-left: 0; */
        /* padding-right: 0; */
    /* } */
/* } */


.service{
	background:url(../img/service-bg.jpg) no-repeat;
	background-size:100% 100%;
	width:100%;
	height:492px;
	padding:30px 0;
}
.service1{
	background:url(../img/punchkarma-bg.jpg) no-repeat;
	background-size:100% 100%;
	width:100%;
	height:442px;
	padding:80px 50px;
}
.service-inner{}
.service-inner h1{
	font-size:52px;
	color:#ed5b8a;
	font-family: 'Oswald', sans-serif;
	padding-bottom:5px;
	
}
.service-inner p{
	color:#282828;
	font-size:26px;
	font-family: 'Roboto', sans-serif;
	text-align:justify;
	margin:0px;
	margin-bottom:10px;
	border-bottom:1px dotted #ed5b8a;
	display:inline-block;
	font-weight:800;
}
.service-inner span{
	color:#ed5b8a;
	font-size:18px;
	font-family: 'Roboto', sans-serif;
	/* text-align:justify; */
	margin:0px;
	/* margin-bottom:10px; */
	/* border-bottom:1px dotted #ed5b8a; */
	display:inline-block;
	font-weight:600;
}
.service-inner ul{
	display:inline-block;
	padding-right:45px;
	padding-top:10px;
}
.service-inner ul li{
	list-style:none;
	padding:5px 0;
	position:relative;
	padding-left:22px;
}
.service-inner ul li a{
	font-size:16px;
	color:#282828;
	font-family: 'Roboto', sans-serif;
}
.service-inner ul li a:hover{
	color:#ed5b8a;
	letter-spacing:0.5px;
	transition:0.5s;
}
.service-inner ul li a i{
	position:absolute;
	left:0px;
	top:9px;
	color:#282828;
	animation: wiggle 6s linear infinite;
}

/*************************************************************************************
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 15px 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 65px 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: #ed5b8a;
    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: #ed5b8a !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: #ed5b8a;
    border-color: #ed5b8a;
}
.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;
    }
}
/**********************************************************************************
Form home page
**********************************************************************************/

.form-horizontal{
    background-color: #fff;
    font-family: 'Rubik', sans-serif;
    padding: 20px 0 0;
    box-shadow: 1px 1px 15px 0 rgba(0,0,0,0.2);
    position: relative;
}
.form-horizontal .heading{
    color: #666;
    font-size: 35px;
    text-align: center;
    margin: 0 0 30px 0;
}
.form-horizontal .form-group{
    width: 80%;
    margin: 0 auto 10px;
    position: relative;
	/* display:inline-block;	 */
}
.form-group1{
	display:inline-block;
	margin-left:40px!important;
}
.form-horizontal .form-group>i{
    color: rgba(0,0,0,0.2);
    font-size: 21px;
    position: absolute;
    left: 8px;
    top: 11px;
}
.form-horizontal .form-control{
    color: #006994;
    font-size: 14px;
    height: 42px;
    padding: 6px 8px 6px 40px;
    box-shadow: none;
    border-radius: 0;
}
.form-control::placeholder{
    color: rgba(0,0,0,0.2);
    font-size: 15px;
    /* text-transform: capitalize; */
}
.form-horizontal .form-control:focus{
    box-shadow: none;
    border-color: #006994;
}
.form-horizontal .form-terms{
    color: #909090;
    font-size: 14px;
    width: 80%;
    margin: 0 auto 10px;
}
.form-horizontal .form-terms input[type="checkbox"]{
    margin: 3px 5px 0 0;
    display: inline-block;
}
.form-horizontal .form-terms a{ color: #006994;}
.form-horizontal .form-terms a:hover{ text-decoration: underline; }
.form-horizontal .btn{
    color: #282828;
    background-color: unset;
    font-size: 16px;
    padding: 7px 30px;
    margin: 0 0 10px;
    border-radius: 25px;
    border: 2px solid #ed5b8b;
    display: inline-block;
    float: left;
    transition: all 0.5s;
}
.form-horizontal .btn:focus,
.form-horizontal .btn:hover{
    color: #fff;
    background-color: #006994;
    border: 2px solid #006994;
}
.form-horizontal .form-login{
    color: #909090;
    font-size: 14px;
    margin: 10px 0;
    display: inline-block;
    float: right;
}
.form-horizontal .form-login a{ color: #006994; }
.form-horizontal .form-login a:hover{ text-decoration: underline; }
.form-horizontal .form-footer{
    background-color: #ed5b8b;
    text-align: center;
    padding: 20px 25px 25px;
}
.form-horizontal .form-footer:before{
    content: 'Follow us on';
    color: #ed5b8b;
    background-color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 31px;
    height: 35px;
    width: 165px;
    margin: -35px auto 0;
    border: 3px solid #ed5b8b;
    /* border-radius: 50%; */
    display: block;
}
.form-horizontal .form-footer span{
    color: #fff;
    font-size: 17px;
    margin: 0 0 15px 0;
    display: block;
}
.form-horizontal .social{
    padding: 0;
    margin: 0;
    list-style: none;
}
.form-horizontal .social li{
    display: inline-block;
    margin: 0 3px;
}
.form-horizontal .social a{
    color: #ed5b8b;
    background-color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 36px;
    height: 40px;
    width: 40px;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: all 0.5s;
}
.form-horizontal .social a:hover{
    color: #fff;
    background-color: #006994;
    border-color: #fff;
	text-decoration:none;
}
@media screen and (max-width:576px) {
    .form-horizontal .form-group .btn,
    .form-horizontal .form-group .form-login{
        text-align: center;
        display: block;
        float: none;
        margin: 0 auto 15px;
    }
}

/***********************************************************************************
Footer Section
***********************************************************************************/

.footer{
	/* background:#d33e6e; */
	background:#82b4d3;
	padding:50px 0 0 0;
}
.foot-profile{}
.foot-profile h1{
	font-size:28px;
	font-family: 'Oswald', sans-serif;
	color:#fff;
	letter-spacing:1.5px;
	padding-bottom:10px;
}
.foot-profile p{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	text-align:justify;
	color:#fff;
	line-height:28px;
}
.foot-profile a{
	font-size:15px;
	color:#fff;
	background:#006994;
	padding:5px 15px;
}
.foot-profile a:hover{
	color:#fff;
}

/* Second */

.foot-service{
	border-left:1px solid #6f9db9;
	border-right:1px solid #6f9db9;
	/* display:inline-block; */
}
.foot-service h1{
	font-size:28px;
	font-family: 'Oswald', sans-serif;
	color:#fff;
	letter-spacing:1.5px;
	text-align:center;
	padding-bottom:10px;
	border-bottom:1px dotted #6f9db9;
}
.foot-service ul{margin:0 auto;text-align:center;}
.foot-service ul li{
	display:inline-block;
	padding:7px 10px;
	margin:0 auto;
	
}
.foot-service ul li a{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	letter-spacing:.5px;
	color:#fff;
	
}
.foot-service ul li a:hover{
	letter-spacing:1.0px;
	transition:0.5s;
	text-decoration:none;
	color:#006994;
}
.foot-service ul li a i{}

/* Contact */

.foot-cnt{}
.foot-cnt li a{color:#282828!important;}
.foot-cnt li{
	background:#e8e8e8;
	color:#282828;
	/* font-size:14px!important; */
	padding:7px 14px!important;
}
.foot-cnt li:hover{
	background:#006994;
	transition:0.5s;
	color:#fff;
}
.foot-cnt li:hover a{
	color:#fff!important;
}
/* Third */

.quick-link{}
.quick-link h1{
	font-size:28px;
	font-family: 'Oswald', sans-serif;
	color:#fff;
	letter-spacing:1.5px;
	text-align:left;
	padding-bottom:10px;
}
.quick-link ul{}
.quick-link ul li{
	padding:5px 0;
}
.quick-link ul li a{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	letter-spacing:1px;
	color:#fff;
}
.quick-link ul li a:hover{
	letter-spacing:2.0px;
	transition:0.5s;
	text-decoration:none;
	color:#006994;
}
.quick-link ul li a i{}

/* Copyright */

.copyright{text-align:center;width:100%;padding:15px 0 20px 0;}
.copyright p{
	font-size:14px;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1.5px;
	margin:0px;
}
.copyright p .copyright-img img{width:18px;}

/***************************************************************************************
Header Title Design
***************************************************************************************/

.header-det{
	background:#006994;
	padding:20px 0;
}
.header-title{}
.header-title h1{
	font-size:36px;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	letter-spacing:2px;
}
.header-title ul{padding-top:10px;margin:0px;}
.header-title ul li{
	display:inline-block;
	color:#fff;
	padding-right:10px;
	font-family: 'Roboto', sans-serif;
	margin:0px;
}
.header-title ul li a{
	color:#ed5b8a;
	padding-right:10px;
	font-weight:600;
}

/**************************************************************************************
About Us Page
**************************************************************************************/

.about-sec{padding-bottom:50px;}
.about-sec .dr-details h1 span,
.about-sec .dr-details h2{
	color:#ed5b8a;
}
.about-sec .dr-details h3{
	font-size:20px;
	color:#282828;
	font-family: 'Oswald', sans-serif;
	letter-spacing:2px;
	padding-left:20px;
	padding-top:10px;
	margin:0px;
}
.about-sec .dr-details p{
	text-align:justify;
	font-family: 'Roboto', sans-serif;
	line-height:28px;
}

/***************************************************************************************
Contact Section
***************************************************************************************/

.contact-sec{
	padding:50px 0;
}

/***************************************************************************************
Service Section
***************************************************************************************/

.panchakarma{padding:50px 0;}
.panchakarma-head{padding-bottom:30px;}
.panchakarma-head h1{
	font-size:36px;
	color:#d7547e;
	font-family: 'Oswald', sans-serif;
	letter-spacing:2px;
	padding-bottom:10px;
}
.panchakarma-head h2{
	font-size:18px;
	color:#006994;
	font-family: 'Roboto', sans-serif;
}
.panchakarma-head p{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#282828;
	text-align:justify;
}
.serv-img1{padding-top:50px;}
.serv-img1 img{width:100%;}
.serv-img img{width:100%;}
.panchakarma-prof{}
.panchakarma-prof img{
	width:100%;
	border:2px solid #f1f1f1;
	padding:10px;
	border-radius:10px;
}
.frt{padding-top:50px;}
.panchakarma-list{background:#f1f1f1;padding:25px 15px;width:100%;display:inline-block;height:100%;}
.panchakarma-list h1{
	font-size:22px;
	/* color:#d7547e; */
	color:#006994;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1px;
	padding-bottom:10px;
	text-transform:capitalize;
}
.panchakarma-list p{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#282828;
}
.panchakarma-list h2{
	font-size:18px;
	color:#d7547e;
	/* color:#006994; */
	font-family: 'Oswald', sans-serif;
	letter-spacing:1px;
	padding-bottom:0px;
	text-transform:capitalize;
}
.panchakarma-list ul{}
.panchakarma-list ul li, .panchakarma-head ul li{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#282828;
	position:relative;
	padding:4px 0 5px 25px;
}
.panchakarma-list ul li i, .panchakarma-head ul li i{
	position:absolute;
	left:0px;
	top:7px;
	color:#006994;
}

/************************************************************************************
Sidebar services
************************************************************************************/

.sidebar{}
.sidebar h1{
	font-size:26px;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	/* background:#d7547e; */
	background:#303030;
	padding:12px 10px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:2px;
}
.sidebar ul{}
.sidebar ul li{width:100%;}
.sidebar ul li a{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#fff;
	background:#006994;
	padding:10px 15px;
	width:100%;
	display:inline-block;
	border-bottom:1px solid #055576;
}
.sidebar ul li a.active,
.sidebar ul li a:hover{
	background:#d7547e;
	text-decoration:none;
	letter-spacing:1px;
	padding-left:20px;
	transition:0.5s;
}
.sidebar ul li a i{
	float:right;
	line-height:24px;
}

.sidebar-form .heading1{
	font-size:26px;
	font-family: 'Roboto', sans-serif;
	padding:5px 10px;
	text-align:center;
	color:#fff;
	background:#006994;
	margin-bottom:45px;
}
.sidebar-form .form-group,
.sidebar-form .form-terms{
	width:92%;
}

/************************************************************************
Testimonial Section
************************************************************************/

.testimonial-inner{
	border:1px solid #f1f1f1;
	padding:20px 10px;
}
.testimonial-inner h1{
	font-size:26px;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1px;
	color:#006994;
	border-bottom:1px solid #f1f1f1;
	padding-bottom:20px;
}
.testimonial-inner p{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#282828;
	text-align:center;
	line-height:28px;
}
.testimonial-inner p i{
	color:#bbbbbb;
	font-size:26px;
}


/**********************************************************************
Whatsapp Sticky
**********************************************************************/

.whatsapp .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.whatsapp .my-float{
	margin-top:16px;
}