@media (min-width: 300px) and (max-width: 767px) {
    button.three {
        position: absolute;
        right: -53px;
        font-size: 24px;
        background: #000000;
        color: #fff;
        border: 0px;
        top: 4px;
        cursor: pointer;
    }
    .boxtopm h4 {
        width: 100%;
        margin-top: 20px;
    }
    .sidemenubar:before {
        display: none;
    }
    button.four {
        display: none;
    }
    .datefromcont {
        width: 100%!important;
    }
    button.four {
        position: absolute;
        right: 23px;
        font-size: 24px;
        background: #000000;
        color: #fff;
        border: 0px;
        top: 8px;
        cursor: pointer;
    }
    .mainsectionbox {
        width: 100%;
        padding: 34px 0px;
    }
    .boxtopm {
        display: unset;
    }
    main {
        padding: 114px 0px 45px 0px;
    }
    .sidemenubar {
        left: -100%;
    }
    .sidemenubar.is-active button.three {
        display: none;
    }
    .sidemenubar.is-active button.four {
        display: block;
    }
    .sidemenubar.is-active {
        left: 0px;
    }
    main.maintop.mainbodyis-active {
        padding-left: 0px;
    }
    main.mainbodyis-active:before {
        position: absolute;
        content: "";
        background: #000000ab;
        width: 100%;
        height: 117%;
        z-index: 9;
        top: -116px;
    }
    main.mainbodyis-active {
        position: fixed;
        height: 117%;
        z-index: -1;
        top: -116px;
    }
    .maintop {
        padding-left: 0px;
    }
    .headertop {
        padding-left: 69px;
        width: 100%;
        z-index: 9;
        margin-left: 0px;
        border-radius: 0px;
    }
    .profilebox {
        display: none;
    }
    .sidemenubar {
        width: 100%;
    }
    .sidemenubar:after {
        display: none;
    }
    .sidemenubarbtnmobile {
        display: block;
    }
    .leftformsectionbox {
        display: none;
    }
    .leftformsectioninnerdata {
        padding: 4px;
    }
    .mobilemenuli {
        display: block;
    }
    .sidemenubar {
        z-index: 9;
    }
}