@media only screen and (min-width: 992px) and (max-width: 1350px) {
    .sticky-nav ul li,
    .sticky-nav ul li a {
      padding: 5px !important;
    }
}

/*@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");*/
:root {
  --blue: #007bff;
  --indigo: #69c5e6;
  --purple: #6871B6;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #1762B8;
  --secondary: #959393;
  --success: #2ED477;
  --info: #01459D;
  --warning: #FF9138;
  --danger: #F46363;
  --light: #f8f8f8;
  --dark: #3F3B3B;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif:  Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace:  Roboto, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family:  Roboto, sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

footer, header, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family:  Roboto,-apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #ffffff;
}
body.is_rtl {
  margin: 0;
  font-family: 'AtrissiGhad', Arial, sans-serif;

}
main.page-content.clearfix .containerShadow {
    padding: 19px 0 !important;
    border-radius: 8px;
    background: #fff url(/sites/default/files/images/bg-header.png) left top repeat-x;
    box-shadow: 4px 0 17px -9px rgba(105,100,100,0.66), -4px 0 17px -9px rgba(105,100,100,0.66);
    -webkit-box-shadow: 4px 0 17px -9px rgba(105,100,100,0.66), -4px 0 17px -9px rgba(105,100,100,0.66);
    -moz-box-shadow: 4px 0 17px -9px rgba(105,100,100,0.66),-4px 0 17px -9px rgba(105,100,100,0.66);
    margin-top: 40px;
    margin-bottom: 40px;
}

#block-ajman-page-title {

    text-align: center;
    margin-bottom: 2vh;
    padding-top: 15px;
}



.path-ajman-data-category .searc_input .form-group, .path-ajman-data .searc_input .form-group {
    /*max-width: 832px;
    margin: auto;
    -webkit-box-shadow: 0px 1px 12px 0px rgba(255,255,255,1) !important;
    -moz-box-shadow: 0px 1px 12px 0px rgba(255,255,255,1) !important;
    box-shadow: 0px 1px 12px 0px rgba(255,255,255,1) !important;
    border-radius: 10000px;
    position: relative;*/
}

.hide-block #views-exposed-form-detail-page-of-ajman-data-page-2 .js-form-item-tid, .hide-block #views-exposed-form-detail-page-of-ajman-data-page-2 .js-form-item-field-publisher-for-data-target-id, .hide-block- .form-item-combine, .hide-block #views-exposed-form-detail-page-of-ajman-data-page-2 .js-form-item-field-data-files-types-value, .hide-block #views-exposed-form-detail-page-of-ajman-data-page-2 .form-item-tid-1.js-form-item-tid-1, .hide-block #views-exposed-form-detail-page-of-ajman-data-page-2 .js-form-item-tid-2 {
    display: none;
}

.path-ajman-data .hide-block #views-exposed-form-detail-page-of-ajman-data-page-2 input[type=submit] {
    height: 66px;
    background-color: rgb(255,255,255);
    max-width: 80px;
    height: 59px;
    width: 100%;
    border-radius: 1000px;
    margin-top: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8f7347;
    font-size: 16px;
    float: right;
    margin-top: -59.4px;
    margin-right: 0px;
    border: 1px solid #fff;
    position: relative;
}

.region-footer-second .block-views-blockmegamenu-block-block-1 {
    display: none;
}


.slick-dots li button:before
{

    font-size: 10px !important;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: #1762B8 !important;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.path-frontpage .hero-bg-wrapper {
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
}

.hero-bg-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.navbar-collapse.collapse {
    display: flex !important;
    -ms-flex-direction: column;
    flex-direction: column;
    /* padding-left: 0; */
    margin-bottom: 0;
    list-style: none;
    float: right;
    box-shadow: none;
}

.page-node-type-landing-page #navbar {

    top: 28px ;

}
.input-group .input-group-addon {
  display: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
     /*border-color: none;*/
}

.navbar-collapse {

     border-top: none !important;
    /* -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); */
    /* box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); */
    -webkit-overflow-scrolling: touch;
}
.js-form-item-search-api-fulltext .form-text {
  background-color: #fff;
}

.paragraph--type--hero-image .hero-image-wrapper {
    position: absolute;
    bottom: 35%;
    text-align: right;
    padding-right: 8%;
    padding-left: 50%;
    text-align: left;
    width: 60%;
    padding-right: 9%;
    padding-left: 9%;
}

#views-exposed-form-test1234-page-1 .form-submit {
      background-color: #1762B8;
    border-color: #1762B8;
    color: #fff;
        height: 50px;
            margin-left: -6px;
}
[dir='rtl'] #views-exposed-form-test1234-page-1 .form-submit {

            margin-right: -6px;
}

.components h2 {
    padding-left: 0px;
    /* padding-right: 15px; */
}
.components h2 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 980px;
    padding-left: 15px;
    padding-right: 15px;
     color: #000;
    font-size: 2.750em;
    margin-bottom: 40px;
    font-weight: 700;
}
.services-list h6 { margin-bottom:0; margin-top: 10px;}
.js-form-item-search-api-fulltext .form-text {/*width: 772px; */height: 50px;}
.components h2 {

     padding-left: 0px;
    /* padding-right: 15px; */

}



.slick-initialized .slick-slide {

}


.page-node-type-landing-page .toolbar-horizontal  #navbar {
    top: 90px !important;
}
.main-container.container.container-for-content {margin-top: 80px;}
.paragraph--type--hero-image .hero-image-wrapper span {

     color: #fff;
    display: inline-block;
    margin-bottom: 30px;
    font-size: 1.5em;
    line-height: 30px;
}

.paragraph--type--hero-image .hero-image-wrapper .hero-intro-text {
    text-transform: inherit;
    width: 20%;
    display: inherit;
}
.weather_block {
    position: absolute;
    width: 25.3%;
    display: inline-block;
    top: 0;
    /* float: left; */
    color: #fff;
    width: -8%;
    /* margin: 0px 10%; */
    overflow: hidden;
    vertical-align: middle;
    /* text-align: center; */
    left: 0;
}
.block-weather {
    margin-top: 10rem;
    display: inline-block;
}
.weather {opacity: .7}
.weather a, .weather p {color: #fff;}


.tb-megamenu .nav > li > a, .tb-megamenu .nav > li > span.tb-megamenu-no-link {
    border-bottom: 0;
     border-right: none;
    border-top: 0;
    color: #363A40;
    font-weight: bold;
    padding: 15px 20px;
    text-shadow: none;
}
.navbar {

     margin-bottom: 0px;

}

/***************************************************************/
.sticky-nav {
    top: 2em;
}
.sticky-nav {
    z-index: 99 !important;
}
.sticky-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    vertical-align: middle;
    z-index: 3;
}
.sticky-nav ul {
    margin: auto;
    padding: 0;
    position: relative;
}
.sticky-nav ul li:nth-child(odd) {
    background-color: #fff;
}
.sticky-nav ul li {
    background-color: #fff;
    box-sizing: content-box;
    clear: both;
    float: left;
    list-style: outside none none;
    position: relative;
    text-align: center;
    word-wrap: break-word;
}

.sticky-nav .sd-image img {
    clear: both;
    width: 56%;
}
.sticky-nav .sd-image a {
    padding-top: 6px;
}
.sticky-nav ul li a {
    width: 55px;
    height: 55px;
    padding-top: 10px;
    font-size: .6em;
}
.sticky-nav ul li a i {
    font-size: 2em;
}
.sticky-nav ul li a i {
    display: inline-block;
    font-size: 2vw;
    margin-bottom: 5px;
}
span[class^="icon-"], span[class*=" icon-"], i[class^="icon-"], i[class*=" icon-"] {
    font-family: 'Fontawsome' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sticky-nav span {
    clear: both;
    float: left;
    text-align: center;
    width: 100%;
    min-height: 20px;
    line-height: 11px;
}
.sticky-nav ul li a {
    width: 75px;
    height: 75px;
    padding-top: 10px;
}
.sticky-nav ul li a {
        color: #1762B8;
    line-height: 14px;
    padding: 0.6em 0.4em;
    text-decoration: none;
    width: 6em;
    display: inline-block;
    box-sizing: border-box;
    font-size: 0.9em;
}

/****************************************************************/

.apps {
    float: left;
    width: 100%;
}
.sticky-nav .popup .title {
    color: #8e734a;

    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0.5vh 1vw;
    text-align: center;
    text-transform: uppercase;
}
.sticky-nav .popup p {
    text-align: justify;
    line-height: 1.8em;
}
.application {
    display: inline-block;
    text-align: center;
    position: relative;
    vertical-align: top;
    width: 190px;
}
.application .preview {
    overflow: hidden;
    background: url(/sites/default/files/images/phone-mockup.png);
    width: 201px;
    height: 365px;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 55px 31px 63px;
    background-size: cover;
}

.application .preview img {
    max-height: 100%;
}

.application .preview img {
    width: 100%;
    height: 100%;
    display: block;
}







.description-app {
    height: 120px;
    position: relative;
    padding: 0 15px 40px;
}
.description-app-top {
  height: 74px;
}
.application .description-app h2 {
    line-height: 1em;
}

.application h2 {
    color: #1762B8;
    font-size: 0.8em;
    letter-spacing: 1px;
    height: 30px;
    line-height: 1.6vh;
    margin: 1vh 0 0;
    text-align: center;
    overflow: hidden;
    padding-top: 2px;
}
.is_rtl .application h2 {
  height: 35px;
}
.sticky-nav span {
    clear: both;
    float: left;
    text-align: center;
    width: 100%;
    min-height: 20px;
    line-height: 11px;
}

.application .description-app .sub-title {
    margin: 10px 0;
    min-height: 30px;
    font-size: 11px;
}

.page-node-type-landing-page .alert-success p{
    color: #ffffff;

}
.footer a {
    color: #363A40;
}
.region-footer-second { padding-top: 8px; }

.region-footer-third { padding-top: 20px; }

.footer .nav > li > a:hover, .footer .nav > li > a:focus {
    text-decoration: none;
    background-color: inherit;
}

.footer .nav .open > a, .footer .nav .open > a:hover, .footer .nav .open > a:focus {
    background-color: inherit;
    border-color: inherit;
}
.application .description-app .download {
    clear: both;
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.download {
    margin: 10px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.download .android {
    background-color: #a4c639;
    color: #fff;
}

.download a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    font-size: 1.2em;
    height: 30px;
    line-height: 30px;
    width: 30px;
}
span[class^="icon-"], span[class*=" icon-"], i[class^="icon-"], i[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.download .apple {
    background-color: #606060;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
}


.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.about, .mayazeen {
    float: left;
    width: 100%;
}
.sticky-nav .popup p {
        line-height: 18px;
    color: #363A40;
    font-size: 12px;
    text-align: left;
    font-weight: 400;
}
.sticky-nav .popup p:last-child{
    margin-bottom: 1rem;
}
.about h2, .mayazeen h2 {
    float: left;
    font-size: 1.1em;
    text-align: left;
    width: 100%;
}
.sticky-nav a {
    color: #363A40;
}
.scroll_display {display: none;}
.stickynav .logo.navbar-btn.pull-left {display: none;}
.stickynav .scroll_display {display: block;}

.stickynav .scroll_display .logo.navbar-btn.pull-left{display: block;}
.stickynav  .lang_switch {color: #363A40 !important;}
.stickynav  .navbar-collapse.collapse {
    padding-top: 18px;
}
.stickynav {
    position: fixed !important;
    top: 0px !important;
    padding: 8px 0 !important;
    background: #fff !important;
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1) !important;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
        z-index: 99;
}
.tb-megamenu .mega.open > .mega-dropdown-menu, .tb-megamenu .mega.dropdown-submenu:hover > .mega-dropdown-menu {

    padding: 1.5rem 1.5rem 3rem 1.5rem;
    border-bottom: none;
    border-radius: 5px;
}

.tb-megamenu .mega-nav > li a, .tb-megamenu .dropdown-menu .mega-nav > li a, 
.tb-megamenu .mega-nav > li span.tb-megamenu-no-link, 
.tb-megamenu .dropdown-menu .mega-nav > li span.tb-megamenu-no-link {
    padding: 5px 0;
    min-height: 48px;
    padding: 8px 15px;
    align-items: center;
    display: flex;    
}


 a{
    /*display: flex;
    min-height: 48px;
    padding: 8px 15px;
    align-items: center;    
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;*/

}

.paragraph--type--hero-image .hero-image-wrapper  #ui-id-1 span {
   
    
    display: inline-block;
    margin-bottom: inherit;
    font-size: inherit; 
    line-height: inherit;
    color: #212529;
}

.paragraph--type--hero-image .hero-image-wrapper #ui-id-1 a {
   
    display: inline-block;
    padding: 0;
    border-radius: inherit;;
    background-color: #fff;
    
    text-transform: inherit;

    width: 100%;
    
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
        border-bottom: none;
   
}

.stickynav {z-index: 99 !important;}
/*.scrollbar {
    scrollbar-face-color: #8e734a;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #8e734a;
    scrollbar-3dlight-color: #8e734a;
    scrollbar-arrow-color: #8e734a;
    scrollbar-track-color: #ffffff;
    scrollbar-darkshadow-color: #ffffff;
}*/

.scrollbar {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.happyness {
    float: left;
    text-align: center;
    width: 100%;
}

.happyness {
    /*padding: 8nov7vw 2vw 2vh;*/
}
.paragraph--type--happiness-bundle .viewsreference--view-title {display: none;}

.components h3 {
   
    color: #363A40;
    font-size: 2.55em;
}

.sticky-nav li.active a{
        background-color: #1762B8;
        color: #ffffff;
        font-weight: 400;
        /*border-radius: 0 12px 0 0;*/
}
.sticky-nav .popup.happyness .title {
    text-align: left;
}

.sticky-nav .popup .title {
    color: #8e734a;   
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0.5vh 1vw;
    text-align: center;
    text-transform: uppercase;
}
.text-how-was-experience {
    padding: 15px;
}
.sticky-nav .happyness .choices {
    float: none;
    margin: 0 auto;
}
.happyness .choices {
    float: left;
    margin: 3%;
    margin-bottom: 0%;
    width: 80%;
}
.sticky-nav .happyness .choices span {
    line-height: 1em;
}


.happyness .choices span {
    background-color: transparent;
    clear: none;
    list-style: none;
    text-align: center;
    width: 33.33%;
}
.sticky-nav span {
    clear: both;
    float: left;
    text-align: center;
    width: 100%;
    min-height: 20px;
    line-height: 11px;
}
span[class^="icon-"], span[class*=" icon-"], i[class^="icon-"], i[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.happy-mood {
    color: #13a763;
}

.neutral-mood {
    color: #f77f14;
}

.sad-mood {
    color: #db033b;
}

.happyness .choices span {
    font-size: 60px;
}




.component-title .field--name-field-title {

    color: #f8f8f8 !important;
    font-weight: 700 !important;
    font-size: 60px;

}
.component-title  .field--name-field-description {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.tb-megamenu {
     background-color: #fff;
     top: 16px;
}
.tb-megamenu .nav > li > a, .tb-megamenu .nav > li > span.tb-megamenu-no-link {
    padding: 17px 18px;
}

.field--name-body {
    margin-top: 40px;
    font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 24px;


color: #67758D;
}
.region-header .logo {width: 125px;}
/*.page-node-type-article , .page-node-type-page, .body-background-color,*/ body {
    background: linear-gradient(0deg, #F9F9F9, #F9F9F9);
}

.article_wrapper, .body_with_background, .container-for-content{
    padding: 34px;
    /*background: #fff;*/
    box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.0792996);
    border-radius: 12px;
}

.path-ajman-data .container-for-content,
.path-ajman-data-category .container-for-content,
.path-ajman-dataset .container-for-content{
    padding: inherit;
    background: inherit;
    box-shadow: inherit;
    border-radius: inherit;
}

.path-servicecatalog-services- ul.req_doc_list {
    width: 100% ;
    margin-top: 15px ;
}

.auto-service-search-form input.inputSuccess2 {
    background: #fff url(/sites/default/files/images/search-icon.png) no-repeat 10px 15px;
    background-size: 20px;
    padding-left: 40px;
}


.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #333;
    text-decoration: none;
}
.toggleActive .auto-service-search-form .inputSuccess2 {
    
    border-radius: 10px 10px 0 0 !important;
    border: none;
}

.is_rtl .applybutton1 {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    position: relative;
    padding: 0.8em 1.4em;
    padding-left: 4.7em;
    background: transparent;
    color: #000;
    transition: 0.2s;
    border: 1px solid #1761b8;
    text-align: center;
    text-transform: capitalize;
}

.is_rtl .applybutton1 span:before {
    background: #1761b8;
}
.is_rtl .applybutton1 span:before, .is_rtl .applybutton1 span:after {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    padding-top: inherit;
    padding-bottom: inherit;
    width: 2.8em;
    height: 100%;
    content: "";
    font-family: 'FontAwesome',sans-serif;
    font-size: 1.2em;
    text-align: center;
    transition: 0.2s;
    transform-origin: 60% 60%;
    color: #fff;
    background-image: url(/sites/default/files/images/left-arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
        
}
.article-title {

font-style: normal;
font-weight: bold;
font-size: 60px;
line-height: 70px;
/* or 117% */

letter-spacing: -0.7px;
}
.date_addtoany_wrapper {
    padding-bottom: 40px;
}
/*.addtoany_list {    float: left;
    padding-right: 15px;}*/
/* Fill/Black/100%

//color: #363A40;*/
.date_addtoany_wrapper .field--name-field-date {padding-top: 10px;}
.navbar-default {

    background: #FFFFFF;
    box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.0792996);
}

.page-node-type-landing-page .navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
    background: none;
    box-shadow: none;
}

.tb-megamenu  li:last-child{
   /* background: #1762B8;
border-radius: 8px;*/

}
.tb-megamenu  li:last-child a{
   /*color: #fff;*/
}
.page-node-type-landing-page .tb-megamenu .nav > li > a, .page-node-type-landing-page .tb-megamenu .nav > li > .page-node-type-landing-page span.tb-megamenu-no-link {

    color: #ffffff;
    font-weight: normal;

}
.tb-megamenu .mega-align-left > .dropdown-menu {
    left: -1px;
}

.page-node-type-landing-page .tb-megamenu .nav > li > a, .page-node-type-landing-page .tb-megamenu .nav > li > span.tb-megamenu-no-link {
    color: #ffffff;
    font-weight: normal;
}
.tb-megamenu .nav > li > a, .tb-megamenu .nav > li > span.tb-megamenu-no-link {

    color: #363A40;
    font-weight: normal;

}
.tb-megamenu .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #f5f5f5;
    border-bottom-color: #e4e1e1;
    margin-top: 8px;
}
.tb-megamenu .nav > li > span.tb-megamenu-no-link {
    padding: 11px 8px;
}

.tb-megamenu .nav > li > a, .tb-megamenu .nav > li > span.tb-megamenu-no-link{
    padding: 0 20px;
}
.tb-megamenu .nav > li > a:focus, .tb-megamenu .nav > li > a:hover, .tb-megamenu .nav > li > span.tb-megamenu-no-link:focus, .tb-megamenu .nav > li > span.tb-megamenu-no-link:hover {
    background-color: #fff;
    color: #1761b8;

    border-radius: 3px;
}

.tb-megamenu .nav li.dropdown.open > .dropdown-toggle, .tb-megamenu .nav > li > a:hover {
    /*background-color: transparent;*/
    background-color: #fff;
    color: #1761b8;
    border-radius: 3px;
}
.tb-megamenu .nav li.dropdown.open > .dropdown-toggle .caret, .tb-megamenu .nav li.dropdown.active > .dropdown-toggle .caret, .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #1761b8;
    border-bottom-color: #eee;
}
.ml-4.order-2 {margin-left: .5rem;}
/*
.contextual-region.block {
    position: inherit !important;
}
.contextual-region {
    position: inherit !important;
}
 section {
    display: inline;
}
*/

.page-header {

     border-bottom: none;
}
.footer .social {
    height: 29px;
}

.footer .social li {
    padding-left: 3px !important;
    font-size: 0.8em !important;
}

.footer .social li {
    display: inline-block;
    list-style: none;
}

.footer .social a {
    font-size: 1em;
    margin: 0 5px;
    line-height: 40px;
}
.footer .social a, .footer .copyright {
    font-size: 1em;

}
.footer .social a {
    color: #363A40;
    font-size: 1.2em;
    margin-right: 0.5vw;
    margin-left: 0.5vw;
}
.paragraph--type--hero-image .span12.text-align-center .hero-image-wrapper {
    text-align: center;
    width: 80%;
    margin: 0px 10%;
    /*z-index: 9;*/
}

.view-id-happiness_bundle_new_theme.view-display-id-block_4 .card.shadow-40{
    min-height: 373px;
}
#block-servicessliderblock .service_slider {    height: 335px;}

#block-usermenublock-2 .user_logout_block a, .lang_switch {
    color: #ffffff;
}
.hero.background-image- a{ color: #000; }
.service-page-landing .stack-box {top: 65px;}
.service-page-landing .card {padding: 10px 15px 15px 13px;}
.service-page-landing .ml-4 {
    margin-left: 1rem ;
    margin-right: 1rem ;
}

.service-page-landing .font-weight-bold {
    width: 191px;
left: 40.5px;
top: 32px;

/* H5/Bold/24px */

font-family: Roboto;
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 37px;
}
.ml-4 {
     margin-left: 1.5rem ;
}

.h-100 {
  height: 100% ;
}

.m-0 {
  margin: 0 ;
}

.mt-0 {
  margin-top: 0 ;
}

.mb-0 {
  margin-bottom: 0 ;
}

.ml-0 {
  margin-left: 0 ;
}

.m-2 {
  margin: 0.5rem ;
}

.mb-2 {
  margin-bottom: 0.5rem ;
}

.mt-3,
.my-3 {
  margin-top: 1rem ;
}

.mr-3 {
  margin-right: 1rem ;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem ;
}

.mt-4 {
  margin-top: 1.5rem ;
}

.mb-4 {
  margin-bottom: 1.5rem ;
}

.ml-4 {
  margin-left: 1.5rem ;
}

.p-0 {
  padding: 0 ;
}

.pr-0 {
  padding-right: 0 ;
}

.pb-2 {
  padding-bottom: 0.5rem ;
}

.p-3 {
  padding: 1rem ;
}

.pt-3,
.py-3 {
  padding-top: 1rem ;
}

.py-3 {
  padding-bottom: 1rem ;
}

.p-4 {
  padding: 1.5rem ;
}

.pt-4 {
  padding-top: 1.5rem ;
}

.p-5 {
  padding: 3rem ;
}

.pt-5 {
  padding-top: 3rem ;
}

.pb-5 {
  padding-bottom: 3rem ;
}

.m-auto {
  margin: auto ;
}

.mt-auto {
  margin-top: auto ;
}

.ml-auto {
  margin-left: auto ;
}
/*************************
.row {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.form-group {
  position: relative;
}


*/
.row {

    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.row {
  width: 100%;

  margin-left: 0;
  margin-right: 0;
}

.node-landing-page .components{
    display: flex;
}

.path-ajman-dataset .custom_bread,
.path-ajman-data-category  .custom_bread,
.path-servicecatalog-entities  .custom_bread,
.path-servicecatalog-service-categories .custom_bread,
.path-servicecatalog-services .custom_bread {
    /* text-align: center; */
    /* margin: auto; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0px !important;
    /* padding-bottom: 0px !important; */
    width: auto;
    float: left;
    padding-bottom: 14px;
}

.path-ajman-dataset .custom_bread h2 {
    text-transform: capitalize;
    position: relative;
    text-align: left;
    padding: 0;
    width: auto;
    font-size: 16px;
    margin-bottom: 0;
    float: left;
    margin-top: 0px;
    word-break: break-all;
    white-space: normal;
}





/*new css*/

.container--new a.services-item.text-center.counterBoxG:hover {
    -webkit-box-shadow: 0px 3px 18px 0px rgba(0,0,0,0.21);
    -moz-box-shadow: 0px 3px 18px 0px rgba(0,0,0,0.21);
    box-shadow: 0px 3px 18px 0px rgba(0,0,0,0.21);
}

.tb-megamenu .nav > .active > a, .tb-megamenu .nav > .active > a:hover, 
.tb-megamenu .nav > .active > a:focus, .tb-megamenu .nav > .active > span.tb-megamenu-no-link, 
.tb-megamenu .nav > .active > span.tb-megamenu-no-link:hover, 
.tb-megamenu .nav > .active > span.tb-megamenu-no-link:focus{
    background: transparent;
    color: #285abc;
}

.is_rtl .mt-4
.js-form-submit:hover{
    color: #fff;
}

.is_ltr .mt-4 .js-form-submit:hover{
    color: #fff;
}

.is_rtl .hero.background-image- a {
    color: #000;
    text-align: right;
    display: block;
}

.is_rtl .stack-box p{
    text-align: right;
}

.is_rtl .service_slider .mt-md-4, .is_rtl .mb-2, .is_rtl .btn-link{
    display: block;
    text-align: right;
}

.is_rtl .service_slider
.btn-text{
    display: inline-block;
}

.is_rtl .service_slider
.fa-chevron-right{
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: inline;*/
    -webkit-box-pack: end;
    -ms-flex-pack: center;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: center;
    align-items: end;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.is_rtl
.ddd .aSA h3, .is_rtl p{
    text-align: right;
    /*padding-right: 15px*/
}

.is_rtl .layout-content-home .card-body h6{
    text-align: right;
    display: block;
}

.is_rtl .dda-menu-block-user .icon-user {
    margin-left: 5px;
}


.is_rtl #views-exposed-form-global-site-search-page-1 .js-form-wrapper{
    /*display: flex;*/
    position: relative;
}

.is_rtl #views-exposed-form-global-site-search-page-1 .form-submit{
width: 100px;
    /*position: absolute;*/
    bottom: -1px;
    /*right: 15px;*/
   /* padding: 18px;*/
        margin-right: -229px !important;
}
.is_rtl #views-exposed-form-global-site-search-page-1 .form-submit {

    border-radius: 8px 0px 0px 8px;

}
.is_rtl .js-form-item-search-api-fulltext .form-text {
    border-radius: 0px 5px  5px 0;
}
.is_rtl .form-actions .btn,.is_rtl .form-actions .btn-group {
    margin-right: -6px;
}
.paragraph--type--service-slider-block .slidesr {padding: 4rem 0 5rem 0;}
.happyness {
    float: left;
    text-align: center;
    width: 100%;
}


.sticky-nav .popup.happyness .title {
    text-align: left;
}


.text-how-was-experience {
    padding: 15px;
}
.sticky-nav .happyness .choices {
    float: none;
    margin: 0 auto;
}

.happyness .choices {
    float: left;
    margin: 3%;
    margin-bottom: 0%;
    width: 80%;
}
.sticky-nav .happyness .choices span {
    line-height: 1em;
}

.happyness .choices span {
    font-size: 60px;
}
.happyness .choices span {
    background-color: transparent;
    clear: none;
    list-style: none;
    text-align: center;
    width: 33.33%;
}
.sticky-nav span {
    clear: both;
    float: left;
    text-align: center;
    width: 100%;
    min-height: 20px;
    line-height: normal;
    font-size: 12px;
    font-weight: 400;
}
#block-views-block-applications-block-1 h2 span {/*text-align: left;*/}
span[class^="icon-"], span[class*=" icon-"], i[class^="icon-"], i[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.happy-mood {
    color: #13a763;
}

.neutral-mood {
    color: #f77f14;
}

.sad-mood {
    color: #db033b;
}

.happyness .choices span {
    font-size: 60px;
}

/*.is_rtl .sticky-nav .popup .data {
    padding-right: 0;
    padding-left: 10px;
}*/

.is_rtl .sticky-nav .popup .title {
    font-family: 'AtrissiGhad-Bold';
}


.is_rtl .sticky-nav {
    left: auto;
    right: 0;
}
.is_rtl .mt-4 #views-exposed-form-global-site-search-page-1 input,
.is_rtl  #views-exposed-form-global-site-search-page-1 input {
    background: #fff url(/sites/default/files/images/search-icon.png) no-repeat 98% 14px;
    background-size: 20px;
    padding-right: 45px;
}
.is_rtl  .tb-megamenu .mega-align-left > .dropdown-menu {
    left: -135px;
}

@media screen and (min-width: 769px){
.is_rtl .sticky-nav .popup {
    right: 5.7em !important;
}
}
.is_rtl .sticky-nav .popup .close {
    right: auto;
    left: -8px;
}

/*.is_rtl .sticky-nav .popup .data {
    padding-right: 0;
    padding-left: 10px;
}*/


/*
    color: #f8f8f8 !important;
font-weight: 700 !important;
font-size: 60px;



font-size: 20px;
font-weight: 400;
    line-height: 30px;*/

.path-ajman-dataset- ol, .path-ajman-dataset- ul {
    padding-left: 0;

}

.is_rtl .p-0-r {padding-right: 10px; padding-left: 0px;}
.is_rtl .p-0-l {padding-left: 10px; padding-right: 0px;}

.is_rtl.path-ajman-dataset .detailTitleName, 
.is_rtl.path-ajman-dataset .detailCalend {
    display: block;
}

.p-0-l {padding-right: 10px;}
.p-0-r {padding-left: 10px;}

@media screen and (max-width: 320px) {
  .footer .social li {
    padding-left: 3px !important;
    font-size: 0.7em !important;
  }
}

.footer .social li {
    display: inline-block;
    list-style: none;
}

.has-feedback-- .form-inline {
        width: 46% !important;
    margin: 0 auto !important;
    display: flex !important;
}

.has-feedback-- .form-group.has-success.has-feedback {
    width: 74% !important;
    display: block !important;
}

.has-feedback-- .form-control.form-text,
.has-feedback-- .js-form-submit {
    height: 52px;
   
}

.has-feedback-- .js-form-submit {
    
    background: #1762B8;
border-radius: 0px 8px 8px 0px;
border-color: #1762B8;
}

.has-feedback-- .form-control:focus {
     background-color: #fff; 
    box-shadow: none;
}

.has-feedback-- .form-inline .form-control {
    display: inline-block;
     width: 119% !important; 
    vertical-align: middle;
}

.is_rtl .has-feedback-- .js-form-submit {
    margin-right: 0;
}

.is_rtl  .has-feedback-- .js-form-submit {
    background: #1762B8;
    border-radius: 8px 0px 0px 8px;
    border-color: #1762B8;
}

.has-feedback-- .form-inline .form-group {
      z-index: 0;
}

.path-ajman-data-category .containerShadow {
        padding-top: 40px;
}

.has-feedback-- {
    padding-top: 110px;
}
.path-ajman-data .has-feedback-- {
    padding-top: 68px;
}
.has-feedback-- .form-control {
    /*border-color: none;*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-feedback-- input {
    background: #fff url(/sites/default/files/images/search-icon.png) no-repeat 10px 15px;
    background-size: 20px;
    padding-left: 40px !important;
}

.is_rtl .has-feedback-- input {
    background: #fff url(/sites/default/files/images/search-icon.png) no-repeat 98% 14px;
    background-size: 20px;
    padding-right: 45px;
}
.footer .social a {
    font-size: 1em;
    margin: 0 5px;
    line-height: 40px;
}
.footer .social a, .footer .copyright {
    font-size: 1em;

}
.footer .social a {
    color: #363a40;
    font-size: 2em;
    margin-right: 0.3vw;
    margin-left: 0.5vw;
}

.col-sm-3, .col-sm-9, .col-sm-12, .col-md-6, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-6, .col-lg-8, .col-lg-10, .col-xl-4, .col-xl-8, .col-xl-12 {
  /*position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;*/
}

.region-footer-first {width:120px;}

.listViweBox {
    float: left;
    width: 100%;
}

.path-ajman-dataset .card.card-border {
    min-height: 150px;
    background: #FFFFFF;
    box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.0792996);
    border-radius: 12px;
}

.card-border {
    /*border: 1px solid #8e734a;*/
}

.card-header {
    padding: 15px 25px;
    border-bottom: 1px solid rgba(54, 58, 64, 0.1);
}
.is_rtl .detailTitleName {
    text-align: right;
}
.is_rtl.path-ajman-dataset- .detailCalend {
    direction: rtl;
    text-align: left;
    float: left;
    margin-bottom: 18px;
}
.is_rtl #access-use h3 {
    text-align: right;
}

.path-ajman-dataset .detailTitleName, .path-ajman-dataset .detailCalend { display: inline-block; }
.path-ajman-dataset .detailCalend { float: right;padding-top: 18px;}

.card-body {
    padding: 15px 10px;
    font-size: 16px;
    font-weight: 400;
}
.path-ajman-dataset  .cat_description {
        font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #363A40;
}
#access-use h3 {
    margin-bottom: .15em;
}

.card-header h3, #dataset-resources h3 {
    margin-top: 0;
    font-size: 22px;
    font-weight: 600;
}

#access-use span {
    display: inline;
}

.card-body i {
    color: #8e734a;
}

.card-body strong {
    color: #363A40;
    font-weight: 600;
}

.card-body a {
    color: #0c599b;
}
.view-detail-page-of-ajman-data .item-list ul {
    list-style: none !important;
}

.card-shadow {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
    background: #FFFFFF;
box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.0792996);
border-radius: 12px;
}
.path-ajman-dataset .container-for-content {
   background: linear-gradient(0deg, #F9F9F9, #F9F9F9), url(background-image.png);
       padding-top: 41px;
}


.th-icon-card {
    border-style: solid;
    border-width: 1px;
   background-color: rgb(255, 255, 255);
    width: 51px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
}

.fa-link:before {

    color: #1762B8;
}

.flex-1 {
    flex: 1;
}

.mwcus3 {
        float: left;
    margin-right: 10px;
    float: left;
}
.link_name {
    font-weight: 600;
    color: #6e6e6e;
    margin-bottom: 4px;
    font-size: 16px;
    display: block;
    line-height: 22px;
}


.card-date-label {
    color: #7d7d7d;
    font-weight: 400;
    font-size: 16px;
}

.card-row {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.0792996);
    border-radius: 12px;
    padding: 20px;
    padding-left: 12px;
}

.path-ajman-dataset- .card-row .mwcus3 .img-btn .fas {
    padding-right: 20px;
}

.link_name {
    font-weight: 600;
    color: #6e6e6e;
    margin-bottom: 4px;
    font-size: 16px;
    display: block;
    line-height: 22px;
}

.view-detail-page-of-ajman-data .views-row ul {
    list-style: none !important;
}

#services .services-list {
    padding-left: 55px;
}
.services-list- {
    float: left;
    padding-top: 9px;
}
.col-list.cat-container-{
    padding-bottom: 30px;
}
div [class*=" cat-container-"] {
    padding-bottom: 30px;
 }

.auto-service-search-form .form-control:focus {
     background-color: #fff;
     box-shadow: none;
}

.auto-service-search-form .form-control:focus {
     color: #495057;
     background-color: #ffffff !important;
    border-color: #80b7ff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 110, 255, 0.25);
}

.btn {
  /*display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;*/
}

 .container-- .searc_input .form-group {
    /*max-width: 525px;*/
    /* margin: auto; */
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    /* border-radius: 10000px; */
    /* position: relative; */
}
.path-ajman-data .container-- .searchBarBg .has-feedback {
    
    margin: 0 auto;
    text-align: center;
}
.path-ajman-data .container-- .searchBarBg .has-feedback- {
    /* width: 60%; */
     margin: 0 auto; 
    text-align: center;
}
.path-ajman-data .container-- .searchBarBg .has-feedback .form-text {width: 100%;}



.path-ajman-data .form-submit { height: 50px; }
.auto-service-search-form .form-required:after {
    display: none;
}
.auto-service-search-form .input-group .inputSuccess2{
    height: 50px;
    border: 1px solid #fff;
    box-shadow: none;
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.714;
    padding-left: 10px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    width: 143%;
    background: #fff url(/sites/default/files/images/search-icon.png) no-repeat 10px 15px;
    background-size: 20px;
    padding-left: 40px;
    color: #9A9C9F;
    border-radius: 0px 10px 8px 0px;
}
#views-exposed-form-global-site-search-page-1 .form--inline.form-inline.clearfix{
    width: 100% !important;
    margin: 0 auto !important;
    display: flex !important;
    }

#views-exposed-form-global-site-search-page-1    .form-item-search-api-fulltext.form-group {
        width: 100% !important;
    display: block !important;
    margin: 0 auto;
    text-align: center;
    }
.custom_bread_aj h6 a {color: #1762B8;}
.path-servicecatalog .searchBarBg {/*width: auto !important; margin: 0;*/}
.auto-service-search-form #edit-actions {
   /* display: flex;*/
    /* width: 36px; */
    padding-top: 13px;
    height: 61px;
}
.auto-service-search-form .form-item-article {
    display: flex;
}

.container-- .searchBarBg {
        background: linear-gradient(0deg, rgba(23, 98, 184, 0.1), rgba(23, 98, 184, 0.1)), linear-gradient(0deg, #FFFFFF, #FFFFFF);
    height: 212px;
}
.white-background-theme {
    background: #FFFFFF;
box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.0792996);
border-radius: 12px;
}

.footer .region-footer-second .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 6px;
}

#edit-submit {
    background-color: rgb(255,255,255);
    max-width: 55px;
    height: 54px;
    /* width: 100%; */
    /* border-radius: 1000px; */
    /* margin-top: 1px; */
    /* border-top-left-radius: 0; */
    /* border-bottom-left-radius: 0; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    color: #edf0f5;
    font-size: 16px;
    float: right;
    margin-top: -65.1px;
    margin-right: 0px;
    /*border: 1px solid #fff;*/
    position: relative;
    background: #1762B8;
    /* text-indent: -9999px; */
    /* background-size: 20px 20px; */
    /* padding-right: 11px;*/
}
.is_rtl .ewallet-topup-form #edit-submit {
  float: unset;
}
.auto-service-search-form {
    width: 46%;
    margin: 0 auto;

}
.aj-account-tab {
  border-radius: 6px;
}


.custom_bread_aj {
    display: flex;
    font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 21px;
/* identical to box height, or 175% */


color: #1762B8;
padding-top: 32px;
}

.layer_1_tiles_heading{
    font-family: Roboto;
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 32px;
/* or 133% */

text-align: center;

color: #363A40;
}
.link-2-class {
    font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 40px;
text-align: center;
color: #FFFFFF;
}
.department_bdy a:hover {
    color: #fff;

}
.padding_top_20 {
    padding-top:50px;
}

.btn_bdy{
    background: #1762B8;
border-radius: 8px;
width: 114px;
    height: 40px;
    margin: auto;
    text-align: center;
}
.layer_1_tiles2 {        
    padding: 42px 4px;
    min-height: 226px;
    margin-bottom: 15px;}
.department_bdy {
    background: #FFFFFF;
box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.0792996);
border-radius: 12px;
}



#vertical_tab_nav {
    width: 98%;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

.is_ltr #vertical_tab_nav ul {
    float: left;
}
#vertical_tab_nav ul {
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
    overflow: hidden;
    margin-right: 2%;
}

.is_ltr #vertical_tab_nav li {
    margin-bottom: 17px;
    text-align: left;
    padding: 0px;
}

.is_ltr.path-servicecatalog #vertical_tab_nav li a,
.is_ltr.page-node-type-service #vertical_tab_nav li a {
    font-size: 17px;
}

.page-node-type-service #vertical_tab_nav ul.req_doc_list {
  margin-top: 10px;
}
.page-node-type-service .service .content,
h2.node-title {
  padding: 0 15px;
}

/*#vertical_tab_nav li.required a.selected {
    background: #d98309;
    color: #fff;
    border: 1px solid #d98309;
    box-shadow: none;
}*/
.is_ltr #vertical_tab_nav li a {
    display: block;
    font-size: 14pt;
    text-decoration: none;
    padding: 24px 14px 24px 71px;
    position: relative;
}


#vertical_tab_nav li > a.selected > span.white_icon_bg {
    background: rgba(255, 255, 255, 0.1) !important;
}



.is_ltr #vertical_tab_nav > ul > li span.white_icon_bg {
    margin-right: 9px;
    background-color: rgba(23, 98, 184, 0.1);
    width: 60px;
    height: 73px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0;
    text-align: center;
    padding: 11px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(23, 98, 184, 0.1);
    border-radius: 12px 0 0 12px;
}

.is_rtl #vertical_tab_nav > ul > li span.white_icon_bg {
    margin-right: 0px;
    background-color: #f8f7f6;
    width: 60px;
    height: 73px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0;
    text-align: center;
    padding: 11px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    background: rgba(23, 98, 184, 0.1);
    border-radius: 0 12px 12px 0;
}

.is_rtl ul.req_doc_list > li > p {
    float: right;
    width: calc(100% - 43px);
    margin-right: 12px!important;
    font-size: 18px;
    line-height: 30px;
    text-align: right;
}
.is_rtl ul.process_list_item:before {
    float: right;
    right: 52px;
    margin-top: -50px;
}
.is_rtl span.service_min_height {
    
    vertical-align: middle;
    text-align: right;
    min-height: 38px;
    padding-top: 5px;
}

.is_rtl #vertical_tab_nav ul {

    margin-right: 0;
}


.is_rtl #vertical_tab_nav .tab_panels {

    float: left;
  
}
.is_rtl.path-servicecatalog #vertical_tab_nav .process_list_item li {
    
    text-align: right;
  
}
.is_rtl .process_list_item   {
    padding-top: 15px;
}

.is_rtl #vertical_tab_nav ul.process_list_item,
.is_rtl #vertical_tab_nav ul.req_doc_list   {

    margin-right: 0;
        width: 100%;
}

.is_rtl .img_bdy_icn {
    float: right;
    width: 20px;
    display: block;
    height: auto;
}

.is_rtl .path-servicecatalog #vertical_tab_nav .process_list_item li {
   
    text-align: right;
   
}

.is_rtl ul.process_list_item > li > span.icon_rounded {
    margin-left: 4px!important;
    vertical-align: middle;
    position: relative;
    font-family: Roboto, sans-serif;
}
.is_rtl #block-ajman-content {
    direction: rtl;
    text-align: right;
}

.is_rtl #vertical_tab_nav > ul > li span.white_icon_bg {

    border-radius: 0px 12px 12px 0;
}
#vertical_tab_nav .tab_panels {
    
    display: block;
    float: left;
    min-height: 260px;
    padding: 20px 3% 3% 3%;
    border: 1px solid #fdf9f9;
    background: #FFFFFF;
    box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.0792996);
    border-radius: 12px;
}
#vertical_tab_nav .tab_panels article {
    display: none;
    margin: 0px;
    color: #000;
    font-size: 14px;
}
.subsec_heading .subsec_heading_txt {
    margin-top: 0;
}

.subsec_heading .subsec_heading_txt {
    position: relative;
    font-size: 23px;
    color: #1762B8;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 4px;
    text-transform: capitalize;
    border-bottom: 1px solid #eae5e4 !important;
    padding-bottom: 14px;
}

.subsec_heading .subsec_heading_txt { 
    font-size: 16px;
    border-bottom: none !important;
    padding-bottom: 0px;
}

.is_ltr #vertical_tab_nav ul {
    float: left;
}
#vertical_tab_nav ul {
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
    overflow: hidden;
    margin-right: 4%;
}
p {
    color: #363A40;
}
.name_title_ser {
    color: #363A40;
    font-weight: 600;
    margin-bottom: 18px;
    margin-top: 30px;
}

.tab_vertical_bdy {
    margin-top: 60px;
}

.is_ltr #vertical_tab_nav li {
    margin-bottom: 17px;
    text-align: left;
    padding: 0px;
}

ul.req_doc_list > li {
    overflow: hidden;
}
ul.req_doc_list > li {
    display: block;
    display: block;
    /*border-bottom: 1px solid #eae5e4 !important;*/
}

.is_ltr .img_bdy_icn {
    float: left;
    width: 20px;
    display: block;
    height: auto;
    padding-top: 4px;
}

.img_bdy_icn {

    padding-top: 4px;
}
#block-ajman-content img {
    border: 0 !important;
    margin: 0;
    color: #8e734a;
    font-size: 16px;
    font-weight: 600;
}
.is_ltr ul.req_doc_list > li > p {
    margin-top: 4px;
}

.is_ltr ul.req_doc_list > li > p {
    float: left;
    width: calc(100% - 32px);
    margin-left: 12px !important;
}

.is_rtl #vertical_tab_nav ul {
    float: right;
}
.is_rtl #vertical_tab_nav li {
    margin-bottom: 10px;
    text-align: right;
    padding: 0px;
}
.is_rtl #vertical_tab_nav li a {
    display: block;
    font-size: 14pt;
    text-decoration: none;
    padding: 24px 78px 24px 5px;
    position: relative;
}
.is_rtl.page-node-type-service #vertical_tab_nav li a {
  font-size: 13pt;
}


.tb-megamenu .nav li.dropdown.active > .dropdown-toggle, 
.tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle, 
.tb-megamenu .nav > li.dropdown.open.active > a:hover, 
.tb-megamenu .nav > li.dropdown.open.active > span.tb-megamenu-no-link:hover {
    background-color: transparent;
    border-color: #444;
    color: #4c4352;
}

.is_rtl .container--new #edit-submit {

    float: left;
    margin-top: -63.1px;
    border-radius: 8px 0px 0px 8px;
    /*margin-left: 26px;*/
 
}

.is_ltr ul.process_list_item > li > span.icon_rounded {
    margin-right: 4px!important;
    vertical-align: middle;
    position: relative;
}

ul.process_list_item > li > span, ul.process_list_item > li > p {
    display: inline-block;
}

span.service_min_height {
    width: 100%;
    max-width: 87%;
    vertical-align: middle;
    margin: 0;
    text-align: left;
    min-height: 38px;
    padding-top: 5px;
}

.is_ltr ul.process_list_item:before {
    left: 50px;
    margin-top: -30px;
}

ul.process_list_item:before {
    content: ' ';
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 1px;
    height: calc(100% - 200px);
    z-index: 0;
    border: 2px dashed #d8d8d8;
    top: 145px;
}

.path-servicecatalog #vertical_tab_nav .process_list_item li {
    margin-bottom: 17px;
    text-align: left;
    padding: 0px;
    min-height: 72px;
}
ul.process_list_item > li {
    margin-bottom: 15px !important;
}

.apply_btn {
    padding-top: 30px!important;
}

.is_ltr .applybutton1 {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    position: relative;
    padding: 0.8em 1.4em;
    padding-right: 4.7em;
    background: transparent;
    color: #000;
    transition: 0.2s;
    border: 1px solid #1761b8;
    text-align: center;
    text-transform: capitalize;
}
.text-white { color: #fff; }

.path-servicecatalog-service-categories- .text-white,
.path-servicecatalog .text-white,
.path-servicecatalog-entities .text-white,
.path-ajman-data-category .text-white,
.path-global-site-search .text-white  {padding-top: 86px;}

.is_ltr .applybutton1 span {
    display: flex;
    position: absolute;
    width: 30px;
    top: 0;
    right: 0;
    height: 100%;
    align-items: center;
    justify-content: center;
}


#vertical_tab_nav li a {
    background: #ffffff;
    color: #000;
    
  
    box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.0792996);
    border-radius: 12px;
}
/*#vertical_tab_nav li.service_process a.selected {
    background: #8c4a8d;
    color: #fff;
    border: 1px solid #8c4a8d;
}

#vertical_tab_nav li.service_fess a.selected {
    background: #006079;
    color: #fff;
    border: 1px solid #006079;
}

#vertical_tab_nav li.required_new a.selected {
    background: #d98309;
    color: #fff;
    border: 1px solid #d98309;
    box-shadow: none;
}*/
a.selected > span > img {
    filter: brightness(0) invert(1);
}
/*#vertical_tab_nav li.apply_now a.selected {
    background: #4a8e60;
    color: #fff;
    border: 1px solid #4a8e60;
}*/



#vertical_tab_nav li a.selected {
    
    color: #fff;
    border: none; 
    background: #1762B8;
    box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.0792996);
    border-radius: 12px;
}

#vertical_tab_nav li a.selected span {
    
    color: #fff !important;
    
}

span.icon_rounded {
    height: 40px;
    width: 40px;
    background: #E8F0F8;
    border: 1px solid #1762B8;
    line-height: 40px;
    border-radius: 30px;
    display: block;
    text-align: center;
}
.is_ltr ul.process_list_item:before {
    left: 53px;
    margin-top: -46px;
}
.is_ltr ul.process_list_item > li {
    text-align: left !important;
}

ul.process_list_item > li {
    margin-bottom: 15px !important;
}
ul.process_list_item > li {
    align-items: center;
}
.process_list_item {
    padding-top: 20px;
}

ul.process_list_item:before {
    content: ' ';
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 1px;
    height: calc(100% - 200px);
    z-index: 0;
    border: 1px dashed #1762B8;
    top: 145px;
}
.is_ltr .applybutton1 span:before {
    background: #1761b8;
}
.is_ltr .applybutton1 span:before, .is_ltr .applybutton1 span:after {
    position: absolute;
    /* top: 0px; */
    bottom: 0;
    right: 0;
    padding-top: inherit;
    padding-bottom: inherit;
    width: 2.8em;
    height: 100%;
    content: "";
    font-family: 'FontAwesome',sans-serif;
    font-size: 1.2em;
    text-align: center;
    /* transition: 0.2s; */
    /* transform-origin: 60% 60%; */
    /* color: #fff; */
    background-image: url(/sites/default/files/images/right-arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
}
/********************************************/
.path-ajman-data, .path-ajman-data-category {
    background: linear-gradient(0deg, #F9F9F9, #F9F9F9);
}
.field--name-field-happiness-block .card-body, .view-id-services .card-body {
       padding: 15px 10px 15px 27px;

}
.container--new .container-fluid {    
    background: linear-gradient(0deg, rgba(23, 98, 184, 0.1), rgba(23, 98, 184, 0.1)), linear-gradient(0deg, #FFFFFF, #FFFFFF);
    height: 212px;}
.container--new #edit-submit {
    background-color: rgb(255,255,255);
    max-width: 55px;
    height: 50px;
    /* width: 100%; */
    /* border-radius: 1000px; */
    /* margin-top: 1px; */
    /* border-top-left-radius: 0; */
    /* border-bottom-left-radius: 0; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* color: #edf0f5; */
    font-size: 16px;
    float: right;
    margin-top: -63.1px;
    margin-right: 0;
    /* border: 1px solid #fff; */
    position: relative;
    background: #1762B8;
    z-index: 9;
    border-radius: 0px 8px 8px 0px;
    /* text-indent: -9999px; */
    /* background-size: 20px 20px; */
    /* padding-right: 11px; */
}
.is_ltr .item-list-breadcrumb li:first-child {display: none;}

.is_rtl .item-list-breadcrumb li:last-child {display: none;}

.icon-zoom-in,
.icon-zoom-out,
.icon-view {display:none;}
.block-tb-megamenu.block-tb-megamenu-menu-blockmain {
    float: left;
    padding-right: 18px;
    }
.block-ajman-settings.block-user-menu-block {
    display: inline-block;
    /* display: flex; */
    padding-top: 5px;
}


.block-ajman-settings.block-user-menu-block a i{
    margin-right: 5px;
}

.lang_switch {

    color: #363A40;
    font-size: 1em;
    margin-left: 5px;
    padding: 0 25px 0 0;
    text-decoration: none;
    background: transparent;
}

.path-frontpage .lang_switch {

    color: #fff;
    
}

a.lang_switch:hover {
    color: #1761b8;
    text-decoration: none!important;
}

#block-usermenublock-2 .dropdown.show  {
    display: inline  !important;

}
.btn.lang_switch:hover {
    color: inherit;
    text-decoration: none;
}
.page-node-type-landing-page .alert-success {
    color: #ffffff;
    background-color: #81b6f5;
    border-color: #1761b8;
    margin-top: 10px;
}
.page-node-type-landing-page .highlighted {
        position: absolute;
     text-align: center;
    /* width: 80%; */
    /* margin: 0px 10%; */
    z-index: 9999;
    width: 100%;
    top: 110px;
}

.success-contact {
    color: #ffffff;
    background-color: #81b6f5;
    border-color: #1761b8;
    padding: 27px;
    height: 110px;
    margin: 10px;    
}

.is_rtl .success-contact, .is_rtl .success-contact span {
    text-align: right;
}


.sticky-nav {
    z-index: 99 !important;
}

.sticky-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    vertical-align: middle;
    z-index: 3;
}
.menu--footer .btn {font-weight: inherit; border: none; line-height: inherit;}

.menu--footer .btn:active, .btn.active {
    
    
     box-shadow: inherit; 
}
.menu--footer .btn:focus {
    outline: 0;
    box-shadow: none;
}
.menu--footer .btn:hover {
  color: #363A40;
}
.sticky-nav ul {
   margin: auto;
    padding: 0;
    position: relative;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /*background-color: #ffffff;*/
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    /*border-top-right-radius: 8nov8nov12px;
    border-bottom-right-radius: 8nov12px;*/
}
.sticky-nav ul li:first-child,
.sticky-nav li:first-child.active a{/*8novborder-top-right-radius: 12px;*/}
.sticky-nav ul li:last-child,
.sticky-nav li:last-child.active a{/*8novborder-bottom-right-radius: 12px;*/}

.sticky-nav ul li:nth-child(odd) {
    background-color: #fff;
}

.sticky-nav ul li {

    box-sizing: content-box;
    clear: both;
    float: left;
    list-style: outside none none;
    position: relative;
    text-align: center;
    word-wrap: break-word;
}



.sticky-nav ul li:nth-child(odd) a {

}


.sticky-nav ul li a {

    line-height: 14px;
    padding: 0.6em 0.4em;
    text-decoration: none;
    width: 6em;
    display: inline-block;
    box-sizing: border-box;
    font-size: 0.9em;
}


.path-servicecatalog-entities .counterBox {

    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;

    font-size: 74px;
    line-height: 37px;

    color: rgba(23, 98, 184, 0.5);
    float: right;
    position: absolute;
    bottom: 11px;
    text-align: left;
    right: 0;
}

.is_rtl.path-servicecatalog-entities .counterBox {
    font-family: Roboto;
    right: 0;
    left: 0;
}

.path-servicecatalog-entities .services-item {
    
    min-height: 200px;
 }   






.sticky-nav ul li a i {
    display: inline-block;
    font-size: 2vw;
    margin-bottom: 5px;
}
span[class^="icon-"], span[class*=" icon-"], i[class^="icon-"], i[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.path-global-site-search .global-site-search-block .view-content {
   width: 64%;
    margin: 0 auto;
}

/*.is_rtl.path-global-site-search #views-exposed-form-global-site-search-page-1 .form-submit {
    margin-left: 0px; 
}*/

.mt-4 #views-exposed-form-global-site-search-page-1 input, #views-exposed-form-global-site-search-page-1 input {
    background: #fff url(/sites/default/files/images/search-icon.png) no-repeat 10px 15px;
    background-size: 20px;
    padding-left: 40px;
    display: inline-block;
    width: 100% !important;
    vertical-align: middle;
}
.services-title-wrapper { text-align: center; }
.services-title-wrapper h2 { padding: 4% 4% 4% 0;
    display: inline-block; }
#block-digital-ajman-doyouhaveanycommentsaboutthispage h2 {
font-family: Roboto;
font-style: normal;
font-weight: bold;
font-size: 32px;
line-height: 40px;
} 
.btn-service-contact {
    background: #1762B8;
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    padding: 14px 25px;
    border-color: transparent;
}

#block-digital-ajman-doyouhaveanycommentsaboutthispage {
    
    text-align: center;
    padding: 80px 0;
    background: #efebeb;
}
.webform-submission-contact-form {display:none;}
.view-id-services_list.view-display-id-block_5 {
    padding: 25px 0;
}
.page-node-type-services .container-for-content {
     padding: 0; 
    background: #fff;
    /* box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.0792996); */
    /* border-radius: 12px; */
}
.footer {
    background-color: #ffffff;
    border-top: 1px solid #1762B8;
    font-size: 14px;
}
.js-form-item-search-api-fulltext .form-text{
  /*border-radius: 5px 0 0 5px;*/
  border-radius: 5px;
}

#views-exposed-form-global-site-search-page-1 .form-submit{
    margin-left: -120px;
   /* border-radius: 0 0 0 5px;*/
    padding: 14px 16px;
    margin-right: 0;
    background: #1762B8;
    /*border-radius: 0px 8px 8px 0px;*/
    border-color:transparent;
    color: #fff;
}
#views-exposed-form-global-site-search-page-1 .form-submit.btn {
    border-radius: 0 4px 4px 0;
}
.is_rtl #views-exposed-form-global-site-search-page-1 .form-submit.btn {
    border-radius: 4px 0 0 4px;
}


.sticky-nav ul li:nth-child(odd) {
    background-color: #fff;
}

.sticky-nav .popup.sticky-block-item {
    z-index: 999;
}

.sticky-nav .popup {
    left: 6em;
}
.sticky-nav .popup {
    background: #ffffff url(/sites/default/files/images/popup.png) left top repeat-x;
    box-sizing: border-box;
    display: none;
    margin: 0px;
   /*padding: 1rem 0 0 1rem !important;*/
    width: 35vw;
    position: absolute;
    top: 50%;
    left: 6.2em;
    -ms-transform: translate(0px,-50%);
    -webkit-transform: translate(0px,-50%);
    transform: translate(0px,-50%);
       /* border-top-left-radius: 8nov12px;
         border-bottom-left-radius: 8nov12px*/;
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1351px) {
  .sticky-nav .popup {
    min-height: 510px !important;
    height: 510px;
  }
}

.page-node-type-landing-page .stickynav .tb-megamenu .nav > li > a, 
.page-node-type-landing-page .stickynav .tb-megamenu .nav > li > span.tb-megamenu-no-link {
    color: #363A40;
    font-weight: normal;
}

.data.scrollbar { height: 510px; }
.sticky-nav .popup .close {
    margin-top: -14px;
    margin-left: -5px;
    background: #f5f5f5;
    width: 30px;
    height: 30px;
    padding: 5px;
    right: 0px;
    border-radius: 50%;
}
.slick-slide img {
    display: block;
    margin: auto;
}
.sticky-nav .popup .close {
    /*color: #8e734a;*/
    position: absolute;
    cursor: pointer;
    /*height: 5.5vh;*/
    opacity: 1;
    right: 10px;
    top: 20px;
    /*width: 7vw;*/
    display: none;
}
.card-body.p-md-3 {
height: 340px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}



.sticky-nav .popup .data {
    box-sizing: border-box;
    padding-right: 10px;
    height: 75vh;
    overflow-x: hidden;
    padding: 24px;
}

/*.scrollbar {
    scrollbar-face-color: #8e734a;
    scrollbar-highlight-color: #fff;
    scrollbar-shadow-color: #8e734a;
    scrollbar-3dlight-color: #8e734a;
    scrollbar-arrow-color: #8e734a;
    scrollbar-track-color: #fff;
    scrollbar-darkshadow-color: #fff;
}*/
.scrollbar {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
#btn-happiness {
    margin-top: 5%;
}


.view-id-happiness_bundle_new_theme .card.shadow-40 {
  /*  min-height: 373px;*/
}
.view-id-happiness_bundle_new_theme.view-display-id-block_3 .card.shadow-40 {
    min-height: 235px;
}

.happyness .btn {
   background-color: transparent;
     border:none;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    color: #fff;
    /* font-weight: bold; */
    /* padding: 10px 30px; */
    background: #1762B8;
    border-radius: 8px;
}


.about, .mayazeen {
    float: left;
    width: 100%;
}

.apps {
    float: left;
    width: 100%;
}

.contact {
    color: #1762B8;
    font-size: inherit;
}

.contact-message-contact-form label,
.contact-message-contact-form #edit-preview {display: none;}



#contact-message-contact-form #edit-submit {width: 100%;}

.dda-menu-block-user .icon-user{
  margin-right: 5px;
}

.layout-content-home .contact-message-form {display: none;}

.sticky-nav .popup .title,.about h2{    margin:0 0 1rem 0;}


.is_rtl #block-usermenublock-2 .dropdown-menu:after {
   
    right: 184px;
   
}

.service_slider {height: 356px;}

.is_rtl #block-usermenublock-2 .dropdown-menu {
    
     right: inherit; 
     left: 0px;
   
}

.is_rtl .aj-inline li .btn-label-bor {
  float: right;
}

.is_rtl  .white-background-theme .views-col.col-1 .field-content.pl-33x {
    display: inherit;
}
.is_rtl  .metadata-box-dataset-2 .dataset-bold {
    padding-right: 0; 
    padding-left: 7px;
}
.is_rtl  .listViweBox span.gly-icon {
    padding-right: 0; 
    padding-left: 0;
}

.is_rtl  .path-servicecatalog-entities .counterBox {
   
    float: left;
}
.is_rtl .por-block {
    padding-right: 16px;
    padding-left: 5px !important;
    margin: 0;
    float: right !important;
}
.is_rtl .d-flex.d-mob-block.pull-left {
    float: right !important;
}
.is_rtl .filterTitle, .is_rtl .Filter_by {
    text-align: right;
}
.is_rtl .js-form-item-tid label, 
.is_rtl .js-form-item-field-publisher-for-data-target-id label, 
.is_rtl .js-form-item-field-data-files-types-value label, 
.is_rtl #views-exposed-form-detail-page-of-ajman-data-page-2 .js-form-item-tid-1 label, 
.is_rtl #views-exposed-form-detail-page-of-ajman-data-page-2 .js-form-item-tid-2 label {
    padding-right: 12px;
    margin-bottom: 18px;
    margin-top: 10px;
    font-size: 16px;
    font-family: 'AtrissiGhad',Arial,sans-serif;
    color: rgb(34,34,34);
    line-height: 1.2;
    text-align: left;
    font-weight: 600 !important;
}

.is_rtl .aj-inline li {
     display: inherit !important; 
}

.is_rtl  .js-form-item-tid label, 
.is_rtl #views-exposed-form-detail-page-of-ajman-data-page-2 .js-form-item-tid-1 label, 
.is_rtl #views-exposed-form-detail-page-of-ajman-data-page-2 .js-form-item-tid-2 label {

    float: right;
}

.is_rtl .gridBoxd .views-col {
    margin-bottom: 50px;
    /* margin-top: 31px; */
}

.grey {
    color: grey;
} 
.add_ajm, .contact_ajm a { color: #1762B8 !important;}
.contact .vcard span b {
    display: block;
    padding-top: 5px;
    color: #1762B8;
    font-size: 1em;
    margin-bottom: 5px;
}

#contact-message-contact-form .form-textarea-wrapper .form-textarea {
    height: 50px;
}

#contact-message-contact-form .form-textarea-wrapper .form-textarea,
#contact-message-contact-form .form-email {
  padding: 0px 6px 0px;
}

.gov-link {padding-bottom: 20px; padding-left: 0;}
.is_rtl .article-title, .is_rtl .page-header { text-align: right; }

.gov-link-breadcrumb {padding-left: 0;}
.is_rtl .gov-link-breadcrumb {padding-right: 0;    text-align: right;}
#contact .ajax-throbber {display: none;}

.gov-link-breadcrumb a, .gov-link-breadcrumb {color: #1762B8;}
.gov-link-breadcrumb a:hover {color: #1762B8;}

.is_rtl article ul,
.is_rtl article ol {
  text-align: right;
  padding-right: 1.5em;
}
.gov-link-block-style .views-field-title {
    background: #FFFFFF;
box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.0792996);
border-radius: 12px;
        padding: 30px;
    min-height: 300px;
}

#block-digital-ajman-doyouneedhelp h2 {font-size: 30px; padding-top: 10px;}
.gov-link-medi{
    background: #FFFFFF;
    box-shadow: 0px 15px 78px rgba(0, 0, 0, 0.0792996);
    /* border-radius: 12px; */
    padding: 25px 18px 13px 28px;
    min-height: 200px;
}

.block-views-blockservices-list-block-1 {padding: 20px 0;}
.gov-link-block-style a{
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 37px;
    color: #363A40;
}
.is_rtl .hide-block- #edit-tid, 
.is_rtl .hide-block- #edit-field-publisher-for-data-target-id, 
.is_rtl .hide-block- #edit-field-data-files-types-value, 
.is_rtl .hide-block- #edit-tid-1, .is_rtl .hide-block- #edit-tid-2, 
.is_rtl .hide-block- #edit-field-data-files-types-value {
    font-family: 'AtrissiGhad',Arial,sans-serif;
    text-align: right !important;
}

.is_rtl.path-ajman-dataset .cat_description {
  font-family: 'AtrissiGhad',Arial,sans-serif;
}

.is_rtl.path-ajman-data-category .listViweBox .gridBoxd {
  text-align: right;
}


.is_rtl .listViweBox span.gly-icon {
    float: left;
    text-align: left;
    order: 1;
    transform: rotate(180deg);
    margin-left: 10px;
    margin-right: 0;
}


.is_rtl .listViweBox .mxWidthHbw {
    order: 2;
}

.is_rtl .ajman-data-api-item {
    order: 2;
    max-width: calc(100% - 35px);
    float: right;
}

.is_rtl .listViweBox .ajman-data-api-item h2 a {
    text-align: right;
    float: right;
}

.is_rtl .metadata-box-dataset-2 .dataset-bold {
    float: inherit !important;
}
.is_rtl .metadata-box-dataset-2 .dataset-bold {
    font-weight: 700;
    font-size: 19px;
    padding-right: 0px;
    float: inherit;
    padding-left: 4px;
}



.sticky-nav .popup .title,.about h2,.about h2 a,.about h2 span {
        color: #363A40;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    text-transform: capitalize;
    text-align: left;
    border-bottom: none;
}
/*
.contact.links p {
    text-align: center;
    
    font-size: 0.7em;
    font-weight: bold;
}*/


.contact-box {
    position: relative;
}
.contact .vcard {
    float: left;
    width: 100%;
    color: #363636;
    
}


.sticky-nav .popup.sticky-block-item {
    z-index: 999999;
}




.contact .vcard span {
    line-height: 1.1em;
    padding: 5px;
    float: left;
    width: 25%;
    clear: none;
    text-align: center;
    color: #3d3d3d;
    font-weight: bold;
    font-size: 0.7em;
    word-break: break-word;
}

.path-frontpage .ml-4.order-2 {

    margin-right: 12px;
    margin-left: 1.5rem;
}
}
.path-frontpage .card h6{  font-size: 24px;
    font-weight: 700;
    line-height: 37px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #363A40;
}

#block-happinessindicatorblock,
#block-digital-ajman-happinessindicatorblock {padding-top: 6rem;}

.path-frontpage .card-body a {
    color: #363A40;
}
.path-frontpage .happ_des {
    width: 12.5rem;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px; 
}

.path-frontpage p:last-child {
     margin-bottom: inherit; 
}
.stack-box .col-md-6.mb-4{ margin-bottom: 4rem; }

.page-node-type-landing-page .stickynav {
     top: 0px !important; 
}

.is_rtl .paragraph--type--hero-image .hero-image-wrapper p {
   text-align: center;
}

.is_rtl #tb-megamenu-column-1 { float: right; }
.is_rtl #tb-megamenu-column-1 {     
  border-left: none;
}
.is_rtl .tb-megamenu-column { 
  float: right !important;    
  border-left: none !important;
}

.is_rtl #tb-megamenu-column-2 {
    border-right: 1px solid #dee2e6;
    border-left : none;
}
.is_rtl .application {
   
    float: right;
}    
/*******************sssss*/

.paragraph--type--hero-image .hero-image-wrapper h3 {
    margin-bottom: 30px;
    font-size: 3.25em;
    color: #fff;
    
}
.paragraph--type--hero-image .hero-image-wrapper p {
    
    color: #fff;
    margin-bottom: 30px;
    font-size: 1em;
}
.views-exposed-form .ui-widget.ui-widget-content {
    border: none;
        margin-top: -3px;
    border-radius: 0;
}


.paragraph--type--hero-image .hero-image-wrapper a {
  
  display: inline-block;
  padding: 9px 55px 9px 55px;
  border-radius: 10px;
  background-color: #833a96;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: color 1s ease, background 1s ease;
  -moz-transition: color 1s ease, background 1s ease;
  -ms-transition: color 1s ease, background 1s ease;
  -o-transition: color 1s ease, background 1s ease;
  transition: color 1s ease, background 1s ease;
}

.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active, 
a.ui-button:active, .ui-button:active, 
.ui-button.ui-state-active:hover {
    border: none;
    background: transparent;
    font-weight: normal;
    color: #000;
}

.is_rtl .link-2-class {
    font-family: 'AtrissiGhad', Arial, sans-serif;
    
}
.department_bdy .btn_bdy {margin-top: 8px; }

.is_rtl .auto-service-search-form .has-feedback .form-control {
    
    float: right;
    border-radius: 10px 0px 0px 10px;

         background: #fff url(/sites/default/files/images/search-icon.png) no-repeat 98% 14px;
    background-size: 20px;
    padding-right: 45px;
}

.is_rtl .auto-service-search-form .input-group .inputSuccess2 {

    width: 133%;
  
}

.auto-service-search-form .ui-autocomplete {

    border-radius: 0 0 4px 4px;
 
}
    
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: inherit;
}
/*
#ui-id-1 .ui-state-active {
    color: #16181b !important;
    text-decoration: none !important;
    background-color: #f8f9fa !important;
} */

#block-weathersystemwidedisplay1--2 {display: none;}

.slick-prev {
    left: -10px !important;
    
}
.is_ltr .slick-next {
    right: -10px !important;
}

.ui-widget-content {
    border: none;
   
}
.ui-menu .ui-menu-divider {
     margin: 0; 
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}
.views-exposed-form .ui-autocomplete {

     padding: 0; 
    
}

.toggleActive#views-exposed-form-global-site-search-page-1 .form-submit {

    color: #fff;
}
#views-exposed-form-global-site-search-page-1 .form-text {
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}
.toggleActive .form-actions {display: none;}

.toggleActive .js-form-item-search-api-fulltext .form-text {
    /*width: 772px;*/
    height: 50px;
       border-radius: 10px 10px 0 0;
    border: none;
}
.path-global-site-search #views-exposed-form-global-site-search-page-1 {width: 56%;
    margin: 0 auto;}
.path-services #navbar {
    position: inherit;
    top: 0px;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 !important;
    z-index: 1;
}

.conter_titlelin.live-data {
    font-size: 14px;
    font-family: Roboto, sans-serif;
    color: rgb(171,48,89);
    font-weight: normal;
    text-align: inherit;
    margin: 0;
    line-height: 27px;
}

.path-live-data .grid-striped .row:nth-of-type(odd) {
    background-color: rgba(71, 134, 206, 0.2);
}
.path-live-data .grid-striped .row:nth-of-type(even) {
    background-color: rgba(0,0,0,.03);
}
span.field-content-title-data {
    font-size: 19px;
    font-family: Roboto, sans-serif;
    font-weight: bold;
}
.title-data-2 {
    text-align: center;
}
.container-live {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    padding: 12px;
    padding-top: 0px;
}

.conter_titlelin.live-data,
span.field-content-title-data,
.container-live {
  font-family: 'AtrissiGhad', Arial, sans-serif;
}

.path-live-data .body_with_background, .container-for-content {
     padding: 0; 
    
    
}
.is_rtl #block-digital-ajman-doyouhaveanycommentsaboutthispage .field--name-body.field--type-text-with-summary p {
   text-align: center;
}

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  width: 300px;
  height: 200px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  /*background-color: #bbb;*/
  color: black;
}
.flip-card a {color: #fff;}
.flip-card-back p {
    
    color: white;
    word-wrap: break-word;
    font-size: 15px;
   
}
.webform-submission-contact-form.webform-submission-contact-add-form {
    padding-top: 3em;
}
.is_rtl .webform-submission-contact-form.webform-submission-contact-add-form label{
        float: right;
    padding-right: 5px;
}

.is_rtl .webform-submission-contact-form.webform-submission-contact-add-form .webform-button--submit {
    float: right;
        margin: 3px 3px 10px;
} 
.statistics-counter {display: none !important;}
article .field--name-body a {color: #363A40;}
/* Style the back side */
.flip-card-back {
  background-color: #1762B8;
  color: white;
  transform: rotateY(180deg);
}

#entitiesListing {padding-top: 60px;}
.is_rtl.path-node article,
.is_rtl.path-entities .entities-listing {text-align: right; direction: rtl;     padding-right: 38px;} 
.view-id-services.view-display-id-block_2 {
    padding-right: 15px;
    padding-left: 15px;
        padding-top: 25px;
}
 .is_rtl .view-id-services.view-display-id-block_2 {
    text-align: right;
}    
 .is_rtl .hero.background-image-- a {
    color: #1762B8;;
    text-align: right;
    /* display: block; */
}   
.view-id-services.view-display-id-block_1 .views-field-title .field-content {
        
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 81px;
    color: #fff;
}
.live-data-span {
    color: rgb(171,48,89);
    font-size: 11px;
    padding-left: 2px;
}
.path-services .stack-box {
    position: relative;
     top: 25px; 
}

.path-services .stack-box .col-md-6.mb-4 {
    margin-bottom: 2rem;
}
.path-services .stack-box .col-md-6 .card{
     min-height: 12rem;
}
/*.paragraph--type--hero-image .hero-image-wrapper a:hover {
  background-color: #4b266c;
  text-decoration: none;
}

.paragraph--type--hero-image .hero-image-wrapper a:hover {
  text-decoration: none;
  background-color: #4b266c;
}*/

.is_rtl .field--name-body {
   
    font-family: 'AtrissiGhad', Arial, sans-serif;
   
}

.is_rtl .field--name-body ul li {
   
  /*  float: right;*/
   
}

.is_rtl .pull-right {
    float: left!important;
}

.is_rtl #access-use span {
    /*float: right;*/
    text-align: right;
    direction: rtl;
}

.is_rtl.path-ajman-data-category .hide-block- #edit-tid,
.is_rtl.path-ajman-data-category .hide-block- #edit-tid-1, 
.is_rtl.path-ajman-data-category .hide-block- #edit-tid-2 {
    
    padding: 3px 72px;
  }  
.is_rtl.path-ajman-data-category .hide-block- #edit-submit-detail-page-of-ajman-data {float: right;}  
.is_rtl.path-ajman-dataset- .card-row  .flex-1 {text-align: right;}

.is_rtl .fa-chevron-right {
    transform: rotate(180deg);
}

.is_rtl  .px22-0.px22-service-0 {
     margin-top: -26px; 
}

.mwcus3 .img-btn img{    width: 36px;    margin-right: 20px;}


.text-left {
    text-align: left ;
}

.is_rtl .text-left, 
.is_rtl.path-ajman-data .container-- {
    text-align: right !important;
}

ol.social, ul.social {
     padding-left: 0; 
}

.path-servicecatalog-entities .circle_top_box {

    margin-top: -5%;
    
}

.path-servicecatalog-entities .listViweBox .counterBoxG {

    margin: 38px 0;
}

@media (min-width: 768px) {

.is_rtl .slick-slide .card-body .mt-md-4, .is_rtl .slick-slide .text-dark.mt-md-4 {
     margin-top: 1.5rem !important; 
}

.is_rtl .col-sm-1, .is_rtl .col-sm-10, .is_rtl .col-sm-11, .is_rtl .col-sm-12, 
.is_rtl .col-sm-2, .is_rtl .col-sm-3, .is_rtl .col-sm-4, .is_rtl .col-sm-5, .is_rtl .col-sm-6, 
.is_rtl .col-sm-7, .is_rtl .col-sm-8, .is_rtl .col-sm-9 {
    float: right;
}

}
@media (max-width: 1250px) {
.js-form-item-search-api-fulltext .form-text {
    width: 500px;    
}

.toggleActive .js-form-item-search-api-fulltext .form-text {
    width: 500px;   
}
}


@media (max-width: 992px) {
.paragraph--type--hero-image .hero-image-wrapper h3 {
    font-size: 2em;
    margin-bottom: 15px;
}

.tb-megamenu .nav > li > a, .tb-megamenu .nav > li > span.tb-megamenu-no-link {
    padding: 0 7px;
}

}


@media (max-width: 979px) {
  .tb-megamenu .nav-collapse {
    background: rgba(0, 0, 0, .75);
    margin-top: 10px;
    position: absolute;
    top: 27px;
    width: 100%;
    z-index: 999;
    color: #000;
}  

.tb-megamenu .nav > li > a, .tb-megamenu .nav > li > span.tb-megamenu-no-link {
    /*padding: 0 15px;*/
    padding: 9px 15px;
}

.tb-megamenu .nav-collapse .nav > li > a, 
.tb-megamenu .nav-collapse .dropdown-menu a, 
.tb-megamenu .nav-collapse .nav > li > span.tb-megamenu-no-link, .tb-megamenu .nav-collapse .dropdown-menu span.tb-megamenu-no-link {
    border-bottom: none;
   
}
}
@media (min-width: 768px) {

  .views-exposed-form  .form-inline .control-label {
    margin-bottom: 10px !important;
    
}
}
@media (max-width: 768px) {
  .article_wrapper, .body_with_background {
    padding: 5px;
    margin: 5px;
  }

#vertical_tab_nav ul {

     margin-right: 20px; 
}
.path-servicecatalog  #vertical_tab_nav {
    margin-bottom: 20px;
}
.is_ltr.path-servicecatalog #vertical_tab_nav li a,
.is_ltr.page-node-type-service #vertical_tab_nav li a {
    font-size: 15px;
}

.is_rtl #vertical_tab_nav .tab_panels {

    padding: 20px 5% 3% 3%;

}

.is_rtl ul.req_doc_list > li > p {
    
    width: calc(100% - 32px);
    
}

    .auto-service-search-form {
    width: 85%;
   
}

  #views-exposed-form-detail-page-of-ajman-data-page-2  .form--inline {
     display: block; 
}

.gridBoxd {
  
    padding: 13px 0px 0px 0px;
  
}
.white-background-theme {padding: 0; }

    .has-feedback-- .form-inline {
        width: 100% !important;   
     }

  .views-exposed-form  .form-inline .control-label {
    margin-bottom: inherit !important;
    
}

    .block-tb-megamenu.block-tb-megamenu-menu-blockmain {
    float: left;
     padding-right: 0px; 
     margin-left: -5px !important;
}

 .sticky-nav .popup {
    margin: 0;
    width: 100%;
    height: auto;
    top: auto;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    -ms-transform: translate(0px,0px);
    -webkit-transform: translate(0px,0px);
    transform: translate(0px,0px);
}

/* .tb-megamenu .nav > li > a, 
 .tb-megamenu .nav > li > span.tb-megamenu-no-link {
    color: #000 !important;
    
}*/
    .sticky-nav.active {
    z-index: 999;
    height: auto;
}
.component-title .field--name-field-title {
    color: #f8f8f8 !important;
    font-weight: 700 !important;
    font-size: 32px;
}
.paragraph--type--hero-image .span12.text-align-center .hero-image-wrapper {
    padding: 50px 10%;
    width: 100%;
    margin: 0px;
        padding-top: 70px;
}
.form--inline{display: flex;}
}


@media (max-width: 475px) {
   .sticky-nav li, .btn-menu {
    height: 60px;
    width: 60px;
}
}




@media (max-width: 768px) {

    .js-form-item-search-api-fulltext .form-text {
    width: 264px;
    height: 50px;
}
.paragraph--type--hero-image {height: 350px;}

/*.sticky-nav .popup {
  margin: 0;
  width: 100%;
  height: auto;
  top: 15px;
  position: fixed;
  bottom: 75px;
  right: 0;
  left: 0;
  -ms-transform: translate(0px,0px);
  -webkit-transform: translate(0px,0px);
  transform: translate(0px,0px);
}

  .sticky-nav.active {
  z-index: 999;
  height: auto;
}*/

    .sticky-nav ul {
display:none;
     border: none;

}

    .sticky-nav ul li a i {
    font-size: 20px;
}

    .sticky-nav li {
    /* box-shadow: 1px 2px 6px 3px rgba(0,0,0,0.2), -1px 2px 6px 3px rgba(0,0,0,0.2); */
    -moz-box-shadow: 1px 2px 6px 3px rgba(0,0,0,0.2),-1px 2px 6px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 2px 6px 3px rgba(0,0,0,0.2), -1px 2px 6px 3px rgba(0,0,0,0.2);
}

.sticky-nav li {
  /*  -ms-transform: translate(0px,100px);
    -webkit-transform: translate(0px,100px);
     transform: translate(0px,100px); */

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
     height: 50px;
     width: 50px;
}
    .btn-menu {
    position: absolute;
    bottom: 0;
    z-index: 999;
    left: 0;
}
.is_rtl .btn-menu {
  left: auto;
}

.sticky-nav {
    height: 0;
    top: auto;
    bottom: 5px;
    flex-direction: column;
    padding-bottom: 65px;
    z-index: 1;
    left: 15px;
}

.btn-menu {
    height: 50px;
    width: 50px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 1px 2px 6px 3px rgba(0,0,0,0.2), -1px 2px 6px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 2px 6px 3px rgba(0,0,0,0.2),-1px 2px 6px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 2px 6px 3px rgba(0,0,0,0.2), -1px 2px 6px 3px rgba(0,0,0,0.2);
    display: block;
    background: url(/sites/default/files/images/menu-sm.png) #1762B8;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
    cursor: pointer;
}
.sticky-nav span {
  display: none;
}

.sticky-nav.active .btn-menu {
    background: url(/sites/default/files/images/close-menu.png) #1762B8;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 35%;
}
.sticky-nav .btn-menu {
    display: inline;
}
.sticky-nav.active li:nth-child(1) {
    -ms-transform: translate(0px,-30px);
    -webkit-transform: translate(0px,-30px);
    transform: translate(0px,-30px);
}
.sticky-nav ul li a {
    float: none;
    display: inline-block;
    line-height: 100%;
    padding: 10px 5px;
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    min-width: inherit;
    height: 100%;
    font-size: 12px;
    box-sizing: border-box;
    text-align: center;
}

}

/*@media screen and (max-width: 768px) {
  .sticky-nav ul li a span {
    font-size: 9px !important;
  }
  .sticky-nav ul li a i {
    font-size: 2.5em !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .sticky-nav .popup {
    width: 50%;
    height: 600px;
    top: auto;
  }
  .is_rtl .sticky-nav .popup {
    right: 0 !important;
  }

  .sticky-nav ul li,
  .sticky-nav ul li a {
    width: 65px !important;
    height: 65px !important;
    padding: 0 !important;
  }
  .sticky-nav ul li a i {
    padding-top: 8px !important;
  }
  .sticky-nav ul li a span {
    font-size: 10px !important;
  }

}*/


@media (max-width: 475px) {
.sticky-nav.active li:nth-child(1) {
    -ms-transform: translate(0px,-18px);
    -webkit-transform: translate(0px,-18px);
    transform: translate(0px,0px);
}
.sticky-nav ul li a {
    font-size: 10px;
}
}
@media screen and (max-height: 730px) and (min-width: 768px) {
    .sticky-nav {
    top: 2em;
}
}
@media (min-width: 1025px) {

.sticky-nav ul li:first-child a {
    padding-top: 5px;
}
/*.sticky-nav {
  top: 2em;
}*/
}
@media screen and (max-height: 730px) and (min-width: 768px) {
    .sticky-nav ul li a {
    width: 55px;
    height: 55px;
    padding-top: 10px;
    font-size: .6em;
}

}

@media (min-width: 993px) {
.sticky-nav ul li a {
    padding-top: 15px;
}
}

@media (min-width: 769px) {
 .sticky-nav ul li a {
    width: 96px;
  padding: 10px 0 10px 0 !important;
}
}
@media screen and (max-height: 730px) and (min-width: 768px) {
   .sticky-nav ul li a i {
    font-size: 3.5em;
}
.sticky-nav ul li:first-child a i {
    padding-top: 8px;
}
.sticky-nav ul li a span {
    /*display: none;*/
}

}

@media (min-width: 769px) {
  .sticky-nav ul li a i {
    font-size: 2em;
}
}







@media (max-width: 979px) {
.tb-megamenu .nav-collapse {

    position: relative !important;

}


}

@media (min-width: 1200px){
  .tb-megamenu [class*="span"] {
    margin-left: 0px !important;
  }
}

.tb-megamenu .mega-align-center > .dropdown-menu {
  left: -43% !important;
}


@media (min-width: 576px) {

  /*.col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }*/
}
@media (min-width: 1200px) {
    .tb-megamenu .row-fluid .span6 {
    width: 47.717949%;
        }
    
}
