body.sng_page-template-sng-client-onboarding-template-php .content-area .type-sng-page .page-header h1.entry-title span {
     font-weight: bold; color: #00ACC1;
}
form#client_onboarding_form input[type="text"] {
     border-radius: 50px;
     font-size: 17px;
     padding: 10px 20px;
     color: #444444;
}
.sng-div-number-of-dogs {
     margin-top: 2.5rem!important;
     margin-bottom: 4rem!important;
}
.sng-pricing-table #sng-initial-estimate {
     background: #F3FBFC;
     max-width: 80%;
     width: 100%;
     margin: 0 auto;
     border-radius: 0px;
     color: #444;
     border: none;
     font-size: 18px;
     padding: 20px 30px; 
}
.sng-zip-code {
  display: flex;
  position: relative;
  gap: 10px;
}
.sng-zip-code input[type="text"] {
  line-height: 1.7;
  background-color: #fff;
  border: 1px solid #c9c9c9;
  outline: none;
  height: auto;
  display: block;
  width: fit-content;
  border-radius: 0;
  padding: 15px 15px;
  font-size: 16px;
  color: #202020;
}

.sng-zip-code button {
  background-color: #7985f0;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.64px;
  color: #fff;
  padding: 20px 35px 15px 35px;
  outline: none;
  border: none;
}

.sng-zip-code .is-label-invalid {
  position: absolute;
  width: fit-content;
  top: calc(100% + 5px);
  background: #b00020;
  color: #fff !important;
  padding: 10px;
  border-radius: 0;
  font-size: 14px;
  z-index: 1;
}
#client_onboarding_form {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px 25px 50px 25px;
  max-width: 650px;
  margin: 40px auto;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
body.sng_page-template-sng-client-onboarding-template-php .form-bg-section {
     display: block;
     background-color: #00ACC1;
     width: 100%;
     height: 380px;
}
body.sng_page-template-sng-client-onboarding-template-php .content-area .type-sng-page .page-header h1.entry-title span {
     font-weight: bold; color: #00ACC1;
}
body.sng_page-template-sng-client-onboarding-template-php .content-area {
     margin-top: -265px;
     position: relative;
     z-index: 3;
}
body.sng_page-template-sng-client-onboarding-template-php .content-area .type-sng-page {
     max-width: 740px;
     margin: 140px auto 40px; 
     background: #F3FBFC;
     border-radius: 27px;
     padding: 30px 50px;
}
.entry-title {
  font-size: 36px !important;
  line-height: 1.2;
  text-align: center;
}
body.sng_page-template-sng-client-onboarding-template-php .content-area {
  padding-top: 120px !important;
}
body.sng_page-template-sng-client-onboarding-template-php .content-area {
  padding-top: 180px !important;
}
.sng-button.sng-button-submit {
  background-color: #FF4A4A !important; 
  color: #ffffff !important;        
  border: none !important;
  border-radius: 8px;               
  padding: 10px 25px;               
  font-weight: bold;
}
.byline, .author, .post-author {
  display: none !important;
}