@font-face {
    font-family: "Tajawal-Regular";
    src: url("fonts/Tajawal-Regular.eot?") format("eot"), url("fonts/Tajawal-Regular.woff2") format("woff2"), url("fonts/Tajawal-Regular.woff") format("woff"), url("fonts/Tajawal-Regular.ttf") format("truetype"), url("fonts/Tajawal-Regular.svg#Tajawal-Regular") format("svg");
}

@font-face {
    font-family: "Tajawal-Medium";
    src: url("fonts/Tajawal-Medium.eot?") format("eot"), url("fonts/Tajawal-Medium.woff2") format("woff2"), url("fonts/Tajawal-Medium.woff") format("woff"), url("fonts/Tajawal-Medium.ttf") format("truetype"), url("fonts/Tajawal-Medium.svg#Tajawal-Medium") format("svg");
}

body {
    background: #303030 !important;
}

p {
    color: #ffffff;
    font-size: 18px !important;
}

div {
    font-size: 18px !important;
}

li {
    font-size: 18px !important;
}

h1 {
    font-size: 58px !important;
}

h2 {
    font-size: 48px !important;
}

.t-reg {
    font-family: "Tajawal-Regular", serif;
}

.t-med {
    font-family: "Tajawal-Medium", serif;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.underline {
    text-decoration: underline;
}

.dec-none {
    text-decoration: none;
}

.txt-white {
    color: #ffffff;
}

.txt-black {
    color: #222222;
}

.txt-gray {
    color: #D6D6D6;
}

.txt-d-gray {
    color: #222222;
}

.txt-orange {
    color: #A44529;
}

.txt-green {
    color: #0D585E;
}

.txt-purple {
    color: #7E3A8E;
}

.bg-white {
    background-color: #ffffff;
}

.bg-black {
    background-color: #222222;
}

.bg-d-gray {
    background-color: #222222;
}

.bg-orange {
    background-color: #A44529;
}

.bg-green {
    background-color: #0D585E;
}

.bg-transparent {
    background: transparent;
}

.menu-container {
    position: relative;
    width: 1240px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

.container {
    width: 1240px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.j-center {
    justify-content: center;
}

.j-sb {
    justify-content: space-between;
}

.j-sa {
    justify-content: space-around;
}

.j-start {
    justify-content: start;
}

.j-end {
    justify-content: end;
}

.align-center {
    align-items: center;
}

.align-start {
    align-items: flex-start;
}

.align-end {
    align-items: flex-end;
}

.fd-row-rev {
    flex-direction: row-reverse;
}

.fd-col {
    flex-direction: column;
}

.fd-col-rev {
    flex-direction: column-reverse;
}

.d-grid {
    display: grid;
}

html {
    scroll-behavior: smooth;
}

header .header-logo {
    width: 6rem;
    height: 7rem;
}

header .menu-list {
    list-style: none;
}

header .menu-list .menu-item {
    margin: 0 2rem;
}

header .menu-list .menu-item a {
    position: relative;
    font-size: 18px;
    padding-bottom: 8px;
    transition: all 0.3s;
}

header .menu-list .menu-item a::after {
    content: ".";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: transparent;
    background: #63a0ed;
    height: 1px;
    width: 0%;
    transition: all 0.3s;
}

header .menu-list .menu-item a:hover {
    color: #63a0ed;
}

header .menu-list .menu-item a:hover::after {
    width: 100%;
}

.header-img {
    width: 100%;
    height: 120vh;
    margin-top: -7.5rem;
}

.header-img a {
    position: absolute;
    left: calc(50% - (45px / 2));
    bottom: 3rem;
    width: 45px;
    height: 45px;
}

.header-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

footer {
    background-color: #222222;
    padding-top: 2rem;
    border-top: none;
    box-shadow: none;
}

footer h2 {
    font-size: 43px;
    color: #fff;
}

footer .footer-info-wrapper {
    margin-top: 3rem;
}

footer .footer-info-wrapper .footer-para {
    line-height: 2;
    width: 400px;
}

footer .footer-info-wrapper .footer-menu {
    list-style: none;
    padding: 0;
}

footer .footer-info-wrapper .footer-menu .menu-title {
    font-size: 18px;
    margin-bottom: 2rem;
}

footer .footer-info-wrapper .footer-menu li {
    margin-bottom: 1rem;
}

footer p {
    color: #fff;
}

footer a {
    color: #fff;
    transition: all 0.2s;
    margin-bottom: 1rem;
}

footer a:hover {
    color: #fff;
}

footer .footer-info-wrapper .email-wrapper {
    margin-bottom: 2rem;
}

footer .footer-info-wrapper a {
    width: 184px;
    height: 184px;
}

footer .footer-info-wrapper .contact-info-wrapper .f-18 {
    font-size: 18px;
    margin-top: 1rem;
}

footer .footer-info-wrapper .contact-info-wrapper .location {
    margin-top: 2rem;
}

footer .copyright-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1rem 0;
    margin-top: 6rem;
}

footer .copyright-footer i {
    margin-right: 1rem;
}

a {
    text-decoration: none;
    outline: none;
}

body {
    margin: 0;
    font-family: "Tajawal-Regular", serif;
}

body img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homepage-background {
    background-image: url("images/homepage/home-back1.png") !important;
    background-size: cover !important;
    background-position: center 0% !important;
    height: max-content !important;
}

.header-img.homepage {
    height: max-content;
}

.header-img .header-img-content {
    height: 100vh;
    width: 100%;
}

.header-img .header-img-content h1 {
    font-size: 58px;
    letter-spacing: 5px;
}

.rh_content h1 {
    color: #ffffff;
    margin-top: 3rem !important;
    margin-bottom: 2rem !important;
    font-size: 45px !important;
    font-weight: 400;
}

.header-img .header-img-content .header-box {
    background: #ffffff44;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    width: 540px;
    padding: 2rem;
}

.header-img .header-img-content .header-box .box-info img {
    width: 34px;
    height: 34px;
    margin-bottom: 1rem;
}

.header-img .header-img-content .header-box .box-info img.land-icon {
    width: 53px;
    height: 34px;
}

.header-img .header-img-content .header-box .box-info p {
    font-size: 14px !important;
    margin: 0;
}
.header-img .header-img-content .header-box .box-info .symbol{
    font-size: 13px;
    height: 35px;
}

.header-img .header-img-content .header-box .box-info p.number {
    font-size: 20px !important;
    margin-left: 8px;
}

.rh_banner .rh_banner__wrap {
    display: block !important;
}

.know-more-section {
    width: 100%;
    min-height: 45px;
    clear: both;
    z-index: 999999;
}

.know-more {
    display: block;
    width: 45px;
    height: 45px;
    margin: 15rem auto 1rem;
}

.homepage-main .about-retaj-section {
    background-image: url(/wp-content/themes/realhomes/images/homepage/shape.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    margin: 5rem 0;
}

.homepage-main .about-retaj-section h2 {
    font-size: 48px;
    margin-bottom: 6rem;
}

.homepage-main .about-retaj-section .retaj-content-wrapper {
    width: 36%;
}

.homepage-main .about-retaj-section .retaj-content-wrapper p {
    font-size: 18px;
    line-height: 2;
    margin-top: 0;
}

.homepage-main .about-retaj-section .retaj-content-wrapper .download-btn {
    width: 180px;
    height: 180px;
    border-radius: 90px;
    margin-top: 6rem;
    background: #ffffff;
    display: block;
}

.homepage-main .about-retaj-section .retaj-content-wrapper .download-btn a {
    margin: 0;
    display: block;
    padding: 20px;
}

.homepage-main .about-retaj-section .retaj-content-wrapper .download-btn img {
    width: 54px;
    height: 54px;
    margin: auto;
    display: block;
}

.homepage-main .about-retaj-section .box {
    width: 20%;
    position: relative;
    transition-duration: 1s;
    transition-property: transform;
}
.homepage-main .about-retaj-section .box:hover{
    transform: scale(1.12);
    z-index: 2;
}

.homepage-main .about-retaj-section .box h2 {
    position: absolute;
    bottom: 120px;
    left: 40px;
    font-size: 42px !important;
    transform: rotate(-90deg);
    width: max-content;
}

.homepage-main .about-retaj-section .box.green-box {
    background-color: #6f7423;
}

.homepage-main .about-retaj-section .box.blue-box {
    background-color: #a3c4e8;
}

.homepage-main .about-retaj-section .box.purple-box {
    background-color: #7e3a8e;
}

.homepage-main .lands-section {
    background-image: url("/wp-content/uploads/2021/12/lands-for-sale-retaj-amman.png");
    background-size: cover;
    height: 549px;
}

.homepage-main .lands-section h3 {
    text-align: center;
    font-size: 33px;
    width: 40%;
    padding: 12rem;
    margin: auto;
}

.header-img.contact-us-page {
    background-image: url("images/contact-us/contact-back.png");
    background-size: cover;
}

.contact-us-main .map-wrapper {
    position: relative;
}

.contact-us-main .map-wrapper h2 {
    position: absolute;
    right: 21rem;
    top: 5rem;
    font-size: 48px;
}

.header-img.about-us-page {
    background-image: url("images/about-us/about-back.png");
    background-size: cover;
}

.about-main {
    padding: 0;
    margin: 0;
}

.about-main .box {
    padding: 6rem 10rem;
}

.about-main .box h2 {
    font-size: 48px;
}

.about-main .box p {
    font-size: 18px;
    line-height: 37px;
    width: 73%;
}

.about-main .first-row {
    /*width: 50%;*/
}

.about-main .first-row .first-box {
    width: 50%;
    height: 540px;
    background-image: url("images/about-us/s-box.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.about-main .first-row .second-box {
    width: 50%;
    height: 540px;
    background-image: url("images/about-us/b-box.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.about-main .second-row {
    /* width: 50%;*/
}

.about-main .second-row .first-box {
    height: 292px;
    background-color: #222222;
    width: 50%;
}

.about-main .second-row .second-box {
    background-color: #a44529;
    width: 50%;
}

.about-main .third-row .full-width-box {
    width: 100%;
    height: 292px;
    background-color: #0d585e;
}

.header-img.gallery-page {
    background-image: url("images/gallery/gallery-back.png");
    background-size: cover;
}

.gallery-main {
    padding: 5rem 0;
}

.gallery-main h2 {
    font-size: 33px;
}

.gallery-main p {
    font-size: 18px;
    line-height: 2;
}

.gallery-main .intro-video-wrapper {
    padding-top: 5rem;
    margin-bottom: 8rem;
}

.gallery-main .intro-video-wrapper .intro-video-wrapper {
    width: 1160px;
    height: 563px;
}

.gallery-main .intro-video-wrapper .intro-video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-main .videos-grid .video-info-wrapper {
    width: 48%;
    margin-bottom: 5rem;
}

.gallery-main .videos-grid .video-wrapper {
    width: 100%;
    height: 322px;
}

.gallery-main .videos-grid .video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-img.lands-page {
    background-image: url("images/lands/lands-back.png");
    background-size: cover;
}

.lands-main {
    padding: 5rem 0;
}

.lands-main .row {
    padding: 3rem 0;
}

.lands-main .row .img-box {
    width: calc((1240px/2) - 10px);
    height: 550px;
    margin: 0 2rem;
}

.lands-main .row .text-box {
    width: calc((1240px/2) - 10px);
    height: 550px;
    padding: 4rem;
    margin: 0 2rem;
    box-sizing: border-box;
    background-image: url("images/lands/land-box.svg");
}

.lands-main .row .text-box p {
    line-height: 2.2;
    font-size: 18px;
    margin: auto auto 2rem;
}

/*.lands-main .row ul {*/
/*    line-height: 2.2;*/
/*    font-size: 14px;*/
/*    width: 90%;*/
/*    margin: auto auto 2rem;*/
/*}*/

.lands-main .specifications-section {
    margin-top: 5rem;
}

.lands-main .specifications-section .specifications-description {
    border-bottom: 2px solid #ffffff;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.lands-main .specifications-section .specifications-title img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-left: 1rem;
}

.lands-main .specifications-section .specifications-title h3 {
    font-size: 20px;
    margin: 0 10px 0 0;
}

.lands-main .specifications-section .specifications-wrapper p {
    border-bottom: 1px solid #ffffff20;
    padding: 1rem 0;
}

.lands-main .specifications-section .specifications-wrapper p:last-child {
    border-bottom: none;
}

.lands-main .specifications-description p {
    display: block;
    clear: both;
    width: 100%;
}

.header-img.villas-page {
    background-image: url("images/villas/villas-back.png");
    background-size: cover;
}

.villas-main {
    padding: 5rem 0;
}

.villas-intro {
    margin-bottom: 7rem;
}

.villas-main .villas-intro h2 {
    font-size: 48px;
    margin: 2rem 0;
    text-align: right;
}

.villas-main .villas-intro p {
    font-size: 18px;
    line-height: 2;
    width: 43%;
    margin: 0;
    text-align: right;
}

.villas-main .tabs-wrapper {
    margin-top: 10rem;
    margin-bottom: 3rem;
}

.villas-main .tabs-wrapper .tab {
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.2s;
}

.villas-main .tabs-wrapper .tab.active {
    opacity: 1;
}

.villas-main .model-info {
    width: 90%;
    margin: 3rem auto;
    border-top: 1px solid #ffffff80;
    border-bottom: 1px solid #ffffff80;
    padding: 1rem 0;
    display: none;
}

.villas-main .model-info.active {
    display: flex;
}

.villas-main .model-info .info-block {
    width: fit-content;
    border-right: 1px solid #ffffff20;
    padding: 0 2rem;
}

.villas-main .model-info .info-block:first-child {
    padding: 0;
    padding-left: 1rem;
    border-right: none;
}

.villas-main .model-info .info-block p {
    font-size: 18px;
}

.villas-main .model-info .info-block span {
    font-size: 30px;
}

.villas-main .model-slider {
    position: relative;
    width: 90%;
    display: none;
}

.villas-main .model-slider.active {
    display: block;
}

.villas-main .model-slider .villas-page-slider .slider-item {
    width: 1116px;
    height: 644px;
    object-fit: cover;
}

.villas-main .model-slider .slider-nav img {
    padding: 0 1rem;
    cursor: pointer;
}

.villas-main .model-slider .slider-arrows .arrow {
    position: absolute;
    width: 45px;
    height: 45px;
    object-fit: cover;
    cursor: pointer;
}

.villas-main .model-slider .slider-arrows .arrow.prev-arrow {
    bottom: 3rem;
    left: -8%;
}

.villas-main .model-slider .slider-arrows .arrow.next-arrow {
    bottom: 3rem;
    right: -8%;
}

.villas-main .villas-btns-wrapper {
    width: 90%;
    margin-top: 5rem;
}

.villas-main .villas-btns-wrapper .villas-btn {
    color: #fff;
    margin: 0 1rem;
    width: 180px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    border: 2px solid #ffffff;
    transition: all 0.2s;
}

.villas-main .villas-btns-wrapper .villas-btn:hover {
    color: #7E3A8E;
    border: 2px solid #7E3A8E;
}

.villas-main .specifications-section {
    margin-top: 5rem;
}

.villas-main .specifications-section .specifications-title {
    margin-bottom: 2rem;
}

.villas-main .specifications-section .specifications-description{
    border-bottom: 1px solid #ffffff;
    margin-bottom: 3rem;
    width: 80%;
}

.villas-main .specifications-section .specifications-title img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-left: 1rem;
}

.villas-main .specifications-section .specifications-title h3 {
    font-size: 20px;
    margin: 0 15px 0 0;
}

.villas-main .specifications-section .specifications-wrapper p {
    border-bottom: 1px solid #ffffff20;
    padding: 1rem 0;
}

.villas-main .specifications-section .specifications-wrapper p:last-child {
    border-bottom: none;
}

.villas-main .villas-templates {
    margin-bottom: 2rem;
}

.villas-main .villas-templates h3 {
    opacity: 0.47;
    display: block;
    float: right;
}

.villas-main .villas-templates h3 a {
    padding-bottom: 1rem;
}

.villas-main .villas-templates h3 a:hover, .villas-main .villas-templates h3 a.active {
    border-bottom: 3px solid #7E3A8E;
    opacity: 1;
    color: #ffffff;
}

.rh_property__meta {
    border-left: 1px solid #4A4A4A;
    padding-left: 5rem !important;
}

.rh_property__meta .rh_meta_titles {
    color: #ffffff !important;
    font-size: 1.8rem !important;
}

.rh_property__meta .figure {
    color: #7E3A8E !important;
    font-size: 38px !important;
    margin: 0 !important;
}

.rh_property__meta_wrap .rh_property__meta .label {
    color: #7E3A8E !important;
    line-height: 10px !important;
    vertical-align: top !important;
    display: block !important;
    height: 38px !important;
    font-size: 10px !important;
}

.rh_property .rh_property__content {
    background: unset !important;
}

.rh_property__meta.prop_bathrooms {
    border: unset;
}

.border-top-white {
    border-top: 1px solid #ffffff;
    padding-top: 35px;
}

.border-bottom-white {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 0;
}

.property-detail-slider-wrapper {
    margin-top: 5rem;
}


.property-detail-slider-wrapper .property-detail-slider-two {
    float: left;
    width: 55%;
    height: 350px;
}

.property-detail-slider-wrapper .property-detail-slider-carousel-nav {
    float: right;
    width: 35%;
    height: 350px;
}

.property-detail-slider-carousel-nav li {
    width: 180px !important;
    max-height: 168px !important;
    height: auto !important;
    margin: 0 !important;
    float: right !important;
}

.slider-actions {
    margin-bottom: 20px;
}

.slider-actions a:hover {
    color: #ffffff;
}

.flex-direction-nav {
    position: relative;
}

.property-detail-slider-wrapper .property-detail-slider-two .flex-direction-nav a {
    width: 45px !important;
    height: 45px !important;
    margin-top: 10px !important;
    background-color: transparent !important;
}

.property-detail-slider-wrapper .property-detail-slider-two .flex-direction-nav a:hover {
    background-color: transparent !important;
}

.property-detail-slider-wrapper .property-detail-slider-two .flex-direction-nav .flex-next {
    background-image: url(/wp-content/themes/realhomes/images/arrow1.svg) !important;
}

.property-detail-slider-wrapper .property-detail-slider-two .flex-direction-nav .flex-prev {
    background-image: url(/wp-content/themes/realhomes/images/arrow2.svg) !important;

}

.property-detail-slider-wrapper .property-detail-slider-carousel-nav .flex-direction-nav .flex-next,
.property-detail-slider-wrapper .property-detail-slider-carousel-nav .flex-direction-nav .flex-prev {
    background: unset !important;
}

.album-videos video {
    max-width: 95% !important;
    width: 95% !important;
}

.flexslider .slides img {
    height: auto !important;
    max-height: 100% !important;
    width: auto !important;
    margin: 0 auto !important;
}


form.header-form {
    padding: 4rem 9rem;
    background-image: url(/wp-content/themes/realhomes/images/mask.png);
    background-repeat: repeat-x;
}

#form_contact-form .frm_form_fields {
    background: #0D585E;
    padding: 30px;
}

form.footer-form {
    padding: 4rem 15rem;
    background-color: #17585e;
}

form p {
    font-size: 18px;
    text-align: center;
}

form .form-row {
    margin-bottom: 3rem;
}

form .form-row input {
    border: none;
    border-bottom: 1px solid rgba(191, 188, 188, 0.201);
    background: transparent;
    color: #ffffff;
    margin-left: 10px;
    margin-top: 1rem;
    padding-bottom: 10px;
    outline: 0;
    font-size: 16px;
}

form .form-row input::placeholder {
    color: #ffffff7e;
}

form .form-row .radio-wrapper [type="radio"] {
    width: 17px;
    height: 17px;
    cursor: pointer;
}

form .form-row .radio-wrapper .radio-label {
    padding: 0 3rem;
    cursor: pointer;
}

form .form-row .form-group {
    width: 50%;
    padding-left: 20px;
}

form .form-btn-wrapper {
    padding-bottom: 3rem;
}

form .form-btn-wrapper button {
    border: 2px solid #fff;
    padding: 0.7rem 3rem;
    background: transparent;
    color: #ffffff;
    font-size: 17px;
    cursor: pointer;
    transition: all 0.3s;
    margin: auto;
}

form .form-btn-wrapper button:hover {
    background-color: #ffffff;
    color: #17585e;
    font-weight: bold;
}

form .radio-wrapper {
    justify-content: space-between;
    padding-top: 20px;
}

form .radio-wrapper input, form .radio-wrapper label {
    float: right;
    display: block;
    padding: 0 !important;
    height: 17px !important;
    vertical-align: middle !important;
    font-size: 17px !important;
    text-align: right !important;
    margin: 0 0 0 20px !important;
}


.rh_header_var_1 ul.rh_menu__main > .current-menu-item > a,
.rh_header_var_1 ul.rh_menu__main li a:hover {
    background: unset !important;
    color: #63a0ed;
}


.rh_header_var_1 ul.rh_menu__main > .current-menu-item > a::after,
.rh_header_var_1 ul.rh_menu__main li a:hover::after {
    content: ".";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: transparent;
    background: #63a0ed;
    height: 1px;
    width: 0;
    transition: all 0.3s;
}

.rh_header_var_1 ul.rh_menu__main > .current-menu-item > a::after,
.rh_header_var_1 ul.rh_menu__main li a:hover::after {
    width: 100%;
}



.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important;
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 0 !important;
}

.lands-main .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-main h1, .about-main p {
    margin-top: 5rem !important;
}

footer .contact-us-arrow {
    border: 1px solid #A44529;
    width: 184px;
    height: 184px;
    border-radius: 184px;
}

footer .contact-us-arrow a {
    display: block;
    margin: auto;
    position: relative;
    padding: 25%;
}

footer .contact-us-arrow img, footer .contact-us-arrow p {
    margin: auto;
    display: block;
    position: relative;
}

footer .contact-us-arrow p {
    text-align: center;
}

footer .contact-us-arrow img {
    width: 54px;
    height: 54px;
    display: block;
}

.rh_mod_sticky_header .header_logo img {
    height: 85px;
    max-height: 100% !important;
    width: auto;
}

.padding-25 {
    padding: 25px;
}

.property-detail-slider-carousel-nav .slides {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    direction: rtl;
}

.property-detail-slider-wrapper .property-detail-slider-carousel-nav img {
    margin-left: 20px !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
    float: right !important;
    width: 100% !important;
    height: auto !important;
}

.slider-action, .slider-action-wide {
    height: 50px;
    display: block;
    border: 2px solid #ffffff;
    text-align: center;
    color: #ffffff;
    vertical-align: middle;
    line-height: 50px;
}

.slider-action {
    width: 45%;
    float: right;
    margin-bottom: 15px;
}

.slider-action.first {
    float: right;
    margin-left: 25px;
}

.slider-action.second {
    float: left;
}

.slider-action-wide {
    width: 100%;
    clear: both;
}

.property-detail-slider-wrapper {
    height: 550px;
}

.elementor-widget-shortcode {
    overflow: hidden;
}

.rh_header_responsive .rh_menu__responsive {
    background: #222;
    z-index: -1;
}

.our-location {
    background-image: url("/wp-content/uploads/2021/12/map.png");
    height: 542px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.our-location h2 {
    padding: 5rem;
    color: #A44529;
    font-weight: normal;
    font-size: 48px
}

#main {
    overflow: hidden;
    padding-top: 30px;
}

.thank-you-page h2 {
    color: #ffffff;
}

.thank-you-page a {
    background-color: #0D585E;
}

footer a {
    color: #A3C4E8;
}

.slide-inner{
    background-position: center !important;
}

/***
temporary
 */
#post-2017 .elementor-widget-wrap > .elementor-element {
    width: 100% !important;
}

.rh_content h1, .commentlist article .comment-detail-wrap .comment-body h1, .rh_content h2, .commentlist article .comment-detail-wrap .comment-body h2, .rh_content h3, .commentlist article .comment-detail-wrap .comment-body h3, .rh_content h4, .commentlist article .comment-detail-wrap .comment-body h4, .rh_content h5, .commentlist article .comment-detail-wrap .comment-body h5, .rh_content h6, .commentlist article .comment-detail-wrap .comment-body h6 {
    color: #FFFFFF;
}

.rh_content h2{
    width: 1240px;
}



.inspiry_mod_header_varition_one ul.rh_menu__main li a:hover, .inspiry_mod_header_varition_one ul.rh_menu__main > .current-menu-item > a, .inspiry_mod_header_varition_one ul.rh_menu__main > .current-menu-ancestor > a, .inspiry_mod_header_varition_one ul.rh_menu__main li:hover, .rh_menu--hover, .rh_slide__desc .rh_label, .rh_label, .rh_section__featured .rh_flexslider__nav a:hover, [data-tooltip]::after, .dsidx-widget-guided-search form input[type=submit]:hover, .dsidx-widget-quick-search form input[type=submit]:hover, #ihf-main-container .btn-primary.active, .rh_prop_search__buttons_smart .rh_prop_search__advance a, .rh_prop_search__buttons_smart .rh_prop_search__searchBtn button, .rh_header_var_1 ul.rh_menu__main li:hover, .rh_header_var_1 ul.rh_menu__main > .current-menu-item > a, .rh_header_var_1 ul.rh_menu__main > .current-menu-ancestor > a, .rh_header_var_1 ul.rh_menu__main li a:hover, .rh_btn--secondary, .mc4wp-form-fields input[type="submit"], .inspiry_mod_search_form_smart .rh_prop_search__buttons_smart .rh_prop_search__searchBtn button, .inspiry_mod_search_form_smart .rh_prop_search__buttons_smart .rh_prop_search__advance a, .rh_form__item .inspiry-details-wrapper .inspiry-detail .add-detail, .brands-owl-carousel .owl-nav button.owl-prev:hover:not(.disabled), .brands-owl-carousel .owl-nav button.owl-next:hover:not(.disabled), .rh_agent_options label .control__indicator:after, .inspiry_bs_orange div.dropdown-menu, .rh_prop_search__form_smart .inspiry_select_picker_trigger.open button.dropdown-toggle, .rh_prop_search__form_smart .inspiry_select_picker_trigger div.dropdown-menu, .widget.RVR_Booking_Widget h4.title, .rvr_phone_icon, .rh_cfos .cfos_phone_icon, .woocommerce span.onsale, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
    background: none !important;
}

.rh_banner .rh_banner__title {
    margin: 0;
    text-align: start !important;
    margin-right: 15rem;
}


.elementor-element-09730c5 h2{
    display: contents !important;
}

/*
 * responsive
 */

@media (max-width: 1200px){
    .container{
        width: 100%;
        padding: 0 2rem;
    }

    .homepage-main .lands-section h3{
        width: 100%;
        padding: 18rem;
    }

    .homepage-main .about-retaj-section .retaj-content-wrapper .download-btn{
        margin: 3rem;
    }


}


    @media (max-width: 768px) {


    body {
        overflow-x: hidden;
        overflow-y: initial;
    }

    .rh_logo_inner img {
        height: 100%;
        width: 10rem;
        float: right;
    }

    .elementor-section {
        margin: 20px;
    }

    .container {
        padding: 20px;
        width: 100%;
    }

    footer .footer-info-wrapper {
        display: block;
    }

    .footer-info-wrapper .footer-para,
    .footer-info-wrapper .footer-menu,
    .footer-info-wrapper .contact-info-wrapper {
        display: block;
        width: 100%;
        clear: both;
        margin-bottom: 20px;
    }


    .rh_banner .rh_banner__title {
        margin-top: 10rem !important;
        font-size: 4rem !important;
    }

    .know-more {
        margin-top: 2rem;
    }

    #main {
        overflow: hidden;
        padding-top: 5px;
    }

    h3 {
        font-size: 1.5rem;
    }

    .villas-templates {
        padding-right: 5px;
    }

    .rh_content h1, .header-img h1, .rh_banner .rh_banner__title, h1 {
        font-size: 4rem !important;
        letter-spacing: 0 !important;
    }

    .header-img h1, .rh_banner .rh_banner__title {
        padding-top: 20rem;
        text-align: center;
        height: auto;
    }

    .header-img .header-img-content{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .header-img .header-img-content h1 {
        margin-bottom: 1rem;
    }

    .header-img .header-img-content .header-box {
        width: 75%;
        height: 50%;
        margin: auto;
        padding: 3rem;
        text-align: center;
        flex-direction: column;
    }

    .header-img .header-img-content .header-box .box-info img {
        width: 34px;
        height: 34px;
        margin: 0 auto;
        margin-bottom: 1rem;
    }

    .header-box .box-info {
        margin-bottom: 3rem;
    }

    footer .footer-info-wrapper .footer-para {
        width: 100%;
    }


    .about-main h1, .about-main p {
        margin-top: 0 !important;
        margin-bottom: 10px !important;
    }

     footer h2, .villas-main .villas-intro h2 {
        font-size: 23px !important;
    }

    .box, .about-main .second-row {
        width: 100% !important;
        display: block;
    }

    .first-row {
        width: 80%;
        display: block;
        margin: auto;
    }

    .first-row .second-box {
        width: 100%;
        padding: 2rem;
        height: auto;
    }

    .box p {
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }

    .lands-main .row .text-box p {
        font-size: 12px;
        margin: auto auto 0;
        padding: 0;
        width: 100%;
    }

    .lands-main .row .text-box {
        height: auto;
        padding: 1rem;
    }

    form.header-form {
        padding: 20px !important;
    }

    #form_contact-form .frm_form_fields {
        padding: 10px !important;
    }

    .our-location {
        background-position: 20% center;
    }

    .frm_combo_inputs_container > *, .frm_grid_container > *, .frm_section_heading > *, .frm_fields_container .frm_form_field, .frm_fields_container > * {
        grid-column: span 10 / span 10 !important;
    }

    .rh_property .j-sb {
        justify-content: unset;
    }

    .rh_property .d-flex, .homepage-main .d-flex {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: -2rem;
    }

    .villas-main .villas-intro p {
        width: 90%;
        margin: auto;
    }

    .villas-main .villas-templates h3 {
        margin-left: 15px;
    }

    .rh_property__meta_wrap .rh_property__meta .rh_meta_titles {
        font-size: 12px !important;
    }

    .rh_property__meta .figure {
        font-size: 18px !important;
    }

    .rh_property__meta_wrap .rh_property__meta {
        margin-left: 1rem !important;
        padding-left: 1rem !important;
    }

    .property-detail-slider-wrapper .property-detail-slider-carousel-nav,
    .property-detail-slider-wrapper .property-detail-slider-two {
        float: none;
        width: 100%;
        height: auto;
    }

    .property-detail-slider-carousel-nav li {
        width: 25% !important;
        margin: 0 !important;
        padding-left: 10px !important;
    }

    .villas-main .specifications-section {
        margin-top: 0;
    }

    .homepage-main .about-retaj-section .retaj-content-wrapper {
        width: 100%;
    }

    .homepage-main .about-retaj-section .box {
        width: 30% !important;
        margin-left: 10px;
        float: right;
        height: 450px;
        display: block;
    }

    .homepage-main .about-retaj-section .retaj-content-wrapper .download-btn {
        margin: 3rem;
    }

    .homepage-main .lands-section h3 {
        padding: 14rem 1rem !important;
        width: 80% !important;
    }

    .first-row {
        width: 100%;
    }

    .about-main .box {
        padding: 4rem 2rem;
    }

    .rh_banner .rh_banner__title {
        padding-top: 2rem;
        margin-bottom: 6rem !important;
    }

    .second-box {
        background-color: #074045;
        background-image: unset !important;
    }

    .about-main .first-row .first-box {
        height: 250px;
    }

    .about-main .box p {
        width: 100%;
    }

    .lands-main > .d-flex {
        flex-wrap: wrap;
    }

    .lands-main .row .text-box {
        width: 100%;
    }

    .lands-main .row .img-box {
        width: 100%;
    }

    .homepage-main .about-retaj-section .box h2 {
        bottom: 5rem;
        right: -7rem;
        font-size: 33px !important;
    }

    .mobile-menu-wrapper{
        position: relative;
    }
    .close-btn:after {
        position: absolute;
        top: 20px;
        left: 30px;
        content: '\d7';
        font-size: 50px;
        color: #fff;
        line-height: 100px;
        text-align: center;
    }


    }

@media (max-width: 540px){
    .homepage-main .about-retaj-section .retaj-content-wrapper .download-btn{
        width: 150px;
        height: 150px;
        margin: 3rem 1rem;
    }
    .homepage-main .about-retaj-section .retaj-content-wrapper p{
        font-size: 14px !important;
    }

    .homepage-main .about-retaj-section .box{
        height: 330px;
    }
    .homepage-main .about-retaj-section .box h2 {
        bottom: 5rem;
        right: -5rem;
        font-size: 23px !important;
    }
}

@media (max-width: 768px){
    .is-active {
        height: 0vh !important;
    }
    footer .footer-info-wrapper .footer-para{
        font-size: 16px !important;
    }
}

@media (max-width: 920px){
    .homepage-main .about-retaj-section .box h2 {
        left: -20px;
    }
}

#form_contact-form #field_emqnq{
    border-bottom: 1px solid #2e696d;
}
@media (max-width: 768px){
form.header-form {
    background-repeat: repeat;
}
#form_contact-form .d-flex {
    display: grid;
    grid-column: span 12 / span 12 !important;
    margin: 10px 0;
}
#form_contact-form .d-flex .fd-col{
    width:100%
}
#form_contact-form p.t-reg{
        grid-column: span 12 / span 12 !important;
}
form#form_contact-form .radio-wrapper input:lang(en){
    float: left;
}
#form_contact-form #field_emqnq{
    padding-top: 20px;
}
}
@media (min-width: 768px){
#form_contact-form #field_emqnq{
    padding-top: 33px;
}
}