.bannerGoldTxt {
	background: -webkit-linear-gradient(top,#00bdf2,#00b3f0 18%,#0066b3 77%,#004985);
	background:linear-gradient(180deg,#00bdf2,#00b3f0 18%,#0066b3 77%,#004985);
}

.innerBanner {
    /*
	background-color: transparent !important;
    color: #fff;
    */
}

.bannerTxt {
}

.bannerGoldTxt .pagetitle {
	color: #fff;
	padding: 28px 0 4px 0;
}

.bannerGoldTxt .pagetitle-subTxt {
	color: #fff;
	padding: 0 0 28px 0;
}

.innerBanner {
}

.form-section {
	padding-top: 35px;
}

.tqText {
	padding: 80px 0;
	margin: 0;
}

.thankyouDetails {
	padding: 40px 0;
}

.red {
	color: #f00;
}

.bannerImgBody {
    padding-bottom: 25%;
}

@media (max-width: 991px) {
    .bannerImgBody {
        padding-bottom: 50%;
    }
}