@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500&display=swap');

body {

    font-size: 16px;
    font-family: poppins;
}

* {
    box-sizing: border-box;
}

ul.navbar-nav li {
    padding: 0 20px;
}

ul.navbar-nav {
    margin-left: 100px;
}

li.nav-item a {
    font-weight: 500;
}


.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #ff672b;
    border-bottom: 2px solid #ff672b;
}

ul.navbar-nav {
    float: right;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
    font-family: 'Poppins';
    font-size: 15px;
}

.toggle-top-btn {
    display: none;
}

.toggle-top-btn button {
    font-size: 14px;
    height: 40px;
}

.responsive-login {
    display: flex;
    align-items: baseline;
}

.top-btn button {
    height: 40px;
    width: 170px;
    font-family: 'Poppins';
    font-size: 15px;
}

.btn-dark {
    color: #fff;
    background-color: #28282B;
    border-color: #28282B;
}

.top-btn {

    margin-left: 25px;
}
  
.bg-light {
    background-color: #ffffff !important;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

section#banner {
/*    background-image: url(../images/banner.png);*/
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
section#banner .carousel-item {
    height: 800px;
    background-position: center;
    background-size: cover;
}

section#banner .banner-content {
    margin-top: -223px;
    position: relative;
    z-index: 9;
}

section#banner .banner-content .banner-heading {
    background: #0000005c;
    padding: 28px;
    border-radius: 15px;
}

section#banner .banner-content .bg-blur {
    margin-top: 57px;
    border: 1px solid;
}

section#banner .carousel-control-prev {
    background-image: none !important;
    background-size: inherit !important;
    background-repeat: inherit !important;
    z-index: 9 !important;
    width: 100px !important;
}

section#banner .carousel-control-next {
    background-image: none !important;
    background-size: inherit !important;
    background-repeat: inherit !important;
    z-index: 9 !important;
    width: 100px !important;}









.banner-heading {
    text-align: center;
    color: #fff;
}
.banner-heading h1 {
    font-family: 'Poppins';
    letter-spacing: 1px;
    font-size: 34px !important;
    font-weight: bold;
}
.banner-heading p {
    font-size: 16px;
    font-family: poppins;
    margin-bottom: 0;
}

section#banner label {
    color: #000;
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 500;
}

.search-btn {
    text-align: center;
}

.search-btn button {
    width: 32%;

}

.bg-blur {
    background: rgba(255, 255, 255, 0.23);
    backdrop-filter: blur(7.5px);
    border-radius: 10px;
    padding: 13px 12px;
    margin: 0;
}

.date-time {
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.date-time select {
    border: none;
}

.date-time select {
    border: none;
    color: #C0C0C0;
    font-family: poppins;
    line-height: 2;
    font-weight: 300;
}

.form-control {
    line-height: 2;
}

section#banner input::placeholder {
    color: #C0C0C0;
    font-family: poppins;
    font-weight: 300;
}

section#first-carousel h3 {
    text-align: center;
    font-family: 'Poppins';
}

section#first-carousel {
    margin-top: 40px;
}



/* ///////////---Carousel---Browse by Brand--//////////// */

section#first-carousel h5 {
    color: #000;
}

section#first-carousel button.owl-prev {
    border-color: #B4B4B4 !important;
    color: #B4B4B4 !important;
}

section#first-carousel button.owl-next {
    border-color: #B4B4B4 !important;
    color: #B4B4B4 !important;
}




/* ///////////---2nd--Carousel---Browse by Destination-----//////////// */


section#Second-carousel {
/*    background-image: url(../images/Group\ 18.png);*/
    padding-top: 20px;
    margin-top: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section#Second-carousel h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.item img {
    background: #fff;
    padding: 8px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13);
}

.item {
    text-align: center;
}

.item h5 {
    color: #fff;
    margin-top: 10px;
    font-family: poppins;
    font-size: 15px;
    font-weight: 500;
}


.owl-theme .owl-nav [class*=owl-] {
    color: #FFF !important;
    font-size: 30px !important;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #fff !important;
}

.owl-dots {
    display: none;
}

.owl-nav span {
    position: relative;
    top: -5px;
}

.owl-nav button {
    width: 45px;
    height: 45px;
}

.owl-theme .owl-nav {

    float: right;
    background: #fff;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #00000000;

}




/* ///////////---Footer-----//////////// */


.footer-content ul {
    list-style: none;
    padding: 0px;
}

.footer-content {
    margin-top: 25px;
    margin-left: 50px;
}

section#footer {
    padding: 30px 0;
    margin-top: 40px;
    border-top: 2px solid #ebe8e8;
}

.footer-logo p {
    font-size: 12px;
    font-family: 'Poppins';
    color: #000;
}

.footer-content h5 {
    color: #FF672B;

}

.footer-content ul li {
    font-size: 14px;
    color: #000;
    line-height: 28px;
}

.footer-content ul li a {
    text-decoration: none;
    color: #000;

}

.footer-content.social-link ul li {
    display: inline-block;
    margin-right: 8px;
}

.footer-content.social-link i {
    background: black;
    color: #fff;
    padding: 8px;
}

.footer-content.social-link i {
    background: black;
    color: #fff;
    padding: 9px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

.footer-content.social-link ul {
    margin-top: 20px;
}

.form-select:focus {
    border-color: #86b7fe00;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.form-control:focus {
    border-color: #86b7fe00;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}



/* ///////////---Book a Car--//////////// */

/* section#book-car img {
    width: 100%;
} */

.car {
    margin-top: 120px;
}

.car h5 {
    color: #FF672B;
    font-family: poppins;
}

.car {
    text-align: center;
}

.car p {
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 30px;
    padding: 0 85px;
}


section#book-car {
    background-image: url(../images/Shape.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 50px;
    padding: 80px 0;
}


/* ///////////---Carousel---Meet the Host--//////////// */


section#third-carousel {
/*    background-image: url(../images/Group\ 18.png);*/
    padding-top: 20px;
    margin-top: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section#third-carousel h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}



.img-card img {
    padding: 5px;
}

.kevin-para p {
    color: #fff;
    font-family: Poppins;
    font-weight: 500;
    margin: 0;
    text-align: start;
}

.kevin-para i {
    color: #FF672B;
}

.kevin-para {
    float: left;
}

.card-para {
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    padding: 50px 10px 5px 10px;
}

.card-para p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 15px;
}

.img-card {
    position: relative;
    bottom: -30px;
    left: 15px;
}   

.img-card .img {
    width: 100px;
    height: 100px;
    border-radius: 11px;
    float: left;
    background-position: center;
    border: 3px solid #fff;
    box-shadow: 0 4px 10px #00000040;
}
/* ///////////---Out Door--carousel--//////////// */

.carousel-indicators {
    display: none;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 3rem;
    height: 3rem;
    /* border: 2px solid; */
    border-radius: 50%;
}



.carousel-caption {
    top: 1.25rem;
    left: 35%;
    padding-top: 1.25rem;
    text-align: inherit;

}

.carousel-caption h3 span {
    color: #FF672B;
}

.carousel-caption p {
    color: #797979;
    /* font-size: 18px; */
    margin-top: 20px;
}

.Browse-btn button {
    width: 230px;
    height: 45px;
    background: #28282B;
    border-radius: 10px;
}

section#outdoors-carousel {
    margin-top: 50px;
}

section#outdoors-carousel span {
    background: transparent;
}

span.border {
    background: #B4B4B4;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

section#outdoors-carousel button.carousel-control-next {
    top: inherit;
    float: right;
    bottom: -30px;
}

section#outdoors-carousel button.carousel-control-prev {
    position: absolute;
    /* right: 56px; */
    left: inherit;
    top: inherit;
    bottom: -30px;
    border: none !important;
}

.carousel-control-prev {
    background-image: url(../images/arrow-left.png);
    background-size: 40px;
    background-repeat: no-repeat;
    z-index: 999999;
    width: 40px;
    right: 48px !important;
}

section#outdoors-carousel.carousel-control-prev-icon {
    background-image: url(../images/arrow-left.png);
}


.carousel-control-next {
    background-image: url(../images/arrow-right.png);
    background-size: 40px;
    background-repeat: no-repeat;
    z-index: 999999;
    width: 40px;
}

section#outdoors-carousel.carousel-control-next-icon {
    background-image: url(../images/arrow-left.png);
}


hr:not([size]) {
    height: 2px;
}

.carousel-item {
    display: block !important;
}

.carousel-item .carousel-caption {
    display: none;
}

section#outdoors-carousel .carousel-item.active .carousel-caption {
    display: block !important;
}

.carousel-item.active {
    position: absolute;
    z-index: 9;
}

.border-hr {
    width: 90%;
    position: relative;
    bottom: 45px;
}

section#Second-carousel hr {
    color: #fff;
    opacity: 0.8;
}

.item a {
    text-decoration: none;
}


section#third-carousel hr {
    color: #fff;
    opacity: 0.8;
}

.outdoor-hr hr {
    width: 54%;
    float: right;
    position: absolute;
    right: 110px;
    bottom: -19px;
}

.book-car-img {
    text-align: end;
}

section#Second-carousel .owl-nav {
    background: transparent;
}

section#third-carousel .owl-nav {
    background: transparent;
}




/* ///////////---2nd Page Top Rated--CSS----//////////// */

section#top-rate-banner h3 {
        color: white;
        
    }

    section#top-rate-banner p {
        color: white;
        font-size: 15px;
    }

section#top-rate-banner {
    background: url(../images/jeep-banner.png);
    padding: 60px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

section#top-rate-banner label {
    color: #fff;
    font-weight: 500;
}

section#top-rate-banner input::placeholder {
    color: #C0C0C0;
    font-weight: 400;
    font-family: poppins;
}

section#top-rated-jeep h3 {
    text-align: center;
    font-family: 'Poppins';
}

section#top-rated-jeep {
    margin-top: 40px;
}

.jeep-part {
    position: relative;
    margin-top: 22px;
}

.wishlist {
    position: absolute;
    right: 12px;
    top: 12px;
}

i.fa-regular.fa-heart {
    background: rgba(255, 255, 255, 0.23);
    backdrop-filter: blur(7.5px);
    border-radius: 6px;
    padding: 11px;
    color: #fff;
    font-size: 20px;
}

.jeep-img img {
    border-radius: 10px;
}

.dollar-price {
    position: absolute;
    bottom: 69px;
    left: 12px;
    color: #fff;
}

.dollar-price h6 {
    background: rgba(255, 255, 255, 0.23);
    backdrop-filter: blur(7.5px);
    border-radius: 6px;
    padding: 8px 10px;
    font-family: Poppins;
}

.year-number h5 {
    font-family: 'Poppins';
    margin-top: 10px;
}

.location ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.location span {
    font-weight: 400;
    color: #B4B4B4;
    font-size: 15px;
    font-family: poppins;
}

.location img {
    margin-right: 5px;
}

.filter-section {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    padding: 20px 15px;
}


.filter-heading h4 {
    color: #FF672B;
    font-family: 'Poppins';
}

.filter-heading {
    border-bottom: 1.5px solid #B4B4B4;
    padding-bottom: 8px;
}

.sorting p {
    font-weight: 700;
    font-family: 'Poppins';
    margin-bottom: 5px;
    font-size: 15px;
}

.sorting {
    margin-top: 18px;
}

.sorting label {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
}


.star-host p {
    font-weight: 700;
    font-family: 'Poppins';
    margin-bottom: 5px;
    font-size: 15px;
}

.star-host {
    margin-top: 18px;
}

.star-host label {
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 24px;
    color: #B4B4B4;
}

.form-check-input[type=checkbox] {
    border-width: 2px;
}

.features p {
    font-weight: 700;
    font-family: 'Poppins';
    /* margin-bottom: 5px; */
    font-size: 15px;
}

.features {
    margin-top: 18px;
}

.features select {
    color: #B4B4B4;
    font-family: 'Poppins';
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13);
    border-radius: 5px;
    border: none;
    margin-top: 10px;
    font-size: 14px;
    line-height: 30px;
}

.features .form-select:focus {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13);
    border-radius: 5px;
}

.book-instantly p {
    font-weight: 700;
    font-family: 'Poppins';
    margin-bottom: 5px;
    font-size: 15px;
}

.book-checkbox {
    float: right;
}

.form-check-input:checked {
    background-color: #FF672B;
    border-color: #FF672B;
}

.book-instantly {
    margin-top: 12px;
}





form.bg-blur-jeep {
    background: rgba(255, 255, 255, 0.23);
    backdrop-filter: blur(7.5px);
    border-radius: 10px;
    padding: 13px 88px 13px 21px;
    margin: 0;
}


form.bg-blur-jeep button {
    position: absolute;
    right: 20px;
    bottom: 21px;
    background: #000;
    color: #fff;
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 4px;
}


.cancel-filter {
    float: right;
}

.cancel-filter i {
    font-size: 20px;
}


.radio-item-container span {
    margin-left: 20px;
}

fieldset input[type="radio"] {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    height: 0;
    width: 0;
    -webkit-tap-highlight-color: transparent;
}

fieldset input[type="radio"]:after {
    content: "";
    position: absolute;
    height: 14px;
    width: 14px;
    top: -10.5px;
    left: 0px;
    border-radius: 20px;
    border: 1.5px solid #FF672B;
    cursor: pointer;
}

fieldset input[type="radio"]:checked:after {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    background: #fff;
    cursor: pointer;
}

fieldset input[type="radio"]:checked:before {
    content: "";
    position: absolute;
    height: 7px;
    width: 7px;
    border-radius: 4px;
    background: #FF672B;
    left: 4px;
    top: -6.5px;
    z-index: 1;
    cursor: pointer;
}



input[type=range]::-webkit-slider-runnable-track {
    height: 4px;
    background: #FF672B;
    border: none;
    border-radius: 3px;

}

input[type=range]::-webkit-slider-thumb {
    background: #ffffff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
    margin-top: -7px;


}

.border-filter button {
    background: #FF672B;
    border: none;
    padding: 5px 13px;
    color: #fff;
    border-radius: 4px;
    display: none;
}

.border-filter h6 {
    margin-bottom: 3px;
}



/* ///////////---3---Page---- Single Product--CSS----//////////// */



section#jeep-slider .carousel-control-prev {
    background-image: none;
}

section#jeep-slider .carousel-control-next {
    background-image: none;
}

section#jeep-slider div#carouselExampleCaptions {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    padding: 10px;
}

div#carouselExampleCaptions img {
    border-radius: 10px;
}

section#jeep-slider .carousel-control-prev {
    width: 32px;
    margin-left: 20px;
}


section#jeep-slider .carousel-control-next {

    width: 32px;
    margin-right: 20px;

}

section#jeep-slider .carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}


.number-products {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 28px;
    z-index: 9;
    color: #fff;
}

.carousel-caption {
    display: none !important;
}

.number-products p {
    margin: 0;
    background: rgba(255, 255, 255, 0.23);
    backdrop-filter: blur(7.5px);
    border-radius: 17.5px;
    display: inline-block;
    padding: 4px 15px;
}

.product-heading i {
    color: #FEC007;
    margin-right: 5px;
}

.product-heading p {
    color: #B4B4B4;
    font-family: poppins;
    margin-bottom: 2px;
}

.product-heading h2 {
    font-family: poppins;
}

.product-location span {
    font-weight: 400;
    color: #B4B4B4;
    font-size: 16px;
    font-family: poppins;
}

.product-location img {
    margin-right: 15px;
    border-radius: 0px !important;
}

.profile-img img {
    border-radius: 50%;
}

.profile-section span {
    font-weight: 500;
    font-family: 'Poppins';
}

.profile-rating {
    position: absolute;
    bottom: -2px;
}

.profile-rating span {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13);
    border-radius: 15px;
    padding: 3px 12px;
    margin-left: 13px;
    font-family: 'Poppins';
}

.profile-img {
    position: relative;
}

.profile-rating i {
    color: #FEC007;
    font-size: 15px;
}


.profile-name h5 {
    margin-bottom: 2px;
}

.profile-name span {
    font-size: 15px;
}

.profile-name p {
    font-size: 15px;
    margin-bottom: 0px;
}

.profile-name p.para {
    color: #B4B4B4;
    font-size: 13px;
}

.dis-heading ul {
    list-style: none;
    padding: 0;
}

.dis-heading ul li {
    line-height: 35px;
}

.dis-heading h5 {
    font-size: 17px;
    font-weight: 600;
}

.dis-para p {
    color: #8C8C8C;
    font-size: 14px;
    line-height: 24px;
    width: 82%;
}

.dis-features ul li {
    color: #565656;
    font-size: 14px;
}

.dis-features i {
    color: #FF672B;
    margin-right: 10px;
}

.dis-features {
    margin-top: 40px;
}

.report-heading h5 {
    font-size: 17px;
    font-weight: 600;
}

.report-heading h5 span {
    color: #B4B4B4;
    font-weight: 500;
    font-size: 16px;
}

.report-heading p a {
    font-size: 12px;
    text-decoration: underline;
    color: #000;
}

.report-heading {
    border-bottom: 1.5px solid #B4B4B4;
}

.trip-start label {
    font-weight: 500;
}

.trip-start {
    margin-top: 20px;
}

.trip-start .date-time {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13);
    border-radius: 5px;
    background: #fff;
    border: none;
}

.trip-start select {
    font-size: 15px;
    height: 50px;
}

.trip-start-btn button {
    background: #FF672B;
    border-radius: 5px;
    width: 100%;
    height: 50px;
    border: none;
    color: #fff;
    margin-top: 25px;
    margin-bottom: 35px;
    font-weight: 500;
    font-size: 16px;
}

.trip-start-btn {
    border-bottom: 1.5px solid #B4B4B4;
}

.distance-para {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.distance-included span {
    color: #B4B4B4;
    font-size: 13px;
}

.distance-para p {
    margin-bottom: 5px;
}

.distance-included {
    border-bottom: 1.5px solid #B4B4B4;
}

.distance-span {
    margin-bottom: 20px;
}

.cancellation-policy {
    text-align: center;
    margin-top: 20px;
}

.cancellation-policy p a {
    color: #FF672B;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 15px;
}

.carousel-control-prev-icon {
    background-image: url(../images/arrow-left-white.png);
}

.carousel-control-next-icon {
    background-image: url(../images/arrow-right-white.png);
}

section#jeep-slider span.carousel-control-prev-icon {
    width: 2rem;
    height: 2rem;
}

section#jeep-slider span.carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
}

.dis-heading span img {
    margin-right: 15px;
}

.search-btn button {
    height: 48px;
}



/* ///////////---4---Page- Help--CSS----//////////// */


.help-heading {
    text-align: center;
}



section#help-section .btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
}

section#help-section .card {

    margin-top: 8px;
}

.plus-btn {
    position: absolute;
    right: 15px;
    top: 0px;
}

.plus-btn i {
    font-size: 30px;
}

div#accordion {
    margin-top: 30px;
}

.card-body p {
    font-size: 14px !important;
    font-weight: 400 !important;
}

section#help-section p {
    font-size: 17px;
    font-weight: 500;
}

.card-header a {
    font-weight: 500;
    color: #fffcfa;
}

.card-header {
    background-color: #28282B;

}

section#help-section .btn:hover {
    color: #e3e3e3 !important;
}

.modal-header .btn-close {
    padding: 0;
    margin: 0;
    /* width: 20%; */
}

.form-group {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

#Second-carousel .item img{
    width: 183px !important;
    height: 145px !important;
}

.form-group input[type="checkbox"] {
    margin-right: 7px;
}

.form-group a {
    position: absolute;
    right: 35px;
}

.modal-content label,
a {
    font-size: 14px;
    font-size: 14px;
    text-decoration: none;
}

.modal-content input::placeholder {
    font-size: 13px;
    font-weight: 500;
}

.modal-content .form-control {
    line-height: 1;
}

button.pop-up-submit {
    background: #FF672B;
    border-radius: 2px;
    border: none;
    color: #fff;
    width: 100%;
    height: 45px;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.form-group a {
    color: #ff672b;
    font-weight: 500;
}

.modal-content .form-control:focus {
    border-color: #ff672b;
}

.modal-body {
    /* padding: 20px 35px; */
    padding: 0 35px 20px 35px;
}

.modal-body h5 {
    text-align: center;
    margin-bottom: 20px;
}

.modal-header {
    padding: 0.2rem 1rem;
    border-bottom: none;

}

h5#exampleModalLabel {
    visibility: hidden;
}

.btn-close:focus {

    box-shadow: none;
}

.social-link-pop-up ul {
    list-style: none;
    padding: 0;
}

.social-link-pop-up ul li {
    display: inline-block;
    padding: 10px 0px;
    background: #000;
    border-radius: 50px;
}

.social-link-pop-up ul {
    list-style: none;
    padding: 0;
    text-align: center;
    margin-top: 20px;
}

.social-link-pop-up ul i {
    color: #fff;
    /* background: #000; */
    font-size: 18px;
    padding: 8px 15px;
}

.term-policy p {
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
}

.term-policy {
    margin-top: 20px;
}

.term-policy p a {
    color: #ff672b;
}

.modal-content {
    border: none;

}


.trip-start input {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13);
    border-radius: 5px;
    background: #fff;
    border: none;
    height: 50px;
}

.trip-start input::placeholder {
    color: #C0C0C0;
    font-weight: 300;
    font-size: 15px;
}




section#rest-password hr {
    background: #4bc970;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0;
    text-align: right;
    width: 5%;
    float: center;
}

section#rest-password label {
    padding-top: 15px;
    font-weight: 500;
}

section#rest-password form {
    font-size: 15px;
    max-width: 500px;
    margin: 10px auto;
    padding: 10px 20px;
    background: #f4f7f8;
    border-radius: 0px;
    height: 230px;
}

.forgot-heading {
    text-align: center;
}

.trip-start .form-control:focus {
    border-color: #86b7fe00;
    border: 1px solid #959191c4;
    box-shadow: none;
}


section#rest-password button {
    width: 100%;
    height: 50px;
    color: #FFF;
    background-color: #ff672b;
    font-size: 18px;
    text-align: center;
    border: none;
    border-width: 1px 1px 3px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

section#rest-password label {
    color: #C0C0C0;
}

section#rest-password form p a {
    color: #ff672b;
    font-weight: 500;

}

section#rest-password form p {
    text-align: start;
    margin-top: 10px;
}

section#rest-password {
    padding: 100px 0;
}

section#rest-password input {
    height: 50px;
}


.footer-content.social-link img:hover {
    transform: rotate(720deg);
}

.footer-content.social-link img {
    transition: transform .8s ease-in-out;
}

.verify-email {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-top: 1px solid #c7c7c7;
    padding-top: 20px;
    padding-bottom: 8px;
}

.check-out-width {
    width: 70%;
    margin: 0 auto;
}

section#check-out canvas {
    height: 125px;
    width: 125px;
    border: none;
    border-radius: 50%;
    background: #c7c7c7c7;
    box-shadow: rgb(0 0 0 / 12%) 0px 30px 60px -12px inset, rgb(0 0 0 / 9%) 0px 18px 36px -18px inset;
}

.verify-email.Profile {
    align-items: center;
    margin-bottom: 20px;
}

.verify-email p {
    font-weight: 500;
}

.verify-email p i {
    font-size: 20px;
    color: #ff7854;
}


input::file-selector-button {
    color: #fff;
    padding: 0.5em;
    border: none;
    border-radius: 3px;
    background-color: #ff7854;
    cursor: pointer;
    font-size: 14px;
}

.checkout-heading {
    margin-bottom: 35px;
}

.verify-email.payment {
    border-bottom: 1px solid #c7c7c7;
}

.trip-start-btn a.btn {
    background: #FF672B;
    border-radius: 5px;
    width: 100%;
    height: 50px;
    border: none;
    color: #fff;
    margin-top: 25px;
    margin-bottom: 35px;
    font-weight: 500;
    font-size: 16px;
    padding-top: 12px;
}


input[type="date"]::-webkit-calendar-picker-indicator {
    color: #000;
    opacity: 1;
    display: block;
    background: url(../images/down.png) no-repeat;
    background-size: cover;
    width: 12px;
    height: 12px;
 
}

.date-time input[type="date"] {
    border: none;
    height: 44px;
    color: #C0C0C0;
    padding-left: 12px;
    font-size: 15px;
    font-family: poppins;
    font-weight: 300;
    background-color: transparent;
    width: 100%;
    
}

.date-time input[type="date"]:focus-visible {
    border: none;
    outline: none;
}

.date-time.product input {
    box-shadow: none;
    padding-top: 7px;
}

.top-btnlogin button img {
    width: 34px;
}



.top-btnlogin button {
    padding: 2px 0px;
}


.top-btnlogin ul {
    padding: 0;
}

.top-btnlogin ul+ul {
    border-top: 1px solid #ccc;
    padding-top: 12px;
    margin-top: 12px;
}
.top-btnlogin .dropdown-menu {
    width: 300px;
    transform: inherit !important;
    left: inherit;
    right: 0;
}
.top-btnlogin ul li a {
    font-size: 16px;
    padding: 8px 0;
}
.top-btnlogin ul li{
    list-style: none;
}
.top-btnlogin ul li a:hover {
    background: transparent;
    color: #FF672B;
}

.top-btnlogin ul li a i {
    font-size: 18px;
    margin-right: 8px;
}






/*********************************** chat_section **********************************/


.chatdiv{
  padding: 100px 0 60px;
}
.chat_user {
  padding: 12px;
  position: absolute;
  top: 0;
  min-height: 600px;
  overflow-y: auto;
  box-shadow: 0 0 15px #cccccc3d;
  border-radius: 10px;
  width: 339px;
  left: 0;
  height: 100%;
}
.main_user {
  padding-left: 370px;
  position: relative;
}
.chat_user ul li img {
  height: 100%;
  border-radius: 5px;
  width: 100%;
}
.chat_user ul li .chatuser {
    position: absolute;
    left: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.chat_user ul {
  overflow-y: auto;
  padding: 0;
  margin: 0 -10px;
}
.chat_user ul li {
  position: relative;
  text-align: left;
  padding: 10px 10px 10px 75px;
  color: #595959;
  font-weight: 500;
  font-size: 16px;
  min-height: 70px;
  margin: 0 10px;
  overflow: hidden;
}

.chat_user ul li span {
  color: #ADB8CC;
  font-size: 12px;
  position: absolute;
  right: 12px;
  top: 11px;
}
.chat_user ul li span label {
  width: 18px;
  height: 18px;
  background: #E0005B;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
  display: inline-block;
  line-height: 18px;
  padding: 0;
}
.chat_user .form-inline{
    position: relative;
}
.chat_user .form-inline input {
  width: 100%;
  padding: 10px 15px 10px 60px;
  font-size: 15px;
  border-radius: 10px;
  border: none;
  height: 48px;
  color: #ADB8CC;
  font-weight: 500
}
.chat_user .form-inline input::placeholder{
   color: #ADB8CC;
}
.chat_user ul li.active {
  background: #171A20;
  opacity: 0.6;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.8);
  border-radius: 8px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.chat_user ul li h6 {
    padding-top: 0;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 15px;
    color: #4D5E80;
}
.chat_user ul li p {
    color: #ADB8CC;
    font-size: 14px;
    margin-bottom: 8px;
}
.chat_user .form-inline .btn {
    position: absolute;
    left: 0;
    border: none;
    height: 100%;
    width: 50px;
    color: #c1c1c1cc;
    background: transparent;
    padding: 0;
    top: 0;
    margin: 2px 0 !important;
}
.chat_user .form-inline .btn:hover{
   background: transparent;
}

.chat_user ul li span img {
  width: auto;
}


.main_user .mainuser {
  font-weight: 600;
  font-size: 14px;
  color: #0F0933;
  position: relative;
  border-bottom: 2px solid #EDEFF2;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.main_user .mainuser span {
  position: absolute;
  right: 0;
  top: 0;
}
.main_user .mainuser span .dropdown-toggle::after {
  display: none;
}
.main_user .mainuser span .dropdown-toggle{
  font-size: 16px
}
.mainuser .bi-circle-fill {
    color: #29CC39;
    font-size: 13px;
    margin-right: 4px;
}
.main_user .intype {
  padding-right: 140px;
  position: relative;
  margin-top: 25px;
  border-top: 1px solid #EDEFF2;
}
.main_user .intype .form-control {
  height: 60px;
  border: none;
  padding: 0 15px 0 120px;
  font-size: 12px;
  font-weight:600;
}
.main_user .intype .form-control:placeholder{
color:#6B7A99
}

.main_user .intype button {
  position: absolute;
  height: 60px;
  right: 0;
  bottom: 0;
  border: none;
  background: right;
}
.main_user .intype button img {
  width: 25px;
}
.main_user .intype span input {
  position: absolute;
  left: 0;
  padding: 0;
  opacity: 0;
}
.main_user .intype .snd {
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 00;
  height: 60px;
  color: #606576;
  font-size: 22px;
  line-height: 60px;
  overflow: hidden;
}
.main_user .intype span::after {
  width: 1px;
  height: 30px;
  content: "";
  position: absolute;
  left: 98px;
  background: #EDEFF2;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main_user .intype .snd span img {
  height: 22px;
}
.main_user .msg {
    width: 470px;
    padding-left: 62px;
    position: relative;
    margin-bottom: 20px;
}
.main_user .msg .msgimg {
  width: 45px;
  position: absolute;
  left: 0;
  top: 10px;
}
.main_user .msg .txt {
  box-shadow: 0 4px 15px #ccc6;
  border-radius: 5px;
  width: 100%;
  padding: 30px;
  position: relative;
}
.main_user .msg .txt a {
  background: rgba(51, 97, 255, 0.05);
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
color: #000000;
    font-size: 14px;
  text-decoration: navajowhite;
  text-align: center;
  padding: 8px;
  font-weight: 600;
}
.main_user .msg h4 {
    font-weight: 500;
    font-size: 15px;
    color: #4D5E80;
    margin-bottom: 30px;
    line-height: 24px;
}
.main_user .msg h6 {
  color: #ADB8CC;
  font-weight: 600;
  font-size: 12px;
}
.main_user .inright .msg {
  text-align: left;
  float: right;
  padding-right: 62px;
  padding-left: 0;
}
.main_user .msg h4 span {
    color: #FF672B;
    font-weight: 600;
}
.main_user .inright .msg .msgimg {
  right: 0;
  top: 10px;
  left: inherit;
}
.main_user .inright .msgtxt {
  background: #242A32;
  border-radius: 3px;
  border-left: 4px solid #fff;
  padding: 12px 12px;
}
.main_user .inright .msgtxt h4 {
  margin: 0;
}
.main_user .inright .msg h6 {
  text-align: right;
}


/*************** account ***************/
section.account {
    padding: 60px 0;
}

section.account h2 {
    font-size: 40px;
}

section.account h4 {
    font-size: 16px;
    font-weight: 600;
    color: #FF672B;
    margin-top: 26px;
}
section.account input[type="text"] {
    padding: 8px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    width: 320px;
}
section.account h6 {
    font-weight: 600;
    font-size: 14px;
    color: #7a7676;
    margin: 20px 0 6px;
}

section.account .update {
    border: 2px solid #28282b;
    display: -webkit-inline-box;
    padding: 10px 36px;
    border-radius: 4px;
    color: #28282b;
    font-weight: 500;
}
section.account .form-group span.Verified {
    margin-top: 7px;
    color: #0dc959;
    font-size: 15px;
    margin-left: 12px;
}
section.account p.rd {
    color: red;
    font-size: 12px;
}
section.account p input {
    width: 18px;
    height: 17px;
    margin-right: 8px;
    position: relative;
    top: 3px;
}
section.account button.save {
    background: #FF672B;
    border: 2px solid #FF672B;
    padding: 10px 36px;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

section.account h5 {
    margin-top: 10px;
    font-weight: 600;
}
section.account p {
    font-size: 15px;
    color: #4c4c4c;
    margin-bottom: 6px;
}
section.account .form-group label {
    width: 100%;
    font-size: 13px;
    font-weight: 500;
}


.account .container {
    max-width: 50%;
}
section.account .user a {
    color: #000;
    border: 1px solid #ccc;
    padding: 4px 20px;
    display: inline-block;
    border-radius: 3px;
}
section.account .user h4 {
    margin-top: 0;
    padding-top: 0;
    font-size: 20px;
}
section.account .user .img img {
    width: 100%;
}
section.account .user {
    padding: 15px 15px 15px 100px;
    min-height: 100px;
    position: relative;
    border: 1px solid #28282b;
    border-radius: 5px;
}
section.account .user .img {
    position: absolute;
    width: 70px;
    height: 70px;
    overflow: hidden;
    background: #f2f2f2;
    left: 15px;
    border-radius: 50%;
    top: 15px;
}

section.account a.link {
    border: 1px solid #28282b;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 13px;
    border-radius: 30px;
    color: #28282b;
    font-weight: 600;
}





.changepassword h6 {
    color: #ff0000a8;
    font-size: 12px;
    margin-top: 4px;
}
.changepassword label{
font-weight: 600;
    font-size: 14px;
    color: #7a7676;
    margin: 20px 0 6px;
}
.changepassword .form-control {
    padding: 8px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    width: 100%;
    min-height: 44px;
}

.changepassword button.btn {
    background: #FF672B;
    border: 2px solid #FF672B;
    padding: 10px 36px;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}


.changepassword button.btn-close {
    position: absolute;
    right: 12px;
    top: 12px;
}
.changepassword .modal-body {
    padding: 50px;
}
.changepassword p {
    font-size: 14px;
    margin-bottom: 15px;
}
.changepassword h6 a {
    position: inherit;
    right: inherit;
}

.changepassword h1 {
    font-size: 26px !important;
    margin-bottom: 6px;
    font-weight: 500;
}
.changepassword form p {
    font-size: 15px;
    color: #4c4c4c;
    margin-bottom: 6px;
    margin-top: 12px;
}
.changepassword form input {
    width: 18px;
    height: 17px;
    margin-right: 8px;
    position: relative;
    top: 3px;
}



.profile .usr {
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin-top: -60px;
}
.profile .usr img {
    width: 100%;
}
section.account.profile h2 {
    font-size: 34px;
    margin-top: 20px;
    margin-bottom: 0;
}
.profile p span {
    float: right;
    color: #ff672b;
}
.profile .user .usr {
    width: 75px;
    position: absolute;
    left: 15px;
    top: 0;
    height: 75px;
    bottom: 0;
    margin: auto;
}


.profile .user p i {
    font-size: 18px;
    margin-right: 6px;
    color: #ffac00;
}
.profile h6.rev {
    margin-top: 162px;
}
section.account.profile .user {
    border: 1px solid #d9d9d9;
}
section.account p.build {
    font-size: 12px;
    margin-top: 13px;
}

.profile .edt {
    text-align: right;
    margin-top: -65px;
}
.profile .edt .btn {
    background: #FF672B;
    padding: 10px 20px;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #FF672B;
}
.profile input {
    width: 100% !important;
}
.profile label {
    font-weight: 500;
    font-size: 14px;
    color: #a3a3a3;
    margin: 20px 0 6px;
    display: block;
}
.profile textarea {
    padding: 8px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    width: 100%;
    min-height: 150px;
}
.profile .edt a {
    border: 1px solid #28282B;
    padding: 12px 30px;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 500;
    margin-left: 10px;
    background: #28282B;
}

.profile .cngpro {
    background: #FF672B;
    padding: 10px 20px;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    margin: 14px 0;
}


/*favorite*/

section.favorite {
    margin: 60px 0;
}
section.favorite h2 span img {
    height: 20px;
}
section.favorite h2 span {
    float: right;
    font-size: 15px;
    border: 1px solid #dbdbdb;
    padding: 10px 15px;
    border-radius: 4px;
    color: #28282b;
}
section.favorite h2 {
    font-size: 28px;
    color: #FF672B;
    min-height: 42px;
}
section.favorite .jeep-part {
    border-radius: 10px;
    padding: 12px;
    box-shadow: 1px 2px 10px #cccccc7a;
}
.favorite .wishlist .fa-heart {
    background: rgba(255, 255, 255, 0.23);
    backdrop-filter: blur(7.5px);
    border-radius: 6px;
    padding: 11px;
    color: #fe1f1f;
    font-size: 20px;
}
section.favorite h2 span button {
    border: none;
    background: transparent;
}
section.favorite h2 span .dropdown-menu {
    width: 350px;
    right: 14px !important;
    left: inherit !important;
    padding: 15px;
    top: 20px !important;
}
section.favorite h2 span .dropdown-menu h4 {
    font-size: 17px;
    color: #FF672B;
}

section.favorite h2 span label {
    font-size: 14px;
    margin-top: 14px;
}
section.favorite h2 span select {
    word-wrap: normal;
    border: navajowhite;
    border-bottom: 1px solid #ccc;
    padding:10px 0;
    width: 100%;
    color: #7c7c7c;
    font-size: 15px;
}
section.favorite h2 span button::after{
    display: none;
}

/***********booking***********/
.booking{
padding:60px 0 ; 
}
.booking h4 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}
.booking .tab {
    max-width: 550px;
    margin: 35px auto;
}
/*.booking .tab input {
    padding: 10px 20px;
    width: 100%;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}*/
/* Style the form */
#regForm {
    background-color: #ffffff;
    margin: auto;
    padding: 0;
    max-width: 800px;
}
.booking .imagefile {
    width: 400px;
    margin: auto;
    text-align: center;
}
.booking .form-group label {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 4px;
    color: #b4b4b4;
}
.booking p {
    font-size: 15px;
    text-align: center;
}
.booking .imagefile img {
    height: 200px;
    margin: 20px 0;
}
.booking button#prevBtn {
    background: #28282b;
    padding: 10px;
    width: 165px;
    font-weight: 500;
    border-radius: 3px;
    border: navajowhite;
    color: #fff;
}
.booking .step.active {
    opacity: 1;
    border: 1px solid #ff672b;
    color: #ff672b;
}
.booking button#nextBtn {
    background: #FF672B;
    padding: 10px;
    width: 165px;
    font-weight: 500;
    border-radius: 3px;
    border: navajowhite;
}
/* Hide all steps by default: */
.tab {
  display: none;
}
.booking p input {
    width: 18px !important;
    height: 18px;
    position: relative;
    top: 4px;
    margin-right: 4px;
}



.booking .form-control {
    padding: 7px 20px;
    appearance: revert;
    height: 46px;
    border: 1px solid #ced4da;
    font-size: 15px;
    width: 100%;
}

.booking h6 {
    background: #f3f3f3;
    padding: 15px;
    font-size: 14px;
    border-radius: 3px;
    display: inline-block;
    font-weight: 500;
}
.booking p.alt {
    color: #ff0000b8;
}
.booking p.by {
    font-size: 12px;
    color: #ababab;
}
.booking h5 {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 18px;
    color: #ff672b;
    font-weight: 600;
}



.form-group .spdiv {
    position: relative;
    width: 100%;
}
.form-group .spdiv span.pay img {
    width: 30px;
    margin-left: 3px
}
.form-group .spdiv span.pay {
    position: absolute;
    right: 10px;
    top: 11px;
}
.form-group .spdiv .bi-credit-card-2-back-fill {
    position: absolute;
    right: 12px;
    top: 6px;
    font-size: 24px;
    color: #ccc;
}

/* Make circles that indicate the steps of the form: */

.booking .step {
    width: 17%;
    margin: 0 1%;
    border-radius: 5px;
    opacity: 0.5;
    border: 1px solid #ccc;
    padding: 16px 22px;
    min-height: 98px;
    display: -webkit-inline-box;
    font-size: 15px;
    font-weight: 500;
}
.booking .step i {
    font-size: 26px;
}
/* Mark the active step: */
.booking .step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #ff672b;
    opacity: 1;
    color: #ffff;
    border: 1px solid #ff672b;
}




/*become_host*/

section.become_host h3 {
    font-size: 20px;
    margin-top: 20px;
}

section.become_host {
    margin: 60px 0;
}

section.become_host p {
    color: #797979;
    font-size: 15px;
    margin-top: 15px;
}
section.become_host .btn {
    background: #FF672B;
    padding: 12px;
    width: 176px;
    font-weight: 500;
    border-radius: 3px;
    border: navajowhite;
    color: #fff;
}
section.become_host .set {
    border: 1px solid #ddd;
    padding: 24px;
    border-radius: 20px;
}
section.become_host .set i {
    font-size: 40px;
    color: #c8c8c8;
}
section.become_host .set h4 {
    font-size: 18px;
    margin-bottom: -5px;
    color: #252525;
}
section.become_host .set p {
    color: #a9a9a9;
    }
section.become_host h2 {
    font-size: 22px;
    color: #ff672b;
}
section.become_host p {
    color: #797979;
    font-size: 15px;
    margin-top: 15px;
    line-height: 26px;
}
section.become_host img.become_a_hostimg {
    border-radius: 27px;
}




.contact_us {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}
.contact_us .form-signin {
  background: #fff;
  padding: 65px;
  width: 600px;
  margin: auto;
  box-shadow: 0 0 10px #00000021;
  margin-top: -40px;
}
.contact_us .contactbg {
    padding-right: 30px;
    padding-top: 25%;
}

.contact_us .form-signin input {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 10px 14px;
  height: auto;
  margin-bottom: 15px;
  font-size: 15px;
}
.contact_right p a {
  font-size: 14px;
    color: #939292;
}

.contact_us .form-signin input::placeholder, .contact_us .form-signin textarea::placeholder{
    color: #ccc;
}
.contact_us .form-signin textarea {
  border: 1px solid #e0e0e0;
border-radius: 6px;
padding: 10px 14px;
width: 100%;
height: 120px;
}

.contact_us .form-signin .btn {
    color: #fff;
    border-radius: 1px;
    padding: 10px 20px;
    background: #000;
    font-size: 15px;
    width: 160px;
    margin-top: 15px;
    font-weight: 500;
}

.contact_us .form-signin .btn:hover{
    background: #010101;
}
.contact_right p {
  padding-left: 0;
  font-size: 14px;
  position: relative;
  margin-bottom: 50px;
  text-shadow: 0 0 0;
  color: #fff;
}
.contact_right p i {
    position: absolute;
    left: 0;
    font-size: 18px;
    color: #c1c0c0;
}

.contact_right h3 {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 0;
    color: #32cd33;
}


.contact_us .contact_right h2 {
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
    text-align: left;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    margin-top: 113px;
}


.contact_right h6 {
    padding-left: 64px;
    position: relative;
    margin-bottom: 9px;
    text-shadow: 0 0 0;
    color: #f1f1f1;
    min-height: 46px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
}

.contact_right h6 span {
    border: 1px solid #eaeaea;
    display: inline-block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    line-height: 46px;
    text-align: center;
}

.contact_us .contact_right ul {
    margin: 45px 0 0;
    padding: 0;
}

.contact_us .contact_right ul li {
    float: left;
    margin-right: 12px;
    list-style: none;
}
.contact_us .contact_right ul li a {
  border: 1px solid #eaeaea;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 8px;
  border-radius: 50%;
  font-size: 22px;
  color: #000
  ;
  min-width: 50px;
  height: 50px;
  background: #eaeaea;
}
.contact_right h6 a {
    color: #f1f1f1;
}
.contact_main {
  z-index: 999;
  position: relative;
  width: 85%;
  margin: 130px auto 0;
}
.contact_us .form-signin h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 45px;
  position: relative;
}

.contact_us .form-signin h3::after {
    background: #fc5f30;
    height: 4px;
    width: 100px;
    content: "";
    left: 0;
    bottom: -18px;
    position: absolute;
}

.contact_us::after {
    background: linear-gradient(to right , #FF672B, #a72f00 );
    position: absolute;
    content: "";
    height: 148%;
    width: 120%;
    top: 370px;
    transform: rotate(-11deg);
}
.contact_us p.hcnt {
  font-size: 15px;
  color: #979797;
  font-weight: 400;
  margin-bottom: 1px;
  text-align: center;
}


.contact_us h2 {
    font-size: 35px;
    font-weight: 600;
    color: #000;
    text-align: center;
}

.heding {
  text-align: center;
  color: #fff;
  padding: 0 0;
  background-size: cover;
}
.heding h2 {
    font-size: 50px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 4px;
    background: #000000a1;
    padding: 80px 0;
}


#about_us{
    padding: 50px 0;
}
#about_us p {
    font-size: 14px;
 margin-bottom: 8px;
    line-height: 26px;
}
#about_us h3{
    font-size: 20px;
}



.privacy_policy h4 {
    font-size: 18px;
}
.privacy_policy {
    padding: 40px 0 50px;
}
.privacy_policy h2 {
    font-size: 26px;
    margin-bottom: 0;
}

.privacy_policy p{
    font-size: 14px;
    color: #626262;
}


.top-btnlogin {
    display: flex;
    align-items: center;
    gap: 10px;
}

span.toggle-password {
    position: absolute;
    right: 10px;
    /* top: 8px; */
}



/*top-btnlogin*/
.top-btnlogin button .badge-number{
    position: absolute;
    inset: -6px 14px auto auto;
    font-weight: normal;
    font-size: 12px;
    padding: 3px 6px;
}

/*.navbar .navbar-nav .top-btnlogin .dropdown .btn .badge-number {
    position: absolute;
    inset: -2px -5px auto auto;
    font-weight: normal;
    font-size: 12px;
    padding: 3px 6px;
}*/

.top-btnlogin .dropdown:hover .dropdown-menu {
    display: block !important;
}

.top-btnlogin .dropdown-menu ul.noti {
    max-height: 310px;
    overflow-y: auto;
}
.top-btnlogin ul.noti li .img {
    position: absolute;
    left: 12px;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 3px #ccc;
    border-radius: 50%;
    top: 5px;
    background-size: cover;
    background-position: center;
}

.top-btnlogin  a.see_all_noti {
    color: white;
    margin: auto;
    display: block;
    font-size: 13px;
    text-align: center;
    background: #28282b;
    max-width: 120px;
    line-height: 36px;
    font-weight: 500;
    margin-top: 12px;
    border-radius: 3px;
}
.top-btnlogin ul.noti li {
    padding: 7px 15px 6px 60px;
    position: relative;
}
.top-btnlogin ul.noti li h6 {
    font-size: 15px;
    margin-bottom: 0;
}
.top-btnlogin ul.noti li p {
    color: #626262;
    font-size: 13px;
    margin: 0;
}

.top-btnlogin ul.noti li p a {
    display: inline-block;
    font-size: 13px;
    padding: 0;
    text-decoration: underline;
    color: #ff672b;
    float: right;
    font-weight: 500;
}








/* ///////////---@media---Start--//////////// */



@media (max-width:1399.98px) {
ul.navbar-nav li {
    padding: 0 7px;
}
.account .container {
    max-width: 65%;
}
}

@media (max-width:1199.98px) {

    ul.navbar-nav li {
        padding: 0 15px;
    }
    .top-btn button {
    width: 140px;
}
ul.navbar-nav li {
    padding: 0 3px;
}
.top-btn {
    margin-left: 0px;
}
ul.navbar-nav {
    margin-left: 0;
}
.chatdiv {
    padding: 70px 0 50px;
}
section.account.profile h2 {
    font-size: 28px;
}
.account .container {
    max-width: 80%;
}
.favorite .location span {
    font-size: 14px;
}
.favorite .year-number h5 {
    font-size: 18px;
}
.favorite .location img {
    margin-right: 0px;
}
section.favorite {
    margin: 40px 0;
}
.favorite .dollar-price {
    bottom: 67px;
}
}





@media (max-width:991.98px) {
    .chatdiv {
    padding: 50px 0 30px;
}
    .chat_user {
    width: 260px;
}
.chat_user ul li .chatuser {
    left: 0px;
    width: 45px;
    height: 45px;
}
.chat_user ul li {
    padding: 10px 10px 10px 60px;
}
.main_user .msg h4 {
    font-size: 14px;
}
.main_user .msg .txt {

    padding: 18px;
}
.main_user {
    padding-left: 280px;
}
.main_user .msg {
    width: 350px;
}

    body {

        font-size: 14px;
    }

    .footer-content {

        margin-left: 0px;
        margin-top: 5px;
    }

    ul.navbar-nav {
        margin-left: 0px;
    }

    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .show>.nav-link {

        border-bottom: none;
    }

    ul.navbar-nav li {
        padding: 0 0px;
    }

    .top-btn {
        margin-left: 0px;
        margin-top: 15px;
        display: none;
    }

    .search-btn {
        margin-top: 20px;
    }

    .carousel-caption {
        top: 0;
        padding-top: 0;
        display: none;
    }

    .toggle-top-btn {
        display: block;
        margin-right: 12px;
    }

    .border-hr {
        width: 83%;

    }

ul.navbar-nav {
    float: none;
    border-top: 1px solid #cccccc75;
}
    .carousel-caption {
        position: inherit;
    }

    .outdoor-hr hr {
        width: 48%;
    }

    .car p {
        padding: 0 30px;
    }

    form.bg-blur-jeep button {
        bottom: 13px;
    }

    section#top-rated-jeep h6.filter-show {
        display: block !important;
    }

    .filter-section {
        display: none;
    }

    .filter-section.main {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9;
        height: 100%;
        overflow: scroll;
        /* transition: 2sec ease ; */


    }

    .filter-section.main .cancel-filter {
        display: block !important;
    }

    .border-filter button {
        display: block;
    }

    .dis-para p {
        width: 100%;
    }
.profile .edt .btn, .profile .edt a {
    padding: 8px 20px;
    font-size: 14px;
}
section.account.profile p {
    font-size: 14px;
    }
section.account .user {
    padding: 15px;
}
.profile .user .usr {
    width: 65px;
    position: relative;
    left: 0;
    top: 0;
    height: 65px;
    bottom: 0;
    margin: inherit;
}
.profile .usr {
    width: 120px;
    height: 120px;
    margin-top: -35px;
}
section.account.profile h2 {
    font-size: 24px;
}
.favorite .dollar-price {
    bottom: 65px;
}
.favorite .year-number h5 {
    font-size: 16px;
}
.booking .step {
    width: 18%;
    margin: 0 .5%;
    padding: 7px 15px;
    min-height: 88px;
    font-size: 14px;
}
.booking {
    padding: 15px 0;
}
.booking .step {
    border: 1px solid #ccc;
    padding: 7px 7px
}
}


@media (max-width:767.98px) {
    .main_user {
    padding-left: 0;
}
.chat_user {
    position: relative;
    width: 100%;
    min-height: auto;
    margin-bottom: 30px;
    padding: 5px 12px;
    overflow-y: inherit;
}

span.all_us {
    background: transparent;
    display: inline-block !important;
    width: 58px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
    color: #ff692a;
    border-radius: 0;
    border-right: 1px solid #ccccccb3;
}
.chat_user ul.alluser.main {
    position: absolute;
    display: block !important;
    overflow: auto;
    z-index: 999999;
    top: 61px;
    left: 10px;
    background: #fff;
    box-shadow: 0 0 15px #cccccc6b;
    border-radius: 10px;
    width: 300px;
    max-height: 335px;
}
.chat_user ul li p {
    margin-bottom: 0;
}
.chat_user {
    padding: 5px 12px 5px 63px;
}
.chat_user ul {
    display: none;
}
.chat_user form {
    margin: 0 !important;
}
    .car {
        margin-top: 20px;
    }

    /* .carousel-caption {
        position: inherit;
    } */
    .carousel-item.active {
        position: inherit;
        z-index: 9;
    }

    .carousel-caption {

        padding-top: 25px;
    }

    .outdoor-hr hr {
        width: 82%;

    }

    .border-hr {
        width: 77%;
    }

    .book-car-img {
        text-align: center;
    }

    .book-car-img-2 {
        text-align: center;
    }

    section#book-car {

        padding: 15px 0;
    }

    a.navbar-brand img {
        height: 60px;
            }

    .navbar {
        padding: 0;
    }

    ul.navbar-nav {
        padding-bottom: 10px;
    }

    .check-out-width {
        width: 100%;
        margin: 0 auto;
    }

.account .container {
    max-width: 540px;
}
section.account.profile p {
    margin-bottom: 10px !important;
}
.profile h6.rev {
    margin-top: 20px;
}
section.account.profile h2 {
    font-size: 20px;
}
section.account.profile h6.mt-5 {
    margin-top: 23px !important;
}
section.account .user {
    padding: 15px 15px 15px 100px;
    }
    .profile .user .usr {
    width: 65px;
    position: absolute;
    left: 15px;
    top: 0;
    height: 65px;
    margin: auto;
    bottom: 0;
}
section.account.profile {
    padding: 60px 0 0;
}
.profile .usr {
    width: 100px;
    height: 100px;
}
section.favorite h2 {
    font-size: 24px;
}
section.favorite h2 span {
    font-size: 14px;
    padding: 8px 12px;
}
.booking .imagefile img {
    height: 140px;
}
}



@media (max-width:575px) {
    section#banner {
        padding: 45px 0;
    }

    .banner-heading h1 {
        font-size: 24px;
    }

    .banner-heading p {
        font-size: 14px;
    }


    .car p {
        padding: 0 10px;
        font-size: 14px;
        line-height: 24px;
    }

    .card-para p {

        font-size: 14px;
    }

    .card-para p {
        font-size: 14px;
        line-height: 24px;
    }

    section#footer {
        text-align: center;
    }

    .border-hr {
        width: 75%;
        bottom: 40px;
    }

    .outdoor-hr hr {
        width: 76%;
        right: 98px;

    }

    section#Second-carousel {

        margin-top: 0px;
    }

    section#book-car {

        margin-top: 40px;
    }

    .carousel-caption h3 {
        font-size: 20px;
    }

    .carousel-caption p {
        font-size: 14px;
    }

    .Browse-btn button {
        width: 180px;
        height: 40px;
    }

    .owl-nav button {
        width: 38px;
        height: 38px;
    }

    .owl-nav span {
        top: -8px;
        left: -1px;
    }

    .carousel-caption p {
        margin-top: 0px;
    }

    .bg-blur input::placeholder {
        font-size: 14px;
    }

    select.form-select {
        font-size: 14px;
    }

    .footer-logo p {
        font-size: 14px;
        line-height: 24px;

    }

    .footer-content ul li {
        line-height: 24px;
    }

    form.bg-blur-jeep button span {
        display: inline-block !important;
    }

    form.bg-blur-jeep button {
        position: inherit;
        width: 100%;
        margin-top: 16px;

    }

    form.bg-blur-jeep {
        padding: 13px 21px 13px 21px;

    }

    section#top-rate-banner input::placeholder {
        font-size: 14px;
    }

    .dis-features {
        margin-top: 15px;
    }

    .distance-para {
        margin-top: 10px;
    }

    .distance-span {
        margin-bottom: 10px;
    }

    .cancellation-policy {
        margin-top: 10px;
    }

    .dis-heading ul li {
        line-height: 30px;
    }

    div#accordion {
        margin-top: 15px;
    }

    .card-header {
        padding: 0.3rem 1rem;
    }

    .plus-btn {

        top: -5px;
    }

    .verify-email.Profile {
        display: block;
    }

    .verify-email.Profile {
        margin-bottom: 10px;
    }

    .date-time input[type="date"] {

        font-size: 14px;
    }
.profile .usr {
    width: 75px;
    height: 75px;
    margin-top: -22px;
}
.pr_banner {
    height: 180px;
    overflow: hidden;
}
.pr_banner img.w-100 {
    width: auto !important;
    height: 100%;
}
.profile .edt {
    margin-top: -55px;
}
.booking .step {
    padding: 11px 5px;
    font-size: 13px;
}

.booking h4 {
    font-size: 20px;
}
.booking {
    padding: 0;
}


}
@media (max-width:480px) {
.booking .step i {
    font-size: 18px;
}
.booking .step {
    padding: 11px 5px;
    font-size: 8px;
    min-height: 68px;
}
}


@media (max-width:1199px) and (min-width:992px) {

    .dollar-price {
        bottom: 94px;
    }


}

/* ///////////---@media---End--//////////// */







