@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    outline: none;
    box-shadow: none;
}
body {
  font-style: normal;
  color: #000;
 font-family: "Montserrat", sans-serif;

}
.compadd {
    padding: 20px 0px 0px;
}
.text-left {
    text-align: left;
}
.tagline.white {
    color: #fff;
}


.phone-btn{
        transition: 0.7s all ease-in-out;
      transition: transform 0.7s;
      animation: blink 1s infinite;
      cursor: pointer;
}



/* Blinking effect using keyframes */
@keyframes blink {

    0% {
    transform: scale(1); /* Default size */
    opacity: 1; /* Fully visible */
  }
  50% {
    transform: scale(1.02); /* Scaled up */
    opacity: 0.8; /* Semi-transparent */
  }
  100% {
    transform: scale(1); /* Back to default size */
    opacity: 1; /* Fully visible */
  } 
}


.bottom-row {
    justify-content: center;
} 

header.header.scroll {
    position: fixed;
    transition: all 0.5s ease-in-out;
    background: #000000bf;
    padding: 16px 0;
}

header.header
 {   transition: all 0.5s ease-in-out;
    padding: 20px 0;
    background: transparent;
    position: absolute;
    width: 100%;
    z-index: 9;
}   

.compareblock1 {
    border-radius: 14px 0px 0px 14px;
    background: #FFF5F5;
}

.compare-top-block {
    text-align: center;
}

.compare-content-block {
    padding: 40px;
}

.compareblock2 {
    border-radius: 0px 14px 14px 0px;
    background: var(--Blue, #093378);
    box-shadow: 16px 16px 60px 0px rgba(0, 0, 0, 0.28);
}

.w-1000 {
    max-width: 1000px;
    margin: 0px auto;
}

.compare-block {
    padding: 60px 0;
}

.compare-block .col-sm-6 {
    padding: 0;
    margin-top: 50px;
}

.compareblock1 h3 {
    color: #B20000;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 114%; /* 25.08px */
}

.compareblock2 h3 {
    color: #029E31;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 114%; /* 25.08px */
}

.compare-content-block ul li {
    list-style: none;
}

.compare-content-block ul {
    padding: 0;
}

.right-content {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}
.right-content p {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-right: 20px;
}
p.ratcxt {
    color: #121410;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 114%;
    margin: 0;
}
.bg-gray {
    border-radius: 40px;
    background: #F5F5F5;
}
.bg-image {
    background-repeat: no-repeat !important;
    background-position: bottom right !important;
    background-size: 140px !important;
}
.tag {
    border-radius: 60px;
    border: 1px solid #DCC8F1;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.10) 0%, rgba(210, 162, 250, 0.10) 100%);
    display: inline-flex;
    padding: 8px 18px;
    align-items: center;
    gap: 6px;
	opacity: 0.6;
}
h1.h1 {
    margin: 0;
    color: #ffffff;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 128%;
}
h1.h1 span {
    border-radius: 14px;
    background: linear-gradient(92deg, #B6D3FF -11.21%, rgba(219, 233, 255, 0.00) 90.53%);
    background-repeat: no-repeat;
    padding-left: 10px;
}

h1.h1 span strong {
    font-weight: 700;
}

.marquee img {
    max-width: 200px;
}

.banner .btn-wrap {
    margin-top: 35px;
}

.banner-content .comm-btn.green-btn {
    width: 100%;
    justify-content: center;
    margin: 80px auto;
}  

.banner-content {
    padding-top: 100px;
}


.badge_bnr {
    margin: 50px 0;
}

.badge_bnr img {
    max-width: 100%;
}
.banner-content p {
    margin: 10px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
} 

section.counter_wrapper.compadd {
    background: url(/wp-content/uploads/Map@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

section.image_slider_wrapper {
    padding: 60px 0;
}

.comm-btn {
    border-radius: 60px;
    padding: 20px 30px;
    text-decoration: none;
    display: flex;
    color: #FFF;
    gap: 14px;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    transition: 0.3s ease all;
    max-width: max-content;
    text-transform: capitalize;
}
.comm-btn.center-btn {
    margin: 0 auto;
}
.comm-btn svg {
    height: 20px;
    width: 20px;
}
.transparent-btn {
   border: 1px solid #ffffff;
   color: #fff;
}
.green-btn {
    background: #029E31;
    background: linear-gradient(156deg, #029E31 15.37%, #0B6225 139.46%);
    color: #FFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.60);
}
.green-btn:hover {
    color: #fff;
    background: linear-gradient(156deg, #2c60b7 15.37%, #093378 139.46%);
}
.dark-green {
    border-radius: 60px;
    border: 1px solid rgba(0, 0, 0, 0.24);
    background: #005932;
	    margin-top: 8px;
}
.tagline {
    color: #4B4B4B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 19px 0 10px 0;
    gap: 6px;
}
.banner-image img {
    width: 100%;
}
.outerbanner
 {
    border-radius: 0px 0px 80px 80px;
    /*background: url(/wp-content/uploads/image-6.png);*/
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.outerfeature {
    position: relative;
}

img.featured-icons-block {
    position: absolute;
    right: -80px;
    top: -100px;
}

.bottom-service-block {
    display: inline-flex;
    width: 33%;
    gap: 16px;
    margin-top: 15px;
    text-align: center;
    justify-content: center;
} 



span.banner_bottom-title
 {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}


.innerbwlow p>span {
    color: #029E31;
}
.innerbwlow p {
    margin-bottom: 0px;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
} 
.innerbwlow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.belowtext {
    border-radius: 0px 0px 80px 80px;
    background: #093378;
    text-align: center;
    color: #fff;
    padding: 120px 10px 20px;
    margin-top: -100px;
    z-index: -1;
    position: relative;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.title-section h2 {
    color: #121410;
    font-style: normal;
    font-weight: 700;
    margin: 0;
}
.title-sm h2 {
font-size: 24px;
line-height: 114%;
}
.title-md h2 {
font-size: 38px;
line-height: 124%;
}
.title-lg h2 {
font-size: 48px;
line-height: 114%;
}
.title-section h2 span {
    color: #093378;
}
.before-after-slide {
    text-align: center;
}

.another-details {
    display: flex;
    align-items: center;
    gap: 10px;
	justify-content:center;
	text-align: left;	
}
.another-details h4 {
    margin: 0;
    color: #161616;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}
.another-details span {
    color: #161616;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    opacity: 0.6;
}
.transformations {
	background-image: url(../images/pattren-bg.svg);
    background-repeat: no-repeat;
    background-position: center 70px;
}
.before-after-slide h2 {
    margin: 18px 0;
    color: #2F2F2F;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.before-after-slide h2 strong {
    color: #005932;
    font-weight: 500;
}
.rating {
    margin-top: 24px;
}
.swiper-slide .rating img {
    width: 150px;
    margin: 0 auto;
} 

.tagline > span strong {
    color: #005932;
}

.swiper {
  width: 100%;
  height: 100%;
}

.transformations .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .4;
}
.swiper-slide.swiper-slide-active {
    opacity: 1;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-pagination {
    position: relative;
}
.mySwiper {
    margin-top: 3rem;
    padding-bottom: 4rem;
}
.swiper-pagination {
    top: auto !important;
    bottom: -40px !important;
}
.swiper-pagination > span.swiper-pagination-bullet {
    background: #fff !important;
    border: 1px solid #ECD4FF !important;
    width: 10px;
    height: 10px;
    opacity: 1 !important;
}
.swiper-pagination > span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #734797 !important;
    border-color: #734797 !important;
}
.mySwiper .swiper-button-prev {
    left: 29%;
	background: #005932;
    border-radius: 120px;
    width: 70px;
    height: 70px;
    padding: 24px;
}
.mySwiper .swiper-button-next {
    right: 29%;
    background: #005932;
    border-radius: 120px;
    width: 70px;
    height: 70px;
    padding: 24px;
}

.mySwiper .swiper-button-next::after {
    font-size: 14px;
    color: #fff;
}
.mySwiper .swiper-button-prev::after {
    font-size: 14px;
    color: #fff;
}
section.marquee-outer.compadd {
    padding-bottom: 0px;
}
.ratingblock {
    margin-top: 40px;
}
.marquee-wrap {
    position: relative;
    padding: 20px 0;
    overflow: hidden;
    height: 120px;
}
.marquee-wrap:after {
    content: "";
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    z-index: 1;
    width: 50%;
}
.marquee-wrap:before {
    content: "";
    background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 50%;
}
.marquee span{
    position: absolute;
	color:#fff;
	font-size:25px;
	display:inline-block;
}
.box-wrap .box {
    display: flex;
    padding: 0px 52px 50px;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
    color: #B20000;
    border-radius: 14px 0px 0px 14px;
    background: #FFF5F5;
    flex: 0 0 100%;
    max-width: 50%;
}
.listheadblok {
    text-align: center;
    width: 100%;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.listheadblok:before {
    content: "";
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: -50px;
    right: -50px;
    display: block;
    height: 1px;
    opacity: 0.24;
}
.listheadblok h2 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 114%;
    margin-bottom: 0px;
    color: #B20000;
}
.lcom {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box.blue .listheadblok h2 {
    color: #029E31;
}
.box-wrap {
    justify-content: center;
    margin-top: 50px !important;
    max-width: 1080px;
    margin: 0 auto;
}
.box ul li {
    margin-bottom: 24px;
    list-style: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    position: relative;
    padding: 0 0 0 43px;
    color: rgb(22 22 22 / 60%);
}
.box.blue ul li {
    color: rgb(255 255 255 / 60%);
}
.listitle {
    font-weight: 700;
	color: #161616;
}
.box.blue .listitle {
	color: #fff;
}
.box ul li:last-child {
    margin-bottom: 0;
}
.lished {
    display: flex;
    flex-direction: column;
}
.box ul li > span {
    position: absolute;
    left: 0;
    top: 0;
}
.box-wrap .box ul {
    padding: 0;
	    margin: 0;
}

.box.blue {
border-radius: 0px 14px 14px 0px;
background: #093378;
box-shadow: 16px 16px 60px 0px rgba(0, 0, 0, 0.28);
color:#fff;
}


/************** process *************/
.cleaningprocess {
    position: relative;
}
.outerprocess {
    padding: 80px 70px 40px;
    background-color: #e2e6e9;
    border-radius: 60px;
    background-image: url(/wp-content/themes/cleaning/images/glassbg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

section.services-blocks {
    padding: 60px 0;
}

section.services-blocks img {
    max-width: 100%;
}

.service-image img {
    border-radius: 20px;
    background: #574949;
}

a.comm-btn.green-btn.service-btn {
    margin-top: 60px;
}

.service-content h2 {
    color: var(--Colors-Secondry-color, #121410);
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 114%; /* 54.72px */
}

.service-content {
    padding-left: 40px;
}

.cleaningprocess:before {
    content: "";
    background-image: url(/wp-content/uploads/image-2769.png);
    position: absolute;
    width: 350px;
    height: 350px;
    right: 0;
    background-repeat: no-repeat;
    top: -70px;
    background-position: top right;
    background-size: 100%;
    pointer-events: none;
    z-index: 1;

}
.outerprocess .title-section {
    margin-bottom: 50px;
}
.innerprocess {
    display: inline-flex;
    padding: 62px 19px 40px 20px;
    justify-content: flex-end;
    align-items: center;
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.03);
    position: relative;
    margin-top: 45px;
    height: calc(100% - 45px);
}
.innerprocess:hover {background: rgba(9, 51, 120, 1); color:#fff;}
.protext h5 {
    color: #161616;
    font-size: 28px;
    font-weight: 700;
}
.innerprocess:hover .protext h5{
color: #fff;}
.protext p {
    margin-bottom: 0px;
    font-size: 19px;
    margin-top: 10px;
    display: block;
}
.probadge {
    margin-top: 30px;
}
.proimg {
    position: absolute;
    top: -34px;
    left: 30px;
    display: inline-flex;
    height: 78px;
    padding: 14px 15px 14px 13px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 45.419px;
    border: 3px solid #029E31;
    background: #FFF;
    box-shadow: 10.598px 10.598px 22.71px 0px rgba(0, 0, 0, 0.04);
    width: 78px;
}
.proimg img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}
/************** Features *************/
.outerfeature:before {
    content: "";
    background: #072C69;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 60px;
    height: 71%;
}
.outerfeature {
    padding: 72px 25px 0;
    position: relative;
}
.outerfeature .title-section h2 {
    color: #fff;
}
.subcontent {
    max-width: 600px;
    margin: 30px auto 0px;
    color: rgb(255 255 255 / 60%);
    font-size: 19px;
}
.outerfeature .title-section {
    max-width: 800px;
    margin: 0 auto 50px;
}
.innerfeature {
    box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.03);
    background: #fff;
    padding: 33px;
    height: 100%;
    border-radius: 14px;
}
.innerfeature p {
    margin-bottom: 0px;
}
.feimg img {
    width: 36px;
    height: 36px;
}
.feimg {
    display: inline-flex;
    height: 68px;
    width: 68px;
    padding: 12px 12px 12px 12px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 45.419px;
    background: rgba(7, 44, 105, 0.10);
    box-shadow: 10.598px 10.598px 22.71px 0px rgba(0, 0, 0, 0.04);
    line-height: 68px;
}
.innerfeature h5 {
    color: #161616;
    font-size: 24px;
    font-weight: 700;
    line-height: 126%;
    margin-top: 16px;
    margin-bottom: 10px;
}
.features a.comm-btn.green-btn.center-btn {
   
    justify-content: center;
    margin-top: 46px;
}

/************** Services *************/
.services .title-section {
    margin-bottom: 20px;
}
.services-inrr {
    max-width: 1230px;
    margin: 0 auto;
}
.title-section {
    margin-bottom: 8px;
	margin-top: 30px;
}
.subtag {
    border-radius: 60px;
    background: #F9F9F9;
    display: inline-flex;
    padding: 10px 24px;
    opacity: 0.8;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 25px;
}
.innerservice {
    border-radius: 17px;
    background: #EEF3FA;
    box-shadow: 0px 22px 51px 0px rgba(0, 0, 0, 0.03);
    text-align: center;
    padding: 30px 13px;
    margin-top: 25px;
}

.innerservice h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 128%;
}
.imgser {
    width: 120px;
    margin: 0 auto 20px;
    border: 1px solid #6596E2;
    border-radius: 70px;
    overflow: hidden;
    padding: 5px;
}
.imgser img {
    width: 100%;
    height: 100%;
    border-radius: 70px;
}
/************** testimonial *************/

.testimonialcontent h3 {
	text-align: center;
    color:#161616;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
}
.testimonialcontent p {
	text-align: center;
    color:#161616;
    font-size: 24px;
    font-style: italic;
    font-weight: 500;
    line-height: 160%;
}
.usrinfoblk {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: max-content;
    margin: 0 auto;
    gap: 12px;
}
.usrimg>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.usrimg {
    width: 60px;
    border: 1px solid #fff;
    height: 60px;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
}
span.nemusr {
    color: #161616;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
	 letter-spacing: 1px;
}
span.position {
    color: #161616;
    font-family: Montserrat;
    font-size: 14px;
    line-height: 140%;
    opacity: 0.6;
    letter-spacing: 1px;
}
.usinfo {
    display: flex;
    flex-direction: column;
    gap: 1px;
}
.testimonsssial .swiper-button-next:after, .testimonsssial .swiper-button-prev:after {
    font-size: 17px;
}
.testimonsssial .swiper-button-next, .testimonsssial .swiper-button-prev {
    background: #EEF3FA;
    padding: 23px;
    border-radius: 50px;
    color: #093378;
    font-size: 12px;
}
.testimonialcontent {
    max-width: 820px;
    margin: 0 auto;
    width: 83%;
}
.swiper.gallery-thumbs {
    margin-top: 42px;
}
.swiper.gallery-thumbs .swiper-slide img {
    display: block;
    width: auto;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    max-width: 100%;
}
.swiper.gallery-thumbs .swiper-wrapper {
    align-items: center;
}
.swiper.gallery-thumbs .swiper-slide {
    padding-top: 20px;
    border-top: 3px solid transparent;
    transition: 0.3s ease all;
	    cursor: pointer;
}
.swiper.gallery-thumbs .swiper-slide-thumb-active {
    border-top-color: #6596E2 !important;
}

/************** Counter *************/
.counter_wrapper .title-section {
    margin-bottom: 82px;
	margin-top: 30px;
}
.counter_innr {
    max-width: 1230px;
    margin: 0 auto;
}
.box-wrapper h2 {
    color: #093378;
    font-size: 80px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 18px;
}
.box-wrapper h2 span {
    color: #029E31;
    font-size: 60px;
    line-height: 26px;
}
.box-wrapper p {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 0px;
}

h5.schedule{font-size:1.10rem; margin-top:20px;}

/*********** Footer *********/
footer#footer {
    margin-bottom: 72px;
}
.outerfoot.blue-bg {
    max-width: 1240px;
    margin: 0px auto;
}
.footer-col {
    padding:70px 20px;
    z-index: 1;
    position: relative;
}
.blue-bg {
    border-radius: 40px;
    background: #093378;
    position: relative;
	text-align:center;
}
.footer .blue-bg:before {
    content: "";
    background: url(/wp-content/themes/cleaning/images/footerbg.png);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: top center;
    z-index: 0;
}

.footer-bedge {
    margin-bottom: -50px;
}

.footerbadge {
    text-align: center;
    position: relative;
}
.footerlogo {
    text-align: center;
    margin-top: 45px;
}
.foottxt {
    color: #FFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.60);
    font-size: 17px;
    font-weight: 800;
}
.footer-col .comm-btn.center-btn {
    width: 100%;
   
    text-align: center;
    justify-content: center;
    margin: 0 auto;
}
.footer-col h2 {
    margin: 0;
    color: #FFF;
    text-align: center;
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 113%;
    margin-bottom: 25px;
}
.footer-col p {
 color: #FFF;
leading-trim: both;
text-edge: cap;

/* Button text */
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.60);
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 800;
line-height: normal;
}
.footer-col p span strong {
    color: #fff;
}
.footer-col .tagline {
    color: #fff;
    opacity: 0.6;
}
.footer-col-bottom h3 {font-weight:700;}
.ratingimgs {
    display: block;
    margin: 20px;
}

.ratingstars {
    margin: 20px;
}

.swiper-wrapper {
    transition-timing-function: linear;
}

.google-review-block {
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.14);
    padding: 20px;
    margin: 15px;
}

img.star-images {
    width: 130px;
    margin: 20px 0;
}

h5.reviwe-title {
    color: var(--Black, #161616);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 26px; /* 118.182% */
}

.review-content {
    color: var(--Black, #161616);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 26px */
    height: 100px;
    margin: 15px 0;
}

.review-author-block {
    clear: both;
    display: flex;
    align-items: center;
    position: relative;
}

.author-image img {
    width: 40px;
    height: 40px;
    border-radius: 100px;
}

.author-name {
    color: var(--Black, #161616);
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 25.2px */
}

.author-name {
    position: relative;
    padding-left: 15px;
}

.verifies-user {
    position: absolute;
    max-width: 20px;
    top: 0;
    right: -30px;
}  

div#slider_home {
    padding: 52px 0 100px;
}


/************ imageslider ************/

.image_slider_wrapper .swiper-slide {
      background-position: center;
      background-size: cover;
      width: 200px;
      height: 300px;
	  border-radius: 18px;
    overflow: hidden;
    }

  .image_slider_wrapper  .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
	  border-radius: 18px
    }

.swiper.image_slider {
    padding: 30px 0px;
}


/************ FAQ ************/
.faq-item {
    border-radius: 18px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    border: 1px solid #F4F4F4;
	padding: 22px 22px 22px 42px;
	position: relative;
}
.faq-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    color: #121410;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 128%;
}
.faq-item:before {
    content: "";
    background: url(/wp-content/themes/cleaning/images/faqimg.png);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top left;
    width: 16%;
    background-size: 100%;
    opacity: 0;
    pointer-events: none;
	transition: all 0.3s ease-in-out;
}
.faq-item.active:before {
    opacity: 1;
}
.faq-content {
    max-height: 0;
    overflow: hidden;
    padding: 0px 50px 0px 0px;
    transition: max-height 0.4s ease-in-out, padding 0.3s ease-in-out;
    color: rgb(22 22 22 / 80%);
    font-size: 17px;
    line-height: 160%;
}
.faq-item.active .faq-content {
    padding-top: 6px;
}

section.features {
    padding: 60px 0;
}

.faq-icon {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    transition: transform 0.3s ease-in-out;
    background:#093378;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
}
.faq-item.active .faq-icon {
    transform: rotate(45deg);
    background: transparent;
    color: #6596E2;
    border: 1px solid;
}
.faq-item.active {
    background: #fff;
}
.title-head {
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.tagline.white.block span strong {
    display: block;
}
.faqsec .comm-btn.center-btn {
    margin: 0 auto;
    max-width: 370px;
    justify-content: center;
}
.small-wrap {
	    max-width: 970px;
    margin: 0 auto;
}
.testimonial {
    text-align: center;
}
.testimonial h3 {
    margin: 0 0 20px 0;
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 34px;
    font-style: italic;
    font-weight: 500;
    line-height: 140%;
}
.testimonial h3 strong{
	color: #734797;
}
.image-left img {
    width: 100%;
}
.space-top {
    padding-top: 5rem;
}
.right-content-area h3 {
    margin: 0;
    color: #121410;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 128%;
}
.right-content-area strong {
    display: block;
    padding: 36px 0;
    color: #005932;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}
.right-content-area ul {
    padding: 0;
    list-style: none;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
	margin-bottom: 30px;
}
.no-space-top {
    padding-top: 0;
}
.right-content-area ul li {
    background: url(../images/check-mark.svg);
    background-repeat: no-repeat;
    background-size: 23px;
    padding-left: 40px;
    line-height: normal;
    margin-bottom: 20px;
}

.image-left {
    padding-right: 50px;
}
.work_box > img {
    width: 70px;
}
.work_box{
    border-radius: 40px;
	padding: 30px 60px 60px 60px;
    background: #F5F5F5;
	text-align: center;
}
.work_box h2 {
    color: #000;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin: 28px 0;
}
.work_box p {
    margin: 0;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    opacity: 0.8;
}
.medium-wrap {
    max-width: 1177px;
    margin: 0 auto;
}
.right-content-area h3 span {
    display: block;
}
.right-content-area strong span {
    display: block;
}



@media(min-width:992px) and (max-width:1199px){
.innerfeature {
    padding: 16px;
}
.innerfeature h5 {
    font-size: 16px;
    margin-top: 26px;
}
.feimg {
    height: 55px;
    width: 55px;
}
.feimg img {
    width: 32px;
    height: 32px;
}
.innerfeature p {
    font-size: 14px;
}
}
@media(min-width:768px) and (max-width:1023px){
	h1.h1 {
		font-size: 25px;
	}
	.bg-gray.bg-image {
		padding: 30px !important;
	}
	.banner-content p {
		width: 100%;
		font-size: 14px;
	}
	.title-section h2 {font-size: 27px;}
	    .box-wrap .box {
        padding: 0px 35px 50px;
    }
	.box-wrap {
		width: 100%;
	}
	.box ul li {
		padding-left: 33px;
		font-size: 17px;
		margin-bottom: 10px;
	}

	.testimonial h3 br {
		display: none;
	}
	section.testimonial_wrapper {
		padding: 0 25px;
	}
	.testimonial h3 {
		font-size: 27px;
	}
	.right-content-area h3 {
		font-size: 27px;
	}
}
@media (max-width:1320px){
.banner-content {
    padding-left: 0px;
    padding-top: 2rem;
}
h1.h1 {
    font-size: 45px;
}
}
@media (max-width:1320px){
	.cleaningprocess:before {
    width: 31vw;
    height: 27vw;
    top: 3vw;
}
.outerprocess .title-section {
    max-width: 770px;
    margin: 0 auto 50px;
}
}
@media (max-width:1199px){

    img.featured-icons-block {
    right: 0;
    width: 240px;
    top: -110px;
}

.outerfeature {
    padding-bottom: 0px;
}
.outerfeature:before {
    height: 85%;
}
.outerprocess {
    padding: 80px 70px 40px;
    background-position: top;
}
.protext h5 {
    font-size: 20px;
}
.protext p {
    font-size: 16px;
}
h1.h1 {
    font-size: 34px;
}
.banner .btn-wrap {
    margin-top: 18px;
}
.badge_bnr {
    margin-top: 23px;
    max-width: 250px;
}
}
@media(min-width:576px) and (max-width:767px){
.innerfeature {
    padding: 16px;
}
.innerfeature h5 {
    font-size: 16px;
    margin-top: 26px;
}
.feimg {
    height: 55px;
    width: 55px;
}
.feimg img {
    width: 32px;
    height: 32px;
}
.innerfeature p {
    font-size: 14px;
}
}
@media (max-width:991px){
.box-wrapper h2 {
    font-size: 52px;
	    line-height: 38px;
}
.right-content p {
    display: none;
}
.box-wrapper p {
    font-size: 16px;
    line-height: 20px;
}
.listheadblok h2 {
    font-size: 18px;
    line-height: 110%;
}
.outerprocess {
    padding: 40px 30px 40px;
}
.proimg img {
    width: 32px;
    height: 32px;
}
.proimg {
    left: 20px;
    height: 58px;
    width: 58px;
}
.innerprocess {
    padding: 50px 18px 20px 18px;
}
.protext h5 {
    font-size: 16px;
}
.protext p {
    font-size: 14px;
}
.footer-col h2 {
    font-size: 38px;
}
.footerbadge img {
    max-width: 100%;
}
.footerbadge {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
}
.compadd {
    padding: 50px 0px;
}
.features a.comm-btn.green-btn.center-btn {
    margin-top: 0;
}
.testimonialcontent h3 {
    font-size: 22px;
    line-height: 30px;
}
.testimonialcontent p {
    font-size: 18px;
}
.badge_bnr {
    margin-top: 23px;
    max-width: 200px;
}
.banner-content .comm-btn.green-btn {
   
    padding: 12px;
}
}
@media(max-width:767px){
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: 25px;
    padding-left: 25px;}
	.right-content {gap: 8px;}
	.tagline.white.block span strong {
		display: inline;
	}

    .phone-btn {
    background: #039a30;
    border-color: #039a30;
}

.outerbanner {
        height: 60vh;
        padding: 40px 0;
        background-size: cover !important;
        background-position: center !important;
    }  

.innerbwlow p {
    font-size: 16px;
}

.bottom-service-block {
    width: 50%;
    gap: 0;
    margin: 10px auto 0;
}

span.banner_bottom-title {
    font-size: 13px;
    white-space: nowrap;
}

section.image_slider_wrapper {}

img.featured-icons-block {
    right: -35px;
    width: 150px;
    top: -50px;
}

.cleaningprocess:before {
    top: 0;
    right: 0;
    background-size: 100px;
}

.service-content {
    padding: 0;
    margin: 20px 0;
}

.service-content h2 {
    font-size: 32px;
}

a.comm-btn.green-btn.service-btn {
    margin: 0;
}

	h1.h1 {
		font-size: 30px;
	}
	h1.h1 span {
		display: inline-block;
	}
	.banner-content p {
        width: 100%;
        font-size: 16px;
    }
	.bg-gray.bg-image {
		padding: 20px !important;
	}
	.bg-gray.bg-image .row {
		flex-direction: column-reverse;
	}
	 .banner-content {
        margin-top: 20px;
        text-align: center;
		 margin-bottom: 20px;
    }
	    .banner-content .comm-btn.green-btn {
        margin: 0 auto;
    }
	.badge_bnr {
        margin: 20px auto 0px;
    }
	.title-section h2 {
		font-size: 26px;
	}
	.mySwiper .swiper-button-next, .mySwiper .swiper-button-prev {
		display: none;
	}
	.box-wrap .box {
         padding: 10px 40px 60px;
        max-width: 100%;
		    border-radius: 14px 14px 0px 0px;
    }
	.box.blue {
    border-radius: 0px 0px 14px 14px;
	}
	.box h2 {
		font-size: 21px;
	}
	.box ul li {
		font-size: 16px;
		margin-bottom: 13px;
	}

	.testimonial h3 {
		font-size: 26px;
	}
	.testimonial h3 br {
		display: none;
	}
	.testimonial {
		padding-left: 25px;
		padding-right: 25px;
	}
	section.testimonial_wrapper .row.space-top {
		padding-left: 25px;
		padding-right: 25px;
	}
	.right-content-area h3 {
		font-size: 26px;
	}
	.right-content-area h3 span {
		display: inline;
	}
	.right-content-area {
		margin-top: 20px;
	}
	.right-content-area strong {
		padding: 20px 0;
	}
	.right-content-area ul li {
		font-size: 16px;
		background-size: 20px;
		padding-left: 30px;
	}
	.faq-title {
		font-size: 16px;
	}
	.footer-col h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	    .footer-col {
        padding: 3rem 1rem;
    }
	.right-content p {
		display: none;
	}
	.header .row {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
	.navbar-brand > img {
		width: 170px;
	}
.subcontent {
    margin: 20px auto 0px;
    font-size: 16px;
}
.innerfeature h5 {
    margin-top: 20px;
}
.innerservice {
    padding: 15px 12px;
    height: calc(100% - 25px);
	text-align: center;
}
.box-wrap {
    flex-wrap: wrap;
}
span.listitle {
    font-size: 18px;
}
.outerprocess .title-section {
    margin: 0 auto 25px;
}
    .innerprocess {
        padding: 40px 18px 20px 18px;
        width: 100%;
        justify-content: flex-start;
    }
	.cleaningprocess:before {
        top: 12vw;
    }
	.comm-btn {
    padding: 15px 24px;
    font-size: 14px;
	}
	.footerbadge {
    max-width: 39%;
    margin-top: 0;
}
.faq-item {
    padding: 16px 16px 16px 30px;
}
.compadd {
    padding: 40px 0px;
}
.probadge img {
    max-width: 200px;
}
.box-wrapper {
    text-align: center;
    margin: 18px 0px;
}
    .box-wrapper h2 {
        font-size: 42px;
        line-height: 38px;
    }
	.box-wrapper h2 span {
    font-size: 36px;
}
.belowtext {
    font-size: 16px;
}
a.green-btn.comm-btn.sub-btn {
    display: none !important;
} 
}
@media (max-width:576px){
	header.header {
    padding: 15px 0;
}
section.features {
    padding-left: 10px;
    padding-right: 10px;
}
.services-inrr, section.different.compadd, section.cleaningprocess.compadd, section.testimonial_wrapper.compadd, section.faqsec.compadd {
    padding-left: 10px;
    padding-right: 10px;
}
footer#footer {
    margin-bottom: 72px;
    padding-left: 5px;
    padding-right: 5px;
}
.outerfeature {
padding: 72px 20px 0;}
.innerfeature{text-align:center;}
.counter_wrapper .title-section {
    margin-bottom: 22px;
    margin-top: 0px;
}
    .compadd {
        padding: 15px 0px;
    }
	.box-wrap .box {
	padding: 10px 20px 60px;}
	.proimg {
	left: 37%;}
	.protext{text-align:center;}
	.title-section {
    margin-top: 15px;
}
   .header .comm-btn {
        padding: 10px 20px;
    }
.title-section h2 {
        font-size: 21px;
}
    .navbar-brand > img {
        width: 130px;
    }
.belowtext {
    font-size: 14px;
}
.innerfeature h5 {
    font-size: 20px;
}
.imgser {
    width: 100px;
}
.footerbadge {
    max-width: 60%;
    margin-top: 0px;
}
.innerservice h4 {
    font-size: 16px;
}
    span.listitle {
        font-size: 16px;
    }
	.usrimg {
    width: 50px;
    height: 50px;
}
span.nemusr {
    font-size: 14px;
}
span.position {
    font-size: 12px;
}
.testimonialcontent {
    width: 95%;
}
.testimonsssial .swiper-button-next, .testimonsssial .swiper-button-prev {
    padding: 20px;
    top: 88%;
    height: 20px;
}
    .box-wrapper p {
        font-size: 14px;
        line-height: 19px;
    }
	.testimonialcontent h3 {
        font-size: 20px;
    }
	.testimonialcontent p {
        font-size: 15px;
    }
}
@media (max-width:480px){
.footer-col h2 {
        font-size: 20px;
    }
}


@media (max-width:439px){
	
    .header .comm-btn {
        padding: 10px 11px;
    }
	.banner-content p {
        font-size: 15px;
    }
	    h1.h1 {
        font-size: 24px;
    }
	.title-section h2 {
        font-size: 19px;
    }
	div#slider_home {
    padding: 12px 0 70px;
}
.box h2 {
        font-size: 18px;
    }
	.tagline {
    margin: 19px 0 0px 0;}
}