@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap";
a.blue_link{color:#00f}html,body{font-family:var(--regularFont)}a{color:inherit;text-decoration:none}*{box-sizing:border-box;margin:0;padding:0}.confirmation{text-align:center;max-width:1240px;height:45vh;margin-left:auto;margin-right:auto;padding-top:160px}.confirmation h1{font-size:35px}.main-container{max-width:1560px;margin:0 auto;padding:0 20px}.main-container.md{max-width:1440px}.main-container.sm{max-width:1340px}.main-container.xs{max-width:1100px}.btn{font-family:var(--regularFont);text-transform:capitalize;letter-spacing:.64px;cursor:pointer;border:none;border-radius:24px;outline:none;padding:11px 25px;font-size:16px;font-weight:500;transition:all .3s ease-in;display:inline-block}.btn:hover{opacity:.9}.btn.orange-btn{color:var(--white);background-color:var(--orange);border:2px solid var(--orange)}.btn.btn-orange-bordered{color:var(--orange);border:2px solid var(--orange);background-color:#0000}.main-section{padding:110px 0}.pb-60{padding-bottom:60px}.pb-0{padding-bottom:0!important}.pb-20{padding-bottom:20px!important}.main-layout-container{position:relative}.cookies-container{background:var(--black);z-index:9999;width:100%;max-height:120px;position:sticky;bottom:-1px;left:0}.cookies-container .main-container{color:var(--white);justify-content:space-between;align-items:center;padding-block:20px;display:flex}.cookies-container a{text-decoration:underline}.cookies-container .left{align-items:center;display:flex}.cookies-container .left .left-image{margin-right:15px;display:flex}.cookies-container .btn{background:var(--white);border:1px solid var(--white);color:var(--orange);font-size:14px;font-weight:400}.cookies-container .cross-icon{cursor:pointer;border-radius:100%;width:24px;height:24px;position:absolute;top:50%;right:24px;overflow:hidden;transform:translateY(-50%)}.text-center{text-align:center}@media only screen and (max-width:1320px){.btn{font-size:14px}}@media only screen and (max-width:767px){.confirmation{padding-top:100px}}@media only screen and (max-width:440px){.btn{font-size:13px}}
:root{--gray:#4b4b4b;--grayOne:#5a5a5a;--grayTwo:#2e3057;--grayThree:#a6b2c4;--grayFour:#93a1b7;--grayFive:#464646;--graySix:#707070;--graySeven:#535353;--grayEight:#aaacb5;--white:#fff;--whiteOne:#f5f5f5;--whiteTwo:#909aaa;--whiteThree:#f2f2f2;--whiteFour:#e1e1e1;--whiteFive:#f3f3f3;--black:#000;--blackTwo:#0c0e30;--orange:#f15a23;--red:#f20000;--blue:#402c74;--blueOne:#2d3390;--blueTwo:#0093ff;--blueThree:#171943;--blueFour:#1b1e63;--blueFive:#24266a;--regularFont:"Montserrat",sans-serif;--merriWeather:"Merriweather",serif;--roboto:"Roboto",sans-serif}.main-header{background:var(--white);z-index:999;padding:19px 0;position:sticky;top:0;box-shadow:0 3px 6px #00000029}.main-header>.main-container{align-items:center;display:flex}.justify-center{justify-content:center}.main-header>.main-container nav{flex:1}.main-header>.main-container nav ul{list-style:none}.main-header>.main-container nav>ul{justify-content:flex-end;align-items:center;display:flex}.main-header>.main-container nav>ul>li{margin-right:45px;position:relative}.main-header>.main-container nav>ul>li:last-child{margin-right:0}.main-header .search-button{cursor:pointer;transition:all .3 ease-in;background:0 0;border:none;outline:none}.main-header .search-button:hover svg path{fill:var(--orange)}.main-header>.main-container nav>ul>li>a{font-size:18px;font-family:var(--regularFont);color:var(--grayEight);font-weight:500;transition:all .3s ease-in}.main-header>.main-container nav>ul>li.active>a,.main-header>.main-container nav>ul>li.active:hover>a{color:var(--orange)}.main-header>.main-container nav>ul>li:hover>a{color:var(--black)}.main-header>.main-container nav>ul>li>a.btn{color:var(--white)}.main-header>.main-container nav>ul>li>ul{background:var(--white);opacity:0;visibility:hidden;border:1px solid #f1f1f1;border-radius:4px;width:100%;min-width:200px;padding:10px 0;transition:all .3s;display:block;position:absolute;top:28px}.main-header>.main-container nav>ul>li:hover>ul{opacity:1;visibility:visible;top:28px}.main-header>.main-container nav>ul>li>ul>li{text-align:center;padding:8px 15px}.main-header>.main-container nav>ul>li>ul>li>a{color:var(--grayEight);font-size:14px}.main-header>.main-container nav>ul>li>ul>li>a:hover{color:var(--blueOne)}.hamburger{cursor:pointer;font:inherit;color:inherit;text-transform:none;background-color:#0000;border:0;margin:0;padding:0;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;display:none;overflow:visible}.hamburger:hover,.hamburger.is-active:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:before,.hamburger.is-active .hamburger-inner:after{background-color:#000}.hamburger-box{width:30px;height:24px;margin-left:25px;display:inline-block;position:relative}.hamburger-inner{margin-top:-2px;display:block;top:50%}.hamburger-inner,.hamburger-inner:before,.hamburger-inner:after{background-color:var(--orange);border-radius:4px;width:30px;height:4px;transition-property:transform;transition-duration:.15s;transition-timing-function:ease;position:absolute}.hamburger-inner:before,.hamburger-inner:after{content:"";display:block}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger--stand-r .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand-r .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19)}.hamburger--stand-r .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19)}.hamburger--stand-r.is-active .hamburger-inner{transition:transform 75ms cubic-bezier(.215,.61,.355,1),background-color 0s linear .15s;transform:rotate(-90deg);background-color:#0000!important}.hamburger--stand-r.is-active .hamburger-inner:before{transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;top:0;transform:rotate(-45deg)}.hamburger--stand-r.is-active .hamburger-inner:after{transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;bottom:0;transform:rotate(45deg)}.header-phone-number{text-align:center;flex-shrink:0;min-width:200px;padding-left:60px;font-size:17px}.header-phone-number a:hover{color:var(--blueOne)}.main-header .main-logo{max-width:260px;display:block}.main-header .main-logo img{width:100%;height:auto}.only-desktop{display:block}.only-mobile{display:none!important}@media only screen and (max-width:1370px){.header-phone-number{padding-left:10px;font-size:15px}.main-header .main-logo{max-width:230px}.main-header>.main-container nav ul a{font-size:14px}.main-header>.main-container nav ul>li{margin-right:20px}}@media only screen and (max-width:1175px){.main-header .main-logo{max-width:180px}}@media only screen and (max-width:1055px){.main-header{padding:15px 0}.header-phone-number{max-width:170px;padding-left:10px;font-size:12px}.main-header>.main-container{justify-content:space-between}.hamburger{display:block}.only-desktop{display:none!important}.hamburger-box{margin-left:10px}.main-header>.main-container nav ul{display:none}.main-header>.main-container nav{transition:all .3s ease-in;top:-100%}.only-mobile{display:block!important}.main-header>.main-container nav.is-active{background:var(--white);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.main-header>.main-container nav.is-active ul{flex-direction:column;margin:0;padding:0;display:flex}.main-header>.main-container nav.is-active ul li{text-align:center;margin-right:0;padding-bottom:30px}.main-header>.main-container nav.is-active ul li ul{visibility:visible;opacity:1;border:none;min-width:10px;position:relative}.main-header>.main-container nav.is-active ul li ul li{margin:0 0 30px;padding:0}.main-header>.main-container nav.is-active ul li ul li:last-child{margin:0 0 30px}.main-header>.main-container nav.is-active ul li:last-child{margin-bottom:0}.main-header>.main-container nav.is-active ul li a{color:var(--grayEight);font-size:24px}.main-header>.main-container nav.is-active ul li a.btn{color:var(--white)!important}.main-header>.main-container nav.is-active ul li ul li a{font-weight:500}.main-header>.main-container nav.is-active ul li a:hover{color:var(--black)}.main-header>.main-container nav.is-active ul li .btn{font-size:20px}}
.heading-and-para{text-align:center;max-width:1055px;margin:0 auto}.heading-and-para.left-align{text-align:left;max-width:none}.heading-and-para h2{max-width:796px;font-size:43px;font-family:var(--merriWeather);color:var(--blueOne);margin:0 auto 60px;font-weight:600;position:relative}.heading-and-para.big-fonts h2{font-size:50px}.heading-and-para.homepage-why-book{max-width:1100px}.heading-and-para.homepage-why-book h2,.heading-and-para.left-align h2{max-width:none}.heading-and-para h2:before{content:"";background-color:var(--orange);width:160px;height:5px;position:absolute;bottom:-23px;left:50%;transform:translate(-50%)}.heading-and-para.left-align h2:before{left:0;transform:none}.heading-and-para p,.heading-and-para h6{color:var(--graySeven);font-size:23px;line-height:30px}.heading-and-para .multiple-para p>span{display:none}.change-para-color .heading-and-para p,.change-para-color .address-info,.change-para-color .address-info a{color:var(--graySix)}.change-para-color .address-info a:hover{color:var(--blueTwo)}.heading-and-para.big-fonts p,.heading-and-para.big-fonts h6{font-size:28px;line-height:normal}.heading-and-para h6{text-transform:uppercase;font-weight:400}.multiple-para p{margin-bottom:25px}.multiple-para p:last-child{margin-bottom:0}.heading-and-para.text-white h6,.heading-and-para.text-white h2,.heading-and-para.text-white p{color:var(--white)}.heading-and-para.more-width h2{max-width:850px}.heading-and-para.more-width.big-paragraph h2{max-width:900px}.heading-and-para.more-width.big-paragraph h2 div{font-weight:400}@media only screen and (max-width:767px){.heading-and-para h2{font-size:36px}.heading-and-para.big-fonts h2{font-size:40px}.heading-and-para p{font-size:18px}.heading-and-para.big-fonts p,.heading-and-para.big-fonts h6{font-size:22px}.multiple-para p{margin-bottom:10px}}@media only screen and (max-width:440px){.heading-and-para h2,.heading-and-para.big-fonts h2{font-size:30px}.heading-and-para p{font-size:16px}.heading-and-para.big-fonts p,.heading-and-para.big-fonts h6{font-size:18px}}
.image-container{border-radius:15px;position:relative;box-shadow:0 3px 16px #00000029}.image-container img{z-index:2;object-fit:cover;border-radius:15px;width:100%;height:100%;position:relative}.image-container>span{display:block!important}.image-container:before,.image-container:after{content:"";background:linear-gradient(#f15a23 0%,#2d3391 100%);border-radius:25px;width:240px;height:210px;position:absolute;top:-12px;left:-12px}.image-container:after{border-radius:25px;inset:auto -12px -12px auto}.image-container.bottomBorder:before{display:none}.image-container.bottomBorder:after{border-radius:40px;width:calc(100% + 50px);height:340px;bottom:-25px;left:-25px}@media only screen and (max-width:767px){.image-container:before,.image-container:after{display:none}}
.main-footer{background-color:var(--blueOne)}.footer-main{padding:85px 0 67px}.footer-main .main-container{display:flex}.footer-main .main-container .left{border-right:5px solid var(--orange);min-width:341px;color:var(--grayThree);margin-right:96px;font-size:20px;line-height:30px}.footer-main .main-container .left .footer-address{color:var(--white);padding-top:25px;font-size:21px}.bold{font-weight:700}.footer-main .main-container .right{color:var(--white);font-size:15px}.footer-main .main-container .right .text{padding-bottom:70px}.footer-bottom{background-color:var(--blueFive);color:var(--white);padding:20px 0;font-size:15px}.footer-bottom .main-container{align-items:center;display:flex}.footer-bottom .main-container .left{flex:1}.footer-bottom .main-container .left ul{margin:0;padding:0;list-style:none;display:flex}.footer-bottom .main-container .left ul li:not(:last-child){margin-right:30px}.footer-bottom.footer-learn-more .main-container{color:var(--white);flex-direction:column;padding-top:30px;padding-bottom:30px;font-size:24px}.footer-learn-more .learn-more{font-size:30px;font-weight:600;font-family:var(--merriWeather);padding-bottom:10px}.footer-learn-more .call-us{gap:10px;display:flex}.footer-learn-more .call-us .link{color:var(--orange);text-decoration:underline}.brand-and-social{flex-wrap:wrap;align-items:center;display:flex}.brand-and-social .footer-social-links{flex-wrap:wrap;flex:1;justify-content:flex-end;align-items:center;gap:30px;display:flex}.brand-and-social ul{flex-wrap:wrap;align-items:center;list-style:none;display:flex}.brand-and-social ul li{margin-right:30px}.brand-and-social ul li:last-child{margin-right:0}@media only screen and (max-width:1320px){.footer-main .main-container .left{min-width:265px;margin-right:20px}}@media only screen and (max-width:1100px){.brand-and-social{flex-direction:column;align-items:flex-start;gap:20px}}@media only screen and (max-width:991px){.footer-main{padding:50px 0 30px}.footer-main .main-container,.footer-bottom .main-container{flex-direction:column}.footer-main .main-container .left,.footer-bottom .main-container .left{border-right:none;padding-bottom:30px}.footer-main .main-container .left .footer-address{padding-top:20px}.footer-learn-more .learn-more{font-size:24px}.footer-bottom.footer-learn-more .main-container{font-size:20px}.brand-and-social ul li{margin-right:20px}}@media only screen and (max-width:600px){.brand-and-social .footer-social-links{justify-content:flex-start}}@media only screen and (max-width:526px){.footer-bottom{text-align:center}.footer-bottom .main-container .left ul{text-align:center;flex-direction:column}.footer-bottom .main-container .left ul li:not(:last-child){margin:0 0 10px}.footer-learn-more .learn-more{font-size:20px}.footer-bottom.footer-learn-more .main-container{font-size:15px}.footer-learn-more .call-us{gap:5px}}
.case-study-container{background:linear-gradient(266deg,#f15a23 0%,#2d3391 100%) no-repeat padding-box padding-box;border-top:1px solid #707070;border-bottom:1px solid #707070;padding:16px 0;position:relative}.case-study-container .case-study-inner{background:#2c000076 no-repeat padding-box padding-box;padding:35px 0 45px}.case-heading{color:var(--white);padding-bottom:30px;font-size:30px;display:flex}.case-heading div{flex:1;padding-left:20px}.case-study-inner .case-form{gap:24px;display:flex}.case-study-inner .case-form>div{flex:1}.pb-40{padding-bottom:40px!important}@media only screen and (max-width:1200px){.case-heading{font-size:20px}}@media only screen and (max-width:1023px){.case-study-inner .case-form{flex-direction:column}.case-study-inner .case-form .btn{align-self:flex-start}}@media only screen and (max-width:767px){.case-heading{flex-direction:column;font-size:16px}.case-heading div{padding:10px 0 0}}
.banner-container{width:100%;height:700px;position:relative}.banner-container .banner-image{width:100%;height:100%;position:absolute;top:0}.banner-container .banner-image>span{height:100%!important;display:block!important}.banner-container .banner-content{z-index:3;text-align:center;width:100%;height:100%;color:var(--white);background:#2d339133;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;top:0}.banner-container .banner-content h6{text-transform:uppercase;letter-spacing:2.4px;font-size:30px;font-family:var(--regularFont);padding-bottom:35px;font-weight:300;position:relative}.banner-container .banner-content h6:before{content:"";background-color:var(--orange);border-radius:10px;width:120px;height:4px;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.banner-container .banner-buttons{justify-content:center;gap:30px;padding-top:10px;display:flex}.banner-container .banner-content h3{max-width:1200px;font-size:50px;font-family:var(--merriWeather);margin:auto;padding-bottom:30px;font-weight:300}.interested-block .heading{font-family:var(--merriWeather);padding:40px 0 16px;font-size:30px}.interested-block .phone-number{font-size:25px}.interested-block .phone-number a{color:var(--orange);text-decoration:underline}.banner-container.search-banner-v2{background-color:#21288b;height:auto;padding:64px 0}.banner-container.search-banner-v2 .banner-content{position:relative}.search-form{background-color:var(--white);border-radius:8px;margin-top:50px;margin-bottom:-200px;padding:20px;box-shadow:0 0 15px #212782}.search-form.no-margin{text-align:center;margin:0 0 50px}.adjusting-form-height{height:150px}.search-form .download-heading{font-size:35px;font-family:var(--merriWeather);color:var(--blue);padding-bottom:30px;font-weight:700}.search-form form{max-width:700px;margin:auto}.search-form form>div{flex:1;gap:20px;display:flex}.search-form form>div .form-control{width:100%}.search-form .btn{border-radius:4px;width:100%;max-width:415px;margin-top:10px}.bring-doctors{font-size:35px;font-family:var(--merriWeather);color:var(--blue);text-align:center;padding:30px 0 0;font-weight:600}@media only screen and (max-width:1120px){.banner-container .banner-content h3{font-size:40px}.bring-doctors,.search-form .download-heading,.interested-block .heading{font-size:30px}.interested-block .phone-number{font-size:20px}}@media only screen and (max-width:991px){.search-banner.banner-container{height:auto}.search-banner.banner-container .banner-content{padding:30px 0;position:relative}.bring-doctors,.search-form .download-heading,.interested-block .heading{font-size:24px}.interested-block .phone-number{font-size:18px}}@media only screen and (max-width:767px){.banner-container{height:500px}.banner-container .banner-content h6{font-size:18px}.banner-container .banner-content h3{font-size:30px}.bring-doctors,.search-form .download-heading,.interested-block .heading{font-size:20px}.interested-block .phone-number{font-size:16px}.banner-container .banner-buttons{flex-direction:column;gap:15px;max-width:350px;margin:0 auto}.main-section{padding:40px 0}}@media only screen and (max-width:500px){.banner-container .banner-content h3{padding-bottom:10px;font-size:26px}}@media only screen and (max-width:440px){.banner-container .banner-content h6{font-size:16px}.banner-container .banner-content h3{font-size:24px}.btn{padding:11px 15px}}
.news-container{background-color:var(--whiteThree);border-bottom:1px solid var(--whiteFour)}.news-container>.main-container{align-items:center;margin-bottom:-4px;display:flex}.news-container .left{padding-right:65px}.news-container .left h2{font-family:var(--merriWeather);color:var(--blueFour);padding-bottom:15px;font-size:55px}.news-container .center{border-left:1px solid var(--graySix);flex:1;padding:0 65px}.news-container .center .text{color:var(--grayFive);max-width:440px;padding-bottom:20px;font-size:30px;font-weight:500}.news-container .right{max-width:520px}@media only screen and (max-width:1279px){.news-container .center .text{font-size:24px}.news-container .left{padding-right:20px}.news-container .center{padding:0 20px}.news-container .left h2{font-size:40px}}@media only screen and (max-width:991px){.news-container{padding:30px 0}.news-container>.main-container{flex-direction:column}.news-container .center{text-align:center;border:none;padding:20px 0 30px}.news-container .left{text-align:center;padding:0}.news-container .left h2{font-size:36px}}
.four-columns{gap:30px;display:flex}.why-book-card{background-color:var(--white);text-align:center;border-radius:15px;flex:1;width:auto;position:relative;overflow:hidden;box-shadow:0 0 25px #00001a33}.why-book-card .icon{justify-content:center;align-items:center;margin:30px 0 20px;display:flex}.why-book-card h3{color:var(--blueFour);font-size:30px;font-weight:500}.concierge .why-book-card h3{font-size:24px}.why-book-card p{color:var(--graySeven);width:100%;font-size:18px}.why-book-card .paragraph{padding:14px 30px 50px}.why-book-card .bottom-border{background:linear-gradient(270deg,#f15a23 0%,#2d3391 100%);width:100%;height:13px;position:absolute;bottom:0;left:0}@media only screen and (max-width:1200px){.four-columns{flex-wrap:wrap;justify-content:space-between}.why-book-card{flex:initial;width:calc(50% - 23px)}.why-book-card h3{font-size:26px}.concierge .why-book-card h3{font-size:20px}}@media only screen and (max-width:650px){.four-columns{flex-direction:column}.why-book-card{flex:initial;width:100%}.why-book-card p{font-size:16px}.why-book-card h3{font-size:22px}.concierge .why-book-card h3{font-size:18px}}
.services-to-employees{background:url(../media/services-to-employees.798050c4.jpeg) 50%/cover no-repeat}.services-to-employees .heading-and-para h2,.services-to-employees .heading-and-para p{color:var(--white)}.service-employee-container{flex-wrap:wrap;gap:30px;display:flex}.more-services-container{text-align:center;padding-top:75px}.service-employee-container>div{background-color:#2d3390bf;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;width:calc(25% - 30px);height:210px;display:flex;box-shadow:0 3px 6px #00000029}.service-to-employee-card .icon{height:86px;margin-bottom:10px}.service-to-employee-card .text{color:var(--white);text-align:center;max-width:200px;font-size:24px}@media only screen and (max-width:1200px){.service-to-employee-card .text{font-size:22px}}@media only screen and (max-width:991px){.service-employee-container>div{width:calc(33.3333% - 20px)}.service-to-employee-card .text{font-size:18px}}@media only screen and (max-width:767px){.service-employee-container>div{width:calc(50% - 15px)}}@media only screen and (max-width:479px){.service-employee-container>div{width:100%}}
.two-columns{align-items:center;gap:46px;display:flex}.two-columns.less-gap{gap:30px}.two-columns>div{flex:1}.bottom-buttons{gap:30px;display:flex}.with-background{background-color:var(--whiteFive);margin-top:110px;padding-top:0}.with-background.no-margin{margin-top:0}.with-background .left{margin-top:-45px}.with-numbers .heading-and-para .multiple-para p{color:var(--graySix);font-size:30px;line-height:normal;display:flex;position:relative}.with-numbers .heading-and-para .multiple-para p>span{color:var(--blueOne);font-size:50px;font-family:var(--merriWeather);margin-top:-10px;margin-right:20px;display:block}.logo-image{max-width:330px;max-height:100px;margin-bottom:30px}.logo-image img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%}.row-reverse .two-columns{flex-direction:row-reverse}.row-reverse .two-columns .left{max-width:750px}.row-reverse .two-columns .left .heading-and-para.left-align{text-align:right;max-width:600px}.row-reverse .two-columns .left .heading-and-para.left-align h2:before{left:auto;right:0}.bottom-borders .two-columns .image-container:before{display:none}.bottom-borders .two-columns .image-container:after{border-radius:0 0 12px 12px;width:calc(100% + 20px)}@media only screen and (max-width:991px){.row-reverse .two-columns .left .heading-and-para.left-align{text-align:left}.row-reverse .two-columns .left .heading-and-para.left-align h2:before{left:0;right:auto}.two-columns,.row-reverse .two-columns{flex-direction:column}.row-reverse .two-columns .left,.row-reverse .two-columns .left .heading-and-para.left-align{max-width:100%}}@media only screen and (max-width:767px){.with-numbers .heading-and-para .multiple-para p>span{min-width:32px;margin:-5px 5px 0;font-size:34px}.with-numbers .heading-and-para .multiple-para p{font-size:24px}}
.our-clients .heading-and-para{max-width:1110px}.client-counter{color:var(--white);justify-content:center;gap:34px;padding-bottom:72px;display:flex}.client-counter-inner{text-align:center;background:linear-gradient(239deg,#f15a22 0%,#2d3390 100%);border-radius:25px;flex-direction:column;justify-content:center;min-width:381px;max-width:381px;height:210px;font-size:24px;display:flex}.client-counter-inner .number{font-size:100px;font-weight:700;font-family:var(--regularFont);padding-bottom:2px}.client-counter-inner .number.numberText{padding:20px 0;font-size:42px;line-height:38px}.client-logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:37px;max-width:945px;margin:auto;padding:50px 0 0;display:flex}.client-logos .logo-container{width:calc(20% - 30px)}.client-logos .logos-inner{width:128px;margin:auto}.client-logos .logos-inner img{object-fit:contain;width:100%;max-width:100%;height:auto}.insurance .client-logos .logo-container{width:calc(33.3333% - 30px)}@media only screen and (max-width:991px){.client-counter{flex-direction:column;align-items:center}.client-counter-inner .number{font-size:70px}}@media only screen and (max-width:850px){.client-logos .logo-container{width:calc(25% - 30px)}.client-logos{justify-content:space-around}.client-logos .logos-inner{margin:auto}.client-counter-inner .number{font-size:65px}}@media only screen and (max-width:630px){.client-logos .logo-container,.insurance .client-logos .logo-container{width:calc(50% - 30px)}.client-counter-inner .number{font-size:60px}}@media only screen and (max-width:440px){.client-counter-inner{min-width:100%;font-size:20px}.client-counter-inner .number.numberText{font-size:32px}}@media only screen and (max-width:380px){.client-logos .logo-container,.insurance .client-logos .logo-container{width:100%}.client-counter-inner .number{font-size:55px}}
.heading-with-bars{justify-content:center;align-items:center;display:flex}.heading-with-bars span{color:var(--graySix);margin:0 15px;font-size:34px;display:block}.heading-with-bars:after,.heading-with-bars:before{content:"";background:var(--orange);width:160px;height:2px;display:block}@media only screen and (max-width:991px){.heading-with-bars span{font-size:23px}}@media only screen and (max-width:767px){.heading-with-bars span{font-size:20px}}@media only screen and (max-width:500px){.heading-with-bars:after,.heading-with-bars:before{display:none}}
.testimonials{text-align:center;color:var(--white);background:url(../media/testimonial-bg.2d8d76ec.jpg) 0 0/cover no-repeat;font-size:20px}.testimonials .testimonial-heading{font-size:35px;font-weight:600}.testimonials .testimonial-heading:after{content:"";background-color:var(--orange);width:160px;height:5px;margin:25px auto 40px;display:block}.testimonials .testimonial-description{opacity:.75;background:linear-gradient(#2d3390 0%,#f15a22 100%);border-radius:25px;max-width:1480px;margin:0 24px 40px;padding:35px 45px;font-size:29px;box-shadow:0 0 10px #00000029}.testimonials .author{margin-bottom:11px;font-size:28px;font-weight:500}.testimonials .author-name{color:var(--orange);padding-bottom:30px;font-size:40px;font-weight:500}.testimonials .slick-next:before,.testimonials .slick-prev:before{content:none}.testimonials .slick-next,.testimonials .slick-prev{width:50px;height:50px;top:-50px;background-size:contain!important}.testimonials .slick-next{background:url(../media/slider-next.6ffdc430.svg) no-repeat;right:20px}.testimonials .slick-prev{background:url(../media/slider-prev.d4dbcd63.svg) no-repeat;left:auto;right:90px}@media only screen and (max-width:991px){.testimonials{font-size:18px}.testimonials .testimonial-heading{font-size:22px}.testimonials .testimonial-description,.testimonials .author{font-size:24px}.testimonials .author-name{font-size:34px}.insurance .insurance-text{font-size:28px}}@media only screen and (max-width:767px){.testimonials{font-size:16px}.testimonials .testimonial-heading{font-size:20px}.testimonials .testimonial-description{padding:25px 15px;font-size:20px}.testimonials .author{font-size:20px}.testimonials .slick-next,.testimonials .slick-prev{display:none!important}.testimonials .author-name{font-size:30px}.insurance .insurance-text{font-size:24px}}@media only screen and (max-width:500px){.testimonials .author-name{font-size:24px}.testimonials .testimonial-description,.testimonials .author{font-size:18px}.insurance .insurance-text{font-size:20px}}
.insurance{text-align:center;color:var(--graySeven);font-size:25px}.insurance .insurance-text{max-width:800px;color:var(--graySix);margin:0 auto 50px;font-size:32px;position:relative}.insurance .insurance-text:before{content:"";background-color:var(--orange);width:160px;height:5px;position:absolute;bottom:-30px;left:50%;transform:translate(-50%)}.insurance .clients-container{margin-bottom:50px}.insurance .btn{margin-top:29px}@media only screen and (max-width:991px){.insurance{font-size:22px}}@media only screen and (max-width:767px){.insurance{font-size:20px}}
.why-you-need{background:url(../media/why-you-need-us-bg.94f7f035.jpg) 50%/cover no-repeat;position:relative}.three-strips{width:100%;position:absolute;top:187px}.three-strips .strip{background-color:var(--orange);width:100%;height:10px;margin-bottom:10px}.three-strips .strip:last-child{margin-bottom:0}.three-strips.blue{z-index:2;top:auto;bottom:160px}.three-strips.blue .strip{background-color:var(--blueOne)}.three-strips.white .strip{background-color:var(--white)}.striped-two-cols{gap:40px;display:flex;position:relative}.striped-two-cols>div{text-align:center;background:#fff;border-radius:15px;flex:1;padding:0 20px 70px;box-shadow:0 0 15px #00000029}.striped-two-cols .heading{font-size:45px;font-family:var(--merriWeather);color:var(--blueOne);margin-bottom:60px;padding-top:70px;font-weight:700;position:relative}.striped-two-cols .heading:before{content:"";background-color:var(--orange);width:160px;height:5px;position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}.striped-two-cols .item{padding-bottom:70px}.striped-two-cols .item-heading{color:var(--blueOne);padding-bottom:26px;font-size:28px;font-weight:600}.striped-two-cols .item-image{max-width:100%;overflow:hidden}.striped-two-cols .item-image img{object-fit:contain;width:100%;max-width:100%;height:auto}.striped-two-cols ul{justify-content:center;align-items:center;padding-bottom:40px;list-style:none;display:flex}.striped-two-cols ul li{margin:0 15px}.striped-two-cols ul li img{width:auto;max-width:100%;height:auto;max-height:80px}.striped-two-cols .service-item{color:var(--blueOne);padding-bottom:18px;font-size:22px;font-weight:500}.striped-two-cols .service-item:last-child{padding-bottom:0}.striped-two-cols .service-item .text{font-weight:600}@media only screen and (max-width:1023px){.striped-two-cols{flex-direction:column;gap:20px}.striped-two-cols>div{width:100%;max-width:700px;margin:auto}.striped-two-cols .heading{padding-top:40px;font-size:36px}.striped-two-cols .service-item{font-size:18px}.striped-two-cols .item-heading{font-size:24px}}@media only screen and (max-width:767px){.striped-two-cols ul li{margin:0 7px}.striped-two-cols>div{padding-bottom:30px}.three-strips.blue{bottom:60px}.three-strips .strip{height:5px;margin-bottom:5px}.striped-two-cols .heading{font-size:28px}.striped-two-cols .item{padding-bottom:30px}}
.main-section .two-columns .right .less-width{max-width:90%;margin-left:auto}.homepage-two-col .two-columns .right{max-width:560px}.homepage-container .remove-slider-buttons .slick-slider .slick-arrow{display:none!important}@media only screen and (max-width:991px){.main-section .two-columns .right .less-width{max-width:100%}}
.how-it-work-container .how-it-work:not(:last-of-type){padding-bottom:26px}.how-it-work{align-items:flex-start;display:flex}.how-it-work .number{color:var(--blueOne);font-size:50px;font-family:var(--merriWeather);min-width:50px;margin-top:-10px}.how-it-work .title{color:var(--graySix);padding:3px 0 0 15px;font-size:30px}.how-it-work .title ul{padding:16px 0 0;list-style:none}.how-it-work .title ul li{align-items:flex-start;padding-bottom:12px;font-size:30px;display:flex}.how-it-work .title ul li:before{content:"";background:radial-gradient(#2d3390 0%,#454a9d 21.67%,#fff 100%);border-radius:50%;min-width:18px;height:18px;margin:10px 11px 0 0}.process-how-it-work .two-columns{align-items:flex-start}@media only screen and (max-width:767px){.how-it-work .number{min-width:32px;margin-top:-5px;font-size:34px}.how-it-work .title,.how-it-work .title ul li{font-size:24px}}
.page-header{background:url(../media/page-header-bg.36e766a4.jpg) 50%/cover no-repeat;padding:75px 20px}.process-header{color:var(--graySix);font-size:32px;font-weight:500}.page-header-bottom{background:linear-gradient(260deg,#f15a22 0%,#2d3390 100%);height:40px}.page-header h1{color:var(--white);text-align:center;text-transform:uppercase;font-size:65px;font-weight:500}@media only screen and (max-width:1023px){.page-header h1{font-size:46px}.page-header{padding:50px 20px}}@media only screen and (max-width:991px){.page-header h1{font-size:42px}.page-header{padding:30px 20px}}@media only screen and (max-width:767px){.page-header h1{font-size:36px}.page-header{padding:20px}}
.reverse-columns{flex-direction:row-reverse}.has-bullets .how-it-work{position:relative}.has-bullets .how-it-work .number{text-indent:-9999px;width:20px;min-width:20px;height:20px;margin-top:4px;display:none}.has-bullets .how-it-work:before{content:"";background:url(../media/check.c5e63b07.svg) no-repeat;min-width:37px;height:38px;margin-top:5px}.has-bullets .how-it-work .title ul li:last-child{padding-bottom:0}@media only screen and (max-width:991px){.reverse-columns{flex-direction:column}}@media only screen and (max-width:767px){.has-bullets .how-it-work:before{background-size:contain;min-width:25px}}
.main-section.min-right-width .two-columns .right,.main-section.min-left-width .two-columns .left{max-width:540px}.process-iphone .two-columns{padding-top:40px}.process-iphone .two-columns .left{max-width:233px;margin-top:-120px}.process-iphone .two-columns .left img{border-radius:0}.process-iphone .two-columns .left .image-container{box-shadow:none;border-radius:0}.process-iphone .two-columns .left .image-container.bottomBorder:after{display:none}.occupational-health{background:url(../media/bottom-section.90a3f633.jpg) 50% no-repeat}.occupational-health .main-container{color:var(--white);gap:50px;display:flex}.occupational-health .left{flex:1;padding-top:50px}.occupational-health .right{max-width:536px}.occupation-head{font-size:28px}.occupation-head .heading{font-size:42px;font-family:var(--merriWeather);padding-bottom:20px;font-weight:600}.occupation-icons{gap:40px;padding:50px 0;display:flex}.occupation-paras p{padding-bottom:35px;font-size:28px}.occupation-paras p:last-child{padding-bottom:0}.occupational-health .key-services .heading{font-size:30px;font-family:var(--merriWeather);text-align:center;padding-bottom:20px;font-weight:600}.occupational-health .key-services .checklist{color:var(--blueOne);background:var(--white);border-radius:15px;box-shadow:0 0 50px #00000029}.occupational-health .key-services .checklist .inner{padding:34px}.occupational-health .key-services .checklist .item{color:var(--blueOne);padding-bottom:10px;font-size:24px;font-weight:500;display:flex}.occupational-health .key-services .checklist .item.orange{color:var(--orange);font-weight:600}.occupational-health .key-services .checklist .item:before{content:"";background:url(../media/check.c5e63b07.svg) 0 0/contain no-repeat;min-width:30px;height:30px;margin:-1px 14px 0 0}.occupational-health .key-services .border-bottom{background:linear-gradient(260deg,#f15a22 0%,#2d3390 100%);border-radius:0 0 15px 15px;height:20px}.occupational-health .multi-channel{padding-top:50px}.occupational-health .multi-channel .heading{background-color:var(--orange);font-family:var(--merriWeather);text-align:center;border-radius:15px;margin-bottom:40px;padding:16px 10px;font-size:28px;font-weight:600}.occupational-health .multi-channel .item{align-items:center;padding-bottom:25px;font-size:24px;font-weight:500;display:flex}.occupational-health .multi-channel .item .icon{min-width:95px;margin-right:30px}@media only screen and (max-width:1270px){.occupational-health.main-section{padding:70px 0}.occupational-health .right{flex:1;max-width:none}.occupational-health .left{padding-top:0}.occupation-head .heading{font-size:36px}.occupation-head,.occupation-paras p{font-size:24px}}@media only screen and (max-width:991px){.occupational-health{background:linear-gradient(#f15a22 0%,#2d3390 100%)}.occupational-health .right{max-width:500px;margin:0 auto}.occupational-health .main-container{flex-direction:column}.occupation-head .heading{font-size:30px}.occupation-head,.occupation-paras p,.occupational-health .multi-channel .item{font-size:20px}.occupational-health .key-services .checklist .inner{padding:20px}.occupational-health .key-services .checklist .item{font-size:20px}.occupational-health .key-services .checklist .item:before{width:20px;height:20px;margin:3px 6px 0 0}.occupational-health .key-services .heading{font-size:26px}}@media only screen and (max-width:767px){.occupational-health.main-section{padding:40px 0}.occupation-head .heading{font-size:24px}.occupation-head,.occupation-paras p{font-size:18px}.occupational-health .multi-channel .item .icon{width:30px;min-width:50px;margin-right:15px}.occupational-health .multi-channel .item{font-size:18px}.occupation-icons{padding:30px 0}.occupation-paras p{padding-bottom:15px}.occupational-health .multi-channel .heading{font-size:18px}.occupational-health .key-services .heading{font-size:22px}}
.tabs-buttons{justify-content:center;align-items:center;gap:34px;padding:100px 0 82px;display:flex}.resource-container{flex-wrap:wrap;justify-content:center;gap:38px;padding-bottom:120px;display:flex}.resource-container .resource-card{background:#fff;border-radius:15px;flex-direction:column;width:calc(33.3333% - 26px);display:flex;box-shadow:0 0 50px #00000029}.resource-image{flex-shrink:0;height:268px;position:relative;overflow:hidden}.resource-image img{z-index:2;object-fit:cover;border-radius:10px 10px 0 0;width:100%;height:100%;display:block;position:relative}.resource-image>span{width:100%!important;height:100%!important;display:block!important}.resource-image>span>img{position:static!important}.resource-card .description{color:var(--white);background:linear-gradient(260deg,#f15a22 0%,#2d3390 100%);border-radius:0 0 15px 15px;align-items:center;min-height:130px;padding:20px 24px 26px;font-size:28px;font-weight:500;line-height:32px;display:flex}@media only screen and (max-width:1180px){.resource-card .description{font-size:20px}}@media only screen and (max-width:1023px){.resource-card .description{font-size:18px;line-height:normal}}@media only screen and (max-width:991px){.resource-container .resource-card{width:100%;max-width:425px}.tabs-buttons{gap:15px;padding:50px 0}}

.hospitals-list-container{flex-wrap:wrap;justify-content:space-around;gap:38px;padding:60px 0;display:flex}.hospitals-list-container>a{width:calc(50% - 26px);max-width:520px;transition:all .3s;display:block}.hospitals-list-container .hospital-image,.hospitals-list-container .hospital-logo{position:relative}.hospitals-list-container .hospital-logo{justify-content:flex-start;align-items:center;max-width:390px;height:100px;margin-bottom:10px;display:flex}.hospitals-list-container .hospital-logo img{object-fit:contain;object-position:left center;width:auto;max-width:280px;height:auto;max-height:70px}.hospitals-list-container .hospital-image{border-radius:25px;max-width:520px;height:351px;box-shadow:0 0 15px #00000029}.hospitals-list-container>a:hover .hospital-image{background:linear-gradient(#f15a22 0%,#2d3390 100%)}.hospitals-list-container>a:hover .hospital-image span{max-width:calc(100% - 40px)!important;height:calc(100% - 40px)!important;margin:20px auto 0!important;display:block!important}.hospitals-list-container .hospital-image span{transition:all .3s;display:block}.hospitals-list-container .hospital-image img{object-fit:cover;border-radius:25px;width:100%;height:100%}.hospital-info{color:var(--gray);padding-top:25px;padding-left:10px}.hospital-info .hospital-name{font-size:34px;font-family:var(--merriWeather);color:var(--blueOne);padding-bottom:2px;font-weight:600}.hospital-info .hospital-address{font-size:20px;line-height:26px}.hospital-info .hospital-address strong{margin-right:6px}.affiliation-main-heading .heading-and-para.big-fonts h2{font-size:35px}.affiliation-main-heading .two-columns .right{max-width:630px}.full-bg-card{text-align:center;color:var(--white);background:linear-gradient(#f15a22 0%,#ce5336 18.03%,#2d3390 100%);border-radius:15px;flex:1;padding:45px 38px;font-size:28px;box-shadow:0 0 50px #00000029}.full-bg-card .icon{padding-bottom:30px}.full-bg-card h3{padding-bottom:25px;font-size:36px;font-weight:500}@media only screen and (max-width:1279px){.hospitals-list-container>a{width:calc(50% - 26px)}}@media only screen and (max-width:991px){.hospitals-list-container>a{width:100%;max-width:450px}.hospitals-list-container{justify-content:center}.full-bg-card h3{font-size:30px}.hospital-info .hospital-name{font-size:28px}.hospital-info .hospital-address{font-size:18px}.full-bg-card{max-width:500px;margin:auto;padding:30px 20px;font-size:26px}.affiliation-automated .four-columns{flex-direction:column}}@media only screen and (max-width:767px){.hospital-info .hospital-name{font-size:24px}.hospital-info .hospital-address{font-size:16px;line-height:normal}.full-bg-card h3{font-size:24px}}
.terms{padding:60px 0}.terms ul{padding-left:30px}.terms h4{margin:30px 0;font-size:24px}
.request-info-para{color:var(--graySeven);text-align:center;max-width:890px;margin:auto;padding:80px 0;font-size:30px;line-height:40px}.request-info-form{background:var(--white);max-width:995px;color:var(--graySeven);border-radius:10px;margin:0 auto 100px;padding:34px 43px;box-shadow:0 0 20px #0000001a}.request-info-form .btn{min-width:200px;font-size:18px}.request-info-form .request-label{padding-bottom:12px;font-size:25px}.radio-list{gap:20px;padding-bottom:40px;list-style:none;display:flex}.radio-list input{display:none}.radio-list label{cursor:pointer;align-items:center;gap:8px;font-size:18px;display:flex;position:relative}.radio-list label:before{border:1px solid var(--graySix);content:"";border-radius:50%;min-width:16px;height:16px}.radio-list label:after{content:"";background-color:var(--graySix);border-radius:100%;width:12px;height:12px;display:none;position:absolute;left:3px}.radio-list input:checked+label:after{display:block}textarea::placeholder,input::placeholder{color:#989898}.input-field{background:var(--white);border:1px solid var(--graySix);width:100%;height:48px;color:var(--graySeven);font-size:16px;font-family:var(--regularFont);border-radius:15px;outline:none;padding:10px 20px}.input-field.lg{height:58px;font-size:20px}.form-control{padding-bottom:26px}textarea.input-field,textarea.input-field.lg{resize:vertical;height:260px}.input-field.error{border-color:var(--red)}@media only screen and (max-width:1023px){.request-info-form .request-label{font-size:22px}.radio-list label{font-size:16px}.request-info-form{padding:20px}.input-field{height:50px;padding:5px 15px;font-size:16px}.request-info-para{font-size:26px}}@media only screen and (max-width:991px){.radio-list{flex-direction:column}.request-info-para{font-size:22px;line-height:normal}}@media only screen and (max-width:767px){.request-info-para{font-size:20px}}@media only screen and (max-width:440px){.request-info-para{font-size:18px}.request-info-form .request-label{font-size:20px}}
.picture-and-form,.gray-section{background-color:var(--whiteFour)}.picture-and-form{position:relative}.picture-and-form.main-section .form-body{padding-bottom:10px}.picture-and-form:after,.picture-and-form:before{content:"";z-index:1;background:linear-gradient(260deg,#f15a22 0%,#2d3390 100%);width:100%;height:40px;position:absolute;top:0}.picture-and-form:before{background:linear-gradient(260deg,#2d3390 0%,#f15a22 100%);top:auto;bottom:0}.form-container{background-color:var(--white);border-radius:10px;box-shadow:0 0 20px #0000001a}.max-width-500{max-width:480px}.form-title{text-align:center;background-color:var(--blueOne);color:var(--white);border-radius:10px 10px 0 0;padding:20px 0;font-size:36px;font-weight:700}.form-title .title{font-family:var(--merriWeather)}.form-title.without-bg{color:var(--blueOne);text-align:left;background:0 0;padding-top:0;font-size:27px}.form-phone-number{padding-top:5px;font-size:28px;font-weight:300}.form-phone-number>div{padding-top:3px}.form-body{padding:38px 32px}.form-body .btn{text-transform:uppercase;border-radius:15px;width:100%;height:58px;font-size:24px;font-weight:600}@media only screen and (max-width:991px){.form-container{width:100%;max-width:650px;margin:0 auto}.picture-and-form .two-columns>div{width:100%}.form-title,.form-phone-number{font-size:24px}.picture-and-form.main-section .form-body .two-columns.less-gap{gap:0}}@media only screen and (max-width:767px){.picture-and-form.main-section{padding:80px 0}.form-phone-number{font-size:20px}}
.covid-container .two-columns .right .image-container{max-width:435px;margin:auto}
.learning-more{height:510px;position:relative;overflow:hidden}.learning-more-bg{z-index:3;opacity:.15;height:100%;position:absolute}.learning-more.low-opacity .learning-more-bg{opacity:1}.learning-more-bg span{height:100%!important;display:block!important}.learning-more-bg img{object-fit:cover;width:100%;height:100%}.learning-more>.learning-more-container{z-index:2;background:var(--blueOne);width:100%;height:510px;position:absolute;top:0}.learning-more .main-content-learn{color:var(--white);z-index:5;height:100%;z-index:5;justify-content:center;align-items:center;height:100%;display:flex;position:relative}.main-content-learn h2{font-size:45px;line-height:40px;font-family:var(--merriWeather);text-align:center;margin:0 0 23px}.main-content-learn p{text-align:center;margin:0;font-size:30px;font-weight:300;line-height:40px}.main-content-learn ul{padding:50px 0 0;font-size:30px;font-weight:300;list-style:none}.main-content-learn ul li{justify-content:center;align-items:center;padding-bottom:24px;display:flex}.main-content-learn ul li a{font-weight:500}.main-content-learn ul li>div>span{display:block!important}.main-content-learn ul li:last-child{padding-bottom:0}.main-content-learn ul li>div{margin-right:20px}.main-content-learn ul li a{margin-left:5px}@media only screen and (max-width:991px){.main-content-learn h2{font-size:30px}.main-content-learn p{font-size:20px}}@media only screen and (max-width:767px){.main-content-learn h2{font-size:24px}.main-content-learn p,.main-content-learn ul{font-size:18px}.main-content-learn p{line-height:25px}}@media only screen and (max-width:499px){.hospitals-list-container .hospital-image{height:300px}}@media only screen and (max-width:399px){.main-content-learn ul li>div{margin-right:10px}.main-content-learn ul li>span{display:none}.hospitals-list-container .hospital-image{height:250px}}
.address-info{padding-top:30px;font-size:18px;line-height:normal}.address-info p:not(:last-of-type){padding-bottom:10px}.address-info strong{margin-right:8px;display:inline-block}.address-info a{color:var(--blueTwo)}.address-info h4{font-size:24px;font-weight:400;font-family:var(--merriWeather);color:var(--blueTwo);padding-bottom:10px}@media only screen and (max-width:767px){.address-info{font-size:16px}.address-info h4{font-size:20px}}
.team-container .team-main{flex-wrap:wrap;gap:40px;max-width:840px;margin:0 auto;display:flex}.team-card{flex:0 calc(50% - 20px);margin:0 auto;padding-top:61px;position:relative}.team-card .member-image{filter:drop-shadow(0 0 15px #00000029);border:2px solid var(--white);border-radius:50%;width:136px;height:136px;position:absolute;top:0;left:50%;overflow:hidden;transform:translate(-50%)}.team-card .member-image img{object-fit:cover;object-position:center 1%;width:100%;height:100%}.team-card .inner-card{background-color:var(--white);text-align:center;border-radius:15px;padding:105px 33px 28px;box-shadow:0 0 50px #00000029}.team-card .member-name{color:var(--blueOne);text-transform:uppercase;max-width:120px;margin:0 auto 24px;font-size:20px}.team-card .member-designation{color:var(--black);min-height:52px;font-size:21px}.team-card .bottom-border{background:linear-gradient(260deg,#f15a22 0%,#2d3390 100%);border-radius:0 0 15px 15px;height:16px}.interested-in-joining{padding-top:70px}.interested-in-joining .heading{color:var(--grayEight);font-size:32px;font-family:var(--merriWeather);padding-bottom:30px;font-weight:600}@media (max-width:574px){.team-card{flex:0 100%}}
.contact-header{color:var(--blueOne);font-size:32px;font-weight:700}.contact-sub-header{color:var(--blueOne);padding-bottom:30px;font-size:24px;font-weight:300}.email-and-phone{padding-bottom:60px}.email-and-phone>div{color:var(--blueOne);padding-bottom:10px;font-size:20px;font-weight:300;display:flex}.email-and-phone>div .icon{margin:-2px 10px 0 0}.email-and-phone>div a{margin-left:10px;font-weight:600}.contact-social-icons{gap:20px;padding-bottom:30px;list-style:none;display:flex}.services-checklist h4{color:var(--grayEight);padding-bottom:15px;font-size:20px;font-weight:400}.services-checklist ul{flex-wrap:wrap;gap:10px 30px;list-style:none;display:flex}.services-checklist ul li{flex:1;min-width:calc(50% - 30px)}.services-checklist ul li input{display:none}.services-checklist ul li label{color:var(--grayEight);cursor:pointer;font-size:16px;display:flex;position:relative}.services-checklist ul li label:before{content:"";border:1px solid var(--graySix);border-radius:50%;width:16px;height:16px;margin-right:10px;display:block}.services-checklist ul li input:checked+label{color:var(--blueOne)}.services-checklist ul li input:checked+label:before{border:1px solid var(--blueOne)}.services-checklist ul li input:checked+label:after{content:"";background:var(--blueOne);border-radius:50%;width:10px;height:10px;position:absolute;top:4px;left:4px}@media only screen and (max-width:991px){.contact-us-section form .two-columns.less-gap{gap:0}.contact-us-section form .two-columns>div{width:100%}}
.locations{background:linear-gradient(#fff 0%,#2d3390 100%);margin-top:145px}.map-container{padding:20px 0 200px}.map-container img{object-fit:contain;width:100%;max-width:100%;height:auto}.our-impact{padding:0 20px;position:relative}.our-impact .three-strips{z-index:0;top:60px;left:0}.our-impact .three-strips.white{z-index:2;top:auto;bottom:60px}.our-impact .flex-divs{justify-content:space-between;align-items:stretch;display:flex}.our-impact .left-image,.our-impact .right-image{z-index:1;flex:1 0;max-width:40vw;position:relative}.our-impact .left-image img,.our-impact .right-image img{object-fit:cover;width:100%;max-width:100%;height:auto}.our-impact .left-image span,.our-impact .right-image span{display:block!important}.our-impact .left-image img{border-radius:0 15px 15px 0;box-shadow:0 0 15px #00000029}.our-impact .right-image img{border-radius:15px 0 0 15px;box-shadow:0 0 15px #00000029}.our-impact .center-content{flex:0 auto;max-width:400px;padding:200px 32px 0}.our-impact .center-content .heading-and-para{max-width:340px}.about-value-section .bottom-empty-div{background:var(--blueOne);height:145px}@media only screen and (max-width:1199px){.our-impact .three-strips{top:30px}.our-impact .three-strips.white{bottom:30px}.our-impact .center-content{padding-top:118px}}@media only screen and (max-width:991px){.locations{margin-top:60px}.map-container{padding-bottom:60px}.our-impact .flex-divs{flex-direction:column}.our-impact .left-image,.our-impact .right-image{max-width:400px;margin:0 auto}.our-impact .left-image img,.our-impact .right-image img{box-shadow:none;border-radius:15px}.our-impact .center-content{padding:50px 0}.about-value-section .bottom-empty-div{height:60px}}
.testimonial-columns{flex-wrap:wrap;gap:30px;display:flex}.testimonial-columns>div{text-align:left;min-width:calc(50% - 30px);color:var(--graySix);font-size:20px}.testimonial-columns>div .paragraph{padding-bottom:35px}.testimonial-columns>div p{color:var(--graySix);padding-bottom:10px;font-size:20px}.testimonial-columns>div h3{color:var(--blueOne);text-transform:uppercase;font-size:24px;font-weight:600}.testimonial-columns>div .designation{color:var(--blueOne);text-transform:uppercase;font-weight:500}.testimonials-section .see-more{color:var(--grayEight);font-size:30px}.testimonials-section .see-more:hover{color:var(--blueOne)}@media only screen and (max-width:800px){.testimonial-columns{flex-direction:column}.testimonial-columns>div{width:100%}}
