@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #333333;
}

ul {
	padding: 0px;
	margin: 0px;
}

p {
	margin: 0px;
}

header {
	position: absolute;
	width: 100%;
	z-index: 999999;
}

.dark-header {
	position: fixed;
	z-index: 1000;
	width: 100%;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

.dark-header.active {
	background-color: rgb(255 255 255 / 100%);
	box-shadow: 0px 2px 30px 0 rgb(0 0 0 / 15%);
}

.navbar .navbar-nav .nav-item {
	margin-left: 22px;
}

#navbar {
	background-color: transparent;
}

.scroll {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 9999;
}

.scroll>div {
	background: #ffffff;
}

.navbar .head-call-btn {
	background-color: #A90E12;
	display: flex;
	color: #ffffff;
	padding: 30px 25px;
	align-items: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: right;
	transition: 0.3s all;

	hover {
		background: red;
		transition: 0.3s all;
	}

	;
}

.navbar .head-call-btn .call-number {
	display: flex;
	flex-direction: column;
	margin-left: 10px;
}

.navbar .head-call-btn .call-number span.number {
	font-size: 22px;
	font-weight: 600;
	line-height: 22px;
}

.navbar .head-call-btn .call-number span.text {
	font-size: 12px;
	font-weight: 500;
	line-height: 12px;
}

.navbar .head-call-btn:hover {
	background: #2a3f72;
	transition: 0.3s all;
}

a.navbar-brand {
	margin-left: 20px;
	padding: 15px 0;
}

li.nav-item.dropdown {}

li.nav-item.dropdown ul.dropdown-menu {
	display: none;
}

li.nav-item.dropdown:hover ul.dropdown-menu {
	display: block;
	margin-top: 2px;
}

li.nav-item.dropdown ul.dropdown-menu li a:hover {
	color: #a90e12;
	transition: 0.3s all;
}

/*************************************Banner CSS Stars Here*************************************/
.hero-banner {
	background: url('../img/hero-banner-01.webp') no-repeat;
	background-size: cover;
	background-position: top 50% center;
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	padding-top: 12%;
	padding-bottom: 8%;
}

.hero-banner:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.89) 4.25%, rgba(0, 0, 0, 0.00) 43.85%, rgba(0, 0, 0, 0.00) 35.67%, #000000d9 100%, rgba(0, 0, 0, 0.00) 56.67%, #000 100%);
	top: 0;
	left: 0;
}

#banner-couterText,
#banner-couterText .banner-couterText {
	font-size: 28px;
	font-style: italic;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.28px;
	background: linear-gradient(98deg, rgba(42, 63, 114, 1) 90%, rgba(45, 73, 139, 0) 90%);
	padding: 30px 70px 30px 30px;
	color: #fff;
}

.banner-form h3 {
	font-size: 24px;
	margin-bottom: 10px;
}

.smalltext {
	color: #FFF;
	font-family: Poppins;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.14px;
	position: absolute;
	top: -22px;
	left: 50%;
	transform: translateX(-50%);
}

.banner-clockdiv-counter {
	display: flex;
	gap: 20px;
	position: relative;
	margin-top: 15px;
	bottom: -25px;
	left: 40px;
}

.banner-content-left h1 {
	color: #FFF;
	font-family: Poppins;
	font-size: 45px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 2.25px;
	text-transform: uppercase;
	margin-bottom: 8px;
	padding-left: 1.5rem !important;
}

.banner-content-left p {
	color: #FFF;
	font-family: Poppins;
	font-size: 20px;
	font-style: italic;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.2px;
}

.banner-clockdiv-counter>div {
	background: #fff;
	text-align: center;
	width: 60px;
	height: 60px;
	padding: 4px 8px;
	border-radius: 5px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	position: relative;
}

.banner-clockdiv-counter>div span {
	color: #A90E12;
	text-align: center;
	font-family: Poppins;
	font-size: 36px;
	font-style: italic;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.36px;
}

div#banner-clockdiv {
	display: inline-block;
}

#banner-couterText .banner-couterText {
	padding: 0;
}

.banner-form-note {
	display: flex;
	align-items: center;
}

#banner-couterText span {
	color: #FFF;
	font-family: Poppins;
	font-size: 103px;
	font-style: italic;
	font-weight: 900;
	line-height: 110px;
	letter-spacing: 1.03px;
	display: block;
}

#banner-couterText span sub {
	font-size: 43px;
	font-style: italic;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.43px;
}

.banner-content-left>p {
	max-width: 490px;
	padding-left: 1.5rem !important;
}

ul.banner-form-list li {
	list-style-type: none;
}

li.banner-form-note>span {
	display: flex;
	align-items: center;
}

ul.banner-form-list li label {
	display: block;
	color: #FFF;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.2px;
	margin-bottom: 7px;
}

ul.banner-form-list.row {
	row-gap: 25px;
}

.banner-form-note {
	color: #FFF;
	font-family: Poppins;
	font-size: 18px;
	font-style: italic;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.21px;
	justify-content: space-between;

}

ul.banner-form-list li label span.required {
	color: #F00;
}

.banner-form-note svg {
	margin-right: 14px;
}

ul.banner-form-list li input::placeholder {
	color: #444;
}

.banner-form-list li select.field-select,
.banner-form-list li input {
	width: 100%;
	border: 0;
	height: 45px;
	color: #444444;
	font-family: Poppins;
	font-size: 15px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.2px;
	border-radius: 5px;
	background: #FDFDFF;
	padding: 5px 15px;
}

.banner-form-btn {
	text-align: right;
}

.banner-form-btn button {
	color: #FFF;
	font-family: Poppins;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.2px;
	border-radius: 5px;
	background: #2D498B;
	border: 0;
	padding: 10px 50px;
}

.banner-form form {
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: 15px;
	background: rgba(40, 59, 107, 0.71);
	padding: 44px 25px 30px 25px;
	border-radius: 5px;
}

.banner-form h3 {
	color: #FFF;
	font-family: Poppins;
	font-size: 26px;
	font-style: italic;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.3px;
	margin-bottom: 30px;
}

.custom-navigation .navbar-nav .nav-link {
	color: #343030;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.85px;
	transition: 0.3s all;
	background: transparent;
}

.custom-navigation .navbar-nav .nav-link:hover {
	color: #a90e12;
	transition: 0.3s all;
}

ul.banner-form-list li input:focus-visible {
	outline: 0;
}

.banner-form-second {
	display: none;
}

/***********************************Banner CSS Ends Here***************************************/
.head-call-btn {
	background-color: #A90E12;
	display: block;
}

.offer-best-prot {
	background: url('../img/hero-second-lower.webp') no-repeat;
	background-size: cover;
	background-position: bottom center;
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 100px 0px 200px 0px !important;
}

.offer-best-prot:before {
	position: absolute;
	content: '';
	background-image: linear-gradient(180deg, black 0%, transparent 100%);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.offer-best-prot .outer-div {
	position: relative;
	padding: 35px;
	border-radius: 10px;
	background-color: #ffffff;
}

.lower-div-row {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	gap: 40px;
}

.offer-best-prot .outer-div .upper-div {
	text-align: center;
	padding: 0px 65px 30px 65px;
	border-bottom: 1px solid #E6E6E6;
}

.offer-best-prot .outer-div .upper-div h2 {
	color: #2D498B;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 20px;
}

.offer-best-prot .outer-div .upper-div p {
	font-size: 15px;
	letter-spacing: 0.5px;
}

.offer-best-prot .outer-div .upper-div .offer-best-btn {
	color: #fff;
	padding: 10px 20px;
	background-color: #2D498B;
	text-decoration: none;
	border-radius: 5px;
	display: inline-block;
}

.offer-best-prot .outer-div .lower-div {
	text-align: center;
	padding-top: 30px;
}

/***********************************Banner CSS Ends Here***************************************/

/***************************************************/
section.simple-steps {
	margin-top: -60px;
}

.simple-steps .heading {
	text-align: center;
}

.simple-steps .simple-steps-inner {
	background: url('../img/sos-step-banner.png') no-repeat;
	background-size: cover;
	background-position: bottom center;
	position: relative;
	display: flex;
	align-items: center;
	padding: 200px 0px 120px 0px;
	background-attachment: fixed;
}

.simple-steps .heading {
	text-align: center;
	margin-bottom: -30px;
	z-index: 1;
	position: relative;
}

.simple-steps .heading h2 {
	color: #ffffff;
	font-size: 36px;
	font-weight: 700;
	display: inline-block;
	letter-spacing: 0.5px;
	background-color: #A90E12;
	padding: 22px 30px;
	margin: 0px;
	position: relative;
}

.simple-steps .heading h2:before {
	display: block;
	width: 0;
	height: 0;
	border-top: 44px solid #A90E12;
	border-bottom: 43px solid transparent;
	border-left: 28px solid transparent;
	border-right: 28px solid #A90E12;
	position: absolute;
	top: 0px;
	left: -56px;
	content: '';
}

.simple-steps .heading h2::after {
	display: block;
	width: 0;
	height: 0;
	border-top: 44px solid #A90E12;
	border-bottom: 43px solid transparent;
	border-left: 28px solid #A90E12;
	border-right: 28px solid transparent;
	position: absolute;
	top: 0px;
	right: -56px;
	content: '';
}

.simple-steps .simple-steps-inner .step-block {
	padding: 10px;
	text-align: center;
	background-color: #000000bf;
}

.simple-steps .simple-steps-inner .step-block .step-block-inner {
	border: 2px solid #fff;
}

.simple-steps .simple-steps-inner .step-block .step-block-inner {
	border: 2px solid #fff;
	padding: 20px 15px;
	color: #ffffff;
}

.simple-steps .simple-steps-inner .step-block .step-block-inner h2 {
	margin: 15px 0px;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 700;
}

.simple-steps .simple-steps-inner .step-block .step-block-inner h3 {
	font-size: 20px;
	font-weight: 600;
}

.simple-steps .simple-steps-inner .step-block .step-block-inner p {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin: 0px;
	min-height: 70px;
}

.get-quote-bkg-sec {
	background: url('../img/get-quote-bkg.webp') no-repeat;
	background-size: cover;
	background-position: bottom center;
	position: relative;
	display: flex;
	align-items: center;
	height: 95vh;
	/* padding: 100px 0px; */
}

.get-quote-bkg-sec:before {
	position: absolute;
	content: '';
	background: linear-gradient(180deg, #535354 1.22%, rgba(24, 39, 75, 0.67) 57.53%, rgba(11, 18, 35, 0.00) 76.31%, #000 100%);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.get-quote-bkg-sec .get-quote-inner .inner h2 {
	color: #fff;
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 4rem;
}

.get-quote-bkg-sec .get-quote-inner {
	text-align: right;
	width: 100%;
	max-width: 400px;
}

.get-quote-bkg-sec .get-quote-inner .inner {
	border: 12px solid #A90E12;
	padding: 20px;
	text-align: left;
}

.get-quote-bkg-sec .get-quote-inner .inner p {
	font-size: 18px;
	color: #ffffff;
	letter-spacing: 1px;
	font-weight: 500;
	margin: 0px;
}

.get-quote-bkg-sec .get-quote-inner .get-quote-btn,
.brands-we-work .brands-left .get-quote-btn,
.fed-up-div .right-content .get-quote-btn {
	background-color: #2D498B;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	font-weight: 500;
	padding: 10px 60px;
	display: inline-block;
	text-transform: uppercase;
}

.banner-form-btn button:hover,
.offer-best-prot .outer-div .upper-div .offer-best-btn:hover,
.get-quote-bkg-sec .get-quote-inner .get-quote-btn:hover,
.brands-we-work .brands-left .get-quote-btn:hover,
.fed-up-div .right-content .get-quote-btn:hover {
	background: #a90e12;
	transition: 0.5s all;
}

.fed-up-div .right-content .get-quote-btn {
	width: 340px;
	text-align: center;
}

.reason-why {
    margin: 100px 0px 70px 0px;
    position: relative;
}

.reason-why h2 {
	font-size: 36px;
	font-weight: 600;
	color: #2D498B;
	margin: 0px;
	line-height: 3.2rem;
}

.reason-why:before {
	position: absolute;
	content: '';
	background: url('../img/frame.svg') no-repeat;
	width: 105px;
	height: 219px;
	left: 20px;
	top: 20px;
}

.reason-why::after {
	position: absolute;
	content: '';
	background: url('../img/frame.svg') no-repeat;
	width: 105px;
	height: 219px;
	right: 20px;
	bottom: 20px;
	z-index: -1;
}

.reason-why .reason-why-inner-block img {
	margin-bottom: 0;
}

.reason-why .reason-why-inner-block h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 12px;
}

.reason-why .reason-why-inner-block p {
	min-height: 100px;
}

.reason-why-inner-block {
	display: flex;
	gap: 15px;
	align-items: start;
	padding: 30px 40px;
}

.reason-why-heading {
	text-align: center;
	margin-bottom: 60px;
}

.reason-why-heading p {
	max-width: 700px;
	margin: auto;
	margin-top: 14px;
}

/***********************reviews CSS****************************/
.reviews {
	padding: 100px 0px;
	background-color: #2D498B;
}

.rattings .checked {
	color: #D9B125;
}

.reviews ul.slick-dots {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -70px;
}

.reviews .slick-active,
.reviews-slider-block.slick-slide {
	color: white;
	left: 100px;
}

.reviews .reviews-slider {
	width: 680px;
}

.reviews ul.slick-dots li button {
	position: relative;
	background: transparent;
	border: transparent;
	color: transparent;
}

.reviews ul.slick-dots li {
	list-style-type: none;
}

.reviews ul.slick-dots li button::after {
	content: "\f111";
	color: #fff;
	width: 30px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50px;
	font-family: 'Font Awesome 6 Free';
	font-weight: bold;
	font-size: 8px;
}

.reviews ul.slick-dots .slick-active button::after {
	content: "\f175";
	font-family: 'Font Awesome 6 Free';
	font-weight: bold;
	color: #fff;
	position: absolute;
	/* left: 0; */
	width: 30px;
	background: transparent;
	height: 50px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50px;
	font-size: 24px;
	line-height: 50px;
}

.reviews-content .rattings {
	display: flex;
	align-items: center;
}

.reviews h3 {
	background: #fff;
	color: #3498db;
	font-size: 36px;
	line-height: 100px;
	margin: 10px;
	padding: 2%;
	position: relative;
	text-align: center;
}

span.rattings-number {
	color: #FFF;
	font-family: Poppins;
	font-size: 22px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.22px;
	margin-left: 19px;
}

.slick-vertical .slick-slide {
	opacity: 0.5;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}

.slick-vertical .slick-current {
	opacity: 1;
	border-top-color: #000;
	border-bottom-color: #000;
	z-index: 11;
}

.reviews-slider-block p {
	color: #777;
}

span.rattings-profile {
	display: block;
	color: #393939;
	font-family: Poppins;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.2px;
	margin-top: 7px;
	margin-bottom: 10px;
}

.reviews-content h2 {
	color: #FFF;
	font-family: Poppins;
	font-size: 38px;
	font-weight: 600;
	line-height: 52px;
	margin-bottom: 27px;
}

.reviews-content p {
	color: #FFF;
	font-family: Poppins;
	font-size: 19px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.19px;
	margin-bottom: 27px;
}

.reviews-slider-content {
	display: block;
	height: auto;
	border: 1px solid transparent;
	width: 550px !important;
	border-radius: 10px;
	background: #fff;
	padding: 40px 25px 32px 45px;
}

.reviews-slider-block {
	position: relative;
}

span.rattings-clientImage img {
	object-fit: contain;
	width: 90px;
	height: 90px;
}

span.rattings-clientImage {
    width: 90px;
    height: 90px;
    line-height: 84px;
    text-align: center;
    font-size: 39px;
    left: -50px;
    top: -40px;
    border: 4px solid #fff;
    border-radius: 50%;
     position: absolute;
	 font-weight: 500;
}
.bgSky{
	background: #06c8cf;
} 
.bgPurple{
	background: #7e069c;
} 
.bgBlue{
 		background: #0d6efd;
 }
/***********************reviews CSS End****************************/
.brands-we-work {
	margin: 100px 0px;
}

figure.brands img {
	height: 80px;
	object-fit: contain;
	width: 160px;
	padding: 0 8px;
}

.brands-we-work .brands-left h2 {
	font-size: 36px;
	font-weight: 600;
	color: #2D4A8E;
	margin-bottom: 15px;
}

.brands-we-work .brands-left p {
	margin-bottom: 30px;
}

.brands-we-work .brands-left .get-quote-btn,
.fed-up-div .right-content .get-quote-btn {
	border-radius: 5px;
}

.brandSlide ul.slick-dots li button {
	width: 10px;
	height: 10px;
	background: #E9E9E9;
	color: transparent;
	line-height: 10px;
	border: 0;
	border-radius: 50px;
}

.brandSlide ul.slick-dots li {
	list-style-type: none;
	position: relative;
}

.brandSlide ul.slick-dots .slick-active button {
	background: #2d498b !important;
}

.brandSlide ul.slick-dots {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 20px;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	/* overflow: hidden; */
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track::after {
	display: table;
	content: '';
}

.slick-track::after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

.slick-slide img {
	display: block;
	margin: auto;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;

	margin: 50px 0px 0 auto;
	border: 1px solid transparent;
	width: 550px !important;
	border-radius: 10px;

}

.slick-btn.slick-hidden {
	display: none;
}

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 40%;
	display: block;
	width: 48px;
	height: 48px;
	padding: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	color: #C3C3C3;
	border: none;
	outline: none;
	background: #F3F7FF;
	border-radius: 100px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: #F3F7FF;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev:before,
.slick-next:before {
	font-family: "FontAwesome";
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #333333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: 0px;
}

.step-block-inner img {
	width: 100px;
	height: 100px;
	object-fit: contain;
	margin: auto;
}

.slick-prev:before {
	content: "\f104";
}

.slick-next {
	right: 0px;
}

.slick-next:before {
	content: "\f105";
}

.brands-we-work .brandSlide {
	padding: 0px 50px;
}

.fed-up-div .right-content {
	background-color: #F4F7FF;
	padding: 55px 30% 55px 55px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.fed-up-div .right-content h2 {
	font-size: 36px;
	font-weight: 600;
	color: #2D498B;
}

.fed-up-div .right-content p {
	margin-bottom: 33px;
	margin-top: 10px;
}

.fed-up-div .right-content ul li {
	font-size: 23px;
	font-weight: 500;
	margin-bottom: 35px;
	display: flex;
	align-items: center;
}

.fed-up-div .right-content ul li img {
	margin-right: 30px;
	width: 50px;
	height: 50px;
	text-align: center;
}

.fed-up-div .left-img img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	overflow: hidden;
}

.left-img {
	height: 100%;
}

/**************FAQ Section CSS starts*****************/
section.faq-topq {
	margin: 100px 0;
}

.faq-topq-maainHeading {
	color: #2D498B;
	text-align: center;
	font-family: Poppins;
	font-size: 36px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.4px;
	max-width: 540px;
	margin: auto;
	margin-bottom: 37px;
}

.faq-topq-content .accordion-item {
	margin-bottom: 22px;
}

.faq-topq-content .accordion-item:last-child {
	margin-bottom: 0;
}

.collapse {
	visibility: unset !important;
}

.accordion-collapse {
	box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.10);
}

.faq-topq-content .accordion-item {
	border: none;
}

.faq-topq-content .accordion-button {
	background-color: #E6E9F1;
	padding: 22px 85px 18px 15px;
	color: #333;
	font-family: Poppins;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
	position: relative;
	border-radius: 0px 0 25px 0px !important;
	letter-spacing: 0.2px;
}

.faq-topq-content .accordion-button:focus {
	box-shadow: none;
}

.faq-topq-content .accordion-body {
	color: #262626;
	font-family: Poppins;
	font-size: 17px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0.17px;
	background-color: #fff;
	padding: 30px 30px 30px 30px;
}

.faq-topq-content .accordion-button:not(.collapsed)::after {
	content: "\f068";
	background-image: none;
	height: 70px;
	line-height: 70px;
	width: 70px;
	border-radius: 25px 0px 0px 0px;
}

.faq-topq-content .accordion-button::after {
	content: "\2b";
	font-family: 'Font Awesome 6 Free';
	font-weight: bold;
	position: absolute;
	top: 50%;
	background-image: none;
	bottom: 0;
	line-height: 22px;
	font-size: 38px;
	width: 70px;
	text-align: center;
	color: #fff;
	right: 0;
	border-radius: 25px 0px 25px 0px;
	transform: translateY(-50%);
}

.faq-topq-content .accordion-button::before {
	content: "";
	background: #2d498b;
	position: absolute;
	top: 0;
	height: 100%;
	bottom: 0;
	line-height: 70px;
	font-size: 38px;
	width: 70px;
	text-align: center;
	color: #fff;
	right: 0;
	border-radius: 25px 0px 25px 0px;
	transform: none;
}

.faq-topq-content .accordion-item,
h2.accordion-header {
	border-radius: 0px 0px 25px 0px;
}

/**************FAQ Section CSS ends*****************/
/**************Footer Section CSS ends***************/
footer.custom-footer {
	background-image: url(../img/footer-bg.png);
	position: relative;
	z-index: 1;
	padding: 66px 0 17px 0;
}

footer.custom-footer::after {
	content: "";
	background: radial-gradient(118.52% 68.32% at 97.53% 87.87%, #2D498B 0%, #000 100%);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.8;
	z-index: -1;
}

footer.custom-footer .custom-footer-para {
	padding-top: 20px;
	width: unset;
	color: #FFF;
	font-family: Poppins;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.14px;
}

footer.custom-footer p {
	color: #fff;
	padding-top: 20px;
}

.copyright {
	padding-top: 6px;
	margin-top: 95px;
	border-top: .5px solid rgb(112 142 215 / 50%);
	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 12px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.12px;
}

footer.custom-footer ul li,
footer.custom-footer ul li a {
	color: #fff;
	list-style-type: none;
	padding: 8px 0px;
	font-family: Poppins;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.14px;
	text-decoration: none;
}

footer.custom-footer h3 {
	color: #FFF;
	font-family: Poppins;
	font-size: 18px;
	font-style: italic;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.18px;
	position: relative;
	padding-bottom: 9px;
	margin-bottom: 20px;
}

footer.custom-footer h3::after {
	content: "";
	width: 165px;
	background: #fff;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}

/**************Footer Section CSS ends***************/
.popup-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(32 33 35 / 67%);
	justify-content: center;
	align-items: center;
	z-index: 9999999;
}

.popup-container {
	background-color: white;
	border-radius: 8px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	/* overflow: hidden; */
	width: 100%;
	max-width: 900px;
	opacity: 0;
	position: relative;
	transform: scale(0.8);
	transition: all 0.3s ease-in-out;
	margin: 0 20px;
}

.popup-card {
	margin: 20px;
	text-align: center;
	position: relative;
	background: #2D498B;
	padding-bottom: 30px;
}

.popup-card img {
	position: absolute;
	left: -80px;
	bottom: -62px;
	max-width: 500px;
}

.popup-card .banner-clockdiv-counter {
	top: 0;
	left: 0;
	justify-content: center;
	margin-bottom: 20px;
}

.popup-card h2 {
	font-size: 24px;
	margin-bottom: 10px;
}

.popup-card p {
	font-size: 16px;
	margin-bottom: 20px;
}

.popup-card-right h3 {
	color: #FFF;
	font-family: Poppins;
	font-size: 30px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.5px;
	display: inline-block;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}

#close-popup {
	background-color: #DCDCDC;
	color: #2d498b;
	border: none;
	padding: 5px 5px;
	border-radius: 50px;
	cursor: pointer;
	font-size: 24px;
	position: absolute;
	right: -35px;
	top: -35px;
	width: 40px;
	height: 40px;
	line-height: 31px;
	text-align: center;
}

#close-popup:hover {
	color: #fff;
	background-color: #2d498b;
	transition: 0.5s all;
}

#close-popup:hover {
	background-color: #0056b3;
}

.popup-overlay #banner-couterText {
	background: none;
}

.popup-card-left h2 {
	color: #FFF;
	font-family: Poppins;
	font-size: 50px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 2.5px;
	text-align: left;
	margin: 30px 0 0 30px;
}

.popup-card-left h2 span {
	display: block;
}

.popup-card #banner-couterText span {
	color: #FFF;
	font-family: Poppins;
	font-size: 72px;
	font-style: italic;
	font-weight: 900;
	line-height: 70px;
	letter-spacing: 0.72px;
}

.popup-card #banner-couterText span sub {
	font-size: 43px;
}

.popup-card #banner-couterText {
	font-size: 15px;
	padding: 0;
	text-align: left;
}

.popup-card #banner-couterText span.banner-couterText {
	background: transparent;
	font-size: 25px;
	font-style: italic;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.25px;
	padding: 0;
}

.popup-card-right button.get-btn {
	color: #FFF;
	text-align: center;
	font-family: Poppins;
	background: #A90E12;
	font-size: 20px;
	font-style: italic;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.2px;
	border: 0;
	padding: 15px 60px;
}

.popup-card-right button.get-btn:hover {
	background: #fff;
	transition: 0.5s all;
	color: #A90E12;
}

.popup-card-right {
	border-left: 1px solid #fff;
	margin-top: 30px;
	margin-bottom: 40px;
}

.custom-fakeNotifications {
	position: absolute;
	left: 0;
	right: 0;
}

.custom-social-proof {
	position: fixed;
	bottom: 0;
	z-index: 9;
}

.custom-notification-container {
	background: #fff !important;
	padding: 12px 12px;
	border-radius: 14px;
	width: 260px;
	display: flex;
	gap: 15px;
}

.custom-notification {
	margin-bottom: 10px;
	margin-left: 10px;
}

p.custom-notification-content {
	font-size: 12px;
}

.reason-why-inner-block img {
	width: 70px;
	height: 70px;
}

/*****************************88*/
div#popup-id {
	display: none !important;
}

/*************************************************Why SOS Page CSS**************************************************************/
.hero-banner.why-sos-video {
	background: url('../img/why-sos-banner.png') no-repeat;
	background-size: cover;
}

.hero-banner.why-sos-video:before {
	background: linear-gradient(180deg, rgb(233 233 233 / 69%) 10.96%, rgb(171 171 171 / 48%) 23.32%, rgb(143 143 143 / 25%) 34.54%, rgba(0, 0, 0, 0.39) 92.85%);
	background-blend-mode: color-burn;
}

button.banner-form-btn {
	color: #FFF;
	font-family: Poppins;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
	border-radius: 6px;
	background: #2D498B;
	letter-spacing: 0.2px;
	border: 0;
}

button.banner-form-btn a {
	padding: 14px 40px;
	display: block;
	transition: 0.5s;
	border-radius: 6px;
}

button.banner-form-btn a:hover {
	background: #a90e12;
	transition: 0.5s;
}

.why-sos-video-content h1 {
	color: #FFF;
	font-family: Poppins;
	font-size: 50px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.6px;
	text-align: center;
	margin-bottom: 14px;
}

.why-sos-video-content p {
	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: 0.2px;
	margin-bottom: 46px;
}

.why-sos-video-row {
	text-align: center;
}

section.whatWeOffer {
	margin-top: 100px;
	margin-bottom: 140px;
}

section.whatWeOffer h1 {
	color: #2D498B;
	font-family: Poppins;
	font-size: 45px;
	font-weight:600;
	letter-spacing: 0.38px;
	margin-bottom: 12px;
}

section.whatWeOffer h2 {
	color: #2D498B;
	font-family: Poppins;
	font-size: 50px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 6px;
	letter-spacing: 0.5px;
}

.whatWeOffer-subHeading {
	color: #777;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0.18px;
	margin-bottom: 50px;
}

.whatWeOffer-block {
	border-radius: 0px 80px 0px 0px;
	background: #FFF;
	box-shadow: 4px 5px 30px 0px rgba(0, 0, 0, 0.08);
	padding: 40px 30px;
	position: relative;
}

.whatWeOffer-block span {
	padding: 18px;
	display: inline-block;
	border-radius: 12px;
	background: #FFF;
	box-shadow: 6px 5px 21px 0px rgba(0, 0, 0, 0.10);
	margin-bottom: 40px;
}

.whatWeOffer-block h3 {
	font-family: Poppins;
	font-size: 25px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.25px;
	color: #333333;
	margin-bottom: 8px;
}

section.whatWeOffer .whatWeOffer-block p {
	color: #777;
	font-family: Poppins;
	font-size: 17px;
	font-weight: 400;
	line-height: 32px;
	hyphens: auto;
	letter-spacing: 0.17px;
	min-height: 260px;
}

span.whatWeOffer-blockNumber {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #A90E12;
	font-family: Poppins;
	font-size: 70px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.8px;
	opacity: 0.2;
}

.whatWeOffer-block:hover {
	background: linear-gradient(138deg, #3F5DA1 0%, #1A2E5E 112.95%);
	transition: 0.8s all;
}

.whatWeOffer-block:hover h3 {
	color: #fff;
}

section.whatWeOffer .whatWeOffer-block:hover p {
	color: #fff;
}

.whatWeOffer-block:hover::after {
	color: #fff;
}

/**********************What We Offer CSS Ends Here*************************/

/**********************Get Free Quote*************************/
section.getFreeQuote {
	background-image: url(../img/get-free-bg.png);
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	padding: 100px 0;
	background-size: cover;
}

section.getFreeQuote::after {
	content: "";
	background: linear-gradient(90deg, rgba(45, 73, 139, 0.85) 0%, rgb(134 150 188 / 99%) 62.65%, rgb(169 169 169 / 80%) 100%);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.8;
	z-index: -1;
}

.getFreeQuote-content h1 {
	color: #FFF;
	font-family: Poppins;
	font-size: 36px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
}

.getFreeQuote-content p {
	color: #FFF;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.18px;
	margin-bottom: 40px;
}

.getFreeQuote-content h1 span {
	letter-spacing: -10px;
}

.getFreeQuote-links {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.whatWeOffer-block:hover span.whatWeOffer-blockNumber {
	background: transparent;
	color: #fff;
}

.getFreeQuote-links a {
	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 20px;
	font-weight: 600;
	line-height: 31px;
	/* 140.909% */
	letter-spacing: 0.22px;
	text-decoration: none;
	display: block;
	border-radius: 5px;
	background: #2D498B;
	padding: 12px 20px;
}

.getFreeQuote-links a span {
	display: block;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.18px;
}

/**********************Get Free Quote CSS Ends Here*************************/
.customTabs svg {
	margin: auto;
}

/* *************** Car Loader******************** */

.customLoading {
	background: url(../img/car-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	background-size: calc(100% - 50%);
	width: 100%;
	height: 100%;
	max-width: 320px;
}


.loader {
	position: absolute;
	top: 0;
	background: #2a3f72e8;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
}

.loader::after {
	content: "";
	background: #b91c1c;
	position: absolute;
	width: 130px;
	height: 130px;
	z-index: 9;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}

.zr-thnk-u {
	display: none;
}

.zr-thnk-u {
	text-align: center;
	padding: 20px 10px;
	font-size: 24px;
	color: #fff;
	font-weight: 400;
	margin-top: 30px;
}

.invalid {
	border: 3px solid red !important;
}

#captcha_valid {
	color: red;
}

span.customCaptcha {
	display: flex;
	flex-direction: column;
	row-gap: 15px;
	align-items: start !important;
}

.contactSubmit-message {
	color: green;
	font-size: 16px;
	margin: 50px 0 20px 0;
	text-align: center;
	font-family: Poppins;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.85px;
	transition: 0.3s all;
	background: transparent;
}

.custom-contactBtn {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

section.custom-privacyPolicy h1 {
    color: #2D498B;
    font-family: Poppins;
    font-size: 38px;
    font-weight: 700;
    line-height: 66px;
    letter-spacing: 0.38px;
    margin-bottom: 10px;
    margin-top: 0;
}

.contactSubmit-message {
	display: none;
}

.text-right.custom-contact-loader {
	position: relative;
	background: #fff;
}

#q_mileage {
	color: red;
	margin: 4px 0 0px 0;
}

.custom-loader {
	position: absolute;
	background: #758ac5b8;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 7px;
}

.custom-loader {
	display: none;
}

.custom-loader img {
	width: 55px;
	margin: auto;
	height: 100%;
}

.contactError-message {
	color: red;
	font-size: 16px;
	margin: 50px 0 20px 0;
	text-align: center;
	font-family: Poppins;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.85px;
	transition: 0.3s all;
	background: transparent;
}

.contactError-message {
	display: none;
}

/******************Privacy Policy*********************/

section.custom-privacyPolicy {
    margin: 100px 0;
}

p.pricavyPolicy-para {
	color: #666;
	margin: 14px 0;
	font-family: Poppins;
	font-weight: 400;
	letter-spacing: 0.38px;
}

h3.pricavyPolicy-mainHeading {
	color: #2D498B;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.38px;
	margin-top: 30px;
}

ul.pricavyPolicy-lists li {
    list-style-type: disc;
    margin-left: 23px;
    color: #666;
}

ul.pricavyPolicy-lists {
	margin-bottom: 30px;
}

/******************Thankyou Page*********************/

.custom-thankyou {
	display: flex;
	flex-direction: column;
}

.custom-thankyou-2 {
	padding: 30px;
	text-align: center;
	margin-top: 220px;
	height: 90vh;
}

.custom-thankyou h1 {
	font-family: Poppins;
	font-size: 4em;
	font-weight: 900;
	letter-spacing: 3px;
	color: #fafafa;
	margin: 0;
	margin-top: 40px;
	margin-bottom: 40px;
}

.custom-thankyou-2 p {
	margin: 0;
	font-size: 1.3em;
	color: #fafafa;
	font-family: Poppins;
	letter-spacing: 1px;
	line-height: 1.5;
}

.thankyou-go-home {
	background: #a90e12;
	border: none;
	margin-top: 40px;
	border-radius: 6px;
}

.thankyou-go-home:hover {
	background: #2D498B;
}

.thankyou-go-home a {
	font-family: Poppins;
	font-size: 1rem;
	font-weight: 700 !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	padding: 15px 70px;
	color: #fff;
	display: block;
}

.footer-like {
	margin-top: auto;
	background: rgb(31, 38, 130);
	padding: 6px;
	text-align: center;
}

.footer-like p {
	margin: 0;
	padding: 4px;
	color: #fafafa;
	font-family: Poppins;
	letter-spacing: 1px;
}

.footer-like p a {
	text-decoration: none;
	color: #5892FF;
	font-weight: 600;
}

.footer-like p a:hover {
	color: #FFF;
}

.custom-thankyou {
	margin: 0 auto;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.89) 4.25%, rgba(0, 0, 0, 0.00) 43.85%, rgba(0, 0, 0, 0.00) 35.67%, #070b17ed 100%, rgba(0, 0, 0, 0.00) 56.67%, #181c2bdb 100%);
}

.custom-thankyou-2 img {
	margin: auto;
	margin-bottom: 40px;
	width: 110px;
}

.thankyoucontent {
	background-image: url(../img/hero-banner-01.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
}

.custom-thankyou-2 h1 {
	font-size: 60px;
	text-align: center;
	font-family: Poppins;
	font-weight: 700;
	line-height: 106px;
	letter-spacing: 0.38px;

}

.custom-Manufacturer {
	padding: 80px 0;
	position: relative;
	background-image: url(../img/how-claim-step-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.custom-Manufacturer-row {
	display: flex;
	justify-content: space-between;
}

.custom-Manufacturer-block {
	width: 25%;
}

section.custom-Manufacturer ul li {
	list-style-type: none;
	padding: 4px 0;
	color: #343030;
	font-family: Poppins;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.85px;
	font-size: 14px;
}

section.custom-Manufacturer h2 {
	color: #2D498B;
	font-family: Poppins;
	font-size: 38px;
	font-weight: 700;
	line-height: 66px;
	letter-spacing: 0.38px;
	margin-bottom: 40px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.customTable::-webkit-scrollbar {
	display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.customTable {
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

/* .validation-message,
.error-message {
	color: #fff !important;
} */

.validation-message,
.error-message {
	display: block;
	min-height: 18px;
	font-size: 13px;
	line-height: 18px;
}

.formDescription {
	color: #fff;
	font-family: Poppins;
	font-size: 12px;
	font-style: italic;
	font-weight: 500;
	line-height: 20px;
	border-top: 1px solid #ffffffbf;
	display: block;
	text-align: left;
	padding-top: 20px;
}

select:focus-visible,
.input:focus-visible {
	outline: none;
}


/* **********************quote banner css start************************** */
#zr-quote-banner .hero-banner {
    background: url('../img/banner-img-sos.webp') no-repeat;
    padding: 12% 0 2% 0;
	background-size: cover;
    background-position: center;
}
#zr-quote-banner .hero-banner:before {
    background: linear-gradient(180deg, rgb(0 0 0 / 33%) 4%, rgb(0 0 0 / 40%) 43%, rgb(0 0 0 / 40%) 35%, #000000d9 100%, rgb(0 0 0 / 0%) 56%, #000 100%);
 }
 nav.navbar.navbar-expand-lg.pt-0.pb-0.custom-navigation {
    background: rgb(255 255 255 / 70%);
}
#zr-quote-banner .custom-quote p#banner-couterText .banner-couterText {
    font-size: 50px !important;
}
#zr-quote-banner .custom-quote .banner-form form {
    background: rgb(0 0 0 / 50%);
    border-radius: 10px;
	max-width: 700px;
}
#zr-quote-banner .custom-quote div#countdwn1 { 
    margin-top: 10px !important;
}

 #zr-quote-banner .custom-quote form#multistep_form span.banner-couterText-off {
    color: #A90E12;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #ffffff;
    display: inline-block;
    line-height: 120.5%;
    font-weight: 900 !important;
    font-size: 90px;
}
#zr-quote-banner .custom-quote  p#banner-couterText,
#zr-quote-banner .custom-quote  p#banner-couterText .banner-couterText {
    font-size: 45px;
}
#zr-quote-banner .custom-quote #banner-couterText span sub {
    line-height: 120.5%;
    font-weight: bolder;
    font-size: unset;
}
#zr-quote-banner .custom-quote .banner-content-left-content {
    position: relative;
    left: 60px;
}

#zr-quote-banner .custom-quote .banner-content-left-content h1 {
    font-size: 60px;
}
#zr-quote-banner .custom-quote #banner-couterText,
#zr-quote-banner .custom-quote  #banner-couterText .banner-couterText{
	font-size: 42px !important;
}
#zr-quote-banner .custom-quote p#banner-couterText {
    border-bottom: 1px solid #948889;
    margin-bottom: 15px;
    padding-bottom: 10px !important;
}
#zr-quote-banner .custom-quote .banner-form form {
    padding: 30px;
 }
 #zr-quote-banner .custom-quote  div#countdwn1 {
    bottom: unset;
    left: 0;
    margin-top: 50px;
}
#zr-quote-banner .custom-quote ul.banner-form-list.row {
    row-gap: 15px;
}
#zr-quote-banner .custom-quote .banner-content-left {
     border-left: 6px solid #fff;
     padding: 110px 0px 72px 00px;
     border-right: 0;
     margin-right: 120px;
     position: relative;
     display: inline-block;
     left: 80px;
}

#zr-quote-banner .custom-quote .banner-content-left h1,
#zr-quote-banner .custom-quote .banner-content-left>p {
    padding-left: 0 !important;
}

#zr-quote-banner .custom-quote .banner-content-left::after,
#zr-quote-banner .custom-quote .banner-content-left::before {
    content: "";
    background: #fff;
    width: 6px;
    height: 70px;
    position: absolute;
    top: 0;
    right: 116px;
}
#zr-quote-banner .custom-quote .banner-content-left-content::after,
#zr-quote-banner .custom-quote  .banner-content-left-content::before {
    content: "";
    border-bottom: 6px solid white;
    position: absolute;
    left: -60px;
    bottom: -70px;
    width: 82%;
    z-index: 0;
}

#zr-quote-banner .custom-quote .banner-content-left-content::before {
    bottom: unset;
    top: -110px;
}
#zr-quote-banner .custom-quote .banner-content-left::before {
    top: unset;
    bottom: 0;
}
#zr-quote-banner .custom-quote .banner-clockdiv-counter>div span {
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ffffff;
    font-size: 70px;
    line-height: normal;
}

#zr-quote-banner .banner-clockdiv-counter>div {
    width: 110px;
    height: 100px;
    background: transparent;
    box-shadow: none;
}
#zr-quote-banner p#banner-couterText span.banner-couterText {
    line-height: 40px;
    font-size: 50px !important;
}
#zr-quote-banner .smalltext {
    top: unset;
    bottom: -15px;
}
 /* **********************quote banner css end*************************** */


/* **********************Auto Warranty css start*************************** */


.article-trust-div {
    display: inline-flex;
    gap: 30px;
	align-items: center;
}
 .zr-deco { position: absolute; inset: 0; z-index: 0; pointer-events: none; user-select: none; }
.zr-content { position: relative; z-index: 10; }
.reveal { opacity:0; transform: translateY(30px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity:1; transform:none; }
.st > * { opacity:0; transform: translateY(20px); transition: opacity .55s ease, transform .55s ease; }
.st.in > * { opacity:1; transform:none; }
.st.in > *:nth-child(1){transition-delay:.05s}.st.in > *:nth-child(2){transition-delay:.12s}.st.in > *:nth-child(3){transition-delay:.19s}.st.in > *:nth-child(4){transition-delay:.26s}.st.in > *:nth-child(5){transition-delay:.33s}.st.in > *:nth-child(6){transition-delay:.4s}.st.in > *:nth-child(7){transition-delay:.47s}.st.in > *:nth-child(8){transition-delay:.54s}.st.in > *:nth-child(9){transition-delay:.61s}.st.in > *:nth-child(10){transition-delay:.68s}
.dots { background-image: radial-gradient(rgba(45,73,139,.18) 1.5px, transparent 1.5px); background-size: 22px 22px; }
.dots-light { background-image: radial-gradient(rgba(255,255,255,.14) 1.5px, transparent 1.5px); background-size: 22px 22px; }
.card-hover { transition: transform .3s ease, box-shadow .3s ease; }
.card-hover:hover { transform: translateY(-8px); box-shadow: 0 24px 40px -14px rgba(30,49,99,.28); }
.vline::before { content:''; position:absolute; left:19px; top:0; bottom:0; width:2px; background: linear-gradient(#2D498B, #A90E12); }

    .zr-warranty-hero-section::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background: linear-gradient(90deg, rgba(5, 14, 35, .7), rgba(8, 18, 39, .08) 70%), linear-gradient(0deg, rgba(5, 12, 28, .5), transparent 55%)
    }

    .zr-warranty-eyebrow::before {
      content: "";
      width: 24px;
      height: 2px;
      background: currentColor
    }

    .zr-warranty-eyebrow--amber::before {
      display: none
    }

    .zr-warranty-quote::before {
      content: '“';
      position: absolute;
      top: 10px;
      left: 20px;
      font-size: 48px;
      line-height: 1;
      color: #c9d4ea
    }

    .zr-warranty-process-line::before {
      content: "";
      position: absolute;
      top: 17px;
      left: 12%;
      right: 12%;
      border-top: 2px dashed #d7deeb
    }

    [data-reveal] {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity .7s ease, transform .7s ease
    }

    [data-reveal].zr-warranty-is-visible {
      opacity: 1;
      transform: none
    }

    .zr-warranty-grid-4 [data-reveal]:nth-child(2),
    .zr-warranty-type-grid [data-reveal]:nth-child(2) {
      transition-delay: .08s
    }

    .zr-warranty-grid-4 [data-reveal]:nth-child(3),
    .zr-warranty-type-grid [data-reveal]:nth-child(3) {
      transition-delay: .16s
    }

    .zr-warranty-grid-4 [data-reveal]:nth-child(4) {
      transition-delay: .24s
    }

    .zr-warranty-comparison-row:hover .zr-warranty-comparison-cell {
      background: #f8faff
    }

    .zr-warranty-comparison-row:hover .zr-warranty-comparison-feature {
      background: #dfe6f3
    }
.timeline-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.timeline-item {
  flex: 1;
  max-width: 220px;
  text-align: center;
}
.dashed-line {
  flex: 0 0 auto;
  width: 100px;
  height: 1px;
  border-top: 2px dashed #d5d8e0;
  margin-top: 30px;
}

/* ===== Icon grids (sections 4, 9) ===== */
.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
.grid-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.icon-card {
  background: #fff;
  border-radius: 12px;
  padding: 32px 20px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(20, 25, 60, 0.05);
}
.icon-circle {
  width: 64px;
  height: 64px;
  background: #eef1fb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px auto;
  font-size: 24px;
}
.icon-circle-pink { background: #fbe4e4; }
.icon-circle-red { background: #8a1f2b; }
.icon-circle-white { background: rgba(255,255,255,0.15); }
.card-title {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 12px 0;
}.badge {
    width: 44px;
    height: 44px;
    font-weight: 700;
    font-size: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
     background: #8a1f2b;
     color: #fff;
    margin: 0 auto 18px auto;
}
@media(prefers-reduced-motion:reduce) {

      *,
      ::before,
      ::after {
        transition: none !important;
        animation: none !important
      }

      [data-reveal] {
        opacity: 1;
        transform: none
      }
    }

 
 /* **********************Auto Warranty css end*************************** */