/* Contact CSS */

.contact-section {
    padding-bottom: 100px;
  }
  
  .map-area iframe {
    width: 100%;
    height: 525px;
    border: none;
  }
  
  .contactForm .form-group .form-control {
    height: 60px;
    color: #999797 !important;
    background-color: #0023490d;
    border-radius: 0;
    padding: 0;
    font-size: 14px;
    padding: 10px 20px;
  }
  
  .contactForm .form-group .form-control:focus {
    background-color: #fff;
    border-color: #002349;;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  .contactForm .form-group textarea.form-control {
    border: 1px solid #f2eeee;
    border-radius: 0;
    height: 260px;
  }
  
  .contactForm .send-btn {
    text-align: center;
  }
  
  .contactForm .send-btn .send-btn-one {
    display: inline-block;
    padding: 14px 40px;
    font-size: 15px;
    font-weight: 500;
    background-color: #002349;
    border: 1px solid #002349;
    color: #fff;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: 0.5s;
  }
  
  .contactForm .send-btn .send-btn-one:hover {
    background-color: #ffffff;
    color:#002349;;
  }
  
  .contactForm .send-btn label {
    margin-bottom: 0;
  }
  
  .contactForm .send-btn .comment-form-cookies-consent {
    font-size: 14px;
    color: #777777;
    font-weight: 400;
    margin: 0 0 30px 0;
  }
  
  .contactForm .send-btn input[type=checkbox], .contactForm .send-btn input[type=radio] {
    position: relative;
    top: 2px;
  }
  
  
  /* Newsletter CSS */
  
  .newsletter-section {
    padding-bottom: 100px;
    padding-top: 0;
    position: relative;
  }
  
  .newsletter-title {
    margin-bottom: 40px;
    text-align: center;
  }
  
  .newsletter-title h2 {
    font-size: 36px;
    color: #222222;
    margin: 0px 0 15px 0;
  }
  
  .newsletter-title p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
  }
  
  .newsletterForm {
    margin-top: 0px;
    max-width: 750px;
    margin: auto;
    position: relative;
  }
  
  .newsletterForm .form-control {
    background: transparent;
    border: 1px solid #e7edf4;
    background-color: #e7edf4;
    border-radius: 0px;
    height: 60px;
  }
  
  .newsletterForm .form-control:focus {
    border: 1px solid #002349;;
    background-color: #ffffff;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  .newsletterForm .newsletter-btn-one {
    position: absolute;
    right: 0;
    top: 0;
    padding: 17px 30px;
    border: none;
    background-color: #002349;;
    color: #fff;
    border: 1px solid #002349;;
    -webkit-transition: .6s;
    transition: .6s;
  }
  
  .newsletterForm .newsletter-btn-one:hover {
    background-color: transparent;
    border: 1px solid #002349;;
    color: #002349;;
    text-decoration: none;
  }
  
  .newsletterForm .comment-form-cookies-consent {
    text-align: center;
    margin: 30px 0 0 0;
  }
  
  .newsletterForm label {
    margin-bottom: 0;
  }
  
  .newsletterForm #validator-newsletter {
    margin-top: 10px;
    font-size: 14px;
    color: #dc3545 !important;
    text-align: center;
  }
  
  
  
  /* Reply CSS */
  
  .reply-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f0f5f2;
    line-height: 1;
  }
  
  .leave-a-reply {
    text-align: center;
  }
  
  .leave-a-reply .reply-content {
    margin-bottom: 50px;
  }
  
  .leave-a-reply .reply-content h3 {
    font-size: 25px;
    margin-bottom: 14px;
  }
  
  .leave-a-reply .form-group .form-control {
    height: 60px;
    padding: 10px 20px;
    font-size: 14px;
    border: unset;
    border-radius: 2px;
    color: #818992;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  .leave-a-reply .form-group .form-control:focus {
    border-color: unset;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  .leave-a-reply .form-group textarea.form-control {
    height: 200px !important;
  }
  
  .leave-a-reply .send-btn {
    margin-top: 10px;
  }
  
  .leave-a-reply .send-btn .send-btn-one {
    display: inline-block;
    padding: 16px 40px;
    background-color: #002349;;
    color: #ffffff;
    border: 1px solid #002349;;
    font-size: 15px;
    font-weight: 500;
    width: 30%;
  }
  
  .leave-a-reply .send-btn .send-btn-one:hover {
    background-color: #ffffff;
    color: #002349;;
    text-decoration: none;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: 0.5s;
  }
  
  