.filter_parent_div button.btn.btn-default.filter-button.active {
    background: #0095da;
    border: 1px solid #0095da;
    color: #fff;
} 

.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
	padding: 0px;
}
 
 .allofferwrapper .table-responsive td{border: 1px solid #5E5E5E;}
.allofferwrapper .table-responsive table{border: 1px solid #5E5E5E;}
.allofferwrapper .table-responsive th{border-top: 1px solid #ddd; border-right:5px solid #ddd; background-color:#18358F;color:#fff;}
.table-responsive-one td{border:0px !important;}
.center-align-tb { align-content:center; }
.table-responsive .table-responsive-one {
border: 0px !important;
}
.newTable{border: 0px !important;}




li.travel_inner_li_text {
    font-weight: normal;
    margin-left: 22px; 
    margin-bottom: 5px;
	margin-top: 10px;
list-style:circle;
font-size: 15px;
}

.bg-color { background-color:#4999C5;

color: #FFFFFF;
font-weight: 500;
font-size: 15px;


}




@media screen and (max-width:767px){
.mob-padd-remove{padding:0px;}
}
 
 
  @media screen and (min-width:320px) and (max-width:767px) {
 
 .main1.innersection_btn_inter {
    display: grid;
}

.gallery_product {
    margin: 0px !important;
	margin-bottom: 10px !important;
}


	.filter_parent_div{  display: flex;
	    overflow-x: scroll;}
.filter_parent_div::-webkit-scrollbar {
	    display: none;
}

}
 