.web_menu_hidden {
    position: absolute;
    top: 70px;
    left: 0px;
}

.selectArrow {
    pointer-events: none;
}

.searchBtn {
    top: 8px;

}

#web_nav {
    display: block;
}

#mobile_nav {
    display: none;
}

@media screen and (max-width: 990px) {
    #static_span {
        display: none;
    }
}

@media screen and (max-width: 995px) {
    .col-lg-3.row.alignCenter {
        margin-left: 10.5%;
        margin-top: 11px;
    }

    .searchBtn {
        left: 16px;
    }

    #search_input {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #filter_icon {
        position: fixed;
        top: 34px;
        left: 30px;
    }

    #dark_thm_icon,
    #light_thm_icon {
        position: fixed;
        top: 34px;
        left: 100px;
    }

    #get_statistics {
        position: fixed;
        top: 34px;
        left: 167px;
        width: 50px;
        height: 50px;
        padding: 11px;
    }

    #more {
        position: fixed;
        top: 34px;
        left: 234px;
        width: 50px;
        height: 50px;
        padding: 11px;
    }

    .web_menu_hidden {
        position: absolute;
        top: -75px;
        left: 70px;
    }

    #static_span {
        display: none;
    }

    .graphImg {
        margin-left: 0px;
    }

    .textCenter {
        padding-left: 0;
    }

}

@media screen and (max-width: 600px) {

    #web_nav {
        display: none;
    }

    #mobile_nav {
        display: block;
    }



    .col-lg-3.row.alignCenter {
        margin-left: 7.3%;
        margin-top: 11px;
    }

    .searchBtn {
        left: 26px;
    }


    #search_input {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #static_span {
        display: none;
    }

    #filter_icon {
        position: fixed;
        top: 34px;
        left: 30px;
    }

    #dark_thm_icon,
    #light_thm_icon {
        position: fixed;
        top: 34px;
        left: 100px;
    }

    #get_statistics {
        position: fixed;
        top: 34px;
        left: 167px;
        width: 50px;
        height: 50px;
        padding: 11px;
    }

    #more {
        position: fixed;
        top: 34px;
        left: 234px;
        width: 50px;
        height: 50px;
        padding: 11px;
    }

    .web_menu_hidden {
        position: absolute;
        top: -75px;
        left: 70px;
    }

    .graphImg {
        margin-left: 0px;
    }


    .textCenter {
        padding-left: 0;
    }


    #mobile_nav_img {
        margin-right: -2px;
    }

    .mapboxgl-popup-content {
        border-radius: 16px !important;
        /* position: fixed;
        top: -2rem;
        left: -55rem;
        max-width: 22rem;
        max-height: 610px; */
        overflow-y: auto;
    }

    .mapboxgl-popup-close-button {
        display: none;
    }

    .closeFilter {
        display: none;
    }

    .leftCol {
        text-align: right !important;
    }

}

@media screen and (max-width: 570px) {

    .side-controls label {
        position: absolute;
        top: 238px;
    }

    .controls {
        position: absolute;
        top: 260px;
    }

    .leftCol {
        text-align: right !important;
    }

    #mobile_nav_img {
        margin-right: 5px;
    }

    .closeFilter {
        display: none;
    }


    #web_nav {
        display: none;
    }

    #mobile_nav {
        display: block;
    }



    .col-lg-3.row.alignCenter {
        margin-left: 7.3%;
        margin-top: 11px;
    }

    .searchBtn {
        left: 26px;
    }


    #search_input {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #filter_icon {
        position: fixed;
        top: 34px;
        left: 30px;
    }

    #dark_thm_icon,
    #light_thm_icon {
        position: fixed;
        top: 34px;
        left: 100px;
    }

    #get_statistics {
        position: fixed;
        top: 34px;
        left: 167px;
        width: 50px;
        height: 50px;
        padding: 11px;
    }

    #static_span {
        display: none;
    }

    .graphImg {
        margin-left: 0px;
    }

    .textCenter {
        padding-left: 0;
    }

    .chartCol {
        padding: 15px;
    }

    .reportsModal.modal.left .modal-body {
        padding: 0px;
    }

    .mobile_nav {
        background: linear-gradient(180deg, rgba(19, 85, 99, 0.8) 0%, rgba(255, 255, 255, 0) 100%) !important;
        padding-top: 25px;
    }



    .mobile_icon {
        background-color: #fff;
        /* width: auto; */
        float: right;

        /* color: #fff; */
        border-radius: var(--border_radius);
        font-size: var(--font_size);
        width: auto;
        height: 40px;
        padding: 3px;
        margin: 7px 0px 8px 0px;
    }



    #search_input_mobile {
        position: relative;
        max-width: 140px;
    }

    #search_icon {
        position: absolute;
        width: 40px !important;
        height: 40px;
        padding: 3px;
        top: 5px;
        left: 8px;
    }

    .navbar-toggler {
        /* background: #5CC66A; */
        padding-top: 10px;
        padding-bottom: 10px;

    }

    .dark-blue-text {
        color: #fff;
    }

    .nav-item {
        background: transparent !important;
    }


    .navbar-nav {
        background: transparent !important;
    }



    .filterImg {
        width: 30px;
        height: 30px;
        margin-left: 4px;
    }

    .mobile_label {
        padding-left: 8px;
    }

    .mapboxgl-popup-content {
        border-radius: 16px !important;
        /* position: fixed;
        top: -2rem;
        left: -56rem;
        max-width: 22rem;
        max-height: 610px; */
        overflow-y: auto;
    }

    .mapboxgl-popup-close-button {
        display: none;
    }



}




@font-face {
    font-family: 'nebras';
    font-weight: 200;
    src: url('../../fonst/NebrasSerif-ExtraLight.otf') format('opentype');
}

@font-face {
    font-family: 'nebras';
    font-weight: 300;
    src: url('../../fonst/NebrasSerif-Light.otf') format('opentype');
}

@font-face {
    font-family: 'nebras';
    font-weight: 400;
    src: url('../../fonst/NebrasSerif-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'nebras';
    font-weight: 500;
    src: url('../../fonst/NebrasSerif-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'nebras';
    font-weight: 700;
    src: url('../../fonst/NebrasSerif-SemiBold.otf') format('opentype');
}

@font-face {
    font-family: 'nebras';
    font-weight: 800;
    src: url('../../fonst/Nebras-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'nebras';
    font-weight: 900;
    src: url('../../fonst/NebrasSerif-ExtraBold.otf') format('opentype');
}


@font-face {
    font-family: 'bahij';
    font-weight: 800;
    src: url('../../fonst/Bahij_TheSansArabic-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'bahij';
    font-weight: 500;
    src: url('../../fonst/Bahij_TheSansArabic-Plain.ttf') format('truetype');
}

body {
    font-family: 'nebras';
    font-weight: normal;
}



.web_menu_hidden li {
    margin: 8px;
}

.web_menu_hidden .reportsBtn {
    background-color: #fff;
    color: #000;
}

#more {
    background-color: #fff;
}

.bg-transpaernt {
    /* margin-top: 35rem; */
    position: absolute;
    bottom: 2rem;
    background: transparent !important;
    z-index: 1000;
    padding-top: 20px;
    padding-bottom: 20px;
}



.news_slider {
    overflow: hidden;
}

.news_item {
    display: flex;
}

.news_text {
    flex-shrink: 0;
    width: auto;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}

@keyframes tickerh {
    100% {
        transform: translate3d(100%, 0, 0);
    }

    0% {
        transform: translate3d(-10%, 0, 0);
    }
}

.news_item {
    animation: tickerh linear 40s infinite;
    flex-wrap: nowrap;
}

.news_item:hover {
    animation-play-state: paused;
}


.news_label {
    position: absolute;
    top: 0.6rem;
    z-index: 9;
    background-color: #5cc66a;
    padding: 8px 21px;
    border-radius: 50px;
    color: white;

}


.owl-prev {
    display: inline-block;
    position: absolute;
    top: 44px;
    left: -37px;
    background-color: #fff;
    padding: 12px 16px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    color: #0f7d94;
    font-weight: 500;
    font-size: 20px;
    margin-left: -18px
}

.owl-next {
    display: inline-block;
    position: absolute;
    top: 44px;
    right: -37px;
    background-color: #fff;
    padding: 12px 20px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    color: #0f7d94;
    font-weight: 500;
    font-size: 20px;
    margin-right: -18px
}

#news_strip {
    width: 75%;
}

@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.ticker-wrap {
    position: fixed;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    height: 4rem;
    background-color: #fff;
    padding-left: 100%;
    box-sizing: content-box;
}

.ticker-wrap .ticker {
    display: inline-block;
    height: 4rem;
    line-height: 4rem;
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 500s;
    animation-duration: 500s;
}

.ticker-wrap .ticker__item {
    display: inline-block;
    padding: 0 2rem;
    font-size: 1rem;
    color: #111;
}

@media screen and (max-width: 770px) {
    #news_strip {
        width: 100%;
    }

    body {
        overflow-x: hidden;
    }
}

.ticker:hover {
    animation-play-state: paused;
}

.darkMode.prog_div {
    background-color: #343332 !important;
    color: #fff;
}

.newNavBar {
    background: transparent;
}

.width-90 {
    width: 90%;
}

.rowNav {
    background-color: #fff;
    padding: 24px 40px;
    border-radius: 16px;
    box-shadow: 0px 8px 24px 0px rgba(128, 148, 174, 0.10);
}

.btnsMode {
    gap: 16px;
    max-width: fit-content;
    border-radius: 8px;
    border: 1px solid var(--Gray-blue-50, #F2F4F7);
    padding: 8px;
}

.streetBtn {
    margin-left: 16px;

}

.modeBtn {
    border-radius: 4px;
    padding: 8px;
    height: 40px;
    display: inline-block;
    cursor: pointer;
    width: 40px;
    text-align: center;
}

.ctaBtn,
.ctaBtn:hover {
    padding: 12px 32px;
    border-radius: 8px;
    background: #000;
    color: #FFF;
    font-family: "bahij";
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    height: 60px;
    text-decoration: none;
    display: block;
    min-width: 234px;
}

.ctaBtn svg {
    margin-right: 16px;
}

.searchSVG {
    position: absolute;
    right: 32px;
    top: 12px;
}

.searchInput,
.searchInput:focus {
    border-radius: 8px;
    border: 1px solid var(--Gray-blue-50, #F2F4F7);
    padding: 16px;
    padding-right: 40px;
    color: var(--Gray-blue-500, #8094AE);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: "bahij";
}

.searchInput::placeholder {
    color: var(--Gray-blue-500, #8094AE);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.filterBtn {
    border-radius: 8px;
    border: 1px solid var(--Gray-blue-50, #F2F4F7);
}

.activeMode {
    background-color: var(--Foundation-P-p-50, #FEF1EE);
}

.activeMode svg path {
    fill: #F37053;
}

.noPadding {
    padding: 0 !important;
}

.mapboxgl-popup-content .detailsRow:not(:nth-child(7)) {
    margin-bottom: 24px;
}

.detailsRow {
    font-family: 'bahij';
}

.firstDetails {
    margin-bottom: 32px;
}

.detailsSVG {
    margin-left: 8px;
}

.marginR-8 {
    margin-right: 8px;
}

.mapboxgl-popup {
    left: 50% !important;
    top: 50% !important;
    transform: translateX(-50%) translateY(-50%) !important;
}

.leftTxt {
    color: var(--Gray-blue-900, #363E49);
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.darkMode .leftTxt {
    color: #fff;
}

.modal-header .close {
    margin: 0;
    padding: 0;
}

.modal-header .closeRightModal {
    padding: 1rem 1rem;
    margin: 0;
    opacity: 1;
    padding: 0;
}

.whiteClose {
    display: none;
}

.darkMode .darkClose {
    display: none;
}

.darkMode .whiteClose {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'nebras';
}

.filterModal .modal-title {
    color: #000;
    font-size: 24px;
    font-weight: 800;
    line-height: 125%;
    margin-top: 0;
}

.filterModal .modal-header {
    border-bottom: 1px solid var(--Gray-blue-50, #F2F4F7);
    margin-bottom: 24px;
}

.blockTitleForm {
    color: #000;
    text-align: right;
    font-size: 18px;
    font-weight: 800;
    line-height: 125%;
    margin-bottom: 24px;
}

.newForm .container {
    display: block;
    position: relative;
    padding-right: 30px;
    margin-bottom: 16px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: var(--Gray-blue-900, #363E49);
    font-family: "bahij";
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
}

/* Hide the browser's default checkbox */
.newForm .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.newForm .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border-radius: 2px;
    border: 1px solid var(--Foundation-Blue-blue-100, #D8DEE6);
}

/* On mouse-over, add a grey background color */
.newForm .container:hover input~.checkmark {
    background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.newForm .container input:checked~.checkmark {
    background-color: #F37053;
    border: 1px solid #F37053;
}

/* Create the checkmark/indicator (hidden when not checked) */
.newForm .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.newForm .container input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.newForm .container .checkmark:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.newForm .form-group:not(:last-child) {
    margin-bottom: 32px;
}

.filterModal .modal-footer {
    position: fixed;
    bottom: 0;
    display: block;
    width: 100%;
    background-color: #fff;
    right: 0;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    padding: 40px 0 16px;
    border-top: unset;
}

.submitFilter,
.submitFilter:hover {
    float: left;
    margin-left: 24px;
    padding: 6px 32px;
    border-radius: 8px;
    background: #000;
    color: #FFF;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    font-family: 'bahij';
}

.filterModal.right .modal-body {
    padding: 0 15px 110px;
}

.darkMode .filterModal .modal-title,
.darkMode .blockTitleForm {
    color: #FFF;
}

.darkMode .filterModal .modal-footer {
    background-color: #2d2d2d;
}

.mapboxgl-popup {
    transform: translateX(-50%) translateY(-30%) !important;
}

@media screen and (min-width: 992px) {
    .mapboxgl-popup {
        max-width: 35% !important;
    }
}

@media screen and (max-width: 1440px) {

    .ctaBtn,
    .ctaBtn:hover {
        min-width: 195px;
        font-size: 13px;
    }

}

@media screen and (min-width: 992px) and (max-width: 1440px) {
    .mapboxgl-popup {
        transform: translateX(-50%) translateY(-50%) !important;
    }

    #contentBlock img {
        height: 230px !important;
    }
}

@media screen and (max-width: 768px) {
    .mapboxgl-popup {
        top: -35%;
    }

    #contentBlock img {
        height: 230px !important;
    }

    .mapboxgl-popup {
        width: 100%;
        max-width: 90% !important;
    }
}

.mapboxgl-popup {
    width: 100%;
    /* max-width: 90%!important; */
}
@media screen and (max-width: 768px) {
    .logoImg{
        width: 60px!important;
    }
    .textRight{
        text-align: center;
    }
}