/*!
Theme Name: Step by Step Removals
Theme URI: https://starlitdevs.com/
Author: Starlit Devs
Author URI: https://starlitdevs.com/
Description: Custom Wordpress Theme.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: removals
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

EMEP is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root{
	--primary-color: #fdb338;
	--secondery-color: #728896;
	--white-color: #ffffff;
    --black-color: #0d2133;
	--section-bg: #f0f4f8;
	
    --body-font: "Poppins", sans-serif;
    --heading-font: "Area Normal", sans-serif;
}
body{
	-webkit-font-smoothing: antialiased; /* Chrome, Safari */
	-moz-osx-font-smoothing: grayscale; /* Firefox */
	margin: 0;
	padding: 0;
	font-family: var(--body-font);
	line-height: 1.6;
	font-size: 14px;
	font-weight: 300;
	color: var(--secondery-color);
	word-break: break-word;
}
.btn, .menu-btn a {
	font-size: 12px;
	padding: 18px 40px;
	font-weight: 400;
	border-radius: 30px;
	border: none;
	color: var(--white-color);
	background-color: var(--primary-color);
	transition: all .4s ease-out;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: var(--body-font);
	line-height: 1;
}
.btn:hover{
	background-color: var(--section-bg);
	color: var(--black-color);
}
.btn-white{
	background-color: var(--white-color);
	color: var(--black-color);
}
.btn-gray {
	background-color: var(--section-bg);
	color: var(--black-color);
}
.btn-white:hover, .btn-gray:hover{
	background-color: var(--primary-color);
	color: var(--white-color);
}

h2, h3, h4, h5, h6{
	line-height: 1.2;
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-family: var(--heading-font);
	color: var(--black-color);
}
h1 {
	font-size: 13px;
	line-height: 1.5;
	font-weight: 400;
	font-family: var(--body-font);
	color: var(--secondery-color);
	letter-spacing: 4px;
}
h2{
	font-size: 36px;
}
h3{
	font-size: 20px;
}
p{
	margin: 0;
}
p:not(:last-child){
	margin-bottom: 12px;
}
img{
	max-width: 100%;
	height: auto;
}
ul{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	transition: .4s;
}
a:focus{
	outline: none;
}
textarea, input, select {
	box-sizing: border-box;
	width: 100%;
	border: none;
	border-radius: 10px;
	padding: 14px 30px !important;
	color: var(--white-color);
	background: #899ca9;
	font-size: 14px !important;
	font-weight: 300;
}
input, select, textarea {
	height: 55px;
}
input:focus, textarea:focus{
	outline: none;
}
input::placeholder, textarea::placeholder, select {
    color: var(--white-color);
	opacity: 1;
}
.bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.section-bg{
	background-color: var(--section-bg);
}
.p-100{
	padding: 100px 0;
}
.pt-100{
	padding-top: 100px;
}
.pb-100{
	padding-bottom: 100px;
}
.container, .long-container{
	transition: .4s;
	max-width: 1288px;
	padding: 0 24px;
	margin-left: auto;
	margin-right: auto;
}
.long-container {
	max-width: 1452px;
}
.card-btn {
	margin-top: 30px;
}

/* Header */
.header-sec {
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	padding: 30px 0;
	position: fixed;
	background-color: var(--white-color);
	transition: .2s;
}
.header-logo {
	margin-right: 10px;
	transition: .4s all ease;
	width: 184px;
}
.header-logo svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.admin-bar .header-sec {
	top: 32px;
}
.h-btn {
	gap: 40px;
	display: flex;
	margin-left: 10px;
}
.slicknav_nav a:hover{
	background: none;
}
.menu-trigger-wrap {
	display: none;
}
.header-sec.sticky-active {
	background: var(--white-color);
	padding: 20px 0;
}

/* mmenu */
.mm-page {
	min-height: unset;
}
.mm-menu {
	display: none;
}
.modal-backdrop.show {
	opacity: .92;
}
.menu-trigger {
	display: none;
}

/* array */
.splide__arrow {
	background: var(--section-bg);
	height: 50px;
	opacity: 1;
	width: 50px;
}
.splide__arrow--prev {
	left: -95px;
}
.splide__arrow--next {
	right: -95px;
}
.splide__arrow svg {
	fill: #09355c;
	height: 20px;
	width: 20px;
	opacity: 1;
}
.splide__pagination__page.is-active {
	background: #09355c;
	transform: scale(1);
	opacity: 1;
}
.splide__pagination__page {
	background: var(--section-bg);
}
.splide__pagination {
	margin-bottom: -60px;
}
/* contact-form */
textarea {
	height: 130px;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
	max-width: 185px;
	text-transform: uppercase;
	font-size: 12px !important;
	letter-spacing: 2px;
	transition: .4s;
	border-radius: 40px;
	border: none;
	background-color: var(--primary-color);
	color: var(--white-color);
	margin-top: 40px;
	font-weight: 400;
	padding: 0 !important;
}
.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
	background-color: var(--white-color);
	color: var(--black-color);
}
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fdb338' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 9l6 6l6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) 50%;
}
.wpcf7-spinner {
	display: none;
}
.contact-shortcode p {
	margin: 0 !important;
}
.contact-form-info p {
  line-height: 1.2;
}
.contact-form-info a {
  color: var(--black-color);
}
.contact-details {
	padding: 90px 70px;
	border-radius: 30px;
}
.contact-shortcode .col-md-6, .contact-shortcode .col-12 {
	padding: 0 4px;
}
.contact-cover {
	padding: 80px;
}
.contact-wrapp {
	background-color: #728896;
}
.contact-form-info * {
	color: var(--white-color);
}
.contact-info span {
	width: 50px;
}
.contact-info a {
	display: flex;
	align-items: center;
	gap: 20px;
}
.contact-info h3 {
	font-size: 18px;
	flex: 1;
}
.contact-shortcode {
	padding-left: 60px;
}
/* footer */
.footer_logo {
	width: 184px;
	margin-left: auto;
	margin-right: auto;
}
.footer-link a {
	color: var(--secondery-color);
	font-size: 24px;
}
.footer-link a:hover {
	color: var(--primary-color);
}
.footer_content {
	padding: 70px 20px;
}
.footer-link{
	margin-top: 30px;
	margin-bottom: 30px;
}
.footer_text {
	max-width: 800px;
}
.copyright-cover {
	background-color: var(--primary-color);
}
.copyright-area {
	color: var(--black-color);
	padding: 40px 80px;
}
.copyright-area a {
	color: var(--black-color);
}
.copyright-area a:hover {
	color: var(--white-color);
}
/* default page */
.single-content h2, .single-content h3 {
	margin-bottom: 16px;
	margin-top: 40px;
}
.single-content h4, .single-content h5, .single-content h6 {
	margin-bottom: 16px;
	margin-top: 30px;
}
.single-content h4{
	font-size: 20px;
}
.single-content h5{
	font-size: 18px;
}
.single-content h6{
	font-size: 17px;
}
.wp-block-image {
	margin: 24px 0;
}
.single-content img {
	width: 100%;
}
.single-content ul li {
	margin-bottom: 3px;
	text-align: start;
}
.wp-block-list {
	margin-bottom: 20px;
}
.single-content ul {
	margin-bottom: 16px;
}

/* banner */
.banner-content, .banner-img, .width-50 {
	width: 50%;
}
.banner-cover::before {
	content: "";
	position: absolute;
	background: linear-gradient(145deg,rgba(240, 244, 248, 1) 30%, rgba(253, 179, 56, 0.8) 80%);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.banner-img {
	display: flex;
}
.banner-content h2 {
	font-size: 57px;
	line-height: 0.92;
	margin-top: 24px;
	margin-bottom: 36px;
}
.rounded-20 {
	border-radius: 20px;
	overflow: hidden;
}
.banner-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.banner-content {
	padding: 140px 40px 75px 79px;
}
.list-icon {
  height: 68px;
  width: 68px;
  background-color: var(--white-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.list-icon img {
  height: 36px;
  width: 36px;
  object-fit: contain;
}
.list-text h3 {
	font-weight: 800;
}
.icon-list {
	margin-top: 80px;
	gap: 30px;
}
.list-text {
	flex: 1;
}
/* pricing table */
.pricing-title {
  background-color: var(--primary-color);
  padding: 30px 50px;
  margin-bottom: 12px;
}
.pricing-table {
  padding: 16px 50px;
}
.pricing-list b {
	font-weight: 500;
	color: var(--black-color);
}
.strong-text strong {
	font-weight: 600;
}
.pricing-list {
  padding: 20px 0;
}
.pricing-list:not(:last-child) {
  border-bottom: 1px solid #dbe1e7;
}
.pricing-text {
	max-width: 480px;
	padding-right: 20px;
}
.pricing-btn, .location-btn {
  margin-top: 30px;
}
.pricing-text h2, .location-text h2 {
  margin-bottom: 30px;
}
/* location */
.location-box iframe {
	height: 100%;
	width: 100%;
}
.location-content {
	padding: 80px 70px;
}
.location-btn .btn:hover {
	background-color: var(--white-color);
}
/* why-choose */
.wc-wrapp::before {
	content: "";
	position: absolute;
	background: linear-gradient(240deg,rgba(240, 244, 248, 0) 37%, rgba(253, 179, 56, 0.77) 70%);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.wc-wrapp {
	padding: 75px 70px;
}
.wc-title h2 {
	margin-bottom: 60px;
}
.wc-table-icon {
	height: 54px;
	width: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #75cd79;
	border-radius: 100%;
}
.icon-cross {
	background-color: #e43f3b;
}
.wc-list-item {
  padding: 20px 0;
}
.wc-list-item:not(:last-child) {
  border-bottom: 1px solid #dbe1e7;
}
.wc-table {
	padding: 40px;
	padding-bottom: 10px;
}
.wc-table-heading h3 {
	font-weight: 800;
}
.wc-wrapp {
	background-position: 26% 50%;
}
/* steps */
.step-cover {
	padding: 75px 80px;
}
.step-text {
	flex: 1;
}
.step-icon {
	height: 68px;
	width: 68px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--primary-color);
	border-radius: 100%;
	margin-top: 2px;
}
.step-icon img {
  height: 36px;
  width: 36px;
  object-fit: contain;
}
.step-list-wrapp {
	width: 33.33%;
	padding-right: 24px;
	gap: 20px;
	padding-top: 62px;
}
.step-text h3 {
	margin-bottom: 16px;
	font-weight: 800;
}
.step-icon::before {
	content: "";
	position: absolute;
	background-color: var(--primary-color);
	height: 10px;
	width: 10px;
	top: -62px;
	border-radius: 100%;
}
.step-list-wrapp::before {
	content: "";
	position: absolute;
	background-color: var(--primary-color);
	height: 2px;
	width: 100%;
	top: 6px;
	left: 30px;
}
.step-list-wrapp:last-child::before {
	display: none;
}
/* img with text */
.mt-30 {
	margin-top: 30px;
}
.iwt-text h2 {
	margin-bottom: 20px;
}
.iwt-content {
	padding-left: 30px;
}
/* why love us */
.trusted-box {
  padding: 80px 60px 40px 60px;
}
.strustedtep-text {
  flex: 1;
}
.trusted-icon {
  height: 68px;
  width: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white-color);
  border-radius: 100%;
}
.trusted-list-wrapp {
  gap: 20px;
}
.strustedtep-text h3 {
  margin-bottom: 16px;
}
.trusted-list-wrapp:hover .trusted-icon {
	background-color: var(--primary-color);
}
.trusted-list-wrapp:hover .trusted-icon img {
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(334deg) brightness(601%) contrast(102%);
}
/* test-scroll */
.wwh-title h2 {
	margin-bottom: 20px;
}
.wwh-text {
	text-align: center;
	font-size: 26px;
	color: var(--black-color);
	font-weight: 700;
	font-family: var(--heading-font);
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.wwh-wrap {
	padding: 50px 0;
}
.wwh-wrap::before {
	content: "";
	position: absolute;
	background: linear-gradient(90deg,rgba(240, 244, 248, 1) 37%, rgba(253, 179, 56, 0.77) 70%);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
/* testimonials */
.testimonials {
	padding: 50px;
}
.google_badge {
	display: flex;
}
.client_name {
	color: #09355c;
	font-weight: 400;
}
.testimonials_shadow {
	padding: 0 100px;
}
/* faq */
.question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0; 
	background: transparent;
	cursor: pointer;
	font-weight: 600;
}
.answer {
	display: none;
	padding-bottom: 24px;
}
.answer ul {
	padding-left: 12px;
}
.faq-item {
	border-radius: 16px;
	padding: 0 30px;
}
.faq-item:not(:last-child) {
	margin-bottom: 12px;
}
.faq {
	max-width: 960px;
}
.faq-item.active .faq-trigger i::before {
	content: "\f068";
}
.faq-trigger {
	font-size: 16px;
	display: flex;
	color: var(--primary-color);
}
/*  */
.location-area::before {
	content: "";
	position: absolute;
	background-image: url(assets/img/bg.png);
	height: 382px;
	width: 571px;
	top: -30px;
	left: 0;
	background-repeat: no-repeat;
	background-size: contain;
}
.z-1 {
	z-index: 1;
}
.trusted-area::before {
	content: "";
	position: absolute;
	background-image: url(assets/img/bgtwo.png);
	height: 382px;
	width: 486px;
	top: -80px;
	right: 0;
	background-repeat: no-repeat;
	background-size: contain;
}
.why-we-help-area::before, .faq-area::before {
	content: "";
	position: absolute;
	background-image: url(assets/img/bgthree.png);
	height: 382px;
	width: 555px;
	top: -150px;
	left: 0;
	background-repeat: no-repeat;
	background-size: contain;
}






















/* 404 */
.error-404 h1 {
	font-size: 200px;
	line-height: 1;
	font-family: var(--heading-font);
}

/* responsive */
@media all and (max-width: 1399.98px){
	h3 {
		font-size: 20px;
	}
	.list-text h3 {
		font-size: 19px;
	}
	.banner-content {
		padding: 100px 30px 60px 60px;
	}
	.banner-content h2 {
		font-size: 46px;
	}
	.icon-list {
		gap: 20px;
	}
	.step-cover {
	padding: 50px 40px;
}
.step-title br {
	display: none;
}
.step-list-wrapp {
	padding-right: 15px;
	gap: 16px;
}

}

@media all and (max-width: 1199.98px){
	.banner-content h2 {
		font-size: 40px;
	}
	.icon-list {
	margin-top: 50px;
	gap: 16px;
}
.list-text h3 {
	font-size: 16px;
}
.icon-list-wrapp {
	gap: 10px !important;
}
.list-icon {
	height: 60px;
	width: 60px;
}
.banner-content {
	padding: 100px 29px 60px 40px;
}
.location-content {
	padding: 60px 50px;
}
.step-icon img {
	height: 26px;
	width: 26px;
}
.step-icon {
	height: 50px;
	width: 50px;
}
.step-cover {
	padding: 40px 24px;
}
.step-text h3 {
	margin-bottom: 10px;
	font-size: 18px;
}
.step-list-wrapp {
	padding-right: 12px;
	gap: 10px;
	padding-top: 40px;
}
.step-icon::before {
	top: -40px;
}
.trusted-box {
	padding: 60px 20px 20px 20px;
}
.testimonials_shadow {
	padding: 0 60px;
}
.splide__arrow--prev {
	left: -60px;
}
.splide__arrow--next {
	right: -60px;
}
.testimonials {
	padding: 32px;
}
.contact-cover {
	padding: 60px 40px;
}
.contact-form-info br {
	display: none;
}
.contact-info h3 {
	font-size: 16px;
}

	
}

@media all and (max-width: 991.98px){
	h2 {
		font-size: 32px;
	}
	.p-100{
		padding: 80px 0;
	}
	.pt-100{
		padding-top: 80px;
	}
	.pb-100{
		padding-bottom: 80px;
	}
	.header-sec {
		padding: 30px 0;
	}
	.header-sec.sticky-active {
		padding: 20px 0;
	}
	.banner-content, .banner-img {
	width: 100%;
}
.banner-area .long-container {
	padding-left: 0;
	padding-right: 0;
}
.icon-list {
	justify-content: center;
}
.banner-content h2 br {
	display: none;
}
.banner-content {
	padding: 180px 40px 60px 40px;
}
.banner-cover {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}
.header-sec {
	background-color: transparent;
}
.pricing-text h2 br {
	display: none;
}
.pricing-table {
	padding: 6px 20px;
}
.pricing-title {
	padding: 24px 30px;
}
.list-text h3 {
	text-align: start;
}
.location-content {
	padding: 30px 24px;
}
.wc-wrapp {
	padding: 60px 40px;
}
.wc-table {
	padding: 30px;
	padding-bottom: 10px;
}
.wc-title {
	max-width: 375px;
	margin-left: auto;
	margin-right: auto;
}
.wc-title h2 {
	margin-bottom: 40px;
}
.wc-wrapp {
	background-position: 33% 50%;
}
.iwt-content {
	padding-left: 0;
}
.wwh-text {
	font-size: 22px;
}
.contact-shortcode {
	padding-left: 20px;
}
.contact-cover {
	padding: 60px 24px;
}
.contact-info a {
	gap: 6px;
}
.copyright-area {
	padding: 40px 20px;
}
.default-page-area, .error-404-page {
	padding-top: 140px;
}
.location-area::before, .trusted-area::before, .why-we-help-area::before, .faq-area::before {
	display: none;
}


	

}

@media all and (max-width: 782px){
	.admin-bar .header-sec {
		top: 46px;
	}
}

@media all and (max-width: 767.98px){
	/* m-menu */
	.menu-close-btn {
		position: absolute;
		top: 14px;
		right: 10px;
		z-index: 9;
		font-size: 18px;
		display: flex;
		align-items: center;
	}
	.menu-close-btn i:hover{
		color: var(--primary-color);
	}
	.mm-navbar__title span::before {
		content: "Back to ";
	}
	.mm-navbar__title span{
		text-transform: uppercase;
		font-size: 14px;
		font-weight: bold;
		color: var(--secondery-color) !important;
	}
	.mm-panel ul li a {
		font-size: 13px;
		color: var(--black-color) !important;
		text-transform: uppercase;
		font-weight: 400;
		letter-spacing: 3px;
	}
	.mm-navbar .btn {
		color: var(--secondery-color) !important;
		font-weight: bold;
	}
	.mm-navbar .btn:hover {
		color: var(--primary-color) !important;
	}
	.mm-navbars--bottom {
		border-top: none;
	}
	.mm-menu {
		z-index: 100;
		display: block;
	}
	.mm-wrapper__blocker.mm-blocker.mm-slideout{
		z-index: 99;
	}
	.mm-panels {
		background: var(--white-color);
	}
	.menu--just-title a {
		border-top: 0 solid #EAEAEA;
		padding-top: 0 !important;
	}
	.mm-navbar__title {
		text-transform: uppercase;
		font-size: 16px;
		letter-spacing: 1.6px;
	}
	.mm-listitem__text {
		font-size: 15px;
	}
	.mm-menu {
		--mm-size: 100%;
		--mm-color-background: var(--white-color);
	}
	.menu-close-btn {
		position: absolute;
		right: 10px;
		z-index: 9;
		font-size: 18px !important;
		color: var(--secondery-color) !important;
		top: 15px;
	}
	.menu-close-btn {
		font-size: 14px;
	}
	.mm-navbar__title span {
		display: none;
	}
	.mm-panel--opened .mm-navbar__title span {
		display: block;
		font-size: 0;
	}
	#menu .mm-navbar .mm-navbar__title span {
		display: none;
	}
	.mm-navbar .btn {
		color: var(--white-color) !important;
	}
	.mm-panel .mega-menu {
		position: relative !important;
	}
	.mm-panels .sub-menu li a {
		padding: 15px 20px !important;
	}
	.menu-trigger{
		display: block;
	}
	.menu-trigger a {
		display: flex;
		flex-direction: column;
		row-gap: 6px;
		position: relative;
		z-index: 999;
		cursor: pointer;
		background-color: transparent;
		border-radius: 0;
	}
	.menu-trigger span {
		display: block;
		height: 3px;
		width: 26px;
		background-color: #728896;
		margin-left: auto;
	}
	.main-menu {
		display: none;
	}
	.menu-btn {
		margin: 20px;
		text-align: center;
	}
	.mm-panel ul li.menu-btn a{
		color: var(--black-color) !important;
		background-color: var(--section-bg);
	}
	.mm-panel ul li.menu-btn a:hover{
		background-color: var(--primary-color) !important;
	}
	.mm-panel ul li.menu-btn-primary a{
		background-color: var(--primary-color) !important;
		color: var(--white-color) !important;
	}
	.mm-panel ul li.menu-btn-primary a:hover{
		background-color: var(--section-bg) !important;
		color: var(--black-color) !important;
	}
	.menu-btn::after{
		display: none;
	}
	.h-btn {
		gap: 16px;
	}
	/* menu-end */
	.banner-content h2 {
		font-size: 36px;
	}
	h2 {
		font-size: 30px;
	}
	h3{
		font-size: 18px;
	}
	.p-100{
		padding: 60px 0;
	}
	.pt-100{
		padding-top: 60px;
	}
	.pb-100{
		padding-bottom: 60px;
	}
	.header-btn {
		display: none !important;
	}
	.error-404 h1 {
		font-size: 100px;
	}
	.rounded-20 {
		border-radius: 16px;
	}
	.banner-content {
	padding: 140px 20px 60px 20px;
}
.header-logo {
	width: 140px;
}
.banner-img img {
	aspect-ratio: 1/.7;
}
.list-text h3 {
	font-size: 14px;
	text-align: start;
}
.list-icon {
	height: 46px;
	width: 46px;
}
.list-icon img {
	height: 28px;
	width: 28px;
}
.icon-list {
	gap: 10px;
}
.icon-list-wrapp {
	gap: 8px !important;
}
.pricing-text {
	max-width: 100%;
	padding-right: 0;
}
.width-50 {
	width: 100%;
}
.banner-content br {
	display: none;
}
.location-content {
	padding: 40px 20px;
}
.location-box iframe {
	aspect-ratio: 1/.7;
}
.why-choose-area .container {
	padding-left: 0;
	padding-right: 0;
}
.wc-wrapp {
	padding: 60px 24px;
}
.wc-table-icon {
	height: 45px;
	width: 45px;
}
.wc-wrapp {
	background-position: 50% 50%;
}
.step-list-wrapp {
	width: 100%;
}
.step-list-wrapp {
	padding-right: 0;
	padding-top: 0;
	padding-left: 36px;
}
.step-list-wrapp::before {
	height: 100%;
	width: 2px;
	top: 24px;
	left: 4px;
}
.step-icon::before {
	top: unset;
	left: -36px;
}
.step-list-wrapp:not(:last-child) {
	padding-bottom: 40px;
}
.step-cover {
	padding: 40px 20px;
}
.trusted-area .container {
	padding: 0;
}
.wwh-wrap {
	padding: 30px 0;
}
.wwh-text {
	font-size: 20px;
}
.splide__arrow {
	height: 40px;
	width: 40px;
}
.splide__arrow svg {
	height: 16px;
	width: 16px;
}
.testimonials_shadow {
	padding: 0 20px;
}
.splide__arrow--prev {
	left: -20px;
}
.splide__arrow--next {
	right: -20px;
}
.testimonials {
	padding: 30px 24px;
}
.google_badge {
	max-width: 100px;
}
.contact-shortcode {
	padding-left: 0;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
	display: flex;
	margin-left: auto;
	margin-right: auto;
}
.contact-info a {
	gap: 2px;
	flex-direction: column;
}
.contact-cover {
	padding: 40px 0;
}
.faq-item {
	border-radius: 8px;
	padding: 0 20px;
}
.copyright-area {
	flex-direction: column;
	gap: 20px !important;
}
.copyright-cover .container, .footer_area .container {
	padding: 0;
}
.footer_content {
	padding: 60px 20px;
}
.default-page-area, .error-404-page {
	padding-top: 100px;
}

}

@media (max-width: 600px) {
	.admin-bar .header-sec.sticky-active {
		top: 0;
	}
}

@media (max-width: 576.98px) {
	.card-btn {
		margin-top: 30px !important;
		/* flex-direction: column !important; */
	}
	.card-btn .btn {
		width: 100%;
	}
	.banner-content .btn {
		padding: 18px 30px;
	}
}
