@font-face {
  font-family: "ChangaOne-Regular";
  src: url("../webfonts/ChangaOne-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "Raleway-Light";
  src: url("../webfonts/Raleway-Light.ttf") format("truetype"); }

@font-face {
  font-family: "Raleway-Regular";
  src: url("../webfonts/Raleway-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "Raleway-Bold";
  src: url("../webfonts/Raleway-Bold.ttf") format("truetype"); }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 5px 0; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

a {
  display: block;
  text-decoration: none !important;
  color: #272727; }

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  overflow-x: hidden; }

*,
*::before,
*::after {
  box-sizing: border-box; }

body {
  font-family: "Raleway-Regular", sans-serif;
  margin: 0; }
  body .lines {
    padding: .6rem;
    display: grid;
    align-items: center;
    justify-items: start;
    grid-gap: 7px;
    cursor: pointer; }
    body .lines .line {
      background-color: #272727;
      height: 2px;
      border-radius: 1rem;
      transform: rotate(0); }
      body .lines .line.first-line {
        width: 22px; }
      body .lines .line.middle-line {
        width: 18px; }
      body .lines .line.last-line {
        width: 28px; }
    body .lines.toggle-lines {
      visibility: hidden; }
  body .header-md {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background-color: #FFF;
    z-index: 11;
    border-bottom: 1px solid #EEE; }
    body .header-md .lines-logo {
      display: grid;
      justify-content: space-between;
      align-items: center;
      grid-template-rows: 1fr;
      grid-auto-flow: column;
      height: 90px;
      transition: all .8s ease-out; }
      body .header-md .lines-logo .logo-div img {
        width: 110px;
        height: 85px; }
    body .header-md .header-md-ul-div {
      background-color: #2f4f4f;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      padding: 100px 0;
      width: 60vw;
      transform: translate(-100%, 0);
      transition: all .8s ease-in-out; }
      body .header-md .header-md-ul-div .close-lines {
        width: 25px;
        height: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: absolute;
        cursor: pointer;
        transform: rotate(520deg);
        top: 35px;
        left: 22px;
        transition: all 1s ease .5s; }
        @media only screen and (min-width: 768px) {
          body .header-md .header-md-ul-div .close-lines {
            left: 50px; } }
        body .header-md .header-md-ul-div .close-lines div {
          width: 32px;
          height: 2px;
          background-color: #f53b57;
          border-radius: 2rem;
          transition: all 1s ease-out; }
          body .header-md .header-md-ul-div .close-lines div:first-child {
            margin-bottom: -2px;
            transform: rotate(45deg); }
          body .header-md .header-md-ul-div .close-lines div:last-child {
            transform: rotate(-45deg); }
        body .header-md .header-md-ul-div .close-lines.toggle-close-lines {
          transform: rotate(0);
          left: calc(100% - 25px - 22px); }
          @media only screen and (min-width: 768px) {
            body .header-md .header-md-ul-div .close-lines.toggle-close-lines {
              left: calc(100% - 25px - 50px); } }
      @media only screen and (min-width: 768px) {
        body .header-md .header-md-ul-div {
          width: 40vw; } }
      @media only screen and (min-width: 992px) {
        body .header-md .header-md-ul-div {
          width: 30vw; } }
      body .header-md .header-md-ul-div .header-md-ul {
        display: grid;
        grid-gap: 14px; }
        body .header-md .header-md-ul-div .header-md-ul > li a {
          padding: 4px 22px;
          color: #FFF;
          text-transform: uppercase;
          font-size: 12px; }
          @media only screen and (min-width: 768px) {
            body .header-md .header-md-ul-div .header-md-ul > li a {
              font-size: 1.3rem;
              padding: 4px 50px; } }
        body .header-md .header-md-ul-div .header-md-ul > li.submit-li a {
          width: max-content;
          font-size: 12px;
          background-color: #079992;
          color: #ffffff;
          padding: 8px 16px;
          margin-left: 7px;
          border-radius: 22px;
          font-weight: 700;
          transition: all .4s ease-out;
          letter-spacing: 1px; }
          @media only screen and (min-width: 768px) {
            body .header-md .header-md-ul-div .header-md-ul > li.submit-li a {
              margin-left: 50px; } }
          body .header-md .header-md-ul-div .header-md-ul > li.submit-li a i {
            font-size: .9rem; }
          body .header-md .header-md-ul-div .header-md-ul > li.submit-li a:hover {
            color: #4d4d4d;
            background-color: #FFF; }
    body .header-md.toggle-header-md .lines-logo {
      transform: translate(60vw, 0); }
      @media only screen and (min-width: 768px) {
        body .header-md.toggle-header-md .lines-logo {
          transform: translate(40vw, 0); } }
      @media only screen and (min-width: 992px) {
        body .header-md.toggle-header-md .lines-logo {
          transform: translate(30vw, 0); } }
    body .header-md.toggle-header-md .header-md-ul-div {
      transform: translate(0, 0); }
    body .header-md.view-header-md {
      box-shadow: 0 2px 18px rgba(0, 0, 0, 0.4); }
    @media only screen and (min-width: 992px) {
      body .header-md {
        display: none; }
        body .header-md.view-header-md {
          display: block; } }
  body .header-lg-all {
    display: none;
    z-index: 1;
    background-color: #2f4f4f;
    position: relative; }
    @media only screen and (min-width: 992px) {
      body .header-lg-all {
        display: block; } }
    body .header-lg-all .top-header {
      display: none;
      text-align: right;
      padding-bottom: 1rem; }
      body .header-lg-all .top-header a {
        color: #FFF; }
      @media only screen and (min-width: 992px) {
        body .header-lg-all .top-header {
          display: block; } }
      body .header-lg-all .top-header ul {
        display: grid;
        grid-template-columns: repeat(3, auto);
        justify-content: space-between; }
        body .header-lg-all .top-header ul li .a-logo img {
          width: 110px;
          height: 85px; }
        body .header-lg-all .top-header ul li.avatar-li {
          align-self: center; }
          body .header-lg-all .top-header ul li.avatar-li .a-avatar img {
            width: 50px;
            height: 50px;
            border-radius: 50%; }
        body .header-lg-all .top-header ul .call-us-li {
          align-self: start;
          padding: .3rem .6rem;
          display: grid;
          grid-template-rows: auto auto;
          grid-gap: 4px; }
          body .header-lg-all .top-header ul .call-us-li .number-a span {
            font-size: .8rem;
            line-height: 1.4; }
          body .header-lg-all .top-header ul .call-us-li .social-div {
            display: grid;
            grid-template-columns: repeat(4, auto);
            grid-gap: 4px;
            justify-items: center; }
            body .header-lg-all .top-header ul .call-us-li .social-div a {
              display: grid;
              justify-items: center;
              align-items: center; }
        body .header-lg-all .top-header ul .fb {
          display: flex;
          align-items: center; }
        body .header-lg-all .top-header ul .profile-img {
          padding: .3rem .6rem; }
          body .header-lg-all .top-header ul .profile-img a img {
            width: 50px;
            height: 50px;
            border-radius: 50%; }
    body .header-lg-all .header-lg-main {
      padding-bottom: 18px; }
      body .header-lg-all .header-lg-main .header-lg-main-container > ul {
        display: grid;
        grid-template-rows: 1fr;
        grid-auto-flow: column;
        justify-content: space-around;
        align-content: center; }
        body .header-lg-all .header-lg-main .header-lg-main-container > ul li {
          display: grid;
          align-items: center; }
          body .header-lg-all .header-lg-main .header-lg-main-container > ul li a {
            color: #FFF;
            font-size: .9rem;
            text-transform: uppercase; }
            body .header-lg-all .header-lg-main .header-lg-main-container > ul li a:hover {
              color: #079992; }
          body .header-lg-all .header-lg-main .header-lg-main-container > ul li.submit-li a {
            font-size: 12px;
            background-color: #079992;
            color: #ffffff;
            padding: 8px 16px;
            border-radius: 22px;
            font-weight: 700;
            transition: all .4s ease-out;
            letter-spacing: 1px; }
            body .header-lg-all .header-lg-main .header-lg-main-container > ul li.submit-li a i {
              font-size: .9rem; }
            body .header-lg-all .header-lg-main .header-lg-main-container > ul li.submit-li a:hover {
              color: #4d4d4d;
              background-color: #FFF; }
  body .rest-sections {
    transition: all .8s ease-in-out;
    margin-top: 90px; }
    @media only screen and (min-width: 992px) {
      body .rest-sections {
        margin-top: 0; } }
    body .rest-sections.toggle-rest-sections {
      transform: translate(60vw, 0); }
      @media only screen and (min-width: 768px) {
        body .rest-sections.toggle-rest-sections {
          transform: translate(40vw, 0); } }
      @media only screen and (min-width: 992px) {
        body .rest-sections.toggle-rest-sections {
          transform: translate(30vw, 0); } }
    body .rest-sections .main-slider-search-form {
      position: relative; }
      body .rest-sections .main-slider-search-form .home-main-slider .swiper-wrapper .single-slide {
        position: relative; }
        body .rest-sections .main-slider-search-form .home-main-slider .swiper-wrapper .single-slide::after {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          background-color: rgba(0, 0, 0, 0.5);
          content: ''; }
        body .rest-sections .main-slider-search-form .home-main-slider .swiper-wrapper .single-slide img {
          width: 100%;
          height: 60vh; }
          @media only screen and (min-width: 768px) {
            body .rest-sections .main-slider-search-form .home-main-slider .swiper-wrapper .single-slide img {
              height: calc(100vh - 143px - 200px); } }
          @media only screen and (min-width: 992px) {
            body .rest-sections .main-slider-search-form .home-main-slider .swiper-wrapper .single-slide img {
              height: calc(100vh - 143px); } }
        body .rest-sections .main-slider-search-form .home-main-slider .swiper-wrapper .single-slide .slider-text {
          z-index: 2;
          position: absolute;
          top: 20%;
          left: 0;
          right: 0;
          color: #FFF;
          text-align: center;
          padding: 0 1.4rem 1.4rem; }
          body .rest-sections .main-slider-search-form .home-main-slider .swiper-wrapper .single-slide .slider-text p {
            text-transform: uppercase; }
          body .rest-sections .main-slider-search-form .home-main-slider .swiper-wrapper .single-slide .slider-text .heading p {
            font-family: "Raleway-Bold";
            margin-bottom: 1rem;
            font-size: 1.2rem;
            white-space: nowrap; }
            @media only screen and (min-width: 768px) {
              body .rest-sections .main-slider-search-form .home-main-slider .swiper-wrapper .single-slide .slider-text .heading p {
                font-size: 2rem; } }
            @media only screen and (min-width: 992px) {
              body .rest-sections .main-slider-search-form .home-main-slider .swiper-wrapper .single-slide .slider-text .heading p {
                font-size: 4rem; } }
          body .rest-sections .main-slider-search-form .home-main-slider .swiper-wrapper .single-slide .slider-text .sub-heading {
            max-width: 80%;
            margin: auto; }
            body .rest-sections .main-slider-search-form .home-main-slider .swiper-wrapper .single-slide .slider-text .sub-heading p {
              font-size: .9rem;
              margin-bottom: 1rem; }
              @media only screen and (min-width: 768px) {
                body .rest-sections .main-slider-search-form .home-main-slider .swiper-wrapper .single-slide .slider-text .sub-heading p {
                  font-size: 1.2rem; } }
          body .rest-sections .main-slider-search-form .home-main-slider .swiper-wrapper .single-slide .slider-text .button {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 2rem; }
            body .rest-sections .main-slider-search-form .home-main-slider .swiper-wrapper .single-slide .slider-text .button a {
              background-color: #2f4f4f;
              color: #FFF;
              padding: 8px 14px;
              text-transform: uppercase;
              width: max-content;
              transition: all .4s ease-out;
              outline: 0;
              border: 0;
              border-radius: 2rem; }
      body .rest-sections .main-slider-search-form .home-main-slider .swiper-button-next:focus,
      body .rest-sections .main-slider-search-form .home-main-slider .swiper-button-prev:focus {
        outline: 0; }
      body .rest-sections .main-slider-search-form .home-main-slider .home-main-next,
      body .rest-sections .main-slider-search-form .home-main-slider .home-main-prev {
        box-sizing: content-box;
        padding: 12px 10px;
        opacity: .8;
        transition: all .2s ease-out;
        width: 18px;
        height: 35px;
        margin-top: -17px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 22%;
        background-color: #2f4f4f; }
        @media only screen and (min-width: 768px) {
          body .rest-sections .main-slider-search-form .home-main-slider .home-main-next,
          body .rest-sections .main-slider-search-form .home-main-slider .home-main-prev {
            padding: 16px 14px;
            width: 30px;
            height: 47px;
            margin-top: -23px; } }
        body .rest-sections .main-slider-search-form .home-main-slider .home-main-next:hover,
        body .rest-sections .main-slider-search-form .home-main-slider .home-main-prev:hover {
          opacity: 1; }
      body .rest-sections .main-slider-search-form .home-main-slider .home-main-next {
        background-image: url("../webfonts/right-arrow.svg");
        border-top-left-radius: 50%;
        border-bottom-left-radius: 50%;
        right: 0; }
      body .rest-sections .main-slider-search-form .home-main-slider .home-main-prev {
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        background-image: url("../webfonts/left-arrow.svg");
        left: 0; }
      body .rest-sections .main-slider-search-form .home-main-slider .home-main-pagination {
        display: grid;
        grid-gap: 4px;
        align-content: start;
        align-items: center;
        position: absolute;
        width: unset;
        grid-template-rows: 1fr;
        grid-auto-flow: column;
        left: 50%;
        transform: translate(-50%, 0); }
        @media only screen and (min-width: 992px) {
          body .rest-sections .main-slider-search-form .home-main-slider .home-main-pagination {
            align-items: start;
            left: unset;
            transform: unset;
            bottom: unset;
            top: 20px;
            right: 20px;
            grid-gap: 8px; } }
        body .rest-sections .main-slider-search-form .home-main-slider .home-main-pagination span {
          background-color: #FFF;
          width: 16px;
          height: 4px;
          opacity: .8;
          transition: all .3s ease-out;
          margin: 0;
          border-radius: 2rem; }
          @media only screen and (min-width: 768px) {
            body .rest-sections .main-slider-search-form .home-main-slider .home-main-pagination span {
              width: 20px;
              height: 6px; } }
          @media only screen and (min-width: 992px) {
            body .rest-sections .main-slider-search-form .home-main-slider .home-main-pagination span {
              width: 8px;
              height: 32px; } }
          body .rest-sections .main-slider-search-form .home-main-slider .home-main-pagination span.swiper-pagination-bullet-active {
            background-color: #3d6161;
            border: 0;
            box-shadow: 1px 1px 18px rgba(255, 255, 255, 0.219);
            width: 20px;
            height: 5px; }
            @media only screen and (min-width: 768px) {
              body .rest-sections .main-slider-search-form .home-main-slider .home-main-pagination span.swiper-pagination-bullet-active {
                width: 24px;
                height: 7px; } }
            @media only screen and (min-width: 992px) {
              body .rest-sections .main-slider-search-form .home-main-slider .home-main-pagination span.swiper-pagination-bullet-active {
                width: 12px;
                height: 42px; } }
          body .rest-sections .main-slider-search-form .home-main-slider .home-main-pagination span:focus {
            outline: 0; }
        body .rest-sections .main-slider-search-form .home-main-slider .home-main-pagination:focus {
          outline: 0; }
      body .rest-sections .main-slider-search-form .home-search-form {
        margin-top: 3rem; }
        body .rest-sections .main-slider-search-form .home-search-form form {
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
          box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
          grid-gap: 1px;
          background-color: #EEE; }
          body .rest-sections .main-slider-search-form .home-search-form form .single-form-item select {
            padding: 16px 1rem;
            width: 100%;
            border: 0;
            -moz-appearance: none;
            /* Firefox */
            -webkit-appearance: none;
            /* Safari and Chrome */
            appearance: none;
            background-image: url("../webfonts/arrow_carrot-down.svg");
            background-repeat: no-repeat;
            background-position: center right;
            font-size: .9rem; }
            body .rest-sections .main-slider-search-form .home-search-form form .single-form-item select:focus {
              outline: 0; }
          body .rest-sections .main-slider-search-form .home-search-form form .single-form-item:nth-last-of-type(2) {
            grid-column: 1 / -1; }
            @media only screen and (min-width: 414px) {
              body .rest-sections .main-slider-search-form .home-search-form form .single-form-item:nth-last-of-type(2) {
                grid-column: unset; } }
            @media only screen and (min-width: 517px) {
              body .rest-sections .main-slider-search-form .home-search-form form .single-form-item:nth-last-of-type(2) {
                grid-column: 1/-1; } }
            @media only screen and (min-width: 768px) {
              body .rest-sections .main-slider-search-form .home-search-form form .single-form-item:nth-last-of-type(2) {
                grid-column: unset; } }
          body .rest-sections .main-slider-search-form .home-search-form form .find-button {
            grid-column: 1 / -1;
            display: grid;
            line-height: 1; }
            @media only screen and (min-width: 414px) {
              body .rest-sections .main-slider-search-form .home-search-form form .find-button {
                grid-column: unset; } }
            @media only screen and (min-width: 517px) {
              body .rest-sections .main-slider-search-form .home-search-form form .find-button {
                grid-column: 1/-1; } }
            @media only screen and (min-width: 992px) {
              body .rest-sections .main-slider-search-form .home-search-form form .find-button {
                grid-column: unset; } }
            body .rest-sections .main-slider-search-form .home-search-form form .find-button button {
              padding: 16px 1rem;
              border: 0;
              background-color: #2f4f4f;
              color: #FFF;
              display: flex;
              justify-content: center;
              align-items: center; }
              body .rest-sections .main-slider-search-form .home-search-form form .find-button button i {
                margin-right: 6px;
                font-size: .9rem; }
              body .rest-sections .main-slider-search-form .home-search-form form .find-button button:focus {
                outline: 0; }
        @media only screen and (min-width: 992px) {
          body .rest-sections .main-slider-search-form .home-search-form {
            position: absolute;
            left: 10%;
            right: 10%;
            bottom: 20%;
            z-index: 2; }
            body .rest-sections .main-slider-search-form .home-search-form form .single-form-item select {
              border-top: 0;
              border-bottom: 0; }
            body .rest-sections .main-slider-search-form .home-search-form form .find-button {
              grid-column: unset; } }
    body .rest-sections .featured-projects-section {
      margin-top: 3rem; }
      @media only screen and (min-width: 768px) {
        body .rest-sections .featured-projects-section {
          margin-top: 4rem; } }
      @media only screen and (min-width: 992px) {
        body .rest-sections .featured-projects-section {
          margin-top: 5rem; } }
      body .rest-sections .featured-projects-section .heading p {
        font-size: 1.1rem;
        font-family: "Raleway-Bold";
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 0; }
        @media only screen and (min-width: 768px) {
          body .rest-sections .featured-projects-section .heading p {
            font-size: 1.4rem; } }
        @media only screen and (min-width: 992px) {
          body .rest-sections .featured-projects-section .heading p {
            font-size: 2rem; } }
      body .rest-sections .featured-projects-section .sub-heading {
        margin-bottom: 2rem; }
        body .rest-sections .featured-projects-section .sub-heading p {
          text-align: center;
          margin: 0; }
      body .rest-sections .featured-projects-section .featured-projects-slider-container {
        position: relative; }
        body .rest-sections .featured-projects-section .featured-projects-slider-container .featured-projects-slider {
          position: static; }
          body .rest-sections .featured-projects-section .featured-projects-slider-container .featured-projects-slider .swiper-wrapper .single-slide {
            background-color: whitesmoke;
            box-shadow: none;
            transition: all .3s ease; }
            body .rest-sections .featured-projects-section .featured-projects-slider-container .featured-projects-slider .swiper-wrapper .single-slide .slider-img {
              overflow: hidden;
              height: 220px;
              position: relative; }
              @media only screen and (min-width: 768px) {
                body .rest-sections .featured-projects-section .featured-projects-slider-container .featured-projects-slider .swiper-wrapper .single-slide .slider-img {
                  height: 200px; } }
              body .rest-sections .featured-projects-section .featured-projects-slider-container .featured-projects-slider .swiper-wrapper .single-slide .slider-img img {
                transition: all .4s ease-out;
                width: 100%;
                height: 100%; }
              body .rest-sections .featured-projects-section .featured-projects-slider-container .featured-projects-slider .swiper-wrapper .single-slide .slider-img::after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: linear-gradient(to top, rgba(35, 35, 37, 0.9) 0%, rgba(35, 35, 37, 0.45) 35%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%);
                border-radius: 4px 4px 0 0;
                opacity: 1; }
              body .rest-sections .featured-projects-section .featured-projects-slider-container .featured-projects-slider .swiper-wrapper .single-slide .slider-img .featured {
                position: absolute;
                top: 0;
                z-index: 999;
                right: 0;
                width: 100%;
                font-size: 15px;
                padding: 0;
                overflow: hidden;
                height: 100px; }
                body .rest-sections .featured-projects-section .featured-projects-slider-container .featured-projects-slider .swiper-wrapper .single-slide .slider-img .featured span {
                  float: left;
                  transform: rotate(-45deg);
                  left: -67px;
                  top: 22px;
                  position: relative;
                  text-align: center;
                  width: 200px;
                  font-size: 12px;
                  margin: 0;
                  padding: 7px 10px;
                  font-weight: 600;
                  background-color: #066f90;
                  color: #fff;
                  box-shadow: 1px 2px 3px 0 rgba(2, 0, 0, 0.2); }
            body .rest-sections .featured-projects-section .featured-projects-slider-container .featured-projects-slider .swiper-wrapper .single-slide .slider-text {
              padding: 12px 14px 0 14px;
              transition: all .3s ease; }
              body .rest-sections .featured-projects-section .featured-projects-slider-container .featured-projects-slider .swiper-wrapper .single-slide .slider-text .heading p {
                color: #066f90;
                font-size: 18px;
                margin-bottom: 6px; }
              body .rest-sections .featured-projects-section .featured-projects-slider-container .featured-projects-slider .swiper-wrapper .single-slide .slider-text .location {
                color: #5f5e5e;
                font-size: .9rem; }
                body .rest-sections .featured-projects-section .featured-projects-slider-container .featured-projects-slider .swiper-wrapper .single-slide .slider-text .location i {
                  margin-right: 6px; }
              body .rest-sections .featured-projects-section .featured-projects-slider-container .featured-projects-slider .swiper-wrapper .single-slide .slider-text .project-details {
                margin-top: 12px;
                display: grid;
                grid-template-rows: 1fr;
                grid-auto-flow: column;
                grid-gap: 4px;
                justify-content: space-between;
                border-top: 1px solid lightgray;
                padding: 10px 12px 20px 12px;
                margin-left: -14px;
                margin-right: -14px; }
                body .rest-sections .featured-projects-section .featured-projects-slider-container .featured-projects-slider .swiper-wrapper .single-slide .slider-text .project-details .separate-line {
                  width: 1px;
                  height: 100%;
                  background-color: lightgrey; }
                body .rest-sections .featured-projects-section .featured-projects-slider-container .featured-projects-slider .swiper-wrapper .single-slide .slider-text .project-details .area,
                body .rest-sections .featured-projects-section .featured-projects-slider-container .featured-projects-slider .swiper-wrapper .single-slide .slider-text .project-details .projects,
                body .rest-sections .featured-projects-section .featured-projects-slider-container .featured-projects-slider .swiper-wrapper .single-slide .slider-text .project-details .project-type {
                  display: grid;
                  grid-gap: 8px;
                  justify-items: center; }
                  body .rest-sections .featured-projects-section .featured-projects-slider-container .featured-projects-slider .swiper-wrapper .single-slide .slider-text .project-details .area span,
                  body .rest-sections .featured-projects-section .featured-projects-slider-container .featured-projects-slider .swiper-wrapper .single-slide .slider-text .project-details .projects span,
                  body .rest-sections .featured-projects-section .featured-projects-slider-container .featured-projects-slider .swiper-wrapper .single-slide .slider-text .project-details .project-type span {
                    line-height: 1;
                    color: #5f5e5e; }
                    body .rest-sections .featured-projects-section .featured-projects-slider-container .featured-projects-slider .swiper-wrapper .single-slide .slider-text .project-details .area span:last-child,
                    body .rest-sections .featured-projects-section .featured-projects-slider-container .featured-projects-slider .swiper-wrapper .single-slide .slider-text .project-details .projects span:last-child,
                    body .rest-sections .featured-projects-section .featured-projects-slider-container .featured-projects-slider .swiper-wrapper .single-slide .slider-text .project-details .project-type span:last-child {
                      font-size: .9rem;
                      color: #066f90; }
            body .rest-sections .featured-projects-section .featured-projects-slider-container .featured-projects-slider .swiper-wrapper .single-slide:hover .slider-img img {
              transform: scale(1.1); }
            body .rest-sections .featured-projects-section .featured-projects-slider-container .featured-projects-slider .swiper-wrapper .single-slide:hover .slider-text {
              background: #defffd; }
          body .rest-sections .featured-projects-section .featured-projects-slider-container .featured-projects-slider .featured-projects-next,
          body .rest-sections .featured-projects-section .featured-projects-slider-container .featured-projects-slider .featured-projects-prev {
            background-position: center;
            background-size: 20%;
            width: 12px;
            height: 12px;
            margin: 0;
            transform: translate(0, -50%);
            background-color: #06709093;
            padding: 10px;
            box-sizing: content-box;
            transition: all .2s ease-out; }
            body .rest-sections .featured-projects-section .featured-projects-slider-container .featured-projects-slider .featured-projects-next:hover,
            body .rest-sections .featured-projects-section .featured-projects-slider-container .featured-projects-slider .featured-projects-prev:hover {
              background-color: #066f90; }
            body .rest-sections .featured-projects-section .featured-projects-slider-container .featured-projects-slider .featured-projects-next:focus,
            body .rest-sections .featured-projects-section .featured-projects-slider-container .featured-projects-slider .featured-projects-prev:focus {
              outline: 0; }
          body .rest-sections .featured-projects-section .featured-projects-slider-container .featured-projects-slider .featured-projects-prev {
            background-image: url("../webfonts/left-arrow.svg");
            left: 0;
            border-radius: 50%; }
            @media only screen and (min-width: 768px) {
              body .rest-sections .featured-projects-section .featured-projects-slider-container .featured-projects-slider .featured-projects-prev {
                border-radius: 0;
                border-top-right-radius: 50%;
                border-bottom-right-radius: 50%; } }
          body .rest-sections .featured-projects-section .featured-projects-slider-container .featured-projects-slider .featured-projects-next {
            background-image: url("../webfonts/right-arrow.svg");
            right: 0;
            border-radius: 50%; }
            @media only screen and (min-width: 768px) {
              body .rest-sections .featured-projects-section .featured-projects-slider-container .featured-projects-slider .featured-projects-next {
                border-radius: 0;
                border-top-left-radius: 50%;
                border-bottom-left-radius: 50%; } }
          body .rest-sections .featured-projects-section .featured-projects-slider-container .featured-projects-slider .swiper-button-prev.swiper-button-disabled,
          body .rest-sections .featured-projects-section .featured-projects-slider-container .featured-projects-slider .swiper-button-next.swiper-button-disabled {
            opacity: 1; }
    body .rest-sections .featured-properties-section {
      margin-top: 4rem; }
      @media only screen and (min-width: 768px) {
        body .rest-sections .featured-properties-section {
          margin-top: 5rem; } }
      @media only screen and (min-width: 992px) {
        body .rest-sections .featured-properties-section {
          margin-top: 6rem; } }
      body .rest-sections .featured-properties-section .heading p {
        font-size: 1.1rem;
        font-family: "Raleway-Bold";
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 0; }
        @media only screen and (min-width: 768px) {
          body .rest-sections .featured-properties-section .heading p {
            font-size: 1.4rem; } }
        @media only screen and (min-width: 992px) {
          body .rest-sections .featured-properties-section .heading p {
            font-size: 2rem; } }
      body .rest-sections .featured-properties-section .sub-heading {
        margin-bottom: 2rem; }
        body .rest-sections .featured-properties-section .sub-heading p {
          text-align: center;
          margin: 0; }
      body .rest-sections .featured-properties-section .featured-properties-slider-container {
        position: relative; }
        body .rest-sections .featured-properties-section .featured-properties-slider-container .featured-properties-slider {
          position: static; }
          body .rest-sections .featured-properties-section .featured-properties-slider-container .featured-properties-slider .swiper-wrapper .single-slide {
            background-color: whitesmoke;
            box-shadow: none;
            transition: all .3s ease; }
            body .rest-sections .featured-properties-section .featured-properties-slider-container .featured-properties-slider .swiper-wrapper .single-slide .slider-img {
              overflow: hidden;
              height: 220px;
              position: relative; }
              @media only screen and (min-width: 768px) {
                body .rest-sections .featured-properties-section .featured-properties-slider-container .featured-properties-slider .swiper-wrapper .single-slide .slider-img {
                  height: 200px; } }
              body .rest-sections .featured-properties-section .featured-properties-slider-container .featured-properties-slider .swiper-wrapper .single-slide .slider-img img {
                transition: all .4s ease-out;
                width: 100%;
                height: 100%; }
              body .rest-sections .featured-properties-section .featured-properties-slider-container .featured-properties-slider .swiper-wrapper .single-slide .slider-img::after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: linear-gradient(to top, rgba(35, 35, 37, 0.9) 0%, rgba(35, 35, 37, 0.45) 35%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%);
                border-radius: 4px 4px 0 0;
                opacity: 1; }
              body .rest-sections .featured-properties-section .featured-properties-slider-container .featured-properties-slider .swiper-wrapper .single-slide .slider-img .featured {
                position: absolute;
                top: 0;
                z-index: 999;
                right: 0;
                width: 100%;
                font-size: 15px;
                padding: 0;
                overflow: hidden;
                height: 100px; }
                body .rest-sections .featured-properties-section .featured-properties-slider-container .featured-properties-slider .swiper-wrapper .single-slide .slider-img .featured span {
                  float: left;
                  transform: rotate(-45deg);
                  left: -67px;
                  top: 22px;
                  position: relative;
                  text-align: center;
                  width: 200px;
                  font-size: 12px;
                  margin: 0;
                  padding: 7px 10px;
                  font-weight: 600;
                  background-color: #066f90;
                  color: #fff;
                  box-shadow: 1px 2px 3px 0 rgba(2, 0, 0, 0.2); }
            body .rest-sections .featured-properties-section .featured-properties-slider-container .featured-properties-slider .swiper-wrapper .single-slide .slider-text {
              padding: 12px 14px 0 14px;
              transition: all .3s ease; }
              body .rest-sections .featured-properties-section .featured-properties-slider-container .featured-properties-slider .swiper-wrapper .single-slide .slider-text .heading p {
                color: #066f90;
                font-size: 18px;
                margin-bottom: 6px; }
              body .rest-sections .featured-properties-section .featured-properties-slider-container .featured-properties-slider .swiper-wrapper .single-slide .slider-text .location {
                color: #5f5e5e;
                font-size: .9rem; }
                body .rest-sections .featured-properties-section .featured-properties-slider-container .featured-properties-slider .swiper-wrapper .single-slide .slider-text .location i {
                  margin-right: 6px; }
              body .rest-sections .featured-properties-section .featured-properties-slider-container .featured-properties-slider .swiper-wrapper .single-slide .slider-text .propertie-details {
                margin-top: 12px;
                display: grid;
                grid-template-rows: 1fr;
                grid-auto-flow: column;
                grid-gap: 4px;
                justify-content: space-between;
                border-top: 1px solid lightgray;
                padding: 10px 12px 20px 12px;
                margin-left: -14px;
                margin-right: -14px; }
                body .rest-sections .featured-properties-section .featured-properties-slider-container .featured-properties-slider .swiper-wrapper .single-slide .slider-text .propertie-details .separate-line {
                  width: 1px;
                  height: 100%;
                  background-color: lightgrey; }
                body .rest-sections .featured-properties-section .featured-properties-slider-container .featured-properties-slider .swiper-wrapper .single-slide .slider-text .propertie-details .area,
                body .rest-sections .featured-properties-section .featured-properties-slider-container .featured-properties-slider .swiper-wrapper .single-slide .slider-text .propertie-details .properties,
                body .rest-sections .featured-properties-section .featured-properties-slider-container .featured-properties-slider .swiper-wrapper .single-slide .slider-text .propertie-details .propertie-type {
                  display: grid;
                  grid-gap: 8px;
                  justify-items: center; }
                  body .rest-sections .featured-properties-section .featured-properties-slider-container .featured-properties-slider .swiper-wrapper .single-slide .slider-text .propertie-details .area span,
                  body .rest-sections .featured-properties-section .featured-properties-slider-container .featured-properties-slider .swiper-wrapper .single-slide .slider-text .propertie-details .properties span,
                  body .rest-sections .featured-properties-section .featured-properties-slider-container .featured-properties-slider .swiper-wrapper .single-slide .slider-text .propertie-details .propertie-type span {
                    line-height: 1;
                    color: #5f5e5e; }
                    body .rest-sections .featured-properties-section .featured-properties-slider-container .featured-properties-slider .swiper-wrapper .single-slide .slider-text .propertie-details .area span:last-child,
                    body .rest-sections .featured-properties-section .featured-properties-slider-container .featured-properties-slider .swiper-wrapper .single-slide .slider-text .propertie-details .properties span:last-child,
                    body .rest-sections .featured-properties-section .featured-properties-slider-container .featured-properties-slider .swiper-wrapper .single-slide .slider-text .propertie-details .propertie-type span:last-child {
                      font-size: .9rem;
                      color: #066f90; }
            body .rest-sections .featured-properties-section .featured-properties-slider-container .featured-properties-slider .swiper-wrapper .single-slide:hover .slider-img img {
              transform: scale(1.1); }
            body .rest-sections .featured-properties-section .featured-properties-slider-container .featured-properties-slider .swiper-wrapper .single-slide:hover .slider-text {
              background: #defffd; }
          body .rest-sections .featured-properties-section .featured-properties-slider-container .featured-properties-slider .featured-properties-next,
          body .rest-sections .featured-properties-section .featured-properties-slider-container .featured-properties-slider .featured-properties-prev {
            background-position: center;
            background-size: 20%;
            width: 12px;
            height: 12px;
            transform: translate(0, -50%);
            margin: 0;
            background-color: #06709093;
            padding: 10px;
            box-sizing: content-box;
            transition: all .2s ease-out; }
            body .rest-sections .featured-properties-section .featured-properties-slider-container .featured-properties-slider .featured-properties-next:hover,
            body .rest-sections .featured-properties-section .featured-properties-slider-container .featured-properties-slider .featured-properties-prev:hover {
              background-color: #066f90; }
            body .rest-sections .featured-properties-section .featured-properties-slider-container .featured-properties-slider .featured-properties-next:focus,
            body .rest-sections .featured-properties-section .featured-properties-slider-container .featured-properties-slider .featured-properties-prev:focus {
              outline: 0; }
          body .rest-sections .featured-properties-section .featured-properties-slider-container .featured-properties-slider .featured-properties-prev {
            background-image: url("../webfonts/left-arrow.svg");
            left: 0;
            border-radius: 50%; }
            @media only screen and (min-width: 768px) {
              body .rest-sections .featured-properties-section .featured-properties-slider-container .featured-properties-slider .featured-properties-prev {
                border-radius: 0;
                border-top-right-radius: 50%;
                border-bottom-right-radius: 50%; } }
          body .rest-sections .featured-properties-section .featured-properties-slider-container .featured-properties-slider .featured-properties-next {
            background-image: url("../webfonts/right-arrow.svg");
            right: 0;
            border-radius: 50%; }
            @media only screen and (min-width: 768px) {
              body .rest-sections .featured-properties-section .featured-properties-slider-container .featured-properties-slider .featured-properties-next {
                border-radius: 0;
                border-top-left-radius: 50%;
                border-bottom-left-radius: 50%; } }
          body .rest-sections .featured-properties-section .featured-properties-slider-container .featured-properties-slider .swiper-button-prev.swiper-button-disabled,
          body .rest-sections .featured-properties-section .featured-properties-slider-container .featured-properties-slider .swiper-button-next.swiper-button-disabled {
            opacity: 1; }
    body .rest-sections .new-properties-section {
      margin-top: 3rem; }
      @media only screen and (min-width: 768px) {
        body .rest-sections .new-properties-section {
          margin-top: 4rem; } }
      @media only screen and (min-width: 992px) {
        body .rest-sections .new-properties-section {
          margin-top: 5rem; } }
      body .rest-sections .new-properties-section .heading p {
        font-size: 1.1rem;
        font-family: "Raleway-Bold";
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 0; }
        @media only screen and (min-width: 768px) {
          body .rest-sections .new-properties-section .heading p {
            font-size: 1.4rem; } }
        @media only screen and (min-width: 992px) {
          body .rest-sections .new-properties-section .heading p {
            font-size: 2rem; } }
      body .rest-sections .new-properties-section .sub-heading {
        margin-bottom: 2rem; }
        body .rest-sections .new-properties-section .sub-heading p {
          text-align: center;
          margin: 0; }
      body .rest-sections .new-properties-section .new-propreties-wrapper > ul {
        margin-bottom: 50px;
        display: grid;
        grid-gap: 20px; }
        @media only screen and (min-width: 768px) {
          body .rest-sections .new-properties-section .new-propreties-wrapper > ul {
            grid-template-columns: 1fr 1fr;
            grid-gap: 50px 30px; } }
        @media only screen and (min-width: 992px) {
          body .rest-sections .new-properties-section .new-propreties-wrapper > ul {
            grid-template-columns: 1fr 1fr 1fr;
            grid-gap: 50px; } }
        body .rest-sections .new-properties-section .new-propreties-wrapper > ul > li .single-slide {
          box-shadow: none;
          transition: all .3s ease; }
          body .rest-sections .new-properties-section .new-propreties-wrapper > ul > li .single-slide .img {
            overflow: hidden;
            height: 220px;
            position: relative; }
            @media only screen and (min-width: 768px) {
              body .rest-sections .new-properties-section .new-propreties-wrapper > ul > li .single-slide .img {
                height: 200px; } }
            body .rest-sections .new-properties-section .new-propreties-wrapper > ul > li .single-slide .img img {
              transition: all .4s ease-out;
              width: 100%;
              height: 100%; }
            body .rest-sections .new-properties-section .new-propreties-wrapper > ul > li .single-slide .img::after {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background: linear-gradient(to top, rgba(35, 35, 37, 0.9) 0%, rgba(35, 35, 37, 0.45) 35%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%);
              border-radius: 4px 4px 0 0;
              opacity: 1; }
          body .rest-sections .new-properties-section .new-propreties-wrapper > ul > li .single-slide .property-text {
            padding: 12px 14px 0 14px;
            transition: all .3s ease;
            background-color: ghostwhite; }
            body .rest-sections .new-properties-section .new-propreties-wrapper > ul > li .single-slide .property-text .heading p {
              color: #066f90;
              font-size: 18px;
              margin-bottom: 6px; }
            body .rest-sections .new-properties-section .new-propreties-wrapper > ul > li .single-slide .property-text .location {
              color: #5f5e5e;
              font-size: .9rem; }
              body .rest-sections .new-properties-section .new-propreties-wrapper > ul > li .single-slide .property-text .location i {
                margin-right: 6px; }
            body .rest-sections .new-properties-section .new-propreties-wrapper > ul > li .single-slide .property-text .property-details {
              margin-top: 12px;
              display: grid;
              grid-template-rows: 1fr;
              grid-auto-flow: column;
              grid-gap: 4px;
              justify-content: space-between;
              border-top: 1px solid lightgray;
              padding: 10px 12px 20px 12px;
              margin-left: -14px;
              margin-right: -14px; }
              body .rest-sections .new-properties-section .new-propreties-wrapper > ul > li .single-slide .property-text .property-details .separate-line {
                width: 1px;
                height: 100%;
                background-color: lightgrey; }
              body .rest-sections .new-properties-section .new-propreties-wrapper > ul > li .single-slide .property-text .property-details .area,
              body .rest-sections .new-properties-section .new-propreties-wrapper > ul > li .single-slide .property-text .property-details .properties,
              body .rest-sections .new-properties-section .new-propreties-wrapper > ul > li .single-slide .property-text .property-details .property-type {
                display: grid;
                grid-gap: 8px;
                justify-items: center; }
                body .rest-sections .new-properties-section .new-propreties-wrapper > ul > li .single-slide .property-text .property-details .area span,
                body .rest-sections .new-properties-section .new-propreties-wrapper > ul > li .single-slide .property-text .property-details .properties span,
                body .rest-sections .new-properties-section .new-propreties-wrapper > ul > li .single-slide .property-text .property-details .property-type span {
                  line-height: 1;
                  color: #5f5e5e; }
                  body .rest-sections .new-properties-section .new-propreties-wrapper > ul > li .single-slide .property-text .property-details .area span:last-child,
                  body .rest-sections .new-properties-section .new-propreties-wrapper > ul > li .single-slide .property-text .property-details .properties span:last-child,
                  body .rest-sections .new-properties-section .new-propreties-wrapper > ul > li .single-slide .property-text .property-details .property-type span:last-child {
                    font-size: .9rem;
                    color: #066f90; }
          body .rest-sections .new-properties-section .new-propreties-wrapper > ul > li .single-slide:hover {
            box-shadow: 0 0 35px rgba(0, 0, 0, 0.2); }
            body .rest-sections .new-properties-section .new-propreties-wrapper > ul > li .single-slide:hover .slider-img img {
              transform: scale(1.1); }
    body .rest-sections .register-page {
      background-image: url("../images/bkg.jpg");
      background-position: center;
      background-repeat: no-repeat;
      background-attachment: fixed;
      min-height: 100vh;
      padding: 90px 0;
      position: relative;
      display: grid;
      align-items: center;
      justify-items: center; }
      @media only screen and (min-width: 768px) {
        body .rest-sections .register-page {
          padding: 120px 0; } }
      body .rest-sections .register-page::after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.164); }
      body .rest-sections .register-page .register-container {
        position: relative;
        z-index: 1;
        max-width: 400px;
        margin: auto;
        background-color: #FFF;
        display: grid;
        box-shadow: 0 0 35px rgba(255, 255, 255, 0.164);
        border-radius: 5px; }
        body .rest-sections .register-page .register-container > .heading {
          background-color: ghostwhite;
          border-bottom: 1px solid #e0e0e0;
          border-radius: 5px 5px 0 0;
          text-align: center;
          padding-top: 14px; }
          body .rest-sections .register-page .register-container > .heading img {
            width: 120px;
            height: 100px; }
          body .rest-sections .register-page .register-container > .heading p {
            margin-top: 4px;
            margin-bottom: 14px;
            color: #079992;
            font-weight: 700;
            font-size: 18px; }
            @media only screen and (min-width: 768px) {
              body .rest-sections .register-page .register-container > .heading p {
                font-size: 22px; } }
        body .rest-sections .register-page .register-container > form {
          margin-top: 22px;
          padding: 0 22px;
          display: grid;
          grid-gap: 22px; }
          @media only screen and (min-width: 768px) {
            body .rest-sections .register-page .register-container > form {
              grid-gap: 32px; } }
          body .rest-sections .register-page .register-container > form .single-register-input input {
            width: 100%;
            height: 32px;
            border: 0;
            border-bottom: 1px solid #e0e0e0;
            outline: none;
            background-color: #fff;
            font-size: .9rem;
            padding: 8px 12px; }
            body .rest-sections .register-page .register-container > form .single-register-input input:focus {
              border: 0; }
              body .rest-sections .register-page .register-container > form .single-register-input input:focus + .thin-line {
                width: 100%; }
          body .rest-sections .register-page .register-container > form .single-register-input .thin-line {
            height: 1px;
            background-color: #FFC312;
            width: 0;
            transition: all .5s ease-out; }
          body .rest-sections .register-page .register-container > form .single-register-input textarea {
            width: 100%;
            height: 90px;
            margin-top: 18px;
            background-color: #fff;
            font-size: .9rem;
            padding: 8px 12px;
            outline: 0;
            transition: all .5s ease-out; }
            body .rest-sections .register-page .register-container > form .single-register-input textarea:focus {
              border: 1px solid #FFC312;
              outline: 0; }
          body .rest-sections .register-page .register-container > form .single-register-input.upload-div {
            grid-column: 1 / -1;
            height: 90px; }
            body .rest-sections .register-page .register-container > form .single-register-input.upload-div label {
              cursor: pointer;
              height: 100%;
              width: 100%;
              margin: 0;
              border: 2px dashed #006266;
              display: grid;
              align-items: center;
              justify-items: center;
              color: #525252;
              transition: all .4s ease-out; }
              body .rest-sections .register-page .register-container > form .single-register-input.upload-div label:hover {
                border: 2px dashed #FFC312; }
            body .rest-sections .register-page .register-container > form .single-register-input.upload-div input[type="file"] {
              opacity: 0;
              visibility: hidden;
              height: 0;
              padding: 0;
              border: 0; }
          body .rest-sections .register-page .register-container > form button {
            color: #FFF;
            border: 1px solid transparent;
            background-color: #079992;
            padding: 8px 14px;
            border-radius: 2rem;
            transition: all .4s ease-out;
            margin-bottom: 32px;
            text-transform: uppercase; }
            body .rest-sections .register-page .register-container > form button:focus {
              outline: 0; }
        body .rest-sections .register-page .register-container .bottom-link {
          background-color: ghostwhite;
          border-top: 1px solid #e0e0e0;
          padding: 22px 14px;
          border-radius: 0 0 5px 5px; }
          body .rest-sections .register-page .register-container .bottom-link p {
            margin-bottom: 0;
            display: flex;
            font-size: 12px; }
            body .rest-sections .register-page .register-container .bottom-link p span {
              margin-right: 6px; }
            body .rest-sections .register-page .register-container .bottom-link p a {
              color: #ff8800;
              font-weight: 700; }
    body .rest-sections .register-page {
      background-image: url("../images/bkg.jpg");
      background-position: center;
      background-repeat: no-repeat;
      background-attachment: fixed;
      min-height: 100vh;
      padding: 90px 0;
      position: relative;
      display: grid;
      align-items: center;
      justify-items: center; }
      @media only screen and (min-width: 768px) {
        body .rest-sections .register-page {
          padding: 120px 0; } }
      body .rest-sections .register-page::after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.164); }
      body .rest-sections .register-page .register-container {
        position: relative;
        z-index: 1;
        max-width: 400px;
        margin: auto;
        background-color: #FFF;
        display: grid;
        box-shadow: 0 0 35px rgba(255, 255, 255, 0.164);
        border-radius: 5px; }
        body .rest-sections .register-page .register-container > .heading {
          background-color: ghostwhite;
          border-bottom: 1px solid #e0e0e0;
          border-radius: 5px 5px 0 0;
          text-align: center;
          padding-top: 14px; }
          body .rest-sections .register-page .register-container > .heading img {
            width: 120px;
            height: 100px; }
          body .rest-sections .register-page .register-container > .heading p {
            margin-top: 4px;
            margin-bottom: 14px;
            color: #079992;
            font-weight: 700;
            font-size: 18px; }
            @media only screen and (min-width: 768px) {
              body .rest-sections .register-page .register-container > .heading p {
                font-size: 22px; } }
        body .rest-sections .register-page .register-container > form {
          margin-top: 22px;
          padding: 0 22px;
          display: grid;
          grid-gap: 22px; }
          @media only screen and (min-width: 768px) {
            body .rest-sections .register-page .register-container > form {
              grid-gap: 32px; } }
          body .rest-sections .register-page .register-container > form .single-login-input input {
            width: 100%;
            height: 32px;
            border: 0;
            border-bottom: 1px solid #e0e0e0;
            outline: none;
            background-color: #fff;
            font-size: .9rem;
            padding: 8px 12px; }
            body .rest-sections .register-page .register-container > form .single-login-input input:focus {
              border: 0; }
              body .rest-sections .register-page .register-container > form .single-login-input input:focus + .thin-line {
                width: 100%; }
          body .rest-sections .register-page .register-container > form .single-login-input .thin-line {
            height: 1px;
            background-color: #FFC312;
            width: 0;
            transition: all .5s ease-out; }
          body .rest-sections .register-page .register-container > form .single-login-input.check-remember {
            display: grid;
            grid-template-columns: auto auto;
            justify-content: space-between;
            align-items: center; }
            body .rest-sections .register-page .register-container > form .single-login-input.check-remember .check {
              display: grid;
              grid-template-columns: auto auto;
              grid-gap: 4px;
              align-items: center; }
              body .rest-sections .register-page .register-container > form .single-login-input.check-remember .check input {
                height: auto;
                width: auto; }
              body .rest-sections .register-page .register-container > form .single-login-input.check-remember .check span {
                font-size: 14px; }
            body .rest-sections .register-page .register-container > form .single-login-input.check-remember a {
              font-size: 14px;
              color: #ff8800; }
          body .rest-sections .register-page .register-container > form button {
            color: #FFF;
            border: 1px solid transparent;
            background-color: #079992;
            padding: 8px 14px;
            border-radius: 2rem;
            transition: all .4s ease-out;
            margin-bottom: 32px;
            text-transform: uppercase; }
            body .rest-sections .register-page .register-container > form button:focus {
              outline: 0; }
        body .rest-sections .register-page .register-container .bottom-link {
          background-color: ghostwhite;
          border-top: 1px solid #e0e0e0;
          padding: 22px 14px;
          border-radius: 0 0 5px 5px; }
          body .rest-sections .register-page .register-container .bottom-link p {
            margin-bottom: 0;
            display: flex;
            font-size: 12px; }
            body .rest-sections .register-page .register-container .bottom-link p span {
              margin-right: 6px; }
            body .rest-sections .register-page .register-container .bottom-link p a {
              color: #ff8800;
              font-weight: 700; }
    body .rest-sections .working-with-reality {
      margin-top: 4rem; }
      @media only screen and (min-width: 768px) {
        body .rest-sections .working-with-reality {
          margin-top: 5rem; } }
      @media only screen and (min-width: 992px) {
        body .rest-sections .working-with-reality {
          margin-top: 6rem; } }
      body .rest-sections .working-with-reality p {
        margin: 0; }
      body .rest-sections .working-with-reality .container > .heading p {
        text-align: center;
        text-transform: uppercase;
        font-size: 1.1rem;
        font-family: "Raleway-Bold"; }
        @media only screen and (min-width: 768px) {
          body .rest-sections .working-with-reality .container > .heading p {
            font-size: 1.4rem; } }
        @media only screen and (min-width: 992px) {
          body .rest-sections .working-with-reality .container > .heading p {
            font-size: 2rem; } }
      body .rest-sections .working-with-reality .container > .sub-heading {
        margin-bottom: 2rem; }
        body .rest-sections .working-with-reality .container > .sub-heading p {
          text-align: center;
          margin: 0; }
      body .rest-sections .working-with-reality .container .cards {
        display: grid;
        grid-gap: 50px;
        grid-template-columns: 1fr; }
        @media only screen and (min-width: 768px) {
          body .rest-sections .working-with-reality .container .cards {
            grid-template-columns: 1fr 1fr; } }
        @media only screen and (min-width: 992px) {
          body .rest-sections .working-with-reality .container .cards {
            grid-template-columns: 1fr 1fr 1fr; } }
        body .rest-sections .working-with-reality .container .cards > div .body {
          display: grid;
          justify-items: center;
          box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
          padding: 20px;
          border-radius: 4px;
          background-color: #FFF; }
          body .rest-sections .working-with-reality .container .cards > div .body .icon {
            margin-bottom: 16px; }
            body .rest-sections .working-with-reality .container .cards > div .body .icon img {
              width: 40px;
              height: 40px; }
          body .rest-sections .working-with-reality .container .cards > div .body .heading-text {
            height: 100px;
            overflow: hidden; }
            @media only screen and (min-width: 768px) {
              body .rest-sections .working-with-reality .container .cards > div .body .heading-text {
                height: 155px; } }
            body .rest-sections .working-with-reality .container .cards > div .body .heading-text .heading p {
              text-align: center;
              font-family: "Raleway-Bold";
              margin-bottom: 8px; }
            body .rest-sections .working-with-reality .container .cards > div .body .heading-text .text {
              padding: 0 18px; }
              body .rest-sections .working-with-reality .container .cards > div .body .heading-text .text p {
                text-align: center; }
        @media only screen and (min-width: 768px) {
          body .rest-sections .working-with-reality .container .cards > div:last-child {
            display: none; } }
        @media only screen and (min-width: 992px) {
          body .rest-sections .working-with-reality .container .cards > div:last-child {
            display: block; } }
    body .rest-sections .counter-section {
      margin-top: 4rem;
      background-image: url("../images/counter/bkg.jpg");
      background-size: cover;
      background-position: center;
      background-attachment: fixed;
      position: relative;
      padding: 60px 0; }
      @media only screen and (min-width: 768px) {
        body .rest-sections .counter-section {
          margin-top: 5rem; } }
      @media only screen and (min-width: 992px) {
        body .rest-sections .counter-section {
          margin-top: 6rem; } }
      @media only screen and (min-width: 768px) {
        body .rest-sections .counter-section {
          padding: 70px 0; } }
      @media only screen and (min-width: 992px) {
        body .rest-sections .counter-section {
          padding: 80px 0; } }
      body .rest-sections .counter-section::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0%;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.7); }
      body .rest-sections .counter-section .body {
        position: relative;
        z-index: 1;
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-items: center;
        grid-gap: 40px; }
        @media only screen and (min-width: 992px) {
          body .rest-sections .counter-section .body {
            grid-template-columns: repeat(4, 1fr); } }
        @media only screen and (min-width: 768px) {
          body .rest-sections .counter-section .body {
            grid-gap: 50px; } }
        body .rest-sections .counter-section .body p {
          color: #FFF;
          margin: 0; }
        body .rest-sections .counter-section .body .counter-item {
          display: grid;
          justify-items: center; }
          body .rest-sections .counter-section .body .counter-item .icon img {
            width: 40px; }
            @media only screen and (min-width: 768px) {
              body .rest-sections .counter-section .body .counter-item .icon img {
                width: 60px; } }
          body .rest-sections .counter-section .body .counter-item .number p {
            margin-top: 12px;
            font-family: "ChangaOne-Regular", sans-serif;
            font-size: 1.8rem; }
            @media only screen and (min-width: 768px) {
              body .rest-sections .counter-section .body .counter-item .number p {
                font-size: 2rem; } }
            @media only screen and (min-width: 992px) {
              body .rest-sections .counter-section .body .counter-item .number p {
                font-size: 3rem; } }
          body .rest-sections .counter-section .body .counter-item .label {
            margin-top: 4px; }
            body .rest-sections .counter-section .body .counter-item .label p {
              font-size: .9rem;
              text-align: center;
              text-transform: uppercase; }
    body .rest-sections .blog-section {
      margin-top: 4rem;
      margin-bottom: 4rem; }
      @media only screen and (min-width: 768px) {
        body .rest-sections .blog-section {
          margin-top: 5rem; } }
      @media only screen and (min-width: 992px) {
        body .rest-sections .blog-section {
          margin-top: 6rem; } }
      body .rest-sections .blog-section .heading p {
        font-size: 1.1rem;
        font-family: "Raleway-Bold";
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 0; }
        @media only screen and (min-width: 768px) {
          body .rest-sections .blog-section .heading p {
            font-size: 1.4rem; } }
        @media only screen and (min-width: 992px) {
          body .rest-sections .blog-section .heading p {
            font-size: 2rem; } }
      body .rest-sections .blog-section .sub-heading {
        margin-bottom: 2rem; }
        body .rest-sections .blog-section .sub-heading p {
          text-align: center;
          margin: 0; }
      body .rest-sections .blog-section .blog-body {
        position: relative; }
        body .rest-sections .blog-section .blog-body .blog-slider {
          position: static; }
          body .rest-sections .blog-section .blog-body .blog-slider .swiper-wrapper .single-blog-slide {
            box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
            box-shadow: none;
            transition: all .3s ease;
            padding-bottom: 2rem; }
            body .rest-sections .blog-section .blog-body .blog-slider .swiper-wrapper .single-blog-slide .slider-img {
              overflow: hidden;
              height: 220px;
              position: relative; }
              @media only screen and (min-width: 768px) {
                body .rest-sections .blog-section .blog-body .blog-slider .swiper-wrapper .single-blog-slide .slider-img {
                  height: 200px; } }
              body .rest-sections .blog-section .blog-body .blog-slider .swiper-wrapper .single-blog-slide .slider-img img {
                transition: all .4s ease-out;
                width: 100%;
                height: 100%; }
              body .rest-sections .blog-section .blog-body .blog-slider .swiper-wrapper .single-blog-slide .slider-img::after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: linear-gradient(to top, rgba(35, 35, 37, 0.9) 0%, rgba(35, 35, 37, 0.45) 35%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%);
                border-radius: 4px 4px 0 0;
                opacity: 1; }
              body .rest-sections .blog-section .blog-body .blog-slider .swiper-wrapper .single-blog-slide .slider-img .date {
                position: absolute;
                top: 15px;
                font-size: 15px;
                color: #fff;
                width: 60px;
                height: 60px;
                text-align: center;
                right: 19px;
                display: grid;
                align-content: center;
                grid-gap: 8px;
                background-color: #066f90; }
                body .rest-sections .blog-section .blog-body .blog-slider .swiper-wrapper .single-blog-slide .slider-img .date span {
                  line-height: 1;
                  font-family: "Raleway-Bold"; }
                  body .rest-sections .blog-section .blog-body .blog-slider .swiper-wrapper .single-blog-slide .slider-img .date span:first-child {
                    font-size: 16px; }
                body .rest-sections .blog-section .blog-body .blog-slider .swiper-wrapper .single-blog-slide .slider-img .date::after {
                  content: '';
                  position: absolute;
                  width: 0;
                  height: 0;
                  border-top: 0;
                  border-bottom: 20px solid transparent;
                  bottom: -20px;
                  right: 0;
                  border-right: 15px solid #066f90; }
            body .rest-sections .blog-section .blog-body .blog-slider .swiper-wrapper .single-blog-slide .slider-text {
              padding: 12px 20px 30px 20px;
              transition: all .3s ease;
              background-color: #FFF;
              width: 90%;
              margin: auto;
              margin-top: -35px;
              position: relative;
              box-shadow: 0 0 12px rgba(0, 0, 0, 0.1); }
              body .rest-sections .blog-section .blog-body .blog-slider .swiper-wrapper .single-blog-slide .slider-text .heading {
                margin-bottom: 10px; }
                body .rest-sections .blog-section .blog-body .blog-slider .swiper-wrapper .single-blog-slide .slider-text .heading p {
                  text-align: start;
                  text-transform: unset;
                  color: #4d4d4d;
                  font-size: 18px;
                  margin-bottom: 6px;
                  font-family: "Raleway-Bold";
                  margin: 0; }
              body .rest-sections .blog-section .blog-body .blog-slider .swiper-wrapper .single-blog-slide .slider-text .social {
                display: grid;
                grid-template-columns: repeat(2, auto);
                justify-content: start;
                align-items: center;
                grid-gap: 16px; }
                body .rest-sections .blog-section .blog-body .blog-slider .swiper-wrapper .single-blog-slide .slider-text .social > div {
                  display: grid;
                  grid-template-columns: auto auto;
                  justify-items: start;
                  align-items: center;
                  grid-gap: 6px; }
                  body .rest-sections .blog-section .blog-body .blog-slider .swiper-wrapper .single-blog-slide .slider-text .social > div .icon img {
                    width: 14px;
                    height: 14px; }
                  body .rest-sections .blog-section .blog-body .blog-slider .swiper-wrapper .single-blog-slide .slider-text .social > div span {
                    font-family: "Raleway-Bold";
                    font-size: .9rem; }
                  body .rest-sections .blog-section .blog-body .blog-slider .swiper-wrapper .single-blog-slide .slider-text .social > div:nth-child(n + 2) span {
                    font-family: "ChangaOne-Regular"; }
              body .rest-sections .blog-section .blog-body .blog-slider .swiper-wrapper .single-blog-slide .slider-text .post {
                margin-top: 12px; }
                body .rest-sections .blog-section .blog-body .blog-slider .swiper-wrapper .single-blog-slide .slider-text .post p {
                  max-height: 100px;
                  overflow: hidden;
                  margin: 0;
                  color: #535353;
                  line-height: 1.7; }
            body .rest-sections .blog-section .blog-body .blog-slider .swiper-wrapper .single-blog-slide:hover .slider-img img {
              transform: scale(1.1); }
            body .rest-sections .blog-section .blog-body .blog-slider .swiper-wrapper .single-blog-slide:hover .slider-text {
              background: ghostwhite; }
          body .rest-sections .blog-section .blog-body .blog-slider .blog-next,
          body .rest-sections .blog-section .blog-body .blog-slider .blog-prev {
            background-position: center;
            background-size: 20%;
            width: 12px;
            height: 12px;
            margin: 0;
            top: 35%;
            background-color: #067090d2;
            padding: 10px;
            box-sizing: content-box;
            transition: all .2s ease-out; }
            body .rest-sections .blog-section .blog-body .blog-slider .blog-next:hover,
            body .rest-sections .blog-section .blog-body .blog-slider .blog-prev:hover {
              background-color: #066f90; }
            body .rest-sections .blog-section .blog-body .blog-slider .blog-next:focus,
            body .rest-sections .blog-section .blog-body .blog-slider .blog-prev:focus {
              outline: 0; }
          body .rest-sections .blog-section .blog-body .blog-slider .blog-prev {
            background-image: url("../webfonts/left-arrow.svg");
            left: 0;
            border-radius: 50%; }
            @media only screen and (min-width: 768px) {
              body .rest-sections .blog-section .blog-body .blog-slider .blog-prev {
                border-radius: 0;
                border-top-right-radius: 50%;
                border-bottom-right-radius: 50%; } }
          body .rest-sections .blog-section .blog-body .blog-slider .blog-next {
            background-image: url("../webfonts/right-arrow.svg");
            right: 0;
            border-radius: 50%; }
            @media only screen and (min-width: 768px) {
              body .rest-sections .blog-section .blog-body .blog-slider .blog-next {
                border-radius: 0;
                border-top-left-radius: 50%;
                border-bottom-left-radius: 50%; } }
          body .rest-sections .blog-section .blog-body .blog-slider .swiper-button-prev.swiper-button-disabled,
          body .rest-sections .blog-section .blog-body .blog-slider .swiper-button-next.swiper-button-disabled {
            opacity: 1; }
    body .rest-sections .all-projects-section .top-banner {
      background-color: #eee; }
      body .rest-sections .all-projects-section .top-banner ul {
        display: grid;
        grid-template-rows: 1fr;
        grid-auto-flow: column;
        grid-gap: 8px;
        justify-content: start;
        align-items: center;
        padding: 10px 0; }
        body .rest-sections .all-projects-section .top-banner ul li {
          font-size: 0.8rem; }
          body .rest-sections .all-projects-section .top-banner ul li.home {
            background-image: url("../images/icons/home.svg");
            width: 14px;
            height: 14px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center; }
            @media only screen and (min-width: 768px) {
              body .rest-sections .all-projects-section .top-banner ul li.home {
                width: 20px;
                height: 20px; } }
          body .rest-sections .all-projects-section .top-banner ul li.left-arrow {
            background-image: url("../webfonts/arrow_carrot-right.svg");
            width: 12px;
            height: 16px;
            opacity: 0.7;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center; }
            @media only screen and (min-width: 768px) {
              body .rest-sections .all-projects-section .top-banner ul li.left-arrow {
                width: 16px;
                height: 20px; } }
    body .rest-sections .all-projects-section > .top-container {
      padding-top: 22px;
      padding-bottom: 22px; }
      @media only screen and (min-width: 768px) {
        body .rest-sections .all-projects-section > .top-container {
          padding-top: 40px;
          padding-bottom: 40px; } }
      @media only screen and (min-width: 992px) {
        body .rest-sections .all-projects-section > .top-container {
          padding-top: 50px;
          padding-bottom: 50px; } }
      body .rest-sections .all-projects-section > .top-container .projects-top-search {
        border: 1px solid #EEE;
        padding: 1rem 1rem 2rem 1rem;
        margin: 2rem 0; }
        body .rest-sections .all-projects-section > .top-container .projects-top-search .heading {
          border-bottom: 1px solid #EEE;
          margin-left: -1rem;
          margin-right: -1rem; }
          body .rest-sections .all-projects-section > .top-container .projects-top-search .heading p {
            color: #066f90;
            margin: 0;
            padding: 0 1rem 1rem 1rem;
            text-align: center;
            font-size: 1.1rem; }
            @media only screen and (min-width: 768px) {
              body .rest-sections .all-projects-section > .top-container .projects-top-search .heading p {
                font-size: 1.2rem; } }
        body .rest-sections .all-projects-section > .top-container .projects-top-search form {
          display: grid;
          grid-template-columns: 1fr;
          grid-gap: 18px 0;
          padding-top: 1rem; }
          @media only screen and (min-width: 768px) {
            body .rest-sections .all-projects-section > .top-container .projects-top-search form {
              grid-template-columns: auto auto;
              grid-gap: 30px 100px; } }
          body .rest-sections .all-projects-section > .top-container .projects-top-search form .search-form-i > div {
            display: grid;
            grid-template-columns: 1fr;
            text-align: right; }
            body .rest-sections .all-projects-section > .top-container .projects-top-search form .search-form-i > div select {
              width: 100%;
              height: 32px;
              border: 0;
              border-bottom: 1px solid #e0e0e0;
              outline: none;
              -moz-appearance: none;
              /* Firefox */
              -webkit-appearance: none;
              /* Safari and Chrome */
              appearance: none;
              background-image: url("../images/icons/arrow_carrot-down.svg");
              background-size: contain;
              background-repeat: no-repeat;
              background-position: right center;
              padding: 4px 30px 4px 8px; }
              body .rest-sections .all-projects-section > .top-container .projects-top-search form .search-form-i > div select:focus {
                outline: 0; }
            body .rest-sections .all-projects-section > .top-container .projects-top-search form .search-form-i > div input {
              width: 100%;
              height: 32px;
              border: 0;
              border-bottom: 1px solid #e0e0e0;
              outline: none;
              background-color: #fff;
              font-size: .9rem;
              padding: 8px 20px; }
              body .rest-sections .all-projects-section > .top-container .projects-top-search form .search-form-i > div input:focus {
                border: 0; }
                body .rest-sections .all-projects-section > .top-container .projects-top-search form .search-form-i > div input:focus + .thin-line {
                  width: 100%; }
            body .rest-sections .all-projects-section > .top-container .projects-top-search form .search-form-i > div .thin-line {
              height: 1px;
              background-color: #FFC312;
              width: 0;
              transition: all .5s ease-out; }
            body .rest-sections .all-projects-section > .top-container .projects-top-search form .search-form-i > div.price, body .rest-sections .all-projects-section > .top-container .projects-top-search form .search-form-i > div.area {
              display: grid;
              grid-gap: 6px; }
          body .rest-sections .all-projects-section > .top-container .projects-top-search form button {
            grid-column: 1/-1;
            border: 0;
            padding: 10px 0;
            background: #38ada9;
            color: #FFF; }
      body .rest-sections .all-projects-section > .top-container .sort-form .sort-icons div {
        width: 26px;
        height: 28px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer; }
        @media only screen and (min-width: 768px) {
          body .rest-sections .all-projects-section > .top-container .sort-form .sort-icons div {
            width: 36px;
            height: 38px; } }
        body .rest-sections .all-projects-section > .top-container .sort-form .sort-icons div.ascending {
          background-image: url("../images/icons/ascending.png"); }
        body .rest-sections .all-projects-section > .top-container .sort-form .sort-icons div.descending {
          background-image: url("../images/icons/descending.png");
          display: none; }
      body .rest-sections .all-projects-section > .top-container .sort-form form {
        display: grid;
        grid-template-rows: 1fr;
        grid-auto-flow: column;
        justify-content: start;
        align-items: center;
        grid-gap: 0 20px; }
        @media only screen and (min-width: 768px) {
          body .rest-sections .all-projects-section > .top-container .sort-form form {
            grid-gap: 0 50px; } }
        body .rest-sections .all-projects-section > .top-container .sort-form form .sort-by select {
          width: 180px;
          height: 32px;
          border: 0;
          border-bottom: 1px solid #e0e0e0;
          outline: none;
          -moz-appearance: none;
          /* Firefox */
          -webkit-appearance: none;
          /* Safari and Chrome */
          appearance: none;
          background-image: url("../images/icons/arrow_carrot-down.svg");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: right center;
          padding: 4px 30px 4px 8px; }
          body .rest-sections .all-projects-section > .top-container .sort-form form .sort-by select:focus {
            outline: 0; }
    body .rest-sections .all-projects-section > .container:last-of-type {
      margin-bottom: 80px; }
    body .rest-sections .all-projects-section > .container > ul:first-child {
      margin-bottom: 50px;
      display: grid;
      grid-gap: 20px; }
      @media only screen and (min-width: 768px) {
        body .rest-sections .all-projects-section > .container > ul:first-child {
          grid-template-columns: 1fr 1fr;
          grid-gap: 50px 30px; } }
      @media only screen and (min-width: 992px) {
        body .rest-sections .all-projects-section > .container > ul:first-child {
          grid-template-columns: 1fr 1fr 1fr;
          grid-gap: 50px; } }
      body .rest-sections .all-projects-section > .container > ul:first-child > li .single-slide {
        box-shadow: none;
        transition: all .3s ease; }
        body .rest-sections .all-projects-section > .container > ul:first-child > li .single-slide .img {
          overflow: hidden;
          height: 220px;
          position: relative; }
          @media only screen and (min-width: 768px) {
            body .rest-sections .all-projects-section > .container > ul:first-child > li .single-slide .img {
              height: 200px; } }
          body .rest-sections .all-projects-section > .container > ul:first-child > li .single-slide .img img {
            transition: all .4s ease-out;
            width: 100%;
            height: 100%; }
          body .rest-sections .all-projects-section > .container > ul:first-child > li .single-slide .img::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to top, rgba(35, 35, 37, 0.9) 0%, rgba(35, 35, 37, 0.45) 35%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%);
            border-radius: 4px 4px 0 0;
            opacity: 1; }
          body .rest-sections .all-projects-section > .container > ul:first-child > li .single-slide .img .featured {
            position: absolute;
            top: 0;
            z-index: 10;
            right: 0;
            width: 100%;
            font-size: 15px;
            padding: 0;
            overflow: hidden;
            height: 100px; }
            body .rest-sections .all-projects-section > .container > ul:first-child > li .single-slide .img .featured span {
              float: left;
              transform: rotate(-45deg);
              left: -67px;
              top: 22px;
              position: relative;
              text-align: center;
              width: 200px;
              font-size: 12px;
              margin: 0;
              padding: 7px 10px;
              font-weight: 600;
              background-color: #066f90;
              color: #fff;
              box-shadow: 1px 2px 3px 0 rgba(2, 0, 0, 0.2); }
        body .rest-sections .all-projects-section > .container > ul:first-child > li .single-slide .project-text {
          padding: 12px 14px 0 14px;
          transition: all .3s ease;
          background-color: ghostwhite; }
          body .rest-sections .all-projects-section > .container > ul:first-child > li .single-slide .project-text .heading p {
            color: #066f90;
            font-size: 18px;
            margin-bottom: 6px; }
          body .rest-sections .all-projects-section > .container > ul:first-child > li .single-slide .project-text .location {
            color: #5f5e5e;
            font-size: .9rem; }
            body .rest-sections .all-projects-section > .container > ul:first-child > li .single-slide .project-text .location i {
              margin-right: 6px; }
          body .rest-sections .all-projects-section > .container > ul:first-child > li .single-slide .project-text .project-details {
            margin-top: 12px;
            display: grid;
            grid-template-rows: 1fr;
            grid-auto-flow: column;
            grid-gap: 4px;
            justify-content: space-between;
            border-top: 1px solid lightgray;
            padding: 10px 12px 20px 12px;
            margin-left: -14px;
            margin-right: -14px; }
            body .rest-sections .all-projects-section > .container > ul:first-child > li .single-slide .project-text .project-details .separate-line {
              width: 1px;
              height: 100%;
              background-color: lightgrey; }
            body .rest-sections .all-projects-section > .container > ul:first-child > li .single-slide .project-text .project-details .area,
            body .rest-sections .all-projects-section > .container > ul:first-child > li .single-slide .project-text .project-details .projects,
            body .rest-sections .all-projects-section > .container > ul:first-child > li .single-slide .project-text .project-details .project-type {
              display: grid;
              grid-gap: 8px;
              justify-items: center; }
              body .rest-sections .all-projects-section > .container > ul:first-child > li .single-slide .project-text .project-details .area span,
              body .rest-sections .all-projects-section > .container > ul:first-child > li .single-slide .project-text .project-details .projects span,
              body .rest-sections .all-projects-section > .container > ul:first-child > li .single-slide .project-text .project-details .project-type span {
                line-height: 1;
                color: #5f5e5e; }
                body .rest-sections .all-projects-section > .container > ul:first-child > li .single-slide .project-text .project-details .area span:last-child,
                body .rest-sections .all-projects-section > .container > ul:first-child > li .single-slide .project-text .project-details .projects span:last-child,
                body .rest-sections .all-projects-section > .container > ul:first-child > li .single-slide .project-text .project-details .project-type span:last-child {
                  font-size: .9rem;
                  color: #066f90; }
        body .rest-sections .all-projects-section > .container > ul:first-child > li .single-slide:hover {
          box-shadow: 0 0 35px rgba(0, 0, 0, 0.2); }
          body .rest-sections .all-projects-section > .container > ul:first-child > li .single-slide:hover .img img {
            transform: scale(1.1); }
    body .rest-sections .all-properties-section .top-banner {
      background-color: #eee; }
      body .rest-sections .all-properties-section .top-banner ul {
        display: grid;
        grid-template-rows: 1fr;
        grid-auto-flow: column;
        grid-gap: 8px;
        justify-content: start;
        align-items: center;
        padding: 10px 0; }
        body .rest-sections .all-properties-section .top-banner ul li {
          font-size: 0.8rem; }
          body .rest-sections .all-properties-section .top-banner ul li.home {
            background-image: url("../images/icons/home.svg");
            width: 14px;
            height: 14px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center; }
            @media only screen and (min-width: 768px) {
              body .rest-sections .all-properties-section .top-banner ul li.home {
                width: 20px;
                height: 20px; } }
          body .rest-sections .all-properties-section .top-banner ul li.left-arrow {
            background-image: url("../webfonts/arrow_carrot-right.svg");
            width: 12px;
            height: 16px;
            opacity: 0.7;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center; }
            @media only screen and (min-width: 768px) {
              body .rest-sections .all-properties-section .top-banner ul li.left-arrow {
                width: 16px;
                height: 20px; } }
    body .rest-sections .all-properties-section > .top-container {
      padding-top: 22px;
      padding-bottom: 22px; }
      @media only screen and (min-width: 768px) {
        body .rest-sections .all-properties-section > .top-container {
          padding-top: 40px;
          padding-bottom: 40px; } }
      @media only screen and (min-width: 992px) {
        body .rest-sections .all-properties-section > .top-container {
          padding-top: 50px;
          padding-bottom: 50px; } }
      body .rest-sections .all-properties-section > .top-container .properties-top-search {
        border: 1px solid #EEE;
        padding: 1rem 1rem 2rem 1rem;
        margin: 2rem 0; }
        body .rest-sections .all-properties-section > .top-container .properties-top-search .heading {
          border-bottom: 1px solid #EEE;
          margin-left: -1rem;
          margin-right: -1rem; }
          body .rest-sections .all-properties-section > .top-container .properties-top-search .heading p {
            color: #066f90;
            margin: 0;
            padding: 0 1rem 1rem 1rem;
            text-align: center;
            font-size: 1.1rem; }
            @media only screen and (min-width: 768px) {
              body .rest-sections .all-properties-section > .top-container .properties-top-search .heading p {
                font-size: 1.2rem; } }
        body .rest-sections .all-properties-section > .top-container .properties-top-search form {
          display: grid;
          grid-template-columns: 1fr;
          grid-gap: 18px 0;
          padding-top: 1rem; }
          @media only screen and (min-width: 768px) {
            body .rest-sections .all-properties-section > .top-container .properties-top-search form {
              grid-template-columns: auto auto;
              grid-gap: 30px 100px; } }
          body .rest-sections .all-properties-section > .top-container .properties-top-search form .search-form-i > div {
            display: grid;
            grid-template-columns: 1fr;
            text-align: right; }
            body .rest-sections .all-properties-section > .top-container .properties-top-search form .search-form-i > div select {
              width: 100%;
              height: 32px;
              border: 0;
              border-bottom: 1px solid #e0e0e0;
              outline: none;
              -moz-appearance: none;
              /* Firefox */
              -webkit-appearance: none;
              /* Safari and Chrome */
              appearance: none;
              background-image: url("../images/icons/arrow_carrot-down.svg");
              background-size: contain;
              background-repeat: no-repeat;
              background-position: right center;
              padding: 4px 30px 4px 8px; }
              body .rest-sections .all-properties-section > .top-container .properties-top-search form .search-form-i > div select:focus {
                outline: 0; }
            body .rest-sections .all-properties-section > .top-container .properties-top-search form .search-form-i > div input {
              width: 100%;
              height: 32px;
              border: 0;
              border-bottom: 1px solid #e0e0e0;
              outline: none;
              background-color: #fff;
              font-size: .9rem;
              padding: 8px 20px; }
              body .rest-sections .all-properties-section > .top-container .properties-top-search form .search-form-i > div input:focus {
                border: 0; }
                body .rest-sections .all-properties-section > .top-container .properties-top-search form .search-form-i > div input:focus + .thin-line {
                  width: 100%; }
            body .rest-sections .all-properties-section > .top-container .properties-top-search form .search-form-i > div .thin-line {
              height: 1px;
              background-color: #FFC312;
              width: 0;
              transition: all .5s ease-out; }
            body .rest-sections .all-properties-section > .top-container .properties-top-search form .search-form-i > div.price, body .rest-sections .all-properties-section > .top-container .properties-top-search form .search-form-i > div.area {
              display: grid;
              grid-gap: 6px; }
          body .rest-sections .all-properties-section > .top-container .properties-top-search form button {
            grid-column: 1/-1;
            border: 0;
            padding: 10px 0;
            background: #38ada9;
            color: #FFF; }
      body .rest-sections .all-properties-section > .top-container .sort-form .sort-icons div {
        width: 26px;
        height: 28px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer; }
        @media only screen and (min-width: 768px) {
          body .rest-sections .all-properties-section > .top-container .sort-form .sort-icons div {
            width: 36px;
            height: 38px; } }
        body .rest-sections .all-properties-section > .top-container .sort-form .sort-icons div.ascending {
          background-image: url("../images/icons/ascending.png"); }
        body .rest-sections .all-properties-section > .top-container .sort-form .sort-icons div.descending {
          background-image: url("../images/icons/descending.png");
          display: none; }
      body .rest-sections .all-properties-section > .top-container .sort-form form {
        display: grid;
        grid-template-rows: 1fr;
        grid-auto-flow: column;
        justify-content: start;
        align-items: center;
        grid-gap: 0 20px; }
        @media only screen and (min-width: 768px) {
          body .rest-sections .all-properties-section > .top-container .sort-form form {
            grid-gap: 0 50px; } }
        body .rest-sections .all-properties-section > .top-container .sort-form form .sort-by select {
          width: 180px;
          height: 32px;
          border: 0;
          border-bottom: 1px solid #e0e0e0;
          outline: none;
          -moz-appearance: none;
          /* Firefox */
          -webkit-appearance: none;
          /* Safari and Chrome */
          appearance: none;
          background-image: url("../images/icons/arrow_carrot-down.svg");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: right center;
          padding: 4px 30px 4px 8px; }
          body .rest-sections .all-properties-section > .top-container .sort-form form .sort-by select:focus {
            outline: 0; }
    body .rest-sections .all-properties-section > .container:last-of-type {
      margin-bottom: 80px; }
    body .rest-sections .all-properties-section > .container > ul:first-child {
      margin-bottom: 50px;
      display: grid;
      grid-gap: 20px; }
      @media only screen and (min-width: 768px) {
        body .rest-sections .all-properties-section > .container > ul:first-child {
          grid-template-columns: 1fr 1fr;
          grid-gap: 50px 30px; } }
      @media only screen and (min-width: 992px) {
        body .rest-sections .all-properties-section > .container > ul:first-child {
          grid-template-columns: 1fr 1fr 1fr;
          grid-gap: 50px; } }
      body .rest-sections .all-properties-section > .container > ul:first-child > li .single-slide {
        box-shadow: none;
        transition: all .3s ease; }
        body .rest-sections .all-properties-section > .container > ul:first-child > li .single-slide .img {
          overflow: hidden;
          height: 220px;
          position: relative; }
          @media only screen and (min-width: 768px) {
            body .rest-sections .all-properties-section > .container > ul:first-child > li .single-slide .img {
              height: 200px; } }
          body .rest-sections .all-properties-section > .container > ul:first-child > li .single-slide .img img {
            transition: all .4s ease-out;
            width: 100%;
            height: 100%; }
          body .rest-sections .all-properties-section > .container > ul:first-child > li .single-slide .img::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to top, rgba(35, 35, 37, 0.9) 0%, rgba(35, 35, 37, 0.45) 35%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%);
            border-radius: 4px 4px 0 0;
            opacity: 1; }
          body .rest-sections .all-properties-section > .container > ul:first-child > li .single-slide .img .featured {
            position: absolute;
            top: 0;
            z-index: 10;
            right: 0;
            width: 100%;
            font-size: 15px;
            padding: 0;
            overflow: hidden;
            height: 100px; }
            body .rest-sections .all-properties-section > .container > ul:first-child > li .single-slide .img .featured span {
              float: left;
              transform: rotate(-45deg);
              left: -67px;
              top: 22px;
              position: relative;
              text-align: center;
              width: 200px;
              font-size: 12px;
              margin: 0;
              padding: 7px 10px;
              font-weight: 600;
              background-color: #066f90;
              color: #fff;
              box-shadow: 1px 2px 3px 0 rgba(2, 0, 0, 0.2); }
        body .rest-sections .all-properties-section > .container > ul:first-child > li .single-slide .property-text {
          padding: 12px 14px 0 14px;
          transition: all .3s ease;
          background-color: ghostwhite; }
          body .rest-sections .all-properties-section > .container > ul:first-child > li .single-slide .property-text .heading p {
            color: #066f90;
            font-size: 18px;
            margin-bottom: 6px; }
          body .rest-sections .all-properties-section > .container > ul:first-child > li .single-slide .property-text .location {
            color: #5f5e5e;
            font-size: .9rem; }
            body .rest-sections .all-properties-section > .container > ul:first-child > li .single-slide .property-text .location i {
              margin-right: 6px; }
          body .rest-sections .all-properties-section > .container > ul:first-child > li .single-slide .property-text .property-details {
            margin-top: 12px;
            display: grid;
            grid-template-rows: 1fr;
            grid-auto-flow: column;
            grid-gap: 4px;
            justify-content: space-between;
            border-top: 1px solid lightgray;
            padding: 10px 12px 20px 12px;
            margin-left: -14px;
            margin-right: -14px; }
            body .rest-sections .all-properties-section > .container > ul:first-child > li .single-slide .property-text .property-details .separate-line {
              width: 1px;
              height: 100%;
              background-color: lightgrey; }
            body .rest-sections .all-properties-section > .container > ul:first-child > li .single-slide .property-text .property-details .area,
            body .rest-sections .all-properties-section > .container > ul:first-child > li .single-slide .property-text .property-details .properties,
            body .rest-sections .all-properties-section > .container > ul:first-child > li .single-slide .property-text .property-details .property-type {
              display: grid;
              grid-gap: 8px;
              justify-items: center; }
              body .rest-sections .all-properties-section > .container > ul:first-child > li .single-slide .property-text .property-details .area span,
              body .rest-sections .all-properties-section > .container > ul:first-child > li .single-slide .property-text .property-details .properties span,
              body .rest-sections .all-properties-section > .container > ul:first-child > li .single-slide .property-text .property-details .property-type span {
                line-height: 1;
                color: #5f5e5e; }
                body .rest-sections .all-properties-section > .container > ul:first-child > li .single-slide .property-text .property-details .area span:last-child,
                body .rest-sections .all-properties-section > .container > ul:first-child > li .single-slide .property-text .property-details .properties span:last-child,
                body .rest-sections .all-properties-section > .container > ul:first-child > li .single-slide .property-text .property-details .property-type span:last-child {
                  font-size: .9rem;
                  color: #066f90; }
        body .rest-sections .all-properties-section > .container > ul:first-child > li .single-slide:hover {
          box-shadow: 0 0 35px rgba(0, 0, 0, 0.2); }
          body .rest-sections .all-properties-section > .container > ul:first-child > li .single-slide:hover .img img {
            transform: scale(1.1); }
    body .rest-sections .project-details-page {
      margin-bottom: 50px; }
      @media only screen and (min-width: 768px) {
        body .rest-sections .project-details-page {
          margin-bottom: 80px; } }
      body .rest-sections .project-details-page .top-banner {
        background-color: #eee; }
        body .rest-sections .project-details-page .top-banner ul {
          display: grid;
          grid-template-rows: 1fr;
          grid-auto-flow: column;
          grid-gap: 8px;
          justify-content: start;
          align-items: center;
          padding: 10px 0; }
          body .rest-sections .project-details-page .top-banner ul li {
            font-size: 0.8rem; }
            body .rest-sections .project-details-page .top-banner ul li.home {
              background-image: url("../images/icons/home.svg");
              width: 14px;
              height: 14px;
              background-size: cover;
              background-repeat: no-repeat;
              background-position: center; }
              @media only screen and (min-width: 768px) {
                body .rest-sections .project-details-page .top-banner ul li.home {
                  width: 20px;
                  height: 20px; } }
            body .rest-sections .project-details-page .top-banner ul li.left-arrow {
              background-image: url("../webfonts/arrow_carrot-right.svg");
              width: 12px;
              height: 16px;
              opacity: 0.7;
              background-size: cover;
              background-repeat: no-repeat;
              background-position: center; }
              @media only screen and (min-width: 768px) {
                body .rest-sections .project-details-page .top-banner ul li.left-arrow {
                  width: 16px;
                  height: 20px; } }
      body .rest-sections .project-details-page .heading {
        margin-top: 3rem;
        display: grid;
        grid-template-rows: 1fr;
        grid-auto-flow: column;
        justify-content: start;
        grid-gap: 20px;
        align-items: center; }
        body .rest-sections .project-details-page .heading p {
          margin: 0;
          color: #066f90;
          font-size: 1rem; }
          @media only screen and (min-width: 768px) {
            body .rest-sections .project-details-page .heading p {
              font-size: 1.2rem; } }
          @media only screen and (min-width: 992px) {
            body .rest-sections .project-details-page .heading p {
              font-size: 1.4rem; } }
        body .rest-sections .project-details-page .heading .for-what span {
          padding: 4px 14px;
          background-color: #fc5c65;
          color: #fff;
          border-radius: 2rem;
          font-size: 0.9rem;
          line-height: 1; }
      body .rest-sections .project-details-page .price-location {
        display: grid;
        justify-content: start;
        align-items: center;
        margin-bottom: 2rem;
        margin-top: 4px; }
        body .rest-sections .project-details-page .price-location .price span {
          color: #303952;
          font-size: 20px;
          font-family: 'ChangaOne-Regular'; }
          @media only screen and (min-width: 768px) {
            body .rest-sections .project-details-page .price-location .price span {
              font-size: 24px; } }
          @media only screen and (min-width: 992px) {
            body .rest-sections .project-details-page .price-location .price span {
              font-size: 28px; } }
        body .rest-sections .project-details-page .price-location .location i {
          color: #066f90; }
        body .rest-sections .project-details-page .price-location .location span {
          letter-spacing: 1px; }
      body .rest-sections .project-details-page .project-and-related {
        display: flex;
        flex-direction: column; }
        @media only screen and (min-width: 768px) {
          body .rest-sections .project-details-page .project-and-related {
            display: grid;
            grid-template-columns: 1fr;
            justify-content: space-between; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    body .rest-sections .project-details-page .project-and-related {
      grid-template-columns: 62% 35%; } }
  @media only screen and (min-width: 768px) and (min-width: 992px) {
    body .rest-sections .project-details-page .project-and-related {
      grid-template-columns: 60% 33%; } }
        body .rest-sections .project-details-page .project-and-related .project-details-section {
          align-self: stretch; }
          @media only screen and (min-width: 768px) {
            body .rest-sections .project-details-page .project-and-related .project-details-section {
              align-self: start; } }
          body .rest-sections .project-details-page .project-and-related .project-details-section .project-details-slider {
            background-color: #eee; }
            body .rest-sections .project-details-page .project-and-related .project-details-section .project-details-slider img {
              width: 100%;
              height: 250px; }
              @media only screen and (min-width: 768px) {
                body .rest-sections .project-details-page .project-and-related .project-details-section .project-details-slider img {
                  height: 320px; } }
              @media only screen and (min-width: 992px) {
                body .rest-sections .project-details-page .project-and-related .project-details-section .project-details-slider img {
                  height: 400px; } }
          body .rest-sections .project-details-page .project-and-related .project-details-section .heading-desc-section {
            margin-top: 2rem; }
            body .rest-sections .project-details-page .project-and-related .project-details-section .heading-desc-section .project-details-heading {
              margin-bottom: 10px; }
              body .rest-sections .project-details-page .project-and-related .project-details-section .heading-desc-section .project-details-heading p {
                font-family: "Raleway-Bold";
                margin: 0;
                color: #066f90;
                font-size: 1rem;
                text-transform: uppercase; }
                @media only screen and (min-width: 768px) {
                  body .rest-sections .project-details-page .project-and-related .project-details-section .heading-desc-section .project-details-heading p {
                    font-size: 1.1rem; } }
                @media only screen and (min-width: 992px) {
                  body .rest-sections .project-details-page .project-and-related .project-details-section .heading-desc-section .project-details-heading p {
                    font-size: 1.3rem; } }
            body .rest-sections .project-details-page .project-and-related .project-details-section .heading-desc-section .project-details-desc p {
              font-size: 1rem;
              line-height: 1.6;
              font-size: .9rem; }
          body .rest-sections .project-details-page .project-and-related .project-details-section .features-section {
            margin-top: 2rem; }
            body .rest-sections .project-details-page .project-and-related .project-details-section .features-section .features-heading {
              margin-bottom: 10px; }
              body .rest-sections .project-details-page .project-and-related .project-details-section .features-section .features-heading p {
                font-family: "Raleway-Bold";
                margin: 0;
                color: #066f90;
                font-size: 1rem;
                text-transform: uppercase; }
                @media only screen and (min-width: 768px) {
                  body .rest-sections .project-details-page .project-and-related .project-details-section .features-section .features-heading p {
                    font-size: 1.1rem; } }
                @media only screen and (min-width: 992px) {
                  body .rest-sections .project-details-page .project-and-related .project-details-section .features-section .features-heading p {
                    font-size: 1.3rem; } }
            body .rest-sections .project-details-page .project-and-related .project-details-section .features-section ul {
              display: grid;
              grid-template-columns: 1fr;
              justify-content: space-between; }
              @media only screen and (min-width: 768px) {
                body .rest-sections .project-details-page .project-and-related .project-details-section .features-section ul {
                  grid-template-columns: 1fr 1fr; } }
              @media only screen and (min-width: 992px) {
                body .rest-sections .project-details-page .project-and-related .project-details-section .features-section ul {
                  grid-template-columns: 1fr 1fr 1fr; } }
              body .rest-sections .project-details-page .project-and-related .project-details-section .features-section ul li {
                display: grid;
                grid-template-columns: auto 1fr;
                grid-gap: 20px;
                align-items: center; }
                body .rest-sections .project-details-page .project-and-related .project-details-section .features-section ul li img {
                  width: 15px;
                  height: 15px; }
                body .rest-sections .project-details-page .project-and-related .project-details-section .features-section ul li span {
                  text-align: left; }
          body .rest-sections .project-details-page .project-and-related .project-details-section .plans-section {
            margin-top: 2rem; }
            body .rest-sections .project-details-page .project-and-related .project-details-section .plans-section .plans-heading {
              margin-bottom: 10px; }
              body .rest-sections .project-details-page .project-and-related .project-details-section .plans-section .plans-heading p {
                font-family: "Raleway-Bold";
                margin: 0;
                color: #066f90;
                font-size: 1rem;
                text-transform: uppercase; }
                @media only screen and (min-width: 768px) {
                  body .rest-sections .project-details-page .project-and-related .project-details-section .plans-section .plans-heading p {
                    font-size: 1.1rem; } }
                @media only screen and (min-width: 992px) {
                  body .rest-sections .project-details-page .project-and-related .project-details-section .plans-section .plans-heading p {
                    font-size: 1.3rem; } }
            body .rest-sections .project-details-page .project-and-related .project-details-section .plans-section .plans-table ul {
              border: 1px solid #EEE;
              display: grid;
              grid-template-columns: 1fr 1fr; }
              body .rest-sections .project-details-page .project-and-related .project-details-section .plans-section .plans-table ul li {
                padding: 12px;
                display: grid;
                grid-template-columns: auto auto;
                grid-gap: 6px;
                border-bottom: 1px solid #EEE;
                border-right: 1px solid #EEE;
                justify-content: start;
                align-items: center; }
                body .rest-sections .project-details-page .project-and-related .project-details-section .plans-section .plans-table ul li:nth-of-type(2n + 2) {
                  border-right: 0; }
                body .rest-sections .project-details-page .project-and-related .project-details-section .plans-section .plans-table ul li:nth-of-type(n + 3) {
                  border-bottom: 0; }
                body .rest-sections .project-details-page .project-and-related .project-details-section .plans-section .plans-table ul li span:first-child {
                  font-family: "Raleway-Bold";
                  font-size: .9rem; }
            body .rest-sections .project-details-page .project-and-related .project-details-section .plans-section .plans-img {
              margin-top: 2rem; }
              body .rest-sections .project-details-page .project-and-related .project-details-section .plans-section .plans-img img {
                width: 100%;
                height: auto;
                max-height: 300px; }
                @media only screen and (min-width: 768px) {
                  body .rest-sections .project-details-page .project-and-related .project-details-section .plans-section .plans-img img {
                    max-height: 400px; } }
          body .rest-sections .project-details-page .project-and-related .project-details-section .map-section {
            margin-top: 3rem; }
            body .rest-sections .project-details-page .project-and-related .project-details-section .map-section .map-heading {
              margin-bottom: 10px; }
              body .rest-sections .project-details-page .project-and-related .project-details-section .map-section .map-heading p {
                font-family: "Raleway-Bold";
                margin: 0;
                color: #066f90;
                font-size: 1rem;
                text-transform: uppercase; }
                @media only screen and (min-width: 768px) {
                  body .rest-sections .project-details-page .project-and-related .project-details-section .map-section .map-heading p {
                    font-size: 1.1rem; } }
                @media only screen and (min-width: 992px) {
                  body .rest-sections .project-details-page .project-and-related .project-details-section .map-section .map-heading p {
                    font-size: 1.3rem; } }
            body .rest-sections .project-details-page .project-and-related .project-details-section .map-section iframe {
              width: 100%;
              height: 200px; }
              @media only screen and (min-width: 768px) {
                body .rest-sections .project-details-page .project-and-related .project-details-section .map-section iframe {
                  height: 250px; } }
        body .rest-sections .project-details-page .project-and-related .related-projects-section {
          margin-top: 3rem; }
          @media only screen and (min-width: 768px) {
            body .rest-sections .project-details-page .project-and-related .related-projects-section {
              margin-top: 0; } }
          body .rest-sections .project-details-page .project-and-related .related-projects-section .realated-heading {
            margin-bottom: 1rem; }
            body .rest-sections .project-details-page .project-and-related .related-projects-section .realated-heading p {
              font-family: "Raleway-Bold";
              margin: 0;
              color: #066f90;
              font-size: 1rem;
              text-transform: uppercase; }
              @media only screen and (min-width: 768px) {
                body .rest-sections .project-details-page .project-and-related .related-projects-section .realated-heading p {
                  font-size: 1.1rem; } }
              @media only screen and (min-width: 992px) {
                body .rest-sections .project-details-page .project-and-related .related-projects-section .realated-heading p {
                  font-size: 1.3rem; } }
          body .rest-sections .project-details-page .project-and-related .related-projects-section ul {
            display: grid;
            grid-gap: 30px; }
            @media only screen and (min-width: 992px) {
              body .rest-sections .project-details-page .project-and-related .related-projects-section ul {
                grid-template-columns: 1fr; } }
            body .rest-sections .project-details-page .project-and-related .related-projects-section ul li:last-child {
              display: none; }
              @media only screen and (min-width: 992px) {
                body .rest-sections .project-details-page .project-and-related .related-projects-section ul li:last-child {
                  display: block; } }
          body .rest-sections .project-details-page .project-and-related .related-projects-section .single-related {
            background-color: whitesmoke;
            box-shadow: none;
            transition: all 0.3s ease; }
            body .rest-sections .project-details-page .project-and-related .related-projects-section .single-related .slider-img {
              overflow: hidden;
              height: 220px;
              position: relative; }
              @media only screen and (min-width: 768px) {
                body .rest-sections .project-details-page .project-and-related .related-projects-section .single-related .slider-img {
                  height: 200px; } }
              body .rest-sections .project-details-page .project-and-related .related-projects-section .single-related .slider-img img {
                transition: all 0.4s ease-out;
                width: 100%;
                height: 100%; }
              body .rest-sections .project-details-page .project-and-related .related-projects-section .single-related .slider-img::after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: linear-gradient(to top, rgba(35, 35, 37, 0.9) 0%, rgba(35, 35, 37, 0.45) 35%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%);
                border-radius: 4px 4px 0 0;
                opacity: 1; }
            body .rest-sections .project-details-page .project-and-related .related-projects-section .single-related .slider-text {
              padding: 12px 14px 0 14px;
              transition: all 0.3s ease; }
              body .rest-sections .project-details-page .project-and-related .related-projects-section .single-related .slider-text .heading {
                margin-top: 0; }
                body .rest-sections .project-details-page .project-and-related .related-projects-section .single-related .slider-text .heading p {
                  color: #066f90;
                  font-size: 18px;
                  margin-bottom: 6px; }
              body .rest-sections .project-details-page .project-and-related .related-projects-section .single-related .slider-text .location {
                color: #5f5e5e;
                font-size: 0.9rem; }
                body .rest-sections .project-details-page .project-and-related .related-projects-section .single-related .slider-text .location i {
                  margin-right: 6px; }
              body .rest-sections .project-details-page .project-and-related .related-projects-section .single-related .slider-text .project-details {
                margin-top: 12px;
                display: grid;
                grid-template-rows: 1fr;
                grid-auto-flow: column;
                grid-gap: 4px;
                justify-content: space-between;
                border-top: 1px solid lightgray;
                padding: 10px 12px 20px 12px;
                margin-left: -14px;
                margin-right: -14px; }
                body .rest-sections .project-details-page .project-and-related .related-projects-section .single-related .slider-text .project-details .separate-line {
                  width: 1px;
                  height: 100%;
                  background-color: lightgrey; }
                body .rest-sections .project-details-page .project-and-related .related-projects-section .single-related .slider-text .project-details .area,
                body .rest-sections .project-details-page .project-and-related .related-projects-section .single-related .slider-text .project-details .projects,
                body .rest-sections .project-details-page .project-and-related .related-projects-section .single-related .slider-text .project-details .project-type {
                  display: grid;
                  grid-gap: 8px;
                  justify-items: center; }
                  body .rest-sections .project-details-page .project-and-related .related-projects-section .single-related .slider-text .project-details .area span,
                  body .rest-sections .project-details-page .project-and-related .related-projects-section .single-related .slider-text .project-details .projects span,
                  body .rest-sections .project-details-page .project-and-related .related-projects-section .single-related .slider-text .project-details .project-type span {
                    line-height: 1;
                    color: #5f5e5e; }
                    body .rest-sections .project-details-page .project-and-related .related-projects-section .single-related .slider-text .project-details .area span:last-child,
                    body .rest-sections .project-details-page .project-and-related .related-projects-section .single-related .slider-text .project-details .projects span:last-child,
                    body .rest-sections .project-details-page .project-and-related .related-projects-section .single-related .slider-text .project-details .project-type span:last-child {
                      font-size: 0.9rem;
                      color: #066f90; }
            body .rest-sections .project-details-page .project-and-related .related-projects-section .single-related:hover {
              box-shadow: 0 0 35px rgba(0, 0, 0, 0.2); }
              body .rest-sections .project-details-page .project-and-related .related-projects-section .single-related:hover .slider-img img {
                transform: scale(1.1); }
              body .rest-sections .project-details-page .project-and-related .related-projects-section .single-related:hover .slider-text {
                background: whitesmoke; }
    body .rest-sections .property-details-page .top-banner {
      background-color: #eee; }
      body .rest-sections .property-details-page .top-banner ul {
        display: grid;
        grid-template-rows: 1fr;
        grid-auto-flow: column;
        grid-gap: 8px;
        justify-content: start;
        align-items: center;
        padding: 10px 0; }
        body .rest-sections .property-details-page .top-banner ul li {
          font-size: 0.8rem; }
          body .rest-sections .property-details-page .top-banner ul li.home {
            background-image: url("../images/icons/home.svg");
            width: 14px;
            height: 14px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center; }
            @media only screen and (min-width: 768px) {
              body .rest-sections .property-details-page .top-banner ul li.home {
                width: 20px;
                height: 20px; } }
          body .rest-sections .property-details-page .top-banner ul li.left-arrow {
            background-image: url("../webfonts/arrow_carrot-right.svg");
            width: 12px;
            height: 16px;
            opacity: 0.7;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center; }
            @media only screen and (min-width: 768px) {
              body .rest-sections .property-details-page .top-banner ul li.left-arrow {
                width: 16px;
                height: 20px; } }
    body .rest-sections .property-details-page .heading {
      margin-top: 3rem;
      display: grid;
      grid-template-rows: 1fr;
      grid-auto-flow: column;
      justify-content: start;
      grid-gap: 20px;
      align-items: center; }
      body .rest-sections .property-details-page .heading p {
        margin: 0;
        color: #066f90;
        font-size: 1rem; }
        @media only screen and (min-width: 768px) {
          body .rest-sections .property-details-page .heading p {
            font-size: 1.2rem; } }
        @media only screen and (min-width: 992px) {
          body .rest-sections .property-details-page .heading p {
            font-size: 1.4rem; } }
      body .rest-sections .property-details-page .heading .for-what span {
        padding: 4px 14px;
        background-color: #fc5c65;
        color: #fff;
        border-radius: 2rem;
        font-size: 0.9rem;
        line-height: 1; }
    body .rest-sections .property-details-page .price-location {
      display: grid;
      justify-content: start;
      align-items: center;
      margin-bottom: 2rem;
      margin-top: 4px; }
      body .rest-sections .property-details-page .price-location .price span {
        color: #303952;
        font-size: 20px;
        font-family: 'ChangaOne-Regular'; }
        @media only screen and (min-width: 768px) {
          body .rest-sections .property-details-page .price-location .price span {
            font-size: 24px; } }
        @media only screen and (min-width: 992px) {
          body .rest-sections .property-details-page .price-location .price span {
            font-size: 28px; } }
      body .rest-sections .property-details-page .price-location .location i {
        color: #066f90; }
      body .rest-sections .property-details-page .price-location .location span {
        letter-spacing: 1px; }
    body .rest-sections .property-details-page .property-and-related {
      display: flex;
      flex-direction: column; }
      @media only screen and (min-width: 768px) {
        body .rest-sections .property-details-page .property-and-related {
          display: grid;
          grid-template-columns: 1fr;
          justify-content: space-between; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    body .rest-sections .property-details-page .property-and-related {
      grid-template-columns: 62% 35%; } }
  @media only screen and (min-width: 768px) and (min-width: 992px) {
    body .rest-sections .property-details-page .property-and-related {
      grid-template-columns: 60% 33%; } }
      body .rest-sections .property-details-page .property-and-related .property-details-section {
        align-self: stretch; }
        @media only screen and (min-width: 768px) {
          body .rest-sections .property-details-page .property-and-related .property-details-section {
            align-self: start; } }
        body .rest-sections .property-details-page .property-and-related .property-details-section .property-details-slider {
          background-color: #eee; }
          body .rest-sections .property-details-page .property-and-related .property-details-section .property-details-slider img {
            width: 100%;
            height: 250px; }
            @media only screen and (min-width: 768px) {
              body .rest-sections .property-details-page .property-and-related .property-details-section .property-details-slider img {
                height: 320px; } }
            @media only screen and (min-width: 992px) {
              body .rest-sections .property-details-page .property-and-related .property-details-section .property-details-slider img {
                height: 400px; } }
        body .rest-sections .property-details-page .property-and-related .property-details-section .heading-desc-section {
          margin-top: 2rem; }
          body .rest-sections .property-details-page .property-and-related .property-details-section .heading-desc-section .property-details-heading {
            margin-bottom: 10px; }
            body .rest-sections .property-details-page .property-and-related .property-details-section .heading-desc-section .property-details-heading p {
              font-family: "Raleway-Bold";
              margin: 0;
              color: #066f90;
              font-size: 1rem;
              text-transform: uppercase; }
              @media only screen and (min-width: 768px) {
                body .rest-sections .property-details-page .property-and-related .property-details-section .heading-desc-section .property-details-heading p {
                  font-size: 1.1rem; } }
              @media only screen and (min-width: 992px) {
                body .rest-sections .property-details-page .property-and-related .property-details-section .heading-desc-section .property-details-heading p {
                  font-size: 1.3rem; } }
          body .rest-sections .property-details-page .property-and-related .property-details-section .heading-desc-section .property-details-desc p {
            font-size: 1rem;
            line-height: 1.6;
            font-size: .9rem; }
        body .rest-sections .property-details-page .property-and-related .property-details-section .features-section {
          margin-top: 2rem; }
          body .rest-sections .property-details-page .property-and-related .property-details-section .features-section .features-heading {
            margin-bottom: 10px; }
            body .rest-sections .property-details-page .property-and-related .property-details-section .features-section .features-heading p {
              font-family: "Raleway-Bold";
              margin: 0;
              color: #066f90;
              font-size: 1rem;
              text-transform: uppercase; }
              @media only screen and (min-width: 768px) {
                body .rest-sections .property-details-page .property-and-related .property-details-section .features-section .features-heading p {
                  font-size: 1.1rem; } }
              @media only screen and (min-width: 992px) {
                body .rest-sections .property-details-page .property-and-related .property-details-section .features-section .features-heading p {
                  font-size: 1.3rem; } }
          body .rest-sections .property-details-page .property-and-related .property-details-section .features-section ul {
            display: grid;
            grid-template-columns: 1fr;
            justify-content: space-between; }
            @media only screen and (min-width: 768px) {
              body .rest-sections .property-details-page .property-and-related .property-details-section .features-section ul {
                grid-template-columns: 1fr 1fr; } }
            @media only screen and (min-width: 992px) {
              body .rest-sections .property-details-page .property-and-related .property-details-section .features-section ul {
                grid-template-columns: 1fr 1fr 1fr; } }
            body .rest-sections .property-details-page .property-and-related .property-details-section .features-section ul li {
              display: grid;
              grid-template-columns: auto 1fr;
              grid-gap: 20px;
              align-items: center; }
              body .rest-sections .property-details-page .property-and-related .property-details-section .features-section ul li img {
                width: 15px;
                height: 15px; }
              body .rest-sections .property-details-page .property-and-related .property-details-section .features-section ul li span {
                text-align: left; }
        body .rest-sections .property-details-page .property-and-related .property-details-section .plans-section {
          margin-top: 2rem; }
          body .rest-sections .property-details-page .property-and-related .property-details-section .plans-section .plans-heading {
            margin-bottom: 10px; }
            body .rest-sections .property-details-page .property-and-related .property-details-section .plans-section .plans-heading p {
              font-family: "Raleway-Bold";
              margin: 0;
              color: #066f90;
              font-size: 1rem;
              text-transform: uppercase; }
              @media only screen and (min-width: 768px) {
                body .rest-sections .property-details-page .property-and-related .property-details-section .plans-section .plans-heading p {
                  font-size: 1.1rem; } }
              @media only screen and (min-width: 992px) {
                body .rest-sections .property-details-page .property-and-related .property-details-section .plans-section .plans-heading p {
                  font-size: 1.3rem; } }
          body .rest-sections .property-details-page .property-and-related .property-details-section .plans-section .plans-table ul {
            border: 1px solid #EEE;
            display: grid;
            grid-template-columns: 1fr 1fr; }
            body .rest-sections .property-details-page .property-and-related .property-details-section .plans-section .plans-table ul li {
              padding: 12px;
              display: grid;
              grid-template-columns: auto auto;
              grid-gap: 6px;
              border-bottom: 1px solid #EEE;
              border-right: 1px solid #EEE;
              justify-content: start;
              align-items: center; }
              body .rest-sections .property-details-page .property-and-related .property-details-section .plans-section .plans-table ul li:nth-of-type(2n + 2) {
                border-right: 0; }
              body .rest-sections .property-details-page .property-and-related .property-details-section .plans-section .plans-table ul li:nth-of-type(n + 3) {
                border-bottom: 0; }
              body .rest-sections .property-details-page .property-and-related .property-details-section .plans-section .plans-table ul li span:first-child {
                font-family: "Raleway-Bold";
                font-size: .9rem; }
          body .rest-sections .property-details-page .property-and-related .property-details-section .plans-section .plans-img {
            margin-top: 2rem; }
            body .rest-sections .property-details-page .property-and-related .property-details-section .plans-section .plans-img img {
              width: 100%;
              height: auto;
              max-height: 300px; }
              @media only screen and (min-width: 768px) {
                body .rest-sections .property-details-page .property-and-related .property-details-section .plans-section .plans-img img {
                  max-height: 400px; } }
        body .rest-sections .property-details-page .property-and-related .property-details-section .map-section {
          margin-top: 3rem; }
          body .rest-sections .property-details-page .property-and-related .property-details-section .map-section .map-heading {
            margin-bottom: 10px; }
            body .rest-sections .property-details-page .property-and-related .property-details-section .map-section .map-heading p {
              font-family: "Raleway-Bold";
              margin: 0;
              color: #066f90;
              font-size: 1rem;
              text-transform: uppercase; }
              @media only screen and (min-width: 768px) {
                body .rest-sections .property-details-page .property-and-related .property-details-section .map-section .map-heading p {
                  font-size: 1.1rem; } }
              @media only screen and (min-width: 992px) {
                body .rest-sections .property-details-page .property-and-related .property-details-section .map-section .map-heading p {
                  font-size: 1.3rem; } }
          body .rest-sections .property-details-page .property-and-related .property-details-section .map-section iframe {
            width: 100%;
            height: 200px; }
            @media only screen and (min-width: 768px) {
              body .rest-sections .property-details-page .property-and-related .property-details-section .map-section iframe {
                height: 250px; } }
      body .rest-sections .property-details-page .property-and-related .related-properties-section {
        margin-top: 3rem; }
        @media only screen and (min-width: 768px) {
          body .rest-sections .property-details-page .property-and-related .related-properties-section {
            margin-top: 0; } }
        body .rest-sections .property-details-page .property-and-related .related-properties-section .realated-heading {
          margin-bottom: 1rem; }
          body .rest-sections .property-details-page .property-and-related .related-properties-section .realated-heading p {
            font-family: "Raleway-Bold";
            margin: 0;
            color: #066f90;
            font-size: 1rem;
            text-transform: uppercase; }
            @media only screen and (min-width: 768px) {
              body .rest-sections .property-details-page .property-and-related .related-properties-section .realated-heading p {
                font-size: 1.1rem; } }
            @media only screen and (min-width: 992px) {
              body .rest-sections .property-details-page .property-and-related .related-properties-section .realated-heading p {
                font-size: 1.3rem; } }
        body .rest-sections .property-details-page .property-and-related .related-properties-section ul {
          display: grid;
          grid-gap: 30px; }
          @media only screen and (min-width: 992px) {
            body .rest-sections .property-details-page .property-and-related .related-properties-section ul {
              grid-template-columns: 1fr; } }
          body .rest-sections .property-details-page .property-and-related .related-properties-section ul li:last-child {
            display: none; }
            @media only screen and (min-width: 992px) {
              body .rest-sections .property-details-page .property-and-related .related-properties-section ul li:last-child {
                display: block; } }
        body .rest-sections .property-details-page .property-and-related .related-properties-section .single-related {
          background-color: whitesmoke;
          box-shadow: none;
          transition: all 0.3s ease; }
          body .rest-sections .property-details-page .property-and-related .related-properties-section .single-related .slider-img {
            overflow: hidden;
            height: 220px;
            position: relative; }
            @media only screen and (min-width: 768px) {
              body .rest-sections .property-details-page .property-and-related .related-properties-section .single-related .slider-img {
                height: 200px; } }
            body .rest-sections .property-details-page .property-and-related .related-properties-section .single-related .slider-img img {
              transition: all 0.4s ease-out;
              width: 100%;
              height: 100%; }
            body .rest-sections .property-details-page .property-and-related .related-properties-section .single-related .slider-img::after {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background: linear-gradient(to top, rgba(35, 35, 37, 0.9) 0%, rgba(35, 35, 37, 0.45) 35%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%);
              border-radius: 4px 4px 0 0;
              opacity: 1; }
          body .rest-sections .property-details-page .property-and-related .related-properties-section .single-related .slider-text {
            padding: 12px 14px 0 14px;
            transition: all 0.3s ease; }
            body .rest-sections .property-details-page .property-and-related .related-properties-section .single-related .slider-text .heading {
              margin-top: 0; }
              body .rest-sections .property-details-page .property-and-related .related-properties-section .single-related .slider-text .heading p {
                color: #066f90;
                font-size: 18px;
                margin-bottom: 6px; }
            body .rest-sections .property-details-page .property-and-related .related-properties-section .single-related .slider-text .location {
              color: #5f5e5e;
              font-size: 0.9rem; }
              body .rest-sections .property-details-page .property-and-related .related-properties-section .single-related .slider-text .location i {
                margin-right: 6px; }
            body .rest-sections .property-details-page .property-and-related .related-properties-section .single-related .slider-text .property-details {
              margin-top: 12px;
              display: grid;
              grid-template-rows: 1fr;
              grid-auto-flow: column;
              grid-gap: 4px;
              justify-content: space-between;
              border-top: 1px solid lightgray;
              padding: 10px 12px 20px 12px;
              margin-left: -14px;
              margin-right: -14px; }
              body .rest-sections .property-details-page .property-and-related .related-properties-section .single-related .slider-text .property-details .separate-line {
                width: 1px;
                height: 100%;
                background-color: lightgrey; }
              body .rest-sections .property-details-page .property-and-related .related-properties-section .single-related .slider-text .property-details .area,
              body .rest-sections .property-details-page .property-and-related .related-properties-section .single-related .slider-text .property-details .properties,
              body .rest-sections .property-details-page .property-and-related .related-properties-section .single-related .slider-text .property-details .property-type {
                display: grid;
                grid-gap: 8px;
                justify-items: center; }
                body .rest-sections .property-details-page .property-and-related .related-properties-section .single-related .slider-text .property-details .area span,
                body .rest-sections .property-details-page .property-and-related .related-properties-section .single-related .slider-text .property-details .properties span,
                body .rest-sections .property-details-page .property-and-related .related-properties-section .single-related .slider-text .property-details .property-type span {
                  line-height: 1;
                  color: #5f5e5e; }
                  body .rest-sections .property-details-page .property-and-related .related-properties-section .single-related .slider-text .property-details .area span:last-child,
                  body .rest-sections .property-details-page .property-and-related .related-properties-section .single-related .slider-text .property-details .properties span:last-child,
                  body .rest-sections .property-details-page .property-and-related .related-properties-section .single-related .slider-text .property-details .property-type span:last-child {
                    font-size: 0.9rem;
                    color: #066f90; }
          body .rest-sections .property-details-page .property-and-related .related-properties-section .single-related:hover {
            box-shadow: 0 0 35px rgba(0, 0, 0, 0.2); }
            body .rest-sections .property-details-page .property-and-related .related-properties-section .single-related:hover .slider-img img {
              transform: scale(1.1); }
            body .rest-sections .property-details-page .property-and-related .related-properties-section .single-related:hover .slider-text {
              background: whitesmoke; }
    body .rest-sections .favourited-properties-page {
      position: relative;
      min-height: 100vh; }
      body .rest-sections .favourited-properties-page .all-profile-sections {
        display: grid;
        grid-gap: 10px; }
        @media only screen and (min-width: 992px) {
          body .rest-sections .favourited-properties-page .all-profile-sections {
            grid-template-columns: auto 1fr;
            grid-gap: 50px; } }
        body .rest-sections .favourited-properties-page .all-profile-sections .left-fixed-nav {
          padding: 20px 0;
          background-color: #006266; }
          @media only screen and (min-width: 992px) {
            body .rest-sections .favourited-properties-page .all-profile-sections .left-fixed-nav {
              min-height: 100vh; } }
          body .rest-sections .favourited-properties-page .all-profile-sections .left-fixed-nav > ul {
            display: grid;
            grid-auto-columns: 1fr;
            grid-gap: 12px; }
            body .rest-sections .favourited-properties-page .all-profile-sections .left-fixed-nav > ul li {
              transition: all .4s ease-out; }
              body .rest-sections .favourited-properties-page .all-profile-sections .left-fixed-nav > ul li a {
                padding: 2px 16px;
                font-size: .9rem;
                color: #FFF;
                border-left: 4px solid transparent;
                transition: all .4s ease-out; }
                @media only screen and (min-width: 992px) {
                  body .rest-sections .favourited-properties-page .all-profile-sections .left-fixed-nav > ul li a {
                    font-size: 1rem;
                    padding: 8px 20px; } }
                body .rest-sections .favourited-properties-page .all-profile-sections .left-fixed-nav > ul li a.active-link {
                  border-left: 4px solid #FFC312;
                  color: #FFC312; }
                body .rest-sections .favourited-properties-page .all-profile-sections .left-fixed-nav > ul li a i {
                  margin-right: 4px; }
              body .rest-sections .favourited-properties-page .all-profile-sections .left-fixed-nav > ul li:hover a {
                color: #FFC312; }
        body .rest-sections .favourited-properties-page .all-profile-sections .right-profile {
          padding: 30px;
          max-width: 900px; }
          @media only screen and (min-width: 768px) {
            body .rest-sections .favourited-properties-page .all-profile-sections .right-profile {
              padding: 50px; } }
          body .rest-sections .favourited-properties-page .all-profile-sections .right-profile .my-profile-right-section .body {
            box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
            padding: 14px;
            padding-top: 0; }
            @media only screen and (min-width: 768px) {
              body .rest-sections .favourited-properties-page .all-profile-sections .right-profile .my-profile-right-section .body {
                padding: 22px;
                padding-top: 0; } }
            body .rest-sections .favourited-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-heading {
              border-bottom: 1px solid #eee;
              border-top: 1px solid #eee;
              margin-left: -14px;
              margin-right: -14px;
              padding: 22px 12px 12px;
              background-color: #f9f9f8;
              border-radius: 4px; }
              @media only screen and (min-width: 768px) {
                body .rest-sections .favourited-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-heading {
                  margin-left: -22px;
                  margin-right: -22px; } }
              body .rest-sections .favourited-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-heading p {
                letter-spacing: 1px;
                margin: 0; }
            body .rest-sections .favourited-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details {
              margin-top: 1rem; }
              body .rest-sections .favourited-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul {
                display: grid;
                grid-gap: 12px; }
                @media only screen and (min-width: 768px) {
                  body .rest-sections .favourited-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul {
                    grid-gap: 22px; } }
                body .rest-sections .favourited-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul span {
                  line-height: 1; }
                body .rest-sections .favourited-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul li {
                  display: grid;
                  grid-gap: 8px;
                  align-items: center;
                  padding-bottom: 12px;
                  border-bottom: 1px dashed #EEE; }
                  @media only screen and (min-width: 768px) {
                    body .rest-sections .favourited-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul li {
                      grid-template-columns: auto 1fr;
                      grid-gap: 20px; } }
                  @media only screen and (min-width: 768px) {
                    body .rest-sections .favourited-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul li {
                      padding-bottom: 22px; } }
                  body .rest-sections .favourited-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul li:last-child {
                    border-bottom: 0; }
                  body .rest-sections .favourited-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul li .img-div img {
                    width: 140px;
                    height: 120px; }
                  body .rest-sections .favourited-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul li .img-info {
                    display: grid; }
                    body .rest-sections .favourited-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul li .img-info .heading {
                      font-weight: 700;
                      color: #006266;
                      letter-spacing: 1px; }
                      body .rest-sections .favourited-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul li .img-info .heading a p {
                        margin: 0;
                        letter-spacing: 1px;
                        color: #006266;
                        transition: all .3s ease-out; }
                        @media only screen and (min-width: 768px) {
                          body .rest-sections .favourited-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul li .img-info .heading a p {
                            font-size: 18px; } }
                      body .rest-sections .favourited-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul li .img-info .heading a:visited {
                        color: unset; }
                      body .rest-sections .favourited-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul li .img-info .heading a:hover p {
                        color: #FFC312; }
                    body .rest-sections .favourited-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul li .img-info .price-fav-div .fav-button {
                      background-color: transparent;
                      border: 0;
                      padding: 0;
                      line-height: 1; }
                      body .rest-sections .favourited-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul li .img-info .price-fav-div .fav-button .icon {
                        color: #585858;
                        font-family: 'Font Awesome 5 Free';
                        font-weight: 400;
                        font-size: 18px; }
                        body .rest-sections .favourited-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul li .img-info .price-fav-div .fav-button .icon::before {
                          content: '\f164'; }
                      body .rest-sections .favourited-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul li .img-info .price-fav-div .fav-button:focus {
                        outline: 0; }
                      body .rest-sections .favourited-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul li .img-info .price-fav-div .fav-button.toggle-fav-button .icon {
                        font-weight: 900;
                        color: #FFC312; }
    body .rest-sections .submit-property-page {
      position: relative;
      min-height: 100vh; }
      body .rest-sections .submit-property-page .all-profile-sections {
        display: grid;
        grid-gap: 10px; }
        @media only screen and (min-width: 992px) {
          body .rest-sections .submit-property-page .all-profile-sections {
            grid-template-columns: auto 1fr;
            grid-gap: 50px; } }
        body .rest-sections .submit-property-page .all-profile-sections .left-fixed-nav {
          padding: 20px 0;
          background-color: #006266; }
          @media only screen and (min-width: 992px) {
            body .rest-sections .submit-property-page .all-profile-sections .left-fixed-nav {
              min-height: 100vh; } }
          body .rest-sections .submit-property-page .all-profile-sections .left-fixed-nav > ul {
            display: grid;
            grid-auto-columns: 1fr;
            grid-gap: 12px; }
            body .rest-sections .submit-property-page .all-profile-sections .left-fixed-nav > ul li {
              transition: all .4s ease-out; }
              body .rest-sections .submit-property-page .all-profile-sections .left-fixed-nav > ul li a {
                padding: 2px 16px;
                font-size: .9rem;
                color: #FFF;
                border-left: 4px solid transparent;
                transition: all .4s ease-out; }
                @media only screen and (min-width: 992px) {
                  body .rest-sections .submit-property-page .all-profile-sections .left-fixed-nav > ul li a {
                    font-size: 1rem;
                    padding: 8px 20px; } }
                body .rest-sections .submit-property-page .all-profile-sections .left-fixed-nav > ul li a.active-link {
                  border-left: 4px solid #FFC312;
                  color: #FFC312; }
                body .rest-sections .submit-property-page .all-profile-sections .left-fixed-nav > ul li a i {
                  margin-right: 4px; }
              body .rest-sections .submit-property-page .all-profile-sections .left-fixed-nav > ul li:hover a {
                color: #FFC312; }
        body .rest-sections .submit-property-page .all-profile-sections .right-profile {
          padding: 30px;
          max-width: 900px; }
          @media only screen and (min-width: 768px) {
            body .rest-sections .submit-property-page .all-profile-sections .right-profile {
              padding: 50px; } }
          body .rest-sections .submit-property-page .all-profile-sections .right-profile .my-profile-right-section .body {
            box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
            padding: 14px;
            padding-top: 0; }
            @media only screen and (min-width: 768px) {
              body .rest-sections .submit-property-page .all-profile-sections .right-profile .my-profile-right-section .body {
                padding: 22px;
                padding-top: 0; } }
            body .rest-sections .submit-property-page .all-profile-sections .right-profile .my-profile-right-section .body .body-heading {
              border-bottom: 1px solid #eee;
              border-top: 1px solid #eee;
              margin-left: -14px;
              margin-right: -14px;
              padding: 22px 12px 12px;
              background-color: #f9f9f8;
              border-radius: 4px; }
              @media only screen and (min-width: 768px) {
                body .rest-sections .submit-property-page .all-profile-sections .right-profile .my-profile-right-section .body .body-heading {
                  margin-left: -22px;
                  margin-right: -22px; } }
              body .rest-sections .submit-property-page .all-profile-sections .right-profile .my-profile-right-section .body .body-heading p {
                letter-spacing: 1px;
                margin: 0; }
            body .rest-sections .submit-property-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info {
              margin-top: 14px; }
              @media only screen and (min-width: 768px) {
                body .rest-sections .submit-property-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info {
                  margin-top: 22px; } }
              body .rest-sections .submit-property-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form {
                display: grid;
                grid-template-columns: 1fr;
                grid-gap: 30px; }
                @media only screen and (min-width: 768px) {
                  body .rest-sections .submit-property-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form {
                    grid-template-columns: 1fr 1fr;
                    grid-gap: 30px; } }
                body .rest-sections .submit-property-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form .single-submit-input input {
                  width: 100%;
                  height: 32px;
                  border: 0;
                  border-bottom: 1px solid #e0e0e0;
                  outline: none;
                  background-color: #fff;
                  font-size: .9rem;
                  padding: 8px 16px; }
                  body .rest-sections .submit-property-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form .single-submit-input input:focus {
                    border: 0; }
                    body .rest-sections .submit-property-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form .single-submit-input input:focus + .thin-line {
                      width: 100%; }
                body .rest-sections .submit-property-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form .single-submit-input .thin-line {
                  height: 1px;
                  background-color: #FFC312;
                  width: 0;
                  transition: all .5s ease-out; }
                body .rest-sections .submit-property-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form .single-submit-input select {
                  width: 100%;
                  height: 32px;
                  border: 0;
                  border-bottom: 1px solid #e0e0e0;
                  outline: none;
                  -moz-appearance: none;
                  /* Firefox */
                  -webkit-appearance: none;
                  /* Safari and Chrome */
                  appearance: none;
                  background-image: url("../images/icons/arrow_carrot-down.svg");
                  background-size: contain;
                  background-repeat: no-repeat;
                  background-position: right center;
                  padding: 4px 30px 4px 8px; }
                  body .rest-sections .submit-property-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form .single-submit-input select:focus {
                    outline: 0; }
                body .rest-sections .submit-property-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form .single-submit-input.upload-div {
                  grid-column: 1 / -1;
                  height: 120px; }
                  body .rest-sections .submit-property-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form .single-submit-input.upload-div label {
                    cursor: pointer;
                    height: 100%;
                    width: 100%;
                    margin: 0;
                    border: 2px dashed #006266;
                    display: grid;
                    align-items: center;
                    justify-items: center;
                    color: #525252;
                    transition: all .4s ease-out; }
                    @media only screen and (min-width: 768px) {
                      body .rest-sections .submit-property-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form .single-submit-input.upload-div label {
                        font-size: 16px; } }
                    @media only screen and (min-width: 992px) {
                      body .rest-sections .submit-property-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form .single-submit-input.upload-div label {
                        font-size: 20px; } }
                    body .rest-sections .submit-property-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form .single-submit-input.upload-div label:hover {
                      border: 2px dashed #FFC312; }
                  body .rest-sections .submit-property-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form .single-submit-input.upload-div input[type="file"] {
                    opacity: 0;
                    visibility: hidden;
                    height: 0;
                    padding: 0;
                    border: 0; }
                body .rest-sections .submit-property-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form .single-submit-input.detailed-div {
                  grid-column: 1 / -1; }
                  body .rest-sections .submit-property-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form .single-submit-input.detailed-div textarea {
                    width: 100%;
                    height: 120px;
                    background-color: #fff;
                    font-size: .9rem;
                    padding: 8px 20px;
                    outline: 0;
                    transition: all .5s ease-out; }
                    body .rest-sections .submit-property-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form .single-submit-input.detailed-div textarea:focus {
                      border: 1px solid #FFC312;
                      outline: 0; }
                body .rest-sections .submit-property-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form .features-checkboxs {
                  grid-column: 1 / -1;
                  display: grid;
                  grid-gap: 16px 0; }
                  @media only screen and (min-width: 768px) {
                    body .rest-sections .submit-property-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form .features-checkboxs {
                      grid-template-columns: 1fr 1fr; } }
                  @media only screen and (min-width: 992px) {
                    body .rest-sections .submit-property-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form .features-checkboxs {
                      grid-template-columns: 1fr 1fr 1fr; } }
                  body .rest-sections .submit-property-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form .features-checkboxs .single-check {
                    display: grid;
                    grid-template-columns: auto auto;
                    justify-content: start;
                    align-items: center;
                    grid-gap: 14px;
                    position: relative; }
                    body .rest-sections .submit-property-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form .features-checkboxs .single-check input {
                      height: 0;
                      width: 20px;
                      visibility: hidden; }
                    body .rest-sections .submit-property-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form .features-checkboxs .single-check label {
                      margin: 0; }
                      body .rest-sections .submit-property-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form .features-checkboxs .single-check label::before {
                        content: "";
                        width: 20px;
                        height: 20px;
                        border: 2px solid #cccccc;
                        border-radius: 50px;
                        background-color: #fff;
                        position: absolute;
                        top: 50%;
                        transform: translate(0, -50%);
                        left: 0;
                        line-height: 1;
                        padding: 3px;
                        font-size: 11px;
                        transition: border-color .3s ease-out; }
                      body .rest-sections .submit-property-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form .features-checkboxs .single-check label.toggle-content::before {
                        content: "\f00c";
                        font-family: 'Font Awesome 5 Free';
                        font-weight: 900;
                        color: #066f90;
                        border-color: #FFC312; }
                body .rest-sections .submit-property-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form button {
                  grid-column: 1 / -1;
                  max-width: 200px;
                  border: 1px solid #006266;
                  background-color: #006266;
                  line-height: 1;
                  padding: 8px 10px;
                  letter-spacing: 1px;
                  color: #FFF;
                  border-radius: 4px; }
                  @media only screen and (min-width: 768px) {
                    body .rest-sections .submit-property-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form button {
                      padding: 12px 16px; } }
                  body .rest-sections .submit-property-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form button:focus {
                    outline: 0; }
    body .rest-sections .my-properties-page {
      position: relative;
      min-height: 100vh; }
      body .rest-sections .my-properties-page .all-profile-sections {
        display: grid;
        grid-gap: 10px; }
        @media only screen and (min-width: 992px) {
          body .rest-sections .my-properties-page .all-profile-sections {
            grid-template-columns: auto 1fr;
            grid-gap: 50px; } }
        body .rest-sections .my-properties-page .all-profile-sections .left-fixed-nav {
          padding: 20px 0;
          background-color: #006266; }
          @media only screen and (min-width: 992px) {
            body .rest-sections .my-properties-page .all-profile-sections .left-fixed-nav {
              min-height: 100vh; } }
          body .rest-sections .my-properties-page .all-profile-sections .left-fixed-nav > ul {
            display: grid;
            grid-auto-columns: 1fr;
            grid-gap: 12px; }
            body .rest-sections .my-properties-page .all-profile-sections .left-fixed-nav > ul li {
              transition: all .4s ease-out; }
              body .rest-sections .my-properties-page .all-profile-sections .left-fixed-nav > ul li a {
                padding: 2px 16px;
                font-size: .9rem;
                color: #FFF;
                border-left: 4px solid transparent;
                transition: all .4s ease-out; }
                @media only screen and (min-width: 992px) {
                  body .rest-sections .my-properties-page .all-profile-sections .left-fixed-nav > ul li a {
                    font-size: 1rem;
                    padding: 8px 20px; } }
                body .rest-sections .my-properties-page .all-profile-sections .left-fixed-nav > ul li a.active-link {
                  border-left: 4px solid #FFC312;
                  color: #FFC312; }
                body .rest-sections .my-properties-page .all-profile-sections .left-fixed-nav > ul li a i {
                  margin-right: 4px; }
              body .rest-sections .my-properties-page .all-profile-sections .left-fixed-nav > ul li:hover a {
                color: #FFC312; }
        body .rest-sections .my-properties-page .all-profile-sections .right-profile {
          padding: 30px;
          max-width: 900px; }
          @media only screen and (min-width: 768px) {
            body .rest-sections .my-properties-page .all-profile-sections .right-profile {
              padding: 50px; } }
          body .rest-sections .my-properties-page .all-profile-sections .right-profile .my-profile-right-section .body {
            box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
            padding: 14px;
            padding-top: 0; }
            @media only screen and (min-width: 768px) {
              body .rest-sections .my-properties-page .all-profile-sections .right-profile .my-profile-right-section .body {
                padding: 22px;
                padding-top: 0; } }
            body .rest-sections .my-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-heading {
              border-bottom: 1px solid #eee;
              border-top: 1px solid #eee;
              margin-left: -14px;
              margin-right: -14px;
              padding: 22px 12px 12px;
              background-color: #f9f9f8;
              border-radius: 4px; }
              @media only screen and (min-width: 768px) {
                body .rest-sections .my-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-heading {
                  margin-left: -22px;
                  margin-right: -22px; } }
              body .rest-sections .my-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-heading p {
                letter-spacing: 1px;
                margin: 0; }
            body .rest-sections .my-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details {
              margin-top: 1rem; }
              body .rest-sections .my-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul {
                display: grid;
                grid-gap: 12px; }
                @media only screen and (min-width: 768px) {
                  body .rest-sections .my-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul {
                    grid-gap: 22px; } }
                body .rest-sections .my-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul span {
                  line-height: 1; }
                body .rest-sections .my-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul li {
                  display: grid;
                  grid-gap: 8px;
                  align-items: center;
                  padding-bottom: 12px;
                  border-bottom: 1px dashed #EEE; }
                  @media only screen and (min-width: 768px) {
                    body .rest-sections .my-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul li {
                      grid-template-columns: auto 1fr;
                      grid-gap: 20px; } }
                  @media only screen and (min-width: 768px) {
                    body .rest-sections .my-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul li {
                      padding-bottom: 22px; } }
                  body .rest-sections .my-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul li:last-child {
                    border-bottom: 0; }
                  body .rest-sections .my-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul li .img-div img {
                    width: 140px;
                    height: 120px; }
                  body .rest-sections .my-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul li .img-info {
                    display: grid; }
                    @media only screen and (min-width: 768px) {
                      body .rest-sections .my-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul li .img-info {
                        grid-template-columns: 1fr auto; } }
                    body .rest-sections .my-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul li .img-info .left,
                    body .rest-sections .my-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul li .img-info .right {
                      display: grid;
                      grid-gap: 4px; }
                    body .rest-sections .my-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul li .img-info .left .heading {
                      font-weight: 700; }
                      body .rest-sections .my-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul li .img-info .left .heading a p {
                        margin: 0;
                        letter-spacing: 1px;
                        color: #006266;
                        transition: all .3s ease-out; }
                        @media only screen and (min-width: 768px) {
                          body .rest-sections .my-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul li .img-info .left .heading a p {
                            font-size: 18px; } }
                      body .rest-sections .my-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul li .img-info .left .heading a:visited {
                        color: unset; }
                      body .rest-sections .my-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul li .img-info .left .heading a:hover p {
                        color: #FFC312; }
                    body .rest-sections .my-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul li .img-info .right .edit-div i {
                      font-size: .9rem; }
                    body .rest-sections .my-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul li .img-info .right .edit-div span {
                      font-size: .9rem; }
                    body .rest-sections .my-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul li .img-info .right .delete-div {
                      cursor: pointer;
                      transition: all .2s ease-out; }
                      body .rest-sections .my-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul li .img-info .right .delete-div i {
                        font-size: .9rem; }
                      body .rest-sections .my-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul li .img-info .right .delete-div span {
                        font-size: .9rem; }
                      body .rest-sections .my-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul li .img-info .right .delete-div:hover {
                        color: red; }
                    body .rest-sections .my-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul li .img-info .price-fav-div .fav-button {
                      background-color: transparent;
                      border: 0;
                      padding: 0;
                      line-height: 1; }
                      body .rest-sections .my-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul li .img-info .price-fav-div .fav-button .icon {
                        color: #585858;
                        font-family: 'Font Awesome 5 Free';
                        font-weight: 400;
                        font-size: 18px; }
                        body .rest-sections .my-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul li .img-info .price-fav-div .fav-button .icon::before {
                          content: '\f164'; }
                      body .rest-sections .my-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul li .img-info .price-fav-div .fav-button:focus {
                        outline: 0; }
                      body .rest-sections .my-properties-page .all-profile-sections .right-profile .my-profile-right-section .body .body-details > ul li .img-info .price-fav-div .fav-button.toggle-fav-button .icon {
                        font-weight: 900;
                        color: #FFC312; }
    body .rest-sections .blog-page .top-banner {
      background-color: #eee; }
      body .rest-sections .blog-page .top-banner ul {
        display: grid;
        grid-template-rows: 1fr;
        grid-auto-flow: column;
        grid-gap: 8px;
        justify-content: start;
        align-items: center;
        padding: 10px 0; }
        body .rest-sections .blog-page .top-banner ul li {
          font-size: 0.8rem; }
          body .rest-sections .blog-page .top-banner ul li.home {
            background-image: url("../images/icons/home.svg");
            width: 14px;
            height: 14px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center; }
            @media only screen and (min-width: 768px) {
              body .rest-sections .blog-page .top-banner ul li.home {
                width: 20px;
                height: 20px; } }
          body .rest-sections .blog-page .top-banner ul li.left-arrow {
            background-image: url("../webfonts/arrow_carrot-right.svg");
            width: 12px;
            height: 16px;
            opacity: 0.7;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center; }
            @media only screen and (min-width: 768px) {
              body .rest-sections .blog-page .top-banner ul li.left-arrow {
                width: 16px;
                height: 20px; } }
    body .rest-sections .blog-page .blog-section {
      display: grid;
      justify-content: space-between;
      grid-gap: 30px; }
      @media only screen and (min-width: 992px) {
        body .rest-sections .blog-page .blog-section {
          grid-template-columns: 60% 33%;
          grid-gap: 0; } }
      body .rest-sections .blog-page .blog-section .blog-left .blog-img img {
        width: 100%; }
      body .rest-sections .blog-page .blog-section .blog-left .blog-body {
        background-color: whitesmoke;
        padding: 0 20px 2rem 20px; }
        body .rest-sections .blog-page .blog-section .blog-left .blog-body .blog-heading {
          padding-top: 10px; }
          body .rest-sections .blog-page .blog-section .blog-left .blog-body .blog-heading p {
            font-family: "Raleway-Bold";
            margin: 0;
            color: #066f90;
            font-size: 1rem;
            text-transform: uppercase;
            line-height: 2; }
            @media only screen and (min-width: 768px) {
              body .rest-sections .blog-page .blog-section .blog-left .blog-body .blog-heading p {
                font-size: 1.1rem; } }
            @media only screen and (min-width: 992px) {
              body .rest-sections .blog-page .blog-section .blog-left .blog-body .blog-heading p {
                font-size: 1.3rem; } }
        body .rest-sections .blog-page .blog-section .blog-left .blog-body .blog-text p {
          text-align: justify; }
        body .rest-sections .blog-page .blog-section .blog-left .blog-body .share {
          margin-top: 2rem;
          display: grid;
          grid-gap: 10px;
          align-items: center; }
          body .rest-sections .blog-page .blog-section .blog-left .blog-body .share > span {
            font-weight: 700;
            font-size: 18px; }
          body .rest-sections .blog-page .blog-section .blog-left .blog-body .share > ul {
            display: grid;
            grid-template-rows: 1fr;
            grid-auto-flow: column;
            justify-content: start;
            grid-gap: 18px; }
            body .rest-sections .blog-page .blog-section .blog-left .blog-body .share > ul li a {
              display: grid;
              align-items: center;
              justify-items: center;
              width: 34px;
              height: 34px;
              padding: 6px;
              border: 1px solid #EEE;
              box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
              transition: all .3s ease-out; }
              body .rest-sections .blog-page .blog-section .blog-left .blog-body .share > ul li a i {
                color: #066f90;
                line-height: 1;
                transition: all .3s ease-out; }
              body .rest-sections .blog-page .blog-section .blog-left .blog-body .share > ul li a:hover {
                background-color: #066f90;
                border: 1px solid #066f90;
                box-shadow: 0 0 20px rgba(6, 112, 144, 0.589); }
                body .rest-sections .blog-page .blog-section .blog-left .blog-body .share > ul li a:hover i {
                  color: #FFF; }
      body .rest-sections .blog-page .blog-section .blog-right {
        padding: 20px;
        box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
        align-self: start; }
        body .rest-sections .blog-page .blog-section .blog-right .recent-posts .recent-heading p {
          font-family: "Raleway-Bold";
          margin: 0;
          color: #066f90;
          font-size: 1rem;
          text-transform: uppercase;
          line-height: 1.2; }
          @media only screen and (min-width: 768px) {
            body .rest-sections .blog-page .blog-section .blog-right .recent-posts .recent-heading p {
              font-size: 1.1rem; } }
          @media only screen and (min-width: 992px) {
            body .rest-sections .blog-page .blog-section .blog-right .recent-posts .recent-heading p {
              font-size: 1.3rem; } }
        body .rest-sections .blog-page .blog-section .blog-right .recent-posts .recent-heading span {
          width: 30px;
          height: 3px;
          background-color: #4d4d4d;
          border-radius: 20px;
          display: block;
          margin-top: 8px; }
        body .rest-sections .blog-page .blog-section .blog-right .recent-posts > ul {
          margin-top: 20px;
          display: grid;
          grid-gap: 14px; }
          body .rest-sections .blog-page .blog-section .blog-right .recent-posts > ul li {
            border-bottom: 1px solid #EEE;
            padding-bottom: 14px; }
            body .rest-sections .blog-page .blog-section .blog-right .recent-posts > ul li a {
              display: grid;
              grid-template-columns: auto 1fr;
              grid-gap: 10px;
              align-content: center; }
              body .rest-sections .blog-page .blog-section .blog-right .recent-posts > ul li a .recent-left {
                display: grid;
                align-items: center; }
                body .rest-sections .blog-page .blog-section .blog-right .recent-posts > ul li a .recent-left img {
                  width: 60px;
                  height: 60px;
                  border-radius: 3px; }
              body .rest-sections .blog-page .blog-section .blog-right .recent-posts > ul li a .recent-right > span {
                font-size: 18px;
                color: #4d4d4d;
                font-family: "Raleway-Bold"; }
            body .rest-sections .blog-page .blog-section .blog-right .recent-posts > ul li:last-child {
              border-bottom: 0; }
    body .rest-sections .all-blogs-section {
      margin-bottom: 50px; }
      @media only screen and (min-width: 768px) {
        body .rest-sections .all-blogs-section {
          margin-bottom: 80px; } }
      body .rest-sections .all-blogs-section .top-banner {
        background-color: #eee; }
        body .rest-sections .all-blogs-section .top-banner ul {
          display: grid;
          grid-template-rows: 1fr;
          grid-auto-flow: column;
          grid-gap: 8px;
          justify-content: start;
          align-items: center;
          padding: 10px 0; }
          body .rest-sections .all-blogs-section .top-banner ul li {
            font-size: 0.8rem; }
            body .rest-sections .all-blogs-section .top-banner ul li.home {
              background-image: url("../images/icons/home.svg");
              width: 14px;
              height: 14px;
              background-size: cover;
              background-repeat: no-repeat;
              background-position: center; }
              @media only screen and (min-width: 768px) {
                body .rest-sections .all-blogs-section .top-banner ul li.home {
                  width: 20px;
                  height: 20px; } }
            body .rest-sections .all-blogs-section .top-banner ul li.left-arrow {
              background-image: url("../webfonts/arrow_carrot-right.svg");
              width: 12px;
              height: 16px;
              opacity: 0.7;
              background-size: cover;
              background-repeat: no-repeat;
              background-position: center; }
              @media only screen and (min-width: 768px) {
                body .rest-sections .all-blogs-section .top-banner ul li.left-arrow {
                  width: 16px;
                  height: 20px; } }
      body .rest-sections .all-blogs-section > .top-container {
        padding-top: 22px;
        padding-bottom: 22px; }
        @media only screen and (min-width: 768px) {
          body .rest-sections .all-blogs-section > .top-container {
            padding-top: 40px;
            padding-bottom: 40px; } }
        @media only screen and (min-width: 992px) {
          body .rest-sections .all-blogs-section > .top-container {
            padding-top: 50px;
            padding-bottom: 50px; } }
        body .rest-sections .all-blogs-section > .top-container .sort-form .sort-icons div {
          width: 26px;
          height: 28px;
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          cursor: pointer; }
          @media only screen and (min-width: 768px) {
            body .rest-sections .all-blogs-section > .top-container .sort-form .sort-icons div {
              width: 36px;
              height: 38px; } }
          body .rest-sections .all-blogs-section > .top-container .sort-form .sort-icons div.ascending {
            background-image: url("../images/icons/ascending.png");
            display: none; }
          body .rest-sections .all-blogs-section > .top-container .sort-form .sort-icons div.descending {
            background-image: url("../images/icons/descending.png"); }
        body .rest-sections .all-blogs-section > .top-container .sort-form form {
          display: grid;
          grid-template-rows: 1fr;
          grid-auto-flow: column;
          justify-content: start;
          align-items: center;
          grid-gap: 0 20px; }
          @media only screen and (min-width: 768px) {
            body .rest-sections .all-blogs-section > .top-container .sort-form form {
              grid-gap: 0 50px; } }
          body .rest-sections .all-blogs-section > .top-container .sort-form form .sort-by select {
            width: 180px;
            height: 32px;
            border: 0;
            border-bottom: 1px solid #e0e0e0;
            outline: none;
            -moz-appearance: none;
            /* Firefox */
            -webkit-appearance: none;
            /* Safari and Chrome */
            appearance: none;
            background-image: url("../images/icons/arrow_carrot-down.svg");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: right center;
            padding: 4px 30px 4px 8px; }
            body .rest-sections .all-blogs-section > .top-container .sort-form form .sort-by select:focus {
              outline: 0; }
      body .rest-sections .all-blogs-section > .container > ul:first-child {
        display: grid;
        grid-gap: 20px; }
        @media only screen and (min-width: 768px) {
          body .rest-sections .all-blogs-section > .container > ul:first-child {
            grid-template-columns: 1fr 1fr;
            grid-gap: 50px 30px; } }
        @media only screen and (min-width: 992px) {
          body .rest-sections .all-blogs-section > .container > ul:first-child {
            grid-template-columns: 1fr 1fr 1fr;
            grid-gap: 50px; } }
        body .rest-sections .all-blogs-section > .container > ul:first-child > li .single-blog {
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: none;
          transition: all .3s ease;
          padding-bottom: 2rem; }
          body .rest-sections .all-blogs-section > .container > ul:first-child > li .single-blog .slider-img {
            overflow: hidden;
            height: 220px;
            position: relative; }
            @media only screen and (min-width: 768px) {
              body .rest-sections .all-blogs-section > .container > ul:first-child > li .single-blog .slider-img {
                height: 200px; } }
            body .rest-sections .all-blogs-section > .container > ul:first-child > li .single-blog .slider-img img {
              transition: all .4s ease-out;
              width: 100%;
              height: 100%; }
            body .rest-sections .all-blogs-section > .container > ul:first-child > li .single-blog .slider-img::after {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background: linear-gradient(to top, rgba(35, 35, 37, 0.9) 0%, rgba(35, 35, 37, 0.45) 35%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%);
              border-radius: 4px 4px 0 0;
              opacity: 1; }
            body .rest-sections .all-blogs-section > .container > ul:first-child > li .single-blog .slider-img .date {
              position: absolute;
              top: 15px;
              font-size: 15px;
              color: #fff;
              width: 60px;
              height: 60px;
              text-align: center;
              right: 19px;
              display: grid;
              align-content: center;
              grid-gap: 8px;
              background-color: #066f90; }
              body .rest-sections .all-blogs-section > .container > ul:first-child > li .single-blog .slider-img .date span {
                line-height: 1;
                font-family: "Raleway-Bold"; }
                body .rest-sections .all-blogs-section > .container > ul:first-child > li .single-blog .slider-img .date span:first-child {
                  font-size: 16px; }
              body .rest-sections .all-blogs-section > .container > ul:first-child > li .single-blog .slider-img .date::after {
                content: '';
                position: absolute;
                width: 0;
                height: 0;
                border-top: 0;
                border-bottom: 20px solid transparent;
                bottom: -20px;
                right: 0;
                border-right: 15px solid #066f90; }
          body .rest-sections .all-blogs-section > .container > ul:first-child > li .single-blog .slider-text {
            padding: 12px 20px 30px 20px;
            transition: all .3s ease;
            background-color: #FFF;
            width: 90%;
            margin: auto;
            margin-top: -35px;
            position: relative;
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.1); }
            body .rest-sections .all-blogs-section > .container > ul:first-child > li .single-blog .slider-text .heading {
              margin-bottom: 10px; }
              body .rest-sections .all-blogs-section > .container > ul:first-child > li .single-blog .slider-text .heading p {
                text-align: start;
                text-transform: unset;
                color: #4d4d4d;
                font-size: 18px;
                margin-bottom: 6px;
                font-family: "Raleway-Bold";
                margin: 0; }
            body .rest-sections .all-blogs-section > .container > ul:first-child > li .single-blog .slider-text .social {
              display: grid;
              grid-template-columns: repeat(2, auto);
              justify-content: start;
              align-items: center;
              grid-gap: 16px; }
              body .rest-sections .all-blogs-section > .container > ul:first-child > li .single-blog .slider-text .social > div {
                display: grid;
                grid-template-columns: auto auto;
                justify-items: start;
                align-items: center;
                grid-gap: 6px; }
                body .rest-sections .all-blogs-section > .container > ul:first-child > li .single-blog .slider-text .social > div .icon img {
                  width: 14px;
                  height: 14px; }
                body .rest-sections .all-blogs-section > .container > ul:first-child > li .single-blog .slider-text .social > div span {
                  font-family: "Raleway-Bold";
                  font-size: .9rem; }
                body .rest-sections .all-blogs-section > .container > ul:first-child > li .single-blog .slider-text .social > div:nth-child(n + 2) span {
                  font-family: "ChangaOne-Regular"; }
            body .rest-sections .all-blogs-section > .container > ul:first-child > li .single-blog .slider-text .post {
              margin-top: 12px; }
              body .rest-sections .all-blogs-section > .container > ul:first-child > li .single-blog .slider-text .post p {
                max-height: 100px;
                overflow: hidden;
                margin: 0;
                color: #535353;
                line-height: 1.7; }
          body .rest-sections .all-blogs-section > .container > ul:first-child > li .single-blog:hover .slider-img img {
            transform: scale(1.1); }
          body .rest-sections .all-blogs-section > .container > ul:first-child > li .single-blog:hover .slider-text {
            background: ghostwhite; }
    body .rest-sections .my-profile-page {
      position: relative;
      min-height: 100vh; }
      body .rest-sections .my-profile-page .all-profile-sections {
        display: grid;
        grid-gap: 10px; }
        @media only screen and (min-width: 992px) {
          body .rest-sections .my-profile-page .all-profile-sections {
            grid-template-columns: auto 1fr;
            grid-gap: 50px; } }
        body .rest-sections .my-profile-page .all-profile-sections .left-fixed-nav {
          padding: 20px 0;
          background-color: #006266; }
          @media only screen and (min-width: 992px) {
            body .rest-sections .my-profile-page .all-profile-sections .left-fixed-nav {
              min-height: 100vh; } }
          body .rest-sections .my-profile-page .all-profile-sections .left-fixed-nav > ul {
            display: grid;
            grid-auto-columns: 1fr;
            grid-gap: 12px; }
            body .rest-sections .my-profile-page .all-profile-sections .left-fixed-nav > ul li {
              transition: all .4s ease-out; }
              body .rest-sections .my-profile-page .all-profile-sections .left-fixed-nav > ul li a {
                padding: 2px 16px;
                font-size: .9rem;
                color: #FFF;
                border-left: 4px solid transparent;
                transition: all .4s ease-out; }
                @media only screen and (min-width: 992px) {
                  body .rest-sections .my-profile-page .all-profile-sections .left-fixed-nav > ul li a {
                    font-size: 1rem;
                    padding: 8px 20px; } }
                body .rest-sections .my-profile-page .all-profile-sections .left-fixed-nav > ul li a.active-link {
                  border-left: 4px solid #FFC312;
                  color: #FFC312; }
                body .rest-sections .my-profile-page .all-profile-sections .left-fixed-nav > ul li a i {
                  margin-right: 4px; }
              body .rest-sections .my-profile-page .all-profile-sections .left-fixed-nav > ul li:hover a {
                color: #FFC312; }
        body .rest-sections .my-profile-page .all-profile-sections .right-profile {
          padding: 30px 30px 0;
          max-width: 900px; }
          @media only screen and (min-width: 768px) {
            body .rest-sections .my-profile-page .all-profile-sections .right-profile {
              padding: 50px 50px 0; } }
          body .rest-sections .my-profile-page .all-profile-sections .right-profile .my-profile-right-section .heading p {
            font-family: "Raleway-Bold";
            margin: 0;
            color: #066f90;
            font-size: 1rem;
            text-transform: uppercase;
            line-height: 2; }
            @media only screen and (min-width: 768px) {
              body .rest-sections .my-profile-page .all-profile-sections .right-profile .my-profile-right-section .heading p {
                font-size: 1.3rem; } }
            @media only screen and (min-width: 992px) {
              body .rest-sections .my-profile-page .all-profile-sections .right-profile .my-profile-right-section .heading p {
                font-size: 1.6rem; } }
          body .rest-sections .my-profile-page .all-profile-sections .right-profile .my-profile-right-section .body {
            box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
            padding: 14px; }
            @media only screen and (min-width: 768px) {
              body .rest-sections .my-profile-page .all-profile-sections .right-profile .my-profile-right-section .body {
                padding: 22px;
                padding-top: 0; } }
            body .rest-sections .my-profile-page .all-profile-sections .right-profile .my-profile-right-section .body .body-heading {
              border-bottom: 1px solid #EEE;
              border-top: 1px solid #EEE;
              background-color: #f9f9f8;
              margin-left: -14px;
              margin-right: -14px;
              padding: 22px 12px 12px; }
              @media only screen and (min-width: 768px) {
                body .rest-sections .my-profile-page .all-profile-sections .right-profile .my-profile-right-section .body .body-heading {
                  margin-left: -22px;
                  margin-right: -22px; } }
              body .rest-sections .my-profile-page .all-profile-sections .right-profile .my-profile-right-section .body .body-heading p {
                letter-spacing: 1px;
                margin: 0; }
            body .rest-sections .my-profile-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info {
              margin-top: 14px; }
              @media only screen and (min-width: 768px) {
                body .rest-sections .my-profile-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info {
                  margin-top: 22px; } }
              body .rest-sections .my-profile-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form {
                display: grid;
                grid-template-columns: 1fr; }
                @media only screen and (min-width: 768px) {
                  body .rest-sections .my-profile-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form {
                    grid-template-columns: auto 1fr;
                    grid-gap: 30px; } }
                body .rest-sections .my-profile-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form .profile-img {
                  align-self: start;
                  border: 2px solid #FFC312;
                  position: relative;
                  justify-self: center; }
                  body .rest-sections .my-profile-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form .profile-img img {
                    width: 180px; }
                  body .rest-sections .my-profile-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form .profile-img .upload-btn {
                    position: absolute;
                    bottom: -20px;
                    width: 40px;
                    height: 40px;
                    right: 50%;
                    transform: translate(50%, 0);
                    display: grid;
                    align-items: center;
                    justify-items: center;
                    background-color: #FFC312;
                    border: 1px solid #FFC312;
                    transition: all .4s ease-out;
                    border-radius: 50%;
                    cursor: pointer; }
                    body .rest-sections .my-profile-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form .profile-img .upload-btn i {
                      color: #FFF;
                      transition: all .4s ease-out; }
                    body .rest-sections .my-profile-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form .profile-img .upload-btn:hover {
                      background-color: #FFF; }
                      body .rest-sections .my-profile-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form .profile-img .upload-btn:hover i {
                        color: #FFC312; }
                body .rest-sections .my-profile-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form .profile-inputs {
                  display: grid;
                  grid-gap: 18px; }
                  body .rest-sections .my-profile-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form .profile-inputs .single-profile-input input {
                    width: 100%;
                    height: 32px;
                    border: 0;
                    border-bottom: 1px solid #e0e0e0;
                    outline: none;
                    background-color: #fff;
                    font-size: .9rem;
                    padding: 8px 16px; }
                    body .rest-sections .my-profile-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form .profile-inputs .single-profile-input input:focus {
                      border: 0; }
                      body .rest-sections .my-profile-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form .profile-inputs .single-profile-input input:focus + .thin-line {
                        width: 100%; }
                  body .rest-sections .my-profile-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form .profile-inputs .single-profile-input .thin-line {
                    height: 1px;
                    background-color: #FFC312;
                    width: 0;
                    transition: all .5s ease-out; }
                  body .rest-sections .my-profile-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form .profile-inputs .single-profile-input textarea {
                    width: 100%;
                    height: 120px;
                    margin-top: 18px;
                    background-color: #fff;
                    font-size: .9rem;
                    padding: 8px 20px;
                    outline: 0;
                    transition: all .5s ease-out; }
                    body .rest-sections .my-profile-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form .profile-inputs .single-profile-input textarea:focus {
                      border: 1px solid #FFC312;
                      outline: 0; }
                  body .rest-sections .my-profile-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form .profile-inputs button {
                    border: 1px solid #FFC312;
                    background-color: #FFC312;
                    line-height: 1;
                    padding: 8px 10px;
                    letter-spacing: 1px;
                    color: #535353;
                    text-transform: uppercase; }
                    @media only screen and (min-width: 768px) {
                      body .rest-sections .my-profile-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form .profile-inputs button {
                        font-size: 1.1rem; } }
                    @media only screen and (min-width: 992px) {
                      body .rest-sections .my-profile-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form .profile-inputs button {
                        font-size: 1.2rem; } }
                    body .rest-sections .my-profile-page .all-profile-sections .right-profile .my-profile-right-section .body .edit-info form .profile-inputs button:focus {
                      outline: 0; }
    body .rest-sections .contact-page {
      position: relative;
      background-image: url("../images/bkg.jpg");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-attachment: fixed;
      padding-top: 40px;
      padding-bottom: 40px; }
      body .rest-sections .contact-page::after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        background-color: rgba(0, 0, 0, 0.5); }
      body .rest-sections .contact-page .inner-container {
        display: grid;
        grid-gap: 40px;
        justify-content: space-around;
        margin-bottom: 2rem;
        padding-top: 2rem;
        position: relative;
        z-index: 1; }
        @media only screen and (min-width: 992px) {
          body .rest-sections .contact-page .inner-container {
            grid-template-columns: auto auto; } }
        body .rest-sections .contact-page .inner-container .all-addresses .addresses .single-location {
          position: relative;
          padding: 1rem;
          border-radius: 3px;
          box-shadow: 0 0 35px 0 rgba(20, 52, 92, 0.2);
          margin-bottom: 2rem;
          background-color: #FFF; }
        body .rest-sections .contact-page .inner-container .all-addresses .addresses i {
          position: absolute;
          top: -1rem;
          left: -.6rem;
          font-size: 1.8rem; }
        body .rest-sections .contact-page .inner-container .all-addresses .addresses p.far3 {
          border-bottom: 1px solid #eee;
          padding: 0 1rem .5rem .5rem;
          margin: 0 -1rem;
          color: #ff8800; }
          body .rest-sections .contact-page .inner-container .all-addresses .addresses p.far3 + p {
            margin-top: 1rem; }
          body .rest-sections .contact-page .inner-container .all-addresses .addresses p.far3 i {
            color: #ff8800; }
        body .rest-sections .contact-page .inner-container .contact-form-container {
          min-width: 300px;
          max-width: 400px;
          background-color: #FFF;
          display: grid;
          box-shadow: 0 0 35px rgba(255, 255, 255, 0.164);
          border-radius: 5px; }
          @media only screen and (min-width: 768px) {
            body .rest-sections .contact-page .inner-container .contact-form-container {
              min-width: 400px; } }
          body .rest-sections .contact-page .inner-container .contact-form-container > .heading {
            background-color: ghostwhite;
            border-bottom: 1px solid #e0e0e0;
            border-radius: 5px 5px 0 0;
            text-align: center;
            padding-top: 14px; }
            body .rest-sections .contact-page .inner-container .contact-form-container > .heading img {
              width: 120px;
              height: 100px; }
            body .rest-sections .contact-page .inner-container .contact-form-container > .heading p {
              margin-top: 4px;
              margin-bottom: 14px;
              color: #079992;
              font-weight: 700;
              font-size: 18px; }
              @media only screen and (min-width: 768px) {
                body .rest-sections .contact-page .inner-container .contact-form-container > .heading p {
                  font-size: 22px; } }
          body .rest-sections .contact-page .inner-container .contact-form-container > form {
            margin-top: 22px;
            padding: 0 22px;
            display: grid;
            grid-gap: 22px; }
            @media only screen and (min-width: 768px) {
              body .rest-sections .contact-page .inner-container .contact-form-container > form {
                grid-gap: 32px; } }
            body .rest-sections .contact-page .inner-container .contact-form-container > form .single-contact-input input {
              width: 100%;
              height: 32px;
              border: 0;
              border-bottom: 1px solid #e0e0e0;
              outline: none;
              background-color: #fff;
              font-size: .9rem;
              padding: 8px 12px; }
              body .rest-sections .contact-page .inner-container .contact-form-container > form .single-contact-input input:focus {
                border: 0; }
                body .rest-sections .contact-page .inner-container .contact-form-container > form .single-contact-input input:focus + .thin-line {
                  width: 100%; }
            body .rest-sections .contact-page .inner-container .contact-form-container > form .single-contact-input .thin-line {
              height: 1px;
              background-color: #FFC312;
              width: 0;
              transition: all .5s ease-out; }
            body .rest-sections .contact-page .inner-container .contact-form-container > form .single-contact-input textarea {
              width: 100%;
              height: 90px;
              margin-top: 18px;
              background-color: #fff;
              font-size: .9rem;
              padding: 8px 12px;
              outline: 0;
              transition: all .5s ease-out; }
              body .rest-sections .contact-page .inner-container .contact-form-container > form .single-contact-input textarea:focus {
                border: 1px solid #FFC312;
                outline: 0; }
            body .rest-sections .contact-page .inner-container .contact-form-container > form button {
              color: #FFF;
              border: 1px solid transparent;
              background-color: #079992;
              padding: 8px 14px;
              border-radius: 2rem;
              transition: all .4s ease-out;
              margin-bottom: 32px;
              text-transform: uppercase; }
              body .rest-sections .contact-page .inner-container .contact-form-container > form button:focus {
                outline: 0; }
          body .rest-sections .contact-page .inner-container .contact-form-container .bottom-link {
            background-color: ghostwhite;
            border-top: 1px solid #e0e0e0;
            padding: 22px 14px;
            border-radius: 0 0 5px 5px; }
            body .rest-sections .contact-page .inner-container .contact-form-container .bottom-link p {
              margin-bottom: 0;
              display: flex;
              font-size: 12px; }
              body .rest-sections .contact-page .inner-container .contact-form-container .bottom-link p span {
                margin-right: 6px; }
              body .rest-sections .contact-page .inner-container .contact-form-container .bottom-link p a {
                color: #ff8800;
                font-weight: 700; }
      body .rest-sections .contact-page iframe {
        width: 100%;
        box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.4);
        height: 200px;
        position: relative;
        z-index: 1;
        margin: 0 auto 2rem; }
        @media only screen and (min-width: 768px) {
          body .rest-sections .contact-page iframe {
            widht: 90%; } }
        @media only screen and (min-width: 768px) {
          body .rest-sections .contact-page iframe {
            height: 300px; } }
    body .rest-sections .about-page {
      position: relative;
      padding: 50px 0;
      min-height: 100vh; }
      @media only screen and (min-width: 768px) {
        body .rest-sections .about-page {
          padding-bottom: 100px; } }
      body .rest-sections .about-page h2 {
        font-weight: bold;
        text-align: start;
        margin-bottom: 1rem; }
        @media only screen and (min-width: 768px) {
          body .rest-sections .about-page h2 {
            margin-bottom: 2rem; } }
      body .rest-sections .about-page .vision-mission-section {
        display: grid;
        grid-gap: 50px; }
        @media only screen and (min-width: 768px) {
          body .rest-sections .about-page .vision-mission-section {
            grid-gap: 70px; } }
        body .rest-sections .about-page .vision-mission-section .about-s {
          display: grid;
          grid-template-columns: 1fr; }
          @media only screen and (min-width: 768px) {
            body .rest-sections .about-page .vision-mission-section .about-s {
              grid-template-columns: 1fr 1fr; }
              body .rest-sections .about-page .vision-mission-section .about-s.mission .about-img {
                order: 1; } }
          body .rest-sections .about-page .vision-mission-section .about-s .about-img img {
            width: 100%;
            height: 100%;
            border-top-right-radius: 3px;
            border-top-left-radius: 3px; }
          body .rest-sections .about-page .vision-mission-section .about-s .about-text {
            background-color: #EEE;
            border-top-right-radius: 3px;
            border-top-left-radius: 3px;
            padding: 1rem 1.2rem;
            position: relative;
            padding-bottom: 80px;
            border-bottom: 4px solid #079992; }
            @media only screen and (min-width: 768px) {
              body .rest-sections .about-page .vision-mission-section .about-s .about-text {
                padding: 1.1rem 1.4rem;
                padding-bottom: 80px; } }
            @media only screen and (min-width: 992px) {
              body .rest-sections .about-page .vision-mission-section .about-s .about-text {
                padding: 1.2rem 2rem;
                padding-bottom: 80px; } }
            body .rest-sections .about-page .vision-mission-section .about-s .about-text .quote {
              background-image: url(../images/logo/logo-md.png);
              width: 80px;
              height: 60px;
              background-position: center;
              background-size: contain;
              background-repeat: no-repeat;
              position: absolute;
              bottom: 10px;
              left: 1rem;
              opacity: .4; }
              @media only screen and (min-width: 992px) {
                body .rest-sections .about-page .vision-mission-section .about-s .about-text .quote {
                  width: 100px;
                  height: 80px; } }
            body .rest-sections .about-page .vision-mission-section .about-s .about-text .about-title {
              padding: 0 1.2rem 1rem;
              border-bottom: 2px solid #fff;
              margin: 0 -1.2rem;
              color: #079992; }
              @media only screen and (min-width: 768px) {
                body .rest-sections .about-page .vision-mission-section .about-s .about-text .about-title {
                  margin: 0 -1.4rem;
                  padding: 0 1.4rem 1.1rem; } }
              @media only screen and (min-width: 992px) {
                body .rest-sections .about-page .vision-mission-section .about-s .about-text .about-title {
                  padding-right: 2rem;
                  padding-bottom: 1.2rem;
                  margin: 0 -2rem; } }
            body .rest-sections .about-page .vision-mission-section .about-s .about-text .p-t {
              margin-top: 1rem; }
              @media only screen and (min-width: 768px) {
                body .rest-sections .about-page .vision-mission-section .about-s .about-text .p-t {
                  margin-top: 1.1rem; } }
              @media only screen and (min-width: 992px) {
                body .rest-sections .about-page .vision-mission-section .about-s .about-text .p-t {
                  margin-top: 1.2rem; } }
          body .rest-sections .about-page .vision-mission-section .about-s.mission .about-text {
            order: 2; }
    body .rest-sections footer {
      background: #111;
      padding: 50px 0 30px; }
      @media only screen and (min-width: 768px) {
        body .rest-sections footer {
          padding: 80px 0 50px; } }
      body .rest-sections footer > .container {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: space-between;
        grid-gap: 40px; }
        @media only screen and (min-width: 768px) {
          body .rest-sections footer > .container {
            grid-template-columns: 1fr 1fr; } }
        @media only screen and (min-width: 992px) {
          body .rest-sections footer > .container {
            grid-template-columns: auto repeat(3, 1fr); } }
        body .rest-sections footer > .container .footer-section {
          display: grid;
          grid-gap: 16px;
          align-content: start;
          justify-content: start; }
          @media only screen and (min-width: 768px) {
            body .rest-sections footer > .container .footer-section {
              grid-gap: 20px; } }
          body .rest-sections footer > .container .footer-section.section-1 {
            grid-template-columns: 1fr;
            grid-template-rows: auto auto;
            justify-items: center; }
            @media only screen and (min-width: 768px) {
              body .rest-sections footer > .container .footer-section.section-1 {
                justify-self: start; } }
            body .rest-sections footer > .container .footer-section.section-1 .footer-logo img {
              width: 120px;
              height: 90px; }
              @media only screen and (min-width: 768px) {
                body .rest-sections footer > .container .footer-section.section-1 .footer-logo img {
                  width: 140px;
                  height: 110px; } }
            body .rest-sections footer > .container .footer-section.section-1 .hotline {
              font-size: 2.5rem;
              font-family: "ChangaOne-Regular";
              color: #fff; }
              @media only screen and (min-width: 768px) {
                body .rest-sections footer > .container .footer-section.section-1 .hotline {
                  font-size: 3rem; } }
              @media only screen and (min-width: 992px) {
                body .rest-sections footer > .container .footer-section.section-1 .hotline {
                  font-size: 4rem; } }
          body .rest-sections footer > .container .footer-section.section-2 .heading {
            display: grid;
            align-content: start;
            grid-gap: 14px; }
            body .rest-sections footer > .container .footer-section.section-2 .heading p {
              margin: 0;
              color: #c5c5c5;
              font-size: 1.1rem; }
              @media only screen and (min-width: 768px) {
                body .rest-sections footer > .container .footer-section.section-2 .heading p {
                  font-size: 20px; } }
              @media only screen and (min-width: 992px) {
                body .rest-sections footer > .container .footer-section.section-2 .heading p {
                  font-size: 24px; } }
            body .rest-sections footer > .container .footer-section.section-2 .heading span {
              width: 30px;
              height: 3px;
              background-color: #c5c5c5;
              border-radius: 20px; }
          body .rest-sections footer > .container .footer-section.section-2 .contact-divs {
            display: grid;
            grid-gap: 14px; }
            body .rest-sections footer > .container .footer-section.section-2 .contact-divs .locations-phones ul {
              display: grid;
              grid-gap: 10px; }
              body .rest-sections footer > .container .footer-section.section-2 .contact-divs .locations-phones ul li {
                display: grid;
                grid-template-columns: auto 1fr;
                align-items: center;
                grid-gap: 14px;
                color: #7c7e83;
                font-size: 0.9rem; }
            body .rest-sections footer > .container .footer-section.section-2 .contact-divs .email {
              display: grid;
              grid-template-columns: auto 1fr;
              align-items: center;
              grid-gap: 14px;
              color: #7c7e83;
              font-size: 0.9rem; }
              body .rest-sections footer > .container .footer-section.section-2 .contact-divs .email i {
                font-size: 1rem; }
          body .rest-sections footer > .container .footer-section.section-3 .heading {
            display: grid;
            align-content: start;
            grid-gap: 14px; }
            body .rest-sections footer > .container .footer-section.section-3 .heading p {
              margin: 0;
              color: #c5c5c5;
              font-size: 1.1rem; }
              @media only screen and (min-width: 768px) {
                body .rest-sections footer > .container .footer-section.section-3 .heading p {
                  font-size: 20px; } }
              @media only screen and (min-width: 992px) {
                body .rest-sections footer > .container .footer-section.section-3 .heading p {
                  font-size: 24px; } }
            body .rest-sections footer > .container .footer-section.section-3 .heading span {
              width: 30px;
              height: 3px;
              background-color: #c5c5c5;
              border-radius: 20px; }
          body .rest-sections footer > .container .footer-section.section-3 ul {
            display: grid;
            grid-gap: 6px; }
            body .rest-sections footer > .container .footer-section.section-3 ul li {
              display: grid;
              justify-content: start; }
              body .rest-sections footer > .container .footer-section.section-3 ul li a {
                color: #7c7e83;
                transition: all 0.3s ease-out; }
                body .rest-sections footer > .container .footer-section.section-3 ul li a:hover {
                  color: #ffc312; }
          body .rest-sections footer > .container .footer-section.section-4 .heading {
            display: grid;
            align-content: start;
            grid-gap: 14px; }
            body .rest-sections footer > .container .footer-section.section-4 .heading p {
              margin: 0;
              color: #c5c5c5;
              font-size: 1.1rem; }
              @media only screen and (min-width: 768px) {
                body .rest-sections footer > .container .footer-section.section-4 .heading p {
                  font-size: 20px; } }
              @media only screen and (min-width: 992px) {
                body .rest-sections footer > .container .footer-section.section-4 .heading p {
                  font-size: 24px; } }
            body .rest-sections footer > .container .footer-section.section-4 .heading span {
              width: 30px;
              height: 3px;
              background-color: #c5c5c5;
              border-radius: 20px; }
          body .rest-sections footer > .container .footer-section.section-4 .footer-about p {
            margin: 0;
            color: #7c7e83;
            font-size: 0.9rem;
            line-height: 2;
            max-height: 220px;
            overflow: hidden; }
    body .rest-sections .sub-footer {
      background: #111;
      padding: 20px 0;
      border-top: solid 1px #1d1c1c; }
      body .rest-sections .sub-footer .container {
        display: grid;
        grid-template-columns: auto auto;
        justify-content: space-between;
        align-items: center; }
        body .rest-sections .sub-footer .container .copyright span {
          color: #7c7e83; }
        body .rest-sections .sub-footer .container .social-links ul {
          display: grid;
          grid-template-rows: 1fr;
          grid-auto-flow: column;
          grid-gap: 22px; }
          body .rest-sections .sub-footer .container .social-links ul li a {
            transition: all .2s ease-out; }
            body .rest-sections .sub-footer .container .social-links ul li a:visited {
              color: unset; }
          body .rest-sections .sub-footer .container .social-links ul li.facebook-li a:hover {
            color: #3b5998; }
          body .rest-sections .sub-footer .container .social-links ul li.twitter-li a:hover {
            color: #1da1f2; }
          body .rest-sections .sub-footer .container .social-links ul li.google-li a:hover {
            color: #dd4b39; }
          body .rest-sections .sub-footer .container .social-links ul li.linkedin-li a:hover {
            color: #0077b5; }
