.banner_section{position:relative;height: 200px;overflow: hidden;background:url('/wp-content/themes/yunolearning-child/images/university_page_bg.jpg');background-repeat: no-repeat;background-size: cover;background-position: center center;}
.banner_caption{ text-align: center;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);color: white;}
.banner_caption h1{font-size: 45px;font-family: "Roboto Slab", Arial, Helvetica, sans-serif;font-weight: 700;letter-spacing: -1px;
font-style: normal;line-height: 1.3;}
.main_body{padding:30px 0 50px 0;}
.nav.nav_tab_custom{border-top: 1px solid #ede8e8;border-bottom: 1px solid #ede8e8;}
.nav.nav_tab_custom + .tab-content{padding:15px 0;}
.nav.nav_tab_custom li{margin-bottom: 0}
.nav.nav_tab_custom li a{padding: 8px 15px;line-height:35px;color: #333c4e;border-radius: 0;border-top: 3px solid transparent;font-weight: 700;font-size: 15px;}
.nav.nav_tab_custom li a:hover{background:transparent;border-color: transparent}
.nav.nav_tab_custom li a:focus{outline:none;}
.nav.nav_tab_custom li.active a,.nav.nav_tab_custom li.active a:focus,.nav.nav_tab_custom li.active a:hover{border-right:none;border-left:none;border-top: 3px solid #104378;color:#104378;}
.quiz_content{padding-bottom:30px;}
.quiz_content h2,.quiz_content h2 a{margin-top: 0px;text-decoration:none;text-transform:none;font-size: 16px;line-height: 28px;font-weight: 700;color:#333c4e;margin-bottom: 10px}
.quiz_content .Start_test_link{color: #104378;text-decoration: underline;font-weight: 500;line-height: 17px;font-size: 14px;}
@media screen and (max-width:767px){
    .banner_caption h1{font-size: 25px;line-height: 30px}
}
@media screen and (max-width:530px){
	.nav.nav_tab_custom li{width:100%;text-align: center;border-bottom: 1px dotted #ddd;}
	.nav.nav_tab_custom + .tab-content{padding:25px 0;}
}