.topmenu {
    z-index: 111;
    position: relative;
}


.m-mobile {
    float: left;
    padding-top: 0px !important;
}


.booking_container {
    max-width: 1080px;
    margin: 0 auto;
    padding: 20px 20px 0px 20px;
}

.booking_title {
    text-align: center;
    font-family: agora_bold;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.booking_container p {
    text-align: center;
    color: #fff;
    line-height: 25px;
    margin-bottom: 30px;
}

.booking_container h2 {
    margin-top: 50px;
}

.booking_container a {
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    padding: 5px;
    border-bottom: 1px dashed #fff;
    white-space: nowrap;
    margin-top: 15px;
}

.order_container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    margin-bottom: 30px;
}

.order_container p {
    margin-bottom: 0 !important;
}


.order_phone {
    font-size: 18px;
    color: #70a443;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    padding: 5px;
    border-bottom: 1px dashed #70a443;
}

.order_phone:hover {
    color: #455d58;
    border-bottom: 1px dashed #455d58;
}

.mpsobs {
    padding-top: 80px;
}

.mpsobs h2 {
    margin-bottom: 80px;
}

.mpsobs .inline {
    display: flex;
    justify-content: center;
}

.mpsobs .soban {
    margin-right: 0;
}

.imglistblock .imgs ul li {
    transform: none !important;;
}

.imglistblock .imgs ul {
    opacity: 1 !important;;
}

.imglistblock .imgs ul li>div {
    transform: none !important;;
}

.imglistblock .sels ul li a {
    cursor: pointer;
    padding-left: 20px;
    color: #455d58;
}

.imglistblock .sels ul li a:hover {
    opacity: 0.5;
    transition: 0.5s;
}

.content2 {
    margin-top: 30px;
}
.content2 p {
    line-height: 1.3;
    margin-bottom: 15px;
}
.content2 strong {
    font-weight: bold;
}
.info2 {
    padding: 10px 0;
    /* background: white; */
    /* max-width: 500px; */
    font-weight: bold;
    color: #81763e;
}
.contentpg p {
    max-width: initial;
}


.menu2 li {
    position: relative;
    margin: 0 !important;
}
.menu2 .submenu {
    display: none;
    position: absolute;
    background: white;
    width: 250px;
}
.menu2 .parent:hover .submenu {
    display: flex !important;
    flex-direction: column;
}

.menu2 .submenu li a {
    padding: 10px 15px !important;
    color: black !important;
    display: inherit;
    border-bottom: 1px solid #eeeeee;
}
.menu2 .submenu li a:hover {
    background: #eeeeee;
}
.ppmenu.sh .mcontent .lmenu2>p {
    transform: translateY(0);
    opacity: 1;
    transition: opacity .5s linear 1.3s,transform .5s ease-out 1.3s;
}
.ppmenu .mcontent .lmenu2>p, .ppmenu .mcontent .lmenu>p {
    font-family: ubuntu_light;
    font-size: 12px;
    line-height: 1em;
    margin-bottom: 15px !important;
    color: #a9bbb6;
    transform: translateY(50px);
    opacity: 0;
    transition: opacity 0s linear 1s,transform 0s linear 1s;
}
.ppmenu .mcontent .rmenu>p:first-child {
    margin-bottom: 15px !important;
}


.ppmenu .menu-loc {
    display: none;    
}
.ppmenu .menu-loc div {
    padding-left: 0px !important;
    margin-bottom: 0px !important;
}
.ppmenu .menu-loc div.bl-fttel {
    margin-top: 10px;
}
.ppmenu .menu-loc .fttel, .ppmenu .menu-loc .ftmail {
    font-size: inherit !important;
}

.contentpg .pricetbl {
    width: 100%;
    margin-bottom: 30px;
}

.contentpg .pricetbl p.h {
    font-family: agora_bold;
    font-size: 28px;
    line-height: 1em;
    margin-bottom: 25px;
    color: #455d58;
}

.contentpg .pricetbl div {
    width: 100%;
    display: table;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.contentpg .pricetbl .sub-title p {
    text-align: center;
}

.contentpg .pricetbl div p {
    text-align: left;
    display: table-cell;
    font-family: ubuntu_light;
    font-size: 18px;
    line-height: 24px;
    color: #455d58;
    position: relative;
}

.contentpg .pricetbl div p:first-child {
    width: 65%;
}

.contentpg p a {
    text-wrap: nowrap;
}

@media only screen and (min-width: 1900px) {
 .booking_container {
        margin: 120px auto;
    }
}

@media only screen and (min-width: 768px) {
    .ppmenu .ftcont {
        display: none;
    }
    
    .ppmenu .menu-loc {
        display: block;
        color: white;
        margin-top: 15px;
    }
    .ppmenu .menu-loc .loc span {
        position: relative !important;
        border-bottom: 1px dashed !important;
    }
    
    .booking_container p {
        font-size: 18px;
    }
    
}


/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    .topmenuwh.sh .topmenu ul li .anibtn.toptel {
        display: block !important;
        font-size: 13px;
        padding: 0;
    }
    .topmenuwh.sh .topmenu ul li .anibtn.toptel span.i {
        display: none;
    }
    
    .topmenuwh.sh .topmenu ul li a.anibtn.ppmenubtn {
        padding-right: 43px;
        font-size: 14px;
    }
    .topmenuwh.sh .topmenu ul li a.anibtn.ppmenubtn span.m {
        right: 7px;
    }
    .contentpg .imgsldwr {
        margin-bottom: 30px;
    }
    
    .contentpg {
        padding-bottom: 0px;
    }
    
    .m-mobile {
        display: flex !important;
        flex-direction: column;
    }
    
    .m-mobile li a {
        line-height: 1.6 !important;
        height: unset !important;
    }
    
        
}
