html {
  scroll-behavior: smooth; }

#google-free-booking-links.lang-vi ::placeholder {
  text-shadow: 0.1px 0px #00000061;
  opacity: .7; }

  body .theme-button-inner {
    padding: 8px 20px;
  }

#google-free-booking-links.lang-vi .content {
  text-shadow: 0.1px 0px #00000061; }

#google-free-booking-links .error {
  border-color: red !important; }

#google-free-booking-links .sticky #site-navigation #menu-main .menu-main-item:nth-child(2) .link-inner {
  color: #5B87DA !important; }

#google-free-booking-links .btn-wrap {
  text-align: center;
  margin-top: 30px; }

#google-free-booking-links #head-section .base-text {
  padding-right: 20px;
  padding-bottom: 30px;
  max-width: 510px; }


#google-free-booking-links #how-it-work {
  padding-top: 80px;
  padding-bottom: 80px; }
  #google-free-booking-links #how-it-work .section-title {
    padding-bottom: 50px; }
  #google-free-booking-links #how-it-work .columns-3 {
    margin-left: -15px;
    margin-right: -15px; }
    #google-free-booking-links #how-it-work .columns-3 .column {
      padding: 5px; }
      #google-free-booking-links #how-it-work .columns-3 .column .sub-section {
        background-color: #fff;
        padding: 40px 20px; }
        #google-free-booking-links #how-it-work .columns-3 .column .sub-section .title-wrap {
          display: flex;
          justify-content: flex-start;
          flex-direction: row; }
          #google-free-booking-links #how-it-work .columns-3 .column .sub-section .title-wrap .image {
            padding: 4px;
            margin-right: 30px; }
          #google-free-booking-links #how-it-work .columns-3 .column .sub-section .title-wrap .title {
            margin-bottom: 13px; }
        #google-free-booking-links #how-it-work .columns-3 .column .sub-section .content {
          padding-left: 70px;
        }

#google-free-booking-links #gg-search-gg-map .base-text, #google-free-booking-links #your-rate .base-text, #google-free-booking-links #sign-up .base-text {
  padding-top: 20px;
  padding-bottom: 20px; }

#google-free-booking-links #gg-search-gg-map ul li.base-text, #google-free-booking-links #your-rate ul li.base-text, #google-free-booking-links #sign-up ul li.base-text {
  margin-bottom: 5px;
  padding: unset; }
  #google-free-booking-links #gg-search-gg-map ul li.base-text:before, #google-free-booking-links #your-rate ul li.base-text:before, #google-free-booking-links #sign-up ul li.base-text:before {
    content: '';
    display: inline-block;
    height: 9px;
    width: 4px;
    border-bottom: 3.5px solid #000;
    border-right: 3.5px solid #000;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    margin-right: 15px; }

#google-free-booking-links #gg-search-gg-map a, #google-free-booking-links #your-rate a, #google-free-booking-links #sign-up a {
  display: block;
  padding-top: 30px;
  padding-bottom: 20px; }

#google-free-booking-links #sign-up .section-title, #google-free-booking-links #sign-up .base-text {
  color: #fff; }

#google-free-booking-links #sign-up ul {
  padding-top: 20px; }
  #google-free-booking-links #sign-up ul li.base-text:before {
    border-bottom-color: #ff5000;
    border-right-color: #ff5000; }

#google-free-booking-links #sign-up .form-wrapper {
  background-color: #fff;
  margin: 30px;
  padding: 50px;
  border-radius: 3px; }
  #google-free-booking-links #sign-up .form-wrapper .form-title {
    padding-bottom: 30px;
    text-align: center; }
  #google-free-booking-links #sign-up .form-wrapper .form-bottom {
    margin-bottom: 15px; }
    #google-free-booking-links #sign-up .form-wrapper .form-bottom .msg-error {
      color: red;
      font-size: 12px; }
  #google-free-booking-links #sign-up .form-wrapper .form-control {
    width: 100%;
    padding: 7.5px 12.5px;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    line-height: 1.65;
    font-size: 16px;
    margin-top: 3px;
    outline: none;
    color: #666; 
    font-family: 'Nunito', sans-serif ;
  }
  #google-free-booking-links #sign-up .form-wrapper .btn-form {
    display: block;
    position: relative;
    margin-bottom: 12px;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    #google-free-booking-links #sign-up .form-wrapper .btn-form .checktext {
      font-size: 13px;
      font-weight: 300; }
    #google-free-booking-links #sign-up .form-wrapper .btn-form input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
      #google-free-booking-links #sign-up .form-wrapper .btn-form input:checked ~ .checkmark {
        background-color: #373dc0; }
      #google-free-booking-links #sign-up .form-wrapper .btn-form input:checked ~ .checkmark:after {
        display: block; }
    #google-free-booking-links #sign-up .form-wrapper .btn-form a {
      display: inline;
      color: #5b87da; }
      #google-free-booking-links #sign-up .form-wrapper .btn-form a:hover {
        color: #1c5ed8;
        text-decoration: underline; }
    #google-free-booking-links #sign-up .form-wrapper .btn-form .checkmark {
      position: absolute;
      top: 6px;
      left: 0;
      height: 20px;
      width: 20px;
      border-radius: 20px;
      background-color: silver; }
      #google-free-booking-links #sign-up .form-wrapper .btn-form .checkmark:after {
        content: "";
        position: absolute;
        display: block;
        left: 7px;
        top: 3px;
        width: 4px;
        height: 8px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  #google-free-booking-links #sign-up .form-wrapper .submit-form input {
    padding: 14px 30px 13px 30px;
    background-color: #ff5000;
    color: #fff;
    outline: none;
    border-radius: 28px;
    width: 170px;
    border: none; }

@media (max-width: 768px) {
  #your-rate .section-inner .columns-2 {
    flex-direction: column-reverse; }
  #google-free-booking-links #sign-up .columns-2 .column .form-wrapper {
    padding: 50px 30px;
    margin: 20px 0 0 0 !important; } }

@media (max-width: 395px) {
  #sign-up .columns-2 .column .form-wrapper {
    padding: 30px 15px !important; } }
