
/* Form - Contact us starts */
.sitecore-form .contactForm-title
{
  font-size: 3.250em;  
}

.sitecore-form .contactForm-title {
  font-weight: 300;  
}
h3,
.accordion .items .card-body {
  font-weight: 400;
}
.sitecore-form .contactForm-title strong,
.accordion .items .card-header button {
  font-weight: 600;  
}
h3 {
  line-height: 1.333;
}
.accordion .items .card-header button {
  text-decoration: none;
}
  .sitecore-form .custom-select,
.sitecore-form .form-control {
  border-radius: 0;
  height: auto;
  padding: .75rem .55em;
  margin-bottom: 5px;
  border: 1px solid #CCCCCC;

}
.sitecore-form .btn.btn-primary
{
  padding: .3rem 1.8rem;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.sitecore-form .form-check-label {
  padding-left: 2em;
}
.sitecore-form .form-group legend {
  font-size: inherit;
}
.sitecore-form .form-group label {
    font-size: 1em;
    color: #666666;
    line-height: 1.2;
    font-weight: 400;
}
.sitecore-form .container {
  margin-bottom: 2em;
}
.sitecore-form .field-validation-error{
	 color: #dc3545;
}
.sitecore-form h3
{
    font-size: 2.500em;
    line-height: 1.7em;
    font-weight: 400;
}
.sitecore-form h3 strong
{
    font-weight: 500;
}
.sitecore-form .paratxt
{
    font-size: 1.125em;
    line-height: 1.7em;
    font-weight: 400;
    color: #666;
}
.sitecore-form .form-check {
    position: relative;
    display: block;
    padding-left: 0px;
}
.sitecore-form .form-check-input {
    margin-right: 1em;
    margin-left: 0;
}
@media (max-width: 768px) {
  .sitecore-form .contactForm-title
  {
    font-size: 1.75em;;  /* font-size: 28px;*/
  }
  .sitecore-form .container {
    padding-right: 0px;
    padding-left: 0px;
  }
}
/* Form - Contact us Ends */