/*************** Import Css **************/
@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

/* font-family: "Cardo", serif;  */

/********************* Header Css ******************/
.header-area{
    padding-top: 10px
}
.nav-icon-and-logo-rea{
    gap:10px
}
.nav-area-wrapper {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 30px;
}
.social-media ul {
    gap:10px
}
.social-media ul li a{
    color: #021a36;
    border: 2px solid #d0d9e1;
    height: 35px;
    border-radius: 50%;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}
.social-media ul li a:hover{
    background-color: #021a36;
    border: 2px solid #021a36;
    color:#fff
}
.menu-area ul{
    margin:0px;
    padding: 0px;
    list-style: none;
}
.menu-area > ul{
    display: flex;
    column-gap: 30px;
}
.menu-area > ul > li > a{
    color: #021a36;
    text-transform: uppercase;
    font-size: 16px;
    font-weight:700;
    display: inline-block;
    padding:20px 0px
}
.menu-area > ul > li > a:hover{
    opacity: 0.5;
}
.phone-icon{
    color: #021a36;
    border: 2px solid #d0d9e1;
    height: 35px;
    border-radius: 50%;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
	padding-top: 2px;
}
.phone-content p{
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #021a36;
    margin-bottom:0px
}
.phone-content a{
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #021a36;
    margin-bottom:0px;
    display: block;
}
.phone-content a:hover{
    opacity: 0.5;
}
.each-phone-number{
    gap:10px
}
.phone-number-area ul{
    gap:20px
}
.button-area ul li a{
    padding-top: 10px;
    padding-bottom: 10px;
}
.button-area ul {
    gap:10px
}
.button-area ul li:first-child a{
    background: #dfe2e7;
    color: #636b76;
}
.button-area ul li:first-child a:hover{
    background: #021a36;
	color: #fff;
}
.button-area ul li:nth-child(2) a{
    background: #6e7e8e;
}
.button-area ul li:nth-child(2) a:hover{
    background: #021a36;
	color: #fff;
}
.custom-header-middle-right{
    gap:30px
}
.logo-area a img{
    max-width: 250px;
}
.custom-header-btm{
    background: #021a36;
    margin-top: 30px;
}
.custom-header-btm .nav-menu ul li{
    padding: 16px 0;
    position: relative;
}
.custom-header-btm .nav-menu ul li a{
    letter-spacing: 1px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
.custom-header-btm .nav-menu ul li a:hover{
    opacity: 0.5;
}
.custom-header-btm .nav-menu ul li:not(:last-child):after {
    content: '•';
    /* display: block; */
    position: absolute;
    top: 19px;
    font-size: 28px;
    color: rgba(255, 255, 255, 0.6);
    right: -118px;
}
.banner-content-wrapper{
    max-width: 600px;
}
.banner-content{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
}
.banner-content-wrapper h1{
    font-size: 36px;
    line-height: 1;
    font-weight: 600;
    color:#021a36
}
.banner-content-wrapper p{
    margin-bottom: 30px;
}
.featured-services-banner-area {
    padding: 80px 0 0;
    height: 490px;
}
.featured-services-area h2 {
    font-size: 38px;
    letter-spacing: 2px;
    color:#fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.featured-services-area a.common-button{
    background-color: #fff;
    color: #616b75;
    max-width: 240px;
}
.featured-services-area a.common-button:hover{
    background: #dfe2e7;
    color: #636b76;
}
.custom-services-flex {
    margin-top: 60px;
    z-index: 2;
}
.each-custom-services .link-container{
    margin: 0 auto 40px;
    min-height: 40px;
    color:#fff
}
.custom-services-flex{
    gap:20px
}
.each-custom-services {
    width:calc(20% - 16px)
}
.link-container h3{
    font-size: 20px;
    line-height: 20px;
}
.inner-container{
    max-width: 1300px;
}
.meet-our-doctor{
    padding: 350px 0 180px;
}
.meet-doctor-area{
    width:30%;
    display: flex;
}
.w-60{
    width: 60%;
}
.w-30{
    width: 30%;
}
.heading-area h2{
    text-transform: uppercase;
    margin-bottom: -55px;
}
.dr-name {
    margin: 0px 0 15px;
    color: #172c47;
    font-size: 30px;
    font-weight: 700;
}
.docto-content p{
    font-size: 24px;
    text-align: left;
    line-height: 1.5;
    color: #50575d;
    margin:0px
}
.doctor-image:before{
    background: #dcdddf;
	width: 3px;
	right: -25px;
	position: absolute;
    content: "";
    height: 100%;
}
.docto-content{
    padding-top: 115px;
    padding-bottom: 150px;
}
.slider-control-area {
    gap:5px
}
.slider-control-area > * {
    margin:auto;
    left:auto;
    right: auto;
    opacity: 1 !important;
    width: 69px;
    height: 69px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    border-radius: 0;
    background: #b9bcbe;
    color:#fff
}
.slider-control-area > *:hover{
    background: #021a36;
}
.meet-our-doctor .button-area {
    margin-top: -70px;
    z-index: 9;
    position: relative;
}
.partner-area{
    margin-top: 100px;
}
.testimonial-area{
    padding: 125px 0 125px 60px;
    min-height:500px;
    background-color: #f7f9ff;
}
.testimonial-heading h2:before {
    content: url('../images/quote_eep.png');
    display: flex;
    width: 40px;
    height: 40px;
    background: #021a36;
    color: #fff;
    position: absolute;
    border-radius: 50%;
    left: -60px;
    line-height: 0;
    align-items: center;
    justify-content: center;
}
.testimonial-heading h2 {
    font-size: 38px;
    letter-spacing: 2px;
    color: #021a36;
    position: relative;
    text-transform: uppercase;
}
.testimonial-slider:before {
    width: 3px;
    height: 100%;
    position: absolute;
    left: -40px;
    background: #dcdddf;
    content: '';
    display: block;
    min-height: 200px;
}
.testimonial-slider{
    max-width: 700px;
}
.each-testi p{
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
}
.testimonial-author h4 {
    font-size: 20px;
    margin-bottom: 0px;
    color: #50575d;
    text-transform: uppercase;
}
.testimonial-author{
    margin-top: 50px;
}
.reviews-slider__rating {
    margin-bottom: 1rem;
}
.fil-percentage {
    top: 0px;
    left: 0px;
    overflow: hidden;
}
.reviews-slider__rating img {
    max-width: none;
}
.leave-review-button a.common-button{
    max-width: 200px;
}
.testimonial-slider .slider-control-area{
    max-width: 140px;
    position: absolute;
    bottom: 109px;
    right: 0px;
}
.footer-area{
    padding: 80px 0;
}
.footer-address-container {
    border: 2px solid #fff;
    max-width: 430px;
    background: rgba(255, 255, 255, 0.06);
    -o-border-image: linear-gradient(to right, #fff, #021a36) 1 stretch;
    border-image: -webkit-linear-gradient(left, #fff, #021a36) 1 stretch;
    border-image: linear-gradient(to right, #fff, #021a36) 1 stretch;
    width: 100%;
}
.footer-address-container__inner {
    padding: 50px;
}
.footer-address-header, .footer-address-sched {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.footer-address-header .fa {
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto 20px;
}
.footer-address-header h3{
    color:#fff;
    text-transform: uppercase;
}
.footer-address-header p {
    line-height: 26px;
    color:#fff;
    margin:0px
}
.footer-address-sched .d-flex:not(:last-child) {
    margin-bottom: 10px;
}
.footer-address-sched .sched-day {
    width: 150px;
}
.footer-address-sched > * > * {
    line-height: 1;
}
.footer-address-sched{
    color:#fff;
    line-height: normal;
}
.footer-address-footer {
    max-width: 210px;
    margin: 0 auto;
}
.footer-address-footer div {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
    color:#fff;
    margin-right: 10px;     
}
.footer-address-footer div a{
    font-size: 20px;
    font-weight: bold;
    color:#fff
}
.footer-address-footer div a:hover{
    opacity: 0.5;
}
.map-area iframe{
    display:block
}
.footer-bottom-area{
    background: #021a36;
    padding: 50px 0;
}
.footer-bottom-area .social-media ul li a{
    color: #fff;
    border: 2px solid #3c5a99;;
    height: 35px;
    border-radius: 50%;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    background-color: #3c5a99;;
}
.footer-bottom-area .social-media ul{
    justify-content: center;
}
.copy-right-area ul{
    gap:30px;
    margin-top: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.copy-right-area ul li{
    color:#fff;
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
}
.copy-right-area ul li:not(:last-child):after{
    content:'';
    position: absolute;
    right:-15px;
    top:5px;
    background-color: #fff;
    width:1px;
    height:15px
}
.copy-right-area ul li a{
    color:#fff
}
.copy-right-area ul li a:hover{
    opacity: 0.5;
}
.copy-right-area p{
    margin:0px;
    color:#fff;
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    position: relative;
    text-align: center;
}
.copy-right-area p a{
    color:inherit
}
.copy-right-area p a:hover{
    opacity: 0.5;
}
/********* Contact Page **********/
.inner-banner-content-width{
    max-width: 1300px;
}
.inner-banner-area{
    height: 300px;
}
.inner-banner-area h1{
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: #272727;
    margin-bottom:0px
}
.inner-banner-area:after{
    content: "";
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.inner-banner-area .container{
    z-index: 1;
}

.location-area{
    padding:100px 0px
}
.contact-content-wrapper{
    max-width: 900px;
    padding: 0 20px;
}
.contact-content-wrapper > h2{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1;
    display: block;
    margin: 20px 0 30px;
    min-height: 90px;
}
.location-image{
    max-width: 350px;
}
.each-location-info h3{
    padding-top: 30px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    text-decoration: underline;
    margin-bottom: 30px;
}
.each-location-info h5{
    font-weight: 700;
    text-align: center;
    color: #666666;
    font-size: 21px;
    margin-bottom: 10px;
}
.each-location-info p, .each-location-info p a{
    font-weight: 400;
    text-align: center;
    color: #666666;
    font-size: 21px;
    margin-bottom: 15px;
}
.each-location-info p{
    margin-bottom: 40px;
}
.each-location-info p a:hover{
    color: #000;
}
.contact-form-area h2{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1;
    display: block;
}
.custom-header-middle-right .mobile-right-header{
    display: none;
}


/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Review Page %%%%%%%%%%%%%%%%%%%%%%%% */
.review-area{
    padding: 100px 0px;
}
.review-wrapper{
    max-width: 100%;
}
.review-each{
    padding: 40px 0 25px 0px;
    border-bottom: 1px solid #dbe1e6;
}
.review-wrapper .review-each:last-child{
    border-bottom: 0px;
}
.review-each p{
    font-style: italic;
    margin-bottom: 0px;
    color: #666666;
}
.review-each h6{
    font-size: 22px;
    color: #666666;
	margin-top: 20px;
}
.review-wrapper h3{
   text-align: center;
   line-height: 1;
   font-size: 27px;
   color: #272727;
}
.review-from-area{
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 100px;
}
/* .review-from-ratting{
    display: flex;
    align-items: center;
        gap: 13px;
} */
.review-from-ratting h4{
    text-transform: uppercase;
        margin-top: 8px;
}
.review-from-area h2{
   text-align: center;
   line-height: 1;
   font-size: 30px;
   color: #272727;
   margin-bottom: 40px;
}
.review-from-area .row{
    margin: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.review-from-area .row .col-lg-5{
    padding: 0px;
}
.review-from-area .row .col-lg-7{
    padding: 0px;
}
.review-from{
    padding: 50px;
}
.review-from h3{
   line-height: 1;
   font-size: 30px;
   color: #272727;  
   margin-bottom: 20px;
}
.review-from .reviews-slider__rating {
    margin-bottom: 0px;
}
.review-from-image{
	height: 100%;
}
.review-from-image img{
    width: 100%;
    height: 100%;
    opacity: 0.5;
    object-fit: cover;
}
.review-heading{
	display:flex;
}
.review-from-ratting p{
	font-size: 14px;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 0px;
}
.review-from-ratting p a{
	color: #86d3dc;
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Procedure page %%%%%%%%%%%%%%%%%%%%%%%%%%%%  */
.procedure-area{
    margin-top: 60px;
    margin-bottom: 40px;
}
.procedure-search-area{
    margin-bottom: 20px;
}
.procedure-search-area input {
    border-radius: 0;
    border: 1px solid #c6cfd6;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0px;
    height: 70px;
    min-height: 50px;
    max-width: 100%;
    width: 100%;
    padding-left: 30px;
	padding-right: 40px;
    font-size: 21px;
}
.procedure-right-each{
    min-height: 300px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0px 48px;
}
.procedure-right-each:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
}
.procedure-area .procedure-right-each h3{
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    position: relative;
}
.procedure-right-each .common-button{
    position: relative;
}
.procedure-area ul{
    padding-left: 22px;
    margin-bottom: 30px;
}
.procedure-area .pagination ul {
	margin-bottom: 0px;
	margin-right: 20px;
}
.procedure-quick-link-area{
    margin-bottom: 20px;
}
.procedure-area .procedure-quick-link-area ul{
   list-style: none;
   padding: 0px;
    margin: 0px;
}
.procedure-quick-link-area ul li{
    padding: 20px 30px;
    width: 100%;
    border: 1px solid rgba(219, 225, 230, 0.3);
    border-top: 0px;
}
.procedure-quick-link-area ul li.active{
    background: #86d3dc;
}
.procedure-quick-link-area ul li a{
    color: #666666;
    font-size: 21px;
    	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.procedure-quick-link-area ul li.active a{
    color: #fff;
}
.procedure-quick-link-area ul li a:hover{
    color: #272727;
    	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.procedure-quick-link-area h5{
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
        padding: 20px 30px;
    background: #021a36;
}
.pro-left-image{
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
    max-width: 300px;
}
.pro-right-image{
     float: right;
    margin-left: 30px;
    margin-bottom: 10px;
    max-width: 300px;  
    width: 100%; 
}
.pro-right-image img{
    width: 100%;
}
.procedure-area h3{
    font-size: 26px;
    color: #272727;
    font-weight: 600;
    line-height: 36px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.procedure-area h4{
    font-size: 26px;
    color: #272727;
    font-weight: 600;
    line-height: 36px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.procedure-area h6{
    font-weight: 400;
    font-size: 21px;
    line-height: 35px;
    color: #666666;
}
.procedure-right-content{
    margin-left: 20px;
	max-width:400px;
	margin-left:auto;
}
.pro-middle-image{
    margin-bottom: 50px;
    margin-top: 50px;
}
.procedure-image-box-area{
    background: #f8f8f8;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}
.procedure-image-box-each{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 30px;
}
.procedure-image-box-each img{
    width: 90%;
    max-width: 128px;
    display: inline;
}
.procedure-image-box-area .row .col-lg-4{
    border-right: 1px solid #ccc;
}
.procedure-image-box-area .row .col-lg-4:last-child{
    border-right: 0px solid #ccc;
}
.procedure-search-area {
    position: relative;
}
.procedure-search-area button{
	position: absolute;
    width: 30px;
    background-color: transparent;
    border: 0px;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.error-area{
	margin-top: 100px;
	margin-bottom: 100px;
}

.blog-overview-wrapper .blog-overview-each{
    border-bottom: 1px dashed #eee;
    padding: 0 0 3em;
    margin-bottom: 3em;
}
.blog-overview-heading{
    margin-bottom: 45px;
}
.blog-over-right-content h3{
    margin-bottom: 0px;
}
.blog-over-right-content .common-button{
    max-width: 158px;
}
.blog-overview-wrapper .blog-overview-each:last-child{
    border-bottom: 0px;
}
.blog-overview-area.service-overview-wrapper .blog-overview-wrapper .blog-overview-each{
    border-bottom: 0px;
}
.resources-image-each img {
	min-width: 100%;
	margin-bottom: 50px;
}

.learn-more-button {
    position: absolute;
    right: 20px;
    bottom: 15px;
    display: table;
    z-index: 9999999;
}
.slider-control-area {
    pointer-events: all !important;
}

.swiper.mySwiper2 {
    position: relative;
    z-index: 999999;
}
.meet-our-doctor .button-area {
    pointer-events: none;
	z-index: 9999999;
}
@media(max-width:991px){
	.learn-more-button {
		position: inherit;
		right: 0px;
		bottom: 0;
		display: table;
		z-index: 9999999;
		margin-top: 21px;
	}
}