
/*web*/
.header_image {
	background: url('../img/contact/Contact Us@1x.png');
	background-repeat: no-repeat;
	background-size: 100%;
	margin-top: -183px;
}

/*web*/
.header_tittle {
	padding-top: 44px;
}


.f-title {
	font-family: 'Source Sans 3';
	font-size: 46px;
	font-weight: 700;
	margin-bottom: 0px;
	text-transform: uppercase;
}

.f-sub-title {
	font-family: 'Montserrat' !important;
	font-size: 40px !important;
	font-weight: 400 !important;
}

/*web*/
.f-title-sales {
	font-family: 'Montserrat' !important;
	font-size: 30px !important;
	font-weight: 400 !important;
	letter-spacing: -2px !important;
	padding-left: 2%;
}
/*web*/
.f-sub-title-sales {
	font-size: 20px !important;
	letter-spacing: 0px !important;
}
/*web*/
.form-input {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #252B68;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.white-rectangle {
	border-radius: 30px !important;
	background-color: white !important;
	margin-top: -50%;
}

#a {
	color: white;
	text-decoration: none;
}

.subscribe {
	font-family: 'Montserrat' !important;
	font-size: 17px !important;
	font-weight: normal !important;
	padding-left: 4%;
}

.btn_red {
	background-color: transparent;
	color: #B23330;
	padding: 7px 25px;
	text-decoration: none;
	font-family: 'Montserrat';
	font-size: 22px;
	text-transform: uppercase;
	border-radius: 30px;
	border: 1px solid #B23330 !important;
}

/*web*/
.p-contact {
	font-size: 24px;
}

/*web*/
.f-title-for {
	font-weight: 700 !important;
	letter-spacing: 3px;
}

.p-info {
	font-size: 20px !important;
	margin-bottom: 6px !important;
}

.bg-color-red {
	background-color: #D22630 !important;
}

/*web*/
.contact-buttom {
	border-radius: 40px !important;
	padding-top: 10px !important;
	padding-left: 40px !important;
	padding-right: 40px !important;
	padding-bottom: 10px !important;
	font-size: 18px !important;
	font-family: 'Montserrat';
	border-color: #D22630 !important;
}

/*web*/
.contact-tel {
	font-size: 14px;
}


/*web*/
input {
	outline: 0;
	border-width: 0 0 2px;
	border-color: var(--blue) !important;
}
	/*web*/
	input:focus {
		border-color: none;
	}
/*web*/
::-webkit-input-placeholder {
	font: normal normal normal 16px/20px "Montserrat";
	letter-spacing: 1.6px;
	color: var(--blue) !important;
}

 



/* Medium Resolution  */
@media only screen and (min-width: 990px) and (max-width: 1024px) {

	.white-rectangle {
		margin-top:   0% !important;
	}
}


/* Small */
@media only screen and (max-width:989px) {

	/*small*/
	.header_tittle {
		margin-top: -209px !important;
		margin-left: -50px !important;
	}

	/* Small */
	.f-title {
		font-size: 23px !important;
		letter-spacing: 4px !important;
		padding-left: 2% !important;
	}


	/* Small */
	.f-sub-title {
		font-size: 15px !important;
		font-weight: 400 !important;
		letter-spacing: 5px !important;
		text-transform: uppercase !important;
		padding-left: 2% !important;
	}
	/* Small */
	.p-contact {
		font-size: 15px !important;
	}

	/* Small */
	.contact-buttom {
		padding-top: 10px !important;
		padding-left: 24px !important;
		padding-right: 25px !important;
		font-size: 18px !important;
	}

	/*small*/
	.contact-tel {
		font-size: 12px !important;
	}

	/*small*/
	.white-rectangle {
		margin-top: 0% !important;
	}

	/*small*/
	.f-title-sales {
		font-size: 16px !important;
		font-weight: normal !important;
		letter-spacing: 4px !important;
		padding-left: 2% !important;
	}

	/*small*/
	.f-sub-title-sales {
		font-size: 14px !important;
		letter-spacing: 0px !important;
		padding-left: 2% !important;
	}

	/*small*/
	.subscribe {
		font-family: 'Montserrat' !important;
		font-size: 11px !important;
		font-weight: normal !important;
		letter-spacing: 1px !important;
		padding-left: 4%;
	}
	/*small*/
	.btn_red {
		padding: 7px 20px !important;
		font-size: 22px !important;
		font-weight: 400 !important;
	}
	/*small*/

	.f-title-for {
		font-size: 20px !important;
		font-weight: 700 !important;
		letter-spacing: 1px !important;
	}
	/*small*/
	.p-info {
		font-size: 16px !important;
		letter-spacing: 1px !important;
	}


	/*small*/
	input,
	input::placeholder {
		font-size: 12px !important;
	}


	/*small*/
	.header_image {
		background-size: cover !important;
		margin-top: -69px !important;
	}

	/*small*/
	.header_tittle {
		margin-top: -102px !important;
	}
}



@media only screen and (max-width:576px) {
}
