@media only screen and (min-width: 1136px) and (max-width: 1236px) {
  .header figure img {
    width: 269px;
  }
  .menu-list ul li {
    padding: 16px 8px;
  }
}

@media (max-width: 1024px){
  .properties-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .section__inner-content {padding: 50px 10px!important;}
}
@media (max-width: 640px){
  .properties-grid{grid-template-columns:1fr;}
}

@media only screen and (min-width: 1025px) and (max-width: 1136px) {
  .header figure img {
    width: 169px;
  }
  .menu-list ul li {
    padding: 20px 10px;
  }
  .button.button--blue-bg {
    padding: 13px 14px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1480px) {
  .menu-list ul li a {
    font-size: 16px;
  }
  .menu-list ul li a:hover {
    font-size: 16px;
  }
  .menu-list ul > li.parent ul > li > a {
    font-size: 15px;
    line-height: 20px;
  }
  .menu-list ul > li.parent ul {
    top: 43px;
  }
  .hero-content h1 {
    font-size: 50px;
  }
  .button.button--blue-bg {
    padding: 18px 30px;
  }
  .menu-list ul li {
    padding: 50px 9px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .menu-list ul li a {
    font-size: 15px;
  }
  .menu-list ul li a:hover {
    font-size: 15px;
  }
  .menu-list ul > li.parent ul > li > a {
    font-size: 13px;
    line-height: 18px;
  }
  .menu-list ul li {
    padding: 20px 5px;
  }
  .menu-list ul > li.parent ul {
    top: 43px;
  }
  .footer-top div ul {
    padding-right: 60px;
  }
}
/****************************************************** iPad *********************************************************************/

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header.header {
    position: relative;
  }

  .header_bookbtn {
    position: absolute;
    right: 100px;
  }
  .hero-content h1 {
    font-size: 33px;
    max-width: 340px;
    padding-bottom: 20px;
  }
  .block-wrapper {
    margin: 0;
    padding: 50px 0;
  }
  .menu-list ul li {
    padding: 15px;
  }
  .footer-top div ul {
    padding-right: 30px;
  }
  .section__home-content {
    padding: 104px 0 125px 0;
  }
  .bottom-banner-content article h3 {
    max-width: 470px;
    font-size: 40px;
  }
  .mobile_menu {
    display: block;
  }
  .menu-trigger {
    display: block;
  }
  .mobile_menu {
    position: absolute;
    display: block;
    top: 50%;
    right: 10px;
  }
  .menu-trigger {
    display: block;
    position: relative;
    height: 50px;
    width: 50px;
  }
  .menu-trigger span {
    top: 22px;
  }
  .menu-list {
    display: none;
  }
  .block-item.four article h2 {
    font-size: 20px;
    max-width: 135px;
  }
  .block-item.four article {
    left: 25px;
    bottom: 15px;
  }
  .footer-top div ul {
    padding-right: 10px;
  }
  .footer ul li {
    font-size: 15px;
  }
  .footer ul li strong a {
    font-size: 18px;
  }
  .footer-top {
    flex-flow: column wrap;
  }
  .footer-top.flex-row.flex__space-between > div {
    width: 100%;
  }
  .footer-logo {
    display: flex;
    justify-content: center;
    padding-top: 40px;
  }
  .faq-items article {
    height: 260px;
  }
  .section__blue-banner h3 {
    font-size: 30px;
  }
  .mobile-menu-logo {
    padding: 30px;
  }
}

/****************************************************** MOBILE *********************************************************************/

@media only screen and (max-width: 767px) {
  .width__half {
    width: 100%;
  }
  .block-item {
    width: 100%;
    padding: 15px;
  }
  .block-wrapper {
    margin: 0;
    padding: 50px 0;
  }
  .content_left {
    padding-right: 0;
    padding-bottom: 50px;
  }
  .content_right {
    padding-left: 0;
  }
  header.header {
    position: relative;
    padding-bottom: 25px;
  }

  .hero-content h1 {
    font-size: 33px;
    max-width: 340px;
    padding-bottom: 20px;
  }

  .mobile_menu {
    display: block;
  }
  .menu-trigger {
    display: block;
  }
  .mobile_menu {
    position: absolute;
    display: block;
    top: 50%;
    right: 10px;
  }
  .menu-trigger {
    display: block;
    position: relative;
    height: 50px;
    width: 50px;
  }
  .menu-trigger span {
    top: 22px;
  }
  .menu-list {
    display: none;
  }
  .header figure img {
    width: 200px;
  }
  .section__hero img {
    height: 400px;
    object-fit: cover;
  }
  .header .flex-row {
    flex-flow: column;
  }

  .button-group > a:first-child {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .button-group.flex-row {
    flex-flow: column;
  }
  .section__home-content {
    padding: 0 0 0px;
  }

  .shape_img {
    object-fit: cover;
  }
  .section__bottom-banner figure img {
    height: 400px;
    object-fit: cover;
  }
  .bottom-banner-content article h3 {
    font-size: 35px;
  }
  .footer-top .flex-row {
    flex-flow: column;
  }
  .footer-top div ul {
    padding-right: 0;
    padding-bottom: 25px;
  }
  .footer-top {
    padding-bottom: 30px;
    flex-flow: column;
  }
  .footer-bottom.flex-row {
    flex-flow: column;
  }
  .footer-bottom.flex-row p:first-child {
    padding-bottom: 10px;
  }
  .content h3 {
    font-size: 22px;
    line-height: 35px;
    padding-bottom: 30px;
  }
  .content h3:after {
    bottom: 19px;
  }
  .footer {
    padding: 40px 0;
  }

  content h3 {
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 10px;
  }
  content h3::after {
    bottom: -5px;
  }
  .block-item.four,
  .block-item.three,
  .team-items,
  .faq-items,
  .testimonial-items {
    width: 100%;
  }
  .content .content_left p {
    font-size: 20px;
  }

  .section__blue-banner h3 {
    font-size: 24px;
  }
  .section__team h2 {
    font-size: 30px;
    padding-bottom: 30px;
  }
  .team-items {
    padding-bottom: 60px;
  }

  .team-popup figure {
    width: 100%;
    padding-right: 0;
  }

  .team-popup article {
    width: 100%;
    padding-top: 40px;
  }
  .section__blue-banner.blue-banner__bottom {
    padding: 15px;
  }
  .section__blue-banner.blue-banner__bottom a {
    margin-right: 0;
    margin-bottom: 30px;
    font-size: 18px;
  }
  .mobile-menu-logo {
    padding: 30px;
  }
  .contact-left.content {
    width: 100%;
  }
  .contact-right {
    width: 100%;
  }
  .contact_content {
    padding: 50px 0;
  }
  .listing-item {
    padding: 0;
    width: 100%;
    padding-bottom: 20px;
  }
  .pp-listing {
    margin: 0;
  }
  .search-feild input {
    width: 75%;
  }
  .search-btn.button {
    width: 20%;
  }
  .left-col {
    width: 100%;
  }
  .right-col {
    width: 100%;
    padding-left: 0px;
  }
  .slick-prev {
    left: 0px;
    z-index: 999;
  }
  .slick-next {
    right: -0px;
    z-index: 999;
  }
}
