.modal-content {
    border-radius: 20px;
}

.modal-header {
    color: #ed1651;
}

.modal-header .close {
    font-weight: 100;
    font-size: 40px;
    padding: 0;
    outline: none;
    background: none;
    border: none;
    border-radius: 0;
    line-height: 55px;
    margin: 0;
}

.modal-open {
    overflow: hidden !important;
}


.cust-modal .close {
    color: #ed1651;
    font-size: 44px;
    position: absolute;
    right: 0px;
    top: 0px;
    font-weight: 300;
    line-height: 20px;
}

.common-h {
    color: #000;
    font-weight: 500;
    font-size: 24px;
    position: relative;
    padding: 0 0 10px 0;
    margin-bottom: 16px;
    position: relative;
}

.counter {
    position: absolute;
    right: 0;
    color: #979797;
    font-weight: normal;
    font-size: 14px;
    top: 50%;
    margin-top: -13px;
}

.common-h::before {
    background: #ed1651;
    border-radius: 9px;
    width: 40px;
    height: 4px;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}

.otp-block input {
    border: 2px solid #355aa5;
    border-radius: 10px;
    background: #fff;
    width: 50px;
    height: 50px;
    box-shadow: 4px 5px 0 #ccc;
    text-align: center;
    font-size: 32px;
    color: #355aa5;
}

.otp-border {
    background: #d1d1d1;
    width: 20px;
    height: 7px;
    margin: 0 5px 0 10px;
    border-radius: 9px;
}

.resent-txt {
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
}

.resend-btn {
    background: #ed1651;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    border: none;
    border-radius: 10px;
    padding: 2px 10px;
}

.resend-btn:hover {
    opacity: 0.7;
}

.change-number {
    color: #212529;
    text-decoration: underline;
}

.change-no-block input {
    border: 2px solid #355aa5;
    border-radius: 10px;
    background: #fff;
    width: 100%;
    height: 50px;
    box-shadow: 4px 5px 0 #ccc;
    text-align: center;
    font-size: 32px;
    color: #355aa5;
    margin: 0;
}

.text-muted {
    color: #8492a6 !important;
}

.newForm {
    padding: 0px;
    position: relative;
    z-index: 111;
}