
@font-face {
    font-family: 'Optima';
    src: url('fonts/Optima-Bold.woff2') format('woff2'),
        url('fonts/Optima-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Optima';
    src: url('fonts/Optima-Italic.woff2') format('woff2'),
        url('fonts/Optima-Italic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Optima';
    src: url('fonts/Optima.woff2') format('woff2'),
        url('fonts/Optima.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Optima';
    src: url('fonts/Optima-Medium.woff2') format('woff2'),
        url('fonts/Optima-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


h1, h2, h3, h4, h5, h6 {font-family: 'Optima' !important;}




#primary {
    margin: 0em 0;
	padding:0;
}

#page a{ text-decoration:none; }

ul { list-style:none; }
.entry-content ul, 
.entry-content ol {
    padding: 0;
}

select:focus{
	outline:none;
}



input.wpcf7-text, .wpcf7-select{
	background:#fefaf3;
	border: solid 1px rgb(14 37 79 / 10%);
	border-radius:6px;	
}


input.wpcf7-text:focus{
	background:#fefaf3;
	border-color:  rgb(14 37 79 / 10%) !important;
	border-style:solid;
}

textarea.wpcf7-textarea{
	background:#fefaf3;
	border: solid 1px rgb(14 37 79 / 10%);
	height:120px;
	border-radius:6px;
}

/* -------------------------
	** Search Tab
---------------------------- */

.search-tab-content {
    background: #fff;
    border-radius: 0 0 15px 15px;
    border: solid 1px #cbe0dc;
}
.search-tab ul {
    margin: 0;
    display: inline-block;
    background: #fff;
    border-radius: 15px 15px 0 0;
    border: solid 1px #cbe0dc;
    margin-bottom: -1px;
}

.home-top-icon img {
	width: 27px !important;
	padding: 0;
}

.search-tab ul li { display: inline-block; }

.search-tab ul li a {
    padding: 20px 40px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 19px;
}
.search-tab ul li.active::after {
    content: '';
    width: 120px;
    height: 2px;
    display: block;
    background: #000;
    margin: auto auto -1px;
}

.search-section {
    padding: 40px;
}

.search-item select {
    width: 100%;
    background: transparent;
    border: none;
    /*-moz-appearance: none;
    -webkit-appearance: none;*/
    padding: 10px 20px 10px 30px;
    font-size: 18px;
}

.search-label h5 {
    font-family: 'DM Serif Display',serif;
    font-weight: 500;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 0;
}
.search-section{
	display: -webkit-box;
	display: -ms-flexbox;
	display: none;
}
.search-section.active{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.search-section {
    padding: 40px 40px 30px 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}



.search-colum {
    position: relative;
}
.search-colum::after {
    content: '';
    background: rgb(0 0 0 / 15%);
    width: 1px;
    height: 60px;
    position: absolute;
    top: 0;
    right: -35px;
}

.search-colum:last-child::after{
	background:none;	
}
#page .search-submit {
    background-image: url(images/search-ico.png);
	background-size: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 65px;
    height: 65px;
    border-radius: 20px;

}

/* -------------------------
	** Explore Properties
---------------------------- */
.explore-section { 
	float:left;
	width:100%;
	margin: 40px 0 20px; 
}

.explore-tab {  margin: 30px 0 0; }


.explore-tab ul {
    margin: 0;
}

.explore-tab ul li {
    display: inline-block;
    padding-right: 25px;
    margin-right: 25px;
}

.explore-tab ul li a {
	display: inline-block;
    padding: 10px 20px;
}

.explore-tab li.active a {
    background: #011842;
    color: #fff;
    border-radius: 8px 8px 0 0;
}
.explore-tab ul {
    margin: 0;
    border-bottom: solid 1px #e2e2e2;
}
.explore-thumbnail {
    border-radius: 10px;
    overflow: hidden;
}
.explore-colum {
    position: relative;
	margin-bottom:30px;
}
.explore_title {
    position: absolute;
    z-index: 2;
    bottom: 0;
    padding: 20px;
    left: 15px;
    right: 15px;
    color: #fff;
}
.overlay {
    height: 80px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0;
    background-image: linear-gradient(0deg, black, transparent);
    border-radius: 0 0 10px 10px;
    z-index: 1;
}

.partner-carousel .item img {
    width: auto !important;
}

.explore-section{ display:none; }
.explore-section.active{ display:block; }

.explore-carousel .owl-nav {
    position: absolute;
    top: -111px;
    right: 0;
}
.explore_title span {
    margin: 0;
    font-weight: 600;
    font-size: 21px;
}
.explore_title span::after {
    content: '';
    background: url(images/arrow.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-position: 0 10px;
}

/* -------------------------
	** Listing Properties
---------------------------- */



.royallisting-tab {  margin: 30px 0 0; }


.royallisting-tab ul {
    margin: 0;
}

.royallisting-tab ul li {
    display: inline-block;
    padding-right: 30px;
    margin-right: 30px;
	position:relative;
}

.royallisting-tab ul li a {
    display: inline-block;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 500;
    color: #333;
	position:relative;
}


.royallisting-tab li.active a {
    border-radius: 8px 8px 0 0;
    color: #011842;
}

.royallisting-tab li.active a::after {
    content: '';
    height: 3px;
    background: #011842;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.royallisting-tab ul {
    margin: 0;
    border-bottom: solid 1px #e2e2e2;
}

.royallisting-section { 
	float:left;
	width:100%;
	margin: 40px 0 20px; 
}
.royallisting-section{ display:none; }
.royallisting-section.active{ display:block; }

.royallisting-colum {
    position: relative;
    margin-bottom: 30px;
}


.explore-colum {
    position: relative;
	margin-bottom:30px;
}

.royallisting-colum {
    display: -webkit-box;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

}


.royallisting-thumbnail {
    max-width: 50%;
    flex: 0 0 50%;
}
.royallisting-thumbnail > a {
    display: inline-block;
}

.royallisting-content {
    padding: 40px 20px 20px 30px;
    max-width: 50%;
    flex: 0 0 50%;
    background: #fff;
}

.royallisting_text {
    font-size: 17px;
}

.royallisting-thumbnail img {
    object-fit: cover;
    height: 340px;
}

.royallisting_text .read-more {
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 600;
    font-size: 16px;
}


/*------------------------*/



.about-text-box {
    position: absolute;
    width: 650px;
    z-index: 1;
}

.home-form {
    background: #fff;
    padding: 35px;
    border-radius: 20px;
	box-shadow:0px 10px 50px 0px rgb(34 32 31 / 7%);
}

.form-box label {
    font-size: 15px;
}

.logobar-sticky {
	background: #011842;
}

.search-label h5 {
    font-size: 18px;
}

#page .search-submit {
    background-image: url(images/search-ico.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

.half-box {
    float: left;
    width: 48%;
    margin: 1%;
}
.full-box {
    float: left;
    width: 98%;
    margin: 1% 0 10px 1%;
}

.full-box p {
    margin-bottom: 2px;
    font-size: 17px;
    margin-top: 5px;
}.tbhelper {    position: relative;}.container {    max-width: 1300px;    margin: auto;    padding-left: 15px;    padding-right: 15px;}.title-imge {    position: absolute;    top: 0;    left: 0;    right: 0;    z-index: 1;}.banner-title {    position: absolute;    padding: 0;    bottom: 5rem;    z-index: 10;    text-align: center;    left: 0;    right: 0;}.banner-title h1 {    color: #FFF;    font-size: 55px;    font-family: "Montserrat", sans-serif;    font-weight: 700;}


.contact-page p {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 25px;
}

.contact-page input {
    background-color: #fff;
    border: 1px solid #0b2c3d;
}

.contact-page label {
    color: #000;
    font-size: 17px;
    margin-bottom: 10px;
  
}

.contact-textarea textarea.wpcf7-form-control.wpcf7-textarea {
    background-color: #fff;
    border: 1px solid #0b2c3d;
    resize: none;
    margin-bottom: 20px;
}

.contact-page input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #011842;
    border-radius: 6px;
}

.contact-page p:nth-child(2n) {
    margin-right: 0;
}



/*------Modal Css Start------*/
.show-modal {  
	position: fixed; 
	background: rgb(0 0 0 / 76%); 
	top: 0; bottom: 0; left: 0; right: 0;  
	padding: 40px 40px 15px; 
	overflow: auto;
	opacity:0;
	visibility: hidden;
	-webkit-transform:scale(0.8);	
	-moz-transform:scale(0.8);	
	transform:scale(0.8);
	
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	transition: 0.5s all;
	z-index: -1;	
}
.show-modal.open{
	opacity: 1;
    visibility: visible;
    transform: scale(1);
    z-index: 9999;
}
.modal-inner {
    max-width: 720px;
    margin: auto;
    background: #fff;
    padding: 30px 32px;
    border-radius: 6px;
    position: relative;
    top: 50px;
}

.show-modal > .wpcf7 {
	display: flex;
	flex: 0 0 100%;
	align-content: center;
	justify-content: center;
	height: 100%;
	flex-wrap: wrap;
}
.modal-close {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 5px;
    top: 30px;
}
.modal-close:before, 
.modal-close:after {
    height: 30px;
    width: 2px;
    background: #ffffff;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
    transform: rotate(45deg);

    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}
.modal-close:after {
    transform: rotate(-45deg);
}
.modal-close:hover {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.modal-close:hover:before, 
.modal-close:hover:after {
    background: #f1f1f1;
}
/*------Modal Css End------*/

.main-btn {
    font-size: 15px;
    background: #011842;
    border:solid 1px #011842;
    color: #fff;
    padding: 15px 30px;
    border-radius: 6px;
    font-weight: 600;
    
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.main-btn:hover{
    background:transparent;
    border:solid 1px #011842;
    color:#011842;
} 
.main-btn:focus{
     color:#011842;
}


.home-popup input{
    background-color: #fefaf3;
    border: 1px solid #e5e4e2;
}

.home-popup .contact-textarea textarea {
    background-color: #fefaf3 !important;
    border: 1px solid #e5e4e2 !important;
}

.home-popup h2 {
    font-size: 35px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}


.gjs-cell input {
    width: 100%;
}


.gjs-cell .es-email {
   
    border: none;
}

.gjs-cell input[type="submit"] {
    background-color: #000;
}


.explore-carousel .owl-nav button.owl-prev {
    border: 1px solid #ccc !important;
    width: 40px;
    display: inline-block;
    height: 40px;
}

.explore-carousel .owl-nav button.owl-next {
    border: 1px solid #ccc !important;
    width: 40px;
    display: inline-block;
    height: 40px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #01112e !important;
    
}

.submit-box {
    clear: both;
    margin-top: 10px;
    float: left;
    width: 100%;
}

.submit-box input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    border-radius: 8px;
}

.royal-holiday a.hfe-sub-menu-item {
    background: #000;
    color: #fff !important;
    background: #000 url("https://royalproperties.ae/wp-content/uploads/2023/11/RHH-1.svg") no-repeat 17px 5px !important;
    font-size: 0px !important;
    padding: 25px 30px 17px !important;
    background-size: 69% !important;
    border-bottom: 2px solid #fff;
}

.royal-services a.hfe-sub-menu-item {
   
    background: #000;
    background: #000;
    color: #fff !important;
    background: #000 url("https://royalproperties.ae/wp-content/uploads/2023/11/RHS-2.svg") no-repeat 17px 5px !important;
    font-size: 0px !important;
    padding: 25px 30px 17px !important;
    background-size: 89% !important;
    border-bottom: 2px solid #fff;

}

.royal-swimming a.hfe-sub-menu-item {
    
    background: #000;
    background: #000;
    color: #fff !important;
    background: #000 url("https://royalproperties.ae/wp-content/uploads/2023/11/RSP-3.svg") no-repeat 17px 5px !important;
    font-size: 0px !important;
    padding: 25px 30px 17px !important;
    background-size: 89% !important;
    border-bottom: 2px solid #fff;

}

.hfe-nav-menu .sub-menu li.menu-item {
    
    border: none !important;
}

/*
 ** Custom Property  ** 
*/

.single-property .property-section {
    background-color: #fff;
}

.property-inner, 
.project-inner {
    display: -webkit-box;
    display: -msflex-box;
    display: flex;
    margin: 0;
	
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.project-sections {
    background-color: #FFFFFF;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 2em;
    margin: 0;
    float: left;
    width: 100%;
    margin-top: 3rem;
}

.section-title {
    padding: 15px;
} 

.project-sections ul {
    margin-left: 35px;
    display: inline-block;
}

.project-sections ul li {
    float: left;
    width: 33%;
    padding-right: 15px;
    list-style: circle;
}


.single-property nav.navigation.post-navigation {
    display: none;
}

/*
 ** Blog  ** 
*/
.single-property .blog-section {
    background-color: #fff;
}

.single-property .property {
    border: none;
    padding: 0;
}

.single-property .ast-post-format- .entry-header {
    display: none;
}


#secondary {
    margin: 0em 0 2em;
}
.blog-banner {
    margin-top: -140px;
}

.blog-inner {
    display: -webkit-box;
    display: -msflex-box;
    display: flex;
    margin: 3rem 0;
}

.blog-section .ast-row article {
    margin-bottom: 1.5rem;
}
.ast-separate-container .ast-single-related-posts-container {
    padding: 2em;
}
.blog-banner {
    width: 100%;
    background: #000;
}
.blog-banner {
    width: 100%;
    background: #000 url(images/blogbg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.blog-inner .content-area.primary {
    margin: 0 !important;
}

.blog-breadcrum-wrap {
    position: absolute;
    z-index: 2;
    background: #fff;
    bottom: 0;
    right: 0;
    padding: 0.5rem 2rem;
    border-radius: 6px 6px 0 0;
}
.blog-breadcrum-wrap ul  {
    list-style: none;
    padding: 10px 0;
    margin: 0;
}
.blog-breadcrum-wrap ul li {
    margin-right: 14px;
    display: inline-block;
    vertical-align: middle;
}
.blog-breadcrum-wrap ul li a.bhlink{
	font-weight:600;
	color:#333333;
}
.blog-breadcrum-wrap .separator {
    font-size: 20px;
    color: #ccc;
    font-weight: 100;
}
.blog-breadcrum-wrap ul li strong {
    font-weight: 400;
    color: #AB895C;
}
.entry-title {
    font-size: 30px;
}
.ast-related-posts-title { font-size: 30px; }

#page .ast-related-posts-wrapper article{ padding:0; }

.rs-equal > .elementor-widget-container {
    min-height: 465px;
}

.work-box > .elementor-widget-container {
    min-height: 330px;
}
.ast-separate-container {
	background-color: #f5f5f5;

}
.ast-separate-container .ast-article-post, 
.ast-separate-container .ast-article-single {
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}

#comments .comment-respond{ padding:2em; }
.ast-related-posts-title-section, 
.single .site-main .ast-author-meta .about-author-title-wrapper {
    padding-bottom: 1em;
}

.blog-thumb {    position: relative; }


.blog-thumb a {
	border-radius: 6px 6px 0 0;
    display: inline-block;
    overflow: hidden;
}


.blog-thumb a img{
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.blog-thumb a img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.more-btn {
    background-color: transparent;
    color: #011842;
    display: block;
    border: solid 1px #011842;
    text-align: center;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 600;
    margin: 20px 0 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.area-box .elementor-image-box-description span {
    display: none;
	height: auto;
}

.area-box .elementor-image-box-description em{
	font-style: normal;
	display: block;
}


.mortage-left {
    width: 60%;
    float: left;
    margin-right: 2%;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
}

.mortage-right {
    width: 38%;
    float: right;
    border-radius: 10px;
    background-color: #eef2fa;
    padding: 30px;
    position: relative;
}


.range-ouput {
    background-color: #eef2fa;
    margin-top: 10px;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #d5e6ff;
    font-size: 19px;
    color: #011842;
}

.property-price {
    margin-bottom: 20px;
}

.property-price lable {
    font-size: 18px;
    font-weight: 500;
}


.range-box input[type="range"] {
    width: 100%;
    padding: 0;
    height: 9px;
    
}



.range-ouput.down-pay p {
    margin-bottom: 0;
}

.mortage-circle-content-box {
    width: 50%;
    float: left;
}


.mortage-circle-content-box span {
    
    font-weight: 500;
}

.mortage-circle-content-box p span {
    color: #011842;
}

.mortage-circle-content-box p {
    margin-bottom: 10px;
    color: #011842;
    font-weight: 500;
}

.view-mortage a{ background-color:#011842;}

.view-mortage a {
    padding: 8px 10px;
    display: block;
    clear: both;
    border-radius: 50px;
    color: #fff;
    text-align: center;

    margin: 0 60px;
}

.view-mortage {
    clear: both;
    margin-top: 9px;
    width: 100%;
    float: left;
    border-top: 1px solid #d6dce8;
    padding-top: 20px;
}

.monthly-payment h2 {
    font-size: 25px;
    text-align: center;
}

.monthly-payment p {
    text-align: center;
    margin-bottom: 0;
    font-size: 26px;
    color: #011842;
    font-weight: 500;
}

.monthly-payment h2 {
    margin-bottom: 10px;
}


.monthly-payment {
    position: absolute;
    top: 36%;
    transform: translate(-50%,-50%);
    left: 50%;
}
.canvasjs-chart-credit{
    display: none !important;
}

.ser-register {
	position: absolute;
	right: 17px;
	top: 18px;
	z-index: 9;
}

.ser-register a {
    background-color: #011842;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    padding: 5px 17px;
    font-size: 16px;
}

.mortage-circle {
    margin-bottom: 8px;
}

.form-box.list-form-box {
	margin: 0;
}

.form-box.list-form-box .submit-box {

	margin-top: 30px;
	
	width: 96.5%;
	margin-left: 23px;
}

.form-box.list-form-box .submit-box input.wpcf7-form-control.wpcf7-submit {
	width: auto;
	
}

.full-box.prop-choose {
	margin-left: 23px;
	width: 96.5%;

}

.form-box.list-form-box .half-box {
	width: 31.3%;
}

.form-box.list-form-box .full-box p {

	margin-left: 10px;
}

.form-box.list-form-box .full-box{ margin-bottom:0;}

.form-box.list-form-box input.wpcf7-text, .wpcf7-select {
	background: #fff;
	
}

.full-box.time-box .half-box {
	width: 48%;
}

.form-box.list-form-box .half-box:last-child {
	margin-right: 0;
}


.range-ouput input {
    width: 85%;
    border: none;
    background-color: transparent;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
}

.range-ouput input:focus {
    background-color: transparent;
    border: none ;
    outline: none;
}

.range-ouput.down-pay input {
    width: 47%;
}

.range-ouput.down-pay input:last-child {
    
    text-align: right;
}

.range-ouput span {
    color: #333;
    font-size: 17px;
}

.our-mission-para {
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    padding: 20px 30px;
    left: 0;
    box-shadow: 0 0 10px #e1e1e1;
    width: 460px;
    /* width: 100%; */
    top: -60px;
    margin: 0 auto;
}

.our-mission-para h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 6px;
}


/** social side bar icon **/


.social-btn {
    display: flex;
    width: 260px;
    align-items: center;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    margin-bottom: 5px;
    position: relative;
    left: -206px;
    transition: left 1s;
}
.social-btn:hover {
  left: -10px;
  transition: left 1s;
}

.social {
    position: fixed;
    transform: translatey(-50%);
    z-index: 999;
    
    top: 40%;
}


.social a {
  text-decoration: none;
}


.color-instagram {
  background-color: #011842;
}
.color-whatsapp {
  background-color: #24cc63;
}

.google-font {
    
    font-size: 17px;
}

.social-btn img {
  width: 40px;
}

.social-btn p {
  color: white;

  margin-top: 0px;
  margin-bottom: 0px;
}


.icons8-instagram {
    order: 2;
    display: inline-block;
    width: 50px;
   height: 36px;
    background: url("https://royalproperties.ae/wp-content/uploads/2023/12/mor-cal-icon.png") 65%  no-repeat;
   background-size: 71%;
}

.icons8-whatsapp {
	order: 2;
	display: inline-block;
	width: 50px;
	height: 36px;
	background: url("https://royalproperties.ae/wp-content/uploads/2023/12/whtsapp-icon-side.png") 80% no-repeat;
	background-size: 71%;
}

a.exe_callbtn {
    background-color: #011842;
    color: #fff;
    display: inline-block;
    padding: 4px 15px;
    border-radius: 6px;
}

.executive-colum {
    width: 48%;
    float: left;
    margin-right: 2%;
}

/*
.executive-thumb img {
    border: 8px solid #fff;
}*/

.executive-content {
    float: left;
    width: 56%;
    margin-top: 0;
}


.executive-thumb {
    float: left;
    width: 40%;
    margin-right: 4%;
    border-radius: 50%;
    overflow: hidden;
    border: solid 5px #fff;
}

.executive-content h5 {
    margin-bottom: 8px;
    line-height: 24px;
    font-size:18px;
}




.head-overlay {
    position: absolute;
    height: 140px;
    background-image: linear-gradient(180deg, rgb(0 0 0 / 50%), transparent);
    left: 0;
    right: 0;
    z-index: 2;
}


.project-inner #primary {
    width: 70%;
}
.project-inner #secondary {
    width: 30%;
    margin: 4.5rem 0 0;
    padding-left: 40px;
}
.project-inner #secondary .widget {
    background-color: #fff;
    padding: 2em;
    margin-bottom: 2em;
}
.project-inner #secondary .widget  h2{
	margin-bottom:0.7em;	
}

.srpw-block a {
    text-decoration: none;
    overflow: hidden;
}
.srpw-img img.srpw-thumbnail {
    object-fit: cover;
    height: 160px;
    object-position: top;
}

.srpw-title {
    font-weight: 500;
    font-size: 20px;
    padding: 7px 0 0;
    display: inline-block;
}

.single-project nav.post-navigation {
    display: none;
}

.project-inner article.ast-article-single {
    padding: 2rem;
}
.project-inner .entry-meta {
    display: none;
}


/* -------------------------
	** @Media Query
---------------------------- */
@media only screen and (min-width: 1367px) {		.tbhelper {  height: 235px; }		.title-imge > img {		object-fit: cover;		height: 375px;	}	}

@media only screen and (min-width : 1201px) and (max-width:1366px) {.tbhelper { height: 210px; }.title-imge > img { height: 350px; object-fit: cover; }}

@media only screen and (min-width : 1025px) and (max-width:1200px) {	
	.title-imge > img { height: 320px; object-fit: cover; }
	.tbhelper {  height: 180px; }
	.royallisting-content {
		padding: 20px; 	
	}
	.royallisting_title h4 { font-size: 25px; }
}


@media only screen and (min-width : 1030px) and (max-width:1366px) {
    
.menu-item a.hfe-menu-item {padding-left:8px !important; padding-right:7px !important;}

.laptop-spacer {
	--spacer-size: 58px !important;
	margin-bottom: 70px !important;
} 

.social {
	
	top: 75%;
}

.home-top-icon img {
	width: 28px !important;
	padding: 0;
}


.banner-text-bottom {
	--spacer-size: 210px !important;
}
    
    
}
.colum-1, .colum-2, .colum-3, .colum-4, .colum-5, .colum-6, .colum-7, .colum-8, .colum-9, .colum-10, .colum-11, .colum-12 {	padding-left:15px;	padding-right:15px;	float:left;}.webrow{ margin-left:-15px; margin-right:-15px; }
@media screen and  (min-width: 1025px){  
	.colum-1 {  width: 8.33333%; }	  .colum-2 {  width: 16.6667%; }  .colum-3 {  width: 25%; }  .colum-4 {  width: 33.3333%; }  .colum-5 {  width: 41.6667%; }  .colum-6 { width: 50%; }  .colum-7 {  width: 58.3333%; }  .colum-8 {  width: 66.6667%; }  .colum-9 {  width: 75%; }  .colum-10 { width: 83.3333%; }   .colum-11 { width: 91.6667%; }  .colum-12 {   width: 100%; }
} 

@media screen and  (min-width: 1025px){ 

	.royallisting-section { margin-left: -15px; margin-right: -15px; }

}

@media screen and  (max-width: 1024px){
  .colum-1, .colum-2, .colum-3, .colum-4,   .colum-5, .colum-6, .colum-7, .colum-8,   .colum-9, .colum-10, .colum-11, .colum-12 { 	width:100%   }
}

@media only screen and (min-width: 992px) and (max-width:1024px) {
    
.search-colum::after {right: -16px;}
 
.search-section {	padding: 40px 9px 30px 17px;}
    
   
    
}
@media only screen and (min-width: 768px) and (max-width:1024px) { 	.title-imge > img { height: 260px; object-fit: cover; }	.tbhelper {  height: 140px; }}
@media only screen and (min-width: 768px) and (max-width:991px) { 	.search-section.active {display: block;}  	.search-colum {margin-bottom: 10px;}   	.explore-colum {width: 50% !important;}  	.about-text-box {width: 500px;}	.search-colum::after {display:none;}}

@media screen and (max-width: 921px){  
	.project-inner #secondary {
		margin: 1.5em 0;
		padding-left: 30px;
	}
	.project-inner #secondary .widget {  padding: 1em; }
	
}

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

.project-inner #primary {  width: 100%; }
.project-sections ul li { width: 49%; padding-right: 15px; }
.project-inner #secondary {   width: 100%; margin: 0; padding-left: 0; }
.project-inner .sidebar-main { display: none; }

.title-imge img {  object-fit: cover; height: 230px; }
.explore-carousel .owl-nav { top: -68px; }
.royal-choose-home-img img { width: 95%; }
.home-popup h2 { font-size: 25px; }
.show-modal { padding: 40px 10px 15px; }
.modal-inner { padding: 20px; top: 0px; }
.our-mission-para { top: -38px; }
.royal-holiday, .royal-services, .royal-swimming {
	background-color: #000 !important;
}
.royal-holiday .hfe-sub-menu-item, .royal-services .hfe-sub-menu-item, .royal-swimming .hfe-sub-menu-item {
	width: 72%;	
}
.full-box.prop-choose {
	margin-left: 12px;
	width: 95%;
}
.mortage-circle-content-box {
	width: 100%;
}
.view-mortage a {	
	margin: 0 30px;
}
.mortage-left {
	width: 100%;
	padding: 20px;
}
.mortage-right {
	width: 100%;
	margin-top:20px;
	padding: 20px;
}
.monthly-payment {
	top: 24%;
}
.form-box.list-form-box .half-box {
	width: 98%;
}
.executive-content {
	margin-top: 0;
}

.executive-content h5 {
	margin-bottom: 10px;
}

.range-ouput input {
	width: 77%;	
}

.contact-page p {
	width: 100%;	
}


.banner-title h1 {
	font-size: 30px;
}

.explore-section {
	margin: 70px 0 0px;
}

.search-section { padding: 30px 20px 30px 20px; }	
.search-item select {  padding: 10px 10px 10px 0px; font-size: 17px; }	.search-section.active {display: block;}	.search-colum {	margin-bottom: 10px;}	.explore-tab ul li { padding-right: 0; margin-right: 10px; }
.about-text-box { position: relative; width: 100%; z-index: 1; }
.main-about .e-con-inner { display: flex; flex-direction: column-reverse !important; }	.about-text-box { margin-top: -50px; }	.about-text-box .e-con-inner { display: flex; flex-direction: column !important; }	.half-box { float: left; width: 100%; margin: 1%; }	.tbhelper {  height: 180px; }

}
	
	
@media screen and (max-width: 600px){	
	.royallisting-thumbnail { max-width: 100%; flex: 0 0 100%; }
	.royallisting-content {  max-width: 100%; flex: 0 0 100%; }
	.royallisting-tab ul li a { padding: 10px 15px; font-size: 19px; font-weight: 500; }
	.royallisting-tab ul li {  padding-right: 10px; margin-right: 10px; }
}
