.contact-banner,.resellers {
  width: 90%;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}
.main-content {
  background-color: #979797;
}
.img-contact {
  background-image: url("../assets/images/contact-us-2000.jpg");
  background-position: 56% 70%;
  background-size: cover;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  border-radius: 0 30px 30px 30px;
}

.reseller-card,.reseller-card a{
color: #595959;
}
.reseller-card{
  background-color: rgba(237, 237, 237, 0.5) !important;
  border-radius:30px;
  padding: 30px;
  margin: 10px;
}

.reseller-block:nth-child(odd) .reseller-card{
  border-bottom-right-radius:0;
} 
.reseller-block:nth-child(even) .reseller-card{
  border-bottom-left-radius:0;
} 


.reseller-picture{
  border-radius: 50%;
  overflow: hidden;
  /* border: 1px solid ; */
  position: relative;
  height: 100px;
  width: 100px;
}
.reseller-picture img{
  /* preview.style = "height:auto; max-height:200px;"; */
  width: 100%;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  /* height: 100%;  */
}

.contact-banner-text {
  padding: 20px 40px;
  max-width: 50%;
  background-color: rgba(108, 29, 255, 0.8);
  border-radius: 30px 30px 0 30px;
  margin-bottom: 5vh;
  height: min-content;
}
.contact-title {
  font-weight: 600;
  /* color: #595959; */
  margin-top: 40px;
}
.form-wrap {
  background-color: #fffffff2;
  max-width: 750px;
  min-height: 700px;
}
.form-field .form-label {
  margin-bottom: 5px;
}
.form-label {
  color: #595959;
  /* font-weight: 500; */
}
.form-control {
  border: none;
  border-radius: 10px;
  background-color: #0000000f;
  color: #1a1a1a;
  font-weight: 500;
}
.form-control:focus {
  border: none;
  border-radius: 10px;
  background-color: #0000000f;
  color: #1a1a1a;
}
/* .form-field .form-label {
    color: #1A1A1A;
    font-size: 18px;
    margin-bottom: 15px;
}

.form-control {
    border: none;
    border-radius: 10px;
    background-color: unset;
    padding: 12px;
}

.form-control:focus {
    color: #212529;
    background-color: unset;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.15rem rgba(0, 0, 0, 0.7);
} */
/* .table>:not(caption)>*>td:last-child */
h1 {
  color: var(--bs-blue);
}

tbody {
  color: #595959;
  font-size: 14px;
}
/* tbody tr:hover{
    background-color: #86b6fe20;
} */
tr > th:first-of-type {
  padding-left: 40px;
}
tr > td:first-of-type {
  color: #595959;
  font-weight: bold;
  padding-left: 40px;
}

@media (max-width: 991px) {
  .contact-banner {
    background-position: 85% 70%;
  }

  .contact-banner-text {
    max-width: 50vw;
    min-width: 470px;
    bottom: 5%;
    padding: 20px;
  }
}
@media (max-width: 1580px) {
  .form-wrap {
    padding: 30px 25px;
  }
}
@media (max-width: 575px) {
  .reseller-card{
  padding: 20px;
}

  .main-content {
    background-image: url("../assets/images/contact-us-4000.jpg");
    background-position: 80% 70%;
    background-size: cover;
  }
  /* .form-control {
    padding: 8px 12px;
  } */

  .contact-banner-text {
    max-width: unset;
    min-width: unset;
    left: 0%;
    margin-left: 25px;
    margin-right: 25px;
  }
  tr > th:first-of-type {
    padding-left: 10px;
  }
  tr > td:first-of-type {
    padding-left: 10px;
    /* width: 200px; */
  }
}
