header.sticky{
    transform: translateY(0%);
}
header.sticky .header_top{
   transform: translateY(0%);
}
.contact_banner {
    height: 752px; 
    margin-top: 0 !important;
    /* background-image: url(../img/contact-banner.png);  */
    background-repeat: no-repeat;
}
.contact_banner > .content ,
.contact_banner > .content > .flex {
    height: 100%;
}
.contact_banner > .content .head h1{
    font-size: 108px;
    margin-bottom: 1rem;
}
.contact_banner > .content .head p {
    font-weight: bold;
    max-width: 550px;
    font-size: 17px;
    line-height: 26px;
}
.contact_infomaction {
    padding: 100px 0;
}
.contact_infomaction > .content{
    max-width: 1100px;
}
.contact_infomaction > .content > .flex{
    flex-wrap: wrap;
    margin: 1rem;
    gap: 4rem 7rem;
}
.contact_infomaction > .content > .flex > .flex1{
    width: 26%;
    flex: unset;
}
.contact_infomaction > .content > .flex > .flex1:hover img {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.contact_infomaction > .content > .flex > .flex1 img {
    transition: all .3s;
    border-radius: 50%;
}
.contact_infomaction > .content > .flex > .flex1 .info_title{
    font-size: 22px;
    margin-bottom: .5rem;
    margin-top: .5rem;
}
.contact_infomaction > .content > .flex > .flex1 a{
    text-decoration: underline;
    color: #666;
    transition: all .3s;
}
.contact_infomaction > .content > .flex > .flex1 a:hover {
    color: #000;
}
.contact_stores {
    margin: 2rem 0;
}
.contact_stores .head h2{
    font-weight: 500;
    margin-bottom: 2rem;
}
.contact_stores .head a.button_t{
    padding: 0.9rem 2.8rem!important;
}
.contact_stores .right {
    overflow: hidden;
    border-radius: 10px;
}
.contact_stores img{
    max-width: 855px;
    transition: all .5s;
    vertical-align: top;
}
.contact_stores img:hover {
    transform: scale(1.02);
}

.contact_form{
    padding: 120px 0 150px;
} 
.contact_form .head h2{
    font-size: 35px;
    margin-bottom: 1.5rem;
}
.contact_form .contact_inquiry_form{
    width: 725px;
    margin: 0 auto;
}
.contact_form .contact_inquiry_form span.col1{
    width: 100%;
    display: block;
    margin-bottom: 1.2rem;
}
.contact_form .contact_inquiry_form input{
    padding: 1rem;
    border-radius: 8px;
    width: 100%;
    font-size: 17px;
    color: #000;
    border:#9f9f9f solid 1px;
}
.contact_form .contact_inquiry_form input::placeholder{
    color: #000;

}
.contact_form .contact_inquiry_form textarea{
    padding: 1rem;
    border-radius: 8px;
    width: 100%;
    font-size: 17px;
    color: #000;
    border:#9f9f9f solid 1px;
    height: 275px;
    margin-bottom: 1rem;

}
.contact_form .contact_inquiry_form textarea::placeholder{
    color: #000;

}
.contact_form .contact_inquiry_form input[type="submit"]{
    background-color: #000;
    max-width: 180px;
    font-size: 14px;
    color: #fff;
    transition: all .3s;
    padding: 15px;
    border: 2px solid #000;
}
.contact_form .contact_inquiry_form input[type="submit"]:hover {
    background-color: transparent;
    color: #000;
}