*{
    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: 'Poppins', sans-serif !important; }
img { border: none }
ul{
    list-style: none;
}
i{
    font-weight: 400;
}
button:focus{
    outline: none!important;
}
a { 
    text-decoration: none !important;
}
p, h1, h2, h3, h4, h5{
    margin: 0; padding: 0;   
}

.pad-2{padding-left:20px;}
.pad-3{padding-left:30px;}
.pad-4{padding-left:40px;}
.pad-5{padding-left:50px;}
.pad-6{padding-left:60px;}
.pad-7{padding-left:70px;}
.pad-8{padding-left:80px;}
.pad-9{padding-left:90px;}
.pad-10{padding-left:100px;}

/**************************************************************************************
Header color Move
**************************************************************************************/

.img-menu {
    background: url(../img/top-border.html) repeat-x bottom;
    animation: lab_round 40s linear infinite;
    width: 100%;
    height: 8px;
    /* left: 42%; */
    margin-top: -3px;
}
@keyframes lab_round {
 0% { background-position: 0% 50%; }
  
  100% { background-position: 100% 50%; }
  }
  
/***********************************************************************************
Second Header 
***********************************************************************************/

.headertop{
    background: #952b9c;
    padding: 3px 0;
}

/* Social */
.social-head{
	display:inline-block;
     position: fixed;
    z-index: 9999;
    right: 5px;
    top: 6px;
}
.social-head ul{
	margin:0px;
}
.social-head ul li img{
    width: 29px;
}
/*.social-head ul li{
	width: 28px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    border: 1px solid transparent;
	margin-right:5px;
	border-radius:50%;
    background: #158dea;
}*/
/*.social-head ul .fb{
	background:#496fa4;
}
.social-head ul .twitt{
	background:#1cb7eb;
}
.social-head ul .you{
	background:#cb272d;
}
.social-head ul li i{
	color:#fff;
}*/

/* Contact header */
.contact-head1 ul{
    margin-bottom: 4px;
}
.contact-head1 ul li{
    float: left;
    padding:  0 40px;
    position: relative;
    padding-left: 25px;
    color: #fff;
}
.contact-head1 ul li i{
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 4px;
    color: #fff;
}
.contact-head1 ul li a{
    font-size: 15px;
    color: #fff;
}
.contact-head1 ul li a:hover{
    color: #f388b5;
}
.contact-head{
	display:inline-block;
    margin: 0px 0 0;
    float: right;
}
.contact-head ul{
	margin:16px 0 0;
}
.contact-head ul li{
	display:inline-block;
    margin: 0px 10px;
    position: relative;
    padding-left: 55px;
}
.contact-head ul li a{
	color: #363636;
	font-size: 16px;
    font-weight: 500;
	font-family: 'Poppins', sans-serif;
    line-height: 28px;
	letter-spacing:0.4px;
}
.contact-head ul li a:hover{
    color: #df5692;
}
.contact-head ul li i{
	margin-right: 10px;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #dd2b55;
	background:#dd2b55;
    transition: 0.5s ease;
    position: absolute;
    left: 0;
	top:10px;
}

.contact-head ul li:hover i{
   background: #ec5491; 
   color: #ffffff;
    border: 1px solid #ec5491;
}
/* Book Appoinmet */
.topright{
    float: right;
   
}
.bookappointment{
	padding-top:3px;
}
.bookappointment a{
	border: 1px solid rgba(255, 255, 255, 0.2);
    /* background: rgba(0, 0, 0, 0.1); */
    background: rgb(240 2 139);
	font-size:15px;
	letter-spacing:1.0px;
	color:rgba(255, 255, 255, 0.85);
	padding:5px 20px;
	border-radius:20px;
}
.bookappointment a i{
	/* color:rgba(255, 255, 255, 0.75); */
	color:#fff;
	font-size:16px;
	padding-right:15px;
}
.bookappointment a:hover i{
	color:#f06313;
}
.bookappointment a:hover{
	border-color:#fff;
	background:#fff;
	color:#f06313;
	transition:0.3s;
}
.bookappointment a i button{

}

/*****************************************************************************
Logo Section
*****************************************************************************/

.headerbottom{
	padding: 15px 0px;
	background:url(../img/header_bg.png);
	/* background-size:100% 100%; */
/*	background:#f1f1f1;*/
	margin:0px;
}
.logo{
/*    padding:20px 0 0 0;*/
}
.logo img {
   width:100%;
/*    padding-right: 18%;*/
}

.logo1{
    background: #fff;
    padding: 4px 22px;
    margin: 25px 40px;
    border-radius: 10px;

}
.logo1 img {
    width:100%;
}

/* Addres Baby Section */
/* .preg-img img{width:250px;} */

.addres-prof{}
.addres-prof img{width:100%;}

.social-call ul{
    margin-bottom: 0;
}
.social-call ul li {
	
}
.social-call ul li a{
	margin:0px;
	padding:0px;
	color:#4e424f;
    font-weight: 600;
    text-transform: uppercase;
	color: #df5692;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    padding: 6px 20px;
    background: #fff;
   /* border: 1px solid #df5692;*/
    border-radius: 30px;
	display:block;
    transition: 0.5s;
}
.social-call ul li a:hover{
    background:#fff;
/*    border: 1px solid #df5692;*/
    text-decoration:none;
    color: #f87eb4;
}

.social-call ul li a i {
    margin-left: 5px;
    font-size: 14px;
}



/****************************************************************************************
Banner Section
****************************************************************************************/


.carousel-control-next, .carousel-control-prev{
	width:5%!important;
	opacity:1!important;
}

.carousel-control-next-icon{
	background:#00579c 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:40px!important;
	height:40px!important;
	border-radius:5px;
	position:relative;
    line-height: 40px;
}
.carousel-control-next-icon:hover{
	background: #ec5491 !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:20px;
}
.carousel-control-prev-icon{
	background:#00579c no-repeat center center!important;
	width:40px!important;
	height:40px!important;
	border-radius:5px;
	position:relative;
    line-height: 40px
}
.carousel-control-prev-icon:hover{
	background: #ec5491 !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:20px;
}

.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: 'Poppins', 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: 'Poppins', 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 Home Page Section
*****************************************************************************/

.about-home{
	padding: 50px 0;
	/* background:url(../img/about-bg.jpg) no-repeat; */
	/* background-size:100% 100%; */
	/* background:#fcf6fa; */
	background:#fff;
}
/* .about-profile{padding:0 30px;} */
.about-profile img{
    width:100%;
    border-radius: 10px;
   border:5px solid #e6e6e6;
}


.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: #df5692; */
    /* 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%
    }
}

.abt-data{
    /*background: url(../img/abt-bg.jpg) center no-repeat;
    background-size: cover;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 15px #ddd;
    height: 600px;*/
    margin-top: 100px;
}
.about-discription{}
.about-discription h1{
	font-size:28px;
	font-family: 'Poppins', sans-serif;
	color:#dc3c70;
	margin:0px;
	padding-bottom:5px;
}
.about-discription h2{
	color:#dd2b55;
	font-size: 40px ;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    /* line-height: 55px; */
    display: block;
	margin:0px;
	padding-bottom:10px;
}
.about-discription h3{
	font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #424141;
    padding: 0px 0px 0px 0px;
	text-transform:capitalize;
	margin:0px;
}
.about-discription h4{
	font-family: 'Poppins', sans-serif;
    color: #282828;
    padding: 10px 0px 8px 0px;
/*    position: relative;*/
	text-transform:capitalize;
}
.border1{
    font: 600 24px/28px 'Poppins';
    color: #282828;
    padding: 3px 0px 8px 0px !important;
    position: relative;
    text-transform:capitalize;
}
.border1:after{
	position: absolute;
    content: '';
    border-bottom:1px dotted #dc3c70;
    width: 379px;
    height: 2px;
    left: 0px;
    bottom: 0px;
}
.about-discription p{
	font-size: 15px;
    font-family: 'Poppins', sans-serif;
    line-height: 27px;
    font-weight: 400;
	text-align:justify;
    margin-bottom: 5px;
}
.about-discription {
/*    padding-top:20px;*/
}
.dr-more .frt-btn {
    display: inline-block;
    background: #dd2b55;
    padding: 6px 15px;
    color: #fff;
	border-radius: 3px;
    margin-top: 10px;
}
.dr-more .frt-btn i{
    font-size: 14px;
}
.dr-more .sec-btn1 {
    display: inline-block;
    background: #df5692;
    padding: 8px 25px 8px 20px;
    color: #fff;
	/* border-radius:25px; */
}
.dr-more .sec-btn {
    display: inline-block;
    background: #196591;
    padding: 8px 25px;
    color: #fff;
}
.dr-more .frt-btn:hover{
	/* background: linear-gradient(200deg,#f180af,#f180af,#952b9c,#952b9c); */
	background: #f180af;
	color:#fff;
	transition:0.5s;
}
.dr-more .sec-btn1:hover{
	background:#f180af;
	color:#fff;
	text-decoration:none;
	transition:0.5s;
}
.dr-more .sec-btn:hover{
	background:#ed5b8a;
	color:#fff;
	text-decoration:none;
	transition:0.5s;
}
.dr-more img {
    margin: -2px 10px 0px 0px;
}



/*********************************************************************************
Service Section
*********************************************************************************/
.service-in {
	/* background:#186486; */
	/* background:#f1f1f1; */
	padding: 50px 0;
    overflow: hidden;
}
.serv_home_title{padding:20px 0 30px 0;text-align:center;}
.serv_home_title h1{
	font-size:42px;
    font-weight: 700;
	color:#d44081;
	font-family: 'Poppins', sans-serif;
	letter-spacing:2px;
	text-align:center;
	border-bottom:1px solid #ef618e;
	display:inline-block;
	padding-bottom:10px;
}
.service-in .post-slide{
    padding: 20px 15px;
	margin:15px 0;
/*	box-shadow: 0px 0px 2px 1px #a5a5a585;*/
	background:#f3ebf7;
    /* background: url(../img/service-bg.jpg) center no-repeat; */
    background-size: cover;
}
.service-in .post-slide:hover{
	box-shadow: 0px 0px 4px 0px #000000b0;
	transition:0.5s;
/*    background: #2f71ab;*/
}
.service-in .post-img{
/*    background: #f1f1f1;*/
/*	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;
    /*border: 2px solid #df5692;*/
/*	-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: 16px 0 12px 0;
/*    border-bottom: 1px solid  #E4E4E4;*/
    padding-bottom: 10px;
    position: relative;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
}
.service-in .post-slide .post-title:after{
    content: "";
    border:1px solid #ec5491;
    display: inline-block;
    width: 35px;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.service-in .post-slide .post-title > a{
    color:#4a4a4a;
    font-weight: 700;
    text-transform: capitalize;
}
.service-in .post-slide .post-title > a:hover{
    text-decoration: none;
}
.service-in .post-slide .post-description{
    color: #292828;
    font-size: 14px;
    line-height: 22px;
	/* text-align:justify; */
}
/* .service-in .post-slide:hover  .post-img { */
    /* background:#006994; */
    /* transition:0.3s ease; */
/* } */
.service-in .post-slide:hover .post-title > a{
    color:#ed5b8a;
    transition:0.3s ease;
}
/* Button */
.dr-more1 a {
    display: inline-block;
    /* background: #952b9c; */
    padding: 6px 15px;
/*    border: 1px solid #df5692;*/
    color: #252525;
	border-radius: 3px;
}
.dr-more1 a:hover{
	/* background: linear-gradient(200deg,#ec5491,#ec5491,#1294d2b0,#1294d2); */
   background: #ec5491;
/*    border: 1px solid #df5692;*/
	color:#fff;
	text-decoration:none;
	transition:0.5s;
}
.dr-more1 i{
    font-size: 14px;
    margin-left: 4px;
}

/* 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: 6px 15px;
    opacity: 1;
    color: #c45e88;
    background: #ffbbd7;
    transition: all 0.3s ease 0s;
    border-radius: 10px;
}
.service-in .owl-theme .owl-controls .owl-buttons div:hover{
    color: #fff;
    background: linear-gradient(200deg,#de568e,#e87ba7,#1c9cd985,#62a6e1);
 
}
.service-in .owl-theme .owl-controls .owl-buttons .owl-prev{
    position: relative;
}
.service-in .owl-theme .owl-controls .owl-buttons .owl-prev:before{
    content:'';
    position: absolute;
    left: 55px;
/*    top: 90%;*/
}
.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;
    }
}


/***********************************************************************************
 Blog
***********************************************************************************/

.blog-main{
	background:#2f71ab;
	padding:50px 0;
}
.blog_home_title{padding:20px 0 30px 0;text-align:center;}
.blog_home_title h1{
	font-size:36px;
	color:#fff;
	/* color:#186486; */
	font-family: 'Poppins', sans-serif;
	letter-spacing:2px;
	text-align:center;
	border-bottom:1px solid #ef618e;
	display:inline-block;
	padding-bottom:10px;
}

.blog{
	background:#fff;
	border-radius:15px 15px 0 0;
}
.blog img{width:100%;border-radius:15px 15px 0 0;}
.blog .blog-inner{padding:15px;height:220px;position:relative;}
.blog .blog-inner h1{
	font-size:24px;
	color:#df5692;
	font-family: 'Poppins', sans-serif;
	letter-spacing:1px;
	border-bottom:1px dotted #4a4a4a;
	padding-bottom:7px;
	padding-top:7px;
}
.blog .blog-inner p{
	font-size:16px;
	color:#4a4a4a;
	font-family: 'Poppins', sans-serif;
	letter-spacing:1px;
	text-align:justify;
}

.blog-more{
	/* border-top:1px solid #4a4a4a; */
	position:absolute;
	right:10px;
	bottom:10px;
}
.blog-more a{
	background:#df5692;
	padding:5px 10px;
	font-size:16px;
	color:#fff;
	border-radius:3px;
}
.blog-more a:hover{
	background:#196591;
	transition:0.5s;
	color:#fff;
	text-decoration:none;
}
.blog-more a img{width:15px;margin-top:-4px;margin-right:7px;}


/* Inner Page Section */

.blog_main_inner{background:#f1f1f1;padding:50px 0;}
.blog_main_inner .blog_home_title h1{color:#106d8d!important;}

/* Non-Stress */

.non_stress{padding:50px 0;}

.strss_discription{
	
}
.strss_prof{padding:0 0px;margin-bottom:30px;}
.strss_prof img{width:100%;border:3px solid #f1f1f1;border-radius:20px;padding:5px;}
.strss_discription h1{
	font-size:32px;
	color:#156b8a;
	font-family: 'Poppins', sans-serif;
	letter-spacing:1px;
	/* border-bottom:1px dotted #4a4a4a; */
	padding-bottom:5px;
	
}
.strss_discription h2{
	font-size:16px;
	color:#4a4a4a;
	font-weight:400;
	font-family: 'Poppins', sans-serif;
	letter-spacing:1px;
	padding-bottom:15px;
	/* border-bottom:1px solid #f1f1f1; */
}
.strss_discription h2 i{
	padding-right:10px;
}

.strss_discription h3{
	font-size:22px;
	color:#156b8a;
	font-weight:500;
	font-family: 'Poppins', sans-serif;
	letter-spacing:1px;
	padding-bottom:5px;
	/* border-bottom:1px solid #f1f1f1; */
	margin:15px 0 0 0;
}
.strss_discription p{
	font-size:16px;
	color:#4a4a4a;
	font-family: 'Poppins', sans-serif;
	/* letter-spacing:1px; */
	text-align:justify;
}
.strss_discription ul li{
	font-size:16px;
	color:#4a4a4a;
	font-family: 'Poppins', sans-serif;
	/* letter-spacing:1px; */
	text-align:justify;
	position:relative;
	padding-left:25px;
	margin-top:10px;
}
.strss_discription ul li i{
	color:#df5692;
	position:absolute;
	left:0px;
	top:4px;
}


/* Blog Sidebar Section */


/***********************************************************************************
 Header Title All page 
***********************************************************************************/

.head-title{
	padding: 50px 0;
    background: url(../img/inner-page-bg.jpg) center no-repeat;
    background-size: cover;
}

.head-inner{
	text-align:center;
	margin:0 auto;
}
.head-inner h1{
	font-size: 36px;
    font-weight: 600;
	color:#fff;
	margin:0px;
	padding-bottom: 10px;
}
.head-inner ul{
	margin:0px;
}
.head-inner ul li{
	font-size: 16px;
	color:#fff;
	font-family: 'Poppins';
	padding-right: 5px;
	display:inline-block;
	letter-spacing:1px;
}
.head-inner ul li a{
	color:#fff;
	padding-right:10px;
}
.head-inner ul li a:hover{
    color: #ec5491;
}
/***********************************************************************************
 FAQ'S
***********************************************************************************/



.faq{
	/* background:#196591; */
	padding:50px 0;
	background:url(../img/faq-bg.jpg) no-repeat;
	background-size:100% 100%;
}

.faq_home_title{
	padding:20px 0 30px 0;
	text-align:center;
}
.faq_home_title h1{
	font-size:36px;
	color:#196591;
	/* color:#186486; */
	font-family: 'Poppins', sans-serif;
	letter-spacing:2px;
	text-align:center;
	border-bottom:1px solid #ef618e;
	display:inline-block;
	padding-bottom:10px;
}


/* FAQ's Tab */


#accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow :none;
    margin-bottom: 10px;
    position: relative;
}
#accordion .panel-heading{
    padding: 0;
    position: relative;
}
#accordion .panel-heading:before{
    content: "";
    width: 40px;
    height: 100%;
    background: #eb65a0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#accordion .panel-title a{
    display: block;
    padding: 10px 30px 10px 60px;
    background: #f5f5f5;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #2e2e2e;
    overflow: hidden;
    position: relative;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before,
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    color: #fff;
    position: absolute;
    top: 13px;
    left: 13px;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
    content: "\f067";
    transform: translateY(50px);
}
#accordion .panel-title a.collapsed:before{ transform: translateY(-50px); }
#accordion .panel-title a.collapsed:after{ transform: translateY(0); }
#accordion .panel-body{
    padding: 10px 30px 10px 60px;
    background: #f5f5f5;
    border-top: none;
    font-size: 15px;
    color: #363636;
    letter-spacing: 1px;
    line-height: 28px;
    position: relative;
}
#accordion .panel-body:before{
    content: "";
    display: block;
    width: 40px;
    height: 100%;
    background: rgba(0,0,0,0.05);
    position: absolute;
    top: 0;
    left: 0;
}


/* Contact Form Home Page */

.main{
 	/* padding: 40px 0; */
}
.main input,
.main input::-webkit-input-placeholder {
    font-size: 11px;
    padding-top: 3px;
}
.main-center{
    padding: 30px 35px;
	background:#ffebf3a3;
    color: #FFF;
    text-shadow: none;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);

}
span.input-group-addon i {
    color: #fff;
    font-size: 17px;
}
.main-center h5{
	padding-bottom:20px;
	font-size:28px;
	font-family: 'Poppins', sans-serif;
    color: #000;
    font-weight: 600;
}
.input-group input{
	font-size: 16px!important;
	padding: 10px;
	margin: 8px 0;
    border-radius: 0;
}
.input-group input::placeholder{
	font-size:14px!important;
}
.input-group textarea{
    font-size:16px!important;
    height: 110px;
    border-radius: 0;
}
.input-group select{
    font-size:14px!important;
    padding:10px;
    margin:10px 0;
    width: 100%;
    color: #495057;
    font-size: 14px;
    border: 1px solid #ced4da;
}
.form-btn{
	background:#800080;
	padding:10px 25px;
	border-radius: 3px;
	display:inline-block;
    margin-top: 10px;
}
.form-btn:hover{
    background: linear-gradient(200deg,#ec5491,#ec5491,#1294d2b0,#1294d2);
    color: #fff;
}
.form-btn:hover .frm-main-btn{
    color: #fff;
}
.form-btn .frm-main-btn{
	border:none;
	background:none;
	color:#fff;
	font-size:16px;
	font-family: 'Poppins', sans-serif;
	cursor:pointer;
}
.form-btn i{
	padding-left: 5px;
}



/********************************************************************************
Footer Section
********************************************************************************/
.map1{
    margin: 10px 0;
}
.footer{
	background-color:#f5e1e6;
	background:url(../img/header_bg.png);
	/* background:#dd2b55; */
	 padding: 50px 50px 0px; 
     border-top: 5px solid #2a2a2a;
}
.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: 'Poppins', sans-serif;
	color:#d53166;
	padding-bottom:10px;
	letter-spacing:1.5px;
}
.footer-main .foot-about p{
	font-size:16px;
	font-family: 'Poppins', sans-serif;
	text-align:justify;
	color:#282828;
	line-height:28px;
	margin:0px;
	padding-bottom:10px;
}
.footer-main .foot-right{background:#2f71ab;padding-bottom:15px;}
.footer-main .foot-quick{
/*    padding:30px 0px 0;*/
/*    border-bottom:1px solid #1b5171;*/
}
.foot-quick ul li{
    float: left;
}
.foot-quick ul li{
    padding: 10px !important;
    border-right: 1px solid #ddd;
    line-height: 0px;
}
.footer-main .foot-service{
/*    padding:10px 5px 0;*/
/*    border-bottom:1px solid #1b5171;*/
}
.footer-main .foot-detail{
/*    padding:10px 0px 0;*/
}
.foot-detail1 h1{
    text-align: center !important;
}
.foot1 ul li{
    /* text-align: center; */
    padding: 5px 40px 5px 25px !important;
    /* float: left; */
}
.footer-main .foot-quick h1,
.footer-main .foot-service h1,
.footer-main .foot-detail h1{
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	color:#36393a;
	padding-bottom: 16px;
    font-weight: 500;
	margin:0px;
    text-align: left;
}
.footer-main .foot-service ul p{
	color:#282828;
	border-bottom:1px solid #fff;
	display:inline-block;
	margin:0px;
}
.footer-main .foot-service ul,
.footer-main .foot-quick ul,
.footer-main .foot-detail ul{
	margin:0px;
	padding:0px 30px;
/*	text-align:center;*/
}
.footer-main .foot-service ul li,
.footer-main .foot-quick ul li,
.footer-main .foot-detail ul li{
	font-family: 'Poppins', sans-serif;
	color:#fff;
	margin:0px;
	padding: 5px 10px;
    position: relative;
    padding-left: 25px;
/*    float: left;*/
}
.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:#444242;
    font-size: 14px;
}
.footer-main .foot-service ul li a:hover,
.footer-main .foot-quick ul li a:hover,
.footer-main .foot-detail ul li a:hover{
    color: #ec5491;
}
.footer-main .foot-service ul li i,
.footer-main .foot-quick ul li i,
.footer-main .foot-detail ul li i{
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 10px;
	color:#444242;
}
.footer-main .foot-detail ul li B{
    font-size: 14px;
    font-weight: 600;
}
.foot-detail ul li img{
	border:2px solid #ddd;
	border-radius:5px;
}
.copyright{
	background:#00579c;
	padding: 8px 0;
	width:100%;
/*	text-align:center;*/
    margin-top: 40px;
}
.copyright p a{color:#fff;}
.copyright p{
	font-size: 14px;
	font-family: 'Poppins';
	color:#fff;
	margin:0px;
}
.comp-logo{
	padding-left:10px;
}
.comp-logo img{
	width:20px;
}
.cr-left{
    text-align: left;
}
.cr-right{
    text-align: right;
}



/************************************************************************************
About Us Page
************************************************************************************/
.abt_faq{padding:50px 0;}

/************************************************************************************
Contact Us Page
************************************************************************************/

.contact-frm{padding:50px 0;}


.contact{
    padding: 60px 0 40px;
}

.contact-details{
	background:#fff;
	
}
.contact-details .contact-inner{
/*	text-align:center;*/
    padding: 32px 20px;
    margin-bottom: 20px;
    background: #ffebf3a3;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
}
.contact-details .contact-inner .cnt-icon{
	display:inline-block;
	text-align:center;
	margin:0 auto;
    float: left;
/*	-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: 20px;
	color:#fff;	
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    background: #800080;
    position: absolute;
    left: 35px;
}
.contact-details .contact-inner .cnt-data{
    position: relative;
    padding-left: 65px;
}
.contact-details .contact-inner h1{
	font-size:20px;
    font-weight: 600;
	font-family: 'Poppins', sans-serif;
	color:#800080;
	padding-bottom: 6px;
	margin:0px;
}
.contact-details .contact-inner p{
    margin-bottom: 0;
}
.contact-details .contact-inner p a{
	font-family: 'Poppins', sans-serif;
	color:#282828;
	font-size:16px;
	margin:0px;
}
.contact-details .contact-inner p a:hover{
    color: #e05593;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control{
	width:100%!important;
}
.form-group{margin-bottom:10px!important;}
.main-center h5{padding-bottom:0px;}

/**********************************************************************************************

**********************************************************************************************/

.Heading {
    text-align: center;
    margin-bottom: 35px;
}
.Heading h2 {
    margin-bottom: 10px;
    font-size: 38px;
    /* color: #f180af; */
    color: #3e3e3e;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 5px;
    font-family: 'Poppins', sans-serif;
}
.Heading span {
    position: relative;
    clear: both;
    display: block;
    top: -10px;
    width: 470px;
    margin: 0 auto;
}
.Heading span:before {
    content: "";
    content: "";
    position: absolute;
    left: 110px;
    bottom: 0;
    border-bottom: 2px solid #fccfe2;
    display: inline-block;
    width: 110px;
    height: 2px;
    top: 0;
    margin: auto 0;
    z-index: 0;
}
.Heading img {
    margin: 0 auto;
    padding: 0 22px;
}
.Heading span:after {
    content: "";
    position: absolute;
    right: 150px;
    bottom: 0;
    border-bottom: 2px solid #e4bae6;
    display: inline-block;
    width: 110px;
    height: 2px;
    top: 0;
    margin: auto 0;
    z-index: 0;
}
.service-in .Heading span{
    width: 400px;
}
.service-in .Heading span:before{
    left: 100px;
}
.service-in .Heading span:after{
    right: 100px;
}
.testimonial-invild .Heading span{
    width: 500px;
}
.testimonial-invild .Heading span:before{
    left: 140px;
}
.testimonial-invild .Heading span:after{
    right: 140px;
}
.Trimester-Section .About-Us-Box {
    text-align: center;
    line-height: 26px;
    margin: 0 auto 0px;
}
.Trimester-Section .About-Us-Box p{
    font-size: 20px;
    font-weight: 500;
    color: #585858;
    padding-bottom: 20px;
}
.Trimester-Section-ADj .About-Us-Box {
    text-align: center;
   /* width: 59%;*/
    line-height: 26px;
    margin: 0 auto 40px !important;
}

/*--------Trimester-Section------------*/


.Trimester-Section  {
	padding: 50px 0px; 
}

.Trimester-Section-ADj .trimester-time-line ul li {
    display: inline-block;
    text-align: center;
    margin: 0px;
    padding: 40px 40px 10px;
    position: relative;
}


/** Trimester Styles **/

.trimester-time-line{
    position:relative; 
    float:left; 
    width:100%; 
    clear:both; 
/*    margin:0px 0px 30px;*/
}

.trimester-time-line:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    border-bottom: 1px dashed #666666;
    bottom: 147px;
    z-index: -1;
}

/*--
.trimester-time-line .week-count:before, .trimester-time-line .week-count:after{content:""; background-color:#f0f0f0; width:200%; height:2px; display:inline-block; position:absolute; margin-left:-1000px; bottom:220px; z-index:-1;}
---*/

.trimester-time-line .week-count:after{
    margin-left:auto; 
    margin-right:-1000px;
}

.trimester-time-line .week-count{float:left;width:100%;margin:0px 0px 0px;position:relative;}

.trimester-time-line ul{margin:0px; padding:0px; text-align:center;}

.trimester-time-line ul li{display:inline-block; text-align:center; margin:0px; padding:15px 55px 10px; position:relative;}

.trimester-time-line ul li a.count-display{background:url(../images/hea.html) center center no-repeat; display:inline-block; width:39px; height:33px; background-size:39px 33px; color:#FFF; font-size:14px; font-weight:normal;}

.trimester-time-line ul li .week-count-overlay{
	display: none;
    position: absolute;
    bottom: 0px;
    left: 0;
    margin: 0px auto 85px -98px;
    width: 320px;
    text-align: left;
    padding: 45px 26px 36px;
    background-color: #ec5491;
    border: 2px solid #ec5491;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 1;
	}
	
.trimester-time-line ul li .week-count-overlay p  .fa  {
	font-size: 13px;
    margin-top: -3px;
    margin-bottom: 6px;
}




.trimester-time-line ul li .week-count-overlay  .M-Box  .Icon  {
	float:left;
}

.trimester-time-line ul li .week-count-overlay  .M-Box  .Icon   .fa  {
	font-size: 12px;
    margin-top: 4px;
    display: table;
    color: #e97195;
}

 .trimester-time-line ul li .week-count-overlay  h4  {
	 margin-bottom:10px;
 }

.trimester-time-line ul li .week-count-overlay  .M-Box  .Info{
	margin-left:18px;
}

.trimester-time-line ul li .week-count-overlay  .M-Box  .Info p {
	margin:0px;
	padding-bottom:5px;
	font-size: 15px;
}






.trimester-time-line ul li:hover .week-count-overlay{display:block;}

.trimester-time-line ul li .week-count-overlay p{
	font-size: 16px;
    line-height: 20px;
    margin: 12px 0px;
}

.trimester-time-line ul li .week-count-overlay  a  {
	text-decoration:none;
	font-size:17px;
	font-weight:600;
	color:#fff;
}

.trimester-time-line ul li .week-count-overlay:after, .trimester-time-line ul li .week-count-overlay:before{top:100%; left:0px; right:0px; margin:0 auto; border:solid transparent; content:""; height:0; width:0; position:absolute; pointer-events:none;}

.trimester-time-line ul li .week-count-overlay:before{
    border-color:rgba(194, 225, 245, 0);
    border-top-color:#ec5491; 
    border-width:15px 15px 0px 16px;
 }

.trimester-time-line ul li .week-count-overlay:after{
    border-color:rgba(107, 213, 68, 0);
    border-top-color:#ec5491;
    border-width:12px 13px 0px 14px;
  }

.trimester-time-line .units-weeks{float:right; font-size:14px; font-weight:normal; padding:0 10px 0 0; position:absolute; right:0; top:60px;}

.trimester-time-line .kilo-by-week{float:left; text-align:center; clear:both; width:100%; margin:50px 0px 0px;}

.trimester-time-line .kilo-by-week h3{
    font-size:26px;
    font-family: 'Poppins', sans-serif;
    letter-spacing:1px;
}

.trimester-time-line .kilo-by-week h3 span{font-size:16px; top:-8px;}

.trimester-time-line .kilo-by-week h5{
    font-size:20px; 
    font-weight:normal; 
/*    margin:20px 0px 0px;*/
    color: #666666;
    margin-bottom: 0;
}

.trimester-time-line .kilo-by-week.pista h3{
    color:#343434;
    display: inline-block;
    background: #ddd;
    padding: 5px 40px;
    font-size: 22px;
}

.trimester-time-line .kilo-by-week.blue h3{
    color:#343434;
    display: inline-block;
    background: #ddd;
    padding: 5px 40px;
    font-size: 22px;
}

.trimester-time-line .kilo-by-week.pink h3{
    color:#343434;
    display: inline-block;
    background: #ddd;
    padding: 5px 40px;
    font-size: 22px;
}

.trimester-time-line .kilo-by-week .indication-line{
    /*width:274px; 
    height:2px; 
    background-color:#f0f0f0; 
    text-align:center; 
    margin:0 auto; 
    position:relative;*/
}

.trimester-time-line 
.kilo-by-week .indication-line:before{
/*.trimester-time-line .kilo-by-week .indication-line:after*/
   /* content:""; 
    background-color:#f0f0f0; 
    display:inline-block; width:12px; 
    height:12px; 
    border-radius:100%; 
    -moz-border-radius:100%; 
    -webkit-border-radius:100%; 
    position:absolute; 
    left:46%; 
    top:-5px;*/
}

.trimester-time-line .kilo-by-week .indication-line:after{
    left:auto; 
    right:0px;
}

.trimester-time-line .kilo-by-week.pista .indication-line, 
.trimester-time-line .kilo-by-week.pista .indication-line:before, 
.trimester-time-line .kilo-by-week.pista .indication-line:after{
    background-color:#ec5491;
}

.trimester-time-line .kilo-by-week.blue .indication-line, 
.trimester-time-line .kilo-by-week.blue .indication-line:before, 
.trimester-time-line .kilo-by-week.blue .indication-line:after{
    background-color:#ec5491;
}

.trimester-time-line .kilo-by-week.pink .indication-line, 
.trimester-time-line .kilo-by-week.pink .indication-line:before, 
.trimester-time-line .kilo-by-week.pink .indication-line:after{
    background-color:#ec5491;
}

.column img, .wpb_column img {
    max-width: 90%;
/*    height: auto;*/
    display: inherit;
}


.trimester-time-line ul li a.count-display {
    background: url(../images/hea.html) center center no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
/*    background-size: 39px 33px;*/
    color: #FFF !important;
    font-size: 13px;
    font-weight: normal;
	background-color: #1294d2;
	text-decoration: none;
    text-align: center;
	line-height:40px;
    border-radius: 50px;
    position: relative;
}

.trimester-time-line ul li a.count-display:hover{
    background-color: #ec5491;
}

.column {
    margin: 0px 0px 0px 2%;
    float: left;
    min-height: 1px;
    position: relative;
    box-sizing: border-box;
}

.column.no-space {
    margin-left: 0px;
    margin-right: 0px;
}

.column.no-space.dt-sc-one-third {
    width: 33.333333%;
}

/*.trimester-time-line .week-count:before, .trimester-time-line .week-count:after {
    content: "";
    background-color: #f0f0f0;
    width: 100%;
    height: 2px;
    display: inline-block;
    position: absolute;
    margin-left: -1000px;
    bottom: 162px;
    z-index: -1;
}*/

.trimester-time-line ul li .week-count-overlay  {
    border-color: #ec5491;
}


.contact-detail p{
    margin-bottom: 0;
    color: #fff;
    font-size: 15px;
    padding-top: 4px;
}

.slogen {
    padding: 55px 0;
    /* background: url(../img/inner-page-bg.jpg) center; */
    /* background-size: cover; */
	background-image: url(../img/cloud-bg.png);
    background-position: center center;
    background-repeat: repeat;
    background-attachment: fixed;
	background-color: #00579c;
}
.slogen2 {
    padding: 55px 0;
    /* background: url(../img/inner-page-bg.jpg) center; */
    /* background-size: cover; */
	background-image: url(../img/cloud-bg.png);
    background-position: center center;
    background-repeat: repeat;
    background-attachment: fixed;
	background-color: #20a4b9;
}
.slogen1 {
    padding: 55px 0;
    /* background: url(../img/inner-page-bg.jpg) center; */
    /* background-size: cover; */
}
.slogen h1,
.slogen2 h1 {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
}
.slogen p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}
.slogen p a {
    color: #fff;
    font-size: 18px;
}
.slogen p a:hover{
    color: #f384b5;
}
.slo{
    margin-top: 12px;
}
.slo a {
    padding: 8px 30px;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    background: #dd2b55; 
    margin-left: 15px;
    float: right;
}
.slo a:hover {
    background: #3e4ebf;
    color: #fff;
}
.slo i{
    font-size: 14px;
    margin-left: 8px;
}

.slo1{
    margin-top: 42px;
	text-align:center;
}
.slo1 a {
    padding: 8px 30px;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    background: #dd2b55; 
    display:inline-block;
}
.slo1 a:hover {
    background: #3e4ebf;
    color: #fff;
}
.slo1 i{
    font-size: 14px;
    margin-left: 8px;
}



.testi-titile{
    text-align: center;
}
.testi-titile h1{
    font-size: 42px;
    color: #d44081;
    border-bottom: 1px solid #ef618e;
    display: inline-block;    
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

.testimonial-area{
    position: relative;
    display: block;
    background: #f5f5f5;
    padding: 85px 0 35px;
    z-index: 1;
}
.testimonial-area .inner-content{
    /* position: relative; */
    display: block;
    /* padding-left: 200px; */
    padding-left: 0px;
    z-index: 1;
}
/* .testimonial-area .inner-content:before{ */
    /* position: absolute; */
    /* top: 0px; */
    /* left: 0px; */
    /* background: url(../images/icon/quote-2.png); */
    /* width: 250px; */
    /* height: 251px; */
    /* content: ""; */
    /* z-index: -1;     */
/* } */
.testimonial-area .sec-title{}
.testimonial-area .button {
    position: relative;
    display: block;
    margin-top: 7px;
}
.testimonial-area .button a{
    color: #303030;
    background: #f5f5f5;
    padding: 19px 50px 19px;
    border: 2px solid #e2e2e2;
}
.testimonial-area .button a:hover{
    background: #2f7abb;
    border-color: #2f7abb;
  color:#fff;
}

.testimonial-area .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
}
.single-testimonial-item{
    position: relative;
    display: block;
    width: 100%;
}
.single-testimonial-item .text-holder {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 54px 25px 62px;
    z-index: 1;
}
.single-testimonial-item .text-holder:before {
    position: absolute;
    left: 115px;
    bottom: -2px;
    right: 115px;
    height: 2px;
    /* background: #64bcd2; */
    background: #2f7abb;
    content: "";
    transition: all 500ms ease;
}
.single-testimonial-item:hover .text-holder:before{
    left: 0;
    right: 0;
}
.single-testimonial-item .text-holder:after {
    position: absolute;
    top: 15px;
    left: 15px;
    background: url(../img/icon/quote.png);
    width: 41px;
    height: 28px;
    content: "";
    z-index: -1;
}
.single-testimonial-item .text-holder p{
    color: #444444;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.single-testimonial-item .img-holder{
    position: absolute;
    left: 0;
    bottom: -40px;
    right: 0;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.single-testimonial-item .img-holder img{
    width: 100%;
    border-radius: 50%;
}
.single-testimonial-item .name{
    position: relative;
    display: block;
    padding-top: 56px;
}
.single-testimonial-item .name h3{
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 3px;
}
.single-testimonial-item .name span{
    color: #2f7abb;
}

.testimonial-area .owl-theme .owl-nav.disabled + .owl-dots {
    position: absolute;
    top: 0;
    left: -104px;
    margin: 29px 0;
}
.testimonial-area .owl-dots .owl-dot{
    position: relative;
  background-image:none;
  width: 20px;
  height: 20px;
  margin: 20.5px 4px;
    border: 2px solid #d9d9d9;
  padding: 0px;
    border-radius: 50%;
  background: #f5f5f5;
  transition: all 500ms ease;
  display: block;
}
.testimonial-area .owl-dots .owl-dot:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 8px;
    height: 8px;
    border: 2px solid #d9d9d9;
    content: "";
    border-radius: 50%;
    margin: 4px;
    transition: all 500ms ease;
}
.testimonial-area .owl-dots .owl-dot span{
  display:none; 
}
.testimonial-area .owl-dots .owl-dot.active{
    background: #2f7abb;
    border-color: #2f7abb;
}
.testimonial-area .owl-dots .owl-dot:hover{
    background: #2f7abb;
    border-color: #2f7abb;
}
.testimonial-area .owl-dots .owl-dot.active:before,
.testimonial-area .owl-dots .owl-dot:hover:before{
    background: #ffffff;
    border-color: #ffffff;
}
.testimonial-invild {
  /* background: #fff3f8; */
  background: #f5eff1;
  padding:50px 0;
}
.testimonial-invild .review .review-description {
  background:#fafafa;
  padding:20px;
  border-radius:6px;
  margin: 15px 0;
  transition: 0.5s;
  box-shadow: 0px 0px 6px 0px #a3a3a3;
}
.testimonial-invild .review .review-description:hover{
    box-shadow: 0px 0px 6px 0px #a3a3a3;
}
.testimonial-invild .review .review-description a .first{
  float:left;
}
.testimonial-invild .review .review-description a .first img{
  width:44px;
  height:44px;
  border-radius:50%;
}
.testimonial-invild .review .review-description a .first p{
  font-size:20px;
  background: #9f9f9f;
  color:#fff;
  border-radius:50%;
  width:40px;
  height:40px;
  text-align:center;
  line-height:40px;
  margin-bottom: 0;
}
.testimonial-invild .review .review-description a .second {
  display:inline-block;
  padding-left: 8px;

}

.testimonial-invild .review .review-description a .second ul {
  display:inline-block;
  margin-bottom: 3px;
} 

.testimonial-invild .review .review-description a .second h1{
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  color: #dd2b55;
  line-height: 4px;
  padding-left: 2px;
}

.testimonial-invild .review .review-description a .second ul li{
  float:left;
  margin: 0 1px;
}
.testimonial-invild .review .review-description a .second ul li i{
  color:rgb(255 180 0);
  font-size: 14px;
}
.testimonial-invild .review .review-description a .second ul .date-revi{
  font-size:12px;
  color:#484848;
  padding-left:6px;
}
.testimonial-invild .review .review-description .review-title{
  float:unset;
  display:inline-block;
  padding-top:10px;
}
.testimonial-invild .review .review-description .review-title h2 {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 22px;
}
.testimonial-invild .review .review-description .review-title a{
    font-size: 14px;
    color: #484848;
}
.testimonial-invild .review .review-description .review-title a:hover{
    color: #ec5491;
}
.testimonial-invild .review .review-description .review-title h2 a{
  font-size:14px;
  color:#000;
  font-weight:400;
  padding-top:5px;
}
.testimonial-invild .review .review-description .review-title .rev-img{
  padding-top:15px;
}
.testimonial-invild .review .review-description .review-title .rev-img{}
#more21, #more20, #more19, #more18, #more17, #more16, #more15, #more14, #more13, #more12, #more11, #more10, #more9, #more8, #more7, #more6, #more5, #more4, #more3, #more2, #more1, #more {
  display: none;
}

#button {
  display: inline-block;
  background-color: #00579c;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  line-height: 45px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #1294d2;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

.whatsapp{
    position: fixed;
    right: 10px;
    bottom: 140px;
    z-index: 999;
}

.whatsapp img{
    width: 65px;
}

.call{
    position: fixed;
    right: 10px;
    bottom: 240px;
    z-index: 999;
}

.call img{
    width: 65px;
}

.v_blogs{
    padding: 50px 0;
}
.v_blogs .video img{
    border: 2px solid #c5c5c5;
    padding: 5px;
    box-shadow: 0px 0px 15px #ddd;
}


#counter{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #f180af; */
  background: #1f9393;
  /* padding: 55px 0; */
    /* background: url(../img/inner-page-bg.jpg) center; */
    background-size: cover;
  padding: 25px 0px;
  width: 100%;
}
#counter .item{
/*  background: #fff;*/
  width: 100%;
  padding: 24px 10px;
  margin: 10px;
  text-align: center;
  border-radius: 20px;
  border:1px solid #4da5a5;
/*  -webkit-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);*/
/*-moz-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);*/
/*box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);*/
} 

#counter .item:hover{
	background:#de8297;
}
#counter .item .count{
  color: #fff;
  margin-bottom: 5px;
  font-size: 35px;
  font-weight: 700;
  position: relative;
  padding-right:14px;
}
#counter .item .count:before{
    position: absolute;
    content: '+';
    right: 70px;
    top: 0px;
}
#counter .item .count1:before{
    /* position: absolute; */
    /* content: '+'; */
    right: 55px;
    /* top: 0px; */
}
#counter .item h3{
  color: #fff;
  text-transform: capitalize;
  font-size: 20px;
}
#counter .item i{
    font-size: 30px;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    /* border: 1px solid #676767; */
    color: #fff; 
}


.test_section {
    padding: 45px 0;
}

.says {
    width: 100%;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
    padding: 30px;
    border-radius: 20px 0 20px 0;
    margin: 20px 0;
    background: #fff8fb;
    border: 1px solid #ffc7dd;
}

.icon i{
    color: #ec5491;
    font-size: 35px;
    position: absolute;
    left: 45px;
    top: 40px;
}

.icon-box{
    position: relative;
    padding-left: 40px;
}
.says p {
    font-size: 15px;
    text-align: justify;
    color: #282828;  
}

.says h2 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.satr i {
    color: #ec5491;
    font-size: 14px;
}


.service-main {
    padding: 50px 0;
}

.service-main h2 {
    font-size: 24px;
    background: #00579c;
    color: #fff;
    padding: 7px 10px;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.sidebar1 {
    box-shadow: 0px 0px 10px #cfb9bebf;
    border-radius: 5px;
}
.sidebar1 h2{
	font-size: 24px;
    background: #00579c;
    color: #fff;
    padding: 15px 10px;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}
.sidebar1 ul li {
    border-bottom: 1px solid #9d7a812e;
}
.sidebar1 ul li a {
    font-size: 15px;
    color: #000;
    display: block;
    text-transform: capitalize;
    padding: 10px 15px;
    line-height: 24px;
}
.sidebar1 ul li:hover, .sidebar1 ul li.active {
    background: #ffd5e6;
}


.sidebar2 {
    box-shadow: 0px 0px 10px #cfb9bebf;
    border-radius: 5px;
}
.sidebar2 ul li {
    border-bottom: 1px solid #9d7a812e;
}
.sidebar2 ul li a {
    font-size: 15px;
    color: #282828;
    display: block;
    text-transform: capitalize;
    padding: 10px 15px;
}
.sidebar2 ul li:hover, .sidebar2 ul li.active {
    background: #ffd5e6;
}


.service-detail {
    padding: 25px;
    box-shadow: 0 0 15px #d9d6d6;
    border-radius: 20px;
}

.service-detail h1 {
    font-size: 32px;
    color: #dd2b55;
    text-transform: capitalize;
    font-weight: 700;
}

.service-detail img {
    width: 50%;
    border: 2px solid #d7d4d5;
    border-radius: 10px;
    margin: 18px 0 25px;
}

.service-detail p {
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
	margin:0 0 5px;
}

.service-detail span {
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
    font-weight: 600;
    color: #000;
}

.service-detail ul li{
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
    padding-bottom: 8px;
    position: relative;
    padding-left: 15px;
}

.service-detail ul li i{
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 4px;
    color: #e46d9e;

}

.appointment {
    margin-top: 25px;
}

.appointment a {
    background: #dd2b55;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
}

.appointment a:hover {
    /* background: linear-gradient(200deg,#ec5491,#ec5491,#1294d2b0,#1294d2); */
    color: #fff;
}

.appointment i{
    padding-left: 5px;
}

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}

.gallery_section{
    padding: 50px 0;
}

.img-thumbnail{
    border-radius: 0 !important;
    border: 2px solid #bfbfbf !important;
}

.modal-backdrop.show{
    opacity: 0;
    z-index: -1;
}

.modal-content{
    width: 72% !important;
    z-index: 1;
    left: 15%;
    background-color: transparent !important;
    border: none !important;
}

.modal-header{
    border-bottom: none !important;
}

.modal-open .modal{
    background: #000000c7;
}

.modal-footer{
    border-top: none;
}

.btn-secondary{
    position: absolute;
    z-index: 1;
    top: 48%;
    background-color: transparent !important;
    border-color: transparent !important;
}

.btn-secondary:hover{
    background-color: transparent;
    border-color: transparent;
}

.btn-secondary:not(:disabled):not(.disabled):active{
    background-color: transparent;
    border-color: transparent;
}

.modal .btn i{
    font-size: 90px;
}

.modal .float-left{
    left: 30px !important;
    top: 30%;
}

.modal .float-right{
    right: 30px !important;
    top: 30%;
}

.modal{
    z-index: 9999;
}

.close:not(:disabled):not(.disabled){
    opacity: 1;
    color: #fff;
    font-size: 40px;
}

.close:hover{
    color: #fff;
    opacity: 1 !important;
}

.modal-dialog{
    margin: 0 auto !important;
}

.b2{
    display: none;
}

.ser2{
    display: none;
}

.attach_para{
	padding-top:10px;
}
.attach_para p{
	font-size:15px;
	color:#fff;
	margin-bottom:0px;
}

.columns_2{
	columns:2;
}

/*******************************************************
Hospital Attachments
*******************************************************/

.hospital_main{
	/* border-bottom:1px solid #464545; */
	margin-bottom:40px;
	padding-bottom:30px;
}
.atta_para1 h1{
	font-size: 28px;
    font-weight: 600;
    text-align: left;
    color: #f1f1f1;
    padding-top:10px;
    padding-bottom:40px;
	text-align:center;
}
.atta_para{
	/*border: 1px solid #464545;*/
    padding: 20px;
    background: #e9e9e9;
	margin:15px 0;
}
.bg_hos{
	background:#800080;
}
.atta_para h2{
	font-size: 20px;
    font-weight: 600;
    text-align: left;
    color: #00579c;
    padding-top:20px;
    padding-bottom:10px;
}
.atta_para ul{
	margin:0px;
	padding:0px;
}
.atta_para ul li{
	font-size: 14px;
    color: #303030;
    font-weight: 400;
    line-height: 22px;
	position:relative;
	padding-left:24px;
	margin:8px 0;
}
.atta_para ul li i{
	position:absolute;
	left:0px;
	top:4px;
	color:#00579c;
}
.atta_para ul li a{
	color:#fff;
	border:1px solid #00579c;
	background:#00579c;
	padding:5px 15px;
	margin-top:10px;
	display:inline-block;
	width:100%;
	text-align:center;
}
.atta_para ul li a:hover{
	background:#ec5491;
	border-color:#ec5491;
	transition:0.5s;
	color:#fff;
}

.atta_para2{
	border: 1px solid #464545;
    padding: 30px 25px;
    /* background: #393031; */
}
.bg_hos{
	background:#00579c;
}
.atta_para2 h2{
	font-size: 20px;
    font-weight: 600;
    text-align: left;
    color: #f1f1f1;
    padding-top:20px;
    padding-bottom:10px;
}
.atta_para2 ul{
	margin:0px;
	padding:0px;
}
.atta_para2 ul li{
	font-size: 14px;
    color: #f1f1f1;
    font-weight: 400;
    line-height: 22px;
	position:relative;
	padding-left:24px;
	margin:8px 0;
}
.atta_para2 ul li i{
	position:absolute;
	left:0px;
	top:4px;
	color:#fff;
}
.atta_para2 ul li a{
	color:#fff;
	border:1px solid #2970a8;
	padding:5px 15px;
	margin-top:10px;
	display:inline-block;
	width:100%;
}
.atta_para2 ul li a:hover{
	background:#ec5491;
	transition:0.5s;
	color:#fff;
}


/* .mt-3{margin-top:20px;} */


.marque_main{
	background:#f7e2f754;
	/* background:#800080; */
	height:30px;
	line-height:30px;
}
.marque_main marquee{
	font-size:15px;
	line-height:30px;
	color:#1a1919;
}


/**********************************************************
Gallery
**********************************************************/

#gallery {
  padding: 50px 0;
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
  img {
    width: 100%;
  }
}
.img-overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  i {
    color: #fff;
    font-size: 3em;
  }
}

#overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  // Removes blue highlight
  -webkit-user-select: none;
  -moz-user-select: none;    
  -ms-user-select: none; 
  user-select: none; 
  img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
    @media screen and (min-width:768px) {
        width: 60%;
    }
    @media screen and (min-width:1200px) {
        width: 50%;
    }
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}





#primary {
    padding: 80px 0 50px;
    /* padding: 0; */
    /* float: left; */
	/* background:#f0f3f3; */
}
#primary.content-full-width {
    width: 100%;
	background:#f0f3f3;
	display:flex;
}
.column {
    float: left;
    margin: 0 0 0 2%;
}
.dt-sc-one-fourth {
    width: 23.5%;
}
.column.first {
    margin-left: 0;
}
.dt-sc-ico-content {
    width: 100%;
    margin: 0;
    padding: 0;
    clear: both;
    display: block;
}
.dt-sc-ico-content.type1 {
    text-align: center;
}
.dt-sc-ico-content.type1 .icon {
    display: inline-block;
    width: 118px;
    height: 118px;
    margin-bottom: 25px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -webkit-transition: background .2s ease-in-out;
}
.dt-sc-ico-content.type1 .icon>span.icon-outer {
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #fff;
    border-radius: 100%;
    position: relative;
}
.dt-sc-ico-content.type1 span.icon-outer {
    max-width: 118px;
    max-height: 118px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    transition: all .5s linear 0s;
    -moz-transition: all .5s linear 0s;
    -webkit-transition: all .5s linear 0s;
}
.dt-sc-ico-content.type1 .icon img, .dt-sc-ico-content.type1:hover .icon span:before, .dt-sc-ico-content.type1:hover .icon span {
    border-radius: 100%;
	max-width:100%;
}
.dt-sc-ico-content.type1 .infolayer {
    position: absolute;
    opacity: 0;
    background: rgba(0, 140, 153, .8);
    width: 90px;
    height: 90px;
    z-index: 9;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    transition: all .5s linear 0s;
    -moz-transition: all .5s linear 0s;
    -webkit-transition: all .5s linear 0s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
}
.dt-sc-ico-content.type1 .infolayer a {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    line-height: 35px;
    background: #fff;
    display: inline-block;
    margin: auto;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.dt-sc-ico-content.type1 h4 a {
    text-shadow: none;
    font-size: 18px;
    color: #00579c;
    font-weight: 600;
}

.dt-sc-ico-content.type1 p{
    font-size: 13px;
    color: #5c5c5c;
}
