* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Mulish", sans-serif !important;
}

.section-wrap {
	padding: 6rem 0;
	width: 100%;
}

.heading2 {
    margin: 0;
    padding-bottom: 2rem;
    font-size: 3.6rem;
    line-height: normal;
    font-weight: 700;
    text-align: left;
    color: #2d2d2d;
}

.text, .sub-heading {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 24px;
	color: #282828;
}

.sub-heading {
	color: #575757;
}

.sub-txt {
	font-size: 1.6rem;
    line-height: 20px;
    font-weight: 400;
}

.bg-blue {
    background: var(--Blue-Gradient, linear-gradient(180deg, #004A80 0.49%, #00305B 100%));
}

.lightgray {
	background: #F8F6E4;
}

.bg-gray {
	background:  #F8F6F6
}

.align-center {
	text-align: center;
}

.no-margin {
	margin:  0 !important;
}

.mb-10 {
	margin-bottom:  1rem;
}

.img-cont-block, .cont-img-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
} 

.img-block {
	width: 40%;
	text-align: center;
}

.cont-block {
	width: 60%;
}

.features-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 25px;
	margin-top: 5rem;
}

.features-block-item {
	width: 32%;
}

.features-block-item img {
	/*height: 4rem;*/
	margin-bottom: 1rem;
}

.features-block-item .block-title {
	font-size: 1.8rem;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 1rem;
	margin-top:  0;
}

.cover-list li, .step-list li  {
	position: relative;
	font-size: 1.6rem;
	line-height: 20px;
	font-weight: 400;
	color:  #282828;
	margin-bottom: 1.6rem;
	padding-left:  2rem;
}

.covered-list li:last-child {
	margin:  0;
}

.cover-list li:before {
	content: '';
	position: absolute;
	top:  7px;
	left:  0;
	background:  url('../images/bullet.svg') no-repeat;
	background-size:  contain;
	width:  9px;
	height: 9px;
}

.drive-insure-block .cont-img-block {
	gap: 0;
}

.step-list {
	margin-top: 3rem;
}

.step-list li {
	padding: 0;
}

.step-list li span {
	font-size: 1.6rem;
	line-height: 20px;
	font-weight: 400;
}

.car-usage-block .img-cont-block {
	gap:  110px;
}

.color-white .heading2, .color-white li, .color-white .sub-txt {
	color:  #fff;
}

.motor-cover-list {
	margin-top:  3rem;
}

.motor-cover-list li {
	position: relative;
	margin-bottom: 1rem;
	padding-left: 3rem;
	font-size: 1.6rem;
	line-height: 20px;
	font-weight: 400;
}

.motor-cover-list li:before {
	content: '';
	position: absolute;
	top:  0px;
	left:  0;
	background:  url('../images/right-tick.svg') no-repeat;
	background-size:  contain;
	width:  14px;
	height: 20px;
}

.block-list {
	display: flex;
	flex-wrap: wrap;
	gap:  25px;
	margin-top: 1.5rem;
}

.block-list li {
	width: 32%;
	border: 1px solid #065E9E;
	border-radius: 15px;
	padding: 3rem;
	display: flex;
	align-items: flex-start;
}

.num-holder {
	font-size: 4.5rem;
	line-height: 47px;
	font-weight: 700;
	color: #F26624;
}

.car-ins-content {
	margin:  5px 0 0 25px;
}

.car-ins-head {
	font-size:  1.8rem;
	line-height: 23px;
	font-weight: 700;
	color:  #fff;
	margin-bottom: 1rem;
}

.car-ins-p {
	font-size:  1.6rem;
	line-height: 24px;
	font-weight: 400;
	color:  #fff;
}
/***FAQ Start***/
.faq-sec{
	margin: 0 auto;
	max-width: 878px;
	width: 100%;
}

.quest-answ-block {
	margin-top:  3rem;
}

.question-block {
	margin-bottom: 2.4rem;
}

.question-block:last-child {
	margin-bottom: 0;
}

.question {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 1rem;
	display: block;
}

.answer {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 24px;
	display: block;
}
/***FAQ End***/

/****Breadcrumbs/Disclaimer****/
.breadcrumbs-block {
	border-top: 1px solid #EAEAEA;
	padding: 1.4rem 0;
}

.breadcrumbs-sec {
	display: flex;
	justify-content: space-between;
}

ul.breadcrumbs {
	display: flex;
}

ul.breadcrumbs li {
	font-size: 1.4rem;
	font-weight: 600;
	line-height: normal;
	margin-right: 40px;
}

ul.breadcrumbs li:last-child {
	margin: 0;
}

ul.breadcrumbs li a {
	position: relative;
}

ul.breadcrumbs li a.subtitle {
	color: #6C6C6C;
}

ul.breadcrumbs li a:after {
	content: "";
	position: absolute;
    border: solid #282828;
    border-width: 0 1.2px 1.2px 0;
    display: inline-block;
    padding: 3px;
    vertical-align: top;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-top: 6px;
    margin-left: 10px;
}

ul.breadcrumbs li:last-child a:after {
	display: none;
}

.disclaimer-link {
	color: #EC6625;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: normal;
	text-decoration-line: underline;
}

.disclaimer-link a {
	color: #EC6625;
}
/****Breadcrumbs/Disclaimer****/


/****Button Start****/
.primary-btn {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    color: #fff;
    padding: 1.1rem 2.4rem;
    font-size: 1.6rem;
    background: #EC6625;
    border-radius: 5px;
    text-decoration: none;
    outline: none;
    border: 3px solid transparent;
    font-weight: 700;
    text-align: center;
}
.primary-btn:hover {
    background: #FD7B20;
    color: #fff;
}
.primary-btn:focus {
    background: #E26123;
    box-shadow: 0 0 0px 3px #e26123;
    border: 3px solid #fff;
}
/****Button End****/


/****Widget Start****/
.banner-bg {
	background:  url('../images/banner-bg.svg') no-repeat;
	background-size:  100%;
	background-position: left bottom;
	width: 100%;
	padding-bottom: 20px;
}

.banner-bg:after {
	height: auto;
	background: none;
}

.form-wrap {
	display: flex;
	justify-content: space-between;
	gap: 100px;
}

h1 {
	font-size:  4.8rem;
	line-height: 60px;
	font-weight: 900;
	margin-bottom: 1rem;
}

.sub-txt {
	font-size: 1.8rem;
	line-height: 23px;
	font-weight: 500;
}

.head-block .sub-txt {
	font-size:  2.8rem;
	line-height: 35px;
	font-weight: 600;
}

.form-block {
	border-radius: 15px;
	border: 1px solid #CBCDCE;
	box-shadow: 3px 4px 23px 0 rgb(0 0 0 / .06);
	padding: 3rem;
	max-width: 427px;
	width: 100%;
	background: #fff;
}

.title-block {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.5rem;
}

.form-title {
	font-size: 1.8rem;
	line-height: 23px;
	font-weight: 700;
}

.step-block {
	width: 73px;
	height: 28px;
	border-radius: 25px;
	background: #E1F4FD;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:  1.2rem;
	line-height: 15px;
	font-weight: 600;
}

.step {
	font-size: 1.4rem;
	line-height: 18px;
	font-weight: 700;
	margin-left:  5px;
}

.left-block {
	width:  60%;
}

.banner-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap:  10px;
	margin-top: 2rem;
}

.tp-car-widget-banner ul li.ban-list-item {
	display: flex;
	align-items: center;
	width: 175px;
	background: linear-gradient(270deg, #FFFFFF -9.13%, #FFF2EB 100%);
	border: none;
	border-radius: 10px;
	padding:  1rem;
}

.pic-sec {
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
}

.tp-car-widget-banner ul li.ban-list-item p {
	font-size:  1.6rem;
	line-height: 20px;
	font-weight: 600;
	margin-left:  10px;
}

/*.il-input-block {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 3rem;
}

.il-input-block input {
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    background: #fff;
    padding: 1.2rem;
    width: 100%;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 500;
    color: #282828;
}

.il-input-block span.errormsgfont {
    font-size: 1.3rem;
    color: red;
    display: none;
}

.il-input-block label {
	font-size:  1.6rem;
	color:  #838383;
	font-weight: 500;
	position: absolute;
	left: 17px;
	top: 14px;
	background: #fff;
	transition: 0.3s all ease;
	pointer-events: none;
}*/

.btn-block {
	display: block;
	width: 100%;
}

.btn-block .primary-btn {
	width: 100%;
}

.check-list-block {
	margin-top: 2.5rem;
}

#terms_cond, #whatsapp {
	padding: 0;
	height: 0;
	width: 0;
	margin: 0;
	cursor: pointer;
	display: none;
} 

.inline-cont a {
	text-decoration: underline;
}

.terms-cond-check {
	display: inline-block;
	position: relative;
	cursor: pointer;
	font-size: 1.4rem;
	font-weight: 400;
	color: #282828;
	margin-bottom: 1rem;
}

.check-list-block label {
    position: relative;
    cursor: pointer;
    display: flex;
    font-size: 1.4rem;
    font-weight: 400;
    color: #282828;
    margin-bottom: 0;
}

.check-list-block label:before {
	content: "";
    -webkit-appearance: none;
    background-color: #fff0;
    border: 2px solid #838383;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 3px;
    height: -moz-fit-content;
    height: fit-content;
    transition: .3s all ease;
}

.check-list-block input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.check-list-block input:checked+label:before {
    background-color: #EC6625;
    border: 2px solid #EC6625;
}

.inline-cont {
	margin-left: 4px;
}

/****Widget End****/

.img-block img {
	width:  100%;
}

.read-more {
	display: none;
}

.more-cont {
	display: flex;
}

.read-more::after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNSAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNSA3LjI1TDggMi43NUwxMi41IDcuMjUiIHN0cm9rZT0iI0VDNjYyNSIgc3Ryb2tlLXdpZHRoPSIyLjUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat, repeat;
    background-position: right 10px top 50%, 0 0;
    background-size: 1.2em auto, 100%;
    transition: all 0.2s ease-in-out;
    position: absolute;
    padding-left: 30px;
    z-index: 999;
    width: 35px;
    height: 21px;
    text-align: justify;
    margin: 0 auto;
    transform: rotate(180deg);
}

.read-more.read-less::after {
    transform: rotate(0deg);
}

.il-pop-newui .popup-btn-block a {
	margin: 0 !important;
}

.js-popup-close {
	padding:  0 !important;
	border:  none !important;
}

/*****Responsive*****/
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1330px;
    }
}

@media (max-width: 1280px) {
	.block-list li {
		width: 48.5%;
	}

	.features-block-item {
		width: 31%;
	}
}

@media (max-width:  1024px) {

	.plan-block {
		gap:  10px;
	}

	.group-insure-block {
		gap: 15px;
	}

	.block-list li {
        width: 48.5%;
    }

    /*.features-block-item {
    	width: 48%;
    }*/
}

@media (max-width:  991px) {
	.block-list li {
        width: 48%;
    }

    h1 {
    	font-size:  2.4rem;
    	line-height: 30px;
    	font-weight: 800;
    	text-align: left;
    }

    .head-block .sub-txt {
    	font-size:  1.6rem;
    	line-height: 22px;
    }
}

@media (max-width:  768px) { 
	.form-wrap {
		flex-direction: column;
		gap: 10px;
	}

	.left-block {
		width:  100%;
	}

	.form-block {
		padding: 2rem;
	}

	.title-block {
		display: none;
	}

	.block-list li {
        width: 100%;
        padding:  1.6rem 2rem;
    }

    .step-list {
    	margin-top: 1.6rem;
    }

	.sub-txt {
		font-size: 1.4rem;
		line-height: 21px;
		text-align: center;
	}

	.img-cont-block, .cont-img-block {
		flex-direction: column;
	}

	.img-cont-block {
		flex-direction: column-reverse;
	}

	.img-block, .cont-block {
		width:  100%;
	}

	.heading2 {
		text-align: left;
	}

	.plan-block {
		flex-direction: column;
	}

	.plan-item {
		width:  100%;
	}

	.insure-block {
		width: 100%;
	}

	.left-right-block, .right-left-block {
		flex-direction: column-reverse;
		gap:  30px;
	}

	.right-left-block {
		flex-direction: column;
	}

	.block-list {
		gap:  0;
		margin:  0;
	}

	.block-list li {
		margin-bottom:  1.6rem;
	}

	.tp-car-widget-banner ul li.ban-list-item {
        width: 32%;
        display: flex;
        flex-direction: column;
        background: linear-gradient(360deg, #FFFFFF 0%, #FFF2EB 101.19%);
    }

    .tp-car-widget-banner ul li.ban-list-item p {
    	font-size:  1.4rem;
    	margin-left: 0;
    }

    .form-block {
    	max-width: 100%;
    }
}

@media (max-width: 480px) {
	.section-wrap {
		padding: 4rem 0;
	} 

	section.il-bg-wrap.banner-bg {
		padding-bottom: 140px;
	}

	.container {
		padding-right:  10px;
		padding-left:  10px;
	}

	.heading2 br {
		display: none;
	}

	.heading2 {
		font-size: 2.4rem;
		font-weight: 700;
		line-height: 30px;
		padding-bottom: 1.5rem;
	}

	.sub-heading, .sub-txt {
		text-align: left;
	}

	.img-mob {
		width: 100%;
	}

	.img-cont-block {
		flex-direction: column-reverse;
	}

	.img-cont-block, .cont-img-block {
		gap:  20px;
	}

	.car-usage-block .img-cont-block {
		gap: 30px;
	}

	.features-block {
		gap: 0;
		margin-top: 1.8rem;
	}

	.features-block-item {
		width: 100%;
		margin-bottom: 4rem;
	}

	.features-block-item img {
		height: auto;
		margin-bottom: 0.5rem;
	}

	.features-block-item.mb-0 {
		margin-bottom: 0;
	}

	.breadcrumbs-block {
		padding:  1.5rem 0;
		margin:  0;
	}

	.shop-insure-article .container {
		border-radius: 0;
		padding: 4rem 2rem;
	}

	.img-article-block {
		flex-direction: column-reverse;
		justify-content: center;
	}

	.quest-answ-block {
		margin-top: 1.5rem;
	}

	.step-list li span {
		display: block;
		margin-top:  1rem;
	}

	.breadcrumbs-sec {
		flex-direction: column;
	}

	ul.breadcrumbs li {
		margin-right: 30px;
	}

	.disclaimer-link {
		margin: 2rem 0 2rem 0;
		padding-top: 2rem;
	    border-top: 1px solid #dfdfdf;
	}

	.more-cont {
		display: none;
	}

	.read-more {
		display: block;
        text-align: center;
        text-decoration: underline;
        font-size: 1.4rem;
        line-height: 18px;
        font-weight: 700;
        color: #EC6625;
    }

    a.read-more, a.read-less {
    	color: #fe6625;
    	text-decoration: underline;
    }

    a.read-less {
    	 margin-top: 3rem;
    }

    .tp-car-widget-banner ul li.ban-list-item { 
    	width: 31%;
    }

}
/*****Responsive*****/