/*.leaflet-marker-icon .leaflet-zoom-animated .leaflet-interactive*/
/*{*/
/*    opacity: 0.5;*/
/*    width: 10px;*/
/*    height: 15px;*/
/*}*/

.table-responsive {
    margin-bottom: 0;
}

/*.table thead tr, .table th {*/
/*    background-color: #25aae1;*/
/*    color: #fff;*/
/*}*/

.table td, .table th {
    border-left: 1px solid #eaeff5;
    border-right: unset;
    border-bottom: unset;
    border-top: unset;
}

.border-bottom td {
    color: #000000;
}

.unit-data-slider .row {
    margin: 0;
    padding: 10px;
    /*background-color: #ddd;*/
}

.unit-data-slider .row .col-12 {
    margin: 0 auto;
    /*background-color: #ffffff;*/
    border-radius: 20px;
}


#unit-report .table {
    border-bottom: 1px solid #f0f0f0;
}

th {
    text-align: center;
}

.added-img {
    width: 100%;
}

.mfp-bg {
    z-index: 9999;
}

.mfp-wrap {
    z-index: 10000;
}

.logo-nufoth {
    text-align: right;
    width: 15%;
}

.links-ul {
    float: right;
    list-style: none;
}

.links-ul li {
    float: right;
    margin: 30px 10px;
    font-family: 'Tajawal', sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.links-ul li a {
    color: white
}

.links-ul li a:hover {
    color: gray
}

.nav-brand img {
    width: auto;
    top: -3px;
}

.fixed-logo img {
    top: 12px;
}

.nav-3 {
    float: left;
    width: 23% !important;
}

footer {
    z-index: 5;
}

.footer-ul ul {
    list-style: none;
}

.footer-ul ul li {
    float: right;
    margin: 5px 20px;
    cursor: none;
    padding: 5px;
    font-size: 17px;
}

.footer-ul ul li:hover {
    cursor: pointer;
}

.footer-ul ul li a {
    text-decoration: none;
}

footer .content, .content-modal {
    display: none;
}

.footer-new .content:first-of-type {
    padding-bottom: 50px;
}

.unit-ul li {
    display: inline;
    float: right;
    margin: 5px 10px;
    cursor: pointer;
}


.unit-ul a {
    margin: 5px 6px;
    cursor: pointer;
     color: #262262;
    display: inline-block;
    font-size: 15px;
    padding-bottom: 5px;
}



.active {
    display: block !important;
}

.active-link {
    border-bottom: 2px solid #262262;
    font-weight: bolder;
    color: #72809D;
}

.partner-div .carousel ol {
    top: 150px;
}


.carousel ol li {
    border-radius: 50%;
    border: 1px solid #000000;
    height: 10px;
    width: 10px;
}

.wpk_process {
    padding: 10px;
}

#tab2 .row {
    height: 580px;
}

#tab2 .row .field_work img,
#tab2 .row .field_work h6 {

    position: absolute;
    top: 40%; /* Position the item at the vertical center */
    left: 50%; /* Position the item at the horizontal center */
    transform: translate(-50%, -50%); /* Move the item back by half of its own width and height to center it */

}

#tab2 .row .field_work h6 {
    margin-top: 80px;
    width: 100%;
}

.carousel-control-prev,
.carousel-control-next {
    background: none;
    cursor: pointer;
    border: none;
    color: black;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    color: black;
}

.slider .image-item {
    text-align: center;
    /*border: 1px solid #0b0b0b;*/
}

.opn-slider {
    padding: 0 50px;
    height: 225px;
}

.slider ol li, .opn-slider ol li {
    border-radius: 50%;
    padding: 5px 0;
    width: 10px;
}

.opn-slider ol {
    top: 200px;
}

.slider ol {
    top: 230px;
}


.slider {
    min-height: 200px !important;
}

.partner-div {
    height: 140px !important;
}

.footer-new .image-item {
    padding: 2px;
}

.partner-div .image-item img {
    /*width: 90%;*/
    /*border-radius: 20px;*/
    padding: 0px;
    height: 130px;
}

.partner-div {
    height: 140px;
}

.image-item img {
    /*width: 70%;*/
    /*border-radius: 20px;*/
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.footer-new .tab-content .contact {
    padding-top: 0;
}

.contact .container {
    margin-top: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-image: none;
}

@media (max-width: 990px) {
    .floor_listeo {
        display: none;
    }

    .unit-f-row ul {
        padding-inline-start: 15px;
    }

    .unit-f-row td {
        padding: 12px !important;
    }
}

@media (min-width: 990px) {
    .unit-f-row th {
        width: 150px;
    }
}

.test-animation {
    display: inline-block;
    animation: inner-left 1s 1s ease both,
    text-clip 1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
}

.TTContainer {
    display: inline-block;
    display: -ms-flex;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.bw {
    filter: grayscale(100%);
    margin: 10px;
}

.bw:hover {
    filter: none;
}

/* Logo Slider */

.logo-slider {
    background: white;
    -webkit-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.125);
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.125);
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.logo-slider::after {
    background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 175px;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.logo-slider::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.logo-slider .logo-slide-track {
    /*-webkit-animation: logo-scroll 60s linear infinite;*/
    /*animation: logo-scroll 60s linear infinite;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(250px * 14);
    animation-duration: 50s;
    animation-iteration-count: infinite;
}

.logo-slider .slide {
    height: 150px;
    width: 250px;
    padding: 20px;
}

@-webkit-keyframes logo-scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes logo-scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}

.sec-heading-hr {
    max-width: 50px;
    border-color: #25aae1;
    border-width: 3px;
}

.wpk_thumb_figure img {
    height: 45px;
}

.style-2 .location_wrap_content {
    background: rgb(0 0 0 / 0%) !important;
}


.footer-ul ul {
    list-style: none;
}

.footer-ul ul li {
    float: right;
    margin: 5px 20px;
}

.footer-ul ul li a {
    text-decoration: none;
}

.content .card img {
    max-height: 300px
}

.content .card-body p {
    width: 95% !important;
    float: right;
    font-size: 18px;
}

.content .card-body .arrow {
    width: 8%;
    float: left;
    border-radius: 50%;
    padding: 2px 5px;
    font-size: 20px;
}

.news-mobile-div .card-body .arrow {
    width: 8%;
    float: left;
    border-radius: 50%;
    padding: 2px 5px;
    font-size: 20px;
}


.op-text {
    font-size: 20px;
    color: #0b0b0b;
}

.op-name {
    font-size: 18px;
    color: #0b0b0b;
}

.op-job {
    font-size: 16px;
    color: #00d1f6;
}

.header {
    background-color: #31A6D9 !important;
}

.contact .info-box {
    color: #444444;
    background: #fafbff;
    padding: 10px;
    height: 170px;
}

.customer-opinion {
    color: #0b0b0b;
}

.property_block_wrap {
    display: block;
    width: 100%;
    background: none;
    padding: 1rem 1.5rem;
    margin-bottom: 20px;
    border-radius: 6px;
    border: none;
}

.contact .info-box i {
    font-size: 38px;
    line-height: 0;
    color: #25aae1;
}

.contact .brand_border .fa.fa-minus {
    color: #fff;
    font-size: 8px;
    height: 2px;
    background: #25aae1 none repeat scroll 0 0;
    width: 100px;
}

.contact .brand_border .bi.bi-telephone {
    font-size: 25px;
    color: #25aae1;
}

footer .contact .container {
    margin-top: 0;
    border: none;
    padding: 10px;
    background-color: #ffffff;
}


footer .content {
    background-color: #FFFFFF;

}

.unit-data-slider .content {
    box-shadow: none;
}

.unit-data-slider .contact {
    padding: 0;
    background: none;
}

.unit-data-slider .contact .container {
    padding: 5px;
    box-shadow: none;
}

.unit-data-slider .contact .info-box {
    height: 100%;
    font-size: 10px;
}


section {
    padding: 0;
}


.mbr-section-title {
    font-size: 60px;
    font-weight: bold;
}

.tab-modal .table thead tr, .tab-modal .table th {
    background-color: white;
    color: #9e9d9d;
}

.table .border-bottom {
    border-bottom: 1px solid #f0f0f0;
    font-weight: bolder;

}

.modal-dialog .container {
    /*background-color: grey;*/
}

table.table tr th {
    font-weight: 100;
}

.unit-f-row ul li {
    float: right;
    padding: 4px 12px;
    background-color: #0ac1a7;
    list-style: none;
    margin: 4px;
    border-radius: 20px;
    color: white;
}

.carousel-indicators .active {
    background-color: #23bf8f;
}

.leaflet-right .leaflet-control {
    display: none;
}

.leaflet-control-zoom {
    margin-top: -60px !important;
}


.social-links-ul {
    list-style: none;
    float: right;
}

.social-links-ul li {
    float: right;
    margin: 20px;
}

.social-links-ul li a i {
    font-size: 20px;
    padding: 5px 6px;
    border: 1px solid #fff;
    border-radius: 5px;
}


.k-btn {
    background-color: #262262;
    color: white;
}


.estates-search .k-btn {
    border-radius: 14px;
}

#tab11 .contact {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #ffffff;
}

.contact .container {
    box-shadow: none;
}

.news-mobile-div {
    display: none;
}

.news-pc-div {
    display: block;
}

.carousel-control-next, .carousel-control-prev {
    background: none;
    font-size: 20px;
}


@import url('https://fonts.googleapis.com/css2?family=Sen&display=swap');
#confetti{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}


.unit-img-btn {
    padding: 3px 6px;
    border-radius: 20px;
    margin: 10px ;
    display: inline-block;
    background-color: #E6F0F9;
    color: darkblue;
}

.active-unit-img-btn {
    background-color: #007bff;
    color: white;
}

.active-unit-img-btn:focus {
    background-color: #007bff;
    color: white;
}


.wpk_caption h4 {
    font-size: 16px;
}

.wpk_caption p {
    font-size: 10px;
}





    /*end of pc */

    /* abed mobile */
    /*@media (max-width: 480px) {*/


@media only screen and (max-width: 768px) {

    .partner-div .image-item img {
        padding: 10px;
        height: 70px;
    }

    .copy-link {
        font-size: 9px !important;
    }

    .unit-ul a {
        width: 45px;
        margin : 5px 2px;
        font-size: 12px;
    }



    .partner-div .carousel-control-next {
        right: -15px;
        top: -35px;
    }


    .footer-new .content:first-of-type {
        padding-bottom: 0 !important;
    }


    .unit-img-btn {
        margin: 3px;
        font-size: 9px;
        display: inline-block;
    }

    .partner-div .carousel-control-prev {
        left: -15px;
        top: -35px;
    }

    #b-map {
        height: 280px !important;
    }

    .important-links li {
        float: right;
        margin: 10px;
    }

    .news-mobile-div {
        display: block;
    }

    .news-pc-div {
        display: none;
    }


    #unit-info .container {
        margin: 30px 0 auto;
    }

    .unit-ul li {
        margin: 5px;
        font-size: 7px;
    }

    #tab6 h7 {
        font-size: 9px;
    }

    #tab6 .carousel-item h7.col-4,
    #tab6 .carousel-item a.col-4 {
        font-size: 14px !important;;
    }

    .social-links-ul li {
        margin: 15px;
    }

    .opn-slider {
        padding: 0 35px;
        height: 225px;
    }

    footer {
        overflow-x: hidden;
    }

    footer .content {
        background-color: #F3F5F8;
        box-shadow: 0 11px 40px 0 rgb(0 0 0 / 25%);
        padding: 20px;
    }

    footer .content:nth-of-type(4) {
        padding: 0;
    }

    .mbr-section-title {
        font-size: 30px;
        font-weight: bold;
    }

    footer .contact .container {

        padding: 0;

    }

    .contact .brand_border .fa.fa-minus {
        color: #fff;
        font-size: 8px;
        height: 2px;
        background: #25aae1 none repeat scroll 0 0;
        width: 70px;
    }

    .col-sm-6 {
        width: 25% !important;
        padding: 0;
    }

    .contact .col-sm-6 span {
        font-size: 9px;
        font-weight: lighter;
    }

    .contact .info-box p {
        padding: 0;
        line-height: 17px;
        font-size: 12px;
    }

    .inner_section {
        max-height: 150px;
    }

    .contact .info-box {
        color: #444444;
        background: #fafbff;
        padding: 14px;
    }

    .content .card-body p {
        font-size: 11px;
    }

    .content .card-body .arrow {
        padding: 4px 0 !important;
    }

    .op-text {
        font-size: 12px;
        color: #0b0b0b !important;
    }

    .op-name {
        font-size: 10px;
        color: #0b0b0b !important;
    }

    .op-job {
        font-size: 9px;
        color: #00d1f6;
    }


    .field_work {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
    }


    .field_work img {
        width: 70px;
        display: block;
        margin: 0 auto;
    }

    .field_work h6 {
        color: #8a8d91;
        margin-top: 25px;
    }

    .footer-ul {
        background-color: white;
        padding: 20px;
    }

    .footer-ul ul li {
        float: right;
        margin: 3px 2px;
        font-size: 10px;
    }

    .footer-new {
        margin-top: 0 !important;
    }

    .buttons .col-md-5 button {
        margin: 7px 0;
        font-size: 10px;
    }

    .links-ul {
        display: none;
    }

    .logo-nufoth {
        display: none;
    }

    .nav-1-mobile {
        display: block;
        width: 17%;
        float: right;
        text-align: right;
    }


    .nav-1-mobile .navigation-portrait .nav-menu.nav-menu-social {
        width: 100%;
        text-align: right !important;
    }

    .nav-4 {
        width: 58%;
        float: right;
        text-align: center;
    }

    .nav-4 a img {
        width: 100%;
        margin-top: 10px;
    }


    .nav-3 {
        width: 25% !important;
        margin-top: 8px;
    }


    .nav-3 .nav-menu-social {
        float: left !important;
        text-align: left !important;;
    }


    .nav-3 ul {
        float: left !important;
        text-align: left !important;;
    }


    .nav-tel, .nav-tel i {
        font-size: 14px !important
    }

    .nav-tel {
        color: #ffffff;
        height: 30px;
        text-align: left;
        font-size: 14px !important;
        padding: 0 !important;
        margin: 0 !important;
        margin-top: 10px !important;
    }

    .open-nav-icon {
        color: white;
    }
    .navigation-portrait .nav-menu.nav-menu-social > li {
        margin: 0 !important;
    }

    .slider ol {
        top: 95px;
        left: 35px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        /*display: none !important;*/
    }

    .slider {
        min-height: 100px !important;
    }

    .opn-slider ol {
        top: 160px;

    }

    .add-listing {
        display: block !important;
        height: 30px !important;
        padding: 3px !important;
    }

    .add-listing a {
        padding: 0 !important;
    }

    .header {
 