.mobilecreen img {
    margin-bottom: 26px;
    margin-top: 15px;
}

.mobilecreen h5 {
    font-size: 26px;
    font-weight: 600;
    color: #ff8300;
    margin-bottom: 22px;
}

.mobilecreen .blackt {
    color: #000;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 1.5rem;
}

.mobilecreen .btn-primary {
    background: #fff;
    color: #ff3e00;
    border: solid 1px #ff3e00;
    box-shadow: 0px 0px 3px -1px #ff7100;
    margin-bottom: 26px;
}

.mobilecreen .terms {
    color: #666666;
    margin-bottom: 1.5rem;
}

.mobilecreen .terms a {
    color: #ff7300;
}

.modal-content {
    background-color: #fff7e8;
}

.abcRioButtonIcon {
    display: none;
}

.abcRioButtonContents {
    font-size: 1rem !important;
    font-weight: 400 !important;
    color: #000000;
}

#loginModal .theme-btn {
    border: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ff6d00;
    border-color: #ff6c00;
}

.mobilecreen .logo {
    height: 150px;
}

.modal-header .close {
    color: #ff3d00;
    opacity: 1;
}

.modal-header {
    border: none;
}

@media only screen and (max-width: 570px) {
    .header-div img {
        height: 20px;
    }
}

.logout-img {
    right: 22px;
    width: 23px;
    height: auto !important;
}

.theme-btn.logout {
    padding: 9px 22px;
    margin-left: 16px;
}

.theme-btn.logout img {
    filter: brightness(111);
}

@media only screen and (max-width: 570px) {
    .textcentersm {
        text-align: center;
    }

    .textcentersmmm {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .textcentersmmm .theme-btn {
        float: none;
    }
}

.deeplink_url {
    color: #fe7c0a;
    text-decoration: underline;
    word-wrap: break-word;
}


.nextarrowclass .imgg-div {
    position: relative;
    width: 145px !important;
    height: 145px;
}

.nextarrowclass .imgg-div svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
    .nextarrowclass {
        display: none !important;
    }
}

.elem {
    position: relative;
    text-decoration: none;
    display: inline-block;
}

.elem:after {
    border-bottom: 1px dotted;
    content: '';
    right: 0;
    position: absolute;
    bottom: -3px;
    width: 100%;

}

.elem:before {
    border-bottom: 1px dotted;
    content: '';
    right: 0;
    position: absolute;
    bottom: -6px;
    width: 100%;

}

.title-after {
    display: flex;
    justify-content: center;
}