/****************reset css starts here*****************/
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
body,
html,
form,
fieldset,
figure,
label {
    margin: 0;
    padding: 0;
    outline: none;
    font-weight: normal;
    border: 0
}

* {
    box-sizing: border-box;
}

img {
    border: 0 none;
    max-width: 100%;
    height: auto;
    float: left;
}

a {
    text-decoration: none;
    border: 0;
    outline: none !important;
}

ul {
    list-style: none;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

input,
select,
a,
textarea,
button {
    outline: none !important
}

a:hover,
a.active,
a:focus,
span:focus {
    text-decoration: none;
    outline: none;
}

input {
    border-radius: 0;
    box-shadow: none;
}

textarea {
    border-radius: 0;
    box-shadow: none;
}

.pad-left {
    padding-left: 0 !important;
}

.pad-right {
    padding-right: 0 !important;
}

.dropdown-menu,
.modal-content {
    border-radius: 2px;
}

:root {
    font-size: 16px;
}

/****************reset css ends here*****************/
.offers-section,
.offers-section h1,
.offers-section h2 {
    float: left;
    width: 100%
}

.offers-section {
    min-height: 720px;
}

.offers-section h1,
.offers-section h2 {
    text-align: center;
    padding-bottom: 10px;
}

.filters-1 {
    padding-top: 30px;
}

.filters-2 {
    padding-top: 2px;
}

.filter-title {
    padding-bottom: 5px;
    width: 100%
}

input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.filter-checkbox:hover input~.checkmark {
    background-color: #ccc;
}

.filter-checkbox input:checked~.checkmark {
    background-color: #2196F3;
}

.filter-checkbox input:checked~.checkmark:after {
    display: block;
}

.filter-checkbox .checkmark:after {
    left: 8px;
    top: 4px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.well .checkbox-wrapper {
    position: relative;
    margin: 10px 0;
    padding: 0 !important
}

.well .checkbox-wrapper p {
    padding-left: 35px;
    font-size: 14px;
}

.filter-inner-section .checkbox-wrapper {
    position: relative;
    margin: 10px 0;
    padding: 0 !important
}

.filter-inner-section .checkbox-wrapper p {
    padding-left: 35px;
    font-size: 14px;
}

.filter-inner-section {
    border-bottom: 1px #aaa solid;
    border-top: 1px #aaa solid;
    overflow-y: scroll;
    height: 200px;
    max-height: 200px;
    margin-bottom: 30px;
}

.explore-results-message {
    color: #333;
    padding-bottom: 20px;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
}

.offers-promo {
    border: 0;
    text-decoration: none;
    height: 148px;
    background: #fff;
    border-radius: 5px;
    display: block;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .24);
}

.offers-promo a {
    color: #333;
    padding: 0 15px;
    display: block;
    height: 100%;
}

.offers-promo .offers-title {
    font-size: 18px;
    padding-top: 8px;
}

.offers-promo p {
    font-size: 14px;
    padding-top: 8px;
}

.yellow-theme {
    border-top: 9px #fadc64 solid;
}

.yellow-theme a p {
    text-overflow: ellipsis;
    overflow: hidden;
    height: 60px !important;
}

.right-offers-section .col-lg-4,
.right-offers-section .col-xl-4 {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.offers-promo:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .24), 0 6px 40px rgba(0, 0, 0, .12);
    transition: all .3s ease-out;
}

.modal-dialog {
    margin: 0;
    width: 100%
}

.mobile-filter .modal-content {
    border: 0;
    border-radius: 0;
    padding: 20px;
}

.mobile-filter .main-filter-btn {
    background: #0092CB !important;
    border: 1px #0092CB solid;
    width: 100%;
    margin: 20px 0;
    font-weight: bold;
    font-size: 16px;
    color: #fff !important;
}

.mobile-filter .modal-content h1 {
    text-align: left;
    font-size: 20px;
    padding-bottom: 20px
}

.filter-inner-collapse-btn {
    background: #aaa;
    border: 1px #aaa solid;
    width: 100%;
    border-radius: 0;
    text-align: left;
    font-size: 16px;
    margin-top: 5px;
}

.mobile-filter .modal-footer {
    text-align: left;
    padding: 15px 0 0 0
}

.close-filter-btn {
    border: 1px #ccc solid;
    background: #ccc;
    color: #000;
    border-radius: 0;
    font-size: 16px;
    margin-bottom: 10px;
}

.apply-filter-btn {
    border: 1px #0092CB solid;
    background: #0092CB !important;
    color: #fff !important;
    border-radius: 0 !important;
    font-size: 16px;
    margin-bottom: 10px !important;
}

.mobile-filter .well {
    padding: 10px 19px;
    background: #fff
}

.filters .checkbox-wrapper label.filter-checkbox {
    position: relative;
}

.offers-section .btn-primary:not(.disabled):hover,
.offers-section .btn-primary:not(.disabled):focus {
    background: #0092CB !important;
}

.filter-inner-collapse-btn.collapsed::before {
    color: #fff;
    content: "\f0d7";
    font-family: fontawesome, sans-serif;
    float: right;
    font-size: 16px;
    transform: rotate(0deg);
}

.filter-inner-collapse-btn::before {
    color: #fff;
    content: "\f0d7";
    font-family: fontawesome, sans-serif;
    float: right;
    font-size: 16px;
    transform: rotate(180deg);
}

.no-result-found {
    margin-top: 8%;
    margin-left: 10%;
    font-size: 17px;
}

@media (max-width:480px) {
    .apply-filter-btn {
        margin-left: 0 !important;
    }

    .close-filter-btn,
    .apply-filter-btn {
        width: 100%;
    }
}

.offers-section h2 {

    font-size: 46px !important;
    font-weight: 100 !important;

}

/* FGSWRSMIG-940 - Rectangular area of Skip navigation is not properly placed for 2for1 offers page - Start */
div#skipNavigation .text-left {
    position: static;
}

div#skipNavigation .text-left a#skip-nav {
    outline-offset: unset;
}

/* FGSWRSMIG-940 - Rectangular area of Skip navigation is not properly placed for 2for1 offers page - End */

.offers-section div#sidebar.dekstop-filter.d-none,
.offers-section div#sidebar.dekstop-filter.hidden-xs {
    width: auto !important;
}

.offers-section div#sidebar>h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#sidebar.affix-top {
    position: static;
    margin-top: 30px;
    width: 228px;
}

#sidebar.affix-bottom {
    position: relative;
}

#sidebar.affix {
    position: fixed;
    top: 86px;
    width: 228px;
}

/* Start - FGSUP-1448 - The “Filter offers” functionality is broken and has UI defects */
@media screen and (max-width:767px) {
    .offer-filters .modal-content .btn.btn-primary.filter-inner-collapse-btn.sel_field {
        padding: 10px !important;
        background: #fff !important;
        border: 0;
        width: 100%;
        border-radius: 4px;
        text-align: left;
        color: #000000 !important;
        line-height: 1.3;
        display: block;
    }

    .offer-filters .modal-content .applied-filters-regions,
    .offer-filters .modal-content .applied-filters-attraction {
        padding: 5px 18px;
        margin: 0 auto;
        white-space: nowrap;
        text-align: left;
        color: #000;
        width: 90%;
        margin-left: 0;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .offer-filters .modal-content label.filter-checkbox p {
        padding: 0 0 0 35px;
        margin: 0;
    }

    .offer-filters .clear-all-filters-filterSection-mobile {
        font-size: 16px;
    }

    /* 13-2-2023 */
    .offer-filters .modal-content.all_side_padd {
        border-top: 2px #f5d83c solid;
        background-color: #061b2b;
    }

    .offer-filters .modal-content.all_side_padd .filterby {
        text-align: center;
        color: #fff;
        margin-bottom: 20px;
        padding-bottom: 0;
    }

    .offer-filters .filter-inner-collapse-btn::before {
        color: #0092cc !important;
        transform: rotate(0deg);
        transition: all 300ms ease;
    }

    .offer-filters .filter-inner-collapse-btn.turn-arrow::before {
        transform: rotate(180deg);
    }

    div#LocationFilter,
    div#RegionFilter {
        padding: 0;
    }

    div#LocationFilter .well,
    div#RegionFilter .well {
        background-color: #fff;
    }

    .offer-filters .checkmark {
        background-color: #fff;
        border: 1px solid #061b2b;
        border-radius: 4px;
    }

    .offer-filters .sel_field:not(.disabled):hover,
    .offer-filters .btn_apply:not(.disabled):focus {
        background: #fff !important;
        color: #000;
        outline: 2px solid #007cad !important;
    }

    .offer-filters .modal-content .btn {
        border-radius: 4px;
    }
}

body {
    font-size: 62.5% !important;
}

.swr-rich-text a,
.filter-title,
.filter-section-offers1 {
    font-size: 16px;
}

.filter-section-offers1 {
    width: 100%;
    float: left;
    height: 20%;
    background-color: #C7DAE7;
    margin-bottom: 2%;
    border-radius: 14%;
    text-align: center;
}

.padd_border {
    border-radius: 4px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.offers-promo img {
    margin-bottom: 10px;
    object-fit: cover;
    object-position: center;
}

.offers-promo .offers-title h3 {
    font-size: 18px !important;
    font-weight: 500;
}

.hide-offers {
    display: none
}

.height_350 {
    height: 350px !important;
}

.no_padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.load-more {
    float: right;
    display: block;
    background: #0092CB;
    border: none;
    font-size: 16px;
    padding: 10px 30px 10px 30px;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    margin-bottom: 2%;
    margin-top: 2%;
    cursor: pointer;
}

/* End - FGSUP-1448 - The “Filter offers” functionality is broken and has UI defects */

/*Bootstrap container style - start*/
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 767.98px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

/*Bootstrap container style - end*/

/*FGSWRSMIG-1381 - Left and Right Space Customize*/
.offers-section div#leftCol,
.offers-section div#mainOfferDiv {
    padding-right: 15px;
    padding-left: 15px;
}
#maincontent .row{
    margin-left: 0;
    margin-right: 0;
}
@media screen and (max-width:991.98px) {
    .offers-promo{
        height: auto !important;
    }
    .offers-promo img{
        height: auto !important;
        float: none;
        object-fit: cover;
        object-position: center;
    }
    .offers-promo a{
        height: 80px;
    }
}
@media screen and (max-width:991.98px) and (min-width: 768.98px) {
    .offers-section div#sidebar.dekstop-filter.d-none, 
    .offers-section div#sidebar.dekstop-filter.hidden-xs {
        width: 185px !important;
    }
}

/*signup form(new newsletter form) - start*/
.custom-signup-forms-wrapper .custom-signup-form .btn-secondary,
.custom-signup-forms-wrapper .subscription-confirm .btn-secondary {
    background: #007cad;
    border: 1px solid transparent;
}
/*signup form(new newsletter form) - End*/