/*---------banner-----*/
#about-us-banner{
    height: auto;

    background: url(https://www.unitedfareshub.com/file/imgs/contact-us-banner.webp) no-repeat 0 0;
    background-size: cover;
}
.banner-overlay{
    background-color: rgba(255, 255, 255, 0.1);
    padding-top: 125px;
    padding-bottom: 125px;
}
.about-us-banner-col{
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-us-banner-col h1{
    color: white;
    font-size: 70px;
    font-weight: 700;
}
/*------------contact-us top--*/
#contact-us-top{
    padding-top: 50px;
    padding-bottom: 50px;
}
.contact-us-top-container{
    height: auto;
    background: url(https://www.unitedfareshub.com/file/imgs/contact-first.webp) no-repeat 0 0;
    background-size: cover;
    border-radius: 2px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    padding: 100px 50px 100px 50px;
}
.contact-us-top-content{
    padding: 0px 40px 0px 40px;
}
.contact-us-top-content h3{
    color: #385405;
    font-size: 40px;
    margin-bottom: 0px;
}
.contact-us-top-content h2{
    font-size: 55px;
    font-weight: 350;
}
.contact-us-top-content-h2span{
    font-weight: 500;
}
.get-in-touch{
    font-size: 20px;
}
.contact-us-top-content h4{
    margin-top: 40px;
    font-weight: 700;
}
.address{
    font-size: 20px;
    font-weight: 500;
}
.feel-free{
    font-size: 14px;
    font-weight: 500;
}
.span-class{
    color: #385405;
    font-size: 25px;
    font-weight: 700;
}
.contact-us-top-row-col2 h2{
    text-align: center;
    font-size: 35px;
}
.row-col2-para{
    font-size: 17px;
    text-align: center;
    line-height: 20px;
}
.form-row{
    margin-top: 50px;
}
input{
    border: none;
    outline: none;
    background: transparent;
}
textarea{
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    height: 150px;
}
.input-div{
    background-color: white;
    padding: 7px;
    margin-bottom: 25px;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.contact-submit{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}
.submit-btn{
    background-color: #06193A;
    color: white;
    width: 40%;
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    height: 50px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.23);
}
.submit-btn:hover{
    background-color: #06193A;
    color: white;
}
/*----------contact second----*/
#contact-second{
   padding-top: 50px;
   padding-bottom: 50px;
}
.contact-second-container{
    height: auto;
    background: url('https://www.unitedfareshub.com/file/imgs/contact-second.webp') no-repeat 0 0;
    background-size: cover;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    border-top-left-radius: 90px;
    padding: 70px 0px 70px 60px;
    border-bottom-right-radius: 70px;
}
.contact-second-col h2{
    color: white;
    font-size: 45px;
}
.contact-second-col p{
    color: white;
    font-size: 17px;
    margin-top: 40px;
}
.send-btn{
    background-color: white;
    color: black;
    font-weight: 500;
    font-size: 18px;
    border-radius: 20px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    margin-top: 40px;
}
.send-btn:hover{
    background-color: white;
    color: black;
}

/*-----------responsive---------------*/
@media screen and (max-width: 1400px) {
    /*-----banner----------*/
    .banner-overlay {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .about-us-banner-col h1 {
        font-size: 60px;
    }
}
@media screen and (max-width: 1200px) {
     /*-----banner----------*/
     .banner-overlay {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .about-us-banner-col h1 {
        font-size: 55px;
    }
    .contact-us-top-container {
        padding: 50px 25px 25px 25px;
    }
}
@media screen and (max-width: 992px) {
     /*-----banner----------*/
    .about-us-banner-col h1 {
        font-size: 50px;
    }
    /*---------contact first----*/
    #contact-us-top {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .contact-us-top-row{
        display: flex;
    }
    .contact-us-top-row-col2{
        display: flex;
        order: -1;
        flex-direction: column;
        margin-bottom: 30px;
    }
    .form-row {
        margin-top: 20px;
    }
    /*-----------contact second----*/
    #contact-second {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .contact-second-container {
        padding: 30px 30px 30px 40px;
        border-bottom-right-radius: 70px;
    }
    .contact-second-col p {
        margin-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    /*-----banner----------*/
    .banner-overlay {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .about-us-banner-col h1 {
        font-size: 45px;
    }
    /*----------contact first------*/
    .contact-us-top-content {
        padding: 0px 0px 0px 0px;
    }
    .contact-us-top-content h3 {
        font-size: 30px;
    }
    .contact-us-top-content h2 {
        font-size: 40px;
    }
    .get-in-touch {
        font-size: 15px;
    }
    .contact-us-top-content h4 {
        margin-top: 20px;
    }
    .address {
        font-size: 15px;
    }
    .span-class {
        font-size: 20px;
    }
    .submit-btn {
        width: 50%;
        font-size: 15px;
        height: 40px;
    }
    .contact-submit {
        padding-top: 10px;
    }
    /*-----contact second--------*/
    .contact-second-col h2 {
        font-size: 30px;
    }
    .contact-second-col p {
        margin-top: 10px;
        font-size: 15px;
    }
    .send-btn {
        font-size: 15px;
        height: 40px;
        width: 50%;
        margin-top: 20px;
    }

}
@media screen and (max-width: 576px) {
    /*-----banner----------*/
    .banner-overlay {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .about-us-banner-col h1 {
        font-size: 40px;
    }
   /*------------contact first------*/
   .contact-us-top-row-col2 h2 {
    font-size: 30px;
    font-weight: 700;
    }
    .row-col2-para {
        font-size: 14px;
        line-height: 17px;
    }
   input::placeholder{
    font-size: 14px;
   }
   textarea::placeholder{
    font-size: 14px;
   }
   textarea {
    height: 100px;
    }
    .contact-us-top-content h3 {
        font-size: 25px;
    }
    .contact-us-top-content h2 {
        font-size: 35px;
    }
    .input-div {
        padding: 5px;
        margin-bottom: 15px;
    }
    .send-btn {
        width: 60%;
    }


}
@media screen and (max-width: 413px) {
    input {
       width: 90%;
    }
    input::placeholder{
        font-size: 12px;
    }
    textarea::placeholder{
        font-size: 12px;
    }
}