.contact-us-page h2 {
	font-size: 30px;
	color: #4d4f5c;
}
.contact-us-page p {
	font-size: 16px;
	line-height: 26px;
	color: #4d4f5c;
}
.full_wd_top_banner {
	display: block;
	width: 100%;
	background: url(../images/quick_help_banner_full.jpg) right top no-repeat #e9ebea;
	height: 380px;
	position: relative;
	overflow: hidden;
	background-size: inherit;
	padding-bottom: 20px;
}
.request-more-info {
	display: block;
	width: 100%;
	top: 0;
	left: 0;
	background: url(../images/contact-us-bottom-banner.png) 91% 0px no-repeat;
	padding-top: 30px;
	padding-bottom: 30px;
	background-size: cover;
}
.request-more-info form {
	padding-top: 30px;
	width: 720px;
	margin: 0 auto;
	background: transparent;
}
.request-more-info .banner_content h2{
	font-size: 26px;
	color: #fff;
	font-size: 400;
}
.form-control {
    color: #4d4f5c;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #d7dae2;
    border-radius: 4px !important;
    padding: .4rem .7rem;
}
.blue_btn,
.blue_btn:hover,
.blue_btn:active,
.blue_btn:focus {
	background: #3b86ff;
	border: 1px solid #3b86ff;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	width: auto;
	border-radius: 4px;
}
.page-box .container-fluid{
	padding-left: 17%;
	padding-right: 17%;
}
.page-box .card {
    background-color: #f0f1f6;
    text-align: center;
    height: 170px;
	padding: 20px 0px;
}
.page-box .card figure{
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 15px;
}
.captcha-section{
	/* width: 100%;
	height: 40px; */
	background-color: #fff;
	border: 1px solid #d7dae2;
    border-radius: 4px !important;
}
/* .captcha-section img{
	width: 47%;
} */
.captcha-section a{
	height: 30px;
    background: #f0f1f6;
    width: 36px;
}
.captcha-section a svg{
	height: 30px;
    width: 36px;
    padding: 7px;
}
.captcha-section a svg path{
	fill: rgb(39, 47, 93);
    stroke: rgb(39, 47, 93);
}
.captcha-input {
	height: 32px;
}
/* .submit-form{
	text-align: left !important;
	display: block;
} */

ul.captcha-main{
	width: 220px;
	margin: 0 auto;
}
ul.captcha-main li{
	display: inline-block;
	width: 100%;
}
.rotating {
    animation: rotate 1s linear infinite;
}
@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
@media (max-width: 1199.98px) {
	.page-box .container-fluid{
		padding-left: 8%;
		padding-right: 8%;
	}
}
@media (max-width: 991.98px) {
	
	.request-more-info .banner_content {
		padding-left: 0px;
	}
	.contact-us-page h2 {
		font-size: 24px;
	}
	.page-box .container-fluid {
        padding-left: 0%;
        padding-right: 0%;
    }
}
@media (max-width: 767.98px) {
	
	.request-more-info .banner_content h4 {
		font-size: 17px;
	}
	.request-more-info .banner_content p {
		font-size: 12px;
	}
	
	.page-box .card{
		height: auto;
		margin-bottom: 24px;
	}
	.request-more-info form{
		width: 90%;
	}
	.request-more-info .banner_content h2{
		font-size: 22px;
	}
	.request-more-info form{
		padding-top: 15px;
	}
}
@media (max-width: 575.98px) {
	.request-more-info .banner_content {
		padding-top: 100px;
		padding-left: 0px;
	}
	.contact-us-page h2 {
		font-size: 22px;
	}
	.contact-us-page p {
        font-size: 14px;
        line-height: 16px;
    }
	.request-more-info .banner_content {
        padding-top: 0;
	}
}
@media (min-width: 768px) {
	
}
@media (min-width: 992px) {
	
}