@media(min-width:992px){    
    .contact_input textarea{
        width: 100%;
    } 
}
@media(max-width:992px){
    .project_statistics_contents ul {
        grid-template-columns: repeat(2, 1fr);      
    }
    .about-house-img {
        margin-bottom: 15px;
    }
    .navbar-nav li{
        border-right: none;
        line-height: 2.5;
        border-bottom: 1px dotted #999;
        width: 50%;        
    }
  
 
    .certificate-img{
        margin-bottom: 10px;
    }
    .contact_input textarea{
        width: 100%;
    }
    .login_page{
        position: absolute !important;
        top: 100px;
        left: 30%;
        width: 40%;
    }     
}

@media(max-width:768px){
 

   .call_icon {	
	margin-bottom: 10px;
    }
    .email_icon {       
        margin-bottom: 10px;
    }
    .location_icon {        
        margin-bottom: 10px;
    }
    .login_page{
        position: absolute !important;
        top: 100px;
        left: 25%;
        width: 50%;
    }  
  
}

@media(max-width:576px){
    .project_statistics_contents ul {
          grid-template-columns: repeat(1, 1fr);   
    }
    .latest_project_name {
        font-weight: 500;
        font-size: 12px;     
        margin-top: 2px;
        margin-bottom: 0px;
    }
    .contact_us_part {
        display: flex;
        justify-content: start;
    }
    section.about-house .container {
        box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.0);
        padding: 0px 15px;
    }
    .navbar-nav li{       
        width: 70%;        
    } 
     

    .communicate {
        margin-top: 20px;
    }
    .login_page{
        position: absolute !important;
        top: 10px;
        left: 10%;
        width: 80%;
    }
 
    .unorder_list{
        display: flex;
        align-items: center;
        gap: 0px;
    }
    
    .Certificate_section {
        margin-top: 20px;        
    }
    .call_email_and_location_area {
        margin-bottom: 30px;
        margin-top: 0px;
    }
    .chukti_submit_h2_a{
        position: absolute;
        top: 40%;
        left: 0px;
        right: 0px;
        text-align: center;
    }
    .chukti_submit_img{
        position: relative;
        width: 100%;
        height: 300px;
    }
    .Certificate_section{
        padding-bottom: 50px;
        margin-bottom: 0px;
    }
    .certificate-img {
        width: 100%;
        height: 300px;
    }

 
    .contact_us h3 {        
        margin-bottom: 20px;
        margin-top: 20px;
    }
    /* .latest_project_caption h3 {
        text-align: center;
        font-weight: bold;
        margin-top: 10px;
    } */
    .about-house-explain h3 {
        font-size: 20px;
    }
}

