@media (min-width: 120px) and (max-width: 478px) {
    .contactUs_form {
        width: 95% !important;
        margin: auto !important;
    }
    .contactUs_subbanner {
        width: 95% !important;
        margin: auto !important;
        height: 510px !important;
        margin-top: 1.5cm !important;
        margin-bottom: 1cm !important;
    }
    .contactUs_subbanner img{
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center;
        width: 95% !important;
        margin-top: -55px !important;
    }
    .contactUs_subbanner_titleBox .Subtitle{
        margin-bottom: 1cm !important;
        width: 95% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
    }
    .contactUs_banner img {
        height: 500px !important;
    }
    .contactUs_banner {
        height: 500px !important;
    }
}
.contactUs_banner{
    height: 370px;
    text-align: center;
    width: 100%;
    position: relative;
    align-items: center;
}
.contactUs_banner img{
    height: 370px;
    object-fit: cover;
    width: 100%;
}
.contactUs_title{
    color: white;
    position: absolute;
    top: 42%;
    text-align: center;
    width: 100%;
    font-size: 30px;
    font-weight: bold;
}
.contactUs_details{
    font-size:16px;
    color: 363A45;
}
.contactUs_contacts{
    margin-top: 1cm;
    font-size: 16px;
    font-weight: 400;
}
.contactUs_contacts span{
    font-size: 16px;
    font-weight: 500;
}

.contactUs_contacts span i{
    color: #0CA296;
    margin-right: 5px;
    font-size: 17px;
}
.contactUs_form{
    box-shadow: 0px 20px 50px 0px #D8E5E380;
    padding: 20px;
    width: 460px;
    height: 600px;
    margin-top: 1cm;
    border-radius: 20px;
    margin-bottom: 1cm;
    font-size: 14px;
    margin-left: auto;
}
.contactUs_form_formTitle{
    background-color: #D8E5E3;
    height: 60px;
    margin: -20px;
    border-radius: 10px 10px 0px 0px;
    padding: 20px;
    color: #0CA296;
    font-size: 16px;
    font-weight: bold;
}
.Contact-fillForm .btn{
    background-color:#0CA296;
    border-radius: 20px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
    color: white;
    font-weight: 600;

}
.contactUs_subbanner{
    width: 80%;
    margin: auto;
    background-color: #0EC2B4;
    height: 174px;
    border-radius: 10px;
    margin-bottom: 1.5cm;
}
.contactUs_subbanner img{
    width: 270px;
    margin-left: 2cm;
}
.contactUs_subbanner_titleBox{
    text-align: center;
}
.contactUs_subbanner_titleBox .Title{
    font-size: 32px;
    font-weight: bold;
    color: white;
    margin-top: 1cm;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 32px;
}
.contactUs_subbanner_titleBox .Subtitle{
    font-size: 16px;
    color: white;
    margin-top: 0.5cm;
}
.contactUs_subbanner_btn a{
    background-color: white;
    height: 25px;
    width: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 20px;
    color: #0CA296;
    font-weight: bold;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.contactUs_subbanner_btn{
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: auto;
}
