/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
@font-face {
  font-family: 'GothamBold';
  src: url(../fonts/GothamBold.ttf); }
@font-face {
  font-family: 'GothamBook';
  src: url(../fonts/gotham_book.eot);
  src: url("../fonts/gotham-book.woff") format("woff"), url("../fonts/gotham-book.ttf") format("truetype"); }
.full-width {
  width: 100%; }

.half-width {
  width: 50%; }

.no-padding {
  padding: 0 !important; }

.no-padding-left {
  padding-left: 0 !important; }

.no-padding-right {
  padding-right: 0 !important; }

.no-margin {
  margin: 0 !important; }

.no-margin-left {
  margin-left: 0 !important; }

.no-margin-right {
  margin-right: 0 !important; }

.no-border {
  border: 0 !important; }

.btn-lift-connect {
  background: #1ab374;
  color: #FFF; }

body {
  font-family: GothamBook; }
  body button:active {
    color: #FFF; }
  body a:hover {
    text-decoration: none; }
  body a:focus {
    text-decoration: none; }
  body .title-module {
    color: #46b864;
    font-size: 38px;
    text-transform: uppercase;
    text-align: center;
    margin: 0; }
  body .header {
    padding: 17px 0;
    font-size: 16px; }
    body .header .logo-header {
      padding: 0 15px 0 20px; }
      body .header .logo-header img {
        width: 122px;
        height: 44px; }
    body .header .our-service-header,
    body .header .why-choose-us-header {
      margin-top: 10px; }
      body .header .our-service-header a,
      body .header .why-choose-us-header a {
        color: #454c52; }
        body .header .our-service-header a:hover,
        body .header .why-choose-us-header a:hover {
          text-decoration: none;
          color: #1ab374; }
    body .header .our-service-header {
      padding-left: 0;
      width: 10%; }
    body .header .why-choose-us-header {
      width: 14%; }
    body .header .enquire-now-header {
      position: relative;
      width: 15%;
      padding: 0 12px; }
      body .header .enquire-now-header:before {
        content: ' ';
        position: absolute;
        height: 40px;
        width: 1px;
        top: 3px;
        right: -15px;
        background: #e3e4e5; }
      body .header .enquire-now-header .enquire {
        padding: 10px 24px;
        font-size: 15px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px; }
        body .header .enquire-now-header .enquire:hover {
          color: #FFF;
          background: #179762; }
    body .header .phone-header {
      margin-top: 8px;
      margin-left: 27px;
      width: 17%;
      color: #42b761; }
      body .header .phone-header .icon-phone,
      body .header .phone-header .content {
        float: left; }
      body .header .phone-header .icon-phone {
        margin-right: 10px; }
      body .header .phone-header .content {
        margin-top: 3px;
        letter-spacing: 1px;
        color: #42b761; }
  body .header-mobile {
    padding: 10px 0; }
    body .header-mobile .logo-mobile img {
      width: 122px;
      height: 44px; }
    body .header-mobile .lift-nav-bar,
    body .header-mobile .icon-mobile {
      margin-top: 10px; }
    body .header-mobile .lift-nav-bar {
      cursor: pointer; }
      body .header-mobile .lift-nav-bar:hover hr {
        border-top: 2px solid #42b761; }
      body .header-mobile .lift-nav-bar hr {
        margin-top: 0;
        margin-bottom: 5px;
        border: 0;
        border-top: 2px solid #4b4b4b;
        width: 23px; }
    body .header-mobile .icon-mobile .icon-phone-mobile,
    body .header-mobile .icon-mobile .icon-mail-mobile {
      cursor: pointer;
      background-size: cover;
      background-repeat: no-repeat; }
    body .header-mobile .icon-mobile .icon-phone-mobile {
      background-image: url("../images/icon-phone-mobile.png"); }
      body .header-mobile .icon-mobile .icon-phone-mobile:hover {
        background-image: url("../images/icon-phone-mobile-hover.png"); }
    body .header-mobile .icon-mobile .icon-mail-mobile {
      margin-left: 20px;
      background-image: url("../images/icon-mail-mobile.png"); }
      body .header-mobile .icon-mobile .icon-mail-mobile:hover {
        background-image: url("../images/icon-mail-mobile-hover.png"); }
  body .menu-responsive.active {
    height: 100%; }
  body .menu-responsive {
    background: #1ab374;
    display: block;
    position: fixed;
    transition: all 0.5s;
    width: 100%;
    height: 0px;
    overflow: hidden;
    top: 0px;
    left: 0px;
    z-index: 13; }
    body .menu-responsive .menu-top .close-menu {
      padding-top: 20px;
      padding-left: 15px; }
    body .menu-responsive .menu-body {
      padding-top: 20px; }
      body .menu-responsive .menu-body .menu-body-item a {
        font-size: 18px;
        color: white;
        line-height: 50px;
        display: block; }
        body .menu-responsive .menu-body .menu-body-item a:hover {
          color: #76ebbb;
          text-decoration: none; }
      body .menu-responsive .menu-body .body-icon a {
        display: inline-block;
        margin: 10px;
        width: 60px;
        border-radius: 100%;
        border: 1px solid #fff;
        height: 60px;
        position: relative; }
        body .menu-responsive .menu-body .body-icon a img {
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          position: absolute; }
        body .menu-responsive .menu-body .body-icon a:hover {
          border: 1px solid #76ebbb; }
      body .menu-responsive .menu-body .body-icon .responsive-phone-icon img,
      body .menu-responsive .menu-body .body-icon .responsive-phone-mail img {
        background-size: cover;
        background-repeat: no-repeat; }
      body .menu-responsive .menu-body .body-icon .responsive-phone-icon img {
        background-image: url("../images/responsive-phone-icon.png"); }
      body .menu-responsive .menu-body .body-icon .responsive-phone-icon:hover {
        background: #139c64; }
        body .menu-responsive .menu-body .body-icon .responsive-phone-icon:hover img {
          background-image: url("../images/responsive-phone-icon-hover.png"); }
      body .menu-responsive .menu-body .body-icon .responsive-phone-mail img {
        background-image: url("../images/responsive-phone-mail.png"); }
      body .menu-responsive .menu-body .body-icon .responsive-phone-mail:hover {
        background: #139c64; }
        body .menu-responsive .menu-body .body-icon .responsive-phone-mail:hover img {
          background-image: url("../images/responsive-mail-icon-hover.png"); }
  body .welcome-lift-connect {
    position: relative; }
    body .welcome-lift-connect .content {
      content: ' ';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 60px;
      text-align: center;
      z-index: 1; }
      body .welcome-lift-connect .content .welcome-title .title {
        font-size: 45px;
        font-weight: 400;
        color: #454c52;
        margin: 0;
        margin-top: 14px;
        margin-bottom: 56px; }
      body .welcome-lift-connect .content .welcome-video .video-container {
        position: relative; }
        body .welcome-lift-connect .content .welcome-video .video-container iframe {
          width: 1046px;
          height: 540px; }
        body .welcome-lift-connect .content .welcome-video .video-container .video-btn .play-video {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          width: 136px;
          height: 136px;
          margin: auto;
          background: url("../images/play-btn.png");
          background-size: cover;
          background-repeat: no-repeat; }
        body .welcome-lift-connect .content .welcome-video .video-container .video-btn .play-video:hover {
          background: url("../images/play-btn-hover.png");
          background-size: cover !important; }
  body .our-service {
    padding: 164px 0 100px; }
    body .our-service .icon img {
      margin: 0 auto; }
    body .our-service .service-title .title-module {
      margin: 28px 0 70px 0; }
    body .our-service .service-content {
      width: 960px;
      margin: 0 auto;
      font-size: 16px;
      color: #666666; }
      body .our-service .service-content .image .circle {
        display: inline-block;
        padding: 12px;
        border: 1px solid #5dc99c;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
      body .our-service .service-content .desc {
        padding-left: 40px;
        line-height: 30px; }
        body .our-service .service-content .desc p {
          max-width: 600px;
          margin: 0 0 34px 0; }
          body .our-service .service-content .desc p:last-child {
            margin: 0; }
  body .icon img {
    width: 46px;
    height: 32px; }
  body .why-choose-us {
    background: #e8edeb;
    padding: 100px 0 120px 0; }
    body .why-choose-us .why-choose-us-container {
      width: 714px;
      margin: 0 auto; }
      body .why-choose-us .why-choose-us-container .title {
        margin: 0 0 86px 0; }
      body .why-choose-us .why-choose-us-container .content {
        overflow: hidden;
        position: relative; }
        body .why-choose-us .why-choose-us-container .content .compare {
          position: absolute;
          width: 66px;
          height: 66px;
          top: 40px;
          left: 0;
          right: 0;
          margin: auto;
          background: #aeaeae;
          color: #FFF;
          text-align: center;
          text-transform: uppercase;
          font-family: GothamBold;
          font-size: 20px;
          padding-top: 18px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%; }
        body .why-choose-us .why-choose-us-container .content .content-border {
          width: 1px;
          position: absolute;
          height: calc(100% - 106px);
          background: #dadcdb;
          top: 106px;
          left: 0;
          right: 0;
          margin: auto; }
        body .why-choose-us .why-choose-us-container .content .major-telcos,
        body .why-choose-us .why-choose-us-container .content .lift-connect {
          width: 43%; }
        body .why-choose-us .why-choose-us-container .content .major-telcos .major-intro .major-title, body .why-choose-us .why-choose-us-container .content .lift-connect .lift-intro .lift-title {
          margin: 20px 0;
          padding: 20px 40px;
          font-size: 24px;
          line-height: 24px;
          color: #FFF;
          font-family: GothamBold;
          letter-spacing: 1px;
          position: relative;
          width: 184px;
          height: 88px; }
        body .why-choose-us .why-choose-us-container .content .major-telcos .major-intro .major-title:before, body .why-choose-us .why-choose-us-container .content .lift-connect .lift-intro .lift-title:before {
          content: ' ';
          position: absolute;
          width: 0px;
          height: 0px;
          top: 0; }
        body .why-choose-us .why-choose-us-container .content .box-application {
          overflow: hidden;
          background: #FFF;
          margin-bottom: 10px;
          -webkit-border-radius: 15px;
          -moz-border-radius: 15px;
          -ms-border-radius: 15px;
          border-radius: 15px;
          padding: 10px 0 10px 14px;
          position: relative; }
          body .why-choose-us .why-choose-us-container .content .box-application .box-application-image,
          body .why-choose-us .why-choose-us-container .content .box-application .box-application-title {
            float: left; }
          body .why-choose-us .why-choose-us-container .content .box-application .box-application-image {
            margin-right: 14px; }
            body .why-choose-us .why-choose-us-container .content .box-application .box-application-image img {
              width: 73px;
              height: 73px; }
          body .why-choose-us .why-choose-us-container .content .box-application .box-application-title {
            font-family: GothamBold;
            font-size: 18px;
            text-transform: uppercase;
            max-width: 190px;
            overflow: hidden; }
          body .why-choose-us .why-choose-us-container .content .box-application:last-child {
            margin-bottom: 0; }
        body .why-choose-us .why-choose-us-container .content .major-telcos .major-intro {
          margin-bottom: 10px; }
          body .why-choose-us .why-choose-us-container .content .major-telcos .major-intro .major-title {
            background: #ec632f; }
            body .why-choose-us .why-choose-us-container .content .major-telcos .major-intro .major-title:before {
              border-top: 45px solid transparent;
              border-bottom: 45px solid transparent;
              border-left: 23px solid #ec632f;
              right: -22px; }
          body .why-choose-us .why-choose-us-container .content .major-telcos .major-intro .major-image img {
            width: 95px;
            height: 139px; }
        body .why-choose-us .why-choose-us-container .content .major-telcos .box-application .box-application-title {
          color: #de5c32; }
        body .why-choose-us .why-choose-us-container .content .lift-connect .lift-intro {
          margin-bottom: 10px; }
          body .why-choose-us .why-choose-us-container .content .lift-connect .lift-intro .lift-title {
            background: #FFF;
            padding: 20px 14px; }
            body .why-choose-us .why-choose-us-container .content .lift-connect .lift-intro .lift-title img {
              width: 138px;
              height: 50px; }
            body .why-choose-us .why-choose-us-container .content .lift-connect .lift-intro .lift-title:before {
              border-top: 45px solid transparent;
              border-bottom: 45px solid transparent;
              border-right: 23px solid #fff;
              left: -22px; }
          body .why-choose-us .why-choose-us-container .content .lift-connect .lift-intro .lift-image img {
            width: 85px;
            height: 140px; }
        body .why-choose-us .why-choose-us-container .content .lift-connect .box-application .box-application-title {
          color: #47b864; }
  body .we-offer-an-easy {
    position: relative; }
    body .we-offer-an-easy .we-offer-an-easy-title {
      position: absolute;
      width: 100%;
      height: 80px;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      text-align: center;
      font-size: 30px;
      color: #FFF; }
      body .we-offer-an-easy .we-offer-an-easy-title .title {
        font-family: GothamBold;
        margin: 0 0 5px 0; }
      body .we-offer-an-easy .we-offer-an-easy-title p {
        font-family: GothamBook;
        margin: 0; }
  body .enquire {
    padding: 80px 0 70px 0; }
    body .enquire .enquire-container {
      width: 510px;
      margin: 0 auto; }
      body .enquire .enquire-container .icon img {
        margin: 0 auto; }
      body .enquire .enquire-container .enquire-title {
        margin: 28px 0 50px 0; }
      body .enquire .enquire-container .enquire-content .form-group {
        margin-bottom: 20px;
        height: 60px;
        border: 1px solid #ccc;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        border-radius: 6px; }
        body .enquire .enquire-container .enquire-content .form-group .form-control {
          -webkit-box-shadow: initial;
          -moz-box-shadow: initial;
          -ms-box-shadow: initial;
          box-shadow: initial;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          border-radius: 0;
          font-size: 16px;
          height: 52px;
          border: 0; }
      body .enquire .enquire-container .enquire-content .leave-your-enquiry {
        overflow: auto;
        height: auto; }
        body .enquire .enquire-container .enquire-content .leave-your-enquiry .left-inner-addon p {
          width: calc(100% - 58px);
          margin-left: 58px;
          font-size: 16px;
          color: #1ab374;
          min-height: 56px;
          margin-bottom: 0px;
          line-height: 56px;
          padding-left: 20px; }
        body .enquire .enquire-container .enquire-content .leave-your-enquiry textarea {
          height: 225px;
          border: none;
          width: 100%;
          padding: 10px 15px; }
        body .enquire .enquire-container .enquire-content .leave-your-enquiry textarea:focus {
          outline: none; }
      body .enquire .enquire-container .enquire-content .send-enquiry {
        margin-bottom: 0; }
        body .enquire .enquire-container .enquire-content .send-enquiry button {
          font-size: 18px;
          padding: 12px 54px;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          border-radius: 10px; }
          body .enquire .enquire-container .enquire-content .send-enquiry button:hover {
            color: #FFF;
            background: #179762; }
      body .enquire .enquire-container .enquire-content .loading {
        margin-bottom: 20px; }
        body .enquire .enquire-container .enquire-content .loading img {
          width: 30px; }
      body .enquire .enquire-container .enquire-content .left-inner-addon {
        position: relative;
        height: 50px;
        margin-top: 3px; }
        body .enquire .enquire-container .enquire-content .left-inner-addon:before {
          content: ' ';
          position: absolute;
          width: 1px;
          height: 38px;
          left: 58px;
          background: #eaeaea;
          top: 0;
          bottom: 0;
          margin: auto; }
        body .enquire .enquire-container .enquire-content .left-inner-addon input {
          padding-left: 78px; }
        body .enquire .enquire-container .enquire-content .left-inner-addon img {
          position: absolute;
          padding: 20px 24px;
          pointer-events: none; }
      body .enquire .enquire-container .enquire-content .has-inner-border:after {
        content: ' ';
        position: absolute;
        width: 500px;
        height: 1px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: #eaeaea; }
      body .enquire .enquire-container .enquire-content .right-inner-addon {
        position: relative;
        z-index: -1; }
        body .enquire .enquire-container .enquire-content .right-inner-addon:before {
          content: ' ';
          position: absolute;
          width: 1px;
          height: 38px;
          right: 58px;
          background: #eaeaea;
          top: 0;
          bottom: 0;
          margin: auto; }
        body .enquire .enquire-container .enquire-content .right-inner-addon input {
          padding-left: 78px; }
        body .enquire .enquire-container .enquire-content .right-inner-addon img {
          position: absolute;
          right: 0;
          padding: 20px 24px;
          pointer-events: none; }
  body .pre-footer {
    height: 88px;
    padding: 30px 0;
    background: #1ab374;
    font-size: 21px;
    color: #FFF; }
    body .pre-footer a.footer-tel {
      color: #fff; }
      body .pre-footer a.footer-tel:link, body .pre-footer a.footer-tel:hover, body .pre-footer a.footer-tel:visited {
        color: #fff; }
  body .footer {
    height: 120px;
    background: #454c52;
    color: #7a858f;
    font-size: 12px;
    padding: 44px 0 68px 0; }
    body .footer .footer-right {
      font-size: 10px; }
    body .footer .privacy-policy,
    body .footer .made-with {
      color: #7a858f; }
      body .footer .privacy-policy:hover,
      body .footer .made-with:hover {
        color: #a9b9c8;
        text-decoration: none; }
    body .footer .made-with .protein {
      background: url("../images/protein-image.png");
      background-size: cover;
      background-repeat: no-repeat; }
    body .footer .made-with:hover .protein {
      background: url("../images/protein-image-hover.png"); }

@media (min-width: 1400px) {
  body .welcome-lift-connect .content {
    top: initial;
    bottom: -10%; }
    body .welcome-lift-connect .content .welcome-video .video-container iframe {
      width: 80%;
      height: 80%; } }
@media (max-width: 1200px) {
  body .header .our-service-header {
    width: 15%; }
  body .header .why-choose-us-header,
  body .header .enquire-now-header {
    width: 18%; }
  body .header .phone-header {
    width: 21%; }
  body .welcome-lift-connect .content .welcome-video .video-container iframe {
    width: 80%;
    height: 68%; } }
@media (max-width: 992px) {
  body .header .why-choose-us-header {
    padding: 0; }
  body .header .enquire-now-header {
    padding: 0;
    width: 20%; }
    body .header .enquire-now-header:before {
      right: -20px; }
  body .header .phone-header {
    width: 24%;
    padding-right: 0; }
  body .our-service .service-content {
    width: 100%; }
    body .our-service .service-content .row {
      margin: 0; }
    body .our-service .service-content .image,
    body .our-service .service-content .desc {
      text-align: center; }
    body .our-service .service-content .image {
      margin-bottom: 34px; }
    body .our-service .service-content .desc {
      padding-left: 15px; }
      body .our-service .service-content .desc p {
        margin: 0 auto 34px; }
        body .our-service .service-content .desc p:last-child {
          margin: 0 auto; } }
@media (max-width: 767px) {
  body {
    padding-top: 60px; }
    body .header-mobile {
      position: fixed;
      width: 100%;
      top: 0px;
      left: 0px;
      background: #fff;
      padding: 10px 0 20px 0;
      z-index: 12; }
      body .header-mobile .logo-mobile {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto; }
        body .header-mobile .logo-mobile img {
          margin: auto; }
      body .header-mobile .lift-nav-bar,
      body .header-mobile .icon-mobile {
        margin-top: 15px; }
    body .welcome-lift-connect .content {
      top: 15px; }
      body .welcome-lift-connect .content .welcome-title .title {
        margin-bottom: 20px;
        font-size: 30px; }
      body .welcome-lift-connect .content .welcome-video .video-container .video-btn .play-video {
        width: 92px;
        height: 92px;
        background: url("../images/play-mobile.png"); }
      body .welcome-lift-connect .content .welcome-video .video-container .video-btn:hover {
        background: url("../images/play-btn-hover.png"); }
    body .our-service {
      padding: 100px 0 64px; }
      body .our-service .service-title .title-module {
        margin: 28px 0 34px 0; }
      body .our-service .service-content .row {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical; }
        body .our-service .service-content .row .image {
          -webkit-box-ordinal-group: 2;
          -moz-box-ordinal-group: 2;
          box-ordinal-group: 2; }
        body .our-service .service-content .row .desc {
          -webkit-box-ordinal-group: 1;
          -moz-box-ordinal-group: 1;
          box-ordinal-group: 1;
          margin-bottom: 52px; }
    body .why-choose-us {
      padding: 70px 0 68px 0; }
      body .why-choose-us .why-choose-us-container {
        width: 100%; }
        body .why-choose-us .why-choose-us-container .title {
          margin: 0 0 36px 0; }
        body .why-choose-us .why-choose-us-container .content .major-telcos,
        body .why-choose-us .why-choose-us-container .content .lift-connect {
          width: 100%;
          padding: 0 24px; }
        body .why-choose-us .why-choose-us-container .content .major-telcos .major-intro .major-title, body .why-choose-us .why-choose-us-container .content .lift-connect .lift-intro .lift-title {
          width: 66.67%;
          height: 100px;
          font-size: 21px; }
        body .why-choose-us .why-choose-us-container .content .major-telcos .major-intro .major-title:before, body .why-choose-us .why-choose-us-container .content .lift-connect .lift-intro .lift-title:before {
          border-top: 50px solid transparent;
          border-bottom: 50px solid transparent; }
        body .why-choose-us .why-choose-us-container .content .major-telcos {
          margin-bottom: 50px; }
          body .why-choose-us .why-choose-us-container .content .major-telcos .major-intro {
            margin: 0 0 10px 0; }
            body .why-choose-us .why-choose-us-container .content .major-telcos .major-intro .major-title {
              padding: 40px; }
        body .why-choose-us .why-choose-us-container .content .lift-connect .lift-intro {
          margin: 0 0 10px 0; }
          body .why-choose-us .why-choose-us-container .content .lift-connect .lift-intro .lift-title {
            padding: 20px 2px; }
            body .why-choose-us .why-choose-us-container .content .lift-connect .lift-intro .lift-title img {
              width: 138px;
              height: 50px; }
        body .why-choose-us .why-choose-us-container .content .box-application {
          position: relative; }
          body .why-choose-us .why-choose-us-container .content .box-application .box-application-title {
            max-width: initial;
            position: absolute;
            left: 110px;
            top: 50%;
            transform: translateY(-50%); }
    body .title-module {
      font-size: 25px; }
    body .footer .hdiv {
      display: none; } }
@media (min-width: 767px) {
  body .why-choose-us .why-choose-us-container .content .box-application .box-application-title {
    position: absolute;
    left: 110px;
    top: 50%;
    transform: translateY(-50%); } }
@media (min-width: 680px) {
  .hidden-680 {
    display: block; }

  .visible-680 {
    display: none; } }
@media (max-width: 680px) {
  .hidden-680 {
    display: none; }

  .visible-680 {
    display: block; }

  body .we-offer-an-easy .we-offer-an-easy-title {
    height: 110px; }
  body .enquire {
    padding: 50px 0 30px 0; }
    body .enquire .enquire-container {
      width: 294px; }
      body .enquire .enquire-container .enquire-title {
        margin: 16px 0 40px 0; }
      body .enquire .enquire-container .enquire-content .has-inner-border:after {
        width: 268px; }
      body .enquire .enquire-container .enquire-content .leave-your-enquiry {
        margin-bottom: 26px; }
      body .enquire .enquire-container .enquire-content .send-enquiry button {
        padding: 9px 45px;
        font-size: 16px; }
  body .footer {
    height: 130px;
    text-align: center;
    padding: 34px 0;
    font-size: 10px; }
    body .footer .footer-left,
    body .footer .footer-right {
      float: none !important; }
    body .footer .footer-left {
      margin-bottom: 26px; }
    body .footer .privacy-policy {
      display: block; } }
@media (min-width: 480px) {
  .hidden-480 {
    display: block; }

  .visible-480 {
    display: none; } }
@media (max-width: 480px) {
  .hidden-480 {
    display: none; }

  .visible-480 {
    display: block; }

  body .header-mobile .icon-mobile {
    margin-top: 6px;
    margin-left: 66.66666667%; }
    body .header-mobile .icon-mobile .icon-mail-mobile {
      margin-left: 15px; }
  body .header-mobile .lift-nav-bar {
    margin-top: 10px; }
  body .our-service {
    padding: 46px 0 60px; }
    body .our-service .service-content .image {
      margin: 0; }
      body .our-service .service-content .image .circle {
        padding: 10px; }
        body .our-service .service-content .image .circle img {
          width: 219px; }
    body .our-service .service-content .desc {
      font-size: 14px; }
      body .our-service .service-content .desc p {
        max-width: 260px; }
    body .our-service .service-title .title-module {
      margin: 16px 0 36px 0; }
  body .welcome-lift-connect .content {
    position: relative;
    top: initial; }
    body .welcome-lift-connect .content .welcome-video .video-container iframe {
      width: 100%;
      height: 100%; }
  body .why-choose-us .why-choose-us-container .content .major-telcos .major-intro .major-title, body .why-choose-us .why-choose-us-container .content .lift-connect .lift-intro .lift-title {
    width: 147px;
    height: 80px; }
  body .why-choose-us .why-choose-us-container .content .major-telcos .major-intro .major-title:before, body .why-choose-us .why-choose-us-container .content .lift-connect .lift-intro .lift-title:before {
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent; }
  body .why-choose-us .why-choose-us-container .content .major-telcos .major-intro .major-title {
    padding: 20px 24px;
    margin: 26px 0 18px 0;
    letter-spacing: 0;
    line-height: 22px; }
  body .why-choose-us .why-choose-us-container .content .lift-connect .lift-intro .lift-image {
    padding-left: 5px; }
  body .why-choose-us .why-choose-us-container .content .box-application {
    width: 100%; }
    body .why-choose-us .why-choose-us-container .content .box-application .box-application-image img {
      width: 63px;
      height: 63px; }
    body .why-choose-us .why-choose-us-container .content .box-application .box-application-title {
      max-width: 160px;
      font-size: 15.5px;
      left: 90px; }
  body .we-offer-an-easy .we-offer-an-easy-title {
    max-width: 250px;
    height: 137px; }
    body .we-offer-an-easy .we-offer-an-easy-title .title {
      margin: 0;
      line-height: 36px;
      font-size: 24px; }
    body .we-offer-an-easy .we-offer-an-easy-title p {
      font-size: 24px; }
  body .pre-footer {
    height: 104px;
    font-size: 18px;
    padding: 30px 40px; } }
@media (max-width: 320px) {
  body .why-choose-us .why-choose-us-container .content .major-telcos .major-intro .major-title, body .why-choose-us .why-choose-us-container .content .lift-connect .lift-intro .lift-title {
    width: 130px; } }

/*# sourceMappingURL=app.css.map */
