@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";
body{font-family:"Inter",serif!important;color:var(--lightbluebg);font-size:14px}
:root{--blue:#0e5da8;--red:#d92d32;--deepblue:#143a63;--text:#3e4a59;--lightbluebg:#eaf4fb;--white:#fff;--black:#000}
h1,h2,h3,h4,h5,h6{font-family:"Poppins",serif!important}
body{background:none!important}
.mb-10{margin-bottom:10px!important}
.mb-50{margin-bottom:50px!important}
.mb-30{margin-bottom:30px!important}
.mb-20{margin-bottom:20px!important}
.mt-20{margin-top:20px!important}
.mt-10{margin-top:10px!important}
.py-30{padding:30px 0!important}
.my-10{margin:10px 0!important}
.py-10{padding:10px 0!important}
.py-20{padding:20px 0!important}
.pb-10{padding-bottom:10px!important}
.mx-10{margin:0 10px!important}
.w-40{width:40%!important}
.w-60{width:60%!important}
.h-16px{height:16px!important}
.color-blue{color:var(--blue)!important}
.btn{padding:10px 20px;font-size:14px;text-decoration:none;border-radius:12px;font-weight:500;display:inline-flex;justify-content:center;align-items:center;min-width:130px!important;gap:12px;outline:0}
.btn img{height:auto!important;width:auto!important;height:16px!important}
.btn-red{background:var(--red);color:var(--white);border:var(--red) 1px solid}
.btn-red:hover,.tnc-apply-btn:hover{background:none;color:var(--red);border:var(--red) 1px solid}
.btn-red:hover img,.tnc-apply-btn:hover img{filter:brightness(0) saturate(100%) invert(18%) sepia(62%) saturate(3183%) hue-rotate(341deg) brightness(116%) contrast(93%)!important}
.btn-blue{background:var(--blue);color:var(--white);border:var(--blue) 1px solid}
.btn-blue:hover{background:none;color:var(--blue)}
.btn-blue:hover img{filter:brightness(0) saturate(100%) invert(25%) sepia(69%) saturate(1634%) hue-rotate(191deg) brightness(95%) contrast(98%)!important}
.btn-outline-blue{border:var(--blue) 1px solid;min-width:100px;color:var(--blue);background:var(--white)}
.btn-outline-blue:hover{background:var(--blue);color:var(--white)!important}
.btn-outline-blue:hover img{filter:brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(7496%) hue-rotate(1deg) brightness(127%) contrast(106%)!important}
.btn-outline-white{border:var(--white) 1px solid;min-width:100px;color:var(--white)}
.btn-outline-white:hover{background:var(--white);color:var(--blue)}
.btn-outline-white:hover img{filter:brightness(0) saturate(100%) invert(25%) sepia(69%) saturate(1634%) hue-rotate(191deg) brightness(95%) contrast(98%)!important}
.btn-outline-red{border:var(--red) 1px solid;min-width:100px;color:var(--red);background:var(--white)}
.btn-outline-red:hover{background:var(--red);color:var(--white)}
.btn-outline-red:hover img{filter:brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(7496%) hue-rotate(1deg) brightness(127%) contrast(106%)!important}
#waitlist .waitlist-btn{color:var(--white)!important}
.header-login{font-size:14px;color:var(--blue);text-decoration:none;margin-left:15px!important;font-weight:500}
.header-login a{font-size:14px;color:var(--blue);text-decoration:none;font-weight:500;margin:0!important}
.header-login img{margin-right:4px}
.container{width:1320px;margin:0 auto;max-width:100%;position:relative}
.top-bar-container{background-color:var(--blue);padding:5px 0}
.top-bar-container .top-bar{display:flex;justify-content:space-between;align-items:center}
.top-bar-container .top-bar .top-bar-left p{font-size:14px;color:var(--white);display:flex;align-items:center}
.top-bar-container .top-bar .top-bar-left p a{color:#fff;text-decoration:none}
.top-bar-container .top-bar .top-bar-left p img{margin-right:8px;height:16px}
.filter-blue{filter:brightness(0) saturate(100%) invert(25%) sepia(69%) saturate(1634%) hue-rotate(191deg) brightness(95%) contrast(98%)!important}
input,select,textarea,input:focus,select:focus,textarea:focus{outline:0!important}
.filter-none{filter:none!important}
.filter-white{filter:brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(7496%) hue-rotate(1deg) brightness(127%) contrast(106%)!important}
.filter-red{filter:brightness(0) saturate(100%) invert(18%) sepia(62%) saturate(3183%) hue-rotate(341deg) brightness(116%) contrast(93%)!important}
.header-container{padding:0;box-shadow:0 4px 4px 0 #00000008}
.header-container .header{display:flex;justify-content:space-between;align-items:center}
.header-container .header .logo a img{height:50px}
.header-container .header nav .menu-wrapper{list-style:none;display:flex;padding:0}
.header-container .header nav .menu-wrapper li{padding:0 8px}
.header-container .header nav .menu-wrapper li a{text-decoration:none;display:inline-block;padding:30px 0;font-size:15px;font-family:"Inter",serif;position:relative;font-weight:500}
.header-container .header nav .menu-wrapper li.current_page_item a,.header-container .header nav .menu-wrapper li a:hover{color:var(--blue)}
.header-container .header nav .menu-wrapper li.current_page_item a::after{content:"";width:100%;height:2px;position:absolute;bottom:0;left:0;z-index:99999;display:inline-block;background:var(--blue)}
.header-container .header .header-right{display:flex;align-items:center}
.header-container .header .header-right a{margin-left:6px;min-width:80px!important;padding:6px 10px;font-size:14px}
.banner-container .buttons{display:flex;align-items:center;gap:10px;margin-top:25px;flex-wrap:wrap}
.banner-container .buttons a small{display:inline-block;width:100%}
.swiper{width:100%;height:620px}
.swiper .swiper-slide{background-size:cover;background-position:top center}
.swiper .swiper-slide img{height:100%;object-fit:cover;width:100%;position:relative;z-index:0}
.swiper .swiper-slide .caption{position:absolute;z-index:100;left:5%;top:50%;transform:translateY(-50%);width:45%}
.swiper .swiper-slide .caption ul{list-style:none;margin:12px 0;padding:0}
.swiper .swiper-slide .caption ul li{font-size:18px;color:var(--deepblue);font-family:"Inter",serif;display:flex;align-items:center}
.swiper .swiper-slide .caption ul li img{height:16px;width:16px;margin-right:8px;position:relative;top:-1px}
.swiper .swiper-slide .caption .heading{font-size:42px;font-weight:700;line-height:60px;color:var(--deepblue);margin-bottom:15px}
.swiper .swiper-slide .caption .heading span{color:var(--red)}
.swiper .swiper-slide .caption p{font-size:18px}
.swiper-scrollbar{display:none!important}
.banner-moreinfo{display:flex;gap:20px;margin:40px 0 20px}
.banner-moreinfo-wrap{flex-wrap:wrap}
.banner-moreinfo-wrap .moreinfo{width:36%}
.banner-moreinfo .moreinfo{display:flex}
.banner-moreinfo .moreinfo .icon{margin-right:12px;width:38px}
.banner-moreinfo .moreinfo .icon img{height:34px;width:auto;filter:brightness(0) saturate(100%) invert(25%) sepia(69%) saturate(1634%) hue-rotate(191deg) brightness(95%) contrast(98%)}
.banner-moreinfo .moreinfo .text p{font-family:"Poppins",serif;font-size:14px;color:var(--deepblue);font-weight:500;line-height:20px}
.urgent-care-container{margin-top:20px}
.urgent-care-container .urgent-care{background:#fdf4f3;border-radius:12px;padding:30px;display:flex;justify-content:center;gap:20px;align-items:center}
.urgent-care-container .urgent-care .icon{background:var(--white);height:80px;width:80px;text-align:center;border-radius:50%;border:var(--red) 1px solid;display:flex;justify-content:center;align-items:center}
.urgent-care-container .urgent-care .text h2{font-size:26px;font-weight:600;color:var(--red);margin-bottom:10px}
.urgent-care-container .urgent-care .text p{font-size:18px}
.urgent-care-container .urgent-care .button{margin-left:15%}
.sec-6 .services-col{width:15.5%!important;padding:20px!important}
.section{padding:50px 0}
.section .heading{margin-bottom:30px}
.section .heading p{font-size:16px;line-height:28px;color:var(--text);text-align:center;margin-top:15px}
.section .heading h2{font-size:36px;color:var(--deepblue);font-weight:600;text-align:center;position:relative;font-family:"Poppins",serif!important}
.section .extraline{position:relative}
.section .extraline::after{display:none}
.services-container .services{display:flex;justify-content:space-between}
.services-container .services .services-col{background:#fff;border-radius:30px;border:#f2eeee 1px solid;text-align:center;box-shadow:0 4px 14px 0 #0000000d;width:19%;padding:20px 30px}
.services-container .services .services-col .icon{background:var(--lightbluebg);border-radius:50%;height:80px;width:80px;text-align:center;display:flex;align-items:center;justify-content:center;margin:0 auto}
.services-container .services .services-col .icon img{height:40px;filter:brightness(0) saturate(100%) invert(25%) sepia(69%) saturate(1634%) hue-rotate(191deg) brightness(95%) contrast(98%)!important}
.services-container .services .services-col h3{font-size:16px;font-weight:600;color:var(--deepblue);padding:20px 0 10px}
.services-container .services .services-col p{font-size:14px;line-height:22px;color:var(--text)}
#homewhychoose .services .services-col .icon img{filter:none!important}
.our-services-container{background:var(--lightbluebg)}
.our-services-container .our-services{padding:30px 0;display:flex}
.our-services-container .our-services .thumb{margin-right:30px;width:50%}
.our-services-container .our-services .content h2{font-size:36px;color:var(--deepblue);font-weight:600;position:relative;margin-bottom:30px;font-family:"Poppins",serif!important}
.our-services-container .our-services .content .service-box{display:flex;flex-wrap:wrap;gap:15px;margin:20px 0}
.our-services-container .our-services .content .service-box .service-item{width:30%;background:var(--white);border-radius:12px;text-align:center;padding:30px 20px}
.our-services-container .our-services .content .service-box .service-item h3{font-size:16px;font-weight:600;color:var(--deepblue);margin-top:16px}
.our-services-container .our-services .explore-all a{text-decoration:none;font-size:16px;font-weight:600;color:var(--blue)}
.technology-container{margin-bottom:25px}
.technology-container .technology{display:flex;justify-content:space-between;align-items:center}
.technology-container .technology .content .sub-heading{color:var(--red);font-size:20px;font-family:"Poppins",serif;font-weight:600}
.technology-container .technology .content h2{font-family:"Poppins",serif!important;font-size:36px;font-weight:600;padding:20px 0;color:var(--deepblue)}
.technology-container .technology .content p{font-size:15px;line-height:28px;color:var(--text);padding-right:30%}
.technology-container .technology .content .technology-row{display:flex;justify-content:space-between;margin-top:30px;gap:16px}
.technology-container .technology .content .technology-row .technology-col{background:#fff;border-radius:12px;border:#f2eeee 1px solid;text-align:center;box-shadow:0 4px 14px 0 #0000000d;width:19%;padding:20px 22px}
.technology-container
.technology
.content
.technology-row
.technology-col
.icon{background:var(--lightbluebg);border-radius:50%;height:80px;width:80px;text-align:center;display:flex;align-items:center;justify-content:center;margin:0 auto}
.technology-container .technology .content .technology-row .technology-col h3{font-size:14px;font-weight:600;color:var(--deepblue);margin-top:16px}
.technology-container .technology .thumb{width:40%;text-align:right}
.wpcf7 input[type="file"]{line-height:48px}
.service-area-container .service-area .heading h2{font-family:"Poppins",serif!important;font-size:36px;font-weight:600;color:var(--deepblue);position:relative}
.service-area-container .service-area .service-area-row{margin:30px 0;display:flex;gap:15px;justify-content:space-between}
.service-area-container .service-area .service-area-row .service-area-col{background:#fff;border-radius:20px;border:#f2eeee 1px solid;text-align:center;box-shadow:0 4px 14px 0 #0000000d;width:19%;padding:15px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap}
.service-area-container
.service-area
.service-area-row
.service-area-col
.icon{width:100%;margin-bottom:10px}
.service-area-container .service-area .service-area-row .service-area-col h3{font-size:15px;font-weight:600;color:var(--deepblue)}
.testimonial-container{margin:60px 0 40px}
.testimonial-container .heading h2{font-family:"Poppins",serif!important;font-size:36px;font-weight:600;color:var(--deepblue);position:relative;text-align:center}
.testimonial-container .heading p{font-size:16px;line-height:28px;color:var(--text);text-align:center;margin-top:15px}
.testimonial-container .testimonial{display:flex;justify-content:space-between;margin:40px 0}
.testimonial-container .testimonial .testimonial-item{background:#fff;border-radius:12px;border:#f2eeee 1px solid;padding:20px 26px}
.testimonial-container .testimonial .testimonial-item .content{min-height:140px}
.testimonial-container .testimonial .testimonial-item .quote-icon{margin-bottom:20px}
.testimonial-container .testimonial .testimonial-item .quote-icon img{width:auto}
.testimonial-container .testimonial .testimonial-item p{font-size:15px;line-height:30px;color:var(--text)}
.testimonial-container .testimonial .testimonial-item .rating{margin:10px 0 15px}
.testimonial-container .testimonial .testimonial-item .rating img{width:auto}
.testimonial-container .testimonial .testimonial-item .author{display:flex;align-items:center;margin-top:8px}
.testimonial-container .testimonial .testimonial-item .author .thumb{margin-right:10px}
.testimonial-container .testimonial .testimonial-item .author .thumb img{width:auto}
.testimonial-container .testimonial .testimonial-item .author .text p{line-height:normal}
.testimonial-container .testimonial .testimonial-item .author .text p strong{display:inline-block;width:100%}
.testimonial-container .owl-nav{display:none}
.testimonial-container .owl-dots{text-align:center}
.testimonial-container .owl-dots .owl-dot{background:none!important;margin:0 2px;border:0;outline:0}
.testimonial-container .owl-dots .owl-dot.active span,.testimonial-container .owl-dots .owl-dot:focus span{background:var(--blue);outline:0;border:0}
.testimonial-container .owl-dots .owl-dot span{display:inline-block;background:#d9d9d9;height:10px;width:10px;border-radius:50%}
.trusted-families-container{background:#10518e}
.trusted-families-container .trusted-families{display:flex;align-items:center;padding:30px;height:180px;justify-content:center}
.trusted-families-container .trusted-families .content h2{font-size:34px;font-weight:500;color:var(--white);margin-bottom:0}
.trusted-families-container .trusted-families .content .info{display:flex;gap:20px;margin-top:8px}
.trusted-families-container .trusted-families .content .info .info-item span{color:var(--white);font-size:15px;font-family:"Inter",serif}
.trusted-families-container .trusted-families .buttons{padding-left:6%}
.trusted-families-container .trusted-families .buttons a{padding:14px 30px;margin-right:8px;font-size:18px}
.trusted-families-container .trusted-families .buttons a:hover,.need-staffing-support-container .need-staffing-support .buttons a:hover,.tnc-support-actions .buttons a:hover,.tnc-bottom-actions a:hover{border:var(--white) 1px solid;color:var(--white);background:none}
.trusted-families-container .trusted-families .buttons a:hover img,.need-staffing-support-container .need-staffing-support .buttons a:hover img,.tnc-support-actions .buttons a:hover img,.tnc-bottom-actions a:hover img{filter:brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(7496%) hue-rotate(1deg) brightness(127%) contrast(106%)!important}
.need-staffing-support-container
.need-staffing-support
.buttons
a.btn-outline-white:hover,.tnc-support-actions .buttons a.btn-outline-white:hover,.tnc-bottom-actions a.btn-outline-white:hover{background:var(--white);color:var(--blue)}
.need-staffing-support-container
.need-staffing-support
.buttons
a.btn-outline-white:hover
img,.tnc-support-actions .buttons a.btn-outline-white:hover img,.tnc-bottom-actions a.btn-outline-white:hover img{filter:brightness(0) saturate(100%) invert(25%) sepia(69%) saturate(1634%) hue-rotate(191deg) brightness(95%) contrast(98%)!important}
.contact-btn:hover,.download-btn:hover{background:var(--blue);color:var(--white);border:var(--blue) 1px solid}
.contact-btn:hover img,.download-btn:hover img{filter:brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(7496%) hue-rotate(1deg) brightness(127%) contrast(106%)!important}
.tnc-btn:hover,.tnc-search-btn button:hover{border:var(--blue) 1px solid!important;color:var(--blue)!important;background:var(--white)!important}
.tnc-btn:hover img,.tnc-search-btn button:hover img{filter:brightness(0) saturate(100%) invert(25%) sepia(69%) saturate(1634%) hue-rotate(191deg) brightness(95%) contrast(98%)!important}
.care-pathways-container{padding:30px 0}
.care-pathways-container .care-pathways .care-path-1{background:#f4f7fc!important}
.care-pathways-container .care-pathways .care-path-1 .icon{background:#e6eefa!important}
.care-pathways-container .care-pathways .care-path-2{background:#f3f9f5!important}
.care-pathways-container .care-pathways .care-path-2 .icon{background:#e3f3eb!important}
.care-pathways-container .care-pathways .care-path-3{background:#fef9ee!important}
.care-pathways-container .care-pathways .care-path-3 .icon{background:#fef3de!important}
.care-pathways-container .care-pathways .care-pathways-row{display:flex;justify-content:space-between;gap:20px}
.care-pathways-container .care-pathways .care-pathways-row .care-path-col{background:#eee;border-radius:30px;width:32%;padding:30px 40px}
.care-pathways-container
.care-pathways
.care-pathways-row
.care-path-col
.header{text-align:center}
.care-pathways-container
.care-pathways
.care-pathways-row
.care-path-col
.header
.icon{background:var(--lightbluebg);border-radius:50%;height:80px;width:80px;text-align:center;display:flex;align-items:center;justify-content:center;margin:0 auto 15px}
.care-pathways-container
.care-pathways
.care-pathways-row
.care-path-col
.header
.icon
img{height:40px}
.care-pathways-container
.care-pathways
.care-pathways-row
.care-path-col
.header
h3{font-size:18px;color:var(--blue);font-weight:600}
.care-pathways-container
.care-pathways
.care-pathways-row
.care-path-col
.content{margin-top:15px}
.care-pathways-container
.care-pathways
.care-pathways-row
.care-path-col
.content
ul{list-style:none;margin:12px 0;padding:0;min-height:150px}
.care-pathways-container
.care-pathways
.care-pathways-row
.care-path-col
.content
ul
li,.care-pathways-container
.care-pathways
.care-pathways-row
.care-path-col
.content
p{font-size:15px;color:var(--text);font-family:"Inter",serif;display:flex;align-items:flex-start;padding:2px 0;position:relative}
.care-pathways-container
.care-pathways
.care-pathways-row
.care-path-col
.content
ul
li{padding-left:25px}
.care-pathways-container
.care-pathways
.care-pathways-row
.care-path-col
.content
ul
li::before{content:"";background:url(../images/icon-check-blue.svg) no-repeat center center;height:17px;width:17px;position:absolute;left:0;top:6px}
.care-pathways-container
.care-pathways
.care-pathways-row
.care-path-col
.content
ul
li
img{height:16px;width:16px;margin-right:8px;position:relative;top:5px}
#care-pathways-1 .care-path-col{padding:24px 30px!important;width:24%!important;border:#f2eeee 1px solid;box-shadow:0 4px 14px 0 #0000000d;background:#fff!important;text-align:center}
#care-pathways-1 .care-path-col .header .icon{background:var(--lightbluebg)!important}
#care-pathways-1 .care-path-col .header h3{font-size:17px!important}
.care-pathways-container
.care-pathways
.care-pathways-row
.care-path-col
.content
.buttons
a.btn-explpore{color:var(--blue);text-decoration:none;font-size:14px;font-weight:500;display:inline-block;margin-top:10px}
.care-pathways-container
.care-pathways
.care-pathways-row
.care-path-col
.content
.buttons
a.btn-explpore
img{margin-left:5px;height:8px}
.ourserv-container{padding:30px 0}
.ourserv-container .ourserv-row{display:flex;justify-content:space-between;flex-wrap:wrap;gap:15px}
.ourserv-container .ourserv-row .ourserv-col{background:#fff;border-radius:30px;border:#f2eeee 1px solid;text-align:center;box-shadow:0 4px 14px 0 #0000000d;width:19%;padding:20px 30px}
.ourserv-container .ourserv-row .ourserv-col h3{font-size:16px;font-weight:600;color:var(--deepblue);padding:20px 0 10px}
.discharge-support-container .discharge-support{background:url(../images/banner-hospital-discharge-support.png) no-repeat 0 0 / cover;height:345px;display:flex;align-items:center;padding:50px 60px;border-radius:30px}
.discharge-support-container .discharge-support .content{padding-left:40%;display:flex}
.discharge-support-container .discharge-support .content .icon{background:var(--white);height:86px;width:86px;text-align:center;display:flex;align-items:center;justify-content:center;border-radius:50%;margin-right:20px}
.discharge-support-container .discharge-support .content .text h2{font-size:36px;font-weight:600;color:var(--deepblue);margin-bottom:15px}
.discharge-support-container .discharge-support .content .text ul {list-style: none;padding: 0;}

.discharge-support-container .discharge-support .content .text ul li::before {content: "";background: url(../images/icon-check-blue.svg) no-repeat center center;height: 17px;width: 17px;position: absolute;left: 0;top: 6px;}
.discharge-support-container .discharge-support .content .text ul li {position: relative;padding: 2px 0 2px 25px;font-size: 15px;color: var(--text);font-family: "Inter",serif;}
.discharge-support-container .discharge-support .content .text .button{margin-top:20px}
.discharge-support-container .discharge-support .content .text .button a{padding:14px 30px;font-size:18px;text-transform:capitalize}
.discharge-support-container .discharge-support .content .text .button a img{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(347deg) brightness(105%) contrast(101%);}
.whothisfor-container .whothisfor .whothisfor-row{display:flex;justify-content:space-between;flex-wrap:wrap;gap:15px}
.whothisfor-container .whothisfor .whothisfor-row .whothisfor-col{background:#f8f9fb;border-radius:30px;text-align:center;width:19%;padding:20px 30px}
.whothisfor-container .whothisfor .whothisfor-row .whothisfor-col h3{font-size:16px;font-weight:600;color:var(--deepblue);padding:20px 0 10px}
.howitworks-container{padding:30px 0}
.howitworks-container .howitworks .howitworks-row::before{content:"";position:absolute;border:var(--text) 1px dashed;width:80%;left:50%;top:50px;z-index:-1;transform:translateX(-50%)}
.howitworks-container .howitworks .howitworks-row{display:flex;justify-content:space-between;gap:20px;position:relative}
.howitworks-container .howitworks .howitworks-row .howitworks-col{text-align:center;padding:0 1.5%;width:20%}
.howitworks-container .howitworks .howitworks-row .howitworks-col .icon{background:var(--blue);border-radius:50%;height:100px;width:100px;text-align:center;display:flex;align-items:center;justify-content:center;margin:0 auto}
.howitworks-container .howitworks .howitworks-row .howitworks-col .icon img{height:50px;filter:brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(2%) hue-rotate(220deg) brightness(105%) contrast(100%)}
.howitworks-container .howitworks .howitworks-row .howitworks-col .num{height:38px;width:38px;color:var(--text);border:var(--text) 1px solid;border-radius:50%;text-align:center;display:flex;justify-content:center;align-items:center;font-size:18px;margin:20px auto 0}
.howitworks-container .howitworks .howitworks-row .howitworks-col h3{font-size:20px;font-weight:600;color:var(--deepblue);padding:20px 0 10px}
.howitworks-container .howitworks .howitworks-row .howitworks-col p{font-size:15px;line-height:26px;color:var(--text);text-align:center;margin-top:6px}
.banner-2-col-container{margin-bottom:30px}
.banner-2-col-container .banner-2-col-row{display:flex;justify-content:space-between}
.banner-2-col-container .banner-2-col-row .banner-2-col{background:#eef3f9;border-radius:30px;border:#d9eaff 1px solid;width:49%;padding:20px 30px;display:flex;justify-content:space-between;align-items:center}
.banner-2-col-container .banner-2-col-row .banner-2-col .content h2{font-size:26px;font-weight:600;color:var(--blue);line-height:38px;margin-bottom:10px}
.banner-2-col-container .banner-2-col-row .banner-2-col .content p{font-size:18px;color:var(--deepblue)}
.banner-2-col-container .banner-2-col-row .banner-2-col .icon{text-align:right}
.urgentcare-container{margin-bottom:0;background:#10518e}
.urgentcare-container .urgentcare{display:flex;align-items:center;padding:30px;height:180px;justify-content:center}
.urgentcare-container .urgentcare .content{display:flex;padding-right:20%}
.urgentcare-container .urgentcare .content .icon{background:var(--white);height:86px;width:86px;text-align:center;display:flex;align-items:center;justify-content:center;border-radius:50%;margin-right:20px}
.urgentcare-container .urgentcare .content .text h2{font-size:34px;font-weight:500;color:var(--white);margin-bottom:0}
.urgentcare-container .urgentcare .content .text p{color:var(--white);margin-top:12px;font-size:16px}
.urgentcare-container .urgentcare .content .text .button a{padding:14px 30px;font-size:18px}
.urgentcare-container .urgentcare .buttons{text-align:center}
.urgentcare-container .urgentcare .buttons .btn{padding:14px 30px;font-size:18px;border:0;margin-bottom:10px;color:var(--blue);border:var(--white) 1px solid}
.urgentcare-container .urgentcare .buttons .btn:hover{border:var(--white) 1px solid;background:none;color:var(--white)}
.urgentcare-container .urgentcare .buttons .btn:hover img{filter:brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(7496%) hue-rotate(1deg) brightness(127%) contrast(106%)!important}
.urgentcare-container .urgentcare .buttons .no-btn{text-decoration:none;color:var(--white);font-size:18px}
.urgentcare-container .urgentcare .buttons .no-btn img{margin-right:4px}
.staffing-options-container{padding-bottom:30px}
.staffing-options-container .staffing-options{display:grid;justify-content:space-between;border:#e5e5e5 1px solid;border-radius:30px;grid-template-columns:55% 45%}
.staffing-options-container .staffing-options .content{padding:30px 0 30px 30px}
.staffing-options-container .staffing-options .content h2{font-size:34px;font-weight:600;color:var(--deepblue);margin-bottom:10px}
.staffing-options-container .staffing-options .content p{font-size:15px;color:var(--text)}
.staffing-options-container .staffing-options .content .staffing-ops-row{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;margin:22px 30px 18px 0}
.staffing-options-container
.staffing-options
.content
.staffing-ops-row
.staffing-ops-col{background:#f8f7f7;border-radius:30px;width:49%;padding:20px 26px;display:grid;grid-template-columns:28% 72%}
.staffing-options-container
.staffing-options
.content
.staffing-ops-row
.staffing-ops-col
.icon{margin-right:15px}
.staffing-options-container
.staffing-options
.content
.staffing-ops-row
.staffing-ops-col
.text
h3{font-size:17px;font-weight:600;color:var(--blue);margin-bottom:6px}
.staffing-options-container .staffing-options .content .staffing-moreinfo{display:flex;gap:0;margin:10px 0;background:#ebf6fe;padding:20px;border-radius:30px 0 0 30px;justify-content:space-around}
.staffing-options-container
.staffing-options
.content
.staffing-moreinfo
.staffing-more-col{text-align:center}
.staffing-options-container
.staffing-options
.content
.staffing-moreinfo
.staffing-more-col
.icon{margin-bottom:10px}
.staffing-options-container
.staffing-options
.content
.staffing-moreinfo
.staffing-more-col
.icon
img{height:34px;width:auto}
.staffing-options-container
.staffing-options
.content
.staffing-moreinfo
.staffing-more-col
.text
p{font-family:"Poppins",serif;font-size:13px;color:var(--deepblue);font-weight:500;line-height:20px}
.staffing-options-container .staffing-options .thumb img{width:100%;object-fit:cover}
.whychoose-tnc{padding:30px 0}
.whychoose-tnc .services .services-col{display:grid;grid-template-columns:100%;width:24%;background:#ebf6fe;border:0;box-shadow:none;text-align:center}
.whychoose-tnc .services .services-col .icon{background:none;border-radius:0;height:auto;width:auto;text-align:center;display:inline-block;align-items:center;justify-content:center;margin:0 0 12px}
.whychoose-tnc .services .services-col .icon img{width:40px}
.whychoose-tnc .services .services-col .text{text-align:center}
.whychoose-tnc .services .services-col .text h3{padding:0;margin-bottom:6px;color:var(--blue)}
.better-technology{padding:50px 0 40px;background:#ebf6fe}
.better-technology .services .services-col{display:grid;grid-template-columns:100%;width:32%;padding:30px;border:0}
.better-technology .services .services-col .icon{background:none;border-radius:0;height:auto;width:auto;text-align:left;display:inline-block;align-items:center;justify-content:center;margin:0 auto 15px}
.better-technology .services .services-col .text{text-align:center}
.better-technology .services .services-col .text h3{padding:0;margin-bottom:6px;color:var(--blue)}
.need-staffing-support-container{background:#10518e}
.need-staffing-support-container .need-staffing-support{display:flex;align-items:center;padding:30px;height:180px;justify-content:center}
.need-staffing-support-container .need-staffing-support .content{padding-right:5%}
.need-staffing-support-container .need-staffing-support .content h2{font-size:34px;font-weight:500;color:var(--white);margin-bottom:0}
.need-staffing-support-container .need-staffing-support .content p{color:var(--white);margin-top:12px;font-size:16px!important}
.need-staffing-support-container .need-staffing-support .buttons{display:flex}
.need-staffing-support-container .need-staffing-support .buttons a{padding:14px 30px;margin-right:8px;font-size:18px}
.need-staffing-support-container
.need-staffing-support
.buttons
.btn-request
img{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(347deg) brightness(105%) contrast(101%);margin-right:0}
.ourservices-container{padding:30px 0}
.ourservices-container .ourservices .ourserivces-row{display:flex;justify-content:space-between;flex-wrap:wrap;gap:25px}
.ourservices-container .ourservices .ourserivces-row .ourservices-col{background:#fff;border-radius:30px;border:#f2eeee 1px solid;text-align:center;box-shadow:0 4px 14px 0 #0000000d;width:32%;padding:20px 30px;grid-template-columns:22% 78%;display:grid}
.ourservices-container .ourservices .ourserivces-row .ourservices-col .icon{text-align:left}
.ourservices-container
.ourservices
.ourserivces-row
.ourservices-col
.icon
img{height:60px}
.ourservices-container .ourservices .ourserivces-row .ourservices-col .content{text-align:left}
.ourservices-container
.ourservices
.ourserivces-row
.ourservices-col
.content
h3{font-size:16px;font-weight:600;color:var(--blue);padding:0 0 6px}
.ourservices-container
.ourservices
.ourserivces-row
.ourservices-col
.content
p{font-size:14px;line-height:22px;color:var(--text)}
.ourservices-container
.ourservices
.ourserivces-row
.ourservices-col
.content
a{color:var(--blue);text-decoration:none;font-size:14px;font-weight:500;display:inline-block;margin-top:10px;text-transform:capitalize}
.ourservices-container
.ourservices
.ourserivces-row
.ourservices-col
.content
a
img{margin-left:5px;height:8px}
.whychoose-service-container{padding:30px 0}
.whychoose-service-container .whychoose-service{display:grid;grid-template-columns:55% 45%}
.whychoose-service-container .whychoose-service .content{padding-right:30px}
.whychoose-service-container .whychoose-service .content h2{font-size:34px;font-weight:600;color:var(--deepblue);margin-bottom:10px}
.whychoose-service-container .whychoose-service .content p{font-size:15px;color:var(--text)}
.whychoose-service-container
.whychoose-service
.content
.whychoose-service-row{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px;margin:25px 0}
.whychoose-service-container
.whychoose-service
.content
.whychoose-service-row
.whychoose-service-col{display:grid;grid-template-columns:25% 75%;width:30%}
.whychoose-service-container
.whychoose-service
.content
.whychoose-service-row
.whychoose-service-col
.icon
img{width:40px;filter:brightness(0) saturate(100%) invert(26%) sepia(91%) saturate(1200%) hue-rotate(187deg) brightness(92%) contrast(96%)}
.whychoose-service-container
.whychoose-service
.content
.whychoose-service-row
.whychoose-service-col
.text
h3{font-size:16px;font-weight:600;color:var(--blue);padding:0 0 6px}
.whychoose-service-container
.whychoose-service
.content
.whychoose-service-row
.whychoose-service-col
.text
p{font-size:14px;line-height:22px;color:var(--text)}
.whychoose-service-container .whychoose-service .thumb img{border-radius:12px}
.btn-icon-mr img{margin-right:0;margin-left:8px}
.our-missionvision-container{background:#f7fafe;padding:30px 0}
.our-missionvision-container .our-missionvision{display:grid;grid-template-columns:49% 49%;justify-content:space-between}
.our-missionvision-container .our-missionvision .our-missionvision-col{display:grid;grid-template-columns:20% 80%;background:#fff;border-radius:30px;border:#f2eeee 1px solid;box-shadow:0 4px 14px 0 #0000000d;padding:20px;align-items:center}
.our-missionvision-container .our-missionvision .our-missionvision-col .icon{background:var(--lightbluebg);border-radius:50%;height:100px;width:100px;text-align:center;display:flex;align-items:center;justify-content:center}
.our-missionvision-container
.our-missionvision
.our-missionvision-col
.icon
img{height:60px;filter:brightness(0) saturate(100%) invert(25%) sepia(69%) saturate(1634%) hue-rotate(191deg) brightness(95%) contrast(98%)}
.our-missionvision-container
.our-missionvision
.our-missionvision-col
.text
h2{font-size:16px;font-weight:600;color:var(--blue);padding:0 0 10px}
.our-missionvision-container .our-missionvision .our-missionvision-col .text p{font-size:14px;line-height:22px;color:var(--text)}
.whoweare-container{padding:50px 0}
.whoweare-container .whoweare{display:grid;grid-template-columns:44% 56%;justify-content:space-between}
.whoweare-container .whoweare .content{padding-right:10%}
.whoweare-container .whoweare .content .subheading{font-size:16px;color:var(--blue);font-weight:600}
.whoweare-container .whoweare .content h2{font-size:34px;font-weight:600;color:var(--deepblue);padding:12px 0 20px}
.whoweare-container .whoweare .content h2 span{color:var(--blue)}
.whoweare-container .whoweare .content p{font-size:15px;color:var(--text);margin-bottom:15px}
.whoweare-container .whoweare .content ul{list-style:none;margin:12px 0;padding:0}
.whoweare-container .whoweare .content ul li{font-size:15px;color:var(--text);font-family:"Inter",serif;display:flex;align-items:flex-start;padding:2px 0 2px 25px;position:relative}
.whoweare-container .whoweare .content ul li::before{content:"";background:url(../images/icon-check-blue.svg) no-repeat center center;height:17px;width:17px;position:absolute;left:0;top:6px}
.whoweare-container .whoweare .content ul li img{height:16px;width:16px;margin-right:8px;position:relative;top:5px}
.whoweare-container .whoweare .content .button{margin-top:25px}
.whoweare-container .whoweare .thumb{position:relative}
.whoweare-container .whoweare .thumb img{border-radius:20px}
.secmoreinfo-container{position:absolute;bottom:25px;left:50%;transform:translateX(-50%);display:flex;gap:20px;background:#fff;border-radius:12px;padding:20px;width:90%}
.secmoreinfo-container .secmoreinfo{text-align:center}
.secmoreinfo-container .secmoreinfo .icon{width:50px;margin:0 auto 10px}
.secmoreinfo-container .secmoreinfo .icon img{height:34px;border-radius:0;filter:brightness(0) saturate(100%) invert(25%) sepia(69%) saturate(1634%) hue-rotate(191deg) brightness(95%) contrast(98%)}
.secmoreinfo-container .secmoreinfo .text h4{font-family:"Poppins",serif;font-size:14px;color:var(--blue);font-weight:600;line-height:20px;margin-bottom:2px}
.secmoreinfo-container .secmoreinfo .text p{font-family:"Inter",serif;font-size:13px;color:var(--text);font-weight:400;line-height:17px}
.servicesmore-container{padding:30px 0}
.servicesmore-container .heading h2{font-size:36px;color:var(--deepblue);font-weight:600;text-align:center;position:relative;font-family:"Poppins",serif!important}
.servicesmore-container .heading .sub-heading{text-align:center;text-transform:uppercase;font-size:16px;margin-bottom:6px;color:var(--blue);font-weight:500}
.servicesmore-container .servicesmore{display:flex;justify-content:space-between}
.servicesmore-container .servicesmore .servicesmore-col{background:#fff;border-radius:30px;border:#f2eeee 1px solid;text-align:center;box-shadow:0 4px 14px 0 #0000000d;width:15.5%;padding:20px 30px}
.servicesmore-container .servicesmore .servicesmore-col .icon img{height:60px;filter:brightness(0) saturate(100%) invert(25%) sepia(69%) saturate(1634%) hue-rotate(191deg) brightness(95%) contrast(98%)}
.servicesmore-container .servicesmore .servicesmore-col h3{font-size:16px;font-weight:600;color:var(--blue);padding:20px 0 10px}
.servicesmore-container .servicesmore .servicesmore-col p{font-size:14px;line-height:22px;color:var(--text)}
.servicesmore-5 .servicesmore-col{width:19%!important}
.servicesmore-3 .servicesmore-col{width:32.5%!important;grid-template-columns:15% 85%!important}
.servicesmore-3 .servicesmore-col .icon img{height:50px!important}
.servicesmore-4{flex-wrap:wrap;gap:15px}
.servicesmore-4 .servicesmore-col{width:24%!important;grid-template-columns:22% 78%!important}
.servicesmore-4 .servicesmore-col .icon img{height:50px!important}
.servicesmore-2{flex-wrap:wrap;gap:16px}
.servicesmore-2 .servicesmore-col{width:49.3%!important;grid-template-columns:10% 90%!important}
.servicesmore-2 .servicesmore-col .icon img{height:50px!important}
.services-look-flex .servicesmore-col .text{text-align:center;padding:20px 0 10px}
.services-look-flex .servicesmore-col .text h3{padding:0 0 8px}
.our-impact .servicesmore-col h3{font-size:24px!important}
.our-impact .servicesmore-col p{font-weight:500}
.heading-center{text-align:center}
.heading-center h2::after{left:50%!important;transform:translateX(-50%)}
.bg-lightblue{background:var(--lightbluebg)}
.quick-apply-container{margin-bottom:30px}
.quick-apply-wrapper{background:linear-gradient(135deg,#003b95,#002d72);border-radius:18px;padding:30px;max-width:1320px;width:100%;color:#fff;box-sizing:border-box;font-family:"Montserrat",sans-serif;position:relative;overflow:hidden;margin:0 auto}
.quick-apply-wrapper h2{font-size:34px;font-weight:600;margin:0 0 8px;display:flex;align-items:center;gap:12px;font-family:"Poppins",serif!important;justify-content:center}
.quick-apply-wrapper p.form-subtitle{margin:0 0 15px;font-size:16px;color:#ffffffd9;font-family:"Poppins",serif!important;text-align:center}
.quick-apply-form .quick-apply-head{display:grid;grid-template-columns:repeat(4,1fr);gap:8px 14px}
.quick-apply-form .form-group-checkbox{padding-top:12px;grid-column:span 4}
.quick-apply-form .form-group-checkbox label{display:grid!important;grid-template-columns:4% 96%!important;margin:0;padding:0;margin-top:6px}
.quick-apply-form .form-group-checkbox input[type="checkbox"]{padding:0!important;border-radius:0!important;margin:0 6px!important;height:20px!important;width:20px}
.quick-apply-form .form-group-checkbox .wpcf7-list-item-label{font-size:14px}
.quick-apply-form .wpcf7-not-valid-tip{font-size:13px;color:#ff9292}
.quick-apply-form .form-group{width:100%}
.quick-apply-form .form-group label{font-size:14px;display:inline-block;line-height:20px;width:100%}
.quick-apply-form input,.quick-apply-form select{width:100%;height:58px;border-radius:10px!important;border:none!important;padding:0 18px!important;font-size:16px;outline:none;background:#fff;color:#222!important;box-sizing:border-box;font-family:"Poppins",serif}
.quick-apply-form input::placeholder{color:#555}
.resume-upload{background:#fff;border-radius:10px;height:58px;display:flex;align-items:center;padding:0 15px;box-sizing:border-box}
.resume-upload input[type="file"]{border:none;padding:0;height:auto;font-size:14px}
.quick-submit-btn{grid-column:span 2;border:none;border-radius:12px;background:var(--red)!important;color:#fff!important;font-size:16px;font-weight:600;cursor:pointer;transition:.3s ease;margin-top:0;font-family:"Poppins",serif;height:50px;width:100%;line-height:20px}
.quick-submit-btn img{height:20px;margin-left:10px}
.quick-submit-btn:hover{transform:translateY(-2px)}
.form-security{grid-column:span 2;text-align:center;margin-top:8px;color:#ffffffd9;font-size:15px;font-family:"Poppins",serif!important}
.form-security i{margin-right:6px}
@media (max-width: 768px) {
.quick-apply-wrapper{padding:22px}
.quick-apply-wrapper h2{font-size:28px}
.quick-apply-form{grid-template-columns:1fr}
.quick-submit-btn,.form-security{grid-column:span 1}
}
.btn-double span{line-height:18px}
.content-flex{display:flex;align-items:center}
.content-flex .icon{height:90px;width:90px;display:flex;align-items:center;justify-content:center}
.content-flex .icon img{height:80px;filter:brightness(0) saturate(100%) invert(87%) sepia(92%) saturate(0%) hue-rotate(317deg) brightness(118%) contrast(101%)}
.content-flex .text{padding-left:3%}
.start-journey{background:#10518e}
.start-journey h2{font-size:30px!important}
.start-journey p{font-size:14px!important}
.tnc-contact-wrapper *{box-sizing:border-box}
.tnc-contact-wrapper{padding:40px 0 30px;background:#f7f9fc;font-family:"Inter",sans-serif;color:var(--text)}
.tnc-container{max-width:1300px;margin:auto}
.tnc-top-grid{display:grid;grid-template-columns:55% 43%;gap:25px;margin-bottom:25px}
.tnc-card{background:#fff;border-radius:18px;padding:25px;border:1px solid #e6edf5;border:#f2eeee 1px solid;box-shadow:0 4px 14px 0 #0000000d}
.tnc-section-heading h2{font-size:24px;margin:0 0 10px;color:var(--deepblue);font-weight:600}
.tnc-section-heading p{color:var(--text);margin:0;line-height:1.6;font-size:16px}
.tnc-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:28px}
.tnc-info-box{border:1px solid #eee;border-radius:14px;padding:26px 10px;background:#fafafa;text-align:center}
.tnc-icon{font-size:24px;margin-bottom:10px}
.tnc-icon img{filter:brightness(0) saturate(100%) invert(14%) sepia(94%) saturate(3396%) hue-rotate(198deg) brightness(104%) contrast(89%);height:40px}
.tnc-info-box h3{font-size:18px;margin-bottom:10px;color:var(--deepblue);font-weight:600}
.tnc-info-box p{margin:0;color:var(--text);line-height:1.6;font-size:15px;font-weight:600}
.tnc-hours{margin-top:10px;display:flex;flex-direction:column;gap:0;color:var(--text);font-size:14px}
.tnc-office-hours{display:flex;flex-direction:column;gap:0;margin-top:15px}
.tnc-office-hours div{display:flex;gap:20px;color:#475569;font-size:14px;justify-content:center}
.tnc-office-hours div span:first-child{width:62px}
.tnc-form{margin-top:25px}
.tnc-form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.tnc-field{margin-bottom:10px}
.tnc-field label{display:block;margin-bottom:5px;font-size:14px;color:var(--text);font-weight:400}
.tnc-field p br{display:none}
.tnc-field input,.tnc-field textarea,.tnc-field select{width:100%;height:50px;border:1px solid #dbe3ec!important;border-radius:10px!important;padding:0 15px!important;font-size:15px;outline:none;transition:.3s;background:#fff}
.tnc-field textarea{min-height:80px;padding-top:14px!important;resize:none}
.wpcf7-spinner{position:absolute}
.tnc-field input:focus,.tnc-field textarea:focus,.tnc-field select:focus{border-color:#1469a2}
.tnc-checkbox{display:flex;gap:4px;align-items:flex-start;margin-bottom:15px;font-size:14px;color:#64748b}
.tnc-btn{width:100%;height:60px;border:none!important;border-radius:10px!important;background:var(--blue)!important;color:var(--white)!important;font-size:16px!important;font-weight:600!important;cursor:pointer!important;transition:.3s;font-family:"Inter",serif!important}
.tnc-btn:focus{outline:0}
.tnc-btn img{height:16px;margin-left:8px}
.tnc-service-area{display:grid;grid-template-columns:340px 1fr;gap:25px;margin-bottom:25px}
.tnc-location-list{margin-top:25px;display:flex;flex-direction:column;gap:14px}
.tnc-location-list a{text-decoration:none;padding:14px 18px;border:1px solid #e4ebf3;border-radius:12px;color:var(--blue);font-weight:600;background:#fff;transition:.3s;font-size:16px;display:flex;align-items:center}
.tnc-location-list a img{height:24px;margin-right:8px}
.tnc-location-list a:hover{background:#f1f7fc}
.tnc-map-box{position:relative;overflow:hidden;border-radius:18px;border:#f2eeee 1px solid;box-shadow:0 4px 14px 0 #0000000d;padding:12px;background:var(--white)}
.tnc-map-box img{width:100%;height:100%;object-fit:cover;display:block}
.tnc-map-overlay{position:absolute;right:30px;bottom:70px;width:290px;background:#fff;padding:24px;border-radius:18px;box-shadow:0 10px 30px #00000014}
.tnc-map-overlay h3{margin:0 0 12px;font-size:20px;color:var(--blue);font-weight:600}
.tnc-map-overlay p{margin:0;line-height:24px;color:var(--text);font-size:15px}
.tnc-support-bar-container{background:#10518e}
.tnc-support-bar{display:flex;align-items:center;padding:30px;height:180px;justify-content:center}
.tnc-support-bar-1{padding:30px}
.tnc-support-bar-1-row{display:flex;justify-content:space-between;align-items:center;gap:25px}
.tnc-support-left{display:flex;align-items:center;gap:18px;color:#fff}
.tnc-support-icon{font-size:42px;margin-right:10px}
.tnc-support-icon img{height:100px}
.tnc-support-left h3{margin:0 0 8px;font-size:28px;font-weight:500}
.tnc-support-left p{margin:0;color:#fff;font-size:15px}
.tnc-support-actions{display:flex;gap:16px;margin-left:6%}
.tnc-support-actions .buttons a{font-size:18px;align-items:center;padding:14px 24px;margin-left:6px}
.tnc-support-actions .buttons a span{line-height:20px}
.tnc-support-actions .form input[type="text"],.tnc-support-actions .form input[type="email"]{height:60px;border:1px solid #dbe3ec!important;border-radius:12px 0 0 12px!important;padding:0 15px!important;padding-left:15px;font-size:15px;outline:none;transition:.3s;background:#fff;box-shadow:0 4px 14px 0 #0000000d;width:380px;margin:0}
.tnc-support-actions .form input[type="submit"]{outline:0;border:0;background:var(--red)!important;color:var(--white)!important;border-radius:0 12px 12px 0;height:60px;line-height:normal;box-sizing:border-box;font-family:"Poppins",serif;font-size:16px}
.with-subscribe .tnc-support-actions{flex-wrap:wrap;width:50%;gap:0}
.form-info{display:flex;align-items:center}
.form-info .icon{margin-right:8px}
.form-info .icon img{height:16px}
.form-info p{color:#fff;font-size:13px}
.tnc-call-btn,.tnc-outline-btn{text-decoration:none;padding:16px 24px;border-radius:12px;color:#fff;display:flex;flex-direction:column;gap:5px;font-weight:600}
.tnc-call-btn{background:#d81f26}
.tnc-outline-btn{border:1px solid #ffffff40}
.tnc-center{text-align:center;margin-bottom:30px}
.tnc-faq-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.tnc-faq-box{background:#fff;border:1px solid #e6edf5;border-radius:16px;padding:24px;transition:.3s;display:grid;grid-template-columns:100%;justify-content:center;text-align:center}
.tnc-faq-icon img{height:60px}
.tnc-faq-box .text{padding-left:0}
.tnc-faq-box .text h3{color:var(--deepblue);font-size:16px;font-weight:600;min-height:auto}
.tnc-faq-box .text a{font-size:15px}
.tnc-faq-box .text a img{height:16px;margin-left:4px}
.tnc-faq-box:hover{transform:translateY(-4px)}
.tnc-faq-icon{font-size:28px;margin-bottom:16px}
.tnc-faq-box h3{font-size:18px;margin-bottom:10px;line-height:1.5}
.tnc-faq-box a{text-decoration:none;color:var(--blue);font-weight:600}
.tnc-bottom-contact{display:flex;align-items:center;padding:30px;height:180px;justify-content:center}
.tnc-bottom-contact .content{display:flex;align-items:center}
.tnc-bottom-contact .content .icon{margin-right:25px}
.tnc-bottom-contact .content .icon img{height:80px}
.tnc-bottom-contact .content .text h3{font-size:30px;font-weight:500;color:var(--white);margin-bottom:0}
.tnc-bottom-contact .content .text p{color:var(--white);margin-top:12px;font-size:16px}
.tnc-bottom-contact h3{margin:0 0 8px;font-size:26px}
.tnc-bottom-contact p{margin:0;color:var(--text)}
.tnc-bottom-actions{display:flex;gap:14px;margin-left:6%}
.tnc-bottom-actions a{padding:14px 30px;margin-right:8px;font-size:18px}
.tnc-outline-blue{text-decoration:none;border:1px solid #1469a2;color:#1469a2;padding:14px 24px;border-radius:12px;font-weight:600}
.tnc-checkbox label{font-size:14px!important;color:var(--text);font-weight:400}
.tnc-checkbox input[type="checkbox"]{border:#dbe3ec 1px solid;outline:0}
.tnc-checkbox input[type="checkbox"]:focus{outline:0}
.tnc-service-list{background:none;box-shadow:none}
.banner-half{height:450px!important}
.banner-half .swiper-slide{background-position:center center!important}
.search{position:relative;margin-top:25px}
.search .icon-search{height:20px!important;width:20px!important;position:absolute!important;left:20px;top:50%;transform:translateY(-50%)}
.search input[type="text"]{height:60px;border:1px solid #dbe3ec!important;border-radius:12px 0 0 12px!important;padding:0 15px!important;font-size:15px;outline:none;transition:.3s;background:#fff;box-shadow:0 4px 14px 0 #0000000d;width:380px;margin:0;padding-left:50px!important}
.search input[type="submit"]{outline:0;border:0;background:var(--blue)!important;color:var(--white)!important;border-radius:0 12px 12px 0;height:60px;line-height:normal;box-sizing:border-box;font-family:"Poppins",serif;font-size:16px}
.search input:focus{outline:0!important}
@media (max-width: 992px) {
.tnc-top-grid,.tnc-service-area,.tnc-faq-grid{grid-template-columns:1fr}
.tnc-support-bar,.tnc-bottom-contact{flex-direction:column;align-items:flex-start}
.tnc-support-actions{width:100%;flex-direction:column}
.tnc-call-btn,.tnc-outline-btn{width:100%}
}
@media (max-width: 768px) {
.tnc-form-row,.tnc-info-grid{grid-template-columns:1fr}
.tnc-section-heading h2{font-size:24px}
.tnc-support-left h3{font-size:22px}
.tnc-faq-grid{grid-template-columns:1fr}
.tnc-map-overlay{position:relative;width:100%;right:auto;bottom:auto;border-radius:0}
.tnc-bottom-actions{width:100%}
.tnc-outline-blue{width:100%;text-align:center}
}
.faq-box .servicesmore-col{width:13%!important;padding:20px!important}
.faq-box .servicesmore-col .button a{text-decoration:none;color:var(--blue);font-weight:600;font-size:14px}
.faq-box .servicesmore-col .button a img{height:16px;margin-left:4px}
.faq-box .servicesmore-col .text{min-height:175px}
.faq-container{margin:15px 0}
.section-header{display:flex;align-items:center;justify-content:center;margin-bottom:18px;gap:20px}
.section-header h2,.section-header h3{font-family:"Poppins",sans-serif;font-size:30px;font-weight:600;color:var(--deepblue);line-height:1.2}
.view-link{text-decoration:none;font-family:"Inter",sans-serif;font-size:15px;font-weight:600;color:var(--blue);display:flex;align-items:center;gap:8px;transition:.3s ease}
.view-link:hover{opacity:.8}
.faq-wrapper{overflow:hidden}
.faq-item{border-bottom:1px solid #eee}
.faq-item:last-child{border-bottom:none}
.faq-question{width:100%;border:none;background:#fff!important;cursor:pointer;outline:none;display:flex;align-items:center;justify-content:space-between;padding:16px 24px;text-align:left}
button:focus{outline:0!important}
.faq-question span{font-family:"Poppins",sans-serif;font-size:18px;font-weight:600;color:var(--blue);line-height:1.5;padding-right:20px}
.faq-icon{width:16px;height:16px;position:relative;flex-shrink:0}
.faq-icon::before{content:"";position:absolute;width:10px;height:10px;border-right:2px solid var(--blue);border-bottom:2px solid var(--blue);top:2px;left:3px;transform:rotate(45deg);transition:.3s ease}
.faq-item.active .faq-icon::before{transform:rotate(-135deg);top:6px}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease}
.faq-answer-inner{padding:0 24px 16px 0}
.faq-answer-inner ul{padding:0;margin:15px}
.faq-answer p{font-family:"Inter",sans-serif;font-size:15px;line-height:24px;color:var(--text);max-width:90%;margin-bottom:15px}
.topics-section{margin-top:55px}
.topic-tabs{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:28px}
.topic-btn{border:none;background:var(--lightbluebg)!important;padding:14px 24px;border-radius:999px;font-family:"Inter",sans-serif;font-size:15px;font-weight:600;color:var(--blue)!important;cursor:pointer;transition:.3s ease}
.topic-btn.active,.topic-btn:hover{background:var(--blue)!important;color:#fff!important}
.topic-content{display:none}
.topic-content.active{display:block}
@media (max-width: 991px) {
.section-header h2,.section-header h3{font-size:28px}
.faq-question span{font-size:20px}
}
@media (max-width: 767px) {
body{padding:30px 15px}
.section-header{flex-direction:column;align-items:center}
.section-header h2,.section-header h3{font-size:24px}
.faq-question{padding:20px}
.faq-answer-inner{padding:0 20px 24px}
.faq-question span{font-size:18px;line-height:1.5}
.faq-answer p{font-size:15px;line-height:1.8}
.topic-tabs{gap:10px;justify-content:center}
.topic-btn{padding:12px 18px;font-size:14px}
}
.text-left{text-align:left!important}
.text-center{text-align:center!important}
.help-section-container .heading{margin-bottom:20px}
.help-section-container h2{font-size:30px!important}
.help-section-container .services-col{width:24%!important}
.help-section-container .services-col .button{margin-top:20px}
.help-section-container .services-col .button a{width:100%}
.help-section-container .services-col p{padding:0 5%}
.help-section-container .services-col .icon img{filter:brightness(0) saturate(100%) invert(16%) sepia(94%) saturate(7492%) hue-rotate(200deg) brightness(92%) contrast(89%);height:40px}
.button-flex{display:flex;gap:6px}
.two-sections-container{margin-bottom:25px}
.two-sections-container .two-sections{display:grid;grid-template-columns:44% 55%;justify-content:space-between}
.two-sections-container .two-sections .still-need{background:var(--lightbluebg);padding:24px;border-radius:20px}
.two-sections-container .two-sections .still-need h2{color:var(--deepblue);font-weight:600;font-family:"Poppins",serif!important;font-size:30px;margin-bottom:15px}
.two-sections-container .two-sections .still-need .still-need-row{display:grid;grid-template-columns:30% 70%}
.two-sections-container .two-sections .still-need .still-need-row .thumb img{border-radius:12px}
.two-sections-container .two-sections .still-need .still-need-row .content{padding-left:6%}
.two-sections-container .two-sections .still-need .still-need-row .content p{font-size:14px;line-height:22px;color:var(--text)}
.two-sections-container
.two-sections
.still-need
.still-need-row
.content
.tnc-support-info{list-style:none;margin:0;padding:0;margin-top:10px}
.two-sections-container
.two-sections
.still-need
.still-need-row
.content
.tnc-support-info
li{font-size:15px;font-family:"Inter",serif;color:var(--blue);font-weight:600;line-height:normal;padding:1px 0;display:flex;align-items:flex-start}
.two-sections-container
.two-sections
.still-need
.still-need-row
.content
.tnc-support-info
li
.tnc-icon{margin-right:10px;margin-bottom:0;position:relative;top:-5px}
.two-sections-container
.two-sections
.still-need
.still-need-row
.content
.tnc-support-info
li
.tnc-icon
img{height:20px}
.two-sections-container
.two-sections
.still-need
.still-need-row
.content
.tnc-support-info
li
a{text-decoration:none;font-size:15px;font-family:"Inter",serif;color:var(--blue);font-weight:600}
.two-sections-container .two-sections .still-need .button{margin-top:10px}
.two-sections-container .two-sections .weserve-proud{padding:24px;border:#eee 1px solid;border-radius:20px}
.two-sections-container .two-sections .weserve-proud h2{color:var(--deepblue);font-weight:600;font-family:"Poppins",serif!important;font-size:30px;margin-bottom:15px}
.two-sections-container .two-sections .weserve-proud h2 img{height:24px}
.two-sections-container .two-sections .weserve-proud .weserve-proud-row{display:grid;grid-template-columns:60% 40%}
.two-sections-container
.two-sections
.weserve-proud
.weserve-proud-row
.content
h4{font-size:15px;line-height:22px;color:var(--text);font-weight:600;margin:10px 0}
.two-sections-container
.two-sections
.weserve-proud
.weserve-proud-row
.content
.tnc-city-list{line-height:normal}
.two-sections-container
.two-sections
.weserve-proud
.weserve-proud-row
.content
.tnc-city-list
span{font-size:14px;line-height:22px;color:var(--text)}
.two-sections-container
.two-sections
.weserve-proud
.weserve-proud-row
.content
.tnc-city-list
span:not(:last-child)::after{content:"•";margin-left:8px;color:var(--text);margin-right:8px}
.two-sections-container
.two-sections
.weserve-proud
.weserve-proud-row
.content
a{color:var(--blue);text-decoration:none;font-size:15px;font-weight:600;display:inline-flex;margin-top:20px}
.two-sections-container
.two-sections
.weserve-proud
.weserve-proud-row
.content
a
img{height:16px}
.d-flex{display:flex!important}
.align-item{align-items:center!important}
.banner-morecontent-container{margin-bottom:30px}
.banner-morecontent-container .banner-morecontent{background:#fff;border-radius:20px;border:#f2eeee 1px solid;box-shadow:0 4px 14px 0 #0000000d;padding:30px;margin-top:-3%;position:relative;z-index:100}
.banner-morecontent-container .banner-morecontent .banner-morecontent-row{display:flex;justify-content:space-between}
.banner-morecontent-container
.banner-morecontent
.banner-morecontent-row
.banner-morecontent-col{display:grid;grid-template-columns:32% 68%;align-items:center;border-right:#eee 1px solid;width:30%}
.banner-morecontent-container
.banner-morecontent
.banner-morecontent-row
.banner-morecontent-col:last-child{border-right:0!important}
.banner-morecontent-container
.banner-morecontent
.banner-morecontent-row
.banner-morecontent-col
.icon{background:var(--lightbluebg);border-radius:50%;height:100px;width:100px;text-align:center;display:flex;align-items:center;justify-content:center}
.banner-morecontent-container
.banner-morecontent
.banner-morecontent-row
.banner-morecontent-col
.icon
img{height:60px;filter:brightness(0) saturate(100%) invert(25%) sepia(69%) saturate(1634%) hue-rotate(191deg) brightness(95%) contrast(98%)}
.banner-morecontent-container
.banner-morecontent
.banner-morecontent-row
.banner-morecontent-col
.text
h3{font-size:16px;font-weight:600;color:var(--blue);padding:0 0 8px}
.banner-morecontent-container
.banner-morecontent
.banner-morecontent-row
.banner-morecontent-col
.text
p{font-size:14px;line-height:22px;color:var(--text)}
.banner-morecontent-more .banner-morecontent{margin:0;background:#fafbfe;border:0;box-shadow:none}
.banner-morecontent-more .banner-morecontent .banner-morecontent-col{border:0!important}
.banner-morecontent-more .heading h2{font-size:36px;color:var(--deepblue);font-weight:600;text-align:center;position:relative;font-family:"Poppins",serif!important;margin-bottom:30px}
.privacy-wrapper{width:100%;margin-bottom:30px}
.privacy-container{max-width:1320px;margin:auto;display:flex;gap:32px;align-items:flex-start}
.privacy-sidebar{width:320px;position:sticky;top:20px;flex-shrink:0}
.sidebar-card{background:var(--white);border:1px solid #eee;border-radius:22px;padding:26px 22px;box-shadow:0 4px 14px 0 #0000000d}
.sidebar-title{font-size:24px;line-height:1.2;color:var(--deepblue);font-weight:600;margin-bottom:22px}
.page-nav{display:flex;flex-direction:column;gap:6px}
.page-nav a{text-decoration:none;color:var(--blue);font-size:15px;font-weight:600;padding:14px 22px;border-radius:14px;transition:.3s ease;border:1px solid transparent}
.page-nav a:hover{background:#f4f7ff}
.page-nav a.active{background:#eef4ff;border-color:#dce8ff}
.trust-box{margin-top:24px;background:#f7f9fb;border:1px solid #eee;border-radius:22px;padding:24px}
.trust-top{display:flex;gap:14px;align-items:flex-start;margin-bottom:14px}
.trust-icon{width:44px;height:44px;flex-shrink:0}
.trust-icon img{width:100%;height:100%;object-fit:contain}
.trust-box h4{font-size:20px;line-height:1.3;color:var(--deepblue);font-weight:600;margin-bottom:8px}
.trust-box p{font-size:15px;line-height:26px;color:var(--text)}
.privacy-content{flex:1;min-width:0}
.policy-list{background:#fff}
.policy-item{display:flex;gap:24px;padding:32px 0;border-bottom:1px solid #eee;scroll-margin-top:90px}
.policy-number{width:74px;height:74px;min-width:74px;border-radius:20px;background:#f5f8ff;display:flex;align-items:center;justify-content:center;font-family:"Poppins",sans-serif;font-size:28px;font-weight:700;color:var(--blue)}
.policy-text h3{font-size:24px;line-height:1.3;color:var(--deepblue);margin-bottom:12px;font-weight:600}
.policy-text p{font-size:15px;line-height:26px;color:var(--text);max-width:900px}
.policy-text ol,.policy-text ul{padding:0;margin:15px}
.policy-text h5{padding:20px 0 10px;color:var(--deepblue)}
.policy-text ol li,.policy-text ul li{font-size:15px;line-height:26px;color:var(--text);font-family:"Inter",serif;margin-bottom:15px}
.policy-footer{display:grid;justify-content:space-between;align-items:center;gap:20px;padding-top:15px;margin-top:10px;grid-template-columns:auto auto}
.footer-left{display:flex;align-items:flex-start;gap:12px;color:var(--text);font-size:14px;line-height:1.7}
.footer-left img{width:22px;height:22px;position:relative;top:4px}
.footer-right{font-size:14px;color:var(--blue);font-weight:600}
@media (max-width: 1100px) {
.privacy-container{flex-direction:column}
.privacy-sidebar{width:100%;position:relative;top:0}
}
@media (max-width: 768px) {
.privacy-wrapper{padding:24px 16px}
.sidebar-title{font-size:26px}
.policy-item{gap:16px;padding:24px 0}
.policy-number{width:58px;height:58px;min-width:58px;font-size:22px;border-radius:16px}
.policy-text h3{font-size:24px}
.policy-text p{font-size:15px;line-height:1.8}
.trust-box h4{font-size:20px}
}
@media (max-width: 520px) {
.policy-item{flex-direction:column}
}
.account-howto-container{margin-bottom:30px}
.account-howto-container .account-howto-row{display:flex;justify-content:space-between}
.account-howto-container .account-howto-row .account-howto-col{background:#fff;border-radius:30px;border:#f2eeee 1px solid;box-shadow:0 4px 14px 0 #0000000d;width:24%;padding:20px}
.account-howto-container .account-howto-row .account-howto-col .header{display:grid;grid-template-columns:20% 80%;align-items:center;margin-bottom:30px}
.account-howto-container .account-howto-row .account-howto-col .header .icon{background:var(--lightbluebg);border-radius:50%;height:60px;width:60px;display:flex;align-items:center;justify-content:center}
.account-howto-container
.account-howto-row
.account-howto-col
.header
.icon
img{height:32px;filter:brightness(0) saturate(100%) invert(16%) sepia(84%) saturate(3916%) hue-rotate(199deg) brightness(93%) contrast(89%)}
.account-howto-container .account-howto-row .account-howto-col .header h3{font-size:16px;font-weight:600;color:var(--deepblue);padding:0 0 0 20px}
.account-howto-container .account-howto-row .account-howto-col .content ul{list-style:none;margin:12px 0;padding:0}
.account-howto-container .account-howto-row .account-howto-col .content ul li{font-size:14px;color:var(--text);font-family:"Inter",serif;display:flex;align-items:flex-start;padding:2px 0 0 25px;position:relative}
.account-howto-container
.account-howto-row
.account-howto-col
.content
ul
li::before{content:"";background:url(../images/icon-check-blue.svg) no-repeat center center;height:17px;width:17px;position:absolute;left:0;top:6px}
.account-howto-container
.account-howto-row
.account-howto-col
.content
ul
li
img{height:16px;width:16px;margin-right:8px;position:relative;top:5px}
.account-howto-container .account-howto-row .account-howto-col .content p{font-size:14px;line-height:22px;color:var(--text)}
.account-howto-container
.account-howto-row
.account-howto-col
.content
.button{margin-top:15px}
.account-howto-container
.account-howto-row
.account-howto-col
.content
.button
a{color:var(--blue);text-decoration:none;font-size:14px;font-weight:500;display:inline-block;margin-top:10px}
.account-howto-container
.account-howto-row
.account-howto-col
.content
.button
a
img{margin-left:5px;height:8px}
.howto-3 ul li img{filter:brightness(0) saturate(100%) invert(16%) sepia(84%) saturate(3916%) hue-rotate(199deg) brightness(93%) contrast(89%)}
.tnc-more-links{display:flex;gap:40px;justify-content:center;margin-top:20px}
.tnc-more-links .tnc-more{display:flex;align-items:center}
.tnc-more-links .tnc-more .icon{margin-right:10px}
.tnc-more-links .tnc-more .icon img{filter:brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(756%) hue-rotate(202deg) brightness(121%) contrast(100%);height:18px}
.tnc-more-links .tnc-more p{color:#fff;font-size:15px}
.tnc-more-links .tnc-more p a{color:#fff;text-decoration:none}
.servilabs-wrapper{max-width:1320px;margin:auto;margin-bottom:25px}
.servilabs-top{background:linear-gradient(180deg,#083185 0%,#052460 100%);border-radius:18px;overflow:hidden;padding:42px 40px;box-shadow:0 10px 25px #0000000d}
.servilabs-top-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:0;align-items:center}
.servilabs-left{padding-right:40px}
.servilabs-left h2{font-size:32px;line-height:46px;font-weight:600;color:#fff;margin-bottom:15px;letter-spacing:-1px}
.servilabs-left p{font-size:16px;line-height:26px;color:#ffffffeb;max-width:520px}
.servi-feature{text-align:center;padding:0 34px;position:relative;min-height:220px}
.servi-feature:not(:last-child)::after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:200px;background:#fff3}
.feature-icon{width:86px;height:86px;border-radius:50%;background:var(--blue);display:flex;align-items:center;justify-content:center;margin:0 auto 24px}
.feature-icon img{width:40px;height:40px;object-fit:contain;filter:brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(128deg) brightness(107%) contrast(102%)}
.servi-feature h3{font-size:20px;line-height:26px;font-weight:600;color:#fff;margin-bottom:10px}
.servi-feature p{font-size:16px;line-height:26px;color:#ffffffe6}
.waitlist-box{background:var(--lightbluebg);border-radius:18px;margin-top:28px;padding:42px 36px;border:1px solid var(--border)}
.waitlist-grid{display:grid;grid-template-columns:460px 1fr;gap:34px;align-items:start}
.waitlist-left{display:flex;align-items:flex-start;gap:24px}
.waitlist-icon{width:100px;height:100px;min-width:100px;border-radius:50%;background:#ddeaff;display:flex;align-items:center;justify-content:center}
.waitlist-icon img{width:50px;height:50px;object-fit:contain}
.waitlist-content h3{font-size:32px;line-height:46px;color:var(--deepblue);font-weight:700;margin-bottom:16px}
.waitlist-content p{font-size:16px;line-height:26px;color:var(--text)}
.waitlist-form{width:100%}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.form-group input,.form-group select{width:100%;height:50px;border-radius:12px!important;border:1px solid #d9e1ee!important;background:#fff;padding:0 15px!important;font-size:15px;font-family:"Inter",sans-serif;color:var(--text)!important;outline:none}
.form-group input::placeholder{color:#8d97af}
.form-group select{appearance:none;background-image:url(images/down-arrow.png);background-repeat:no-repeat;background-position:right 20px center;background-size:16px;cursor:pointer}
.waitlist-btn{width:100%!important;border:none!important;border-radius:12px!important;background:linear-gradient(90deg,#c91121 0%,#e11b29 100%)!important;color:#fff!important;font-family:"Poppins",sans-serif!important;font-size:16px!important;font-weight:600!important;cursor:pointer!important;transition:.3s ease;display:flex;align-items:center;justify-content:center}
#wpcf7-f1276-o1 .waitlist-btn{color:#fff!important;border:0!important}
.waitlist-btn img{filter:brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(128deg) brightness(107%) contrast(102%);height:20px}
.waitlist-btn:hover{transform:translateY(-2px)}
.waitlist-btn span{margin-left:10px}
.privacy-note{margin-top:0;display:flex;align-items:center;gap:10px;color:var(--text);font-size:16px;font-weight:500}
.privacy-note img{width:18px;height:18px}
.privacy-note p{display:flex;align-items:center;gap:10px}
.bottom-features{margin-top:28px;border:1px solid #eee;border-radius:18px;background:#fff;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}
.bottom-item{padding:34px 28px;display:flex;align-items:flex-start;gap:18px;position:relative}
.bottom-item:not(:last-child)::after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:70px;background:#e6ebf3}
.bottom-icon{width:44px;height:44px;min-width:44px}
.bottom-icon img{width:100%;height:100%;object-fit:contain;filter:brightness(0) saturate(100%) invert(34%) sepia(58%) saturate(1084%) hue-rotate(176deg) brightness(84%) contrast(105%)}
.bottom-text h4{font-size:18px;line-height:1.3;color:var(--blue);margin-bottom:5px;font-weight:600}
.bottom-text p{font-size:15px;color:var(--text);line-height:1.6}
@media (max-width: 1200px) {
.servilabs-top-grid{grid-template-columns:1fr 1fr;gap:40px}
.servilabs-left{grid-column:1/-1;padding-right:0}
.waitlist-grid{grid-template-columns:1fr}
.bottom-features{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.servilabs-top{padding:28px 22px;margin:20px}
.servilabs-top-grid{grid-template-columns:1fr}
.servi-feature{padding:10px 0}
.servi-feature:not(:last-child)::after{display:none}
.servilabs-left h2{font-size:38px}
.servilabs-left p,.servi-feature p,.waitlist-content p{font-size:17px}
.servi-feature h3{font-size:26px}
.waitlist-box{padding:28px 22px;margin:20px}
.waitlist-left{flex-direction:column}
.waitlist-content h3{font-size:34px}
.form-grid{grid-template-columns:1fr}
.bottom-features{grid-template-columns:1fr 1fr;margin:20px}
.bottom-item:not(:last-child)::after{display:none}
}
.note-text{display:flex;justify-content:center;margin-top:15px;align-items:center}
.note-text .icon{margin-right:10px}
.note-text .icon img{filter:brightness(0) saturate(100%) invert(34%) sepia(58%) saturate(1084%) hue-rotate(176deg) brightness(84%) contrast(105%);height:18px}
.note-text p{font-size:15px;color:var(--text)}
.cq-section{width:100%;padding:10px 0;background:#fff}
.cq-container{max-width:1320px;margin:auto}
.cq-title{font-size:36px;color:var(--deepblue);font-weight:600;text-align:center;position:relative;font-family:"Poppins",serif!important;margin-bottom:20px}
.cq-grid{display:grid;grid-template-columns:100%;gap:12px}
.cq-card{background:var(--cq-bg);border:1px solid #f2eeee;border-radius:18px;overflow:hidden;transition:.3s ease}
.cq-card.active{box-shadow:0 8px 24px #0000000a}
.cq-btn{width:100%;border:none;background:none!important;cursor:pointer;padding:22px 22px 18px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;text-align:left}
.cq-left{display:flex;align-items:flex-start;gap:14px;flex:1}
.cq-icon{width:24px;height:24px;min-width:24px;margin-top:0;position:relative;top:-4px}
.cq-icon img{width:100%;height:100%;object-fit:contain}
.cq-question{font-family:"Poppins",sans-serif;font-size:18px;line-height:1.4;font-weight:600;color:var(--deepblue)}
.cq-arrow{width:18px;height:18px;min-width:18px;transition:.3s ease;margin-top:6px}
.cq-card.active .cq-arrow{transform:rotate(180deg)}
.cq-content{max-height:0;overflow:hidden;transition:max-height .35s ease}
.cq-content-inner{padding:0 60px 24px}
.cq-content p{font-family:"Inter",sans-serif;font-size:15px;line-height:1.8;color:var(--text)}
.cq-card.active .cq-content{max-height:400px}
@media (max-width: 1200px) {
.cq-title{font-size:38px}
.cq-question{font-size:22px}
.cq-content p{font-size:19px}
}
@media (max-width: 900px) {
.cq-grid{grid-template-columns:1fr}
}
@media (max-width: 600px) {
.cq-title{font-size:30px}
}
.carethrive{background:var(--lightbluebg);padding:25px;border-radius:20px;grid-template-columns:50% 50%;justify-content:space-between;align-items:center}
.carethrive .content{padding:20px}
.resources-wrapper{width:100%;max-width:1320px;margin:40px auto;padding:0}
.section-head{display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:28px}
.section-head h2{color:var(--deepblue);font-size:32px;font-weight:600;line-height:1.2}
.section-head a{position:absolute;right:0;text-decoration:none;color:var(--blue);font-family:"Inter",sans-serif;font-size:15px;font-weight:600;display:flex;align-items:center;gap:8px}
.section-head a img{width:14px}
.article-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-bottom:60px}
.article-card{border:1px solid #f2eeee;border-radius:18px;overflow:hidden;background:#fff;transition:.3s;box-shadow:0 4px 14px 0 #0000000d}
.article-card:hover{transform:translateY(-4px)}
.article-image{position:relative;padding:14px 14px 0}
.article-image img{width:100%;border-radius:14px;display:block}
.article-tag{position:absolute;top:24px;left:24px;background:var(--blue);color:#fff;padding:7px 14px;border-radius:40px;font-size:12px;font-weight:600;font-family:"Inter",sans-serif;display: none}
.article-content{padding:18px 20px 24px}
.article-date{font-size:14px;color:var(--text);margin-bottom:14px}
.article-title, .article-content h3{color:var(--blue);font-size:18px;line-height:1.45;font-weight:600;margin-bottom:22px}
.article-content h3 a {color:var(--blue);text-decoration: none}
.read-more{display:inline-flex;align-items:center;gap:10px;color:var(--blue);text-decoration:none;font-size:15px;font-weight:600}
.read-more img{width:14px}
.resource-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-bottom:60px}
.resource-card{border:1px solid #f2eeee;border-radius:18px;background:#fff;padding:30px 26px;box-shadow:0 4px 14px 0 #0000000d}
.resource-card .resource-card-row{display:grid;grid-template-columns:100%;justify-content:center}
.resource-card .resource-card-row .resource-icon{margin:0 auto 15px}
.resource-card .resource-card-row .text{text-align:center}
.resource-card .resource-card-row .text h3{padding:0 10%}
.resource-icon{margin-bottom:24px}
.resource-icon img{width:62px}
.resource-title{color:var(--blue);font-size:18px;line-height:1.4;font-weight:600;margin-bottom:10px}
.resource-text{font-size:16px;line-height:1.7;margin-bottom:28px}
.download-btn{height:52px;border:2px solid #c8d8ef;border-radius:14px;display:flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;color:var(--blue);font-weight:600;font-size:15px;text-transform:capitalize}
.download-btn img{width:18px}
.faq-section{display:grid;grid-template-columns:320px 1fr;gap:28px}
.help-card{background:#f3f8fe;border-radius:20px;padding:32px 28px;position:relative;overflow:hidden}
.help-card h3{color:var(--blue);font-size:30px;margin-bottom:10px;font-weight:600}
.help-card p{font-size:16px;line-height:1.8;margin-bottom:20px;text-align:center}
.contact-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;height:56px;border:2px solid #c8d8ef;border-radius:14px;text-decoration:none;color:var(--blue);font-size:16px;font-weight:600;background:#fff;position:relative;z-index:2}
.contact-btn img{width:18px}
.help-graphic{margin-top:10px;text-align:center}
.faq-wrap{width:100%}
.faq-item{border:1px solid #f2eeee;border-radius:14px;margin-bottom:4px;overflow:hidden;background:#fff}
.faq-question{width:100%;border:none;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:24px 28px;cursor:pointer;font-family:"Poppins",sans-serif;color:var(--blue)!important;font-size:18px;font-weight:600}
.faq-question img{width:16px;transition:.3s}
.faq-answer{display:none;padding:0 28px 24px;font-size:16px;line-height:1.8}
.faq-item.active .faq-answer{display:block;max-height:100%!important}
.faq-item.active .faq-question img{transform:rotate(180deg)}
@media (max-width: 1200px) {
.article-grid,.resource-grid{grid-template-columns:repeat(2,1fr)}
.faq-section{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.section-head{justify-content:flex-start}
.section-head h2{font-size:26px;text-align:center;width:100%}
.section-head a{position:static;margin-left:auto;font-size:14px}
.article-grid,.resource-grid{grid-template-columns:1fr}
.article-title,.resource-title{font-size:22px}
.faq-question{font-size:16px;padding:20px}
.faq-answer{padding:0 20px 20px}
.help-card h3{font-size:28px;text-align:center}
}
.for-section-container .for-section{display:grid;grid-template-columns:49% 49%;justify-content:space-between}
.for-section-container .for-section .for-section-col{border-radius:20px;position:relative;padding:30px}
.for-section-container .for-section .for-section-col .bg{height:300px;position:absolute;right:10px;bottom:0}
.for-section-container .for-section .for-section-1{background:#edf3fe}
.for-section-container .for-section .for-section-2{background:#eaf4f4}
.for-section-container .for-section .for-section-2 .icon img{filter:brightness(0) saturate(100%) invert(39%) sepia(10%) saturate(3157%) hue-rotate(89deg) brightness(111%) contrast(81%)}
.for-section-container .for-section .for-section-2 ul li,.for-section-2 .text h3{color:#24914b!important}
.for-section-container .for-section .for-section-2 ul li img{filter:brightness(0) saturate(100%) invert(39%) sepia(10%) saturate(3157%) hue-rotate(89deg) brightness(111%) contrast(81%)}
.for-section-container .for-section .for-section-2 .button a{background:#24914b!important;border-color:#24914b!important;text-transform:capitalize}
.for-section-container .for-section .for-section-2 .button a:hover{color:#24914b;background:none!important}
.for-section-container .for-section .for-section-2 .button a:hover img{filter:brightness(0) saturate(100%) invert(45%) sepia(18%) saturate(1684%) hue-rotate(89deg) brightness(96%) contrast(88%)!important}
.for-section-container .for-section .for-section-1 ul li{color:#0e5da8!important}
.for-section-container .for-section .for-section-1 ul li img{filter:brightness(0) saturate(100%) invert(18%) sepia(99%) saturate(1989%) hue-rotate(196deg) brightness(103%) contrast(89%)}
.for-section-container .for-section .for-section-col .content .header{display:flex;align-items:center;margin-bottom:20px}
.for-section-container .for-section .for-section-col .content .header .icon{margin-right:18px}
.for-section-container
.for-section
.for-section-col
.content
.header
.icon
img{height:50px}
.for-section-container .for-section .for-section-col .content .header .text h3{font-size:20px;font-weight:600;color:var(--blue);padding:0}
.for-section-container .for-section .for-section-col .content .header .text p{font-size:14px;line-height:22px;color:var(--text)}
.for-section-container .for-section .for-section-col .content .bottom ul{list-style:none;margin:12px 0;padding:0}
.for-section-container .for-section .for-section-col .content .bottom ul li{font-size:15px;color:var(--text);font-family:"Inter",serif;display:flex;align-items:flex-start;padding:2px 0 2px 25px;font-weight:500;position:relative}
.for-section-container
.for-section
.for-section-col
.content
.bottom
ul
li::before{content:"";background:url(../images/icon-check-blue.svg) no-repeat center center;height:17px;width:17px;position:absolute;left:0;top:6px}
.for-section-2 ul li::before{background:url(../images/icon-check-green.svg) no-repeat center center!important}
.for-section-container
.for-section
.for-section-col
.content
.bottom
ul
li
img{height:16px;width:16px;margin-right:8px;position:relative;top:5px}
.for-section-container .for-section .for-section-col .content .button{margin-top:25px}
.builton-section-container{padding:0 0 20px}
.builton-section-container .builton-section .builton-sec-row{display:grid;grid-template-columns:70% 30%;align-items:center}
.builton-section-container .builton-section .builton-sec-row .content{padding:0 30px}
.builton-section-container
.builton-section
.builton-sec-row
.content
.header
h2{font-size:36px;color:var(--deepblue);font-weight:600;text-align:center;position:relative;font-family:"Poppins",serif!important}
.builton-section-container
.builton-section
.builton-sec-row
.content
.header
p{font-size:16px;line-height:28px;color:var(--text);text-align:center;margin-top:15px}
.builton-section-container .builton-section .builton-sec-row .content .bottom{margin-top:30px}
.builton-section-container
.builton-section
.builton-sec-row
.content
.bottom
.builton-row{display:flex;justify-content:center;gap:20px}
.builton-section-container
.builton-section
.builton-sec-row
.content
.bottom
.builton-row
.builton-col
.icon{background:var(--lightbluebg);border-radius:50%;height:80px;width:80px;text-align:center;display:flex;align-items:center;justify-content:center;margin:0 auto}
.builton-section-container
.builton-section
.builton-sec-row
.content
.bottom
.builton-row
.builton-col
.icon
img{height:40px;filter:brightness(0) saturate(100%) invert(18%) sepia(99%) saturate(1989%) hue-rotate(196deg) brightness(103%) contrast(89%)}
.builton-section-container
.builton-section
.builton-sec-row
.content
.bottom
.builton-row
.builton-col
.text{text-align:center}
.builton-section-container
.builton-section
.builton-sec-row
.content
.bottom
.builton-row
.builton-col
.text
h3{font-size:16px;font-weight:600;color:var(--blue);padding:20px 0 10px}
.builton-section-container
.builton-section
.builton-sec-row
.content
.bottom
.builton-row
.builton-col
.text
p{font-size:14px;line-height:22px;color:var(--text)}
.footer-container{background:var(--blue);margin-top:0;padding:22px 0}
.footer-container .footer{display:grid;justify-content:space-between;grid-template-columns:22% 22% 32% 22%}
.footer-container .footer .footer-col .social{margin-top:20px}
.footer-container .footer .footer-col .footer-logo{margin-bottom:15px}
.footer-container .footer .footer-col .footer-logo img{height:60px}
.footer-container .footer .footer-col p{font-size:14px;color:#fff;font-family:"Inter",serif;font-weight:300;line-height:20px}
.footer-container .footer .footer-col h2{font-size:16px;font-family:"Poppins",serif!important;color:#fff;font-weight:500;margin-bottom:20px}
.footer-container .footer .footer-col .address-row{display:grid;align-items:start;margin-bottom:10px;grid-template-columns:10% 90%}
.footer-container .footer .footer-col .address-row .icon{line-height:normal;margin-right:12px}
.footer-container .footer .footer-col .address-row .text{font-size:14px;color:#fff;font-family:"Inter",serif;font-weight:300;line-height:20px}
.footer-container .footer .footer-col .address-row .text a{color:#fff;text-decoration:underline}
.footer-container .footer .footer-col .address-row .text a:hover,.footer-container .footer .footer-col .quick-links ul li a:hover{text-decoration:none}
.footer-container .footer .footer-col .quick-links{display:flex}
.footer-container .footer .footer-col .quick-links > div{width:50%}
.footer-container .footer .footer-col .quick-links ul{list-style:none;margin:0;padding:0}
.footer-container .footer .footer-col .quick-links ul li{line-height:22px}
.footer-container .footer .footer-col .quick-links ul li a{font-size:14px;color:#fff;font-family:"Inter",serif;font-weight:300;text-decoration:underline}
.footer-container .footer .footer-col .quick-links ul li a:hover{color:var(--white)}
.like-table{margin-bottom:20px}
.like-table .like-table-row:first-child .day{border-right:0}
.like-table .like-table-row:last-child .day{border-right:0;border-top:0}
.like-table .like-table-row:last-child .time{border-top:0}
.like-table .like-table-row:nth-child(2) .day,.like-table .like-table-row:nth-child(2) .time{border-top:0}
.like-table .like-table-row:nth-child(2) .day{border-right:0}
.like-table .like-table-row{display:flex}
.like-table .like-table-row .day{font-size:13px;color:#fff;font-family:"Inter",serif;font-weight:300;border:#fff 1px solid;padding:6px 12px;width:140px}
.like-table .like-table-row .time{font-size:13px;color:#fff;font-family:"Inter",serif;font-weight:300;border:#fff 1px solid;padding:6px 12px;width:180px}
.like-table-black{margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center}
.like-table-black td{color:var(--text);font-size:14px;padding:4px 6px;text-align:left}
.copyright{margin-top:22px}
.copyright p{font-size:14px;color:#fff;font-family:"Inter",serif;font-weight:300;text-align:center}
.menu-close,.menu-trigger{display:none}
.tnc-info-box a{text-decoration:none!important}
#wpcf7-f740-o1{margin-top:30px}
.wpcf7-list-item{margin:0;width:100%}
.wpcf7-list-item label{display:flex;align-items:center}
.wpcf7-list-item label input{margin-right:15px}
.tnc-careers *{margin:0;padding:0;box-sizing:border-box}
.tnc-careers{padding:40px 0 10px;background:#fff;font-family:"Inter",sans-serif}
.tnc-container{max-width:1320px;margin:0 auto;padding:0}
.tnc-filter-box{background:#fff;border:1px solid #f2eeee;border-radius:16px;padding:22px;margin-bottom:30px;display:grid;grid-template-columns:22% 78%;align-items:center;box-shadow:0 4px 14px 0 #0000000d}
.tnc-filter-box h2{font-size:24px;line-height:1.3;color:var(--deepblue);font-weight:600}
.tnc-filter-fields{display:grid;grid-template-columns:1.1fr 1fr 1fr 1fr auto;gap:18px;align-items:end}
.tnc-field label{display:block;font-size:14px;font-weight:600;color:var(--text);margin-bottom:6px}
.tnc-field select{width:100%;height:52px;border:1px solid #dce4f2;border-radius:10px;padding:0 16px;background:#fff;color:#3d4d67;font-size:15px;outline:none}
.tnc-search-btn button{height:52px;border:none;background:var(--blue)!important;color:#fff!important;border-radius:10px;padding:0 28px;font-size:15px;font-weight:600;display:flex;align-items:center;gap:10px;cursor:pointer;font-family:"Inter",serif;border:var(--blue) 1px solid}
.tnc-search-btn img{width:16px}
.tnc-main-grid{display:grid;grid-template-columns:2fr 1fr;gap:28px}
.tnc-heading-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}
.tnc-heading-row h2{font-size:30px;color:var(--blue);font-weight:700;margin-bottom:5px}
.tnc-heading-row span{color:#6d7990;font-size:15px}
.tnc-sort{display:flex;align-items:center;gap:12px}
.tnc-sort label{color:#44526b;font-size:14px}
.tnc-sort select{height:48px;border:1px solid #dce4f2;border-radius:10px;padding:0 16px;background:#fff;font-size:14px}
.tnc-job-card{background:#fff;border:1px solid #e5ebf5;border-radius:22px;padding:26px;display:grid;grid-template-columns:75% 20%;gap:22px;margin-bottom:22px;align-items:center;justify-content:space-between}
.tnc-job-icon{width:90px;height:90px;border-radius:50%;background:#f5f8ff;border:1px solid #dfe7f6;display:flex;align-items:center;justify-content:center;display:none}
.tnc-job-icon img{width:44px}
.tnc-job-content h3{font-size:24px;font-weight:700;margin-bottom:12px;color:var(--blue)}
.tnc-meta{display:flex;flex-wrap:wrap;gap:18px;list-style:none;margin-bottom:14px}
.tnc-meta li:first-child{color:var(--blue);font-weight:600}
.tnc-meta li{position:relative;color:#55647f;font-size:14px;padding-left:18px;font-family:"Inter",serif}
.tnc-meta li img{height:18px;position:relative;top:-2px;margin-right:5px}
.tnc-meta li::before{content:"";width:6px;height:6px;background:#7f8ba2;border-radius:50%;position:absolute;left:0;top:8px}
.tnc-job-content p{color:var(--text);font-size:15px;line-height:1.7;margin-bottom:18px}
.tnc-tags{display:flex;flex-wrap:wrap;gap:10px}
.tnc-tags span{padding:8px 14px;border-radius:40px;background:var(--lightbluebg);color:var(--blue);font-size:13px;font-weight:600}
.tnc-job-action{text-align:center}
.tnc-apply-btn{height:52px;background:var(--red);border-radius:10px;color:#fff;font-size:15px;font-weight:600;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:10px}
.tnc-apply-btn img{width:16px}
.tnc-details-btn{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:var(--blue);font-weight:600;font-size:15px}
.tnc-details-btn img{width:14px}
.tnc-sidebar{display:flex;flex-direction:column;gap:24px}
.tnc-side-box{background:var(--lightbluebg);border-radius:20px;padding:28px;border:1px solid #e5ebf5}
.tnc-side-box h3{font-size:24px;color:var(--blue);font-weight:700;margin-bottom:24px}
.tnc-feature-item{display:flex;gap:18px;margin-bottom:24px}
.tnc-feature-item:last-child{margin-bottom:0}
.tnc-feature-icon{width:58px;height:58px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;border:1px solid #dfe7f5;flex-shrink:0}
.tnc-feature-icon img{width:28px}
.tnc-feature-item h4{color:var(--blue);font-size:18px;font-weight:600;margin-bottom:4px}
.tnc-feature-item p{color:var(--text);line-height:1.5;font-size:15px}
.tnc-check-list{list-style:none}
.tnc-check-list li{position:relative;padding-left:30px;margin-bottom:15px;color:var(--text);line-height:1.4;font-size:15px;font-family:"Inter",serif}
.tnc-check-list li::before{content:"";width:17px;height:17px;background:url(../images/icon-check-blue.svg) no-repeat center center;background-size:contain;position:absolute;left:0;top:2px}
.tnc-apply-step{display:flex;gap:18px;margin-bottom:24px}
.tnc-apply-step:last-child{margin-bottom:0}
.tnc-apply-step span{width:44px;height:44px;border-radius:50%;background:var(--blue);color:#fff;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.tnc-apply-step h4{font-size:16px;color:var(--blue);margin-bottom:6px;font-weight:700}
.tnc-apply-step p{color:var(--text);line-height:1.5;font-size:15px}
.tnc-job-list-area{border:#f2eeee 1px solid;border-radius:20px;padding:20px;box-shadow:0 4px 14px 0 #0000000d}
.header-container .header nav .menu-wrapper li.current_page_item a::after{display:none}
.contact-noteheading{margin-top:20px}
.contact-noteheading p{text-align:center;font-size:16px}
.quick-apply-form .form-group-checkbox p > label,.quick-apply-form .form-group-button p > label{display:none!important}
.like-table-faq{margin:0}
.like-table-faq .tnoh{color:var(--blue);width:130px!important;display:inline-block;padding-bottom:2px}
#partnership-option{display:none}
.highligh-sec h3{font-size:16px;font-weight:600;color:var(--deepblue);margin-top:16px}
.highligh-sec p{font-size:15px;line-height:28px;color:var(--text)}
@media (max-width: 1200px) {
.tnc-main-grid{grid-template-columns:1fr}
.tnc-filter-fields{grid-template-columns:1fr 1fr}
}
@media (max-width: 991px) {
.tnc-job-card{grid-template-columns:1fr}
.tnc-job-action{text-align:left}
}
@media (max-width: 767px) {
.tnc-filter-fields{grid-template-columns:1fr}
.tnc-heading-row{flex-direction:column;align-items:center;gap:20px}
.tnc-job-content h3{font-size:26px}
.tnc-heading-row h2{font-size:28px}
.tnc-filter-box h2{font-size:26px}
.tnc-side-box h3{font-size:24px}
}
.wpcf7-not-valid-tip{font-size:14px}
.trust-icons{margin-top:30px}
.trust-icons img{height:40px;border-radius:8px}
.wpcf7-select.placeholder{color:#888!important}
.wpcf7-select option:first-child{color:#888}
.wpcf7-select option:not(:first-child){color:#000}
.wpcf7 form .wpcf7-response-output{font-size:14px}
.wpcf7-select:focus option:first-child,.select-wrapper select:focus option:first-child{display:none}
.select-wrapper{position:relative;width:100%}
.select-wrapper select{width:100%;appearance:none;-webkit-appearance:none;-moz-appearance:none}
.select-wrapper::after{content:"";position:absolute;top:50%;right:18px;width:8px;height:8px;border-right:2px solid #666;border-bottom:2px solid #666;transform:translateY(-70%) rotate(45deg);pointer-events:none}
.contact-popup .tnc-form-row{grid-template-columns:100%;margin-bottom:10px}
.contact-popup .tnc-form-row label{display:block;font-size:14px;font-weight:600;color:var(--text);margin-bottom:6px}
.contact-popup .tnc-form-row input[type="text"],.contact-popup .tnc-form-row input[type="email"]{width:100%;height:50px;border:1px solid #dbe3ec!important;border-radius:10px!important;padding:0 15px!important;font-size:15px;outline:none;transition:.3s;background:#fff}
.contact-popup .tnc-form-row input[type="submit"],.contact-popup .tnc-form-row input[type="button"]{width:100%;height:60px;border:none!important;border-radius:10px!important;background:var(--blue)!important;color:var(--white)!important;font-size:16px!important;font-weight:600!important;cursor:pointer!important;transition:.3s;font-family:"Inter",serif!important}
.contact-popup .tnc-form-row textarea{width:100%;height:100px;border:1px solid #dbe3ec!important;border-radius:10px!important;padding:15px!important;font-size:15px;outline:none;transition:.3s;background:#fff}

.bullet-center .care-path-col .content {text-align: center;}
.bullet-center .care-path-col .content ul {min-height: auto !important;display: inline-block;text-align: center;}
.bullet-center .care-path-col .content ul li {}
#roleFilter option:nth-child(1), #roleFilter option:nth-child(2), #roleFilter option:nth-child(3), #roleFilter option:nth-child(4){text-transform: uppercase}
.custom-page-container {}
.custom-page-container .custom-heading {text-align: center}
.custom-page-container .custom-heading h1 {font-size: 40px;padding: 40px;background: var(--blue);color: var(--white);font-weight: 600;}
.custom-page-container .custom-page {margin-bottom: 60px;margin-top: 30px;}
.custom-page-container .custom-page h2 {font-weight: 600;padding: 30px 0 20px;}
.custom-page-container .custom-page h3 {font-weight: 600;padding: 30px 0 20px;}
.custom-page-container .custom-page h4 {font-weight: 600;padding: 20px 0 10px;}
.custom-page-container .custom-page h5 {font-weight: 600;padding: 20px 0 10px;}
.custom-page-container .custom-page h6 {font-weight: 600;padding: 20px 0 10px;}
.custom-page-container .custom-page ul, .custom-page-container .custom-page ol {margin: 20px 0;}
.custom-page-container .custom-page ul li, .custom-page-container .custom-page ol li {font-size: 15px;line-height: 28px;color: var(--text);font-family: "Inter",serif;}
.custom-page-container .custom-page p {font-size: 15px;line-height: 28px;color: var(--text);font-family: "Inter",serif;margin-bottom: 15px;}


@media (max-width: 1366px) {
.container{width:96%}
.swiper .swiper-slide .caption{width:40%}
.banner-moreinfo{flex-wrap:wrap}
.swiper .swiper-slide .caption .heading{font-size:38px;line-height:50px}
.swiper .swiper-slide .caption p{font-size:15px}
.banner-moreinfo .moreinfo .text p{font-size:14px!important}
.swiper .swiper-slide .caption ul li{font-size:15px}
.search input[type="text"]{width:300px}
.banner-moreinfo .moreinfo{display:grid;grid-template-columns:24% 76%;width:40%}
}
@media (max-width: 1323px) {
.header-container .header nav .menu-wrapper li a,.header-login a{font-size:14px}
.btn{padding:8px 14px;font-size:12px}
.header-container .header nav .menu-wrapper li{padding:0 6px}
}
@media (max-width: 1233px) {
.header-container .header{flex-wrap:wrap;padding-bottom:10px}
.header-container .header .logo{width:100%;text-align:center;margin-top:10px}
.header-container .header nav .menu-wrapper li a{padding:10px 0}
}
@media (max-width: 1207px) {
.header-container .header{flex-wrap:wrap;padding-bottom:10px}
.header-container .header .logo{width:100%;text-align:center;margin-top:10px}
.header-container .header nav .menu-wrapper li a{padding:10px 0}
}
@media (max-width: 1069px) {
.headermenu, .primary-menu-container {width: 100%;}
.header-container .header nav .menu-wrapper {justify-content: center;}
.header-container .header .header-right {width: 100%;justify-content: center;}

}
@media (max-width: 1024px) {
.custom-page-container .custom-heading h1 {font-size: 30px;}
.custom-page-container .custom-page h2 {font-size: 28px;padding: 20px 0 10px;}
.custom-page-container .custom-page h3 {font-size: 24px;padding: 20px 0 10px;}
.custom-page-container .custom-page h4 {font-size: 20px;padding: 20px 0 10px;}
.custom-page-container .custom-page h5 {font-size: 18px;padding: 20px 0 10px;}
.custom-page-container .custom-page h6 {font-size: 16px;padding: 20px 0 10px;}
.custom-page-container .custom-page ul, .custom-page-container .custom-page ol {margin: 15px 0;padding: 0 15px;}
	
.header-container .header .header-right {width: auto;}
.header-container .header .header-right a {font-size: 12px;}
.search input[type="text"]{width:190px}
.search input[type="submit"]{font-size:14px}
.tnc-support-actions .buttons{text-align:center}
.quick-apply-form .form-group-checkbox p > label{display:none!important}
.quick-apply-form .quick-apply-head{grid-template-columns:repeat(2,1fr);display:flex;flex-wrap:wrap;justify-content:space-between}
.quick-apply-form .form-group:last-child,.quick-apply-form .form-group:nth-last-child(2){flex:0 0 100%}
.quick-apply-form .form-group-checkbox label{grid-template-columns:6% 94%!important}
.quick-apply-form .form-group{width:48%}
.swiper .swiper-slide .caption{width:50%}
.header-container .header .logo{width:auto;text-align:left;margin-top:0}
.menu-close,.menu-trigger{display:block}
.container{width:94%}
.top-bar-container .top-bar{flex-wrap:wrap}
.top-bar-container .top-bar .top-bar-left p{font-size:12px}
.headermenu{display:none;position:fixed;width:100%;background:#fff;z-index:9999;top:0;left:0;padding:70px 0 0;height:100vh}
.headermenu.active{display:block}
.header-container{padding:10px 0}
.header-container .header{padding-bottom:0}
.btn{padding:8px 16px}
.menu-trigger{margin-left:25px}
.menu-trigger a img{height:28px}
.header-container .header nav .menu-wrapper li{padding:0;width:100%}
.header-container .header nav .menu-wrapper{flex-wrap:wrap}
.header-container .header nav .menu-wrapper li a{padding:15px;display:block}
.header-container .header nav .menu-wrapper li.current_page_item a,.header-container .header nav .menu-wrapper li a:hover{background:var(--blue);color:#fff;width:100%}
.header-container .header nav .menu-wrapper{padding:0;margin:0}
.menu-close{position:absolute;top:10px;right:80px}
.menu-close a img{height:32px}
.trust-icons{margin-bottom:20px}
.swiper .swiper-slide .caption .heading{font-size:30px;line-height:42px}
.swiper .swiper-slide .caption p{font-size:14px}
.banner-moreinfo .moreinfo .text p{font-size:13px;line-height:18px}
.banner-moreinfo{margin:20px 0;flex-wrap:wrap}
.banner-moreinfo .moreinfo{width:100%;display:flex}
.our-missionvision-container .our-missionvision{grid-template-columns:100%;gap:15px}
.our-missionvision-container .our-missionvision .our-missionvision-col{grid-template-columns:18% 82%}
.whoweare-container .whoweare{grid-template-columns:100%;gap:30px}
.whoweare-container .whoweare .content h2 br,.technology-container .technology .content p br{display:none}
.whoweare-container{padding-bottom:20px}
.servicesmore-container .heading h2,.service-area-container .service-area .heading h2,.need-staffing-support-container .need-staffing-support .content h2,.whoweare-container .whoweare .content h2,.section .heading h2,.our-services-container .our-services .content h2,.technology-container .technology .content h2,.testimonial-container .heading h2,.urgentcare-container .urgentcare .content .text h2,.staffing-options-container .staffing-options .content h2,.banner-morecontent-more .heading h2,.builton-section-container
.builton-section
.builton-sec-row
.content
.header
h2{font-size:30px}
.servicesmore-container .servicesmore{flex-wrap:wrap;gap:20px}
.servicesmore-container .servicesmore .servicesmore-col{width:31%}
.servicesmore-5 .servicesmore-col{width:48.5%!important}
.service-area-container .service-area .service-area-row{flex-wrap:wrap}
.service-area-container .service-area .service-area-row .service-area-col{width:31.5%}
.need-staffing-support-container .need-staffing-support{height:auto;flex-wrap:wrap;gap:20px}
.need-staffing-support-container .need-staffing-support .content{width:100%!important}
.need-staffing-support-container .need-staffing-support .buttons a{padding:10px 24px;margin-right:8px;font-size:14px}
.need-staffing-support-container .need-staffing-support .content p{font-size:15px}
.footer-container .footer{grid-template-columns:48% 48%}
.footer-container .footer .footer-col h2{margin-bottom:10px;margin-top:10px}
.like-table{margin-top:20px}
.banner-container .buttons{flex-wrap:wrap;width:90%}
.urgent-care-container .urgent-care{flex-wrap:wrap}
.urgent-care-container .urgent-care .text{text-align:center}
.urgent-care-container .urgent-care .button{margin-left:0}
.services-container .services{flex-wrap:wrap;gap:20px;justify-content:center}
.services-container .services .services-col{width:31%}
.our-services-container .our-services{flex-wrap:wrap;gap:20px}
.our-services-container .our-services .thumb{margin-right:0;width:100%}
.our-services-container .our-services .thumb img{width:100%}
.our-services-container .our-services .content .service-box .service-item{width:31%}
.urgent-care-container .urgent-care .text p{font-size:15px}
.our-services-container .our-services .content .service-box{justify-content:space-between}
.sec-6 .services-col{width:31%!important}
.technology-container .technology .content .sub-heading{font-size:16px}
.technology-container .technology .content .technology-row{justify-content:center;flex-wrap:wrap}
.technology-container .technology{flex-wrap:wrap;gap:40px}
.technology-container .technology .content .technology-row .technology-col{width:31%}
.technology-container .technology .thumb{width:100%;text-align:center}
.technology-container{margin-bottom:40px}
.trusted-families-container .trusted-families{height:auto;flex-wrap:wrap;gap:20px}
.trusted-families-container .trusted-families .buttons{padding-left:0}
.trusted-families-container .trusted-families .content h2{font-size:30px;line-height:42px}
.trusted-families-container .trusted-families .buttons a{padding:10px 24px;margin-right:8px;font-size:14px}
.trusted-families-container .trusted-families .content .info .info-item span{font-size:14px}
.swiper .swiper-slide .caption ul li{font-size:14px}
.care-pathways-container .care-pathways .care-pathways-row{flex-wrap:wrap}
.care-pathways-container .care-pathways .care-pathways-row .care-path-col{width:100%}
.care-pathways-container
.care-pathways
.care-pathways-row
.care-path-col
.content
ul{min-height:auto}
.section .heading p{font-size:15px}
.ourserv-container .ourserv-row .ourserv-col{width:31%}
.ourserv-container .ourserv-row .ourserv-col h3{font-size:15px;padding-bottom:0}
.discharge-support-container .discharge-support .content .text h2{font-size:30px}
.discharge-support-container .discharge-support .content .text p{font-size:15px}
.discharge-support-container .discharge-support .content .text p br{display:none}
.discharge-support-container .discharge-support .content .text .button a{padding:10px 24px;font-size:14px}
.discharge-support-container .discharge-support .content .icon{height:60px;width:100px}
.discharge-support-container .discharge-support .content .icon img{height:30px}
.discharge-support-container .discharge-support{background:url(../images/banner-hospital-discharge-support.png) no-repeat 14% 0 / cover;height:auto}
.discharge-support-container .discharge-support .content{padding-left:38%}
.whothisfor-container .whothisfor .whothisfor-row .whothisfor-col{width:31%}
.whothisfor-container .whothisfor .whothisfor-row{justify-content:center}
.howitworks-container .howitworks .howitworks-row .howitworks-col .icon{height:80px;width:80px}
.howitworks-container .howitworks .howitworks-row .howitworks-col .icon img{height:36px}
.howitworks-container .howitworks .howitworks-row{gap:50px;flex-wrap:wrap}
.howitworks-container .howitworks .howitworks-row .howitworks-col{width:46%}
.howitworks-container .howitworks .howitworks-row .howitworks-col h3{padding:0 0 10px}
.howitworks-container .howitworks .howitworks-row::before{display:none}
.banner-2-col-container .banner-2-col-row{flex-wrap:wrap;gap:15px}
.banner-2-col-container .banner-2-col-row .banner-2-col{width:100%}
.banner-2-col-container .banner-2-col-row .banner-2-col .content p{font-size:15px}
.urgentcare-container .urgentcare{height:auto;flex-wrap:wrap;justify-content:center;gap:30px}
.urgentcare-container .urgentcare .content .text p{font-size:15px}
.urgentcare-container .urgentcare .content{padding-right:0}
.staffing-options-container .staffing-options{grid-template-columns:100%}
.staffing-options-container .staffing-options .thumb img{border-radius:30px}
.staffing-options-container
.staffing-options
.content
.staffing-ops-row
.staffing-ops-col
.text
h3{font-size:16px}
.whychoose-tnc .services .services-col{width:48%!important}
.better-technology .services .services-col{grid-template-columns:100%}
.better-technology .services .services-col .icon{text-align:center;margin:0 0 14px}
.better-technology .services .services-col .text{text-align:center}
.ourservices-container .ourservices .ourserivces-row .ourservices-col{width:48%}
.ourservices-container
.ourservices
.ourserivces-row
.ourservices-col
.icon
img{height:48px}
.whychoose-service-container .whychoose-service{grid-template-columns:100%}
.whychoose-service-container .whychoose-service .content p br{display:none}
.whychoose-service-container
.whychoose-service
.content
.whychoose-service-row
.whychoose-service-col{grid-template-columns:18% 82%;width:48%}
.quick-apply-container{padding:20px}
.quick-submit-btn br{display:none}
.tnc-form-row,.tnc-info-grid{grid-template-columns:1fr 1fr}
.tnc-contact-wrapper{padding:40px 20px;margin-top:20px}
.tnc-map-overlay{position:absolute;width:320px;right:30px;border-radius:0;bottom:30px}
.tnc-faq-grid{grid-template-columns:1fr 1fr}
.faq-box .servicesmore-col .text{margin-bottom:20px;min-height:auto}
.faq-box .servicesmore-col{width:48%!important;padding:20px!important}
.faq-question span{font-size:18px}
.help-section-container .services-col{width:48%!important}
.help-section-container{padding:30px 0}
.two-sections-container .two-sections{grid-template-columns:100%;gap:20px}
.banner-morecontent-container
.banner-morecontent
.banner-morecontent-row
.banner-morecontent-col{grid-template-columns:100%;border-right:0}
.banner-morecontent-container
.banner-morecontent
.banner-morecontent-row
.banner-morecontent-col
.icon{margin:0 auto 15px;height:80px;width:80px}
.banner-morecontent-container
.banner-morecontent
.banner-morecontent-row
.banner-morecontent-col
.icon
img{height:46px}
.banner-morecontent-container
.banner-morecontent
.banner-morecontent-row
.banner-morecontent-col
.text{text-align:center}
.banner-morecontent-container
.banner-morecontent
.banner-morecontent-row
.banner-morecontent-col
.text
p
br{display:none}
.banner-morecontent-container .banner-morecontent .banner-morecontent-row{align-items:flex-start}
.policy-footer{grid-template-columns:100%}
.services-look-flex .servicesmore-col{width:48%!important}
.account-howto-container .account-howto-row{flex-wrap:wrap;gap:20px}
.account-howto-container .account-howto-row .account-howto-col{width:48%}
.servicesmore-2 .servicesmore-col{grid-template-columns:20% 80%!important}
.tnc-support-bar-1-row{flex-wrap:wrap}
.tnc-more-links .tnc-more p{color:#fff;font-size:13px}
.servilabs-left{text-align:center}
.servilabs-left p{max-width:100%}
.waitlist-left{align-items:center}
.waitlist-content p{text-align:center}
.waitlist-content p br{display:none}
.waitlist-content{text-align:center;padding:0 6%}
#care-pathways-1 .care-path-col{width:48%!important}
.note-text .icon{width:24px;height:24px}
.note-text{align-items:flex-start}
.cq-title{font-size:30px}
.cq-section{padding:10px 20px}
.cq-question{font-size:18px}
.cq-content p{font-size:15px}
.resources-wrapper{margin:10px auto;padding:20px}
.article-grid,.resource-grid{grid-template-columns:1fr 1fr}
.article-title,.resource-title{font-size:18px}
.help-graphic img{height:100px}
.tnc-support-left p br{display:none}
.with-subscribe .tnc-support-actions{width:100%}
.tnc-support-icon{width:160px}
.servicesmore-4 .servicesmore-col{width:48%!important}
.for-section-container .for-section{grid-template-columns:100%;gap:20px}
.builton-section-container .builton-section .builton-sec-row{grid-template-columns:100%;gap:30px}
.builton-section-container .builton-section .builton-sec-row .content{padding:0}
.builton-section-container
.builton-section
.builton-sec-row
.content
.bottom
.builton-row{justify-content:space-between;gap:30px;flex-wrap:wrap}
.builton-section-container
.builton-section
.builton-sec-row
.content
.bottom
.builton-row
.builton-col{width:45%;padding:0 30px}
.tnc-support-actions .buttons a{font-size:14px;padding:10px 24px;display:inline-flex!important;justify-content:center}
.tnc-support-actions .buttons{text-align:center}
.tnc-container{max-width:94%}
.tnc-filter-box{grid-template-columns:100%}
.tnc-filter-box h2{margin-bottom:15px}
.tnc-filter-box h2 br{display:none}
.tnc-job-action{text-align:center}
}
@media (max-width: 1024px) and (orientation: landscape) {
.our-missionvision-container .our-missionvision .our-missionvision-col{grid-template-columns:15% 85%}
.discharge-support-container .discharge-support .content .icon{width:70px}
}
@media (max-width: 767px) {
.custom-page-container .custom-heading h1 {font-size: 26px;line-height: 34px;}

	
.header-container .header{flex-wrap:wrap;gap:20px}
.header-container .header .header-right a{margin-left:0;font-size:12px;padding:6px 8px;border-radius:8px}
.header-container .header .logo{width:100%;text-align:center}
.menu-trigger{margin-left:10px;position:absolute;right:0;top:0}
.header-container .header .header-right{width:100%;gap:5px;justify-content:center}
.menu-close{top:10px;right:10px}
.swiper .swiper-slide .caption .heading{font-size:24px;line-height:32px;margin-bottom:10px}
.swiper .swiper-slide .caption .heading br{display:none}
.banner-container .buttons{width:100%}
.swiper{height:600px}
.swiper .swiper-slide .caption{padding-right:8%}
.banner-moreinfo{display:none}
.services-container .services .services-col,.our-services-container .our-services .content .service-box .service-item,.sec-6 .services-col,.technology-container .technology .content .technology-row .technology-col,.service-area-container .service-area .service-area-row .service-area-col,.servicesmore-container .servicesmore .servicesmore-col,.servicesmore-container .servicesmore .servicesmore-col,.ourserv-container .ourserv-row .ourserv-col,.whothisfor-container .whothisfor .whothisfor-row .whothisfor-col,.howitworks-container .howitworks .howitworks-row .howitworks-col,.whychoose-service-container
.whychoose-service
.content
.whychoose-service-row
.whychoose-service-col{width:100%!important}
.quick-apply-form .form-group{width:100%}
.container{width:90%}
.header-login{margin-left:15px!important;width:130px;display:flex;align-items:center}
.section{padding:30px 0}
.our-services-container .our-services .content h2{margin-bottom:20px}
.technology-container{margin-top:10px}
.technology-container .technology .content p{padding-right:0}
.trusted-families-container .trusted-families{padding:30px}
.trusted-families-container .trusted-families .content h2{font-size:24px;line-height:32px}
.trusted-families-container .trusted-families .content .info{gap:0;flex-wrap:wrap}
.trusted-families-container .trusted-families .content .info .info-item{width:100%}
.trusted-families-container .trusted-families .buttons{display:flex;flex-wrap:wrap;gap:10px}
.footer-container .footer .footer-col p br,.swiper .swiper-slide .caption p br{display:none}
.footer-container .footer .footer-col{width:100%}
.copyright p{text-align:left}
.banner-moreinfo .moreinfo{align-items:center}
.banner-moreinfo .moreinfo .icon img{height:20px}
.banner-moreinfo .moreinfo .icon{margin-right:10px;width:20px}
.banner-moreinfo{gap:0}
.swiper .swiper-slide .caption p{font-size:13px}
.our-missionvision-container .our-missionvision .our-missionvision-col{grid-template-columns:100%;grid-gap:20px}
.our-missionvision-container .our-missionvision .our-missionvision-col .icon{margin:0 auto}
.our-missionvision-container .our-missionvision .our-missionvision-col .text{text-align:center}
.whoweare-container .whoweare .content{padding-right:0}
.secmoreinfo-container{position:static;transform:none;display:flex;gap:20px;padding:20px 0;width:100%;flex-wrap:wrap}
.secmoreinfo-container .secmoreinfo .icon{width:30px}
.secmoreinfo-container .secmoreinfo{width:45%}
.services-look-flex .servicesmore-col{grid-template-columns:15% 85%}
.need-staffing-support-container .need-staffing-support{padding:30px 10px;height:auto;text-align:center}
.need-staffing-support-container .need-staffing-support .buttons{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}
.section .extraline::after{display:none}
.menu-trigger a{padding:0!important}
.section .heading p{margin-top:10px}
.section .heading{margin-bottom:20px}
.discharge-support-container .discharge-support{padding:20px}
.discharge-support-container .discharge-support .content{flex-wrap:wrap;justify-content:center;background:#fffc;padding:20px;border-radius:20px}
.discharge-support-container .discharge-support .content .icon{height:60px;width:60px}
.discharge-support-container .discharge-support .content .text{margin-top:15px;}
.discharge-support-container .discharge-support .content .text h2{font-size:24px;text-align: center;}
.discharge-support-container .discharge-support .content .text .button {text-align: center;}
.howitworks-container .howitworks .howitworks-row{margin-top:30px;gap:30px}
.howitworks-container .howitworks .howitworks-row .howitworks-col{border-bottom:#eee 1px solid;padding-bottom:30px}
.testimonial-container{margin:20px 0}
.banner-2-col-container .banner-2-col-row .banner-2-col{flex-wrap:wrap;justify-content:center}
.banner-2-col-container .banner-2-col-row .banner-2-col .content{order:2;text-align:center;margin-top:15px}
.banner-2-col-container .banner-2-col-row .banner-2-col .content p br,.need-staffing-support-container .need-staffing-support .content h2 br,.whychoose-service-container .whychoose-service .content h2 br{display:none}
.banner-2-col-container .banner-2-col-row .banner-2-col .icon{order:1}
.banner-2-col-container .banner-2-col-row .banner-2-col .icon img{height:80px}
.banner-2-col-container .banner-2-col-row .banner-2-col .content h2{font-size:24px;line-height:32px}
.urgentcare-container .urgentcare .content{flex-wrap:wrap;text-align:center}
.urgentcare-container .urgentcare .content .icon{margin:0 auto 15px}
.urgentcare-container .urgentcare .buttons .btn{padding:10px 24px;font-size:15px;margin-bottom:5px}
.urgentcare-container .urgentcare .buttons .no-btn{font-size:15px}
.staffing-options-container
.staffing-options
.content
.staffing-ops-row
.staffing-ops-col{border-radius:20px;width:100%;grid-template-columns:100%}
.staffing-options-container
.staffing-options
.content
.staffing-ops-row
.staffing-ops-col
.icon{margin:0 auto 15px}
.staffing-options-container
.staffing-options
.content
.staffing-ops-row
.staffing-ops-col
.text{text-align:center}
.staffing-options-container
.staffing-options
.content
.staffing-moreinfo
.staffing-more-col{width:40%}
.staffing-options-container .staffing-options .content .staffing-moreinfo{flex-wrap:wrap}
.staffing-options-container .staffing-options .content{padding:25px}
.staffing-options-container .staffing-options .content .staffing-ops-row{margin:20px 0!important}
.staffing-options-container .staffing-options .content .staffing-moreinfo{gap:15px;padding:15px;border-radius:20px}
.staffing-options-container
.staffing-options
.content
.staffing-moreinfo
.staffing-more-col
.icon
img{height:28px}
.ourservices-container .ourservices .ourserivces-row .ourservices-col{width:100%;grid-template-columns:100%}
.care-pathways-container .care-pathways .care-pathways-row .care-path-col{padding:30px}
.whychoose-service-container .whychoose-service .content h2{font-size:30px}
.form-group input,.form-group select{height:56px;font-size:15px}
.quick-submit-btn{font-size:16px;width:100%}
.content-flex{flex-wrap:wrap}
.content-flex .icon{margin:0 auto 15px}
.quick-apply-container{margin-bottom:10px}
.tnc-form-row,.tnc-info-grid{grid-template-columns:1fr}
.tnc-contact-wrapper{margin-top:0;padding:20px 0}
.tnc-location-list a{font-size:15px}
.tnc-support-left{flex-wrap:wrap;text-align:center}
.tnc-support-actions .buttons a{margin-bottom:10px}
.tnc-section-heading p{font-size:15px}
.tnc-section-heading h2{font-size:30px}
.tnc-faq-grid{grid-template-columns:1fr}
.tnc-bottom-contact .content{flex-wrap:wrap}
.tnc-bottom-contact .content .icon{margin:0 auto 15px}
.tnc-bottom-actions{flex-wrap:wrap}
.tnc-bottom-actions a{padding:10px 24px;font-size:14px}
.search input[type="text"]{width:160px}
.faq-answer-inner{padding:0}
.two-sections-container .two-sections .weserve-proud .weserve-proud-row{grid-template-columns:100%}
.two-sections-container
.two-sections
.weserve-proud
.weserve-proud-row
.thumb{margin-top:20px}
.two-sections-container
.two-sections
.weserve-proud
.weserve-proud-row
.content
.tnc-city-list{display:flex;flex-wrap:wrap}
.banner-morecontent-container .banner-morecontent .banner-morecontent-row{flex-wrap:wrap;gap:30px}
.banner-morecontent-container
.banner-morecontent
.banner-morecontent-row
.banner-morecontent-col{width:100%}
.faq-wrapper{border:0}
.faq-question span{font-size:16px}
.account-howto-container .account-howto-row .account-howto-col{width:100%}
.tnc-more-links{gap:9px;justify-content:flex-start;margin-top:20px;flex-wrap:wrap}
.servilabs-left h2{font-size:30px;line-height:40px}
.servilabs-left p br{display:none}
.servi-feature h3{font-size:20px}
.servilabs-left p,.servi-feature p,.waitlist-content p{font-size:15px}
.waitlist-content h3{font-size:30px;line-height:40px}
.privacy-note p{font-size:14px;display:flex;align-items:center}
.privacy-note p img{margin-right:6px}
.bottom-features{grid-template-columns:1fr}
.bottom-item{padding:20px;gap:14px}
#care-pathways-1 .care-path-col{width:100%!important}
.howitworks-container .howitworks .howitworks-row .howitworks-col p{font-size:14px;line-height:24px}
.note-text{align-items:start;display:grid;grid-template-columns:9% 91%}
.whoweare-container .whoweare .content{padding:0}
.section-head{flex-wrap:wrap;text-align:center}
.section-head a{width:100%;margin-top:12px;justify-content:center}
.article-grid,.resource-grid{grid-template-columns:1fr}
.tnc-support-actions .form input[type="text"],.tnc-support-actions .form input[type="email"]{width:160px}
.for-section-container .for-section .for-section-col .bg{opacity:.3;z-index:0}
.for-section-container .for-section .for-section-col .content{position:relative}
.builton-section-container
.builton-section
.builton-sec-row
.content
.bottom
.builton-row
.builton-col{width:100%}
.footer-container .footer{grid-template-columns:100%}
.footer-container .footer .footer-col h2{margin-top:20px}
.footer-container .footer .footer-col .address-row{margin-bottom:4px}
.footer-container .footer .footer-col .footer-logo img{height:50px}
.footer-container .footer .footer-col .footer-logo{margin-bottom:5px}
.tnc-support-bar{height:auto}
.tnc-support-icon{margin:0 auto}
.tnc-support-actions{margin-left:0;text-align:center;margin-top:20px}
.quick-apply-form .quick-apply-head{display:flex;flex-wrap:wrap}
.quick-apply-form .form-group-checkbox label{grid-template-columns:14% 86%!important}
.form-info p{width:70%}
.form-info{align-items:flex-start;margin-top:8px}
.form-info .icon{position:relative;top:-6px}
.tnc-section-heading{text-align:center}
.tnc-bottom-contact{height:auto;text-align:center}
.tnc-bottom-contact .content .text{text-align:center;width:100%}
.tnc-bottom-actions{margin-left:0;justify-content:center;margin-top:20px}
.tnc-filter-box h2{text-align:center;font-size:24px}
.tnc-filter-fields{gap:10px}
.tnc-search-btn button{width:100%;text-align:center;justify-content:center}
.page-template-faq .swiper .swiper-slide .caption{width:90%}
.page-template-faq .swiper .swiper-slide .caption p{padding-right:60%}
.page-template-faq .swiper .swiper-slide .caption .heading{padding-right:50%}
.two-sections-container .two-sections .still-need .still-need-row{grid-template-columns:100%}
.two-sections-container .two-sections .still-need .still-need-row .thumb{margin-bottom:15px}
.two-sections-container .two-sections .still-need .still-need-row .content{padding-left:0}
.two-sections-container .two-sections .still-need .button a{width:100%;font-size:14px;padding:10px 16px}
.two-sections-container
.two-sections
.still-need
.still-need-row
.content
.tnc-support-info
li,.two-sections-container
.two-sections
.still-need
.still-need-row
.content
.tnc-support-info
li
a{font-size:14px}
.two-sections-container .two-sections .still-need .button{margin-top:20px}
.tnc-support-bar-1-row{gap:10px}
.button-flex{margin-top:10px}
.ourservices-container .ourservices .ourserivces-row .ourservices-col .icon{text-align:center;margin-bottom:15px}
.ourservices-container
.ourservices
.ourserivces-row
.ourservices-col
.content{text-align:center}
.care-pathways-container
.care-pathways
.care-pathways-row
.care-path-col
.content
.buttons{text-align:center}
.quick-apply-form .form-group-button label{display:none}
.quick-apply-form .form-group-checkbox p > label{display:none!important}
.need-staffing-support-container .need-staffing-support .buttons a{min-width:200px!important}
}

@media (max-width: 390px) {
	.header-container .header .header-right a {font-size: 10px;padding: 6px;}
}