/* contact us css */
.contact {
    margin: 30px 0;
    background-repeat: no-repeat;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    background-size: 100% 100%;
}

.contact-heading h1 {
    font-size: 26px;
    display: block;
    text-align: center;
    padding-top: 75%
}

.contact-form {
    padding: 20px 0px;
}

.col input,
.col textarea {
    font-size: 14px
}

.contact-details ul {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 10px !important;
}

.mt-50 {
    margin-top: 30px
}

.contact-details ul li {
    list-style: none;
    line-height: 18px;
    font-size: 14px;
    color: #222;
    position: relative;
    padding: 5px 5px 0px 28px;
    margin-bottom: 2px;
}
.form-input{
    padding: .575rem .75rem !important;
}
.contact-details ul li a {
    text-decoration: none;
    color: #0b415d
}

.contact-details ul li a i {
    position: absolute;
    left: 7px;
    top: 9px;
    color: #14a1b5;
    font-size: 14px;
    font-weight: 600;
}

.send {
    background: #0182a3;
    color: #fff;
    padding: 5px 26px;
    border: none;
    /* border-color: #0b415d; */
    border-radius: 5px;
    font-weight: 500;
}

@media screen and (max-width:991px) {
    .header {
        padding-bottom: 0
    }

    .contact {
        background-image: none !important;
        border: 1px solid #0b415d
    }

    .contact-heading h1 {
        padding-top: 25px;
        font-size: 22px
    }

    .contact-form {
        padding: 10px
    }

    .contact-form h6 {
        text-align: justify;
        font-size: 14px;
        padding-bottom: 10px
    }

    .contact-details ul {
        padding: 10px !important
    }
}


@media screen and (min-width:992px) and (max-width:1200px) {
    .contact-details ul {
        padding: 50px 0 0;
        

    }
}

@media screen and (min-width:481px) and (max-width:575px) {
    #wrapper {
        bottom: 263px
    }
}
.main_heading h1{
    color: #7fac2e;
    text-align: center;
    font-size: 26px;
    /* padding: 10px 55px; */
    font-weight: 700;
    margin-bottom: 0px;
}
.main_heading{
    text-decoration: none;
}
.contact-us{
    margin-top: 30px;
}
.main_heading2 h1{
    color: #fa6807;
    text-align: center;
    font-size: 26px;
    /* padding: 10px 55px; */
    font-weight: 700;
    margin-bottom: 0px;
}
.main_heading2{
    text-decoration: none;
}

/* Make the form fill its column */
.contact-form,
.contact-form .form-control,
.contact-form textarea {
  width: 100%;
}

.contact {
  /* keep your bg image; ensure padding so it doesn't feel cramped */
  padding: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
}

/* Tidy spacing */
.contact_para { margin-bottom: 16px; }
.submit-button-wrapper { margin-top: 12px; }

/* Optional: shrink vertical gaps on small screens */
@media (max-width: 991.98px) {
  .contact { padding: 16px; }
}
