:root {
    --themecolor1: #003A74;
    --themecolor2: #0081C6;
    --themecolor3: #ECBB24;    
    --text-colordark: #333333;
    --font-face1: "Inter", sans-serif !important;
    --outline-color: #F7F7F7;

}

.bg-dark {
    background: var(--themecolor2) !important;
}
.color-1 {
    color: var(--themecolor1);
}
.color-2 {
    color: var(--themecolor2);
}
.color-3 {
    color: var(--themecolor3);
}
.bgbluedaek{background: var(--themecolor1);}
.bgbluelight{background: var(--themecolor2);}
.Gothamblack{ font-family: 'gotham_narrowblack';}
.Gothammedium{ font-family: "gotham_narrowmedium";}
.Gothamblack{ font-family: 'gotham_narrowblack';}

.tt_m{ font-family: 'TT Norms Pro Medium', sans-serif!important;}
.tt_b{ font-family: 'TT Norms Pro Bold', sans-serif!important;}
.tg_m{font-family:'gotham_narrowmedium', sans-serif!important;}
.tg_b{font-family:'gotham_narrowbold', sans-serif!important;}

@font-face {
    font-family: 'Gotham Narrow Medium';
    src: url('../fonts/GothamNarrow-Medium.woff') format('woff2'), url('../fonts/GothamNarrow-Medium.woff2') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "gotham_narrowmedium";
    src: url("../fonts/gothamnarrow-medium-webfont.woff2") format("woff2"), url("../fonts/gothamnarrow-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "gotham_narrowbold";
    src: url("../fonts/GothamNarrow-Bold.woff2") format("woff2"), url("../fonts/GothamNarrow-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'gotham_narrowblack';
    src: url('../fonts/fontsfree-net-gothamnarrow-black-1-webfont.woff2') format('woff2'),
         url('../fonts/fontsfree-net-gothamnarrow-black-1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
  }


@font-face {
    font-family: 'TT Norms Pro', sans-serif;
    src: url('../fonts/TTNormsProRegular.woff') format('woff2'), url('../fonts/TTNormsProRegular.woff2') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'TT Norms Pro Medium', sans-serif;
    src: url('../fonts/TT Norms Pro Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'TT Norms Pro Bold', sans-serif;
    src: url('../fonts/TTNormsPro-Bold.woff2') format('woff2'),
        url('../fonts/TTNormsPro-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'TT Norms Pro';
    src: url('../fonts/TTNormsPro-Light.woff2') format('woff2'),
        url('../fonts/TTNormsPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
    background: #003a74;
    font-family: 'TT Norms Pro', sans-serif ;
}
input, textarea, select, label{font-family: 'TT Norms Pro', sans-serif !important;}

.clear {
    clear: both
}

.divaid {
	width: 50px;
	border-radius: 33px;
	height: 5px;
	background: #fff;
	margin: 9px auto;
}

.btn {
	background: var(--themecolor3);
	border-radius: 30px;
	padding: 12px 19px 13px;
	line-height: 24px;
	font-size: 20px;
	color: #002B57;
	font-weight: bold;
	transition: all 0.3s;
}

.btn:hover {
    color: #002b57 !important;
	background: #fff;
	border: 1px solid var(--themecolor3);
}

.btn_w {
	background:transparent;
	border-radius: 30px;
	padding: 12px 19px 13px;
	line-height: 24px;
	font-size: 20px;
    border: 2px solid #ffffff;
	color: #ffffff;
    text-decoration: none;
	transition: all 0.3s;
}

.btn_w:hover {
    color: #002b57 !important;
	background: #fff;
	border: 2px solid var(--themecolor3);
}



.btn_2 {
	background: var(--themecolor3);
	border-radius: 30px;
	padding: 18px 50px 16px;
	line-height: 22px;
	font-size: 18px;
	color: #002B57;
	font-weight: bold;
    transition: all 0.3s;
}

.btn_2.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0;
}

.btn_2:hover {
	color: #002b57 !important;
	background: #fff;
	border: 1px solid var(--themecolor3);
}



h1,
h2,
h3,
h4,
h5 {
    font-family: "gotham_narrowbold";
}

.h2,
h2 {
    font-size: 70px;
    line-height: 1;
}

.h3,
h3 {
    font-size: 25px;
    line-height: 28px;
}

.h1-main-px {
    padding: 0 100px;
}

.bg-tintsgreen a:hover {
    color: #4aa6ac !important;
}

ul,
ol {
    list-style-position: inside;
}

p:empty {
    display: none;
    margin-bottom: 0
}



.f-color-F8F4F0 {
    color: #17153D;
}

.greybg {
    background: #DCDCE2
}

.lightgreybg {
    background: #5B616F;
}

.cursor-pointer {
    cursor: pointer;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-16 {
    font-size: 16px;
}
.fs-18 {
    font-size: 18px;
}
.fs-18w {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-26 {
    font-size: 26px;
}
.fs-24 {
    font-size: 24px;
}
.fs-30 {
    font-size: 30px;
}
.fs-36 {
    font-size: 36px;
    line-height: 43px;
    font-weight: 500;
   
}

.fs-38 {
    font-size: 38px;
    line-height: 46px;
    font-weight: 900;
   
}

.fs-72 {
	font-size: 58px;
	line-height: 65px;
}

.fs-52 {
    font-size: 52px;
}

.fs-28 {
	font-size: 28px;
	line-height: 43px;
}

.fs-35 {
    font-size: 35px;
}

.fs-22 {
    font-size: 20px;
}

.fs-50 {
    font-size: 50px;
    line-height: 60px;
}

.fs-80 {
    font-size: 4vw;
    line-height: 80px;
}
.faqlineheight{line-height:28px;}
.mt-100 {
    margin-top: 85px;
}

.mb-150 {
    margin-bottom: 150px;
}

.lh-60 {
    line-height: 60px;
}

.px-200 {
    padding: 0 180px;
}

.py-130 {
    padding: 100px 0;
}

.py-100 {
    padding: 85px 0;
}

.py-200 {
    padding: 200px 0;
}

.pt-130 {
    padding-top: 70px;
}

.pl-130 {
    padding-left: 70px;
}

.pr-130 {
    padding-right: 70px;
}

.mt-75 {
    margin-top: 75px;
}
.white{color: #fff;}

.headertop-contact {
    background: #fff;
    padding: 5px 65px;
    transition: all 0.3s;
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 5px 10px #ccc;
}

.fixed .logo {
    width: 120px;
}

.logo {
    width: 205px;
    transition: all 0.3s;
    margin: auto;
    padding: 5px;
}

.sidenav {
    right: 0;
    margin: 0 auto;
    top: 50%;
    width: 100%;
    justify-content: space-between;
}

.sidenav ul li {
    display: inline-block;
    text-align: center;
    padding: 0 0.44vw;
    vertical-align: middle;
}


.dropdwoen-sec ul li {
	padding: 2px 12px !important;
	text-align: left;
	display: block;
}

.sidenav .dropdwoen-sec ul li.active a {
    color: #fff !important;
    border: 0 !important;
}

.sidenav ul li a.nav-link {
	font-weight: bold;
	border-bottom: solid 2px rgba(253, 236, 0, 0);
	font-size: 16px;
	line-height: 22px;
}

.sidenav .accordion {
    display: block;
    text-align: center;
}

#myHeader {
    width: 100%;
    z-index: 9;
    position: fixed;
    padding: 22px 0;
    transition: all 0.3s;
    top: 0;
    background: none;
}

#linkid {
    /*! position: relative; */
}

#myHeader.fixed {
    left: 0;
    right: 0;
    padding: 10px 0;
    background: #fff;
    animation: slideDown .4s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

#myHeader .w-150 {
    filter: contrast(0%) brightness(2);
}
#myHeader.fixed .w-150 {
    width: 190px;
    filter: brightness();
}

.amenitiesnewmenu:hover .collapse:not(.show) {
    display: block !important;
    margin-top: 3px;
    opacity: 1;
    visibility: visible;
}
.dropdwoen-sec {
    width: 250px;
    position: absolute;
    left: 10px;
    background: #fff;
    padding: 10px;
    transition: all .4s ease-in-out;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    margin-top: 15px;
    border-radius: 14px;
}

.amenitiesnewmenu .collapse:not(.show) {
    visibility: hidden;
    display: inherit;
    opacity: 0;
}

.dropdwoen-sec ul li a {
    text-align: left;
    font-size: 16px;
    color: #000 !important;
    line-height: 33px;
    border-bottom: 0 !important;
    width: 100%; font-weight: 600;
    display: block;
    text-decoration: none;
}

.dropdwoen-sec ul li:hover a {
    color: #ecbb24 !important;
}



.dropdwoen-sec ul li.active a {
    color: #fff !important;
    border-bottom: 2px solid #fff !important;
}

.sidenav a.nav-link {
    text-decoration: none;
    line-height: 1.1;
    font-size: 1vw;
    display: block;
    transition: 0.3s;
    vertical-align: middle;
    color: #fff;
    padding: 1px 0 1px;
}

.sidenav a.nav-link:hover,
.sidenav a.nav-link:focus {
    color: #ecbb24 !important;
}

.fixed .bookbtn {
    padding: 15px 40px;
}

.fixed .mobile_logo {
    width: 150px;
    display: inline-block;
}

.header .sidenav .nav-item.active a {
    border-bottom: solid 2px var(--themecolor3);
    color: var(--themecolor3);
}

.fixed .sidenav a.nav-link {
    color: #3A3636;
}

.sidenav ul li a.nav-link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0%;
    content: '';
    color: transparent;
    background: var(--themecolor3);
    height: 2px;
}

.sidenav ul li a.nav-link:hover:after {
    width: 100%;
}

.sidenav ul li a {
    position: relative;
}

.sidenav ul li a.nav-link:after,
.sidenav ul li a.nav-link:before {
    transition: all .5s;
}

.header .mobile_logo {
    width: 20vw;
    display: block;
    transition: all 0.5s;
    padding: 15px;
}

.header.fixed .mobile_logo {
    width: 18vw;
}

.w-250 {
    width: 150px;
    transition: all 0.3s;
}
.w-250mob {
    width: 200px;
    transition: all 0.3s;
}

.sidenav ul li a.nav-link .bi::before {
    vertical-align: -.3em;
    transition: .5s;
}

.header-content {
    padding-bottom: 60px;
}
.header-content h1 {
    color: #fff;
}

.header-content p {
    color: #fff;
    font-size: 28px;
}


p{ font-size: 18px; line-height: 30px;}


.sidenav ul li a.btn {
	padding: 9px 18px;
}

.header .green-logo {
    display: none;
}

.header.fixed .green-logo {
    display: block;
}

.header.fixed .main-logo {
    display: none;
}


.breadcrumbman{display: flex;
    margin: auto;
    padding: 0 1px;}

.moterdna {
	background: #0081c6;
	padding: 98px 86px;
	border-radius: 36px;
	margin-top: -250px;
	border:1px solid rgba(255, 255, 255, 0.35);
}

.moterdnainner {
	border-radius: 30px;
	margin-top: -250px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	padding: 12px;
	background: #fff;
}

.margin-200 {
	margin-top: -250px;
}

.moterdna h2 {
    color: #fff;
}

.moterdna p {
    color: #fff;
}

.carousel-caption {
	top: 14rem;
}

.carousel-indicators {
    display: none;
}


.holder {
    width: 32%;
    margin-bottom: 20px;
   overflow: hidden;
   padding: 0px;
   border-radius: 14px;
}

.holder img {
    width: 100%;
    transition: opacity 1s, transform 0.7s ease-in;
}


.form{
    background: #0081c6;
}

.menuoverlay{
    position: relative;
}

.menuoverlay::before{
    content: '';
    /*! background: #fff; */
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 1;
    background: rgba(0,0,0,.6);
    left: 0;
    z-index: 1;
}

.overlay{
    position: relative;
}

.overlay::before{
    content: '';
    /*! background: #fff; */
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 1;
    background: linear-gradient(190deg, rgba(255,255,255,0.1) 0%, rgba(0,129,198,1) 100%);
    left: 0;
    z-index: 1;
}

.banner {	
	background-size: cover !important;
	background-position: center bottom !important;
	padding: 85px 0 0;
	height: 95vh;
    position: relative;
}

.homebanner {background: url("../images/homebanner.webp")no-repeat;}
.solution_banner {background: url("../images/solution_banner.webp")no-repeat;}
.intelligence_banner {background: url("../images/intelligence-bannerbg.webp")no-repeat;}
.vehicle_iq_banner {background: url("../images/vehicle_iq_banner.webp")no-repeat;}
.marketplace {background: url("../images/marketplace.webp")no-repeat;}
.vin_banner {background: url("../images/vin_banner.webp")no-repeat;}
.motorhub_digital_garage_banner {background: url("../images/motorhub_digital_garage_banner.webp")no-repeat;}
.insurance_banner {background: url("../images/insurance_banner.webp")no-repeat;}
.auto_sales {background: url("../images/auto_sales.webp")no-repeat;}
.fleet_management {background: url("../images/fleet_management.webp")no-repeat;}
.auto_salvage {background: url("../images/auto_salvage.webp")no-repeat;}
.auto_servicing {background: url("../images/auto_servicing.webp")no-repeat;}
.auto_finance {background: url("../images/auto_finance.webp")no-repeat;}
.consumer {background: url("../images/consumer.jpg")no-repeat;}
.contact {background: url("../images/contact.jpg")no-repeat;}
.newsbanner {background: url("../images/newsbanner.jpg")no-repeat; height: 686px;}
.blogheader{background: url("../images/blogheader.jpg")no-repeat; height: 686px; }
.blogheaderinner{background: url("../images/blogheaderinner.svg")no-repeat; height: 686px;}
.faqs{background: url("../images/faqs.jpg")no-repeat; height: 686px;}
.signuolanding {background: url("../images/consumer.jpg")no-repeat;height: 686px;}
.rounded24{border-radius: 30px;}

.banner::after {
	content: '';
	position: absolute;
	clip-path: polygon(100% 83%, 100% 100%, -15% 100%, 0px 96%);
	bottom: 0;
	background: #003a74;
	width: 100%;
	height: 868px;
	left: 0px;
}
.captiontext {
	position: absolute;
	top: 48%;
	transform: translateY(-50%);
	width: 100%;
}
.captiontext.captionmarkettext{top:45%;}

.captiontext-desk {
    position: absolute;
    top: 43% !important;
    transform: translateY(-50%) !important;
    width: 100%;
}
.innerbannertext{top: 40%;}
.cardoursolutions {
	top: 50%;
	left: 50%;
	transform: translate(0%,0%);
	width: 31.3%;
	height: 572px;
	background: #0081C6;
	overflow: hidden;
	display: inline-block;
	margin: 14px 10px;
	border-radius: 20px;
}

.cardoursolutions .imgBx,
.cardoursolutions .details {
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    transition: .5s;
}
.cardoursolutions .imgBx {
    top: 0;
    left: 0;
}
.cardoursolutions:hover .imgBx {
    top: 0;
    left: -100%;
}

.cardoursolutions .details {
    background: linear-gradient(170deg, rgba(0,129,198,1) 0%, rgba(0,58,116,1) 100%);
    top: 0;
    left: 100%;
    padding: 30px 30px;
}
.cardoursolutions:hover .details {
    top: 0;
    left: 0%;
}
.cardoursolutions .details h2 {
    color: #fff;
    margin: 0;
    padding: 0 0 10px;


}
.cardoursolutions .details p {
    margin: 0px 0 0;
    color: #fff;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
.oursolutionsoverlaytext {
	position: absolute;
	top: 50%;
	left: 0;
	text-align: left;
	padding-right: 0;
	right: 0;
	transform: translateY(-50%);
}
imgBx::before {
	content: "";
	background: rgba(255, 255, 255, 0.85);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
}
.form-select.phnumber {
	/* background: transparent; */
	padding: 0 31px 0 0;
	border: 0px solid;
}
	.form-select{background-image: url(../images/arrow-down.svg);}

    .upload input {
        padding: 12px 23px;
    }

.contact-block{
    height: 466px; 
    background-color: #200763;
}
.contact-testimonial {
	position: absolute;
	top: 15%;
	bottom: inherit;
	z-index: 1;
	max-width: 40%;
	margin: auto;
	text-align: justify;
}
.fs-18{font-size:20px; line-height:28px;}
.fs-22{font-size: 22px; line-height: 34px;}
.formblock {
     background-color: #fff;
     border: 1px solid #EBEFF6;
     padding: 46px;
     border-radius: 10px;
     position: relative;
     top: -218px;
    }

.fw-400 {font-weight:400;}
.bg-color{background-color:rgba(222,228,234,0.15);}
.addresssection{padding-top:80px; padding-bottom:80px;}
.addressblock{background-color:#fff; border-radius:16px;height: 100%;}
.contactm-top{margin-top: -100px;}
ul.ourlist li {
	list-style: none;
	padding-left: 28px;
	position: relative;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 13px;
}
ul.ourlist li::before {
	content: "";
	background: url('../images/check_circle.svg');
	height: 17px;
	width: 17px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 3px;
}
.filter_w {
	fill: #fff;
	filter: sepia(0) saturate(0) brightness(255) hue-rotate(135deg);
}
.imgBx img{height: 100%;}

.darkblue{background: #002850;}
.sectors_w {
	max-width: 1480px;
	margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}
figure.effect-lily img {
	width: 100%;
}

figure.effect-lily figcaption {
	text-align: left;
    cursor: pointer;
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1em;
	width: 100%;
	/*! height: 50%; */
	z-index: 1;
	text-align: center;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	font-size: 26px;
	font-weight: bold;
}

figure.effect-lily p {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
	margin-top: 23px;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

figcaption .btn.btn_2 {
	width: 33px;
	height: 33px;
	padding: 3px 8px;
}
figure {
	border-radius: 20px;
	overflow: hidden;
}

/* new-css */

.px-40{
    padding: 0px 40px;
}

.py-50{
    padding: 50px 0px;
}

.pt-50{
    padding-top: 50px;
}

footer{
    background: linear-gradient(120deg, rgb(237, 243, 234) 0%, rgb(144, 202, 250) 100%);
}


.footer-icon li{display: flex; list-style: none; background: #0081C6; border-radius: 3px; margin-right: 15px; width: 34px; height: 34px; text-align: center;}
.footer-icon li:hover{background: #003A74;}

.footer-icon li a{margin: auto;}



.footer-links ul li{
list-style: none;
}

.footer-links ul li a {
	text-decoration: none;
	font-size: 18px;
	color: #000;
	line-height: 46px;
	font-weight: 300;
}

.footer-bottum-box {
	border-top: solid #7EB0D5 1px;
	padding: 14px 0px;
}
.footer-bottum-box a {
	margin-right: 18px;
	font-size: 16px !important;
}

.copyright{
    text-align: end;
}
.footer-contant a.btn_w {
	color: #002b57;
	border: solid 1px #002b57;
    font-weight: bold;
}

.footer-contant .active {
    color: #002b57;
    background: #ecbb24;
    border: solid 1px #ecbb24;
}

.empoweringslider .slick-dots li {	
	background: #003A74;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1324px;
}
.container1{
	max-width:1090px;
}


.lightbluebg{background: linear-gradient(170deg, rgba(0,129,198,0.6) 0%, rgba(0,58,116,0.6) 100%);}
.lightbluegra{ background: rgb(237,243,234);
    background: linear-gradient(126deg, rgba(237,243,234,1) 0%, rgba(144,202,250,1) 100%); }
.whyuse-section .heicon {min-width: 46px;min-height: 46px;line-height: 46px;
    color: #0081C6;border: 1px solid #E2E2E2;font-size: 20px;}
.whyuse-section {border-radius: 20px;transition: 0.4s;}
.whyuse-section:hover {
	background: linear-gradient(290deg, rgba(237,243,234,1) 0%, rgba(144,202,250,1) 100%);
	
}

.unlock-powerbg{ position: relative;background: #fff url(../images/parking-garage.jpg) no-repeat center center;background-size: cover;}
.unlock-powerbg::before{background: rgba(0, 42, 84, 0.94);content: "";position:absolute;height: 100%;width: 100%;top: 0; bottom: 0;}
.removebg{border: 0px;background: transparent;color: #fff;}
.quotes {
	position: absolute;
	background: #0081C6;
	bottom: -9px;
	left: 18px;
	padding: 9px;
	border-radius: 100%;
	width: 32px;
	height: 32px;
	font-size: 46px;
	text-align: center;
}


.lightbluegra {
	color: #000;
	font-size: 14px;
	text-align: center;
	padding: 5px 20px 24px;
	border-radius: 20px;
}
.slick-testimonial .slick-track{padding-top: 100px;}
.slick-testimonial .slick-slide a {
	color: #eb7245;
}
.slick-testimonial .img-box {
	width: 132px;
	height: 132px;
	margin: 0 auto;
	border-radius: 50%;
	position: relative;
	border: 4px solid #fff;
	top: -59px;
	z-index: 1;
}
.slick-testimonial .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.slick-testimonial .testimonial {	
	padding: 12px 120px 10px;
	font-size: 22px;
	font-weight: lighter;
    font-family: TT Norms Pro;
}

.slick-testimonial .overview {	
	text-align: center;
	padding-bottom: 5px;
}

.slick-testimonial .star-rating i {
	font-size: 18px;
	color: #ffdc12;
}
.prev-btn, .next-btn {
	width: 47px;
	height: 47px;
	border-radius: 50%;
	background: #0081C6;
	text-shadow: none;
	top: inherit;
	left: 38px;
	margin: auto;
	text-decoration: none;
	bottom: -39px;
	opacity: 1;
	border: 0px solid;
	font-size: 23px;
	color: #fff;
	
}
.slidebgline .slick-dots li {
	background: #0081C6;
}

.accordion-button {
	background-color: transparent;
	color: #fff;
}


.accordion-item {
	background-color: transparent;
	border-left: 0px !important;
	border-right: 0px !important;padding: 20px 0px;
	border: 1px solid rgba(255,255,255,.20);
}
.accordion-button:not(.collapsed) {
	background-color: transparent;
	font-weight: bold;
	color: #fff;
}
.accordion-button::after {   background: url(../images/faqdownarrow.svg) no-repeat top center;width: 24px;height: 20px; margin-top:5px;}
.accordion-button:not(.collapsed)::after {background: url(../images/faquparrow.svg) no-repeat top center;transform: var(--bs-accordion-btn-icon-transform);}
.accordion-button:not(.collapsed) {box-shadow: inset 0 calc(0 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);}

.faqspage .accordion-button::after {
	background: url(../images/+.svg) no-repeat left center;
	transform: var(--bs-accordion-btn-icon-transform);
	width: 33px;
	height: 24px;
	position: absolute;
	left: 5px;
}
.accordion-item.faqspage {
	width: 100%;
	padding: 0;
}
.faqspage .accordion-button {
	color: #003A74 !important;
	padding-left: 55px;
	width: 100%;
}

.faqspage .accordion-body {
	color: #212121 !important;

}
.blogpagineerpage .collapse:not(.show) {
    display: block
}

.blogpagineerpage .link, .blogpagineerpage li, .blogpagineerpage p, .blogpagineerpage h3, .blogpagineerpage h2{color: #fff;}
.blogpagineerpage h3, .blogpagineerpage h2{color: #fff; font-size: 28px; margin-top: 40px;}
.blogpagineerpage ul li{list-style: none; font-size: 20px; line-height: 30px; margin: 20px 0;}
.blogpagineerpage ul li a{ text-decoration: none;}
.border-bottom {
	border-bottom: 1px solid #275580 !important;
}

.wide_section{padding: 50px; text-align: left; margin-bottom: 40px;}
.liststyle li {
	list-style: none;
	font-size: 20px;
	color: #000;
	line-height: 32px;
	padding-left: 30px;
	position: relative;
	margin-bottom: 10px;
}
.liststyle li::before {
	content: "";
	background: url(../images/Icon_star.svg) no-repeat left center;
	width: 16px;
	height: 15px;
	display: inline-block;
	position: absolute;
	top:10px;
	left: 0;
}

.liststylewhite li {
	color: #fff;

}
.liststylewhite li::before {
	content: "";
	background: url(../images/Icon_starwhite.svg) no-repeat left center;
	width: 16px;
	height: 15px;
	display: inline-block;
	position: absolute;
	top:10px;
	left: 0;
}

.contactform {
	background: #0081c6;
	padding: 0px 0px 0;
	border-radius: 36px;
	margin: -350px auto; max-width: 800px;
	border: 1px solid rgba(255, 255, 255, 0.35);
    overflow: hidden;
}
.contactform .singup-form{max-width: 100%;}
.h-300{height: 300px;}
textarea{resize: none;}
.numbershow{width: 54px;
    height: 54px;
    display: flex;
    background: #0081C6;
    border: 3px solid #003A74;
    left: 70px;}

    .numbershow span{margin: auto;
        font-size: 22px;
        font-weight: bold;
        color: #fff;}


        .bloglist ul li {
            list-style: none;
            display: inline-block;
            vertical-align: middle;
            color: #B3D9EE;
            font-size: 20px;
            padding-right: 10px;
            line-height: 13px;
        }
        .bloglist ul{ list-style: none;}


        .timeline{
            position:relative;
            margin:50px auto;
            padding:40px 0;
            box-sizing:border-box;
          }
          .timeline:before {
            content: '';
            position: absolute;
            left: 50%;
            width: 2px;
            height: 57%;
            background: #003a74;
            top: 130px;
          }
          .timeline ul{
            padding:0;
            margin:0;
          }
          .timeline ul li{
            list-style:none;
            position:relative;
            width:50%;
            padding:45px 40px;
            box-sizing:border-box;
          }
          .timeline ul li:nth-child(odd){
            float:left;
            text-align:right;
            clear:both;
          }
          .timeline ul li:nth-child(even){
            float:right;
            text-align:left;
            clear:both;
          }
          .content{
            padding-bottom:20px;
          }
          .timeline ul li:nth-child(odd):before
          {
            content:'';
            position:absolute;
            width:10px;
            height:10px;
            top:38px;
            right:-6px;
            background:#003a74;
            border-radius:50%;
            box-shadow:0 0 0 3px rgba(233,33,99,0.2);
          }
          .timeline ul li:nth-child(even):before
          {
            content:'';
            position:absolute;
            width:10px;
            height:10px;
            top:24px;
            left:-4px;
            background:#003a74;
            border-radius:50%;
            box-shadow:0 0 0 3px rgba(233,33,99,0.2);
          }
          .timeline ul li h3{
            padding:0;
            margin:0;
            color:#003a74;
            font-weight:600;
          }
          .timeline ul li p{
            margin:10px 0 0;
            padding:0;
          }
          .timeline ul li .time h4{
            margin:0;
            padding:0;
            font-size:14px;
          }
          .timeline ul li:nth-child(odd) .time h4{
            position: absolute;
            top: 28px;
            right: -65px;
            margin: 0;
            padding: 6px 12px;
            background: #fff;
            color: #0081c6;
            border-radius: 50%;
            /* box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.3); */
          }
          .timeline ul li:nth-child(odd) .time h5 {
            position: absolute;
            top: 70px;
            right: -104%;
            margin: 0;
            color: #fff;
            text-align: left;
			width:235px;
          }
          
          
          .timeline ul li:nth-child(even) .time h4 {
            position: absolute;
            top: 12px;
            left: -60px;
            margin: 0;
            padding: 7px 12px;
            background: #fff;
            color: #0081c6;
            border-radius: 50%;
          }
          .timeline ul li:nth-child(even) .time h5 {
            position: absolute;
            top: 60px;
            left: -104%;
            margin: 0;
            color: #fff;
            text-align: end;
			width:235px;
          }
          
          .timeline h2{
            font-size: 32px;
            font-weight: bold;
            color: #fff;
            padding-left: 40px;
          }


/*  */

.accordion-button:focus{
    box-shadow: none;
}

.btn_2 img{margin-left: 2px;}

/* ................ */
.slick-list {
    margin: 0 -5px;
}

input[type="range"] {
    -webkit-appearance: none;
    /* width: 100%; */
    margin: 20px auto;
    padding: 0;
    height: 8px;
    border-radius: 10px;
    background: #0081c6;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px #ecbb24, 0px 0px 1px #ecbb24;
    width: 16px;
    border-radius: 10px;
    background: #ecbb24;
    cursor: pointer;
    -webkit-appearance: none;
    width: 30%;
    height: 7px;
}
/* ........................................ */

.border-left{
    border-left: solid 2px #fff;
}
#myHeader .wwhite {
    filter: contrast(0%) brightness(2);
}
#myHeader.fixed .wwhite{
	filter: brightness();
}

.paddingblock{
	padding:50px;
}
.imgsizehome{width:341px;}
.textarrow {
  position: relative;
}
.textarrow img {
  text-align: center;
  position: absolute;
  top: 12px;
  right: 3px;
  width: 11px;
  height: 11px;
  bottom: 8px;
  left: -1px;
}
.privacytext {
  padding-right: 65px;
  padding-left: 65px;
}
.textblocktxt{
	text-decoration:none;
}
.roundedradius{
	border-radius:20px 20px 0px 0px !important;
}
.bannercontact {
  height: 100vh;
}
.innerbannercontact{
	top: 34%;
}
.blogheaderinnerfaq{
	background: url("../images/blogheaderinner.svg")no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
	height:370px;
}
.captiontext4 {    
    top: 42%;
  }
.listblock{
	padding:30px;
}

.faqsolution .accordion-button {
  padding: 5px 0px;
  line-height: 23px;
}
.faqsolution .accordion-body {
  padding: 5px 10px 5px 0px;
}
.insurancepara p {
  width: 80%;
  margin: auto;
}
.autopara p {
  width: 65%;
  margin: auto;
}
.salvagepara p{
  width: 60%;
  margin: auto;
}
.financepara p {
  width: 50%;
  margin: auto;
}
.chooseuspara p{
	width: 95%;
}
.verifyemail {
  text-decoration: navajowhite;
}
.scoretext{
	font-size:30px;
}
.innerintellimgblock {
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.intelheadertext.intelheadertext {
  width: 70%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1680px) {
    .sidenav a.nav-link {
        font-size: 1vw;
    }
    .moterdna {
        padding: 73px 66px;
        margin-top: -160px;
    }
    .fs-72 {
        font-size: 57px;
        line-height: 62px;
        font-weight: bold;
    }
    .moterdnainner {
        margin-top: -160px;
    }
  
    .header-content {
        padding-bottom: 40px;
    }

    .divaid {
        height: 5px;
        margin: 5px auto;
    }

    .ipadwidth{width: 200px; height: 200px; }
    .margin-200 {
        margin-top: -150px;
    }
    .margin-200-m {
        margin-top: -250px;
    }
	.container1{
    max-width: 1090px;
  }
}

@media (min-width: 1400px) {
  .container1{
    max-width: 1090px;
  }
}
@media (min-width: 1200px) {
  .container1{
    max-width: 1090px;
  }
}

@media only screen and (max-width: 1199px) {
    .fs-72 {
        font-size: 45px;
        line-height: 55px;
    }
    .header-content p {
        font-size: 22px;
    }

}


@media only screen and (max-width:991px) {	
.slick-testimonial p.testimonial {
font-weight: 600;
}
	.moterdnainner {
	border-radius: 10px;}
	
footer {
    display: none;
}
    .wide_section {
        padding: 18px;
        text-align: left;
    }
    .dmdnone{display: none;}
    .btn_2, .btn, .btn_w {     
        padding: 7px 12px 7px;
        line-height: 16px;
        font-size: 14px;
    }
    .ph_design {
        margin-top: -155px;
        text-align: center;
    }
    .ph_design img {
        background: #0081c6;
        padding: 4%;
        border-radius: 100%;
        width: 111px;
        height: 111px;
        margin: auto;
        text-align: center;
    }
    .moterdna {
        
        text-align: center;
    }



 /*** Header Mobile Menu css ***/
 .header .mobile_logo {
    width: 232px;
    display: block;
    transition: all 0.5s;
    position: relative;
    z-index: 9999;
}

.header.fixed .mobile_logo {
    width: 232px;
    margin-top: 5px;
}

.fs-50 {
    font-size: 32px;
    line-height: 42px;
}

.amenitiesnewmenu .collapse:not(.show) {
    display: none;
}

.sidenav a.nav-link {
    font-size: 20px;
    line-height: 40px;
    padding: 5px 0;
    color: #000;
}

.sidenav ul li {
    padding: 15px 10px 0;
}
.sidenav ul li.moblog {
    padding: 0px 30px 0;
}

#myHeader.fixed.closableBannerVisible {
	padding: 8px 0;
	height: 62px;animation: all 0.3s;
}
.amenitiesnewmenu:hover .collapse:not(.show) {
    display: none !important;
}

#accordion {
    display: inline-block;
    text-align: left;
    float: left;
    width: 100%;
}

.sidenav ul li {
    display: flex;
    text-align: left;
    padding-left: 29px;
    flex-direction: column;
    align-items: start;
}

.sidenav {
    height: 75%; 
    width: 89%;
    position: fixed;
    z-index: 999;
     top: 100%;
    bottom: -100%;
    background-color: #FFF;
   
    transition: 0.5s;
    padding: 11px 1px;
    left: 0;
    right: 0;
    border-radius: 15px;
    z-index: 11;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.plus-minus-toggle {
    cursor: pointer;
    height: 50px;
    position: absolute;
    right: 19px;
    top: -7px;
    float: right;
    width: 51px;
}

.plus-minus-toggle::before{
	background: url(../images/menuarrow.svg);
	content: '';
	left: 12px;
	position: absolute;
	top: 33px;
	width: 19px;
	transition: transform 500ms ease;
	height: 16px;
	background-repeat: no-repeat;
}

.plus-minus-toggle[aria-expanded="true"]::before {
    transform: rotate(180deg);
}

#mySidenav .bi.bi-chevron-down{ display: none;}


.myClass {
    /*! width: 100%; */
    bottom: 89px;
     top:inherit;
}

#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
    /*! width: 26px; */
    /*! height: 30px; */
    position: relative;
    margin: 2px 4px 2px 0px;
    float: right;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 999;
}

.close {
    opacity: 1;
    width: 26px;
    position: relative;
    height: 25px;margin-right: 6px;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 35px;
    background: #fff;
    border-radius: 4px;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.dropdwoen-sec {
    width: 100%;
    position: inherit;
    left: 0px;
    top: 2px;
    padding: 0px 0px;
    box-shadow: inherit;
    margin: 0;
}

#nav-icon4.open span {
    background: #fff;
}

/* Icon 4 */
#nav-icon4 span:nth-child(1) {
    width: 27px;
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
    width: 27px;
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
    width: 100%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 2px;
    left: 8px;
}

#nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
    width: 100%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px;
}

.mob-nav-booknow {
	position: absolute;
	right: 0px;
	top: 60%;
	transform: translateY(-50%);
}
.mobheaderlogo{padding-top:10px;}

#linkid {
 position: relative; 
}
#myHeader.fixed .w-250.mobilelogo {   
    filter: brightness();
}
#myHeader .w-250.mobilelogo {   
    filter: contrast(0%) brightness(2);
}
.blue-bg.h-98::before {
    height: 99%;
}

.paddingtop {
    margin-top: 10px;
}

/*--End-Mobile Menu----*/
.mobile_logo.myClass .main-logo {
    display: block;
}

.mobile_logo.myClass .green-logo {
    display: none;
}

.main-sec-h1 .w-50 {
    width: auto !important;
}

.fixed .sidenav a.nav-link {
    color: #000;
}

.mobmenufixed {
	border: 1px solid #FFE89F;
	border-radius: 50px;
	padding: 5px 6px 5px 21px;
	bottom: 10px;right: 0;
    left: 0;
	position: fixed;
	z-index: 11;
	background: linear-gradient(121deg, rgba(236,187,36,1) 0%, rgba(236,187,36,1) 100%);

}
.w-90{width: 90%; margin: auto;}
.heambermenu{background: #002B57; border-radius: 50px; padding: 8px 18px;}

.captiontext {
	padding: 34px;
}
.ipadtopborder{border-top: 1px solid #ccc;}
/* .blogpagineerpage .collapse:not(.show) {
    display: none
} */

.iphonew{width: 47px; height: 47px;}

.lightbluegra {
	border-radius: 10px;
}
.contactform {
	border-radius: 10px;
	margin: -160px auto;
}
.h-300 {
	height: 150px;
}
.sidenav .accordion {
	overflow: auto;
	height: 82%;
}

.slick-testimonial .testimonial {	
    padding: 12px 50px 10px;
}
.btn_2 img {
  margin-left: 0px;
  margin-top: 0px;
}
.textarrow img {
  top: 11px;
  left: 0px;
}
.privacytext{
	padding-right: 0px;
  padding-left: 0px;
}
.blogheaderinnerfaq {
  height: 300px;
}
.captiontext {
top: 42%;
}

.captiontext4 {    
    top: 42%;
  }
.paddingblock{
	padding:25px;
}
.insurancepara p, .autopara p, .salvagepara p, .financepara p {
  width: 100%;
  margin: auto;
}
.chooseuspara p{
	width: 100%;
}

.timeline ul li:nth-child(2n+1) .time h5 {
  top: 70px;
  right: -100%;
  width: 200px;
}

.timeline ul li:nth-child(2n) .time h5 {
  top: 60px;
  left: -100%;
  width: 210px;
}
.timeline ul li:nth-child(2n+1) .time h4 {
  top: 28px;
}


}



.rounded3 {
	border-radius: 20px !important;
}
.tableheadingtext{font-size:36px!important;}
.linkhover:hover {
  color: #ECBB24;
}
.tableintrogap{
	padding-left:30px;
}

@media only screen and (max-width:676px) {
	.fs-17{font-size:18px;}
    .btn_2, .btn, .btn_w {
        padding: 7px 14px 7px;
    }

    figure {
        border-radius: 10px;
    }
    figure.effect-lily h2 {
        font-size: 12px;
    }
    figure.effect-lily figcaption > div {  
        padding: 0.5em;
      
    }
   slick-initialized .slick-slide {
        margin: 0 4px !important;
    }

    .captiontext {
        padding: 20px;
    }
    .paddingmobile{
        padding: 35px;
       }
    .fs-52 {
        font-size: 23px;
        line-height: 31px;
    }
    p {
        font-size: 14px;
        line-height: 24px;
    }
    .carousel .testimonial {
        font-size: 16px;
    }
    .fs-38 {
        font-size: 18px;
        line-height: 19px;
    }

    .slick-initialized .slick-slide {
        margin: 0 5px;
    }
    .mt-100 {
        margin-top: 50px;
    }
    .fs-26 {
        font-size: 16px;
    }
    .whyuse-section {
        border-radius: 10px;
    }
    .whyuse-section .heicon {
        min-width: 24px;
        min-height: 24px;
        line-height: 20px;
        font-size: 11px;
    }
    .carousel-control-prev, .carousel-control-next {
        width: 39px;
        height: 39px;
        bottom: -8px;
    }
    .fs-20 {
        font-size: 16px;
    }
	.liststyle li {
	font-size: 16px;
	line-height: 20px;
	}
	.liststyle li::before {
	top: 0px;}
    .mobmenufixed .fs-20 {
        font-size: 20px;
        position: relative;
        top: ;
    }
  
    .accordion-item {
        padding: 5px 0px;
    }
    .fs-36 {
        font-size: 20px;
        line-height: 28px;
        font-weight: bold;
    }
    
    .fs-28 {
        font-size: 18px;
		line-height: 28px;
    }
    .fs-24 {
        font-size: 16px;
		line-height: 28px;
    }
    .bloglist ul li {
        font-size: 14px;
        padding-right: 3px;
    }
    .banner {
    
        height: 550px;
    }
    .captiontext {
        top: 10%;
        transform: translateY(0%);
    }
   
    .slick-testimonial .testimonial {	
        padding: 0px;
        font-size: 16px;
    }
    .slick-testimonial .overview{
        margin: 0px;
    }
    .slick-testimonial .slick-track {
        padding-top: 70px;
    }
    .moterdnainner {
        margin-top: -180px;
    }

    .divaid{
        display: none;
    }

    .captiontext2 {
        position: absolute;
        top: 38%!important;
        transform: translateY(-50%);
        width: 100%;
    }
    .captiontext3 {
        position: absolute;
        top: 42%!important;
        transform: translateY(-50%);
        width: 100%;
    }
    .captiontext4 {
        position: absolute;
        top: 35%!important;
        transform: translateY(-50%);
        width: 100%;
    }
    .slick-testimonial .img-box {
        margin: -20px auto;
        top: -37px;
    }
    .margin-200-m2 {
        margin-top: -200px;
    }
    .blod-back-btn img{
        width: 20px;
        height: 20px;
    }
	   .blogheaderinnerfaq {
	  height: 300px;
	}
	.captiontext4 {    
		top: 42%;
	  }
	  .banner.blogheader {
  height: 416px !important;
	}
	.banner.newsbanner {
  height: 416px;
	}
	.banner.faqs {
	height: 416px;
	}
	.fs-18wt {
  font-size: 16px;
   }
   .timeline ul li:nth-child(2n+1) .time h5 {
  right: -73%;
}

.timeline ul li:nth-child(2n) .time h5 {
  left: -74%;
}


   
}

@media only screen and (max-width:575px) {
    .banner {
    
        height: 500px;
    }
    .fs-72 {
        font-size: 22px;
        line-height: 30px;
    }
    .header-content p {
        font-size: 18px;
        width: 99%;
        margin: auto;
        line-height: 25px;
        margin-top: 0px;
    }


    .moterdna {
        padding: 48px 15px 19px;
        border-radius: 10px;
    }

    .ph_design {
        margin-top: -99px;
    }
    .mt-100 {
        margin-top: 30px;
    }
     .mt-100.iphonemy {
        margin: 30px 0 60px;
    }
    .py-100 {
        padding: 30px 12px;
    }
    .px-40 {
        padding: 0px 5px;
    }
    .footer-icon ul {
      justify-content: center;
    }
    .footer-logo {
        text-align: center;
    }
    .footer-links {
        text-align: center;
    }
    .footer-links ul li a {
        font-size: 16px;
        line-height: 34px;
    }
    .copyright {
        text-align: center;
        font-size: 13px;
    }
    .footer-bottum-box {
        padding-bottom: 90px;
    }
    .dropdwoen-sec ul li a {
        font-size: 18px;
        line-height: 33px;
        font-weight: 300;
    }
  

    body { 
        padding-bottom: 79px;
    }
    .timeline ul li:nth-child(even) .time h5{
        font-size: 14px;
    }
    .timeline ul li:nth-child(odd) .time h5 {
        right: -90%;
        font-size: 14px;
    }
	.timeline ul li:nth-child(2n) .time h5 {
    left: -90%;
  }
    .timeline ul li {
        padding: 45px 20px;
    }
	.blogheaderinnerfaq {
  height: 300px;
}
.captiontext {
    top: 10%;
  }
  .captiontext4 {    
    top: 42%;
  }
  .w_ph100{width: 100%; display: block; text-align: center;}

}

@media only screen and (max-width:475px) {
    .header-content p {     
        width: 98%;
    }
	.fs-72 {
        font-size: 18px;
    }
	.captiontext {
    top: 10%;
  }
  .innerbannertext2{
	  top:14%;
  }
  .captionmarkettext{top:14%!important;}
  .innerbannercontact{top:16%!important;}
   .timeline ul li:nth-child(2n+1) .time h5 {
    right: -110%;
  }
  .timeline ul li:nth-child(2n) .time h5 {
    left: -110%;
  }
  .scoretext {
  font-size: 22px;
	}
	.successblockpg img.thanksimg{
	   width:40%;	
	}
	.successblockpg img.meterimg{
	   width:70%;	
	}
	.captionmarkettext1 {
    top: 10% !important;
  }
  .intelheadertext.intelheadertext {
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}
.motorhead{font-size:24px;}
}
