
@media (min-width: 1740px) {
    /*.user_info .user_middle {
        width: 80%;
    }*/
}

@media(max-width:1180px) {
    .search-r-box .search-hover .search-profile {
        left: 10px;
    }

    .search-r-box .search-hover .search-profile {
        width: 75px;
        height: 75px;
    }

    .search-r-box .search-hover h4,
    .search-r-box h4 {
        font-size: 25px;
    }

    .search-r-box p,
    .search-r-box .search-hover p {
        margin-top: 10px;
    }

    .search-hover .sr-btn .w_btn {
        display: inline-block;
    }

    .sr-content-section h2 {
        font-size: 30px;
    }
}


@media(max-width:1024px) {
    .messages_page .middle_section {
        margin: 20px 0;
        border: none;
        height: calc(100% - 50px);
    }
}

@media screen and (max-width: 991px) {
    /*.cbp-form .inline-group .form-group {
        width: auto;
        padding: 0;
        padding-right: 15px;
    }

    .mob_mt_20 {
        margin-top: 20px;
    }*/
    .header .nav > li {
        padding: 0;
    }

    .help-sidebar {
        z-index: 8;
    }

    .register-box h2 {
        font-size: 23px;
        line-height: 28px;
    }

    .register-box .register-text {
        min-height: auto;
    }

    .master-payment .master-left {
        width: 100%;
    }

    .header-navigation .header-right .login-links li {
        display: inline-block;
        margin: 15px 10px 0 0px;
    }

    .header-navigation .header-right .login-links .loing-btn {
        display: inline-block;
    }

        .header-navigation .header-right .login-links .loing-btn a {
            min-width: 60px;
        }

    .header-right .login-links {
        text-align: center;
    }

    .header-right .login-links li a {
        min-width: inherit;
        font-size: 14px;
    }

    .header-login.header-right .login-links .loing-btn a {
        font-size: 12px;
    }

    .footer-row .footer-col {
        width: 19%;
    }

    .header .nav > li > a {
        padding: 20px 0;
    }

    .header .nav {
        padding: 0px 30px 0px;
    }

    .header-navigation .header-right {
        padding: 15px 20px;
    }
    .tk-btns .btn{
        margin-bottom:15px;
    }
    .m-menu{
        right:20px;
    }
    .header .nav .submenu > li > a {
        padding: 17px 30px 17px 50px;
    }
    .view-all .btn{
        height:auto;
    }
    .carerTermReq .cca-profile-info {
        margin-top: 0px;
    }
}


 
@media(max-width:768px) {

    .task_creation_page {
        width: 90%;
        overflow-x: hidden;
    }

    .mdtp__wrapper {
        top: 40% !important;
    }
    .calendarSec {
        display: block;
    }

    .carePlan .careTask {
        display: block;
    }

    .care_tab.profile-nav {
        width: 100%;
    }

    .calendar-table .calendar-header-day {
        padding: 2px 3px;
    }

    .main-banner {
        background-position: -245px 0;
    }

    .main-banner .banner-btn a {
        padding: 8px 10px 10px;
        background: #FF008D;
        color: #fff !important;
        min-width: 115px;
    }
    .main-banner .banner-btn a:hover{
        line-height:normal;
    }

    .care_schedule_section #miniCalendar .datepicker {
        text-align: center;
        margin: 0 auto;
    }
    
    .main-banner .banner-btn a:last-child{
        margin-right:0;
    }
    .chat_panel{
        display:block;
        height:auto;
    }
    .user_list{
        max-height:300px;
        height:auto;
    }
    .right_section .user_control{
        height:auto;
    }
    .messages_page .left_section{
        width:100%;
    }
    .messages_page .middle_section {
        height:50vh;
    }
    .account-notification .inline-group .form-group {
        margin-bottom: 20px;
        padding-right: 0;
    }

    .account-notification .user-account-form.common-form .form-control {
        min-width: 200px;
    }
    .account-notification .user-account-form.common-form .form-group .form-label {
        display: block;
    }
    .account-notification .inline-group .form-group{
        padding-right:15px;
    }
    #chkboxmedication {
        margin-top: 0px;
    }
    .help-center .faq-list .faq-item a.faq-que {
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
    }
}



@media(max-width:767px) {
    .minimize-sidebar {
        height: 100vh;
        overflow: hidden;
    }

        .minimize-sidebar:after {
            content: '';
            position: fixed;
            top: 0;
            left: 0;
            background-color: rgba(0, 0, 0, 0.75);
            width: 100%;
            height: 100%;
            z-index: 99;
        }

    .msg-box {
        margin-top: 40px;
    }

    .medicalinfo_tabs .nav > li > a {
        padding: 7px 5px;
        font-size: 12px;
    }

    .medicalinfo_tabs .nav-pills {
        text-align: center;
    }

        .medicalinfo_tabs .nav-pills > li {
            float: none;
        }


    .care_tab .header-link > li a {
        font-size: 12px;
        padding: 15px 12px;
    }

    .carePlan .title h2 {
        font-size: 19px;
        line-height: 21px;
    }

    .task_tab_panel .add_new_task .btn {
        min-width: 90px;
    }

    .task_tab_panel .task_tab {
        margin-right: 10px;
    }

    .task_tab .repeated_task {
        padding: 7px 15px;
        font-size: 14px;
    }

    .repeat_task .form-group.and_label {
        margin: 0;
        text-align: center;
    }

        .repeat_task .form-group.and_label label {
            margin-bottom: 0;
        }

    .task_option .grid-item {
        width: 100%;
    }

    .mob_mt_20 {
        margin-top: 20px;
    }

    .dash_heading.d_flex {
        display: inline-block;
        width: 100%;
    }

    .care_setting .mt_25 {
        margin-top: 0;
    }

    .task_tab_panel .pink_btn {
        padding: 5px 7px;
        font-size: 12px;
    }

    .dash_heading h1 {
        font-size: 20px;
    }

    .carer_list_panel .login-header {
        top: 96px;
    }

    .schedule_current_carer {
        padding-top: 75px;
    }

    .care_schedule_section .schedule_btns .btn {
        margin-top: 8px;
    }

    .news-info p {
        max-width: inherit;
    }

    .mobile_display.d_flex {
        display: block;
    }

    .profile_complet {
        width: 100%;
    }

    .report_btn {
        text-align: center;
    }

        .report_btn .btn {
            min-width: inherit;
            height: auto;
            font-size: 14px;
        }

    .export_btn {
        text-align: center;
    }

    .cstm_inner_banner.inner-banner {
        height: 160px;
        margin-bottom: 80px;
        /* margin-top: 10px; */
        /* z-index: -1; */
        /*background-image: initial !important;*/
        overflow: inherit;
    }

    .cstm_inner_banner .banner-shape-image {
        position: absolute;
        width: 90%;
        /* height: 200px; */
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
    }

    .carers-service-section {
        padding: 40px 0;
    }

    .video-icon img {
        width: 60px;
    }

    .payment-detail .table-responsive > .table > tbody > tr > td {
        white-space: normal;
    }

    .carer_profile .cp-share li {
        width: 100%;
    }

    .carer_profile .print-share .b-share .share-social {
        left: inherit;
        top: -10px;
        right: 45px;
    }

    .footer-box .container {
        max-width: inherit;
    }

    .footer-row {
        display: block;
    }

        .footer-row .footer-col.footer-address,
        .footer-row .footer-col {
            width: 50%;
        }

    .info_Modal {
        display: block;
        margin-bottom: 0;
    }

        .info_Modal p {
            margin-left: 0;
            margin-bottom: 10px;
        }

    .inner-title {
        /*padding-top: 25px;*/
        margin-bottom: 0;
        border-bottom: none;
        padding-top: 35px;
    }

    .login-page .inner-title {
        padding-top: 0;
    }
    /*.service-list-section{
        margin-top: 20px;
    }*/
    .srl-right .srl-info .srl-text {
        max-width: 100%;
    }

    .srl-right .srl-info {
        top: 40%;
        left: 15%;
        width: 70%;
        bottom: 20px;
    }

        .srl-right .srl-info h4 {
            margin-bottom: 10px;
        }

    .task_creation_page {
        top: 40px;
        height: calc(100vh - 40px);
        width: 100%;
    }

    .slideView .task_creation_page.showpartial_view {
        width: calc(100% - 130px);
        top: 0;
    }

    .slide_section .left {
        width: 130px;
    }

    .slide_section .right {
        width: calc(100% - 130px);
    }

    .collapse_view {
        display: block;
    }

        .collapse_view .collpase_panel {
            width: 100%;
            margin: 0;
            margin-top: 20px;
        }

    .news-bg {
        border-radius: 0;
    }

    .news-info .date {
        font-size: 16px;
    }

    .news-info .btn {
        font-size: 14px;
    }

    .btn,
    .cummunity-detail .btn,
    .news-section.upcoming_events .view-all .btn,
    .cummunity-list .view-all .btn,
    .news-info .btn,
    .srl-right .srl-info .btn {
        border-radius: 15px;
    }

    .news-section.cummunity-list {
        padding: 0;
    }

    .cummunity-list .view-all {
        padding: 0 0 30px;
        border-top: none;
        border-bottom: 1px solid #d9d9d9;
    }

        .cummunity-list .view-all .btn {
            max-width: inherit;
            width: calc(100% - 40px);
            margin: 0 20px;
        }

    .news-section.upcoming_events .view-all .btn {
        width: 100%;
        max-width: inherit;
    }

    .how-it-work p {
        margin: 20px 0 35px;
        line-height: 30px;
    }

    .service-box .service-info p,
    .service-box .service-info h4 {
        height: auto;
    }

    .view-all {
        text-align: center;
    }

    .contact-detail {
        padding: 20px 40px 10px;
    }

        .contact-detail .section-title.contact_head {
            margin-top: 30px;
        }

        .contact-detail .section-title {
            margin: 0 0 15px;
        }

    .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .cummunity-list .view-all,
    .news-bg,
    .community-img {
        margin: 0 -20px;
    }

    .video-block {
        margin: 15px -20px 0px;
    }

    .inner-title h1 {
        margin-bottom: 30px;
    }

    .upcoming_events .inner-title h1 {
        margin-bottom: 30px;
        margin-top: 15px;
    }

    .advice_detail,
    .service-list-section {
        /*margin-top: 35px;*/
        margin-top: 0px;
    }

    .srl-right .srl-info .btn {
        max-width: 160px;
        font-size: 14px;
    }


    .service-detail-left h1 {
        margin-bottom: 20px;
    }

    .care-plan h2,
    .service-detail-left h1 {
        font-size: 26px;
    }

    .service-detail-left h5 {
        line-height: 30px;
    }

    .service-detail-left .sd-small {
        padding: 0 0 25px;
    }

        .service-detail-left .sd-small p {
            font-size: 20px;
            line-height: 30px;
        }

    .mob_center {
        text-align: center;
    }

    .cummunity-detail .btn {
        width: 200px;
    }

    .care-plan:before {
        background: transparent;
    }

    .care-plan {
        text-align: center;
        padding: 65px 0 30px;
    }

        .find-carer .btn,
        .care-plan .btn {
            max-width: 241px;
        }

    .find-carer h5 {
        font-weight: 700;
    }

    .register-col {
        margin: 0 -35px;
    }

        .register-col .register-box {
            border-radius: 0;
            padding: 30px 35px;
        }

        .register-col:first-child .register-box {
            margin-bottom: 0;
        }

    .login-page .inner-title h1 {
        font-size: 24px;
        margin-top: 20px;
    }

    .common-form .form-submit .submit-btn.loginBtn {
        max-width: 100%;
        width: 100%;
    }

    .login-form.common-form .from-two-col .form-group {
        margin-bottom: 20px;
    }

    .login-page .login-section .container {
        padding-right: 35px;
        padding-left: 35px;
    }

    .register-box h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .register-box .btn-box .btn {
        padding: 8px 10px;
        margin-right: 15px;
        min-width: 130px;
    }

    .register-box .btn-box:last-child .reg_btn {
        margin-right: 0;
        min-width: 130px;
    }

    .register-box .btn-box {
        display: flex;
        flex-wrap: wrap;
    }

    .register-box .register-text {
        margin-bottom: 20px;
    }

    .reg-form .group-border {
        border-bottom: none;
    }

    .common-form .form-submit .submit-btn.clientRegister,
    .reg-form .form-group .submit-btn {
        width: 100%;
        max-width: 100%;
        border-radius: 15px;
    }

    .inline-checkbox .medium_checkbox {
        display: inline-block;
    }

    .tk-page {
        background: none;
        padding: 40px 0 30px;
    }

    .tk-btns .btn {
        margin: 0 0 15px;
        max-width: 290px;
    }

    .activecare_plan {
        height: calc(100vh - 155px);
    }

    .help-header {
        display: none;
    }

    .special-care .section-title h2 {
        font-size: 24px;
    }

    .special-care .section-title p {
        font-size: 16px;
    }

    .footer-address address br {
        display: block;
    }

    .footer_page .inner-title h1 {
        margin-bottom: 0;
    }

    .footer_page .inner-title {
        margin: 0;
        padding-bottom: 0;
    }

    .usefull-link-section {
        padding: 30px 15px;
    }

    .crp-ritem .rvw-info .rvw-rating {
        margin-top: 0;
        margin-bottom: 7px;
    }

    .crp-review .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
        text-align: left;
    }

        .crp-review .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
            left: 0;
            right: inherit;
        }

    .crp-ritem .rvw-info .rvw_date {
        margin: 8px 0 4px;
    }

    .account-notification .inline-group .form-group {
        padding-right: 0px;
    }

    .account-notification .user-account-form.common-form .form-control {
        min-width: inherit;
        width: 100%;
    }

    #profile .pl_30 {
        padding-left: 0;
    }

    .sr-dropdown .srd-item {
        margin-bottom: 10px;
    }

    .care_record .user-account-form {
        padding-right: 20px;
    }

    .final_select .select2-container .select2-selection,
    .reg-form .form-group .form-control#County,
    .reg-form .form-group .form-control#Country, .reg-form .form-group .form-control#Town, .reg-form .form-group .form-control#Street, .reg-form .form-group .form-control#HouseNumber {
        min-width: inherit;
    }

    .msearch-footer .btn {
        min-width: 150px;
        width: auto;
        font-size: 16px;
        border-radius: 10px;
    }

    .carer-profile-page .back_btn {
        text-align: right;
    }

    .back_carer {
        position: inherit;
        top: -15px;
        margin-bottom: 5px;
    }

    .srl-row .srl-item:last-child {
        margin-bottom: 40px;
    }

    .rs-tooltip {
        min-width: 30px !important;
        height: 19px !important;
        /*left: 15px !important;*/
        font-size: 11px !important;
        padding: 1px 2px 0 !important;
    }

    .rs-container {
        margin: 0 15px;
    }

    .sr-pagination .peg-nav {
        width: 100%;
        margin-bottom: 10px;
    }

    .searchResultPagination.sr-pagination .left-arrow,
    .searchResultPagination.sr-pagination .right-arrow {
        min-width: auto;
        padding: 7px 8px;
    }

        .searchResultPagination.sr-pagination .left-arrow span,
        .searchResultPagination.sr-pagination .right-arrow span {
            /*display:none;*/
        }

        .searchResultPagination.sr-pagination .left-arrow img {
            margin-right: 5px;
        }

        .searchResultPagination.sr-pagination .right-arrow img {
            margin-left: 5px;
        }

    .searchResultPagination.sr-pagination .peg-nav li span {
        padding: 5px 10px;
    }

    .info_LiveInRates.rate_modal .d_flex  {
        display:block;
    }

    .info_LiveInRates.rate_modal .d_flex p {
        margin-top:10px;
    }
    .info_LiveInRates.rate_modal .d_flex p:before {
        display:none;
    }
}
@media(max-width:480px) {
    .calendar-table .calendar-header-day {
        padding: 2px 1px;
        font-size: 12px;
    }

    .sr-pagination {
        width: 100%;
        padding:45px 0 0;
    }

    .sr-pagination .peg-nav {
        margin: 0;
    }

    .sr-pagination .left-arrow, .sr-pagination .right-arrow {
        /*float: none;*/
    }

    .header-color .color-block {
        min-width: 320px;
    }
    .sr-page .sr-pagination{
        padding-top:0;
    }
}

@media(max-width:320px) {
    .msearch-footer .btn {
        min-width: 150px;
    }
}