.re-header {
    display: none;
}

.re-menu {
    display: none;
}

@media screen and (min-width: 1200px){
    .container-md{
        max-width:1450px;
    }
}
@media screen and (max-width:1350px){
    .charge-mobile-scroll-area,.packing-mobile-scroll-area {
        width: 1350px !important;
    }
    .responsive-scroll-frame {
        width: 100%;
        overflow-x: scroll;
    }
}
@media screen and (max-width: 1199px) {
    .re-hide {
        display: none !important;
    }
    .charge-mobile-scroll-area,.packing-mobile-scroll-area {
        width: 1300px !important;
    }
    .right-icon-group,
    body.scroll .right-icon-group {
        display: none;
    }

    .re-hide {
        display: block;
    }

    .re-header {
        display: block;
        padding: 0 20px 0 15px;
        background-color: rgba(255, 255, 255);
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 70px;
        z-index: 6000;
    }

    .re-header .row {
        height: 70px;
    }

    .menu-open {
        display: inline-block;
        cursor: pointer;
    }

    .menu-close {
        display: none;
        cursor: pointer;
    }

    .re-menu {
        display: none;
        background-color: rgba(0, 0, 0, 0.8);
        width: 100%;
        height: 100%;
        padding-bottom: 100px;
        overflow-x: scroll;
        left: 0;
        top: 70px;
        z-index: 6000;
        position: fixed;
    }

    .re-menu ul {
        margin: 0;
        padding: 0;
    }

    .re-menu ul li a {
        margin: 0 !important;
        color: #fff;
        text-decoration: none;
        width: 100%;
        display: block;
        padding: 15px;
        border-bottom: solid 1px #fff;
    }

    .modal-repadding{
        padding-top: 70px;
    }

}

@media screen and (max-width: 991px) {
    .standard-plan-box ul {
        margin:0;
    }
    .title-bar img {
        display: none;
    }

    .re-hide {
        display: none;
    }

    a.btn {
        padding: 13px 23px 8px 23px;
        font-size: 17px;
        line-height: 17px;
    }

    .header a.login-btn {
        margin-right: 5px;
    }

    .storage-service-landing-box {
        min-height: auto;
    }

    .responsive-header-area-2 {
        display: none;
    }
    .modal-repadding{
        padding-top: 150px;
    }

    .event-modal {
        width: 300px;
    }
}

@media screen and (max-width: 769px) {
    .green-sp-box{
        background-image: none !important;
    }
    .standard-plan-box ul {
        margin:0;
    }
    .membership-mobile-scroll-area {
        width: 1100px !important;
    }
    .charge-mobile-scroll-area {
        width: 790px !important;
    }
    .right-icon-group-small a img {
        width: 25px;
    }

    .custom-selector,.custom-timetable-btn,.content{
        font-size:12px;
    }

    .modal h4 {
        font-size: 15px;
    }

    .modal h5 {
        font-size: 13px;
    }
    .pps-order-box-text {
        min-height: 0px;
        color: #222;
        font-size: 9px !important;
    }

    .acc-button .open-or-close {
        width: 40px !important;
        height: 40px !important;
    }
    .pps-order-box-footer {
        font-size: 8px !important;
        margin: 0 -15% -15px -15% !important;
    }

}
@media screen and (max-width: 426px) {
    .custom-bullet .w-33{
        width:50% !important;
    }
    .custom-bullet.tick li{
        width:50%;
    }

    .standard-plan-box .blue-sp-box{
        padding: 40px 20px 80px 20px;
    }
    .standard-plan-box .orange-sp-box{
        padding: 40px 20px 80px 20px;
    }
    .standard-plan-box ul {
        font-size: 14px;
    }
    .custom-bullet.dot li::before {
        width: 14px;
        height: 14px;
    }
    .custom-bullet.dot2 li::before {
        width: 12px;
        height: 12px;
    }
    .order-button {
        width: 160px !important;
    }
}
