/* CSS Document */

::selection {
	background: #000;
	/* Safari */
	color: #fff;
}

::-moz-selection {
	background: #000;
	/* Firefox */
	color: #fff;
}

@font-face {
	font-family: 'Manrope';
	src: url('../fonts/Manrope-Light.woff2') format('woff2'),
		url('../fonts/Manrope-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Manrope';
	src: url('../fonts/Manrope-Regular.woff2') format('woff2'),
		url('../fonts/Manrope-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Manrope';
	src: url('../fonts/Manrope-ExtraBold.woff2') format('woff2'),
		url('../fonts/Manrope-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Manrope';
	src: url('../fonts/Manrope-Medium.woff2') format('woff2'),
		url('../fonts/Manrope-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Manrope';
	src: url('../fonts/Manrope-Bold.woff2') format('woff2'),
		url('../fonts/Manrope-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/*
   font-family: "Manrope", sans-serif;
*/


* {
	margin: 0;
	padding: 0;
	outline: none;
}

.container {
	position: relative;
	max-width: 1140px;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Manrope", sans-serif;
	color: #202020;
	font-weight: 400;
	line-height: normal;
	overflow-x: hidden;
	font-size: 15px;
}

p {
	margin: 0;
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	color: #202020;
	padding: 20px 0 0 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-family: "Manrope", sans-serif;
}

ul,
li {
	margin: 0;
	padding: 0;
	font-family: "Manrope", sans-serif;
}

a {
	color: #132341;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #000;
}

b,
strong {
	font-weight: bold;
}

img {
	width: 100%;
}

.form-control:focus {
	box-shadow: none;
}

.width_100 {
	float: left;
	width: 100%;
}

h1 {
	font-size: 42px;
	font-weight: 500;
	line-height: 57.37px;
}

h2 {
	font-size: 36px;
	font-weight: 500;
	line-height: 49.18px;
	text-align: center;
	color: #272D4F;
}

h3 {
	font-size: 24px;
	font-weight: 500;
	line-height: 32.78px;
	text-align: center;
	color: #202020;
}

.h2,
.blog_details_page_bg h2 {
	font-size: 42px;
	font-weight: 500;
	line-height: 57.37px;
}

.blog_details_page_bg h3 {
	text-align: left;
	margin-top: 30px;
}

header {
	overflow-x: visible;
	padding: 0;
	position: fixed;
	z-index: 999;
	width: 100%;
	top: 0;
	left: 0;
}

nav .navbar-brand {
	padding: 20px 0;
	max-width: 189px;
}

nav .navbar-collapse {
	flex-grow: 0;
}

header .navbar-expand-lg {
	justify-content: space-between;
	padding: 0px 50px;
}

.main-wrapper {
	padding-top: 123px;
}

.home .main-wrapper {
	padding-top: 0px;
}

.home .navbar {
	background: transparent !important;
	max-width: 1920px;
	margin: 0 auto;
}

.home{
	transition: 0.5s all ease-in;
}

.home.f-nav {
	background: #fff !important;
}

.home-white-logo {
	display: none;
}

.home .home-black-logo {
	display: none;
}

.home .home-white-logo {
	display: block;
}

.home .f-nav .home-white-logo {
	display: none;
}

.home .f-nav .home-black-logo {
	display: block;
}

.home .navbar .navbar-nav .sub-menu .nav-link:hover,
.home .navbar.f-nav .navbar-nav .sub-menu .nav-link:hover {
	color: #fff !important;
}

.navbar {
	width: 100%;
	transition: 0.5s all ease-in;
	background: #fff !important;
}

.navbar .navbar-nav {
	align-items: center;
	margin: 0;
	justify-content: right;
	width: 100%;
	position: relative;
}

.navbar .navbar-nav .nav-item {
	padding: 0;
}

.navbar .navbar-nav .nav-link {
	position: relative;
	padding: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 21.78px;
	color: #132341;
	margin-left: 50px;
}

.navbar .navbar-nav .nav-link:hover {
	color: #25D7FF;
}

.navbar .navbar-nav .nav-link.active {
	color: #25D7FF;
}

.navbar .navbar-nav .nav-link.callnow {
	background: #06043380;
	font-size: 20px;
	font-weight: 700;
	line-height: 27.32px;
	letter-spacing: 0.01em;
	text-align: left;
	border-radius: 40px;
	padding: 11px 28px;
	color: #fff !important;
}

.navbar .navbar-nav .nav-link.callnow:hover {
	background: #132341;
	color: #fff;
}

.navbar .navbar-nav .nav-link.booknow {
	background: #25D7FF;
	font-size: 20px;
	font-weight: 700;
	line-height: 27.32px;
	letter-spacing: 0.01em;
	text-align: left;
	border-radius: 40px;
	padding: 11px 28px;
	color: #fff !important;
	margin-left: 10px;
}

.navbar .navbar-nav .nav-link.booknow:hover {
	background: #132341;
	color: #fff;
}

.navbar .navbar-toggler {
	border: none;
	background: url(../images/menu-icon.svg) center center no-repeat #25D7FF;
	padding: 8px;
	border-radius: 50%;
}

.navbar .navbar-toggler:focus {
	box-shadow: none;
}

.nav-item.call-btn {margin-left: 50px;}
.nav-item.sign-btn .fa-user { display: none;}
.nav-item.sign-btn .nav-link .booknow {background-color: #202125; color: #fff;}
.nav-item.sign-btn .nav-link .booknow:hover {background-color:#1f0a0180 ; color: #FFF;}


.nav-item .nav-link.callnow:last-child {
	margin-left: 10px;
}

/*.menu-item-has-children > .nav-link:before{position: absolute;content: "\f107";font-family: "Font Awesome 6 Free";font-weight: 900;right: -25px;}*/
.sub-menu {
	padding: 0;
	list-style: none;
	width: 270px;
	position: absolute;
	top: 45px;
	background: #fff;
	box-shadow: 0px 0px 21px -16px #000;
	z-index: 99;
	margin-left: 50px;
	display: none;
}

/*.f-nav .sub-menu{top: 55px;}*/
.navbar .navbar-nav .sub-menu li a {
	margin: 0px;
	padding: 10px 15px;
	margin: 0;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sub-menu li a:hover {
	background: #132341;
}

.navbar .navbar-nav .current-menu-ancestor>a {
	color: #25d7ff;
}

.navbar .navbar-nav .menu-item-has-children .sub-menu .current_page_item>.nav-link {
	background: #132341;
}

.navbar .navbar-nav .sub-menu .nav-link:hover {
	color: #fff;
}

.navbar .navbar-nav .sub-menu .current_page_item .nav-link {
	color: #fff;
}

.dropdown-symbol {
	margin-left: 10px;
}

.sub-menu>li>.sub-menu {
	margin-left: 0px;
	left: 270px;
	top: 15px;
}

.sub-menu .menu-item-has-children:hover>.sub-menu {
	display: block;
}

.sub-menu .dropdown-symbol i {
	transform: rotate(-90deg);
}

.sub-menu>li {
	position: relative;
}

.navbar .navbar-nav .sub-menu .current_page_item .sub-menu .nav-link:hover {
	color: #fff;
}

.home.f-nav .navbar .navbar-nav .nav-link{color: #323a5b;}
.home.f-nav .navbar .navbar-nav .nav-link:hover {color: #94f7ec;}
.home.f-nav .navbar .navbar-nav .current_page_item > .nav-link {color: #94f7ec;}

/*.dropdown:hover .dropdown-menu {display: block; margin:0; padding:0; min-width:210px; border-radius:0; }
.dropdown:hover .dropdown-menu li { padding:0;}
.dropdown:hover .dropdown-menu li a { float:left; width:100%; padding:10px 15px; font-size:15px; color:#333333; } 
.dropdown:hover .dropdown-menu li a:hover { color:#fff; background:#FE915F;}*/

.f-nav {
	z-index: 999;
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	/* padding: 0 50px; */
	box-shadow: 0 1px 4px #CCC;
}

.f-nav .navbar-brand {
	transition: all 500ms ease;
	max-width: 189px;
}

section {
	float: left;
	width: 100%;
}

.banner_top_bg {
	float: left;
	width: 100%;
	background: url(../images/banner-top.png) right top no-repeat;
	background-size: cover;
}

.banner-content {
	max-width: 565px;
	margin: 455px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	position: relative;
	top: -160px;
	padding-left: 110px;
}

.banner_top_bg h1 {
	font-size: 48px;
	font-weight: 700;
	line-height: 58px;
	text-shadow: 0px 3px 5px #33130480;
	color: #fff;
}

.banner_top_bg p {
	font-size: 18px;
	font-weight: 400;
	line-height: 24.59px;
	padding: 10px 0 0 0;
	color: #fff;
	opacity: 1;
}

.banner_top_bg .banner_icon {
	display: flex;
	align-items: center;
	/* background: #06043380;
	backdrop-filter: blur(15px); */
	padding: 15px;
	margin: 30px 0 0px;
	gap: 20px;
}

.banner_top_bg .banner_icon .icon {
	font-size: 20px;
	font-weight: 600;
	line-height: 27.32px;
	letter-spacing: 0.01em;
	text-align: left;
	color: #fff;
	display: flex;
	align-items: center;
	margin-left: 50px;
}

.banner_top_bg .banner_icon .icon img {
	width: 36px;
	margin-right: 20px;
}

.banner_top_bg .banner_icon .estimate_now {
	display: flex;
	justify-content: right;
	width: 283px;
}

.banner-content .estimate_now a {
	float: right;
	background: url(../images/button-bg.png) left top no-repeat;
	background-size: cover;
	font-size: 20px;
	font-weight: 700;
	line-height: 27.32px;
	letter-spacing: 0.01em;
	text-align: left;
	color: #fff;
	border-radius: 40px;
	padding: 15px 27px;
}

.banner-content .estimate_now a:hover {
	background: #25D7FF;
}

.clean_your_home {
	float: left;
	width: 100%;
	padding: 150px 0;
}

.clean_your_home .container {
	padding: 0 50px;
}

.clean_your_home h5 {
	font-size: 28px;
	font-weight: 400;
	line-height: 38.25px;
	text-align: center;
	max-width: 645px;
	margin: 0 auto;
}

.clean_your_home h5 span {
	font-weight: 700;
}

.clean_your_home .row {
	margin-top: 50px;
	row-gap: 30px;
}

.clean_your_home .clean_box {
	background: #AAFFBE;
	padding: 50px 30px 30px 30px;
	border-radius: 20px;
	height: 100%;
	word-wrap: break-word;
}

.clean_your_home .clean_box.bg {
	background: url(../images/clean-home-bg.svg) left top no-repeat;
	background-size: cover;
}

.clean_your_home .clean_box span {
	font-size: 72px;
	font-weight: 800;
	line-height: 98.35px;
	text-align: left;
	color: #272D4F;
}

.clean_your_home .clean_box span span {
	font-weight: 200;
}

.clean_your_home .clean_box h6 {
	font-size: 24px;
	font-weight: 600;
	line-height: 32.78px;
	letter-spacing: 0.01em;
	text-align: left;
	padding: 60px 0 0 0;
}

.clean_your_home .clean_box p {
	font-size: 16px;
	font-weight: 300;
	line-height: 21.86px;
	letter-spacing: 0.02em;
	text-align: left;
	color: #202020;
	padding: 15px 0 0 0;
}

.clean_your_home .clean_box.bg span {
	color: #fff;
}

.clean_your_home .clean_box.bg h6 {
	color: #fff;
}

.clean_your_home .clean_box.bg p {
	color: #fff;
	opacity: 1;
}

.services_cleaning_bg {
	float: left;
	width: 100%;
	overflow: hidden;
	padding: 100px 0 0 0;
}

.page-template-about .services_cleaning_bg  {
	padding: 0px 0 0 0;
}

.services_cleaning_bg .slick-slide {
	margin: 0 10px;
}

.services_cleaning_bg h2 {
	text-align: center;
	padding: 0 10px;
}

.services_cleaning_bg p {
	text-align: center;
	max-width: 730px;
	margin: 0 auto;
	padding: 0 10px;
}

.cleaning_service_slides {
	margin: 0 -50%;
}

.cleaning_service_slides .slick-prev{left: 26%;right: auto;} 
.cleaning_service_slides .slick-next{right: 26%;left: auto;}
.slick-prev::before, .slick-next::before{font-family: "Font Awesome 6 Free";font-size: 22px;color: #fff;}
.slick-next, .slick-prev{width: 45px;height: 45px;padding: 8px;background: #25D7FF;}
.slick-next:hover, .slick-prev:hover{background: #132341;}

.service_box {
	position: relative;
	margin-top: 30px;
	transition: 1s;
	overflow: hidden;
	border-radius: 20px;
}

.service_box:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(51, 19, 4, 0) 47.36%, rgba(51, 19, 4, 0.7) 63.15%);
	background-blend-mode: multiply;
	border-radius: 20px;
	transition: 2s;
}

.service_box img {
	border-radius: 20px;
	width: 100%;
	transition: 5s;
	height: 600px;
	object-fit: cover;
	object-position: center top;
}

.service_box:hover:before {
	background: linear-gradient(180deg, rgba(255, 113, 37, 0) 0%, rgba(255, 113, 37, 0.5) 30%);
	background-blend-mode: multiply;
	z-index: 1;
}

.service_box .text {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 50px 40px;
	transform: translateY(70px);
	transition: 1s;
	z-index: 2;
}

.service_box .text h5 {
	font-size: 24px;
	font-weight: 600;
	line-height: 32.78px;
	letter-spacing: 0.01em;
	color: #fff;
}

.service_box .text p {
	font-size: 16px;
	font-weight: 300;
	line-height: 21.86px;
	letter-spacing: 0.02em;
	color: #fff;
	padding: 15px 0 0 0;
	text-align: left;
	visibility: hidden;
	transition: 0.5s;
	opacity: 1;
}

.service_box:hover {
	transform: translateY(-20px);
}

.service_box:hover .text {
	transform: translateY(0);
}

.service_box:hover img {
	transform: scale(1.1);
}

.service_box:hover .text p {
	visibility: visible;
}

.home_about_us_bg {
	float: left;
	width: 100%;
	padding: 140px 0 100px 0;
}

.home_about_us_bg .container {
	padding: 0 50px;
}

.home_about_us_bg .row {
	margin-left: -10px;
	margin-right: -10px;
	row-gap: 24px;
}

.home_about_us_bg .row>* {
	padding-left: 10px;
	padding-right: 10px;
}

.home_about_us_bg .about_us_text h3 {
	text-align: left;
}

.home_about_us_bg .about_us_text h2 {
	text-align: left;
	padding: 10px 0 0 0;
	max-width: 381px;
}

.home_about_us_bg .about_us_text p {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	text-align: left;
	opacity: 1 !important;
	padding: 20px 0 0 0;
	max-width: 360px;
}

.home_about_us_bg .about_us_text .learn_more_but {
	padding: 30px 0 0 0;
}

.home_about_us_bg .about_us_text .learn_more_but a {
	border-radius: 50px;
	background: url(../images/getestimate-but.png) left top no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 27.32px;
	letter-spacing: 0.01em;
	padding: 11px 26px;
	display: inline-block;
}

.home_about_us_bg .about_us_text .learn_more_but a:hover {
	background: #25D7FF;
}

.home_about_us_bg .about_box_right {
	background: #e9fbff;
	border-radius: 20px;
	padding: 30px;
	margin-bottom: 20px;
}

.home .home_about_us_bg .row .col-md-6:nth-child(2) .about_box_right:first-child {
    margin-top: 60px;
}

.home_about_us_bg .about_box_right img {
	width: 52px;
}

.home_about_us_bg .about_box_right h4 {
	font-size: 24px;
	font-weight: 600;
	line-height: 32.78px;
	letter-spacing: 0.01em;
	color: #202020;
	padding: 10px 0 0 0;
}

.home_about_us_bg .about_box_right p {
	font-size: 16px;
	font-weight: 300;
	line-height: 21.86px;
	letter-spacing: 0.02em;
	text-align: left;
	padding: 10px 0 0 0;
}


.trusted_people_bg {
	float: left;
	width: 98%;
	padding: 80px 0 100px 0;
	margin: 0 1%;
	background: url(../images/trusted-people-bg.svg) left top no-repeat;
	background-size: cover;
	overflow: hidden;
	border-radius: 25px;
}

.trusted_people_bg h2 {
	color: #fff;
	padding: 0 10px;
}

.trusted_people_bg .slick-slide {
	margin: 0 10px;
}

.trus_people_box {
	background-size: cover;
	padding: 70px 100px;
	border-radius: 20px;
	text-align: center;
	margin-top: 50px;
}

.trus_people_box img {
	max-width: 115px;
	margin: 0 auto;
}

.trus_people_box p {
	font-size: 28px;
	font-weight: 500;
	line-height: 38.25px;
	text-align: center;
	color: #272D4F;
	padding: 25px 0 0 0;
	opacity: 1;
}

.trus_people_box h6 {
	font-size: 24px;
	font-weight: 500;
	line-height: 32.78px;
	text-align: center;
	color: #202020;
	padding: 12px 0 0 0;
}

.trusted_companies_slides {
	margin: 0 -55%;
}

.trusted_people_bg .slick-slide {
	opacity: 0.5;
}

.trusted_people_bg .slick-center {
	opacity: 1;
}

.trus-people-star {
	color: #FFD036;
	display: flex;
	gap: 15px;
	justify-content: center;	
	font-size: 20px;
}

.slick-dots {
	bottom: -80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slick-dots li {
	width: 48px;
	height: 48px;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.slick-dots li button {
	padding: 0;
	width: 8px;
	height: 8px;
	background: #132341;
	border-radius: 50%;
	opacity: 0.5;
}

.slick-dots li.slick-active {
	border: 1px solid #132341;
	border-radius: 50%;
}

.slick-dots li.slick-active button {
	opacity: 1;
}


.home_serivice_slider {
	margin-bottom: 0px !important;
	padding: 0px 60px;
}

.home_serivice_slider .slick-dots {
	position: relative;
	bottom: 0;
	margin-top: 20px;
}

.home_serivice_slider .slick-dots li.slick-active {
	border-color: #ff7125;
}

.home_serivice_slider .slick-dots li button {
	background: #ff7125;
}

.home_serivice_slider .slick-track {
	display: flex;
}

/*.home_serivice_slider .slick-track .slick-slide:first-child {
	order: 3;
}

.page-template-service-php .services_page_bg .row .col-lg-4:first-child {
	order: 3;
}*/

.how_it_works_bg {
	float: left;
	width: 100%;
	padding: 100px 0 150px 0;
}

.how_it_works_bg .row {
	position: relative;
	justify-content: center;
}

.how_it_works_bg .row:before {
	content: '';
	position: absolute;
	left: 0;
	top: 90px;
	background: url(../images/line-arrow.svg) center center no-repeat;
	width: 100%;
	height: 60px;
	z-index: 0;
	background-size: contain;
}

.how_it_works_bg h2 {
	color: #272D4F;
}

.how_it_works_box {
	margin: 50px 0 0 0;
	text-align: center;
}

.how_it_works_box .icon img {
	width: 120px;
	position: relative;
	z-index: 2;
}

.how_it_works_box h4 {
	font-size: 24px;
	font-weight: 600;
	line-height: 32.78px;
	letter-spacing: 0.01em;
	text-align: center;
	padding: 40px 0 0 0;
}

.how_it_works_box p {
	font-size: 16px;
	font-weight: 300;
	line-height: 21.86px;
	letter-spacing: 0.02em;
	text-align: center;
	color: #202020;
	padding: 10px 0 0 0;
	max-width: 268px;
	margin: 0 auto;
}


.why_choose_us_bg {
	float: left;
	width: 100%;
}

.why_choose_box {
	background: #e9fbff;
	border-radius: 20px;
	padding: 30px;
	/* margin: 15px 0; */
	height: 100%;
}

.why_choose_us_bg .row {
	row-gap: 30px;
}

.why_choose_box h2 {
	font-size: 42px;
	font-weight: 500;
	line-height: 57.37px;
	text-align: left;
	color: #272D4F;
	padding: 14px 30px 14px 0;
}

.why_choose_box p {
	font-size: 24px;
	font-weight: 600;
	line-height: 32.78px;
	letter-spacing: 0.01em;
	text-align: left;
	padding: 20px 0 0 0;
	color: #132341;
	opacity: 1;
}

.why_choose_box img {
	width: 58px;
}

.cleaning_plans_pricing_bg {
	float: left;
	width: 100%;
	padding: 150px 0;
}

.cleaning_plans_pricing_bg .container {
	padding: 0 50px;
}

.cleaning_plans_pricing_bg h2 {
	max-width: 485px;
	margin: 0 auto;
	padding: 5px 0 0 0;
}

.cleaning_plans_pricing_bg .row {
	margin-top: 30px;
	row-gap: 30px;
}

.pricing_box {
	background: #AAFFBE;
	border-radius: 20px;
	padding: 30px;
	/* margin-top: 30px; */
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.pricing_box h6 {
	font-size: 24px;
	font-weight: 600;
	line-height: 32.78px;
	letter-spacing: 0.01em;
	text-align: left;
	color: #132341;
	padding: 12px 0 0 0;
}

.pricing_box span {
	font-size: 72px;
	font-weight: 800;
	line-height: 98.35px;
	text-align: left;
	color: #272D4F;
}

.pricing_box ul {
	margin: 0;
	padding: 15px 0 40px 0;
	list-style: none;
}

.pricing_box li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	font-weight: 300;
	line-height: 32px;
	letter-spacing: 0.02em;
	text-align: left;
	color: #202020;
}

.pricing_box a.booknow {
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	line-height: 27.32px;
	letter-spacing: 0.01em;
	text-align: center;
	padding: 10px 0;
	border-radius: 50px;
	background: #132341;
	color: #fff;
	display: flex;
	justify-content: center;
}

.pricing_box a.booknow:hover {
	background: #25D7FF;
}

.pricing_box.bg {
	background: url(../images/pricing-bg.svg) left top no-repeat;
	background-size: cover;
}

.pricing_box.bg h6 {
	color: #fff;
}

.pricing_box.bg span {
	color: #fff;
}

.pricing_box.bg li {
	color: #fff;
	opacity: 1;
}

.pricing_box.bg a.booknow {
	background: #fff;
	color: #25D7FF;
}

.pricing_box.bg a.booknow:hover {
	color: #fff;
}

.free_estimate_bg {
	float: left;
	width: 98%;
	padding: 95px 20px;
	margin: 0 1%;
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
	border-radius: 25px;
	position: relative;
}

.free_estimate_bg::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: radial-gradient(51.64% 95.31% at 46.25% 64.95%, #25D7FF00 0%, #25D7FF 100%);
	mix-blend-mode: multiply;
}

.forms_estimate_bg {
	background: #13234180;
	backdrop-filter: blur(36.70000076293945px);
	padding: 30px;
	border-radius: 20px;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.forms_estimate_bg .row {
	margin-left: -10px;
	margin-right: -10px;
}

.forms_estimate_bg .row>* {
	padding-left: 10px;
	padding-right: 10px;
}

.forms_estimate_bg h3 {
	text-align: left;
	color: #fff;
}

.forms_estimate_bg p {
	font-size: 16px;
	font-weight: 300;
	line-height: 21.86px;
	letter-spacing: 0.02em;
	text-align: left;
	color: #fff;
	padding: 2px 0 10px 0;
	opacity: 0.8;
}

.conditions-field {
	margin-top: 10px;
	display: flex;
	align-items: center;
	gap: 15px;
}

.checkbox-list {
	position: relative;
	margin-left: 5px;
}

.checkbox-list input[type="checkbox"] {
	display: none;
}

.checkbox-list label:before {
	position: absolute;
	content: "";
	left: 0px;
	width: 18px;
	height: 18px;
	background: transparent;
	border-radius: 3px;
	top: 1px;
	border: 1px solid #ffffff80;
}

.checkbox-list label:after {
	position: absolute;
	content: "";
	display: none;
	left: 7px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid #bbb6aa;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.checkbox-list input[type="checkbox"]:checked+label:after {
	display: block;
}

.conditions-field label {
	color: #ffffff80;
	padding-left: 30px;
}

.conditions-field label a {
	color: #ffffff80;
}

.forms_estimate_bg .form-control {
	height: 42px;
	border: 1px solid #bbb6aa;
	border-radius: 50px;
	padding: 0 16px;
	background: none;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 21.86px;
	text-align: left;
	margin-top: 20px;
}

.forms_estimate_bg .form-control::placeholder {
	color: #bbb6aa;
}

.forms_estimate_bg .form-select {
	height: 42px;
	border: 1px solid #bbb6aa;
	border-radius: 50px;
	padding: 0 16px;
	background: none;
	color: #bbb6aa;
	font-size: 16px;
	font-weight: 400;
	line-height: 21.86px;
	text-align: left;
	margin-top: 20px;
}

.forms_estimate_bg .btn {
	background: url(../images/button-bg.png) left top no-repeat;
	background-size: cover;
	font-size: 20px;
	font-weight: 700;
	line-height: 27.32px;
	letter-spacing: 0.01em;
	text-align: left;
	color: #fff;
	border-radius: 40px;
	padding: 11px 0;
	border: none;
	margin-top: 20px;
	width: 100%;
	text-align: center;
	box-shadow: none;
}

.forms_estimate_bg .btn:hover {
	background: #25D7FF;
}


.best_team_bg {
	float: left;
	width: 98%;
	padding: 100px 0;
	margin: 0 1%;
}

.best_team_bg .row {
	margin-left: -10px;
	margin-right: -10px;
}

.best_team_bg .row>* {
	padding-left: 10px;
	padding-right: 10px;
}

.best_team_bg h2 {
	max-width: 535px;
	margin: 0 auto;
	padding: 0 10px;
}

.best_team_bg p {
	max-width: 670px;
	margin: 0 auto;
	text-align: center;
	padding: 5px 10px 0 10px;
}

.team_box {
	margin-top: 30px;
}

.team_box img {
	border-radius: 20px;
}

.team_box h5 {
	font-size: 24px;
	font-weight: 600;
	line-height: 32.78px;
	letter-spacing: 0.01em;
	text-align: left;
	color: #132341;
	padding: 20px 20px 0 20px;
}

.team_box p {
	font-size: 16px;
	font-weight: 300;
	line-height: 21.86px;
	letter-spacing: 0.02em;
	text-align: left;
	color: #132341;
	padding: 5px 0 0 20px;
	margin: 0;
}

.our_blog_bg {
	float: left;
	width: 100%;
}

.our_blog_bg h2 {
	font-size: 42px;
	font-weight: 500;
	line-height: 59px;
	letter-spacing: 0.01em;
	text-align: center;
}

.blog_box {
	margin-top: 30px;
	position: relative;
}

.blog_box:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30.41%, rgba(0, 0, 0, 0.8) 100%);
	border-radius: 20px;
}

.blog_box:hover:before {
	background: linear-gradient(180deg, rgba(255, 113, 37, 0) 30.58%, rgba(255, 113, 37, 0.8) 100%);
}

.blog_box img {
	border-radius: 20px;
}

.page-template-blogs .blog_box>img {
	height: 282px;
	object-fit: cover;
	object-position: center top;
}

.blog_box .arrow {
	position: absolute;
	top: 25px;
	right: 30px;
}

.blog_box .arrow img {
	width: 20px;
	border-radius: 0;
}

.blog_box .text {
	position: absolute;
	bottom: 30px;
	left: 30px;
}

.blog_box .text p {
	font-size: 16px;
	font-weight: 300;
	line-height: 21.86px;
	letter-spacing: 0.02em;
	text-align: left;
	color: #fff;
}

.blog_box .text h6 {
	font-size: 24px;
	font-weight: 600;
	line-height: 32.78px;
	letter-spacing: 0.01em;
	text-align: left;
	color: #fff;
	padding: 10px 0 0 0;
}

.gallery_box_bg {
	float: left;
	width: 100%;
	padding-top: 150px;
	overflow: hidden;
}

.gallery_img {
	margin: 0 -40%;
}

.gallery_img .slick-slide {
	margin: 0 5px;
}

.gallery_img .slick-track {
	display: flex;
	align-items: center;
}

.faq_clients_bg {
	float: left;
	width: 100%;
	padding: 150px 0;
}

.faq_clients_bg .container {
	padding: 0 75px;
}

.faq_clients_bg .faq_clients_title {
	max-width: 500px;
	margin: 0 auto;
	font-size: 36px;
	font-weight: 500;
	line-height: 49.18px;
	text-align: center;
	color: #272D4F;
	padding-bottom: 20px;
}

.faq_clients_bg .accordion-item {
	margin-top: 10px;
	border: none;
}

.faq_clients_bg .accordion-button {
	background: #fdfcfb;
	font-size: 24px;
	font-weight: 600;
	line-height: 32.78px;
	letter-spacing: 0.01em;
	text-align: left;
	border-radius: 20px !important;
	padding: 28px;
	color: #132341;
}

.faq_clients_bg .accordion-button:focus {
	background: none;
	box-shadow: none;
	border-color: transparent;
}

.faq_clients_bg .accordion-button:not(.collapsed) {
	background: #AAFFBE;
	border-radius: 20px 20px 0 0 !important;
	color: #132341;
	box-shadow: none;
}

.faq_clients_bg .accordion-button::after {
	background: url(../images/plus-icon.svg) right center no-repeat;
	width: 20px;
	height: 20px;
}

.faq_clients_bg .accordion-button:not(.collapsed)::after {
	background: url(../images/minus-icon.svg) right center no-repeat;
}

.faq_clients_bg .accordion-body {
	background: #AAFFBE;
	border-radius: 0 0 20px 20px;
	padding: 0 28px 8px 28px;
}

.faq_clients_bg .accordion-body p {
	font-size: 16px;
	font-weight: 300;
	line-height: 21.86px;
	letter-spacing: 0.02em;
	text-align: left;
	color: #202020;
	padding: 0 0 20px 0;
}

.home_contact_us_bg {
	float: left;
	width: 100%;
	padding-bottom: 100px;
}

.contact_box {
	background: url(../images/contact-bg.svg) left top no-repeat;
	background-size: cover;
	border-radius: 25px;
	padding: 55px;
}

.contact_box h2 {
	font-size: 48px;
	font-weight: 700;
	line-height: 58px;
	text-align: left;
	color: #FFFFFF;
}

.contact_box h3 {
	color: #fff;
	text-align: left;
	margin-bottom: 5px;
}

.contact_box p {
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	text-align: left;
	color: #fff;
	padding: 0;
	max-width: 380px;
	opacity: 1;
}

.contact_box .phone_text {
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	text-align: left;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 50px 0 0 0;
}

.contact_box .phone_text img {
	width: 16px;
	margin-right: 10px;
}

.contact_box h6 {
	font-size: 24px;
	font-weight: 600;
	line-height: 32.78px;
	letter-spacing: 0.01em;
	text-align: left;
	color: #fff;
	padding: 5px 0 0 0;
	max-width: 345px;
}

.contact_box h6 a {
	color: #fff;
}

.contact_box h6 a:hover {
	color: #AAFFBE;
}

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

.map_box iframe {
	border-radius: 25px;
	height: 100%;
}

footer {
	float: left;
	width: 98%;
	margin: 0 1%;
}

.subscribe_newsletters_bg {
	background: #AAFFBE;
	border-radius: 25px;
	padding: 55px 0;
}

.subscribe_newsletters_bg .row {
	align-items: center;
}

.subscribe_newsletters_bg p {
	padding: 0;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	text-align: left;
	color: #132341;
	opacity: 1 !important;
}

.subscribe_newsletters_bg h2 {
	font-size: 48px;
	font-weight: 700;
	line-height: 58px;
	text-align: left;
	color: #132341;
}

.footer_newsletter_box {
	float: left;
	width: 100%;
	position: relative;
}

.footer_newsletter_box .newsletter_input {
	float: left;
	width: 100%;
	padding: 0 0 0 20px;
	background: none;
	font-size: 18px;
	font-weight: 400;
	line-height: 21.78px;
	text-align: left;
	height: 62px;
	border: 1px solid #132341;
	border-radius: 50px;
	padding-right: 170px;
}

.footer_newsletter_box .btn {
	box-shadow: none;
	float: none;
	background: url(../images/subscribe-bg.png) left top no-repeat;
	background-size: cover;
	font-size: 20px;
	font-weight: 700;
	line-height: 27.32px;
	letter-spacing: 0.01em;
	text-align: left;
	padding: 11px 30px;
	border-radius: 50px;
	position: absolute;
	right: 6px;
	top: 6px;
	border: none;
	color: #fff;
}

.footer_newsletter_box .btn:hover {
	background: #25D7FF;
}

.footer_mid_bg {
	background: #132341;
	border-radius: 25px;
	padding: 0 0 55px 0;
	margin-top: 10px;
}

.footer_box {
	float: left;
	width: 100%;
	padding: 55px 0 0 0;
}

.footer_logo {
	max-width: 185px;
}

.footer_logo img {
	width: auto;
	max-width: 100%;
}

.footer_box h5 {
	float: left;
	width: 100%;
	font-size: 24px;
	font-weight: 600;
	line-height: 32.78px;
	letter-spacing: 0.01em;
	text-align: left;
	color: #fff;
	position: relative;
	margin-bottom: 5px;
}

.footer_box p {
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	text-align: left;
	color: #fff;
	padding: 30px 0 0 0;
}

.footer_box .left_icon a {
	margin-top: 25px;
	color: #fff;
	font-size: 24px;
	margin-right: 18px;
	text-align: center;
	float: left;
}

.footer_box .left_icon a:hover {
	color: #25D7FF;
}

.footer_box ul {
	float: left;
	width: 100%;
	list-style: none;
	padding: 10px 0 0 0;
	margin: 0;
}

.footer_box li {
	float: left;
	width: 100%;
	list-style: none;
	padding: 7px 0 4px 0;
	margin: 0;
}

.footer_box li a {
	float: left;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	color: #fff;
	padding: 0;
}

.footer_box li a:hover {
	color: #25D7FF;
}

.copyright_text_bottom {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	padding: 20px 0;
}

.inner_page_title_bg {
	float: left;
	width: 100%;
	background-size: cover !important;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.inner_page_title_bg:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: radial-gradient(51.64% 95.31% at 46.25% 64.95%, #25D7FF00 0%, #25D7FF 100%);
	mix-blend-mode: multiply;
}

.inner_page_title_bg h1 {
	font-size: 48px;
	font-weight: 700;
	line-height: 58px;
	text-align: center;
	color: #fff;
	padding: 0;
	position: relative;
	text-shadow: 0px 3px 10px #000;
	max-width: 700px;
	padding: 0px 15px;
}

.about_page_text {
	float: left;
	width: 100%;
	padding: 120px 0 100px 0;
}

.about_page_text .row {
	align-items: center;
}

.about_page_text .text {
	padding-right: 30px;
}

.about_page_text h3 {
	text-align: left;
}

.about_page_text h2 {
	text-align: left;
}

.about_page_text p {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	text-align: left;
	color: #202020;
	opacity: 0.5;
	padding: 25px 0 0 0;
}

.about_page_text ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
}

.about_page_text li {
	list-style: none;
	width: 48%;
	margin: 0;
	padding: 20px 0 0 27px;
	color: #202020;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	text-align: left;
	position: relative;
}

.check-icon {
	position: absolute;
	left: 0;
}

.check-icon svg path {
	fill: #25D7FF;
}

.about_page_text a.getnow {
	float: left;
	background: url(../images/getestimate-but.png) left top no-repeat;
	background-size: cover;
	font-size: 20px;
	font-weight: 700;
	line-height: 27.32px;
	letter-spacing: 0.01em;
	text-align: left;
	padding: 15px 30px;
	border-radius: 50px;
	border: none;
	color: #fff;
	margin-top: 50px;
}

.about_page_text a.getnow:hover {
	background: #25D7FF;
}

.about_right_img {
	width: 100%;
}

.about_right_img img {
	width: 100%;
	border-radius: 20px;
}

.home_about_us_bg.about_page {
	padding: 0;
	margin-bottom: 20px;
}

.home_about_us_bg.about_page .container {
	max-width: 1260px;
}

.home_about_us_bg.about_page .about_box_right {
	height: 100%;
	margin-top: 0px;
}

.why_choose_us_bg.about_padding {
	padding: 130px 0;
}

.home_contact_us_bg.contact_page {
	padding: 100px 0;
}

.home_contact_us_bg.contact_page .contact_box h3 {
	color: #000;
}

.home_contact_us_bg.contact_page .contact_box p {
	color: #000;
	opacity: 1;
}

.home_contact_us_bg.contact_page .form-control {
	border: 1px solid #00000080;
	height: 48px;
	background: none;
	border-radius: 50px;
	padding: 0 20px;
	font-size: 16px;
	font-weight: 400;
	line-height: 21.86px;
	text-align: left;
	margin-top: 20px;
	color: #000;
}

.home_contact_us_bg.contact_page .form-control::placeholder {
	color: #00000080;
	opacity: 0.6;
}

.home_contact_us_bg.contact_page .btn {
	background: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 27.32px;
	letter-spacing: 0.01em;
	text-align: left;
	color: #25D7FF;
	border-radius: 40px;
	padding: 14px 80px;
	border: none;
	margin-top: 20px;
	width: 100%;
	text-align: center;
	box-shadow: none;
}

.home_contact_us_bg.contact_page .btn:hover {
	background: #25D7FF;
	color: #fff;
}

.home_contact_us_bg.contact_page .btn span {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: radial-gradient(at 116.52% -70.54%, #132341 0%, #25D7FF 71.61%, #AAFFBE 100%);
}

.home_contact_us_bg.contact_page .phone_text {
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	text-align: left;
	color: #132341;
	display: flex;
	align-items: center;
	padding: 100px 0 0 0;
}

.home_contact_us_bg.contact_page .phone_text img {
	width: 16px;
	margin-right: 10px;
}

.home_contact_us_bg.contact_page h6 {
	font-size: 24px;
	font-weight: 600;
	line-height: 32.78px;
	letter-spacing: 0.01em;
	text-align: left;
	color: #132341;
	padding: 5px 0 0 0;
}

.home_contact_us_bg.contact_page .contact_box {
	padding: 30px;
}

.services_page_bg {
	float: left;
	width: 100%;
	padding: 120px 60px 0 60px;
}

.home_contact_us_bg.contact_page h6 a:hover {
	color: #25D7FF;
}

.home_contact_us_bg.contact_page .conditions-field label {
	color: #00000080;
}

.home_contact_us_bg.contact_page .conditions-field label a {
	color: #00000080;
}

.home_contact_us_bg.contact_page .checkbox-list label::before {
	border-color: #00000080;
}

.home_contact_us_bg.contact_page .checkbox-list label::after {
	border-color: #00000080;
}

.office_cleaning_page_bg {
	float: left;
	width: 100%;
	padding: 100px 0 0 0;
}

.office_cleaning_page_bg .h2 {
	padding: 50px 0 0 0;
	text-align: left;
}

.office_cleaning_page_bg .top_img img {
	border-radius: 25px;
}

.office_cleaning_page_bg h4 {
	font-size: 24px;
	font-weight: 500;
	line-height: 24px;
	text-align: left;
	color: #202020;
	padding: 50px 0 0 0;
}

.office_cleaning_page_bg .img_right img {
	border-radius: 25px;
	margin-top: 50px;
}

.office_cleaning_page_bg ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.office_cleaning_page_bg li {
	list-style: none;
	margin: 0;
	padding: 20px 0 0 27px;
	color: #8e8e8e;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	text-align: left;
	position: relative;
}

.blog_page_bg {
	float: left;
	width: 100%;
	padding: 120px 0 150px 0;
}

.blog_details_page_bg {
	float: left;
	width: 100%;
	padding: 100px 0;
}

.blog_details_page_bg ul,
.blog_details_page_bg ol {
	padding-top: 20px;
}

.blog_details_page_bg .container {
	max-width: 850px;
}

.blog_details_page_bg h2 {
	padding: 50px 0 0 0;
	text-align: left;
}

.blog_details_page_bg .top_img img {
	border-radius: 25px;
}

.blog_details_page_bg p b {
	font-weight: 700;
}

.blog_details_page_bg ul {
	margin: 0;
	padding: 20px 0 0 15px;
}

.blog_details_page_bg li {
	margin: 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	color: #202020;
	padding: 0;
}

.prevnext_but {
	display: flex;
	justify-content: space-between;
	width: 100%;
	border-top: 1px solid #272D4F;
	margin-top: 50px;
	padding: 30px 0 0 0;
}

.prevnext_but .prev {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	text-align: left;
	color: #202020;
	display: flex;
	align-items: center;
}

.prevnext_but .prev img {
	width: 20px;
	margin-right: 8px;
}

.prevnext_but .next {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	text-align: left;
	color: #202020;
	display: flex;
	align-items: center;
	justify-content: end;
}

.prevnext_but .next img {
	width: 20px;
	margin-left: 8px;
}

.join_team_page_bg {
	float: left;
	width: 100%;
	padding: 100px 0;
}

.join_team_page_bg .h2 {
	text-align: left;
	max-width: 100%;
	padding-bottom: 30px;
}

.join_team_page_bg .title_box {
	display: flex;
	justify-content: space-between;
	width: 96%;
}

.join_team_page_bg .title_box .left {
	width: 50%;
}

.join_team_page_bg .title_box div {
	margin-right: 10px;
}

.join_team_page_bg .title_box h6 {
	font-size: 24px;
	font-weight: 500;
	line-height: 24px;
	text-align: left;
	color: #202020;
}

.join_team_page_bg .title_box p {
	font-size: 16px;
	font-weight: 400;
	line-height: 20.8px;
	text-align: left;
	color: #585858;
	display: flex;
	align-items: center;
	padding: 12px 0 0 0;
}

.join_team_page_bg .title_box p img {
	width: 16px;
	margin-right: 5px;
}

.join_team_page_bg .accordion-item {
	margin-top: 20px;
	border: none;
}

.join_team_page_bg .accordion-button {
	background: #F3F4F6;
	border-radius: 25px !important;
	padding: 30px;
	color: #132341;
}

.join_team_page_bg .accordion-button:focus {
	background: #F3F4F6;
	box-shadow: none;
	border-color: transparent;
}

.join_team_page_bg .accordion-button:not(.collapsed) {
	background: #F3F4F6 !important;
	border-radius: 25px 25px 0 0 !important;
	color: #132341;
	box-shadow: none;
}

.join_team_page_bg .accordion-button::after {
	background: url(../images/down-arrow.svg) right center no-repeat;
	width: 29px;
	height: 17px;
}

.join_team_page_bg .accordion-button:not(.collapsed)::after {
	background: url(../images/down-arrow.svg) right center no-repeat;
}

.join_team_page_bg .accordion-body {
	background: #F3F4F6;
	border-radius: 0 0 25px 25px;
	padding: 0 30px 40px 30px;
}

.join_team_page_bg .accordion-body p {
	font-size: 16px;
	font-weight: 300;
	line-height: 21.86px;
	letter-spacing: 0.02em;
	text-align: left;
	color: #202020;
	/* padding: 0 0 20px 0; */
}

.join_team_page_bg .accordion-body h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 31.2px;
	text-align: left;
	color: #585858;
	border-top: 1.5px solid #cfd0d1;
	padding: 15px 0 0 0;
}

.join_team_page_bg .accordion-body h5 {
	font-size: 18px;
	font-weight: 700;
	line-height: 23.4px;
	text-align: left;
	color: #585858;
	padding: 20px 0 0 0;
	margin-bottom: 10px;
}

.join_team_page_bg .accordion-body ul {
	margin: 0;
	padding: 0 0 0 35px;
}

.join_team_page_bg .accordion-body li {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	color: #585858;
}

.join_team_page_bg .apply_now_but {
	margin-top: 30px;
}

.join_team_page_bg .apply_now_but a {
	background: url(../images/apply-but.png) left top no-repeat;
	background-size: cover;
	font-size: 16.67px;
	font-weight: 700;
	line-height: 41.68px;
	letter-spacing: 0.1em;
	text-align: left;
	padding: 15px 30px;
	border-radius: 50px;
	border: none;
	color: #fff;
	text-transform: uppercase;
}

.join_team_page_bg .apply_now_but a img {
	width: 12px;
	margin-left: 10px;
}

.join_team_page_bg .apply_now_but a:hover {
	background: #25D7FF;
}

#jointeammodal .modal-dialog {
	max-width: 700px;
}

.jointeam_popup {
	border: 1px solid #AAFFBE;
	background: #AAFFBE;
	padding: 80px;
	border-radius: 20px;
}

.jointeam_popup .modal-header {
	padding: 0;
	text-align: center;
	justify-content: center;
}

.jointeam_popup .modal-header .btn-close {
	position: absolute;
	top: 30px;
	right: 30px;
}

.jointeam_popup .modal-body {
	padding: 0;
}

.jointeam_popup .modal-body .form-control {
	border: 1px solid #132341;
	font-size: 16px;
	font-weight: 400;
	line-height: 21.86px;
	text-align: left;
	color: #132341;
	background: none;
	border-radius: 40px;
	margin-top: 20px;
	height: 48px;
}

.jointeam_popup .modal-body textarea.form-control {
	height: 125px;
	border-radius: 20px;
}

.jointeam_popup .modal-body .uploadfile {
	border: 1px dashed #898a8d;
	border-radius: 10px;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 21.86px;
	text-align: left;
	color: #132341;
	justify-content: center;
	padding: 26px 0;
	margin-top: 20px;
	cursor: pointer;
}

.jointeam_popup .modal-body .uploadfile img {
	width: 14px;
	margin-right: 10px;
}

.jointeam_popup .modal-body .btn {
	background: url(../images/popup-submit.png) left top no-repeat;
	background-size: cover;
	font-size: 20px;
	font-weight: 700;
	line-height: 27.32px;
	letter-spacing: 0.01em;
	text-align: left;
	padding: 14px 0;
	border-radius: 50px;
	border: none;
	color: #fff;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.jointeam_popup .modal-body .btn a:hover {
	background: #25D7FF;
}

.single-services .inner_page_title_bg::before {
	display: none;
}

.single-services .inner_page_title_bg h1 {
	text-shadow: none;
}

.service-list-content p {
	padding: 0;
}

/* Service Section CSS */
.service-btn {
	background: url(../images/popup-submit.png) left top no-repeat;
	background-size: cover;
	font-size: 20px;
	font-weight: 700;
	line-height: 27.32px;
	/* letter-spacing: 0.01em; */
	text-align: left;
	padding: 14px 0;
	border-radius: 50px;
	/* border: none; */
	color: #fff;
	/* width: 100%; */
	text-align: center;
	margin-top: 30px;
	display: inline-block;
	padding: 12px 50px;
}

.service-btn:hover {
	color: #fff;
}

.service-content h2 {
	text-align: left;
	/* font-weight: 600; */
}

.service-template-column {
	margin-top: 120px;
	margin-bottom: 120px;
}


.table-of-content h2 {
	text-align: left;
	/* font-weight: 600; */
}

.table-of-content ul li span svg {
	border-radius: 5px;
}

.table-conten-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -12px;
}

.table-of-content ul li {
	margin-bottom: 25px;
	font-size: 16px;
	font-weight: 400;
	color: #252425;
	list-style: none;
	display: flex;
	column-gap: 15px;
	line-break: anywhere;
	width: 50%;
	padding: 0px 12px;
}

.table-of-content-row {
	background-color: #E8E0D510;
	padding: 80px 0px;
	margin: 0 30px 120px 30px;
	border-radius: 20px;
}

.service-list-box-section {
	margin-bottom: 120px;
}

.service-list-box {
	padding: 30px;
	background-color: #E8E0D510;
	border-radius: 20px;
	height: 100%;
}

.service-list-img {
	margin-bottom: 30px;
}

.service-list-img img {
	border-radius: 10px;
}

.service-list-content h4 {
	margin-bottom: 15px;
}

.service-list-box-row .row {
	row-gap: 30px;
}

.service-inner-mg {
	border-radius: 20px;
	overflow: hidden;
}

/*  */
.why-choose-service-section {
	margin-bottom: 120px;
}

.why-choose-service-heading {
	max-width: 1050px;
	margin: 0 auto 50px;
	text-align: center;
}

.why-choose-service-heading h2 {
	/* font-size: 32px;
	font-weight: 700; */
	margin-bottom: 20px;
}


.why-choose-service-box {
	padding: 20px;
	height: 100%;
	background: #E8E0D5;
	border-radius: 20px;
}

.why-choose-service-box .why-choose-service-icon {
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}

.why-choose-service-content h3 {
	text-align: left;
	/* color: #313757; */
	font-size: 22px;
	line-height: 28px;
	/* font-weight: 700; */
}

.why-choose-service-heading p {
	padding: 0;
}

.why-choose-service-row .row {
	row-gap: 30px;
}


.why-choose-service-icon img {
	width: 105px;
	height: 105px;
}

.why-choose-service-icon::before{
	content: "";
	height: 114px;
	width: 35px;
	background-color: #94f7ec;
	position: absolute;
	top: 0;
	left: 30px;
	border-radius: 50px;
	transform: rotate(45deg);
	z-index: -1;
	opacity: 0.5;
}

/*  */
.benifit-include-section {
	margin-bottom: 120px;
}

.benifit-include-section .row {
	align-items: center;
}

.benifit-include-heading {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 50px;
	flex-wrap: wrap;
}

.benifit-include-box {
	background-color: #E8E0D510;
	border-radius: 20px;
	padding: 40px;
}

.move-in-out-include-list li {
	display: flex;
	column-gap: 10px;
	list-style: none;
	font-size: 16px;
	color: #7A7A7A;
}

.move-in-out-include-list li svg {
	width: 100%;
	max-width: 19px;
	margin-top: 3px;
}

.move-in-out-include-list li:last-child {
	margin-bottom: 0;
}

.move-in-out-include-heading {
	margin-bottom: 50px;
}

.move-inout-heading h3 {
	text-align: left;
	margin-bottom: 20px;
}

.move-in-out-include-heading p {
	text-align: center;

}

.move-in-out-include-section {
	margin-bottom: 120px;
}

.move-in-out-content {
	background-color: #E8E0D510;
	padding: 30px;
	border-radius: 30px;
	position: relative;
}

.move-in-out-include-list li {
	margin-bottom: 20px;
}

.move-in-out-include-list li:last-child {
	margin-bottom: 0;
}

.move-in-out-content:before {
	content: "";
	background: #7A7A7A4D;
	height: 100%;
	width: 1px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	right: 0;
}

.move-in-out-content .move-in-out{padding-left: 35px;}
.move-in-out-content .row .col-lg-6:first-child .move-in-out{padding-right: 35px;padding-left: 0px;}

/* Before After css */
.image-comparison-main {
	float: left;
	width: 98%;
	margin: 0 1%;
	padding: 60px 0px;
	/* margin-bottom: 120px; */
	background: #E8E0D5;
	border-radius: 25px;
}

.beforeafter-title {
	text-align: center;
}

.beforeafter-title p {
	color: #202125;
	padding: 5px 0px 15px;
	opacity: 1 !important;
}

.image-comparison {
	max-width: 48.063em;
	margin-right: auto;
	margin-left: auto;
	border-radius: 20px;
	overflow: hidden;
}

.image-comparison__slider-wrapper {
	position: relative;
}

.image-comparison__label {
	font-size: 0;
	line-height: 0;
}

.image-comparison__label,
.image-comparison__range {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	cursor: ew-resize;
	z-index: 20;
}

@media (hover) {
	.image-comparison__range:hover~.image-comparison__slider .image-comparison__thumb {
		transform: scale(1.2);
	}
}

.image-comparison .image-comparison__slider-wrapper .image-comparison__range:active~.image-comparison__slider .image-comparison__thumb,
.image-comparison .image-comparison__slider-wrapper .image-comparison__range:focus~.image-comparison__slider .image-comparison__thumb,
.image-comparison .image-comparison__slider-wrapper .image-comparison__range--active~.image-comparison__slider .image-comparison__thumb {
	transform: scale(0.8);
	opacity: 0.5;
}

.image-comparison__image-wrapper--overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(50% + 1px);
	height: 100%;
	overflow: hidden;
}

.image-comparison__figure {
	margin: 0;
}

.image-comparison__figure::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f2f2f2;
}

.image-comparison__figure:not(.image-comparison__figure--overlay) {
	position: relative;
	padding-top: 66.666666667%;
}

.image-comparison__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 0 50%;
	object-position: 0 50%;
	overflow: hidden;
}

.image-comparison__figure--overlay .image-comparison__image {
	z-index: 1;
}

.image-comparison__caption {
	position: absolute;
	bottom: 12px;
	min-width: -webkit-max-content;
	min-width: -moz-max-content;
	min-width: max-content;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.image-comparison__caption--before {
	left: 12px;
	z-index: 2;
}

.image-comparison__caption--after {
	right: 12px;
	text-align: right;
}

.image-comparison__caption-body {
	max-width: 40vmin;
	padding: 6px 12px;
	background-color: rgba(0, 0, 0, 0.55);
	border-radius: 10px;
	text-transform: capitalize;
}

.image-comparison__slider {
	position: absolute;
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	background-color: #fff;
	transition: background-color 0.3s ease-in-out;
	z-index: 10;
}

.image-comparison__range--active~.image-comparison__slider {
	background-color: rgba(255, 255, 255, 0);
}

.image-comparison__thumb {
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
	width: 40px;
	height: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #0091df;
	color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.5);
	transform-origin: center;
	transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.image-comparison__range::-webkit-slider-runnable-track {
	width: 40px;
	height: 40px;
	opacity: 0;
}

.image-comparison__range::-moz-range-thumb {
	width: 40px;
	height: 40px;
	opacity: 0;
}

.image-comparison__range::-webkit-slider-thumb {
	width: 40px;
	height: 40px;
	opacity: 0;
}

.image-comparison__range::-ms-fill-lower {
	background-color: transparent;
}

.image-comparison__range::-ms-track {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: transparent;
	outline: none;
	cursor: col-resize;
}

.image-comparison__range::-ms-thumb {
	width: 0.5%;
	height: 100%;
	opacity: 0;
}

.image-comparison__range::-ms-tooltip {
	display: none;
}

.image-comparison_slider .slick-dots {
	bottom: -60px;
}



.thankyou-title h1 {
	margin-bottom: 30px;
}

.thankyou-innercontent {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
}

.thankyou-sociallogo img {
	max-width: 189px;
}

/* Inner page strat css */
.innerpages {
	padding: 100px 0px;
}

.innerpages .innerpages-title h1 {
	text-align: center;
	color: #272d4f;
	margin-bottom: 30px;
}

.innerpages-content h3 {
	text-align: left;
	margin-bottom: 20px;
}

.innerpages p {
	margin-bottom: 20px;
	padding: 0;
}

.innerpages ul,
.innerpages ol {
	padding-left: 25px;
	margin-bottom: 20px;
}


.mobile-book-section {
	float: left;
	width: 98%;
	margin: 0 1%;
}

.mobile-book-inner .row {
	align-items: center;
}

.mobile-book-content h2 {
	text-align: left;
	color: #fff;
}

.mobile-book-content p {	
	color: #fff;
}

.mobile-image-block img {
	width: auto;
}


.mobile-book-banner {
	padding: 0 100px
}

.mobile-book-section {
	background: radial-gradient(at 0% -24.11%, #323a5b 0%, #94f7ec 71.61%, #dffffc 100%);
	width: 98%;	padding: 80px 0 100px 0;overflow: hidden; border-radius: 25px;
}

.mobile-image-block{
  position: relative;
  /* display: inline-block; */
  z-index: 1;
  text-align: center;
}

.mobile-image-block::before {
	content: "";
	height: 480px;
	width: 480px;
	background: #E8E0D5;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	opacity: 0.3;
  }

  .mobile-book-content {
	max-width: 705px
  }

  .customer-reviews {
	display: flex;
	gap: 30px;
	align-items: center;
	margin-top: 40px;
  }

  .book-on-the-go-img img {	
	width: 120px;
	height: 120px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #fff;
  }

  .review-star {
	display: flex;
	gap: 12px;
	color: #FFD036;
	margin-bottom: 15px;	
  }

  .book-on-the-go-content h3 {
	margin-bottom: 6px;
	text-align: start;
	color: #fff;

  }
  .book-on-the-go-content p {
	max-width: 440px;	
	padding: 0 0 0 0;	
	letter-spacing: 0%;
	color: #fff;
  }




  /*  Service Checklist   */
.services-checklist-section{padding-top: clamp(50px, 5vw, 80px);}
.services-checklist-inner{margin-top: 30px;}
.services-checklist-inner .table th{border: 0px;padding: 0px clamp(10px, 1.2vw, 20px);text-align: center;width: 13%;text-wrap: nowrap;}
.services-checklist-inner .table th:first-child{text-align: left;width: auto;font-size: clamp(14px, 1.8vw, 18px);}
.services-checklist-inner .table th h3{margin-bottom: 0px;font-size: clamp(18px, 1.8vw, 24px);text-align: left;font-weight: 600;}
.services-checklist-inner .accordion-body{padding: 0px;border-bottom: 1px solid #D9D9D9;border-left: 1px solid #D9D9D9;}
.services-checklist-inner .accordion-body table{margin: 0px;}
.services-checklist-inner .accordion-body .table th,
.services-checklist-inner .accordion-body .table td{padding: clamp(8px, 1.2vw, 14px) clamp(10px, 1.2vw, 20px);border-left-width: 1px;border-right-width: 1px;border-bottom-width: 0px;border-color: #D9D9D9;text-wrap: wrap;}
.services-checklist-inner .accordion-body .table td{text-align: center;width: 13%;}
.services-checklist-inner .accordion-body .table td img{height: clamp(16px, 2vw, 19px);width: auto;}
.services-checklist-inner .accordion-button{font-size: clamp(18px, 1.8vw, 24px);font-weight: 600;color: #fff;padding: clamp(10px, 1.2vw, 14px) clamp(10px, 1.2vw, 20px);}
.services-checklist-inner .accordion-item{border: 0px;}
.services-checklist-inner .accordion-button:focus{box-shadow: none;}
.services-checklist-inner .accordion-button::after{content: "\f107";font-family: 'Font Awesome 6 Free';background-image: none;width: auto;height: auto;}
.table-striped > tbody > tr:nth-of-type(2n+1) > *{--bs-table-bg-type: transparent;}
.services-checklist-inner .accordion-header{border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.services-checklist-inner .accordion-item:first-of-type > .accordion-header .accordion-button,
.services-checklist-inner .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed{border-radius: 0px;}
::-webkit-scrollbar {width: 10px;height: 10px;}
::-webkit-scrollbar-track {background: #f1f1f1;}
::-webkit-scrollbar-thumb {background: #ddd;}
::-webkit-scrollbar-thumb:hover {background: #555;}
/* Works on Firefox */
*{scrollbar-width: thin;scrollbar-color: #ddd #f1f1f1;  }


@media only screen and (min-width:220px) and (max-width:1660px) {
	.service_box img {
		height: 450px;
	}

	.mobile-image-block::before {
		height: 400px;
		width: 400px;
	}

	.navbar .navbar-nav .nav-link {	
		margin-left: 30px;
	}

	.nav-item.call-btn {
		margin-left: 30px;
	}
}


@media only screen and (max-width:1520px) {

	.nav-item.call-btn {margin-left: 20px;}

	.navbar .navbar-nav .nav-link {margin-left: 20px;}
}


@media only screen and (max-width:1460px) { 

	.navbar .navbar-nav .nav-link.booknow{padding: 11px 10px;}

	.navbar .navbar-nav .nav-link.callnow {	padding: 11px 20px;}

	header .navbar-expand-lg {
		justify-content: space-between;
		padding: 0px 30px;
	}

	.mobile-image-block::before {	
		height: 350px;
		width: 350px;
	}

	.mobile-image-block {
		position: relative;
		display: inline-block;
		z-index: 1;
		text-align: center;
	}

}

 /* @media only screen and (max-width: 1320px) {

    .navbar .navbar-nav .nav-link { margin-left: 10px; }

	.nav-item.call-btn { margin-left: 10px; }
} */



@media only screen and (min-width:220px) and (max-width:1250px) {

	nav .navbar-brand {
		padding: 20px 0;
		max-width: 150px;
	}

	.f-nav .navbar-brand {		
		max-width: 150px;
    }

	.main-wrapper {
       padding-top: 106px;
    }

	header .navbar-expand-lg {
		padding: 0 25px;
	}

	.banner-content {
		margin: 380px 0px 0px;
	}

	.navbar .navbar-nav .nav-link {
		font-size: 15px;
		margin-left: 20px;
	}

	.navbar .navbar-nav .nav-link.callnow {
		font-size: 13px;
	}

	.navbar .navbar-nav .nav-link.booknow {
		font-size: 13px;
	}

	/*.menu-item-has-children > .nav-link::before{right: -20px;}*/

	.sub-menu {
		margin-left: 30px;
		width: 245px;
	}

	.sub-menu>li>.sub-menu {
		left: 245px;
	}

	.navbar .navbar-nav .sub-menu li a {
		font-size: 14px;
	}

	.pricing_box span {
		font-size: 60px;
		line-height: 80px;
	}
}

@media only screen and (max-width: 1199px) {
    .table-of-content-row p {
        margin-bottom: 20px;
    }

	.footer_logo {
        max-width: 160px;
    }
}


@media only screen and (max-width:1150px) { 
	
	.navbar .navbar-nav .nav-link {margin-left: 15px;}

	.nav-item.call-btn {margin-left: 10px;}	

	.navbar .navbar-nav .nav-link.booknow {padding: 11px 10px;}

	.navbar .navbar-nav .nav-link.callnow {padding: 11px 10px;}	   
}


@media only screen and (min-width:220px) and (max-width:1120px) {
	.mobile-image-block img {
		width: 100%;
	}

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1020px;
	}

	.container,
	.container-fluid,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		padding-right: var(--bs-gutter-x, 20px);
		padding-left: var(--bs-gutter-x, 20px);
	}

}

@media only screen and (min-width:220px) and (max-width:1080px) {


	.navbar .navbar-nav .nav-link.booknow {padding: 11px 5px;}

	.navbar .navbar-nav .nav-link.callnow {padding: 11px 10px;}	

	.mobile-image-block::before {		
		height: 300px;
		width: 300px;
	  }

	  .mobile-book-section {	
		padding: 80px 0 80px 0;		
	}

	.clean_your_home {
		padding: 100px 0;
	}

	.home_about_us_bg {
		padding: 100px 0;
		overflow-x: hidden;
	}

	.how_it_works_bg {
		padding: 100px 0;
	}

	.cleaning_plans_pricing_bg {
		padding: 100px 0;
	}

	.best_team_bg {
		padding: 100px 0;
	}

	.faq_clients_bg {
		padding: 100px 0;
	}

	.gallery_box_bg {
		padding-top: 100px;
	}

	.about_page_text {
		padding: 100px 0;
	}

	.why_choose_us_bg.about_padding {
		padding: 100px 0;
	}

	.blog_page_bg {
		padding: 70px 0 100px 0;
	}

	.services_page_bg {
		padding: 70px 60px 0 60px;
	}


	.why_choose_box h2 {
		font-size: 36px;
		line-height: 46px;
	}

	.our_blog_bg h2 {
		font-size: 36px;
		line-height: 46px;
	}

	.contact_box h2 {
		font-size: 36px;
		line-height: 46px;
	}

	.subscribe_newsletters_bg h2 {
		font-size: 36px;
		line-height: 46px;
	}

	h1 {
		font-size: 36px;
		line-height: 46px;
	}

	h2 {
		font-size: 30px;
		line-height: 42px;
	}

	h3 {
		font-size: 20px;
		line-height: 28px;
	}

	.h2,
	.blog_details_page_bg h2 {
		font-size: 36px;
		line-height: 46px;
	}

	.inner_page_title_bg h1 {
		font-size: 40px;
		line-height: 50px;
	}

	.clean_your_home .clean_box h6 {
		font-size: 20px;
		line-height: 28px;
	}

	.service_box .text h5 {
		font-size: 20px;
		line-height: 28px;
	}

	.home_about_us_bg .about_box_right h4 {
		font-size: 20px;
		line-height: 28px;
	}

	.trus_people_box p {
		font-size: 18px;
		line-height: 32px;
	}

	.trus_people_box h6 {
		font-size: 20px;
		line-height: 28px;
	}

	.how_it_works_box h4 {
		font-size: 20px;
		line-height: 28px;
	}

	.why_choose_box p {
		font-size: 18px;
		line-height: 26px;
	}

	.pricing_box h6 {
		font-size: 20px;
		line-height: 28px;
	}

	.team_box h5 {
		font-size: 20px;
		line-height: 28px;
	}

	.blog_box .text h6 {
		font-size: 20px;
		line-height: 28px;
	}

	.faq_clients_bg .accordion-button {
		font-size: 20px;
		line-height: 28px;
	}

	.contact_box h6 {
		font-size: 20px;
		line-height: 28px;
	}

	.footer_box h5 {
		font-size: 20px;
		line-height: 28px;
	}

	.home_contact_us_bg.contact_page h6 {
		font-size: 20px;
		line-height: 28px;
	}

	.office_cleaning_page_bg h4 {
		font-size: 20px;
		line-height: 28px;
	}

	.join_team_page_bg .title_box h6 {
		font-size: 20px;
		line-height: 20px;
	}

	.join_team_page_bg .accordion-body h3 {
		font-size: 20px;
		line-height: 28px;
	}

	.service_box .text {
		transform: translateY(0);
	}

	.service_box .text p {
		visibility: visible;
	}

	.service-template-column,
	.table-of-content-row,
	.service-list-box-section,
	.why-choose-service-section,
	.benifit-include-section,
	.move-in-out-include-section {
		margin-bottom: 80px;
	}

	.services_cleaning_bg {
		padding: 80px 0 0 0;
	}
}



@media only screen and (min-width:220px) and (max-width:991px) {

	.nav-item.call-btn {margin-left: 0px;}

	.nav-item .nav-link.callnow:last-child {margin-left: 0px;}

	.sub-menu .menu-item-has-children:hover>.sub-menu {display: none;}

	.sub-menu>li>.sub-menu {
		margin-left: 0px;
		left: 0px;
		top: 0;
	}

	.sub-menu .dropdown-symbol i {
		transform: inherit;
	}

	.navbar .navbar-nav .sub-menu li a {
		justify-content: center;
	}

	nav .navbar-brand {
		max-width: 150px;
		padding: 15px 0;
	}

	.f-nav .navbar-brand {
		max-width: 150px;
	}

	.main-wrapper {
		padding-top: 96px;
	}

	.navbar .navbar-nav {
		background-color: rgba(255, 255, 255, 0.9);
		padding: 12px 0;
		border-radius: 20px;
	}

	.navbar .navbar-nav .nav-link.callnow {
		padding: 8px 28px;
	}

	.navbar .navbar-nav .nav-link.booknow {
		padding: 8px 28px;
	}

	#menu-item-348 {
		margin-bottom: 20px;
	}

	.navbar .navbar-nav .nav-link {
		font-size: 16px;
		margin: 5px 0;
		color: #000;
	}

	.navbar .navbar-nav .nav-link.booknow {
		font-size: 16px;
		margin: 5px 0;
	}

	.banner_top_bg .banner_icon .icon {
		font-size: 16px;
		line-height: 24px;
	}

	.navbar-nav {
		text-align: center;
	}

	.sub-menu {
		position: relative;
		top: 0;
		background: transparent;
		margin-left: 0;
		box-shadow: none;
	}

	/*.f-nav .sub-menu{top: 0px;}*/

	.sub-menu li a:hover {
		background: transparent;
	}

	.navbar .navbar-nav .nav-link {
		display: inline-block;
	}

	.banner-content .estimate_now a {
		font-size: 16px;
		line-height: 24px;
	}

	.clean_your_home .container {
		padding: 0 20px;
	}

	.home_about_us_bg .container {
		padding: 0 20px;
	}

	.cleaning_plans_pricing_bg .container {
		padding: 0 20px;
	}

	.faq_clients_bg .container {
		padding: 0 20px;
	}

	.footer_box li a {
		font-size: 16px;
		line-height: 22px;
	}

	.footer_logo {
        max-width: 150px;
    }

	.clean_your_home .clean_box span {
		font-size: 46px;
		line-height: 55px;
	}

	.clean_your_home .clean_box h6 {
		padding: 40px 0 0 0;
	}

	.clean_your_home .clean_box {
		padding: 30px;
	}

	.blog_box>img {
		height: 300px;
		object-fit: cover;
		object-position: top;
	}

	.service-template-column,
	.table-of-content-row,
	.service-list-box-section,
	.why-choose-service-section,
	.benifit-include-section,
	.move-in-out-include-section {
		margin-bottom: 50px;
	}

	.table-of-content-row {
		padding: 30px 0;
	}

	.table-of-content ul li {
		margin-bottom: 15px;
		font-size: 16px;
	}

	.service-content {
		margin-top: 20px;
	}

	.home_serivice_slider {
		padding: 0px 30px;
	}

	.table-of-content-row {
		margin: 0;
	}

	.table-of-content-row p {
		margin-bottom: 20px;
	}

	.image-comparison-main {
		padding: 40px 0px 60px;
	}

	.slick-dots li {
		width: 35px;
		height: 35px;
	}

	.service-template-column {
		margin-top: 40px;
	}

	.home_about_us_bg .about_us_text h2 {
		max-width: 100%;
	}

	.home_about_us_bg .about_us_text p {
		max-width: 100%;
	}

	.home_contact_us_bg.contact_page .phone_text {
		padding: 40px 0 0 0;
	}

	.pricing_box span {
		font-size: 47px;
		line-height: 60px;
	}

	.home_about_us_bg .about_box_right {
		margin-top: 20px;
		margin-bottom: 0px;
	}

	.home .home_about_us_bg .row .col-md-6:nth-child(2) .about_box_right:first-child {
		margin-top: 20px;
	}

	.footer_mid_bg .row .col-md-6:nth-child(2) .footer_box,
	.footer_mid_bg .row .col-md-6:nth-child(4) .footer_box {
		max-width: 170px;
		margin: 0 auto;
		float: none;
	}

	.move-in-out-content .row .col-lg-6:first-child .move-in-out{padding-right: 20px;}
	.move-in-out-content .move-in-out{padding-left: 20px;}

	.mobile-book-banner {padding: 0 50px;}

	.mobile-image-block::before {height: 280px;	width: 280px; }
}

@media only screen and (min-width:220px) and (max-width:860px) {

	.mobile-image-block::before {		
		height: 250px;
		width: 250px;
	  }

	  .mobile-book-section {		
		padding: 70px 0 70px 0;	
	}


	header .navbar-expand-lg {
		padding: 0 20px;
	}

	.banner_top_bg .banner_icon {
		background: none;
		padding: 0;
		backdrop-filter: inherit;
	}

	.banner_top_bg .banner_icon .icon {
		display: none;
	}

	.banner_top_bg .banner_icon .estimate_now {
		display: flex;
		justify-content: center;
		width: 100%;
	}

	.banner-content {
		margin: 400px 0px 0px;
		padding-left: 30px;
		max-width: 430px;
	}

	.banner_top_bg h1 {
		font-size: 42px;
		line-height: 58px;
	}

	h1 {
		font-size: 30px;
		line-height: 40px;
	}

	.h2,
	.blog_details_page_bg h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.faq_clients_bg .faq_clients_title {
		font-size: 30px;
		line-height: 40px;
	}

	.why_choose_box h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.our_blog_bg h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.contact_box h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.subscribe_newsletters_bg h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.inner_page_title_bg h1 {
		font-size: 34px;
		line-height: 44px;
	}


	.clean_your_home {
		padding: 70px 0;
	}

	.home_about_us_bg {
		padding: 70px 0;
	}

	.how_it_works_bg {
		padding: 70px 0;
	}

	.cleaning_plans_pricing_bg {
		padding: 70px 0;
	}

	.best_team_bg {
		padding: 70px 0;
	}

	.faq_clients_bg {
		padding: 70px 0;
	}

	.gallery_box_bg {
		padding-top: 70px;
	}

	.home_contact_us_bg {
		padding-bottom: 70px;
	}

	.about_page_text {
		padding: 70px 0 50px 0;
	}

	.why_choose_us_bg.about_padding {
		padding: 70px 0;
	}

	.home_contact_us_bg.contact_page {
		padding: 70px 0;
	}

	.home_contact_us_bg.contact_page .phone_text {
		padding: 40px 0 0 0;
	}

	.office_cleaning_page_bg {
		padding: 70px 0 0 0;
	}

	.blog_page_bg {
		padding: 40px 0 70px 0;
	}

	.blog_details_page_bg {
		padding: 70px 0;
	}

	.join_team_page_bg {
		padding: 70px 0;
	}

	.services_page_bg {
		padding: 40px 20px 0 20px;
	}

	.trusted_companies_slides {
		margin: 0;
	}

	.innerpages {
		padding: 70px 0px;
	}	

	.services_cleaning_bg {
		padding: 60px 0 0 0;
	}
}

@media only screen and (min-width:220px) and (max-width:768px) {

	.why-choose-service-icon img{
		max-width: 70px;
	  }
	.banner_top_bg p {
		display: none;
	}

	p {
		font-size: 16px;
		line-height: 22px;
	}

	.how_it_works_bg .row::before {
		background: none;
	}

	.why_choose_box h2 {
		padding: 0;
	}

	.subscribe_newsletters_bg h2 {
		font-size: 26px;
		line-height: 36px;
		padding-bottom: 10px;
	}

	.about_right_img {
		margin-top: 30px;
	}

	.about_page_text .text {
		padding: 0;
	}

	.prevnext_but {
		margin-top: 30px;
		padding: 15px 0 0 0;
	}

	.trusted_people_bg {
		width: 96%;
		margin: 0 2%;
	}

	.best_team_bg {
		width: 96%;
		margin: 0 2%;
	}

	footer {
		width: 96%;
		margin: 0 2%;
	}

	.banner-content {
		margin: 250px auto auto;
		padding-left: 0px;
		max-width: 400px;
		top: 0;
		text-align: center;
		justify-content: center;
	}

	.banner_top_bg .banner_icon {
		margin: 30px 0 30px 0;
	}

	.trusted_people_bg {
		padding: 40px 0 60px 0;
	}

	.how_it_works_box h4 {
		padding: 30px 0 0 0;
	}

	.forms_estimate_bg {
		padding: 20px;
	}

	.home_contact_us_bg.contact_page .contact_box {
		padding: 20px;
	}

	.service-list-box {
		padding: 20px;
	}

	.service-list-img {
		margin-bottom: 20px;
	}

	.service-list-content p {
		padding: 0;
	}

	.why-choose-service-icon svg {
		max-width: 70px;
	}

	.why-choose-service-box .why-choose-service-icon {
		margin-bottom: 10px;
	}

	.why-choose-service-content h3 {
		font-size: 20px;
		line-height: 25px;
	}

	.benifit-include-heading {
		justify-content: center;
	}

	.benifit-include-box {
		padding: 0px;
		margin-top: 30px;
	}

	.move-in-out-content {
		padding: 20px;
	}

	.move-in-out-content .row {
		row-gap: 30px;
	}

	.move-in-out-content::before {
		display: none;
	}

	.move-in-out-include-list li {
		margin-bottom: 10px;
	}

	.move-in-out-include-heading {
		margin-bottom: 30px;
	}

	.image-comparison-main {
		padding: 30px 0px;
	}

	.image-comparison_slider .slick-dots {
		bottom: -45px;
	}

	.service-template-column {
		margin-top: 40px;
	}

	.mobile-book-banner {
		padding: 0 30px;
	}
	
	.mobile-image-block::before {    
		height: 250px;
		width: 250px;
	  }
	
	  .book-on-the-go-content h3 {	
		text-align: center;
	  }
	
	  .customer-reviews{
		flex-direction: column;
	  }
	
	  .review-star {
		display:flex;
		justify-content: center;
	  }
	
	  .book-on-the-go-img img {
		width: 80px;
		height: 80px;
	  }

}


@media only screen and (min-width:220px) and (max-width:767px) {

	.table-of-content ul li {
		width: 100%;
	}
	.benifit-include-box {
		text-align: center;
	}

	.benifit-include-box ul {
		text-align: left;
	}

	.map_box {
		margin-top: 30px;
		height: auto;
	}

	.map_box iframe {
		height: 360px;
	}

	.home_contact_us_bg.contact_page .phone_text {
		padding: 30px 0 0 0;
	}

	.pricing_box {
		height: auto;
	}

	.pricing_box h6,
	.pricing_box span,
	.pricing_box li {
		text-align: center;
	}

	.home_serivice_slider {
		padding: 0px 10px;
	}

	.service_box img {
		height: 400px;
	}

	.footer_mid_bg .row .col-md-6:nth-child(2) .footer_box,
	.footer_mid_bg .row .col-md-6:nth-child(4) .footer_box {
		max-width: 100%;
		margin: 0 auto;
		float: left;
	}

	.mobile-book-inner .row {
		row-gap: 30px;
		text-align: center;
		flex-direction: column-reverse;
	}

	.mobile-image-block img {
		max-width: 200px;
	}

	.mobile-book-content h2 {
		text-align: center;
	}

	.services_cleaning_bg {
		padding: 50px 0 0 0;
	}

	.home_about_us_bg .about_us_text .learn_more_but a {
		font-size: 18px;
	}

	.service-btn {
		margin-top: 20px;
		font-size: 18px;
		line-height: 22.32px;
		padding: 11px 26px;
	}

	.slick-prev::before, .slick-next::before{font-size: 18px;}
	.slick-next, .slick-prev{width: 40px;height: 40px;padding: 6px;}

	.move-in-out-content .row .col-lg-6:first-child .move-in-out{padding-right: 0px;}
	.move-in-out-content .move-in-out{padding-left: 0px;}
}

@media only screen and (min-width:220px) and (max-width:640px) {
	.clean_your_home {
		padding: 50px 0;
	}

	.home_about_us_bg {
		padding: 50px 0;
	}

	.how_it_works_bg {
		padding: 50px 0;
	}

	.cleaning_plans_pricing_bg {
		padding: 50px 0;
	}

	.best_team_bg {
		padding: 50px 0;
	}

	.faq_clients_bg {
		padding: 50px 0;
	}

	.gallery_box_bg {
		padding-top: 50px;
	}

	.home_contact_us_bg {
		padding-bottom: 50px;
	}

	.about_page_text {
		padding: 50px 0 30px 0;
	}

	.why_choose_us_bg.about_padding {
		padding: 50px 0;
	}

	.home_contact_us_bg.contact_page {
		padding: 50px 0;
	}

	.office_cleaning_page_bg {
		padding: 50px 0 0 0;
	}

	.blog_page_bg {
		padding: 20px 0 50px 0;
	}

	.blog_details_page_bg {
		padding: 50px 0;
	}

	.join_team_page_bg {
		padding: 50px 0;
	}

	.services_page_bg {
		padding: 20px 20px 0 20px;
	}

	.clean_your_home h5 {
		font-size: 20px;
		line-height: 28px;
	}

	.blog_box .text {
		left: 18px;
		bottom: 18px;
	}

	.cleaning_service_slides {
		margin: 0;
	}

	.gallery_img {
		margin: 0;
	}

	.service_box .text {
		padding: 20px;
	}

	.trusted_people_bg {
		padding: 40px 0 60px 0;
	}

	.trus_people_box {
		padding: 30px 20px;
		margin-top: 30px;
	}

	.contact_box {
		padding: 30px;
	}

	.contact_box .phone_text {
		padding: 30px 0 0 0;
	}

	.clean_your_home .row {
		margin-top: 30px;
	}

	.free_estimate_bg {
		padding: 40px 20px;
	}

	.faq_clients_bg .accordion-button {
		padding: 20px;
	}

	.faq_clients_bg .accordion-body {
		padding: 0 20px;
	}

	.subscribe_newsletters_bg {
		padding: 30px 0;
	}

	.footer_box {
		padding: 30px 0 0 0;
	}

	.copyright_text_bottom {
		font-size: 16px;
	}

	.office_cleaning_page_bg .h2 {
		padding: 30px 0 0 0;
	}

	.blog_details_page_bg h2 {
		padding: 30px 0 0 0;
	}

	h1 {
		font-size: 26px;
		line-height: 36px;
	}

	.h2,
	.blog_details_page_bg h2 {
		font-size: 26px;
		line-height: 36px;
	}

	.faq_clients_bg .faq_clients_title {
		font-size: 26px;
		line-height: 36px;
	}

	.why_choose_box h2 {
		font-size: 26px;
		line-height: 36px;
	}

	.our_blog_bg h2 {
		font-size: 26px;
		line-height: 36px;
	}

	.contact_box h2 {
		font-size: 26px;
		line-height: 36px;
	}

	.subscribe_newsletters_bg h2 {
		font-size: 26px;
		line-height: 36px;
	}

	.inner_page_title_bg h1 {
		font-size: 30px;
		line-height: 40px;
	}

	.jointeam_popup {
		padding: 40px 30px;
	}

	.join_team_page_bg .accordion-body h5 {
		font-size: 16px;
		line-height: 22px;
	}

	.join_team_page_bg .accordion-body li {
		font-size: 16px;
		line-height: 22px;
	}

	.slick-dots {
		bottom: -60px;
	}

	.slick-dots li {
		width: 30px;
		height: 30px;
	}

	.slick-dots li button {
		width: 5px;
		height: 5px;
	}

	.innerpages {
		padding: 50px 0px;
	}

	.slick-slider{display: flex;flex-wrap: wrap;justify-content: center;}
	.slick-next, .slick-prev{transform: inherit;-webkit-transform: inherit;-ms-transform: inherit;top: auto;bottom: 0;margin: 10px 5px;position: relative;}
	.slick-slider .slick-prev{order: 2;}
	.slick-slider .slick-next{order: 3;}
	.cleaning_service_slides .slick-next{right: auto;}
	.cleaning_service_slides .slick-prev{left: auto;}
}

@media only screen and (min-width:220px) and (max-width:540px) {
	h2 {
		font-size: 26px;
		line-height: 32px;
	}

	h3 {
		font-size: 18px;
		line-height: 24px;
	}

	.clean_your_home .clean_box h6 {
		font-size: 16px;
		line-height: 24px;
	}

	.service_box .text h5 {
		font-size: 16px;
		line-height: 24px;
	}

	.home_about_us_bg .about_box_right h4 {
		font-size: 16px;
		line-height: 24px;
	}

	.trus_people_box p {
		font-size: 16px;
		line-height: 24px;
	}

	.trus_people_box h6 {
		font-size: 16px;
		line-height: 24px;
	}

	.how_it_works_box h4 {
		font-size: 16px;
		line-height: 24px;
	}

	.why_choose_box p {
		font-size: 16px;
		line-height: 24px;
	}

	.pricing_box h6 {
		font-size: 16px;
		line-height: 24px;
	}

	.team_box h5 {
		font-size: 16px;
		line-height: 24px;
	}

	.blog_box .text h6 {
		font-size: 16px;
		line-height: 20px;
	}

	.faq_clients_bg .accordion-button {
		font-size: 16px;
		line-height: 22px;
	}

	.contact_box h6 {
		font-size: 16px;
		line-height: 24px;
	}

	.home_contact_us_bg.contact_page h6 {
		font-size: 16px;
		line-height: 24px;
	}

	.footer_box h5 {
		line-height: 24px;
	}

	.about_page_text li {
		width: 100%;
		padding: 15px 0 0 25px;
	}

	.check-icon svg {
		height: 12px;
	}

	.about_page_text a.getnow {
		margin-top: 20px;
	}

	.office_cleaning_page_bg h4 {
		font-size: 16px;
		line-height: 24px;
		padding: 30px 0 0 0;
	}

	.office_cleaning_page_bg .img_right img {
		margin-top: 30px;
	}

	.join_team_page_bg .accordion-button {
		padding: 20px;
	}

	.join_team_page_bg .accordion-body {
		padding: 0 20px 30px 20px;
	}

	.join_team_page_bg .title_box h6 {
		font-size: 16px;
		line-height: 16px;
	}

	.join_team_page_bg .title_box p {
		font-size: 14px;
		line-height: 18px;
	}

	.join_team_page_bg .accordion-button::after {
		background-size: 18px;
		width: 18px;
	}

	.join_team_page_bg .accordion-button:not(.collapsed)::after {
		background-size: 18px;
		width: 18px;
	}

	.join_team_page_bg .accordion-body h3 {
		font-size: 16px;
		line-height: 24px;
	}

	.trusted_people_bg {
		width: 94%;
		margin: 0 3%;
	}

	.best_team_bg {
		width: 94%;
		margin: 0 3%;
	}

	footer {
		width: 94%;
		margin: 0 3%;
	}

}

@media only screen and (min-width:220px) and (max-width:480px) {
	.inner_page_title_bg h1 {
		font-size: 26px;
		line-height: 36px;
	}

	.footer_newsletter_box .btn {
		font-size: 16px;
		padding: 8px 20px;
	}

	.footer_newsletter_box .newsletter_input {
		height: 55px;
		font-size: 16px;
		padding-right: 130px;
	}

	.join_team_page_bg .title_box p {
		font-size: 12px;
		line-height: 16px;
	}

	.blog_box>img {
		height: 220px;
	}
}


body.f-nav-active {
	padding-top: 129px;
}

@media (max-width:1250px) {
	body.f-nav-active {
		padding-top: 89px;
	}

	.mobile-image-block {
		position: relative;
		display: inline-block;
		z-index: 1;
		text-align: center;
	}
	
	.mobile-book-banner {
		padding: 0 30px;
	}
}

@media (max-width:480px) {
	.join_team_page_bg .title_box p {
		max-width: 210px;
	}
}


/* Raj CSS */

.mobile-book-banner,
.services_cleaning_bg,
.trusted_people_bg,
.best_team_bg,
.gallery_box_bg,
.mobile-book-section{
	max-width: 1920px;
    margin: 0 auto;
	float: none;
	clear: both;
}


.banner_top_bg .container-fluid{
	max-width: 1920px;
	margin: 0 auto;
}


.banner_icon-width .banner_icon{
	max-width: 1920px;
	margin: 0 auto;
}

/* header{
	max-width: 1920px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
} */


.left_icon{
	display: flex;
	width: 100%;
	gap: 15px;	
	padding-top: 20px;
}

.footer_box .left_icon a{
	margin-top: 0;
	margin-right: 0;
}

.services_page_bg .row{
	max-width: 1920px;
	margin: 0 auto;
}


@media screen and (max-width: 1366px){
	.banner_top_bg .banner_icon .icon{
		font-size: 18px;
		margin-left: 0;
	}
	.blog_page_bg{
		padding: 80px 0 100px 0;
	}
	.container{
		max-width: 94%;
	}
	
	.navbar .navbar-nav .nav-link{
		font-size: 16px;
	}
	.navbar .navbar-nav .nav-link.booknow,
	.navbar .navbar-nav .nav-link.callnow{
		font-size: 16px;
	}
}

@media screen and (max-width: 1199px){
	.trus_people_box{
		padding: 40px;
	}
	.how_it_works_bg{
		padding: 80px 0;
	}
	.gallery_box_bg {
        padding-top: 80px;
    }
	.faq_clients_bg{
		padding: 80px 0;
	}
	.home_contact_us_bg{
		padding-bottom: 80px;
	}
	.home_about_us_bg{
		padding: 80px 0;
	}
	.clean_your_home{
		padding: 80px 0;
	}

	.service_box .text{
		padding: 20px;
	}

}
@media screen and (max-width: 1100px){
	.navbar .navbar-nav .nav-link {
        font-size: 14px;
    }
	.navbar .navbar-nav .nav-link.booknow, .navbar .navbar-nav .nav-link.callnow {
        font-size: 14px;
    }
}
@media screen and (max-width: 991px){
	.banner_top_bg .banner_icon .estimate_now{
		width: auto;
	}
	.banner_top_bg .banner_icon .icon{
		font-size: 16px;
		margin-left: 0;
	}
	.banner_top_bg .banner_icon{
		padding: 15px 15px 15px 10px;
	}



	.clean_your_home{
		padding: 50px 0;
	}

	.services_cleaning_bg{
		padding: 50px 0;
	}
	.home_about_us_bg{
		padding: 0 0 50px;
	}
	.trusted_people_bg{
		padding: 50px 0 100px 0;
	}
	.how_it_works_bg {
        padding: 50px 0;
    }
	.free_estimate_bg{
		padding: 50px 20px;
	}

	.team_box h5{
		padding: 10px 20px 0 20px;
	}
	.best_team_bg{
		padding: 50px 0;
	}
	.contact_box{
		padding: 30px;
	}
	.contact_box .phone_text{
		padding: 30px 0 0 0;
	}

	.subscribe_newsletters_bg{
		border-radius: 15px;
	}
	.footer_mid_bg,
	.contact_box,
	.map_box iframe,
	.image-comparison-main,
	.team_box img,
	.free_estimate_bg,
	.forms_estimate_bg,
	.pricing_box,
	.why_choose_box,
	.trus_people_box,
	.trusted_people_bg,
	.home_about_us_bg .about_box_right,
	.service_box:before,
	.service_box,
	.mobile-book-section,
	.clean_your_home .clean_box,
	.service-list-box{
		border-radius: 15px;
	}

	.join_team_page_bg .h2{
		padding-bottom: 0;
	}

	.benifit-include-heading{
		margin-bottom: 30px;
	}
	.why-choose-service-icon svg{
		max-width: 70px;
        height: 60px;
	}
	.why-choose-service-box .why-choose-service-icon{
		margin-bottom: 10px;
	}
	.benifit-include-box{
		padding: 0;
	}
	.benifit-include-section .row{
		align-items: flex-start;
	}
	.table-of-content ul li{
		margin-bottom: 15px;
	}
	.table-of-content-row{
		padding: 50px 0px;
		margin: 0 30px 50px 30px;
	}
	.service-list-box{
		padding: 20px;
	}
	.service-list-img {
		margin-bottom: 20px;
	}
	.service-list-content h4 {
		margin-bottom: 10px;
	}
	.move-in-out-content{
		padding: 20px;
    	border-radius: 15px;
	}
	.move-in-out-include-heading {
		margin-bottom: 30px;
	}
	.move-in-out-include-list li {
		margin-bottom: 15px;
	}
	.why-choose-service-heading{
		margin: 0 auto 30px;
	}
	.blog_details_page_bg .top_img img {
		border-radius: 15px;
	}
	.blog_details_page_bg h2{
		padding: 30px 0 0 0;
	}
	.innerpages{
		padding: 50px 0;
	}
	.innerpages .innerpages-title h1{
		margin-bottom: 10px;
	}
	.innerpages-content h3{
		margin-bottom: 10px;
	}
	.innerpages p{
		margin-bottom: 10px;
	}

	.banner_top_bg .banner_icon .icon img {
        margin-right: 10px;
		width: 26px;
    }
	.blog_page_bg {
        padding: 60px 0 60px 0;
    }

	.home_contact_us_bg {
        padding-bottom: 50px;
    }
	  /* Service Checklist */
.services-checklist-inner .table th,
.services-checklist-inner .accordion-body .table td{width: 20%;}
}

@media screen and (max-width: 767px){
	.move-in-out-include-heading {
		margin-bottom: 20px;
	}
	.move-inout-heading h3{
		margin-bottom: 10px;
	}
	.move-in-out-content .row {
        row-gap: 20px;
    }
	.why-choose-service-heading{
		margin: 0 auto 20px;
	}
	.blog_details_page_bg h2 {
        padding: 20px 0 0 0;
    }
	.footer_box p{
		font-size: 16px;
		padding: 20px 0 0 0;
	}
	.left_icon{
		gap: 10px;
		justify-content: inherit;
	}
	.footer_box{
		padding: 30px 0 0 0;
	}
	.trus_people_box {
        padding: 20px;
    }
	.blog_page_bg {
        padding: 40px 0 50px 0;
    }
	.join_team_page_bg .apply_now_but a,
	.banner-content .estimate_now a,
	.service-btn{
		font-size: 14px;
		padding: 12px 22px;
	}
}

@media screen and (max-width: 660px){

	    /*  Service Checklist   */
		.services-checklist-inner{overflow-x: auto;}
		.services-checklist-content{width: 660px;}
		.services-checklist-details{position: relative;}
		.services-checklist-details:before{position: absolute;;height: 100%;right: -1px;z-index: 9;content: "";background: linear-gradient(90deg,transparent 0%, rgb(255, 255, 255, 1) 95.96%);width: 35px;}

		.thankyou-descp {text-align: center;}
}
@media screen and (max-width: 600px){

	.page-template-front-page .banner_top_bg{
		background-position: bottom !important;
	}
	.trusted_people_bg {
        padding: 50px 0 60px 0;
    }
	.services_cleaning_bg p{
		font-size: 16px;
	}
	.benifit-include-heading{
		margin-bottom: 20px;
	}
	.benifit-include-box{
		margin-top: 20px;
	}

	.trus-people-star {		
		display: flex;
		gap: 5px;		
		font-size: 15px;
	}
	
}

