.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.resp-tabs-container {
    padding: 0px;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
}

.resp-tab-active {
    border-bottom: none;
    padding: 12px 14px 14px 14px !important;
}

.resp-tab-active {
    border-bottom: none;
}

.resp-content-active,
.resp-accordion-active {
    display: block;
}

h2.resp-accordion {
    margin: 0px;
    padding: 10px 0;
    font-weight: 700;
    font-size: 28px !important;
    color: #ffffffd6;
    text-align: center
}

h2.resp-tab-active {
    margin-bottom: 0px !important;
    padding: 10px 0 !important;
    color: #fff
}


/*-----------Vertical tabs-----------*/

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 38%;
    padding: 0;
    margin: 0
}

.resp-tabs-container ul {
    padding: 0
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 5px 0 !important;
    margin: 0 0 10px;
    cursor: pointer;
    float: none;
    font-size: 28px;
    color: #ffffffd6;
    text-align: left
}

.resp-vtabs .resp-tabs-list li:last-child {
    margin-bottom: 0
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    float: left;
    width: 62%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border-right: none;
    position: relative;
    z-index: 1;
    color: #fff
}

.resp-arrow {
    display: none
}
.resp-tabs-container ul {
    text-align: center;
    padding: 0;
    margin: 0 auto;
    display: block;
}


/*-----------Accordion styles-----------*/

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}


/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/

@media only screen and (max-width: 768px) {

    ul.resp-tabs-list {
        display: none;
    }
    h2.resp-accordion {
        display: block;
    }
    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
        margin: 20px 0;
    }
    .resp-accordion-closed {
        display: none !important;
    }
    .pop-up-menu li {
        text-align: center;
    }
    .row-third {
        display: none;
    }
 }
@media only screen and (max-width: 768px) and (orientation : landscape){
  
    .row-third {
        display: none;
    }
    .menu-popup {
       overflow-y: scroll;
       height: 100%;
       display: block;
   }
   .close-img-land {
       padding-top:20px;
   }
}

@media only screen and (max-width: 1151px) {
    ul.resp-tabs-list {
        display: none;
    }
    h2.resp-accordion {
        display: block;
    }
    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
        margin: 20px 0;
    }
    .resp-accordion-closed {
        display: none !important;
    }
    .pop-up-menu li {
        text-align: center;
    }
    .row-third {
        display: none;
    }
    .row-third {
        display: none;
    }
    .menu-popup {
        overflow-y: auto;
    }

}