/*  
Theme Name: Arada 2022 WordPress Theme
Theme URI: https://techcarrot.ae/
Description: A WordPress theme frame work
Version: 1.0
Author: techcarrot
*/
 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
body {
    background: none repeat scroll 0 0 #fff;
    margin: 0;
    padding: 0;
}
html, body {
    overflow-x: hidden;
    width: 100%;
}
.clear, .cb{
    clear:both;
}

*{
    box-sizing: border-box;
}

blockquote{
     margin-left:36px;
     margin-right:36px;
}
a{
    color:#000000;
    text-decoration:none;
}
a:hover{
    border:none;
}
h1 a, h2 a, h3 a{
    border:none;
    color:#000;
    text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover{
    background:none;
    color:#1D428A;
}
img,iframe{
    max-width: 100%;
}
section {
    width: 100%;
    float: left;
    position: relative;
}
.container {
    width: 1850px;
    margin: 0 auto;
    max-width: 95%;
}
.container-md {
    width: 1635px;
    margin: 0 auto;
    max-width: 90%;
}
.container-mx {
    width: 1920px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    height: 100%;
}
.site-wrapper {
    width: 1920px;
    margin: 0 auto;
    max-width: 100%;
    height: 100%;
}
.text-center{
    text-align: center;
}

a.logo {
    float: left;
    margin-right: 20px;
    padding-top: 9px;
    width: 209px;
    transition: all 0.3s ease;
}
a.logo img {
    float: left;
    height: auto;
    max-width: 100%;
}


/*Drop Menu start*/
#header {
    background-color: rgba(255,255,255,1);
    float: left;
    width: 100%;
    align-items: center;
    padding: 10px 0;
    z-index: 9999;
    position: fixed;
    min-height: 80px;
    border-bottom: 1px solid #f7f7f7;
    left: 0;
}

#header a.arada-brand {
    float: left;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#mobile-menu.menu-top-navigation {
    display: none;
}
.menu-top-navigation {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    z-index: 300;
    float: right;
}
.menu-top-navigation a {
    color: #000;
    display: block;
    float: left;
    font-size: 15px;
    margin-right: 0px;
    text-decoration: none;
    padding: 20px 16px;
    line-height: 24px;
    transition: all 0.3s ease;
    position: relative;
    text-underline-offset: 3px;
}
.menu-top-navigation a:hover {
    text-decoration: underline;
}
.menu-top-navigation li.menu-item.menu-item-has-children {
    /*background-image: url(assets/images/mobile-menu-arrow-black.svg);*/
    background-repeat: no-repeat;
    background-position: 99% 30px;
    background-size: 10px;
}

.menu-top-navigation .nav-button > a {
    background-color: #000;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 20px;
    white-space: nowrap;
    margin-top: 10px;
    font-family: 'Arada-Bold';
}
.menu-top-navigation li.search-button::before {
    content: "";
    position: absolute;
    left: -18px;
    top: 12px;
    height: 40px;
    width: 1px;
    background-color: #000;
}
.menu-top-navigation li.search-button {
    margin-left: 35px;
}
.menu-top-navigation li {
     float:left;
     position:relative;
}
.menu-top-navigation ul a {
    font-weight: normal;
}
li.lng-switch a{
    font-family: Cairo-Regular;
}
.menu-top-navigation .current_page_item > a, 
.menu-top-navigation .current-menu-item > a,
.menu-top-navigation .current-menu-parent > a  {
    text-decoration: underline;
}
.menu-top-navigation li ul {
    position: absolute;
    top: 60px;
    width: 200px;
    background-color: #fff;
    padding: 10px 0;
    display: none;
    border: 1px solid #f1f1f1;
}
.menu-top-navigation li ul li {
    width: 100%;
}
.menu-top-navigation li ul a {
    height: auto;
    float: left;
    text-align: left;
    margin: 0px;
    width: 100%;
    display: block;
    padding: 5px 15px;
    font-size: 15px;
    line-height: 22px;
}
 .menu-top-navigation ul ul {
    top:auto;
}
.menu-top-navigation li ul ul {
    left: 100%;
}
.menu-top-navigation li:hover ul ul, .menu-top-navigation li:hover ul ul ul, .menu-top-navigation li:hover ul ul ul ul {
    display:none;
}
#desk-menu li:hover ul/* , 
.menu-top-navigation li li:hover ul, 
.menu-top-navigation li li li:hover ul, 
.menu-top-navigation li li li li:hover ul */ {
    display:block;
}

/* mobile menu start*/
.menu-tab-outer {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 79px;
    text-align: center;
    display: none;
}
.menu-tab {
    width: 27px;
    height: 27px;
    z-index: 100;
    top: 0px;
    right: 0px;
    cursor: pointer;
    transition: all 0.3s ease;
    float: right;
    display: none;
    text-align: right;
    margin-top: 25px;
    margin-right: 27px;
}

.menu-tab div {
    height: 3px;
    background-color: #000;
    display: block;
    margin: 3px 0;
    transition: all 0.3s ease-in-out;
    float: right;
    clear: both;
}

.menu-tab .one, .menu-tab .three, .menu-tab .two {
    width: 27px;
    transition: all 0.3s ease-in-out;
}
.menu-tab:hover .one,
.menu-tab:hover .three {
    width: 27px;
    transition: all 0.3s ease-in-out;
}

.menu-tab:hover .two {
    width: 27px;
    transition: all 0.3s ease-in-out;
}

.menu-tab.active {
    left: 345px;
    transition: all 600ms ease-in-out;
}

.menu-tab.active .one {
    width: 23px;
    -webkit-transform: translateY(9px) rotate(-130deg);
    transform: translateY(9px) rotate(-130deg);
    transition: all 0.6s ease-in-out;
}

.menu-tab.active .two {
    width: 23px;
    opacity: 0;
    transition: 0.4s ease;
}

.menu-tab.active .three {
    width: 23px;
    -webkit-transform: translateY(-9px) rotate(-50deg);
    transform: translateY(-9px) rotate(-50deg);
    transition: all 0.6s ease-in-out;
}

.menu-hide {
    width: 345px;
    right: -345px;
    height: 100vh;
    position: fixed;
    z-index: 10;
    top: 154px;
    transition: all 0.6s ease-in-out;
    background: #ffffff;
    overflow: hidden;
}

.menu-hide.show {
    right: 0px;
    transition: all 0.6s ease-in-out;
    z-index: 9999999;
}

.menu-top-navigation .aradamenuimg a,
.menu-top-navigation .aljadamenuimg a {
    color: transparent !important;
    font-size: 22px;
    padding: 20px 27px;
}

.menu-top-navigation .aradamenuimg,
.menu-top-navigation .aljadamenuimg {
    background: url('assets/images/arada-logo.svg') no-repeat;
    background-size: 80%;
    background-position: center;
}
.menu-top-navigation .aljadamenuimg {
    background-image: url('assets/images/aljada-menu.svg');
    background-position: center;
}
/* mobile menu end*/

a.link-button {
    font-size: 18px;
    text-decoration: underline;
}
a.link-button:hover {
    color: #1D428A;
}
.section-title {
    padding: 0 0 20px 0;
}
section.remove-top-padding{
    padding-top: 0 !important;
}
section.remove-bottom-padding{
    padding-bottom: 0 !important;
}
.arada-section-bg {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
    left: 0;
    /*max-height: 290px;*/
}
.arada-section-bg.arada-section-bg-Bottom {
    top: auto;
    bottom: 0;
}


section.footer {
    background-color: #000;
    padding: 50px 0;
}
.footer-left {
    float: left;
    width: 50%;
}
ul.footer-left-navigation {
    margin: 0;
    padding: 0;
}
ul.footer-left-navigation {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
ul.footer-left-navigation li {
    float: left;
    margin-right: 15px;
    margin-bottom: 8px;
}
ul.footer-left-navigation li a {
    color: #fff;
    font-family: Arada-Regular;
}
ul.footer-left-navigation li a:hover {
    text-decoration: underline;
}

ul.footer-phone-links {
    margin: 0;
    padding: 0;
    float: left;
    background-image: url(assets/images/phone-icon.svg);
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 30px;
    margin-right: 20px;
}
ul.footer-phone-links.whatsapp-link {
    background-image: url(assets/images/whatsapp-icon.svg);
}
ul.footer-phone-links li {
    float: left;
    margin-right: 10px;
}
ul.footer-phone-links li a, a.whatsapp-link {
    color: #fff;
    display: inline-block;
    line-height: 1.75em;
}
ul.footer-phone-links li a:hover, 
a.whatsapp-link:hover {
    text-decoration: underline;
}
a.whatsapp-link {
    background-image: url(assets/images/whatsapp-icon.svg);
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 30px;
}
.footer-right {
    float: right;
    width: 50%;
    color: #fff;
    max-width: 660px;
    text-align: right;
}
ul.footer-social-links {
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
    display: inline-block;
}
ul.footer-social-links li {
    float: left;
    margin-right: 6px;
}
ul.footer-social-links li a, 
ul.footer-social-links li img {
    float: left;
    width: 41px;
    height: 41px;
}

.footer-right #mc_embed_signup {
    float: right;
    margin-left: 20px;
    margin-bottom: 25px;
    width: 305px;
    max-width: 100%;
}
.footer-right input[type="email"] {
    height: 40px;
    border: 1px solid #707070;
    padding: 0 15px;
    width: 100%;
    outline: none;
    float: left;
    border-radius: 0;
    margin-bottom: 10px;
}
.footer-right input[type="submit"] {
    height: 40px;
    border: 1px solid #707070;
    background-color: #fff;
    padding: 0 30px;
    float: left;
    margin-top: 10px;
    cursor: pointer;
    font-family: Arada-Bold;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
}
.footer-right input[type="submit"]:hover {
    background-color: #1D428A;
    border-color: #1D428A;
    color: #fff;
}



/* News letter start*/

.footer-right #mc_embed_signup .wpcf7-spinner {
    margin-top: 18px;
}
.footer .wpcf7 form.sent .wpcf7-response-output,.footer .wpcf7 form .wpcf7-response-output {
    margin: 15px auto;
    font-size: 12px;
}
.footer .wpcf7-not-valid-tip {
    font-size: 14px;
    line-height: 1.5;
    display: none;
}
.footer .wpcf7 form.invalid .wpcf7-response-output, .footer .wpcf7 form.unaccepted .wpcf7-response-output, .footer .wpcf7 form.payment-required .wpcf7-response-output, .footer .wpcf7 form.sent .wpcf7-response-output {
    display: inherit;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    border: none;
    float: left;
    width: 100%;
}

.arada-footer-newsletter {
    position: relative;
}
.arada-footer-newsletter label {
    position: absolute;
    left: 0;
    top: -22px;
    font-size: 14px;
    line-height: 22px;
}
span.wpcf7-form-control-wrap.recaptcha {
    float: left;
}
span.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}
body.rtl span.wpcf7-form-control.wpcf7-acceptance {
    float: right;
}

.row.mobile-with-countrycode {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    clear: left;
}
.popup-content-section .row.mobile-with-countrycode {
    padding: 10px;
}
body.rtl .row.mobile-with-countrycode {
    flex-direction: row-reverse;
}
.row.mobile-with-countrycode .col-30 {
    width: 30%;
}
.row.mobile-with-countrycode .col-70 {
    width: 70%;
}
.grecaptcha-badge {
    display: none !important;
}
.wpcf7-submit[data-disabled="disabled"]{
    pointer-events: none;
}

a.fixed-whatsapp-icon {
    position: fixed;
    right: 28px;
    bottom: 75px;
    z-index: 99;
    width: 40px;
    height: auto;
}
a.fixed-whatsapp-icon svg {
    fill: #25D366;
}
ul.footer-phone-links.whatsapp-link {
    display: none;
}
body #supportchatwidget .circular-widget {
    width: 45px !important;
    height: 45px !important;
}

@media only screen and (min-width: 961px)
{
    .footer-right {
        max-width: 100%;
    }
}
@media only screen and (max-width: 960px)
{ 
    .footer .mc-field-group {
        display: block;
    }
}
/* News letter end*/



.footer-right > p {
    width: 100%;
    float: left;
    text-align: right;
    font-family: 'Arada-Light';
}
.footer-right > p svg,
.footer-right > p img {
    transform: translateY(4px);
    margin-left: 10px;
}
.mce-message {
    font-size: 14px;
    margin-top: 5px;
}
.footer-arada p.hide-anchor-link a {
    display: none;
}

.scroll-style::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 10px;
    background-color: none
}
.scroll-style::-webkit-scrollbar {
    width: 5px;
    background-color: none
}
.scroll-style::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(199, 196, 196,.4);
}


.button-style-1 {
    height: 40px;
    background-color: #fff;
    padding: 0 30px;
    cursor: pointer;
    display: inline-block;
    line-height: 38px;
    font-family: 'Arada-Bold';
    margin-top: 20px;
    font-size: 18px;
}
.button-style-1:hover {
    background-color: #1D428A;
    color: #fff;
}
.button-style-1-black {
    background-color: #000;
    color: #fff;
}

button.button-style-1.button-style-1-black {
    border: 1px solid #707070;
}
button.button-style-1.button-style-1-black[disabled] {
    cursor: not-allowed;
    font-size: 0;
}
button.button-style-1.button-style-1-black[disabled]::after {
    content: "Loading...";
    font-size: 18px;
}
body.rtl button.button-style-1.button-style-1-black[disabled]::after {
    content: "تحميل...";
}

/* find property form */
.find-property-outer {
    position: fixed;
    right: 0;
    width: 98%;
    top: 38%;
    z-index: 999;
}
.find-property-button {
    position: absolute;
    right: 0;
    width: 125px;
    background-color: #000;
    color: #fff;
    padding: 14px 10px 14px 30px;
    border: 1px solid #fff;
    border-right: none;
    background-image: url(assets/images/left-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: 8px center;
    cursor: pointer;
    font-family: Arada-Bold;
    /* transform: translateX(0);
    transition: all 0.3s ease; */
}
.find-property-form-container {
    width: 930px;
    max-width: 100%;
    background-color: #F1F1F1;
    color: #000;
    padding: 0;
    border: 1px solid #fff;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: all 0.3s ease;
    z-index: 1;
}
.find-property-outer.find-property-form-active .find-property-form-container{
    transform: translateX(0);
}
.find-property-outer .section-title {
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 14px 10px 14px 20px;
    border: 1px solid #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    font-family: Arada-Bold;
    position: relative;
}
.find-property-form-container .section-title h2 {
    color: #fff;
    font-size: 16px;
}
.find-property-close {
    position: absolute;
    right: 15px;
    top: 14px;
    font-family: Arada-Light;
    cursor: pointer;
    width: 20px;
    text-align: center;
}
.masaar-search-form {
    padding: 20px;
    float: left;
    width: 100%;
}
.property-form-group {
    float: left;
    width: 33%;
    padding: 5px 10px;
}
.property-form-group.price-filters {
    display: none;
}
.property-form-group.property-form-group-button {
    width: 13%;
    padding-right: 0px;
}
.property-form-group.property-form-group-button .button-style-1 {
    margin-top: 32px;
    width: 100%;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    padding: 0 10px;
    border: none;
}
.property-form-group label {
    font-size: 18px;
    font-family: 'Arada-Light';
    color: #000;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.property-form-group .form-control {
    background-image: url(assets/images/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    height: 40px;
    border: 1px solid #707070;
    background-color: #fff;
    outline: none;
    padding: 0 30px 0 10px;
    width: 100%;
    color: #707070;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 18px;
    font-family: 'Arada-Regular';
}
.result_page_content {
    width: 100%;
}
/* find property form end */



/* website loader start*/
#man-loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
    -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
    transition: opacity .2s ease-out, visibility 0s linear .2s;
    z-index: 1000; 
}
#man-loader img {
    width: 100%;
    float: left;
    height: auto;
}
#man-loader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none; 
}
#man-loader.show {
    -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
    transition: opacity .4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1; 
    z-index: 9999999;
}
#man-loader .circular {
    -webkit-animation: loader-rotate 2s linear infinite;
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); 
}
#man-loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: loader-dash 1.5s ease-in-out infinite;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round; 
}
@-webkit-keyframes loader-rotate {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } 
}
@keyframes loader-rotate {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } 
}
@-webkit-keyframes loader-dash {
    0% {
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0; }
    50% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -35px; }
    100% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -136px; } 
}
  
@keyframes loader-dash {
    0% {
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0; }
    50% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -35px; }
    100% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -136px; } 
}
/* website loader end*/


/* Line height */
.line-control{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.single-line{
    -webkit-line-clamp: 1;
}
.double-line{
    -webkit-line-clamp: 2;
}
.three-line{
    -webkit-line-clamp: 3;
}
.four-line{
    -webkit-line-clamp: 4;
}
.five-line{
    -webkit-line-clamp: 5;
}
/* Line height */

section.common-content-section.error-page-content {
    padding: 120px 0 60px;
    min-height: 800px;
}
section.wordpress-container {
    padding: 120px 0 50px 0;
    min-height: 800px;
}
section.wordpress-container h1,
section.wordpress-container h2,
section.wordpress-container h3,
section.wordpress-container h4,
section.wordpress-container h5,
section.wordpress-container h6{
    padding: 10px 0;
}
section.wordpress-container p{
    padding-bottom: 10px;
}
.page-template-template section.wordpress-container ul {
    list-style: outside;
    margin-bottom: 10px;
    margin-left: 18px;
}

.wpcf7 form .wpcf7-response-output {
    display: inline-block;
}



/* search start */
.navigation .page-numbers {
    margin-right: 6px;
}
.navigation .page-numbers.current {
    color: #bcbcbc;
}
.each-result {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.each-result-image {
    float: left;
    width: 285px;
    height: 210px;
    border: 1px solid #eee;
}
.each-result-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.each-result-content {
    width: calc(97% - 285px);
    float: right;
}
.each-result-content-in {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.each-result-content-in p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 0 !important;
}
.search-outer {
    display: none;
    position: fixed;
    right: 10%;
    background: rgba(33, 33, 29, .92);
    z-index: 99999;
    width: 80%;
    height: 80%;
    text-align: center;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.search-active .search-outer {
    display: block;
}
.search-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 25px;
    font-family: Arada-Light;
}
.search-form {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.search-form-input {
    width: 600px;
    position: relative;
    max-width: 90%;
    margin: 0 auto;
}
.search-form-input input {
    width: 100%;
    height: 56px;
    padding: 0 56px 0 10px;
    border: 1px solid #737271;
    border-radius: 0;
    background: 0 0;
    color: #fff;
    outline: none;
}
.search-form-input button {
    width: 56px;
    height: 56px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: 0 0;
    border: none;
}
.search-form-input button img {
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ltr-text{
    direction: ltr;
}
/* search end */

    /* slick slider additional settings start */
button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
    display: none !important;
}
body ul.slick-dots {
    margin-top: 20px;
    text-align: center;
}
body ul.slick-dots li {
    padding: 0 8px;
    width: auto;
    float: none;
    display: inline-block;
}
body ul.slick-dots button {
    width: 15px;
    height: 15px;
    background-color: #CCCCCC;
    border: none;
    font-size: 0;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
    float: left;
}
body ul.slick-dots .slick-active button {
    background-color: #000;
}
body .slick-nav-hide {
    display: none;
}

/* slick slider additional settings end */
  

body .cky-consent-bar .cky-banner-btn-close img {
    height: 16px;
    width: 16px;
}
body .cky-consent-bar .cky-banner-btn-close {
    top: 8px;
}

@media (max-width:1566px) {
    .menu-top-navigation a {
        padding: 20px 10px;
    }
    .menu-top-navigation li.search-button {
        margin-left: 25px;
    }
    .menu-top-navigation li.search-button::before {
        left: -12px;
    }
    .menu-top-navigation li.menu-item.menu-item-has-children {
        background-position: 100% 31px;
        background-size: 8px;
    }
}

@media (max-width:1440px) {
    .menu-top-navigation a {
        padding: 20px 10px;
    }
    .menu-top-navigation .nav-button > a {
        padding: 10px 15px;
    }
    .menu-top-navigation li.search-button {
        margin-left: 22px;
    }
}

@media (max-width:1380px) {
    ul.footer-social-links {
        float: right;
    }
    .footer-right #mc_embed_signup {
        clear: both;
    }
    ul.footer-left-navigation {
        margin-bottom: 35px;
    }
}


@media (max-width:1366px) {
    #mobile-menu.menu-top-navigation {
        display: block;
    }
    #desk-menu.menu-top-navigation {
        display: none;
    }
    .menu-tab-outer {
        display: block;
    }
    .menu-tab {
        display: block;
        margin-top: 25px;
        margin-right: 27px;
    }
    .menu-top-navigation {
        width: 280px;
        max-width: 100%;
        right: -280px;
        height: 100vh;
        position: fixed;
        z-index: 10;
        top: 80px;
        transition: all 0.2s ease-in-out;
        overflow: hidden;
        margin-top: 0;
        margin-right: 0;
        padding-top: 30px;
        background-color: rgba(0,0,0,0.8);
        height: calc(100vh - 80px);
        overflow-y: auto;
        padding-bottom: 10px;
    }
    .menu-top-navigation.show {
        right: 0px;
        transition: all 0.2s ease-in-out;
        z-index: 9999999;
    }
    .menu-top-navigation li {
        width: 100%;
        padding: 0 20px;
        text-align: right;
    }
    .menu-top-navigation li a {
        padding: 12px 0px;
        width: 100%;
        color: #fff;
        float: right;
        position: relative;
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
    .menu-top-navigation li.menu-item-has-children > a {
        width: 90%;
    }
    .menu-top-navigation li.menu-item-has-children > a::before {
        height: 1px;
        width: 11%;
        content: "";
        background-color: rgba(255,255,255,.3);
        position: absolute;
        left: -11%;
        bottom: -1px;
    }
    .menu-top-navigation li.active-main-menu a {
        width: auto;
    }
    .menu-top-navigation li ul {
        position: static;
        float: left;
        width: 100%;
        background: none;
        padding-top: 0;
        padding-bottom: 0;
        border: none;
    }
    .menu-top-navigation li ul li {
        padding: 0;
    }
    .menu-top-navigation li ul a {
        padding: 12px 0;
        font-size: 14px;
        text-align: right;
    }
    li.nav-button {
        text-align: center;
    }
    .menu-top-navigation .nav-button > a {
        font-size: 16px;
        position: static;
        width: auto;
        display: inline-block;
        float: none;
        border-bottom: none;
    }
    .menu-top-navigation li.menu-item.menu-item-has-children {
        background-image: url(assets/images/mobile-menu-arrow.svg);
        background-repeat: no-repeat;
        background-position: 20px 20px;
        background-size: 10px;
    }
    .menu-top-navigation li.search-button {
        margin-left: 0;
    }
    .menu-top-navigation .aradamenuimg,
    .menu-top-navigation .aljadamenuimg {
        background: url(assets/images/arada-logo-white.svg) no-repeat;
        background-size: 100px;
        background-position-y: center;
        background-position-x: calc(100% - 18px);
    }
    .menu-top-navigation .aljadamenuimg {
        background-image: url(assets/images/aljada-menu-white.svg);
    }
    
    .menu-top-navigation .aradamenuimg a,
    .menu-top-navigation .aljadamenuimg a {
        padding: 12px 0px;
    }
}

@media only screen and ( max-width: 961px) 
{
    .footer-left {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }
    ul.footer-left-navigation li {
        display: inline-block;
        float: none;
        margin: 0 7px 0 7px;
    }
    ul.footer-phone-links {
        display: inline-block;
        float: none;
    }
    .footer-right {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    ul.footer-social-links {
        float: none;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    ul.footer-social-links li {
        display: inline-block;
        margin: 0 3px 0 3px;
        max-width: 45px;
    }
    .footer-right #mc_embed_signup {
        float: none;
        margin: 0 auto;
        text-align: center;
        display: inline-block;
    }
    .footer-right > p {
        text-align: center;
        margin-top: 30px;
    }
    ul.footer-left-navigation {
        margin-bottom: 25px;
    }
    ul.footer-social-links li{
        float: unset;
    }
}

@media only screen and ( max-width: 767px) 
{
    .find-property-outer {
        top: 100px;
    }
    .find-property-button {
        position: fixed;
    }
    .masaar-search-form{
        overflow-y: scroll;
        height: 55vh;
    }
}

@media only screen and ( max-width: 768px) 
{
    .button-style-1:hover {
        background-color: #000;
    }
    .container-md {
        max-width: 95%; 
    }

    .container-md svg a{ border:1px solid #f66}

    section.footer {
        padding: 30px 0;
    }

    .find-property-form-container {
        width: 250px;
        top: 0px;
    }
    .property-form-group {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .property-form-group label {
        margin-bottom: 10px;
        text-align: left;
    }
    .property-form-group.property-form-group-button {
        width: 100%;
        margin-bottom: 0;
    }
    .property-form-group.property-form-group-button .button-style-1 {
        margin-top: 10px;
        width: auto;
        padding: 0 30px;
    }
    .find-property-button {
        padding: 12px 10px 12px 30px;
    }
    .button-style-1 {
        font-size: 18px;
    }
    ul.footer-phone-links li a, a.whatsapp-link {
        font-size: 14px;
    }    
    .property-form-group label {
        font-size: 18px;
    }
    /*.find-property-outer {
        position: absolute;
    }*/
    .search-outer {
        width: 90%;
        right: 5%;
    }
    .each-result-image {
        width: 260px;
        height: 180px;
    }
    .each-result-content {
        width: calc(97% - 260px);
    }

    /* slick slider additional settings start */
    body ul.slick-dots {
        margin-top: 10px;
    }
    body ul.slick-dots li {
        padding: 0 5px;
    }
    body ul.slick-dots button {
        width: 12px;
        height: 12px;
    }
    /* slick slider additional settings end */
    .search-outer {
        height: 70%;
        top: 60%;
    }
}

@media only screen and ( max-width: 560px) 
{
    ul.footer-left-navigation li {
        width: 100%;
        margin: 0;
        margin-bottom: 4px;
    }
    ul.footer-phone-links {
        width: 64%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    ul.footer-phone-links li {
        width: 100%;
        text-align: left;
    }
    .footer-right input[type="email"], .footer-right input[type="submit"] {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .footer-right input[type="email"] {
        width: 100%;
        margin-bottom: 10px;
    }
    .each-result-image {
        width: 100%;
        height: 240px !important;
    }
    .each-result-content {
        width: 100%;
        min-height: 50px !important;
    }
    .each-result-content-in {
        position: static;
        transform: none;
        margin-top: 10px;
    }
}

@media only screen and ( max-width: 380px) 
{
    .masaar-search-form{
        height: 45vh;
    }
}


/* Registration Form Popup Style Start */
.registration-popup {
    background-color: rgba(33, 33, 29, .64);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 99999;
    padding: 50px 0;
    overflow: hidden;
    overflow-y: auto;
    display: none;
}

.registration-popup .container {
    width: 770px;
}

.registration-popup .form-wrapper {
    border-radius: 0;
    border: 0 !important;
    background-color: #fff;
    background-clip: padding-box;
}

.registration-popup .modal-header {
    padding: 15px;
    background: #ededec;
    border-bottom: none;
    position: relative;
}

.registration-popup .modal-title {
    margin: 0;
    line-height: 1.42857;
    font-size: 32px;
}

.registration-popup .close {
    margin-top: -2px;
    position: absolute; 
    right: 20px;
    top: 25px;
    appearance: none;
    -webkit-appearance: none; 
    padding: 0; 
    cursor: pointer;
    background: 0 0; 
    border: 0; 
    font-size: 55px; 
    float: right;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

.registration-popup .close span {
    content: '';
    background: url(assets/images/icon-close-black.svg) no-repeat;
    background-size: 30px 30px;
}

.registration-popup .modal-body {
    position: relative;
    overflow: hidden;
    padding: 22px 25px;
}

.registration-popup .col-100 {
    float: left;
    width: 100%;
    margin-top: 10px 0 18px;
    padding: 10px;
}

.registration-popup input[type=text],
.registration-popup input[type=email], 
.registration-popup input[type=tel], 
.registration-popup input[type=submit], 
.registration-popup textarea, 
.registration-popup select {
    width: 100%;
    padding: 12px 0;
    border: none;
    border-bottom: 1px solid #00263B;
    border-radius: 0;
    resize: vertical;
    background-color: transparent;
    font-family: 'Arada-Regular';
    resize: none;
    outline: none;
}

.registration-popup select {
    color: #000000;
    font-size: 18px;
}

.registration-popup input[type=submit] {
    background-color: #00263b;
    border: 1px solid #00263b;
    color: #fff;
    padding: 8px 45px;
    margin-top: 10px;
    cursor: pointer;
    float: right;
}

.registration-popup input[type=submit]:hover {
    background-color: #fff;
    color: #00263b;
}

.registration-popup .col-100 label {
    padding: 0px 10px;
    font-weight: 400;
    color: #4a4a4a;
    position: absolute;
    top: 0;
    left: 10px;
    -webkit-transform: translateY(9px) scale(1.1);
    -ms-transform: translateY(9px) scale(1.1);
    transform: translateY(9px) scale(1.1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    pointer-events: none;
    text-transform: capitalize;
    display: block;
    max-width: 100%;
    margin-bottom: 9px;
}
.registration-popup .col-100 .wpcf7-acceptance label {
    position: static;
    transform: none;
    padding: 0;
    text-transform: none;
}
.registration-popup .col-100 .wpcf7-acceptance label input[type="checkbox"] {
    margin: 0;
}
.wpcf7-acceptance label {
    pointer-events: auto !important;
}
.registration-popup .col-100 span.wpcf7-spinner {
    margin: 5px 0;
}
.registration-popup .wpcf7-response-output {
    border: none !important;
    margin: 0 !important;
    padding: 10px 0 !important;
    text-align: center;
    width: 100%;
}


@media only screen and ( max-width: 768px) {
    .registration-popup .modal-title {
        font-size: 20px;
        line-height: 1.3;
    }

    .registration-popup .close {
        top: 20px;
    }
    .row.mobile-with-countrycode {
        display: block;
    }
    .row.mobile-with-countrycode .col-30,
    .row.mobile-with-countrycode .col-70{
        width: 100%;
    }
}
/* Registration Form Popup Style End */


.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

/* start loading issue fixing  */
.cS-hidden-loading {
    position: relative;
    min-height: 310px;
}
.cS-hidden-loading *{
    opacity: 0;
}
.cS-hidden-loading::after{
    opacity: 1;
    background-image: url(assets/images/Ellipsis-1s-200px.svg);
    position: absolute;
    top: 46%;
    margin: 0 auto;
    width: 90px;
    height: 60px;
    content: "";
    z-index: 999999999999;
    left: 0;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.boxed-outer.cS-hidden-loading,
.latest-news.cS-hidden-loading,
.property-slider .cS-hidden-loading {
    display: flex;
}
.property-slider .cS-hidden-loading {
    height: 312px;
}
.boxed-outer.cS-hidden-loading {
    height: 464px;
}
.latest-news.cS-hidden-loading{
    height: 356px;
}

/* end loading issue fixing  */




body .fancybox__container {
    z-index: 9999;
}

body.elementor-editor-active .elementor  { padding-top: 88px !important; }

.ywa-10000{
    display: none !important;
}
.fix-in-screen{
    position: fixed;
    right: 0;
    bottom: 40%;
    z-index: 5;
}
.button-style-2-liner{
    max-width: 140px;
    display: block;
    height: auto;
    line-height: 1.2;
    padding: 10px 5px;
    text-align: center;
    font-family: 'Arada-Regular';
    margin-top: 20px;
    font-size: 18px;
    cursor: pointer;

    background-color: #000;
    color: #fff;
}
.wc-font-adjustment p{
    font-family: 'Arada-Regular';
    font-size: 18px;
    line-height: 22px;
}
.overflowHidden{
    overflow: hidden;
}
.popup-content-section.wc-post-popup{
    background-color: rgba(33, 33, 29, .64);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 99999;
    padding: 50px 0;
    overflow: hidden;
    overflow-y: auto;
    display: block;
}
.video-wrapper{
    max-width: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
video#arada-post-video{
    width: 100%;
}
.popup-content-section.wc-post-popup .close{
    margin-top: -2px;
    position: absolute;
    right: 10px;
    top: 10px;
    appearance: none;
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    font-size: 55px;
    float: right;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    z-index: 9;
}
.popup-content-section.wc-post-popup .close span{
    background: url(./assets/images/icon-close-white.svg) no-repeat;
    background-size: contain;
    height: 35px;
    width: 35px;
    display: block;
}