/*------------- banner ------------*/
.banner {
    padding: 250px 0px 0px 0px;
    background: url(../images/service-innerpage/service-inner-banner.png);
    background-size: cover;
    background-position: center bottom;
    position: relative;
}
.banner p {
    color: #FFFFFF;
    font-size: 18px;
    padding-right: 100px;
	line-height: 32px;
    margin: 25px 0px;
}
.banner h1 {
    font-size: 61px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
	line-height: 85px;
}
.banner h1 span {
    color: #FF4B46;
}
.banner-but a {
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    padding: 14px 29px;
    border-radius: 5px;
    border: 1px solid;
    transition: 0.3s;
	font-weight: 600;
}
a.b-clr {
    background: #DA3F3B;
    border-color: transparent;  transition: 0.2s;
}
a.b-clr:hover {
    background: transparent;
    color: #DA3F3B;
    border: 1px solid #DA3F3B;
    transition: 0.2s;
}
.banner-but {
    display: flex;
    gap: 30px;
    margin: 40px 0px;
}
.banner-icons {
    display: flex;
    gap: 24px;
}
.banner .container {
    position: relative;
}
.banner-right img {
    position: absolute;
    right: 0;
    width: 59%;
    bottom: 0;
}
.banner-right {
    padding-top: 11em;
}
.banner.service-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 77.68%);
    top: 0;
    left: 0;
}
/*------------- End banner ------------*/

/*------------- Understanding Alignment --------------*/
.under-align {
    padding: 100px 0px;
}
.under-left img {
    width: 100%;
    padding-right: 46px;
}
.under-right {
    padding: 20px;
}
.under-align .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.under-right h2 {
    font-size: 48px;
    font-weight: 700;
    color: #000000;
}
.under-right p {
    font-size: 16px;
    color: #000000;
    margin: 30px 0;
	line-height: 32px;
}
/*------------- End Understanding Alignment --------------*/

.under-align.vehicle-align {
    padding: 0 0 100px 0;
}
.vehicle-align .under-left img {
    padding-left: 46px;
    padding-right: 0;
}
.under-align.vehicle-align .under-right {
    padding: 0;
}
.under-right ul {
    list-style: none;
    padding: 0;
}
.under-align.vehicle-align .under-right p {
    margin: 0 0 20px 0;
}
.under-right ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    line-height: 26px;
    color: #000000;
	width: 89%;
}
.under-right ul li:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../images/service-innerpage/tyre.png) no-repeat;
    left: -4px;
    top: 8px;
}
.under-right ul li b {
    font-weight: 600;
}


/*--------------- End ----------------*/


/*------------- The important ------------*/
.benefits {
    padding-bottom: 70px;
}
.benefits h3 {
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    text-align: CENTER;
    width: 100%;
    margin-bottom: 30px;
}
.benefits .container {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.benefits-box {
    width: 32%;
    border: 2px solid #C1C1C1;
    border-radius: 12px;
    padding: 35px;
}
.benefits-box span {
    width: 55px;
    height: 55px;
    display: flex;
    background: #F4F4F4;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.benefits-box span img{
	width: 32px;
}
.benefits-box h5 {
    font-size: 20px;
    color: #1A202C;
    font-weight: 600;
    margin: 15px 0 22px 0;
    position: relative;
	line-height: 36px;
}
.benefits-box h5:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 6px;
    background: url(../images/service-innerpage/small-border.png) no-repeat;
    bottom: -9px;
}
.benefits-box p {
    margin: 0;
    font-size: 16px;
    color: #1A202C;
    line-height: 28px;
}
/*------------- End The important ------------*/
/*--------------- signs ------------*/
.sign-you {
    background: #444444;
    padding: 50px 0px;
}
.sign-first-row {
    display: flex;
    gap: 25px;
    padding: 0 !important;
    background: transparent !important;
}
.sign-box {
    width: 66%;
    background: url("../images/service-innerpage/small-car.png") #5A5A5A no-repeat;
	background-position: right bottom;
    background-size: 53%;
    border-radius: 12px;
    padding: 30px;
    display: flex;
    align-items: center;
}
.sign-box h6 {
    font-weight: 600;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 150%;
	width: 80%;
}
.sign-box img {
    width: 314px;
}
.sign-box-2 {
    width: 33%;
}
.sign-box div {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    align-items: baseline;
    margin: 10px 0px;
}
.common-clr {
    background: #5A5A5A;
    border-radius: 12px;
    padding: 30px;
}
.common-clr span img {
    margin-bottom: 20px;
}
.common-clr h5 {
    font-size: 24px;
    color: #fff;
}
.common-clr p {
    margin: 0;
    font-size: 16px;
    color: #FFFFFF;
	line-height: 32px;
}
.common-clr.sign-first-row {
    width: 100%;
}
.common-clr {
    width: 31.6%;
}
.sign-you .container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.common-clr span {
    min-height: 76px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/*---------------End  signs ------------*/
/*------------------- The vehicle ------------*/

.the-vehicle {
    background: #444444;
    padding: 50px 0px;
}
.the-vehicle h2 {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    width: 100%;
    margin-bottom: 47px;
}
.the-vehicle-list {
    display: flex;
    gap: 64px;
    position: relative;
}
.the-vehicle-box h3 {
    color: #DADADA;
    font-size: 100px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.the-vehicle-box h6 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
.the-vehicle-box p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    line-height: 175%;
}
.the-vehicle-list:before {
    content: '';
    position: absolute;
    width: 78%;
    height: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 27px;
    border-bottom: 2px solid #D3D3D3;
}
.the-vehicle-box:before {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    background: #DA3F3B;
    border-radius: 25px;
    left: 7.8em;
    top: 3em;
}
.the-vehicle-box {
    position: relative;
}
.the-vehicle-list .the-vehicle-box:nth-child(2):before {
    left: 6.7em;
}
.the-vehicle-list .the-vehicle-box:nth-child(3):before {
    left: 8.3em;
}
.the-vehicle-list .the-vehicle-box:nth-child(4):before {
    left: 7.7em;
}
/*------------------- End The vehicle ------------*/
/*------------ Vehicle align ----------*/
.vehicle-align {
    padding: 50px 0px;
}
.vehicle-align h2 {
    font-size: 48px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 30px;
}
.vehicle-align .container {
    display: flex;
    flex-wrap: wrap;
}
.vehicle-left img {
    width: 100%;
    padding-right: 4em;
}
.vehicle-right-box {
    border: 1px solid #000000;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 25px;
}
.vehicle-right-box h6 {
    font-size: 20px;
    color: #000000;
	font-weight: 600;
    margin-bottom: 15px;
}
.vehicle-right-box p {
    color: #211D1D;
    font-size: 16px;
    margin: 0;
    line-height: 175%;
}
.vehicle-right {
    height: 583px;
    overflow: auto;
    padding-right: 10px;
}
/*------------ End Vehicle align ----------*/

/*---------------- b personal -----------*/
.benefits.b-personal {
    background: #DA3F3B1A;
    padding: 70px 0px;
}
.b-personal h3 {
    color: #1A202C;
}
.b-personal .benefits-box {
    border: none;
    background: #fff;
}
.b-personal .benefits-box h5:before {
    display: none;
}
.b-personal .benefits-box h5 {
    margin: 15px 0 15px 0;
}
/*---------------- End b personal -----------*/

/*--------------- FAQ -------------------*/
.faq {
    padding: 65px 0px 50px 0px;
}
.faq h2 {
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    text-align: CENTER;
    width: 100%;
    margin-bottom: 53px;
}
.faq-list {
    display: flex;
    gap: 30px;
}
.faq-list h2 {
    margin: 0;
    border: none;
}
.accordion-item {
    box-shadow: 0px 6.92px 22.16px 0px #080F340F;
    border-radius: 20px !important;
    border: none;
    padding: 20px;
    margin-bottom: 20px;
}
.accordion-item button.accordion-button {
    background: transparent;
    border: none !important;
    font-size: 18px;
    font-weight: 600;
    color: #211D1D;
    box-shadow: none;
}
.accordion-body {
    border: none;
    color: #211D1D;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}
h2.accordion-header button:after {
    background: url(../images/service-innerpage/plus.png) !important;
    transform: none !important;
    width: 30px !important;
    height: 30px !important;
    background-size: contain !important;
}
h2.accordion-header button[aria-expanded="true"]:after {
    background: url(../images/service-innerpage/minus.png) !important;
    width: 30px !important;
    height: 30px !important;
    background-size: contain !important;
}
/*--------------- End FAQ -------------------*/
/*------------------ Contact --------------------*/

a.click-here {
    background: #DA3F3B;
    text-decoration: none;
    color: #fff;
    padding: 14px 24px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 16px;
    display: table;
    margin-top: 1em;
}
.contact-us {
    padding: 50px 0px;
}
.contact-us .container {
    display: flex;
    flex-wrap: wrap;
}
.conatct-left {
    background: #262626;
    border-radius: 10px 0px 0px 10px;
    padding: 35px;
}
.conatct-left h6 {
    color: #fff;
    font-size: 40px;
}
.conatct-left p {
    color: #fff;
    font-size: 16px;
    line-height: 150%;
}
.con-box {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.con-box b {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    width: 100%;
    display: block;
    margin-bottom: 9px;
}
.con-box h6 {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
}
.con-box span {
    padding-right: 20px;
}
.con-box span img {
    width: 25px;
}
.conatct-left p:nth-child(2) {
    margin-bottom: 46px;
}
.con-box a {
    text-decoration: none;
	font-size: 32px;
    font-weight: 500;
    color: #fff;
}
.conatct-right {
    background: #444444;
    padding: 45px 50px;
    border-radius: 0px 10px 10px 0px;
}
.conatct-right h6 {
    color: #fff;
    margin-bottom: 21px;
    font-size: 20px;
}
.conatct-right p, .conatct-right ul li {
    color: #fff;
    font-size: 16px;
}
.conatct-right p {
    margin-bottom: 4em;
}
.conatct-right ul {
    padding-left: 21px;
    margin-bottom: 3em;
}
.conatct-right ul li {
    margin-bottom: 20px;
}
.conatct-right a.click-here {
    font-size: 14px;
    padding: 10px 20px;
}
.conatct-right a.click-here:hover {
    color: #fff;
    border-color: #fff;
}

/*------------------ End Contact --------------------*/


/*------------- Responsive -------------------*/

@media screen and (max-width:767px){
    .common-clr.sign-first-row {
        width: 100%;
    }
    .common-clr {
        width: 100%;
    }
    .sign-first-row {
        flex-wrap: wrap;
    }
    .sign-box {
        flex-wrap: wrap;
        width: 100%;
        padding: 11px;
    }   
    .the-vehicle-list {
        flex-wrap: wrap;
    }
    .faq-list {
        flex-wrap: wrap;
    }
    .conatct-left {
        margin-bottom: 20px;border-radius: 10px;
    }
    .conatct-right {
        padding: 30px 20px;
        border-radius: 10px;
    }
    .faq h2,.conatct-left h6 {
        font-size: 30px;
    }
    .under-right {
        padding: 0px;
        margin-top: 20px;
    }
    .banner h1 {
        font-size: 30px;
		line-height: 47px;
    }
    .banner p {
        padding-right: 0;
    }
    .under-right h2,.vehicle-align h2,.benefits h3 {
        font-size: 30px;
    }
    .under-align {
        padding: 50px 0px 0px 0px;
    }
    .vehicle-align .under-left img {
        padding-left: 0;
    }
    .under-align.vehicle-align {
        padding: 0 0 50px 0;
    }
    .benefits-box,.sign-box img {
        width: 100%;
    }
    .sign-box h6,.the-vehicle h2 {
        font-size: 30px;
    }
    .banner-but a {
        font-size: 14px;
    } 
    .the-vehicle {
        padding: 0px 0px 50px 0px;
    }
    .the-vehicle-box:before,.the-vehicle-list:before{
        display: none;
    }
    .the-vehicle-list {
        gap: 30px;
    }
    .vehicle-left img {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .accordion-item {
        padding: 5px;
    }
    .con-box h6 {
        font-size: 20px !important;
    }
    .con-box a {
        font-size: 22px;
    }
    .banner-right {
        padding-top: 1em;
    }
    .under-left img {
        padding-right: 0;
    }
    .the-vehicle-box h3 {
        font-size: 80px;
    }

}

@media screen and (min-width:767px) and (max-width:1023px){
    .banner-left {
        width: 80%;
    }
    .banner h1 {
        font-size: 53px;
    }
    .banner-right {
        padding-top: 3em;
    }
    .benefits .container {
        gap: 14px;
    }
    .benefits-box {
        padding: 14px;
    }
    .benefits-box h5 {
        font-size: 18px;
    }
    .sign-box img {
        width: 200px;
    }
    .sign-box h6 {
        font-size: 30px;
    }
    .sign-box {
        padding: 20px;
    }
    .sign-box img {
        width: 173px;
    }
    .banner-but a {
        padding: 14px 15px;
    }
    .sign-you .container {
        gap: 19px;
    }
    .under-align {
        padding: 100px 0px 50px 0px;
    }
    .the-vehicle-box h3 {
        font-size: 78px;
    }
    .the-vehicle-list {
        gap: 16px;
    }
    .the-vehicle-list:before {
        width: 76%;
        top: 18px;
    }
    .the-vehicle-box:before {
        width: 13px;
        height: 14px;
        left: 5em;
        top: 2.5em;
    }
    .the-vehicle-list .the-vehicle-box:nth-child(2):before {
        left: 4.2em;
    }
    .the-vehicle-list .the-vehicle-box:nth-child(3):before {
        left: 5.3em;
    }
    .the-vehicle-list .the-vehicle-box:nth-child(4):before {
        left: 4.7em;
    }
    .vehicle-left img {
        padding-right: 2em;
    }
    .vehicle-right-box h6 {
        font-size: 18px;
    }
    .faq h2 {
        font-size: 38px;
    }
    .faq-list {
        gap: 5px;
    }
    .benefits h3,.vehicle-align h2,.the-vehicle h2 {
        font-size: 30px;
    }
    .under-right h2 {
        text-align: left;
    }

}

@media screen and (min-width:1024px) and (max-width:1200px){
    .banner h1 {
        font-size: 54px;
    }
    .benefits .container {
        gap: 20px;
    }
    .sign-box {
        padding: 15px;
    }
    .sign-box h6 {
        font-size: 40px;
    }
    .sign-you .container {
        gap: 26px;
    }

}