.newsletter-box .form .alert-block .error{
    margin-top: 6px;
    border-radius: 15px;
    padding: 5px 10px;
    background-color: #fff;
    color: red !important;
    font-size: 13px;
    font-weight: 600 !important;
    line-height: 1.4;
    width: calc(100% - 15px);
    position: absolute;
    bottom: -35px;
    left: 15px;
    right: 15px;

    padding-left: 40px;
}

.newsletter-box .has-feedback{
    position: static;
}

.modal-footer .modal-footer-styled-btn .btn {
    transition: all 0.3s;
    display: flex;
    width: 148px;
    height: 52px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    background-color: #133050;
    border-radius: 57px;
    border-color: transparent;
    margin: 0 auto;
}

.modal-footer .modal-footer-styled-btn .btn:hover{
    border-color: #133050;
    background-color: #fff;
    color: #133050;
}

.modal .form-element-container{
    max-width: initial;
}

.modal .form-control{
    max-width: initial;
}

.modal .close {
    text-shadow: none;
    font-weight: 300;
    font-size: 43px;
    margin-top: -20px !important;
    color: #fff;
    opacity: 1;
}

.modal .close:hover{
    color: var(--color-secondary);
}

.modal-header{
    padding: 15px 30px;
}

.modal-body{
    padding: 15px 30px;
}

.modal-footer{


}