@media (min-width: 320px) {
    body {
        background-color: #F4F5FD;
        margin: 0;
    }
    body.visit-show {
        overflow: hidden;
    }
    /*-- Dashboard --*/
    .active-visit-block-mobile {
        padding: 16px;
        background: #fff;
        margin-top: 16px;
        border-radius: 16px;
        position: relative;
    }
    .info-banner-block {
        padding: 1rem 1rem;
        background-color: #fff;
        border-radius: 0 0 22px 22px;
    }
    .info-banner::after {
        background-size: 325px;
        width: 198px;
    }
    .info-banner::before {
        right: 20px;
        top: 45px;
        background-size: 65px;
        width: 65px;
        height: 65px;
        content: none;
    }
    .covid-ads {
        position: relative;
        z-index: 1;
    }
    .visit-details_title {
        min-width: 70px;
    }
    .btn-small {
        font-size: 10px;
    }
    .progress-img {
        height: 28px;
    }
    .progress-label {
        font-size: 7px;
        display: block;
    }
    .covid-ads2 {
        max-width: 140px;
    }
    .ad-content br {
        display: none;
    }
    .pb-75 {
        padding-bottom: 69px;
    }
    .menu-list.active::after,
    .menu-list.active::before {
        display: none;
    }
    .btn-chip {
        padding: 6px 18px;
    }
    /*-- Dashboard 2 --*/
    .visit-max-height {
        max-height: 100%;
        height: auto;
    }
    .icon-wrap.active-visit-icon {
        height: 50px;
        width: 50px;
        min-width: 50px;
        min-height: 50px;
    }
    .icon-wrap.active-visit-icon img {
        min-width: 25px;
        height: 25px;
    }
    .single-accordian {
        box-shadow: none;
    }
    .dashboard-accordian {
        border-radius: 50px !important;
        margin-bottom: 15px;
        text-align: center;
    }
    .single-accordian .accordian-body {
        background: #fff !important;
        padding: 0px;
    }
    .single-accordian .btn-accordian {
        background: #2dbdca2e;
        color: #2DBDCA !important;
        justify-content: center;
        border-radius: 50px;
        margin-bottom: 0;
    }
    .single-accordian .btn-accordian .text-acent {
        color: #2DBDCA !important;
        text-align: center;
    }
    .single-accordian .accordian-body .visit-wrap {
        box-shadow: 0px 0px 8px #00000012;
    }
    .active-visit-block-mobile .visit-color-change {
        color: #FF7400 !important;
    }
    /*-- Profile Page --*/
    .profile-page .profile_image {
        width: 140px;
        height: 140px;
        margin-top: -50px;
        margin: 0 auto;
    }
    .profile-page .profile_image .profile-pics {
        width: 140px;
        height: 140px;
    }
    .profile-page .active-visit-block {
        margin-top: 60px;
        padding-top: 0px;
        box-shadow: none;
        border-radius: 16px 16px 0 0;
    }
    .profile-page .profile-up {
        margin-top: -50px;
        justify-content: center;
    }
    .profile-page .profile-up .profile_info .user-name {
        justify-content: center;
    }
    .profile-page .profile-up .profile_info p {
        text-align: center;
    }
    .profile-page .active-visit-block .sepret-user-detail {
        border: 1px solid #F4F5FD;
        margin-top: 15px;
        border-radius: 15px;
        padding: 9px 15px;
    }
    .profile-page .active-visit-block .sepret-user-detail .c-font-5 {
        font-size: 18px;
        font-weight: 600;
    }
    .profile-page .active-visit-block .sepret-user-detail .details-icon {
        width: 58px;
        height: 58px;
        min-width: 58px;
        min-height: 58px;
        border-radius: 12px;
    }
    .profile-page .minor-block {
        border-radius: 0 0 16px 16px;
    }
    .profile-page .minor-list {
        display: flex;
        align-items: center;
    }
    .profile-page .info-banner-block {
        padding-top: 15px;
    }
    /* --- Edit profile --*/
    .profile-img-mobile {
        position: absolute;
        top: 0;
        transform: translate(-50%, -50%);
        left: 50%;
    }
   
    .profile-block-mobile {
        margin-top: 70px !important;
    }
    .profile-block-mobile .choose-bg {
        position: absolute;
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 50%;
        background: #fff;
        right: 0px;
        bottom: 5px;
        width: 27px;
        height: 27px;
    }
    .profile-block-mobile .choose-img {
        position: relative;
        overflow: hidden;
        height: 100%;
        width: 100%;
    }
    .profile-block-mobile .choose-img .choose-file {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        width: 100%;
    }
    .profile-block-mobile .choose-img img {
        width: 27px;
        height: 27px;
    }
    .profile-block-mobile .active-visit-block {
        padding: 0px;
        box-shadow: none;
    }
    .form-btn-mobile {
        padding: 5px 30px;
    }
    /*-- Visit page --*/
    .visits-page .active-visit-block-mobile {
        padding: 15px 12px 0px 12px !important;
        border-radius: 16px 16px 0px 0px !important;
    }
    .visits-page .treatment-plan .dashboard-header {
        box-shadow: none;
    }
    .select-visit {
        margin: 0 auto;
        width: 100%;
        padding: 0 3x;
    }
    .small-icon {
        height: 19px;
        /* width: 19px; */
    }
    /*-- Start Visit pages --*/
    .view-hover-details {
        display: none;
        box-shadow: 0px 0px 8px #00000012;
        background: #fff;
        padding: 15px;
        border-radius: 16px;
        margin-top: 15px;
    }
    .visit-view-hover {
        position: relative;
        padding: 0px;
    }
    .visit-view-hover:hover {
        background: #c2c2c2;
        padding: 8px;
        border-radius: 8px;
    }
    .visit-view-hover:hover .view-hover-details {
        display: block;
    }
    .start-visit-area {
        background: #fff;
        border-radius: 16px;
    }
    .activitis-icon {
        background: #2dbdca29;
        width: 44px;
        height: 44px;
        min-width: 44px;
        min-height: 44px;
        border-radius: 12px;
        display: none;
    }
    .visit-wrap {
        font-size: 12px;
    }
    .visit-wrap p {
        font-size: 18px;
        font-weight: 500;
        transition: .2s;
    }
    .visit-arrow {
        display: none;
    }
    /* Prescription page */
    .prescription-block {
        padding: 40px;
    }
    .prescription-block .details-icon {
        margin: 0 auto;
    }
    .prescription-text,
    .small-text-center,
    .prescription-block .btn-secondary {
        text-align: center;
    }
    /*-- Reminders --*/
    .recent-right {
        min-width: 80px;
    }
    .reminders-area .details-icon {
        height: 48px;
        width: 48px;
        min-width: 48px;
        min-height: 48px;
    }
    .reminders-area .sort-description {
        font-size: 12px;
    }
    .reminders-area .timer {
        font-size: 12px;
    }
    .reminders-area .details-icon img {
        height: 20px;
        width: 20px;
    }
    .reminders-area .details-icon .chat-icon {
        height: 10px;
        width: 10px;
    }
    .reminders-area {
        background: #fff;
        border-radius: 16px;
        padding: 15px;
    }
    /*-- settings --*/
    .settings-area {
        background: #fff;
        border-radius: 16px;
        padding: 15px;
    }
    /*-- business --*/
    .businesses-area {
        background: #fff;
        border-radius: 16px;
        padding: 15px;
    }
    .businesses-area .business-title {
        font-size: 22px;
    }
    .businesses-area .business-discription {
        font-size: 14px;
    }
    .businesses-area .partner-title {
        font-size: 24px;
    }
    .program_bg {
        height: 72px;
    }
    .businesses-area .faqs-text {
        text-align: center;
    }
    /*-- Visit Details --*/
    .treatment-plan {
        background: #fff;
        padding: 10px;
        border-radius: 0px;
    }
    .visit-view-page .active-visit-block-mobile {
        border-radius: 16px 16px 0 0;
    }
    .d-content {
        display: contents !important;
    }
    .order-four .under-border {
        text-align: left !important;
    }
    .under-border {
        text-align: center;
    }
    .mobile-compact {
        flex-direction: column;
    }
    .order-one {
        order: 1;
        border-radius: 0px;
    }
    .order-two {
        order: 2;
        border-radius: 0px;
    }
    .order-three {
        order: 3;
        border-radius: 0px;
    }
    .order-four {
        order: 4;
        border-radius: 0px;
        background: #E1F9FB !important;
    }
    .order-five {
        order: 5;
        border-radius: 0px;
    }
    .order-six {
        order: 6;
        border-radius: 0px;
    }
    .order-sevin {
        order: 7;
        border-radius: 0px;
    }
    .mb-n5 {
        margin-bottom: -70px;
        z-index: 1;
    }
    .blue-icon-light {
        min-width: 32px;
        min-height: 32px;
        height: 32px;
        width: 32px;
    }
    .faqs-section {
        width: 100%;
    }
    .faqs-section .single-accordian {
        box-shadow: 0px 0px 8px #00000012;
    }
    .faqs-section .single-accordian .btn-accordian.collapsed {
        border-radius: 16px !important;
    }
    .faqs-section .single-accordian .btn-accordian {
        background: #fff;
        border-radius: 12px;
        color: #293450 !important;
        border-bottom-right-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }
    .single-accordian .col,
    .single-accordian .multi-collapse {
        border-radius: 12px;
    }
    .faqs-section .single-accordian .card-body {
        border: none;
        border-top: 1px solid #c2c2c2;
    }
}

@media (min-width: 375px) {
    /*-- Dashboard --*/
    .progress-label {
        font-size: 10px;
    }
    .covid-ads2 {
        max-width: 190px;
    }
    .program_bg {
        height: 100px;
    }
}

@media (min-width: 576px) {
    /*-- Dashboard --*/
    .covid-ads2 {
        min-width: 240px;
    }
    .btn-chip:hover {
        padding: 6px 18px;
    }
    .prescription-text,
    .small-text-center {
        text-align: left;
    }
    .reminders-area .sort-description,
    .reminders-area .description {
        font-size: 14px;
    }
    .program_bg {
        height: 150px;
    }
}

@media (min-width: 768px) {
    /*-- Dashboard --*/
    .border-md-right {
        border-right: 1px solid #E9E9E9;
    }
    .activitis-icon {
        display: flex;
    }
    .single-accordian .btn-accordian {
        justify-content: flex-start;
        border-radius: 16px;
    }
    .program_bg {
        height: 100px;
    }
    .reminders-area .timer {
        font-size: 14px;
    }
    .info-banner::before {
        content: "";
    }
}

@media (min-width: 992px) {
    .visit-details_title {
        min-width: 105px;
    }
    .btn-small {
        font-size: 14px;
    }
    /*-- Dashboard --*/
    body {
        background-color: #fff;
        margin: 0;
    }
    .notification-alert img {
        opacity: 0.6;
    }
    .menu-list.active::after,
    .menu-list.active::before {
        display: block;
    }
    .active-visit-block-mobile {
        padding: 0px;
    }
    .info-banner::after {
        background-size: 395px;
        width: 298px;
    }
    .info-banner2::before {
        background-size: 93px;
        width: 89px;
        height: 95px;
    }
    .covid-ads2 {
        min-width: 220px;
        min-height: 87px;
    }
    .info-banner::before {
        right: 0px;
        background-size: 68px;
        width: 85px;
        height: 85px;
    }
    .info-banner-block {
        padding: 0px;
    }
    .pb-75 {
        padding-bottom: 0px;
    }
    .border-lg-0 {
        border: 0 !important;
    }
    /*-- Dashboard 2 --*/
    .visit-max-height {
        max-height: 320px;
        height: 320px;
    }
    .icon-wrap.active-visit-icon {
        height: 120px;
        width: 120px;
        min-width: 120px;
        min-height: 120px;
    }
    .icon-wrap.active-visit-icon img {
        min-width: 60px;
        height: 60px;
    }
    .single-accordian {
        box-shadow: 0px 0px 8px #00000012;
        border-radius: 16px !important;
    }
    .dashboard-accordian {
        border-radius: 16px 16px 0px 0px !important;
        margin-bottom: 0px;
        text-align: left;
        width: 100%;
    }
    .single-accordian .accordian-body {
        background: #F6F8FC !important;
        padding: 1rem 1rem;
    }
    .single-accordian .btn-accordian {
        background: #fff;
        color: #293450 !important;
        border-radius: 16px !important;
    }
    .single-accordian .accordian-body .visit-wrap {
        box-shadow: 0px 0px 8px #00000012;
    }
    .active-visit-block-mobile .visit-color-change {
        color: #293450 !important;
    }
    /*-- Profile Page --*/
    .profile-page .minor-list {
        align-items: flex-start;
    }
    .profile-page .minor-block {
        border-radius: 16px;
    }
    .info-banner-block.info-banner-bottom {
        padding: 0px;
    }
    .profile-page .profile-up {
        margin-top: 0px;
        justify-content: flex-start;
    }
    .profile-page .active-visit-block {
        box-shadow: 0px 0px 8px #00000012;
        padding-top: 20px;
        border-radius: 16px;
    }
    .profile-page .active-visit-block .sepret-user-detail {
        border: 0px;
    }
    .profile-page .active-visit-block .sepret-user-detail .c-font-5 {
        font-size: 18px;
    }
    /*-- Edit Profile --*/
    .profile-img-mobile {
        position: unset;
        top: unset;
        transform: unset;
        left: unset;
        margin-right:40px;
    }
    .profile-block-mobile {
        margin-top: 0px !important;
    }
    .profile-block-mobile .active-visit-block {
        box-shadow: 0px 0px 8px #00000012;
        padding: 20px;
    }
    /*-- Visit page --*/
    .visits-page .active-visit-block-mobile {
        padding: 20px;
    }
    .visits-page .active-visit-block {
        box-shadow: 0px 0px 8px #00000012;
    }
    .view-detail-btn {
        min-width: 300px;
    }
    /*-- Start Visit pages --*/
    .dashboard-accordian-block {
        overflow-y: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .scroll-y {
        min-width: 1500px;
    }
    .visit-view-hover:hover .view-hover-details {
        display: none;
    }
    .visit-view-hover:hover {
        background: transparent;
        padding: 0px;
    }
    .visit-wrap p {
        font-size: 14px;
    }
    .visit-wrap {
        font-size: 12px;
    }
    .visit-arrow {
        display: flex;
    }
    /* Prescription page */
    .prescription-block {
        padding: 40px 60px;
    }
    /*-- Reminders --*/
    .recent-right {
        min-width: 110px;
        padding-left: 15px;
    }
    .reminders-area .details-icon {
        height: 70px;
        width: 70px;
        min-width: 70px;
        min-height: 70px;
    }
    .reminders-area .timer {
        font-size: 16px;
    }
    .reminders-area .sort-description {
        font-size: 18px;
    }
    .reminders-area .timer {
        font-size: 12px;
    }
    .reminders-area .details-icon img {
        height: 30px;
        width: 30px;
    }
    .reminders-area {
        padding: 3px;
    }
    /*-- Settings --*/
    .settings-tabs .nav-item .nav-link {
        padding: 10px;
    }
    .settings-tabs .nav-item .nav-link::after {
        right: 8px;
        top: 15px;
    }
    .businesses-area .business-title {
        font-size: 30px;
    }
    .businesses-area .business-discription {
        font-size: 18px;
    }
    .businesses-area .partner-title {
        font-size: 32px;
    }
    /*-- business --*/
    .businesses-area {
        padding: 0px;
    }
    .program_bg {
        height: 90px;
    }
    .businesses-area .faqs-text {
        text-align: left;
    }
    .treatment-plan {
        background: transparent;
        padding: 0px;
        border-radius: 16px;
    }
    .visit-view-page .active-visit-block-mobile {
        border-radius: 16px;
    }
    /*-- visit details --*/
    .mobile-compact {
        flex-direction: unset;
    }
    .d-content {
        display: unset !important;
    }
    .under-border {
        text-align: left;
    }
    .uunder-line-center .under-border span::after {
        left: 0;
        transform: unset !important;
    }
    .visits-page .active-visit-block,
    .visits-page .treatment-plan .dashboard-header {
        box-shadow: 0px 0px 26px #ADCFDE38;
        border-radius: 12px;
    }
    .order-four {
        background: #fff !important;
    }
    .visit-show .show-bg-hidden {
        display: none;
    }
    .right-wrapper {
        display: flex;
        flex-direction: column;
        height: 100vh;
    }
}

@media(min-width:1400px) and (max-width:1820px){
    .personal-info-wrp {
        max-width: calc(100% - 200px);
    }
    .edit-input-wrp.mr-4{
        margin-right: 10px !important;
    }
    .edit-input-wrp.mr-4:nth-child(3) {
        margin-right: 0;
    }
}

@media(min-width:1400px) and (max-width:1600px){
    .personal-info-wrp{
        max-width:calc(100% - 140px);
    }
    .edit-input-wrp{
        margin-top: 10px!important;
    }
    .profile-img-mobile .profile_image{
        width: 92px;
        height: 92px;
    }
    .personal-info-wrp .fs-30{
        font-size: 24px;
    }
    .for-web .edit-input-wrp input:not(:placeholder-shown), .for-web .edit-input-wrp input:focus, .for-web .edit-input-wrp select:focus, .for-web .edit-input-wrp select:not([value=""]):valid{
        margin-bottom: 10px;
    }
    .edit-input-wrp input:not(:placeholder-shown) ~ label, .edit-input-wrp input:focus ~ label, .edit-input-wrp select:focus ~ label, .edit-input-wrp select:not([value=""]):valid ~ label{
        top: -98px;
    }
    .edit-input-wrp.radio-label {
        margin-top: 0 !important;
        font-size: 16px;
        font-weight: 500;
    }
    .edit-select-wrp:after {
        top: 31%;
    }
    .profile-img-mobile{
        margin-right: 20px;
    }
}

@media(max-width:1599px){
    .edit-input-wrp.radio-label label{
        font-size: 13px;
        margin-top: 8px;
    }
    .profile-img-mobile button{
        padding:.375rem .5rem;
        font-size: 13px!important;
    }
}

@media(max-width:1500px){
    .personal-info-wrp{
        max-width:calc(100% - 60px);
    }
}

@media(min-width:992px) and (max-width:1399px){
    .radio-label{
        top: -52px;
    }
}

@media(min-width:992px) and (max-width:1399px){
    .for-web .edit-input-wrp input:not(:placeholder-shown), .for-web .edit-input-wrp input:focus, .for-web .edit-input-wrp select:focus, .for-web .edit-input-wrp select:not([value=""]):valid{
        margin-bottom: 10px;
    }
    .edit-input-wrp input:not(:placeholder-shown) ~ label, .edit-input-wrp input:focus ~ label, .edit-input-wrp select:focus ~ label, .edit-input-wrp select:not([value=""]):valid ~ label{
        top: -98px;
    }
}

@media (min-width: 1200px) {
    .visit-details_title {
        min-width: 90px;
    }
    .progress-label {
        font-size: 13px !important;
    }
    .btn-small {
        font-size: 12px;
    }
    .covid-ads {
        z-index: 0;
    }
    .covid-ads,
    .covid-ads2 {
        max-width: 290px;
        min-width: 270px;
    }
    .info-banner::after {
        background-size: 345px;
        width: 308px;
    }
    .info-banner::before {
        right: 15px;
        background-size: 98px;
        width: 98px;
        height: 98px;
        top: 29px;
    }
    .info-banner2::before {
        background-size: 143px;
        width: 134px;
        height: 134px;
    }
    .info-banner,
    .info-banner2 {
        min-height: 154px;
    }
    .border-xl-0 {
        border: 0 !important;
    }
    .profile-page .profile-up {
        border-right: 1px solid #E9E9E9 !important;
    }
    .profile-page .active-visit-block .sepret-user-detail .c-font-5 {
        font-size: 14px;
    }
    .view-detail-btn {
        min-width: 125px;
    }
    /*-- business --*/
    .businesses-area .business-title {
        font-size: 30px;
    }
    .businesses-area .business-discription {
        font-size: 16px;
    }
    .businesses-area .partner-title {
        font-size: 32px;
    }
    /*-- Settings --*/
    .settings-tabs .nav-item .nav-link {
        padding: 32px 32px 32px 50px;
    }
    .settings-tabs .nav-item .nav-link::after {
        right: 30px;
        top: 37px;
    }
    .program_bg {
        height: 118px;
    }
    .border-xl-right {
        border-right: 1px solid #E9E9E9;
    }
    .blue-icon-light {
        min-width: 38px;
        min-height: 38px;
        height: 38px;
        width: 38px;
    }
    .mb-n5 {
        margin-bottom: 0px;
    }
}

@media (min-width:1366px) {
    .program_bg {
        height: 150px;
    }
    .blue-icon-light {
        min-width: 48px;
        min-height: 48px;
        height: 48px;
        width: 48px;
    }
}

@media (min-width:1400px) {
    .btn-small {
        font-size: 14px;
    }
}

@media (min-width:1600px) {
    .program_bg {
        height: 168px;
    }
    .view-detail-btn {
        min-width: 145px;
    }
    .form-control {
        min-height: 52px;
    }
}

@media (min-width:1800px) {
    /** Desktop Side Baar **/
    .side-menu-block {
        padding-top: 55px;
    }
    .menu-list {
        padding: 15px 20px 15px 20px;
    }
    .menu-list_logo img {
        height: 27px;
        width: 27px;
    }
    .more-items .submenu-arrow {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #fff;
    }
    .small-icon {
        height: 25px;
        /* width: 25px; */
    }
    .user-top-window {
        min-width: 246px;
    }
    .profile--menu-ul>li {
        margin-bottom: 10px;
    }
    .profile--menu-icon {
        height: 18px;
        width: 18px;
    }
    .add-minor-small {
        height: 14px;
    }
    .credit-popup {
        padding-top: 44px;
    }
    .profile--menu-ul li a span:first-child {
        margin-right: 15px !important;
    }
    .notification {
        width: 28px;
        height: 28px;
        font-size: 16px;
    }
    .visit-details_title {
        min-width: 104px;
    }
    .btn-small {
        font-size: 15px;
    }
    .progress-label {
        font-size: 13px;
    }
    .c-font-6 {
        font-size: 14px;
    }
}

@media (min-width:1920px) {
    /** Desktop Side Baar **/
    .side-menu-block {
        padding-top: 55px;
    }
    .menu-list {
        padding: 15px 20px 15px 20px;
    }
    .menu-list_logo img {
        height: 27px;
        width: 27px;
    }
    .more-items .submenu-arrow {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #fff;
    }
    .small-icon {
        height: 25px;
        /* width: 25px; */
    }
    .user-top-window {
        min-width: 246px;
    }
    .profile--menu-ul>li {
        margin-bottom: 10px;
    }
    .profile--menu-icon {
        height: 18px;
        width: 18px;
    }
    .add-minor-small {
        height: 14px;
    }
    .credit-popup {
        padding-top: 44px;
    }
    .profile--menu-ul li a span:first-child {
        margin-right: 15px !important;
    }
    .notification {
        width: 28px;
        height: 28px;
        font-size: 16px;
    }
    .program_bg {
        height: 218px;
    }
    .visit-details_title {
        min-width: 104px;
    }
    .btn-small {
        font-size: 16px;
    }
    .progress-label {
        font-size: 13px;
    }
    .c-font-6 {
        font-size: 14px;
    }
    .menu-box-block {
        padding: 30px 10px;
    }
    .dashboard-search {
        min-width: 270px;
    }
    .personal-info-wrp{
        max-width:1190px;
    }
}

@media (max-width:991.2px) {
    .m-p-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .m-mx-0 {
        margin-left: 0;
        margin-right: 0;
    }
    .c-font-1 {
        font-size: 22px;
    }
    .c-font-2 {
        font-size: 18px;
    }
    .c-font-3 {
        font-size: 16px;
    }
    .c-font-4 {
        font-size: 15px;
    }
    .c-font-5 {
        font-size: 14px;
    }
    .c-font-6 {
        font-size: 11px;
    }
    .c-font-7 {
        font-size: 10px;
    }
    .c-font-8 {
        font-size: 8px;
    }
    .mobile-bg-white {
        background-color: #fff;
    }
    /* custom */
    .xs-small-icon {
        height: 15px;
        /* width: 15px; */
    }
    .dashboard-logo {
        width: 133px;
        height: 40px;
    }
    .bg-grid {
        position: absolute;
        top: 0;
        left: -40px;
        width: 135px;
        height: 44px;
    }
    .info-banner .w-50,
    .info-banner2 .w-50 {
        width: 75% !important;
    }
    .btn-chip {
        box-shadow: 0px 3px 6px #0000000D;
    }
    .progress-info {
        top: 70%;
    }
    .custm-progress li:before,
    .custm-progress li.active:before {
        padding-top: 2px;
    }
    .custm-progress .progress-div:first-child li:hover+.progress-info {
        left: 0 !important;
        transform: translate(0);
    }
    .custm-progress .progress-div:last-child li:hover+.progress-info {
        right: 0 !important;
        left: auto !important;
        transform: translate(0);
    }
    .info-banner-block.info-banner-bottom {
        border-radius: 0;
    }
    .Fixed-menu-mobile {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0px 0px 6px #00000029;
        display: flex;
        justify-content: center;
        z-index: 4;
    }
    .dashboard_forms .form-control,
    .dashboard_forms .form-select {
        margin-bottom: 20px;
    }
    .form-label-mobile {
        font-size: 20px;
        margin: 30px 0 !important;
    }
    .btn-flex-mobile {
        justify-content: space-around;
    }
    .form-btn-mobile {
        font-size: 16px;
        padding: 5px 40px;
    }
    .progress-label {
        font-size: 10px !important;
    }
    .personal-info-wrp{
        max-width: 100%;
    }
    .edit-input-wrp{
        margin-top: 0px!important;
    }
    .edit-input-wrp input, .edit-input-wrp select{
        border-radius: 4px;
    }
    .profile-block-mobile{
        margin-top: 40px!important;
    }
    .profile-img-mobile .profile_image {
        width: 70px;
        height: 70px;
    }
    .edit-profile-page .right-side{
        min-width: 25px;
    }
    .edit-footer {
        margin-top: 20px;
    }
    .edit-profile-page .profile-mt-mobile{
        margin:0 auto;
    }
    .edit-profile-page .active-visit-block-mobile{
       padding:0px;
       background: transparent;
    }
    .edit-profile-page .personal-detail{
        margin-top:0px;
        padding-top:45px;
        background: #fff;
        border-radius: 22px 22px 0px 0px;
        overflow: hidden;
    }
    .riffile-main div#Medication {
        display: block;
        opacity: 1;
    }
    .riffile-main .refill-wrp{
        padding: 0;
    }
    .riffile-main .cart-items .chip_wrap:nth-child(1) {
        margin-top: 14px;
    }
    .riffile-main .box-shadow-set{
        padding-top: 20px;
    }
}
@media (max-width:1800px) {
    .menu-list_logo img {
        height: 20px;
        width: 20px;
    }
    .top-profile img {
    
        max-width: 40px;
        max-height: 40px;
    }
    .top-profile {
        height: 40px;
        width: 40px;
    }
    .trigger-credit-popup p {
        font-size: 14px;
    }
    .menu-list {
        padding: 8px 15px 8px 15px;
    }
}
@media (max-width:1919px) {
    .menu-list_logo img,
    .small-icon {
        height: 24px;
        /* width: 24px; */
    }
    .profile-img {
        height: 40px;
        width: 40px;
    }
    .active-visit-details {
        font-size: 14px;
    }
    .icon-wrap.active-visit-icon {
        height: 100px;
        width: 100px;
    }
    .progress-label {
        font-size: 14px;
        font-weight: 700;
    }
    .visit-max-height {
        max-height: 210px;
        height: 210px;
    }
    .visit-wrap p {
        font-size: 14px;
    }
    .visit-arrow {
        font-size: 20px;
    }
    .visit-wrap:hover p {
        font-size: 16px;
        transition: 0.2s;
    }
    .profile_image img {
        height: 100px;
        width: 100px;
    }
    .profile-small-typo {
        font-size: 14px;
        color: #44444480;
    }
    .details-icon img {
        height: 22px;
        width: 22px;
    }
    .details-icon {
        height: 52px;
        width: 52px;
        min-height: 52px;
        min-width: 52px;
        background-color: #2dbdca29;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .minor-user {
        height: 52px;
        width: 52px;
    }
    .credit-popup img {
        height: 65px;
        width: 65px;
    }
    
}

@media (max-width:1199px){
    .set-nowrap-box {
        width: 50%;
    }
    .refill-cart-wrp.mt-top-minus{
        margin-top: 0;
    }
    /* .refill-cart-wrp{
        min-height: 400px;
    } */
    .riffile-main,
    .medication-set-height{
        height: 100%;
        background-position: right;
    }
    .riffile-main .refill-wrp{
        margin-top: 20px;
    }
    .cart-refill{
        width: 100%;
    }
    .refill-cart-wrp{
        min-height: 400px;
    }
    .riffile-main .medication-set-height{
        height: 100%;
        overflow: inherit;  
    }
    .visits-page .active-visit-block-mobile.padding-right-mob-0 {
        padding-right: 0 !important;
    }
}
@media(max-width:1200px){
    .personal-info-wrp {
        max-width: 100%;
    }
    /* .trigger-credit-popup p {
        font-size: 14px;
    } */
    .dashboard-header > a.outline-btn-primary {
        font-size: 11px;
    }
    .top-profile img {
        height: 80%;
        width: 80%;
    }
}
@media (max-width:991px){
    .refill-cart-wrp{
        min-height: inherit;
    }
}
@media(max-width:580px){
    .profile-block-mobile .choose-bg{
        bottom: 3px!important;
        width: 20px!important;
        height: 20px!important;
    }
    .profile-block-mobile .choose-img img {
        width: 20px!important;
        height: 20px!important;
    }
    .set-nowrap-box {
        width: 100%;
    }
}