.optin-bg{
    background-color: #000;
    background: url(../images/gz-images/option-banner.png);
	background-size: 100% 100%;
    background-repeat: no-repeat;
}

.sub-heading-optin{
    color: #fff;
    font-weight: 400;
    line-height: 1.3em;
    font-size: 23px;
}
.banner-heading-optin{
    color: #fff;
    font-weight: 700;
    line-height: 1.6em;
    font-size: 45px;
    padding: 1.6rem 0rem;
}
#ghlFormModal .modal-content{
    background-color: #000;
    border: 1px solid #fff;
}
#ghlFormModal .modal-header{
    border: none !important;
}

.footer-subheading-option {
	margin-bottom: 8px;
}

.get-started-optin{
    font-weight: 700 !important;
}
.optin-overlay{
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.subheading-underline{
    position: relative;
    margin-bottom: 2.7rem;
}
.subheading-underline strong::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -52px;
        width: 100%;
        height: 66px;
        background: url(../images/stick-bg-pattern.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
}
.fix-ht {
    height: auto;
    background: #010101;
    min-height: 100vh;
    max-height: 100%;
}
@media (max-width: 768px) {
    .banner-heading-optin {
        font-size: 25px;
    }
}