/*FONTS CSS*/
@import url(font-icons.css);
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css');/* font-family:'font-awesome'; */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap'); /* font-family:'Poppins', sans-serif; */

*{margin:0; padding:0; -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-touch-callout:none;}
:focus{outline:none;}
html{-webkit-text-size-adjust:none;height:100%;}
body{font-size:12px; font-family:'Poppins', cursive!important;color:#000;font-weight:normal;height:100%;line-height:normal;background:#ffffff;}
a{text-decoration:none; outline:none; color:#066acc;cursor:pointer;}
a:hover, a:focus{text-decoration:none; outline:none;color:#066acc;}
.btn:hover, .btn:focus, .btn.focus{outline:none;}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus{outline:none; box-shadow:none;}
img{padding:0; margin:0; max-width:100%; border:none;}
p{line-height:1.2em; font-size:16px; color:#000000; font-weight:normal;}
figure{margin:0px;padding:0px;}
figure img{width:100%;height:100%;}
/*HEADING CSS*/
h1, h2, h3, h4, h5, h6, p{font-weight:normal; margin:0; padding:0; display:block; color:#000; line-height:1.2em;}

/*LIST CSS*/
ul, ul li, ol, ol li{padding:0; margin:0; list-style:none;}

/*INPUT CSS*/
.form-group{float:left; width:100%; margin-bottom:15px; position:relative;}
.input-group{float:left; width:100%; position:relative;}
select, select option{width:100%; box-sizing:border-box; -moz-appearance:none; -webkit-appearance:none; border-radius:0;}

.form-control{float:left; width:100%; font-size:18px; font-weight:500; line-height:normal; outline:none; height:56px; color:#252730; border:none; background:#eff4f8; padding:0 16px; border-radius:50px !important; transition:all 0.4s ease 0s; font-family:'Poppins', sans-serif;}
.form-control:focus,
.form-control:active{outline:none;transition:all 0.3s ease 0s;box-shadow:none; background:#eff4f8; color:#252730;}
.form-control:disabled{background:#f2f2f2; color:#C7C6C6;}

input[type="submit"], input[type="text"], input[type="password"], textarea{-webkit-appearance:none;}
input[type="submit"], button{cursor:pointer; border:0;}
textarea.form-control{resize:vertical; height:172px; border-radius:25px !important;}
.addon{display:flex; align-items:center;}
.input-label{float:left; width:100%; color:#111; font-size:14px; margin-bottom:2px;}

input::-ms-clear, select::-ms-clear, textarea::-ms-clear{display:none;}
input::-ms-expand, select::-ms-expand, textarea::-ms-expand{display:none;}
.custom-select select:focus::-ms-value{color:transparent; font-size:0; background:transparent;}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button{ -webkit-appearance:none; margin:0;}
input[type='number']{-moz-appearance:textfield;}

.placeholder{cursor:auto; line-height:1.2em; position:absolute; top:16px; left:10px; transform-origin:left top; pointer-events:none; color:#252730; max-width:calc(100% - 30px); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; transition:transform 450ms cubic-bezier(0.23,1,0.32,1); font-size:18px; padding:0 6px !important; background:#eff4f8;font-family:'Poppins', sans-serif;font-weight:500;}
.form-control:focus ~ .placeholder{transform:translate(0, -14px); max-width:100%; color:#252730;}
.form-control.is-filled ~ .placeholder{transform:translate(0, -14px); max-width:100%; color:#252730;font-size:10px;background:none!important;}
.form-control:focus ~ .placeholder .required,
.form-control.is-filled ~ .placeholder .required{font-size:14px;}

.is-filled ~ .placeholder{transform:translate(0, -14px); max-width:100%; color:#252730;font-size:10px;background:none!important;}
.is-filled ~ .placeholder .required{font-size:14px;}

.input-group.disabled-filed .form-control{background:#fafafa; pointer-events:none;}
.form-control:focus, .form-control.is-filled, .select-span.is-filled{border-color:#7e7e7e;}
.input-group>.form-control:focus, .input-group>.form-select:focus{z-index:0;}
.invalid-code .form-control{border-color:#ed1c24;}
.invalid-code .placeholder{color:#ed1c24 !important; transform:translate(0, -22px); background:#ffffff!important;}
.alert-label{float:left; width:100%; color:#DE1E35; font-size:11px;margin-top:5px; padding-left:2px; display:none;}
.alert-label.show-error, .invalid-code .alert-label, .dob-invalid .alert-label{display:block;}
.filed-info{float:left; width:100%; color:#f00; font-size:14px; margin-top:5px; text-align:left; font-weight:600;}

.add-form-group{float:left; width:100%;}
.form-group-row{flex:1; margin:0 -4px; display:flex;}
.group-col{flex:1; padding:0 4px;}
.group-label{float:left; width:100%;padding-bottom:8px;}

/*Select Box Css*/
.custom-select{float:left;width:100%;display:inline-block; position:relative; cursor:pointer;}
.select-span{float:left; width:100%;font-size:13px; outline:medium none;height:40px; color:#fff; border:0; border:1px solid #fff; background:#124db3; line-height:44px; padding:0 10px; transition:all 0.4s ease 0s;border-radius:4px; position:relative; font-weight:600;}
.custom-select select{border:0; font-size:14px; padding:0 30px 0 6px; height:100%;background:none;position:absolute;top:0;left:0;z-index:1;color:rgba(0, 0, 0, 0);cursor:pointer;}
.custom-select .select-span{padding-right:14px;} 
.custom-select select option{color:#111;}
.custom-select:after{position:absolute;top:0;display:flex;align-items:center;height:100%;right:12px;content:'\e9bd'; font-family:'icon';pointer-events:none;font-size:10px;color:#232D3F;padding-top:2px;}
.invalid-code .select-span{border-color:#ed1c24;}
.invalid-code .custom-select:after{right:16px;}
.custom-select .is-filled + .select-span{border-color:#041d2d;}
select{padding:5px 10px;width:100%;background:url(../images/select_arrow.svg) no-repeat calc(100% - 14px) center;cursor:pointer;background-size:12px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#fff;border:solid 1px #e8e8e8;color:#818181;font-size:14px;}
select:active,select:focus{border-color:#066acc!important;}

/*NORMAL CSS*/
::selection{background:#066acc;color:#ffffff;}
::-moz-selection{background:#066acc;color:#ffffff;}
.clearfix{clear:both;}
.event-none{pointer-events:none;}
.wcard{float:left; width:100%;background:#ffffff;box-shadow:0px 0px 5px rgb(0 0 0 / 15%);}
/*BUTTON CSS*/
.btn{display:inline-block;padding:0 18px;text-align:center;color:#0a0a10;font-size:16px;font-weight:500;line-height:42px;height:42px;border-radius:2px;background:#f9f9f9;-webkit-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s; border:0;font-family:'Poppins', sans-serif;}

.primary-btn{background:#066ACC;color:#ffffff;width:100%;}
.primary-btn:hover,.primary-btn:active,.primary-btn:focus{background:#001936;color:#ffffff;}
.secondry-btn{background:#6600cc;color:#ffffff;}
.secondry-btn:hover,.secondry-btn:active,.secondry-btn:focus{background:rgba(117, 13, 220, 0.7);color:#ffffff;}
.disable-btn{pointer-events:none;background:#a4a4a4;color:rgba(13, 15, 25, 0.7);}

/* CSS*/
.block{width:100%; float:left;}
.icon{display:inline-block;font-size:20px;vertical-align:middle;}
.bg-none{background:none;box-shadow:none;}
.pointer-none{pointer-events:none;cursor:default;}
.text-justify{text-align:justify;}
.disabled{pointer-events:none; opacity:0.5;}
.spinner-border{color:#6600cc;}

/* AlertCSS */
.alert{border:none;border-radius:0px;border-left:4px solid;font-size:16px;color:#000000;}
.alert-warning{background:#FFFAF1;border-color:#FEB023;}
.alert-danger{border-color:#a94442;}
.alert-success{border-color:#3c763d;}
.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=60);opacity:.6;}
/* AlertCSS */

/*Alert Message CSS*/
.alert-card{float:left; width:100%;}
.alert-card-outer{float:left; width:100%; display:flex; border-radius:4px; background:#dee1e3; padding:4px 24px 4px 8px;position:relative;border:1px solid #d9d9d9;}
.alert-icons{float:left; margin-right:8px;}
.alert-icons .icon{font-size:22px;}
.alert-content{float:left; flex:1;}
.alert-content h3{font-size:14px;}
.alert-content p{font-size:14px;}

.warning-alert .alert-card-outer{background:#fad701;}
.success-alert .alert-card-outer{background:#d4edda; align-items:center; border-color:#c3e6cb;}
.error-alert .alert-card-outer{background:#f8d7da; align-items:center; border-color:#f5c6cb;}
.alert-card{margin-top:10px;}
.alert-card.success-alert .alert-icons i{color:#078b26;}
.alert-card.error-alert .alert-icons i{color:#b81c2a;}
.alert-card.error-alert .alert-content p{color:#b81c2a;}
.alert-card.success-alert .alert-content p{color:#078b26;}
.alert-msg{width:100%; float:left; text-align:left; color:#db5454; font-size:12px; margin-top:3px;}
.alert-cross{float:right;width:30px;text-align:center;position:absolute;top:0px;right:0px;height:100%;align-items:center;margin:0px auto;display:flex;justify-content:center;cursor:pointer;}
.alert-cross .icon{font-size:12px;color:#010101;font-weight:bold;}

/*Loading CSS Start*/
.loading-block{position:fixed; float:left; width:100%; top:0; left:0; right:0; bottom:0; z-index:1; z-index:3;text-align:center; background:#ffffff;}
.loading-block.content-loader{position:absolute; height:100%;}	
.loading-block.content-relative{position:relative; height:160px; background:none; z-index:1;}
/*Loading CSS END*/

/*CAROUSEL CSS*/
.owl-carousel, .owl-loaded{position:relative;}
.owl-wrapper-outer, .owl-stage-outer{float:left;width:100%;overflow:hidden;}
.owl-item{float:left;}
.owl-dots{float:left;width:100%;text-align:center;margin-top:6px;}
.owl-controls{display:block;}
.owl-buttons, .owl-nav{display:block;text-align:center;z-index:1;}
.owl-buttons .owl-prev, .owl-buttons .owl-next, .owl-nav button{display:flex;cursor:pointer;text-indent:0;position:absolute;top:0;height:100%;vertical-align:middle;text-align:center;align-items:center;left:6px;z-index:1;padding-bottom:0;width:18px;}
.owl-buttons .owl-next, .owl-nav button.owl-next{right:6px;left:auto;justify-content:flex-end;}
.owl-buttons .owl-next .icon, .owl-buttons .owl-prev .icon, .owl-nav button i{font-size:10px;color:#23800c;padding:0;}
.owl-buttons > div.disabled, .owl-nav button.disabled{opacity:0.4;}
.owl-dots.disabled, .owl-nav.disabled{display:none;}
.owl-nav button{background:none;border:0;outline:none;}
.owl-dots .owl-dot{display:inline-block; margin:0 3px; width:10px; height:10px; border-radius:50%; background:#a8a8a8; border:0;}
.owl-dots .owl-dot.active{background:#ffffff;}
.news-slider .owl-dots .owl-dot.active{background:rgb(27, 108, 204);}

/*Page CSS*/
.main_wrap{min-height:100%;}
.hide-overflow{overflow:hidden;}

/*Top BAR CSS*/
.header-top-bar{float:left; width:100%;padding:8px 0px;border-bottom:1px solid rgba(208, 225, 240, 0.3);}
.header-top-inner{float:left; width:100%;display:flex; align-items:center;justify-content:end;}
.social-top-link{float:left;}
.social-top-link .social-list{margin:0px;padding:0px;}
.social-list{float:left; width:100%;}
.social-list li{list-style:none;display:inline-block;padding:0px 0px 0px 8px;}
.social-icon{background:rgb(27, 108, 204);height:26px;width:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ffffff;}
.social-top-link .social-list li a:hover .social-icon{background:#00c0ff;}

/* Language Select */
.language-translate{float:left;margin-right:12px;}
.language-select{float:left; width:100%;min-width:122px;}
.select-box{float:left;width:100%;position:relative;}
.select-label{position:relative;float:left;width:100%;font-size:12px;height:34px;color:#ffffff;border:2px solid #c5c5c5;line-height:30px;padding:0 30px 0 10px;border-radius:30px;z-index:1;cursor:pointer;background:none;}
.select-option{float:left;width:100%;}
.select-label .icon-chevron-bottom{position:absolute;right:10px;top:0;height:100%;display:flex;align-items:center;pointer-events:none;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;transition:all 0.3s ease;}
.select-drop{display:none;position:absolute;top:100%;left:0;right:0;z-index:3;background-color:#ffffff;border:2px solid #c5c5c5;border-radius:4px;overflow:hidden; 	flex-direction:column-reverse;}
.select-drop ul{float:left;width:100%;position:relative;overflow:auto;padding:0px;}
.select-drop ul li{float:left;width:100%;border-bottom:1px solid #c5c5c5;padding:5px 5px;cursor:pointer;}
.select-drop ul li:last-child{border-bottom:none;}
.select-drop ul li:hover .lg-name{color:#1b6ccc;}
.select-language{float:left;width:100%;display:flex;align-items:center;flex:1;}
.select-language figure{width:18px;min-width:18px;float:left;display:flex;align-items:center;margin:0;margin-right:6px;padding:0;border-radius:0;}
.select-language figure img{float:left;width:100%;}
.select-language .lg-name{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden;color:#252730;font-weight:500;}
.select-label .icon{position:absolute;right:10px;top:0;height:100%;display:flex;align-items:center;font-size:10px;pointer-events:none;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;color:#000000;transition:all 0.3s ease;}
.select-label.select-drop-active .icon{transform:rotate(180deg);-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;transition:all 0.3s ease;}
/* select-box */
/*Top BAR CSS*/

/* Header CSS*/
.header{width:100%;float:left;position:relative;background:#ffffff;position:-webkit-sticky;position:sticky;top:0; z-index:3; box-shadow:0px 3px 12px 0px rgba(29, 46, 66, 0.25);}
.header-bottom{float:left;width:100%;padding:5px 0px; display:flex; justify-content:center; align-items:center;}
.header .container{position:relative;height:100%;align-items:center; justify-content:space-between;}
.header-bottom .container{float:left; width:100%;}
.header .col{display:flex;flex-wrap:wrap;align-items:center;position:relative;}
.header .col.col-left{width:236px;max-width:236px;transition:max-width .3s ease;}
.logo{float:left;width:100%;margin:0px;position:relative;z-index:1;}
.logo .logo-link,.logo a{ float:left; width:100%; position:relative;}
.logo-fig{float:left;width:100%;line-height:normal;margin:0px;padding:0px;}
.logo-fig img{float:left;width:100%;height:100%;}

.header .col.col-right{position:relative; flex:initial;}
.mobile-navbar{float:left;display:none;}
.mobile-navbar .icon{cursor:pointer;font-size:24px;color:#000000;}
.col-inner{float:left;width:100%;display:flex;flex-wrap:wrap;align-items:center;}
.nav-action-block .btn{line-height:39px;height:39px;font-size:16px;font-weight:700;padding-top:1px;}
.nav-block{float:left;}
.nav{list-style:none;justify-content:center;}
.main-menu-menu{min-height:82px;display:inline-flex; align-items:center; width:100%; flex:1;margin:0px; padding:10px 0px;}
.main-menu-nav{justify-content:flex-end; float:left;}
.main-menu-nav > li{float:left; padding:0px;position:relative; margin:0px;margin-left:2px;}
.main-menu-nav > li:first-child{margin-left:0px;}
.main-menu-nav > li > a{float:left; display:flex;padding:5px;position:relative;align-items:center;}
.main-menu-nav > li > a span{float:left; font-size:16px;font-weight:500;color:#252730;line-height:18px;padding:0px 3px;position:relative;transition:all 0.3s ease;}
.main-menu-nav > li > a:before{position:absolute;left:0px;bottom:0px;height:26px;background:rgba(0, 207, 255, 0.3);content:'';margin:auto;top:0px;width:0px;transition:width .3s ease;}
.main-menu-nav > li:hover > a:before,
.main-menu-nav > li.active > a:before,
.main-menu-nav > li.current-menu-parent > a:before,
.main-menu-nav > li.current-menu-item > a:before{width:29px;}

ul.sub-menu li{position:relative;display:block;float:left;width:100%;border-bottom:1px solid #c5c5c5;} 
ul.sub-menu li:last-child{border:none;} 
ul.sub-menu li a{font-size:14px;font-weight:500;color:#252730;line-height:18px;padding:10px 8px;position:relative;float:left;width:100%;}
ul.sub-menu li.current-menu-item a,
ul.sub-menu li a:hover{color:#1b6ccc;}
.menu-dropdown .icon{color:#252730;font-size:12px;margin-left:6px;}
.menu-dropdown > a{justify-content:space-between;}

.nav-action-block{float:right;margin-left:14px;}
.action-nav li + li{padding-left:17px;}
.nav-top{display:none;position:absolute;right:-36px;top:12px;}
.nav-top-inner{float:left; width:100%;}
.nav-top a.icon{float:left;font-size:20px;color:#fff;}
.nav-top span.close-icon{height:22px;width:22px;}

/* Fixed Header */
.header.fixed .logo-fig.base-logo{opacity:0;visibility:hidden;}
.header:not(.fixed) .logo-fig.fixed-logo{opacity:0;visibility:hidden;}
.header .logo-fig.fixed-logo{position:absolute;top:0px;left:0px;height:100%;width:100%;right:0px;bottom:0px;}

@media(min-width:1200px){
	.header.fixed{margin-bottom:35.559px;}
	.header.fixed .col.col-left{max-width:180px;}
	.header.fixed .main-menu-nav > li > a span{padding:0;transition:all 0.3s ease;}
}


/* Footer Start*/
.footer-section{background:url(../images/footer-bg-1.png) no-repeat;padding-top:25vmin;position:relative;background-size:cover;}
.footer-section:before{position:absolute;content:"";left:0; width:100%; bottom:0; height:50%; background:rgba(12,77,154, 1);z-index:-1;}

.quick-contact{float:left;width:100%;margin-bottom:40px;}
.quick-contact-inner{float:left;width:100%;}
.quick-contact-box{float:left;width:100%;border:2px solid #2469ba;background:#00326d;border-radius:160px 0px;padding:40px 112px;justify-content:space-between;display:flex;box-shadow:0px 23px 24px 0px rgba(0, 38, 82, 0.21);align-items:center;}
.call-label{flex:1;text-align:center;}
.call-txt{font-size:36px;color:#ffffff;font-weight:700;text-transform:uppercase;}

.call-cta-btn{padding:8px 84px 8px 30px;position:relative;border-radius:50px;text-transform:uppercase;background:#00eaff;display:block;}
.call-cta-btn:hover{background:#ffffff;}
.call-cta-btn span{color:#023f86;font-size:38px;font-weight:800;}
.call-cta-btn .phone-fig{position:absolute;right:0;bottom:0;width:64px;float:right;margin-bottom:0px;}
.call-cta-btn .phone-fig img{width:100%;float:right;}

.footer-wrap{float:left;width:100%;}
.footer-inner{float:left;width:100%;padding:30px 0px 14px;}
.footer-block{float:left;width:100%;}
.footer-title{padding:0px 0px 45px;}
.footer-title .footer-title-label{position:relative;}
.footer-title .footer-title-label span{font-weight:600;font-size:28px;line-height:1.3em;color:#ffffff;position:relative;z-index:1;}
.footer-title .footer-title-label:before{position:absolute;left:-10px;bottom:0px;height:44px;background:rgba(0, 207, 255, 0.4);content:'';width:50px;margin:auto;top:0px;}
.drop_fig{float:left;width:20px;margin-right:20px;margin-bottom:0px;}
.quick-links-list{float:left;width:100%;}

.quick-links-list li{float:left;width:100%;padding:0px 0px 16px;}
.quick-links-list li a{color:#ffffff;font-size:18px;font-weight:500;padding:0;display:inline-block;}

.quick-links-list li a:focus{color:#ffffff;}
.quick-links-list li a:active{color:#ffffff;}
.quick-links-list li.current-menu-item a,
.quick-links-list li a:hover{color:#ffffff;text-decoration:underline;}

.link-fig{float:left;margin-right:8px;}
.link-icon{float:left;width:30px;text-align:center;}
.link-icon .fa{color:#ffffff;font-size:24px;}
.address-label{float:left;width:100%;padding:0px 0px;color:#ffffff;font-size:18px;font-weight:500;}
.contact-text{float:left;width:100%;padding:6px 0px;}
.contact-text a{float:left;width:100%;color:#ffffff;font-size:20px;text-decoration:none;}
.footer-copyright{float:left;width:100%;}
.copyright-text{float:left;width:100%;text-align:center;color:rgba(255, 255, 255, 1);padding:16px 0px;font-size:18px;font-weight:500;}
.footer-content-inner .social-list{float:left;width:100%;}
.footer-content-inner .social-list li{padding-left:14px;}
.footer-content-inner .social-list li:first-child{padding-left:0px;}
.footer-content-inner .social-icon{height:54px;width:54px;background:#ffffff;color:rgb(27, 108, 204);}
.footer-content-inner .social-icon .s-icon{font-size:30px;}
.footer-follow {padding-left:100px;max-width:410px;}

.footer-links{width:33.33%;}
.footer-col-row{width:66.66%;display:flex;flex-wrap:wrap;flex-direction:column;flex:1;}
.footer-colm{float:left;width:100%;display:flex;height:100%;flex:1;}
.footer-colm .cols{float:left;width:50%;display:flex;height:100%;}
/* Footer End*/

/* Section Hero */
.hero-bottom{position:absolute;bottom:0px;left:0px;right:0px;}
.banner-container{padding-bottom:7vmin}

/* Section Heading */
.heading-block-top{margin-bottom:34px;}
.sec-icon-block{float:left;width:100%;text-align:center;margin-bottom:16px;}
.sec-icon-block span{width:100%;max-width:100px;margin:0 auto;text-align:center;display:inline-block;}
.sec-heading{float:left;width:100%;text-align:center;font-size:46px;color:#000;margin:0;padding:0;}
.sec-text{float:left;width:100%;text-align:center;padding-top:18px}
.sec-text span{font-size:20px;color:#4a4a4a;display:inline-block;max-width:700px;margin:0 auto;line-height:24px;}
/* Section Heading */

/* banner */
.full-container{float:left;width:100%;position:relative;}
.full-container img{float:left;width:100%;}
.banner-wrap{position:absolute;left:0px;right:0px;top:0px;bottom:0px;padding-bottom:20vmin;}
.banner-wrap .container{height:100%;}

.banner-heading{float:left;font-size:75px;color:#1b6ccc;font-weight:700;line-height:1.2em;position:relative;}
.banner-heading .high-light{position:relative;display:inline-block;}
.banner-heading .high-light span{position:relative;z-index:1;display:inline-block;}
.banner-heading .high-light:before{position:absolute;left:0px;bottom:5px;height:18px;background:rgba(0, 207, 255, 0.3);content:'';width:100%;margin:auto;z-index:-1;}

.banner-wrap-inner{height:100%;max-width:816px;width:100%;position:relative;display:flex;align-items:center;}
.banner-wrap-card{float:left;width:100%;position:relative;z-index:1;}
.highlights-block{float:left;width:100%;text-align:left;margin-top:34px;}
.highlights-list-heading{float:left;font-size:20px;width:100%;margin-bottom:10px;color:#ffffff;position:relative;font-weight:700;padding:0px 0px 5px;}
.highlights-list-heading:after{position:absolute;bottom:-5px;height:3px;width:100%;max-width:350px;content:"";background:#ffffff;left:0px;}
.highlights-block-list{float:left;width:100%;margin:0px;padding:0px;}
.highlights-block-list li{list-style:none;display:block;float:left;background-repeat:no-repeat;width:100%;color:#252730;padding:0px 0px 0px 32px;background-image:url(../images/drop-header.svg);font-size:20px;background-size:20px;background-position:left 1px;font-weight:500;margin:10px 0px;}
.highlight{position:relative;}
.highlight:after{position:absolute;bottom:-4px;left:0px;width:100%;background:url(../images/highlight.png);height:6px;content:'';background-size:100%;background-repeat:no-repeat;}
.highlights-button{float:left;width:100%;margin-top:40px;}
.banner-top{float:left;width:100%;position:relative;}

.banner-cont-center{background:rgba(0,0,0, 0.3);}
.banner-cont-center .banner-wrap-inner{max-width:100%;}
.banner-sub-heading{float:left; width:100%; text-align:center; font-size:36px; color:#fff; font-weight:500; margin-bottom:15px;}
.banner-cont-center .banner-heading{width:100%; text-align:center; color:#fff; font-size:60px; margin-bottom:20px;}
.banner-cont-center .highlights-button{display:flex; justify-content:center;margin-top:60px;}


.primary-btn{display:inline-flex;background:#1b6ccc;border-radius:60px;float:left;width:100%;padding:0px;height:108px;padding:0px 30px;max-width:600px;box-shadow:0px 20px 30px 0px rgba(23, 127, 249, 0.3);margin:0px auto;}
.primary-btn:hover{background:#000000;box-shadow:0px 10px 20px 0px rgba(23, 127, 249, 0.3);}
.btn-inner{display:flex;align-items:center;align-content:center;}
.btn-content{display:flex;flex-wrap:wrap;align-items:center;}
.btn-txt{float:left;width:100%;font-weight:700;font-size:26px;color:#ffffff;line-height:1.1em;letter-spacing:0.6px;}
.btn-label{float:left;width:100%;font-weight:600;font-size:20px;color:#ffffff;line-height:1.1em;margin-top:3px;}
.gift-fig{float:left;width:52px;margin-right:14px;min-width:52px;margin-bottom:0px;}
.gift-fig img{float:left;width:100%;}
.visa-egift-fig{width:122px;min-width:122px;}
.primary-btn .btn-label{color:#ffd707;}

.light-btn{box-shadow:0px 20px 30px 0px rgba(0, 234, 255, 0.3);background:#00eaff;}
.light-btn .btn-txt{color:#0c4d9a;}
.light-btn .btn-label{color:#ffffff; transition:all 0.5s ease 0s;}
.light-btn:hover{background:#ffffff;}
.light-btn:hover .btn-label{color:#ffd707;}
/* banner */

.theme-color{color:#00f6ff;}
.theme-color span{position:relative;z-index:1;}
.heading-block{float:left; width:100%;padding:0px 0px 54px;}
.heading-text{float:left; width:100%;font-size:46px;color:#ffffff;font-weight:700;text-align:center;}
.heading-subtext{float:left; width:100%;margin-top:22px;display:flex;align-items:center;justify-content:center;}
.heading-subtext span{float:left; width:100%;text-align:center;color:#000;font-size:22px;font-weight:500;max-width:1140px;padding:0px 10px;margin:0px auto;line-height:1.6em;}


/* Benefits Section */
.benefits-section{float:left;width:100%;background:url(../images/treatment-system.png) no-repeat bottom center #0c4d9a;padding:60px 0px 120px;}
.benefits-block{float:left;width:100%;padding-bottom:60px;}
.benefits-block ul{float:left; width:100%; display:flex; flex-wrap:wrap;}
.benefits-block ul li{float:left; width:25%; padding:0 15px; margin:30px 0;}
.benefits-type{float:left;width:100%;}
.fig-box{float:left; width:100%;display:flex;justify-content:center;align-items:center;position:relative;padding-bottom:14px;margin-bottom:24px;}
.fig-box:after{position:absolute;bottom:-10px;left:0px;width:100%;background:url(../images/treatment-border.svg);height:10px;content:'';background-repeat:no-repeat;background-position:center;}
.fig-box figure{float:left; width:100%; text-align:center;max-width:144px;margin-bottom:0px;}
.fig-box figure img{float:left; width:100%;}
.benefits-block ul li h3{float:left; width:100%;text-align:center;font-size:20px;color:#ffffff;margin-bottom:12px;font-family:'Poppins', sans-serif;font-weight:600;
}
.benefits-block ul li p{text-align:center;font-size:16px;color:#ffffff;font-family:'Poppins', sans-serif;line-height:23px;width:100%;max-width:340px;margin:0px auto;overflow:hidden;}
.center-block{display:flex;justify-content:center;align-items:center;float:left; width:100%;}

/* Section */
.section-bg > .block{position:relative; z-index:1;}
section.section-bg{position:relative;}
section.section-bg:before{position:absolute;top:10%;bottom:0;margin:auto auto;left:0;width:100%;background:url(../images/wrapper-bg.png) no-repeat center top;content:'';height:100%;background-size:100% 100%;z-index:0; }
/* Section */

/* Affordable Section */
.affordable-section{padding:120px 0px;}
.affordable-block{padding:80px 0px;border-radius:20px;box-shadow:0px 0px 75px 0px rgba(14, 95, 191, 0.25);position:relative;z-index:1;}
.affordable-block .heading-subtext span{font-weight:400; max-width:960px;}
.affordable-block .heading-subtext{flex-wrap:wrap; flex-direction:column; gap:15px;}
.affordable-block .heading-text{color:#000000;}
.affordable-block .theme-color{color:#1b6ccc;position:relative;}
.affordable-block .theme-color:before{position:absolute;left:0px;bottom:12px;height:8px;background:rgba(0, 207, 255, 0.3);content:'';width:100%;margin:auto;z-index:-1;}
.affordable-block .theme-color span{position:relative;z-index:1;}
.affordable-outer{position:relative;float:left; width:100%;}
.affordable-outer:after{position:absolute;bottom:-60px;right:-88px;width:95px;background:url(../images/drop-after.svg);height:181px;content:'';background-repeat:no-repeat;background-position:center;z-index:0;}
.affordable-outer:before{position:absolute;top:-10px;left:-156px;width:126px;background:url(../images/drop-before.svg);height:146px;content:'';background-repeat:no-repeat;background-position:center;z-index:0;}
.affordable-inner{position:relative;float:left; width:100%;}
.affordable-inner:after{position:absolute;top:-60px;right:-60px;width:280px;background:url(../images/dotted.svg);height:280px;content:'';background-repeat:no-repeat;background-position:center;z-index:0;}
.contact-confirm-block.affordable-section{overflow:hidden;}

.puronics-section .affordable-block{padding:40px 0px 10px;}
.puronics-sec-theme{float:left; width:100%; padding:10px; padding-top:0px;}
.puronics-brochure-image{float:left; width:100%; height:auto; object-fit:contain; margin-bottom:20px;}
.puronics-brochure-image:last-child{margin-bottom:0px;}

/* Pricing Section */
.pricing-section{padding:120px 0px;}
.pricing-outer{float:left; width:100%;}
.pricing-inner{float:left;width:100%;display:flex;flex-wrap:wrap;grid-gap:70px;gap:70px;}
.pricing-inner .price-card{flex:1;transition:transform .3s ease;}
.pricing-inner .price-card:hover{transform:translateY(-5px);}
.price-card{border-radius:10px;border:1px solid #1b6ccc;box-shadow:0px 0px 75px 0px rgba(14, 95, 191, 0.25);}

.pricing-card-title{background:url(../images/pricing-bg.png) no-repeat bottom center #1b6ccc;background-size:100% auto;float:left;width:100%;
position:relative;}
.pricing-title-inner{padding:32px 10px 72px;float:left;width:100%;position:relative;z-index:1;}
.pricing-card-title:before{height:50%;width:100%;position:absolute;left:0px;top:0px;right:0px;content:'';background:rgb(84,84,84);
background:linear-gradient(180deg, rgba(0,0,0,0) 0%, #0456b6 20%, rgba(0,0,0,0) 100%);}
.price-body{float:left; width:100%;}
.price-currency{font-size:36px;color:#ffffff;font-weight:600;text-shadow:0px 2px 15px rgba(0, 0, 0, 0.33);}

.price-muted{font-size:24px;color:#ffffff;font-weight:600;float:left;width:100%;text-align:center;}
.price-point{font-size:96px;color:#ffffff;font-weight:700;display:block;line-height:1em;padding:0px 3px;text-shadow:0px 2px 15px rgba(0, 0, 0, 0.33);}

.affordable-price-banner .pricing-title-inner{display:flex; flex-direction:column; justify-content:center;}
.affordable-price-banner .price-figure{margin:0 auto !important; width:84%; max-width:360px; position:relative; z-index:1;}

.price-card-header{float:left; width:100%;text-align:center;color:#ffffff;background:#0c4d9a;padding:32px 10px 30px;border-radius:6px 6px 0px 0px;}
.price-head{float:left; width:100%;text-align:center;color:#ffffff;font-size:34px;font-weight:600;}
.price-head span{display:block;}
.price-subhead{float:left; width:100%;text-align:center;color:#ffffff;font-size:18px;margin-top:16px;}
.price-subhead span{display:block;}
.card-list-outer{float:left; width:100%;margin:16px 0px 30px;}
.card-list{float:left; width:100%;margin:0px;padding:0px 12px;}
.card-list li{float:left;border-bottom:1px solid rgba(0, 0, 0, 0.15);width:100%;padding-left:154px;}
.card-list li span{float:left;background-repeat:no-repeat;margin:0px;color:#252730;padding:18px 0px 18px 32px;background-image:url(../images/drop-header.svg);font-size:20px;background-size:18px;background-position:left center;font-weight:600;margin:0;}

.card-btn-outer{float:left;width:100%;display:flex;align-items:center;justify-content:center;margin:15px 0px;padding:0px 15px;}

.primary-btn-round{font-weight:600;background-color:rgb(27, 108, 204);color:#ffffff;font-size:22px;border-radius:34px;display:block;min-height:54px;text-transform:uppercase;max-width:300px;display:inline-flex;justify-content:center;align-items:center;box-shadow:0px 20px 30px 0px rgba(23, 127, 249, 0.3);width:100%;}
.primary-btn-round:active,
.primary-btn-round:focus,
.primary-btn-round:hover{background:#00eaff;color:#0c4d9a;}
.card-footers{float:left; width:100%;padding:0px 20px;margin:36px 0px;}
.card-footer-text{text-align:center;float:left; width:100%;font-size:15px;color:#000000;padding:0px;margin:0px;font-weight:600;line-height:1.4em;}

.payment-low-text{float:left;width:100%;text-align:center;margin-bottom:4px;}
.payment-low-text span{text-align:center;float:left; width:100%;font-size:24px;color:#ffffff;font-weight:600;text-transform:uppercase;}
.payment-price-box{display:flex;justify-content:center;align-items:flex-start;float:left;width:100%;text-align:center;}
.arrow-block{display:flex;justify-content:center;align-items:center;float:left;width:100%;text-align:center;position:absolute;top:-20px;left:0;right:0;}
.arrow-icon{width:0;height:0;border-style:solid;border-width:0 20px 20px 20px;border-color:transparent transparent #1464c5 transparent;}

/* News Section */
.news-section .theme-color{color:#282728;position:relative;}
.news-section .theme-color:before{position:absolute;left:0px;bottom:0px;height:8px;background:rgba(0, 207, 255, 0.3);content:'';width:100%;margin:auto;}
.news-section .theme-color span{position:relative;z-index:1;}
.news-outer{float:left;width:100%;}
.news-inner{float:left;padding:60px 0px;width:100%;}
.news-section .heading-text{color:#000000;}
.news-grid{float:left;width:100%;display:flex;flex-wrap:wrap;gap:18px;grid-gap:18px;}

.news-col{width:calc(33.33% - 12px);}
.news-inner-col{float:left;width:100%;display:flex;justify-content:space-between;background:#fff;border-radius:8px;box-shadow:0px 0px 10px 0px rgba(14, 95, 191, 0.16);overflow:hidden;height:100%;}
.news-item-inner{float:left;width:100%;padding:10px;background:#ffffff;border-radius:6px;display:flex;flex-direction:column;}
.news-image{float:left;width:100%;position:relative;}
.news-overdetail{float:left;width:100%;position:absolute;bottom:0px;padding:10px 10px 12px;height:100%;display:flex;flex-wrap:wrap;align-content:end; justify-content:center;background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.7) 100%); }
.news-overdetail .news-heading{color:#ffffff;text-align:center;}
.news-overdetail .news-bottom{display:flex;justify-content:center;}
.news-overdetail .news-btn{max-width:180px;}

.news-figure{float:left;width:100%;margin:0px;}
.news-figure img{float:left;width:100%;}
.news-content{float:left;padding:10px 6px;width:100%;flex:1;}
.news-content-inner{float:left;width:100%;display:flex;flex-direction:column;height:100%;}
.news-heading{color:#0c4d9a;font-size:16px;font-weight:600;float:left;margin-bottom:14px;width:100%;}
.news-text{float:left;width:100%;flex:1;}
.news-text p{float:left;width:100%;font-size:14px;color:#2f2f2f;font-weight:500;margin-bottom:10px;line-height:1.6em; 	}
.news-text .news-label{font-size:16px;}
.news-bottom{float:left;width:100%;}
.news-btn{float:left;width:100%;}
.news-bdr-btn{float:left;width:100%;border-radius:30px;border:1px solid #1b6ccc;color:#1b6ccc;display:flex;align-items:center;justify-content:center;}
.news-bdr-btn .fa{margin-left:4px;}
.news-bdr-btn span{color:#1b6ccc;}
.news-bdr-btn:hover{background:#1b6ccc;color:#ffffff;}
.news-bdr-btn:hover span{color:#ffffff;}
.news-grid.news-slider{gap:0px;grid-gap:0px;}
.news-grid.news-slider .owl-stage{display:flex;}
.owl-item .news-col{width:100%;padding:10px;float:left;height:100%;}
/* .news-inner-col:hover .news-bdr-btn{background:#1b6ccc;color:#ffffff;}
.news-inner-col:hover .news-bdr-btn span{color:#ffffff;} */

.card-btn-outer .primary-btn{height:72px;padding:0px 26px;margin:0;box-shadow:0px 6px 10px 0px rgba(23, 127, 249, 0.3);width:100%;max-width:440px;justify-content: center;}
.card-btn-outer .gift-fig{width:32px;margin-right:5px;min-width:32px;}
.card-btn-outer .visa-egift-fig{width:92px;min-width:92px;}
.card-btn-outer .btn-txt{letter-spacing:0.2px;font-size:18px;}
.card-btn-outer .btn-label{font-size:16px;}


.news-bottom .primary-btn{height:72px;padding:0px 26px;margin-top:12px;box-shadow:0px 6px 10px 0px rgba(23, 127, 249, 0.3);width:100%;max-width:100%;   justify-content: center;}
.news-bottom .gift-fig{width:32px;margin-right:5px;min-width:32px;}
.news-bottom .visa-egift-fig{width:92px;min-width:92px;}
.news-bottom .btn-txt{letter-spacing:0.2px;font-size:18px;}
.news-bottom .btn-label{font-size:16px;}

/* Contact Us */
.page-banner-wrap{position:absolute;left:0px;right:0px;top:0px;bottom:0px;padding-bottom:17vmin;}
.page-banner-wrap .container{height:100%;}
.page-banner-wrap-inner{height:100%; width:100%;position:relative;z-index:1;display:flex;align-items:center;}

.page-title{float:left;font-size:46px;color:#1b6ccc;font-weight:800;line-height:1.2em;position:relative;}
.page-title label{margin:0px;padding:0px;}
.page-banner-content .theme-color{color:#1b6ccc;position:relative;}
.page-banner-content .theme-color:before {position:absolute;left:0px;bottom:14px;height:14px;background:rgba(0, 207, 255, 0.3);content:'';width:100%;margin:auto;z-index:-1;}
.page-sub-title{float:left;width:100%;color:#252730;font-size:20px;font-weight:700;margin:30px 0px 10px;}

.contact-info-section{float:left;width:100%; padding:66px 0px 50px;}

.contact-grid{float:left;width:100%;display:flex;justify-content:space-between;flex-wrap:wrap;padding:0px 10px;}
.contact-col{flex:1;}
.contact-details-col{width:100%; max-width:556px; padding-right:13vmin;}

.contact-column{float:left;width:100%; margin:30px 0px;}

.contact-title{padding:0px 0px 20px;}
.contact-title .contact-title-label{position:relative;}
.contact-title .contact-title-label span{font-weight:700;font-size:36px;line-height:1.3em;color:#0c4d9a;position:relative;z-index:1;}
.contact-title .contact-title-label:before{position:absolute;left:-10px;bottom:0px;height:50px;background:rgba(0, 207, 255, 0.4);content:'';width:62px;margin:auto;top:0px; }

.contact-label{float:left; width:100%; font-size:22px; color:#000; font-weight:700; margin:6px 0px;}
.contact-info-text{float:left; width:100%; font-size:22px; color:#000; font-weight:500; line-height:1.5em;}

.contact-info-text a{color:#000; font-size:24px; color:#000; font-weight:500;}

.contact-info-social .social-list{float:left;width:100%;}
.contact-info-social .social-list li{padding-left:14px;}
.contact-info-social .social-list li:first-child{padding-left:0px;}
.contact-info-social .social-icon{height:48px;width:48px;background:#1b6ccc;color:#fff;}
.contact-info-social .social-icon .s-icon{font-size:28px;}
.contact-info-social .social-icon{transition:transform .3s ease;}
.contact-info-social .social-icon:hover{transform:translateY(-5px);}


.form-wrap{float:left;width:100%;}
.custom-form-wrap{background:#fff; padding:40px 50px;border-radius:10px;box-shadow:0px 0px 75px 0px rgba(14, 95, 191, 0.25);position:relative;z-index:1;}
.custom-form-wrap:after{content:"";position:absolute;bottom:-56px;right:-48px;width:52px;height:100px;background:url(../images/drop-after.svg)no-repeat center; background-size:cover; z-index:0;}
.custom-form-wrap:before{content:"";position:absolute;top:-36px;left:-70px;width:66px;height:76px;background:url(../images/drop-before.svg)no-repeat center; background-size:cover; z-index:0;}
.widget-title{font-size:36px; font-weight:700; color:#252730; margin-bottom:40px;}

.custom-form .form-control{padding-left:87px;}
.custom-form .placeholder{left:80px;}
.custom-form select.form-control{padding-left:22px;}
.custom-form select.form-control + .placeholder{left:20px;}
.select-custom:after{position:absolute;top:0;display:flex;align-items:center;height:100%;right:22px;content:"\e99c";font-family:'icon';pointer-events:none;font-size:14px;color:#000000;padding-top:2px; }

.select-custom .wpcf7-form-control-wrap + .placeholder{left:20px;}
.select-custom .wpcf7-form-control-wrap.is-filled + .placeholder{left:20px;}

.custom-form .message .form-control{padding-top:16px; resize:none;}
.input-group-addon{position:absolute; z-index:1; left:0; top:0; width:68px; height:100%;max-height:56px; display:flex; align-items:center; justify-content:center;}
.input-group-addon .input-icon{float:left; width:18px;}
.input-group-addon:after{content:""; position:absolute; right:0px; top:0; bottom:0; margin:auto; width:1px; height:26px; background:#bbd5ea;}
.input-group.message .input-group-addon{height:56px;}

.button-bar{float:left; width:100%; margin-top:20px;}
.button-bar-outer{float:left; width:100%;display:flex;}
.custom-form .btn{box-shadow:none; text-transform:uppercase; flex:1; height:57px; font-size:24px; font-weight:700; border-radius:50px; display:flex; align-items:center; justify-content:center;}
.custom-form .btn.submit-btn{max-width:456px; flex:inherit;}
.custom-form .btn.reset-btn{width:100%;color:#0c4d9a;min-width:154px;}
.custom-form .btn.reset-btn:hover{background:#000; color:#fff;}
.custom-form .btn.reset-btn,
.custom-form .btn + .btn{margin-left:10px;}

.map-info-outer{float:left; width:100%; padding:80px 0px 80px;}
.map-info-inner{float:left; width:100%;background:#0c4d9a; padding:8px;}
.map-info-inner img{float:left; width:100%;}
/* Contact Us */


/* Independent Sales Agent */
.sales-agent-block{padding:66px 0px 50px;position:relative;z-index:1; float:left; width:100%;}
.sales-agent-block .heading-block{padding:0px;}
.sales-agent-block .heading-text{color:#000;}
.sales-agent-block .heading-subtext span{max-width:1184px;}

.sales-agent-block .theme-color{color:#1b6ccc;position:relative;}
.sales-agent-block .theme-color:before{position:absolute;left:0px;bottom:12px;height:8px;background:rgba(0, 207, 255, 0.3);content:'';width:100%;margin:auto;}
.sales-agent-block .theme-color span{position:relative;z-index:1;}

.submit-info-outer{float:left;width:100%; padding:50px 0px 80px;}
.custom-form .form-group.col-md-6{width:50%;}
.button-bar.center-btn-bar{display:flex; justify-content:center;}
.button-bar.center-btn-bar .button-bar-outer{max-width:620px;}
.required{color:#fb0000;font-size:20px;}
/* Independent Sales Agent */


/* Complimentary Testing */
.schedule-block{padding:66px 0px 50px;position:relative;z-index:1; float:left; width:100%;}
.schedule-block .heading-block{padding:0px;}
.schedule-block .heading-text{color:#000;}
.schedule-block .heading-subtext span{max-width:1022px;}
.schedule-block .heading-subtext span a{font-weight:700; color:#000;}
.schedule-block .heading-subtext span a:hover{color:#1b6ccc;text-decoration:underline;}
.schedule-block .theme-color{color:#1b6ccc;position:relative;}
.schedule-block .theme-color:before{position:absolute;left:0px;bottom:12px;height:8px;background:rgba(0, 207, 255, 0.3);content:'';width:100%;margin:auto;}
.schedule-block .theme-color span{position:relative;z-index:1;}
.schedule-block .theme-color span a{font-weight:700;}
/* Complimentary Testing */


/* Animation Start */
@-webkit-keyframes hover-swing{
  20%{
    -webkit-transform:rotate3d(0, 0, 1, 10deg);
    transform:rotate3d(0, 0, 1, 10deg);
  }
  40%{
    -webkit-transform:rotate3d(0, 0, 1, -7deg);
    transform:rotate3d(0, 0, 1, -7deg);
  }
  60%{
    -webkit-transform:rotate3d(0, 0, 1, 5deg);
    transform:rotate3d(0, 0, 1, 5deg);
  }
  80%{
    -webkit-transform:rotate3d(0, 0, 1, -5deg);
    transform:rotate3d(0, 0, 1, -5deg);
  }
  to{
    -webkit-transform:rotate3d(0, 0, 1, 0);
    transform:rotate3d(0, 0, 1, 0);
  }
}
@keyframes hover-swing{
  20%{
    -webkit-transform:rotate3d(0, 0, 1, 10deg);
    transform:rotate3d(0, 0, 1, 10deg);
  }
  40%{
    -webkit-transform:rotate3d(0, 0, 1, -7deg);
    transform:rotate3d(0, 0, 1, -7deg);
  }
  60%{
    -webkit-transform:rotate3d(0, 0, 1, 5deg);
    transform:rotate3d(0, 0, 1, 5deg);
  }
  80%{
    -webkit-transform:rotate3d(0, 0, 1, -5deg);
    transform:rotate3d(0, 0, 1, -5deg);
  }
  to{
    -webkit-transform:rotate3d(0, 0, 1, 0);
    transform:rotate3d(0, 0, 1, 0);
  }
}

.call-cta-btn:hover .phone-fig,
.quick-links-list li a:hover .drop_fig,
.btn:hover .gift-fig{
  -webkit-transform-origin:top center;
  transform-origin:top center;
  -webkit-animation-name:hover-swing;
  animation-name:hover-swing;
  -webkit-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
}
.footer-content-inner .social-icon{transition:transform .3s ease;}
.footer-content-inner .social-icon:hover{transform:translateY(-5px);}
.news-inner-col{transition:transform .3s ease;}
.news-inner-col:hover{transform:translateY(-5px);}

.custom-form-info{float:left;width:100%;}
.custom-form-wrap .wpcf7-response-output{float:left;width:100%;text-align:center;}
.custom-form-wrap .wpcf7-spinner{display:none;}
.submit-btn-col{width:100%; max-width:456px; position:relative;}
.submit-btn-col .wpcf7-spinner{position:absolute; right:10px; top:0; bottom:0; margin:auto; background:#fff;}
.submit-btn-col .wpcf7-spinner:before{background:#1b6ccc;}

.wpcf7 form .wpcf7-response-output{text-align:center!important;border-radius:4px;line-height:1.3em!important;padding:7px!important;color:#000000!important;}
.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{background:rgba(255, 185, 0, 0.25)!important;}
.wpcf7 form.spam .wpcf7-response-output {background:rgba(245, 110, 40, 0.25)!important;}
.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{background:rgb(220, 50, 50, 0.25)!important;}
.wpcf7 form.sent .wpcf7-response-output{background:rgb(70, 180, 80, 0.2)!important;}
.wpcf7-form-control-wrap{float:left;width:100%;}
.wpcf7-not-valid-tip{float:left;width:100%;text-align:left;padding-left:20px;}


/* blog Section */
.blog-content-section{padding:120px 0px;}
.blog-content-block{padding:60px;border-radius:20px;box-shadow:0px 0px 75px 0px rgba(14, 95, 191, 0.25);position:relative;z-index:1;}
.blog-content-block .heading-subtext span{font-weight:400;}
.blog-content-block .heading-text{color:#000000;}
.blog-content-block .theme-color{color:#1b6ccc;position:relative;}
.blog-content-block .theme-color:before{position:absolute;left:0px;bottom:12px;height:8px;background:rgba(0, 207, 255, 0.3);content:'';width:100%;margin:auto;}
.blog-content-block .theme-color label{position:relative;z-index:1;}
.blog-content-block .theme-color span{position:relative;z-index:1;}
.blog-content-outer{position:relative;float:left; width:100%;}
.blog-content-outer:after{position:absolute;bottom:-60px;right:-88px;width:95px;background:url(../images/drop-after.svg);height:181px;content:'';background-repeat:no-repeat;background-position:center;z-index:0;}
.blog-content-outer:before{position:absolute;top:-10px;left:-156px;width:126px;background:url(../images/drop-before.svg);height:146px;content:'';background-repeat:no-repeat;background-position:center;z-index:0;}
.blog-content-inner{position:relative;float:left; width:100%;}
.blog-content-inner:after{position:absolute;top:-60px;right:-60px;width:280px;background:url(../images/dotted.svg);height:280px;content:'';background-repeat:no-repeat;background-position:center;z-index:0;}
.blog-content-block .center-block{margin-top:20px;}


.content-box{float:left;width:100%;}
.content-figure-outer{display:flex;justify-content:center;float:left;width:100%;margin-bottom:20px;}
.figure-outer{float:left;width:100%;position:relative;max-width:500px;margin:0px auto;}
.figure-outer:before {float: left;width: 100%;height: 100%;background: #fff;left: 8px;top:8px;content: '';position: absolute;z-index: 0;box-shadow: 3px 0 18px rgba(26,26,26,0.13); }
.content-figure{float:left;width:100%;position:relative;margin:0;padding:0px;z-index:1;}
.content-figure img{float:left;width:100%;}
.page-content{float:left;width:100%;margin-bottom:20px;}
.page-content p{float:left;width:100%;text-align:left;color:#000000;font-size:21px;line-height:1.6em;margin-bottom:12px;}

.about-wcard + .about-wcard{margin-top:80px;}
.about-wcard{position:relative; overflow:hidden;}
.card-bg-block{position:absolute; left:0; top:0; width:100%; height:100%;}
.card-bg-block:after{content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0, 0, 0, 0.6);}
.card-bg-fig{float:left;width:100%;height:100%;}
.card-bg-fig img{float:left;width:100%;height:100%;object-fit:cover;}
.card-body{float:left;width:100%; position:relative; z-index:1; padding:1rem 0px;}
.about-wcard .heading-text, .about-wcard .page-content p{text-align:center; color:#fff;}

.submission-content{margin-bottom:0px;}
.submission-block .content-figure-outer{margin-bottom:50px;}
.submission-block .figure-outer{max-width:726px;}
.submission-block .figure-outer:before{display:none;}
.submission-block .heading-block{padding:0px 0px 30px;}
.blog-content-block.submission-block .theme-color:before{display:none;}
.submission-content p{text-align:center;}
.submission-content p:last-child{margin-bottom:0px;}
.submission-content p a{font-weight:bold; color:#000;}
.submission-content p a:hover{color:#1b6ccc; text-decoration:underline;}


.systems-sec{float:left; width:100%; margin-bottom:100px;}
.systems-sec:last-child{margin-bottom:0px;}
.systems-block.wcard + .systems-block.wcard{margin-top:100px;}
.drinking-systems-block.wcard{background:#1b6ccc;}
.drinking-systems-block.wcard .page-content p{color:#ffffff;}
.sec-top-banner{margin-bottom:40px;}
.sec-top-banner .figure-outer{max-width:726px;}
.sec-top-banner .figure-outer:before{display:none;}

.sec-top-banner-cont{position:absolute; top:0; left:0; float:left; width:100%; height:100%; z-index:1; display:flex; align-items:center; justify-content:center;}
.sec-top-banner-cont .heading-outer{float:left; display:flex; gap:10px; align-items:flex-start;}
.sec-top-banner-cont .heading-block{padding:0px;}
.sec-top-banner-cont .heading-text{font-size:26px; text-align:left;}
.sec-top-banner-cont .theme-color:before{display:none;}
.sec-top-banner-cont .theme-color{font-weight:400;}
.sec-top-banner-cont .heading-text span{display:block; padding-top:4px;}
.title-fig{float:left; width:70px;}
.title-fig img{float:left; width:100%;}
.systems-price-card .card-list li span{min-width:360px;}
.systems-price-card .card-list li span small{font-weight:normal; font-size:100%;}
.systems-price-card .card-btn-outer{margin-bottom:50px;}


.price-banner{float:left;width:100%;}
.price-figure{float:left;width:100%;}
.price-figure img{float:left;width:100%;}
.treatment-pricing-section .pricing-inner{justify-content:center;}
.treatment-pricing-section .pricing-inner .price-card{max-width:600px;overflow:hidden;}


.treatment-banner-outer{position: relative;float: left;width: 100%; }
.treatment-banner-outer:before {position: absolute;top:-10px;left:-156px;width:126px;background: url(../images/drop-before.svg);height: 146px;content:'';background-repeat: no-repeat;background-position: center;z-index:0;}
.treatment-banner-outer:after {position: absolute;bottom:-60px;right:-88px;width: 95px;background: url(../images/drop-after.svg);height: 181px;content:'';background-repeat: no-repeat;background-position: center;z-index:0;}
.treatment-banner-inner {position: relative;float: left;width: 100%; }
.treatment-banner-inner:after {position: absolute;top: -60px;right: -60px;width: 280px;background: url(../images/dotted.svg);height: 280px;content: '';background-repeat: no-repeat;background-position: center;z-index: 0; }
.treatment-banner-block{border-radius: 20px;box-shadow: 0px 0px 75px 0px rgba(14, 95, 191, 0.25);position: relative;z-index: 1;overflow: hidden; }

.custom-form .state-select.form-control{padding-left:67px;}
.custom-form .state-select select.form-control{padding-left:20px;}
.custom-form .state-select .wpcf7-form-control-wrap + .placeholder{left:81px;min-width:100px;}



.home-blog-content-section{position:relative;}


/* free-water-test banner start */
.page-banner.free-water-test-banner .page-banner-wrap{padding:100px 0px 30vmin;}
.page-banner.free-water-test-banner .container{height: auto;}
.page-banner.free-water-test-banner .page-banner-content{width:100%;}
.banner-image.mob-image{display:none;}
.free-water-test-mid-wrapper{margin-bottom:-20vmin;}
.page-banner.block.free-water-test-banner{--height:960px; min-height:var(--height);}
.free-water-test-banner .banner-image{float:left;width:100%; height:100%; min-height:var(--height); object-fit:cover;}
.free-water-test-wrap{float:left;width:100%;display:flex;border-radius:30px; padding:30px; background:linear-gradient(-200deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%); box-shadow:inset 0px 0px 20px rgba(255, 255, 255, 0.5), inset 0px 0px 10px rgba(255, 255, 255, 1), inset 0px 5px 5px rgb(208, 229, 255,0.5);}
.free-water-test-banner-2 .free-water-test-wrap{border:5px solid #00eaff; background:#fff; box-shadow:0px 0px 46px rgba(0, 33, 72, 0.4), 0px 0px 36px rgba(0, 33, 72, 1);}
.free-water-test-banner-2 .free-water-test-frm.custom-form-wrap{box-shadow:none;background:transparent; padding-bottom:30px; padding-top:30px; padding-left:60px; border-radius:0px; border-left:2px solid rgba(12, 77, 154, 0.1);}
.free-water-test-wrap .col{float:left; width:100%; display:flex; flex-wrap:wrap; flex-direction:column;}
.free-water-test-wrap .col.left{max-width:48%; padding-right:5%;}
.free-water-test-wrap .logo{max-width:360px; margin:0 auto 40px;}
.free-gift-card-title-block{float:left; width:100%;}
.free-gift-card-title{float:left; width:100%; text-align:center; font-size:36px; font-weight:700; margin-bottom:30px;}
.free-water-test-wrap .theme-color{color:#00f6ff;}
.free-water-test-wrap .theme-color:before{display:none;}
.gift-card-image-block{float:left; width:100%;display:flex;justify-content:center; margin-bottom:50px;}
.gift-card-image-block img{max-width:94%;}
.water-test-schedule-text-block{float:left; width:100%;}
.water-test-schedule-pre{float:left; width:100%; text-align:center; font-size:22px; font-weight:600;}

.free-water-test-frm.custom-form-wrap{background:#fff url(../images/contact-frm-bottom-bg.png)no-repeat center bottom; background-size:100% auto; border-radius:20px;padding-bottom:100px;}
.free-water-test-frm:before, .free-water-test-frm:after{display:none;}
.free-water-test-frm .widget-title{font-size:43px; color:#017acd; margin-bottom:0px;}
.free-water-test-frm .widget-sub-title{font-size:26px; font-weight:600; margin-bottom:30px;}
.custom-form .housing-status-select .form-control + .placeholder, .custom-form .housing-status-select .wpcf7-form-control-wrap + .placeholder{left:81px;}
.input-group.housing-status-select.select-custom.form-control{padding-left:68px;}
.input-group.housing-status-select.select-custom.form-control .wpcf7-not-valid-tip{margin-left:-68px; font-size:12px;}

.free-water-test-frm .wpcf7-form-control-wrap{position:relative; padding-bottom:10px;}
.free-water-test-frm .wpcf7-not-valid-tip{position:absolute;bottom:-7px;}
.free-water-test-frm .wpcf7-response-output{bottom:54px; width:calc(100% - 110px); position:absolute;}
.free-water-test-frm .wpcf7 form.invalid .wpcf7-response-output, 
.free-water-test-frm .wpcf7 form.unaccepted .wpcf7-response-output, 
.free-water-test-frm .wpcf7 form.payment-required .wpcf7-response-output{background:#ffedbf !important;}
.free-water-test-frm .button-bar{margin-top:10px;}
@media (max-width: 1680px) {
	.page-banner.free-water-test-banner .page-banner-wrap{padding:70px 0px 140px;}
	.free-water-test-mid-wrapper{margin-bottom:-200px;}
	.free-water-test-frm .wpcf7-response-output{width:calc(100% - 72px);}
}
@media(max-width:991px){
	.page-banner.free-water-test-banner .page-banner-wrap{padding:30px 0px 140px;}
	.free-water-test-mid-wrapper{margin-bottom:-90px;}
	.free-water-test-banner .banner-image{display:flex; position:absolute; height:100%;}
	.free-water-test-banner-2 .page-banner-wrap:before{display:none;}
	.free-water-test-wrap{flex-wrap:wrap; flex-direction:column;background:transparent;box-shadow:none;padding:0px;}
	.free-water-test-wrap .col.left{max-width:100%; padding-right:0px; margin-bottom:20px;}
	.free-water-test-wrap .logo{max-width:54%; min-width:240px; margin:0 auto 20px; display:none;}
	.free-gift-card-title{font-size:24px; margin-bottom:10px;}
	.gift-card-image-block{margin-bottom:10px;}
	.gift-card-image-block img{max-width:60%; min-width:300px;}
	.water-test-schedule-text-block{display:flex; justify-content:center;}
	.water-test-schedule-pre{font-size:14px; max-width:380px;}
	.free-water-test-frm.custom-form-wrap{padding:15px 20px 100px;}
	.free-water-test-frm .widget-title{font-size:24px; text-align:center;}
	.free-water-test-frm .widget-sub-title{font-size:12px; text-align:center; margin-bottom:10px;}
	.free-water-test-frm .form-group{margin-bottom:10px;}
	.free-water-test-frm .button-bar{margin-top:10px;}
	.free-water-test-frm .button-bar-outer{flex-wrap:wrap; flex-direction:column; gap:10px;}
	.free-water-test-frm .submit-btn-col, .free-water-test-frm .btn.submit-btn{max-width:100%; min-height:48px;}
	.free-water-test-frm .btn.reset-btn, .free-water-test-frm .btn + .btn{margin:0px; min-height:48px;}
	.free-water-test-banner-2 .free-water-test-frm.custom-form-wrap{padding:0px;border:none;}
	.free-water-test-banner-2 .free-water-test-wrap{padding:20px 20px 30px;}
	.free-water-test-banner .button-bar.center-btn-bar .button-bar-outer{max-width:100%;}
	.free-water-test-frm .wpcf7-response-output{width:calc(100% - 52px);}
}
@media(max-width:767px){
	.page-banner.free-water-test-banner .page-banner-wrap{padding:30px 0px 80px;}
	.free-water-test-mid-wrapper{margin-bottom:-40px;}
	.banner-image.desk-image{display:none;}
	.banner-image.mob-image{display:flex;}
	.input-group.housing-status-select.select-custom.form-control{padding-left:44px;}
	.custom-form .housing-status-select .form-control + .placeholder, .custom-form .housing-status-select .wpcf7-form-control-wrap + .placeholder{left:62px;}
	.input-group.housing-status-select.select-custom.form-control .wpcf7-not-valid-tip{margin-left:-44px;}
	.free-water-test-frm.custom-form-wrap{padding:15px 20px 70px;}
	.free-water-test-frm .wpcf7-response-output{bottom:10px;}
}
/* free-water-test banner end */


@media(min-width:768px){
	.mobile-banner{display:none;}
}
@media(max-width:767px){
	.home-banner{display:none;}
}


@media (min-width:1200px){
	.page-banner:not(.free-water-test-banner) .full-container{margin-top:-60px;}
	.page-banner .page-banner-wrap{padding-bottom:5vmin;padding-top:5vmin;}
	.page-banner .page-banner-content .theme-color:before{height:8px;}
}