/* label for modal form */
.label-style {
    display: inline-block;
    font-size: 12px;
    font-weight: bolder;
    padding: 7px 0 7px 0;
}

/*.talk_to_3d_expert {*/
/*    border: 1px solid #fff;*/
/*    bottom: 7.5rem;*/
/*    min-width: 15rem;*/
/*    position: fixed;*/
/*    right: 2.5rem;*/
/*    z-index: 12;*/
/*}*/

.talk_to_3d_expert {
    background-color: #b1533c;
    border: 1px solid #fff;
    bottom: 6.5rem;
    min-width: 15rem;
    position: fixed;
    right: 2.5rem;
    z-index: 12;
}

/* Mobile-specific styles */
@media (max-width: 768px) { 
    .talk_to_3d_expert {
        bottom: 1.5rem;
        right: 0.5rem;
        min-width: auto;
    }
}

/* 3d-aerial-renders page css */
.ul-padding{
    padding-left: 20px; list-style-type: disc;
}

.h3-margin{
    margin-top:7px !important; 
}

.p-size{
    font-size:15px;
}

/* 3d-architectural-visualization.php page css */
.img-h{
    height:380px;
}

.ul-p1{
    padding-left: 20px; list-style-type: disc;
}

.h3-m1{
    margin-bottom:2px; margin-top:7px;
}

.f-1{
    font-size:15px;
}


.h3-m2{
    margin-top:7px;
}

.img-w-p{
    width:100%; padding-top:12px;
}