.pricebox-home {
  width: 95%;
  margin: 10px 10px;
  padding: 30px 20px;
  background-color: #ffffff !important;
  text-align: center;
  border-radius: 15px;
  border:  2px solid #b9bbbd;
  display: inline-block;
}

.plan {
  color: #000000;
  font-weight: normal;
}

.starting {
 font-size: 14px !important;
 line-height: 14px !important;
 margin-bottom: 3px;
}

.price {
  color: #000000;
  font-weight: bold;
  margin-top: -8px;
  font-size: 3em;
}

.free {
 color: #2377b8;
  font-weight: bold;
}

.asterisk {
 font-size: 12px !important;
 line-height: 12px !important;
 font-style: italic;
}

.column-home-1-price {
 width: 63%;
 padding: 0px 30px 0px 30px;
 display: inline-block !important;
 vertical-align: middle;
}

.column-home-2-price {
 width: 35%;
 display: inline-block !important;
 vertical-align: middle;
}

.round-home {
  /*background-image: url("/hubfs/14500231/Van%20on%20street.png");
  background-position: center;*/
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  display: inline-block !important;
}

a.red-btn {
  background-color: rgb(239, 48, 56);
  font-family: Nunito;
  color: rgb(255, 255, 255) !important;
  text-decoration: none;
  line-height: 40px;
  font-weight: 700;
  font-size: 14px;
  padding: 5px 30px;
  border-radius: 5px;
  display: inline-block;
  white-space: nowrap;
}
a.red-btn:hover {
  background-color: #DB1119;
}

.content-wd-background {
  margin: 0 -15px;
}

.content-wd-background .content-home-pricing {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-wd-background .content-home-pricing h1 {
  font-size: 3em;
  line-height: 1.2em;
  color: 2377b8;
  font-weight: bold;
}

.content-wd-background .content-home-pricing p {
  font-size: 1.2em;
  line-height: 1.4em;
  /*color: #000000;*/
  font-weight: normal;
}

.content-wd-background .content-home p a {
  color: #0493c8;
}

.content-wd-background .content-home p a:hover {
  color: #1c4787;
}

.check-pricing-mdl-home2 input#zip-value {
  background: #fff none;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  margin-right: 5px;
  margin-top: 10px;
  box-sizing: border-box;
  padding: 10px 0px 10px 10px;
  border-radius: 5px;
  border: 1px solid gray;
  -webkit-appearance: textfield;
  outline-offset: -2px;
  font-family: inherit;
  line-height: inherit;
  outline: 0;
  width: 170px;
}

.check-pricing-mdl-home2 button.absubmit:hover {
  background-color: #db1119;
  color: #ffffff !important;
}

.check-pricing-mdl-home2 button.absubmit {
  border: none;
  font-size: 13px;
  font-weight: 700;
  line-height: 3.1;
  outline: 0;
  cursor: pointer;
  -webkit-transition: background-color .3s,color .3s,opacity .3s;
  transition: background-color .3s,color .3s,opacity .3s;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase; 
  display: inline-block;
  color: #fff;
  background: #ef3038;
  border-radius: 5px 5px 5px 5px;
  padding: 5px 25px;
  margin-top: -3px;
}
.check-pricing-mdl-home2 > p {
  font-weight: bolder;
}
.check-pricing-mdl-home2 input#zip-value::-webkit-input-placeholder {
  font-size: 14px;
  vertical-align: middle;
  -webkit-transition: color .2s;
  transition: color .2s;
  color: #b0b0b0;
} 
.check-pricing-mdl-home2 input#zip-value:-moz-placeholder {
  font-size: 14px;
  vertical-align: middle;
  -webkit-transition: color .2s;
  transition: color .2s;
  color: #b0b0b0;
} 
.check-pricing-mdl-home2 input#zip-value::-moz-placeholder {
  font-size: 14px;
  vertical-align: middle;
  -webkit-transition: color .2s;
  transition: color .2s;
  color: #b0b0b0;
} 
.check-pricing-mdl-home2 input#zip-value:-ms-input-placeholder {
  font-size: 14px;
  vertical-align: middle;
  -webkit-transition: color .2s;
  transition: color .2s;
  color: #b0b0b0;
} 

.check-pricing-mdl-home2 input#zip-value:focus::-webkit-input-placeholder {
  color: transparent;
} 
.check-pricing-mdl-home2 input#zip-value:focus:-moz-placeholder {
  color: transparent;
} 
.check-pricing-mdl-home2 input#zip-value:focus::-moz-placeholder {
  color: transparent;
} 
.check-pricing-mdl-home2 input#zip-value:focus:-ms-input-placeholder {
  color: transparent;
} 

@media (max-width: 1051px) {
.check-pricing-mdl-home2 input#zip-value {
  background: #fff none;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-size: 16px;
  font-weight: 400;
  margin-right: 5px;
  margin-top: 10px;
  box-sizing: border-box;
  padding: 10px 0px 10px 10px;
  border-radius: 5px;
  border: 1px solid gray;
  -webkit-appearance: textfield;
  outline-offset: -2px;
  font-family: inherit;
  line-height: inherit;
  outline: 0;
  width: 205px;
}
  
.check-pricing-mdl-home2 button.absubmit {
  border: none;
  font-size: 13px;
  font-weight: 700;
  line-height: 3.1;
  outline: 0;
  cursor: pointer;
  -webkit-transition: background-color .3s,color .3s,opacity .3s;
  transition: background-color .3s,color .3s,opacity .3s;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase; 
  display: inline-block;
  color: #fff;
  background: #ef3038;
  border-radius: 5px 5px 5px 5px;
  padding: 5px 25px;
  margin-top -3px !important;
}
}

@media (max-width: 1051px) {
.check-pricing-mdl-home2 button.absubmit {
  margin-top: 15px !important;
}
}

@media (max-width: 826px) {
.column-home-1-price {
  width: 100%;
 padding: 0px 30px 0px 30px;
  text-align: center;
  display: block;
}

.column-home-2-price {
  width: 100%;
  margin-top: 30px;
  margin-left: 0px;
  display: block;
}
  
.pricebox-home {
  margin: auto;
    width: 300px;
    display: block;
}
  
.check-pricing-mdl-home2 button.absubmit {
  margin-top: -3px !important;
}
  
.content-wd-background .content-home h1 {
  font-size: 3em;
  line-height: 1.2em;
  font-weight: bold;
}

.content-wd-background .content-home p {
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: normal;
}
  
.content-wd-background .content-home h1 {
  font-size: 2em;
  line-height: 1em;
  font-weight: bold;
}
  
.content-wd-background .content-home p {
  font-size: 1.2em;
  line-height: 1em;
  margin-bottom: 10px;
  font-weight: normal;
}
}

@media (max-width: 504px) {
.check-pricing-mdl-home2 button.absubmit {
  margin-top: 15px !important;
}
}