.otp_container {
    background-color: white;
    margin: 5px auto 10px auto;
}

.otp_details_wraper {
    width: 65%;
    margin: 0px auto;
}

.otp_image {
    text-align: center;
}

.otp_options {
    margin: 5px auto;
    text-align: center;
    padding: 5px;
}

.otp_options h1 {
    font-size: 1.8rem;
}

.btn {
    outline: none;
}

.separator {
    margin: 10px 0px;
    display: flex;
    align-items: center;
    text-align: center;
}

.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #c4c4c4;
    width: 80%;
}

.separator:not(:empty)::before {
    margin-right: .25em;
}

.separator:not(:empty)::after {
    margin-left: .25em;
}

.separator span {
    color: black;
}

.other-option-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.other-option-inner {
    width: 100%;
    max-width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #b8b8b8;
    padding: 15px 30px;
    border-radius: 10px;
    margin: 10px;
    cursor: pointer;
}

.none {
    display: none;
}

.cus_padding {
    padding-left: 4.3rem;
}

.cus_select {
    outline: none;
    position: absolute;
    width: 4rem;
    left: 27%;
    z-index: 2;
    padding: 5px;
}

@media screen and (max-width: 280px) {
    .otp_options h1 {
        font-size: 1.2rem;
    }

    .cus_select {
        margin: 0px 0px 0px 7px;
    }
}

@media screen and (min-width: 281px) and (max-width: 440px){
    .otp_options h1 {
        font-size: 1.3rem;
    }
    .cus_select {
        margin: 0px 0px 0px 7px;
    }
}

@media screen and (max-width: 761px) {
    .cus_select {
        left: 5%;
    }
}

@media screen and (min-width: 342px) and (max-width: 376px) {
    .cus_select {
        left: 4%;
    }
}
@media screen and (min-width: 377px) and (max-width: 440px) {
    .cus_select {
        left: 3%;
    }
}
@media screen and (min-width: 762px) and (max-width: 767px) {
    .cus_select {
        left: 5%;
    }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
    .cus_select {
        left: 28%;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .cus_select {
        left: 27.2%;
    }
}

@media screen and (max-width: 387px) {
    .other-option-inner {
        max-width: 100%;
    }

    .other-option-wrap {
        flex-direction: column;
width: 100%;
    }
}

/* Change CSS in firefox browser */
@-moz-document url-prefix() {
    #wkidcountry,#wkidcountryWAB {
        height: calc(2.5rem - -5px);
    }

    @media screen and (max-width: 764px) {
        .cus_select {
            left: 5%;
        }
    }

    @media screen and (min-width: 342px) and (max-width: 376px) {
        .cus_select {
            left: 4%;
        }
    }

    @media screen and (min-width: 377px) and (max-width: 440px) {
        .cus_select {
            left: 3%;
        }
    }

    @media screen and (min-width: 555px) and (max-width: 575px) {
        .cus_select {
            left: 3%;
        }
    }
}