body {
	font-family: 'Montserrat', sans-serif;
}

.font-awesome {
	font-family: FontAwesome;
}

p,
li,
a {
	font-size: 18px;
	font-weight: 500;
}

h1 {
	font-size: 55px;
	line-height: 40px;
	font-weight: 900;
}

h2 {
	font-size: 40px;
	line-height: 30px;
	font-weight: bold;
}

h3 {
	font-size: 28px;
}

.fs-22 p {
	font-size: 20px;
	font-weight: bold;
}

.bg-mehandi {
	background: #b0c43e;
}

.text-blue {
	color: #00aae9;
}

.bg-seagreen {
	background: #00ccc1;
}

.cst_gradient_button {
	color: #ffffff;
	font-weight: 500;
	padding: 6px 31px;
	border-radius: 50px;
	line-height: 27px;
	font-size: 20px;
	background-image: url("../../assets/images/greengradient.jpeg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.z-full {
	z-index: 99999999;
}

/* Header */

.has-location:before {
	content: "\f041";
	position: absolute;
	top: 10px;
	left: 10px;
	font-family: 'FontAwesome';
	color: #b0c43e;
}

.has-search:before {
	content: "\f002";
	position: absolute;
	top: 10px;
	left: 10px;
	font-family: 'FontAwesome';
	color: #b0c43e;
}

.form-control {
	padding: 10px 30px;
}

.cst_search_btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	height: 46px;
}

.cst_site_logo {
	width: 250px;
}

/* Hero Section */
.cst_hero_section {
	background-image: url("../../assets/images/bg-2.jpeg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom-right-radius: 110px;
}

.cst_hero_section h1 {
	font-size: 50px;
	line-height: 77px;
}

.cst_hero_section p {
	padding-right: 160px;
}

.cst_hero_section .bg-green-gradient {
	background-image: url("../../assets/images/greengradient.jpeg");
	background-position: center;
	background-size: cover;

}

/* Method 1 */
.cst_dot_overlay:before {
	position: absolute;
	content: '';
	width: 285px;
	top: 0;
	z-index: 9999999;
	left: 0;
	height: 252px;
	background-position: center;
	background-size: cover;
	background-image: url("../../assets/images/dot-overlay.png");
}


.bg-text-heading {
	font-size: 75px;
	top: 25px;
	position: relative;
	text-transform: uppercase;
	color: #ececec47;
}

/* Responsiveness */
@media (min-width:1400px) {

	p,
	li,
	a {
		font-size: 20px;
		font-weight: 500;
	}

	h1 {
		font-size: 67px;
		line-height: 55px;
	}

	h2 {
		font-size: 50px;
		line-height: 40px;
	}

	h3 {
		font-size: 42px;
	}

	.fs-22 p {
		font-size: 22px;
	}

	.cst_hero_section h1 {
		font-size: 57px;
	}

	.cst_hero_section p {
		font-size: 18px;
		padding-right: 290px;
	}

	.bg-text-heading {
		font-size: 109px;
		top: 35px;
	}

}

@media (max-width:1199px) {
	h1 {
		font-size: 45px;
		line-height: 35px;
		font-weight: 900;
	}

	h2 {
		font-size: 30px;
		line-height: 27px;
		font-weight: bold;
	}
}

@media (max-width:991px) {

	p,
	li,
	a,
	.fs-22 p {
		font-size: 15px;
	}

	h1 {
		font-size: 30px;
		line-height: 26px;
	}

	h2 {
		font-size: 25px;
		line-height: 24px;
	}

	h3 {
		font-size: 20px;
	}

	.cst_dot_overlay:before {
		height: 130px;
	}

	.cst_hero_section h1 {
		font-size: 44px;
	}

	.cst_hero_section p {
		padding-right: 300px;
	}

}

@media (max-width:767px) {
	.cst_hero_section p {
		padding-right: 0px;
	}
	.cst_hero_section h1 {
		font-size: 35px;
		line-height: 60px;
	}

	.bg-text-heading {
		font-size: 50px;
	}
}

@media (max-width:575px) {

	h1 {
		font-size: 25px;
		line-height: 26px;
	}

	h2 {
		font-size: 20px;
		line-height: 29px;
	}

	h3 {
		font-size: 20px;
	}

	.cst_dot_overlay:before {
		height: 0px;
	}

	.cst_hero_section {
		border-bottom-right-radius: 60px;
	}

	.cst_hero_section h1 {
		font-size: 30px;
		line-height: 45px;
	}

	.bg-text-heading {
		display: none;
	}

}