.contact-form-container {
  /* background-color: ; */
  color: #000000;
}
.subject-wrapper .form-control {
  margin-top: 0px;
}
.form-all-text {
  white-space: nowrap;
  padding-left: 5px;
}
.contact-form-container .row .col-md-8 {
/*  padding-left: 18px;*/
}
.contact-form-twig-container img {
  height: 100%;
    width: 100%;
    object-fit: cover;
}
/* .form-control {
  padding: 0.5rem 1rem !important;
} */
#edit-quote {
  margin-top: 0 !important;
}
.contact-form-button input {
  background-color: #009dc5;
  color: #ffffff;
  border: 1px solid #009dc5;
  text-decoration: none;
  padding: 10px 25px 10px 25px;
  border-radius: 5px;
  font-family: "sofia-pro-light";
  font-size: 18px;
}
.contact-form-button input:hover {
  color: #009dc5;
  background-color: #ffffff;
}

/* subscription form */

#custom-subscription-form {
  display: flex;
}

#custom-subscription-form .form-control {
  width: 95%;
  box-shadow: none;
}

.form-control:focus {
  border-color: #ccc !important;
}

#edit-submit {
  height: 100%;
  padding: 0 45px;
  color: #ffffff;
  background-color: #f47521;
  border: 1px solid #f47521;
  border-radius: 5px;
  font-weight: 500;
}

#edit-submit:hover {
  background-color: transparent;
  color: #f47521;
}

/* camp subscription */

.required-class {
  color: red;
}

.basic-container,
.payment-container {
  background-color: #e4e4e5;
  height: 75px;
  font-size: 24px;
}
.subs-form-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}
.common-form-style {
  margin-right: 10px;
  border-radius: 50%;
  padding: 20px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.color-bg {
  background-color: #f47521;
  color: #ffffff;
}

.non-color-bg {
  border: 1px solid #999999;
  color: #999999;
}
.not-active {
  color: #999999;
}

#edit-basic-details--4 .js-form-required::after {
  content: "*";
  color: red;
}

/*newly added*/

.contact-form-container .form-control {
  line-height: 2.45;
  border-radius: 0;
  padding: 0.375rem 1.75rem;
  font-size: 16px;
  border: 2px solid #f47521;
  transition: none !important;
  color: #000 !important;
}

.contact-form-container .form-control:focus {
  box-shadow: none;
  border-color: #f47521 !important;
}

.contact-form-container input::placeholder,
.contact-form-container textarea::placeholder {
  color: #848884 !important;
}

.contact-anchor {
  text-decoration: none;
  border: 2px solid #f47521;
  margin-right: 20px;
  padding: 15px 30px;
  color: #000;
  font-weight:500;
}

.contact-anchor:hover{
    border: 2px solid #f47521;
    color: #ffffff;
    background-color: #f47521;
}

.contact-form-container div[aria-label="Status message"] {
  color: #325e1c;
  border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
  background-color: #f3faef;
  background-image: unset;
  box-shadow: -8px 0 0 #77b259;
  padding: 12px;
  margin-bottom: 12px;
  margin-left: -4px;
}

.contact-form-container [role="contentinfo"] {
  display: block !important;
}

[role="contentinfo"] {
  color: red;
  display: none;
}

/* .contact-form-container #edit-submit {
  height: 100%;
  padding: 10px 45px;
  color: #000;
  background-color: #ffffff;
  border: 2px solid #f47521;
  border-radius: 0;
  font-weight: 500;
}

.contact-form-container #edit-submit:hover {
  background-color: #f47521;
  color: #ffffff;
} */

.contact-form-container #edit-submit {
  background-color: #f47521;
  color: #ffffff !important;
  padding: 10px 25px !important;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 700;
  display: inline-block;
  border: 1px solid #f47521;
}

.contact-form-container #edit-submit:hover {
  background-color: transparent;
  color: #f47521 !important;
  border: 1px solid #f47521;
}

.section-640-6236-inner-wrapper .block_page_overview{
    padding: 0;
}

.section-640-6236-outer-wrapper{
    padding: 0 !important;
}

.content-6236-width .blog-647-6223-container-wrapper{
    margin: 0;
    margin-bottom: 0px !important;
}

.blog-647-6223-container-wrapper .row{
    width: 100%;
}

.blog-647-6223-container-wrapper .flex-column{
    padding-left: 50px !important;
}

.blog-647-6223-container-wrapper p{
    font-size: 18px;
    font-weight: 500;
}

.blog-647-6223-container-wrapper .cb-title{
    margin-bottom: 20px !important;
}

.address-anchor{
    text-decoration: none;
    color: #000;
}

.address-anchor:hover{
    color: #f47521;
}

.content-6136-width .block_page_title h2{
    width: 75%
}

.content-6136-width .block_page_title{
    display: flex;
    justify-content: center;
}

.contact-form-container .form-text {
  margin-top: 0px;
}

.section-640-6136-inner-wrapper .submit-query-form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
