@import url('fonts.css');
@import url('header.css');

/* BASE
------------------------------------- */
html,
body {
	color: #545D60;
	font-size: 18px;
	line-height: 2;
	background: #fefefe;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.blog #main h1 a {
	color: #313A3C;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin: 0;
}

h1,
.blog #main h1 a,
h2.lg-font {
	font-weight: 700;
	font-size: 64px;
	line-height: 120%;
}

h2 {
	font-weight: 700;
	font-size: 45px;
	line-height: 124%;
}

h3 {
	font-weight: 700;
	font-size: 32px;
	line-height: 130%;
	color: #545D60;
}

h4 {
	font-weight: 700;
	font-size: 23px;
	line-height: 138%;
	color: #545D60;
}

.md-font {
	font-size: 23px;
	line-height: 150%;
}

.lato {
	font-family: 'Lato', sans-serif;
}

article a,
a:visited {
	color: #73B0EB;
}

.main-btn,
a.main-btn,
.bp-forms-btn,
a.bp-forms-btn {
	border: none;
	border-radius: 0px;
	background-color: transparent;
	font-weight: 600;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 1.26483px;
	text-transform: uppercase;
	color: #1F1F29;
	border: 2px solid #1F1F29;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	padding: 10px 35px;
}

.main-btn:hover,
a.main-btn:hover,
.bp-forms-btn:hover,
a.bp-forms-btn:hover {
	color: #fff;
	background-color: #73B0EB;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/*COOL_FORM*/
/*@media (max-width: 767px) {
	.loaded.webp .cool_form {
		background-image: none;
		background-color: #292e3d;
	}
}

@media (min-width: 768px) {
	.loaded.webp .cool_form {
	  background-image: url(https://ismile-tx.com/wp-content/uploads/2023/09/IDC-Patient-Checking-Contact.webp);
	}
}

@media (min-width: 992px) {
	.loaded.webp .cool_form {
	  background-position: right center;
	}
}*/

/*.loaded .cool_form {
	background: url(../images/cool-form.jpg);
}

.loaded.webp .cool_form {
	background: url(../images/cool-form.webp);
}*/

.cool_form {
	padding: 45px 0;
	min-height: 673px;
	display: flex;
	align-items: center;
	background-attachment: fixed!important;
}

.cool_form .container {
	max-width: 1600px;
}

.cool_form .container div {
	max-width: 361.68px;
	margin: 0 auto;
}

.cool_form .container div h2 {
	color: #fff;
	margin-bottom: 20px;
}

.cool_form input+span,
.cool_form input+textarea {
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	letter-spacing: 0.444444px;
	color: #171717;
}

.cool_form .floating-label input:placeholder-shown+span,
.cool_form .floating-label textarea:placeholder-shown+span {
	transform: translateY(1.1em) scale(1);
}

.cool_form .floating-label input:focus+span,
.cool_form .floating-label textarea:focus+span {
	transform: translateY(0) scale(.9);
}

.cool_form .main-btn {
	font-size: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 258px;
	height: 46px;
	margin-top: 40px;
	background-color: #fff;
}

.cool_form .main-btn:after {
	content: 'Request appointment';
	font-weight: 600;
	font-size: 16px;
	line-height: 160%;
	text-align: center;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: 1.26483px;
	text-transform: uppercase;
	color: #1F1F29;
}

.cool_form .main-btn:hover {
	background-color: #73B0EB;
}

/* RESPONSIVE
---------------------------------------------------------- */
@media screen and (min-width: 1026px) {
	.cool_form .container div h2{
		font-size: 45px;
	}
	.main-btn,
	a.main-btn,
	.bp-forms-btn,
	a.bp-forms-btn {
		display: inline-flex;
		align-items: center;
		text-align: center;
	}
}

@media screen and (max-width: 991px) {
	.cool_form {
		min-height: auto;
	}
	.cool_form {
    	background-attachment: inherit!important;
    }
}

@media screen and (max-width: 767px) {

	h1,
	.blog #main h1 a,
	h2.lg-font {
		font-size: 38px;
	}

	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 24px;
	}

	h4,
	.md-font {
		font-size: 20px;
	}

	.main-btn,
	a.main-btn,
	.bp-forms-btn,
	a.bp-forms-btn {
		padding: 10px;
		font-size: 15px;
		letter-spacing: 0;
	}
}
