footer {
  z-index: 2;
  position: relative; }

footer {
  color: #90b4ff;
  padding: 0px 0  0px;
  font-size: 12px;
  line-height: 1.5;
  background: #ffffff;
  z-index: 9002; }
  footer .bg-blue {
    padding-bottom: 30px;
    background: #1f80c4;
    padding-top: 40px; }
  footer .logo {
    margin-left: 0;
    margin-bottom: 22px;
    margin-top: 0; }
  footer h2, footer h3, footer h4, footer h5, footer h6 {
    color: #ffffff; }
  footer h4 {
    margin-bottom: 20px;
    font-size: 16px; }

.footer-info {
  width: 30%;
  padding-right: 40px;
  position: relative; }
  .footer-info p {
    margin-bottom: 20px; }
  .footer-info h3 {
    margin-bottom: 20px;
    line-height: 1.2; }

.footer-detail {
  width: 70%;
  padding: 20px 0 0px 40px;
  position: relative; }
  .footer-detail:before {
    content: '';
    height: 240px;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    background: #979797;
    opacity: 0.3; }

.footer-link ul {
  width: 100%; }
  .footer-link ul li {
    margin-bottom: 8px; }
    .footer-link ul li a {
      color: #ffffff;
      position: relative;
      opacity: 0.8; }
      .footer-link ul li a:hover {
        opacity: 1; }
        .footer-link ul li a:hover:before {
          opacity: 1; }
      .footer-link ul li a:before {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #ffffff;
        position: absolute;
        bottom: -2px;
        left: 0;
        opacity: 1;
        opacity: 0;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center; }
      .footer-link ul li a span.icon-home-2 {
        font-size: 14px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px; }

.footer-link.social-media h4 {
  margin-bottom: 6px;
  margin-top: 25px; }

.footer-link.social-media li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px; }
  .footer-link.social-media li:before {
    display: none; }

.footer-social ul li {
  margin-bottom: 8px; }
  .footer-social ul li span {
    float: left;
    margin-right: 10px; }
  .footer-social ul li a {
    font-weight: 700;
    text-transform: uppercase;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #ffffff; }
    @media (max-width: 767px) {
      .footer-social ul li a {
        display: block; } }
    .footer-social ul li a:hover {
      opacity: 0.8; }

.footer-bottom {
  margin-top: 40px;
  clear: both;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3); }
  .footer-bottom p {
    font-family: "Molengo", "Helvetica", "sans-serif";
    font-weight: 700; }

.newsletter-form-wrap {
  position: relative; }
  .newsletter-form-wrap:before {
    content: '';
    height: 240px;
    position: absolute;
    top: -20px;
    left: 0px;
    width: 1px;
    background: #979797;
    opacity: 0.3; }

.newsletter-form .btn {
  background: #d84927;
  border: 1px solid #d84927;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  margin-top: 30px; }

.newsletter-form .input-wrap.error .error-message {
  color: #ffffff !important; }

.footer-extra-menu {
  margin-right: -10px; }
  .footer-extra-menu:after {
    content: '';
    display: block;
    float: none;
    clear: both; }
  .footer-extra-menu li {
    float: left;
    padding: 0px 10px; }
    .footer-extra-menu li a {
      font-size: 12px;
      line-height: 1.4;
      display: block;
      color: #ffffff;
      opacity: 0.8;
      -webkit-transition: opacity 0.4s ease;
      -moz-transition: opacity 0.4s ease;
      -ms-transition: opacity 0.4s ease;
      -o-transition: opacity 0.4s ease;
      transition: opacity 0.4s ease; }
      .footer-extra-menu li a:hover {
        opacity: 1; }

.sm-icons figure {
  float: left;
  width: 16px;
  margin-right: 6px;
  position: relative;
  top: 2px; }
  .sm-icons figure img {
    width: 100%;
    height: auto;
    display: block; }

.sm-icons span {
  float: left;
  margin-right: 10px;
  position: relative;
  top: -1px; }

.social-media ul li {
  margin-bottom: 4px; }
  .social-media ul li a {
    /*&.hide-mobile {
				display: none;
			}*/ }
    .social-media ul li a:after {
      content: '';
      display: block;
      float: none;
      clear: both; }
    .social-media ul li a.hide-desktop {
      display: none; }

@media (min-width: 768px) {
  .footer-link ul {
    display: block !important; } }

@media (max-width: 991px) {
  footer .bg-blue {
    padding-bottom: 20px; }
  .footer-detail {
    padding-left: 30px;
    width: 100%;
    clear: both;
    padding-left: 0; }
    .footer-detail:before {
      display: none; }
  .footer-info {
    padding-right: 30px;
    float: none;
    clear: both;
    width: 100%; }
    .footer-info h3 {
      font-size: 22px; }
  .footer-bottom {
    margin-top: 20px; } }

@media (max-width: 767px) {
  .footer-info {
    width: 100%;
    padding-right: 0; }
  .footer-detail {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0; }
    .footer-detail:before {
      display: none; }
  .newsletter-form-wrap {
    background: rgba(255, 255, 255, 0.04);
    padding-top: 20px;
    padding-bottom: 20px; }
    .newsletter-form-wrap h4, .newsletter-form-wrap .newsletter-form {
      max-width: 320px;
      margin-right: auto;
      margin-left: auto; }
  .footer-bottom {
    margin-top: 10px; }
    .footer-bottom .fr, .footer-bottom .fl {
      clear: both;
      float: none;
      display: block;
      text-align: center; }
    .footer-bottom .footer-extra-menu {
      margin-right: 0;
      margin-bottom: 15px; }
      .footer-bottom .footer-extra-menu li {
        float: none;
        display: inline-block; }
  .footer-link {
    display: block; }
    .footer-link.null-pad-left {
      padding-left: 15px !important; }
    .footer-link.newsletter-form-wrap h4, .footer-link.social-media h4 {
      text-align: center; }
      .footer-link.newsletter-form-wrap h4:after, .footer-link.newsletter-form-wrap h4:before, .footer-link.social-media h4:after, .footer-link.social-media h4:before {
        display: none; }
    .footer-link h4 {
      position: relative; }
      .footer-link h4:after, .footer-link h4:before {
        position: absolute; }
      .footer-link h4:before {
        content: '';
        width: 1px;
        height: 15px;
        background: #ffffff;
        top: 2px;
        right: 7px;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
      .footer-link h4:after {
        content: '';
        width: 15px;
        height: 1px;
        background: #ffffff;
        top: 9px;
        right: 0px; }
      .footer-link h4.active:before {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }
    .footer-link ul {
      display: none;
      padding-bottom: 30px; }
    .footer-link.social-media {
      display: block; }
      .footer-link.social-media ul {
        display: block; }
  .footer-link.social-media h4 {
    text-align: center; }
  .footer-link.social-media .fs-text {
    display: none; }
  .footer-link.social-media ul {
    margin-top: 5px; }
    .footer-link.social-media ul:after {
      content: '';
      display: block;
      float: none;
      clear: none; }
    .footer-link.social-media ul li {
      width: 25%;
      float: left;
      margin-right: 0; }
      .footer-link.social-media ul li a {
        opacity: 1;
        text-align: center;
        display: block; }
        .footer-link.social-media ul li a span.icon-home-2, .footer-link.social-media ul li a span.icon-home {
          font-size: 33px; }
        .footer-link.social-media ul li a.hide-desktop {
          display: block; }
        .footer-link.social-media ul li a.hide-mobile {
          display: none; } }

.banner {
  height: 100vh;
  position: relative;
  overflow: hidden;
  min-height: 700px;
  background: #ccc; }
  .banner picture {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .banner picture img {
      position: absolute;
      width: auto;
      height: 100%;
      z-index: 1;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .banner.banner-auto {
    height: auto; }
  .banner .table-wrap {
    z-index: 104; }
  .banner .table-cell {
    padding-bottom: 120px; }
  .banner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
    background: rgba(0, 0, 0, 0.16);
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.758701) 0%, rgba(255, 255, 255, 0.309681) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.758701) 0%, rgba(255, 255, 255, 0.309681) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.758701)), to(rgba(255, 255, 255, 0.309681)));
    background: linear-gradient(rgba(0, 0, 0, 0.758701) 0%, rgba(255, 255, 255, 0.309681) 100%);
    z-index: 101; }
  .banner.banner-inner img {
    width: 100%;
    height: auto; }

.wavy {
  /*&.wavy-blue {

		&:after {
			background: url('../images/home/wavy-blue.png') repeat-x -70%;	
		}
		
	}*/ }
  .wavy:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -12px;
    left: 0;
    height: 41px;
    width: 100%;
    z-index: 103;
    /*background: url('../images/home/wavy.png') repeat-x -70%;*/
    background: #1f80c4; }

.banner-text {
  position: relative;
  z-index: 3;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  /** Additional css **/
  /*end*/
  /** Additional css **/
  /*end*/ }
  .banner-text h1 {
    font-size: 48px;
    line-height: 1.1;
    font-family: "Molengo", "Helvetica", "sans-serif";
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    position: relative;
    text-transform: uppercase; }
    .banner-text h1 span {
      display: inline-block;
      position: relative; }
      .banner-text h1 span:after {
        content: '';
        display: block;
        position: absolute;
        left: -80px;
        height: 2px;
        width: 60px;
        top: 50%;
        margin-top: -1px;
        background: #ffffff; }
      .banner-text h1 span:before {
        content: '';
        display: block;
        position: absolute;
        right: -80px;
        height: 2px;
        width: 60px;
        top: 50%;
        margin-top: -1px;
        background: #ffffff; }
  .banner-text h2, .banner-text h4 {
    color: #ffffff; }
  .banner-text h4 {
    margin-top: 17px; }
  .banner-text h3 {
    font-family: "Roboto", "Helvetica", "sans-serif";
    font-size: 26px;
    font-weight: normal;
    color: #ffffff;
    line-height: 1.38;
    margin-top: 20px; }
  .banner-text p {
    font-size: 24px;
    color: #ffffff;
    font-family: "Molengo", "Helvetica", "sans-serif";
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 20px;
    font-weight: 300;
    opacity: 0.9; }
  .banner-text .btn {
    min-width: 200px; }
  .banner-text .small-text p {
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 0px;
    line-height: 1.5; }

@media (max-width: 991px) {
  .banner-text {
    width: 60%; }
    .banner-text p {
      font-size: 20px; }
  .banner.home-banner {
    overflow: visible; } }

@media (max-width: 767px) {
  .wavy:after {
    height: 20px; }
  .banner {
    min-height: 520px; }
    .banner .table-cell {
      padding-bottom: 60px; }
  .banner-text {
    width: 90%; }
    .banner-text h1 {
      font-size: 38px; }
  .home-intro {
    padding-top: 40px; } }

.banner-inner {
  height: auto;
  min-height: 440px; }
  .banner-inner.banner-listing {
    min-height: 320px; }
  .banner-inner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.26);
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.658701) 0%, rgba(255, 255, 255, 0.109681) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.658701) 0%, rgba(255, 255, 255, 0.109681) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.658701)), to(rgba(255, 255, 255, 0.109681)));
    background: linear-gradient(rgba(0, 0, 0, 0.658701) 0%, rgba(255, 255, 255, 0.109681) 100%);
    z-index: 101;
    opacity: 0.8; }
  .banner-inner.banner-enroll {
    height: auto; }

.banner-inner-content h1 {
  float: left;
  color: #ffffff;
  margin-top: 45px;
  font-size: 42px;
  line-height: 40px; }
  .banner-inner-content h1 span {
    font-size: 28px;
    display: block;
    font-weight: 300; }

.banner .property-logo {
  width: 25%; }
  .banner .property-logo img {
    display: inline-block;
    max-width: 100%;
    max-height: 160px;
    width: auto !important;
    height: auto !important; }

.banner-inner-content {
  margin-top: 140px;
  color: #ffffff; }
  .banner-inner-content p {
    display: block;
    float: none;
    clear: both;
    padding-top: 15px;
    font-size: 18px;
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    max-width: 80%; }

@media (max-width: 991px) {
  .banner-inner {
    min-height: 340px; } }

@media (max-width: 767px) {
  .banner-inner {
    min-height: 240px; }
  .banner-inner-content {
    margin-top: 70px; }
    .banner-inner-content h1 {
      font-size: 32px;
      margin-top: 0;
      text-align: center;
      float: none; }
    .banner-inner-content p {
      font-size: 14px;
      max-width: 100%; } }

.full-image-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .full-image-holder:before {
    content: '';
    background: rgba(0, 0, 0, 0.16);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .full-image-holder img {
    position: absolute;
    width: auto;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.sec-screen .slant-border {
  position: absolute;
  top: 0;
  left: 0; }
  .sec-screen .slant-border:after {
    border-color: #ffffff #ffffff transparent #ffffff !important;
    z-index: 2; }

.sec-screen article {
  color: #ffffff; }
  .sec-screen article h2 {
    margin-bottom: 20px; }
  .sec-screen article pre {
    font-size: 28px;
    font-weight: 300;
    white-space: normal;
    margin-bottom: 20px; }
  .sec-screen article .btn {
    margin-top: 30px;
    background: #d84927;
    border: 1px solid #d84927;
    text-transform: uppercase; }

.featured-blog-list {
  padding-bottom: 40px;
  margin: 0px -10px; }
  .featured-blog-list li {
    width: 33.33%;
    padding: 0px 10px 40px;
    float: left; }
    .featured-blog-list li:nth-child(3n+ 1) {
      clear: left; }
      @media (max-width: 767px) {
        .featured-blog-list li:nth-child(3n+ 1) {
          clear: none; } }
  .featured-blog-list .img-holder {
    width: 100%;
    height: 0;
    padding-bottom: 66%;
    position: relative;
    overflow: hidden;
    border-radius: 6px; }
    .featured-blog-list .img-holder img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: auto;
      height: 100%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      border-radius: 8px;
      opacity: 1;
      -webkit-transition: opacity 0.4s ease;
      -moz-transition: opacity 0.4s ease;
      -ms-transition: opacity 0.4s ease;
      -o-transition: opacity 0.4s ease;
      transition: opacity 0.4s ease; }

.article-wrap figure img {
  max-width: auto;
  height: auto;
  display: block; }

.article-wrap > a:hover img {
  opacity: 0.9; }

.article-wrap .box-bedroom {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 24px;
  font-size: 14px;
  padding-bottom: 0; }
  .article-wrap .box-bedroom span:after {
    background-color: #ccc; }

.article-wrap .box-types {
  clear: right;
  line-height: 24px;
  font-size: 14px;
  padding-bottom: 15px; }
  .article-wrap .box-types span:after {
    background-color: #ccc; }

.article-wrap .icon-home {
  color: #1f80c4; }

.article-details h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 15px 0; }
  .article-details h3 a {
    color: #212121; }
    .article-details h3 a:hover {
      color: #d84927; }

.article-details p {
  font-size: 14px; }
  .article-details p.excerpt {
    min-height: 76px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 12px; }

.article-details a.learn-more {
  font-size: 12px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  font-family: "Molengo", "Helvetica", "sans-serif";
  margin-top: 20px;
  display: inline-block; }
  .article-details a.learn-more:hover {
    color: #d84927; }

article ul {
  padding-left: 20px; }
  article ul li {
    list-style-type: disc;
    padding-bottom: 2px; }

article p {
  padding-bottom: 15px; }

article p.calendar {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500; }

@media (min-width: 1380px) {
  .full-image-holder img {
    width: 100%;
    height: auto; } }

@media (max-width: 1024px) {
  .nav-extra {
    margin-right: -5px; } }

@media (max-width: 767px) {
  .sec-screen article pre {
    font-size: 20px;
    margin-bottom: 10px; } }

@media (max-width: 640px) {
  .article-details h3 {
    font-size: 18px; }
  .article-details P {
    font-size: 12px; }
  .featured-blog-list li {
    width: 50%; }
    .featured-blog-list li:nth-child(2n + 1) {
      clear: left; }
    .featured-blog-list li:last-child {
      display: none; } }

.full-image-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .full-image-holder:before {
    content: '';
    background: rgba(0, 0, 0, 0.16);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .full-image-holder img {
    position: absolute;
    width: auto;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.sec-screen .slant-border {
  position: absolute;
  top: 0;
  left: 0; }
  .sec-screen .slant-border:after {
    border-color: #ffffff #ffffff transparent #ffffff !important;
    z-index: 2; }

.sec-screen article {
  color: #ffffff; }
  .sec-screen article h2 {
    margin-bottom: 20px; }
  .sec-screen article pre {
    font-size: 28px;
    font-weight: 300;
    white-space: normal;
    margin-bottom: 20px; }
  .sec-screen article .btn {
    margin-top: 30px;
    background: #d84927;
    border: 1px solid #d84927;
    text-transform: uppercase; }

.featured-blog-list {
  padding-bottom: 40px;
  margin: 0px -10px; }
  .featured-blog-list li {
    width: 33.33%;
    padding: 0px 10px 40px;
    float: left; }
    .featured-blog-list li:nth-child(3n+ 1) {
      clear: left; }
      @media (max-width: 767px) {
        .featured-blog-list li:nth-child(3n+ 1) {
          clear: none; } }
  .featured-blog-list .img-holder {
    width: 100%;
    height: 0;
    padding-bottom: 66%;
    position: relative;
    overflow: hidden;
    border-radius: 6px; }
    .featured-blog-list .img-holder img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: auto;
      height: 100%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      border-radius: 8px;
      opacity: 1;
      -webkit-transition: opacity 0.4s ease;
      -moz-transition: opacity 0.4s ease;
      -ms-transition: opacity 0.4s ease;
      -o-transition: opacity 0.4s ease;
      transition: opacity 0.4s ease; }

.article-wrap figure img {
  max-width: auto;
  height: auto;
  display: block; }

.article-wrap > a:hover img {
  opacity: 0.9; }

.article-wrap .box-bedroom {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 24px;
  font-size: 14px;
  padding-bottom: 0; }
  .article-wrap .box-bedroom span:after {
    background-color: #ccc; }

.article-wrap .box-types {
  clear: right;
  line-height: 24px;
  font-size: 14px;
  padding-bottom: 15px; }
  .article-wrap .box-types span:after {
    background-color: #ccc; }

.article-wrap .icon-home {
  color: #1f80c4; }

.article-details h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 15px 0; }
  .article-details h3 a {
    color: #212121; }
    .article-details h3 a:hover {
      color: #d84927; }

.article-details p {
  font-size: 14px; }
  .article-details p.excerpt {
    min-height: 76px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 12px; }

.article-details a.learn-more {
  font-size: 12px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  font-family: "Molengo", "Helvetica", "sans-serif";
  margin-top: 20px;
  display: inline-block; }
  .article-details a.learn-more:hover {
    color: #d84927; }

article ul {
  padding-left: 20px; }
  article ul li {
    list-style-type: disc;
    padding-bottom: 2px; }

article p {
  padding-bottom: 15px; }

article p.calendar {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500; }

@media (min-width: 1380px) {
  .full-image-holder img {
    width: 100%;
    height: auto; } }

@media (max-width: 1024px) {
  .nav-extra {
    margin-right: -5px; } }

@media (max-width: 767px) {
  .sec-screen article pre {
    font-size: 20px;
    margin-bottom: 10px; } }

@media (max-width: 640px) {
  .article-details h3 {
    font-size: 18px; }
  .article-details P {
    font-size: 12px; }
  .featured-blog-list li {
    width: 50%; }
    .featured-blog-list li:nth-child(2n + 1) {
      clear: left; }
    .featured-blog-list li:last-child {
      display: none; } }

.property-loc-list {
  margin: 0px -10px;
  padding-bottom: 120px; }
  .property-loc-list li {
    width: 33.33%;
    padding: 0px 10px;
    float: left;
    margin-bottom: 20px; }
    .property-loc-list li:nth-child(3n + 1) {
      clear: left; }

.box-location:hover .property-img img {
  -webkit-transform: translate(-50%, 0) scale3d(1.1, 1.1, 1.1);
  -moz-transform: translate(-50%, 0) scale3d(1.1, 1.1, 1.1);
  -ms-transform: translate(-50%, 0) scale3d(1.1, 1.1, 1.1);
  -o-transform: translate(-50%, 0) scale3d(1.1, 1.1, 1.1);
  transform: translate(-50%, 0) scale3d(1.1, 1.1, 1.1);
  opacity: 1; }

.box-location:hover .property-img h3 {
  padding-top: 30px; }

.property-img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 69%;
  pointer-events: none;
  border-radius: 6px;
  overflow: hidden;
  background: #333; }
  .property-img img {
    height: 115%;
    width: auto;
    left: 50%;
    display: block;
    position: absolute;
    -webkit-transform: translate(-50%, 0) scale3d(1, 1, 1);
    -moz-transform: translate(-50%, 0) scale3d(1, 1, 1);
    -ms-transform: translate(-50%, 0) scale3d(1, 1, 1);
    -o-transform: translate(-50%, 0) scale3d(1, 1, 1);
    transform: translate(-50%, 0) scale3d(1, 1, 1);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0.8;
    will-change: transform, opacity; }
  .property-img h3 {
    font-size: 20px;
    position: absolute;
    width: 100%;
    text-align: center;
    color: #ffffff;
    top: 50%;
    padding-top: 0;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -webkit-transition: padding 0.4s ease;
    -moz-transition: padding 0.4s ease;
    -ms-transition: padding 0.4s ease;
    -o-transition: padding 0.4s ease;
    transition: padding 0.4s ease; }

a.property-img {
  cursor: pointer; }
  a.property-img:hover img {
    -webkit-transform: translate(-50%, 0) scale3d(1.1, 1.1, 1.1);
    -moz-transform: translate(-50%, 0) scale3d(1.1, 1.1, 1.1);
    -ms-transform: translate(-50%, 0) scale3d(1.1, 1.1, 1.1);
    -o-transform: translate(-50%, 0) scale3d(1.1, 1.1, 1.1);
    transform: translate(-50%, 0) scale3d(1.1, 1.1, 1.1); }

@media (max-width: 640px) {
  .property-loc-list {
    padding-bottom: 60px;
    margin: 0px -5px; }
    .property-loc-list li {
      width: 50%;
      float: left;
      padding: 0px 5px;
      margin-bottom: 10px; }
      .property-loc-list li:nth-child(2n + 1) {
        clear: left; }
      .property-loc-list li:nth-child(3n + 1) {
        clear: none; }
  .property-img h3 {
    font-size: 16px; } }

@media (max-width: 480px) {
  .property-img h3 {
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px; } }

.units-wrapper {
  padding: 40px 0 20px;
  margin-bottom: 60px;
  /*.available-units {
		padding-top: 0;
	}*/ }
  .units-wrapper .null-top {
    padding-top: 0; }

.unit-detail {
  width: 75%;
  float: left;
  padding-right: 80px; }
  .unit-detail .btn-appointment-wrap {
    text-align: center;
    display: none; }
    .unit-detail .btn-appointment-wrap a {
      border-radius: 25px;
      display: inline-block;
      height: 38px;
      line-height: 38px; }
  .unit-detail .unit-detail-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start; }

.unit-detail-head .price {
  margin: 0px 0 20px; }

.unit-detail-head pre {
  font-size: 18px;
  font-weight: 300;
  white-space: normal;
  margin: 15px 0 30px; }

.unit-detail-head h1 span {
  font-size: 28px;
  display: block;
  font-weight: 300;
  margin-bottom: 15px;
  line-height: 24px; }

.price {
  font-size: 24px;
  color: #d84927;
  line-height: 1.2;
  font-weight: 700;
  float: none;
  clear: both;
  padding-top: 10px;
  font-family: "Roboto", "Helvetica", "sans-serif"; }
  .price.price-small {
    font-size: 16px;
    padding-bottom: 5px; }

.unit-detail-content {
  text-align: left;
  padding: 20px 10px 20px; }
  .unit-detail-content h3 {
    display: block;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    font-size: 24px;
    font-family: "Roboto", "Helvetica", "sans-serif";
    padding-right: 20px;
    position: relative; }
    .unit-detail-content h3 span {
      display: inline-block;
      font-weight: 300;
      font-family: "Roboto", "Helvetica", "sans-serif";
      font-size: 16px;
      margin-top: 5px;
      margin-bottom: 0; }
    .unit-detail-content h3 .information-content {
      background: #01a71c;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      position: relative;
      margin-left: 15px;
      display: inline-block;
      position: absolute;
      left: auto;
      right: auto;
      top: 4px; }
      @media (max-width: 991px) {
        .unit-detail-content h3 .information-content {
          top: 2px; } }
      @media (max-width: 767px) {
        .unit-detail-content h3 .information-content {
          top: 0px; } }
      .unit-detail-content h3 .information-content img {
        width: 100%;
        height: auto;
        display: block; }
  .unit-detail-content p {
    font-size: 14px; }
    @media (max-width: 376px) {
      .unit-detail-content p {
        font-size: 12px; } }
  .unit-detail-content .price {
    font-size: 20px;
    padding-bottom: 10px; }
  .unit-detail-content .ud-excerpt {
    font-size: 12px;
    line-height: 20px; }
  .unit-detail-content .ud-type {
    margin-bottom: 15px; }
    .unit-detail-content .ud-type span {
      font-size: 12px;
      font-family: "Roboto", "Helvetica", "sans-serif";
      font-weight: 700;
      text-transform: uppercase;
      padding-right: 7px;
      position: relative;
      margin-right: 7px;
      opacity: 0.8; }
      .unit-detail-content .ud-type span:last-child:before {
        display: none; }
      .unit-detail-content .ud-type span:before {
        content: '';
        height: 15px;
        width: 1px;
        position: absolute;
        right: 0;
        top: 2px;
        background: #ccc; }
  .unit-detail-content .btn {
    border-radius: 25px;
    display: inline-block;
    height: 40px;
    color: #212121;
    line-height: 40px;
    margin-top: 10px;
    text-transform: uppercase; }
    .unit-detail-content .btn.btn-small {
      height: 35px;
      line-height: 35px;
      display: inline-block;
      padding: 0px 15px; }
  .unit-detail-content .ud-location {
    display: block;
    font-weight: 300;
    font-family: "Roboto", "Helvetica", "sans-serif";
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 15px; }
    .unit-detail-content .ud-location a {
      font-size: 16px;
      display: inline-block; }
  .unit-detail-content .price-deposit, .unit-detail-content .price-capacity {
    font-size: 16px;
    margin-top: 10px;
    display: inline-block; }
    .unit-detail-content .price-deposit strong, .unit-detail-content .price-capacity strong {
      color: #212121; }
  .unit-detail-content .price-capacity {
    margin-left: 20px; }

.ud-action {
  position: relative; }
  .ud-action .btn-compare-unit {
    float: right;
    bottom: 0;
    position: absolute;
    right: 0;
    line-height: 40px;
    font-size: 12px;
    font-weight: 700;
    font-family: "Roboto", "Helvetica", "sans-serif";
    color: #212121;
    text-transform: uppercase;
    border: none !important; }
    .ud-action .btn-compare-unit:hover {
      color: #1f80c4;
      border: 1px solid transparent; }
  .ud-action a:hover {
    color: #1f80c4;
    border: 1px solid #1f80c4; }

.unit-box-head {
  background: #f7f7f7;
  width: 100%;
  padding: 25px 15px;
  border-radius: 4px; }
  @media (max-width: 767px) {
    .unit-box-head.venue-box-head {
      text-align: center; } }
  .unit-box-head h4 {
    font-size: 16px;
    font-weight: 700;
    font-family: "Roboto", "Helvetica", "sans-serif"; }
    .unit-box-head h4 span {
      display: block; }
      .unit-box-head h4 span small {
        font-size: 12px;
        display: block;
        margin-top: 15px;
        font-weight: 300; }
  .unit-box-head hr {
    border: none;
    border-bottom: 1px solid #ececec; }

.unit-change {
  padding-bottom: 10px; }
  .unit-change > label {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 4px;
    display: inline-block; }
  .unit-change .custom-select select {
    padding: 8px 25px 8px 10px;
    font-size: 14px;
    background: #fff;
    opacity: 1; }

.btn-appointment-wrap {
  padding: 14px 20px 10px;
  text-align: center; }
  .btn-appointment-wrap .btn.btn-appointment {
    background: #d84927;
    border: 1px solid #d84927;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px; }

.unit-reciept {
  width: 25%;
  float: right; }
  .unit-reciept .btn {
    border-radius: 20px;
    height: auto;
    line-height: 1.2;
    padding: 8px 20px;
    display: inline-block;
    text-transform: uppercase; }

.unit-call-details {
  padding: 15px 15px 30px; }
  .unit-call-details .btn {
    margin-top: 10px;
    margin-bottom: 6px; }
  .unit-call-details .call-number {
    font-size: 14px;
    padding-top: 5px; }
  .unit-call-details .social-media {
    /*li {
			width: 50%;

			a {

				span.icon-home-2 {
					font-size: 20px;
				}
			}
		}*/ }

.social-media {
  padding: 5px 0; }
  .social-media ul {
    padding-top: 6px; }
  .social-media li {
    display: inline-block;
    padding: 0px 6px;
    position: relative; }
    .social-media li:before {
      content: '';
      display: block;
      height: 15px;
      width: 1px;
      background: #f2f2f2;
      position: absolute;
      top: 5px;
      right: -3px; }
    .social-media li:last-child:before {
      display: none; }
    .social-media li a {
      font-size: 14px;
      font-weight: 300;
      color: #212121; }
      .social-media li a .icon-home-2 {
        font-size: 14px;
        display: inline-block;
        vertical-align: middle;
        padding-right: 4px;
        color: #1f80c4; }
        .social-media li a .icon-home-2.icon-twitter {
          color: #33C5FF; }

.unit-reciept-logo img {
  max-width: 80%;
  height: auto;
  margin: 0 auto;
  display: block; }

.total-viewed {
  padding-left: 50px;
  font-size: 13px;
  position: relative; }
  .total-viewed figure {
    position: absolute;
    width: 32px;
    left: 5px;
    top: 8px; }
    .total-viewed figure img {
      max-width: 100%;
      height: auto;
      display: block; }

.amenities-list {
  padding: 60px 0; }
  .amenities-list h3 {
    margin-bottom: 15px;
    font-size: 18px; }
  .amenities-list article {
    font-size: 14px;
    padding-bottom: 30px; }
  .amenities-list ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }

.unit-detail-list {
  margin: 30px -15px 30px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2; }
  .unit-detail-list > li {
    border-bottom: 1px solid #f2f2f2;
    width: calc(50% - 30px);
    float: left;
    margin: 0px 15px 8px;
    padding: 5px 0;
    position: relative;
    padding-left: 20px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; }
    @media (max-width: 640px) {
      .unit-detail-list > li {
        width: 100%;
        float: none;
        clear: both; } }
    .unit-detail-list > li:nth-last-child(-n+2) {
      border-bottom: none; }
    .unit-detail-list > li:nth-child(2) {
      border-bottom: 1px solid #f2f2f2; }
    .unit-detail-list > li strong {
      display: inline-block;
      margin-left: 10px;
      width: 45%;
      float: left;
      font-size: 13px;
      margin-left: 0;
      padding-left: 6px; }
    .unit-detail-list > li .fr {
      font-size: 12px;
      text-align: right;
      line-height: 22px;
      width: 50%;
      text-align: left; }
    .unit-detail-list > li .icon-home {
      color: #1f80c4;
      position: absolute;
      left: 0;
      top: 3px; }
      @media (max-width: 640px) {
        .unit-detail-list > li .icon-home {
          top: 6px; } }
  .unit-detail-list.block li {
    width: calc(100% - 30px);
    float: none; }
    .unit-detail-list.block li:nth-last-child(-n+2) {
      border-bottom: 1px solid #f2f2f2; }

.similar-units {
  padding-top: 20px !important; }

.almost-done {
  font-size: 14px; }
  .almost-done ul {
    list-style-type: disc;
    padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 20px; }
    .almost-done ul:after {
      content: '';
      display: block;
      float: none;
      clear: both; }
    .almost-done ul li {
      width: 33.33%;
      float: left;
      padding-bottom: 3px; }
      @media (max-width: 991px) {
        .almost-done ul li {
          width: 50%; } }

.file-drop-zone {
  padding: 40px 15px;
  background: #f0f0f0;
  border-radius: 8px;
  margin: 15px 0 0; }
  .file-drop-zone .file-drop-zone-title {
    font-size: 24px;
    text-align: center;
    font-family: "Roboto", "Helvetica", "sans-serif";
    font-weight: 700;
    padding: 40px;
    background: #f0f0f0;
    border-radius: 8px; }

.disclaimer-box {
  border: 1px solid #ccc;
  padding: 15px;
  font-size: 11px;
  font-style: italic;
  background: #f7f7f7;
  margin-bottom: 20px;
  margin-top: 30px; }

.file-input {
  padding-bottom: 40px; }
  .file-input:after {
    content: '';
    display: block;
    float: none;
    clear: both; }
  .file-input .file-preview {
    border: none;
    padding: 0; }
    .file-input .file-preview .fileinput-remove {
      padding: 8px 15px;
      font-size: 24px;
      color: #d84927;
      line-height: 18px;
      font-weight: 700;
      background: transparent;
      border: none;
      text-transform: uppercase; }
  .file-input .input-group-btn .btn {
    vertical-align: middle;
    border-radius: 4px;
    line-height: 37px;
    height: 37px; }
  .file-input .file-caption .file-caption-name {
    font-size: 14px;
    padding: 0;
    line-height: 37px;
    outline: none; }
  .file-input .file-caption {
    float: left;
    outline: none; }
  .file-input .input-group-append {
    float: right; }
  .file-input .file-footer-buttons {
    display: none; }
  .file-input .file-footer-caption {
    margin-bottom: 0; }
  .file-input .krajee-default.file-preview-frame {
    border-radius: 4px; }
  .file-input .krajee-default.file-preview-frame .kv-file-content {
    width: 150px;
    height: 90px; }
  .file-input .krajee-default.file-preview-frame .file-thumbnail-footer {
    height: 40px; }

.available-unit-no-image .unit-detail-content {
  padding-left: 0;
  padding-right: 0; }

.available-unit-no-image .unit-detail-list {
  margin-bottom: 5px;
  margin-top: 5px; }
  .available-unit-no-image .unit-detail-list > li {
    float: none;
    width: 100%;
    display: block;
    clear: both;
    position: relative;
    padding-left: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 4px; }
    .available-unit-no-image .unit-detail-list > li:nth-last-child(-n+2) {
      border-bottom: 1px solid #f2f2f2; }
    .available-unit-no-image .unit-detail-list > li:last-child {
      border-bottom: none; }
    .available-unit-no-image .unit-detail-list > li:after {
      content: '';
      display: block;
      float: none;
      clear: both; }
    .available-unit-no-image .unit-detail-list > li .icon-home {
      position: absolute;
      left: 0;
      top: 3px; }
      @media (max-width: 991px) {
        .available-unit-no-image .unit-detail-list > li .icon-home {
          top: 6px; } }
    .available-unit-no-image .unit-detail-list > li strong {
      width: 45%;
      float: left;
      font-size: 13px;
      margin-left: 0;
      padding-left: 6px; }
    .available-unit-no-image .unit-detail-list > li span.fr {
      width: 55%;
      float: left;
      text-align: left;
      line-height: 18px; }

@media (max-width: 1024px) {
  .unit-detail-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; } }

@media (max-width: 1200px) {
  .unit-detail-content h3 {
    font-size: 20px; } }

@media (max-width: 991px) {
  .unit-detail-content .price-deposit, .unit-detail-content .price-capacity {
    display: block;
    margin-left: 0; }
  .unit-detail {
    width: 70%;
    padding-right: 40px; }
  .unit-reciept {
    width: 30%; } }

@media (max-width: 767px) {
  .ud-action .btn-compare-unit {
    font-size: 10px;
    line-height: 30px; }
  .units-wrapper {
    padding-top: 0;
    margin-bottom: 0; }
  .unit-detail {
    width: 100% !important;
    padding-right: 0;
    float: none; }
    .unit-detail .btn-appointment-wrap {
      display: block; }
  .unit-detail-content {
    padding-left: 0;
    padding-right: 0; }
    .unit-detail-content h3 {
      font-size: 18px;
      margin-top: 0; }
    .unit-detail-content .price {
      font-size: 14px; } }
    @media (max-width: 767px) and (max-width: 376px) {
      .unit-detail-content .price {
        font-size: 12px; } }

@media (max-width: 767px) {
    .unit-detail-content .btn, .unit-detail-content .btn.btn-small {
      padding-left: 10px;
      padding-right: 10px;
      font-size: 10px;
      line-height: 28px;
      height: 28px;
      margin-top: 10px; }
    .unit-detail-content .ud-location {
      font-size: 14px; }
    .unit-detail-content .price-deposit, .unit-detail-content .price-capacity {
      font-size: 14px; }
      .unit-detail-content .price-deposit strong, .unit-detail-content .price-capacity strong {
        display: block; }
    .unit-detail-content p {
      font-size: 12px; }
  .unit-reciept {
    xdisplay: none;
    width: 90%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    clear: both; }
  .inner-wrapper-sticky {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: auto !important;
    -webkit-transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important; }
  .unit-reciept {
    width: 100% !important;
    max-width: 420px; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .unit-reciept {
      height: auto !important; } }

@media (max-width: 640px) {
  .available-unit-list.available-unit-block li {
    padding-left: 8px;
    padding-top: 10px; }
  .available-unit-list.available-unit-block p.price {
    float: none;
    width: auto;
    display: block;
    padding-top: 0;
    font-size: 14px;
    clear: none; }
  .available-unit-list.available-unit-block h3 {
    float: none;
    clear: both;
    width: auto;
    line-height: 22px;
    font-size: 16px;
    padding-right: 90px;
    margin-bottom: 0px; }
  .available-unit-list.available-unit-block .ud-action {
    float: right;
    display: block;
    margin-top: -40px;
    min-width: 100px; } }

@media (max-width: 480px) {
  .available-unit-list.available-unit-block h3 {
    margin-bottom: 5px; } }

.contact-form-wrap {
  padding-top: 30px;
  width: 70%;
  float: left;
  padding-right: 60px; }
  .contact-form-wrap h5 {
    margin-top: 30px;
    margin-bottom: 10px; }
  .contact-form-wrap .sec-title {
    padding-bottom: 0; }
  .contact-form-wrap .custom-select select {
    padding: 10px 25px 10px 15px;
    font-size: 14px; }
  .contact-form-wrap .btn-contact-submit {
    background: #d84927;
    border: 1px solid #d84927;
    text-transform: uppercase;
    margin-top: 20px; }

.policy {
  padding: 10px 0 0; }
  .policy li {
    padding-bottom: 4px; }

.contact-details {
  float: left;
  width: 30%;
  padding: 0px 15px; }

.c-detail-list {
  padding-top: 30px; }
  .c-detail-list ul {
    margin: 8px 0px 30px; }
  .c-detail-list li {
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    float: left;
    padding: 5px 0 5px 20px;
    position: relative; }
    .c-detail-list li:last-child {
      border-bottom: none; }
    .c-detail-list li strong {
      padding-left: 5px;
      font-size: 12px;
      width: 40%;
      float: left;
      padding-right: 10px; }
    .c-detail-list li .fr {
      width: 60%;
      font-size: 12px;
      text-align: left;
      line-height: 18px; }
      @media (max-width: 1024px) {
        .c-detail-list li .fr {
          word-break: break-word; } }
    .c-detail-list li .icon-home {
      opacity: 0.5;
      font-size: 18px;
      position: relative;
      top: 4px;
      position: absolute;
      left: 0; }
  .c-detail-list h5 {
    font-size: 16px; }

@media (max-width: 991px) {
  .contact-details {
    width: 30%; }
  .contact-form-wrap {
    width: 60%; }
  .c-detail-list li {
    padding: 8px 0px 8px 20px; } }

@media (max-width: 640px) {
  .contact-form-wrap {
    width: 100%;
    padding-right: 0;
    padding-bottom: 40px; }
  .contact-details {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .contact-form-wrap {
    padding-top: 0; } }

.enroll-content ul {
  margin: 0px -10px;
  text-align: center; }
  .enroll-content ul li {
    width: 32%;
    display: inline-block;
    padding: 0px 40px;
    vertical-align: top; }
    @media (max-width: 767px) {
      .enroll-content ul li {
        padding: 0px 20px;
        width: 49%; } }

.enroll-unit-icons {
  margin: 0px -10px;
  padding: 30px 0 20px;
  text-align: center; }
  .enroll-unit-icons:after {
    content: '';
    display: block;
    float: none;
    clear: both; }
  .enroll-unit-icons li {
    display: inline-block;
    width: 32%;
    padding: 0px 40px 20px;
    text-align: center;
    vertical-align: top; }
    @media (max-width: 767px) {
      .enroll-unit-icons li {
        width: 49%; } }
  .enroll-unit-icons figure {
    max-width: 85px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: #1f80c4;
    border-radius: 50%;
    margin-bottom: 20px; }
    .enroll-unit-icons figure img {
      max-width: 100%;
      display: block; }
  .enroll-unit-icons h3 {
    padding-top: 0;
    text-align: center;
    max-width: 100%;
    font-size: 22px;
    margin-bottom: 10px; }
  .enroll-unit-icons h4 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px; }

.enroll-unit .header-text {
  text-align: center; }

.enroll-unit pre {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.enroll-item {
  text-align: center;
  padding: 40px 0; }
  .enroll-item figure {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
    .enroll-item figure img {
      width: 100%;
      height: auto;
      display: block; }
  .enroll-item h4 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px; }
  .enroll-item p {
    font-size: 12px; }

.enroll-apply {
  padding-top: 40px;
  padding-bottom: 40px; }
  .enroll-apply .sec-content p {
    max-width: 100%; }
  .enroll-apply .btn {
    background: #d84927;
    border: 1px solid #d84927;
    text-transform: uppercase; }
  @media (max-width: 767px) {
    .enroll-apply.text-center .sec-title {
      text-align: center; }
    .enroll-apply.text-center .btn {
      margin-bottom: 15px !important; } }

.enroll-content {
  padding: 80px 0 40px; }

#enroll-form {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px; }
  @media (max-width: 1024px) {
    #enroll-form {
      padding-left: 40px;
      padding-right: 40px; } }

.inquiry-condition {
  display: none; }

@media (max-width: 991px) {
  .enroll-unit-icons {
    padding-left: 0;
    clear: both; } }

@media (max-width: 767px) {
  .enroll-unit-icons {
    margin: 0px -15px; }
    .enroll-unit-icons figure {
      max-width: 60px; }
    .enroll-unit-icons li {
      padding: 0px 15px 20px; }
    .enroll-unit-icons h3 {
      font-size: 16px; }
  .enroll-item figure {
    width: 90px;
    height: 90px; }
  .enroll-item h4 {
    font-size: 20px; }
  .enroll-content ul li {
    width: 49%; }
  #enroll-form {
    padding-left: 20px;
    padding-right: 20px; }
    #enroll-form .contact-form-wrap {
      padding-right: 0;
      float: none; }
    #enroll-form .contact-details {
      padding-top: 40px;
      padding-left: 0;
      padding-right: 0; }
  .enroll-unit .header-text {
    margin-top: 0; } }
