body{
	margin:0;
	padding:0;
	font-family: 'Poppins';
}
a{
	text-decoration:none !important;
}
img{
	max-width: 100%;
	height: auto;
}
a:focus {
	outline: none;
	outline: 0px auto;
	outline-offset: 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
	border: none !important;
}
a:focus, a:hover {
	text-decoration: none !important;
	outline: none !important;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Bold.eot');
	src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Bold.woff2') format('woff2'),
		url('../fonts/Poppins-Bold.woff') format('woff'),
		url('../fonts/Poppins-Bold.ttf') format('truetype'),
		url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-SemiBold.eot');
	src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
		url('../fonts/Poppins-SemiBold.woff') format('woff'),
		url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
		url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Medium.eot');
	src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Medium.woff2') format('woff2'),
		url('../fonts/Poppins-Medium.woff') format('woff'),
		url('../fonts/Poppins-Medium.ttf') format('truetype'),
		url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Regular.eot');
	src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Regular.woff2') format('woff2'),
		url('../fonts/Poppins-Regular.woff') format('woff'),
		url('../fonts/Poppins-Regular.ttf') format('truetype'),
		url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	z-index: 999;
}
.fixed-header{
	top: 0;
	box-shadow: 0 0 5px #929292;
	animation: smoothScroll 1s;
	z-index: 999;
}
.fixed-header .logo img{
	width: 112px;
}
.fixed-header .menu ul li a {
	padding: 36px 0;
}
.logo img{
	width: 126px;
	transition: ease 0.5s all 0s;
}
.menu{
	display: inline-block;
	vertical-align: middle;
}
.menu ul{
	margin: 0;
	padding: 0;
}
.menu ul li{
	display: inline-block;    
	margin-right: 15px;    
}
.menu ul li:last-child{
	margin-right: 0;
}
.menu ul li a{
	display: block;
	font-size: 15px;
	font-weight:500;
	color: #070707;
	padding: 40px 0;
	text-transform: none;
	transition: ease 0.5s all 0s;
}
.menu ul li a:hover, .menu ul li a.active{
	color: #60a348;
}
.get-btn{
	display: inline-block;
	vertical-align: middle;
	background: linear-gradient(270deg, rgba(151, 198, 66, 1), rgba(44, 126, 71, 1), rgba(151, 198, 66, 1));
	background-size: 200% 200%;
	background-position: left center;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 12px 22px;
	margin-left: 20px;
	line-height: 1.2;
	transition: background-position 0.6s ease;
	animation: gradientMove 2s ease infinite;
}
@keyframes gradientMove {
	0% { background-position: left center; }
	50% { background-position: right center; }
	100% { background-position: left center; }
}
.get-btn:hover {
	background-position: right center;
}
.call{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 15px;
	font-weight: 500;
	color: #000;
	padding-left: 26px;
	margin-left: 18px;
}
.call img{
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	filter: brightness(0) saturate(100%) invert(43%) sepia(4%) saturate(6374%) hue-rotate(76deg) brightness(103%) contrast(79%);
}
.call a{
	color: #000;
	transition: ease 0.5s all 0s;
}
.msg{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 15px;
	font-weight: 500;
	color: #000;
	padding-left: 26px;
	margin-left: 10px;
}
.msg img{
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	filter: brightness(0) saturate(100%) invert(43%) sepia(4%) saturate(6374%) hue-rotate(76deg) brightness(103%) contrast(79%);
}
.msg a{
	color: #000;
	transition: ease 0.5s all 0s;
}
.call a:hover, .msg a:hover{
	color: #438f46;
}
.banner{
	margin-top: 103px;
	position: relative;
}
.banner img{
	width: 100%;
}
.banner-sec{
	position:relative;
}
.banner-sec:before{
	width: 100%;
	height: 100%;
	background: #04192759;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}
.banner-content{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.banner-part{
	max-width: 542px;
}
.banner-title{
	font-size: 50px;
	font-weight: 600;
	color: #fff;
	line-height: 50px;
}
.banner-text{
	font-size: 18px;
	color: #fff;
	margin-top: 20px;
	line-height: 1.4;
}
.banner-btn a{
	display: inline-block;
	vertical-align: middle;
	background: linear-gradient(90deg,rgba(151, 198, 66, 1) 0%, rgba(44, 126, 71, 1) 86%);
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 14px 29px;
	margin-top: 25px;
	line-height: 1.2;
	letter-spacing: 1px;
}
.banner-btn a:hover, .read-btn:hover{
	background: linear-gradient(270deg,rgba(151, 198, 66, 1) 0%, rgba(44, 126, 71, 1) 86%);
}
.banner-form{
	width: 407px;
	background: #b7b7b7ad;
	padding: 32px 25px 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 9%;
}
.form-title{
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	line-height: 26px;
}
.banner-form-part{
	margin-top: 15px;
}
.frm_fld input {
	width: 100%;
	padding: 11px 12px;
	border: none !important;
	margin-top: 12px;
	border-radius: 0;
	color: #000;
	background: #fff9;
}
.frm_fld select {
	background: url("../images/dropdown.png") #fff9 center right 10px no-repeat;
	width: 100%;
	border: none !important;
	margin-top: 12px;
	border-radius: 0;
	font-size: 14px;
	color: #000;
	padding: 14px 25px 12px 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-transform: none;
}
.frm_fld select option{
	color:#000;
}
.frm_fld textarea {
	width:100%;
	height:95px;
	padding:11px 15px;
	background:#fff9;
	color:#000;
	margin-top:12px;
	border-radius:0;
	border: none !important;
	resize:none;
}
.send_btn input {
	border: none !important;
	display: block;
	border-radius: 0 !important;
	padding: 10px 40px !important;
	background: linear-gradient(90deg,rgba(151, 198, 66, 1) 0%, rgba(44, 126, 71, 1) 86%) !important;
	color: #fff !important;
	font-size: 17px !important;
	font-weight: 500 !important;
	margin-top: 20px;
	text-transform: uppercase !important;
}
.frm_fld p, .send_btn p {
	margin-bottom:0
}
.about-sec{
	padding: 60px 0;
}
.about-title{
	font-size: 30px;
	font-weight: bold;
	color: #022b3d;
	line-height: 32px;
}
.about-text{
	color: #022b3d;
	margin-top: 12px;
}
.read-btn{
	display: inline-block;
	vertical-align: middle;
	background: linear-gradient(90deg,rgba(151, 198, 66, 1) 0%, rgba(44, 126, 71, 1) 86%);
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 12px 26px;
	margin-top: 25px;
	line-height: 1.2;
}
.cleaner-sec{
	background: url(../images/green-bg.jpg) #94c143 no-repeat center top;
	background-size: cover;
	padding: 80px 0;
}
.left-part {
	padding-right: 36px;
}
.green-title{
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	line-height: 38px;
}
.green-text{
	font-size: 18px;
	color: #fff;
	margin-top: 8px;
}
.right-part{
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 15px;
	font-size: 22px;
	color: #fff;
}
.right-part img{
	width: 70px;
}
.right-part strong{
	display: block;
	font-size: 30px;
	font-weight: 600;
	line-height: 33px;
}
.right-part strong a{
	color: #fff;
	transition: ease 0.5s all 0s;
}
.right-part strong a:hover {
	color: #000;
}
.process-sec {
	background: #03283d21;
	padding: 50px 0 50px;
}
.box5-top{
	margin-top:30px;
}
.box5{
	text-align: center;
	padding:0 15px;
	min-height: 100%;
}
.box5 img{
	background: #fff;
	border-radius: 50%;
	width: 90px;
	box-shadow: 0 0 11px -2px #00000054;
}
.box5-title{
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-top: 20px;
	line-height: 1.3;
}
.box5-text{
	color: #000;
	margin-top: 6px;
	max-height: 96px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #000 #4f4f4f;
	font-size: 15px;
}
.shape3{
	position:relative;
}
.shape3::after {
	background: url(/wp-content/uploads/2026/05/2.png) no-repeat;
	filter: brightness(0) saturate(100%) invert(66%) sepia(32%) saturate(749%) hue-rotate(52deg) brightness(85%) contrast(87%);
	width: 114px;
	height: 45px;
	position: absolute;
	right: -45px;
	top: 44px;
	content: "";
}
.service-sec{
	padding: 50px 0;
}
.box1-top{
	margin-top: 15px;
	padding: 0 25px;
}
.box1-title{
	background: linear-gradient(90deg,rgba(151, 198, 66, 1) 0%, rgba(44, 126, 71, 1) 86%);
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 22px;
	margin-top: 14px;
}
.pic{
	overflow: hidden;
}
.pic img{
	width: 100%;
	transition: ease 0.5s all 0s;
}
.box1:hover .pic img{
	transform: scale(1.1);
}
.box1-title img{
	transform: translateX(10px);
	transition: ease 0.5s all 0s;
}
.box1-title:hover img{
	transform: translateX(45px);
}
.choose-us-sec{
	background: #022a3f;
	padding: 54px 0 65px;
}
.box2-top{
	margin-top: 38px;
}
.box2{
	text-align: center;
}
.box2-title{
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	margin-top: 15px;
}
.box2-text{
	color: #fff;
	margin-top: 10px;
	max-height: 121px;
	padding: 0 10px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #000 #4f4f4f;
}
.guarantee-sec{
	padding: 50px 0;
}
.box3{
	text-align: center;
}
.box3-img{
	overflow: hidden;
}
.box3-img img{
	width: 100%;
}
.box3-content{
	padding: 25px 10px 20px;
}
.box3-title{
	font-size: 20px;
	font-weight: bold;
	color: #151515;
	line-height: 1.2;
	margin-bottom: 10px;
}
.box3-text{
	font-size: 16px;
	color: #323232;
}
.easy-booking-sec{
	background: url(../images/easy-booking-bg.jpg) #94c143 no-repeat center top;
	background-size: cover;
	padding: 50px 0;
}
.box4{
	text-align: center;
}
.box4 img{
	background: #fff;
	border-radius: 50%;
	width: 90px;
}
.shape1, .shape2{
	position: relative;
}
.shape1:after{
	background: url(../images/shape1.png) no-repeat;
	width: 121px;
	height: 31px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -54px;
	content: "";
}
.shape2:after{
	background: url(../images/shape2.png) no-repeat;
	width: 121px;
	height: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -54px;
	content: "";
}
.reviews-sec{
	padding: 50px 0 30px;
}
.review-part{
	margin-top: 30px;
}
#sp-testimonial-free-wrapper-34 .sp-testimonial-free-section {
	margin: 0 !important;
	margin-bottom:60px !important;
}
.sp-testimonial-free{
	background:#fff !important;
	margin: 18px 10px 10px;
	padding:64px 28px 20px;
	border-radius: 15px !important;
	position: relative;
	box-shadow: 0 0px 8px 0px #a9a3a3;
	text-align:left !important;
}
.sp-testimonial-client-image{
	margin-bottom: 0 !important;
	position: absolute;
	top: -15px;
	left: 20px;
}
.sp-testimonial-client-image img{
	border-radius: 0 !important;
	background: transparent !important;
	border: none !important;
}
.sp-testimonial-client-testimonial{
	margin-bottom:14px !important;
}
.sp-testimonial-client-testimonial p{
	font-size: 15px !important;
	color: #022b3d !important;
	line-height: 22px !important;
	margin-bottom: 24px !important;
	text-align: left !important;
	padding: 0 !important;
	padding-right: 5px !important;
	max-height: 90px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #3c3c3c #cecece;
}
.sp-testimonial-client-name{
	text-align: right !important;
	font-size: 17px !important;
	font-weight: 600 !important;
	color: #022b3d !important;
	margin-bottom: 0 !important;
}
.sp-testimonial-client-rating{
	position: absolute;
	top: 28px;
	margin-bottom: 0 !important;
	right:30px;
}
.footer{
	background: url(../images/foot_bg.jpg) #03374c no-repeat center top;
	background-size: cover;
	padding: 50px 0 15px;
}
.foot_logo img{
	width: 140px;
}
.iicrc img{
	width:160px;
}
.foot_title{
	font-size:20px;
	color: #fff;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 14px;
	position: relative;
}
.foot1{
	margin: 0;
	padding: 0;
}
.foot1 li{
	color: #fff;
	list-style: none;
	margin-bottom: 5px;
	font-size: 15px;
}
.foot1 li a{
	color: #fff;
	transition: ease 0.5s all 0s;
}
.foot1 li a:hover{
	color: #91c232;
}
.foot1.second li{
	display: flex;
	margin-bottom: 12px;
	align-items: center;
	gap: 11px;
}
.social a{
	margin-right: 2px;
}
.maps iframe{
	margin-bottom:0 !important;
}
.copyright{
	text-align: center;
	padding: 15px 0 0;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	border-top: 1px solid #ffffff4d;
	text-transform: uppercase;
	margin-top: 35px;
}
.copyright a{
	color: #fff;
}
#back2Top {
	width: 40px;
	height: 40px;
	line-height: 24px;
	z-index: 999;
	padding-top: 5px;
	cursor: pointer;
	position: fixed;
	bottom: 52px;
	right: 1%;
	color: #fff;
	background:#000;
	text-align: center;
	opacity: 0;
	transition: ease 0.5s all 0s;
}
#back2Top.show {
	opacity: 1;
}
.page{
	margin-top:0 !important;
}
.site-content, .site-main .widecolumn {
	margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
	background: url(../images/inner-banner.jpg) no-repeat;
	background-size: cover !important;
	background-position:center top !important;
	max-width: 100% !important;
	padding: 145px 0 !important;
	margin: 103px 0 50px !important;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: #04192759;
	position: absolute;
	content: "";
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
}
.page .entry-content {
	max-width:100% !important;
	padding:0px !important;
}
.content-area, .content-sidebar {
	padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
	text-align: center;
	color: #fff;
	width: 100%;
	font-size:30px;
	font-weight: bold;
	text-transform: none;
	position: relative;
	z-index: 99;
	margin-bottom: 0 !important;
}
.breadcrumb-container {
	text-align: center;
	color: #fff !important;
	font-size: 16px !important;
	position: relative;
	z-index: 99;
}
.breadcrumb-container a {
	color: #fff !important;
}
.inr-box1-top p{
	margin-bottom:0;
}
.inr-box1{
	min-height: 100%;
	box-shadow: 0 0 6px #448f47f0;
	padding: 20px 15px;
	border-radius: 5px;
	text-align: center;
	transition: ease 0.2s all 0s;
}
.inr-box1:hover{
	box-shadow: 0 0 9px #26932b;
}
.inr-box1 img{
	width: 85px;
	box-shadow: 0 0 3px #000000a8;
	border-radius: 50px;
	border: 4px solid #ebeaea;
	padding: 3px;
}
.inr-box1-title {
	margin-top: 17px;
	color: #000;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.2;
}
.inr-box1-title.two{
	font-size: 18px;
	font-weight: 600;
	color: #2b2b2b;
	margin-top: 24px;
}
.inr-box1-text {
	font-size: 16px;
	color: #343131;
	margin-top: 7px;
}
.abt-title {
	font-size: 25px;
	font-weight: bold;
	color: #022b3d;
	margin-bottom: 10px;
	line-height: 1.2;  
}
.abt-title.dup{
	font-size: 22px;
	font-weight: 600;
	color: #33863c;
	margin-top: 16px;
}
.ab-inner-text{
	color: #000;
	font-size: 16px;
	line-height: 1.4;
}
.ab-inner ul{
	padding: 0px;
	margin: 28px 0 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.ab-inner ul.two{
	display: block;
	margin: 15px 0 0;
}
.ab-inner ul li {
	background: url(../images/checked.png) no-repeat;
	background-position: top 2px left;
	list-style: none;
	padding-left: 30px;
	font-size: 16px;
	margin-bottom: 7px;
	color: #000;
	background-size: 23px;
}
.inner-sec{
	background:#85b942;
	margin-top: 40px;
	padding: 50px 0;
}
.inner-sec .abt-title, .inner-sec .ab-inner-text{
	color:#fff;
}
.inner-sec .ab-inner ul li{
	color:#fff;
	background: url(../images/checked2.png) no-repeat;
	background-position: top 2px left;
	background-size: 23px;
}
.inr-btn a{
	display: inline-block;
	vertical-align: middle;
	background: linear-gradient(90deg,rgba(151, 198, 66, 1) 0%, rgba(44, 126, 71, 1) 86%);
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 12px 26px;
	margin-top: 25px;
	line-height: 1.2;
}
.inner-sec .inr-btn a{
	background:#012b44;
}
.bottom-sec{
	padding: 40px 15px;
	margin-top: 40px;
	background:#38864b;
	border-radius: 5px;
}
.bottom-sec .abt-title{
	color:#fff;
}
.bottom-sec .ab-inner-text{
	color:#fff;
}
.contact-left {
	height: 100%;
	padding: 35px 25px 25px;
}
.info-text {
	color: #000;
	text-transform: uppercase;
	font-size: 22px;
	padding-bottom: 10px;
	font-weight: bold;
}
.contact_top_number {
	font-size: 17px;
	font-weight: 500;
	position: relative;
	padding-left: 35px;
	margin-top: 12px;
	color: #000;
}
.contact_top_number img {
	position: absolute;
	top: 1px;
	left: 0;
}
.contact_top_number a {
	color: #000;
}
.contact-right{
	background:#082b41;
	padding: 35px 25px 0;
}
.info-text.second{
	color:#fff;
}
.contact-right .frm_fld input, .contact-right .frm_fld textarea{
	background: #fff;
}
.contact-right .frm_fld select{
	background-color:#fff;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background:#318147;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
	font-weight:600;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 44px;
	width: 44px;
	border-radius: 50%;
	padding: 9px 8px;
}
.footer_btn3 {
	background: #262525;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
	font-weight:600;
}
.back-btn a {
	background: linear-gradient(90deg,rgba(151, 198, 66, 1) 0%, rgba(44, 126, 71, 1) 86%);
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	padding: 12px 26px 10px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
}
.error_container {
	align-items: center;
	padding: 10px 0 50px;
	text-align: center;
}
.sidebar{
	position: fixed;
	display: inline-block;
	top: 268px;
	left: -76px;
	background: linear-gradient(90deg,rgba(151, 198, 66, 1) 0%, rgba(44, 126, 71, 1) 86%);
	color: #fff;
	font-size: 15px;
	font-weight:600;
	text-transform: uppercase;
	padding: 10px 20px 18px;
	z-index: 99;
	transform: rotate(-90deg);	
}
.whatsapp{
	position: fixed;
	display: inline-block;
	top: 228px;
	right: 8px;
	width: 50px;
	animation: whatsappSwing 1s infinite ease-in-out;
	z-index: 99;	
}
@keyframes whatsappSwing {
	0%{
		transform: rotate(0deg);
	}
	50%{
		transform: rotate(20deg);
	}
	100%{
		transform: rotate(0deg);
	}
}

.location-sec {
	padding: 20px 0 40px;
}
.loc{
	margin-top:20px;
}
.loc ul{
	margin:0;
	padding:0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px 0;
}
.loc ul li{
	background:url(/wp-content/uploads/2026/05/loc3.png) no-repeat;
	list-style: none;
	padding-left: 25px;
	color: #000;
	font-size: 17px;
	background-size: 16px;
	background-position: 0 4px;
}
.loc ul li a{
	color:#000;	
	transition: ease 0.5s all 0s;
}
.loc ul li a:hover{
	color: #6daa48;
}
.pum-container{
	padding: 24px 30px 0 !important;
	border: none !important;
	box-shadow: none !important;
	background-color:#0a2f41 !important;
}
.popup-sec .frm_fld input, .popup-sec .frm_fld textarea{
	background: #fff;
}
.popup-sec .frm_fld select{
	background-color:#fff;
}
.popup-sec .send_btn input{
	padding: 12px 38px !important;
	font-size: 15px !important;
	margin: 22px auto 0;
}


/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 567px) {
	.banner img{
		height:300px;
		object-fit:cover;
	}
	.loc ul{
		grid-template-columns: repeat(2, 1fr);
		gap: 8px 0;
	}
	.loc ul li {
		padding-left: 24px;
		font-size: 16px;
		background-position: 0 2px;
	}
}

@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.header{
		padding:6px 0;
	}
	.get-btn, .menu, .call, .msg{
		display:none;
	}
	.logo img, .fixed-header .logo img {
		width: 84px;
	}
	.rmp-submenu .menu-item a {
		height: auto !important;
		overflow: visible !important;
		line-height: inherit !important;
		margin-bottom: 5px;
		padding: 6px 25px !important;
	}
	.banner {
		margin-top: 69px;
	}	
	.banner-part {
		max-width: 100%;
	}		
	.banner-title {
		font-size: 27px;
		line-height: 31px;
	}
	.banner-text {
		font-size: 16px;
		margin-top: 10px;
	}
	.banner-btn{
		display:none;
	}
	.banner-form {
		width: 94%;
		background: #1c8a40;
		padding: 25px 16px 0;
		position: relative;
		top: auto;
		transform: none;
		right: 0;
		margin: 26px auto 0;
		border-radius: 5px;
	}
	.form-title {
		font-size: 22px;
		line-height: 24px;
	}
	.banner-form-part {
		margin-top: 10px;
	}
	.banner-form-part .send_btn input {
		padding: 9px 35px !important;
		font-size: 16px !important;
	}
	.about-sec {
		padding: 35px 0;
	}
	.about-title {
		font-size: 24px;
		line-height: 26px;
	}
	.about-text {
		margin-top: 10px;
		font-size: 15px;
	}
	.read-btn {
		font-size: 15px;
		margin-top: 20px;
	}
	.about-right{
		margin-top:25px;
	}
	.about-right img{
		width:100%;
	}
	.cleaner-sec {
		padding: 40px 0;
	}
	.left-part {
		padding-right: 0;
	}
	.green-title {
		font-size: 24px;
		line-height: 28px;
	}
	.green-text {
		font-size: 17px;
		margin-top: 6px;
	}
	.right-part {
		justify-content: start;
		gap: 10px;
		font-size: 19px;
		margin-top: 20px;
	}
	.right-part img {
		width: 58px;
	}
	.right-part strong {
		font-size: 22px;
		line-height: 28px;
	}
	.service-sec {
		padding: 35px 0;
	}
	.box1-top {
		padding: 0 12px;
	}
	.box1-title {
		font-size: 15px;
		padding: 10px 16px;
		margin-top: 12px;
	}
	.choose-us-sec {
		padding: 40px 0 30px;
	}
	.box2-top {
		margin-top: 25px;
	}
	.icon2 img{
		width:75px;
	}
	.box2-title {
		font-size: 18px;
		margin-top: 15px;
	}
	.box2-text {
		max-height: 114px;
		font-size: 15px;
		margin-top: 6px;
	}
	.guarantee-sec {
		padding: 25px 0 20px;
	}
	.box3-top{
		margin-top:15px;
	}
	.box3-content {
		padding: 25px 10px 15px;
	}
	.box3-title {
		font-size: 18px;
		line-height: 1.3;
		margin-bottom: 8px;
	}
	.box3-text {
		font-size: 15px;
	}
	.easy-booking-sec {
		padding: 20px 0 30px;
	}
	.box4-top{
		margin-top:15px;
	}
	.box4 img {
		width: 75px;
	}
	.shape1::after, .shape2::after{
		display:none;
	}
	.reviews-sec {
		padding: 35px 0 22px;
	}
	.review-part {
		margin-top: 20px;
	}
	.footer {
		padding: 30px 0 60px;
	}
	.foot_logo img {
		width: 100px;
	}
	.foot_title {
		font-size: 18px;
		margin-bottom: 10px;
		margin-top: 15px;
	}
	.copyright {
		margin-top: 25px;
	}
	.page .entry-header, .blog_page_header {
		padding: 75px 0 !important;
		margin: 69px 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 24px;
	}
	.inr-box1-top{
		margin-bottom:20px;
	}
	.inr-box1 img {
		width: 77px;
	}
	.inr-box1-title, .inr-box1-title.two{
		margin-top: 16px;
		font-size: 17px;
	}
	.inr-box1-text{
		font-size: 15px;
	}
	.abt-title {
		font-size: 20px;
	}
	.abt-title.dup {
		font-size: 19px;
		margin-top: 15px;
	}
	.ab-inner-text {
		font-size: 15px;
	}
	.inr-btn a {
		font-size: 15px;
		padding: 11px 26px 9px;
		margin-top: 20px;
	}
	.ab-iner-img{
		margin-top:20px;
	}
	.ab-iner-img img{
		width:100%;
	}
	.inner-sec {
		margin-top: 30px;
		padding: 35px 0;
	}
	.bottom-sec {
		padding: 35px 10px;
		margin-top: 35px;
	}
	.ab-inner ul {
		margin: 20px 0 0;
		grid-template-columns: repeat(1, 1fr);
	}
	.ab-inner ul li{
		font-size: 15px;
	}
	.contact-left {
		padding: 20px 15px 25px;
	}
	.info-text {
		font-size: 18px;
	}
	.contact_top_number{
		font-size: 16px;
	}
	.contact-right {
		padding: 20px 15px 0;
	}
	.send_btn input {
		padding: 9px 36px !important;
		font-size: 16px !important;
		margin-top: 20px;
	}
	.sidebar {
		top: 218px;
		left: -76px;
		font-size: 14px;
		padding: 10px 20px 14px;
	}
	.process-sec {
		padding: 35px 0;
	}
	.shape3::after{
		display:none;
	}
	.box5-top {
		margin-top: 20px;
	}
	.box5 img {
		width: 70px;
	}
	.box5-title {
		font-size: 16px;
		margin-top: 15px;
	}
	.box5-text{
		font-size: 14px;
	}
	.location-sec {
		padding: 10px 0 30px;
	}

}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.get-btn {
		top: 17px !important;
		right: 67px !important;
		padding: 10px 22px !important;
		font-size: 14px !important;
	}
	.banner-part {
		max-width: 100% !important;
	}
	.banner-title {
		font-size: 28px !important;
		line-height: 30px !important;
	}
	.banner-text {
		font-size: 16px !important;
	}
	.banner-btn a {
		margin-top: 16px !important;
	}
	.banner-form {
		width: 90% !important;
	}
	.right-part {
		justify-content: start !important;
		margin-top: 20px !important;
	}
	.right-part strong {
		font-size: 22px !important;
		line-height: 26px !important;
	}
	.box1-top, .box2-top, .box3-top, .box4-top, .inr-box1-top {
		width: 50%;
	}
	.box1-title{
		font-size: 14px !important;
	}
	.copyright{
		font-size: 13px !important;
	}
	.inr-box1 img {
		width: 65px !important;
	}
	.inr-box1-title, .inr-box1-title.two {
		margin-top: 18px !important;
		font-size: 15px !important;
	}	
	.loc ul{
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 8px 0 !important;
	}
	.loc ul li {
		padding-left: 24px !important;
		font-size: 16px !important;
		background-position: 0 2px !important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.get-btn{
		display: inline-block;
		position: fixed;
		top: 14px;
		right: 76px;
		padding: 11px 22px;
	}
	.banner-part {
		max-width: 485px;
	}
	.banner-title {
		font-size: 35px;
		line-height: 37px;
	}
	.banner-text {
		font-size: 17px;
		margin-top: 10px;
	}
	.banner-btn {
		display: block;
	}
	.banner-btn a {
		font-size: 15px;
		padding: 12px 25px;
		margin-top: 22px;
	}
	.banner-form {
		width: 65%;
		padding: 25px 22px 0;
	}
	.right-part {
		margin-top: 0;
		justify-content: end;
		font-size: 18px;
	}
	.right-part strong {
		font-size: 20px;
		line-height: 25px;
	}
	.green-title {
		font-size: 22px;
		line-height: 26px;
	}	
	.box4 .box2-title{
		font-size: 17px;
		margin-top: 10px;
	}
	.ab-inner ul {
		grid-template-columns: repeat(2, 1fr);
	}	
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.get-btn {
		padding: 12px 17px;
		margin-left: 9px;
		font-size: 14px;
	}
	.call {
		font-size: 13px;
		margin-left: 8px;
	}
	.msg {
		font-size: 13px;
		margin-left: 5px;
	}
	.msg img, .call img{
		top: 0;
	}
	.menu ul li{
		margin-right: 5px;
	}
	.menu ul li a{
		font-size: 14px;
		padding: 41px 0;
	}
	.banner-form {
		width: 378px;
		padding: 18px 20px 0;
		right: 4%;
	}
	.form-title {
		font-size: 22px;
		line-height: 22px;
	}
	.banner-form-part {
		margin-top: 7px;
	}
	.banner-form-part .frm_fld input {
		padding: 9px 12px;
		margin-top: 10px;
	}
	.banner-form-part .frm_fld select{
		padding: 13px 25px 11px 12px;
		margin-top: 10px;
	}
	.banner-form-part .frm_fld textarea{
		height: 80px;
		padding: 10px 15px;
		margin-top: 10px;
	}
	.banner-form-part .send_btn input {
		padding: 7px 31px !important;
		font-size: 16px !important;
		margin-top: 18px;
	}
	.banner-part {
		max-width: 512px;
	}
	.banner-title {
		font-size: 45px;
		line-height: 45px;
	}
	.banner-text {
		font-size: 17px;
		margin-top: 12px;
	}
	.about-title {
		font-size: 28px;
		line-height: 30px;
	}
	.about-text {
		font-size: 15px;
	}
	.left-part {
		padding-right: 0;
	}
	.box1-top {
		padding: 0 15px;
	}
	.box1-title {
		font-size: 15px;
		padding: 10px 10px;
	}
	.box2-title{
		font-size: 20px;
	}
	.box2-text {
		max-height: 115px;
		font-size: 15px;
	}
	.box3-title {
		font-size: 18px;
	}
	.box3-text {
		font-size: 15px;
	}
	.foot_title {
		font-size: 18px;
	}
	.foot1 li {
		font-size: 14px;
	}
	.inr-box1{
		padding: 20px 10px;
	}
	.inr-box1 img{
		width: 75px;
	}
	.inr-box1-text{
		font-size: 15px;
	}	
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.get-btn{
		display: inline-block;
		position: fixed;
		top: 14px;
		right: 76px;
		padding: 11px 22px;
	}
	.banner-part {
		max-width: 485px;
	}
	.banner-title {
		font-size: 35px;
		line-height: 37px;
	}
	.banner-text {
		font-size: 17px;
		margin-top: 10px;
	}
	.banner-btn {
		display: block;
	}
	.banner-btn a {
		font-size: 15px;
		padding: 12px 25px;
		margin-top: 22px;
	}
	.banner-form {
		width: 65%;
		padding: 25px 22px 0;
		right: 0;
	}
	.about-title {
		font-size: 24px;
		line-height: 26px;
	}
	.right-part {
		margin-top: 0;
		justify-content: end;
		font-size: 18px;
	}
	.right-part strong {
		font-size: 20px;
		line-height: 25px;
	}
	.green-title {
		font-size: 22px;
		line-height: 26px;
	}	
	.box4 .box2-title{
		font-size: 17px;
		margin-top: 10px;
	}
	.ab-inner ul {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {

}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.get-btn {
		padding: 12px 17px;
		margin-left: 9px;
		font-size: 14px;
	}
	.call {
		font-size: 13px;
		margin-left: 8px;
	}
	.msg {
		font-size: 13px;
		margin-left: 5px;
	}
	.msg img, .call img{
		top: 0;
	}
	.menu ul li{
		margin-right: 5px;
	}
	.menu ul li a{
		font-size: 14px;
		padding: 41px 0;
	}
	.banner-form {
		width: 378px;
		padding: 18px 20px 0;
		right: 4%;
	}
	.form-title {
		font-size: 22px;
		line-height: 22px;
	}
	.banner-form-part {
		margin-top: 7px;
	}
	.banner-form-part .frm_fld input {
		padding: 9px 12px;
		margin-top: 10px;
	}
	.banner-form-part .frm_fld select{
		padding: 13px 25px 11px 12px;
		margin-top: 10px;
	}
	.banner-form-part .frm_fld textarea{
		height: 80px;
		padding: 10px 15px;
		margin-top: 10px;
	}
	.banner-form-part .send_btn input {
		padding: 7px 31px !important;
		font-size: 16px !important;
		margin-top: 18px;
	}
	.banner-part {
		max-width: 512px;
	}
	.banner-title {
		font-size: 45px;
		line-height: 45px;
	}
	.banner-text {
		font-size: 17px;
		margin-top: 12px;
	}
	.about-title {
		font-size: 28px;
		line-height: 30px;
	}
	.about-text {
		font-size: 15px;
	}
	.left-part {
		padding-right: 0;
	}
	.box1-top {
		padding: 0 15px;
	}
	.box1-title {
		font-size: 15px;
		padding: 10px 10px;
	}
	.box2-title{
		font-size: 20px;
	}
	.box2-text {
		max-height: 115px;
		font-size: 15px;
	}
	.box3-title {
		font-size: 18px;
	}
	.box3-text {
		font-size: 15px;
	}
	.green-title {
		font-size: 32px;
		line-height: 35px;
	}
	.foot_title {
		font-size: 18px;
	}
	.foot1 li {
		font-size: 14px;
	}
	.inr-box1{
		padding: 20px 10px;
	}
	.inr-box1-title {
		margin-top: 17px;
		font-size: 16px;
	}
	.inr-box1 img{
		width: 75px;
	}
	.inr-box1-text{
		font-size: 15px;
	}	
	.ab-inner ul {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.get-btn {
		position: relative;
		top: 0;
		right: 0;
		padding: 12px 17px;
		margin-left: 9px;
		font-size: 14px;
	}
	.call {
		font-size: 13px;
		margin-left: 8px;
	}
	.msg {
		font-size: 13px;
		margin-left: 5px;
	}
	.msg img, .call img{
		top: 0;
	}
	.menu ul li{
		margin-right: 5px;
	}
	.menu ul li a{
		font-size: 14px;
		padding: 41px 0;
	}
	.banner-form {
		width: 378px;
		padding: 18px 20px 0;
		right: 4%;
	}
	.form-title {
		font-size: 22px;
		line-height: 22px;
	}
	.banner-form-part {
		margin-top: 7px;
	}
	.banner-form-part .frm_fld input {
		padding: 9px 12px;
		margin-top: 10px;
	}
	.banner-form-part .frm_fld select{
		padding: 13px 25px 11px 12px;
		margin-top: 10px;
	}
	.banner-form-part .frm_fld textarea{
		height: 80px;
		padding: 10px 15px;
		margin-top: 10px;
	}
	.banner-form-part .send_btn input {
		padding: 7px 31px !important;
		font-size: 16px !important;
		margin-top: 18px;
	}
	.banner-part {
		max-width: 512px;
	}
	.banner-title {
		font-size: 45px;
		line-height: 45px;
	}
	.banner-text {
		font-size: 17px;
		margin-top: 12px;
	}
	.about-title {
		font-size: 28px;
		line-height: 30px;
	}
	.about-text {
		font-size: 15px;
	}
	.left-part {
		padding-right: 0;
	}
	.box1-top {
		padding: 0 15px;
	}
	.box1-title {
		font-size: 15px;
		padding: 10px 10px;
	}
	.box2-title{
		font-size: 20px;
	}
	.box2-text {
		max-height: 115px;
		font-size: 15px;
	}
	.box3-title {
		font-size: 18px;
	}
	.box3-text {
		font-size: 15px;
	}
	.green-title {
		font-size: 32px;
		line-height: 35px;
	}
	.foot_title {
		font-size: 18px;
	}
	.foot1 li {
		font-size: 14px;
	}
	.inr-box1{
		padding: 20px 10px;
	}
	.inr-box1-title {
		margin-top: 17px;
		font-size: 16px;
	}
	.inr-box1 img{
		width: 75px;
	}
	.inr-box1-text{
		font-size: 15px;
	}	
	.ab-inner ul {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (min-width: 1424px) {
	.banner-form{
		right: 4%;
	}
	.page .entry-header, .blog_page_header{
		padding: 158px 0 !important;
	}
}

@media screen and (min-width: 1624px) {
	.banner-form{
		right: 10%;
	}
	.page .entry-header, .blog_page_header{
		padding: 185px 0 !important;
	}
}

@media screen and (min-width: 1920px) {
	.banner-form{
		right: 16%;
	}
	.page .entry-header, .blog_page_header{
		padding: 222px 0 !important;
	}
}

@media screen and (min-width: 2048px) {
	.banner-form{
		right: 18%;
	}
	.page .entry-header, .blog_page_header{
		padding: 240px 0 !important;
	}
}

@media screen and (min-width: 2550px) {
	.banner-form{
		right:25%;
	}
	.page .entry-header, .blog_page_header{
		padding: 305px 0 !important;
	}
}    
