fieldset {
    border: 2px solid #ececec;
    padding: 25px;
    border-radius: 10px;
    background: #f7f1f5;
}

.centered-content {
    display: grid !important;
    justify-content: center !important;
}

#modalText {
    text-align: center;
}

.indent {
    text-align: left;
    text-indent: 40px;
}

.red-indicator {
    color: #ff0000 !important;
}

.icons-centered {
    display: flex;
    justify-content: center;
}

.icon_mod {
    display: none;
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.icon-content {
    background-color: #fff;
    margin: 7% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 45%;
    border-radius: 15px;
}

.close_modal {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close_modal:hover,
.close_modal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/*  */


.blurBG {
    filter: blur(6px);
}

.frm_email::placeholder {
    white-space: pre-wrap;
}

.popup_frm {
    text-align: center;
}

.text_info {
    color: red !important;
    margin-top: 20px;
    margin-bottom: 0px !important;
}

#group2,
#group3 {
    padding: 10px 0;
}

.form_box_col1.form_col2 {
    top: -9px;
    position: relative;
}

.input-file {
    display: unset !important;
}

.fieldheader2 {
    background: #1565C0 !important;
    color: #fff !important;
    text-transform: uppercase;
}

#italize {
    font-style: italic;
    font-size: 13px;
}

#bold {
    font-weight: bold;
}

.frm_btn:hover {
    text-decoration: underline;
}

.form_button {
    background: #1565C0 !important;
}

.form_button:hover {
    background: #0D47A1 !important;
}

.modal {
    z-index: 2 !important;
}

.alink,
.blink,
.clink {
    background: #005000;
    padding: 10px;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
}

.alink:hover,
.blink:hover,
.clink:hover {
    background: #00AC69;
    text-decoration: none;
    color: #fff;
}

.stockLinks a {
    display: inline-block;
    margin: 0 0 10px;
}

@media only screen and (max-width : 947px) {
    .modal-content p {
        font-size: 13px;
    }

    .modal-content {
        height: 300px;
        width: 95%;
    }

    .frm_email {
        width: 100%;
    }

    .frm_btn {
        width: 100%;

    }
}

@media only screen and (max-width : 513px) {
    .modal-content {
        height: 323px;
        width: 95%;
    }
}

@media only screen and (max-width: 503px) {
    .frm_email {
        padding-bottom: 40px !important;
    }
}

@media only screen and (max-width : 379px) {
    .modal-content {
        height: 340px;
        width: 95%;
    }
}

@media only screen and (max-width : 350px) {
    .modal-content {
        height: 383px !important;
        width: 95% !important;
    }
}

.frm_btn {
    background: #1565C0 !important;
}

.addMoreBtn {
    border: 2px dashed #ddd;
    padding: 10px;
    cursor: pointer;
    margin: 25px 0;
    text-align: center;
}

.addMoreBtn i {
    color: #9fd41e;
    font-size: 24px;
}