.contact-section{
    position: relative;
}

.contact-section iframe{
    width: 100%;
    display: block;
}

.contact-boxes{
    position: relative;
    margin-top: -100px;
    z-index: 2;
}

.contact-card{
    background: #d5d5d5;
    padding: 35px 5px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.contact-card.active{
    background: #f45b5b;
    color: #fff;
}

.contact-card i{
    font-size: 28px;
    margin-bottom: 15px;
}
.contact-form-section{
    background: #fff;
}

.sub-title{
    color: #d99;
    font-style: italic;
    font-size: 18px;
}

.contact-form-section h2{
    font-size: 48px;
    font-weight: 700;
    margin-top: 10px;
    color: #222;
}

.title-line{
    width: 50px;
    height: 3px;
    background: #f45b5b;
    margin: 15px auto;
}

.contact-form-section p{
    max-width: 800px;
    margin: auto;
    color: #777;
    line-height: 28px;
}

.custom-input{
    height: 55px;
    border: 1px solid #eee;
    border-radius: 0;
    padding-left: 20px;
    box-shadow: none !important;
}

textarea.custom-input{
    height: auto;
    padding-top: 15px;
}

.custom-input:focus{
    border-color: #f45b5b;
}

.send-btn{
    background: #f45b5b;
    color: #fff;
    border: none;
    padding: 14px 45px;
    font-weight: 600;
    transition: 0.3s;
}

.send-btn:hover{
    background: #e04848;
}
.adress_f{
font-size:20px!important;
}

@media (max-width: 767.98px) {
  .contact-form-section h2 {
    font-size: 2rem;
  }

  .contact-boxes {
    margin-top: 0;
    padding-top: 1.5rem;
  }

  .contact-section iframe {
    height: 280px !important;
  }

  .contact-card {
    padding: 24px 12px;
  }

  .adress_f {
    font-size: 16px !important;
  }
}