@media only screen and (max-width:1800px) {}



@media only screen and (max-width:1439px) {
    .top-space {
        padding-top: 10px;
    }


}



@media only screen and (max-width:1340px) {

    .top-space {
        padding-top: 7rem !important;
    }

}



@media only screen and (max-width:1290px) {}



@media only screen and (max-width:1139px) {}



@media only screen and (min-width:768px) {}



@media only screen and (max-width:1023px) {}



@media only screen and (max-width:767px) {

    .right-section {

        display: none !important;

    }



    .content-section-second {

        width: 100%;

    }



    .content-section-video {

        margin-left: 20px;

        margin-right: 20px;

    }



    .info-text-review {

        margin-left: 10px;

        margin-right: 10px;

    }

    .upload-wrapper {
        position: relative;
        padding: 12rem 30px;
        background: #fafafa;
        margin-bottom: 30px;
        border-radius: 12px;
        text-align: center;
        margin-left: 20px;
        margin-right: 20px;
    }

    .back-arrow {
        position: absolute;
        top: -5px;
        left: -8px;

    }

    .submit-btn {
        margin-top: 30px;
    }

}



@media only screen and (max-width:599px) {
    .submit-btn {
        margin-top: 30px;
    }

    .right-section {

        display: none !important;

    }

    .top-space {
        padding-top: 10px !important;
    }

    .good-review-screen {

        padding-top: 0px;

    }

    .rating-screen {
        padding-top: 0px !important;

    }

    .left-section {
        justify-content: center;
    }

    .footer-text {
        bottom: 0 !important;
        position: relative;
    }

    .upload-wrapper {
        position: relative;
        padding: 12rem 30px;
        background: #fafafa;
        margin-bottom: 30px;
        border-radius: 12px;
        text-align: center;
        margin-left: 20px;
        margin-right: 20px;
    }

    .back-arrow {
        position: absolute;
        top: -5px;
        left: -8px;

    }

}

@media only screen and (max-width:375px) {
    .mbLogo{
        width: 100% !important;
    }
}