
   .geek_footer {
    background: #595959;
    padding: 20px 0;
  }
   .geek_footer-form-title {
    margin-bottom: 10px;
  }
   .geek_footer-form-title h3 {
    color: #fff;
  }
   .geek_footer-form form {
    margin: 0 -6px;
  }
   .geek_footer-form form fieldset {
    max-width: 100%;
  }
   .geek_footer-form form .field.hs-form-field {
    padding: 0 6px;
    margin-bottom: 6px;
    width: 33.333336%;
  }
   .geek_footer-form form .field.hs-form-field label {
    color: #fff;
    display: block;
    font-size: 14px;
    margin-bottom: 3px;
    font-weight: 400;
  }
   .geek_footer-form form .field.hs-form-field label span.hs-form-required {
    display: none;
  }
   .geek_footer-form form .field.hs-form-field .input {
    margin: 0;
  }
   .geek_footer-form form .field.hs-form-field .input .hs-input {
    width: 100%;
    height: 30px;
    border: 0;
    background: #f8f8f8;
    font-size: 14px;
    padding: 0 10px;
  }
   .geek_footer-form form .hs_submit {
    padding: 0 6px;
  }
   .geek_footer-form form .hs_submit input.hs-button {
    background-color: #009FEF;
    padding: 0 22px;
    text-align: center;
    color: #ffffff;
    height: 27px;
    line-height: 27px;
    border: none;
    vertical-align: middle;
    margin-top: 10px;
    font-size: 16px;
    transition: all 0.4s;
    cursor: pointer;
  }
   .geek_footer-left {
    flex: 0 0 66%;
    max-width: 66%;
    margin-bottom: 60px;
  }
   .geek_footer-right {
    flex: 0 0 25%;
    max-width: 25%;
    margin-left: auto;
  }
   .geek_footer-moreInfo {
    padding-top: 20px;
  }
   .geek_footer-moreInfo p {
    color: #fff;
  }
   .geek_footer-address {
    padding-top: 60px;
  }
   .geek_footer-address p {
    color: #fff;
    line-height: 2;
    margin-bottom: 20px;
  }
   .geek_footer-social-links ul {
    display: flex;
    margin: 0 -5px;
    flex-wrap: wrap;
  }
   .geek_footer-social-links ul li {
    flex: 0 0 40%;
    max-width: 40%;
    padding: 6px 5px;
  }
   .geek_footer-social-links ul li a {
    color: #fff;
    font-size: 14px;
    cursor: pointer;
  }
   .geek_footer-social-links ul li span.hs_cos_wrapper_type_icon {
    width: 22px;
    height: 22px;
    line-height: 20px;
    background: #fff;
    border-radius: 50px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 2px;
  }
   .geek_footer-social-links ul li span.hs_cos_wrapper_type_icon svg {
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    fill: #595959;
  }
  .geek_footer-social-links ul li span.hs_cos_wrapper_type_icon img{
    display: block !important; 
    position: relative !important; 
    max-width: 100% !important;
  }
   .geek_footer-social-links ul li a:hover {
    color: #009FEF;
  }
.geek_footer-social-links ul li a img {
  display: none;
  position: absolute;
  max-height: 120px;
}
.geek_footer-social-links ul li a:hover img {
  display: block;
  z-index:9;
}
   .geek_footer-form form .field.hs-form-field.hs_message {
    width: 100%;
  }
   .geek_footer-form form .field.hs-form-field .input textarea.hs-input {
    height: 75px;
  }
   .geek_footer-bottom {
    border-top: 1px solid #fff;
    padding: 11px 0 10px;
    color: #FFF;
    margin-top: 20px;
  }
   .geek_footer-copyright-inner {
    margin: 0 -15px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    font-size: 14px;
  }
   .geek_footer-menu ul a {
    color: #fff;
    padding: 0 10px;
    border-right: 1px solid #fff;
  }
   .geek_footer-menu ul a:hover {
    color: #009FEF;
  }
   .geek_footer-menu ul {
    display: flex;
    flex-wrap: wrap;
  }
   .geek_footer-menu ul li:last-child a {
    border-right: none;
  }
   .geek_footer-copyright {
    padding-left: 10px;
  }
   .geek_footer-form form > .hs_error_rollup {
    display: none;
  }
   .geek_footer-form form .field.hs-form-field label.hs-error-msg {
    font-size: 12px;
    margin-bottom: 0;
    padding-top: 5px;
    color: #ff6b6b;
  }
  #toTop {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 125px;
    position: fixed;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(204, 204, 204, 0.8);
    border-radius: 50%;
  }



  {# responsive css #}

  @media screen and (max-width: 1199px) {

    div .geek_footer-social-links ul li {
      flex: 0 0 50%;
      max-width: 50%;
    }

  } 

  @media screen and (max-width: 991px) {

    div .geek_footer-left {
      flex: 0 0 60%;
      max-width: 60%;
    }
    div .geek_footer-right {
      flex: 0 0 35%;
      max-width: 35%;
    }


  }  

  @media screen and (max-width: 767px) {

    div .geek_footer-left {
      flex: 0 0 100%;
      max-width: 100%;
    }
    div .geek_footer-right {
      flex: 0 0 100%;
      max-width: 100%;
    }
    div .geek_footer-social-links ul li {
      flex: auto;
      max-width: none;
    }
    div .geek_footer-address {
      padding-top: 0px;
    }


  }  

  @media screen and (max-width: 639px) {

    div .geek_footer-copyright-inner {
      justify-content: center;
    }
     .geek_footer-menu {
      margin-bottom: 7px;
    }

  }  

  @media screen and (max-width: 479px) {

    div .geek_footer-copyright {
      padding-left: 0px;
      text-align: center;
    }

  }


/* iframe form css  */
.iframe-holder {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: auto;
}

.iframe-holder iframe {
/*   width: 100%; */
  margin: 0 !important;
  height: 100%;
  border: none;
}