
.flex {
  display: flex;
}
.flex.valign-center {
  align-items: center;
}
.flex.halign-center {
  justify-content: center;
}
.flex.space-between {
  justify-content: space-between;
}

.flex-wrap {
  flex-wrap: wrap;
}

.col-12 {
  width: 99.996%;
}

.col-11 {
  width: 91.663%;
}

.col-8 {
  width: 66.664%;
}

.col-7 {
  width: 58.331%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.665%;
}

.col-4 {
  width: 33.332%;
}

.col-3 {
  width: 24.999%;
}
.menu-popup .wpcf7 p {
   margin: 0;
   padding: 0;
}
.contact-section {
  padding: 80px 0;
}
.contact-section h2, .contact-section p.lead {
  text-align: center;
}
.contact-section .contact-row {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}

.contact-section .contact-row .contact-form {
  background: #fff;
  border-radius: 10px 10px 0 0;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
}
.contact-section .contact-row .contact-form {
    padding: 0;
    max-width: 400px;
}
.contact-section .contact-row .contact-form .form-field {
  padding: 0 10px;
   margin-bottom: 20px;
}
.form-field label {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.contact-section .contact-row form{position:relative;}
.contact-section .contact-row .contact-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  height: 100%;
  padding: 0 70px 0 60px;
}
.contact-section .contact-row .contact-details p {
  margin-bottom: 40px;
}
.contact-section .contact-row .contact-details .global-presence h6 {
  color: #000;
}
.contact-section .contact-row .contact-details .global-presence .country-list {
  display: flex;
  flex-wrap: wrap;
}
.contact-section .contact-row .contact-details .global-presence .country-list .country {
  text-align: center;
  font-size: 1.2rem;
  min-width: 75px;
  margin-top: 12px;
}
.menu-popup .heading-text{background: #e7e7e7; margin: -25px; padding: 15px;}
.menu-popup .contact-form{margin-top: 50px}
.form-field textarea.form-input {min-height: auto;}

.menu-popup .wpcf7 .popup h4{margin: 0; text-align: left}
.menu-popup .wpcf7 .popup h4 + p{margin: 0; text-align: left}
.menu-popup .wpcf7 .popup textarea{height: 100px; width: 100%;}
.menu-popup .wpcf7 .wpcf7-form-control{width: 100%; height: 40px; outline: none; color: #ccc; border:1px solid #ccc; padding-left: 10px}
.menu-popup .wpcf7 label{font-size: 16px;}
.contact-section .contact-row .contact-form .form-field{margin-bottom: 10px}
.menu-popup .wpcf7 .popup .popup-close{position: absolute; top: 15px; right: 10px; font-size: 25px}
.menu-popup .wpcf7 .popup .form-btn{padding: 0px 10px}
.menu-popup .wpcf7 .popup .form-btn .big-btn.full-width{width: 100%; height: 50px; background: #1B8DCE; color: #fff; border: none; border-radius: 5px}