.wpcf7-not-valid-tip{
	position: absolute;
	font-size: 12px;
	text-align: left;
	width: 100%;
	margin-top: -19px;
	text-align: left;
	padding-left: 20px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	font-size: 14px;
	color: #dc3232;
	padding: 0;
	margin: 0;
	text-align: left;
	margin-top: 10px;
	border: none;
	display: none;
}
.wpcf7-spinner{
	position: absolute;
}
.wpcf7-response-output{
	display: block;
	text-align: center;
	color: #fff;
}
.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    padding: none;
    margin: 0;
    color: #46b450;
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
}

.checkbox .wpcf7-list-item-label{
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	/* or 17px */
	color: rgba(135, 142, 153, 0.57);
}
.checkbox label{
	display: flex;
	align-items: flex-start;
}
.checkbox input{
	margin-right: 10px;
	margin-top: 2px;
}
.wpcf7-spinner{
	left: 0;
}
.wpcf7 form.sent .wpcf7-response-output{
	padding-left: 0;
	padding-right: 0;
	text-align: left;
}

.wpcf7 form.sent .wpcf7-response-output{
	display: block;
}

.subscribe-sec__form-wrapper form{
	flex-wrap: wrap;
}
.subscribe-sec__form-wrapper{
	position: relative;
}
.form-cont-inp-submit .wpcf7-spinner{
	position: absolute;
}
.wpcf7 form.sent .wpcf7-response-output{
	color: #fff;
	width: 100%;
}

.wpcf7-spinner{
	position: absolute;
}

@media only screen and (max-width: 1770px) {

}

@media only screen and (max-width: 1480px) {

}

@media only screen and (max-width: 1240px) {

}

@media only screen and (max-width: 940px) {

}

@media only screen and (max-width: 760px) {
form .wpcf7-not-valid-tip{
	padding-left: 15px;
	font-size: 12px;
}

.pagination .page-numbers{
	font-size: 18px;
	width: 30px;
	height: 30px;
}

.pagination .next {
	display: inline-flex;
	width: auto;
	padding: 0 10px;
	color: #00b1ff;
	font-size: 16px;
}
.pagination .prev {
	display: inline-flex;
	width: auto;
	padding: 0 10px;
	color: #00b1ff;
	font-size: 16px;
}
}