/* Contcat us Css Start Here */
.contact-us {
  padding: 60px 0;
}
.contact-us .heading-wrapper {
  text-align: center;
  padding-bottom: 30px;
}
.contact-us .heading-wrapper span.line {
  margin: 0px auto 15px;
}
.contact-us .heading-wrapper p {
  line-height: 25px;
}
.contact-us .form-group {
  margin-bottom: 20px;
}
.contact-us .form-group label {
  color: #000000;
  margin-bottom: 10px;
}
.contact-us .form-group .form-control {
  border-radius: 0;
  border: 1px solid #ccc8c8;
  padding: 13px 20px;
}
.contact-us .form-group .form-control::placeholder {
  color: #a8a8a8;
}
.contact-us button {
  padding: 15px 50px;
  margin: 0px auto;
  display: block;
  background: #005de0;
  color: #fff;
  font-weight: 500;
  margin-top: 40px;
  transition: 0.6s;
  border: 2px solid #005de0;
}
.contact-us button:hover {
  border-color: #fff;
  box-shadow: 0px 0px 0px 2px #005de0;
}
.contact-us .contact_detail {
  padding: 60px 0;
}
.contact-us .contact_detail hr {
  margin: 15px 120px;
}
.contact-us .contact_detail .info_box {
  text-align: center;
  padding: 20px 0;
  height: 170px;
}
.contact-us .contact_detail .phone_box {
  border-right: 1px solid #a4a4a4a6;
}
.contact-us .contact_detail .location_box {
  border-left: 1px solid #a4a4a4a6;
}
.contact-us .contact_detail .ebay-box {
  position: relative;
}
.contact-us .contact_detail .ebay-box:after {
  content: "";
  background: #a4a4a4a6;
  width: 1px;
  height: 100%;
  position: absolute;
  right: -10px;
  top: 0;
}
.contact-us .contact_detail .info_box .icon_box i {
  font-size: 25px;
  color: #005de0;
}
.contact-us .contact_detail .info_box .content h4 {
  font-size: 24px;
  color: #232323;
  font-weight: 600;
  margin-bottom: 0;
}
.contact-us .contact_detail .info_box .content a {
  color: #929292;
  text-decoration: none;
  font-size: 13px;
  transition: 0.6s;
}
.contact-us .contact_detail .info_box .content a:hover {
  color: #005de0;
}
.contact-us .contact_detail .info_box .content p {
  color: #929292;
  font-size: 13px;
}
.contact-us .contact_detail .info_box .content span {
  color: #232323;
  font-weight: 500;
}
@media (max-width: 575px) {
  .contact-us {
    padding: 40px 0;
  }
  .contact-us h3 {
    font-size: 25px;
  }
  .contact-us .heading-wrapper p {
    text-align: justify;
    text-align-last: center;
  }
  .contact-us .contact_detail .info_box {
    height: auto;
  }
  .contact-us .contact_detail .info_box .content a {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-us .contact_detail .info_box {
    border: 0;
  }
  .contact-us .contact_detail .row {
    padding: 0 !important;
  }
  .contact-us .contact_detail hr {
    display: none;
  }
}
/* Contcat us Css End Here */
