body {
    height: 100vh;
    background: #f5f1ea;
}
.scroller {
    /*height: calc(100vh - 338px);*/
    height: calc(100vh - 105px);
    display: block;
}
.creativebox {
    height: 350px;
    overflow: hidden;
    background: #f5f5f5;
    display: none !important;
}
.creativebox .img-fluid {
    height: 230px;
    object-fit: cover;
}
#two-col-menu {
    padding: 0 10px;
}
.weather-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    padding: 0 5px;
    transition: all 0.1s ease-out;
}
.weather-box img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    margin: 0 10px;
    border-radius: 30px;
}
.weather-box h4 {
    color: #231f20;
    font-size: 16px;
    font-weight: 600;
    background: #f2f1f1;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.weather-box p {
    font-size: 12px;
}
.weather-box .time .small {
    font-size: 0.55rem;
}
.backtohome {
    max-width: 90px;
    position: absolute;
    right: 15px;
    top: 90px;
    z-index: 1;
    border-radius: 10px;
    background: #fff;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.backtohome img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-right: 5px;
    border-radius: 10px;
}
.marquee {
    height: 30px;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
}
.updateshead {
    position: absolute;
    background: #312f2f;
    color: #ffffff;
    padding: 0 15px;
    height: 30px;
    font-size: 15px;
    line-height: 28px;
    top: 0;
    bottom: 0;
    margin: 0;
    z-index: 1;
    border: 1px solid #312f2f;
}
.marquee .marquee-run {
    display: block;
    position: relative;
    width: 100%;
    line-height: 30px;
    background: #333333b8;
}
.marquee a {
    padding: 0 15px;
    color: #f2f1f1;
    font-size: 15px;
    letter-spacing: 1px;
    border-right: 2px solid #f2f1f1;
}
@keyframes marquee {
    0% {
        left: 100%;
    }
    100% {
        left: -100%;
    }
}
#search-dropdown {
    width: 100%;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border: none;
}
#search-dropdown .dropdown-header {
    padding: 0px;
}
.topnav-menu-center {
    width: 100%;
}
.navbar-custom .app-search {
    width: 20%;
    max-width: 100%;
    float: right;
}
.emirates-drop a.active {
    position: relative;
    color: #d03230;
    background: transparent;
}
.emirates-drop a.active:before {
    width: 10px;
    height: 10px;
    background: #d03230;
    border-radius: 50%;
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.special-cat-box {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    height: 60px;
    line-height: 0;
}
.btn-special-cat {
    background: linear-gradient(to left, #0090d7, #ba2c87);
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 10px;
}
@media (max-width: 991.98px) {
    .creativebox {
        display: none;
    }
    .scroller {
        height: calc(100vh - 100px);
    }
}
