#top-section-talk {
  padding: 0; }
  #top-section-talk .container-fluid {
    padding: 90px 0; }
  #top-section-talk .block {
    background: #fff;
    width: 100%;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16); }
    #top-section-talk .block img {
      margin-bottom: 30px; }
    #top-section-talk .block .title {
      font-size: 18px;
      font-weight: bold;
      line-height: 21px;
      text-transform: uppercase; }

#form-section-talk {
  padding-top: 90px; }
  #form-section-talk .row.main-s {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    overflow: hidden; }
  #form-section-talk form {
    padding: 50px 60px;
    margin: 0 auto; }
    #form-section-talk form label a {
      color: #21B8EC !important; }
    #form-section-talk form label.error {
      color: red;
      font-size: 12px;
      margin-top: -20px;
      display: block; }
    #form-section-talk form label#tel_number-error {
      position: absolute;
      margin-top: 55px !important;
      color: red;
      left: -20px; }
    #form-section-talk form .account {
      padding-left: 20px; }
    #form-section-talk form .text {
      text-align: center; }
      #form-section-talk form .text.text2 {
        margin-bottom: 30px; }
    #form-section-talk form .float-left {
      position: relative; }
    #form-section-talk form .mobile-input {
      margin-bottom: 30px; }
      #form-section-talk form .mobile-input .text {
        margin-top: 30px; }
      #form-section-talk form .mobile-input label {
        margin-top: -10px;
        position: absolute;
        z-index: 1;
        top: 15px;
        padding: 0 20px !important;
        font-size: 12px; }
      #form-section-talk form .mobile-input .iti {
        width: 100%; }
        #form-section-talk form .mobile-input .iti .iti__selected-flag {
          padding-top: 20px;
          background: none;
          padding-left: 20px; }
        #form-section-talk form .mobile-input .iti input {
          padding-top: 20px !important;
          color: #1d1d1b;
          font-size: 14px; }
    #form-section-talk form .col-lg-6 {
      position: relative; }
    #form-section-talk form .field-label {
      display: block;
      position: absolute;
      right: 15px;
      top: 18px; }
      #form-section-talk form .field-label label {
        color: #1B222A; }
      #form-section-talk form .field-label .field-tooltip {
        left: -15px;
        top: 2px;
        position: relative;
        transition: visibility ease 0.5s; }
        #form-section-talk form .field-label .field-tooltip:after {
          content: url("../img/light-info-icon.svg"); }
        #form-section-talk form .field-label .field-tooltip:hover .tooltip-text {
          visibility: visible; }
        #form-section-talk form .field-label .field-tooltip .tooltip-text {
          visibility: hidden;
          width: 270px;
          background-color: #fff;
          font-weight: 300;
          font-size: 12px !important;
          padding: 10px;
          line-height: 1.6;
          position: absolute;
          z-index: 1;
          transform: translateY(-50%);
          right: -25px;
          top: -40px;
          color: #909090;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    #form-section-talk form input {
      margin-bottom: 30px; }
    #form-section-talk form input[type="submit"] {
      display: flex;
      justify-content: center;
      margin-bottom: 0px;
      width: 200px; }
    #form-section-talk form .bottom-text {
      margin-top: 21px; }
      #form-section-talk form .bottom-text .title {
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 20px; }
      #form-section-talk form .bottom-text p, #form-section-talk form .bottom-text a {
        font-size: 14px;
        line-height: 22px;
        text-transform: none; }
      #form-section-talk form .bottom-text p {
        margin-bottom: 20px; }
        #form-section-talk form .bottom-text p:last-child {
          margin-bottom: 0; }
      #form-section-talk form .bottom-text a {
        text-decoration: none !important; }

#social-media .text-center a {
  margin: 12px; }

@media (min-width: 1600px) {
  .iti__country-list {
    width: 656px; } }
@media (max-width: 991px) {
  #top-section-talk .block {
    margin-top: 15px; } }
@media (max-width: 576px) {
  #top-section-talk .greybg .text-center {
    padding: 0 40px; }

  #form-section-talk form {
    padding: 30px 25px; } }

/*# sourceMappingURL=talk.css.map */
