section.Contact-us {
    margin-bottom: 2%;
    margin-top: 3%;
}
.Contact-us .contact-us-background{
    height: auto;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    position: relative;
    border-radius: 10px;
}
.Contact-us .contact-us-background .contact-image img.contact-banner-img {
    height: 347px;
    width: auto;
}
.Contact-us .contact-us-background .contact-image {
    padding: 63px 0px;
}


.Contact-us .contact-us-background  .contact-form-background {
    padding: 29px 10px;
    width: -webkit-fill-available;
    height: auto;
     border-radius: 5px;
    opacity: 1;

}

.Contact-us .contact-us-background  .contact-form-background .help-contact-form {
    padding: 29px 39px;
    width: 100%;
    height: auto;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    opacity: 1;
}
.Contact-us .contact-us-background  .contact-form-background .help-contact-form h4{
    color: #000000;
    font-size: 17px;
    font-weight: bold;
    font-family: "Poppins";
}
.Contact-us .contact-us-background  .contact-form-background .help-contact-form .form-control {
    font-size: 12px;
    color: #656565;
    height: 32px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D4D4D4;
    border-radius: 16px;
    opacity: 1;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
}
.Contact-us .contact-us-background  .contact-form-background .help-contact-form textarea.form-control {
    font-size: 12px;
    color: #656565;
    height: 110px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D4D4D4;
    border-radius: 7px;

}
.Contact-us .contact-us-background  .contact-form-background .help-contact-form .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    height: 32px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D4D4D4;
    border-radius: 16px;
    opacity: 1;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 12px;
    color: #656565;
}
.Contact-us .contact-us-background  .contact-form-background .help-contact-form .form-label {
    font-weight: 500;
    padding: 0px 12px;
    font-size: 12px;
    color: #000000;
    margin-bottom: 6px;
    font-family: "Poppins";
}
.Contact-us .contact-us-background  .contact-form-background .help-contact-form .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    font-size: 12px;
    color: #656565;
}
.Contact-us .contact-us-background  .contact-form-background .help-contact-form .iti {
    width: 100%;
    position: relative;
    display: inline-block;
}
.Contact-us .contact-us-background  .contact-form-background .help-contact-form .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
    color: #656565;
}
.Contact-us .contact-us-background  .contact-form-background .submit-button button.btn.btn-submit {
    background: #FFFFFF;
    border: 1px solid #DB0000;
    border-radius: 16px;
    color: #000000;
    font-size: 15px;
    font-family: "Poppins";
    transition: 0.3s, color 0.3s;
    font-weight: 600;
    padding: 4px 10px;
}

.Contact-us .contact-us-background  .contact-form-background .submit-button button.btn.btn-submit:hover {
    background: red;
    color: white;
}
.Contact-us .contact-us-background  .contact-form-background .help-contact-form .submit-button {
    text-align: center;
}
.Contact-us .name {
    margin: 4px 0px;
}
.Contact-us span.text-danger {
    font-size: 12px;
}
.Contact-us input#phone:focus {
    outline: none !important;
}
/* .lottie-main-one {
    right: -5px;
    position: absolute;
    top: -5px;
}
.lottie-main{
    width: 88px;
    height: 88px;
}

 img.message-img {
    height: 76px;
    width: 76px;
}
.all-main-content {
    z-index: 99999;
    text-align: end;
    position: fixed;
    right: 219px;
}
.main-circle-lottie {
    position: relative;
    bottom: 60px;
} */
/* media Query started */
 @media (min-width:280px) and (max-width:320px) {
    .Contact-us .contact-us-background .contact-image img.contact-banner-img {
     width: 100%;
    }
    .Contact-us .contact-us-background  .contact-form-background .help-contact-form {
        padding: 17px 17px;

    }
    section.Contact-us {
        margin-bottom: 13%;
       margin-top: 5%;
    }
    .Contact-us .contact-us-background .contact-image {

        display: none;
    }
    .name {
        margin: 0px 0px;
    }
    .Contact-us .contact-us-background {
        height: auto;
    }
    .Contact-us .contact-us-background  .contact-form-background .submit-button button.btn.btn-submit {
        height: auto;
        width: auto;
        font-size: 12px;
    }
 }
 @media (min-width:321px) and (max-width:485px) {
    .Contact-us .contact-us-background .contact-image img.contact-banner-img {
        width: 100%;
       }
       .Contact-us .contact-us-background  .contact-form-background .help-contact-form {
        padding: 17px 17px;

    }
    section.Contact-us {
        margin-bottom: 7%;
        margin-top: 5%;
    }
    .Contact-us .contact-us-background .contact-image {
       display: none;
    }
    .Contact-us .contact-us-background {
        height: auto;
    }
    .Contact-us .contact-us-background  .contact-form-background .submit-button button.btn.btn-submit {
        height: auto;
        width: auto;
        font-size: 12px;
    }
 }
 @media (min-width:486px) and (max-width:575px) {
    .Contact-us .contact-us-background .contact-image img.contact-banner-img {
        width: 100%;
       }
       .Contact-us .contact-us-background  .contact-form-background .help-contact-form {
        padding: 17px 17px;

    }
    section.Contact-us {
        margin-bottom: 7%;
        margin-top: 5%;
    }
    .Contact-us .contact-us-background .contact-image {

        display: none;
    }
    .Contact-us .contact-us-background {
        height: auto;
    }
    .Contact-us .contact-us-background  .contact-form-background .submit-button button.btn.btn-submit {
        height: auto;
        width: auto;
        font-size: 14px;
    }
 }
 @media (min-width:576px) and (max-width:767px) {
    .Contact-us .contact-us-background .contact-image img.contact-banner-img {
        width: 100%;
       }
       .Contact-us .contact-us-background  .contact-form-background .help-contact-form {
        padding: 17px 17px;

    }
    section.Contact-us {
        margin-bottom: 4%;
        margin-top: 5%;
    }
    .Contact-us .contact-us-background .contact-image {

        display: none;
    }
    .Contact-us .contact-us-background {
        height: auto;
    }
 }
 @media (min-width:768px) and (max-width:991px) {
    .Contact-us .contact-us-background .contact-image img.contact-banner-img {
        width: 100%;
       }
       section.Contact-us {
        margin-bottom: 4%;
        margin-top: 5%;
    }
    .Contact-us .contact-us-background .contact-image {
        display: none;

    }
 }
 @media (min-width:992px) and (max-width:1299px) {
    .Contact-us .contact-us-background .contact-image img.contact-banner-img {
        height: auto;
        width: 100%;
    }
    .Contact-us .contact-us-background .contact-form-background .submit-button button.btn.btn-submit {

        font-size: 13px;

    }
 }

