@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&amp;display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
a{
    text-decoration: none !important;
    transition: 0.2s ease-in;
}
:root {
    --primary-color: #F6821F;
    --secondary-color:#11385F;
    --light-blue: #307AC4;
  }
  body{
    background: #f9f9f9;
  }
.banner-sec a {
    color: var(--primary-color);
    background: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    border: 1px solid;
    margin-right: 10px;
    display: inline-block;
}
.banner-sec a:hover{
    transform:scale(1.05);
}
.banner-sec a:last-child {
    color: #fff;
    border: 1px solid;
    padding: 10px 20px !important;
    background: var(--primary-color);
    border-radius: 6px;
    border-color: var(--primary-color);
}

a.navbar-brand img {
    width: 130px;
}
.header-sec nav.navbar .container {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
}
.navbar-nav {
    align-items: center;
  }
.header-sec li a {
    font-size: 14px;
}
.navbar-light .navbar-nav .nav-link{
    color: #000;
}
.navbar-brand {
    padding: 0;
    margin: 0 50px;
}

.banner-sec {
    background: url(../images/hero-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 750px;
    align-items: center;
    display: flex;
    margin-top: -150px;
    color: #fff;
}
.banner-sec h1 {
    font-weight: 700;
    font-size: 46px;
}
a.signup-btn{
    border: 1px solid;
    background: var(--secondary-color);
    border-radius: 6px;
    color: #fff !important;
    padding: 10px 10px !important;
    transition: 0.2s ease-in;
    margin: 4px;
}
a.signup-btn2 {
    background: var(--primary-color);
}
a.signup-btn:hover{
    transform: scale(1.05);
} 
.banner-sec .hero-form-sec a {
    all: unset !important;
    cursor: pointer !important;
    padding: 0 !important;
}
.hero-form-sec {
    background: var(--light-blue);
    padding: 30px 30px;
    width: 400px;
    margin-left: auto;
    border-radius: 10px;
    position: relative;
}
.hero-form-sec:before {
    position: absolute;
    content: '';
    background: url(../images/hero-process.png);
    width: 289px;
    height: 255px;
    left: -270px;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: bottom;
    bottom: 0px;
}
.hero-form-sec input::placeholder {
    color: #fff !important;
}
.hero-form-sec input {
    margin-bottom: 15px;
    background: transparent;
    color: #fff;
}
.loc-sec i {
    position: absolute;
    top: 33px;
    right: 30px;
}

.loc-sec {
    position: relative;
}
input[type="date"]::-webkit-calendar-picker-indicator, input[type="time"]::-webkit-calendar-picker-indicator  {
    filter: invert(1);
}
.form-check-input:checked[type=checkbox] {
    filter: invert(1);
}
.form-check-input:checked {
    background-color: #000;
    border-color: #000;
}
.hero-form-sec h4:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 70px;
    height: 3.5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20px;
}

.hero-form-sec h4 {
    text-align: center;
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;
}
.btn.quote-btn:hover {
    transform: scale(1.02);
}
.btn.quote-btn {
    background: #fff;
    width: 100%;
    transition: 0.2s ease-in;
}



.qbox h4 {
    font-weight: 700;
}
.qbox img {
    width: 65px;
    height: 110px;
    object-fit: contain;
}

.qbox:hover {
    border: 1px solid var(--primary-color);
}
.qbox {
    padding: 30px;
    margin: 15px;
    border-radius: 15px;
    box-shadow: 0 -1px 9px 4px #0000001c;
    transition: 0.3s ease-in;
    border: 1px solid #fff;
}
.qbox a:hover, .cars-sec a:hover  {
    text-decoration: underline !important;
}
.qbox a, .cars-sec a  {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 14px;
}
.qbox p {
    font-size: 14px;
}
.qbox h4 {
    font-size: 16px;
}
.quality-sec {
    padding-bottom: 50px;
}

.quality-sec, .banner-sec {
    padding-top: 50px;
}
.reviews-sec {
    background: var(--primary-color);
    padding: 50px 0;
    position: relative;
}
.reviews-sec:before, .business-sec:before, .clogin-sec:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: url(../images/happ-bg-before.png);
    width: 353px;
    height: 364px;
    background-repeat: no-repeat;
    z-index: 1;
}
.business-sec::before {
    background: url(../images/business-before.png);
    width: 259px;
    height: 267px;
    background-size: 80%;
    background-repeat: no-repeat;
}
.reviews-sec h2 {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 20px;
}
.reviews-sec-top a:hover {
    transform: scale(1.05);
}
.reviews-sec-top a:last-child {
    background: transparent;
    color: #fff;
}
.reviews-sec-top a {
    color: var(--primary-color);
    background: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 6px;
    margin: 8px;
}
.reviews-sec-top {
    color: #fff;
    text-align: center;
}
.process-sec {
    padding-top: 30px;
    padding-bottom: 30px;
}

.process-sec img {
    width: 100%;
}
.network-sec {
    min-height: 350px;
    background-image: url(../images/networkbg.png);
    color: #fff;
    background-size: cover;
    background-position: center;
}

.cars-sec img {
    width: 180px;
    height: 230px;
    object-fit: contain;
}
.cars-sec .image-box {
    border-radius: 15px;
    box-shadow: 0 1px 5px 5px #00000012;
    margin: 30px 0;
    background: #fff;
    padding: 30px 20px;
}

.cars-sec h2, .quality-sec h2, .books-sec h1 {
    font-weight: 700;
    font-size: 40px;
}
.cars-sec {
    padding: 50px 0;
    background: #f9f9f9;
}
h5.cc {
    background: #f6821f29;
    display: inline-block;
    font-size: 13px;
    padding: 5px 15px;
    border-radius: 50px;
    margin-bottom: 30px;
}
h5.cc3 {
    background: #6631a52e;
}
h5.cc2 {
    background: #3df54b33;
}
h5.cc1 {
    background: #21badc42;
}

.cars-sec img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    margin-bottom: 30px;
}
.paym img {
    width: 240px;
}
.image-box p {
    font-size: 14px;
}
.sol-sec{
    padding: 50px 0px;
    background: url('../images/solutionbg.png');
}
.sol-text {
    text-align: center;
    color: #fff;
}
.solution-box {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
}
.solution-box i {
    font-size: 50px;
    border: 2px solid;
    padding: 20px 10px;
    border-radius: 100%;
    margin-bottom: 20px;
    width: 110px;
}
.dnload {
    background: #fff;
    padding: 10px 30px;
    display: block;
    border-radius: 6px;
    margin: 0 auto;
    margin-top: 20px;
    border-color: #fff;
    transition: 0.3s ease-in;
}
.dnload:hover {
    color: #fff;
    background: transparent;
    border: 1px solid;
}
.dnload2:hover {
    background: #fff;
    color: #000;
}
.testi-box2 {
    background: #fff;
    margin: 20px;
    padding: 20px;
    border-radius: 10px;
}

.testi-box2 p {
    font-size: 14px;
}
.testi-box2 p:nth-child(1) {
    margin-bottom: 60px;
}
.testi-box2 img+p {
    margin-bottom: 0;
    margin-top: 3px;
}
.testi-box2 i{
    color: var(--primary-color);
}
.testi-slider {
    margin-top: 30px;
}

.business-sec a:hover i {
    margin-left: 30px;
    transition: 0.5s ease-in;
}

.business-sec a {
    color: #fff;
    text-align: center;
}
.business-sec h3 {
    font-weight: 600;
    font-size: 40px;
}
.business-sec {
    background: var(--secondary-color);
    border-radius: 20px;
    color: #fff;
    position: relative;
    padding: 60px;
    display: flex;
    align-items: center;
}

.dnload2 {
    background: transparent;
    padding: 10px 30px;
    display: block;
    border-radius: 6px;
    margin: 0 auto;
    margin-top: 20px;
    border: 1px solid #fff;
    color: #fff;
    transition: 0.3s ease-in;
}
.customers-sec{
    padding: 50px;
}
.customers-text {
    text-align: center;
}
.customers-text h2 {
    font-size: 40px;
    font-weight: 700;
}

footer {
    padding-top: 50px;
    color: #000;
    background: #f9f9f9;
}
footer .row {
    align-items: baseline;
}
footer a{
    color: #000;
}
.f-logo{text-align: center;}
.f-logo img{width:200px;}
.f-links ul{
    padding: 0px;
}
.f-links li {
    list-style: none;
    display: inline-block;
    padding: 20px;
}
.copy-sec {
    padding: 15px;
    border-top: 1px solid #111111;
}
.copyright p {
    text-align: center;
    margin: 0;
    font-size: 14px;
}



/* Vehicles CSS Start */

.veh-banner-sec {
    text-align: center;
    background: url(../images/v-hero.png);
    min-height: 680px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.v-info ul li img {
    width: 21px;
    height: 30px;
    margin-bottom: 7px;
    margin-right: 2px;
}
.v-info ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.veh-cars-sec a:hover {
    transform: scale(1.05);
    text-decoration: none !important;
}
.veh-cars-sec .v-info+a {
    background: var(--primary-color);
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 500;
    display: inline-block;
}
/* Vehicles CSS End*/



/* Services CSS Start */

.ser-banner-sec {
    background: url(../images/s-hero.png);
    min-height: 680px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.s-cars-sec img {
    all: unset;
}
.s-cars-sec p{
   min-height: 100px; 
}
.s-cars-sec .s-cars-sec-top p{
    min-height: 110px;
}
.s-cars-sec h3 {
    font-weight: 700;
}

.s-cars-sec h2 {
    color: #eb7c1d66;
    font-size: 50px;
}
/* Services CSS End */


/* Our Coverage CSS Start */
.rca-banner-sec {
    background: url(../images/rca-hero.png);
    min-height: 680px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.rca-second-sec h6 {
    font-weight: 700;
}

.rca-second-sec h2 {
    margin-top: 40px;
    font-weight: 700;
}
.rca-second-sec {
    text-align: center;
    padding: 50px 0;
}
.rca-second-sec img {
    width: 100%;
}
/* Our Coverage CSS End */



/* Ccntact CSS Start */
.con-banner-sec {
    background: url(../images/c-herobg.png);
    min-height: 680px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.con-sec a {
color:#000;
}
.con-sec img{
    width: 50px;
}
.c-icon-sec {
    display: flex;
    align-items: center;
    justify-content: center;
}
.con-sec {
    padding: 60px 0 80px 0;
}
.c-icon-sec .col-10 {
    margin-left: -20px;
}
.con-sec button:hover {
    color: #fff;
}
.con-sec button {
    margin-top: 15px;
    background: #f6821f !important;
    color: #fff;
}
.con-sec input{
    background-color: #fff;
    color: #000;
    margin-bottom: 15px;
}
/* Contact CSS End */


/* FAQ CSS Start */

section.faq-sec button i {
    float: right;
}
.faq-sec {
    padding: 70px 0;
}
section.faq-sec button {
    background: #fff;
    color: #000;
    padding: 20px;
    margin-bottom: 20px;
    border: none;
    box-shadow: 0 0 5px 5px #0000000d;
    border-radius: 12px;
    text-align: left;
    position: relative;
    width: 100%;
}
.faq-sec button:hover, .faq-sec button:active, .faq-sec button:focus {
    background: #eb7c1d;
}
.faq-sec .collapse.show {
    background: #eb7c1d;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    color: #fff;
    width: 100%;
}

/* FAQ CSS End */





/* Customer Login Register CSS Start */

.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.clogin-sec {
    padding: 0;
    position: relative;
    align-items: center;
    background: #f9f9f9;
    margin-top: 20px;
}
.clogin-sec:before{
    background-size: 210px;
}
.cloginl-sec {
    color: #fff;
    background: var(--primary-color);
    padding: 140px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    min-height: 550px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.cloginl-sec:before {
    position: absolute;
    content: '';
    background: url('../images/fleet2.png');
    left: -50px;
    bottom: 30px;
    background-repeat: no-repeat;
    width: 270px;
    height: 126px;
    background-size: 270px;
}
.cloginl-sec:after{
    position: absolute;
    content: '';
    background: url('../images/login-before.png');
    right: 50px;
    bottom: 40px;
    background-repeat: no-repeat;
    width: 270px;
    height: 137px;
    background-size: 200px;
}
.cloginl-sec h2 {
    font-size: 30px;
}
.cloginl-sec li {
    position: relative;
    padding-left: 20px;
    line-height: 40px;
}
.cloginl-sec li:before {
    position: absolute;
    content: '';
    background: url(../images/checkmark.png);
    background-size: 14px;
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    left: 0;
    top: 15px;
}
.cloginr-sec h5 {
    font-weight: 600;
    margin-bottom: 50px;
    position: relative;
}

.or:before, .or:after {
    content: '';
    position: absolute;
    width: 260px;
    height: 1px;
    background: #cec3c3;
    left: -140px;
    top: 12.5px;
}
.or:after {
    right: -140px;
    left: unset !important;
}
.or {
    position: relative;
    text-align: center;
    margin: 40px 0;
    overflow: hidden;
}
.or p{
    margin-bottom: 0;
}
.cloginr-sec button {
    background: #f6821f !important;
    color: #fff !important;
    font-weight: 600;
    padding: 10px 0;
}
.cloginr-sec a {
    color: #000;
    float: right;
}
.cloginr-sec input {
    background: #fff;
    margin-bottom: 15px;
}
.cloginr-sec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
}
a.caccount-btn {
    background: #fff;
    border: 1px solid lightgrey;
    padding: 10px;
    border-radius: 6px;
    text-align: center;
}
.cloginr-sec input[type="password"], .cloginr-sec input[type="email"], .cloginr-sec input[type="number"], .cloginr-sec input[type="text"] {
    background: #fff;
    padding: 10px;
}
a.caccount-btn:hover {
    transform: scale(1.05);
}
a.backtl {
    color: #f6821f;
}
h5.cregisterh {
    margin: 30px 0;
}

h5.cregisterh img {
    position: absolute;
    width: 40px;
    right: 0;
    top: -10px;
}
a.tac {
    color: #f6821f;
    text-decoration: underline !important;
    font-size: 15px;
}
/* Customer Login Register CSS End */

/* Booking Summary CSS Start */
.image-box p {
    border-bottom: 2px solid lightgrey;
    padding-bottom: 30px;
    margin-bottom: 25px;
}
.p-box ul {
    padding-left: 20px;
}
.p-box li {
    text-align: left;
    line-height: 30px;
    font-size: 14px;
}
.p-box li::marker {
    color: #f6821f;
    font-size: 0px;
}
.p-box li:last-child i {
    color: #31a550;
}
.books-sec {
    padding: 60px 0;
}



.bs1 p {
    font-size: 12px;
    margin: 0;
}
.bs1 h5 {
    font-size: 16px;
    color: #314ca5;
}
.bs1 img {
    width: 30px;
    position: absolute;
    left: 15px;
    top: 23px;
}
.bs1 {
    padding: 15px;
    position: relative;
    background: #314ca526;
    padding-left: 60px;
    border: 8px solid #f9f9f9;
    border-radius: 20px;
    margin: 30px 0;
}
.bs2 {
    background: #f6821f29;
}
.bs2 h5 {
    color: #f6821f;
}
.bs3 h5 {
    color: #31a550;
}
.bs3 {
    background: #31a55033;
}
.bs4 h5 {
    color: #a43030;
}
.bs4 {
    background: #a4303024;
}
.bsbox-sec {
    box-shadow: 0 1px 5px 5px #00000012;
    padding: 35px;
    border-radius: 15px;
    background: #fff;
}
.bsbox1-sec p:nth-child(1) {
    border-bottom: 1px solid lightgrey;
    padding-bottom: 30px;
    margin-bottom: 0;
}
.bsbox1-sec {
    position: relative;
    padding-left: 60px;
    border-right: 1px solid lightgray;
}
.bsbox1-sec p {
    font-size: 14px;
    margin: 30px 0;
    max-width: 340px;
    display: inline-block;
}
.bsbox1-sec p span {
    background: #f6821f;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    color: #fff;
    position: absolute;
    left: 10px;
}
.bsbox1-sec p:nth-child(2) span {
    background:#11385F;
}
.bsbox1-sec:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 170px;
    border: 1px dashed lightgray;
    left: 25px;
    top: 40px;
}
.bsbox2-sec h6 strong {
    font-size: 15px;
    line-height: 23px;
}

.bsbox2-sec {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bsbox2-sec img {
    position: absolute;
    left: 30px;
    width: 20px;
    top: 8px;
}
.bsbox2-sec h6 {
    padding-left: 60px;
    position: relative;
    margin: 15px 0;
    font-size: 13px;
}
/* Booking Summary CSS End */

/* Book Pay CSS Start */
.bookpay-sec h1 {
    margin-bottom: 50px;
}
.bookpay-sec h2 {
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px;
}
.bookpay-sec .bsbox-sec {
    margin-bottom: 40px;
}
.bookpay-sec .form-group {
    margin-bottom: 15px;
}
.bookpay-sec label {
    color: gray;
    font-size: 14px;
}
.bookpay-sec .form-control, .bookpay-sec select {
    padding: 10px;
}
.bookpay-sec .btn.quote-btn {
    background: #f6821f;
    color: #fff;
    font-weight: 600;
}
.bookpay-sec h4 {
    font-size: 20px;
    margin: 20px 0 10px;
}
a.editbtn-sec {
    border: 2px solid lightgray;
    width: 100%;
    font-weight: 600;
}
/* Book Pay CSS End */




/* Revision CSS Start */

.add_via .add-field{
    position: relative;
}
.add_via .add-field i, .add_via .add-field i.fa-map-marker {
    position: absolute;
    top: 33px;
    right: 15px;
    width: 20px;
    text-align: right;
}

.add_via .add-field i.fa-times {
    top: 14px;
    right: -7px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    font-size: 12px;
    background: #f6821f;
    border-radius: 100%;
    color: #fff;
}

.modal-content {
    background: #f6821fd4 !important;
    color: #fff !important;
}
.modal-content button {
    background: var(--secondary-color) !important;
}
.modalquote-sec {
    width: 100%;
    color: #fff;
}
.modalquote-sec:before{
    display: none;
}
div#quote-widget .modal-content {
    background: #fff !important;
}
div#quote-widget .modal-content button{
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;
}

div#quote-widget .modal-content button.btn.quote-btn {
    background: #fff !important;
}
a.show-via {
    color: #fff;
}
.review-sec-inner .testi-box2 {
    width: 40%;
    float: left;
    min-height: 270px;
}
.review-sec-inner .testi-box2 p:nth-child(1) {
    margin-bottom: 20px;
}
.reviewpage-sec .client .form-control {
    margin-bottom: 20px;
}
.reviewpage-sec .client {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    margin-top: 20px;
}
.reviewpage-sec .btn-warning {
    background: #f6821f;
    color: #fff;
}
div#forgot-password button {
    color: #fff;
}
div#forgot-password input {
    margin-bottom: 15px;
}
div#forgot-password .modal-header {
    display: block !important;
}
div#forgot-password {
    text-align: center;
    color: #fff;
}
div#forgot-password button.close{
    display: none;
}
.bsbox1-sec .route-wrapper span {
    background: #48905b;
}
.route-wrapper+p span {
    background: #11385f;
}
.bootbox.modal.fade.bootbox-alert.show .modal-content button.bootbox-close-button {
    background: var(--secondary-color) !important;
    color: #fff;
    width: 35px;
    border-radius: 6px;
    margin-bottom: 15px;
}
.bootbox.modal.fade.bootbox-alert.show a{
    color:#fff;
    text-decoration: underline;
}
/* Revision CSS End */





@media screen and (max-width:991px){
    .navbar-brand {
        margin: 0;
    }
    .header-sec li a {
        font-size: 10px;
    }
    .hero-form-sec {
        background: var(--light-blue);
        padding: 20px 20px;
        width: 340px;
        margin-left: auto;
        border-radius: 10px;
        position: relative;
    }
    .banner-sec {
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
        min-height: 700px;
        align-items: end;
        display: flex;
        margin-top: -150px;
        color: #fff;
        padding-bottom: 33px;
    }
    .banner-sec a {
        padding: 10px;
    }
    .qbox {
        padding: 0;
        margin: 0;
        min-height: 260px;
    }
    .row.business-sec {
        text-align: center;
    }


/* Vehicles CSS Start */
.veh-banner-sec {
    background-size: 100% 100%;
    min-height: 560px;
    align-items: center;
    display: flex;
    margin-top: -150px;
    color: #fff;
    padding-bottom: 0;
}
/* Vehicles CSS End */


/* Services CSS Start */
.s-cars-sec .s-cars-sec-top p{
    min-height: 190px;
}
/* Services CSS End */

/* Contact Css start */
.c-icon-sec .col-10 {
    margin-left: 0px;
}
/* Conatact Css End */
a.editbtn-sec {
    margin-top: 15px;
}
.hero-form-sec:before{
    z-index: -1;
}




/* Revision CSS Start */

.review-sec-inner .testi-box2 {
    width: 100%;
    float: left;
    min-height: 120px;
    margin: 10px 0;
}
.reviewpage-sec .client {
    padding: 20px;
    margin-top: 12px;
}

/* Revision CSS End*/
}
@media screen and (max-width:767px){
    .banner-sec {
        min-height: 1140px;
        align-items: center;
        background-size: 380% 100%;
    }
    .hero-form-sec {
        background: var(--light-blue);
        padding: 20px 20px;
        margin-top: 40px;
        width: 100%;
        margin-bottom: -60px;
    }
    .qbox {
        padding: 20px;
        margin: 20px;
        min-height: 275px;
    }
    .reviews-sec:before, .business-sec:before {
        background-size: 40%;
    }
    .reviews-sec:before, .business-sec:before {
        width: 130px;
        background-size: contain;
        height: 140px;
    }
    .reviews-sec h2 {
        font-weight: 700;
        font-size: 34px;
        margin-bottom: 20px;
    }
    .cars-sec h2, .quality-sec h2 {
        font-weight: 700;
        font-size: 30px;
    }
.compatible-sec {
    padding: 20px 0px;
    text-align: center;
}
.compatible-sec h2 {
    font-size: 28px;
}
.compatible-sec a img {
    width: 100px;
    margin-right: 4px;
}
.customers-sec {
    padding: 20px 0px;
}
.customers-sec {
    padding: 20px 0px;
}
.customers-text h2 {
    font-size: 28px;
}
.slick-next {
    background: #000 !important;
    right: 0px;
    border-radius: 25px;
}
.slick-prev {
    left: 0;
    border-radius: 50px;
    background: #000 !important;
    z-index: 999;
}
.ns-box {
    max-width: 370px;
    margin-bottom: 20px;
    padding: 15px;
    padding-top: 0;
}
.dnload {
    margin-bottom: 20px;
}
.f-links ul {
    text-align: center;
}
.f-links li {   padding: 10px;}
.copyright {
    text-align: center;
}
.copyright-right {
    text-align: center;
}
.network-sec {
    padding: 30px 0;
}
.cars-sec img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}
.banner-sec a{
    padding: 10px 20px;
    font-size: 14px;
}

.paym img {
    width: 240px !important;
}
.business-sec {
    background: var(--secondary-color);
    border-radius: 20px;
    color: #fff;
    position: relative;
    padding: 30px;
    display: flex;
    align-items: center;
}
.business-sec h3 {
    font-weight: 600;
    font-size: 26px;
}
.f-logo img {
    width: 150px;
    margin-bottom: 20px;
}
.header-sec li a {
    font-size: 16px;
}
.header-sec nav.navbar .container {
    border-radius: 0;
    margin-top: -10px;
}


/* Vehicles CSS Start */
.veh-banner-sec {
    min-height: 500px;
    align-items: center;
    background-size: 200% 100%;
    background-position: center;
    padding-top: 120px;
}

/* Vehicles CSS End */

/* Services CSS Start */
.s-cars-sec img {
    height: 100%;
}

/* Services CSS End */


/* Contact Css start */
.c-icon-sec{
    margin-top: 100px;
}
/* Conatact Css End */

section.faq-sec button {
    font-size: 14px;
}
.cloginl-sec {
    padding: 110px 15px 180px;
}
.cloginl-sec:after {
    right: -110px;
    bottom: 60px;
    width: 270px;
    height: 137px;
    background-size: 160px;
}
html, body {
    overflow-x: hidden;
}
.cloginr-sec {
    padding: 45px 15px 20px;
}
.bs1 {
    margin-bottom: 0;
}
.bs4 {
    margin-bottom: 40px;
}
.bsbox1-sec{
    border: none;
}
.bsbox1-sec p:nth-child(1) {
    border-bottom: none;
}
.bsbox2-sec {
    margin-left: -27px;
}
.bsbox-sec {
    border-radius: 26px;
    border: 10px solid #f9f9f9;
    box-shadow: none;
    padding: 15px;
}
.books-sec h1 {
    font-weight: 700;
    font-size: 30px;
}
.bookpay-sec h2 {
    font-size: 24px;
}
.bookpay-sec h4 {
    font-size: 18px;
}


/* Revision CSS Start */
.reviewpage-sec .row {
    display: flex;
    flex-direction: column-reverse;
}
.reviewpage-sec .client {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Revision CSS End*/




}
@media (max-width:320px){
    .banner-sec h1 {
        font-weight: 700;
        font-size: 38px;
    }
    .banner-sec a {
        padding: 10px 20px;
        font-size: 12px;
    }
    input#ReturnJourney+label {
        font-size: 12.5px;
    }
}