.PageBanner{
    background-image: url('../img/banner/contact.jpg');
}
.Box1{
    margin-top: 100px;
    margin-bottom: 50px;
}
.Box1 .titleSpan{
    text-align: center;
    width: 100%;
    display: block;
    font-size: 18px;
    color: #E6212A;
    font-weight: bold;
}
.Box1 .titleH2{
    text-align: center;
    font-weight: bold;
    font-size: 35px;
    margin-top: 20px;
    margin-bottom: 60px;
}
.Box1 input{
    display: block;
    /* font-family: 'Roboto'; */
    width: 100%;
    padding: 20px 2px 20px 0;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-top: 33px;
    background-color: #fafafa;
    border: none;
    border-bottom: 2px solid #b3b3b3;
    padding: 20px 0; 
    outline: none;
}
.Box1 textarea{ 
    display: block;
    width: 100%;
    background-color: #fafafa;
    border: none;
    border-bottom: 2px solid #b3b3b3;
    outline: none;
    resize: none !important;
}
.Box1 .col-xl-6.col-lg-6.col-md-6,
.Box1 .col-xl-12.col-lg-12.col-md-12{
    margin-top: 33px;
}
.Box1  .submit{
    background-color: #E6212A;
    color: white;
    border: none;
    padding: 20px 40px;
    border-radius: 999px;
    margin-top: 33px;
}
.Box1  .contactSpan{
    font-weight: bold;
    color: #E6212A;
    font-size: 18px;
}
.Box1 .contactH2{
    margin: 20px 0;
    font-weight: bold;
    font-size: 44px;
}
.Box1 .contactP{
    font-size: 16px;
    color: #555;
}
.Box1 .content{
    display: flex;
    justify-content: left;
    margin-top: 30px;
}
.Box1 .content i{
    font-size: 32px;
    color: #E6212A;
    margin-right: 10px;
}
.Box1 .content  a{
    color: black;
}
.Box1 .content h3{
    font-weight: bold;
}
@media screen and (max-width:991px) {
    .Box1  .row .col-lg-6.right{
            margin-top: 50px;
    }
    .Box1 .titleSpan{
        font-size: 14px;
    }
    .Box1 .titleH2{
        font-size: 28px;
        margin: 0;
    }
    .Box1 input{
        margin-top: 0;
    }
    .Box1 .col-xl-6.col-lg-6.col-md-6, .Box1 .col-xl-12.col-lg-12.col-md-12{
        margin-top: 5px;
    }
    .Box1 textarea{
        height: 100px;
    }
    .Box1 .submit{
        padding: 13px 40px;
        font-size: 14px;
    }
    .Box1 .contactSpan{
        font-size: 14px;
    }
    .Box1 .contactH2{
        font-size: 28px;
        margin: 0;
    }
    .Box1 .contactP{
        font-size: 14px;
    }
}
@media screen and (max-width:768px) {
    .Box1 .content h3{
        font-size: 20px;
    }
    .Box1 .content p{
        font-size: 14px;
    }
}