.main_title {
  color: #3A486E;
  font-family: "Urbanist";
  font-size: 35px;
  font-style: italic;
  font-weight: 700; }
  @media (max-width: 767.98px) {
    .main_title {
      font-size: 30px; } }

.contact-wrapper {
  padding: 110px 0 00px 0; }
  @media (max-width: 575.98px) {
    .contact-wrapper {
      padding: 50px 0 0 0; } }
  .contact-wrapper .heading-page h1 {
    font-size: 50px;
    line-height: 61px;
    font-weight: 700;
    font-family: "Urbanist", serif;
    margin-bottom: 50px; }
    @media (max-width: 767.98px) {
      .contact-wrapper .heading-page h1 {
        font-size: 30px;
        line-height: 41px;
        margin-bottom: 30px; } }
  .contact-wrapper .address-item {
    display: flex;
    gap: 20px; }
    .contact-wrapper .address-item:not(:last-child) {
      margin-bottom: 20px; }
    .contact-wrapper .address-item .icon {
      max-width: 28px;
      flex-shrink: 0; }
    .contact-wrapper .address-item .content {
      font-size: 25px;
      line-height: 32px; }
      .contact-wrapper .address-item .content a {
        text-decoration: underline; }
  @media (max-width: 768px) {
    .contact-wrapper .box-image {
      margin-top: 30px; } }
  .contact-wrapper .box-form {
    padding: 80px 0;
    margin-top: 100px;
    background: #CFEAFE; }
    @media (max-width: 575.98px) {
      .contact-wrapper .box-form {
        margin-top: 50px;
        padding: 50px 0; } }
    .contact-wrapper .box-form .form-heading {
      text-align: center;
      margin-bottom: 30px; }
      .contact-wrapper .box-form .form-heading .title {
        font-size: 35px;
        line-height: 42px;
        font-weight: 700;
        margin-bottom: 15px; }
      .contact-wrapper .box-form .form-heading .desc {
        font-size: 25px;
        line-height: 32px; }
      @media (max-width: 575.98px) {
        .contact-wrapper .box-form .form-heading .title {
          font-size: 30px;
          line-height: 38px; }
        .contact-wrapper .box-form .form-heading .desc {
          font-size: 20px;
          line-height: 28px; } }
    .contact-wrapper .box-form .form-wrapper .gform_fields .gfield:first-child {
      grid-column: span 2; }
      @media (max-width: 991.98px) {
        .contact-wrapper .box-form .form-wrapper .gform_fields .gfield:first-child {
          grid-column: span 4; } }
      @media (max-width: 767.98px) {
        .contact-wrapper .box-form .form-wrapper .gform_fields .gfield:first-child {
          grid-column: span 12; } }
    .contact-wrapper .box-form .form-wrapper .gform_fields .gfield:nth-child(2) {
      grid-column: span 5; }
      @media (max-width: 991.98px) {
        .contact-wrapper .box-form .form-wrapper .gform_fields .gfield:nth-child(2) {
          grid-column: span 4; } }
      @media (max-width: 767.98px) {
        .contact-wrapper .box-form .form-wrapper .gform_fields .gfield:nth-child(2) {
          grid-column: span 12; } }
    .contact-wrapper .box-form .form-wrapper .gform_fields .gfield:nth-child(3) {
      grid-column: span 5; }
      @media (max-width: 991.98px) {
        .contact-wrapper .box-form .form-wrapper .gform_fields .gfield:nth-child(3) {
          grid-column: span 4; } }
      @media (max-width: 767.98px) {
        .contact-wrapper .box-form .form-wrapper .gform_fields .gfield:nth-child(3) {
          grid-column: span 12; } }
    .contact-wrapper .box-form .form-wrapper .gfield_required .gfield_required_text {
      display: none; }
    .contact-wrapper .box-form .form-wrapper .gfield_required::before {
      content: '*';
      color: #EE7D4D; }
    .contact-wrapper .box-form .form-wrapper .gfield {
      position: relative; }
      .contact-wrapper .box-form .form-wrapper .gfield .gfield_label {
        position: absolute;
        top: 30px;
        left: 30px;
        font-weight: 400;
        font-size: 18px;
        line-height: 23px;
        color: #736F6F; }
    .contact-wrapper .box-form .form-wrapper .gform_validation_errors {
      display: none; }
    .contact-wrapper .box-form .form-wrapper .gform_confirmation_message {
      font-size: 25px;
      text-align: center; }
      @media (max-width: 575.98px) {
        .contact-wrapper .box-form .form-wrapper .gform_confirmation_message {
          font-size: 18px; } }
    .contact-wrapper .box-form .form-wrapper select, .contact-wrapper .box-form .form-wrapper input {
      height: 79px; }
    .contact-wrapper .box-form .form-wrapper select, .contact-wrapper .box-form .form-wrapper input, .contact-wrapper .box-form .form-wrapper textarea {
      border: none;
      border-radius: 0;
      font-size: 18px;
      line-height: 23px;
      padding: 30px;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      -webkit-tap-highlight-color: transparent;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .contact-wrapper .box-form .form-wrapper select:focus, .contact-wrapper .box-form .form-wrapper input:focus, .contact-wrapper .box-form .form-wrapper textarea:focus {
        outline: none;
        box-shadow: none; }
    .contact-wrapper .box-form .form-wrapper select {
      width: 100%; }
    .contact-wrapper .box-form .form-wrapper .title-dropdown .gfield_label.gform-field-label {
      display: none; }
    .contact-wrapper .box-form .form-wrapper .title-dropdown .custom-dropdown {
      position: relative;
      width: 100%;
      height: 79px;
      background: white; }
    .contact-wrapper .box-form .form-wrapper .title-dropdown .custom-dropdown-header {
      position: relative;
      padding: 10px 10px 10px 30px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      cursor: pointer;
      height: 100%; }
    .contact-wrapper .box-form .form-wrapper .title-dropdown .dropdown-selected {
      font-size: 18px;
      line-height: 23px; }
    .contact-wrapper .box-form .form-wrapper .title-dropdown .dropdown-label {
      position: absolute;
      left: 30px;
      top: 50%;
      transform: translateY(-50%);
      transition: all 0.2s ease;
      font-size: 18px;
      line-height: 23px;
      color: #736F6F;
      pointer-events: none; }
    .contact-wrapper .box-form .form-wrapper .title-dropdown .required-mark {
      color: #EE7D4D;
      margin-left: 4px; }
    .contact-wrapper .box-form .form-wrapper .title-dropdown .custom-dropdown-list {
      box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.15);
      -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.15);
      position: absolute;
      width: 100%;
      border-top: none;
      left: 0;
      display: none;
      z-index: 1000;
      background: white;
      max-height: 300px; }
      .contact-wrapper .box-form .form-wrapper .title-dropdown .custom-dropdown-list li {
        padding: 20px;
        width: 100%;
        font-size: 18px;
        line-height: 23px;
        color: #736F6F;
        text-align: center;
        cursor: pointer;
        position: relative; }
        .contact-wrapper .box-form .form-wrapper .title-dropdown .custom-dropdown-list li:hover {
          background-color: #F0F8FF; }
        .contact-wrapper .box-form .form-wrapper .title-dropdown .custom-dropdown-list li:not(:last-child)::after {
          content: '';
          display: block;
          position: absolute;
          bottom: 0;
          height: 1px;
          width: calc(100% - 40px);
          background-color: #736F6F; }
    .contact-wrapper .box-form .form-wrapper .title-dropdown .dropdown-toggle-icon {
      width: 0;
      height: 0;
      border-left: 9px solid transparent;
      border-right: 9px solid transparent;
      border-top: 8px solid  #736F6F;
      margin-right: 5px; }
    .contact-wrapper .box-form .form-wrapper .privacy {
      text-align: center;
      color: #736F6F;
      font-size: 25px;
      line-height: 32px; }
      .contact-wrapper .box-form .form-wrapper .privacy a {
        color: #1C2D59; }
      @media (max-width: 575.98px) {
        .contact-wrapper .box-form .form-wrapper .privacy {
          font-size: 20px;
          line-height: 27px; } }
    .contact-wrapper .box-form .form-wrapper .gform_footer {
      width: fit-content;
      position: relative;
      left: 50%;
      transform: translateX(-50%); }
      .contact-wrapper .box-form .form-wrapper .gform_footer .gform_button {
        background-color: #E9B44C !important;
        line-height: 32px !important;
        font-weight: 700 !important;
        font-family: "Urbanist", serif !important;
        transition: 0.3s all !important; }
        .contact-wrapper .box-form .form-wrapper .gform_footer .gform_button:hover {
          transition: 0.3s all !important;
          background-color: #1C2D59 !important; }
        .contact-wrapper .box-form .form-wrapper .gform_footer .gform_button:focus {
          outline: none !important;
          border: none !important; }

.h_contact_us {
  background: #EFDCC6;
  padding-top: 40px;
  padding-bottom: 50px; }
  @media (max-width: 1199px) {
    .h_contact_us {
      padding-top: 40px; } }
  @media (min-width: 768px) {
    .h_contact_us .h_contact_us-left {
      flex: 0 0 40%;
      max-width: 40%; }
    .h_contact_us .h_contact_us-right {
      flex: 0 0 60%;
      max-width: 60%; } }
  @media (min-width: 1200px) {
    .h_contact_us .h_contact_us-left {
      flex: 0 0 31.5%;
      max-width: 31.5%; }
    .h_contact_us .h_contact_us-right {
      flex: 0 0 68.5%;
      max-width: 68.5%; } }
  @media (max-width: 767px) {
    .h_contact_us .h_contact_us-left {
      margin-bottom: 30px; } }
  .h_contact_us > .row {
    max-width: 100%;
    margin: 0 !important; }
  .h_contact_us .h_contact_us-map {
    margin-bottom: 30px; }
  .h_contact_us .h_contact_us_wrap .row {
    align-items: center; }
    .h_contact_us .h_contact_us_wrap .row .content {
      margin: auto;
      text-align: center;
      margin-bottom: 40px; }
      .h_contact_us .h_contact_us_wrap .row .content > p {
        color: #4E5A7D;
        text-align: center;
        font-family: "Outfit";
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }
        @media (max-width: 767px) {
          .h_contact_us .h_contact_us_wrap .row .content > p {
            font-size: 18px; } }
        .h_contact_us .h_contact_us_wrap .row .content > p strong {
          font-weight: 700;
          line-height: normal;
          text-decoration-line: underline;
          text-decoration-style: solid;
          text-decoration-skip-ink: auto;
          text-decoration-thickness: auto;
          text-underline-offset: auto;
          text-underline-position: from-font; }
        .h_contact_us .h_contact_us_wrap .row .content > p > a {
          color: #4E5A7D;
          font-size: inherit;
          font-family: "Outfit"; }
  .h_contact_us .h_contact_us_wrap .main_title {
    padding-bottom: 20px;
    border-bottom: 1px solid #3A486E;
    margin-bottom: 30px;
    text-align: center; }
  .h_contact_us .h_contact_us-info {
    padding-bottom: 40px; }
    @media (max-width: 992px) {
      .h_contact_us .h_contact_us-info {
        gap: 40px; } }
    .h_contact_us .h_contact_us-info .main_title {
      margin-bottom: 38px;
      padding-bottom: 20px;
      border-bottom: 1px solid #3A486E; }
    .h_contact_us .h_contact_us-info .h_contact_us-item {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .h_contact_us .h_contact_us-info .h_contact_us-item .h_contact_us-thumb {
        min-width: 50px;
        padding-right: 10px;
        display: flex;
        gap: 10px;
        padding-bottom: 10px; }
        .h_contact_us .h_contact_us-info .h_contact_us-item .h_contact_us-thumb > img {
          object-fit: contain; }
        .h_contact_us .h_contact_us-info .h_contact_us-item .h_contact_us-thumb p {
          font-family: "Outfit";
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: normal; }
      .h_contact_us .h_contact_us-info .h_contact_us-item p a {
        text-decoration: underline; }
      .h_contact_us .h_contact_us-info .h_contact_us-item p:last-child {
        margin-bottom: 0;
        text-align: center;
        color: #3A486E;
        font-family: "Outfit";
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }
        @media (max-width: 767px) {
          .h_contact_us .h_contact_us-info .h_contact_us-item p:last-child {
            font-size: 18px; } }
        .h_contact_us .h_contact_us-info .h_contact_us-item p:last-child > * {
          margin-bottom: 0;
          text-align: center;
          color: #3A486E;
          font-family: "Outfit";
          font-size: 25px;
          font-style: normal;
          font-weight: 400;
          line-height: normal; }
          @media (max-width: 767px) {
            .h_contact_us .h_contact_us-info .h_contact_us-item p:last-child > * {
              font-size: 18px; } }
  .h_contact_us .h_contact_us-info2.h_contact_us-info {
    padding-bottom: 0;
    align-items: start; }
    @media (max-width: 992px) {
      .h_contact_us .h_contact_us-info2.h_contact_us-info {
        gap: 60px; } }
    .h_contact_us .h_contact_us-info2.h_contact_us-info .h_contact_us-thumb {
      padding-bottom: 20px; }

.g-review {
  background: #F0F8FF;
  padding-top: 60px;
  overflow: hidden; }
  .g-review .container h2.main_title {
    padding-bottom: 20px;
    border-bottom: 1px solid #3A486E;
    margin-bottom: 30px;
    text-align: center;
    color: #1C2D59;
    font-family: "Urbanist", serif;
    font-size: 36px;
    font-style: italic;
    font-weight: 700; }
  .g-review .grw-swiper {
    overflow: visible; }
    .g-review .grw-swiper .swiper-wrapper {
      display: flex;
      align-items: stretch; }
    .g-review .grw-swiper .swiper-slide {
      height: auto; }
  .g-review .grw-review {
    height: 100%; }
    .g-review .grw-review .grw-review-inner {
      background: #FFFFFF;
      border-radius: 50px 50px 3px 50px;
      box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
      padding: 50px 30px 76px;
      height: 100%;
      display: flex;
      flex-direction: column;
      position: relative; }
      @media (max-width: 991px) {
        .g-review .grw-review .grw-review-inner {
          padding: 20px; } }
      .g-review .grw-review .grw-review-inner > svg {
        position: absolute;
        top: 30px;
        right: 30px;
        height: 32px;
        width: 32px; }
        @media (max-width: 991px) {
          .g-review .grw-review .grw-review-inner > svg {
            height: 24px;
            width: 24px;
            top: 20px;
            right: 20px; } }
  .g-review .wp-google-left {
    display: grid;
    grid-template-columns: 69px 1fr;
    grid-template-rows: auto auto;
    column-gap: 15px;
    row-gap: 5px;
    margin-bottom: 15px; }
    @media (max-width: 991px) {
      .g-review .wp-google-left {
        grid-template-columns: 44px 1fr;
        column-gap: 12px; } }
    .g-review .wp-google-left .grw-review-avatar {
      width: 69px;
      height: 69px;
      border-radius: 50%;
      object-fit: cover;
      grid-column: 1;
      grid-row: 1 / 3; }
      @media (max-width: 991px) {
        .g-review .wp-google-left .grw-review-avatar {
          width: 44px;
          height: 44px; } }
    .g-review .wp-google-left .wp-google-name {
      color: #1C2D59;
      font-family: "Urbanist", serif;
      font-size: 35px;
      font-weight: 700;
      line-height: 1.2;
      text-decoration: none;
      display: block;
      grid-column: 2;
      grid-row: 1; }
      @media (max-width: 991px) {
        .g-review .wp-google-left .wp-google-name {
          font-size: 20px; } }
      .g-review .wp-google-left .wp-google-name:hover {
        text-decoration: underline; }
    .g-review .wp-google-left .wp-google-time {
      color: #666666;
      font-family: "Outfit", sans-serif;
      font-size: 20px;
      font-weight: 400;
      line-height: 1.4;
      grid-column: 2;
      grid-row: 2; }
      @media (max-width: 991px) {
        .g-review .wp-google-left .wp-google-time {
          font-size: 14px; } }
  .g-review .wp-google-stars {
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .g-review .wp-google-stars {
        margin-bottom: 15px; } }
    .g-review .wp-google-stars .wp-stars {
      display: flex;
      gap: 5px; }
      .g-review .wp-google-stars .wp-stars .wp-star > svg {
        height: 40px;
        width: 40px;
        fill: #F9C001; }
        @media (max-width: 991px) {
          .g-review .wp-google-stars .wp-stars .wp-star > svg {
            height: 15px;
            width: 15px; } }
  .g-review .wp-google-wrap {
    flex: 1; }
    .g-review .wp-google-wrap .wp-google-feedback {
      max-height: none !important;
      height: auto !important;
      overflow: visible !important; }
    .g-review .wp-google-wrap .wp-google-text {
      color: #3C3D42;
      font-family: "Outfit", sans-serif;
      font-size: 25px;
      font-weight: 400;
      line-height: normal; }
      @media (max-width: 991px) {
        .g-review .wp-google-wrap .wp-google-text {
          font-size: 14px; } }
      .g-review .wp-google-wrap .wp-google-text .wp-more-toggle {
        color: #1C2D59;
        font-family: "Outfit", sans-serif;
        font-size: inherit;
        font-weight: 700;
        text-decoration: none;
        cursor: pointer;
        display: inline;
        margin-left: 5px;
        text-decoration: underline;
        text-transform: capitalize; }
        @media (max-width: 991px) {
          .g-review .wp-google-wrap .wp-google-text .wp-more-toggle {
            font-size: 14px; } }
        .g-review .wp-google-wrap .wp-google-text .wp-more-toggle:hover {
          text-decoration: underline; }
  .g-review .rpi-dots-wrap {
    text-align: center;
    margin-top: 30px;
    display: flex;
    justify-content: center; }
    .g-review .rpi-dots-wrap .rpi-dot {
      width: 12px;
      height: 12px;
      margin: 0 6px;
      border-radius: 50%;
      background: #ccc;
      cursor: pointer;
      transition: all 0.3s ease; }
      .g-review .rpi-dots-wrap .rpi-dot.swiper-pagination-bullet-active, .g-review .rpi-dots-wrap .rpi-dot.active {
        background: #333; }
      .g-review .rpi-dots-wrap .rpi-dot:hover {
        background: #333; }

.review-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease; }
  .review-modal--open {
    opacity: 1;
    visibility: visible; }
    .review-modal--open .review-modal__content {
      transform: translate(-50%, -50%) scale(1); }
  .review-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px); }
  .review-modal__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    width: 90%;
    max-width: 600px;
    max-height: 80vh;
    background: #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease; }
    @media (max-width: 767.98px) {
      .review-modal__content {
        width: 95%;
        max-height: 85vh; } }
  .review-modal__close {
    position: absolute;
    top: 0px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    font-size: 40px !important;
    line-height: 1;
    cursor: pointer;
    color: #1C2D59;
    transition: color 0.2s ease;
    padding: 0;
    z-index: 10; }
    .review-modal__close:hover {
      color: #000; }
  .review-modal__quote {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #19396A;
    font-family: "Urbanist",sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal; }
    @media (max-width: 767.98px) {
      .review-modal__quote {
        top: 20px;
        left: 20px; } }
  .review-modal__body {
    position: relative;
    padding: 80px 40px 40px;
    z-index: 1; }
    @media (max-width: 767.98px) {
      .review-modal__body {
        padding: 60px 25px 30px; } }
  .review-modal__text {
    color: #3C3D42;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 30px;
    max-height: calc(50vh - 30px);
    overflow-y: auto;
    padding-right: 10px; }
    .review-modal__text::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px #2f415c;
      background-color: #ECF6FB;
      border-radius: 10px; }
    .review-modal__text::-webkit-scrollbar {
      width: 6px;
      background-color: #ECF6FB; }
    .review-modal__text::-webkit-scrollbar-thumb {
      background-color: #19396A;
      border: 2px solid #19396A;
      border-radius: 6px; }
    @media (max-width: 767.98px) {
      .review-modal__text {
        font-size: 16px; } }
  .review-modal__footer {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 20px;
    border-top: 1px solid #19396A; }
  .review-modal__avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover; }
    @media (max-width: 767.98px) {
      .review-modal__avatar {
        width: 40px;
        height: 40px; } }
  .review-modal__info {
    flex: 1; }
  .review-modal__name {
    color: #1C2D59;
    font-family: "Urbanist", serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2; }
    @media (max-width: 767.98px) {
      .review-modal__name {
        font-size: 18px; } }

body.review-modal-open {
  overflow: hidden; }

#page > section.about-banner {
  padding-top: 0 !important;
  background-color: #EFDCC6; }
  #page > section.about-banner .box {
    position: relative;
    clip-path: ellipse(85% 100% at top); }
    #page > section.about-banner .box > img {
      width: 100%;
      object-fit: cover; }
      @media (max-width: 991px) {
        #page > section.about-banner .box > img {
          min-height: 50vh; } }
    #page > section.about-banner .box .container {
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      left: 50%;
      z-index: 11; }
      #page > section.about-banner .box .container h2 {
        margin-bottom: 10px;
        color: #3A486E;
        font-style: italic;
        font-size: 50px;
        font-weight: 700;
        line-height: normal; }
        @media (max-width: 991px) {
          #page > section.about-banner .box .container h2 {
            font-size: 30px; } }
        #page > section.about-banner .box .container h2 > * {
          margin-bottom: 10px;
          color: #3A486E;
          font-style: italic;
          font-size: 50px;
          font-weight: 700;
          line-height: normal; }
          @media (max-width: 991px) {
            #page > section.about-banner .box .container h2 > * {
              font-size: 30px; } }
        #page > section.about-banner .box .container h2.line2 > p {
          margin-left: 0;
          padding-left: 0;
          font-size: 180px  !important;
          font-style: normal;
          font-weight: 400;
          line-height: 72.222% !important; }
          @media (max-width: 1280px) {
            #page > section.about-banner .box .container h2.line2 > p {
              font-size: 130px  !important; } }
          @media (max-width: 991px) {
            #page > section.about-banner .box .container h2.line2 > p {
              font-size: 88px  !important;
              font-style: normal;
              font-weight: 400;
              line-height: 72.222% !important; } }
        #page > section.about-banner .box .container h2.line2 {
          margin-left: 4rem; }
          @media (max-width: 767px) {
            #page > section.about-banner .box .container h2.line2 {
              margin-left: 0;
              padding-left: 0; } }
      #page > section.about-banner .box .container p {
        margin-left: 4rem;
        padding-left: 24px;
        margin-bottom: 0; }
        #page > section.about-banner .box .container p:last-child {
          margin-bottom: 0; }
        @media (max-width: 767px) {
          #page > section.about-banner .box .container p {
            margin-left: 0;
            padding-left: 0; } }

/*# sourceMappingURL=contact.css.map */
