.container-tabmenu {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}


.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: #FFFFFF;
    overflow: hidden;
    position: relative;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    font-size: 18px;
    margin-top: 0;
    margin-right: 2px;
    margin-bottom: 0;
    margin-left: 0;
    background-color: #76a740;
    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: #232D5E;
    color: #FFF;
}

ul.tabs li.active {
    color: #232D5E;
    border-bottom: 1px solid #fff;
    display: block;
    font-weight: 600;
    background: linear-gradient(180deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 85%);
}

.tab_container {
    clear: both;
    float: left;
    width: 100%;
    overflow: auto;
    display: block;
    padding: 0px;
}

.tab_container2 {
    clear: both;
    float: left;
    width: 100%;
    overflow: auto;
    display: block;
    padding: 0px;
}


.tab_content {
    display: none;
    float: left;
    width: 100%;
}

.tab_content h3 {
    text-align: left;
    font-size: 26px;
    line-height: 30px;
}


.tab_content_col1 {
    width: 20%;
    margin-right: 5%;
    float: left;
    clear: none;

}

.tab_content_col2 {
    width: 75%;
    margin-right: 0%;
    float: left;
    clear: none;

}

.tab_drawer_heading {
    display: none;
    padding-top: 10px;
    border: 1px solid #76A740;
    width: 95%;
    padding-bottom: 10px;
    padding-left: 2%;
    padding-right: 2%;
}


** TABLET ** {
}


@media screen and (max-width: 1200px) {
	.container-tabmenu {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 0px;
}
	
	
	
	.tabs {
		display: none;
	}
	.tab_drawer_heading {
    color: #76a740;
    display: block;
    cursor: pointer;
    user-select: none;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    float: left;
    border: 1px solid #76a740;
    width: 95%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 2%;
    padding-right: 2%;
    border-radius: 30px;
    margin-top: 0px;
    margin-bottom: 40px;
	}
	.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: px;
    margin-right: px;
    margin-left: px;
    margin-bottom: px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 30px;
}
    
    
.tab_content li {
	background-image: url(/images/bullet-tick-blue.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	margin-left: -40px;
	padding-left: 40px;
	list-style-type: none;
	padding-bottom: 10px;
} 
    
.tab_content h3 {
    font-size: 22px;
    line-height: 27px;
}  
    
    
.tab_content_col1 {
    width: 100%;
    margin-right: 0%;
    float: left;
    clear: none;
}

.tab_content_col2 {
    width: 100%;
    margin-right: 0%;
    float: left;
    clear: none;

}
	

	
}
