HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ip-172-26-0-120 6.17.0-1009-aws #9~24.04.2-Ubuntu SMP Fri Mar 6 23:50:29 UTC 2026 x86_64
User: ubuntu (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/html/orbidirectory.com/public/assets/front/website/css/style.css
html,
body {
    overflow-x: hidden;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1b1b1b;
}

h2 {
    font-size: 28px;
}


body {
    color: #7e8186;
}

span {
    font-weight: 500;
}

/* top-header style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.top-header {
    background-color: #1b1b1b;
    color: white;
    padding: 10px;
}

.top-col-1 {
    display: flex;
    gap: 70px;
    align-items: center;
}

.top-col-1 p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

.iconss i {
    background-color: #f7c033;
    color: #1b1b1b;
    font-size: 13px;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.top-icon {
    text-align: right;
}

.top-icon i {
    background-color: #f7c033;
    border: 1px solid;
    color: #1b1b1b;
    font-size: 13px;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0px 3px;
}

.top-icon i:hover {
    background-color: white;
    color: #1b1b1b;
}



/* media query top-header style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 1199px) {
    .top-header {
        padding: 5px;
    }

    .top-col-1 p {
        font-size: 14px;
    }

    .iconss i {
        font-size: 10px;
        width: 20px;
        height: 20px;
    }

    .top-icon i {
        font-size: 10px;
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 991px) {
    .top-col-1 p {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .top-col-1 {
        gap: 15px;
    }

    .iconss i {
        font-size: 9px;
        width: 18px;
        height: 18px;
    }

    .top-icon i {
        font-size: 9px;
        width: 18px;
        height: 18px;
    }

    header {
        top: 28px;
    }
}

@media screen and (max-width: 575px) {
    .top-header {
        display: none;
    }

    .top-col-1 p {
        font-size: 12px;
    }
}



/* header style
–––––––––––––––––––––––––––––––––––––––––––––––––– */

header {
    padding: 0px;
}

.navbar-brand img {
    height: 60px;
}

header {
    position: fixed;
    top: 45px;
    left: 0%;
    right: 0%;
    z-index: 9;
    background-color: #f7c033;
    box-shadow: 0px 0px 5px #00000052;
}

.navbar-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
    background-color: #f7c033;
    box-shadow: 0px 0px 5px #00000052;
}

.navbar ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px 20px;
    font-size: 18px;
}

a.nav-item.nav-link {
    color: #1b1b1b;
    text-decoration: none;
}

a.nav-item.nav-link:hover {
    color: white;
}

.add-list i {
    background-color: white;
    color: #1b1b1b;
    width: 25px;
    height: 25px;
    font-size: 12px;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 7px;
}

.btn-0 {
    border: 2px dotted #1b1b1b;
    color: #1b1b1b;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    font-size: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.btn-1 {
    transform: skew(-20deg);
    background-image: url(../img/pattern_bg_2.png);
    background-color: #1b1b1b;
    color: white;
    padding: 12px 25px;
    margin-left: 30px;
    font-size: 14px;
    position: relative;
}

.btn-1:before {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: -1;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.btn-1:hover::before,
.btn-1.active::before {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.btn-1:hover {
    color: #1b1b1b
}

.btn-1 span {
    display: inline-block;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
}

.logo_backgroundShape {
    -webkit-clip-path: polygon(0 0, calc(100% - 100px) 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, calc(100% - 100px) 0%, 100% 100%, 0% 100%);
    width: 28%;
    background-image: url(../img/pattern_bg_1-1-1.png);
    background-color: #fff;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}

/* media query header style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 1199px) {
    header {
        top: 35px;
    }

    .logo_backgroundShape {
        width: 33%;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 30px 11px;
        font-size: 15px;
    }

    .btn-0 {
        width: 40px;
        height: 40px;
    }

    .btn-1 {
        padding: 12px;
        margin-left: 20px;
    }

}

@media screen and (max-width: 991px) {
    .logo_backgroundShape {
        width: 50%;
    }
}

@media screen and (max-width: 575px) {
    header {
        top: 0px;
    }
}



@media screen and (max-width: 450px) {
    .navbar-brand img {
        height: 50px;
        width: auto !important;
    }

    .logo_backgroundShape {
        width: 60%;
    }
}


/* banner style
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.banner {
    background-image: url(../img/hero_bg.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 12rem 8rem;
}

.banner-heading {
    text-align: center;
    padding-bottom: 40px;
}

.banner-heading h1 {
    color: white;
    text-align: center;
    font-size: 45px;
    padding-top: 12px;
}

.banner-form {
    background-color: white;
    border-radius: 50px;
    padding: 0px 12px;
    /* width: 50%; */
    margin: auto;
}

.banner-drop {
    border-right: 1px solid #ced4da;
    /* background-color: white; */
}

.banner-dropSearch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 5px;
    border-right: none;
}

.banner-dropSearch .search_box {
    margin-bottom: 0px;
    width: 100%;
    height: 100%;
}

.banner-dropSearch .search_box .icon-input__text-field {
    height: 100%;
    border: none;
    padding-left: 20px;
}

.banner-dropSearch .search-button {
    position: unset;
    width: fit-content;
    padding: 10px 60px;
}

/* .banner-search-position {
  position: relative;
} */

/* .location-search {
  position: absolute;
  top: 10px;
  left: -10px;
} */

/* .search-button {
  background-color: #f7c033;
  padding: 12px 123px;
  border-radius: 50px;
  position: relative;
  top: 12px;
  right: 20px;
} */
.banner-drop .select2.select2-container.select2-container--default {
    width: 95% !important;
}


.search-button {
    background-color: #f7c033;
    padding: 12px 123px;
    border-radius: 50px;
    position: relative;
    top: 11px;
    width: 100%;
}

/* select 2 */

.select2-container--default .select2-selection--single {
    height: 51px;
}

.select2.select2-container.select2-container--default {
    height: 51px;
    border: none;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 11px 3px;
    position: relative;
    vertical-align: middle;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 10px 25px;
    color: #444;
}

span.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 12px;
    right: 1px;
    width: 20px;
}

span.select2-selection.select2-selection--single {
    border: none;
}

.form-control.form-1 {
    font-size: 1rem;
    color: #444;
    height: 70px;
    font-size: 16px;
    font-weight: 500;
    border: none;
}

.form-control:focus {
    box-shadow: none;
}


/* banner-icons */

.banner-icons {
    margin-top: 52px;
    display: flex;
    justify-content: center;
    gap: 50px;
    text-align: center;
}

.banner-text img {
    width: 65px;
    border: 1px solid white;
    border-radius: 50px;
    padding: 8px;
    cursor: pointer;
}

.banner-text img:hover {
    background: goldenrod;
    transform: scale(1.1);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.banner-text p {
    margin-top: 8px;
    text-align: center;
    color: white;
}

/*.banner-text i {
    color: white;
    border: 1px solid;
    padding: 20px;
    font-size: 28px;
    border-radius: 50px;
}*/


/* media query banner style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 1399px) {
    .search-button {
        padding: 12px 84px;
    }
}

@media screen and (max-width: 1199px) {
    .banner {
        padding: 8rem 0rem;
    }

    .banner-wrap {
        padding-top: 5rem;
    }

    .select2.select2-container.select2-container--default {
        height: 51px;
        border: none;
        width: 230px;
    }


}

@media screen and (max-width: 991px) {
    .banner {
        padding: 4rem 0rem;
    }

    .banner-wrap {
        padding-top: 5rem;
    }

    .banner-heading {
        padding-bottom: 20px;
    }

    .banner-heading h1 {
        font-size: 38px;
        padding-top: 12px;
    }

    .banner-form-inner {
        display: block;
    }

    .banner-form {
        background-color: transparent;
        border-radius: unset;
        padding: 0 0;
    }

    .banner-drop {
        border-right: none;
        margin: 12px 0;
        border-radius: 0px;
        overflow: hidden;
    }

    select.js-select-2-single1.form-control.select2-hidden-accessible {
        width: 100%;
    }

    .banner-text img {
        width: 55px;
    }

    .banner-icons {
        margin-top: 50px;
        gap: 30px;
    }

    .banner-text p {
        font-size: 14px;
    }

    .select2.select2-container.select2-container--default {
        height: 51px;
        border: none;
        width: 185px;
    }
}

@media screen and (max-width: 767px) {
    .banner-heading h1 {
        font-size: 34px;
        padding-top: 12px;
    }

    .banner-text img {
        width: 50px;
    }

    .banner-icons {
        margin-top: 40px;
        gap: 20px;
    }

    .banner-form {
        width: 100%;
    }

    .banner-dropSearch {
        background-color: #fff;
        border-radius: 35px;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 575px) {
    .banner {
        padding: 2rem 0rem;
    }

    .banner-wrap {
        padding-top: 6rem;
    }

    .banner-icons {
        margin-top: 50px;
        gap: 20px;
        display: flex;
        flex-wrap: wrap;
    }

    .banner-heading {
        text-align: center;
        padding-bottom: 17px;
    }

    .banner-heading h1 {
        font-size: 30px;
        padding-top: 12px;
    }

    .banner-icons {
        margin-top: 35px;
        gap: 15px;
        display: flex;
        flex-wrap: wrap;
    }

    .banner-text p {
        font-size: 12px;
    }

    p {
        font-size: 15px;
    }

    h2 {
        font-size: 22px;
    }
}

@media screen and (max-width: 480px) {
    .banner-text img {
        width: 40px;
    }
}



/* video-wrap style
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.small-text {
    text-align: center;
    color: #f7c033;
    font-size: 15px;
    text-transform: uppercase;

    &:before,
    &:after {
        content: '';
        display: inline-block;
        width: 100px;
        height: 1px;
        vertical-align: middle;
        background-color: currentColor;
    }

    &:before {
        margin-right: 10px;
    }

    &:after {
        margin-left: 10px;
    }
}


.video-wrap {
    padding-top: 4rem;
    padding-bottom: 6rem;
}

.video-wrap-clip {
    display: flex;
    position: relative;
}

.video-img-1 img {
    width: 100%;
}

.video-img-2 img {
    position: absolute;
    width: 60%;
    top: 15rem;
    right: 0;
    left: 13rem;
    border: 8px solid white;
}

.overlay_play {
    position: absolute;
    top: 5rem;
    left: 27rem;
}

.video-text h2 {
    text-transform: capitalize;
    line-height: 54px;
    margin: 12px 0px;
}

.video-text p {
    margin-top: 20px;
    border: 1px solid var(--border-color);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
    background-color: var(--white-color);
    padding: 17px 28px;
    margin-bottom: 20px;
    font-size: 17px;
    color: #7e8186;
    line-height: 30px;
}

.video-list {
    border-bottom: 1px solid #d2d7dd;
}

.video-list li {
    list-style: none;
    padding: 8px 0px;
    font-size: 17px;
}

.video-list i {
    background-color: #f7c033;
    color: #1b1b1b;
    width: 35px;
    height: 35px;
    display: inline-flex;
    margin-right: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 16px;
}

.video-button {
    margin-top: 15px;
}

.style-skew {
    transform: skew(-20deg);
    background-color: #f7c033;
    color: #1b1b1b;
    padding: 10px 25px;
    font-size: 14px;
    /* margin-top: 15px; */
    position: relative;
}

.style-skew:before {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #1b1b1b;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: -1;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.style-skew:hover::before,
.style-skew.active::before {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.style-skew:hover {
    color: white;
}

.style-skew span {
    display: inline-block;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
}

:focus-visible {
    outline: none;
}




a.play-btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    color: #f7c033;
    border-radius: 50%;
    line-height: 52px;
    font-size: 38px;
    position: absolute;
    left: -5px;
    top: 2px;
    text-align: center;
}

.ripple {
    position: relative;
    text-decoration: none;
    color: #fff;
    width: 40px;
    height: 40px;
    background-color: transparent;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 #f7c033, 0 0 0 10px #f7c033;
        box-shadow: 0 0 0 0 #f7c033, 0 0 0 10px #f7c033;
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px #f7c033, 0 0 0 30px;
        box-shadow: 0 0 0 10px #f7c033, 0 0 0 30px #f7c033;
    }
}

@keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 #f7c033, 0 0 0 10px #f7c033;
        box-shadow: 0 0 0 0 #f7c033, 0 0 0 10px #f7c033;
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px #f7c033, 0 0 0 30px #f7c033;
        box-shadow: 0 0 0 10px transparent, 0 0 0 30px transparent;
    }
}


/* media query video-wrap style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 1399px) {
    .video-wrap {
        padding: 4rem 0;
    }
}

@media screen and (max-width: 1199px) {
    .video-img-1 img {
        width: 80%;
    }

    .video-img-2 img {
        width: 70%;
        top: 13rem;
        left: 9rem;
    }

    .overlay_play {
        position: absolute;
        top: 4rem;
        left: 20rem;
    }

    .video-text h2 {
        line-height: 38px;
        margin: 8px 0px;
    }

    .video-text p {
        margin-top: 10px;
    }

    .video-list li {
        padding: 5px 0px;
    }

    /* .style-skew {
        padding: 12px;
    } */
}

@media screen and (max-width: 991px) {
    .video-img-2 img {
        width: 100%;
        position: unset;
    }

    .overlay_play {
        top: 5rem;
        left: 17rem;
    }

    .video-text {
        margin-top: 35px;
    }
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 26px;
    }

    .overlay_play {
        top: 4rem;
        left: 12rem;
    }
}

@media screen and (max-width: 575px) {
    .overlay_play {
        top: 4rem;
        left: 13rem;
    }

    .video-text {
        text-align: center;
    }

    .video-list {
        text-align: left;
    }

    .small-text {
        font-size: 12px;
    }

    .small-text {

        &:before,
        &:after {
            width: 50px;
        }
    }

    .video-wrap {
        padding: 2rem 0;
    }

    .video-text p {
        font-size: 15px;
    }

    .video-list li {
        font-size: 15px;
        padding: 3px 0px;
    }
}



/* car-cards style
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.car-cards {
    padding: 1rem 1rem;
    background-color: #80808014;
}

.hh {
    text-align: center;
}

.hh h2 {
    padding-top: 15px;
}

.car-cards-button {
    text-align: end;
    margin-bottom: 10px;
    margin-right: 25px;
}

.car-wrap {
    padding: 0px;
    margin: 0px 0px 25px;
    background-color: white;
}

.car-wrap-image-1 {
    text-align: center;
}

.car-wrap-image-1 img {
    width: 100%;
    height: 235px;
    object-fit: cover;
}

.userInfo_img {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: #f7c033;
    box-shadow: 0px 0px 5px #00000052;
    border-radius: 35px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.userInfo_img img {
    height: 20px;
    width: auto;
}

.car-wrap-image img {
    width: 100%;
    height: 235px;
}

.car-types {
    display: flex;
    background-color: white;
    position: relative;
}

.car-models {
    width: 40%;
    padding: 28px 0px;
    background-color: #1e1e1e;
    color: white;
    height: 380px;
    max-height: 380px;
    /* overflow: auto; */
    position: relative;
}

.car-models form {
    max-height: 100%;
    overflow: auto;
    position: relative;
    margin-bottom: 0px;
}

/* width */
.car-models form::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.car-models form::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.car-models form::-webkit-scrollbar-thumb {
    background: #f7c033;
    border-radius: 10px;
}

/* Handle on hover */
.car-models form::-webkit-scrollbar-thumb:hover {
    background: #f7c033;
}

.scroll {
    overflow-x: hidden;
    /* height: 313px; */
}

.form-check {
    padding: 3px 29px;
    font-size: 15px;
}

.form-check-input:checked {
    background-color: #f7c033;
    border: none;
}

.car-details {
    width: 100%;
    padding: 15px 15px 15px;
    background-color: white;
}

.car-details-item br {
    display: none;
}

.car-details-item .car-details-text {
    margin-bottom: 10px;
}

.car-details-item .car-details-text span {
    font-size: 15px;
}

.admin_name {
    display: flex;
    align-items: center;
    column-gap: 10px;
    /* background-color: #f7c033; */
    padding: 0px 0px 5px;
    margin: 0 0 5px;
    text-align: center;
    border-radius: 0px;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 1px solid #dedede;
}

.admin_name img {
    height: 40px;
    border-radius: 50px;
    width: 40px;
    object-fit: cover;
    background-color: #dedede;
    box-shadow: 0px 0px 2px #00000036;
}


.car-details-heading {
    text-align: left;
}

.car-details-heading h5 {
    margin: 0 0 0;
}

.details-sub-heading {
    color: #f7c033;
    font-size: 15px;
    margin-bottom: 6px;
    font-weight: 500;
}

.car-details-text img {
    width: 20px;
}

.right-details {
    padding-left: 10px;
}

.details-button {
    text-align: center;
}

.details-button .openReportModal {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.style-skew-1 {
    transform: skew(-20deg);
    background-color: #f7c033;
    color: #1b1b1b;
    padding: 7px 13px;
    position: relative;
    font-size: 14px;
}

.style-skew-1:before {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #1b1b1b;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: -1;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.style-skew-1:hover::before,
.style-skew-1.active::before {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.style-skew-1:hover {
    color: white;
}

.style-skew-1 span {
    display: inline-block;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
}

.arrow-icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: white;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
}

.arrow-icon-1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    color: white;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
}

.vehicle_switchTabs {
    width: fit-content;
    margin: 0px auto 20px;
    border-radius: 5px;
    background-color: transparent;
    border: 2px solid #f7c033;
    padding: 0px;
}

.vehicle_switchTabs:before {
    background-color: transparent;
}

.vehicle_switchTabs .btn {
    padding: 7px 13px;
    outline: none;
    box-shadow: none;
}

.vehicle_switchTabs .activeTab_btn {
    background-color: #f7c033;
}

.vehicle_filter {
    text-align: right;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 10px;
}

.vehicle_filter .form-control {
    width: 150px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    height: 35px;
    padding: 0px 5px;
    font-size: 14px;
    font-weight: 500;
}

/* media query car-cards style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 1399px) {
    .form-check {
        padding: 11px 40px;
    }

    .arrow-icon {
        /* left: 55px; */
    }

    .arrow-icon-1 {
        /* left: 55px; */
    }
}

@media screen and (max-width: 1199px) {
    .style-skew-1 {
        font-size: 12px;
    }

    .car-wrap {
        margin: 15px 5px;
    }

    .form-check {
        padding: 11px 38px;
        font-size: 16px;
    }

    .car-details {
        width: 60%;
        padding: 27px 7px;
        background-color: white;
    }

    .arrow-icon {
        /* top: 18rem; */
        /* left: 45px; */
    }

    .arrow-icon-1 {
        /* left: 45px; */
    }

    .car-wrap-image-1 img {
        height: 170px;
    }

    .car-wrap-image img {
        height: 170px;
    }
}

@media screen and (max-width: 991px) {
    .car-wrap {
        margin: 0;
        margin-bottom: 25px;
    }

    .form-check {
        padding: 16px 28px;
        font-size: 15px;
    }

    .car-details {
        padding: 27px 20px;
    }

    .arrow-icon {
        /* left: 60px; */
    }

    .arrow-icon-1 {
        /* left: 60px; */
    }

    .car-wrap-image-1 img {
        height: 170px;
    }

    .car-wrap-image img {
        height: 170px;
    }


}

@media screen and (max-width: 767px) {
    .form-check {
        padding: 16px 65px;
        font-size: 15px;
    }

    .car-details {
        padding: 12px 12px;
    }

    .arrow-icon {
        /* left: 100px; */
    }

    .arrow-icon-1 {
        /* left: 100px; */
    }


    .car-wrap-image-1 img {
        height: 280px;
    }

    .car-wrap-image img {
        height: 280px;
    }
}

@media screen and (max-width: 575px) {
    .car-cards {
        padding: 2rem 0;
    }
}

@media screen and (max-width: 539px) {
    .form-check {
        padding: 16px 50px;
        font-size: 15px;
    }

    .arrow-icon {
        /* left: 85px; */
    }

    .arrow-icon-1 {
        /* left: 85px; */
    }
}

@media screen and (max-width: 464px) {
    .car-wrap-image-1 img {
        height: 200px;
    }

    .car-wrap-image img {
        height: 200px;
    }

    .form-check {
        padding: 16px 40px;
        font-size: 15px;
    }

    .arrow-icon {
        /* left: 65px; */
    }

    .arrow-icon-1 {
        /* left: 65px; */
    }
}

@media screen and (max-width: 414px) {
    .form-check {
        padding: 16px 30px;
        font-size: 15px;
    }
}




/* form-section style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.form-section {
    background-image: url(../img/booking_bg_1-1-1.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2rem 0;
}

.span {
    background-color: #f7c033;
    padding: 3px;
    font-size: 15px;
}

.form-text img {
    float: left;
    margin-right: 15px;
}

.form-text h2 {
    color: white;
    margin: 15px 0;
}

.form-text p {
    font-size: 18px;
}

.form-text-information {
    display: flex;
    gap: 20px;
    margin-top: 25px;
}

.form-text-icon {
    background-color: #f7c033;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    color: #1e1e1e;
}

.dark-text {
    color: #f7c033;
    font-size: 30px;
}

.information-text p {
    color: white;
    font-size: 22px;
    margin: 15px 0;
}

/* form */

.data-form {
    position: relative;
    border-radius: 10px;
    border: none;
    padding: 25px;
    box-shadow: none;
    z-index: 2;
    background-size: 100%;
    margin-left: 0;
    min-width: 0;
    min-height: 0;
    margin-bottom: 0;
    background-color: white;
}

.data-form h2 {
    margin-bottom: 30px;
}

.form-select {
    color: #7e8187;
}

.form-icon {
    position: absolute;
    left: 18rem;
    top: 108px;
}

.form-icon-1 {
    position: absolute;
    right: 50px;
    top: 108px;
}

.form-icon-3 {
    position: absolute;
    left: 18rem;
    top: 15.8rem;
}

.form-icon-4 {
    position: absolute;
    right: 50px;
    top: 15.8rem;
}

.form-control.form-0 {
    display: block;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 20px;
}

.input-group-text {
    align-items: center;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 0 20px 20px 0;
}

.style-skew-2 {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    background-color: #f7c033;
    color: var(--title-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 21px 31px;
    border-radius: 0;
    border: none;
    border-radius: 20px;
}

.style-skew-2:before {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 200%;
    background-color: #1b1b1b;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: -1;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.style-skew-2:hover {
    color: white;
}

.style-skew-2:hover::before,
.style-skew-2.active::before {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


/* media query form-section style
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 991px) {
    .data-form {
        margin-top: 30px;
    }
}

@media screen and (max-width: 575px) {
    .form-text {
        text-align: center;
    }

    .form-text img {
        float: unset;
        margin-right: 15px;
    }

    .form-text-information {
        display: block;
    }

    .form-text-icon {
        margin: auto;
    }

    .form-text-information p {
        margin-top: 12px;
        font-size: 17px;
    }

    .form-text p {
        font-size: 15px;
    }
}



/* process style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.process {
    padding: 4rem 0;
}

.title-area.style2 {
    position: relative;
    background-color: #f7c033;
    max-width: 600px;
    display: block;
    margin: auto;
    border-radius: 20px;
    margin-bottom: 180px;
    z-index: 1;
}

.title-area.style2 .sec-title {
    padding: 20px 40px;
    margin-bottom: 0;
}

.title-area.style2:before {
    content: "";
    position: absolute;
    inset: -10px;
    border: 5px solid #E7E7E7;
    border-radius: inherit;
}

.booking-line-area {
    position: relative;
    z-index: 2;
}

.booking-line-area .line-1 {
    position: absolute;
    left: 22px;
    bottom: 0;
}

.booking-line-area .line-2 {
    position: absolute;
    left: 35.6%;
    bottom: 0;
}

.booking-line-area .line-3 {
    position: absolute;
    bottom: 0;
    right: 22px;
}

.booking-process {
    position: relative;
    background-color: #F7F4ED;
    border-radius: 38px;
    text-align: center;
    padding: 42px 25px;
    width: 300px;
    height: 300px;
    display: block;
    margin: 24px auto;
    z-index: 3;
}

h3.box-title.title a {
    color: #1b1b1b;
    text-decoration: none;
    font-size: 20px;
    margin-bottom: 10px;
}

h3.box-title.title a:hover {
    color: #f7c033;
}

.booking-process_img {
    margin-bottom: 20px;
}

.booking-process_img img {
    height: 85px;
}


/* media query process style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 1399px) {
    .booking-line-area .line-1 {
        left: -6px;
    }

    .booking-line-area .line-2 {
        left: 33.6%;
    }

    .booking-line-area .line-3 {
        right: -6px;
    }
}

@media screen and (max-width: 1199px) {
    .title-area.style2 {
        margin-bottom: 50px;
    }

    .booking-line-area .line-1 {
        display: none;
    }

    .booking-line-area .line-2 {
        display: none;
    }

    .booking-line-area .line-3 {
        display: none;
    }

    .booking-process {
        margin: 10px;
    }
}

@media screen and (max-width: 767px) {
    .booking-process {
        width: auto;
        height: auto;
    }

    .title-area.style2 {
        margin-bottom: 40px;
    }

    .title-area.style2 .sec-title {
        padding: 30px 30px;
        margin-bottom: 0;
    }

    .title-area.style2:before {
        inset: -15px;
    }
}

@media screen and (max-width: 575px) {
    .process {
        padding: 0;
        margin-top: 4rem;
        margin-bottom: 2rem;
    }

    .booking-process_img {
        margin-bottom: 15px;
    }

    .title-area.style2 .sec-title {
        padding: 22px 22px;
        margin-bottom: 0;
    }

    .title-area.style2 {
        margin-bottom: 25px;
    }

    .title-area.style2:before {
        inset: -9px;
        border: 4px solid #E7E7E7;
    }
}




/* faq-section style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.faq-section {
    padding: 4rem 0;
    background-color: #80808014;
}

.faq-text h2 {
    padding: 20px 0;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #252734;
    text-align: left;
    background-color: white;
    border: 0;
}

.accordion-item {
    border: none;
    background-color: #fff0;
    margin-bottom: 12px;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #f7c033;
    background-color: white;
    box-shadow: none;
}

.faq-image img {
    width: 100%;
}

/* media query faq-section style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 575px) {
    .faq-text {
        text-align: center;
    }

    .faq-section {
        padding: 2rem 0;
    }

    .accordion-body {
        font-size: 15px;
    }
}



/* taxi-banner style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.taxi-banner {
    background-image: url(../img/ride_bg_1-5-1.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 4rem 0;
    background-attachment: fixed;
}

.taxi-banner-text h2 {
    color: white;
    font-size: 35px;
    padding: 15px 0;
}

.taxi-banner-text p {
    color: white;
    font-size: 20px;
    line-height: 38px;
}



/* media query taxi-banner style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 575px) {
    .taxi-banner {
        padding: 2rem
    }

    .taxi-banner-text {
        text-align: center;
    }

    .taxi-banner-text p {
        font-size: 15px;
        line-height: 25px;
    }

    .taxi-banner-text h2 {
        font-size: 30px;
        padding: 10px 0;
    }

    /* .style-skew {
        padding: 8px;
    } */
}




/* newsletter style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.newsletter {
    background-color: #1b1b1b;
    padding: 4rem 0;
    border-bottom: 1px solid whitesmoke;
}

.newsletter-content {
    position: relative;
    /* padding-left: 30px;
    margin-left: 30px; */
}

/* .newsletter-content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 2px;
    height: 56px;
    background-color: #f7c033;
} */

/* a.logo img {
    height: 75px;
} */

.newsletter-content h3 {
    color: white;
}

.newsletter-content p {
    font-size: 18px;
}

.footer-newsletter {
    display: flex;
    gap: 100px;
    align-items: center;

}

.form {
    width: 70%;
}

.form-wrap {
    display: flex;
    gap: 10px;
}

#mc_embed_signup form {
    margin: 0px !important;
}

#mc_embed_signup .mc-field-group {
    padding-bottom: 0% !important;
}

#mc_embed_signup .button {
    margin-left: 10px !important;
    transform: skew(-20deg);
    background-color: #f7c033 !important;
    color: #1b1b1bab !important;
    padding: 10px 15px !important;
    margin-bottom: 0px !important;
    position: relative;
    height: auto !important;
}

.form-control.form {
    padding: 15px 15px;
    border-radius: 20px;
    border: none;
}

/* .style-skew-3 {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    background-color: #f7c033;
    color: #1b1b1b;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 21px 31px;
    border-radius: 0;
    border: none;
    border-radius: 20px;
}

.style-skew-3:before {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 200%;
    background-color: white;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: -1;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.style-skew-3:hover {
    color: #1b1b1b;
}

.style-skew-3:hover::before,
.style-skew-23.active::before {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
} */



/* media query newsletter style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 1199px) {
    .newsletter-content h3 {
        font-size: 25px;
    }
}

@media screen and (max-width: 991px) {
    .newsletter-content {
        position: relative;
        padding-bottom: 12px;
    }

    .footer-newsletter {
        display: block;
    }

    /* .logo-img {
        margin-bottom: 10px;
    } */

    .form {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .newsletter-content {
        padding-bottom: 12px;
    }

    .form-control.form {
        padding: 10px 15px;
    }
}

@media screen and (max-width: 575px) {
    .newsletter {
        padding: 2rem 0;
    }

    .newsletter-content {
        text-align: center;
    }

    .newsletter-content p {
        font-size: 15px;
    }
}




/* footer style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
footer {
    background-color: #1b1b1b;
    padding: 4rem 0;
    border-bottom: 1px solid whitesmoke;
    color: #adadad;
}

.footer-heading {
    color: white;
    text-transform: uppercase;
    padding-bottom: 12px;
    font-size: 20px;

    &:before,
    &:after {
        content: '';
        display: inline-block;
        color: #f7c033;
        width: 30px;
        height: 1px;
        vertical-align: middle;
        background-color: currentColor;
    }

    &:before {
        margin-right: 10px;
    }

    &:after {
        margin-left: 10px;
    }
}

.footer-col-0 p {
    margin-bottom: 0;
}

.footer-col-icon i {
    background-color: #f7c033;
    color: #1b1b1b;
    border: 1px solid;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 3px;
}

.footer-col-icon i:hover {
    background-color: white;
    color: #1b1b1b;
}

.menu-list {
    list-style: none;
    font-size: 17px;
    padding: 8px 0;
}

.menu-list i {
    margin-right: 10px;
}

.menu-list a {
    color: #adadad;
    text-decoration: none;
}

.menu-list a:hover {
    color: #f7c033;
}

.footer-post {
    padding: 2px 0;
}

.img-post img {
    float: left;
    border-radius: 10px;
    margin-right: 10px;
}

.post-date span a {
    color: #adadad;
    text-decoration: none;
    font-size: 14px;
}

.post-date {
    margin-bottom: 5px;
}

.post-date i {
    color: #f7c033;
    margin-right: 3px;
}

.post-content h5 a {
    color: white;
    text-decoration: none;
}

.post-content h5 a:hover {
    color: #f7c033;
}

.post-content p a {
    color: #f7c033;
    text-decoration: none;
}

.post-content p a:hover {
    color: white;
}

.footer-contact p a {
    color: #ADADAD;
    text-decoration: none;
}

.footer-contact p a:hover {
    color: #f7c033;
}

.footer-col-3-icon {
    display: flex;
    gap: 10px;
}

.footer-contact i {
    background-color: #f7c033;
    color: #1b1b1b;
    width: 25px;
    height: 25px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* media query footer style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 1199px) {
    .footer-heading {

        &:before,
        &:after {
            width: 13px
        }
    }
}

@media screen and (max-width: 991px) {
    .footer-heading {
        margin-top: 20px;
    }

    .footer-col {
        margin-top: 20px;
    }

    .footer-heading {

        &:before,
        &:after {
            width: 30px;
        }
    }

}

@media screen and (max-width: 575px) {
    .footer-heading {
        text-align: center;
    }

    .footer-contact {
        padding: 8px 0px;
    }

    footer {
        padding: 2rem 0;
    }

    .footer-col-0 {
        text-align: center;
    }

    .footer-col-3 {
        text-align: center;
    }

    .footer-col-3-icon {
        display: flex;
        gap: 10px;
        justify-content: center;
    }
}



/* footer-bottom style
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.footer-bottom {
    background-color: #f7c033;
    padding: 15px 0;
}

.footer-bottom-1 p {
    margin: 0;
}

.footer-bottom-1 {
    display: flex;
    justify-content: space-between;
    color: #1b1b1b;
}

/* media query footer-bottom style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 575px) {
    .footer-bottom {
        padding: 10px 0;
    }

    .footer-bottom-1 {
        display: block;
        text-align: center;
    }
}






/* ––––––––––––––––––––––––––––––––––––––––––––––––––
 search page style
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* search-heading style
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.search-heading {
    padding-top: 3rem;
    display: flex;
    padding-bottom: 0.2rem;
}

.search-heading-gap {
    display: inline-block;
    position: relative;
    min-width: 31px;
    right: 2px;
}

.search-heading-gap:after {
    display: block;
    content: "";
    position: absolute;
    top: 13px;
    left: 13px;
    height: 2px;
    width: 10px;
    background: #1b1b1b;
}

.search-heading h6 a {
    color: #1b1b1b;
    text-decoration: none;
}

.search-heading h6 {
    color: #f7c033;
}


/* media query search-heading style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 991px) {
    .search-heading {
        padding-top: 3.5rem;
        padding-bottom: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .search-heading {
        padding-top: 3rem;
    }
}

@media screen and (max-width: 575px) {
    .search-heading {
        padding-top: 3.5rem;
        padding-bottom: 5px;
    }
}



/* search-section style
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.search-section {
    background-color: whitesmoke;
    padding: 1rem 0;
}

.search-form {
    padding: 12px;
}

.search-form-inner {
    margin: 0px 0;
}

.seach-form-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 5px;
}

.style-skew-5 {
    transform: skew(-20deg);
    background-color: #1b1b1b;
    color: white;
    padding: 10px 15px;
    position: relative;
}

.style-skew-5:before {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #f7c033;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: -1;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.style-skew-5:hover::before,
.style-skew-5.active::before {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.style-skew-5:hover {
    color: white;
}

.style-skew-5 span {
    display: inline-block;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
}

.search-form-inner-1 {
    display: flex;
    /* float: right; */
    justify-content: space-between;
    align-items: center;
}

.search-form-inner-field {
    position: relative;
    width: 30%;
}

.formm-icon {
    position: absolute;
    right: 20px;
    top: 10px;
}

.formm-icon a {
    color: #1b1b1b;
}

.car-cards-1 {
    padding: 2rem 0;
    background-color: #80808014;
}

.search-form .select2.select2-container.select2-container--default {
    height: 40px;
    margin: 10px 3px;
}

.search-form .select2-container--default .select2-selection--single {
    height: 40px;
}

.search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    padding: 4px 12px;
}

.search-form span.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 0;
    right: 8px;
}

.seach-form-buttons .btn {
    padding: 5px 18px;
}

/* media query search-section style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 767px) {
    .formm-icon {
        position: absolute;
        right: 11px;
        top: 10px;
    }
}

@media screen and (max-width: 575px) {
    .search-form-inner-1 {
        margin-top: 15px;
        display: flex;
        gap: 20px;
        flex-direction: column-reverse;
    }

    .search-section {
        padding: 0rem 0;
    }
}




/* media query search-section style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 767px) {
    .pagination {
        padding-top: 1rem;
    }

}

@media screen and (max-width: 575px) {
    .pagination {
        padding-top: 0;
    }

    .page-link {
        padding: 4px;
    }

}



/* offers style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.offers {
    background-image: url(../img/cta-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 2rem;
    position: relative;
}

.offers::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #1b1b1bdb;
}

.offers-text {
    position: relative;
}

/* .offers-text {
    position: relative;
    padding-left: 40px;
    background-image: url(../img/seach-car-bg.jpg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 2rem;
} */

.offers-text h2 {
    color: #f7c033;
    font-size: 40px;
    padding: 8px 0;
}

.offer-p {
    color: white;
    font-size: 26px;
}

.offers-list i {
    color: #f7c033;
    float: left;
    margin-right: 12px;
}

.offers-list p {
    line-height: 27px;
}

.offers-list-button {
    display: inline-flex;
    gap: 12px;
    margin-left: 8px;
    margin-top: 15px;
}

.style-skew-4 {
    transform: skew(-20deg);
    background-color: white;
    color: #1b1b1b;
    padding: 10px 25px;
    /* margin-top: 15px; */
    font-size: 14px;
    position: relative;
}

.style-skew-4:before {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #f7c033;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: -1;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.style-skew-4:hover::before,
.style-skew-4.active::before {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.style-skew-4:hover {
    color: #1b1b1bab;
}

.style-skew-4 span {
    display: inline-block;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
}

.offers-img {
    position: relative;
}

.offers-img img {
    width: 100%;
}

/* media query offers style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 767px) {
    .offers-img img {
        height: 230px;
    }
}

@media screen and (max-width: 575px) {
    .offers-img {
        padding-top: 15px;
    }

    .offers-text {
        text-align: center;
    }

    .search-form-inner-field {
        position: relative;
        width: 100%;
    }
}

@media screen and (max-width: 499px) {
    .offers-img img {
        height: auto;
    }
}





/* ––––––––––––––––––––––––––––––––––––––––––––––––––
* mobile nav css *
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.side-menu {
    position: fixed;
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 100vh;
    background: #1e1e1e;
    transition: all 300ms ease-in-out;
    z-index: 1;
    top: 0px;
    right: -300px;
}

.side-menuOpen {
    right: 0px;
}

.side-menu .side-menu-header {
    position: relative;
    /*height: 4%;
    background: black;*/
}

.side-menu .side-menu-header .close-menu {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 45px;
    width: 45px;
}

.side-menu .side-menu-header .close-menu .left,
.side-menu .side-menu-header .close-menu .right {
    background: white;
    height: 2.5px;
    border-radius: 20px;
    width: 58%;
    position: absolute;
    top: 50%;
    left: 9rem;
    transition: all 300ms ease-in-out;
}


.side-menu .side-menu-header .close-menu .left {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.side-menu .side-menu-header .close-menu .right {
    transform: translate(-50%, -50%) rotate(45deg);
}

.side-menu .side-menu-body {
    display: flex;
    flex-direction: column;
    padding-top: 12px;
    margin-top: 40px;
}

.side-menu .side-menu-body a {
    text-align: center;
    /* padding: 15% 0; */
    /* color: white; */
    transition: all 300ms ease-in-out;
    text-decoration: none;
}

/* #side-menu:not(:target) {
    right: -300px;
}

#side-menu:target {
    right: 0;
} */

.open-menu {
    /* position: fixed; */
    height: 30px;
    width: 30px;
    top: 15px;
    left: 77px;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
}

.open-menu .bar {
    width: 100%;
    height: 3px;
    background: white;
    margin: 3px 0;
}

.navbar-nav.nav {
    align-items: start;
    padding: 0px 30px;
}

.nav-item.nav-link.nab {
    color: white;
    text-decoration: none;
}

.nav-item.nav-link.nab:hover {
    color: #f7c033;
}

.menu-address {
    color: white;
    padding: 0px 30px;
}

.icons11 i {
    color: white;
    margin: 4px;
}

.btn-01 i {
    border: 2px dotted white;
    color: white;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    font-size: 17px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.btn-01 i:hover {
    border: 2px dotted #f7c033;
    color: #f7c033;
}

.style-skew-5 {
    transform: skew(-20deg);
    background-color: #f7c033;
    color: #1b1b1bab;
    padding: 10px 15px;
    /* margin-top: 15px; */
    position: relative;
}

.style-skew-5:before {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    background-color: white;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: -1;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.style-skew-5:hover::before,
.style-skew-5.active::before {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.style-skew-5:hover {
    color: #1b1b1bab;
}

.style-skew-5 span {
    display: inline-block;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
}

.buttons {
    margin-left: 45px;
}

/* media queries mobile nav style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 991px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 18px 11px;
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {

    .side-menu .side-menu-header .close-menu .left,
    .side-menu .side-menu-header .close-menu .right {
        top: 100%;
        left: 9rem;
    }
}



/* ––––––––––––––––––––––––––––––––––––––––––––––––––
* model form style css *
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.modal-body {
    background-color: whitesmoke;
    padding: 10px;
}

.modal-image {
    position: relative;
}

a.btn-icon {
    background-color: #f7c033;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.modal-image img {
    width: 100%;
    height: 550px;
}

/* .call-btn {
  display: flex;
} */

.call-btn {
    display: inline-flex;
    float: right;
}

.call-text-1 a {
    color: #f7c033;
    text-decoration: none;
}

.call-text-1 {
    margin-left: 25px;
    color: white;
}

.about-button-group-1 {
    justify-content: center;
    margin-top: 15px;
    display: flex;
    position: absolute;
    bottom: 32px;
    left: 100px;
}

/* media queries model form style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 992px) {
    .modal-dialog {
        max-width: 950px;
        margin: 1.75rem auto;
    }
}

@media screen and (max-width: 991px) {
    .modal-dialog {
        max-width: 770px;
        margin: 1.75rem auto;
    }

    .about-button-group-1 {
        justify-content: center;
        margin-top: 15px;
        display: flex;
        position: absolute;
        bottom: 164px;
        top: -21px;
        left: 172px;
        z-index: 9;
    }

    .call-text-1 {
        margin-left: 25px;
        color: #1b1b1b;
    }
}


@media (min-width: 576px) {
    .modal-dialog {
        max-width: 770px;
        margin: 1.75rem auto;
    }
}




/*  back to top
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #1b1b1bab;
    background: #f7c033;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9;
}

#return-to-top i {
    color: #1b1b1bab;
    margin: 0;
    position: relative;
    left: 18px;
    top: 12px;
    font-size: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: #1b1b1bab;
    border: 2px solid #f7c033;
    ;
}

#return-to-top:hover i {
    color: #fff;
    top: 7px;
}











/*pagination style –––––––––––––––––––––––––––––––––––––––––––––––––– */
.pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding-top: 1rem;
    margin-bottom: 0;
}


.page-item.active .page-link {
    z-index: 3;
    background-color: #f7c033;
    color: #ffffff;
    border: none;
}

.page-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1b1b1b;
    border: none;
    font-size: 15px;
    background-color: #dedede;
    border-radius: 35px;
    width: 35px;
    height: 35px;
}

.page-link:hover {
    z-index: 2;
    color: #ffffff;
    border: none;
    background-color: #f7c033;
}

.page-link:focus {
    z-index: 3;
    color: #ffffff;
    background-color: #f7c033;
    outline: 0;
    box-shadow: none;
}

.page-item.disabled .page-link {
    color: #1b1b1b;
    pointer-events: none;
    background-color: transparent;
    border: none;
}

.page-item:last-child .page-link {
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
}

.page-item:first-child .page-link {
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
 BLOG PAGE STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* BLOG-1 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.blog-1 {
    margin-top: 6rem;
}

.blog-2 {
    margin-bottom: 4rem;
}

.blog-left {
    margin: 0px 15px;
}

.blog-left-wrap img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.blog-heading a {
    color: #1b1b1b;
    text-decoration: none;
}

.blog-heading a:hover {
    text-decoration: underline;
}

.blog-left-col {
    padding: 15px;
}

.blog-left-col img {
    width: 100%;
    border-radius: 5px;
}

.blog-left-col-time {
    display: flex;
}

.blog-left-col h4 a {
    color: #101828;
    text-decoration: none;
}

.blog-left-col h4 a:hover {
    text-decoration: underline;
}

.blog-left-col-time p {
    padding: 0px 4px;
}

.read {
    color: #475467;
    text-decoration: none;
}

.read:hover {
    color: #f7c033;
}

.blog-right {
    margin: 0px 15px;
}

.blog-right-img img {
    width: 100px;
    height: 100px;
    border-radius: 5px;
}

.blog-right-heading {
    padding: 12px 0px;
}

.blog-right-heading h4 {
    position: relative;
}

.blog-right-heading h4::before {
    content: "";
    background: #f7c033;
    position: absolute;
    right: 30%;
    top: 15px;
    width: 118px;
    height: 2px;
}

.blog-right-body h4 a {
    color: #101828;
    font-size: 18px;
    text-decoration: none;
}

.blog-right-body h4 a:hover {
    text-decoration: underline;
}

.blog-right-list li {
    /* padding: 8px; */
    font-size: 20px;
}

.style {
    margin-bottom: 7px;
}

.blog-right-button {
    display: inline-block;
}


/* MEDIA QUERY BLOG-1 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 1399px) {
    .blog-right-heading h4::before {
        right: 15%;
    }
}

@media screen and (max-width: 1199px) {
    .blog-right-img img {
        width: 90px;
        height: 90px;
    }

    .blog-right-heading h4::before {
        right: 0%;
    }
}

@media screen and (max-width: 991px) {
    .blog-right-heading h4::before {
        right: 60%;
    }
}

@media screen and (max-width: 767px) {
    .blog-right-img img {
        width: 100px;
        height: 100px;
    }

    .blog-right-heading h4::before {
        right: 45%;
    }

    .blog-right-list li {
        font-size: 18px;
    }
}

@media screen and (max-width: 575px) {
    .blog-1 {
        margin-top: 6rem;
    }

    .blog-2 {
        margin-bottom: 2rem;
    }

    .blog-left-col-time {
        display: flex;
        justify-content: center;
    }

    .blog-left-col {
        text-align: center;
    }

    .blog-right-list {
        display: flex;
        justify-content: center;
    }

    .blog-right-list li {
        font-size: 15px;
    }

    .blog-right-button {
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .blog-right-heading h4::before {
        content: "";
        background: #ff3f33;
        position: absolute;
        right: 30%;
        top: 15px;
        width: 88px;
        height: 2px;
    }
}



/* ––––––––––––––––––––––––––––––––––––––––––––––––––
BLOG DETAIL PAGE STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* BLOG-1 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */


blockquote {
    font-size: 16px;
    line-height: 30px;
    padding: 13px;
    font-weight: 400;
    display: block;
    position: relative;
    background-color: #8080800d;
    margin: 25px 0;
    font-style: italic;
    border: 1px solid #BDBDBD;
    border-radius: 0px;
}

blockquote p::before {
    content: open-quote;
    color: #f7c033;
    font-size: 30px;

}

blockquote p::after {
    content: close-quote;
    color: #f7c033;
    font-size: 30px;
}

cite {
    padding: 0 10px;
    color: #f7c033;
}

.blog-left-col h2 a {
    color: #1b1b1b;
    text-decoration: none;
}

.blog-left-col h2 a:hover {
    text-decoration: underline;
}

.blog-left-p {
    line-height: 30px;
}

.blog-left-follow {
    border: 1px solid #bdbdbd;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #8080800d;
}

.blog-left-follow-icon {
    display: inline-flex;
}

.blog-left-follow-icon a {
    text-decoration: none;
}

.blog-left-follow-icon i {
    margin: 0 3px;
    color: #1b1b1b;
    background-color: #f7c033;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50px;
}

.blog-right-contact {
    position: relative;
    background-image: url('/assets/front/website/img/Springfield-Yellow-Cab.jpg');
    padding: 2rem 0;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
}

.blog-right-contact::before {
    content: "";
    position: absolute;
    background-color: #0000007d;
    border-radius: 5px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.contact-headingg {
    position: relative;
}

.contact-headingg h4 {
    color: white;
}


.contact-headingg p {
    color: white;
}

.contact-headingg a {
    color: #f7c033;
    text-decoration: none;
}

.contact-headingg a:hover {
    text-decoration: underline;
}

/* Taxi Services radio color */
.car-models .form-check-input:checked+.form-check-label {
    color: #f7c033;
}

/* End Taxi Services radio color */

/* MEDIA QUERY BLOG-1 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 767px) {
    .blog-left-follow {
        display: block;
    }

    .blog-left-follow-icon {
        display: inline-flex;
        margin-top: 10px;
    }
}

@media screen and (max-width: 575px) {
    .blog-1 {
        margin-top: 6rem;
    }

    .rrr {
        text-align: center;
    }
}



.img-post img {
    float: left;
    border-radius: 10px;
    margin-right: 10px;
    width: 100px;
    height: 90px;
}



.not_found {
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
}


.error {
    color: red !important;
}


/* city select popup modal */
.city_select_popupDialog {
    width: fit-content;
}

.city_select_popupDialog .modal-content {
    border: none;
    background-color: transparent;
}

.city_select_popupHeader {
    background-color: #f7c033;
}

.selectcity_modal {
    align-items: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, .7);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    /* position: fixed; */
    right: 0;
    top: 0;
    z-index: 999999999;
}

.selectcity_modal {
    background-color: transparent;
}

.selectcity_modal .popup_body {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 24px 48px hsla(221, 9%, 54%, .08);
    left: 50%;
    padding: 20px 20px 0;
    /* position: absolute; */
    top: 50%;
    /* transform: translate(-50%, -50%); */
    width: -moz-max-content;
    width: max-content
}

.selectcity_modal .popup_body .popup_header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem
}

.selectcity_modal .popup_body .popup_header h3 {
    color: #002441;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0
}

.selectcity_modal .popup_body .popupBody_row {
    display: flex
}

.selectcity_modal .popup_body .popupBody_row .popup_col {
    align-items: flex-start;
    border-right: 1px dashed rgba(70, 81, 102, .7);
    cursor: pointer;
    display: flex;
    flex-basis: 50%;
    margin-bottom: 110px;
    margin-top: 20px;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    width: 50%
}

.selectcity_modal .popup_body .popupBody_row .popup_col .popup_icon {
    align-items: center;
    border: 1px solid #066E3F;
    border-radius: 35px;
    color: #066E3F;
    display: flex;
    height: 35px;
    justify-content: center;
    margin-right: 15px;
    margin-top: 10px;
    max-height: 35px;
    max-width: 35px;
    min-height: 35px;
    min-width: 35px;
    width: 35px
}

.selectcity_modal .popup_body .popupBody_row .popup_col .popupContent_right h2 {
    color: #0059a3;
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 600;
}

.selectcity_modal .popup_body .popupBody_row .popup_col .popupContent_right p {
    color: #465166;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0
}

.selectcity_modal .popup_body .popupBody_row .popup_col .popupContent_right .popupBtn {
    align-items: center;
    background-image: linear-gradient(#0F9558, #066E3F);
    border: none;
    border-radius: 8px;
    color: #fff;
    display: flex;
    height: 32px;
    justify-content: center;
    margin-top: 20px;
    max-width: 280px;
    padding: 24px 10px
}

.selectcity_modal .popup_body .popupBody_row .popup_col .popupContent_right .popupBtn:hover {
    text-decoration: none
}

.selectcity_modal .popup_body .popupBody_row .popup_col .or {
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    position: absolute;
    right: -10px;
    top: 37%
}

.selectcity_modal .popup_body .popupBody_row .popup_col-2 {
    border-right: none
}

@media screen and (max-width: 576px) {
    .selectcity_modal .popup_body {
        max-width: 95%;
        width: 100%
    }

    .selectcity_modal .popup_body .popupBody_row {
        flex-direction: column
    }

    .selectcity_modal .popup_body .popupBody_row .popup_col {
        border-right: none;
        margin-bottom: 30px;
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }

    .selectcity_modal .popup_body .popupBody_row .popup_col .popupContent_right .popupBtn {
        height: auto;
        padding: 10px;
        width: -moz-fit-content;
        width: fit-content
    }

    .selectcity_modal .popup_body .popupBody_row .popup_col .or {
        display: none
    }
}

.selectcity_SearchModal .selectCitypopup_body .popupBody_rowSearch {
    flex-direction: column
}

.selectcity_SearchModal .selectCitypopup_body .popupBody_rowSearch .searchCity_field {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    width: -moz-min-content;
    width: min-content
}

.selectcity_SearchModal .selectCitypopup_body .popupBody_rowSearch .searchCity_field .searchField_left {
    background: transparent;
    border: 1px solid #dde5eb;
    border-radius: 8px;
    box-shadow: none;
    color: rgba(70, 81, 102, .6);
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    letter-spacing: .01em;
    line-height: 22px;
    margin-right: 20px;
    padding: 0 44px;
    position: relative;
    width: 240px;
    z-index: 1
}

.selectcity_SearchModal .selectCitypopup_body .popupBody_rowSearch .searchCity_field .searchField_left i {
    left: 12px;
    position: absolute;
    top: 17px;
    z-index: 9
}

.selectcity_SearchModal .selectCitypopup_body .popupBody_rowSearch .searchCity_field .searchField_left input {
    border: none;
    box-shadow: none;
    height: 100%;
    outline: none;
    width: 100%
}

.selectcity_SearchModal .selectCitypopup_body .popupBody_rowSearch .searchCity_field .useLocation {
    text-align: right;
    width: -moz-max-content;
    width: max-content
}

.selectcity_SearchModal .selectCitypopup_body .popupBody_rowSearch .searchCity_field .useLocation a {
    align-items: center;
    color: #f7c033;
    display: flex;
    justify-content: flex-end;
    text-decoration: none
}

.selectcity_SearchModal .selectCitypopup_body .popupBody_rowSearch .searchCity_field .useLocation a i {
    margin-right: 12px
}

.selectcity_SearchModal .selectCitypopup_body .popupBody_rowSearch .popular_cities {
    margin-bottom: 10px;
    max-height: 440px;
    overflow: auto;
    overflow-x: hidden;
    padding-right: 0
}

.selectcity_SearchModal .selectCitypopup_body .popupBody_rowSearch .popular_cities label {
    color: #002441;
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .01em;
    line-height: 22px;
    margin-bottom: 1rem
}

.selectcity_SearchModal .selectCitypopup_body .popupBody_rowSearch .popular_cities ul {
    display: grid;
    gap: 24px 20px;
    grid-template-columns: repeat(4, 1fr);
    list-style: none;
    margin-bottom: 10px;
    padding: 0
}

.selectcity_SearchModal .selectCitypopup_body .popupBody_rowSearch .popular_cities ul li {
    transition: all .3s
}

.selectcity_SearchModal .selectCitypopup_body .popupBody_rowSearch .popular_cities ul li a {
    text-decoration: none
}

.selectcity_SearchModal .selectCitypopup_body .popupBody_rowSearch .popular_cities ul li a span {
    align-items: center;
    background: #fafafa;
    border: 2px solid #f5f5f5;
    border-radius: 16px;
    display: flex;
    height: 70px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 88px
}

.selectcity_SearchModal .selectCitypopup_body .popupBody_rowSearch .popular_cities ul li a span img {
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    width: 100%
}

.selectcity_SearchModal .selectCitypopup_body .popupBody_rowSearch .popular_cities ul li a h6 {
    color: #002441;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 18px;
    margin: 10px 0 0;
    text-align: center
}

@media screen and (max-width: 576px) {
    .selectcity_SearchModal .selectCitypopup_body {
        max-width: 95%;
        width: 100%
    }

    .selectcity_SearchModal .selectCitypopup_body .popupBody_rowSearch .searchCity_field {
        flex-direction: column;
        row-gap: 10px;
        width: 100%
    }

    .selectcity_SearchModal .selectCitypopup_body .popupBody_rowSearch .searchCity_field .searchField_left {
        margin-right: 0;
        width: 100%
    }

    .selectcity_SearchModal .selectCitypopup_body .popupBody_rowSearch .popular_cities ul {
        gap: 10px 5px
    }

    .selectcity_SearchModal .selectCitypopup_body .popupBody_rowSearch .popular_cities ul li a span {
        width: 100%
    }
}

.city_dropdown {
    padding: 10px 40px 30px;
}

.city_dropdown label {
    display: block;
}

.city_dropdown .select2.select2-container.select2-container--default {
    width: 100% !important;
    margin: 15px 0px 0px;
}

.select2-container--open .select2-dropdown--below {
    z-index: 99999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    padding: 10px 10px;
    max-height: 300px;
    overflow: auto;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f7c033;
    color: #000000;
}

/* city select popup modal */


.header_citySelect .select2.select2-container.select2-container--default {
    transform: skew(-20deg);
    width: 150px !important;
    height: 47px;
}

.header_citySelect .select2.select2-container.select2-container--default .select2-selection.select2-selection--single {
    height: 47px;
}

.header_citySelect .select2.select2-container.select2-container--default .select2-selection.select2-selection--single .select2-selection__rendered {
    transform: skew(20deg);
}

.search_dropdown .select2-container--default .select2-selection--single {
    border-radius: 30px;
}

.search_dropdown .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

/* loader css */
.loader-main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0000006e;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader img {
    animation: spin 1s linear infinite;
}

.loader {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



/* search filter css */
aside {
    /* border: 1px yellow solid; */
    /* position: fixed; */
    box-shadow: 0px 0px 6px #00000075;
    justify-content: flex-start;
    align-self: flex-start;
    background-color: #f5f5f5;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
}

.products_filters {
    height: 100%;
}

.products_filters .heading {
    background-image: linear-gradient(#f7c033, #f7c033);
    color: #ffffff;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0px;
}

.filter_content {
    padding: 15px 15px;
    /* overflow: auto; */
    /* height: calc(100vh - 12px); */
}

.offcanvas {
    z-index: 999999999;
}


.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto;
}

.offcanvas-body {
    padding: 0px;
}

#sidebarshow {
    display: none;
}

.products_filters .btn-close {
    background: no-repeat;
    color: #fff;
}


.filter_content .accordion-item {
    margin-bottom: 0px;
    border-bottom: 1px solid #dedede;
}

.filter_content .accordion-item .accordion-button {
    justify-content: space-between;
    background-color: transparent;
    padding: 20px 0px;
    height: auto;
    font-weight: bold;
}

.filter_content .accordion-item .accordion-body {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

.filter_content .accordion-button::after {
    display: none;
}

.filter_content .icon-toggle {
    font-weight: bold;
    margin-right: 10px;
    width: 20px;
    display: inline-block;
    text-align: center;
}

.filter_content .accordion-item .accordion-button.collapsed .icon-toggleMinus {
    display: none;
}

.filter_content .accordion-item .accordion-button.collapsed .icon-togglePlus {
    display: block;
}

.filter_content .accordion-item .accordion-button .icon-toggleMinus {
    display: block;
}

.filter_content .accordion-item .accordion-button .icon-togglePlus {
    display: none;
}


.filter_content .accordion-item .accordion-body .body_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
}

.filter_content .accordion-item .accordion-body .body_grid .btn {
    width: max-content;
    border-radius: 25px;
    font-size: 12px;
    border: solid 0.5px #3a4047;
    box-shadow: none;
    color: #000000;
    min-height: 32px;
    padding: 5px 10px;
    font-weight: 500;
}

.filter_content .accordion-item .accordion-body .body_grid .btn.active {
    color: #f7c033;
    border-color: #f7c033;
}


.search_box {
    margin-bottom: 10px;
    position: relative;
    max-width: 300px;
}

.search_box .icon-input__text-field {
    width: 100%;
    padding: 5px 30px 5px 5px;
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: transparent;
    border-color: #dedede;
    border-width: 1px;
}

.search_box .icon-input__icon {
    color: rgb(247 192 51);
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 12px;
}

.search_box .icon-input__text-field:focus+.icon-input__icon {
    color: #ff8400;
}

.brand_checkbox .form-group {
    display: block;
    margin-bottom: 10px;
}

.brand_checkbox .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.brand_checkbox .form-group label {
    position: relative;
    cursor: pointer;
}

.brand_checkbox .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #000000;
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.brand_checkbox .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 7px;
    height: 13px;
    border: solid #f7c033;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.sort_row {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}


.sort_vehicle .dropdown {
    position: relative;
    display: inline-block;
}

.sort_vehicle .dropdown-button {
    color: #000;
    padding: 10px 16px;
    font-weight: 500;
    font-size: 15px;
    border: none;
    cursor: pointer;
    border-radius: 0px;
    background-color: transparent;
}

.sort_vehicle .dropdown-button::after {
    content: "▾";
    margin-left: 8px;
}

.sort_vehicle .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #2c2c2c;
    min-width: 200px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
    z-index: 1;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 0px;
}

.sort_vehicle .dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 15px;
    transition: background 0.3s;
}

.sort_vehicle .dropdown-content a:hover {
    background-color: #444;
}

.sort_vehicle .dropdown:hover .dropdown-content {
    display: block;
}

@media screen and (max-width: 992px) {
    #sidebarshow {
        display: inline;
    }

    #sidebartoggle {
        display: none;
    }
}

@media screen and (max-width:991px) {
    #sidebarshow {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999999;
        background-color: #f8fcfe;
        border: none;
        box-shadow: 0px 0px 6px #00000075;
        border-radius: 0px;
        padding: 10px 0px;
        color: #000000;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 14px;
    }
}

/* search filter css */