:root{
--body: "Inter", sans-serif;
--heading:"Montserrat", sans-serif;
--container:1920px;
--container-padding:0 80px;
--deep-teal: #043959;
--white: #FFFFFF;
--nav-size:18px;
--blue-400: #28A3D0;
--green-400: #7DC95F;
--steel-blue: #305D78;
--ink-blue: #033B5A;
--light-green: #87DD65;
--blue-gray: #5C727E;
--gradient-primary: linear-gradient(100.74deg, var(--blue-400) 2.77%, var(--green-400) 100%);
--gradient-primary-reverse: linear-gradient(100.74deg, var(--green-400) 2.77%, var(--blue-400) 100%);
--body-fs:16px;
}

/**=============================================================**/

body{margin:0; padding:0; font-family:var(--body); color:var(--blue-gray); font-size:var(--body-fs)}
h1,h2,h3,h4,h5,h6{margin:0; padding:0; font-weight:normal; font-family:var(--heading)}
p{margin:0 0 15px; padding:0;}
p:last-child{margin-bottom:0;}
ol,ul{margin:0; padding:0; list-style:none}

body .container{max-width:var(--container); padding:var(--container-padding)}

/**=============================================================**/

.header-section .navbar{padding:15px 0}
.header-section .navbar .navbar-nav li.nav-item {margin:0 2px}
.header-section .navbar .navbar-nav li.nav-item a { padding: 5px 15px; text-decoration: none;transition: all 0.8s; position: relative; overflow: hidden;z-index: 1; color:var(--deep-teal); font-size:var(--nav-size)}
.header-section .navbar .navbar-nav li.nav-item a:hover{color:var(--white)}
.header-section .navbar .navbar-nav li.nav-item a:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: var(--gradient-primary); clip-path: circle(0 at center); transition: clip-path 0.8s; z-index: -1; border-radius:100px }
.header-section .navbar .navbar-nav li.nav-item a:hover:before { clip-path: circle(100% at center);}

.header-section button.navbar-toggler { padding: 0; border: none; box-shadow: inherit; }

/* Button CSS */
.btn-header { border: 1px solid var(--green-400); display: inline-block; padding: 10px 25px; border-radius: 100px; text-decoration: none; background: transparent; color: var( --deep-teal); transition: all 0.8s; position: relative; overflow: hidden; z-index: 1; font-size: 18px; height: 52px; display: flex; align-items: center; justify-content: center; }
.btn-header:hover{color:var(--white); border-color:transparent}
.btn-header:before{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background:var(--gradient-primary); clip-path: circle(0 at center); transition: clip-path 0.8s; z-index: -1; border-radius:100px}
.button-location:hover:before { clip-path: circle(100% at center);}

/* Login Button CSS */
.button-login{background:var(--gradient-primary); border-color:transparent; color:var(--white)}
.button-login:before{background:var(--gradient-primary-reverse);}
.button-login:hover:before { clip-path: circle(100% at center);}

.button-regular { border-image: linear-gradient(100.74deg, rgba(40, 163, 208, 0.4) 2.77%, rgba(125, 201, 95, 0.4) 100%) 1; padding: 10px 25px; border-radius: 100px; background: linear-gradient(#fff, #fff) padding-box, linear-gradient(100.74deg, rgba(40, 163, 208, 0.4) 2.77%, rgba(125, 201, 95, 0.4) 100%) border-box; border: 1px solid transparent; color: var(--steel-blue); font-weight: 500; text-transform: capitalize; text-decoration: none; height: 52px; display: flex; align-items: center; justify-content: center; font-size: 18px; position: relative; overflow: hidden; z-index: 1;}
.button-regular:before{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background:var(--gradient-primary); clip-path: circle(0 at center); transition: clip-path 0.8s; z-index: -1; border-radius:100px}
.button-regular:hover:before { clip-path: circle(100% at center);}
.button-regular:hover .gradient-text { background: linear-gradient(100.74deg, #ffffff 100%, #ffffff 100%); -webkit-background-clip: text; }



/* Hero CSS */

.hero-section{position:relative; display:flex; align-items:center; justify-content:center; text-align:center; background-size:cover; background-repeat:no-repeat; background-position: center;  padding:120px 0; height:850px}
.hero-section:before { content: ""; position: absolute; inset: 0; background-image: url(../images/overlay.svg); background-size: cover; background-repeat: no-repeat; background-position: center; }
.expert-care { margin: 0 0 30px; }
.expert-care span { background: linear-gradient(100.74deg, rgba(40, 163, 208, 0.35) 2.77%, rgba(125, 201, 95, 0.35) 100%); color: var(--white); border-radius: 100px; padding: 5px 20px; font-size: 18px; display: inline-block; }

.hero-provider-content { max-width: 70%; width: 100%; margin: 0 auto 40px; }
.hero-provider-content h1 { font-weight: 600; color:var(--white); font-size: 56px; margin-bottom:10px }
.hero-provider-content h1 span{color:var(--light-green);}
.hero-provider-content p { font-size: 18px; color: var(--white);font-weight: 300; }

.hero-stat-block{ max-width: 860px; margin: 0 auto; width: 100%; }
.hero-stat-number{position:relative}
.hero-stat-number:after { content: ""; background-image: url("data:image/svg+xml,%3Csvg width='2' height='94' viewBox='0 0 2 94' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.75' y1='0' x2='0.75' y2='94' stroke='url(%23paint0)' stroke-opacity='0.25' stroke-width='1.5'/%3E%3Cdefs%3E%3ClinearGradient id='paint0' x1='-0.5' y1='0' x2='-0.5' y2='94' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0'/%3E%3Cstop offset='0.5' stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: 2px 94px; height: 100%; width: 2px; position: absolute; top: 0; right: 0; }
.stat-column:last-child .hero-stat-number:after{display:none}
.hero-stat-number h2 { font-size: 48px; color: var(--white); margin-bottom:10px }
.hero-stat-number p { color: var(--white); font-weight: 300;  font-size: 18px;}

/*SECTION GAP CSS*/

.section-column-gap{gap:120px; padding:120px 0}

/*ABOUT CSS */

.about-figure{height:100%;}
.about-figure figure {  height:100%;}
.about-figure figure img{border-radius:24px; height:100%; width:100%; object-fit:cover}
.about-certified { background: #FFF; position: absolute; bottom: 20px; right: 20px; padding: 20px; border-radius: 16px; display: flex; gap: 15px; width:300px; align-items:center }
.about-stat-number { font-size: 56px; font-weight: 600; line-height: normal;}
.about-specialists { font-size: 20px; font-weight: 500; line-height: 22px; color: var(--ink-blue); }


.section-label span { border-image: linear-gradient( 100.74deg, rgba(40, 163, 208, 0.4) 2.77%, rgba(125, 201, 95, 0.4) 100% ) 1; display: inline-block; padding: 5px 20px; border-radius: 100px; background: linear-gradient(#fff, #fff) padding-box, linear-gradient( 100.74deg, rgba(40, 163, 208, 0.4) 2.77%, rgba(125, 201, 95, 0.4) 100% ) border-box; border: 1px solid transparent; color:var(--steel-blue); font-weight:500; text-transform:capitalize }
.section-top-heading h2 { font-size: 48px; font-weight: 600; color: var(--ink-blue); }
.section-top-heading h2 span{ background:linear-gradient(100.74deg, #51b59a 2.77%, #71c37d 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;  }
.sub-caption { font-size: 20px; color: var(--ink-blue); font-weight: 500; }
.section-arrow-list ul li { margin: 0 0 15px; position: relative; padding-left: 38px; background-image: url("data:image/svg+xml,%3Csvg%20width='26'%20height='24'%20viewBox='0%200%2026%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M10.7722%2023.3463C16.7215%2023.3463%2021.5444%2018.5234%2021.5444%2012.5741C21.5444%206.62482%2016.7215%201.80196%2010.7722%201.80196C4.82287%201.80196%200%206.62482%200%2012.5741C0%2018.5234%204.82287%2023.3463%2010.7722%2023.3463Z'%20fill='url(%23paint0_linear_823_8350)'%20fill-opacity='0.2'/%3E%3Cpath%20d='M10.8801%2019.9207L10.7595%2019.7153C8.91797%2016.5777%204.02432%209.91916%203.97489%209.85228L3.9043%209.75638L5.57154%208.10869L10.8491%2011.7939C14.172%207.48192%2017.272%204.52028%2019.2942%202.79079C21.5062%200.898908%2022.9461%200.0279463%2022.9607%200.0196001L22.9934%200H25.8215L25.5514%200.240585C18.6037%206.42891%2011.0731%2019.5816%2010.998%2019.7137L10.8801%2019.9207Z'%20fill='url(%23paint1_linear_823_8350)'/%3E%3Cdefs%3E%3ClinearGradient%20id='paint0_linear_823_8350'%20x1='-6.10666e-08'%20y1='5.5488'%20x2='24.0546'%20y2='10.1112'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20stop-color='%2328A3D0'/%3E%3Cstop%20offset='1'%20stop-color='%237DC95F'/%3E%3C/linearGradient%3E%3ClinearGradient%20id='paint1_linear_823_8350'%20x1='3.9043'%20y1='3.46447'%20x2='28.1977'%20y2='8.534'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20stop-color='%2328A3D0'/%3E%3Cstop%20offset='1'%20stop-color='%237DC95F'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: top left; }
.section-arrow-list ul li strong { font-weight: 500; color: var(--ink-blue); }
.gradient-text {background: linear-gradient(100.74deg, #28A3D0 2.77%, #7DC95F 100%); -webkit-background-clip: text;  -webkit-text-fill-color: transparent;}

/*CHOSE SECTION*/

.chose-card { border-image: linear-gradient( 100.74deg, rgba(40, 163, 208, 0.4) 2.77%, rgba(125, 201, 95, 0.4) 100% ) 1; display: inline-block; padding: 40px; border-radius: 24px; background: linear-gradient(#fff, #fff) padding-box, linear-gradient( 100.74deg, rgba(40, 163, 208, 0.4) 2.77%, rgba(125, 201, 95, 0.4) 100% ) border-box; border: 1px solid transparent;  height:100%; position:relative; transition:all 0.5s}
.chose-card figure { margin-bottom: 25px; }
.chose-card h3 { font-size: 20px; font-weight: 500; font-family: var(--body); margin: 0 0 10px; color: var(--ink-blue); }

.chose-card:hover { transform: translateY(-60px); box-shadow: 0px 20px 100px 0px #AAEBD4B2;  background:var(--gradient-primary)}
.chose-card:hover img{    filter: brightness(0) invert(1);}
.chose-card:hover h3, .chose-card:hover p { color:var(--white)}
.chose-card:hover:before { clip-path: circle(100% at center); }

/*OUR SERVICES*/

.service-container { background: linear-gradient(0deg, #F0F8F4, #F0F8F4), linear-gradient(288.7deg, rgba(116, 197, 107, 0.1) 0.48%, rgba(116, 197, 107, 0) 102.12%); padding: 80px 72px; border-radius: 24px; }
.service-figure{height:100%;}
.service-figure figure { height: 100%; border-radius: 24px; background-position: center;}
.service-figure figure img{border-radius:24px; height:100%; width:100%; object-fit:cover}

.service-box-column { display: flex;}
.service-icon { width: 56px; flex:0 0 56px; height: 56px; background: var(--white); display: flex; align-items: center; justify-content: center; border-radius: 8px; margin:0 15px 0 0 }
.our-service-nested .service-icon { background: rgb(110 194 128 / 10%); }

.our-service-nested .our-service-section:nth-child(2n) .row { flex-direction: row !important; }

/* REVIEW CSS */

.reviews-section-slide .swiper-slide { padding: 15px 10px; height:100% }
.review-box { padding: 40px; border-radius: 24px; box-shadow: 0px 0px 40px 0px #E1F2EFB2; height: 100%; }
.review-content p { font-size: 18px;  font-style: italic;  font-weight: 400;}
.client-details{display:flex; align-items:center;}
.client-details figure img { width: 56px; height: 56px; border-radius: 100px; object-fit: cover; }
.client-name { font-weight: 600; color: #20332D; }
.client-position { font-size: 16px; font-weight: 300; }

.review-box:hover { background: linear-gradient(100.74deg, #28A3D0 2.77%, #7DC95F 100%); }
.review-box:hover .review-content p, .review-box:hover .client-name, .review-box:hover .client-position{color:var(--white)}
.review-box:hover .qoute-icon img { filter: brightness(0) invert(1); }
.swiper-wrapper { transition-timing-function: linear; }
.qoute-icon { flex: 0 0 auto; }


/* FAQs CSS */

.accordion.faq-accordion .accordion-item { border: none; padding:20px; background: var(--white); box-shadow: 0px 0px 50px 0px #E1F2EFCC; border-radius: 16px;   margin: 0 0 20px; cursor:pointer}
.accordion.faq-accordion .accordion-item:last-child { margin-bottom: 0; }
.accordion-header.accordion-button { padding: 0; background-color: transparent; border: none; font-size:18px;box-shadow: none; font-weight:500; color:var(--ink-blue)}
.accordion.faq-accordion .accordion-item.active { background:linear-gradient(100.74deg, #28A3D0 2.77%, #7DC95F 100%); }
.accordion-item.active .accordion-header.accordion-button, .accordion-item.active .section-content p{color:var(--white)}

/* FOOTER CSS */

.subscribe-section{position:relative;}
.subscribe-section:after { background:var(--white); position: absolute; height: 50%; width: 100%; content: ""; top: 0; z-index: 1; }

.subscribe-bg { background: var(--gradient-primary); border-radius: 24px; padding: 56px 80px; position: relative; overflow: hidden; z-index: 2; margin-bottom: 56px; box-shadow: 0px 20px 100px 0px #AAEBD4B2; }
.subscribe-heading h2 { font-weight: bold; color: var(--white); font-size: 40px; margin: 0 0 10px; }
.subscribe-heading p { font-size: 18px; color: var(--white); font-weight: 300; }
.subscribe-form-group form .form-group { background:var(--white);  border-radius: 100px; padding: 5px; max-width:372px; margin:0 auto;}
.subscribe-form-group form .form-group input[type="text"] { padding: 0 30px; height: 48px; border: none; outline: inherit; font-size: 18px; font-weight: 300; color: rgba(4, 57, 89, 0.5); }
.at-icon { position: absolute; left: 20px; top: 15px; }

.subscribe-form-group form .form-group input[type="text"] { padding: 0 130px 0 50px; height: 48px; border: none; outline: inherit; font-size: 18px; font-weight: 300; color: rgba(4, 57, 89, 0.5); width: 100%; background-color: transparent; }
.subscribe-btn { background:var(--gradient-primary); border: none; color: var(--white); position: absolute; right: 5px; border-radius: 100px; bottom: 4px; top: 4px; width: 130px; font-size: 18px; font-weight: 500; }
.subscribe-pattern-left{position: absolute; left: -84px; bottom: -80px; width: 300px; height: 300px; background-repeat: no-repeat; background-size: cover;  opacity: 0.06;}
.subscribe-pattern-left img{filter: brightness(0) invert(1); }
.subscribe-pattern-right{position: absolute; right: -84px; top: -80px; width: 300px; height: 300px; background-repeat: no-repeat; background-size: cover; transform: rotate(175deg); opacity: 0.06;}
.subscribe-pattern-right img { filter: brightness(0) invert(1); }

.footer-section { position: relative; background: linear-gradient(0deg, #F0F8F4, #F0F8F4), linear-gradient(288.7deg, rgba(116, 197, 107, 0.1) 0.48%, rgba(116, 197, 107, 0) 102.12%); }

.quick-link-block { padding:0px 0 24px; margin-bottom:24px; position:relative }
.quick-link-block:after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: linear-gradient( 100.74deg, rgba(40, 163, 208, 0.3) 2.77%, rgba(125, 201, 95, 0.3) 100% ); }
.footer-heading{ font-weight: 500; font-size: 18px; color: var(--ink-blue); font-family: var(--body); margin: 0 0 12px; }
.quick-link-block ul { display: flex; gap: 28px; flex-wrap:wrap; }
.quick-link-block ul li a { color: var(--blue-gray); text-decoration: none; }
.quick-link-block ul li a:hover { color: var(--ink-blue);}

.footer-contact-block { display: flex; gap: 24px; flex-wrap: wrap; }

.footer-contact-icon { background: linear-gradient(100.74deg, rgba(40, 163, 208, 0.1) 2.77%, rgba(125, 201, 95, 0.1) 100%); width: 48px; height: 48px; display: flex; align-items: center; flex: 0 0 48px; border-radius: 8px; justify-content: center; }
.conatct-label { font-weight: 400; font-size: 14px; display: inline-block; width: 100%; margin: 0 0 3px; }
.footer-contact-details p { color: var(--deep-teal); font-size: 16px; font-weight: 500; }
.footer-contact-details p a{ color: var(--deep-teal); font-size: 16px; font-weight: 500; text-decoration:none }
.footer-contact-details p a:hover{ color:var(--green-400);  }
.footer-contact-column { display: flex; gap: 12px; align-items: start; }

.footer-navigation-section{padding-bottom:60px;}
.copyright-section { padding: 25px 0; position: relative; }
.copyright-section:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 1px; background: linear-gradient( 100.74deg, rgba(40, 163, 208, 0.3) 2.77%, rgba(125, 201, 95, 0.3) 100% ); }
.footer-bottom-link ul { display: flex; justify-content: end; gap: 32px; }
.footer-bottom-link ul li a { color: var(--blue-gray); text-decoration: none; }
.footer-bottom-link ul li a:hover { color: var(--ink-blue);}





/* About Page css start here */

.about_hero{padding: 150px 0; height:auto;}
.about_counter{background: linear-gradient(100.74deg, #28A3D0 2.77%, #7DC95F 100%); box-shadow: 0px 20px 100px 0px rgba(170, 235, 212, 0.7);  padding: 56px 80px; border-radius: 24px;}
.about_counter .hero-stat-number{text-align:center;}
.team_members_box { height: 400px;  width: 100%;  border-radius: 16px; overflow: hidden;  position: relative;}

/* Image */


.team-block-item figure { margin: 0; }
.team-block-item figure img { height: 364px; width: 100%; object-fit: cover; object-position: top; }
.team-content-details { position: absolute; left: 20px; right: 20px; bottom: 20px; }
.team-block-item { position: relative; border-radius: 16px; overflow: hidden; display: inline-block; width: 100%; }
.team-block-item figure:before { content: ""; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 23.83%, rgba(0, 0, 0, 0.9) 100%); position: absolute; bottom: 0; left: 0; right: 0; top: 0; }
.team-content-details h4 { color: var(--white); font-weight: 600; font-family: var(--body); font-size: 20px; margin:0 0 5px }
.team-content-details p { font-size: 16px; color: var(--white); font-weight: 300; margin:0 }

.swiper-pagination-custom { display: flex; justify-content: space-between; width: 120px; margin-left:auto}
.swiper-pagination-custom .swiper-button-prev, .swiper-pagination-custom .swiper-button-next { border-image: linear-gradient(100.74deg, rgba(40, 163, 208, 0.4) 2.77%, rgba(125, 201, 95, 0.4) 100%) 1; background: linear-gradient(#fff, #fff) padding-box, linear-gradient(100.74deg, rgba(40, 163, 208, 0.4) 2.77%, rgba(125, 201, 95, 0.4) 100%) border-box; border: 1px solid transparent; height: 52px; position: relative; transition: all 0.5s; width: 52px; border-radius: 100px; font-size: 34px; display: flex; align-items: center; justify-content: center; padding: 10px; top: 0; margin: 0; }
.swiper-pagination-custom .swiper-button-prev { left: 0; right: auto; }
.swiper-pagination-custom .swiper-button-prev:after, .swiper-pagination-custom .swiper-button-next:after {font-family: 'FontAwesome'; font-size: 20px; background: linear-gradient(100.74deg, #28A3D0 2.77%, #7DC95F 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.swiper-pagination-custom .swiper-button-prev:hover, .swiper-pagination-custom .swiper-button-next:hover { background: var(--gradient-primary); }
.swiper-pagination-custom .swiper-button-prev:hover:after, .swiper-pagination-custom .swiper-button-next:hover:after { color: var(--white); }
.swiper-pagination-custom .swiper-button-prev:after{ content: "\f060"; }
.swiper-pagination-custom .swiper-button-next:after{ content: "\f061"; }
.swiper-pagination-custom .swiper-button-next { right: 0; left: auto; margin-left: auto; }
.swiper-pagination-custom .swiper-button-prev:hover:after, .swiper-pagination-custom .swiper-button-next:hover:after {  background: linear-gradient(100.74deg, #ffffff 2.77%, #ffffff 100%); -webkit-background-clip: text;}

.trust-partners img { opacity: 0.8; filter: grayscale(100%) brightness(5) invert(40%); }
.trust-partners a:hover img { opacity: 1; filter: none; }

/* About Page css end here */


/*LOGIN*/

.login-modal .modal-dialog { max-width: 485px; width: 100%; }
.login-modal .modal-content { border: none; padding: 32px; border-radius: 24px; padding-bottom: 65px; }
.hidden {display: none; }
.login-form-heading h2 { font-size: 28px; font-weight: bold; color: var(--deep-teal); }
.need-help a { color: var(--ink-blue); font-size: 16px; }

label.input-label { position: absolute; background: var(--white); font-size: 12px; color: #4F748B; line-height: normal; padding: 0 5px; left: 16px; top: -7px; }
.login-form-group input,.login-form-group select,.login-form-group textarea { height: 48px; color: #A7B9C5; border-radius: 100px; width: 100%; border: 1px solid transparent; background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(100.74deg, #28A3D0 2.77%, #7DC95F 100%) border-box; outline: none; padding: 0 20px;font-size: 14px;}
.login-form-group textarea{border-radius:16px;     height: 100px;}
.login-form-group .form-group { margin-bottom: 40px; }
button.next-btn { width: 100%; height: 50px; border: 1px solid transparent; background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(100.74deg, #28A3D0 2.77%, #7DC95F 100%) border-box; border-radius: 100px; font-size: 18px; font-weight: 500; color: var(--ink-blue); cursor: pointer; transition: all 0.3s ease;}

button.next-btn:hover { background: linear-gradient( 100.74deg, #28A3D0 2.77%, #7DC95F 100% ); color: var(--white); }


.btn-close { height: 30px; width: 30px; position: absolute; right: 15px; top: 15px; font-size: 10px; border: 1px solid transparent; background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(100.74deg, #28A3D0 2.77%, #7DC95F 100%) border-box; border-radius: 100px; padding: 0; }
.btn-close span { font-size: 14px; opacity: 0.6; text-shadow: inherit; }
.btn-close:hover { background: linear-gradient( 100.74deg, #28A3D0 2.77%, #7DC95F 100% ); color: var(--white); }
.btn-close:hover span{opacity:1 }

.submit-btn { width: 100%; height: 50px; border: 1px solid transparent; background: var(--gradient-primary); border-radius: 100px; font-size: 18px; font-weight: 500; color: var(--white); cursor: pointer; transition: all 0.3s ease; }
.submit-btn:hover { background: linear-gradient( 100.74deg, #28A3D0 2.77%, #7DC95F 100% ); color: var(--white); }
.input-icon { position: absolute; right: 20px; top: 12px; }

.forgot-password a { color: var(--ink-blue); font-size: 16px; }
.section-content p { color: var(--blue-gray); }

.otp-content p { font-size: 14px; color: #4F748B; }
.otp-time { display: flex; align-items: center; justify-content: end; font-size: 14px; color: #4F748B; }
.passcode-area { display: flex; gap: 15px;}

.passcode-area input[type="text"] { border: 1px solid transparent; border-radius: 12px; background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(100.74deg, rgba(40, 163, 208, 0.6) 2.77%, rgba(125, 201, 95, 0.6) 100%) border-box; padding: 7px; text-align: center; color: #4F748B; }


/** OUR SERVICES **/

.inner-hero-section { padding: 120px 0; position: relative; background-repeat: no-repeat; background-size: cover; background-position: center; }
section.inner-hero-section:before { content: ""; position: absolute; inset: 0; background-image: url(../images/overlay.svg); background-size: cover; background-repeat: no-repeat; background-position: center; }

.work-step-follow { display: flex; gap: 30px; flex-direction: column; position: relative; }
.work-step-follow:before { content: ""; height: 100%; width: 4px; position: absolute; left: 26px; top: 0; bottom: 0; background: #4EC282; opacity: 0.24; }
.work-step-items { counter-increment: step-counter; position: relative; padding-left: 80px; }
.work-step-items:before { content: counter(step-counter); position: absolute; left:0px; font-weight: 500; background: var(--white); width: 55px; height: 55px; border-radius: 100px; display: flex; align-items: center; justify-content: center; font-size: 24px; box-shadow: 0px 0px 50px 0px #E1F2EFCC; color: #7DC95F; }
.work-step-items h3 { font-size: 20px; font-weight: 600; color: var(--ink-blue); font-family: var(--body); margin: 0 0 8px; }
.testimonials-box {   gap: 32px;}

.find-contact-form { background: #F0F8F4; padding: 56px 48px; border-radius: 24px; }
.find-contact-form .input-label { background-color: #f0f8f4; }
.find-contact-form .login-form-group input, .find-contact-form .login-form-group select{    background: linear-gradient(#f0f8f4, #f0f8f4) padding-box, linear-gradient(100.74deg, #28A3D0 2.77%, #7DC95F 100%) border-box;}
.find-contact-form textarea { height: 100px; padding-top: 15px; background: linear-gradient(#f0f8f4, #f0f8f4) padding-box, linear-gradient(100.74deg, #28A3D0 2.77%, #7DC95F 100%) border-box; }
.contact-form-content{margin-bottom:30px}
.contact-form-content h2 { font-size: 32px; font-weight: 600; color: var(--ink-blue); margin:0 0 10px; }

.find-contact-form .login-form-group input::placeholder {  color:#A7B9C5; opacity: 1;}

.find-contact-form .login-form-group textarea::placeholder {   color: #A7B9C5;     }
.find-contact-form .login-form-group input[type="submit"] { background: linear-gradient(100.74deg, #28A3D0 2.77%, #7DC95F 100%); height: 50px; font-size: 18px; color: var(--white); font-weight: 500; }
.map-iframe{height:100%}
.map-iframe iframe { width: 100%; height: 100%; border-radius: 24px; }
.login-form-group .screen-reader-response { display: none; }

.contact-card-grid { margin-top: 56px; }
.contact-card-block { background: linear-gradient(122.42deg, rgba(40, 163, 208, 0.1) 2.39%, rgba(125, 201, 95, 0.1) 100%); height: 100%; border-radius: 16px; padding: 50px; }
.contact-icon { display: flex; background: #FFF; width: 84px; height: 84px; border-radius: 100px; margin: 0 auto 24px; align-items: center; justify-content: center; }
.contact-icon img { width: 26px; }
.contact-card-box p { font-size: 20px; }
.contact-card-box h3 { font-size: 24px; font-weight: 500; color: var(--ink-blue); }
.contact-help-figure:before { background: #DDF0DF; position: absolute; content: ""; left: 0; right: 48px; bottom: 48px; z-index: -1; top: -48px; border-radius: 24px; }
.contact-help-figure figure { background-position: center; border-radius: 24px; }
.contact-help-figure img { border-radius: 24px; }

.contact-process-list { display: flex; gap: 30px; flex-direction: column; position: relative; }
.contact-process-list:before { content: ""; height:calc(100% - 5px); width: 4px; position: absolute; left: 26px; top: 0; bottom: 5px; background:#4EC282; opacity: 0.24; }

.contact-help-figure.right-position:before { left: 48px; right: 0; }


.process-step-heading { margin: 0 0 5px; }
.process-step { counter-increment: step-counter; position: relative; padding-left: 80px; min-height: 56px; display: flex; flex-direction: column; text-align: left; justify-content: center; }
.process-step-heading:before { content: counter(step-counter); position: absolute; left: 0px; font-weight: 500; width: 55px;  height: 55px;  border-radius: 100px;  display: flex; align-items: center; justify-content: center;
    font-size: 24px;  box-shadow: 0px 0px 50px 0px #E1F2EFCC;  color: var(--white); top: 0; background: var(--gradient-primary);  border: none;}
.process-step-heading.collapsed:before {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(100.74deg, rgba(40, 163, 208, 0.4) 2.77%, rgba(125, 201, 95, 0.4) 100%) border-box;
    border: 2px solid transparent;
	 color: var(--green-400);
}

.process-step h3 { font-size: 20px; font-weight: 600; color: var(--ink-blue); font-family: var(--body); margin: 0 0 8px; }
.process-step h3:last-child { margin-bottom: 0; }
.login-form-group span.wpcf7-not-valid-tip { color: #FF0000; font-size: 14px; display: inline-block; margin: 3px 0 0; }
/* .login-form-group .wpcf7-response-output{background: rgb(255 185 0 / 10%); margin: 20px 0; padding: 15px; border-radius: 10px; text-align: center; border: #ffb900 2px solid; color: #000; font-size: 18px; } */

.login-modal-content { max-width: 484px; padding: 30px; margin: auto; box-shadow: 0px 8px 100px 0px #0000001A; border-radius: 24px; width: 100%; }
.question-box{background:#F7FBF9;border-radius:16px}
.question-box .question-text{font-size:14px;font-weight:500;color:var(--deep-teal)}
.question-box .custom-radio{display:inline-flex;align-items:center;gap:8px;cursor:pointer}
.question-box .custom-radio input{display:none}
.question-box .radio-ui{width:20px;height:20px;border-radius:50%;border:1px solid transparent;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(100.74deg,#28A3D0 2.77%,#7DC95F 100%) border-box;position:relative}
.question-box .custom-radio input:checked + .radio-ui::after{content:"";width:13px;height:13px;background:linear-gradient(100.74deg,#28A3D0 2.77%,#7DC95F 100%);border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.question-box .radio-label{font-size:14px;color:#4F748B}

.ServiceReques .modal-dialog { max-width: 550px; }

.login-form-group input[type="checkbox"] {  height: auto;  width: auto;}
.custom-multi-select {position: relative; width: 100%; font-size: 14px; }
.dropdown-header { border: 1px solid #d0d5dd; padding: 12px 16px; border-radius: 30px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; background: #fff; transition: 0.2s ease; }
.dropdown-header:hover {border-color: #9fd4c4;}
.dropdown-options { position: absolute; top: 110%; left: 0; width: 100%; background: #fff; border-radius: 20px; box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08); padding: 10px; display: none; z-index: 999; max-height: 260px; overflow-y: auto; animation: fadeIn 0.2s ease-in-out; }
.dropdown-options label { display: flex; align-items: center; gap: 12px; padding: 10px 14px; border-radius: 12px; cursor: pointer; font-size: 14px; transition: background 0.2s ease; }        
.dropdown-options label:hover {background: #f4f8f7;}
.dropdown-options input[type="checkbox"] { width: 18px; height: 18px; cursor: pointer; }
.schedule-btn a { border-image: linear-gradient(100.74deg, rgba(40, 163, 208, 0.4) 2.77%, rgba(125, 201, 95, 0.4) 100%) 1; display: inline-block; padding: 10px 22px; border-radius: 100px; background: linear-gradient(#fff, #fff) padding-box, linear-gradient(100.74deg, rgba(40, 163, 208, 0.4) 2.77%, rgba(125, 201, 95, 0.4) 100%) border-box; border: 1px solid transparent; color: var(--steel-blue); font-weight: 500; text-transform: capitalize; text-decoration: none; font-size: 18px; height: auto; }
.schedule-btn a:hover { color: var(--white); }





@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(-5px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media(max-width:767px){
	
:root{
 --container-padding: 0 15px;	
 --nav-size: 14px;	
 --body-fs: 14px;
 
}

/*HEADER CSS*/

.header-section .navbar-brand { max-width: 140px; }
.header-section .navbar { padding: 5px 0; }
.header-section .navbar .navbar-nav li.nav-item a { padding: 10px 0px; display:block}


/*HEADER CSS CLOSED*/
	

.section-top-heading h2, .subscribe-heading h2 { font-size: 28px;}
.hero-provider-content h1{font-size:24px;}
.hero-provider-content p { font-size: 14px;}
.expert-care span{font-size:12px;}
.section-column-gap { gap:40px; padding: 40px 0; }
.hero-stat-number { height: 100%; padding: 0 5px; }
.hero-stat-number h2 { font-size: 24px;margin: 0;}
.hero-stat-number p{font-size:12px}
.btn-header, .button-regular { height: 44px; font-size: 14px; padding: 10px 20px; }
.service-container { padding: 30px 20px; }
.review-content p { font-size: 14px;}
.review-box, .subscribe-bg { padding: 24px; }
.accordion-header.accordion-button { font-size: 15px; }
.subscribe-heading p, .footer-contact-details p { font-size: 14px;}

.subscribe-btn { font-size: 14px; width: 100px; }
.subscribe-form-group form .form-group input[type="text"] { padding: 0 105px 0 40px;font-size: 14px;         height: 38px;}
.subscribe-form-group form .form-group input[type="text"] {  }
.subscribe-btn { font-size: 14px; width: 100px; }
.at-icon { left: 15px; top: 12px; }
.at-icon img { width: 20px; }
.quick-link-block ul { gap: 10px 15px; }
	
.footer-bottom-link ul { justify-content: center; }	
.about_counter{padding:20px;}
.swiper-pagination-custom{width:95px}
.swiper-pagination-custom .swiper-button-prev, .swiper-pagination-custom .swiper-button-next{height:40px; width:40px}	
.swiper-pagination-custom .swiper-button-prev:after, .swiper-pagination-custom .swiper-button-next:after{font-size:16px;}

.chose-card:hover { transform: translateY(0px); }
.hero-section{height:auto}
	
.find-contact-form { padding: 30px 20px; }
.contact-icon { width: 60px; height: 60px; }
.contact-form-content h2 { font-size: 28px;}
.find-contact-form .login-form-group input{height:40px}
.contact-card-block { padding: 30px 20px; }
.contact-card-box h3 { font-size: 15px; line-height: 21px; }
.contact-card-box p { font-size: 15px; margin: 0 0 6px; }	
.chose-card { padding: 30px 15px; }
.chose-card figure { height: 55px; display: flex; align-items: center; justify-content: center; }
.chose-card figure img { width: 45px; }
.chose-card h3 { font-size: 18px; margin-bottom:5px}
.login-form-group .wpcf7-response-output{font-size:14px}
.contact-help-figure:before{top:-8px}

.hero-provider-content { max-width: 100%; margin-bottom:0}
.about-specialists { font-size: 14px; line-height: 18px; }
.about-stat-number { font-size: 36px;}
.about-certified { width: 200px; padding: 15px; }


}

@media(min-width:768px) and (max-width:1023px){
	
:root{
 --container-padding: 0 15px;	
 --nav-size: 14px;	
 --body-fs: 14px;
 
}

/*HEADER CSS*/

.header-section .navbar-brand { max-width: 140px; }
.header-section .navbar { padding: 5px 0; }
.header-section .navbar .navbar-nav li.nav-item a { padding: 10px 0px;}


/*HEADER CSS CLOSED*/
	
.hero-section{height:auto}
.section-top-heading h2, .subscribe-heading h2 { font-size: 28px;}
.hero-provider-content h1{font-size:36px;}
.hero-provider-content p { font-size: 18px;}
.expert-care span{font-size:14px;}
.section-column-gap { gap:40px; padding: 40px 0; }
.hero-stat-number { height: 100%; padding: 0 5px; }
.hero-stat-number h2 { font-size: 30px;margin: 0;}
.hero-stat-number p{font-size:12px}
.btn-header, .button-regular { height: 44px; font-size: 14px; padding: 10px 20px; }
.service-container { padding: 30px 20px; }
.review-content p { font-size: 14px;}
.review-box, .subscribe-bg { padding: 24px; }
.accordion-header.accordion-button { font-size: 15px; }
.subscribe-heading p, .footer-contact-details p { font-size: 14px;}

.subscribe-btn { font-size: 14px; width: 100px; }
.subscribe-form-group form .form-group input[type="text"] { padding: 0 105px 0 40px;font-size: 14px;         height: 38px;}
.subscribe-btn { font-size: 14px; width: 100px; }
.at-icon { left: 15px; top: 12px; }
.at-icon img { width: 20px; }
.quick-link-block ul { gap: 10px 15px; }
	
.footer-bottom-link ul { justify-content: center; }		
.about_counter { padding: 30px; }
.footer-contact-details p a{font-size:14px;}
.find-contact-form { padding: 30px 20px; }
.contact-icon { width: 60px; height: 60px; }
.contact-form-content h2 { font-size: 28px;}
.find-contact-form .login-form-group input{height:40px}
.contact-card-block { padding: 30px 20px; }
.contact-card-box h3 { font-size: 15px; line-height: 21px; }
.contact-card-box p { font-size: 15px; margin: 0 0 6px; }
.qoute-icon {  flex: 0 0 35px; }
.about-specialists { font-size: 14px; line-height: 18px; }
.about-stat-number { font-size: 36px;}
.about-certified { width: 200px; padding: 15px; }
.section-arrow-list ul li { background-size: 22px; }
.chose-card { padding: 30px 15px; }
.chose-card figure { height: 55px; display: flex; align-items: center; justify-content: center; }
.chose-card figure img { width: 45px; }
.chose-card h3 { font-size: 18px; margin-bottom:5px}
.hero-provider-content { max-width: 540px;}
.login-form-group .wpcf7-response-output{font-size:14px}
}


@media(min-width:1024px) and (max-width:1250px){
	
:root{
 --container-padding: 0 15px;	
 --nav-size: 14px;	
 --body-fs: 14px;
 
}	
.section-column-gap { gap: 80px; padding: 80px 0; }
.section-top-heading h2, .hero-stat-number h2 { font-size: 40px;}
.chose-card, .review-box { padding: 30px;}
.service-container { padding: 40px 32px; }
.review-content p { font-size: 14px;}

.hero-provider-content h1 { font-size: 50px; }
.btn-header, .button-regular { font-size: 16px; height:48px }
}