.bounce_back .contactUs {
    background: #fff;
    position: relative;
    padding-top: 40px;
    /*margin-top: 50px;*/
}

.contactUs .textComponent .text .title {
    color: #4A2877;
    line-height: 0.8;
}

.contactUs .textComponent .text .desc {
    color: #4A2877;
    margin: 0;
}

.contactUs .textComponent .circle-container {
    position: absolute;
    top: 50%;
    right: 13%;
    transform: translate(0, -50%);
    justify-content: center;
    align-items: center;
}
.contactUs .textComponent .circle-container img {
    width: auto;
    height: 100%;
}
.contactUs .textComponent {
    margin: 150px auto;
}

@media only screen and (max-width: 1152px) {
    .contactUs .textComponent {
        margin: 100px auto;
    }

    .contactUs .textComponent .circle-container {
        height: 200px;
        width: 200px;
        right: 10%;
    }
}

@media only screen and (max-width: 800px) {
    .contactUs .cust_container .textComponent {
        transform: unset;
    }

    .contactUs .cust_container .textComponent .circle-container {
        display: none;
    }

    .bounce_back .contactUs .textComponent .circle-container {
        display: none;
    }
}


@media only screen and (max-width: 1024px) {
    .contactUs .cust_container .textComponent {
        transform: unset;
    }
}

@media only screen and (max-width: 800px) and (max-height: 1280px) {
    .contactUs .cust_container .textComponent {
        font-size: 35px;
        line-height: 1.2;
        padding: 0 10%;
    }
}

@media only screen and (max-width: 768px) and (max-height: 1024px) {
    .contactUs .textComponent.circularAnimation .text .title {
        font-size: 35px;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 1024px) and (max-height: 1366px) {
    .contactUs .textComponent.circularAnimation .circle-container {
        display: none;
    }
}

@media only screen and (max-width: 834px) and (max-height: 1194px) {
    .contactUs .textComponent .circle-container {
        right: 0;
    }
}
@media only screen and (max-width: 800px) {
    .contactUs .textComponent.circularAnimation .text {
        margin: 0;
    }

    .contactUs .custom_container .textComponent {
        margin: 50px auto 30px;
    }

    .contactUs .textComponent.circularAnimation .text span {
        margin: 0 0 15px;
    }
}

@media only screen and (max-width: 767px) {
    .contactUs .textComponent.circularAnimation .text {
        padding: 0;
    }

    .contactUs .cust_container .textComponent {
        margin: 0 0 30px;
        padding: 30px 10% 0;
        max-width: 100%;
        width: 100%;
    }

    .formContainer {
        margin: 0 auto;
        padding: 0 0 100px;
    }
}

@media only screen and (max-width: 375px) and (max-height: 812px) {
    .contactUs .cust_container .textComponent {
        margin: 0 auto;
        padding: 80px 10% 30px;
    }
}
