/*
Theme Name: CodexWorld Dev
Theme URI: https://www.codexworld.com
Description: WordPress theme by CodexWorld Dev Team
Author: CodexWorld Dev Team
Author URI: https://www.codexworld.com/about-us
Version: 1.2
Tags: blog, programming, tech, personal, responsive, bootstrap, custom_post_type
*/

body{
	font-family: var(--heading-font);
  color: #596b85;
}

* {

	margin: 0;

	padding: 0;

	border: none;

	outline: none;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box

}

a {

	-webkit-transition: all 0.2s linear;

	-moz-transition: all 0.2s linear;

	-ms-transition: all 0.2s linear;

	-o-transition: all 0.2s linear;

	transition: all 0.2s linear;

	text-decoration: none;

}

a:hover {

	-webkit-transition: all 0.2s linear;

	-moz-transition: all 0.2s linear;

	-ms-transition: all 0.2s linear;

	-o-transition: all 0.2s linear;

	transition: all 0.2s linear;

	text-decoration: none;

}
::selection {

	background: #81aee7;

}

::-moz-selection {

	background: #81aee7;

	color: #fff;

}

::-webkit-selection {

	background: #81aee7;

	color: #fff;

}

::-ms-selection {

	background: #81aee7;

	color: #fff;

}

::-o-selection {

	background: #81aee7;

	color: #fff;

}
:root {
  --base-color: #191919;
  --primary-color: #f4b631;
  --secondary-color: #98d6f1;
  --black-color: #1E1E1E;
  --white-color: #fff;
  --lighter-color: #f2f2f2;
  --base-font: "Open Sans", sans-serif;
  --heading-font: "Poppins", sans-serif;
  scroll-behavior: inherit;
}
img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
h2 , h3 , h4 ,h5 ,h6 , h1{
  font-family: var(--heading-font);
}
h2 {
    color: var(--base-color);
    text-align: center;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 600;
}
h3 {
    color: var(--base-color);
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 600;
}

header {
    padding: 20px 0;
    border-bottom: solid 1px #e6e5e5;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.logo-top {
    width: 30%;
}

.search-form {
    width: 40%;
}
.search-form select.form-select{
  border-color: #048079 !important;
}
.search-form input.form-control{
 border-color: #048079 !important; 
}
.search-form button.btn.btn-primary{
   background-color: #048079 !important; 
}
.header-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.call-and-btn a i {
    color: #a5a5a5;
    background-color: #fff;
    border: solid 1px #a5a5a5;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 7px;
    font-size: 16px;
    margin-right: 5px;
}

.call-and-btn a span {
    color: #656470;
    font-size: 16px;
    font-weight: normal;
    margin-right: 5px;
}
.call-and-btn a{
  color: #18494d;
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.call-and-btn {
    display: flex;
}
.stat-free{
  color: #fff !important;
  background-color: #e27455;
  padding: 8px 15px;
  border-radius: 10px;
  margin-left: 10px;
}
.banner-sec{
  position: relative;
  background-color: #fbf9f5;
  padding: 50px 0;
}
.content-lft {
    width: 50%;
}
.content-lft h2{
  text-align: left;
    font-weight: 600;
    font-size: 40px;
}
.content-lft p{
  color: #000;
}
.content-rgt {
    background-color: #fff;
    width: 45%;
    padding: 30px;
    text-align: center;
    border-radius: 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.links-c ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.links-c ul li a {
    background-color: #e27455;
    color: #fff;
    padding: 15px 20px;
    border-radius: 30px;
    font-family: var(--heading-font);
    font-weight: 500;
    min-width: 280px;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px; */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.links-c ul li a i {
    margin-left: 10px;
}
.links-c ul li {
    display: flex;
    justify-content: center;
    margin-bottom: 17px;
}
.slider-txt {
    position: absolute;
    top: 50%;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.slider-txt h2 {
    font-size: 42px;
    font-weight: 600;
    text-transform: inherit;
    color: #fff;
    margin-bottom: 10px;
    text-transform: capitalize;
}
   .h-search-form{
      position: relative;
   }
 .h-search-form input {
    width: 100%;
    padding: 0 20px;
    border-radius: 5px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
    color: #333;
    height: 59px;
    border: solid 1px #c2c2c2;
}
  .h-search-form button {
    position: absolute;
    right: 6px;
    height: 47px;
    color: #fff;
    background: #e27455;
    top: 6px;
    border-radius: 5px;
    border: none;
    width: 90px;
}
   .h-search-form button:hover{
      background: #e27455;
   }

.content-lft h3{
  margin-top: 40px;
  font-weight: 600;
}
.content-lft span{
  font-size: 17px;
  color: #000;
  text-align: left;
  margin-top: 20px;
  display: inline-block;
}

.pit-ing {
    width: 33%;
}
.wy-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wy-content-box {
    width: 47%;
}

.wh-ht {
    width: 13%;
}
.wy-content-box h3 {
    font-size: 28px;
    font-weight: 600;
    position: relative;
    margin-bottom: 45px
}
.wy-content-box h3::before{
     content: "";
    position: absolute;
    background-color: #048079;
    left: 0;
    width: 160px;
    height: 1px;
    bottom: -21px;
}
.wy-content-box h3 span {
    color: #048079;
}
section.middle-sec {
    background-color: #eef1f6;
    padding: 80px 0;
}
.pit-ing img {
    position: relative;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    background-color: #fff;
    padding: 2px;
    /* box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
}
a.request-app {
  font-size: 14px;
  background-color: #e27455;
  padding: 10px 15px;
border-radius: 5px;
color: #fff;
display: inline-block;
margin-top: 15px;
}
section.about-real-care {
    background-color: #fafafa;
    padding: 50px 0;
    text-align: center;
}
section.about-real-care h2 span {
    color: #048079;
}
section.about-real-care h2{
  font-size: 38px;
  font-weight: 600;
}
section.featured-sec h2 span {
    color: #048079;
}
section.featured-sec h2{
  font-size: 38px;
  font-weight: 600;
}
section.featured-sec{
  /* background-color: #eef1f6; */
    padding: 50px 0;
}
.featured-box{
   background-color: #fff;
   box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
   padding: 15px;
   border-radius: 5px;
}
.featured-img img{
  border-radius: 5px;
}
.featured-box h4 {
    color: #000;
    font-size: 19px;
    line-height: normal;
    font-weight: 700;
    line-height: 28px;
    margin: 13px 0;
}
.featured-box p {
    font-size: 15px;
}
.star-icon {
    display: flex;
    align-items: center;
}

.star-icon p {
    color: #b2850e;
    font-size: 13px;
    margin: 0;
}

.star-icon ul {
    list-style: none;
    margin: 0 7px;
    padding: 0;
    display: flex;
    align-items: center;
}

.star-icon ul li i {
    color: #b2850e;
    font-size: 13px;
}

.star-icon ul li {
    margin: 1px;
}

.star-icon span {
    color: #000;
    font-size: 13px;
}
.featured-box h5 {
    color: #000;
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    line-height: 28px;
    margin: 13px 0;
}
.feature-btn a{
  font-size: 13px;
    background-color: #e27455;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    border: solid 2px #e27455;
    font-weight: 600;
    margin-bottom: 10px;
}
.feature-btn a.learn-more{
    background-color: transparent !important;
    color: #e27455 !important;
}
.sup-sec{
  background-color: #f7f3ef;
  padding: 50px 0;
}
.sup-sec h2 span {
    color: #048079;
}
.sup-box{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
  min-height: 290px;
}
.sup-box h4 {
    color: #1d778c;
    font-weight: 700;
    font-size: 25px;
}

.sup-box i img {
    color: #000;
    max-width: 45px;
    margin-bottom: 30px;
}
.sup-box a{
  color: #596b85;
}
.sup-sec h2 {
    font-size: 38px;
}
section.senior-livine-care {
    padding: 50px 0;
}
section.senior-livine-care h2{
  font-size: 38px;
}
section.senior-livine-care h2 span{
  color: #1d778c;
}
.livine-care-box h4{
    color: #000;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 20px;
}
.livine-care-box i img {
    color: #000;
    max-width: 45px;
    margin-bottom: 20px;
}
.livine-care-box-learn{
      font-size: 13px;
    background-color: transparent;
    padding: 5px 15px;
    border-radius: 5px;
    color: #2a948b;
    display: inline-block;
    border: solid 2px #2a948b;
    font-weight: 600;
    margin-bottom: 10px;
}
.livine-care-box p{
  font-size: 15px;
  margin-bottom: 20px;
}
.livine-near-you{
  background-color: #eef1f6;
    padding: 50px 0;
}
.livine-near-you h2{
  font-size: 38px;
}
.livine-near-you h2 span{
  color: #2a948b;
}
.livine-near-lft {
    color: #fff;
    display: inline-block;
    padding: 2px 0;
    font-size: 16px;
    /* font-family: Poppins; */
    font-weight: 700;
    line-height: 24px;
    border-radius: 8px;
    background-color: #094f6e;
    width: 41px;
    text-align: center;
    min-width: 41px;
    max-width: 41px;
}

.livine-near-you-box {
    display: flex;
    align-items: center;
}
.livine-near-rgt h5{
  margin-bottom: 0px;
}
.livine-near-rgt h5 a {
    color: #39768a;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
     font-family: "Poppins", sans-serif;
}
.livine-near-rgt p{
  margin-bottom: 0;
}
.livine-care-box {
    width: 95%;
}
.footer-sec{
  background-color: #39768a;
  padding: 50px 0;
}
.footer-box p {
    color: #fff;
    font-size: 15px;
}
.footer-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-box ul li a {
    color: #fff;
    font-size: 15px;
}

.footer-box ul li {
    padding: 7px 5px;
    border-bottom: dotted 1px #fff;
}
.footer-box{
  width: 90%;
}
.footer-box h3{
      color: #fff;
    cursor: pointer;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
    margin-top: 15px;
}
.footer-logo.mb-4 svg {
    fill: #fff;
}
.copyright-sec{
  background-color: #346a7c;
  padding: 10px 0;
}
.copyright-sec p{
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 15px;
  text-align: center;
}
.featured-box h4 img {
    max-width: 22px;
}
.content-box {
    display: flex;
    justify-content: space-between;
}

.content-rgt h3 {
    /* text-align: left; */
    font-weight: 600;
    font-size: 32px;
}
.fillter-sec{
    background-color: #39768a;
}
.featured-box.featured-box-inner {}

.featured-box.featured-box-inner h4 {
    font-size: 16px;
    margin: 5px 0;
}

.featured-box.featured-box-inner p {
    font-size: 13px;
    margin-bottom: 8px;
}

.bd-f h6 {
    font-size: 13px;
    display: flex;
    justify-content: space-between;
}
.featured-box.featured-box-inner .star-icon ul li i {
    color: #f1aa1d;
}

.featured-box.featured-box-inner .star-icon p {
    margin-bottom: 0;
}

.featured-box.featured-box-inner .star-icon ul li {
    margin: 0;
}

.featured-box.featured-box-inner .star-icon {
    margin-bottom: 15px;
}
.featured-box.featured-box-inner .feature-btn a {
    border-radius: 30px;
}
.search-box h3 {
    font-size: 20px;
    text-align: center;
    color: #048079;
    margin-bottom: 10px;
}

.search-box ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

.search-box ul li {
    font-size: 15px;
    border-bottom: dotted 1px #333;
    padding: 5px;
    font-family: var(--heading-font);
}
.search-box {
    background-color: #fff;
    padding: 30px 15px;
}
.search-box .form-select {font-family: "Poppins", sans-serif;font-size: 14px;}
.search-box .form-control {font-family: "Poppins", sans-serif;font-size: 14px; color: #000;}
.search-box .form-control::placeholder{
    color: #000;
}
.box-search{
    font-size: 13px;
    background-color: #e27455;
    padding: 5px 15px;
    border-radius: 30px;
    color: #fff;
    display: block;
    border: solid 2px #e27455;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}
.inner-box-sec{
    padding: 50px 0;
    background-color: #fff;
}
.nav-color{
    background-color: #eee;
    padding: 10px 20px;
    margin-bottom: 30px;
}
.nav-color .breadcrumb{
    margin-bottom: 0;
}
.nav-color .breadcrumb li a{
    color: #048079;
}
.nav-color .breadcrumb li{
    color: #000;
    font-family: var(--heading-font);
}
.inner-box-main-txt p{
    font-size: 15px;
    font-family: var(--heading-font);
}
.review-score .form-check {
    margin-bottom: 6px;
}
.review-score .form-check label {
    color: #000;
    font-family: var(--heading-font);
}
.pro-main.pro-main-2 .pro-content-description {
    padding: 0px;
    border: 0px;
}
.pro-main.pro-main-2 .pro-content-description p{
    font-family: var(--heading-font);
}
.pro-main.pro-main-2 .livine-near-lft {
    margin-bottom: 8px;
}
.pro-main {
    display: flex;
    justify-content: space-between;
}

.pro-list {
    width: 24%;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    border: solid 1px #D5D5D5;
        padding: 20px;
}

    .review-score h4{
            font-size: 22px;
    line-height: 30px;
    padding-bottom: 15px;
    border-bottom: #D5D5D5 solid 1px;
    margin-bottom: 20px;
    color: #000000;
    text-transform: capitalize;
    }
.pro-content-box {
    width: 48%;
}
.review-score ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.review-score ul li a {
    color: #000;
    font-family: var(--heading-font);
}

.review-score ul li {
    border-bottom: dotted 1px #000;
    padding: 7px 0;
}
.review-score ul li a i {
    color: #39768a;
    margin-right: 12px;
}
.pro-content-box-heading {
  background-color: #f7f3f0;
    /* border: solid 1px #D5D5D5; */
    padding: 20px;  
}

.pro-content-box {
    border: solid 1px #D5D5D5;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.pro-content-box-heading-lft h5 {
    color: #39768a;
    font-size: 20px;
    font-weight: 600;
}

.pro-content-box-heading-lft p {
    font-size: 15px;
}
.pro-content-box-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pro-content-box-heading .pro-content-box-heading-rgt h6 span {
    display: block;
    font-weight: 300;
    line-height: 24px;
}

.pro-content-box-heading .pro-content-box-heading-rgt h6 {
    color: #000;
    text-align: right;
    font-weight: 600;
}
.pro-content-img-form-lft-img img {
    position: relative;
}
.pro-content-img-form-lft-img .pro-content-img-form-lft-img {
    position: relative;
}
.heart-i {
    position: absolute;
    z-index: 9;
    top: 10px;
    right: 10px;
}
.pro-content-img-form-lft-img i.fa-regular.fa-heart {
    background-color: #fff;
    padding: 3px;
    color: #048079;
    right: 10px;
    z-index: 9;
    font-size: 20px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.area-i{
    position: absolute;
    bottom: 10px;
    z-index: 9;
    right: 10px;
}
.area-i a i{
    background-color: #fff;
    margin-right: 5px;
    padding: 3px;
    color: #048079;
    z-index: 9;
    font-size: 20px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.pro-content-img-form-lft-img {
    position: relative;
}
.pro-content-img-form {
    display: flex
;
    justify-content: space-between;
    border: solid 1px #D5D5D5;
    padding: 2px;
}

.pro-content-img-form-lft {
    width: 53%;
    text-align: center;
}
.search-box.search-box-3 {
    padding: 0;
    border-left: solid 1px #D5D5D5;
    padding: 10px;
}
.pro-content-description p {
    font-size: 15px;
}
.pro-content-img-form-rgt {
    width: 43%;
}
.search-box.search-box-3 h3 {
    font-size: 16px;
}
a.more.request-app {
    margin-top: 0;
    font-size: 13px;
    padding: 8px 14px;
}
.pro-content-description {
    border: solid 1px #D5D5D5;
    padding: 10px 20px;
    margin-top: 20px;
}
.fillter-sec.fillter-sec-2{
    position: relative;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    
}
.fillter-sec.fillter-sec-2::before{
    background-color: rgba(57,118, 118, 0.9);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.fillter-box.fillter-box-2 {
    justify-content: space-between;
}

.fillter-box.fillter-box-2 .featured-box-inner {
    width: 24%;
}

.fillter-box.fillter-box-2 .search-box {
    width: 25%;
}

.fillter-box.fillter-box-2 .search-box {
    padding: 25px 25px;
}
.fillter-box.fillter-box-2 .search-box h3 {
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 30px;
}
nav.nav-color.nav-color-2 {
    background-color: transparent;
    padding: 0;
}
.pro-main.pro-main-2 .review-score h4 {
    background-color: #048079;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 18px;
}

.pro-main.pro-main-2 .pro-content-box {
    width: 66%;
}

.pro-main.pro-main-2 .pro-list {
    background-color: #f7f7f7;
    width: 32%;
}
.pro-main.pro-main-2 {}

.pro-main.pro-main-2 .pro-content-img-form {
    border: inherit;
    padding: 0;
    align-items: center;
}

.pro-main.pro-main-2 .pro-content-img-form-lft {
    text-align: left;
}

.pro-main.pro-main-2 .search-box.search-box-3 {
    border-left: 0px;
}

.pro-main.pro-main-2 .search-box.search-box-3 {
    font-size: 20px;
    margin-bottom: 21px;
}

.pro-main.pro-main-2 .search-box.search-box-3 .box-search {
    font-size: 16px;
}

.pro-main.pro-main-2 .search-box.search-box-3 .form-control {
    margin-bottom: 14px !important;
    padding: 9px;
}

.pro-main.pro-main-2 .search-box.search-box-3 h3 {
    font-size: 20px;
    /* text-align: left; */
}
    .page-link {
    color: #000;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #e27455;
    border-color: #e27455;
}
.pro-main.pro-main-2.pro-main-3 {
    flex-direction: column;
    border: solid 1px #D5D5D5;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.assisted-living-sec span i {
    background-color: #048079;
    color: #fff;
    height: 26px;
    width: 26px;
    font-size: 17px;
    border-radius: 50%;
    padding: 5px;
    margin-right: 7px;
}
.assisted-living-sec span {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
}
.inner-box-sec .assisted-living-sec h3 {
    margin-bottom: 14px;
    text-align: left;
    margin-top: 0;
}
.assisted-living-sec p{
    font-family: var(--heading-font);
    font-size: 15px;
}
a.phone-ass {
    color: #e27455;
    font-weight: 700;
    margin-left: 5px;
}

a.phone-ass i {
    margin-right: 5px;
}
.assisted-living-sec a strong {
    color: #048079;
}
.assisted-btn ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.assisted-btn{
    margin-top: 20px;
    margin-bottom: 50px;
}
.assisted-btn ul li a {
    background-color: #e27455;
    color: #fff;
    border-radius: 30px;
    padding: 12px 25px;
    font-size: 15px;
    font-weight: 700;
    font-family: var(--heading-font);
}
.assited-image-box {
    margin-top: 30px;
}

.assited-image-box .pro-content-img-form-lft-img img {
    width: 100%;
}
.assisted-desctiption h4 {
    color: #048079;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
}
.assisted-compare {
    display: flex;
    justify-content: space-between;
}
.compare-content ul {
    list-style: none;
    padding: 0 10px;
    margin: 0;
}

.lock-b i {
    margin-right: 8px;
}
.compare-content ul li {
    font-size: 15px;
}
.assisted-box {width: 24%; background-color: #f7f7f7; padding: 3px;}
.compare-content ul li {
    font-size: 12px;
    border-bottom: solid 1px #d0d0d0;
    padding: 8px 0px;
    font-family: var(--heading-font);
}

.compare-content ul li p {
    margin-bottom: 0;
    font-size: 12px;
}
.assisted-compare-img img {
    margin-bottom: 10px;
    display: inline-block;
}

.assisted-compare-img p {
    margin-bottom: 8px;
    padding: 0 10px;
}
.pro-main.pro-main-2 .get-price-from .review-score h4{
    font-size: 16px;
    margin-bottom: 5px;
}
.get-price-from .search-box.search-box-3 p {
    font-size: 13px;
    font-family: var(--heading-font);
}
.assisted-right h4{
        background-color: #048079;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 18px;
        line-height: 30px;
            text-transform: capitalize;
}
.assisted-right .senior-living-options h4 {
    font-size: 16px;
}
.assisted-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.assisted-right li a {
    color: #000;
    font-family: var(--heading-font);
}
.assisted-right .senior-living-options-2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.assisted-right .senior-living-options-2 ul li{
        width: 48%;
    font-size: 15px;
    border-bottom: 0px;
    padding: 10px 0;
}
.senior-living-options.senior-living-options-2 h5 {
    color: #000;
    font-size: 17px;
    margin: 10px 0 15px;
    display: inline-block;
}
.assisted-right ul li {
    border-bottom: solid 1px #d0d0d0;
    padding: 8px 0;
}
.assisted-right ul li a i {
    color: #048079;
    margin-right: 5px;
     margin-left: 0px;
}
.assisted-right ul li i {
    color: #048079;
    margin-left: 3px;
}
.senior-living-options {
    margin-bottom: 30px;
}
.RoomPricing{
    cursor: pointer;
    background-color: #ffb529;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--heading-font);
    color: #000;
        padding-right: 3px;
} 
.arrow{
  position: relative;
      background: #048079;
      width: 25%;
  line-height: 40px;
  text-align:center;
  color:#fff;
  font-size: 10px;
  text-indent: 7px;
  margin-right: 4px;
  border-radius: 5px 0px 0px 5px;
}
.arrow-left:before{
    content: "";
    position: absolute;
    right: -16px;
    top: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 16px solid #048079;
}
.RoomPricing span {
    font-size: 12px;
    margin-right: 1px;
    margin-left: 19px;
}

.priceing-living .RoomPricing p {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 0;
}
.priceing-living h5 {
    font-family: var(--heading-font);
    font-size: 16px;
    color: #000;
    margin: 15px 0;
}
.priceing-living {
    margin-bottom: 30px;
}
.priceing-living p {
    font-size: 11px;
    color: #000;
    margin-top: 14px;
}
.tour-btn span {
    display:block;
    margin-bottom: 5px;
    color: #000;
}
button.on-site {
    background-color: #048079;
    color: #fff;
    padding: 13px 19px;
    border-radius: 5px;
    border: solid  1px #048079;
    margin-right: 10px;
    font-size: 14px;
}

button.on-site.tivr {
    background-color: transparent;
    color: #000;
}
.tour-btn {
    margin: 20px 0;
}
.healt-care-sec h4 {
   font-size: 20px;
    font-weight: 600;
    color: #048079;
    display: flex
;
    justify-content: space-between;
    align-items: center;
}

.healt-care-sec ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.healt-care-sec.healt-care-sec-2 ul li{
    margin-right: 0;
    width: 48%;
    float: left;
    font-size: 15px;
}
.healt-care-sec ul li {
    padding: 11px 0;
    /* width: 48%; */
    display: flex
;
    align-items: center;
    margin-right: 20px;
}

.healt-care-sec ul li i {
    margin-right: 6px;
    color: #048079;
}
.healt-care-sec h5 {
    color: #000;
    font-size: 18px;
    margin-top: 15px;
}
.healt-care-sec h5 i{
    margin-right: 10px;
    color: #048079;
}
.map-picture{
    margin-bottom: 30px;
}
.date-slider-wrapper {
  width: 100%;
  position: relative;
}

.date-slider-month {
    min-width: 100%;
    color: #000;
    font-size: 21px;
    margin-bottom: 20px;
    font-weight: 700;
}
/* .date-slider-prev:before {
  content: "<";
}

.date-slider-next:before {
  content: ">";
} */

.date-slider-prev {
  left: -10px;
}

.date-slider-next {
  right: -10px;
}

.date-slider-prev:before,
.date-slider-next:before {
  font-size: 50px;
  line-height: 2;
  color: #0079d2;
}

.date-slider-prev,
.date-slider-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 69%;
  display: block;
/*   width: 20px;
  height: 20px; */
  padding: 0px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.date-slider-prev[disabled] {
  cursor: auto;
}

/* .date-slider-prev[disabled]:before {
  color: gray;
} */

.date-slider-day {
  color: #000;
  font-family:var(--heading-font);
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
  background-color: white;
  border: none;
  
  flex-shrink: 0;
  
  margin-right: 10px;
  position: relative;
  text-align: center;
  transition-property: transform;
  -webkit-flex-shrink: 0;
  padding: 14px 0;
  border-radius: 5px;
}
.date-slider-day p{
    margin-bottom:  0;
}

.date-slider-day[date-slider-selected="true"] {
 color: #fff;

font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
background-color: #048079;
/*   background-color: blac; */
}

.days-container {
  align-items: center;
/*   cursor: pointer; */
  display: flex;
  margin: auto 1%;
  transition-property: transform;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.days-wrapper {
  overflow: hidden;
}

 .date-slider-smooth {
  transition: transform 0.001s cubic-bezier(1, 1.59, 0.61, 0.74);
}
.assisted-main-icon i {
    color: #048079;
    font-size: 25px;
    margin-right: 19px;
}

.assisted-main-icon {
    margin: 20px 0 30px;
}
.review-box {
    background-color: #fff;
    padding: 20px;
    text-align: center;
}

.author-main {
    display: flex;
    justify-content: center;
    align-items: center;
}

.author-main .author-img img {
    max-width: 30px;
    border-radius: 50%;
    height: 30px;
}
.author-main .author-name h4 {
    color: #000;
    font-size: 16px;
    margin-bottom: 0;
}

.author-main .author-img {
    margin-right: 10px;
}
.star-rating ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.star-rating ul li {
    color: #ffd700;
    padding: 20px 1px;
}
.review-box h3 {
    color: #048079;
    font-size: 24px;
}

.review-box p {
    font-size: 15px;
}
.review-slider {
    position: relative;
}

.review-slider .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
}

.review-slider .owl-nav .owl-prev i {
    color: #000;
    font-size: 50px;
}

.review-slider .owl-nav .owl-prev {
    position: absolute;
    left: -40px;
}
.review-slider .owl-nav .owl-next i {
    color: #000;
    font-size: 50px;
}

.review-slider .owl-nav .owl-next {
    position: absolute;
    right: -40px;
}
.sup-sec .star-icon {
    justify-content: center;
    margin-bottom: 30px;
}

section.sup-sec .star-icon ul li i {
    color: #ffd700;
}
.inner-box-sec h3 {
    text-align: center;
    margin-top: 50px;
}
a.more.req-s {
    font-size: 16px;
    font-weight: 600;
    color: #048079;
    margin-top: 15px;
}
.md{
        display: none;
        width: 100%;
    }
.healt-care-sec.healt-care-sec-2 {
    padding: 10px 0;
}
a.view-photo {
    background-color: transparent;
    border: solid 1px #048079;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 4px;
    color: #048079;
}

a.view-photo i {
    margin-right: 7px;
}
.pro-main.pro-main-2.pro-main-3.pro-main-5 {
    padding: 0;
    box-shadow: inherit;
    margin: 30px 0;
}

.pro-main.pro-main-2.pro-main-3.pro-main-5 .pro-main-box {
    padding: 25px;
}
 .content_right {
    background: url(images/left-shadow.png) left top repeat-y;
    float: left;
    padding: 25px 10px 35px 55px;
    position: relative;
    margin: 0;
    width: 100%;
}
.assisted-map {
    margin-top: 24px;
    margin-bottom: 25px;
}

.assisted-desctiption {margin: 25px 0;}

.assisted-compare {
    margin: 25px 0;
}
.assisted-compare .assisted-box h4 {
    color: #000;
    font-size: 15px;
    padding: 8px 7px;
    margin-bottom: 0;
    text-align: center;
	height:66px;
}
.assisted-compare h4 {
    color: #048079;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}
.compare-slider .assisted-box {
    width: 100%;
}
.assisted-compare.assisted-compare-2{
    display: inherit;
}
.compare-slider {
    position: relative;
}

.compare-slider .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
}

.compare-slider .owl-nav .owl-prev i {
    color: #048079;
    font-size: 30px;
}

.compare-slider .owl-nav .owl-prev {
    position: absolute;
    left: -20px;
}
.compare-slider .owl-nav .owl-next i {
    color: #048079;
    font-size: 30px;
}

.compare-slider .owl-nav .owl-next {
    position: absolute;
    right: -20px;
}
.compare-slider .form-check {
    background-color: #048079;
    padding: 0 33px;
    margin: 0 8px;
    text-align: center;
    display: flex;
    justify-content: center;
    border-radius: 5px;
}

.compare-slider .form-check .form-check-input {
    margin-left: -5px;
}
.priceing-living ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.priceing-living ul li {
    font-size: 11px;
    background-color: #fff;
    padding: 10px 5px;
    margin-bottom: 10px;
    border: solid  1px #048079;
    box-shadow: rgba(4, 128, 121, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    border-radius: 5px;
}

.priceing-living ul li p{
    font-size: 12px;
    margin: 0;
}
.priceing-living ul li i{
    margin-left: 0;
    margin-right: 4px;
}
.senior-form-popup .form-group{
            position: relative;
        }
       .senior-form-popup .form-group .form-label {
	position: absolute;
    line-height: 1;
    top: 1px;
    transform: translateY(-50%);
    font-size: 0.7em;
    color: #048079;
    background-color: #fff;
    z-index: 1;
    font-weight: 600;
	margin-left: 8px;
    padding: 0 7px;
	text-transform: uppercase;
}
.senior-form-popup .form-group .form-control {
	border: 1px solid rgba(0, 0, 0, .35);
    width: 100%;
    max-width: 100%;
    padding: 0.65em 1em;
    color: #000;
    border-radius: 3px;
    background-color: transparent;
    font-size: 15px;
    height: 40px;
	position: relative;
}
.senior-form-popup .form-select option {
        font-size: 0.8em; /* Adjust this value as needed */
}
.senior-form-popup .modal-title {
    font-size: 19px;
    color: #000;
}
.senior-form-popup .box-search{
    padding: 8px;
    font-size: 13px;
    text-transform: uppercase;
}
.senior-form-popup p {
    font-size: 13px;
    color: #000;
}
.senior-form-popup .btn-close {
    position: absolute;
    right: -6px;
    background-color: #e27455;
    opacity: 1;
    color: #fff !important;
    top: -5px;
    border-radius: 50%;
}
#get-form .priceing-living ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#get-form .priceing-living ul li {
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 14px;
}

#get-form .priceing-living ul li p {
    font-size: 14px;
}
#get-form button.btn-close {
    padding: 10px;
    z-index: 999;
}
#get-form .priceing-living h3{
    font-size: 24px;
}
.call-and-box {
    display: flex;
    justify-content: center;
}

.get-form p strong {
    display: block;
}

#get-form p strong {
    display: block;
}
.call-and-box-i {
    margin-right: 14px;
}
.call-and-box-i i {
    background-color: #e27455;
    color: #fff;
    font-size: 29px;
    padding: 12px;
    border-radius: 50%;
}
#get-date .priceing-living ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#get-date .priceing-living ul li {
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 14px;
}

#get-date .priceing-living ul li p {
    font-size: 14px;
}
#get-date button.btn-close {
    padding: 10px;
    z-index: 999;
}
#get-date .priceing-living h3{
    font-size: 24px;
}


#get-price .priceing-living ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#get-price .priceing-living ul li {
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 14px;
}

#get-price .priceing-living ul li p {
    font-size: 14px;
}
#get-price button.btn-close {
    padding: 10px;
    z-index: 999;
}
#get-price .priceing-living h3{
    font-size: 24px;
}

#request-tour .priceing-living ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#request-tour .priceing-living ul li {
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 14px;
}

#request-tour .priceing-living ul li p {
    font-size: 14px;
}
#request-tour button.btn-close {
    padding: 10px;
    z-index: 999;
}
#request-tour .priceing-living h3{
    font-size: 24px;
}
.second-content-inner.style-btn {
}
.second-content-inner {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 5px 0;
}
.second-content-inner.style-btn input[type="radio"]:checked + label, .second-content-inner.style-btn input[type="radio"] + label:hover {
    background-color: #048079;
    color: #fff;
    padding: 13px 19px;
    border-radius: 5px;
    border: solid 1px #048079;
    margin-right: 10px;
    font-size: 14px;
    -webkit-box-shadow: 7px 7px 14px 2px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 7px 7px 14px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 7px 7px 14px 2px rgba(0, 0, 0, 0.08);
}
.second-content-inner.style-btn input[type="radio"] + label {
    background-color: transparent;
    color: #000;
    padding: 13px 19px;
    border-radius: 5px;
    border: solid 1px #048079;
    margin-right: 10px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.second-content-inner input[type="radio"] + label {
    font-size: 16px;
    line-height: normal;
    color: #5C5D61;
    font-weight: 400;
    text-transform: inherit;
    margin: 0;
    position: relative;
    display: inline-block;
    cursor: pointer;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.second-content-inner input[type="radio"] {
    display: none !important;
}
.formcommonclass {
	  display:none;
	  }
	  .formcommonclass.active {
	  display:block;
	  }
      #second-step{
    display: none;
    }
    	#first-step.inactive {
		display: none;
	}

	#second-step.active{
		display: block;
	}

.formcommonclass2 {
	  display:none;
	  }
	  .formcommonclass2.active {
	  display:block;
	  }
      #second-step2{
    display: none;
    }
    	#first-step2.inactive {
		display: none;
	}

	#second-step2.active{
		display: block;
	}

    .formcommonclass3 {
	  display:none;
	  }
	  .formcommonclass3.active {
	  display:block;
	  }
      
    	#first-step3.inactive {
		display: none;
	}
    #third-step3,
	#second-step3
    {
		display: none;
	}

	#third-step3.active,
	#second-step3.active{
		display: block;
	}

@media only screen and (max-width: 575px) {
  .header-top {
    text-align: center;
    flex-direction: column;
}

header {
    padding: 10px 0;
}

.logo-top {
    width: 100%;
}

.search-form {
    width: 100%;
    margin-top: 13px;
}

.header-nav {
    flex-direction: column;
}

.call-and-btn {
    display: none;
}

.content-box {
    flex-direction: column;
}

.content-lft {
    width: 100%;
}

.content-rgt {
    width: 100%;
}

.content-lft h2 {
    font-size: 26px;
    line-height: normal;
}

.content-lft span {
    margin-bottom: 30px;
}

.content-lft h3 {
    font-size: 20px;
}

.content-rgt h3 {
    font-size: 26px;
}

.wy-content {
    flex-direction: column;
}

.pit-ing {
    width: 100%;
    margin-bottom: 30px;
}

.wy-content-box {
    width: 100%;
}

.wh-ht {
    width: 100%;
}
.pro-content-description p {
    font-size: 15px;
}

section.fillter-sec.w-100.overflow-hidden {
    padding: 30px 0;
}

.featured-box.featured-box-inner {
    margin-bottom: 20px;
}

.pro-main.mt-5 {
    flex-direction: column;
}

.pro-list {
    width: 100%;
    margin-bottom: 20px;
}

.pro-content-box {
    width: 100%;
    margin-bottom: 30px;
}

.pro-content-img-form.mt-4 {
    flex-direction: column;
    text-align: center;
}

.pro-content-img-form-lft {
    width: 100%;
    margin-bottom: 20px;
}

.pro-content-img-form-rgt {
    width: 100%;
}

.search-box.search-box-3 {
    border-left: 0;
}
.fillter-box.fillter-box-2 .featured-box-inner {
    width: 100%;
}

.fillter-box.fillter-box-2 .search-box {
    width: 100%;
}

.pro-main.pro-main-2 .pro-list {
    width: 100%;
}

.pro-main.pro-main-2 .pro-content-box {
    width: 100%;
}
.assisted-btn ul {
    flex-direction: column;
    flex-wrap: wrap;
}

.assisted-btn ul li {
    display: inline-block;
    margin: 20px 0;
}

.assisted-compare {
    flex-direction: column;
}

.assisted-box {
    width: 100%;
    margin-bottom: 20px;
}
}
