.box{
    padding: 40px;
    border:1px solid #e8e8e8;
    background: #fcfcfc;
}
.row{
    margin:0 -8px;
}
.row:after{
    content: ' ';
    display: block;
    clear: both;
}
.col-md-4 { 
    padding-right: 8px;
    padding-left: 8px;
    float:left; 
    width: 33.33333333%; 
}
.mb{
    margin-bottom: 20px;
}
.form-box h4,
#contact-boxes h4{
    padding-left: 42px;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 30px;
}
#contact-boxes .box{ height: 270px; }
#contact-boxes .telephone-box h4{
    background-image: url('../images/phone.png');
}
#contact-boxes .email-box h4{
    background-image: url('../images/letter.png');
}
#contact-boxes .address-box h4{
    background-image: url('../images/pin.png');
}
#contact-boxes .box a{
    color: #000000;
    font-size: 17px;
}
#contact-boxes .box address{
    font-size: 17px;
}
#contact-boxes .box.telephone-box a{
    font-size: 19px;
}
#contact-boxes .box > div{
    padding-left: 40px;
}
.form-box h4{
    background-image: url('../images/speach.png');
}
#form-query label{
    color: #bf202e;
    font-size: 17px;
    font-weight: bold;
}
.box hr{
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
}
.form-box button{
    width: 177px;
}

@media (max-width: 500px) {
    .col-md-4{ width: 100%; }
    .box{ padding: 20px; }
}

@media (max-width: 300px) {
    #contact-boxes .box > div{ padding-left: 0px; }
}
@media (max-width: 1070px) and (min-width: 962px) {
    .box{ padding: 20px; }
}
@media (max-width: 961px) and (min-width: 0px) {
    #contact-boxes .box{ height: auto; }
    .col-md-4{
        width: 100%;
    }
}



/* Help Section Styles */
.new-customer-info {
  /* display: flex; */
  flex-direction: column;
  gap: 20px;
  color: #111;
  max-width: 500px;
  text-align: start;
}

.help-title {
  font-size: 21px;
  font-weight: 702;
  color: #000;
  margin-bottom: 10px;
}

.help-section {
  font-size: 14px;
  line-height: 1.6;
  margin-top: -20px;
}

.help-label {
  /* font-weight: 702; */
  margin-top: 15px;
  margin-bottom: 5px;
}

.help-phone {
  font-size: 23px;
  font-weight: 702;
  color: #000;
  margin-bottom: 10px;
  margin-right: 284px;
}

.help-hours {
  font-weight: 600;
}

.help-text {
  margin-bottom: 15px;
  color: #000;
}

.help-highlight {
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.help-cta {
  /* font-style: italic; */
  color: #000;
}


