/*////////////////////////////////////////////////////// Responsive CSS Structure //////////////////////////////////////////////////////*/

@media (min-width: 1800px) and (max-width: 1899px) {}


@media (min-width: 1300px) {
    .container {
        max-width: 1240px;
    }

}

@media (min-width: 1200px) {
    .application-consultation .container {
        max-width: 1040px;
    }

}

@media (min-width: 1600px) and (max-width: 1699px) {

    .dataTables_wrapper .dataTables_filter label {
        width: 65%;
    }

}

@media (min-width: 1500px) and (max-width: 1599px) {

    .dataTables_wrapper .dataTables_filter label {
        width: 63%;
    }

}

@media (min-width: 1400px) and (max-width: 1499px) {

    .trip-plan .trip-column {
        width: 23%;
    }

    .dataTables_wrapper .dataTables_filter label {
        width: 58%;
    }

}

@media (min-width: 1300px) and (max-width: 1399px) {

    .trip-plan .trip-column {
        width: 23%;
    }

    .dataTables_wrapper .dataTables_filter label {
        width: 55%;
    }

}

@media (min-width: 1200px) and (max-width: 1299px) {
    .trip-plan .trip-column {
        width: 23%;
    }

}


@media (min-width: 992px) and (max-width: 1199px) {
    .btn {
        padding: 10px 25px;
        border-radius: 15px;
    }
}


@media (min-width: 992px) {

    .sidebar .close,
    .navbar-toggler {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {


    .com-sidebar {
        width: 100%;
    }

    .header {
        padding: 10px 30px;
    }

    .dashboard .nav-tabs .nav-link {
        font-size: 13px;
        line-height: 16.94px;
        padding: 8px;
    }

    .comment-feed-main {
        padding: 90px 15px 50px;
    }

    .comment-feed-sidebar.section-title {
        font-size: 22px;
        line-height: 24px;
    }

    .comment-feed-main .conversation-chat {
        padding: 20px 10px;
    }

    .comment-feed-main .conversation-chat .chat-messages .right-chat {
        padding-left: 20px;
    }

    .comment-feed-main .conversation-chat .chat-messages .left-chat {
        padding-right: 20px;
    }

    .comment-feed-sidebar {
        padding: 15px;
    }

    .comment-feed-main .type-messages .search .btn {
        padding: 10px 39px;
        margin-left: 0;
        margin-top: 20px;
    }

    .comment-feed-main .type-messages .search {
        display: block;
    }

    .comment-feed-sidebar .nav-tabs .nav-link {
        padding: 6px;
        font-size: 14px;
        line-height: 14px;
    }
}

@media (max-width: 767px) {
    .navbar-brand img {
        width: 150px;
    }

    .btn {
        padding: 10px 25px;
        border-radius: 15px;
    }

    .header {
        padding: 10px;
    }

    .send-msg ul {
        display: block;
    }

    .send-msg ul li {
        padding-bottom: 10px;
    }

    .content {
        padding: 97px 20px 0;
    }

    .staff-header .sub-head {
        display: block;
        align-items: center;
        padding: 15px 0;
    }

    .accordion-button {
        padding-left: 30px;
        font-size: 13px;
        line-height: 18px;
    }

    .accordion-button:before,
    .accordion-button::after {
        height: 25px;
        width: 25px;
    }

    .selected-service .accodian-header {
        position: relative;
        padding-right: 0;
    }

    .selected-service .service-btn ul {
        margin-left: 0;
    }

    .service-days .days ul li {
        padding-bottom: 5px;
    }

    .selected-service .service-btn {
        display: flex;
        position: relative;
        right: auto;
        top: auto;
    }

    .print-btn a {
        display: inline-block;
    }

    .login-main {
        min-height: calc(100vh - 170px);
    }

    .section-title {
        font-size: 30px;
        line-height: 32px;
        padding: 0 0 25px;
    }

    .section-title span {
        font-size: 16px;
        line-height: 20px;
        margin: 14px 0 0;
    }

    .btn-blue {
        padding: 16px 100px;
        border-radius: 40px;
        font-size: 16px;
        line-height: 20px;
    }

    .login-main .next-btn .btn {
        padding: 16px;
    }

    .service-main .row {
        margin: 0 -12px;
    }

    .service-main [class*=col-] {
        padding: 0 12px 24px;
    }

    .service-block {
        padding: 10px;
    }

    .service-block p {
        font-size: 14px;
        line-height: 20px;
    }

    .service-block h6 {
        font-size: 16px;
        line-height: 26px;
    }

    .footer .logo img {
        width: 150px;
    }

    .form-control {
        padding: 15px;
        height: 55px;
        font-size: 18px;
        line-height: 25px;
    }

    .date-select .row {
        margin: 0 -12px;
    }

    .date-select [class*=col-] {
        padding: 0 12px 24px;
    }

    .patient-name span {
        font-size: 18px;
    }

    .patient-name {
        padding: 0 0 24px;
    }

    .patient-detail p {
        font-size: 14px;
        line-height: 20px;
    }

    .patient-name h6 {
        font-size: 18px;
        line-height: 24px;
        margin: 15px 0 10px;

    }

    .patient-detail-block ul {
        padding: 0 0 20px;
    }

    .patient-detail-block ul li h6 {
        width: 100%;
        max-width: 100%;
        margin: 0 0 8px;
    }

    .patient-detail-block ul li {
        padding: 0 0 20px;
        display: block;
        font-size: 16px;
        line-height: 23px;
    }

    .patient-box {
        padding: 10px;
    }

    .patient-detail-block table tr td {
        font-size: 14px;
        line-height: 18px;
        white-space: nowrap;
    }

    .patient-detail-block table tr td:last-child {
        font-weight: 400;
        padding-left: 10px;
    }

    .patient-detail-block h3 {
        font-size: 20px;
        line-height: 25px;
        margin: 0 0 14px;
    }

    .care-provider ul {
        margin: 0;
    }

    .reply-block .btn {
        margin-top: 10px;
    }

    .dashboard-table {
        margin-top: 0;
    }

    .dataTables_wrapper .dataTables_filter .form-control {
        width: 100%;
        margin: 0 0 15px;
    }

    .dataTables_wrapper .dataTables_filter {
        display: block;
        align-items: center;
        justify-content: flex-end;
        padding: 0 0 24px;
    }


    .com-sidebar {

        width: 100%;
    }

    .refer-block {
        padding: 0 0 15px;
    }

    .step-data ul li a {
        font-size: 12px;
        line-height: 19px;
        padding: 8px;
    }

    .step-data ul li>a:after,
    .step-data ul li>a:before {

        border-width: 17px;
    }

    .step-data ul li {
        max-width: 30%;
        flex: 0 0 30%;
    }

    .contact-refer .c-head {

        display: block;
    }

    .step-data ul li:nth-child(2) {
        max-width: 40%;
        flex: 0 0 40%;
    }

    .step-data ul li>a:after {
        top: -4px;
        z-index: 1;
        border-left-color: white;
        border-width: 21px;
        right: -2px;
    }

    .modal-content {
        padding: 15px;
    }

    .contact-person-block label {
        min-height: auto;
    }

    .application-consultation .top-header .logo img {
        width: 100px;
    }

    .application-consultation .top-header p {
        font-size: 13px;
    }

    .consultation-section .form-group span {
        font-size: 14px;
    }

    .dashboard .nav-tabs .nav-link {
        font-size: 13px;
        line-height: 16.94px;
        color: #156AFF;
        padding: 8px;
        max-width: 33.33%;
        flex: 0 0 33.33%;
        border-radius: 0 !important;
    }

    .comment-feed-main {
        padding: 90px 15px 50px;
    }

    .comment-feed-sidebar.section-title {
        font-size: 22px;
        line-height: 24px;
    }

    .comment-feed-main .conversation-chat {
        padding: 20px 10px;
    }

    .comment-feed-main .conversation-chat .chat-messages .right-chat {
        padding-left: 20px;
    }

    .comment-feed-main .conversation-chat .chat-messages .left-chat {
        padding-right: 20px;
    }

    .comment-feed-sidebar {
        padding: 15px;
    }

    .comment-feed-main .type-messages .search .btn {
        padding: 10px 39px;
        margin-left: 0;
        margin-top: 20px;
    }

    .comment-feed-main .type-messages .search {
        display: block;
    }

    .comment-feed-sidebar .nav-tabs .nav-link {
        padding: 6px;
        font-size: 14px;
        line-height: 14px;
    }
}


/*---------- Small Mobile , IPhone Start ----------*/

/*=== Screen Size = 240, 320, 360, 480, 568 ===*/


@media (max-width: 991px) {
    .sidebar {
        right: auto;
        -webkit-transform: translateX(-110%);
        transform: translateX(-110%);
        -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0, 1);
        transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0, 1);
        transition: transform 0.6s cubic-bezier(0.8, 0, 0, 1);
        transition: transform 0.6s cubic-bezier(0.8, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0, 1);
        box-shadow: -3px 0 8px 0 rgba(66, 91, 118, 0.21);
        -webkit-box-shadow: -3px 0 8px 0 rgba(66, 91, 118, 0.21);
        -moz-box-shadow: -3px 0 8px 0 rgba(66, 91, 118, 0.21);
        -ms-box-shadow: -3px 0 8px 0 rgba(66, 91, 118, 0.21);
        -o-box-shadow: -3px 0 8px 0 rgba(66, 91, 118, 0.21);
        z-index: 999;
        width: 280px;
        padding: 40px 20px;
        margin: 0;
    }

    .sidebar.open {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .dashboard .row {
        margin: 0 -12px;
    }

    .dashboard [class*=col-] {
        padding: 0 12px;
    }

    .dash-block {
        margin: 0 0 15px;
    }

    .wrapper {
        padding: 100px 20px 50px;
    }

    .sidebar .logo img {
        width: 150px;
    }

    table.dataTable tbody th,
    table.dataTable tbody td {
        padding: 10px 10px;

        white-space: nowrap;
    }
}


@media (max-width: 374px) {}


@media (min-width: 240px) and (max-width: 575px) {}

/*---------- Large Desktop , Large Screen End ----------*/