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

}

@media only screen and (max-width: 1399px) {
    .steps-inner {
        width:95%;
    }
}

@media only screen and (max-width: 1199px) {
    .side-text h1 {
        font-size: 30px;
    }
    .side-text h2 {
        font-size: 40px;
    }
    .side-text p {
        font-size: 23px;
    }
    .side-text button {
        width: 90%;
    }
    .set_meeting {
        padding: 50px;
    }
    .main-heading {
        font-size: 35px;
    }
    /* .steps-inner {
        width: 100%;
    } */
    .feedback_success .main-heading, .feedback_failed .main-heading{
        font-size: 24px;
    }


}

@media only screen and (max-width: 991px) {
    .side-text, .logo{
        margin: 2em;
        margin-top: 0;
    }
}

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

}

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

}

@media only screen and (max-width: 767px) {
    main {
        padding: 35px 0px;
    }
    .side-text h2{
        font-size: 38px;
    }
}

@media only screen and (max-width: 600px) {
    /* .steps-inner {
        border-radius: 0;
    } */
    .set_meeting {
        padding: 30px;
    }
    .main-heading {
        font-size: 24px;
    }
    .text-input label {
        display: none;
    }
    .text-input input{
        margin-left: 15px;
    }

}

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

}

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

}
