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

/*
font-family: "Outfit", sans-serif;
font-family: "Inter", sans-serif;
*/

html, body {
	margin: 0 !important;
	padding: 0;
	font-family: "Outfit", sans-serif;
	overflow-x: hidden !important;
}
body {
	font-weight: normal;
  	font-size: 16px;
  	color: #7B7E86;
}
p {
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	color: #00000099;
}
p a {
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	color: #00000099;
}
a {
	transition: 0.3s;
	text-decoration: none;
}
a:focus {
	outline: none;
	box-shadow: none;
}
a:visited {
	color: #000;
}
img {
	width: 100%;
}
p strong {
	color: #1C1C25;
	font-weight: 500;
}
h1, h2, h3, h4, h5, h6, button.btn, a.btn input.button {
	font-family: "Inter", sans-serif;
}
img[loading="lazy"] {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}

img[loading="lazy"]:not([src=""]) {
  opacity: 1;
}
.disc_text ul {
	margin: 0 0 15px;
}
.disc_text p strong{
	font-weight: 700;
}
.ast-container {
	max-width: 100%;
	margin: 0;
	padding: 0;
}
.navbar-toggler {
	box-shadow: none;
	outline: none;
	border: none;
}
.navbar-toggler:focus {
	box-shadow: none;
	outline: none;
	border: none;
}
@media (min-width: 1000px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1303px;
  }
  .faqSec .container {
		max-width: 1094px;
	}
}
.btn:focus {
	outline: none;
	box-shadow: none;
}
.btn {
	font-size: 16px;
	line-height: 18px;
	color: #000;
	font-weight: 700;
	background-color: #eee;
	min-height: 48px;
	border-radius: 50px;
	padding: 4px 30px;
	display: inline-flex;
	column-gap: 20px;
	align-items: center;
	justify-content: center;
	border: 1px solid #eee;
	transition: 0.3s;
	min-width: 150px;
}
.home-banner .btn {
	font-size: 14px;
	font-weight: 500;
}
.btn:hover {
	  background-color: #FACF2B;
}
.btn.bgbtn-btn {
	background-color: #209E00;
	color: #F5F0D3;
	border-color: #209E00;
}
.btn.border-btn {
	background-color: #0000;
	color: #209E00;
	border-color: #209E00;
}
.btn.border-btn:hover, .btn.bgbtn-btn:hover {
	background-color: #FACF2B;
	color: #54513F;
	border-color: #FACF2B;
}
.btn_group {
	display: flex;
	column-gap: 20px;
	row-gap: 10px;
	flex-wrap: wrap;
}

.slick-slider .slick-prev, .slick-slider .slick-next {
	display: none !important;
}
.slick-dots {
	list-style: none;
	padding: 0;
	margin: 75px 0 0;
	display: flex;
	justify-content: center;
	column-gap: 10px;
	row-gap: 10px;
	flex-wrap: wrap;
}
.slick-dots li button {
	padding: 0;
	border: none;
	font-size: 0;
	background-color: rgb(120 4 37 / 37%);
	width: 8px;
	height: 8px;
	border-radius: 12px;
}
.slick-dots li.slick-active button {
	background-color: rgb(120 4 37 / 1);
}
.slick-dots li {
	line-height: 0;
}

.inner-banner-pt {
	padding-top: 35px;
}
.site-header ul, .site-header ol {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.site-header nav.navbar {
	padding: 34px 0 40px;
	background-color: #fff;
	box-shadow: 0 0 35px #0000001c;
}
.align-stretch{
	align-items: stretch;
}
.align-stretch .video_box{
	height: 100% !important;
}
.align-stretch .video_box img{
	height: 100% !important;
}
.home .site-header nav.navbar {
	box-shadow: none;
}
.mainmenu .menu-main-menu-container {
	width: 100%;
}
.mainmenu .menu-main-menu-container .menu {
	justify-content: end;
	column-gap: 60px;
	row-gap: 10px;
}
.mainmenu .menu-main-menu-container .menu a {
	font-size: 16px;
	line-height: 20px;
	color: #54513F;
	font-weight: 500;
	font-family: "Outfit", sans-serif;
}
.mainmenu .menu-main-menu-container .menu a:hover {
	color: #209e00;
}
.site-branding .custom-logo {
	height: 111px;
	width: auto;
	object-fit: contain;
	object-position: left;
}
.header-nav-btn .menu {
	display: flex;
	column-gap: 17px;
	align-items: center;
	margin-left: 56px;
}
.header-nav-btn .menu .navborderbtn a {
	font-family: "Inter", sans-serif;
	border: 1px solid #00000066;
	display: flex;
	align-items: center;
	min-height: 48px;
	border-radius: 50px;
	padding: 6px 32px 6px 6px;
	column-gap: 22px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	color: #54513F;
	background-color: #fff;
}
.header-nav-btn .menu .navborderbtn a span {
	text-decoration: underline;
}
.header-nav-btn .menu .navborderbtn a:hover {
	background-color: #FEF100;
	border-color: #FFF200;
	color: #54513F;
}
.header-nav-btn .menu .navborderbtn a svg {
	width: 38px;
	height: 38px;
	/*border: 1px solid #fff;*/
	border-radius: 50px;
}
.header-nav-btn .menu .navbgbtn a {
	font-family: "Inter", sans-serif;
	border: 1px solid #209E00;
	display: flex;
	align-items: center;
	min-height: 48px;
	border-radius: 50px;
	padding: 6px 23px;
	column-gap: 22px;
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	color: #F5F0D3;
	background-color: #209E00;
}
.header-nav-btn .menu .navbgbtn a:hover {
	background-color: #fff;
	border-color: #00000066;
	color: #54513F;
}

.home-banner {
	padding: 0 18px;
}
.home-banner > div {
	border-radius: 37px;
	overflow: hidden;
	min-height: 667px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.banner-text-col {
	margin: 99px 0 30px;
	background: #F4F6F0E5;
	padding: 66px 36px 50px;
	border-radius: 32px;
}
.banner-content .main-title {
	font-size: 64px;
	line-height: 52px;
	font-weight: 900;
	text-transform: uppercase;
	color: #FACF2B;
	margin: 30px 0 36px;
}
.banner-content .disc_text {
	color: #00000099;
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
	margin-bottom: 66px;
}
.banner-content .disc_text p {
	margin: 0;
}
.banner-content .main-title span {
	color: #54513F;
	font-size: 46px;
	font-weight: 700;
	display: block;
}
.banner-text-col ul {
	margin: 40px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	column-gap: 45px;
	row-gap: 10px;
}
.banner-text-col ul li {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: #00000099;
	display: flex;
	align-items: center;
	column-gap: 11px;
}
.banner-text-col ul li svg {
	width: 24px;
	height: 24px;
	min-width: 24px;
}
.servicesSec.section-pedding {
	padding: 102px 0 69px;
}
.section_title .sub-title {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #54513F;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.section_title .title {
	font-size: 40px;
	line-height: 48px;
	font-weight: 700;
	color: #54513F;
	margin-bottom: 0;
}
.servicesSec .section_title {
	padding-bottom: 45px;
}
.services-item {
	max-width: 250px;
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;
}
.services-item .services-item-img {
	width: 160px;
	height: 160px;
	object-fit: cover;
	border-radius: 200px;
	border: 1px solid #209E00;
	padding: 5px;
	margin-bottom: 15px;
}
.services-item .small-title {
	font-size: 30px;
	line-height: 39px;
	font-weight: 400;
	color: #54513F;
	margin-bottom: 16px;
}
.services-item p {
	margin: 0;
}
.servicesSec-btn {
	padding-top: 75px;
}

.whatwedoSec {
	position: relative;
	z-index: 2;
}
.whatwedo-background {
	padding: 90px 54px 35px;
	background-color: #F4F6F0;
	border-radius: 24px;
}
.whatwedo-content {
	max-width: 468px;
}
.whatwedo-content .section_title {
	padding-bottom: 31px;
}
.whatwedo-content .disc_text p {
	padding-right: 40px;
	padding-bottom: 42px;
	border-bottom: 1px solid #0000001A;
	margin-bottom: 31px;
}
.whatwedo-content .disc_text ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}
.whatwedo-content .disc_text ul li {
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	color: #54513F;
	padding-left: 35px;
	position: relative;
	min-height: 24px;
}
.whatwedo-content .disc_text ul li svg, .whatwedo-content .disc_text ul li img {
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 0;
}
.whatwedoSec-btn {
	padding-top: 53px;
}
.what-we-do-figure-img {
	margin: 0;
}
.what-we-do-figure-img .what-we-do-img {
	border-radius: 32px;
	height: 685px;
	object-fit: cover;
}

.reviewsSec.section-pedding {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 290px 0 112px;
	border-radius: 32px;
	margin-top: -203px;
	position: relative;
	z-index: 1;
}
.row.reviewsrow {
	row-gap: 24px;
	padding-top: 102px;
}
.reviews-item {
	padding: 40px 20px 20px;
	background-color: #F5F0D3BF;
	border-radius: 22px;
	height: 100%;
}
.reviews-item .reviews-item-img {
	width: 60px;
	height: 60px;
	margin-bottom: 15px;
}
.reviews-item .small-title {
	font-size: 24px;
	line-height: 33px;
	font-weight: 400;
	color: #54513F;
	margin-bottom: 12px;
}
.reviews-item p {
	margin: 0;
}
.row.counterrow {
	padding-top: 89px;
	max-width: 1080px;
	margin: 0 auto;
	row-gap: 24px;
}
.counter-item {
	border-left: 1px solid #54513F;
	padding-left: 20px;
}
.counter-item .title {
	font-size: 40px;
	line-height: 48px;
	font-weight: 700;
	color: #54513F;
	margin-bottom: 13px;
}
.counter-item p {
	margin-bottom: 0;
	padding-bottom: 15px;
}
.counter-item .title small {
	position: relative;
	font-size: 18px;
	top: -16px;
}

.getintouchSec.section-pedding {
	padding: 92px 0 48px;
}
.getintouch-form {
	border-radius: 32px;
	background-color: #F5F0D3;
	height: 100%;
	padding: 72px 54px;
}
.getintouch-figure-img {
	margin: 0;
}
.getintouch-figure-img .getintouch-img {
	height: 420px;
	object-fit: cover;
	border-radius: 32px;
	margin-bottom: 24px;
}
.form-control:focus {
	outline: none;
	box-shadow: none;
}
.form-control {
	border: 1px solid #0000001A;
	background-color: #fff;
	border-radius: 8px !important;
	min-height: 50px;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #00000099;
	padding: 5px 16px !important;
}
.wpcf7-form p label {
	width: 100%;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	color: #00000099;
}
.wpcf7-form p label .wpcf7-form-control-wrap {
	margin-top: 7px;
	display: block;
}
.contact-button .btn.bgbtn-btn {
	border-radius: 50px;
	padding: 10px 30px;
}
.getintouch-form .section_title {
	padding-bottom: 40px;
}
.getintouch-form form p {
	margin-bottom: 20px;
}
.contact-button {
	margin-top: 40px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.getintouch-form form .contact-button p {
	margin-bottom: 0;
}
.satisfaction-card {
	display: flex;
	padding: 30px;
	background-color: #F4F6F0;
	border-radius: 32px;
	align-items: center;
}
.satisfaction-card .satisfaction-card-logo-img {
	max-width: 190px;
	margin-left: 20px;
	opacity: 0.1 !important;
}
.satisfaction-card .icon-title-text {
	position: relative;
	padding-left: 35px;
}
.satisfaction-card .icon-title-text svg {
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 4px;
}
.icon-title-text .small-title {
	font-size: 24px;
	line-height: 33px;
	font-weight: 400;
	color: #54513F;
	margin-bottom: 11px;
}
.icon-title-text p {
	margin-bottom: 0;
}

.need_landscaping_row {
	background-color: #F6F0F0;
	border-radius: 32px;
	padding: 60px 50px;
}
.need_landscaping_row .row {
	align-items: center;
	row-gap: 24px;
}
.need_landscaping_col {
	display: flex;
	align-items: center;
	column-gap: 59px;
	max-width: 505px;
}
.need_landscaping_col .need_landscaping_logo_img {
	width: ;
	width: 126px;
	height: 126px;
	object-fit: cover;
	border-radius: 32px;
	background-color: #fff;
}
.need_landscaping_col .small-title {
	font-size: 24px;
	line-height: 33px;
	font-weight: 400;
	color: #54513F;
	margin-bottom: 10px;
}
.need_landscaping_col p {
	margin: 0;
}
.top-footer-info-col p {
	margin: 0;
}
.top-footer-info-col p a {
	text-decoration: underline;
}
.top-footer-info {
	padding-bottom: 30px;
}
.getintouch-form .title {
	font-weight: 400;
}

footer.site-footer {
	background-color: #F5F0D3;
	padding: 104px 0 0;
}
.footer-main-title {
	font-size: 36px;
	line-height: 48px;
	font-weight: 900;
	color: #54513F;
	max-width: 1060px;
	text-transform: uppercase;
	margin-bottom: 47px;
}
.footer-small-title {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #54513F;
	margin-bottom: 18px;
	text-transform: uppercase;
}
.service_areas {
	padding: 0;
	margin: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 12.6px;
	column-gap: 12px;
}
.service_areas li, .service_areas li a {
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	color: #00000099;
}
.contactNumbers p {
	margin: 0;
}
.contactNumbers p a {
	text-decoration: underline;
}
.contactNumbers .btn {
	margin-top: 39px;
}
.contactInfo p {
	margin: 0;
}
.contactInfo .btn {
	margin: 25px 0 15px;
	background-color: #fff;
	padding: 5px 30px 5px 5px;
}
.contactInfo .btn:hover {
	background-color: #FACF2B;
	color: #212529;
}
.btn svg {
	width: 38px;
	height: 38px;
}
.social-icons {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	column-gap: 34px;
}
.social-icons a svg, .social-icons a img {
	width: 20px;
	height: 20px;
	fill: #54513F;
}
.bottom-footer-sec {
	background-color: #f5f0d3;
	padding-top: 90px;
}
.bottom-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	border-radius: 32px 32px 0 0;
	padding: 32px;
	flex-wrap: wrap;
	row-gap: 10px;
}
.bottom-footer p {
	margin: 0;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	color: #00000099;
}
.inner-banner-title {
	font-size: 46px;
	line-height: 56px;
	font-weight: 900;
	color: #54513F;
	margin-bottom: 48px;
	text-transform: uppercase;
}
.inner-banner-title span {
	color: ;
	color: #FACF2B;
}
.WhoWeAreSec-image .img {
	height: 354px;
	object-fit: cover;
	border-radius: 35px;
	position: relative;
	z-index: 1;
}
.WhoWeAreSec-image {
	position: relative;
	padding: 0 17px 20px 0;
	margin: 0 !important;
}
.WhoWeAreSec-image::before {
	content: '';
	position: absolute;
	left: 17px;
	top: 20px;
	z-index: 0;
	background-color: #FACF2B;
	border-radius: 35px;
	bottom: 0;
	right: 0;
}
.about-sec-pd {
	padding-bottom: 37px;
}
.card-sec {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 21px 160px;
	border-radius: 35px;
}
.card-sec .disc-text {
	padding: 30px 105px;
	border-radius: 32px;
	margin: 22px 0;
	font-family: "Inter", sans-serif;
	min-height: 220px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	row-gap: 16px;
}
.ourStorySec .card-sec .disc-text {
	text-align: center;
	background-color: #E6DFBB5E;
}
.disc-text p {
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
	color: #54513F;
	margin: 0;
}
.disc-text.missionStatement01 {
	text-align: left !important;
	display: flex;
	flex-direction: unset !important;
	column-gap: 34px;
	padding: 30px 44px;
	align-items: center;
	background: #FFFFFFE5 !important;
}
.disc-text.missionStatement01 div {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}
.disc-text.missionStatement01 .missionStatement_logo_img {
	height: 111px;
	width: auto;
	object-fit: contain;
}
.chooseServiceSec.section-pedding {
	padding-top: 58px;
}
.serviceCallcard {
	padding: 92px 50px 44px;
	background-color: #FACF2B;
	border-radius: 23px;
	position: relative;
	height: 100%;
}
.serviceCallcard .card-img-logo {
	background-color: #fff;
	width: 140px;
	height: 140px;
	border-radius: 42px;
	display: block;
	position: absolute;
	top: -78px;
	left: 50%;
	transform: translate(-50%);
}
.serviceCallcard .section_title {
	max-width: 485px;
	margin: 0 auto 35px;
}
.serviceCallcard .section_title .title {
	font-size: 48px;
	line-height: 38px;
	font-weight: 700;
	color: #54513F;
	margin-bottom: 26px;
}
.inner-card .inner-card-ul {
	padding: 42px 20px;
	margin: 0;
	list-style: none;
	background-color: #fff;
	border-radius: 32px;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}
.inner-card .inner-card-ul li {
	display: flex;
	align-items: center;
	column-gap: 11px;
	font-size: 14px;
	line-height: 18px;
	color: #54513F;
}
.inner-card .inner-card-ul li svg {
	width: 24px;
	height: 24px;
	min-width: 24px;
}
.inner-card {
	column-gap: 20px;
	display: grid;
	row-gap: 20px;
	height: 100%;
}
.inner-card.column-1 {
	grid-template-columns: repeat(1, 1fr);
}
.inner-card.column-2 {
	grid-template-columns: repeat(2, 1fr);
}
.inner-card.column-3 {
	grid-template-columns: repeat(3, 1fr);
}
.inner-card.column-4 {
	grid-template-columns: repeat(4, 1fr);
}
.inner-card.column-5 {
	grid-template-columns: repeat(5, 1fr);
}
.inner-card .inner-card-box {
	padding: 32px 32px;
	background-color: #fff;
	border-radius: 32px;
}
.inner-card .inner-card-box .inner-card-list {
	margin: 0;
	list-style: none;
	display: flex;
	row-gap: 20px;
	padding: 0;
	column-gap: 4%;
	flex-wrap: wrap;
}
.inner-card .inner-card-list li {
	display: flex;
	align-items: center;
	column-gap: 11px;
	font-size: 14px;
	line-height: 18px;
	color: #54513F;
	width: 100%;
	max-width: 250px;
}
.inner-card-box .card-title {
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	color: #54513F;
	margin-bottom: 30px;
}
.inner-card .inner-card-box.fullwidth {
	grid-column: 1 / -1;
}
.inner-card .inner-card-list li svg {
	width: 24px;
	height: 24px;
	min-width: 24px;
}
.serviceCallcard.Choose_Any_Service {
	padding: 40px;
	background-color: #F5F0D3;
}
.Choose_Any_Service_list {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}
.Choose_Any_Service_list li {
	font-size: 18px;
	line-height: 27px;
	color: #54513F;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	padding: 20px 40px;
	background-color: #fff;
	border-radius: 16px;
}

.reviewsViewSec_card {
	position: relative;
	padding: 40px;
	border-radius: 32px;
	background: linear-gradient(180deg, #F4F6F0 0%, #FFFFFF 76.34%);
}
.reviewsViewSec_card .card-img-pos {
	max-width: 265px;
	position: absolute;
	right: 26px;
	top: -62px;
}
.reviewsViewSec_card .section_title .title {
	max-width: 430px;
	margin-bottom: 30px;
}
.reviewsViewSec.section-pedding {
	position: relative;
	padding: 90px 0 0;
}
.google-reviews-img {
	height: 125px;
	width: auto;
	margin: 0 auto;
	display: block;
}
.reviewsViewSec_card.google_reviews h5 {
	font-size: 24px;
	line-height: 33px;
	color: #54513F;
	font-weight: 400;
	text-align: center;
	padding: 15px 0;
}
.reviewsViewSec_card.google_reviews {
	border-radius: 32px;
	background-color: #F4F6F0;
	background-image: none;
}
.ourPartnershipscard {
	padding: 65px 155px;
	background-color: #FACF2B;
	border-radius: 32px;
	position: relative;
	height: 100%;
}
.ourPartnershipscard .section_title {
	margin: 0 auto 55px;
	max-width: 767px;
}
.ourPartnershipscard .section_title .title {
	font-size: 48px;
	line-height: 48px;
	font-weight: 700;
	text-transform: capitalize;
}
.reviewsViewSec.reviewsViewSec-pb {
	padding-bottom: 64px;
}
.testimonialsSec.section-pedding {
	padding: 70px 0 64px;
}
.testimonialsSec .reviewsViewSec_card.google_reviews {
	margin-top: 54px;
}
.testimonialsSec .section_title {
	max-width: 945px;
	margin: 0 auto 50px;
}
.customer_reviews {
	display: flex;
	align-items: center;
	column-gap: 14px;
}
.customer_reviews .services-item-img {
	min-width: 46px;
	width: 46px;
	height: 46px;
	border: 4px solid #F4F6F0;
	border-radius: 50px;
}
.customer_reviews .small-title {
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	color: #00000099;
	margin: 0;
	font-family: "Outfit", sans-serif;
}
.customer_reviews .small-title span {
	font-family: "Inter", sans-serif;
	display: block;
	color: #54513F;
	text-transform: uppercase;
}
.testimonials-item {
	display: flex;
	flex-direction: column;
	row-gap: 35px;
	padding: 40px 0;
}
.customer_reviews_text {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #54513F;
	font-family: "Inter", sans-serif;
}
.customer_star svg, .customer_star img {
	width: 15px;
	height: 15px;
}
.testimonialsSec_maxWidth {
	max-width: 1050px;
	margin: 0 auto;
}

.gllerylisting {
	display: grid;
	padding: 0;
	margin: 0;
	list-style: none;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 57px;
	column-gap: 57px;
}
.gllerylisting li {
	border-radius: 36px;
	overflow: hidden;
}
.gllerylisting li img {
	transition: 0.3s;
	height: 417px;
	object-fit: cover;
}
.gllerylisting li img:hover {
	transform: scale(1.1);
}
.section-pedding.mapSec {
	padding: 0 0 48px;
}
.mapSec iframe {
	border-radius: 32px;
	width: 100%;
	height: 280px;
}
.contact-info0 .reviews-item {
	background-color: #FACF2B;
	padding: 40px 20px 40px;
}
.serviceCallcard .inner-card {
	height: auto;
}



/*--------landing-page-css-start--------------*/
.page-template-landing-page .top-footer-info, .page-template-landing-page footer.site-footer {
	display: none !important;
}
.page-template-landing-page .bottom-footer-sec {
	background-color: #fff;
	padding-top: 60px;
}
.page-template-landing-page .bottom-footer-sec .bottom-footer {
	background-color: #F5F0D3;
}
.page-template-landing-page .navbar-toggler, .page-template-landing-page .mainmenu, .page-template-landing-page .header-nav-btn {
	display: none !important;
}
.page-template-landing-page .site-header nav.navbar {
	padding: 10px 0 0;
	background-color: #fff;
	box-shadow: none;
}
.page-template-landing-page .site-header nav.navbar .site-branding {
	margin: 0 auto;
}
.page-template-landing-page .site-branding .custom-logo {
	height: 101px;
}
.ContactDetailsSec.section-pedding {
	position: relative;
	z-index: 9;
	padding-top: 60px;
}
.viewVideoSec .btn_group .btn.bgbtn-btn {
	padding: 4px 28px 4px 8px;
	column-gap: 10px;
}
.viewVideoSec .btn_group .btn {
	min-width: 150px;
}

.embed-container { 
		position: relative; 
		aspect-ratio: 9/16;
		overflow: hidden;
		max-width: 100%;
		height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
}

.viewVideo-content {
	padding: 40px 50px;
	background-color: #F4F6F0E5;
	border-radius: 32px;
	position: relative;
	z-index: 2;
}
.viewVideo-content .disc_text {
	padding-bottom: 20px;
}

.viewVideo-content .disc_text ul li{
	padding-bottom: 10px;
}

.viewVideo-content .section_title {
	padding-bottom: 11px;
}
.viewVideo-content .section_title .title {
	font-size: 48px;
	line-height: 48px;
	font-weight: 700;
	color: #000;
	margin-bottom: 0;
	text-transform: uppercase;
}
.viewVideo-content .disc_text p {
	padding-bottom: 32px;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
	font-family: "Inter", sans-serif;
	color: #000;
}
.viewVideo-content .disc_text ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}
.viewVideo-content .disc_text ul li {
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	color: #000;
	padding-left: 57px;
	position: relative;
	min-height: 48px;
	display: flex;
	align-items: center;
}
.viewVideo-content .disc_text ul li svg, .viewVideo-content .disc_text ul li img {
	width: 48px;
	height: 48px;
	position: absolute;
	left: 0;
	top: 0;
}
.viewVideoSec.section-pedding {
	padding: 68px 0 0;
}
.video_box {
	background-color: #FACF2B;
	border-radius: 32px;
	padding: 18px;
}
.video_box.left-side {
	margin-left: -85px;
}
.video_box.right-side {
	margin-right: -85px;
}
.video_box video {
	width: 100%;
	object-fit: cover;
	border-radius: 35px;
	height: 670px;
	margin-top: -44px;
}
.ContactDetailsSec .whatwedo-background {
	padding: 57px 90px;
}
.ContactDetailsSec .l-contact-content .disc_text p {
	padding-bottom: 32px;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
	font-family: "Inter", sans-serif;
	color: #000;
}
.l-contact-content .img{
	aspect-ratio: 16/9;
	border-radius: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}
.l-contact-content .img img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.l-contact-content .section_title .title {
	font-size: 36px;
	line-height: 45px;
	font-weight: 700;
	color: #000;
	margin-bottom: 15px;
}
.l-contact-content .disc_text ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}
.l-contact-content .disc_text ul li {
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	color: #000;
	padding-left: 35px;
	position: relative;
	min-height: 24px;
}
.l-contact-content .disc_text ul li svg, .l-contact-content .disc_text ul li img {
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 0;
}
.ContactDetailsform {
	border-radius: 15px;
	padding: 27px 32px;
	background-color: #F5F0D3;
}
.ContactDetailsform h4 {
	text-align: center;
	color: #000;
	font-size: 24px;
	line-height: 35px;
	font-weight: 700;
	margin-bottom: 10px;
}
.ContactDetailsform h5 {
	text-align: center;
	color: #000;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #D9DBE9;
}
.ContactDetailsform .wpcf7-form {
	font-family: "Inter", sans-serif;
}
.ContactDetailsform .wpcf7-form p label {
	width: 100%;
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	color: #170F49;
}
.ContactDetailsform .wpcf7-spinner {
	display: none;
}
.ContactDetailsform .contact-button {
	margin-top: 0px;
}
.l-reviewsSec .section_title .title {
	font-size: 42px;
	font-weight: 700;
	line-height: 1.1;
	margin-top: -5px;
}
.l-reviewsSec .container {
	padding: 0 100px;
}
.l-reviewsSec .row.reviewsrow {
	padding-top: 50px;
}
.l-reviewsSec .reviews-item {
	text-align: center;
	padding: 40px 30px;
	background-color: #FFF9DA;
}
.l-reviewsSec .reviews-item .reviews-item-img {
	width: 106px;
	height: 106px;
	border-radius: 110px;
	margin-bottom: 30px;
	object-fit: cover;
}
.l-reviewsSec .reviews-item .small-title {
	font-weight: 500;
	color: #061901;
	line-height: 1.1;
	margin-bottom: 8px;
}
.l-reviewsSec .reviews-item .post-title {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	color: #53534F;
	margin-bottom: 20px;
}
.l-reviewsSec .reviews-item p {
	color: #54513F;
	margin-bottom: 36px;
}
.l-reviewsSec .reviews-item .google_rating .google_rating {
	width: 40px;
	height: 40px;
	margin-bottom: 18px;
}
.l-reviewsSec .reviews-item .google_rating div {
	display: flex;
	column-gap: 8px;
	justify-content: center;
}
.l-reviewsSec .reviews-item .google_rating div .reviews-rating {
	width: 20px;
	height: 20px;
	min-width: 20px;
}
.l-reviewsSec.reviewsSec.section-pedding {
	padding-bottom: 280px;
}
.ourStorySec.section-pedding.mt-mini {
	margin-top: -170px;
	position: relative;
	z-index: 2;
}
.ourStorySec .card-sec .disc-text .btn_group {
	justify-content: center;
}
.ourStorySec .card-sec .disc-text .btn_group .btn.bgbtn-btn {
	padding: 4px 28px 4px 8px;
	background-color: #FACF2B;
	color: #000;
	border-color: #FACF2B;
	font-weight: 600;
	column-gap: 10px;
}
.ourStorySec .card-sec .disc-text .btn_group .btn.bgbtn-btn:hover {
	background-color: #209E00;
  color: #F5F0D3;
  border-color: #209E00;
}
.ourStorySec .card-sec .disc-text .btn_group .btn.border-btn {
	border-color: #54513F;
	color: #000;
}
.ourStorySec .card-sec .disc-text .btn_group .btn.border-btn:hover {
	background-color: #209E00;
  color: #F5F0D3;
  border-color: #209E00;
}
.faqSec.reviewsSec.section-pedding {
	margin: 120px 0 0 0;
	padding: 69px 0 0 0;
}
.faqSec .section_title .title {
	color: #000;
	margin-bottom: 25px;
}
.faqSec .disc_text p {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
	font-family: "Inter", sans-serif;
}
.trust_signals {
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
	margin-bottom: 48px;
	flex-wrap: wrap;
	row-gap: 10px;
}
.trust_signals img {
	max-width: 122px;
	height: auto;
	object-fit: contain;
}
.faqSec .accordion-button:after {
	display: none !important;
}
.faqSec .accordion-button {
	display: flex;
	justify-content: space-between;
	column-gap: 15px;
	align-items: center;
	box-shadow: none !important;
	background-color: transparent !important;
	font-size: 22px;
	line-height: 28px;
	font-weight: 500;
	color: #170F49;
	padding: 20px 32px;
	transition: 0.3s;
}
.accordion-button span {
	width: 50px;
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 4px 4px 0px #A4A4A440;
	border-radius: 50px;
	transition: 0.8s;
}
.accordion-button span svg {
	width: 9px;
	height: 16px;
	transition: 0.3s;
}
[aria-expanded="true"].accordion-button {
	font-weight: 600;
}
[aria-expanded="true"].accordion-button span {
	transform: rotate(90deg);
	background-color: #facf2b;
}
[aria-expanded="true"].accordion-button span svg {
	filter: brightness(0) invert(1);
}
.faqSec .accordion {
	margin-bottom: 50px;
	display: flex;
	flex-direction: column;
	row-gap: 14px;
}
.faqSec .accordion .accordion-item {
	background-color: #fff;
	border: 2px solid #35363421;
	border-radius: 14px;
	overflow: hidden;
}
.faqSec .accordion .accordion-item .accordion-body p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: #000000C7;
	font-family: "Inter", sans-serif;
}
.faqSec .accordion .accordion-item .accordion-body {
	padding: 0 32px 20px;
}
.mapSec p {
	margin: 0;
}
.contact-info0 .row {
	row-gap: 24px;
}
.getintouchSec .row {
	row-gap: 24px;
}
.wpcf7-form .row {
	row-gap: 0;
}
/*--------landing-page-css-end--------------*/


.navbar-toggler {
	background-color: #54513f;
	padding: 10px 12px;
	margin-left: 12px;
}
.header-nav-btn {
	display: flex;
	align-items: center;
}
.whatwedo-background .row {
	row-gap: 24px;
}
.whatwedo-background form .row {
	row-gap: 0;
}



@media (min-width: 0px) and (max-width: 1399px) {
	.mainmenu .menu-main-menu-container .menu {
		column-gap: 24px;
	}
	.header-nav-btn .menu {
		margin-left: 24px;
	}
	.banner-content .main-title {
		font-size: 54px;
	}
	.banner-content .main-title span {
		font-size: 38px;
	}
	.viewVideo-content .section_title .title {
		font-size: 38px;
	}
}
@media (min-width: 0px) and (max-width: 1199px) {
	.site-header nav.navbar {
		padding: 20px 0 20px;
	}
	.header-nav-btn .menu .navbgbtn {
		display: none !important;
	}
	.banner-content .main-title span {
		font-size: 32px;
	}
	.banner-content .main-title {
		font-size: 44px;
		line-height: 44px;
		margin: 0px 0 10px;
	}
	.banner-content .disc_text {
		margin-bottom: 24px;
	}
	.banner-text-col ul {
	  margin: 24px 0 0;
	}
	.btn_group {
		column-gap: 10px;
	}
	.card-sec {
		padding: 21px 30px;
	}
	.viewVideo-content .section_title .title {
		font-size: 32px;
		line-height: 38px;
	}
	.l-contact-content .section_title .title {
		font-size: 32px;
		line-height: 38px;
	}
	.l-reviewsSec .section_title .title {
		font-size: 32px;
	}
	.section_title .title {
		font-size: 32px;
		line-height: 38px;
	}
	.inner-banner-title {
	  font-size: 36px;
	  line-height: 42px;
	}
	.ourPartnershipscard .section_title .title {
		font-size: 32px;
		line-height: 38px;
	}
	.google-reviews-img {
		height: 80px;
	}
	.gllerylisting {
		row-gap: 24px;
		column-gap: 24px;
	}
	.gllerylisting li img {
		height: 360px;
	}
	.footer-main-title {
		font-size: 28px;
		line-height: 28px;
		font-weight: 800;
		padding-left: 0;
	}
	.ourPartnershipscard .row {
		row-gap: 24px;
	}
	.ourPartnershipscard .section_title {
		margin: 0 auto 15px;
	}
	.l-reviewsSec .container {
		padding: 0 12px;
	}
}
@media (min-width: 0px) and (max-width: 991px) {
	.video_box.right-side {
		margin-right: 0;
		margin-bottom: 24px;
		margin-top: 46px;
	}
	.video_box.left-side {
		margin-left: 0;
		margin-top: 65px;
	}
	.card-sec {
		padding: 21px 20px;
		border-radius: 25px;
	}
	.mt-mini .card-sec .disc-text {
		margin: 0;
		border-radius: 16px;
	}
	.ContactDetailsform {
		margin-top: 30px;
	}
	.ContactDetailsform {
		margin-top: 30px;
		padding: 20px 16px;
	}
	.viewVideoSec.section-pedding {
		padding: 30px 0 0;
	}
	footer.site-footer .row {
		row-gap: 24px;
	}
	.footer-main-title {
		margin-bottom: 0;
	}
	.contactNumbers .btn {
		margin-top: 10px;
	}
	.contactInfo .btn {
		margin: 10px 0 10px;
	}
	.bottom-footer-sec {
		padding-top: 50px;
	}
	footer.site-footer {
		padding: 60px 0 0;
	}
	.inner-banner-title {
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 30px;
	}
	#navbarSupportedContent.mainmenu {
		position: fixed;
		top: 12px;
		right: 12px;
		left: 12px;
		background-color: #fff;
		padding: 20px;
		box-shadow: 0 0 10px #00000014;
		border-radius: 15px 15px 15px 15px;
		z-index: 99;
	}
	#navbarSupportedContent.mainmenu .navbar-toggler {
		padding: 6px;
		margin-left: auto;
		margin-right: auto;
		position: absolute;
		right: 10px;
		top: 10px;
	}
	.mainmenu .menu-main-menu-container .menu {
		flex-direction: column;
		align-items: flex-start;
	}
	.getintouchSec.section-pedding {
		padding: 40px 0 40px;
	}
	.chooseServiceSec .row {
		row-gap: 24px;
	}
	.serviceCallcard .section_title .title {
	  font-size: 32px;
	  line-height: 38px;
	}
	.gllerylisting {
		grid-template-columns: repeat(2, 1fr);
	}
	.need_landscaping_col {
		column-gap: 20px;
		max-width: 655px;
	}
	.ourPartnershipscard {
		padding: 30px 20px;
	}
	.chooseServiceSec.section-pedding {
		padding-top: 24px;
	}
	.testimonialsSec.section-pedding {
		padding: 40px 0 40px;
	}
	.testimonialsSec .reviewsViewSec_card.google_reviews {
		margin-top: 24px;
	}
	.testimonials-item {
		row-gap: 16px;
		padding: 12px 0;
	}
	.customer_reviews_text {
		font-size: 15px;
		line-height: 22px;
	}
	.testimonialsSec .section_title {
		margin: 0 auto 20px;
	}
	.inner-card-box .card-title {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 20px;
	}
	.inner-card .inner-card-box .inner-card-list {
		row-gap: 10px;
	}
	.serviceCallcard .card-img-logo {
		width: 110px;
		height: 110px;
		border-radius: 15px;
		top: -38px;
	}
	.viewVideo-content .section_title .title {
		font-size: 26px;
		line-height: 32px;
	}
	.viewVideo-content .disc_text ul {
		row-gap: 10px;
	}
	.viewVideo-content .disc_text ul li svg, .viewVideo-content .disc_text ul li img {
		width: 38px;
		height: 38px;
	}
	.viewVideo-content .disc_text ul li {
		padding-left: 47px;
		min-height: 38px;
	}
	.viewVideo-content .disc_text p {
		padding-bottom: 16px;
	}
	.ContactDetailsSec.section-pedding {
		padding-top: 40px;
	}
	.ContactDetailsSec .whatwedo-background {
		padding: 30px 20px;
	}
	.ContactDetailsform .wpcf7-form p label {
		font-size: 16px;
	}
	.viewVideo-content {
		padding: 30px 20px;
		border-radius: 32px;
	}
	.video_box video {
		border-radius: 35px;
		height: 420px;
	}
	.faqSec.reviewsSec.section-pedding {
		margin: 70px 0 0 0;
	}
}


@media (min-width: 0px) and (max-width: 767px) {
	.need_landscaping_row {
		padding: 20px 20px;
		border-radius: 15px;
	}
	.need_landscaping_col {
		column-gap: 16px;
		flex-direction: column;
	  align-items: flex-start;
	  row-gap: 10px;
	}
	.satisfaction-card {
		flex-direction: column;
		align-items: flex-start;
		row-gap: 10px;
		border-radius: 15px;
	}
	.need_landscaping_col .need_landscaping_logo_img {
		width: 86px;
		height: 86px;
	}
	.WhoWeAreSec-image .img {
		height: 184px;
		border-radius: 15px;
	}
	.WhoWeAreSec-image::before {
		border-radius: 15px;
	}
	.getintouch-form {
		border-radius: 15px;
		padding: 30px 20px;
	}
	.getintouch-figure-img .getintouch-img {
		height: auto;
		border-radius: 15px;
		margin-bottom: 24px;
		max-height: 470px;
	}
	.satisfaction-card .satisfaction-card-logo-img {
		max-width: 70px;
		margin-left: 10px;
	}
	.section_title .title {
		font-size: 26px;
		line-height: 32px;
	}
	.section_title .sub-title {
		font-size: 13px;
		line-height: 15px;
		margin-bottom: 6px;
	}
	.getintouch-form .section_title {
		padding-bottom: 20px;
	}
	.contact-button {
		margin-top: 0px;
	}
	.contact-info0 .reviews-item {
		padding: 20px 20px 20px;
	}
	.inner-banner-title {
		font-size: 26px;
		line-height: 32px;
	}

	.header-nav-btn .menu .navborderbtn a {
		min-height: 44px;
		column-gap: 6px;
		padding: 6px 16px 6px 6px;
	}
	.header-nav-btn .menu .navborderbtn a svg {
		width: 30px;
		height: 30px;
	}
	.header-nav-btn .menu {
		margin-left: 12px;
	}
	.getintouchSec.section-pedding {
		padding: 40px 0 40px;
	}
	.counter-item .title {
		font-size: 40px;
		line-height: 38px;
		margin-bottom: 0;
	}
	.counter-item p {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.home-banner > div {
		border-radius: 15px;
		min-height: auto;
	}
	.banner-text-col {
		margin: 40px 0 40px;
		padding: 30px 16px 30px;
		border-radius: 15px;
	}
	.servicesSec.section-pedding {
		padding: 40px 0 40px;
	}
	.servicesSec .section_title {
		padding-bottom: 10px;
	}
	.servicesSec-btn {
		padding-top: 20px;
	}
	.services-item .small-title {
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 7px;
	}
	.services-item .services-item-img {
		width: 100px;
		height: 100px;
	}
	.whatwedo-background {
		padding: 30px 16px 30px;
		border-radius: 15px;
	}
	.what-we-do-figure-img .what-we-do-img {
		border-radius: 15px;
		height: auto;
		max-height: 480px;
	}
	.whatwedoSec-btn {
		padding-top: 20px;
	}
	.whatwedo-content .disc_text ul {
		row-gap: 10px;
	}
	.whatwedo-content .disc_text p {
		padding-right: 0;
		padding-bottom: 16px;
		margin-bottom: 16px;
	}
	.whatwedo-content .section_title {
		padding-bottom: 20px;
	}
	.reviewsSec.section-pedding {
		padding: 240px 0 30px;
		border-radius: 15px;
	}
	.row.counterrow {
		padding-top: 30px;
	}
	.row.reviewsrow {
		padding-top: 30px;
	}
	.footer-main-title {
		font-size: 20px;
		line-height: 25px;
	}
	.bottom-footer {
		border-radius: 15px 15px 0 0;
		padding: 20px 16px;
	}
	footer.site-footer {
		padding: 40px 0 0;
	}
	.banner-content .main-title {
		font-size: 32px;
		line-height: 36px;
	}
	.banner-content .main-title span {
		font-size: 24px;
	}
	.btn {
		min-width: 120px;
		padding: 4px 25px;
	}
	.reviews-item .small-title {
		font-size: 18px;
		line-height: 26px;
		font-weight: 500;
	}
	.reviews-item {
		padding: 30px 20px 30px;
		border-radius: 15px;
	}
	.card-sec .disc-text {
		padding: 20px 20px;
		border-radius: 15px;
		margin: 15px 0;
		min-height: 150px;
	}
	.card-sec {
		padding: 20px 20px;
		border-radius: 15px;
	}
	.disc-text.missionStatement01 {
		flex-direction: column !important;
		text-align: center !important;
	}
	.serviceCallcard {
		padding: 92px 20px 30px;
		border-radius: 15px;
	}
	.inner-card.column-2 {
		grid-template-columns: repeat(1, 1fr);
	}
	.inner-card .inner-card-ul {
		padding: 30px 16px;
		border-radius: 15px;
		row-gap: 10px;
	}
	.serviceCallcard .section_title .title {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	.serviceCallcard.Choose_Any_Service {
		padding: 20px;
	}
	.Choose_Any_Service_list li {
		padding: 20px 16px;
		border-radius: 15px;
	}
	.gllerylisting {
		grid-template-columns: repeat(2, 1fr);
	}
	.gllerylisting li img {
		height: 220px;
	}
	.gllerylisting li {
		border-radius: 15px;
	}
	.chooseServiceSec.section-pedding {
		padding-top: 10px;
	}
	.ourPartnershipscard {
		border-radius: 15px;
	}
	.inner-card .inner-card-box {
		padding: 30px 16px;
		border-radius: 15px;
	}
	.ourPartnershipscard {
		padding: 30px 16px;
	}
	.ourPartnershipscard .section_title .title {
		font-size: 26px;
		line-height: 32px;
	}
	.google-reviews-img {
		height: 60px;
	}
	.site-header nav.navbar {
		padding: 8px 0 8px;
	}
	.mapSec iframe {
		border-radius: 15px;
	}	
	.viewVideo-content {
		padding: 30px 15px;
		border-radius: 15px;
	}
	.video_box video {
		border-radius: 15px;
		height: 320px;
	}
	.l-contact-content .section_title .title {
		font-size: 26px;
		line-height: 32px;
	}
	.l-reviewsSec .row.reviewsrow {
		padding-top: 10px;
	}
	.l-reviewsSec .reviews-item {
		padding: 30px 15px;
	}
	.l-reviewsSec.reviewsSec.section-pedding {
		padding-bottom: 200px;
	}
	.faqSec.reviewsSec.section-pedding {
		margin: 40px 0 0 0;
		padding: 40px 0;
	}
	.l-reviewsSec .section_title .title {
		font-size: 26px;
		margin-bottom: 10px;
	}
	.faqSec .accordion-button {
		font-size: 18px;
		line-height: 24px;
		padding: 10px 14px;
	}
	.accordion-button span {
		width: 35px;
		height: 35px;
	}
	.trust_signals img {
		max-width: 90px;
		height: 40px;
	}
	.page-template-landing-page .bottom-footer-sec {
		padding-top: 40px;
	}
	.faqSec .accordion .accordion-item .accordion-body {
		padding: 0 16px 10px;
	}
	.faqSec .accordion .accordion-item .accordion-body p {
		font-size: 15px;
		line-height: 24px;
	}
}


@media (min-width: 0px) and (max-width: 575px) {
	.header-nav-btn .menu-nav-button-container {
		display: none !important;
	}
}
@media (min-width: 0px) and (max-width: 480px) {
	.gllerylisting li img {
		height: 150px;
	}
	.site-branding .custom-logo {
		height: 90px;
	}
}