.Contact_section{
    background:#1F83BD0D;
}




.error{
  color: red !important;
}

/* #card_color{
    background: #ffffff47;
} */

#email1 {
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    outline:none;
    box-shadow:none;
}

#phone {
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    outline:none;
    box-shadow:none;
}

#fax {
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    outline:none;
    box-shadow:none;
}

#address {
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    outline:none;
    box-shadow:none;
}
.slick-wrapper{
    padding-top: 15px;
    font-weight: bold;
}

#card_h2{
    margin-top: 10px;
    margin-bottom: 10px;
}
#nav_btn{
    margin-bottom: 15px;
    background: #1f83bd;
}

#contact_img{
    max-width: 80%;
    margin-top: 60px;
    /* margin-right: -65px; */
    margin-left: 55px;
    padding-bottom: 100px;
}

@media screen and (max-width: 425px) {
  .xs_card_title{
    font-size: 24px;
  }
  label {
    font-size: 14px ;
  }
  .form-control {
    font-size: 14px;
  }
  .font_32 {
    font-size: 24px;
  }
}
