﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');



.h2-contact {
	font-size: 32px !important;
}

.contact-text-tittle {
	line-height: 36px;
}

.btn-lightblue {
	font-size: 16px !important;
	padding-bottom: 17px !important;
	width: fit-content ;
	height: max-content !important;
}

.form-control-bg {
	font-size: 18px;
	color: black;
	border: 1px solid #707070;
	border-radius:initial;
}

/*chat hidden*/
.btn-lightwhite {
	color: #06A8C2 !important;
	border-color: #06A8C2 !important;
}


.form-label-bg {
	font-size: 20px !important;
}
/**/


@media (max-width: 768px) {

	.contact-text-tittle {
		font-size: 20px !important;
		line-height:10px;
	}

	.contact-text {
		font-size: 15px !important;
	}

	.h2-contact {
		font-size: 24px !important;
	}

	/*chat hidden*/
	.btn-lightwhite {
		padding: 7px 29px 10px 16px !important;
	}

	.form-label-bg {
		font-size: 18px !important;
	}

	.btn-lightblue2 {
		width: 100% !important;
		height: 68px !important;
	}
}


 

 
