/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/* 	ibad new css start */

textarea, .button:hover, button:hover, input, select {
	box-shadow: none !important;
}

.seal {
	position: absolute;
	top: -40px;
	right: -30px;
}

.seal img {
	animation: blinker 1s linear 0s infinite normal none running;
}
.headNewWrap3 {
	position: relative;
	font-family: 'Zilla Slab', serif;
	font-weight: 600;
	font-size: 37px;
	line-height: 1.2;
}
.headNewWrap3:before {
	content: '';
	position: absolute;
	background: white;
	left: -16px;
	top: 0;
	height: 100%;
	width: 60px;
	border-radius: 50px;
	z-index: -1;
	box-shadow: -5px 0 0px 1px #e69b27;
}
.headNewWrap4 {
	position: relative;
	font-size: 32px;
	font-family: 'Zilla Slab', serif;
	font-weight: 600;
	width: fit-content;
	margin: auto;
}
.headNewWrap4:before {
	content: '';
	position: absolute;
	background: #e69b27;
	left: 0px;
	top: 0;
	height: 100%;
	width: 50px;
	border-radius: 50px;
	z-index: -1;
	box-shadow: -3px 0 0px 1px #f8f8f8;
}

.spanColorNew {
	color: #e69b27;
}

.spanBlock {
	display: block;
}

.btnNew1:before, .btnNew2:before {
	background: #e79b23ab;
	content: '';
	height: 80%;
	width: 100px;
	position: absolute;
	right: -7px;
	bottom: -7px;
	z-index: -1;
}

.btnNew1, .btnNew2 {
	font-size: 18px;
	font-weight: 600;
	padding: 1px 22px;
}
/* .btnNew2:focus-visible {
box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
}
.btnNew1:focus-visible {
box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
} */

.btnNew1 {
	background: #393939;
}
.btnNew1:hover {
	background: #fff;
	color: #212529 !important;
}
.btnNew2 {
	background: #e69b27;
}
.btnNew2:hover {
	background: #23272b;
}

/* header css */

.header-main .html a, .header-button a {
	font-size: 18px;
	background-color: #e69b27;
	cursor: pointer;
	font-weight: 600;
	color: #fff !important;
	padding: 9px 26px;
}

.header-main .html a:hover, .header-button a:hover {
	background: #000000;
}

.header-button a:before {
	background: #e79b23ab;
	content: '';
	height: 80%;
	width: 100px;
	position: absolute;
	right: -7px;
	bottom: -7px;
	z-index: -1;
}

/* hero started */

.heroNew {
	padding-top: 70px !important;
}

.heroNew h1 {
	font-size: 60px;
	line-height: 0.9;
	margin-bottom: 17px;
	text-transform: uppercase;
}

.heroNew ul li:before {
	background: #e79b23;
	position: absolute;
	left: 0;
	content: "";
	padding: 5px;
	border-radius: 50px;
	top: 0;
	bottom: 0;
	height: fit-content;
	margin: auto;
}

.heroNew .large-7 img {
	background: #fff;
	padding: 17px 19px;
	margin-top: 15px;
}

.heroNew ul li {
	font-size: 20px;
	margin-bottom: 11px;
	list-style: none;
	position: relative;
	margin-left: 0 !important;
	padding-left: 19px;
}

.heroNew .section-content strong:last-child {
	color: #313131;
	text-align: center;
	font-size: 34px;
	display: block;
}
.formCol h3 {
	margin-bottom: 0;
	font-size: 30px;
}
.formCol .wpcf7 {
	display: block !important;
}
.formCol p:has(.wpcf7-submit) {
	width: fit-content;
	position: relative;
}
.formCol p:has(.wpcf7-submit):before {
	content: '';
	height: 80%;
	width: 100px;
	position: absolute;
	background: #000;
	left: -7px;
	top: -7px;
	z-index: -1;
}
.formCol .wpcf7-form p {
	font-size: 13px !important; 
}
.formCol .wpcf7-form textarea {
	color: #a3a3a3;
	resize: none;
	min-height: auto !important;
	height: 90px;
}
.formCol .wpcf7-spinner {
	position: absolute;
}
.formCol .wpcf7-submit {
	font-size: 18px;
	font-weight: 600;
	color: #000 !important;
	margin-bottom: 0;
	margin-right: 0;
}
.formCol .wpcf7-submit:hover {
	color: #fff !important;
}
.formCol p:has(.wpcf7-submit):after {
	content: '';
	height: 80%;
	width: 100px;
	position: absolute;
	background: #000;
	right: -7px;
	bottom: -7px;
	z-index: -1;
}
.formCol .col-inner h3 + p {
	font-size: 13px;
	font-weight: 600;
}
.heroNew .formCol .col-inner {
	background: url('/wp-content/uploads/2026/04/banner-form-bg.webp') no-repeat;
	height: 578px;
	width: 456px;
	padding: 70px 40px 0;
	z-index: 1;
	float: right;
}
.heroNew .formInputs, .heroNew .formTextarea {
	flex-basis: 100% !important;
	max-width: 100% !important;
}
.heroNew .formContainer {
	flex-direction: column;
	gap: 0;
}

/* 	stat css */
.statSecNew:before {
	content: '';
	background: url(/wp-content/uploads/2026/04/statimg.webp) no-repeat;
	width: 587px;
	background-size: contain;
	position: absolute;
	left: -170px;
	top: 0;
	z-index: 9;
	height: 390px;
	bottom: 0;
	margin: auto;
}
.statWrap {
	display: flex;
	justify-content: space-between;
}
.statWrap p {
	text-transform: capitalize;
	max-width: 130px;
	text-align: center;
	line-height: 1.4;
	font-size: 18px;
	margin: auto;
}
.statWrap div {
	text-align: center;
}
.statWrap span {
	text-transform: capitalize;
	font-size: 80px;
	color: #e69b27;
	font-weight: 600;
	text-align: center;
}

/* 	cta css */
.ctaSecNew {
	padding-top: 48px !important;
}
.ctaRowNew h2 {
	font-family: 'Zilla Slab', serif;
	font-weight: 300;
	font-size: 52px;
	margin-bottom: 7px;
}
.ctaRowNew p {
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 25px;
}
.ctaRowNew .btnNew1 {
	background: black;
}
.ctaRowNew .btnNew1:hover {
	background: #fff;
	color: black;
}

/* leading css */

.leadingNewSec {
	overflow: hidden;
	padding-top: 60px !important;
}
.leadingNewSec:before {
	content: '';
	background: url(/wp-content/uploads/2026/04/vectornewlead.webp) no-repeat;
	height: 213px;
	width: 215px;
	position: absolute;
	left: -30px;
	background-size: contain;
	bottom: -100px;
}
.leadingNewSec:after {
	content: '';
	background: url(/wp-content/uploads/2026/04/leadafter.webp) no-repeat;
	height: 437px;
	width: 376px;
	position: absolute;
	z-index: 9;
	right: -30px;
	top: -70px;
}

/* hassale sec */
.hassleSec {
	padding-top: 70px !important;
}
.hassleSec:after {
	content: '';
	background: url(/wp-content/uploads/2026/04/hasslevector.webp) no-repeat;
	height: 718px;
	width: 1320px;
	position: absolute;
	right: -350px;
	top: -60px;
}
.hassleWrap {
	background: #f5f6fa;
	position: relative;
	padding-top: 40px;
	height: 360px;
}
.hassleWrap:before {
	content: '';
	background: url(/wp-content/uploads/2026/04/hassleimg.webp) no-repeat;
	position: absolute;
	left: -60px;
	top: -20px;
	height: 499px;
	width: 332px;
	background-size: 85%;
}
.hassleWrap:after {
	content: '';
	background: url(/wp-content/uploads/2026/04/hassleafter.webp) no-repeat;
	position: absolute;
	right: -20px;
	bottom: -70px;
	height: 129px;
	width: 130px;
}
.hassleWrap ul {
	padding-left: 190px;
}
.hassleWrap ul li {
	margin-bottom: 10px;
	list-style: none;
	position: relative;
	font-size: 15px;
	font-weight: 600;
	margin-left: 0;
	padding-left: 38px;
}
.hassleWrap ul li:before {
	position: absolute;
	content: "";
	background: url(/wp-content/uploads/2026/04/iconnew.png) left center no-repeat;
	background-size: contain;
	width: 30px;
	height: 20px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.hassleSec .large-5 p {
	font-size: 16px;
	color: #515259;
	line-height: 26px;
	width: 80%;
	margin-left: 40px;
}
.hassleSec .btnNew1 {
	margin-left: 40px;
}

/* 	get book sec */
.getBookSec .seal {
	top: 60px;
	right: -20px;
}

/* footer css */

#footer .container {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
}

#footer .footer-primary {
	flex-basis: 50%;
	max-width: 50%;
}

#footer .footer-secondary {
	flex-basis: 50%;
	max-width: 50%;
	text-align: end;
}

#footer .footer-secondary a {
	margin-left: 10px;
	color: #fff;
}

#footer .absolute-footer a:hover, #footer .footer-secondary a:hover {
	text-decoration: underline;
}

#footer .absolute-footer, #footer .absolute-footer a {
	color: #fff;
}

.absolute-footer {
	padding-bottom: 0;
	  margin-bottom: -5px;
}

/* 	keyframes */

@keyframes blinker {
	0% {
		opacity: 1;
	}

	49% {
		opacity: 1;
	}

	60% {
		opacity: 0;
	}

	99% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* 	media queries */

@media (max-width: 1240px) {
	.statSecNew:before {
		width: 487px;
	}
}
@media (max-width: 1024px) {
	.ctaRowNew h2 {
		font-size: 36px;
	}
	.statWrap span {
		font-size: 58px;
	}
}
@media (max-width: 992px) {
	.heroNew h1 {
		font-size: 42px;
	}
	.contentCol h2 {
		font-size: 42px;
	}
	.headNewWrap2 {
		font-size: 38px !important;
	}
	.statSecNew .large-8 {
		max-width: 100%;
		flex-basis: 100%;
	}
	.statSecNew:before {
		display: none;
	}
}

@media (max-width: 849px) {
	.heroNew .large-7 .col-inner {
		text-align: center;
	}
	.statSecNew {
		padding-top: 20px !important;
		padding-bottom: 10px !important;
	}
	.statWrap p {
		max-width: 100%;
	}
	.OurBookSec .reviewInnerRow strong span {
		display: inline !important;
	}
	.getBookSec .seal img, .headNewWrap2:before, .hassleWrap:after, .hassleWrap ul li:before, .leadingNewSec:after, .leadingNewSec:before, .headNewWrap3:before, .headNewWrap4:before {
		display: none;
	}
	.statSecNew .section-bg img {
		object-position: 100% 50%;
	}
	.hassleWrap ul li {
		text-align: center;
		font-size: 14px;
		padding-left: 0;
	}
	.formCol p:has(.wpcf7-submit) {
		margin: auto;
	}
	.heroNew .formCol .col-inner {
		height: auto;
		background: #ba7438;
		float: none;
		width: 100%;
		padding: 50px 20px 30px;
	}
	.heroNew ul li {
		display: inline-block;
	}
	.header-main .html a {
		font-size: 16px;
		padding: 5px 23px;
	}
	.heroNew h1 {
		font-size: 48px;
	}
	div.stuck #logo img {
		max-height: 60px !important;
	}
	div.stuck .header-main {
		height: 70px !important;
	}
	.header-wrapper .medium-logo-left .flex-right {
		flex: 3 1 0;
	}
	.spanBlock {
		display: inline;
	}
	.heroNew {
		padding-top: 40px !important;
	}
	.hassleWrap ul {
		padding-left: 0;
		margin: 0;
	}
	.hassleWrap:before {
		position: relative;
		display: table;
		height: 270px;
		background-position: 100% 80%;
		left: 0;
	}
	.hassleWrap {
		background: transparent;
		height: auto;
		padding: 0;
	}
	.headNewWrap2 {
		font-size: 34px !important;
	}
	.reviewInnerRow .col-inner, .getBookSec .col-inner {
		text-align: center;
	}
	.statWrap {
		flex-wrap: wrap;
	}
	.statWrap div {
		flex-basis: 50%;
		max-width: 50%;
	}
	.hassleSec .btnNew1 {
		margin-left: 0;
	}
	.hassleSec {
		padding-top: 40px !important;
	}
	.leadingNewSec {
		padding-top: 40px !important;
		padding-bottom: 0 !important;
	}
	.hassleSec .large-5 .col-inner {
		text-align: center;
	}
	.hassleSec .large-5 p {
		margin-left: 0;
		width: 100%;
		margin-top: -24px;
	}
	.ctaRowNew p {
		font-size: 19px;
		line-height: 1.4;
	}
	.heroNew .section-content strong:last-child {
		line-height: 1.3;
		font-size: 24px;
	}
	.ctaSecNew {
		padding-top: 38px !important;
		padding-bottom: 10px !important;
	}
}

@media (max-width: 549px) {
	.contactFormCol .seal {
		right: -6px !important;
	}
	.seal {
		right: -10px;
	}
	.statWrap div {
		flex-basis: 100%;
		max-width: 100%;
	}
	.statWrap p {
		font-size: 16px;
	}
	.hassleWrap:before {
		background-position: 40% 80%;
	}
	.headNewWrap4 {
		font-size: 22px;
	}
	.headNewWrap3 {
		font-size: 26px;
	}
	.ctaSecNew .btnNew1, .ctaSecNew .btnNew2 {
		padding: 1px 18px;
	}
	.header-button a, .btnNew1, .btnNew2 {
		font-size: 16px;
	}
	.ctaRowNew h2 {
		font-size: 28px;
	}
	.headNewWrap2 {
		font-size: 24px !important;
	}
	.formCol h3 {
		font-size: 18px;
	}
	.heroNew .section-content strong:last-child {
		line-height: 1.3;
		font-size: 20px;
	}
	.formCol .wpcf7-submit {
		font-size: 16px;
	}
	.heroNew h1 {
		font-size: 32px;
	}
	.seal img {
		max-width: 80px;
	}
	.heroNew ul li {
		font-size: 15px;
	}
}



/* noman new style */

/* Reviews Clients start */

.headNewWrap{
	position: relative;
	font-weight: 600;
	display: table;
	margin: 0 auto 30px;
	text-align: center;
	font-size: 32px !important;
	width: fit-content;
	font-family: 'Zilla Slab', serif !important;
	line-height: 1.3 !important;
}

.headNewWrap span {
	display: block;
}

.headNewWrap .spanWrap{
	font-size: 28px;
	display: block;
}

.headNewWrap::before {
	content: '';
	position: absolute;
	background: #e69b27;
	left: 80px;
	top: 0;
	height: 100%;
	width: 40px;
	border-radius: 50px;
	z-index: -1;
	box-shadow: -3px 0 0px 1px #f8f8f8;
}

.reviewInnerRow {
	opacity: 1 !important;
	margin-left: 0 !important;
	margin-right: 0 !important; 
}
.reviewSec{
	padding-top: 80px !important;
	padding-bottom: 80px !important;
	position: relative;
}

.reviewSec::before{
	content: '';
	background: url("/wp-content/uploads/2026/04/tes-before.png") no-repeat;
	position: absolute;
	left: 20px;
	top: 40px;
	height: 277px;
	width: 279px;
}

.reviewSec::after {
	position: absolute;
	content: '';
	background: url("/wp-content/uploads/2026/04/tes-vector.png") no-repeat;
	height: 196px;
	width: 271px;
	right: 0;
	bottom: 60px;
	z-index: 9;
}

.reviewSec .flickity-viewport{
	position: relative;
	padding-top: 10px;
	height: 260px !important;
}

.reviewSec .flickity-button{
	opacity: 1 !important;
	position: absolute;
	bottom: -50px;
	content: "";
	top: auto;
	width: 60px;
	display: block !important;
	/* 	z-index: -1; */
}

.reviewSec .previous {
	background: url(/wp-content/uploads/2026/04/owl-arrow-prev.png) left center no-repeat !important;
	background-size: 50px !important;
	margin-right: 0px !important;
	transform: none;
	right: 50% !important;
	left: auto;
}
.reviewSec .next {
	background: url(/wp-content/uploads/2026/04/owl-arrow-next.png) right center no-repeat !important;
	background-size: 50px !important;
	margin-left: 0px !important;
	transform: none;
	left: 50% !important;
	right: auto;
}

/* .reviewSec .previous:before {
content: '';
height: 67px;
width: 67px;
background: #faf4eb;
position: absolute;
border-radius: 50%;
top: -24px;
left: auto;
right: -28px;
margin: auto;
z-index: -1;
} */

.reviewSec .loading-spin{
	display: block !important;
	position: relative;
	animation: none;
	border: none !important;
	height: 67px;
	width: 67px;
	background: #faf4eb;
	z-index: -2;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 3px;
}

.reviewSec .flickity-button-icon{
	display: none !important;	
}

.reviewInnerRow .col{
	padding-left: 10px;
	padding-right: 10px;
}

.reviewInnerRow .col .col-inner{
	background: white;
	box-shadow: 0 0 5px #ccccccb3;
	padding: 17px 16px;
	height: 200px !important;

}

.reviewInnerRow .col .col-inner p{
	font-size: 14px;
	color: #9b9b9b;
}

.reviewInnerRow .col .col-inner strong{
	font-size: 15px;
	color: #000000;
	font-weight: 600;
	margin: 0;
}
/* Reviews Clients end */

/* OurBookSec start */

.OurBookSec{
	position: relative;
}

.OurBookSec:before {
	content: '';
	background: url("/wp-content/uploads/2026/04/process-before.png") no-repeat;
	height: 717px;
	width: 880px;
	position: absolute;
	left: 0;
	top: 0;
}

.ourBookContent p{
	font-size: 17px;
	color: #515259;
	font-weight: 400;
	max-width: 900px;
	margin: auto;
	text-align: center;
	line-height: 25px;
}

.reviewSpanWrap {
	background: #e69b27;
	display: inline-block;
	color: #754618;
	font-size: 12px;
	letter-spacing: 6px;
	padding: 5px 10px;
	border-radius: 20px;
	margin: 0 0 15px;
	font-weight: 500;
}
.reviewContentRow> .col{
	padding-bottom: 0;
}

.OurBookSec .reviewInnerRow strong {
	font-size: 24px !important;
	font-family: 'Zilla Slab', serif;
	font-weight: 500 !important;
	line-height: 25px;
	margin: 0 0 10px ! IMPORTANT;
	display: block;
}

.OurBookSec .reviewInnerRow strong span{
	display: block;
}

.OurBookSec .reviewInnerRow .col .col-inner{
	box-shadow: none;
	padding: 22px 0px;
	border-top: 3px solid #19161c;
	border-bottom: 3px solid #19161c;
	overflow: hidden;
	height: 230px !important;
}

.OurBookSec .reviewInnerRow .col .col-inner p{
	font-size: 13px;
	color: #515259;
	margin: 0;
	height: 83px;
	overflow-x: auto;
}

.OurBookSec .flickity-button{
	bottom: -54px !important;
}

.OurBookSec .loading-spin {
	bottom: -2px;
}

.OurBookSec .reviewInnerRow .col{
	padding-left: 13px;
	padding-right: 13px;
}

.OurBookSec:after{
	display: none;	
}

/* OurBookSec end */


@media(max-width:1440px){
	.reviewSec::before{
		height: 150px;
		width: 200px;
	}
	.OurBookSec::before{
		height: 717px;
		width: 880px;
	}
}

@media(max-width:1280px){
	.reviewInnerRow .col .col-inner p{
		height: 117px;
		overflow-x: auto;
		padding-right: 20px;
	}
	.OurBookSec .reviewInnerRow .col .col-inner p{
		height: 64px;
	}
	.OurBookSec::before{
		display: block !important;
	}
}

@media (max-width: 992px) {
	.reviewSec::before {
		display: none;
	}
	.headNewWrap::before{
		display :none;	
	}
}

@media (max-width: 849px) {
	.OurBookSec .reviewInnerRow .col .col-inner {
		background: transparent;
	}
	#footer .container {
		flex-direction: column-reverse;
	}
	.reviewSec {
		padding-top: 40px !important;
		padding-bottom: 0px !important;
	}
}

@media (max-width: 640px) {
	.OurBookSec .reviewInnerRow strong {
		font-size :20px;
	}
	.headNewWrap .spanWrap{
		font-size: 20px;
	}
	.reviewSec::after{
		height: 210px;
		width: 168px;
		background-size: 100%;
	}
	.headNewWrap {
		font-size: 28px !important;
	}
}

@media (max-width: 430px){
	.reviewSec::after{
		height: 182px;
		width: 120px;
	}
}

/* ahad */


.headNewWrap2 {
	position: relative;
	font-family: 'Zilla Slab', serif;
	font-weight: 300;
	font-size: 46px;
	line-height: 0.94;
	max-width: 600px;
	width: 100%;
}
.headNewWrap2:before {
	content: '';
	position: absolute;
	background: #000;
	left: 0;
	top: 0;
	height: 86%;
	width: 50px;
	border-radius: 50px;
	z-index: -1;
	box-shadow: -7px 0 0 5px #e69b27;
	bottom: 0;
	margin: auto;
}

/* get book css */

.getBookSec {
	padding-top: 50px !important;
}


/* Contact Us Amazon Section Start */

.contactNewSec {
	padding-top: 80px !important;
}

.contentCol h2 {
	color: white;
	font-size: 44px;
	font-weight: 700;
	margin-bottom: 5px;
	line-height: 1.1;
}

.contentCol .lineBreaks{
	display: block;
}

.contentCol h3 {
	font-weight: 300;
	color: white;
	font-size: 26px;
	margin-bottom: 5px;
}

.contentCol p {
	font-size: 15px;
	color: white;
	width: 83%;
	line-height: 1.4;

}

.contactFormCol .col-inner {
	background: #f2e4d7e0;
	padding: 25px 25px 10px 25px;
	border-radius: 30px 30px 0 30px;
}

.contactFormCol h4 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 4px;
}

.contactFormCol p {
	font-size: 13px;
	color: #7a7a7a !important;
	width: 100%;
}

.formContainer{
	display: flex;
	gap: 10px;
}

.formContainer .formInputs{
	-webkit-box-flex: 0;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.formContainer .formTextarea{
	-webkit-box-flex: 0;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.formContainer input{
	border-radius: 0;
	font-size: 12px;
	color: #a3a3a3 !important;
	/* font-weight: 500; */
	margin: 0 0 9px;
	height: 41px;
	border: 0;
}

.formContainer textarea{
	resize: none;
	height: 140px;
	color: #a3a3a3 !important;
}

.contactFormCol .wpcf7-submit{
	background: #e69b27;
	font-size: 15px;
	padding: 1px 20px;
	border-radius: 20px 20px 0;
	text-transform: capitalize;
	color: #000;
	font-weight: 600;
	margin: 0;
}

.contactFormCol .wpcf7-submit:before {
	background: #e79b23ab;
	content: '';
	height: 80%;
	width: 100px;
	position: absolute;
	right: -7px;
	bottom: -7px;
	z-index: -1;
}

.contentCol .btnNew1{
	background: #ffffff;
	font-size: 15px;
	padding: 1px 22px;
	border-radius: 20px 20px 0;
	color: #000;
}

.contentCol .btnNew1:before {
	background: #e79b23ab;
	content: '';
	height: 80%;
	width: 100px;
	position: absolute;
	right: -7px;
	bottom: -7px;
	z-index: -1;
}

.contentCol .btnNew1:hover{
	background: #000;
	color: #fff !important;
}

.formInputs .wpcf7-not-valid-tip{
	background: transparent;
}

.formInputs .wpcf7-not-valid-tip:after{
	display: none;
}

.contactFormCol .wpcf7-response-output{
	font-size: 13px;
	text-align: center;
	border: 1px solid #e69b27 !important;
	margin: 25px 5px !important;
	padding: 10px;
}

.contactFormCol .seal {
	position: absolute;
	top: -40px;
	right: -45px;
}

.contactNewSec {
	padding: 70px 0 50px 0 !important;
}

@media(max-width: 849px){
	#footer .footer-primary, #footer .footer-secondary {
		flex-basis: 100%;
		max-width: 100%;
		padding-bottom: 0;
	}
	.contentCol .col-inner{
		text-align: center !important;
	}
	.contentCol{
		margin: auto;
	}
	.contactFormCol{
		text-align: center;
		justify-content: center;
		margin: auto;
	}
	.contentCol h2 {
		font-size: 30px;
	}

	.contentCol .lineBreaks{
		display: inline;
	}

	.contactFormCol .col-inner {
		padding: 23px 25px 10px 25px;
	}

	.contentCol h3 {
		font-size: 22px;
	}

	.contentCol p {
		font-size: 14px;
		width: 100%;
	}

	.formContainer{
		flex-wrap: wrap;
		gap: 0px;
	}

	.formContainer .formInputs{
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.formContainer .formTextarea{
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.formContainer textarea {
		font-size: 13px;
	}

	.contactNewSec {
		padding: 50px 0 50px 0 !important;
	}
}

@media(max-width: 549px){
	.absolute-footer {
		font-size: 13px;
		margin-bottom: -10px;
	}
	.statWrap span {
		font-size: 38px !important;
	}
	.contentCol h2 {
		font-size: 28px;
	}

	.contentCol .lineBreaks{
		display: inline;
	}

	.contentCol h3 {
		font-size: 20px;
	}

	.contentCol p {
		font-size: 14px;
		width: 100%;
	}

	.formContainer{
		flex-wrap: wrap;
		gap: 0px;
	}

	.formContainer .formInputs{
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.formContainer .formTextarea{
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.formContainer textarea {
		font-size: 13px;
	}

	.contactNewSec {
		padding: 50px 0 20px 0 !important;
	}

	.contactFormCol h4 {
		font-size: 28px;
	}	

	.contactFormCol .wpcf7-response-output{
		padding: 7px;
	}
}

/* Contact Us Amazon Section End */
