@media only screen and (max-width: 600px) {
    .container_fluid.tabs__circle .content__circle .switch__circle,
    .container_fluid.tabs__circle .switch__circle{
        display: none;
    }
.body_width{
    height: unset;
    overflow-x: hidden;
    background: #fff;
}
    .body_width .container {
        display: block;
        position: unset;
        width: 100%;
        height: unset;
    }
.switch__circle,
.switch{
    display: none;
}
.main{
    transform: unset;
    box-shadow: none;
    height: 625px;
    padding: 0;
    overflow-y: auto;
    width: 100%;
    min-width: 100%;
    border:0;
}
    .main.sign_in,
    .main.sign_up {
        height: auto;
    }
.main.sign_up .error,
.error {
    align-self: unset;
    margin-inline-start:unset;
    
}
.form.sign__up{
    display: flex;
}

    .form.sign__up .input_container.counterycode_input .form__input,
    .form.sign__up .form__input.email,
    .form.sign__up .form__input {
        width: 350px;
    }
.clearfix{
    width: 100%;
  }
.image_upload{
    width: 100%;
}
.upload__image {
    width: 60%;
}
.input_row {
    display: grid;
    gap: 0;
}
.form.sign__up .input_container{
    display: block !important;
    width: unset;
}
.container_fluid.tabs__circle {
    max-height: 512px;
    overflow-y: scroll;
}
.content form .user-details{
    max-height: unset;
}
.description {
    width: 100%;
}

    .close-btn {
        position: absolute;
        top: 34px;
        left: 22px;
        padding: 1px;
        background: white;
        font-size: 15px;
        border: 0;
        border-radius: 37px;
        width: 30px;
        height: 30px;
    }
    .tabs__border{
        border:0;
    }
    .nav-tabs .nav-link {
        margin: 5px
    }
    .boxshadow{
        padding:0 15px;
        box-shadow:none;
    }

    .credentials_UI {
        background: none;
        height: auto;
        width: inherit;
    }
        .credentials_UI::before {
            height: auto;
            width: inherit;
        }
    .main.sign_in .form,
    .main.sign_in .form__input {
        max-width: 100%;
        width: 100%;
    }
    .mobile_btn {
        display: block;
    }

    .btn_mobile {
        justify-content: center;
        flex-wrap: nowrap;
        width: 100%;
    }

    .reset-pass {
        display: block;
        position: unset;
        width: 100%;
        height: unset;
    }
    .main.Popup.forgot_pass .container {
        height: 100%;
    }
    .container_fluid.tabs__circle .button.send-otp,
    .container_fluid.tabs__circle .button,
    .button, .container_fluid .button {
        width: 100%;
        border-radius: 5px;
        height: 40px;
    }
    .form__input {
        width: 100%;
    }
    ul.nav.nav-tabs {
        width: 40rem;
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .tab_scroll {
        overflow-x: auto;
        width: 25rem;
    }

        .tab_scroll::-webkit-scrollbar {
            width: 6px;
            height: 6px;
        }

        .tab_scroll::-webkit-scrollbar-track {
            background: #f1f1f1
        }

        .tab_scroll::-webkit-scrollbar-thumb {
            background: #ee7421;
        }
    .main.Popup.OTPRoot .otp-container,
    .main.Popup.OTPRoot button#VerificationRegisterBtn {
        width: 100%;
    }
    .success-msg {
        width: 100% !important;
    }
    .main.Popup.OTPRoot .error,
    .main.Popup.forgot_pass .error {
        width: 100%;
    }
    /******** user information css start ****/
    .tabs_user .nav.flex-column.tab_mobile {
        width: auto;
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: auto;
        margin-bottom: 10px;
        flex-direction: unset !important;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }
    .tabs_user .user-details .input-box input,
    .tabs_user .user-details .input-box select,
    .tabs_user form .input-box span.details {
        width: 100%;
    }


    .tabs_user form .user-details .input-box {
        display: block;
    }
    .container-fluid .col-lg-2.mt-5.p-0 {
        margin-top: 2rem !important;
    }
    .tabs_user .sidebar ul li a {
        border-radius: 2px;
        padding: 8px 16px 8px 24px;
        min-width: 147px;
    }
    .tabs_user .subscrib__btn {
        margin-inline-start: 0;
    }
    .sidebar.tab_scroll {
        margin-top: 0rem !important;
        border-bottom: 1px solid #00000017;
        width: 100%;
        overflow-x: scroll;
    }
    .tabs_user.register {
        overflow: hidden;
    }

     .tabs_user.register .user-details .input-box input {
         height: 40px;
     }
        /******** user information css end ****/
    .main.Popup.OTPRoot .form {
        height: 540px;
    }
    .main.Popup.forgot_pass .close-btn.cross_btn,
    .main.Popup.OTPRoot .close-btn {
        right: 22px !important;
        left: inherit;
        width: 30px;
        height: 30px;
    }
    .tabs_user .success-msg,
    .tabs_user .error-msg {
        width: 100%;
        margin: 0 auto;
    }
    /*complete-registration css start*/
    .complete_regi .close-btn {
        right: 132px;
        left: initial;
        top: 10px;
    }
    .loader {
        right: 44%;
        top: 33%;
    }

    /*complete-registration css End*/
    .form.sign__up .input_container .verify-btn {
        margin: 10px 0
    }

    .form.sign__up .input_container .form__input {
        max-width: inherit;
    }

    .form.sign__up .input_container.input_container.mobileotp_input,
    .mobileno_input {
        display: block;
    }

  


    }


@media only screen and (max-width: 400px) {
    .form.sign__up .input_container.counterycode_input .form__input,
    .form.sign__up .form__input.email, .form.sign__up .form__input {
        width: 300px;
    }

    .upload__image {
        width: 64%;
    }

    .tabs__border {
        border: 0;
    }

    .Popup .form__span.title_popup {
        font-size: 17px;
    }

    .form__icons .continue {
        font-size: 13px;
        line-height: 1.5;
    }

    .tabs_user .success-msg,
    .tabs_user .error-msg {
        width: 100%;
        margin: 0 auto;
    }
    .user_setting .m_top {
        margin-top: 30px !important;
    }
}
 
    
@media only screen and (max-width: 380px) {

    .tab_scroll {
        overflow-x: auto;
        width: 23rem;
    }
}