body {
	font-family: "Poppins", sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
}

html {
  scroll-behavior: smooth;
}

.serv-wrap {
  text-align: center;
}

.serv-title {
    font-size: 50px;
    font-weight: 600;
    margin: 0px 0 60px;
    background: linear-gradient(90deg, #003D73 1%, #0071B0 82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

li.navbtn a {
    background-color: #fff;
    padding: 9px 18px;
    box-sizing: border-box;
    color: #000 !important;
    border-radius: 5px;
}

.services-grid 
{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    position: relative;
    z-index: 9;	
}

.service-box 
{
	background: #fff;
    border-radius: 25px;
    overflow: hidden;
    text-align: left;
    position: relative;
    padding: 14px 14px 33px 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	transition: .5s all ease;
	cursor:pointer;
}

.service-box img {
  width: 100%;
  display: block;
  border-radius: 12px 12px 0 0;
}

.service-box .icon {
    width: 93px;
    height: 93px;
    color: #fff;
    font-size: 20px;
    border-radius: 0 130px 130px 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -20px;
    right: 40px;
    padding: 20px;
    background: linear-gradient(90deg, #003D73 1%, #0071B0 82.01%);
}

.service-box h3 {
	font-size: 22px;
    font-weight: 600;
    color: #0d3054;
    margin: 32px 0 25px;
    background: linear-gradient(90deg, #003D73 1%, #0071B0 82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.service-box p {
    font-size: 18px;
    line-height: 25px;
    color: #1A1A1A;
    font-weight: 400;
    margin-bottom: 0;
    font-family: "Nunito", sans-serif;
}

.highlight {
  background: #0d3054;
  color: #fff;
}

.highlight h3,
.highlight p {
  color: #fff;
}

.highlight .icon {
  background: #fff;
  color: #0d3054;
}

.phone {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.need-num-wrap span {
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    margin-bottom: 10px;
    font-family: "Nunito", sans-serif;
}

.need-num-wrap strong {
    font-size: 20px;
    line-height: 16px;
    font-weight: 900;
    font-family: "Nunito", sans-serif;
}

.supp-left h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    margin-bottom: 36px;
}

.supp-left p {
	font-size: 18px;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 36px;
    width: 51%;
    opacity: 1;
}

.cta-box {
  display: flex;
  align-items: center;
  gap: 20px;
}

.supphero-img {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    z-index: 9;
    pointer-events: none;
}


.supp-wrap {
    position: relative;
    background: #004F88;
    border-radius: 20px;
    padding: 60px 114px 249px 176px;
    color: #fff;
    align-items: center;
    overflow: hidden;
}

.supphero-img img {
    height: 670px;
}

img.sup-hand {
    position: absolute;
    left: -35px;
    height: 200px;
	animation: floatUpDown 4s ease-in-out infinite;
}

.btn {
    background: #fff;
    color: #0d5aa0;
    padding: 12px 22px;
    border-radius: 6px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

.btn:hover {
  color: #0d5aa0;
  background: #f3f3f3;
}

.need-num-wrap {
    display: flex;
    flex-direction: column;
}

.supp-right .feature {
	display: flex;
    align-items: flex-start;
    gap: 25px;
    margin-bottom: 33px;
}

.supp-right .feature:last-child
{
	margin-bottom:0;
}

.supp-right .icon {
	color: #fff;
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 10px;
}

.supp-right h4 {
	margin: 0;
    font-size: 25px;
    font-weight: 600;
    line-height: 50px;
}

.supp-right p {
	margin: 2px 0 0;
    font-size: 22px;
    color: #dce7f3;
    line-height: 32px;
    font-weight: 500;
    width: 80%;
    font-family: "Nunito", sans-serif;
}

.hero-img {
  position: absolute;
  bottom: 0;
  right: 40px;
  max-width: 280px;
}

.hero-img img {
  width: 100%;
  height: auto;
}

img.line-abs {
    position: absolute;
    opacity: 0.3;
    top: 0;
    left: 0;
    z-index:1;
}

.supp-left {
    position: relative;
    z-index: 999;
}

.supp-right {
    position: relative;
    z-index: 999;
	top: 40px;
}

.supp-grid {
    display: flex;
    gap: 40px;
}

/* Responsive */
@media (max-width: 900px) {
  .supp-wrap {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 50px 20px;
  }
  .supp-right {
    margin-top: 30px;
  }
  .hero-img {
    position: relative;
    right: auto;
    margin: 20px auto 0;
  }
}

.nav-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.nav-wrap ul {
    list-style-type: none;
    display: flex;
    column-gap: 80px;
    margin-bottom: 0;
}

.nav-wrap ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
}

.nav-wrap a img {
    height: 169px;
}

a.abs-center-logo {
    position: unset;
    top: -40px;
    left: 46%;
    transform: unset;
}
.nav-wrap ul {
    margin: 0;
    padding: 0;
}
nav 
{
    position: absolute;
    top: 42px;
    left: 0;
    width: 100%;
    height: 71px;
	background: linear-gradient(90deg, #003D73 1%, #0071B0 82.01%);
}

nav .container 
{
    height: 100%;
}

section.herobanner-sect img {
    width: 100%;
    object-fit: cover;
}

section.herobanner-sect {
    height: 100vh;
    overflow: hidden;
}

.hero-banner-text {
	position: absolute;
    bottom: 46px;
    left: 50%;
    transform: translateX(-50%);
}

.hero-banner-text 
{
    color: #fff;
    font-size: 35px;
    line-height: 45px;
    font-weight: 500;
	z-index: 999;
}

.btext {
    display: flex;
    flex-direction: column;
    text-align: center;
}

section.herobanner-sect:before 
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 200px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

section.serv-sect {
    padding: 65px 0 90px;
    background-color: #F4F6F0;
}

.pos-rel
{
	position:relative;
}

.serv-wrap {
    position: relative;
}

img.abs1 {
    position: absolute;
    left: -170px;
    top: 50%;
    transform: translateY(-6%);
}

img.abs2 {
    position: absolute;
    right: -155px;
    bottom: 32px;
}

section.supp-sect {
    padding: 69px 0 30px;
	background-color: #fff;
}

section.supp-sect .container {
    max-width: 1790px;
}

section.process-sect {
    padding: 90px 0;
	background-color: #fff;
}

.proc-title {
    width: 43%;
}

.proc-title p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 0;
    font-weight: 500;
}

.proc-title h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    background: linear-gradient(90deg, #003D73 1%, #0071B0 82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin-bottom: 17px;
}

img.gloves-img {
    position: absolute;
    top: -33px;
    left: -168px;
    z-index: 1;
	animation: floatUpDown 4s ease-in-out infinite;
}

img.cleaner-img {
    position: absolute;
    right: 0;
    top: -121px;
	animation: floatLeftRight 5s ease-in-out infinite;
}

.process-sect .container
{
    position: relative;	
}

.process-wrap {
    position: relative;
}

.hip-wrap {
    padding: 90px 0 0;
    display: flex;
    column-gap: 70px;
    text-align: center;
}

.hip-box h5 {
    font-size: 25px;
    line-height: 30px;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 22px;
}

.hip-box p {
    font-size: 18px;
    line-height: 28px;
    color: #575757;
	margin-bottom: 0;
	font-family: "Nunito", sans-serif;
}

.hip-icon {
    width: 110px;
    height: 110px;
    padding: 24px;
    border: 1px solid #BCBCBC;
    border-radius: 50%;
    margin-bottom: 22px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;	
}

.hip-wrap .hip-box:nth-child(even) 
{
    margin-top: 52px;
}

.hip-wrap .hip-box:nth-of-type(2) h5 
{
    white-space: nowrap;
}

.hip-box 
{
    position: relative;
}

.hip-box img.cpl 
{
	width: 80%;
}

.hip-wrap .hip-box:nth-of-type(1) img.cpl
{
    position: absolute;
    top: 50px;
    right: -139px;
    width: 80%;
}

.hip-wrap .hip-box:nth-of-type(2) img.cpl
{
    position: absolute;
    top: -10px;
    right: -164px;
    width: 80%;
}

.hip-wrap .hip-box:nth-of-type(3) img.cpl
{
	position: absolute;
    top: 42px;
    right: -114px;
    width: 62%;
}

section.form-sect {
    background-color: #fff;
}

.illus-form-box img {
    width: 427px;
}

.illus-form-box {
    padding: 30px 22px 12px;
    background-color: #fbfbfb;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 80px;
}

.form-right {
    width: 100%;
    border: 1px solid #C2C2C2;
    background-color: #fff;
    border-radius: 20px;
    padding: 33px;
}

.form-cover h4 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    background: linear-gradient(90deg, #003D73 1%, #0071B0 82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin-bottom: 36px;
}

.form-group {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.form-group input {
    height: 59px;
    outline: none;
    background-color: #EDEDED;
    border: 1px solid #EDEDED;
}

.form-group label {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    font-family: "Nunito", sans-serif;
}

.form-row.rone {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 20px;
}

form 
{
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.form-row textarea 
{
	resize:none;
    height: 143px;
    outline: none;
    background-color: #EDEDED;
    border: 1px solid #EDEDED;	
}

.button-wrap button 
{
	height: 54px;
    color: #fff;
    outline: none;
    border: none;
    padding: 0 20px;
    font-size: 18px;
    border-radius: 10px;
    font-family: "Nunito", sans-serif;
    background: linear-gradient(90deg, #003D73 1%, #0071B0 82%);
}

img.clean-brm {
    position: absolute;
    right: 40px;
    bottom: 20px;
    z-index: 0;
}

.form-right {
    position: relative;
}

form 
{
    position: relative;
    z-index: 99;
}

.form-left 
{
    width: 64%;
    overflow: hidden;
    border-radius: 20px;
    background-color: #fbfbfb;
}

section.book-appointment 
{
    margin-top: 90px;
}

img.cleanbox 
{
    top: -70px;
    left: 0;
    position: absolute;
	animation: floatLeftRight 5s ease-in-out infinite;
}

.ba-wrap 
{
    height: auto;
    position: relative;
    border-radius: 20px;
	background: linear-gradient(90deg, #003D73 1%, #0071B0 82%);
}

section.book-appointment .container 
{
    max-width: 1790px;
}

.book-appointment .normal-container 
{
    height: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 300px;
    display: flex;
    align-items: center;
	position: relative;
    justify-content: space-between;
}

.normal-container h4 {
    font-size: 25px;
    line-height: 35px;
    color: #fff;
    font-weight: 600;
    width: 70%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.normal-container a 
{
    color: #000;
    padding: 16px 23px;
    border-radius: 10px;
	text-decoration: none;
    background-color: #fff;
}

footer {
    margin-top: 70px;
    margin-bottom: 20px;
}

footer .container
{
    max-width:1790px;
}

footer .footer-wrap {
    background: linear-gradient(180deg, #e6f6ff 0%, #f6fbff 100%);
    border-radius: 14px;
    padding: 48px 64px 64px;
    position: relative;
    overflow: hidden;
}

footer .normal-container
{
    height: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

.footer-top h3 
{
    font-size: 28px;
    font-weight: 500;
    color: #083c62;
    text-align: right;
}

.footer-top 
{
	display: flex;
    align-items: center;
    padding-bottom: 17px;
	position: relative;
    justify-content: space-between;
    border-bottom: 1px solid #A4D3A3;
}

.fleft ul li svg 
{
    width: 15px;
    height: 15px;
}

.fleft ul 
{
    list-style-type: none;
    padding-left: 0;
    row-gap: 20px;
    display: flex;
    flex-direction: column;
}

.fleft ul li svg path 
{
    fill: #083c62;
}

.footer-top h3 
{
    margin-bottom: 0;
}

.fleft ul li span 
{
    font-weight: 500;
    font-family: "Nunito", sans-serif;
}

.fleft ul li 
{
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.footer-grid 
{
	margin-top: 50px;
    display: grid;
    grid-template-columns: 31% 24% 37%;
    grid-column-gap: 50px;
}

.footer-grid h3 
{
    color: #083c62;
    font-size: 19px;
    margin-bottom: 30px;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
}

footer .normal-container a {
    color: #000;
	padding: 0;
    font-size: 15px;
    cursor: pointer;
    background-color: unset;
}

.fleft.fmiddle ul {
    row-gap: 12px;
}

.call-btn 
{
    gap: 16px;
    width: fit-content;
    display: inline-flex;
    align-items: center;
    border-radius: 50px !important;
    padding: 7px 15px !important;
    background: linear-gradient(90deg, #003D73 1%, #0071B0 82%);
    box-shadow: 0 8px 20px rgba(4, 48, 82, 0.18), inset 0 -2px 0 rgba(0, 0, 0, 0.08);
}

.call-icon svg {
	width: 30px;
    height: 30px;
}

a.call-btn span {
    color: #fff;
}

span.call-icon svg path {
    fill: #004e87;
}

span.call-icon {
    background-color: #E8F5D3;
    padding: 9px;
    border-radius: 50px;
}

span.call-text {
    font-family: "Nunito", sans-serif;
    font-size: 14px;
}

span.call-phone {
    font-family: "Nunito", sans-serif;
    font-weight: 700;
}

.notify-wrap svg {
    width: 22px;
    height: 22px;
}

.notify-wrap {
    display: flex;
    column-gap: 18px;
    align-items: center;
}

.bell-box {
    width: 32px;
    height: 32px;
    background-color: #083c62;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.notify-wrap svg path {
    fill: #fff;
}

.notify-wrap span 
{
    font-size: 14px;
    line-height: 22px;
    font-family: Nunito, sans-serif;
}

.input-wrap 
{
    width: 100%;
    margin-top: 28px;
}

.newsletter .input-wrap 
{
    display: flex;
    position: relative;
    background: #fff;
    border-radius: 40px;
    padding: 12px 18px;
    box-shadow: 0 12px 30px rgba(6, 58, 90, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.newsletter input 
{
    border: none;
    outline: none;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
}

.newsletter .send-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #083c62;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 14px rgba(8, 60, 96, 0.18);
    padding: 10px;
}

.newsletter .send-btn svg path {
    fill: #fff;
}

.socials 
{
    display: flex;
    gap: 12px;
    margin-top: 22px;
    align-items: center;
}

.social 
{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 2px solid #cde7a8;
    background: transparent;
    color: #0b4a78;
    font-weight: 600;
    cursor: pointer;
}

.social svg {
    width: 17px;
    height: 17px;
}

img.footer-star {
    position: absolute;
    right: -100px;
    width: 100px;
}

.service-box:hover {
	transition: .5s all ease;
   background: linear-gradient(90deg, #003D73 1%, #0071B0 82%);
}

.service-box:hover h3, .service-box:hover p {
    color: #fff;
    background: unset !important;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

.service-box:hover h3,
.service-box:hover p
{
    color: #fff;
}

.service-box:hover .icon
{
	background: #fff;	
}

.service-box:hover .icon img
{
	filter: invert(1);
}

/* contact form start */

.contact-left {
    height: 665px;
    overflow: hidden;
    border-radius: 10px;
    background-color: #F5F5F5;
    padding: 20px;
}

.contact-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-right h3 
{
	font-size: 22px;
	line-height: 25px;
	font-weight: 600;
	margin-bottom: 13px;
}	

.contact-right p 
{
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 31px;
}

.inputwrapper 
{
	display: flex;
	flex-direction: column;
	row-gap: 12px;
	margin-bottom: 0px;
}	

.grid-one 
{
	position: relative;
}

.inputwrapper input 
{
	height: 48px;
	border-radius: 10px;
	width: 100%;
	outline: none;
	border: 1px solid #CACACA;
	padding: 9px 16px;
	font-size: 18px;
}

.grid-two 
{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}

.grid-two div 
{
	position: relative;
}

.grid-two input 
{
	position: relative;
}

.inputwrapper textarea 
{
	height: 74px;
	border-radius: 10px;
	width: 100%;
	outline: none;
	border: 1px solid #CACACA;
	padding: 9px 16px;
	font-size: 18px;
	resize: none;
}

.servradiowrap 
{
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0px;
}

.servradiowrap h5 
{
	color: #333333;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 14px;
}

.servradio.commonradio {
	display: flex;
	column-gap: 16px;
}

.commonradio .radio-box-wrap 
{
	width: fit-content;
	position: relative;
}

.commonradio .radio-box {
	height: 36px;
	padding: 4px 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	border: 1px solid #A8A8A8;
}	

.commonradio .radio-box-wrap input[type="checkbox"] 
{
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
	margin-top: 0;
}

.commonradio .radio-box-wrap input[type="checkbox"]:checked + .radio-box 
{
	color: #004F88;
	border: 1px solid #004F88;
}

.commonradio .radio-box h4 
{
	margin: 0;
	font-size: 16px;
	line-height: 18px;
	white-space: nowrap;
}

.check-wrap 
{
	position: relative;
	display: flex;
	column-gap: 13px;
	margin-bottom: 0px;
}

.fill-btn {
	color:#fff;
    border-radius: 5px;
    padding: 12px 14px;
    border: 1px solid #004F88;
    background-color: #004F88;
    display: flex;
    grid-column-gap: 7px;
    height: 44px;
    align-items: center;
    width: fit-content;
    text-decoration: none;
    transition: .5s all ease;
    z-index: 99;
}	

.checkbox-box-wrap input {
    width: 20px !important;
    height: 20px !important;
}

/* contact form end */

@keyframes floatUpDown {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-20px); /* move up */
    }
}

@keyframes floatLeftRight {
    0%, 100% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(25px); /* move right */
    }
}

.fix-cta-wrap {
    position: relative;
}

.fix-cta-wrap .contact-right {
    width: 30%;
    position: fixed;
    right: -100%;
    bottom: 85px;
    z-index: 9999;
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
	transition: .5s all ease;
}

.fix-cta-wrap:hover .contact-right {
    right: 30px;
	transition: .5s all ease;
    border: 5px solid #ceceea;
    border: 10px solid #0071b0;
	box-shadow: 0px 0px 7px 0px #cccccc78;	
}

.fix-cta-wrap img.clean-brm
{
	display:none;
}

.fix-cta-wrap .contact-right p 
{
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 18px;
}

.fix-cta-wrap .contact-right h3 
{
    font-size: 20px;
    margin-bottom: 7px;
}

.cta-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #ffffff;
    z-index: 999;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 3px solid #0071b0;
}

.cta-btn svg {
    width: 30px;
    height: 30px;
}

.cta-btn svg path {
    fill: #0071b0;
}

.fix-cta-wrap .inputwrapper input 
{
    height: 40px;
    border-radius: 5px;
}

.fix-cta-wrap form 
{
    row-gap: 15px;
}

.fix-cta-wrap .servradio.commonradio 
{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    row-gap: 15px;
}

.fix-cta-wrap  .check-wrap label {
    font-size: 14px;
    position:relative;
    top: -2px;
}

.fix-cta-wrap  .checkbox-box-wrap input {
    width: 15px !important;
    height: 15px !important;
}

/* sidemoda start */

body, html {
    height: 100%;
}

body.dshadow
{
    overflow: hidden;
    position: relative;
    height: 100vh;	
}

body.dshadow:before 
{
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background: #ffffff39 0 0 no-repeat padding-box;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.msg-slider-left h4 
{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.msg-slider 
{
    position: fixed;
    top: 0;
    right: -140%;
    width: 480px;
    height: 100vh;
    background: white;
    z-index: 999999;
    transition: right .8s ease;
    box-shadow: 0 -3px 10px #00000046;
}

.msg-slider-left 
{
    padding: 40px;
    height: 100vh;
    overflow-y: scroll;
}

.msg-slider-left img
{
    width: 100%;
}

a.sliderCross 
{
    position: absolute;
    top: 50%;
    left: -70px;
    transform: translateY(-50%);
}

a.sliderCross svg 
{
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50px;
    padding: 21px;
    box-shadow: 0 3px 6px #00000029;
}


.msg-slider-left p 
{
    letter-spacing: 1px;
}

.msg-slider.modal-active  
{
    right: 0;
}

/* sidemoda end */

section.team-sect {
    padding-top: 110px;
}

.team-grid {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 30px;
}

.team-box img {
    width: 100%;
}

.team-box h4 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 5px;
}

.team-box span {
    font-size: 15px;
}

section.team-sect .proc-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 80px;
}

section.team-sect .proc-title h2 {
    font-size: 33px;
    margin-bottom: 0;
}

section.team-sect .proc-title p {
    font-size: 18px;
    line-height: 0;
    padding: 9px 0;
}


.team-sect .item img {
    width: auto;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.mshow 
{
	display: none;
}

.dshow 
{
	display: block;
}
.supphero-img img {
    height: 570px;
}

.supp-grid {
    justify-content: space-between;
    width: 100%;
}

.supp-right .feature {
    width: 80%;
    justify-content: flex-end;
    margin-left: 240px;
}

.supp-right {
    width: 50%;
    float: right;
}


.team-sect .item img {
    filter: grayscale(1);
}

.team-sect .item img:hover {
    filter: unset;
}






























@media only screen and (min-width: 300px) and (max-width: 991px) 
{
	.mshow 
	{
		display: block;
	}

	.dshow 
	{
		display: none;
	}
	
	nav 
	{
		left: 0;
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		width: 100%;
		justify-content: space-between;
		text-align: center;
		position: absolute;
		padding: 20px 30px;
		z-index: 9999;
		align-items: center;
	}

	nav ul 
	{
		display: flex;
		list-style-type: none;
		padding-left: 0;
		margin-bottom: 0;
		column-gap: 50px;
	}

	nav ul a 
	{
		color: #fff;
		text-decoration: none;
	}

	.btabel 
	{
        width: fit-content;
        padding: 17px 34px;
        border: 1px solid #ffffff;
	}
	
	.btabel a 
	{
		color: #fff;
		text-decoration: none;
		font-size: 20px;
	}	

	.services-grid 
	{
		gap: 0;
		grid-row-gap: 30px;
		grid-template-columns: repeat(1, 1fr);
	}

	.serv-title 
	{
		font-size: 27px;
	}
	
    .menushow 
	{
        padding: 90px 25px 0;
    }	
	
    .menushow 
	{
        position: absolute;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100vh;
        padding: 50px 0;
        z-index: 99999999;
        background: linear-gradient(90deg, #003D73 1%, #0071B0 82%);
        transition: .5s all ease;
    }


	.menushow ul 
	{
		list-style-type: none;
	}

	.menushow ul {
		margin-bottom: 0;
		padding-left: 0;
	}

	.menushow ul a {
		text-decoration: none;
		color: #fff;
	}

	.menushow ul {
		display: flex;
		flex-direction: column;
		row-gap: 22px;
	}

	.menushow {
		padding: 90px 25px 0;
	}

	.menushow .btabel {
        margin-left: unset;
        margin-top: 25px;
        width: fit-content;
        padding: 10px;
	}
	
	.menushow ul li a 
	{
		font-size: 20px;
	}	

	a.cross svg {
		width: 25px;
		height: 25px;
		position: absolute;
		right: 20px;
		top: 20px;
	}

	a.hamb-wrap svg 
	{
        width: 35px;
        height: 35px;
    }

	.logo-wrap a img 
	{
		width: 80px;
	}

	.mobile-menu-wrap 
	{
		display: flex;
		align-items: center;
		padding: 15px 20px;
		justify-content: space-between;
	}

	a.hamb-wrap svg path 
	{
		fill: #000;
	}
	
	section.herobanner-sect 
	{
		height: fit-content;
        position: relative;
	}

	.hero-banner-text 
	{
        color: #fff;
        font-size: 19px;
        line-height: 26px;
        font-weight: 500;
        z-index: 999;
	}
	
	.hero-banner-text 
	{
		width: 100%;
		bottom: 118px;
		display: flex;
		position: absolute;
		justify-content: center;
	}

	.service-box .icon 
	{
		width: 70px;
		height: 70px;
		color: #fff;
		font-size: 20px;
		bottom: -9px;
		right: 19px;
		padding: 15px;
	}

	.serv-title 
	{
		margin: 0px 0 30px;	
	}
	
	section.serv-sect 
	{
		padding: 50px 10px 50px;
	}

	.supp-grid 
	{
		gap: 20px;
		flex-direction: column;
	}

	.supp-left h2 
	{
		font-size: 18px;
		line-height: 28px;
		font-weight: 800;
		margin-bottom: 20px;
	}

	.supp-left p 
	{
		width: 100%;
	}

	.supp-left p {
		width: 100%;
	}

	.cta-box {
		flex-direction: column;
		gap: 30px;
	}

	.phone {
		column-gap: 20px;
	}

	.phone svg {
		width: 35px;
		height: 35px;
	}

	img.sup-hand {
		display: none;
	}

	.supp-right .feature {
		flex-direction: column;
		text-align: left;
	}

	.feature .icon + div 
	{
		width: 100%;
	}

	.supp-right p 
	{
		width: 100%;
		font-size: 20px;
		line-height: 29px;
	}

	.supp-right h4 
	{
		font-size: 23px;
	}

	.supp-grid .supp-right 
	{
		margin-top: 0;
	}

	img.abs2 
	{
		position: absolute;
		left: 45px;
		bottom: -170px;
		transform: rotate(50deg);
	}

	.supphero-img {
		display: flex;
		justify-content: center;
		position: absolute;
		left: -70px;
		bottom: -40px;
		transform: unset;
		z-index: 9;
		pointer-events: none;
	}

	.supp-wrap 
	{
        padding-bottom: 250px !important;
    }

	.supphero-img img 
	{
		height: 370px;
	}
	
	section.process-sect 
	{
		padding: 50px 0 25px;
	}	

	img.cleaner-img 
	{
		height: 100px;
		right: 0;
		top: -61px;
		left: 0;
	}

	.proc-title h2 
	{
		font-size: 32px;
		line-height: 60px;
		text-align: center;
		margin-bottom: 0;
	}

	.proc-title 
	{
		width: 100%;
	}

	.proc-title p 
	{
		text-align: center;
		font-size: 18px;
		line-height: 28px;
	}

	img.gloves-img 
	{
        position: absolute;
        top: unset;
        bottom: -73px;
        left: unset;
        z-index: 1;
        right: 0;
        width: 100px;
	}

	.hip-wrap 
	{
		row-gap: 30px;
        padding: 50px 0 0;
        flex-direction: column;
    }
	
	.hip-wrap .hip-box:nth-child(even) 
	{
		margin-top: 0;
	}	

	.hip-box img.cpl 
	{
		display: none;
	}	
	
	.service-box h3 
	{
		margin-bottom: 10px;
		font-size: 20px;
	}

	.service-box p 
	{
		font-size: 17px;
	}

	.hip-box h5 
	{
		font-size: 22px;
		margin-bottom: 4px;
	}

	.hip-icon 
	{
		width: 90px;
		height: 90px;
		padding: 20px;
		margin-bottom: 10px;
	}

	.form-grid 
	{
        column-gap: 0;
        flex-direction: column;
        row-gap: 25px;
	}

	.form-row.rone 
	{
		grid-template-columns: repeat(1, 1fr);
		column-gap: 0;
		row-gap: 25px;
	}


	.form-right 
	{
		padding: 20px;
	}

	.form-cover h4 
	{
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.form-group input 
	{
		height: 45px;
	}

	.form-group label 
	{
		font-size: 17px;
		margin-bottom: 0;
		line-height: 16px;
	}

	.form-left 
	{
		width: 100%;
	}

	.illus-form-box img 
	{
		width: 100%;
	}

	.book-appointment .normal-container 
	{
		max-width: fit-content;
		flex-direction: column;
		padding-left: 0;
		padding: 30px 20px;
		align-items: baseline;
		row-gap: 15px;
		overflow: hidden;
	}

	.normal-container h4 
	{
		width: 100%;
		font-size: 21px;
		line-height: 28px;
	}

	.ba-wrap 
	{
		height: fit-content;
	}

	section.book-appointment 
	{
		margin-top: 50px;
	}

	img.cleanbox 
	{
		top: unset;
		bottom: -10px;
		left: unset;
		right: 0;
		width: 100px;
	}

	footer 
	{
		margin-top: 50px;
	}

	footer .footer-wrap 
	{
		padding: 20px;
	}

	.footer-grid 
	{
		margin-top: 30px;
		grid-template-columns: 100%;
		row-gap: 35px;
	}

	.footer-grid h3 
	{
		margin-bottom: 20px;
	}

	footer .footer-wrap 
	{
		padding: 20px;
	}

	.footer-grid 
	{
		margin-top: 30px;
		grid-template-columns: 100%;
		row-gap: 35px;
	}

	.footer-grid h3 
	{
		margin-bottom: 20px;
	}

	.footer-top 
	{
		flex-direction: column;
		align-items: flex-start;
		text-align: left;
		justify-content: flex-start;
		row-gap: 15px;
	}

	.footer-top h3 
	{
		text-align: left;
		font-size: 20px;
		font-weight: 600;
	}

	img.footer-star 
	{
		right: 0;
	}	
	
	/* contact form start */
	
	.form-grid 
	{
        grid-template-columns: repeat(1, 1fr);
    }
	
	.grid-two	
	{
		grid-template-columns: repeat(1, 1fr);	
	}
	
	.servradio.commonradio 
	{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 20px;
    }	
	
	.contact-left 
	{
        height: 370px;
        object-fit: cover;
        margin-bottom: 20px;
		padding-bottom: 0;
    }

	.check-wrap label {
		position: relative;
		top: -4px;
	}	
	
	/* contact form end */
	
	.team-grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 25px;
        column-gap: 25px;
	}

	.team-box img {
		width: 100%;
		height: 240px;
		object-fit: contain;
	}

	.team-box h4 {
		font-size: 16px;
		font-weight: 600;
	}

	.team-box span {
		display: inline-block;
		font-size: 15px;
		line-height: 20px;
		max-width: 178px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}	
	
	body.open-menu .menushow 
	{
		left: 0;
	}

	body.open-menu .herobanner-sect,
	body.open-menu .serv-sect,
	body.open-menu .supp-sect,
	body.open-menu .process-sect,
	body.open-menu .form-sect,
	body.open-menu .book-appointment,
	body.open-menu footer	
	{
		display:none;
	}
		
	.fix-cta-wrap .contact-right	
	{
		bottom: 0;		
		width: 100%;
	}
	
	.fix-cta-wrap:hover .contact-right 
	{
        right: 0;
        width: 100%;
        z-index: 99999999;
        bottom: 0;
        top: unset;
	}

	.fix-cta-wrap .servradio.commonradio 
	{
		grid-template-columns: repeat(2, 1fr);
	}
	
	    .cta-close {
        z-index: 9999999999;
        position: absolute;
        right: 76px;
        bottom: 80px;
    }	
	
	.msg-slider {
		height: 70vh;
		top: unset;
		bottom: 0;		
	}
	
	.modal-active {
		width: 100%;
		height: 70vh;
		top: unset;
		bottom: 0;
		overflow: unset;
	}

	a.sliderCross {
		top: -40px;
		left: 50%;
		z-index: 99999999999999;
	}

	.msg-slider-left {
		height: 100%;
		overflow-y: scroll;
	}

	    .cta-close svg {
        position: absolute;
        width: 60px;
        height: 60px;
        background-color: #fff;
        border-radius: 50px;
        padding: 21px;
        box-shadow: 0 3px 6px #0000005c;
    }

	.contact-right.hideContact {
		right: -140% !important;
	}
	
    section.team-sect .proc-title p 
     {
        font-size: 18px;
        line-height: 26px;
        padding: 0;
    }
    
    section.team-sect 
    {
        padding-top: 40px;
    }    
	section.herobanner-sect img {
    height: calc(100vh - 100px);
}
.supp-right .feature {
    margin-left: 0;
    width: 100%;
}

.supp-right {
    width: 100%;
    float: unset;
}

.supp-wrap {
    padding-bottom: 450px !important;
}
.proc-title h2 {
    line-height: 45px;
    padding-top: 50px;
}
.inputwrapper {
    row-gap: 10px;
}

.fix-cta-wrap .check-wrap label {
    line-height: 14px;
}

.commonradio .radio-box h4 {
    font-size: 14px;
}

.fix-cta-wrap .servradio.commonradio {
    row-gap: 5px;
}

.commonradio .radio-box {
    width: 100%;
}

.commonradio .radio-box-wrap {
    width: 100%;
}
.hero-banner-text {
    bottom: unset;
    top: 50%;
}
.team-sect .item img { 
    height: 70px; 
}
.contact-right form#contact-form .inputwrapper .grid-two {
    grid-template-columns: repeat(2, 1fr);
}
.contact-right form#contact-form .inputwrapper .grid-one textarea {
    height: 60px;
}








}

@media only screen and (min-width: 1200px) and (max-width: 1299px) 
{
	
	.nav-wrap ul {
		column-gap: 50px;
	}

	.nav-wrap ul li a {
		font-size: 17px;
	}

	.nav-wrap a img {
		height: 130px;
	}

	a.abs-center-logo {
		top: -28px;
	}

	.hero-banner-text {
		font-size: 31px;
		line-height: 38px;
	}
	
	
	section.herobanner-sect img {
		height: 100vh;
	}

	.serv-title {
		font-size: 38px;
	}

	.supp-left h2 {
		font-size: 47px;
	}

	.supp-wrap {
		zoom: 80%;
		padding: 60px 74px 255px 74px;
	}
	
	section.supp-sect .container {
		max-width: 1200px;
	}

	img.sup-hand {
		height: 176px;
	}

	.supphero-img img {
		height: 610px;
	}

	.supp-right .feature div:last-child {
		width: 72%;
	}	

	.supp-right p {
		width: 100%;
	}
	
	.supp-right .feature {
		justify-content: flex-end;
	}

	img.abs1 {
		left: -88px;
		top: 54%;
		width: 150px;
	}

	img.abs2 {
        position: absolute;
        right: -62px;
        bottom: 32px;
        transform: rotate(1deg);
        width: 100px;
	}
	
	.service-box .icon 
	{
        width: 80px;
        height: 80px;
        right: 20px;
	}
	
	section.book-appointment .container {
		max-width: 1200px;
	}

	.book-appointment .normal-container 
	{
		max-width: 1090px;	
	}
	
	footer .container {
		max-width: 1200px;
	}

	img.footer-star {
		position: absolute;
		right: -50px;
		width: 80px;
		top: -28px;
	}
	
	.normal-container h4 {
		font-size: 25px;
		line-height: 35px;	
	}
	
	.proc-title h2 {
		font-size: 36px;
	}

	.proc-title p {
		font-size: 18px;
		line-height: 26px;
	}

	img.cleaner-img {
		width: 170px;
		top: -78px;
	}
	
	section.process-sect {
		padding: 50px 0;
	}	

	.hip-wrap {
        padding: 70px 0 0;
        zoom: 86%;
	}

	.hip-icon {
		width: 90px;
		height: 90px;
		padding: 22px;
	}

	.illus-form-box img {
		width: 328px;
	}	
	
	.form-cover h4 {
		font-size: 25px;
		margin-bottom: 20px;
	}

	.form-group input {
		height: 48px;
	}

	.form-row textarea {
		height: 113px;
	}

	.illus-form-box img {
		position: relative;
		top: 60px;
	}

	img.cleanbox {
		top: -40px;
		left: 0;
		position: absolute;
		width: 16%;
	}
	
    section.team-sect {
        padding-top: 40px;
    }
    
    .team-sect .item img {
        width: 110px;
    } 
    
    section.team-sect .proc-title {
       margin-bottom: 30px;
    }    
	
}


@media only screen and (min-width: 1300px) and (max-width: 1399px) 
{
	
	.nav-wrap ul {
		column-gap: 50px;
	}

	.nav-wrap ul li a {
		font-size: 17px;
	}

	.nav-wrap a img {
		height: 130px;
	}

	a.abs-center-logo {
		top: -28px;
	}

	.hero-banner-text {
		font-size: 31px;
		line-height: 38px;
	}
	
	
	section.herobanner-sect img {
		height: 100vh;
	}

	.serv-title {
		font-size: 38px;
	}

	.supp-left h2 {
		font-size: 47px;
	}

	.supp-wrap {
		zoom: 88%;
		padding: 60px 74px 255px 74px;
	}
	
	section.supp-sect .container {
		max-width: 1280px;
	}

	img.sup-hand {
		height: 176px;
	}

	.supphero-img img {
		height: 610px;
	}

	.supp-right .feature div:last-child {
		width: 72%;
	}	

	.supp-right p {
		width: 100%;
	}
	
	.supp-right .feature {
		justify-content: flex-end;
	}

	img.abs1 {
		left: -88px;
		top: 54%;
		width: 150px;
	}

	img.abs2 {
		position: absolute;
		right: -105px;
		bottom: 32px;
		transform: rotate(350deg);
		width: 160px;
	}
	
	.service-box .icon 
	{
		width: 80px;
		height: 80px;	
	}
	
	section.book-appointment .container {
		max-width: 1280px;
	}

	.book-appointment .normal-container 
	{
		max-width: 1170px;	
	}
	
	footer .container {
		max-width: 1280px;
	}

	img.footer-star {
		position: absolute;
		right: -50px;
		width: 80px;
		top: -28px;
	}
	
	.normal-container h4 {
		font-size: 25px;
		line-height: 35px;	
	}
	
	.proc-title h2 {
		font-size: 36px;
	}

	.proc-title p {
		font-size: 18px;
		line-height: 26px;
	}

	img.cleaner-img {
		width: 170px;
		top: -78px;
	}
	
	section.process-sect {
		padding: 50px 0;
	}	

	.hip-wrap {
        padding: 70px 0 0;
        zoom: 86%;
	}

	.hip-icon {
		width: 90px;
		height: 90px;
		padding: 22px;
	}

	.illus-form-box img {
		width: 328px;
	}	
	
	.form-cover h4 {
		font-size: 25px;
		margin-bottom: 20px;
	}

	.form-group input {
		height: 48px;
	}

	.form-row textarea {
		height: 113px;
	}

	.illus-form-box img {
		position: relative;
		top: 60px;
	}

	img.gloves-img {
		position: absolute;
		top: -33px;
		left: -62px;
		z-index: 1;
		width: 100px;
	}	
	
	.process-wrap {
		position: relative;
		padding: 0 40px;
	}	
	
	
}


@media only screen and (min-width: 1400px) and (max-width: 1499px) 
{
	section.herobanner-sect img {
		height: 100vh;
	}

	.serv-title {
		font-size: 48px;
	}

	.supp-left h2 {
		font-size: 47px;
	}

	.supp-wrap {
		zoom: 92%;
		padding: 60px 74px 255px 74px;
	}
	
	section.supp-sect .container {
		max-width: 1360px;
	}

	img.sup-hand {
		height: 176px;
	}

	.supphero-img img {
		height: 610px;
	}

	.supp-right .feature div:last-child {
		width: 72%;
	}	

	.supp-right p {
		width: 100%;
	}
	
	.supp-right .feature {
		justify-content: flex-end;
	}

	img.abs1 {
		left: -88px;
		top: 54%;
		width: 150px;
	}

	img.abs2 {
        width: 100px;
        right: -60px;
	}

	section.book-appointment .container {
		max-width: 1360px;
	}

	.book-appointment .normal-container 
	{
		max-width: 1230px;	
	}
	
	footer .container {
		max-width: 1360px;
	}

	img.footer-star {
		position: absolute;
		right: -50px;
		width: 80px;
		top: -28px;
	}

	img.gloves-img {
		position: absolute;
		top: -33px;
		left: -62px;
		z-index: 1;
		width: 100px;
	}	
	
	.process-wrap {
		position: relative;
		padding: 0 40px;
	}	
	
	img.cleaner-img {
		position: absolute;
		right: 0;
		top: -121px;
		width: 260px;
	}

	img.cleanbox {
		top: -44px;
		left: 0;
		position: absolute;
		width: 15%;
	}	
	
}