/*-----------------------------------------------------------------------------------
    Template Name   : High Life Camper
    Developer       : Hunain Butt
    Description     : This is a CSS Template
    Version         : 1.0
-----------------------------------------------------------------------------------*/

/****** Theme Reset Style ***********************************************************
*********************************************************** Theme Reset Style ******/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
    background: #fff;
    font-size: 15px;
    color: #7e7e7e;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    margin: 0 0 13px;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    color: #000;
}
div {
    outline: none;
}
.wrapper p a {
    color: #000;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}
.wrapper p a:hover {
    text-decoration: underline;
    outline: none;
}
.wrapper p {
    letter-spacing: normal;
    margin: 0 0 10px;
    color: #7e7e7e;
    line-height: 26px;
    font-size: 17px;
    font-family: "Poppins", sans-serif;
}
.wrapper a {
    color: #000;
    text-decoration: none;
    outline: none !important;
    display: block;
    font-family: "Poppins", sans-serif;
}
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
    color: #000;
}
.btn:hover,
.btn:focus,
.btn.focus {
    outline: none;
    text-decoration: none;
    color: #fff;
}
/****** Image Style ******/
img {
    max-width: 100%;
}
/***** iframe ****/
iframe {
    border: 0;
    width: 100%;
}
/**** blockquote ****/
blockquote {
    padding: 0;
    border: 0;
}
/****** From Element Style ******/
label {
    display: block;
    font-weight: 400;
    margin: 0;
}
textarea {
    border-radius: 0;
    resize: none;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input,
.form-control {
    height: 45px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 4px;
    box-shadow: none;
    font-size: 13px;
    position: relative;
    font-weight: 300;
}
.form-control.border-0 {
    border: 0;
}
.form-control.bg-wihet {
    background: #fff;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control:-moz-placeholder {
    color: #999;
}
.form-control::-moz-placeholder {
    color: #999;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control:focus::-webkit-input-placeholder {
    opacity: 0;
}
.form-control:focus:-moz-placeholder {
    opacity: 0;
}
.form-control:focus::-moz-placeholder {
    opacity: 0;
}
.form-control:focus:-ms-input-placeholder {
    opacity: 0;
}
/****** From Element Style ******/

/****** Theme Reset Style ***********************************************************
*********************************************************** Theme Reset Style ******/

/****** Global Elements ***********************************************************
*********************************************************** Global Elements ******/
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

/**** overlay ***/
.overlay-dark {
    position: relative;
}
.overlay-dark::before,
.overlay-dark::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
/**** row-no-gutter ***/
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}
/******** Margin & Padding *******/
.mb-0 {
    margin-bottom: 0px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mt-0 {
    margin-top: 0px;
}
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-35 {
    margin-top: 35px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-45 {
    margin-top: 45px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-100 {
    margin-top: 100px;
}
.ml-0 {
    margin-left: 0px;
}
.ml-5 {
    margin-left: 5px;
}
.ml-10 {
    margin-left: 10px;
}
.ml-15 {
    margin-left: 15px;
}
.ml-20 {
    margin-left: 20px;
}
.ml-25 {
    margin-left: 25px;
}
.ml-30 {
    margin-left: 30px;
}
.ml-35 {
    margin-left: 35px;
}
.ml-40 {
    margin-left: 40px;
}
.ml-45 {
    margin-left: 45px;
}
.ml-50 {
    margin-left: 50px;
}
.ml-60 {
    margin-left: 60px;
}
.ml-70 {
    margin-left: 70px;
}
.ml-80 {
    margin-left: 80px;
}
.ml-90 {
    margin-left: 90px;
}
.ml-100 {
    margin-left: 100px;
}
.mr-0 {
    margin-right: 0px;
}
.mr-5 {
    margin-right: 5px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-15 {
    margin-right: 15px;
}
.mr-20 {
    margin-right: 20px;
}
.mr-25 {
    margin-right: 25px;
}
.mr-30 {
    margin-right: 30px;
}
.mr-35 {
    margin-right: 35px;
}
.mr-40 {
    margin-right: 40px;
}
.mr-45 {
    margin-right: 45px;
}
.mr-50 {
    margin-right: 50px;
}
.mr-60 {
    margin-right: 60px;
}
.mr-70 {
    margin-right: 70px;
}
.mr-80 {
    margin-right: 80px;
}
.mr-90 {
    margin-right: 90px;
}
.mr-100 {
    margin-right: 100px;
}
.pb-0 {
    padding-bottom: 0px;
}
.pb-5 {
    padding-bottom: 5px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-25 {
    padding-bottom: 25px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-35 {
    padding-bottom: 35px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-45 {
    padding-bottom: 45px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pt-0 {
    padding-top: 0px;
}
.pt-5 {
    padding-top: 5px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-25 {
    padding-top: 25px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-35 {
    padding-top: 35px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-45 {
    padding-top: 45px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-100 {
    padding-top: 100px;
}
.pl-0 {
    padding-left: 0px;
}
.pl-5 {
    padding-left: 5px;
}
.pl-10 {
    padding-left: 10px;
}
.pl-15 {
    padding-left: 15px;
}
.pl-20 {
    padding-left: 20px;
}
.pl-25 {
    padding-left: 25px;
}
.pl-30 {
    padding-left: 30px;
}
.pl-35 {
    padding-left: 35px;
}
.pl-40 {
    padding-left: 40px;
}
.pl-45 {
    padding-left: 45px;
}
.pl-50 {
    padding-left: 50px;
}
.pl-60 {
    padding-left: 60px;
}
.pl-70 {
    padding-left: 70px;
}
.pl-80 {
    padding-left: 80px;
}
.pl-90 {
    padding-left: 90px;
}
.pl-100 {
    padding-left: 100px;
}
.pr-0 {
    padding-right: 0px;
}
.pr-5 {
    padding-right: 5px;
}
.pr-10 {
    padding-right: 10px;
}
.pr-15 {
    padding-right: 15px;
}
.pr-20 {
    padding-right: 20px;
}
.pr-25 {
    padding-right: 25px;
}
.pr-30 {
    padding-right: 30px;
}
.pr-35 {
    padding-right: 35px;
}
.pr-40 {
    padding-right: 40px;
}
.pr-45 {
    padding-right: 45px;
}
.pr-50 {
    padding-right: 50px;
}
.pr-60 {
    padding-right: 60px;
}
.pr-70 {
    padding-right: 70px;
}
.pr-80 {
    padding-right: 80px;
}
.pr-90 {
    padding-right: 90px;
}
.pr-100 {
    padding-right: 100px;
}
/**** Section-padding & section-margin ****/
.section-padding {
    padding: 100px 0;
}
.section-margin {
    margin: 100px 0;
}
.wrapper .btn {
    padding: 8px 13px;
    font-size: 16px;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
}

.wrapper .btn-black {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

.wrapper .btn-black:hover {
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
}

.wrapper .btn-outline-black:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

.wrapper .btn-white {
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px 0 rgb(255 255 255 / 20%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    display: inline-block;
    padding: 12px 30px;
    font-size: 18px;
}

.wrapper .btn-white:hover {
    background: transparent;
    box-shadow: 0 8px 32px 0 rgb(255 255 255 / 20%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    display: inline-block;
    padding: 12px 30px;
    font-size: 18px;
}

.wrapper .btn-outline-black {
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
}

.wrapper .btn svg {
    margin-right: 5px;
}

/***ul style***/
.wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
/**** hr style ****/
hr {
    margin: 30px 0px;
    width: 80%;
    margin: 0 auto;
}
/**** Truncate-Text ****/
.truncate-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wrapper .form-control:focus {
    box-shadow: none;
    border: 1px solid #eee;
    outline: none;
}

/****** Home Page ***********************************************************
*********************************************************** Home Page ******/
.main-header {
    padding: 10px 20px;
    border-bottom: 1px solid #8b80802b;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    background-color: #0000001f;
}

.logo a {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.main-menu-list-holder {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-menu-list-holder .main-menu-list-item {
    margin-right: 60px;
}

.main-menu-list-holder .main-menu-list-item:last-child {
    margin-right: 0px;
}

.main-menu-list-holder .main-menu-list-item a {
    font-size: 17px;
    color: #fff;
}

.main-menu-list-holder .main-menu-list-item a svg {
    margin-left: 7px;
}

.banner-caption {
    position: relative;
    z-index: 22;
}

.main-banner::after,
.privacy-main-banner::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background: #00000033;
}

.banner-caption h2 {
    font-size: 75px;
    margin-bottom: 25px;
    color: #fff;
}

.banner-caption p {
    margin-bottom: 40px;
    font-size: 19px;
    line-height: 30px;
    color: #fff;
}

.sub-menu-holder {
    background: #fff;
    list-style: none;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 138%;
    visibility: hidden;
    width: 230px;
    z-index: 999;
    text-align: left;
    margin: 30px 0 0;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    box-shadow: 0 -3px 20px 0 rgb(0 0 0 / 7%);
}

.main-menu-list-holder {
    position: relative;
}

.main-menu-list-item.hover-menu-item:hover .sub-menu-holder {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

.sub-menu-holder li {
    border-bottom: 1px solid #e5e5e5;
}

.sub-menu-holder > li > a {
    display: block;
    color: #000 !important;
    padding: 9px 12px;
    position: relative;
    font-size: 14px !important;
}

/******* Responsive Navbar ******/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #000;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 500;
}

.mobile-nav-item {
    min-width: 320px;
    margin: 0 auto;
}

.sidenav a {
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
}

.btn-outline-primary-mb {
    padding: 12px 15px !important;
    border-color: #fff;
}

.sidenav .closebtn {
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 100%) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

.rigth-reserved-mobile p {
    color: #fff;
    float: right;
    padding-right: 40px;
}

.mobile-menu-icon svg {
    color: #fff;
}

.side-nav-list-menu .side-nav-list li a {
    padding: 30px;
}

.side-nav-list-menu .side-nav-list li a:hover {
    text-decoration: underline;
}

.side-nav-list-menu .side-nav-list li:hover {
    transition: 0.5s;
    transform: translateY(-5px) scale(1.02);
}

.side-nav-list-menu .side-nav-list li {
    margin-right: 0;
    transition: 0.5s;
}

.side-nav-list-menu {
    justify-content: center;
    height: 45%;
}

.mobile-menu-list {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 10%;
}

.mobile-nav-reserved p {
    color: #fff;
    margin-bottom: 0;
}
.mobile-nav-item {
    min-width: 320px;
    margin: 0 auto;
}

.mobile-nav-reserved {
    min-width: 320px;
    margin: 0 auto;
}
.sidenav .closebtn {
    position: absolute;
}

.mobile-header {
    padding: 12px 10px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid #fff8e7;
    box-shadow: 0px 1px 9px 0px rgb(0 0 0 / 10%);
}

.desk-none {
    display: none;
}

.mobile-list-holder {
    height: 440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.mobile-list-holder li a:hover {
    color: #fff;
}
.mobile-header {
    display: none;
}

.mobile-menu-icon {
    font-size: 16px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 100%;
    color: #fff;
}

.mobile-list-holder li button {
    background-color: transparent;
    color: #fff;
    outline: none;
    font-size: 17px;
    border: transparent;
}

.mobile-list-holder li {
    margin-bottom: 20px;
}

.mobile-list-holder li:last-child {
    margin-bottom: 0px;
}

.mobile-list-holder li .dropdown-item {
    color: #000 !important;
}

.mobile-list-holder li .dropdown-menu li {
    margin: 0 !important;
}

.mobile-list-holder li .dropdown-menu {
    padding: 10px;
}

.main-banner {
    height: 100vh;
    width: 100%;
    background-position: revert;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.privacy-main-banner {
    height: 400px;
}

.main-banner.privacy-main-banner .banner-caption h2 {
    margin: 30px 0 0 0;
    font-size: 50px;
}

.banner-social-icons {
    display: flex;
    justify-content: center;
}
.banner-social-icons li {
    margin-right: 13px;
}

.banner-social-icons li:last-child {
    margin-right: 0;
}

.banner-social-icons li a {
    height: 38px;
    width: 38px;
    border: 1px solid #000;
    display: flex;
    background-color: #fff;
    color: #000;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-size: 16px;
}

.banner-social-icons li a:hover {
    background-color: #000;
    color: #fff;
}

.video-play-button {
    position: absolute;
    z-index: 10;
    top: -38%;
    left: 49%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 25px;
    height: 33px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 13px 11px 13px 13px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ba1f24;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fa183d;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: darken(#fa183d, 10%);
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 27px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 16px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all ease 500ms;
}

.video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1;
}

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 23px;
    right: 31px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff !important;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
}

.video-overlay-close:hover {
    color: #fa183d;
}

.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 700px;
    height: 400px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

#video-overlay .video-overlay iframe {
    width: 700px !important;
    height: 400px !important;
}

.main-heading h2 {
    font-size: 45px;
    color: #000;
    margin-bottom: 35px;
    line-height: 75px;
}

.rent-section.section-padding .main-heading h2 {
    font-size: 60px;
}

.main-heading p {
    font-size: 17px;
    line-height: 32px;
    margin-bottom: 0;
}

.main-heading p.mt-20 {
    margin-top: 20px;
}

.main-footer {
    padding: 60px 0px;
}

.main-footer .main-heading h2 {
    margin-bottom: 20px;
}

.br-bottom-grey {
    border-bottom: 1px solid #9090902e;
}

.footer-heading h3 {
    margin-bottom: 30px;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links {
    text-align: center;
}

.footer-links li a {
    font-size: 14px;
    color: #000;
    text-decoration: underline;
}

.footer-links li:last-child {
    margin-bottom: 0;
}

.news-letter-holder label {
    margin-bottom: 5px;
}

.news-letter-holder input {
    height: 30px;
}

.news-letter-holder .btn {
    padding: 6px 10px;
    font-size: 14px;
}

/****** Inner P ages Styling ***********************************************************
*********************************************************** Inner Pages Styling ******/

.policy-list-holder p {
    font-size: 15px;
    margin-bottom: 15px;
}

.policy-list-holder ul li {
    margin-bottom: 10px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

.policy-list-holder ul li:last-child {
    margin-bottom: 30px;
}

.policy-heading-holder h3 {
    font-size: 23px;
}

.policy-heading-holder p {
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 25px;
}

.select-van-holder .main-heading h2 {
    margin-bottom: 10px !important;
}

.section-padding.select-van-holder .container .row .col-lg-12 {
    border-bottom: 1px solid #9090902e;
    padding-bottom: 65px;
    margin-bottom: 65px;
}

.feature-heading-holder h3 {
    font-size: 25px;
    margin-bottom: 20px;
}

.feature-heading-holder p {
    margin-bottom: 15px;
}

.feature-heading-holder p b {
    color: #49494c;
}
.prev-slider,
.next-slider {
    position: fixed;
    top: 34%;
    width: 15%;
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 1300;
    color: rgba(255, 255, 255, 0.5);
    font-size: 8rem;
    font-family: "Open Sans", sans-serif;
    transition: all 0.2s;
}
.video-bn-pd {
    padding-top: 128px;
}

.prev-slider:hover,
.next-slider:hover {
    color: rgba(255, 255, 255, 0.8);
}
.prev-slider {
    left: -25%;
}
.next-slider {
    right: -25%;
}
.active .prev-slider {
    left: 0;
}
.active .next-slider {
    right: 0;
}
.images-gallery-holder .container {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: 250px;
    grid-auto-flow: dense;
}
.images-slider-holder {
    text-align: center;
    padding: 1rem 0;
    color: white;
    font-size: 3rem;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.2);
    overflow: hidden;
    padding: 0;
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.images-slider-holder img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s;
}
.images-slider-holder.show::before {
    content: "";
    display: block;
    position: fixed;
    z-index: 1100;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
}
.images-slider-holder.show img {
    position: fixed;
    top: 0;
    left: 0;
    margin: 30px;
    align-self: center;
    object-fit: contain;
    z-index: 1200;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    filter: drop-shadow(0 3px 15px black);
    cursor: url(close-button.png), grab;
}
.images-slider-holder:not(.show):hover img {
    cursor: pointer;
    transform: scale(1.3);
}
.horizontal {
    grid-column: span 2;
}
.vertical {
    grid-row: span 2;
}
.big {
    grid-column: span 2;
    grid-row: span 2;
}
.active .images-slider-holder:not(.show) img {
    filter: blur(3px);
}

.reserve-holder .main-heading h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.reserve-holder .main-heading h3 {
    font-size: 22px;
}

.vanbook-card {
    padding: 20px 30px 30px;
    background: #fff;
    box-shadow: 0 0 10px #e8e8e8;
    margin-bottom: 20px;
    border-radius: 10px;
}

.van-select-image img {
    height: 190px;
}

.select-van-detail h3 {
    font-size: 21px;
    margin-bottom: 7px;
}

.select-van-detail span {
    font-size: 15px;
    display: flex;
    color: #3d3b3b;
    margin-bottom: 20px;
}

.select-van-detail p {
    font-size: 15px;
    color: #3d3b3b;
}

.check-last-input .form-check-input {
    height: 12px;
    padding: 8px;
}

.vanbook-right-header {
    display: flex;
}

.vanbook-right-img {
    margin-right: 10px;
}
.vanbook-right-img img {
    height: 50px;
    width: 50px;
}

.vanbook-right-detail h3 {
    font-size: 17px;
    margin-bottom: 2px;
}

.vanbook-right-detail span {
    font-size: 14px;
}

.select-some-date p {
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
}
.select-some-date {
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

.select-date-table h3 {
    font-size: 22px;
    margin-bottom: 13px;
}

/***** login Page Style *****/

.main-banner.login-main-banner {
    height: 500px;
}

.login-card {
    background-color: #fff;
    box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
    padding: 1.5rem;
    border-radius: 10px;
}

.login-card h3 {
    font-size: 26px;
    margin-bottom: 20px;
}

.input-holder label {
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: 500;
    color: #000;
}

.login-holder {
    position: relative;
    margin-top: -130px;
    z-index: 11;
}

.input-holder .form-check.form-switch {
    display: flex;
    align-items: center;
}

.input-holder .form-check .form-check-input.remeber-check {
    height: 21px;
    padding-right: 30px;
}

.input-holder .form-check label {
    margin-bottom: 0;
    margin-left: 10px;
}
.input-holder .form-check .form-check-input:focus {
    outline: none;
    box-shadow: none;
}

.already-account p {
    margin: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #000;
}

.already-account p a {
    display: inline-block;
    color: #4a5eca;
    margin-left: 5px;
    text-decoration: underline;
    font-size: 16px;
}

.reg-with-google {
    margin: 20px 0 20px 0 !important;
    display: flex;
    align-items: center;
}
.reg-with-google li {
    margin-right: 20px;
}

.reg-with-google li:last-child {
    margin-right: 0;
}

.reg-with-google li a {
    height: 55px;
    width: 57px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
}

.input-holder .form-check-input {
    padding: 11px;
}

.input-holder .form-check-label {
    margin-bottom: 0;
}
.input-holder .form-check {
    display: flex;
    align-items: center;
}

.header-login-btn {
    font-size: 17px;
    color: white !important;
    display: inline-block !important;
    margin-right: 15px;
    background-color: transparent;
    border: none;
    outline: none;
}

/****** new style *******/
.closer-to-camper-holder .progress {
    height: 7px;
}

.closer-to-camper-holder {
    text-align: center;
}

.closer-to-camper-holder .closer-to-camper-text p {
    font-size: 14px;
    color: #a0aaac;
    font-style: italic;
}

.checkout-left h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.checkout-left h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

.wrapper .form-select:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid #eee;
}

.checout-section {
    padding: 20px 0px 80px 0px;
}

.time-to-complete p {
    display: flex;
    font-size: 15px;
}

.time-to-complete p b {
    color: #000;
    display: flex;
    margin-right: 5px;
}

.vanbook-img-card-header-detail {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.pick-up-left p,
.nights-bill p,
.mileage-fees p,
.clean-fee p {
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
}

.pick-up-center p {
    font-size: 50px;
    margin: 0;
}

.nights-bill,
.mileage-fees,
.l-clean-fee {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.mileage-fees-right p {
    font-size: 14px;
    line-height: 22px;
}

.total-van-price p {
    font-size: 17px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
}

/****** Additional Addons Style ******/

.add-to-cart-card {
    font-size: 16px;
    padding: 12px;
    width: 100%;
    background: #fff;
    border: 1px solid #e9eaeb;
    box-shadow: 0 2px 8px 0 #f7f8fa;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
}
.add-to-cart-card .add-cart-img {
    margin-right: 20px;
}

.add-to-cart-card .add-cart-img img {
    height: 50px;
    max-width: 120px;
}

.add-cart-detail h3 {
    font-size: 19px;
    display: flex;
    margin-bottom: 6px;
    align-items: center;
}

.add-cart-detail h3 span {
    font-size: 16px;
    font-weight: 400;
    margin-left: 13px;
    display: inline-block;
}

.add-cart-detail p {
    font-size: 12px;
    margin-bottom: 0;
    color: #000;
    line-height: 23px;
}

.add-to-cart-btn {
    display: flex;
    align-items: center;
}

.add-cart-detail {
    max-width: 510px;
}
.wrapper .btn-cart {
    padding: 7px 12px;
    font-size: 14px;
    background: #f7f8fa;
    border: 1px solid #e8ebed;
}

.add-to-cart-list li {
    margin-bottom: 20px;
}

.add-to-cart-list li:last-child {
    margin-bottom: 0;
}

.add-to-cart-btn .form-select {
    width: 110px;
    height: 44px;
}

.add-to-cart-list {
    margin-bottom: 20px !important;
}

.plans .plan input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.plans .plan {
    cursor: pointer;
    width: 48.5%;
}

.plans .plan .plan-content {
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #e1e2e7;
    border-radius: 10px;
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: -webkit-box-shadow 0.4s;
    -o-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
    position: relative;
}

.plans .plan .plan-content img {
    height: 72px;
    margin-bottom: 20px;
}

.plans .plan .plan-content:hover {
    -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
    box-shadow: 0px 3px 5px 0px #e8e8e8;
}

.plans .plan input[type="radio"]:checked + .plan-content:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    background: #216fe0;
    right: 20px;
    top: 20px;
    border-radius: 100%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 2px #0066ff;
    box-shadow: 0px 0px 0px 2px #0066ff;
}

.plans .plan input[type="radio"]:checked + .plan-content {
    border: 1px solid #99999947;
    background: #ffffff;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

@media screen and (max-width: 991px) {
    .plans .plan {
        width: 100%;
    }

    .plan.complete-plan {
        margin-top: 20px;
    }

    .plans .plan .plan-content .plan-details {
        width: 70%;
        display: inline-block;
    }

    .plans .plan input[type="radio"]:checked + .plan-content:after {
        top: 45%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@media screen and (max-width: 767px) {
    .plans .plan .plan-content .plan-details {
        width: 60%;
        display: inline-block;
    }
}

@media screen and (max-width: 540px) {
    .plans .plan .plan-content img {
        margin-bottom: 20px;
        height: 56px;
        -webkit-transition: height 0.4s;
        -o-transition: height 0.4s;
        transition: height 0.4s;
    }

    .plans .plan input[type="radio"]:checked + .plan-content:after {
        top: 20px;
        right: 10px;
    }

    .plans .plan .plan-content .plan-details {
        width: 100%;
    }

    .plans .plan .plan-content {
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}

/* inspiration */
.inspiration {
    font-size: 12px;
    margin-top: 50px;
    position: absolute;
    bottom: 10px;
    font-weight: 300;
}

.inspiration a {
    color: #666;
}
@media screen and (max-width: 767px) {
    /* inspiration */
    .inspiration {
        display: none;
    }
}

.plan-details h3 {
    font-size: 21px;
    margin-bottom: 15px;
}

.plan-details h4 {
    font-size: 17px;
    align-items: center;
    display: flex;
    margin-bottom: 6px;
}

.plan-details h4 span {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0 !important;
    display: inline-block;
    margin-left: 10px;
}

.plan-details p {
    font-size: 14px;
    color: #000;
}

.plans-details-body span {
    color: #89949f;
    font-size: 13px;
}

.plans-details-body p {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 23px;
    color: #000;
}

.plans-details-body {
    color: #000;
    font-size: 13px;
}

.plans-details-body p {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 23px;
    color: #000;
}

.plans-details-body {
    color: #000;
    font-size: 13px;
}

.payment-card-holder {
    position: relative;
}

.payment-card-images {
    display: flex;
    position: absolute;
    top: 37px;
    align-items: center;
    right: 0;
}

.payment-card-images li {
    margin-right: 10px;
}

.payment-card-images li:first-child img {
    height: 24px;
}

.form-check.input-holder label {
    margin-bottom: 0 !important;
    margin-top: 3px;
    margin-left: 10px;
}

.discount-holder h4 {
    margin-bottom: 7px;
}
