/*************** Import Css **************/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/*font-family: "Inter", sans-serif;*/
/********************* Header Css ******************/
.header-area{
    position: absolute;
    top:0px;
    left:0px;
    padding:10px;
    z-index: 9999;
}
.header-area-wrapper{
    padding:15px 34px 4px
}
.header-phone-number a{
    font-weight: 700;
    font-size: 16px;
    line-height: 34px;
    color:#fff;
    border:1px solid #fff;
    display: inline-block;
    border-radius: 30px;
    white-space: nowrap;
}
.header-phone-number a:hover{
    background-color: #0E4F8B;
}
.header-right-area{
    gap:36px;
}
.header-button-area{
    gap:20px;
}
.header-button-area a{
    min-width: 168px;
    text-align: center;
    padding:4px 27px;
}
.header-area .logo-area{
    max-width: 188px;
}
.header-area.fixed_header{
    top: -100%;
    position: fixed;
}
.header-area.fixed_header.stky{
    top:0px;
    transition: all 0.5s;;
}
.header-area.fixed_header .header-area-wrapper{
    padding:15px 34px;
    background-color: #0E4F8B;
    border-radius: 25px;
}
/***** Menu ********/
.header-menu-area ul{
    margin:0px;
    padding:0px;
    list-style: none;
}
.header-menu-area > ul{
    display: flex;
    gap:30px
}
.header-menu-area > ul > li > a{
    font-weight: 500;
    font-size: 16px;
    line-height: 34px;
    color:#fff
}
.header-menu-area > ul > li > a:hover{
    color: #ffffff;
    text-decoration: underline;
    text-decoration-thickness: 1.25px;
    text-underline-offset: 5px;
}
/***** End:Menu ********/
/********************* End:Header Css ******************/
/********************* Footer Css ******************/
.footer-area{
    border:10px solid #fff;
    border-radius: 25px;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 35px;
}
.footer-area .container{
    max-width: 1254px;
}
.footer-info-area{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 68px;
    padding-bottom: 80px;
    border-bottom:1px solid #fff;
}
.footer-logo-and-social-icon-holder p{
    font-size: 12px;
    line-height: 18px;
    color:#fff;
    margin-bottom: 25px;
}
.footer-logo{
    margin-bottom: 27px;
}
.footer-social ul{
    gap:20px;
}
.footer-social ul li a{
    font-size: 28px;
    color:#fff;
}
.footer-social ul li a:hover{
    color:#2C74FF
}
.each-info h5{
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color:#fff;
    margin-bottom: 7px;
}
.each-info p{
    margin: 0px;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color:#fff;
}
.each-info p a{
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color:#fff;
    display: inline-block;
}
.each-info p a:hover, .each-info a:hover{
    color:#2C74FF
}
.each-footer-info{
    gap:24px
}
.footer-quick-links ul{
    margin:0px;
    padding:0px;
    list-style: none;
}
.footer-quick-links ul li a{
    display: block;
    font-size: 14px;
    line-height: 100%;
    text-transform: capitalize;
    padding:17px 20px;
    color:#fff;
    border-bottom:1px solid #FFFFFF33;
    position: relative;
}
.footer-quick-links ul li a:after{
    content:url('../images/footer-quick-links-arrow.png');
    position: absolute;
    right:20px;;
    transition: all 0.5s;;
}
.footer-quick-links ul li a:hover{
    color:#2C74FF
}
.footer-quick-links ul li a:hover:after{
    transform: rotate(45deg);
    transition: all 0.5s;;
}
.footer-quick-links ul li:first-child a{
    padding-top: 0px;
}
.footer-quick-links ul li:last-child a{
    padding-bottom: 0px;
    border:0px;
}
.footer-bottom-info-left p{
    font-size: 13px;
    line-height: 26px;
    color:#fff;
    margin:0px;
}
.footer-bottom-links ul{
    display: flex;
    margin:0px;
    padding: 0px;
    list-style: none;
    margin-left: 15px;
}
.footer-bottom-links ul li a{
    color:#fff;
    font-size: 13px;
    line-height: 26px;
    padding:0px 12px;
    position: relative;
}
.footer-bottom-links ul li a:hover{
    color:#2C74FF
}
.footer-bottom-links ul li a{
    border-right: 1px solid #fff;
    text-decoration: underline;
}
.footer-bottom-links ul li:first-child a{
    padding-left: 0px;
}
.footer-bottom-links ul li:last-child a{
    padding-right: 0px;
    border:0px;
}
.footer-bottom-info{
    padding-top: 21px;
}
.footer-bottom-info-right p, .footer-bottom-info-right p a{
    color:#fff;
    font-size: 13px;
    line-height: 26px;
    margin: 0px;
}
.footer-bottom-info-right p a{
    text-decoration: underline;
}
.footer-bottom-info-right p a:hover{
    color:#2C74FF
}
/********************* End:Footer Css ******************/
/********* Home Banner Area ***********/
.banner-area{
    min-height:100vh;
    border:10px solid #fff;
    border-radius: 25px;
    overflow: hidden;
    padding-bottom: 165px;
}
.banner-area:after{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background: rgba(14, 79, 139, 0.7);
    content:'';
}
.banner-area .container{
    position: relative;
    z-index: 1;
}
.banner-content{
    max-width: 820px;
}
.home .banner-content h1{
    font-weight: 700;
    font-size: 72.77px;
    line-height: 100%;
    margin-bottom: 30px;
}
.home .banner-content p{
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    color:#fff;
    margin-bottom: 35px;
}
/********* End:Home Banner Area ***********/
/********* Loaction Area ***********/
.location-links-area{
    margin-top:40px;
    margin-bottom: 40px;
}
.location-links-content-holder h3{
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    text-transform: capitalize;
    color: #0E4F8BFA;
    margin:0px;
    white-space: nowrap;
}
.location-links-content-holder ul{
    gap:10px;
}
.location-links-content-holder ul li a{
    font-weight: 700;
    font-size: 16px;
    line-height: 34px;
    text-transform: capitalize;
    color:#2C74FF;
    padding:10px 20px;
    background: #F5F5F5;
    display: inline-block;
    border-radius: 78px;
    border: 2px solid #FFFFFF
}
.location-links-content-holder ul li a:hover{
    background-color:#2C74FF;
    color:#fff
}
.location-links-content-holder {
    gap:10px
}
/********* End:Loaction Area ***********/
/********* Intro Area ***********/
.intro-area{
    margin-top: 85px;
    margin-bottom: 85px;
}
.intro-area-content-wrapper{
    max-width: 1175px;;
}
.intro-area-right{
    padding:50px;
    border: 2px solid #ECECEC;
    border-radius:25px;
    max-width: 528px;
    margin-left: auto;
}
.each-intro-right-area-content{
    margin-bottom: 30px;
    padding-bottom: 23px;
    border-bottom: 1px solid #D8D8D8;
}
.each-intro-right-area-content h3{
    margin-bottom: 8px;
}
.each-intro-right-area-content p{
    font-size: 16px;
    line-height:28px;
    margin-bottom: 0px;
}
.each-intro-right-area-content:last-child{
    margin: 0px;
    padding: 0px;
    border: 0px;
}
/********* End:Intro Area ***********/
/********** Service Area *******/
.service-section{
    margin-top:95px;
    margin-bottom: 95px;;
}
.service-section-content-holder{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap:16px;
    row-gap: 19px;
}
.each-service-block{
    border-radius: 25px;
    overflow: hidden;
    background-color: #E6F4FF;
    transition: all 0.5s;
	position: relative;
}
.service-image img{
    height: 165px;
    object-fit: cover;
}
.each-service-content-holder{
    padding:40px;
    padding-top: 30px;
    padding-right: 100px;
    min-height: 263px;
	position: initial !important;
}
.each-service-content-holder p{
    line-height: 20px;
    margin-bottom: 0px;
}
.each-service-content-holder h3{
    margin-bottom: 15px;
    font-size: 24px;
    line-height: normal;
}
.link-area{
    width: 90px;
    height: 90px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #fff;
    position: absolute;
    bottom:-1px;
    right:-1px;
}
.link-area img{
    transition: all 0.5s;
}
.each-service-block:hover{
    background-color:#CFEAFF;
    transition: all 0.5s;
}
.each-service-block:hover .link-area img{
    transform: rotate(45deg);
    transition: all 0.5s;
}
/********** End:Service Area *******/
/********** Testimonial Area ***********/
.testimonial-area{
    margin-top: 145px;
    margin-bottom: 145px;
}
.testimonial-content-wrapper{
    max-width: 1275px;
}
.each-testimonial-box{
    border:2px solid #ECECEC;
    border-radius:25px;
    padding:70px;
}
.each-testimonial-box p{
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 40px;
}
.each-testimonial-box h6{
    font-weight: 700;
    font-style: Italic;
    font-size: 20px;
    line-height: 100%;
    color:#000000
}
.testimonial-heading {
    margin-bottom: 50px;
}
.each-testimonial-box{
    height: 100%;
}
.testiminial-slider .swiper-slide{
    height: auto;
}
.swiper-slider-controller > div{
    top:auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin: 0px !important;
}
.swiper-slider-controller{
    gap:40px;
    margin-top: 50px;
}
.swiper-slider-controller .swiper-pagination{
    width:207px;
    border-radius: 40px;
    overflow: hidden;
    background-color: #CECECE;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background-color: #727272;
    border-radius: 40px;
    overflow: hidden;
}
/********** End:Testimonial Area ***********/
/********** Step Area ***********/
.step-cta-area{
    margin-top:105px;
    margin-bottom: 105px;
}
.step-area-heading h6{
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
}
.step-area-heading h2.heading{
    margin-bottom: 20px;
}
.step-area-content .row{
    margin:0px -5px;
}
.step-area-content .row > *{
    padding:0px 5px;
}
.step-area-image{
    border-radius:25px;
    overflow: hidden;
}
.step-area-content .row > .col-lg-4{
    -ms-flex: 0 0 27.75%;
    flex: 0 0 27.75%;
    max-width: 27.75%;
}
.step-area-content .row > .col-lg-8{
    -ms-flex: 0 0 72.25%;
    flex: 0 0 72.25%;
    max-width: 72.25%;
}
.steps-wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:10px
}
.each-step-field{
    background: #E6F4FF;
    border-radius: 25px;
    overflow: hidden;
    min-height: 151px;
}
.step-count{
    height: 100%;
    min-width:67px;
    max-width: 67px;
    background: #0E4F8B0D;
    font-weight: 400;
    font-size: 39px;
    line-height: 100%;
    color: #0E4F8BFA;
}
.each-step-content{
    padding:28px;
}
.each-step-content p{
    margin:0px;
    line-height: 20px;
}
.schedule-button a{
    display: inline-flex;
    flex-direction: column;
    padding:37px 102px 37px 35px;
    background-color: #2C74FF;
    border-radius:25px;
    overflow: hidden;
}
.schedule-button:hover a{
	background-color: #0d4f8b;
}
.schedule-button h4{
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color:#fff;
    margin-bottom: 3px;
}
.schedule-button p{
    color:#fff;
    margin: 0px;
    line-height: 20px;
}
.schedule-button:hover .link-area img{
    transform: rotate(45deg);
    transition: all 0.5s;
}
.step-area-heading{
    margin-bottom: 50px;
}

/********** End:Step Area ***********/
/********** Providers area *********/
.providers-inject{
    padding-top: 115px;
    padding-bottom: 85px;
    margin-top:105px;
/*     overflow: hidden; */
	overflow-x: clip;
}
.providers-inject:before{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:calc(100% + 195px);
    background: linear-gradient(180deg, #EFEFEF 25.12%, #FFFFFF 100%);
    z-index: -1;
    content:'';
}
.provider-slider{
    width: calc(100vw - ((100vw - 1328px) / 2) + 90px);
    
}
.each-provider{
    border-radius:25px;
    overflow: hidden;
    background-color: #fff;
}
.each-provider > a > img{
    width:100%;
    border-radius:25px;
}
.provider-link{
    background: #E6F4FF;
    width:54px;
    height:54px;
    border-top-left-radius: 25px;
}
.provider-link img{
    width: 16px;
    transition: all 0.5s;;
}
.each-provider:hover .provider-link img{
    transform: rotate(45deg);
    transition: all 0.5s;;
}
.provider-name-and-link{
    padding-top: 25px;
    padding-bottom: 20px;
    padding-left: 25px;
}
.provider-name-and-link .provider-link{
    position: absolute;
    right:0px;
    bottom:0px;
}
.provider-name-and-link h3{
    margin-bottom: 0px;
}

/********** End:Providers area *********/
/********** Logo Slider **********/
.logo-slider{
    mix-blend-mode: luminosity;
    opacity: 0.5;
    margin-bottom: 85px;
}
.logo-slider .swiper-wrapper {
    transition-timing-function: linear !important;
    position: relative;
}
.logo-slider .swiper-wrapper .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    overflow: hidden;
    padding: 0 27px;
    height: auto;
}
/********** End:Logo Slider **********/
/********** Spider Ven Section **********/
.spider-ven-section{
    margin-top:80px;
    margin-bottom: 80px;
    padding-left:15px;
    padding-right: 15px;
    border-radius:25px;
    min-height: 808px;
    padding: 105px 0px;
}
.spider-ven-section-content{
    max-width: 1165px;
}
.spider-ven-section-content-left h2{
    color:#fff;
    margin-bottom: 20px;
}
.spider-ven-section-content-left h2 strong{
    color:#CFEAFF
}
.spider-ven-section-content-left p{
    color:#fff;
    margin-bottom: 35px;
}
.spider-ven-section-content-left .common-button{
    max-width: 233px;
}
.spider-ven-section-content-left{
    max-width: 525px;
}
.spider-ven-section-content-right{
    /* From https://css.glass */
    background: rgba(230, 244, 255, 0.21);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(14.3px);
    -webkit-backdrop-filter: blur(14.3px);
    border-radius:25px;
    padding:46px 53px;
}
.spider-ven-section-content-right ul{
    gap:13px;
}
.spider-ven-section-content-right ul li{
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    gap:17px;
    color:#fff
}
/********** End:Spider Ven Section **********/
/********* Insurance Plan *********/
.insurance-plan{
    margin-top: 75px;
    margin-bottom: 75px;
}
.insurance-plan-image{
    border-radius: 25px;
    overflow: hidden;
}
.insurance-plan-content{
    max-width: 524px;
}
.insurance-pan-button {
    gap:18px;
}
.insurance-pan-button a.common-button{
    max-width: 233px;
}

/********* End:Insurance Plan *********/
/********* Resourse Block Area **********/
.resourse-area{
    margin-top: 90px;
    margin-bottom: 130px;
}
.resourse-each-block{
    background: #E6F4FF;
    padding:40px;
    border-radius:25px;
    height: 100%;
}
.resourse-each-block-left h3{
    margin-bottom: 20px;
}
.resourse-each-block-left h2{
    margin-bottom: 0px;
}
.resourse-each-block-right a{
    display: flex;
    align-items: center;
    background: #CFEAFF;
    border-radius:25px;
    justify-content: center;
    flex-direction: column;
    padding:18px;
    text-align: center;
    min-height:194px;
    max-width: 160px;
    min-width:160px
}
.resourse-each-block-right h6{
    font-weight: 700;
    font-size: 16px;
    line-height: 34px;
    text-transform: capitalize;
    color:#2C74FF
}
.resourse-each-block-right img{
    margin-bottom: 10px;
}
.resourse-each-block-right a img{
    transition: all 0.5s;;
}
.resourse-each-block-right a:hover img{
    transform: rotate(45deg);
    transition: all 0.5s;;
}
.resourse-each-block-right{
    max-width: 160px;
}
/********* End:Resourse Block Area **********/
/********* Contact Us Area ***********/
.contact-us-area{
    background: linear-gradient(180deg, #F5F5F5 25.12%, rgba(255, 255, 255, 0) 100%);
    padding-top: 85px;
    padding-bottom: 70px;;
}
.contact-us-area h2{
    text-align: center;
    margin-bottom: 70px;
}
.contact-us-area h2 strong{
    display: inline;
}
.contact-us-left-part, .contact-us-right-part{
    border: 2px solid #ECECEC;
    border-radius:25px;
    padding:50px 40px;
    background-color: #fff;
}
.contact-us-area .row{
    margin:0px -23px
}
.contact-us-area .row > *{
    padding:0px 23px
}
.contact-us-right-part-content h3{
    font-size: 20px;
    margin-bottom: 12px;
}
.contact-us-right-part-content p{
    line-height: 20px;
    margin-bottom: 15px;
}
.contact-us-right-part-content .schedule-button a {
    padding: 31px 102px 31px 35px;
    width: 100%;
    display: flex;
}
.contact-us-right-part-content .schedule-button a p{
    margin: 0px;
}
/********* End:Contact Us Area ***********/
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Marge %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/*================== blog-overview ==================*/
.blog-banner{
    min-height: 470px;
    border-radius: 25px;
    overflow: hidden;
    border: 10px solid #fff;
    border-radius: 25px;
    padding: 122px 0;
}
.blog-banner::before{
    background: linear-gradient(0deg, rgba(14, 79, 139, 0.7), rgba(14, 79, 139, 0.7)), linear-gradient(180deg, rgba(14, 79, 139, 0.5) 0%, rgba(14, 79, 139, 0) 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
}
.blog-banner-wrapper{
    position: relative;
    z-index: 1;
}
.blog-banner-wrapper h1 span{
    display: block;
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    margin-top: 20px;
}
/************************ Breadcrumb Css *************************/
.site-breadcrumb {
    text-align: center;
	font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 26px;
	margin: 24px 0 33px;
    color: #727272;
}
.site-breadcrumb strong{
	font-weight: 400;
}
.site-breadcrumb a {
	font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 26px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	letter-spacing: 0px;
    color: #727272;
}
.site-breadcrumb a:hover{
	color: #2C74FF;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.site-breadcrumb span{
	margin:0px 4px;
	font-weight: 300;
	color: #727272;
}
/************************ / Breadcrumb Css *************************/
.blog-overview-area{
    margin-top: 23px;
    margin-bottom: 102px;
}
.filter-area{
    max-width: 541px;
    width: 100%;
    margin: 39px auto 49px;
}
.filter-area select{
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    padding: 6px 40px 6px 27px;
    color: #727272;
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #000000;
    border-radius: 25px;
    background-image: url("../images/filter-arrow.svg");
    background-position: 96%;
    background-size: 12px;
    background-repeat: no-repeat;
}
.filter-area select:focus-visible,
.filter-area select:focus{
    outline: none;
}
.blog-overview-wrapper .row{
    margin: 0px -20px 58px;
    row-gap: 40px;
}
.blog-overview-wrapper .row > div{
    padding: 0px 20px;
}
.each-blog-overview{
    border-radius: 25px;
    overflow: hidden;
}
.blog-overview-dtls{
    padding: 42px 20px 23px;
    border: 1px solid #D9D9D9;
    border-top: none;
    border-radius: 0 0 25px 25px;
}
.blog-overview-dtls ul{
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
}
.blog-overview-dtls li{
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-transform: capitalize;
    color: #939393;
    padding: 0px 10px;
    position: relative;
}
.blog-overview-dtls li:first-child{
    padding-left: 0;
}
.blog-overview-dtls li:last-child{
    border: none;
}
.blog-overview-dtls li:not(:last-child)::after{
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #939393;
    width: 1px;
    height: 65%;
}
.blog-overview-dtls h3{
    margin-bottom: 15px;
}
.blog-overview-dtls h3 a{
    color: #0E4F8B;
}
.blog-overview-dtls h3 a:hover{
    color: #000;
}
.blog-overview-dtls p{
    text-transform: capitalize;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 17px;
}
.arrow-btn{
    font-weight: 700;
    font-size: 16px;
    line-height: 34px;
    text-transform: capitalize;
    color: #2C74FF;
    display: inline-block;
    padding-right: 30px;
    position: relative;
}
.arrow-btn:hover{
    color: #2C74FF;
}
.arrow-btn:after {
    content: url(../images/button-arrow.svg);
    position: absolute;
    right: 0px;
    transition: all 0.5s;
    top: 3px;
}
.arrow-btn:hover:after {
    transform: rotate(45deg);
    transition: all 0.5s;
}
.blog-overview-wrapper .text-center .common-button{
    max-width: 229px;
}
/*============= blog-post =============*/
.blog-post-banner{
/*     min-height: 600px; */
    border-radius: 25px;
    overflow: hidden;
    border: 10px solid #fff;
    border-radius: 25px;
    padding: 150px 0 50px;
}
.blog-post-banner::before{
/*     background: linear-gradient(0deg, rgba(14, 79, 139, 0.7), rgba(14, 79, 139, 0.7)), linear-gradient(180deg, rgba(14, 79, 139, 0.5) 0%, rgba(14, 79, 139, 0) 100%); */
   background: linear-gradient(180deg, rgba(14, 79, 139, 0.50) 0%, rgba(14, 79, 139, 0.00) 100%), linear-gradient(270deg, #0E4F8B 0%, #05192B 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
}
.blog-post-banner-wrapper{
    position: relative;
    z-index: 1;
/*     max-width: 900px;
    width: 100%;
    margin: 0px auto; */
}
.blog-post-banner-wrapper h1{
    line-height: 1.2;
	font-size: 48px;
}
.blog-post-banner-wrapper .site-breadcrumb span,
.blog-post-banner-wrapper .site-breadcrumb a,
.blog-post-banner-wrapper .site-breadcrumb{
    color: #fff;
}
.blog-post-banner-wrapper .site-breadcrumb{
    margin: 0px 0 15px;
	text-align: left;
}
.blog-post-banner-wrapper .site-breadcrumb a:hover{
    color: #2C74FF;
}
.blog-post-sec{
    margin-bottom: 109px;
	    margin-top: 33px;
}
.blog-post-wrapper{
    max-width: 900px;
    width: 100%;
    margin: 0px auto;
}
.blog-post-img img{
	border: 3px solid #FFF;
	border-radius: 25px;	
	width: 100%;
}
/* .blog-post-img{
    border-radius: 25px;
    overflow: hidden;
    border: 3px solid #fff;
    margin-top: -249px;
    position: relative;
    z-index: 1;
    margin-bottom: 34px;
} */
.blog-post-banner-each-image{
   min-width: 86px;
   height: 86px;
}
.blog-post-banner-each-image img{
	border-radius: 50%;
	width: 86px;
}
.blog-post-banner-each{
	display: flex;
	align-items: center;
	column-gap: 26px;
	    margin-top: 46px;
    margin-bottom: 16px;

}
.blog-post-banner-each-content p strong{
	font-weight: normal;
    color: #2C74FF;
}
.blog-post-banner-wrapper p{
	color: #fff;
}
.blog-post-banner-wrapper p em{
	color: #fff;
}
.blog-post-banner-each-content p{
	color: #fff;
	margin-bottom: 0px;
}
.next-prev-pg {
    margin-top: 53px;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.next-pg{
    font-weight: 700;
    font-size: 16px;
    line-height: 34px;
    text-transform: capitalize;
    color: #2C74FF;
    display: inline-block;
    padding-left: 30px;
    position: relative;
}
.next-pg:after {
    content: url(../images/button-arrow.svg);
    position: absolute;
    left: 0px;
    transition: all 0.5s;
    top: 0px;
    transform: rotate(-90deg);
}
.next-pg:hover{
    color: #000;
}
.next-pg:hover::after{
    transform: rotate(-134deg);
    filter: brightness(0);
}
/*======================== providers-overview ========================*/
.providers-overview-area{
    margin-bottom: 114px;
    margin-top: 23px;
}
.blog-banner-wrapper .common-button{
    margin-top: 26px;
}
.providers-overview-wrapper{
    max-width: 1126px;
    width: 100%;
    margin: 0px auto;
}
.providers-overview-wrapper .row{
    margin: 0px -25px;
    row-gap: 47px;
}
.providers-overview-wrapper .row > div{
    padding: 0px 25px;
}
.each-providers-overview{
    border-radius: 25px 25px 0 0;
    overflow: hidden;
}
.providers-overview-dtls{
    padding: 17px 20px 21px;
    border: 1px solid #D9D9D9;
    border-top: none;
    border-radius: 0 0 25px 25px;
}
.providers-overview-dtls .arrow-btn{
    font-size: 20px;
    display: block;
}
/*================== providers-post ==================*/
.providers-post-banner{
    min-height: 620px;
    padding: 110px 0;
    border-radius: 25px;
    overflow: hidden;
    border: 10px solid #fff;
}
.providers-post-banner::before{
    background: #0e4f8b;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
}
.providers-post-banner-wrapper {
    max-width: 1141px;
    margin: 0px auto;
    width: 100%;
}
.providers-post-banner-content h1{
    margin-bottom: 42px;
}
.providers-post-banner-content h1 span{
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    display: block;
    margin-top: 14px;
    color: #FFFFFF;
}
.providers-post-img{
    border: 3px solid #FFFFFF;
    border-radius: 25px;
    overflow: hidden;
}
.providers-post-area{
    margin-top: 23px;
    margin-bottom: 60px;
}
.providers-philosophy{
    background-color: #E6F4FF;
    padding: 75px 73px;
    border-radius: 25px;
    text-align: center;
    margin-bottom: 66px;
}
.providers-philosophy p{
    font-weight: 500;
    font-style: Italic;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    text-transform: capitalize;
    color: #0E4F8B;
}
.providers-philosophy p:last-child{
    margin-bottom: 0;
}
.providers-post-wrapper{
    max-width: 900px;
    width: 100%;
    margin: 0px auto;
}
.providers-post-wrapper > ul{
    margin-bottom: 30px;
    padding-left: 23px;
}
.providers-post-wrapper > ul > li{
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #000000;
}
.providers-vdo-sec{
    margin-top: 70px;
    margin-bottom: 146px;
}
.providers-vdo-wrapper{
    max-width: 900px;
    width: 100%;
    margin: 0px auto;
}
.providers-vdo-content h2{
    line-height: 44px;
    padding: 20px 28px 20px 33px;
    border-left: 5px solid #0E4F8B;
}
.providers-vdo-area{
    border-radius: 25px;
    overflow: hidden;
}
.providers-vdo-area iframe{
    width: 100%;
    height: 350px;
    min-height: 350px;
    display: block;
}
.providers-vdo-cover{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
/*===================== Location-overview =====================*/
.location-overview-area{
    margin-top: 23px;
    margin-bottom: 228px;
}
.each-location-overview-area h2{
    text-align: center;
    color: #0E4F8B;
    margin-bottom: 43px;
}
.each-location-overview-area h2 em{
    font-weight: 700;
}
.location-overview-wrapper {
    max-width: 1020px;
    width: 100%;
    margin: 63px auto 0;
}
.each-location-overview-area .row{
    margin: 0px -18px;
    row-gap: 32px;
}
.each-location-overview-area .row > div{
    padding: 0px 18px;
}
.each-location-overview{
    border-radius: 25px;
    overflow: hidden;
}
.location-dtls{
    border: 1px solid #D9D9D9;
    border-top: none;
    border-radius: 0 0 25px 25px;
    padding: 25px 50px;
}
.location-post-content h3,
.location-dtls h3{
    margin-bottom: 14px;
}
.location-post-content p,
.location-dtls p{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 15px;
}
.location-post-content p a, 
.location-dtls p a{
    text-decoration: underline;
    color: #000000;
}
.location-post-content p a:hover,
.location-dtls p a:hover{
    color: #2C74FF;
}
.each-location-overview-area{
    margin-bottom: 75px;
}
/*================ location-post ================*/
.location-post-sec{
    margin-top: 23px;
}
.location-post-wrapper{
    max-width: 900px;
    width: 100%;
    margin: 0px auto;
}
.location-post-area{
    margin-top: 55px;
    margin-bottom: 60px;
}
.location-post-wrap{
    max-width: 900px;
    width: 100%;
    margin: 0px auto;
    padding: 40px;
    border: 1px solid #D9D9D9;
    border-radius: 25px;
    overflow: hidden;
}
.location-post-content .arrow-btn{
    border: 2px solid #2C74FF;
    padding: 10px 75px 10px 20px;
    border-radius: 78px;
}
.location-post-content .arrow-btn:after {
    right: 21px;
    top: 12px;
}
.location-post-content .arrow-btn:hover{
    border-color: #2c74ff;
	background: #e6f4ff;
}
.location-map iframe{
    width: 100%;
    height: 259px;
    display: block;
    border-radius: 25px;
}
.location-specialists-inject{
    background: linear-gradient(0deg, #EFEFEF 25.12%, #FFFFFF 100%);
    padding: 68px 0 45px;
}
.location-specialists-content{
    max-width: 792px;
    width: 100%;
}
.location-specialists-content h2 em{
    font-weight: 700;
}
.location-specialists-content p{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 43px;
}
.location-specialists-content p a{
    color: #000000;
    text-decoration: underline;
}
.location-specialists-content p a:hover{
    color: #2C74FF;
}
.location-specialists-img{
    background: #FFFFFF;
    border-radius: 25px;
    padding: 4px 4px 0;
    border-bottom: none;
    overflow: hidden;
}
.location-specialists-img img{
    border-radius: 21px;
}
.location-specialists-img-btn{
    padding: 20px 0 13px 27px;
}
.location-specialists-img-btn .arrow-btn{
    font-size: 20px;
    color: #0E4F8B;
    display: block;
    padding-right: 55px;
}
.location-specialists-img-btn .arrow-btn:after {
    content: url("../images/location-specialists-img-arrow.svg");
    right: -4px;
    top: -11px;
    background-color: #E6F4FF;
    width: 58px;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px 0 0 0;
}
.location-specialists-img-btn .arrow-btn:hover:after {
    transform: rotate(45deg);
    transition: all 0.5s;
    filter: initial;
    background-color: transparent;
}
.location-specialists-img-btn .arrow-btn:hover{
    color: #2C74FF;
}
.location-specialists-img.ml-lg-auto{
    max-width: 358px;
    width: 100%;
}
.logo-sider{
	padding:64px 0px 0px;
    overflow-x: clip;
}
.logo-sider .swiper-wrapper {
    transition-timing-function: linear !important;
    position: relative;
	display: flex;
    align-items: center;
}
.logo-sider .swiper-wrapper .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    overflow: hidden;
    padding: 0 27.5px;
    filter: grayscale(100%);
    opacity: .5;
}
.location-specialists-wrapper2 .location-specialists-content{
    max-width: 452px;
    width: 100%;
}
.location-specialists-img-slider .swiper-container{
    overflow-x: clip;
}
.location-specialists-img-slider-nav > div{
    position: initial !important;
}
.location-specialists-img-slider-nav{
    display: flex;
    align-items: center;
    margin: 71px 0 0;
    column-gap: 18px;
}
.location-specialists-img-slider-nav .swiper-scrollbar{
    max-width: 146px;
    width: 100%;
}
.location-specialists-img-slider-nav .common-arrow{
    margin-bottom: -21px;
    width: 27px;
}
/*============ gallwey-overview ============*/
.gal-overview-area{
    margin-top: 23px;
    margin-bottom: 134px;
}
.gal-overview-wrapper {
    margin-top: 82px;
}
.gal-overview-wrapper .row{
    row-gap: 30px;
}
.each-gal-overview img{
    height: 100%;
    object-fit: cover;
}
.each-gal-overview .row{
    margin: 0px -10px;
}
.each-gal-overview .row > div{
    padding: 0px 10px;
}
.gal-overview-dtl{
    padding: 21px 25px 25px;
    text-align: center;
    border: 1px solid #D9D9D9;
    border-top: none;
    border-radius:0 0 25px 25px;
}
.each-gal-overview{
    border-radius: 25px 25px 0 0;
    overflow: hidden;
}
.gal-overview-dtl h2{
    margin-bottom: 20px;
}
.gal-overview-dtl a{
    color: #2C74FF;
    font-size: 16px;
    font-weight: 700;
    line-height: 34px; 
    text-transform: capitalize;
    display: inline-block;
    padding: 10px 87px 10px 20px;
    position: relative;
    border-radius: 78px;
    border: 2px solid #2C74FF;
}
.gal-overview-dtl a:hover{
    background-color: #2C74FF;
    color: #fff;
}
.gal-overview-dtl a::after{
    content: url(../images/button-arrow.svg);
    position: absolute;
    right: 30px;
    transition: all 0.5s;
    top: 13px;
}
.gal-overview-dtl a:hover::after {
    transform: rotate(45deg);
    filter: invert(0) brightness(10);
}
/*=============== gallery-case ===============*/
.gal-case-area{
    margin-bottom: 101px;
}
.gal-case-area .text-center .common-button{
    margin-top: 57px;
}
/*=============== gallery-post ===============*/
.gal-post-wrapper{
    max-width: 909px;
    width: 100%;
    margin: 30px auto;
}
.gal-post-wrapper .next-prev-pg {
    margin-top: 40px;
}
.ga-post-img img{
    height: 100%;
    object-fit: cover;
}
.gal-post-wrapper .swiper-container{
    overflow-x: clip;
    padding: 0px 10px;
}
.ga-post-img .row{
    margin: 0px -10px;
}
.ga-post-img .row > div{
    padding: 0px 10px;
}
/*=============== overview ===============*/
.inner-banner{
    min-height: 599px;
}
.overview-wrapper{
    max-width: 900px;
    width: 100%;
    margin: 52px auto 0px;
}
.overview-area .site-breadcrumb{
    margin-top: 3px;
}
.overview-area{
    margin-top: 3px;
    margin-bottom: 156px;
}
.overview-wrapper p{
    margin-bottom: 43px;
}
.overview-wrapper h2{
    margin-bottom: 26px;
}
.overview-wrapper ul{
    margin: 0;
    padding: 0;
    list-style: none;
    column-count: 2;
    column-gap: 60px;
}
.overview-wrapper li a{
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 34px;
    color: #2C74FF;
    position: relative;
    padding-right: 20px;
}
.overview-wrapper li a:hover{
	color: #0d4f8b;
}
.overview-wrapper li a:after {
    content: url(../images/button-arrow.svg);
    position: absolute;
    right: 0px;
    transition: all 0.5s;
}
.overview-wrapper li a:hover:after {
    transform: rotate(45deg);
    transition: all 0.5s;
}
.overview-wrapper li{
    border-bottom: 1px solid #D9D9D9;
    padding: 11px 0;
}
/*================= disclaimer =================*/
.disclaimer-area{
    margin-bottom: 229px;
}
.disclaimer-area .site-breadcrumb{
    margin-top: 4px;
    margin-bottom: 52px;
}
.disclaimer-content{
    margin-bottom: 62px;
}
.disclaimer-wrapper{
    max-width: 900px;
    width: 100%;
    margin: 0px auto;
}
.disclaimer-wrapper .accordion {
    list-style: none;
    padding: 0px;
    margin: 0;
}
.disclaimer-wrapper .accordion>li {
    display: block;
    list-style: none;
    margin-bottom: 23px;
}
.disclaimer-wrapper .accordion>li>span {
    display: block;
    background: url(../images/plus.svg) no-repeat 97%;
    cursor: pointer;
    background-size: 15px;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-transform: capitalize;
    color: #0E4F8B;
    padding: 20px;
    border-radius: 25px;
    background-color: #F5F5F5;
}
.disclaimer-wrapper .accordion>li>div {
    list-style: none;
    display: none;
    overflow: auto;
    padding: 18px 26px 17px 39px;
}
.disclaimer-wrapper .accordion li>span.active {
    background: url(../images/minus.svg) no-repeat 97%;
    background-size: 15px;
    background-color: #F5F5F5;
}
.disclaimer-wrapper .accordion>li>div p:last-child{
    margin-bottom: 0;
}
/*================= Pricing =================*/
.pricing-sec{
    margin-bottom: 140px;
}
.each-pricing-dtls{
    background-color: #E6F4FF;
    padding: 50px;
    border-radius: 25px;
    column-gap: 20px;
    margin-bottom: 25px;
}
.price-text h2{
    margin-bottom: 15px;
}
.price-text h3{
    margin-bottom: 0;
}
.price-dtls h2{
    font-weight: 800;
    font-size: 48px;
    line-height: 100%;
    color: #2C74FF;
    margin: 0;
}
.price-dtls h6{
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #000000;
}
/*=================== loyalty-program ===================*/
.loyalty-program-sec {
    margin-bottom: 136px;
}
.loyalty-program-wrapper{
    margin-top: 95px;
}
.loyalty-program-wrapper h2{
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    color: #0E4F8BFA;
    margin-bottom: 23px;
}
.loyalty-program-wrapper h2 em{
    font-weight: 700;
}
.loyalty-program-wrap{
    column-gap: 10px;
    margin-bottom: 22px;
}
.each-loyalty-program{
    width: 39%;
    border: 1px solid #D9D9D9;
    backdrop-filter: blur(30px);
    border-radius: 25px;
    padding: 37px 43px;
}
.each-loyalty-program ul{
    margin: 0 0 17px;
    padding: 0;
    list-style: none;
    display: flex;
    column-gap: 5px;
}
.each-loyalty-program h3{
    margin-bottom: 0;
}
.each-loyalty-program h3 strong{
    color: #2C74FF;
    font-weight: 700;
}
.loyalty-program-btn{
    width: 21%;
}
.loyalty-program-btn a {
    background-color: #2C74FF;
    border: 2px solid #2C74FF;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    color: #E6F4FF;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
    row-gap: 10px;
}
.loyalty-program-btn a img{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.loyalty-program-btn a:hover img{
    transform: rotate(45deg);
}
.loyalty-program-wrapper h6{
    font-weight: 400;
    font-style: Italic;
    font-size: 14px;
    line-height: 26px;
    text-transform: capitalize;
    color: #000000;
}
/*=================== awards ===================*/
.recently-named-sec{
    margin-bottom: 54px;
}
.recently-named-sec .site-breadcrumb{
    margin-top: 3px;
    margin-bottom: 17px;
}
.recently-named-wrapper{
    background-color: #E6F4FF;
    border-radius: 25px;
    padding: 82px 92px 68px;
}
.recently-named-wrap{
    max-width: 900px;
    width: 100%;
    margin: 0px auto;
}
.recently-named-wrapper h2{
    color: #0E4F8BFA;
    margin-bottom: 25px;
}
.recently-named-wrapper h2 em{
    display: block;
    font-weight: 700;
}
.recently-named-wrapper ul{
    margin: 39px 0 0;
    padding: 0;
    list-style: none;
}
.recently-named-wrapper li{
    margin-right: 25px;
    display: inline-flex;
    align-items: center;
    background-color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 78px;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 16px;
    line-height: 34px;
    text-transform: capitalize;
    color: #0E4F8B;
}
.recently-named-wrapper li img{
    margin-right: 10px;
}
.award-history-sec{
    margin-bottom: 129px;
}
.award-history-wrapper{
    max-width: 796px;
    width: 100%;
    margin: 0px auto;
}
.award-history-wrapper h2{
    color: #0E4F8B;
    margin-bottom: 42px;
}
.each-award-history-wrap:not(:last-child){
    margin-bottom: 66px;
}
.award-history-year{
    height: 100%;
    border-right: 2px solid #0E4F8B;
    max-width: 117px;
    width: 100%;
    position: relative;
}
.award-history-year h2{
    margin-bottom: 0;
}
.award-history-year::after{
    position: absolute;
    content: "";
    top: 0px;
    right: -6px;
    width: 10px;
    height: 10px;
    overflow: hidden;
    background-color: #0E4F8B;
    border-radius: 100%;
}
.award-history-content{
    padding-left: 30px;
}
.each-award-history-content{
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    padding: 14px 41px 21px;
    margin-bottom: 13px;
}
.each-award-history-content:last-child{
    margin-bottom: 0;
}
.each-award-history-content h6{
    font-weight: 400;
    font-style: Italic;
    font-size: 16px;
    line-height: 34px;
    color: #000000;
}
.each-award-history-content h3{
    margin-bottom: 0;
}
.each-award-history-content ul{
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}
.each-award-history-content li{
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    line-height: 26px;
    border-radius: 78px;
    color: #000000;
    padding: 7px 15px;
    background: #E6F4FF;
    margin-right: 10px;
    margin-top: 10px;
}
/*================= careers =================*/
.careers-sec .site-breadcrumb{
    margin-top: 3px;
}
.careers-sec {
    margin-bottom: 35px;
}
.careers-wrapper{
    max-width: 900px;
    width: 100%;
    margin: 74px auto 0px;
}
.careers-wrapper h2{
    color: #0E4F8B;
}
.careers-wrapper .row{
    margin-top: 52px;
}
.careers-content{
    padding-left: 51px;
}
.careers-img{
    border-radius: 25px;
    overflow: hidden;
}
.careers-content p{
    margin-bottom: 0;
}
.careers-content ul{
    padding-left: 26px;
    margin-bottom: 0;
}
.careers-content li{
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #000000;
}
.careers-content li::marker{
    font-size: 13px;
}
.careers-iframe-area{
    margin-top: 78px;
    margin-bottom: 86px;
}
.careers-iframe-wrapper{
    padding: 16px 58px 40px;
    background-color: #fff;
    border: 1px solid #D9D9D9;
    max-width: 946px;
    width: 100%;
    margin: 0px auto;
    border-radius: 20px;
}
.employee-testimonials-wrapper .providers-vdo-area iframe {
    width: 100%;
    height: 253px;
    min-height: 253px;
    display: block;
}
.employee-testimonials-wrapper .providers-vdo-area img{
    width: 56px;
}
.employee-testimonials-wrapper h2{
    text-align: center;
    color: #0E4F8B;
    margin-bottom: 31px;
}
.employee-testimonials-wrapper .location-specialists-img-slider-nav{
    margin-top: 61px;
    justify-content: center;
}
.employee-testimonials-sec{
    margin-bottom: 144px;
}
.employee-testimonials-wrapper .swiper-container {
    overflow-x: clip;
}
/*==================== contact-us ====================*/
.contact-info-area{
    margin-top: 57px;
    margin-bottom: 59px;
}
.contact-info-wrapper{
    max-width: 1106px;
    width: 100%;
    margin: 0px auto;
}
.contact-info-wrapper .row{
    margin: 0px -10px;
    row-gap: 30px;
}
.contact-info-wrapper .row > div{
    padding: 0px 10px;
}
.each-contact-info{
    background-color: #EFEFEF;
    border-radius: 25px;
    min-height: 146px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.each-contact-info h4{
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    color: #0E4F8B;
    margin-bottom: 8px;
}
.each-contact-info p{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    color: #0E4F8B;
    margin: 0;
}
.each-contact-info p a{
    color: #0E4F8B;
}
.each-contact-info li a:hover,
.each-contact-info p a:hover{
    color: #2C74FF;
}
.each-contact-info ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    column-gap: 16px;
}
.each-contact-info li a{
    font-size: 25px;
    color: #0E4F8B;
}
.each-contact-location{
    border: 1px solid #D9D9D9;
    border-radius: 25px;
    padding: 40px 20px;
}
.contact-location-wrapper h2{
    margin-bottom: 44px;
}
.contact-location-wrapper .row{
    margin: 0px -10px;
    row-gap: 45px;
}
.contact-location-wrapper .row > div{
    padding: 0px 10px;
}
.contact-location-area{
    margin-bottom: 53px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Marge Area %%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.inner-container{
    max-width: 900px;
    margin: 0 auto;
}
/* .procedure-area{
    overflow-x: clip;
} */
.procedure-area ul{
    padding-left: 20px;
    margin-bottom: 25px;
}
.procedure-area ul li{
    margin-bottom: 10px;
}
.veins-area{
    margin-top: 76px;
    margin-bottom: 76px;
}
.veins-area .row{
    margin-left: -25px;
    margin-right: -25px;
}
.veins-area .row .col-lg-6{
    padding-left: 25px;
    padding-right: 25px;
}
.veins-image img{
    border-radius: 25px;
    width: 100%;
}
.pro-review-area{
  background: #F5F5F5;
  padding-top: 126px;
  padding-bottom: 84px;
  margin-top: 76px;
  margin-bottom: 80px;
}
.pro-review-slider-each{
    border-radius: 25px;
    border: 2px solid #ECECEC;
    background: #FFF;
    padding: 62px 68px 62px;
	min-height: 400px;
}
.pro-review-slider-star-area {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}
.pro-review-slider-star-area img {
    filter: brightness(0.1);
}
.pro-review-slider-star {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    height: 100%;
}
.pro-review-slider-star img {
    max-width: none !important;
}
.pro-review-slider-star img {
    filter: none;
}
.pro-review-slider-each p{
    color: #000;
	font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px; /* 170% */
    text-transform: capitalize;
}
.pro-review-slider-each h6{
    color: #000;
	font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
.pro-review-header{
    margin-bottom: 50px;
}
.pro-review-header h2{
    margin-bottom: 0px;
}

/* ============================================
   Treatment Options Section
   ============================================ */

.treatment-options-left h2 {
    font-size: 46px;
    color: #000;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
    text-transform: none;
    padding-left: 20px;
}
.treatment-options-left h2 strong {
    display: block;
    font-weight: 700;
}
.treatment-options-left h2 strong em {
    font-style: italic;
    color: #0E4F8B;
}
.treatment-options-left > p {
    max-width: 100%;
    margin-left: 20px;
    margin-bottom: 25px;
}
.treatment-tabs {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.treatment-tab-btn {
    background: transparent;
    border: none;
    text-align: left;
    padding: 13px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #0E4F8B;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s;
    font-family: "Inter", sans-serif;
    width: 100%;
}
.treatment-tab-btn.active {
    background: rgba(44, 116, 255, 0.12);
    color: #0E4F8B;
    font-weight: 700;
}
.treatment-tab-btn:hover:not(.active) {
    background: rgba(44, 116, 255, 0.07);
}
.treatment-options-right {
    background: #fff;
    border-radius: 25px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    margin-left: 10px;
}
.treatment-tab-content {
    display: none;
    flex-direction: column;
    flex: 1;
}
.treatment-tab-content.active {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.treatment-options-right h3 {
    color: #0E4F8B;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.treatment-options-right p {
    font-size: 14px;
    line-height: 25px;
    color: #333;
    margin-bottom: 15px;
}
.treatment-options-right ul {
    padding-left: 18px;
    list-style: disc;
    margin-bottom: 30px;
}
.treatment-options-right ul li {
    padding: 4px 0;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    border-bottom: none;
}
.treatment-options-right ul li::before {
    display: none;
}
.treatment-learn-more-wrap {
    margin-top: auto;
    display: flex;
    justify-content: flex-end;
}
.treatment-learn-more-wrap .common-button.border-button {
    position: relative;
    padding: 11px 20px 11px 20px;
    text-align: left;
    max-width: 174px;
}
.treatment-learn-more-wrap .common-button.border-button::after {
    position: absolute;
    content: '';
    top: 21px;
    /* transform: translateY(-50%); */
    right: 20px;
    background-image: url(../images/pro-blog-up-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
    height: 16px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.treatment-learn-more-wrap .common-button.border-button:hover:after{
    filter: brightness(0) invert(1);
    transform: rotate(45deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.treatment-options-section-wrapper{
    background: #EBF4FF;
    padding: 55px 50px 65px 35px;
    border-radius: 25px;   
}
.treatment-tab-btn:focus{
   outline: none;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Loyelty Area %%%%%%%%%%%%%%%%%%%%% */
.loyalty-program-area{
    padding: 54px;
    border-radius: 25px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
    border: 2px solid #C8E1F8;
}
.loyalty-program-area h2{
    color: #FFF;
    font-size: 48px;
        margin-bottom: 14px;
}
.loyalty-program-area h2 strong{
    display: block;
    font-style: italic;
}
.loyalty-program-area p{
    color: #FFF;
}
.loyalty-program-area .common-button{
    max-width: 230px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
    transition: all 0.5s;
}
.loyalty-program-area .common-button img{
     transition: all 0.5s;   
}
.loyalty-program-area .common-button:hover img{
    transform: rotate(45deg);
    transition: all 0.5s;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Pro After Befor Area %%%%%%%%%%%%%%%%%%%%%%%% */
.pro-after-before-content h2{
    font-size: 48px;
    margin-bottom: 30px;
	color: #000;
}
.pro-after-before-content h2 strong{
    font-weight: 700;
    font-style: italic;
    display: block;
	color: #0E4F8B;
}
.pro-after-before-content .common-button{
    max-width: 214px;
}
.pro-after-before-area{
    margin-top: 64px;
    margin-bottom: 90px;
}
.pro-after-before-slider-each .row .col-6 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro-after-before-slider-each-heading{
    display: flex;
    justify-content: space-around;
}
.pro-after-before-slider-each .row .col-6 h3{
    text-align: center;
}
.pro-after-before-slider-each h3{
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  */
.pro-experience-book{
    position: relative;
}
.pro-experience-book{
    display: inline-flex;
    flex-direction: column;
    padding: 37px 127px 37px 35px;
    background-color: #2C74FF;
    border-radius: 25px;
    overflow: hidden;
    width: 100%;   
}
.pro-experience-book .link-area{
    border-bottom-right-radius: 25px;
}
.pro-experience-book h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    margin-bottom: 3px;
}
.pro-experience-book p {
    color: #fff;
    margin: 0px;
    line-height: 20px;
}
.pro-experience-book:hover .link-area img {
    transform: rotate(45deg);
    transition: all 0.5s;
}
.pro-experience-left-content h2{
    font-size: 48px;
    color: #000;
        margin-bottom: 30px;
}
.pro-experience-left-content h2 strong{
    color: #0E4F8B;
    font-weight: 700;
    font-style: italic;
}
.pro-experience-area{
    margin-top: 26px;
    margin-bottom: 109px;
}
.pro-experience-accodian .accordion {
    list-style: none;
    padding: 0px;
    margin: 0;
}
.pro-experience-accodian .accordion>li {
    display: block;
    list-style: none;
    margin-bottom: 10px;
    border-radius: 25px;
    background: #E6F4FF;
    overflow: hidden;
}
.pro-experience-accodian .accordion>li>span {
    display: block;
    padding: 20px 20px 20px 35px;
    background: url(../images/img/ic_round-plus.png) no-repeat 97% #C8E1F8;
    font-family: "Inter", sans-serif;
    cursor: pointer;
    color: #0E4F8B;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 25px 25px 0 0;
}
.pro-experience-accodian .accordion>li>div {
    list-style: none;
    padding: 0px;
    display: none;
    overflow: auto;
	font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #000;
    padding: 21px 35px;
}
.pro-experience-accodian .accordion>li>span.active {
    background: url(../images/img/ic_round-minus.png) no-repeat 97% #C8E1F8;
}
.pro-blog-area h2{
    font-size: 48px;
    color: #000;
        margin-bottom: 30px;
}
.pro-blog-area h2 strong{
    color: #0E4F8B;
    font-weight: 700;
    font-style: italic;
}
.pro-blog-area{
    margin-top: 90px;
    margin-bottom: 150px;
}
.pro-blog-area .row{
    margin-left: -5px;
    margin-right: -5px;
}
.pro-blog-area .row .col-lg-5{
    padding-left: 5px;
    padding-right: 5px;
    max-width: 370px;
}
.pro-blog-area .row .col-lg-2{
    padding-left: 5px;
    padding-right: 5px;
        min-width: 170px;
}
.pro-blog-each{
    border-radius: 25px;
    border: 1px solid #D9D9D9;
    padding: 50px;
	min-height: 380px;
}
.pro-blog-each-last{
    border-radius: 25px;
    background: #2C74FF;
    padding: 25px;
    height: 100%;
    display: flex;
    align-items: flex-end;
	-webkit-transition: all 0.5s;
}
.pro-blog-each-last:hover {
	background: #0d4f8b;
	-webkit-transition: all 0.5s;
}
.pro-blog-each-last a img{
    display: block;
    margin-bottom: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
}
.pro-blog-each-last a:hover img{
    transform: rotate(45deg);
    margin-left: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;     
}
.pro-blog-each h2{
    color: #0E4F8B;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.pro-blog-each p{
      display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
    margin-bottom: 20px;
}
.pro-blog-each-date ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.pro-blog-each-date ul li{
    color: #939393;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 15px; /* 185.714% */
text-transform: capitalize;
border-right: 2px solid #939393;
    padding-right: 10px;
    margin-right: 7px;
display: inline-block;
}
.pro-blog-each-date ul li:last-child{
border-right: 0px solid #939393;
    padding-right: 0px;
    margin-right: 0px;
}
.pro-blog-each-last a{
    color: #fff;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px; /* 137.5% */
text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro-blog-each-last a:hover{
    color: #fff;
     transition: all 0.5s;
    -webkit-transition: all 0.5s;   
}
.faq-area h2{
    font-size: 48px;
    color: #000;
        margin-bottom: 30px;
}
.faq-area h2 strong{
    color: #0E4F8B;
    font-weight: 700;
    font-style: italic;
}
.pro-blog-each .common-button{
    max-width: 174px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% pro-why-choose-area %%%%%%%%%%%%%%%%%%%% */
.pro-why-choose-area{
    background: #E6F4FF;
    padding-top: 134px;
    padding-bottom: 116px;
    margin-top: 0px;
    margin-bottom: 108px;
}
.pro-why-choose-left-content h2{
    font-size: 48px;
    color: #000;
    max-width: 500px;
    line-height: 110%;
    margin-bottom: 30px;
}
.pro-why-choose-left-content h2 strong{
    color: #0E4F8B;
    font-weight: 700;
    font-style: italic;
}
.pro-why-choose-left-content p{
    max-width: 488px;
}
.pro-why-choose-each{
    margin-bottom: 50px;
    position: relative;
}
/* .pro-why-choose-each::after{
    position: absolute;
    content: '';
    top: 0px;
    left: -18px;
    background-image: url('../images/wright-arrow.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 36px;
    height: 36px;
    z-index: 999;
} */
 .pro-why-choose-each-area{
    display: flex;
    column-gap: 40px;
 }
 .pro-why-choose-each-icon{
    min-width: 36px;
    position: relative;
    z-index: 2;
 }
.pro-why-choose-each h4{
    color: #0E4F8B;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: capitalize;
margin-bottom: 10px;
}
.line-bg{
    position:absolute;
    left:14px;
    top:0;
    width:3px;
    height:100%;
    background:#fff;
    z-index: 0;
}

.line-progress{
    position:absolute;
    left:14px;
    top:0;
    width:3px;
    height:0;
    background:#1b67ff;

    /* Slow smooth animation */
    transition:height .8s ease;
    z-index: 0;
}
.pro-why-choose-each-icon img{
    position: relative;
    z-index: 3;
        background: #fff;
}
.pro-why-choose-right-content{
    position: relative;
}
.pro-why-choose-right-content .pro-why-choose-each-area:last-child .pro-why-choose-each-icon{
     background: #E6F4FF;   
}
.pro-blog-each-date{
    margin-bottom: 5px;
}
.pro-review-slider .swiper-slider-controller{
    justify-content: flex-start !important;
    gap: 23px;
}
.pro-review-slider .swiper-slider-controller .swiper-button-prev img{
    width: 36px;
}
.pro-review-slider .swiper-slider-controller .swiper-button-next img{
    width: 36px;
}
.pro-review-slider .swiper-slider-controller .swiper-pagination {
    width: 147px;
}
.pro-blog-each .common-button.border-button{
    position: relative;
    padding: 11px 20px 11px 20px;
    text-align: left;
}
.pro-blog-each .common-button.border-button::after{
    position: absolute;
    content: '';
    top: 21px;
    /* transform: translateY(-50%); */
    right: 20px;
    background-image: url('../images/pro-blog-up-arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
    height: 16px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro-blog-each .common-button.border-button:hover:after{
    filter: brightness(0) invert(1);
    transform: rotate(45deg);
        transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro-experience-book .common-button{
    display: none;
}
.location-post-sec {
    overflow-x: clip;
}
.providers-post-area {
    overflow-x: clip;
}
.landing-page .pro-why-choose-area{
    margin-top: 0px;
}
.landing-loyalty-program-area h2{
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 1px;
}
.landing-loyalty-program-area h2 strong{
    font-size: 48px;
    line-height: normal;
    letter-spacing: 1px;
}
.landing-loyalty-program-area .common-button {
    max-width: 350px;
}
.landing-loyalty-program-area p{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0px;
    margin-top: 25px;
}
.landing-loyalty-program-area h6{
    font-size: 14px;
    color: #FFF;
    font-weight: 400;
    line-height: 26px; /* 185.714% */
    text-transform: capitalize;
    margin-bottom: 25px;
}
.landing-loyalty-program-area h5{
    color: #2C74FF;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    text-decoration: line-through;
    text-transform: capitalize;
}
.blog-banner.inner-banner .common-button.border-button{
    margin-left: 19px;
    border-color: #ffff;
}
.blog-banner.inner-banner .common-button.border-button:hover {
    border-color: #2C74FF;
}
.landing-loyalty-program-area{
    margin-top: 30px;
}
.faq-area{
    margin-bottom: 60px;
}
.pro-why-choose-left-content .common-button.border-button {
    position: relative;
    padding: 11px 20px 11px 20px;
    text-align: left;
    max-width: 174px;
    background-color: transparent;
}
.pro-why-choose-left-content .common-button.border-button:hover{
   background-color: #2C74FF;
}
.pro-why-choose-left-content .common-button.border-button::after {
    position: absolute;
    content: '';
    top: 21px;
    /* transform: translateY(-50%); */
    right: 20px;
    background-image: url(../images/pro-blog-up-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
    height: 16px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro-why-choose-left-content .common-button.border-button:hover:after {
    filter: brightness(0) invert(1);
    transform: rotate(45deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.careers-heading h2.heading strong,
.employee-testimonials-wrapper h2.heading strong{
    display: inline;
}
.contact-us-area.contact-us-page-area{
    background: transparent;
    padding-top: 0px;
    padding-bottom: 2px;
}
.contact-us-area.contact-us-page-area .site-breadcrumb{
    margin-bottom: 60px;
}
.home-service-section-heading h2{
    font-size: 48px;
    line-height: normal;
        max-width: 750px;
    margin-bottom: 40px;
}
.location-post-sec .location-specialists-inject{
    background: linear-gradient(180deg, #EFEFEF 25.12%, #FFF 100%);
}
.location-post-sec .pro-review-area {
    margin-top: 0px;
    margin-bottom: 0px;
}
.location-post-sec .pro-why-choose-area{
   margin-bottom: 0px;
}

/* %%%%%%%%%%%%%%%%%%% Landing Page Footer %%%%%%%%%%%%%%%%%%%% */
.footer-area.landing-footer-area{
    padding-top: 108px;
}
.footer-area.landing-footer-area .footer-quick-links{
  display: none;
}
.footer-area.landing-footer-area .footer-info-area {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.footer-area.landing-footer-area .each-footer-info{
  align-items: center;
}
.footer-area.landing-footer-area .each-footer-info .each-info{
    max-width: 255px;
    margin: 0 auto;
    text-align: center;
}
.footer-area.landing-footer-area .footer-info-area .each-footer-info.footer-logo-and-social-icon-holder{
   max-width: 255px;
}
.footer-area.landing-footer-area .footer-info-area .each-footer-info.footer-review{
  max-width: 255px;
  margin-left: auto;
}

@media (max-width: 767px) {
    .footer-area.landing-footer-area .footer-info-area {
        grid-template-columns: repeat(1, 1fr);
        gap: 60px;
    }
}

/* div#page {
    overflow-y: hidden;
} */
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Menu area %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  */
.header-menu-area  > ul > li{
	position:relative;
	padding-bottom: 20px;
    padding-top: 20px;
}
.header-menu-area  > ul > li > ul{
	display:block;
	background-color: #E6F4FF;
	padding:20px 30px;
	position:absolute;
	top:100%;
	left: -35px;
	min-width:240px;
	opacity:0;
	pointer-events:none;
	margin-top:10px;
	transition:all 0.5s;
	box-shadow: 0px 4px 10px 0px #00000026;
	border-radius: 10px;
}
.header-menu-area  > ul > li:hover > ul{
	opacity:1;
	pointer-events:all;
	margin-top:0px;
	transition:all 0.5s;
}
.header-menu-area  > ul > li > ul > li > a{
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: #0E4F8BFA;
	white-space: nowrap;
}
.header-menu-area  > ul > li > ul > li > a:hover{
    color: #000000;
}
/* .header-menu-area  > ul > li > ul > li:not(:last-child){
	margin-bottom:5px;
} */
.header-menu-area  > ul > li.big-menu > ul > li a{
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-style: Bold;
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: #0E4F8BFA;
}
.header-menu-area  > ul > li.big-menu > ul > li a:hover{
	color: #000;
}
.header-menu-area  > ul > li.big-menu > ul > li > ul > li a{
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: #0E4F8BFA;
	white-space: nowrap;
}
.header-menu-area  > ul > li.big-menu > ul > li > ul > li a:hover{
    color: #000000;
}
/* .header-menu-area  > ul > li.big-menu > ul > li > ul > li:not(:last-child){
	margin-bottom:5px;
} */
.header-area.fixed_header .header-menu-area  > ul > li> ul > li > a, .header-area.relative-header .header-menu-area > ul > li > ul > li >a {
    color: #0E4F8BFA;
}
.header-area.fixed_header .header-menu-area  > ul > li> ul > li > a:hover, .header-area.relative-header .header-menu-area  > ul > li > ul > li >a:hover {
    color: #000000;
}

.category section.blog-banner h1 span {
    display: none;
}
.category section.blog-banner .common-button {
    display: none;
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% FAQ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  */
.faq-area .common > .faq-item{
	margin-bottom: 23px;
}
.faq-area .common>.faq-item>h3 {
	display: block;
	padding: 0px;
	background: url(/wp-content/uploads/2026/06/pluse-icon.png) no-repeat 98% #F5F5F5;
	cursor: pointer;
	font-family: "Inter", sans-serif;	
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	text-transform: capitalize;
	margin-bottom: 0px;
	color: #0E4F8B;
	padding: 20px 20px;
	padding-right: 35px;
	border-radius: 25px;
}
.faq-area .common>.faq-item>h3.activeAcc {
	background: url(/wp-content/uploads/2026/06/minus-icon.png) no-repeat 98% #F5F5F5;
}
.faq-area .common>.faq-item>div {
	list-style: none;
	padding: 0px;
	display: none;
	overflow: auto;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0%;
	padding: 13px 40px 7px;
}
.faq-area .common>.faq-item>div p{
	margin-top: 5px;
	margin-bottom: 0px;
}
.faq-area .common h3:after {
	display: none;
}
.faq-area .common h3.activeAcc:after {
	display: none;
}
.faq-bottom a.btn.all-btn{
	font-family: "Inter", sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 36px;
	color: #0E4F8B;
	padding: 0px;
}
.faq-bottom a.btn.all-btn:hover{
	color: #000;
}
.page-template-template-loyalty-program .pro-why-choose-area{
	margin-bottom: 0px;
}
.contact-location-wrapper h2 strong{
    display: inline-block;
}
.page-template-template-contact-us .inner-banner {
    min-height: 405px;
}
.pricing-area .each-pricing-dtls:nth-child(even){
	border: 2px solid #2C74FF;
}
.page-template-template-blog-overview  .blog-banner {
    min-height: 470px;
}
.category-category-1 .blog-banner {
    min-height: 470px;
}
.contact-us-right-part{
	height: 100%;
}
.page-template-template-team-overview .blog-banner {
    min-height: 470px;
}
.page-template-template-location-overview .blog-banner {
    min-height: 470px;
}
.page-template-template-gallery-overview .blog-banner {
    min-height: 470px;
}
.term-varicose-vein .blog-banner {
    min-height: 470px;
}
.single-gallery  .blog-banner {
    min-height: 470px;
}
.single-lacation .pro-why-choose-area{
	margin-bottom: 0px;
}
.single-lacation .pro-review-area {
    margin-top: 0px;
	margin-bottom: 0px;
}
.single-lacation main{
	overflow-x: clip;
}
.step-area-image img{
	border-radius: 25px;
}
.specialistx2 {
    display: flex;
    gap: 20px;
}
.overview-list {
    margin-bottom: 40px;
}
.pro-why-choose-left-content{
	position: sticky;
	top:150px;
}

li#menu-item-139 > a {
    color: #fff;
    cursor: pointer;
}
li#menu-item-140 > a {
    color: #fff;
	cursor: pointer;
}

li#menu-item-139 > a:hover {
    text-decoration: underline;
}
li#menu-item-140 > a:hover {
    text-decoration: underline;
}

li#rmp-menu-item-139 {
    cursor: pointer;
}
li#rmp-menu-item-140 {
    cursor: pointer;
}
.location-links-content-holder h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    text-transform: capitalize;
    color: #0E4F8BFA;
    margin: 0px;
    white-space: nowrap;
}
.step-area-heading h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
}
