.h-sec1 {
	overflow: hidden;
}
.h-sec1, .h-sec1 .left {
	background-color: #0f2645;
}
.h-sec1 .left .text, .h-sec2 .left .text, .h-sec3 .left .text {
    line-height: 33px;
}
.h-sec1 .right {
	background-color: #dfebf8;
	position: relative;
}
.h-sec1 .right:after {
    content: '';
    background-color: #dfebf8;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
}
.h-sec1 .left, .h-sec1 .right {
	margin-bottom: 0;
	padding: 70px 40px 95px 40px;
}
.h-sec1 .right a {
    text-transform: uppercase;
    display: inline-block;
    background-color: #7d9bc0;
    width: 100%;
    color: #fff;
    margin: 15px 0;
    padding: 15px;
}
.h-sec1 .right a:hover {
    background-color: #dc0032;
}
.h-sec2 {
    background-image: url(../images/h-sec2-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 45px 0;
}
.h-sec3 {
    background-color: #7d9bc0;
    padding: 60px 0 40px 0;
}
.enter-form input, .enter-form button {
    font-family: "Avenir LT W01_35 Light1475496";
    font-size: 22px !important;
    margin: 15px 0;
    float: left;
    color: #fff;
}
.enter-form input {
    width: 100%;
    border: 1px solid #fff;
    background-color: transparent;
    padding: 20px 30px;
}
.enter-form input::placeholder {
    color: #fff;
}
.enter-form button {
    background-color: #dc0032;
    padding: 20px 150px;
    font-size: 22px;
}
.enter-form button:hover {
    background-color: #353535;
}



@media screen and (max-width: 1362px) {
}
@media screen and (max-width: 992px) {
	.h-sec1 .right::before {
	    content: '';
	    background-color: #dfebf8;
	    position: absolute;
	    top: 0;
	    right: 100%;
	    width: 100%;
	    height: 100%;
	}
	.h-sec1 .left, .h-sec1 .right {
	    height: auto !important;
	}
	.h-sec2 .head {
	    padding-top: 0;
	}
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
	.h-sec1 .left, .h-sec1 .right {
	    margin-bottom: 0;
	    padding: 35px 0 60px 0;
	}
	.h-sec1 .left .text, .h-sec2 .left .text {
	    padding: 15px 0;
	    line-height: normal;
	}
	.h-sec1 .right a {
	    margin: 8px 0;	
	}
	.h-sec1 .right {
	    padding: 35px 0 50px 0;
	}
	.h-sec2 {
	    padding: 35px 0 10px 0;
	}
	.h-sec2 .head br {
	    display: none;
	}
	.h-sec3 {
	   padding: 35px 0 0 0;
	}
	.h-sec3 .left {
	    margin-bottom: 0;
	}
	.h-sec3 .head {
	    padding: 10px 0;
	}
	.enter-form input {
	    padding: 6px 12px;
	}
	.enter-form input, .enter-form button {
	    font-size: 20px !important;
	    margin: 8px 0;
	}
	.enter-form button {
	    padding: 10px;
	    width: 100%;
	}
}