.regisform {
	background-size: auto;
	background-size: 100% auto;
	padding: 11% 0 0;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #f1f1f1;
}
.skyintel {max-width: 600px;margin: 0 auto;text-align: center;}
.skyintel input {padding: 10px;margin: 5px;border-radius: 5px;border: 1px solid #dedede;width: 47%;display: inline-block;}	
.heading2 h2 {font-size: 18pt;text-align: left;margin-top: 30px;color: #4d636d;margin-bottom: 5px;}
.heading2 p {text-align: left;color: #3099ff !important;}
.web-address {display: flex;width: 100%;}
.web-address input:nth-child(1) {width: 20% !important;}
.web-address input:nth-child(2) {width: 60% !important;max-width: inherit !important;}
.web-address input:nth-child(3) {width: 20% !important;color: #3099ff;}
.text-right.t-c {color: #585858;}
.web-address input {margin: 0;}
.configureacc, .heading2 {padding: 0 10px;}
.configureacc .row {padding: 0 10px;}
.configureacc .row input {width: 48.3%;}
.configureacc .theme-btn {
    margin: 20px 0 !important;
    display: block;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center !important;
}
.configureacc {margin-bottom: 80px;}
.t2 .col-sm-12 {display: flex;}
.demo.t2 div div {max-width: inherit;}
.demo.t2 h3 {font-weight: 500;font-size: 33px;}
.demo.t2 .btn-blue {background: navy;text-transform: uppercase;font-weight: 600;letter-spacing: 1px;font-size: 15px;}
footer .container {padding: 0 30px;}
.header {background: #fff;}

@media only screen and (max-width: 767px) {
	.regisform{
		padding: 26% 0 0;
	}
	.skyintel input{
		width: 100%;
	}
	#salesRobotReCaptcha div {
    	width: 100% !important;
	}
	.skyintel h2 {
    font-size: 33px;
	margin-bottom: 0px;
	}
	.skyintel p{
		padding-top: 15px;
	}
	.skyintel .heading2 p{
		padding-top: 0px;
	}
	.web-address {
    	display: block;
    }
    .web-address input:nth-child(1) {
	    width: 100% !important;
	    display: block;
	}
	.web-address input:nth-child(3) {
    	width: 40% !important;
    }
    .web-address input:nth-child(2) {
    	width: 60% !important;
	}
	.configureacc .row input {
    	width: 100%;
	}
	form#skyQuotaForm {
    	padding: 0px 15px 0px 5px;
	}
	.configureacc, .heading2 {
    	padding: 0 0px;
	}
	.regisform .inline-f {
    	padding-bottom: 50px;
	}
}