/*------------------------------------------------------
	overwrite css start
------------------------------------------------------*/
body{background-color: #fff;font-family: 'AvenirMedium';color: #363D58;}
h2 {margin-bottom: 40px;color: #040D2E;font-size: 50px;font-family: "AvenirRoman";font-weight: 400;line-height: 60px;letter-spacing: -0.5px;position: relative;}
h3,h4,h5,h6{color: #040D2E;}
.text-center {text-align: center;}
p {margin-bottom: 40px;color: #3C435C;font-size: 20px;line-height: 1.75;}
select {-webkit-appearance: none;-moz-appearance: none;-o-appearance: none;-ms-appearance: none;appearance: none;box-shadow: none;cursor: pointer;overflow: hidden;box-shadow: none !important;}
select::-ms-expand {display: none;}
.select-wrap{position: relative;}
.select-wrap:after{content: "\f078";font-family: 'Font Awesome 5 Free';font-weight: 900;font-size: 17px;color: #2961ae;position: absolute;right: 14px;top: 50%;transform: translateY(-50%);}
.h2big {font-size: 50px;line-height: 65px;}
.violet-back {background-color: #52527E;}
.white-background{background-color: #fff;}
.scroll-top-top {
    position: fixed;
    right: 30px;
    bottom: 85px;
    z-index: 9;
    background: #0065aa;
    width: 40px;
    height: 45px;
    display: none;
}
.scroll-top-top:focus, .scroll-top-top:hover {
    background: #189adc;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
}
.scroll-top-top:after {
    content: "";
    position: absolute;
    font-weight: 900;
    color: #fff;
    font-size: 18px;
    background-image: url(assets/images/slider-arrow-right-white.svg);
    width: 21px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-90deg);
}
.slick-prev {background-image: url(assets/images/slider-arrow-left-green.svg);}
.slick-next {background-image: url(assets/images/slider-arrow-right-green.svg);}
.slick-prev:hover, .slick-prev:focus {background-color: #2961ae;background-image: url(assets/images/slider-arrow-left-white.svg);}
.slick-next:hover, .slick-next:focus {background-color: #2961ae;background-image: url(assets/images/slider-arrow-right-white.svg);}
.img-part figure {z-index: 2;position: relative;box-shadow: 0 2px 60px rgb(0 0 0 / 12%);}
.img-part {position: relative;}
.img-part:after {content: "";position: absolute;top: 0;left: 0;background-size: contain;background-repeat: no-repeat;background-position: center;width: 100%;max-height: 615px;/* max-width: 615px; */height: 100%;z-index: 0;}
.loader-content img {top: 50%;position: absolute;transform: translateY(-50%);left: 0;right: 0;margin: 0 auto;}
.loader-content{position: fixed;top: 50%;transform: translateY(-50%);left: 0;right: 0;margin: 0 auto;width: 100%;height: 100%;text-align: center;background: rgba(255, 255, 255, 1);z-index: 9999 !important;}
.d-flex{display: -webkit-box;display: -ms-flexbox;display: flex;}
.d-flex-row-wrap{-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-flow: row wrap;flex-flow: row wrap;}
.align-items-center{-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.justify-content-center{-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.justify-content-between{-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.justify-content-start{-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;}
.align-items-end{-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;}
.flex-wrap{-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-flow: row wrap;flex-flow: row wrap;}
.pad60{padding: 60px 0;}
.header-right {padding-left: 0;}
.btn,.gform_footer input[type="submit"]{font-size: 18px;text-transform: unset;line-height: 24px;border-radius: 50px;display: inline-block;border: 1px solid transparent;transition: all 0.15s ease-in-out;font-weight: 400;text-align: center;padding: 17px 30px;cursor: pointer;}
.btn-default,.gform_footer input[type="submit"]{background-color: #2961ae;border-color: #2961ae;color: #fff; }
.btn-default:hover,.btn-default:focus,
.gform_footer input[type="submit"]:hover,
.gform_footer input[type="submit"]:focus{background-color: #189adc;border-color: #189adc;color: #fff;}
.btn-default:active{background-color: #2961ae;border-color: #2961ae;color: #fff;}
.btn-link{color: #2961ae;display: inline-block;font-size: 17px;line-height: 22px;padding-right: 24px;position: relative;}
a.btn-link i {position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.btn-link:hover,.btn-link:focus,.btn-link:hover i,.btn-link:focus i{color: #189adc;}
.btn-link:active,.btn-link:active i{color: #2961ae;}
.btn-ghost-default {background-color: transparent;border-color: #2961ae;color: #2961ae;}
.btn-ghost-default:hover, .btn-ghost-default:focus {background-color: #2961ae;color: #fff;}
.back-img{background-size: cover;background-position: center;background-repeat: no-repeat;background-color: #eee;}
.hamburger.hamburger--3dxy-r {display: none;}
#header.fixed {position: fixed;top: 0;left: 0;right: 0;z-index: 999;animation: 0.9s fixedhead;-webkit-transition: animation 0.3s ease-in-out;-moz-transition: animation 0.3s ease-in-out;-o-transition: animation 0.3s ease-in-out;transition: animation 0.3s ease-in-out;-webkit-box-shadow: 0 0px 15px -1px rgba(0, 0, 0, 0.2);box-shadow: 0 0px 15px -1px rgba(0, 0, 0, 0.2);border: 0;}
@-webkit-keyframes fixedhead {0%{top: 103px;}100%{top: 0px;}}/* Standard syntax */@keyframes fixedhead {0%{transform: translateY(-100px);}100%{transform: translateY(0px);}}
/***end header fixed animation*/
span.dots {position: absolute;border-radius: 100%;}
h1 span, h2 span {position: relative;z-index: 1;color: #2961ae;display: inline-block;}
.img-with-content-block h2 {margin: 0 0 35px;font-size: 50px;line-height: 60px;}
.slick-prev, .slick-next {position: absolute;right: 0;width: 70px;height: 70px;font-size: 0;top: 50%;margin-top: -88px;padding: 0;z-index: 9;background-size: 20px;background-position: center;background-repeat: no-repeat;transition: all 0.3s ease;background-color: transparent;border: 1px solid #2961ae;border-radius: 100%;cursor: pointer;}
.slick-prev{left: 0;}
.slick-next{background-image: url(assets/images/slider-arrow-right-green.svg)}
.slick-prev{background-image: url(assets/images/slider-arrow-left-green.svg)}
.slick-prev:hover,.slick-prev:focus{ background-color: #2961ae;background-image: url(assets/images/slider-arrow-left-white.svg);}
.slick-next:hover,.slick-next:focus {background-color: #2961ae;background-image: url(assets/images/slider-arrow-right-white.svg); }
.inner-page-banner {padding: 120px 0 160px;position: relative;z-index: 1;    background-color: #52527E;}
.banner-mobile-img {position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: -1;width: 100%;height: 100%;padding-bottom: 0;display: none;}
.inner-page-banner:before,.banner-mobile-img:after{content: "";position: absolute;background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(255,255,255,0) 100%);left: 0;top: 0;right: 0;bottom: 0;z-index: -1;}
.banner-mobile-img:after{background: linear-gradient( 90deg, rgba(0,0,0,0.4) 100%, rgba(255,255,255,0) 100%);}
.inner-banner-content h1{font-family: 'AvenirMedium';font-weight: 300;line-height: 95px;font-size: 85px;}
.inner-banner-desc p {font-size: 25px;font-family: 'AvenirRoman';line-height: 40px;letter-spacing: 0.5px;}
.inner-banner-content.left {max-width: 960px;width: 100%;}
.inner-banner-content.right{max-width: 720px;width: 100%;margin-left: auto;text-align: right;}

/*----------------------------------------------
Footer section start
------------------------------------------------*/
.footer {background-color: #040D2E;padding: 40px 0; }
.footer .row {justify-content: space-between;align-items: center;}
.footer, .footer a, .footer p {color: #fff;font-size: 17px;letter-spacing: 0.26px;}
.footer a:hover,.footer a:focus {color: #fff;}
.footer-menu li a:hover, .footer-menu li a:focus {text-decoration: underline;}
.footercol {padding-left: 15px;padding-right: 15px;}
.footercol .social {display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;}
.copyright p{margin: 0;}
.footercol .social a {background-color: transparent;border: 1px solid #fff;border-radius: 50%;color: #fff;height: 56px;width: 56px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin-right: 20px;font-size: 27px;}
.footercol .social a:hover,.footercol .social a:focus {background: #fff;color: #040D2E;}
.footercol .social ul.social-icons li {display: inline-block;margin: 0 5px;}
.footercol .social a:last-child {margin-right: 0;}
.footer-menu {text-align: right;}
.footer-menu ul {display: inline-block;line-height: 1;}
.footer-menu ul li {line-height: 1;display: inline-block;padding: 0 5px;}
.footer-menu ul li:last-child {padding: 0;}
.footer .row .footercol:first-child {max-width: 530px;}
.copyright p span {display: none;font-size: 14px;line-height: 1.4;margin-top: 6px;}
/*----------------------------------------------
Background text section start
------------------------------------------------*/
.vision-sec-wrap .title-wrap {text-align: center;width: 100%;}
.vision-sec-wrap {padding: 28px 0 60px;}
.vision-sec-wrap .content-wrap {width: 100%;overflow: hidden;position: relative;}
.vision-sec-wrap .back-img {padding-bottom: 46%;position: relative;    background-color: #52527E;}
.vision-sec-wrap .back-img::after {position: absolute;content: '';width: 100%;height: 100%;background: rgba(0, 0, 0, 0.2);background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,0.6) 100%);}
.vision-sec-wrap .bg-text {position: absolute;top: auto;right: 80px;bottom: 76px;width: 75%;}
.vision-sec-wrap .bg-text p {color: #fff;font-size: 40px;font-family: 'AvenirRoman';text-align: right;line-height: 55px;margin-bottom: 10px;}
.vision-sec-wrap .small-text {color: #2961ae;font-size: 18px;font-family: 'AvenirHeavy';line-height: 1;letter-spacing: 4.5px;text-transform: uppercase;margin-bottom: 12px;}
.main-baner-button a {
    padding: 17px 24px;
    letter-spacing: -0.4px;
    background-color: #52527E;
    border-color: #52527E;
    border-radius: 32px;
    font-size: 17px;
    min-width: 260px;
    font-family: 'AvenirMedium';
}
.vision-sec-wrap .title-wrap h2 {color: #040D2E;font-size: 45px;font-family: 'AvenirRoman';line-height: 1.2;margin-bottom: 70px;letter-spacing: 0;}

/********start our values sec*****/
.benefit-section{padding:90px 0 22px;background: #2E353B;}
.sky-back{background-color: #E2EFF2;}
.white-back{background-color: #fff;}
.benefit-sec-inner figure{
    display: inline-flex;
    align-items: center;
    margin-left: -8px;
    margin-bottom: 15px;
    width: 100%;
    max-width: 105px;
}
.benefit-sec-inner figure img{width: 100%;max-height: 120px;}
.benefit-section h2 span:after,.sky-back h2 span:after{background: #fff;}
.benefit-sec-inner h3{font-size: 28px;font-family: 'AvenirMedium';font-weight: 400;line-height: 1.4;margin-bottom: 8px;color: #fff;}
.benefit-section h2 {margin-bottom: 65px;max-width: 812px;color: #fff;}
.benefit-desc p{font-size: 18px;font-family: 'AvenirMedium';line-height: 31px;color: #fff;}
.benefit-sec-inner ul{display: flex;flex-flow: row wrap;margin-left: -30px;margin-right: -30px;justify-content: center;}
.benefit-sec-inner ul li{margin-bottom: 40px;max-width: 25%;flex: 0 0 25%;padding: 0 30px;/*padding-right: 70px;*/}
.benefit-sec-inner{position: relative;}
.benefit-section h2 span,.sky-back h2 span{color: #2961ae;z-index: 0;}

/********end our values sec*******/

/******image with content style 8**********/
.eight .img-two{display: block;}
.img-with-content-sec.eight {padding: 40px 0 190px;}
.eight .img-with-cnt-img-block-inner{position: relative;}
.eight .dot1{width: 26px;height: 26px;background: #484770;top: 4%;right: 15%;}
.eight .dot2{width: 40px;height: 40px;left: -18%;background: #2961ae;top: 9%;}
.eight .dot3{width: 50px;height: 50px;left: 8%;bottom: -27%;background: #DEB636;}
.eight .img-two {display: block;padding-bottom: 37%;max-width: 373px;position: absolute;bottom: -133px;z-index: 2;width: 100%;right: 12%;}
.eight .img-part:after{top: 40px;left: 50px;background-image: url(assets/images/pattern-circle-dot-sky.svg);max-width: 590px;height: 590px;width: 100%;}
.eight .img-first{padding-bottom: 73%;width: 100%;justify-content: initial;max-width: 523px;top: 0;right: 0;}
.eight .img-with-content-block{max-width: 625px;margin-left: 35px;padding-top: 187px;}
/******end image with content style 8**********/

/*******start progress bar section---------*/
.improvement-progress-sec{padding: 55px 0 70px;}
.progress-detail h2{font-size: 40px;line-height: 50px;margin-right: 50px;letter-spacing: 0px;margin-bottom: 0;max-width: 44%;flex: 0 0 44%;}
.progress-detail{margin-bottom: 60px;}
.progress-detail,.progress-detail h2,.progress-inner-wrap p{color: #fff;font-family: 'AvenirRoman';}
#counter span{font-size: 40px;line-height: 60px;}
#counter .counter-value{font-size: 100px;line-height: 60px;margin-right: 5px;}
div#counter{margin-right: 36px;align-items: center;}
.progress-text-right p {margin: 0;font-size: 28px;line-height: 32px;}
.progress-text-right {max-width: 40%;flex: 0 0 40%;}
.progress-bar{position: relative; margin-right: 38px;height: 12px;border-radius: 100px;border: 1px solid #fff;background: transparent;}
.progress-bar span{position: absolute;left: 0;background: #fff;top: 0;bottom: 0;width: 0%;border-radius: 100px; transition: all 1.5s ease-in;}
.progress-bar:after{content: "";position: absolute;right: -40px;top: -34px;bottom: 0;width: 31px;height: 79px;background-image: url(assets/images/progressbar-right.svg);background-size: contain;background-repeat: no-repeat;}

/*******end progress bar section---------*/
.example-line {font-size: 17px !important;font-family: "AvenirHeavy";position: relative;text-transform: uppercase;margin: 0 0 35px;letter-spacing: 3px;color: #fff;z-index: 0;}
.example-line span {position: relative;z-index: 1;background: white;padding-right: 25px;}
.example-line:after {content: "";position: absolute;right: 0;height: 1px;width: calc(100% - 120px);background: #9190A7;top: 50%;transform: translateY(-50%);}
.work-for-cenegenics {padding: 140px 0 108px;
    background-color: #484770;
    color: #fff;
}
.work-for-text > h2, .work-for-text > p {max-width: 1140px;}
.work-for-listing {/*margin: 70px 0 0;*/ margin: 0;}
.work-for-listing ul {list-style: disc;padding-left: 21px;-webkit-column-count: 2;-moz-column-count: 2;column-count: 2;}
.work-for-listing ul li {line-height: 28px;margin-bottom: 12px;padding-right: 80px;letter-spacing: 1px;color: #fff;}

/*******component section*************/
.iconic-fivecomponent-sec {padding: 100px 0 90px;background-color: #F8F7F4;}
.iconic-fivecomponent-sec h2 {max-width: 940px;margin: 0 auto;}
.component-inner-listing {margin-top: 80px;}
.iconic-fivecomponent-sec ul {flex-flow: row wrap;justify-content: center}
.iconic-fivecomponent-sec ul li {flex: 1;max-width: 25%;padding: 0 15px;text-align: center;}
.iconic-fivecomponent-sec ul li figure{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    width: 100%;
}
.iconic-fivecomponent-sec ul li figure img {width: 100%;max-height: 110px;}
.iconic-fivecomponent-sec ul li .title {font-size: 25px;margin: 10px 0 12px;}
.iconic-fivecomponent-sec ul li .text {font-size: 17px;line-height: 27px;margin-bottom: 24px;}

/*******straight from employee slider ************/
.straight-employee-sec{padding: 100px 0 80px;background-color: #F8F7F4;}
.straight-employee-wrap{position: relative;}
.straight-employee-inner{max-width: 1130px;padding: 75px 0;position: relative;z-index: 1;}
.straight-employee-inner .slick-list {
/*    margin: 0 80px;*/
}
.straight-employee-inner .slick-slide{
    height: auto;
}
.straight-employee-sec figure{max-width: 960px;width: 100%;position: absolute;right: 0;top: 0;bottom: 0;z-index: 0;}
.straight-employee-inner h2{margin-bottom: 0;font-size: 16px;color: #686E82;line-height: 1.4;font-family: 'AvenirHeavy';text-transform: uppercase;letter-spacing: 3.2px;}
.straight-employee-slider p{font-size: 30px;color: #304264;font-family: 'AvenirRoman';line-height: 47px;margin: 55px 0;}
.straight-employee-slider .employee-bio h3{font-size: 26px;color: #040D2E;}
.straight-employee-slider .employee-bio h3 span{display: block;font-size: 20px;color: #718B91;font-family: 'AvenirRoman';}
.slider-arrows-wrap .slick-arrow {position: relative;margin-top: 45px;}
.slider-arrows-wrap .slick-next {margin-left: 25px;}

/*************start explore career position section*****************/
.explore-position-sec {padding-bottom: 120px;background-color: #F8F7F4;}
.explore-position-sec .title-bar {margin-bottom: 50px;}
.explore-position-sec .title-bar h2 {margin-bottom: 0;letter-spacing: 0.2px;}
.explore-position-sec .title-bar a {display: inline-block;color: #2961ae;font-size: 17px;font-family: 'AvenirHeavy';letter-spacing: 0.09px;line-height: 1;margin-bottom: 12px;}
.explore-position-sec .title-bar a:hover,.explore-position-sec .title-bar a:focus {color: #040D2E;}
.filter-bar {background-color: #fff;box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.12);border-radius: 12px;padding: 30px;display: none;}
.explore-position-sec .select-wrap {width: 100%;max-width: 550px;margin-right: 30px;}
.explore-position-sec .select-wrap select, .explore-position-sec .filter-btn-wrap button {width: 100%;}
.explore-position-sec .filter-btn-wrap {width: 100%;max-width: 300px;}
.explore-position-sec .filter-btn-wrap button{height: 70px;font-size: 20px;}
.explore-position-sec .select-wrap select {padding: 0 15px; height: 60px;border-bottom: 1px solid #B0B5C6;color: #363D58;font-family: 'AvenirMedium' !important;}
.position-filter-left{flex: 0 0 23%;max-width: 23%;padding-right: 15px;}
.position-filter-right{max-width: 77%;flex: 0 0 77%;padding-left: 77px;border-left: 1px solid rgb(82 82 126 / 50%);}
.btnLoadmoreWrapper {text-align: center;}
.position-filter-right .btnLoadmoreWrapper{margin-top: 60px;}
.position-filter-right .btnLoadmoreWrapper .btn{min-width: 234px;text-transform: capitalize;}
.fikter-check-wrap h3{font-size: 24px;margin-bottom: 15px;}
.fikter-check-wrap{margin-bottom: 33px;}
.explore-position-filter-wrap {/*margin-top: 100px;*/ margin-top: 50px;}
.fikter-check-wrap ul li {margin-bottom: 4px;}
.fikter-check-wrap ul li label {position: relative;padding-left: 35px;letter-spacing: 1px;cursor: pointer;}
.fikter-check-wrap ul li label:before {content: "";position: absolute;left: 0;top: 0;transform: translateY(2px);border: 1px solid #52527e;width: 20px;height: 18px;border-radius: 4px;background-color: #fff;}
.fikter-check-wrap ul li input:checked + label:after{content: "";position: absolute;background: #52527e;width: 16px;height: 14px;left: 3px;top: 5px;border-radius: 4px;}
.fikter-check-wrap ul li label span {margin-left: 7px;font-size: 13px;width: 20px;height: 20px;background-color: rgb(82 82 126 / 20%);display: inline-block;vertical-align: baseline;line-height: 22px;text-align: center;border-radius: 4px;}
.filter-right-listing-box{background: #FFFFFF 0% 0% no-repeat padding-box;box-shadow: 0px 3px 9px #0000001F;border-radius: 12px;padding: 33px 48px;margin-bottom: 20px;position: relative;}
.filter-posistion-name{color: #040D2E;font-size: 27px;line-height: 1.2;max-width: 500px;padding-right: 20px;width: 100%;}
.filter-posistion-name span{display: block;font-size: 18px;color: #2961ae;line-height: 25px;letter-spacing: 0.09px;margin-top: 5px;}
.filter-jobtype{font-size: 23px;color: #040D2E;line-height: 1.5;}
.filter-jobtype span{color: #363D58;font-size: 18px;line-height: 25px;display: block;}
.right-arrow-btn{width: 52px;height: 52px;font-size: 0;background-size: 15px;background-position: center;background-repeat: no-repeat;transition: all 0.5s ease;background-color: transparent;border: 1px solid #2961ae;border-radius: 100%;cursor: pointer;background-image: url(assets/images/slider-arrow-right-green.svg); }
.filter-right-listing-box .right-arrow-btn{position: absolute;right: 48px;}
.filter-right-listing-box:hover,.filter-right-listing-box:focus {box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.20);}
.right-arrow-btn:hover,.right-arrow-btn:focus,.filter-right-listing-box:hover .right-arrow-btn,.filter-right-listing-box:focus .right-arrow-btn{background-color: #2961ae;background-image: url(assets/images/slider-arrow-right-white.svg);}
.fikter-check-wrap ul li input[type="checkbox"] {display: none;}
.section-back-circle{position: relative;}
.section-back-circle:after {content: "";position: absolute;top: -15%;z-index: -2;right: -35%;height: 2500px;width: 2500px;border-radius: 100%;background-color: #F5F2EA;}
/*************end explore career position section*****************/

/*****career position detail or job detail page****/
.job-detail-page{padding: 45px 0 100px}
.history-back-link {display: inline-block;color: #2961ae;font-size: 17px;margin-bottom: 60px;font-family: 'AvenirHeavy';}
.history-back-link:hover,.history-back-link:focus{color: #040D2E;}
.history-back-link i {font-size: 11px;margin-right: 6px;}
.careers-tags {margin: 35px 0 60px;}
.careers-tags span {display: inline-block;margin: 0 10px 6px 0;padding: 8px 20px;background: rgb(82 82 126 / 8%);border: 1px solid rgb(82 82 126 / 30%);border-radius: 100px;font-family: 'AvenirHeavy';font-size: 17px;line-height: 1.2;color: #52527e;}
.job-detail-grid-left {max-width: 70%;flex: 0 0 70%;}
.job-detail-grid-right {max-width: 30%;flex: 0 0 30%;padding-left: 60px;}
.job-detail-desc h2{font-size: 35px;line-height: 48px;margin-bottom: 20px;letter-spacing: 0;}
.job-detail-content ul li {font-size: 20px;margin-bottom: 8px;}
.job-detail-content ul {list-style: disc;padding-left: 33px;}
.jobdetail-cta-btns {margin: 70px 0 65px;}
.jobdetail-cta-btns .btn {padding: 17px 23px;font-size: 17px;margin: 0 18px 6px 0;}
.jobdetail-cta-btns .btn-default-ghost {background: #fff;border-color: #2961ae;color: #2961ae;}
.jobdetail-cta-btns .btn-default-ghost:hover,.jobdetail-cta-btns .btn-default-ghost:focus {background: #2961ae;color: #fff;}
.job-posting-date {color: #7A7E8E;font-size: 17px;font-family: 'AvenirHeavy';}
.job-detail-desc {border-right: 1px solid rgb(82 82 126 / 50%);padding-right: 60px;}
.right-social-part{margin-bottom: 135px;}
.right-social-part span {margin-right: 20px;font-size: 17px;color: #7A7E8E;font-family: 'AvenirHeavy';}
right-social-part ul{line-height: 1;}
.right-social-part ul li {display: inline-block;margin: 0 2px;line-height: 1;}
.right-social-part ul li a {width: 56px;height: 56px;background-color: #fff;display: inline-block;border-radius: 100%;border: 1px solid #52527e;position: relative;color: #52527e;}
.right-social-part ul li a i {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);font-size: 25px;}
.applay-now-text p {font-size: 24px;color: #5C767C;font-family: 'AvenirLight';padding-left: 30px;line-height: 1.6;}
.applay-now-text {text-align: right;}
.applay-now-text a.btn {text-align: right;padding: 17px 26px;font-size: 17px;}
.right-social-part ul li a:hover, .right-social-part ul li a:focus {background: #52527e;color: #fff;}
.apply-now-form .fsBody.fsEmbed {max-width: 1000px;margin: 100px auto;}
.apply-now-form .fsSectionText {display: none;}
.apply-now-form form {padding: 50px 0px !important;}
.apply-now-form .fsSectionHeader {background-color: #fff !important;margin-bottom: 40px !important;padding: 0 !important;}
.apply-now-form h2 {font-family: 'AvenirMedium';font-size: 35px !important;color: #040D2E !important;letter-spacing: 0.2px;}
.apply-now-form .fsSection.fs1Col {max-width: 830px;margin: 0 auto;}
.apply-now-form .fsRowBody {padding: 0 !important;}
.apply-now-form form .fsPage .fsRow {
    max-width: 550px;
    margin: 0 auto 0 !important;
}
.apply-now-form form .fsBody .fsSubField{
    float: none !important;
}
.apply-now-form form .fsLabel,.apply-now-form form .fsPage .fsRow select + .fsSupporting{
    /* display: none !important; */
}
.apply-now-form .fsFieldRow input, .apply-now-form .fsFieldRow select {height: 62px !important;line-height: 50px !important;font-size: 20px !important;border-color: #CCCAC3 !important;border-radius: 12px !important;padding: 10px 20px !important;}
.fsLabelVertical.fsSpan100 .fsSubFieldGroup .fsSubField {width: calc(50% - 11px);}
.fsFieldRow .fsFieldCell.fsSpan100 .fsSubFieldGroup .fsSubField:nth-child(1), .fsFieldRow .fsFieldCell.fsSpan100 .fsSubFieldGroup .fsSubField:nth-child(2){width: 100%;}
.apply-now-form .fsBody .fsSubField {
    margin-right: 0px !important;
    margin-bottom: 15px !important;
}
.apply-now-form .fsSubFieldGroup .fsSubField:nth-child(2){margin-right: 0 !important;}
.apply-now-form .fsLabel {font-size: 22px !important;color: #363D58 !important;line-height: normal;margin-bottom: 12px !important;letter-spacing: 0.5px;}
.apply-now-form .fsBody label,.apply-now-form div.fsError{/*display: none !important;*/}
.apply-now-form .fsBody .fsSupporting {font-size: 16px;line-height: normal;color: #363D58;margin-top: 6px;letter-spacing: 0.5px;line-height: 1.4;}
.apply-now-form .fsRowBody input[type=text]:focus,.apply-now-form .fsRowBody input[type=tel]:focus,.apply-now-form .fsRowBody input[type=email]:focus,.apply-now-form .fsRowBody select:focus{border: 2px solid #694890!important;box-shadow: none !important;}
.apply-now-form .fsBody .fsFieldRow div[fs-field-type="address"] {font-size: 16px !important;margin-bottom: 18px;}
.apply-now-form .fsBody .fsSubField.fsFieldCity,
.apply-now-form .fsBody .fsSubField.fsFieldZip,
.apply-now-form .fsBody .fsSubField.fsFieldState {width: 100% !important;}
.apply-now-form form .fsPage .fsRow select {
    line-height: normal !important;
    font-size: 20px !important;
    background-image: url(assets/images/down-arrow.svg)!important;
}
.apply-now-form form .fsPage .fsRow input[type="tel"] {
    margin-bottom: 15px;
}
select{
    background-image: url(assets/images/down-arrow.svg)!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    box-shadow: none;
}
.apply-now-form .fsBody .fsFieldRow div[fs-field-type="address"] label {font-size: 16px !important;margin: 0;}
.apply-now-form .phone-email-wrap,.apply-now-form .apply-for-wrap ,.many-miles-wrap{display: flex;align-items: flex-start;}
.apply-now-form .phone-email-wrap > div ,.apply-now-form .apply-for-wrap > div, .apply-now-form .many-miles-wrap > div{flex: 0 0 50%;margin-right: 22px;max-width: calc(50% - 12px);}
.apply-now-form .fsBody .phone-email-wrap > div {margin-bottom: 50px !important;}
.apply-now-form .mfp-close {color: #fff;opacity: 1;top: 30px;font-size: 28px;}
#ApplyNowForm .fsRowBody {padding: 0 !important;margin: 0 !important;}
.many-miles-wrap label,div#fsCell110821645 label,label#label110821648,#label#label110821656,#label110821656,#label110821665,#label110821674,#label110821678,#label110821679,#label110821645,#label110821648{min-height: 54px;}
.apply-now-form .fsSubmit {margin: 12px 0 0 0;padding: 0 !important;text-align: center;}
.apply-now-form .fsSubmit button[type="button"],#fsSubmitButton4403588,.apply-now-form .fsNextButton{
    font-size: 20px !important;
    font-family: 'AvenirHeavy';
    height: 70px;
    float: none;
    border: 1px solid #0065aa;
    background-color: #0065aa !important;
    padding: 17px 25px;
    min-width: 322px;
    border-radius: 50px !important;
    transition: all 0.3s ease;
}
.apply-now-form .fsSubmit button[type="button"]:hover,.apply-now-form .fsSubmit button[type="button"]:focus{
    background-color: #189adc !important;
    color: #fff !important;
    border-color: #189adc;
}
#ApplyNowForm .fsValidationError {background-color: transparent !important;box-shadow: none !important;}
#ApplyNowForm .fsValidationError .fsRowBody input,#ApplyNowForm .fsValidationError .fsFieldRow select{border-color: #ce5f6d!important;}
#fsRow4392964-2 .fsSubField.fsNameLast {margin-right: 0 !important;}
#ApplyNowForm form > div#fsError4392964 {display: none;}
.apply-now-form .fsSubField.fsFieldAddress {width: 100% !important;margin-right: 0 !important;}
.apply-now-form .fsSubFieldGroup .fsSubField.fsFieldCity {margin-right: 22px !important;}
#ApplyNowForm .fsFieldRow .fsFieldCell.fsSpan50 {
    width: 100%;
    margin-right: 22px !important;
    float: none;
    margin-bottom: 15px !important;
}
.apply-now-form form .fsPage .fsRow .fsFieldCell p {
    margin-bottom: 0;
}
#ApplyNowForm .fsFieldRow .fsFieldCell.fsSpan50:nth-child(2) {margin-right: 0 !important;}
.apply-now-form div#fsCell110821652 .fsSubField.fsFieldCity,.apply-now-form div#fsCell110821661 .fsSubField.fsFieldCity ,.apply-now-form div#fsCell110821670 .fsSubField.fsFieldCity{margin-right: 12px !important;width: calc(50% - 12px) !important;}
.apply-now-form div#fsCell110821652 .fsSubField.fsFieldState,.apply-now-form div#fsCell110821661 .fsSubField.fsFieldState,
.apply-now-form div#fsCell110821670 .fsSubField.fsFieldState{margin-right: 0 !important;width: calc(50% - 0px) !important;}
.apply-now-form div#fsCell110821652 .fsSubField.fsFieldZip,.apply-now-form div#fsCell110821661 .fsSubField.fsFieldZip,
.apply-now-form div#fsCell110821670 .fsSubField.fsFieldZip{width: 100% !important;}
.apply-now-form .fsRowBody input[type=radio] {height: auto !important;line-height: 0 !important;padding: 0 !important;}
.apply-now-form form .fsPage .fsRow input[type="tel"] {
    margin-bottom: 0 !important;
}
.fsborderradius .fsBody .fsForm {
    padding-bottom: 20px !important;
}

/****************new*/
.img-with-content-sec.eight .dots,.eight .img-part:after{
    display: none;
}
.main-baner-button a:hover, .main-baner-button a:focus {
    background-color: #fff;
    color: #52527e;
    border-color: #fff;
}
.img-with-content-sec.second {
    padding: 100px 0;
    align-items: flex-start;
}
.second .img-with-cnt-img-block-inner {
    position: relative;
}
.img-with-content-sec.second .img-part {
    text-align: right;
    position: relative;
}
.second .img-first {
    width: 100%;
    justify-content: initial;
    max-width: calc(100% - 7vw);
    margin-left: auto;
    top: 0;
    right: 0;
    padding-bottom: 28vw;
}
.img-part figure {
    z-index: 2;
    position: relative;
}
.second .img-two {
    display: block;
    padding-bottom: 30%;
    max-width: 15vw;
    position: absolute;
    bottom: 60px;
    z-index: 2;
    width: 100%;
    left: 35px;
    box-shadow: 10px 10px 20px rgb(0 0 0 / 15%);
}
.second .img-with-content-block {
    max-width: 835px;
    padding-top: 20px;
    margin-left: auto;
    margin-right: 100px;
    padding-left: 15px;
}
.img-with-cnt-text {
    letter-spacing: -.2px;
    font-size: 20px;
    color: #363d58;
}
.second .row {
    flex-direction: row-reverse;
}
.col-60 {
    max-width: 60%;
    flex: 0 0 60%;
}
.col-40 {
    max-width: 40%;
    flex: 0 0 40%;
}
p.noMorePostsFound {
    text-align: center;
    margin: 40px 0 0;
}
.apply-now-form .fsBody label,.apply-now-form form .fsLabel{
    width: 100% !important;
    margin-right: 0 !important;
    font-size: 18px !important;
    margin-bottom: 5px !important;
    min-height: auto !important;
}
.apply-now-form .fsForm .fsLabelHorizontal .fsFieldHorizontal{
    width: 100% !important;
    float: none !important;
    margin-bottom: 10px;
}

/*****XML page******/
.pad70{
    padding: 70px 0;
}
.jobdata-wrap > span {
    display: block;
    margin-bottom: 10px;
}
.jobdata-wrap > span:empty {
    display: none;
}
.linkedcareerpage h2 {
    text-align: center;
    font-size: 35px;
}
.jobdata-wrap {
    padding: 25px 40px;
    border-radius: 20px;
    background: #f7f7f7;
    box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
    overflow-x: auto;
    margin-bottom: 20px;
}
.jobdata-wrap table {
    width: 100%;
}
.jobdata-wrap thead th {
    font-weight: 600;
    font-size: 22px;
    line-height: 80px;
    font-family: 'AvenirRoman';
    padding: 15px 8px;
}
.jobdata-wrap tbody tr {
    line-height: 45px;
    border-bottom: 1px solid #ddd;
}
.jobdata-wrap tbody tr:hover,.jobdata-wrap tbody tr:focus {
    background-color: #fff;
}
.jobdata-wrap tbody tr:last-child{border-bottom: 0;}
.jobdata-wrap tbody td {
    padding: 8px;
    line-height: 1.5;
}
.jobdata-wrap tbody tr td:empty ,.jobdata-wrap tbody tr td:empty + td,.jobdata-wrap tbody tr.empty {
    /* display: none; */
}
.jobdata-wrap tbody tr:has(td:empty) {
    /* display: none; */
}
.jobdata-wrap tbody tr:nth-child(-n+3){
    display: none;
}
td.job-type {
    font-size: 18px;
    text-transform: capitalize;
}
a.job-apply-btn {
    font-size: 15px;
    padding: 10px 25px;
    min-width: 130px;
}
/*************************************************/
section.main-banner { padding: 40px 0 191px 0; } 
section.main-banner .container { max-width: 1360px; } 
.banner-title h1 { color: #000; font-size: 40px; line-height: 1.5; font-family: "Inria Sans", sans-serif; font-weight: 400; font-style: normal; } 
.banner-text .logo { margin-bottom: 25px; } 
.banner-text .logo img { display: block; } 
.banner-text { max-width: 840px; } 
.banner-items { display: flex; flex-wrap: wrap; padding-bottom: 140px;padding-top: 140px;} 
.banner-item-text p, .banner-item-text li { font-size: 32px; font-family: "Inria Sans", sans-serif; font-weight: 400; font-style: normal; margin-bottom: 0; line-height: 1; letter-spacing: -2px; } 
.banner-item { width: 33.33%;transition: 0.4s ease;} 
.banner-item-text { padding: 0 25px; text-align: center; } 
.banner-item-icon img { display: block; margin: 0 auto;transform: rotate(-4deg); transition: 0.4s ease;transition-delay: 0.4s;} 
body.loaded .banner-item-icon img{transform: rotate(0deg);}
.banner-item-icon { margin-bottom: 59px; } 
.banner-item:first-child { transform: translateY(100px); } 
.banner-item:last-child { transform: translateY(-100px); }
body.loaded .banner-item:first-child { transform: translateY(140px); } 
body.loaded .banner-item:last-child { transform: translateY(-140px); }
.btn-new { background-color: #000; border-radius: 8px; font-size: 24px; font-weight: 500; line-height: 1.5; color: #fff; padding: 20px 38px; display: inline-block;transition: 0.4s ease;text-align: center;} 
.btn-new:hover, ul#menu-header-menu>li:last-child>a:hover{background-color: #E6E6E6; color: #000;}
.btn-new.grey-bg:hover{background-color: #000;color: #fff;}
.banner-cta.right { text-align: right; margin-top: -90px; }

section.our_guarantees { background-color: #121314; padding: 73px 0 55px 0; } 
section.our_guarantees .section-title h2 { color: #fff; font-family: "Inria Sans", sans-serif; font-weight: 400; font-style: normal; font-size: 48px; margin-bottom: 106px; letter-spacing: -1px; } 
section.our_guarantees .container { max-width: 1366px; } 
section.our_guarantees .col-4 { width: 33.33%; padding: 0px 15px; margin-bottom: 30px; } 
.guarantee-item { border: 2px solid #FFFFFF; box-shadow: 0px 4px 4px 0px #00000040; border-radius: 25px; overflow: hidden; height: 100%; text-align: center; padding: 30px 15px 50px 15px; } 
section.our_guarantees .col-6 { width: 50%; padding: 0 15px; margin-bottom: 30px; } 
.guarantee-item-icon img { margin: 0 auto; display: block; } 
.guarantee-item-text p, .guarantee-item-text li { font-size: 40px; line-height: 1; letter-spacing: -1px; font-family: "Inria Sans", sans-serif; font-weight: 400; font-style: normal; color: #fff; margin: 0; } 
.guarantee-item-icon { min-height: 132px; display: flex; align-items: center; justify-content: center; }

section.our_tank_section .text p, section.our_tank_section .text li { font-size: 36px; color: #000; font-family: "Inria Sans", sans-serif; font-weight: 400; font-style: normal; letter-spacing: -1px; line-height: 1; margin-bottom: 57px; } 
section.our_tank_section .our_tank_detail { max-width: 100%; margin-left: auto; text-align: center; } 
section.our_tank_section .container { max-width: 1366px;position: relative;} 
section.our_tank_section { padding: 110px 0 55px 0; background-size: auto 100%; background-position: left top; background-repeat: no-repeat; background-color: #e7e3d8;position: relative;} 
.our_tank_detail .text { margin-bottom: 96px; } 
section.our_tank_section .btn-group { text-align: center; margin-bottom: 84px; } 
section.our_tank_section .note p, section.our_tank_section .note li { font-size: 24px; line-height: 1; color: #000; letter-spacing: -1px; font-family: "Inria Sans", sans-serif; font-weight: 400; font-style: normal; margin-bottom: 0; font-style: italic; }
.our_tank_section_bg { position: absolute; left: 0; top: 0; z-index: 0; height: 100%; width: 100%; } 
.our_tank_section_bg img { height: 100%; display: block; }
.product-image-slider .slick-track { display: flex; align-items: center; }

section.testimonial { padding: 108px 0 48px 0; } 
section.testimonial .section-heading { text-align: center; } 
section.testimonial .section-heading h2 { font-size: 48px; letter-spacing: -1px; font-family: "Inria Sans", sans-serif; font-weight: 400; margin-bottom: 50px; } 
.testimonial-slider .testimonial-item { background: #EAE1D1; border: 2px solid #FFFFFF; box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%); border-radius: 25px; padding: 8px 50px; height: 100%; } 
section.testimonial .testimonial { padding: 0 25px; height: inherit; } 
section.testimonial .testimonial .testimonial-item-inside { background: #fff; border-radius: 105px; height: 100%; text-align: center; padding: 24px 15px 20px 15px; } 
.testimonial-slider .slick-track { display: flex; } 
.testimonial-slider .slick-list { padding: 10px 0px; } 
.testimonial-item-inside .stars { color: #ecc402; font-size: 44px; margin-bottom: 25px; } 
.testimonial-item-inside .text {line-height: 1.5;margin-bottom: 25px;} 
.testimonial-item-inside .author, .testimonial-item-inside .location { font-weight: 600; } 
.testimonial-slider .slick-arrow { display: none !important; } 
.testimonial-slider ul.slick-dots { display: flex; align-items: center; justify-content: center; } 
.testimonial-slider ul.slick-dots>li>button { font-size: 0; padding: 0; border: none; outline: none; background: rgb(0 0 0 / 20%); height: 10px; width: 10px; border-radius: 50%; cursor: pointer; } 
.testimonial-slider ul.slick-dots>li { margin: 0 5px; } 
.testimonial-slider ul.slick-dots>li.slick-active>button { background: #000; }

section.contact-bottom-strip { background-color: #F7F7F7; padding: 80px 0; } 
section.contact-bottom-strip .col-6 { width: 50%; padding: 0 15px; } 
section.contact-bottom-strip .contact-btns { text-align: right; } 
section.contact-bottom-strip .heading h2 { margin: 0; font-family: "Inria Sans", sans-serif; font-weight: 400; font-size: 48px; } 
section.contact-bottom-strip .container { max-width: 1306px; } 
.btn-new.grey-bg { background-color: #E6E6E6; color: #000; }

section.inner_page_banner .text h2 { font-size: 64px; letter-spacing: -1px; font-family: "Inria Sans", sans-serif; font-weight: 400; margin-bottom: 32px;color: #fff;} 
section.inner_page_banner .container { max-width: 1310px;position: relative;} 
section.inner_page_banner { padding: 101px 0 139px 0;position: relative;background-size: cover;background-position: center;} 
section.inner_page_banner .text, section.inner_page_banner .text p, section.inner_page_banner .text li { font-family: "Inria Sans", sans-serif; font-weight: 400; font-size: 24px; line-height: 1.5;color: #fff} 
section.product-detail-section { background-color: #81ABE3; padding: 118px 0; } 
.inner_page_banner_video { position: absolute; height: 100%; width: 100%; left: 0; top: 0; } 
.inner_page_banner_video .youtube { position: absolute; width: 100%; height: 100%; left: 0; top: 0; } 
.inner_page_banner_video .youtube iframe { width: 100%; height: 100%; object-fit: cover; }
.inner_page_banner_video video { height: 100%; width: 100%; display: block; object-fit: cover; } 
.inner_page_banner_video .mp4 { height: 100%; position: relative; } 
section.inner_page_banner.apply-bg .inner_page_banner_video:before { content: ''; height: 100%; width: 100%; background: rgb(0 0 0 / 30%); position: absolute; left: 0; top: 0;z-index: 1;} 
section.inner_page_banner.apply-bg .container{z-index: 2;}
section.inner_page_banner .text { color: #fff; }
section.product-detail-section .col-6 { width: 50%; padding: 0 15px; } 
section.product-detail-section .col-7 { width: 65%; padding: 0 15px; } 
section.product-detail-section .col-5 { width: 35%; padding: 0 15px; } 
section.product-detail-section .img img { width: 100%; border-radius: 0px 120px 120px 0px; } 
.product-detail-section .text h3 { font-size: 32px; line-height: 1.5; font-family: "Inria Sans", sans-serif; font-weight: 700; color: #000; margin-bottom: 24px; } 
.product-detail-section .text p, .product-detail-section .text li { font-size: 24px; line-height: 1.5; color: #000; font-family: "Inria Sans", sans-serif; font-weight: 400; } 
.product-detail-section .btn-group { text-align: center; margin-top: 97px; margin-bottom: 15px; } 
.product-detail-section .btn-group .btn-new { margin: 0 15px; } 
section.product-detail-section .row { align-items: center; }

section.product-colors-models .col-12 { width: 100%; padding: 0 15px; } 
section.product-colors-models .section-heading h2 { font-family: "Inria Sans", sans-serif; font-weight: 400; font-size: 64px; line-height: 1.5; } 
section.product-colors-models .container { max-width: 1428px; } 
section.product-colors-models { padding: 30px 0; } 
section.product-colors-models .col-4 { width: 33.33%; padding: 0 15px; }
.testimonial-slider ul.slick-dots>li:only-child { display: none; }

.size-details{display: none;}
section.contact-bottom-strip .contact-btns .btn-new { margin-left: 20px; }

footer.footer-main .col-5 { width: 41.66666667%; padding: 0 15px; } 
footer.footer-main .col-7 { width: 58.33333333%; padding: 0 15px; } 
footer.footer-main ul.social-icons a { color: #828282; } 
footer.footer-main ul.social-icons { display: flex; } 
.footer-menu-single ul { display: flex; flex-flow: column; } 
.footer-main .footer-menu { text-align: left; display: flex; } 
.footer-menu-single { width: 33.33%; } 
.footer-menu-single h3 { font-size: 16px; line-height: 1.5; font-weight: 600; color: #000; margin-bottom: 24px; }
footer.footer-main { padding: 50px 0 80px 0; } 
.footer-menu-single ul li { padding: 0; margin-bottom: 22px; } 
.footer-menu-single ul li a { color: #454545; font-size: 16px; line-height: 1.5; font-weight: 500; } 
footer.footer-main .footer-logo a { font-size: 24px; color: #000; line-height: 1.5; } 
footer.footer-main .container { max-width: 1254px; } 
footer.footer-main .footer-logo {margin-bottom: 30px; max-width: 220px;}
footer.footer-main .footer-logo img{display: block;}

body {padding-top: 122px;}
.sticky_phone { display: inline-block;background: #000;position: fixed;top: calc(50% - 25px);right: 0;color: #fff;padding: 8px 15px;border-radius: 10px 0px 0px 10px;box-shadow: 0px 0px 10px #888;} 
.sticky_phone a { color: #fff; }
#menu-header-menu { display: flex; } 
header.main-header .row { justify-content: space-between; } 
header.main-header .logo { padding: 0 15px;flex: 1;display: inline-flex;align-items: center;} 
header.main-header .header-nav { padding: 0 15px; } 
header.main-header .container { max-width: 1310px; } 
header.main-header { padding: 10px 0 10px 0;background-color: #000;position: fixed; width: 100%; z-index: 9; left: 0; top: 0;} 
header.main-header .logo a { display: block; font-size: 20px; color: #fff; font-weight: 500; text-transform: lowercase; font-family: "Inter", sans-serif;} 
ul#menu-header-menu>li>a { display: block; border: 1px solid transparent; border-radius: 8px; font-size: 20px; line-height: 1.5; font-weight: 500; padding: 10px 10px;color: #fff;font-family: "Inter", sans-serif;} 
ul#menu-header-menu>li { margin-right: 10px; } 
ul#menu-header-menu>li:last-child>a { background: #fff; border-color: #fff; color: #000; } 
ul#menu-header-menu>li:last-child { margin-right: 0; }

section.our_guarantees .col-6:first-child, section.our_guarantees .col-6:nth-child(2), section.our_guarantees .col-6:nth-child(3) { width: 33.33%; }
span.hamburger { display: none; }

section.our_tank_section .our_tank_detail .size-details { margin-bottom: 20px; }

.appointment-modal { position: fixed; width: 100%; height: 100vh; left: 0; top: 0; overflow: auto;z-index: 9;} 
.appointment-modal .overlay { background: rgb(0 0 0 / 80%); position: fixed; width: 100%; height: 100%; left: 0; top: 0; } 
.appointment-modal-inner { position: relative; max-width: 640px; margin: 0px auto; padding: 60px 20px; } 
.appointment-modal-inner .heading h2 { font-size: 32px; line-height: 1.5; font-family: "Inria Sans", sans-serif; font-weight: 400; margin-bottom: 15px; } 
.form-wrapper .form-col { padding: 0 16px; flex: 1; margin-bottom: 24px; position: relative; } 
.form-wrapper .form-col p { margin: 0; } 
.form-wrapper .form-col input[type="text"], .form-wrapper .form-col input[type="email"], .form-wrapper .form-col input[type="tel"], .form-wrapper .form-col textarea { border: 1px solid #E0E0E0; box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 5%); border-radius: 8px; height: 48px; width: 100%;padding: 10px;box-sizing: border-box;} 
.form-wrapper .form-col textarea { height: 162px; } 
.form-wrapper .form-col label { font-size: 16px; font-weight: 500; line-height: 1.5; display: block; margin-bottom: 5px; } 
.form-wrapper .form-col br { display: none; } 
.form-wrapper .form-row { display: flex; } 
.appointment-modal-inner .form { background: #fff; padding: 20px 10px; } 
.appointment-modal-inner .heading { padding: 0 16px; } 
.form-wrapper .form-col input[type="submit"] { border: 1px solid #000; box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 5%); border-radius: 8px; height: 48px; width: 100%; background-color: #000000; color: #fff;cursor: pointer;margin-top: 10px;} 
.form-wrapper .form-col span.wpcf7-spinner { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; } 
.appointment-modal-inner .close { position: absolute; background: #ffffff; height: 35px; width: 35px; right: 30px; top: 70px;cursor: pointer;} 
.appointment-modal-inner .close:before, .appointment-modal-inner .close:after { content: ''; height: 2px; width: 30px; background: #000; position: absolute; transform: rotate(45deg); transform-origin: top left; top: 5px; left: 7px; } 
.appointment-modal-inner .close:before { transform: rotate(-45deg); transform-origin: top right; left: unset; right: 7px; }
.form-wrapper .form-col span.wpcf7-not-valid-tip { font-size: 14px; margin-top: 5px; } 
.form-wrapper .wpcf7-response-output { margin-top: 0; } 
.appointment-modal-inner .wpcf7-response-output { margin-top: 10px !important; line-height: 1.4; font-size: 16px; }
.model-img img { display: block; }


section.blog-section .col-12 { width: 100%; padding: 0 15px; } 
section.blog-section .col-12 h2 { font-size: 32px; letter-spacing : -1px; font-family: "Inria Sans", sans-serif; font-weight: 400;margin-bottom: 26px;color: #000 } 
section.blog-section .container { max-width: 1308px; } 
section.blog-section { padding: 27px 0 60px 0; } 
section.blog-section .col-4 { width: 33.33%; padding: 0 15px; } 
.blog-feature-image img { width: 100%; display: block;height: 100%; object-fit: cover;} 
.blog-card .blog-title { font-size: 24px; font-family: 'Inter'; font-weight: 500; color: #000; margin-bottom: 2px; } 
.blog-card .blog-title a{color: #000;}
.blog-feature-image { margin-bottom: 25px;height: 250px;} 
.blog-card .blog-description p { color: #828282; font-weight: 500; font-family: 'Inter'; margin-bottom: 15px; } 
section.blog-section .blog-card { margin-bottom: 40px; }

section.inner_page_banner.no-bg .text h2, section.inner_page_banner.no-bg .text p, section.inner_page_banner.no-bg .text { color: #000; }
section.faq-section .container { max-width: 1310px; } 
section.form-section .container { max-width: 900px; } 
section.form-section .form-section-inner {margin: 0 -15px;} 
section.faq-section { padding: 50px 0; } 
section.form-section { padding: 50px 0 80px 0; }

section.faq-section .heading-section h2 { font-size: 32px; } 
.faq-section-inner .faq-item { background: #f9f9f9; margin-bottom: 15px; } 
.faq-item-title { padding: 15px 15px 15px 45px; position: relative; cursor: pointer; } 
.faq-item-title h3 { margin: 0; } .faq-item-content ul { list-style-type: disc; padding-left: 30px; } 
.faq-item-content { padding: 0 15px 15px 45px; display: none; } 
.faq-item-content ul li { margin-bottom: 15px; } 
.faq-item-content p { margin-bottom: 15px; } 
.faq-item-title:before, .faq-item-title:after { content: ''; width: 16px; height: 2px; background: #000; position: absolute; left: 16px; top: 31px; transition: 0.5s ease; } 
.faq-item-title:after { transform: rotate(90deg); }
.faq-item.open .faq-item-title:after { opacity: 0; }

.center { text-align: center; } 
section.testimonial .btn-new { margin-top: 30px; }

section.inner_page_banner .col-5 { width: 41.66666667%; padding: 0 15px; } 
section.inner_page_banner .col-7 { width: 58.33333333%; padding: 0 15px;flex: 1;} 
section.form-section .section-heading h3 { font-size: 32px; margin-bottom: 40px; }

section.inner_page_banner .col-5 video, section.inner_page_banner .col-5 iframe { max-width: 100%; height: auto;width: 100%;}

section.product-detail-section .col-12 { padding: 0 15px; width: 100%; } 
section.product-detail-section .table-img img, section.product-detail-section .table-img { width: 100%; display: block; } 
section.product-detail-section .table-img { margin-top: 40px; }
section.our_tank_section .col-6 { width: 50%; padding: 0 15px; }
section.our_tank_section .col-5 { width: 41.66666667%; padding: 0 15px; } 
section.our_tank_section .col-7 { width: 58.33333333%; padding: 0 15px;flex: 1;} 

.product-image-slider ul.slick-dots { display: flex; align-items: center; justify-content: center; } 
.product-image-slider ul.slick-dots>li>button { font-size: 0; padding: 0; border: none; outline: none; background: rgb(0 0 0 / 20%); height: 10px; width: 10px; border-radius: 50%; cursor: pointer; } 
.product-image-slider ul.slick-dots>li { margin: 0 5px; } 
.product-image-slider ul.slick-dots>li:only-child { display: none; }
.product-image-slider ul.slick-dots>li.slick-active>button { background: #000; }
.product-image-slider a img { width: 100%; display: block; }

.product-image-slider .slick-arrow { filter: brightness(0); left: 15px; height: 50px; width: 50px; } 
.product-image-slider .slick-arrow:hover, .product-image-slider .slick-arrow:focus { filter: brightness(1); background-color: #000; border-color: #000; } 
.product-image-slider .slick-arrow.slick-next { left: unset; right: 15px; }

.form-wrapper .form-col label sup { color: red; }
header.main-header .logo img { max-width: 220px; } 
header.main-header .logo a { display: inline-block; }

.product-detail-section .btn-group:empty { margin: 0; } 
section.our_tank_section .row { align-items: center; }

.single-post .page-content-section{padding: 80px 0px;}
.single-post .page-content-section .container { max-width: 1040px; } 
.single-post .right-sidebar-layout .col-sm-12 { width: 100%; padding: 0 15px; } 
.single-post .right-sidebar-layout header.entry-header img { width: 100%; height: auto; }
.right-sidebar-layout .entry-title { font-family: "Inria Sans", sans-serif; } 
.right-sidebar-layout article { margin-bottom: 50px; } 
.right-sidebar-layout nav.nav-single { margin-bottom: 50px;display: none;} 
.right-sidebar-layout div#comments form#commentform label { width: 100%; display: block; } 
.right-sidebar-layout div#comments form#commentform input[type="text"], .right-sidebar-layout div#comments form#commentform input[type="email"], .right-sidebar-layout div#comments form#commentform input[type="url"] { width: 100%; border: 1px solid #000; height: 45px;padding: 0 15px;} 
.right-sidebar-layout div#comments form#commentform .comment-form-cookies-consent label { display: inline; } 
.right-sidebar-layout div#comments form#commentform textarea#comment { width: 100%;padding: 15px;} 
.right-sidebar-layout div#comments form#commentform input#submit { background-color: #000; border-radius: 8px; font-size: 24px; font-weight: 500; line-height: 1.5; color: #fff; padding: 20px 38px; display: inline-block; transition: 0.4s ease;cursor: pointer;} 
.right-sidebar-layout div#comments form#commentform  .form-submit { text-align: center; }
button#load-more-btn { margin: 30px auto; }
div#blog-posts { padding: 0;margin: 0;}
html, body{scroll-behavior: smooth;}
.footer-address p {margin-bottom: 15px;}
.form-section-inner p.dscf7captcha { text-align: center; } 
.form-section-inner p.dscf7captcha a#dscf7captcha-477 img { width: 20px; } 
.form-section-inner p.dscf7captcha input.wpcf7-form-control { border: 1px solid #E0E0E0; box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 5%); border-radius: 8px; height: 48px; font-size: 16px; text-align: center; padding: 0 10px; }

.appointment-modal.first-time-user .appointment-modal-inner .heading h2 { text-align: center; margin-top: 15px;margin-bottom: 25px;}
.display-flex { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 20px; }
.appointment-modal.first-time-user h2 span { color: red; } 
.appointment-modal.first-time-user h2 span:after { display: none; } 
.appointment-modal.first-time-user .form { padding-bottom: 35px; }
.review-shortcode-wrapper { padding-top: 50px !important; padding-bottom: 50px !important; }
.top-header { background: #ff0000; color: #fff; text-align: center; font-size: 14px; line-height: 1.4; padding: 5px 10px;margin-bottom: 10px;display: none;}
@media(min-width:1024px){
    ul#menu-header-menu>li:not(:last-child)>a:hover {
        border-color: #000;
    }
    section.inner_page_banner{min-height: 400px;}
}
@media(max-width:1599px){
    section.product-detail-section .col-7{padding-left: 0;}
}
@media(max-width:1399px){
    section.main-banner .container { max-width: 1060px; } 
    .banner-item-icon { margin-bottom: 30px; } 
    .banner-item-text p, .banner-item-text li { font-size: 28px; } 
    .banner-text { max-width: 730px; } 
    section.our_guarantees .container { max-width: 1060px; } 
    section.our_guarantees .section-title h2 { margin-bottom: 80px;font-size: 44px;} 
    .guarantee-item-text p, .guarantee-item-text li { font-size: 32px; } 
    section.our_tank_section { padding: 60px 0 55px 0; } 
    section.our_tank_section .text p, section.our_tank_section .text li { font-size: 32px; margin-bottom: 30px; } 
    section.testimonial { padding: 80px 0 48px 0; } 
    section.testimonial .testimonial { padding: 0 15px; } 
    .testimonial-slider .testimonial-item { padding: 10px 30px; } 
    section.testimonial .testimonial .testimonial-item-inside { border-radius: 60px; } 
    section.contact-bottom-strip .container { max-width: 1060px; } 
    section.contact-bottom-strip { padding: 60px 0; }
    header.main-header .container { max-width: 1060px; } 
    ul#menu-header-menu>li {margin-right: 10px;} 
    ul#menu-header-menu>li>a { padding: 10px 4px;font-size: 16px;}
    footer.footer-main .container { max-width: 1060px; }
    .guarantee-item-icon{margin-bottom: 10px;}
    section.product-colors-models .section-heading h2 { font-size: 52px; }
    section.inner_page_banner .container { max-width: 1060px; } 
    section.blog-section .container { max-width: 1060px; }
    section.faq-section .container { max-width: 1060px; } 
    section.form-section .container { max-width: 900px; }
    section.inner_page_banner .text h2 { font-size: 52px; line-height: 1.2; margin-bottom: 20px; }
    header.main-header { padding: 10px 0 10px 0; }
    body {padding-top: 122px;}
}
@media(max-width:1199px){
    section.main-banner .container { max-width: 960px; } 
    .banner-item:first-child { transform: translateY(80px); } 
    .banner-item:last-child { transform: translateY(-80px); } 
    .banner-text { max-width: 620px; } 
    .banner-title h1 { font-size: 36px; } 
    section.main-banner { padding: 40px 0 120px 0; }
    section.our_guarantees .container { max-width: 960px; } 
    section.our_guarantees .section-title h2 { font-size: 40px; margin-bottom: 60px; } 
    section.our_tank_section .our_tank_detail { max-width: 100%; } 
    section.our_tank_section .text p, section.our_tank_section .text li { font-size: 28px; } 
    .our_tank_detail .text { margin-bottom: 60px; } 
    section.our_tank_section .note p, section.our_tank_section .note li { font-size: 20px; } 
    section.testimonial .section-heading h2 { font-size: 42px; margin-bottom: 40px; } 
    section.contact-bottom-strip .col-6 { width: 100%; text-align: center; } 
    section.contact-bottom-strip .contact-btns { text-align: center; margin-top: 20px; } 
    section.contact-bottom-strip .contact-btns .btn-new { margin: 0 10px; }
    ul#menu-header-menu>li>a { font-size: 16px; }
    footer.footer-main .container { max-width: 960px; }
    header.main-header { padding: 10px 0 10px 0; } 
    section.product-detail-section .col-5, section.product-detail-section .col-6 { width: 100%; } 
    section.product-detail-section .col-7 { width: 100%; padding-left: 15px; } 
    section.product-detail-section .img img { border-radius: 120px; width: auto; margin: 0 auto; display: block; } 
    section.product-detail-section .text { text-align: center; margin-top: 40px; } 
    section.product-detail-section { padding: 80px 0 80px 0; } 
    section.inner_page_banner .text h2 { font-size: 54px; }
    section.inner_page_banner .container { max-width: 960px; } 
    section.blog-section .container { max-width: 960px; }
    .blog-card .blog-title { font-size: 20px; }
    section.faq-section .container { max-width: 960px; } 
    section.form-section .container { max-width: 960px; }
    section.inner_page_banner.no-bg .text li, section.inner_page_banner.no-bg .text p, section.inner_page_banner.no-bg .text { font-size: 20px; }
    section.our_tank_section .btn-group{margin-bottom: 40px;}
    header.main-header .logo img { max-width: 200px; }
    body {padding-top: 113px;}
}
@media(max-width:1023px){
    .banner-text { margin: 0 auto; text-align: center; } 
    .banner-text .logo img { margin: 0 auto;max-width: 380px;} 
    section.main-banner { padding: 30px 0 80px 0; }
    .banner-item { transform: translate(0) !important; } 
    .banner-item-icon img { max-height: 245px; width: auto; margin: 0 auto; } 
    .banner-item-text p, .banner-item-text li { font-size: 24px; line-height: 1.3; } 
    .banner-cta.right { text-align: center; margin-top: 0px; } 
    .banner-items { padding-bottom: 60px;padding-top: 60px;} 
    .btn-new, .right-sidebar-layout div#comments form#commentform input#submit { font-size: 20px; padding: 15px 20px; }
    section.our_guarantees .col-6:first-child, section.our_guarantees .col-6:nth-child(2), section.our_guarantees .col-6:nth-child(3) { width: 50%; } 
    .guarantee-item-text p, .guarantee-item-text li { font-size: 28px; } 
    section.our_tank_section { background-size: 100% auto; }
    span.hamburger { display: block; height: 35px; width: 40px; position: relative; border: 2px solid #fff; border-radius: 8px; right: 15px; z-index: 3; } 
    header.main-header .header-nav {position: absolute; width: 100%; height: 100vh; left: -100%; top: 0; background: #000; z-index: 3; padding-top: 140px;transition: 0.5s ease-in-out;} 
    header.main-header.open .header-nav { left: 0; }
    span.hamburger:before, span.hamburger:after { content: ''; height: 2px; width: calc(100% - 10px); position: absolute; background-color: #fff; left: 5px; top: 8px;transition: 0.4s ease;} 
    span.hamburger:after { bottom: 7px; top: auto; } 
    span.hamburger span { height: 2px; width: calc(100% - 10px); position: absolute; background-color: #fff; left: 5px; top: 15px; display: block; } 
    header.main-header { padding: 10px 0 10px 0; } 
    #menu-header-menu { flex-flow: column; align-items: flex-start; } 
    header.main-header .logo { z-index: 4; } 
    ul#menu-header-menu>li>a { padding-left: 0; padding-right: 0; } 
    ul#menu-header-menu>li:last-child>a { padding-left: 15px; padding-right: 15px; } 
    ul#menu-header-menu>li { margin-right: 0; margin-bottom: 10px; }
    footer.footer-main .col-5 { width: 100%; } 
    footer.footer-main .col-7 { width: 100%; } 
    footer.footer-main .footer-logo { text-align: center; margin-bottom: 10px; } 
    footer.footer-main .social { width: 100%; } 
    footer.footer-main ul.social-icons { justify-content: center; width: 100%; padding-bottom: 20px; } 
    .footer-menu-single h3 { text-align: center; } 
    .footer-menu-single ul li { text-align: center; } 
    footer.footer-main { padding: 40px 0 40px 0; }
    footer.footer-main ul.social-icons>li { font-size: 16px; }
    .testimonial-item-inside .stars{font-size: 36px;}
    header.main-header.open .hamburger:before { transform: rotate(45deg); transform-origin: bottom left;top: 6px; left: 8px;} 
    header.main-header.open .hamburger span { opacity: 0; } 
    header.main-header.open .hamburger:after { left: 8px; transform: rotate(-45deg); top: 25px;transform-origin: top left; }
    .our_tank_section_bg { position: relative; } 
    section.our_tank_section { padding-top: 50px; } 
    .our_tank_section_bg img { width: 100%; height: auto; } 
    section.our_tank_section .our_tank_detail { max-width: 100%; padding-top: 50px; }
    section.inner_page_banner { padding: 80px 0 100px 0; } 
    .product-detail-section .btn-group { margin-top: 50px; } 
    section.product-colors-models .section-heading h2 { font-size: 44px; }
    section.blog-section .col-4 { width: 50%; }
    section.faq-section .heading-section h2 { font-size: 28px; } 
    section.form-section .section-heading h3 { font-size: 28px; }
    section.inner_page_banner .col-7 { width: 100%; flex: unset; } 
    section.inner_page_banner .col-5 { width: 100%; margin-top: 40px; }
    section.our_tank_section .col-6, section.our_tank_section .col-5, section.our_tank_section .col-7{width: 100%;}
    body {padding-top: 113px;}
    .sticky_phone {top:unset;bottom: 20px;}
}
@media(max-width:767px){
    .banner-title h1 { font-size: 32px; } 
    .banner-item { width: 100%; margin-bottom: 40px; } 
    .banner-item-icon { margin-bottom: 20px; } 
    section.our_guarantees .col-6:first-child, section.our_guarantees .col-6:nth-child(2), section.our_guarantees .col-6:nth-child(3), section.our_guarantees .col-6 { width: 100%; } 
    .guarantee-item-icon { min-height: unset; margin-bottom: 15px; } 
    section.our_guarantees .section-title h2 { font-size: 32px; text-align: center; margin-bottom: 40px; } 
    section.testimonial { padding: 60px 0 50px 0; } 
    section.testimonial .section-heading h2 { font-size: 32px; margin-bottom: 30px; }
    section.our_tank_section .btn-group { margin-bottom: 40px; }
    .form-wrapper .form-row { flex-wrap: wrap; } 
    .form-wrapper .form-col { flex: unset; width: 100%; } 
    .appointment-modal-inner .heading h2 { font-size: 28px; }
    section.inner_page_banner { padding: 60px 0 70px 0; } 
    section.inner_page_banner .text h2 { font-size: 36px; letter-spacing: 0; margin-bottom: 20px; } 
    section.product-detail-section { padding: 60px 0 60px 0; } 
    .product-detail-section .text h3 { font-size: 28px; margin-bottom: 15px; } 
    .product-detail-section .text p, .product-detail-section .text li { font-size: 18px; } 
    section.product-colors-models .section-heading h2 { font-size: 36px; } 
    section.product-colors-models .col-4 { width: 50%; margin-bottom: 30px; }
    section.product-detail-section .text{margin-top: 20px;}
    section.faq-section { padding: 40px 0; } 
    section.faq-section .heading-section h2 { font-size: 24px; margin-bottom: 20px; } 
    section.form-section { padding: 40px 0 60px 0; } 
    section.form-section .section-heading h3 { font-size: 24px; margin-bottom: 20px; }
    .faq-item-title h3 { line-height: 1.5; }
    .product-image-slider .slick-arrow{display: none !important;}
}
@media(max-width:599px){
    .banner-text .logo img { max-width: 320px; } 
    .banner-title h1 { font-size: 24px; } 
    .banner-item-text p, .banner-item-text li { font-size: 20px; letter-spacing: 0px; } 
    section.main-banner { padding: 30px 0 60px 0; } 
    section.our_guarantees { padding: 60px 0 40px 0; } 
    section.our_guarantees .section-title h2 { font-size: 28px; letter-spacing: 0; margin-bottom: 30px; } 
    .guarantee-item-text p, .guarantee-item-text li { font-size: 24px; letter-spacing: 0; line-height: 1.3; } 
    .guarantee-item { padding: 20px 15px 30px 15px; } 
    section.testimonial .section-heading h2 { font-size: 28px; margin-bottom: 25px; margin-bottom: 10px; } 
    .testimonial-slider .testimonial-item { padding: 10px; } 
    .testimonial-item-inside .text { font-size: 18px; } 
    .testimonial-item-inside .author, .testimonial-item-inside .location { font-size: 18px; } 
    section.contact-bottom-strip { padding: 40px 0; } 
    section.contact-bottom-strip .heading h2 { font-size: 38px; } 
    .btn-new, .right-sidebar-layout div#comments form#commentform input#submit { font-size: 18px; } 
    section.contact-bottom-strip .contact-btns .btn-new { margin: 0 5px; }
    .footer-menu-single { width: 100%; } 
    .footer-main .footer-menu { flex-wrap: wrap; }
    section.our_tank_section .text p, section.our_tank_section .text li { font-size: 20px; letter-spacing: 0; line-height: 1.4; } 
    section.our_tank_section .note p, section.our_tank_section .note li { font-size: 18px; letter-spacing: 0; }
    section.product-detail-section .img img { border-radius: 50px; } 
    .product-detail-section .btn-group .btn-new { margin: 0 10px; } 
    section.product-colors-models .col-4 { width: 100%; }
    section.inner_page_banner .text { line-height: 1.5;font-size: 16px;} 
    section.blog-section .col-12 h2 { font-size: 28px; } 
    section.blog-section .col-4 { width: 100%; }
    .sticky_phone { width: 100%; border-radius: 0px; bottom: 0; text-align: center; font-size: 18px; }
}



/********************/
.pricing-card .btn-new { width: 100%; cursor: pointer; }
.pricing-section {
    position: relative;
    padding: 60px 0;
    background-color: #F7F7F7;
}

.pricing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 20px;
    position: relative;
    z-index: 1;
}

.pricing-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    position: relative;
}

.card-header {
    background: #000;
    color: white;
    padding: 40px 20px 20px 20px;
    text-align: center;
    flex-grow: 1;
}

.card-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 1.3;
    color: #fff;
}

.card-description {
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.95;
    margin-bottom: 20px;
    color: #fff;
}

.card-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.price-amount {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
}

.price-period {
    font-size: 18px;
    opacity: 0.9;
    color: #fff;
}

.price-original {
    text-decoration: line-through;
    font-size: 24px;
    opacity: 0.7;
    margin-right: 10px;
    color: red;
}

.sale-banner {
    position: absolute;
    background: #ff6b35;
    color: white;
    padding: 6px 10px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    transform-origin: center;
    right: 10px;
    top: 10px;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    display: inline-block;
    line-height: 1;
    border-radius: 20px;
}

.card-body {
    padding: 30px 20px;
}

.features-list {
    list-style: none;
    margin-bottom: 30px;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
}

.checkmark {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    flex-shrink: 0;
    color: #4a90e2;
}

.checkmark svg {
    width: 100%;
    height: 100%;
}

.learn-more-btn {
    width: 100%;
    background: #4caf50;
    color: white;
    border: none;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.learn-more-btn:hover {
    background: #45a049;
}

.learn-more-btn:active {
    transform: scale(0.98);
}

.chat-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
    transition: transform 0.3s ease;
}

.chat-widget:hover {
    transform: scale(1.1);
}

.chat-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.chat-bubble {
    position: absolute;
    bottom: 70px;
    right: 0;
    background: white;
    padding: 10px 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    font-size: 12px;
    white-space: nowrap;
    max-width: 200px;
}

.chat-bubble::after {
    content: '';
    position: absolute;
    bottom: -8px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid white;
}

@media (max-width: 768px) {
    .pricing-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .card-title {
        font-size: 18px;
    }

    .price-amount {
        font-size: 40px;
    }

    .pricing-section {
        padding: 40px 0;
    }
}

@media (max-width: 480px) {
    .card-header {
        padding: 40px 15px 15px;
    }

    .card-body {
        padding: 25px 15px;
    }

    .card-title {
        font-size: 16px;
    }

    .card-description {
        font-size: 13px;
    }

    .price-amount {
        font-size: 36px;
    }

    .chat-widget {
        width: 50px;
        height: 50px;
        bottom: 15px;
        right: 15px;
    }

    .chat-icon {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .pricing-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .pricing-cards .pricing-card:last-child {
        grid-column: 1 / -1;
        max-width: 500px;
        margin: 0 auto;
    }
}