.sellContentBox {display: inline-block; width:100%;padding:80px 0 0;}
.sellContentBox h1{color:#000;margin:0 0 15px;font-family:charterregular;font-weight:300;font-size:28px}
.sellContentBox h2, .stepsSection h2{color:#000;margin:0 0 15px;font-family:charterregular;font-weight:300;font-size:28px}
.sellContentBox h3{color:#000;margin:0 0 15px;font-family:charterregular;font-weight:300;font-size:28px}
.sellContentBox p{color:#000;margin:0 0 10px;font-size:14px;line-height:26px}


.trustedBoxes {display: inline-block; width:100%;padding:60px 0 0;}
.trustedBoxesTitle {text-align: center;}

.trustedBoxesTitle h2 {color:#000;margin:0 0 10px;font-family:charterregular;font-weight:300;font-size:28px}
.trustedBoxesTitle p{color:#000;margin:0 0 10px;font-size:14px;line-height:26px}

  .trustedBoxesList{
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px 10px;margin-top: 40px;
}

.trustedBox {
  border: 1px solid #e8dcc7;
  padding: 10px 5px;
  transition: .3s;
  background: #fffcf6;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trustedBox:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,.08);
}


  .trustedBox .trustedIcon {width:70px;}
  .trustedBox .trustedIcon svg{width:100%;}
.trustedBox  h5 {font-size: 15px;
  font-weight: 300;}

.faqSection .card {
  border: none;
  background: inherit;
  border-bottom: 1px solid #d4af37;
  border-radius: 0;
}
.faqSection .card-header {
  border: none;
  border-radius: 0;
  background: inherit;
  padding: 0;
  text-align: left;
}

.faqSection .card-header button {
  padding: 12px 0;
  text-decoration: none !important;
  color: #000;
  font-weight: 300;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;text-align: left;
}

.faqSection .card-header button::after {
  width: 20px;
  height: 20px;
  content: '+';
  font-size: 28px;
  color: #d4af37;
  position: relative;
  top: -11px;
}
  .faqSection   .card-body{
  padding: 10px 0 30px;
  text-align: left;
}
  
  .sellContentBox strong {
  color: #d4af37;
}



@media only screen and (max-width:992px)
{
 .sellBanner img     {
  height: 200px;
  object-fit: cover;
}
.trustedBoxesList {
  grid-template-columns: 1fr 1fr 1fr;
}

.sellContentBox .officeFeatures {margin-bottom: 40px;}
.faqSection .card-header button {
  font-size: 13px;
}




}


@media only screen and (max-width:767px)
{
.sellContentBox h1 {
  font-size: 22px;
}
.sellContentBox p {
  font-size: 13px;
  line-height: 24px;
}

 .sellContentBox ul li {
  font-size: 13px;
  margin: 0 0 3px;
}
.sellContentBox .btn-primary, .trustedBoxes .btn {
  font-size: 11px;
  padding: 9px 20px;
}
.trustedBoxesTitle h2, .stepsSection h2 {
  font-size: 22px;
}

.trustedBox {
  flex-wrap: wrap;
  text-align: center;height: 100%;
}

 .trustedBoxesList {
    grid-template-columns: 1fr 1fr;
  }
 .sellContentBox h2, .sellContentBox h3 {
    font-size: 22px;
    margin: 0 auto 10px;
  }
  .trustedBox h5 {
    font-size: 12px;
    font-weight: 300;
    width: 100%;
  }

.sellContentBox {
  padding: 40px 0 0;
}
.container {
    padding: 0 10px;
  }
.otherSell {text-align: center;}

.stepNotice {
  font-size: 13px;
}

.Visit {text-align:center;}
.featureIcon {
  margin: 0;
}

.trustedBox .trustedIcon {
  width: 60px;
  height: 60px;
}

.trustedBox .trustedIcon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


}