	/* privacy-term-design */

.privacy .content-block-details .detail-icon {
    color: #2f4d16 !important;
    -webkit-text-fill-color: #2f4d16 !important;
    text-decoration: none !important;
    font-style: normal;
}

.privacy .content-block-details a,
.privacy .content-block-details a:link,
.privacy .content-block-details a:visited,
.privacy .content-block-details a:hover,
.privacy .content-block-details a:active {
    color: inherit !important;
    text-decoration: none !important;
    -webkit-text-decoration: none !important;
}

.privacy {
			--green: #2D5F16;
			--green-dark: #21470D;
			--green-light: #F3F7EF;
			--border: #E2E6DF;
			--text: #222;
			--muted: #666;

			width: 100%;
			max-width: 1120px;
			margin: 0 auto;
			padding: 55px 35px 75px;

			font-family: "Inter", sans-serif;
			color: var(--text);
	}

	.privacy > h2 {
			margin: 0;
			text-align: center;
			color: #111;
			font-size: clamp(40px,5vw,58px);
			font-weight: 800;
			line-height: 1.1;
			letter-spacing: -1.5px;
	}

	.privacy > h2 span {
			color: var(--green);
	}

	.privacy > h2::after {
			content: "";
			display: block;
			width: 68px;
			height: 3px;
			margin: 15px auto 18px;
			background: var(--green);
			border-radius: 10px;
	}

	.privacy > h2 + p {
			max-width: 780px;
			margin: 0 auto;
			color: #555;
			font-size: 16px;
			line-height: 1.7;
			text-align: center;
	}

	.privacy > h2 + p + p {
			display: flex;
			align-items: center;
			justify-content: center;
			width: fit-content;
			margin: 18px auto 45px;
			padding: 8px 17px;
			background: var(--green-light);
			border: 1px solid #DCE6D7;
			border-radius: 30px;
			color: var(--green);
			font-size: 13px;
			font-weight: 600;
	}

	.privacy > p:not(.privacy-section-title),
	.privacy > ul,
	.privacy > h5,
	.privacy > .content-block {
			max-width: 980px;
			margin-right: auto;
			margin-left: auto;
	}

	.privacy p {
			margin-top: 0;
			margin-bottom: 16px;
			color: var(--text);
			font-size: 15px;
			line-height: 1.75;
	}

	.privacy p strong {
			font-weight: 700;
	}

	.privacy a {
			color: var(--green);
			font-weight: 600;
			text-decoration: none;
	}

	.privacy a:hover {
			text-decoration: underline;
	}

	.privacy .privacy-section-title {
			position: relative;
			max-width: 980px;
			margin: 43px auto 16px;
			padding: 0 0 11px 18px;
			border-bottom: 1px solid var(--border);
			color: #111;
			font-size: 20px;
			font-weight: 750;
			line-height: 1.4;
	}

	.privacy .privacy-section-title::before {
			content: "";
			position: absolute;
			top: 2px;
			left: 0;
			width: 4px;
			height: 26px;
			background: var(--green);
			border-radius: 4px;
	}

	.privacy h5 {
			position: relative;
			margin-top: 27px;
			margin-bottom: 9px;
			padding-left: 16px;
			color: var(--green);
			font-size: 16px;
			font-weight: 700;
			line-height: 1.5;
	}

	.privacy h5::before {
			content: "";
			position: absolute;
			top: 8px;
			left: 0;
			width: 7px;
			height: 7px;
			background: var(--green);
			border-radius: 50%;
	}

	.privacy ul {
			margin-top: 10px;
			margin-bottom: 23px;
			padding: 0;
			list-style: none;
	}

	.privacy ul li {
			position: relative;
			margin: 5px 0;
			padding: 5px 0 5px 29px;
			color: #444;
			font-size: 14.5px;
			line-height: 1.65;
	}

	.privacy ul li::before {
			content: "✓";
			position: absolute;
			top: 7px;
			left: 0;
			display: flex;
			align-items: center;
			justify-content: center;
			width: 18px;
			height: 18px;
			background: #EDF4E8;
			border-radius: 50%;
			color: var(--green);
			font-size: 10px;
			font-weight: 800;
	}

	.privacy .content-block {
			position: relative;
			width: 100%;
			max-width: 980px;
			margin: 32px auto 10px;
			padding: 0;
			overflow: hidden;
			background: #fff;
			border: 1px solid #DCE5D7;
			border-radius: 14px;
			box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
	}

	.privacy .content-block::before {
			content: "";
			display: block;
			width: 100%;
			height: 7px;
			background: var(--green);
	}

	.privacy .content-block-content {
			padding: 30px 34px 34px;
	}

	.privacy .content-block-title {
			margin-bottom: 5px;
			color: #111;
			font-size: 26px;
			font-weight: 800;
			line-height: 1.25;
	}

	.privacy .content-block-subtitle {
			margin-bottom: 28px;
			color: #6B6B6B;
			font-size: 14px;
			line-height: 1.5;
	}

	.privacy .content-block-details {
			display: grid;
			width: 100%;
			grid-template-columns: repeat(3, 1fr);
			border-top: 1px solid #E4E8E1;
	}

	.privacy .content-block-details a {
			position: relative;
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			gap: 13px;
			min-height: 72px;
			padding: 14px 20px;
			color: #222;
			font-size: 16px;
			line-height: 1.35;
			text-decoration: none;
			transition: all 0.25s ease;
	}

	.privacy .content-block-details a:not(:last-child) {
			border-right: 1px solid #E4E8E1;
	}

	.privacy .detail-icon {
			display: flex;
			align-items: center;
			justify-content: center;
			width: 60px;
			height: 60px;
			min-width: 40px;
			background: #EDF4E8;
			border-radius: 50%;
			color: var(--green);
			font-size: 28px;
			font-weight: 700;
			transition: all 0.25s ease;
	}

	.privacy .content-block-details small {
			display: block;
			margin-bottom: 3px;
			color: #858585;
			font-size: 14px;
			font-weight: 700;
			line-height: 1.2;
			text-transform: uppercase;
			letter-spacing: 0.7px;
	}

	.privacy .content-block-details a span:last-child {
			color: #292929;
			font-weight: 600;
			word-break: break-word;
	}

	.privacy .content-block-details a:hover {
			background: #F7F9F5;
			text-decoration: none;
	}

	.privacy .content-block-details a:hover .detail-icon {
			background: #2d5f161a;
			color: #fff;
			transform: translateY(-2px);
	}
.detail-icon img {
    width: 30px;
}

	/* end-privacy-term-design */
.seller-form .wpcf7-response-output {
    margin: 0px !important;
}
	.heading-line .elementor-heading-title {
			display: inline-block;
			position: relative;
			padding-bottom: 8px;
	}

	.heading-line .elementor-heading-title::after {
			content: "";
			position: absolute;
			bottom: 0;
			left: 50%;
			transform: translateX(-50%);
			width: 50%;
			height: 2px;
			background: currentColor;
	}

	.faq-outer details {
		 box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
		 border-radius: 10px;
	}
	.seller-form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
		 background-color: #2d4a15;
	}
	.contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner:focus {
			background-color: #2d4a15;
	}
	.function-class .elementor-icon-list-item {
			display: flex !important;
			align-items: center !important;
			gap: 10px !important;
	}

	.function-class .elementor-icon-list-item > a:first-child {
			display: flex !important;
			align-items: center !important;
			width: 28px !important;
			min-width: 28px !important;
			margin: 0 !important;
			padding: 0 !important;
	}

	.function-class .elementor-icon-list-item > a:first-child .elementor-icon-list-icon {
			display: flex !important;
			margin: 0 !important;
	}

	.function-class .elementor-icon-list-item > a:first-child svg {
	/*     width: 28px !important;
			height: 28px !important; */
			display: block !important;
	}

	.function-class .elementor-icon-list-item > a.call,
	.function-class .elementor-icon-list-item > a.sms {
			display: block !important;
			margin: 0 !important;
			padding: 0 !important;
	}

	/* form-design  */

	.seller-form {
			width: 100%;
			padding: 45px 20px 55px;
			background: #f6f7f3;
	}

	.seller-form .e-con-inner {
			width: 100%;
			max-width: 1050px;
			margin: 0 auto;
	}

	.seller-form .wpcf7 {
			width: 100%;
			max-width: 940px;
			margin: 0 auto;
			background: #fff;
			border-radius: 14px;
			overflow: hidden;
			border: 1px solid #e1e5dc;
			box-shadow: 0 8px 30px rgba(0, 0, 0, .07);
	}

	.seller-form .wpcf7::before {
			content: "Get Your Cash Offer";
			display: block;
			padding: 14px 42px;
			background: #2F4D16;
			color: #fff;
			font-family: "Inter", sans-serif;
			font-size: 25px;
			font-weight: 700;
			line-height: 1.3;
			text-align: center;

	}

/* 	.seller-form .wpcf7::after {
			content: "Tell me a little about you and your property. No pressure. No obligation.";
			display: block;
			padding: 20px;
			background: #2F4D16;
			color: rgba(255, 255, 255, .82);
			font-family: "Inter", sans-serif;
			font-size: 13px;
			line-height: 1.5;
			text-align: center;
	} */

	.seller-form form {
			padding: 32px 42px;
		
	}
.seller-form p:nth-last-of-type(2) {
    margin-bottom: 0 !important;
}
    margin-bottom: 0 !important;
}

	.seller-form form>p {
			margin: 0 0 20px;
	}

	.seller-form form>p>label {
			display: block;
			color: #252525;
			font-family: "Inter", sans-serif;
			font-size: 13px;
			font-weight: 600;
			line-height: 1.4;
	}

	.seller-form .wpcf7-form-control-wrap {
			display: block;
			width: 100%;
	}

	.seller-form .wpcf7-form-control:not(.wpcf7-submit) {
			width: 100%;
			height: 47px;
			margin-top: 7px;
			padding: 0 14px;
			border: 1px solid #d8ddd4;
			border-radius: 5px;
			background: #fafbf9;
			color: #222;
			font-family: "Inter", sans-serif;
			font-size: 14px;
			outline: none;
			transition: .2s ease;
	}

	.seller-form .wpcf7-form-control:not(.wpcf7-submit):hover {
			border-color: #b9c3b2;
			background: #fff;
	}

	.seller-form .wpcf7-form-control:not(.wpcf7-submit):focus {
			border-color: #2F4D16;
			background: #fff;
			box-shadow: 0 0 0 3px rgba(47, 77, 22, .07);
	}

	.seller-form input::placeholder,
	.seller-form textarea::placeholder {
			color: #9a9e99;
	}

	.seller-form textarea.wpcf7-form-control {
			height: 105px;
			min-height: 105px;
			padding: 12px 14px !important;
			resize: vertical;
			line-height: 1.5;
	}

	.seller-form select.wpcf7-form-control {
			cursor: pointer;
	}

	.seller-form .wpcf7-submit {
			width: 100%;
			height: 52px;
			margin: 5px 0 0;
			border: 0;
			border-radius: 5px;
			background: #2f4d16;
			color: #fff;
			font-family: "Inter", sans-serif;
			font-size: 15px;
			font-weight: 700;
			letter-spacing: .2px;
			cursor: pointer;
			transition: .25s ease;
	}

	.seller-form .wpcf7-submit:hover {
			background: #d88b17;
			transform: translateY(-1px);
	}

	.seller-form .wpcf7-spinner {
			display: block;
	    margin:0px;
		height:5px;
		width:5px;
	}

	.seller-form .wpcf7-response-output {
			margin: 18px 0 0;
			padding: 12px 14px;
			border-radius: 5px;
			font-family: "Inter", sans-serif;
			font-size: 13px;
	}

	.seller-form .hidden-fields-container,
	.seller-form .screen-reader-response,
	.seller-form .akismet-fields-container {
			display: none !important;
	}




	/* 13-8-26 */


	.sms-btn span {
			color: #fff;
			font-size: 18px;
	}

	.cash-btn.elementor-view-default.elementor-widget.elementor-widget-icon-box {
			margin: auto;
	}

	.header-main p.elementor-icon-box-description {
			font-size: 24px !important;
			line-height: 22px !important;
	}

	.header-main h3 span {
			display: none;
	}

	.footer-sec .verical_line:not(:last-child)::after {
			content: "";
			position: absolute;
			top: 0;
			right: -7px;
			width: 1px;
			height: 100%;
			background: rgba(255, 255, 255, 0.25);
	}

	.footer-sec .verical_line {
			position: relative;
	}


	.Bigfoot-sec-banner h2 {
			display: flex;
			align-items: center;
			justify-content: center;
			gap: 35px;
	}


	.Bigfoot-sec-banner h2::before {
			content: "";
			display: block;
			width: 110px;
			height: 2px;
			background: #285817;
			flex-shrink: 0;
	}

	.Bigfoot-sec-banner h2::after {
			content: "";
			display: block;
			width: 110px;
			height: 2px;
			background: #285817;
			flex-shrink: 0;
	}

	.work-blocks h3 {
			margin: 0;
	}

	.work-blocks .e-con-inner {
			display: flex !important;
			align-items: stretch !important;
			gap: 70px !important;
	}

	.work-blocks .e-con-inner>.e-child {
			flex: 1 1 0 !important;
			width: 0 !important;
			min-width: 0 !important;
			position: relative !important;
			display: flex !important;
			align-items: stretch !important;
	}

	.work-blocks .elementor-widget-icon-box {
			width: 100% !important;
			height: 100% !important;
	}

	.work-blocks .elementor-icon-box-wrapper {
			width: 100% !important;
			height: 100% !important;
			display: grid !important;
			grid-template-columns: 50px minmax(0, 1fr) !important;
			column-gap: 28px !important;
			align-items: start !important;
	}

	.work-blocks .elementor-icon-box-icon {
			width: 50px !important;
			height: 50px !important;
			margin: 0 !important;
			grid-column: 1 !important;
			grid-row: 1 !important;
	}

	.work-blocks .elementor-icon-box-content {
			width: 100% !important;
			min-width: 0 !important;
			margin: 0 !important;
			padding: 0 !important;
			grid-column: 2 !important;
			grid-row: 1 !important;
			display: flex !important;
			flex-direction: column !important;
			align-items: flex-start !important;
	}

	.work-blocks .elementor-icon-box-title {
			width: 100% !important;
			height: 58px !important;
			min-height: 58px !important;
			margin: 0 !important;
			padding: 0 !important;
			display: flex !important;
			align-items: flex-start !important;
			line-height: 1.35 !important;
	}

	.work-blocks .elementor-icon-box-title span {
			display: block !important;
			width: 100% !important;
	}

	.work-blocks .elementor-icon-box-description {
			width: 100% !important;
			margin: 12px 0 0 !important;
			padding: 0 !important;
			line-height: 1.65 !important;
	}




	.work-blocks .e-con-inner>.e-child:last-child .arrow_right {
			display: none !important;
	}




	/* 13-8-26-end */
	#bh-cash-popup {
			position: fixed !important;
			inset: 0 !important;

			width: 100vw !important;
			height: 100vh !important;

			background: rgba(0, 0, 0, 0.78) !important;

			z-index: 99999999 !important;

			display: none !important;

			align-items: center !important;
			justify-content: center !important;

			padding: 15px !important;

			box-sizing: border-box !important;
	}

	#bh-cash-popup.bh-show {
			display: flex !important;
	}


	/* ==============================
		 POPUP BOX
	================================ */

	#bh-cash-popup .bh-popup-box {
			position: relative !important;

			width: 700px !important;
			max-width: 100% !important;

			background: #f7f1e7 !important;

			border: 3px solid #ffffff !important;

			box-shadow: 0 15px 50px rgba(0, 0, 0, .55) !important;

			overflow: hidden !important;

			color: #092017 !important;

			font-family: Arial, Helvetica, sans-serif !important;

			box-sizing: border-box !important;
	}


	/* ==============================
		 CLOSE
	================================ */

	#bh-cash-popup .bh-popup-close {
			position: absolute !important;

			top: 7px !important;
			right: 7px !important;

			width: 29px !important;
			height: 29px !important;

			padding: 0 !important;

			border: 2px solid #ffffff !important;
			border-radius: 50% !important;

			background: #111111 !important;
			color: #ffffff !important;

			font-size: 23px !important;
			line-height: 23px !important;

			cursor: pointer !important;

			z-index: 100 !important;
	}


	/* ==============================
		 LABEL
	================================ */

	#bh-cash-popup .bh-label {
			position: absolute !important;

			top: 6px !important;
			left: 6px !important;

			padding: 3px 7px !important;

			background: #092017 !important;
			color: #ffffff !important;

			font-size: 8px !important;
			font-weight: 800 !important;

			letter-spacing: .6px !important;
	}


	/* ==============================
		 FRONT
	================================ */

	#bh-cash-popup .bh-front {
			position: relative !important;

			text-align: center !important;

			padding: 13px 30px 9px !important;

			border-bottom: 4px solid #ffffff !important;

			box-sizing: border-box !important;
	}

	#bh-cash-popup .bh-buy-title {
			display: flex !important;

			justify-content: center !important;
			align-items: center !important;

			gap: 10px !important;

			margin-bottom: 1px !important;

			font-size: 12px !important;
			font-weight: 800 !important;

			letter-spacing: 2px !important;
	}

	#bh-cash-popup .bh-buy-title span {
			display: block !important;

			width: 30px !important;
			height: 2px !important;

			background: #ed4210 !important;
	}

	#bh-cash-popup .bh-front h2 {
			margin: 0 !important;

			font-size: 50px !important;
			line-height: .95 !important;

			font-weight: 900 !important;

			letter-spacing: 1px !important;

			color: #092017 !important;
	}

	#bh-cash-popup .bh-town {
			margin: 4px 0 !important;

			font-size: 12px !important;

			font-weight: 800 !important;

			letter-spacing: 1.5px !important;
	}

	#bh-cash-popup .bh-call {
			display: inline-block !important;

			padding: 4px 55px !important;

			background: #092017 !important;
			color: #ffffff !important;

			font-size: 12px !important;

			font-weight: 800 !important;

			letter-spacing: 1.5px !important;
	}

	#bh-cash-popup .bh-phone {
			margin: 3px 0 !important;

			color: #ed4210 !important;

			font-size: 51px !important;

			line-height: 1 !important;

			font-weight: 900 !important;

			letter-spacing: 1px !important;
	}

	#bh-cash-popup .bh-divider {
			width: 78% !important;

			height: 1px !important;

			margin: 4px auto !important;

			background: #222222 !important;
	}

	#bh-cash-popup .bh-tagline {
			font-size: 9px !important;

			font-weight: 700 !important;

			font-style: italic !important;
	}

	#bh-cash-popup .bh-tagline strong {
			color: #ed4210 !important;
	}


	/* ==============================
		 BACK
	================================ */

	#bh-cash-popup .bh-back {
			position: relative !important;

			display: grid !important;

			grid-template-columns: 44% 56% !important;
	}


	/* LEFT */

	#bh-cash-popup .bh-letter {
			padding: 14px 22px 11px !important;

			border-right: 1px solid #aaaaaa !important;

			box-sizing: border-box !important;
	}

	#bh-cash-popup .bh-script {
			margin-bottom: 5px !important;

			font-family: "Brush Script MT", cursive !important;

			font-size: 23px !important;
	}

	#bh-cash-popup .bh-letter p {
			margin: 5px 0 !important;

			color: #111111 !important;

			font-size: 8px !important;

			line-height: 1.4 !important;
	}

	#bh-cash-popup .bh-orange {
			color: #ed4210 !important;

			font-weight: 700 !important;
	}

	#bh-cash-popup .bh-ps {
			font-size: 8px !important;

			line-height: 1.4 !important;

			color: #111111 !important;
	}

	#bh-cash-popup .bh-ps span {
			margin-right: 3px !important;

			color: #ed4210 !important;

			font-family: "Brush Script MT", cursive !important;

			font-size: 18px !important;
	}


	/* RIGHT */

	#bh-cash-popup .bh-right {
			padding: 14px 17px 11px !important;

			text-align: center !important;

			box-sizing: border-box !important;
	}

	#bh-cash-popup .bh-anytime {
			display: flex !important;

			align-items: center !important;
			justify-content: center !important;

			gap: 8px !important;

			font-size: 10px !important;

			font-weight: 800 !important;

			letter-spacing: .7px !important;
	}

	#bh-cash-popup .bh-anytime span {
			width: 25px !important;
			height: 2px !important;

			background: #ed4210 !important;
	}

	#bh-cash-popup .bh-back-phone {
			margin: 5px 0 11px !important;

			color: #ed4210 !important;

			font-size: 38px !important;

			line-height: 1 !important;

			font-weight: 900 !important;
	}


	/* ==============================
		 LOGO + SCANNER
	================================ */

	#bh-cash-popup .bh-bottom-content {
			display: flex !important;

			align-items: center !important;

			width: 100% !important;
	}

	#bh-cash-popup .bh-logo-area {
			width: 48% !important;

			padding: 4px 10px !important;

			border-right: 1px solid #aaaaaa !important;

			box-sizing: border-box !important;

			text-align: center !important;
	}

	#bh-cash-popup .bh-logo {
			display: block !important;

			width: 150px !important;

			max-width: 100% !important;

			height: auto !important;

			margin: 0 auto !important;
	}

	#bh-cash-popup .bh-scanner-area {
			width: 52% !important;

			display: flex !important;

			align-items: center !important;

			justify-content: space-around !important;

			padding-left: 7px !important;

			box-sizing: border-box !important;
	}

	#bh-cash-popup .bh-scanner-text {
			text-align: left !important;

			font-family: "Brush Script MT", cursive !important;

			font-size: 13px !important;

			line-height: 1.2 !important;
	}

	#bh-cash-popup .bh-arrow {
			margin: 1px 0 !important;

			color: #ed4210 !important;

			font-family: Arial, sans-serif !important;

			font-size: 23px !important;
	}

	#bh-cash-popup .bh-scanner-text strong {
			display: block !important;

			font-family: Arial, sans-serif !important;

			font-size: 8px !important;
	}

	#bh-cash-popup .bh-scanner {
			display: block !important;

			width: 68px !important;
			height: 68px !important;

			object-fit: contain !important;
	}


	/* ==============================
		 BENEFITS
	================================ */

	#bh-cash-popup .bh-benefits {
			display: flex !important;

			align-items: center !important;
			justify-content: center !important;

			gap: 11px !important;

			padding: 6px 8px !important;

			background: #092017 !important;

			color: #ffffff !important;

			font-size: 9px !important;

			font-weight: 800 !important;

			letter-spacing: .7px !important;

			text-align: center !important;
	}

	#bh-cash-popup .bh-benefits b {
			color: #ed4210 !important;
	}


	/* ==============================
		 CASH BUTTON
	================================ */

	#bh-cash-popup .bh-cash-button {
			display: block !important;

			width: calc(100% - 28px) !important;

			margin: 9px auto 10px !important;

			padding: 10px 12px !important;

			background: #ed4210 !important;

			color: #ffffff !important;

			text-decoration: none !important;

			text-align: center !important;

			font-size: 16px !important;

			font-weight: 900 !important;

			letter-spacing: 1.4px !important;

			border-radius: 2px !important;

			box-sizing: border-box !important;
	}

	#bh-cash-popup .bh-cash-button:hover {
			background: #d83c09 !important;

			color: #ffffff !important;
	}


	/* ==============================
		 MOBILE
	================================ */

	@media (max-width: 767px) {
		.save-jeff-contact a {
    text-align: left;
    margin-left: 0px !important;
}
		.save-jeff-contact p {
    font-size: 16px !important;
}
		.information_text{
		 text-align: center;
			align-items: center;
	}
		.text_jeff {
			font-size: 30px;
	}
	.cash-butn p {
			font-size: 16px !important;
	}
			.save-jeff-contact a {
					margin: auto;
					display: flex;
					justify-content: center;
					width: max-content;
			}

			.seller-form {
					padding: 30px 12px 40px;
			}

			.seller-form .wpcf7 {
					border-radius: 10px;
			}

			.seller-form .wpcf7::before {
					padding: 15px;
					font-size: 20px;
			}

			.seller-form .wpcf7::after {
					padding: 20px;
					font-size: 12px;
			}

			.seller-form form {
					padding: 25px 20px 28px;
			}

			.seller-form form>p {
					margin-bottom: 17px;
			}

			.seller-form .wpcf7-form-control:not(.wpcf7-submit) {
					height: 46px;
					font-size: 14px;
			}

			.seller-form textarea.wpcf7-form-control {
					height: 100px;
					min-height: 100px;
			}

			.seller-form .wpcf7-submit {
					height: 50px;
					font-size: 14px;
			}

			.footer-sec a {
					padding-left: 0px !important;
			}

			.Bigfoot-sec-banner h2::after {
					display: none;
			}

			.Bigfoot-sec-banner h2::before {
					display: none;
			}

			.footer-sec .verical_line:not(:last-child)::after {
					display: none;
			}

			.arrow_right.elementor-view-default.elementor-widget.elementor-widget-icon {
					display: none;
			}

			#bh-cash-popup {
					padding: 10px !important;
			}

			#bh-cash-popup .bh-popup-box {
					width: 100% !important;

					max-width: 500px !important;

					max-height: calc(100vh - 20px) !important;

					overflow-y: auto !important;
			}

			#bh-cash-popup .bh-front {
					padding: 25px 12px 9px !important;
			}

			#bh-cash-popup .bh-front h2 {
					font-size: 34px !important;
			}

			#bh-cash-popup .bh-phone {
					font-size: 34px !important;
			}

			#bh-cash-popup .bh-call {
					padding: 4px 25px !important;
			}

			#bh-cash-popup .bh-back {
					grid-template-columns: 1fr !important;
			}

			#bh-cash-popup .bh-letter {
					border-right: 0 !important;

					border-bottom: 1px solid #aaaaaa !important;
			}

			#bh-cash-popup .bh-logo {
					width: 130px !important;
			}

			#bh-cash-popup .bh-benefits {
					flex-wrap: wrap !important;

					gap: 4px 7px !important;

					font-size: 8px !important;
			}

			#bh-cash-popup .bh-cash-button {
					font-size: 14px !important;
			}

			.work-blocks .e-con-inner {
					display: flex !important;
					flex-direction: column !important;
					gap: 35px !important;
			}

			.work-blocks .e-con-inner>.e-child {
					width: 100% !important;
					flex: none !important;
			}

			.work-blocks .elementor-icon-box-title {
					height: auto !important;
					min-height: 0 !important;
			}

			.work-blocks .elementor-icon-box-description {
					margin-top: 10px !important;
			}

			.work-blocks .arrow_right {
					display: none !important;
			}

			.footer-sec .elementor-widget.elementor-widget-heading {
					margin-left: 0px;
			}

			.footer-sec .elementor-widget-icon-list {
					margin-left: 0px !important;
			}

			.contact-icons .grid_sec {
					grid-template-columns: 1fr !important;
			}

			.contact-icons .grid_sec a {
					color: #0c0c0cc2;
					display: block;
			}

			.footer-sec.e-flex.e-con.e-child {
					grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
			}
	}

	.coloured_text {
			color: #2F4D16;
	}

	.colored {
			color: #6E933D;
	}

	.verical_line:not(:last-child)::before {
			position: absolute;
			content: '';
			right: 20px;
			top: 14px;
			bottom: 14px;
			background: #ffffff3b;
			width: 2px;
			height: calc(100% - 28px);
			left: auto;
			display: none;
	}

	.verical_border:not(:last-child)::before {
			position: absolute;
			content: '';
			right: -10px;
			top: 30px;
			bottom: 14px;
			background: #37561CB2 70%;
			width: 1px;
			height: calc(100% - 50px);
			left: auto;
	}

	.vertical_border:not(:last-child)::before {
			position: absolute;
			content: '';
			right: -10px;
			top: 30px;
			bottom: 14px;
			background: #37561C66 40%;
			width: 1px;
			height: calc(100% - 50px);
			left: auto;
	}

	.verical_border_faqfooter:not(:last-child)::before {
			position: absolute;
			content: '';
			right: -10px;
			top: 17px;
			bottom: 14px;
			background: #37561C66 40%;
			width: 1px;
			height: calc(100% - 22px);
			left: auto;
	}



	/*29july2026*/
	.horiz_line1 {
			position: relative;
			text-align: center;
			display: inline-block;
			font-size: 42px;
			font-weight: 700;

	}

	.horiz_line1::before,
	.horiz_line1::after {
			content: "";
			position: absolute;
			top: 50%;
			width: 90px;
			/* Line length */
			height: 2px;
			/* Line thickness */
			background: #9aa391;
			/* Line color */
			transform: translateY(-50%);
	}

	.horiz_line1::before {
			right: 62%;
	}

	.horiz_line1::after {
			left: 62%;
	}

	/*border horizontal second*/
	.horiz_line2 {
			position: relative;
			text-align: center;
			display: inline-block;
			font-size: 42px;
			font-weight: 700;

	}

	.horiz_line2::before,
	.horiz_line2::after {
			content: "";
			position: absolute;
			top: 50%;
			width: 268px;
			/* Line length */
			height: 2px;
			/* Line thickness */
			background: #9aa391;
			/* Line color */
			transform: translateY(-50%);
	}

	.horiz_line2::before {
			right: 78%;
	}

	.horiz_line2::after {
			left: 78%;
	}

	.horiz_line2 {
			position: relative;
			text-align: center;
			display: inline-block;
			font-size: 42px;
			font-weight: 700;

	}

	.horiz_line3::before,
	.horiz_line3::after {
			content: "";
			position: absolute;
			top: 50%;
			width: 141px;
			/* Line length */
			height: 2px;
			/* Line thickness */
			background: #9aa391;
			/* Line color */
			transform: translateY(-50%);
	}

	.horiz_line3::before {
			right: 73%;
	}

	.horiz_line3::after {
			left: 73%;
	}




	.horiz_line4::before,
	.horiz_line4::after {
			content: "";
			position: absolute;
			top: 50%;
			width: 141px;
			/* Line length */
			height: 2px;
			/* Line thickness */
			background: #9aa391;
			/* Line color */
			transform: translateY(-50%);
	}

	.horiz_line4::before {
			right: 70%;
	}

	.horiz_line4::after {
			left: 70%;
	}

	#big_vertical_border:not(:last-child)::before {
			position: absolute;
			content: '';
			right: -10px;
			top: 10px;
			bottom: 14px;
			background: #FFFFFF1A 10%;
			width: 1px;
			height: calc(100% - 20px);
			left: auto;
	}


	.verical_border_faqfooter:not(:last-child)::before {
			position: absolute;
			content: '';
			right: 0px;
			top: 17px;
			bottom: 14px;
			background: #656565;
			width: 1px;
			height: calc(100% - 22px);
			left: 31rem;
	}

	.horizontl_border:not(:last-child)::before {
			position: absolute;
			content: '';
			right: 15px;
			top: 8.6rem;
			bottom: 0;
			background: #2F4D164D 30%;
			width: auto;
			height: 1px;
			left: 15px;
	}

	.horizontal_border:not(:last-child)::before {
			position: absolute;
			content: '';
			top: 7rem;
			bottom: 0;
			background: #2F4D164D 30%;
			width: 41%;
			height: 1px;
			left: 9rem;
	}

	.verical_border_faqpage:not(:last-child)::before {
			position: absolute;
			content: '';
			right: -10px;
			top: 17px;
			bottom: 14px;
			background: #ffffff5c;
			width: 2px;
			height: calc(100% - 22px);
			left: auto;
	}

	/*end*/

	/*30july2026*/
	span.blacktext {
			color: #0C0C0C
	}

	span.green_text {
			color: #2F4D16;
	}

	span.numberfaq {
			font-size: 60.26px;
			line-height: 60.26px;
			font-family: "Inter";
			font-weight: 500;
			color: #fff;
	}

	.contact-icons .grid_sec a {
			color: #0c0c0cc2;
			display: block;
	}



	/* media-start */
	@media (max-width: 1200px) {
			.verical_line {
					width: 100% !important;
					max-width: 100% !important;
					padding: 0px !important;
			}

			.footer-sec .verical_line:not(:last-child)::after {
					display: none !important;
			}

			.footer-sec.e-flex.e-con.e-child {
					display: grid;
					grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
			}

			.horiz_line2::before,
			.horiz_line2::after {
					display: none;
			}

			.header-main ul {
					display: flex;
					gap: 20px;
					flex-wrap: nowrap;
			}

			.header-main li a {
					font-size: 17px !important;
					margin: 0px !important;
			}
	}




	@media screen and (min-width: 768px) and (max-width: 1024px) {
			.grid_sec {
					display: grid;
					grid-template-columns: 1fr 1fr;
					gap: 20px;
			}


			.verical_line:not(:last-child)::before {
					display: none;
			}

			.vertical_border:not(:last-child)::before {
					display: none;
			}

			.verical_border:not(:last-child)::before {
					display: none;
			}


			.horiz_line2 {
					display: none;
			}

			.horiz_line3 {
					display: none;
			}

			.horiz_line4 {
					display: none;
			}

			.verical_border_faqfooter:not(:last-child)::before {
					display: none;
			}

			.verical_border_faq:not(:last-child)::before {
					display: none;
			}

			.horizontal_border:not(:last-child)::before {
					display: none;
			}

			.horizontl_border:not(:last-child)::before {
					display: none;
			}
			span.numberfaq {
			font-size: 30px;
			line-height: 30px;
			font-family: "Inter";
			font-weight: 500;
			color: #fff;
	}

		.heading-line .elementor-heading-title::after {
			content: "";
			position: absolute;
			bottom: -8px;
			left: 50%;
			transform: translateX(-50%);
			width: 50%;
			height: 2px;
			background: currentColor;
	}

	}

	@media (max-width: 1024px) {
/* .faq-banner.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    background: #d9d9d9;
} */

			.toogle-padding {
					padding: 0px !important;
			}


			.tab-header .e-con-inner {
					justify-content: space-between !important;
			}

			.work-blocks .e-con-inner {
					gap: 45px !important;
			}

			.work-blocks .elementor-icon-box-wrapper {
					column-gap: 18px !important;
			}

			.work-blocks .arrow_right {
					right: -32px !important;
			}

			.icon-logo-bar.e-flex.e-con.e-child {
					display: grid;
					grid-template-columns: 1fr 1fr;
					gap: 20px;
			}

			.header-btn p a {
					font-size: 21px;
			}

			.header-btn h3 a {
					font-size: 16px !important;
			}
	}

	@media (min-width: 1024px) {

			.seller-form form {
					display: grid;
					grid-template-columns: 1fr 1fr;
					column-gap: 28px;
			}

			.seller-form form>p:nth-of-type(8),
			.seller-form form>p:nth-of-type(9),
			.seller-form .wpcf7-response-output {
					grid-column: 1 / -1;
			}

			.seller-form form>p:nth-of-type(8) {
					margin-top: 2px;
			}
	}

	@media screen and (max-width: 768px) {
		.big-text {
    font-size: 20px;
}
  .mob-footer-text .elementor-icon-list-item:first-child .elementor-icon-list-icon svg {
    width: 17px;
    height: 17px;
}
			.contact-icons .elementor-icon-box-wrapper {
					flex-direction: row !important;
					gap: 20px !important;
			}

			.contact-icons .elementor-icon-box-wrapper * {
					text-align: left;
			}



			.grid_sec {
					display: grid;
					grid-template-columns: 1fr 1fr;
					gap: 20px;
			}

			.verical_line:not(:last-child)::before {
					display: none !important;
			}

			.vertical_border:not(:last-child)::before {
					display: none !important;
			}

			.verical_border:not(:last-child)::before {
					display: none;
			}

			.horiz_line1 {
					display: none;
			}

			.horiz_line2 {
					display: none;
			}

			.horiz_line3 {
					display: none;
			}

			.horiz_line4 {
					display: none;
			}

			.verical_border_faqfooter:not(:last-child)::before {
					display: none;
			}

			.verical_border_faq:not(:last-child)::before {
					display: none;
			}

			.horizontal_border:not(:last-child)::before {
					display: none;
			}

			.horizontl_border:not(:last-child)::before {
					display: none;
			}


			.herobg {

					position: relative;
			}

			.herobg:before {
					content: "";
					background: #9d9d9d;
			}

			.contact-icons .elementor-icon-box-wrapper h3.elementor-icon-box-title {
					font-size: 18px !important;
					margin-top: -3px !important;
			}

			.contact-icons .elementor-icon-box-wrapper h3.elementor-icon-box-title a {
					font-size: 17px !important;
			}

			.home-grid-box div {
					margin-bottom: 20px !important;
			}

			.home-grid-box {
					display: block !important;
			}

			.footer-sec.e-flex.e-con.e-child {
					grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
			}

		span.numberfaq {
			font-size: 30px;
			line-height: 30px;
			font-family: "Inter";
			font-weight: 500;
			color: #fff;
	}
	.verical_border_faqpage:not(:last-child)::before {
			display:none;
	}

			.privacy_policy {
					padding: 35px 12px;
			}

			.privacy_policy > .e-con-inner {
					padding: 30px 22px;
					border-radius: 12px;
			}

			.privacy_policy h1 {
					font-size: 31px;
			}

			.privacy_policy h2 {
					font-size: 22px;
					margin-top: 35px;
			}

			.privacy_policy h3,
			.privacy_policy h4,
			.privacy_policy h5 {
					font-size: 17px;
			}

			.privacy_policy p,
			.privacy_policy li {
					font-size: 15px;
					line-height: 1.7;
			}

			.privacy {
					padding: 42px 20px 55px;
			}

			.privacy > h2 {
					font-size: 40px;
					letter-spacing: -1px;
			}

			.privacy > h2 + p {
					font-size: 14px;
			}

			.privacy > h2 + p + p {
					margin-bottom: 35px;
					font-size: 12px;
					padding: 20px;
			}

			.privacy p {
					font-size: 14px;
					line-height: 1.7;
			}

			.privacy .privacy-section-title {
					margin-top: 33px;
					padding-left: 14px;
					font-size: 18px;
			}

			.privacy .privacy-section-title::before {
					width: 3px;
					height: 23px;
			}

			.privacy h5 {
					font-size: 15px;
			}

			.privacy ul li {
					font-size: 14px;
			}

			.privacy .content-block {
					margin-top: 28px;
			}

			.privacy .content-block-content {
					padding: 27px;
			}

			.privacy .content-block-title {
					font-size: 23px;
			}

			.privacy .content-block-subtitle {
					margin-bottom: 23px;
			}

			.privacy .content-block-details {
					grid-template-columns: 1fr;
			}

			.privacy .content-block-details a {
					padding: 20px 10px;
					border-right: none !important;
					border-bottom: 1px solid #E4E8E1;
			}

			.privacy .content-block-details a:last-child {
					border-bottom: none;
			}
	}

	/*end*/