
/* Home FAQs Starts  */

.home-faq {
    padding: 90px 0 240px 0;
    background-color: #F4F1EC; 
}
body.jellystoneproperty.home-page .home-faq {
    padding: 70px 0 70px 0;
    background-color: transparent; 
}
body.jellystone-innerpage .home-faq {
    padding: 70px 0 70px 0;
    background-color: #DCECF5; 
}
.home-faq-title {
    text-align: center;
    margin-bottom: 100px;
}
.home-faq-title h2 {
    font-size: 80px;
    line-height: 80px;
}
.jellystoneproperty .home-faq-title h2 {
    font-size: 48px;
    line-height: 50px;
}
ul.home-faq-grid li {
    width: 100%;
    padding-top: 0 !important;
    padding-bottom: 15px;
    padding-left: 0;
    margin: 0 !important;
    margin-bottom: 25px !important;
    border-bottom: 1px solid var(--border-color);
    border-top: none !important;
}
ul.home-faq-grid.uk-accordion li:nth-child(even) {
    margin-left: 0 !important;
}
ul.home-faq-grid.uk-accordion li:nth-child(odd) {
    margin-right: 0 !important;
}
ul.home-faq-grid li a.uk-accordion-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}
ul.home-faq-grid.uk-accordion {
    display: block;
    padding-left: 20px;
    justify-content: space-between;
}
ul.home-faq-grid li a:before {
    top: 0;
    right: 10px;
    transform: rotate(0deg);
}

ul.home-faq-grid .uk-open>.uk-accordion-title::before {
    transform: translateY(50%) rotate(180deg);
}
@media (min-width: 1024px) {
    .home-page .home-faq .uk-container {
        max-width: 960px;
    }
    .home-faq .uk-container {
        max-width: 960px;
    }
}
@media (max-width: 767px) {
  

  .home-faq {
      padding: 70px 0 150px 0;
  }
  .home-faq-title {
      text-align: center;
      margin-bottom: 50px;
  }
  .home-faq-title h2 {
      font-size: 60px;
      line-height: 60px;
  }
  ul.home-faq-grid li {
      width: 100%;
  }
  ul.home-faq-grid.uk-accordion li:nth-child(even) {
      margin-left: 0 !important;
  }
  ul.home-faq-grid.uk-accordion li:nth-child(odd) {
      margin-right: 0 !important;
  }
  ul.home-faq-grid li a.uk-accordion-title {
      font-size: 16px;
      font-weight: 500;
      padding-right: 30px;
      line-height: 25px;
  }
  body.jellystoneproperty.home-page .home-faq {
      padding: 0 0 70px 0;
      background-color: transparent;
  }
  .jellystoneproperty .home-faq-title h2 {
      font-size: 30px;
      line-height: 30px;
  }
}  
  
/* Home FAQs Ends  */
/* Home Banner Start */

.home-banner {
    padding: 190px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.home-banner:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(10, 43, 61, 0.5);
}
/* .home-banner:before {
    z-index: 2;
    content: '';
    width: 100%;
    height: 88px;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-image: url("https://assets.milestoneinternet.com/the-jenkins-organization/bg-images/home-banner-bg.png");
    background-repeat: no-repeat;
    background-position: bottom;
} */
.home-banner .home-banner-content .home-banner-grid {
    justify-content: space-between;
}
.home-banner .home-banner-content {
    z-index: 2;
    top: 50px;
    padding: 0 50px;
    position: relative;
}
.home-banner .home-banner-content .banner-content {
    max-width: 480px;
}
.home-banner .home-banner-content .banner-title h2 {
    color: #fff;
}

.home-banner .home-banner-content .banner-content .description {
    color: #fff;
}
.home-banner .home-banner-content .banner-content .description {
    color: #fff;
    margin-bottom: 20px;
}
.banner-cta a.uk-button-primary { padding: 12px 24px 12px 24px; }
.banner-cta a.uk-button-primary:after {
    display: none;
}
.home-banner .home-banner-content .banner-content .banner-cta a.uk-button-primary {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.home-banner .home-banner-content .banner-content .banner-cta a.uk-button-primary:focus, .home-banner .home-banner-content .banner-content .banner-cta a.uk-button-primary:hover {
    border-color: var(--primary-cta-font-color);
}
@media (max-width: 959.98px) {
  .home-banner .home-banner-content {
      padding: 0;
  }
}
@media (max-width: 767px) {
  .home-banner {
      padding: 80px 0 120px 0;
      background-position: center;
  }
  /* .home-banner:before {
      height: 65px;
      background-position: 33%;
  } */
  .home-banner .home-banner-content .banner-title h2 {
      color: #fff;
      font-size: 45px;
      line-height: 50px;
  }
  .home-banner .home-banner-content .banner-content {
      max-width: 100%;
      margin-top: 10px;
  }
}
/* Home Banner Start */

/* Home Banner Starts */

.home-page.property-view .home-banner.property-home-banner .uk-container {
    max-width: 800px;
}
.home-banner.property-home-banner .home-banner-content {
    text-align: center;
}
.home-banner.property-home-banner .home-banner-content .banner-title h2 {
    margin-bottom: 10px;
}
.home-banner.property-home-banner .home-banner-content .description {
    max-width: 100%;
    color: var(--inverse-font-color);
}
.home-banner-grid .banner-cta {
    padding-top: 25px;
}
.home-banner.property-home-banner .home-banner-content .banner-cta a.uk-button-primary {
    color: var(--inverse-font-color);
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.home-banner.property-home-banner .home-banner-content .banner-cta a.uk-button-primary:focus, .home-banner.property-home-banner .home-banner-content  .banner-cta a.uk-button-primary:hover {
    border-color: var(--primary-cta-font-color);
}
@media (max-width: 768px) {
    .home-banner {
        padding: 150px 0;
        background-repeat: no-repeat;
    }
    .home-banner.property-home-banner .home-banner-content .description {
        max-width: 100%;
    }
    .home-banner .home-banner-content {
        top: 0;
    }
    .home-banner.property-home-banner .home-banner-content .banner-title h2 {
        font-size: 35px;
    }
}

@media (max-width: 768px) {
    .home-banner {
        padding: 100px 0;
        background-size: cover;
        background-position: center;
    }
}
@media (max-width: 767px) {
    /* .home-banner:before {
         background-position: 25%;
    } */
}

/* Home Banner Ends */


/* Gallery Page Starts  */
.page-headline--gallery {
  padding-top: 112px;
  padding-bottom: 50px;
}
.gallery-filter {
  z-index: 2;
  max-width: 300px;
  position: relative;
  margin: 0 auto;
}
.gallery-filter:after {
    content: "\e908";
    width: 10px;
    height: 10px;
    font-size: 16px;
    display: inline-flex;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .4s ease;
    position: absolute;
    right: 20px;
    bottom: 22.5px;
    font-weight: normal;
    font-family: var(--icon-fonts) !important;
    line-height: 1;
}
.gallery-filter > select:not([multiple]):not([size]) {
  min-height: 50px;
  font-size: 17px;
  color: var(--text-color);
  padding-left: 15px;
  padding-right: 40px;  
  background-image: none;
  background-size: 14px;
  border: 1.2px solid rgba(120,114,109,.5);
  border-radius: 4px;
  font-family: var(--text-fonts);
  cursor: pointer;
}
.gallery-container {
  max-width: 1600px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-headline--gallery .page-headline__title {
  margin-bottom: 25px !important;
}
.gallery-grid {
    margin-left: -30px !important;
}
.gallery-media {
    padding-left: 30px;
}
.gallery-media.uk-grid-margin {
    margin-top: 30px;
}
.gallery-media > a {
  height: 0;
  display: block;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 10px;
  background: transparent;  
}

.gallery-media > a > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  border-radius: 10px;
  transition: all .4s ease;
}

.gallery-media > a:after {
  z-index: 2;
  content: "\e939";
  width: 50px;
  height: 50px;
  font-size: 50px;
  color: var(--inverse-font-color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);  
  display: flex;  
  margin: 0 auto;
  left: 0;
  right: 0;
  opacity: 0;  
  text-align: center;  
  align-items: center;
  justify-content: center;
  transition: all .4s ease;  
  font-family: var(--icon-fonts);  
}
.gallery-media > a:before {
  
  
  z-index: 2;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  transition: all .4s ease;
  background-color: rgba(10, 43, 61, 0.5);
}

.gallery-media > a:focus:before, .gallery-media > a:hover:before {
  opacity: 1;
  transition: all .4s ease;
}

.gallery-media > a:focus:after, .gallery-media > a:hover:after  {
  opacity: 1;
  transition: all .4s ease;
}

.gallery-media > a:hover > img, .gallery-media > a:focus > img {
  transform: scale(1.1);
}
.gallery-container.uk-container.uk-container-expand {
    position: relative;
    padding-bottom: 112px;
}
.page-headline--gallery {
    position: relative;
}
.page-headline--gallery:after {
    display: none;
}
@media (max-width: 1400px) {
  .page-headline--gallery:after {
     top: 100px;
  }
}

@media (max-width: 1024px) {
  
  .page-headline--gallery {
      padding-top: 50px;
      padding-bottom: 50px;
  }
  .page-headline--gallery:after {
      z-index: 0;
      width: 438px;
      height: 178px;
      top: 134px;
  }
  
}
@media (max-width: 767.98px) {
  .gallery-container.uk-container.uk-container-expand {
      padding-bottom: 50px;
  }
  .page-headline--gallery {
      padding-top: 50px;
      padding-bottom: 50px;
  }
  .gallery-filter > select:not([multiple]):not([size]) {
      font-size: 16px;
  }
  .gallery-container {
      padding: 10px;
  }
  .gallery-container .uk-grid {
      margin-left: -10px !important;
  }
  .gallery-container .uk-grid>* {
      padding-left: 10px;
  }
  .gallery-container .uk-grid-small>.uk-grid-margin {
      margin-top: 10px;
  }
  .page-headline--gallery .page-headline__title {
      font-size: 44px;
      line-height: 50px;
  }
  .page-headline--gallery {
      padding-top: 50px;
      padding-bottom: 10px;
  }
  .page-headline--gallery:after {
      width: 338px;
      height: 158px;
      top: 60px;
  } 
}

/* Gallery Page Ends  */
/*------------ Explore Amenities Start ------------*/

.explore-amenities.five-block {
    padding: 70px 0; 
    background-color: #DCECF5;
}
.main-title {    
    text-align: center;
    margin-bottom: 50px;
}
.explore-amenities-block-grid {
    align-items: self-start;
}
.explore-amenities-block-grid .icon {
    height: 80px;
}
.icon-title {
    margin-top: 20px;
}
.icon-title h3 {
    max-width: 55%;
}
.explore-amenities-content ul li {
    list-style: none;
    margin-top: 10px;
}
.explore-amenities-content ul li:first-child {
    margin-top: 0;
}

@media (max-width: 959.99px) {
  .disclaimer-content .disclaimer-description {
      max-width: 100%;
  }
  .disclaimer-grid .disclaimer-content ul {
      width: 100%;
  }
  .explore-amenities-block {
    text-align: center;
  }
  .explore-amenities-block-grid .icon {
    height: auto;
  }
  .icon-title {
    margin-top: 20px;
  }
  .icon-title h3 {
    max-width: 100%;
    margin-bottom: 10px;
  }
  
}
/*------------ Explore Amenities Ends ------------*/