        /* Style the tab */
        .tab_container .tab {
        	display: flex;
        	flex-direction: column;
        }

        /* Style the divs inside the tab */
        .tab_container .tab .tablinks {
        	background-color: inherit;
        	float: left;
        	border: none;
        	outline: none;
        	cursor: pointer;
        	padding: 4px 0;
        	transition: 0.3s;
        	font-size: 20px;
        	font-family: 'roobert_medium', sans-serif;
        	line-height: 24px;
        	color: #fff;
        }


        /* Change background color of divs on hover */
        .tab_container .tab .tablinks:hover {
        	background-color: none;
        }

        /* Create an active/current tablink class */
        .tab_container .tab .active {
        	color: #bff355;
        	border-bottom: 2px solid #bff355;
        }

        /* Style the tab content */
        .tab_container .tabcontent {
        	display: none;
        	width: 100%;
        	-webkit-animation: fadeEffect 1s;
        	animation: fadeEffect 1s;
        }

        /* Fade in tabs */
        @-webkit-keyframes fadeEffect {
        	from {
        		opacity: 0;
        	}

        	to {
        		opacity: 1;
        	}
        }

        @keyframes fadeEffect {
        	from {
        		opacity: 0;
        	}

        	to {
        		opacity: 1;
        	}
        }

        .tab_container {
        	display: flex;
        }

        .tab_container .tablinks:nth-child(1) {
        	display: inline-block;
        	margin-bottom: 20.5px;
        }

        .tab_container .tab_right {
        	margin-left: 10%;
        	display: flex;
        	justify-content: space-between;
        	width: 100%;
        }

        ul.mm-list-industry li {
        	width: 33%;
        	display: inline-block;
        }

        .tab_container .tabcontent:nth-child(1) {
        	display: block;
        	width: 100%;
        }

        @media(max-width:991px) {
        	.tab_container {
        		display: flex;
        		flex-direction: column;
        		width: 92%;
        		height: 100vh;
        	}

        	.tab_container .tab_right {
        		margin-left: 0;
        		display: flex;
        		justify-content: space-between;
        		width: 100%;
        		flex-direction: column;
        		height: 100vh;
        	}

        	.tab_container .tab_right {
        		width: 100vw;
        		margin-top: 10px;
        	}

        	.tab_container .tab {
        		flex-direction: row;
        	}

        	.tab_left .tab .tablinks:nth-child(1) {
        		display: inline-block;
        		margin-right: 150px;
        		margin-left: 30px;
        	}

        	.tab_left .tab .tablinks:nth-child(2) {
        		max-height: 35px;
        	}

        	.tab_container .tab .tablinks {
        		color: rgba(0, 0, 0, 0.6);
        	}

        	.tab_container .tab .active {
        		color: #243508;
        		border-bottom: 2px solid #243508;
        	}

        	ul.mm-list-industry li {
        		width: 100%;
        		display: block;
        	}

        }

        @media (min-width: 992px) {
        	.desktop_menu_1 .nav-item .tab-pane section.sections-content__card_img>span {
        		padding: 0px 10px;
        	}
        }

        .desktop_menu_1 .nav-item .tab-pane section.sections-content__card_img {
        	width: 250px;
        	height: 150px;
        	overflow: hidden;
        	position: relative;
        	margin: 0 15px 15px 0;
        }

				.desktop_menu_1 .nav-item .tab-pane section.sections-content__card_img a {
        	width: 100%;
          height: 100%;
        }

        .desktop_menu_1 .nav-item .tab-pane section.sections-content__card_img img {
        	width: 100%;
        	height: 100%;
        	transition: 0.2s ease-in-out;
        }

        .desktop_menu_1 .nav-item .tab-pane .section__links-flex {
        	display: flex;
        	justify-content: space-between;
        	align-items: flex-start;
        }

        .desktop_menu_1 .nav-item .tab-pane .inner_section_data_div article.sections-content {
        	display: flex;
        	padding-bottom: 20px;
        }

        .desktop_menu_1 .nav-item .tab-pane .inner_section_data_div article.sections-content section.sections-content__desc a .ot_tile_title {
        	font-size: 20px;
        	line-height: 24px;
        	font-family: "roobert_medium";
        	margin-bottom: 0;
        	color: #fff;
        }

        .desktop_menu_1 .nav-item .tab-pane .inner_section_data_div article.sections-content section.sections-content__desc a:hover .ot_tile_title {
        	color: #bff355;
        }

        .desktop_menu_1 .nav-item .tab-pane .inner_section_data_div article.sections-content section.sections-content__desc a {
        	color: #fff;
        }

        .desktop_menu_1 .nav-item .tab-pane .inner_section_data_div article.sections-content section.sections-content__desc a:hover {
        	color: #bff355;
        }

        .desktop_menu_1 .nav-item .tab-pane .inner_section_data_div article.sections-content section.sections-content__desc p.date_text {
        	color: #fff;
			font-family: "roobert_light";
        	font-size: 13px;
        	line-height: 1.5;
        	margin-top: 15px;
        }

        .desktop_menu_1 .nav-item .tab-pane section.sections-content__card_img>span {
        	position: absolute;
        	z-index: 1;
        	font-family: "roobert_medium";
        	font-size: 14px;
        	display: inline-block;
        	left: 0;
        	top: 0;
        	padding: 10px;
        	background: #bff355;
        }

        .desktop_menu_1 .nav-item .tab-pane section.sections-content__card_img:hover img {
        	transform: scale(1.5);
        }

        @media (max-width: 991px) {
        	.desktop_menu_1 .nav-item .tab-content .tab-pane .inner_section_data_div article.sections-content {
        		display: none;
        	}

        	.desktop_menu_1 .nav-item .tab-pane .section__links-flex {
        		display: block;
        	}

        	.desktop_menu_1 .nav-item .tab-pane .inner_section_data_div article.sections-content {
        		display: block;
        		padding-bottom: 0;
        	}

        	.desktop_menu_1 .nav-item .tab-pane section.sections-content__card_img {
        		margin: 15px 15px 15px 0;
        	}
        }

        .mega-menu-container section.sections-content__desc {
        	max-width: 285px;
        }