.flipster__item img {
    max-width: 600px;
}
* {box-sizing: border-box}


/* Style the tab */
div.tab {
    float: left;
    width: 25%;
}

/* Style the buttons inside the tab */
div.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 10px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    background: #fff;
    font-weight: 600;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    color: #85c028;
}

/* Create an active/current "tab button" class */
div.tab button.active {
    background-color: #85c028;
    color: #fff;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    width: 70%;
    margin-bottom: 30px;
}
#show_menu i{
    padding: 5px 10px;
    font-size: 30px;
    color: #85c028;
}
h1.service{
    padding: 0 37px;
    color: #173c82;
    font-weight: 600;
    margin: 15px 0;
}
.flipster {
    overflow-y: hidden;
}

.flipster__button {
    z-index: 14;
}

@media only screen and (max-width:768px){
    .flipster {
        overflow-y: visible;
    }
    .tabcontent {
        width: 100%;
    }
    .tabcontent h3{
        padding: 10px 15px;
    }
    .service_text{
        display:none;
    }
    .gallery, .tab{                
        transition: all 0.5s;       
    }
    .tab{    
        width: 85% !important;
        min-height: 800px;
        position: absolute;  
        transform:translateX(-100%);
        z-index: 15;
    }
    .gallery{    
        width: 100% !important;
        position: relative; 
    }
    .open{
        transform:translateX(-5%);        
    }
    #show_menu {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 0px;
        cursor: pointer;
        z-index: 15;
        transition: all 0.5s;
        float: right;
        right: -40px;
    }

}