@media screen and (max-width: 1200px) {
	.valuable-information .image-contianer {
	    margin-bottom: 35px;
	}

	.banner-tabs li .hover {
	    font-size: 18px;
	    line-height: normal;
	}
	.banner-tabs li .non-hover {
	    padding: 35px 8px 8px;
	}

}
@media screen and (max-width: 990px) {
	.banner-tabs li {
	    padding: 5px;
	}
	.banner-tabs li .non-hover{
	    min-height: 170px;
	}

	.banner-tabs li .hover {
	    box-sizing: border-box;
	    font-size: 16px;
	    line-height: normal;
	    overflow-wrap: break-word;
	    padding: 0 !important;
	    width: auto;
	}

	.banner-tabs li .image-container {
	    margin: 0 auto 18px;
	    width: 70px;
	}
	.banner-tabs li .description {
	    font-size: 16px;
	    line-height: 18px;
	    margin: 0;
	}
	.image-container > img {
	    height: auto;
	    max-height: 100%;
	    max-width: 100%;
	    width: auto;
	}
	.home-banner .home-banner-title {
	    font-size: 35px;
	    margin-bottom: 90px;
	    margin-top: 70px;
	}

	footer .footer-top {
	    padding-bottom: 10px;
	}
	footer .footer-menu {
	    margin-top: 10px;
	    padding: 0 10px;
	}
	
	.valuable-information .image-contianer {
	    margin-bottom: 35px;
	    width: 100%;
	}
	.valuable-information .description {
	    text-align: center;
	    width: 100%;
	}
	.banner-title small.description br {
	    display: none;
	}
	.home-three-col .col-inner {
	    margin: 40px auto 0;
	    max-width: 300px;
	}




	.nav.navbar-nav.navbar-right {
	  display: table;
	  float: none !important;
	  margin: 0 auto;
	}
	.navbar-header,
	.logo-container{
	    float: none;
	    margin: 0 auto;
	    text-align: center;
	    display: table;
	}
}

@media screen and (max-width: 768px) {

}

@media (max-width: 767px){
	.logo-container {
	    max-width: 180px;
	}
	.home-three-col .col-inner {
	    margin-bottom: 30px;
	    padding-bottom: 30px;
	}
	.banner-tabs li {
	    margin-bottom: 20px;
	    margin-left: 0 !important;
	    width: 100%;
	}
	.navbar .nav a {
	    padding: 10px 0;
	}
	.navbar .nav .dropdown-menu {
	    background: transparent none repeat scroll 0 0;
	    display: block !important;
	    opacity: 1 !important;
	    padding-left: 15px !important;
	    position: unset;
	    width: 100%;
	}
	.navbar-nav li .login {
	    margin-bottom: 15px;
	    margin-top: 10px;
	    padding: 5px 12px !important;
	}
	.valuable-information .col-inner{
		margin-bottom: 20px;
	}
}


@media screen and (max-width: 640px) {
	.copy-right {
	    text-align: center;
	}
	.valuable-information .description {
	    text-align: left;
	}
	.valuable-information .image-contianer {
	    margin-top: 9px;
	    width: 60px;
	}
	.login-form{
		padding: 30px 20px;
	}
}

@media screen and (max-width: 480px) {
	.header-top .header-top-container {
	    text-align: left;
	}
	footer .footer-log-container {
	    margin-bottom: 10px;
	    text-align: center;
	}
	footer .footer-menu {
	    border: none;
	    text-align: center;
	    width: 100%;
	}
}