.bg_grey {
    background-color:#EDEDED;
}

.bg_white {
    background-color: white;
}

.col-contact{
    padding: 30px;
}

.contact-box{
    padding: 30px;
    border-radius: 5px;
    height: 100%;
}

.section_space_lg_contact {
    padding-top: 80px;
    padding-bottom: 80px;
}

.heading-contact {
    font-size: 23px;
    font-weight: 700;
    color: #0a1f40;
}

.heading_description {
    font-weight: 500;
    color: #283734;
}

.btn_green {
    background-color: #4dc247;
}

.btn.btn-contact {
  border: none;
  line-height: 1;
  padding: 0 40px;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  border: 2px solid transparent;
  border-radius: 100px;
}
.btn.btn-contact span {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn.btn-contact span small {
  display: block;
  padding: 16px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn.btn-contact span small:nth-child(2) {
  left: 50%;
  top: 100%;
  opacity: 0;
  width: 100%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.btn.btn-contact:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.btn-contact:hover {
  z-index: 1;
  color: #ffffff;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  /* -webkit-box-shadow: 0 8px 24px 0 rgba(16, 18, 19, 0.4);
          box-shadow: 0 8px 24px 0 rgba(16, 18, 19, 0.4); */
}
.btn.btn-contact:hover span small {
  color: #ffffff;
}
.btn.btn-contact:hover span small:nth-child(1) {
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.btn.btn-contact:hover span small:nth-child(2) {
  top: 50%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.btn.btn-contact {
    padding: 0px 22px;
}

.btn.btn-contact span small {
    padding: 10px 0;
    font-size: 16px;
    line-height: 20px;
}

.contact__input2 {
    position: relative;
    margin-top: -10px;
}

.contact__input2 select {
    width: 100%;
    /* max-width: 300px; */
    padding: 0 30px;
    height: 60px;
    background-color: #ffffff;
    color: #0d223c;
    font-size: 14px;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .04);
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%230d223c' height='16' width='16' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 26px;
}

.contact__input2 select:focus {
    background-color: #ffffff;
    outline: none;
}

a.contact-map-link:hover {
    color: #ff2d2d;
    font-weight: 500;
}

@media (min-width: 991px) {
    .contact-box{
        padding-right: 25px;
        padding-left: 35px;
        border: 1px solid #fbfaf6;
    }
}

@media (max-width: 500px) {
    .section_space_lg_contact {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .col-contact {
        padding: 15px 30px;
    }

    .contact__input2 {
        position: relative;
        margin-top: -10px;
        margin-bottom: 20px;
    }
}

