.header-alert {
  background: #c90009;
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
  text-align: center;
}

.header-alert p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

.header-alert p a {
  color: #fff;
  font-weight: bold;
}

.contact-form label {
  display: block;
  font-weight: bold;
  margin-top: 20px;
  text-transform: bold;
  margin-bottom: 5px;
  font-size: 14px;
  color: #4d4d4d;
}

.contact-form input {
  padding: 10px 20px;
  border-radius: 10px;
  border: 2px solid #E0E0E0;
  width: 100%;
}

.contact-form textarea {
  padding: 10px 20px;
  border-radius: 10px;
  min-width: 250px;
  border: 2px solid #E0E0E0;
  width: 100%;
}

.contact-form .form-row {
    display: block;
    clear: both;
}

.contact-form .form-item {
  vertical-align: top;
  margin-right: 30px;
  float: left;
  width: calc(25% - 30px);
  display: block;
  padding: 0;
}

.contact-form input.btn-primary {
  width: auto;
    background: #c90009;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 20px 60px;
    margin-bottom: 30px;
}

.contact-form .form-item.subject {
  width: calc(75% - 30px);
}

.contact-form .g-recaptcha {
  float: right;
  margin-right: 30px;
}

@media (max-width:960px) {
  .contact-form .form-item {
    width: 100%;
  }
  .contact-form .form-item.subject {
    width: 100%;
  }
  .contact-form .g-recaptcha {
    margin-right: 0;
  }
}

.success {
  color: green;
  font-size: 18px;
}

.google-map {
  position: relative;
}

.google-map .contact-left {
float: left;
width: calc(50% - 60px);
padding-right: 50px;
}

.google-map .contact-right {
float: right;
width: 50%;
padding-right: 50px;
}

.footer .contact-info img.best {
     float: right;
     width: 250px;
     Height: auto;
  }

@media (max-width:549px) {
  .footer .contact-info img.best {
     float: left;
    width: 100%;
    padding: 50px;
  }


}

.footer {
height: auto;
}

.about-icon {
position: absolute;
bottom: 0;
right: 0;
opacity: .1;
}

@media (max-width:919px) {
.about-icon {
position: relative;
float: right;
}
}


.header-logo {
position: relative;
}

img.anniversary {
position: absolute;
    width: 75px;
    height: auto;
    border-radius: 50%;
    right: 15px;
    top: 15px;
    
}


.interior-content::after {
    content: '';
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    background: url(https://www.allsecure.com/lib/img/alliance-security-icon.svg) no-repeat bottom right;
    width: 335px;
    height: 270px;
    opacity: .1;
}

.interior-content {
position: relative; 
}