
:root {
    --primary-color: #917129 /*  #a1865a*/;
    --secondary-color: #775722;
    --light-bgcolor: #eaeaea;
    --text-black: #000;
    --gold-bg: #92722A /*#ab8240*/;
    --gold-color: #92722A /*#ab8240*/;
    --dark-gold-bg: #745018;
    --dark-blue-color: #132637;
    --submenu-link-color: #000;
    --svgcolorOld: #FFF;
    --svgcolor: #917129 /*#a57225*/;
    --gray-dark: #343a40;
    --primary-color-dark: #6c541e;
}
body[theme="blue"] {
    --primary-color: #224260;
    --secondary-color: #0c2238;
    /*--submenu-link-color: lightgray;*/
}
body[theme="gold"] {
    --primary-color: #917129 /*#a1865a*/;
    --secondary-color: #775722;
    /*--submenu-link-color: lightgray;*/
}
body[theme="green"] {
    --primary-color: #12803f;
    --secondary-color: #073c1c;
    /*--submenu-link-color: lightgray;*/
}
body[theme="red"] {
    --primary-color: #a02804;
    --secondary-color: #882102;
    /*--submenu-link-color: lightgray;*/
}
body[theme="grey"] {
    --primary-color: #696969;
    --secondary-color: #4f4f4f;
    /*--submenu-link-color: lightgray;*/
}

body[night="1"] {
    --primary-color: #63baf0;
    --secondary-color: #63baf0;
    --light-bgcolor: #999;
    --text-black: #FFF;
    --svgcolor: #FFF;
    background: #252525;
    color: #fff;
}

body[dark="1"] {
    --primary-color: #666;
    --secondary-color: #333;
    --light-bgcolor: #666;
    background: #000;
    color: #fff;
}
    body[dark="1"] img, body[dark="1"] div {
        -webkit-filter: grayscale(1) !important;
        -webkit-filter: grayscale(100%) !important;
        filter: gray !important;
        filter: grayscale(100%) !important;
        filter: url(desaturate.svg#greyscale);
    }
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

header,
footer,
main,
aside,
article,
nav,
section,
figcaption,
figure,
main {
    display: block;
}

[hidden] {
    display: none;
}

ul,
p {
    margin-bottom: 0px;
}

    ul li {
        list-style-type: none;
    }

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

body {
    font-size: 1rem;
}

.titleBig {
    color: var(--text-black);
}

.commonTitle,
.commonTitle a {
    font-size: 1.1rem;
    color: var(--text-black);
}

.commonDescription {
    font-size: 1rem;
    color: #7b7b7b;
}

.clear {
    clear: both;
}

main {
    margin: 0 auto;
    width: 100%;
}

.top-10 {
    padding-top: 10px;
}

.vert-10 {
    padding: 10px 0px;
}

.flex-row {
    display: flex;
    flex-direction: row;
}
.flex-column {
    display: flex;
    flex-direction: column;
}
.sideFloatingMenu {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border: solid 1px #9aabba;
    border-right: none;
    z-index: 999;
}
    .sideFloatingMenu li {
        width:3.5rem;
        height:3rem;
        cursor:pointer;
        
    }
    .sideFloatingMenu li a, .sideFloatingMenu #divClose a {
        display: inline;
    }

    .sideFloatingMenu img {
        padding: 10px 10px;
    }
    .sideFloatingMenu i {
        padding: 10px 10px;
    }

    .sideFloatingMenu a i,
    .sideFloatingMenu i {
        color: #224260;
    }
    .sideFloatingMenu li:hover a i {
        color:var(--primary-color);
        font-size: 2rem;
    }
    .sideFloatingMenu li:hover .customerpulsefill {
        fill: var(--primary-color);
    }
    /* Sidemenu TRNVAT */
.sideFloatingMenu-TRNVAT {
    position: fixed;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--gold-bg);
    border: solid 1px var(--gold-color);
    border-left: none;
    border-radius: 1rem;
    z-index: 5;
}
.sideFloatingMenu-TRNVAT .flex-column {
        align-items: center;
    }
.sideFloatingMenu-TRNVAT ul {
    padding: 1rem 0.5rem;
}
.sideFloatingMenu-TRNVAT li {
    width: 3rem;
    height: 4rem;
    cursor: pointer;
    display:flex;
    align-items:center;
    justify-content:center;
}
.sideFloatingMenu-TRNVAT li > svg {
    fill: green;
}
.sideFloatingMenu-TRNVAT li p {
    margin-top:0.5rem;
}
.sideFloatingMenu-TRNVAT li.separator {
    margin: 1rem 0px;
    height: 1px;
    border-bottom: solid 1px #FFF;
}
.sideFloatingMenu-TRNVAT li a,
.sideFloatingMenu-TRNVAT li a:hover{
    color: #FFF;
    font-size: 1rem;
    text-decoration:none;
}
.sideFloatingMenu-TRNVAT li:hover a, .sideFloatingMenu-TRNVAT li a:hover {
    color: var(--primary-color);
    --svgcolor: var(--primary-color);
}
.sideFloatingMenu .flex-column {
    align-items: center;
    text-align:center;
}
.sideFloatingMenu li > svg {
    
}
.sideFloatingMenu .vatcalculatorItem,
.sideFloatingMenu .trnverificationItem,
.sideFloatingMenu .whistleblowerItem,
.sideFloatingMenu .statuscheckItem,
.sideFloatingMenu .homeBuilderItem {
    height: 4rem;
    padding: 10px 10px;
}
.sideFloatingMenu .statuscheckItem {
    height: 5rem;
}
.sideFloatingMenu .homeBuilderItem {
    height: 5rem;
    padding:0px;
}
    .sideFloatingMenu .vatcalculatorItem a,
    .sideFloatingMenu .trnverificationItem a,
    .sideFloatingMenu .whistleblowerItem a,
    .sideFloatingMenu .statuscheckItem a,
    .sideFloatingMenu .homeBuilderItem a {
        color: var(--svgcolor);
        text-decoration: none;
    }

.sideFloatingMenu li.vatcalculatorItem:hover a, .sideFloatingMenu li.vatcalculatorItem a:hover,
.sideFloatingMenu li.trnverificationItem:hover a, .sideFloatingMenu li.trnverificationItem a:hover
.sideFloatingMenu li.whistleblowerItem:hover a, .sideFloatingMenu li.whistleblowerItem a:hover,
.sideFloatingMenu li.statuscheckItem:hover a, .sideFloatingMenu li.statuscheckItem a:hover,
.sideFloatingMenu li.homeBuilderItem:hover a, .sideFloatingMenu li.homeBuilderItem a:hover {
    color: var(--primary-color);
    --svgcolor: var(--primary-color);
}
/* Header */
header {
    width: 100%;
    background-color: #fff;
}

header .logos {
    padding: 5px 10px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
header .logos .uaelogo {
    max-height: 8rem;
}
#divQuicklinks {
    width: 100%;
    /*background-color: #f5f5f5;*/
    background-color:var(--primary-color);
}

    #divQuicklinks main {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

header .menuSearch, header .userprofile {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #959595;
    font-size: 1.2em;
    visibility: hidden;
    display: none;
}
header .userprofile {
    padding: 0px 0px;
    visibility: visible;
    display: flex;
    font-size: 1rem;
    color: #FFF;
}
    header .menuSearch i, header .userprofile a {
        color: #FFF;
    }
    header .userprofile .secondary a {
        color: #FFF !important;
    }
        header .userprofile .secondary a:hover {
            color: var(--gold-color) !important;
        }
header .UserProfileSmall .secondary a {
    color: var(--primary-color) !important;
}
    header .quicklinks {
        padding-top: 3px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        color: #FFF;
        font-size: 1.2em;
    }

    header .quicklinks li {
        padding-left: 10px;
    }

.advancedSearch, .advancedSearch .title a{
display: flex;
font-size: 1rem;
color: #FFF;
}

    .advancedSearch .title {
        padding: 0px 15px;
        align-self: center;
    }

.searchTextbox {
    position: relative;
    width: 320px;
    height: 30px;
    line-height: 20px;
}

    .searchTextbox input {
        padding-left: 10px;
        padding-right: 50px;
        width: 100%;
        height: 30px;
        line-height: 20px;
        border: solid 1px #969696;
        border-radius: 5px;
        position: absolute;
    }

    .searchTextbox i, .searchTextbox img {
        position: absolute;
        top: 8px;
        right: 10px;
    }
        .searchTextbox i:hover {
            color: var(--gold-color);
            cursor: pointer;
        }
    .searchTextbox a {
        color: #959595 !important;
    }
    /*Accessibility Popup Start*/
    #divAccessibility {
        position: absolute;
        top: 0px;
        padding: 15px;
        background-color: var(--primary-color);
        width: 100%;
        color: #fff;
    }

#divAccessibility .divClose {
    text-align: right;
    text-transform: uppercase;
    font-size: 1.5rem;
    cursor:pointer;
}

#divAccessibility .divClose i {
    font-size: 1.5rem;
    /*font-weight: normal;*/
}

    #divAccessibility .sep {
        height: 0px;
        border-top: solid 1px rgba(256,256,256,0.1);
    }

.fontIncreaseDecrease {
    align-items: center;
    column-gap: 15px;
    cursor: pointer;
}

.fontSizeItem {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #fff;
    color: var(--text-black);
    cursor: pointer;
}

    .fontSizeItem .decrease {
        font-size: 0.6rem;
    }

    .fontSizeItem .default {
        font-size: 1rem;
    }

    .fontSizeItem .decrease {
        font-size: 1.3rem;
    }

.nightReadingItem, .mfaItem {
    width: 60px;
    height: 30px;
    background-color: #fff;
    color: var(--text-black);
    border-radius: 11px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 0.8rem;
    cursor: pointer;
}

    .nightReadingItem span, .mfaItem span {
        width: 20px;
        height: 20px;
        display: block;
        border-radius: 50%;
        margin: 0px 5px;
    }

    .nightReadingItem.on span, .mfaItem.on span {
        background-color: #139247;
    }

    .nightReadingItem.off span, .mfaItem.off span {
        background-color: #ad090f;
    }

.colorOptions {
    column-gap: 1.5rem;
    text-align: center;
    font-size: 0.8rem;
}

    .colorOptions p {
        margin-top: 10px;
    }

.colorThemeItem {
    width: 52px;
    height: 52px;
    border: solid 1px #fff;
    cursor: pointer;
}

    .selected .colorThemeItem,
    .colorThemeItem:hover {
        transform: scale(1.2);
    }

.theme-blue {
    background-color: #224260;
}

.theme-Gold {
    background-color: #917129;
}

.theme-Green {
    background-color: #12803f;
}

.theme-Red {
    background-color: #a02804;
}

.theme-Grey {
    background-color: #696969;
}

.divReset {
    text-align: right;
    margin-right: 20px;
}

.resetbtn {
    background-color: transparent;
    border: solid 1px #fff;
    padding: 12px 30px;
}

    .resetbtn:hover {
        background-color: #745018;
        border: solid 1px #fff;
    }
/*Accessibility Popup End*/
/*Menu */
#divMenu {
    width: 100%;
    background-color: rgba(247,247,247,1);
    padding: 10px 0px;
}

.ulMenu li {
    display: inline;
    padding: 10px 10px;
}

    .ulMenu li a {
        color: #fff;
        font-size: 1.2rem;
    }

/* Top banners */
#divTopBanners {
    position: relative;
    display: flex;
    width: 100%;
    background-image: linear-gradient(#ffffff, #e3e3e3);
}

.bannerItem {
    height: 454px;
    background: url(../images/topbanners/headerbg.png) no-repeat;
    background-position: center;
}

    .bannerItem .bannerDetails {
        padding-top: 100px;
        width: 50%;
        align-self: center;
    }

        .bannerItem .bannerDetails h1 {
            color: var(--text-black);
            font-size: 2rem;
        }

        .bannerItem .bannerDetails h2 {
            color: var(--text-black);
            font-size: 1.2rem;
            margin-bottom: 25px;
        }

        .bannerItem .bannerDetails .readmore {
            background-color: var(--primary-color);
            padding: 15px 30px;
            color: #fff;
            text-transform: uppercase;
            border-radius: 5px;
        }

#divTopBanners .divVatCalcTransVerify {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
}

    #divTopBanners .divVatCalcTransVerify a {
        text-transform: uppercase;
        font-size: 1rem;
        color: var(--text-black);
    }

        #divTopBanners .divVatCalcTransVerify a:first-child {
            background-color: var(--gold-bg);
            border: solid 1px var(--gold-color);
            margin-right: 15px;
        }

            #divTopBanners .divVatCalcTransVerify a:first-child:hover {
                background-color: #745018;
                color: #fff;
            }

        #divTopBanners .divVatCalcTransVerify a:nth-child(2) {
            background-color: #ffffff;
            border: solid 1px #ffffff;
        }

            #divTopBanners .divVatCalcTransVerify a:nth-child(2):hover {
                background-color: #745018;
                color: #fff;
            }
    #divTopBanners .divVatCalcTransVerify i {
    padding:0px 15px;
    }
    /*Important Information */
.importantInfo {
    margin: 15px 0px;
    padding: 0px 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 54px;
    background-color: #fff;
    border-radius: 4px;
    filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.1));
}

    .importantInfo i,
    .importantInfo .caption {
        color: #ea0b16;
        font-size: 1rem;
        padding-right: 10px;
    }

.infoScroll span {
    color: var(--text-black);
}

/*Most used Services */

.viewAll,
.viewAll a {
    color: var(--primary-color);
    text-transform: uppercase;
}

.mostUsedServices {
    margin-top: 75px;
    /*padding: 0px 15px;*/
    position: relative;
}

    .mostUsedServices .title {
        text-align: center;
        position:absolute;
        top:0px;
        left:50%;
        transform:translateX(-50%);
    }

    .mostUsedServices .viewAll {
        position: absolute;
        top: 5px;
        right: 0px;
        text-align: right;
    }

    .mostUsedServices .serviceDetails {
        height: 180px;
        padding: 1.5rem; /*45px;*/
        background-color: var(--primary-color);
        color: #fff;
        border-radius: 5px;
    }

        .mostUsedServices .serviceDetails img, .mostUsedServices .serviceDetails svg {
            width: 85px;
            height: 105px;
            margin: 0px 1rem;
        }

        .mostUsedServices .serviceDetails .sep {
            width: 0px;
            height: 107px;
            border: solid 1px #fff;
            margin-right: 1.5rem;
        }

        .mostUsedServices .serviceDetails .start {
            text-align: right;
            margin: 15px 0px;
        }

        .mostUsedServices .serviceDetails .btn {
            border: solid 1px #fff;
            color: #fff;
        }

    .mostUsedServices .serviceList {
        margin-top: 15px;
        margin-bottom:4rem;
        /*column-gap: 25px;
            height: 200px;
        padding: 15px;
        justify-content: space-between;
        background-color: #fff;
        border-radius: 5px;
        filter: drop-shadow(0px 0px 0.75rem rgba(0, 0, 0, 0.16));
        width:100%;*/
    }
.serviceList .owl-nav > div {
        margin: 0px 10px;
   }
.owl-dots, .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin: 25px auto 0px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:0.5rem;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {display:inline-block}
.owl-dots .owl-dot span {
    /* width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;*/
    display: block;
    transition: opacity .2s ease;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    height: 0.75rem;
    width: 0.75rem;
    border-radius: 1.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(121 126 134 / var(--tw-bg-opacity));
    font-size: 0px;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: #869791;
}


.owl-dots .owl-dot span:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.owl-dots .owl-dot span:focus-visible {
    --tw-ring-offset-color: var(--primary-color);
    --tw-ring-color: var(--primary-color);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(203 163 68 / var(--tw-ring-opacity));
}

.owl-dots .owl-dot.active span {
    --tw-bg-opacity: 1;
    background-color: var(--primary-color);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-color: rgb(203 163 68 / 0.3);
}

.serviceListItem {
    /*width: 178px;*/
    height: 172px;
    padding-top: 15px;
    padding-left:25px;
    padding-right:25px;
    min-width: 178px;
    max-width: 320px;
}

    .serviceListItem:hover,
    .serviceListItem.selected {
        background-color: #f2f4f6;
        border-radius: 5px;
        filter: drop-shadow(0px 0px 0.75rem rgba(0, 0, 0, 0.16));
        cursor: pointer;
    }

.imageContainer {
    width: 60px;
    height: 60px;
    align-self: center;
    justify-content: center;
}

.serviceListItem img {
    max-width: 100%;
    align-self: center;
}

.serviceListItem p {
    padding-top: 15px;
    align-self: center;
    text-align: center;
}

section.mostUsedServices,
section.newAdditions,
section.latestNews,
section.mediacenter,
section.socialmedia {
   padding-top:4rem;
}

/* New additions */
.mostUsedServices h1.titleBig {
    margin-bottom: 2rem;
}
.newAdditions h1.titleBig {
    margin-bottom: 2rem;
}
.newadditionWithDownload {
    height: 358px;
    padding: 75px 50px 0px;
    background-color: #fff;
    border: solid 1px #d6d5d5;
    border-radius: 5px;
    filter: drop-shadow(0px 0px 0.75rem rgba(0, 0, 0, 0.16));
    position: relative;

    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

.newAdditionsList {
    height: 358px;
    padding: 20px 10px;
    background-color: #f2f4f6;
    border-radius: 5px;
    filter: drop-shadow(0px 0px 0.75rem rgba(0, 0, 0, 0.16));
}

.newAdditionBanner {
    height: 422px;
    padding: 0px;
}

.newTriangle {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #139247;
    color: #fff;
    width: 50px;
    height: 50px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

    .newTriangle .newtext {
        color: #fff;
        text-transform: uppercase;
        transform-origin: -10 30;
        transform: rotate(-45deg);
    }

.downloadBox {
    /*position: absolute;
    bottom: 20px;
    width: 80%;*/
    height: 58px;
    border: solid 1px #d6d5d5;
    border-radius: 5px;
    margin-bottom:20px;
}

    .downloadBox .row {
        height: 58px;
    }

    .downloadBox i {
        padding: 0px 20px;
        height: 58px;
    }

.newAdditionsListItem {
    height: 81px;
    background-color: #fff;
    border: solid 1px #d6d5d5;
    border-radius: 5px;
    margin-bottom: 5px;
}
    .newAdditionsListItem:hover, .downloadBox:hover {
        cursor: pointer;
    }

    .newAdditionsListItem .row {
        height: 81px;
    }

        .newAdditionsListItem .row div {
            padding: 0px;
        }



.newAdditionBannerItem {
    position: relative;
    width: 100%;
    height: 100%;
}

    .newAdditionBannerItem .bannerImage {
        width: 100%;
        height: 100%;
        background-image: url(../images/newadditionsbanner/taxbanner.png);
        background-repeat: no-repeat;
        background-position: right;
    }

    .newAdditionBannerItem .bannerTitle {
        position: absolute;
        top: 50px;
        left: 50px;
        font-size: 2rem;
        color: var(--text-black);
        text-transform: uppercase;
    }

        .newAdditionBannerItem .bannerTitle a {
            color: var(--text-black);
        }

    .newAdditionBannerItem .bannerDescription {
        position: absolute;
        top: 105px;
        left: 50px;
        color: var(--text-black);
        font-size: 1.3rem;
        font-weight: 500;
    }

    .newAdditionBannerItem .bannerReadmore {
        position: absolute;
        height: 50px;
        line-height: 35px;
        right: 50px;
        bottom: 20px;
        background-color: #fff;
        border: solid 1px #fff;
        border-radius: 10px;
        color: var(--text-black);
        text-transform: uppercase;
    }
/*News list*/
.latestNews h1 {
    margin-bottom: 2rem;
}
.newsTopItem {
    height: 520px;
    padding: 0px;
    background-color: #fff;
    border-radius: 5px;
    filter: drop-shadow(0px 0px 0.75rem rgba(0, 0, 0, 0.16));
}
.newsListItem {
    margin: 15px 0px;
    min-height: 384px;
    padding: 0px;
    background-color: #fff;
    border-radius: 5px;
    filter: drop-shadow(0px 0px 0.75rem rgba(0, 0, 0, 0.16));
}
.rel-news .newsListItem {
    filter: drop-shadow(0px 0px 0.25rem rgba(0, 0, 0, 0.16));
}
    .newsListItem:nth-child(3n-1) {
        margin-left: 10px;
        margin-right: 10px;
    }
.newsList {
    height: 530px;
    background-color: #fff;
}

.newsItemBig figure {
    text-align: center;
    max-width: 100%;
    height: 300px;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.newsListItem.newsItemBig figure {
    height: 175px;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
}
.newsItemBig figure img {
    max-width:100%;
    height:auto;
    max-height:100%;
    align-self:center;
}
.newsItemBig .contentBox {
    padding: 1.5rem 1rem;
}

.newsItemBig .category {
    display: inline;
    margin: 15px 0px;
    color: var(--text-black);
    background-color: #d6d5d5;
    border: solid 1px #d6d5d5;
    border-radius: 12px;
    text-transform: uppercase;
    white-space:unset;
}

.newsItemBig .title {
    padding-top: 15px;
}

.newsItemBig .date {
    padding-top: 30px;
    color: var(--gray-dark);
}

.newsItemSmall {
    height: 157px;
    padding: 10px 10px 10px 0px;
    background-color: #fff;
    border-radius: 5;
    filter: drop-shadow(0px 0px 0.75rem rgba(0, 0, 0, 0.16));
    display: flex;
    flex-direction: row;
}

    .newsItemSmall figure {
        width: 100%;
        background-color: #f4f4f4;
        max-width: 222px;
        max-height: 157px;
        margin-right: 20px;
        background-position: center;
        overflow: hidden;
        display:flex;
        flex-direction:row;
        justify-content:center;
    }
.newsItemSmall figure img {
    align-self:center;
}
        .newsItemSmall .category {
            display: inline;
            margin: 15px 0px;
            color: var(--text-black);
            background-color: #d6d5d5;
            border: solid 1px #d6d5d5;
            border-radius: 12px;
            text-transform: uppercase;
        }

    .newsItemSmall .contentBox .title {
        padding-top: 15px;
    }

    .newsItemSmall .contentBox .date {
        color: var(--gray-dark);
    }

.newsList .sep {
    height: 24px;
    display: block;
}

/* Home Image gallery */
.mediacenter h1 {
   /* text-align: center;*/
    margin-bottom: 2rem;
}
.homeImagegallery {
    position: relative;
    height: 414px;
}

.galleryList {
    display: flex;
    height: 414px;
}

.galleryItem {
    width: 396px;
}

.galleryItem {
    max-width: 396px;
    height: auto;
    background-size: initial;
}

    .galleryItem img {
        max-height: 414px;
        object-fit: cover;
    }

.galleryPager {
    position: absolute;
    display: block;
    top: 50px;
    left: 50px;
    width: 270px;
    height: 292px;
    background-color: var(--primary-color);
    color: #fff;
    padding: 30px 20px;
}

    .galleryPager .title {
        padding-top: 25px;
        font-size: 1.3rem;
    }

    .galleryPager .description {
        padding-top: 25px;
        font-size: 1rem;
    }

    .galleryPager .pager {
        display: flex;
        flex-direction: row;
        column-gap: 5px;
        padding-top: 25px;
    }

        .galleryPager .pager span {
            display: block;
            height: 2px;
            width: 15px;
            background-color: #56728b;
        }

            .galleryPager .pager span.selected {
                background-color: var(--gold-bg);
            }
/* Social Media*/
.socialmedia h1 {
    text-align: center;
    margin-bottom: 2rem;
}
.socialmedia .web-tabs {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.08);
}

.socialmedia .nav-tabs .nav-link {
    padding: 1.5rem 0.5rem;
    font-size: 1.2rem;
    text-align: center;
    width: 100%;
    background: #f2f2f2;
    border: 1px solid;
    color: #d0d0d0;
    text-transform: uppercase;
}

    .socialmedia .nav-tabs .nav-link span {
        color: var(--text-black);
    }

    .socialmedia .nav-tabs .nav-link img {
        margin: 0px 10px;
    }

.socialmedia .nav-tabs li:first-child a {
    border-radius: 20px 0 0 0;
}

.socialmedia .nav-tabs li:last-child a {
    border-radius: 0 20px 0 0;
}

.socialmedia .tab-content > .active {
    display: block;
    padding: 30px;
}

.socialmedia li.nav-item {
    width: 25%;
}

.socialmedia .nav-tabs .nav-link.active {
    color: var(--text-black) !important;
    border: #fff;
    background-color: #fff !important;
}

.socialmedia .nav-tabs {
    border-bottom: none !important;
}

.socialmedia .sub-card {
    border: 1px solid #e0e0e0;
    padding: 1rem;
    color: var(--primary-color);
    border-radius: 15px;
    margin: 5px;
    display: inline-block;
    cursor: pointer;
}

    .socialmedia .sub-card a {
        color: var(--primary-color);
    }

    .socialmedia .sub-card i {
        margin: 0rem 1rem;
        font-size: 1.5rem;
    }

.expandable {
    border: 1px solid #dedbdb;
    margin: 0 25px;
    border-radius: 20px;
}

.tab-pane img {
    max-width: 100%;
}
/* Footer */
footer {
    width: 100%;
}

    footer .footer-1 {
        background-color:var(--light-bgcolor);
        padding-bottom: 20px;
    }

    footer .footer-2 {
        background-color: var(--light-bgcolor);
        padding-bottom: 1rem;
    }
        footer .footer-2::before {
            content: '';
            display: block;
            height: 1px;
            background-color: #C3C6CB;/*aeablac-200*/
        }
.footer-1 .logo,
.footerlinks {
    margin-top: 3rem;
}

.ourLocation {
    margin-top: 3rem;
}

.footer-1 .newsletter {
    margin-top: 3rem;
}

.footer-1 .plugins {
    margin-top: 3rem;
}

.footer-1 .title {
    font-size: 1rem;
    color: var(--text-black);
}

.footer-1 .newsletter input {
    width: 260px;
}

.footer-1 .newsletter .bgButton {
    background-color: var(--gold-bg);
    border: none;
    color: #fff;
}
.footer-1 .mysteryshopper {
    margin-top: 2rem;
    max-width: 150px;
    max-height:120px;
}

.footer-1 .newsletter .d-flex {
    column-gap: 0.5rem;
}

.footer-1 .plugins .d-flex {
    column-gap: 1rem;
}

.footerlinks .footerlinks-1 {
    row-gap: 1rem;
}

.footerlinks-1 a {
    color: var(--text-black);
    font-size: 1rem;
}

.ourLocation .title {
    padding-bottom:1.3rem;
    font-size: 1.3rem;
    font-weight: bold;
    color: var(--text-black);
}

.ourLocation .d-flex {
    row-gap: 1rem;
}

.ourLocation i,
.ourLocation em {
    font-weight: bold;
    font-size: 1.2rem;
    margin-right: 10px;
}

.fa-location-pin:before {
    content: "\f041";
}

.footer-2 {
    color: var(--text-black);
}

.footerlinks-2, .footer-bestViewed {
    padding-top: 1rem;
}

    .footerlinks-2,
    .footerlinks-2 a {
        color: var(--text-black);
        font-size: 1rem;
        column-gap: 0.5rem;
    }
    
.copyrights {
    font-size: 1rem;
}
header .UserProfileSmall {
    display: none;
}
/*New responsive related jan 04*/
.floatingsidebarResponsive, .sideFloatingMenu .heading, .sideFloatingMenu .btn-close, .newsLatest_Responsive, #divClose_Accessibility, .duplicatefiles, .missingfiles {
    display: none;
}
.customerpulsefill {
    fill: var(--primary-color);
}
#divAlphabetBar {
    margin:2rem 0px;
}
#divAlphabetBar ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 52px;
    border: solid 1px #cdcdcd;
}
#divAlphabetBar ul li {
    width: 100%;
    background-color: #f0f0f0;
    color:#000;
    border-right: solid 1px #cdcdcd;
    display: flex;
    align-items: center;
    justify-items: center;
}

#divAlphabetBar ul li:hover, #divAlphabetBar ul li.hasItems:hover {
    background-color: #ae8434;
}
#divAlphabetBar ul li:hover a, #divAlphabetBar ul li.hasItems:hover a {
    color: #FFF;
}
   
#divAlphabetBar ul li.item a {
    color: #000;
}
#divAlphabetBar ul li.item span {
    color: #cacaca;
}

#divAlphabetBar ul li.item {
    justify-content: center;
    height:50px;
}
#divAlphabetBar ul li.hasItems {
    background-color: #f5f5f5;
}
#divAlphabetBar ul li.hasItems span {
    display:none;
}
#divAlphabetBar ul li.noItems {
    background-color: #f8f8f8;
}
#divAlphabetBar ul li.noItems a {
    display: none;
}
#divAlphabetBar ul li:last-child {
    border-right: none;
}

#ulAToZ .divHeader {
    display:flex;
    flex-direction:row;
    align-items:flex-start;
    justify-content:space-between;
    border-bottom:solid 1px var(--primary-color);
}
#ulAToZ .divHeader .title {
    align-self: baseline;
    font-size: 2rem;
    font-weight: bold;
    color: var(--primary-color);
    margin-left:1rem;
}
#ulAToZ .divHeader .backtotop {
    align-self: baseline;
    font-size: 1rem;
    color: var(--primary-color);
}
#ulAToZ .divHeader .backtotop a {
    color: var(--primary-color);
}
#ulAToZ .divHeader .backtotop i {
    font-size:1.5rem;
}
#ulAToZ .moduleItems {
    margin: 2rem 0px;
}
#ulAToZ .moduleItems .item {
    margin-bottom: 1.5rem;
}
#ulAToZ .moduleItems .item .singleFile {
    /*margin-left:1rem;*/
}
#ulAToZ .moduleItems .item .title {
    margin-left: 1rem;
}
#ulAToZ .moduleItems .item .downloadlinks {
    /*margin-left:1rem;*/
}
#ulAToZ .downloadlinks .filesize {
    min-width: 60px;
    color: var(--primary-color);
}

#divAlphabetBar ul.responsiveList {
    display: none;
}
#divAlphabetBar ul.responsiveList li:last-child {
    border-right: solid 1px #cdcdcd;
}
#divAlphabetBar .owl-carousel .nav-btn {
    height: 50px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 0px !important;
    background-color: var(--primary-color);
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#divAlphabetBar .owl-carousel .owl-prev.disabled,
#divAlphabetBar .owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

#divAlphabetBar .owl-carousel .prev-slide {
    /*background: url(../images/common/nav-icon.png) no-repeat scroll 0 0;*/
    left: -27px;
}

#divAlphabetBar .owl-carousel .next-slide {
    /*background: url(../images/common/nav-icon.png) no-repeat scroll -24px 0px;*/
    right: -27px;
}

#divAlphabetBar .owl-carousel .prev-slide:hover {
    /*background-position: 0px -53px;*/
}

#divAlphabetBar .owl-carousel .next-slide:hover {
    /*background-position: -24px -53px;*/
}
.profile-contentArea-content {
    margin:0 1.5rem;
}
.myrequests-caption {
    font-size: 0.8rem;
    color: #6f6f6f;
    display: none;
}

.myrequests-value {
    margin: 0px;
    padding: 0px;
}
.menu-socialmedia {
    padding:0.5rem 1.5rem;
}
.menu-socialmedia a {
    padding-right:0.5rem;
}
.menu-socialmedia img {
    height: 30px;
}
.bottomlogs img {
    max-height:75px;
}
.bottomlogs .flex-row {
    justify-content: flex-end;
}

.overlay {
    background-color: rgba(112, 112, 112, 0.45);
    border-radius: 5px;
    font-family: sans-serif;
    text-align: center;
    line-height: 1;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    max-width: 50%;
    max-height: 50%;
    padding: 20px 40px;
}

.contact-icon-stack {
    position: relative;
    width: 100%;
    height: 100%;
}

    .contact-icon-stack .fa-phone {
        position: absolute;
    }

    .contact-icon-stack .fa-comment-dots {
        position: absolute;
        font-size: 0.8rem;
        transform: rotate( 270deg);
        left: 3px;
    }

.sideFloatingMenu li:hover .contact-icon-stack i.fa-comment-dots {
    font-size: 1rem;
    border: none;
}

.statussearch-wrapper .title i {
    margin-right: 1rem;
}

.trn-wrapper .captchamargin, .statussearch-wrapper .captchamargin, .forgotpassword-wrapper .captchamargin, .mfa-wrapper .captchamargin {
    margin-left: 1rem;
}

.captchamargin img {
    margin-bottom: 1rem;
}

.captchamargin .form-control {
    width: 180px;
}

.statussearch-wrapper .searchresults-result {
    padding: 1rem;
    background-color: #c9d1d8;
    color: #000;
    border: dashed 2px #FFF;
    margin-bottom:2rem;
}

    .statussearch-wrapper .searchresults-result span {
        margin: 0 1rem;
        background-color: var(--gold-bg);
        padding: 5px 10px;
        color: #FFF;
    }

        .statussearch-wrapper .searchresults-result span.inprocess,
        .statussearch-wrapper .searchresults-result span.reopen {
            color: #397fc1;
        }

        .statussearch-wrapper .searchresults-result span.resolved {
            color: #1b954b;
        }

.eservices, .eservices i {
    color: goldenrod !important;
}

.menu-eservices {
    border: solid 1px var(--gold-color) !important;
    border-radius: 3px;
    background-color: var(--gold-bg);
}

    .menu-eservices:hover {
        background-color: var(--gold-bg);
    }

   
.smartmenu li.menu-eservices {
    height: 40px !important;
    align-self: center;
    margin-right: 4px;
}

    .smartmenu li.menu-eservices > a {
        color: #FFF !important;
        line-height: 40px !important;
    }

body[theme="gold"] .smartmenu li.menu-eservices {
    background-color: #FFF;
}

    body[theme="gold"] .smartmenu li.menu-eservices > a {
        color: var(--primary-color) !important;
    }

.serviceDetails .hService-title {
    font-size: 1.2rem;
}

.viewAll a i {
    
}

.emergencyNotificationContent ul,
.emergencyNotificationContent ol {
    margin: 0px 1rem;
}

    .emergencyNotificationContent ul li {
        list-style-type: disc;
    }

    .emergencyNotificationContent ol li {
        list-style-type: decimal;
    }

.subMenuTwoColumn {
    display: flex;
}

    .subMenuTwoColumn .column1, .subMenuTwoColumn .column2 {
        width: 50%;
    }

.RadTreeView_Default, .RadInput.form-control .riTextBox {
    /*font-family: "OpenSans-VariableFont", Fallback, sans-serif !important;*/
    font-size: 1rem !important;
}

.validation-error {
    color: #dc3545 !important;
}


.autocomplete-suggestions {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #999;
    cursor: default;
    overflow: auto;
    z-index: 999999 !important;
    min-width: 240px;
}

.autocomplete-suggestion {
    font-size: .9em;
    overflow: hidden;
    padding: 2px 3px;
    border-bottom: 1px solid #ebebeb;
    color: #000;
}

.autocomplete-suggestions strong {
    color: var(--gold-color);
}

.confirmpopupMsg {
    text-align: left;
    margin-top:1.5rem !important;
}

#myCarouselBanner_rptTwitter .carousel-item {
    height: 350px;
}

.otpBox {
    width: 16rem;
    display: flex;
    flex-direction: column;
    column-gap: 0.5rem;
}

.otpNumbers {
    display: flex;
    flex-direction: row;
    column-gap: 0.5rem;
}

    .otpNumbers input {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 0;
        text-align: center;
    }

.otpBox .resendBox {
    text-align: right;
}

.resendBox input {
    font-weight: bold;
    margin: 0.5rem 0px;
    padding: 0px;
    color: var(--primary-color);
}

.otpHint {
    display: none;
    font-size: 0.8rem;
}

.otpExpiry {
    display: none;
}

.numericfield, .numericfield input {
    direction: ltr !important;
}

.resendBox.MFAPopup input {
    color: var(--gold-bg);
}

    .resendBox.MFAPopup input:hover {
        color: #FFF;
    }

.confirmpopupMsg {
    min-width: 350px;
}

#divManualLink h1 {
    color: var(--gold-color);
    font-size: 2rem;
    margin-bottom: 2rem;
}

#divManualLink .bottomFormButtons a {
    background-color: var(--gold-bg);
    color: #FFF;
}

    #divManualLink .bottomFormButtons a:hover {
        background-color: var(--primary-color);
        color: #FFF;
    }
/*Legislation Archive*/
.lastmodifiedDateCaption {
    font-weight: bold;
    color: var(--primary-color);
}

.commonTableNew {
    margin-top: 2rem;
}

    .commonTableNew .headerTable {
        background-color: #f0f0f0;
        color: #6f6f6f;
        font-size: 1rem;
        margin: 1rem 0rem;
        padding: 1rem;
        border-top: solid 1px #D0D0D0;
        border-bottom: solid 1px #D0D0D0;
    }

        .commonTableNew .headerTable div {
            padding: 0px;
            color:var(--gray-dark);
        }
    /*
.commonTableNew .commonTableOptions {
    margin-top:1rem;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0.5rem 0.5rem;
    background-color: #f5f5f5;
    border: solid 1px #f5f5f5;
    border-radius: 10px;
}*/
    .commonTableNew .seperator {
        margin: 0.75rem 0.75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }
/*Header search*/

.searchTextbox .fa-times {
    right: 30px;
}

/*Header topbar notification*/
.uaepassLoginOnly {
    width: 100%;
    background-color: var(--primary-color);
    color: #FFF;
    padding: 0.5rem 0.5rem;
    font-size: 1rem;
    height: 60px;
}

    .uaepassLoginOnly .flex-row {
        justify-content: space-between;
    }

        .uaepassLoginOnly .flex-row i {
            color: #FFF;
        }

        .uaepassLoginOnly .flex-row a {
            color: #FFF;
            text-decoration: underline;
        }

li.whistleblowerItemMobile.column {
    display: none;
}

/*sidebar gold color change*/
.sideFloatingMenu a i, .sideFloatingMenu i {
    color: #a57225;
}

.customerpulsefill {
    fill: #a57225;
}

div.mostvisited {
    background-color: #a57225 !important;
}

.openDataListButtonOptions {
    display: flex;
    flex-direction: row;
    gap:1rem;
    align-items:center;
}
/* Responsive Start */
@media screen and (min-device-width: 763px) and (max-width: 1367px) {
    body {
        zoom: 75% !important;
        /*background-color:green;*/
    }
}

@media screen and (max-width: 1530px) {
    .smartmenu > li > a, .smartmenu > li.sm-responsive-toggle > span {
        padding: 0px 5px;
    }
}
@media screen and (max-width: 1200px) {
    .smartmenu > li > a, .smartmenu > li.sm-responsive-toggle > span {
        font-size: 0.8rem;
        padding: 0px 5px;
    }
}
@media screen and (max-width: 1100px) {
    body {
        /*background-color:pink;*/
    }

    .smartmenu > li > a, .smartmenu > li.sm-responsive-toggle > span {
        font-size: 0.6rem;
        padding: 0px 0px;
    }
}

@media screen and (max-width: 1023px) {
    body {
        /*background-color:red;*/
    }

    .smartmenu li > a, .smartmenu > li.sm-responsive-toggle > span {
        padding: 0px 0px;
    }

    .row {
        margin-left: 0px;
        margin-right: 0px;
    }
    header .quicklinks .EmailControls {
        color: var(--primary-color);
    }
    .floatingsidebarResponsive {
        display:block;

    }
    #divAccessibility .divClose {
        display:none;
    }
    .sideFloatingMenu #divClose,
    #divClose_Accessibility,
    #divClose .btn-close,
    #divClose_Accessibility .btn-close,
    .sideFloatingMenu .heading {
        display: block;
    }
    .sideFloatingMenu #divClose, #divClose_Accessibility {
        
        float: right;
    }

    #divClose, #divClose a {
        color: #FFF;
    }

    #divClose .btn-close, #divClose_Accessibility .btn-close {
        display: block;
        padding: 0.25rem 0.50rem;
        background-color: var(--dark-gold-bg);
        border: solid 1px #FFF;
        color: #FFF;
    }

    #divClose .btn-close i, #divClose_Accessibility .btn-close i {
        font-size: 1rem;
        padding: 5px;
    }
    .sideFloatingMenu {
        display: none;
        position: absolute;
        top: 410px;
        width: 100%;
        background-color: var(--primary-color);
        border: none;
        color: #FFF;
        padding: 1rem 1rem 1rem;
    }
    .sideFloatingMenu .flex-column.responsive-row {
        flex-direction: row !important;
        justify-content: space-between;
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: auto;
    }

    .sideFloatingMenu a i, .sideFloatingMenu i {
        color: #FFF;
    }

    .sideFloatingMenu div.mostvisited {
        border: solid 1px #FFF;
        position: absolute;
    }

    .sideFloatingMenu div.mostvisited .btn-close {
        position: absolute;
        right: 0px;
        top: -2rem;
        background-color: var(--dark-gold-bg);
        color: #FFF;
        border: solid 1px #FFF;
    }

    .sideFloatingMenu div.mostvisited .btn-close i {
        font-size: 1rem;
        padding: 5px;
        margin: 0px;
        border-bottom: none;
    }

    .customerpulse svg {
        width: 3.5rem !important;
        height: 3.5rem !important;
    }

    .customerpulsefill {
        fill: #FFF;
    }

    .otherlinks .sep {
        height: 0px;
        border-top: solid 1px rgba(256,256,256,0.1);
        margin: 1rem 0px 2rem;
    }

    .otherlinks .otherlinks-row {
        display: flex;
        flex-direction: row;
        gap: 20px;
    }

    .otherlinks-row > * {
        flex: 1;
    }

    .otherlinks .otherlinks-row .column {
        height: 7rem;
        border: solid 1px #FFF;
        background-color: var(--dark-gold-bg);
        color: #FFF;
        --svgcolor: #FFF;
    }

    .otherlinks .otherlinks-row .column a {
        color: #FFF;
    }

    .otherlinks .otherlinks-row .column a svg {
        width: 2rem;
        height: 2.5rem;
    }
    .mostUsedServices .title {
        left: 0px;
        transform: none;
    }
}
/*iPad Mini tablet*/
@media screen and (max-width: 768px) {
    
    #isMobiledevice {
        display: none;
    }
    .logos .mainlogo {
        max-width: 200px;
    }
    .logos .uaelogo {
        max-width:50px;
    }
    header .userprofile {
        display: none;
    }
    header .userprofile a {
        color: #FFF;
    }
    header .menuSearch {
        display:flex;
    }
    header .userprofile {
        font-size:0.9rem;
    }
    header .UserProfileSmall {
        z-index:99;
        position:fixed;
        top:90px;
        display: block;
        width:100%;
        padding:0px 10px;
        background-color: #f5f5f5;
    }
        header .UserProfileSmall .userprofile {
            display: block;
            color: var(--primary-color);
        }
    header .UserProfileSmall .userprofile a {
        color: var(--primary-color);
    }
    
    header #divQuicklinks {
        top: 141px;
        /*height: 50px;*/
        padding: 0.5rem 0px;
    }
    header .quicklinks li a {
        color:#FFF !important;
        font-size:1.2rem !important;
        line-height:1.2rem;
    }
    .EmailControls fieldset.ButtonContainer a.btn-u {
        padding: 6px 10px;
        font-size:1rem !important;
        font-weight:normal;
    }
    #divTopBanners {
        margin-top: 190px;
    }
    .importantInfo {
        margin-top:260px !important;
    }
    .userloggedin .importantInfo {
        margin-top: 210px !important;
    }
    .homeNewsScroll .importantInfo {
        margin-top:0px !important;
    }

    section.mostUsedServices,
    section.newAdditions,
    section.latestNews,
    section.mediacenter,
    section.socialmedia,
    section.mainContent,
    section.commonPageLastUpdated {
        /*margin-left: 15px;
        margin-right: 15px;*/
    }

    .divLoginSeperator, .divSitemapSepearator {
        display: none;
    }
    .mostUsedServices {
        margin-top:2rem;
    }
    .phLoginWithUAEPass {
       
        margin-top:1rem !important;
    }
    .phLoginForm {
        margin-right:0rem !important;
    }
    .responsiveORSeperator {
        display: block !important;
    }
    .uaePassLogo {
        height:auto !important;
        width:90%;
    }
    .servicesListItem .favIcon {
        right:3rem !important;
    }
    
    section.breadcrumb {
        /*margin-top:95px;*/
    }

    .mobile-show-holder {
        top: 180px !important;
    }
    .mobile-show {
        width: 100% !important;
        z-index: 9999999999 !important;
        top: 191px !important;
    }
    .mobile-show-overlay {
        z-index: 99999 !important;
        top: 236px !important;
    }
    body.withlogininfo .mobile-show {
        top: 251px !important;
    }
    .mobile-show .navbar-collapse {
        padding-top: 0px !important;
    }
    #divQuicklinks {
        z-index:999;
        background-color: var(--primary-color);
        color: #fff;
    }

    header .quicklinks {
        padding: 0px 10px;
        color: #fff;
    }
    header .quicklinks i {
        color: #fff;
    }
    header .menuSearch nav {
        display: block !important;
    }
    header .menuSearch {
        visibility: visible;
    }

    header .menuSearch,
    header .menuSearch i {
        color: #fff;
    }

    header .menuSearch .menu-lang {
        border: none !important;
        margin: 0px 0.5rem;
    }

    header .menuSearch .menu-lang a {
        color: #FFF;
    }

    header .advancedSearch {
        display: none;
    }
    #divMenu {
        display:none;
    }
    .menu-eservices {
        margin-bottom: 1rem;
    }

    .menu-eservices a {
        color: #FFF;
        padding: .5rem 2.2rem !important;
    }
    .openDataListButtonOptions {
        display:flex;
        flex-direction:column;
        align-items:unset;
    }
    .openDataListButtonOptions a {
         margin-top:1rem;
    }

    /*New Responsive Jan 04*/
    .floatingsidebarResponsive {
        display:block;
    }
    .sideFloatingMenu {
        display: none;
        position: absolute;
        top: 361px;
        width: 100%;
        background-color: var(--primary-color);
        border: none;
        color: #FFF;
        padding: 1rem 1rem 1rem;
    }
    .sideFloatingMenu .heading, .sideFloatingMenu .btn-close {
        clear: both;
        display: block;
        text-align: left;
    }
    .sideFloatingMenu .heading h3 {
        font-size: 1.25rem;
    }
    #divAccessibility {
        z-index:99 !important;
    }
    #divAccessibility .divClose {
        display:none;
    }
    #divClose_Accessibility {
        display: block;
    }
    #divAccessibility h3 {
        clear: both;
        font-size:1.8rem;
    }
    .colorOptions {
        column-gap:1rem;
    }
    .sideFloatingMenu #divClose, #divClose_Accessibility {
        float: right;
    }
    #divClose, #divClose a {
        color: #FFF;
    }
    #divClose .btn-close, #divClose_Accessibility .btn-close {
        padding: 0.25rem 0.50rem;
        background-color: var(--dark-gold-bg);
        border: solid 1px #FFF;
        color: #FFF;
    }
    #divClose .btn-close i, #divClose_Accessibility .btn-close i{
        font-size: 1rem;
        padding: 5px;
    }
    .sideFloatingMenu .flex-column.responsive-row {
        flex-direction: row !important;
        justify-content: space-between;
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: auto;
    }
    .sideFloatingMenu a i, .sideFloatingMenu i {
        color:#FFF;
    }
    .sideFloatingMenu div.mostvisited {
        border: solid 1px #FFF;
        position: absolute;
        z-index: 5;
    }

    .sideFloatingMenu div.mostvisited .btn-close {
        position: absolute;
        right: 0px;
        top: -2rem;
        background-color: var(--dark-gold-bg);
        color: #FFF;
        border: solid 1px #FFF;
    }
    .sideFloatingMenu div.mostvisited .btn-close i {
        font-size:1rem;
        padding:5px;
        margin:0px;
        border-bottom:none;
        color:#FFF;
    }
    .sideFloatingMenu li:hover a i {
        color: #FFF
    }
    .sideFloatingMenu .whistleblowerItem {
        display:none;
    }
    #modal-trn.aegov-modal, #modal-vat.aegov-modal {
        z-index: 999;
    }
        #modal-trn.aegov-modal .title i, #modal-vat.aegov-modal .title i {
            display:none;
        }

        #modal-trn.aegov-modal .aegov-btn {
            margin-top:1rem;
        }
    .customerpulse svg {
        width: 3.5rem !important;
        height: 3.5rem !important;
    }
    .customerpulsefill {
        fill: #FFF;
    }
    .otherlinks .sep {
        height: 0px;
        border-top: solid 1px rgba(256,256,256,0.1);
        margin: 1rem 0px 2rem;
    }
    .otherlinks .otherlinks-row {
        display: flex;
        flex-direction: row;
        gap: 20px;
    }
    .otherlinks-row > * {
        flex: 1;
    }
    .otherlinks .otherlinks-row .column {
        height: 7rem;
        border: solid 1px #FFF;
        background-color: var(--dark-gold-bg);
        color: #FFF;
        --svgcolor: #FFF;
    }
    .otherlinks .otherlinks-row .column a {
        color: #FFF;
    }
    .otherlinks .otherlinks-row .column a svg {
        width:2rem;
        height:2.5rem;
    }
    .row.trn-form {
        padding:2rem 0px 1rem !important;
    }
    .trn-form input.btn {
        margin-top: 2rem;
    }
    .newadditionWithDownload {
        height: auto;
    }
    .newadditionWithDownload .contentBox p {
        margin-bottom:1rem;
    }
    .newAdditionBannerItem .bannerTitle {
        font-weight:bold;
    }

    .newsLatest_Desktop {
        display: none;
    }
    .newsLatest_Responsive {
        display: block;
        border-radius: 5px;
        filter: drop-shadow(0px 0px 0.75rem rgba(0, 0, 0, 0.16));
    }
    .newsLatest_Responsive .newsItemSmall {
        filter:unset;
        padding:0.5rem;
    }
    .newsItemSmall .thumbnail img {
        margin: 0 auto;
    }
    #divAccessibility .fontIncreaseDecrease {
        margin-top: 1rem;
    }

    /*Legislation Archive*/
    .commonTableNew .headerTable {
        display:none;
        margin:0rem;
    }
    .commonTableNew .commonTableOptions {
        margin-top: 1rem;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0rem 0.5rem;
        background-color: #f5f5f5;
        border: solid 1px #cdcdcd;
        border-radius: 10px;
    }
    .commonTableNew .commonTableOptions .divComments {
        display:flex;
        align-items:center;
        justify-content:center;
        border-left: solid 1px #cdcdcd;
        border-right: solid 1px #cdcdcd;
    }
    .commonTableNew .commonTableOptions .divNOOfDownloads {
        display: flex;
        align-items: center;
        justify-content: center;
        border-right: solid 1px #cdcdcd;
    }
    .commonTableNew .commonTableOptions .divRating {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-right:0.5rem;
    }
    #divAlphabetBar {
        padding: 0px 1rem;
    }
    #divAlphabetBar ul.desktopList {
        display:none;
    }
    #divAlphabetBar ul.responsiveList {
        display: block;
    }
    .profile-contentArea {
        padding: 0px;
    }
    .profile-contentArea-content {
        margin: 1rem 0rem;
    }
    .line-x {
        top:20px !important;
    }
    .StepBlock .number {
        font-size:1rem !important;
        width: 40px !important;
        height: 40px !important;
        line-height: 40px !important;
    }
    .AllContactChannels .separator {
        display:none !important;
    }
    .commonPageLastUpdated {
        margin-top:2rem;
    }
    .subCatItemsSection .colsep, .relatedVideoItemsSection .colsep {
        display:none;
    }
    .fancybox-title-float-wrap .child {
        white-space:unset;
    }
    section.newAdditions .mr-5 {
        margin-left:0px !important;
        margin-right:0px !important;
    }
    .bannerItem {
        padding:0px 0.5rem;
    }
    .servicesListItem .favIcon {
        top: 2rem !important;
        right: 2rem !important;
    }

    .uaepassLoginOnly {
        position: fixed;
        top: 0px;
        z-index: 99;
    }

    
}
/* Extra small devices (phones, 600px and down) */
@media screen and (max-width: 600px) {
    body {
        zoom: 100% !important;
    }

    #readSpeakerBox {
        top: 50px;
    }

    .popover[class*="tour-"] {
        z-index: 999999;
    }
    /*.mostUsedServices {
        overflow-x: hidden;
    }*/
    .sideFloatingMenu {
        /*right:-2rem;*/
        top:361px;
    }

    section.mostUsedServices,
    section.newAdditions,
    section.latestNews,
    section.mediacenter,
    section.socialmedia,
    section.mainContent,
    section.commonPageLastUpdated {
        /*margin-left: 15px;
        margin-right: 15px;*/
    }

        section.newAdditions .mr-5 {
            margin-right: 0px !important;
        }

        section.newAdditions .newAdditionsList {
            margin: 2rem 0px;
            height:auto;
        }

        section.latestNews .newsTopItem,
        section.latestNews .newsList {
            height: auto;
        }

        section.mediacenter .galleryPager {
            background: none;
            z-index: 0;
        }

            section.mediacenter .galleryPager img,
            section.mediacenter .galleryPager .title,
            section.mediacenter .galleryPager .description {
                display: none;
            }

    .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .logos .mainlogo {
        max-width: 200px;
    }

    .logos .uaelogo {
        max-width: 50px;
    }

    #divQuicklinks {
        background-color: var(--primary-color);
        color: #fff;
    }

    header .quicklinks {
        padding: 0px 10px;
        color: #fff;
    }

    header .menuSearch {
        visibility: visible;
    }

        header .menuSearch,
        header .menuSearch i {
            color: #fff;
        }

            header .menuSearch .menu-lang {
                border: none !important;
                margin: 0px 0.5rem;
            }

                header .menuSearch .menu-lang a {
                    color: #FFF;
                }

    header .advancedSearch {
        display: none;
    }

    footer {
        text-align: center;
    }

        footer .logo {
            max-width: 75%;
        }

    .footer-1 .newsletter .d-flex {
        justify-content: center;
    }

    .footer-1 .plugins .d-flex {
        justify-content: center;
    }

    .bottomlogs img {
        /* display: none;*/
        width: auto;
        height: 50px;
    }

    .divfooterlinks {
        display: block;
    }

    .footer-2 .copyrights {
        padding: 0px;
    }

    #divAccessibility {
        top: 194px;
        z-index: 99 !important;
    }

    .menu-eservices {
        margin-bottom: 1rem;
    }

        .menu-eservices a {
            color: #FFF;
            padding:0.5rem 0px !important;
        }

    #divTopBanners {
        margin-top: 190px;
    }

    .bannerItem {
        height: 304px;
        background-position: right;
        padding: 0px 0.5rem;
        background-size:cover;
    }

        .bannerItem .bannerDetails {
            width: 100%;
            padding-top: 0.5rem;
        }

            .bannerItem .bannerDetails h1 {
                width: 100%;
                font-size: 1.2rem;
                margin-bottom: 3rem;
            }

            .bannerItem .bannerDetails h2 {
                display: none;
            }
            .bannerItem .bannerDetails .readmore {
                position: relative !important;
                bottom: unset !important;
            }

            #divTopBanners .divVatCalcTransVerify {
                left: unset;
                transform: unset;
                bottom: -3rem;
                width: 100%;
                justify-content: space-between;
                padding: 0px 1rem;
            }

        #divTopBanners .divVatCalcTransVerify button, #divTopBanners .divVatCalcTransVerify a {
            font-size: 0.8rem;
        }

            #divTopBanners .divVatCalcTransVerify button:nth-child(2), #divTopBanners .divVatCalcTransVerify a:nth-child(2) {
                border: solid 1px #707070;
            }

   
   
    .importantInfo {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 245px !important;
    }
    .userloggedin .importantInfo {
        margin-top: 183px !important;
    }
        .importantInfo i, .importantInfo caption {
            padding-left: 0.5rem !important;
        }

    .homeNewsScroll .importantInfo {
        margin-top: 32px !important;
    }

    .infoScroll1 {
        margin: 0px 1rem !important;
        width: calc(100% - 2rem) !important;
    }
    .infoScroll {
        /*width:calc(100% - 150px) !important;*/
    }
    .mostUsedServices {
        margin-top:2rem;
    }
    .titleBig {
        text-align: left;
        font-size: 1.5rem;
    }

    .mostUsedServices .title {
        left: 0px;
        transform: none;
    }

    .mostUsedServices .serviceDetails .sep {
        display: none;
    }

    .mostUsedServices .serviceDetails .sep,
    .mostUsedServices .serviceDetails .description {
        display: none;
    }

    .mostUsedServices .serviceDetails .start {
        text-align: left;
    }
    .mostUsedServices .serviceList {
        height: 278px !important;
    }
    .serviceListItem {
        width: 45%; /* width: 130px;*/
        max-width: 48%;
        height: 250px !important;
    }
    .mostUsedServices .serviceListItem .btn {
        min-width:120px;
    }
    .mostUsedServices .serviceListItem .btn:last-child {
        margin-top: 5px;
    }

    .imageContainer {
        width: 40px;
        height: 40px;
    }

    .serviceListItem p {
        padding-top: 7px;
    }

    .commonTitle,
    .commonTitle a {
        font-size: 1rem;
    }

    .newadditionWithDownload {
        padding: 35px 25px 0px;
    }

        .newadditionWithDownload .downloadBox .row .col-3,
        .newadditionWithDownload .downloadBox .row .col-6 {
            padding-left: 5px;
            padding-right: 5px;
        }

    .newAdditionBannerItem {
        height: 358px;
    }

    .newAdditionBanner {
        margin: 15px;
    }
    
    .newsItemSmall {
        height: auto;
        flex-direction: column;
    }

    .newsItemSmall figure {
        width: 100%;
        height: 150px;
        max-width: unset;
        text-align: center;
    }

    .socialmedia .nav-tabs .nav-link span {
        display: none;
    }
    /*eServices list */
    .subCategoriesList {
        flex-direction: column !important;
    }

    .socialmedia .carousel-item img {
        max-height: 150px;
        margin: 0 auto;
        text-align: center;
    }

    .socialmedia .carousel-indicators {
        bottom: -50px;
    }

    .socialmedia .carousel-item h3 {
        font-size: 1.25rem;
    }

    .socialmedia .carousel-item h5 {
        font-size: 1rem;
    }
    .hService-title-lg {
        display: none !important;
    }

    .hService-title-sm {
        display: block !important;
    }

    .commonTable .headerTable {
        display:none;
    }
    #taxAgentDetailsModal {
        width: auto !important;
        max-width: 100% !important;
    }
    #divPager .pagination-wrapper .pagination {
        /*display: flex !important;
        flex-wrap: wrap;*/
    }

    header .UserProfileSmall {
        z-index: 99;
        position: fixed;
        top: 90px;
    }
    .mobile-show {
        top: 191px !important;
    }
    .mobile-show-overlay {
        top:190px;
    }
    body.withlogininfo .mobile-show {
        top: 246px !important;
    }

    body.withlogininfo .mobile-show-overlay {
        top: 245px;
    }
    .myrequests-caption {
        display: block;
    }

    .myrequests-value {
        margin: 0.5rem 0px;
    }

    #divPager .pagination-wrapper .pagination > li a {
        padding: 5px 10px !important;
    }
    .news-list .col-md-4 {
        padding-left:0px;
        padding-right:0px;
    }
    .btn-sharik-survey {
        display:flex;
    }
    .divContactUsBlock .colsep {
        display:none;
    }
    .divContactUsBlock .col2 {
        width: 30% !important;
    }
    .divContactUsBlock .col3 {
        width: 50% !important;
        padding-left: 20px;
    }
    /*Sidebar SRN Status Check Mobile Android Fix Start*/
    .statussearch-wrapper {
        top:30px !important;
    }
    /*div[id^="ctl00_ctrlHeader_radCaptchaSRN"] {
        display:flex;
    }
    div[id^="ctl00_ctrlHeader_radCaptchaSRN"] img {
        height: 36px !important;
    }
    div[id^="ctl00_ctrlHeader_radCaptchaSRN"] p {
       margin:0px 10px;
    }
    div[id^="ctl00_ctrlHeader_radCaptchaSRN"] input {
        height: 36px;
        width:130px !important;
    }*/
    /*Sidebar SRN Status Check Mobile Android Fix End*/
}

@media screen and (max-width: 400px) {
    .serviceListItem {
        width: 95%; /* width: 130px;*/
        max-width: 96%;
    }

    #taxAgentDetailsModal {
        width: auto !important;
        max-width: 100% !important;
    }
    #divPager .pagination-wrapper .pagination {
        /*display: flex !important;
        flex-wrap: wrap;*/
    }
    #divPager .pagination-wrapper .pagination > li a {
        padding:5px 7px !important;
    }
    .mostUsedServices .serviceListItem .btn:last-child {
        margin-top: 0px;
    }
}

/*For Fold Devices*/
@media screen and (max-width: 345px) {
    .logos .mainlogo {
        max-width:180px;
    }
    .logos .uaelogo {
        max-width:40px;
    }
}
/* Responsive End */
/*Print Start*/
@media print {
    body {
        width: 100%;
        margin: 0 auto;
        max-width: 1200px
    }


    #divQuicklinks, #divMenu, #full-menu,
    .importantInfo,
    .sideFloatingMenu, .rating,
    #DeafServicePlace,
    #divInnerPage,
    #Nuance-chat-anchored, .backBtn, .contentHelpful, .newsletter, .contentSidebar, footer,
    .carousel-pager-container, .divVatCalcTransVerify, .bannerDetails .readmore, .mostUsedServices .serviceDetails {
        visibility: hidden !important;
        display: none !important;
    }

    .newAdditions .viewAll, .newAdditions .bannerReadmore, a.readmore, .RadDataPager.RadDataPager_Vista {
        visibility: hidden !important;
        display: none !important;
    }

    .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .no-gutters {
        margin-right: 0;
        margin-left: 0;
    }

    .col-8 {
        -ms-flex: 0 0 60.666667%;
        flex: 0 0 60.666667%;
        max-width: 60.666667%;
    }

    .col-md-4 {
        -ms-flex: 0 0 30.333333%;
        flex: 0 0 30.333333%;
        max-width: 30.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 60.666667%;
        flex: 0 0 60.666667%;
        max-width: 60.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%;
    }

    .col-sm-6 {
        flex: 0 0 48%;
        max-width: 48%;
    }

    .mr-5, .mx-5 {
        margin-right: 1rem !important;
    }

    .newAdditionBanner {
        width: 240px;
    }

    .newAdditionBannerItem .bannerDescription {
        top: 180px;
    }

    .contentSidebar + .col-md-9 {
        width: 100%;
    }

    #divCommonPageLstUpdateHits > div.row > div {
        width: 45%;
    }

    footer .footer-2 {
        background-color: #ddd;
    }

    .footerlinks-2, .footer-bestViewed, .footerlinks-2, .footerlinks-2 a, .copyrights {
        color: #000;
    }

    .highlights .col-md-4 {
        width: 100%;
        float: none;
    }

    a:link:after, a:visited:after {
        content: "" !important;
        font-size: 90%
    }

    .setToggleContent {
        display: block !important;
    }

    .setToggleControl i.fa-plus {
        display: none;
    }

    .serviceContent .publications li {
        max-height: 280px;
    }

    .pagination > li.active {
        font-weight: bold;
        border: none !important;
        background: transparent;
    }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .pageTitle {
        border-color: #000;
    }

    .events .col-md-3 {
        width: 25% !important;
        float: left;
    }

    .event-details .col-lg-12.event-title-banner {
        border-color: #000;
        padding-left: 0px !important;
    }

    .media_gallery .publications.galleryitems img.img-responsive {
        height: 140px !important;
    }

    .media_gallery .galleryitems .col-md-3 {
        width: 20%;
    }

    .media_gallery .galleryitems {
        margin-bottom: 0px !important;
    }

    .pagination {
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    .ItemsList .col-xs-6.search_item {
        width: 50%;
    }

        .ItemsList .col-xs-6.search_item:nth-child(even) {
            padding-left: 3px;
            margin-bottom: 3px;
        }

        .ItemsList .col-xs-6.search_item:nth-child(odd) {
            padding-right: 3px;
            margin-bottom: 3px;
        }

    .home_events_date {
        width: 50px !important;
    }

    .home_events {
        float: left !important;
        margin-left: 20px;
    }

    .home_events_date span {
        text-align: left;
    }

    .home_news li {
        width: 100%;
        text-align: center;
    }

        .home_news li.active {
            border: 2px solid #d0d0d0 !important;
            border-bottom: none;
        }


    .nav-tabs li {
        border: none !important;
    }

    .nav-tabs {
        border-color: #d0d0d0 !important;
    }

    element-four .col-md-6 {
        width: 100% !important;
    }

    .tab-content {
        border: 2px solid #d0d0d0 !important;
        border-top: none !important;
    }

    .GovBanner, .homeSocialStatus {
        display: none;
    }

    .RadCalendar .rcTitlebar {
        border: none !important;
    }

    .RadCalendar .rcPreview .rcRow a {
        border-color: #000 !important;
        color: #000 !important
    }

    #tourEvents .home_events .newcountdown {
        float: none;
        display: block;
        height: 50px;
    }

    .short_news .home_events .home_events_details {
        display: block;
    }

    #tourEvents .short_news h3 {
        height: auto;
    }

    .short_news {
        display: block;
        border-bottom: 2px solid #d0d0d0 !important;
        z-index: 9999;
    }

    .newcountdown span.value {
        border: 2px solid #d0d0d0;
    }

    .tab-v1.wrap_border {
        display: inline-table;
        width: 100%;
    }

    #news > h6, #events > h6 {
        display: none;
    }

    /*home Page ends*/

    /* Input common style */
    .form-control {
        border: 2px solid #eee !important;
    }
    /* Input common style ends here*/

    .simpleInfoWindow {
        background-color: #ffffff !important;
        border: 2px solid #000 !important;
    }

    .margin-bottom-30 {
        margin-bottom: 0px;
    }

    .toggle-list {
        display: inline-table !important;
    }

    iframe {
        -webkit-filter: grayscale(1) !important;
        -webkit-filter: grayscale(100%) !important;
        filter: gray !important;
        filter: grayscale(100%) !important;
        filter: url(desaturate.svg#greyscale);
    }

    .tab-services #mostservices .tiles-service img {
        -webkit-filter: grayscale(1) !important;
        -webkit-filter: grayscale(100%) !important;
        filter: gray !important;
        filter: grayscale(100%) !important;
        filter: url(desaturate.svg#greyscale);
    }

    .body::after {
        margin-bottom: 80px;
        content: ' ';
    }
}

    /*Print End*/

    

@media only screen and (min-device-width: 375px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape)  {
    .mostUsedServices .serviceListItem .btn {
        font-size:0.8rem;
        min-width:auto;
    }
    .newadditionWithDownload {
        padding-top: 1.5rem !important;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-right: 5px !important;
    }

    .contentBox .commonTitle, .contentBox .commonTitle a,
    .newAdditionsListItem .commonTitle, .newAdditionsListItem .commonTitle a {
        font-size: 0.8rem;
    }

    .downloadBox .commonTitle {
        font-size: 0.7rem;
    }

    .newAdditionBannerItem .bannerTitle {
        font-size: 1.2rem;
    }
    .newAdditionBannerItem .bannerDescription {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1023px) {
    li.whistleblowerItem {
        display: none;
    }

    li.whistleblowerItemMobile {
        height: 7rem;
        border: solid 1px #FFF;
        background-color: #3a5e81;
        color: #FFF;
        --svgcolor: #FFF;
        font-size: .8rem;
        padding: 10px 10px;
        display: block !important;
    }
}
/*Night vision Fixes*/
body[night="1"] .sideFloatingMenu {
    background-color:transparent;
}
body[night="1"] .sideFloatingMenu a i, body[night="1"] .sideFloatingMenu i {
    color: #FFF;
}

body[night="1"] #divAccessibility,
body[night="1"] header,
body[night="1"] #divQuicklinks,
body[night="1"] .importantInfo,
body[night="1"] .mostUsedServices .serviceList,
body[night="1"] .newsTopItem,
body[night="1"] .newsList,
body[night="1"] .socialmedia .web-tabs,
body[night="1"] .newadditionWithDownload,
body[night="1"] .newAdditionsList {
    background: #272b30 !important;
}
body[night="1"] .fontSizeItem {
   color:#000;
}
    body[night="1"] header {
        background-color: var(--light-bgcolor) !important;
    }
body[night="1"] #divTopBanners {
    background-image: linear-gradient(#000, #565353);
}
body[night="1"] .bannerItem .bannerDetails h1,
body[night="1"] .bannerItem .bannerDetails h2 {
    color: #000;
}
body[night="1"] .infoScroll a {
    color:#FFF;
}
body[night="1"] .serviceListItem p, body[night="1"] .servicesListItem p {
    color: var(--text-black);
}
body[night="1"] .titleBig {
    color:#FFF;
}
body[night="1"] .footerlinks-1 a {
    color:#FFF;
}
body[night="1"] .footer-1 .title {
    font-weight:bold;
}
body[night="1"] .commonPageLastUpdated,
body[night="1"] #divCommonPageLstUpdateHits {
    background-color: #252525;
}
body[night="1"] #divCommonPageLstUpdateHits .contentHelpful .caption,
body[night="1"] #divCommonPageLstUpdateHits .content {
    color: #FFF;
}

body[night="1"] .newsItemSmall,
body[night="1"] .newsItemSmall figure,
body[night="1"] .newsItemBig figure {
    background-color: transparent;
}
body[night="1"] .importantInfo,
body[night="1"] .mostUsedServices .serviceList,
body[night="1"] .newAdditionsList,
body[night="1"] .newsLatest_Desktop,
body[night="1"] .socialmedia .web-tabs {
    border: solid 1px #FFF;
}
body[night="1"] .newAdditionBannerItem .bannerTitle,
body[night="1"] .newAdditionBannerItem .bannerDescription {
    color: #252525;
}
body[night="1"] .newAdditionsListItem {
    background-color: #272b30;
}
body[night="1"] .serviceListItem:hover,
body[night="1"] .serviceListItem.selected,
body[night="1"] .socialmedia .nav-tabs .nav-link {
    background-color: #454242;
}
body[night="1"] .socialmedia .nav-tabs .nav-link.active {
    background-color: #272b30 !important;
}
body[night="1"] .mostUsedServices .serviceListItem .btn,
body[night="1"] .servicesListItem .start .btn {
    border: solid 1px var(--primary-color);
    color: var(--primary-color);
}
body[night="1"] .downloadBox .row:hover {
    background-color: #454242;
}
body[night="1"] .newAdditionBannerItem .bannerReadmore {
    background-color: transparent;
}
body[night="1"] .newsItemBig .category,
body[night="1"] .newsItemSmall .category {
    background-color: transparent;
}
body[night="1"] .smartmenu > li.sm-content-full > div {
    background-color: #454242;
}
body[night="1"] .importantInfo i,
body[night="1"] .importantInfo .caption,
body[night="1"] .viewAll,
body[night="1"] .viewAll a {
    color:var(--primary-color);
}
body[night="1"] .contentSidebar,
body[night="1"] .serviceDetailsCol1 {
    background-color: #454242;
}
body[night="1"] .serviceDetailsCol1 {
    color:#FFF;
}
body[night="1"] .contentSidebar ul li.selected {
    background-color: var(--primary-color);
}
body[night="1"] .breadcrumb,
body[night="1"] .breadcrumb a {
    background-color: #454242;
}
body[night="1"] .highlights li,
body[night="1"] .relatedFiles li,
body[night="1"] .relatedLinks li,
body[night="1"] .elearningVideos li {
    background-color: #454242;
    border-bottom: 1px solid #454242;
    border-left: 1px solid #454242;
}
body[night="1"] .highlights li:hover,
body[night="1"] .relatedFiles li:hover,
body[night="1"] .relatedLinks li:hover,
body[night="1"] .elearningVideos li:hover {
    background-color: var(--primary-color);
    color: #fff;
}
body[night="1"] .highlights li:nth-child(2n),
body[night="1"] .relatedFiles li:nth-child(2n),
body[night="1"] .relatedLinks li:nth-child(2n),
body[night="1"] .elearningVideos li:nth-child(2n) {
    background-color: #4e5052;
}

body[night="1"] .contentListItem:nth-child(2n+1) {
    background-color: #454242;
}
body[night="1"] #divSearch {
    background-color:transparent;
}
body[night="1"] .servicesListItem,
body[night="1"] .eservice-card .accordion-wrapper div.expandTitle {
    background-color: #4e5052;
}
body[night="1"] .eservice-card .accordion-wrapper div.expandTitle,
body[night="1"] .eservice-card .accordion-wrapper div.expandContent,
body[night="1"] .serviceDetailsCol1 h3,
body[night="1"] .serviceDetailsCol1 p,
body[night="1"] .serviceDetailsCol1 a {
    color: #FFF;
}
body[night="1"] .eservice-card .accordion-wrapper div.expandContent {
    background-color: transparent;
}
body[night="1"] .commonTableNew {
    color:var(--text-black);
}
body[night="1"] .commonTableNew .headerTable {
    background-color: #4e5052;
    color: var(--text-black);
}
body[night="1"] .downloadlinks p {
    color: var(--text-black);
}
body[night="1"] #divpolls .pollheader {
    background-color: #4e5052;
}
body[night="1"] #divpolls .inline-group .checkbox,
body[night="1"] #divpolls .inline-group .radio {
    color:var(--text-black);
}
body[night="1"] .list-group-item {
    background-color:var(--primary-color);
}

body[night="1"] .contentListItem.newslandingTopItem {
    background-color: #4e5052;
}
body[night="1"] .newsListItem {
    background-color: #4e5052;
}
body[night="1"] .pageTitle {
    color:var(--primary-color);
}
body[night="1"] .taxAgentListItem,
body[night="1"] .fancybox-skin,
body[night="1"] #taxAgentDetailsModal .taxAgentListItem {
    background-color: #454242;
    color: #FFF;
}
    body[night="1"] .taxAgentListItem:nth-child(2n) {
        background-color: #4e5052;
    }
body[night="1"] .taxAgentListItem a,
body[night="1"] .taxAgentListItem .namecompany .branchLocation {
    color: var(--text-black);
}
body[night="1"] .taxAgentListItem .taxagentreadmore a.btn-primary {
    color: #000;
}
body[night="1"] .taxagentreadmore .btn-primary:hover {
    background-color: var(--primary-color);
}
body[night="1"] #taxAgentDetailsModal a.btn-close {
    color:#FFF;
}
body[night="1"] #taxAgentDetailsModal a.btn-close:hover {
    color: var(--primary-color);
}
body[night="1"] .nightReadingItem.on,
body[night="1"] .nightReadingItem.off {
    color: #000;
}
body[night="1"] .customerpulsefill {
    fill: #FFF;
}
body[night="1"] .popover {
    color: #000;
}
body[night="1"] .faq-body {
    color: #000;
}
/* Start - New For DLS fixes Dec12,2024 */
.searchTextbox input {
    border: solid 1px #000 !important;  
}
.searchTextbox a {
    position:absolute;
    right:10px;
}
#tourUsermgmt_desktop a, #tourQuickLinks a, .bannerDetails a, .infoScroll a, .start a, .viewAll a, .newAdditionBannerItem a, .title a, .commonTitle a, .social-link, .nav-link, .footer-1 a, .footer-2 a {
    text-decoration: none;
}
    #tourUsermgmt_desktop a:hover, .bannerDetails a:hover, .infoScroll a:hover, .start a:hover, .viewAll a:hover, .newAdditionBannerItem a:hover, .title a:hover, .commonTitle a:hover,
    .social-link:hover, .nav-link:hover, .footer-1 a:hover, .footer-2 a:hover {
        text-decoration: underline;
    }
.socialmedia .nav-tabs .nav-link {
    display:flex;
    justify-content:center;
}
a.btn, a.btn-u, .servicemenu a, .faq-heading a {
    text-decoration: none;
}
.openDataListButtonOptions a:hover, .faq-heading a:hover {
    text-decoration: underline;
}
.captcha input.form-control {
    background-color:#FFF;
}
.captcha p {
    margin-bottom:0px;
}
.AllContactChannels li a {
    display:flex;
    text-decoration:none;
    line-height:3rem;
}
.AllContactChannels li a:hover {
    text-decoration:underline;
}
.sideFloatingMenu a {
    text-decoration:none;
}
.sideFloatingMenu a:hover {
    text-decoration: none;
}
.sideFloatingMenu a:hover i {
    text-decoration: none;
}
.sideFloatingMenu li {
    display: flex;
    align-items: center;
    justify-content: center;
}
a.close {
    text-decoration-line: none !important;
}
a:hover i {
    text-decoration:none;
}
.smartmenu > li:hover > a, .smartmenu > li.sm-active > a, .smartmenu > li.sm-opened > a {
    border-radius:0px;
}
.smartmenu .servicemenu .sm-row .sm-col > .sm-grid-wrapper a {
    border-radius:0px;
}
/* End - New For DLS fixes Dec12,2024 */

