header {
    position: fixed !important;
    width: 100%;
    top: 0;
    background: #fff;
}

body.scrollspy-example {
    padding-top: 242px;
}

.header1.header1_sticky {
    display: none;
}

/*bootbox*/
.bootbox-alert .modal-body {
    padding: 1.75rem;
}

.bootbox-close-button.close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 0.75rem;
    z-index: 1;
    border: 0;
    background: transparent;
    font-size: 25px;
}

/*bootbox*/
.flatpickr-day.today {
    background: #F4A5A8;
}

.sticky-logo {
    display: none;
}

.header2.sticky .sticky-logo {
    display: inline-block;
}

.header2.sticky .fa-house {
    display: none;
}

.base-logo {
    height: 80px;
}

.anchor_tag {
    text-decoration: none;
}

.action-row {
    display: none;
}

.mobile-tab-content {
    position: relative;
    border: solid 1px #eee;
}

.thumb_list {
    width: 139px;
    /*height: 200px;*/
    margin: 0 auto;
}

.w-24 {
    width: 24px;
}

.loader-otr .loader-inner {
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    z-index: 10;
    opacity: 0.8;
    top: 0;
}

.d-xl-mob {
    display: none !important;
}

.nav-dots-otr .cus-arrows {
    margin: 1px 6px 0;
    line-height: 25px;
}

.ats-slider-wrapper {
    display: none !important;
}

.adver-box {
    background-color: #eee !important;
    font-size: 15px;
    color: #777;
}

.custom-single-select2 .select2-container .select2-selection--single {
    height: 31px;
    border: 1px solid #e31e25;
}

.custom-single-select2 .select2-container .select2-selection--single .select2-selection__rendered {
    text-align: center;
    line-height: 29px;
    color: #e31e25;
}

.custom-single-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
    right: 3px;
}

.custom-single-select2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #e31e25 transparent transparent transparent;
}

.select2-results__option {
    padding: 3px 0 0 18px !important;
}

.select2-search--dropdown {
    display: none !important;
}

.storyAd::before {
    content: "Advertisement";
    display: block;
    color: #777;
    font-size: 14px;
    line-height: 16px;
    font-family: "Lato", sans-serif;
    margin-bottom: 2px;
    text-align: left;
}

.sticky-adv {
    z-index: 1;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}


@media screen and (max-width: 992px) {
    body.scrollspy-example {
        padding-top: 185px;
    }
}

@media screen and (max-width: 1180px) {
    .right-section {
        position: relative;
        background: #fff;
        padding-bottom: 48px;
    }

    .footer {
        position: relative;
        margin-top: 0 !important;
    }

    .action-row {
        display: inline-block;
    }

    .mobile-tab-content {
        position: relative;
        border: solid 1px #eee;
    }

    .action-row .next_arrow {
        background: url(../images/np_fullsize_anim.png) no-repeat 0 0;
        position: fixed;
        width: 47px;
        height: 47px;
        top: 50%;
        left: 22px;
        text-decoration: none;
        opacity: 0.5;
    }

    .action-row .prev_arrow {
        background: url(../images/np_fullsize_anim.png) no-repeat right 0;
        position: fixed;
        width: 47px;
        height: 47px;
        top: 50%;
        right: 22px;
        text-decoration: none;
        opacity: 0.5;
    }
}

@media screen and (max-width: 767px) {

    div#zoomOutButton,
    div#zoomInButton {
        display: none;
    }

    .header1.header1_sticky {
        display: none;
    }

    body.scrollspy-example {
        padding-top: 185px;
    }

    /*.header1{ position: fixed; top: 0; background: #fff; width: 100%; border-bottom: 10px solid #E31E25; z-index: 1; }	*/
    /*.header1{ min-height: 98px;}*/
    /*.header2{ position: fixed; width: 100%; z-index: 1; top: 88px; }*/
    .header2.sticky {
        top: 0;
        position: fixed;
        width: 100%;
        z-index: 1;
    }

    .header1 .logo img {
        height: 30px;
    }

    .base-logo {
        height: auto;
        width: 200px;
    }

    .text-truncate {
        overflow: hidden;
        max-width: 135px;
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle;
    }

    .header1 .logo .date-time {
        bottom: -7px;
        left: 24px;
        right: inherit;
        font-size: 12px;
    }

    .header1 .logo span {
        display: none;
    }

    .d-xl-mob {
        display: block !important;
    }

    .z-99 {
        z-index: 99;
    }

    .z-1 {
        z-index: 1;
    }

    span.date-time {
        font-size: 14px;
    }

}