.error404 #site-content{
    min-height: 550px;
    background: #000;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.contact-form .form-control {
    background: rgba(134, 134, 134, .35);
    backdrop-filter: blur(10px);
    border: none;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 18px 5px;
}
.contact-form .form-control::placeholder{
    color:#fff !important;
}
.contact-form .wpcf7-radio{
    display: flex;
    justify-content: space-between;
}
.contact-form .wpcf7-list-item-label{
    display: block;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    line-height: 150%;
    margin-top: 5px;
}
.contact-form input[type="radio"]{
    width: 20px;
    height: 20px;
    background: rgba(0, 0, 0, .38);
    border: solid 6px rgba(217, 217, 217, .3);
}
.contact-form .wpcf7-select{
    height: 60px;
    line-height: 60px;
    background: rgba(134, 134, 134, .35);
    backdrop-filter: blur(10px);
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
}
/*29th Nov 2024*/
.property-card .card-content .facility-details figure:nth-child(2) {
    border-bottom: solid 1px #dedede;
    padding-left: 22px;
}
.property-card .card-content .facility-details figure:nth-child(3) {
    border-right: solid 1px #dedede;
}
.property-card .card-content .facility-details figure:nth-child(4) {
    padding-left: 22px;
}

/*04-12-2024 Image carousel section*/
.carous .elementor-image-carousel-wrapper.swiper.swiper-initialized.swiper-horizontal {
    position: relative;
}
 
.carous .elementor-swiper-button.elementor-swiper-button-prev,
.elementor-swiper-button.elementor-swiper-button-next{
    display:flex;
    align-items:center;
    justify-content:center;
    position: absolute;
    padding:0 5px 0 0;
    top: unset !important;
    left:unset  !important;
    transform:none;
    bottom:5px;
    width: 65px;
    height: 65px;
    line-height: 80px;
    text-align:center;
    background-color: #fff;
}
 
.carous .elementor-swiper-button.elementor-swiper-button-prev {
        right:100px  !important;
}
 
@media only screen and (max-width: 991px) {
.carous .elementor-swiper-button.elementor-swiper-button-prev {
        right:80px  !important;
}   
}
 
.carous .elementor-swiper-button.elementor-swiper-button-next{
       right:28px  !important; 
}
 
 
@media only screen and (max-width: 991px) {
.carous .elementor-swiper-button.elementor-swiper-button-prev,
.elementor-swiper-button.elementor-swiper-button-next{
        width: 45px;
    height: 45px;
}
}

.carous .elementor-image-carousel-wrapper
{
    margin: 0;
}

/*04-12-2024 HostAid button arrow section*/
.hostaid_arrow svg
{
    font-size: 32px;
}
/*5th Dec */
.banner-search .resp-tabs-container .search-with-arrow .btn-btm {
    width: 58px;
    height: 58px;
    background: #141b34;
    border: 0;
    outline: none;
    box-shadow: none;
    color: #fff;
    font-weight: 500;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
	display:flex;
	justify-content: center;
    align-items: center;
}
/*2nd April 2025*/
.disclaimer {
  grid-column: 1 / -1; /* Makes the last item span across all columns */
}
.disclaimer .wpcf7-list-item-label{
  display:contents;
}
.disclaimer a{color:#fff;}
.contact-form .form-holder{padding:50px !important;}
/*3rd april 2025*/
.property-card h6{font-family:"Inter", Sans-serif !important;}
/*19th april 2025*/
body:not(.home) .home-page{display:none;}
body.home .inner-page{display:none;}
.footer-menu,.footer-copy{display:flex;}
/*06th may 2025*/
.footer-menu ul, .footer-copy ul {display:flex;}
.footer-copy ul li:after {position: relative;}
/**/