.smalltextcontainer {}

.newsletterblockform .form-group.twocol {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.newsletterblockform .form-group.twocol input {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
}

.newsletterblockform .form-group.twocol input:nth-child(1) {
    margin-right: auto;
}

.newsletterblockform .form-group input[type="email"] {
    width: 100%;
    flex-basis: 100%;
}

.newsletterblockform input[type="email"],
.newsletterblockform input[type="text"],
.newsletterblockform .form-group.submitcont .btn.btn-block.btn-primary {
    min-height: 40px;
    padding: 5px 10px;
}

.newsletterprivacycont {
    display: block;
    margin-bottom: 0;
}

.newsletterprivacycont input {
    float: left;
    margin: 5px 10px 0 3px;
    transform: scale(1.5);
}

.newsletterprivacycont a,
.hirlevel_popup_content .newsletterblockform label a {
    color: #1244bd;
}

.newsletterblockform .form-group.submitcont .btn.btn-block.btn-primary,
.hirlevel_popup_content input[type="submit"] {
    background-color: #0098a1;
    border: none;
    font-size: 20px;
}

.newsletterblockform .form-group.submitcont .btn.btn-block.btn-primary:hover,
.hirlevel_popup_content input[type="submit"]:hover {
    background-color: #0bc1d1;
}

.newsletterblockform .required.is-invalid {
    border-color: red;
}

.messagecontainer {
    font-weight: 700;
}

.customcontentsmalltext {
    font-size: 0.9rem;
}

.section-footer .newsletterblockform {
    margin-top: 15px;
}

.section-footer .newsletterblockform .col-md-6 {
    max-width: initial;
    width: 100%;
    flex: 100%;
}

.section-footer .container.nwsform {
    padding: 0;
}

#hirlevel_popup .modal-dialog {
    max-width: 1000px;
    margin-top: 7vw;
}

.hirlevel_popup_content .close {
    z-index: 2;
    position: absolute;
    right: -15px;
    top: -15px;
    background-color: #000;
    width: 30px;
    height: 30px;
    opacity: 1;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #fff;
}

.hirlevel_popup_content .close:hover {
    opacity: 1 !important;
    color: #fff;
}

.hirlevel_popup_content.modal-content {
    border-radius: 0;
}

.hirlevel_popup_content .modal-body,
.hirlevel_popup_content .modal-body->.container {
    padding: 0;
}

.hirlevel_popup_content .extrapadd {
    padding: 15px;
}

.hirlevel_popup_content .nopaddmobile {
    padding: 0;
}

.hirlevel_popup_content .cover-link {
    display: block;
    height: 100%;
    margin-right: -10px;
}

.hirlevel_popup_content .cover-link img {
    width: 100%;
    height: auto;
}

.hirlevel_popup_content .customcontentsmalltext {
    color: #000;
    padding: 0 15px;
}

.hirlevel_popup_content .newsletterblockform label,
.hirlevel_popup_content .customcontent,
.hirlevel_popup_content .messagecontainer {
    color: #000;
}

@media (max-width: 1199px) {
    .hirlevel_popup_content .modal-body .container {
        max-width: initial;
    }
    #hirlevel_popup .modal-dialog {
        max-width: calc(100vw - 35px);
    }
}

@media (max-width: 991px) {
    .section-footer .newsletterblockform .form-group.twocol input {
        flex-basis: 100%;
        width: 100%;
    }
    .section-footer .newsletterblockform .form-group.twocol input:nth-child(1) {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .hirlevel_popup_content .cover-link {
        margin-right: initial;
    }
}