

.container2 {
    display: flex;
    justify-content: center;
    background: transparent
    z-index: 99;
}

.trigger {
    background-color: green;
    color: #fff
}

.modal,
.fade,
.show {

    padding-left: 15px;
    padding-right: 15px
}

h2 {
    font-weight: bold;
    margin-bottom: 15px;
    color: #000
}

.modal-content {
    border: none;
    background: transparent;
    padding: 0 19px
}

.close {
    position: relative;
    top: 48px;
    left: 13px;
    z-index: 1;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    color: black
}

.modal-header {
    border: none
}

.modal-header .close {
    padding: 0rem 1rem !important;
    margin: -1rem -1rem -1rem auto
}

.modal-body {
    border: none;
    background-color: white;
    padding-bottom: 5px
}

.close.focus,
.close:focus {
    outline: 0;
    box-shadow: none !important
}

.form-control {
    width: 80%;
    height: 50px;
    border: none;
    border-radius: 20px;
    box-shadow: 0px 0.5px 0px 0px #dae0e5 !important;
    color: #63686c;
    font-weight: bold;
    font-size: 12px
}

.form-control.focus {
    border: none;
    border-color: #fff;
    border-bottom: 1px solid #000;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, .25)
}

.subscribe {
 background-color: #000;
 color:  #fff;
}


@media (min-width:699px) {
    .modal-dialog {
        max-width: 47rem
    }

    .details {
        padding: 60px 20px 40px 50px
    }

    .text-muted a {
        color: #c0bfbf;
        font-weight: bold;
        text-decoration: underline
    }

    small.para {
        font-weight: bold;
        font-size: 14px;
        color: #63686c
    }
}

@media (max-width:698px) {
    .modal-dialog {
        max-width: 47rem
    }

    .details {
        padding: 60px 20px 40px 30px
    }

    .text-muted a {
        color: #c0bfbf;
        font-weight: bold;
        text-decoration: underline
    }

    small.para {
        font-weight: bold;
        font-size: 14px;
        color: #63686c
    }
}