﻿@charset "utf-8";
/* font-family: 'Noto Serif', serif; */
/*font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;*/
li {
    list-style: none;
}

body {
    font-family: 'Noto Serif', serif;
}

p {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
}

* {
    box-sizing: border-box;
}
/*common*/
.btn.blue-btn {
    background: #001041;
    border: 1px solid #001041;
    color: #fff;
    padding: 5px 20px;
}

.btn.blue-btn-bordered {
    color: #001041;
    border: 1px solid #001041;
    border-radius: 5px;
}

.btn.lg {
    padding: 12px 30px;
    font-weight: bold;
}

input:not[type="checkbox"], button, select, input:focus, button:focus, select:focus, input:active, button:active, select:active, input.form-control, input.form-control:focus, input.form-control:active, textarea.form-control, textarea.form-control:focus, textarea.form-control:active {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    box-shadow: none;
}

img {
    max-width: 100%;
}

/*header*/
header.header {
    background: #00022d;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    position: relative;
    z-index: 9;
}

.menu-sec ul {
    display: flex;
    float: right;
    margin: 20px auto;
    align-items: center;
}

    .menu-sec ul li a {
        display: inline-block;
        padding: 5px 15px;
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        /*text-transform: uppercase;*/
    }

    .menu-sec ul li.brdrd a {
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 5px 30px;
    }

        .menu-sec ul li.brdrd a:hover {
            border: 1px solid #F5D070;
        }

    .menu-sec ul li.active a, .menu-sec ul li:hover a {
        color: #F5D070;
    }

/*login*/
.modal-backdrop.show {
    opacity: 0.8;
    background-color: #09131c;
}

.modal-header {
    border: 0;
    padding: 20px 40px 40px;
}

.modal-body {
    padding: 10px 40px 0;
}

form .form-control {
    height: 50px;
    padding: 5px 15px;
    font-size: 14px;
}

    form .form-control:focus {
        border: 1px solid #576d2d;
    }

form label {
    font-size: 14px;
    color: #333;
    font-weight: 400;
}

.modal-title {
    font-size: 24px;
    display: inline-block;
    width: 100%;
    font-weight: 800;
}

.modal-header .close {
    position: absolute;
    right: 40px;
    top: 45px;
    top: 40px;
    background: url(../images/icon-clear.png) no-repeat center center / cover;
    width: 21px;
    height: 20px;
    padding: 0;
    opacity: 1;
}

.modal-content {
    border-radius: 10px;
}

.form-group a {
    color: #001041;
    float: right;
    font-size: 14px;
}

.modal-body .form-group.col-6 label {
    font-size: 16px;
}

.login-btn {
    width: 100%;
    padding: 12px 20px;
    background: #001041;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    border-radius: 3px;
    border: 0;
    box-shadow: 0 2px 3px rgba(0,0,0,.5);
}

.singup-link {
    text-align: center;
    font-size: 14px;
    padding: 15px 0;
}

    .singup-link a {
        float: none;
        display: inline-block;
        color: #001041;
    }

#signup .modal-dialog, #addTask .modal-dialog, #PaymentModal .modal-dialog, #EstimateModal .modal-dialog, #InvoiceModal .modal-dialog {
    max-width: 600px;
}

#signup .login-btn {
    margin: 10px 0;
}

.profile-banner {
    position: absolute;
    left: 0;
    right: 0;
    height: 135px;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .profile-banner img {
        max-width: none;
    }

.modal .image-placeholder {
    width: 110px;
    height: 110px;
    background-size: 40px;
}

.modal .upload-sec {
    margin: 80px auto 0;
}

.modal-header h5 {
    width: 100%;
}

#forgot-pass .modal-header {
    display: inline-block;
}

#forgot-pass p {
    font-size: 16px;
    padding: 0 0px;
    color: #777;
    margin: 20px auto 0;
}

#forgot-pass .modal-body {
    padding: 20px 40px 40px;
}

#forgot-pass .login-btn {
    margin: 10px auto 0;
}



.arrows {
    position: absolute;
    right: 25px;
    z-index: 99;
    bottom: 80px;
}

a.carousel-control {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 50%;
    text-align: center;
    line-height: 2;
    margin: 0 5px;
}

    a.carousel-control.right {
        background: url(../images/arrow-right.png) no-repeat center center;
    }

    a.carousel-control.left {
        background: url(../images/arrow-left.png) no-repeat center center;
    }

.sqr-img.brdr {
    width: 255px;
    height: 255px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-sec .sqr-img {
    margin: 0 auto 20px;
}

.sqr-img.brdr img {
    max-width: 90%;
    max-height: 90%;
}

.slider-section {
    position: relative;
}

    .slider-section .carousel-inner:before { /*content: ""; display: inline-block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index:1;*/
    }

    .slider-section .carousel-inner:before { /*background: -moz-linear-gradient(top,  rgba(0,16,65,0) 0%, rgba(0,8,34,1) 100%); background: -webkit-linear-gradient(top,  rgba(0,16,65,0) 0%,rgba(0,8,34,1) 100%); background: linear-gradient(to bottom,  rgba(0,16,65,0) 0%,rgba(0,8,34,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00001041', endColorstr='#000822',GradientType=0 );*/
    }

.search-sec { /*padding: 12px 0; z-index: 9; position: absolute; bottom: 70px; max-width: 1140px; left: 0; right: 0; margin: auto; display: flex; flex-wrap:wrap;*/
}

    .search-sec h3 {
        color: #001040;
        font-weight: bold;
        font-size: 39px;
    }

    .search-sec p {
        color: #333;
        font-size: 24px;
        font-style: italic;
    }


.search-bar {
    display: flex;
    background: #fff;
    padding: 0;
    border-radius: 10px;
    flex: 0 0 100%;
    width: 100%;
    box-shadow: 0 20px 33px -17px #ddd;
    border: 1px solid #ddd;
}

input.search-text {
    height: 58px;
    padding: 8px 20px 8px 50px;
    border-radius: 9px 0 0 9px;
    border: 0;
    width: 54%;
    background: #fff url(../images/icon-search.png) no-repeat 10px 50%;
}

.select-drop {
    padding: 8px 20px;
    border-radius: 0;
    border: 0;
    width: 34%;
    border-left: 1px solid #ccc;
    background: url(../images/icon-arrow-down.png) no-repeat 95% 50% / 25px #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.search-bar .btn.blue-btn {
    border-radius: 0 9px 9px 0;
    padding: 8px 40px;
}


.popular-sec .container, .category-sec .container, .service-sec .container, .testimonials-sec .container, .article-sec .container, .get-in-touch-sec .container, .faq-sec .container, .contact-sec .container {
    padding: 50px 0;
}

.popular-sec a h4.h4 {
    color: #001041;
    text-decoration: none;
}

.popular-sec a {
    text-decoration: none;
}

/*section .container { border-bottom: 1px solid #ededed;}*/
h3.h3 {
    font-weight: bold;
    font-size: 38px;
    color: #001041;
}

h4.h4 {
    font-size: 14px;
    font-weight: bold;
}

.ratings {
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 125px;
}

span.star {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/star.png) no-repeat center center;
    vertical-align: middle; /*margin-top: -2px;*/
}

.category-sec h3 {
    margin: 0 auto 40px;
}

.category-sec .col {
    text-align: center;
    min-width: 15%;
    max-width: 195px;
    margin-bottom: 20px;
}

.category-sec a.circle {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: 0 auto 10px;
}

.category-sec h5 {
    font-size: 12px;
    font-weight: bold;
}

.category-sec .col {
    padding: 0 5px;
}

a.circle.blue-sec {
    background: #001041;
    border: 1px solid #001041;
}

    a.circle.blue-sec h5 {
        margin: 0;
        font-size: 15px;
        color: #fff;
    }

section.testimonials-sec {
    background: url(../images/testimonials-bg.png) no-repeat center center / cover;
}

.testimonials-sec .container {
    border: 0;
}

.wht-box {
    display: inline-block;
    background: #fff;
    border-radius: 8px;
    text-align: center;
    padding: 20px;
    position: relative;
}

    .wht-box:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #ffffff;
        border-width: 10px;
        margin-left: -10px;
    }

.user {
    text-align: left;
    padding: 20px 0;
    color: #fff;
    display: inline-block;
    width: auto;
}

.user_img {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    vertical-align: middle;
    float: left;
    background: #ccc;
    margin-right: 20px;
}

.user strong, .user small {
    display: inline-block;
    width: calc(100% - 70px);
}

.testimonial.col {
    text-align: center;
}

.item a .h5 {
    color: #000;
    font-weight: bold;
}

.item a {
    color: #666;
    text-decoration: none;
}

.item span {
    font-size: 14px;
    margin: 0 auto 7px;
    display: inline-block;
}

#demos .item {
    margin: 20px auto;
}

    #demos .item .wht-sec {
        background: #fff;
        display: inline-block;
        width: 100%;
        padding: 15px;
    }

    #demos .item:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    }

#demos figure {
    margin: 0;
}

.owl-carousel .owl-stage-outer {
    padding: 0 0px;
}

.prdct-sec .container {
    border: 0;
    padding: 0;
}

#demos .owl-nav {
    position: absolute;
    top: 28%;
    width: 100%;
    z-index: 2;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    display: inline-block;
    position: absolute;
    right: -20px;
    width: 40px;
    height: 40px;
    background: url(../images/right-arrow.png) no-repeat center center / 18px #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}

.owl-carousel .owl-nav button.owl-prev {
    right: auto;
    left: -20px;
    background: url(../images/left-arrow.png) no-repeat center center/ 18px #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}

.owl-carousel .owl-nav button span {
    display: none;
}

.owl-carousel button.owl-dot {
    background: none;
    border: 1px solid transparent;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin: 0 3px;
    line-height: 0;
}

    .owl-carousel button.owl-dot span {
        display: inline-block;
        width: 8px;
        height: 8px;
        background: #ccc;
        border-radius: 50%;
    }

.owl-dots {
    text-align: center;
}

button.owl-dot.active {
    border: 1px solid #ccc;
}

    button.owl-dot.active span {
        background: #000;
    }

.sqr-img.brdr img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    width: 100%;
}

section.get-in-touch-sec {
    background: #00022d;
    color: #fff;
}

.get-in-touch-sec input.email-text {
    background: #fff;
    border: 0;
    height: 45px;
    width: 300px;
    border-radius: 4px 0 0 4px;
    padding: 5px 20px;
    font-size: 13px;
    border: 1px solid #fff;
}

.get-in-touch-sec input.btn.subscribe {
    background: #C78E3B;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    border-radius: 0 4px 4px 0;
    border: 1px solid #fff;
}

.get-in-touch-sec .form-group {
    display: flex;
    justify-content: flex-end;
}

.get-in-touch-sec p {
    color: #fff;
}

.get-in-touch-sec .container {
    border: 0;
}

/*about us*/
.about-us-banner, .practitioner-banner {
    background: url(../images/about-bg.png) no-repeat center center;
    height: 340px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.practitioner-banner {
    background: url(../images/practitioner-bg-1.png) no-repeat center center / cover;
    align-content: center;
    height: 450px;
}

    .practitioner-banner h3.h3 small {
        max-width: 640px;
    }

    .practitioner-banner h3.h3 {
        flex: 0 0 100%;
    }

    .practitioner-banner small {
        margin: 10px auto;
    }

h3.h3.wht-txt {
    color: #fff;
}

    h3.h3.wht-txt small {
        font-size: 13px;
        display: block;
        line-height: 1.5;
    }
/*Footer*/
footer .row {
    padding: 50px 0;
    background: #fff;
}

footer h3 {
    font-size: 22px;
    font-weight: bold;
    color: #001041;
}

footer {
    color: #858585;
    font-size: 14px;
    line-height: 1.5;
    background: #fff;
}

    footer a {
        color: #858585;
        text-decoration: none;
        font-size: 14px;
        padding: 5px 0;
        display: inline-block;
    }

    footer .container-fluid {
        max-width: 90%;
    }

.fb_icon, .fb_icon2, .insta_icon, .tw_icon, .yt_icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #ccc;
    margin: 10px 5px 10px 0;
}

img.profile-ico {
    width: 100%;
}

img.horse-pic.customms-side {
    width: 20px;
}

img.appont-ment {
    width: 20px;
}

img.payment-pic {
    width: 22px;
}

img.logout-img {
    width: 22px;
}

img.head-appont {
    width: 20px;
}

.fb_icon {
    background: url(../images/facebook-icon.svg) no-repeat center center;
    background-size: 24px;
}

.fb_icon2 {
    background: url(../images/facebook-icon.svg) no-repeat center center;
    background-size: 24px;
}

.insta_icon {
    background: url(../images/instagram-icon.svg) no-repeat center center;
    background-size: 24px;
}

.tw_icon {
    background: url(../images/social_media.png) no-repeat 100% 0;
}

.yt_icon {
    background: url(../images/youtube.svg) no-repeat center center;
    background-size: 27px;
    width: 28px;
}

.social-sec ul {
    padding: 0;
}

    .social-sec ul li {
        display: inline-block;
    }

.social-sec span {
    display: inline-block;
    width: 100%;
    padding: 5px 0 5px 30px;
}

span.phone {
    background: url(../images/phone-icon.svg) no-repeat center left;
    background-size: 20px;
}

span.address {
    background: url(../images/location-icon-black.svg) no-repeat center left;
    background-size: 16px;
}

.count-sec {
    height: 250px;
    background: url(../images/count-bg.png) no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .count-sec h3 {
        text-align: center;
    }

.counters {
    text-align: center;
    color: #fff;
    margin: 30px auto 0;
}

    .counters h4 {
        font-weight: bold;
        font-size: 30px;
    }

    .counters span {
        font-size: 13px;
    }

    .counters .col-3, .counters .col-sm-3 {
        border-right: 1px solid #393963;
    }

.faq-section {
    float: left;
    width: 100%;
}

.accordion > .card > .card-header {
    background: url(../images/minus_sign.png) no-repeat 25px center #fff;
    padding-left: 60px;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
}

    .accordion > .card > .card-header.collapsed {
        background: url(../images/plus_sign.png) no-repeat 25px center #fff;
        color: #666;
        appearance: none;
        -webkit-appearance: none;
    }

.card, .card-header {
    border: 0;
}

/*Contact us*/
.contact-sec .d-flex {
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-sec .form-group {
    flex: 0 0 100%;
    position: relative;
    margin-bottom: 40px;
}

    .contact-sec .form-group.half {
        flex: 0 0 49%;
    }

textarea.form-control {
    height: 150px;
    resize: none;
}

.contact-sec form label {
    position: absolute;
    top: 13px;
    left: 15px;
    transition: all 0.3s;
}

.contact-sec form input:focus + label, .contact-sec form textarea:focus + label, .contact-sec form input.valid + label, .contact-sec form textarea.valid + label {
    top: -30px;
    left: 0;
}

.contact-sec .container {
    border: 0;
}

.search-bar-gry {
    background: #E3E3E3;
    padding: 10px;
    border-radius: 8px;
    flex: 1;
    display: flex;
    margin-top: -45px;
}

    .search-bar-gry input.form-control {
        height: 45px;
        border-radius: 4px 0 0 4px;
        border-right: 0;
        background: url(../images/icon-search.png) no-repeat 12px 50% #fff;
        padding-left: 45px;
    }

    .search-bar-gry select.form-control {
        height: 45px;
        border-radius: 0;
        background: url(../images/icon-arrow-down.png) no-repeat center right #fff;
    }

    .search-bar-gry .btn.blue-btn {
        border-radius: 0 4px 4px 0;
    }

input.checkbox {
    appearance: checkbox;
    -webkit-appearance: checkbox;
}

.filter-listings input.checkbox {
    opacity: 0;
}

.filter-listings ul {
    padding: 0 20px;
}

.filter-listings label:before {
    content: "";
    position: absolute;
    left: -25px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #D2D2D2;
    top: 3px;
}

.filter-listings label {
    position: relative;
}

.filter-listings input.checkbox:checked + label:before {
    background: #0E1132 url(../images/check-wht.png) no-repeat center center;
}

.filter-listings ul li {
    padding-left: 10px;
    color: #7E81A2;
}

.col-md-3.filter-listings {
    border: 1px solid #DEDEDE;
    padding: 0;
}

.filter-listings h4 {
    background: #001041;
    padding: 10px 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.search-bar-sec .container {
    border: 0;
}

.filter-listings h5.h5 {
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 600;
}

a.link {
    padding: 0 20px;
    color: #0E1132;
}

.col-right {
    display: flex;
    align-items: center;
}

.product-list-sec .col-right p {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
    color: #424242;
}

.product-list-sec select.dropdown {
    border: 1px solid #E7E6EF;
    padding: 2px 10px;
    vertical-align: middle;
    font-size: 14px;
    height: 35px;
    width: 130px;
    background: #fff url(../images/dropdown-icon.png) no-repeat center right 7px;
}

.product {
    margin-bottom: 50px;
}

    .product a {
        text-decoration: none;
        color: #212529;
    }

        .product a p {
            color: #858585;
        }

.inner-banner {
    background: #001041;
    height: 220px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.ratings-sec span img {
    display: inline-block;
    vertical-align: top;
}

.product-content h4.sm-heading {
    color: #001041;
    font-weight: 600;
}

.product-detail {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}

.practitioner-details, .privacy-sec, .settings-sec { /*background: #E5E5E5;*/
    background: #E6EFF4;
}

.product-content {
    padding-left: 30px;
}

.product-detail figure {
    border: 1px solid #ccc;
    border-radius: 2px;
    max-width: 220px;
}

.product-content p {
    color: #000000;
    font-size: 16px;
}

.ratings-sec {
    margin: 0 auto 20px;
}

.tabs-sec {
    background: #fff;
}

.tab-content {
    padding: 20px 30px 10px;
}

.photos-sec, .location-hours, .business-info, .reviews {
    padding: 20px 0px 10px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:hover {
    border: 0;
    border-bottom: 2px solid #001041;
    color: #001041;
    font-weight: bold;
}

.nav-tabs {
    border: 0;
    border-bottom: 1px solid #ddd;
}

    .nav-tabs a.nav-link, .nav-tabs a.nav-link:hover {
        padding: 20px 30px 10px;
        font-size: 18px;
        color: #4B4B4B;
        border: 0;
    }

.report-details_tab .nav-tabs a.nav-link, .report-details_tab .nav-tabs a.nav-link:hover {
    padding: 20px 24px 10px;
    font-size: 16px;
}

h3.sm-h3 {
    font-size: 20px;
    font-weight: bold;
    color: #001041;
    margin-bottom: 20px;
}

.location-hours h4 {
    font-size: 14px;
    font-weight: bold;
}

.location-hours ul {
    padding: 0;
}

    .location-hours ul li {
        font-size: 14px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 0 10px;
    }

span.dashes {
    display: inline-block;
    width: calc(100% - 240px);
    border-top: 1px dashed #ddd;
    height: 1px;
    margin-top: 1px;
}

ul.info-sec {
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.btns-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

h5.h5, a.h5 {
    color: #001041;
    font-weight: bold;
}

.reviews p {
    margin: 0px auto 0;
}

.review-box {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: flex;
    margin: 0 auto 20px;
}

.service-box {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: flex;
    margin: 0 auto 20px;
    align-items: center;
}

    .review-box h5.h5, .service-box h5.h5 {
        margin: 0;
        display: inline-block;
        vertical-align: middle;
    }

.review-box .dates {
    float: right;
}

.review-box .ratings {
    margin: 10px 0;
    min-width: 220px;
}

.btn-bordered {
    color: #001041;
    border: 1px solid #001041;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 5px;
    width: 160px;
    display: inline-block;
    text-align: center;
}

h5.sm-h5 {
    font-size: 14px;
    padding: 8px 0 0;
}
/*.tab-pane .btn.blue-btn { padding: 5px 25px;}*/
strong {
    margin: 0 auto 20px;
    display: inline-block;
}

.privacy-sec .container {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}

.link-bl {
    padding: 0;
    font-weight: bold;
    color: #001041;
    position: relative;
}

a.link-bl:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 5px;
    background: #001041;
    border-radius: 50%;
    top: 10px;
    right: -12px;
}

span.pen {
    display: inline-block;
    padding-left: 20px;
    background: url(../images/pen-icon.png) no-repeat left center;
    color: #001041;
    font-size: 14px;
    margin-right: 20px;
}

span.cal-icon {
    display: inline-block;
    padding-left: 25px;
    background: url(../images/cal-icon.png) no-repeat left center;
    color: #001041;
    font-size: 14px;
}

.blog-sec {
    margin: 0 auto 60px 0;
}

.search-blog {
    position: relative;
}

button.search-btn {
    background: #fff url(../images/search_icon.png) no-repeat center center;
    display: inline-block;
    border: 0;
    height: 42px;
    width: 43px;
    padding: 0;
    position: absolute;
    right: 1px;
    top: 1px;
}

.search-blog input.search-bar {
    border: 1px solid #ccc;
    border-radius: 2px;
    background: #fff;
    font-size: 14px;
    height: 45px;
    padding: 10px 50px 10px 10px;
}

.categories ul, .recent-post ul {
    padding: 0;
}

    .categories ul li a {
        color: #232323;
        padding: 5px 0;
        display: inline-block;
    }

.categories {
    padding: 30px 0 10px;
}

.recent-post a {
    color: #000000;
    font-size: 14px;
}

span.date {
    font-size: 12px;
    color: #555555;
}

.recent-post ul li {
    padding: 0 0 20px;
}

.blog-sec .sm-h3 {
    margin: 10px auto;
}

    .blog-sec .sm-h3 a {
        color: #000;
        text-decoration: none;
    }

.social-links {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #f5f5f5;
}

    .social-links a.fb_icon {
        background: url(../images/social_links.png) no-repeat center left;
    }

    .social-links a.insta_icon {
        background: url(../images/social_links.png) no-repeat center center;
    }

    .social-links a.tw_icon {
        background: url(../images/social_links.png) no-repeat center right;
    }

.grey-row {
    background: #F7F8FB;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
}

    .grey-row .prev {
        display: inline-block;
        background: url(../images/prev-arrow.png) no-repeat center left;
        color: #000;
        padding-left: 30px;
    }

    .grey-row .next {
        display: inline-block;
        background: url(../images/next-arrow.png) no-repeat center right;
        color: #000;
        padding-right: 30px;
    }

    .grey-row a {
        font-weight: bold;
        font-size: 15px;
    }

blockquote {
    background: #FAFAFB;
    padding: 15px 18px;
    line-height: 2;
    border-left: 2px solid #001041;
    margin: 20px auto;
}

a.btn-wht {
    background: #fff;
    margin: 10px auto;
    font-weight: bold;
    padding: 9px 35px 10px;
    color: #001041;
}

.process-sec { /*background:#E9EFFF;*/
    padding: 40px 0;
    background: #99B5C3;
}

.brdr0 {
    border-bottom: 0;
}

.process-container {
    margin-top: 40px;
}

    .process-container .box {
        position: relative;
        padding-top: 50px;
    }

        .process-container .box:before {
            content: "";
            display: inline-block;
            width: 20px;
            height: 20px; /*background: #001041;*/
            background: #fff;
            border-radius: 50%;
            position: absolute;
            top: 10px;
        }

        .process-container .box:after {
            content: "";
            display: inline-block;
            position: absolute;
            width: 60%;
            height: 2px;
            border-bottom: 1px dashed #fff;
            left: 50px;
            top: 20px;
        }

h4.h4-md {
    font-size: 16px;
    font-weight: bold;
    color: #18191F;
}

.process-container p {
    color: #18191F;
}

.subscription ul {
    padding: 0;
}

    .subscription ul li {
        padding: 0;
        height: 65px;
        display: flex;
        align-items: center;
    }

.subscription h4 {
    margin-bottom: 20px;
}

.subscription .col {
    text-align: center;
    padding: 50px 15px;
    transition: all 0.3s;
}

.subscription .plans {
    padding: 50px 15px 50px 0;
}

.subscription .col h3 {
    margin-bottom: 15px;
}

span.check {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/check-blue.png) no-repeat center center / 15px;
}

span.cross {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) no-repeat center center;
}

.subscription .col ul li {
    display: flex;
    justify-content: center;
    align-items: center;
}

section.pricing-sec {
    padding: 50px 0;
}

.pricing-sec .container, .process-sec .container, .service-sec .container {
    border: 0;
}

.subscription .btn.blue-btn {
    margin: 40px auto 0;
    border-radius: 40px;
    padding: 12px 40px;
}

.subscription .col:hover {
    box-shadow: 0 0 40px rgb(0 0 0 / 10%);
}

.subscription {
    margin: 0px auto 20px auto;
}

.process-sec h3.h3, .process-container p, .process-sec h4.h4-md {
    color: #fff;
}

.user strong, .user small {
    margin-bottom: 0;
}

.close-btn {
    display: none;
}

.ratings strong {
    margin: 0;
    vertical-align: middle;
}

.booknow-price {
    align-self: center;
    text-align: right;
}

/*Settings pages*/
.avtar figure {
    width: 35px;
    margin: 0;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}

    .avtar figure img {
        object-fit: cover;
        height: auto;
        max-height: 100%;
        max-width: none;
    }

.menu-sec ul.listing {
    position: absolute;
    right: 30px;
    width: 190px;
    height: auto;
    top: 55px;
    background: #fff;
    padding: 5px 0;
    border-radius: 5px;
    flex-wrap: wrap;
}

    .menu-sec ul.listing:after {
        bottom: 100%;
        right: 10px;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 6px;
        margin-left: -6px;
    }

    .menu-sec ul.listing li a {
        color: #001041;
        width: 100%;
    }

.menu-btn {
    position: absolute;
    right: 0;
    top: 0; /*background: #4C7E97 url(../images/menu_bar_gold.svg) no-repeat center center;*/
    background: url(../images/menu_bar_gold.svg) no-repeat center center !important;
    border: 0;
    width: 80px;
    height: 85px;
}

.settings-sec > .container > .row {
    background: #fff;
    padding: 20px 20px;
    border-radius: 10px;
}

.circle-avtar img {
    width: 90px;
}

.setting-menu {
    padding: 0;
}

    .setting-menu li a {
        display: inline-block;
        width: 100%;
        padding: 7px 20px;
        color: #01032E;
        text-decoration: none;
    }

    .setting-menu li.active a, .setting-menu li:hover a {
        background: #4C7E97;
        color: #fff;
        border-radius: 40px;
    }

.left-menus {
    border-right: 1px solid rgba(0,0,0,0.1);
    padding-right: 40px;
}

.upload {
    position: relative;
}

input[type="file"].hide-input {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
}

.figure-sec .d-flex {
    align-items: center;
    justify-content: space-between;
}

.lg-avtar {
    margin: 0;
    width: 106px;
    height: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f2f2f2;
    overflow: hidden;
}

    .lg-avtar img {
        object-fit: cover;
        max-height: none;
        height: 100%;
    }

.btn.grey-btn {
    border: 1px solid #969696;
    color: #6A6A6A;
    width: 125px;
}

.figure-sec h3.sm-h3, h3.sm-h3.blue-txt, .h2.blue-txt {
    color: #001041;
}

.color-box {
    height: 75px;
    max-width: 75px;
    background: #F0F0F0;
    border: 1px solid transparent;
    margin: 0 15px 0 0;
    padding: 0;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.grey_box {
    border: 2px solid #000000;
    background: #F0F0F0;
}

.pink_box {
    border: 2px solid #EB7979;
    background: #EB7979;
}

.yellow_box {
    border: 2px solid #C78E3B;
    background: #C78E3B;
}

.blue_box {
    border: 2px solid #005C97;
    background: #005C97;
}

.wht_box {
    border: 2px solid #ccc;
    background: #fff;
}

    .wht_box h2 {
        margin: 0;
        font-size: 34px;
    }

.upload-file {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    left: 0;
}

.form-group a.h6 {
    display: flex;
    align-items: center;
}

.letter-head label {
    width: 80px;
    height: 80px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0;
    float: left;
}

.letter-head {
    position: relative;
    margin: 0 35px 0 0;
}

    .letter-head input[type="checkbox"], .letter-head input[type="radio"] {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
    }

        .letter-head input[type="checkbox"]:checked + label, .letter-head input[type="radio"]:checked + label {
            border: 1px solid #005C97;
        }

label.docs {
    background: url(../images/copy_grey.png) no-repeat center center / 60%;
}

label.letters {
    background: url(../images/doc1_grey.png) no-repeat center center / 60%;
}

label.copied {
    background: url(../images/doc2_grey.png) no-repeat center center / 60%;
}

form#formUpdateTask .form-group span.ico.icon6 {
    background: url(../images/employee.svg) no-repeat;
    background-size: 18px;
    z-index: 10000000;
    background-position: 6px 4px;
}

form#formUpdateTask span.select2-selection.select2-selection--multiple {
    padding-left: 23px;
}

input[type="checkbox"]:checked + label.docs, input[type="radio"]:checked + label.docs {
    background: url(../images/copy_blue.png) no-repeat center center / 60%;
}

input[type="checkbox"]:checked + label.letters, input[type="radio"]:checked + label.letters {
    background: url(../images/doc1_blue.png) no-repeat center center / 60%;
}

input[type="checkbox"]:checked + label.copied, input[type="radio"]:checked + label.copied {
    background: url(../images/doc2_blue.png) no-repeat center center / 60%;
}

label.default {
    background: url(../images/default_circle.png) no-repeat center center / 80%;
}

label.dashed {
    background: url(../images/dashed.png) no-repeat center center / 80%;
}

label.double {
    background: url(../images/double.png) no-repeat center center / 80%;
}

.radio {
    display: none;
}

    .radio + label .bullets {
        content: "";
        display: inline-block;
        width: 25px;
        height: 25px;
        border: 1px solid #ccc;
        border-radius: 50%;
        vertical-align: middle;
        text-align: center;
        margin: 0 3px 0 0;
    }

        .radio + label .bullets:before {
            content: "";
            display: inline-block;
            width: 17px;
            height: 17px;
            background: #4C7E97;
            border-radius: 50%;
            vertical-align: middle;
            margin: auto;
            position: relative;
            top: -1px;
            opacity: 0;
            transition: all 0.2s;
        }

    .radio:checked + label .bullets:before {
        opacity: 1;
    }

.upload-images {
    border: 2px dashed #ececec;
    text-align: center;
    padding: 20px;
    margin: 5px auto 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

    .upload-images img {
        width: 50px;
    }

    .upload-images label {
        flex: 0 0 100%;
    }

.settings-sec .check, .dashboard-sec .check, .checkboxes .check {
    display: none;
}

    .settings-sec .check + label::before, .dashboard-sec .check + label::before, .check + input[type="hidden"] + label::before, .checkboxes .check + label::before, .NewService .check + label::before {
        content: "";
        display: inline-block;
        width: 25px;
        height: 25px;
        background: #fff;
        border-radius: 3px;
        vertical-align: middle;
        border: 1px solid #ddd;
        margin-right: 15px;
    }

    .settings-sec .check:checked + label::before, .dashboard-sec .check:checked + label::before, .check:checked + input[type="hidden"] + label::before, .checkboxes .check:checked + label::before, .NewService .check:checked + label::before {
        background: url(../images/checked.png) no-repeat center center;
        border: 1px solid #4C7E97;
    }

.socials {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.dashboard-banner {
    flex-wrap: wrap;
    background: #E6EFF4;
}

    .dashboard-banner .container {
        padding: 0;
        border: 0; /*background: url(../images/banner-dashboard.png) no-repeat center center / cover;*/
        max-height: 300px;
        display: flex;
        align-items: flex-end;
    }

.header-title {
    display: flex;
    align-items: center;
    color: #fff;
    position: absolute;
    bottom: 0px;
    padding: 30px;
}

    .header-title h2 {
        margin: 0 0 0 30px;
        font-weight: bold;
        position: relative;
    }

.profile-logos {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 10px;
    background: #fff;
}

.dashboard-sec {
    background: #E6EFF4;
    padding: 0px 0 70px;
}

    .dashboard-sec .top-sec {
        display: flex;
        justify-content: space-between;
        padding: 7px 20px 12px;
        border-bottom: 1px solid #e8e8e8;
        align-items: center;
    }

.top-sec h4 {
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
    text-align: left;
    color: #001041;
}

.top-sec .link {
    color: #4C7E97;
    font-weight: bold;
    text-decoration: underline;
    padding: 0;
    font-size: 12px;
    min-width: 53px;
}

.bottom-sec .div-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px;
}

.details {
    flex: 0 0 80%;
    background: #4C7E97;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
    text-align: left;
    border-radius: 5px;
    color: #fff;
}

    .details h4, .details p {
        color: inherit;
        margin: 2px 0;
    }

    .details h4 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .details figure {
        margin: 0;
    }

.bottom-sec {
    padding: 20px 20px;
}

.div-row span {
    color: #666;
}
/*.bottom-sec .div-row:nth-child(2n) .details { background: #4C7E97;}*/
.goals .bottom-sec {
    align-items: flex-end;
}

    .goals .bottom-sec h6 {
        margin: 20px auto 0;
    }

.task-center .col {
    text-align: left;
}

.check + label {
    display: flex;
    align-items: center;
}

.dashboard-sec .wht-box {
    display: inline-block;
    background: #fff;
    border-radius: 8px;
    text-align: center;
    padding: 20px 20px 0;
    position: relative;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}

    .dashboard-sec .wht-box.col-md-6 {
        flex: 0 0 48.5%;
        margin: 40px 0;
    }

    .dashboard-sec .wht-box:after {
        display: none;
    }

.dashboard-sec .row {
    justify-content: space-between;
}

.menu-sec ul.listing li {
    display: inline-block;
    width: 100%;
}

    .menu-sec ul.listing li a {
        padding-left: 30px;
    }

    .menu-sec ul.listing li.profile {
        background: url(../images/employee.svg) no-repeat 10px 50%;
        background-size: 14px;
    }

    .menu-sec ul.listing li.setting {
        background: url(../images/settings.svg) no-repeat 10px 50%;
        background-size: 14px;
    }

    .menu-sec ul.listing li.logout {
        background: url(../images/Logout.svg) no-repeat 10px 50%;
        background-size: 14px;
    }


.sidebar-menu {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    padding: 10vh 0;
    display: none;
}

    .sidebar-menu.open {
        display: block;
    }

    .sidebar-menu .row {
        justify-content: space-between;
    }

    .sidebar-menu .circle {
        display: flex;
        width: 140px;
        height: 140px;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        margin: auto auto 10px;
        transition: all 0.2s;
    }

        .sidebar-menu .circle:hover {
            background: #4c7e97;
            border-color: #4c7e97;
        }

            .sidebar-menu .circle:hover img {
                -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1);
            }

    .sidebar-menu .col {
        text-align: center;
        margin: 40px 0 40px;
        padding: 0 25px;
        color: #001041;
        text-decoration: none;
        font-size: 15px;
    }

    .sidebar-menu .close-sidebar-btn {
        background: #4C7E97 url(../images/cross_icon.png) no-repeat center center / 25px auto;
        width: 65px;
        height: 65px;
        display: inline-block;
        border: 0;
        border-radius: 50%;
        position: absolute;
        right: 20px;
        top: 20px;
        box-shadow: 0 0 8px rgba(0,0,0,0.2);
    }

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
}

    .overlay.show {
        display: block;
    }

.h2.title, .h2-sm.title {
    font-weight: bold;
    font-size: 25px;
    color: #001041;
    padding: 10px 0px;
    width: calc(100% - 30px);
    margin: 0 auto 10px;
    border-bottom: 1px solid #ddd;
}

.h2-sm.title {
    font-size: 22px;
    border-bottom: 0;
}

.settings-tabs .nav-tabs .nav-item.show .nav-link, .settings-tabs .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:hover {
    border-bottom: 3px solid #4c7e97;
    color: #4c7e97;
}

.settings-tabs .tab-content {
    padding: 40px 0;
}

.h3.blue-txt {
    color: #001041;
    font-size: 20px;
    font-weight: bold;
}

.custom-range::-moz-range-track {
    background-color: #c4c4c4;
}

.custom-range::-moz-range-thumb {
    background: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,.2);
}

.form-group .d-flex.sm-txt {
    font-size: 12px;
    justify-content: space-between;
}

    .form-group .d-flex.sm-txt .col {
        padding: 0;
    }

img.dash {
    width: 20px;
}

img.appt2 {
    width: 20px;
}

img.task-c {
    width: 23px;
}

img.forms-s {
    width: 20px;
}

img.profile-sm.appoint-svg {
    width: 20px;
}

.invoices_box.d-flex, .requests_box.d-flex, .shadow-box {
    width: 100%;
    box-shadow: 0 0 20px rgba(0,0,0,.15);
    border-radius: 10px;
    justify-content: space-between;
    text-align: left;
    padding: 15px 5px;
    margin: 0 auto 25px;
    background: #fff;
    align-items: center;
    position: relative; /*max-height: 72px*/
    ;
    min-height: 72px;
}

.invoices_box strong, .invoices_box p, .requests_box p, .requests_box strong {
    margin: 0;
    font-size: 13.3px;
}

.invoices_box.d-flex span.col-md-3.px-0 p {
    font-size: 12px;
}

.invoices_box .arrow, .requests_box .arrow {
    padding: 0;
    background: url(../images/right-arrow.png) no-repeat center right / 15px;
    height: 100%;
}

.bottom-rows .bottom-sec {
    height: calc(100% - 46px);
    align-content: flex-start;
}

.bottom-rows {
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
}

    .bottom-rows .wht-box {
        max-width: 31.5%;
    }

.red-txt {
    color: #DC7373;
}

.loc {
    background: url(../images/loc_icon.png) no-repeat center center;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.circle_icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -8px;
    left: -8px;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
    background: #fff;
    border-radius: 50%;
}

.add-user {
    background: #fff url(../images/new-client.svg) no-repeat center center / 19px;
}

.watch {
    background: #fff url(../images/watch.png) no-repeat center center;
}

.cal .calander {
    background: url(../images/appointment.svg) no-repeat 5px 50% / 20px, url(../images/icon-arrow-down.png) no-repeat 98% 50% / 20px #fff;
    padding: 0 25px 0 30px;
}

.tab-content .tab-pane {
    width: 100%;
    max-width: none;
    min-width: 100%;
}

.hours_sec .form-group .d-flex {
    align-items: center;
}

.hours_sec label {
    margin: 0;
}

.hours_sec .socials {
    justify-content: flex-start;
    margin: 0;
    min-height: 45px;
}

.link-fow {
    flex: 0 0 100%;
}

a.link-fow, .green-txt {
    color: #4C7E97;
    font-size: 15px;
    font-weight: bold;
    margin: 15px auto 0;
}

.hours_sec h5.h5, .booking_sec h5.h5, .invoices_sec h5.h5, .right-sec h5.h5, a.h5 {
    font-size: 16px;
    margin: 0 auto 15px;
}

.checkbox.h5 {
    font-size: 16px;
    color: #001041;
    font-weight: bold;
}

a.tw_icon {
    display: none;
}

button.percent, button.dollar {
    width: 55px;
    height: auto;
    background: #fff;
    border: 1px solid #ced4da;
    border-left: 0;
}

button.dollar {
    border-radius: 0 4px 4px 0;
}

.show-fee {
    display: flex;
}

    .show-fee .form-control {
        border-radius: 4px 0 0 4px;
    }

.arrow-right {
    background: url(../images/right-arrow.png) no-repeat center right;
    height: 30px;
    width: 20px;
    padding: 0;
}

.services_sec .form-group {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin: 0;
}

.services_sec label {
    margin: 0;
}

.NewService .center-heading {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}

.modal-header h5 {
    font-size: 18px;
    text-align: center;
}

.NewService .modal-header, .add_task_sec .modal-header, .payment_sec .modal-header {
    padding: 17px 0 17px 0;
    border-bottom: 1px solid #ddd;
}

.NewService .modal-dialog, .modal-dialog.med {
    max-width: 650px;
}

.NewService.sm-box .modal-dialog, .modal-dialog.small {
    max-width: 500px;
}

.checkboxes.d-flex {
    align-items: center;
}

.NewService form label, .NewService .modal-body .form-group.col-6 label {
    font-weight: bold;
    font-size: 14px;
}

.image-placeholder {
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #DADADA url(../images/image-placeholder.png) no-repeat center center / 52px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.upload-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ccc;
    opacity: 0;
}

.upload-sec, #addNewCategory .upload-sec {
    flex-wrap: wrap;
    margin: 20px auto;
}

    .upload-sec label {
        flex: 0 0 100%;
        text-align: center;
        padding: 10px 0 0;
    }

.btn.btn-md {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 5px;
}

.alctr {
    align-items: center;
    width: 100%;
}

.payment_sec .form-group {
    min-height: 50px;
    margin: 10px 0;
    display: flex;
}

.taxation {
    flex-direction: row-reverse;
}

    .taxation.show-fee .form-control {
        border-radius: 0 4px 4px 0;
    }

    .taxation button.percent, .taxation button.dollar {
        border: 1px solid #ced4da;
        border-right: 0;
        border-radius: 0;
    }

    .taxation button.percent {
        border-radius: 4px 0 0 4px;
    }

.client_commn.right-sec h5.h5 {
    margin: 0;
}

.sm-txt span {
    font-size: 13px;
}

em {
    color: #8F8F8F;
}

.h5.back_link {
    background: url(../images/left-arrow.png) no-repeat 0px 50% / 18px;
    padding: 15px 25px;
    width: calc(100% - 30px);
    margin: 0 auto 10px;
    display: block;
    border-bottom: 1px solid #ddd;
}

.h5.sm-hd {
    padding: 15px 0px;
    width: calc(100% - 30px);
    margin: 0 auto 10px;
    display: block;
    border-bottom: 1px solid #ddd;
}

.settings-tabs {
    width: 100%;
    padding-top: 10px;
}

.edit {
    border: 0;
    background: url(../images/edit_icon.png) no-repeat center center;
    float: right;
    width: 20px;
    height: 20px;
}

.checkbox.single {
    float: right;
    margin: 0;
}

    .checkbox.single:before {
        margin: 0 !important;
    }

.table.border-0 th, .table.border-0 td {
    border: 0;
}

.referral-history {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

    .referral-history em.dots {
        display: inline-block;
        width: 8px;
        height: 8px;
        background: #4C7E97;
        border-radius: 50%;
        margin: 0 10px;
    }

    .referral-history h5.h5 {
        color: #000;
        margin-bottom: 8px;
    }

    .referral-history span {
        font-size: 15px;
    }

    .referral-history .lg-txt {
        font-size: 20px;
    }

    .referral-history .blue-txt {
        color: #005C97;
    }

.copy-code {
    background: rgba(0,0,0,0.08);
    border: 0;
    border-radius: 10px;
    padding: 10px 15px;
    font-weight: bold;
}

.copy-btn {
    position: relative;
    background: url(../images/paste.png) no-repeat center center;
    border: 0;
    width: 30px;
    height: 50px;
    margin-left: -35px;
}

.delete-btn, .edit-btn, .cancel-btn {
    display: inline-block;
    border: 0;
    background: #fff url(../images/delete.svg) no-repeat center center / 18px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    box-shadow: 0 0 7px rgba(0,0,0,.1);
    margin: 0 0 0 15px;
}

.edit-btn {
    background: #fff url(../images/edit.svg) no-repeat center center / 18px;
}

.cancel-btn {
    background: #fff url(../images/cross-icons.png) no-repeat center center;
}

.btn-lg.delete-btn {
    width: 40px;
    height: 40px;
    background-size: 22px;
}

#addTax .modal-body {
    padding: 40px 50px 0;
}

.allCenter {
    justify-content: space-between;
    align-items: center;
}

.services_sec .no-border .form-group {
    border: 0;
    padding: 10px 0;
}

.form-sec {
    width: 100%;
}

    .form-sec .form-group {
        display: inline-block;
    }

.services_sec .no-border .form-sec .form-group {
    padding: 10px 15px;
}

.services_sec a.form-group {
    text-decoration: none;
}

.appointment-req-tab #nav-tab {
    background: #001041;
    border-radius: 6px 6px 0 0;
}

.appointment-req-tab .nav-tabs .nav-item.show .nav-link, .appointment-req-tab .nav-tabs .nav-link.active {
    color: #99B5C3 !important;
    border-bottom: 2px solid #99B5C3;
}

.appointment-req-tab .nav-tabs a.nav-link, .appointment-req-tab .nav-tabs a.nav-link:hover {
    color: #fff !important;
    background: none;
    padding: 15px 35px;
}


.requests_box .add-user_icon {
    height: 60px;
    padding: 0;
    background: url(../images/add-user2.png) no-repeat center top;
}

.requests_box .watch {
    height: 60px;
    padding: 0;
    background: url(../images/watch-2.png) no-repeat center top;
}

.requests_box strong {
    font-size: 14px;
    margin-top: 5px;
}

.requests_box p {
    line-height: 22px;
}

.requests_box.d-flex {
    max-height: none;
    color: #212529;
    text-decoration: none;
}

a.sorting {
    color: #001041;
    padding: 0 0 20px;
    padding-left: 0px;
    display: inline-block;
    width: 100%;
    background: url(../images/sort.svg) no-repeat 0 4px;
    padding-left: 30px;
    text-decoration: none;
    background-size: 20px;
}

.heading {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 10px 23px;
    margin: 0 0 20px;
}

    .heading .red_txt {
        color: #D82222;
        font-size: 18px;
    }

.task-center .requests_box .arrow {
    height: 30px;
    padding-right: 30px;
    background-position: 100px 50%;
}

.circle_profile {
    width: 30px;
    height: 30px;
    background: #ccc;
    border-radius: 50%;
    display: flex;
    float: right;
    margin: 0 20px 0 0;
}

.task-center .requests_box label {
    margin: 0;
}

.border-less {
    border: 0;
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    border-radius: 10px;
    padding: 15px 25px 15px 40px;
}

.ico {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 11px; /*background: #ccc;*/
}

.add_task_sec .form-group, .payment_sec .form-group {
    position: relative;
}

.icon1 {
    background: url(../images/icon5.png) no-repeat center center;
}

span.ico.icon1.tasklistddlico {
    background: url(../images/task.svg) no-repeat center center;
    background-size: 20px;
    background-position: 10px 3px;
}

.icon2 {
    background: url(../images/note.svg) no-repeat center center;
    background-size: 21px;
    background-position: 9px 0;
}

.icon3 {
    background: url(../images/icon2.png) no-repeat center center;
}

.icon4 {
    background: url(../images/icon6.png) no-repeat center center;
}

.icon5 {
    background: url(../images/icon1.png) no-repeat center center;
}

.icon6 {
    background: url(../images/icon3.png) no-repeat center center;
}

.icon7 {
    background: url(../images/cards.png) no-repeat center center;
}

.icon8 {
    background: url(../images/doc-sm.png) no-repeat center center;
}

img.appont-hm {
    width: 52px;
}

img.task-hm {
    width: 56px;
}

img.checkout-hm {
    width: 60px;
}

img.trans-act {
    width: 57px;
}

img.items-hm {
    width: 52px;
}

img.forms-hm {
    width: 40px;
}

img.clents-hm {
    width: 54px;
}

img.banr-hm {
    width: 54px;
}

img.noti-hm {
    width: 54px;
}

.toggle-btn {
    display: none;
}

    .toggle-btn + label:before {
        content: "";
        display: inline-block;
        position: absolute;
        left: 3px;
        width: 16px;
        height: 16px;
        background: #fff;
        border-radius: 50%;
        top: 3px;
        transition: all 0.4s;
    }

    .toggle-btn:checked + label:before {
        left: auto;
        right: 3px;
    }

    .toggle-btn:checked + label {
        background: #4c7e97;
    }

    .toggle-btn + label {
        display: inline-block;
        vertical-align: middle;
        width: 45px;
        height: 22px;
        border-radius: 30px;
        background: #C4C4C4;
        margin: 0;
        position: relative;
    }

.urgent_toggle .toggle-btn + label {
    margin-left: -30px;
}

.urgent_toggle .ico {
    position: relative;
    top: 0;
    margin: 0 6px 0;
    left: 0;
}

.urgent_toggle {
    display: flex;
    align-items: center;
}

textarea.border-less {
    height: 150px;
    resize: none;
}

.settings-sec > .container > .row.no-bg {
    background: none;
}

.no-bg .left-menus {
    background: #fff;
    border-radius: 6px;
    padding: 0 15px;
}

.no-bg .right-sec-details {
    background: #fff;
    margin-left: 15px;
    border-radius: 6px;
    overflow: hidden;
}

.no-bg .circle-avtar {
    border-bottom: 1px solid #ddd;
    padding: 20px 30px;
    margin-left: -15px;
    width: calc(100% + 30px);
}

.icon-sm {
    display: inline-block;
    width: 22px;
    margin: 0 8px 0 0;
}

.setting-menu li:hover .icon-sm img, .setting-menu li.active .icon-sm img {
    filter: brightness(0) invert(1);
}

.no-bg .setting-menu li {
    padding: 3px 0;
}

.new_session_sec .icons {
    margin-right: 10px;
    width: 80px;
    padding: 5px;
}

.new_session_sec {
    display: flex;
    align-items: center;
    padding: 0;
}

.newSessionMs {
}

    .newSessionMs .form-group {
        border: 1px solid rgba(0,0,0,.1);
        border-radius: 10px;
        margin: 15px auto;
        padding: 15px 15px;
    }

.sm-profile {
    padding: 2px 12px;
    max-width: 110px;
    border-radius: 20px;
    overflow: hidden;
}

    .sm-profile img {
        border-radius: 5px;
    }

.items_services p {
    font-size: 15px;
}

.items_services strong {
    color: #00486B;
    font-size: 15px;
    margin: 0 5px;
}

.modal strong {
    margin: 0;
}

.form_sec .form-group {
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    padding: 40px 25px;
    margin: 0;
}

    .form_sec .form-group:last-child {
        border-bottom: 0;
    }

.form_sec .new_session_sec .icons {
    text-align: center;
}

.send-btn, .fill-btn {
    padding: 6px 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    float: right;
    width: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-family: roboto;
}

.send-btn {
    margin: 0 15px 0 0;
    border: 1px solid #01032E;
}

.fill-btn {
    margin: 0;
    border: 1px solid #00486B;
    color: #00486B;
}

    .send-btn i, .fill-btn i {
        display: inline-block;
        width: 15px;
        height: 15px;
        background: #ccc;
        margin: 0 5px 0 0;
    }

.send-btn i {
    background: url(../images/send.png) no-repeat center center;
}

.fill-btn i {
    background: url(../images/carbon_edit.png) no-repeat center center;
}

.form_sec h3.sm-h3 {
    font-size: 18px;
}

.form_sec .new_session_sec .icons {
    width: 70px;
}

.rounded-img-sm {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
}

    .rounded-img-sm img {
        object-fit: cover;
        height: 100%;
        width: auto;
        max-width: none;
        float: none;
    }

.items_services_sec {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

    .items_services_sec strong {
        margin: 0;
    }

    .items_services_sec label {
        width: 100%;
    }

    .items_services_sec a {
        float: none;
    }

.total-row {
    flex: 0 0 100%;
    padding: 15px 0px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 40px auto 0;
}

    .total-row strong, .total-row a {
        margin: 0;
    }

.button-row {
    padding: 30px 20px;
    text-align: right;
}

    .button-row .btn {
        padding: 12px 20px;
        min-width: 100px;
        border-radius: 10px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
    }

.btn.blue-btn {
    border: 1px solid #01032E;
}

.btn.wht-btn, .wht-lg-btn {
    border: 1px solid #01032E;
    color: #01032E;
    background: #fff;
}

.wht-lg-btn {
    border-radius: 10px;
    border: 1px solid #01032E;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 20px;
}

.btn.bluish-btn {
    border: 1px solid #4C7E97;
    color: #fff;
    background: #4C7E97;
}

.right-arrow {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/right-arrow-sm.png) no-repeat center right / auto;
}

select.border-less {
    background: url(../images/right-arrow-sm.png) no-repeat 98% 50% / auto #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.right-arrow {
}

.jcb {
    justify-content: space-between;
    display: flex;
}

.bold {
    font-weight: bold !important;
}

.sqr-box {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 7px;
    height: 90px;
    margin-right: 15px;
}

    .sqr-box img {
        object-fit: cover;
        height: 100%;
        width: auto;
        max-width: none;
    }

    .sqr-box .delete-btn {
        display: inline-block;
        position: absolute;
        bottom: 3px;
        margin: 0;
        right: 3px;
        z-index: 1;
    }

    .sqr-box:after {
        content: "";
        display: inline-block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.3);
    }

.cal-ico {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/carbon_calendar.png) no-repeat center left;
    vertical-align: middle;
}

.dates label {
    font-size: 16px;
}

.border-less.alctr {
    justify-content: space-between;
}

.blue-txt, .requests_box p.blue-txt {
    color: #00486B;
}

.red-txt {
    color: #DC7373;
}

.yellow-txt {
    color: #C78E3B;
}

.search-input {
    background: #EFEFEF;
    border: 0;
    border-radius: 10px;
    padding: 10px 10px 10px 40px;
    width: 100%;
}

.search-box .search-btn {
    position: absolute;
    left: 0;
    right: auto;
    background: url(../images/search-icon1.png) no-repeat center center;
}

.search-box {
    position: relative;
}

.dropdown button {
    background: none;
    border: 0;
    color: #01032E;
}

    .dropdown button.sorting {
        padding: 0 0 0 25px;
        background: url(../images/sort.svg) no-repeat center left;
        background-size: 20px;
    }

.filters {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.images_sec img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.images_sec {
    text-align: right;
}

.img1, .img2 {
    margin-right: -15px;
}

.circle-img.avtar {
    padding: 0;
    text-align: center;
    margin: 0;
}

    .circle-img.avtar img {
        width: 50px;
        height: 50px;
    }

.title-heading {
    background: #99B5C3;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 2;
    font-size: 15px;
    font-weight: bold;
}

.alphabetics ul {
    padding: 0;
    font-size: 10px;
}

.alphabetics li a {
    color: #000;
    text-align: center;
    float: none;
    display: block;
    margin: 0 auto 15px;
}

.barns-sec-ms span.green-txt {
    font-size: 12px;
    margin: 0 0 0 10px;
    color: #005C97;
}

.circle-num {
    display: inline-block;
    font-size: 15px;
    width: 30px;
    height: 30px;
    background: #005C97;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 1.9;
    font-weight: bold;
}

.notifications-ms .icons img {
    max-width: 32px;
}

.notifications-ms .icons {
    text-align: center;
}

.inside-tabs .nav-tabs a.nav-link {
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    padding: 8px 20px;
    font-size: 15px;
    margin: 0 12px 0 0;
    min-width: 110px;
    text-align: center;
}

    .inside-tabs .nav-tabs a.nav-link.active, .inside-tabs .nav-tabs a.nav-link:hover {
        background: #99B5C3;
        color: #fff;
        border: 1px solid #99B5C3;
    }

.inner-tabs {
    border: 0;
}

.btn-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.shadow-box {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-height: none;
    height: 130px;
}

    .shadow-box h2 {
        flex: 0 0 100%;
        color: #001041;
        font-weight: bold;
    }

    .shadow-box p {
        margin: 0;
    }

.send-link.green-txt {
    display: inline-block;
    margin: 0 auto 15px;
    padding: 0 0 0 30px;
    background: url(../images/send_icon.png) no-repeat center left;
}

.h2.sm-txt {
    font-size: 25px;
}

.horse-sm, .owner-sm {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.owner-sm {
    background: url(../images/user_icon_inactive.png) no-repeat center center;
}

.active .owner-sm {
    background: url(../images/user_icon_active.png) no-repeat center center;
}

.horse-sm {
    background: url(../images/horse_inactive.png) no-repeat center center;
}

.active .horse-sm {
    background: url(../images/horse_active.png) no-repeat center center;
}

.sales_overview_ms .shadow-box {
    min-width: 25%;
}

.boxes_shadow .title {
    display: flex;
    font-size: 18px;
    align-items: center;
    color: #001041;
    margin: 10px auto;
}

    .boxes_shadow .title h3 {
        margin: 0 5px 0 0;
        color: #001041;
        font-size: 18px;
    }

.boxes_shadow {
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    border-radius: 10px;
    padding: 0px 15px 20px;
    min-width: 45%;
    margin-bottom: 20px;
}
    /*.boxes_shadow:nth-child(odd) { margin-right:10px;}
.boxes_shadow:nth-child(even) { margin-left:10px;}*/
    .boxes_shadow ul {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        height: calc(100% - 50px);
        margin: 0;
    }

        .boxes_shadow ul li {
            flex: 0 0 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 12px 0;
        }

    .boxes_shadow .link-fow {
        margin: 0;
    }

.lg-avtar.min-width {
    min-width: 106px;
}

.flag-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .flag-sec span.green-txt {
        font-weight: normal;
    }

.flag {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/bi_flag-fill.png) no-repeat center center;
    vertical-align: middle;
}

.recurring {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/recurring.png) no-repeat center center;
    vertical-align: middle;
}

.shadow-box.height-auto {
    height: auto;
}

.photo_vedio .sqr-box:last-child {
    margin-right: 0;
}

.right-sec-details .h5.back_link {
    background-position: 20px 50%;
}

.circle-img img {
    border-radius: 50%;
}




/*23-9-21*/
.event-type {
    justify-content: flex-start;
}

    .event-type .circle {
        display: flex;
        width: 100px;
        height: 100px;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        margin: auto auto 10px;
        transition: all 0.2s;
    }

    .event-type a {
        text-align: center;
        min-width: 0;
        flex: 1;
    }

    .event-type .circle img {
        max-width: 40px;
    }

.name-icon {
    background: url(../images/event_name.png) no-repeat center left / 20px;
    display: inline-block;
    width: 30px;
    height: 25px;
    vertical-align: middle;
}

.calander-icon {
    background: url(../images/event_calander.png) no-repeat center left / 20px;
    display: inline-block;
    width: 30px;
    height: 25px;
    vertical-align: middle;
}

.watch-icon {
    background: url(../images/event_watch.png) no-repeat center left / 20px;
    display: inline-block;
    width: 30px;
    height: 25px;
    vertical-align: middle;
}

.loc-icon {
    background: url(../images/location-icon.svg) no-repeat center left / 16px;
    display: inline-block;
    width: 30px;
    height: 25px;
    vertical-align: middle;
}

.details-icon {
    background: url(../images/note.svg) no-repeat top left / 20px;
    display: inline-block;
    width: 30px;
    height: 25px;
    vertical-align: middle;
}

.mail-mesaageicon {
    background: url(../images/note.svg) no-repeat top left 0px / 21px;
}

.employee-icon {
    background: url(../images/event_carbon_user.png) no-repeat center left / 20px;
    display: inline-block;
    width: 30px;
    height: 25px;
    vertical-align: middle;
}

.text-icons {
    display: inline-block;
    margin: 0 5px auto 0;
}

    .text-icons img {
        max-width: 22px;
        float: none;
    }

.equine-columns {
    border: 1px solid #CECECE;
    margin: 0 15px;
    border-radius: 8px;
}

    .equine-columns .column {
        padding: 0;
    }

        .equine-columns .column:nth-child(2) {
            border-right: 1px solid #CECECE;
            border-left: 1px solid #CECECE;
        }

.settings-sec .check + label::before, .NewService .check + label::before {
    min-width: 25px;
    min-height: 25px;
}

.checkbox em {
    color: #000;
}

    .checkbox em strong {
        margin: 0;
        font-style: normal;
    }

.radio-btns {
    display: none;
}

    .radio-btns + label {
        display: inline-block;
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 10px 20px;
        color: #5B5B5B;
        width: 120px;
        text-align: center;
    }

    .radio-btns:checked + label {
        display: inline-block;
        border: 1px solid #4C7E97;
        border-radius: 4px;
        padding: 10px 20px;
        color: #4C7E97;
    }

.cal-top-bar {
    display: flex;
    justify-content: space-between;
}

.agenda-btns {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    padding: 0;
}

.month-sec {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

    .month-sec h4 {
        margin: 0;
        color: #001041;
        margin-top: -2px;
        font-size: 20px;
        white-space: nowrap;
        font-weight: bold;
    }

.today-btn {
    border: 1px solid #001041;
    background: #fff;
    border-radius: 5px;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    font-size: 13px;
}

    .today-btn .cal-ico {
        background: url(../images/Date.svg) no-repeat center left;
        background-size: 17px;
    }

.back-arrow {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 0;
    margin: 0 40px 0 0;
    background: url(../images/Back.png) no-repeat center center / cover;
}

.next-arrow {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 0;
    margin: 0 0px 0 40px;
    background: url(../images/Next.png) no-repeat center center / cover;
}

.mwd-btns {
    background: #e8e8e8;
    border: 0;
    font-size: 12px;
    padding: 5px 16px;
}

.agenda-btns .mwd-btns:nth-child(1), .agenda-btns .mwd-btns.active:nth-child(1) {
    border-radius: 5px 0 0 5px;
}

.agenda-btns .mwd-btns:nth-child(4), .agenda-btns .mwd-btns.active:nth-child(4) {
    border-radius: 0 5px 5px 0;
}

button.active {
    background: #4C7E97;
    border-radius: 0px;
    color: #fff;
}

.event-col {
    background: #4C7E97;
    color: #fff;
    padding: 5px 7px;
    font-size: 10px;
    display: flex;
    align-items: flex-start;
    font-family: 'Open Sans', sans-serif;
    max-height: calc(100% - 6px);
    margin: 5px -15px 0;
    min-height: calc(100% - 11px);
    overflow-y: auto;
}

.cal-date, .time-col, .time-col h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
}

.day-col {
    border: 1px solid #E0E0E0;
    padding: 15px 14px;
    font-size: 14px;
    min-width: 14.28%;
    height: 115px;
}

.days {
    text-align: center;
    padding: 25px 0;
    color: #666;
}

.day-col.grey-bg {
    background: #F5F5F5;
}

.disable .cal-date {
    color: #e6e6e6;
}


.weeklyMs .day-col {
    min-width: 13%;
    padding: 0 14px;
    height: 100px;
}

.weeklyMs .event-col {
    height: 100%;
    margin: 0 -15px;
    height: 100%;
    max-height: 100%;
    font-family: 'Libre Baskerville';
}

.col.blank {
    max-width: 70px;
    min-width: 70px;
}

.days-row .col {
    text-align: center;
}

.days-row .btns {
    display: inline-block;
    padding: 8px 22px;
    font-size: 15px;
    border-radius: 10px;
    line-height: 1.4;
}

.days-row .active .btns {
    display: inline-block;
    padding: 8px 25px;
    background: #001041;
    color: #fff;
    font-size: 15px;
    border-radius: 10px;
}

.days-row {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 12px 0;
    margin: 20px auto;
}

.time-sec {
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

    .time-sec h3 {
        font-size: 19px;
        font-weight: 500;
    }

    .time-sec h3, .time-sec p {
        margin: 0;
    }

#days-view .tab-pane h3 {
    font-weight: normal;
}

.location-icon {
    background: url(../images/location-icon-black.svg) no-repeat center center / 16px;
    display: inline-block;
    width: 20px;
    height: 22px;
    vertical-align: middle;
    margin-right: 5px;
}

.sm-profile-img {
    display: flex;
    width: 20px;
    height: 22px;
    margin-right: 11.5px;
    border-radius: 50%;
    overflow: hidden;
    justify-content: center;
    align-content: center;
    object-fit: cover;
    float: left;
}

.requests_box .sm-profile-img {
    width: 30px;
    margin: 0;
    justify-content: start;
}

.requests_box p {
    line-height: 22px;
    color: #000;
    font-size: 14px;
    margin: 0 auto 10px;
}

.right-menus {
    display: inline-block;
    width: 10px;
    height: 20px;
    background: url(../images/right-menus.png) no-repeat center right;
}

.time-agenda {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: flex-end;
}

.avtar-md {
    display: flex;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
}

.ico.horse {
    background: url(../images/new-appoint.svg) no-repeat center center / 28px;
}

.ico.cal_icon {
    background: url(../images/personal.svg) no-repeat center center / 30px;
}

.ico.watch_icon {
    background: url(../images/waitlist.svg) no-repeat center center / 30px;
}

.addNewEvent_sec .ico {
    left: 15px;
    top: 50%;
    transform: translate(0%,-50%);
}

.shdadow-box {
    padding: 25px 25px 25px 40px;
    text-align: center;
    position: relative;
}

.label {
    font-size: 14px;
    color: #333;
    font-weight: 400;
}

    .label small {
        font-weight: normal;
        font-size: 13px;
        color: #666;
    }

.ico.loc-icon {
    background-position: center center;
    background-size: 16px;
    top: 15px;
}

.cal-ico-sm {
    background: url(../images/cal_icon_sm.svg) no-repeat center center;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 24px;
    position: relative;
    top: -2px;
    margin-right: 2px;
}

.client-menus .icon-sm {
    margin: 0 14px 0 0;
}

img.profile-sm.clock-m {
    width: 20px;
}

img.repaeat {
    width: 22px;
}

.client-menus .icon-sm img {
    width: 21px;
}

.tags {
    padding: 5px 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
}

.pending {
    color: #C78E3B;
}

.tags.aprove {
    color: #005C97;
}

button.more {
    background: transparent;
    border: none;
    position: absolute;
    top: 8px;
    right: 7px;
}

.tags.Confirmed {
    color: #3BC7AE;
}

p.light-txt {
    color: #8D8D8D;
    margin-bottom: 20px;
}

.british_equine {
    display: inline-block;
    width: 40px;
    height: 30px;
    vertical-align: middle;
    background: url(../images/british_equine.png) no-repeat -8px 0px / 50px;
}

.aascu {
    display: inline-block;
    width: 40px;
    height: 30px;
    vertical-align: middle;
    background: url(../images/amrican_association.png) no-repeat -18px -7px / 75px;
}

.aann {
    display: inline-block;
    width: 40px;
    height: 30px;
    vertical-align: middle;
    background: url(../images/aann.png) no-repeat -0px -0px / 40px;
}

.processing {
    background: #e5eef4;
    color: #005C97;
}

.cancel, .cancel:hover, a.cancel {
    background: #fce5e5;
    color: #E30404;
    width: 80px;
    text-align: center;
    text-decoration: none;
}

.star-rating {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/star-gold.png) no-repeat;
    margin: 0 10px;
}

.star-ratings {
    display: flex;
    align-items: center;
    margin: 0;
    float: right;
}

.dashboard-banner .container {
    position: relative;
}

    .dashboard-banner .container::before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        left: 0;
    }

    .dashboard-banner .container::before {
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    }

.circle.session img {
    max-width: 52px;
}

.circle.clients img {
    max-width: 80px;
}

.circle.invoices img {
    max-width: 85px;
}

.newSession .icon-sm {
    position: relative;
    top: 1px;
}

.clientMenu .icon-sm {
    width: 24px;
}

.notifyIcon .icon-sm {
    width: 20px;
}

.prac-name, .client-name {
    display: inline-block;
    font-size: 17px;
    margin: 0 0 0 20px;
    text-transform: capitalize;
    color: #001041;
    font-weight: bold;
}

.circle-avtar.d-flex {
    align-items: center;
}

.circle-avtar .sm-avtar {
    max-width: 60px;
}

form select.form-control {
    background: url(../images/icon-arrow-down.png) no-repeat center right 5px / 20px #fff;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}


/*New pages client*/
p.dark-txt, .dark-txt {
    color: #000;
}

.banner-top img {
    width: 100%;
    box-shadow: 0 4px 5px rgba(0,0,0,0.2);
}

.centre-avtar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin-top: -80px;
}

    .centre-avtar img {
        width: 110px;
        height: 110px;
        border-radius: 50%;
        border: 3px solid #fff;
    }

    .centre-avtar .client-name {
        width: 100%;
        margin: 10px 0;
    }

.requests_box .h4 {
    color: #01032E;
    font-size: 16px;
}

.flex-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mail, .location, .phone {
    display: flex;
    align-items: center;
    padding: 20px 0; /*max-width: 60%;*/
}

.contact-address .mail-icon, .contact-address .loc-icon, .contact-address .phone-icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #e8e8e8;
    margin-right: 10px;
    min-width: 45px;
}

.contact-address .phone-icon {
    background: url(../images/phone-icon.svg) no-repeat center center;
    background-size: 20px;
}

.contact-address .mail-icon {
    background: url(../images/mail-icon.png) no-repeat center center / 16px;
}

.contact-address .loc-icon {
    background: url(../images/location-icon-black.svg) no-repeat center center / 16px;
}

.contact-address p {
    margin: 0;
    color: #000000;
    font-size: 16px
}

.circleBoxes .circle-img {
    width: 80px;
    height: 80px;
    margin: 0;
    border-radius: 50%;
    border: 1px solid #ddd;
    min-width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

.add_btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #4C7E97 url(../images/plus_lg.png) no-repeat center center / 22px;
    border-radius: 50%;
}

.profile-sm, #month-view-detail .event-col:hover .profile-sm {
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
    display: inline-block;
}

p > .profile-sm {
    height: auto;
    width: 16px;
}

.label-txt {
    color: #001041;
}

.cal .calander {
    height: 42px;
    border-radius: 8px;
}

a.btn-custom2 {
    background: #4C7E97;
    color: #fff;
    padding: 3px 10px;
    border-radius: 5px;
    margin-left: 5px;
}

.comment-stars {
    display: flex;
    flex-direction: row-reverse;
}

.comment-stars-input {
    display: none;
}

    .comment-stars-input:checked ~ .comment-stars-view svg {
        fill: gold;
    }

    .comment-stars-input:checked ~ .comment-stars-view:hover svg,
    .comment-stars-input:checked ~ .comment-stars-view:hover ~ .comment-stars-view
    svg {
        fill: gold;
    }

.comment-stars-view {
    cursor: pointer;
}

    .comment-stars-view svg {
        fill: #ededef;
        width: 1.39306640625em;
        height: 1.5em;
    }

    .comment-stars-view.is-half {
        transform: translateX(100%);
        margin-left: -0.69580078125em;
    }

        .comment-stars-view.is-half svg {
            width: 0.69580078125em;
        }

    .comment-stars-view:hover svg,
    .comment-stars-view:hover ~ .comment-stars-view svg {
        fill: gold;
    }

button.btn.btn-primary.leave-review {
    background: transparent;
    color: #01032E;
    border: 1px solid #333;
    font-size: 13px;
    padding: 3px 9px;
}

label.text-lefft-lebel {
    float: left;
    font-weight: bold;
    color: #01032E;
}

p.tags.canceled {
    color: red;
}

a.btn-custom1 {
    color: #fff;
    background: #001041;
    padding: 3px 10px;
    border-radius: 5px;
}

.logos-img {
}

.blue-btn2, .blue-btn2:hover {
    background: #4C7E97;
    color: #fff;
}

.client-invoices .btn-sec .btn {
    max-width: 130px;
    border-radius: 7px;
}

.client-invoices .btn-sec {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.yellow-bg {
    background: #F3E3B3;
}

.requests_box .icon-sm img {
    max-width: 18px;
    max-height: 15px;
}

.requests_box .icon-sm {
    text-align: center;
}

#formTaxSetting .form-group {
    align-items: center;
}
/*Month View*/
#month-view-detail .event-list {
    display: flex;
    flex-wrap: wrap;
    height: calc(100% - 6px);
    width: calc(100% + 30px);
    left: -15px;
    position: relative;
    margin: 0;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    scrollbar-width: thin;
}
/*.event-col { flex: 1; max-height: 40px; max-width: 50px; min-width: 50px; overflow: hidden; margin:0;}*/
#month-view-detail .event-col {
    flex: 1;
    max-width: 35px;
    margin: 0 1px 1px 0;
    height: 35px;
    font-size: 0;
    min-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.2s;
    border-radius: 50%;
    margin-right: -10px;
    display: none;
}

#month-view-detail .profile-sm {
    margin: 0;
}

#month-view-detail .event-col:hover {
    z-index: 99;
    width: 100%;
    flex: 0 0 100%;
    height: 100%;
    max-width: none;
    font-size: 10px;
    justify-content: left;
    align-items: start;
    position: absolute;
    cursor: pointer;
    border-radius: 0;
    max-height: none;
}

span.count-circle {
    width: 100%;
    height: auto;
}

#month-view-detail .count-btn .profile-sm {
    margin-right: 5px;
}

.count-btn, .count-btn:hover {
    width: 100%;
    height: 100%;
    background: #4C7E97;
    border-radius: 0;
    font-size: 10px;
    color: #fff;
    text-align: center;
    /*    font-family: 'Poppins', sans-serif;*/
    line-height: 2;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border: 1px solid #ebebeb;
    font-family: 'Libre Baskerville';
}

#eventModal .h5 {
    font-size: 16px;
}


.event-list::-webkit-scrollbar, .main-cal.weeklyMs::-webkit-scrollbar, #agenda-view::-webkit-scrollbar, .event-col::-webkit-scrollbar {
    width: 5px;
}

.event-list::-webkit-scrollbar-track, .main-cal.weeklyMs::-webkit-scrollbar-track, #agenda-view::-webkit-scrollbar-track, .event-col::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.event-list::-webkit-scrollbar-thumb, .main-cal.weeklyMs::-webkit-scrollbar-thumb, #agenda-view::-webkit-scrollbar-thumb, .event-col::-webkit-scrollbar-thumb {
    background: #bbb;
}

    .event-list::-webkit-scrollbar-thumb:hover, .main-cal.weeklyMs::-webkit-scrollbar-thumb:hover, #agenda-view::-webkit-scrollbar-thumb:hover, .event-col::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
/*18-10-21*/
.event-type .dropdown-toggle.form-control {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.event-type .dropdown-item img {
    width: 20px;
    margin-right: 5px;
}

.event-type .dropdown-item {
    text-align: left;
    padding: 6px 5px;
    border-bottom: 1px solid #ddd;
}

.dropdown-menu.show {
    padding: 0;
}

/*1-11-21*/
.time-agenda .right-menus {
    background-position: center right;
    flex: 0 0 100%;
}

.requests_box .time-agenda p {
    margin: 9px 0px 10px;
}

.cal-date.month-today-date {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 2.7;
    padding: 0;
    margin-bottom: -10px;
}

.open-event-list, .event-col {
    flex-wrap: wrap;
}

    .open-event-list .bold, .event-col .bold {
        flex: 0 0 100%;
        text-align: left;
        justify-content: flex-start;
    }

.week-view-list, .day-view-list {
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.time-col h4 {
    font-family: 'Montserrat';
}

.weeklyMs .event-col {
    display: inline-block;
}

.requests_box p {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.appointment-own .requests_box p {
    display: block;
}

.logo img {
    max-width: 200px;
}

.flag-icon {
    display: inline;
    width: 20px;
    height: 20px;
    background: url(/Assets/Images/flag-brown.png) no-repeat center center;
}

.pic-sec {
    display: flex;
    justify-content: center;
    align-items: center;
}

.full-view {
    float: right;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #99b5c3 url(/Assets/Images/full-screen2.png) no-repeat center center / 30px;
    position: absolute; /*right: 60px;*/
    left: 0;
    top: 24px;
    border-radius: 50%;
    cursor: pointer;
}

    .full-view.normal-screen {
        background: #99b5c3 url(/Assets/Images/shrink.png) no-repeat center center / 25px;
    }

.full-screen-sec .settings-sec .container {
    max-width: none;
    width: 100%;
}

.full-screen-sec .col.blank {
    max-width: 112px;
}

.days.week-row {
    position: sticky;
    top: 0;
    z-index: 9;
    background: #fff;
}

.main-cal.weeklyMs {
    max-height: 75vh;
    overflow: auto;
    scrollbar-width: thin;
}

.home_ico figure {
    margin: 0;
}

    .home_ico figure img {
        max-width: 23px;
    }

.names {
    border: 1px solid #c78e3b;
    font-size: 20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    color: #c78e3b;
    line-height: 2.4;
    text-align: center;
}

.dropdown-item {
    font-size: 13px;
    padding: 10px 13px;
}

.outer-row .right-menus, .outer-row_1 .right-menus {
    position: absolute;
    right: 5px;
    bottom: 4px;
    margin: 0 !important;
    height: 30px;
    background: #fff url(../images/right-menus.png) no-repeat center center;
    width: 30px;
    border-radius: 50%;
}

.outer-row_1 {
    position: relative;
}

.outer-row .sqr-box {
    margin: 0;
    max-width: 108px;
}

.outer-row {
    margin: 0 15px 0 0;
    position: relative;
}

.requests_box p { /*font-family: 'Montserrat' !important; font-size: 12px;*/
    color: #424242;
}

.employee-apt-name-icon {
    width: 40px;
    height: 40px;
    line-height: 1.6;
    display: inline-block;
}

.time-agenda .btn.bluish-btn, .requests_box .btn {
    font-size: 12px;
    margin-top: 15px;
}

#agenda-view {
    max-height: 80vh;
    overflow: auto;
    scrollbar-width: thin;
}

    #agenda-view .row {
        margin: 0 auto;
    }

.SpecificValue {
    position: absolute;
    right: 60px;
    top: 12px;
    color: #4C7E97;
}

.pr-8 {
    padding-right: 100px !important;
}

.agenda-btns button.active, .agenda-btns button.active:nth-child(4) {
    background: #4C7E97;
    border-radius: 3px !important;
    color: #fff;
    outline: 0;
    box-shadow: 0px 0px 0px 2px rgb(0 0 0 / 100%);
    z-index: 1;
}

.h5.back_link.no-bg {
    background: none;
}

.dark-text {
    color: #333;
}

#formUpdateTask .form-group {
    font-size: 14px;
}

#formUpdateTask .ico {
    left: 0;
}

#formUpdateTask .form-group textarea, #formUpdateTask .form-group select, #formUpdateTask .form-control {
    font-weight: bold;
}

#formAddItemandServicesBody .h5.h5 {
    font-size: 16px;
}

.no-apearnc {
    appearance: none;
    -webkit-appearance: none;
}

.dollar-sign, .dur {
    position: absolute;
    right: 15px;
    top: 1px; /*width: 50px;*/
    height: 48px;
    background: #fff;
    text-align: center;
    line-height: 3;
}

#ModalUpdateAppointment .modal-body {
    padding: 30px 20px 0;
}

#nav-tabContent .card.border {
    margin-bottom: 15px;
}

#nav-tabContent div.treatment-accordion {
    padding: 0;
}

#nav-tabContent .accordion > .card > .card-header {
    font-size: 14px;
    background-position: 15px center;
    background-size: 10px;
    padding-left: 37px;
}

#nav-tabContent .card.border {
    margin-bottom: 15px;
    border-radius: 7px;
    padding: 4px 0;
}

span.ok:not(.mdtp__button) {
    background-size: 100% !important;
    background-size: 12px;
}

/***sessiont-report-css***/

.custom-date-uper input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 7px;
    width: 15px;
    padding: 0px;
    left: 15px;
    margin: 0px;
    margin-top: 10px;
}

.custom-date {
    position: relative;
    padding-left: 40px !important;
    background: url(../images/icon-arrow-down.png) no-repeat center right 5px / 20px #fff;
}

.custom-client {
    position: relative;
}

.pl-custom {
    padding-left: 40px !important;
}

.custom-client:before {
    content: "";
    background: url(../images/client2.svg) no-repeat;
    position: absolute;
    height: 15px;
    width: 15px;
    background-size: 100%;
    top: 49px;
    left: 32px;
}

.custom-horse:before {
    content: "";
    background: url(../images/horse2.svg) no-repeat;
    position: absolute;
    height: 15px;
    width: 15px;
    background-size: 100%;
    top: 49px;
    left: 32px;
}

ul.section-list {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

    ul.section-list li {
        float: left;
        width: 100%;
    }

        ul.section-list li a {
            background: #fff;
            box-shadow: 0 0px 17px -4px #ddd;
            float: left;
            padding: 15px;
            border-radius: 7px;
            color: #001041;
            margin-bottom: 20px;
            width: 100%;
        }

span.arrow {
    float: right;
}

.col-img {
    opacity: 0.5;
    vertical-align: text-top;
    margin-right: 10px;
}

.active-img {
    opacity: 1;
}

a.btn-big {
    padding: 10px 21px !important;
    border: 1px solid #01032E;
}

.btn-outline {
    margin-right: 10px;
    border: 1px solid #01032E;
}

span.inistvisit {
    font-size: 15px;
    position: relative;
    top: 1px;
    left: 6px;
}

.headingcusotm {
    font-size: 18px;
    color: #01032E;
    margin-top: 10px;
}

.col-md-12.border-input {
    border-radius: 5px;
    border: 1px solid #ddd;
}

input.border-bottom {
    padding: 10px;
    outline: none;
    border: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

input.border-none {
    border: none;
    padding: 10px;
    width: 100%;
    outline: none;
}

div#mycheckboxdiv {
    border-bottom: 1px solid #ddd;
    padding-bottom: 14px;
}

.pt-custom {
    padding-top: 31px;
}

    .pt-custom select.form-control {
        background: url(../images/icon-arrow-down.png) no-repeat center right 5px / 20px #fff;
        -webkit-appearance: none;
        appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
    }

.form-control {
    height: 50px;
    padding: 5px 15px;
    font-size: 14px;
}

.seprator {
    height: 1px;
    background: #ddd;
    width: 100%;
}

.modal.settings-sec {
    background: transparent;
}

    .modal.settings-sec .modal-header {
        background: transparent;
        padding: 1rem 1rem;
        border-bottom: 1px solid #dee2e6;
    }

.model-customwithd .modal-dialog {
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
    margin-top: 39px;
}

.toggle-btn + input[type="hidden"] + label:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 3px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    top: 3px;
    transition: all 0.4s;
}

.toggle-btn:checked + input[type="hidden"] + label:before {
    left: auto;
    right: 3px;
}

.toggle-btn:checked + input[type="hidden"] + label {
    background: #4c7e97;
}

.toggle-btn + input[type="hidden"] + label {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 22px;
    border-radius: 30px;
    background: #C4C4C4;
    margin: 0;
    position: relative;
}

.cusotm-label .lbow.inistvisit {
    position: relative;
    left: 7px;
    top: 1px;
}

.horse-area-div {
    text-align: center;
    padding: 20px 0;
}

div#nav-tab-inners a.nav-link {
    margin-bottom: 9px;
}

.inside-tabs2 div#nav-tab-inners a.nav-link {
    margin-bottom: 0;
}

.inside-tabs2 button.btn.edit-btn {
    position: absolute;
    right: 0;
    top: 0;
}

.dropdown.h5.back_link.text-right.no-bg.show {
    position: absolute;
    left: 243px;
    width: auto;
    border-bottom: none;
}

.dropdown.h5.back_link.text-right.no-bg {
    position: absolute;
    left: 243px;
    width: auto;
    border-bottom: none;
}

a.dropdown-toggle {
    color: #99B5C3;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #99B5C3;
}

textarea.multiselect-textarea {
    height: auto;
    display: grid;
    resize: none;
}

/*24-12-21*/
.payment_sec .form-group {
    flex-wrap: wrap;
    align-content: flex-start;
}

    .payment_sec .form-group label {
        width: 100%;
    }

.payment_sec #add-horse-from-other-modal-div .form-group {
    min-height: 0;
}

#add-horse-from-other-modal-div .requests_box {
    margin: 0;
}

.select2-container--bootstrap4 .select2-selection {
    border: 1px solid #ced4da;
    padding: 5px 15px;
    min-height: 50px;
    border-radius: 5px;
    width: 100%;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
    height: 100%;
    line-height: 1.8;
    padding: 0;
}

.select2-container {
    width: 100% !important;
}

.modal.payment_sec .form-group label {
    width: auto;
}

section.banner-sec.home-banner {
    background: #001041;
    padding: 80px 0;
}

h2.banner-text {
    font-size: 45px;
    color: #AB8E39;
    padding-top: 15%;
}

p.banner-text-p {
    font-size: 25px;
    color: #AB8E39;
    font-style: italic;
}

.misston-text {
    font-size: 24px;
    color: #4C7E97;
    font-style: italic;
}

.color-gry {
    color: #333;
}

section.searchbar, section.oumission-sec {
    padding: 50px 0;
}

.search-sec {
    width: 100%;
}

.main-title {
    color: #001040;
    font-weight: bold;
    font-size: 36px;
}

.category-section {
    padding: 50px 0;
    background: #F7F8F9;
    padding-bottom: 11px;
}

    .category-section a.circle {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #ccc;
        width: 130px;
        height: 130px;
        border-radius: 50%;
        margin: 0 auto 10px;
        background: #fff;
    }

        .category-section a.circle img {
            max-width: 65px;
        }

    .category-section .custom-images-round a.circle img {
        max-width: 100%;
    }

    .category-section h5 {
        font-size: 12px;
        font-weight: bold;
        color: #001040;
    }

.nonloop .owl-stage {
    padding: 40px 0;
}

.nonloop .owl-item {
    text-align: center;
    padding: 24px 0;
}

    .nonloop .owl-item:hover {
        box-shadow: 0 20px 33px -17px #ddd;
        background: #fff;
        border-radius: 5px;
    }

.nonloop .owl-nav {
    top: -170px;
    position: relative;
}

.nonloop .owl-dots {
    display: none;
}

section.oumission-sec div#accordionExample h5.mb-0 button.btn.btn-link.collapsed {
    text-align: left;
    font-size: 16px;
    color: #001040;
    font-weight: bold;
    font-family: 'Montserrat';
    background: url(../images/plus.svg) no-repeat;
    background-position: left;
    padding-left: 29px;
}

section.oumission-sec div#accordionExample h5.mb-0 button.btn.btn-link {
    text-align: left;
    font-size: 16px;
    color: #AB8E39;
    font-weight: bold;
    font-family: 'Montserrat';
    background: url(../images/minus.svg) no-repeat;
    background-position: left;
    padding-left: 29px;
}

section.oumission-sec div#accordionExample .card-header {
    padding: 3px 0;
    background: transparent;
}

section.oumission-sec div#accordionExample .card-body {
    font-size: 16px;
    color: #333;
    padding-left: 31px;
}

.add-remove {
    display: none;
}

.show_image {
    display: inline-block;
}

.Horse-Care {
    padding: 50px 0;
    border-top: 1px solid #ddd;
}

.img-sect {
    float: left;
    margin-right: 20px;
}

.intcont {
    float: left;
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.copyright.text-center.py-4 {
    background: #FAFAFA;
}

section.article-sec .container > p {
    color: #333;
    font-size: 24px;
    font-style: italic;
}

.about-us-banner {
    background: #001041;
    height: 250px;
}

    .about-us-banner h3.h3.wht-txt {
        color: #AB8E39;
    }

.about-img img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.text-gry-m {
    color: #333;
    font-size: 16px;
    line-height: 29px;
}

section.count-sec h3.h3.wht-txt.text-center {
    text-align: center !important;
    width: 100%;
    padding-bottom: 50px;
}

section.count-sec {
    height: auto;
    padding: 66px 0;
}

h5.h5-abt {
    font-size: 16px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: bold;
}

section.count-sec .col {
    text-align: center;
}

p.p-abt {
    color: #fff;
    opacity: 0.6;
    font-size: 12px;
    font-weight: normal;
}

h5.heding5 {
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: bold;
    color: #001040;
    padding-top: 5px;
}

.intcont.text-decoration-none a.btn {
    background: #001041;
    color: #fff;
}

section.banner-sec.about-us-banner.owners-banner {
    height: 350px;
}

.text-div h5 {
    font-size: 24px;
    font-family: 'Montserrat';
    color: #001040;
    font-weight: bold;
}

.text-div p {
    font-size: 16px;
    color: #333;
}

section.service-sec p {
    font-size: 16px;
    color: #333;
}

.item.row {
    background: rgba(76, 126, 151, 0.1);
    padding-top: 48px;
    border-radius: 5px;
    min-height: 312px;
}

.text-div.col-sm-6 {
    padding-right: 78px;
    padding-top: 25px;
}

.image-div.col-sm-6.text-center {
    padding-left: 50px;
}

.nonloop2 .owl-nav {
    top: -175px;
    position: relative;
}

.nonloop2 .owl-dots {
    display: none;
}

section.crousles {
    padding: 50px 0;
    /*border-top: 1px solid #ddd;*/
}

iframe.video-yoututbe {
    width: 100%;
    height: 530px;
    margin-top: 20px;
}

.row.text-center.suingup h3.main-title {
    width: 100%;
    margin-top: 50px;
}

a.btn.btn-large.bluebutton {
    margin: 0 auto;
    padding: 12px 14px;
    background: #001041;
    color: #fff;
    font-size: 18px;
    min-width: 150px;
    margin-top: 22px;
}

.customf-nt-size h3.h3 {
    font-weight: bold;
    font-size: 36px;
    color: #001041;
}

.custom_upper_Calls .add-remove {
    margin-top: -74px;
}

section.middle-sec {
    padding: 40px 0;
    background: #001041;
}

h4.icontext {
    font-size: 22px;
    font-family: 'Montserrat';
    color: #fff;
    font-weight: bold;
}

    h4.icontext img {
        margin-right: 10px;
    }

.padding-heaidng {
    margin-top: 80px;
    margin-bottom: 23px;
}

section.pricing-new {
    padding-top: 50px;
    border-top: 1px solid #ddd;
    margin-top: 21px;
}

.text-div.col-sm-7.cusotm-padding2 {
    padding-left: 70px;
    padding-right: 0;
}

.image-div.col-sm-5.cusotm-padding.text-center {
    padding-left: 0;
    padding-right: 50px;
}

h4.price-sub {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: #001041;
}

    h4.price-sub small {
        font-size: 17px;
        font-weight: normal;
        color: #001041;
    }

p.text_cont {
    text-align: center;
    font-size: 20px;
    color: #333;
}

section.pricing-new .row > h3, section.pricing-new .row > p {
    Width: 100%
}

.border-counter {
    max-width: 947px;
    border: 1px solid #ddd;
    margin: 0 auto;
    padding: 20px;
    width: 100%;
    border-radius: 5px;
}

ul.list-cont {
    margin: 0;
    padding: 0;
    margin-left: 18px;
    margin-top: 50px;
}

.samebtn {
    float: right;
    width: 150px;
    font-size: 13px;
    padding: 11px 0;
}

.btn1 {
    background: #4C7E97;
    color: #fff !important;
}

.btn2 {
    background: #001041;
    color: #fff !important;
}

.heading-5 {
    width: 100%;
    font-size: 18px;
    color: #333;
}

.full-width-cla {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 71px;
}

.btn3 {
    background: #fff;
    border: 1px solid #4C7E97;
    color: #4C7E97 !important;
}

ul.list-cont li {
    list-style: disc;
    color: #333;
    float: left;
    width: 100%;
    padding: 7px 0;
}

.text-price {
    float: left;
}
/*Changes 3-1-22*/
.msg-left textarea {
    padding: 15px 15px 15px 40px;
    background: url(../images/doc-sm.png) no-repeat 12px 16px;
}

.wallet-ico {
    background: url(../images/wallet-icon.png) no-repeat center center;
}

.dollar-ico {
    background: url(../images/dollar-icon.png) no-repeat center center;
}

.send-ico {
    background: url(../images/send-icon.png) no-repeat center center;
}

.services-box-select2.custom-slect-p + .select2-container .selection .select2-selection {
    background: url(../Images/items.svg) no-repeat 9px 50%;
    padding-top: 7px !important;
    background-size: 22px;
    height: auto;
    padding-left: 35px;
}

div#contact-tab .mail {
    background: none;
}

div#completed .more {
    display: none;
}

span.filters a.btn.wht-lg-btn {
    display: none;
}

.unpaid {
    color: #ab8e39 !important;
}

.overdue {
    color: #da3a3a !important;
}

div#invoices-sec .requests_box p {
    display: block;
}

div#receipts-sec .requests_box p {
    display: block;
}

div#sales-overview-sec .requests_box p {
    display: block;
}

div#estimates-sec .requests_box p {
    display: block;
}

span.filters {
    /*padding-top: 14px;*/
}

a.edit-icon {
    color: #fff;
    background: transparent;
    padding: 5px 19px;
    position: absolute;
    top: 11px;
    right: 16px;
    border: 1px solid;
    border-radius: 5px;
    font-size: 13px;
}

section.dashboard-sec .col-md-12.wht-box.px-0.task-center .bottom-sec label {
    font-weight: normal !important;
}

.col.right-sec-details.px-0 form#formAddUpdateSessionReport .form-group.col-sm-12 .report-type-box {
    background: url(../images/New_Session_icon_side.svg) no-repeat 5px 50% / 22px, url(../images/icon-arrow-down.png) no-repeat 98% 50% / 20px #fff !important;
}

span.show-right-horse-container.arrow-right {
    position: absolute;
    top: 50%;
    right: 0;
    cursor: pointer;
}

span.show-left-horse-container.arrow-left {
    background: url(../images/right-arrow.png) no-repeat center right;
    height: 30px;
    width: 20px;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 0;
    cursor: pointer;
    float: left;
}

.inv-table {
    padding: 0;
}



.top-banner-sec h2.banner-text {
    font-size: 40px;
}

.top-banner-sec p.banner-text-p {
    font-size: 22px;
}

section.banner-sec.home-banner {
    padding: 50px 0;
}

.select2-container {
    z-index: 9999;
}

.highlight {
    font-weight: 900;
}

.background {
    background: hsla(0, 100%, 0%, 0.4);
}



span.select2-container.select2-container--default.select2-container--open,
.select2-container.select2-container--open {
    z-index: 999999 !important;
}

.new-float a {
    color: #212529;
    float: inherit;
    font-size: 16px;
}

    .new-float a:hover {
        text-decoration: none;
    }

.sum_img {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../images/sum.svg) no-repeat center center / 22px;
    border-radius: 50%;
}

.import_img {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../images/import.svg) no-repeat center center / 22px;
    border-radius: 50%;
}

.export_img {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../images/import.svg) no-repeat center center / 22px;
    border-radius: 50%;
    transform: rotate(-180deg);
}

.import-text {
    font-size: 16px;
}

    .import-text:hover {
        text-decoration: none;
    }

.new-form-control {
    padding: 11px 15px;
}

ul.googlePlacesddl {
    border: 1px solid #ddd;
    padding: 0px;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    margin-top: -1px;
    border-radius: 5px;
    overflow: hidden;
    z-index: 9;
    position: relative;
}

    ul.googlePlacesddl li {
        border-bottom: 1px solid #ddd;
        padding: 6px 0 6px 34px;
        font-size: 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        background: url(../images/loc-marker.png) no-repeat 10px 50% / 15px auto rgb(255, 255, 255);
    }

        ul.googlePlacesddl li:hover {
            background: url(../images/loc-marker.png) no-repeat 10px 50% / 15px auto #efefef;
        }
.stripeInfoDiv_tohide{
    position:relative;
}
.mb-btn-5 button{
    position:absolute;
    right:0px;
    top:-10px;
    background: red;
    color: white;
    border:0px;
    font-size:14px;
    border-radius: 50%;
}

.assessment-picture-preview-img a{
    float:none !important;
}

.icon-sm img{
    width:20px;
    height:20px;
}

em{
    color:red;
}


.new-eq {
    justify-content: space-around;
}

.bg-document {
    background: #4C7E97;
    border-radius: 50% !important;
    width: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin-right: 10px;
    margin-top: -5px;
}

.bg-document img{
    width: 55px !important;
    height:55px !important;
    max-width: inherit !important;   
}

.new-menu-sec ul li a.ham-pt{
    padding-top: 10px;
}

.new-menu-sec ul.listing-1 {
    position: absolute;
    right: 118px;
    width: 190px;
    height: auto;
    top: 52px;
    background: #fff;
    padding: 5px 0;
    border-radius: 5px;
    flex-wrap: wrap;
}

.new-menu-sec ul.listing-2 {
    position: absolute;
    right: 30px;
    width: 190px;
    height: auto;
    top: 52px;
    background: #fff;
    padding: 5px 0;
    border-radius: 5px;
    flex-wrap: wrap;
}

.new-focus:focus{
    outline: none;
    box-shadow:none;
}

.menuOwner-btn {
    /* background: #4C7E97 url(../images/menu_bar_gold.svg) no-repeat center center; */
    background: url(../images/menu_bar_gold.svg) no-repeat center center !important;
    border: 0;
    width: 80px;
    height: 26px;
}

.btnsessionreportpre {
    background-color: #4c7e97;
    border: 1px solid #4c7e97 !important;
    color: #fff;
    margin-right: 10px
}
.dv-Trial{
    margin-left: 30px;
    margin-top  : -20px;
}
@media (max-width: 767px){
    .menu-sec ul.listing li a{
        color: #FFF;
    }
}