/*------------------------------------------------------------------
[Table of contents]
/*----------------------------------------*/
/* Font CSS
/*----------------------------------------*/
html,
body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    background: none;
    overflow-x: hidden !important;
    background-color: #f5f5f5;
    direction: rtl;
}

.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.ui-datepicker .ui-icon {
    text-indent: 99999px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #111111;
    /*font-weight: 500;*/
    font-weight: 700;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 15px;
    color: #7b7b7b;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 15px 0;
}
/* img {
max-width: 100%;
} */
input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

.social-img {
    max-width: 90%;
}

@media (min-width: 768px) {
    .foot-pad-left {
        padding-right: 10%;
    }
}

.social-texts {
    position: relative;
    margin-top: -380%;
    margin-left: -250%;
    font-style: italic;
    /* float: right; */
    -moz-transform: rotate(-270deg);
    /* FF3.5+ */
    -o-transform: rotate(-270deg);
    /* Opera 10.5 */
    -webkit-transform: rotate(90deg);
    /* Saf3.1+, Chrome */
    text-align: right;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

.mobile-view {
    display: none;
}

.web-view {
    display: block;
}

.padding-right-left-zero {
    padding-left: 0;
}

.padding-right-zero {
    padding-left: 0;
    padding-right: 0;
}

.margin-top-updates {
    margin-top: 1rem;
}

.padding-right-zero-ft {
    padding-left: 0;
    padding-right: 0;
}

.padding-left-zero {
    padding-right: 0;
}

.lg-img-thumbnail-modify {
    height: 100% !important;
}

.img-extra {
    height: 100px !important;
    width: 100%;
}

.container-margin {
    padding-left: 2%;
    padding-right: 2%;
}

.container-margin {
    padding-left: 2%;
    padding-right: 2%;
}

.container-margin {
    padding-left: 2%;
    padding-right: 2%;
}

.img-thumbnail-modify {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0;
    background-color: #fff;
    border: none;
    border-radius: 0;
    max-width: 100%;
    height: auto;
}

.js-is-visible {
    opacity: 1 !important;
}

.head-border {
    border-top: 2px solid #d6191f;
}

.no-display {
    visibility: hidden;
}

.section-title h2 {
    color: #1e1e1e;
    font-size: 60px;
    font-weight: 700;
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.spad-travel {
    padding-top: 2rem;
    /* padding-bottom: 100px; */
}

.spad {
    padding-top: 20%;
    padding-bottom: 100px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
    color: #fff;
}
/* buttons */
.primary-btn {
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    padding: 10px;
    border: 2px solid #fff;
    border-radius: 50px;
    text-transform: uppercase;
}

.banner-content-seeworld {
    backdrop-filter: blur(2px);
    width: 25%;
    position: absolute;
    bottom: 99%;
}

.contentseeworld {
    position: absolute;
    top: 40px;
    right: 20px;
}

@media (max-width: 767px) {
    .contentseeworld {
        top: 20px;
    }
}

.contentseeworld-thumb {
    text-align: right;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60%;
}

@media (max-width: 991px) {
    .contentseeworld-thumb {
        width: 100%;
    }

    .height-100px {
        height: 100px;
        overflow: hidden;
    }
}

.padding-right-zero {
    padding-left: 0;
}

.padding-left-zero {
    padding-right: 0;
}

.img-fluid {
    max-width: 100%;
    min-height: 100%;
}

.d-flex {
    display: flex !important;
}

.flex-column {
    flex-direction: column !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.site-btn {
    color: #1e1e1e;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 16px 40px;
    border: 2px solid #1e1e1e;
    border-radius: 50px;
    cursor: pointer;
    text-transform: uppercase;
}
/* Preloder */
#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #fff;
}

.loader {
    width: 150px;
    width: 150px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.elements-section {
    padding-top: 100px;
}

.el-title {
    margin-bottom: 75px;
}

.element {
    margin-bottom: 100px;
}

    .element:last-child {
        margin-bottom: 0;
    }
/*---------------------
Header
-----------------------*/

section.banner-wave {
    background-image: url("./../img/plane-rj.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-wave {
    height: 90vh;
}

.inner-banner {
    width: 100%;
}

.card-header {
    display: flex;
    justify-content: start;
    padding: 0.75 rem 1.25 rem;
    margin-bottom: 0;
    color: inherit;
    background-color: rgb(225 213 213 / 3%);
    border-bottom: 1px solid rgb(219 217 217 / 13%);
}

.extra-travel-card {
    border: none;
    background: transparent;
}

.extra-travel-card-end {
    border: none;
}

.wave {
    position: relative;
    height: 67px;
    width: 100%;
    background: #a0b5c7;
}

    .wave:before {
        content: "";
        display: block;
        position: absolute;
        border-radius: 50% 100%;
        width: 60%;
        height: 80px;
        background-color: white;
        left: -5px;
        top: 40px;
    }

.inner-page-section {
    margin-top: 2%;
}

.inner-page-border {
    margin-bottom: 5%;
}

.wave:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50% 100%;
    width: 50%;
    height: 60px;
    background-color: #a0b5c7;
    right: 0;
    top: 27px;
}

section.banner-image {
    position: relative;
    height: 70px;
    width: 100%;
    background: #e0efe3;
}

    section.banner-image:before {
        content: "";
        display: block;
        position: absolute;
        border-radius: 50% 100%;
        width: 50%;
        height: 80px;
        background-color: white;
        left: -20px;
        top: 40px;
    }

    section.banner-image:after {
        content: "";
        display: block;
        position: absolute;
        border-radius: 50% 100%;
        width: 50%;
        height: 70px;
        background-color: #e0efe3;
        right: 0;
        top: 27px;
        background-image: url(./../img/royal-jordan-plane.jpeg);
    }

.checkin-border {
    border-bottom: 10%;
}

.inner-header .main-menu ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}

.text-banner {
    float: right;
    text-align: right;
    position: absolute;
    top: 0;
    padding: 1em 5em;
    margin-top: 5em;
    z-index: 10;
}

.text-banner-mobile-x-mile {
    float: right;
    text-align: right;
    position: absolute;
    top: 13rem;
    width: 70%;
    right: 5rem;
    z-index: 10;
}

.carousel-text-head {
    font-size: 28px;
    color: #fff;
}

.carousel-text-body {
    font-size: 20px;
    color: #fff;
}

.carousel-text-btn {
    border-radius: 2%;
    background-color: #d6191f;
    border-color: #d6191f;
}

.inner-header .main-menu ul li .sub-menu {
    position: absolute;
    list-style: none;
    width: 220px;
    right: 0;
    top: 100%;
    padding: 20px 0;
    visibility: hidden;
    opacity: 0;
    margin-top: 50px;
    background: #fff;
    z-index: 99;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-shadow: -2px 7px 20px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 7px 20px rgba(0, 0, 0, 0.2);
}

    .inner-header .main-menu ul li .sub-menu li {
        display: block;
        margin: 0;
    }

        .inner-header .main-menu ul li .sub-menu li a {
            display: block;
            color: #000;
            margin-left: 0;
            padding: 0px 20px;
            font-size: 14px;
            line-height: 2.3;
        }

            .inner-header .main-menu ul li .sub-menu li a:after {
                display: none;
            }

.slicknav_menu {
    display: none;
}
/*---------------------
Search Bar
-----------------------*/
.search-model {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: #000;
    z-index: 99999;
}

.search-model-form {
    padding: 0 15px;
}

    .search-model-form input {
        width: 500px;
        font-size: 40px;
        border: none;
        border-bottom: 2px solid #333;
        background: none;
        color: #999;
    }

.search-close-switch {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #333;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    padding-top: 6px;
    font-size: 26px;
    top: 30px;
    cursor: pointer;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-weight: 300;
}
/*---------------------
Header Info
-----------------------*/
.header-info {
    background: #e4e6e7;
    overflow: hidden;
    padding: 10px 45px;
    text-align: center;
}

    .header-info .header-item {
        overflow: hidden;
    }

        .header-info .header-item img {
            display: inline-block;
            margin-left: 13px;
        }

        .header-info .header-item p {
            display: inline-block;
            line-height: 1;
            font-size: 14px;
            color: #121111;
            font-weight: 500;
            margin-bottom: 0;
            position: relative;
            top: 3px;
        }
/*---------------------
Hero Slider
-----------------------*/
.hero-items .owl-dots {
    display: inline-flex;
}

.owl-dots {
    width: 100%;
}

    .owl-dots button {
        position: absolute;
        z-index: 9999;
        width: 100%;
        height: 100%;
    }

.owl-carousel .owl-stage-outer-products {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}

.pull-top {
    margin-top: -8%;
    overflow: visible;
    z-index: 2;
    background-size: cover;
    backdrop-filter: blur(2px);
}

.pull-top-booking {
    margin-top: -20%;
    overflow: visible;
    z-index: 2;
    background-size: cover;
    backdrop-filter: blur(2px);
}

.hero-items .owl-dots button {
    display: inline-block;
    height: 150px;
    width: 150px;
    background: #969d9e;
    border-radius: 5%;
    margin-left: 9px;
}

.text-right {
    float: left;
}

.hero-items .owl-dots button.active {
    background: #1e1e1e;
}

.hero-items .owl-nav button[type="button"] {
    display: inline-block;
    height: 68px;
    width: 68px;
    /* background: #B0BCC2; */
    background: transparent;
    font-size: 35px;
    /* color: #fff; */
    color: transparent;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    right: 60px;
    top: 345px;
}

    .hero-items .owl-nav button[type="button"].owl-next {
        right: auto;
        left: 60px;
        display: none;
    }

.neg-view {
    margin-top: -10em;
    overflow: visible;
    z-index: 9999;
    position: absolute;
}

.padding-right-left-5 {
    padding-left: 5%;
    padding-right: 5%;
}

.single-slider-item {
    position: relative;
    padding: 270px 0;
    text-align: center;
    max-height: 20vh;
    cursor: pointer;
    /* min-height:90vh; */
}
/*.single-slider-item:before {
content: "";
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.25);
width: 100%;
height: 100%;
z-index: 1;
}*/
/* mobile-app-carousel or  */
.mobile-app-carousel {
    padding: 270px 0;
    min-height: 88vh;
}

.single-slider-item h1 {
    color: #fff;
    font-size: 110px;
    font-weight: 700;
    line-height: 85px;
}

.mega-margin-right {
    border-left: 1px solid #ededed;
}

.set-margin-top {
    margin-top: 10em;
}

.single-slider-item h2 {
    color: #fff;
    font-size: 96px;
    font-weight: 400;
    margin-bottom: 28px;
}

.hero-items .owl-item.active .single-slider-item h1,
.hero-items .owl-item.active .single-slider-item h2,
.hero-items .owl-item.active .single-slider-item .primary-btn {
    top: 0;
    opacity: 1;
}

.hero-items .owl-item.active .single-slider-item h1 {
    -webkit-transition: all 0.5s ease 0.4s;
    transition: all 0.5s ease 0.4s;
}

.hero-items .owl-item.active .single-slider-item h2 {
    -webkit-transition: all 0.5s ease 0.6s;
    transition: all 0.5s ease 0.6s;
}

.hero-items .owl-item.active .single-slider-item .primary-btn {
    -webkit-transition: all 0.5s ease 0.8s;
    transition: all 0.5s ease 0.8s;
}
/*---------------------
Features Section
-----------------------*/
.features-section {
    padding-bottom: 0;
}

.features-ads {
    padding-bottom: 67px;
}

    .features-ads .single-features-ads {
        text-align: center;
        margin-bottom: 30px;
    }

        .features-ads .single-features-ads.first {
            margin-top: 39px;
        }

        .features-ads .single-features-ads.second {
            margin-top: 8px;
        }

        .features-ads .single-features-ads img {
            margin-bottom: 15px;
        }

        .features-ads .single-features-ads h4 {
            color: #1e1e1e;
            font-size: 22px;
            font-weight: 700;
            line-height: 50px;
        }

        .features-ads .single-features-ads p {
            color: #727272;
            font-size: 14px;
            line-height: 27px;
            font-weight: 500;
        }

.features-box .single-box-item {
    position: relative;
}

    .features-box .single-box-item.first-box {
        margin-bottom: 35px;
    }

        .features-box .single-box-item.first-box .box-text {
            position: absolute;
            left: 60px;
            top: 106px;
        }

            .features-box .single-box-item.first-box .box-text .trend-alert {
                color: #1e1e1e;
                display: block;
                font-size: 22px;
                letter-spacing: 2px;
                line-height: 45px;
                text-transform: uppercase;
                margin-bottom: 38px;
            }

            .features-box .single-box-item.first-box .box-text .primary-btn {
                border-color: #d0d7db;
                color: #1e1e1e;
            }

    .features-box .single-box-item.second-box {
        margin-bottom: 35px;
    }

        .features-box .single-box-item.second-box .box-text {
            position: absolute;
            right: 56px;
            top: 150px;
        }

            .features-box .single-box-item.second-box .box-text .trend-year {
                color: #fff;
                opacity: 1;
            }

            .features-box .single-box-item.second-box .box-text .trend-alert {
                color: #5b5b5b;
                display: inline-block;
                font-size: 16px;
                text-transform: uppercase;
                letter-spacing: 4px;
                line-height: 45px;
            }

    .features-box .single-box-item.large-box .box-text {
        position: absolute;
        right: 125px;
        top: 60px;
    }

        .features-box .single-box-item.large-box .box-text .trend-year {
            color: #838383;
            opacity: 1;
        }

        .features-box .single-box-item.large-box .box-text h2 {
            font-size: 60px;
            font-weight: 700;
            line-height: 56px;
        }

        .features-box .single-box-item.large-box .box-text .trend-alert {
            color: #5b5b5b;
            display: inline-block;
            font-size: 22px;
            letter-spacing: 2px;
            line-height: 36px;
            text-transform: uppercase;
        }

    .features-box .single-box-item img {
        min-width: 100%;
    }

    .features-box .single-box-item .box-text .trend-year {
        color: #1e1e1e;
        font-size: 22px;
        font-weight: 700;
        opacity: 0.32;
        display: inline-block;
    }

    .features-box .single-box-item .box-text h2 {
        color: #1e1e1e;
        font-size: 48px;
        font-weight: 600;
        line-height: 38px;
    }
/*---------------------
Latest Product
-----------------------*/
.latest-products {
    padding-top: 55px;
    padding-bottom: 65px;
}

.img-assistance {
    height: 9rem;
}

@media (max-width: 991px) {
    .img-assistance {
        height: 12rem;
    }
}

.book-style {
    max-width: 100%;
    border: none;
    border-radius: 0.05rem;
    text-align: center;
}

.book-column {
    border-right: 1px Solid #b0bcc2;
}

    .book-column + .book-column {
        border-right: none;
    }

@media (min-width: 992px) {
    .book-column + .book-column {
        border-right: 1px Solid #b0bcc2;
    }
}

.book-flight {
    background-color: #d6191f;
    color: #fff;
}

.book-flight-grey {
    background-color: #97999b;
    color: #ffffff;
}

.text-color-white {
    color: #ffffff;
}

.text-color-red {
    color: #d6191f;
}

.discover {
    width: 100%;
    height: 100vh;
}

.bottom-banner {
    bottom: 0;
    position: absolute;
    padding: 3em 5em;
}

.product-filter .product-controls {
    border-bottom: 1px solid #c7c1c1;
}

    .product-filter .product-controls li.active {
        border-bottom: 2px solid #d6191f;
    }

.discover-color-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: white;
    background-color: #d6191f;
    opacity: 0.8;
}

.product-filter .product-controls li {
    list-style: none;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    margin-left: 42px;
    font-weight: 500;
    cursor: pointer;
}

.product-filter .product-controls-sub {
    float: right;
    padding: 1% 5% 0 0;
}

.bottom-banner {
    bottom: 0;
    position: absolute;
    padding: 5em 5em;
    backdrop-filter: blur(1px);
    background-color: rgba(0, 0, 0, 0.4);
}

.product-filter .product-controls-sub li {
    list-style: none;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin-left: 42px;
    font-weight: 100;
    cursor: pointer;
}
/*.product-filter .product-controls li ::after {
position: absolute;
right: 0;
bottom: 7px;
width: 100%;
height: 2px;
background: #d6191f;
content: "";
opacity: 3;
}*/
.product-filter .product-controls li a {
    border: none;
    color: #fff;
}

.jd-lg {
    font-size: 25px;
}

.rj-font-lg {
    font-size: 30px;
    font-weight: 500;
}

.jd-sm {
    font-size: 18px;
    font-weight: 500;
}

.rj-font-sm {
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .rj-font-sm {
        font-size: 16px;
        line-height: 1;
    }

    .jd-sm {
        font-size: 14px;
    }
}

.text-extras {
    bottom: 2%;
    left: 10%;
    position: absolute;
}

.assistance-color {
    color: #d6191f;
    bottom: 2%;
    left: 13%;
    position: absolute;
}

a.assistance-color:hover {
    color: black;
}

.assistance-color i.bi {
    margin-right: 10px;
    position: absolute;
    transform: rotateZ(180deg);
}

.daterangepicker.dropdown-menu {
    position: absolute;
}

.daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001;
    padding: 2rem 0.7rem 0 0;
}

.btn-primary {
    color: #fff;
    background-color: #d6191f;
    border-color: #d6191f;
}

.daterangepicker:afterr:after {
    top: -6px;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #d6191f;
    border-right: 6px solid transparent;
}

.multidate-hidden {
    display: none;
}

.book-left-bottom {
    bottom: 2%;
    right: 2%;
    position: absolute;
}

.bg-color-red {
    background-color: #d6191f;
}

.product-filter .product-controls li:hover,
.product-filter .product-controls li a:hover {
    color: #d6191f;
}

.product-filter .product-controls li:last-child {
    margin-left: 0;
}

.single-product-item {
    margin-bottom: 1rem;
    text-align: justify;
    width: 100%;
}

    .single-product-item figure {
        margin-bottom: 40px;
        position: relative;
        overflow: hidden;
    }

        .single-product-item figure img {
            min-width: 100%;
        }

    .single-product-item .product-thumbnail {
        height: 180px;
    }

@media (min-width: 1200px) {
    .single-product-item .product-thumbnail {
        height: 120px;
    }
}

.travel-extra {
    width: 100%;
    height: 400px;
}

.travel-extra-heading {
    right: 40%;
    font-size: 20px;
    margin-top: -60px;
    text-align: center;
}

.travel-extra-heading {
    right: 40%;
    font-size: 20px;
    margin-top: -60px;
    text-align: center;
}

.banner-text-extra {
    position: absolute;
    right: 40%;
    backdrop-filter: blur(2px);
    z-index: 999;
    /* top: 93vh; */
    padding: 5px 16px;
    color: #fff;
    backdrop-filter: blur(2px);
    z-index: 999;
}

.text-left {
    float: right;
}

.panel-title {
    width: 100%;
}

.panel-link {
    width: 100%;
}

.panel-title > a:before {
    float: left !important;
    font-family: "Glyphicons Halflings";
    content: "\2212";
}

.panel-title > a.collapsed:before {
    font-family: "Glyphicons Halflings";
    float: left !important;
    content: "\002b";
}

.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
    text-decoration: none;
}

.text-left {
    float: right;
}

.panel-title {
    width: 100%;
}

.panel-link {
    width: 100%;
}

.panel-title > a:before {
    float: left !important;
    font-family: "Glyphicons Halflings";
    content: "\2212";
}

.panel-title > a.collapsed:before {
    font-family: "Glyphicons Halflings";
    float: left !important;
    content: "\002b";
}

.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
    text-decoration: none;
}

.btn-details {
    position: absolute;
    top: 130%;
    right: 10%;
    width: fit-content;
}

.single-product-item figure .p-status {
    position: absolute;
    right: 30px;
    top: 10%;
    padding: 5px 16px;
    font-size: 14px;
    font-weight: 600;
    background: none;
    color: #fff;
    border-radius: none;
    backdrop-filter: blur(2px);
}

.large-icon-size {
    font-size: 30px;
}

.text-color-black {
    color: #000;
}

.set-offer {
    font-size: 7px;
}

.card-head {
    height: 5vh;
}

.card-head-blue {
    background-color: #79b9fb;
}

.card-head-green {
    background-color: #6bcf6b;
}

.card-head-pink {
    background-color: #e37f9f;
}

.card-head-purple {
    background-color: #920bd79e;
}

.purchase-package-style {
    position: absolute;
    right: 40%;
    top: -7px;
    padding: 5px 5px;
    font-size: 12px;
    background: #fff;
    color: #000;
    border-radius: 100%;
}

.small-text-size-travel {
    font-size: 11px;
    padding-right: 2rem;
}

.banner-text {
    position: absolute;
    right: 40%;
    top: 93vh;
    padding: 5px 16px;
    color: #fff;
    backdrop-filter: blur(2px);
}
/*** Begin Radio Input ***/
.radio label input[type="radio"] {
    display: none;
}

.radio label > span,
.radio label > div {
    cursor: pointer;
    margin-left: 4px;
    padding: 5px 8px;
    border-radius: 3px;
    background-color: transparent;
    transition: background 0.4s ease;
}

    .radio label > span.class-control {
        cursor: pointer;
        margin-left: -5px;
        padding: 5px 8px;
        border-radius: 3px;
        background-color: rgb(227 224 224);
        transition: background 0.4s ease;
    }

    .radio label > span.class-multi-city-round {
        cursor: pointer;
        margin-left: 0;
        padding: 5px 8px;
        border-radius: 3px;
        border: 1px solid rgb(227 224 224);
        background-color: transparent;
        transition: background 0.4s ease;
    }

.radio label input[type="radio"]:checked ~ span,
.radio label input[type="radio"]:checked ~ div {
    background-color: #d6191f;
    color: white;
    transition: background 0.4s ease;
}

.radio label > div {
    display: inline-block;
    text-align: center;
    margin-left: 30px;
}

    .radio label > div small {
        display: block;
        font-size: 0.75em;
    }

    .radio label > div span {
        margin-left: 4px;
    }

    .radio label > div i {
        margin-right: 4px;
    }

.search-flight-form form {
    width: 100%;
}

.multicity-flight-form form {
    width: 100%;
}

.selectra-handler-container {
    width: 100%;
}

.selectra-container {
    width: 100%;
}

.selectra-options.open {
    opacity: 1;
    pointer-events: all;
    z-index: 100;
}

.selectra-option[data-disabled="true"] {
    background: #fff;
    color: #999;
    font-style: italic;
    cursor: not-allowed;
}

.checkbox-flex-direct {
    position: absolute;
    top: 5px;
    font-size: 14px;
    left: 35%;
    width: 60%;
    color: #919293;
}

.selectra-options {
    background: #fff;
    border: 1px solid #ced4da;
    padding: 0;
}

.selectra-option[data-selected="true"],
.selectra-option:hover {
    background: #f2f2f2;
}

.selectra-handler {
    padding-right: 4rem;
}

label.select-label {
    margin-bottom: 0;
    position: absolute;
    padding-top: 5px;
    color: #d6191f;
    padding-right: 5px;
}

label.travellers-label {
    margin-bottom: 0;
    position: absolute;
    padding-top: 5px;
    color: #d6191f;
    padding-right: 5px;
    z-index: 99;
}

.form-group {
    margin-bottom: 0;
    margin-top: 1rem;
}

.date-input {
    padding-right: 7rem;
}

.rj-assist-card {
    margin-bottom: 10px;
    text-align: right;
}

.latest-products .card {
    text-align: right;
}

@media (max-width: 767px) {
    a.rj-assist-card {
        height: 300px;
        overflow: hidden;
        position: relative;
        margin-bottom: 0;
    }

        a.rj-assist-card img {
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
        }

    .latest-products .card .card-body {
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        height: 50%;
        bottom: 0;
        left: 0;
        color: #fff;
        text-align: right;
    }

        .latest-products .card .card-body .card-title,
        .latest-products .card .card-body .card-text,
        .latest-products .card .card-body .assistance-color {
            color: #fff;
        }

        .latest-products .card .card-body .assistance-color {
            bottom: 5%;
            /*left: 8%;*/
        }

        .latest-products .card .card-body .card-text {
            font-weight: 300;
        }
}

label.date-label {
    margin-bottom: 0;
    position: absolute;
    padding-top: 5px;
    color: #d6191f;
    padding-right: 5px;
}

.daterangepicker td.in-range {
    background-color: #f7e1e1;
    border-color: transparent;
    color: #000;
    border-radius: 0;
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
    color: #cbcbcb;
    cursor: not-allowed;
    text-decoration: none;
}

.daterangepicker_input {
    display: none;
}

#multicity-flight-form {
    display: none;
}

#departureDate2 {
    display: none;
}

.search-flight-button {
    /* padding: 0.5rem !important; */
    background-color: #d6191f !important;
}

.padding-btm-5 {
    padding-bottom: 5%;
}

.miles-button {
    padding: 0.5rem;
    background-color: #2d6464;
    border-radius: 5px;
}

.miles-note {
    font-size: 12px;
    margin-bottom: 1rem;
    text-align: center;
}

.miles-login-text {
    font-size: 19px;
    font-weight: 550;
}

.manage-boooking-text {
    font-weight: 550;
}

.booking-form-dots {
    font-size: 28px;
}

.text-align-right {
    float: left;
}
/*
.modal-dialog {
position: relative;
display: table;
/* This is important */
/*overflow-y: auto;
overflow-x: auto;
width: auto;
min-width: 300px;
}
*/
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: unset;
    padding: 0;
    border-top: 1px solid #e9ecef;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.form-check {
    text-align: right;
    padding-left: 0;
    padding-right: 1.25rem;
}

.form-check-input {
    right: 0;
}

.form-check-label {
    margin-top: 2px;
    color: white;
}

.visibility-hidden {
    visibility: hidden;
}

.round-border {
    border: 1px solid #fff;
    border-radius: 100%;
    border-right: dotted;
}

.dots-search-flight {
    /* padding-bottom: 2px; */
    padding-bottom: 2px;
    font-size: 21px;
    font-weight: 100;
}

.plane-search-flight {
    width: 20%;
    height: 20%;
    padding-top: 1rem;
}

.manage-flight-img {
    width: 30px;
    height: 30px;
}

.manage-booking-header {
    border-bottom: none !important;
    padding: 0.5rem 0.5rem;
}

.manage-flight-img {
    width: 30px;
    height: 30px;
}

.manage-booking-header {
    border-bottom: none !important;
    padding: 0.5rem 0.5rem;
}

.manage-flight-img {
    width: 30px;
    height: 30px;
}

.manage-booking-header {
    border-bottom: none !important;
    padding: 0.5rem 0.5rem;
}

.search-flight-text {
    text-align: center;
    color: white;
    padding-top: 1rem;
}

.login-text {
    text-align: center;
    color: white;
    padding-top: 1rem;
    font-size: 11pt;
    font-weight: 600;
    letter-spacing: 1pt;
    padding-right: 14.5vw;
    padding-top: 1.5vh;
}

.custom-select {
    background: none;
    padding-right: 4rem;
}

.ranges {
    font-size: 11px;
    float: none;
    margin: 4px;
    text-align: right;
    display: none;
}

.input-title-red {
    color: #d6191f;
    background-color: #fff;
    border-left: 1px solid transparent;
}

.input-title-green {
    color: #2d6464;
    font-size: 9pt;
    background-color: #fff;
    border-left: 1px solid transparent;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #d6191f !important;
}

.input-title-dark {
    color: rgb(116, 110, 110);
    background-color: #fff;
    border-left: 1px solid transparent;
}

.border-left-transparent {
    border-right: 1px solid transparent;
}
/*** Begin Spinner Input ***/
.spinner {
    height: 100%;
    position: absolute;
    left: 0;
}

    .spinner button {
        width: 42px;
        height: 50%;
        display: block;
        padding: 5px;
        border: none;
        color: #fff;
        background-color: var(--app-dark-color);
        outline: none;
    }

        .spinner button:first-child {
            border-bottom: solid 1px #444;
        }

.control > button {
    width: 100%;
    height: 100%;
    padding: 10px 2px;
    border: none;
    border-radius: 2px;
    color: #fff;
    background-color: var(--app-dark-color);
    /*#2196F3*/
    outline: none;
    text-transform: uppercase;
}

.control button:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.modal-title {
    margin-right: 30%;
}

.modal-border {
    border-top: 3px solid #d6191f;
}

.modal-border-miles {
    border-top: 4px solid #ff9c00;
}

.modal-body {
    margin: 2rem;
}

.single-product-item figure .p-status.sale {
    background: #fe439f;
}

.single-product-item figure .p-status.popular {
    background: #d0d7db;
}

.single-product-item .product-text {
    text-align: center;
}

    .single-product-item .product-text h6 {
        color: #727272;
        margin-bottom: 15px;
    }

    .single-product-item .product-text p {
        color: #1e1e1e;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 0;
    }
/*---------------------
Lookbok Section
-----------------------*/
.lookbok-left {
    padding-top: 105px;
}

    .lookbok-left .section-title {
        margin-bottom: 30px;
    }

        .lookbok-left .section-title h2 {
            line-height: 50px;
        }

    .lookbok-left p {
        color: #787878;
        font-size: 14px;
        line-height: 27px;
        font-weight: 500;
        margin-bottom: 40px;
    }

    .lookbok-left .primary-btn.look-btn {
        background-color: #b0bcc2;
    }

.lookbok-pic {
    /* position: relative; */
    height: 80%;
}

    .lookbok-pic img {
        min-width: 100%;
        height: 100%;
    }

    .lookbok-pic .pic-text {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        text-align: center;
        font-size: 135px;
        color: #fff;
        font-weight: 600;
        line-height: 97px;
    }
/*---------------------
Logo Section
-----------------------*/
.logo-section {
    padding: 70px 120px;
}

    .logo-section .logo-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 120px;
        opacity: 0.1;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

        .logo-section .logo-item:hover {
            opacity: 1;
        }

    .logo-section .owl-carousel .owl-item img {
        display: block;
        width: auto;
    }
/*---------------------
Footer
-----------------------*/
.footer-section {
    background: #262626;
    padding-bottom: 0;
    font-size: small;
}

.newslatter-form {
    margin-bottom: 90px;
}

    .newslatter-form form {
        position: relative;
    }

        .newslatter-form form input {
            width: 100%;
            border: 2px solid #454747;
            border-radius: 50px;
            height: 53px;
            background: transparent;
            color: #535353;
            font-size: 14px;
            font-style: italic;
            font-weight: 600;
            padding-right: 30px;
            position: relative;
        }

        .newslatter-form form button {
            width: 310px;
            height: 53px;
            background: #b0bcc2;
            border: 2px solid #b0bcc2;
            color: #fff;
            cursor: pointer;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 600;
            border-radius: 50px;
            position: absolute;
            left: 0;
        }

.form-names {
    display: inline-block;
}

.footer-widget {
    border-bottom: 2px solid rgb(126 123 123);
    background: #6b6969;
    color: #fff;
    padding: 3em 1em 3em 1em;
    box-shadow: -1px 7px;
    border-top: 5px solid #e3b733;
}

    .footer-widget row {
        margin-left: 0;
        margin-right: 0;
    }

.margin-zero {
    margin-right: 0;
    margin-left: 0;
}

.footer-widget .single-footer-widget {
    margin-bottom: 30px;
    text-align: right;
}

    .footer-widget .single-footer-widget h4 {
        color: #fff;
        font-size: 20px;
        margin-bottom: 10px;
    }

.newsletter {
    background-color: #d6191f;
    float: left;
}

.footer-widget .single-footer-widget ul li {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    list-style: none;
    opacity: 0.5;
}

    .footer-widget .single-footer-widget ul li a {
        color: #fff;
    }

    .footer-widget .single-footer-widget ul li:hover {
        color: #fff;
    }

.social-links_p {
    padding: 46px 0;
}

.c {
    width: 100%;
}

.social-links {
    background: #6b6969;
    color: #fff;
    padding-bottom: 1%;
}

.social-links-warp {
    background: #6b6969;
    color: #fff;
    font-size: smaller;
}

.copyright-text {
    background: #222121;
    border-top: 1px solid #222121;
    font-size: smaller;
    color: #7b7b7b;
}

.social-links a {
    margin-left: 88px;
    display: inline-block;
}

    .social-links a:last-child {
        margin-left: 0;
    }

    .social-links a i {
        font-size: 10px;
        color: #d7d7d7;
        float: right;
        margin-left: 19px;
        overflow: hidden;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .social-links a span {
        display: inline-block;
        font-size: 10px;
        font-weight: 400;
        /* text-transform: uppercase; */
        color: #9f9fa0;
        padding-top: 10px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        /*RJR-97*/
        min-width: 67px;
    }

    .social-links a.instagram:hover i {
        color: #2f5d84;
    }

    .social-links a.google-plus:hover i {
        color: #e04b37;
    }

    .social-links a.twitter:hover i {
        color: #5abed6;
    }

    .social-links a.pinterest:hover i {
        color: #cd212d;
    }

    .social-links a.facebook:hover i {
        color: #39599f;
    }

    .social-links a.twitter:hover i {
        color: #5abed6;
    }

    .social-links a.youtube:hover i {
        color: #d12227;
    }

    .social-links a.tumblr:hover i {
        color: #37475e;
    }

    .social-links a:hover span {
        color: #fff;
    }

#footerAccordion .card {
    background: transparent;
    border: none;
    text-align: right;
}

    #footerAccordion .card .card-header {
        background: transparent;
        border-top: 1px solid rgb(219 217 217 / 13%);
    }

        #footerAccordion .card .card-header .btn {
            color: #000;
            text-align: right;
        }

            #footerAccordion .card .card-header .btn:not(.collapsed) .bi {
                transform: rotate(180deg);
            }

            #footerAccordion .card .card-header .btn:hover,
            #footerAccordion .card .card-header .btn:focus,
            #footerAccordion .card .card-header .btn:active {
                outline: 0;
                box-shadow: none;
            }

    #footerAccordion .card .card-body a {
        color: #fff;
        font-size: 14px;
        font-weight: 300;
    }

@media (min-width: 992px) {
    #footerAccordion .card,
    #footerAccordion .card .card-header,
    #footerAccordion .card .card-header .btn {
        background: transparent;
        border: none;
    }

    #footerAccordion .card {
        padding-left: 15px;
        padding-right: 15px;
    }

        #footerAccordion .card .card-header,
        #footerAccordion .card .card-header .btn {
            padding: 0;
        }

            #footerAccordion .card .card-header .btn {
                color: #fff;
                cursor: default;
                pointer-events: none;
            }

        #footerAccordion .card .card-body {
            padding-left: 0;
            padding-right: 0;
        }

        #footerAccordion .card .collapse {
            display: block !important;
        }

        #footerAccordion .card .card-header .btn .bi {
            display: none !important;
        }

        #footerAccordion .card .card-body a {
            color: #d1cfd0;
        }
}
/*Search flight modal styles
......*/
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.btn-link:hover {
    text-decoration: none;
}

.btn-light {
    color: #999;
    background-color: #fff;
    border-color: #999;
}

button#inputPassengers {
    position: relative;
    width: 100%;
    margin: 0px;
    padding-right: 6rem;
    padding-top: 0.37rem;
    padding-bottom: 0.35rem;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 0.25rem;
    text-overflow: ellipsis;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-align: right;
    color: #484848;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button#inputPassengers2 {
    position: relative;
    width: 100%;
    margin: 0px;
    padding-right: 6rem;
    padding-top: 0.37rem;
    padding-bottom: 0.35rem;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 0.25rem;
    text-overflow: ellipsis;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-align: right;
    color: #484848;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.add-flight {
    border: none;
    background: transparent;
}

.button-search-flight {
    border: none;
    cursor: pointer;
}

.text-city-abbr {
    color: white !important;
    background-color: #d6191f;
    float: left;
    border-radius: 5%;
    border: 1px solid transparent;
    font-size: 11px;
}

span .text::after {
    content: "\a";
    white-space: pre;
}

span.text {
    width: 100% !important;
}

.select-city {
    font-weight: 600;
    font-size: 11px;
}

.airport-style {
    font-size: 11px;
}

.label-mg {
    margin-right: 2%;
    float: right;
}

.travel-planning-start-img {
    height: 15em;
    filter: brightness(0.5);
}

.p-status-first {
    position: absolute;
    top: 2%;
    right: 5%;
    left: 5%;
}

.bootstrap-select .filter-option .text-muted {
    display: none;
}

.btn-rj-flex {
    position: absolute;
    bottom: -45%;
    left: 29%;
    padding-top: 1%;
    padding-bottom: 1%;
}

.travel-extra-icons {
    font-size: 30px;
    padding-left: 1rem;
}

.travel-extra-tb {
    margin-top: -2%;
    z-index: 2;
    background-color: #f9f2e1;
}

.btn-color-style {
    color: #fff;
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
    text-align: center;
    border-radius: 0;
}

.guests-input {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
}

    .guests-input button {
        cursor: pointer;
    }

        .guests-input button:after,
        .guests-input button:before {
            content: " ";
            width: 10px;
            height: 2px;
            border-radius: 2px;
            background-color: #484848;
            position: absolute;
            top: 19px;
        }

        .guests-input button:before {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            left: 15px;
        }

        .guests-input button:after {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            left: 21px;
        }

        .guests-input button.open:before {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .guests-input button.open:after {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

.guests-input__options {
    position: absolute;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: rgba(72, 72, 72, 0.2) 0px 15px 20px;
    box-shadow: rgba(72, 72, 72, 0.2) 0px 15px 20px;
    border-radius: 2px;
    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

    .guests-input__options.open {
        opacity: 1;
        height: auto;
        z-index: 10;
    }

    .guests-input__options > div {
        padding: 10px 0;
        text-align: center;
    }

        .guests-input__options > div:first-child {
            padding-top: 35px;
        }

        .guests-input__options > div:last-child {
            padding-bottom: 35px;
        }

.guests-input__ctrl {
    display: inline-block;
    border: 1px solid #484848;
    font-size: 20px;
    color: #484848;
    padding: 3px 8px;
    line-height: 20px;
    border-radius: 2px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .guests-input__ctrl.disabled {
        color: #d8d8d8;
        border-color: #d8d8d8;
        cursor: default;
    }

.guests-input__value {
    display: inline-block;
    padding: 0 10px;
    width: 100px;
    cursor: default;
}

    .guests-input__value span {
        display: inline-block;
        padding-left: 5px;
    }

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #d6191f;
    border-color: transparent;
    color: #fff;
}
/* .daterangepicker td.start-date {
background-color: #E23530 ;
border-color: transparent;
color: #fff;
}
.daterangepicker td.end-date {
background-color: #E23530 ;
border-color: transparent;
color: #fff;
} */
/*---------------------------- Other Pages Styles ----------------------------*/
/*---------------------
Page Add
-----------------------*/
.page-add {
    padding-top: 31px;
    margin-bottom: 92px;
}

    .page-add .page-breadcrumb {
        padding-top: 34px;
    }

        .page-add .page-breadcrumb h2 {
            color: #1e1e1e;
            font-size: 48px;
            font-weight: 600;
        }

            .page-add .page-breadcrumb h2 span {
                color: #b0bcc2;
            }

        .page-add .page-breadcrumb a {
            color: #838383;
            display: inline-block;
            font-size: 12px;
            font-weight: 600;
            margin-left: 6px;
            position: relative;
        }

            .page-add .page-breadcrumb a.active {
                color: #1e1e1e;
            }

            .page-add .page-breadcrumb a:last-child:after {
                display: none;
            }

            .page-add .page-breadcrumb a:after {
                position: absolute;
                top: 1px;
                left: -5px;
                content: "/";
            }
/*---------------------
Categories Page
-----------------------*/
.categories-controls {
    margin-bottom: 45px;
}

    .categories-controls .categories-filter .cf-left {
        float: right;
    }

        .categories-controls .categories-filter .cf-left .nice-select {
            background-color: transparent;
            border-radius: 0;
            border: none;
            position: relative;
            padding-right: 0;
            font-size: 14px;
            font-weight: 500;
            color: #838383;
        }

            .categories-controls .categories-filter .cf-left .nice-select:before {
                position: absolute;
                right: 0;
                bottom: 8px;
                width: 100%;
                height: 2px;
                background: #838383;
                content: "";
            }

            .categories-controls .categories-filter .cf-left .nice-select:after {
                height: 9px;
                left: 2px;
                top: 46%;
                width: 9px;
            }

            .categories-controls .categories-filter .cf-left .nice-select .list {
                border-radius: 0;
                margin-top: -8px;
            }

    .categories-controls .categories-filter .cf-right {
        float: left;
        line-height: 30px;
    }

        .categories-controls .categories-filter .cf-right span {
            color: #838383;
            font-size: 12px;
            font-weight: 500;
            margin-left: 24px;
        }

        .categories-controls .categories-filter .cf-right a {
            color: #838383;
            display: inline-block;
            font-size: 12px;
            font-weight: 500;
            margin-left: 25px;
            position: relative;
        }

            .categories-controls .categories-filter .cf-right a.active:after {
                opacity: 1;
            }

            .categories-controls .categories-filter .cf-right a:after {
                position: absolute;
                right: 0;
                bottom: -2px;
                width: 10px;
                height: 2px;
                background: #000000;
                content: "";
                opacity: 0;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

            .categories-controls .categories-filter .cf-right a:hover:after {
                opacity: 1;
            }

            .categories-controls .categories-filter .cf-right a:last-child {
                margin-left: 0;
            }

.categories-page {
    padding-top: 0;
}

    .categories-page .single-product-item figure {
        position: relative;
        z-index: 1;
    }

        .categories-page .single-product-item figure:hover:after {
            opacity: 0.48;
        }

        .categories-page .single-product-item figure:hover .hover-icon {
            opacity: 1;
            visibility: visible;
        }

        .categories-page .single-product-item figure:after {
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background: #000000;
            content: "";
            opacity: 0;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

        .categories-page .single-product-item figure .p-status {
            z-index: 99;
        }

        .categories-page .single-product-item figure .hover-icon {
            position: absolute;
            right: 50%;
            top: 50%;
            -webkit-transform: translate(19px, -22px);
            transform: translate(19px, -22px);
            z-index: 99;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

    .categories-page .single-product-item .product-text {
        text-align: right;
        display: block;
    }

        .categories-page .single-product-item .product-text a {
            display: block;
        }

.more-product {
    margin-top: 16px;
}

    .more-product .primary-btn {
        color: #242424;
        border-color: #d0d7db;
        font-weight: 700;
    }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
}
/*---------------------
Product Page
-----------------------*/
.product-control {
    margin-bottom: 53px;
}

    .product-control a {
        color: #838383;
        display: inline-block;
        font-size: 12px;
        font-weight: 600;
        margin-left: 25px;
    }

.product-slider .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 34px;
    text-align: center;
}

    .product-slider .owl-dots button {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        height: 11px;
        width: 11px;
        background: #969d9e;
        border-radius: 50%;
        margin-left: 10px;
    }

        .product-slider .owl-dots button:last-child {
            margin-left: 0;
        }

        .product-slider .owl-dots button.active {
            background: #ffffff;
        }

.product-img figure {
    margin: 0;
    position: relative;
}

    .product-img figure img {
        min-width: 100%;
    }

    .product-img figure .p-status {
        position: absolute;
        right: 20px;
        top: 20px;
        padding: 3px 16px;
        font-size: 12px;
        background: #1e1e1e;
        color: #fff;
        border-radius: 50px;
    }

.product-content {
    padding-top: 42px;
}

    .product-content h2 {
        color: #1e1e1e;
        font-weight: 700;
        margin-bottom: 12px;
    }

    .product-content .pc-meta {
        margin-bottom: 35px;
    }

        .product-content .pc-meta h5 {
            color: #1e1e1e;
            font-weight: 700;
            margin-bottom: 18px;
        }

        .product-content .pc-meta .rating i {
            font-size: 20px;
            color: #ffd200;
            margin-left: 4px;
        }

    .product-content p {
        color: #838383;
        font-size: 14px;
        font-weight: 500;
        line-height: 30px;
        margin-bottom: 35px;
    }

    .product-content .tags {
        margin-bottom: 52px;
    }

        .product-content .tags li {
            color: #1e1e1e;
            font-size: 14px;
            font-weight: 600;
            line-height: 30px;
            list-style: none;
        }

            .product-content .tags li span {
                color: #838383;
            }

    .product-content .product-quantity {
        display: inline-block;
        margin-left: 10px;
    }

        .product-content .product-quantity .pro-qty {
            height: 56px;
            width: 173px;
            border: 2px solid #eef1f2;
            border-radius: 50px;
            text-align: center;
        }

            .product-content .product-quantity .pro-qty input {
                width: 50px;
                text-align: center;
                background: transparent;
                border: none;
                font-size: 18px;
                font-weight: 700;
                height: 100%;
            }

            .product-content .product-quantity .pro-qty .qtybtn {
                color: #838383;
                cursor: pointer;
                font-size: 18px;
                font-weight: 700;
                padding: 16px 0;
            }

    .product-content .pc-btn {
        border-color: #d0d7db;
        color: #4a4a4a;
    }

    .product-content .p-info {
        margin-top: 75px;
    }

        .product-content .p-info li {
            display: inline-block;
            list-style: none;
            color: #1e1e1e;
            font-size: 14px;
            font-weight: 600;
            margin-left: 28px;
            cursor: pointer;
        }
/*---------------------
Related Products
-----------------------*/
.related-product {
    padding-top: 95px;
    padding-bottom: 65px;
}

    .related-product .section-title {
        margin-bottom: 60px;
    }
/*---------------------
Cart Page
-----------------------*/
.page-add.cart-page-add {
    margin-bottom: 34px;
}

.cart-table {
    margin-bottom: 28px;
}

    .cart-table table {
        width: 100%;
    }

        .cart-table table thead {
            border-bottom: 2px solid #d0d7db;
        }

            .cart-table table thead tr th {
                color: #838383;
                font-size: 12px;
                font-weight: 500;
                padding: 16px 0;
            }

        .cart-table table tbody td {
            margin-top: 29px;
            padding-top: 29px;
        }

        .cart-table table .product-h {
            text-align: right;
        }

        .cart-table table .quan {
            padding-right: 30px;
        }

        .cart-table table .product-col {
            display: table;
        }

            .cart-table table .product-col img {
                max-width: 168px;
            }

            .cart-table table .product-col .p-title {
                display: table-cell;
                vertical-align: middle;
                padding-right: 30px;
                padding-left: 15px;
            }

                .cart-table table .product-col .p-title h5 {
                    color: #1e1e1e;
                    font-weight: 600;
                }

        .cart-table table .price-col {
            color: #1e1e1e;
            font-size: 18px;
            font-weight: 600;
            width: 14%;
            padding-left: 15px;
        }

        .cart-table table .quantity-col {
            width: 28%;
        }

            .cart-table table .quantity-col .pro-qty {
                height: 56px;
                width: 173px;
                border: 2px solid #eef1f2;
                border-radius: 50px;
                text-align: center;
            }

                .cart-table table .quantity-col .pro-qty input {
                    width: 50px;
                    text-align: center;
                    background: transparent;
                    border: none;
                    font-size: 18px;
                    font-weight: 700;
                    height: 100%;
                }

                .cart-table table .quantity-col .pro-qty .qtybtn {
                    color: #838383;
                    cursor: pointer;
                    font-size: 18px;
                    font-weight: 700;
                    padding: 16px 0;
                }

        .cart-table table .total {
            color: #1e1e1e;
            font-size: 18px;
            font-weight: 600;
            width: 16%;
        }

        .cart-table table .product-close {
            color: #1e1e1e;
            font-size: 18px;
            font-weight: 600;
            width: 6%;
            cursor: pointer;
        }

.cart-btn {
    background: #f9fbfb;
    padding: 50px 0;
}

    .cart-btn .coupon-input {
        padding-right: 35px;
    }

        .cart-btn .coupon-input input {
            height: 57px;
            width: 460px;
            border: none;
            border-bottom: 2px solid #d0d7db;
            background: transparent;
            color: #1e1e1e;
            font-size: 14px;
            font-weight: 500;
        }

            .cart-btn .coupon-input input::-webkit-input-placeholder {
                color: #1e1e1e;
                font-weight: 600;
                text-transform: uppercase;
            }

            .cart-btn .coupon-input input::-moz-placeholder {
                color: #1e1e1e;
                font-weight: 600;
                text-transform: uppercase;
            }

            .cart-btn .coupon-input input:-ms-input-placeholder {
                color: #1e1e1e;
                font-weight: 600;
                text-transform: uppercase;
            }

            .cart-btn .coupon-input input::-ms-input-placeholder {
                color: #1e1e1e;
                font-weight: 600;
                text-transform: uppercase;
            }

            .cart-btn .coupon-input input::placeholder {
                color: #1e1e1e;
                font-weight: 600;
                text-transfor: uppercase;
            }

    .cart-btn .site-btn.clear-btn {
        color: #4a4a4a;
        border-color: #d0d7db;
        margin-left: 5px;
    }

    .cart-btn .site-btn.update-btn {
        margin-left: 35px;
    }

.shopping-method {
    padding-top: 50px;
    padding-bottom: 100px;
}

.shipping-info {
    overflow: hidden;
    margin-bottom: 45px;
}

    .shipping-info h5 {
        color: #1e1e1e;
        margin-bottom: 50px;
    }

    .shipping-info .cs-item {
        float: right;
        margin-left: 126px;
    }

        .shipping-info .cs-item.last {
            margin-left: 0;
        }

        .shipping-info .cs-item input[type="radio"] {
            visibility: hidden;
            position: absolute;
        }

        .shipping-info .cs-item label {
            color: #838383;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            padding-right: 26px;
            cursor: pointer;
            position: relative;
        }

            .shipping-info .cs-item label:after {
                position: absolute;
                right: 0;
                top: 3px;
                height: 15px;
                width: 15px;
                border: 2px solid #d0d7db;
                border-radius: 50%;
                content: "";
            }

            .shipping-info .cs-item label.active {
                color: #1e1e1e;
            }

                .shipping-info .cs-item label.active:after {
                    border-color: #1e1e1e;
                }

            .shipping-info .cs-item label span {
                color: #838383;
                display: block;
                font-size: 12px;
                text-transform: none;
                margin-top: 9px;
                position: relative;
                cursor: text;
            }

                .shipping-info .cs-item label span:after {
                    position: absolute;
                    right: 0;
                    bottom: 2px;
                    width: 136px;
                    border-bottom: 2px solid #d6d6d6;
                    content: "";
                }

.total-info .total-table {
    margin-bottom: 72px;
}

    .total-info .total-table table {
        width: 100%;
    }

        .total-info .total-table table thead {
            border-top: 2px solid #d0d7db;
            border-bottom: 2px solid #d0d7db;
        }

.total-info table tr th {
    color: #838383;
    font-size: 12px;
    font-weight: 500;
    padding: 16px 0;
}

.total-info table tr td {
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 600;
    padding-top: 22px;
}

.total-info table tr .total {
    width: 26%;
}

.total-info table tr .total-cart {
    text-align: left;
    padding-left: 26px;
}

.total-info table tr .sub-total {
    padding-right: 8px;
}

.total-info table tr .shipping {
    padding-right: 12px;
}

.total-info table tr .total-cart-p {
    padding-left: 40px;
    text-align: left;
}

.total-info .primary-btn.chechout-btn {
    border-color: #1e1e1e;
    color: #1e1e1e;
}
/*---------------------
Cart Total Page
-----------------------*/
.cart-total-page {
    padding-top: 0;
}

.checkout-form h3 {
    color: #1e1e1e;
    margin-bottom: 75px;
    padding-bottom: 14px;
    border-bottom: 2px solid #d0d7db;
}

.checkout-form .in-name {
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    margin: 0;
    margin-top: 18px;
}

.checkout-form input[type="text"] {
    width: 100%;
    border: 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #e7ebed;
    color: #838383;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 32px;
}

.checkout-form .cart-select {
    margin-bottom: 35px;
}

    .checkout-form .cart-select.country-usa {
        font-size: 16px;
        font-weight: 500;
    }

.c {
    width: 40px;
}

.checkout-form .nice-select {
    border-radius: 0;
    border: none;
    font-size: 12px;
    color: #838383;
    height: 37px;
    width: 100%;
    border-bottom: 2px solid #e7ebed;
}

    .checkout-form .nice-select:after {
        display: none;
    }

    .checkout-form .nice-select .list {
        margin-top: 3px;
        width: 100%;
        border-radius: 0;
    }

    .checkout-form .nice-select .option {
        color: #1e1e1e;
        font-weight: 600;
        font-size: 14px;
    }

.checkout-form .diff-addr {
    margin-top: 12px;
}

    .checkout-form .diff-addr input {
        width: auto;
        border: 0;
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 0;
    }

        .checkout-form .diff-addr input[type="radio"] {
            position: absolute;
            visibility: hidden;
        }

    .checkout-form .diff-addr label {
        color: #838383;
        font-size: 12px;
        font-weight: 500;
        cursor: pointer;
        padding-right: 26px;
        position: relative;
    }
/* Dropdown Button */
.dropbtn {
    background-color: #fff;
    color: #d6191f;
    padding: 5px;
    font-size: 16px;
    border: none;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
    overflow: visible;
}

.see-the-world {
    float: right;
    text-align: right;
    position: absolute;
    top: 0;
    margin-top: 2em;
    text-align: center;
    z-index: 1;
}

.carousel-see-the-world {
    border-radius: 2%;
    background: transparent;
    border-color: transparent;
}
/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
    /* Change color of dropdown links on hover */
    .dropdown-content a:hover {
        background-color: #ddd;
    }
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #fff;
}

.checkout-form .diff-addr label.active:after {
    border-color: #1e1e1e;
}

.checkout-form .diff-addr label:after {
    position: absolute;
    right: 0;
    top: 1px;
    height: 15px;
    width: 15px;
    border: 2px solid #d0d7db;
    border-radius: 50%;
    content: "";
}

.order-table {
    background: #f9fbfb;
    padding-top: 30px;
    padding-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 25px;
}

    .order-table .cart-item {
        overflow: hidden;
        margin-bottom: 25px;
    }

        .order-table .cart-item span {
            display: inline-block;
            color: #838383;
            font-size: 12px;
            font-weight: 600;
        }

.dot-img {
    width: 100%;
    height: 70%;
}
/*--Carousel from codepen-*/
#sync1 .item {
    background: transparent;
    height: 75vh;
    /* padding: 200px 0px; */
    /* margin: 5px; */
    color: #fff;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#sync2 .item {
    background: #c9c9c9;
    /* padding: 10px 0px;
margin: 5px; */
    color: #fff;
    /* -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; */
    text-align: center;
    cursor: pointer;
}

    #sync2 .item h1 {
        font-size: 18px;
    }

#sync2 .current .item {
    background: #0c83e7;
}

.carousel-thumb {
    height: 30vh;
}

.owl-theme {
    /*default owl-theme theme reset .disabled:hover links */
}

    .owl-theme .owl-nav [class*="owl-"] {
        transition: all 0.3s ease;
    }

        .owl-theme .owl-nav [class*="owl-"].disabled:hover {
            background-color: #d6d6d6;
        }

#sync1.owl-theme {
    position: relative;
}

    #sync1.owl-theme .owl-next,
    #sync1.owl-theme .owl-prev {
        width: 22px;
        height: 40px;
        margin-top: -20px;
        position: absolute;
        top: 50%;
    }

.discover-chev {
    font-size: xx-large;
    color: white;
    transform: rotateZ(180deg);
}

.discover-text {
    position: absolute;
    width: 100%;
    right: 0;
    top: 20%;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    z-index: 1;
    transition: top 0.5s ease;
    backdrop-filter: blur(1px);
}

.seeworld-discover {
    position: absolute;
    width: 100%;
    height: 30vh;
    padding-top: 15%;
    right: 0;
    top: 0;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    z-index: 1;
    background-color: #d6191f;
    transition: top 0.5s ease;
    backdrop-filter: blur(1px);
}

.align-bottom-left {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.seeworld-title {
    position: absolute;
    width: 90%;
    right: 0;
    top: 2%;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    z-index: 1;
    transition: top 0.5s ease;
    backdrop-filter: blur(1px);
}

.see-button {
    position: relative;
    right: 10%;
    width: auto;
    text-align: center;
    border: solid 2px;
    opacity: 0;
    transition: opacity 0.35s ease;
    padding: 0.375rem 0.75rem;
}

.see-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
}

.discover-more {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(228, 54, 54, 0);
    transition: background 0.5s ease;
}

.see-button-main {
    position: absolute;
    text-align: center;
    opacity: 0;
    border: solid 2px;
    transition: opacity 0.35s ease;
    padding: 0.375rem 0.75rem;
}

.see-the-world-color-white {
    color: white;
}

.see-the-world-btn-color-white {
    color: white;
    border-color: white;
}

.see-the-world-color-black {
    color: black;
}

.see-the-world-btn-color-black {
    color: black;
    border-color: black;
}

.see-the-world-color-red {
    color: #d6191f;
}

.see-the-world-btn-color-red {
    color: #d6191f;
    border-color: #d6191f;
}

.neg-img {
    height: 35rem;
}

.travel-planning-img {
    height: 100%;
    filter: brightness(0.5);
}
/*
SEE THE BUTTON MAIN POSITION    CLASS
Top Left - button-main-top-left
Thumb Top Left - button-thumb-main-top-left
Bottom Left - button-main-bottom-left
Bottom Right - button-main-bottom-right
Top Right - button-main-top-right
Top Center - button-main-top-center
Center Center - button-main-center-center
Center Bottom - button-main-center-bottom
Center Right - button-main-center-right
Center Left - button-main-center-left
*/
.button-main-top-left {
    right: 1%;
    top: 18%;
}

@media (max-width: 991px) {
    .button-main-top-left {
        top: 30%;
    }
}

@media (max-width: 460px) {
    .button-main-top-left {
        top: 50%;
    }
}

.button-thumb-main-top-left {
    right: 1%;
    top: 35%;
}

.button-main-bottom-left {
    right: 1%;
    bottom: 5%;
}

.button-main-bottom-right {
    left: 5%;
    bottom: 5%;
}

.button-thumb-main-top-center {
    left: 27%;
    top: 30%;
}

.button-main-top-right {
    left: 5%;
    top: 5%;
}

.button-thumb-main-center-bottom {
    left: 27%;
    bottom: 5%;
}

.button-thumb-main-center-center {
    left: 27%;
    bottom: 5%;
}

.button-main-top-center {
    left: 40%;
    top: 5%;
}

.button-main-center-center {
    left: 40%;
    top: 40%;
}

.button-main-center-bottom {
    left: 40%;
    bottom: 5%;
}

.button-main-center-right {
    left: 5%;
    bottom: 40%;
}

.button-main-center-left {
    right: 1%;
    bottom: 40%;
}

.main-image:hover .see-button-main {
    opacity: 1;
}

.thumb-img:hover .see-button-main {
    opacity: 1;
}

.thumb-img:hover .see-button-main {
    opacity: 1;
}

.thumb-img:hover .see-button-main {
    opacity: 1;
}

.thumb-img:hover .see-button {
    opacity: 1;
}
/* .see-button-main a {
text-align: center;
color: white;
z-index: 1;
} */
/* .see-button a {
text-align: center;
color: white;
z-index: 1;
} */
.main-image:hover .see-overlay {
    display: block;
    background: rgba(0, 0, 0, 0.3);
}

#sync1 .item:hover .see-overlay {
    opacity: 1;
}

#sync2 .item:hover .seeworld-title {
    top: 0;
}

#sync1.owl-theme .owl-prev {
    right: 10px;
    display: none;
}

#sync1.owl-theme .owl-next {
    left: 10px;
    display: none;
}
/*---*/
.order-table .cart-item p {
    display: inline-block;
    float: left;
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

    .order-table .cart-item p.product-name {
        font-size: 14px;
        font-weight: 600;
    }

.order-table .cart-total {
    overflow: hidden;
    padding-top: 20px;
    border-top: 2px solid #d0d7db;
    margin-top: 110px;
}

    .order-table .cart-total span {
        display: inline-block;
        color: #838383;
        font-size: 12px;
        font-weight: 600;
    }

    .order-table .cart-total p {
        display: inline-block;
        float: left;
        color: #1e1e1e;
        font-size: 18px;
        font-weight: 600;
        margin: 0;
    }

.payment-method {
    padding-top: 22px;
}

    .payment-method h3 {
        margin-bottom: 60px;
        padding-bottom: 18px;
    }

    .payment-method ul {
        margin-bottom: 56px;
    }

        .payment-method ul li {
            color: #838383;
            font-size: 14px;
            font-weight: 500;
            list-style: none;
            margin-bottom: 25px;
        }

            .payment-method ul li img {
                margin-right: 20px;
            }

            .payment-method ul li label {
                cursor: pointer;
                position: relative;
            }

                .payment-method ul li label.active:after {
                    border-color: #1e1e1e;
                }

                .payment-method ul li label:after {
                    position: absolute;
                    left: -35px;
                    top: 4px;
                    height: 15px;
                    width: 15px;
                    border: 2px solid #d0d7db;
                    border-radius: 50%;
                    content: "";
                }

            .payment-method ul li input[type="radio"] {
                position: absolute;
                visibility: hidden;
            }

    .payment-method button {
        color: #1e1e1e;
        background: transparent;
        border: none;
        font-weight: 600;
        width: 100%;
        padding: 16px;
        border: 2px solid #1e1e1e;
        border-radius: 50px;
        cursor: pointer;
        text-transform: uppercase;
    }
/*---------------------
Cart Total Page
-----------------------*/
.contact-section {
    padding-bottom: 94px;
}

.contact-form input {
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    color: #838383;
    border: 0;
    padding-bottom: 14px;
    border-bottom: 2px solid #e7ebed;
    margin-bottom: 25px;
}

.contact-form textarea {
    width: 100%;
    border-bottom: 2px solid #e7ebed;
    font-size: 12px;
    font-weight: 600;
    color: #838383;
    border-right: 0;
    height: 215px;
    border-left: 0;
    border-top: 0;
    resize: none;
    margin-bottom: 40px;
}

.contact-form button {
    color: #1e1e1e;
    background: transparent;
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding: 16px 50px;
    border: 2px solid #1e1e1e;
    border-radius: 50px;
    cursor: pointer;
    text-transform: uppercase;
}

.contact-widget .cw-item {
    margin-bottom: 50px;
}

    .contact-widget .cw-item h5 {
        color: #1e1e1e;
        font-weight: 600;
        margin-bottom: 30px;
    }

    .contact-widget .cw-item ul li {
        color: #838383;
        font-size: 14px;
        font-weight: 500;
        list-style: none;
        line-height: 28px;
    }

.map {
    padding-top: 100px;
}

    .map iframe {
        width: 100%;
    }
/* ---------------------------------- Responsive Media Styles ---------------------------------*/
@media only screen and (min-width: 1500px) and (max-width: 1920px) {
    .inner-header .user-access {
        float: left;
        margin-left: 200px;
    }

    .inner-header .main-menu {
        float: left;
        margin-left: 238px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1340px) {
    .inner-header .user-access {
        margin-left: 60px;
    }

    .inner-header .main-menu {
        margin-left: 55px;
    }
}
/* Medium Device : 1280px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .inner-header .main-menu {
        margin-left: 70px;
    }

        .inner-header .main-menu ul li {
            margin-right: 45px;
        }

    .inner-header .user-access {
        display: none;
    }

    .header-info .shipping-chrg {
        margin-left: 10px;
    }

    .lookbok-left {
        padding-top: 0px;
    }

    .lookbok-pic .pic-text {
        font-size: 95px;
        line-height: 68px;
    }

    .social-links a {
        margin-left: 50px;
    }

    .product-content {
        padding-top: 20px;
    }

        .product-content .p-info {
            margin-top: 35px;
        }

    .cart-btn .site-btn.update-btn {
        margin-left: 0;
        padding: 16px 35px;
    }

    .header-info .shipping-chrg p {
        font-size: 13px;
    }

    .logo-section {
        padding: 70px 0;
    }

    .order-table .cart-item p.product-name {
        font-size: 12px;
        font-weight: 600;
        padding-top: 3px;
    }
}

@media (max-width: 1199px) {
    #canvas-overlay {
        content: " ";
        background: rgba(0, 0, 0, 0.3);
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: -1;
        transition: all 0.25s ease-out;
    }

        #canvas-overlay.show {
            opacity: 1;
            z-index: 999;
        }
}
/* Tablet Device : 768px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-section {
        padding-right: 0;
        padding-left: 0;
    }

    .inner-header .main-menu {
        margin-left: 50px;
    }

        .inner-header .main-menu ul li {
            margin-right: 30px;
        }

    .header-info .shipping-chrg {
        float: none;
        margin-left: 0;
    }

    .header-info .student-disc {
        float: none;
    }

    .header-info .coupon-code {
        float: none;
    }

    .inner-header .user-access {
        display: none;
    }

    .page-add .page-breadcrumb {
        margin-bottom: 20px;
    }

    .lookbok-left {
        margin-bottom: 30px;
    }

    .checkout-form .in-name {
        text-align: right;
    }

    .social-links a {
        margin-left: 15px;
    }

        .social-links a i {
            margin-left: 10px;
        }

    .cart-btn {
        padding: 50px 30px;
    }

        .cart-btn .coupon-input {
            padding-right: 0;
            margin-bottom: 30px;
        }

            .cart-btn .coupon-input input {
                width: 100%;
            }

    .shipping-info .cs-item {
        margin-left: 15px;
    }

    .contact-form {
        margin-bottom: 40px;
    }

    .logo-section {
        padding: 70px 0;
    }

    .lookbok-left {
        padding-top: 0;
    }
}

.mix-item {
    display: inline;
}
/*---------------------R
Responsive CSS
-----------------------*/
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .font-mobile {
        font-size: small !important;
    }

    .mega-mobile-content-grey {
        cursor: pointer;
        font-weight: 100;
        font-size: 20px;
        float: right;
    }
}

@media only screen and (min-width: 768px) {
    /* For desktop: */
    .web-view {
        display: block;
    }

    .mobile-view {
        display: none;
    }
}

@media only screen and (min-width: 1004px) {
    .social-texts {
        position: relative;
        font-style: italic;
        margin-top: -390%;
        margin-left: -250%;
        font-size: 20px;
        -moz-transform: rotate(-270deg);
        -o-transform: rotate(-270deg);
        -webkit-transform: rotate(90deg);
    }
}

@media (max-width: 992px) {
    .social-texts {
        margin-top: -280%;
        margin-left: -190%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .socials {
        margin-right: 5rem;
    }
}
/* Large Mobile : 480px */
@media only screen and (max-width: 767px) {
    /* For desktop: */
    .web-view {
        display: none;
    }

    .socials {
        padding-right: 5rem;
    }

    .pull-top {
        margin-top: -20%;
    }

    .mobile-view {
        display: block;
    }

    .header-section {
        height: auto;
        padding-bottom: 0;
    }

    .inner-header {
        overflow: hidden;
    }

        .inner-header .user-access {
            margin-left: 10px;
        }

    .slicknav_menu {
        display: block;
        margin-top: 10px;
    }

    .inner-header .header-right {
        margin-left: 20px;
        margin-top: 4px;
    }

    .slicknav_nav ul {
        margin: 0 0 0 0;
    }

    .main-menu {
        display: none;
    }

    .header-section {
        overflow: hidden;
    }

    .single-slider-item h1 {
        font-size: 72px;
    }

    .single-slider-item h2 {
        font-size: 42px;
    }

    .lookbok-left {
        margin-bottom: 30px;
    }

    .contact-form {
        margin-bottom: 40px;
    }

    .newslatter-form form button {
        position: relative;
        margin-top: 15px;
        width: 100%;
    }

    .header-info .shipping-chrg {
        float: none;
        margin-left: 0;
    }

    .header-info .student-disc {
        float: none;
    }

    .header-info .coupon-code {
        float: none;
    }

    .hero-items .owl-nav button[type="button"] {
        right: 5px;
    }

    .social-links {
        text-align: center;
    }

        .social-links a {
            margin-left: 20px;
        }

            .social-links a i {
                margin-left: 0;
            }

    .social-links {
        padding-bottom: 5px;
    }

    .lookbok-pic .pic-text {
        font-size: 115px;
        line-height: 82px;
    }

    .page-add .page-breadcrumb {
        margin-bottom: 20px;
    }

    .cart-table {
        overflow-y: auto;
    }

    .cart-btn {
        padding: 50px 30px;
    }

        .cart-btn .coupon-input {
            padding-right: 0;
            margin-bottom: 30px;
        }

            .cart-btn .coupon-input input {
                width: 100%;
            }

    .shipping-info .cs-item {
        margin-bottom: 15px;
    }

    .total-info .total-table {
        overflow-y: auto;
    }

    .checkout-form .in-name {
        text-align: right;
    }

    .logo-section {
        padding: 70px 0;
    }

    .lookbok-left {
        padding-top: 0;
    }

    .header-info .header-item {
        margin-bottom: 7px;
    }

    .search-model-form input {
        width: 100%;
    }

    .see-button {
        padding: 0;
    }

    .text-banner {
        display: none;
        padding: 1em 3em;
        margin-top: 3em;
    }
    /*.product-filter .product-controls {
display: flex;
justify-content: space-between;
}*/
    .product-filter .product-controls li {
        margin: 0 10px;
    }

    .copyright-text {
        padding: 5px 0;
    }
}

@media only screen and (max-width: 600px) {
    /* For tablets: */
    .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .carousel-thumb {
        height: 15vh !important;
    }

    .seeworld-title {
        font-size: 12px !important;
    }

    .rj-font {
        font-size: 12px !important;
    }

    .seeworld-discover {
        font-size: 16px !important;
    }

    .language-dropdown-menu {
        background-color: transparent !important;
        border: none !important;
    }
}

@media only screen and (min-width: 576px) {
    .padding-right-zero-ft {
        padding-right: 15%;
    }
}
/* Small : 320px */
@media only screen and (max-width: 479px) {
    .neg-view {
        display: none;
    }

    .pull-top {
        margin-top: 0%;
    }

    .single-slider-item {
        background-size: contain;
        width: 100vw;
        padding: 34vw 0px;
        min-height: 290px;
    }

    .product-filter .product-controls li,
    .product-filter .product-controls li a {
        color: #111111;
    }

    .see-button {
        position: absolute;
        top: 100%;
        padding: 0;
    }

    .discover-text {
        font-size: 14px;
    }

    .header-section {
        padding-right: 0;
        padding-left: 0;
    }

    .inner-header .header-right {
        margin-left: 0;
    }

    .features-box .single-box-item.first-box .box-text {
        left: 9px;
        top: 7px;
    }

    .features-box .single-box-item .box-text h2 {
        font-size: 40px;
    }

    .features-box .single-box-item.first-box .box-text .trend-alert {
        margin-bottom: 7px;
    }

    .features-box .single-box-item.second-box .box-text {
        right: 20px;
        top: 56px;
    }

    .features-box .single-box-item.large-box .box-text {
        right: 20px;
        top: 28px;
    }

        .features-box .single-box-item.large-box .box-text h2 {
            font-size: 40px;
        }

    .product-filter .product-controls li {
        margin-bottom: 10px;
    }

    .section-title h2 {
        font-size: 36px;
    }

    .lookbok-pic img {
        height: 70%;
    }

    .row .row-height {
        height: 100% !important;
    }

    .card-app {
        background: transparent;
    }

    .logbook-section {
        background-image: url("/img/street-photo.jpeg");
    }

    .lookbok-pic .pic-text {
        font-size: 65px;
        line-height: 47px;
    }

    .social-links a {
        margin-left: 10px;
    }

    .product-content .product-quantity {
        margin-bottom: 15px;
    }

    .cart-btn .coupon-input input {
        width: 100%;
    }

    .cart-btn .site-btn.update-btn {
        margin-left: 0;
    }

    .cart-btn .site-btn.clear-btn {
        margin-bottom: 15px;
    }

    .header-info .header-item img {
        display: block;
    }

    .header-info {
        padding: 10px 0;
    }

    .carousel-thumb {
        height: 15vh !important;
    }

    .seeworld-title {
        font-size: 12px !important;
    }

    .rj-font {
        font-size: 12px;
    }

    .discover-chev {
        font-size: large;
    }

    .rj-font {
        font-size: 12px !important;
    }

    .seeworld-discover {
        font-size: 16px !important;
    }
}
/* To remove the white margin at the bottom of the footer */
.copyright-paragraph {
    margin-bottom: 0px;
    text-align: center;
}

#miles-cash-title {
    color: #2d6464;
    padding-right: 3.5vw;
    padding-top: 14vh;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
}
/*
#MembershipNumber,
#password {
height: 8vh;
}
*/
#dots-login {
    position: absolute;
    right: 30px;
    bottom: 8px;
}
/*----------------------------------------*/
/* Modal RJ CSS
/*----------------------------------------*/
.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.modal-rj ::placeholder {
    font-style: italic;
    color: #b5b5b7 !important;
    font-weight: 300;
}

.modal.modal-rj {
    overflow-y: auto;
}

@media (min-width: 768px) {
    .modal.modal-rj {
        overflow-y: hidden;
    }

    .modal-open .modal.modal-rj {
        overflow-x: hidden;
        overflow-y: auto;
    }
}

@media (min-width: 768px) {
    .modal-rj .modal-dialog {
        max-width: unset;
        width: 85%;
    }
}

@media (min-width: 992px) {
    .modal-rj .modal-dialog {
        max-width: 1190px;
        width: 85%;
    }
}

.modal-rj .modal-content {
    border-radius: 10px;
}

.modal-rj .modal-header {
    border-bottom: none;
    display: block;
    padding: 40px 15px 15px;
    position: relative;
    border-radius: 10px 10px 0 0;
}

@media (min-width: 992px) {
    .modal-rj .modal-header {
        padding: 40px 65px;
    }
}

.modal-rj .modal-header::before {
    background: #d10305;
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

#milesAndCashBooking .modal-header::before {
    background: #ff9c00;
}

.modal-rj .modal-title {
    color: #5b5656;
    font-style: italic;
    font-size: 32px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
    padding: 0 35px;
}

@media (min-width: 992px) {
    .modal-rj .modal-title {
        font-size: 36px;
    }
}

.text-rj {
    color: #d10305 !important;
}

.text-rj2 {
    color: #2d6464 !important;
}

.modal-rj .close {
    font-family: arial, sans-serif;
    padding: 0;
    margin: 0;
    font-size: 60px;
    font-weight: 300;
    color: #656464;
    position: absolute;
    left: 15px;
    top: 20px;
    text-shadow: none;
    opacity: 1;
}

@media (min-width: 992px) {
    .modal-rj .close {
        left: 62px;
    }
}

.modal-rj .modal-body {
    margin: 0;
    padding: 0 15px;
}

@media (min-width: 992px) {
    .modal-rj .modal-body {
        padding: 0 65px;
    }
}

.modal-rj .intro {
    color: #656464;
    font-size: 18px;
    font-weight: 300;
}

@media (min-width: 992px) {
    .modal-rj .intro {
        font-size: 22px;
    }
}

.range-date-picker {
    position: relative;
    z-index: auto;
}

.ui-datepicker {
    z-index: 2000 !important;
}

.traveler-type-container {
    background: #f8f8f8;
    box-shadow: 0 0 7px rgb(0 0 0 / 30%);
    display: none;
    right: 15px;
    margin: 0;
    min-height: 200px;
    max-width: 94%;
    padding: 10px;
    position: absolute;
    left: 16px;
    z-index: 1100;
    width: auto;
}

.traveler-type {
    border-bottom: 1px solid #ccc;
    display: flex;
    margin: 10px 0;
    padding: 10px 0;
    vertical-align: middle;
    width: 100%;
}

    .traveler-type span {
        display: block;
        padding-bottom: 3px;
        color: #000;
    }

.traveler-type-container .traveler-type > * {
    display: inline-block;
    vertical-align: middle;
    flex: auto;
    align-self: center;
    min-width: 120px;
    position: relative;
}

@media (min-width: 768px) {
    .traveler-type-container .traveler-type > * {
        min-width: 150px;
    }
}

.traveler-type-container .traveler-type > span {
    font-size: 14px;
}

@media (min-width: 768px) {
    .traveler-type-container .traveler-type > span {
        padding-right: 22px;
    }
}

.traveler-type-container i.fa.fa-minus.minus {
    z-index: 0;
    position: absolute;
    color: #423f40;
    padding: 5px 9px;
    right: 10px;
    top: 10px;
}

.traveler-type-container i.fa.fa-plus.add {
    padding: 5px 9px;
    color: #423f40;
    left: 0;
    position: absolute;
    top: 10px;
}

.traveler-type input.qty {
    padding: 5px 30px;
    margin: 0;
    width: 85px;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 5px 40px;
    width: 450px;
    text-align: center;
}

.traveler-type-container input {
    padding: 0 37px;
    font-size: 16px;
    outline: 0;
    height: 48px;
    background-color: #fff;
}

#PassengersContainer input.qty {
    text-align: center;
    max-width: 100%;
}

.modal-rj .form-control:not(input.qty) {
    border: 1px solid #747373;
    border-right: 0;
    border-radius: 6px 0 0 6px;
    line-height: 60px;
    height: 60px;
    padding: 0 0 0 16px;
}

@media (min-width: 992px) {
    .modal-rj .form-control:not(input.qty) {
        line-height: 80px;
        height: 80px;
        padding: 0 0 0 22px;
    }
}

.modal-rj #inputPassengers {
    border-radius: 0;
    border-width: 1px 0;
}

.modal-rj .input-group-text {
    background: #fff;
    border-color: #747373;
    border-width: 1px 1px 1px 0;
    border-radius: 0 6px 6px 0;
    color: #d10305;
    font-size: 16px;
    padding-right: 16px;
    padding-left: 16px;
}

@media (min-width: 992px) {
    .modal-rj .input-group-text {
        font-size: 20px;
        padding-right: 22px;
        padding-left: 22px;
    }
}

#milesAndCashBooking .input-group-text {
    color: #2d6464;
}

.modal-rj .form-control:read-only {
    background: #fff;
}

.modal-rj .form-control:focus {
    box-shadow: none;
}

.modal-rj .form-control.error + .error {
    display: block !important;
    width: 100%;
    font-size: 14px;
    margin: 10px 0 0;
    font-style: italic;
    color: #d10305;
    text-align: right;
}

.modal-rj .modal-footer {
    border-top: none;
    border-radius: 0 0 10px 10px;
}

.modal-rj .btn-rj {
    background: #d10305;
    border: none;
    color: #fff;
    font-weight: 500;
    outline: none;
    transition: all 0.75s ease-in-out;
    letter-spacing: 0.5px;
}

    .modal-rj .btn-rj:hover,
    .modal-rj .btn-rj:focus,
    .modal-rj .btn-rj:active {
        background: #bd0006;
        border: none;
        outline: none;
    }

    .modal-rj .btn-rj.cash {
        background: #2d6464;
    }

    .modal-rj .btn-rj[type="submit"] {
        font-size: 20px;
        position: relative;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 10px;
        margin: 0 -15px -1px;
        width: calc(100% + 30px);
        z-index: 1000;
    }

@media (min-width: 992px) {
    .modal-rj .btn-rj[type="submit"] {
        font-size: 30px;
        position: relative;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 10px;
        margin: 0 -65px -1px;
        width: calc(100% + 130px);
        z-index: 1000;
    }
}

.modal-rj .btn-rj:hover,
.modal-rj .btn-rj:focus,
.modal-rj .btn-rj:active {
    background: #bd0006;
    border: none;
    outline: none;
}

.modal-rj .btn-rj.cash:hover,
.modal-rj .btn-rj.cash:focus,
.modal-rj .btn-rj.cash:active {
    background: #1f4444;
}

.modal-rj .btn-rj[type="submit"]::before {
    background: url(../img/plane.png) center center no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 33px;
    line-height: 1;
    position: absolute;
    left: 20px;
    top: 14px;
    width: 33px;
    transform: rotateZ(180deg);
}

@media (min-width: 992px) {
    .modal-rj .btn-rj[type="submit"]::before {
        left: 58px;
        top: 20px;
    }
}

.modal-rj .btn-rj.cash[type="submit"]::before {
    background: url(../img/login.png) center center no-repeat;
    background-size: contain;
    height: 32px;
    width: 32px;
    top: 14px;
    left: 15px;
}

@media (min-width: 992px) {
    .modal-rj .btn-rj.cash[type="submit"]::before {
        height: 44px;
        width: 48px;
        top: 14px;
        left: 58px;
    }
}

.modal-rj .btn-rj[type="submit"]::after {
    content: ". . .";
    font-size: 16px;
    line-height: 1;
    position: absolute;
    left: 60px;
    top: 19px;
}

@media (min-width: 992px) {
    .modal-rj .btn-rj[type="submit"]::after {
        content: ". . . . . . .";
        left: 105px;
        top: 25px;
    }
}

.modal-rj .btn-rj.cash[type="submit"]::after {
    left: 60px;
    top: 18px;
}

@media (min-width: 992px) {
    .modal-rj .btn-rj.cash[type="submit"]::after {
        left: 120px;
        top: 24px;
    }
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    color: #656565;
}

#addFlightBtn {
    color: #d10305;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.75s ease-in-out;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    #addFlightBtn {
        font-size: 24px;
    }
}

#addFlightBtn:hover,
#addFlightBtn:focus {
    color: #bd0006;
}

#btntoggleTravelerContainer {
    border-radius: 6px 0 0 6px;
}
/*----------------------------------------*/
/* LIGHT CSS OVERRIDES
/*----------------------------------------*/
div[id*="rangeLightPickerContainer"] .lightpick {
    left: auto !important;
    right: 0 !important;
    top: 112px !important;
    border: 1px solid #747373;
    border-radius: 0;
    box-shadow: none;
}

    div[id*="rangeLightPickerContainer"] .lightpick:before {
        border-right: 26px solid transparent;
        border-left: 26px solid transparent;
        border-bottom: 26px solid #d6191f;
        content: "";
        position: absolute;
        top: -26px;
        right: calc(50% - 26px);
    }

.lightpick__inner {
    display: flex;
    flex-wrap: wrap;
}

    .lightpick__inner .lightpick__months {
        width: 100%;
        order: 2;
    }

    .lightpick__inner .lightpick__footer {
        order: 0;
        width: 100%;
        padding: 10px 0;
        text-align: right;
    }

.lightpick__footer .flight-type {
    width: 100%;
}

.lightpick__month-title-bar {
    /*justify-content: center;*/
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.lightpick__month-title {
    margin: 4px 0 0;
    padding: 0;
    border-radius: 0;
}

.lightpick__toolbar {
    display: flex;
    text-align: left;
    justify-content: flex-end;
}

.lightpick__inner .lightpick__toolbar {
    order: 1;
    width: 100%;
}

.lightpick__next-action,
.lightpick__previous-action {
    position: absolute;
    font-size: 0;
    margin-top: 5px;
    left: 15px;
}

.lightpick .lightpick__previous-action {
    right: 10px;
    left: unset;
}

.lightpick__close-action,
.lightpick__next-action,
.lightpick__previous-action {
    display: flex;
    margin: 0;
    width: 32px;
    height: 32px;
    outline: 0;
    border: none;
    border-radius: 50%;
    background-color: #ddd;
    justify-content: center;
    align-items: center;
    transform: rotateZ(180deg);
}

    .lightpick__next-action:before,
    .lightpick__previous-action:before {
        content: "\f104";
        font-family: FontAwesome;
        font-size: 20px;
    }

    .lightpick__next-action:before {
        content: "\f105";
    }

.lightpick__day.is-in-range {
    background: #f8d1d2;
}

.lightpick__day.is-start-date.is-in-range,
.lightpick__day.is-end-date.is-in-range.is-flipped,
.lightpick__day.is-end-date.is-in-range,
.lightpick__day.is-start-date.is-in-range.is-flipped,
.lightpick__day.is-start-date,
.lightpick__day.is-end-date,
.lightpick__day.is-start-date:hover,
.lightpick__day.is-end-date:hover {
    background: #d6191f;
}

.lightpick__day.is-start-date,
.lightpick__day.is-end-date
/*, .lightpick__day.is-start-date:hover, .lightpick__day.is-end-date:hover*/ {
    border-radius: 50%;
}

.one-way-datepicker .lightpick {
    width: 295px;
}

.one-way-datepicker .lightpick__close-action,
.one-way-datepicker .lightpick__next-action,
.one-way-datepicker .lightpick__previous-action {
    top: 55px;
    margin-top: 0;
}

#rangeLightPickerContainer0 .lightpick .lightpick__month {
    width: 100%;
}

@media (min-width: 768px) {
    #rangeLightPickerContainer0 .lightpick .lightpick__month {
        width: auto;
    }
}
/*----------------------------------------*/
/* CUSTOM RADIO BUTTONS CSS
/*----------------------------------------*/
.custom-radio-button {
    height: 0;
    opacity: 0.011;
    z-index: 100;
    width: 0;
}

    .custom-radio-button + label {
        border: 1px solid #747373;
        background: #fff;
        border-radius: 6px;
        color: #454444;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        margin: 0;
        padding: 10px 0;
        text-align: center;
        user-select: none;
        width: 83px;
    }

@media (min-width: 414px) {
    .custom-radio-button + label {
        width: 112px;
    }
}

#rdEconomy + label,
#rdBusiness + label {
    border-color: #e9e5e5;
    background: #e9e5e5;
    color: #504d4d;
    font-size: 14px;
    width: 125px;
}

@media (min-width: 1200px) {
    #rdEconomy + label,
    #rdBusiness + label {
        font-size: 16px;
        width: 150px;
    }
}

#rdEconomy + label {
    margin: 0 -12px;
    border-radius: 0 6px 6px 0;
}

.custom-radio-button:checked + label,
#rdEconomy:checked + label,
#rdBusiness:checked + label {
    border-color: #d10305;
    background: #d10305;
    color: #fff;
}
/*----------------------------------------*/
/* FLEX SELECT CSS
/*----------------------------------------*/
input[id$="_flexselect"] {
    color: #1b1b1c;
    font-size: 20px;
    font-weight: 300;
}

    input[id$="_flexselect"]::selection {
        background: transparent;
    }

.flexselect_dropdown .location__airport {
    width: 100%;
    padding-left: 100px;
}

    .flexselect_dropdown .location__airport + * {
        margin-right: -102px;
        max-width: 90px;
    }

    .flexselect_dropdown .location__airport * {
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.location__airport__acronym {
    float: left;
    vertical-align: top;
    background: #d6191f !important;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
}

.location__airport__city {
    font-weight: 200;
    font-size: 16px;
    display: inline-block;
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.location__airport {
    display: inline-block;
}

.flexselect_selected:hover {
    background-color: #f2f2f2;
}

li.flexselect_selected {
    background: #f2f2f2;
}

.location__airport__name {
    margin: 0;
    font-size: 14px;
}

.flexselect_dropdown li {
    margin: 0 !important;
    padding: 10px 5px !important;
    box-sizing: border-box;
}

body {
    direction: rtl;
    text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    text-align: right;
}

.full-banner__description {
    right: unset;
    left: 0;
    transform: translate(50%);
}

.activities-carousel__item-title {
    font-size: 22px;
}
/*families page style*/
body {
    background-color: white;
    text-align: left;
}
/* full banner */
.full-banner {
    position: relative;
    width: 100%;
}

.full-banner__background {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 39.0625%;
    width: 100%;
    display: flex;
    transform: scaleX(-1);
}

.full-banner__description {
    position: absolute;
    top: 50%;
    left: 13.8%;
    transform: translateY(-50%);
    align-items: center;
    max-width: 50%;
    text-transform: uppercase;
    color: #d60c16;
    font-size: calc(60px + 2.9vw);
    font-weight: 600;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-style: italic;
    text-align: center;
    right: unset;
}

@media (max-width: 768px) {
    .full-banner__description {
        font-size: calc(7px + 2.1vw);
        left: 0;
        right: unset;
        padding: 0 15px;
    }
}

.position-unset {
    position: unset;
}
/*video component*/
.video-component {
    margin-top: -64px;
}

.video-component__thumbnail {
    max-width: 100%;
    border-radius: 5px;
}

.video-component__link {
    display: block;
    width: 100%;
    position: relative;
}

    .video-component__link::before {
        content: "";
        width: 16vw;
        height: 16vw;
        display: inline-flex;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-image: url(../../img/families/video-player/play-icon.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }

.video-component__description {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    /*align-items: flex-start;*/
}

.video-component__title {
    color: #424448;
    font-size: 44px;
    text-transform: uppercase;
}

.video-component__subtitle {
    color: #424448;
    font-size: 30px;
    margin: 0;
}

.video-component__cta {
    min-width: 348px;
    display: inline-flex;
    min-height: unset;
    height: unset;
    text-transform: capitalize;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 25px;
    font-weight: 600;
    min-height: 80px;
}

@media (max-width: 768px) {
    .video-component__description {
        flex-direction: column;
        align-items: flex-start;
    }

    .video-component__cta {
        min-width: fit-content;
        padding: 15px;
        font-size: 18px;
        margin: 30px 0 0 0;
    }
}

.wide-promo__background {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: flex;
    /*padding-top:19%*/
    height: 100%;
    transform: scaleX(-1);
}

.wide-promo__details {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: flex-end;
    justify-content: center;
    width: 50%;
    text-align: left;
}

.wide-promo {
    position: relative;
    height: 365px;
    margin-top: 80px;
    margin-bottom: 15px;
}

.wide-promo__title {
    font-size: calc(20px + 1.9vw);
    font-weight: 600;
    text-transform: uppercase;
    color: #d60c16;
    width: 100%;
}

p.wide-promo__subtitle {
    font-size: calc(15px + 0.9vw);
    font-weight: 200;
    text-transform: uppercase;
    color: #d60c16;
    width: 100%;
}

.more-btn {
    width: 179px;
    height: unset;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-flex;
    font-weight: 500;
    color: #fff;
    background-color: #d6191f;
    border-color: #d6191f;
    padding: 10px 0;
}

    .more-btn:hover,
    .more-btn:focus,
    .btn-primary:hover,
    .btn-primary:focus {
        color: #fff;
        background-color: #d6191f;
        border-color: #d6191f;
    }

@media (max-width: 768px) {
    .wide-promo__details {
        width: 100%;
        left: 0;
        padding: 0 15px;
    }
}

.panel-content-module {
}

.panel-content-module__left {
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
/* mobile */
@media (max-width: 400px) {
    .panel-content-module__left {
        align-items: center;
    }

    .promo-card h4 {
        margin-bottom: 10px;
    }

    .bottom-10 {
        margin-bottom: 10px;
    }

    .horizantal-promo-card__description {
        padding: 10px 15px !important;
    }
}

.panel-content-module__title {
    color: #424448;
    text-transform: uppercase;
    font-size: 45px;
    margin: 0;
    font-weight: 500;
}

.panel-content-module__subtitle {
    color: #d60c16;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 29px;
    text-transform: uppercase;
    font-style: italic;
}

.panel-content-module__description {
    color: #424448;
    font-size: 33px;
    margin-bottom: 15px;
    letter-spacing: 0px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.45;
}

@media (max-width: 400px) {
    .panel-content-module__description {
        display: none;
    }
}

img {
    max-width: 100%;
}

.reverse {
    flex-direction: row-reverse;
}

.panel-content-module__link {
    text-align: -webkit-right;
}

.panel-content-module__img:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(0deg, #000, transparent);
    z-index: 1;
    content: "";
    opacity: 0.7;
}

.panel-content-module__img {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.panel-content-module {
    margin-bottom: 30px;
}

.section-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    position: relative;
    margin: 15px;
}

.section-header__super {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

    .section-header__super::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        border-bottom: 3px solid #f4f4f4;
        width: 100%;
        transform: translateY(-50%);
    }

.section-header h4 {
    color: #424448;
    font-size: 50px;
    font-weight: 600;
    position: relative;
    background: white;
    z-index: 0;
    padding: 0 60px;
}

.section-header h5 {
    font-weight: 600;
    font-size: 25px;
    color: #d60c16;
}

.bg-smokewhite {
    background-color: #f0f0f0;
    padding: 40px 0;
}

    .bg-smokewhite .section-header__super::before {
        display: none;
    }

    .bg-smokewhite .section-header h4 {
        background-color: transparent;
    }

.activities-carousel__item-title {
    font-size: 30px;
    font-weight: 300;
    color: #62656a;
    width: 100%;
}

    .activities-carousel__item-title::first-letter {
        text-transform: capitalize;
    }

.activities-carousel__item-descrption {
    color: #62656a;
    font-size: 18px;
    font-weight: 300;
    width: 100%;
    margin-top: 30px;
}

.activities-carousel__item {
    padding: 30px;
}

.activities-carousel__item-cta {
    color: #3f4752;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 200;
}

    .activities-carousel__item-cta:hover {
        color: #d60c16;
        border-bottom: 1px solid;
    }

.activities-carousel__item-details {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: inherit;
}

.activities-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    font-size: 60px;
    color: #879aaa;
    top: 50%;
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
}

.activities-carousel__list {
    position: relative;
}

    .activities-carousel__list::after {
        content: "";
        position: absolute;
        width: 4px;
        height: 100%;
        background-color: #aeb0b2;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.activities-carousel__item > .row {
    align-items: center;
}

.activities-carousel .activities-carousel__list .owl-dots {
    display: none;
}

@media (max-width: 991.9px) {
    .activities-carousel__list::after {
        display: none;
    }
}

.horizantal-promo-card {
    display: flex;
    align-items: center;
    height: 206px;
}

.promo-card {
    overflow: hidden;
    border: 1px solid #bec9d3;
    border-radius: 5px;
    display: flex;
    width: 100%;
}

.vertical-promo-card {
    flex-direction: column;
    position: relative;
    border: 0;
}

.text-limit {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.horizantal-promo-card__img {
    min-width: 250px;
    display: inline-flex;
    height: 100%;
    background-color: #da3c33;
    align-items: center;
    justify-content: center;
    /* max-width: 250px; */
    overflow: hidden;
    flex: 1;
    width: 100%;
    max-width: 250px;
    overflow: hidden;
}

.horizantal-promo-card__description {
    display: inline-flex;
    flex-direction: column;
    padding: 0 15px;
    align-items: flex-end;
    width: 100%;
}

.horizantal-promo-card {
    margin-bottom: 30px;
}

.promo-card h4 {
    color: #d60c16;
    font-weight: 600;
    font-size: 29px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
}

.promo-card p {
    font-weight: normal;
    font-size: 27px;
    color: #424448;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.3;
    width: 100%;
    margin: 0;
}

.vertical-promo-card__description {
    position: absolute;
    bottom: 0;
    padding: 15px;
    left: 0;
    margin: 0;
    z-index: 1;
    /* display: flex; */
    display: none;
    flex-direction: column;
    align-items: flex-end;
}

    .vertical-promo-card__description p {
        color: white;
    }

.vertical-promo-card:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgb(0 0 0 / 75%) 0%, rgba(255, 255, 255, 0) 100%);
}

p.vertical-promo-card__cta.more-btn {
    display: inline-flex;
    margin: 0;
}

@media (max-width: 992px) {
    .vertical-promo-card {
        width: fit-content;
        margin: 30px auto;
        border: 0;
    }

    .horizantal-promo-card {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .horizantal-promo {
        margin-bottom: 30px;
    }

    .promo-card {
        border: 0;
    }
}

.more-btn:hover,
.video-component__cta:hover,
.more-btn:focus,
.video-component__cta:focus,
.more-btn:not(:disabled):not(.disabled).active,
.more-btn:not(:disabled):not(.disabled):active,
.show > .more-btn.dropdown-toggle {
    background-color: #d6191f;
    color: white;
}
/* .promo-card__cta
{
text-decoration: underline;
text-transform: capitalize;
color: #d60c16;
}
.promo-card__cta:hover,.promo-card__cta:focus
{
color: #d60c16;
text-decoration: underline;
} */
h1,
h2,
h3,
h4,
h5,
h6,
p {
    text-align: right;
}

.activities-carousel__item-title {
    font-size: 30px;
}

.horizantal-promo-card-reverse {
    flex-direction: row-reverse;
}

@media (max-width: 600px) {
    .video-component {
        display: none;
    }

    .panel-content-module:not(:first-child) {
        display: none !important;
    }

    .vertical-promo-card {
        display: none;
    }

    .horizantal-promo:not(:first-of-type) {
        display: none;
    }

    .promo-card {
        border: 0;
    }

    .horizantal-promo-card__description {
        margin: 10px 0;
        align-items: center;
    }

    .panel-content-module__description,
    .promo-card p {
        display: none;
    }

    .panel-content-module__left {
        align-items: center;
        text-align: center;
    }

    .horizantal-promo-card .horizantal-promo-card__cta {
        display: inline-flex;
        margin-top: 10px;
    }

    .promo-card h4 {
        text-align: center;
    }

    .wide-promo__title {
        color: #424448;
    }
}

.accordion-head:before {
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #2f2f2f;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
}

.accordion-head {
    position: relative;
}

    .accordion-head.expandedForm:before {
        transform: translateY(-50%) rotate(0deg);
    }

.activities-carousel .owl-dots {
    display: none;
}

.section-title h4 {
    text-align: center;
}

.section-title .text-color-red {
    display: inline-flex;
    position: relative;
    justify-content: center;
    padding: 5px 0;
}

    .section-title .text-color-red:after {
        content: "";
        width: 70%;
        position: absolute;
        bottom: 0;
        height: 2px;
        background: #d6191f;
    }

.section-spacing,
.section-title {
    padding-bottom: 40px;
}

.booking-spacing {
    padding-bottom: 30px;
}

@media (max-width: 992px) {
    #footerAccordion .bi-caret-down-fill,
    #footerAccordion .card .card-header .btn {
        color: white;
    }

    #footerAccordion {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

        #footerAccordion .card .card-header,
        #footerAccordion .card,
        #footerAccordion .card-body {
            width: 100%;
            max-width: 100%;
            min-width: 100%;
        }

            #footerAccordion .card .card-header .btn-link .bi.bi-caret-down-fill {
                transform: rotate(0deg);
                float: right;
            }

            #footerAccordion .card .card-header.expandedForm .btn-link .bi.bi-caret-down-fill {
                transform: rotate(180deg);
            }

        #footerAccordion .collapse,
        #footerAccordion .collapse.in {
            display: block !important;
        }

    .footer-accordion-body {
        max-height: 0;
        overflow: hidden;
    }

        .footer-accordion-body.expandedBody {
            opacity: 1;
            max-height: 700px !important;
            overflow: unset;
            height: auto !important;
        }

        #footerAccordion .card .card-header h2,
        #footerAccordion .card .card-header .btn,
        .footer-accordion-body,
        .footer-accordion-body .card-body ul {
            padding: 0;
            margin: 0;
        }

    #footerAccordion .card .card-header {
        padding: 12px 20px;
    }

    .footer-accordion-body .card-body {
        padding: 20px;
    }
    #footerAccordion .card .card-header .btn {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
}

body.rtl .accordion-head:before {
    left: 0;
    right: unset;
}

.bottom-alert {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #9e948d;
    color: #fff;
    padding: 20px 10px;
    z-index: 9970;
    text-align: center;
}

body .bottom-alert .btn-bottom-alert-close.close-no-cookies {
    background-color: transparent;
    color: white;
    margin: 0 auto;
    font-size: 19px;
    font-weight: 500;
    position: absolute;
    left: 30px;
    right: unset;
    border-radius: 100%;
    border: 2px solid white;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    text-transform: lowercase;
    top: 10px;
}

.WarningText {
    text-align: center;
}

.bottom-alert p,
.bottom-alert span {
    color: white;
    text-align: right;
    margin: 0 auto;
    font-size: 15px;
}

.bottom-alert > p {
    padding-bottom: 18px;
}

.bottom-alert > div {
    margin-top: 15px;
}


p:empty {
    display: none;
}

button.btn-bottom-alert-close {
    background-color: #fff;
    color: #000;
    margin: 0 auto
}

.bottom-alert .btn-danger {
    opacity: 1;
    background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
    background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
    background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #b92c28;
    background: #d6191f;
}

.product-slider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    font-size: 97px;
    color: white;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 0;
    height: 0;
    align-items: center;
}

    .product-slider .owl-nav button.disabled {
        opacity: 0.5;
    }

    .product-slider .owl-nav button span {
        font-size: 97px;
    }

.features-section .card-body .card-text {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.3;
    font-size: 16px;
    font-weight: 400;
    word-spacing: -1px;
    color: #7b7b7b;
}


.features-section .single-product-item .card.shadow.h-100 .d-block {
    max-height: 294px;
}

/*See The World Redesign*/

.full-card {
    background-color: #fff;
    box-shadow: 0 0 5px 0 #a0a0a0;
    border: 1px solid #c4c4c4;
    margin-bottom: 30px;
    height: calc(100% - 30px);
}

.full-card__img {
    max-height: 118px;
    overflow: hidden;
    width: 100%;
    padding-top: 33.5%;
    background-repeat: no-repeat;
    background-size: cover;
}

.full-card__body {
    text-align: center;
    padding: 15px;
}

.full-card-title {
    text-transform: uppercase;
    letter-spacing: 3px;
    color: black;
    font-weight: 400;
    font-size: 1rem;
}

.full-card-subtitle {
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 28px;
}

.full-card-cta,
.full-card_price {
    color: #d60c16;
    display: inline-flex;
    font-size: 19px;
    text-transform: capitalize;
    margin-top: 0;
    font-weight: 400;
}

    .full-card-cta:hover,
    .full-card-cta:focus {
        color: #d60c16;
    }

.full-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}


.full-card-title {
    letter-spacing: 0;
}


.footer-widget .VerticalMenu {
    display: none;
}

.section-title .text-color-red {
    display: inline-flex;
    position: relative;
    justify-content: center;
    padding-bottom: 5px;
}


    .section-title .text-color-red:after {
        content: "";
        width: 70%;
        position: absolute;
        bottom: 0;
        height: 2px;
        background: #d6191f;
    }


.section-spacing,
.section-title {
    padding-bottom: 40px;
}

.booking-spacing {
    padding-bottom: 30px;
}

#SearchPop .modal-content, .cookies-setting-popup .modal-content {
    border-radius: 0;
    padding: 15px;
    border-top: 4px solid #d6191f;
}

.cookies-setting-popup .nav-pills > li > a,
.cookies-setting-popup .nav-pills > li > a:focus,
.cookies-setting-popup .nav-pills > li > a:hover {
    color: #333;
    overflow-wrap: break-word;
}

.cookies-setting-popup .nav-pills > li.active > a,
.cookies-setting-popup .nav-pills > li.active > a:focus,
.cookies-setting-popup .nav-pills > li.active > a:hover {
    background: #d6191f;
    border-radius: 0;
    color: #fff;
}

.cookies-setting-popup .tab-content .tab-pane {
    padding-top: 0;
}

.bottom-alert .btn-danger {
    background: #D6191F;
}

.cookies-setting-popup .panel-default:after {
    display: block;
    clear: both;
    height: 0;
    width: 0;
}

.cookies-setting-popup .modal-content {
    width: 100%;
}

.cookies-setting-popup .panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5 !important;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    width: 100%;
    float: left;
    margin-top: -1px;
}

.cookies-setting-popup div.panel.panel-default {
    border: 1px solid #ddd !important;
}

.cookies-setting-popup .panel:after {
    content: '';
    clear: both;
}

.cookies-setting-popup .panel-collapse.in, .cookies-setting-popup .panel {
    width: 100%;
    float: left;
    display: block;
}

.hidetab {
    display: none !important;
}

.cookies-setting-popup .panel-group {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    margin: 0 0 15px;
    color: #d6191f;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.max--height--300 {
    max-height: 300px;
    overflow-y: auto;
}

.content ul li:not(.nbs-flexisel-item) {
    margin: 0;
    list-style: none url(../images/bullet-red.png);
}

.content h3 {
    font-size: 24px;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    margin: 0 0 15px;
    color: #d6191f;
}

.content h4 {
    font-size: 20px;
}

.content .cookies-setting-popup a {
    color: #d6191f;
}

.cookies-setting-popup .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.cookies-setting-popup .modal-body {
    margin: 0;
}

.cookies-setting-popup .tab-pane.active {
    opacity: 1;
}

.toggel-checkbox input {
    opacity: 0;
    height: 0;
    width: 0
}

.toggel-checkbox span {
    display: inline-block;
    width: 40px;
    height: 14px;
    background: #ddd;
    border-radius: 30px;
    position: relative
}

    .toggel-checkbox span:after {
        content: '';
        top: -3px;
        width: 20px;
        height: 20px;
        display: inline-block;
        background: #999;
        border-radius: 50%;
        position: absolute;
        left: 0;
        transition: .6s
    }

.toggel-checkbox input:checked + span {
    background: #eee
}

    .toggel-checkbox input:checked + span:after {
        left: 50%;
        background: #d6191f;
        transition: .6s
    }

.bottom-alert .btn-danger {
    background: #d6191f
}

.content ul li:not(.nbs-flexisel-item) {
    list-style: none;
}

.cookies-setting-popup .panel-default:after {
    display: block;
    clear: both;
    height: 0;
    width: 0
}

.cookies-setting-popup .modal-content {
    width: 100%
}

.cookies-setting-popup .panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5 !important;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    width: 100%;
    float: left;
    margin-top: -1px;
    padding: 10px 15px;
}

.cookies-setting-popup div.panel.panel-default {
    border: 1px solid #ddd !important
}

.cookies-setting-popup .panel:after {
    content: '';
    clear: both
}

.cookies-setting-popup .panel, .cookies-setting-popup .panel-collapse.in {
    width: 100%;
    float: left;
    display: block
}

.cookies-setting-popup .panel-group {
    display: block;
    float: left;
    width: 100%
}

@media (max-width: 767px) {
    .cookies-setting-popup #desktop-Show {
        display: none;
    }
}

@media (min-width: 767px) {
    .cookies-setting-popup #mobile-Show {
        display: none;
    }
}

.cookies-setting-popup .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    justify-content: end;
}

#SearchPop .home-form-action, .ash-booking-form-wrapper .home-form.fixed .home-forms .home-form-action, .cookies-setting-popup .btn.btn-danger {
    height: auto;
    width: auto;
    min-width: auto;
    text-align: center;
    min-height: auto;
    background: #d6191f;
    font-weight: 400;
    font-size: 14px;
    box-shadow: none;
    border: 0;
    transition: all .75s ease-in-out;
    min-width: 120px;
    border-radius: 0;
    padding: 0 12px;
    color: #fff;
    min-height: 40px
}

    #SearchPop .home-form-action:focus, #SearchPop .home-form-action:hover, .ash-booking-form-wrapper .home-form.fixed .home-forms .home-form-action:focus, .ash-booking-form-wrapper .home-form.fixed .home-forms .home-form-action:hover {
        background: #bd0006;
        outline: 0;
        border: 0
    }

.cookies-setting-popup .panel-body {
    padding: 15px;
}

.cookies-setting-popup label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.cookies-setting-popup .contant-container-cookie {
    width: 100%;
}

.cookies-setting-popup .pull-right {
    float: left;
}

.cookies-setting-popup {
    z-index: 9971;
}
    /**RJR-449**/
    .cookies-setting-popup .nav > li > a {
        padding: 10px 8px;
        font-size: 15px;
    }

.content .cookies-setting-popup ul li:not(.nbs-flexisel-item) {
    padding: 0;
    width: 100%;
}

.cookies-setting-popup p span {
    line-height: 1.42857143;
    color: #333;
}

.cookies-setting-popup .modal-dialog.modal-lg {
    max-width: 800px;
}

    .cookies-setting-popup .modal-dialog.modal-lg .modal-content {
        -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
        box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    }

#cookiesWarningMessage {
    z-index: 9999;
}
.rj-modal-cta {
    border: 1px solid #747373;
    background: #fff;
    border-radius: 6px;
    color: #454444;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 0;
    padding: 10px;
    text-align: center;
    user-select: none;
    text-transform: capitalize;
    min-width: unset;
    max-width: unset;
    margin-left: 0;
    margin-right: 4px;
}

    .rj-modal-cta:hover {
        color: #454444;
    }

    .rj-modal-cta:focus {
        border-color: #d10305;
        background: #d10305;
        color: #fff;
    }