@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.container {
	max-width: 1300px;
}

body {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	font-style: normal;
}

.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}

.f-left {
	float: left
}

.f-right {
	float: right
}

.fix {
	overflow: hidden
}

a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	text-decoration: none;
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none;
}

a,
button {
	color: #1696e7;
	outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: none;
	box-shadow: none;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #325691;
	margin-top: 0px;
	font-style: normal;
	font-weight: 600;
	text-transform: normal;
}

*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}

*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}


.main-header {
	width: 100%;
	top: 0;
	z-index: 9;
	/* position: absolute; */
	background: rgb(255 255 255 / 88%);
	box-shadow: 0px 0px 20px rgb(0 0 0 / 11%);
}

.header-area {
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo {
	display: block;
}

.logo img {

	width: 100%;

	max-width: 180px;
}

.logo a {
	display: block;
	height: auto;
	padding: 15px 0;
	width: 100%;
	text-align: center;
	max-width: 270px;
	margin: auto;
}

.header-right a {
	color: var(--theme-color);
	font-weight: 600;
}

.header-right .step-call {
	align-items: center;
	background: linear-gradient(-180deg, #fff, #005c5f2e);
	border: none;
	border-radius: 4px;
	box-shadow: 0 0 0 1px #005c5f;
	color: var(--theme-color);
	display: flex;
	font-size: 18px;
	line-height: 24px;
	min-width: 100px;
	padding: 10px 18px;
	text-decoration: none;
	font-weight: 700;
}

.header-right .step-call:hover {
	align-items: center;
	background: linear-gradient(359deg, #fff, #005c5f2e);
	border: none;
}

.header-right .step-call img {
	height: 20px;
	margin-right: 8px;
	width: 20px;
	opacity: .8;
}

.theme-overlay {
	position: relative
}

.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}

.separator {
	border-top: 1px solid #f2f2f2
}

.hero-section {
	padding: 90px 0;
	background: url(../img/hero-banner.jpg);
	background-size: cover;
	background-position: left;
	/* background-attachment: fixed; */
	min-height: 70vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.hero-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 52%;
	bottom: 0px;
	background: #ffeaeb;
	background-size: 50%;
}

.feature-area {
	padding: 90px 0;
}

/* button style */
.s-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	background-color: #ffc107;
	padding: 1rem 2.5rem;
	margin-right: 0;
	border-radius: 45px;
	border: none;
	color: #000000;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	outline: 0;
}

.s-btn::before {
	background: #fff;
	content: "";
	height: 100px;
	opacity: 0;
	position: absolute;
	top: -20px;
	transform: rotate(35deg);
	width: 30px;
	transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.s-btn::after {
	background: #fff;
	content: "";
	height: 100px;
	opacity: 0;
	position: absolute;
	top: -10px;
	transform: rotate(35deg);
	transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
	width: 30px;
}

.s-btn:hover,
.s-btn:active {
	transform: translateY(-3px);
	color: #fff;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

.s-btn span {
	z-index: 20;
}

/* button style */

.slider-content {
	max-width: 500px;
}

.slider-content h2 {
	font-size: 30px;
	color: #212121;
	line-height: 1.4;
	margin-bottom: 15px;
	font-weight: 800;
}

.slider-content h2 span {
	color: #c52830;
	display: block;
	font-size: 45px;
}

.slider-content p {
	color: #000000;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
}

.slider-content p.btn-note {
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 0;
}

.btn-note {
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 0;
}

.slider-btn .btn-wrapper .theme-btn.style2 {
	font-size: 18px;
}

.slider-btn .btn-wrapper .theme-btn.style2 svg {
	width: 35px;
}

.feature-area {
	padding: 0;
}

.feature-area .container {
	background: #fff;
	margin-top: -80px;
	position: relative;
	padding: 35px;
	box-shadow: 0 0 15px rgb(0 0 0 / 10%);
	border-radius: 10px;
	text-align: center;
}

.s-single-feature {
	transition: .3s;
	padding: 35px 15px;
	height: 100%;
}

.feature-area h2 {
	font-size: 20px;
	margin-bottom: 30px;
}

.feature-icon {
	margin-bottom: 25px;
}

.feature-icon img {
	width: 65px;
}

.second-feature-content h5 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
	transition: .3s;
}

.second-feature-content p {
	margin-bottom: 0px;
}

.p-relative {
	position: relative;
}

.section-title h4 {
	font-size: 16px;
	font-weight: 600;
	color: #c52830;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.section-title h2 {
	font-size: 35px;
	padding-bottom: 15px;
	margin-bottom: 0px;
	font-weight: 700;
	position: relative;
	line-height: 1.3;
	color: #325691;
}

.target-content p {
	margin-bottom: 30px;
}


.feature-section {
	padding-top: 120px;
	padding-bottom: 120px;
}

.about-us-images {
	position: relative;
	background-image: url(../img/about-us-bg-shape.svg);
	background-repeat: no-repeat;
	background-position: left 0px bottom 50px;
	background-size: auto;
	padding-right: 80px;
	padding-bottom: 200px;
	margin-right: 30px;
}

.about-img-1 figure,
.about-img-2 figure {
	display: block;
}

.about-img-1 img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 0.76;
}

.about-img-2 {
	position: absolute;
	width: 100%;
	max-width: 385px;
	bottom: 0;
	right: 0;
	z-index: 9;
}

.about-img-2 img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 0.76;
}

.hover-shine {
	position: relative;
	overflow: hidden;
}

.hover-shine:before {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	transform: skewX(-25deg);
	transition-duration: 0.5s;
}

.hover-shine:hover::before {
	left: 125%;
}

.experience-counter {
	position: absolute;
	top: -22px;
	left: 0;
	height: 155px;
	width: 155px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	background-color: #325691;
	border: 6px solid #fff;
	transform: translate(-50%, -6px);
	border-radius: 50%;
	z-index: 99;
}

.experience-counter h3 {
	font-size: 30px;
	color: #fff;
	text-align: center;
	width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

.experience-counter p {
	font-weight: 600;
	line-height: 1.4em;
	text-transform: capitalize;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
	font-size: 14px;
	max-width: 85px;
}

.woman-img {
	height: 100%;
	overflow: hidden;
}

.woman-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}


.app-work-content li:last-child {
	margin: 0;
}

.woman-img:hover img {
	transform: scale(1.1);
}

.app-work-content li:first-child,
.app-work-content li:last-child {
	padding-left: 0;
}

.app-work-content li {
	display: flex;
	margin-bottom: 40px;
}

.app-work-content .icon {
	margin-bottom: 35px !important;
	width: 80px;
	height: 80px;
	background: #ffc107;
	border-radius: 100%;
	padding: 15px;
	margin-top: 3px;
}

.app-work-content li {
	display: flex;
	margin-bottom: 40px;
}

.app-work-content li .icon img {
	width: 100%;

	/* Safari/Chrome */
}

.app-work-content li .text {
	padding: 5px 30px 0;
	width: calc(100% - 80px);
}

.app-work-content li .text p {
	margin-bottom: 0;
}

.app-work-content li:first-child,
.app-work-content li:last-child {
	padding-left: 0;
}

.faq-area {
	margin-bottom: 90px;
}

.footer-bg {
	background: #1e3863;
	padding: 30px 0;
}

.copyright-text {
	margin-bottom: 15px;
}

.copyright-text p {
	margin-bottom: 0;
	color: #ddd;
}

ul.footer-link {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

ul.footer-link li a {
	color: #fff;
}

ul.footer-link a:hover {
	text-decoration: underline;
}

ul.footer-link li:after {
	content: '|';
	color: #ccc;
	padding: 0 10px;
}

ul.footer-link li:last-child:after {
	display: none;
}


.testimonial-section {
	background: #ffc107;
	padding: 70px 0;
}

.avatar-img img {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	object-fit: cover;
	margin-right: 5px;
}

.swiper-slide {
	background: #ffffff;
	border: 1px solid #e6ebea;
	height: auto;
	border-radius: 12px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all 0.3s ease;
}

.review-header {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}

.avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #ffeaa7;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	margin-right: 10px;
}

.username {
	font-weight: bold;
	margin-bottom: 2px;
}

.country {
	font-size: 0.85em;
	color: #555;
}

.stars-verified {
	display: flex;
	align-items: center;
	margin: 10px 0;
}

.stars-verified img {
	height: 20px;
	margin-right: 8px;
}

.verified-badge {
	display: inline-flex;
	align-items: center;
	font-size: 0.85em;
}

.verified-badge::before {
	content: "âœ”";
	color: #ffffff;
	font-size: 14px;
	margin-right: 4px;
	background: #00b67a;
	width: 20px;
	height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 35px;
}

.review-title {
	font-size: 16px;
	margin: 10px 0;
	font-weight: bold;
}

.review-text {
	flex-grow: 1;
	font-weight: 400;
}

.review-date {
	margin-top: 15px;
	border-top: 1px solid #ccc;
	padding-top: 15px;
	font-size: 12px;
	font-weight: 600;
}

.cta-area {
	padding: 70px 0;
}

.cta-area h2 {
	font-size: 30px;
	font-weight: 700;
}

.cta-area h3 {
	font-size: 26px;
	font-weight: 700;
	margin: 20px 0;
	color: #ffc107;
}

.note {
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
}

.video-thumb {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.video-thumb img {
	display: block;
	width: 100%;
	border-radius: 10px;
}

.play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	animation: pulse 1.5s infinite;
}

.play-icon::before {
	content: "";
	border-style: solid;
	border-width: 12px 0 12px 20px;
	border-color: transparent transparent transparent white;
	margin-left: 5px;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
	outline: none !important;
	box-shadow: none;
}


@keyframes pulse {
	0% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0.8;
	}

	50% {
		transform: translate(-50%, -50%) scale(1.1);
		opacity: 1;
	}

	100% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0.8;
	}
}


.form-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: rgb(0 0 0 / 43%);
}

.form-section {
	display: flex;
	align-items: center;
	min-height: 100vh;
	background-image: url(../img/hero-banner.jpg);
	background-size: cover;
	background-position: center;
}

.form-wizard {
	max-width: 800px;
	margin: auto;
	text-align: center;
	position: relative;
	z-index: 9;
	background: #fff;
	padding: 45px;
	border-radius: 5px;
}

.step h2 {
	font-size: 30px;
	line-height: 1.4;
}

.step p {
	font-size: 16px;
	/* width: 100%; */
}

.step .s-btn {
	margin-top: 15px;
}

.next-btn {
	text-transform: uppercase;
	min-width: 230px;
}

.back-btn {
	margin-top: 15px;
	border: 1px solid #ccc;
	background: transparent;
	border-radius: 35px;
	padding: 10px 30px;
	color: #7d7d7d;
	transition: .3s ease all;
}

.back-btn img {
	transform: rotate(180deg);
	width: 18px;
	opacity: .5;
	margin-right: 5px;
}

.back-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 5px 10px 0 rgb(0 0 0 / 14%);
}

span.astrip {
	font-size: 16px;
	color: red;
	top: -5px;
	position: relative;
}

label.error {
	display: block;
	font-size: 12px;
	color: red;
	font-weight: 600;
}

.page-progress.progress {
	height: 12px;
	width: 100%;
	background-color: rgb(221, 221, 221);
	position: absolute;
	max-width: 100% !important;
	border-radius: 0px;
	top: 0;
	left: 0;
	z-index: 9;
}

.page-progress.progress .page-progress-bar {
	background-color: #c52830;
}

.c-badge {
	display: inline-flex;
	background: #eee;
	padding: 10px 10px;
	border-radius: 35px;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
}


.btn-wrapper {
	position: relative;
	max-width: 200px;
}

.theme-btn.style2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #c52830;
	color: #fff !important;
}

.theme-btn.style2 svg * {
	fill: #fff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.theme-btn {
	display: inline-block;
	position: relative;
	padding: 15px 25px;
	border-radius: 5px;
	gap: 10px;
	color: #000;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	background: #000;
	text-decoration: none !important;
	z-index: 1;
	line-height: 1;
	overflow: hidden;
	border: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.theme-btn:before {
	transition-duration: 800ms;
	position: absolute;
	width: 210%;
	height: 290%;
	content: "";
	top: 162%;
	left: 50%;
	background: #3f64aa;
	transform: translateX(-50%) rotate(-8deg);
	border-radius: 80%;
	z-index: -1;
}

.theme-btn svg {
	width: 30px
}

.theme-btn:hover:before {
	top: -96%;
}

.theme-btn:hover svg * {
	fill: #fff
}

.btn-wrapper:hover .theme-btn {
	background-color: #000;
	color: #000;
}

.slider-btn .btn-wrapper {
	max-width: 260px !important;
}

.slider-btn {
	margin-top: 40px;
}

.feature-card {
	display: flex;
	gap: 15px;
	width: 100%;
	justify-content: space-between;
}

.tf-icon-box {
	text-align: center;
	padding: 0 60px;
	width: 100%;
}

.tf-icon-box:nth-child(2) {
	border-left: 1px solid #ffaaae;
	border-right: 1px solid #ffaaae;
}

.tf-icon-box .icon-box img {
	width: 80px;
	margin-bottom: 15px;
	transition: .5s ease all;
}

.tf-icon-box:hover img {
	transform: translateY(-10px);
}

.tf-icon-box h6 {
	font-size: 18px;
	max-width: 200px;
	margin-top: 10px !important;
	color: #000;
	margin: auto;
}

.feature-option {
	margin-top: 50px;
}

.process-section {
	padding: 90px 0;
	background: #f2f7ff;
}


.process__inner {
	position: relative;
	display: block;
	counter-reset: count;
	/* max-width: 1200px; */
	margin: auto;
}

.process-shape-1 {
	position: absolute;
	top: -25px;
	left: 135px;
	width: 74%;
}

.process-shape-1 img {
	width: 100%;
}

.process__single {
	position: relative;
	display: block;
	text-align: center;
	padding: 0 10px 0;
	margin-bottom: 22px;
}

.process__icon-box {
	position: relative;
	display: block;
	height: 150px;
	width: 150px;
	margin: 0 auto;
}

.process__icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(223, 227, 231);
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.1);
	height: 148px;
	width: 148px;
	margin: 0 auto;
	z-index: 1;
}

.process__icon:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	border-radius: 50%;
	background-color: #c52830;
	transform: scale(0);
	transform-origin: center;
	transform-style: preserve-3d;
	transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
	z-index: -1;
}

.process__single:hover .process__icon:before {
	transform: scaleX(1);
}

.process__icon img {
	position: relative;
	display: inline-block;
	width: 60px;
	transition: all 500ms linear;
	transition-delay: 0.1s;
	transform: scale(1);
}

.process__single:hover .process__icon img {
	transform: scale(0.9);
	filter: brightness(14.5) !important;
}

.process__count {
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background-color: #c52830;
	z-index: 2;
}

.process__count:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	font-weight: 700;
	border-radius: 50%;
	counter-increment: count;
	content: counters(count, ".", decimal-leading-zero);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.process__single:hover .process__count:before {
	background-color: #000;
}

.process__content {
	position: relative;
	display: block;
	margin-top: 21px;
}

.process__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 10px !important;
	max-width: 200px;
	margin: auto;
}

.process__text {
	font-size: 16px;
}

.process__bottom {
	position: relative;
	display: block;
	margin-top: 35px;
}

.process__contact {
	position: relative;
	display: block;
}

.process__input-box {
	position: relative;
	display: block;
	max-width: 580px;
	width: 100%;
	margin: 0 auto;
}

.process__input-box input[type=text] {
	height: 50px;
	width: 100%;
	border: 0;
	background-color: var(--insur-extra);
	border-radius: var(--insur-bdr-radius);
	font-size: 16px;
	font-weight: 500;
	color: #000;
	letter-spacing: var(--insur-letter-spacing);
	padding-left: 50px;
	padding-right: 195px;
	outline: none;
}

.process__btn {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	border: 0;
	width: 158px;
	background-color: var(--secondary);
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
	border-top-right-radius: var(--insur-bdr-radius);
	border-bottom-right-radius: var(--insur-bdr-radius);
	text-align: center;
	transition: all 500ms ease;
}

.process__btn:hover {
	background-color: var(--primary);
	color: #000;
}

.process__single-2 {
	margin-top: 100px;
}

.process__single-2 .process__count {
	bottom: 0;
	right: 0;
	top: inherit;
	left: inherit;
}

.process__single-3 {
	margin-top: 50px;
}

.process__single-4 .process__count {
	bottom: 0;
	right: 0;
	top: inherit;
	left: inherit;
}

.feature-card.option-2 {
	flex-wrap: wrap;
	gap: 15;
}

.feature-card.option-2 .tf-icon-box {
	width: calc(50% - 8px);
	text-align: left;
	padding: 0;
	margin-top: 25px;
}

.feature-card.option-2 .tf-icon-box:nth-child(2) {
	border: 0;
}

.feature-card.option-2 .tf-icon-box h6 {
	margin: 0;
	margin-bottom: 10px;
	max-width: max-content;
}

.feature-card.option-2 .icon-box img {
	width: 45px;
}

.card-header {
	cursor: pointer;
	position: relative;
	padding-right: 40px;
}

.toggle-icon {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
	font-size: 1.1rem;
	color: #080808;
}

.faq-section {
	padding: 70px 0;
	background: #ffeaeb;
}

.faq-img {
	margin: 0;
	/* height: 100%; */
}

.faq-img img {
	height: 100%;
	object-fit: cover;
}

.faq-left {
	padding: 70px 0;
	padding-left: 45px;
}

.custom-accordion .card {
	border: none;
	margin-bottom: 10px;
	border-radius: 0;
	overflow: hidden;
	box-shadow: none;
	background: transparent;
}

.custom-accordion .card-header {
	background: transparent;
	cursor: pointer;
	padding: 10px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: none;
	transition: all 0.3s ease;
	border-bottom: 1px dashed #ccc;
}

.custom-accordion .card-header:hover {}

.custom-accordion .card-header h5 {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	color: #333;
}

.custom-accordion .toggle-icon i {
	font-size: 16px;
	/* color: #007bff; */
	transition: transform 0.3s ease;
}

.custom-accordion .card-header.active {
	background: #e9f3ff;
}

.custom-accordion .card-body {
	/* background: #fff; */
	padding: 15px 0px;
	font-size: 15px;
	color: #000;
	border-top: 0;
}

.contact-section {
	margin-top: -100px;
	padding-bottom: 70px;
}

.contact-frm-wrap {
	background: #fff;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
	padding: 60px;
	position: relative;

	border-radius: 10px;
	z-index: 1;
}

input.contact-input.error,
textarea.error {
	border: 2px solid #f00;
	box-shadow: inset 0 0 10px #ff00003d;
}

label.error {
	text-align: left;
	display: block;
	font-size: 12px;
	font-weight: 600;
	margin-top: 4px;
}

.custom-row {
	margin-left: -10px;
	margin-right: -10px;
}

.custom-row>[class^="col"] {
	padding-left: 10px;
	padding-right: 10px;
}

label.error {
	color: red;
}

.form-control.error {
	border: 2px solid #f00;
	box-shadow: inset 0 0 10px #ff00003d;
}

.form-control {
	background-color: #ffffff !important;
	border: 2px solid #e1e1e1;
	min-height: 55px;
	font-size: 14px;
	box-shadow: none;
	border-radius: 5px;
	color: #777;
	outline: 0;
	box-shadow: inset 0 0 10px #0000001c;
}

.form-control:focus {
	border: 2px solid #325691;
	box-shadow: none;
	background-color: #fff !important;
}

select.form-control {
	background-image: url(../img/chevron-down.svg);
	background-size: 15px;
	background-position: calc(100% - 15px) 50%;
	background-repeat: no-repeat;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.checkbox-chk {
	display: inline-flex;
	margin-top: 10px;
	text-align: left;
}

.checkbox-chk input[type="checkbox"]:focus {
	outline: 0;
}

.checkbox-chk label {
	transition: 0.5s ease all;
	align-items: center;
	color: #000;
	cursor: pointer;
	position: relative;
	margin: 0;
	width: calc(100% - 25px);
	font-size: 14px;
	line-height: 1.4;
	font-weight: 500;
}

.checkbox-chk input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 20px;
	width: 20px;
	background: #fff;
	border: 2px solid #ccc;
	margin: 1px 8px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
}

.checkbox-chk input[type="checkbox"]:disabled {
	opacity: 0.7;
	background: var(--color-subtle);
	cursor: not-allowed;
}

.checkbox-chk input[type="checkbox"]:after {
	content: "";
	display: block;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
}

.checkbox-chk input[type="checkbox"]:checked:after {
	transform: scale(0.7);
}

.checkbox-chk input[type="checkbox"] {
	border-radius: 5px;
}

.checkbox-chk input[type="checkbox"]:after {
	width: 16px;
	height: 26px;
	position: relative;
	top: 2px;
}

.checkbox-chk input[type="checkbox"]:checked {
	border: none;
	background-color: #325691;
}

.checkbox-chk input[type="checkbox"]:checked:after {
	content: url("data:image/svg+xml, <svg viewBox='0 0 16 15' xmlns='http://www.w3.org/2000/svg'><path fill='white' d='M15.25.847a1.51 1.51 0 0 1 .405 2.096L8.106 14.11a1.944 1.944 0 0 1-2.94.329L.6 10.156a1.51 1.51 0 1 1 2.067-2.202l3.645 3.42 6.841-10.122a1.51 1.51 0 0 1 2.098-.405Z'/></svg>");
}

.contact-section .btn-wrapper {
	position: relative;
	max-width: 100%;
}


.counter-four__inner {
	position: relative;
	display: block;
}

.counter-four__count-box {
	position: relative;
	display: flex;
	align-items: center;
	/* flex-wrap: wrap; */
	justify-content: space-between;
	margin: 0;
}

.counter-four__count-box li {
	position: relative;
	display: block;
	margin-bottom: 0;
	width: 100%;
}

.counter-four__count {
	position: relative;
	display: block;
	margin-top: 0;
	margin-bottom: 10px;
}

.counter-four__count h3 {
	font-weight: 700;
	font-size: 40px;
	color: #c52830;
	margin-bottom: -5px;
}

.counter-four__count h3 span {
	color: #000;
}

.counter-four__text {
	font-weight: 500;
	font-size: 16px;
	color: #000;
	margin: 0;
}

.counter-four__shape-1 {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.counter-four__shape-1 img {
	width: auto;
}

.counter-four__count-box li:last-child .counter-four__shape-1 {
	display: none;
}

.alert-section {
	background: rgb(243 248 255 / 97%);
	padding-top: 120px;
	padding-bottom: 220px;
	z-index: 1;
	position: relative;
}

.alert-section .section-title {
	max-width: 900px;
	margin: auto;
}

.services-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	mix-blend-mode: soft-light;
	opacity: 1;
	z-index: -1;
}




.services-single {
	position: relative;
	display: block;
	height: 100%;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
	overflow: hidden;
}

.services-img-box {
	position: relative;
	display: block;
	/* z-index: 2; */
}

.services-img {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 2;
}

.services-img img {
	width: 100%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	height: 220px;
	object-fit: cover;
}

.services-single:hover .services-img img {
	transform: scale(1.05);
}

.services-content-box {
	position: relative;
	display: block;
}

.services-icon {
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	height: 75px;
	z-index: 9;
	width: 75px;
	background-color: #eee;
	border-radius: 50%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-text {
	font-size: 14px;
	margin-top: 10px;
}

.services-content {
	position: relative;
	display: block;
	text-align: center;
	padding: 20px 30px;
}

.services-content h5 {
	font-size: 12px;
	color: #000;
	font-weight: 600;
	display: inline-block;
	background: #ffeaeb;
	padding: 5px 15px;
	border-radius: 35px;
}

.services-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

.services-title a {
	color: #000;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-title a:hover {
	color: #000;
}

img.hero-sm {
	display: none;
}

.thankyou-box h2 {
	font-size: 40px;
	font-weight: 800;
	text-transform: capitalize;
	line-height: 1.5;
	margin-top: 10px;
}

.thankyou-box h3 {
	font-size: 28px;
	font-weight: 700;
	text-transform: capitalize;
	color: #000;
	margin-bottom: 10px;
}

.box.thankyou-box img {
	width: 250px;
	border-radius: 10px;
	margin-bottom: 15px;
	height: 250px;
	object-fit: cover;
}

.success-icon svg {
	width: 90px;
	display: block;
	margin: 0px auto 0;
}

.path {
	stroke-dasharray: 1000;
	stroke-dashoffset: 0;
}

.path.circle {
	-webkit-animation: dash 0.9s ease-in-out;
	animation: dash 0.9s ease-in-out;
}

.path.line {
	stroke-dashoffset: 1000;
	-webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
	animation: dash 0.9s 0.35s ease-in-out forwards;
}

.path.check {
	stroke-dashoffset: -100;
	-webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
	animation: dash-check 0.9s 0.35s ease-in-out forwards;
}

@-webkit-keyframes dash {
	0% {
		stroke-dashoffset: 1000;
	}

	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes dash {
	0% {
		stroke-dashoffset: 1000;
	}

	100% {
		stroke-dashoffset: 0;
	}
}

@-webkit-keyframes dash-check {
	0% {
		stroke-dashoffset: -100;
	}

	100% {
		stroke-dashoffset: 900;
	}
}

@keyframes dash-check {
	0% {
		stroke-dashoffset: -100;
	}

	100% {
		stroke-dashoffset: 900;
	}
}











.step-main {
	padding: 90px 0;
	background-image: url('../img/hero-banner-sm.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
}

.step-main:after {
	content: '';
	position: absolute;
	background: rgb(255 255 255 / 82%);
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
}

.step-main .container {
	position: relative;
	z-index: 1;
}

.title {
	font-size: 40px;
	color: #161616;
	font-weight: 700;
	max-width: 700px;
	text-align: center;
	margin: auto;
	margin-bottom: 35px;
}

.title span {
	color: #c52830;
}

.subtitle {
	font-size: 22px;
	font-weight: 600;
	color: black;
	margin-top: 10px;
	margin-bottom: 25px;
}

.form-grid {
	margin-bottom: 10px;
	position: relative;
}

.box {
	max-width: 750px;
	margin: auto;
	padding: 45px;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
	border-radius: 5px;
	background: #fff;
}

.box label.form-value span {
	margin-top: 15px;
	color: #000;
	font-size: 16px;
	font-weight: 700;
}

.box label.form-value {
	font-size: 16px;
}

.question {
	font-size: 25px;

	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 21px;
	text-align: center;
}

.radio-box {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 350px;
	margin: auto;
	flex-wrap: wrap;
	width: 100%;
}


.radio-img {
	position: relative;
	width: 150px;
	height: 150px;
	margin: 0px 10px;
	margin-bottom: 50px !important;
}

.image {
	background-position: center center;
	/* background-color: gray; */
	display: inline-block;
}

.image:hover {
	border: 4px solid #db0001 !important;
}

.img_size_small .image {
	width: 70% !important;
}

.img_size_small .image+p::after,
.img_size_small .image+p::before {
	left: 65px !important;
}

.radio-img>input {

	/* display: none; */
	opacity: 0;
	position: absolute;
}

.radio-img>.image {
	cursor: pointer;
	border: 4px solid #0c0c0c;
	border-radius: 5px;
	padding: 2px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.c-label {
	font-size: 16px;
	font-weight: 700;
	color: #000;
}

.radio-img>input:checked+.image {
	border: 4px solid #db0001 !important;
}

.radio-img>input:checked+.image+p {
	font-weight: 800;
	color: #121212;
}

.radio-img>input:checked+.image+p::before {
	content: "";
	position: absolute;
	right: 10px;
	top: 10px;
	width: 25px;
	height: 25px;
	border: 0px solid #999;
	border-radius: 100%;
	background: transparent;
	display: inline-block;
}

.radio-img>input:checked+.image+p::after {
	content: "\f00c";
	width: 25px;
	height: 25px;
	background: #121212;
	font-family: FontAwesome;
	color: rgba(255, 255, 255, 1) !important;
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 100%;
	font-size: 16px;
	line-height: 1.4em;
	padding-top: 2px;
}

.radio_text {
	padding: 0px;
	max-width: 400px;
	margin: auto;
}

.radio_text input[type="radio"] {
	display: none;
}

.radio_text input[type="radio"]+label {
	/* max-width: 400px; */
	position: relative;
	cursor: pointer;
	line-height: 1em;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #fff;
	display: block;
	text-align: center;
	padding: 20px 15px;
	box-sizing: border-box;
	border-radius: 4px;
	border: 2px solid #e1e1e1;
	margin: 14px auto;
	-webkit-box-shadow: inset 0 0 10px #0000001c;
	box-shadow: inset 0 0 10px #0000001c;
	cursor: pointer;
	font-weight: 600;
	font-size: 16px;
	color: #202020;
}

.radio_text input[type="radio"]+label:before,
.radio_text input[type="radio"]+label:after {
	opacity: 0;
	content: "";
	position: absolute;
	/* top: 0; */
	left: 10px;
	width: 22px;
	height: 22px;
	text-align: center;
	color: white;
	font-family: Times;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.radio_text input[type="radio"]+label:before {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	box-shadow: inset 0 0 0 0.2em #eeeeee, inset 0 0 0 1em #eeeeee;
	border: 1px solid #b9b9b9;
	display: flex;
	align-items: center;
	justify-content: center;
}

.radio_text input[type="radio"]:checked+label:before {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	content: "\f00c";
	background: #fff;
	font-family: FontAwesome;
	color: rgb(85 187 255) !important;
	border-radius: 100%;
	font-size: 14px;
	box-shadow: inset 0 0 0 0.2em #fff, inset 0 0 0 1em #fff;
	border: 0;
}

.radio_text input[type="radio"]:checked+label {
	font-weight: 600;
	background: #3f64aa;
	color: #fff;
	box-shadow: none;
	border: 2px solid #3f64aa;
}

.radio_text input[type="radio"]+label:hover {
	background: #3f64aa;
	color: #fff;
	box-shadow: none;
	border: 2px solid #3f64aa;
}

.radio-img>.image img {
	-webkit-filter: brightness(0%);
	width: 80px;
	filter: brightness(0%);
	transition: .3s ease all;
}

.radio-img>input:checked+.image img,
.radio-img:hover img {
	filter: none;
}

.range-flex {
	/*  display: flex;*/
	align-items: center;
	margin-top: 30px;
	justify-content: center;
}

.range-value {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	font-weight: 8;
	text-align: center;
}

.range-value label {
	margin: 0;
	padding-right: 5px;
}

.range-value input {
	border: 0;
	outline: 0;
	box-shadow: none;
	font-weight: 600;
	height: auto;
	text-align: center;
	font-weight: 700;
	margin: 15px 0;
	background: transparent;
}

.range-span {
	border: 0;
	outline: 0;
	box-shadow: none;
	font-weight: 600;
	height: auto;
	text-align: center;
	margin: 15px 0;
	background: transparent;
	font-size: 22px;
}

.range-flex a {
	padding: 12px 14px;
	color: #333;
	background-color: #f7f7f7;
	text-decoration: none;
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	width: 30%;
	text-align: center;
}


.custom-chk label.active,
.custom-chk label:hover {
	border: 2px solid #38ad3a;
	background: rgb(56 173 58 / 15%);
}

.custom-chk {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.custom-chk label {
	transition: .5s ease all;
	display: flex;
	align-items: center;
	color: #000;
	font-weight: 700;
	margin-top: 15px;
	font-size: 16px;
	margin-bottom: 5px;
	width: 49%;
	border: 2px solid #eee;
	padding: 15px;
	cursor: pointer;
}

.custom-chk input[type=checkbox],
.custom-chk input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 25px;
	width: 25px;
	background: #ffffff;
	border: 1px solid #c7c3c3;
	margin: 0 8px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.custom-chk input[type=checkbox]:disabled,
.custom-chk input[type=radio]:disabled {
	opacity: 0.7;
	background: var(--color-subtle);
	cursor: not-allowed;
}

.custom-chk input[type=checkbox]:after,
.custom-chk input[type=radio]:after {
	content: "";
	display: block;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
}

.custom-chk input[type=checkbox]:checked:after,
.custom-chk input[type=radio]:checked:after {
	transform: scale(1);
}

.custom-chk input[type=checkbox] {
	border-radius: 2px;
}

.form-section-wrap .chk-error.error {}

.custom-chk input[type=checkbox]:after {
	width: 16px;
	height: 16px;
	top: -4px;
	position: relative;
}

.custom-chk input[type=checkbox]:checked {
	border: none;
	background-color: #38ad3a;
}

.custom-chk input[type=checkbox]:checked:after {
	content: url("data:image/svg+xml, <svg viewBox='0 0 16 15' xmlns='http://www.w3.org/2000/svg'><path fill='white' d='M15.25.847a1.51 1.51 0 0 1 .405 2.096L8.106 14.11a1.944 1.944 0 0 1-2.94.329L.6 10.156a1.51 1.51 0 1 1 2.067-2.202l3.645 3.42 6.841-10.122a1.51 1.51 0 0 1 2.098-.405Z'/></svg>");
}

.step-main .btn-wrapper {
	max-width: max-content;
	margin: auto;
	text-align: center;
}

.step-main .btn-wrapper .theme-btn {
	margin: auto;
	min-width: 220px;
	justify-content: center;
	font-size: 18px;
	text-transform: uppercase;
}

.footer-area-top p {
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.footer-area-top {
	border-bottom: 1px dashed #797979;
	padding-bottom: 5px;
	margin-bottom: 30px;
}

.testimonial-card {
	max-width: 750px;
	border-radius: 16px;
	text-align: center;
	margin: 30px auto;
	transition: all 0.3s ease;
}

.testimonial-card:hover {}

.stars {
	color: #ffb400;
	font-size: 22px;
	margin-bottom: 15px;
}

.testimonial-text {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 25px;
	font-weight: 700;
}

.testimonial-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.customer-img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
}

.customer-info h4 {
	font-size: 18px;
	margin: 0;
	color: #111;
	font-weight: 600;
}

.customer-info span {
	color: #ffffff;
	font-weight: 400;
	width: 20px;
	height: 20px;
	line-height: 16px;
}

.verified {
	font-size: 14px;
	color: #008d20;
	display: flex;
	align-items: center;
	gap: 4px;
	font-weight: 600;
}

.checkmark {
	background: #28a745;
	color: #fff;
	border-radius: 50%;
	font-size: 11px;
	padding: 2px 4px;
}

/* 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;
}


.search-list {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	margin-top: 50px;
}

.search-list li {
	display: flex;
	align-items: center;
	opacity: 0;
	transition: opacity 0.5s ease-in;
	margin-bottom: 35px;
	font-size: 22px;
	font-weight: 600;
	text-align: left;
}

.search-list .loader,
.search-list .checkmark {
	width: 50px;
	height: 50px;
	margin-right: 20px;
	flex-shrink: 0;
	line-height: 50px;
	text-align: center;
}

.search-list .loader {
	border: 3px solid #e5e5e5;
	border-top: 3px solid #c52830;
	border-radius: 50%;
	animation: search-spin 1s linear infinite;
}

.search-list .checkmark {
	background: #c52830;
	display: none;
	margin-top: -5px;
	border-radius: 100%;
	padding: 0px 3px;
}

.search-list .checkmark img {
	filter: invert(1);
	width: 30px;
}

.search-list .visible {
	opacity: 1;
}

@keyframes search-spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.searching-box {
	display: flex;
	align-items: center;
	margin-top: 35px;
	justify-content: center;
	gap: 45px;
}

.searching-box .thank-title h2 {
	font-size: 35px;
	font-weight: 700;
}

.search-list li strong {
	display: block;
	font-size: 16px;
	font-weight: 700;
}

.searching-box .thank-title {
	width: 55%;
}

.searching-box .searching-box-img {
	width: 45%;
	border-radius: 15px;
	overflow: hidden;
}

.searching-box .searching-box-img img {
	width: 100%;
}


.single-item {
	padding: 25px 30px;
	display: flex;
	justify-content: space-between;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	align-items: center;
	border: 1px solid #dadada;
	margin-bottom: 30px;
	background: #fff;
}

.item-left {
	display: flex;
	align-items: center;
	width: calc(100% - 250px);
	padding-right: 30px;
	gap: 30px;
}

.item-right {
	float: right;
	width: 250px;
}

.item-right .btn {
	display: flex;
	align-items: center;
	font-size: 18px;
	justify-content: center;
}

.item-img a {
	/* border: 1px solid #dadada; */
	display: flex;
	padding: 8px;
	width: 160px;
	height: 160px;
	border-radius: 3px;
	align-items: center;
	justify-content: center;
	margin-right: 25px;
}

.item-img img {
	overflow: hidden;
	z-index: 999;
	width: 100%;
	height: auto;
}

.item-details h4 {
	color: #0f3b93;
	font-size: 25px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	font-weight: 800;
}

.custom-list {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	margin-top: 20px;
}

.custom-list li {
	padding-left: 30px;
	line-height: 1.5;
	font-size: 16px;
	color: #000;
	font-weight: 400;
	position: relative;
	margin-bottom: 5px;
	text-align: left;
}

.custom-list li a {
	color: #2c2c2c;
	text-decoration: underline;
}

.custom-list li:before {
	content: "";
	background-image: url(../img/check-square.svg);
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: -25px;
	top: 3px;
	width: 15px;
	height: 15px;
	font-weight: 900;
	position: absolute;
	background-size: contain;
}

.listing-main {
	margin: auto;
	position: relative;
	z-index: 9;
	background: #fff;
	padding: 45px;
	box-shadow: 0 0 15px rgb(0 0 0 / 10%);
	border-radius: 10px;
}

.offer-title {
	text-align: center;
}

.offer-title h2 {
	font-size: 40px;
	font-weight: 800;
	color: #3f64aa;
	margin-bottom: 5px;
}

.offer-title p {
	font-size: 18px;
	margin-bottom: 20px !important;
	max-width: 700px;
	margin: auto;
}.listing-page:after {
    content: '';
    background: rgb(0 0 0 / 25%);
}

@media (max-width:767px) {
	.logo img {
		max-height: 60px;
	}

	.hero-section {
		min-height: auto;
		padding: 30px 0;
	}

	.slider-btn .btn-wrapper {
		margin: auto;
	}

	.slider-content {
		text-align: center;
	}

	.slider-content h2 {
		font-size: 20px;
		max-width: 350px;
		margin: auto;
		margin-bottom: 15px;
	}

	.slider-content h2 span {
		font-size: 30px;
	}

	br {
		display: none
	}

	.slider-content p {
		font-size: 14px;
		/* max-width: 250px; */
		margin: auto;
		margin-bottom: 15px;
	}

	.feature-area .container {
		background: #fff;
		margin-top: 0;
		position: relative;
		padding: 35px 20px;
		box-shadow: 0 0 15px rgb(0 0 0 / 10%);
		border-radius: 0;
		text-align: center;
	}

	.choose-wrap * {
		text-align: center;
	}

	.app-work-content .icon {
		margin: auto;
	}

	.cta-area h2 {
		margin-top: 25px;
		font-size: 25px;
	}

	.cta-area h3 {
		font-size: 22px;
	}

	.cta-area * {
		text-align: center;
	}

	.feature-section,
	.testimonial-section,
	.cta-area {
		padding: 30px 0;
	}

	.s-single-feature {
		padding: 15px 15px;
	}

	.section-title h2 {
		font-size: 25px;
	}

	.feature-area h2 {
		font-size: 16px;
		margin-bottom: 30px;
	}

	.feature-card {
		display: flex;
		flex-wrap: wrap;
	}

	.feature-icon img {
		width: 45px;
	}

	.app-work-content li {
		display: block;
	}

	.app-work-content li .text {
		padding: 0px 0px 20px;
		width: 100%;
	}

	.faq-img {
		display: none;
	}

	.btn {
		font-size: 14px;
	}

	.form-section {
		background: #fff;
		height: auto;
		min-height: auto;
		padding: 0;
	}

	.form-section .container {
		padding: 0;
	}

	.form-wizard {
		padding: 45px 25px;
		padding-bottom: 90px !important;
	}

	.form-section:before {
		opacity: 0;
	}

	.step h2 {
		font-size: 25px;
	}

	.step p {
		font-size: 14px;
	}

	.step-action button {
		width: 100%;
		min-width: auto;
		border-radius: 0;
		font-size: 14px;
	}

	.step-action {
		position: fixed;
		bottom: 0;
		display: flex;
		left: 0;
		right: 0;
		width: 100%;
		flex-direction: row-reverse;
		background: #fff;
	}

	.radio_text {
		flex-wrap: wrap;
		gap: 0;
	}

	.radio_text input[type="radio"]+label {
		margin: 0;
		font-size: 14px;
	}

	.feature-content {
		width: calc(100% - 45px);
		text-align: left;
		padding-left: 18px;
	}

	.feature-content p br {
		display: none;
	}

	.feature-content p {
		font-size: 14px;
	}

	.feature-content h5 {
		font-size: 16px;
	}

	.s-btn {
		font-size: 16px;
		padding: 14px 25px;
	}

	.header-right {
		display: none;
	}

	.header-area {
		justify-content: center;
	}

	.hero-section:before {
		width: 100%;
	}

	.about-us-images {
		padding: 0;
		margin: 0;
	}

	.about-img-2 {
		display: none;
	}

	.about-img-1 {
		width: 100%;
	}

	.tf-icon-box:nth-child(2) {
		border: 0;
	}

	.process-section {
		padding: 30px 0;
	}

	.process__single-2 {
		margin: 0;
	}

	.feature-card.option-2 .tf-icon-box {
		width: 100%;
		text-align: center;
	}

	.feature-card.option-2 .tf-icon-box h6 {
		display: block;
		text-align: center;
		max-width: 100%;
	}

	.faq-left {
		padding: 0;
	}

	.custom-accordion .card-header h5 {
		padding-right: 35px;
	}

	.faq-section,
	.contact-section {
		padding: 30px 0;
	}

	.checkbox-chk label {
		font-size: 11px;
	}

	.counter-four__count-box li {
		width: 50%;
		margin-bottom: 15px;
	}

	.counter-four__count-box {
		flex-wrap: wrap;
	}

	.counter-four__shape-1 {
		display: none;
	}

	.counter-four__count h3 {
		font-size: 30px;
	}

	p.counter-four__text {
		font-size: 14px;
	}

	.alert-section {
		padding: 30px 0;
	}

	.contact-section {
		margin: 0;
	}

	.services-single {
		height: auto;
		margin-bottom: 15px;
	}

	.contact-frm-wrap {
		padding: 0;
		box-shadow: none;
	}

	img.hero-sm {
		display: inline;
		width: 100%;
		height: 200px;
		object-fit: cover;
		object-position: center;
	}

	.tf-icon-box .icon-box img {
		width: 50px;
	}

	.tf-icon-box h6 {
		font-size: 16px;
	}

	.title {
		font-size: 20px;
	}

	.step-main {
		padding: 30px 0;
	}

	.box {
		padding: 25px;
	}

	.question {
		font-size: 18px;
	}

	.range-value {
		font-size: 30px;
	}

	.btn-note,
	.note {
		font-size: 12px;
	}

	.box label.form-value,
	.box label.form-value span {
		font-size: 14px;
	}

	.form-grid {
		margin-bottom: 0px;
	}

	.page-progress.progress {
		height: 8px;
	}

	.testimonial-text {
		font-size: 14px;
	}

	.customer-info h4 {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.customer-info {
		text-align: left;
	}

	.verified {
		font-size: 12px;
	}

	.customer-info span {
		width: 16px;
		height: 16px;
		
		line-height: 12px;
	}
	.searching-box {
    flex-wrap: wrap;
    margin: 0;
    gap: 20px;
}

.searching-box .searching-box-img {
    width: 100%;
}

.searching-box .thank-title {
    width: 100%;
}

.search-list {
    margin-top: 10px;
}

.search-list .loader, .search-list .checkmark {
    width: 30px;
    height: 30px;
        line-height: 30px;
}
.search-list .checkmark img {
    filter: invert(1);
    width: 22px;
}
.search-list li strong {
    font-size: 12px;
}

.search-list li {
    font-size: 16px;
}
  .single-item {
    display: block;
    justify-content: center;
    text-align: center;
    padding: 15px 15px;
  }

  .item-left {
    display: block;
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .item-right {
    float: none;
    max-width: 100%;
    margin: auto;
    width: 100%;
  }

  .item-img a {
    margin: auto;
    height: auto;
  }

  .item-img {
    text-align: center;
    margin-bottom: 10px;
  }

  .item-details h4 {
    font-size: 18px;
  }

  .listing-main {
    padding: 25px;
  }  .offer-title h2 {
    font-size: 25px;
  }

  .offer-title p {
    font-size: 14px;
  }
  .custom-list li {
    padding-left: 30px;
    line-height: 1.5;
    font-size: 14px;
  }
}