.bootstrap-select .bs-ok-default::after {
    width: 0.3em;
    height: 0.6em;
    border-width: 0 0.1em 0.1em 0;
    transform: rotate(45deg) translateY(0.5rem);
}

.btn.dropdown-toggle:focus {
    outline: none !important;
}

.form-control {
    width: 100%;
}

.multiselect-container {
    box-shadow: 0 3px 12px rgba(0, 0, 0, .175);
    margin: 0;
}

.multiselect-container .checkbox {
    margin: 0;
}

.multiselect-container li {
    margin: 0;
    padding: 0;
    line-height: 0;
}

.multiselect-container li a {
    line-height: 25px;
    margin: 0;
    padding: 0 20px;
    display: block;
    margin-bottom: 8px;
}

.custom-btn {
    width: 100% !important;
}

.custom-btn .btn,
.custom-multi {
    text-align: left;
    width: 100% !important;
}

.bg-blue {
    background-color: #6991fd!important;
}

.dropdown-menu>.active>a:hover {
    color: inherit;
}

ul.custom-multi.show {
    width: 330px !important;
    padding-bottom: 65px;
    padding-top: 20px;
}

.auto-width~.btn-group.custom-btn.show>.custom-multi.show {
    width: auto !important;
}

.care-offered~.btn-group.custom-btn.show>.custom-multi.show {
    width: 180px !important;
}

.lang~.btn-group.custom-btn.show>.custom-multi.show {
    width: 180px !important;
}

.btn-done {
    background: #257d73;
    position: absolute;
    bottom: 0;
    width: 100%;
    /* text-align: right; */
    height: 50px;
}

.btn-done a {
    width: 65px;
    background: #fff;
    display: block;
    /* height: 45px; */
    border-radius: 4px;
    line-height: 33px;
    text-align: center;
    float: right;
    margin-top: 9px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
}

.radius,
.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.bright {
    filter: brightness(100%)!important;
}

.btn-done a:hover {
    text-decoration: none;
    color: #267d73;
}

.range-slider div.ui-slider {
    height: 12px;
}

.range-slider .ui-widget-header {
    background-color: #257d73;
}

.range-slider p {
    padding-top: 10px;
    /* color: red; */
    text-align: center;
    padding-bottom: 10px;
}

.range-slider p input {
    color: #257d73 !important;
    font-weight: bold;
    display: inline-block;
    width: 80px;
    background-color: #edf2f7;
    text-align: center;
    height: 36px;
    border: 1px solid #cbdcda;
    border-radius: 2px;
    margin: 0 6px;
}

.range-slider {
    margin-top: 20px;
    margin-bottom: 10px;
}

.dropdown-menu.mega-dropdown-menu.w-64.show {
    padding: 6px 15px;
}

.hading-title h2 {
    font-size: 32px;
    text-align: center;
    font-weight: 600;
}

.terms p {
    font-size: 17px;
}

.sub-heading-title h3 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 6px;
}

.sub-heading-title {
    margin-bottom: 25px;
}

.sub-heading-title ol {
    padding-left: 30px;
}

.sub-heading-title ol li {
    padding-bottom: 15px;
    list-style: decimal;
}

.sub-heading-title ol li strong {
    font-weight: 600;
}

header.shadow.bg-white {
    z-index: 2;
}

.text-box {
    min-height: 120px;
}

.contact-form {
    width: 600px;
}

.sub-banner {
    position: relative;
}

.sub-banner img {
    width: 100%;
}

.sub-banner-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    text-align: center;
}

.sub-banner-caption h3 {
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.about-us-banner {
    position: relative;
    background-color: #25567a;
    height: 500px;
}

.img-container {
    width: 600px;
    position: absolute;
    right: 0;
    border-radius: 10px;
    top: 50px;

}

.img-container img {
    border-radius: 10px;
}

.about-us-heading h3 {
    font-size: 42px;
    color: #fff;
}

.sub-title h3 {
    font-size: 24px;
    font-weight: 700;
}

.question-container h3 {
    font-size: 22px;
    font-weight: 600;
}

.list-itm ul li {
    list-style: disc;
    padding-bottom: 15px;
}

.list-itm ul {
    margin: 0 30px;
}

.list-itm strong {
    font-weight: 600;
    font-size: 18px;
}

.sub-heading-container h3 {
    font-size: 24px;
    font-weight: 600;
}

.list-itm.list-nu ul li {
    list-style: decimal;
}

.an-tag {
    color: #3d9289;
    font-weight: 500;
    text-decoration: underline;
}

.text-black h3 {
    color: #000000 !important;
}

.video-container {
    width: 767px;
    margin: 0 auto;
}

.video-container iframe {
    width: 100%;
    height: 450px;
}

.video-container h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.care-home-feature {
    position: relative;
}

.care-btn {
    position: absolute;
    bottom: 20px;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, 0);
}

.care-home-logo img {
    width: 140px;
}

svg.save {
    margin: 0 auto;
}

.contact-us button {
    text-transform: capitalize;
    width: 170px;
    border: 1px solid #448879 !important;
    height: 45px;
    border-radius: 4px;
    text-align: center;
    border: none;
    margin-right: 15px;
    box-shadow: none;
    color: #448879;
    background-color: #fff;
    outline: #448879;
}

.contact-us button.take-a-tour {
    color: #fff;
    background: #388f87;
    box-shadow: none;
}

.contact-us {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding: 16px 0;
}

.custom-nav-tab {
    display: block;
    overflow: auto;
    white-space: nowrap;
    overflow-y: hidden;
}

.custom-nav-tab li.nav-item {
    display: inline-block;
    border: none;
}

.custom-nav-tab a.nav-link {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
}

.modal-contact {
    max-width: 720px;
}

#propertyModal button.close:focus {
    outline: none !important;
}

.care-home-text button {
    background-color: #257d73;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    color: #fff;
}

.room-details {
    margin-top: 10px;
    padding-bottom: 20px;
}

.room-details ul {
    margin: 0;
    padding: 0;
}

.room-details p {
    list-style: disc;
    margin-bottom: 10px;
}

.model-contact .modal-title {
    width: 100%;
    text-align: center;
    font-size: 21px;
    font-weight: 500;
    border-bottom: none;
}

.model-contact .modal-header {
    border-bottom: none;
}

.drop-menu-btn button {
    background-color: transparent;
    color: #333;
    border: none;
}

.drop-menu-btn button:hover {
    background-color: transparent;
    color: #333;
}

.drop-menu-btn button:focus {
    background-color: transparent;
    color: #333;
}

/* .show>.btn-secondary.dropdown-toggle {
    background-color: transparent;
    color: #333;
    text-transform: capitalize;
} */

.drop-menu-btn .dropdown-menu.show {
    left: -111px !important;
}

.wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px;
    height: 50px;
}

.list {
    position: absolute;
    left: 0px;
    top: 0px;
    min-width: 3500px;
    margin-top: 0px;
}

.list li {
    display: table-cell;
    position: relative;
    text-align: center;
    cursor: grab;
    cursor: -webkit-grab;
    color: #efefef;
    vertical-align: middle;
}

.scroller {
    text-align: center;
    cursor: pointer;
    display: none;
    padding: 7px;
    padding-top: 13px;
    white-space: no-wrap;
    vertical-align: middle;
    background-color: #fff;
}

h4.mb-2 {
    font-weight: 600;
}

ul.ul-details {
    padding-left: 20px;
}

.ul-details li {
    list-style: disc;
    margin-bottom: 5px;
    font-weight: 500;
}

.ul-details li span {
    color: #4c9b94;
    font-weight: 400;
}

header.shadow.bg-white nav.container {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.page-title-heading h3 {
    font-size: 34px;
    padding-top: 25px;
    padding-bottom: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.contact-form.counselor-form {
    width: 100%;
    margin-top: 50px;
}

.contact-form.counselor-form button {
    width: 100%;
    border: none !important;
    border-radius: 4px !important;
}

.modal-contact .modal-title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    width: 100%;
}

.care-home-img p {
    font-size: 14px;
    margin-bottom: 5px;
}

.care-home-img p strong {
    font-size: 16px;
    font-weight: 300;
}

.care-home-text input,
.care-home-text textarea {
    font-weight: 400;
    font-size: 15px;
}

.room-details h3 {
    /* font-weight: 600; */
    padding-left: 14px;
    position: relative;
}

.room-details h3::before {
    position: absolute;
    content: "";
    background: black;
    width: 7px;
    height: 7px;
    border-radius: 100em;
    top: 4px;
    left: 0;
}

.room-details h3 span {
    font-weight: 400;
    font-size: 15px;
}

.gap {
    height: 480px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.inner-modal-body {
    overflow: hidden !important;
}

.room-details ul li {
    /* display: inline-block; */
    padding-right: 0px;
    vertical-align: top;
    font-size: 15px;
    /* list-style: disc; */
    padding-bottom: 4px;
    margin-left: 5px;
}

.address-heading {
    font-family: sans-serif;
    line-height: 24px;
    font-weight: 500;
}

.left-value-box li {
    padding-bottom: 5px;
    margin-left: 5px;
}

#propertyModal button.close-property-model {
    position: absolute;
    top: 3px;
    right: 8px;
    width: 32px;
    height: 20px;
    z-index: 1111;
    font-size: 28px;
    font-weight: 500;
}

.agent button.close {
    right: 27px !important;
    top: 10px !important;
}

.agent .care-home-text textarea {
    max-height: 50px !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}

.agent .form-group img {
    position: absolute;
    width: 14px;
    top: 12px;
    left: 9px;
}

.agent .form-group {
    position: relative;
}

.agent .form-group input {
    padding-left: 30px !important;
}

/* .btn-top {
    background: #448879;
    color: #fff;
    height: 50px;
    padding: 7px 16px;
    border-radius: 2px;
} */

a.dropdown-item-more {
    margin-left: 17px;
    color: #448879;
    border-color: #448879;
}

span.d-block.green {
    color: #448879;
}

.share-button li {
    vertical-align: top;
}

@media screen and (max-width: 1024px) {
    .about-us-banner {
        height: 420px;
    }
    .img-container {
        width: 60%;
    }
}

@media screen and (max-width: 767px) {
    .about-us-banner {
        height: 360px;
    }
    .contact-form {
        width: 100%;
    }
    .video-container {
        width: 100%;
    }
    .video-container iframe {
        height: 280px;
    }
}

@media screen and (max-width: 640px) {
    .sub-banner-caption h3 {
        font-size: 22px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
    }
    .img-container {
        width: 60%;
        display: none;
    }
    .about-us-heading h3 {
        font-size: 36px;
        text-align: center;
    }
    .about-us-banner {
        height: 160px;
    }
}

@media screen and (max-width: 640px) {
    .video-container iframe {
        height: 180px;
    }
}

.care-home-editor ul,
.care-home-editor ol {
    padding-left: 3rem;
}

.care-home-editor ul {
    list-style-type: disc !important;
}

.care-home-editor ol {
    list-style-type: decimal !important;
}

.care-home-editor h1,
.care-home-editor h2,
.care-home-editor h3,
.care-home-editor h4,
.care-home-editor h5,
.care-home-editor h6,
.care-home-editor ul,
.care-home-editor p {
   margin-bottom: 1rem;
}

.care-home-editor h1 {
    font-size: 2.5rem;
}

.care-home-editor h2 {
    font-size: 2rem;    
}

.care-home-editor h3 {
    font-size: 1.75rem;    
}

.care-home-editor h4 {
    font-size: 1.5rem;    
}

.care-home-editor h5 {
    font-size: 1.25rem;    
}

.care-home-editor h6 {
    font-size: 1rem;
}

.care-home-editor ul> li {
    margin-bottom: .5rem;
    padding-bottom: 0;
}

.h-400 {
    height: 400px;
    overflow: hidden;
}