@import url(bootstrap.css);
@import url(style.css);
@import url(responsive.css);
@import url(style_en.css);
@font-face {
  font-family: "Jazeera-regular";
  font-style: normal;
  font-weight: 400;
  src: url("../font/Al-Jazeera-Arabic-Regular.ttf");
}
@font-face {
  font-family: "Jazeera-light";
  font-style: normal;
  font-weight: 300;
  src: url("../font/Al-Jazeera-Arabic-Light.ttf");
}
@font-face {
  font-family: "BoutrosAsma";
  font-style: normal;
  font-weight: 400;
  src: url("../font/BoutrosAsma.ttf");
}

.inner-container,
.featuresSection,
.why-section,
.contactSection .contactFlex,
.newsletter-section,
.pxp-hero-search {
  direction: rtl;
}
.nav-end {
  margin-left: unset;
  margin-right: auto;
}
.nav-menu > li > a.contact {
  margin-left: 0px;
  margin-right: 5px;
}
.lang {
  align-items: flex-end;
}

.form-icon {
  left: unset;
  right: 15px;
}

.contactSection .form-group input {
  padding-right: 50px;
  padding-left: 10px;
  letter-spacing: 0px !important;
}
.subscribe-form .form-group {
  padding: 0px;
  display: flex;
  gap: 25px;
}
.subscribe-form .submit-btn {
  position: unset;
}
@media (max-width: 767px) {
  .subscribe-form .form-group {
    flex-direction: column;
    gap: 0px;
  }
}
.rights {
  flex-direction: row;
}
.main-footer .form-widget {
  direction: rtl;
}
.main-footer .agent-widget {
  text-align: right;
  padding-right: 50px;
}
.main-footer .contact-widget {
  text-align: right;
margin-right: 65px;
}

@media (max-width: 767px) {
  .rights {
    flex-direction: column;
  }
  .main-footer .agent-widget,
  .main-footer .contact-widget {
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .main-footer .agent-widget {
    padding-right: 0px;
  }
  .nav-end {
    margin-left: unset;
    margin-right: unset;
  }
  .nav-menu > li > a.contact {
    margin-left: 0px;
    margin-right: 0px;
  }
  .navigation-portrait .nav-menu > li > a {
    text-align: right;
    padding: 10px 30px 10px 10px !important;
  }
}

.dropdownCustom {
  left: 0;
}
.dropbtn {
  padding: 5px 0px 5px 15px !important;
}
button.dropbtn::before {
  right: unset !important;
  left: -5px !important;
}
.market-section h3 {
  text-align: right;
}
.pxp-hero-search .custom-select {
  background: url(../images/icons/arw-white.svg) no-repeat left 0.75rem
    center/8px 10px;
  background-color: #24262d;
}
.main-footer .footer-bottom .social-links {
  direction: ltr;
}

.servicesPage .banner-section-two,
.servicesPage .valuation-section,
.servicesPage .marketing-section,
.servicesPage .reports-section,
.servicesPage .property-section,
.servicesPage .management-section {
  direction: rtl;
}

.servicesPage .banner-section-two {
  text-align: right;
}
.servicesPage .reports-section .report-content span {
  margin-right: 15px;
  margin-left: 0px;
}
.servicesPage .management-section .management-content li {
  left: 35px;
}

.servicesPage .management-section .management-content img {
  left: -30px;
  transform: rotate(-180deg);
}

.servicesPage .contact-form input,
.servicesPage .contact-form textarea {
  padding-left: 22px !important;
  padding-right: 45px !important;
}

.servicesPage .contact-form .fas {
  left: unset;
  right: 20px;
}

.aboutPage .experts-section .expert-card {
  direction: rtl;
}
.aboutPage .experts-section .expert-card .content {
  margin-right: 15px;
  margin-left: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
a,
p,
span,
div,
ul,
li {
  font-family: "BoutrosAsma" !important;
  letter-spacing: 0px !important;
}

.fab {
  font-family: "Font Awesome 5 Brands" !important;
}
.fa,.fas {
  font-family: "Font Awesome 5 Free" !important;
}
.aboutPage .banner-section-two .content h3::after {
    margin-left: auto;
    margin-right: unset;
}

.servicesPage .banner-section-two .content p{
    text-align: right;
    font-weight: 400;
    line-height: 1.5;
    white-space: normal;
    margin-top: 30px;
    font-size: 18px;
    display: block;
}

.servicesPage .banner-section-two .content h1{
    font-size: 40px;
}

.servicesPage .banner-section-two .content .theme-btn{
margin-top:30px
}
.servicesPage .marketing-section .marketing-content p{
line-height:2.5;
}
.featuresSection h3{
line-height:2;
}
.servicesPage .location-section p{
line-height:2;
}
.servicesPage .reports-section .report-content p{
line-height:3;
}
.why-section{
background-image : url(../images/huge-2560px.jpeg)
}
.servicesPage .banner-section-two .content h1
{
    font-size: 55px;
    font-weight: 600;
    color:#fff;
}
.servicesPage .banner-section-two .content h1::after
{
    content: "";
    width: 20%;
    height: 5px;
    display: block;
    background: #fff;
    border-radius: 5px;
    margin-top: 20px;
    background-color: #115E79;
}

.report-overview h3{
text-align:right;
}
.subscribe-card p,.subscribe-card h3{
text-align: right;
}

.modal-body {
    padding: 60px;
}
.modal-body h5 {
    font-size: 22px;
    font-family: "Barlow Condensed", sans-serif;
    margin-bottom: 10px;
}
.modal-body p {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    color: #24262d;
    margin-bottom: 5px;
    line-height: 2;
}
.modal-body input {
    width: 100%;
    padding: 15px 40px;
    font-size: 14px;
    color: #6c6d70;
    border-radius: 5px;
    background-color: #f7f5f1;
    border: 1px solid #b0a27710;
    margin-top: 15px;
}

.modal-body .form-group{
    position: relative;
}

.modal-body i {
    position: absolute;
    top: 31px;
    left: 15px;
    font-size: 16px;
    color: #115E79;
}

.modal-body form{
text-align:right;
}

.modal-body button,.modal-body a{
    font-size: 16px;
    font-family: "Barlow Condensed", sans-serif;
    color: #fff !important;
    text-decoration: none;
    background: #115E79 !important;
    border: unset;
    text-transform: uppercase;
    box-shadow: unset !important;
    font-weight: 600;
    padding: 10px 40px;
    border-radius: 5px;
    margin: 20px 0px 0px 0px;
position: unset !important;
}

.modal-body .imgTitle {
    display: flex;
    margin-bottom: 30px;
}

.modal-body .imgCon {
    width: 300px !important;
    height: 200px !important;
    overflow: hidden;
    position: relative;
}

.modal-body .imgCon span {
    background: #000;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    padding: 5px;
    background-color: #24262d;
    color: #115E79;
    z-index: 10;
    width: 100px;
    text-align: center;
    font-weight: 600;
}

.modalP {
    width: calc(100% - 300px);
    padding-left: 25px;
}

.modalP h6 {
    margin-top: 0;
}
.modBtn{
text-align:right;
}

@media (max-width:992px) {
.modal-body .imgTitle{
flex-direction:column;
}
.modal-body .imgCon {
    width: 100% !important;
    height: auto !important;
}
.modalP {
    width: 100%;
    padding-left: 0px;
    margin-top: 20px;
}
.modal-body h3{
margin:0px;
}
.modal-body {
    padding: 40px;
}
}
@media (max-width: 767px){
.modal-body {
    padding: 25px;
}}

.modal-body i {
    left: unset;
    right: 15px;
}

.modal-body form {
    text-align: left;
}

.modal-body .imgCon span {
    left: unset;
    right: 0;
}

.modalP {
    padding-right: 25px;
    padding-left: 0px;
}

@media (max-width: 992px){
.modalP {
    padding-right: 0px;
}}

.modal-body input,.modal-body{
text-align: right !important;
}

.latest-content button{
    bottom: 15px;
    left: 25px;
    right: unset;
}
.latest-content h3{
    font-size: 24px;
}
@media (max-width: 992px){
.latest-content h3{
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
}
}
@media (max-width: 1199px){
.main-footer .contact-widget {
margin-right: 0px;
}
}
.news-block-two .lower-content h4{
direction:rtl;
}

.servicesPage .marketing-section .marketing-content h2::after{
margin-left:auto;
margin-right:unset;
}

.footerBottomm{
    font-size: 12px !important;
}

.pxp-content-side-wrapper{
	direction:rtl;
}
a.pxp-adv-toggle {
    margin-right: 10px;
    margin-left: 0px;
}
.pxp-filter-btn{
margin-right: 0px;
}
.btn-sub{
	left: 0;	right: unset;
}

.page-title h1{
text-align:right;
}

.page-info .bread-crumb{
float: left;
    padding: 10px 40px !important;
}

.banner-section-two .content h5{
    margin-top: 30px;
}

.property-container{
direction:rtl;
}
.pxp-sp-top-feat {
    margin-left: 0px;
    margin-right: 20px;
    float: left;
}
.pxp-sp-top-price {
    float: left;
}

.pxp-sp-top-feat .land, .pxp-sp-top-price .price{
left:unset;
right:0;
}

@media (max-width: 767px){
  .pxp-sp-top-price{
   float:right;
  }

.servicesPage .banner-section-two .content h1
{
    font-size: 38px;
    font-weight: 600;
    color:#fff;
}
}
@media (max-width: 576px){
  .pxp-sp-top-feat{
   float:right;
margin-right:0px
   }
}

.pxp-paginantion .page-item .page-link span{
    transform: rotateY(180deg);
}

@media (max-width: 375px){
.servicesPage .banner-section-two .content p{
    font-size: 14px;
}

.servicesPage .banner-section-two .content h1{
    font-size: 28px;
}
}