header.other_header .logo-white {
    display: none;
}

@media (max-width: 991px) {
    header.other_header {
        background: #690f7f;
    }

    header.other_header .logo-white {
        display: block;
    }

    header.other_header .logo {
        display: none;
    }

    header.other_header .right .dropdown,
    header.other_header .right .dropdown .dropdown_a,
    header.other_header .right .login {
        color: #690f7f;
    }

    header.other_header .right .burger span {
        background: #fff;
    }

    .contextual-search-container .col-md-12 {
        padding: 0;

        display: flex;
        flex-direction: column-reverse;
    }

    .contextual-search-container .col-md-12 .baner_on_page {
        margin: 0 0 15px;
        display: block;
        width: 100%;
        float: none;
        overflow: inherit;
    }

    .contextual-search-container .col-md-12 .search_wrap {
        padding: 15px;
    }

    .search_klinik .toggle_filter_form_btn {
        display: table;
        font-size: 18px;
        font-family: Gotham Pro Light, sans-serif;
        line-height: 40px;
        background: #1292d3;
        padding: 0 40px;
        color: #fff;
        margin: 15px 0 0;
        text-align: center;
    }

    .search_klinik .toggle_filter_form_btn i {
        display: none;
    }
}

@media (max-width: 991px) {

    .contextual-search-container {
        margin-top: 0;
    }

    header.other_header .logo-white {
        display: inline-block;
        float: left;
        max-width: 120px;
        margin-top: 5px;
    }
}

@media (max-width: 991px) {
    .search_klinik .toggle_filter_form_btn {
        border-radius: 4px;
    }

    header.other_header .right .dropdown, header.other_header .right .dropdown .dropdown_a, header.other_header .right .login {
        color: #fff;
    }
}
.search_review .row .item .txt .review_text{
    overflow: hidden;
    text-indent: 25px;
    max-height: none;
}

@media (max-width: 767px) {

    .breadcrumbs .breadcrumb {
        display: none;
    }

    .search_klinik .toggle_filter_form_btn {
        margin: 5px 0 0;
    }

    .notifications-dropdown .notifications-dropdown-menu {
        left: -300%;
    }

    #clinicAppointmentsModal .previous-step-btn,
    #clinicAppointmentsModal .next-step-btn,
    #clinicAppointmentsModal .add-new-appointment-btn {
        padding: 0 20px;
    }

    .tab-section{
        padding: 0;
    }
    .search_klinik .search_klinik_main .tab-section_search .tab_menu{
       margin-bottom: 0;
    }
    .search_klinik{
        padding-bottom: 0;
    }

    .search_review .row .item .txt .review_text{
        padding: 5px;
    }
}

.notifications-dropdown-menu {
    height: 350px;
    width: 215px;
    padding-bottom: 20px;
    overflow-x: hidden;
    overflow-y: auto;
}

.notifications-dropdown-menu li {
    font-size: 12px;
}

.notifications-dropdown-menu li > a {
    white-space: normal;
}

.notifications-dropdown .dropdown_a {
    text-decoration: none !important;
}

@media (max-width: 991px) {
    header.other_header .logo-white {
        margin-top: 2px;
    }
    .room .tab-section .tab_menu li {
        width: 290px !important;
    }
}

.new-chat-messages-count {
    position: absolute;
    top: 10px;
}

.clinic-doc-archive-item {
    border: 2px solid #290333;
    border-radius: 5px;
    padding: 30px;
    background: #fff;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 8px 8px 0 rgba(42,0,51,.1);
    box-shadow: 0 8px 8px 0 rgba(42,0,51,.1);
    height: 200px;
}

.clinic-doc-archive-item .avatar-container {
    margin-right: 20px;
}

.clinic-doc-archive-item .avatar-container .thumb {
    width: 125px;
}

/*.datetimepicker-days .day:not(.disabled) {
    background-color: rgba(41, 168, 71, 0.75);
    color: #ffffff;
}*/

.modal-content{
    background: #690f7f;
    color: #fff;
}

.modal-content .modal-header{
    text-align: center;
    /*padding: 30px 15px;*/
}

.modal-header {
    /*border-bottom: 1px solid rgba(0,0,0,0.15);*/
    border-bottom: none;
}

.modal-footer {
    /*border-top: 1px solid rgba(0,0,0,0.15);*/
    border-top: none;
}

.modal-content .modal-header .close{
    color: #fff;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
}
.modal-content .modal-header .modal-title{
    font-family: Gotham Pro Bold,sans-serif;
    font-size: 24px;
}

.modal-content .modal-body{
    /*padding: 40px 15px;*/
}
.modal-content .modal-body .form-control{
    line-height: 50px;
    height: auto;
    padding: 0 15px;
    outline: none !important;
    border: none;
}
.modal-content .modal-body .form-group{
    margin-bottom: 15px;
}
.modal-content .modal-body .form-group label{
    display: block;
    padding-bottom: 15px;
}

.modal-content .modal-body .select2-container--default .select2-selection--single{
    height: auto;
    line-height: 50px;
    display: block;
    font-size: 18px;
    outline: none;
}
.modal-content .modal-body .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 50px;
}

.modal-content .modal-body .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 12px;
}

.modal-content .modal-body .clinic_doctor_card .panel-footer{
    color: #222;
}

.modal-footer .btn.btn-blue {
    margin: 0 auto;
}

#clinicAppointmentsModal .modal-footer {
    text-align: center;
}

.modal-content .panel {
    color: #222;
}

.check_in_with_soc ul li.telegram {
    background: #0088cc;
}

.gm-style-iw {
    width: 200px !important;
    min-width: 200px !important;
}

.gm-style-iw-d {
    width: 180px !important;
    min-width: 180px !important;
}

.item_doc .rateYo.jq-ry-container,
.klinik_card .rateYo.jq-ry-container {
    margin: 0 auto;
}

#alertModal.modal {
    z-index: 9999;
}

@media (min-width: 768px) {
    .modal-dialog {
        max-width: 500px;
    }
}

@media (max-width: 767px) {

    .modal-content .modal-header {
        padding: 10px 20px;
    }

    .modal-content .modal-footer {
        padding: 10px;
    }

    .modal-content .modal-body {
        padding: 10px;
        font-size: 14px;
    }

    .modal-content .modal-header .modal-title {
        font-size: 14px;
    }

    .tab-section .tab-content #novosti.tab-pane .item .txt .title,
    .tab-section .tab-content #aktsii.tab-pane .item .txt .title,
    .tab-section .tab-content #skidki.tab-pane .item .txt .title {
        font-size: 14px;
    }

    .search_klinik .search_doctor .item_doc {
        padding: 8px;
    }
}

.single_news .read_also .item .img {
    max-height: 130px !important;
}

.easy-autocomplete-container {
    z-index: 99;
}

@media (max-width: 420px) {
    .search_klinik .search_doctor .item_doc .middle h5 {
        font-size: 14px;
    }
}

#clinic_doctors_block .item_doc .middle p span {
    font-family: Gotham Pro Bold,sans-serif;
    display: block;
    color: #2479c8;
}

.copy-image-caption {
    margin-top: 10px;
    margin-bottom: 15px;
}

.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover,
.datetimepicker table tr td span.disabled,
.datetimepicker table tr td span.disabled:hover {
    color: #FFC0CB;
}

.statistics-col {
    color: #690f7f;
}

.modal-dialog {
    text-align: center;
}

.clinic_doctor_card .doc_name {
    font-size: 11px;
}

.no-padding {
    padding: 0;
}

.heart {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

footer .top .foot_colum {
    padding-right: 1px;
}