/* CCS Style */

.sc-section-poptin {
	width: 100vw;
	max-width: 100vw;
	height: 750px;
	margin-top: 48px;
}

.sc-section-poptin * {
	color: var(--sc-color-dark-mode);
	font-family: var(--sc-font-family-header);
}

#main .sc-section-poptin .sc-row-optin-title {
	display: flex;
	position: relative;
	width: 80%;
	margin: auto !important;
	padding: 0;
	font-size: 48px;
	line-height: 1.2;
	text-align: right;
}

#main .sc-section-poptin .sc-poptin-heading {
	margin-top: 64px;
}

#main .sc-section-poptin .sc-row-optin-title p {
	max-width: 500px;
	margin-left: auto;
}

.sc-section-poptin .sc-poptin-form {
	position: absolute;
	top: 50px;
	right: 170px;
}

.vc_section.sc-section.sc-section-poptin {
	margin-bottom: 0;
}

/* Media Query for Tablets Ipads portrait mode */
@media (max-width: 1024px) {
	.sc-section-poptin {
		background-position-x: 0;
		background-position-y: top;
	}

	#main .sc-section-poptin .sc-row-optin-title {
		margin-top: 25% !important;
	}

	#main .sc-section-poptin .sc-row-optin-title p {
		max-width: 400px;
		font-size: 40px;
	}
}

/* Media Query for low resolution  Tablets, Ipads */
@media (max-width: 768px) {
	.sc-section-poptin {
		height: 400px;
	}

	#main .sc-section-poptin .sc-row-optin-title {
		width: 90%;
		margin: auto !important;
		margin-top: 32px !important;
	}

	#main .sc-section-poptin .sc-row-optin-title p {
		width: 355px;
		max-width: 320px;
		margin-left: auto;
		font-size: 32px;
	}

	.sc-section-poptin .sc-poptin-form {
		right: 50%;
	}
}

/* Media Query for Mobile Devices */
@media (max-width: 480px) {
	.sc-section-poptin {
		background-position-x: 0;
	}

	.sc-section-poptin .sc-poptin-form {
		top: 0;
	}

	#main .sc-section-poptin .sc-poptin-heading {
		margin-top: 0 !important;
	}

	#main .sc-section-poptin .sc-row-optin-title {
		margin-top: 0 !important;
		font-size: 28px;
		line-height: 1.2;
	}

	#main .sc-section-poptin .sc-row-optin-title p {
		max-width: 50%;
		font-size: 26px;
		line-height: 1.2;
	}
}
