﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");

#divManageProfiles {
	display:none !important;
}


.nakheelbanner {
    width: 100%;
    margin-top: 11rem;
}
 
.banner-img {
    display: block;
    /*position:fixed !important;*/
    width: 100%;
    height: auto;
   /* margin-bottom: -8rem !important;*/
}

@media (min-width: 1441px) {
    .container {
        /* width: 1260px;*/
        width: 1420px;
    }
}

@media (min-width: 1920px) {
    .container {
        width: 1480px; /*98%; */
    }
}

@font-face {
    font-family: 'Montserrat';
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FrutigerLTArabic-55Roman';
    src: url("../fonts/FrutigerLTArabic-55Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/FrutigerLTArabic-55Roman.woff") format("woff"), url("../fonts/FrutigerLTArabic-55Roman.ttf") format("truetype"), url("../fonts/FrutigerLTArabic-55Roman.svg#FrutigerLTArabic-55Roman") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*
@font-face {
    font-family: nakheelbold_text_text;
    src: url(../../Fonts/Nakheel/Nakheel-HeadlineBold.woff);
}

@font-face {
    font-family: nakheelregular_headline;
    src: url(../../Fonts/Nakheel/Nakheel-HeadlineRegular.woff);
}

@font-face {
    font-family: nakheelbold_text;
    src: url(../../Fonts/Nakheel/Nakheel-TextBold.woff);
}

@font-face {
    font-family: nakheelregular_text;
    src: url(../../Fonts/Nakheel/Nakheel-TextRegular.woff);
}*/




@font-face {
    font-family: "nakheelregular_text";
    src: url("../fonts/Nakheel-TextRegular.eot");
    src: url("../../Fonts/Nakheel/Nakheel-TextRegular.eot?#iefix") format("embedded-opentype"), url("../../Fonts/Nakheel/Nakheel-TextRegular.woff2") format("woff2"), url("../../Fonts/Nakheel/Nakheel-TextRegular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "nakheelregular_headline";
    src: url("../../Fonts/Nakheel/Nakheel-HeadlineRegular.eot");
    src: url("../../Fonts/Nakheel/Nakheel-HeadlineRegular.eot?#iefix") format("embedded-opentype"), url("../../Fonts/Nakheel/Nakheel-HeadlineRegular.woff2") format("woff2"), url("../../Fonts/Nakheel/Nakheel-HeadlineRegular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "nakheelbold_text";
    src: url("../../Fonts/Nakheel/Nakheel-TextBold.eot");
    src: url("../../Fonts/Nakheel/Nakheel-TextBold.eot?#iefix") format("embedded-opentype"), url("../../Fonts/Nakheel/Nakheel-TextBold.woff2") format("woff2"), url("../../Fonts/Nakheel/Nakheel-TextBold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "nakheelbold_headline";
    src: url("../../Fonts/Nakheel/Nakheel-HeadlineBold.eot");
    src: url("../../Fonts/Nakheel/Nakheel-HeadlineBold.eot?#iefix") format("embedded-opentype"), url("../../Fonts/Nakheel/Nakheel-HeadlineBold.woff2") format("woff2"), url("../../Fonts/Nakheel/Nakheel-HeadlineBold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}


* {
    font-family: nakheelregular_text;
}


html, body {
    font-family: nakheelregular_text; /* "Open Sans", sans-serif;*/
    /*rtl:FrutigerLTArabic-55Roman*/
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    font-size: 16px;
    color: #59595C;
    font-weight: 400;
    -ms-overflow-style: scrollbar;
    /*  background-color: antiquewhite;*/
}

    html.nav-open, body.nav-open {
        overflow: hidden;
    }

[dir="rtl"] html, [dir="rtl"] body {
    font-family: 'FrutigerLTArabic-55Roman';
}

body.ms-backgroundImage {
    background: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
/*NOS*/
/** {
  table-layout: fixed;
}*/

*:focus {
    outline: 0;
}

::-ms-clear {
    display: none;
}

.container-fluid {
    max-width: 960px;
}

a,
a:link,
a:visited,
a:active {
    text-decoration: none;
}

    a:hover,
    a:link:hover,
    a:visited:hover,
    a:active:hover {
        text-decoration: none;
    }

.l-icon {
    vertical-align: middle;
}

.slick-arrow,
button.slick-arrow {
    width: 17px;
    height: 34px;
    border: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    top: auto;
    z-index: 99;
    outline: 0;
    transition: 0.8s background;
    background: url(../images/arrow.svg) no-repeat 0;
    visibility: hidden;
}




.dropdown-menu li {
    padding: 0px !important;
    width: 100% !important;
    display: inline-block;
}

    .dropdown-menu li a {
        padding: 8px !important;
        color: #fff !important;
    }

.dropdown-submenu > a:after {
    margin-right: 10px !important;
}

ul.dropdown-menu {
    background-color: #003f76bd;
    left: 0 !important;
    border: 0px !important;
    box-shadow: none !important;
    border-radius: 0px !important;
}

.dropdown-submenu {
    border-top: 2px #fff solid;
}








@media (min-width: 992px) {
    .slick-arrow,
    button.slick-arrow {
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.slick-arrow.slick-prev,
button.slick-arrow.slick-prev {
    left: 30%;
    -webkit-transform: translate(-20%, -50%) rotate(180deg);
    transform: translate(-20%, -50%) rotate(180deg);
}

@media (min-width: 992px) {
    .slick-arrow.slick-prev,
    button.slick-arrow.slick-prev {
        left: -6.666%;
    }
}

.slick-arrow.slick-next,
button.slick-arrow.slick-next {
    right: 30%;
}

@media (min-width: 992px) {
    .slick-arrow.slick-next,
    button.slick-arrow.slick-next {
        right: -6.333%;
    }
}

.slick-arrow.slick-disabled,
button.slick-arrow.slick-disabled {
    background: #999 !important;
}

.slick-dots {
    text-align: center;
    padding-bottom: 15px;
}

    .slick-dots li {
        margin: 0 5px;
        display: inline-block;
    }

        .slick-dots li button {
            width: 12px;
            height: 12px;
            background-color: #cccccc;
            border: none;
            padding: 0;
            border-radius: 50%;
            color: #cccccc;
            font-size: 0;
            text-indent: -9999px;
            overflow: hidden;
        }

@media (min-width: 1920px) {
    .slick-dots li button {
        width: 15px;
        height: 15px;
    }
}

.slick-dots li.slick-active button {
    background-color: #b5aba3;
}

[dir="rtl"] .slick-slide {
    float: left;
}

[dir="rtl"] .slick-arrow.slick-prev,
[dir="rtl"] button.slick-arrow.slick-prev {
    -webkit-transform: translate(-5px, -50%) rotate(0deg) !important;
    transform: translate(-5px, -50%) rotate(0deg) !important;
}

[dir="rtl"] .slick-arrow.slick-next,
[dir="rtl"] button.slick-arrow.slick-next {
    -webkit-transform: translate(5px, -50%) rotate(-180deg) !important;
    transform: translate(5px, -50%) rotate(-180deg) !important;
}

.select-dropdown {
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: top;
    width: 100%;
    box-shadow: 0 0 0 3px #f3f3f3;
    border-radius: 3px;
    background-color: #ffffff;
}

    .select-dropdown select {
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        border: 1px solid transparent;
        box-shadow: none;
        font-size: 14px;
        height: 48px;
        position: relative;
        vertical-align: top;
        background-color: transparent;
        color: #b5aba3;
        cursor: pointer;
        display: block;
        max-width: 100%;
        outline: none;
        padding: 10px 55px 10px 10px;
        width: 100%;
        position: relative;
        z-index: 5;
    }

@media (min-width: 480px) {
    .select-dropdown select {
        height: 50px;
        padding: 10px 55px 10px 20px;
    }
}

@media (min-width: 1920px) {
    .select-dropdown select {
        font-size: 18px;
        height: 56px;
        padding: 10px 65px 10px 30px;
    }
}

.select-dropdown select::-ms-expand {
    display: none;
}

.select-dropdown:after {
    content: "";
    position: absolute;
    border-top: 11px solid #b5aba3;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    right: 16px;
    top: 50%;
    z-index: 4;
    margin-top: -5px;
}

@media (min-width: 992px) {
    .select-dropdown:after {
        right: 20px;
    }
}

.select-dropdown:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    background-color: #ebebeb;
    z-index: 3;
}

@media (min-width: 992px) {
    .select-dropdown:before {
        width: 55px;
    }
}

.select-dropdown .select2-container {
    z-index: 5;
}

.select-dropdown .select2-container--default .select2-selection--single {
    border: none;
    height: 48px;
    font-size: 14px;
    background: none;
}

@media (min-width: 480px) {
    .select-dropdown .select2-container--default .select2-selection--single {
        height: 50px;
    }
}

@media (min-width: 1200px) {
    .select-dropdown .select2-container--default .select2-selection--single {
        height: 56px;
    }
}

@media (min-width: 1920px) {
    .select-dropdown .select2-container--default .select2-selection--single {
        font-size: 18px;
    }
}

.select-dropdown .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #888;
}

.select-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 10px 55px 10px 10px;
    height: 48px;
    font-size: 16px;
}

@media (min-width: 480px) {
    .select-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 10px 55px 10px 20px;
        height: 50px;
    }
}

@media (min-width: 1200px) {
    .select-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 10px 65px 10px 30px;
        height: 56px;
        line-height: 36px;
        font-size: 16px;
    }
}

.select-dropdown .select2-container--open {
    left: 0 !important;
}

.select-dropdown .select-dropdown__menu .select2-container {
    background-color: #ffffff;
    z-index: 6;
}

.select-dropdown .select-dropdown__menu .select2-dropdown {
    border: none;
    border-radius: 0;
    box-shadow: 0 0 0 3px #f3f3f3;
}

    .select-dropdown .select-dropdown__menu .select2-dropdown .select2-results__option {
        padding: 10px;
        height: 48px;
        font-size: 14px;
        border-bottom: 3px solid #f3f3f3;
        line-height: 28px;
        text-transform: uppercase;
    }

        .select-dropdown .select-dropdown__menu .select2-dropdown .select2-results__option:last-child {
            border: none;
        }

        .select-dropdown .select-dropdown__menu .select2-dropdown .select2-results__option[aria-selected=true], .select-dropdown .select-dropdown__menu .select2-dropdown .select2-results__option.select2-results__option--highlighted[aria-selected] {
            background-color: #ffffff;
            color: #00263A;
        }

        .select-dropdown .select-dropdown__menu .select2-dropdown .select2-results__option:hover {
            background-color: #00263A;
            color: #ffffff;
        }

@media (min-width: 480px) {
    .select-dropdown .select-dropdown__menu .select2-dropdown .select2-results__option {
        padding: 10px 20px 10px 20px;
        height: 50px;
        line-height: 30px;
    }
}

@media (min-width: 1200px) {
    .select-dropdown .select-dropdown__menu .select2-dropdown .select2-results__option {
        padding: 10px 30px 10px 30px;
        height: 56px;
        line-height: 36px;
    }
}

@media (min-width: 1920px) {
    .select-dropdown .select-dropdown__menu .select2-dropdown .select2-results__option {
        font-size: 18px;
    }
}

.select-dropdown.disabled {
    background: rgba(235, 235, 235, 0.35);
}

    .select-dropdown.disabled .select2-selection__rendered {
        text-transform: uppercase;
    }

.select-dropdown.select-dropdown_style1 {
    background-color: #fbfbfb;
    box-shadow: 0 0 0 1px #cecece;
}

    .select-dropdown.select-dropdown_style1:before {
        display: none;
    }

    .select-dropdown.select-dropdown_style1 .select2-selection__placeholder {
        text-transform: uppercase;
    }

    .select-dropdown.select-dropdown_style1 .select-dropdown__menu .select2-dropdown {
        box-shadow: 0 0 0 1px #cecece;
        margin-top: -1px;
    }

        .select-dropdown.select-dropdown_style1 .select-dropdown__menu .select2-dropdown .select2-results__option {
            border-bottom: 1px solid #cecece;
        }

            .select-dropdown.select-dropdown_style1 .select-dropdown__menu .select2-dropdown .select2-results__option:last-child {
                border-bottom: none;
            }

.select-dropdown.select-dropdown_style2 {
    background-color: #fbfbfb;
    box-shadow: 0 0 0 1px #cecece;
}

    .select-dropdown.select-dropdown_style2:before {
        background-color: #a6a6a6;
        width: 65px;
    }

@media (min-width: 1200px) {
    .select-dropdown.select-dropdown_style2:before {
        width: 75px;
    }
}

.select-dropdown.select-dropdown_style2:after {
    border: none;
    width: 34px;
    height: 17px;
    background: url(../images/icon-arrow-up.svg) no-repeat 0 0;
    margin-top: -8px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 16px;
}

.select-dropdown.select-dropdown_style2 .select2-selection__placeholder {
    text-transform: uppercase;
}

.select-dropdown.select-dropdown_style2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 10px 75px 10px 10px;
    text-transform: uppercase;
}

@media (min-width: 480px) {
    .select-dropdown.select-dropdown_style2 .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 10px 75px 10px 20px;
    }
}

@media (min-width: 1200px) {
    .select-dropdown.select-dropdown_style2 .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 10px 85px 10px 30px;
    }
}

.select-dropdown.select-dropdown_style2 .select-dropdown__menu .select2-dropdown {
    box-shadow: 0 0 0 1px #cecece;
    margin-top: -1px;
}

    .select-dropdown.select-dropdown_style2 .select-dropdown__menu .select2-dropdown .select2-results__option {
        border-bottom: 1px solid #cecece;
    }

        .select-dropdown.select-dropdown_style2 .select-dropdown__menu .select2-dropdown .select2-results__option:last-child {
            border-bottom: none;
        }

.select-dropdown.open:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.no_pad {
    padding: 0;
}

.pos_static {
    position: static;
}

@media (min-width: 992px) {
    .clear_md {
        clear: both;
    }
}

@media (min-width: 1200px) {
    .clear_md {
        clear: none;
    }
}

.section-title {
    color: #00263A;
    font-size: 20px;
    margin: 0 0 30px;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 2px;
    /*rtl:normal*/
}

@media (min-width: 480px) {
    .section-title {
        font-size: 22px;
    }
}

@media (min-width: 992px) {
    .section-title {
        font-size: 24px;
        line-height: 1.1;
    }
}

@media (min-width: 1200px) {
    .section-title {
        font-size: 27px;
    }
}

@media (min-width: 1920px) {
    .section-title {
        font-size: 38px;
        margin: 0 0 35px;
    }
}

.section-title_small {
    font-size: 18px;
}

@media (min-width: 992px) {
    .section-title_small {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .section-title_small {
        font-size: 24px;
    }
}

@media (min-width: 1920px) {
    .section-title_small {
        font-size: 28px;
    }
}

p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

@media (min-width: 1200px) {
    p {
        font-size: 16px;
    }
}

@media (min-width: 1920px) {
    p {
        /*font-size: 22px;*/
        font-size: 16px;
    }
}

.nav-tabs {
    border-bottom-color: #747278;
    text-align: center;
    margin-bottom: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (min-width: 992px) {
    .nav-tabs {
        display: block;
        margin-bottom: 50px;
    }
}

.nav-tabs > li {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    padding: 0 2px;
    border-bottom: 3px solid transparent;
}

    .nav-tabs > li > a {
        padding: 0 0 10px;
        display: inline-block;
        border: none;
        color: #b5aba3;
        font-size: 12px;
    }

@media (min-width: 480px) {
    .nav-tabs > li > a {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .nav-tabs > li > a {
        font-size: 14px;
    }
}

@media (min-width: 1920px) {
    .nav-tabs > li > a {
        font-size: 16px;
    }
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    background: none;
}

@media (min-width: 992px) {
    .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
        border-bottom: 3px solid #00263A;
    }
}

@media (min-width: 992px) {
    .nav-tabs > li {
        display: inline-block;
        float: none;
        padding: 0;
        min-width: 31.333%;
        border-bottom: none;
    }

        .nav-tabs > li > a:hover, .nav-tabs > li > a.active {
            border-bottom: 3px solid #00263A;
        }
}

.nav-tabs > li:hover, .nav-tabs > li.active {
    border-bottom: 3px solid #00263A;
}

@media (min-width: 992px) {
    .nav-tabs > li:hover, .nav-tabs > li.active {
        border-bottom: none;
    }
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: none;
    border: none;
}

@media (min-width: 992px) {
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        border-bottom: 3px solid #00263A;
    }
}

.nav-tabs.nav-tabs_news, .nav-tabs.nav-tabs_about {
    margin-top: 35px;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .nav-tabs.nav-tabs_news > li, .nav-tabs.nav-tabs_about > li {
        margin: 0 30px;
    }
}

.nav-tabs.nav-tabs_about {
    margin-bottom: 0;
    display: none;
}

@media (min-width: 992px) {
    .nav-tabs.nav-tabs_about {
        display: block;
    }
}

@media (min-width: 992px) {
    .nav-tabs.nav-tabs_about > li {
        min-width: auto;
        margin: 0 10px;
        /*rtl:0 7px*/
    }

        .nav-tabs.nav-tabs_about > li a {
            padding: 0 10px 5px;
        }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .nav-tabs.nav-tabs_about > li a {
        padding: 0 20px 5px;
    }
}

@media (min-width: 1920px) {
    .nav-tabs.nav-tabs_about > li {
        margin: 0 35px;
        /*rtl:0 25px*/
    }
}

.l-breadcrumb {
    padding: 5px 30px;
}

    .l-breadcrumb ul li {
        display: inline-block;
    }

        .l-breadcrumb ul li a {
            font-size: 14px;
            color: #fff;
        }

            .l-breadcrumb ul li a:hover {
                color: #eee;
            }

@media (min-width: 480px) {
    .l-breadcrumb ul li a {
        font-size: 16px;
    }
}

.l-breadcrumb ul li span {
    color: #fff;
    font-size: 14px;
    margin: 0px 10px;
}

@media (min-width: 480px) {
    .l-breadcrumb ul li span {
        font-size: 16px;
    }
}

.l-breadcrumb ul li.current span {
    margin: 0;
}

.l-input {
    background: #fff;
    padding: 10px 20px;
    border: 3px solid #f3f3f3;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 3px;
}

    .l-input::-webkit-input-placeholder {
        color: #888;
        font-weight: normal;
    }

    .l-input::-moz-placeholder {
        color: #888;
        font-weight: normal;
    }

    .l-input:-ms-input-placeholder {
        color: #888;
        font-weight: normal;
    }

    .l-input:-moz-placeholder {
        color: #888;
        font-weight: 700;
    }

@media (min-width: 992px) {
    .l-input {
        margin-left: 30px;
        padding: 0px;
    }

        .l-input:first-child {
            margin-left: 0;
        }
}

.l-input.error {
    border-color: #FF0000;
}

.l-input_datepicker {
    background: url(../images/icon-datepicker.jpg) no-repeat right 0 #fff;
    padding-right: 90px;
    background-size: 80px 48px;
}

@media (min-width: 992px) {
    .l-input_datepicker {
        background-size: 78px 68px;
        padding-right: 100px;
    }
}

@media (min-width: 1200px) {
    .l-input_datepicker {
        background-size: auto 68px;
        padding-right: 134px;
    }
}

textarea {
    resize: none;
}
/*NOS Change*/
/*.intl-tel-input {
  width: 100%;
  margin-bottom: 20px;
}

.intl-tel-input .flag-container {
  padding-right: 5px;
  border-right: 3px solid #f3f3f3;
  z-index: 1;
  top: 3px;
  bottom: 3px;
}

.intl-tel-input input {
  padding-left: 60px;
}

@media (min-width: 992px) {
  .intl-tel-input {
    margin-left: 30px;
    margin-bottom: 20px !important;
  }
  .intl-tel-input input {
    margin-left: 0;
    padding-left: 60px;
  }
}

.intl-tel-input.allow-dropdown input[type=text] {
  padding-left: 60px;
}*/

.divider {
    border-top: 1px solid #737373;
}

.bootstrap-datetimepicker-widget .datepicker-days .next span {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    /*rtl:rotate(180deg)*/
}

.bootstrap-datetimepicker-widget .datepicker-days .prev span {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    /*rtl:rotate(-180deg)*/
}

.bootstrap-datetimepicker-widget .timepicker-picker .btn {
    min-width: 1px;
    color: #b5aba3;
}

.loading-screen {
    position: fixed;
    z-index: 1000000;
    width: 100%;
    height: 100%;
    background-color: #fff;
    text-align: center;
    left: 0;
    top: 0;
}

    .loading-screen .loading-screen__content {
        display: block;
        position: absolute;
        top: 48%;
        opacity: 1;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        overflow: hidden;
        height: 40px;
    }

        .loading-screen .loading-screen__content > span {
            /*            display: inline-block;
            position: absolute;
            width: 85%;
            height: 1px;
            overflow: hidden;
            left: 10px;
            bottom: -20px;*/ /*Mina*/
        }

            .loading-screen .loading-screen__content > span span {
                display: block;
                position: absolute;
                bottom: 0px;
                width: 100%;
                height: 1px;
                background-color: #00263A;
                -webkit-animation: loaderanim 1s 0s infinite;
                animation: loaderanim 1s 0s infinite;
            }

        .loading-screen .loading-screen__content svg {
            fill: #00263A;
        }

@-webkit-keyframes loaderanim {
    0% {
        left: 0px;
    }

    100% {
        left: 100%;
    }
}

@keyframes loaderanim {
    0% {
        left: -102px;
    }

    100% {
        left: 102px;
    }
}

.mfp-bg {
    z-index: 10000;
}

.mfp-wrap {
    z-index: 100001;
}

    .mfp-wrap .mfp-counter {
        display: none;
    }

    .mfp-wrap.mfp-close-btn-in .mfp-arrow {
        opacity: 1;
        background-color: #00263A;
        width: 30px;
    }

        .mfp-wrap.mfp-close-btn-in .mfp-arrow.mfp-arrow-left {
            left: 0px;
        }

            .mfp-wrap.mfp-close-btn-in .mfp-arrow.mfp-arrow-left:before {
                margin-left: -10px;
            }

        .mfp-wrap.mfp-close-btn-in .mfp-arrow.mfp-arrow-right {
            right: 0px;
        }

            .mfp-wrap.mfp-close-btn-in .mfp-arrow.mfp-arrow-right:before {
                margin-left: 10px;
            }

@media (min-width: 992px) {
    .mfp-wrap.mfp-close-btn-in .mfp-arrow {
        width: 50px;
    }

        .mfp-wrap.mfp-close-btn-in .mfp-arrow.mfp-arrow-left {
            left: 25px;
        }

            .mfp-wrap.mfp-close-btn-in .mfp-arrow.mfp-arrow-left:before {
                margin-left: auto;
            }

        .mfp-wrap.mfp-close-btn-in .mfp-arrow.mfp-arrow-right {
            right: 25px;
        }

            .mfp-wrap.mfp-close-btn-in .mfp-arrow.mfp-arrow-right:before {
                margin-left: auto;
            }
}

.mfp-wrap.mfp-close-btn-in button.mfp-close {
    background-color: #00263A;
    width: 40px;
    height: 40px;
    padding-right: 12px;
}

@media (min-width: 992px) {
    .mfp-wrap.mfp-close-btn-in button.mfp-close {
        width: 50px;
        height: 50px;
        min-width: 50px;
        padding-left: 10px;
    }
}

.floating-menu {
    position: fixed;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 76%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 100;
}

@media (min-width: 992px) {
    .floating-menu {
        display: block;
    }
}

.floating-menu a {
    display: block;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px 0 0 3px;
    margin-top: -2px;
    transition: background-color 0.3s ease 0s;
}

@media (min-width: 992px) {
    .floating-menu a {
        width: 40px;
        height: 40px;
    }
}

@media (min-width: 1200px) {
    .floating-menu a {
        width: 50px;
        height: 50px;
    }
}

@media (min-width: 1920px) {
    .floating-menu a {
        width: 50px;
        height: 50px;
    }
}

.floating-menu a svg {
    fill: #00263A;
    transition: fill 0.3s ease 0s;
}

@media (min-width: 992px) {
    .floating-menu a svg {
        width: 20px;
        height: 20px;
    }
}

@media (min-width: 1200px) {
    .floating-menu a svg {
        width: 20px;
        height: 20px;
    }
}

@media (min-width: 1200px) {
    .floating-menu a svg {
        width: 20px;
        height: 20px;
    }
}

.floating-menu a:nth-child(1) {
    background-color: #ffffff;
}

    .floating-menu a:nth-child(1):hover {
        background-color: #00263A;
    }

        .floating-menu a:nth-child(1):hover svg {
            fill: #ffffff;
        }

.floating-menu a:nth-child(2) {
    background-color: #ebebeb;
}

    .floating-menu a:nth-child(2):hover {
        background-color: #00263A;
    }

        .floating-menu a:nth-child(2):hover svg {
            fill: #ebebeb;
        }

.floating-menu a:nth-child(3) {
    background-color: #00263A;
}

    .floating-menu a:nth-child(3) svg {
        fill: #ffffff;
    }

    .floating-menu a:nth-child(3):hover {
        background-color: #ffffff;
    }

        .floating-menu a:nth-child(3):hover svg {
            fill: #00263A;
        }

.widget-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
    border: 2px solid #eeeeee;
}

@media (min-width: 992px) {
    .widget-box {
        margin-bottom: 0;
        border: none;
    }
}

.widget-box .widget-box__media, .widget-box .widget-box__content {
    width: 100%;
}

@media (min-width: 992px) {
    .widget-box .widget-box__media, .widget-box .widget-box__content {
        width: 50%;
    }
}

.widget-box img {
    width: 100%;
    display: block;
}

.widget-box .widget-box__content {
    background-color: #ffffff;
    padding: 25px 15px;
}

@media (min-width: 480px) {
    .widget-box .widget-box__content {
        padding: 35px 25px;
    }
}

@media (min-width: 992px) {
    .widget-box .widget-box__content {
        padding: 45px 30px;
    }
}

@media (min-width: 1200px) {
    .widget-box .widget-box__content {
        padding: 60px 40px;
    }
}

@media (min-width: 1920px) {
    .widget-box .widget-box__content {
        padding: 75px 50px;
    }
}

.widget-box .widget-box__content p {
    margin-bottom: 20px;
}

    .widget-box .widget-box__content p:last-child {
        margin-bottom: 0;
    }

.widget-box .widget-box__content .btn {
    margin-top: 20px;
}

@media (min-width: 992px) {
    .widget-box .widget-box__content .btn {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    .widget-box.even .widget-box__content {
        border-top: 2px solid #eeeeee;
        border-left: 2px solid #eeeeee;
    }

    .widget-box.even .widget-box__media {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (min-width: 992px) {
    .widget-box.odd .widget-box__content {
        border-right: 2px solid #eeeeee;
        border-bottom: 2px solid #eeeeee;
    }
}

.community-facilities_spacebtm {
    margin-bottom: 15px;
}

@media (min-width: 1920px) {
    .community-facilities_spacebtm {
        margin-bottom: 45px;
    }
}

.latest-news__list {
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    .latest-news__list {
        margin-bottom: 75px;
    }
}

@media (min-width: 1920px) {
    .latest-news__list {
        margin-bottom: 100px;
    }
}

.latest-news__list .load-more {
    margin-top: 25px;
}

.about-marine-content,
.about-nami-content {
    padding: 50px 15px;
    background-color: #f9f9f9;
}

@media (min-width: 480px) {
    .about-marine-content,
    .about-nami-content {
        padding: 50px 25px;
    }
}

@media (min-width: 992px) {
    .about-marine-content,
    .about-nami-content {
        padding: 75px 0;
    }
}

@media (min-width: 1920px) {
    .about-marine-content,
    .about-nami-content {
        padding: 100px 0;
    }
}

.about-marine-content .content-listing li:last-child,
.about-nami-content .content-listing li:last-child {
    margin-bottom: 0;
}

.about-gallery-carousel {
    margin-bottom: 38px;
}

@media (min-width: 992px) {
    .about-gallery-carousel {
        margin-bottom: 63px;
    }
}

@media (min-width: 1920px) {
    .about-gallery-carousel {
        margin-bottom: 88px;
    }
}

@media (min-width: 992px) {
    .tenders .accordion_inner {
        width: 83.5%;
    }
}

.tenders .tenders-data {
    color: #999999;
}

@media (min-width: 992px) {
    .tenders .tenders-data .tenders-info {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .tenders .tenders-data .tenders-info .tenders-info__col1 {
            -webkit-flex: 1.5;
            -ms-flex: 1.5;
            flex: 1.5;
        }

        .tenders .tenders-data .tenders-info .tenders-info__col2 {
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }
}

.tenders .tenders-data .tenders-info strong, .tenders .tenders-data .tenders-info span {
    display: inline-block;
}

    .tenders .tenders-data .tenders-info strong a, .tenders .tenders-data .tenders-info span a {
        color: #999999 !important;
    }

.tenders .tenders-data .tenders-info strong {
    margin-right: 10px;
}

/*NOS Change*/
a.btn,
.btn {
    position: relative;
    vertical-align: middle;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    transition: 0.8s;
    cursor: pointer;
    letter-spacing: 2.7px;
}

    a.btn:hover {
        color: #ffffff;
        /*color: #00263a !important;
        background: white;*/
    }

a.btn {
    background: #00263a;
}

@media (min-width: 992px) {
    a .btn, .btn {
        font-size: 13px;
    }
}

@media (min-width: 1200px) {
    a.btn,
    .btn {
        font-size: 15px;
    }
}

/*NOS*/
/*@media (min-width: 1920px) {
  a.btn,
  .btn {
    font-size: 18px;
    padding: 10px 20px;
  }
}*/

/*
 a.btn:hover,
.btn:hover {
  border: 2px solid rgba(255, 255, 255, 0);
  color: #ea0000;
  background: rgba(255, 255, 255, 0);
}*/

a.btn:hover .l-icon,
.btn:hover .l-icon {
    fill: #ae9962;
}

a.btn:focus,
.btn:focus {
    /* color: #ae9962; */
}

a.btn.btn-outline,
.btn.btn-outline {
    background-color: transparent;
    border-radius: 8px;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    a.btn.btn-outline,
    .btn.btn-outline {
        padding: 10px 20px;
    }
}

@media (min-width: 1920px) {
    a.btn.btn-outline,
    .btn.btn-outline {
        min-width: 227px;
    }
}

a.btn.btn-outline:hover,
.btn.btn-outline:hover {
    border-color: rgba(255, 255, 255, 0);
}

a.btn.btn-outline_blue,
.btn.btn-outline_blue {
    border-color: #104b7b;
    color: #00263A;
}

    a.btn.btn-outline_blue:hover,
    .btn.btn-outline_blue:hover {
        color: #ffffff;
        background: #00263A;
    }

a.btn.btn-outline_white,
.btn.btn-outline_white {
    border-color: #ffffff;
    color: #ffffff;
}

    a.btn.btn-outline_white:hover,
    .btn.btn-outline_white:hover {
        color: #00263A;
        background: #ffffff;
    }

a.btn.btn-blue,
.btn.btn-blue {
    background-color: #00263A;
    border-color: #00263A;
    color: #ffffff;
    border-radius: 3px;
}

    a.btn.btn-blue:hover,
    .btn.btn-blue:hover {
        background-color: #ffffff;
        color: #00263A;
    }

a.btn.btn-white,
.btn.btn-white {
    background-color: #ffffff;
    border-color: #f3f3f3;
    color: #b5aba3;
    border-radius: 3px;
}

    a.btn.btn-white:hover, a.btn.btn-white.active,
    .btn.btn-white:hover,
    .btn.btn-white.active {
        background-color: #00263A;
        color: #ffffff;
    }

a.btn.btn_block,
.btn.btn_block {
    display: block;
    width: 100%;
}

a.btn .l-icon,
.btn .l-icon {
    fill: #fff;
}

.read-more {
    color: #00263A;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    transition: color 0.3s ease 0s;
}

    .read-more:hover {
        color: #337ab7;
    }

    .read-more img {
        margin-left: 15px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        /*rtl:rotate(-180deg)*/
    }

@media (min-width: 992px) {
    .read-more {
        font-size: 11px;
    }
}

@media (min-width: 1200px) {
    .read-more {
        font-size: 13px;
    }
}

@media (min-width: 1920px) {
    .read-more {
        font-size: 18px;
    }
}

.load-more svg {
    fill: #00263A;
    width: 35px;
    height: 35px;
    transition: fill 0.3s ease 0s;
}

@media (min-width: 992px) {
    .load-more svg {
        width: 40px;
        height: 40px;
    }
}

@media (min-width: 1920px) {
    .load-more svg {
        width: 60px;
        height: 60px;
    }
}

.load-more:hover svg {
    fill: #337ab7;
}

.l-scroll-top,
a.l-scroll-top {
    position: fixed;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #fff;
    font-family: "DINPro", sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.6s ease;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    border: 1px solid #ae9962;
    color: #ae9962;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    padding: 0;
    padding-top: 10px;
    bottom: 10px;
    right: 25px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 9999;
}

@media (min-width: 992px) {
    .l-scroll-top,
    a.l-scroll-top {
        bottom: 95px;
    }
}

@media (min-width: 1441px) {
    .l-scroll-top,
    a.l-scroll-top {
        width: 165px;
        padding: 20px 0;
        height: auto;
        right: 20px;
        bottom: 100px;
        border-radius: 0;
        font-size: inherit;
    }
}

.l-scroll-top .l-icon,
a.l-scroll-top .l-icon {
    fill: #ae9962;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    /*rtl:rotate(270deg)*/
}

.l-scroll-top.show,
a.l-scroll-top.show {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.l-scroll-top:hover,
a.l-scroll-top:hover {
    color: #fff;
    background: #ae9962;
}

    .l-scroll-top:hover:before, .l-scroll-top:hover:after,
    a.l-scroll-top:hover:before,
    a.l-scroll-top:hover:after {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .l-scroll-top:hover .l-icon,
    a.l-scroll-top:hover .l-icon {
        fill: #fff;
        -webkit-animation: arrow-up ease-in-out 1.9s infinite;
        animation: arrow-up ease-in-out 1.9s infinite;
    }

.mfp-close-btn-in button.mfp-close {
    position: fixed;
    right: 0;
    top: 0;
    background: #AE9962;
    opacity: 1;
    cursor: pointer;
    color: #FFF;
    width: 50px;
    min-width: 30px;
    height: 50px;
    line-height: 1;
    font-size: 1.5em;
    font-family: initial;
}

@media (min-width: 992px) {
    .mfp-close-btn-in button.mfp-close {
        width: 75px;
        min-width: 75px;
        height: 75px;
        font-size: 2.8125rem;
    }
}

.mfp-close-btn-in button.mfp-arrow {
    background: #AE9962;
    opacity: 1;
    width: 50px;
    height: 50px;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    min-width: auto;
}

@media (min-width: 992px) {
    .mfp-close-btn-in button.mfp-arrow {
        width: 70px;
        height: 70px;
    }
}

.mfp-close-btn-in button.mfp-arrow:before {
    margin-left: auto;
    margin-top: 0;
    border: none;
    border: 10px solid #fff;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mfp-close-btn-in button.mfp-arrow:after {
    display: none;
}

@media (min-width: 992px) {
    .mfp-close-btn-in button.mfp-arrow.mfp-arrow-right {
        -webkit-transform: translate(80%, -50%);
        transform: translate(80%, -50%);
    }
}

.mfp-close-btn-in button.mfp-arrow.mfp-arrow-right:before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}

@media (min-width: 992px) {
    .mfp-close-btn-in button.mfp-arrow.mfp-arrow-left {
        -webkit-transform: translate(-80%, -50%);
        transform: translate(-80%, -50%);
    }
}

.readmore,
.readmore.readmore {
    font-size: 15px;
    color: #00263A;
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: middle;
    transition: .8s all;
}

    .readmore svg,
    .readmore.readmore svg {
        transition: .8s all;
    }

    .readmore .l-icon,
    .readmore.readmore .l-icon {
        fill: #00263A;
        vertical-align: middle;
    }

        .readmore .l-icon.icon_readmore,
        .readmore.readmore .l-icon.icon_readmore {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            /*rtl:rotate(180deg)*/
        }

    .readmore:hover, .readmore:focus,
    .readmore.readmore:hover,
    .readmore.readmore:focus {
        color: #b5aba3;
        text-decoration: none;
    }

        .readmore:hover .l-icon, .readmore:focus .l-icon,
        .readmore.readmore:hover .l-icon,
        .readmore.readmore:focus .l-icon {
            fill: #b5aba3;
        }

/*NOS*/
.btn {
    display: inline-block;
    /*padding: 10px 15px;*/
    cursor: pointer;
    transition: .8s all;
}

    .btn.btn--outline {
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

a.l-readmore,
.l-readmore {
    text-transform: uppercase;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Open Sans", sans-serif;
}

    a.l-readmore span,
    .l-readmore span {
        margin-right: 5px;
    }

    a.l-readmore i,
    .l-readmore i {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    a.l-readmore .l-icon,
    .l-readmore .l-icon {
        width: 15px;
        height: 10px;
        fill: #ea0000;
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

/*@import start*/
.accordion-container .accordion .panel {
    border: none;
    background: none;
    box-shadow: none;
    counter-increment: step-counter;
    position: relative;
    margin: 0 0 20px;
    padding-bottom: 20px;
}

@media (min-width: 992px) {
    .accordion-container .accordion .panel {
        margin: 0 0 20px;
        padding-bottom: 30px;
    }
}

@media (min-width: 1920px) {
    .accordion-container .accordion .panel {
        margin: 0 0 30px;
        padding-bottom: 40px;
    }
}

.accordion-container .accordion .panel .panel-heading {
    color: #00263A;
    text-transform: uppercase;
    border: none;
    padding: 0 0 0 20px;
}

@media (min-width: 992px) {
    .accordion-container .accordion .panel .panel-heading {
        padding: 0 0 0 30px;
    }
}

@media (min-width: 1200px) {
    .accordion-container .accordion .panel .panel-heading {
        padding: 0 0 0 30px;
    }
}

@media (min-width: 1920px) {
    .accordion-container .accordion .panel .panel-heading {
        padding: 0 0 0 40px;
    }
}

.accordion-container .accordion .panel .panel-heading h4 {
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    padding-right: 15px;
    position: relative;
    margin: 0;
    line-height: 1.5;
}

@media (min-width: 480px) {
    .accordion-container .accordion .panel .panel-heading h4 {
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    .accordion-container .accordion .panel .panel-heading h4 {
        font-size: 17px;
        padding-right: 25px;
    }
}

@media (min-width: 1200px) {
    .accordion-container .accordion .panel .panel-heading h4 {
        font-size: 20px;
    }
}

@media (min-width: 1920px) {
    .accordion-container .accordion .panel .panel-heading h4 {
        font-size: 25px;
        padding-right: 40px;
    }
}

.accordion-container .accordion .panel .panel-heading h4:after {
    content: "";
    position: absolute;
    right: 0;
    top: 9px;
    /*rtl:9px*/
    border-bottom: 5px solid #00263A;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

@media (min-width: 992px) {
    .accordion-container .accordion .panel .panel-heading h4:after {
        top: 10px;
        /*rtl:10px*/
        border-bottom: 7px solid #00263A;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
    }
}

@media (min-width: 1200px) {
    .accordion-container .accordion .panel .panel-heading h4:after {
        top: 11px;
        /*rtl:10px*/
        border-bottom: 7px solid #00263A;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
    }
}

@media (min-width: 1920px) {
    .accordion-container .accordion .panel .panel-heading h4:after {
        top: 15px;
        /*rtl:14px*/
        border-bottom: 9px solid #00263A;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
    }
}

.accordion-container .accordion .panel .panel-heading h4[aria-expanded="true"]:after {
    border-bottom: none;
    border-top: 5px solid #00263A;
}

@media (min-width: 992px) {
    .accordion-container .accordion .panel .panel-heading h4[aria-expanded="true"]:after {
        border-bottom: none;
        border-top: 6px solid #00263A;
    }
}

@media (min-width: 1920px) {
    .accordion-container .accordion .panel .panel-heading h4[aria-expanded="true"]:after {
        border-bottom: none;
        border-top: 9px solid #00263A;
    }
}

.accordion-container .accordion .panel.no_content .panel-heading h4:after {
    display: none;
}

.accordion-container .accordion .panel.fadeout .panel-heading h4 {
    overflow: hidden;
}

    .accordion-container .accordion .panel.fadeout .panel-heading h4:before {
        content: "";
        bottom: -30px;
        left: 0;
        width: 100%;
        background: url(../images/bg_gradient.png) repeat-x 0 bottom;
        position: absolute;
        height: 79px;
    }

@media (min-width: 480px) {
    .accordion-container .accordion .panel.fadeout .panel-heading h4:before {
        bottom: -54px;
    }
}

@media (min-width: 992px) {
    .accordion-container .accordion .panel.fadeout .panel-heading h4:before {
        bottom: -48px;
    }
}

.accordion-container .accordion .panel:before {
    content: counter(step-counter) ")";
    font-weight: bold;
    position: absolute;
    color: #00263A;
    left: 0;
    top: 4px;
    font-size: 14px;
    line-height: 1;
}

@media (min-width: 480px) {
    .accordion-container .accordion .panel:before {
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    .accordion-container .accordion .panel:before {
        font-size: 17px;
        top: 0;
    }
}

@media (min-width: 1200px) {
    .accordion-container .accordion .panel:before {
        font-size: 20px;
    }
}

@media (min-width: 1920px) {
    .accordion-container .accordion .panel:before {
        font-size: 25px;
        top: 0;
    }
}

.accordion-container .accordion .panel .panel-body {
    padding: 20px 0 0;
}

@media (min-width: 992px) {
    .accordion-container .accordion .panel .panel-body {
        padding: 30px 0 0;
    }
}

@media (min-width: 1920px) {
    .accordion-container .accordion .panel .panel-body {
        padding: 40px 0 0;
    }
}

.accordion-container .accordion .panel .panel-body a {
    color: #00263A;
}

.accordion-container .accordion .panel .panel-body li {
    color: #b5aba3;
    margin-bottom: 20px;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
}

@media (min-width: 992px) {
    .accordion-container .accordion .panel .panel-body li {
        margin-bottom: 30px;
    }
}

@media (min-width: 1920px) {
    .accordion-container .accordion .panel .panel-body li {
        margin-bottom: 40px;
    }
}

.accordion-container .accordion .panel .panel-body li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    /*rtl:9px*/
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #00263A;
}

@media (min-width: 1920px) {
    .accordion-container .accordion .panel .panel-body li:before {
        width: 8px;
        height: 8px;
        top: 10px;
        /*rtl:16px*/
        border-radius: 4px;
    }
}

@media (min-width: 1200px) {
    .accordion-container .accordion .panel .panel-body li {
        font-size: 16px;
    }
}

@media (min-width: 1920px) {
    .accordion-container .accordion .panel .panel-body li {
        font-size: 22px;
    }
}

.accordion-container .accordion .panel .panel-body li:last-child {
    margin-bottom: 0;
}

.accordion-container .accordion .panel .panel-body li p {
    margin: 25px 0 0;
}

.accordion-container .accordion .panel .panel-body li ul {
    margin-top: 30px;
    margin-left: 25px;
}

    .accordion-container .accordion .panel .panel-body li ul li {
        padding-left: 0;
        list-style-type: disc;
    }

        .accordion-container .accordion .panel .panel-body li ul li:before {
            display: none;
        }

.accordion-container .accordion .panel .panel-body .brief-info-addr {
    margin-top: 40px;
}

.accordion-container .accordion .panel .panel-body .brief-info-link {
    margin-top: 40px;
    margin-left: 25px;
    font-weight: 600;
    color: #00263A;
    font-size: 18px;
}

@media (min-width: 992px) {
    .accordion-container .accordion .panel .panel-body .brief-info-link {
        font-size: 22px;
    }
}

@media (min-width: 1920px) {
    .accordion-container .accordion .panel .panel-body .brief-info-link {
        font-size: 25px;
    }
}

.accordion-container .accordion.accordion_style1 .panel {
    padding: 0 0 30px;
    margin-top: 30px;
    border-bottom: 1px solid #cbcdcf;
    border-radius: 0;
}

@media (min-width: 992px) {
    .accordion-container .accordion.accordion_style1 .panel {
        padding: 0 0 40px;
        margin-top: 40px;
    }
}

@media (min-width: 1920px) {
    .accordion-container .accordion.accordion_style1 .panel {
        padding: 0 0 70px;
        margin-top: 70px;
    }
}

.accordion-container .accordion.accordion_style1 .panel:before {
    display: none;
}

.accordion-container .accordion.accordion_style1 .panel:last-child {
    border: none;
}

.accordion-container .accordion.accordion_style1 .panel .panel-heading {
    padding-left: 0;
}

.accordion-container .accordion.accordion_style2 .panel:before {
    display: none;
}

.accordion-container .accordion.accordion_style2 .panel .panel-heading {
    padding-left: 0;
}

.accordion-container .accordion.accordion_inner .panel {
    margin: 0 !important;
    padding-left: 0 !important;
    border: none;
}

    .accordion-container .accordion.accordion_inner .panel .panel-body ul {
        margin-top: 0;
    }

.community-required-documents {
    margin-bottom: 20px;
    padding: 0 15px;
}

@media (min-width: 480px) {
    .community-required-documents {
        padding: 0 25px;
    }
}

@media (min-width: 992px) {
    .community-required-documents {
        margin-bottom: 35px;
    }
}

@media (min-width: 1920px) {
    .community-required-documents {
        margin-bottom: 60px;
    }
}

.community-required-documents .section-title {
    color: #b5aba3;
    text-align: center;
}

.community-required-documents .accordion-container {
    margin-top: 35px;
}

@media (min-width: 992px) {
    .community-required-documents .accordion-container {
        margin-top: 50px;
    }
}

@media (min-width: 1920px) {
    .community-required-documents .accordion-container {
        margin-top: 70px;
    }
}

.tenders {
    background-color: #f9f9f9;
    padding: 0 15px;
}

@media (min-width: 480px) {
    .tenders {
        padding: 0 25px;
    }
}

@media (min-width: 992px) {
    .tenders {
        padding: 30px 0 0;
    }
}

.tenders .panel-collapse[aria-expanded="true"] .fadeout {
    padding: 0;
}

@media (min-width: 480px) {
    .tenders .accordion-container .accordion .panel .panel-heading h4 {
        padding-right: 20px;
    }
}

.tenders .accordion-container .accordion .panel .panel-heading h4 br {
    display: none;
}

@media (min-width: 992px) {
    .tenders .accordion-container .accordion .panel .panel-heading h4 br {
        display: inline;
    }
}

.tenders .accordion-container .accordion_inner .panel-heading h4[aria-expanded="true"]:after {
    border-top: 5px solid #f9f9f9;
}

.tenders .accordion-container .accordion_inner .panel-heading h4:after {
    border-bottom: 5px solid #f9f9f9;
}

@media (min-width: 992px) {
    .tenders .accordion-container .accordion_inner .panel-heading h4[aria-expanded="true"]:after {
        border-top: 5px solid #00263A;
    }

    .tenders .accordion-container .accordion_inner .panel-heading h4:after {
        border-bottom: 5px solid #00263A;
    }
}

@media (min-width: 1200px) {
    .tenders .accordion-container .accordion_inner .panel-heading h4[aria-expanded="true"]:after {
        border-top: 6px solid #00263A;
    }

    .tenders .accordion-container .accordion_inner .panel-heading h4:after {
        border-bottom: 6px solid #00263A;
    }
}

@media (min-width: 1920px) {
    .tenders .accordion-container .accordion_inner .panel-heading h4[aria-expanded="true"]:after {
        border-top: 9px solid #00263A;
    }

    .tenders .accordion-container .accordion_inner .panel-heading h4:after {
        border-bottom: 9px solid #00263A;
    }
}

.communities {
    margin: 50px 0 25px;
    padding: 0 15px;
}

@media (min-width: 480px) {
    .communities {
        padding: 0 25px;
    }
}

@media (min-width: 992px) {
    .communities {
        padding: 0;
        margin: 75px 0 50px;
    }
}

@media (min-width: 1920px) {
    .communities {
        margin: 65px 0 100px;
    }
}

@media (min-width: 992px) {
    .communities .load-more {
        margin-top: 25px;
    }
}

@media (min-width: 1920px) {
    .communities .load-more {
        margin-top: 45px;
    }
}

.communities-carousel {
    margin: 10px 0 35px;
    display: none;
}

@media (min-width: 480px) {
    .communities-carousel {
        margin: 10px 0 70px;
    }
}

@media (min-width: 992px) {
    .communities-carousel {
        margin: 45px 0 90px;
        display: block;
    }
}

@media (min-width: 1920px) {
    .communities-carousel {
        margin: 80px 0 115px;
    }
}

.communities-carousel .slick-slide {
    padding: 0 13px;
    text-align: center;
    min-height: 110px;
    position: relative;
}

    .communities-carousel .slick-slide img {
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 55%;
    }

@media (min-width: 992px) {
    .communities-carousel .slick-slide img {
        max-width: 60%;
    }
}

.communities-carousel .slick-dots {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -20px;
}

@media (min-width: 992px) {
    .communities-carousel .slick-dots {
        bottom: -30px;
    }
}

@media (min-width: 1200px) {
    .communities-carousel .slick-dots {
        bottom: -60px;
    }
}

.merged_slide {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .merged_slide > div {
        width: 50%;
        padding: 0 6px;
        margin-bottom: 12px;
    }

        .merged_slide > div img {
            width: 100%;
        }

.content-carousel .slick-slide img {
    width: 100%;
}

.community-facilities__gallery {
    padding-bottom: 35px;
    border-bottom: 1px solid #e7e7e7;
}

@media (min-width: 992px) {
    .community-facilities__gallery {
        border: 2px solid #e7e7e7;
        position: relative;
        padding: 0 0 116px;
    }
}

@media (min-width: 1200px) {
    .community-facilities__gallery {
        padding: 0;
    }
}

.community-facilities__gallery .slick-slide img {
    width: 100%;
    display: inline;
}

@media (min-width: 992px) {
    .community-facilities__gallery .pos_abs_md {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
    }
}

@media (min-width: 1200px) {
    .community-facilities__gallery .pos_abs_md {
        position: static;
        width: 8.3333333333%;
    }
}

.community-facilities__gallery .community-facilities__gallery__thumbnail_carousel {
    padding: 0 10px;
}

    .community-facilities__gallery .community-facilities__gallery__thumbnail_carousel .slick-slide {
        margin: 30px 5px;
        border: 2px solid #ffffff;
        max-width: 123px;
        cursor: pointer;
    }

        .community-facilities__gallery .community-facilities__gallery__thumbnail_carousel .slick-slide.slick-current {
            border-color: #0f87ff;
        }

@media (min-width: 480px) {
    .community-facilities__gallery .community-facilities__gallery__thumbnail_carousel {
        padding: 0 20px;
    }
}

@media (min-width: 992px) {
    .community-facilities__gallery .community-facilities__gallery__thumbnail_carousel {
        border-top: 2px solid #e7e7e7;
    }

        .community-facilities__gallery .community-facilities__gallery__thumbnail_carousel .slick-slide {
            margin: 17px 0;
            max-width: 80px;
        }
}

@media (min-width: 1200px) {
    .community-facilities__gallery .community-facilities__gallery__thumbnail_carousel {
        position: absolute;
        padding: 0;
        left: 49.9999%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 80px;
        bottom: auto;
        border-top: none;
    }

        .community-facilities__gallery .community-facilities__gallery__thumbnail_carousel .slick-slide {
            margin: 8px 0;
            max-width: 80px;
        }
}

@media (min-width: 1920px) {
    .community-facilities__gallery .community-facilities__gallery__thumbnail_carousel {
        width: 123px;
    }

        .community-facilities__gallery .community-facilities__gallery__thumbnail_carousel .slick-slide {
            margin: 17px 0;
            max-width: 123px;
        }
}

.community-facilities__gallery .community-facilities__gallery__content {
    padding: 0 15px;
}

    .community-facilities__gallery .community-facilities__gallery__content h2 {
        margin: 5px 0 25px;
    }

@media (min-width: 480px) {
    .community-facilities__gallery .community-facilities__gallery__content {
        padding: 0 25px;
    }
}

@media (min-width: 992px) {
    .community-facilities__gallery .community-facilities__gallery__content {
        padding: 0;
    }

        .community-facilities__gallery .community-facilities__gallery__content h2 {
            margin: 35px 0 25px;
        }
}

@media (min-width: 1920px) {
    .community-facilities__gallery .community-facilities__gallery__content h2 {
        margin: 70px 0 25px;
    }
}

.community-facilities__gallery .community-facilities__gallery__content h3 {
    font-size: 14px;
    color: #444444;
    font-weight: bold;
    display: inline-block;
    margin: 0 40px 0 0;
}

@media (min-width: 992px) {
    .community-facilities__gallery .community-facilities__gallery__content h3 {
        font-size: 17px;
    }
}

@media (min-width: 1200px) {
    .community-facilities__gallery .community-facilities__gallery__content h3 {
        font-size: 20px;
    }
}

@media (min-width: 1920px) {
    .community-facilities__gallery .community-facilities__gallery__content h3 {
        font-size: 25px;
    }
}

.community-facilities__gallery .community-facilities__gallery__content .community-facilities__bedrooms {
    padding: 20px 0;
    border-bottom: 1px solid #444444;
    margin-bottom: 20px;
}

@media (min-width: 1920px) {
    .community-facilities__gallery .community-facilities__gallery__content .community-facilities__bedrooms {
        padding: 40px 0;
        margin-bottom: 40px;
    }
}

.community-facilities__gallery .community-facilities__gallery__content .community-facilities__bedrooms svg {
    fill: none;
    stroke: #00263A;
    margin-right: 20px;
    width: 28px;
}

.community-facilities__gallery .community-facilities__gallery__content .community-facilities__bedrooms span {
    color: #00263A;
    font-size: 14px;
    display: inline-block;
    padding-right: 15px;
    border-right: 2px solid #444444;
    margin-right: 15px;
    line-height: 1;
}

    .community-facilities__gallery .community-facilities__gallery__content .community-facilities__bedrooms span:last-child {
        border: none;
        padding: 0;
        margin: 0;
    }

@media (min-width: 992px) {
    .community-facilities__gallery .community-facilities__gallery__content .community-facilities__bedrooms span {
        font-size: 17px;
    }
}

@media (min-width: 1200px) {
    .community-facilities__gallery .community-facilities__gallery__content .community-facilities__bedrooms span {
        font-size: 20px;
    }
}

@media (min-width: 1920px) {
    .community-facilities__gallery .community-facilities__gallery__content .community-facilities__bedrooms span {
        font-size: 25px;
    }
}

@media (min-width: 1200px) {
    .community-facilities__gallery .community-facilities__gallery__content .community-facilities__features {
        width: 100%;
        /*rtl:120%*/
    }
}

.community-facilities__gallery .community-facilities__gallery__content .community-facilities__features h3 {
    margin-bottom: 20px;
}

.community-facilities__gallery .community-facilities__gallery__content .community-facilities__features svg {
    width: 26px;
    height: 20px;
}

.community-facilities__gallery .community-facilities__gallery__content .community-facilities__features li {
    width: 48%;
}

@media (min-width: 1920px) {
    .community-facilities__gallery .community-facilities__gallery__content .community-facilities__features li {
        width: 32%;
        margin-top: 15px;
    }
}

@media (min-width: 1200px) {
    .community-facilities_style1 .community-facilities__gallery__thumbnail_carousel {
        -webkit-transform: none;
        transform: none;
        top: 35px;
    }
}

@media (min-width: 1920px) {
    .community-facilities_style1 .community-facilities__gallery__thumbnail_carousel {
        top: 53px;
    }
}

@media (min-width: 992px) {
    .community-location {
        margin-bottom: 75px;
    }
}

@media (min-width: 1920px) {
    .community-location {
        margin-bottom: 100px;
    }
}

.community-location #community-location__map_canvas {
    height: 275px;
}

@media (min-width: 992px) {
    .community-location #community-location__map_canvas {
        height: 300px;
    }
}

@media (min-width: 1920px) {
    .community-location #community-location__map_canvas {
        height: 450px;
    }
}

.community-location .community-location__content {
    background-color: #00263A;
    padding: 0 0 0 30px;
}

    .community-location .community-location__content.community-location__content_withtime {
        padding: 0;
        background-color: #003261;
    }

        .community-location .community-location__content.community-location__content_withtime .community-location__content__contact {
            padding: 15px 0 15px 15px;
        }

@media (min-width: 480px) {
    .community-location .community-location__content.community-location__content_withtime .community-location__content__contact {
        padding: 15px 0 15px 40px;
    }
}

@media (min-width: 992px) {
    .community-location .community-location__content.community-location__content_withtime .community-location__content__contact {
        padding: 15px 30px;
    }
}

@media (min-width: 1920px) {
    .community-location .community-location__content.community-location__content_withtime .community-location__content__contact {
        padding: 15px 40px;
    }
}

@media (min-width: 992px) {
    .community-location .community-location__content.community-location__content_withtime .community-location__content__contact span {
        margin-bottom: 20px;
    }
}

@media (min-width: 480px) {
    .community-location .community-location__content {
        padding: 0 15px 0 38px;
    }
}

@media (min-width: 992px) {
    .community-location .community-location__content {
        height: 300px;
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .community-location .community-location__content {
        padding: 0 15px 0 0;
    }
}

@media (min-width: 1920px) {
    .community-location .community-location__content {
        padding: 0;
        height: 450px;
    }
}

.community-location .community-location__content h2, .community-location .community-location__content span {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.5px;
    /*rtl:normal*/
    line-height: 1;
}

.community-location .community-location__content h2 {
    font-size: 22px;
    margin: 35px 0 30px;
}

@media (min-width: 480px) {
    .community-location .community-location__content h2 {
        font-size: 28px;
    }
}

@media (min-width: 992px) {
    .community-location .community-location__content h2 {
        font-size: 20px;
        margin-top: 45px;
    }
}

@media (min-width: 1200px) {
    .community-location .community-location__content h2 {
        margin-top: 35px;
    }
}

@media (min-width: 1920px) {
    .community-location .community-location__content h2 {
        margin: 80px 0 35px;
        font-size: 28px;
    }
}

.community-location .community-location__content span {
    display: inline-block;
    margin-bottom: 30px;
    font-size: 16px;
    margin-right: 30px;
}

    .community-location .community-location__content span .icon-phone {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        /*rtl:scale(-1,1)*/
    }

    .community-location .community-location__content span span {
        display: inline-block;
        margin: 0;
    }

@media (min-width: 360px) {
    .community-location .community-location__content span {
        font-size: 13px;
        margin-right: 15px;
    }
}

@media (min-width: 480px) {
    .community-location .community-location__content span {
        font-size: 16px;
        margin-right: 30px;
    }
}

@media (min-width: 600px) {
    .community-location .community-location__content span {
        font-size: 20px;
        margin-right: 10.4675vw;
    }
}

@media (min-width: 992px) {
    .community-location .community-location__content span {
        display: block;
        font-size: 13px;
        margin-bottom: 30px;
        margin-right: 15px;
    }
}

@media (min-width: 1200px) {
    .community-location .community-location__content span {
        font-size: 16px;
    }
}

@media (min-width: 1920px) {
    .community-location .community-location__content span {
        font-size: 20px;
    }
}

.community-location .community-location__content span svg {
    fill: #809fb9;
    margin-right: 15px;
    width: 20px;
    height: 20px;
}

@media (min-width: 600px) {
    .community-location .community-location__content span svg {
        width: 25px;
        height: 26px;
    }
}

@media (min-width: 992px) {
    .community-location .community-location__content span svg {
        margin-right: 15px;
    }
}

.community-location .community-location__content span a {
    color: #ffffff;
    transition: all 0.3s ease 0s;
}

    .community-location .community-location__content span a:hover {
        color: rgba(255, 255, 255, 0.6);
    }

.community-location .community-location__content .btn {
    margin: 0 0 35px;
    padding: 8px 24px;
}

@media (min-width: 600px) {
    .community-location .community-location__content .btn {
        padding: 15px 30px;
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .community-location .community-location__content .btn {
        padding: 8px 20px;
        font-size: 14px;
        margin: 20px 0 0;
    }
}

@media (min-width: 1200px) {
    .community-location .community-location__content .btn {
        padding: 15px 24px;
    }
}

.community-location .community-location__content .community-location__content__timings {
    background-color: #00263A;
    overflow: hidden;
    padding: 15px 0 15px 15px;
}

@media (min-width: 480px) {
    .community-location .community-location__content .community-location__content__timings {
        padding: 15px 0 15px 40px;
    }
}

@media (min-width: 992px) {
    .community-location .community-location__content .community-location__content__timings {
        padding: 15px 30px;
    }
}

@media (min-width: 1920px) {
    .community-location .community-location__content .community-location__content__timings {
        padding: 15px 40px;
    }
}

.community-location .community-location__content .community-location__content__timings h2 {
    font-size: 28px;
    margin: 20px 0;
}

@media (min-width: 992px) {
    .community-location .community-location__content .community-location__content__timings h2 {
        font-size: 20px;
        margin: 10px 0;
    }
}

@media (min-width: 1920px) {
    .community-location .community-location__content .community-location__content__timings h2 {
        margin: 25px 0;
    }
}

.community-location .community-location__content .community-location__content__timings ul li {
    margin-bottom: 20px;
    margin-right: 2.4675vw;
    display: inline-block;
}

@media (min-width: 480px) {
    .community-location .community-location__content .community-location__content__timings ul li {
        margin-right: 10.4675vw;
    }
}

@media (min-width: 992px) {
    .community-location .community-location__content .community-location__content__timings ul li {
        margin-bottom: 10px;
        margin-right: 0;
        display: block;
    }
}

@media (min-width: 1920px) {
    .community-location .community-location__content .community-location__content__timings ul li {
        margin-bottom: 20px;
    }
}

.community-location .community-location__content .community-location__content__timings ul li strong, .community-location .community-location__content .community-location__content__timings ul li span {
    display: block;
    color: #ffffff;
    font-size: 12px;
}

@media (min-width: 600px) {
    .community-location .community-location__content .community-location__content__timings ul li strong, .community-location .community-location__content .community-location__content__timings ul li span {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .community-location .community-location__content .community-location__content__timings ul li strong, .community-location .community-location__content .community-location__content__timings ul li span {
        font-size: 13px;
    }
}

@media (min-width: 1920px) {
    .community-location .community-location__content .community-location__content__timings ul li strong, .community-location .community-location__content .community-location__content__timings ul li span {
        font-size: 18px;
    }
}

.community-location .community-location__content .community-location__content__timings ul li strong {
    margin-bottom: 3px;
    font-weight: normal;
}

@media (min-width: 992px) {
    .community-location .community-location__content .community-location__content__timings ul li strong {
        font-weight: bold;
    }
}

.community-location .community-location__content .community-location__content__timings ul li span {
    text-transform: none;
    margin: 0;
}

.community-location .community-location__content .community-location__content__contact {
    padding: 15px 0 15px 30px;
    background-color: #003261;
}

@media (min-width: 480px) {
    .community-location .community-location__content .community-location__content__contact {
        padding: 15px 0 15px 40px;
    }
}

@media (min-width: 992px) {
    .community-location .community-location__content .community-location__content__contact {
        padding: 15px 30px;
    }
}

@media (min-width: 1920px) {
    .community-location .community-location__content .community-location__content__contact {
        padding: 15px 40px;
    }
}

.community-location .community-location__content .community-location__content__contact h2 {
    font-size: 28px;
    margin: 20px 0;
}

@media (min-width: 992px) {
    .community-location .community-location__content .community-location__content__contact h2 {
        font-size: 20px;
        margin: 10px 0 20px;
    }
}

@media (min-width: 1920px) {
    .community-location .community-location__content .community-location__content__contact h2 {
        margin: 25px 0;
    }
}

.community-location .community-location__content .community-location__content__contact span {
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .community-location .community-location__content .community-location__content__contact span {
        margin-bottom: 30px;
    }
}

.community-location .community-location__content .community-location__content__contact span span {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .community-location .community-location__content .community-location__content__contact span:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 600px) {
    .community-location .community-location__content .community-location__content__contact span svg {
        width: 25px;
        height: 26px;
    }
}

@media (min-width: 992px) {
    .community-location .community-location__content .community-location__content__contact span svg {
        width: 20px;
        height: 20px;
    }
}

@media (min-width: 1920px) {
    .community-location .community-location__content .community-location__content__contact span svg {
        width: 25px;
        height: 26px;
    }
}

.community-facilities__amenities {
    text-align: center;
    margin: 50px 0 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .community-facilities__amenities {
        margin: 75px 0 45px;
    }
}

@media (min-width: 1920px) {
    .community-facilities__amenities {
        margin: 100px 0 70px;
    }
}

.community-facilities__amenities > div {
    width: 50%;
    padding: 0 1.5390vw;
    margin-bottom: 15px;
}

@media (min-width: 480px) {
    .community-facilities__amenities > div {
        width: 33.333%;
    }
}

@media (min-width: 768px) {
    .community-facilities__amenities > div {
        width: 20%;
    }
}

.community-facilities__amenities > div span {
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 10px;
    font-weight: 600;
}

@media (min-width: 1200px) {
    .community-facilities__amenities > div span {
        font-size: 14px;
    }
}

.community-facilities__amenities > div span:first-child {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    background-color: #ededed;
    border-radius: 50%;
    position: relative;
}

@media (min-width: 1200px) {
    .community-facilities__amenities > div span:first-child {
        width: 130px;
        height: 130px;
    }
}

.community-facilities__amenities > div span:first-child svg {
    width: 40.307%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    fill: #5d5d5d;
}

@media (min-width: 1200px) {
    .community-facilities__amenities > div span:first-child svg {
        width: 52.307%;
    }
}

.community-facilities__amenities > div.load-more-amenities span {
    cursor: pointer;
}

.community-highlights {
    margin-bottom: 25px;
    background-color: #f9f9f9;
}

@media (min-width: 992px) {
    .community-highlights {
        margin-bottom: 50px;
        background-color: #ffffff;
    }
}

@media (min-width: 1920px) {
    .community-highlights {
        margin-bottom: 75px;
    }
}

.community-highlights .section-title {
    margin: 35px 0;
    line-height: 1;
}

@media (min-width: 992px) {
    .community-highlights .section-title {
        /*margin: 0 0 35px;*/
    }
}

@media (min-width: 1920px) {
    .community-highlights .section-title {
        /* margin: 0 0 70px;*/
    }
}

.community-highlights_home,
.community-highlights_hospitality,
.latest-news__list,
.community-highlights_latest-news,
.nakheel-sales-highlights {
    background: none;
}

    .community-highlights_home .section-title,
    .community-highlights_hospitality .section-title,
    .latest-news__list .section-title,
    .community-highlights_latest-news .section-title,
    .nakheel-sales-highlights .section-title {
        margin: 0 0 35px;
        padding: 0 15px;
        text-align: center;
    }

@media (min-width: 480px) {
    .community-highlights_home .section-title,
    .community-highlights_hospitality .section-title,
    .latest-news__list .section-title,
    .community-highlights_latest-news .section-title,
    .nakheel-sales-highlights .section-title {
        padding: 0 25px;
    }
}

@media (min-width: 992px) {
    .community-highlights_home .section-title,
    .community-highlights_hospitality .section-title,
    .latest-news__list .section-title,
    .community-highlights_latest-news .section-title,
    .nakheel-sales-highlights .section-title {
        margin: 0 0 30px;
        padding: 0;
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .community-highlights_home .section-title,
    .community-highlights_hospitality .section-title,
    .latest-news__list .section-title,
    .community-highlights_latest-news .section-title,
    .nakheel-sales-highlights .section-title {
        margin: 0 0 40px;
    }
}

@media (min-width: 1920px) {
    .community-highlights_home .section-title,
    .community-highlights_hospitality .section-title,
    .latest-news__list .section-title,
    .community-highlights_latest-news .section-title,
    .nakheel-sales-highlights .section-title {
        margin: 0 0 70px;
    }
}

.community-highlights_home .highlights-listing .highlights-listing__listitem_inner,
.community-highlights_hospitality .highlights-listing .highlights-listing__listitem_inner,
.latest-news__list .highlights-listing .highlights-listing__listitem_inner,
.community-highlights_latest-news .highlights-listing .highlights-listing__listitem_inner,
.nakheel-sales-highlights .highlights-listing .highlights-listing__listitem_inner {
    border-width: 3px;
    border-color: #f3f3f3;
}

    .community-highlights_home .highlights-listing .highlights-listing__listitem_inner figure,
    .community-highlights_hospitality .highlights-listing .highlights-listing__listitem_inner figure,
    .latest-news__list .highlights-listing .highlights-listing__listitem_inner figure,
    .community-highlights_latest-news .highlights-listing .highlights-listing__listitem_inner figure,
    .nakheel-sales-highlights .highlights-listing .highlights-listing__listitem_inner figure {
        margin: -3px -3px 0 -3px;
    }

@media (min-width: 1920px) {
    .community-highlights_home .highlights-listing .highlights-listing__listitem_inner h2,
    .community-highlights_hospitality .highlights-listing .highlights-listing__listitem_inner h2,
    .latest-news__list .highlights-listing .highlights-listing__listitem_inner h2,
    .community-highlights_latest-news .highlights-listing .highlights-listing__listitem_inner h2,
    .nakheel-sales-highlights .highlights-listing .highlights-listing__listitem_inner h2 {
        font-size: 22px;
    }
}

@media (min-width: 992px) {
    .community-highlights_home .highlights-listing .highlights-listing__listitem_inner .highlights-listing__para,
    .community-highlights_hospitality .highlights-listing .highlights-listing__listitem_inner .highlights-listing__para,
    .latest-news__list .highlights-listing .highlights-listing__listitem_inner .highlights-listing__para,
    .community-highlights_latest-news .highlights-listing .highlights-listing__listitem_inner .highlights-listing__para,
    .nakheel-sales-highlights .highlights-listing .highlights-listing__listitem_inner .highlights-listing__para {
        min-height: 112px;
    }
}

.community-highlights_home .highlights-listing .highlights-listing__listitem_inner > div,
.community-highlights_hospitality .highlights-listing .highlights-listing__listitem_inner > div,
.latest-news__list .highlights-listing .highlights-listing__listitem_inner > div,
.community-highlights_latest-news .highlights-listing .highlights-listing__listitem_inner > div,
.nakheel-sales-highlights .highlights-listing .highlights-listing__listitem_inner > div {
    padding: 15px 15px 44px;
}

@media (min-width: 1920px) {
    .community-highlights_home .highlights-listing .highlights-listing__listitem_inner > div,
    .community-highlights_hospitality .highlights-listing .highlights-listing__listitem_inner > div,
    .latest-news__list .highlights-listing .highlights-listing__listitem_inner > div,
    .community-highlights_latest-news .highlights-listing .highlights-listing__listitem_inner > div,
    .nakheel-sales-highlights .highlights-listing .highlights-listing__listitem_inner > div {
        padding: 25px 25px 44px;
    }
}

@media (min-width: 992px) {
    .community-highlights_home .highlights-listing .highlights-listing__listitem_inner > div > div,
    .community-highlights_hospitality .highlights-listing .highlights-listing__listitem_inner > div > div,
    .latest-news__list .highlights-listing .highlights-listing__listitem_inner > div > div,
    .community-highlights_latest-news .highlights-listing .highlights-listing__listitem_inner > div > div,
    .nakheel-sales-highlights .highlights-listing .highlights-listing__listitem_inner > div > div {
        min-height: 70px;
    }
}

.community-highlights_home .highlights-listing .highlights-listing__listitem_inner p:last-child,
.community-highlights_hospitality .highlights-listing .highlights-listing__listitem_inner p:last-child,
.latest-news__list .highlights-listing .highlights-listing__listitem_inner p:last-child,
.community-highlights_latest-news .highlights-listing .highlights-listing__listitem_inner p:last-child,
.nakheel-sales-highlights .highlights-listing .highlights-listing__listitem_inner p:last-child {
    margin-bottom: 20px;
}

@media (min-width: 1920px) {
    .community-highlights_home .highlights-listing .highlights-listing__listitem_inner p,
    .community-highlights_hospitality .highlights-listing .highlights-listing__listitem_inner p,
    .latest-news__list .highlights-listing .highlights-listing__listitem_inner p,
    .community-highlights_latest-news .highlights-listing .highlights-listing__listitem_inner p,
    .nakheel-sales-highlights .highlights-listing .highlights-listing__listitem_inner p {
        font-size: 16px;
    }

        .community-highlights_home .highlights-listing .highlights-listing__listitem_inner p:last-child,
        .community-highlights_hospitality .highlights-listing .highlights-listing__listitem_inner p:last-child,
        .latest-news__list .highlights-listing .highlights-listing__listitem_inner p:last-child,
        .community-highlights_latest-news .highlights-listing .highlights-listing__listitem_inner p:last-child,
        .nakheel-sales-highlights .highlights-listing .highlights-listing__listitem_inner p:last-child {
            margin-bottom: 10px;
        }
}

.latest-news__list .highlights-listing,
.community-highlights_latest-news .highlights-listing,
.about-highlights .highlights-listing {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .latest-news__list .highlights-listing .highlights-listing__listitem_inner,
    .community-highlights_latest-news .highlights-listing .highlights-listing__listitem_inner,
    .about-highlights .highlights-listing .highlights-listing__listitem_inner {
        border-width: 1px;
        border-color: #cfcfcf;
    }

        .latest-news__list .highlights-listing .highlights-listing__listitem_inner figure,
        .community-highlights_latest-news .highlights-listing .highlights-listing__listitem_inner figure,
        .about-highlights .highlights-listing .highlights-listing__listitem_inner figure {
            margin: 0;
        }

        .latest-news__list .highlights-listing .highlights-listing__listitem_inner h2,
        .community-highlights_latest-news .highlights-listing .highlights-listing__listitem_inner h2,
        .about-highlights .highlights-listing .highlights-listing__listitem_inner h2 {
            color: #b5aba3;
            padding-bottom: 15px;
        }

        .latest-news__list .highlights-listing .highlights-listing__listitem_inner > div,
        .community-highlights_latest-news .highlights-listing .highlights-listing__listitem_inner > div,
        .about-highlights .highlights-listing .highlights-listing__listitem_inner > div {
            padding: 15px 15px 34px;
        }

@media (min-width: 1920px) {
    .latest-news__list .highlights-listing .highlights-listing__listitem_inner > div,
    .community-highlights_latest-news .highlights-listing .highlights-listing__listitem_inner > div,
    .about-highlights .highlights-listing .highlights-listing__listitem_inner > div {
        padding: 20px 20px 44px;
    }
}

@media (min-width: 992px) {
    .latest-news__list .highlights-listing .highlights-listing__listitem_inner > div > div,
    .community-highlights_latest-news .highlights-listing .highlights-listing__listitem_inner > div > div,
    .about-highlights .highlights-listing .highlights-listing__listitem_inner > div > div {
        min-height: 70px;
    }
}

.latest-news__list .highlights-listing {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .latest-news__list .highlights-listing .highlights-listing__listitem {
        width: 100%;
    }

@media (min-width: 768px) {
    .latest-news__list .highlights-listing .highlights-listing__listitem {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .latest-news__list .highlights-listing .highlights-listing__listitem {
        width: 33.333%;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.about-highlights {
    background-color: #f9f9f9;
    padding: 50px 0 25px;
}

@media (min-width: 992px) {
    .about-highlights {
        padding: 50px 0;
    }
}

@media (min-width: 1920px) {
    .about-highlights {
        padding: 50px 0 75px;
    }
}

.about-highlights .section-title {
    text-align: center;
}

@media (min-width: 992px) {
    .about-highlights .section-title {
        padding: 0;
        text-align: left;
    }
}

@media (min-width: 1920px) {
    .about-highlights .highlights-listing .highlights-listing__listitem_inner h2 {
        font-size: 22px;
    }
}

.community-highlights_hospitality {
    margin-top: 50px;
}

@media (min-width: 992px) {
    .community-highlights_hospitality {
        margin-top: 75px;
    }
}

@media (min-width: 1920px) {
    .community-highlights_hospitality {
        margin-top: 100px;
    }
}

@media (min-width: 992px) {
    .community-highlights_hospitality .highlights-listing .highlights-listing__listitem_inner > div > div {
        min-height: 1px;
    }
}

.community-highlights_single {
    padding: 35px 15px;
    background-color: #f9f9f9;
    margin-bottom: 50px;
}

@media (min-width: 480px) {
    .community-highlights_single {
        padding: 35px 25px;
    }
}

@media (min-width: 992px) {
    .community-highlights_single {
        margin-bottom: 75px;
        padding: 30px 0;
    }
}

@media (min-width: 1200px) {
    .community-highlights_single {
        padding: 40px 0;
    }
}

@media (min-width: 1920px) {
    .community-highlights_single {
        margin-bottom: 100px;
        padding: 70px 0;
    }
}

.community-highlights_single h2.section-title {
    color: #b5aba3;
    margin-bottom: 35px;
}

@media (min-width: 992px) {
    .community-highlights_single h2.section-title {
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .community-highlights_single h2.section-title {
        margin-bottom: 40px;
    }
}

@media (min-width: 1920px) {
    .community-highlights_single h2.section-title {
        margin-bottom: 70px;
    }
}

.community-highlights_single .single-project {
    margin: 0 15px;
}

@media (min-width: 480px) {
    .community-highlights_single .single-project {
        margin: 0 25px;
    }
}

@media (min-width: 992px) {
    .community-highlights_single .single-project {
        padding: 0;
        margin: 0;
    }
}

.community-highlights_single .single-project .single-project__wrap {
    background-color: #ffffff;
    padding: 0;
    border: 2px solid #eeeeee;
}

    .community-highlights_single .single-project .single-project__wrap .single-project__media {
        margin: 0 -2px;
    }

@media (min-width: 992px) {
    .community-highlights_single .single-project .single-project__wrap .single-project__media {
        margin: 0;
    }
}

.community-highlights_single.community-highlights_spacetop {
    margin-top: 50px;
}

@media (min-width: 992px) {
    .community-highlights_single.community-highlights_spacetop {
        margin-top: 75px;
    }
}

@media (min-width: 1920px) {
    .community-highlights_single.community-highlights_spacetop {
        margin-top: 100px;
    }
}

.community-highlights_latest-news {
    padding: 35px 15px 25px;
    background-color: #f9f9f9;
    margin: 0 0 50px;
}

@media (min-width: 480px) {
    .community-highlights_latest-news {
        padding: 35px 25px 25px;
    }
}

@media (min-width: 992px) {
    .community-highlights_latest-news {
        padding: 50px 0;
        margin: 0;
    }
}

@media (min-width: 1920px) {
    .community-highlights_latest-news {
        padding: 75px 0;
    }
}

.community-highlights_latest-news .highlights-listing {
    padding: 0;
}

.community-highlights_news {
    padding-bottom: 100px;
}

@media (min-width: 992px) {
    .community-highlights_news {
        padding-bottom: 60px;
    }
}

@media (min-width: 1200px) {
    .community-highlights_news {
        padding-bottom: 70px;
    }
}

@media (min-width: 1920px) {
    .community-highlights_news {
        padding-bottom: 100px;
    }
}

.community-highlights_news .single-project_slider .single-project__wrap .single-project__info h3 {
    padding: 0;
}

    .community-highlights_news .single-project_slider .single-project__wrap .single-project__info h3:after {
        display: none;
    }

.community-highlights_news .slick-dots {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
}

@media (min-width: 992px) {
    .community-highlights_news .slick-dots {
        bottom: -30px;
    }
}

@media (min-width: 1200px) {
    .community-highlights_news .slick-dots {
        bottom: -35px;
    }
}

@media (min-width: 1920px) {
    .community-highlights_news .slick-dots {
        bottom: -50px;
    }
}

.community-highlights_news .slick-arrow {
    width: 35px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.85);
    top: 39.71%;
    background-size: 17px;
    background-position: center center;
    transition: top 0.3s ease 0s;
    margin-top: -17px;
}

    .community-highlights_news .slick-arrow.slick-next {
        right: 0;
    }

    .community-highlights_news .slick-arrow.slick-prev {
        left: 0;
        -webkit-transform: translate(0, 0) rotate(180deg);
        transform: translate(0, 0) rotate(180deg);
        /*rtl:translate(0,0) rotate(-180deg)*/
    }

@media (min-width: 992px) {
    .community-highlights_news .slick-arrow {
        background-color: transparent;
        width: 17px;
        height: 34px;
        top: 50%;
        margin: 0;
        background-position: 0 0;
    }

        .community-highlights_news .slick-arrow.slick-next {
            right: -35px;
            margin-top: 0;
        }

        .community-highlights_news .slick-arrow.slick-prev {
            left: -35px;
        }
}

@media (min-width: 1920px) {
    .community-highlights_news .slick-arrow.slick-next {
        right: -63px;
    }

    .community-highlights_news .slick-arrow.slick-prev {
        left: -63px;
    }
}

.community-highlights_marine {
    margin-top: 50px;
}

@media (min-width: 992px) {
    .community-highlights_marine {
        margin-top: 75px;
    }
}

@media (min-width: 992px) {
    .community-highlights_marine .highlights-listing .highlights-listing__listitem {
        width: 50%;
    }
}

.community-highlights_marine .highlights-listing .highlights-listing__listitem .highlights-listing__listitem_inner > div > div {
    padding-bottom: 10px;
}

    .community-highlights_marine .highlights-listing .highlights-listing__listitem .highlights-listing__listitem_inner > div > div:after {
        display: none;
    }

.community-highlights_marine .highlights-listing .highlights-listing__listitem .highlights-listing__listitem_inner h2 {
    text-transform: uppercase;
}

.nakheel-sales-highlights {
    padding: 0 0 25px;
}

@media (min-width: 992px) {
    .nakheel-sales-highlights {
        padding: 50px 0;
    }
}

@media (min-width: 1920px) {
    .nakheel-sales-highlights {
        padding: 75px 0;
    }
}

@media (min-width: 992px) {
    .nakheel-sales-highlights .highlights-listing .highlights-listing__listitem {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .nakheel-sales-highlights .highlights-listing .highlights-listing__listitem_inner .highlights-listing__para {
        min-height: 70px;
    }
}

@media (min-width: 1920px) {
    .nakheel-sales-highlights .highlights-listing .highlights-listing__listitem_inner .highlights-listing__para {
        min-height: 112px;
    }
}

.community-highlights_nami {
    background: none;
    margin: 50px 0;
    padding: 0 15px;
}

@media (min-width: 480px) {
    .community-highlights_nami {
        padding: 0 25px;
    }
}

@media (min-width: 992px) {
    .community-highlights_nami {
        margin: 75px 0;
        padding: 0;
    }
}

@media (min-width: 1920px) {
    .community-highlights_nami {
        margin: 100px 0;
    }
}

.community-highlights_nami .single-project .single-project__wrap .single-project__info {
    padding: 25px 15px;
}

@media (min-width: 480px) {
    .community-highlights_nami .single-project .single-project__wrap .single-project__info {
        padding: 25px;
    }
}

@media (min-width: 992px) {
    .community-highlights_nami .single-project .single-project__wrap .single-project__info {
        padding: 40px 30px 20px;
    }
}

@media (min-width: 1200px) {
    .community-highlights_nami .single-project .single-project__wrap .single-project__info {
        padding: 50px 40px 20px;
    }
}

@media (min-width: 1920px) {
    .community-highlights_nami .single-project .single-project__wrap .single-project__info {
        padding: 80px 63px 20px;
    }
}

.community-filter {
    padding: 25px 13px;
    background-color: #f7f7f7;
}

@media (min-width: 480px) {
    .community-filter {
        padding: 25px;
    }
}

@media (min-width: 992px) {
    .community-filter {
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .community-filter {
        padding: 50px 13px;
    }
}

.community-filter h3 {
    float: left;
    margin: 20px 12px 0 0;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 15px;
    font-weight: 700;
}

@media (min-width: 480px) {
    .community-filter h3 {
        font-size: 18px;
        margin: 20px 35px 0 0;
        padding-left: 12px;
    }
}

@media (min-width: 992px) {
    .community-filter h3 {
        display: inline-block;
        float: none;
        vertical-align: top;
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .community-filter h3 {
        font-size: 20px;
    }
}

@media (min-width: 1920px) {
    .community-filter h3 {
        font-size: 22px;
    }
}

.community-filter .community-filter__buttons {
    overflow: hidden;
    width: auto;
    padding-right: 10%;
}

    .community-filter .community-filter__buttons .btn {
        margin: 10px 0;
        display: block;
    }

@media (min-width: 992px) {
    .community-filter .community-filter__buttons {
        display: inline-block;
        float: none;
        padding-right: 0;
    }

        .community-filter .community-filter__buttons .btn {
            display: inline-block;
            min-width: 250px;
            margin-right: -4px;
        }
}

@media (min-width: 1200px) {
    .community-filter .community-filter__buttons .btn {
        min-width: 300px;
    }
}

@media (min-width: 1920px) {
    .community-filter .community-filter__buttons .btn {
        min-width: 350px;
    }
}

.scale-anm {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.community-options {
    padding: 0 15px;
}

@media (min-width: 992px) {
    .community-options {
        padding: 0;
    }
}

.community-options .community-options__buttons {
    text-align: center;
    margin: 35px 0;
}

    .community-options .community-options__buttons > div {
        display: inline-block;
        width: 47%;
        margin-bottom: 15px;
        text-transform: uppercase;
        padding: 0 2px;
    }

        .community-options .community-options__buttons > div .btn {
            font-size: 8px;
            /*rtl:6px;*/
            padding: 8px 10px;
        }

@media (min-width: 480px) {
    .community-options .community-options__buttons > div {
        width: 48%;
    }
}

@media (min-width: 360px) {
    .community-options .community-options__buttons > div .btn {
        font-size: 11px;
        /*rtl:9px;*/
    }
}

@media (min-width: 480px) {
    .community-options .community-options__buttons {
        padding: 0 23px;
    }

        .community-options .community-options__buttons > div {
            padding: 0 2px;
        }

            .community-options .community-options__buttons > div .btn {
                font-size: 12px;
            }
}

@media (min-width: 992px) {
    .community-options .community-options__buttons {
        margin: 35px 0 60px;
        padding: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .community-options .community-options__buttons > div {
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            padding: 0 13px;
            text-transform: uppercase;
        }

            .community-options .community-options__buttons > div .btn {
                font-weight: 600;
                font-size: 14px;
            }
}

@media (min-width: 1920px) {
    .community-options .community-options__buttons {
        margin: 55px 0 85px;
    }
}

.community-options .community-options__buttons.community-options__buttons_style1 > div {
    width: 50%;
}

/* new buttons */

.community-options__buttons_new {
    text-align: center;
    margin: 35px -3%;
}

    .community-options__buttons_new > div {
        display: inline-block;
        width: 47%;
        margin-bottom: 15px;
        text-transform: uppercase;
        padding: 0 2px;
    }

        .community-options__buttons_new > div .btn {
            font-size: 8px;
            /*rtl:6px;*/
            padding: 8px 10px;
        }

@media (min-width: 480px) {
    .community-options__buttons_new > div {
        width: 48%;
    }
}

@media (min-width: 360px) {
    .community-options__buttons_new > div .btn {
        font-size: 11px;
        /*rtl:9px;*/
    }
}

@media (min-width: 480px) {
    .community-options__buttons_new {
        padding: 0 23px;
        margin: 2% 25% 60%;
    }

        .community-options__buttons_new > div {
            padding: 0 2px;
        }

            .community-options__buttons_new > div .btn {
                font-size: 12px;
            }
}

@media (min-width: 992px) {
    .community-options__buttons_new {
        margin: 35px 25% 60px;
        padding: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .community-options__buttons_new > div {
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            padding: 0 13px;
            text-transform: uppercase;
        }

            .community-options__buttons_new > div .btn {
                font-weight: 600;
                font-size: 14px;
            }
}

@media (min-width: 1920px) {
    .community-options__buttons_new {
        margin: 55px 25% 85px;
    }
}

.community-options__buttons_new.community-options__buttons_style1 > div {
    width: 50%;
}

/* new buttons end */

.contact-form {
    padding: 50px 15px;
    background-color: #f9f9f9;
}

@media (min-width: 480px) {
    .contact-form {
        padding: 50px 25px;
    }
}

@media (min-width: 992px) {
    .contact-form {
        padding: 75px 50px;
    }
}

@media (min-width: 1920px) {
    .contact-form {
        padding: 100px 0;
    }
}

.contact-form form {
    position: relative;
}

    .contact-form form .checkbox-wrapper {
        text-align: left;
        margin-left: 10px;
        padding-left: 15px;
    }

@media (min-width: 480px) {
    .contact-form form .checkbox-wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
    }

        .contact-form form .checkbox-wrapper fieldset {
            -webkit-flex: 1 0 100%;
            -ms-flex: 1 0 100%;
            flex: 1 0 100%;
            position: relative;
            padding: 0 15px;
        }
}

@media (min-width: 480px) and (min-width: 992px) {
    .contact-form form .checkbox-wrapper fieldset {
        -webkit-flex: 1 0 33.33%;
        -ms-flex: 1 0 33.33%;
        flex: 1 0 33.33%;
    }
}

.contact-form form .checkbox-wrapper label {
    color: #00263A;
    font-size: 14px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
}

@media (min-width: 1200px) {
    .contact-form form .checkbox-wrapper label {
        font-size: 22px;
    }
}

.contact-form form .checkbox-wrapper label:before {
    content: '';
    position: absolute;
    left: -25px;
    top: 3px;
    width: 12px;
    height: 12px;
    border: 2px solid #00263A;
    background: #ebebeb;
}

@media (min-width: 1200px) {
    .contact-form form .checkbox-wrapper label:before {
        top: 10px;
    }
}

.contact-form form .checkbox-wrapper input {
    opacity: 0;
    position: absolute;
}

    .contact-form form .checkbox-wrapper input:checked + label:after {
        content: '✔';
        font-size: 15px;
        left: -23px;
        right: auto;
        /*rtl:-28px*/
        position: absolute;
        top: -2px;
        /*rtl:-4px*/
    }

@media (min-width: 1200px) {
    .contact-form form .checkbox-wrapper input:checked + label:after {
        top: 4px;
        /*rtl:3px*/
    }
}

.contact-form form .contact-form__inputs {
    margin-top: 20px;
}

@media (min-width: 992px) {
    .contact-form form .contact-form__inputs {
        display: -webkit-flex;
        display: -ms-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.contact-form form .contact-form__inputs input {
    background: #fff;
    padding: 10px 20px;
    border: 3px solid #f3f3f3;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 3px;
}

    .contact-form form .contact-form__inputs input::-webkit-input-placeholder {
        color: #888;
        font-weight: normal;
        text-transform: uppercase;
    }

    .contact-form form .contact-form__inputs input::-moz-placeholder {
        color: #888;
        font-weight: normal;
        text-transform: uppercase;
    }

    .contact-form form .contact-form__inputs input:-ms-input-placeholder {
        color: #888;
        font-weight: normal;
        text-transform: uppercase;
    }

    .contact-form form .contact-form__inputs input:-moz-placeholder {
        color: #888;
        font-weight: normal;
        text-transform: uppercase;
    }

@media (min-width: 992px) {
    .contact-form form .contact-form__inputs input {
        margin-left: 30px;
        padding: 20px;
    }

        .contact-form form .contact-form__inputs input:first-child {
            margin-left: 0;
        }
}

.contact-form form .contact-form__inputs input.error {
    border-color: #FF0000;
}

.contact-form form .contact-form__inputs .intl-tel-input {
    width: 100%;
    margin-bottom: 20px;
}

    .contact-form form .contact-form__inputs .intl-tel-input .flag-container {
        padding-right: 5px;
        padding-left: 7px;
        border-right: 3px solid #f3f3f3;
        z-index: 1;
    }

        .contact-form form .contact-form__inputs .intl-tel-input .flag-container .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
            background: none;
        }

    .contact-form form .contact-form__inputs .intl-tel-input input {
        padding-left: 60px;
    }

@media (min-width: 992px) {
    .contact-form form .contact-form__inputs .intl-tel-input {
        margin-left: 0px;
        margin-bottom: 20px !important;
    }

        .contact-form form .contact-form__inputs .intl-tel-input input {
            margin-left: 0;
            padding-left: 60px;
        }
}

.contact-form form .contact-form__textarea {
    margin-bottom: 20px;
}

    .contact-form form .contact-form__textarea textarea {
        background: #fff;
        border: 3px solid #f3f3f3;
        padding: 10px 20px;
        text-transform: uppercase;
        width: 100%;
        color: #888;
        height: 200px;
        resize: none;
        border-radius: 3px;
    }

@media (min-width: 992px) {
    .contact-form form .contact-form__textarea textarea {
        padding: 20px;
    }
}

.contact-form form .contact-form__textarea textarea.error {
    border-color: #FF0000;
}

.contact-form form .contact-form__footer {
    margin-top: 20px;
}

@media (min-width: 992px) {
    .contact-form form .contact-form__footer {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.contact-form form .contact-form__footer .message {
    color: #00263A;
    font-size: 18px;
    font-weight: 600;
}

@media (min-width: 992px) {
    .contact-form form .contact-form__footer .message {
        line-height: 50px;
    }
}

.contact-form form .contact-form__footer button {
    background: #fff;
    font-size: 16px;
    margin-top: 20px;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .contact-form form .contact-form__footer button {
        margin-top: 0;
    }
}

.contact-form form .contact-form__success {
    position: absolute;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f9f9f9;
    z-index: 1;
    text-align: center;
    display: none;
}

    .contact-form form .contact-form__success.show {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .contact-form form .contact-form__success h3 {
        text-transform: uppercase;
        color: #00263A;
        margin-bottom: 30px;
        line-height: 1.5;
    }

    .contact-form form .contact-form__success p {
        margin-bottom: 36px;
    }

    .contact-form form .contact-form__success a.btn {
        width: 170px;
        margin: 0 auto;
    }

.iti-flag {
    background-image: url("../images/flags.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
        background-image: url("../images/flags@2x.png");
    }
}

.contact-location {
    margin: 50px 0 0;
}

@media (min-width: 992px) {
    .contact-location {
        margin-bottom: 25px;
        margin-top: 75px;
    }
}

@media (min-width: 1920px) {
    .contact-location {
        margin-bottom: 25px;
    }
}

.contact-location #contact-location__map_canvas {
    height: 275px;
}

@media (min-width: 992px) {
    .contact-location #contact-location__map_canvas {
        height: 300px;
    }
}

@media (min-width: 1920px) {
    .contact-location #contact-location__map_canvas {
        height: 450px;
    }
}

.contact-location .contact-location__content {
    background-color: #00263A;
    padding: 0 0 0 30px;
    margin-bottom: 30px;
    text-align: left;
}

@media (min-width: 480px) {
    .contact-location .contact-location__content {
        padding: 0 15px 0 38px;
    }
}

@media (min-width: 992px) {
    .contact-location .contact-location__content {
        height: 300px;
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .contact-location .contact-location__content {
        padding: 0 15px 0 0;
    }
}

@media (min-width: 1920px) {
    .contact-location .contact-location__content {
        padding: 0;
        height: 450px;
    }
}

.contact-location .contact-location__content h2, .contact-location .contact-location__content p {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 1;
}

.contact-location .contact-location__content p {
    margin: 0 0 30px;
    line-height: 1.5;
}

.contact-location .contact-location__content h2 {
    font-size: 22px;
    margin: 35px 0 30px;
}

@media (min-width: 480px) {
    .contact-location .contact-location__content h2 {
        font-size: 28px;
    }
}

@media (min-width: 992px) {
    .contact-location .contact-location__content h2 {
        font-size: 20px;
        margin-top: 45px;
    }
}

@media (min-width: 1200px) {
    .contact-location .contact-location__content h2 {
        margin-top: 35px;
    }
}

@media (min-width: 1920px) {
    .contact-location .contact-location__content h2 {
        margin: 80px 0 35px;
        font-size: 28px;
    }
}

.contact-location .contact-location__content span {
    display: inline-block;
    margin-bottom: 30px;
    font-size: 16px;
    margin-right: 30px;
}

    .contact-location .contact-location__content span .icon-phone {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        /*rtl:scale(-1,1)*/
    }

    .contact-location .contact-location__content span span {
        display: inline-block;
        margin: 0;
    }

@media (min-width: 360px) {
    .contact-location .contact-location__content span {
        font-size: 13px;
        margin-right: 15px;
    }
}

@media (min-width: 480px) {
    .contact-location .contact-location__content span {
        font-size: 16px;
        margin-right: 30px;
    }
}

@media (min-width: 600px) {
    .contact-location .contact-location__content span {
        font-size: 20px;
        margin-right: 10.4675vw;
    }
}

@media (min-width: 992px) {
    .contact-location .contact-location__content span {
        display: block;
        font-size: 13px;
        margin-bottom: 30px;
        margin-right: 15px;
    }
}

@media (min-width: 1200px) {
    .contact-location .contact-location__content span {
        font-size: 16px;
    }
}

@media (min-width: 1920px) {
    .contact-location .contact-location__content span {
        font-size: 20px;
    }
}

.contact-location .contact-location__content span svg {
    fill: #809fb9;
    margin-right: 15px;
    width: 20px;
    height: 20px;
}

@media (min-width: 600px) {
    .contact-location .contact-location__content span svg {
        width: 25px;
        height: 26px;
    }
}

@media (min-width: 992px) {
    .contact-location .contact-location__content span svg {
        margin-right: 15px;
    }
}

.contact-location .contact-location__content span svg.icon-fax {
    fill: none;
    stroke: #809fb9;
    stroke-width: 2px;
}

.contact-location .contact-location__content span a {
    color: #ffffff;
    transition: all 0.3s ease 0s;
}

    .contact-location .contact-location__content span a:hover {
        color: rgba(255, 255, 255, 0.6);
    }

.contact-location .contact-location__content .btn {
    margin: 0 0 35px;
    padding: 8px 24px;
}

@media (min-width: 600px) {
    .contact-location .contact-location__content .btn {
        padding: 15px 30px;
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .contact-location .contact-location__content .btn {
        padding: 8px 20px;
        font-size: 14px;
        margin: 20px 0 0;
    }
}

@media (min-width: 1200px) {
    .contact-location .contact-location__content .btn {
        padding: 15px 24px;
    }
}

.contact-location .contact-location__content .contact-location__content__timings {
    background-color: #00263A;
    overflow: hidden;
    padding: 15px 0 15px 15px;
}

@media (min-width: 480px) {
    .contact-location .contact-location__content .contact-location__content__timings {
        padding: 15px 0 15px 40px;
    }
}

@media (min-width: 992px) {
    .contact-location .contact-location__content .contact-location__content__timings {
        padding: 15px 30px;
    }
}

@media (min-width: 1920px) {
    .contact-location .contact-location__content .contact-location__content__timings {
        padding: 15px 40px;
    }
}

.contact-location .contact-location__content .contact-location__content__timings h2 {
    font-size: 28px;
    margin: 20px 0;
}

@media (min-width: 992px) {
    .contact-location .contact-location__content .contact-location__content__timings h2 {
        font-size: 20px;
        margin: 10px 0;
    }
}

@media (min-width: 1920px) {
    .contact-location .contact-location__content .contact-location__content__timings h2 {
        margin: 25px 0;
    }
}

.contact-location .contact-location__content .contact-location__content__timings ul li {
    margin-bottom: 20px;
    margin-right: 2.4675vw;
    display: inline-block;
}

@media (min-width: 992px) {
    .contact-location .contact-location__content .contact-location__content__timings ul li {
        margin-bottom: 10px;
        margin-right: 0;
        display: block;
        margin-right: 10.4675vw;
    }
}

@media (min-width: 1920px) {
    .contact-location .contact-location__content .contact-location__content__timings ul li {
        margin-bottom: 20px;
    }
}

.contact-location .contact-location__content .contact-location__content__timings ul li strong, .contact-location .contact-location__content .contact-location__content__timings ul li span {
    display: block;
    color: #ffffff;
    font-size: 12px;
}

@media (min-width: 600px) {
    .contact-location .contact-location__content .contact-location__content__timings ul li strong, .contact-location .contact-location__content .contact-location__content__timings ul li span {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .contact-location .contact-location__content .contact-location__content__timings ul li strong, .contact-location .contact-location__content .contact-location__content__timings ul li span {
        font-size: 13px;
    }
}

@media (min-width: 1920px) {
    .contact-location .contact-location__content .contact-location__content__timings ul li strong, .contact-location .contact-location__content .contact-location__content__timings ul li span {
        font-size: 18px;
    }
}

.contact-location .contact-location__content .contact-location__content__timings ul li strong {
    margin-bottom: 3px;
    font-weight: normal;
}

@media (min-width: 992px) {
    .contact-location .contact-location__content .contact-location__content__timings ul li strong {
        font-weight: bold;
    }
}

.contact-location .contact-location__content .contact-location__content__timings ul li span {
    text-transform: none;
    margin: 0;
}

.contact-location .contact-location__content .contact-location__content__contact {
    padding: 15px 0 15px 30px;
    background-color: #003261;
}

@media (min-width: 480px) {
    .contact-location .contact-location__content .contact-location__content__contact {
        padding: 15px 0 15px 40px;
    }
}

@media (min-width: 992px) {
    .contact-location .contact-location__content .contact-location__content__contact {
        padding: 15px 30px;
    }
}

@media (min-width: 1920px) {
    .contact-location .contact-location__content .contact-location__content__contact {
        padding: 15px 40px;
    }
}

.contact-location .contact-location__content .contact-location__content__contact h2 {
    font-size: 28px;
    margin: 20px 0;
}

@media (min-width: 992px) {
    .contact-location .contact-location__content .contact-location__content__contact h2 {
        font-size: 20px;
        margin: 10px 0 20px;
    }
}

@media (min-width: 1920px) {
    .contact-location .contact-location__content .contact-location__content__contact h2 {
        margin: 25px 0;
    }
}

.contact-location .contact-location__content .contact-location__content__contact span {
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .contact-location .contact-location__content .contact-location__content__contact span {
        margin-bottom: 30px;
    }
}

.contact-location .contact-location__content .contact-location__content__contact span span {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .contact-location .contact-location__content .contact-location__content__contact span:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 600px) {
    .contact-location .contact-location__content .contact-location__content__contact span svg {
        width: 25px;
        height: 26px;
    }
}

@media (min-width: 992px) {
    .contact-location .contact-location__content .contact-location__content__contact span svg {
        width: 20px;
        height: 20px;
    }
}

@media (min-width: 1920px) {
    .contact-location .contact-location__content .contact-location__content__contact span svg {
        width: 25px;
        height: 26px;
    }
}

.news-details {
    text-align: center;
    padding: 35px 15px 50px;
}

@media (min-width: 480px) {
    .news-details {
        padding: 35px 25px 50px;
    }
}

@media (min-width: 992px) {
    .news-details {
        padding: 50px 0 75px;
    }
}

@media (min-width: 1920px) {
    .news-details {
        padding: 70px 0 100px;
    }
}

.article-date {
    margin-bottom: 30px;
    font-weight: 600;
}

.article-subtitle {
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .article-subtitle {
        margin-bottom: 65px;
    }
}

@media (min-width: 1920px) {
    .article-subtitle {
        margin-bottom: 90px;
    }
}

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

    .article-content p {
        margin-bottom: 20px;
    }

@media (min-width: 992px) {
    .article-content p {
        margin-bottom: 30px;
    }
}

.article-content p:last-child {
    margin-bottom: 0;
}

.faqs {
    margin-top: -40px;
    margin-bottom: 30px;
    padding: 0 15px;
}

@media (min-width: 480px) {
    .faqs {
        padding: 0 25px;
    }
}

@media (min-width: 992px) {
    .faqs {
        padding: 0;
        margin-top: -30px;
    }
}

.faqs .accordion-container .accordion .panel .panel-body {
    font-weight: 600;
}

    .faqs .accordion-container .accordion .panel .panel-body li ul {
        margin-left: 10px;
    }

    .faqs .accordion-container .accordion .panel .panel-body li {
        padding-left: 15px;
    }

@media (min-width: 992px) {
    .faqs .accordion-container .accordion .panel .panel-body li {
        padding-left: 25px;
    }
}

.faqs .accordion-container .accordion .panel .panel-body li li {
    list-style: none;
    position: relative;
    padding-left: 0;
}

    .faqs .accordion-container .accordion .panel .panel-body li li:after {
        content: "";
        position: absolute;
        left: -15px;
        top: 8px;
        width: 4px;
        height: 4px;
        border-radius: 2px;
        background-color: #b5aba3;
    }

@media (min-width: 992px) {
    .faqs .accordion-container .accordion .panel .panel-body li li:after {
        top: 9px;
        background-color: #b5aba3;
    }
}

@media (min-width: 1920px) {
    .faqs .accordion-container .accordion .panel .panel-body li li:after {
        top: 12px;
        width: 6px;
        height: 6px;
        border-radius: 3px;
        background-color: #b5aba3;
    }
}

.delegation-form {
    background: #f9f9f9;
    padding: 50px 15px;
}

@media (min-width: 480px) {
    .delegation-form {
        padding: 50px 25px;
    }
}

@media (min-width: 992px) {
    .delegation-form {
        padding: 50px 0 50px;
    }
}

@media (min-width: 1920px) {
    .delegation-form {
        padding: 70px 0 100px;
    }
}

.delegation-form .section-title {
    margin-bottom: 35px;
    color: #b5aba3;
    text-align: center;
}

@media (min-width: 992px) {
    .delegation-form .section-title {
        margin-bottom: 50px;
    }
}

@media (min-width: 1920px) {
    .delegation-form .section-title {
        margin-bottom: 70px;
    }
}

.delegation-form .form__inputs .intl-tel-input {
    width: 100%;
    margin-bottom: 20px;
}

.delegation-form .form__inputs .select-dropdown {
    box-shadow: none;
    margin-bottom: 20px;
    padding: 0;
}

@media (min-width: 992px) {
    .delegation-form .form__inputs {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.delegation-form .form__inputs_datepicker {
    position: relative;
    width: 100%;
}

.delegation-form .form__inputs .select-dropdown .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-weight: normal;
    color: #888;
    font-size: 18px;
}

.delegation-form .form__inputs .select-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
}

@media (min-width: 992px) {
    .delegation-form .form__inputs .select-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
        height: 62px;
        line-height: 42px;
    }
}

.delegation-form .form__textarea textarea {
    height: 150px;
    margin-left: 0px;
}

.delegation-form .form__footer {
    margin-top: 20px;
}

@media (min-width: 992px) {
    .delegation-form .form__footer {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.delegation-form .form__footer .message {
    color: #00263A;
    font-size: 18px;
    font-weight: normal;
}

@media (min-width: 992px) {
    .delegation-form .form__footer .message {
        line-height: 50px;
    }
}

.delegation-form .form__footer button {
    background: transparent;
    font-size: 16px;
    margin-top: 20px;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .delegation-form .form__footer button {
        margin-top: 0;
    }
}

.header-container {
    height: 92px;
}

@media (min-width: 992px) {
    .header-container {
        height: 122px;
    }
}

.header {
    background-color: #00263A;
    position: fixed;
    transition: top 0.5s ease-in-out;
    position: fixed;
    width: 100%;
    z-index: 9999;
    height: 92px;
    top: 0px;
}

@media (min-width: 480px) {
    .header {
        padding: 0 12px;
    }
}

@media (min-width: 992px) {
    .header {
        background: #ffffff;
        height: 122px;
    }
}

.header__nav {
    padding: 0px 13px;
}

@media (min-width: 992px) {
    .header__nav {
        padding: 0px 0px;
    }
}

.header__nav .navbar {
    margin-bottom: 0px;
    /*NOS*/
    padding: 8px;
}

@media (min-width: 992px) {
    .header__nav .navbar {
        min-height: 50px;
        padding: 5px 0px;
    }
}

.header__nav .navbar__logo {
    padding: 0;
    display: block;
    height: auto;
    float: left;
}

    .header__nav .navbar__logo .l-icon {
        width: 120px;
        height: 22px;
        fill: #ffffff;
    }

@media (min-width: 992px) {
    .header__nav .navbar__logo .l-icon {
        fill: #00263A;
        /*width: 90px;
        height: 110px;*/
        width: 120px;
        height: 22px;
    }
}

.header__nav .navbar .navbar-toggle {
    position: absolute;
    top: 22px;
    right: 0px;
    margin-right: 0px;
    padding: 0;
    margin-top: 14px;
    cursor: pointer;
}

    .header__nav .navbar .navbar-toggle .icon-bar {
        background-color: #ccdce9;
        width: 30px;
        height: 3px;
    }

        .header__nav .navbar .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 6px;
        }

@media (min-width: 768px) {
    .header__nav .navbar .navbar-toggle {
        display: block;
    }
}

@media (min-width: 992px) {
    .header__nav .navbar .navbar-toggle {
        display: none;
    }
}

.header__nav .navbar .navbar-collapse {
    position: fixed;
    top: 0px;
    background: rgba(0, 63, 114, 0.94);
    width: 100%;
    left: 0px;
    z-index: 999;
    height: 100vh !important;
    transition: all 0.2s ease;
    overflow-y: hidden;
}

    .header__nav .navbar .navbar-collapse .navbar-collapse__scroll_wrap {
        position: relative;
        height: calc(100% - 70px);
        overflow: hidden;
        width: 100%;
        padding: 70px 0 0;
    }

@media (min-width: 992px) {
    .header__nav .navbar .navbar-collapse .navbar-collapse__scroll_wrap {
        position: static;
        height: auto;
        width: auto;
        overflow: visible;
        padding: 0;
    }
}

.header__nav .navbar .navbar-collapse .navbar-collapse__scroll {
    position: absolute;
    overflow-y: scroll;
    width: calc(100% + 20px);
    height: calc(100% - 90px);
    padding: 0 0 35px;
    top: 90px;
}

@media (min-width: 992px) {
    .header__nav .navbar .navbar-collapse .navbar-collapse__scroll {
        position: static;
        height: auto;
        width: auto;
        overflow-y: visible;
        padding: 0;
    }
}

@media (min-width: 992px) {
    .header__nav .navbar .navbar-collapse {
        height: auto !important;
        display: none !important;
    }
}

@media (min-width: 992px) {
    .header__nav .navbar .navbar-collapse {
        display: block !important;
        padding: 0px;
        position: static;
        background: #fff;
    }
}

.header__nav .navbar .navbar-collapse .navbar-close {
    position: fixed;
    z-index: 999;
    left: 60px;
    top: 15px;
}

@media (min-width: 480px) {
    .header__nav .navbar .navbar-collapse .navbar-close {
        right: 0px;
    }
}

.header__nav .navbar .navbar-collapse .navbar-close .l-icon {
    fill: #ccdce9;
    width: 40px;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 20px;
    cursor: pointer;
}

@media (min-width: 992px) {
    .header__nav .navbar .navbar-collapse .navbar-close {
        display: none;
    }
}

.header__nav .navbar .navbar-collapse .navbar-top {
    padding-bottom: 30px;
}

@media (min-width: 992px) {
    .header__nav .navbar .navbar-collapse .navbar-top {
        padding-top: 0rem;
        border-bottom: none;
        padding-bottom: 0;
    }
}

.header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix {
    margin-top: 0;
    float: left;
    width: 100%;
}

@media (min-width: 992px) {
    .header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix {
        margin-top: -83px;
        font-size: 14px;
        float: right;
        width: auto;
        direction: ltr;
    }
}

.header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li {
    display: block;
    margin-bottom: 5px;
}

    .header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li.search {
        padding: 10px 55px 0 0;
    }

@media (min-width: 480px) {
    .header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li.search {
        padding: 10px 55px 0 15px;
    }
}

@media (min-width: 992px) {
    .header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li {
        display: inline-block;
        margin: 0 0 0 20px;
    }

        .header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li.lang {
            margin-right: 10px;
        }

        .header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li.search {
            margin-right: 0;
            margin-left: 0;
            padding: 0;
        }

            .header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li.search a {
                margin-left: 0;
            }
}

@media (min-width: 1200px) {
    .header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li {
        margin: 0 0 0 30px;
    }

        .header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li.lang {
            margin-left: 15px;
        }
}

@media (min-width: 1920px) {
    .header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li {
        margin: 0 0 0 35px;
    }
}

.header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li a {
    font-size: 14px;
    /*font-weight: 600;*/
    border-bottom: 1px solid transparent;
    transition: border-bottom-color 0.5s ease 0s, color 0.5s ease 0s;
}

@media (min-width: 992px) {
    .header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li a {
        color: #b5aba3;
        padding: 5px 0;
        font-size: 12px;
    }

        .header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li a:hover, .header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li a.active {
            color: #00263A;
            border-bottom-color: #00263A;
        }

        .header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li a.active {
            font-weight: bold;
        }
}

@media (min-width: 1200px) {
    .header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li a {
        padding: 5px 0;
        font-size: 13px;
    }
}

@media (min-width: 1920px) {
    .header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li a {
        font-size: 14px;
    }
}

.header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li a:hover, .header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li a.active, .header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li a:focus {
    background: none;
}

.header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li .search__input {
    width: 100%;
    height: 41px;
    display: block;
    border: 2px solid #ffffff;
    color: #ffffff;
    background: none;
}

    .header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li .search__input::-webkit-input-placeholder {
        color: #ffffff;
    }

    .header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li .search__input::-moz-placeholder {
        color: #ffffff;
    }

    .header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li .search__input:-ms-input-placeholder {
        color: #ffffff;
    }

    .header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li .search__input:-moz-placeholder {
        color: #ffffff;
    }

@media (min-width: 992px) {
    .header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li .search__input {
        border: none;
        border-bottom: 2px solid #ffffff;
        padding: 5px 8px;
        display: none;
        color: #ffffff;
        z-index: 102;
        height: 55px;
        font-size: 20px;
    }
}

.header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li .search__icon {
    display: none;
    font-size: 20px;
    padding: 0px;
    margin-left: 15px;
    margin-top: 5px;
    fill: #ffffff;
    position: absolute;
    pointer-events: none;
    width: 20px;
}

    .header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li .search__icon svg {
        width: 100%;
    }

@media (min-width: 992px) {
    .header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li .search__icon {
        position: static;
        pointer-events: auto;
        text-align: right;
        fill: #00263A;
        display: inline-block;
    }
}

.header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li .search__icon:hover, .header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li .search__icon.active {
    border-bottom-color: transparent;
}

.header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li.lang .l-icon {
    width: 55px;
    fill: #ffffff;
}

@media (min-width: 992px) {
    .header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li.lang .l-icon {
        fill: #00263A;
        width: 45px;
    }
}

.header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li.lang a {
    color: #ffffff;
    font-size: 18px;
    /*rtl:14px*/
}

    .header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li.lang a:hover, .header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li.lang a.active {
        border-bottom-color: transparent;
    }

@media (min-width: 992px) {
    .header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li.lang a {
        color: #00263A;
        padding: 5px;
        color: #ffffff;
        background-color: #00263A;
        transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
        font-family: 'FrutigerLTArabic-55Roman';
    }

    [dir="rtl"] .header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li.lang a {
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
    }

    .header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li.lang a:hover {
        color: #00263A;
        background-color: #ffffff;
    }
}

.header__nav .navbar .navbar-collapse .header__main-nav {
    padding-top: 30px;
    margin: 0;
    border-bottom: 1px solid #f6f6f6;
}

@media (min-width: 992px) {
    .header__nav .navbar .navbar-collapse .header__main-nav {
        margin-top: 65px;
        margin-right: 0;
        padding-top: 0;
        border-bottom: none;
    }
}

.header__nav .navbar .navbar-collapse .header__main-nav li {
    width: 99%;
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .header__nav .navbar .navbar-collapse .header__main-nav li {
        margin: 0 20px 0 0;
        width: auto;
        display: inline-block;
        float: none;
    }

        .header__nav .navbar .navbar-collapse .header__main-nav li:last-child {
            margin-right: 0;
        }
}




/*
.header__nav .navbar .navbar-collapse .header__main-nav li a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid transparent;
  transition: border-bottom-color 0.5s ease 0s, color 0.5s ease 0s;
}

@media (min-width: 992px) {
  .header__nav .navbar .navbar-collapse .header__main-nav li a {
    color: #b5aba3;
    padding: 5px 0;
    font-size: 11px;
  }
  .header__nav .navbar .navbar-collapse .header__main-nav li a:hover, .header__nav .navbar .navbar-collapse .header__main-nav li a.active {
    border-bottom-color: #00263A;
    color: #00263A;
  }
  .header__nav .navbar .navbar-collapse .header__main-nav li a.active {
    font-weight: 700;
  }
}

@media (min-width: 1200px) {
  .header__nav .navbar .navbar-collapse .header__main-nav li a {
    padding: 5px 0;
    font-size: 13px;
  }
}

@media (min-width: 1920px) {
  .header__nav .navbar .navbar-collapse .header__main-nav li a {
    font-size: 14px;
  }
}

.header__nav .navbar .navbar-collapse .header__main-nav li a:hover, .header__nav .navbar .navbar-collapse .header__main-nav li a:focus {
  background-color: transparent;
}*/

@media (min-width: 992px) {
    .header__nav ul {
        float: right;
        margin-top: 0px;
    }
}

.header__nav ul li a {
    color: #ffffff;
    padding: 5px 1px;
}

@media (min-width: 480px) {
    .header__nav ul li a {
        /*padding: 5px 12px;*/
    }
}

@media (min-width: 992px) {
    .header__nav ul li a {
        /* padding: 5px 15px;*/
    }
}

.header__nav ul li a .caret {
    margin-left: 10px;
}

.header__nav ul li .dropdown-menu {
    /*margin-left: 10px;*/ /*Mina*/
}

@media (min-width: 992px) {
    .header__nav ul li .dropdown-menu {
        margin-left: 0px;
    }
}

.header__nav ul li .dropdown-menu a {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    margin-bottom: 10px;
    clear: both;
    font-weight: 400;
    white-space: nowrap;
}

    .header__nav ul li .dropdown-menu a:hover {
        text-decoration: none;
        background-color: transparent;
    }

    .header__nav ul li .dropdown-menu a:last-child {
        margin-bottom: 0px;
    }

.header__search_overlay {
    background: rgba(0, 63, 114, 0.94);
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 100;
    display: none;
}

    .header__search_overlay .header__search_close {
        position: absolute;
        right: 15px;
        top: 35px;
        cursor: pointer;
    }

@media (min-width: 1200px) {
    .header__search_overlay .header__search_close {
        right: 35px;
    }
}

.header__search_overlay .header__search_close svg {
    fill: #ffffff;
    width: 30px;
    height: 30px;
}

@media (min-width: 992px) {
    .header__search_overlay.open {
        display: block;
    }
}

.header .header__search_box {
    display: block;
    position: relative;
}

    .header .header__search_box .btn {
        min-width: 1px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .header .header__search_box .search__input {
        padding: 5px 95px 5px 10px;
        line-height: 14px;
    }

@media (min-width: 992px) {
    .header .header__search_box {
        width: 90%;
        transition: all 0.25s ease-in;
        outline: none;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 102;
        height: 100px;
        text-align: center;
        display: none;
    }

        .header .header__search_box .btn {
            display: none;
            margin: 20px auto;
        }
}

@media (min-width: 992px) and (min-width: 992px) {
    .header .header__search_box .btn {
        min-width: 170px;
        position: static;
    }
}

@media (min-width: 992px) and (min-width: 1920px) {
    .header .header__search_box .btn {
        min-width: 227px;
    }
}

@media (min-width: 992px) {
    .header .header__search_box.open {
        display: block;
    }

        .header .header__search_box.open .search__input {
            display: block !important;
        }

        .header .header__search_box.open .btn {
            display: inline-block;
        }
}

@media (min-width: 992px) {
    .navbar-collapse.collapse.in {
        display: block !important;
        height: 100% !important;
    }
}

.nav-up {
    top: -92px;
}

@media (min-width: 992px) {
    .nav-up {
        top: -122px;
    }
}

.overflow-hidden {
    overflow-y: hidden;
    height: 100%;
    width: 100%;
    position: fixed;
}

/*NOS*/
.footer {
    background-color: #00263a;
    /*padding: 25px 0 0;*/
    color: #ffffff;
}

    .footer .footer__mobile {
        display: block;
        text-align: center;
        margin: 0px -13px;
    }

@media (min-width: 992px) {
    .footer .footer__mobile {
        display: none;
    }
}

.footer .footer__mobile__primary {
    border-bottom: 1px solid #1a609a;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

    .footer .footer__mobile__primary a {
        color: #f3f6f9;
        font-weight: 200;
        text-transform: uppercase;
        padding: 10px 20px;
        display: inline-block;
        font-size: 16px;
    }

@media (min-width: 480px) {
    .footer .footer__mobile__primary a {
        font-size: 22px;
    }
}

.footer .footer__mobile__newsletter {
    border-bottom: 1px solid #1a609a;
    margin-bottom: 20px;
}

    .footer .footer__mobile__newsletter p {
        font-weight: 500;
        font-size: 13px;
        /*rtl:17px*/
        margin-bottom: 15px;
        text-transform: uppercase;
        letter-spacing: 2px;
        /*rtl:normal*/
        word-spacing: 2px;
        color: #f3f6f9;
    }

@media (min-width: 480px) {
    .footer .footer__mobile__newsletter p {
        font-size: 16px;
    }
}

.footer .footer__mobile__newsletter .form-input {
    display: block;
    margin: 10px auto 20px;
    background: transparent;
    border: none;
    width: 280px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-size: 14px;
    color: #ffffff;
}

    .footer .footer__mobile__newsletter .form-input.error {
        border-color: #cc0000;
    }

    .footer .footer__mobile__newsletter .form-input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.62);
        font-weight: 200;
        font-size: 14px;
    }

    .footer .footer__mobile__newsletter .form-input::-moz-placeholder {
        color: rgba(255, 255, 255, 0.62);
        font-weight: 200;
        font-size: 14px;
    }

    .footer .footer__mobile__newsletter .form-input:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.62);
        font-weight: 200;
        font-size: 14px;
    }

    .footer .footer__mobile__newsletter .form-input::placeholder {
        color: rgba(255, 255, 255, 0.62);
        font-weight: 200;
        font-size: 14px;
    }

.footer .footer__mobile__newsletter .btn-subscribe {
    background-color: #00263A;
    border: 2px solid #ffffff;
    padding: 8px 30px;
    border-radius: 3px;
    text-transform: uppercase;
    margin: 12px 0px 20px 0px;
    font-size: 14px;
}

@media (min-width: 480px) {
    .footer .footer__mobile__newsletter .btn-subscribe {
        font-size: 18px;
    }
}

.footer .footer__mobile__secondary p:nth-child(1) a {
    padding: 0px 20px;
}

.footer .footer__mobile__secondary p:nth-child(2) a {
    padding: 0px 25px;
}

.footer .footer__mobile__secondary a {
    color: #f3f6f9;
    font-weight: 200;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 15px;
    text-transform: capitalize;
}

    .footer .footer__mobile__secondary a.active {
        color: rgba(255, 255, 255, 0.6);
    }

@media (min-width: 480px) {
    .footer .footer__mobile__secondary a {
        font-size: 16px;
    }
}

.footer__desktop {
    display: none;
}

    .footer__desktop .logo {
        width: 130px;
    }

@media (min-width: 992px) {
    .footer__desktop {
        display: block;
    }
}

@media (min-width: 1200px) {
    .footer__desktop {
        padding: 0px;
    }
}

.footer__desktop__links {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .footer__desktop__links li {
        padding: 5px 5px 5px 12px;
    }
}

@media (min-width: 1200px) {
    .footer__desktop__links li {
        padding: 0px 0px 0px 10px;
    }
}

.footer__desktop__links li a {
    display: block;
    font-size: 14px;
    font-weight: 200;
    padding-bottom: 10px;
    color: #f3f6f9;
    transition: color 0.3s ease 0s;
}

@media (min-width: 992px) {
    .footer__desktop__links li a {
        font-size: 13px;
    }
}

@media (min-width: 1920px) {
    .footer__desktop__links li a {
        font-size: 14px;
    }
}

.footer__desktop__links li a:hover, .footer__desktop__links li a.active {
    color: rgba(255, 255, 255, 0.6);
}

.footer__desktop .btn-subscribe {
    background-color: transparent;
    border: none;
    padding: 1px;
    position: absolute;
    right: 0;
    top: 5px;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    /*rtl:rotate(-180deg)*/
}

    .footer__desktop .btn-subscribe .l-icon {
        width: 15px;
        height: 15px;
        fill: #ffffff;
    }

.footer__desktop__subscribe {
    padding: 0px;
}

    .footer__desktop__subscribe p {
        text-transform: uppercase;
        font-weight: 200;
        margin-top: 15px;
        font-size: 14px;
    }

    .footer__desktop__subscribe .subscribe-list li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        color: #fff;
        padding: 15px 0 5px;
        font-size: 13px;
        text-transform: uppercase;
    }

@media (min-width: 992px) {
    .footer__desktop__subscribe .subscribe-list li {
        font-size: 11px;
    }
}

@media (min-width: 1920px) {
    .footer__desktop__subscribe .subscribe-list li {
        font-size: 13px;
    }
}

.footer__desktop__subscribe .subscribe-list li a {
    color: #f3f6f9;
    transition: color 0.3s ease 0s;
}

    .footer__desktop__subscribe .subscribe-list li a:hover {
        color: rgba(255, 255, 255, 0.6);
    }

.footer__desktop__subscribe .subscribe-list li span {
    margin-bottom: 10px;
    position: relative;
}

    .footer__desktop__subscribe .subscribe-list li span svg {
        position: absolute;
        left: 0;
        top: 0;
        fill: #799ab5;
    }

    .footer__desktop__subscribe .subscribe-list li span.tel {
        display: inline-block;
        padding-left: 30px;
        background-repeat: no-repeat;
        height: 21px;
        margin-right: 25px;
    }

        .footer__desktop__subscribe .subscribe-list li span.tel svg {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
            /*rtl:scale(-1,1)*/
        }

    .footer__desktop__subscribe .subscribe-list li span.enquire {
        display: inline-block;
        padding-left: 30px;
        background-repeat: no-repeat;
        height: 21px;
        margin-right: 25px;
    }

        .footer__desktop__subscribe .subscribe-list li span.enquire svg {
            top: 1px;
        }

    .footer__desktop__subscribe .subscribe-list li span.chat {
        display: inline-block;
        padding-left: 30px;
        background-repeat: no-repeat;
        height: 21px;
    }

        .footer__desktop__subscribe .subscribe-list li span.chat svg {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
            /*rtl:scale(-1,1)*/
        }

.footer__desktop__subscribe .subscribe-list li:nth-child(2) {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .footer__desktop__subscribe .subscribe-list li:nth-child(2) > span {
        font-size: 10px;
        margin-bottom: 7px;
    }

@media (min-width: 1920px) {
    .footer__desktop__subscribe .subscribe-list li:nth-child(2) > span {
        font-size: 13px;
    }
}

.footer__desktop__subscribe .subscribe-list li:nth-child(2) > span svg {
    position: static;
}

.footer__desktop__subscribe .subscribe-list li:nth-child(2) > span:first-child {
    -webkit-flex: 1.1;
    -ms-flex: 1.1;
    flex: 1.1;
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .footer__desktop__subscribe .subscribe-list li:nth-child(2) > span:first-child {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.footer__desktop__subscribe .subscribe-list li:nth-child(2) > span:last-child {
    -webkit-flex: 0.9;
    -ms-flex: 0.9;
    flex: 0.9;
    position: relative;
}

@media (min-width: 1200px) {
    .footer__desktop__subscribe .subscribe-list li:nth-child(2) > span:last-child {
        -webkit-flex: 1.3;
        -ms-flex: 1.3;
        flex: 1.3;
    }
}

.footer__desktop__subscribe .subscribe-list li:nth-child(2) .input-email {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    width: 70%;
    padding-right: 25px;
}

    .footer__desktop__subscribe .subscribe-list li:nth-child(2) .input-email.error {
        border-color: #cc0000;
    }

    .footer__desktop__subscribe .subscribe-list li:nth-child(2) .input-email::-webkit-input-placeholder {
        color: #809fb9;
    }

    .footer__desktop__subscribe .subscribe-list li:nth-child(2) .input-email::-moz-placeholder {
        color: #809fb9;
    }

    .footer__desktop__subscribe .subscribe-list li:nth-child(2) .input-email:-ms-input-placeholder {
        color: #809fb9;
    }

    .footer__desktop__subscribe .subscribe-list li:nth-child(2) .input-email:-moz-placeholder {
        color: #809fb9;
    }

.footer .footer__copyright {
    text-align: center;
    padding: 15px;
}

/*NOS*/
@media (min-width: 992px) {
    .footer .footer__copyright {
        background-color: #00263a;
        /*margin-top: 35px;*/
    }
}

.footer .footer__copyright p {
    font-size: 12px;
    margin: 0;
    color: #f3f6f9;
}

@media (min-width: 992px) {
    .footer .footer__copyright p {
        color: rgba(255, 255, 255, 0.6);
    }
}

@media (min-width: 1920px) {
    .footer .footer__copyright p {
        font-size: 14px;
    }
}

.footer .footer__newsletter_subs {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 63, 114, 0.9);
    z-index: 10000;
    display: none;
}

    .footer .footer__newsletter_subs.show {
        display: block;
    }

    .footer .footer__newsletter_subs .footer__newsletter_subs__content {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        text-transform: uppercase;
    }

    .footer .footer__newsletter_subs h2 {
        margin: 0 0 20px;
        font-size: 20px;
        padding: 0 15px;
    }

@media (min-width: 992px) {
    .footer .footer__newsletter_subs h2 {
        font-size: 26px;
        padding: 0;
        margin: 0 0 25px;
    }
}

@media (min-width: 1920px) {
    .footer .footer__newsletter_subs h2 {
        font-size: 32px;
    }
}

.footer .footer__newsletter_subs h3 {
    margin: 0 0 30px;
    font-size: 14px;
    padding: 0 15px;
}

@media (min-width: 992px) {
    .footer .footer__newsletter_subs h3 {
        font-size: 16px;
        padding: 0;
        margin: 0 0 35px;
    }
}

@media (min-width: 1920px) {
    .footer .footer__newsletter_subs h3 {
        font-size: 22px;
    }
}

.highlights > h1 {
    text-align: center;
}

@media (min-width: 992px) {
    .highlights > h1 {
        text-align: left;
    }
}

.highlights__border {
    width: 50px;
    border-bottom: 1px solid;
    margin-bottom: 10px;
}

.highlights figure img {
    width: 100%;
}

.highlights .highlights__primary {
    padding: 16px 16px 0px 16px;
    margin-bottom: 45px;
    border: 1px solid #c1c1c1;
    border-top: none;
}

    .highlights .highlights__primary .highlights__title {
        font-size: 25px;
        font-weight: 500;
        letter-spacing: normal;
        line-height: 30px;
        margin: 0;
        padding-top: 8px;
        color: #00263A;
    }

    .highlights .highlights__primary .highlights__subtitle {
        font-size: 18px;
        letter-spacing: normal;
        line-height: 20px;
        padding: 0 0 10px 0px;
        margin-top: 10px;
        color: #00263A;
        font-weight: normal;
    }

    .highlights .highlights__primary .highlights__content {
        font-size: 16px;
        font-weight: 300;
    }

@media (min-width: 992px) {
    .highlights .highlights__primary .highlights__content {
        min-height: 120px;
    }
}

.highlights .highlights__primary .highlights__actions {
    text-transform: uppercase;
}

    .highlights .highlights__primary .highlights__actions .l-icon {
        width: 20px;
        height: 20px;
        fill: #00263A;
    }

.highlights .highlights__actions .highlights__button {
    margin: 10px 0 30px 0;
    border: none;
    border-radius: 2px;
    outline: none;
    font-size: 17px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    display: inline-block;
    position: relative;
    min-width: 40px;
    height: 36px;
    color: #00263A;
}

@media (min-width: 992px) {
    .highlights .highlights__actions .highlights__button {
        margin: 0 8px 0 0;
    }
}

.highlights h2.highlights__subtitle.three:after {
    content: "";
    display: block;
    width: 15%;
    height: 1px;
    background: #000;
    margin: 0;
    margin-top: 15px;
}

.highlights .home_higlights_arrow {
    width: 30px;
}

.highlights .highlights__media_headertext {
    color: #00263A;
    margin-top: 100px;
    margin-bottom: 78px;
}

.gallery-container {
    padding: 50px 15px 0;
    background-color: #f9f9f9;
    margin: 50px 0;
}

@media (min-width: 480px) {
    .gallery-container {
        padding: 50px 25px 0;
    }
}

@media (min-width: 992px) {
    .gallery-container {
        margin: 75px 0;
        padding: 75px 0;
    }
}

@media (min-width: 1920px) {
    .gallery-container {
        margin: 100px 0;
        padding: 100px 0;
    }
}

@media (min-width: 992px) {
    .gallery-carousel_mobile {
        display: none;
    }
}

.gallery-carousel_mobile .slick-slide img {
    width: 100%;
}

.gallery-carousel_mobile .slick-arrow {
    width: 35px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.85);
    top: 39.71%;
    background-size: 17px;
    background-position: center center;
    transition: top 0.3s ease 0s;
    margin-top: -17px;
}

    .gallery-carousel_mobile .slick-arrow.slick-next {
        right: 0;
    }

    .gallery-carousel_mobile .slick-arrow.slick-prev {
        left: 0;
        -webkit-transform: translate(-5px, 0) rotate(180deg);
        transform: translate(-5px, 0) rotate(180deg);
        /*rtl:translate(-5px,0) rotate(-180deg)*/
    }

.gallery-carousel_desktop {
    display: none;
}

@media (min-width: 992px) {
    .gallery-carousel_desktop {
        display: block;
        margin: 0 -6px;
    }
}

@media (min-width: 992px) {
    .gallery-carousel_desktop .slick-arrow {
        background-color: transparent;
        width: 17px;
        height: 34px;
        top: 50%;
        margin: 0;
        background-position: 0 0;
    }

        .gallery-carousel_desktop .slick-arrow.slick-next {
            right: -35px;
            margin-top: 0;
        }

        .gallery-carousel_desktop .slick-arrow.slick-prev {
            left: -35px;
        }
}

@media (min-width: 1920px) {
    .gallery-carousel_desktop .slick-arrow.slick-next {
        right: -63px;
    }

    .gallery-carousel_desktop .slick-arrow.slick-prev {
        left: -63px;
    }
}

.community-leasing-impnote {
    background-color: #f9f9f9;
    margin-bottom: 50px;
    padding: 35px 15px;
}

@media (min-width: 480px) {
    .community-leasing-impnote {
        padding: 35px 25px;
    }
}

@media (min-width: 992px) {
    .community-leasing-impnote {
        padding: 15px 0 50px;
        margin-bottom: 0;
    }
}

@media (min-width: 1920px) {
    .community-leasing-impnote {
        padding: 70px 0 100px;
        margin-bottom: 0;
    }
}

.community-leasing-impnote .section-title {
    color: #b5aba3;
    text-align: center;
}

.community-leasing-impnote ul li {
    list-style-position: outside;
    margin-bottom: 20px;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}

    .community-leasing-impnote ul li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 6px;
        width: 6px;
        height: 6px;
        border-radius: 3px;
        background-color: #00263A;
    }

@media (min-width: 1920px) {
    .community-leasing-impnote ul li:before {
        width: 8px;
        height: 8px;
        top: 10px;
        border-radius: 4px;
    }
}

.community-leasing-impnote ul li:last-child {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .community-leasing-impnote ul li {
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .community-leasing-impnote ul li {
        font-size: 16px;
    }
}

@media (min-width: 1920px) {
    .community-leasing-impnote ul li {
        font-size: 22px;
    }
}

.community-leasing-impnote ul li a {
    color: #00263A;
}

.community-leasing-impnote_procurement {
    background-color: transparent;
    margin-bottom: 15px;
}

    .community-leasing-impnote_procurement .section-title {
        text-align: left;
        color: #00263A;
        margin-bottom: 35px;
    }

@media (min-width: 992px) {
    .community-leasing-impnote_procurement .section-title {
        margin-bottom: 45px;
    }
}

@media (min-width: 1920px) {
    .community-leasing-impnote_procurement .section-title {
        margin-bottom: 65px;
    }
}

.community-leasing-impnote .imp-text {
    font-weight: 600;
    color: #00263A;
}

.community-leasing-impnote .important-note__info {
    margin-top: 50px;
}

@media (min-width: 992px) {
    .community-leasing-impnote .important-note__info {
        margin-top: 75px;
    }
}

@media (min-width: 1920px) {
    .community-leasing-impnote .important-note__info {
        margin-top: 100px;
    }
}

.media-gallery__filter {
    padding: 0 15px;
    margin-bottom: 100px;
}

@media (min-width: 480px) {
    .media-gallery__filter {
        padding: 0 25px;
    }
}

@media (min-width: 992px) {
    .media-gallery__filter {
        padding: 0;
        margin-bottom: 0;
    }
}

.media-gallery__filter label {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 15px;
    display: block;
}

@media (min-width: 768px) {
    .media-gallery__filter label {
        text-align: right;
        margin: 0;
        line-height: 50px;
    }
}

@media (min-width: 1200px) {
    .media-gallery__filter label {
        line-height: 56px;
        font-size: 15px;
    }
}

@media (min-width: 1920px) {
    .media-gallery__filter label {
        font-size: 18px;
    }
}

.hsse-content {
    margin-top: -55px;
    margin-bottom: 20px;
    text-align: center;
}

@media (min-width: 992px) {
    .hsse-content {
        margin-bottom: 25px;
        text-align: left;
    }
}

@media (min-width: 1920px) {
    .hsse-content {
        margin-bottom: 50px;
    }
}

.hsse-content h2.hsse-content__block-title {
    font-size: 18px;
    color: #00263A;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0 25px;
    padding: 0 15px;
}

@media (min-width: 480px) {
    .hsse-content h2.hsse-content__block-title {
        padding: 0 25px;
    }
}

@media (min-width: 992px) {
    .hsse-content h2.hsse-content__block-title {
        font-size: 22px;
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .hsse-content h2.hsse-content__block-title {
        font-size: 24px;
    }
}

@media (min-width: 1920px) {
    .hsse-content h2.hsse-content__block-title {
        font-size: 28px;
    }
}

.hsse-content .hsse-content__block-content {
    margin-bottom: 30px;
    padding: 0 15px;
}

@media (min-width: 480px) {
    .hsse-content .hsse-content__block-content {
        padding: 0 25px;
    }
}

@media (min-width: 992px) {
    .hsse-content .hsse-content__block-content {
        margin-bottom: 80px;
        padding: 0;
    }
}

.hsse-content .hsse-content__block-content p {
    margin-bottom: 5px;
}

    .hsse-content .hsse-content__block-content p:last-child {
        margin-bottom: 0;
    }

.hsse-content .single-project {
    margin: 0;
}

@media (min-width: 992px) {
    .hsse-content .single-project {
        margin: 0 0 50px;
    }
}

.hsse-content .single-project .single-project__wrap {
    padding: 0;
}

    .hsse-content .single-project .single-project__wrap .single-project__info {
        padding: 30px 30px 35px;
    }

@media (min-width: 480px) {
    .hsse-content .single-project .single-project__wrap .single-project__info {
        padding: 30px 38px 35px;
    }
}

@media (min-width: 992px) {
    .hsse-content .single-project .single-project__wrap .single-project__info {
        padding-top: 30px;
    }
}

.hsse-content .odd {
    background-color: #f9f9f9;
    padding: 50px 0 0;
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    .hsse-content .odd {
        padding: 80px 0 0;
        margin-bottom: 75px;
    }
}

@media (min-width: 1920px) {
    .hsse-content .odd {
        margin-bottom: 100px;
    }
}

.about-intro {
    margin-top: 20px;
    padding: 0 20px;
    margin-bottom: 20px;
}

    .about-intro .select-dropdown {
        margin-bottom: 30px;
    }

@media (min-width: 992px) {
    .about-intro .select-dropdown {
        display: none;
    }
}

.about-intro .section-title {
    text-align: center;
    margin-bottom: 20px;
}

.about-intro p {
    text-align: center;
}

.nav-tabs.about_tabs {
    display: none;
}

@media (min-width: 992px) {
    .nav-tabs.about_tabs {
        display: inline-block;
        width: auto;
        float: none;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

        .nav-tabs.about_tabs li {
            min-width: auto;
            margin: 0 2vw;
        }
}

.community-intro {
    text-align: center;
    padding: 0 15px;
}

@media (min-width: 480px) {
    .community-intro {
        padding: 0 25px;
    }
}

@media (min-width: 992px) {
    .community-intro {
        padding: 0;
    }
}

.community-intro_spacebtm {
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    .community-intro_spacebtm {
        margin-bottom: 75px;
    }
}

@media (min-width: 1920px) {
    .community-intro_spacebtm {
        margin-bottom: 100px;
    }
}

.community-intro .community-intro__logo {
    padding: 35px 0;
}

    .community-intro .community-intro__logo img {
        max-width: 190px;
    }

@media (min-width: 480px) {
    .community-intro .community-intro__logo img {
        max-width: 165px;
    }
}

@media (min-width: 992px) {
    .community-intro .community-intro__logo img {
        max-width: none;
    }
}

@media (min-width: 1200px) {
    .community-intro .community-intro__logo {
        padding: 35px 0;
    }
}

.community-intro p {
    margin-bottom: 20px;
}

    .community-intro p:last-child {
        margin-bottom: 0px;
    }

.community-intro .section-title_spacetop {
    margin-top: 35px;
}

@media (min-width: 1200px) {
    .community-intro .section-title_spacetop {
        margin-top: 70px;
    }
}

.community-intro .btn {
    margin: 40px 0 0;
    text-transform: uppercase;
}

.community-intro .community-intro__banner {
    margin: 50px -15px 0;
}

@media (min-width: 480px) {
    .community-intro .community-intro__banner {
        margin: 50px -25px 0;
    }
}

@media (min-width: 992px) {
    .community-intro .community-intro__banner {
        margin: 75px 0 0;
    }
}

@media (min-width: 1920px) {
    .community-intro .community-intro__banner {
        margin: 100px 0 0;
    }
}

.community-intro .community-intro__banner img {
    max-width: 100%;
}

.community-intro .community-intro__tabs {
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    .community-intro .community-intro__tabs {
        margin-bottom: 75px;
    }
}

@media (min-width: 1920px) {
    .community-intro .community-intro__tabs {
        margin-bottom: 100px;
    }
}

@media (min-width: 992px) {
    .community-intro .community-intro__tabs .section-title {
        margin-top: 25px;
    }
}

@media (min-width: 1920px) {
    .community-intro .community-intro__tabs .section-title {
        margin-top: 50px;
    }
}

.community-intro .community-intro__content_extra {
    margin-top: 30px;
}

@media (min-width: 992px) {
    .community-intro .community-intro__content_extra {
        margin-top: 60px;
    }
}

.community-intro .community-highlights_single {
    background: none;
    margin: 0;
    padding: 0;
}

    .community-intro .community-highlights_single .single-project {
        margin-top: 35px;
        text-align: left;
    }

@media (min-width: 992px) {
    .community-intro .community-highlights_single .single-project {
        margin-top: 50px;
    }
}

@media (min-width: 1920px) {
    .community-intro .community-highlights_single .single-project {
        margin-top: 75px;
    }
}

.community-intro .community-highlights_single .single-project .single-project__wrap .single-project__info {
    padding: 25px 15px;
}

@media (min-width: 480px) {
    .community-intro .community-highlights_single .single-project .single-project__wrap .single-project__info {
        padding: 25px;
    }
}

@media (min-width: 992px) {
    .community-intro .community-highlights_single .single-project .single-project__wrap .single-project__info {
        padding: 40px 30px 20px;
    }
}

@media (min-width: 1200px) {
    .community-intro .community-highlights_single .single-project .single-project__wrap .single-project__info {
        padding: 50px 40px 20px;
    }
}

@media (min-width: 1920px) {
    .community-intro .community-highlights_single .single-project .single-project__wrap .single-project__info {
        padding: 80px 63px 20px;
    }
}

.community-intro .community-intro__content_extra {
    margin-top: 30px;
}

@media (min-width: 992px) {
    .community-intro .community-intro__content_extra {
        margin-top: 30px;
    }
}

.community-intro .underline {
    border-bottom: 1px solid #777777;
}

.community-intro .gallery-container {
    padding: 0;
    background: none;
    text-align: left;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .community-intro .gallery-container {
        margin: 50px 0 0;
    }
}

@media (min-width: 1920px) {
    .community-intro .gallery-container {
        margin: 75px 0 0;
    }
}

.community-intro .gallery-container .widget-box.even .widget-box__media {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

@media (min-width: 992px) {
    .community-intro .gallery-container .widget-box.odd .widget-box__media {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

.community-intro .gallery-container .widget-box.even .widget-box__content {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

@media (min-width: 992px) {
    .community-intro .gallery-container .widget-box.even .widget-box__content {
        border-left: none;
        border-right: 2px solid #eeeeee;
    }
}

.community-intro .gallery-container .widget-box:last-child {
    margin-bottom: 0;
}

    .community-intro .gallery-container .widget-box:last-child .widget-box__content {
        border-bottom: 1px solid #eeeeee;
    }

@media (min-width: 992px) {
    .community-intro .gallery-container .widget-box:last-child .widget-box__content {
        border-bottom: 2px solid #eeeeee;
    }
}

.community-intro .gallery-container .widget-box.odd .widget-box__content {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border: none;
}

@media (min-width: 992px) {
    .community-intro .gallery-container .widget-box.odd .widget-box__content {
        border-right: none;
        border-left: 2px solid #eeeeee;
    }
}

@media (min-width: 992px) {
    .community-intro .about-mobile-dropdown {
        display: none;
    }
}

.community-intro .about-mobile-dropdown .btn {
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: top;
    width: 100%;
    box-shadow: 0 0 0 3px #f3f3f3;
    border-radius: 3px;
    background-color: #ffffff;
    color: #b5aba3;
    text-align: left;
    padding: 10px 65px 10px 20px;
    text-transform: none;
    font-size: 16px;
    border: none;
}

    .community-intro .about-mobile-dropdown .btn:hover {
        color: #b5aba3;
    }

    .community-intro .about-mobile-dropdown .btn:after {
        content: "";
        position: absolute;
        border-top: 11px solid #b5aba3;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        right: 16px;
        top: 50%;
        z-index: 4;
        margin-top: -5px;
    }

@media (min-width: 992px) {
    .community-intro .about-mobile-dropdown .btn:after {
        right: 20px;
    }
}

.community-intro .about-mobile-dropdown .btn:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    background-color: #ebebeb;
    z-index: 3;
}

@media (min-width: 992px) {
    .community-intro .about-mobile-dropdown .btn:before {
        width: 55px;
    }
}

.community-intro .about-mobile-dropdown .dropdown-menu {
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 0 3px #f3f3f3;
    width: 100%;
    padding: 0;
}

    .community-intro .about-mobile-dropdown .dropdown-menu a {
        padding: 10px 20px 10px 20px;
        height: 48px;
        font-size: 16px;
        border-bottom: 3px solid #f3f3f3;
        line-height: 28px;
        text-transform: none;
        display: block;
        color: #b5aba3;
    }

        .community-intro .about-mobile-dropdown .dropdown-menu a:last-child {
            border: none;
        }

        .community-intro .about-mobile-dropdown .dropdown-menu a:hover {
            background-color: #00263A;
            color: #ffffff;
        }

@media (min-width: 480px) {
    .community-intro .about-mobile-dropdown .dropdown-menu a {
        height: 50px;
        line-height: 30px;
    }
}

@media (min-width: 1200px) {
    .community-intro .about-mobile-dropdown .dropdown-menu a {
        padding: 10px 30px 10px 30px;
        height: 56px;
        line-height: 36px;
    }
}

.intro-content {
    text-align: center;
    padding: 0 15px;
    margin: 50px 0;
}

@media (min-width: 480px) {
    .intro-content {
        padding: 0 25px;
    }
}

@media (min-width: 992px) {
    .intro-content {
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .intro-content {
        margin: 75px 0;
    }
}

@media (min-width: 1920px) {
    .intro-content {
        margin: 75px 0;
    }
}

.listing {
    padding: 0 15px;
}

@media (min-width: 480px) {
    .listing {
        padding: 0 25px;
    }
}

@media (min-width: 1920px) {
    .listing {
        padding: 0;
        background-color: transparent;
    }
}

.listing .listing__item {
    border: 2px solid #f3f3f3;
    background-color: #ffffff;
}

    .listing .listing__item a {
        display: block;
        transition: opacity 0.3s ease 0s;
    }

        .listing .listing__item a:hover {
            opacity: 0.8;
        }

    .listing .listing__item figure {
        margin: -1px -1px 0;
    }

        .listing .listing__item figure img {
            display: block;
            width: 100%;
        }

.listing .listing__item__description {
    padding: 20px;
    min-height: 60px;
}

    .listing .listing__item__description h2 {
        font-size: 14px;
        margin: 0;
        color: #00263A;
        font-weight: 600;
    }

@media (min-width: 480px) {
    .listing .listing__item__description h2 {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .listing .listing__item__description h2 {
        font-size: 17px;
        min-height: 40px;
    }
}

@media (min-width: 1200px) {
    .listing .listing__item__description h2 {
        font-size: 20px;
    }
}

@media (min-width: 1920px) {
    .listing .listing__item__description h2 {
        font-size: 25px;
    }
}

.listing > div .listing__item {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .listing > div .listing__item {
        margin-bottom: 20px;
    }
}

.listing > div:last-child .leasing-listing__item {
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .leasing-listing {
        padding: 0;
    }
}

.leasing-clear div:nth-child(3n+4) {
    clear: both;
}

.features-listing {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .features-listing li {
        margin: 0 0 15px;
        font-size: 14px;
        font-weight: bold;
        padding-right: 3px;
        padding-left: 34px;
        position: relative;
    }

@media (min-width: 1200px) {
    .features-listing li {
        font-size: 16px;
    }
}

.features-listing li svg {
    margin-right: 10px;
    fill: #00263A;
    position: absolute;
    left: 0;
}

.content-listing li {
    margin-bottom: 40px;
}

    .content-listing li h4 {
        color: #00263A;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 600;
        margin: 0 0 20px;
        line-height: 1.3;
    }

@media (min-width: 992px) {
    .content-listing li h4 {
        font-size: 22px;
        margin-bottom: 30px;
    }
}

@media (min-width: 1920px) {
    .content-listing li h4 {
        font-size: 25px;
    }
}

.content-listing li p {
    margin-bottom: 20px;
}

    .content-listing li p:last-child {
        margin-bottom: 0;
    }

.content-listing .inner-list li {
    font-size: 14px;
}

@media (min-width: 1200px) {
    .content-listing .inner-list li {
        font-size: 16px;
    }
}

@media (min-width: 1920px) {
    .content-listing .inner-list li {
        font-size: 22px;
    }
}

.content-listing .inner-list_style1 li {
    margin: 0;
    padding-left: 10px;
    position: relative;
}

    .content-listing .inner-list_style1 li:before {
        content: "";
        width: 4px;
        height: 4px;
        background-color: #b5aba3;
        border-radius: 2px;
        position: absolute;
        left: 0;
        top: 8px;
    }

@media (min-width: 1200px) {
    .content-listing .inner-list_style1 li:before {
        top: 10px;
    }
}

@media (min-width: 1920px) {
    .content-listing .inner-list_style1 li:before {
        top: 15px;
    }
}

.search-listing__wrapper {
    display: block;
}

@media (min-width: 992px) {
    .search-listing__wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.search-listing__page {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 20px;
}

@media (min-width: 992px) {
    .search-listing__page {
        margin-top: 0px;
    }
}

.search-listing__header {
    display: block;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .search-listing__header {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.search-listing__caps {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    margin: 0px;
}

    .search-listing__caps a {
        color: #00263A;
        border-bottom: 2px solid #00263A;
    }

@media (min-width: 992px) {
    .search-listing__caps {
        font-size: 22px;
    }
}

@media (min-width: 1200px) {
    .search-listing__caps {
        font-size: 24px;
    }
}

@media (min-width: 1920px) {
    .search-listing__caps {
        font-size: 26px;
    }
}

.search-listing__tag {
    margin-top: 20px;
}

@media (min-width: 480px) {
    .search-listing__tag {
        margin-top: 0px;
    }
}

.search-listing__tag span {
    font-weight: bold;
    border: 1px solid;
    padding: 2px 10px;
}

@media (min-width: 480px) {
    .search-listing__tag span {
        padding: 2px 30px;
    }
}

.search-listing__content {
    max-height: auto;
    overflow: hidden;
}

@media (min-width: 992px) {
    .search-listing__content {
        max-height: calc(22px * 3);
    }
}

.search-listing__left img {
    max-width: 100%;
}

.search-listing__right {
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    text-align: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0px;
}

@media (min-width: 992px) {
    .search-listing__right {
        padding-left: 30px;
    }
}

.search-listing__link {
    margin-top: 20px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.highlights-listing {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 15px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 480px) {
    .highlights-listing {
        padding: 0 20px;
    }
}

@media (min-width: 992px) {
    .highlights-listing {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 0;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.highlights-listing .highlights-listing__listitem {
    width: 100%;
    padding: 0 13px;
    margin-bottom: 25px;
}

@media (min-width: 992px) {
    .highlights-listing .highlights-listing__listitem {
        width: 33.3333333333%;
    }
}

.highlights-listing .highlights-listing__listitem_inner {
    height: 100%;
    border: 1px solid #cfcfcf;
    background-color: #ffffff;
    position: relative;
}

    .highlights-listing .highlights-listing__listitem_inner > a {
        display: block;
    }

        .highlights-listing .highlights-listing__listitem_inner > a h2:hover {
            color: #507b9e;
        }

    .highlights-listing .highlights-listing__listitem_inner figure {
        border-bottom: 1px solid #cfcfcf;
    }

        .highlights-listing .highlights-listing__listitem_inner figure img {
            width: 100%;
        }

    .highlights-listing .highlights-listing__listitem_inner > a > div,
    .highlights-listing .highlights-listing__listitem_inner > div {
        padding: 15px 15px 5px;
    }

@media (min-width: 1920px) {
    .highlights-listing .highlights-listing__listitem_inner > a > div,
    .highlights-listing .highlights-listing__listitem_inner > div {
        padding: 25px 25px 15px;
    }
}

.highlights-listing .highlights-listing__listitem_inner > a > div > div,
.highlights-listing .highlights-listing__listitem_inner > div > div {
    position: relative;
    overflow: hidden;
    padding-bottom: 15px;
}

    .highlights-listing .highlights-listing__listitem_inner > a > div > div:after,
    .highlights-listing .highlights-listing__listitem_inner > div > div:after {
        content: "";
        width: 65px;
        height: 1px;
        background-color: #d0d1d4;
        position: absolute;
        left: 0;
        bottom: 12px;
    }

.highlights-listing .highlights-listing__listitem_inner h2 {
    font-size: 16px;
    color: #00263A;
    line-height: 1.4;
    margin: 0;
    padding-bottom: 5px;
    position: relative;
    font-weight: 600;
}

    .highlights-listing .highlights-listing__listitem_inner h2 a {
        color: #00263A;
    }

        .highlights-listing .highlights-listing__listitem_inner h2 a:hover {
            color: #23527c;
        }

@media (min-width: 992px) {
    .highlights-listing .highlights-listing__listitem_inner h2 {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .highlights-listing .highlights-listing__listitem_inner h2 {
        font-size: 16px;
    }
}

@media (min-width: 1920px) {
    .highlights-listing .highlights-listing__listitem_inner h2 {
        font-size: 27px;
    }
}

.highlights-listing .highlights-listing__listitem_inner h3 {
    font-size: 13px;
    color: #00263A;
    margin: 0 0 15px;
}

@media (min-width: 992px) {
    .highlights-listing .highlights-listing__listitem_inner h3 {
        font-size: 11px;
    }
}

@media (min-width: 1200px) {
    .highlights-listing .highlights-listing__listitem_inner h3 {
        font-size: 13px;
    }
}

@media (min-width: 1920px) {
    .highlights-listing .highlights-listing__listitem_inner h3 {
        font-size: 18px;
    }
}

.highlights-listing .highlights-listing__listitem_inner .highlights-listing__para {
    padding: 0;
}

    .highlights-listing .highlights-listing__listitem_inner .highlights-listing__para:after {
        display: none;
    }

.highlights-listing .highlights-listing__listitem_inner p {
    font-size: 13px;
    color: #616773;
    margin-bottom: 10px;
}

@media (min-width: 1200px) {
    .highlights-listing .highlights-listing__listitem_inner p {
        font-size: 14px;
    }
}

@media (min-width: 1920px) {
    .highlights-listing .highlights-listing__listitem_inner p {
        font-size: 18px;
    }
}

.highlights-listing .highlights-listing__listitem_inner .read-more {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

@media (min-width: 1920px) {
    .highlights-listing .highlights-listing__listitem_inner .read-more {
        left: 25px;
    }
}

.highlights-listing .highlights-listing__listitem_inner .highlight__date {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #b5aba3;
}

    .highlights-listing .highlights-listing__listitem_inner .highlight__date a {
        color: #b5aba3;
    }

.communities-listing li {
    width: 100%;
    margin: 0 0 25px;
    float: left;
    padding: 0 13px;
}

@media (min-width: 480px) {
    .communities-listing li {
        width: 50%;
        padding: 0 10px;
    }
}

@media (min-width: 992px) {
    .communities-listing li {
        width: 33.333%;
        padding: 0 13px;
    }
}

@media (min-width: 1920px) {
    .communities-listing li {
        margin: 25px 0;
    }
}

.communities-listing li img {
    width: 100%;
}

.communities-listing figure {
    position: relative;
}

    .communities-listing figure:after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(240, 240, 240, 0.6);
        z-index: 1;
    }

@media (min-width: 1200px) {
    .communities-listing figure:after {
        opacity: 0;
        transition: opacity 0.5s ease 0s;
    }
}

.communities-listing figure figcaption {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    padding: 0 10px;
    width: 100%;
    left: 0;
    z-index: 2;
    line-height: 1;
    text-transform: capitalize;
}

.communities-listing figure h2 {
    font-size: 22px;
    color: #00263A;
    margin: 0 0 5px;
    font-weight: 700;
    line-height: 1;
}

@media (min-width: 992px) {
    .communities-listing figure h2 {
        font-weight: 600;
    }
}

@media (min-width: 1200px) {
    .communities-listing figure h2 {
        font-size: 26px;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0;
        transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
        transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
        transition: transform 0.5s ease 0s, opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
        margin: 0 0 10px;
    }
}

@media (min-width: 1920px) {
    .communities-listing figure h2 {
        font-size: 32px;
    }
}

.communities-listing figure h3 {
    font-size: 18px;
    color: #000000;
    margin: 0;
    line-height: 1;
}

@media (min-width: 1200px) {
    .communities-listing figure h3 {
        font-size: 22px;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0;
        transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
        transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
        transition: transform 0.5s ease 0s, opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
    }
}

@media (min-width: 1920px) {
    .communities-listing figure h3 {
        font-size: 26px;
    }
}

@media (min-width: 1200px) {
    .communities-listing figure:hover h2, .communities-listing figure:hover h3 {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .communities-listing figure:hover:after {
        opacity: 1;
    }
}

.latest-news__filter {
    padding: 0 15px;
    margin-bottom: 35px;
}

@media (min-width: 480px) {
    .latest-news__filter {
        padding: 0 25px;
    }
}

@media (min-width: 992px) {
    .latest-news__filter {
        padding: 0;
        margin-bottom: 40px;
    }
}

@media (min-width: 1200px) {
    .latest-news__filter {
        margin-bottom: 60px;
    }
}

@media (min-width: 1920px) {
    .latest-news__filter {
        margin-bottom: 70px;
    }
}

.latest-news__filter .latest-news__search_input {
    position: relative;
    margin-top: 30px;
}

@media (min-width: 768px) {
    .latest-news__filter .latest-news__search_input {
        margin-top: 0;
    }
}

.latest-news__filter .latest-news__search_input .btn {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 74px;
    min-width: 1px;
    bottom: 1px;
    border-radius: 0 3px 3px 0;
}

    .latest-news__filter .latest-news__search_input .btn svg {
        width: 25px;
        height: 25px;
    }

    .latest-news__filter .latest-news__search_input .btn:hover svg {
        fill: #00263A;
    }

.latest-news__filter input[type="text"] {
    height: 48px;
    width: 100%;
    font-size: 16px;
    border: 1px solid #cecece;
    border-radius: 3px;
    padding: 10px 84px 10px 10px;
    background-color: #fbfbfb;
}

@media (min-width: 480px) {
    .latest-news__filter input[type="text"] {
        height: 50px;
    }
}

@media (min-width: 1200px) {
    .latest-news__filter input[type="text"] {
        height: 56px;
        font-size: 16px;
        padding: 10px 104px 10px 30px;
    }
}

.latest-news__filter input[type="text"]::-webkit-input-placeholder {
    color: #888;
    font-weight: normal;
}

.latest-news__filter input[type="text"]::-moz-placeholder {
    color: #888;
    font-weight: normal;
}

.latest-news__filter input[type="text"]:-ms-input-placeholder {
    color: #888;
    font-weight: normal;
}

.latest-news__filter input[type="text"]:-moz-placeholder {
    color: #888;
    font-weight: 700;
}

.pagination {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*width: 90vw;*/
    float: none;
    margin: 0px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}

@media (min-width: 992px) {
    .pagination {
        /*width: 350px;*/
        float: right;
    }
}

.pagination a {
    /* font-size: 18px;*/
    color: #b5aba3;
    font-weight: 500;
    margin: 0px 5px;
}

.pagination__left, .pagination__right {
    line-height: normal;
    /*rtl:1*/
}

.pagination__left {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    /*rtl:rotate(180deg)*/
}

.pagination__right {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    /*rtl:rotate(-180deg)*/
}

.pagination__page {
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
}

@media (min-width: 325px) {
    .pagination__page {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.pagination .active span {
    color: #00263A;
    background: transparent;
    border-bottom: 2px solid #00263A;
}

.privacy-policy {
    margin-top: -40px;
    padding: 0 15px;
    margin-bottom: 10px;
}

@media (min-width: 480px) {
    .privacy-policy {
        padding: 0 25px;
    }
}

@media (min-width: 992px) {
    .privacy-policy {
        padding: 0;
        margin-bottom: 35px;
        margin-top: -30px;
    }
}

@media (min-width: 1920px) {
    .privacy-policy {
        margin-bottom: 60px;
    }
}

.privacy-policy__sections .section-title {
    text-align: center;
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .privacy-policy__sections .section-title {
        margin-bottom: 65px;
    }
}

@media (min-width: 1920px) {
    .privacy-policy__sections .section-title {
        margin-bottom: 90px;
    }
}

.nkmalls-slider-container {
    padding: 50px 0;
}

@media (min-width: 992px) {
    .nkmalls-slider-container {
        padding: 75px 0;
    }
}

@media (min-width: 1920px) {
    .nkmalls-slider-container {
        padding: 100px 0;
    }
}

.nkmalls-slider-container .nkmalls-slider-container__intro_content {
    padding: 0 15px;
}

@media (min-width: 480px) {
    .nkmalls-slider-container .nkmalls-slider-container__intro_content {
        padding: 0 25px;
    }
}

@media (min-width: 992px) {
    .nkmalls-slider-container .nkmalls-slider-container__intro_content {
        padding: 0;
    }
}

.nkmalls-slider-container .nkmalls-slider-container__logocarousel {
    clear: both;
    padding: 0 13px 85px;
}

    .nkmalls-slider-container .nkmalls-slider-container__logocarousel .slick-dots {
        position: absolute;
        left: 0;
        width: 100%;
        bottom: -35px;
    }

@media (min-width: 1200px) {
    .nkmalls-slider-container .nkmalls-slider-container__logocarousel .slick-dots {
        bottom: -45px;
    }
}

@media (min-width: 1920px) {
    .nkmalls-slider-container .nkmalls-slider-container__logocarousel .slick-dots {
        bottom: -60px;
    }
}

.nkmalls-slider-container .nkmalls-slider-container__logocarousel .slick-slide {
    padding: 0 13px;
    text-align: center;
    min-height: 80px;
    position: relative;
}

@media (min-width: 1920px) {
    .nkmalls-slider-container .nkmalls-slider-container__logocarousel .slick-slide {
        min-height: 100px;
    }
}

.nkmalls-slider-container .nkmalls-slider-container__logocarousel .slick-slide img {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 60%;
    max-width: 80%;
}

@media (min-width: 992px) {
    .nkmalls-slider-container .nkmalls-slider-container__logocarousel .slick-slide img {
        max-width: none;
        max-height: 80%;
    }
}

@media (min-width: 1920px) {
    .nkmalls-slider-container .nkmalls-slider-container__logocarousel .slick-slide img {
        max-height: 90%;
    }
}

@media (min-width: 480px) {
    .nkmalls-slider-container .nkmalls-slider-container__logocarousel {
        padding: 0 38px 85px;
    }
}

@media (min-width: 992px) {
    .nkmalls-slider-container .nkmalls-slider-container__logocarousel {
        padding: 20px 0 100px;
    }
}

@media (min-width: 1200px) {
    .nkmalls-slider-container .nkmalls-slider-container__logocarousel {
        padding: 25px 0 125px;
    }
}

@media (min-width: 1920px) {
    .nkmalls-slider-container .nkmalls-slider-container__logocarousel {
        padding: 30px 0 160px;
    }
}

.nkmalls-slider-container .single-project .single-project__wrap {
    padding-top: 0;
}

.nkmalls-slider-container .nkmalls-slider-container__contentcarousel .single-project {
    margin: 0;
}

.nkmalls-slider-container .nkmalls-slider-container__contentcarousel .slick-slide {
    position: relative;
}

    .nkmalls-slider-container .nkmalls-slider-container__contentcarousel .slick-slide.slick-active {
        z-index: 10;
    }

.nkmalls-slider-container .nkmalls-slider-container__contentcarousel .slick-arrow {
    width: 35px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.55);
    top: 39.71%;
    background-size: 17px;
    background-position: center center;
    transition: top 0.3s ease 0s;
    margin-top: -17px;
}

    .nkmalls-slider-container .nkmalls-slider-container__contentcarousel .slick-arrow.slick-next {
        right: 0;
    }

    .nkmalls-slider-container .nkmalls-slider-container__contentcarousel .slick-arrow.slick-prev {
        left: 0;
        -webkit-transform: translate(-5px, 0) rotate(180deg);
        transform: translate(-5px, 0) rotate(180deg);
    }

@media (min-width: 992px) {
    .nkmalls-slider-container .nkmalls-slider-container__contentcarousel .slick-arrow {
        background-color: transparent;
        width: 17px;
        height: 34px;
        top: 50%;
        margin: 0;
        background-position: 0 0;
    }

        .nkmalls-slider-container .nkmalls-slider-container__contentcarousel .slick-arrow.slick-next {
            right: -35px;
            margin-top: 0;
        }

        .nkmalls-slider-container .nkmalls-slider-container__contentcarousel .slick-arrow.slick-prev {
            left: -35px;
        }
}

@media (min-width: 1920px) {
    .nkmalls-slider-container .nkmalls-slider-container__contentcarousel .slick-arrow.slick-next {
        right: -63px;
    }

    .nkmalls-slider-container .nkmalls-slider-container__contentcarousel .slick-arrow.slick-prev {
        left: -63px;
    }
}

@media (min-width: 480px) {
    .nkmalls-slider-container.nkmalls-slider-container_current .single-project .single-project__info {
        padding-right: 20vw;
    }
}

@media (min-width: 992px) {
    .nkmalls-slider-container.nkmalls-slider-container_current .single-project .single-project__info {
        position: relative;
        padding-bottom: 75px;
        padding-right: 30px;
    }

        .nkmalls-slider-container.nkmalls-slider-container_current .single-project .single-project__info .btn {
            position: absolute;
            left: 30px;
            bottom: 30px;
        }
}

@media (min-width: 1200px) {
    .nkmalls-slider-container.nkmalls-slider-container_current .single-project .single-project__info {
        padding-bottom: 90px;
        padding-right: 40px;
    }

        .nkmalls-slider-container.nkmalls-slider-container_current .single-project .single-project__info .btn {
            left: 40px;
        }
}

@media (min-width: 1920px) {
    .nkmalls-slider-container.nkmalls-slider-container_current .single-project .single-project__info {
        padding: 80px 80px 120px 50px;
    }

        .nkmalls-slider-container.nkmalls-slider-container_current .single-project .single-project__info .btn {
            left: 50px;
            bottom: 55px;
        }
}

.nkmalls-slider-container.nkmalls-slider-container_upcoming {
    padding: 0;
}

@media (min-width: 992px) {
    .nkmalls-slider-container.nkmalls-slider-container_upcoming {
        padding: 75px 0;
        background-color: #f9f9f9;
    }
}

@media (min-width: 1920px) {
    .nkmalls-slider-container.nkmalls-slider-container_upcoming {
        padding: 100px 0;
    }
}

.nkmalls-slider-container.nkmalls-slider-container_upcoming .nkmalls-slider-container__logocarousel {
    padding-top: 30px;
}

@media (min-width: 1920px) {
    .nkmalls-slider-container.nkmalls-slider-container_upcoming .nkmalls-slider-container__logocarousel {
        padding-top: 65px;
    }
}

.nkmalls-slider-container.nkmalls-slider-container_upcoming .nkmalls-slider-container__contentcarousel {
    padding: 50px 0;
    background-color: #f9f9f9;
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    .nkmalls-slider-container.nkmalls-slider-container_upcoming .nkmalls-slider-container__contentcarousel {
        padding: 0;
        margin-bottom: 0;
        background-color: transparent;
    }
}

.nkmalls-slider-container.nkmalls-slider-container_upcoming .single-project .single-project__info {
    background-color: #ffffff;
}

@media (min-width: 1920px) {
    .nkmalls-slider-container.nkmalls-slider-container_upcoming .single-project .single-project__info {
        padding: 80px 80px 120px 50px;
    }
}

.nakheel-developments {
    padding: 50px 0;
}

@media (min-width: 992px) {
    .nakheel-developments {
        padding: 75px 0;
    }
}

@media (min-width: 1920px) {
    .nakheel-developments {
        padding: 100px 0;
    }
}

.nakheel-developments_notoppadding {
    padding-top: 0;
}

.nakheel-developments_nobtmpadding {
    padding-bottom: 0;
}

.nakheel-developments .nakheel-developments__intro_content {
    padding: 0 15px;
}

@media (min-width: 480px) {
    .nakheel-developments .nakheel-developments__intro_content {
        padding: 0 25px;
    }
}

@media (min-width: 992px) {
    .nakheel-developments .nakheel-developments__intro_content {
        padding: 0;
    }
}

.nakheel-developments .nakheel-developments__logocarousel {
    clear: both;
    padding: 0 13px 50px;
}

    .nakheel-developments .nakheel-developments__logocarousel .slick-dots {
        margin-top: 25px;
    }

@media (min-width: 1200px) {
    .nakheel-developments .nakheel-developments__logocarousel .slick-dots {
        margin-top: 45px;
    }
}

@media (min-width: 1920px) {
    .nakheel-developments .nakheel-developments__logocarousel .slick-dots {
        margin-top: 60px;
    }
}

.nakheel-developments .nakheel-developments__logocarousel .slick-slide {
    padding: 0 13px;
    text-align: center;
    min-height: 80px;
    position: relative;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

    .nakheel-developments .nakheel-developments__logocarousel .slick-slide.slick-current {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }

@media (min-width: 1920px) {
    .nakheel-developments .nakheel-developments__logocarousel .slick-slide {
        min-height: 100px;
    }
}

.nakheel-developments .nakheel-developments__logocarousel .slick-slide img {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 95%;
    max-width: 90%;
    cursor: pointer;
}

@media (min-width: 480px) {
    .nakheel-developments .nakheel-developments__logocarousel .slick-slide img {
        max-width: 80%;
    }
}

@media (min-width: 1920px) {
    .nakheel-developments .nakheel-developments__logocarousel .slick-slide img {
        max-width: 90%;
        max-height: 90%;
    }
}

.nakheel-developments .nakheel-developments__logocarousel_notoppadding {
    padding-top: 0;
}

.nakheel-developments .nakheel-developments__logocarousel_nobtmpadding {
    padding-bottom: 0;
}

.nakheel-developments .nakheel-developments__logocarousel.nakheel-developments__logocarousel_morespace {
    padding-top: 30px;
}

@media (min-width: 1920px) {
    .nakheel-developments .nakheel-developments__logocarousel.nakheel-developments__logocarousel_morespace {
        padding-top: 65px;
    }
}

@media (min-width: 480px) {
    .nakheel-developments .nakheel-developments__logocarousel {
        padding: 0 38px 50px;
    }
}

@media (min-width: 992px) {
    .nakheel-developments .nakheel-developments__logocarousel {
        padding: 20px 0 75px;
    }
}

@media (min-width: 1920px) {
    .nakheel-developments .nakheel-developments__logocarousel {
        padding: 30px 0 100px;
    }
}

.nakheel-developments .single-project .single-project__wrap {
    padding-top: 0;
}

.nakheel-developments .nakheel-developments__contentcarousel .single-project {
    margin: 0;
}

.nakheel-developments .nakheel-developments__contentcarousel .slick-slide {
    position: relative;
}

    .nakheel-developments .nakheel-developments__contentcarousel .slick-slide.slick-active {
        z-index: 10;
    }

.nakheel-developments .nakheel-developments__contentcarousel .slick-arrow {
    width: 35px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.85);
    top: 39.71%;
    background-size: 17px;
    background-position: center center;
    transition: top 0.3s ease 0s;
    margin-top: -17px;
}

    .nakheel-developments .nakheel-developments__contentcarousel .slick-arrow.slick-next {
        right: 0;
    }

    .nakheel-developments .nakheel-developments__contentcarousel .slick-arrow.slick-prev {
        left: 0;
        -webkit-transform: translate(-5px, 0) rotate(180deg);
        transform: translate(-5px, 0) rotate(180deg);
        /*rtl:translate(-5px,0) rotate(-180deg)*/
    }

@media (min-width: 992px) {
    .nakheel-developments .nakheel-developments__contentcarousel .slick-arrow {
        background-color: transparent;
        width: 17px;
        height: 34px;
        top: 50%;
        margin: 0;
        background-position: 0 0;
    }

        .nakheel-developments .nakheel-developments__contentcarousel .slick-arrow.slick-next {
            right: -35px;
            margin-top: 0;
        }

        .nakheel-developments .nakheel-developments__contentcarousel .slick-arrow.slick-prev {
            left: -35px;
        }
}

@media (min-width: 1920px) {
    .nakheel-developments .nakheel-developments__contentcarousel .slick-arrow.slick-next {
        right: -63px;
    }

    .nakheel-developments .nakheel-developments__contentcarousel .slick-arrow.slick-prev {
        left: -63px;
    }
}

.nakheel-developments .load-more {
    margin-top: 25px;
}

@media (min-width: 1920px) {
    .nakheel-developments .load-more {
        margin-top: 50px;
    }
}

.nakheel-developments.nakheel-developments_current .nakheel-developments__contentcarousel .content-carousel {
    background-color: #f7f7f7;
}

@media (min-width: 992px) {
    .nakheel-developments.nakheel-developments_current .nakheel-developments__contentcarousel .content-carousel {
        background-color: transparent;
    }
}

@media (min-width: 480px) {
    .nakheel-developments.nakheel-developments_current .single-project .single-project__info.single-project__info_fullhgt {
        padding-right: 20vw;
    }
}

@media (min-width: 992px) {
    .nakheel-developments.nakheel-developments_current .single-project .single-project__info.single-project__info_fullhgt {
        position: relative;
        padding-bottom: 75px;
        padding-right: 30px;
    }

        .nakheel-developments.nakheel-developments_current .single-project .single-project__info.single-project__info_fullhgt .btn {
            position: absolute;
            left: 30px;
            bottom: 30px;
        }
}

@media (min-width: 1200px) {
    .nakheel-developments.nakheel-developments_current .single-project .single-project__info.single-project__info_fullhgt {
        padding-bottom: 90px;
        padding-right: 40px;
    }

        .nakheel-developments.nakheel-developments_current .single-project .single-project__info.single-project__info_fullhgt .btn {
            left: 40px;
        }
}

@media (min-width: 1920px) {
    .nakheel-developments.nakheel-developments_current .single-project .single-project__info.single-project__info_fullhgt {
        padding: 80px 80px 120px 50px;
    }

        .nakheel-developments.nakheel-developments_current .single-project .single-project__info.single-project__info_fullhgt .btn {
            left: 50px;
            bottom: 55px;
        }
}

.nakheel-developments.nakheel-developments_upcoming {
    padding: 0;
}

@media (min-width: 992px) {
    .nakheel-developments.nakheel-developments_upcoming, .nakheel-developments.nakheel-developments_upcoming.nakheel-developments_style1 {
        padding: 75px 0 55px;
        background-color: #f9f9f9;
    }
}

@media (min-width: 1920px) {
    .nakheel-developments.nakheel-developments_upcoming, .nakheel-developments.nakheel-developments_upcoming.nakheel-developments_style1 {
        padding: 100px 0 80px;
    }
}

.nakheel-developments.nakheel-developments_upcoming .nakheel-developments__contentcarousel {
    padding: 0 0 50px;
    background-color: #f9f9f9;
    margin-bottom: 50px;
}

    .nakheel-developments.nakheel-developments_upcoming .nakheel-developments__contentcarousel .content-carousel {
        background-color: #ffffff;
    }

@media (min-width: 992px) {
    .nakheel-developments.nakheel-developments_upcoming .nakheel-developments__contentcarousel {
        padding: 0;
        margin-bottom: 0;
        background-color: transparent;
    }

        .nakheel-developments.nakheel-developments_upcoming .nakheel-developments__contentcarousel .content-carousel {
            background-color: transparent;
        }
}

.nakheel-developments.nakheel-developments_upcoming .single-project .single-project__info {
    background-color: #ffffff;
}

.nakheel-developments.nakheel-developments_style1 {
    padding: 50px 0;
    margin-bottom: 50px;
    background-color: #f7f7f7;
}

@media (min-width: 992px) {
    .nakheel-developments.nakheel-developments_style1 {
        margin: 0;
    }
}

.nakheel-developments.nakheel-developments_leasing {
    padding: 50px 0;
    background-color: #f9f9f9;
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    .nakheel-developments.nakheel-developments_leasing {
        padding: 75px 0;
        margin-bottom: 0;
    }
}

@media (min-width: 1920px) {
    .nakheel-developments.nakheel-developments_leasing {
        padding: 100px 0;
    }
}

.nakheel-developments.nakheel-developments_colorlogo .nakheel-developments__logocarousel .slick-slide {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.community-rental-details {
    background-color: #f9f9f9;
    margin-bottom: 50px;
    padding: 35px 15px;
}

@media (min-width: 480px) {
    .community-rental-details {
        padding: 35px 25px;
    }
}

@media (min-width: 992px) {
    .community-rental-details {
        padding: 50px 0;
        margin-bottom: 75px;
    }
}

@media (min-width: 1920px) {
    .community-rental-details {
        padding: 70px 0;
        margin-bottom: 100px;
    }
}

.community-rental-details .section-title {
    color: #b5aba3;
    text-align: center;
}

.community-rental-details_leaseinfo ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .community-rental-details_leaseinfo ul li {
        width: 100%;
        font-size: 14px;
        padding-bottom: 30px;
        position: relative;
        padding-left: 25px;
    }

        .community-rental-details_leaseinfo ul li:before {
            content: "";
            position: absolute;
            left: 0;
            top: 6px;
            /*rtl:9px*/
            width: 6px;
            height: 6px;
            border-radius: 3px;
            background-color: #00263A;
        }

@media (min-width: 1920px) {
    .community-rental-details_leaseinfo ul li:before {
        width: 8px;
        height: 8px;
        top: 10px;
        border-radius: 4px;
    }
}

@media (min-width: 992px) {
    .community-rental-details_leaseinfo ul li {
        width: 50%;
    }

        .community-rental-details_leaseinfo ul li:nth-child(odd) {
            padding-right: 12vw;
        }
}

@media (min-width: 1200px) {
    .community-rental-details_leaseinfo ul li {
        font-size: 16px;
    }
}

@media (min-width: 1920px) {
    .community-rental-details_leaseinfo ul li {
        font-size: 22px;
    }
}

.community-rental-details_leaseinfo ul li:last-child {
    width: 100%;
}

@media (min-width: 992px) {
    .community-rental-details_leaseinfo ul li:last-child {
        padding-right: 6vw;
    }
}

.community-rental-details_feetable {
    text-align: center;
    margin-bottom: 35px;
}

@media (min-width: 992px) {
    .community-rental-details_feetable .accordion-table-container > table {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .community-rental-details_feetable {
        margin-top: 25px;
        margin-bottom: 50px;
    }

        .community-rental-details_feetable .table .inner_table tbody tr {
            border-bottom: none;
        }

            .community-rental-details_feetable .table .inner_table tbody tr > th:first-child {
                border-left: none;
            }

            .community-rental-details_feetable .table .inner_table tbody tr > td {
                width: auto;
                border-left: none;
                font-weight: 600;
                padding-left: 0;
                border: 1px solid #cbcbcb;
                border-top: none;
                border-bottom: none;
                border-left: none;
            }
}

@media (min-width: 992px) and (min-width: 992px) {
    .community-rental-details_feetable .table .inner_table tbody tr > td {
        height: 15px;
    }
}

@media (min-width: 992px) {
    .community-rental-details_feetable .table .inner_table tbody tr > td:last-child {
        border-right: none;
    }

    .community-rental-details_feetable .table .inner_table .inner_table tbody tr > td {
        border: none;
    }

        .community-rental-details_feetable .table .inner_table .inner_table tbody tr > td:first-child {
            padding-left: 15px;
        }
}

@media (min-width: 1920px) {
    .community-rental-details_feetable {
        margin-top: 35px;
        margin-bottom: 70px;
    }
}

.community-rental-details_feetable h2 {
    display: inline-block;
    font-size: 14px;
    color: #00263A;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    padding: 10px;
    /*background-color: #ffffff;
  border: 1px solid #cbcbcb;*/
}

@media (min-width: 480px) {
    .community-rental-details_feetable h2 {
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    .community-rental-details_feetable h2 {
        font-size: 17px;
    }
}

@media (min-width: 1200px) {
    .community-rental-details_feetable h2 {
        font-size: 20px;
    }
}

@media (min-width: 1920px) {
    .community-rental-details_feetable h2 {
        font-size: 25px;
    }
}

.community-rental-details_chargestable__legend {
    font-size: 16px;
    color: #00263A;
    font-weight: 600;
}

    .community-rental-details_chargestable__legend > div {
        margin-bottom: 5px;
    }

        .community-rental-details_chargestable__legend > div span {
            padding-right: 5px;
        }

@media (min-width: 768px) {
    .community-rental-details_chargestable__legend {
        display: none;
    }
}

.community-required-documents {
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    .community-required-documents {
        margin-bottom: 75px;
    }
}

@media (min-width: 1920px) {
    .community-required-documents {
        margin-bottom: 100px;
    }
}

.community-required-documents .section-title {
    color: #b5aba3;
    text-align: center;
}

@media (min-width: 992px) {
    .community-required-documents .accordion-container .accordion .panel:before {
        top: 5px;
    }
}

.search-filter {
    background-color: #f7f7f7;
    padding: 25px 15px;
}

@media (min-width: 480px) {
    .search-filter {
        padding: 30px 25px;
    }
}

@media (min-width: 992px) {
    .search-filter {
        padding: 20px 0;
    }
}

.search-filter__content .select-dropdown, .search-filter__content .btn {
    margin: 10px 0;
}

@media (min-width: 1920px) {
    .search-filter__content .select-dropdown, .search-filter__content .btn {
        margin: 20px 0;
    }
}

.search-filter__content .btn {
    height: 54px;
    border-radius: 3px;
    text-transform: capitalize;
}

@media (min-width: 480px) {
    .search-filter__content .btn {
        height: 56px;
    }
}

@media (min-width: 1920px) {
    .search-filter__content .btn {
        height: 62px;
    }
}

.sitemap {
    padding-top: 50px;
    background-color: #f0f0f0;
}

@media (min-width: 992px) {
    .sitemap {
        padding-top: 75px;
    }
}

@media (min-width: 1920px) {
    .sitemap {
        padding-top: 100px;
    }
}

.sitemap h1 {
    margin-bottom: 50px;
    text-align: center;
}

@media (min-width: 992px) {
    .sitemap h1 {
        margin-bottom: 75px;
    }
}

@media (min-width: 1920px) {
    .sitemap h1 {
        margin-bottom: 100px;
    }
}

.sitemap .sitemap__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
}

@media (min-width: 480px) {
    .sitemap .sitemap__content {
        padding: 0 25px;
    }
}

@media (min-width: 992px) {
    .sitemap .sitemap__content {
        padding: 0;
    }
}

.sitemap .sitemap__content .sitemap__content__cols {
    margin-bottom: 50px;
    width: 100%;
    position: relative;
    padding-right: 10px;
}

@media (min-width: 992px) {
    .sitemap .sitemap__content .sitemap__content__cols {
        width: 20%;
    }
}

.sitemap .sitemap__content .sitemap__content__cols h2 {
    font-size: 14px;
    margin: 0 0 15px;
    text-transform: uppercase;
    color: #00263A;
    font-weight: 600;
}

    .sitemap .sitemap__content .sitemap__content__cols h2 a {
        color: #00263A;
    }

@media (min-width: 1200px) {
    .sitemap .sitemap__content .sitemap__content__cols h2 {
        font-size: 16px;
    }
}

@media (min-width: 1920px) {
    .sitemap .sitemap__content .sitemap__content__cols h2 {
        font-size: 20px;
    }
}

.sitemap .sitemap__content .sitemap__content__cols ul li {
    font-size: 14px;
    margin: 0 0 15px;
}

@media (min-width: 1200px) {
    .sitemap .sitemap__content .sitemap__content__cols ul li {
        font-size: 16px;
    }
}

@media (min-width: 1920px) {
    .sitemap .sitemap__content .sitemap__content__cols ul li {
        font-size: 20px;
    }
}

.sitemap .sitemap__content .sitemap__content__cols ul li a {
    color: #b5aba3;
}

.sitemap .sitemap__content .sitemap__content__cols ul li ul {
    margin-left: 20px;
    margin-top: 10px;
}

.sitemap .sitemap__content .sitemap__content__cols .sitemap__content__cols__separator {
    width: 100%;
    height: 1px;
    background-color: #b5aba3;
    margin-top: 30px;
}

@media (min-width: 992px) {
    .sitemap .sitemap__content .sitemap__content__cols .sitemap__content__cols__separator {
        width: 124px;
    }
}

.single-project {
    background: #fff;
    margin: 0 0 50px;
}

@media (min-width: 992px) {
    .single-project {
        padding: 0;
        margin: 75px 0;
    }
}

@media (min-width: 1920px) {
    .single-project {
        margin: 100px 0;
    }
}

.single-project .single-project__wrap {
    background: #f7f7f7;
    padding-top: 15px;
}

@media (min-width: 992px) {
    .single-project .single-project__wrap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 13px;
        padding: 0;
    }
}

.single-project .single-project__wrap .single-project__media img {
    width: 100%;
    height: 100%;
}

@media (min-width: 992px) {
    .single-project .single-project__wrap .single-project__media {
        width: 57.5675%;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

.single-project .single-project__wrap .single-project__info {
    padding: 30px 28px 35px;
}

@media (min-width: 480px) {
    .single-project .single-project__wrap .single-project__info {
        padding: 30px 38px 35px;
    }
}

@media (min-width: 992px) {
    .single-project .single-project__wrap .single-project__info {
        padding: 40px 30px 20px;
        width: 42.4325%;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (min-width: 1200px) {
    .single-project .single-project__wrap .single-project__info {
        padding: 50px 40px 20px;
    }
}

@media (min-width: 1920px) {
    .single-project .single-project__wrap .single-project__info {
        padding: 80px 63px 20px;
    }
}

@media (min-width: 992px) {
    .single-project .single-project__wrap .single-project__info h3 {
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .single-project .single-project__wrap .single-project__info h3 {
        margin-bottom: 25px;
    }
}

@media (min-width: 1920px) {
    .single-project .single-project__wrap .single-project__info h3 {
        margin-bottom: 30px;
    }
}

.single-project .single-project__wrap .single-project__info p {
    margin-bottom: 15px;
}

    .single-project .single-project__wrap .single-project__info p:last-child {
        margin-bottom: 0;
    }

.single-project .single-project__wrap .single-project__info .btn {
    margin-top: 30px;
}

@media (min-width: 1920px) {
    .single-project .single-project__wrap .single-project__info .btn {
        margin-top: 45px;
    }
}

.single-project.about-project {
    margin: 0;
    margin-bottom: -2px;
}

    .single-project.about-project:first-child {
        margin-top: 30px;
    }

    .single-project.about-project .single-project__wrap {
        background: transparent;
        border: 2px solid #ededed;
        padding-top: 0;
    }

@media (min-width: 992px) {
    .single-project.about-project .single-project__media, .single-project.about-project .single-project__info {
        width: 50%;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
}

.single-project.about-project .single-project__info p, .single-project.about-project .single-project__info h3 {
    text-align: left;
}

.single-project.about-project_flipped .single-project__media {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

@media (min-width: 992px) {
    .single-project_slider .single-project__wrap {
        min-height: 362px;
    }
}

@media (min-width: 1200px) {
    .single-project_slider .single-project__wrap {
        min-height: 433px;
    }
}

@media (min-width: 1920px) {
    .single-project_slider .single-project__wrap {
        min-height: 585px;
    }
}

.single-project_slider .single-project__wrap .single-project__media {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

@media (min-width: 992px) {
    .single-project_slider .single-project__wrap .single-project__media {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

.single-project_slider .single-project__wrap .single-project__info {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

    .single-project_slider .single-project__wrap .single-project__info h3 {
        text-transform: capitalize;
        padding-bottom: 20px;
        position: relative;
        display: inline-block;
    }

        .single-project_slider .single-project__wrap .single-project__info h3:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            height: 1px;
            width: 100%;
            background-color: #000101;
        }

@media (min-width: 1200px) {
    .single-project_slider .single-project__wrap .single-project__info h3 {
        padding-bottom: 25px;
    }
}

@media (min-width: 1920px) {
    .single-project_slider .single-project__wrap .single-project__info h3 {
        padding-bottom: 30px;
    }
}

.single-project_slider .single-project__wrap .single-project__info .single-project__newsdate {
    margin-bottom: 20px;
    font-size: 14px;
}

@media (min-width: 992px) {
    .single-project_slider .single-project__wrap .single-project__info .single-project__newsdate {
        font-size: 16px;
    }
}

@media (min-width: 1920px) {
    .single-project_slider .single-project__wrap .single-project__info .single-project__newsdate {
        font-size: 18px;
    }
}

.single-project_slider .single-project__wrap .single-project__info .single-project__heading {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

@media (min-width: 1920px) {
    .single-project_slider .single-project__wrap .single-project__info .single-project__heading {
        margin-bottom: 35px;
        padding-bottom: 20px;
    }
}

.single-project_slider .single-project__wrap .single-project__info .single-project__heading h3 {
    padding: 0;
    margin-bottom: 10px;
}

    .single-project_slider .single-project__wrap .single-project__info .single-project__heading h3:after {
        display: none;
    }

.single-project_slider .single-project__wrap .single-project__info .single-project__heading .single-project__timings {
    font-size: 14px;
    margin: 0 0 5px;
}

@media (min-width: 1200px) {
    .single-project_slider .single-project__wrap .single-project__info .single-project__heading .single-project__timings {
        font-size: 16px;
    }
}

@media (min-width: 1920px) {
    .single-project_slider .single-project__wrap .single-project__info .single-project__heading .single-project__timings {
        font-size: 18px;
    }
}

.single-project_slider .single-project__wrap .single-project__info .single-project__heading .single-project__timings > span:last-child:first-child {
    font-weight: 600;
}

.single-project_slider .single-project__wrap .single-project__info .single-project__heading .single-project__timings .single-project__timings_futureyear {
    color: #ff0000;
    text-transform: uppercase;
    padding-left: 5px;
}

.single-project_slider .single-project__wrap .single-project__info .single-project__heading .single-project__timings strong span {
    padding-left: 5px;
}

.single-project_slider .single-project__wrap .single-project__info .single-project__heading:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 85px;
    background-color: #000101;
}

.single-project_slider .single-project__wrap .single-project__info .single-project__contact_info {
    margin-top: 20px;
}

    .single-project_slider .single-project__wrap .single-project__info .single-project__contact_info span {
        display: block;
        margin-right: 20px;
        margin-bottom: 10px;
        color: #00263A;
        font-size: 14px;
        font-weight: 600;
    }

@media (min-width: 992px) {
    .single-project_slider .single-project__wrap .single-project__info .single-project__contact_info span {
        display: inline-block;
    }
}

@media (min-width: 1920px) {
    .single-project_slider .single-project__wrap .single-project__info .single-project__contact_info span {
        margin-right: 40px;
        font-size: 18px;
    }
}

.single-project_slider .single-project__wrap .single-project__info .single-project__contact_info span a {
    color: #00263A;
}

.single-project_slider .single-project__wrap .single-project__info .single-project__contact_info span svg {
    fill: #7b9bb4;
    margin-right: 10px;
}

    .single-project_slider .single-project__wrap .single-project__info .single-project__contact_info span svg.icon-phone {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        /*rtl:scale(-1,1)*/
    }

.single-project_slider .single-project__wrap .single-project__info .single-project__contact_info + .btn {
    margin-top: 20px;
}

.single-project_reverse .single-project__wrap .single-project__media {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

@media (min-width: 992px) {
    .single-project_style1 .single-project__wrap .single-project__media,
    .single-project_style2 .single-project__wrap .single-project__media {
        width: 45.8333333333%;
    }
}

@media (min-width: 992px) {
    .single-project_style1 .single-project__wrap .single-project__info,
    .single-project_style2 .single-project__wrap .single-project__info {
        padding: 25px 30px 20px;
        width: 54.1666666667%;
    }
}

@media (min-width: 1200px) {
    .single-project_style1 .single-project__wrap .single-project__info,
    .single-project_style2 .single-project__wrap .single-project__info {
        padding: 35px 40px 20px;
    }
}

@media (min-width: 1920px) {
    .single-project_style1 .single-project__wrap .single-project__info,
    .single-project_style2 .single-project__wrap .single-project__info {
        padding: 60px 63px 20px;
    }
}

.single-project_style2 {
    background-color: transparent;
}

    .single-project_style2 .single-project__wrap {
        background-color: transparent;
    }

@media (min-width: 992px) {
    .single-project_style2 .single-project__wrap .single-project__info {
        padding: 0 0 0 30px;
    }
}

@media (min-width: 992px) {
    .single-project_style2 .single-project__wrap .single-project__info {
        padding: 0 0 0 40px;
    }
}

.single-project_delegations {
    background-color: #f9f9f9;
    padding-top: 35px;
    padding-bottom: 15px;
}

    .single-project_delegations .single-project__wrap {
        background-color: #f9f9f9;
    }

@media (min-width: 992px) {
    .single-project_delegations {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 1920px) {
    .single-project_delegations {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media (min-width: 480px) {
    .content-carousel .single-project {
        margin: 0;
    }
}

.content-carousel .slick-slide {
    position: relative;
}

    .content-carousel .slick-slide.slick-active {
        z-index: 10;
    }

.single-project__contact_info > span a {
    color: #333;
    margin: 0px 12px 0px 0px;
}

.single-project__contact_info > span svg {
    margin: 0px 5px 0px 0px;
}

.spotlight .slick-slide {
    position: relative;
}

    .spotlight .slick-slide img {
        width: 100%;
        display: inline;
    }

.spotlight__carousel__container {
    position: relative;
}

.spotlight__arrows {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
}

    .spotlight__arrows .slick-arrow.slick-prev {
        left: -13.054%;
    }

    .spotlight__arrows .slick-arrow.slick-next {
        right: -13.054%;
    }

.spotlight .slick-dots {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 15px;
}

.spotlight__slide_content-box {
    background-color: #00263A;
    padding: 50px 50px;
    text-align: center;
}

@media (min-width: 480px) {
    .spotlight__slide_content-box {
        padding: 30px 25px 73px;
    }
}

@media (min-width: 992px) {
    .spotlight__slide_content-box {
        padding: 30px 35px;
        height: 98.4%;
        position: absolute;
        /*background-color: rgba(251, 251, 251, 0.8);*/
    }
}

@media (min-width: 1200px) {
    .spotlight__slide_content-box {
        padding: 30px 80px;
        text-align: center;
    }
}

@media (min-width: 1920px) {
    .spotlight__slide_content-box {
        padding: 150px 80px;
    }
}

.spotlight__slide_content h1 {
    font-weight: 600;
    letter-spacing: 0;
    color: #ffffff;
}

.spotlight__slide_content p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #ffffff;
}

@media (min-width: 992px) {
    .spotlight__slide_content p {
        font-size: 17px;
    }
}

@media (min-width: 1200px) {
    .spotlight__slide_content p {
        font-size: 20px;
    }
}

@media (min-width: 1920px) {
    .spotlight__slide_content p {
        font-size: 25px;
        line-height: 1.357;
        margin-bottom: 35px;
    }
}

@media (min-width: 992px) {
    .picture_container {
        width: 70%;
        float: left;
    }

    .spotlight__slide_content {
        width: 30%;
        right: 0;
        float: right;
        position: absolute;
        height: 99.8%;
    }

        .spotlight__slide_content .container {
            width: 100%;
        }

            .spotlight__slide_content .container .row {
                margin-left: 0px;
                margin-right: 0px;
            }
}

.spotlight__intro_content {
    padding: 30px 15px;
}

@media (min-width: 480px) {
    .spotlight__intro_content {
        padding: 40px 25px;
    }
}

@media (min-width: 992px) {
    .spotlight__intro_content {
        padding: 60px 0px 0px 0px;
    }
}

@media (min-width: 1920px) {
    .spotlight__intro_content {
        padding: 85px 0;
    }
}

.spotlight__intro_content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

@media (min-width: 480px) {
    .spotlight__intro_content p {
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    .spotlight__intro_content p {
        text-align: center;
        font-size: 17px;
    }
}

@media (min-width: 1200px) {
    .spotlight__intro_content p {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .spotlight__slide_content {
        height: 100.5%;
    }
}

@media (min-width: 1920px) {
    .spotlight__intro_content p {
        font-size: 25px;
    }
}

.spotlight_single {
    position: relative;
}

    .spotlight_single img {
        width: 100%;
    }

    .spotlight_single .l-breadcrumb {
        position: absolute;
        bottom: 0;
        left: 0;
    }

.table {
    /*border: 1px solid #cbcbcb;*/
    border: none;
}

    .table thead tr th {
        /*background-color: #00263A;*/
        background-color: white;
        color: black;
        font-size: 12px;
        text-align: center;
        /*NOS*/
        /*padding: 20px 5px;*/
        vertical-align: middle;
        border: 1px solid #cbcbcb;
        /*NOS*/
        font-weight: 500;
    }

        .table thead tr th.no_pad {
            padding: 0;
        }

        .table thead tr th:last-child {
            border: none;
        }

        .table thead tr th .inner_table tbody tr {
            border: none;
        }

        .table thead tr th span {
            display: block;
        }

            .table thead tr th span.subtitle {
                font-size: 12px;
                font-weight: normal;
            }

    /*@media (min-width: 1200px) {
  .table thead tr th span.subtitle {
    font-size: 14px;
  }
}

@media (min-width: 1920px) {
  .table thead tr th span.subtitle {
    font-size: 16px;
  }
}

@media (min-width: 480px) {
  .table thead tr th {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .table thead tr th {
    font-size: 17px;
  }
}

@media (min-width: 1200px) {
  .table thead tr th {
    font-size: 20px;
  }
}

@media (min-width: 1920px) {
  .table thead tr th {
    font-size: 25px;
  }
}*/

    .table tbody tr {
        background-color: #ffffff;
    }

/*NOS*/
/*.table tbody tr td {
  border: 1px solid #cbcbcb;
  text-align: left;
  font-size: 14px;
  padding: 15px;
  color: #00263A;
  font-weight: 600;
  vertical-align: middle;
}*/

/*NOS*/
@media (min-width: 1200px) {
    .table tbody tr td {
        font-size: 14px;
    }
}
/*NOS*/
/*@media (min-width: 1920px) {
  .table tbody tr td {
    font-size: 16px;
  }
}*/

.table tbody tr td.no_pad {
    padding: 0;
}

.table tbody tr td.no_tb_border {
    border-top: none;
    border-bottom: none;
}

.table tbody tr td .indicator {
    font-size: 14px;
    vertical-align: top;
    display: inline-block;
    font-weight: bold;
}

@media (min-width: 768px) {
    .table tbody tr td .indicator {
        display: none;
    }
}

.table tbody tr.odd {
    background-color: #f0f0f0;
}

.table tbody tr.no_bg {
    background-color: #ffffff;
}

.table .inner_table {
    border: none;
    width: 100%;
}

    .table .inner_table thead > tr > th, .table .inner_table tbody > tr > th {
        border-bottom: none !important;
        border-top: none;
    }

    .table .inner_table tbody tr {
        background: none;
        border-bottom: 1px solid #cbcbcb;
    }

        .table .inner_table tbody tr > td {
            border: none;
        }

            .table .inner_table tbody tr > td.no_pad {
                padding: 0;
            }

            .table .inner_table tbody tr > td:first-child {
                font-weight: normal;
            }

        .table .inner_table tbody tr.no_border {
            border: none;
        }

.accordion-mobile {
    border: none;
}

    .accordion-mobile > thead {
        display: none;
    }

    .accordion-mobile tbody tr {
        background: none;
    }

    .accordion-mobile .xs-title, .accordion-mobile .xs-accordion {
        display: block;
        width: 100%;
    }

    .accordion-mobile .xs-accordion {
        border: none;
    }

    .accordion-mobile .parent > tbody > tr > td {
        display: block;
        width: 100%;
    }

    .accordion-mobile .xs-title {
        background-color: #00263A;
        color: #ffffff;
        margin-bottom: 20px;
        position: relative;
        padding: 20px;
        text-transform: uppercase;
        font-size: 16px;
        cursor: pointer;
    }

        .accordion-mobile .xs-title:after, .accordion-mobile .xs-title:before {
            content: "";
            position: absolute;
            right: 20px;
            top: 50%;
            margin-top: -4px;
        }

        .accordion-mobile .xs-title:after {
            border-left: 9px solid transparent;
            border-right: 9px solid transparent;
            border-top: 8px solid #00263A;
            margin-top: -6px;
        }

        .accordion-mobile .xs-title:before {
            border-left: 9px solid transparent;
            border-right: 9px solid transparent;
            border-top: 8px solid #ffffff;
        }

    .accordion-mobile .headers {
        background-color: #00263A;
        color: #ffffff;
    }

    .accordion-mobile tbody tr td.xs-accordion {
        margin-bottom: 20px;
    }

    .accordion-mobile tbody tr td .accordion-wrapper {
        display: none;
        overflow: hidden;
    }

        .accordion-mobile tbody tr td .accordion-wrapper > .inner_table {
            border: 1px solid #cbcbcb;
        }

    .accordion-mobile tbody tr.odd {
        background: none;
    }

    .accordion-mobile tbody tr.sub-row {
        display: none;
    }

    .accordion-mobile .inner_table tbody tr > td {
        border: none;
        padding: 20px;
    }

    .accordion-mobile > tbody > tr:first-child .accordion-wrapper {
        display: block;
    }

.terms-conditions {
    padding: 0 15px;
    margin-bottom: 10px;
}

@media (min-width: 480px) {
    .terms-conditions {
        padding: 0 25px;
    }
}

@media (min-width: 992px) {
    .terms-conditions {
        margin-bottom: 35px;
        padding: 0;
    }
}

@media (min-width: 1920px) {
    .terms-conditions {
        margin-bottom: 60px;
    }
}

/*@import end*/




.contact-form .select-dropdown select {
    height: 68px;
}

.spotlight__slide_content-box {
    height: 100%;
    top: 0;
    bottom: 0;
    padding: 0;
    width: 100%;
}

.spotlight__info {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 30px 80px;
}

.spotlight__arrows.container {
    width: 100%;
}

.spotlight__arrows .slick-arrow.slick-prev, .spotlight__arrows .slick-arrow.slick-next {
    display: none
}



.footer__desktop input[type="button"]#field0 {
    background: transparent;
    border: 1px solid #ffffff;
    text-align: center;
    height: 31px;
    width: 70px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer__desktop__subscribe .subscribe-list li:nth-child(2) .input-email, .footer__desktop__subscribe .subscribe-list li:nth-child(2) > span:first-child {
    line-height: 25px;
}

.footer__desktop input[type="button"]#field0:hover {
    background: #ffffff;
    color: #00263A;
}

.spotlight__carousel__container {
    padding-bottom: 50px;
}

.spotlight .slick-dots {
    bottom: -2.5em;
}

.slick-dots li.slick-active button {
    background: #00263A;
}



#carousel-coll .single-project__wrap {
    margin: 0;
}

    #carousel-coll .single-project__wrap .single-project__info {
        float: left;
    }

    #carousel-coll .single-project__wrap .single-project__media {
        float: right;
    }

#carousel-coll .slick-dots {
    margin-top: 0px;
}

.contact-form .contact-form__inputs .select-dropdown {
    box-shadow: none;
}

    .contact-form .contact-form__inputs .select-dropdown .select2-selection__rendered {
        font-family: inherit;
        font-size: inherit;
        line-height: 43px;
        text-transform: uppercase;
        color: #888
    }

/*.header__nav .navbar .navbar-collapse .header__main-nav > li > ul.dropdown-menu,.header__nav .navbar .navbar-collapse .header__main-nav > li > ul.dropdown-menu > li.dropdown-submenu > ul.dropdown-menu{display:inline-block; opacity: 0; visibility: hidden;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
.header__nav .navbar .navbar-collapse .header__main-nav > li:hover ul.dropdown-menu{opacity: 1; visibility: visible;}
.header__nav .navbar .navbar-collapse .header__main-nav > li > ul.dropdown-menu > li.dropdown-submenu:hover ul.dropdown-menu{opacity: 1; visibility: visible;}*/

.spotlight__carousel__container .spotlight__slide_content {
    height: 100%;
}



/*#intro-tab-nav li{margin: 0 30px !important;}*/


#delegationed #template-contactform .l-input {
    padding-left: 30px;
    height: 68px;
}

#delegationed #template-contactform .form__textarea textarea {
    height: 150px;
    padding: 20px;
}

#delegationed #template-contactform #delphone {
    padding-left: 60px;
}


ul.dropdown-menu {
    background-color: #00263A
}

#contactForm .select-dropdown .select2-container {
    z-index: 20;
    background: transparent;
}
/*#contactForm .select-dropdown:before{z-index: 20;cursor: pointer}
#contactForm .select-dropdown:after{z-index: 20;cursor: pointer}*/




@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .spotlight__slide_content {
        width: 37%;
    }

    .spotlight__info {
        padding: 30px 52px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .picture_container {
        width: 67%
    }

    .spotlight__slide_content {
        width: 33%;
    }

    .spotlight__info {
        padding: 30px 59px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .spotlight__info {
        position: relative;
        top: auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    .spotlight__slide_content-box {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto;
    }

    .spotlight .slick-dots {
        bottom: -35px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .spotlight__info {
        position: relative;
        top: auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
        padding: 40px;
    }

    .spotlight__slide_content-box {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto;
    }

    .spotlight .slick-dots {
        bottom: -45x;
    }

    ul.dropdown-menu {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; /*height: 100vh;*/
        top: 0;
        display: block;
        background: rgba(0, 63, 114, 0.94) !important;
        margin-left: 0px;
    }

    .dropdown.open ul.dropdown-menu {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0)
    }

    .header__nav ul li .dropdown-menu {
        margin-left: 0;
        padding-left: 15px;
    }
}

/* Updated Menu Styles */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

@media (max-width: 640px) {
    .dropdown-submenu .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        margin-right: 30px !important;
    }
}

.dropdown-submenu > a:after {
    content: " ";
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

.page-list .dropdown-menu li a:active, .page-list .dropdown-menu li a:hover {
    background-color: #337ab7;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #00263a;
    border-color: #00263a;
}

/* For Spinner -- Start*/
div.spinner {
    display: none;
    position: fixed;
    top: 12.5% !important;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 54px;
    height: 54px;
    display: inline-block;
    margin-left: 45%;
    margin-top: 50%;
    background: #00263A;
    padding: 10px;
    border-radius: 10px;
}

    div.spinner div {
        width: 6%;
        height: 16%;
        background: #FFF;
        position: absolute;
        left: 49%;
        top: 43%;
        opacity: 0;
        -webkit-border-radius: 50px;
        -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
        -webkit-animation: fade 1s linear infinite;
    }

@-webkit-keyframes fade {
    from {
        opacity: 1;
    }

    to {
        opacity: 0.25;
    }
}

div.spinner div.bar1 {
    -webkit-transform: rotate(0deg) translate(0, -130%);
    -webkit-animation-delay: 0s;
}

div.spinner div.bar2 {
    -webkit-transform: rotate(30deg) translate(0, -130%);
    -webkit-animation-delay: -0.9167s;
}

div.spinner div.bar3 {
    -webkit-transform: rotate(60deg) translate(0, -130%);
    -webkit-animation-delay: -0.833s;
}

div.spinner div.bar4 {
    -webkit-transform: rotate(90deg) translate(0, -130%);
    -webkit-animation-delay: -0.7497s;
}

div.spinner div.bar5 {
    -webkit-transform: rotate(120deg) translate(0, -130%);
    -webkit-animation-delay: -0.667s;
}

div.spinner div.bar6 {
    -webkit-transform: rotate(150deg) translate(0, -130%);
    -webkit-animation-delay: -0.5837s;
}

div.spinner div.bar7 {
    -webkit-transform: rotate(180deg) translate(0, -130%);
    -webkit-animation-delay: -0.5s;
}

div.spinner div.bar8 {
    -webkit-transform: rotate(210deg) translate(0, -130%);
    -webkit-animation-delay: -0.4167s;
}

div.spinner div.bar9 {
    -webkit-transform: rotate(240deg) translate(0, -130%);
    -webkit-animation-delay: -0.333s;
}

div.spinner div.bar10 {
    -webkit-transform: rotate(270deg) translate(0, -130%);
    -webkit-animation-delay: -0.2497s;
}

div.spinner div.bar11 {
    -webkit-transform: rotate(300deg) translate(0, -130%);
    -webkit-animation-delay: -0.167s;
}

div.spinner div.bar12 {
    -webkit-transform: rotate(330deg) translate(0, -130%);
    -webkit-animation-delay: -0.0833s;
}

/* For Spinner -- End*/


/*----- added -updated css-----------*/

.community-highlights {
    /*background-color: #ccbfb3;*/ /*lightcyan;*/
    /*background: url('../../Images/NakheelOSbg.jpg') !important;*/
    background-repeat: no-repeat;
    background-size: cover;
}

.container.masterContainer {
    /*width: 94% !important;*/
    /*background-color: #ccbfb3;*/
    /*lightcyan;*/
    /*  background: url(../images/NakheelBG.jpg);
    background-repeat: no-repeat;
    background-size: cover;*/
}

.containerWhite {
    background: white;
    opacity: 0.9;
}

/*.panel-body {*/
/*background: white;*/
/*background: rgba(255, 255, 255, 0.8);
    opacity: 0.9;*/
/*width: 94%;*/
/*width: 100%;
    
}*/

.header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li a:hover, .header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li a.active {
    /* border-bottom:none;*/
}

.header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li a {
    border-bottom: 1px solid transparent;
    transition: border-bottom-color 0.5s ease 0s, color 0.5s ease 0s;
    font-size: 14px;
    font-family: "nakheelregular_text";
    font-weight: normal !important;
}

.header__nav .navbar .navbar-collapse .header__main-nav li a {
    /*color: #00617F;*/
    color: #00263a;
    font-size: 20px;
    font-size: calc(14px + 6 * (100vw - 1024px) / 896);
    font-weight: normal !important;
    line-height: 29px;
    font-family: "nakheelregular_text"
}

    .header__nav .navbar .navbar-collapse .header__main-nav li a:hover, .header__nav .navbar .navbar-collapse .header__main-nav li a.active {
        /*color: #00617F !important;
    background: white;  */
    }

.dropdown-menu li a:hover {
    background: #3599b1 !important;
}


@media (max-width: 1366px) {
    .header-container.new-header .header__nav .header__main-nav li.dropdown .dropdown-menu li a {
        /*line-height: 20px;*/
        padding: 1px 20px !important;
    }
}



.header__nav .navbar__logo {
    padding-top: 50px;
}

.spotlight {
    background: #00617F; /*antiquewhite;*/
}

/*======================== Tabs Panel Start========================*/

.tabs {
    display: flex;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: 50% 50%;
}

    .tabs label {
        order: 1;
        padding: 1rem 2rem;
        margin-right: 0.2rem;
        cursor: pointer;
        background: #00263A; /*white*/
        font-weight: bold;
        transition: background ease 0.2s;
        width: 100%;
        box-sizing: border-box;
        /*  font-size: 24px;*/
        color: white;
        font-family: nakheelbold_text;
    }

    .tabs .tab {
        order: 99;
        width: 200%;
        display: none;
        padding: 1rem;
        background: #fff;
    }

    .tabs input[type="radio"] {
        display: none;
    }

        .tabs input[type="radio"]:checked + label {
            /*  background: #003667;*/
            background: white;
            color: #00263A;
        }

            .tabs input[type="radio"]:checked + label + .tab {
                display: block;
            }

@media (max-width: 45em) {
    .tabs label {
        width: 100%;
        margin-right: 0;
    }
}

/*======================== Tabs Panel End========================*/



/*******************STYLE CSS***************************************/


.grayBorder {
    border: 1px solid #00000026;
}

.fontLightBlue {
    color: #3599b1 !important;
}

.fontMidBlue {
    color: #00617F !important;
}

.fontDarkBlue {
    color: #00263A;
}

.fontWhite {
    color: #fff;
}

.dataTables_filter input {
    border-radius: 0px;
    border: 1px solid #29607C80;
}

.lblLastLogIn {
    color: antiquewhite;
    font-size: 12px;
}

.fontxs {
    font-size: 10px;
}

.fontsm {
    font-size: 12px;
}


.fontmd {
    font-size: 16px;
}


.fontlg {
    font-size: 24px;
}


.fontxl {
    font-size: 30px;
}

.containerBG {
    /*background-color: white !important;*/
    /*background: rgba(255, 255, 255, 0.8) !important; working fine */
    background: rgb(245 241 232 / 80%) !important; /*Mina*/
    position: relative;
    /*background: url(../Assets/Images/NakheelOSbg.jpg);*/
}


.containerBGwithMargin {
    background: rgba(255, 255, 255, 0.8) !important;
    /*width:80%;*/
    margin: 0 -10%;
}


.panel-body.containerBG {
    padding: 0px
    /*padding: 10px 20px;*/ /*Mina*/
    /*background: rgba(255, 255, 255, 0.8) !important;*/
}
/*
.panel-body {
    margin: 2px;
    padding-left: 0px;
    padding-right: 0px;
}
*/


.panel-bodyMargin {
    margin: 2px;
    padding-left: 0px;
    padding-right: 0px;
}


.containerTitle, .pageTitleClass {
    /*background-color: white !important;*/
    font-family: "nakheelregular_text";
    font-size: 30px;
    color: #fff;
    position: relative;
    /*padding-left :5px;*/ /*Mina*/
    /*opacity: 0.9;*/ /*Mina*/
}

.list-group-item {
    border-radius: 0px !important;
}


.highlight {
    color: #00263A !important;
}

.panel-heading {
    padding: 2px;
}

.btn {
    /*font-size: 14px !important;
    height: 40px !important;
    padding: 8px !important;
    border-radius: 0px !important;*/
    text-transform: uppercase !important;
    background-color: #00263A;
    padding: 14px;
    border-radius: 0px;
    border: 0px;
    font-family: "nakheelbold_text";
    font-size: 16px;
    height: 44px;
}

#btnSearch.btn {
    padding: 10px;
}

.btn-default {
    background: #00617F;
}

.btn-secondary {
    background: #00617F;
}



.blueLink {
    color: #00617F;
}

.panel-primary > .panel-heading {
    background: none;
    border-color: #00263a;
    color: white;
    font-size: 20px;
    padding: 10px;
}


.list-group-item {
    border-radius: 0px !important;
}

input[type="text"], input[type="password"], input[type="select"], input[type="email"], select {
    border-radius: 0px !important;
    /*padding: 12px !important;*/
    font-size: 16px !important;
    height: 44px !important;
    background: white !important;
    font-family: "nakheelregular_text";
}

input[type="file"] {
    height: 44px !important;
    border-radius: 0px;
    line-height: 34px;
}


.intl-tel-input .selected-flag {
    height: 40px !important;
}


/*----------Table start ---------------------*/
.table, .table-responsive {
    /*opacity: 0.8 !important;
    background: white;*/
    border: none;
    /* background: rgba(255, 255, 255, 0.9);*/
}

    .table tr th, .table-responsive tr th {
        border: none;
        border-bottom: 1px solid gray;
        background: rgba(255, 255, 255, 0.9);
    }

    /*  .table tbody tr th{
        border: none;
        border-bottom: 1px solid gray;
        background: rgba(255, 255, 255, 0.9);
    }*/


    .table tr td, .table-responsive tr td {
        border: none;
        border-bottom: 1px solid gray;
    }

.list-group {
    /*padding: 20px !important;*/
    padding-bottom: 0px !important;
}

    /* .list-group li {
        background: rgba(245, 241, 232, 0.5);
    }*/

    .list-group li a {
        height: 30px;
        border-bottom: 1px solid #c8c0b9;
        /*background: #B5ABA3;*/
        /*color:white !important;*/
        background: rgba(181, 171, 163, 0.9);
    }

.list-group-item {
    padding-left: 40px !important;
}

.h3, h3 /* breadcrums */ {
    background: none;
    padding: 0px;
}
/*----------Table end---------------------*/



/*===== Set control icons =====================*/
/*.input-group span.email {
    background: url("../../../Assets/Images/UserLogin-Mail-Icon.svg") no-repeat;
    top: 8px;
}
*/

.input-group span .fa-user::before {
    /* background: url(../../../Assets/Images/OS-form-icon-user.svg) no-repeat;*/
}




/*================Messages start================*/
.msg-container {
    padding: 10px;
}

.box-msg {
    width: 100%;
}

.sender-msg {
    background-color: #F5F1E8;
    width: auto;
    float: left;
    padding: 2px 10px;
    /* */
    /*border: 1px solid #C6C2C1;*/
    min-width: 50%;
    box-shadow: 0px 5px 20px #00000027;
    border-radius: 8px;
}

.receive-rmsg {
    background-color: #F7F0C9;
    width: auto;
    float: right;
    padding: 2px 10px;
    /*  border: 1px solid #B9C8AB;*/
    min-width: 50%;
    text-align: left;
    box-shadow: 0px 5px 20px #00000027;
    border-radius: 8px;
}

.message-date-style {
    text-align: center;
    font-size: 14px;
    padding: 10px;
    font-weight: bold;
}

.message-attachment {
    background-image: url('../../Images/attachment.png');
    background-repeat: no-repeat;
    padding-left: 30px;
}

    .message-attachment a:link {
        text-decoration: underline;
    }

.message-text-left {
    float: left;
}

.message-time {
    font-size: 11px;
    text-align: right;
    width: 100%;
    margin-bottom: 16px;
}

.message-send-textbox {
    border-radius: 10px;
}

/*Message Classes*/
.MessageOwner {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}

/*================Messages End================*/


.main-heading {
    font-family: "nakheelregular_text";
    font-size: 48px;
    margin: 0px;
}

.sub-heading {
    font-family: "nakheelregular_text";
    font-size: 30px;
    margin: 0px;
    background: none;
}

.header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li a.highlight {
    color: #00617f !important;
    font-family: 'nakheelbold_text' !important;
}

.divSR {
    padding-bottom: 1px;
}


.btn-sm, a.btn-sm {
    height: 28px;
    font-size: 12px;
    padding: 6px 12px;
    margin-bottom: 4px;
    color: white;
    letter-spacing: 2px;
}

/* .btn-sm:hover, a.btn-sm:hover {        
        color: lightcyan;
        letter-spacing: 2px;
        
    }*/

#h3ServicesTitle {
    color: #fff; /*Mina*/
    /*color: #00263A;*/
    /*font-size: 18px; */
    font-family: "nakheelregular_text";
    font-size: 30px;
    /*color: #fff;*/
}

/* ========= For the serach dropdown Start ========= */
.dropdown-display .dropdown-chose-list {
    height: 30px;
}

.ddlPropDDLClass {
    height: 44px;
}

.dropdown-chose-list .dropdown-selected {
    line-height: 30px;
}

.dropdown-display .placeholder:first-child {
    line-height: 44px;
}

.dropdown-clear-all {
    line-height: 40px;
    right: 40px;
}
/* ========= For the serach dropdown End ========= */


.mr-0 {
    margin-right: 0px !important;
}

.panel-heading {
    background: transparent;
    font-family: "nakheelbold_text";
    /*color: #00617F;*/
    color: white;
    border: 0px;
    font-size: 20px;
    position: relative
}


/*
.h2ContentH {
    color: green;
    font-size:30px;
}

.h2ContentD {
    color: blue;
    font-size: 14px;
}

    .h2ContentD:first-child {
        color: #E8594F;
        font-size: 20px;
    } */


.jconfirm.supervan .jconfirm-box div.title {
    font-size: 24px !important;
    line-height: 28px;
    font-weight: bold;
}

.content {
    font-size: 16px !important;
    line-height: 20px;
}

.title .glyphicon {
    top: 4px;
}


.jconfirm.supervan .jconfirm-bg {
    background: #00283ac2;
}

.jconfirm.supervan .jconfirm-box .buttons button {
    background: white;
    color: #303f53;
    letter-spacing: 2px;
}

    .jconfirm.supervan .jconfirm-box .buttons button:hover {
        background-color: lightgray;
        /* color: #303f53;*/
    }


.item-gray :hover {
    cursor: pointer;
}

.GridHeader th, .GridHeader th a {
    color: #59595C !important;
}

.btn.focus, .btn:focus, .btn:hover {
    color: white;
}



ul#top-menu > li.ParentLi > ul li a:hover {
    background-color: #00617F;
}


.modal-dialog {
    top: 130px;
    /*width:40%; *---set as per the resolution ---*/
}


.ui-autocomplete-category {
    font-weight: bold;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
}

.ui-menu .ui-menu-item {
    /* this can be used to update the BG of search service items*/
    /*background: #F5F1E8;*/
    padding-left: 22px;
}

.ui-menu-item.ui-state-focus {
    background: #F5F1E8;
    border: 1px solid #F5F1E8;
    padding-left: 22px;
}


.modal-title {
    font-size: 24px;
    color: #00263A !important;
}

/*.modal-backdrop.in {
    opacity: 0;
}*/ /*Mina*/

/*.modal-backdrop {
    top: 150px;
    display: none;
}*/ /*Mina*/

.modal-dialog.large-model {
    min-height: 900px;
    max-height: 900px;
    width: 90%;
}

.modal-body {
    max-height: 750px;
    overflow-y: auto;
}


@media (max-width: 600px) {
    #modalRegister .modal-dialog.large-model /*large-model center-block*/ {
        max-height: 90%; /* set diff max height for mobile devices */
        width: 90%;
    }

        #modalRegister .modal-dialog.large-model .modal-content {
            height: 100%; /* = 100% of the .modal-dialog block */
        }

    .modal-body {
        max-height: 360px; /*Mina*/
        overflow-y: auto; /*Mina*/
    }
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .modal-header .close span {
        font-size: 33px
    }

.modal-content.form-horizontal {
    opacity: 1 !important;
    top: 30px;
}

/*#btnAddProperty {
    min-width: 190px;
}*/

li.ui-autocomplete-category {
    font-weight: bold;
    padding: 5px;
    background-color: #f5f1e8;
}


/* reset the Nav menu CSS Start */
.header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li a {
    font-size: 16px;
    font-weight: normal !important;
    font-family: nakheelregular_text;
}

.header__nav .navbar .navbar-collapse .header__main-nav li a {
    text-transform: capitalize;
}

.nav > li > a > img {
    max-width: none;
    height: 16px;
    padding-right: 10px;
    margin-bottom: 4px;
}

/*.header-container.new-header .header__nav .navbar__logo img {
    height: calc(24px + (36 - 24) * ((100vw - 1024px) / (1920 - 1024)));
    max-height: calc(24px + (36 - 24) * ((100vw - 1024px) / (1920 - 1024)));
}*/


/*@media only screen and (min-width: 1200px) and (max-width: 1920px) {
    .container {
        width: calc(1160px + (1600 - 1160) * ((100vw - 1200px) / (1920 - 1200)));*/
/*width: calc(900px + (1460 - 900) * ((100vw - 1200px) / (1920 - 1200)));*/
/*}
}*/

/* reset the Nav menu CSS End */


/* responsive Menu Start */
@media only screen and (max-width : 768px) {
    .header__nav .navbar .navbar-collapse .navbar-top ul.nav.clearfix li a.highlight {
        color: #f5f1e8 !important;
    }

    .divWelcome {
        text-align: center !important;
    }

    .header__nav .navbar .navbar-collapse .navbar-collapse__scroll {
        top: 130px;
    }

    .prmenu_container {
        height: 45px !important;
    }
}

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

    .header-container.new-header .header__nav .header__main-nav li a {
        font-size: 40px; /* calc(20px + (20 - 20) * ((100vw - 1024px) / (1920 - 1024)));*/
    }

    .prmenu_container {
        /*height: 12px !important;*/
    }

    .divWelcome {
        text-align: center !important;
    }
}
/* responsive Menu End */

.nav > li > a:focus, .nav > li > a:hover {
    background: none !important; /* for main menu */
}

.nav-pills > li > a:hover, .nav-pills > li > a:focus {
    background-color: #B5ABA3 !important;
    /*color: #00263A !important;*/
}


.divSignIn {
    padding: 20px;
    padding-left: 40px;
    padding-top: 0px
}


/**======Fixes for responsiveness========**/
@media (max-width: 992px) {
    .header-container.new-header .header__nav .navbar .navbar__logo {
        padding-left: 25px !important;
        padding-top: 0px !important;
    }

    .page-wrap .community-highlights .panel-group .panel .main-head a {
        font-size: 24px !important;
        vertical-align: middle !important;
    }

    .page-wrap .community-highlights .page-heading .main-heading {
        font-size: 36px !important;
        margin: 0px !important;
    }

    .page-wrap .community-highlights .container.no_pad {
        padding: 0px 30px !important;
    }

    .page-wrap .community-highlights #adv-search.adv-search {
        padding: 10px 10px !important;
    }

    .page-wrap .community-highlights .page-heading .sub-heading {
        font-size: 18px !important;
        padding-bottom: 10px !important;
    }

    .page-wrap .welcome-msg {
        padding-right: 0px !important;
        margin-bottom: 0px !important;
    }

    .welcome-msg .welcome-text {
        height: 30px !important;
        justify-content: center !important;
    }

    .page-wrap .community-highlights .login-panel {
        padding: 10px 10px !important;
    }

    .page-wrap .community-highlights .panel-group .panel .main-head {
        padding: 12px 12px !important;
    }


    .divSignIn {
        padding-left: 20px !important;
    }

    #divDynamicForm {
        padding: 0px !important;
    }

    .page-wrap .community-highlights .login-panel .input-group span {
        z-index: 2 !important;
    }

    .page-wrap .community-highlights .panel-title > a:after {
        background-size: cover;
    }

    #h3ServicesTitle {
        font-size: 22px !important;
    }

    .page-wrap .form-horizontal .header-label-class {
        font-size: 20px !important;
    }

    .page-wrap .form-horizontal .btn-toolbar button {
        padding: 0px !important;
        margin-left: 10px !important;
        padding: 14px !important;
    }

    .btn-toolbar {
        margin-right: 4px !important;
        margin-bottom: 10px !important;
    }

    .loading-screen .loading-screen__content > span {
        left: 0px !important;
    }

    .page-wrap #divMsgs > div {
        overflow-x: auto;
        padding: 10px !important;
    }

    .page-wrap .community-highlights .list-group {
        padding: 10px 10px !important;
        padding-top: 0px !important;
    }


    .page-wrap .community-highlights .panel-group .panel .main-head a[aria-expanded=true]::after, .page-wrap .community-highlights .panel-group .panel .main-head a::after {
        /*background-size: 80% !important;*/
        /*top: 4px !important;*/
    }

    /*.page-wrap .community-highlights .panel-group .panel .main-head a::after {
        top: -4px !important;
    }*/

    .loading-screen .loading-screen__content {
        left: 50% !important;
    }

    .page-wrap .welcome-msg {
        min-height: 74px !important;
    }
}

.page-wrap .new-spotlight .divNavigationAdminHide .divWelcome a, .page-wrap .new-spotlight .lastLoginBar .divWelcome a {
    font-size: 16px !important;
}

.input-group-addon {
    border: none;
}

/* DatePicker control Style */

.ui-datepicker-title, .ui-widget-header {
    background: #F5F1E8 !important;
}

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        background: #eee !important;
    }

    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        border: 1px solid #00617F !important;
        background: #00617F !important;
        color: #F5F1E8 !important;
    }

.dropdown-display, .dropdown-display-label {
    border-radius: 0px !important;
}

#LblErrorForNakheelAccount {
    color: #E8594F
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        /*width: 920px;*/ /*Mina*/
        width: 90%
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1100px;
    }
}

@media (min-width: 1441px) {
    .container {
        width: 1260px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
    .container {
        width: calc(1160px + (1600 - 1160) * ((100vw - 1200px) / (1920 - 1200)));
    }
}



#gridOutstanding thead > tr:first-child > td,
#gridOutstanding thead > tr:first-child > th,
#gridOutstanding thead > tr:first-child > td,
#gridOutstanding thead > tr:first-child > th,
#gridOutstanding thead:first-child > tr:first-child > td,
#gridOutstanding thead:first-child > tr:first-child > th,
#gridPaymentSummary tr:first-child > td,
#gridPaymentSummary tr:first-child > th {
    padding: 20px;
    font-size: 18px;
    color: #00263a;
}

#gridOutstanding thead > tr, #gridPaymentSummary thead > tr {
    background: #ffffffe6;
    border-bottom: solid #ccc 1px !important;
}

#gridOutstanding.table-bordered.dataTable tbody th,
#gridOutstanding.table-bordered.dataTable tbody td,
#gridPaymentSummary tbody th, #gridPaymentSummary tbody td {
    text-align: center;
    padding: 12px;
}

#gridPaymentSummary tr {
    background-color: #f5f5f5 !important;
}

#gridPaymentSummary thead tr {
    background-color: #fff !important;
    border-bottom: solid #ccc 1px !important;
}

#gridPaymentSummary tbody tr:nth-child(odd) {
    background-color: transparent !important
}


#modalServiceNameChange .modal-dialog {
    max-width: 90%;
    margin: auto;
}

#modalServiceNameChange .modal-body {
    max-height: 480px;
    overflow-y: hidden;
    padding: 0;
}

/* Default image */
#modalServiceNameChange .img-container {
    background-image: url("../../Images/serviceNamesChangeDesktop.png?v=2");
    background-size: cover;
    background-position: center center;
    height: 0;
    padding-top: 56.25%; /* Set height to 16:9 aspect ratio */
    position: relative;
}

/* Overlay to cover the image */
#modalServiceNameChange .img-overlay {
    /*background-color: rgba(0,0,0,0.5);*/
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/* Change image for smaller screens */
@media (max-width: 768px) {
    #modalServiceNameChange .modal-body {
        overflow-y: auto
    }

    #modalServiceNameChange .img-container {
        /*padding-top: 180%;*/
        background-image: url("../../Images/serviceNamesChangeMobile.png?v=2");
		background-size: 100% auto;
		background-repeat: no-repeat;
    }
}

/*Obsolete Services modal*/
#obsolete-services .modal-body {
    padding: 0px;
}

    #obsolete-services .modal-body > .row {
        margin: 0px
    }

        #obsolete-services .modal-body > .row .col-lg-3 {
            padding: 0;
        }

#obsolete-services .obsolete-service-img {
    background: url('../../Styling/images/obselete-service.png') center center no-repeat;
    background-size: contain;
    background-position: left top;
    height: 340px;
}

#decom-services .obsolete-service-img {
    background: url('../../Styling/images/obselete-service.png') center center no-repeat;
    background-size: contain;
    background-position: left top;
    height: 340px;
}

#obsolete-services .modal-body > .row .col-lg-9 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    margin-top: 8vh;
    padding-right: 30px;
}

#decom-services .modal-body > .row .col-lg-9 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    margin-top: 8vh;
    padding-right: 30px;
}

#obsolete-services .control-label {
    text-align: left;
    margin-bottom: 20px;
    font-size: 1.25rem;
    color: #333;
    font-weight: 500;
}

    #obsolete-services .control-label span {
        font-family: 'nakheelbold_text'
    }

#obsolete-services .full-width {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

#obsolete-services .obsolete-btn {
    background: #00263A;
    border: none;
    color: white !important;
    text-transform: uppercase;
    letter-spacing: 3.2px;
    border-radius: 0;
    height: 44px;
    font-size: 16px;
    margin: 0;
    padding: 13px;
    display: inline-block;
}

#decom-services .full-width {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

#decom-services .obsolete-btn {
    background: #00263A;
    border: none;
    color: white !important;
    text-transform: uppercase;
    letter-spacing: 3.2px;
    border-radius: 0;
    height: 44px;
    font-size: 16px;
    margin: 0;
    padding: 13px;
    display: inline-block;
}
/* Change image for smaller screens */
@media (max-width: 990px) {
    #obsolete-services .obsolete-service-img {
        background-size: cover;
        background-position: top;
        height: 300px;
    }

    #decom-services .obsolete-service-img {
        background-size: cover;
        background-position: top;
        height: 300px;
    }

    #obsolete-services .modal-body > .row .col-lg-9 {
        margin-top: 3vh;
        margin-bottom: 20px;
    }

    #decom-services .modal-body > .row .col-lg-9 {
        margin-top: 3vh;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    #obsolete-services .full-width {
        align-items: center;
        justify-content: center;
        flex-direction: column-reverse;
    }

    #obsolete-services .obsolete-btn {
        margin-top: 10px;
        width: 100%;
    }

    #decom-services .full-width {
        align-items: center;
        justify-content: center;
        flex-direction: column-reverse;
    }

    #decom-services .obsolete-btn {
        margin-top: 10px;
        width: 100%;
    }
}

.new-service {
    background-color: #59595C;
    padding: 7px 5px;
    border-radius: 30%;
    margin-left: 10px;
    font-size: 12px;
}

.obsolete-servicesName, .obsolete-servicesName * {
    color: #4b4b4b !important;
}

.decom-servicesName, .decom-servicesName * {
    color: #4b4b4b !important;
}

.img-next img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    padding-left: 10px;
    padding-bottom: 2px;
}

.conditionalMore, .conditionalMore:hover {
    font-family: 'nakheelregular_text';
    font-size: 14px;
    background-color: transparent;
    border: none;
    color: #00617f;
    text-decoration: underline;
    padding: 5px;
    text-transform: capitalize !important;
}

    .conditionalMore:active, .conditionalMore:visited {
        outline: none !important
    }


/*--------------------------*/
.qty-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .qty-container .input-qty {
        text-align: center;
        padding: 6px 10px;
        border: 1px solid #d4d4d4;
        max-width: 80px;
    }

    .qty-container .qty-btn-minus,
    .qty-container .qty-btn-plus {
        border: 1px solid #d4d4d4;
        padding: 10px 13px;
        font-size: 10px;
        height: 38px;
        width: 38px;
        transition: 0.3s;
    }

    .qty-container .qty-btn-plus {
        margin-left: -1px;
    }

    .qty-container .qty-btn-minus {
        margin-right: -1px;
    }


/*-------Quantity increase and decrease------------*/


#increaseDecreaseComp .value-button {
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0px;
    width: 40px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    padding: 11px 0;
    background: #eee;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    #increaseDecreaseComp .value-button:hover {
        cursor: pointer;
    }

#increaseDecreaseComp #decrease,
#increaseDecreaseComp .decrease {
    margin-right: -4px;
    border-radius: 8px 0 0 8px;
    height: 40px
}

#increaseDecreaseComp #increase,
#increaseDecreaseComp .increase {
    margin-left: -4px;
    border-radius: 0 8px 8px 0;
    height: 40px
}

#increaseDecreaseComp #input-wrap {
    margin: 0px;
    padding: 0px;
}

#increaseDecreaseComp input#number,
#increaseDecreaseComp input.number {
    text-align: center;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0px;
    width: 40px;
    height: 40px;
}

#increaseDecreaseComp input[type=number]::-webkit-inner-spin-button,
#increaseDecreaseComp input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


#increaseDecreaseComp div[disabled].value-button {
    background-color: #b5aba3 !important;
    pointer-events: none;
}

#increaseDecreaseComp div.input-group {
    cursor: not-allowed;
}
