*{
    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;   
}

/****************************************************************
Sticky Whatsapp
****************************************************************/

.whatsapp .float{
	position:fixed;
	width:60px;
	height:60px;
	top:105px;
	right:10px;
	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;
}

/****************************************************************
Header Logo
****************************************************************/

.header-top{
    background: #f9f9f9;
    padding: 15px 10px 10px 10px;
}
.logo img {
    max-width:100%;
}

/* HeaderMiddle Section */

.headermiddle{}

.headermiddle .first-desription{width:50%;float:left;padding:0 15px;}
.headermiddle .first-desription h1 i{
	color:#ed5b8a;
	/* color:#58588c; */
}
.headermiddle .first-desription h1{
	font-size:16px;
	font-family: 'Oswald', sans-serif;
	color:#282828;
	letter-spacing:1.5px;
}
.headermiddle .first-desription p{
	font-size:14px;
	color:#686868;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	text-align:justify;
	/* letter-spacing:1px; */
}

/* Button */

.call-appoint ul {
    text-align: center;
    padding: 0px 0px 0 0px;
	margin:0px;
}
.call-appoint ul li {
    font: 600 16px/20px 'Montserrat', sans-serif;
    color: #fff;
    /* display: inline-block; */
    text-transform: capitalize;
    /* margin: 25px 15px 0px 0px; */
    padding: 7px 10px;
    border: 1px solid #f1f1f1;
    background: #ed5b8a;
	margin-top:3px;
}
.call-appoint ul li:hover {
	background:#d82d64;
	transition:0.5s;
}
.call-appoint ul li a {
    color: #fff;
}
.call-appoint ul li:hover a{
	text-decoration:none;
}
.call-appoint ul li img {
    margin: 0px 8px 0px 0px;
}
.call-appoint ul li:hover img{
	transform:translateX(-7px);
	transition:0.45s;
}


/****************************************************************************************
Banner Section
****************************************************************************************/


.carousel-control-next, .carousel-control-prev{
	width:5%!important;
	opacity:1!important;
}

.carousel-control-next-icon{
	background:#2e2d71 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:#006994!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:#2e2d71 no-repeat center center!important;
	width:60px!important;
	height:40px!important;
	border-radius:5px;
	position:relative;
}
.carousel-control-prev-icon:hover{
	background:#ed5b8a!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;
}
.eye-care{
	background: url(../img/banner.jpg) no-repeat; 
	background-size:100% 100%;
	width:100%;
	padding:50px 0;
}
/* .eye-care img{width:100%;} */

.eye-bann-appointment{}
.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;
}


/*****************************************************************************
About Home Page Section
*****************************************************************************/

.about-home{padding:50px 0;}
/* .about-profile{padding:0 30px;} */
.about-profile img{width:100%;border-radius:50%;border:10px solid #ed5b8a;}


.about-home .about-profile {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 1
}

/* .about-home .about-profile:before { */
    /* position: absolute; */
    /* content: ''; */
    /* width: 100%; */
    /* height: 100%; */
    /* top: 0; */
    /* left: 0; */
    /* background-color: #d94574; */
    /* z-index: -1; */
    /* -webkit-animation: border-transform-default-two 10s linear infinite alternate forwards; */
    /* animation: border-transform-default-two 10s linear infinite alternate forwards */
/* } */

.about-home .about-profile img {
    -webkit-animation: border-transform-default 10s linear infinite alternate forwards;
    animation: border-transform-default 10s linear infinite alternate forwards;
}

@-webkit-keyframes border-transform-default {

    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%
    }
}


.about-discription{}
.about-discription h1{
	font-size:28px;
	font-family:Monotype Corsiva;
	color:#59588d;
	margin:0px;
	padding-bottom:5px;
}
.about-discription h2{
	color:#ed5b8a;
	font: 800 50px/55px 'Montserrat', sans-serif;
    display: block;
	margin:0px;
}
.about-discription h3{
	font: 600 24px/28px 'Montserrat', sans-serif;
    color: #282828;
    padding: 10px 0px 8px 0px;
    position: relative;
	text-transform:capitalize;
}
.about-discription h3:after{
	position: absolute;
    content: '';
    border-bottom:1px dotted #dc3c70;
    width: 379px;
    height: 2px;
    left: 0px;
    bottom: 0px;
}
.about-discription h4{
	font-size:28px;
	font-family:Monotype Corsiva;
	color:#59588d;
	margin:0px;
	padding-top:10px;
	padding-bottom:5px;
}
.about-discription p{
	font: 400 16px/30px 'Roboto', sans-serif;
	
}
.about-discription {}
.dr-more a {
    display: inline-block;
    background: #ed5b8a;
    padding: 12px 22px 12px 17px;
    color: #fff;
}
.dr-more a:hover{
	background:#006994;
	color:#fff;
	text-decoration:none;
	transition:0.5s;
}
.dr-more img {
    margin: -2px 10px 0px 0px;
}

/*********************************************************************************
Service Section
*********************************************************************************/
.service-in {
	/* background:#59588d; */
	background:#2e2d71;
	padding:30px 0 20px 0;
}
.serv_home_title{padding:20px 0 30px 0;text-align:center;}
.serv_home_title h1{
	font-size:36px;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	letter-spacing:2px;
	text-align:center;
	border-bottom:1px solid #4d4c6e;
	display:inline-block;
	padding-bottom:10px;
}
.reti-img{width:100%;margin-bottom:30px;}
.service-in .post-slide{
    padding:15px 15px 20px 15px;
	margin:5px;
	box-shadow: 0px 0px 2px 1px #a5a5a585;
	background:#fbfbfb;
}
.service-in .post-slide:hover{
	box-shadow: 0px 0px 4px 0px #000000b0;
	transition:0.5s;
}
.service-in .post-img{
    background: #59588d;
	padding:5px;
	border-radius:5px;
	-webkit-animation: border-transform-default1 10s linear infinite alternate forwards;
    animation: border-transform-default1 10s linear infinite alternate forwards
}
.service-in .post-img > img{
    width: 100%;
    height: 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%
    }
}

.service-in .post-slide .post-title{
    margin: 20px 0 12px 0;
    border-bottom: 1px solid  #E4E4E4;
    padding-bottom: 10px;
    position: relative;
	font-family: 'Oswald', sans-serif;
	font-size:22px;
}
.service-in .post-slide .post-title:after{
    content: "";
    border:1px solid #ed5b8a;
    display: inline-block;
    width: 35px;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.service-in .post-slide .post-title > a{
    color:#ed5b8a;
    font-weight: 700;
    text-transform: capitalize;
}
.service-in .post-slide .post-title > a:hover{
    text-decoration: none;
}
.service-in .post-slide .post-description{
    color:#555555;
    font-size: 14px;
    line-height: 22px;
	height:100px;
}
.service-in .post-slide:hover  .post-img {
    background:#ed5b8a;
    transition:0.3s ease;
}
.service-in .post-slide:hover .post-title > a{
    color:#59588d;
    transition:0.3s ease;
}
/* Button */
.dr-more1 a {
    display: inline-block;
    background: #59588d;
    padding: 5px 15px 5px 10px;
    color: #fff;
}
.dr-more1 a:hover{
	background:#ed5b8a;
	color:#fff;
	text-decoration:none;
	transition:0.5s;
}
.dr-more1 img {
    margin: -2px 10px 0px 0px;
}
/* Closed Button */

.service-in .owl-buttons{
    position: absolute;
    top: -13%;
    right: 1.5%;
}
.service-in .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;
}
.service-in .owl-theme .owl-controls .owl-buttons div:hover{
    color: #7a4b94;
    border-top: 2px solid #dc005a;
 
}
.service-in .owl-prev:after,
.service-in .owl-next:after{
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    content: "\f104";
    font-size: 20px;
}
.service-in .owl-next:after{
    content: "\f105";
}
@media screen and (max-width:767px){
    .service-in .owl-buttons {
        display: none;
    }
}
@media screen and (max-width:480px){
    .service-in .post-slide{
        padding-left: 0;
        padding-right: 0;
    }
}


/*************************************************************************************
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: 30px 0px 5px 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: #fff;
    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;
}
.testimonial .owl-theme .owl-controls{
    width: 100%;
    position: absolute;
    top: 50%;
}
.testimonial .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;
}
.testimonial .owl-theme .owl-controls .owl-buttons div:hover{
    background: #ed5b8a;
    border-color: #ed5b8a;
}
.testimonial .owl-prev,
.testimonial .owl-next{
    position: absolute;
    left: -1%;
}
.testimonial .owl-next{
    left: auto;
    right: -1%;
}
.testimonial .owl-prev:before,
.testimonial .owl-next:before{
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    color: #ececec;
}
.testimonial .owl-next:before{ content: "\f105"; }
@media only screen and (max-width: 990px){
    .testimonial .owl-theme .owl-controls,
    .testimonial .owl-prev,
    .testimonial .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 #58588c;
    display: inline-block;
    float: left;
    transition: all 0.5s;
}
.form-horizontal .btn:focus,
.form-horizontal .btn:hover{
    color: #fff;
    background-color: #58588c;
    border: 2px solid #58588c;
}
.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: 'OR';
    color: #ed5b8b;
    background-color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 31px;
    height: 35px;
    width: 35px;
    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:#f1f1f1;
	/* padding:50px 0; */
}
.footer-main{
	
}
.footer-main .foot-about{
	/* border-right:1px solid #b72554; */
	/* padding-right:20px; */
	/* padding-left:20px; */
	padding-top:30px;
	/* padding-bottom:40px; */
	/* background:#282828; */
	
}
.footer-main .foot-about h1{
	font-size:32px;
	font-family: 'Oswald', sans-serif;
	color:#ed5b8a;
	padding-bottom:10px;
	letter-spacing:1.5px;
}
.footer-main .foot-about p{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	text-align:justify;
	color:#282828;
	line-height:28px;
	margin:0px;
	padding-bottom:10px;
}
.footer-main .foot-right{background:#2e2d71;padding-bottom:15px;}
.footer-main .foot-quick{padding:30px 0px 0;border-bottom:1px solid #4b4a78;}
.footer-main .foot-service{padding:10px 0px 0;border-bottom:1px solid #4b4a78;}
.footer-main .foot-detail{padding:10px 0px 0;}

.footer-main .foot-quick h1,
.footer-main .foot-service h1,
.footer-main .foot-detail h1{
	font-size:32px;
	font-family: 'Oswald', sans-serif;
	color:#fff;
	padding-bottom:10px;
	letter-spacing:1.5px;
	text-align:center;
	margin:0px;
}
.footer-main .foot-service ul,
.footer-main .foot-quick ul,
.footer-main .foot-detail ul{
	margin:0px;
	padding:0px 20px;
	text-align:center;
}
.footer-main .foot-service ul li,
.footer-main .foot-quick ul li,
.footer-main .foot-detail ul li{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	text-align:justify;
	color:#fff;
	/* line-height:28px; */
	margin:0px;
	display:inline-block;
	border-right:1px solid #4b4a78;
	padding:0 15px;
	margin:10px 0;
}
.footer-main .foot-service ul li:last-child,
.footer-main .foot-quick ul li:last-child,
.footer-main .foot-detail ul li:last-child{
	border-right:none;
}
.footer-main .foot-service ul li a,
.footer-main .foot-quick ul li a,
.footer-main .foot-detail ul li a{
	color:#fff;
}

.copyright{
	background:#ed5b8a;
	padding:5px 20px;
	width:100%;
	text-align:center;
}
.copyright p{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#fff;
	margin:0px;
}
.comp-logo{
	padding-left:10px;
}
.comp-logo img{
	width:20px;
}

/***************************************************************************
Section Header
***************************************************************************/

.header-main{
	background:#464672;
	padding:30px 0;
}
.section-head{}
.section-head h1{
	font-size:32px;
	font-family: 'Oswald', sans-serif;
	color:#fff;
	padding-bottom:10px;
	letter-spacing:1.5px;
	/* text-align:center; */
	margin:0px;
}
.section-head ul{margin:0px;}
.section-head ul li{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#fff;
	padding-right:10px;
	margin:0px;
	display:inline-block;
}
.section-head ul li a{
	color:#fff;
	font-weight:800;
	padding-right:10px;
}


/***************************************************************************
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:#d7547e;
	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
}
.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:#2e2d71;
	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;
}

/***************************************************************************************
Header Title Design
***************************************************************************************/

.header-det{
	background:#464672;
	padding:17px 0;
}
.header-title{}
.header-title h1{
	font-size:36px;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	letter-spacing:2px;
	margin:0px;
}
.header-title ul{padding-top:5px;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:#fff;
	padding-right:10px;
	font-weight:600;
}
/************************************************************************************
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:#2e2d71;
	padding:10px 15px;
	width:100%;
	display:inline-block;
	border-bottom:1px solid #474772;
}
.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:hover i{
	transform:translateX(7px);
	transition:0.45s;
}
.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%;
}

/***************************************************************************************
Service Section
***************************************************************************************/

.panchakarma{padding:50px 0;}
.panchakarma-head{padding-bottom:30px;}


.panchakarma-head h1{
	font-size:36px;
	color:#58588c;
	font-family: 'Oswald', sans-serif;
	letter-spacing:2px;
	padding-bottom:10px;
}
.panchakarma-head h2{
	font-size:18px;
	color:#d7547e;
	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:10px;}
.serv-img1 img{
	width:100%;
	border:4px solid #58588c;
	border-radius:4px;
	/* -webkit-animation: border-transform-default1 10s linear infinite alternate forwards; */
    /* animation: border-transform-default1 10s linear infinite alternate forwards; */
}
.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-head ul{margin:0px;} */
.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:#d7547e;
}


.cvs-img{
	padding-top:40px;
	
}
.cvs-img img{
	width:100%;
	/* border:4px solid #ed5b8a; */
	/* -webkit-animation: border-transform-default1 10s linear infinite alternate forwards; */
    /* animation: border-transform-default1 10s linear infinite alternate forwards; */
}

/****************************************************************************
Media Section
****************************************************************************/

.media{padding:50px 0;}

.media .btn:focus, .media .btn:active, .media button:focus, .media button:active {
  outline: none !important;
  box-shadow: none !important;
}

.media #image-gallery .modal-footer{
  display: block;
}

.media .thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}

/******************************************************************************
Home Page image Popup Slider Section
******************************************************************************/

.media_popup{
	padding:20px 0 30px 0;
}
.gall_home_title{padding:20px 0 20px 0;text-align:center;width:100%;}
.gall_home_title h1{
	font-size:36px;
	color:#ed5b8a;
	font-family: 'Oswald', sans-serif;
	letter-spacing:2px;
	text-align:center;
	border-bottom:1px solid #f1f1f1;
	display:inline-block;
	padding-bottom:10px;
}
.media_popup .testimonial{}
.media_popup .gallery_main img{
	width:100%;
}
.media_popup .post-slide{padding:0 5px;}
.gallery_btn {
    margin: 0px auto;
    text-align: center;
}
.gallery_btn ul li {
    font: 400 16px/24px 'Roboto', sans-serif;
	/* letter-spacing:1px; */
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 0px 0px;
	width:100%;
	
}
.gallery_btn ul li a {
    display: block;
    background: #006994;
    padding: 12px 12px 12px 12px;
    color: #fff;
	height:100px;
}

/* Button */


.media_popup .owl-buttons{
    position: absolute;
    top: -25%;
    right: 1.5%;
}
.media_popup .owl-theme .owl-controls .owl-buttons div{
    border-radius: 0;
    margin: 0 0 0 3px;
    padding: 5px 12px;
    opacity: 1;
    color: #FFF;
    background: #ed5b8a;
    border-top: 2px solid transparent;
    transition: all 0.3s ease 0s;
}
.media_popup .owl-theme .owl-controls .owl-buttons div:hover{
    color: #7a4b94;
    border-top: 2px solid #dc005a;
 
}
.media_popup .owl-prev:after,
.media_popup .owl-next:after{
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    content: "\f104";
    font-size: 20px;
}
.media_popup .owl-next:after{
    content: "\f105";
}
@media screen and (max-width:767px){
    .media_popup .owl-buttons {
        display: none;
    }
}
@media screen and (max-width:480px){
    .media_popup .post-slide{
        padding-left: 0;
        padding-right: 0;
    }
}
