.breadcrumbs__box {
    /* margin-top: 85px; */
    background: linear-gradient(90deg, #F1574D 0.59%, #F47732 21.61%, #FABF4A 41.64%, #4BBA79 61.66%, #0DB4DF 81.68%, #A85CA4 100.71%);
    padding: 50px 20px;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.25);
}

.breadcrumbs__box h1.title {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 0.7;
    color: rgba(255, 255, 255, 1);
}

.conatctus__form__wrapper {
    padding: 100px 20px 250px;
}

.conatctus__form__wrapper .group__box {
    display: flex;
    align-items: start;
    gap: 55px;
}

.contactus__title__box h2.title {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 45px;
}

.contactus__title__box .short__title {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 1;
    color: rgba(0, 0, 0, 1);
    max-width: 357px;
}

.contact__form__wrapper .input__box label {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 0.7;
    display: block;
    color: rgba(0, 0, 0, 1);
    text-transform: capitalize;
    margin-bottom: 10px;
    padding-left: 30px;
}

.conatctus__form__wrapper .contact__form__wrapper {
    width: 805px;
}

.contact__form__wrapper .input__box input {
    width: 100%;
    border: 1px solid #B8B8B8;
    border-radius: 100px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    padding: 13px 30px;
    color: #000000;
}

.contact__form__wrapper .input__box input::placeholder {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: rgba(184, 184, 184, 1);
    text-transform: capitalize;
}

.contact__form__wrapper .group__field {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px 20px;
}

.contact__form__wrapper .group__field .input__box {
    width: 100%;
}

.contact__form__wrapper .group__field+.group__field {
    margin-top: 20px;
}

.conatctus__form__wrapper .contact__form__wrapper .form__btn__box {
    margin-top: 30px;
    text-align: right;
}

.contact__form__wrapper .group__field .input__box textarea {
    width: 100%;
    border: 1px solid #B8B8B8;
    border-radius: 10px;
    padding: 13px 30px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    height: 190px;
}

.contact__form__wrapper .group__field .input__box textarea::placeholder {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: rgba(184, 184, 184, 1);
}

.conatctus__form__wrapper .contact__form__wrapper .form__btn__box button.submit__btn {
    min-width: 210px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: rgba(255, 255, 255, 1);
    transition: all ease 300ms;
}

.conatctus__form__wrapper .contact__form__wrapper .form__btn__box button.submit__btn:hover {
    background-color: #000000;
}

@media only screen and (max-width: 1024px) {

    .breadcrumbs__box h1.title {
        font-size: 34px;
        line-height: 0.7;
    }

    .breadcrumbs__box {
        padding: 40px 50px;
    }

    .conatctus__form__wrapper .group__box {
        gap: 30px;
    }

    .conatctus__form__wrapper {
        padding: 80px 50px;
    }

    .contactus__title__box h2.title {
        font-size: 30px;
        line-height: 1.1;
        margin-bottom: 20px;
    }

    .contactus__title__box .short__title {
        font-size: 20px;
        line-height: 1.3;
    }


}

@media only screen and (max-width: 980px) {

    .conatctus__form__wrapper .contact__form__wrapper {
        width: 100%;
    }

    .contactus__title__box .short__title {
        width: 100%;
        max-width: 100%;
    }

    .conatctus__form__wrapper .group__box {
        flex-direction: column;
    }

}

@media only screen and (max-width: 768px) {

    .conatctus__form__wrapper {
        padding: 60px 25px;
    }
}

@media only screen and (max-width: 540px) {



    .contact__form__wrapper .group__field {
        flex-direction: column;
    }

    .contact__form__wrapper .input__box label {
        padding-left: 10px;
    }

}

@media only screen and (max-width: 480px) {
    .breadcrumbs__box {
        padding: 30px 20px;
        /* margin-top: 70px; */
    }

}

@media only screen and (max-width: 384px) {

    .breadcrumbs__box h1.title {
    font-size: 30px;
    line-height: 0.7;
}

    .conatctus__form__wrapper {
        padding: 50px 20px;
    }
}