h1{font-size:36px;} h2 {font-size:32px;}h3 {font-size:30px;}h4 {font-size:28px;}h5 {font-size:26px;}h6 {font-size:20px;}p {font-size:18px;}
.bold {
	font-weight: bold;
}

.text-green{
	color:#64be00;
}

.text-white{
	color:#fff;
}

.main-basic-content{
	max-width: none;
	margin: 0;
	padding: 0;
}

.section {
    position: relative;
}

.section-features {
    padding: 62px 0 50px;
}

.container.maxwid {
    max-width: 1320px !important;
}

.basic-page-breadcrumb{
	display: none;
}

.title-display-center{
	display: none!important;
}

#block-contact-button {
  display: none;
}

/* start */

.overview-banner{
	 background:url('/sites/zyxel/files/library/assets/partners/global/partner_banner.jpg') no-repeat center right;
	 height:450px;
	 background-size:cover;
	 position:relative;
}

.intro-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40%;
    height: 100%;
    padding-left: 10%;
	color: #000;
}

.login{
    padding-top: 10px;
}

.login .btn-call-to-action{
	color: #fff;
    background-color: #000;
}

.login .btn-lg {
	padding: 0px 16px;
}

@media screen and (max-width: 1440px) {
.overview-banner{
	 height:380px;
}
}

@media screen and (max-width: 1025px) {
.overview-banner{
	 height:280px;
}
}

@media screen and (max-width: 991px) {
.overview-banner{
	 height:380px;
}
.intro-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-right: 10%;
/* 	color: #fff; */
    position: absolute;
    right: 0%;
}
}


@media screen and (max-width: 450px) {
.overview-banner{
	 height:200px;
}
.intro-section h3{
	font-size:18px;
}
.intro-section p{
	font-size:12px;
}
}

/* start */

.our-partner-portal {
    background-color: #f9f9f9;
}

.our-partner-portal .area{
    text-align: center;
    width: 85%;
    margin: 0 auto;
	padding-bottom: 20px;
}


.our-partner-portal-area{
	padding-top: 30px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.our-partner-portal-box{
    width: 30%!important;
}


.our-partner-portal-box .card {
    box-shadow: 0 0 21px -3px rgb(0 0 0 / 18%);
    padding: 20px;
    margin-bottom: 15px;
    border: 1px solid #eee;
    background-color: #fff;
    transition: all .22s;
    position: relative;
}

.our-partner-portal-area .title{
	padding-top:10px;
}


@media screen and (max-width: 991px) {
.our-partner-portal-area{
    flex-direction: column;
}
.our-partner-portal-box{
	width:100%!important;
}
}

.form-inline .form-group {
    display: flex;
    margin-bottom: 0;
    vertical-align: middle;
    align-items: center;
}

.form-inline .control-label {
    font-size: 16px;
    color: #2B363B;
    text-transform: unset;
    margin-right: 15px;
	margin-bottom: 0px;
}

.form-actions {
    border-top: none!important;
}