.contact_us_header{
    width: 100%;
    height: auto;
    padding-top: 120px;
}
.contact_us_container{
    width: 100%;
    background-image: url(../../image/bannar/banner-10.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 45vh;
    max-height: 45vh;
}
.contact_us_main_title{
    width: 95%;
    margin: auto;
    padding-top: 80px;
}
.contact_us_main_title h1{
    font-size: 35px;
    color: #fff;
    padding: 15px 0px;
}
.contact_us_main_title p{
    font-size: 20px;
    color: #fff;
}
.contact_us_main_title p a{
    text-decoration: none;
    color: #fff;
    transition: all 0.1s ease-in-out;
}
.contact_us_main_title p a:hover{
    color: #ff0000;
}

.contact_us_main_details_conteinar{
    width: 100%;
    height: auto;

}
.contact_us_main_details_conteinar_area{
    width: 95%;
    margin: auto;
}
.contact_us_main_details_conteinar_ele{
    display: flex;
    justify-content: left;
    padding: 15px 0px;
}
.contact_us_main_details_conteinar_address{
    width: 40%;
    height: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    min-height: 250px;
    margin-right: 20px;
}
.contact_us_main_details_conteinar_form{
    width: 60%;
    height: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    min-height: 250px;
}
.contact_main_header{
    text-align: center;
    
}
.contact_main_header h1{
    padding: 10px;
    color: #472B28;
}
.contact_main_header p{
    padding: 5px;
    color: #666;
}
.nj_wade_address_num h3{
    color: #472B28;
    font-size: 20px;
    padding: 5px 10px;
}
.nj_wade_address_num p{
    color: #472B28;
    font-size: 15px;
    padding: 5px 10px;
}
.nj_wade_contact_address{
    display: flex;
    justify-content: left;
    
}
.nj_wade_address_num{
    padding: 15px;
    border-bottom: 1px solid #eee;
}
.nj_wade_contact_address_icon i{
    font-size: 25px;
    padding: 5px 10px;
    color: #EF8800;

}
.nj_wade_contact_address_text{
    padding: 5px 10px;
    color: #472B28;
}
.nj_wade_contact_form{
    padding: 10px 30px;
}

.contact_massage_input_box{
    padding: 5px 0px;
}
.contact_massage_input_box input, textarea{
    width: 100%;
    padding: 10px;
    margin-top: 5px;
}
.contact_massage_input_box textarea{
    height: 100px;
}
.contact_massage_input_box button{
    padding: 11px 20px;
    border: none;
    background-color: #EF8800;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    text-align: center;

}
.contact_massage_input_box button:hover{
    background-color: #a05b00;
    

}
.contact_live_location{
    padding: 20px 30px 0px 30px;
}
.contact_live_location h1{
    padding: 10px;
    text-align: center;
    color: #472B28;
}
.nj_map{
    padding-bottom: 10px;
}

@media (max-width: 1200px) {

    .contact_us_header{
        width: 100%;
        height: auto;
        padding-top: 40px;
    }
    .contact_us_main_title{
        width: 95%;
        margin: auto;
        padding-top: 130px;
    }
    .contact_us_main_title h1{
        font-size: 25px;
        text-align: center;
    }
    .contact_us_main_title p{
        text-align: center;
        font-size: 20px;
        color: #fff;
    }
    .contact_us_main_details_conteinar_ele{
        display: block;
        justify-content: left;
    }
    .contact_us_main_details_conteinar_address{
        width: 100%;
        margin-bottom: 20px;
    }
    .contact_us_main_details_conteinar_form{
        width: 100%;
        margin-bottom: 20px;
        
    }
    .nj_wade_contact_form{
        padding: 10px;
    }
    .contact_live_location{
        padding: 10px;
    }







}