/*------------- set font ---------------*/

@font-face {
  font-family: 'Heavent';
  src: url('DB Heavent v3.2.1.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: auto;
}

@font-face {
  font-family: 'Heavent';
  src: url('DB Heavent Bd v3.2.1.ttf') format('truetype');
  font-style: normal;
  font-weight: 600;
  font-display: auto;
}

/*-------------------------------------*/

html , body, div, p, h1, h2, h3, ul, ol, li, button, th, td{
	margin: 0;
	font-family: 'Heavent';
}

body{
	background: #004C97;
	font-family: 'Heavent', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
}

img { 
	border: 0; 
}

.clear{
	clear: both;
	line-height: 0;
	height: 0;
}

html, body, .wrapper{
	width: 100%;
	min-height: 100vh;
}

a{
	text-decoration: none;
}

a:hover{
	color: #FBB034;
}

.container{
	width: 1200px;
	margin: 0 auto;
}

#formDownloadFile{
	margin:0;
}

/*------------------------------- header ---------------------------------------- */

#header{
	background: #fff;
	height: 90px;
	padding: 0 5px;
	display:flex;
	justify-content: space-between;
}

#logo img{
	width: auto;
	height: 90px;
}

#login-btn{
	padding: 23px;
}

#login-btn a{
	background: #004C97;
	border-radius: 8px;
	padding: 10px 20px;
	font-weight: 600;
	color: #fff;
	line-height: 24px;
	display: inline-block;
}

/*------------------------------- top-menu ---------------------------------------- */

#top-menu{
	background: #004C97;
	height: 44px;
	text-align: center;
	padding-top: 10px;	
}

#top-menu .menu-btn, #top-menu .menu-icon{
	display: none;
}

#top-menu ul.menu{
	list-style-type: none;
	margin-left:-40px;
	display: inline-block;
}

#top-menu ul.menu li{
	list-style-image: none;
	margin-left: 0;
	float: left;
	line-height: 24px;
	padding: 0 5px;
}

#top-menu ul.menu li a{
	color: #fff;
	line-height: 24px;
	padding: 10px 20px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	font-weight: 600;
	height: 24px;
	display: block;
}

#top-menu ul.menu li a:hover{
	background: #FBB034;
}

#top-menu ul.menu li.current-page a{
	background: #FFF;
	color: #004C97;
}

/*------------------------------- footer ---------------------------------------- */

#footer{
	padding: 40px 0;
}

#footer ul{
	list-style-type: none;
}

.footer-row{
	display: flex;
	margin-bottom: 40px;
}

.footer-row > div:first-child{
	width: 33%
}

.footer-row > div:nth-child(2){
	width: 40%;
	margin: 0 5%;
}

.footer-row > div:last-child{
	width: 17%;
}

#footer-logo{
	width: auto;
	height: 90px;
}

.email{
	margin: 0 0 15px 20px;
}

.email span, .email a{
	display: block;
	color: #fff;
	line-height: 24px;
}

.email span{
	font-weight: 600;
}

.email a:hover{
	color: #FBB034;
}

.phone{
	margin-left: 20px;
	color: #fff;
	line-height: 24px;
}

.footer-heading{
	font-size: 32px;
	font-weight: 600;
	color: #fff;
	margin: 20px 0 25px;
}

.footer-content{
	display: flex;
}

.footer-content ul{
	margin-left:-40px;
}

.footer-content ul li{
	margin-left: 0;
	margin-bottom: 25px;
}

.footer-content ul:nth-child(2) li{
	margin-left: 20px;
}

.footer-content ul li a{
	color: #fff;
	display: inline-block;	
	margin-right: 10px;
}

.footer-content ul li a:hover{
	color: #FBB034;
}

#copyright{
	border-top: 2px solid #fff;
	color: #fff;
	padding-top: 10px;
	margin: 0 20px;
}

/*------------------------------- content ---------------------------------------- */

.blank-space{
	padding:15px;
}

#content{
	background: #fff;
	padding:40px 0;
}

.content-heading{
	font-size: 32px;
	font-weight: 600;
	color:#434343;
	margin: 10px 0;
}

.content-box{
	padding: 10px;
	border: 2px solid #E1EFFA;
	border-radius: 8px;
	box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.1);
}

.content-box:after{
	display:block;
	content: '';
}

.content-box-row{
	border-bottom: 2px solid #C5E8F6;
	padding: 5px 10px;
}

.content-box div.content-box-row:last-child{
	border-bottom:0;
}

.content-box-row div{
	padding: 5px;
}

.content-box-row.content-2-col, .content-box-row.content-3-col{
	display: flex;
}

.content-box-row.content-2-col > div{
	width:calc(100% - 150px);
}

.content-box-row.content-2-col > div:last-child{
	border-left: 2px solid #C5E8F6;
	width: 150px;
	text-align: center;
}

.content-box-row.content-3-col > div{
	width:calc(100% - 300px);
}

.content-box-row.content-3-col > div:nth-child(2), .content-box-row.content-3-col > div:last-child{
	border-left: 2px solid #C5E8F6;
	width: 150px;
	text-align: center;
}

.content-box-heading{
	font-size: 32px;
	font-weight: 600;
	color: #004C97;
}

.heading{
	font-weight: 600;
}

.content{
	padding-left: 15px !important;
}

.content-box-row .heading + ul > li{
	margin-left:15px;
}

strong{
	color: #004C97;
	font-weight: 600;
}

.icon-doc-text{
	background: url(../images/icon-doc-text.png) no-repeat;
	background-size: 25px 25px;
	padding-left: 40px !important;
	background-position: 8px 8px;
	padding-top: 10px !important;
}

.download a{
	border-radius: 8px;
	padding: 8px;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin:0 5px;
}

.download a.file-download{
	background: #004C97 url(../images/icon-download.png) no-repeat;
	background-position: center;
}

.download a.file-download:hover{
	background: #FBB034 url(../images/icon-download.png) no-repeat;
	background-position: center;
}

.download a.ebook{
	background: #004C97 url(../images/icon-ebook.png) no-repeat;
	background-position: center;
}

.download a.ebook:hover{
	background: #FBB034 url(../images/icon-ebook.png) no-repeat;
	background-position: center;
}

.date{
	color: #004C97;
	padding-top: 10px !important;
}

.alert{
	font-weight: 600;
	color: #FF0000;
}

.mobile-app{
	display: flex;
}

.qr{
	display: flex;
}

.qr-google-play{
	background: url(../images/google-play.png) no-repeat;
	background-position: 130px center;
	width: 300px;
}

.qr-ios{
	background: url(../images/ios.png) no-repeat;
	background-position: 130px center;
	width: 300px;
}

.qr-2os{
	background: url(../images/google-play.png) no-repeat, url(../images/ios.png) no-repeat;
	background-position: 130px 10px,130px 65px;
}

.contact-number{
	background: #fee8c3;
	border-radius: 8px;
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	padding: 16px;
	color: #434343;
}

.logo-payment{
	position: relative;
}

.logo-payment-img{
	position: absolute;
	top: 40px;
	right: 160px;
}

/*----------------------------------------------------------------------- */

@media screen and (max-width: 1200px){
	.container{
		width: 94%;
	}
}	

/*----------------------------------------------------------------------- */
@media screen and (max-width: 1000px){
	
	body{
		font-size: 22px;
	}
	
	.footer-heading, .content-heading, .content-box-heading, .contact-number{
		font-size: 28px;
	}
	
	#top-menu{
		height: auto;
		text-align: left;
		padding-top: 0;
	}
	
	#top-menu .container{
		width: 100%;
	}
	
	#top-menu .menu-icon {
	  cursor: pointer;
	  float: right;
	  display: block;
	  padding: 25px 20px;
	}

	#top-menu .menu-icon .navicon {
	  background: #fff;
	  display: block;
	  height: 3px;
	  position: relative;
	  transition: background .2s ease-out;
	  width: 22px;
	}

	#top-menu .menu-icon .navicon:before,
	#top-menu .menu-icon .navicon:after {
	  background: #fff;
	  content: '';
	  display: block;
	  height: 100%;
	  position: absolute;
	  transition: all .2s ease-out;
	  width: 100%;
	}

	#top-menu .menu-icon .navicon:before {
	  top: 6px;
	}

	#top-menu .menu-icon .navicon:after {
	  top: -6px;
	}
	
	#top-menu .menu-btn:checked ~ .menu {
	  max-height: 234px;
	}
	
	#top-menu .menu-btn:checked ~ .menu-icon .navicon {
	  background: transparent;
	}

	#top-menu .menu-btn:checked ~ .menu-icon .navicon:before {
	  transform: rotate(-45deg);
	}

	#top-menu .menu-btn:checked ~ .menu-icon .navicon:after {
	  transform: rotate(45deg);
	}

	#top-menu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
	#top-menu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
	  top: 0;
	}	
	
	#top-menu ul.menu{
		display: block;
		margin: 0;
		padding: 0;
		list-style: none;
		overflow: hidden;
		background-color: #004C97;
		clear: both;
		max-height: 0;
		transition: max-height .2s ease-out;
	}
	
	#top-menu ul.menu li{
		float: none;
		padding: 0;
	}
	
	#top-menu ul.menu li a {
	  display: block;
	  padding: 7px 20px;
	  color: #fff;
	  border-top-left-radius: 0;
	  border-top-right-radius: 0;
	}

	#top-menu ul.menu li a:hover{
	  background-color: #FBB034;
	}
	
	#top-menu ul.menu li.current-page a {
		background: #FFF;
		background-color: rgb(255, 255, 255);
		color: #004C97;
		border-bottom: 1px solid #004C97;
	}
	
	.content-box-row.content-2-col > div{
		width: calc(100% - 120px)
	}
	
	.content-box-row.content-2-col > div:last-child{
		width: 120px;
	}
	
	.content-box-row.content-3-col > div{
		width: calc(100% - 240px)
	}
	
	.content-box-row.content-3-col > div:nth-child(2), .content-box-row.content-3-col > div:last-child{
		width: 120px;
	}
	
	.qr-manaul img{
		width: 110px;
		height: auto;
	}
	
	.qr{
		display: block;
	}
	
	.logo-payment-img{
		right: 0;
	}
	
}

/*----------------------------------------------------------------------- */

@media screen and (max-width: 767px){
	.qr-2os{
		background-position: center 130px,center 185px;
		width: 100%;
		text-align: center;
		height: 230px;
	}
	
	.qr-google-play, .qr-ios{
		background-position: center 130px;
		width: 100%;
		text-align: center;
		height: 175px;
	}
	
	.logo-payment-img{
		top: -40px
	}
	
	.logo-payment-img img {
		display: block;
		width: auto;
		height: 45px;
	}
}

/*----------------------------------------------------------------------- */

@media screen and (min-width: 468px) and (max-width: 767px){

	
}


/*----------------------------------------------------------------------- */

@media screen and (max-width: 467px){

		
}