@charset "UTF-8";
/*Fonts*/
@font-face {
    font-family: "ProximaNova bold";
    src: url("../fonts/proxima/proximanova-bold-webfont.eot"), 
        url("../fonts/proxima/proximanova-bold-webfont.ttf"), 
        url("../fonts/proxima/proximanova-bold-webfont.woff");
}
@font-face {
    font-family: "ProximaNova light";
    src: url("../fonts/proxima/ProximaNovaLight.eot"), 
        url("../fonts/proxima/ProximaNovaLight.ttf"), 
        url("../fonts/proxima/ProximaNovaLight.woff");
}
@font-face {
    font-family: "ProximaNova regular";
    src: url("../fonts/proxima/proximanova-regular-webfont.eot"), 
        url("../fonts/proxima/proximanova-regular-webfont.ttf"), 
        url("../fonts/proxima/proximanova-regular-webfont.woff");
}
@font-face {
    font-family: "ProximaNova semibold";
    src: url("../fonts/proxima/proximanova-semibold-webfont.eot"), 
        url("../fonts/proxima/proximanova-semibold-webfont.ttf"), 
        url("../fonts/proxima/proximanova-semibold-webfont.woff");
}
@font-face {
    font-family: "Rockwell";
    src: url("../fonts/offrd/Rockwell.eot"), 
        url("../fonts/offrd/Rockwell.ttf"), 
        url("../fonts/offrd/Rockwell.woff");
}
@media (min-width: 1200px) {
    .container {
        max-width: 1175px;
    }
}
body {
    overflow-x: hidden;
    background-color: #292929;
}

/*Typography*/
h1 {
    font-size: 58px;
    line-height: 68px;
    color: #FFFFFF;
}

h2 {
    font-size: 48px;
    line-height: 56px;
    color: #FFFFFF;
}

h3 {
    font-size: 36px;
    line-height: 43px;
    color: #000000;
}

h4 {
    font-size: 36px;
    line-height: 49px;
    color: #4A4A4A;
}

h5 {
    font-size: 30px;
    line-height: 41px;
    color: #4A4A4A;
}

h6 {
    font-size: 24px;
    line-height: 33px;
    color: #4A4A4A;
}

a {
    color: #fff;
}

a:hover, .nav-item.category:hover {
    text-decoration: none;
    color: #fff;
}
.navbar-brand {
    font-family: "Rockwell";
}
.mt0 {
    margin-top: 0px;
}
.p-tb20 {
    padding: 20px 0;
}
.nav-tabs .nav-link.active:hover {
    color: #495057;
}

.sub_title {
    color: #D8D8D8;
}

.fa-ellipsis-h {
    color: #fff;
}

.bg-white {
    background-color: #FFFFFF;
}

.navbar-brand {
    font-size: 2.25rem;
}

li.nav-item {
    padding: 0 18px;
}

li.nav-item:last-child {
    padding: 0 0 0 18px;
}

.offrd-inner-pages {
    height: 345px;
}

.offrd-text-scrollup-height {
    height: 0px !important;
    transition: 2s ease;
}

.offrd-text-scrollup-mobile-height {
    display: none;
    transition: 2s ease;
}

.offrd-text {
    color: #fff;
    font-size: 38px;
}

.offrd-text p {
    font-size: 15px;
}

.nav-item.category {
    color: #bbb;
}

.category {
    padding: 0;
    cursor: pointer;
}

.active-category {
    background-color: #fff;
    color: #000;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.category div {
    font-size: 12px;
}

.category-image {
    max-width: 50px;
    width: 100%;
    height: 50px;
    fill: #bbb;
}

.nav-item.category:hover .category-image {
    fill: #fff;
}

.nav-tabs .nav-item.show .nav-link .category-image, .nav-tabs .nav-link.active .category-image {
    fill: #000;
}

.filter-padding {
    padding-top: 95px;
}

.filter_offer_block {
    display: none;
}

.card-block-detail {
    background-color: #FFFFFF;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.card-block-images {
    /*padding-left: 23px;*/
    /*Pankti*/
}

/*-------*/
.image-set {
    /*background-image: url(../images/goLogo.png);
    background-repeat: no-repeat;*/
    display: inline-block;
}

.merchant-image {
    max-width: 88px;
    width: 100%;
    height: 27px;
}

ul {
    list-style-type: none;
}

li {
    display: inline-block;
}

input[type=checkbox] {
    display: none;
}

.merchant label {
    border: 1px solid #fff;
    padding: 20px;
    display: block;
    position: relative;
    margin: 10px 10px 10px 0;
    cursor: pointer;
    background-color: #e3e3e3;
    border-top-left-radius: 30px;
}

.merchant label:before {
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -16px;
    right: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}

label span {
    transition-duration: 0.2s;
}

.selected_checkbox:checked + label {
    border-color: #ddd;
    background-color: #fafafa;
    box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.8);
}

.selected_checkbox:checked + label:before {
    content: "✓";
    background-color: grey;
    transform: scale(1);
}

.selected_checkbox:checked + label span {
    transform: scale(0.9);
}

.check-icon .fa.fa-check {
    top: -11px;
    position: absolute;
    right: 4px;
    color: #fff;
    display: none;
}

.offer-text, .email-text {
    color: #fff;
}

.email-text {
    font-size: 48px;
}

.card-block {
    display: none;
}

/*----- tabs design start-----*/
.category-icon {
    padding: 30px 0;
}
.category-icon div:nth-child(2){
    /*padding: 30px 0;*/
    font-weight: 600;
}
.active .category-icon div:nth-child(2){
    text-decoration: underline;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: none;
}

.nav-tabs .nav-link {
    border: none;
}

/*----- tabs design end-----*/
.right-arrow.input-group-text {
    /*background-color: #FFFFFF;*/
    border: 1px solid transparent;
}

.email-textbox.form-control {
    padding: 12px 28px;
    border: 0px solid transparent;
}

.email-textbox.form-control:focus {
    box-shadow: none;
}

.help-question {
    background-color: #000;
    color: #fff;
    padding: 13px;
    border-radius: 30px;
}

.help-question:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: -18px 1px 0 0;
    transform: rotate(45deg);
    background-color: #000;
    right: 77px;
    display: block;
}

.green-circle {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-color: green;
    border-radius: 50%;
    margin: 0 10px -7px 10px;
}

.bottom-logo {
    width: 50px;
    height: 50px;
    background-color: #000;
    margin-left: 16px;
}

.offer-domestic-international label {
    font-size: 12px;
}
.offer-domestic-international a {
    color: #d8d8d8;
}
.offer-domestic-international .btn-group > .btn-group:not(:last-child) .btn, .offer-domestic-international .btn-group .btn:last-child:not(.dropdown-toggle) {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.offer-domestic-international .btn-group > .btn-group:not(:first-child) .btn, .offer-domestic-international .btn-group .btn:first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.offer-domestic-international .btn-secondary {
    color: #666;
    background-color: #fff;
    border-color: #666;
}
.offer-domestic-international .btn-secondary:not(:disabled):not(.disabled).active, .offer-domestic-international .btn-secondary:not(:disabled):not(.disabled):active, .offer-domestic-international .show .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #000;
}
.offer-domestic-international .btn-secondary.focus, .offer-domestic-international .btn-secondary:focus {
    box-shadow: none;
}

.today_deal, .upcoming_deal {
    /*color: #292929;*/
    /*font-size: 18px;*/
    /*font-weight: bold;*/
}
.today_deal .title, .upcoming_deal .title {
    font-size: 18px;
    font-weight: bold;
    color: #4a4a4a;
}
.all_deal_cards, .all_upcoming_cards {
    padding: 10px;
}
.all_deal_cards .col-lg-4, .all_upcoming_cards .col-lg-4 {
    padding-left: 8px;
    padding-right: 8px;
}
.deal_block {
    background-color: #292929;
    /*#e3e3e3; /*#fafafa;*/
    border-radius: 10px;
    padding: 8px 0;
    color: #9fa3a7;
    height: 315px;
}

.deal_block div {
    margin-bottom: 1rem;
}

.deal_image {
    max-height: 28px;
    max-width: 100px;
}

.deal_duration_text {
    font-size: 11px;
}

.discount_amount {
    font-size: 20px;
    color: #fff;
    clear: both;
    /*font-family: 'SFNSDisplay';*/
    /*    clear: both;
        width: 100%;
        290px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;*/
}
.overflowText .discount_condition_text {
    white-space: nowrap;
    text-overflow: ellipsis;
    clear: both;
    overflow: hidden;
    width: 100%;
}
.offer-link, .offer-link:hover {
    color: #292929;
    font-size: 14px;
}

.discount_code {
    background-color: #fff;
    padding: 7px 16px;
    color: #000000;
    position: absolute;
    width: 100%;
    bottom: 10px;
}
.discount_code .code {
    font-weight: bold;
    padding: 2px 10px;
    background-color: #f3f3f3;
    border-left: 1px dashed #bbb;
    border-top: 1px dashed #bbb;
    border-bottom: 1px dashed #bbb;
/*    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;*/
    -webkit-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.discount_code .copy_code {
    padding: 2px 8px;
    border: 1px solid #bbb;
    background-color: #d8d8d8;
    cursor: pointer;
/*    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;*/
}
.discount_code .tooltiptext {
    visibility: hidden;
    width: 118px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 22%;
    margin-left: -57px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
}
.discount_code .tooltiptext:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.discount_code .copy_code:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.discount_code .merchant-image a {
    position: absolute;
    right: 25px;
    /*bottom: 13px;*/
    font-size: 0;
}

.overflowText p {
    font-size: 14px;
}

.next-button button {
    font-size: 14px;
    padding: 10px 36px;
}

span.card_information_icon {
    cursor: pointer;
    position: absolute;
    top: 68px;
    right: 25px;
    font-size: 18px;
}

/*span.card_information_icon:hover + .card_information{
    display: block;
}*/
.card_information {
    /* tooltip design */
    /*display: none;*/
    position: absolute;
    background-color: #f3f3f3;
    bottom: 225px;
    right: 8px;
    border-radius: 5px;
    color: #292929;
    max-width: 300px;
    width: 100%;
    height: auto;
    border: 1px solid #bbb;
    font-weight: normal;
    padding: 5px;
    z-index: 1;
}
.card_information span {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 600;
}
.card_information ul {
    list-style-type: disc;
    padding: 2px 2px 2px 20px;
    /*width: 235px;*/
    /*white-space: nowrap;*/
    margin-bottom: 5px;
}
.card_information li {
    /*display: list-item;*/
    font-size: 12px;
    line-height: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.card_information:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    margin: -7px 1px 0 0;
    transform: rotate(45deg);
    background-color: #f3f3f3;
    right: 16px;
    display: block;
    bottom: -7px;
}

footer .social_icons .fa {
    color: #292929;
}
footer a {
    margin: 0px 5px;
    padding: 5px;
    display: inline-block;
}

/* FAQS */
.faqs {
    background-color: #FFFFFF;
}
.faqs .card {
    border: 1px solid #bbb;
}
.faqs .card-header {
    border-bottom: none;
    background-color: #000;
    padding: 0;
}
.faqs .card-header .btn-link {
    color: #fff;
    font-weight: 600;
    width: 100%;
    text-align: left;
}
.faqs .card-header .btn-link:hover {
    text-decoration: none;
}

/*-----tawk chat box css start------*/
#tawkchat-minified-container {
    margin: 0 58px 0 0;
    bottom: 8px;
    left: 0px;
}

#tawkchat-status-message {
    margin: 0 26px 0 22px;
    font-size: 14px;
    line-height: 27px;
}

#tawkchat-minified-link-container {
    margin-left: -27px;
    margin-top: 0px;
}

#maximizeChat .icon {
    width: 25px;
    height: 25px;
    margin: 0;
    border-radius: 50%;
}

#tawkchat-minified-link-container .icon {
    background-image: none;
    display: block;
    background-color: #7Ed321;
}

/*-----tawk chat box css end------*/
/*------Mobile css------- */
@media (min-width: 0) and (max-width: 400px) {
    .category div {
        font-size: 6px;
    }

    .offrd {
        margin: 18px 0;
    }

    .category-image {
        width: 30px;
        height: 30px;
    }

    .category-image image {
        height: 30px;
    }

    h2 {
        font-size: 25px;
    }

    .merchant-image {
        max-width: 70px;
    }
}
@media (min-width: 400px) and (max-width: 576px) {
    .offrd {
        margin: 18px 0;
    }

    .category-image {
        width: 30px;
        height: 30px;
    }

    .category-image image {
        height: 30px;
    }

    .category div {
        font-size: 8px;
    }

    h2 {
        font-size: 25px;
    }

    .merchant-image {
        max-width: 60px;
    }
}
@media (max-width: 768px) {
    .email-text {
        font-size: 28px;
    }

    .navbar-brand {
        font-size: 1.8rem;
    }

    .category_fixed_tab {
        position: fixed;
        top: 0;
        z-index: 1030;
        background-color: #292929;
        padding: 18px 0 0 0 !important;
        box-shadow: 0 0 8px 1px #000;
        border-bottom: 1px solid #f3f3f3;
    }
    .category_fixed_tab .category-icon {
        padding: 9px 0;
    }
    .category_fixed_tab .category div {
        font-size: 7px;
    }
    .category_fixed_tab .category-image {
        fill: #fff;
    }

    .offrd {
        margin: 18px 0;
    }
}
@media (min-width: 768px) and (max-width: 1025px) {
    .category-icon {
        padding: 30px 0;
    }
}

/*# sourceMappingURL=css/main.css.map */
/*.tab-content .tab-pane {
    display: none;
}*/
button.multiselect {
    background-color: #fff;
    border: 1px solid;
    border-radius: 20px;
    font-size: 12px;
}
.multiselect-container {
    width: 100% !important;
}
.multiselect-container li {
    display: block;
}
.multiselect-container > li > a > label {
    padding-left: 10px;
}
.multiselect-container > li > a > label:hover {
    color: #292929;
}

.flightFilter .single, .hotelFilter .single {
    margin-top: 15px;
}
.offer-domestic-international {
    display: flex;
}
/* FAQS */
.faqs {
    background-color: #FFFFFF;
}
.faqs .card {
    border: 1px solid #bbb;
    margin-bottom: 5px;
}
.faqs .card-header {
    border-bottom: none;
    background-color: #292929;
    padding: 0;
}
.faqs .card-header .btn-link {
    color: #f3f3f3;
    font-weight: 600;
    width: 100%;
    text-align: left;
}
.faqs .card-header .btn-link:hover {
    text-decoration: none;
}
.faqs.offrd {
    height: 150px;
    background-color: #292929;
}
@media (min-width: 767px) {
    /*    .dom_international_wrapper {
            max-width: 20%;
            padding-right: 0;
        }*/
    .day_wrapper {
        /*padding-left: 0;*/
        /*max-width: 13%;*/
    }
    .dom_cashback_discount {
        /*padding-right: 0;*/
    }
}
@media (min-width: 0) and (max-width: 768px) {
    .flightFilter .single {
        margin-top: 2px;
    }
    .deal_block {
        height: calc(100% + 30px);
    }
    .discount_code {
        bottom: -25px;
        padding: 7px 1px;
    }
    .deal_image {
        max-width: 90px;
    }
/*    .category-icon div:nth-child(2) {
        padding: 0;
    }*/
}
.no-flight-hotels {
    padding: 20px;
}
.no-flight-hotels .form-control {
    background-color: #ddd;
}