@media (max-width: 576px) {
    h1 {
        font-size: 25px;
        font-weight: bold;
        letter-spacing: -1px;
    }

    h2 {
        font-size: 24px;
        letter-spacing: -1px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 17px;
    }

    h6 {
        font-size: 16px;
    }
    .main_menu {
        width: 100%;
        margin-left: 0px;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .main_hero {
        width: 100%;
        height: 65vh;
        margin-left: 0px;
        justify-content: space-between;
    }

    .main_hero img {
        position: absolute;
        width: auto;
        height: 100%;
    }
    .tvlsntrspgmin {
        padding: 0px 10px 50px;
        width: calc(100% - 20px);
        margin-left: 0px;
    }

    .hvlnpgbcindis {
        display: block;
    }
    .trvfbe {
        height: 20px;
        width: 100%;
        margin-left: 0px;
    }
    /* ////// */
    .tvlsntrspg {
        height: 70vh;
    }
    .tvlsntrspgh {
        width: 95%;
    }
    .tvlsntrspgh p, ul li{
        font-size: 14px;
    }
    .tvlsntrspg img {
        width: auto;
        height: 100%;
    }
    .lstoftrsuwlll:not(:last-child){
        margin-bottom: 30px;
    }
    .tvlsntrspghin {
        width: 95%;
    }
    .tvlsntrspghin p{
        font-size: 14px;
    }
    .tvlsntrspgint {
        flex-direction: column-reverse;
        width: 90%;
        margin-left: 3%;
        padding: 8px;
    }
    .tvlsnthscrddisp {
        display: block;
    }
    .tvlsncrd {
        flex-direction: column;
    }
    .tvlsncrdssoc {
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .tvlsncrdtals ul li a{
        text-decoration: none;
    }
}
@media (max-width: 900px) {
    .main_menu {
        width: 99.4%;
        margin-left: 0.6%;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mob_main_menu{
        display: block;
       }
    .main_menu input {
        display: none;
    }

    .main_menu img {
        width: 150px;
        padding-right: 0px;
    }

    .m2ulnv {
        width: 100%;
        padding: 20px 0px 50px;
        margin-left: 0px;
        display: block;
        position: absolute;
        background-color: #205A28;
        top: 60px;
        right: 0;
        max-height: 0;
        display: none;
    }

    .m2ulnv li {
        margin: 0px 20px;
        line-height: 50px;
    }

    .m2ulnv li:not(:last-child) {
        margin-right: 0px;
    }

    .m2ulnv li:last-child {
        position: relative;
        right: 0;
        height: auto;
        padding: 0px;
        background-color: transparent;
    }

    .trvlmainhr {
        width: 100%;
    }

    .trvfbe {
    width: 99.4%;
    margin-left: 0.6%;
    }

    .mob_regstr {
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
    }

    .mob_rebtn a {
        display: inline-flex;
        align-items: center;
        text-decoration: none;
        color: #ffffff;
        font-size: 13px;
        margin-right: 50px;
    }

    .mob_rebtn a>span:first-child {
        font-size: 25px;
        padding-right: 5px;
    }

    .mob_rebtn a>span:last-child {
        line-height: 12px;
        font-weight: bold;
    }
    .mob_mbr{
        position: relative;
        width: 35px;
        margin-right: 15px;
    }
    .mob_mbr img{
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        width: 100%;
    }

    #mob_mon:checked~.m2ulnv {
        max-height: 500px;
        top: 60px;
        display: block;
    }
    #mob_mon:checked ~ .mob_main_menu .mob_regstr .mob_mbr > label:first-child {
        display: none;
    }
    #mob_mof:checked ~ .mob_main_menu .mob_regstr .mob_mbr > label:nth-child(2) {
        display: none;
    }
}