﻿:root
{
    --Dubai: "Dubai W23";
    --theme-red: #c0392b;
    --black-color: #000;
    --border-radius: .375rem;
    --uni-theme: var(--black-color);
}

a, h1, h2, h3, h4, h5, h6, p
{
    color: var(--black-color);
}

.opacity1
{
    opacity: 0.5;
}

*, *::before, *::after {
    box-sizing: inherit;
}

body
{
    margin: 0;
    padding: 0;
    color: var(--black-color);
}

body, label, input, textarea, select, button
{
    font-family: var(--Dubai);
}
    /* This will make the border gray when the button is not checked. */
    input[type=radio]:not(:checked)::-ms-check
    {
        border-color: mediumspringgreen !important;
    }

    input[type=radio]::-ms-check
    {
        border-color: red !important; /* This will make the border red when the button is checked. */
        color: red !important; /* This will make the circle red when the button is checked. */
    }

input {box-shadow: none !important}
	
/*main*/
.show-en
{
    display: inline;
}

.show-ar
{
    display: none;
}

a
{
    text-decoration: none;
}

    a:hover,
    a:focus,
    a:active
    {
        color: var(--theme-red);
    }

.floating
{
    float: left;
}

.justify-content-between {
    justify-content: space-between !important;
}

.floating-inverse
{
    float: right;
}
	
/*mega menu*/
.gov-dld
{
    width: 105px;
}

.uni-logo,
.dsg-logo,
.gov-logo
{
    display: inline-block;
}
header .home_bg {
    background: rgba(255, 255, 255, 0.25);
    color: #fff !important;
}

    header .home_bg a:hover, header .home_bg i:hover, header .home_bg span:hover {
        text-decoration: none;
        color: #fff
    }

.mega-dropdown a{
	color: #fff;
}

.dda-sub-header--hidden #iconMenu i::before {color: #000;}

.navbar-light .navbar-toggler {
    color: #fff;
}

.navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-nav > .nav-item > .nav-link
{
    padding: 14px 0;
    position: relative;
    color: var(--uni-theme);
    line-height: 2;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.navbar-nav > .nav-item.active > .nav-link
{
    color: var(--theme-red)
}

.navbar-nav > .nav-item.dropdown .dropdown-menu
{
    background-color: #fff;
    border: none;
    margin: 4px 1px 0;
    min-width: 360px;
    padding: 16px 0;
    border-radius: 8px;
    box-shadow: 0 0 20px 0 rgb(183 183 183 / 30%);
    display: none;
}

    .navbar-nav > .nav-item.dropdown .dropdown-menu li > a
    {
        display: flex;
        border-radius: 8px;
        justify-content: space-between;
        align-items: center;
        padding: 8px 16px;
        text-decoration: none;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        margin: 0 16px;
        position: relative;
    }

        .navbar-nav > .nav-item.dropdown .dropdown-menu li > a:hover,
        .navbar-nav > .nav-item.dropdown .dropdown-menu li.show > a
        {
            background-color: #EDEEF1; /*rgb(0 122 53 / 10%);*/
            color: var(--theme-red);
        }

    .navbar-nav > .nav-item.dropdown .dropdown-menu:before
    {
        content: "";
        position: absolute;
        top: -5px;
        bottom: -10px;
        left: -50px;
        right: -50px;
        z-index: -1;
        background-color: transparent;
    }

.navbar-nav > .nav-item .dropdown-submenu > .dropdown-menu:before
{
    top: -50px;
    left: 0;
    z-index: -1;
}

.navbar-nav > .nav-item.dropdown .dropdown-menu li.dropdown-submenu > a:before
{
    width: 8px;
    height: 8px;
    border: solid var(--theme-red);
    border-width: 0 3px 3px 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    content: '';
    position: absolute;
    right: 15px;
    top: 40%;
}

.navbar-nav .dropdown-submenu > .dropdown-menu
{
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
    color: #fff;
}

.navbar-custom .navbar-nav a:visited
{
    color: var(--uni-theme);
}

/*buttons*/
.btn-grey
{
    background-color: #fbfbfb;
    border: none;
    color: var(--black-color) !important;
    border: 1px solid #dededf;
    box-shadow: none !important;
}

    .btn-grey:hover, .btn-grey:focus, .btn-grey:active
    {
        background-color: #fbfbfb;
        border: 1px solid #dededf;
    }

.btn_1
{
    background-color: #c0392b;
    border: none;
    color: #fff;
    transition: all 300ms ease-in;
}

    .btn_1:hover
    {
        background-color: #127335;
        color: #fff;
    }

    .btn_1:focus, .btn_1:active, .btn_1:visited, .btn_1:first-child:active, :not(.btn-check) + .btn_1:active
    {
        color: #fff;
        box-shadow: none;
        background-color: #127335;
    }

    .btn_1.disabled, .btn_1:disabled
    {
        background-color: #c0392b;
        color: #fff;
        opacity: 0.60;
        cursor: not-allowed;
    }

.btn_1_outline
{
    background-color: transparent;
    border: 1px solid var(--black-color);
    color: var(--black-color);
    min-width: 160px;
}

    .btn_1_outline:hover, .btn_1_outline:focus, .btn_1_outline:active
    {
        background-color: var(--black-color);
        border: 1px solid #0f3662;
        color: #fff;
        box-shadow: none;
    }

    .btn_1_outline.disabled, .btn_1_outline:disabled
    {
        background-color: transparent;
        border: 1px solid #0A6892;
        color: #0A6892;
        opacity: 0.60;
        cursor: not-allowed;
    }

.btn_2
{
    background-color: var(--black-color);
    border: none;
    color: #fff;
    min-width: 160px;
}

    .btn_2:hover, .btn_2:focus, .btn_2:active
    {
        background-color: var(--black-color);
        color: #fff;
        box-shadow: 0px 10px 30px rgba(7, 71, 100, 0.16);
    }

.btn_3
{
    background-color: #0A6892;
    border: none;
    color: #fff;
}

    .btn_3:hover, .btn_3:focus, .btn_3:active, .btn_3.active
    {
        background-color: #074764;
        color: #fff;
    }

.btn_ob
{
    background-color: #fff;
    border: 1px solid #fbfbfb; /*border-bottom: 1px solid var(--black-color);*/
    color: var(--black-color);
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out;
}

    .btn_ob i
    {
        color: var(--black-color);
    }

    .btn_ob:hover, .btn_ob:focus, .btn_ob:active
    {
        background-color: var(--black-color);
        border: 1px solid #0f3662;
        color: #fff;
        box-shadow: none;
    }

        .btn_ob:hover i, .btn_ob:focus i, .btn_ob:active i
        {
            color: #fff;
            background-color: var(--black-color);
            border: 1px solid #0f3662;
        }

.btn_grey
{
    background-color: #F7F7F9;
    border: 1px solid #fbfbfb;
    color: var(--black-color);
}

    .btn_grey:hover, .btn_grey:focus, .btn_grey:active, .btn_grey.active
    {
        background-color: var(--black-color);
        border: 1px solid #0f3662;
        color: #fff;
        box-shadow: none;
    }

.btn_search
{
    border-radius: 40px;
}

.search-icon
{
    position: absolute;
    right: 10px;
    bottom: 8px;
    padding: .8rem 1.5rem;
}

.btn_style1
{
    padding: .375rem 1.75rem;
}

.btn_1_showdow
{
    box-shadow: 0px 10px 30px rgba(10, 104, 146, 0.16);
}

.swiper-pagination-bullets.swiper-pagination-horizontal
{
    width: auto;
    bottom: 0;
    right: 0;
}

.dropdown-user .dropdown-toggle::after,
.dropdown-noti .dropdown-toggle::after
{
    display: none;
}

.dropdown-user .dda-sub-header__btn,
.dropdown-noti .dda-sub-header__btn
{
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: #f5f5f5;
}

.dropdown-user .dropdown-menu,
.dropdown-noti .dropdown-menu
{
    padding: 1rem;
    border-radius: 8px;
    background-color: #fff;
    border: none;
    inset: 50px 0 auto auto;
    min-width: 350px;
    border: 1px solid #dededf;
}

    .dropdown-user .dropdown-menu .ddl-title
    {
        margin-bottom: 0.5rem;
    }

        .dropdown-user .dropdown-menu .ddl-title span
        {
            font-size: 18px;
            font-weight: 600;
        }

    .dropdown-user .dropdown-menu li .dropdown-item,
    .dropdown-noti .dropdown-menu li .dropdown-item
    {
        padding: 8px 16px;
        position: relative;
        cursor: pointer;
    }

        .dropdown-user .dropdown-menu li .dropdown-item:hover,
        .dropdown-user .dropdown-menu li .dropdown-item:focus
        {
            color: var(--theme-red);
            background-color: #EDEEF1;
            border-radius: 8px;
            text-shadow: 0px 0px 1px var(--theme-red);
        }

        .dropdown-user .dropdown-menu li .dropdown-item:visited
        {
            color: #000;
        }

        .dropdown-user .dropdown-menu li .dropdown-item:before
        {
            content: '';
            width: 8px;
            height: 8px;
            border: solid var(--theme-red);
            border-width: 0 3px 3px 0;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            position: absolute;
            right: 10px;
            top: 40%;
        }

    .dropdown-user .dropdown-menu li.user-definition .dropdown-item:before
    {
        display: none;
    }

    .dropdown-user .dropdown-menu li.user-definition .dropdown-item,
    .dropdown-noti .dropdown-menu li.user-definition .dropdown-item
    {
        text-align: center;
        color: var(--theme-red);
        background-color: #EDEEF1;
        border-radius: 8px;
        text-shadow: 0px 0px 1px var(--theme-red);
    }

    .dropdown-noti .dropdown-menu li .dropdown-item-content + .dropdown-item-content
    {
        border-top: 1px solid #dededf;
        display: inline-block;
        margin-top: 0.5rem;
        padding-top: 0.5rem;
    }

.icon-notification-bell
{
    background-image: url(../assets/images/notification_bell.html);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
}

.swiper-container
{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.swiper-slide
{
    text-align: center;
    background: #000;
}

.mobile-search-icon
{
    display: none;
}

.dubai-logo-white,
.uni-logo-white
{
    display: none;
}

.mx-height-inherit
{
    max-height: inherit !important;
}

.line-clamp-3
{
    -webkit-line-clamp: 3 !important;
}

.line-clamp-inherit
{
    -webkit-line-clamp: inherit !important;
}
/*end main*/

.uni-icon-md
{
    font-size: 24px;
}


.sticky-footer-left a,
.sticky-footer-right a,
.sticky-footer-right .chat-fab-link
{
    border-right: 1px solid #e8e8e8;
    padding-left: 12px;
    padding-right: 12px;
}

.sticky-footer-text
{
    margin-left: 10px;
	color: var(--theme-red);
}

.sticky-footer-left a:first-child
{
    padding-left: 0;
}

.sticky-footer-right a:last-child,
.sticky-footer-right .chat-fab-link
{
    padding-right: 0;
}

.sticky-footer-left a:last-child,
.sticky-footer-right a:last-child,
.sticky-footer-right .chat-fab-link
{
    border-right: none
}

.dda-main-header
{
    height: 100px;
    padding: 24px 0;
    width: 100%;
    z-index: 1;
    background-color: transparent;
    position: sticky; /*margin-bottom:60px;*/
}

.uni-main-header__logo
{
    width: 100%;
    object-fit: contain;
    height: 52px;
}

.uni-main-header__gov-logo
{
    width: 100%;
    object-fit: contain;
    max-width: 210px;
}

.dda-sub-header
{
    position: absolute;
    top: 100px;
    width: 100%;
    transition: top 0.3s;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 10px 15px 0 rgba(0, 0, 0, 0.10);
}

.sub-nav-position
{
    top: 20px;
}

.dda-sub-header__actions
{
    display: flex;
}

.btn-mic
{
    position: absolute;
    right: 8px;
    top: 8px;
    opacity: 0;
    background-color: #f5f5f5;
    border: none;
    z-index: -1;
}

.dda-sub-header__actions .search .search__input
{
    width: 100px;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.dda-sub-header__btn
{
    width: 41px;
    height: 41px;
    margin-left: 16px;
    cursor: pointer;
    border: none;
    background-color: #f5f5f5;
}

.dda-sub-header__locale,
.dropdown-user .dropdown-toggle
{
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    width: unset;
    padding: 0 16px;
    border-radius: 20px !important;
}

    .dropdown-user .dropdown-toggle .sr-only
    {
        font-size: 14px;
        width: unset;
        position: relative;
        height: unset;
        clip: inherit;
        margin-left: 10px;
    }

.icon-account
{
    font-size: 18px;
}

.dda-sub-header__actions .search
{
    position: relative;
}

    .dda-sub-header__actions .search .icon-search
    {
        position: absolute;
        left: 24px;
        top: 10px;
    }

    .dda-sub-header__actions .search .search__input, .uni-side-nav .search .search__input
    {
        height: 40px;
        text-indent: 10px;
        background-color: #f5f5f5;
        border: none;
        border-radius: 50px;
        margin-left: 16px;
        padding-left: 24px;
        padding-right: 12px;
    }

        .dda-sub-header__actions .search .search__input::placeholder, .uni-side-nav .search .search__input::placeholder
        { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: var(--black-color);
            opacity: 1; /* Firefox */
        }

.icon-chat,
.icon-happiness, .icon-apps,
.dda-sub-header__locale:hover,
.accessBtn:hover .icon-accessibility,
.dropdown-user:hover .icon-account
{
    color: var(--theme-red);
}

.icon-location
{
    position: relative;
    left: 4px;
}

.accessBtn
{
    padding: 0;
}

.accessibility-wheel-chair
{
    background-image: url(../assets/images/icon-wheel-chair.html);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.uni-head-section
{
    width: 100%;
    position: sticky;
    z-index: 2;
    top: 0;
    min-height: 160px;
}

.service-name,
.service-description
{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 300ms linear;
}

.service-name
{
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.service-description
{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.07px;
    -webkit-line-clamp: 2;
}

.service-icon
{
    min-width: 44px;
    min-height: 60px;
    max-width: 44px;
    max-height: 60px;
    display: flex;
    align-items: center;
}

.most-used-services .service-box .service-icon i
{
    width: 100%;
    height: 40px;
    display: inline-flex;
    background-position: center;
    transition: all 300ms ease-in-out;
    background-repeat: no-repeat;
}

.uni-logo-for-mobile.dg
{
    display: none;
}

/*home.css*/
.uni-banner-wrapper
{
    height: 100vh;
    /* top: -160px; */
    position: relative;
    overflow: hidden;
	background-color: #000;
}

.uni-head-section {
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.40) 63.02%, rgba(0, 0, 0, 0.00) 100%); */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 54.5%, rgba(0, 0, 0, 0.24) 68.47%, rgba(0, 0, 0, 0.08) 80.21%, rgba(0, 0, 0, 0.02) 88.19%, rgba(0, 0, 0, 0.01) 93.95%, rgba(0, 0, 0, 0) 100%) !important;
}

.dda-sub-header
{
    background-color: transparent;
}

.dda-sub-header__actions .search
{
    background-color: transparent;
}

.most-used-services .service-box .service-icon i
{
   /* filter: invert(70%) sepia(31%) saturate(0%) hue-rotate(151deg) brightness(100%) contrast(95%);*/
}

.most-used-services .service-box:hover .service-icon i {
    /* filter: invert(100%) sepia(0%) saturate(900%) hue-rotate(228deg) brightness(95%) contrast(95%); */
    filter: invert(70%) sepia(31%) saturate(0%) hue-rotate(151deg) brightness(100%) contrast(95%);
}

.h-banner-control
{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    margin: 0 auto;
    bottom: 260px;
    max-width: 200px;
    left: 0;
    right: 0;
}

.btn-slide-control
{
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: none;
    display: inline-flex;
    position: relative;
    z-index: 13;
    padding: 0;
    margin: 0 10px 0 0;
}

    .btn-slide-control .icon-play
    {
        background: url(../images/icon-play.svg), none;
        background-repeat: no-repeat;
        width: 25px;
        height: 25px;
        position: relative;
    }

.h-banner-control .swiper-pagination
{
    position: relative;
}

.h-banner-control .swiper-pagination-bullet
{
    background-color: #fff;
    width: 6px;
    height: 6px;
    opacity: .7;
}

    .h-banner-control .swiper-pagination-bullet.swiper-pagination-bullet-active
    {
        opacity: 1;
    }

.h-banner-control .swiper-button-next,
.h-banner-control .swiper-button-prev
{
    background-color: transparent;
    color: #fff;
    width: auto;
    height: auto;
    top: 29px;
}

    .h-banner-control .swiper-button-next:after,
    .h-banner-control .swiper-button-prev:after
    {
        font-size: 12px;
    }


.uni-home-banner .swiper-slide
{
    display: flex;
    align-items: flex-end;
    padding: 175px 0 320px 0;
	/*padding: 175px 0 420px 0;*/
}

    .uni-home-banner .swiper-slide:before
    {
        content: '';
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 9.98%, rgba(0, 0, 0, 0.40) 66.71%, rgba(0, 0, 0, 0.00) 100%);
        height: 595px;
        display: flex;
        width: 100%;
        position: absolute;
        bottom: 0;
    }

.dda-sub-header
{
    box-shadow: none;
}

.navbar-nav > .nav-item.dropdown .dropdown-menu li > a
{
    color: #000;
}

.dda-sub-header__actions .search .search__input,
.uni-side-nav .search .search__input,
.dda-sub-header__btn,
.dropdown-user .dda-sub-header__btn,
.dropdown-noti .dda-sub-header__btn
{
    background-color: rgba(0, 0, 0, 0.04);
}

    .dda-sub-header__actions .search .search__input::placeholder
    {
        color: #fff;
    }

    .dda-sub-header__actions .search .search__input:-ms-input-placeholder
    {
        color: #fff;
    }

    .dda-sub-header__actions .search .search__input::-ms-input-placeholder
    {
        color: #fff;
    }

    .dda-sub-header__actions .search .search__input:focus
    {
        width: 200px;
        outline: none;
        box-shadow: 0 0 0 0.125rem var(--theme-red);
    }

    .dda-sub-header__actions .search .search__input:focus
    {
        box-shadow: 0 0 0 0.125rem #fff;
    }

.btn-mic
{
    background-color: transparent;
    color: #fff;
}

.icon-notification-bell
{
    background-image: url(../images/notification_bell_white.html);
}

.accessibility-wheel-chair
{
    background-image: url(../images/icon-wheel-chair-white.html);
}

.navbar-light .navbar-toggler
{
    color: #fff;
    outline: none !important;
    box-shadow: none !important;
}

[dir="rtl"] .slide-content
{
    display: flex;
    flex-direction: column;
    align-items: self-start;
    position: relative;
    justify-content: center;
    text-align: right;
    width: 100%;
}
.slide-content
{
    display: flex;
    flex-direction: column;
    align-items: self-start;
    position: relative;
    justify-content: center;
    text-align: left;
    width: 100%;
}

    .slide-content .slide-title
    {
        display: flex;
        color: #fff;
        font-size: 28px;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: -0.36px;
        margin-bottom: 10px;
    }

    .slide-content .slide-sub
    {
        color: #fff;
        max-width: 750px;
        margin-bottom: 27px;
        align-self: stretch;
        font-weight: normal;
    }

.uni-service-card-inner {
    position: absolute;
    /* z-index: 1;*/
    height: auto;
    bottom: 40px;
    padding-left: 1rem;
    padding-right: 1rem;
    left: 0;
    right: 0;
}

[dir="rtl"] .most-used-services .service-box
{
    text-align: right;
 }
.most-used-services .service-box
{
    display: flex;
    width: 208px !important;
    height: 172px;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    border-radius: 16px;
    background: #FFF;
    flex-shrink: 0;
    text-align: left;
    animation-duration: 400ms;
    transition: all 400ms cubic-bezier(0.20, 0, 0.35, 0.99);
    cursor: pointer;
}

.most-used-services a:hover {text-decoration:none}

.mouse
{
    width: 16px;
    height: 24px;
    border-radius: 8px;
    border: 2px solid #fff;
    opacity: .6;
    position: absolute;
    top: 40px;
    z-index: 1;
    padding: 2px;
}

    .mouse:before, .mouse:after
    {
        content: "";
        display: block;
        position: absolute;
    }

.mouse-1:before
{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 0px;
    left: calc(50% - 3px);
    background: #fff;
    -webkit-animation: m-1-ball 2s cubic-bezier(0.54, 0, 0.15, 0.98) infinite;
    animation: m-1-ball 2s cubic-bezier(0.54, 0, 0.15, 0.98) infinite;
}
@-webkit-keyframes m-1-ball
{
    0%, 65%, 100%
    {
        opacity: 0;
    }

    10%, 40%
    {
        opacity: 1;
    }

    0%
    {
        transform: translateY(5px) scale(0.7);
    }

    5%
    {
        transform: scale(0.7);
    }

    15%, 100%
    {
        transform: scale(1);
    }

    45%, 65%
    {
        transform: translateY(14px) scale(0.7);
    }
}

@keyframes m-1-ball
{
    0%, 65%, 100%
    {
        opacity: 0;
    }

    10%, 40%
    {
        opacity: 1;
    }

    0%
    {
        transform: translateY(5px) scale(0.7);
    }

    5%
    {
        transform: scale(0.7);
    }

    15%, 100%
    {
        transform: scale(1);
    }

    45%, 65%
    {
        transform: translateY(14px) scale(0.7);
    }
}
.slide-cta {
    padding: 0.75rem 1.5rem !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    color: #fff !important;
    background-color: #c0392b !important;
    transition: all 300ms ease-in !important;
}

    .slide-cta:hover, .slide-cta:focus, .slide-cta:active, .slide-cta:focus-visible, :not(.btn-check) + .slide-cta.btn:active {
        background-color: rgba(255, 255, 255, 0.70);
        color: #000;
        border-color: #1a1a1a;
    }

.slide-cta-link
{
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 700;
    color: #fff !important;
    text-decoration: none !important;
    border: none;
}

    .slide-cta-link:hover, .slide-cta-link:focus, .slide-cta-link:active
    {
        background-color: #c0392b;
        color: #fff;
        transition: all 300ms ease-in;
    }

.menu-open .dda-sub-header
{
    z-index: 2;
}

.scroll-move .dda-sub-header
{
    box-shadow: 0px 10px 15px 0 rgba(0, 0, 0, 0.10);
}

.scroll-move .dubai-logo-black,
.scroll-move .uni-logo-default
{
    display: inline-block;
}

.scroll-move .dubai-logo-white,
.scroll-move .uni-logo-white
{
    display: none;
}

.scroll-move .dda-sub-header__actions a, .scroll-move .dda-sub-header__actions a:visited, .scroll-move .dda-sub-header__actions a:hover, .scroll-move .dda-sub-header__actions span:hover, .scroll-move .dda-sub-header__actions i.icon-accessibility,
.scroll-move .dda-sub-header__navbar .menu > ul > li.link > a 
{
    color: #000 !important;
}

.scroll-move .navbar-nav > .nav-item > .nav-link,
.scroll-move .navbar-custom .navbar-nav a:visited,
.scroll-move .navbar-nav > .nav-item.active > .nav-link,
.scroll-move .dda-sub-header__actions .search .icon-search,
.scroll-move .dda-sub-header__actions .search .search__input,
.scroll-move .dda-sub-header__locale,
.scroll-move .dda-sub-header__locale:hover,
.scroll-move .dropdown-user .dropdown-toggle,
.scroll-move .dropdown-user:hover .icon-account,
.scroll-move .navbar-light .navbar-toggler
{
    color: #000 !important;
}

.scroll-move .navbar-nav > .nav-item.dropdown .dropdown-menu li > a
{
    color: #000;
}

.scroll-move .dda-sub-header__actions .search .search__input::placeholder
{
    color: #000;
}

.scroll-move .dda-sub-header__actions .search .search__input:-ms-input-placeholder
{
    color: #000;
}

.scroll-move .dda-sub-header__actions .search .search__input::-ms-input-placeholder
{
    color: #000;
}

.scroll-move .dda-sub-header__actions .search .search__input:focus
{
    box-shadow: 0 0 0 0.125rem var(--theme-red);
}

.scroll-move .btn-mic
{
    background-color: #f5f5f5;
    color: #000;
}

.scroll-move .icon-notification-bell
{
    background-image: url(../images/notification_bell.html);
}

.scroll-move .accessibility-wheel-chair
{
    background-image: url(../images/icon-wheel-chair.html);
}

#servicesPanelContainer
{
    margin-top: -135px;
}
/*start Responsive*/
@media(min-width:575px)
{
    .dda-sub-header__actions .search .icon-search,
    .dda-sub-header__actions .search .search__input,
    .dda-sub-header__locale,
    .dda-sub-header__locale:hover,
    .dropdown-user .dropdown-toggle,
    .dropdown-user:hover .icon-account
    {
        color: #fff;
    }

    .most-used-services
    { /*gap: 8px; padding-left: 1rem; padding-right: 1rem*/
    }

    .slide-sub-m2
    {
        display: none;
    }
}

@media(min-width:576px)
{
    .search-ddl-mobile .dropdown-menu
    {
        display: inline-flex;
        border: none;
        min-width: inherit;
        padding: 0;
        position: relative !important;
        z-index: inherit;
    }
}

@media(min-width:1025px)
{
    .most-used-services
    {
        flex-direction: row;
        justify-content: center;
    }

        .most-used-services .service-box:hover
        {
            transform: translateY(-28px);
            box-shadow: 0px 8px 120px rgba(48, 48, 52, 0.70);
            z-index: 1;
        }

    .uni-service-card-inner
    { /*bottom:40px;*/
        padding-top: 40px;
        overflow: visible;
    }
}

@media(min-width:1200px)
{
    

    .scroll-move .navbar-nav > .nav-item:hover .nav-link::after,
    .scroll-move .navbar-nav > .nav-item.active .nav-link:after
    {
        background-color: var(--theme-red);
    }

    .navbar-nav > .nav-item > .nav-link,
    .navbar-custom .navbar-nav a:visited,
    .navbar-nav > .nav-item.active > .nav-link
    {
        color: #fff;
    }

    .myddl-dashboard .my-property .card .card-body
    {
        padding: 1.25rem;
    }

    .navbar-header
    {
        display: none;
    }

    .navbar-custom
    {
        padding: 0;
        flex-direction: row-reverse;
    }

        .navbar-custom .navbar-nav > .nav-item:hover > .dropdown-menu,
        .navbar-custom .navbar-nav .dropdown-submenu:hover > .dropdown-menu
        {
            display: block;
        }

    .navbar-nav > .nav-item:hover .nav-link::after,
    .navbar-nav > .nav-item.active .nav-link:after
    {
        content: '';
        display: block;
        width: 100%;
        height: 5px;
        background-color: var(--theme-red);
        border-top-right-radius: 0.5rem;
        border-top-left-radius: 0.5rem;
        border: none;
        margin: 0;
        position: absolute;
        bottom: 0px;
    }
    .navbar-nav > .nav-item:hover .nav-link::after,
    .navbar-nav > .nav-item.active .nav-link:after
    {
        background-color: #fff;
    }

    .collapse .navbar-nav > .nav-item
    {
        margin: 0 12px;
    }

        .collapse .navbar-nav > .nav-item:nth-child(2)
        {
            margin-left: 0;
        }
}

@media(min-width:1400px)
{
    .slide-content
    {
        max-width: 1320px;
    }

        .slide-content .slide-sub
        {
            font-size: 24px;
            line-height: 32px;
        }
}

@media (max-width: 1199px)
{
    [dir="rtl"] .menu-container .navbar-collapse.collapsing,
    .menu-container .navbar-collapse.collapse
    {
        background-color: #fff;
        width: 100%;
        max-width: 360px;
        overflow-y: auto;
        padding: 5rem 0 12rem 1rem;
        height: 100vh;
        position: fixed;
        top: 0;
        right: 0;
        transform: translate(0,-100%);
        transition: transform 200ms ease 0s;
    }
	
	.menu-container .navbar-collapse.collapsing,
    .menu-container .navbar-collapse.collapse
    {
        background-color: #fff;
        width: 100%;
        max-width: 360px;
        overflow-y: auto;
        padding: 5rem 1rem 12rem;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        transform: translate(-100%, 0);
        transition: transform 200ms ease 0s;
    }
	

        .menu-container .navbar-collapse.collapse.show
        {
            transform: translate(0px, 0);
        }

    .mobile-menu-title
    {
        margin: 0 0.925rem 0;
        padding-top: 1rem;
    }

    .navbar-nav > .nav-item > .nav-link
    {
        padding: 5px 0;
        border-bottom: 1px solid #dededf;
    }

        .navbar-nav > .nav-item.active > .nav-link,
        .navbar-nav > .nav-item > .nav-link.show
        {
            border-bottom: 1px solid var(--theme-red);
        }

    .navbar-nav > .nav-item.dropdown .dropdown-menu:before,
    .navbar-nav > .nav-item .dropdown-submenu > .dropdown-menu:before,
    .navbar-nav.nav > .nav-item.active .nav-link:after
    {
        display: none;
    }

    .navbar-nav > .nav-item.dropdown .dropdown-menu
    {
        width: 100%;
        margin: 0;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        min-width: inherit;
    }

    .navbar-nav > .nav-item.dropdown > .dropdown-menu.show,
    .navbar-nav .dropdown-submenu .dropdown-menu.show
    {
        display: block;
    }

    .navbar-nav > .nav-item.dropdown .dropdown-menu li > a
    {
        margin: 0;
        border-radius: 0;
        border-bottom: 1px solid #dededf;
    }

        .navbar-nav > .nav-item.dropdown .dropdown-menu li.show > a,
        .navbar-nav > .nav-item.dropdown .dropdown-menu li > a:hover
        {
            background-color: #fff !important;
            border-bottom: 1px solid var(--theme-red);
        }

    .navbar-nav > .nav-item .dropdown-submenu > .dropdown-menu li a
    {
        padding: 10px 15px 10px 30px;
    }

    .navbar-nav > .nav-item.dropdown .dropdown-menu li.dropdown-submenu > a:before
    {
        right: 5px;
    }


	.navbar-nav > .nav-item.dropdown > .nav-link:after,
    .navbar-nav > .nav-item.dropdown:hover .nav-link::after,
    .navbar-nav > .nav-item.dropdown.active .nav-link:after
    {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        border: solid var(--theme-red);
        border-width: 0 3px 3px 0;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        /* right: 5px;*/
        top: 40%;
        display: inline-block;
        background-color: transparent;
        border-radius: 0;
    }

	[dir="rtl"] .navbar-nav > .nav-item.dropdown > .nav-link:after,
    [dir="rtl"] .navbar-nav > .nav-item.dropdown:hover .nav-link::after,
    [dir="rtl"] .navbar-nav > .nav-item.dropdown.active .nav-link:after
    {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        border: solid var(--theme-red);
        border-width: 0 3px 3px 0;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        left: 5px;
        top: 40%;
        display: inline-block;
        background-color: transparent;
        border-radius: 0;
    }

    .navbar-nav > .nav-item.dropdown > .nav-link.show:after,
    .navbar-nav > .nav-item.dropdown:hover .nav-link.show::after,
    .navbar-nav > .nav-item.dropdown.active .nav-link.show:after,
    .navbar-nav > .nav-item.dropdown .dropdown-menu li.dropdown-submenu > a.show:before
    {
        border-width: 0 0 3px 3px;
    }

    .dropdown-user .dropdown-menu
    {
        position: absolute;
    }

    .navbar-header-wrapper
    {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .right-mnu
    {
        flex-direction: row;
    }

    .navbar-toggler[aria-expanded="true"] .icon-menu
    {
        align-items: center;
        display: flex;
        padding: .5rem;
        position: relative;
        background-image: url(../images/icon-close.html);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 60%;
        width: 24px;
        height: 24px;
    }

        .navbar-toggler[aria-expanded="true"] .icon-menu:before
        {
            display: none;
        }

    .navbar-custom .navbar-collapse::-webkit-scrollbar
    {
        width: 8px;
    }

    .navbar-custom .navbar-collapse::-webkit-scrollbar-track
    {
        background: #FAFAFA;
        box-shadow: inset 1px 0px 0px #E8E8E8, inset -1px 0px 0px #F0F0F0;
    }

    .navbar-custom .navbar-collapse::-webkit-scrollbar-thumb
    {
        background: #7F7F7F;
    }

        .navbar-custom .navbar-collapse::-webkit-scrollbar-thumb:hover
        {
            background: #5f5f5f;
        }

    .menu-container .navbar-collapse.collapse.show .navbar-toggler
    {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .dropdown-noti .dropdown-menu
    {
        position: absolute;
        inset: 50px auto auto -100px;
    }
}

@media(max-width: 1023px)
{
    .dda-main-header
    {
        margin-bottom: 0;
    }

    .uni-head-section
    {
        min-height: 72px;
    }
}

@media (max-width: 992px)
{
    .nav-item.nav-item-notification
    {
        position: relative;
    }

        .nav-item.nav-item-notification > .nav-link .red-dot
        {
            top: 0;
        }

    .navigation-mobile-view .right-mnu li.nav-item-notification .nav-link:after
    {
        position: absolute;
        content: "";
        border-right: 1px solid #ffffff;
        right: 0;
        width: 1px;
        height: 14px;
        top: 4px;
    }

    .widge-04
    {
        margin: 0 1rem;
    }
	
	.Columns4 > .Column {
    width: 50% !important;
	}	
}

@media (max-width: 991px)
{
    .myddl-dashboard .my-property .card, .quick-action .card
    {
        margin-bottom: 1.5rem;
    }

    .uni-footer
    {
        height: auto;
        padding: 1rem 4px 1rem;
        background-color: transparent;
        box-shadow: none;
    }

        .uni-footer span
        {
            display: none;
        }

    .sticky-footer-left a,
    .sticky-footer-right a,
    .sticky-footer-right .chat-fab-link
    {
        width: 48px;
        height: 48px;
        background-color: #fff;
        border-radius: 100%;
        box-shadow: 0 0 20px 0 rgb(183 183 183 / 30%);
        padding: 0;
    }
	.Columns4 > .Column {
    width: 50% !important;
	}	

	.uni-service-card-inner {
    bottom: 100px!important;
    }
	.most-used-services .service-box
    {
    width: 175px !important;
    }
	
}

@media (max-width: 768px)
{
    .dda-main-header
    {
        margin-bottom: 60px;
    }
	
	.Columns4 > .Column {
    width: 50% !important;
	}	
}

@media (max-width: 576px)
{
    .container, .containerUni
    {
        max-width: 540px;
    }

    .uni-footer .container
    {
        padding-left: 0;
        padding-right: 0;
    }

    .uni-footer__section
    {
        width: 50px;
    }

    .uni-footer__icon-wrapper
    {
        width: 50px;
    }

    .dda-main-header
    {
        display: none;
    }

    .dda-sub-header
    {
        top: 0;
    }

    .menu-open .sub-nav-position-m
    {
        top: 0;
    }

    .uni-main-header__logo
    {
        height: 40px;
    }

    .uni-logo-for-mobile.dg
    {
        background-color: #fff;
        padding: 0 1rem .5rem;
        align-items: center;
        justify-content: center;
        margin-top: auto;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .menu-container, .navbar-custom
    {
        padding: 0;
    }

        .menu-container .navbar-collapse.collapse.show + .uni-logo-for-mobile.dg
        {
            display: flex !important;
            box-shadow: 0px -2px 6px rgb(0 0 0 / 5%);
        }

    .uni-logo-for-mobile.dg .uni-main-header__gov-logo
    {
        height: 45px;
    }

    .dda-main-header
    {
        margin-bottom: -20px;
    }

    .search-ddl-mobile .dropdown-menu
    {
        position: fixed;
        top: 72px;
        left: 0;
        width: 100%;
        background-color: #fbfbfb;
        padding: 0.5rem 0;
        transition: all 0.7s ease 0s;
        margin: 0;
        border-radius: 0;
        border: none;
        display: none;
    }

        .search-ddl-mobile .dropdown-menu.show
        {
            display: flex;
        }

        .search-ddl-mobile .dropdown-menu form
        {
            width: 100%;
            align-items: center;
            justify-content: center;
            position: relative;
            padding: 0 1rem;
        }

            .search-ddl-mobile .dropdown-menu form .search__input
            {
                width: 100% !important;
                border-radius: 4px;
                margin: 0 !important;
            }

    .search-ddl-mobile.search-ddl-mobile.dropdown.dda-sub-header__actions
    {
        position: inherit;
    }

    .autocomplete-suggestions
    {
        min-width: inherit;
    }

    .mobile-search-icon
    {
        border: none;
        background-color: transparent;
        display: flex;
        padding: 0.5rem;
        display: inline-flex;
    }

        .mobile-search-icon.dropdown-toggle::after
        {
            display: none;
        }

        .mobile-search-icon i
        {
            position: inherit;
            color: #fff;
        }

    .navbar-header-wrapper
    {
        padding: 1rem;
        z-index: 1;
    }

    .navbar-nav > .nav-item > .nav-link,
    .navbar-nav > .nav-item.dropdown .dropdown-menu li > a,
    .navbar-nav > .nav-item .dropdown-submenu > .dropdown-menu li a
    {
        margin: 0 1rem;
    }

    .dropdown-user .dropdown-menu
    {
        position: fixed;
    }

    .mobile-menu-title
    {
        font-weight: 600;
    }

    .quick-link-mobile
    {
        list-style: none;
        padding: 0;
        margin-top: 1rem;
        z-index: 1;
    }

        .quick-link-mobile .accessibility-wheel-chair
        {
            background-image: url(../images/icon-wheel-chair.html);
        }

        .quick-link-mobile .dropdown .btn
        {
            display: flex;
            align-items: center;
            position: relative;
            background-color: #f5f5f5;
            height: 41px;
        }

            .quick-link-mobile .dropdown .btn:before
            {
                content: "\e901";
                font-family: 'icomoon' !important;
                speak: never;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                font-size: 18px;
                margin-right: 10px;
            }

        .quick-link-mobile .dropdown.dropdown-user .btn:after
        {
            display: none;
        }

        .quick-link-mobile .nav-item .dda-sub-header__btn
        {
            margin: 0;
        }

        .quick-link-mobile > .nav-item > a
        {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin: 0 15px;
        }

    .dropdown-user .dropdown-menu
    {
        top: auto;
        bottom: 110px;
        margin-bottom: 0.5rem;
        min-width: inherit;
        left: 10px;
        right: 10px;
    }

    .quick-link-mobile .dropdown .dropdown-menu .ddl-title
    {
        font-weight: 600;
    }

    .quick-link-mobile .user-definition
    {
        margin-top: -1px;
    }

    .quick-link-mobile .dropdown .btn.show:after
    {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 72px;
        left: 0;
        right: auto;
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
        background-color: rgba(0, 0, 0, 0.5);
        opacity: .9;
        z-index: -1;
        border: none !important;
        margin: 0;
    }

    .btn-mic
    {
        right: 25px;
        z-index: 0;
        opacity: 1;
    }

    .menu-container .navbar-collapse.collapse.show .navbar-toggler
    {
        display: none;
    }

    .menu-container .navbar-collapse.collapsing, .menu-container .navbar-collapse.collapse
    {
        max-width: inherit;
        box-shadow: inset 0px 6px 6px rgb(0 0 0 / 5%);
        padding-left: 0;
        padding-right: 0;
    }

    .service-name
    {
        -webkit-line-clamp: 2;
    }

    .service-description
    {
        -webkit-line-clamp: 1;
    }

    .scroll-move .mobile-search-icon i
    {
        color: #000;
    }

    .menu-open .uni-logo-default
    {
        display: inline-block;
        transition: all 300ms ease-in-out;
    }

    .menu-open .uni-logo-white
    {
        display: none;
    }
	
	.Columns4 > .Column {
    width: 100% !important;
	}

.uni-home-banner .swiper-slide
{
    display: flex;
    align-items: flex-end;
	padding: 175px 0 420px 0;
}
	
}
@media (resolution: 1.25dppx)
{
    .slide-content .slide-sub
    {
        font-size: 16px;
        line-height: normal;
    }
}
    /*end Responsive*/


/* Mirge DDA */






/* This will make the border gray when the button is not checked. */
input[type=radio]:not(:checked)::-ms-check {
  border-color: #c0392b !important; }

input[type=radio]::-ms-check {
  border-color: red !important;
  /* This will make the border red when the button is checked. */
  color: red !important;
  /* This will make the circle red when the button is checked. */ }

.visually-hidden {
  display: none; }




/* Visibility generators*/

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: unset;}

@media screen and (max-width: 576px) {
  .hide-sm {
    display: none !important; }
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: unset;
	}
}

@media screen and (max-width: 768px) {
  .hide-md, .uni-logo-white-small {
    display: none !important; }
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: unset;
	}
.uni-logo-white-small {
    display: block !important;
}	
}

@media screen and (max-width: 992px) {
  .hide-lg {
    display: none !important; }
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: unset;
	}
}	

@media screen and (min-width: 992px) {
  .hide-xl {
    display: none !important; }
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: unset;
	}
}	

@media screen and (max-width: 576px) {
  .visible-sm {
    display: block !important; }
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: unset;
	}
}	

@media screen and (max-width: 768px) {
  .visible-md {
    display: block !important; }
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: unset;
	}
}	

@media screen and (max-width: 992px) {
  .visible-lg {
    display: block !important; }
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: unset;
	}
}	

@media screen and (min-width: 992px) {
  .visible-xl {
    display: block !important; }
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: unset;
	}
}	


.w-100 {
  width: 100%; }

.height-100 {
  height: 100%; }

body, label, input, textarea, select, button {
  font-family: "Dubai W23"; }

.text-h1 {
  font-size: calc(30px + 6 * ((100vw - 576px) / 192));
  font-weight: bold;
  line-height: 0.56; }
  @media screen and (max-width: 576px) {
    .text-h1 {
      font-size: 30px; } }
  @media screen and (min-width: 768px) {
    .text-h1 {
      font-size: 36px; } }

.text-h2 {
  font-size: calc(30px + 0 * ((100vw - 576px) / 192));
  font-weight: bold;
  line-height: 0.67; }
  @media screen and (max-width: 576px) {
    .text-h2 {
      font-size: 30px; } }
  @media screen and (min-width: 768px) {
    .text-h2 {
      font-size: 30px; } }

.text-h3 {
  font-size: calc(24px + 0 * ((100vw - 576px) / 192));
  font-weight: bold;
  line-height: 0.83; }
  @media screen and (max-width: 576px) {
    .text-h3 {
      font-size: 24px; } }
  @media screen and (min-width: 768px) {
    .text-h3 {
      font-size: 24px; } }

.text-h4 {
  font-size: calc(20px + 0 * ((100vw - 576px) / 192));
  font-weight: 500;
  line-height: 1; }
  @media screen and (max-width: 576px) {
    .text-h4 {
      font-size: 20px; } }
  @media screen and (min-width: 768px) {
    .text-h4 {
      font-size: 20px; } }

.text-h5 {
  font-size: calc(18px + 0 * ((100vw - 576px) / 192));
  font-weight: 500;
  line-height: 1.11; }
  @media screen and (max-width: 576px) {
    .text-h5 {
      font-size: 18px; } }
  @media screen and (min-width: 768px) {
    .text-h5 {
      font-size: 18px; } }

.text-h6 {
  font-size: calc(16px + 0 * ((100vw - 576px) / 192));
  font-weight: normal;
  line-height: 1.25; }
  @media screen and (max-width: 576px) {
    .text-h6 {
      font-size: 16px; } }
  @media screen and (min-width: 768px) {
    .text-h6 {
      font-size: 16px; } }

.text-body-1 {
  font-size: calc(14px + 0 * ((100vw - 576px) / 192));
  font-weight: normal;
  line-height: 1.43; }
  @media screen and (max-width: 576px) {
    .text-body-1 {
      font-size: 14px; } }
  @media screen and (min-width: 768px) {
    .text-body-1 {
      font-size: 14px; } }

.text-body-2 {
  font-size: calc(13px + 0 * ((100vw - 576px) / 192));
  font-weight: normal; }
  @media screen and (max-width: 576px) {
    .text-body-2 {
      font-size: 13px; } }
  @media screen and (min-width: 768px) {
    .text-body-2 {
      font-size: 13px; } }

.text-caption {
  font-size: calc(12px + 0 * ((100vw - 576px) / 192));
  font-weight: normal;
  line-height: 1.67; }
  @media screen and (max-width: 576px) {
    .text-caption {
      font-size: 12px; } }
  @media screen and (min-width: 768px) {
    .text-caption {
      font-size: 12px; } }

.dda-footer {
  transition: bottom 0.3s;
  height: 60px;
  position: fixed;
  bottom: 0;
  width: 100%;
  backdrop-filter: none;
  box-shadow: none;
  /*backdrop-filter: blur(8px);
  box-shadow: 0px -4px 20px 4px rgba(0, 0, 0, 0.16);*/
 }
 
.dda-footer--hidden {
    bottom: -100px;
}

/*.footer-position{bottom: -60px;}*/

  @media screen and (max-width: 992px) {
    .dda-footer {
      height: 100px;
      padding: 24px 0; }
      .dda-footer.white {
        background: none; } }
  @media screen and (max-width: 768px) {
    .dda-footer {
      padding: 24px; } }
  .dda-footer__section-btn {
    border: 0;
    background: none;
    width: 64px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out; }
    .dda-footer__section-btn:hover {
      transform: translateY(-2px); }

    @media screen and (max-width: 992px) {
      .dda-footer__section-btn {
        background: #fff;
        border-radius: 50px;
        width: 48px;
        height: 48px;
        display: flex;
        justify-content: center;
        box-shadow: 0 6px 20px #1A1A1A; } }
  .dda-footer__section--bordered {
    border-right: 1px solid #e8e8e8; }
  [dir="rtl"] .dda-footer__section--bordered {
    border-right: unset;
    border-left: 1px solid #e8e8e8; }
  .dda-footer__section-links--right {
    gap: 0.6rem; }
    .dda-footer__section-links--right .dda-footer__section-link:hover {
      color: #A81100; }
      .dda-footer__section-links--right .dda-footer__section-link:hover i, .dda-footer__section-links--right .dda-footer__section-link:hover i:before {
        color: #A81100; }

  @media screen and (max-width: 992px) {
    .dda-footer__section-links {
      gap: 1.5rem; } }
  .dda-footer__section-link {
    text-decoration: none;
    color: inherit;
    font-size: 0.875rem;
    transition: transform 0.2s ease-in-out; }
    .dda-footer__section-link:hover {
      transform: translateY(-2px); }
    .dda-footer__section-link--sm {
      font-size: 14px; }
    .dda-footer__section-link--md {
      font-size: 16px; }
    .dda-footer__section-link .icon-apps {
      font-size: 26px; }
    .dda-footer__section-link .icon-mail {
      font-size: 11px; }
    @media screen and (max-width: 992px) {
      .dda-footer__section-link {
        background: white;
        border-radius: 50px;
        width: 48px;
        max-width: 48px;
        height: 48px;
        box-shadow: 0 6px 20px #1A1A1A; }
        .dda-footer__section-link i.ms-3 {
          margin: 0; }
    }
  .dda-footer__chat-btn {
    width: 100%;
    margin-right: 10px; }
    @media screen and (max-width: 992px) {
      .dda-footer__chat-btn {
        margin-right: 0;
        width: 48px; } }
    .dda-footer__chat-btn i {
      font-size: 26px; }
    .dda-footer__chat-btn.active i:before {
      content: ""; }
  .dda-footer--hidden {
    bottom: -100px; }
  @media screen and (max-width: 768px) {
    .dda-footer p {
      display: none; }
    .dda-footer__icon-wrapper {
      width: 64px;
      align-items: center;
      justify-content: center; } }
  @media screen and (max-width: 576px) {
    .dda-footer .container {
      padding-left: 0;
      padding-right: 0; }
    .dda-footer__section {
      width: 50px; }
    .dda-footer__icon-wrapper {
      width: 50px; } }

.chat-popup {
  position: absolute;
  bottom: 60px;
  right: 0;
  padding: 1.5rem 2rem;
  width: 376px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 20px #1A1A1A; }
  [dir="rtl"] .chat-popup {
    right: unset;
    left: 0; }
  .chat-popup__links {
    display: flex;
    flex-direction: column; }
  .chat-popup__link {
    color: inherit;
    text-decoration: none;
    padding: 14px 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .chat-popup__link:not(:last-child) {
      border-bottom: 1px solid #1A1A1A; }
@media screen and (max-width: 768px) {
    .chat-popup {
      position: fixed;
      bottom: 90px;
      left: 2px;
      right: 2px;
      width: unset; }
      [dir="rtl"] .chat-popup {
        right: 2px;
        left: 2px; } }

.gu-main-header {
  display: flex;
  background-color: #fff;
  height: 101px;
  align-items: center;
  padding: 24px 60px; }
  .gu-main-header .gu-logo {
    width: 100%;
    object-fit: contain;
    max-width: 160px;
    height: auto; }
  .gu-main-header .gu-horizontal-separator {
    margin-right: 26px;
    margin-left: 26px;
    width: 1px;
    height: 49px;
    opacity: 0.1;
    border-right: solid 1px black; }
	
body.transparent .dda-header-container {
  height: 170px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, #1A1A1A, #1A1A1A); }

.dda-header-container .skip-to-main {
  position: absolute;
  top: 10px;
  left: -99999px;
  z-index: 9;
  padding: 15px 20px;
  text-decoration: none;
  color: inherit; }
  .dda-header-container .skip-to-main:focus {
    left: 50%;
    transform: translateX(-50%); }
  @media screen and (max-width: 768px) {
    .dda-header-container .skip-to-main {
      display: none; } }

.dda-main-header {
  height: 100px;
  position: fixed;
  width: 100%;
  z-index: 2 !important;
  padding: 0 5px 0 10px; }
  @media screen and (max-width: 768px) {
    .dda-main-header {
      display: none; } }

  .dda-main-header__logo {
    width: 100%;
    object-fit: contain;
    max-width: 200px;
    height: auto; }
    body.transparent .dda-main-header__logo {
      display: none; }
    .dda-main-header__logo--white {
      display: none;
      max-width: 200px; }
      body.transparent .dda-main-header__logo--white {
        display: block; }
  .dda-main-header__gov-logo {
    width: 100%;
    object-fit: contain;
    max-width: 120px;
    height: 57px;
    background-image: url("../images/government-of-dubai.html");
    background-size: contain;
    background-repeat: no-repeat; }
    body.transparent .dda-main-header__gov-logo {
      background-image: url("../images/government-of-dubai.html"); }
  .dda-main-header__dropdown-icon {
    margin-right: 20px;
    background: none;
    border: 0; }
    body.transparent .dda-main-header__dropdown-icon {
      margin-right: -20px; }
      body.transparent .dda-main-header__dropdown-icon i::before {
        color: #fff; }
  .dda-main-header__separator {
    width: 1px;
    height: 49px;
    opacity: 0.1;
    border-right: solid 1px #1A1A1A; }
  @media screen and (max-width: 768px) {
    .dda-main-header__logo {
      max-width: 135px; }
    .dda-main-header__gov-logo {
      max-width: 120px; } }

@media screen and (max-width: 768px) {
  .dda-main-header {
    padding: 24px 0px; } }

.dda-sub-header__navbar .menu > ul > li > a:hover::after, .dda-sub-header__navbar .menu > ul > li > a.ActiveLink::after, .dda-sub-header__navbar .menu > ul > li > a:focus::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  top: calc(100% + 4px);
  height: 5px;
  background: #fff;
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem; }
  body.transparent .dda-sub-header__navbar .menu > ul > li > a:hover::after, .dda-sub-header__navbar body.transparent .menu > ul > li > a:hover::after, body.transparent .dda-sub-header__navbar .menu > ul > li > a.ActiveLink::after, .dda-sub-header__navbar body.transparent .menu > ul > li > a.ActiveLink::after, body.transparent .dda-sub-header__navbar .menu > ul > li > a:focus::after, .dda-sub-header__navbar body.transparent .menu > ul > li > a:focus::after {
    background: #fff; }

.dda-sub-header {
  --menu-height: 60px;
  height: var(--menu-height);
  position: fixed;
  top: 100px;
  width: 100%;
  z-index: 2;
  transition: top 0.3s;
  box-shadow: 0px 10px 15px 0 rgba(0, 0, 0, 0.10);
  }
  @media screen and (max-width: 768px) {
    .dda-sub-header {
      --menu-height: 80px;
      top: 0; } }
  body.transparent .dda-sub-header {
    background-color: }
  @media screen and (max-width: 768px) {
    body.transparent .dda-sub-header--normal {
      background-color: white; }
    body.transparent .dda-sub-header--normal .dda-sub-header__navbar-toggle .icon-menu {
      color: #1A1A1A; }
    body.transparent .dda-sub-header--normal .dda-sub-header__logo {
      display: block; }
    body.transparent .dda-sub-header--normal .dda-sub-header__logo--white {
      display: none; }
    body.transparent .dda-sub-header--normal .dda-sub-header__mobile-action i {
      color: #1A1A1A; }
    .dda-sub-header--normal .dda-sub-header__mobile-action.active > i:before {
      content: ""; } }
  .dda-sub-header--hidden {
	top: 0;
    z-index: 1; }
  .dda-sub-header__navbar {
    flex: 1;
    max-width: 50%;
    justify-content: flex-start; }
.dda-sub-header__navbar .menu > ul > li > a {
    justify-content: center;
    font-family: "Dubai Medium", Tahoma, sans-serif;
}
        .dda-sub-header__navbar .menu > ul > li.link > a {
		color: #FFF;}
		
    @media screen and (max-width: 768px) {
      .dda-sub-header__navbar {
        flex: unset; } }
    .dda-sub-header__navbar .menu {
      box-sizing: border-box;
      flex: 1; }
      .dda-sub-header__navbar .menu ul {
        list-style: none;
        padding: 16px;
        margin: 0; }
        .dda-sub-header__navbar .menu ul li,
        .dda-sub-header__navbar .menu ul li a {
          color: #1A1A1A;
          cursor: pointer;
          transition: 200ms;
          text-decoration: none;
          white-space: nowrap; }
          .dda-sub-header__navbar .menu ul li a,
          .dda-sub-header__navbar .menu ul li a a {
            display: flex;
            align-items: center;
            height: 100%;
            width: 100%; }
          .dda-sub-header__navbar .menu ul li::before {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            right: 10px;
            top: 40%;
            transform: translateY(-50%); }
            [dir="rtl"] .dda-sub-header__navbar .menu ul li::before {
              left: 10px;
              right: unset; }
        .dda-sub-header__navbar .menu ul .link::before {
          padding-right: 0;
          display: none; }
          [dir="rtl"] .dda-sub-header__navbar .menu ul .link::before {
            padding-right: unset;
            padding-left: 0; }
      .dda-sub-header__navbar .menu > ul {
        display: flex;
        height: var(--menu-height);
        align-items: center; }
        .dda-sub-header__navbar .menu > ul li {
          position: relative;
          font-size: 16px;
          display: flex;
          align-items: center;
          line-height: 2.67; }
          .dda-sub-header__navbar .menu > ul li:hover {
            color: #A81100; }
          .dda-sub-header__navbar .menu > ul li.active {
            color: #A81100; }
            .dda-sub-header__navbar .menu > ul li ul {
                --menu-height: 60px;
                visibility: hidden;
                opacity: 0;
                padding: 16px;
                border-radius: 8px;
                box-shadow: 0 0 20px 0 rgba(183, 183, 183, 0.3);
                min-width: 384px;
                background: #fff;
                color: #1A1A1A;
                position: absolute;
                top: calc(var(--menu-height) - 5px);
                transition: 200ms;
                transition-delay: 200ms;
            }
            .dda-sub-header__navbar .menu > ul li ul li {
              margin: 0;
              padding: 8px 16px;
              display: flex;
              align-items: center;
              justify-content: flex-start;
              height: 40px;
              font-weight: normal; }
              .dda-sub-header__navbar .menu > ul li ul li::before {
                width: 8px;
                height: 8px;
                border: solid #A81100;
                border-width: 0 3px 3px 0;
                transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg); }
                [dir="rtl"] .dda-sub-header__navbar .menu > ul li ul li::before {
                  transform: rotate(135deg);
                  -webkit-transform: rotate(135deg); }
              .dda-sub-header__navbar .menu > ul li ul li ul {
                top: -2%;
                left: calc(100% + 18px);
                transform: translate(0); }
                [dir="rtl"] .dda-sub-header__navbar .menu > ul li ul li ul {
                  left: unset;
                  right: calc(100% + 18px); }
              .dda-sub-header__navbar .menu > ul li ul li:hover {
                color: #A81100;
                background: #EDEEF1;
                border-radius: 8px; }
                .dda-sub-header__navbar .menu > ul li ul li:hover > a {
                  text-shadow: 0px 0px 1px #c0392b;
                  color: #A81100; }
          .dda-sub-header__navbar .menu > ul li:hover > ul,
          .dda-sub-header__navbar .menu > ul li > .active + ul {
            opacity: 1;
            visibility: visible;
            transition-delay: 0ms; }
        .dda-sub-header__navbar .menu > ul > li > a {
          justify-content: center; }
          body.transparent .dda-sub-header__navbar .menu > ul > li > a {
            color: #fff; }
  .dda-sub-header__actions {
    display: flex;
    gap: 15px;
    position: relative;
    bottom: -1px; }
    @media screen and (max-width: 768px) {
      .dda-sub-header__actions {
        gap: 0;
        position: absolute; } }
    .dda-sub-header__actions .search .search__input {
      width: 100px;
      -webkit-transition: all 0.7s ease 0s;
      -moz-transition: all 0.7s ease 0s;
      -o-transition: all 0.7s ease 0s;
      transition: all 0.7s ease 0s; }
      .dda-sub-header__actions .search .search__input:focus {
        width: 248px;
        outline: none;
        box-shadow: 0 0 0 0.125rem #c0392b; }
    .dda-sub-header__actions a {
      text-decoration: none; }
  .dda-sub-header__mobile-actions {
    display: none; }
    @media screen and (max-width: 768px) {
      .dda-sub-header__mobile-actions {
        display: block; } }
  .dda-sub-header__mobile-action {
    display: flex;
    background: none;
    border: 0; }
    body.transparent .dda-sub-header__mobile-action i {
      color: #fff; }
    .dda-sub-header__mobile-action.active > i:before {
      content: ""; }
  .dda-sub-header__logo {
    display: none;
    width: 150px; }
    .dda-sub-header__logo--white {
      display: none; }
    @media screen and (max-width: 768px) {
      .dda-sub-header__logo {
        display: block; }
        body.transparent .dda-sub-header__logo {
          display: none; }
        .dda-sub-header__logo--white {
          display: none;
          width: 150px; }
          body.transparent .dda-sub-header__logo--white {
            display: block; } }
  .dda-sub-header__navbar-toggle {
    background: none;
    border: 0; }
    @media screen and (max-width: 768px) {
      .dda-sub-header__navbar-toggle.active .icon-menu:before {
        content: ""; } }
  .dda-sub-header__btn {
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: none;
    border: 0;
    font-size: 0.875rem; }
    .dda-sub-header__btn i {
      font-size: 20px; }
    @media screen and (max-width: 768px) {
      .dda-sub-header__btn {
        display: none; } }
   /* body.transparent .dda-sub-header__btn {
      color: #fff; }
      body.transparent .dda-sub-header__btn i {
        color: #fff; }*/
    .dda-sub-header__btn:hover, .dda-sub-header__btn:focus {
      color: #A81100; }
      .dda-sub-header__btn:hover i, .dda-sub-header__btn:focus i {
        color: #A81100; }
    .dda-sub-header__btn.active i {
      color: #A81100; }
  .dda-sub-header__profile {
    border: 2px solid #A81100; }
    .dda-sub-header__profile-img {
      width: 32px;
      height: 32px;
      border-radius: 50%; }
  .dda-sub-header__locale {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    width: unset;
    padding: 0 16px;
    border-radius: 20px !important }
  .dda-sub-header__profile-btn {
    width: unset;
    padding-left: 8px;
    padding-right: 16px;
    border-radius: 20px !important;
    gap: 10px; }
    [dir="rtl"] .dda-sub-header__profile-btn {
      flex-direction: row-reverse;
      padding-left: 16px;
      padding-right: 8px; }
  .dda-sub-header__mega-menu {
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.04) !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    width: 100%;
    position: fixed !important;
    left: 0;
    top: 160px !important;
    max-height: calc(100% - 200px);
    overflow: auto; }
  .dda-sub-header .icon-menu {
    display: block; }
    body.transparent .dda-sub-header .icon-menu {
      color: #fff; }
  @media screen and (max-width: 992px) {
    .dda-sub-header .menu {
      display: none; } }
  @media screen and (max-width: 768px) {
    .dda-sub-header .search {
      display: none; } }

.dda-sub-header__actions .search, .dda-side-nav .search {
  position: relative; }
  .dda-sub-header__actions .search i, .dda-side-nav .search i {
    position: absolute;
    left: 24px;
    top: 11px;
    font-size: 20px; }
    body.transparent .dda-sub-header__actions .search i, .dda-sub-header__actions body.transparent .search i, body.transparent .dda-side-nav .search i, .dda-side-nav body.transparent .search i {
      color: #fff; }
    [dir="rtl"] .dda-sub-header__actions .search i, .dda-sub-header__actions [dir="rtl"] .search i, [dir="rtl"] .dda-side-nav .search i, .dda-side-nav [dir="rtl"] .search i {
      left: unset;
      right: 24px; }
.dda-sub-header__actions .search .search__input, .dda-side-nav .search .search__input {
    height: 40px;
    text-indent: 10px;
    background-color: rgba(255, 255, 255, 0.25);
    border: none;
    border-radius: 50px;
    margin-left: 16px;
    padding-left: 24px;
    padding-right: 12px;
    font-size: 0.875rem;
}
    [dir="rtl"] .dda-sub-header__actions .search .search__input, .dda-sub-header__actions [dir="rtl"] .search .search__input, [dir="rtl"] .dda-side-nav .search .search__input, .dda-side-nav [dir="rtl"] .search .search__input {
      margin-left: unset;
      margin-right: 16px;
      padding-left: 12px;
      padding-right: 24px; }
    .dda-sub-header__actions .search .search__input::placeholder, .dda-side-nav .search .search__input::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #fff;
      opacity: 1;
      /* Firefox */ }
      body.transparent .dda-sub-header__actions .search .search__input::placeholder, .dda-sub-header__actions body.transparent .search .search__input::placeholder, body.transparent .dda-side-nav .search .search__input::placeholder, .dda-side-nav body.transparent .search .search__input::placeholder {
        color: #fff; }
    .dda-sub-header__actions .search .search__input:-ms-input-placeholder, .dda-side-nav .search .search__input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #1A1A1A; }
      body.transparent .dda-sub-header__actions .search .search__input:-ms-input-placeholder, .dda-sub-header__actions body.transparent .search .search__input:-ms-input-placeholder, body.transparent .dda-side-nav .search .search__input:-ms-input-placeholder, .dda-side-nav body.transparent .search .search__input:-ms-input-placeholder {
        color: #fff; }
    .dda-sub-header__actions .search .search__input::-ms-input-placeholder, .dda-side-nav .search .search__input::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #1A1A1A; }
      body.transparent .dda-sub-header__actions .search .search__input::-ms-input-placeholder, .dda-sub-header__actions body.transparent .search .search__input::-ms-input-placeholder, body.transparent .dda-side-nav .search .search__input::-ms-input-placeholder, .dda-side-nav body.transparent .search .search__input::-ms-input-placeholder {
        color: #fff; }
.dda-sub-header__actions a, .dda-sub-header__actions a:visited, .dda-sub-header__actions a:hover, .dda-sub-header__actions .icon-accessibility {
    text-decoration:none;
    color: #fff !important;
}

.dda-side-nav {
  transition: top 0.3s;
  width: 376px;
  top: 0;
  left: 0;
  bottom: 0;
  position: fixed;
  box-shadow: 0 0 20px 0 rgba(183, 183, 183, 0.3);
  background-color: #fff;
  z-index: 999;
  transition: 200ms;
  transition-delay: 200ms;
  /* Style the sidenav links and the dropdown button */
  /* On mouse-over */
  /* Main content */
  /* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */ }
  [dir="rtl"] .dda-side-nav {
    left: unset;
    right: 0; }
  @media screen and (max-width: 768px) {
    .dda-side-nav {
      top: 80px;
      right: 0;
      width: unset;
      box-shadow: none; }
      [dir="rtl"] .dda-side-nav {
        left: 0; } }
  .dda-side-nav__quick-links {
    display: none;
    gap: 12px; }
    @media screen and (max-width: 768px) {
      .dda-side-nav__quick-links {
        display: flex;
        align-items: center;
        justify-content: center; } }
  .dda-side-nav__quick-link-btn {
    border: 0;
    font-size: 14px;
    color: inherit;
    text-decoration: none;
    padding: 12px 17px;
    border-radius: 30px; }
    .dda-side-nav__quick-link-btn i {
      font-size: 20px; }
  .dda-side-nav__access-btn {
    padding: 10px; }
  .dda-side-nav__profile-btn {
    padding: 10px 14px;
    gap: 10px; }
  .dda-side-nav__content {
    overflow: auto; }
    @media screen and (max-width: 768px) {
      .dda-side-nav__content {
        padding-bottom: 100px; } }
  .dda-side-nav__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    backdrop-filter: blur(8px);
    height: 128px; }
    @media screen and (max-width: 768px) {
      .dda-side-nav__footer {
        display: flex; } }
  .dda-side-nav__footer-logo {
    width: 90px; }
  .dda-side-nav__close-btn {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: none;
    border: 0;
    font-size: 1.5rem;
    z-index: 10;
    color: #999999; }
    [dir="rtl"] .dda-side-nav__close-btn {
      right: unset;
      left: 1.5rem; }
  .dda-side-nav__title {
    font-weight: 400; }
  .dda-side-nav .search {
    margin-right: 16px; }
    [dir="rtl"] .dda-side-nav .search {
      margin-right: unset;
      margin-left: 16px; }
    body.transparent .dda-side-nav .search .search__input {
      background-color: #cccccc; }
    .dda-side-nav .search i {
      left: 10px; }
      [dir="rtl"] .dda-side-nav .search i {
        left: unset;
        right: 10px; }
    .dda-side-nav .search__input {
      margin-left: 0 !important;
      width: 100%; }
      [dir="rtl"] .dda-side-nav .search__input {
        margin-left: unset !important;
        margin-right: 0 !important; }
  .dda-side-nav .sidenav a,
  .dda-side-nav .dropdown-btn {
    padding: 6px 0;
    text-decoration: none;
    font-size: 15px;
    color: inherit;
    line-height: 2.67;
    display: block;
    border: 0;
    border-bottom: 1px solid #1A1A1A;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    [dir="rtl"] .dda-side-nav .sidenav a, [dir="rtl"]
    .dda-side-nav .dropdown-btn {
      text-align: unset; }
  .dda-side-nav .sidenav a:hover,
  .dda-side-nav .sidenav a.active,
  .dda-side-nav .dropdown-btn:hover,
  .dda-side-nav .active {
    color: #A81100;
    box-shadow: 0 2px 0 0 #c0392b;
    border-bottom-color: transparent; }
    .dda-side-nav .sidenav a:hover i::before,
    .dda-side-nav .sidenav a.active i::before,
    .dda-side-nav .dropdown-btn:hover i::before,
    .dda-side-nav .active i::before {
      color: #A81100 !important; }
  .dda-side-nav .main {
    margin-left: 200px;
    /* Same as the width of the sidenav */
    font-size: 20px;
    /* Increased text to enable scrolling */
    padding: 0px 10px; }
@media screen and (max-width: 768px) {
      .dda-side-nav .main {
        margin-left: unset;
        margin-right: 200px; } }
  .dda-side-nav .dropdown-container {
    border-radius: 8px;
    display: none;
    padding-left: 24px; }
    .dda-side-nav .dropdown-container a {
      margin-top: 4px; }
    [dir="rtl"] .dda-side-nav .dropdown-container {
      padding-left: 0;
      padding-right: 24px; }
  .dda-side-nav .dropdown-btn i {
    font-size: 1.5rem; }
    .dda-side-nav .dropdown-btn i::before {
      color: #818181; }
    [dir="rtl"] .dda-side-nav .dropdown-btn i {
      transform: rotate(180deg); }
  [dir="rtl"] .dda-side-nav .dropdown-btn.active .icon-arrows-right {
    transform: rotate(0deg); }
  .dda-side-nav .dropdown-btn.active .icon-arrows-right:before {
    content: ""; }
  .dda-side-nav .dropdown-btn:hover i::before {
    color: #A81100; }

.mobile-search {
  padding: 16px 32px; }
  .mobile-search__box {
    position: relative; }
  .mobile-search__icon-search {
    position: absolute;
    left: 8px;
    top: 8px; }
  .mobile-search__input {
    height: 40px;
    width: 100%;
    text-indent: 10px;
    background-color: #f5f5f5;
    border: none;
    border-radius: 50px;
    padding-left: 27px;
    padding-right: 12px; }
  .mobile-search__tag-btn {
    background: #f5f5f5;
    border-radius: 5px;
    border: transparent;
    color: #1A1A1A;
    padding: 4px 15px;
    font-size: 0.875rem;
    margin-bottom: 5px; }
  .mobile-search__filters {
    display: flex;
    flex-wrap: wrap; }
  .mobile-search__filter {
    flex: 50%; }
  .mobile-search__filter-label {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 0.875rem;
    height: 23px; }
    [dir="rtl"] .mobile-search__filter-label {
      padding-left: 0;
      padding-right: 30px; }
  .mobile-search__checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 2px solid #A81100;
    border-radius: 5px; }
    [dir="rtl"] .mobile-search__checkmark {
      right: 0; }
    .mobile-search__checkmark:after {
      content: "";
      position: absolute;
      display: none;
      left: 6px;
      top: 3px;
      width: 6px;
      height: 11px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .mobile-search__filter-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .mobile-search__filter-checkbox:focus ~ .mobile-search__checkmark {
      outline: 2px solid #A81100;
      outline-offset: 1px; }
    .mobile-search__filter-checkbox:checked ~ .mobile-search__checkmark {
      background-color: #c0392b; }
      .mobile-search__filter-checkbox:checked ~ .mobile-search__checkmark:after {
        display: block; }

.dda-login-section {
  position: absolute;
  right: 0;
  top: 45px;
  width: 348px;
  height: 401px;
  padding: 36px 24px 24px;
  border-radius: 8px;
  box-shadow: 0 0 20px 0 rgba(183, 183, 183, 0.3);
  background-color: #fff;
  margin-top: 8px; }
  [dir="rtl"] .dda-login-section {
    right: unset;
    left: 0; }
  @media screen and (max-width: 768px) {
    .dda-login-section {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      top: 80px;
      width: auto;
      margin: 0;
      height: auto;
      border-radius: 0; }
      [dir="rtl"] .dda-login-section {
        right: 0;
        left: 0; } }
  .dda-login-section__input {
    background: #f5f5f5;
    height: 48px;
    border-radius: 1.5rem;
    width: 100%;
    border: none;
    text-indent: 12px; }
    .dda-login-section__input:focus {
      outline: none;
      box-shadow: 0 0 0 0.125rem #A81100; }
  .dda-login-section input[type='checkbox']:checked {
    background-color: #c0392b; }
  .dda-login-section input[type='checkbox']:checked:after {
    content: '\2713';
    color: white; }
  .dda-login-section input[type='checkbox'] {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 20px !important;
    height: 20px !important;
    appearance: none;
    border-radius: 50%;
    border: 3px solid #A81100;
    box-shadow: none;
    font-size: 16px; }
  .dda-login-section__link {
    color: #1A1A1A;
    text-decoration: none; }

.dda-profile-section {
  width: 348px;
  padding-right: 25px;
  padding-left: 25px;
  right: 0;
  top: 45px; }
  .dda-profile-section__header {
    display: flex;
    align-items: center;
    justify-content: start;
    height: 61px; }
  .dda-profile-section__listItem {
    display: flex;
    align-items: center;
    justify-content: start;
    height: 48px; }
    .dda-profile-section__listItem--bordered {
      border-bottom: solid 1px #e8e8e8; }



.dda-accessibility-section {
  padding: 44px 49px 43px 64px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0 20px 0 rgba(183, 183, 183, 0.3);
  display: flex;
  overflow: auto; }
  .dda-accessibility-section__fieldset {
    border: 0; }
  .dda-accessibility-section__radio {
    width: 20px;
    height: 20px;
    position: relative;
    appearance: none; }
    [dir="rtl"] .dda-accessibility-section__radio {
      margin-right: unset;
      margin-left: 10px; }
  .dda-accessibility-section__spacer {
    margin-left: 20px; }
    [dir="rtl"] .dda-accessibility-section__spacer {
      margin-right: 20px;
      margin-left: unset; }
  .dda-accessibility-section__radio::after, .dda-accessibility-section__radio::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 21px;
    height: 21px;
    top: 0px;
    left: 0px;
    border-radius: 50%;
    border: 2px solid #A81100; }
  .dda-accessibility-section__radio::before {
    width: 12px;
    height: 12px;
    left: 4px;
    top: 4px;
    border-color: transparent !important; }
  .dda-accessibility-section__radio:checked::before {
    border-color: #A81100;
    background-color: #c0392b; }
  .dda-accessibility-section__radio:checked::after {
    border-color: #A81100; }
  .dda-accessibility-section__center-section {
    padding-left: 64px;
    padding-right: 64px;
    border-right: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8; }
  .dda-accessibility-section__screen-reader-btn {
    width: 100%;
    max-width: 153px;
    height: auto; }
  .dda-accessibility-section p {
    max-width: 200px; }
  .dda-accessibility-section__text-size-btn {
    width: 48px;
    height: 48px;
    padding: 13px 17px;
    background-color: #EDEEF1;
    font-size: 13px;
    font-weight: 500;
    text-align: center; }
    .dda-accessibility-section__text-size-btn--big {
      font-size: 24px; }
    .dda-accessibility-section__text-size-btn--active {
      border: 3px solid #A81100; }
  @media screen and (max-width: 768px) {
    .dda-accessibility-section {
      flex-direction: column;
      padding: 32px;
      border-radius: 0;
      height: 100%; }
      .dda-accessibility-section__center-section {
        margin: 12px 0;
        padding: 12px 0;
        border-left: 0;
        border-right: 0;
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8; } }

.dda-accessibility-section-wrapper {
  width: 938px;
  right: 0;
  top: 54px; }
  [dir="rtl"] .dda-accessibility-section-wrapper {
    left: 0;
    right: unset; }
  @media screen and (max-width: 992px) {
    .dda-accessibility-section-wrapper {
      position: fixed;
      top: 160px;
      width: unset;
      left: 0;
      right: 0;
      bottom: 0;
      position: fixed;
      overflow: auto;
      height: auto; } }
  @media screen and (max-width: 768px) {
    .dda-accessibility-section-wrapper {
      width: unset;
      left: 0;
      right: 0;
      top: 80px;
      bottom: 0;
      position: fixed;
      overflow: auto;
      height: auto; }
      [dir="rtl"] .dda-accessibility-section-wrapper {
        right: 0;
        left: 0; } }


.dda-btn {
  border: none;
  text-decoration: none;
  height: 48px; }
  .dda-btn--rounded {
    border-radius: 1.5rem; }
  .dda-btn__img {
    height: 20px; }


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.primary--text {
  color: #c0392b; }

.primary {
  background: #c0392b; }

.primary--bordered {
  border: 1px solid #c0392b; }

/*.secondary--text {
  color: #575757; }
*/
.secondary {
  background: #575757; }

.secondary--bordered {
  border: 1px solid #575757; }

.tertiary--text {
  color: #999999; }

.tertiary {
  background: #999999; }

.tertiary--bordered {
  border: 1px solid #999999; }

.quarternary--text {
  color: #cccccc; }

.quarternary {
  background: #cccccc; }

.quarternary--bordered {
  border: 1px solid #cccccc; }

.success--text {
  color: #26cb84; }

.success {
  background: #26cb84; }

.success--bordered {
  border: 1px solid #26cb84; }

.warning--text {
  color: #f58c1f; }

.warning {
  background: #f58c1f; }

.warning--bordered {
  border: 1px solid #f58c1f; }

.alert--text {
  color: #dc3131; }

.alert {
  background: #dc3131; }

.alert--bordered {
  border: 1px solid #dc3131; }

.black--text {
  color: #000; }

.black {
  background: #000; }

.black--bordered {
  border: 1px solid #000; }

.graydark--text {
  color: #4f5660; }

.graydark {
  background: #4f5660; }

.graydark--bordered {
  border: 1px solid #4f5660; }

.white--text {
  color: #fff; }

.white {
  background: #fff; }

.white--bordered {
  border: 1px solid #fff; }

.bg--text {
  color: #f5f5f5; }

/*.bg {
  background: #f5f5f5; }
  */

.bg--bordered {
  border: 1px solid #f5f5f5; }

.main-bg--text {
  color: #e8e8e8; }

.main-bg {
  background: #e8e8e8; }

.main-bg--bordered {
  border: 1px solid #e8e8e8; }

.primary-light--text {
  color: #EDEEF1; }

.primary-light {
  background: #EDEEF1; }

.primary-light--bordered {
  border: 1px solid #EDEEF1; }

.primary-lighter--text {
  color: #f4fbfd; }

.primary-lighter {
  background: #f4fbfd; }

.primary-lighter--bordered {
  border: 1px solid #f4fbfd; }

.gray--text {
  color: #f5f5f5; }

.gray {
  background: #f5f5f5; }

.gray--bordered {
  border: 1px solid #f5f5f5; }

.dark-gray--text {
  color: #575757; }

.dark-gray {
  background: #575757; }

.dark-gray--bordered {
  border: 1px solid #575757; }
  
.transparent {
    background: #fff !important;
}  

.transparent-white--text {
  color: #fff; }

.transparent-white {
  background: #fff; }

.transparent-white--bordered {
  border: 1px solid #fff; }

.transparent-black--text {
  color: #000; }

.transparent-black {
  background: #000; }

.transparent-black--bordered {
  border: 1px solid #000; }

.green--text {
  color: #008954; }

.green {
  background: #008954; }

.green--bordered {
  border: 1px solid #008954; }

.transparent--text {
  color: #000; }


.transparent--bordered {
  border: 1px solid #000; }

body {
  background: #fff;overflow-x: hidden; }
  
  
  
/*unification phase 2*/
.dld-banner-wrapper { height: 100vh; top: -160px; position: relative; overflow: hidden; }
.dld-head-section { background: linear-gradient(180deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.40) 63.02%, rgba(0, 0, 0, 0.00) 100%); }
.scroll-move .dld-head-section { background: none; }
.dld-main-header,
.dld-sub-header { background-color: transparent; }
.dld-sub-header__actions .search { background-color: transparent; }
/*end unification phase 2*/

/*main nav*/
.dda-sub-header { box-shadow: none; }

.navbar-nav > .nav-item.dropdown .dropdown-menu li > a { color: #000; }
.dda-sub-header__actions .search .search__input,
.dda-side-nav .search .search__input,
.dda-sub-header__btn,
.dropdown-user .dda-sub-header__btn,
.dropdown-noti .dda-sub-header__btn { background-color: rgba(255, 255, 255, 0.25); }
.scroll-move .dda-sub-header__actions .search .search__input,
.scroll-move .dda-side-nav .search .search__input,
.scroll-move .dda-sub-header__btn,
.scroll-move .dropdown-user .dda-sub-header__btn,
.scroll-move .dropdown-noti .dda-sub-header__btn { background-color: rgba(0, 0, 0, 0.04); }
.dda-sub-header__actions .search .search__input::placeholder { color: #fff; }
.dda-sub-header__actions .search .search__input:-ms-input-placeholder { color: #fff; }
.dda-sub-header__actions .search .search__input::-ms-input-placeholder { color: #fff; }
.dda-sub-header__actions .search .search__input:focus { box-shadow: 0 0 0 0.125rem #fff; }
.btn-mic { background-color: transparent; color: #fff; }
.navbar-light .navbar-toggler { color: #fff; }

.scroll-move .dda-sub-header { box-shadow: 0px 10px 15px 0 rgba(0, 0, 0, 0.10); }
.scroll-move .dda-main-header,
.scroll-move .dda-sub-header { background-color: #fff; transition: all 300ms ease-in-out; }
.scroll-move .dubai-logo-red,
.scroll-move .uni-logo-default { display: inline-block; }
.scroll-move .dubai-logo-white,
.scroll-move .uni-logo-white { display: none; }
.scroll-move .navbar-nav > .nav-item > .nav-link,
.scroll-move .navbar-custom .navbar-nav a:visited,
.scroll-move .navbar-nav > .nav-item.active > .nav-link,
.scroll-move .dda-sub-header__actions .search .icon-search,
.scroll-move .dda-sub-header__actions .search .search__input,
.scroll-move .dda-sub-header__locale,
.scroll-move .dda-sub-header__locale:hover,
.scroll-move .dropdown-user .dropdown-toggle,
.scroll-move .dropdown-user:hover .icon-account,
.scroll-move .navbar-light .navbar-toggler { color: #000; }
.scroll-move .navbar-nav > .nav-item.dropdown .dropdown-menu li > a { color: #000; }
.scroll-move .dda-sub-header__actions .search .search__input::placeholder { color: #000; }
.scroll-move .dda-sub-header__actions .search .search__input:-ms-input-placeholder { color: #000; }
.scroll-move .dda-sub-header__actions .search .search__input::-ms-input-placeholder { color: #000; }
.scroll-move .dda-sub-header__actions .search .search__input:focus { box-shadow: 0 0 0 0.125rem var(--theme-green); }
.scroll-move .btn-mic { background-color: #f5f5f5; color: #000; }
.scroll-move .icon-notification-bell { background-image: url(../assets/img/notification_bell.html); }
.scroll-move .accessibility-wheel-chair { background-image: url(../assets/img/icon-wheel-chair.html); }

.banner-search-panel { background-color: #fff; border-radius: 8px; height: 50px; max-width: 800px; width: 100%; display: flex; align-items: center; }
    .banner-search-panel form { width: 100%; display: flex; position: relative; align-items: center; }
    .banner-search-panel .icon-search { position: absolute; left: 10px; }
    .banner-search-panel .search__input { height: 50px; width: 100%; border: none; padding: 1rem 2.5rem; border-radius: 8px; font-size: 14px; outline: none; }
    .banner-search-panel .btn-mic { color: #000; z-index: 3; position: relative; opacity: 1; top: 0; }
    .banner-search-panel .btn-mic { color: #000; display: none; }
/*end main nav*/

