:root {
    --BrandYellow: #FFCC00;
    --BrandBlack: #000000;
    --BrandWhite: #FFFFFF;
    --LabelColor: #222222;
    --LabelColorLight: #222222CC
}

.title-section {
    text-align: center;
    margin: 0 auto 20px
}

.title-section .title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;
    color: var(--BrandBlack)
}

@media(max-width: 767px) {
    .title-section .title {
        font-size: 28px;
        line-height: 1.35
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .title-section .title {
        font-size: 32px;
        line-height: 1.3
    }
}

@media(min-width: 992px) and (max-width: 1200px) {
    .title-section .title {
        font-size: 36px;
        line-height: 1.25
    }
}

.hs_text_container .title-section p.subtitle {
    color: var(--LabelColor);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    max-width: 60%;
    margin: 0 auto
}

@media(max-width: 767px) {
    .hs_text_container .title-section p.subtitle {
        font-size: 14px;
        max-width: 100%
    }

    .hero-sec .hero-wrapper .hero-content h3 {
        text-align: center;
    }
}

.hs_text_container h3.secondary-heading {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.36;
    color: var(--BrandBlack)
}

@media(max-width: 767px) {
    .hs_text_container h3.secondary-heading {
        font-size: 18px;
        line-height: 1.22
    }
}

.store-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap
}

.store-buttons .store-btn {
    background: var(--BrandBlack);
    padding: 10px 24px 10px 27px;
    border-radius: 70px;
    color: var(--BrandWhite) !important;
    text-decoration: none;
    display: flex;
    gap: 10px;
    align-items: center
}

@media(max-width: 767px) {
    .store-buttons .store-btn {
        padding: 7px 14px 9px 20px
    }
}

.store-buttons .store-btn img {
    height: 32px;
    width: auto
}

@media(max-width: 767px) {
    .store-buttons .store-btn img {
        height: 22px
    }
}

.store-buttons .store-btn div {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    text-align: left
}

@media(max-width: 767px) {
    .store-buttons .store-btn div {
        font-size: 8px
    }
}

.store-buttons .store-btn div .highlight {
    display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: 1
}

@media(max-width: 767px) {
    .store-buttons .store-btn div .highlight {
        font-size: 16px
    }
}

.hero-sec {
    background: linear-gradient(180deg, #fffbea 0%, #fff 100%)
}

.hero-sec .hero-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    padding-top: 40px;
    padding-bottom: 25px
}

@media(max-width: 991px) {
    .hero-sec .hero-wrapper {
        flex-wrap: wrap;
        padding-top: 10px
    }
}

.hero-sec .hero-wrapper .hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 75%
}

@media(max-width: 991px) {
    .hero-sec .hero-wrapper .hero-content {
        width: 100%;
        order: 3;
        margin-top: 10px
    }
}

.hero-sec .hero-wrapper .hero-content h1 {
    font-size: clamp(30px, 4vw, 55px);
    font-weight: 800 !important;
    line-height: 1.2;
    margin-bottom: 5px
}

.hero-sec .hero-wrapper .hero-content h2 {
    font-size: clamp(22px, 3vw, 45px);
    font-weight: 800 !important;
    line-height: 1.2;
    margin-bottom: 5px
}

.hero-sec .hero-wrapper .hero-content p {
    font-size: 16px;
    line-height: 1.75;
    color: var(--LabelColorLight);
    margin-bottom: 30px
}

@media(max-width: 767px) {
    .hero-sec .hero-wrapper .hero-content p {
        font-size: 14px;
        margin-bottom: 15px
    }
}

.hero-sec .hero-wrapper .phone {
    position: relative;
    z-index: 1;
    width: 33%
}

.hero-sec .hero-wrapper .phone img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 20px
}

.hero-sec .hero-wrapper .phone .circle {
    position: absolute;
    border-radius: 50%;
    border: 3px solid var(--BrandYellow);
    z-index: -1
}

.hero-sec .hero-wrapper .phone.left {
    left: -50px
}

@media(max-width: 1199px) {
    .hero-sec .hero-wrapper .phone.left {
        left: 0
    }
}

.hero-sec .hero-wrapper .phone.left .circle.outer {
    width: 270px;
    height: 270px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.hero-sec .hero-wrapper .phone.left .circle.inner {
    width: 220px;
    height: 220px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 11px
}

.hero-sec .hero-wrapper .phone.right {
    right: -50px
}

@media(max-width: 991px) {
    .hero-sec .hero-wrapper .phone.right {
        right: 0;
        width: 36%
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    .hero-sec .hero-wrapper .phone.right {
        right: 0px
    }
}

.hero-sec .hero-wrapper .phone.right .circle.outer {
    width: 250px;
    height: 250px;
    border-width: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.features-section .title-section p {
    margin: 0 auto;
    max-width: 60%
}

@media(max-width: 767px) {
    .features-section .title-section p {
        max-width: 100%
    }
}

.features-section .features-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
    max-width: 90%;
    margin: 0 auto
}

@media(max-width: 991px) {
    .features-section .features-container {
        flex-direction: column;
        gap: 15px;
        max-width: 100%
    }
}

@media(min-width: 992px) and (max-width: 1200px) {
    .features-section .features-container {
        max-width: 100%
    }
}

.features-section .features-container .features-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%
}

.features-section .features-container .features-list.left-list .feature-box {
    align-items: flex-end;
    text-align: right
}

@media(max-width: 991px) {
    .features-section .features-container .features-list.left-list .feature-box {
        align-items: flex-start;
        text-align: left
    }
}

.features-section .features-container .features-list.left-list .feature-box .featured-icon {
    margin-left: auto
}

@media(max-width: 991px) {
    .features-section .features-container .features-list.left-list .feature-box .featured-icon {
        margin-left: 0
    }
}

.features-section .features-container .features-list .feature-box {
    padding: 1rem;
    border-radius: 8px;
    text-align: left;
    cursor: pointer;
    transition: .3s ease-in-out;
    position: relative
}

.features-section .features-container .features-list .feature-box:hover {
    background: rgba(255, 247, 214, .8)
}

@media(max-width: 991px) {
    .features-section .features-container .features-list .feature-box:hover {
        background-color: rgba(0, 0, 0, 0)
    }
}

@media(max-width: 991px) {
    .features-section .features-container .features-list .feature-box.active {
        background-color: rgba(255, 247, 214, .8)
    }
}

.features-section .features-container .features-list .feature-box.active .featured-wrapper-outer .mob-drop img {
    rotate: 180deg
}

@media(max-width: 991px) {
    .features-section .features-container .features-list .feature-box .featured-wrapper-outer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px
    }
}

@media(max-width: 767px) {
    .features-section .features-container .features-list .feature-box .featured-wrapper-outer .featured-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 15px;
        justify-content: space-between
    }

    .features-section .features-container .features-list .feature-box .featured-wrapper-outer .featured-wrapper .featured-icon {
        min-width: 45px;
        width: 45px;
        height: 45px;
        margin: 0
    }

    .features-section .features-container .features-list .feature-box .featured-wrapper-outer .featured-wrapper .featured-icon img {
        width: 25px;
        height: 25px
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .features-section .features-container .features-list .feature-box .featured-wrapper-outer .featured-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
        justify-content: space-between
    }

    .features-section .features-container .features-list .feature-box .featured-wrapper-outer .featured-wrapper .featured-icon {
        min-width: 60px;
        width: 60px;
        height: 60px;
        margin: 0
    }

    .features-section .features-container .features-list .feature-box .featured-wrapper-outer .featured-wrapper .featured-icon img {
        width: 35px;
        height: 35px
    }
}

.features-section .features-container .features-list .feature-box .featured-wrapper-outer .mob-drop {
    display: none
}

.features-section .features-container .features-list .feature-box .featured-wrapper-outer .mob-drop img {
    transition: .5s ease-in-out
}

@media(max-width: 991px) {
    .features-section .features-container .features-list .feature-box .featured-wrapper-outer .mob-drop {
        display: block
    }
}

.features-section .features-container .features-list .feature-box .featured-icon {
    width: 72px;
    height: 72px;
    background: rgba(255, 204, 0, .1490196078);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem
}

.features-section .features-container .features-list .feature-box .featured-icon img {
    width: 40px;
    height: 40px
}

.features-section .features-container .features-list .feature-box p {
    margin: 6px 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: var(--LabelColor)
}

.log-sign-btns a {
    font-size: 16px;
}

@media(max-width: 767px) {
    .features-section .features-container .features-list .feature-box p {
        font-size: 14px;
        margin: 4px 0 0;
        line-height: 1.7
    }
}

@media(max-width: 767px) {
    .features-section .features-container .features-list .feature-box .log-sign-btns a {
        font-size: 14px
    }
}

.features-section .features-container .features-list .feature-box .mobile-img {
    display: block;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .4s ease, opacity .3s ease;
    margin: 0 auto
}

.features-section .features-container .features-list .feature-box.active .mobile-img {
    max-height: 300px;
    opacity: 1
}

.features-section .features-container .features-image {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width: 991px) {
    .features-section .features-container .features-image {
        display: none
    }
}

.features-section .features-container .features-image img {
    max-width: 100%;
    border-radius: 20px;
    transition: opacity .3s ease;
    max-height: 100%;
    height: auto;
    object-fit: contain
}

.how-it-works {
    padding: 80px 0;
    background-color: rgba(255, 251, 234, .5019607843);
    margin-top: 20px
}

@media(max-width: 991px) {
    .how-it-works {
        padding: 50px 0
    }
}

.how-it-works .title-section {
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 70px
}

@media(max-width: 767px) {
    .how-it-works .title-section {
        margin-bottom: 20px
    }
}

@media(max-width: 991px) {
    .how-it-works .title-section {
        max-width: 100%
    }
}

.how-it-works .title-section .subtitle {
    max-width: 60%;
    margin: 0 auto
}

@media(max-width: 767px) {
    .how-it-works .title-section .subtitle {
        max-width: 100%
    }
}

.how-it-works .timeline {
    position: relative;
    margin: 0 auto;
    max-width: 80%;
    padding: 40px 0
}

@media(max-width: 767px) {
    .how-it-works .timeline {
        max-width: 100%;
        padding: 20px 0
    }
}

.how-it-works .timeline .timeline-before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    background: var(--BrandBlack)
}

@media(max-width: 767px) {
    .how-it-works .timeline .timeline-before {
        left: 5%
    }
}

.how-it-works .timeline .timeline-before::before {
    content: "";
    display: inline;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: var(--BrandBlack);
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%)
}

.how-it-works .timeline .timeline-before::after {
    content: "";
    display: inline;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: var(--BrandBlack);
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%)
}

.how-it-works .timeline .timeline-step {
    position: relative;
    margin-bottom: 60px
}

@media(max-width: 767px) {
    .how-it-works .timeline .timeline-step {
        padding-left: 15%
    }
}

.how-it-works .timeline .timeline-step .number-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    border-radius: 50%;
    border: 1px solid var(--BrandBlack)
}

@media(max-width: 767px) {
    .how-it-works .timeline .timeline-step .number-wrapper {
        left: 5%;
        top: 15px
    }
}

.how-it-works .timeline .timeline-step .number-wrapper .number {
    background: var(--BrandYellow);
    color: var(--BrandBlack);
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    border: 4px solid #fffdf4;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px
}

.how-it-works .timeline .timeline-step .timeline-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 210px
}

@media(max-width: 767px) {
    .how-it-works .timeline .timeline-step .timeline-content {
        flex-direction: column;
        gap: 20px
    }
}

.how-it-works .timeline .timeline-step .timeline-content .timeline-text {
    text-align: right;
    width: calc(50% - 105px)
}

@media(max-width: 767px) {
    .how-it-works .timeline .timeline-step .timeline-content .timeline-text {
        width: 100%;
        text-align: left
    }
}

.how-it-works .timeline .timeline-step .timeline-content .timeline-text .secondary-heading {
    font-size: 22px
}

.how-it-works .timeline .timeline-step .timeline-content .timeline-text .download-app {
    display: flex;
    justify-content: end;
    gap: 10px;
    margin: 8px 0 0
}

@media(max-width: 767px) {
    .how-it-works .timeline .timeline-step .timeline-content .timeline-text .download-app {
        justify-content: start
    }
}

.how-it-works .timeline .timeline-step .timeline-content .timeline-text .download-app .app {
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background-color: var(--BrandWhite);
    box-shadow: 0 1.511px 1.511px rgba(0, 0, 0, .17);
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center
}

.how-it-works .timeline .timeline-step .timeline-content .timeline-text .download-app .app img {
    width: 100%;
    height: auto;
    object-fit: contain
}

.how-it-works .timeline .timeline-step .timeline-content .timeline-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: var(--BrandBlack);
    margin-bottom: 0px;
    margin-top: 8px
}

.how-it-works .timeline .timeline-step .timeline-content .timeline-image {
    width: calc(50% - 105px)
}

@media(max-width: 767px) {
    .how-it-works .timeline .timeline-step .timeline-content .timeline-image {
        width: 100%;
        text-align: left
    }
}

.how-it-works .timeline .timeline-step .timeline-content .timeline-image img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    height: auto;
    object-fit: cover;
    background: #fff;
    padding: 7px
}

.how-it-works .timeline .timeline-step:nth-child(odd) .timeline-content {
    flex-direction: row-reverse
}

@media(max-width: 767px) {
    .how-it-works .timeline .timeline-step:nth-child(odd) .timeline-content {
        flex-direction: column
    }
}

.how-it-works .timeline .timeline-step:nth-child(odd) .timeline-content .timeline-text {
    text-align: left
}

.how-it-works .timeline .timeline-step:nth-child(odd) .timeline-content .timeline-image {
    text-align: right
}

@media(max-width: 767px) {
    .how-it-works .timeline .timeline-step:nth-child(odd) .timeline-content .timeline-image {
        text-align: left
    }
}

.hertz-car-hire {
    padding: 100px 0 50px
}

@media(max-width: 767px) {
    .hertz-car-hire {
        padding: 50px 0 25px
    }
}

.hertz-car-hire .car-hire-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center
}

.hertz-car-hire .car-hire-wrapper .car-hire-content {
    width: calc(60% - 20px)
}

@media(max-width: 991px) {
    .hertz-car-hire .car-hire-wrapper .car-hire-content {
        width: 100%
    }
}

.hertz-car-hire .car-hire-wrapper .car-hire-content .title-section {
    text-align: left
}

.hertz-car-hire .car-hire-wrapper .car-hire-content .title-section p {
    max-width: 100%
}

.hertz-car-hire .car-hire-wrapper .car-hire-content ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.hertz-car-hire .car-hire-wrapper .car-hire-content ul li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 15px;
    color: var(--BrandBlack);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.hertz-car-hire .car-hire-wrapper .car-hire-content ul li ul {
    margin-left: 5px;
    margin-top: 10px
}

.hertz-car-hire .car-hire-wrapper .car-hire-content ul li ul li {
    list-style-type: circle;
    list-style-image: none
}

.hertz-car-hire .car-hire-wrapper .car-hire-content .store-buttons {
    margin-top: 25px;
    justify-content: start
}

.hertz-car-hire .car-hire-wrapper .car-hire-img {
    width: calc(40% - 20px)
}

@media(max-width: 991px) {
    .hertz-car-hire .car-hire-wrapper .car-hire-img {
        width: 100%
    }
}

.hertz-car-hire .car-hire-wrapper .car-hire-img img {
    width: 100%
}

@media(max-width: 991px) {
    .hertz-car-hire .car-hire-wrapper .car-hire-img img {
        width: auto;
        height: 400px;
        object-fit: contain
    }
}

.car-hire-slider {
    padding: 50px 0
}

@media(max-width: 767px) {
    .car-hire-slider {
        padding: 25px 0
    }
}

.car-hire-slider .title-section {
    margin-bottom: 50px
}

@media(max-width: 767px) {
    .car-hire-slider .title-section {
        margin-bottom: 20px
    }
}

.car-hire-slider .slider-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px
}

.car-hire-slider .slider-wrapper .ch-slider .slick-arrow {
    width: 45px;
    height: 45px;
    background-color: var(--BrandYellow);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: .5s ease-in-out;
    top: 40%
}

.car-hire-slider .slider-wrapper .ch-slider .slick-arrow.slick-prev {
    left: -50px;
    z-index: 9
}

@media(max-width: 991px) {
    .car-hire-slider .slider-wrapper .ch-slider .slick-arrow.slick-prev {
        left: 0
    }
}

@media(min-width: 992px) and (max-width: 1200px) {
    .car-hire-slider .slider-wrapper .ch-slider .slick-arrow.slick-prev {
        left: -20px
    }
}

.car-hire-slider .slider-wrapper .ch-slider .slick-arrow.slick-next {
    right: -50px;
    z-index: 9
}

@media(max-width: 991px) {
    .car-hire-slider .slider-wrapper .ch-slider .slick-arrow.slick-next {
        right: 0
    }
}

@media(min-width: 992px) and (max-width: 1200px) {
    .car-hire-slider .slider-wrapper .ch-slider .slick-arrow.slick-next {
        right: -20px
    }
}

.car-hire-slider .slider-wrapper .ch-slider .slick-arrow img {
    transition: .5s ease-in-out
}

.car-hire-slider .slider-wrapper .ch-slider .slick-arrow:hover {
    background-color: #2f7185
}

.car-hire-slider .slider-wrapper .ch-slider .slick-arrow:hover img {
    filter: invert(1) brightness(2)
}

.car-hire-slider .slider-wrapper .ch-slider .slick-arrow.slick-disabled {
    opacity: .3;
    cursor: default;
    background-color: #d8d8d8
}

.car-hire-slider .slider-wrapper .ch-slider .slick-arrow.slick-disabled img {
    filter: none
}

.car-hire-slider .slider-wrapper .ch-slider .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 40px
}

@media(max-width: 767px) {
    .car-hire-slider .slider-wrapper .ch-slider .slick-dots {
        margin-top: 0
    }
}

.car-hire-slider .slider-wrapper .ch-slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    transition: width .3s ease-in-out
}

.car-hire-slider .slider-wrapper .ch-slider .slick-dots li.slick-active {
    width: 36px;
    height: 12px
}

.car-hire-slider .slider-wrapper .ch-slider .slick-dots li.slick-active button {
    background-color: var(--LabelColor)
}

.car-hire-slider .slider-wrapper .ch-slider .slick-dots li button {
    background-color: #e6e7eb;
    width: 100%;
    height: 100%;
    border-radius: 50px
}

.car-hire-slider .slider-wrapper .ch-slider .slick-dots li button::before {
    display: none
}

.car-hire-slider .slider-wrapper .ch-slider .slick-list {
    padding: 0 !important
}

.car-hire-slider .slider-wrapper .ch-slider .slick-list .slick-slide {
    display: flex;
    justify-content: center;
    min-height: 650px;
    transition: height .5s ease-in-out;
    opacity: .2;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    padding: 0 30px
}

@media(max-width: 767px) {
    .car-hire-slider .slider-wrapper .ch-slider .slick-list .slick-slide {
        min-height: 400px
    }
}

.car-hire-slider .slider-wrapper .ch-slider .slick-list .slick-slide p {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--BrandBlack)
}

.car-hire-slider .slider-wrapper .ch-slider .slick-list .slick-slide.slick-center {
    opacity: 1
}

.car-hire-slider .slider-wrapper .ch-slider .slick-list .slick-slide.slick-center img {
    height: 550px;
    transition: height .5s ease-in-out
}

@media(max-width: 767px) {
    .car-hire-slider .slider-wrapper .ch-slider .slick-list .slick-slide.slick-center img {
        height: 400px
    }
}

.car-hire-slider .slider-wrapper .ch-slider .slick-list .slick-slide img {
    height: 450px;
    margin: 0 auto;
    width: 100%;
    object-fit: contain
}

@media(max-width: 767px) {
    .car-hire-slider .slider-wrapper .ch-slider .slick-list .slick-slide img {
        height: 400px
    }
}

.travel-section {
    margin: 10px 0 25px
}

.travel-section .travel-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
    background-color: #ffeea9;
    border-radius: 10px
}

@media(min-width: 1260px) {
    .travel-section .travel-wrapper {
        max-width: 90%;
        margin: 0 auto;
        background-image: url(https://www.hertzpageo.com/img/hertz-app/assets/images/travel-bg.webp);
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: cover
    }
}

@media(min-width: 992px) and (max-width: 1260px) {
    .travel-section .travel-wrapper {
        align-items: end
    }
}

.travel-section .travel-content {
    width: calc(60% - 11px);
    padding: 40px
}

@media(max-width: 991px) {
    .travel-section .travel-content {
        width: 100%;
        padding: 20px;
        text-align: left
    }
}

@media(min-width: 992px) and (max-width: 1260px) {
    .travel-section .travel-content {
        width: calc(50% - 11px)
    }
}

.travel-section .travel-content h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.16
}

@media(max-width: 767px) {
    .travel-section .travel-content h2 {
        font-size: 25px;
        line-height: 1.4
    }
}

.travel-section .travel-content p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    margin-bottom: 20px;
    color: var(--LabelColor)
}

@media(max-width: 767px) {
    .travel-section .travel-content p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 15px
    }
}

.travel-section .travel-content .download-apps {
    display: flex;
    gap: 20px;
    flex-wrap: wrap
}

@media(max-width: 767px) {
    .travel-section .travel-content .download-apps {
        width: 100%
    }
}

.travel-section .travel-content .download-apps .app-box {
    display: flex;
    align-items: end;
    gap: 1rem;
    background: #fffbea;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    padding-right: 50px;
    overflow: hidden
}

@media(max-width: 767px) {
    .travel-section .travel-content .download-apps .app-box {
        width: 100%;
        justify-content: space-between
    }
}

.travel-section .travel-content .download-apps .app-box .store-img {
    position: absolute;
    top: -20px;
    right: -20px;
    background: var(--BrandWhite);
    width: 66px;
    height: 66px;
    display: flex;
    justify-content: start;
    align-items: end;
    border-radius: 50%;
    padding: 14px
}

.travel-section .travel-content .download-apps .app-box .store-img img {
    width: 25px;
    height: 25px
}

.travel-section .travel-content .download-apps .app-box .qr-box img {
    width: 70px;
    height: 71px;
    object-fit: contain
}

.travel-section .travel-content .download-apps .app-box .app-info {
    display: flex;
    flex-direction: column;
    gap: .25rem
}

.travel-section .travel-content .download-apps .app-box .app-info .platform {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--LabelColor)
}

.travel-section .travel-content .download-apps .app-box .app-info .scan-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.33;
    color: var(--LabelColor);
    margin-bottom: 10px
}

.travel-section .travel-content .download-apps .app-box .app-info .btn-download {
    background: var(--BrandYellow);
    color: var(--BrandBlack) !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.28;
    padding: 8px 16px;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition: background .2s ease;
    border-radius: 100px
}

.travel-section .travel-content .download-apps .app-box .app-info .btn-download:hover {
    background: #e5b900
}

.travel-section .travel-mockups {
    width: calc(40% - 11px);
    display: flex;
    justify-content: center;
    align-items: end
}

@media(max-width: 991px) {
    .travel-section .travel-mockups {
        display: none
    }
}

@media(min-width: 992px) and (max-width: 1260px) {
    .travel-section .travel-mockups {
        width: calc(50% - 11px)
    }
}

.travel-section .travel-mockups .mockup {
    margin-top: 10px
}

.travel-section .travel-mockups .mockup.ios {
    width: auto;
    height: 355px
}

.travel-section .travel-mockups .mockup.android {
    width: auto;
    height: 330px
}

.disclaimer {
    padding: 25px 0 50px
}

.disclaimer .disclaimer-wrapper {
    max-width: 90%;
    margin: 0 auto
}

@media(max-width: 991px) {
    .disclaimer .disclaimer-wrapper {
        max-width: 100%
    }
}

.disclaimer .disclaimer-wrapper h3 {
    font-size: 18px;
    font-weight: 600 !important;
    line-height: 1.44 !important;
    color: var(--BrandBlack);
    margin-bottom: 6px
}

.disclaimer .disclaimer-wrapper ul {
    margin: 0;
    padding: 0;
    padding-left: 20px
}

.disclaimer .disclaimer-wrapper ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: var(--LabelColor);
    list-style: disc
}

#footer-container article {
    max-width: 1640px;
    margin: auto
}

#seo-content {
    padding: 0 10px 15px;
    border: none;
    display: block;
    overflow: hidden;
    background: #f3f4f8;
    padding-top: 30px !important
}

#seo-content .seo-header {
    width: 100%;
    float: none;
    color: #ffd100;
    font-family: "Open Sans", Montserrat, Trebuchet MS, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700
}

#seo-content .seo-header h3 {
    color: #000 !important;
    font-size: 22px;
    margin-block-start: .83em;
    margin-block-end: .83em
}

#seo-content .seo-info {
    width: 100%;
    float: none;
    color: #222;
    padding-top: 12px
}

#seo-content p {
    margin: 0;
    padding: 0
}

@media only screen and (min-width: 600px) {
    #seo-content .seo-header {
        width: 35%;
        float: left
    }

    #seo-content .seo-info {
        width: 65%;
        float: left;
        padding: 0
    }
}

@media only screen and (min-width: 992px) {
    #seo-content {
        padding: 0 30px 32px 43px
    }

    #seo-content .seo-header {
        width: 20%
    }

    #seo-content .seo-info {
        width: 70%;
        margin: auto
    }
}

@media(min-width: 768px) and (max-width: 1200px) {
    body {
        padding-top: 80px
    }
}