body {
    background-color: #313447;
}

.v5-main .v5-featured-locations-section {
    width: 100%;
    padding-top: 120px;
}

.v5-main .v5-featured-locations-section h2 {
    font-family: Poppins;
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    margin-bottom: 0;
}

.ch-header .wrapper {
    max-width: 1377px;
    padding-left: 24px;
    padding-right: 24px;
}

.v5-wrapper {
    width: 100%;
    max-width: 1344px;
    max-width: 1392px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

.v5-main .v5-featured-locations-section h2 span {
    color: #F7941E;
}

.v5-main .v5-filter {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: rgba(0, 0, 0, .5);
    display: flex;
    padding: 0 4px 10px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.v5-main .v5-filter.active,
.v5-main .v5-filter:hover {
    color: #F7941E;
    border-bottom: 2px solid #F7941E;
}

.v5-main .v5-filters {
    overflow: hidden;
    overflow-x: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.v5-main .v5-featured-locations-section h2+.v5-filters-bar {
    padding-top: 24px;
}

.v5-main .v5-locations-grid .v5-image-wrap img,
.v5-main .v5-locations-grid .v5-image-wrap {
    width: 100%;
    max-height: 315px;
    object-fit: cover;
    aspect-ratio: 318/315;
    border-radius: 12px;
    background-color: #F7941E;
}

.v5-main .v5-locations-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, 1fr);
    flex-wrap: wrap;
    display: flex;
}

.v5-main .v5-locations-grid-item {
    width: 100%;
    width: calc(25% - ((24px*3)/4));
    position: relative;
}

.v5-main .v5-featured-locations-section .v5-filters-bar~.v5-locations-grid {
    padding-top: 32px;
}

.v5-main .v5-locations-grid-item .v5-share-button span,
.v5-main .v5-locations-grid-item .v5-share-button svg {
    display: flex;
}

.v5-main .v5-locations-grid-item .v5-share-button {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 99px;
    top: 16px;
    right: 16px;
    position: absolute;
    z-index: 1;
}

.v5-main .v5-image-wrap~.v5-content-wrap {
    padding-top: 20px;
}

.v5-main .v5-locations-grid-item .v5-title {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #000000;
}

.v5-main .v5-locations-grid-item .v5-title~.v5-host {
    padding-top: 8px;
}

.v5-main .v5-locations-grid-item .v5-host {
    font-family: Roboto, inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #6A6A6A;

}

.v5-main .v5-locations-grid-item .v5-title~.v5-price,
.v5-main .v5-locations-grid-item .v5-host~.v5-price {
    padding-top: 16px;
}

.v5-main .v5-locations-grid-item .v5-price {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #000000;
}

.v5-main .v5-featured-locations-section {
    background-color: #fff;
}

.v5-main .v5-featured-locations-section~.v5-featured-locations-section {
    padding-top: 60px;
}

.v5-main .v5-featured-locations-section h2+.v5-locations-grid {
    padding-top: 40px;
}

.v5-main .v5-active-page {
    font-family: Poppins;
    font-size: var(--Fontsizetext-sm);
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #000000;
}

.v5-main .v5-locations-grid-nav svg,
.v5-main .v5-locations-grid-nav {
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: flex;
}

.v5-main .v5-prev.v5-locations-grid-nav svg {
    transform: rotate(180deg);
}

.v5-main .v5-locations-grid~.v5-locations-grid-item-pagination {
    padding-top: 32px;
}

.v5-main .v5-locations-grid-item-pagination {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: center;
}

.v5-main .v5-3-steps-section h2 {
    font-family: Poppins;
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: -0.02em;
    text-align: center;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    margin-bottom: 0;
}

.v5-main .v5-featured-locations-section+.v5-3-steps-section {
    padding-top: 120px;
}

.v5-main .v5-3-steps-section h2 span {
    display: block;
    color: #F7941E;
}

.v5-main .v5-3-steps-row-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(49, 52, 71, 0) 0%, rgba(49, 52, 71, 0.7) 25.5%, #313447 50%, rgba(49, 52, 71, 0.7) 75%, rgba(49, 52, 71, 0) 100%);
}

.v5-main .v5-3-steps-row-main {
    position: relative;
    counter-reset: list-counter;
}

.v5-main .v5-3-steps-section h2+.v5-3-steps-row-main {
    margin-top: 64px;
}

.v5-main .v5-3-steps-section .v5-3-steps-serial {
    text-transform: uppercase;
    opacity: 0.6;
    font-family: Switzer, Poppins;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #000000;
}

.v5-main .v5-3-steps-section .v5-3-steps-serial+.v5-3-steps-heading {
    padding-top: 12px;
}

.v5-main .v5-3-steps-section .v5-3-steps-heading {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #000000;
}

.v5-main .v5-3-steps-section .v5-3-steps-heading+.v5-3-steps-text {
    padding-top: 16px;
}

.v5-main .v5-3-steps-section .v5-3-steps-text {
    opacity: 0.7;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #000000;
}

.v5-main .v5-3-steps-section .v5-3-steps-text+.v5-3-button {
    margin-top: 16px;
}

.v5-main .v5-3-steps-section .v5-3-button {
    cursor: pointer;
    text-decoration: none;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    background-color: #EF7E06;
    border-radius: 12px;
    padding: 14px 32px 14px 32px;
    display: inline-flex
}

.v5-main .v5-3-steps-row {
    position: relative;
    display: flex;
    counter-increment: list-counter;
    align-items: center;
}

.v5-main .v5-3-steps-column {
    width: 100%;
}

.v5-main .v5-3-steps-row:nth-child(2n) {
    flex-direction: row-reverse;
}

@media (min-width: 768px) {
    .v5-main .v5-3-steps-row:nth-child(2n+1) .v5-3-steps-column:nth-child(2) {
        padding-left: 126px;
    }

    .v5-main .v5-3-steps-row:nth-child(2n) .v5-3-steps-column:nth-child(2) {
        padding-right: 126px;
    }

    .v5-main .v5-3-steps-row:nth-child(2n) .v5-3-steps-column:nth-child(1) {
        padding-left: 126px;
    }

    .v5-main .v5-3-steps-column:nth-child(2) {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.v5-main.main {
    background-color: #313447;
}

.v5-main .v5-3-steps-row-main {
    max-width: 1096px;
    margin-left: auto;
    margin-right: auto;
}

.v5-main .v5-3-steps-row::before {
    content: '1';
    content: counter(list-counter);
    width: 48px;
    height: 48px;
    border-radius: 99px;
    background-color: #313447;
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: center;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #fff;
}

.v5-main .v5-3-steps-section::before {
    content: '';
    background-color: #fff;
    border-radius: 0 0 32px 32px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.v5-main .v5-3-steps-section {
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
}

.v5-main .v5-3-steps-section+.v5-clients-say-section {
    padding-top: 120px;
}

.v5-main .v5-clients-say-section h2 {
    font-family: Poppins;
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    margin-bottom: 0;
    color: #fff;
}

.v5-main .v5-clients-say-section .v5-image-side {
    max-width: 432px;
    height: 600px;
    border-radius: 16px;
    display: flex;
}

.v5-main .v5-clients-say-section .v5-image-side .v5-image-wrap::before {
    content: '';
    width: 100%;
    height: 100%;
    outline-offset: -25px;
    outline: 2px dashed #FFFFFF;
    border-radius: calc(16px + 25px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
}

.v5-main .v5-clients-say-section .v5-image-side .v5-image-wrap img,
.v5-main .v5-clients-say-section .v5-image-side .v5-image-wrap {
    aspect-ratio: 432/600;
    position: relative;
    background-color: #000;
    z-index: 1;
    border-radius: 25px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
}

.v5-main .v5-clients-say-section h2~.v5-clients-say-main-section {
    padding-top: 64px;
}

.v5-main .v5-clients-say-slider-buttons {
    display: flex;
    gap: 16px;
}

.v5-main .v5-clients-say-slider-button.next svg {
    transform: rotate(180deg);
}

.v5-main .v5-clients-say-slider-button {
    align-items: center;
    justify-content: center;
    display: inline-flex;
    width: 48px;
    height: 48px;
    border-radius: 99px;
    border: 1px solid rgba(255, 255, 255, .3);
    cursor: pointer;
}

.v5-main .v5-clients-say-main-section {
    display: flex;
    gap: 24px;
}

.v5-main .v5-clients-say-slider-header-desc {
    max-width: 50%;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #fff;
}

.v5-main .v5-clients-say-slider-header {
    padding-top: 92px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .v5-main .v5-clients-say-slider-side {
        flex: 1;
        width: calc(100% - 432px - 24px);
    }
}

.v5-main .v5-clients-say-slide {
    background-color: #fff;
    border-radius: 16px;
    padding: 32px;
}

.v5-main .v5-clients-say-slide-avatar img[src=""] {
    background-color: #6A6A6A;
}

.v5-main .v5-clients-say-slide-avatar img,
.v5-main .v5-clients-say-slide-avatar {
    width: 56px;
    height: 56px;
    border-radius: 99px;
}


.v5-main .v5-clients-say-slide-name {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #000000;
}

.v5-main .v5-clients-say-slide-desig {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #7C7C7C;
}

.v5-main .v5-clients-say-slide-name+.v5-clients-say-slide-desig {
    padding-top: 4px;
}

.v5-main .v5-clients-say-slide-header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.v5-main .v5-clients-say-slide-header+.v5-clients-say-slide-content {
    padding-top: 32px;
}

.v5-main .v5-clients-say-slider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.v5-main .v5-clients-say-slider-header+.v5-clients-say-slider-container {
    padding-top: 64px;
}

.v5-main .v5-clients-say-slide-content .desc::before {
    display: inline-flex;
    width: 16px;
    height: 16px;
    content: '';
    /* background-color: #F7941E; */
    margin-bottom: 24px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuMDQzMDYgOC40ODgyN1YxNkgwVjkuMDg5MkwzLjM2ODQyIDBINy4wNDMwNkw0LjIxMDUzIDguNDg4MjdINy4wNDMwNlpNMTYgOC40ODgyN1YxNkg4Ljk1Njk0VjkuMDg5MkwxMi4zMjU0IDBIMTZMMTMuMTY3NSA4LjQ4ODI3SDE2WiIgZmlsbD0iI0Y3OTQxRSIvPgo8L3N2Zz4K);
}

.v5-main .v5-clients-say-slide-content .desc {
    display: flex;
    flex-direction: column;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #313447;
}


.v5-main .v5-mobile-app-section h2 {
    font-family: Poppins;
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: -0.02em;
    text-align: center;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    margin-bottom: 0;
    color: #000;
}

.v5-main .v5-mobile-app-section h2 span {
    color: #fff;
}

.v5-main .v5-mobile-app-section .v5-mobile-app-cards+h2 {
    padding-top: calc(73px + 45px);
}

.v5-main .v5-mobile-app-cards {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(318px * 2);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.v5-main .v5-mobile-app-card .v5-mobile-app-image-wrap img,
.v5-main .v5-mobile-app-card .v5-mobile-app-image-wrap {
    width: 100%;
    background-color: #000;
    border-radius: 16px;
    aspect-ratio: 286/170;
}

.v5-main .v5-mobile-app-card {
    background-color: #fff;
    padding: 16px;
    border-radius: 16px;
}

.v5-main .v5-mobile-app-card .v5-mobile-app-title {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #000;
}

.v5-main .v5-mobile-app-card .v5-mobile-app-location .v5-mobile-app-icon svg,
.v5-main .v5-mobile-app-card .v5-mobile-app-location .v5-mobile-app-icon {
    display: flex;
    min-width: 24px;
    max-width: 24px;
}

.v5-main .v5-mobile-app-card .v5-mobile-app-location {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #7C7C7C;
}

.v5-main .v5-mobile-app-card:nth-child(1) {
    transform: rotate(-10deg);
}

.v5-main .v5-mobile-app-card:nth-child(2) {
    position: relative;
    top: 45px;
    transform: rotate(10deg);
    box-shadow: 0px 54px 48px 0px #0000001F;

}

.v5-main .v5-mobile-app-card .v5-mobile-app-users {
    display: inline-flex;
}

.v5-main .v5-mobile-app-card .v5-mobile-app-user:last-child {
    background-color: #DCDCDC;
}

.v5-main .v5-mobile-app-card .v5-mobile-app-user:hover {
    transform: translateY(-10px);
}

.v5-main .v5-mobile-app-card .v5-mobile-app-user img,
.v5-main .v5-mobile-app-card .v5-mobile-app-user {
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 99px;
    background-color: #EF7E06;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-transform: uppercase;
    color: #000000;
    outline: 2px solid #fff;
    outline-offset: -1px;
}

.v5-main .v5-mobile-app-card .v5-mobile-app-user:not(:first-child) {
    margin-left: -16px;
}

.v5-main .v5-mobile-app-section h2+.v5-download-buttons {
    padding-top: 32px;
}

.v5-main .v5-download-buttons {
    display: flex;
    gap: 8px 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.v5-main .v5-download-button {
    cursor: pointer;
    min-width: 162px;
    padding: 8px 24px 8px 24px;
    gap: 10px;
    border-radius: 8px;
    background-color: #000000;
    display: flex;
    align-items: center;
}

.v5-main .v5-download-button .v5-icon svg,
.v5-main .v5-download-button .v5-icon {
    min-width: 25px;
    max-width: 25px;
}

.v5-main .v5-download-button .v5-text span {
    font-family: Poppins;
    font-size: 8px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #fff;
    display: block;
}

.v5-main .v5-download-button .v5-text {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #fff;
}

.v5-main .v5-mobile-app-section {
    padding-left: 24px;
    padding-right: 24px;
}

.v5-main .v5-mobile-app-section .v5-inner {
    border-radius: 32px;
    padding-top: 75px;
    padding-bottom: 53px;
    background-color: #F7941E;
}

.v5-main .v5-clients-say-section+.v5-mobile-app-section {
    padding-top: 120px;
}

.v5-footer {
    background-color: #313447;
    padding-top: 120px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 32px;
}

.v5-footer-top .v5-inner {
    flex-wrap: wrap;
    padding: 24px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #3C3F53;
}

.v5-footer-socials {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.v5-footer-socials li a:hover {
    outline: 1px solid #FFFFFF33;
}

.v5-footer-socials li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    background-color: #313447;
    border-radius: 50px;
}

/* .v5-main
  .v5-footer-socials li a svg {
    -webkit-filter: brightness() invert();
    filter: brightness() invert();
  } */
.v5-find-reservation-toggle:hover {
    border: 1px solid #FFFFFF33;
    background-color: #FFFFFF33;
    color: #fff;
}

.v5-find-reservation-toggle {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    background-color: #EF7E06;
    border: 1px solid #EF7E06;
    border-radius: 12px;
    padding: 14px 32px 14px 32px;
    display: inline-flex;
}

.v5-quick-links h2 {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.16em;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #F7941E;
    text-transform: uppercase;
    margin-bottom: 0;
}

.v5-quick-links h2+ul {
    padding-top: 24px;
}

.v5-quick-links {
    min-width: 158px;
}

.v5-quick-links ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 0;
}

.v5-quick-links ul li a:hover {
    opacity: 0.7;
}

.v5-quick-links ul li a {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #fff;
}

.v5-quick-links-row {
    display: flex;
    justify-content: space-between;
}

.v5-footer-top+.v5-footer-bottom {
    padding-top: 8px;
}

.v5-footer-bottom .v5-inner {
    flex-wrap: wrap;
    gap: 32px;
    display: flex;
    justify-content: space-between;
    padding: 48px 24px;
    background-color: #3C3F53;
    border-radius: 16px;
}

.v5-subscribe-to-receive-heading {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #fff;
    margin-bottom: 0px;
}

.v5-subscribe-to-receive-heading+.ch-footer-subscribe {
    padding-top: 16px;
}

.ch-footer-subscribe input {
    width: 100%;
    min-width: auto;
    background-color: rgba(255, 255, 255, .2);
    border-color: rgba(255, 255, 255, .2);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    padding: 14px 16px 14px 16px;
    border-radius: 12px;

}

.ch-footer-subscribe .SubForm {
    gap: 8px;
    flex-wrap: nowrap;
}

.ch-footer-subscribe .submit-button:hover {
    border: 1px solid #FFFFFF33;
    background-color: #FFFFFF33;
}

.ch-footer-subscribe .submit-button {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    background-color: #EF7E06;
    border-radius: 12px;
    display: inline-flex;
    padding: 14px 24px 14px 24px;
    border: 1px solid #EF7E06;

}

.v5-copyright-text {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, 0.5)
}

.ch-footer-subscribe+.v5-copyright-text {
    padding-top: 24px;
}

.v5-footer-bottom .v5-inner .v5-column:nth-child(1) {
    width: 100%;
    max-width: 660px;
}

.v5-footer-bottom .v5-inner .v5-column:nth-child(2) {
    width: 100%;
    max-width: 432px;
}

.v5-subscribe-to-receive-heading {
    max-width: 330px;
}

.ch-foot-inpSec {
    flex: 1;
}

.v5-footer .v5-wrapper,
.v5-main .v5-mobile-app-section .v5-wrapper {
    max-width: 100%;
}

.v5-main .v5-clients-say-section {
    width: 100%;
}


.v5-main .v5-travel-time-matters-section {
    padding-bottom: 48px;
    min-height: 800px;
    display: flex;
}

.v5-main .v5-travel-time-matters-section h1 {
    margin-top: auto;
    font-family: Poppins;
    font-size: 64px;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #fff;
    margin-bottom: 0;
}

.v5-main .v5-travel-time-matters-section h1+h2 {
    padding-top: 16px;
}

.v5-main .v5-travel-time-matters-section h2 {
    text-transform: uppercase;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #fff;
    margin-bottom: 0;

}

.v5-main .v5-travel-time-matters-section h2+.v5-desc {
    padding-top: 24px;
}

.v5-main .v5-travel-time-matters-section .v5-desc {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #fff;
}

.v5-main .v5-travel-time-matters-section .v5-desc p {
    margin-bottom: 0;
}

.v5-main .v5-travel-time-matters-section .v5-desc+.v5-customer-support-button {
    margin-top: 8px;
}

.v5-main .v5-travel-time-matters-section .v5-customer-support-button:hover {
    border: 1px solid #FFFFFF33;
    background-color: #FFFFFF;
    color: #313447;
}

.v5-main .v5-travel-time-matters-section .v5-customer-support-button {
    border: 1px solid #F7941E;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.03em;
    padding: 2px 12px 2px 12px;
    gap: 10px;
    border-radius: 32px;
    color: #fff;
    background-color: #F7941E;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.v5-main .v5-travel-time-matters-section::before {
    content: '';
    /* background-color: #313447; */
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.2) -13.69%, #313447 90.71%), var(--bgimage);
    border-radius: 0 0 32px 32px;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.v5-main .v5-travel-time-matters-section {
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.v5-main .v5-travel-time-matters-section .v5-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.v5-main .v5-travel-time-matters-section .v5-wrapper {
    display: flex;
}

.ch-header .ch-inner {
    padding: 32px 0;
}

#ch-header nav .wishlist {
    display: none;
}

.ch-auth-action {
    min-width: auto;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    padding: 14px 32px 14px 32px;
    border-radius: 12px;
    border: 1px solid #FFFFFF33;
    text-transform: none;
}

.ch-auth-action.signup {
    background-color: #EF7E06;
    color: #FFFFFF !important;
}

.ch-auth-action:hover {
    border: 1px solid #FFFFFF33;
    background-color: #FFFFFF33;
    color: #000;
}

.ch-navigation .currency-dropdown #add_currency {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

.ch-navigation .currency-dropdown::before {
    display: none;
}


.v5-main .ch-get-search-main {
    max-width: 100%;
    width: 100%;
    border-radius: 24px;
    padding: 24px;
    background-color: rgba(255, 255, 255, .2);
}

body {
    padding-top: 115px !important;
}

.v5-main .ch-get-search-main>h3.ch-heading {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 0;
}

.v5-main .ch-get-search-main>h3.ch-heading+.ch-search-form {
    padding-top: 16px;
    margin-bottom: 0;
}

.v5-main .ch-get-search-main .ch-search-form+.my-location-toggle {
    margin-top: 16px;
}

.v5-main .my-location-toggle {
    padding: 0;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    gap: 4px;
    display: inline-flex;
    align-items: center;
}

.v5-main .my-location-toggle svg {
    min-width: 20px;
    max-width: 20px;
    height: 20px;
}

.ch-search-form .submit-button:hover {
    border: 1px solid #FFFFFF33;
    background-color: #FFFFFF33;
}

.ch-search-form .submit-button {
    text-transform: none;
    width: 100%;
    padding: 14px 16px 14px 16px;
    gap: 8px;
    border-radius: 12px;
    background-color: #EF7E06;
    border: 1px solid #EF7E06;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0;
    color: #fff;
}

.v5-main .ch-search-form {
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
}

@media (min-width: 768px) {

    .v5-main .input-field:nth-child(2) {
        max-width: 223px;
    }

    .v5-main .input-field:nth-child(3) {
        max-width: 223px;
    }

    .v5-main .input-field:nth-child(4) {
        max-width: 289px;
    }

    .v5-main .input-field {
        flex: 1;
    }
}


.v5-main .ch-search-form .input-group>.icon {
    display: none;
}

.v5-main .ch-search-form .input-group>label {
    text-transform: none;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    margin-bottom: 8px;
}

.v5-main .ch-search-form .input-group #hintTextInputField,
.v5-main .ch-search-form .input-group>.demo__input .checkinout_inp,
.v5-main .ch-search-form .input-group>.input-text-div {
    padding: 14px 12px 14px 12px;
    gap: 8px;
    border-radius: 12px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    width: 100%;
    background-color: #fff;
    color: #000;
}

.v5-main .ch-search-form .input-group {
    height: auto;
    background-color: transparent;
    border: none;
    padding: 0;
}

@media (min-width: 1025px) {
    .ch-navigation>ul>li.orange {
        display: none;
    }

    .ch-navigation {
        flex: 1;
        margin-left: 0;
        justify-content: space-between;
    }

    /* .ch-mob-nav-actions {
      display: none;
    } */

    .ch-navigation .currency-dropdown {
        margin-left: auto;
    }

    .ch-navigation>ul {
        gap: 48px;
    }

    .ch-header nav {
        gap: 64px;
    }
}


@media (max-width: 1024px) {
    .v5-main .v5-locations-grid-item {
        width: 100%;
        width: calc(33.3% - ((24px*2)/3));
    }
}

@media (max-width: 767px) {
    .v5-main .v5-featured-locations-section h2 {
        font-size: 32px;
        font-weight: 600;
        line-height: 56px;
        letter-spacing: -0.02em;
        text-align: left;
    }

    .v5-main .v5-featured-locations-section h2+.v5-filters-bar {
        padding-top: 16px;
    }

    .v5-main .v5-featured-locations-section .v5-filters-bar+.v5-locations-grid {
        padding-top: 24px;
    }

    .v5-main .v5-locations-grid {
        gap: 15px 24px;
        grid-template-columns: repeat(2, 1fr);
    }

    .v5-main .v5-3-steps-section h2 {
        font-size: 32px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: -2px;
        text-align: center;
    }

    .v5-main .v5-3-steps-row:nth-child(2n),
    .v5-main .v5-3-steps-row {
        flex-direction: column;
    }

    .v5-main .v5-3-steps-row-main::before {
        transform: none;
        left: 23px;
    }

    .v5-main .v5-3-steps-row::before {
        width: 32px;
        height: 32px;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: -0.02em;
        text-align: center;
        top: 96px;
        transform: none;
        left: 7px;

    }

    .v5-main .v5-3-steps-row:nth-child(2n+1) .v5-3-steps-column {
        padding-left: 59px;
    }

    .v5-main .v5-3-steps-row:nth-child(2n) .v5-3-steps-column {
        padding-left: 59px;
    }

    .v5-main .v5-3-steps-row .v5-3-steps-column .v5-image-wrap svg {
        width: 100%;
        height: auto;
    }

    .v5-main .v5-3-steps-column:nth-child(2) {
        padding-top: 24px;
        padding-bottom: 24px;
        padding-right: 16px;
    }

    .v5-main .v5-3-steps-section .v5-3-steps-heading {
        font-size: 24px;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: -0.02em;

    }

    .v5-main .v5-3-steps-section .v5-3-steps-heading+.v5-3-steps-text {
        padding-top: 12px;
    }

    .v5-main .v5-3-steps-section .v5-3-steps-text {
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: -0.02em;
        opacity: 0.7;

    }

    .v5-main .v5-3-steps-section .v5-3-steps-text+.v5-3-button {
        margin-top: 12px;
    }

    .v5-main .v5-3-steps-section {
        padding-bottom: 0;
    }

    .v5-main .v5-clients-say-section h2 {
        font-family: Poppins;
        font-size: 32px;
        font-weight: 600;
        line-height: 56px;
        letter-spacing: -0.02em;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;

    }

    .v5-main .v5-clients-say-section h2~.v5-clients-say-main-section {
        padding-top: 24px;
    }

    .v5-main .v5-clients-say-section .v5-image-side .v5-image-wrap {
        width: 100%;
    }

    .v5-main .v5-mobile-app-section h2 {
        font-family: Poppins;
        font-size: 28px;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: -0.02em;
    }

    .v5-main .v5-mobile-app-section h2+.v5-download-buttons {
        padding-top: 24px;
    }

    .v5-main .v5-mobile-app-section .v5-inner {
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 24px;
    }

    .v5-main .v5-mobile-app-section {
        padding-left: 8px;
        padding-right: 8px;
    }

    .v5-main .v5-download-button {
        padding: 8px 12px 8px 12px;
        min-width: 143px;
    }

    .v5-footer {
        padding-top: 48px;
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 8px;
    }

    .v5-footer-logo+.v5-footer-socials {
        padding-top: 32px;
    }

    .v5-footer-socials+.v5-find-reservation-toggle {
        margin-top: 12px;
    }

    .v5-footer-top .v5-inner {
        padding-left: 8px;
        padding-right: 8px;
    }

    .v5-footer-bottom .v5-inner {
        padding: 48px 8px;
    }

    .ch-footer-subscribe .submit-button {
        width: auto;
        height: auto;
    }

    .v5-main .v5-clients-say-section+.v5-mobile-app-section {
        padding-top: 48px;
    }

    .v5-main .v5-clients-say-main-section {
        flex-direction: column;
        gap: 0;
    }

    .v5-main .v5-clients-say-slider .swiper-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .v5-main .v5-clients-say-slide {
        padding: 12px;
    }

    .v5-main .v5-clients-say-slide-content .desc {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;

    }

    .v5-main .v5-clients-say-slide-avatar img,
    .v5-main .v5-clients-say-slide-avatar {
        width: 40px;
        height: 40px;
    }

    .v5-main .v5-clients-say-slide-name {
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;

    }

    .v5-main .v5-clients-say-slide-header+.v5-clients-say-slide-content {
        padding-top: 12px;
    }

    .v5-main .v5-clients-say-slide-header {
        gap: 4px;
    }

    .v5-main .v5-clients-say-slider-header {
        padding-top: 24px;
    }

    .v5-main .v5-clients-say-slider-header+.v5-clients-say-slider-container {
        padding-top: 24px;
    }

    .v5-wrapper {
        padding-left: 8px;
        padding-right: 8px;
    }

    .v5-footer .v5-wrapper,
    .v5-main .v5-mobile-app-section .v5-wrapper {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .v5-main .v5-locations-grid {
        gap: 24px 15px;
    }

    .v5-main .v5-locations-grid-item {
        width: calc(50% - ((15px*1)/2));
    }

    .v5-main
    /* .v5-locations-grid .v5-image-wrap img,
    .v5-main .v5-locations-grid .v5-image-wrap {
      height: auto;
    } */

    .v5-main .v5-image-wrap~.v5-content-wrap {
        padding-top: 16px;
    }

    .v5-main .v5-locations-grid-item .v5-title {
        font-size: 16px;
        line-height: 24px;
    }

    .v5-main .v5-locations-grid-item .v5-title~.v5-price,
    .v5-main .v5-locations-grid-item .v5-host~.v5-price {
        padding-top: 12px;
    }

    .v5-main .v5-3-steps-section h2+.v5-3-steps-row-main {
        margin-top: 24px;
    }

    .v5-main .v5-featured-locations-section+.v5-3-steps-section {
        padding-top: 48px;
    }

    .v5-main .v5-featured-locations-section {
        padding-top: 48px;
    }

    .v5-main .v5-3-steps-section+.v5-clients-say-section {
        padding-top: 48px;
    }

    .v5-main .v5-clients-say-section .v5-image-side {
        max-width: 432px;
        height: 499px;
    }

    .v5-main .v5-clients-say-slider-header {
        display: none;
    }

    .v5-main .v5-mobile-app-cards {
        display: none;
    }

    .v5-main .v5-travel-time-matters-section h1 {
        font-size: 40px;
        font-weight: 700;
        line-height: 56px;
        letter-spacing: -0.02em;

    }

    .v5-main .v5-travel-time-matters-section h2 {
        font-size: 14px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0.1em;

    }

    .v5-main .v5-travel-time-matters-section h1+h2 {
        padding-top: 0px;
    }

    .v5-main .v5-travel-time-matters-section h2+.v5-desc {
        padding-top: 0px;
    }

    .v5-main .v5-travel-time-matters-section {
        padding-bottom: 24px;
    }
}

@media (min-width: 1025px) {
    .ch-search-form .input-group>.input-text-div {
        max-width: 100% !important;
    }
}

.v5-main .v5-mobile-app-section .v5-wrapper {
    position: relative;
}

.v5-main .v5-mobile-app-image-wrap+.v5-mobile-app-content-wrap {
    padding-top: 16px;
}

.v5-main .v5-mobile-app-card .v5-mobile-app-title+.v5-mobile-app-location {
    padding-top: 16px;
}

.v5-main .v5-mobile-app-card .v5-mobile-app-location+.v5-mobile-app-users {
    padding-top: 16px;
}


.v5-main .v5-mobile-app-image {
    display: flex;
    justify-content: center;
    width: 100%;
}

.v5-main .v5-mobile-app-image img {
    margin: 0 auto;
    display: block;
    max-width: 1353px;
    max-width: 100%;
}

@media (max-width: 767px) {
    .v5-main .ch-get-search-main>h3.ch-heading {
        display: block;
    }

    .ch-header .ch-inner {
        padding: 16px 0;
    }

    .ch-header .wrapper {
        padding-left: 8px;
        padding-right: 8px;
    }

    body {
        padding-top: 73px !important;
    }

    .v5-main .v5-locations-grid-item .v5-share-button {
        width: 24px;
        height: 24px;
    }

    .v5-main .v5-locations-grid-item .v5-share-button span,
    .v5-main .v5-locations-grid-item .v5-share-button svg {
        display: flex;
        width: 16px;
        height: 16px;
    }
}

@media (min-width: 768px) {
    .ch-search-form .input-group.date .datepicker {
        top: 86px;
    }
}

@media (max-width: 450px) {
    .v5-main .v5-mobile-app-image img {
        height: 210px;
        object-fit: cover;
    }
}

.v5-main .v5-clients-say-slider .owl-nav>button:hover {
    background-color: #FFFFFF33;
}

.v5-main .v5-clients-say-slider .owl-nav>button {
    align-items: center;
    justify-content: center;
    display: inline-flex;
    width: 48px;
    height: 48px;
    border-radius: 99px;
    border: 1px solid rgba(255, 255, 255, .3) !important;
    cursor: pointer !important;
}

.v5-main .v5-clients-say-slider .owl-nav>button span {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8cGF0aCBkPSJNOCAxTDIgN00yIDdMOCAxM00yIDdMMTQgNyIgc3Ryb2tlPSIjRjc5NDFFIiBzdHJva2Utd2lkdGg9IjIiPjwvcGF0aD4NCjwvc3ZnPg==);
    width: 14px;
    height: 14px;
    color: transparent;
    font-size: 0;
}

.v5-main .v5-clients-say-slider .owl-nav {
    display: flex;
    gap: 16px;
    position: absolute;
    right: 0;
    top: -112px;
}

.v5-main .v5-clients-say-slider .owl-nav>button:nth-child(2) {
    transform: rotate(180deg);
}

.ftlocgrid {
    --animation-delay: 0.1s;
}

.ftlocgrid:not(.active) {
    display: none;
}

.v5-main .ftlocgrid .v5-locations-grid-item {
    transform: translateY(10px);
    opacity: 0;
}

@keyframes fade-up-item {
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.v5-main .ftlocgrid.active .v5-locations-grid-item {
    animation: fade-up-item .45s forwards;
}

.v5-main .ftlocgrid .v5-locations-grid-item:nth-child(1) {
    animation-delay: calc(var(--animation-delay) * 0);
}

.v5-main .ftlocgrid .v5-locations-grid-item:nth-child(2) {
    animation-delay: calc(var(--animation-delay) * 1);
}

.v5-main .ftlocgrid .v5-locations-grid-item:nth-child(3) {
    animation-delay: calc(var(--animation-delay) * 2);
}

.v5-main .ftlocgrid .v5-locations-grid-item:nth-child(4) {
    animation-delay: calc(var(--animation-delay) * 3);
}

.v5-main .ftlocgrid .v5-locations-grid-item:nth-child(5) {
    animation-delay: calc(var(--animation-delay) * 4);
}

.v5-main .ftlocgrid .v5-locations-grid-item:nth-child(6) {
    animation-delay: calc(var(--animation-delay) * 5);
}

.v5-main .ftlocgrid .v5-locations-grid-item:nth-child(7) {
    animation-delay: calc(var(--animation-delay) * 6);
}

.v5-main .ftlocgrid .v5-locations-grid-item:nth-child(8) {
    animation-delay: calc(var(--animation-delay) * 7);
}

.v5-main .ftlocgrid .v5-locations-grid-item:nth-child(9) {
    animation-delay: calc(var(--animation-delay) * 8);
}

.v5-main .ftlocgrid .v5-locations-grid-item:nth-child(10) {
    animation-delay: calc(var(--animation-delay) * 9);
}

.v5-main .ftlocgrid .v5-locations-grid-item:nth-child(11) {
    animation-delay: calc(var(--animation-delay) * 10);
}

.v5-main .ftlocgrid .v5-locations-grid-item:nth-child(12) {
    animation-delay: calc(var(--animation-delay) * 11);
}

.v5-main .ftlocgrid .v5-locations-grid-item:nth-child(13) {
    animation-delay: calc(var(--animation-delay) * 12);
}

.v5-main .ftlocgrid .v5-locations-grid-item:nth-child(14) {
    animation-delay: calc(var(--animation-delay) * 13);
}

.v5-main .ftlocgrid .v5-locations-grid-item:nth-child(13) {
    animation-delay: calc(var(--animation-delay) * 14);
}



.v5-desc-respo {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -2%;
    color: #fff;
    /* padding-bottom: 24px; */
}

@media (min-width: 768px) {
    .v5-main .v5-travel-time-matters-section-respo {
        display: none;
    }

    .v5-desc-respo {
        display: none;
    }
}

/* .v5-clients-say-main-section {} */

@media (max-width: 767px) {
    .v5-main .v5-travel-time-matters-section {
        background-image: linear-gradient(#313447, #313447);
        background-size: auto calc(100% - 50px);
        background-position: center top;
        background-repeat: no-repeat;
    }

    .v5-main .v5-travel-time-matters-section::before {
        background-size: auto 100vw, 180vw auto;
        background-position: center bottom;
        background-repeat: no-repeat;
    }

    .v5-main .v5-travel-time-matters-section .v5-desc,
    .v5-main .v5-travel-time-matters-section .v5-customer-support-button {
        display: none;
    }

    .v5-main .v5-clients-say-slider .owl-nav {
        display: none;
    }


}

.v5-main .v5-travel-time-matters-section-respo .v5-desc p {
    margin-bottom: 8px;
}

.v5-main .v5-travel-time-matters-section-respo .v5-desc {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    letter-spacing: -2%;
}

.v5-main .v5-travel-time-matters-section-respo {
    padding: 7px;
    padding-top: 24px;
    padding-bottom: 0;
    background-color: #fff;
}

.v5-main .v5-travel-time-matters-section-respo .v5-customer-support-button:hover {
    border: 1px solid #FFFFFF33;
    color: #fff;
    background-color: #313447;
}

.v5-main .v5-travel-time-matters-section-respo .v5-customer-support-button {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -3%;
    min-width: 153px;
    min-height: 28px;
    border-radius: 32px;
    padding-top: 2px;
    padding-right: 12px;
    padding-bottom: 2px;
    color: #000000;
    padding-left: 12px;
    background: #F7941E;
    border: 1px solid #F7941E;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff'),
        url('../fonts/Poppins-Light.ttf') format('truetype'),
        url('../fonts/Poppins-Light.svg#Poppins-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLightItalic.eot');
    src: url('../fonts/Poppins-ExtraLightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-ExtraLightItalic.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraLightItalic.woff') format('woff'),
        url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype'),
        url('../fonts/Poppins-ExtraLightItalic.svg#Poppins-ExtraLightItalic') format('svg');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Italic.eot');
    src: url('../fonts/Poppins-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Italic.woff2') format('woff2'),
        url('../fonts/Poppins-Italic.woff') format('woff'),
        url('../fonts/Poppins-Italic.ttf') format('truetype'),
        url('../fonts/Poppins-Italic.svg#Poppins-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.eot');
    src: url('../fonts/Poppins-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-ExtraLight.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraLight.woff') format('woff'),
        url('../fonts/Poppins-ExtraLight.ttf') format('truetype'),
        url('../fonts/Poppins-ExtraLight.svg#Poppins-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-LightItalic.eot');
    src: url('../fonts/Poppins-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-LightItalic.woff2') format('woff2'),
        url('../fonts/Poppins-LightItalic.woff') format('woff'),
        url('../fonts/Poppins-LightItalic.ttf') format('truetype'),
        url('../fonts/Poppins-LightItalic.svg#Poppins-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBoldItalic.eot');
    src: url('../fonts/Poppins-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBoldItalic.woff') format('woff'),
        url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBoldItalic.svg#Poppins-SemiBoldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-MediumItalic.eot');
    src: url('../fonts/Poppins-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-MediumItalic.woff2') format('woff2'),
        url('../fonts/Poppins-MediumItalic.woff') format('woff'),
        url('../fonts/Poppins-MediumItalic.ttf') format('truetype'),
        url('../fonts/Poppins-MediumItalic.svg#Poppins-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.eot');
    src: url('../fonts/Poppins-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Thin.woff2') format('woff2'),
        url('../fonts/Poppins-Thin.woff') format('woff'),
        url('../fonts/Poppins-Thin.ttf') format('truetype'),
        url('../fonts/Poppins-Thin.svg#Poppins-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.eot');
    src: url('../fonts/Poppins-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Black.woff2') format('woff2'),
        url('../fonts/Poppins-Black.woff') format('woff'),
        url('../fonts/Poppins-Black.ttf') format('truetype'),
        url('../fonts/Poppins-Black.svg#Poppins-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ThinItalic.eot');
    src: url('../fonts/Poppins-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-ThinItalic.woff2') format('woff2'),
        url('../fonts/Poppins-ThinItalic.woff') format('woff'),
        url('../fonts/Poppins-ThinItalic.ttf') format('truetype'),
        url('../fonts/Poppins-ThinItalic.svg#Poppins-ThinItalic') format('svg');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BlackItalic.eot');
    src: url('../fonts/Poppins-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-BlackItalic.woff2') format('woff2'),
        url('../fonts/Poppins-BlackItalic.woff') format('woff'),
        url('../fonts/Poppins-BlackItalic.ttf') format('truetype'),
        url('../fonts/Poppins-BlackItalic.svg#Poppins-BlackItalic') format('svg');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBoldItalic.eot');
    src: url('../fonts/Poppins-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBoldItalic.woff') format('woff'),
        url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype'),
        url('../fonts/Poppins-ExtraBoldItalic.svg#Poppins-ExtraBoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BoldItalic.eot');
    src: url('../fonts/Poppins-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-BoldItalic.woff2') format('woff2'),
        url('../fonts/Poppins-BoldItalic.woff') format('woff'),
        url('../fonts/Poppins-BoldItalic.ttf') format('truetype'),
        url('../fonts/Poppins-BoldItalic.svg#Poppins-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.eot');
    src: url('../fonts/Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff'),
        url('../fonts/Poppins-ExtraBold.ttf') format('truetype'),
        url('../fonts/Poppins-ExtraBold.svg#Poppins-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@media (min-width: 1025px) {

    .ch-search-form .input-field {
        width: 100%;
    }
}
@media (min-width: 1025px) and (max-width: 1300px) {
    .ch-banner .ch-inner {
        min-height: 212px;
    }
}