@media screen and (max-width: 1800px){
    .login-pg-logo{
        position: absolute;
        width: 75%;
    }
    .pagetitle h1{
        font-size: 30px;
        line-height: 40px;
    }
    .customer-iconbox{
        max-width: 30px;
        height: 30px;
        font-size: 16px;
        line-height: 16px;
    }
    .countbox-row{
        gap: 10px;
    }
    .count-name{
        font-size: 14px;
    }
    .count-box{
        padding: 15px 10px;
    }
    .count-number{
        font-size: 22px;
    }
    .nav-tabs-pills .nav-link{
        font-size: 14px;
        padding: 10px 15px;
    }
    .datatable-table th button, .datatable-pagination-list button{
        font-size: 15px;
    }
    .datatable-table > tbody > tr > td{
        font-size: 15px;
    }
    .community-btn{
        font-size: 15px; 
    }
    .client-tagbox{
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    .datatable-table .progressbar{
        width: 40px;
        height: 40px;
    }
    .delete_icon{
        width: 30px;
        height: 30px;
    }
    .eye_icon{
        width: 30px;
        height: 30px;
    }
    .edit_icon{
        width: 30px;
        height: 30px;
    }
    .dashboard_count_row .col-lg-3{
        width: 50%;
    }
    .partner-categorytitle{
        font-size: 18px;
    }
    .partner-textp{
        font-size: 15px;
        line-height: 22px;
    }
    .profile-card h2{
        font-size: 22px;
    }
    .profile-card h3{
        font-size: 18px;
    }
    .custemer-stepname{
        font-size: 32px;
    }
    .hr-managertext {
        font-size: 22px;
    }
    .casedetails-title{
        font-size: 20px;
    }
    .milestones-title{
        font-size: 20px;
    }
    .document-table tbody tr td:first-child{
        font-size: 16px;
    }
    .document-table tbody td{
        font-size: 16px;
    }
    .table tbody td{
        padding: 10px;
    }
    .case-infotable tbody td{
        font-size: 16px;
    }
    .case-infotable .current-steptext{
        font-size: 16px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1439px){
    .login-pg-logo{
        position: absolute;
        width: 75%;
    }
    .topreferral-btn{
        font-size: 12px!important;
        margin-right: 10px!important;
    }
    .upgrade_btn{
        font-size: 12px!important;
    }
    .dashboard-curretstep-box .milestones-title{
        font-size: 14px;
    }

    .partner-row .col-lg-3{
        width: 33.33%;
    }
    .custemer-stepname{
        font-size: 28px;
    }
    .hr-managertext {
        font-size: 20px;
    }
    .casedetails-title{
        font-size: 18px;
    }
    .milestones-title{
        font-size: 18px;
    }
    .document-table tbody tr td:first-child{
        font-size: 14px;
    }
    .document-table tbody td{
        font-size: 14px;
    }
    .table tbody td{
        padding: 10px;
    }
    .case-infotable tbody td{
        font-size: 14px;
    }
    .case-infotable .current-steptext{
        font-size: 14px;
    }
    .onging-btn{
        font-size: 16px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .login-pg-logo{
        position: absolute;
        width: 75%;
    }
    .topreferral-btn{
        font-size: 12px!important;
        margin-right: 10px!important;
    }
    .upgrade_btn{
        font-size: 12px!important;
    }
    .dashboard-curretstep-box .milestones-title{
        font-size: 14px;
    }

    .partner-row .col-lg-3{
        width: 33.33%;
    }
    #main {
        padding: 20px 15px 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .topreferral-btn{
        font-size: 12px!important;
        margin-right: 10px!important;
    }
    .upgrade_btn{
        font-size: 12px!important;
    }
    .dashboard-curretstep-box .milestones-title{
        font-size: 14px;
    }
    .login-pg-logo{
        position: absolute;
        width: 75%;
    }
    .login-body{
        width: 100%;
        display: block !important;
    }
    .left-login{
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        padding: 50px 0px;
        text-align: center;
    }
    .right-login{
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        padding: 50px 0px;
    }
    .login-heading{
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        transform: none;
        padding: 0px 25px;
    }
    .login-pg-logo{
        position: relative;
        width: 60%;
        top: 0;
        left: 0;
        transform: none;
    }
    .heading{
        font-size: 18px;
        line-height: normal;
        padding-bottom: 5px;
    }
    .form-control{
        width: 100%;
        font-size: 14px;
        line-height: normal;
    }
    .sign-btn{
        line-height: normal;
        margin-bottom: 1rem;
    }
    .login-text{
        font-size: 14px;
        line-height: normal;
        margin-bottom: 1rem;
    }
    .login-subtext{
        font-size: 14px;
        line-height: normal;
        margin-bottom: 1rem;
    }
    .lgn-txt{
        font-size: 14px;
        line-height: normal;
        margin-bottom: 1rem;
    }
    .sign-up{
        font-size: 14px;
        line-height: normal;
    }
    .icon-img{
        max-width: 25px;
    }

    #main {
        padding: 20px 15px 15px;
    }
    .modal-dialog{
        width: 80%;
        max-width: -webkit-fill-available;
    }
    .preview-bgimg{
        min-height: 150px;
        max-height: 150px;
    }
    .preview-img-box img{
        border-radius: 10px;
        max-width: 100px;
        min-width: 100px;
        margin-top: -46px;
    }
    .pr-previewname{
        font-size: 18px;
    }
    p{
        font-size: 15px;
    }
    .about-preview-box{
        padding: 10px;
    }
    .mobile-find-per-box{
        margin-top: 15px;
    }
}
@media only screen and (max-width: 767px){
    .login-pg-logo{
        position: absolute;
        width: 75%;
    }
    .topreferral-btn{
        font-size: 12px!important;
        margin-right: 10px!important;
    }
    .upgrade_btn{
        font-size: 12px!important;
    }
    .dashboard-curretstep-box .milestones-title{
        font-size: 14px;
    }
    .login-pg-logo{
        position: absolute;
        width: 75%;
    }
    .login-body{
        width: 100%;
        display: block !important;
    }
    .left-login{
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        padding: 50px 0px;
        text-align: center;
    }
    .right-login{
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        padding: 50px 0px;
    }
    .login-heading{
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        transform: none;
        padding: 0px 25px;
    }
    .login-pg-logo{
        position: relative;
        width: 60%;
        top: 0;
        left: 0;
        transform: none;
        text-align: center;
    }
    .heading{
        font-size: 18px;
        line-height: normal;
        padding-bottom: 5px;
    }
    .form-control{
        width: 100%;
        font-size: 14px;
        line-height: normal;
    }
    .sign-btn{
        font-size: 14px;
        line-height: normal;
        margin-bottom: 1rem;
    }
    .login-text{
        font-size: 14px;
        line-height: normal;
        margin-bottom: 1rem;
    }
    .login-subtext{
        font-size: 14px;
        line-height: normal;
        margin-bottom: 1rem;
    }
    .lgn-txt{
        font-size: 14px;
        line-height: normal;
        margin-bottom: 1rem;
    }
    .sign-up{
        font-size: 14px;
        line-height: normal;
    }
    .icon-img{
        max-width: 25px;
    }

    .dashboard_count_row .col-lg-3 {
        width: 100%;
    }
    #main {
        padding: 20px 15px 15px;
    }
    .modal-dialog{
        width: 80%;
        max-width: -webkit-fill-available;
    }
    .preview-bgimg{
        min-height: 150px;
        max-height: 150px;
    }
    .preview-img-box img{
        border-radius: 10px;
        max-width: 76px;
        min-width: 76px;
        margin-top: -28px;
    }
    .pr-previewname{
        font-size: 18px;
    }
    p{
        font-size: 15px;
    }
    .about-preview-box{
        padding: 10px;
    }
    .all-step-linebox{
        margin-left: 0;
    }
    .top-box{
        display: block;
    }
    .top-box .left-side{
        width: 100%;
        border-radius: 7px 7px 0px 0px;
    }
    .top-box .right-side{
        width: 100%;
        border-radius: 0px 0px 7px 7px;
    }
    .navigationmanager-detailsbox{
        display: block;
    }
    .navigationmanager-img {
        padding-bottom: 10px;
    }
    .all-step-linebox2{
        margin-left: 0;
        margin-top: 15px;
    }
    .mobile-find-per-box{
        margin-top: 15px;
    }
    .header .search-bar {
        margin-right: 0px;
    }
    div.dataTables_wrapper div.dataTables_filter input{
        width: 180px;
    }
    div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child{
        padding-right: 0;
    }
    div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child{
        padding-left: 0;
        margin-top: 10px;
    }
    div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child{
        padding-right: 0;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination{
        justify-content: center;
    }
}
@media screen and (max-width: 577px) {
    .mb-30{
        margin-bottom: 15px;
    }
    .pagetitle h1 {
        font-size: 24px;
        line-height: 36px;
    }
    .modal-dialog{
        width: 100%;
        max-width: -webkit-fill-available;
    }
    .modal-cancel-btn {
        font-size: 16px;
        padding: 10px 15px;
    }
    .modal-delete-btn {
        font-size: 16px;
        padding: 10px 15px;
    }
    .profile-card h2{
        font-size: 20px;
    }
    .profile-card h3{
        font-size: 16px;
    }
    .casedetails-title {
        font-size: 18px;
    }
    .case-viewbox{
        padding: 10px 10px 0px;
    }
    .accordion-button:not(.collapsed){
        padding: 10px;
    }
    .milestones-title {
        font-size: 16px;
    }
    .accordion-button::after{
        width: 16px;
        height: 16px;
        background-size: 16px;
    }
    .step-name-text{
        font-size: 14px;
    }
    .proccess-stepicon{
        font-size: 16px;
    }
    .viewnavigation-info{
        padding: 15px;
    }
    .custemer-stepname {
        font-size: 20px;
    }
    .hr-managertext {
        font-size: 16px;
    }
    .customer-name{
        font-size: 16px;
    }
    .onging-btn{
        font-size: 16px;
    }

    .header-nav{
        margin-left: auto;
    }
    .dbtn-mobile-none{
        display: none;
    }
    .dbtn-mobile-block{
        display: block !important;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    #main {
        margin-top: 70px;
    }
    .sidebar {
        top: 70px;
    }
    .profile-img-box{
        display: block;
    }
    .profile-img-box img{
        max-width: 80px;
        min-width: 80px;
        height: 80px;
        margin-top: -60px;
    }
}
@media screen and (max-width: 425px) {
}
@media screen and (max-width: 375px) {
    .filter-title{
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 320px) {
}
