@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}

/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 100px 0;
}

.all-section-btm {
    padding: 0px 0 100px;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "Fira Sans", sans-serif;
    font-size: 72px;
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h2 {
    font-family: "Fira Sans", sans-serif;
    font-size: 45px;
    color: #203248;
    font-weight: 600;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h3 {
    font-family: "Fira Sans", sans-serif;
    font-size: 30px;
    color: #b11e20;
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h4 {
    font-family: "Fira Sans", sans-serif;
    font-size: 25px;
    color: #203248;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h5 {
    font-family: "Fira Sans", sans-serif;
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 30px;
    text-transform: uppercase;
}

h6 {
    font-family: "Fira Sans", sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

p {
    color: #646464;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}

/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 5px 0;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}

.menuSec ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 1px;
    background-color: #ffffff;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
}

.menuSec ul li a:hover::after,
.menuSec ul li a.active::after,
.menuSec ul li a:active::after {
    transform: scaleX(1);
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #223347;
    color: #ab1125 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    color: #ffffff;
    text-align: left !important;
    background-color: #991424;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

/*header css start */

/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

/*banner css end*/

/* header */

.menuSection {
    padding: 15px 0;
    position: absolute;
    width: 100%;
    z-index: 99;
}

.container-fluid {
    position: relative;
    z-index: 2;
    padding: 0 5%;
}

.d_block {
    display: block;
}

.headerbtn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    position: relative;
}

.user_icon {
    width: 50px;
    height: 50px;
    color: #ffffff;
    border: 1px solid #b11e20;
    background: #b11e20;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    transition: 0.3s;
}

.user_icon:hover {
    color: #b11e20;
    background: #ffffff;
}

.headerbtn .btn {
    background: transparent;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 20px;
    border: none;
}

.headerbtn .btn:focus {
    box-shadow: none;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 20px;
    clear: both;
    font-size: 14px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: #ab1125;
    border: 0;
}

.dropdown-item:hover {
    color: #ab1125;
}

/* header */

/* banner */

.main_slider {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.themebtn {
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 30px;
    padding: 5px 5px 5px 30px;
    background: #b11e20;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 13px;
    border-radius: 50px;
    transition: all 0.3s ease-in;
}

.themebtn .btn_icon {
    width: 50px;
    height: 50px;
    background: #ffffff;
    color: #b11e20;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transform: rotate(45deg);
    transition: all 0.3s ease-in;
}

.themebtn:hover {
    color: #ffffff;
    background: #1f3146;
    border: 1px solid #b11e20;
}

.themebtn:hover .btn_icon {
    background: #b11e20;
    color: #ffffff;
}

.bnr_bg {
    position: relative;
}

.bnr_bg img {
    width: 80%;
    height: 100vh;
    object-fit: cover;
    object-position: 70% 90%;
}

.bnr_bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to left, #203248 27%, #a61e20f2 0%);
}

.banner_text h6 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 7px;
}

.banner_text p {
    margin: 10px 0 20px;
    color: #e9bbbd;
    width: 87%;
}

.bnr_right {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    opacity: 0;
    transform: translateY(100%);
    animation: moveUp 1s ease-out forwards;
    animation-delay: 0.7s;
}

.bnr_right img {
    width: 60%;
    position: relative;
    z-index: 1;
}

@keyframes moveUp {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.bnrsocials ul li a {
    height: 45px;
    width: 45px;
    border: 1px solid #203248;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #435264;
    background: transparent;
    font-size: 15px;
    transition: all .3s ease-in;
}

.bnrsocials ul li a:hover {
    color: #b11e20;
    background: #ffffff;
}

.bnrsocials ul li {
    margin-bottom: 5px;
}

.bnrsocials ul {
    border-radius: 50px;
    border: 1px solid #63707f;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: fit-content;
    padding: 5px 5px 0px 5px;
}

.bnrsocials {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(100%);
    width: 7%;
    height: auto;
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    animation: slideInRight 1s ease-out forwards;
    animation-delay: 0.7s;
}

@keyframes slideInRight {
    0% {
        transform: translateY(-50%) translateX(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(-50%) translateX(0);
        opacity: 1;
    }
}

/* banner */

/* about */

.abt_img img {
    height: 470px;
    width: 100%;
    object-fit: cover;
}

.abt_img {
    padding: 0px 60px 80px 0px;
    position: relative;
    z-index: 1;
}

.abt_txt p {
    margin-bottom: 20px;
}

img.abt_sm {
    z-index: 1;
    bottom: 0;
    right: 0;
    position: absolute;
    height: 290px;
    width: 230px;
    border: 20px solid #ffffff;
    opacity: 0;
    transform: translateY(100%);
    animation: sm 0.7s ease-out forwards;
    animation-delay: 0.5s;
}

@keyframes sm {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* about */

/* Cars Ready When You Are */

.funfact_box {
    text-align: center;
    box-shadow: 0 0px 15px rgb(0 0 0 / 5%);
    padding: 40px 40px;
    transition: all .3s ease-in;
    position: relative;
    margin-top: 50px;
}

.funfact_icon {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    background-color: #203248;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -90px auto 50px;
    position: relative;
    z-index: 1;
}

.funfact_icon img {
    height: 40px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(268deg) brightness(106%) contrast(103%);
    width: 40px;
    object-fit: contain;
}

.funfact_box h3 {
    color: #203248;
    font-size: 25px;
    margin-bottom: 10px;
}

.funfact {
    position: relative;
    z-index: 1;
}

.funfact_icon::before {
    position: absolute;
    content: '';
    background: #b11e20;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transform: scale(0, 0);
    border-radius: 50%;
    z-index: -1;
    transition: all 500ms ease;
}

.funfact_box:hover .funfact_icon::before {
    transform: scale(1, 1);
}

.funfact_box:hover .funfact_icon img {
    filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(222%) hue-rotate(343deg) brightness(117%) contrast(100%);
}

.funfact_box:hover h3 {
    color: #b11e20;
}

.strategy_heading {
    text-align: center;
    margin-bottom: 50px;
}

.strategy_heading p {
    width: 50%;
    margin: 0 auto;
}

.funfact_margin {
    margin-top: 100px;
}

.funfact_box a {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000000;
    border-bottom: 2px solid #c1c1c1;
    text-transform: uppercase;
    line-height: 20px;
    margin-top: 20px;
}

/* Cars Ready When You Are */

/* Fast Approvals Guaranteed  */

.wcu_left p {
    margin-bottom: 20px;
}

.wcu_left img {
    width: 100%;
    object-fit: cover;
    height: 235px;
}

.wcu_left ul li {
    color: #131313;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.wcu_left ul li::before {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    background: #203248;
    border-radius: 50%;
    top: 7px;
    left: 0;
    z-index: 1;
}

.wcu_right img {
    height: 600px;
    width: 100%;
    object-fit: cover;
}

.wcu_right {
    padding-left: 50px;
}

/* Fast Approvals Guaranteed  */

/* brands logo slider */

/* .brand_slider_sec {
    padding: 80px 0;
} */

.brand_img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.brand_slid .slick-slide {
    opacity: 1;
    margin: 0 10px;
}

.brand_main {
    border: 1px solid #ffffff;
    padding: 30px 30px;
    box-shadow: 0 0px 15px rgb(0 0 0 / 10%);
    text-align: center;
    margin: 10px;
    transition: all .3s ease-in;
}

.brand_main h6 {
    font-size: 17px;
}

.brand_img {
    height: 90px;
    width: 130px;
    margin: 0px auto 20px;
}

.brand_main:hover {
    border: 1px solid #000;
}

/* brands logo slider */

/* contact */

.contact {
    padding: 80px 0;
    background-image: url(../images/contactbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.contact::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #253549f2;
    top: 0;
    left: 0;
    z-index: 1;
}

.contact_left form select {
    appearance: none;
    background: url(../images/down-chevron.png) no-repeat right 20px center;
    background-size: 13px;
}

.contact_left form input,
.contact_left form textarea,
.contact_left form select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #576372;
    font-size: 14px;
    background-color: transparent;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    border-radius: 5px;
    color: #afb5bc;
}

.contact_left form input::placeholder,
.contact_left form textarea::placeholder {
    color: #afb5bc;
}

.contact_left form textarea {
    resize: none;
    height: 130px;
}

.contact_left p {
    margin-bottom: 30px;
    color: #cfd0d3;
}

.contact_left h2 {
    color: #ffffff;
}

.community_faq .themebtn {
    margin-top: 20px;
}

.community_faq>h2 {
    color: #203248;
    font-size: 35px;
    margin-bottom: 20px;
}

.community_faq .accordion-button {
    text-transform: uppercase;
    font-size: 20px;
    color: #000;
    font-weight: 400;
    padding: 20px 0px;
}

.community_faq .accordion-button:focus {
    border: none;
    box-shadow: none;
}

.community_faq .accordion-body {
    padding: 0 0 20px;
    width: 100%;
}

.community_faq .accordion-button:not(.collapsed) {
    color: #000;
    background-color: unset;
    box-shadow: unset;
}

.community_faq .accordion-button::after {
    position: absolute;
    content: "\2b";
    background: #fff;
    color: #ffffff;
    border: 1px solid #203248;
    background: #203248;
    width: 30px;
    height: 30px;
    top: 20px;
    right: 0;
    font-size: 12px;
    border-radius: 50%;
    transition: all 0.3s ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

.community_faq .accordion-button:not(.collapsed)::after {
    background: #b11e20;
    color: #ffffff;
    border: 1px solid #b11e20;
    top: 20px;
    content: "\f068";
}

.community_faq .accordion-item {
    background-color: #fff;
    border: 1px solid rgb(0 0 0 / 15%);
    border-left: unset;
    border-right: unset;
    border-top: none;
    position: relative;
}

.community_faq {
    background-color: #ffffff;
    padding: 50px;
    margin-left: 80px;
}

.faq_no {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #203248;
    background: #203248;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 20px;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #ffffff;
}

.community_faq .accordion-button:not(.collapsed) .faq_no {
    background: #b11e20;
    border: 1px solid #b11e20;
}

.community_faq .accordion-item:last-of-type {
    border: none;
}

/* contact */

/* Browse Our Ride-Share Ready Vehicles */

.feature_card {
    box-shadow: 0 0px 15px rgb(0 0 0 / 10%);
    padding: 10px;
    border: 1px solid #ffffff;
    transition: all 0.3s ease;
}

.feature_txt {
    position: relative;
    padding: 30px 60px 20px 10px;
}

.feature_img {
    position: relative;
}

.f_rating {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    padding: 5px 20px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    border-radius: 5px;
    background-color: #ffffff;
}

.f_rating i {
    color: #000000;
}

.feature_img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.feature_txt h3 {
    margin-bottom: 0;
    font-size: 25px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 15px;
}

.feature_txt p {
    color: #000;
    margin-bottom: 20px;
}

.feature_txt ul {
    display: flex;
    justify-content: flex-start;
    gap: 50px;
    margin: 10px 0;
}

.f_icon {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 3px;
}

.f_icon img {
    height: 40px;
    width: 40px;
    object-fit: none;
}

.feature_txt span {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
}

.feature_txt a {
    position: absolute;
    bottom: 20px;
    right: 15px;
    width: 55px;
    height: 55px;
    background: #203248;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}

.feature_card:hover {
    box-shadow: unset;
    border: 1px solid #000000;
}

.feature_card:hover .feature_txt a {
    background: #b11e20;
}

.ser_top_btn {
    text-align: end;
}

/* Browse Our Ride-Share Ready Vehicles  */

/* testimonial */

.test_main {
    padding: 30px;
    border: 2px solid #ffffff;
    background: #ffffff;
    transition: all ease-in .3s;
    overflow: hidden;
    margin-bottom: 20px;
}

.rating {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 2px;
    color: #f9ae0e;
    transition: all ease-in .3s;
}

.test_txt p {
    transition: all ease-in .3s;
    margin: 20px 0;
}

.test_txt h3 {
    transition: all ease-in .3s;
    font-size: 23px;
    margin-bottom: 0;
    font-weight: 500;
    text-transform: capitalize;
}

.test_txt span {
    transition: all ease-in .3s;
    color: #4c4c4c;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    padding-bottom: 5px;
    border-bottom: 1px solid #d5d5d5;
}

.ts_btm {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.avatar img {
    box-shadow: 2px 3px 15px rgb(0 0 0 / 39%);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    object-fit: cover;
}

.testi_slider .slick-slide {
    opacity: 1;
}

.test_main:hover {
    border: 2px solid #203248;
    background: #b11e20;
}

.test_main:hover * {
    color: #ffffff;
}

/* testimonial */

/* Footer sectrion css */

.footerSec {
    background: #223247;
    padding: 80px 0px 0px;
}

footer ul.social li a i:hover {
    transform: translate(8px, 0px);
    color: #b11e20;
}

footer ul li a {
    transition: 0.1s;
    font-size: 14px;
    line-height: 23px;
    color: #ffffff;
    font-family: 'Montserrat';
    font-weight: 400;
    margin-bottom: 20px;
}

footer ul li a:hover {
    color: #b11e20;
    transform: translate(8px, 0px);
}

.copy-txt p {
    color: #ffffff;
}

.news-letter ul li a {
    gap: 14px;
    line-height: 20px;
    margin: 0px 0 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #fff;
}

.news-letter ul li a:hover {
    color: #b11e20;
    transform: translate(8px, 0px);
}

ul.social {
    gap: 10px;
}

ul.social li a {
    width: 40px;
    height: 40px;
    border: 1px solid #576475;
    color: #566474;
    background: #203248;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 55px;
    font-size: 16px;
    text-align: center;
    transition: 0.3s;
}

ul.social li a:hover {
    background: #b11e20;
    color: #ffffff !important;
    border: 1px solid #b11e20;
    transform: translateX(0px) !important;
}

.footer-about img {
    width: 80%;
}

footer .ftcol-1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .ftcol-1 ul {
    margin: 0px;
    gap: 12px;
}

.footer-btm {
    padding: 20px 0;
    position: relative;
    margin-top: 20px;
}

.footerSec .footer-btm .row p a {
    color: #ffffff;
}

.footer-about p {
    color: #ffffff;
    width: 75%;
    margin-bottom: 30px;
}

.foot-quick-links {
    padding-left: 90px;
}

.footer-btm::before {
    content: '';
    position: absolute;
    top: 0;
    left: -190px;
    right: 0;
    background: #4d5b6d;
    height: 1px;
    width: 140%;
}

/* Footer section end */

html,
body {
    overflow-x: hidden;
}

/* inner pages */

.inr_bnr_bg img {
    height: 600px;
}

.abt_btm p {
    margin-bottom: 20px;
}

.abt_btm {
    margin-top: 30px;
}

.service_page .funfact_box {
    text-align: start;
    padding: 40px 40px;
    margin-top: 0;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.service_page .funfact_icon {
    margin: 0 40px 0 -80px;
    width: 200px;
    height: 80px;
}

.service_page .funfact_box p {
    margin-bottom: 20px;
}

/* inner pages */

/* contact page*/

.contactpg form select {
    appearance: none;
    background: url(../images/down-chevronselect.png) no-repeat right 20px center;
    background-size: 13px;
}

.contactpg form input,
.contactpg form textarea,
.contactpg form select {
    width: 100%;
    padding: 12px 16px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    font-size: 14px;
    background-color: transparent;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #000;
}

.contactpg form input::placeholder,
.contactpg form textarea::placeholder {
    color: #737373;
}

.contactpg form textarea {
    resize: none;
    min-height: 130px;
}

.contactpg p {
    margin-bottom: 20px;
}

.contpg_img img {
    width: 100%;
    object-fit: cover;
    height: 640px;
}

/* contact page*/

/* account page start  */


.log-in-wrap {
    padding: 40px 40px;
    background-color: #ffffff;
    border-radius: 20px;
    border: 1px solid #cccccc;
}

.form-group {
    margin-bottom: 15px;
}

.log-in-wrap h2 {
    margin-bottom: 20px;
}

.contact-page-main .form-control {
    border-radius: 5px;
    font-size: 14px;
    height: 50px;
    background-color: #ffffff;
    border-color: #d8d8d8;
    width: 100%;
}

.contact-page-main .form-group label {
    color: #888888;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
}

.contact-page-main .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #b11e20;
    outline: 0;
    box-shadow: 0 0 0 1px #b11e20;
}

.form-check-input:checked {
    background-color: #b11e20;
    border-color: #b11e20;
}

.form-group {
    margin-bottom: 20px;
}

.contact-page-main {
    padding: 120px 0;
}

label.form-check-label {
    color: #bfbfbf;
}

.form-check-input[type=checkbox] {
    border-radius: 0;
}

.form-check-input:focus {
    border-color: #000;
    outline: 0;
    box-shadow: unset;
}

/* account page end  */

/* faq page */

.faq_page .community_faq {
    padding: 0;
    margin-left: 0;
}

.faq_page .community_faq .accordion-button {
    font-weight: 600;
}

/* faq page */

/* vehicle detail page */

.vehicle_detail_content h2 span {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}

.vehicle_detail_content ul {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 20px;
}

.vehicle1 {
    width: 100%;
    object-fit: cover;
    height: 550px;
    margin-bottom: 20px;
}

.vehicle2 {
    width: 100%;
    object-fit: cover;
    height: 270px;
    margin-bottom: 20px;
}

ul.vehicleul_flx {
    display: flex;
    justify-content: flex-start;
    gap: 50px;
    margin: 10px 0;
}

.vehicleul_flx span {
    font-size: 26px;
    color: #000;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}

.vehicleul_flx img {
    height: 40px;
    width: 40px;
    object-fit: none;
}

.vehicle_detail_content p {
    margin: 20px 0;
}

.vehicle_detail_content form input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #57637262;
    font-size: 14px;
    background-color: transparent;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    border-radius: 5px;
    color: #000000;
}

.vehicle_detail_content form input::placeholder {
    color: #afb5bc;
}

.vehicle_detail_content form label {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 14px;
    margin-bottom: 10px;
}

.vehicle_detail_content form .themebtn {
    width: 100%;
    justify-content: space-between;
    padding: 5px 5px 5px 250px;
}

.vehicle_detail_content form {
    box-shadow: 0 0px 15px rgb(0 0 0 / 10%);
    padding: 30px;
}

/* vehicle detail page */

/* inner pages */