.container-tabmenu {
    width: 100%;
}


.container-tabmenu2 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 0px;
    background-image: url(/images/2023/tab_bgd.jpg);
    background-position: center top;
    background-repeat: repeat-x;
    background-color: #f4f4f4;
}


ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 60px;
	width: 100%;
}

ul.tabs li {
    float: left;
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    color: #3D3D3D;
    overflow: hidden;
    position: relative;
    padding-top: 0px;
    padding-right: 25px;
    padding-bottom: 0px;
    padding-left: 25px;
    font-size: 18px;
    margin-top: 0;
    margin-right: 2px;
    margin-bottom: 0;
    margin-left: 0;
    background-color: #b1c253;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: 600;
}

ul.tabs li.last {
	background: rgb(58, 154, 217); /* Fall-back for browsers that don't support rgba */
	background: rgba(58, 154, 217, .8);
}

.tab_last {
}

ul.tabs li:hover {
    background-color: #758a58;
    color: #FFF;
}

ul.tabs li.active {
    color: #1f2e44;
    border-bottom: 1px solid #fff;
    display: block;
    font-weight: 600;
    background-position: 0%;
    background-color: #F1F1F1;
}

.tab_container {
    clear: both;
    float: left;
    width: 90%;
    overflow: auto;
    display: block;
    padding-top: 5%;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 5%;
    background-color: #F1F1F1;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.tab_container2 {
    clear: both;
    float: left;
    width: 100%;
    overflow: auto;
    display: block;
    padding: 0px;
}


.tab_content {
    display: none;
    float: left;
    width: 100%;
}

.tab_drawer_heading {
    display: none;
}



@media screen and (max-width: 1400px) {
	.container-tabmenu {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 0px;
}
    
    
.tab_container {
    clear: both;
    float: left;
    width: 84%;
    overflow: auto;
    display: block;
    background-color: #F1F1F1;
    border-radius: 20px;
}    
	
	
	
	.tabs {
		display: none;
	}
	.tab_drawer_heading {
    color: #758a58;
    display: block;
    cursor: pointer;
    user-select: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    float: left;
    width: 100%;
    letter-spacing: 0em;
    margin-right: 0;
    margin-bottom: 25px;
    margin-left: 0;
    padding-bottom: 2%;
    border-bottom: 1px solid #758a58;
    padding-top: 2%;
	}
	.d_active {
    background-color: #FFFFFF;
    color: #3d3d3d;
    border: 0px solid #1F2E44;
    text-transform: uppercase;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: 400;
    line-height: 18px;
    font-size: 16px;
    width: 100%;
    display: none;
	}
	
	.tab_content {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
}
	

	
}


@media screen and (max-width: 481px) {


.tab_container {
    padding-top: 8%;
    padding-right: 8%;
    padding-left: 8%;
    padding-bottom: 8%;

}
    
}      

