.modal-body h3 {
    font-size: 20px;
    text-align: center;
}
.modal-body {
   
    text-align: left;
    width: 100%;
    font-size: 16px;
    padding: 20px 22px;
}

.modal-body ul {
    list-style: none;
    padding-right: 5px;
}
.modal-body ul {
    list-style: none;
    padding-right: 5px;
    margin-left: -27px;
}

a.btn.btn-se-secondary:hover {
      
        color: #07e3eb;
    background-color: #291c5d;
    border-color:#291c5d;
}


.btn-wrap1 a.btn.btn-se-secondary {
    width: 46%;
}

.btn-wrap1 a.btn.btn-se-primary.mr-2 {
    width: 46%;
}

a.btn.btn-se-secondary {
    width: 40%;
}
.community a.btn.btn-se-secondary {
    width: 20%;
}

.create-account1 a.btn.btn-se-secondary {
    width: 47%;
}
.close {
    opacity: 1;
    background-color: #fff !important;
    padding: 4px 9px !important;
    border-radius: 25px;
    cursor: pointer !important;
    display: none;
}



@media (max-width:500px){
a.btn.btn-se-secondary {
    width: 37%;
}
.community a.btn.btn-se-secondary {
    width: 35%;
}
.create-account1 a.btn.btn-se-secondary {
    width: 37%;
}
.close {
    display: block;
}
}




@media (max-width: 375px){
a.btn.btn-se-secondary {
    width: 45%;
}
.create-account1 a.btn.btn-se-secondary {
    width: 45%;
}
.create-account a.btn.btn-se-secondary {
    width: 46%;
}
    .create-account a.btn.btn-se-secondary {
        width: 45%;
      }

.community a.btn.btn-se-secondary {
    width: 49%;
}

}


@media (max-width: 320px){
.btn {
    font-size: .7rem;
}
.create-account a.btn.btn-se-primary.mr-2 {
    width: 49%;
    font-size: 0.67rem;
}
}