﻿@media(min-width:992px) {
  .contact-top-ctn .btn {
    float: right
  }
}

@media(max-width:991.98px) {
  .contact-top-ctn .btn {
    width: 100%;
    text-align: center;
    margin-top: 2rem
  }
}

.inner-wrap {
  margin: auto
}

.contact-header {
  padding: 40px;
  background-image: url('https://www.eddyfi.com/doc/Banners/eddyfi_qcoffice_desktop.png');
  background-repeat: no-repeat;
  background-size: cover
}

  .contact-header h2, .contact-header h3 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 36px;
    margin: 0
  }

  .address h2, .address h4, .contact-header h3 {
    font-weight: 800
  }

  .contact-header h2 {
    color: #fff;
    margin-bottom: 0
  }

.contact-body {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-wrap: wrap;
  align-items: stretch
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important
}

.contact-form, .contact-logo {
  width: 50%
}

.contact-logo {
  text-align: center;
  background-color: #fff;
  padding: 80px 7% !important
}

  .contact-form h4, .contact-logo h4 {
    font-size: 1.4rem;
    margin-bottom: 20px
  }

.contact-form h4, .contact-form h6 {
  text-align: center;
  margin-bottom: 20px
}

.contact-form {
  background-color: #f1f2f2;
  padding: 80px 10% !important
}

.customer-logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #fff
}

  .customer-logo img {
    margin: 15px 10px
  }

form {
  display: block;
  margin-top: 0;
  unicode-bidi: isolate
}

.red-color, label {
  display: inline-block
}

.form-group {
  margin-bottom: 1rem
}

label {
  margin-bottom: .5rem;
  font-weight: 700;
  font-size: .9rem
}

.red-color {
  color: #fd1e1e;
  padding-left: 3px;
  font-size: 1.2rem
}

.form-control, .hs-button {
  font-weight: 400;
  background-color: transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

textarea.form-control {
  height: auto
}

.actions {
  display: flex;
  justify-content: center
}

.hs-button {
  display: inline-block;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.btn-block, .form-check {
  display: block
}

.btn-wrap {
  margin: 25px auto;
  text-align: center
}

.w-50 {
  min-width: 50%
}

.btn-primary {
  color: #fff;
  background-color: #ee981e;
  border-color: #ee981e;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 600
}

  .btn-primary:hover {
    background-color: #e08b14;
    border-color: #e08b14
  }

.form-check {
  position: relative;
  padding-left: 1.25rem
}

.form-check-label {
  margin-bottom: 0
}

.address h4, .address-body {
  margin-bottom: 30px
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=checkbox], [type=radio] {
  padding: 0
}

.form-check-input {
  position: absolute;
  margin-top: .1rem;
  margin-left: -1.25rem;
  padding: 3px
}

.address {
  background-color: #d9d9d9;
  padding: 30px 15%
}

.address-body .row > div {
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px
}

@media (max-width:768px) {
  .contact-header {
    background-image: url('https://www.eddyfi.com/doc/Banners/eddyfi_qcoffice_mobile.png')
  }

  .address-body .row > div {
    text-align: center
  }
}

.address h2 {
  font-size: 2rem;
  text-align: center
}

.d-flex {
  display: flex
}

.justify-content-around {
  justify-content: space-around !important
}

@media(max-width:1024px) {
  .customer-logo img {
    width: 40%;
    margin: 30px 10px
  }
}

@media(max-width:768px) {
  .contact-form, .contact-logo {
    width: 100%
  }

  .customer-logo img {
    width: 30%;
    margin: 30px 10px
  }

  .address h2 {
    font-size: 1.5rem
  }

  .address h4 {
    font-size: 1rem
  }

  .contact-header h2, .contact-header h3 {
    font-size: 28px
  }
}

@media(max-width:425px) {
  .contact-form, .contact-logo {
    padding: 30px
  }

  .customer-logo img {
    width: 40%;
    margin: 10px
  }
}
