*{
    margin:0;
    padding:0;
    transition: 0.5s ease;
}
:root{
    --color0:#272727;;
    --color1:#ffd5eb;
    --color2:#d7127c;
    --color3:#1d6387;
}
html{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
*,:after,:before{
    -webkit-box-sizing:inherit;
    box-sizing:inherit
}
body{ 
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: "Montserrat", 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: var(--color1);
    padding: 3px 0;
}

/* Social */
.social-head{
    margin-top: 12px;
    float: right;
	display:inline-block;
     /*position: absolute;*/
    /*z-index: 9999;
    right: 5px;
    top: -0px;*/
}
.social-head ul{
	margin:0px;
}
.social-head ul li{
	display:inline-block;
	margin:0 5px;
}
.social-head ul li img{
    width: 30px;
}
/*.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: 0;
}
.contact-head1 ul li{
    float: left;
    padding:  0 25px;
    position: relative;
    padding-left: 20px;
    color: #fff;
}
.contact-head1 ul li i{
    font-size: 14px;
    position: absolute;
    left: 0;
    color: var(--color3);
    top: 4px;
}
.contact-head1 ul li a{
    font-size: 14px;
    color: var(--color0);
    font-weight: 500;
}
.contact-head1 ul li a:hover{
    color: #555555;
}
.contact-head{
	display:inline-block;
    margin: 0px 0;
    float: right;
	position:absolute;
	bottom:0px;
	right:0px;
}
.contact-head ul{
	margin:0 0 0;
}

.contact-head ul li{
	display:inline-block;
    margin: 0 5px;
}
.contact-head ul .frt_scl{
    position: relative;
    padding-left: 25px;
}
.contact-head ul .frt_scl a{
	color: #272727;
	font-size: 15px;
    font-weight: 500;
	font-family: 'Poppins', sans-serif;
    line-height: 22px;
	letter-spacing:0.4px;
}
.contact-head ul .frt_scl a span{
    font-size: 16px;
}
/* .contact-head ul .frt_scl a:hover{ */
    /* color: #df5692; */
/* } */
.contact-head ul .frt_scl i{
	margin-right: 5px;
    /* border-radius: 30px; */
    /* width: 40px; */
    /* height: 40px; */
    color: #e04799;
    font-size: 15px;
    text-align: center;
    /* line-height: 40px; */
    /* border: 1px solid #fe339a; */
    /* transition: 0.5s ease; */
    position: absolute;
    left: 0;
	top:2px;
}
.contact-head ul .scl_scl{
	 /*background:#f3ece7; */
	background:#d53288;
	padding:7px 8px;
	font-size:15px;
	color:#fff;
	border-radius:5px;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
	/*text-transform:uppercase;*/
	/* margin-right:60px; */
}
/* .contact-head ul .scl_scl a{color:#a19695;} */
/* .contact-head ul .scl_scl a{color:#565656;} */
.contact-head ul .scl_scl a{color:#fff;}

/* .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: 7px 20px;
	/* background:url(../img/header-bg.jpg) no-repeat; */
	/* background-size:100% 100%; */
	/* background:#A19695; */
	/* background:#f8efee; */
	background:#fffaf9;
	margin:0px;
}
.logo{
   /*padding:0 20px 0 55px;*/
   text-align: left;
}
.logo img {
   max-width: 230px;
/*    padding-right: 18%;*/
	border-radius:7px;
}

.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;
    align-items: center;
}
.social-call ul li {
	
}
.social-call ul li a{
	margin:0px;
	padding:0px;
    font-weight: 500;
	color: #272727;
    font-size: 14px;
    padding: 0 10px;
   
	display:block;
    transition: 0.5s;
}
.social-call ul li a:hover{
    /*background:#fff;*/
/*    border: 1px solid #df5692;*/
    text-decoration:none;
    color: #444;
}

.social-call ul li a i {
    margin-left: 2px;
    font-size: 11px;
}



/****************************************************************************************
Banner Section
****************************************************************************************/


.carousel-control-next, .carousel-control-prev{
	width:5%!important;
	opacity:1!important;
}

.carousel-control-next-icon{
	background:#a19695 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:#a19695 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%;
}
/* .about-profile{padding:0 30px;} */
.about-profile img{
    width:100%;
    border-radius: 10px;
/*    border:2px solid #df5692;*/
}


.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:#ec5491;
	font-size: 40px ;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 55px;
    display: block;
	margin:0px;
	padding-bottom:0px;
}
.about-discription h3{
	font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #5c5b5b;
    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: 30px;
    font-weight: 400;
	text-align:justify;
    margin-bottom: 5px;
}
.about-discription {
/*    padding-top:20px;*/
}
.dr-more .frt-btn {
    display: inline-block;
    background: #ec5491;
    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,#ec5491,#ec5491,#1294d2b0,#1294d2);
	color:#fff;
	transition:0.5s;
}
.dr-more .sec-btn1:hover{
	background:#006994;
	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:5px;
/*	box-shadow: 0px 0px 2px 1px #a5a5a585;*/
	background:#f5d9e5;
    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: 0px 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:#000;
    font-size: 15px;
    line-height: 25px;
	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: #ec5491;
    padding: 6px 15px;
/*    border: 1px solid #df5692;*/
    color: #fff;
	border-radius: 3px;
}
.dr-more1 a:hover{
	background: linear-gradient(200deg,#ec5491,#ec5491,#1294d2b0,#1294d2);
/*    background: #1294d2;*/
/*    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:#326495;
	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:#f1f1f1;*/
	 padding: 60px 30px 0; 
     /* border-top: 5px solid #666666; */
}
.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; */
	display:inline-block;
}
.foot-quick ul li{
    padding: 10px 8px!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: 21px;
	font-family: "Montserrat", Sans-serif;
	color:#d53288;
	padding-bottom: 10px;
    font-weight: 600;
	margin:0px;
    text-align: left;
}
.columns-2{columns:2;}
.footer-main .foot-service ul p{
	color:#fff;
	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:#6a6969;
	margin:0px;
	padding: 2px 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:#6a6969;
    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: #bd805e;
}
.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;
}
.footer-main .foot-detail ul li B{
    font-size: 14px;
    font-weight: 600;
}
.copyright{
	/* background:#f0c9b3; */
	background:#d53288;
	padding: 8px 0;
	width:100%;
/*	text-align:center;*/
    margin-top: 20px;
}
.copyright p{
	font-size: 14px;
	font-family: 'Poppins';
	/* color:#6a6969; */
	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: #326495;
    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:#000;
	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: 15px;
}
.Heading h2 {
    margin-bottom: 10px;
    font-size: 38px;
    color: #000000;
    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 #1294d2;
    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 #ec5491;
    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;
}
.slogen 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: 3px;
    background: #ec5491; 
    margin-left: 15px;
    float: right;
}
.slo a:hover {
    background: linear-gradient(200deg,#ec5491,#ec5491,#63a7e3,#3782c4);
    color: #fff;
}
.slo 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: #dff0ff;
  padding:50px 0;
}
.testimonial-invild .review .review-description {
  background:#fafafa;
  padding:20px;
  border-radius:6px;
  margin: 15px 0;
  transition: 0.5s;
}
.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: #326495;
  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: var(--color2);
  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: var(--color3);
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

.whatsapp{
    position: fixed;
    right: 70px;
    bottom: 20px;
    z-index: 999;
}

.whatsapp img{
    width: 75px;
}
.toll_free{
    position: fixed;
    right: 0px;
    bottom: 100px;
    z-index: 999999;
}

.toll_free:hover img{width:50px;transition:0.5s;}

.toll_free img{
    width: 50px;
}



.toll_free1{
    position: fixed;
    right: 0px;
    top: 38%;
    z-index: 999999;
}
.toll_free1 img{
    width: 155px;
}





.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: #326495;
  /* background: #ec5491; */
  /* background: url(../img/counter-bg.jpg) center no-repeat; */
  background-size: cover;
  padding: 25px 0px;
  width: 100%;
}
#counter .item{
/*  background: #fff;*/
  width: 100%;
  padding: 24px;
  margin: 10px;
  text-align: center;
  border-radius: 20px;
/*  -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 .count{
  color: #fff;
  margin-bottom: 5px;
  font-size: 35px;
  font-weight: 700;
  position: relative;
}
#counter .item .count:before{
    position: absolute;
    content: '+';
    right: 52px;
    top: 0px;
}
#counter .item .count1:before{
    /* position: absolute; */
    /* content: '+'; */
    right: 28px;
    /* 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 #7c81d3;
    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: #ec5491;
    color: #fff;
    padding: 15px 10px;
    margin: 0;
    text-transform: uppercase;
}

.sidebar1 {
    box-shadow: 0px 0px 10px #cfb9bebf;
    border-radius: 5px;
}
.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: #000;
    text-transform: capitalize;
    font-weight: 700;
}

.service-detail img {
    width: 100%;
    border: 2px solid #d7d4d5;
    border-radius: 10px;
    margin: 18px 0 25px;
}

.service-detail p {
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
}

.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: #ec5491;
    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:#bd805e;
	margin-bottom:0px;
}

/*******************************************************
Banner New Section
*******************************************************/

.banner_main{
	/* position:relative; */
	background: url(../img/banner2.jpg) no-repeat;
	background-size:cover;
	height:600px;
	padding:0 65px;
}
.menu_baner{
	/* position:absolute; */
	/* top:50px; */
	background:#fffaf9;
	width:100%;
	margin-top:0px;
	padding:0 25px;
	/* display:inline-block; */
	/* width:100%; */
}

/* First Banner */

.banner_cnt{
	position:absolute;
	left:120px;
	top:90px;
}
.banner_cnt.bg1{
	background:#fffffff0;
}
.banner_cnt{
	
	padding:2em 3em 2em 3em;
}
.banner_cnt h1{
	color:#a7775c;
	font-size: 16px;
	text-transform:uppercase;
	line-height:24px;
	font-family:"Montserrat", Sans-serif;
}
.banner_cnt h2{
	color: #6a6969;
	/* color: #424040; */
    font-family: "Poppins", Sans-serif;
    font-size: 2.1em;
    font-weight: 500;
    line-height: 1.7em;
    letter-spacing: 0.7px;
	margin-top:30px;
	width:400px;
}
.banner_cnt a:hover{color:#6a6969;}
.banner_cnt a{
	font-family: "Montserrat", Sans-serif;
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.7em;
    fill: #6a6969;
    color: #6a6969;
    background-color: #fff0df;
    border-style: solid;
    border-width: 0px 0px 5px 0px;
    border-color: #6a6969;
    border-radius: 0px 0px 0px 0px;
	text-align:center;
	padding:12px 24px;
	display:inline-block;
	margin-top:30px;
}

/* Second Banner */

.banner_cnt1{
	position:absolute;
	left:100px;
	top:130px;
}
.banner_cnt1.bg2{
	/* background:#a89c9b6b; */
}
.banner_cnt1{
	
	/* padding:2em 3em 2em 3em; */
	padding:0;
}
.banner_cnt1 h1{
	color:#fff;
	font-size: 16px;
	text-transform:uppercase;
	line-height:24px;
	font-family:"Montserrat", Sans-serif;
}
.banner_cnt1 h2{
	color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 40px;
    font-weight: 600;
	text-transform:uppercase;
    line-height: 58px;
    letter-spacing: 0.7px;
	margin-top:24px;
	width:600px;
}
.banner_cnt1 a:hover{color:#6a6969;}
.banner_cnt1 a{
	font-family: "Montserrat", Sans-serif;
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.7em;
    fill: #6a6969;
    color: #6a6969;
    background-color: #fff0df;
    border-style: solid;
    border-width: 0px 0px 5px 0px;
    border-color: #6a6969;
    border-radius: 0px 0px 0px 0px;
	text-align:center;
	padding:12px 24px;
	display:inline-block;
	margin-top:30px;
}

/* Third */


.banner_cnt2{
	position:absolute;
	left:100px;
	top:100px;
}
.banner_cnt2{
	
	padding:2em 2em 2em 2em;
}
.banner_cnt2.bg3{
	/* background:#0000004d; */
}
.banner_cnt2 h1{
	color:#3d3f40;
	font-size: 19px;
	text-transform:uppercase;
	line-height:24px;
	font-family:"Montserrat", Sans-serif;
}
.banner_cnt2 h2{
	/* color: #6a6969; */
	/* color: #fff; */
	color: #3d3f40;
    font-family: "Poppins", Sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.7em;
    letter-spacing: 0.7px;
	/* margin-top:20px; */
	/* width:550px; */
	text-transform:capitalize;
}
.banner_cnt2 a:hover{color:#fff; background: var(--color2);}
.banner_cnt2 a:hover i{color:#fff;}
.banner_cnt2 a{
	font-family: "Montserrat", Sans-serif;
    font-size: 1.4em;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.7em;
    fill: #6a6969;
    color: #333;
    background-color: var(--color1);
    border-style: solid;
    border-width: 0px 0px 4px 0px;
    border-color: var(--color2);
    border-radius: 3px;
	text-align:center;
	padding:12px 24px;
	display:inline-block;
	margin-top:30px;
}
.banner_cnt2 a i{
    font-size: 25px;
    margin-left: 5px;
    transform: translateY(4px);
    color: var(--color2);
}

/*****************************************
How can i Help
*****************************************/

.about_sec_main{
	padding:80px 20px 90px;
}
.abt_title{
	padding-bottom:40px;
    text-align: left;
}
.abt_title h1{
	color: var(--color0);
    /*font-family: "PT Serif", Sans-serif;*/
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: 0.7px;
	/* text-align:center; */
}
.abt_title h1 span{
	color: #d53288;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.7em;
    letter-spacing: 0px;
	position:relative;
}
.abt_title h1 span:after{
	content:'';
	position:absolute;
	left:110%;
	bottom:5px;
	background:#f7b6d8;
	width:195px;
	height:2px;
}

.serv_cnt{}
.serv_cnt h1{
	color: var(--color3);
    font-family: "Poppins", Sans-serif;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.7em;
    letter-spacing: 0px;
	margin-bottom:20px;
	/* width:400px; */
	text-transform:uppercase;
	border-bottom:3px solid var(--color1);
	display:inline-block;
}
.serv_cnt p{
	/* color: #6a6969; */
	color: #1f1f1f;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7em;
    text-align: justify;
}
.serv_cnt a:hover{
    background: var(--color3);
    color: #fff;
}
.serv_cnt a{
	font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    /*text-transform: uppercase;*/
    line-height: 1.7em;
    fill: #6a6969;
    color: #ffffff;
    background-color: var(--color2);
    /*border-style: solid;*/
    /*border-width: 0px 0px 5px 0px;*/
    border-color: #6a6969;
    border-radius: 3px;
	text-align:center;
	padding:5px 24px;
	display:inline-block;
	margin-top:0;
}


/*********************************************
Expertise
*********************************************/

.expertise{
	padding:21px 20px;
	position:relative;
}

.murp{
	position:absolute;
	right:0px;
	top:0px;
}
.murp img{
	width:550px;
}

.expertise1{
	padding:1px 20px 0px;
	position:relative;
}
.murp1{
	position:absolute;
	left:0px;
	top:0px;
}
.murp1 img{
	width:550px;
}
.expertise_descr1{
	width:100%;
	background:#fff0dfde;
	z-index:999;
	margin-left:17px;
}
.why_expert{
	width:33.3%;
    height: 390px;
	float:left;
	padding:30px 20px;
}
.erpert_left1{
	width:33.3%;
	float:left;
	padding:30px 20px;
}
.erpert_left1 ul{margin:0px;padding:0px;}
.erpert_left1 ul li{
	padding:20px 20px;
	font-family: "Montserrat", Sans-serif;
    font-size: 1.2em;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.7em;
    letter-spacing: 0px;
    fill: #ffffff;
    color: #343232;
    background-color: #f0c9b3;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #6a6969;
    border-radius: 0px 0px 0px 0px;
}
.erpert_right1{
	width:33.3%;
	float:left;
	/* float:right; */
	/* background:#fff0dfde; */
	padding:30px 20px;
}
.erpert_right1 p{
	color:#6a6969;
	font-size:18px;
	font-style:italic;
}

.expertise_descr{
	width:70%;
	background:#fff0dfde;
	z-index:999;
	margin-left:17px;
}
.erpert_left{
	width:49%;
	float:left;
}
.erpert_left ul{margin:0px;padding:0px;}
.erpert_left ul li{
	padding:20px 20px;
	font-family: "Montserrat", Sans-serif;
    font-size: 1.2em;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.7em;
    letter-spacing: 0px;
    fill: #ffffff;
    color: #343232;
    background-color: #f0c9b3;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #6a6969;
    border-radius: 0px 0px 0px 0px;
}
.erpert_right{
	width:49%;
	float:right;
	/* background:#fff0dfde; */
	padding:50px 20px;
}
.erpert_right p{
	color:#6a6969;
	font-size:18px;
	font-style:italic;
}

/***************************************************
specialist
***************************************************/

.specialist{
	padding:80px 20px 40px;
}
.specialist1{
	padding:80px 20px 80px;
    background: #f7fbff;
    text-align: center;
}
.specialist_descr{
	position:relative;
	display:inline-flex;
}
.specialist_descr img{width:100%;}
.specialist_descr h1{
	position:absolute;
	left:0px;
	bottom:0px;
	width:90%;
	font-size:20px;
	color:#545353;
	line-height:32px;
	font-weight:500;
	font-family: 'Poppins', sans-serif;
	background:#fff0df;
	padding:15px;
	margin:0px;
}
.specialist_descr .arr{
	position:absolute;
	right:0px;
	top:0px;
	font-size:42px;
	/* width:50px; */
	color:#fff;
	line-height:42px;
	font-weight:700;
	background:#a19695;
	padding:12px 15px;
	margin:0px;
}

.btn2{
	font-family: "Montserrat", Sans-serif;
    font-size: 1.3em;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.7em;
    fill: #6a6969;
    color: #6a6969;
    background-color: #fff0df;
    border-style: solid;
    border-width: 0px 0px 5px 0px;
    border-color: #c3ac91;
    border-radius: 0px 0px 0px 0px;
    text-align: center;
    padding: 12px 24px;
    display: inline-block;
    margin-top: 0;
}

.abt_title1 h3{
	
	/* text-align:center; */
}
.birth{
	position:relative;
}
.birth img{
	width:100%;
}
.birth h3{
	color: #fff0df;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 0.7px;
	
}
.birth1{
	background:#6a6969de;
	padding:20px 20px;
	position:absolute;
	bottom:0px;
}
.abt_title1 h2{
	color: #6a6969;
    font-family: "Poppins", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 0.7px;
	/* text-align:center; */
}
.abt_title1 h2 span{
	color: #d53288;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 700;
     text-transform: uppercase; 
    line-height: 1.7em;
    letter-spacing: 0px;
	position:relative;
	margin-bottom:30px
}
.abt_title1 h2 span:after{
	content:'';
	position:absolute;
	left:105%;
	bottom:5px;
	background:#e378b0;
	width:85px;
	height:2px;
}
.abt_title1 p{
	color: #6a6969;
    font-family: "Poppins", Sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.7em;
}
.abt_title1 ul{}
.abt_title1 ul li{
	color: #6a6969;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8em;
    letter-spacing: 0.7px;
	position:relative;
	padding-left:26px;
	margin:8px 0;
}
.abt_title1 ul i{
	position:absolute;
	left:0px;
	top:6px;
	color:#f0c9b3;
}
.serv_para p{
	color: #6a6969;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8em;
    letter-spacing: 0.7px;
	/* text-align:justify; */
}


.abt_title3 h2{
	color: var(--color0);
    font-family: "Poppins", Sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.6em;
    letter-spacing: 0.7px;
	/* text-align:center; */
}
.abt_title3 h2 span{
	/* color: #d3a58b; */
	color: #d53288;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    /* text-transform: uppercase; */
    line-height: 1.7em;
    letter-spacing: 0px;
	position:relative;
	margin-bottom:30px
}
.abt_title3 h2 span:after{
	content:'';
	position:absolute;
	left:110%;
	bottom:5px;
	/* background:#f0c9b3; */
	background:#dba0c0;
	width:195px;
	height:2px;
}

.abt_title3 h4{
	color: #6a6969;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 0.7px;
	margin-top:20px;
	/* text-align:center; */
}
.abt_title3 h4 span{
	/* color: #bd805e; */
	color: #d53288;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.7em;
    letter-spacing: 0px;
	position:relative;
	margin-bottom:30px
}
.abt_title3 h5{
	color: #6a6969;
    font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.7em;
    letter-spacing: 0.7px;
	background:var(--color1);
	padding:10px 18px;
	display:inline-block;
	margin-top:20px;
	border-bottom:4px solid #6a6969;
	/* text-align:center; */
}
.abt_title3 h5 br{
    display: none;
}

/***************************************************
About Section New
***************************************************/

.abt-home{
	/* background:#6a6969; */
	/* background:#968a90; */
	background:#fff4f9;
	padding:40px 30px;
}
.dr_img{padding-top:40px;}
.dr_img img{
	width:100%;
	border-radius:50%;
}
.dr_desc{
	/* padding:40px 0; */
}
.dr_desc h1{
	color: #d53288;
    font-family: "Poppins", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4em;
    letter-spacing: 0.7px;
	position:relative;
	display:inline-block;
	margin-bottom:20px;
}

.dr_desc h1:after{
	content: '';
    position: absolute;
    left: 105%;
    bottom: 17px;
    background: #e378b0;
    width: 170px;
    height: 2px;
}
.dr_desc p{
	color: #3c3636;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0.3px;
}
.dr_desc a{
	font-family: "Montserrat", Sans-serif;
    font-size: 1.3em;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.7em;
    fill: #6a6969;
    color: #6a6969;
    background-color: #fff;
    border-style: solid;
    border-width: 0px 0px 5px 0px;
    border-color: #e7cfb4;
    border-radius: 0px 0px 0px 0px;
    text-align: center;
    padding: 12px 24px;
    display: inline-block;
    margin-top: 20px;
}

.dr_desc a:hover{color:#6a6969;}




/***********************************************/
/***************** Accordion ********************/
/***********************************************/
@import url('https://fonts.googleapis.com/css?family=Tajawal');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

.faq{
	padding: 60px 0;
}

#accordion-style-1 h1,
#accordion-style-1 a{
    /* color:#cd977c; */
    color:#d53288;
	font-family: "PT Serif", Sans-serif;
	font-weight:700;
}
#accordion-style-1 .btn-link {
    /* font-weight: 400; */
    /* color: #cd977c; */
    color:var(--color0);
    background-color: transparent;
    text-decoration: none !important;
    /* font-size: 16px; */
    /* font-weight: bold; */
	padding-left: 25px;
	white-space: inherit;
	/* color: #6a6969; */
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 0.2px;
}

#accordion-style-1 .card-body {
    border-top: 2px solid var(--color1);
	font-family: "Poppins", Sans-serif;
    font-size: 15px;
	color: #403e3e;
    padding-left:22px;
    padding: 25px 80px;
    font-weight: 500;
    line-height: 1.7em;
    letter-spacing: 0.7px;
}

#accordion-style-1 .card-header .btn.collapsed .fa.main{
	display:none;
}

#accordion-style-1 .card-header .btn .fa.main{
	background: #d53288;
    padding: 13px 11px;
    color: #ffffff;
    width: 35px;
    height: 41px;
    position: absolute;
    left: -1px;
    top: 10px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
	display:block;
}

.page-banner{
	background:#fff0df;
}
.page-banner i{
    font-size: 12px;
    color: #666;
    transform: translateY(-1px);
    margin: 0 5px;
}
.page-banner .container{
	max-width:100%;
	padding:0 65px;
}
.page-title{padding:30px 0 20px;}
.page-title h1{
	color: #6a6969;
    font-family: "Poppins", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 0.7px;
}
.page-title p a{
	color:#6a6362;
}

.contact_inner{
	padding:50px 0px;
}
.serviceBox2 {
    background: #fff;
    height: 400px;
    text-align: center;
    padding: 0px 22px 40px;
    margin: 40px 0 0;
    border-radius: 20px;
    position: relative;
    transition: all 0.3s ease;
    border:2px solid #ccc;
    box-shadow: 0 0 15px #cccccc25;
}
.serviceBox2:before, .serviceBox2:after {
    content: "";
    /*background: linear-gradient(-45deg, #a19695 49%, #958988 50%);*/
    width: 10px;
    border-radius: 0 100px 100px 0;
    position: absolute;
    top: 110px;
    bottom: 35px;
    left: 0;
}
.serviceBox2 .service-icon {
    color: #fff;
    background: linear-gradient(-45deg, #eb5fa9 49%, #d53288 50%);
    font-size: 38px;
    line-height: 70px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
    border: 15px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transform: translateY(-20px);
    transition: all 0.3s ease;
}
.serviceBox2 .title {
    color: var(--color3);
    font-size: 20px;
    font-weight: 600;
    /*text-transform: uppercase;*/
    margin: 0 0 10px;
	position: relative;
	padding-bottom:10px;
}
.serviceBox2 .title:before {
    position: absolute;
    left: 0;
	right:0;
    width: 100px;
    margin: 0 auto;
    bottom: 0;
    height: 3px;
    animation: rotate 80s infinite linear;
    -webkit-animation: rotate 80s infinite linear;
    content: "";
    border-radius: 5px;
    background: var(--color1);
  
}
.serviceBox2 .description {
    color: #444;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
}
.serviceBox2 .description a{
    color: #222222;
    font-weight: 500;
}
.serviceBox2 .description a:hover{
    color: var(--color2);
}
.serviceBox2:after {
    border-radius: 100px 0 0 100px;
    left: auto;
    right: 0;
}
.serviceBox2 iframe{
    margin-top: 10px;
}

/*******************************************************
Sidebar services
*******************************************************/

.sidebar{
	padding:30px 0 0 30px;
}
.sidebar h3{
	background: #6a6969;
	color:#fff;
	padding:10px;
    font-family: "Poppins", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 0.7px;
	/* text-align:center; */
	text-transform:uppercase;
	margin:0px;
	border-bottom:1px solid #f0c9b3;
}
.sidebar ul{
	margin:0px;
	padding:0px;
}
.sidebar ul li{
	font-size:18px;
	color:#565353;
	margin:0px;
	font-family: "Poppins", Sans-serif;
	width:100%;
	border-bottom:1px solid #cbab99;
}
.sidebar ul li a{
	background:#f0c9b3;
	color:#565353;
	padding:11px 15px;
	/* position:relative; */
	width:100%;
	display:block;
}
.sidebar ul li a:hover,
.sidebar ul li a.active{
	background:#6a6969;
	color:#fff;
	transition:0.5s;
}

.service-main1{
	padding:50px 0;
}
.serv_img{padding:15px 0;}
.serv_img img{
	border:5px solid #d1cfcd;
	border-radius:20px;
	width:100%;
}


/*****************************************************
Contact
*****************************************************/

.heading-top1 {
    position: relative;
    width: 100%;
    font-weight: 700;
    margin-bottom: 50px;
    display: inline-block;
    margin-bottom: 25px!important;
    padding-left: 10px;
    /* border-left: 4px solid; */
    /* border-image-source: linear-gradient(-23deg, #F6961F, #0d70a2 100%); */
    /* border-image-slice: 1; */
    background: url(../img/new-public-bg.png) no-repeat center center;
    text-align: center;
    background-size: 100%;
}
.signUp-page {
    position: relative;
    z-index: 5;
}
.signUp-page .title-area p {
    font-size: 20px;
    padding: 5px 0 12px;
	margin:0px;
}
.signUp-page form .input-group {
    position: relative;
    z-index: 1;
    margin-bottom: 8px;
}
.signUp-page form .input-group input {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background: transparent;
    height: 60px;
    font-size: 18px;
    color: #454545;
    position: relative;
    padding: 0 20px;
}
.signUp-page form .input-group label {
    font-weight: normal;
    font-size: 15px;
    color: #696e7b;
    line-height: 60px;
    position: absolute;
    left: 20px;
    top: 0;
    z-index: -1;
    margin: 0;
    transition: all 0.3s ease-in-out;
}
.signUp-page form .input-group textarea {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background: transparent;
    height: 100px;
    font-size: 15px;
    color: #454545;
    position: relative;
    padding: 10px 20px;
}
.solid-button-one {
    min-width: 188px;
    line-height: 48px;
    border-style: solid;
    border-width: 2px;
    border-radius: 30px;
    padding: 0 35px;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    box-shadow: 0px 13px 27px 0px rgb(163 48 53 / 25%);
    background: var(--color2);
	border-color: var(--color1);
}
.cnt_form{padding-bottom:50px;}


.text-center{text-align:center;width:100%;}


.media_main{
	padding:50px 0;
}
.gallery_img img{
	width:100%;
}




.modal-open .modal{
	z-index:999999999;
	
}
.modal-content{
	padding:15px 30px 0px;
	/* text-align:center; */
}
.modal.show .modal-dialog{
	/* background:#f3f3f3; */
	background:url(../img/model_bg.jpg) no-repeat;
	background-size:100% 100%;
	position:relative;
}

.modal.show .modal-dialog:after{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	/* background:#ffffffd1; */
	background:#ffffffdb;
	/* background:#ffffffe1; */
	width:100%;
	height:100%;
}
.md_head{
	text-align:center;
}
.md_head img{
	width:190px;
	border-radius:5px;
}

.modal-content .close{
	position:absolute;
	top:10px;
	right:15px;
    z-index: 999;
	color:#e04799!important;
}
.modal-title{
	text-align:center;
	color:#494444;
	font-family: "Montserrat", Sans-serif;
}

.modal-title span{
	font-size:26px;
}
.ivf_model{
	text-align:center;
	padding-top:20px;
}
.ivf_model img{
	width:40%;
}

.popup_md .form-control{
	background-color:unset;
	border-color:#beb8b8;
}
.popup_md .form-control::placeholder{
	color:#494444;
}
.popup_md .btn-primary{
	background:#d7127c;
	border-color:#d7127c;
	color:#fff;
	margin-top:5px;
	text-align:center;
	width:100%;
}

.popup_md .btn-primary:hover{
	/* background:#d4cccb; */
	background:#d3a58b;
	border-color:#d4cccb;
	color:#212121;
}



.marq{
	width:100%;
	height:35px;
	background:#eb5fa9;
	border:1px solid #edebea;
}
.marq marquee{
	font-size:18px;
	line-height:35px;
	font-family:"Poppins", Sans-serif;
	font-weight:400;
	color:#fff;
}





.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }

  /* Slide-in Modal */
  .slide-modal {
    position: fixed;
    top: 0;
    right: -300px; /* Hide off-screen initially */
    width: 300px;
    height: 100%;
    background-color: #fff;
    padding: 20px;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
    transition: right 0.3s ease;
    z-index: 2;
  }

  /* Modal Open State */
  .slide-modal.open {
    right: 0; /* Slide in from the right */
	z-index:9999999999999;
	background: url(../img/model_bg1.jpg) no-repeat;
    background-size: 100% 100%;
    /* position: relative; */
	width:500px; 
  }
/* .slide-modal.open:after{ */
	/* content: ''; */
    /* position: absolute; */
    /* left: 0px; */
    /* top: 0px; */
    /* background: #ffffffdb; */
    /* width: 100%; */
    /* height: 100%; */
/* } */

  /* Close Button */
  .close-btn {
    color: #aaa;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 20px;
  }

  .close-btn:hover {
    color: #333;
  }
  .btn-primary.ivf_btn{
	background: #d7127c;
    border-color: #d7127c;
    color: #fff;
    margin-top: 5px;
    text-align: center;
    width: 100%;
  }
  .btn-primary.ivf_btn:hover{
	  background:#948483;
	  border-color:#948483;
	  
  }
  
.carousel-item{
	position:relative;
}





.why_expert_descp{
	width:100%;
	/*background:#fff0dfde;*/
	z-index:999;
}
.why_expert{

	padding:30px 20px;
	width:100%;
    text-align: center;
    box-shadow:0px 0px 8px 2px #00000026;
    border-radius: 10px;
    margin-bottom: 20px;
}
.why_img{
	
}
.why_expert img{
	width: 120px;
    margin:0 auto;
	/*box-shadow:0px 0px 8px 2px #00000026;*/
}
.why_expert p{
    margin:0;
    font-size: 15px;
    color:#1f1f1f;
    padding-top: 5px;
}
.why_expert p b{
    font-size: 20px;
    color:var(--color3);
    padding-bottom: 15px;

}
#gallery {
  padding-top: 40px;
  @media screen and (min-width: 991px) {
    padding: 30px 0 0 0;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
  cursor:pointer;
  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%;
  z-index:9999999;
  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: 80%;
    }
    @media screen and (min-width:1200px) {
        width: 80%;
    }
  }
}

#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;
  }
}
.comingsoon{
    padding: 80px 0;
}
.comingsoon h2{
    text-align: center;
    font-size: 66px;
    color: #d53288;
}
/*.bannertext2 h1, .bannertext2 h2{
    color: #fff;
}*/
.bannertext2{
    top: 15%;
}
.bannertext2 h2{
    font-size: 32px;
}

.testimonial-box{
    background: var(--color1);
    border-radius:20px;
    color:#fff;
    overflow:hidden;
    margin-top: 25px;
}

.testimonial-box p{
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.7;

}
.testimonial-box p.name{
    color: var(--color2);
    padding-bottom: 10px;
}
.client-img img{
width:250px;
height:250px;
object-fit:cover;
}

.quote{
color:var(--color3);
font-size: 35px;
}
.testimonial-sec{
    padding: 70px 0;
}
.testimonial-sec p{
    letter-spacing: none;
}
.homefaq ul li{
    list-style-type: disc;
    margin-left: 25px;
}
.bannertext1{
    top: 30%;
}