@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

body {
    background: #f2f7fb;
    font-family: "Inter", sans-serif;
}

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/* 
.booking-card {
    max-width: 484px;
    margin: 50px auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 25px;
} */

.booking-card h5 {
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    line-height: 33.38px;
    letter-spacing: 1px;
}

.form-control,
.form-select {
    border-radius: 8px;
}

.vehicle-btn input[type="radio"] {
    display: none;
}

.vehicle-btn label {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 14px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;

    color: #676464;
}

.vehicle-btn input[type="radio"]:checked+label {
    border: 2px solid #0d6efd;
    background: #e9f2ff;
    font-weight: 500;
}

.search-btn {
    background: #0d2240;
    color: #fff;
    border-radius: 8px;
    padding: 12px;
    width: 100%;
    font-weight: 500;
}

.booking-data {
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
}

.form-check-input:checked {
    background-color: #193150 !important;
    border-color: #193150 !important;
}

.location {
    position: relative;
}

.location-img img {
    position: absolute;
    top: 11px;
    left: 9px;
}

.booking-card input.form-control {
    padding-left: 30px;
    font-size: 14px;
    padding: 10px 31px;

    font-weight: 500;
    font-style: Medium;

    line-height: 22px;
    letter-spacing: 1px;
}

.location-top::after {
    content: "";
    position: absolute;
    background-color: red;
    height: 10px;
    width: 2px;
}

.location-bottom {
    top: 10px !important;
}

.time-input {
    position: relative;
}

.time-input img {
    position: absolute;
    bottom: 9px;
    /* top: -10px; */
    right: 13px;
}

.date-input {
    position: relative;
}

.date-input img {
    position: absolute;
    bottom: 9px;
    /* top: -10px; */
    right: 13px;
}

.vehicle-text {
    font-size: 14px;
    padding-top: 4px;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.formcheck-label label {
    font-weight: 600;

    font-size: 14px;
    position: relative;
    top: -1px;
    line-height: 20px;
    letter-spacing: 0.5px;
}

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

.booking-card {
    max-width: 484px;
    /* margin: 50px auto; */
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 25px;

}

.booking-card h5 {
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    line-height: 33.38px;
    letter-spacing: 1px;
}

.form-control,
.form-select {
    border-radius: 8px;
}

.vehicle-btn input[type="radio"] {
    display: none;
}

.vehicle-btn label {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 14px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;

    color: #676464;
}

.vehicle-btn input[type="radio"]:checked+label {
    border: 2px solid #0d6efd;
    background: #e9f2ff;
    font-weight: 500;
}

.search-btn {
    background: #0d2240;
    color: #fff;
    border-radius: 8px;
    padding: 12px;
    width: 100%;
    font-weight: 500;
}

.booking-data {
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
}

.form-check-input:checked {
    background-color: #193150 !important;
    border-color: #193150 !important;
}

.location {
    position: relative;
}

.location-img img {
    position: absolute;
    top: 12px;
    left: 9px;
}

.booking-card input.form-control {
    padding-left: 30px;
    font-size: 14px;
    padding: 10px 31px;

    font-weight: 500;
    font-style: Medium;

    line-height: 22px;
    letter-spacing: 1px;
}

.location-top::after {
    content: "";
    position: absolute;
    background-color: red;
    height: 10px;
    width: 2px;
}

.location-bottom {
    top: 10px !important;
}

.time-input {
    position: relative;
}

.time-input img {
    position: absolute;
    bottom: 9px;
    /* top: -10px; */
    right: 13px;
}

.date-input {
    position: relative;
}

.date-input img {
    position: absolute;
    bottom: 9px;
    /* top: -10px; */
    right: 13px;
}

.vehicle-text {
    font-size: 14px;
    padding-top: 4px;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.formcheck-label label {
    font-weight: 600;

    font-size: 14px;
    position: relative;
    top: -1px;
    line-height: 20px;
    letter-spacing: 0.5px;
}

.booking-card {
    max-width: 484px;
    margin: 50px auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 25px;
}

.booking-card h5 {
    font-weight: 700;
    font-size: 28px;
    line-height: 33.38px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.booking-card p.booking-data {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #6c757d;
    margin-bottom: 20px;
}

input.form-control,
select.form-select {
    width: 90%;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

/* Radio Buttons for Trip Type */
.trip-types {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.trip-types .form-check {
    display: flex;
    align-items: center;
}

.trip-types input[type="radio"] {
    margin-right: 5px;
}

.trip-types label {
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}

/* Vehicle Buttons */
.vehicle-btns {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.vehicle-btn {
    flex: 1;
}

.vehicle-btn input[type="radio"] {
    display: none;
}

.vehicle-btn label {
    display: block;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
    color: #676464;
}

.vehicle-btn input[type="radio"]:checked+label {
    border: 2px solid #0d6efd;
    background: #e9f2ff;
    font-weight: 500;
}

.vehicle-text {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Date & Time */
.datetime {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.datetime .date-input,
.datetime .time-input {
    position: relative;
    flex: 1;
}

.datetime img {
    position: absolute;
    bottom: 22px;
    right: 12px;
}

/* Location Inputs */
.location {
    position: relative;
}

.location input {
    padding-left: 30px;
}

.location-img img {
    position: absolute;
    top: 12px;
    left: 9px;
}

.search-btn {
    background: #0d2240;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px;
    width: 100%;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
}

.search-btn:hover {
    background: #0b1b34;
}

.form-check-input:checked {
    background-color: #193150 !important;
    border-color: #193150 !important;
}

@font-face {
    font-family: LuloCleanOne;
    src: url(fonts/LuloCleanW01-One.woff2) format("woff2");
    /* src: url('fonts/LuloCleanW01-One.woff') format("woff"); */
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-display: swap;
    font-family: 'Avenir Next Cyr';
    src: url(/fonts/AvenirNextCyr-Regular.woff2) format("woff2");
    /* src: url(/fonts/AvenirNextCyr-Regular.woff) format("woff"); */
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: 'Avenir Next Cyr';
    src: url(/fonts/AvenirNextCyr-Medium.woff2) format("woff2");
    /* src: url(/fonts/AvenirNextCyr-Medium.woff) format("woff"); */
    font-weight: 500;
    font-style: normal
}

img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -.1em !important;
    background: 0 0 !important;
    padding: 0 !important
}








.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.ml-1 {
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important
}

.mx-2 {
    margin-left: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.ml-3 {
    margin-left: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mr-4 {
    margin-right: 1.5rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mx-auto {
    margin-left: auto !important
}

.text-left {
    text-align: left !important
}

.text-center {
    text-align: center !important
}


.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    img,
    tr {
        page-break-inside: avoid
    }

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }



    .navbar {
        display: none
    }

    .table {
        border-collapse: collapse !important
    }

    .table th {
        background-color: #fff !important
    }
}

.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900)
}

.fa,
.fa-brands {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.fa-brands {
    font-family: 'Font Awesome 6 Brands'
}

.fa-square::before {
    content: "\f0c8"
}

.fa-info-circle::before {
    content: "\f05a"
}

.swiper-slide,
.swiper-wrapper {
    height: 100%;
    position: relative;
    width: 100%
}

.navbar,
.swiper {
    margin-left: auto;
    margin-right: auto
}

:root {
    --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
    --fa-style-family-classic: 'Font Awesome 6 Free';
    --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
    --fa-style-family-brands: 'Font Awesome 6 Brands';
    --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://govavia.com/wp-content/themes/harbinger-vavia/assets/theme/webfonts/fa-solid-900.woff2) format("woff2"), url(https://govavia.com/wp-content/themes/harbinger-vavia/assets/theme/webfonts/fa-solid-900.ttf) format("truetype")
}

.fa.fa-facebook-f {
    font-family: 'Font Awesome 6 Brands'
}

.fa.fa-facebook-f:before {
    content: "\f39e"
}

.fa.fa-facebook-f {
    font-weight: 400
}

.fa.fa-instagram {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://govavia.com/wp-content/themes/harbinger-vavia/assets/theme/webfonts/fa-brands-400.woff2) format("woff2"), url(https://govavia.com/wp-content/themes/harbinger-vavia/assets/theme/webfonts/fa-brands-400.ttf) format("truetype")
}

.fa-brands {
    font-weight: 400
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-instagram:before {
    content: "\f16d"
}

.swiper {
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-wrapper {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box
}

.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .3s;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

body,
html {
    font-size: 16px;
    padding: 0 !important
}

body {
    counter-reset: tabs;
    min-width: 360px;
    font-size: 18px;
    font-family: "Avenir Next Cyr", sans-serif !important;
    font-weight: 400;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #E5D3AA
}

body p {
    line-height: 25.2px
}

.h2,
h1,
h2 {
    line-height: 100%;
    font-family: LuloCleanOne, sans-serif
}

p:empty {
    margin: 0 !important
}

body::-webkit-scrollbar {
    width: 8px
}

body::-webkit-scrollbar-track {
    width: 4px;
    background: rgba(111, 93, 81, .8)
}

body::-webkit-scrollbar-thumb {
    background: #e5d3aa;
    border-radius: 6px
}

/* .navbar-collapse::-webkit-scrollbar {
            display: none
        } */

/* .dropdown-menu,.navbar-collapse {
            -ms-overflow-style: none;
            scrollbar-width: none
        } */



* {
    /* -webkit-box-sizing:border-box; */
    /* box-sizing:border-box; */
    /* margin:0; */
}

::-webkit-scrollbar-corner {
    background-color: transparent
}

h1 {
    font-size: 60px;
    font-weight: 400
}

.kabby.h2,
h2.kabby {
    font-size: 50px;
    color: #6f5d51;
    margin-bottom: 70px
}

.h3,
h3 {
    font-size: 24px
}

a {
    color: #6f5d51;
    display: inline-block
}

a:hover {
    text-decoration: none;
    color: #93976c
}

img {
    max-width: 100%;
    height: auto
}

.featured-resource .img-wrapper img {
    -o-object-fit: cover;
    object-fit: cover
}


.btn-global,
.social-media-section .container .social-buttons .btn-global {
    padding: 16px 32px
}

.align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

#orderNowFormWrapper .tick-checkbox-container.nf-field-container.listcheckbox-container ul,
.align-center,
.flex-center,
.flex-end,
.tabbed-content .item .mobile-title::before,
.yard-cards .card-list li:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#orderNowFormWrapper .tick-checkbox-container.nf-field-container.listcheckbox-container ul,
.flex-center,
.tabbed-content .item .mobile-title::before,
.yard-cards .card-list li:before {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.d-flex-col,
.location-section .location-content {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.visibility-hidden {
    visibility: hidden
}

/* .btn-global,.carousel-btn,.dropdown-toggle:hover:after,.go-back-icon,.modal-dialog button,.navbar .nav-item,.ninja-forms-field[type=button],.ninja-forms-field[type=submit],.preloader-hidden,.resources-section .swiper-pagination .swiper-pagination-bullet,a {
            -webkit-transition: .38s linear;
            transition: all .38s linear
        } */

.d-flex-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column
}

.focus-overlay {
    position: relative
}

.focus-overlay:before,
.overlay::before {
    position: absolute;
    content: ''
}

.focus-overlay:before {
    inset: 0;
    background: rgba(111, 93, 81, .8);
    z-index: 990;
    height: 100%;
    width: 100%;
    -webkit-transition: .6s linear;
    transition: all .6s linear
}

.carousel-btn,
.overlay {
    position: relative
}

.btn-global {
    font-weight: 450
}

.btn-global {
    font-size: 20px;
    font-family: "Avenir Next Cyr", sans-serif;
    color: #e5d3aa;
    border-radius: 0;
    background: #193150;
    text-align: center;
    line-height: 100%;
    border: 1px solid #6f5d51
}

.btn-global:hover {
    color: #ffffff;
    background: #193150;
    border: 1px solid #193150
}

.btn-global.primary-color {
    background-color: #e5d3aa;
    color: #6f5d51;
    border: none
}

.btn-global.primary-color:hover {
    color: #93976c
}

.btn-global.btn-invert {
    background-color: #e5d3aa;
    color: #6f5d51;
    border: none
}

.btn-global.btn-invert:hover {
    background-color: #193150;
    color: #e5d3aa
}

.btn-global.transparent {
    background: 0 0;
    color: #6f5d51;
    border: 1px solid #6f5d51
}

.btn-global.transparent:hover {
    color: #93976c;
    border-color: #93976c
}

.carousel-btn {
    height: 50px;
    width: 50px;
    background: #6f5d51;
    color: #e5d3aa
}

.carousel-btn:hover {
    background-color: #93976c
}

.p-35 {
    padding-left: 35px;
    padding-right: 35px
}

.resources-content.single-resource-wrapper p a {
    color: #93976c
}

.overlay::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: linear-gradient(109.11deg, #fff 8.17%, rgba(255, 255, 255, 0) 104.26%)
}

.primary-border-left {
    border-left: 2px solid #e5d3aa
}

.section-upper-title,
p {
    color: #193150;
    font-size: 18px;
    font-family: "Avenir Next Cyr", sans-serif
}

.custom-container-sm {
    max-width: 1396px
}



p {
    font-weight: 400
}

.swiper-button-disabled {
    opacity: .4;
    pointer-events: none
}

.py-common {
    padding-top: 100px;
    padding-bottom: 100px
}

.background-img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%
}

.heading-border,
.resources-content h2 {
    position: relative;
    padding-bottom: 25px
}

.heading-border.center::after,
.resources-content h2.center::after {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

.heading-border::after,
.resources-content h2::after {
    left: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    content: '';
    position: absolute;
    height: 3px;
    bottom: 0;
    width: 155px;
    background-color: #193150
}

/* .section-upper-title {
            display: block;
            margin-bottom: 15px;
            font-weight: 400;
            line-height: 100%
        } */

.play-btn {
    font-family: LuloCleanOne, sans-serif !important;
    font-size: 18px;
    padding: 20px 32px;
    line-height: 100%;
    color: #ffffff;
}

.modal-dialog {
    margin: 0 auto
}

.popup-video-wrapper.play-btn-icon {
    margin-right: 0;
    width: unset;
    height: 622px
}

.popup-video-wrapper.play-btn-icon::before {
    border-left: 80px solid #e5d3aa;
    height: 80px;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent
}

.popup-video-wrapper video {
    height: 100% !important;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.play-btn-icon {
    -webkit-transform: scale(var(--ggs, 1));
    -ms-transform: scale(var(--ggs, 1));
    transform: scale(var(--ggs, 1));
    width: 40px;
    height: 40px;
    margin-right: 20px
}

.play-btn-icon::before {
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    content: "";
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 0;
    height: 20px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 30px solid
}

.arrow-heading {
    min-height: 81.39px;
    width: 100%;
    //background-color: rgb(8, 42, 65);
    background-color: #193150;
    z-index: 2;
    position: relative
}

.arrow-heading::after,
.arrow-heading::before {
    content: '';
    position: absolute;
    //background-color: rgb(8, 42, 65);
    background-color: #193150;
    width: 50.2%;
    height: 50%;
    bottom: 0;
    z-index: -1
}

.arrow-heading::before {
    left: 0;
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-transform: skewY(10deg);
    -ms-transform: skewY(10deg);
    transform: skewY(10deg)
}

.arrow-heading::after {
    right: 0;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: skewY(-10deg);
    -ms-transform: skewY(-10deg);
    transform: skewY(-10deg)
}

.on-hover-color path {
    -webkit-transition: .38s linear;
    transition: all .38s linear;
    fill: #6F5D51
}

.on-hover-color:hover path {
    fill: #93976C;
    -webkit-transition: .38s linear;
    transition: all .38s linear
}


.go-back-btn {
    color: #e5d3aa;
    font-size: 20px;
    text-transform: capitalize
}

.go-back-btn:hover .go-back-icon {
    border-right: 5px solid #93976c
}

.go-back-btn:hover .go-back-icon:after {
    background: #93976c
}

.go-back-icon {
    display: inline-block;
    border-top: 5px solid transparent;
    border-right: 5px solid #e5d3aa;
    position: relative;
    border-bottom: 5px solid transparent
}

.go-back-icon:hover {
    border-right: 5px solid #93976c
}

.go-back-icon:hover .go-back-icon::after {
    background-color: #93976c
}

.go-back-icon::after {
    content: '';
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 25px;
    height: 2px;
    background-color: #e5d3aa;
    left: 0
}

.location-reviews button.close::before,
.popup-modal .cancel-btn-wrapper button::before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg)
}

.scroll-off {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%
}

.preloader-hidden {
    opacity: 0;
    pointer-events: none
}

.popup-modal {
    background: rgb(58 88 127);
    padding-right: 0 !important;
    width: 100vw
}

.popup-modal .modal-content {
    background-color: transparent;
    border: 0
}

.popup-modal .cancel-btn-wrapper {
    padding: 10px;
    width: 100%;
    background-color: #18304f
}

.popup-modal .cancel-btn-wrapper button {
    height: 40px;
    width: 40px;
    background-color: #6f5d51;
    position: relative;
    opacity: 1;
    z-index: 1
}

.popup-modal .cancel-btn-wrapper button::after,
.popup-modal .cancel-btn-wrapper button::before {
    content: '';
    position: absolute;
    height: 16px;
    background: #e5d3aa;
    width: 2px;
    left: 50%;
    top: 50%;
    z-index: 2
}

.popup-modal .cancel-btn-wrapper button::before {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.popup-modal .cancel-btn-wrapper button::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.popup-modal .cancel-btn-wrapper button:hover {
    background-color: #93976c
}

.popup-modal .popup-video-wrapper {
    position: relative;
    overflow: hidden
}

.popup-modal .popup-video-wrapper iframe.popup-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.resources-content.single-resource-wrapper p {
    margin-bottom: 24px
}

.resources-content.single-resource-wrapper p a:hover {
    color: #6f5d51
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 999
}

header .heading-border,
header h2 {
    margin-bottom: 0
}

.navbar {
    max-width: 1350px;
    position: static
}

.navbar .navbar-border-left {
    position: relative
}

.navbar .navbar-border-left:after {
    position: absolute;
    right: 0;
    content: '';
    height: 44px;
    width: 2px;
    background: #6f5d51;
    top: 12px
}

.navbar .navbar-brand {
    position: relative
}

.navbar .navbar-brand svg {
    position: absolute;
    max-width: 100%;
    -webkit-transition: .38s linear;
    transition: all .38s linear
}

.navbar .navbar-brand svg.sticky-icon {
    opacity: 0;
    left: 4px;
    top: 16px
}

/* .navbar .nav-item .nav-link {
            font-size: 16px;
            font-family: "Avenir Next Cyr",sans-serif;
            font-weight: 400;
            text-transform: capitalize
        } */

/* .navbar .nav-item .active {
            color: #93976c!important
        } */

/* .navbar .nav-item.dropdown-location {
            padding: 40px 0
        }

        .navbar .dropdown-menu {
            border: none;
            z-index: 999;
            background: #6f5d51;
            padding-top: 20px;
            padding-bottom: 20px;
            overflow: scroll;
            scrollbar-width: none!important
        } */

/* .navbar .dropdown-menu .nav-item .nav-link {
            color: #e5d3aa;
            padding-left: 30px
        }

        .navbar .dropdown-menu .nav-item .nav-link:hover {
            color: #93976c
        } */



/* .navbar .dropdown-menu .nav .nav-item:first-of-type .nav-link {
            position: relative;
            font-size: 20px;
            font-weight: 450;
            pointer-events: none
        } */

/* .navbar .dropdown-menu .nav .nav-item:first-of-type .nav-link:before {
            content: url(https://govavia.com/wp-content/themes/harbinger-vavia/assets-src/theme/images/location-green.svg);
            position: absolute;
            top: 10px;
            left: 0
        } */

.vavia-custom-form.inline-form input {
    width: 400px;
    padding: 15px 0 16px 20px;
    border: none;
    border-bottom: 3px solid #193150;
    font-weight: 450;
    color: #193150;
    font-size: 18px;
    background: 0 0
}

.dumpster-rental-section,
.header-form input,
.vavia-cards-section .chevron-card {
    background-color: #000000
}

.vavia-custom-form.inline-form input:focus {
    outline: 0
}

.vavia-custom-form.inline-form,
.vavia-custom-form.inline-form .btn-global {
    margin-top: 40px !important;
    font-size: 24px
}

.vavia-custom-form input {
    border-radius: 0 !important
}

.vavia-custom-form .nf-error-msg {
    font-size: 14px !important;
    margin-bottom: 0
}

.location-section .vavia-custom-form.inline-form {
    margin-top: 50px
}

.location-section .vavia-custom-form.inline-form .btn-global {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto
}

.header-form {
    margin-left: 38px
}

.header-form input {
    color: #6f5d51;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #6f5d51;
    -moz-appearance: textfield;
    padding: 16px 10px 16px 38px;
    font-size: 16px;
    width: 220px;
    line-height: 1
}

.header-form input::-webkit-input-placeholder {
    color: rgba(111, 93, 81, .4)
}

.header-form input::-moz-placeholder {
    color: rgba(111, 93, 81, .4)
}

.header-form input:-ms-input-placeholder {
    color: rgba(111, 93, 81, .4)
}

.header-form input::-ms-input-placeholder {
    color: rgba(111, 93, 81, .4)
}

.header-form input::placeholder {
    color: rgba(111, 93, 81, .4)
}

.header-form input:focus {
    outline: 0
}

.header-form .input-wrapper {
    position: relative
}

.header-form .input-wrapper::before {
    content: url(https://govavia.com/wp-content/themes/harbinger-vavia/assets/theme/img/location-brown.svg);
    position: absolute;
    height: 24px;
    left: 12px;
    width: 17px;
    pointer-events: none
}

#orderNowPopupModal .nf-field-container.submit-container:after,
.header-active .navbar .navbar-border-left:after,
.header-loc-sm:after {
    content: none
}

.header-loc-sm,
footer {
    position: relative
}

.header-form input::-webkit-inner-spin-button,
.header-form input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.header-active .navbar-brand {
    min-width: 30px !important
}

.header-active .navbar-brand svg {
    max-width: 40px
}

.header-active .navbar-brand .sticky-icon {
    opacity: 1 !important
}

.header-active .navbar-brand .main-logo-img {
    opacity: 0
}

.dropdown-toggle:hover:after {
    border-right: 2px solid #93976c;
    border-top: 2px solid #93976c
}

.dropdown-toggle:after {
    height: 7px;
    width: 7px;
    border-left: 0;
    border-bottom: 0;
    border-right: 2px solid #6f5d51;
    border-top: 2px solid #6f5d51;
    -webkit-transform: rotate(135deg) translateX(1.5px) translateY(1px);
    -ms-transform: rotate(135deg) translateX(1.5px) translateY(1px);
    transform: rotate(135deg) translateX(1.5px) translateY(1px)
}

.dropdown.open .dropdown-toggle:after {
    -webkit-transform: rotate(-45deg) translateX(-8px);
    -ms-transform: rotate(-45deg) translateX(-8px);
    transform: rotate(-45deg) translateX(-8px);
    -webkit-transition: .38s linear;
    transition: all .38s linear;
    border-right: 2px solid #93976c;
    border-top: 2px solid #93976c
}

.navbar-nav.non-collapsable {
    margin-left: 0 !important
}

/* .navbar-nav>.nav-item {
            padding: 40px 0 0
        }

        .navbar-nav>.nav-item>.nav-link {
            padding: 0
        } */

.nav.flex-column {
    margin-bottom: 50px
}

.header-btn .btn-global {
    text-transform: capitalize
}

.header-btn a {
    font-size: 16px;
    padding: 19px 22px
}


.dropdown-location {
    padding-left: 32px
}

.header-loc-sm svg {
    height: 24px !important;
    width: 24px !important
}

.header-loc-sm svg path {
    fill: #6F5D51;
    -webkit-transition: .38s linear;
    transition: all .38s linear
}

.header-loc-sm:hover svg path {
    fill: #93976C;
    -webkit-transition: .38s linear;
    transition: all .38s linear
}

.header-loc-sm img {
    height: 24px;
    width: 24px
}

ul.list-items {
    padding: 0
}

ul.list-items li {
    list-style: none
}

ul.list-items .nav-link {
    padding-left: 0 !important
}

.show-location-dropdown {
    max-height: 80vh !important
}

footer .col-lg-8 .row .col-lg-8 .widget_block .wp-block-column {
    -ms-flex-preferred-size: calc(33.33% - 30px);
    flex-basis: calc(33.33% - 30px);
    max-width: 160px
}


footer {
    padding: 60px 0 0
}

footer .footer-logo {
    max-width: 200px;
    min-height: 166px
}

footer .footer-logo img {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

footer .menu-footer-bottom-menu-container .footer-list li a {
    margin-bottom: 0 !important
}

footer .row>.widget {
    width: 100%
}

footer .row>.widget .wp-block-columns {
    margin-bottom: 0;
    -webkit-box-align: normal !important;
    -ms-flex-align: normal !important;
    align-items: normal !important
}

footer .row>.widget .wp-block-column:first-of-type {
    -ms-flex-preferred-size: 29%;
    flex-basis: 29%
}

footer .row>.widget .wp-block-column:nth-of-type(2) {
    -ms-flex-preferred-size: 71%;
    flex-basis: 71%
}

footer .row>.widget .wp-block-column:nth-of-type(2) .widget_nav_menu ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    max-width: 80%
}

footer .row.justify-content-between {
    margin-right: 0;
    margin-left: 0 !important
}

footer .sitemap-links {
    margin-bottom: 10px !important
}

footer .footer-text .footer-list {
    margin-bottom: 0
}

footer .social-links-col .social-links {
    top: 0;
    background: #e5d3aa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    min-width: 105px
}

footer .social-links-col .social-links a {
    margin-bottom: 32px
}

footer .social-links-col .social-links a>i {
    font-size: 32px
}

footer .footer-heading {
    color: #6f5d51;
    font-family: LuloCleanOne, sans-serif;
    font-size: 20px;
    margin-bottom: 22px
}

.tabbed-content .item .mobile-title::before,
.vavia-cards-section .chevron-card .card-body,
.vavia-cards-section .chevron-card h3,
footer .footer-list li a,
footer .footer-text a {
    font-family: "Avenir Next Cyr", sans-serif
}

footer .footer-list.useful-links-list li a {
    min-width: 100px
}

footer .footer-list {
    padding: 0;
    list-style: none;
    margin-bottom: 32px
}

footer .footer-list li {
    line-height: 1
}

footer .footer-list li a {
    text-transform: capitalize;
    margin: 0 0 16px !important
}

footer .footer-text {
    margin-top: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

footer .footer-text a:not(.harbinger-logo),
footer .footer-text p {
    font-size: 14px;
    margin-bottom: 0
}

footer .footer-text .footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer .footer-text .footer-list li,
footer .footer-text .footer-list li a {
    margin: 0
}

footer .footer-text .footer-list li {
    margin-right: 19px
}

footer .footer-text .footer-list li a {
    text-decoration: underline;
    text-underline-offset: 3px
}

footer .footer-text .footer-list li a:hover {
    -webkit-text-decoration: underline transparent;
    text-decoration: underline transparent
}

footer .btn-global {
    margin-top: 33px
}

footer .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
    margin-left: 60px
}

footer .footer-nav-wrapper--with-location-logo .useful-links-list {
    margin-bottom: 0
}

.harbinger-logo {
    margin: 0 20px 0 22px;
    height: 22px
}

.harbinger-logo .harbinger-logo {
    height: 22px;
    width: 100%
}

@media (min-width: 1600px) {

    footer .social-links-col .social-links {
        padding: 108px 44px
    }

    footer .footer-heading {
        font-size: 24px;
        margin-bottom: 32px
    }

    footer .footer-list li a {
        font-size: 18px
    }

    .harbinger-logo {
        max-width: 98px
    }
}

.hero-banner {
    width: 100%;
    min-height: calc(120vh - 120px);
    padding: 60px 0;
    overflow: hidden;
    position: relative;
    top: -43px;

}

.hero-banner.overlay:before {
    background-image: linear-gradient(83.11deg, #fff 8.17%, rgba(255, 255, 255, .2) 82.26%)
}

.hero-banner .play-btn {
    position: absolute;
    right: 0;
    min-width: 120px
}

.hero-banner h1 {
    margin-bottom: 35px
}

.hero-banner .background-img {
    -o-object-fit: cover;
    object-fit: cover
}

.hero-banner video.hero-banner-video {
    position: absolute;
    top: 140px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 80%;
    -o-object-fit: cover;
    object-fit: cover
}

.hero-banner .heading-border:after {
    bottom: 0;
    width: 68px
}

.hero-banner .container,
.hero-banner a {
    z-index: 2
}

.hero-banner-content {
    color: #6f5d51;
    width: 70%;
}

.hero-banner-content .btn-global {
    margin-top: 35px !important
}

.hero-banner-content p {
    font-size: 30px;
    line-height: 1;
    padding-right: 4rem
}

.vavia-cards-section .arrow-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.vavia-cards-section .chevron-card {
    width: 100%;
    max-width: 400px
}

.vavia-cards-section .chevron-card .card-body {
    padding: 65px 28px 60px
}

.vavia-cards-section .chevron-card .arrow-heading {
    padding-top: 21px
}

.vavia-cards-section .chevron-card .card-img {
    height: 100px;
    width: 100px
}

.vavia-cards-section .chevron-card .card-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.vavia-cards-section .chevron-card h3 {
    /*color: #93976c;*/
    font-size: 32px;
    margin-bottom: 28px;
    font-weight: 450;
    line-height: 44.8px
}

.vavia-cards-section .chevron-card p {
    max-width: 330px;
    margin: 0 auto;
    color: #6f5d51;
    padding: 0 12px;
    line-height: 140%
}

.dumpster-rental-section .row .dumpster-img-wrapper {
    padding: 0;
    min-height: 760px
}

.dumpster-rental-section .row .heading-border {
    padding-bottom: 6px
}

.dumpster-rental-section .row img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.dumpster-rental-section .row h2 {
    margin-bottom: 45px
}

.dumpster-rental-section .row h2:after {
    bottom: -12px
}

.dumpster-rental-section .row p {
    line-height: 22.4px
}

.how-it-works-section {
    padding-top: 100px
}

.how-it-works-tab ul li a.active,
.how-it-works-tab ul li a:hover,
.item.active::before {
    color: #6f5d51;
    background: #76a9ec
}

.franchise-section .btn-global,
.location-section .btn-global {
    margin-top: 40px
}

.location-section {
    background: #193150;
}

.location-section .overlay::before {
    background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 75%, #e5d3aa 97%), linear-gradient(#e5d3aa, rgba(255, 255, 255, 0) 60px, rgba(255, 255, 255, 0) calc(100% - 60px), #e5d3aa);
    pointer-events: none
}

.location-section h2 {
    margin-bottom: 20px
}

.location-section p {
    max-width: 500px
}

.location-section .btn-global img {
    height: 1.5rem;
    width: 1rem;
    margin-right: 12px;
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%)
}

.location-section .location-content {
    z-index: 9;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.location-section .heading-border::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.franchise-section .row div {
    height: 100%
}

.franchise-section .container {
    max-width: 100%;
    background-color: #93976c;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 3;
    text-align: center
}

.franchise-section .background-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.franchise-section h2::after {
    background-color: #e5d3aa
}

.franchise-section h2,
.franchise-section p {
    color: #e5d3aa
}

.franchise-section p {
    margin-bottom: 50px
}

.franchise-section .shadow-img {
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    height: 420px;
    width: 361px;
    z-index: 2
}

.franchise-section .first-item,
.franchise-section .last-item,
.franchise-section .middle-item {
    position: relative
}

.franchise-section .first-item,
.franchise-section .last-item {
    width: 10%;
    z-index: 1
}

.franchise-section .middle-item {
    max-width: 830px;
    width: 100%;
    z-index: 4
}

.franchise-section .middle-item p {
    margin-bottom: 0
}

.franchise-section .first-item::after,
.franchise-section .first-item::before,
.franchise-section .last-item::after,
.franchise-section .last-item::before {
    content: '';
    height: 50%;
    width: 300px;
    position: absolute;
    background-color: #93976c
}

.franchise-section .first-item::after,
.franchise-section .first-item::before {
    left: 0
}

.franchise-section .last-item::after,
.franchise-section .last-item::before {
    right: 0
}

.franchise-section .first-item::before,
.franchise-section .last-item::before {
    top: 0;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom
}

.franchise-section .first-item::after,
.franchise-section .last-item::after {
    bottom: 0;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top
}

.franchise-section .first-item::before,
.franchise-section .last-item::after {
    -webkit-transform: skew(25deg);
    -ms-transform: skew(25deg);
    transform: skew(25deg)
}

.franchise-section .first-item::after,
.franchise-section .last-item::before {
    -webkit-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg)
}

.social-media-section {
    min-height: 440px
}

.social-media-section .container {
    position: relative;
    z-index: 3
}

.social-media-section .container h2 {
    margin-bottom: 72px
}

.social-media-section .container .social-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.social-media-section .container .social-buttons .btn-global:last-of-type {
    margin-top: 11px !important
}

.social-media-section.overlay::before {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(34%, #fff), color-stop(68%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(90deg, #fff 34%, rgba(255, 255, 255, 0) 68%)
}

.partners-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%
}

.partners-section::after,
.partners-section::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 200px
}

.partners-section::before {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, #fff 0, rgba(255, 255, 255, 0) 100%)
}

.partners-section::after {
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 100%)
}

.partners-section .slider-partners {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.partners-section .slider-partners .slide {
    position: relative;
    padding: 0 25px;
    max-width: 300px
}

@media (max-width: 1199.5px) {

    .partners-section::after,
    .partners-section::before {
        width: 130px
    }

    .partners-section .slider-partners .slide {
        padding: 0 15px;
        max-width: 210px
    }
}

@media (max-width: 767.5px) {

    .partners-section::after,
    .partners-section::before {
        width: 94px
    }

    .partners-section .slider-partners .slide {
        padding: 0 10px;
        max-width: 140px
    }
}

.partners-section .slider-partners .slide-partner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0;
    text-decoration: none;
    padding: 15px 0;
    width: 250px;
    height: 250px
}

@media (max-width: 1199.5px) {
    .partners-section .slider-partners .slide-partner {
        width: 180px;
        height: 180px
    }
}

@media (max-width: 767.5px) {
    .partners-section .slider-partners .slide-partner {
        padding: 10px 0;
        width: 120px;
        height: 120px
    }
}

.partners-section .slider-partners .slide-partner__inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .5;
    -webkit-transition: opacity .3s ease-in-out, -webkit-filter .3s ease-in-out;
    transition: opacity ease-in-out .3s, -webkit-filter ease-in-out .3s;
    transition: opacity ease-in-out .3s, filter ease-in-out .3s;
    transition: opacity ease-in-out .3s, filter ease-in-out .3s, -webkit-filter ease-in-out .3s
}

.partners-section .slider-partners .slide-partner__inner img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

@media (pointer: coarse) {
    .partners-section .slider-partners .slide-partner:active .slide-partner__inner {
        opacity: 1;
        -webkit-filter: grayscale(0);
        filter: grayscale(0)
    }
}

@media (false),
(hover: hover) and (pointer:fine) {
    .partners-section .slider-partners .slide-partner:hover .slide-partner__inner {
        opacity: 1;
        -webkit-filter: grayscale(0);
        filter: grayscale(0)
    }
}

.tabbed-content .item .mobile-title,
.tabbed-content .item.active .item-content-wrapper {
    -webkit-transition: background-color .38s linear;
    transition: background-color .38s linear
}

.item,
.item-content-wrapper,
.tab-content,
.tab-title {
    position: relative
}

.tabbed-content {
    margin: 0 -15px
}

.how-it-works-tab ul {
    margin: 0;
    padding: 0;
    font-weight: 700
}

.how-it-works-tab ul li a {
    padding: .5em 1em;
    background: rgba(229, 211, 170, .1);
    -webkit-transition: .38s linear;
    transition: all .38s linear
}

.item::before {
    font-weight: 700;
    background: #e5d3aa;
    padding: .5em;
    display: block
}

.item.active .item-content-wrapper {
    -webkit-transition: opacity .38s ease-in-out;
    transition: opacity .38s ease-in-out
}

.tabbed-content {
    margin-top: 60px
}

.tabbed-content .how-it-works-tab {
    display: none
}

.tabbed-content .item.active .item-content-wrapper {
    min-height: 300px;
    padding: 100px 40px
}

/* .tabbed-content .item .mobile-title:after {
            counter-increment: tabs;
            content: counter(tabs);
            color: rgba(229,211,170,.5);
            font-size: 230px;
            position: absolute;
            line-height: 170px;
            right: -20px;
            bottom: 0;
            z-index: 15;
            overflow: hidden
        } */

.tabbed-content .item .mobile-title::before {
    content: attr(data-title);
    font-size: 24px;
    font-weight: 450;
    min-height: 180px;
    text-transform: capitalize;
    color: #ffffff;
    background: rgb(35 49 77);
    overflow: hidden
}

.tabbed-content .item .item-content-wrapper {
    opacity: 0;
    visibility: hidden;
    height: 0
}

.tabbed-content .item.active .item-content-wrapper {
    -webkit-transition: opacity .38s linear;
    transition: opacity .38s linear;
    opacity: 1;
    visibility: visible;
    height: auto;
    background-color: #193150
}

.tabbed-content .item .tab-title {
    font-family: LuloCleanOne, sans-serif;
    font-size: 28px
}

.tabbed-content .item .tab-content {
    font-family: "Avenir Next Cyr", sans-serif;
    font-size: 18px;
    max-width: 400px
}

.tabbed-content .item .content {
    max-width: 100%;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left
}

.tabbed-content .item .content .tab-content,
.tabbed-content .item .content .tab-title {
    z-index: 101;
    color: #ffffff
}

.tabbed-content .item .content .tab-content {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

@media (min-width: 992px) {
    .tabbed-content .item {
        z-index: -1
    }

    .tabbed-content .number-count {
        overflow: hidden;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        right: 0
    }

    .tabbed-content .number-count:before {
        counter-increment: tabs;
        content: counter(tabs);
        color: rgba(229, 211, 170, .5);
        position: absolute;
        right: -38px;
        z-index: -1;
        line-height: 165px;
        bottom: 0;
        font-size: 250px;
        -webkit-transition: .38s linear;
        transition: all .38s linear
    }

    .tabbed-content .mobile-title {
        display: none
    }

    .tabbed-content .how-it-works-tab {
        display: block
    }

    .tabbed-content .how-it-works-tab ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .tabbed-content .how-it-works-tab li {
        display: inline-block;
        position: relative;
        width: 20%;
        margin-right: 10px;
        z-index: 20
    }

    .tabbed-content .how-it-works-tab li:last-of-type {
        margin-right: 0
    }

    .tabbed-content .how-it-works-tab li:first-of-type .number-count:before {
        right: -55px
    }

    .tabbed-content .how-it-works-tab li:nth-of-type(4) .number-count:before {
        right: -24px
    }

    .tabbed-content .how-it-works-tab li a {
        position: relative;
        font-size: 24px;
        font-family: "Avenir Next Cyr", sans-serif;
        font-weight: 450;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        letter-spacing: .5px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 230px;
        text-align: center;
        z-index: 11
    }

    .tabbed-content .how-it-works-tab li a.active .number-count:before,
    .tabbed-content .how-it-works-tab li a:hover .number-count:before {
        color: rgba(250, 237, 221, .5)
    }

    .tabbed-content .how-it-works-tab li:first-child a:before {
        right: -48px
    }

    .tabbed-content .how-it-works-tab .active:after {
        position: absolute;
        content: '';
        border-left: 90px solid transparent;
        border-right: 90px solid transparent;
        border-top: 90px solid #e5d3aa;
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 15;
        -webkit-transition: .38s linear;
        transition: all .38s linear
    }

    .tabbed-content .item::before {
        display: none
    }

    .item-content-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .item-content-wrapper img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: auto;
        width: 800px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .item-content-wrapper:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, color-stop(62%, #6f5d51), color-stop(92%, rgba(111, 93, 81, 0)));
        background: linear-gradient(to right, #193150 62%, rgba(111, 93, 81, 0) 92%);
        z-index: 99
    }
}



::-webkit-input-placeholder {
    color: rgba(111, 93, 81, .4)
}

::-moz-placeholder {
    color: rgba(111, 93, 81, .4)
}

::-ms-input-placeholder {
    color: rgba(111, 93, 81, .4)
}

::placeholder {
    color: rgba(111, 93, 81, .4)
}

.ninja-forms-form-wrap *,
.ninja-forms-form-wrap :after,
.ninja-forms-form-wrap :before {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.nf-field-container {
    clear: both;
    position: relative;
    margin-bottom: 25px
}

.nf-field-container::after {
    clear: both;
    content: "";
    display: block
}

.nf-field-container.hidden-container {
    margin: 0;
    height: auto
}

.nf-field-container.hidden-container .nf-field-label,
.nf-field-container.html-container .nf-field-label {
    display: none
}

.nf-field-label label {
    font-weight: 700;
    margin: 0;
    padding: 0
}

.nf-field-element {
    position: relative
}

.nf-field-element input,
.nf-field-element select,
.nf-field-element textarea {
    margin: 0;
    width: auto;
    height: auto;
    vertical-align: inherit
}

.nf-field-element textarea {
    height: 200px
}

.nf-field-description p:last-child {
    margin: 0
}

.nf-help {
    background: url(https://govavia.com/wp-content/themes/harbinger-vavia/assets/theme/img/help-info.png) no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px
}

.nf-input-limit {
    font-size: 12px;
    margin-top: 5px
}

.nf-after-field .nf-error-msg {
    margin-right: 10px
}

.list-checkbox-wrap .nf-field-element li,
.list-checkbox-wrap .nf-field-element ul,
.list-radio-wrap .nf-field-element li,
.list-radio-wrap .nf-field-element ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important
}

.list-checkbox-wrap .nf-field-element li input,
.list-checkbox-wrap .nf-field-element ul input,
.list-radio-wrap .nf-field-element li input,
.list-radio-wrap .nf-field-element ul input {
    margin-right: 5px
}

.list-checkbox-wrap .nf-field-element li,
.list-radio-wrap .nf-field-element li {
    padding-left: 10px;
    margin: 0 0 5px !important;
    text-indent: initial !important
}

.list-checkbox-wrap .nf-field-element li label,
.list-radio-wrap .nf-field-element li label {
    display: block;
    float: initial;
    width: auto;
    margin-left: 1.5em
}

.list-checkbox-wrap .nf-field-element li input,
.list-radio-wrap .nf-field-element li input {
    width: auto !important;
    float: left;
    margin-top: .25em
}

.list-select-wrap div div {
    display: none
}

.nf-form-hp {
    position: absolute;
    visibility: hidden
}

.nf-error-msg,
.ninja-forms-req-symbol {
    color: #e80000
}

.nf-error .ninja-forms-field {
    border: 1px solid #e80000
}

.ninja-forms-noscript-message {
    background: #f1f1f1;
    border: 4px dashed #ccc;
    color: #333;
    display: block;
    font-size: 20px;
    margin: 20px 0;
    padding: 40px;
    text-align: center
}

.field-wrap {
    display: -webkit-box;
    display: -ms-flexbox
}

.field-wrap {
    display: flex
}

.field-wrap>label {
    display: block
}

.field-wrap .pikaday__container,
.field-wrap .pikaday__display,
.field-wrap select,
.field-wrap textarea,
.field-wrap>div input {
    width: 100%
}

.field-wrap button,
.field-wrap input[type=button],
.field-wrap input[type=submit],
.field-wrap>div input[type=checkbox] {
    width: auto
}

.nf-field-label {
    -ms-flex-order: 5
}

.nf-field-description {
    width: 100%;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.nf-field-element {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15
}

.label-above .nf-field-label {
    margin-bottom: 10px
}

.label-hidden .field-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.label-hidden .nf-field-label {
    height: 0;
    margin: 0 !important;
    width: 100%;
    visibility: hidden
}

.label-hidden .nf-field-description {
    width: 100%;
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20
}

.label-hidden .nf-field-element {
    width: 100%
}

.label-above .field-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.label-above .nf-field-element {
    margin: 0;
    width: 100%
}

input[type=button]:disabled,
input[type=submit]:disabled {
    opacity: .65;
    cursor: not-allowed !important
}

#orderNowPopupModal {
    z-index: 99999 !important
}

#orderNowPopupModal .nf-field-container.submit-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 0 !important
}

#orderNowPopupModal .nf-field-container.submit-container .nf-after-field {
    display: none
}

#orderNowPopupModal .btn-global.footer-btn {
    margin-top: 0 !important;
    font-family: 'Avenir Next Cyr';
    padding: 16px 32px;
    font-weight: 400;
    line-height: 24px
}

#orderNowPopupModal::-webkit-scrollbar {
    height: 0;
    width: 0
}

#orderNowPopupModal .nf-error-wrap {
    margin-top: -18px;
    line-height: 1
}

#orderNowPopupModal .contact-section form .nf-field-container.listradio-container {
    margin-bottom: 45px !important
}

#orderNowPopupModal .html-container p {
    font-size: 18px;
    font-weight: 400
}

#orderNowPopupModal .contact-section form .nf-field-container {
    margin-bottom: 20px !important
}

#orderNowPopupModal .contact-section form textarea.ninja-forms-field {
    max-height: 64px
}

#orderNowPopupModal .listradio-wrap {
    margin-bottom: 22px !important
}

#orderNowPopupModal .listradio-wrap .ninja-forms-req-symbol {
    color: #a91414 !important
}

#orderNowPopupModal .modal-dialog {
    max-width: 706px;
    width: 90%
}

#orderNowPopupModal .datepicker::-webkit-input-placeholder {
    color: rgba(111, 93, 81, .4) !important
}

#orderNowPopupModal .datepicker::-moz-placeholder {
    color: rgba(111, 93, 81, .4) !important
}

#orderNowPopupModal .datepicker:-ms-input-placeholder {
    color: rgba(111, 93, 81, .4) !important
}

#orderNowPopupModal .datepicker::-ms-input-placeholder {
    color: rgba(111, 93, 81, .4) !important
}

#orderNowPopupModal .datepicker::placeholder {
    color: rgba(111, 93, 81, .4) !important
}

#orderNowPopupModal .listradio-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#orderNowPopupModal .listradio-wrap ul li {
    margin-right: 15px !important
}

#orderNowPopupModal .listradio-wrap ul li label {
    color: #6f5d51
}

#orderNowPopupModal .contact-section form .nf-error-msg {
    margin-top: 10px
}

#orderNowPopupModal form .list-radio-wrap .nf-field-label {
    display: block
}

#orderNowPopupModal form .list-radio-wrap .nf-field-label label {
    font-size: 28px;
    font-weight: 450;
    color: #6f5d51;
    margin-bottom: 10px
}

#orderNowPopupModal form .nf-form-content input[type=checkbox] {
    position: relative;
    border: 1px solid #e5d3aa;
    height: 18px;
    width: 18px;
    padding: 0;
    background: 0 0;
    margin: 0 !important
}

#orderNowPopupModal form .nf-form-content input[type=checkbox]:checked:before {
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    background: #e5d3aa !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%
}

#orderNowPopupModal form .nf-form-content input[type=radio] {
    position: relative;
    border: 1px solid #e5d3aa;
    height: 16px;
    width: 16px !important;
    padding: 0;
    border-radius: 50%;
    margin: 0
}

#orderNowPopupModal form .nf-form-content input[type=radio]:checked:before {
    position: absolute;
    content: '';
    border-radius: 50%;
    height: 70%;
    width: 70%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background: #e5d3aa !important
}

#orderNowPopupModal .listradio-wrap li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#orderNowPopupModal .listradio-wrap li label {
    margin: 0 0 0 8px !important
}

.contact-section {
    background-color: #e5d3aa
}

.contact-section h3.output-location-url {
    font-size: 24px;
    line-height: 1;
    margin-top: 0
}

.contact-section h2 {
    margin-bottom: 80px;
    text-align: center
}

.contact-section input:-webkit-autofill,
.contact-section input:focus,
.contact-section select:focus,
.contact-section textarea:focus {
    outline: 0
}

.contact-section input[type=number]::-webkit-inner-spin-button,
.contact-section input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

.contact-section textarea {
    resize: none
}

.contact-section form .nf-error-msg {
    margin-top: -15px;
    color: #a91414;
    margin-bottom: 10px
}

.contact-section form .nf-form-fields-required {
    display: none
}

.contact-section form .nf-form-content {
    max-width: 688px;
    margin: 0 auto
}

.contact-section form .nf-form-content input:not(input[type=button]):not(input[type=submit]),
.contact-section form .nf-form-content select,
.contact-section form .nf-form-content textarea {
    width: 100%;
    background-color: #e5d3aa;
    border: unset;
    border-bottom: 3px solid #6f5d51;
    color: #6f5d51;
    padding: 16px 20px 15px;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
    display: block;
    font-family: "Avenir Next Cyr", sans-serif;
    border-radius: 0;
    -webkit-appearance: none
}

.contact-section form .nf-form-content input:not(input[type=button]):not(input[type=submit]):-internal-autofill-selected,
.contact-section form .nf-form-content input:not(input[type=button]):not(input[type=submit]):active,
.contact-section form .nf-form-content input:not(input[type=button]):not(input[type=submit]):focus,
.contact-section form .nf-form-content select:-internal-autofill-selected,
.contact-section form .nf-form-content select:active,
.contact-section form .nf-form-content select:focus,
.contact-section form .nf-form-content textarea:-internal-autofill-selected,
.contact-section form .nf-form-content textarea:active,
.contact-section form .nf-form-content textarea:focus {
    background-color: #e5d3aa !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important
}

.contact-section form .nf-form-content textarea {
    scrollbar-width: thin;
    padding: 15px 20px;
    cursor: auto
}

.contact-section form .nf-form-content textarea::-webkit-scrollbar {
    background-color: #6f5d51;
    width: 8px;
    cursor: pointer
}

.contact-section form .nf-form-content textarea::-webkit-scrollbar-thumb {
    background-color: #e5d3aa;
    outline: #6F5D51 solid 1px
}

.contact-section form .nf-form-content select {
    color: #6f5d517d
}

.contact-section form .nf-form-content .select-dropdown {
    position: relative;
    z-index: 1
}

.contact-section form .nf-form-content .select-dropdown::after {
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    border-left: 2px solid #6f5d51;
    border-bottom: 2px solid #6f5d51;
    z-index: 2;
    top: 18px;
    pointer-events: none;
    cursor: pointer;
    right: 0;
    -webkit-transform: rotate(-45deg) translateX(-10px);
    -ms-transform: rotate(-45deg) translateX(-10px);
    transform: rotate(-45deg) translateX(-10px)
}

.contact-section form .nf-form-content input[type=submit] {
    padding: 16px 32px;
    font-size: 20px;
    margin-bottom: 10px;
    font-family: "Avenir Next Cyr", sans-serif;
    color: #e5d3aa;
    border-radius: 0;
    border: 0;
    text-transform: capitalize;
    background: #6f5d51;
    text-align: center;
    width: 100%;
    line-height: 24px;
    cursor: pointer
}

.contact-section form .nf-form-content input[type=submit]:hover {
    background-color: #93976c;
    color: #e5d3aa
}

.contact-section form textarea.ninja-forms-field {
    max-height: 60px
}

.contact-section form .nf-field-label {
    display: none
}

.location-reviews .rplg .rplg-review-avatar,
.nf-response-msg {
    display: none !important
}

.contact-section form .nf-field-container {
    margin-bottom: 0
}

.contact-section form .nf-error-msg {
    font-size: 14px
}

.contact-section form .nf-after-form-content {
    text-align: center;
    margin-top: 15px
}

.contact-section .nf-after-form-content .nf-form-errors {
    text-align: center
}

#errorModal .modal-dialog.error-modal-dialog {
    max-width: 706px
}

#errorModal .modal-body .block-left {
    background: 0 0;
    min-height: 350px
}

#errorModal .modal-body .block-left::after {
    width: 250px;
    top: 55%;
    height: 250px
}

#errorModal .modal-body .block-title {
    text-align: center;
    padding: 0 60px
}

#errorModal .modal-body .block-title h2 {
    font-size: 32px;
    line-height: 1;
    padding-bottom: 14px !important
}

#errorModal .modal-body .block-title h2::after {
    width: 146px
}

#errorModal .modal-body .block-title p {
    font-size: 24px;
    line-height: 33.6px;
    margin-bottom: 0
}

#errorModal .modal-body .block-title p:not(:last-child) {
    margin-bottom: 20px
}

#errorModal .modal-body .html-wrap p,
#errorModal .modal-body .nf-field-element input {
    margin-bottom: 10px !important;
    font-weight: 450
}

#errorModal .modal-body .block-title p.short {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px
}

#errorModal .modal-body .block-form {
    margin-top: 50px;
    text-align: center;
    padding: 0 60px 60px
}

#errorModal .modal-body .list-select-wrap {
    position: relative
}

#errorModal .modal-body .list-select-wrap:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-width: 8px 8px 0;
    border-color: #6f5d51 transparent transparent;
    border-style: solid;
    right: 16px;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 99
}

#errorModal .modal-body .html-wrap p {
    font-size: 32px;
    line-height: 48px
}

#errorModal .modal-body .html-wrap:not(:first-of-type) {
    margin-top: 50px
}

#errorModal .modal-body .nf-field-element input[type=checkbox] {
    position: relative;
    border: 1px solid #6f5d51;
    height: 24px;
    width: 24px !important;
    padding: 0;
    background: 0 0;
    margin: 0 !important
}

#errorModal .modal-body .nf-field-element input[type=checkbox]:checked:before {
    position: absolute;
    content: '';
    height: 12px;
    width: 12px;
    background: #6f5d51 !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%
}

#errorModal .modal-body .nf-field-element input[type=checkbox]+label {
    margin-left: 30px !important;
    font-family: "Avenir Next Cyr", sans-serif;
    color: #6f5d51;
    line-height: 25.2px
}

#errorModal .modal-body .nf-field-element input[type=radio] {
    position: relative;
    border: 1px solid #6f5d51;
    height: 24px;
    width: 24px !important;
    padding: 0;
    background: 0 0;
    margin: 0 !important
}

#errorModal .modal-body .nf-field-element input[type=radio]:checked:before {
    position: absolute;
    content: '';
    height: 12px;
    width: 12px;
    background: #6f5d51 !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%
}

#errorModal .modal-body .nf-field-element input[type=radio]+label {
    margin-left: 30px !important;
    font-family: "Avenir Next Cyr", sans-serif;
    color: #6f5d51;
    line-height: 25.2px
}

#errorModal .modal-body .nf-field-element input[type=button],
#errorModal .modal-body .nf-field-element input[type=submit] {
    margin-top: 40px !important
}

#errorModal .modal-body .contact-section form .nf-form-content textarea {
    margin-bottom: 10px !important
}

#errorModal .modal-body .list-checkbox-wrap,
#errorModal .modal-body .list-radio-wrap {
    margin-top: 30px
}

#errorModal .modal-body .list-checkbox-wrap ul,
#errorModal .modal-body .list-radio-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#errorModal .modal-body .list-checkbox-wrap ul li:not(:last-of-type),
#errorModal .modal-body .list-radio-wrap ul li:not(:last-of-type) {
    margin-right: 50px !important
}

#errorModal .modal-body .tick-checkbox-container ul li:not(:last-of-type),
#orderNowFormWrapper .tick-checkbox-container.nf-field-container.listcheckbox-container ul li:not(:last-of-type) {
    margin-right: 30px !important
}

#errorModal .modal-body .margin-top-heading .html-wrap {
    margin-top: 50px
}

#errorModal .modal-body .tick-checkbox-container {
    margin-bottom: 50px
}

#errorModal .modal-body .tick-checkbox-container .listcheckbox-wrap {
    margin-top: 0 !important
}

#errorModal .modal-body .tick-checkbox-container input[type=checkbox]:checked:before {
    display: block;
    position: absolute;
    background: 0 0 !important;
    top: 1px;
    left: 6px;
    width: 8px;
    height: 15px;
    border: solid #6f5d51;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#errorModal .modal-body textarea.ninja-forms-field {
    max-height: 63px
}

#orderNowFormWrapper h2.heading-border {
    padding-bottom: 14px;
    margin-bottom: 0 !important
}

#orderNowFormWrapper h2.heading-border:after {
    width: 146px
}

#orderNowFormWrapper h3 {
    line-height: 48px;
    margin-bottom: 10px;
    margin-top: 50px
}

#orderNowFormWrapper .tick-checkbox-container.nf-field-container.listcheckbox-container {
    margin-bottom: 50px
}

#orderNowFormWrapper .tick-checkbox-container.nf-field-container.listcheckbox-container .listcheckbox-wrap {
    margin-top: 0 !important
}

#orderNowFormWrapper .tick-checkbox-container.nf-field-container.listcheckbox-container input[type=checkbox]:checked:before {
    left: 6px
}

#orderNowFormWrapper .tick-checkbox-container.nf-field-container.listcheckbox-container ul li label {
    font-size: 18px;
    line-height: 25.2px;
    color: #6f5d51;
    margin-left: 32px
}

#orderNowFormWrapper input {
    font-weight: 450 !important
}

#orderNowFormWrapper .small-text-container.html-container.label-above p {
    margin: 20px 0 !important
}

#orderNowFormWrapper form .nf-form-content input:not(input[type=button]):not(input[type=submit]),
#orderNowFormWrapper form .nf-form-content select,
#orderNowFormWrapper form .nf-form-content textarea {
    margin-bottom: 10px
}

#orderNowFormWrapper h3.output-location-url {
    font-size: 24px;
    line-height: 1;
    margin-top: 0
}

#orderNowFormWrapper h3.output-location-url>a {
    position: relative;
    padding-left: 30px;
    -webkit-transition: .38s linear;
    transition: all .38s linear
}

#orderNowFormWrapper h3.output-location-url>a:after,
#orderNowFormWrapper h3.output-location-url>a:before {
    position: absolute;
    width: 22.5px;
    height: 32px;
    left: 0;
    top: 56%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1
}

#orderNowFormWrapper h3.output-location-url>a::before {
    content: url(https://govavia.com/wp-content/themes/harbinger-vavia/assets-src/theme/images/location-brown.svg)
}

#orderNowFormWrapper h3.output-location-url>a:after,
#orderNowFormWrapper h3.output-location-url>a:hover:before {
    opacity: 0
}

#orderNowFormWrapper h3.output-location-url>a:hover::after {
    content: url(https://govavia.com/wp-content/themes/harbinger-vavia/assets-src/theme/images/location-green.svg);
    opacity: 1
}

#orderNowFormWrapper h3.personal-info-text {
    margin-top: 40px
}

#orderNowFormWrapper form .nf-error-msg {
    margin-top: 20px !important
}

#orderNowFormWrapper form .nf-form-content input[type=checkbox] {
    height: 24px !important;
    width: 24px !important;
    border: 1px solid #6f5d51 !important
}

#orderNowFormWrapper form .nf-form-content input[type=checkbox]:checked:before {
    display: block;
    position: absolute;
    background: 0 0 !important;
    top: 1px;
    left: 7px;
    width: 8px;
    height: 15px;
    border: solid #6f5d51;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#orderNowFormWrapper .submit-container {
    margin-bottom: 0 !important
}

#orderNowFormWrapper .submit-container .nf-field {
    width: 100%
}

#orderNowFormWrapper .submit-container .nf-field .btn-global.footer-btn {
    margin-bottom: 0
}

#orderNowFormWrapper .nf-after-form-content .nf-error-msg {
    margin-top: -8px !important
}

#orderNowFormWrapper .form-term-and-condition .nf-field-element {
    background: #faeddd;
    padding: 24px 24px 15px;
    max-height: 302px;
    overflow: scroll;
    text-align: left;
    margin: 50px 0 20px;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #E5D3AA
}

#orderNowFormWrapper .form-term-and-condition .nf-field-element h3 {
    margin-top: 0;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 0 !important
}

#orderNowFormWrapper .form-term-and-condition .nf-field-element .term-condition-text h2 {
    font-size: 20px;
    margin: 15px 0;
    font-family: 'Avenir Next Cyr';
    text-transform: none;
    text-align: left
}

#orderNowFormWrapper .form-term-and-condition .nf-field-element .term-condition-text ul {
    padding-left: 25px
}

#orderNowFormWrapper .form-term-and-condition .nf-field-element .term-condition-text ul li::marker {
    color: #6f5d51
}

#orderNowFormWrapper .form-term-and-condition .nf-field-element::-webkit-scrollbar {
    width: 4px
}

#orderNowFormWrapper .form-term-and-condition .nf-field-element::-webkit-scrollbar-track {
    width: 4px;
    background: #6f5d51
}

#orderNowFormWrapper .form-term-and-condition .nf-field-element::-webkit-scrollbar-thumb {
    background: #e5d3aa;
    border-radius: 6px
}

.dumpster-success-popup .modal-dialog {
    max-width: 1076px !important
}

.dumpster-success-popup .popup-content-wrapper .popup-content {
    padding: 0 !important
}

.dumpster-success-popup #orderNowFormWrapper .popup-content {
    padding: 150px 60px 100px 30px !important
}

.dumpster-success-popup #orderNowFormWrapper .popup-content h2.heading-border {
    margin-bottom: 30px !important
}

.dumpster-success-popup #orderNowFormWrapper .popup-content p {
    text-align: left
}

input[type=number] {
    -moz-appearance: textfield !important
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
    -webkit-transition: background-color 9999s ease-in-out;
    transition: background-color 9999s ease-in-out 0s;
    -webkit-text-fill-color: #6F5D51 !important;
    font-family: "Avenir Next Cyr", sans-serif;
    font-size: 18px
}

.dumpster-success-popup.contact-popup-modal .modal-dialog {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.resources-section .featured-content p:first-of-type {
    font-size: 14px !important;
    line-height: 19.6px !important
}

.resources-section h2 {
    text-align: center;
    margin-bottom: 0
}

.resources-section .swiper {
    margin-top: 80px;
    width: 100%;
    height: 100%
}

.resources-section .swiper .swiper-pagination {
    position: static !important;
    width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 15px
}

.resources-section .swiper .carousel-btn {
    display: inline-block
}

.resources-section .swiper .img-wrapper {
    min-height: 608px
}

.resources-section .resources-btn-wrapper {
    padding-top: 60px;
    position: relative
}

.resources-section .resources-btn-wrapper:before {
    position: absolute;
    top: 0;
    height: 2px;
    width: calc(var(--vw, 1vw) * 100);
    background: #e5d3aa;
    content: ''
}

.resources-section .resources-btn-wrapper,
.resources-section .resources-btn-wrapper .swiper-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.featured-resource,
.read-more-section .expanded-content,
.read-more-section article .expandable-text {
    display: none
}

.resources-section .resources-btn-wrapper .swiper-controls {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 205px
}

.resources-section .swiper-wrapper {
    padding-bottom: 24px
}

.resources-section .featured-content h3,
.resources-section .swiper-slide h3 {
    font-size: 24px;
    line-height: 28.8px;
    font-family: LuloCleanOne, sans-serif;
    color: #6f5d51;
    margin-bottom: 16px
}

.resources-section .swiper-slide {
    padding: 20px 20px 32px;
    position: relative;
    height: auto;
    border-left: 2px solid #e5d3aa
}

.resources-section .swiper-slide.featured-resource:first-of-type {
    padding-left: 0 !important
}

.resources-section .swiper-slide:first-of-type {
    border-left: none !important
}

.resources-section .swiper-slide:not(.featured-resource) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.resources-section .swiper-slide:not(.featured-resource) .img-heading-wrapper img {
    margin-bottom: 20px;
    height: 264px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.resources-section .swiper-slide.featured-resource {
    width: 730px !important;
    padding-bottom: 0 !important
}

.resources-section p {
    font-size: 14px;
    line-height: 25.2px
}

.resources-section .play-btn-icon {
    margin: 0
}

.resources-section .play-btn-icon::before {
    height: 20px;
    border-left: 10px solid
}

.resources-section .swiper-pagination .swiper-pagination-bullet:not(:first-child) {
    margin: 0 0 0 6px
}

.resources-section .swiper-pagination .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    border-radius: 0;
    background-color: #faeddd;
    opacity: 1
}

.resources-section .swiper-pagination .swiper-pagination-bullet:hover {
    background-color: #93976c
}

.resources-section .swiper-pagination .swiper-pagination-bullet-active {
    height: 16px;
    width: 16px;
    background-color: #e5d3aa
}

.resources-section .btn-global.primary-color {
    padding: 8px 32px;
    margin-top: 25px
}

.resources-section .resources-btn-prev .play-btn-icon::before {
    -webkit-transform: translate(-50%, -50%) scale(-1);
    -ms-transform: translate(-50%, -50%) scale(-1);
    transform: translate(-50%, -50%) scale(-1)
}

.featured-resource {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.featured-resource .featured-content,
.featured-resource .img-wrapper {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    height: 100%
}

.featured-resource .img-wrapper {
    height: 100%
}

.featured-resource .img-wrapper img {
    width: 100%;
    height: 100%
}

.featured-resource .featured-content {
    padding: 20px 20px 32px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start
}

.gallery-wrapper .flex-col,
.yard-cards .chevron-card .arrow-heading {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.featured-resource .featured-content .btn-global {
    margin-top: 25px
}

.gallery-wrapper {
    position: absolute;
    max-height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateX(40vw) translateY(100px) rotateX(10deg) rotateY(0) rotateZ(30deg);
    transform: translateX(40vw) translateY(100px) rotateX(10deg) rotateY(0) rotateZ(30deg)
}

.gallery-wrapper .flex-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin: 0 10px
}

.gallery-wrapper .flex-col:nth-of-type(2) {
    margin-top: -182px
}

.gallery-wrapper .flex-col:nth-of-type(3) {
    margin-top: -345px
}

.gallery-wrapper .flex-col:last-of-type {
    margin-top: -262px
}

.gallery-wrapper .flex-col img {
    height: 300px;
    width: 300px;
    margin: 10px 0;
    -o-object-fit: cover;
    object-fit: cover
}

.vavia-cards-section h2 {
    margin-bottom: 0
}

.vavia-cards-section .row {
    margin-top: 80px
}

.vavia-cards-section.yard-cards .chevron-card .card-body {
    min-height: calc(100% - 304px)
}

.vavia-cards-section.yard-cards .arrow-heading {
    padding: 60px 15px 15px
}

.vavia-cards-section.yard-cards p {
    margin-top: 20px
}

.vavia-cards-section .card-container {
    padding-right: 20px
}

.read-more-section {
    padding-top: 160px
}

.read-more-section p>a {
    color: #93976c
}

.read-more-section p>a:hover {
    color: #6f5d51
}

.read-more-section article {
    background: rgba(229, 211, 170, .1);
    padding: 60px 208px 60px 45px
}

.read-more-section article h2 {
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 32px
}

.read-more-section article p {
    color: #6f5d51;
    -webkit-transition: .38s linear;
    transition: all .38s linear
}

.read-more-section article .read-more-btn {
    margin-top: 44px;
    padding: 8px 27px 8px 32px;
    line-height: 24px
}

.yard-cards {
    padding-left: 34px;
    padding-right: 34px
}

.yard-cards .chevron-card {
    max-width: unset
}

.yard-cards .chevron-card h3 {
    margin-bottom: 20px
}

.yard-cards .chevron-card .arrow-heading {
    flex-direction: column
}

.yard-cards .chevron-card .card-img {
    width: 500px !important;
    height: 186px !important;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.yard-cards .chevron-card .card-img-caption {
    font-size: 32px;
    line-height: 100%;
    /*color: #faeddd;*/
    color: #fff;
    margin-top: 13px;
    font-weight: 400;
    text-transform: uppercase
}

.yard-cards .chevron-card .card-body {
    padding: 85px 38px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto
}

.yard-cards .chevron-card .card-body h4>div {
    margin-top: 12px
}

.yard-cards .chevron-card .btn-wrapper {
    margin-top: auto
}

.yard-cards .chevron-card .btn-wrapper .btn-global {
    margin-top: 50px;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 18px
}

.yard-cards .card-list {
    margin: 0 auto;
    text-align: left;
    padding: 0 0 0 9px
}

.yard-cards .card-list li {
    position: relative;
    color: #6f5d51;
    font-size: 18px;
    line-height: 25.2px;
    list-style: none;
    margin-bottom: 20px;
    padding-left: 33px
}

.yard-cards .card-list li:last-of-type {
    margin-bottom: 0
}

.yard-cards .card-list li:before {
    position: absolute;
    content: "\f00c";
    border: 2px solid #6f5d51;
    border-radius: 50%;
    left: 0;
    height: 24px;
    width: 24px;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 12px
}

.faq-wrapper .card-body p:not(:first-of-type) {
    margin-top: 30px
}

.faq-wrapper .h3,
.faq-wrapper h3,
.yard-dumpster-section h3 {
    font-family: LuloCleanOne, sans-serif
}

.faq-section .h2 {
    margin-bottom: 0
}

.faq-wrapper {
    max-width: 1114px;
    margin: 80px auto 0
}

.faq-wrapper .h3,
.faq-wrapper h3 {
    font-size: 24px;
    line-height: 28.8px;
    color: #ffffff !important
}

.faq-wrapper .card {
    border: none;
    border-bottom: 4px solid #6f5d51;
    border-radius: 0
}

.faq-wrapper .card-header {
    position: relative;
    padding: 0;
    background: 0 0;
    border: none
}

.faq-wrapper .card-header button {
    display: block;
    position: relative;
    padding: 38px 122px 24px 20px;
    margin-bottom: 0;
    width: 100%;
    background-color: transparent;
    text-align: left;
    border: none;
    cursor: pointer;
    -webkit-transition: .38s linear;
    transition: all .38s linear
}

.faq-wrapper .card-header button:hover {
    background-color: #193150;
    color: #ffffff !important
}

.faq-wrapper .card-header button[aria-expanded=true] {
    background: #193150
}

.faq-wrapper .card-header button[aria-expanded=true]:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    border-top: 10px solid #6f5d51;
    -webkit-transition: .38s linear;
    transition: all .38s linear
}

.faq-wrapper .card-header button[aria-expanded=true]:hover {
    background-color: #1a1181;
    color: #bebcba !important
}

.faq-wrapper .card-header button::after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 50px;
    border-top: 10px solid #e5d3aa;
    border-left: 10px solid transparent;
    pointer-events: none;
    border-right: 10px solid transparent
}

.faq-wrapper .card-body {
    padding: 0 122px 30px 20px;
    background: #193150;
    color: #ffffff
}

.faq-wrapper .card-body ul,
.resources-content ul {
    padding-left: 0;
    margin-top: 20px
}

.faq-wrapper .card-body ul li,
.resources-content ul li {
    padding-left: 20px;
    list-style: none;
    position: relative;
    color: #6f5d51
}

.faq-wrapper .card-body ul li:before,
.resources-content ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #93976c
}

.faq-wrapper .card-body ul li:not(:last-of-type),
.resources-content ul li:not(:last-of-type) {
    margin-bottom: 20px
}

.location-reviews {
    position: fixed;
    top: 144px;
    left: 0;
    z-index: 800;
    padding: 17px 16px 16px 46px;
    height: 80px;
    max-width: 100%;
    background-color: #fff;
    text-align: center
}

.header-active .location-reviews {
    top: 83px
}

@media (max-width: 1699px) {
    .location-reviews {
        top: 103px
    }

    .header-active .location-reviews {
        top: 80px
    }
}

@media (max-width: 1339px) {
    .location-reviews {
        top: 100px
    }

    .header-active .location-reviews {
        top: 77px
    }
}

@media (max-width: 1199px) {

    .header-active .location-reviews,
    .location-reviews {
        top: 112px
    }
}

.location-reviews button.close {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    padding: 0;
    height: 40px;
    width: 40px;
    background-color: #6f5d51;
    opacity: 1;
    z-index: 1
}

.location-reviews button.close::after,
.location-reviews button.close::before {
    content: '';
    position: absolute;
    height: 16px;
    background: #e5d3aa;
    width: 2px;
    left: 50%;
    top: 50%;
    z-index: 2;
    display: block
}

.location-reviews button.close::before {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.location-reviews button.close::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.location-reviews button.close:hover {
    background-color: #93976c
}

.social-slider-section {
    position: relative;
    z-index: 1;
    padding: 100px 0;
    width: 100%;
    overflow: hidden
}

@media (max-width: 1199.5px) {
    .social-slider-section {
        padding: 70px 0
    }
}

@media (max-width: 767.5px) {
    .social-slider-section {
        padding: 50px 0
    }
}

.yard-dumpster-section {
    padding-top: 100px
}

.yard-dumpster-section h3 {
    font-size: 32px;
    line-height: 100%;
    color: #6f5d51
}

.page-template-template-contact h3,
.yard-dumpster-section h4 {
    font-family: "Avenir Next Cyr", sans-serif
}

.yard-dumpster-section h4 {
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 2%;
    margin-bottom: 20px;
    color: #6f5d51
}

.yard-dumpster-section .yardDumpster-img-wrapper {
    background-color: #fcfbf7
}

.yard-dumpster-section .yardDumpster-img-wrapper div {
    max-height: 509px;
    max-width: 770px
}

.yard-dumpster-section .yardDumpster-img-wrapper div img {
    display: block;
    margin: 0 auto
}

.yard-dumpster-section .yardDumpster-img-wrapper div .btn-wrapper {
    margin-top: 150px;
    margin-left: -10px;
    margin-right: -10px
}

.yard-dumpster-section .yardDumpster-img-wrapper div .btn-wrapper .btn-global {
    margin: 10px 10px 0;
    font-size: 20px;
    line-height: 20px;
    min-width: 312px
}

.yard-dumpster-section .yardDumpster-content-wrapper {
    background-color: #e5d3aa;
    padding-top: 80px;
    padding-bottom: 80px
}

.yard-dumpster-section .yardDumpster-content-wrapper .heading-border {
    margin-bottom: 50px
}

.yard-dumpster-section .yardDumpster-content-wrapper .heading-border::after {
    width: 183px
}

.yard-dumpster-section .heading-left-chevron img {
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    height: 60px;
    width: 60px;
    -o-object-fit: contain;
    object-fit: contain
}

.yard-dumpster-section .yardDumpster-content p:nth-of-type(3) {
    margin-top: 30px
}

.yard-dumpster-section .yardDumpster-content ul+h4 {
    margin-bottom: 0 !important;
    margin-top: 30px
}

.yard-dumpster-section .yardDumpster-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

.yard-dumpster-section .yardDumpster-content ul li:last-of-type {
    margin-bottom: 0
}

.yard-dumpster-section .yardDumpster-content ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 37px;
    color: #6f5d51
}

.yard-dumpster-section .yardDumpster-content ul li::before {
    content: "\f00c";
    position: absolute;
    border: 2px solid #93976c;
    border-radius: 50%;
    left: 0;
    color: #93976c;
    height: 24px;
    width: 24px;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.yard-dumpster-section .heading-container {
    margin-bottom: 30px
}

.yard-dumpster-section .heading-container p:nth-of-type(2) {
    margin-bottom: 0
}

.yard-dumpster-section .heading-container h4 {
    margin-left: 0
}

.yard-dumpster-section .heading-container p {
    margin-bottom: 20px;
    font-size: 18px;
    max-width: 688px
}

.yard-dumpster-section .heading-container p:first-of-type {
    margin-bottom: 32px
}

.yard-dumpster-section .heading-container .price-heading p,
.yard-dumpster-section .heading-container p:last-of-type {
    margin-bottom: 0
}

@media (min-width: 576px) {
    .links-section.container {
        max-width: unset
    }

}

@media (min-width: 992px) {
    .links-section.container {
        max-width: 1350px
    }
}

@media (min-width: 1200px) {
    .links-section.container {
        padding-left: 10px !important;
        padding-right: 10px !important
    }
}

.links-section h2 {
    padding-bottom: 22px;
    margin-bottom: 80px;
    font-size: 50px
}

@media (max-width: 1279px) {
    .links-section h2 {
        font-size: 30px;
        padding-bottom: 20px
    }
}

@media (max-width: 576px) {

    .content-title {
        font-size: 24px !important;
    }

    .content-left {
        padding: 30px !important;
    }
}

@media (max-width: 767px) {

    .header-active .location-reviews,
    .location-reviews {
        top: 85px
    }

    .links-section h2 {
        margin-bottom: 30px;
        font-size: 30px
    }
}

.links-section .row {
    margin-left: -10px !important;
    margin-right: -10px !important
}

.links-section .col-md-6 {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.links-section .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 12px 24px;
    border: 1px solid #e5d3aa;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    height: 100%
}

@media (max-width: 719px) {
    .links-section h2 {
        margin-bottom: 30px;
        font-size: 20px
    }
}

.links-section .js-additional-items {
    opacity: 0;
    -webkit-transition: opacity .5s linear;
    transition: opacity .5s linear
}

.links-section .js-additional-items.open {
    opacity: 1
}

.links-section ul {
    padding-left: 1em
}

.links-section ul li {
    position: relative;
    list-style-type: none
}

.links-section ul li::before {
    content: "";
    position: absolute;
    left: -1em;
    top: .5em;
    width: .4em;
    height: .4em;
    background-color: #6f5d51;
    border-radius: 50%
}

.links-section ul li::marker {
    content: ""
}

.page-template-template-contact h2 {
    margin-bottom: 32px;
    line-height: 140%
}

.page-template-template-contact h3 {
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    color: #6f5d51;
    margin-bottom: 80px;
    text-transform: capitalize
}

.page-template-template-contact .contact-section form .nf-form-content input:not(input[type=button]):not(input[type=submit]),
.page-template-template-contact .contact-section form .nf-form-content select,
.page-template-template-contact .contact-section form .nf-form-content textarea {
    background-color: #fff !important;
    padding: 17px 20px 16px
}

.page-template-template-contact .contact-section form .nf-form-content input:not(input[type=submit]):active,
.page-template-template-contact .contact-section form .nf-form-content input:not(input[type=submit]):focus,
.page-template-template-contact .contact-section form .nf-form-content textarea:active,
.page-template-template-contact .contact-section form .nf-form-content textarea:focus {
    background-color: #fff !important
}

.resources-content {
    max-width: 1114px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 160px
}

.resources-content h2 {
    font-size: 24px;
    line-height: 28.8px;
    max-width: 689px;
    margin-bottom: 22px
}

.resources-content p+h2 {
    margin-top: 40px
}

.resources-content ul {
    padding-bottom: 40px
}

.resources-content p {
    margin-bottom: 30px
}

.about-img-wrapper .background-img {
    -o-object-position: 30%;
    object-position: 30%
}

.page-template-template-general-page .resources-content a {
    color: #93976c
}

.popup-modal.contact-popup-modal .modal-dialog {
    max-width: 1076px
}

.popup-modal.contact-popup-modal .popup-content-wrapper {
    width: 1016px
}

.popup-modal.contact-popup-modal .popup-content-wrapper .contact-popup-icon {
    min-width: 400px;
    background-color: #fcfbf7
}

.popup-modal.contact-popup-modal .popup-content-wrapper .contact-popup-icon img {
    height: 280px;
    width: 280px
}

.popup-modal.contact-popup-modal .popup-content-wrapper .popup-content {
    padding: 60px 54px;
    width: 100%
}

.popup-modal.contact-popup-modal .popup-content-wrapper .popup-content h2 {
    font-size: 32px;
    line-height: 100%
}

.popup-modal.contact-popup-modal .popup-content-wrapper .popup-content p {
    margin-bottom: 25px
}

.popup-modal.contact-popup-modal .popup-content-wrapper .popup-content iframe {
    margin-top: 10px;
    width: 100%;
    height: 500px
}

.popup-modal.contact-popup-modal .popup-content-wrapper .popup-content .btn-global {
    display: block;
    margin-top: 50px
}

.popup-modal.contact-popup-modal.iframe-popup .modal-dialog {
    max-width: 90%;
    height: 100%
}

.popup-modal.contact-popup-modal.iframe-popup .modal-content {
    height: 90%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.popup-modal.contact-popup-modal.iframe-popup .popup-content-wrapper {
    width: 100%;
    height: 100%;
    min-height: 600px;
    max-width: 1300px
}

.popup-modal.contact-popup-modal.iframe-popup .popup-content-wrapper .popup-content {
    height: 100%
}

.popup-modal.contact-popup-modal.iframe-popup .popup-content-wrapper .popup-content iframe {
    margin-top: 10px;
    width: 100%;
    height: 90%
}

.page-template-template-general-page .resources-content a:hover {
    color: #6f5d51
}

.page-template-template-term-condition .resources-content a {
    color: #93976c
}

.page-template-template-term-condition .resources-content a:hover {
    color: #6f5d51
}

.modal {
    scrollbar-width: thin;
    scrollbar-color: #E5D3AA
}

.modal::-webkit-scrollbar {
    width: 8px
}

.modal::-webkit-scrollbar-track {
    width: 4px;
    background: rgba(111, 93, 81, .8)
}

/* .modal .navbar-collapse::-webkit-scrollbar {
            display: none
        } */

/* .modal .dropdown-menu,.modal .navbar-collapse {
            -ms-overflow-style: none;
            scrollbar-width: none
        } */




@media (max-width: 1199px) {
    .modal-error .modal-dialog {
        max-width: 545px
    }

    .modal-error .modal-content {
        padding-top: 60px;
        padding-right: 0
    }

    .modal-error .modal-content:after {
        left: 0;
        bottom: unset;
        width: auto;
        height: 60px
    }
}

.modal-error .modal-header {
    padding: 0;
    border: none;
    height: 0
}

.modal-error .modal-header .close {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    background-color: #6f5d51;
    -webkit-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out;
    z-index: 5;
    opacity: 1
}

.modal-error .modal-header .close:focus,
.modal-error .modal-header .close:hover {
    background-color: #93976c;
    -webkit-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out
}

.modal-error .modal-header .close:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-clip: border-box;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: center;
    background-image: url(https://govavia.com/wp-content/themes/harbinger-vavia/assets/theme/img/icon-close.svg)
}

.modal-error .modal-body {
    padding: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-justify-content: space-between;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.modal-error .modal-body .block-left {
    position: relative;
    min-width: 400px;
    min-height: 536px;
    background-color: #fcfbf7
}

.modal-error .modal-body .block-left:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 280px;
    height: 280px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url(https://govavia.com/wp-content/themes/harbinger-vavia/assets/theme/img/success_modal.svg)
}

@media (max-width: 1199px) {
    .modal-error .modal-body {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        flex-direction: column
    }

    .modal-error .modal-body .block-left {
        min-width: 545px;
        min-height: 300px
    }

    .modal-error .modal-body .block-left:after {
        width: 195px;
        height: 195px
    }
}

@media (max-width: 575px) {
    .location-reviews {
        width: 100%
    }

    .modal-error .modal-dialog {
        max-width: 320px
    }

    .modal-error .modal-body .block-left {
        min-width: 320px;
        min-height: 200px
    }

    .modal-error .modal-body .block-left:after {
        width: 160px;
        height: 160px
    }
}

.modal-error .modal-body .block-right {
    padding: 152px 60px 100px 30px;
    max-width: 676px
}

@media (max-width: 1199px) {
    .modal-error .modal-body .block-right {
        padding: 30px 50px 50px
    }
}

@media (max-width: 767px) {
    .modal-error .modal-body .block-right {
        padding: 30px 20px
    }
}

.modal-error .modal-body .block-right_title {
    margin-bottom: 30px;
    padding: 0 0 14px;
    border: none
}

.modal-error .modal-body .block-right_title h5 {
    position: relative;
    font-family: LuloCleanOne, sans-serif;
    font-size: 32px;
    line-height: 100%;
    text-transform: capitalize;
    color: #6f5d51
}

.modal-error .modal-body .block-right_title h5:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 200px;
    height: 3px;
    background-color: #6f5d51
}

@media (max-width: 1199px) {
    .modal-error .modal-body .block-right_title {
        padding-bottom: 10px;
        margin-bottom: 20px
    }

    .modal-error .modal-body .block-right_title h5 {
        font-size: 24px
    }

    .modal-error .modal-body .block-right_title h5:after {
        bottom: -10px
    }
}

.modal-error .modal-body .block-right_description {
    font-family: "Avenir Next Cyr", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%
}

.modal-error .modal-body .block-right_description p {
    margin: 0
}

.modal-error .modal-body .block-right_btn {
    margin-top: 50px;
    border: none;
    width: 100%;
    outline: 0
}

@media (max-width: 767px) {
    .modal-error .modal-body .block-right_description {
        font-size: 16px
    }

    .modal-error .modal-body .block-right_btn {
        margin-top: 30px
    }
}

.modal-error .modal-body .block-left:after {
    background-image: url(https://govavia.com/wp-content/themes/harbinger-vavia/assets/theme/img/vavia-success-logo.svg)
}

@media (min-width: 360px) {
    .resources-section.container {
        max-width: 1300px
    }
}

@media (min-width: 768px) {
    .hero-banner .play-btn {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .franchise-section .container {
        padding: 0;
        max-width: 460px
    }

    .franchise-section .content {
        padding-left: 100px;
        padding-right: 100px
    }

    .sitemap-wrapper.resources-content {
        padding-left: 45px
    }

    #orderNowPopupModal .modal-dialog {
        margin-top: 80px;
        margin-bottom: 80px
    }
}

@media (min-width: 992px) and (max-width:1300px) {
    .location-section .overlay::before {
        background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 60%, #e5d3aa 97%), linear-gradient(#e5d3aa, rgba(255, 255, 255, 0) 60px, rgba(255, 255, 255, 0) calc(100% - 60px), #e5d3aa)
    }
}

@media (min-width: 992px) {


    .popup-modal .modal-dialog {
        max-width: 960px
    }

    .popup-modal .popup-video-wrapper {
        height: 580px;
        width: 960px
    }

    .hero-banner .section-upper-title {
        padding-left: 3px
    }

    .hero-banner .heading-border:after {
        left: 2px
    }

    .location-section .row {
        padding: 143px 0;

    }

    .social-links-col .social-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 88px 36px;
        position: absolute
    }

    footer .primary-border-left {
        padding-left: 90px !important
    }

    .how-it-works-section .tabbed-content .item .content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-left: 30px
    }

    .how-it-works-section .tabbed-content .item .content .tab-content {
        margin-top: -8px
    }

    .tabbed-content .item.active .item-content-wrapper {
        padding: 180px 40px 100px !important
    }

    .location-section.py-common {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .heading-border::after {
        width: 320px
    }

    .yard-dumpster-section h3 {
        margin-left: 80px
    }

    .yard-dumpster-section .yardDumpster-img-wrapper div img {
        width: 420px
    }

    .tabs-content-seperator {
        height: 42px;
        width: 2px;
        background: #e5d3aa;
        z-index: 99;
        margin: 0 68px
    }
}

@media (min-width: 1200px) and (max-width:1339px) {
    main {
        padding-top: 100px
    }

    /* .navbar .nav-item .nav-link {
                font-size: 14px
            } */

    .navbar .navbar-brand {
        max-width: 130px
    }

    footer .footer-heading,
    footer .footer-list li a {
        font-size: 16px
    }
}

@media (min-width: 1200px) {
    #orderNowPopupModal .popup-content-wrapper .popup-content p {
        margin-bottom: 10px !important
    }



    .harbinger-logo {
        max-width: 92px
    }

    .dumpster-rental-section .dumpster-content p {
        max-width: 583px
    }

    .header-active .navbar .navbar-border-left {
        margin-right: 22px
    }

    /* .header-active .navbar-nav>.nav-item,.header-active .navbar-nav>.nav-item.dropdown-location {
                padding: 28.5px 10px
            } */

    .header-active .navbar-brand {
        margin-right: 0 !important
    }

    .header-active .header-loc-sm {
        padding-left: 0 !important
    }

    .location-content-wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }

    .navbar {
        padding-top: 0;
        padding-bottom: 0
    }

    .navbar .navbar-border-left {
        margin-right: 30px
    }

    .navbar .navbar-brand {
        margin-right: 30px;
        min-width: 130px;
        min-height: 75px
    }

    /* .navbar-nav>.nav-item {
                padding: 40px 8px
            } */

    .menu-heading-wrapper {
        display: none
    }

    .navbar .dropdown {
        position: static
    }





    .header-loc-sm svg {
        margin-right: 8px
    }



    .navbar-nav>li>a {
        color: #6f5d51
    }

    .navbar-nav>li>a:hover {
        color: #93976c
    }

    .header-loc-sm {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .navbar .dropdown.clickable-link {
        position: relative !important
    }



    .menu-heading-wrapper .dropdown-heading.heading-border::after {
        width: 0
    }

    .dumpster-rental-section .dumpster-content {
        margin-left: 20px
    }

    .dumpster-rental-section .dumpster-content .btn-global {
        margin-top: 60px
    }

    .resources-section .swiper {
        padding-left: 75px
    }

    .links-section.container {
        padding-left: 35px;
        padding-right: 35px
    }

    .vavia-cards-section.yard-cards .card-list {
        width: 444px
    }

    .franchise-section .container {
        max-width: 750px
    }

    .popup-modal .modal-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .popup-modal .cancel-btn-wrapper {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 60px
    }

    .popup-modal .popup-video-wrapper {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 1306px
    }

    .footer-list li:first-of-type {
        margin-top: 0 !important
    }

    .yard-dumpster-section .yardDumpster-img-wrapper>div {
        margin-left: 100px
    }

    .resources-btn-wrapper {
        margin-right: 110px
    }

    .resources-content h2:after {
        width: 200px
    }

    .header-form input {
        border: none;
        border-bottom: 3px solid #6f5d51;
        padding: 0 0 14px 38px;
        font-size: 18px
    }

    .header-form .input-wrapper {
        margin-top: 10px
    }

    .header-form .input-wrapper::before {
        left: 9px;
        top: 3px
    }

    #contactPopupModal .popup-content-wrapper .popup-content {
        padding: 150px 60px 100px 30px !important
    }

    #errorModal .modal-body.success-body .block-left {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%
    }

    #errorModal .modal-body.success-body .block-left::after {
        width: 280px;
        height: 280px
    }

    #errorModal .modal-body.success-body .block-right {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%
    }
}

@media (min-width: 1200px) and (max-width:1599px) {
    .hero-banner .section-upper-title {
        padding-left: 3px
    }

    .hero-banner .heading-border:after {
        left: 6px
    }

    .navbar .navbar-brand svg {
        max-width: 130px
    }

    .navbar .navbar-brand svg.sticky-icon {
        left: -4px;
        top: 20px;
        max-height: 32px
    }

    .harbinger-logo {
        margin: 0 7px
    }

    .harbinger-logo svg {
        max-width: 95px
    }

    .logo-align>p {
        margin-right: 8px
    }

    span.author-name-info {
        display: block
    }
}

@media (min-width: 1700px) {
    .heading-border {

        line-height: 80px !important;

    }

    .franchise-section .btn-global,
    .hero-banner .hero-banner-content .btn-global {
        margin-top: 60px
    }

    .franchise-section h2::after {
        background-color: #e5d3aa
    }

    h1 {
        font-size: 80px;
        line-height: 80px
    }

    .h2,
    h2 {
        font-size: 50px
    }

    main {
        padding-top: 138px
    }

    .py-common {
        padding-top: 160px;
        padding-bottom: 160px
    }

    .carousel-btn {
        height: 56px;
        width: 56px
    }

    .play-btn-icon {
        height: 60px;
        width: 60px;
        margin-right: 32px
    }

    .play-btn-icon::before {
        height: 50px;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 45px solid
    }


    .header-active .navbar-brand {
        min-width: 40px !important
    }


    /* .navbar-nav>.nav-item,.navbar-nav>.nav-item.dropdown-location {
                padding: 59px 16px
            } */

    .hero-banner .hero-banner-content h1 {
        margin-bottom: 32px
    }

    .hero-banner .hero-banner-content .heading-border::after {
        width: 210px
    }

    .hero-banner .hero-banner-content p {
        font-size: 32px;
        line-height: 32px
    }

    .hero-banner .play-btn {
        font-size: 18px;
        min-width: 510px;
        padding: 20px 32px
    }

    .dumpster-rental-section .dumpster-content {
        margin-left: 100px
    }

    .tabbed-content li:first-of-type .number-count::before {
        right: -78px !important
    }

    .tabbed-content li .number-count:before {
        line-height: 274px;
        right: -38px;
        bottom: -22px;
        font-size: 360px
    }

    .tabbed-content .item.active .item-content-wrapper {
        padding: 200px 40px 100px !important
    }

    .vavia-cards-section .heading-border::after {
        width: 420px
    }

    .vavia-cards-section .arrow-heading {
        min-height: 131.39px;
        padding-top: 32px
    }

    .vavia-cards-section .card-body {
        padding-top: 53px;
        padding-bottom: 82px
    }

    .vavia-cards-section .chevron-card .card-body {
        padding: 65px 38px 85px
    }

    .vavia-cards-section .chevron-card .card-img {
        height: 90px;
        width: 90px
    }

    .vavia-cards-section h3 {
        margin-bottom: 24px;
        font-size: 32px;
        line-height: 44.8px
    }

    .vavia-cards-section p {
        font-size: 18px
    }

    .dropdown-toggle:after {
        height: 8px;
        width: 8px
    }

    .location-section .location-content p {
        max-width: 582px;
        margin-bottom: 20px
    }

    .franchise-section .container {
        min-height: 728px;
        text-align: center;
        max-width: 1002px
    }

    .franchise-section .shadow-img {
        height: 509px;
        width: 439px
    }

    .franchise-section h2 {
        margin-bottom: 120px;
        color: #e5d3aa
    }

    .franchise-section p {
        color: #e5d3aa
    }

    .social-media-section {
        min-height: 668px
    }

    .footer-text {
        margin-top: 80px
    }


    .how-it-works-section {
        padding-top: 160px
    }

    .how-it-works-section .how-it-works-tab li:nth-child(3) a:before,
    .how-it-works-section .how-it-works-tab li:nth-child(5) a:before {
        bottom: -2px
    }

    .how-it-works-section .how-it-works-tab li a:before {
        bottom: -8px
    }

    .tabbed-content .item.active .item-content-wrapper {
        min-height: 400px
    }

    .contact-section form .nf-form-content input[type=button],
    .contact-section form .nf-form-content input[type=submit] {
        font-size: 24px
    }

    .popup-modal .modal-dialog {
        max-width: 1366px
    }

    .popup-modal .popup-video-wrapper {
        min-width: 1307px;
        height: 622px
    }

    .resources-section {
        width: unset !important
    }

    .resources-section .swiper-slide.featured-resource {
        width: 900px !important
    }

    .yard-dumpster-section {
        padding-top: 160px
    }

    .yard-dumpster-section .yardDumpster-img-wrapper div {
        margin-left: 0
    }

    .yard-dumpster-section .yardDumpster-img-wrapper div img {
        height: 299px;
        width: 770px
    }

    footer .social-links-col .social-links {
        min-width: 118px
    }
}

@media (min-width: 1600px) and (max-width:1850px) {
    .yard-dumpster-section .yardDumpster-img-wrapper div {
        max-width: 700px
    }
}

@media (min-width: 1750px) {
    /* .navbar .nav-item .nav-link {
                font-size:18px
            } */

    .location-section .heading-border {
        z-index: 3
    }

    .how-it-works-section .tabbed-content .item .content {
        padding-left: 65px
    }
}

@media (min-width: 1850px) {
    .yard-dumpster-section .yardDumpster-img-wrapper>div {
        margin-left: 150px;
        margin-right: 50px
    }
}

@media (min-width: 2000px) {
    .item-content-wrapper:before {
        background: -webkit-gradient(linear, left top, right top, color-stop(75%, #6f5d51), color-stop(88%, rgba(111, 93, 81, 0)));
        background: linear-gradient(to right, #6f5d51 75%, rgba(111, 93, 81, 0) 88%)
    }

    .gallery-wrapper .flex-col img {
        height: 400px;
        width: 400px
    }
}

@media (max-width: 1699px) {
    footer .btn-global {
        padding-left: 22px;
        padding-right: 22px;
        font-size: 18px
    }
}

@media (max-width: 1699px) and (min-width:992px) {
    footer .primary-border-left {
        padding-left: 30px !important
    }
}

@media (max-width: 1699px) and (min-width:1200px) {
    footer .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
        margin-left: 20px
    }
}

@media (max-width: 1279px) {
    footer .btn-global {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 16px;
        width: 100%
    }
}

@media (max-width: 1399px) {
    video.hero-banner-video {
        -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4)
    }

    .harbinger-logo {
        margin: 0 7px 0 14px
    }

    .harbinger-logo svg {
        max-width: 85px
    }

    .header-form {
        margin-left: 0
    }

    .header-btn .btn-global {
        max-width: 200px
    }

    .navbar-brand svg {
        max-width: 135px
    }

    footer .social-links-col .social-links {
        min-width: 98px
    }
}

@media (max-width: 1199px) {

    main .shadow-img {
        height: 370px;
        width: 317px;
        top: 40px;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

    .btn-global.primary-color {
        padding: 10px 30px
    }



    /* .header-active .navbar-nav.non-collapsable .nav-item.dropdown-location {
                margin-left: 12px
            } */


    /* .dropdown:not(.clickable-link) .dropdown-menu .nav-item:first-of-type {
                margin-bottom: 20px
            } */

    .harbinger-logo {
        margin: 0 8px 0 11px
    }

    #orderNowPopupModal .popup-content .btn-global {
        width: 100% !important
    }

    .dropdown-toggle {
        position: relative
    }

    .dropdown-toggle:after {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
        height: 15px;
        width: 15px;
        border-right: 3px solid #e5d3aa;
        border-top: 3px solid #e5d3aa;
        margin-left: 12px
    }


    #orderNowPopupModal .popup-content-wrapper {
        width: 100% !important
    }

    .header-loc-sm {
        height: 60px !important;
        width: 60px !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header-loc-sm.has-hoverable-img img {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    /* .navbar-collapse {
                position: absolute;
                max-height: calc(100vh - 106px);
                overflow: scroll;
                top: 100%;
                width: 100%;
                height: 100vh;
                left: 0;
                background: #6f5d51;
                border-left: none;
                padding: 35px 15px
            } */

    /* .navbar-collapse .navbar-nav {
                max-width: 700px
            } */

    .show-location-dropdown {
        display: block !important;
        max-height: unset !important
    }

    .resources-content {
        padding: 50px 15px 100px
    }

    .resources-content h2 {
        line-height: 24px
    }

    .resources-content .resource-prev-next,
    .resources-content p+h2 {
        margin-top: 30px
    }

    .resources-content .resource-prev-next i:after {
        width: 25px
    }

    .resources-content .resource-prev-next .prev-btn {
        padding: 15px 14px 15px 11px
    }

    .resources-content .resource-prev-next .prev-btn i {
        margin-right: 34px
    }

    .resources-content .resource-prev-next .next-btn {
        padding: 15px 32px 15px 30px
    }

    .resources-content .resource-prev-next .next-btn .go-back-icon {
        margin-left: 35px
    }

    /*
            .dropdown:not(.clickable-link) .dropdown-menu .nav-item:first-of-type .nav-link {
                font-size: 24px!important
            }

            .dropdown.clickable-link .list-items .nav-item .nav-link {
                font-size: 20px!important;
                padding: 10px 0
            } */

    ul.list-items {
        text-align: center
    }

    footer .col-lg-8 .row .col-lg-8 .widget_block .wp-block-column {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    /* .navbar-nav.non-collapsable .nav-item {
                position: static;
                padding: 0
            } */



    .nav.flex-column {
        margin-bottom: 36px
    }



    .go-back-btn .go-back-icon {
        margin-right: 40px
    }

    .location-section p {
        max-width: 100%
    }

    .header-btn .btn-global {
        padding: 21px 12px;
        font-size: 16px;
        max-width: none
    }

    /* .navbar-nav>li>a {
                color: #e5d3aa
            }

            .navbar-nav>li>a:hover {
                color: #93976c
            } */

    .navbar .navbar-border-left:after {
        content: none
    }

    .navbar-toggler {
        background: #6f5d51;
        padding: 17px 14px;
        border-radius: 0
    }

    .navbar-toggler .navbar-toggler-icon {
        width: 30px;
        height: 4px;
        display: block;
        background: #e5d3aa;
        margin: 5.5px 0
    }

    .navbar-toggler[aria-expanded=true] {
        min-height: 62px
    }

    .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
        -webkit-transition: .38s linear;
        transition: all .38s linear;
        margin: 0
    }

    .navbar-toggler[aria-expanded=true] .navbar-toggler-icon.one {
        -webkit-transform: rotate(45deg) translateY(3px);
        -ms-transform: rotate(45deg) translateY(3px);
        transform: rotate(45deg) translateY(3px)
    }

    .navbar-toggler[aria-expanded=true] .navbar-toggler-icon.two {
        -webkit-transform: rotate(-45deg) translateY(-2px);
        -ms-transform: rotate(-45deg) translateY(-2px);
        transform: rotate(-45deg) translateY(-2px);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center
    }

    .header-loc-sm {
        border: 1px solid #6f5d51;
        padding: 10px !important
    }

    .header-loc-sm:hover {
        border: 1px solid #93976c
    }

    .header-loc-sm img {
        margin: 0 !important
    }

    .header-loc-sm:before {
        content: none
    }

    /*
            .navbar-nav:not(.non-collapsable) .nav-item .nav-link {
                font-size: 40px
            } */

    /* .dropdown-menu .nav-link,.footer-list li a {
                font-size: 18px!important
            } */

    .menu-heading-wrapper {
        position: relative;
        text-align: center;
        margin-bottom: 55px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 180px
    }

    .menu-heading-wrapper .dropdown-heading {
        font-size: 20px;
        font-family: LuloCleanOne, sans-serif;
        display: inline-block;
        padding: 15px 0;
        color: #e5d3aa;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        min-width: 155px
    }

    .menu-heading-wrapper .dropdown-heading.heading-border::after {
        background-color: #e5d3aa;
        width: 155px !important
    }

    .menu-heading-wrapper .go-back-btn {
        position: absolute;
        left: 15px
    }

    .resources-section .swiper-slide:not(.featured-resource) .img-heading-wrapper img {
        height: 140px
    }

    .dumpster-rental-section .swiper-slide {
        text-align: center
    }

    .dumpster-rental-section .row .dumpster-img-wrapper {
        min-height: 560px
    }

    .location-section {
        text-align: center
    }

    .location-section h2 {
        word-break: break-word
    }

    .location-section .heading-border::after {
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%)
    }

    .location-section .btn-global {
        margin-bottom: 30px;
        min-width: 223px
    }

    footer .footer-text .footer-list li a {
        text-underline-offset: 4px
    }

    .contact-section h2 {
        margin-bottom: 60px
    }

    .contact-section .btn-global {
        width: 100%
    }

    .contact-section .btn-global {
        padding: 12px
    }

    .vavia-cards-section .chevron-card h3 {
        line-height: 33.6px
    }

    .tabbed-content .item .mobile-title:after {
        right: 12px
    }

    footer .wp-block-columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    footer .wp-block-columns .wp-block-column:nth-of-type(2) .footer-list li:first-of-type {
        margin-top: 0
    }

    footer .row>.widget .wp-block-column:nth-of-type(2) {
        margin: 0;
        width: 90%
    }

    footer .row>.widget .wp-block-column:nth-of-type(2) .widget_nav_menu ul {
        max-width: 100%
    }

    .gallery-wrapper {
        -webkit-transform: translateX(43vw) translateY(135px) rotateX(10deg) rotateY(0) rotateZ(31deg);
        transform: translateX(43vw) translateY(135px) rotateX(10deg) rotateY(0) rotateZ(31deg)
    }

    .gallery-wrapper .flex-col img {
        width: 185.5px;
        height: 185.5px
    }

    .gallery-wrapper .flex-col:nth-of-type(2) {
        margin-top: -108px
    }

    .gallery-wrapper .flex-col:nth-of-type(3) {
        margin-top: -248px
    }

    .popup-modal.contact-popup-modal .modal-dialog {
        max-width: 545px
    }

    .popup-modal.contact-popup-modal .popup-content-wrapper {
        width: 545px
    }

    .popup-modal.contact-popup-modal .popup-content-wrapper .contact-popup-icon {
        min-height: 300px;
        min-width: unset
    }

    .popup-modal.contact-popup-modal .popup-content-wrapper .contact-popup-icon img {
        height: 195px;
        width: 195px
    }

    .popup-modal.contact-popup-modal .popup-content-wrapper .popup-content {
        padding: 40px 20px
    }

    .popup-modal.contact-popup-modal .popup-content-wrapper .popup-content h2 {
        margin-bottom: 20px;
        font-size: 24px
    }

    .popup-modal.contact-popup-modal .popup-content-wrapper .popup-content h2.heading-border {
        padding-bottom: 10px
    }

    .mt-5.resources-content {
        margin-left: 20px
    }

    #orderNowPopupModal nf-field:first-of-type .html-container p {
        margin-top: 18px
    }

    .header-form {
        margin-left: 22px
    }

    .header-form .input-wrapper:before {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .header-form .nf-error-msg {
        position: absolute;
        left: 0
    }

    .vavia-custom-form.inline-form input {
        width: 320px;
        font-size: 16px;
        padding: 10px
    }

    .vavia-custom-form.inline-form,
    .vavia-custom-form.inline-form .btn-global {
        margin-top: 30px !important;
        font-size: 20px
    }

    #errorModal .modal-body .list-checkbox-wrap,
    .location-section .vavia-custom-form.inline-form {
        margin-top: 30px
    }

    #errorModal .modal-body .nf-field-element input[type=checkbox]+label {
        margin-left: 32px !important
    }

    #errorModal .modal-body .tick-checkbox-container input[type=checkbox]:checked:before {
        left: 7px;
        border-width: 0 2.5px 2.5px 0
    }

    #errorModal .modal-dialog {
        max-width: 545px !important
    }

    #errorModal .modal-body .block-left {
        min-height: 290px
    }

    #errorModal .modal-body .block-left::after {
        width: 200px;
        height: 200px;
        top: 52%
    }

    #errorModal .modal-body .block-title {
        padding: 0 20px
    }

    #errorModal .modal-body .block-title h2 {
        font-size: 24px;
        padding-bottom: 10px !important
    }

    #errorModal .modal-body .block-title h2::after {
        width: 200px
    }

    #errorModal .modal-body .block-title p {
        font-size: 20px;
        line-height: 28px
    }

    #errorModal .modal-body .html-wrap p {
        font-size: 24px;
        line-height: 36px
    }

    #errorModal .modal-body .block-form {
        padding: 0 20px 50px
    }

    #errorModal .modal-body .nf-form-content {
        max-width: 100% !important
    }

    #errorModal .modal-body .list-checkbox-wrap ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #errorModal .modal-body .list-checkbox-wrap ul li:not(:last-of-type) {
        margin-right: 50px !important
    }

    #errorModal .modal-body .tick-checkbox-container {
        margin-bottom: 50px
    }

    #errorModal .modal-body .tick-checkbox-container .listcheckbox-wrap {
        margin-top: 0 !important
    }

    #errorModal .modal-body .tick-checkbox-container ul li:not(:last-of-type) {
        margin-right: 15px !important
    }

    .dumpster-success-popup .modal-dialog {
        max-width: 545px !important
    }

    .dumpster-success-popup #orderNowFormWrapper .popup-content {
        padding: 30px 50px 50px !important
    }

    .dumpster-success-popup #orderNowFormWrapper .popup-content h2.heading-border {
        margin-bottom: 20px !important
    }

    .dumpster-success-popup #orderNowFormWrapper .popup-content h2.heading-border:after {
        width: 99px
    }

    .location-section .vavia-custom-form.locationForm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 1199px) and (max-width:767px) {

    .vavia-custom-form.inline-form,
    .vavia-custom-form.inline-form .btn-global {
        font-size: 18px
    }
}

@media (max-width: 1065px) {
    footer .btn-global {
        font-size: 14px
    }
}

@media (max-width: 1029px) {
    .hero-banner-content p {
        max-width: 500px
    }

    .yard-cards.vavia-cards-section:not(.commercial-page) .chevron-card .btn-wrapper .btn-global {
        padding-left: 22px;
        padding-right: 22px;
        font-size: 16px
    }
}

@media (min-width: 768px) and (max-width:1199px) {
    .franchise-section .container {
        max-width: 350px
    }

    .franchise-section .relative-content {
        min-width: 550px;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .resources-section .swiper-slide.featured-resource {
        width: 600px !important
    }

    .heading-border {
        margin-bottom: 50px
    }

    .popup-modal.contact-popup-modal .popup-content-wrapper .popup-content h2.heading-border::after {
        width: 99px
    }
}

@media (max-width: 991px) {
    .tabbed-content .item .item-content-wrapper img {
        height: auto;
        width: calc(100% + 30px);
        -o-object-fit: cover;
        object-fit: cover;
        margin: 50px -15px 0;
        max-width: unset;
        max-height: 350px;
    }

    .tabbed-content .item .mobile-title:hover:after,
    .tabbed-content .item.active .mobile-title:after {
        color: #193150
    }

    .tabbed-content .item .content,
    footer .footer-text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal
    }

    h1 {
        font-size: 40px
    }

    .h2,
    h2 {
        font-size: 30px
    }

    .popup-modal .modal-dialog {
        max-width: 680px
    }

    .popup-modal .popup-video-wrapper {
        height: 430px;
        width: 680px
    }

    .overlay::before {
        background: linear-gradient(101.53deg, #fff 23.39%, rgba(255, 255, 255, 0) 105.22%)
    }

    .tabbed-content .item .mobile-title:hover,
    .tabbed-content .item.active .mobile-title {
        background-color: #e5d3aa
    }

    main {
        padding-top: 113px
    }

    .navbar .navbar-brand {
        max-width: 170px
    }

    .tabbed-content .item .tab-title {
        font-size: 24px
    }

    /* .navbar-collapse .navbar-nav {
                max-width: 505px
            } */

    .hero-banner {
        min-height: calc(100vh - 115px)
    }

    .hero-banner .container.container-xl {
        margin: 0
    }

    .hero-banner .hero-banner-content h1 {
        margin-bottom: 20px
    }

    .hero-banner .hero-banner-content p {
        font-size: 24px;
        max-width: 400px;
        margin-bottom: 0
    }

    .hero-banner .hero-banner-content .section-upper-title {
        margin-bottom: 10px
    }

    .hero-banner .hero-banner-content .btn-global {
        margin-top: 30px
    }

    .hero-banner.overlay:before {
        background-image: linear-gradient(101.53deg, #fff 23.39%, rgba(255, 255, 255, 0) 105.22%)
    }

    .hero-banner .play-btn {
        font-size: 14px;
        padding: 10px 61px 10px 20px;
        min-width: unset
    }

    .hero-banner .play-btn-icon::before {
        border-left: 25px solid
    }

    .vavia-cards-section .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .vavia-cards-section .chevron-card .card-body {
        padding: 48px 26px 38px
    }

    .vavia-cards-section .chevron-card .card-body h3 {
        font-size: 24px
    }

    .vavia-cards-section .chevron-card .card-body p {
        font-size: 16px;
        padding: 0;
        margin: 0
    }

    .dumpster-rental-section .btn-global,
    .yard-cards .chevron-card .btn-wrapper .btn-global {
        margin-top: 30px
    }

    .vavia-cards-section .chevron-card .card-img {
        height: 70px;
        width: 70px
    }

    .vavia-cards-section .card-container {
        padding-right: 7px;
        padding-left: 7px;
        max-width: 33%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%
    }

    .vavia-cards-section.yard-cards {
        padding-left: 30px !important;
        padding-right: 30px !important
    }

    .vavia-cards-section.yard-cards .card-container {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .vavia-cards-section.yard-cards .arrow-heading {
        padding: 30px 31px
    }

    .vavia-cards-section.yard-cards .arrow-heading:after {
        -webkit-transform: skewY(-16deg);
        -ms-transform: skewY(-16deg);
        transform: skewY(-16deg)
    }

    .vavia-cards-section.yard-cards .arrow-heading:before {
        -webkit-transform: skewY(16deg);
        -ms-transform: skewY(16deg);
        transform: skewY(16deg)
    }

    .vavia-cards-section.yard-cards .chevron-card .card-img {
        width: 268px !important;
        height: 100px !important
    }

    .vavia-cards-section.yard-cards .chevron-card .card-img-caption {
        font-size: 24px
    }

    .vavia-cards-section.yard-cards .chevron-card .card-body {
        padding: 80px 20px 28px !important
    }

    .dumpster-rental-section .dumpster-img-wrapper {
        max-height: 500px
    }

    .how-it-works-section {
        padding-bottom: 80px
    }

    .yard-cards.vavia-cards-section .chevron-card .card-body {
        min-height: calc(100% - 199px)
    }

    .yard-cards.vavia-cards-section:not(.commercial-page) .chevron-card .btn-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .yard-cards.vavia-cards-section:not(.commercial-page) .chevron-card .btn-wrapper .btn-global {
        min-width: 169.38px;
        padding-left: 22px;
        padding-right: 22px;
        font-size: 16px
    }

    .yard-cards.vavia-cards-section:not(.commercial-page) .chevron-card .btn-wrapper .btn-global+.btn-global {
        margin-top: 10px !important
    }

    .resources-section .swiper .swiper-wrapper {
        padding-top: 30px
    }

    .resources-section:not(.resource-landing) .featured-resource .img-wrapper {
        min-height: unset
    }

    .tabbed-content .item .mobile-title:after {
        bottom: -2px
    }

    .tabbed-content .item.active .item-content-wrapper {
        padding-left: 0;
        padding-right: 0;
        -webkit-transition: none !important;
        transition: none !important
    }

    .tabbed-content .item.active .item-content-wrapper .tab-content {
        max-width: 500px
    }

    .location-section .btn-global,
    .location-section p {
        margin-bottom: 30px
    }

    .location-section {
        text-align: center
    }

    .location-section .heading-border::after {
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%)
    }

    .location-section .btn-global {
        min-width: 223px
    }

    .location-section .container.container-xl {
        max-width: 100%;
        padding: 0
    }

    .location-section .location-content {
        max-width: 505px
    }

    .location-section .overlay::before {
        background-image: linear-gradient(#e5d3aa, rgba(255, 255, 255, 0) 60px, rgba(255, 255, 255, 0) calc(100% - 60px), #e5d3aa)
    }

    #orderNowPopupModal .nf-form-content {
        max-width: 100% !important
    }

    .yard-dumpster-section .heading-container p:nth-of-type(2) {
        margin: 0 auto !important
    }

    .franchise-section .relative-content h2,
    .social-media-section .container h2 {
        margin-bottom: 50px
    }

    .franchise-section .relative-content {
        min-width: 510px
    }

    .franchise-section .relative-content .btn-global {
        margin-top: 50px
    }

    .social-media-section .container .btn-global {
        text-align: center
    }

    .social-media-section.overlay:before {
        background-image: -webkit-gradient(linear, left top, right top, color-stop(37%, #fff), to(rgba(255, 255, 255, 0)));
        background-image: linear-gradient(90deg, #fff 37%, rgba(255, 255, 255, 0) 100%)
    }

    .contact-section form .nf-form-content {
        max-width: 331px;
        line-height: 34px
    }

    .contact-section form .nf-form-content .select-dropdown::after {
        top: 0
    }

    .contact-section form .nf-form-content input:not(input[type=button]):not(input[type=submit]),
    .contact-section form .nf-form-content select,
    .contact-section form .nf-form-content textarea {
        padding: 0 0 10px 10px;
        line-height: 24px;
        font-size: 16px
    }

    .contact-section form .nf-form-content input[type=button],
    .contact-section form .nf-form-content input[type=submit] {
        line-height: 20px
    }

    .contact-section form .nf-form-content textarea.ninja-forms-field {
        height: 37px;
        line-height: 24px
    }

    footer .primary-border-left {
        border-left: none;
        border-top: 2px solid #e5d3aa;
        margin-top: 50px;
        padding: 30px 15px 50px
    }



    .social-links-col .social-links {
        width: calc(100% + 76px);
        margin: 0 -38px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px
    }

    footer .social-links-col .social-links a {
        margin: 0 16px
    }

    footer .footer-logo {
        max-width: 130px
    }

    footer .footer-list li:last-of-type a {
        margin-bottom: 0
    }

    footer .footer-text {
        margin-top: 30px;
        -ms-flex-direction: column;
        flex-direction: column
    }

    footer .footer-text .col-auto {
        margin-bottom: 30px
    }

    footer .footer-text .col-auto.order-1 {
        margin-bottom: 0
    }

    footer .harbinger-logo {
        max-width: 98px
    }

    footer .useful-links-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 50px
    }

    footer .useful-links-list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    footer .btn-global {
        padding-left: 22px;
        padding-right: 22px;
        width: auto;
        font-size: 16px
    }

    .tabbed-content .item {
        margin-bottom: 15px;
        text-align: left
    }

    .tabbed-content .item .mobile-title {
        overflow: hidden;
        position: relative;
        z-index: 12;
        -webkit-transition: none;
        transition: none
    }

    .tabbed-content .item .item-content-wrapper img {
        height: auto;
        width: calc(100% + 30px);
        -o-object-fit: cover;
        object-fit: cover;
        margin: 50px -15px 0;
        max-width: unset;
        max-height: 350px
    }

    .tabbed-content .item.active .item-content-wrapper {
        padding-bottom: 0;
        position: relative
    }

    .tabbed-content .item.active .item-content-wrapper::before {
        position: absolute;
        content: '';
        border-left: 60px solid transparent;
        border-right: 60px solid transparent;
        border-top: 60px solid #ffffff;
        top: -1px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 15;
        -webkit-transition: none;
        transition: none
    }

    .tabbed-content .item .content {
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .tabbed-content .item .content .tab-content,
    .tabbed-content .item .content .tab-title {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        max-width: 100%
    }

    .tabbed-content .item .content .tab-title {
        border-right: none;
        margin-right: 0;
        position: relative;
        margin-bottom: 30px;
        padding-bottom: 20px
    }

    .tabbed-content .item .content .tab-title:before {
        position: absolute;
        content: '';
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 68px;
        height: 2px;
        background: #e5d3aa
    }

    .location-section .vavia-custom-form.inline-form {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .location-section .vavia-custom-form.inline-form .btn-global {
        min-width: unset !important
    }

    .resources-section .swiper {
        margin-top: 0;
        border-top: 2px solid #e5d3aa
    }

    .resources-section .featured-content,
    .resources-section .swiper-slide {
        padding: 30px 20px
    }

    .resources-section .featured-resource {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 50px;
        margin-bottom: 20px;
        border-right: 2px solid #e5d3aa
    }

    .resources-section .featured-resource .img-wrapper {
        max-height: 380px
    }

    .resources-section .featured-resource.swiper-slide {
        display: none !important;
        height: 0
    }

    .resources-section p {
        font-size: 16px;
        line-height: 22.4px
    }

    .resources-section .featured-content h3,
    .resources-section .swiper-slide h3 {
        font-size: 16px;
        line-height: 19.2px;
        margin-bottom: 20px
    }

    .resources-section .swiper-slide {
        min-height: 350px
    }

    .resources-section .swiper-slide.visibility-hidden {
        display: none !important
    }

    .yard-dumpster-section .content-order-btn {
        left: 50%;
        position: relative;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        margin-top: 30px
    }

    .yard-dumpster-section h3 {
        font-size: 24px;
        text-align: center
    }

    .yard-dumpster-section .yardDumpster-img-wrapper div {
        max-width: 100%
    }

    .yard-dumpster-section .yardDumpster-img-wrapper div img {
        height: 203px;
        width: 530px !important
    }

    .yard-dumpster-section .yardDumpster-img-wrapper .btn-wrapper {
        margin-top: 50px !important;
        margin-right: -5px !important;
        margin-left: -5px !important
    }

    .yard-dumpster-section .yardDumpster-img-wrapper .btn-wrapper .btn-global {
        margin-right: 5px !important;
        margin-left: 5px !important
    }

    .yard-dumpster-section .yardDumpster-content-wrapper {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .yard-dumpster-section .yardDumpster-content-wrapper .heading-container p {
        margin-bottom: 10px;
        max-width: 558px
    }

    .yard-dumpster-section .yardDumpster-content-wrapper .heading-border::after {
        width: 155px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .read-more-section {
        padding-top: 100px !important
    }

    .read-more-section article {
        padding: 30px 20px
    }

    .read-more-section article h2 {
        font-size: 24px;
        margin-bottom: 20px
    }

    .read-more-section article .read-more-btn {
        margin-top: 14px
    }

    .faq-wrapper {
        margin: 50px 5px 0
    }

    .faq-wrapper .h3,
    .faq-wrapper h3 {
        font-size: 20px;
        line-height: 24px
    }

    .faq-wrapper .card-header a {
        padding: 20px 68px 20px 20px
    }

    .faq-wrapper .card-header a:after {
        right: 26px
    }

    .faq-wrapper .card-body {
        padding: 0 68px 20px 20px
    }

    .page-template-template-contact h2 {
        margin-bottom: 20px;
        line-height: 100%;
        font-size: 30px
    }

    .page-template-template-contact h3 {
        margin-bottom: 50px;
        font-size: 24px
    }

    .page-template-template-contact .contact-section form .nf-form-content input:not(input[type=button]):not(input[type=submit]),
    .page-template-template-contact .contact-section form .nf-form-content select,
    .page-template-template-contact .contact-section form .nf-form-content textarea {
        padding: 0 0 10px 10px
    }

    #orderNowPopupModal .html-container p {
        margin-bottom: 10px
    }

    #orderNowPopupModal .modal-dialog {
        max-width: 545px !important
    }

    #orderNowPopupModal h2.heading-border:after {
        width: 200px
    }

    #orderNowPopupModal h3 {
        line-height: 36px;
        font-size: 24px;
        margin-top: 40px
    }

    #orderNowPopupModal .location-heading h3 {
        margin-top: 30px
    }

    #orderNowPopupModal .form-term-and-condition .nf-field-element {
        max-height: 320px
    }

    #orderNowPopupModal .nf-field-container.submit-container {
        margin-top: 40px !important
    }

    #orderNowPopupModal .tick-checkbox-container.nf-field-container.listcheckbox-container ul li:not(:last-of-type) {
        margin-right: 12px !important
    }
}

@media (max-width: 767px) {
    .resources-section .resources-btn-wrapper:before {
        content: none
    }



    main {
        padding-top: 84px
    }

    h1 {
        font-size: 30px
    }

    .h2,
    h2 {
        font-size: 20px
    }

    p {
        font-size: 16px
    }

    .btn-global {
        padding: 15px 32px;
        font-size: 18px
    }

    .section-upper-title {
        font-size: 16px;
        line-height: 16px
    }

    .py-common {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .overlay::before {
        background-image: linear-gradient(101.53deg, #fff 23.39%, rgba(255, 255, 255, 0) 105.22%)
    }

    .go-back-btn .go-back-icon {
        margin-right: 30px
    }

    .play-btn-icon {
        width: 30px;
        height: 30px
    }

    .popup-video-wrapper.play-btn-icon::before {
        height: 40px;
        border-left: 40px solid #e5d3aa;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent
    }

    .popup-modal .modal-dialog {
        max-width: 320px
    }

    .popup-modal .popup-video-wrapper {
        height: 280px;
        width: 320px
    }

    #orderNowPopupModal .contact-section form .nf-form-content {
        max-width: 100%
    }

    #orderNowPopupModal .modal-content {
        margin: 20px auto !important
    }

    #orderNowPopupModal .btn-global.footer-btn {
        margin-top: 0 !important
    }

    #orderNowPopupModal form .list-radio-wrap .nf-field-label label {
        font-size: 20px
    }

    .heading-border,
    .resources-content h2 {
        padding-bottom: 16px
    }

    /* header {
        padding: 10px 0
    } */

    header .navbar-toggler {
        max-height: 50px
    }

    .header-active .navbar .navbar-brand {
        min-width: 25px !important
    }

    .header-active .navbar .navbar-brand svg {
        max-width: 38px
    }

    /* .dropdown:not(.clickable-link) .dropdown-menu .nav-item:first-of-type .nav-link {
                font-size: 20px;
                line-height: 100%
            } */

    .header-btn {
        display: none
    }

    .non-collapsable {
        margin-right: 0 !important;
        margin-left: auto !important
    }

    /* .navbar-collapse {
                padding: 25px 15px;
                max-height: calc(100vh - 85px)
            } */

    /* .navbar-collapse .nav.flex-column {
                min-width: 48%
            }

            .navbar-nav .dropdown-menu {
                height: calc(100vh - 86px);
                top: 86px;
                padding-top: 15px!important
            } */

    /* .navbar-nav .dropdown-menu .nav-item:first-of-type .nav-link {
                font-size: 20px!important
            }

            .navbar-nav .dropdown-menu .nav-item:first-of-type .nav-link:before {
                top: 0!important
            } */

    /* .navbar-nav .dropdown-menu .nav-link {
                font-size: 16px!important
            } */

    .go-back-btn {
        font-size: 16px
    }

    .navbar .navbar-brand {
        min-width: 83px;
        min-height: 35px
    }

    .navbar .navbar-brand svg {
        max-width: 83px;
        max-height: 30px
    }

    .navbar .navbar-brand svg.sticky-icon {
        left: -9px;
        max-height: 25px
    }

    .menu-heading-wrapper {
        padding: 0 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 25px
    }

    .menu-heading-wrapper .go-back-btn {
        position: static;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 14px 0 0
    }



    .header-loc-sm {
        padding: 11px 12px !important;
        height: 50px !important;
        width: 50px !important
    }

    .navbar-toggler {
        padding: 12px 9px
    }

    .navbar-toggler[aria-expanded=true] {
        min-height: 50px
    }



    /* .navbar-nav>.nav-item {
                padding: 15px 5px
            }

            .navbar-nav:not(.non-collapsable) .nav-item .nav-link {
                font-size: 20px
            } */

    .hero-banner {
        padding-bottom: 50px;
        min-height: calc(100vh - 88px)
    }

    .hero-banner.overlay::before {
        background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent));
        background-image: linear-gradient(to right, #fff, transparent)
    }

    .hero-banner .hero-banner-content {
        width: 100%;
        margin-top: -60px
    }

    .hero-banner .hero-banner-content h1 {
        font-size: 30px;
        margin-bottom: 14px
    }

    .hero-banner .hero-banner-content p {
        font-size: 20px
    }

    .hero-banner .play-btn {
        left: 0;
        bottom: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .vavia-cards-section h2 {
        margin-bottom: 0
    }

    .vavia-cards-section .row {
        margin-top: 30px
    }

    .vavia-cards-section .card-container:not(.card-container:last-of-type) {
        margin-bottom: 20px !important
    }

    .vavia-cards-section .card-container {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .vavia-cards-section .card-container .chevron-card .card-body {
        padding: 55px 20px 60px
    }

    .vavia-cards-section.yard-cards {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .vavia-cards-section.yard-cards .row {
        margin-top: 50px
    }

    .vavia-cards-section.yard-cards .chevron-card .card-body {
        min-height: calc(100% - 199px)
    }

    .vavia-cards-section.yard-cards .card-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 570px
    }

    .vavia-cards-section.yard-cards .card-container .card-list li {
        margin-bottom: 10px
    }

    .dumpster-rental-section .row,
    .location-section .row {
        margin-left: 0;
        margin-right: 0
    }

    .featured-resource {
        display: none !important
    }

    .franchise-section .background-img {
        display: none
    }

    /* .nav.flex-column {
                margin-bottom: 24px
            } */

    .franchise-section .relative-content .btn-global,
    .location-section .btn-global {
        margin-top: 30px
    }

    .dumpster-rental-section .row .dumpster-img-wrapper {
        min-height: 360px
    }

    .location-section h2 {
        margin-bottom: 10px
    }

    .franchise-section .relative-content h2 {
        margin-bottom: 30px
    }

    .location-section .location-content {
        padding-left: 15px;
        padding-right: 15px
    }

    .franchise-section .container {
        padding-left: 20px;
        padding-right: 20px
    }

    .franchise-section .shadow-img {
        height: 370px;
        width: 317px;
        top: 40px;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

    .franchise-section .middle-item {
        width: 100%
    }

    .franchise-section .relative-content {
        min-width: unset
    }

    .social-media-section {
        min-height: 480px;
        padding-top: 80px
    }

    .social-media-section .container h2 {
        text-align: center
    }

    .social-media-section .container .heading-border:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .social-media-section .container .btn-global {
        margin: 0 auto;
        padding: 15px 32px;
        max-width: 284px;
        display: block
    }

    .social-media-section.overlay:before {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #fff), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(to bottom, #fff 45%, rgba(255, 255, 255, 0) 100%)
    }

    .contact-section form .nf-form-content input[type=button],
    .contact-section form .nf-form-content input[type=submit] {
        padding: 15px 32px
    }

    footer .row>.widget .wp-block-column:nth-of-type(2) .widget_nav_menu ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }

    footer .row>.widget .wp-block-column:nth-of-type(2) .widget_nav_menu .footer-list li:first-of-type {
        margin-top: 0
    }

    footer .wp-block-columns {
        margin-bottom: 30px !important
    }

    footer .useful-links-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 40px
    }

    footer .primary-border-left {
        padding: 30px 15px 0
    }

    footer .menu-item a {
        font-size: 16px
    }

    .tabbed-content .item .item-content-wrapper img {
        width: 100%;
        margin: 50px 0 0
    }

    .tabbed-content .item .mobile-title::before {
        min-height: 100px;
        font-size: 20px
    }

    .tabbed-content .item .mobile-title:after {
        font-size: 122px;
        line-height: 91px;
        right: 50px;
        z-index: -1
    }

    .resources-section .swiper {
        border-top: none
    }

    .resources-section .img-heading-wrapper img {
        margin-bottom: 10px;
        max-height: 140px
    }

    .resources-section .resources-swiper {
        text-align: center
    }

    .resources-section .resources-swiper .swiper-wrapper {
        text-align: left
    }

    .resources-section .resources-btn-wrapper {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-flow: column wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-flow: column wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 35px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .resources-section .resources-btn-wrapper .btn-global {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin-top: 30px
    }

    /* .navbar-nav.non-collapsable {
                margin-left: auto!important
            } */

    .yard-dumpster-section {
        padding-top: 80px
    }

    .yard-dumpster-section h3 {
        font-size: 20px
    }

    .yard-dumpster-section .yardDumpster-img-wrapper div img {
        height: 130px;
        width: 320px
    }

    .yard-dumpster-section .yardDumpster-img-wrapper .btn-wrapper {
        margin-top: 50px !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .yard-dumpster-section .yardDumpster-img-wrapper .btn-wrapper .btn-global {
        min-width: 168px
    }

    .yard-dumpster-section .yardDumpster-img-wrapper .btn-wrapper .btn-global:first-of-type {
        margin-right: 0 !important;
        margin-bottom: 10px
    }

    .yard-dumpster-section .yardDumpster-content-wrapper {
        padding: 90px 20px
    }

    .yard-dumpster-section .yardDumpster-content-wrapper .yardDumpster-content p:nth-of-type(2),
    .yard-dumpster-section .yardDumpster-content-wrapper h4,
    .yard-dumpster-section .yardDumpster-content-wrapper p:first-of-type {
        text-align: center
    }

    .yard-dumpster-section .yardDumpster-content-wrapper .heading-container ul {
        display: inline-block;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%)
    }

    .yard-dumpster-section .yardDumpster-content-wrapper .heading-container ul li {
        font-size: 16px
    }

    .yard-dumpster-section .yardDumpster-content-wrapper .heading-container h4 {
        font-size: 20px
    }

    .yard-dumpster-section .yardDumpster-content-wrapper .heading-container p {
        font-size: 16px
    }

    .yard-dumpster-section .yardDumpster-content-wrapper .heading-container p:first-of-type {
        font-size: 22px
    }

    .yard-dumpster-section .yardDumpster-content-wrapper .heading-container .left-space-heading {
        margin-left: 0
    }

    .yard-dumpster-section .yardDumpster-content-wrapper .heading-container .heading-left-chevron {
        max-width: 80px;
        margin: 0 auto 50px
    }

    .yard-dumpster-section .yardDumpster-content-wrapper .heading-container .heading-left-chevron img {
        height: 40px;
        width: 40px
    }

    .yard-dumpster-section .yardDumpster-content-wrapper .heading-container .heading-left-chevron::after,
    .yard-dumpster-section .yardDumpster-content-wrapper .heading-container .heading-left-chevron::before {
        bottom: 0;
        top: unset;
        width: 50%
    }

    .yard-dumpster-section .yardDumpster-content-wrapper .heading-container .heading-left-chevron::before {
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left;
        left: 0;
        -webkit-transform: skewY(20deg);
        -ms-transform: skewY(20deg);
        transform: skewY(20deg)
    }

    .yard-dumpster-section .yardDumpster-content-wrapper .heading-container .heading-left-chevron::after {
        -webkit-transform-origin: right;
        -ms-transform-origin: right;
        transform-origin: right;
        right: 0;
        -webkit-transform: skewY(-20deg);
        -ms-transform: skewY(-20deg);
        transform: skewY(-20deg)
    }

    .gallery-wrapper {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        -webkit-transform: translateX(8vw) translateY(200px) rotateX(0) rotateY(0) rotateZ(35deg);
        transform: translateX(8vw) translateY(200px) rotateX(0) rotateY(0) rotateZ(35deg)
    }

    .gallery-wrapper .flex-col {
        margin: 0 2px
    }

    .gallery-wrapper .flex-col img {
        height: 118px;
        width: 118px;
        margin: 3px
    }

    .gallery-wrapper .flex-col:nth-of-type(2) {
        margin-top: -72px
    }

    .gallery-wrapper .flex-col:nth-of-type(3) {
        margin-top: -167px
    }

    .gallery-wrapper .flex-col:last-of-type {
        margin-top: -150px
    }

    .popup-modal.contact-popup-modal .popup-content-wrapper .popup-content .btn-global {
        margin-top: 30px
    }

    .tabbed-content .item.active .mobile-title:after {
        opacity: 0
    }

    footer .footer-text .footer-list li a {
        text-underline-offset: 4px
    }

    .faq-wrapper {
        margin-top: 52px
    }

    .faq-wrapper .h3,
    .faq-wrapper h3 {
        font-size: 16px;
        line-height: 19.2px
    }

    .faq-wrapper .card-header a {
        padding: 10px 55px 10px 10px
    }

    .faq-wrapper .card-header a:after {
        right: 20px
    }

    .faq-wrapper .card-body {
        padding: 0 10px 10px
    }

    .page-template-template-contact h2 {
        margin-bottom: 20px;
        font-size: 20px
    }

    .page-template-template-contact h3 {
        margin-bottom: 30px;
        font-size: 20px
    }

    .page-template-template-contact .contact-section form .nf-form-content {
        max-width: 320px
    }

    #errorModal .modal-body .list-checkbox-wrap ul li:not(:last-of-type) {
        margin-right: 0 !important
    }

    .popup-modal.contact-popup-modal .modal-dialog {
        max-width: 320px
    }

    .popup-modal.contact-popup-modal .popup-content-wrapper {
        width: 320px
    }

    .popup-modal.contact-popup-modal .popup-content-wrapper .contact-popup-icon {
        min-height: 200px;
        min-width: unset
    }

    .popup-modal.contact-popup-modal .popup-content-wrapper .contact-popup-icon img {
        height: 160px;
        width: 160px
    }

    .popup-modal.contact-popup-modal .popup-content-wrapper .popup-content {
        padding: 30px 20px 40px
    }

    #orderNowPopupModal .html-container p {
        font-size: 20px
    }

    #errorModal .modal-dialog,
    #orderNowPopupModal .modal-dialog,
    .dumpster-success-popup .modal-dialog {
        max-width: 320px !important
    }

    .header-form input {
        width: 50px;
        height: 50px
    }

    .header-form input:focus {
        width: 100%;
        padding: 16px 10px 16px 45px;
        -webkit-transition: width .3s linear;
        transition: width .3s linear
    }

    .header-form .child-in-focus {
        position: absolute;
        left: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: calc(100% - 88px) !important
    }

    .header-form .input-wrapper {
        width: 50px;
        position: absolute;
        right: 78px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .header-form .input-wrapper:before {
        left: 17px
    }

    .header-form .nf-error-msg {
        width: 200px;
        line-height: 1;
        bottom: -14px
    }

    .vavia-custom-form.inline-form {
        margin-top: 20px
    }

    .vavia-custom-form.inline-form input {
        width: 100%
    }

    .vavia-custom-form.inline-form .btn-global {
        margin-top: 30px !important
    }

    .location-section {
        padding-bottom: 0
    }

    .location-section p {
        margin-bottom: 0
    }

    #errorModal .modal-body .html-wrap:not(:first-of-type),
    #errorModal .modal-body .tick-checkbox-container {
        margin-bottom: 50px
    }

    .location-section .vavia-custom-form.inline-form {
        margin-top: 20px !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .location-section .vavia-custom-form.inline-form .btn-global {
        min-width: unset !important
    }

    #errorModal .modal-body .block-left {
        min-height: 265px;
        min-width: unset
    }

    #errorModal .modal-body .block-left::after {
        width: 192px;
        top: 50%;
        height: 192px
    }

    #errorModal .modal-body .block-title {
        padding: 0 15px
    }

    #errorModal .modal-body .block-title p {
        font-size: 20px;
        line-height: 28px
    }

    #errorModal .modal-body .html-wrap p {
        font-size: 24px;
        line-height: 36px
    }

    #errorModal .modal-body .list-select-wrap:after {
        border-width: 5px 5px 0;
        right: 13px;
        top: 24%
    }

    #errorModal .modal-body .block-form {
        margin-top: 20px;
        padding: 0 15px 30px
    }

    #errorModal .modal-body .tick-checkbox-container .listcheckbox-wrap {
        margin-top: 0 !important
    }

    #errorModal .modal-body .tick-checkbox-container .listcheckbox-wrap input[type=checkbox]:checked:before {
        left: 8px;
        border-width: 0 2.5px 2.5px 0
    }

    #errorModal .modal-body .tick-checkbox-container .listcheckbox-wrap ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 0 !important
    }

    #errorModal .modal-body .tick-checkbox-container .listcheckbox-wrap ul li {
        display: inline-block
    }

    #errorModal .modal-body .personal-info-heading {
        display: none
    }

    .contact-section.bg-white {
        padding-top: 80px
    }

    .contact-section h2 {
        margin-bottom: 30px
    }

    #orderNowPopupModal .tick-checkbox-container .listcheckbox-wrap input[type=checkbox]:checked:before {
        left: 8px;
        border-width: 0 2.5px 2.5px 0
    }

    #orderNowPopupModal .form-term-and-condition .nf-field-element {
        max-height: 320px;
        padding: 15px 15px 0
    }

    #orderNowPopupModal .html-container p {
        margin-bottom: 10px
    }

    #orderNowPopupModal .nf-field-container.submit-container {
        margin-top: 40px !important
    }

    #orderNowPopupModal .tick-checkbox-container.nf-field-container.listcheckbox-container ul li:not(:last-of-type) {
        margin-right: 12px !important
    }

    #orderNowPopupModal .popup-content-wrapper .popup-content p {
        margin-bottom: 10px !important
    }

    #orderNowPopupModal .list-checkbox-wrap ul li:not(:last-of-type) {
        margin-right: 0 !important
    }

    #orderNowPopupModal .tick-checkbox-container {
        margin-bottom: 50px
    }

    #orderNowPopupModal .tick-checkbox-container .listcheckbox-wrap {
        margin-top: 0 !important
    }

    #orderNowPopupModal .tick-checkbox-container .listcheckbox-wrap ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 0 !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #orderNowPopupModal .tick-checkbox-container .listcheckbox-wrap ul li {
        display: inline-block
    }

    #orderNowPopupModal .form-term-and-condition .nf-field-element h3 {
        font-size: 20px;
        line-height: 24px
    }

    #orderNowPopupModal .form-term-and-condition h2 {
        font-size: 18px
    }

    #orderNowPopupModal .form-term-and-condition ul {
        padding-left: 15px
    }

    #orderNowPopupModal .form-term-and-condition li,
    #orderNowPopupModal .form-term-and-condition p {
        font-size: 16px;
        line-height: 22.5px
    }

    .dumpster-success-popup #orderNowFormWrapper .popup-content {
        padding: 30px 20px !important
    }

    .dumpster-success-popup #orderNowFormWrapper .popup-content h2.heading-border {
        margin-bottom: 20px !important
    }

    .dumpster-success-popup #orderNowFormWrapper .popup-content h2.heading-border:after {
        width: 99px
    }
}

@media (max-width: 575px) {
    .gallery-wrapper {
        -webkit-transform: translateX(-18vw) translateY(200px) rotateX(0) rotateY(0) rotateZ(35deg);
        transform: translateX(-18vw) translateY(200px) rotateX(0) rotateY(0) rotateZ(35deg)
    }
}

@media (max-height: 420px) {
    .hero-banner .hero-banner-content {
        margin-top: 0;
        padding-top: 15px;
        padding-bottom: 15px
    }

    .hero-banner .hero-banner-content .btn-global {
        margin-bottom: 50px
    }

    .gallery-wrapper {
        -webkit-transform: translateX(6vw) translateY(200px) rotateX(0) rotateY(0) rotateZ(35deg);
        transform: translateX(6vw) translateY(200px) rotateX(0) rotateY(0) rotateZ(35deg)
    }

    .resources-section .swiper-slide {
        max-width: 50vw
    }
}

@media (min-width: 550px) and (max-height:420px) {
    .header-form .child-in-focus {
        width: calc(100% - 200px) !important;
        left: 126px
    }

    header .navbar-brand {
        display: block !important
    }
}

@media (min-width: 768px) and (max-height:420px) {
    .header-form .child-in-focus {
        position: relative !important;
        left: unset !important
    }

    .header-form .nf-error-msg {
        min-width: 250px
    }
}

.preloader-wrapper {
    top: 0
}

.wp-container-core-columns-layout-1.wp-container-core-columns-layout-1 {
    flex-wrap: nowrap
}

.flatpickr-calendar {
    background: 0 0;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 135.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #fff;
    -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08);
    box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08)
}

.flatpickr-calendar.inline,
.flatpickr-calendar.open {
    opacity: 1;
    max-height: 640px;
    visibility: visible
}

.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999
}

.flatpickr-calendar.animate.open {
    -webkit-animation: .3s cubic-bezier(.23, 1, .32, 1) fpFadeInDown;
    animation: .3s cubic-bezier(.23, 1, .32, 1) fpFadeInDown
}

.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px
}

.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px)
}

.flatpickr-calendar.static.open {
    z-index: 999;
    display: block
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-calendar .hasTime .dayContainer,
.flatpickr-calendar .hasWeeks .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto
}

.flatpickr-calendar:after,
.flatpickr-calendar:before {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    left: 22px
}

.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.rightMost:before {
    left: auto;
    right: 22px
}

.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px
}

.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px
}

.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowTop:before {
    bottom: 100%
}

.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6
}

.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff
}

.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowBottom:before {
    top: 100%
}

.flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6
}

.flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff
}

.flatpickr-calendar:focus {
    outline: 0
}

.flatpickr-wrapper {
    position: relative;
    display: inline-block
}

.flatpickr-months {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.flatpickr-months .flatpickr-month {
    background: 0 0;
    color: rgba(0, 0, 0, .9);
    fill: rgba(0, 0, 0, .9);
    height: 34px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 34px;
    padding: 10px;
    z-index: 3;
    color: rgba(0, 0, 0, .9);
    fill: rgba(0, 0, 0, .9)
}

.flatpickr-months .flatpickr-next-month.flatpickr-disabled,
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
    display: none
}

.flatpickr-months .flatpickr-next-month i,
.flatpickr-months .flatpickr-prev-month i {
    position: relative
}

.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
    left: 0
}

.flatpickr-months .flatpickr-next-month.flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
    right: 0
}

.flatpickr-months .flatpickr-next-month:hover,
.flatpickr-months .flatpickr-prev-month:hover {
    color: #959ea9
}

.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:hover svg {
    fill: #f64747
}

.flatpickr-months .flatpickr-next-month svg,
.flatpickr-months .flatpickr-prev-month svg {
    width: 14px;
    height: 14px
}

.flatpickr-months .flatpickr-next-month svg path,
.flatpickr-months .flatpickr-prev-month svg path {
    -webkit-transition: fill .1s;
    transition: fill .1s;
    fill: inherit
}

.numInputWrapper {
    position: relative;
    height: auto
}

.numInputWrapper input,
.numInputWrapper span {
    display: inline-block
}

.numInputWrapper input {
    width: 100%
}

.numInputWrapper input::-ms-clear {
    display: none
}

.numInputWrapper input::-webkit-inner-spin-button,
.numInputWrapper input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none
}

.numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(57, 57, 57, .15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.numInputWrapper span:hover {
    background: rgba(0, 0, 0, .1)
}

.numInputWrapper span:active {
    background: rgba(0, 0, 0, .2)
}

.numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute
}

.numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0
}

.numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(57, 57, 57, .6);
    top: 26%
}

.numInputWrapper span.arrowDown {
    top: 50%
}

.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57, 57, 57, .6);
    top: 40%
}

.numInputWrapper span svg {
    width: inherit;
    height: auto
}

.numInputWrapper span svg path {
    fill: rgba(0, 0, 0, .5)
}

.numInputWrapper:hover {
    background: rgba(0, 0, 0, .05)
}

.numInputWrapper:hover span {
    opacity: 1
}

.flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0;
    line-height: 1;
    height: 34px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: .5ch;
    padding: 0
}

.flatpickr-current-month span.cur-month:hover {
    background: rgba(0, 0, 0, .05)
}

.flatpickr-current-month .numInputWrapper {
    width: 6ch;
    display: inline-block
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(0, 0, 0, .9)
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(0, 0, 0, .9)
}

.flatpickr-current-month input.cur-year {
    background: 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 .5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.flatpickr-current-month input.cur-year:focus {
    outline: 0
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: rgba(0, 0, 0, .5);
    background: 0 0;
    pointer-events: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    background: 0 0;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0;
    outline: 0;
    padding: 0 0 0 .5ch;
    position: relative;
    vertical-align: initial;
    -webkit-box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    width: auto
}

.flatpickr-current-month .flatpickr-monthDropdown-months:active,
.flatpickr-current-month .flatpickr-monthDropdown-months:focus {
    outline: 0
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(0, 0, 0, .05)
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: transparent;
    outline: 0;
    padding: 0
}

.flatpickr-weekdays {
    background: #91a4b3;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: 0 0;
    color: rgba(0, 0, 0, .54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bolder
}

.dayContainer,
.flatpickr-weeks {
    padding: 1px 0 0
}

.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 307.875px
}

.flatpickr-days:focus {
    outline: 0
}

.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.dayContainer+.dayContainer {
    -webkit-box-shadow: -1px 0 0 #e6e6e6;
    box-shadow: -1px 0 0 #e6e6e6
}

.flatpickr-day {
    background: 0 0;
    border: 1px solid transparent;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    -webkit-flex-basis: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #0e0d0dea
}

.flatpickr-day.today {
    border-color: #959ea9
}

.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
    border-color: #959ea9;
    background: #959ea9;
    color: #fff
}

.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
    background: #569ff7;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #569ff7
}

.flatpickr-day.endRange.startRange,
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange {
    border-radius: 50px 0 0 50px
}

.flatpickr-day.endRange.endRange,
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange {
    border-radius: 0 50px 50px 0
}

.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: -10px 0 0 #569ff7;
    box-shadow: -10px 0 0 #569ff7
}

.flatpickr-day.endRange.startRange.endRange,
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange {
    border-radius: 50px
}

.flatpickr-day.inRange {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
    color: rgba(57, 57, 57, .3);
    background: 0 0;
    border-color: transparent;
    cursor: default
}

/* 
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: rgba(57, 57, 57, .1)
} */
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: rgb(116 49 72 / 49%);
}

.flatpickr-day.week.selected {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
    box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7
}

.flatpickr-day.hidden {
    visibility: hidden
}

.rangeMode .flatpickr-day {
    margin-top: 1px
}

.flatpickr-weekwrapper {
    float: left
}

.flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    -webkit-box-shadow: 1px 0 0 #e6e6e6;
    box-shadow: 1px 0 0 #e6e6e6
}

.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: rgba(57, 57, 57, .3);
    background: 0 0;
    cursor: default;
    border: none
}

.flatpickr-innerContainer {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.flatpickr-time:after {
    content: "";
    display: table;
    clear: both
}

.flatpickr-time .numInputWrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 40%;
    height: 40px;
    float: left
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939
}

.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%
}

.flatpickr-time.time24hr .numInputWrapper {
    width: 49%
}

.flatpickr-time input {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #393939;
    font-size: 14px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.flatpickr-time input.flatpickr-hour {
    font-weight: 700
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
    font-weight: 400
}

.flatpickr-time input:focus {
    outline: 0;
    border: 0
}

.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator {
    height: inherit;
    float: left;
    line-height: inherit;
    color: #393939;
    font-weight: 700;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400
}

.flatpickr-time .flatpickr-am-pm:focus,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time input:hover {
    background: #eee
}

.flatpickr-input[readonly] {
    cursor: pointer
}

@-webkit-keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.section-upper-title,
p {
    /* color: #6f5d51; */
    font-size: 18px;
    font-family: "Avenir Next Cyr", sans-serif
}

.hero-banner-content {
    /* color: #6f5d51; */
    width: 70%;
}

.kabby-color {
    color: #193150 !important;
}

.kabby-background-color {
    background-color: #193150 !important;
}

.h2.kabby,
h1.kabby-color {
    line-height: 100%;
    font-family: LuloCleanOne, sans-serif;
}

.testimonial-sec {
    padding: 100px 0 100px;
}

.page-content {
    padding: 20px 0 140px;
}

ul.kabby li {
    color: #ffffff !important
}

.tabbed-content .how-it-works-tab .active:after {
    position: absolute;
    content: '';
    border-left: 90px solid transparent;
    border-right: 90px solid transparent;
    border-top: 90px solid #f5f5f5;
    top: 100%;
    left: 46%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 15;
    -webkit-transition: .38s linear;
    transition: all .38s linear;
}

.ftrlstt li {
    font-size: 14px;
}

</style>< !--- Book car !--><style id="wpr-usedcss">.display-none {
    display: none;
}

.regiser-card-container {
    width: 100%;
    max-width: 400px;
    margin: 50px auto;
    padding: 20px;
    background-color: #151e30;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.regiser-card-container h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 30px;
}

.regiser-card-container input[type="text"],
.regiser-card-container input[type="tel"],
.regiser-card-container input[type="email"] {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.regiser-card-container button {
    width: 100%;
    padding: 15px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
}

.regiser-card-container button:hover {
    background-color: #0056b3;
}

.login-card-container {
    width: 350px;
    margin: 10px auto;
    text-align: center;
}

.login-card-container h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

#recaptcha-container,
.login-card-container input[type="text"],
.login-card-container input[type="tel"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.login-card-container button {
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.login-card-container button:hover {
    background-color: #0056b3;
}

.alternative-login {
    margin-top: 20px;
}

.alternative-login button {
    width: calc(100% - 20px);
    margin: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: white;
    cursor: pointer;
}

.alternative-login button img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.disclaimer {
    font-size: 12px;
    color: #666;
    margin-top: 20px;
}

.hide-partial-active {
    display: flex !important;
}

.container-input-card {
    display: flex;
    flex-direction: column;
    /* Stack items vertically */
    align-items: center;
    /* Center items horizontally */
}

label,
input {
    /* margin-bottom: 10px; Add space between label and input */
}

.input-currency {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 200px;
    /* Adjust width as needed */
}

[type="radio"]:not(:checked),
[type="radio"]:checked {
    /* position: fixed; */
    left: 0 !important;
}

/* Set map canvas size */
#map {
    right: 0%;
    left: 10%;
    height: 400px;
    width: 80%;
    border: 1px solid #ccc;
    /* Optional: add a border */
    border-radius: 5px;
    /* Optional: add border radius */
}

#autocomplete-list {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 0.5rem;
    padding: 0;
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
    width: calc(100% - 20px);
}

#autocomplete-list li {
    list-style-type: none;
    padding: 0.5rem;
    cursor: pointer;
}

#autocomplete-list li:hover {
    background-color: #f0f0f0;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

/* .fadeInDown {
                                                        -webkit-animation-name: fadeInDown;
                                                        animation-name: fadeInDown
                                                    } */

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

.hide-book-active {
    display: block;
    animation: fadeInUp 0.5s ease forwards;
}

.hide-book-hide {
    /* display:none; */
    animation: fadeInDown2 0.5s ease forwards;
}

@keyframes fadeInDown2 {
    from {
        opacity: 1;
        transform: translateY(-20px);
    }

    to {
        opacity: 0;
        transform: translateY(0);
    }
}

.booking-section {
    background-color: #193253;
}

.pretty {
    position: relative;
    display: inline-block;
    margin-right: 1em;
    white-space: nowrap;
    line-height: 1;
}

.checkboxes .pretty .custom-state label {
    font-size: 18px;
    padding-left: 5px;
}

.pretty .state label {
    position: initial;
    display: inline-block;
    font-weight: 400;
    margin: 0;
    text-indent: 1.5em;
    min-width: calc(1em + 2px);
}

.flex-row-center,
.dropdown-nav-button,
.form-submit-button,
.form-submit-button--square,
.service-round-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pretty .state label:after,
.pretty .state label:before {
    content: '';
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    display: block;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid transparent;
    z-index: 0;
    position: absolute;
    left: 0;
    top: calc((0% - (100% - 1em)) - 8%);
    background-color: transparent;
}

.checkboxes .pretty.p-default input:checked~.state label:after {
    background-color: #000 !important;
}

.pretty.p-default input:checked~.state label:after {
    background-color: #bdc3c7 !important;
}

.checkboxes .pretty .custom-state label::after {
    background-color: transparent;
}

.pretty.p-round .state label:after,
.pretty.p-round .state label:before {
    border-radius: 100%;
}

.pretty.p-default .state label:after {
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6);
}

.pretty .state label:after,
.pretty .state label:before {
    content: '';
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    display: block;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid white;
    z-index: 0;
    position: absolute;
    left: 0;
    top: calc((0% - (100% - 1em)) - 8%);
    background-color: #c50000;
}

.pretty input {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 1em;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

.select2-selection--single {
    height: 45px !important;
}

.select2-selection__arrow {
    display: none !important;
}

.select2-selection__rendered {
    padding-top: 5px;
}

.car-collection-list:hover {
    scale: 0.95;
}

.car-collection-border {
    border: #ff0000 5px solid;
    scale: 0.95
}

#select-person options {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.font-awesome-select {
    font-family: 'FontAwesome', 'Second Font name';

}

.font-awesome-select:after {}

.font-awesome-select .select2-container--default {
    width: 100% !important;
}

.font-awesome-select option:hover {
    background-color: #f0f0f0;
}

select::after {}


/* Style the dropdown arrow */
select::after {
    content: '\25BC';
    /* Unicode character for down arrow */
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

#select-person option {
    padding: 8px 12px;
    cursor: pointer;
}

#car-select-tag {
    /* Firefox */
    /* -moz-appearance: none; */
    /* Chrome, Safari, Opera */
    /* appearance: none; */
    /* Hides the arrow icon in IE */
    /* background: none; */
    /* Hides the arrow icon in IE */
}

#car-select-tag options {
    /* display: none; */
}

/* Style the dropdown container */
.select2-container {
    width: 100%;
    /* Set the width of the dropdown */
}

/* Style the dropdown selection */
.font-awesome-select-div .select2-selection--single {
    height: 38px;
    /* Set the height of the selection box */
    border: 1px solid #ced4da;
    /* Add border */
    border-radius: 4px;
    /* Add border radius */
    background-color: #fff;
    /* Set background color */
    font-family: 'FontAwesome', 'Second Font name';

}

/* Style the arrow */
.select2-selection__arrow {
    height: 36px;
    /* Adjust height to align with selection box */
}

/* Style the dropdown options */
.font-awesome-select-div .select2-dropdown {
    border: 1px solid #ced4da;
    /* Add border */
    border-radius: 4px;
    /* Add border radius */
    font-family: 'FontAwesome', 'Second Font name';

}

/* Style the dropdown option items */
.select2-results__option {
    padding: 8px 12px;
    /* Add padding */
    cursor: pointer;
    /* Add cursor pointer */
}

/* Style the highlighted option */
.select2-results__option--highlighted {
    background-color: #f0f0f0;
    /* Set background color */
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

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

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

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

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

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

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

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

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

.display {
    display: block !important;
}

.tab-wrap {
    transition: 0.3s box-shadow ease;
    border-radius: 6px;
    /*max-width: 60%;*/
    display: flex;
    flex-wrap: wrap;
    position: relative;
    list-style: none;
    background-color: #fff;
    margin: 40px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.tab-wrap:hover {
    box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19);
}

.tab {
    display: none;
}

.tab:checked:nth-of-type(1)~.tab__content:nth-of-type(1) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 50;
    transform: translateY(0px);
    text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(2)~.tab__content:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 99;
    transform: translateY(0px);
    text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(3)~.tab__content:nth-of-type(3) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 99;
    transform: translateY(0px);
    text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(4)~.tab__content:nth-of-type(4) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 99;
    transform: translateY(0px);
    text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(5)~.tab__content:nth-of-type(5) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 99;
    transform: translateY(0px);
    text-shadow: 0 0 0;
}

.tab:first-of-type:not(:last-of-type)+label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.tab:not(:first-of-type):not(:last-of-type)+label {
    border-radius: 0;
}

.tab:last-of-type:not(:first-of-type)+label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.tab:checked+label {
    background-color: #fff;
    box-shadow: 0 -1px 0 #fff inset;
    cursor: default;
}

.tab:checked+label:hover {
    box-shadow: 0 -1px 0 #fff inset;
    background-color: #fff;
}

.tab+label {
    box-shadow: 0 -1px 0 #eee inset;
    border-radius: 6px 6px 0 0;
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #333;
    flex-grow: 3;
    text-align: center;
    background-color: #f2f2f2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    transition: 0.3s background-color ease, 0.3s box-shadow ease;
    height: 50px;
    box-sizing: border-box;
    padding: 15px;
}

.tab+label:hover {
    background-color: #f9f9f9;
    box-shadow: 0 1px 0 #f4f4f4 inset;
}

.tab__content {
    padding: 10px 25px;
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: -1;
    opacity: 0;
    left: 0;
    transform: translateY(-3px);
    border-radius: 6px;
}

/* Custom CSS styles */
.location-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.location-container i {
    margin-right: 10px;
    color: #007bff;
    /* Change color as needed */
}

.location-container span {
    font-size: 16px;
    color: #333;
}

[type="radio"]:not(:checked)+label {
    height: 51px !important;
}

.ride-placed,
.pickup-time,
.pickup-date {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #000;
}

.modal {

    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    /* width: 50%; */
    max-width: 50%;
    /* Could be more or less, depending on screen size */
}

/* Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/*@media (min-width: 1200px) {
              .how-work-area {
                  padding-top: 0;
              }
          }*/
/* --- Hero Section Layout --- */
.hero-banner-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
}

/* Optional: Left Heading Styling */
/* 
.hero-banner-left {
  flex: 1;
  min-width: 280px;
  max-width: 600px;
  color: white;
}
*/

.booking-card-wrapper {
    flex: 1;
    min-width: 381px;
    max-width: 505px;
    display: flex;
    justify-content: flex-end;
    min-width: 200px;
    width: 100%;
    /* max-height: 390px; */

}

/* --- Form Card Styling --- */
.ride-form {
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    width: 100%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    color: #000;
}

.ride-form .form-heading1 {
    font-weight: 700;
    font-size: 28px;
    line-height: 33.38px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: black;
}

.ride-form .form-heading {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #6c757d;
    margin-bottom: 20px;
}


/* --- Trip Type Radio Buttons --- */
.trip-type {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.trip-type label {
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #333;
    gap: 6px;
}

input[type="radio"] {
    appearance: auto !important;
    opacity: 1 !important;
    display: inline-block !important;
    position: static !important;
    visibility: visible !important;
}



/* --- Input Fields with Icons --- */
.input-icon {
    position: relative;
    width: 100%;
    margin: 10px 0;
}

.input-icon i {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    color: #0b2c4d;
    font-size: 14px;
    z-index: 2;
}

.input-icon input {
    width: 100%;
    padding: 12px 12px 12px 38px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    background-color: #f9f9f9;
    color: #333;
}

.ride-form input[type="text"],
.ride-form input[type="date"],
.ride-form input[type="time"] {
    font-family: inherit;
    width: 100%;
    color: black;
}

/* input::placeholder {
    color: gray;
 
} */

/* When input has value (not placeholder) */
input:not(:placeholder-shown) {
    border-color: green;
    color: black;
    font-weight: bold;
}

/* --- Date & Time --- */
.datetime {
    display: flex;
    gap: 10px;
}

/* --- Vehicle Type Buttons --- */
.vehicle-select {
    display: flex;
    gap: 10px;
    margin: 5px 0 30px;
    flex-wrap: wrap;
}

.vehicle-select button {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #ffff;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s ease;
    min-width: 140px;
}

.vehicle-select button:hover {
    background: #e0e0e0;
}

/* --- Search Button --- */
.search-btn {
    width: 100%;
    padding: 14px;
    background: #0b2c4d;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
}

.search-btn:hover {
    background: #09365f;
}

.search-btn a {
    color: white;
}

/* --- Responsive --- */
@media screen and (max-width: 768px) {
    .hero-banner-flex {
        flex-direction: column;
    }

    .booking-card-wrapper {
        justify-content: center;
        margin-top: 30px;
    }

    .ride-form {
        padding: 24px;
    }

    .trip-type {
        flex-direction: column;
        gap: 8px;
    }
}

.location {
    position: relative;
}

.location-img img {
    position: absolute;
    top: 12px;
    left: 9px;
}

.location input {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    padding-left: 30px;
    width: 100%;
}

.date-input input {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}

.time-input input {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}

.datetime img {
    position: absolute;
    bottom: 25px;
    right: 12px;
}

.datetime .date-input,
.datetime .time-input {
    position: relative;
    flex: 1;
}

.vehicle-text {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
    color: black;
}

.ride-form .form-control {
    background-color: #fff !important;
}

.autocomplete-list {
    position: absolute;
    top: 105%;
    left: 0;
    width: 100%;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    max-height: 220px;
    overflow-y: auto;
    display: none;
    z-index: 100;
}

.autocomplete-item {
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 1px solid #f2f2f2;
    transition: background 0.2s;
    font-size: 16px;
}


.cus_top {
    margin-bottom: 40px;
}

.flatpickr-day:hover {
    cursor: pointer;
    outline: 0;
    background: #0b2c4d !important;
    color: white !important;
    border-color: #e6e6e6 !important;
}

.autocomplete-item:last-child {
    border-bottom: none;
}

span.flatpickr-day.today {
    background: #0b2c4d !important;
    color: white;
    font-weight: 500;
}

.autocomplete-item:hover {
    background: #193150;
    color: white;
    font-weight: 500;
}

.no-results {
    padding: 10px 15px;
    color: #999;
    text-align: center;
}

.date-input,
.time-input {
    position: relative;
    width: 200px;
}

.date-input img,
.time-input img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    pointer-events: none;
}

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

.vehicle-select button {
    padding: 10px 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    cursor: pointer;
    transition: 0.2s;
}

.vehicle-select button:hover {
    background-color: #e0e0e0;
}

.vehicle-select button.active {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

.form-control:disabled,
.form-control[readonly] {
    opacity: unset !important;
}

@media (max-width: 992px) {
    .steps-container {
        flex-wrap: wrap;
    }

    .hero-banner-flex {

        flex-wrap: wrap;
        justify-content: center;
    }

    .heading-border {
        font-size: 32px !important;
        line-height: 56px !important;
    }
}

@media (min-width: 1200px) {


    /* .navbar-expand-xl .navbar-nav {
                -ms-flex-direction: row;
                flex-direction: row
            } */

    /* .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            } */


    /* .navbar-expand-xl .navbar-collapse {
                display: -webkit-box!important;
                display: -ms-flexbox!important;
                display: flex!important;
                -ms-flex-preferred-size: auto;
                flex-basis: auto
            } */


}

@media (min-width: 992px) and (min-width:1600px) {
    .tabbed-content .how-it-works-tab li a {
        min-height: 300px;
        font-size: 32px
    }

    /* .heading-border {
        font-size: 55px !important;
        line-height: 60px !important;
    } */


    .tabbed-content .how-it-works-tab li:first-child a:before {
        right: -74px
    }
}

@media (min-width: 767px) and (max-width:992) {
    .heading-border {
        font-size: 36px !important;
        line-height: 62px !important;
    }

    /* .heading-border {
        font-size: 55px !important;
        line-height: 60px !important;
    } */


    .tabbed-content .how-it-works-tab li:first-child a:before {
        right: -74px
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-direction: normal !important
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }
}

@media (min-width: 1600px) {
    /* .navbar .dropdown-menu .nav .nav-item:first-of-type .nav-link {
                font-size:24px
            } */

    .header-btn a {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    footer .col-lg-8 .row .col-lg-8 .widget_block .wp-block-column {
        -ms-flex-preferred-size: calc(50% - 30px) !important;
        flex-basis: calc(50% - 30px) !important
    }
}

@media (min-width: 992px) {
    .booking-card-wrapper {

        /* max-height: 390px; */
        /* position: relative;
        top: 60px; */

    }
}

@media (min-width: 992px) and (max-width: 1400px) {
    .heading-border {
        font-size: 42px !important;
        line-height: 62px !important;
    }
}

.heading-border {
    font-size: 56px;


}

.location span {
    color: red;
    font-size: 16px;
    position: relative;
    top: -14px;
}

.login-kabby svg {
    position: relative;
    top: -2px;
}

/* .about-us-area {
    background: #193150;
} */


.time-item.selected {
    background-color: #193150 !important;
}

.about-us-area {
    background-color: rgb(8, 42, 65);
    background-size: 200% 200%;
    animation: rotateGradient 20s ease-in-out infinite;
    color: #fff;

    margin: 0;
    font-family: 'Inter', sans-serif;
}

/* Smooth rotating movement */
@keyframes rotateGradient {
    0% {
        background-position: 0% 0%;
    }

    25% {
        background-position: 100% 0%;
    }

    50% {
        background-position: 100% 100%;
    }

    75% {
        background-position: 0% 100%;
    }

    100% {
        background-position: 0% 0%;
    }
}

.card-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    width: 100%;
    max-width: 1300px;
}

.car-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.car-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}

/* Animated gradient header */
.car-image-section {
    background: #193150;
    background-size: 300% 300%;
    animation: gradientShift 6s ease infinite;
    padding: 40px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 250px;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.car-image-section::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: #193150;
    animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

.car-image {
    width: 70%;
    max-width: 350px;
    height: auto;
    position: relative;
    z-index: 2;
    filter: brightness(1.15) contrast(1.15) drop-shadow(0 8px 20px rgba(0, 0, 0, 0.4));
    animation: float 3s ease-in-out infinite;
    border-radius: 10px;
    transition: all 0.4s ease;
}

.car-image:hover {
    transform: scale(1.05);
    filter: brightness(1.2) contrast(1.2) drop-shadow(0 10px 25px rgba(0, 0, 0, 0.5));
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

.car-title {
    background-color: rgb(8, 42, 65);
    color: white;
    padding: 8px 10px;
    height: 100px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}


.car-title h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 41px;
}

.car-models {
    font-size: 14px;
    opacity: 0.9;
    font-weight: 300;
    display: none;
}

.car-details {
    padding: 25px;
}

.specs {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.spec-item {
    text-align: center;
    flex: 1;
}

.spec-label {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    font-weight: 600;
}

.spec-value {
    font-size: 18px;
    color: #003153;
    font-weight: 700;
}

.description {
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 16px;
}

.pricing-info {
    background-color: rgb(8, 42, 65);
    border-radius: 12px;
    padding: 10px 15px;
    margin-top: 20px;
    color: white;
}

.pricing-item {
    display: flex;
    align-items: center;

    font-size: 14px;
}

.checkmark {
    color: #28a745;
    font-weight: 700;
    margin-right: 10px;
    font-size: 18px;
}

.cross {
    color: #dc3545;
    font-weight: 700;
    margin-right: 10px;
    font-size: 18px;
}

.book-button {
    width: 100%;
    padding: 15px;
    background-color: rgb(8, 42, 65);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.book-button:hover {
    background: linear-gradient(135deg, #003153, #175e8e);
    transform: scale(1.02);
    box-shadow: 0 5px 20px rgba(23, 94, 142, 0.4);
}

.book-button:active {
    transform: scale(0.98);
}

@media (max-width: 480px) {
    h1 {
        font-size: 28px;
    }

    .car-title h2 {
        font-size: 20px;
    }

    .specs {
        flex-direction: column;
        gap: 15px;
    }

    .spec-item {
        display: flex;
        justify-content: space-between;
        text-align: left;
    }
}

.car-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 73px 0 137px 0;
}

section.process-card1.container {
    margin-top: 182px;
}


.car-sectio .heading-border {
    color: black;
    margin-bottom: 69px;
}

.flatpickr-calendar.animate.arrowLeft.open.arrowTop {
    width: unset;
}

.flatpickr-calendar.hasTime.noCalendar.animate.arrowTop.arrowLeft.open {
    width: 186px;
}

.process-card {
    background: white;
    border: 3px solid white;
    border-radius: 20px;
    padding: 60px 40px 40px;
    /* max-width: 400px; */
    height: 100%;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.process-card::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #193150;
    transition: top 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.process-card:hover::before {
    top: 0;
}

.icon-container {
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
    position: relative;
    z-index: 2;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.process-card:hover .icon-container {
    transform: rotate(360deg) scale(1.1);
}

.icon-container img {
    width: 100%;
    padding: 17px;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(23, 94, 142, 0.3);
    transition: all 0.6s ease;
}

.process-card:hover .icon-container img {
    box-shadow: 0 15px 40px rgba(255, 255, 255, 0.3);
}

.card-content {
    position: relative;
    z-index: 2;
}

.card-title {
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-weight: 600;
    transition: color 0.6s ease;
    text-align: center;
}

.process-card1 .col-md-4 {
    margin-bottom: 20px;
}

.process-card:hover .card-title {
    color: rgba(255, 255, 255, 0.8);
}

.card-heading {
    font-size: 24px;
    color: #003153;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 32px;
    transition: color 0.6s ease;
}

.process-card:hover .card-heading {
    color: white;
}

.card-description {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    transition: color 0.6s ease;
}

.process-card:hover .card-description {
    color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 480px) {
    .process-card {
        padding: 50px 20px 30px;
    }

    .icon-container {
        width: 142px;
        height: 142px;
    }

    .card-heading {
        font-size: 24px;
    }

    .card-description {
        font-size: 14px;
    }
}

.process-card1 .row {
    justify-content: space-between;
}




/* .profile {
    margin: 40px 70px;
} */

.profile .container {
    display: flex;

    border-radius: 8px;
    background: #fff;
    gap: 20px;
    margin-top: 130px;
}

/* Sidebar */
.profile .sidebar {
    width: 30%;
    border-right: 1px solid #e5e7eb;
    background: #fff;
    padding: 20px 30px;
}

.profile .sidebar h2 {
    font-size: 18px;
    font-weight: 600;
    padding: 0 20px 20px;
    color: #374151;
    display: flex;
    align-items: center;
    gap: 8px;
}

.profile .tab-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 20px;
    border: none;
    background: none;
    text-align: left;
    font-size: 18px;
    cursor: pointer;
    color: #374151;
    transition: background 0.2s;
    margin-bottom: 15px;
}

.profile .tab-btn:hover {
    background: #f3f4f6;
}

.profile .tab-btn.active {
    background: #e6f1ff;
    /* border-left: 4px solid #1d4ed8; */
    font-weight: 600;
    border-radius: 5px;
    padding: 18px 20px;
    color: #09436b;
}

.tab-btn i {
    position: relative;
    top: -2px;
}

/* Content area */
.profile .content {
    flex: 1;
    padding: 40px 60px 40px 40px;
    box-shadow: 0 5px 20px rgb(102 126 234 / 25%);
}

.profile .content h1 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 24px;
    padding: 0 24px;
}

/* Profile section */
.profile .profile-box {
    border-radius: 6px;
    padding: 24px;
}

.profile .profile-avatar {
    display: flex;

    margin-bottom: 20px;
    position: relative;
}

.profile .avatar {
    width: 118px;
    height: 118px;
    border-radius: 50%;
    background: #c4c4c4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
    position: relative;
}

.profile .camera-btn {
    position: absolute;
    bottom: 5px;
    /* left: 86px; */
    background: #193150;
    border-radius: 50% 50%;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 2px solid #fff; */
    cursor: pointer;
    font-size: 14px;
    color: #fff;
}

/* Form */
.profile .form-group {
    margin-bottom: 16px;
    position: relative;
}

.profile .form-label {
    display: inline-block;
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 7px;
    position: relative;
    /* width: 53px; */
    top: 14px;
    /* z-index: 99; */
    background: white;
    padding: 0 7px;
    left: 32px;
    text-align: center;
}

.profile .form-input {
    width: 100%;
    padding: 17px 37px;
    border: 1.5px solid #d1d5db;
    border-radius: 13px;
    font-size: 15px;
    font-weight: 500;
}

.profile .input-wrapper {
    position: relative;
}

.profile .edit-icon {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    font-size: 14px;
    color: #6b7280;
    cursor: pointer;
}

.profile .save-btn {
    width: 100%;
    padding: 17px;
    margin-top: 20px;
    border: none;
    border-radius: 17px;
    font-size: 18px;
    font-weight: 600;
    background: #193150;
    line-height: 22px;
    letter-spacing: 1px;
    color: #fff;
}

.profile .save-btn:hover {
    background: #1e40af;
}

/* Hide inactive tabs */
.profile .tab-content {
    display: none;
}

.profile .tab-content.active {
    display: block;
}

@media (max-width: 768px) {
    .profile .container {
        flex-direction: column;
    }

    .profile .sidebar {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e5e7eb;
    }
}

.profile-head {
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 13px;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-bottom: 14px;
    padding: 0 30px;
}

.change-password {
    display: flex;
    align-items: center;
    gap: 10px;
}

.change-password img {
    width: 23px;
}

.sidebar .tab-btn .fa-chevron-right {
    color: grey;
}

.sidebar .tab-btn.active .fa-chevron-right {
    color: black;
}

.avatar img {
    width: 75px;
}

@media (max-width: 1200px) {
    .profile .content {
        padding: 40px 40px 0px 40px;
    }


    .app-download-box .text-center {
        font-size: 16px;
    }

    .app-download-box {
        padding-right: 0 !important;
    }

    .footeritem {
        display: block;
    }
}

@media (max-width: 992px) {
    .profile .container {
        flex-direction: column;
        /* padding-top: 160px; */
    }

    .profile .sidebar {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e5e7eb;
    }
}

.eye-password {
    position: absolute;
    top: 50%;
    right: 12px;
    /* transform: translateY(-50%); */
    font-size: 14px;
    color: #6b7280;
    cursor: pointer;
}

.map-detail {
    margin: 40px 70px;
}

.map-detail .container {
    display: flex;

    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

.map-detail .change-password {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Sidebar */
.map-detail .sidebar {
    width: 30%;
    border-right: 1px solid #e5e7eb;
    background: #fff;
    padding: 20px 30px;
}

.map-detail .sidebar h2 {
    font-size: 18px;
    font-weight: 600;
    padding: 0 20px 20px;
    color: #374151;
    display: flex;
    align-items: center;
    gap: 8px;
}

.map-detail .tab-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 20px;
    border: none;
    background: none;
    text-align: left;
    font-size: 18px;
    cursor: pointer;
    color: #374151;
    transition: background 0.2s;
    margin-bottom: 15px;
}

.map-detail .tab-btn:hover {
    background: #f3f4f6;
}

.map-detail .tab-btn.active {
    background: #e6f1ff;
    /* border-left: 4px solid #1d4ed8; */
    font-weight: 600;
    border-radius: 5px;
    padding: 18px 20px;
}

/* Content area */
.profile .content {
    flex: 1;
    padding: 40px 60px 40px 40px;
}

.profile .content h1 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 24px;
    padding: 0 0px;
    color: black !important;
}

/* Profile section */

.profile .save-btn {
    width: 100%;
    padding: 17px;
    margin-top: 20px;
    border: none;
    border-radius: 17px;
    font-size: 18px;
    font-weight: 600;
    background: #193150;
    line-height: 22px;
}

/* Hide inactive tabs */
.profile .tab-content {
    display: none;
}

.profile .tab-content.active {
    display: block;
}

@media (max-width: 768px) {
    .profile .container {
        flex-direction: column;
    }

    .profile .sidebar {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e5e7eb;
    }
}

.map-detail .sidebar .tab-btn .fa-chevron-right {
    color: grey;
}

.map-detail .sidebar .tab-btn.active .fa-chevron-right {
    color: black;
}

@media (max-width: 1200px) {

    .profile .content {
        padding: 0px 40px 0px 40px;
    }

    .booking-card-wrapper {

        position: relative;
        top: 51px;
    }
}

@media (max-width: 992px) {
    .profile .container {
        flex-direction: column;
    }

    .profile .sidebar {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e5e7eb;
    }
}

.map-detail.rides {
    background: white;
    padding: 30px;
    border-radius: 23px;
}

.map-detail .ride-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid #80808054;
}

.map-detail .car-icon {
    width: 125px;
    height: 60px;
    background: #f8f9fa;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.map-detail .ride-info {
    flex: 1;
}

.map-detail .car-name {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}

.map-detail .car-model {
    font-size: 14px;

    line-height: 20px;
    letter-spacing: 0.7%;
    vertical-align: bottom;
    color: #737373;
    font-weight: 500;

    margin-bottom: 4px;
}

.map-detail .ride-details {
    display: flex;
    gap: 20px;
    font-size: 12px;
    color: #666;
}

.map-detail .pricing {
    text-align: right;
    display: flex;
    align-items: center;
    gap: 11px;
}

.map-detail .original-price {
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
}

.map-detail .current-price {
    font-size: 14px;
    font-weight: 700;
    color: #757a81;

    padding: 5px 8px;
    border-radius: 7px;
}

.map-detail .duration ul {
    list-style-type: disc;
    /* bullet type */
    list-style-position: inside;
    /* bullet inside the content box */
    padding-left: 0;
    /* remove extra padding */
}

.map-detail .ride-container {
    margin-bottom: 20px;

    border-radius: 12px;
    overflow: hidden;
}

.map-detail .cus_ridecard {
    margin-bottom: 19px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid #00000033;
    border-radius: 12px;
}

.map-detail .cus_ridecard:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.map-detail .ride-map-container {
    position: relative;
    height: 180px;
    background: linear-gradient(135deg, #e8f5e8 0%, #d4edda 100%);
    overflow: hidden;
}

.map-detail .ride-labels {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 10px;
    font-weight: 500;
}

.map-detail .ride-label {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    padding: 2px 6px;
    border-radius: 8px;
    font-size: 9px;
    color: #666;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.map-detail .ride-route-line {
    position: absolute;
    top: 50%;
    left: 15%;
    right: 15%;
    height: 2px;
    background: #dc3545;
    border-radius: 1px;
    transform: translateY(-50%);
    opacity: 0.8;
}

.map-detail .ride-route-line::before {
    left: -3px;
}

.ride-route-line::after {
    right: -3px;
}

.map-detail .cus_ridedetails {
    padding: 20px;
    background: white;
}

.map-detail .ride-header {
    display: flex;
    /* align-items: flex-start; */
    margin-bottom: 16px;
    align-items: center;
}

.map-detail .ride-car-image {
    border-radius: 8px;
    margin-right: 16px;
    position: relative;
    overflow: hidden;
}

.map-detail .ride-car-image img {
    width: 107px;
    height: 80px;
    object-fit: contain;
}

.map-detail .ride-info h3 {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 4px;
}

.map-detail .ride-meta {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #6c757d;
    gap: 12px;
}

.map-detail .ride-meta .ride-date {
    font-weight: 500;
}

.map-detail .ride-meta .ride-time {
    color: #495057;
}

.map-detail .ride-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e0e6ec;
}

.map-detail .ride-price-info {
    flex: 1;
}

.map-detail .ride-price {
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 2px;
}

.map-detail .ride-car-details {
    font-size: 15px;
    color: #6c757d;
    font-weight: 500;
}

.map-detail .ride-actions {
    display: flex;
    gap: 12px;
}

.map-detail .ride-btn {
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.map-detail .ride-btn-outline {
    background: white;
    color: #6c757d;
    border: 1.5px solid #9a9fa3;
}

.map-detail .ride-btn-outline:hover {
    background: #f8f9fa;
    border-color: #adb5bd;
    color: #495057;
}

.map-detail .ride-btn-danger {
    background: #dc3545;
    color: white;
    border: 1.5px solid #dc3545;
}

.map-detail .ride-btn-danger:hover {
    background: #c82333;
    border-color: #bd2130;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}

@media (max-width: 640px) {
    .map-detail .ride-container {
        margin: 10px;
        border-radius: 8px;
    }

    .map-detail .cus_ridedetails {
        padding: 16px;
    }

    .map-detail .ride-actions {
        flex-direction: column;
    }

    .map-detail .ride-btn {
        width: 100%;
    }
}

.map-detail .ride-loading .ride-car-image {
    animation: ride-pulse 1.5s infinite;
}

.map-detail .ride-map-container img {
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.map-detail .ride-car-info {
    font-weight: 700;

    font-size: 15px;
    margin-top: 3px;

    line-height: 20px;
    letter-spacing: 0.7%;
}

.map-detail .profile-head {
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 13px;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-bottom: 14px;
    padding: 0 30px;
}


faq-section {
    max-width: 950px;
    margin: 0px auto;
    padding: 37px 20px 83px;
    font-family: "Segoe UI", sans-serif;
}

.faq-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
    color: white;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    color: white;
    outline: none;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.faq-question .icon {
    transition: transform 0.3s ease;
    font-weight: bold;
    font-size: 1.2rem;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 0;
}

.faq-answer p {
    margin: 10px 0;
    color: white;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    /* enough for content */
    padding: 10px 0;
    color: white;
}

.faq-item.active .faq-question .icon {
    transform: rotate(180deg);
    content: "–";
}

.faq {
    background: #193150;
}

.faq-section {
    padding: 94px 0 117px;
}

section.faq {
    margin: 115px 0 40px;
}

.faq-section .heading-border::after,
.resources-content h2::after {
    background-color: #fff;
    left: 38%;
}

.car-section .heading-border::after,
.resources-content h2::after {

    left: 38%;
}

.flatpickr-calendar.animate.open {
    width: 308px;
}

.flatpickr-disabled {
    color: dimgrey;
}

/* 320px (Small phones) */
@media (max-width: 320px) {
    /* CSS for <= 320px */
}

/* 321px to 567px (Phones) */
@media (min-width: 321px) and (max-width: 567px) {

    /* CSS for 321px - 567px */
    .step {

        max-width: 100%;

    }

    .hero-banner-flex {
        padding-top: 160px;
    }

    .otp-number {
        width: 39px !important;
        height: 39px !important;
    }

}

/* 568px to 720px (Large phones / small tablets) */
@media (min-width: 568px) and (max-width: 720px) {

    /* CSS for 568px - 720px */
    .hero-banner-flex {
        padding-top: 160px;
    }
}

/* 721px to 992px (Tablets / small laptops) */
@media (min-width: 721px) and (max-width: 992px) {
    /* CSS for 721px - 992px */
}

/* 993px to 1080px (Standard HD screens / small desktops) */
@media (min-width: 993px) and (max-width: 1080px) {
    /* CSS for 993px - 1080px */
}

/* 1081px to 1220px (Medium desktops) */
@media (min-width: 1081px) and (max-width: 1220px) {

    /* CSS for 1081px - 1220px */
    .hero-banner-flex {
        padding-top: 160px;
    }
}

/* 1221px to 1440px (Large desktops) */
@media (min-width: 1221px) and (max-width: 1440px) {

    /* CSS for 1221px - 1440px */
    .footeritem {
        display: block;
    }
}

/* Above 1440px (Extra large screens) */
@media (min-width: 1441px) {
    /* CSS for > 1440px */
}