@media only screen and (min-width: 1700px) and (max-width: 1950px) {
	.banner_slider h1 {
    	font-size: 75px;
	}
	.bounceInUp.go {
		font-size: 45px;
	}
}
@media only screen and (min-width: 1300px) and (max-width: 1700px) {
	.banner_slider h1{
		font-size: 65px;
	}
	.bounceInUp.go {
		font-size: 45px;
	}
	.banner_slider .caption-buttons.animated.bounceInUp.go a{
		width: 75px !important;
		height: 75px !important;
		font-size: 60px !important;
		line-height: 40px !important;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1300px) {
	.banner_slider h1 {
    font-size: 50px;
}
	.bounceInUp.go {
		font-size: 35px;
	}
}

.contact_Us .form-section  textarea {
    /* width: 250px; */
    border: none;
    background: #fff;
    background: rgba(255,255,255,.15);
    width: 100% !important;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    padding-left: 10px;
    font-size: 18px;
    float: left;
    font-weight: 300;
}
.contact_Us .form-section input.form-textbox  {
    /* width: 250px; */
    border: none;
    background: #fff;
    background: rgba(255,255,255,.15);
    height: 50px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    padding-left: 10px;
    font-size: 18px;
    float: left;
    font-weight: 300;
	width: 100% !important;
}
.contact_Us .form-section .messageBox button {
    position: relative !important;
}

.contact_Us .form-section .messageBox  button {
    width: 100% !important;
    padding-left: 0;
     
    
    border: none;
     height: 50px;
   display: flex;
    align-items: center;
    justify-content: center;
    
    font-size: 36px;
    font-weight: 400;
    text-align: center;
}

.contact_Us .form-section .messageBox li {
    display: inline-block;
    width: 100%;
    padding: 0px !important;
}

.contact_Us .form-section .form-line.form-line-column {
    width: 100% !important;
    padding: 0;
}

@media only screen and (min-width: 1300px)  {
	.contact_Us .form-section div#cid_4 span.form-sub-label-container:first-child {
    margin-left: 0;
}
	.contact_Us .form-section div#cid_4 span.form-sub-label-container:last-child {
    margin-right: 0;
}
	.contact_Us .form-section div#cid_4 {
    display: flex;
}
.contact_Us .form-section div#cid_4 span.form-sub-label-container {
    flex: 0 0 32%;
    flex-wrap: wrap;
    margin: 1%;
}
}