/*************** Import Css **************/

@import "common.css";
@import "fonts.css";

/********************* Header Css ******************/
.header-area{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    z-index:99;
    padding-top: 20px;
}
.top-header{
    background-color: #fff;
}
.top-header-left ul, .top-header-right ul{
    margin: 0px;
    padding:0px;
    list-style: none;
    display: flex;
}
.top-header-left ul li a, .top-header-right ul li a{
/*     font-family:"neue-kabel"; */
	font-family:"poppins";
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
    color:#000;
    letter-spacing: 0.96px;
    padding: 0px 15px;
    display: inline-block;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.top-header-left ul li a:hover{
    background-color:#140126;
    color:#fff;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.top-header-right ul li{
    padding: 0px 10px;
    border-left:1px solid #005AAA;
    line-height: 12px;
}
.top-header-right ul li:first-child{
    padding-left: 0;
    border: 0;
}
.top-header-right ul li a{
    line-height: normal;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.top-header-right ul li a:hover{
    color:#005AAA;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.top-header-right ul li span{
    margin-right: 8px;
}
.main-header-wrapper{
    padding: 0px 30px;
    max-width: 1286px;
    justify-content: space-between;
    margin: 0px auto;
}
.search-box{
    width: 40px;
    height: 40px;
    background-color: #F0F0F2;
    border-radius: 53px;
    margin-left:15px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    cursor: pointer;
}
.search-box:hover{
    background-color:#A7B2F2;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.phone-number-and-location ul{
    margin: 0px;
    padding:0px;
    list-style: none;
    display: flex;
}
.phone-number-and-location ul li{
    padding: 0px 10px;
    border-left:1px solid #A7B2F2;
    line-height: 16px;
}
.phone-number-and-location ul li:first-child{
    padding-left: 0;
    border: 0;
}
.phone-number-and-location ul li a{
/*     font-family:"neue-kabel"; */
	font-family:"poppins";
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.96px;
    color: #F0F0F2;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.phone-number-and-location ul li a:hover{
    color:#A7B2F2;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.header-button-area{
    margin-left: 10px;
}
.logo-area{
    margin-right:40px;
}
.header-area.fixed_header {
    position:fixed;
    padding-top: 0px;
    top:-100%;
}
.header-area.fixed_header.stky{
    top:0px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.header-area.fixed_header .top-header, 
.header-area.fixed_header .logo-area,
.header-area.fixed_header .header-button-area{
    display: block !important;
}
.header-area.fixed_header .phone-number-and-location{
    display: none;
}
.header-area.fixed_header .main-header-wrapper{
    max-width: 100%;
/*     background: -moz-linear-gradient(top,  rgba(20,1,38,1) 0%, rgba(48,31,64,0.65) 35%, rgba(47,31,63,0.64) 36%, rgba(50,32,66,0.63) 37%, rgba(50,34,65,0.6) 40%, rgba(53,36,68,0.59) 41%, rgba(62,48,78,0.43) 57%, rgba(66,50,80,0.42) 58%, rgba(65,48,79,0.41) 59%, rgba(67,52,82,0.4) 60%, rgba(66,50,81,0.39) 61%, rgba(68,52,83,0.38) 62%, rgba(66,53,82,0.37) 63%, rgba(71,55,85,0.36) 64%, rgba(67,53,81,0.35) 65%, rgba(72,55,84,0.34) 66%, rgba(75,58,88,0.29) 71%, rgba(77,63,91,0.28) 72%, rgba(77,62,87,0.27) 73%, rgba(79,64,90,0.26) 74%, rgba(78,63,90,0.25) 75%, rgba(78,66,95,0.24) 76%, rgba(76,64,89,0.23) 77%, rgba(81,67,94,0.22) 78%, rgba(79,65,93,0.21) 79%, rgba(83,69,98,0.2) 80%, rgba(82,66,92,0.19) 81%, rgba(81,71,98,0.18) 82%, rgba(79,68,96,0.17) 83%, rgba(85,73,97,0.16) 84%, rgba(83,70,96,0.15) 85%, rgba(90,76,96,0.14) 86%, rgba(82,75,98,0.13) 87%, rgba(88,72,104,0.12) 88%, rgba(88,70,97,0.11) 89%, rgba(85,76,104,0.1) 90%, rgba(85,74,96,0.09) 91%, rgba(93,81,104,0.08) 92%, rgba(81,67,94,0.07) 93%, rgba(90,75,105,0.06) 94%, rgba(91,73,91,0.05) 95%, rgba(93,93,116,0.04) 96%, rgba(85,57,85,0.03) 97%, rgba(85,85,128,0.02) 98%, rgba(64,64,64,0.01) 99%, rgba(255,255,255,0) 100%); 
    background: -webkit-linear-gradient(top,  rgba(20,1,38,1) 0%,rgba(48,31,64,0.65) 35%,rgba(47,31,63,0.64) 36%,rgba(50,32,66,0.63) 37%,rgba(50,34,65,0.6) 40%,rgba(53,36,68,0.59) 41%,rgba(62,48,78,0.43) 57%,rgba(66,50,80,0.42) 58%,rgba(65,48,79,0.41) 59%,rgba(67,52,82,0.4) 60%,rgba(66,50,81,0.39) 61%,rgba(68,52,83,0.38) 62%,rgba(66,53,82,0.37) 63%,rgba(71,55,85,0.36) 64%,rgba(67,53,81,0.35) 65%,rgba(72,55,84,0.34) 66%,rgba(75,58,88,0.29) 71%,rgba(77,63,91,0.28) 72%,rgba(77,62,87,0.27) 73%,rgba(79,64,90,0.26) 74%,rgba(78,63,90,0.25) 75%,rgba(78,66,95,0.24) 76%,rgba(76,64,89,0.23) 77%,rgba(81,67,94,0.22) 78%,rgba(79,65,93,0.21) 79%,rgba(83,69,98,0.2) 80%,rgba(82,66,92,0.19) 81%,rgba(81,71,98,0.18) 82%,rgba(79,68,96,0.17) 83%,rgba(85,73,97,0.16) 84%,rgba(83,70,96,0.15) 85%,rgba(90,76,96,0.14) 86%,rgba(82,75,98,0.13) 87%,rgba(88,72,104,0.12) 88%,rgba(88,70,97,0.11) 89%,rgba(85,76,104,0.1) 90%,rgba(85,74,96,0.09) 91%,rgba(93,81,104,0.08) 92%,rgba(81,67,94,0.07) 93%,rgba(90,75,105,0.06) 94%,rgba(91,73,91,0.05) 95%,rgba(93,93,116,0.04) 96%,rgba(85,57,85,0.03) 97%,rgba(85,85,128,0.02) 98%,rgba(64,64,64,0.01) 99%,rgba(255,255,255,0) 100%); 
    background: linear-gradient(to bottom,  rgba(20,1,38,1) 0%,rgba(48,31,64,0.65) 35%,rgba(47,31,63,0.64) 36%,rgba(50,32,66,0.63) 37%,rgba(50,34,65,0.6) 40%,rgba(53,36,68,0.59) 41%,rgba(62,48,78,0.43) 57%,rgba(66,50,80,0.42) 58%,rgba(65,48,79,0.41) 59%,rgba(67,52,82,0.4) 60%,rgba(66,50,81,0.39) 61%,rgba(68,52,83,0.38) 62%,rgba(66,53,82,0.37) 63%,rgba(71,55,85,0.36) 64%,rgba(67,53,81,0.35) 65%,rgba(72,55,84,0.34) 66%,rgba(75,58,88,0.29) 71%,rgba(77,63,91,0.28) 72%,rgba(77,62,87,0.27) 73%,rgba(79,64,90,0.26) 74%,rgba(78,63,90,0.25) 75%,rgba(78,66,95,0.24) 76%,rgba(76,64,89,0.23) 77%,rgba(81,67,94,0.22) 78%,rgba(79,65,93,0.21) 79%,rgba(83,69,98,0.2) 80%,rgba(82,66,92,0.19) 81%,rgba(81,71,98,0.18) 82%,rgba(79,68,96,0.17) 83%,rgba(85,73,97,0.16) 84%,rgba(83,70,96,0.15) 85%,rgba(90,76,96,0.14) 86%,rgba(82,75,98,0.13) 87%,rgba(88,72,104,0.12) 88%,rgba(88,70,97,0.11) 89%,rgba(85,76,104,0.1) 90%,rgba(85,74,96,0.09) 91%,rgba(93,81,104,0.08) 92%,rgba(81,67,94,0.07) 93%,rgba(90,75,105,0.06) 94%,rgba(91,73,91,0.05) 95%,rgba(93,93,116,0.04) 96%,rgba(85,57,85,0.03) 97%,rgba(85,85,128,0.02) 98%,rgba(64,64,64,0.01) 99%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#140126', endColorstr='#00ffffff',GradientType=0 ); */ 
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.header-area.fixed_header .main-header-left {
    align-items: center;
}
.header-area.fixed_header  .logo-area {
    margin-top:-20px;
}
/************* Menu Css ************/
.menu-area ul{
    margin: 0px;
    padding:0px;
    list-style: none;
}
.menu-area > ul{
    display:flex;
}
.menu-area > ul > li:not(:last-child){
    margin-right:30px;
}
.menu-area > ul > li > a{
/*     font-family:"neue-kabel"; */
	font-family:"poppins";
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 0.96px;
    color: #F0F0F2;
    display: inline-block;
    padding: 25px 0px;;
}
.menu-area > ul > li > a:hover{
    color:#A7B2F2;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.header-area.fixed_header .menu-area > ul > li > a {
    padding: 36px 0px;
}
/************ End: Header Css ************/
/************ Footer Area ***************/
.footer-top-area{
    padding-top: 100px;
    padding-bottom: 80px;
}
.footer-logo-area{
    margin-bottom: 40px;
}
.footer-call h4, .footer-top-right-area h4{
/*     font-family:"neue-kabel"; */
	font-family:"poppins";
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
}
.footer-call h4 a{
    color:#005AAA;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.footer-call h4 a:hover{
    color:#005AAA;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.footer-top-middle-area a.common-button{
    margin-bottom: 25px;
}
.footer-address a{
    color: #000;
/*     font-family:"neue-kabel"; */
	font-family:"poppins";
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.footer-address a:hover{
    color:#96B7D5;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.footer-call{
    margin-bottom:5px;
}
.footer-social ul{
    margin:0px;
    padding:0px;
    list-style:none;
    display: flex;
}
.footer-social ul li{
    margin-right:25px;
}
.footer-social ul li a{
    font-size:35px;
    color: #442E59;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.footer-social ul li a:hover{
    color:#A7B2F2;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.footer-address{
    margin-bottom: 30px;
}
.footer-top-middle-area{
    padding-left: 100px;
}
.footer-top-right-area ul{
    margin:0px;
    padding: 0px;
    list-style: none;
}
.footer-top-right-area ul li a{
/*     font-family:"neue-kabel"; */
	font-family:"poppins";
    font-weight: 700;
    font-size: 16px;
    line-height: 43px;
    text-transform: uppercase;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.footer-top-right-area ul li a:hover{
    color:#96B7D5;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.footer-top-right-area{
    padding-left: 70px;
}
.footer-bottom-left ul {
    margin:0px;
    padding: 0px;
    list-style: none;
    display: flex;
}
.footer-bottom-left ul li a{
    color: #000;
/*     font-family:"neue-kabel"; */
	font-family:"poppins";
    font-weight: 700;
    font-size: 17px;
    line-height: 28px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.footer-bottom-left ul li a:hover{
    color:#005AAA;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.footer-bottom-content-wrapper{
    margin-left:-70px;
    margin-right:-70px;
}
.footer-bottom-left ul li{
    padding: 0px 10px;
}
.footer-bottom-left ul li:first-child{
    padding-left:0px;
}
.footer-bottom-left ul li::before {
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #96B7D5;
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: -10px;
}
.footer-bottom-left ul li:first-child:before{
    display:none
}
.footer-bottom-left p{
/*     font-family:"neue-kabel"; */
	font-family:"poppins";
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
    margin:0px;
}
.footer-bottom-right p{
/*     font-family:"neue-kabel"; */
	font-family:"poppins";
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
    margin:0px;
}
.footer-top-right-area h4{
    margin-bottom: 10px;
}
.footer-bottom-area{
    padding-bottom: 40px;
}
/************ End:Footer Area ***************/
/************ Banner Area *************/
.banner-area{
    min-height: 100vh;
    padding-bottom: 140px;
}
.banner-content-wrapper{
    max-width: 740px;
}
.banner-content-wrapper h1{
    margin-bottom: 15px;
/*     font-family: "quiche-sans"; */
	font-family:"poppins";
}
.banner-content-wrapper p{
    color: #F0F0F2;
    opacity: 1;
    font-size:20px;
    line-height: 36px;;
}
.banner-logo{
    margin-bottom: 20px;;
}
/************ End:Banner Area *************/
/************ Procedure Area **********/
.procedure-area{
    padding: 150px 0px 0px;
}
.procedure-area:before{
    width:100%;
    height:calc(100% - 70px);
    position:absolute;
    top: 0px;
    left:0px;
    content:'';
    background:url('../images/Aspire_Full-Width_Texture-Background5-2.jpg') no-repeat top center / cover;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
.procedure-area .container{
    position: relative;
    z-index: 1;
}
.procedure-area .container > h2{
/*     font-family:"quiche-sans"; */
	font-family:"poppins";
    font-size:50px;
    line-height: 60px;
    color: #0b0b0b;;
}
.each-procedure-image{
    border-radius:10px;
    overflow: hidden;
}
.each-procedure-image:after{
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    content:'';
    position: absolute;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
.procedure-content{
    position:absolute;
    bottom:0px;
    left: 0px;
    width: 100%;
/*     transform: translateY(calc(100% - 72px)); */
	transform: translateY(-30px);
    transition: transform 0.5s ease 0s;
    z-index:1;
}
/* .each-procedure:hover .procedure-content{
    transform: translateY(-30px);
} */
.procedure-content h2{
    color:#fff;
    margin-bottom:10px;
    transition: all 0.5s ease 0s;
	font-size:27px;
}
.procedure-content a{
    color:#fff;
}
/* .each-procedure:hover .procedure-content h2{
    margin-bottom: 10px;
    transition: all 0.5s ease 0s;
} */
.each-procedure {
    overflow: hidden;
    border-radius:10px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    margin-top:40px;
}
/************ End:Procedure Area **********/
/************ Award Icon Area **************/
.award-icon-wrapper{
    padding: 100px 0px 65px;
}
.award-icon-wrapper ul{
    margin:-65px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.award-icon-wrapper ul li img{
    max-width: 100%;
}

/************ End:Award Icon Area **************/
/************ Doctor Area **************/
.doctor-content{
    padding-top: 90px;
    padding-bottom:90px;
}
.doctor-content h2{
/*     font-family:"quiche-sans"; */
	font-family:"poppins";
    font-size:50px;
    line-height: 55px;
    color: #442E59;
    margin-bottom: 0px;
}
.doctor-content h2 em{
    font-style: normal;
    font-size: 35px;
}
.doctor-content h3{
    font-size:33px;
    line-height: 45px;
    font-weight: 300;
}
.doctor-area .row {
    align-items: end;
}
/************ End:Doctor Area **************/
/************ Welcome Area *************/
.welcome-section-image-area{
    min-height: 978px;
    background-position: top center;
    padding-top: 490px;
}
.welcome-section-image-area:before{
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    position:absolute;
    content:'';
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(1,0,2,1) 87%,rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(1,0,2,1) 87%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(1,0,2,1) 87%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
.welcome-content-wrapper{
    max-width:784px;
}
.welcome-content-wrapper h2{
    font-size: 50px;
    line-height: 90px;
    color: #F0F0F2;
/*     font-family:"quiche-sans"; */
	font-family:"poppins";
    margin-bottom: 14px;
    font-weight: 400;
}
.welcome-pro-section .welcome-content-wrapper h2{
    margin-bottom: 14px;
}
.welcome-content-wrapper  p{
    color: #fff;
    max-width: 608px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.welcome-section .container{
    z-index:1;
}
.welcome-content-wrapper a{
    color:#fff;
}
.video-box-wrapper{
    max-width: 666px;
    height:372px;
    border-radius:10px;
    background:#BCBCBC;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
.video-wrapper{
    margin-top:-140px;
    position:relative;
    z-index:1;
}
.play-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/************ End:Welcome Area *************/
/************ Our philisophy Area *************/
.philosophy-left-part h2{
    font-size: 50px;
    line-height: 60px;
    color:#140126;
/*     font-family:"quiche-sans"; */
	font-family:"poppins";
    margin-bottom: 10px;
}
.philosophy-left-part h3{
/*     font-family:"neue-kabel"; */
	font-family:"poppins";
    font-size:33px;
    line-height:45px;
    font-weight:300;
    color:#140126;
}
.left-background{
    position: absolute;
    top:50%;
    transform:translatey(-50%);
    left:0px;
}
.philosophy-left-part, .philoshopy-right-area {
    padding-left: 70px;
}
.our-philoshopy-area{
    padding: 90px 0px 160px;
}
/************ End:Our philisophy Area *************/
/************ Patient Gallery Area *************/ 
.patient-gallery-area{
    min-height:750px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
.patient-gallery-area h2{
    font-size: 85px;
    line-height: 90px;
    color: #442E59;
/*     font-family:"quiche-sans"; */
	font-family:"poppins";
    margin-bottom: 25px;
}
/************ End:Patient Gallery Area *************/ 
/************** Review Area ***************/
.review-area-wrapper{
    padding: 70px 70px 60px 70px;
    background:#fff;
    border-radius:10px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
.reviews-icon-area ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
    z-index: 1;
}
.reviews-icon-area ul li{
    margin:10px 20px 0px 20px;
}
.star-image{
    position: absolute;
    top:50%;
    transform:translatey(-50%);
}
.each-review{
    max-width: 866px;
    padding: 0px 30px;
}
.each-review p{
    font-size: 22px;
    line-height: 38px;
    font-style: italic;
    margin-bottom: 15px;
}
.each-review h3{
    font-size: 33px;
    line-height: 45px;
    font-weight: 300;
    margin-bottom: 20px;
}
.review-slider-warrer{
    margin-top: 35px;
}
.review-slider-warrer .swiper-button-prev{
    left: 0px;
}
.review-slider-warrer .swiper-button-next{
    right: 0px;
}
/************** End:Review Area ***************/
/************** Patient resource Area ***************/
.patient-resources{
    padding: 145px 0px;
}
.patient-resource-heading {
    max-width: 806px;
}
.patient-resource-heading h2{
    font-size: 50px;
    line-height: 60px;
/*     font-family:"quiche-sans"; */
	font-family:"poppins";
    margin-bottom: 5px;
}
.patient-resource-heading p{
    margin-bottom: 40px;;
}
.round-box-image{
    width: 300px;
    height: 300px;
    border-radius:100%;
    overflow:hidden;
    margin-bottom:20px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
.round-box-image:before{
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    position:absolute;
    content:'';
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(51,0,51,0) 33%, rgba(26,0,26,0.02) 34%, rgba(20,0,39,0.04) 35%, rgba(13,0,27,0.06) 36%, rgba(11,0,33,0.08) 37%, rgba(9,0,27,0.1) 38%, rgba(17,0,34,0.12) 39%, rgba(21,0,34,0.14) 40%, rgba(18,0,30,0.16) 41%, rgba(16,0,33,0.18) 42%, rgba(16,0,31,0.2) 43%, rgba(14,0,28,0.22) 44%, rgba(13,0,26,0.24) 45%, rgba(12,0,27,0.26) 46%, rgba(11,0,26,0.28) 47%, rgba(14,0,28,0.3) 48%, rgba(13,0,27,0.32) 49%, rgba(12,0,25,0.34) 50%, rgba(14,0,26,0.36) 51%, rgba(11,0,22,0.38) 52%, rgba(13,0,24,0.4) 53%, rgba(10,0,22,0.42) 54%, rgba(9,0,21,0.46) 56%, rgba(9,0,20,0.48) 57%, rgba(9,0,19,0.5) 58%, rgba(11,0,21,0.52) 59%, rgba(8,0,17,0.55) 61%, rgba(9,0,19,0.57) 62%, rgba(7,0,16,0.59) 63%, rgba(6,0,13,0.66) 67%, rgba(6,0,12,0.68) 68%, rgba(6,0,12,0.7) 69%, rgba(1,0,2,0.93) 83%, rgba(1,0,2,1) 87%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(51,0,51,0) 33%,rgba(26,0,26,0.02) 34%,rgba(20,0,39,0.04) 35%,rgba(13,0,27,0.06) 36%,rgba(11,0,33,0.08) 37%,rgba(9,0,27,0.1) 38%,rgba(17,0,34,0.12) 39%,rgba(21,0,34,0.14) 40%,rgba(18,0,30,0.16) 41%,rgba(16,0,33,0.18) 42%,rgba(16,0,31,0.2) 43%,rgba(14,0,28,0.22) 44%,rgba(13,0,26,0.24) 45%,rgba(12,0,27,0.26) 46%,rgba(11,0,26,0.28) 47%,rgba(14,0,28,0.3) 48%,rgba(13,0,27,0.32) 49%,rgba(12,0,25,0.34) 50%,rgba(14,0,26,0.36) 51%,rgba(11,0,22,0.38) 52%,rgba(13,0,24,0.4) 53%,rgba(10,0,22,0.42) 54%,rgba(9,0,21,0.46) 56%,rgba(9,0,20,0.48) 57%,rgba(9,0,19,0.5) 58%,rgba(11,0,21,0.52) 59%,rgba(8,0,17,0.55) 61%,rgba(9,0,19,0.57) 62%,rgba(7,0,16,0.59) 63%,rgba(6,0,13,0.66) 67%,rgba(6,0,12,0.68) 68%,rgba(6,0,12,0.7) 69%,rgba(1,0,2,0.93) 83%,rgba(1,0,2,1) 87%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(51,0,51,0) 33%,rgba(26,0,26,0.02) 34%,rgba(20,0,39,0.04) 35%,rgba(13,0,27,0.06) 36%,rgba(11,0,33,0.08) 37%,rgba(9,0,27,0.1) 38%,rgba(17,0,34,0.12) 39%,rgba(21,0,34,0.14) 40%,rgba(18,0,30,0.16) 41%,rgba(16,0,33,0.18) 42%,rgba(16,0,31,0.2) 43%,rgba(14,0,28,0.22) 44%,rgba(13,0,26,0.24) 45%,rgba(12,0,27,0.26) 46%,rgba(11,0,26,0.28) 47%,rgba(14,0,28,0.3) 48%,rgba(13,0,27,0.32) 49%,rgba(12,0,25,0.34) 50%,rgba(14,0,26,0.36) 51%,rgba(11,0,22,0.38) 52%,rgba(13,0,24,0.4) 53%,rgba(10,0,22,0.42) 54%,rgba(9,0,21,0.46) 56%,rgba(9,0,20,0.48) 57%,rgba(9,0,19,0.5) 58%,rgba(11,0,21,0.52) 59%,rgba(8,0,17,0.55) 61%,rgba(9,0,19,0.57) 62%,rgba(7,0,16,0.59) 63%,rgba(6,0,13,0.66) 67%,rgba(6,0,12,0.68) 68%,rgba(6,0,12,0.7) 69%,rgba(1,0,2,0.93) 83%,rgba(1,0,2,1) 87%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    opacity: 0.7;
}
.each-round-box-area h3{
    font-size: 33px;
    line-height: 45px;
    font-weight: 300;
    margin-bottom: 10px;
}
/************** End:Patient resource Area ***************/
/************** Meet The Team ****************/
.meet-the-team.welcome-section-image-area{
    min-height: 838px;
    background-position: top center;
    padding-top:0px;
    padding-bottom:70px;
}
/************** End:Meet The Team ****************/
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Inner page start %%%%%%%%%%%%%%%%%%%%%%%%% */
/****bottom-contact-area****/
.bottom-contact-wrap {
    position: relative;
    min-height: 650px;
    padding: 0 0 70px;
}
.bottom-contact-wrap::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.bottom-contact-area .row {
    position: relative;
    z-index: 1;
}
.bottom-contact-form {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px #00000033;
    -webkit-box-shadow: 0px 0px 20px #00000033;
    padding: 70px;
    margin-top: -70px;
}
.bottom-contact-form h2 {

    margin-bottom: 20px;
}
.bottom-contact-text h2 {
    margin-bottom: 10px;
}
.bottom-contact-text h2 strong {
    color: #F0F0F2;
    font-size: 50px;
    line-height: 90px;
}
.bottom-contact-text h3 {
/*     font-family:"neue-kabel"; */
	font-family:"poppins";
	font-weight:300;
	color: #F0F0F2;
	font-size:33px;
	line-height:45px;
}
.bottom-contact-text p {
    color: #F0F0F2;
}
.bottom-contact-text p a {
    color: #A7B2F2;
    font-weight: 700;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.bottom-contact-text p a:hover {
    color: #FFF;
}
.bottom-contact-text .border-button {
    color: #F0F0F2;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.inner-banner-area .banner-content-wrapper{
  max-width: 100%;
  text-align: center;
}
.inner-banner-area .banner-content-wrapper h1{
    font-size: 50px;
    line-height: 45px;
    font-weight: 400;
}
.inner-banner-area{
    padding-top: 140px;
    min-height: 100%;
}
.team-banner-left p {
    color: #F0F0F2;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 20px;
}
.team-banner-left h1{
    font-size: 50px;
    line-height: 45px;
    display: inline-block;
/*     font-family: "quiche-sans"; */
	font-family:"poppins";
    font-weight: 400;
}
.team-banner-left span{
    font-size: 35px;
    line-height: 45px;
    display: inline-block;
/*     font-family: "quiche-sans"; */
	font-family:"poppins";
    color: #F0F0F2;
    font-weight: 400;
    padding-right: 10px;
}
.team-banner-left h2{
    color: #F0F0F2;   
    margin-bottom: 5px;
}
.team-banner-image{
    border-radius: 10px;
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: 0px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
.team-banner-image img{
    border-radius: 10px;
}
.team-banner-area {
    padding-bottom: 0px;
}
.team-banner-area  .banner-logo {
    margin-bottom: 25px;
}
.inner-banner-area .banner-content-wrapper p strong{
    color: #96B7D5;
    font-weight: 700;
}
.inner-banner-area .banner-content-wrapper p strong:hover {
	color: #FFFFFF;
}
.blog-inner-area .banner-content-wrapper h1{
    line-height: 60px;
}
.blog-inner-area .banner-content-wrapper p{
    margin-bottom: 12px;
}
.blog-inner-area .banner-content-wrapper .common-button{
    margin-top: 10px;
}
.aspire-image{
    width: 300px;
    height: 300px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 20px 0px #00000033;
}
.aspire-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aspire-text h2{
/*     font-family: "quiche-sans"; */
	font-family:"poppins";
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
    color: #442E59;
}
.aspire-text h3{
/*     font-family:"neue-kabel"; */
	font-family:"poppins";
	font-weight:300;
	color: #140126;
	font-size:33px;
	line-height:45px;
}
.aspire-area{
    padding: 70px 0px;
}
.shop-landing-welcome-section .welcome-section-image-area {
    padding-top: 553px;
}
.shop-landing-welcome-section .welcome-content-wrapper {
    max-width: 100%;
}
.welcome-pro-section .welcome-section-image-area {
    min-height: 505px;
    background-position: top center;
    padding-top: 75px;
}
.welcome-pro-section{
    margin-bottom: 140px;
    margin-top: 140px;
}
.dr-brian-img{
    border-radius: 10px;
    overflow: hidden;
}
.dr-brian-text span{
/*     font-family: "quiche-sans"; */
	font-family:"poppins";
    font-weight: 400;
    color: #000000;
    font-size: 35px;
    line-height: 45px;
}
.dr-brian-text h2{
    display: inline-block;
}
.dr-brian-text h3{
/*     font-family:"neue-kabel"; */
	font-family:"poppins";
	font-weight:300;
	color: #140126;
	font-size:33px;
	line-height:45px;
}
.dr-brian-area{
    padding-top: 102px;
    padding-bottom: 140px;
}
.welcome-content-wrapper h3{
    color: #F0F0F2;
}
.welcome-pro-section .welcome-content-wrapper h3{
    margin-bottom: 38px;
}
.procedure-page-area h6{
/*     font-family:"neue-kabel"; */
	font-family:"poppins";
	font-weight:700;
	color: #140126;
	font-size:17px;
	line-height:28px;
    margin-bottom: 12px;
}
.procedure-page-area ul li{
    margin-bottom: 10px;
	font-size: 17px;
}
.procedure-page-area p em strong{
    font-weight: 700;
}
.glance-area{
    margin-bottom: 210px;
}
.glance-right{
    background-color: #fff;
    border-radius: 10px;
    padding: 70px;
    padding-bottom: 44px;
    bottom: -70px;
    position: relative;
    box-shadow: 0px 0px 20px #00000033;
    -webkit-box-shadow: 0px 0px 20px #00000033;
}
.glance-text{
    max-width: 560px;
}
.glance-text h2 strong{
    color: #F0F0F2;
    font-size: 85px;
    line-height: 90px;
}
.glance-text h3 {
/*     font-family: "neue-kabel"; */
	font-family:"poppins";
    font-weight: 300;
    color: #F0F0F2;
    font-size: 33px;
    line-height: 45px;
    margin-bottom: 13px;
}
.glance-text p{
    color: #F0F0F2;  
    font-weight: 400;
}
.glance-wrapper{
    position: relative;
    z-index: 1;
    padding-top: 293px;
    display: flex;
    align-items: end;
}
.glance-area{
    position: relative;
}
/* .glance-area::after {
    content: '';
    height: 100%;
    width: 100%;
    background-image: url(../images/btm-contact-bg.jpg);
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
} */
.glance-text .border-button {
    color: #F0F0F2;
}
.glance-right ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.glance-right ul li{
    margin-bottom: 26px;
}
.glance-right ul li a{
/*     font-family:"neue-kabel"; */
	font-family:"poppins";
	font-weight:400;
	color: #442E59;
	font-size:24px;
	line-height:36px;
}
.pro-review-area{
    padding-top: 0px;
    padding-bottom: 75px;
    margin-top: 0px;
}
.re-area {
    margin-bottom: 70px;
    margin-top: 66px;
}
.re-text p{
    max-width: 426px;
    margin-bottom: 0px;
}
.re-text h3{
    margin-bottom: 2px;
}
.re-text h3:hover {
    color: #005AAA;
}
.re-text a.common-link{
    margin-top: 20px;
}
.re-image{
    box-shadow: 0px 0px 20px #00000033;
    -webkit-box-shadow: 0px 0px 20px #00000033;
    border-radius: 10px;
    overflow: hidden;
}
.re-image img{
    width: 100%;
}
.bottom-contact-area{
    margin-top: 100px;
}
.faq-area{
    margin-bottom: 210px;
    margin-top: 143px;
}
.faq-area .accordion {
    max-width: 806px;
    width: 100%;
    padding-left: 0px;
    margin: 0 auto 26px;
}
.faq-area .accordion>li {
    display: block;
    list-style: none;
    margin-bottom: 0px;
}
.faq-area .accordion>li>span {
    display: block;
    padding: 25px 30px 10px 0;
    background: url(../images/plus.svg) no-repeat 100%;
    cursor: pointer;
/* 	font-family:"neue-kabel"; */
	font-family:"poppins";
	font-weight:400;
	color: #442E59;
	font-size:24px;
	line-height:36px;
    text-transform: capitalize;
    border-bottom: 1px solid #A1A4A6;
    background-size: 15px;
}
.faq-area .accordion>li>div {
    list-style: none;
    padding: 0px;
    display: none;
    overflow: auto;
/* 	font-family:"neue-kabel"; */
	font-family:"poppins";
	font-weight:300;
	color: #140126;
	font-size:16px;
	line-height:28px;
    margin-top: 15px;
    margin-bottom: 5px;
    padding: 0;
    padding-bottom: 0px;
}
.faq-area .accordion li>span.active {
    background: url(../images/minus.svg) no-repeat 100%;
    background-size: 15px;
}
.result-review-area{
    margin-top: 64px;
    margin-bottom: 140px;
}
.result-review-each{
    max-width: 760px;
    margin: 0 auto;
}
.result-review-warrer{
    margin-bottom: 30px;
}
.result-review-warrer h2{
    margin-bottom: 18px;
}
.result-review-warrer .swiper-button-prev {
    left: 0px;
}
.result-review-warrer .swiper-button-next {
    right: 0px;
}
.procedure-page-area .patient-gallery-area{
    margin-top: 140px;
    margin-bottom: 140px;
}
.procedure-page-area .our-philoshopy-area {
    padding: 140px 0px 70px;
}
.team-post-area .pro-review-area {
    padding-bottom: 140px;
}
.result-review-each .row {
    margin: 0 -3px;
}
.result-review-each .row .col-4 {
    padding: 3px;
}
.banner-area .site-breadcrumb{
    margin-bottom: 21px;
}
.dr-brian-img{
    box-shadow: 0px 0px 20px #00000033;
    -webkit-box-shadow: 0px 0px 20px #00000033;
}
/***procedure-faq-new******/
#dlm_faq .faq-item h3 {
    display: block;
    padding: 25px 30px 10px 0;
    background: url(../images/plus.svg) no-repeat 100%;
    cursor: pointer;
/*     font-family:"neue-kabel"; */
	font-family:"poppins";
    font-weight:400;
    color: #442E59;
    font-size:24px;
    line-height:36px;
    text-transform: capitalize;
    border-bottom: 0.25px solid #A1A4A6;
    background-size: 15px;
}
#dlm_faq .faq-area > div {
    list-style: none;
    padding: 0px;
    display: none;
    overflow: auto;
    margin-top: 15px;
    margin-bottom: 5px;
    padding: 0;
    padding-bottom: 0px;
/*     font-family:"neue-kabel"; */
	font-family:"poppins";
	font-weight:300;
	color: #140126;
	font-size:16px;
	line-height:28px;
}
#dlm_faq .faq-item h3.activeAcc {
    background: url(../images/minus.svg) no-repeat 100%;
}
#dlm_faq .faq-item h3::after,
.common h3.activeAcc:after {
    display: none;
}
#dlm_faq .faq-item {
    margin-bottom: 10px;
}
.faq-bottom {
    text-align: center;
    margin-bottom: 200px;
}
.faq-bottom .all-btn {
/*     font-family: "neue-kabel"; */
	font-family:"poppins";
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 5px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    color: #140126;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: inline-block;
    position: relative;
}
.faq-bottom .all-btn::after {
    width: 100%;
    height: 2px;
    background: #A7B2F2;
    bottom: 0px;
    position: absolute;
    content: '';
    left: 50%;
    transform: translatex(-50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.faq-bottom .all-btn:hover {
    color: #A7B2F2;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.faq-bottom .all-btn:hover::after {
    width: calc(100% + 30px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/*======================blog-overview page start=========================*/
.blog-overview-wrap {
    padding: 70px 0 109px;
}
.select-style {
    width: 100%;
    height: 40px;
    line-height: 28px;
    color: #140126;
/* 	font-family:"neue-kabel"; */
	font-family:"poppins";
	font-weight:300;
    font-size: 17px;
    border: 1px solid #A1A4A6;
    border-radius: 53px;
    padding: 0 20px;
    background-color: #fff;
    appearance: none;
    background: url(../images/filter-arrow.svg) no-repeat 98% center/18px;
}
.select-style:focus {
    outline: none;
}
.blog-overview-wrap .select-style {
    margin-bottom: 70px;
}
.blog-overview-wrap .col-lg-4 {
    padding: 0 20px;
}
.blog-overview-wrap .row {
    margin: 0 -20px;
}
.each-blog {
    margin-bottom: 67px;
}
.each-blog-img {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
.each-blog-text {
    padding-top: 18px;
}
.each-blog-text h3 {
    margin-bottom: 24px;
}
.each-blog-text h3 a {
    color: #000;
	font-size: 24px;
	line-height: 36px;
}
.each-blog-text h3 a:hover {
    color: #005AAA;
}
.more-blog-area {
    display: none;
}
/*======================blog-post page start=========================*/
.blog-post-wrap {
    padding-bottom: 40px;
}
.blog-post-top-img {
    max-width: 666px;
    width: 100%;
    margin: -70px auto 70px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    position: relative;
}
.blog-post-wrap .common-button {
    margin-top: 35px;
}
.related-blog-area {
    margin-top: 70px;
}
.related-blog-area .col-lg-4 {
    padding: 0 20px;
}
.related-blog-area .row {
    margin: 0 -20px;
}
.related-blog-area h2 {
    margin-bottom: 40px;
}
/*======================video-overview page start=========================*/
.each-vdo-cat {
    margin-bottom: 140px;
}
.each-vdo-cat:last-child {
    margin-bottom: 0;
}
.each-vdo-cat h2 {
    text-align: center;
    margin-bottom: 40px;
	font-size: 33px;
	line-height: 42px;
}
.each-vdo-cat .each-blog-img iframe {
    height: 170px;
    display: block;
}
.more-video-area {
    display: none;
}
/*======================video-post page start=========================*/
.video-post-wrap .blog-post-top-img iframe {
    height: 372px;
    display: block;
}
.video-post-wrap .each-blog-img iframe {
    height: 170px;
    display: block;
}
/*======================education-post page start=========================*/
.education-post-wrap {
    padding: 140px 0 109px;
}
.each-education-audio {
    padding: 65px 70px 70px;
    box-shadow: 0px 0px 20px #00000033;
    -webkit-box-shadow: 0px 0px 20px #00000033;
    border-radius: 10px;
    margin-top: 70px;
    background-color: #fff;
}
.each-education-audio-text p {
    margin-bottom: 24px;
}
.each-education-audio-text h3 {
    margin-bottom: 15px;
}
.education-popup-area .popup-close {
    background-color: #442E59;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -14px;
    top: -12px;
    z-index: 2;
    border: 0;
}
.education-popup-area .popup-close img {
    width: 12px;
}
.education-popup-area .modal-dialog {
    max-width: 700px;
    padding: 0 15px;
}
.education-popup-area .modal-content {
    padding: 50px 30px;
    position: relative;
    border: 0;
    border-radius: 0;
    background-position: center left;
    min-height: 300px;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0px 0px 20px #00000033;
    -webkit-box-shadow: 0px 0px 20px #00000033;
}
.education-popup-area .modal-content p {
    margin-bottom: 0;
}
/*======================patient-form page start=========================*/
.patient-form-wrap { 
    padding: 140px 0 150px;
}
.each-patient-form {
    margin-top: 135px;
}
.each-patient-form-board {
    padding: 70px 30px;
	background-color: #fff;
    margin-top: 70px;
    box-shadow: 0px 0px 20px #00000033;
    -webkit-box-shadow: 0px 0px 20px #00000033;
    border-radius: 10px;
}
.each-patient-form-board ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 666px;
    width: 100%;
}
.each-patient-form-board li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.each-patient-form-board li:last-child {
    margin-bottom: 0;
}
.each-patient-form-board li h3 {
    margin-bottom: 0;
}
/*======================request-consultation page start=========================*/
.consult-form-main {
    padding: 70px;
    box-shadow: 0px 0px 20px #00000033;
    -webkit-box-shadow: 0px 0px 20px #00000033;
    border-radius: 10px;
    max-width: 666px;
    width: 100%;
    margin: -70px auto 0;
    position: relative;
    z-index: 1;
    background-color: #fff;
}
/*======================contact-us page start=========================*/
.contact-us-wrap {
    padding:  150px 0 0px;
}
.contact-form-main {
    max-width: 806px;
    width: 100%;
    margin: 60px auto 0;
}
.contact-info-area {
    margin: 140px 0;
}
.contact-info-img {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 20px #00000033;
    -webkit-box-shadow: 0px 0px 20px #00000033;
}
.contact-info-text h3 a {
    color: #005AAA;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.contact-info-text h3 a strong {
    color: #005AAA;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.contact-info-text h3 a:hover,
.contact-info-text h3 a strong:hover {
    color: #96B7D5;
}
.contact-info-text p {
    margin-bottom: 0;
}
.contact-map-area h2 {
    text-align: center;
    margin-bottom: 40px;
}
.contact-map-area iframe {
    height: 490px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px #00000033;
    -webkit-box-shadow: 0px 0px 20px #00000033;
}
/*======================procedure-overview page start=========================*/
.procedure-overview-wrap {
    padding: 140px 0 109px;
}
.each-pro-overview {
    margin-top: 70px;
}
.each-pro-overview-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 20px #00000033;
    -webkit-box-shadow: 0px 0px 20px #00000033;
    max-width: 335px;
    width: 100%;
}
.each-over-heading {
    bottom: 0;
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 35px 15px;
    z-index: 1;
}
.each-over-heading h2 {
    color: #F0F0F2;
    margin-bottom: 0;
}
.each-pro-overview-img::after {
    content: '';
    height: 100%;
    width: 100%;
    background-image: url(../images/overlay-pro-over.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: 0;
    left: 0;
}
.each-pro-overview-text {
    padding-left: 90px;
}
.each-pro-overview-text ul {
    padding: 0;
    margin: 0;
}
.each-pro-overview-text li a {
/*     font-family:"neue-kabel"; */
	font-family:"poppins";
	font-weight:400;
	color: #0C4370;
	font-size:24px;
	line-height:46px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-pro-overview-text li::marker {
    color: #005AAA;
    font-size: 26px;
    line-height: normal;
}
.each-pro-overview-text li a:hover {
    color: #005AAA;
}
/*======================procedure-sub-overview page start=========================*/
.procedure-sub-overview-wrap {
    padding: 140px 0 38px;
}
.procedure-sub-overview-main {
    margin-top: 68px;
}
.procedure-sub-overview-main .col-lg-4 {
    padding: 0 20px;
}
.procedure-sub-overview-main .row {
    margin: 0 -20px;
}
.each-sub-over {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 20px #00000033;
    -webkit-box-shadow: 0px 0px 20px #00000033;
    margin-bottom: 70px;
}
.each-sub-over::after {
    content: '';
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: 0;
    left: 0;
}
.each-sub-over-heading {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 25px 20px;
    z-index: 1;
}
.each-sub-over-heading h2 {
    color: #F0F0F2;
    margin-bottom: 0;
}
/*======================special page start=========================*/
.special-wrap {
    padding-bottom: 209px;
}
.each-special-main {
    margin-top: 150px;
}
.each-special-main .col-lg-4 {
    padding: 20px 20px;
}
.each-special-main .row {
    margin: 0 -20px;
}
.each-special-heading {
    margin-bottom: 70px;
}
.each-special img {
    border-radius: 10px;
    box-shadow: 0px 0px 20px #00000033;
    -webkit-box-shadow: 0px 0px 20px #00000033;
}
/*======================gallery-category page start=========================*/
.gallery-category-wrap {
    padding: 70px 0 109px;
}
.gallery-category-wrap .filter-area {
    margin-bottom: 70px;
}
.each-gallery {
    margin-bottom: 67px;
}
.each-gallery .row {
    margin: 0 -1.5px;
}
.each-gallery .col-4, .each-gallery .col-6, .result-review-each .col-6 {
    padding: 1.5px;
}
.each-gallery h3 {
    margin-bottom: 15px;
}
.each-gallery .common-link {
    margin-top: 23px;
}
.gallery-category-main .col-lg-6 {
    padding: 0 35px;
}
.gallery-category-main .container > .row {
    margin: 0 -35px;
}
.load-more-gallery {
    display: none;
}
/*======================gallery-case page start=========================*/
.case-slider {
    margin-bottom: 70px;
}
.case-slider-big {
    position: relative;
    margin-bottom: 40px;
    padding: 0 100px;
}
.gallery-case-wrap .common-button {
    display: table;
    margin: 60px auto 0;
}
/*======================meet-the-team page start=========================*/
.team-overview-wrap {
    padding: 140px 0 0px;
}
.member-list .each-member {
    margin-bottom: 140px;
}
.member-list .each-member-img{ 
    border-radius: 10px;
    box-shadow: 0px 0px 20px #00000033;
    -webkit-box-shadow: 0px 0px 20px #00000033;
    overflow: hidden;
}
.member-list .each-member-text h2{
    display: inline-block;
    margin-bottom: 3px;
}
.member-list .each-member-text span {
/*     font-family:"quiche-sans"; */
	font-family:"poppins";
	font-weight:400;
	color: #442E59;
	font-size:35px;
	line-height:45px;
}
.member-list .each-member-text h3 {
/*     font-family: "neue-kabel"; */
	font-family:"poppins";
    font-weight: 300;
    color: #140126;
    font-size: 33px;
    line-height: 45px;
    margin-bottom: 15px;
}
.member-grid .each-member {
    margin-bottom: 140px;
}
.member-grid .each-member-text span {
/* 	font-family:"neue-kabel"; */
	font-family:"poppins";
	font-weight:300;
	color: #140126;
	font-size:33px;
	line-height:45px;
	margin-bottom: 15px;
}
.member-grid .each-member-text h2 {
    display: inline-block;
    margin-bottom: 3px;
}
.member-grid .each-member-img {
    border-radius: 10px;
    box-shadow: 0px 0px 20px #00000033;
    -webkit-box-shadow: 0px 0px 20px #00000033;
    overflow: hidden;
    margin-bottom: 16px;
}
.member-grid .col-lg-4 {
    padding: 0 20px;
}
.member-grid .row {
    margin: 0 -20px;
}
.member-logo ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.member-logo li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
}
.member-logo li:last-child {
    margin-right: 0;
}
/*======================team-post page start=========================*/
.team-post-wrap {
    padding: 40px 0 109px;
}
.team-post-wrap h6 {
/* 	font-family:"neue-kabel"; */
	font-family:"poppins";
	font-weight:700;
	color: #140126;
	font-size:17px;
	line-height:28px;
    margin-bottom: 10px;
}
.team-post-wrap li {
/*     font-family:"neue-kabel"; */
	font-family:"poppins";
	font-weight:300;
	color: #140126;
	font-size:17px;
	line-height:38px;
}
.artist-img-area {
    margin-top: 65px;
    margin-bottom:40px;
}
.each-artist-img {
    border-radius: 10px;
    box-shadow: 0px 0px 20px #00000033;
    -webkit-box-shadow: 0px 0px 20px #00000033;
    overflow: hidden;
}
.artist-img-area .col-lg-4 {
    padding: 0 20px;
}
.artist-img-area .row {
    margin: 0 -20px;
}
.serve-img-area .col-md-6 {
    padding: 0 20px;
}
.serve-img-area .row {
    margin: 0 -20px;
}
.serve-img-area {
    max-width: 712px;
    margin: 65px auto 70px;
}
/*======================search-result page start=========================*/
.search-result-wrap {
    padding: 75px 0 140px;
}
.search-result-heading {
    margin-bottom: 135px;
}
.search-result-heading h2 {
    margin-bottom: 6px;
}
.search-result-wrap p {
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search-result-wrap hr{
    border-top: 1px solid #140126;
    margin: 66px 0 75px;
}
.search-result-wrap .common-button {
    margin-top: 70px;
}
.load-more-search {
    display: none;
}
/*======================shop-category-overview page start=========================*/
.shop-category-overview-wrap {
    padding: 70px 0 40px;
}
.search-area {
    position: relative;
}
.search-area .form-style {
    background-color: transparent;
/* 	font-family:"neue-kabel"; */
	font-family:"poppins";
	font-weight:400;
    border: 1px solid #A1A4A6;
    color: #442E59;
    font-size: 24px;
    padding: 11px 60px 11px 30px;
    border-radius: 53px;
    text-align: left;
    resize: none;
    width: 100%;
	text-transform: unset;
}
.search-area .form-style::placeholder {
   opacity: 1;
   color: #442E59; 
}
.search-area .form-style::-moz-placeholder {
    opacity: 1;
    color: #442E59; 
}
.search-area .form-style::-webkit-input-placeholder {
    opacity: 1;
    color: #442E59; 
}
.search-area .form-style:focus {
    outline: none;
}
.search-area button {
    position: absolute;
    right: 30px;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: 0;
    top: 50%;
    transform: translateY(-50%);
}
.search-area button img {
    width: 20px;
}
.search-area button:focus {
    outline: none;
}
.categories-dropdown {
    position: relative;
}
.categories-dropdown-heading {
    position: relative;
    padding: 40px;
    margin: 40px 0 0;
    z-index: 3;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px #00000033;
    cursor: pointer;
}
.categories-dropdown-heading::after {
    content: "";
    height: 15px;
    width: 15px;
    background-image: url(../images/plus.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.categories-dropdown-heading h2 {
    margin-bottom: 0;
}
.categories-dropdown-list {
    padding: 0 75px 38px;
    position: absolute;
    width: 100%;
    box-shadow: 0px 0px 20px #00000033;
    -webkit-box-shadow: 0px 0px 20px #00000033;
    border-radius: 10px;
    top: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    z-index: 2;
    background-color: #fff;
    pointer-events: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.categories-dropdown-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.categories-dropdown-list li {
/*     font-family:"neue-kabel"; */
	font-family:"poppins";
	font-weight:400;
	color: #442E59;
	font-size:24px;
    margin-bottom: 15px;
}
.categories-dropdown-list li a {
    color: #442E59;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.categories-dropdown-list li a:hover {
    color: #A7B2F2;
}
.categories-dropdown-list .cate-sub-drop ul {
    margin-top: 15px;
    padding-left: 20px;
}
.categories-dropdown-list .cate-sub-drop {
    font-weight: 700;
}
.categories-dropdown-list .cate-sub-drop > a {
    position: relative;
}
.categories-dropdown-list .cate-sub-drop > a::after {
    content: "";
    height: 12px;
    width: 12px;
    background-image: url(../images/sub-plus.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -75px;
}
.categories-dropdown-heading.active {
    box-shadow: none;
}
.categories-dropdown-heading.active::after {
    background-image: url(../images/minus.svg);
}
.categories-dropdown-list.active {
    padding-top: 120px;
    opacity: 1;
    height: auto;
    overflow: visible;
    pointer-events: all;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.cate-sub-drop ul {
    display: none;
}
.categories-dropdown-list .cate-sub-drop > a.active::after {
    background-image: url(../images/sub-minus.svg);
}
/*======================product-list-main page start=========================*/
.product-list-main {
    margin-top: 70px;
}
.each-product {
    border-radius: 10px;
    box-shadow: 0px 0px 20px #00000033;
    -webkit-box-shadow: 0px 0px 20px #00000033;
    overflow: hidden;
    margin-bottom: 70px;
	background: #fff;
}
.product-text {
    padding: 45px 10px;
}
.product-list-main .row {
    margin: 0 -20px;
}
.product-list-main  .col-lg-4 {
    padding: 0 20px;
}
/*======================shop-landing page start=========================*/
.shop-landing-wrap {
    padding: 70px 0;
}
.shop-items-heading {
    margin-bottom: 40px;
}
.product-slider-wrap {
    position: relative;
    margin: 50px -18px 0;
}
.product-slider-wrap .each-product {
    height: 100%;
    margin-bottom: 0;
}
.product-slider-wrap .swiper-slide {
    height: auto;
    padding: 18px;
}
.product-slider-wrap .swiper-button-next {
    right: -53px;
}
.product-slider-wrap .swiper-button-prev {
    left: -53px;
}
.shop-items .row {
    margin: 0 -20px;
}
.shop-items .col-md-6 {
    padding: 0 20px;
}
.each-shop-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0px 0px 20px #00000033;
    -webkit-box-shadow: 0px 0px 20px #00000033;
}
.each-shop-item.each-procedure{
	margin-top:0px;
}
.each-shop-item::after {
    content: '';
    height: 100%;
    width: 100%;
    background-image: url(../images/overlay-pro-over.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: 0;
    left: 0;
}
.shop-item-txt {
    bottom: 0;
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 5px 15px;
    z-index: 1;
}
.shop-item-txt h2 {
    margin-bottom: 20px;
    color: #fff;
}
/*======================product-dtl page start=========================*/
.product-dtl-wrap {
    padding-bottom: 93px;
}
.product-dtl-top {
    margin-bottom: 50px;
}
.product-dtl-btn h3 {
    margin-right: 20px;
}
.product-dtl-btn .common-button {
    margin-left: 20px;
}
.quantity-box {
    border-radius: 50px;
    border: 1px solid #A1A4A6;
    max-width: 86px;
    width: 100%;
    text-align: end;
    height: 43px;
    padding: 0 20px;
}
.quantity-box:focus {
    outline: none;
}
.product-dtl-top-img {
    margin-top: -70px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 20px #00000033;
    -webkit-box-shadow: 0px 0px 20px #00000033;
}
.product-dtl-top-text{ 
    padding-left: 40px;
    padding-top: 70px;
}
.related-product-heading {
    margin-bottom: 5px;
}
/*======================shop-cart page start=========================*/
.shop-cart-wrap {
    padding: 70px 0 109px;
}
.team-overview-area .bottom-contact-area{
    margin-top: 70px;
}
.mobile-menu-button{
    display: none;
}
/************ Menu Css ***********/
.menu-area ul{
    margin: 0px;
    padding:0px;
    list-style: none;
}
.menu-area > ul{
    display:flex;
}
.menu-area > ul > li{
	position:relative;
}
.menu-area > ul > li:not(:last-child){
    margin-right:30px;
}
.menu-area > ul > li > a{
    font-family:"neue-kabel";
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 0.96px;
    color: #F0F0F2;
    display: inline-block;
    padding: 25px 0px;;
}
.menu-area > ul > li > a:hover{
    color:#A7B2F2;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.menu-area > ul > li > ul{
	position:absolute;
	top:100%;
	left:-70px;
	background-color:rgba(20,1,38,0.95);
	padding:20px 40px;
	min-width:380px;
	opacity:0;
	pointer-events:none;
	margin-top:15px;
	transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.menu-area > ul > li:hover > ul{
	opacity:1;
	pointer-events:all;
	margin-top:0px;
	transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.menu-area > ul > li > ul > li > a{
/* 	font-family:"neue-kabel"; */
	font-family:"poppins";
	font-weight:400;
	color:#fff;
	font-size:17px;
	line-height:28px;
/* 	border-bottom:2px solid #A7B2F2; */
	width:100%;
	display:inline-block;
	margin-bottom:6px;
	    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.menu-area > ul > li > ul > li:first-child  a{
font-size: 31px;
    line-height: 41px;
    border-bottom: 2px solid #015AAA;
    padding-bottom: 3px;
    margin-bottom: 10px;
    font-weight: 400;
}
.menu-area > ul > li > ul > li > a:hover{
		color:#A7B2F2;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.menu-area > ul > li > ul > li > ul > li > a{
/* 	font-family:"neue-kabel"; */
	font-family:"poppins";
	font-size: 17px;
    font-weight: 300;
    line-height: 34px;
	color:#F0F0F2;
	transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.menu-area > ul > li > ul > li > ul > li > a:hover{
	color:#A7B2F2;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
/*.menu-area > ul > li.big-menu{
	position:static;
}*/
.menu-area > ul > li.big-menu > ul{
	display:flex;
	left:-100px;
	white-space:nowrap;
}
.menu-area > ul > li.big-menu > ul > li{
	min-width:238px;
	box-sizing: content-box;
}
.menu-area > ul > li.big-menu > ul > li:not(:first-child){
	padding-left:70px;
}
.header-area.fixed_header .menu-area > ul > li > a {
    padding: 36px 0px;
}
.main-header-wrapper {
	position:relative;
}
.sub-menu-toggle{
	display:none;
}

.rmp_menu_trigger{
	display:none !important;
}
#rmp-menu-wrap-204 > ul > li > a{
	text-transform:uppercase;
}
#rmp-menu-wrap-3344 > ul > li > a{
	text-transform:uppercase;
}
/*********** End: Header Css ***********/
.before-after-img .col-6 {
    padding: 1.5px;
}
.patient-form-area .patient-form-wrap {
    padding: 0px 0 0px;
}


/*================gravity form customization======================*/
body .gform_wrapper.gravity-theme .gform_fields {
    display: block;
}
body .gform_wrapper.gravity-theme .gfield {
    margin-bottom: 10px;
}
body .gform_wrapper.gravity-theme .gfield input, 
body .gform_wrapper.gravity-theme .gfield select,
body .gform_wrapper.gravity-theme .gfield textarea {
/*     font-family:"neue-kabel"; */
	font-family:"poppins";
	font-size: 17px;
    font-weight: 300;
    line-height: 28px;
	color:#000;
    padding: 5px 20px;
    border: 1px solid #A1A4A6;
    background-color: transparent;
}
body .gform_wrapper.gravity-theme .gfield input::placeholder,
body .gform_wrapper.gravity-theme .gfield textarea::placeholder {
    color:#140126;
    opacity: 1;
}
body .gform_wrapper.gravity-theme .gfield input::-moz-placeholder,
body .gform_wrapper.gravity-theme .gfield textarea::-moz-placeholder {
    color:#140126;
    opacity: 1;
}
body .gform_wrapper.gravity-theme .gfield input::-webkit-input-placeholder,
body .gform_wrapper.gravity-theme .gfield textarea::-webkit-input-placeholder {
    color:#140126;
    opacity: 1;
}
body .gform_wrapper.gravity-theme .gfield select {
    appearance: none;
    background: url(../images/filter-arrow.svg) no-repeat 95% center/18px;
}
body .gform_wrapper.gravity-theme .gfield textarea.small {
    height: 120px;
    resize: none;
}
body .gform_wrapper.gravity-theme .gfield input:focus,
body .gform_wrapper.gravity-theme .gfield textarea:focus,
body .gform_wrapper.gravity-theme .gfield select:focus {
    outline: none;
}
body .gform_button {
    border: 0;
    background-color: transparent;
    padding: 0;
/*     font-family: "neue-kabel"; */
	font-family:"poppins";
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 5px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    color: #140126;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: inline-block;
    position: relative;
    border-bottom: 2px solid #A7B2F2;
}
body .gform_button:hover {
    color: #A7B2F2;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding-left: 12px;
    padding-right: 12px;
}
body .gform_footer {
    justify-content: center;
    margin-bottom: 0;
}
/*******contact-us page form cusomize*********/
body .contact-form-main .gform_wrapper.gravity-theme .gform_fields {
    display: grid;
}
body .contact-form-main .gform_wrapper.gravity-theme .gfield {
    margin: 0;
}
/*===========404 error page================*/
.fof {
    padding: 60px 0;
}

.dr-brian-area h2 {
/*     font-family: "quiche-sans"; */
	font-family:"poppins";
    font-size: 47px;
    color: #000000;
}

.each-sub-over:hover:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .75;
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(68,46,89,1) 100%);
	top:0;
	left:0;
}
.glance-area:before {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    content: '';
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(51,0,51,0) 33%, rgba(26,0,26,0.02) 34%, rgba(20,0,39,0.04) 35%, rgba(13,0,27,0.06) 36%, rgba(11,0,33,0.08) 37%, rgba(9,0,27,0.1) 38%, rgba(17,0,34,0.12) 39%, rgba(21,0,34,0.14) 40%, rgba(18,0,30,0.16) 41%, rgba(16,0,33,0.18) 42%, rgba(16,0,31,0.2) 43%, rgba(14,0,28,0.22) 44%, rgba(13,0,26,0.24) 45%, rgba(12,0,27,0.26) 46%, rgba(11,0,26,0.28) 47%, rgba(14,0,28,0.3) 48%, rgba(13,0,27,0.32) 49%, rgba(12,0,25,0.34) 50%, rgba(14,0,26,0.36) 51%, rgba(11,0,22,0.38) 52%, rgba(13,0,24,0.4) 53%, rgba(10,0,22,0.42) 54%, rgba(9,0,21,0.46) 56%, rgba(9,0,20,0.48) 57%, rgba(9,0,19,0.5) 58%, rgba(11,0,21,0.52) 59%, rgba(8,0,17,0.55) 61%, rgba(9,0,19,0.57) 62%, rgba(7,0,16,0.59) 63%, rgba(6,0,13,0.66) 67%, rgba(6,0,12,0.68) 68%, rgba(6,0,12,0.7) 69%, rgba(1,0,2,0.93) 83%, rgba(1,0,2,1) 87%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(51,0,51,0) 33%,rgba(26,0,26,0.02) 34%,rgba(20,0,39,0.04) 35%,rgba(13,0,27,0.06) 36%,rgba(11,0,33,0.08) 37%,rgba(9,0,27,0.1) 38%,rgba(17,0,34,0.12) 39%,rgba(21,0,34,0.14) 40%,rgba(18,0,30,0.16) 41%,rgba(16,0,33,0.18) 42%,rgba(16,0,31,0.2) 43%,rgba(14,0,28,0.22) 44%,rgba(13,0,26,0.24) 45%,rgba(12,0,27,0.26) 46%,rgba(11,0,26,0.28) 47%,rgba(14,0,28,0.3) 48%,rgba(13,0,27,0.32) 49%,rgba(12,0,25,0.34) 50%,rgba(14,0,26,0.36) 51%,rgba(11,0,22,0.38) 52%,rgba(13,0,24,0.4) 53%,rgba(10,0,22,0.42) 54%,rgba(9,0,21,0.46) 56%,rgba(9,0,20,0.48) 57%,rgba(9,0,19,0.5) 58%,rgba(11,0,21,0.52) 59%,rgba(8,0,17,0.55) 61%,rgba(9,0,19,0.57) 62%,rgba(7,0,16,0.59) 63%,rgba(6,0,13,0.66) 67%,rgba(6,0,12,0.68) 68%,rgba(6,0,12,0.7) 69%,rgba(1,0,2,0.93) 83%,rgba(1,0,2,1) 87%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(51,0,51,0) 33%,rgba(26,0,26,0.02) 34%,rgba(20,0,39,0.04) 35%,rgba(13,0,27,0.06) 36%,rgba(11,0,33,0.08) 37%,rgba(9,0,27,0.1) 38%,rgba(17,0,34,0.12) 39%,rgba(21,0,34,0.14) 40%,rgba(18,0,30,0.16) 41%,rgba(16,0,33,0.18) 42%,rgba(16,0,31,0.2) 43%,rgba(14,0,28,0.22) 44%,rgba(13,0,26,0.24) 45%,rgba(12,0,27,0.26) 46%,rgba(11,0,26,0.28) 47%,rgba(14,0,28,0.3) 48%,rgba(13,0,27,0.32) 49%,rgba(12,0,25,0.34) 50%,rgba(14,0,26,0.36) 51%,rgba(11,0,22,0.38) 52%,rgba(13,0,24,0.4) 53%,rgba(10,0,22,0.42) 54%,rgba(9,0,21,0.46) 56%,rgba(9,0,20,0.48) 57%,rgba(9,0,19,0.5) 58%,rgba(11,0,21,0.52) 59%,rgba(8,0,17,0.55) 61%,rgba(9,0,19,0.57) 62%,rgba(7,0,16,0.59) 63%,rgba(6,0,13,0.66) 67%,rgba(6,0,12,0.68) 68%,rgba(6,0,12,0.7) 69%,rgba(1,0,2,0.93) 83%,rgba(1,0,2,1) 87%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
.each-gal-case-img img {
    width: 100%;
}


.glance-right ul li{
/*     font-family: "neue-kabel"; */
	font-family:"poppins";
    font-weight: 400;
    color: #442E59;
    font-size: 24px;
    line-height: 36px;
}
.re-area h2{
	text-transform:capitalize !important;
}
.cart_totals h2 {
    text-transform: capitalize;
}
.woocommerce-billing-fields h3 {
    text-transform: capitalize !important;
}
h3#order_review_heading {
    text-transform: capitalize !important;
}
.footer-rating .rs-widget-container#rs-widget-46 {
    color: #140126 !important;
}
.footer-rating .reviewshakeWidget[data-widget-type='carousel'] {
    padding: 0 !important;
}


.cosmetic-product-slider{
	padding-bottom:80px;
	margin-top: -100px;
}

@media (max-width: 767px){
	.cosmetic-product-slider{
		margin-top: 0px !important;
	}
}

/* Age limit popup css */
#popup-section_age h2{
/* 	font-family: "quiche-sans"; */
	font-family:"poppins";
    font-size: 50px;
    line-height: 55px;
    color: #442E59;
    margin-bottom: 0px;
}
#popup-section_age h3{
	font-size: 33px;
    line-height: 45px;
    font-weight: 300;
    color: #442E59;
}
.button_list_popup .common-button:hover{
color:#000;
}
.common-button2{
/* 	font-family: "neue-kabel"; */
	font-family:"poppins";
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.96px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid #A7B2F2;
    background-color: transparent;
    padding: 5px 37px 5px 37px;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 53px;
}
.common-button2:hover{
background-color: #A7B2F2;
color: #fff;
}
.age-popup-text{
	padding: 50px 25px;
}
.modal-open .modal#popup-section_age {
    background: #140126;
    z-index: 999999;
}
@media (min-width: 768px){
	#popup-section_age .modal-dialog {
    width: 760px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
}
@media (max-width: 767px){
#popup-section_age .modal-dialog{
	width: 350px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#popup-section_age h2 {
/*     font-family: "quiche-sans"; */
	font-family:"poppins";
    font-size: 38px;
    line-height: 55px;
    color: #442E59;
    margin-bottom: 0px;
}
#popup-section_age h3 {
    font-size: 26px;
    line-height: 45px;
    font-weight: 300;
    color: #442E59;
/*     font-family: "quiche-sans"; */
	font-family:"poppins";
}
#popup-section_age p{
	font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}
#procced_button{
	margin-bottom: 10px;
}
.age-popup-text {
    padding: 10px 20px;
}
div#page {
    overflow-x: hidden;
}
}
/* Age limit popup css end */
.top-header-left ul.expanded li{
	z-index:9;
}
@media (max-width: 767px){
/* 	.procedure-area .procedure-content{
		transform: translateY(calc(100% - 55px));
	}
	.procedure-overview-area .procedure-content{
		transform: translateY(calc(100% - 55px));
	} */
	.shop-items .procedure-content{
		transform: translateY(calc(100% - 55px));
	}
	.banner-area.woocommerce-products-header{
		padding-bottom: 70px !important;
	}
	.video-banner-content {
		max-width: 320px !important;
	}
}

a.footer-rating-button {
    position: relative;
    top: -50px;
}
/* Video Banner css */
.video-banner-area{
	margin-bottom: -8px;
}
.video-banner-box video{
		height: 100vh;
		width: 100%;
		object-fit: cover;
	}
	.video-banner-content{
		position: absolute;
		bottom: 140px;
		z-index: 1;
		max-width: 750px;
		width: 100%;
	}
	.video-banner-logo{
		margin-bottom: 20px;
	}
	.video-banner-content h1{
		margin-bottom: 15px;
/*     	font-family: "quiche-sans"; */
		font-family:"poppins";
	}
	.video-banner-content p {
		color: #F0F0F2;
		opacity: 1;
		font-size: 24px;
		line-height: 36px;
	}
	@media (max-width: 767px){
		.video-banner-content h1 {
			font-size: 38px;
			line-height: 48px;
			margin-bottom: 20px;
		}
		.video-banner-content p{
			font-size: 20px;
			line-height: 32px;
			margin-bottom: 20px;
		}
		.video-banner-area .scroll-bottom {
			bottom: 50px;			
		}
	}
/* Video Banner css end*/
.header-button-area a{
	 color: #fff;
	margin-right: 5px;
}
@media (max-width: 1366px){
.header-button-area a { 
	margin-right: 5px;
	font-size:13px;
}
	.menu-area > ul > li > a{
		font-size:13px;
	}
	.menu-area > ul > li:not(:last-child) {
    margin-right: 25px !important;
}
}
.header-shop-btn {
    margin-left: 10px;
}
.header-button-area a.shop-btn,
.header-shop-btn a {
    color: #fff;
	background-color: #F36F20;
    border-color: #F36F20;
}
/* .header-button-area a.shop-btn:hover,
.header-shop-btn a:hover{
    color: #fff;
	background-color: transparent;
    border-color: #BCBCBC;
} */
header.header-area.fixed_header.stky .header-shop-btn {
    display: none;
}
/* .woocommerce-shop .shop-btn{
	display:none;
} */
.about-inner-area {
	text-align: center;
}
.about-area {
	padding: 48px 0;
}
/* top-header */
.top-header-content-wrapper{
	max-width:1286px;
	width:100%;
	padding: 0px 30px;
	margin:0px auto;
}
.header-area.fixed_header .top-header-content-wrapper{
	max-width:100%;
}
.header-area{
	padding-top:0;
}
.top-header-right ul li a img {
    margin-right: 5px;
    margin-top: -3px;
}
.top-header-right ul li:last-child a{
	padding-right:0;
}
/* home-cta-sec */
.home-cta-sec{
	min-height: 650px;
	position: relative;
	padding-bottom: 90px;
	margin-top:120px;
}
.home-cta-sec::after{
	position: absolute;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.home-cta-form{
	background-color: #fff;
	max-width: 456px;
	width: 100%;
	box-shadow: rgba(0 0 0 / .2) 0px 0px 20px;
	-webkit-box-shadow: rgba(0 0 0 / .2) 0px 0px 20px;
	border-radius: 10px;
	overflow: hidden;
	margin-top: -70px;
	padding: 70px 70px 44px;
	margin-left: auto;
}
.home-cta-wrapper{
	position: relative;
	z-index: 1;
}
.home-cta-content h2{
	font-size: 50px;
	line-height: 90px;
	color: #FFFFFF;
	font-weight: 400;
	margin: 0;
}
.home-cta-content p{
	line-height: 30px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 0;
}
.home-cta-content p a{
	font-weight: 700;
	color: #96B7D5;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.home-cta-content p a:hover{
	color: #FFFFFF;
}
.home-cta-form h2 {
	font-size: 33px;
	line-height: 45px;
	font-weight: 300;
	text-align: center;
	color: #2B2B2B;
	margin-bottom: 0;
}
.home-cta-form .gform_wrapper.gravity-theme .gfield input.large, .home-cta-form .gform_wrapper.gravity-theme .gfield select.large {
	/*border-radius: 53px;*/
}
@media(max-width:991px){
	.home-cta-sec{
		padding-bottom: 50px;
		padding-top: 50px;
		margin-top:50px;
	}
	.home-cta-form{
		margin: 40px auto 0;
	}
	.home-cta-sec::after{
		background-color: rgba(0, 0, 0, 0.4);
	}
}
@media(max-width:767px){
	.home-cta-content h2 {
		font-size: 33px;
		line-height: 45px;
		font-weight: 400;
		margin: 0 0 20px;
	}
	.home-cta-form{
		padding: 40px 30px 20px;
	}
}

.menu-area > ul > li > a:hover {
    color: #96B7D5;
}
.menu-area > ul > li > ul {
    background-color: #FFFFFF;
}
.menu-area > ul > li > ul > li > ul > li > a {
    color: #0C4370 !important;
}
.menu-area > ul > li > ul > li > a {
    color: #0C4370;
/*     border-bottom: 2px solid #015AAA; */
}
.mobile-screen-button ul li a.common-button {
    background-color: #F36F20;
}
.border-button:hover {
    background-color: #ffffff;
    color: #0C4370;
    border-color: #fff;
}
.common-button:hover {
	background-color: #ffffff;
	color: #0C4370;
	border-color: #fff;
}
a.common-link:hover {
    color: #005AAA;
}
body .gform_button:hover {
    color: #0C4370;
	
}
body .gform_button {
border-bottom: 2px solid #005AAA;
}

.procedure-content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    transform: translateY(calc(100% - 50px));
    transition: transform 0.5s ease 0s;
    z-index: 1;
}
.each-procedure:hover .procedure-content {
    transform: translateY(-16px);
}
.each-procedure {
    overflow: hidden;
}
/* new-philosophy-inject */
.new-philosophy-inject{
	margin-top: 100px;
	margin-bottom: 100px;
}
.new-philosophy-wrapper{
	max-width: 950px;
	width: 100%;
	margin: 0px auto;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}
.new-philosophy-logo{
	position: absolute;
	top: 0;
	left: -70px;
	pointer-events: none;
	filter: grayscale(1);
}
.new-philosophy-logo img{
	max-width: 262px;
}
.new-philosophy-left-content {
	padding-left: 70px;
	padding-top: 62px;
}
.new-philosophy-left-content h2{
	color: #2B2B2B;
	font-size: 35px;
	line-height: 60px;
	margin-bottom: 0;
}
.new-philosophy-left-content a.common-link:after{
	background-color: #CCCCCC;
}
.new-philosophy-left-content a.common-link{
	color: #2B2B2B;
}
.new-philosophy-right p{
	font-size: 21px;
	line-height: 44px;
	margin: 0;
}
.new-philosophy-right p strong{
	font-weight: 700;
}
@media(max-width:991px){
	.new-philosophy-inject {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.new-philosophy-wrapper{
		padding-top: 80px;
		padding-bottom: 0;
	}
	.new-philosophy-logo{
		left: 50%;
		transform: translateX(-50%);
	}
	.new-philosophy-left-content {
		padding-left: 0;
		margin-bottom: 58px;
	}
}

.footer-top-middle-area a.common-button {
    margin-bottom: 25px;
    background-color: #005AAA;
}
.footer-top-middle-area a.common-button:hover {
    background-color: #fff;
    border-color: #005AAA;
}
.site-breadcrumb a:hover {
    color: #005AAA;
}

.menu-area > ul > li > ul > li > a:hover {
    color: #96B7D5;
}
.bottom-contact-text p a {
    color: #96B7D5;
}

.each-sub-over:hover:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgb(12 12 12) 100%);
}

.footer-bottom-right.text-center.text-lg-right {
    display: flex
;
}

.search-box:hover {
    background-color: #96B7D5;
}
.advanced-smart-search-form-wrapper h2 {
    font-family: "Poppins" !important;
	font-size:40px !important;
}
.advanced-smart-search-area {
    background-color: #222222 !important;
}
.advanced-smart-advance-smart-search-wrapper input {
    color: #442e59 !important;
}
#advance-search-display h5 {
    background-color: #989898 !important;
}
#advance-search-display ul li h4 {
    color: #0b0b0b !important;
}
#advance-search-display ul li p {
    color: #0b0b0b !important;
}
button.advanced-smart-search-button img {
    filter: brightness(0) saturate(100%) invert(68%) sepia(0%) saturate(54%) hue-rotate(167deg) brightness(90%) contrast(88%) !important;
}

}
.new-philosophy-left-content {
    padding-top: 70px;
}
h3.fax-no a, h3.ph-no a {
    font-weight: 700;
}

.footer-top-right-area {
    padding-left: 62px;
    width: 232px;
}
@media(max-width:991px){
.footer-top-right-area {
    padding-left: 62px;
    width: auto;
}
}

.footer-social ul li a:hover {
    color: #f36f20;
}
.footer-social ul li a {
    color: #005AAA;
}