body {
    touch-action: pan-y; /** Disable horizontal scrolling */
}

.desktop-only {
    display: block;
}

.mobile-only{
    display: none;
}

.coming_soon_div{
    width: inherit;
}

.span_coming_soon{
    color:Red;
    font-size:28px;
    font-weight:bold;
}


.glow-button {
   
    width: 20%;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    margin-block: 20px;
    background-image: radial-gradient(circle, #000, #f3e0ab);
    background-size: 200% 200%;
    background-repeat: no-repeat;
    animation: glowing 3s linear infinite;
    color: white;
    padding: 15px 12px;
    border-radius: 10px;
    font-weight: 900;
}

.glow-effect {
    animation: glowing 1s linear infinite;
}

@keyframes glowing {
    0% {
        background-position: 0% 0%;
    }

    50% {
        background-position: 100% 100%;
    }

    100% {
        background-position: 0% 0%;
    }
}


.blink_me {
  animation: blinker 1s linear infinite;
  color: goldenrod;
}

@keyframes blinker {
  from { opacity: 1.0; color: red;}
    50% { opacity: 0; }
    to { opacity: 1.0; color: goldenrod;}
}

.hero_io_slider{
    font-size:28px;
    font-weight:bold;
}



.blink {
    animation: blinker 1s linear infinite;
    color: red;
    font-family: sans-serif;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.people_type{
    width: 100%;
    padding: 12px 25px;
    border-radius: 3px;
    border: 1px solid #ddd;
}

.swal2-popup{
    transform: scale(1.5);
}

.w-100{
    width: 100px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;

    border: 1px solid #ddd;
    font-size: 16px;
    border-radius: 4px;
    display: inline-block;
    padding: 7px 14px;
    background-color: #2c2c2c;
    border-color: #2c2c2c;
    color: #ffffff;
    margin: 5px 5px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #000000;
    cursor: default;
    background-color: #ffffff;
    border-color: #ffffff;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
   display: none;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    display: none;
}

.bottom11 {
    margin-bottom: 11px;
    font-weight: 800;
}

.property_item .property_head .start_tag2 {
    position: absolute;
    top: 4px;
    right: 4px;
}

.property_item .property_head .start_tag3 {
    position: absolute;
    top: 9px;
    right: 8px;
    border: 1px solid #f5f5f5;
    width: 80px;
}


.footer_image_pos{
    display: flex;
    justify-content: center;
}

.logo_img_size{
    width: 80%;
}

.pt-13{
    padding-top: 13px;
}

.misc_div{
    padding:5px;
    text-align: center;
}

.misc_img{
    width: 350px;
    height: 250px;
}

.agent_wrap .agent_text {
    background: transparent;
    margin: 0 20px 0 20px;
    padding-top: 30px;
    position: relative;
    top: -12em;
    color: #ffffff;

}

.misc_p_tag{
    font-weight: 900;
    color: #ffffff;
    font-size: 20px;
}

.misc_h3{
    text-transform: uppercase;
    font-weight: bolder;
}

.misc_btn_more{
    background: #000000;
    font-weight: 900;
    font-size: 13px;
    border-radius: 5px;
    padding: 4px 18px 5px;
    color: white;
    border: 1px solid #bababa;
    
}

.misc_heading_pos{
    position: relative;
    top: 2em;
}

.community_heading_pos{
    position: relative;
    top: 0;
    padding: 20px;
    text-align: center;
}

.proerty_content .proerty_text {
    padding: 25px 20px;
    height: 110px;
}

.index2 .property_item {
    height: 490px;
}

.black-caption{
    position: relative;
    top: -5em;
    padding: 6px 510px !important;
}

.home_span_data{
    font-size: 22px !important;
    line-height: 20px !important;
}

.property_banner_mobile{
    width: 100%;
}

.modal-content {
    border: 1px solid #8c8c8c;
}

.padding-top-data{
    padding-top: 80px;
}

.parallax_five{
    background: url('/website/images/bg_cover.png') no-repeat;
    background-image: url('/website/images/bg_cover.png');
    background-size: cover;
    background-attachment: fixed;width: 100%;
    background-position: center center;
}

.home_qr_img{
    width: 63px;
    padding-right: 3px;
}

.listing_inner_full > span {
    position: absolute;
    right: 0;
    top: 4px;
}

.misc_enquiry_section{
    padding-top: 0em;
    padding-bottom: 10px;
}

.padding_about_property{
    padding-bottom: 40px;
}

.button_know_more{
    position: relative;
    top: -15em;
    left: 35em;
}

.fixed-footer{
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   z-index: 100;
   text-align: center;
}

.latest_heading_row{
    padding-left: 12em;
}

.padding_about_community{
    padding-top: 40px;
}

/* Tab and IPad */
@media only screen and (min-width: 992px) and (max-width: 1025px) {
    .desktop-only {
        display: none;
    }

    .mobile-only{
        display: block;
    }


}

/* Mobile IPhone 13 */
@media only screen and (min-width: 363px) and (max-width: 991px) {

    .desktop-only {
        display: none;
    }

    .mobile-only{
        display: block;
    }

   .agent_wrap .image{ height: 350px; }
    .property_banner{
        width: 430px;
    }

    .footer_image_pos{
        display: block;
        justify-content: unset;
    }

    .callus .gen-btn{
        width: -webkit-fill-available;
    }

    footer .footer_panel .logo {
        display: block;
    }

    .logo_img_size{
        width: 40%;
    }

    .margin40 {
        margin-top: 40px;
        
    }

    .padding_bottom {
        padding-top: 80px;
    }

    .margin_misc{
        margin-bottom: -110px;
    }

    .index2 .property_item {
        height: 510px;
    }

    .black-caption{
        display: none;
    }

    .misc_enquiry_section{
        padding-top: 0em;
        padding-bottom: 100px;
    }

    .tp-bgimg{
        background-size: 100% 100% !important;
        
    }

    .home_span_data{
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .btn-dark-home{
        font-size: 10px !important;
        padding: 5px !important;
    }

    .home_qr_img{
        width: 40px;
    }

    .padding_about_property{
        padding-bottom: 30px;
    }

    .a_home_latest{
        font-size: 10px;
    }

    .latest_heading_row{
        padding-left: unset;
    }

    .location_feature_img{
        height: 60%;
        width: 130px;
    }
    
    .location_feature_img1{
        height: 60%;
        width: 100%;
    }

    .padding_about_community{
        padding-top: 80px;
    }

}

/* Mobile */
@media only screen and (min-width: 320px) and (max-width: 361px) {

    .desktop-only {
        display: none;
    }

    .mobile-only{
        display: block;
    }
    
    .property_banner{
        width: 360px;
    }

    .footer_image_pos{
        display: block;
        justify-content: unset;
    }

    .callus .gen-btn{
        width: -webkit-fill-available;
    }

    footer .footer_panel .logo {
        display: block;
    }

    .logo_img_size{
        width: 40%;
    }

    .margin40 {
        margin-top: 40px;
        
    }

    .padding_bottom {
        padding-top: 80px;
    }

    .margin_misc{
        margin-bottom: -110px;
    }

    .index2 .property_item {
        height: 470px;
    }

    .black-caption{
        display: none;
    }

    

    .misc_enquiry_section{
        padding-top: 0em;
        padding-bottom: 100px;
    }

    .tp-bgimg{
        background-size: 100% 100% !important;
        
    }

    .home_span_data{
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .btn-dark-home{
        font-size: 10px !important;
        padding: 5px !important;
    }

    .home_qr_img{
        width: 40px;
    }

    .padding_about_property{
        padding-bottom: 30px;
    }

    .a_home_latest{
        font-size: 10px;
    }

    .latest_heading_row{
        padding-left: unset;
    }

    .location_feature_img{
        height: 60%;
        width: 130px;
    }

    .padding_about_community{
        padding-top: 80px;
    }
}