
.newsletterSec {
	position: relative;
	padding-top: 100px;
    padding-bottom: 0px;
}
.newsletterSec .newsform {
	display: flex;
	align-items: center;
    gap: 30px;
}
.newsletterSec .newsform h3 {
    width: 40%;
    margin: 0;
    font-size: 60px;
    color: #ffffff;
    font-weight: 400;
    line-height: 70px;
}
.newsletterSec .newsform .newsformBox {
    width: 60%;
}
.newsletterSec .newsform .newsformBox .form-group {
	display: flex;
    grid-gap: 20px;
	margin-bottom: 20px;
}
.newsletterSec .newsform .newsformBox .form-group:last-child {
	margin-bottom: 0;
}
.newsletterSec .newsform .newsformBox .form-group .form-control {
    width: 100%;
	height: 56px;
    padding: 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
    border-radius: 0px;
	font-size: 18px;
    color: #fff !important;
	font-weight: 400;
}
.newsletterSec .newsform .newsformBox .form-group .form-control::placeholder {
	color: #f7e5d6;
}
.newsletterSec .newsform .newsformBox .form-group .text {
	-webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
}
.newsletterSec .newsform .newsformBox .form-group .text span {
	display: block;
	margin-bottom: 15px;
	font-size: 14px;
    color: #ffffff;
	font-weight: 400;
    line-height: 20px;
}
.newsletterSec .newsform .newsformBox .form-group .text label.checkbox {
	position: relative;
	margin: 0;
	padding-left: 40px;
	font-size: 14px;
    color: #ffffff;
	font-weight: 400;
    line-height: 25px;
}
.newsletterSec .newsform .newsformBox .form-group .text label input {
	appearance: none;
    width: 25px;
    height: 25px;
	outline: 0;
    border: 2px solid #ffffff;
    background-color: transparent;
	border-radius: 100%;
    vertical-align: text-top;
	position: absolute;
	top: 0;
    left: 0;
}
.newsletterSec .newsform .newsformBox .form-group .text label input:checked {
	background-image: url(../../../images/design-icons/checkbox-white-icon.png);
	background-repeat: no-repeat;
	background-position: top 6px center;
	background-size: 14px;
}
.newsletterSec .newsform .newsformBox .form-group .text label a {
	color: #ffffff;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.newsletterSec .newsform .newsformBox .form-group .text label a:hover {
	color: #ffffff;
	text-decoration: none;
}
.newsletterSec .newsform .newsformBox .form-group button {
    padding: 15px 55px;
    background-color: var(--secondary-color);
	box-shadow: 0px 7px 30px 4px rgb(243 230 213 / 25%);
    border-radius: 0;
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
    text-transform: uppercase;
	transition: all .3s ease-in-out;
}
.newsletterSec .newsform .newsformBox .form-group button:hover {
	background-color: #ffffff;
	color: #000000;
}




/* #iPad Pro - Large Screens beyond 1024px
================================================== */
@media only screen and (min-width: 959px) and (max-width: 1180px) {

.newsletterSec .newsform h3					{ font-size: 50px; line-height: 60px; }
.newsletterSec .newsform .newsformBox .form-group button { padding: 15px 25px; }

}



/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
.newsletterSec								{ padding-top: 70px; }
.newsletterSec .newsform					{ flex-direction: column; gap: 15px; }
.newsletterSec .newsform h3					{ width: 100%; font-size: 40px; line-height: 50px; }
.newsletterSec .newsform .newsformBox		{ width: 100%; }
.newsletterSec .newsform .newsformBox .form-group .form-control { height: 45px; font-size: 16px; }
.newsletterSec .newsform .newsformBox .form-group button { padding: 15px 25px; }
}



/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {

.newsletterSec								{ padding-top: 50px; }
.newsletterSec .newsform					{ flex-direction: column; gap: 15px; }
.newsletterSec .newsform h3					{ width: 100%; font-size: 30px; line-height: 40px; }
.newsletterSec .newsform .newsformBox		{ width: 100%; }
.newsletterSec .newsform .newsformBox .form-group { flex-direction: column; }
.newsletterSec .newsform .newsformBox .form-group .form-control { height: 45px; font-size: 16px; }
.newsletterSec .newsform .newsformBox .form-group .text { width: 100%; }
.newsletterSec .newsform .newsformBox .form-group button { padding: 15px 25px; }

}
