﻿.country-slider .slick-list {
    /*    margin: 0 40px;*/
    padding: 10px 0;
}

.country-slider .slick-arrow.slick-prev {
    left: 50%;
    position: absolute;
    top: inherit;
    bottom: -6px;
    transform: translateX(-120px);
    width: 35px;
    height: 35px;
    background: transparent;
    border: none;
    z-index: 9;
}

.country-slider .slick-arrow:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    z-index: 99999;
    border-top: 2px solid #6e7071;
    border-left: 2px solid #6e7071;
    transform: translateY(-50%) rotate(-45deg);
    border-radius: 2px;
    left: 12px;
}

.country-slider .slick-arrow.slick-next {
    left: inherit;
    right: 50%;
    position: absolute;
    top: inherit;
    bottom: -6px;
    transform: translateX(110px);
    width: 35px;
    height: 35px;
    background: transparent;
    border: none;
    z-index: 9;
}

.country-slider .slick-next:before {
    left: inherit;
    right: 12px;
    transform: translateY(-50%) rotate(-223deg);
}

.country-slider .slick-slide img {
    max-width: 100%;
    height: 294px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 12px;
}

.trendingperk-text {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0;
}

.country-slider .slick-slide a {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.trendingperk-box:hover .trendingperk-text {
    text-decoration: underline;
}

.trendingperk-box {
    transition: 0.3s ease;
}

    .trendingperk-box:hover {
        transform: translateY(-4px);
    }

.country-slider-slick-controls {
    position: absolute;
    bottom: -1px;
    transform: translateX(45px);
    left: 30%;
    cursor: pointer;
}

@media (max-width: 992px){
    .country-slider-slick-controls {
        transform: translateX(0px);
    }
}

/*Top Travel Picks*/

.featured_categories {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(6, 1fr);
    justify-content: space-between;
}

    .featured_categories > a {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .featured_categories picture{
        width: 100%;
    }

    .featured_categories img {
        max-width: 100%;
        height: 281px;
        width: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 18px;
        transition: 0.3s ease;
    }

    .featured_categories h5 {
        font-weight: 500;
        margin-top: -40px;
        margin-bottom: 32px;
        color: #ffffff;
        position: relative;
        z-index: 1;
        font-size: 18px;
    }

    .featured_categories a:hover img {
        transform: translateY(-4px);
    }

    .featured_categories .btn {
        color: #ffffff;
        width: 100%;
        font-weight: bold;
        justify-content: center;
    }

    .featured_categories > a:nth-child(6n+1) .btn {
        background-color: #1d3bce;
    }

    .featured_categories > a:nth-child(6n+2) .btn {
        background-color: #cc1f1f;
    }

    .featured_categories > a:nth-child(6n+3) .btn {
        background-color: #c346d1;
    }

    .featured_categories > a:nth-child(6n+4) .btn {
        background-color: #3a993a;
    }

    .featured_categories > a:nth-child(6n+5) .btn {
        background-color: #7146ce;
    }

    .featured_categories > a:nth-child(6n) .btn {
        background-color: #e58a13;
    }

    .featured_categories .btn:hover {
        border-color: transparent;
    }


@media (max-width: 1400px) {
    .featured_categories {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 30px;
    }
}

@media (max-width: 767px) {
    .featured_categories {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 30px;
    }

        .featured_categories h5 {
            visibility: hidden;
        }

     .country-slider .slick-list {
        padding: 0 !important;
    }

    .country-slider .slick-slide.slick-current.slick-active {
        width: 100vw !important;
    }

     .country-slider .slick-slide a {
        padding: 0;
    }

    .country-slider .slick-slide img{
        height: 100%;
        border-radius: 0;
    }

    .int_header .container-xxl {
        padding: 0;
    }

    .int_header .page-group-heading {
        padding-left: 1.375rem;
    }
}

@media (max-width: 576px) {
    .featured_categories {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 30px;
    }
}

.text-intl {
    color: #000;
    font-weight: 500;
}

.cust-num li {
    position: relative;
}

    .cust-num li.odd-row:after {
        content: '';
        position: absolute;
        top: 0;
        right: -17px;
        height: 103%;
        border-right: solid 2px #fff;
    }

.view-al {
    width: 300px;
    font-weight: 600;
    border-radius: 20px;
    justify-content: center;
    min-height: 39px;
}

.view-pad {
    padding-top: 40px;
}

.text-holder h3 a {
    font-size: 19px;
    color: #000;
    font-weight: bold;
    transition: color .35s cubic-bezier(.3, .86, .36, .95);
}

    .text-holder h3 a:hover {
        text-decoration: underline !important;
        color: #0049cd !important;
    }

.custom-num-list-holder {
    margin-bottom: 1rem
}

.cust-num {
    counter-reset: customCounter;
    list-style: none;
    margin: 0;
    padding: 0
}

    .cust-num li {
        align-items: center;
        border-bottom: 1px solid #9da4af;
        display: flex;
        min-height: 3.1875rem;
        padding-bottom: .4375rem;
        padding-top: .4375rem
    }

.frm-txt {
    font-size: 13px;
    color: #000;
    font-weight: 400;
}

.red-txt {
    color: #e70004;
}

.cust-num .partner-logo {
    flex-shrink: 0;
    font-size: 0;
    line-height: 0;
    padding-right: 20px;
    padding-left: 10px;
    width: 150px;
    justify-content: center;
    display: flex;
}

    .cust-num .partner-logo a {
        display: inline-block;
        vertical-align: top
    }

        .cust-num .partner-logo a:hover img {
            transform: translateY(-3px)
        }

    .cust-num .partner-logo img {
        height: 65px !important;
        width: 100%;
        padding: 7px;
        transition: transform .35s cubic-bezier(.3, .86, .36, .95);
        vertical-align: top;
        object-fit: contain;
    }

.cust-num .text-holder {
    flex-grow: 1;
    font-size: .625rem;
    line-height: 1.2
}

.cust-num .h6,
.cust-num h6 {
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.1667;
    margin-bottom: .1875rem
}

    .cust-num .h6 a,
    .cust-num h6 a {
        color: inherit
    }

        .cust-num .h6 a:hover,
        .cust-num h6 a:hover {
            color: #0049cd
        }

.cust-num p:last-child {
    margin-bottom: 0
}

.cust-num .btn {
    flex-shrink: 0;
    margin-left: .625rem;
    white-space: nowrap;
    width: 150px;
    color: #fff;
    background-color: #0049cd;
    border-color: #0049cd;
    font-size: 14px;
    justify-content: center;
    border-radius: 4px;
    padding: 8px;
    min-height: auto;
    font-weight: 600;
}
    .cust-num .btn:hover {
        color: #fff;
        background-color: #003eae !important;
    }
    .cust-num .btn .icon {
        display: inline-block;
        font-size: 1.25rem;
        line-height: 1;
        margin-left: .25rem;
        vertical-align: top
    }

.custom-num-list-holder {
    margin-bottom: 1.875rem;
    overflow: hidden
}

@media (min-width: 992px) {
    .cust-num {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 1.625rem;
        column-gap: 1.625rem;
        margin-bottom: -1px
    }

        .cust-num li {
            page-break-inside: avoid;
            -moz-column-break-inside: avoid;
            break-inside: avoid;
            min-height: 4.0625rem
        }
}

@media (max-width: 600px) {
    .bannerOffer-link {
        display: none;
    }
}

.page-group-heading {
    margin-bottom: 25px;
}

section {
    padding: 40px 0px;
}

.slick-dots li button:before {
    font-size: 0;
    border: 1px solid #000;
    border-radius: 50%;
    width: 11px;
    height: 11px;
    top: 5px;
}

.slick-dots li.slick-active button:before {
    background: #e70004;
    border: 0;
}
.slick-dots li.slick-active button {
    background-color: #e70004;
    border: 0;
    opacity: 1;
}

.slick-dots button {
    width: 11px;
    height: 11px;
    background-color: unset;
    border: 1px solid #000;
    opacity: .25;
}

@media screen and (max-width: 767px) {
    .country-slider-slick-controls {
        display: none;
    }

    section,
    .blue-patch {
        padding: 20px 0px;
    }
}

.trendingperks-sliders .slick-arrow:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    z-index: 99999;
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
    border-radius: 2px;
    left: 9px;
    opacity: 1;
}

.trendingperks-sliders .slick-arrow.slick-prev,
.trendingperks-sliders .slick-arrow.slick-next {
    width: 25px;
    height: 25px;
    background: #0048cd;
    border-radius: 50%;
}

.trendingperks-sliders .slick-next:before {
    left: 7px !important;
}
