* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none !important;
	/* list-style: none !important; */
	outline: none !important;
	margin: 0;
	padding: 0;
}
/*  */
input[type="range"] {
    accent-color: coral !important;
  }
  /*  */
  input[type='checkbox'] {

    /* background: #ec0100 !important;
    accent-color: #ec0100 !important; */
    --tw-text-opacity: 1;
    background: rgb(45 53 126) !important;
    accent-color: rgb(45 53 126) !important;

  }
html {
	height: 100%;
}
/* label{
    font-size: 0.9rem !important;
} */
body {
	color: #888888;
	font-size: 15px !important;
	font-family: "IBM Plex Sans", sans-serif;
	height: 100%;
	overflow-x: hidden;
}
/* logo text start */
.logoText{
    max-width: 146px;
}
/* logo text end  */
.sky-background-header
{
background-color: #ffffff;
margin-top: 6rem;
/* padding-bottom:2rem; */
}
.sky-background-bottom {
    background-color: #0fa7e0;
    margin-top: 1rem;
    padding-bottom: 4rem;
	padding-top: 4rem;
}
.d-blue-color
{
color:#ec0100 !important;
}
a {
	text-decoration: none !important;
}
/* a:hover {
	color: #dedeed !important;
} */
.navbar-brand.navbar-logo img {
	/* max-width: 130px !important; */
    	max-width: 80px !important;

}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
span, a {
	display: inline-block;
	color: inherit;
}
h1, h2, h3, h4, h5, h6 {
	color: #151515;
	font-weight: bold;
	font-family: "IBM Plex Sans", sans-serif;
	margin: 0;
}
p {
	line-height: 1.6;
	font-weight: 400;
	margin: 0;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 26px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 13px;
}
h4 {
	font-weight: 400;
}
h6 {
	font-weight: bold;
}
.navbar {
	position: fixed;
	right: 0;
	left: 0;
	top:0;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	min-height: 50px;
	line-height: 50px;
	background: #ffffff;
	z-index: 1030;
}
.navbar .active {
	color: #dedeed !important;
}
.navbar .navbar-brand {
}
.navbar .nav-item {
	margin: 0 5px;
	padding: 0;
}
.navbar .nav-item a {

	/* color: #ec0100; */
    color: #4a4b4c;
    font-weight: 400;
    font-size: 13px !important;
}
.navbar .nav-link {
	position: relative;
	padding: 0;
}
.navbar .navbar-toggler {
	cursor: pointer;
}
.navbar .navbar-toggler span {
	color: #fff;
}
.navbar-style2 .active:after, .navbar-style2 .nav-link:after {
	display: none;
}
.nav-scroll {
	background: #fff;
	-webkit-box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
	/*box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);*/
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
border-bottom: 4px solid #cfcfcf;
}
.nav-scroll .navbar-nav > li > a {
	color: #333;
}
.nav-scroll .navbar-brand img {
	-webkit-transform: scale(1.03) !important;
	transform: scale(1.03) !important;
}
.nav-scroll .navbar-toggler {
	cursor: pointer;
}
.nav-scroll .navbar-toggler span {
	color: #333;
}
.nav-scroll .nav-link:hover:after {
	background-color: #2388ed;
}
.nav-scroll .active {
	position: relative;
}
.banner {
    /* background: url(images/bannerImage.png); */
    color: #ffffff;
    text-align: center;
    width: 100%;
    /* height: 100%; */
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    /* display: flex; */
    align-items: center;
    justify-content: center;
}
.banner-overlay {
	/* background:linear-gradient(to bottom, rgba(171, 47, 82, 0.82) 0%, #ffaf53 100%); */
	padding:100px 0px 0px 0px;
	/* border-bottom:#c4c4c4 1px solid; */
}

.bannertext-pt-sec
{
	padding-top:10rem;
}
.banner h1 {
	color: #151515;
    font-weight: bold;
}
.banner p {
	margin:15px auto 15px;
	max-width: 670px;
	color: #151515;
}
.banner-btn {
	background: #019de4;
    color: #fff !important;
    padding: 5px 5px 5px 25px;
    font-size: 15px;
    /* border-radius: 1000px; */
	border:1px solid #019de4;
    display: flex;
    align-items: center;
    width: 165px;
    justify-content: space-between;
    margin: auto;
    margin-top: 30px;
    box-shadow: 2px 3px 10px #dfdfdf;
	transition: 0.3s;
}
.banner-btn:hover {
	background: #ffffff;
	color: #151515 !important;
}
.banner-btn .icon-arrow-btn {
    width: 35px;
    height: 35px;
    /* background: #019de4; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: 0.3s;
}

.banner-btn:hover .icon-arrow-btn {
	background: #019de4;
    color: #dedeed !important;
}
.banner-btn:hover .icon-arrow-btn .fa-arrow-right {
    color: #dedeed !important;
}
.section-padding {
	/* padding: 100px 0px; */
}
.section-title {
	padding-bottom: 30px;
	padding-top: 40px;
}
.section-title-white h2 {

	color:#ffffff;
}
/* .section-title h3 {
	color: #ec0100;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 22px;
} */
.section-title h2 {
	 color: #ec0100;
    /* text-transform: uppercase; */
    font-weight: bold;
    margin-bottom: 22px;
    line-height: 1.5;
}
.instant-access .section-title h3 {
    color: #151515;
}
.color-purple-title {
	color: #ec0100 !important;
}
.section-title p {
	width: 60%;
	margin: 15px auto 20px;
}
.section-title-line {
	background: #ececec;
	content: "";
	height: 1px;
	position: absolute;
	left: calc(50% - 87px);
	width: 175px;
}
.section-title-line:after {
	background: #ab2f52;
	bottom: -1px;
	content: "";
	height: 2px;
	left: calc(50% - 22px);
	position: absolute;
	width: 45px;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.mb-100 {
	margin-bottom: 100px !important;
}
.mt-50 {
	margin-top: 50px !important;
}
.mt-100 {
	margin-bottom: 100px !important;
}
.pd-lt-10 {
	padding-left:10px;
}
.no-padding {
	padding: 0px !important;
}
.sub-title-paragraph {
}
.sub-title-paragraph h4 {
	margin-bottom: 5px;
}
.sub-title-paragraph h5 {
	color:#ffaf53;
}
.sub-title-paragraph p {
	padding-top: 20px;
	font-weight: 300;
	font-size: 14px;
	line-height: 25px;
	color:#ec0100;
}
.anchor-btn {
	background: #ffffff;
    padding: 5px 5px 5px 25px;
    font-size: 15px;
    border-radius: 1000px;
    display: flex;
    align-items: center;
    width: 160px;
    justify-content: space-between;
    margin-top: 30px;
    box-shadow: 2px 3px 10px #dfdfdf;
	color: #151515 !important;
    transition: 0.3s;
}
.anchor-btn .icon-arrow-btn {
	width: 35px;
    height: 35px;
    background: #dedeed;
    border-radius: 50%;
	display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.icon-arrow-btn i.fas.fa-arrow-right.pd-lt-10 {
    color: #fff;
    padding: 0;
    transition: 0.3s;
}
.bg-grey {
	/* background-color: #fafafa; */
}
.bg-white {
	background: #ffffff;
}
.service-box {
	padding: 50px;
    border-radius:12px;
   /* -webkit-box-shadow: 0px 5px 35px 0px rgb(148 146 245 / 15%);
    box-shadow: 5px 4px 12px #a3a3a354;*/
    background: linear-gradient(187deg, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
border-top: 4px solid #e7e3e3;
}
.service-box .icon {
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 150px;
}
 .service-box .icon.step-one {
	background-image: url(../img/new_home_images/step1.svg);
}
.service-box .icon.step-two {
	background-image: url(../img/new_home_images/step2.svg);
}
.service-box .icon.step-three {
	background-image: url(../img/new_home_images/step3.svg);
}
.service-box .icon.third-party {
	background-image: url(../img/new_home_images/third-party.svg);
}
.service-box .icon.comp-insurance {
	background-image: url(../img/new_home_images/comp-insurance.svg);
}


.service-box .icon i {
	font-size: 40px;
	color: #ffaf53;
	display: none;
}

.icon-text h4 {
    font-size: 21px;
    font-weight: 600;
    margin: 20px 0px 15px;
    position: relative;
    padding-bottom: 0px;
	color:#ec0100 !important;
}
.blue-hd
{
	color:#ec0100 !important;
}
.icon-text h4:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 2px;
	background-color: #bcbcbc;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	left: calc(50% - 30px);
	display: none;
}
.icon-text p {
	line-height: 25px;
	font-weight: 300;
}
.portfolio .filtering {
	border-radius: 28px;
	margin: 0 auto;
	border: 1px dotted #e1e1e1;
}
.portfolio .filtering button {
	position: relative;
	top: -1px;
	font-size: 14px;
	font-weight: 400;
	padding: 10px 30px;
	letter-spacing: 2px;
	color: #777;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: none;
	border: 0;
}
.portfolio .filtering .active {
	background-color: #ab2f52;
	color: #fff;
	border-radius: 28px;
	-webkit-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.2);
}
.portfolio .gallery {
	padding: 0;
	overflow: hidden;
	overflow: hidden !important;
	position: relative;
}
.portfolio .gallery .item-img {
	position: relative;
	overflow: hidden;
}
.portfolio .gallery .item-img a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.portfolio .gallery .item-img .part-img {
	position: relative;
}
.portfolio .gallery .item-img .part-img img {
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio .gallery .item-img .part-img .overlay-img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.portfolio .gallery .item-img .part-img .overlay-img:after {
	content: '';
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 50%;
	background: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 150ms ease-in-out 200ms;
	transition: all 150ms ease-in-out 200ms;
}
.portfolio .gallery .item-img .part-img .overlay-img:before {
	content: '';
	position: absolute;
	right: -100%;
	bottom: 0;
	width: 100%;
	height: 50%;
	background: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 150ms ease-in-out 200ms;
	transition: all 150ms ease-in-out 200ms;
}
.portfolio .gallery .item-img .part-img .overlay-img a {
	width: 100%;
	height: 100%;
}
.portfolio .gallery .item-img .part-img .overlay-img h4 {
	color: transparent;
	overflow: hidden;
	position: absolute;
	top: 54px;
	right: 25px;
	z-index: 2;
	font-size: 18px;
	-webkit-transition: color 150ms ease-in-out 200ms;
	transition: color 150ms ease-in-out 200ms;
	text-align: center;
	padding: 0 10px;
}
.portfolio .gallery .item-img .part-img .overlay-img h4:before {
	content: '';
	background: #fff;
	bottom: 0;
	position: absolute;
	right: 100%;
	top: 0;
	width: 100%;
	-webkit-transition: right 600ms ease-in-out 0s;
	transition: right 600ms ease-in-out 0s;
}
.portfolio .gallery .item-img .part-img .overlay-img h6 {
	color: transparent;
	overflow: hidden;
	position: absolute;
	top: 30px;
	right: 25px;
	z-index: 2;
	font-size: 18px;
	-webkit-transition: color 150ms ease-in-out 200ms;
	transition: color 150ms ease-in-out 200ms;
	text-align: center;
	padding: 0 10px;
}
.portfolio .gallery .item-img .part-img .overlay-img h6::before {
	content: '';
	background: #fff;
	bottom: 0;
	right: auto;
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	-webkit-transition: left 600ms ease-in-out 0s;
	transition: left 600ms ease-in-out 0s;
}
.portfolio .gallery .item-img:hover img {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}
.portfolio .gallery .item-img:hover .overlay-img:after {
	left: 0;
	-webkit-transition: all .8s;
	transition: all .8s;
	opacity: 1;
}
.portfolio .gallery .item-img:hover .overlay-img:before {
	right: 0;
	width: 100%;
	height: 50%;
	-webkit-transition: all .8s;
	transition: all .8s;
	opacity: 1;
}
.portfolio .gallery .item-img:hover .overlay-img h4 {
	color: white;
}
.portfolio .gallery .item-img:hover .overlay-img h4:before {
	right: -100%;
}
.portfolio .gallery .item-img:hover .overlay-img h6 {
	color: white;
}
.portfolio .gallery .item-img:hover .overlay-img h6:before {
	left: -100%;
}
.portfolio-style2 .filtering {
	border: 1px solid #e1e1e1;
}
.portfolio-style2 .filtering .active {
	background-color: #1c1c1c;
}
.testimonials {
	background: url(../img/new_home_images/testimonial-bg.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 0px -4vh;
}
.testimonials-overlay {
	/* background: rgba(0,0,0,0.9); */
}
.testimonials .testimonial-item p {
	max-width: 700px;
	color: #151515;
	margin-bottom: 15px !important;
}
.testimonials .icon i {
	color: #73c5b9;
	font-size: 47px;
	margin-bottom: 25px;
}
.testimonials h5 {
	color: #151515;
    font-size: 20px;
}
.testimonials h6 {
	color: #73c5b9;
    margin-bottom: 10px !important;
    margin-top: 15px;
    font-weight: 400;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #ab2f52 !important;
}
.info-box {
	position:relative;
	padding-bottom:30px;
}
.info-box .icon {
	display:inline-block;
	width: 30px;
}
.info-box .icon i {
	font-size: 20px;
	color: #ab2f52;
}
.info-box .content {
	display:inline-block;
	margin-left:10px;
}
.info-box .content h4 {
	font-size: 20px;
}
.contact-form input, .contact-form textarea {
	border: none;
	border-bottom: 1px solid #1c1c1c;
	border-radius: 0;
	padding: 10px 10px 10px 0;
	margin-bottom: 20px;
	font-size: 14px;
	width:100%;
}
.bttn {
	position: relative;
	cursor: pointer;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #ab2f52;
	padding: 12px 45px;
	font-size: 15px;
	border-radius: 30px;
	margin-top: 30px;
	border: none;
}
.footer-copy {
	background: #242424;
	color: #ffffff;
	font-size: 13px;
	text-align: center;
	padding:7px 0px;
}

.motor-insurance {
	background: url(../img/new_home_images/motor-insurance-2.svg);
    height: 120%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.medical-insurance {
	background: url(../img/new_home_images/58345.png);
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.travel-insurance {
	background: url(../img/new_home_images/4012174.png);
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.row.motor-insurance-sec {
    background: rgb(255,255,255);
    background: linear-gradient(187deg, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
    /*border-radius: 0px 0px 15px 15px;
    margin-bottom: 5rem;*/
    /* border-top: 4px solid #e7e3e3; */
    padding-top: 40px;
	margin-bottom: 40px;
}

.row.medical-insurance-sec {
    /*background: rgb(255,255,255);
    background: linear-gradient(187deg, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
    border-radius: 0px 0px 15px 15px;
    margin-bottom: 5rem;*/
    border-top: 1px solid #e7e3e3;
    padding-top: 40px;
}

.row.travel-insurance-sec {
    background: rgb(255,255,255);
    background: linear-gradient(187deg, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
    border-radius: 0px 0px 15px 15px;
    /*margin-bottom: 5rem;*/
    border-top: 1px solid #e7e3e3;
    padding-top: 40px;
}

.service-box.insurance-type-box {
	display: flex;
    align-items: center;
    column-gap: 15px;
    justify-content: center;
    background: transparent !important;
    box-shadow: none;
    padding: 0;
}

.service-box.insurance-type-box .icon {
    height: initial;
}

.service-box.insurance-type-box.insurance-type-one .icon img {
    width: 90px;
}

.service-box.insurance-type-box.insurance-type-two .icon img {
    width: 50px;
}

.service-box.insurance-type-box.insurance-type-three .icon img {
    width: 50px;
}

.insurance-type-section .row {
    /* background: #f3f3f3; */
	background: linear-gradient(184deg, rgb(119 214 255) 0%, rgb(41 42 134) 100%);
    padding: 15px;
    border-radius: 15px;
    margin-right: 0;
    margin-left: 0;
}

.instant-access .instant-access-insurance-box-one {
	background: url(../img/new_home_images/instant-access-image-one.png);
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.instant-access .instant-access-insurance-box-two {
	background: url(../img/new_home_images/instant-access-image-two.png);
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.instant-access .instant-access-insurance-box-three {
	background: url(../img/new_home_images/instant-access-image-three.png);
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;

}

a.anchor-btn:hover {
    background: #dedeed;
    color: #fff !important;
}

a.anchor-btn:hover .icon-arrow-btn {
    background: #fff;
    color: #dedeed !important;
}

a.anchor-btn:hover .icon-arrow-btn .fa-arrow-right {
    color: #dedeed !important;
}

.excellance-insurance.section-padding {
    padding-top: 1.5rem !important;
}

.excellance-insurance .row.excellance-insurance-sec{
	background: rgb(240,245,244);
	background-image:url(../img/new_home_images/testimonial-bg.png);
	/* background: linear-gradient(82deg, rgb(245 245 253) 0%, rgb(226 224 231) 48%, rgb(222 222 237) 100%);    border-radius: 15px 15px 15px 15px; */
    padding-top: 4rem;
    padding-left: 3rem;
    padding-right: 1rem;
	border-radius: 12px;
}

.core-features-box {
	padding: 2rem 1rem 2rem 1rem;
    border-radius: 12px;
    /* -webkit-box-shadow: 0px 5px 35px 0px rgb(148 146 245 / 15%); */
   /* box-shadow: 5px 4px 12px #a3a3a354;*/
    background: linear-gradient(187deg, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
    display: flex;
	column-gap: 1rem;
	border: 1px solid #c4c4c4;
}

.core-features-box .icon {
	height: 50px;
    width: 50px;
    background: #dedeed;
    border-radius:50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.core-features-box .icon-text {
    text-align: left;
}

.core-features-box .icon-text h4.title-box {
    margin-top: 0;
}

.core-features-box .icon-text {
    width: calc(100% - 65px);
}

.core-features-box .icon-text h4.title-box {
    margin-top: 0.6rem;
}

.core-features-box .icon img.img-responsive {
    max-width: 35px;
}

.benifits-discounts-box {
	padding: 2rem;
    border-radius: 12px;
    -webkit-box-shadow: 0px 5px 35px 0px rgb(148 146 245 / 15%);
    box-shadow: 5px 4px 12px #a3a3a354;
    background: linear-gradient(187deg, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
    display: flex;
    row-gap: 0.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.benifits-discounts-box .icon {
    border-radius: 0px 12px 12px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benifits-discounts-box .icon-text {
    text-align: center;
}

.benifits-discounts-box .icon-text h4.title-box {
    margin-top: 0;
}

.benifits-discounts-box .icon-text {
}

.benifits-discounts-box .icon-text h4.title-box {
    margin-top: 0.6rem;
}

.benifits-discounts-box .icon img.img-responsive {
    max-width: 50%;
}

.asSeenOn-box {
	padding: 0rem;
    border-radius: 12px;
    /* -webkit-box-shadow: 0px 5px 35px 0px rgb(148 146 245 / 15%); */
    /* box-shadow: 5px 4px 12px #a3a3a354; */
    background: transparent;
    display: flex;
    row-gap: 0.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	margin-bottom: 1.5rem;
}

.asSeenOn-box .icon {
    border-radius: 0px 12px 12px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.asSeenOn-box .icon-text {
    text-align: center;
}

.asSeenOn-box .icon-text h4.title-box {
    margin-top: 0;
}

.asSeenOn-box .icon-text {
}

.asSeenOn-box .icon-text h4.title-box {
    margin-top: 0.6rem;
}

.asSeenOn-box .icon img.img-responsive {
    max-width: 50%;
}

.tetimonial-head-section {
    background: rgb(119 214 255);
    background: linear-gradient(184deg, rgb(119 214 255) 0%, rgb(41 42 134) 100%);
}

.benifits-discounts.section-padding {
    padding-bottom: 30px !important;
}

.tetimonial-head-section i.fa.fa-solid.fa-sort-down {
    font-size: 62px;
    position: absolute;
    bottom: -19px;
    color: #3e59a7;
    left: 50%;
    transform: translateX(-50%);
}

.owl-carousel .owl-item {
    padding: 0.7rem;
}

.testimonial-item.text-center {
    border-radius: 12px;
    -webkit-box-shadow: 0px 5px 35px 0px rgb(148 146 245 / 15%);
    box-shadow: 0px 0px 10px #a3a3a354;
    background: linear-gradient(187deg, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
    display: flex;
    row-gap: 0.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	padding: 2rem;
}

.testimonials-overlay.section-padding {
    padding-top: 60px;
}

div#accordion {
    width: 100%;
}

.btn-link.collapsed .fa-minus {
    display: none;
}

.btn-link .fa-plus {
    display: none;
}

.btn-link.collapsed .fa-plus {
    display: block;
}

.faqs-section .card-header {
    min-height: 65px;
    display: flex;
    align-items: center;
	border: 0;
    border-radius: 0;
    background: transparent;
}

.faqs-section .card-header button.btn.btn-link {
    position: absolute;
    bottom: 16px;
    /* box-shadow: 0px 0px 10px #ccc; */
    background: #fff;
    right: 20px;
    color: #303030;
}

.faqs-section .card-body {
    text-align: left;
	padding-bottom: 2rem;
}

.faqs-section .card {
    /* box-shadow: 0px 0px 10px #a3a3a354; */
    background: linear-gradient(187deg, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
    border: none;
	border: 1px solid #c4c4c4;
    margin-bottom: .5rem;
    border-radius: 0px;
}

.footer-section {
	background: #9697c4;
    position: relative;
    box-shadow: 0px 0px 10px #a3a3a3b0;
    border-radius: 0px;
}
.footer-cta {
	border-bottom: 1px solid #373636;
}
.footer-office-info-box .single-cta {
    display: flex;
    align-items: center;
}
.single-cta i {
	color: #151515;
	font-size: 30px;
	float: left;
	/* margin-top: 8px; */
}
.cta-text {
	padding-left: 15px;
	display: inline-block;
}
.cta-text h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 2px;
}
.cta-text span {
	color: #151515;
	font-size: 14px;
}
.footer-content {
	position: relative;
	z-index: 2;
}
.footer-pattern img {
	position: absolute;
	top: 0;
	left: 0;
	height: 330px;
	background-size: cover;
	background-position: 100% 100%;
}
.footer-logo {
	margin-bottom: 20px;
}
.footer-logo img {
	max-width: 150px;
}
.footer-text p {
	margin-bottom: 14px;
	font-size: 14px;
	color: #151515;
	line-height: 28px;
}
.footer-social-icon span {
	color: #151515;
    display: block;
    font-size: 25px;
    font-weight: 500;
    font-family: 'IBM Plex Sans', sans-serif;
    margin-bottom: 20px;
}
.footer-social-icon a {
	color: #fff;
	font-size: 16px;
	margin-right: 15px;
}
.footer-social-icon i {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
}
.facebook-bg{
	background: #3B5998;
}
.twitter-bg{
	background: #55ACEE;
}
.google-bg{
	background: #DD4B39;
}
.footer-widget-heading h3 {
	color: #151515;
	font-size: 25PX;
	font-weight: 600;
	margin-bottom: 40px;
	position: relative;
}
.footer-widget ul li {
	display: inline-block;
	float: left;
	width: 50%;
	margin-bottom: 12px;
}
.footer-widget ul li a {
	color: #151515;
	text-transform: capitalize;
	font-size: 14px;
}
.subscribe-form {
	position: relative;
	overflow: hidden;
}
.subscribe-form input {
	width: 100%;
	padding: 14px 28px;
	background: #2E2E2E;
	border: 1px solid #2E2E2E;
	color: #fff;
}
.subscribe-form button {
	position: absolute;
	right: 0;
	background: #ff5e14;
	padding: 13px 20px;
	border: 1px solid #ff5e14;
	top: 0;
}
.subscribe-form button i {
	color: #fff;
	font-size: 22px;
	transform: rotate(-6deg);
}
.copyright-area{
	background: #202020;
	padding: 25px 0;
}
.copyright-text p {
	margin: 0;
	font-size: 14px;
	color: #151515;
}
.copyright-text p a{
	color: #ff5e14;
}
.footer-menu li {
	display: inline-block;
	margin-left: 20px;
}
.footer-menu li:hover a{
	color: #ff5e14;
}
.footer-menu li a {
	font-size: 14px;
	color: #151515;
}

.get-insurance-quote-tabs-icons {
    width: 60px;
}

.get-insurance-quote-tabs {
    display: flex;
    align-items: center;
	column-gap: 5px;
}

.get-insurance-quote .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: none;
    /* box-shadow: 0px 0px 10px #ccc; */
}

.get-insurance-quote .nav-tabs {
    border-bottom: 0;
    margin-bottom: 2rem;
	justify-content: space-between;
}

.get-insurance-quote-tabs-title h4.title-top {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0.2rem;
}

.get-insurance-quote-tabs-title p.title-bottom {
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.get-insurance-quote {
    margin-bottom: 0rem;
    /* margin-top: 6rem;
	padding: 0 10rem; */
}

button.btn.btn-primary.get-a-quote-button {
    background: #dedeed !important;
    color: #fff !important;
    border-color: #dedeed !important;
    min-width: 50%;
    margin: auto;
    display: block;
    margin-top: 1rem;
    border-radius: 1000px;
    padding: 0.5rem 1rem;

    /* box-shadow: 2px 3px 10px #dfdfdf; */
}

.nav-tabs .nav-link {
	border: none !important;
}

@media all and (max-width:991px) {
.navbar .navbar-collapse {
	overflow: auto;
	background: rgb(255, 255, 255);
	color: #fff !important;
	text-align: center;
	padding: 10px 0;
    /* margin-top: 50px !important; */
}
.bannertext-pt-sec {
    padding-top: 0rem;
}
.nav-scroll .navbar-collapse {
	background: #fff !important;
}
}

@media all and (max-width:768px) {
.nav-scroll .navbar-brand img, .navbar-brand img{
	transform: scale(0.75) !important;
	-webkit-transform: scale(0.75) !important;
}
.hide
{
	display:none;
}
.bannertext-pt-sec {
    padding-top: 0rem;
}
.banner h1 {
	font-size: 30px;
}
.section-title p {
	width: 100%;
}
.section-title h3 {
	margin-bottom: 12px;
	font-size: 25px;
}
.section-padding {
	padding: 0px 0px;
}
.section-title {
	padding-bottom: 40px;
}
.portfolio .filtering {
	border:none;
}
.portfolio .filtering .active {
	border-radius: 0px;
}
.portfolio .filtering button {
	font-size: 10px;
	padding: 10px 15px;
}
.banner-overlay {
	padding: 100px 0px 0px;
}
.services h2.mb-0.color-purple-title br {
    display: none;
}
.about-us .section-img {
    height: 250px;
}
.instant-access .instant-access-insurance-box-one,
.instant-access .instant-access-insurance-box-two,
.instant-access .instant-access-insurance-box-three {
    height: 250px;
}
.section-info {
    text-align: center;
}
.anchor-btn {
    margin: auto;
    margin-top: 30px;
}
.get-insurance-quote.bg-grey {
    margin-bottom: 3rem;
    margin-top: 6rem;
    padding: 0 1rem;
}
.get-insurance-quote .nav-tabs .nav-item .nav-link, .nav-tabs .nav-link {
    width: 100%;
    margin-bottom: 1rem;
}
h2 {
    font-size: 30px;
}
/* .banner {
    background-size: cover;
    background-position: top left;
	background: none;
	height: 80%;
} */
.banner {
    /* background: url(images/bannerImage.png); */
    color: #ffffff;
    text-align: center;
    width: 100%;
    /* height: 100%; */
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    /* display: flex; */
    align-items: center;
    justify-content: center;
}
 .get-insurance-quote.bg-grey {
    margin-bottom: 0rem;
    margin-top: 6rem;
    padding: 0rem !important;
    background: #ddf4ff;
}

}
/* now start adnt css  */
.logoWdith{
	width: 100% !important;
}
/* indexComponent background video style start */
.bgVideoStyle{
    top: 12%;
    width: 100% !important;
}
/* indexComponent background video style end   */
/* quote reference text style start  */
.QuoteText{
    font-size: 26px !important;
}
/* quote reference text style end  */
/* back text style start */
.backText{
    font-size: 26px !important;
}
/* back text style end */
/* content details error message start  */
.message_child{
    font-size: 15px !important;
}
/* content details error message end  */


.card.info_form_wrap.moto-main-inner .card-body{
    padding: 20px 20px 0px 20px !important;
}

@media only screen and (max-width: 2560px){
    .bgVideoStyle{
        top: 19% !important;
        width: 100% !important;
    }
    .sectionOne {
        padding-top: 180px !important;
        padding-bottom: 250px !important;
        position: relative !important;
    }
}
@media only screen and (max-width: 1824px){
    .bgVideoStyle{
        top: 16% !important;
        width: 100% !important;
    }
    .sectionOne {
        padding-top: 130px !important;
        padding-bottom: 170px !important;
        position: relative !important;
    }
}
@media only screen and (max-width: 1440px){
    .bgVideoStyle{
        top: 10% !important;
        width: 100% !important;
    }
    .sectionOne {
        padding-top: 130px !important;
        padding-bottom: 120px !important;
        position: relative !important;
    }
}
@media only screen and (max-width: 1224px){
	.logoWdith{
		width: 100% !important;
	}
    .bgVideoStyle{
        top: 14% !important;
        width: 100% !important;
    }
    .sectionOne{
        padding-top: 170px !important;
        padding-bottom: 120px !important;
        position: relative !important;
    }
}
@media only screen and (max-width: 1024px){
	.logoWdith{
		width: 100% !important;
	}
    .navbar .nav-item {
        margin: 0px 0px !important;
    }
    .sectionOneContentHeight {
        height: 120px !important;
    }
    .bgVideoStyle{
        top: 36% !important;
        width: 100% !important;
    }
    .sectionOne{
        padding-top: 80px !important;
        padding-bottom: 120px !important;
        position: relative !important;
    }
    .sectionOneHeading{
        font-size: 2.4rem !important;
        color: #151515 !important;
    }
    /* only for navigation bar start  */
        .nav-item .nav-link {
            font-size: 12px !important;
        }
    /* only for navigation bar end  */
}
@media only screen and (max-width: 768px){
    /* only for navigation bar start  */
    .nav-item .nav-link {
        font-size: 15px !important;
    }
/* only for navigation bar end  */
    .sectionOne{
        padding-top: 80px !important;
        padding-bottom: 0px !important;
        position: relative !important;
    }
    .sectionOneHeading{
        font-size: 2.4rem !important;
        color: #151515 !important;
    }
    .sectionOneContentHeight{
        height: 165px !important;
        background: transparent !important;
        opacity: 0.8 !important;
        padding: 10px 10px 0px 10px !important;
        overflow: hidden !important;
    }
    .bgVideoStyle{
        top: 53% !important;
        width: 100% !important;
    }
    /* content details error message start  */
    .message_child{
        font-size: 12px !important;
    }
    /* content details error message end  */
}
@media only screen and (max-width: 600px){
    /* only for navigation bar start  */
    .nav-item .nav-link {
        font-size: 15px !important;
    }
/* only for navigation bar end  */
	.logoWdith{
		width: 100% !important;
	}
    .logoText{
        max-width: 115px !important;
    }
    .bgVideoStyle{
        top: -1% !important;
        width: 100% !important;
    }

    .sectionOneHeading{
        font-size: 1rem !important;
        color: #151515 !important;
    }
    .sectionSubHeading{
        font-weight: 600;
        font-size: 0.7rem !important;
        text-align: center !important;
        padding-right: 0px !important;
    }
    .sectionOne{
        padding-top: 67px !important;
        padding-bottom: 50px !important;
    }
    .sectionTwoSubHeading{
        font-size: 1rem !important;
    }
    .sectionTwoSubHeading {
        font-size: 1rem !important;
    }
    .sectionTwoHeading {
        font-size: 1.5rem !important;
    }
    .sectionThreeSubHeading {
        font-size: 1rem !important;
    }
    .sectionFourHeading {
        font-size: 1.5rem !important;
    }
    .sectionFourSubHeading {
        font-size: 1rem !important;
    }
    .sectionFiveHeading {
        font-size: 1.5rem !important;
    }
    .sectionFiveSubHeading {
        font-size: 1rem !important;
    }
    .sectionSixHeading {
        font-size: 1.5rem !important;
    }
    .sectionSixSubHeading {
        font-size: 1rem !important;
    }
    .sectionFourSecondSec h1 {
        font-size: 1.5rem !important;
    }
    /* product landing page section one start*/
    .sectionOneContentHeight{
        height: 110px !important;
        background: transparent !important;
        opacity: 0.8 !important;
        padding: 10px 10px 0px 10px !important;
        overflow: hidden !important;
    }
    .sectionOne .info_form_wrap{
        margin-top: 0px !important;
    }
    /* product landing page section one end*/
    /* content details error message start  */
    .message_child{
        font-size: 12px !important;
    }
    /* content details error message end  */
    .card.info_form_wrap.moto-main-inner .card-body{
        padding: 10px 0px 0px 0px !important;
    }

}
@media only screen and (max-width: 425px){
    .bgVideoStyle {
        top: 10% !important;
        width: 100% !important;
    }
    .sectionOne{
        padding-bottom: 100px !important;
    }
    .sectionTwo {
        padding-top: 110px !important;
    }
    .card.info_form_wrap.moto-main-inner .card-body{
        padding: 10px 0px 0px 0px !important;
    }
}
@media only screen and (max-width: 320px){
    /* only for navigation bar start  */
    .nav-item .nav-link {
        font-size: 15px !important;
    }
/* only for navigation bar end  */
	.navbar .navbar-brand {
		width: 80% !important;
	}
	.logoWdith{
		width: 60% !important;
	}
    .logoText{
        max-width: 115px !important;
    }
	.form-group .form-control ~ label {
		font-size: 0.7rem !important;
	}
    .sectionOneHeading{
        font-size: 1rem !important;
        color: #151515 !important;
    }
    .sectionSubHeading{
        font-weight: 600;
        font-size: 0.7rem !important;
        text-align: center !important;
        padding-right: 0px !important;
    }
    .bgVideoStyle{
        top: 24% !important;
        width: 100% !important;
    }
    .sectionOneContentHeight{
        height: 113px !important;
        background: transparent !important;
        opacity: 0.8;
        padding: 10px 10px 0px 10px !important;
        overflow: hidden !important;
    }
    .sectionOne{
        padding-top: 85px !important;
        padding-bottom: 90px !important;
    }
    .sectionTwoSubHeading{
        font-size: 1rem !important;
    }
    .sectionTwoSubHeading {
        font-size: 1rem !important;
    }
    .sectionTwoHeading {
        font-size: 1.5rem !important;
    }
    .sectionThreeSubHeading {
        font-size: 1rem !important;
    }
    .sectionFourHeading {
        font-size: 1.5rem !important;
    }
    .sectionFourSubHeading {
        font-size: 1rem !important;
    }
    .sectionFiveHeading {
        font-size: 1.5rem !important;
    }
    .sectionFiveSubHeading {
        font-size: 1rem !important;
    }
    .sectionFourSecondSec h1 {
        font-size: 1.5rem !important;
    }
    /* product landing page section one start*/
    .sectionOne .info_form_wrap{
        margin-top: 0px !important;
    }
    /* product landing page section one end*/
    /* quote reference text style start  */
    .QuoteText{
        font-size: 1.2rem !important;
    }
    /* quote reference text style end  */
    /* back text style start */
    .backText{
        font-size: 1.2rem !important;
    }
    /* back text style end */
    /* content details error message start  */
    .message_child{
        font-size: 12px !important;
    }
    /* content details error message end  */

    .card.info_form_wrap.moto-main-inner .card-body{
        padding: 10px 0px 0px 0px !important;
    }
}
/* now end adnt css  */
