.contact-us-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
    width: 100%;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #ffffff8c;
    background-image: url('../images/new-images/Contact-us_02.jpg');
}

.contact-2 a {
    color: #00663A;
}


.response-map {
    height: 300px;
    width: 100%;
}

.contact-info-section h2 {
    text-align: center;
    margin: 30px 0;
    font-size: 2rem;
    color: #00663A;
    font-weight: 700;
}

.grid-container {
    display: flex;
    /* grid-template-columns: 1fr 1fr; */
    gap: 10px;
    justify-content: center;
}

.contact-1 i,
.contact-2 i {
    color: #00663A;
    font-size: 3rem;
    margin: 10px 0px;
}

.contact-1 p,
.contact-2 p {
    color: black;

}

.contact-1 h6,
.contact-2 h6 {
    font-size: 1.5rem;
    padding: 22px 20px;
    color: #00663A;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
}

.contact-1,
.contact-2 {
    /* box-shadow: inset 0 0 15px 0 #c7c7c7; */
    padding: 15px 20px;
    /* border: 1px solid black; */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);

    border-radius: 10px;
    width: 45%;
    height: auto;
}

.contact-us-banner-section img {
    width: 1265px;
}

.breatcome_title_inner h2 {
    color: #fff;
    margin: 0;
    font-size: 40px;
    margin-bottom: 6px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.breatcome_content ul {
    text-align: center;
}

.breatcome_content ul li {
    list-style: none;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.breatcome_content ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    margin-right: 5px;
}

.breatcome_content ul li a i {
    margin-left: 5px;
}

.contact-info-section {
    margin-top: 50px;
}


.search-wrapper {
    width: 450px;
    margin-top: 20%;
    border-radius: 40px;
    background: transparent;
    margin-left: 32%;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.search-wrapper input {
    width: 435px;
    height: 52px;
    padding: 6px 14px;
    float: left;
    text-align: left;
    border: 0;
    background: #fff;
    border-radius: 40px;
    border-top-style: none;
    margin-top: -135px;
}

.search-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 151px;
    font-size: 13px;
    text-transform: uppercase;
    height: 52px;
    border-radius: 40px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    margin: -135px 14px 20px 28px;
    color: #00663a;
    font-weight: 700;
}

.new-caption h2 {
    text-align: center;
    padding-top: 95px;
    font-size: 35px;
    color: #fff;
    font-weight: 600;
}

.address-li {
    margin-top: 55px;
}

.address-li h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    color: #00663a;
    font-weight: 600;
}

.contact-form-md-6 {
    border-radius: 20px;
    border: 1px dotted #85c13f;

}



@media screen and (max-width: 1440px) {
    /*.contact-us-banner{
        height: 55vh!important;
    }*/

    .new-contact-us-banner {
        height: 55vh;
    }

}


@media screen and (max-width: 1200px) {

    .new-contact-us-banner {
        height: 47vh;
    }

}

@media screen and (max-width: 1024px) {

    .contact-us-banner {
        height: 37vh;
    }

    .response-map {
        height: 300px;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .contact-us-banner {
        height: 22vh;
    }

    .response-map {
        height: 300px;
        width: 100%;
    }
}

@media screen and (max-width: 550px) {

    .contact-us-banner {
        height: 110vh !important;
        background-image: url('../images/new-images/mobile-banner/contact_us.jpg');
    }

    .grid-container {
        display: grid;
    }

    .contact-1,
    .contact-2 {
        width: 100%;
    }

    .response-map {
        height: 300px;
        width: 100%;
    }
}

@media screen and (max-width: 476px) {

    .contact-form-md-6 {
        border-radius: 10px;
        border: 1px dotted #85c13f;
        width: 90%;
        margin: 20px auto;
    }

    .contact-us-banner {
        height: 60vh !important;
        background-image: url('../images/new-images/mobile-banner/contact_us.jpg');
    }

    .response-map {
        height: 300px;
        width: 100%;
    }
}

@media screen and (max-width: 426px) {

    .contact-form-md-6 {
        border-radius: 10px;
        border: 1px dotted #85c13f;
        width: 90%;
        margin: 20px auto;
    }

       .contact-us-banner {
        height: 60vh !important;
        background-image: url(../images/new-images/mobile-banner/contact_us.jpg);
    }

    .grid-container {
        display: block;
        /*margin-left: 20%;*/

    }

    .contact-2 {
        margin-top: 20px;
    }

    .contact-1,
    .contact-2 {
        width: 100%;
    }

    .response-map {
        height: 300px;
        width: 100%;
    }
}


@media screen and (max-width: 376px) {

    .contact-form-md-6 {
        border-radius: 10px;
        border: 1px dotted #85c13f;
        width: 90%;
        margin: 20px auto;
    }

    .contact-us-banner {
        height: 70vh !important;
        background-image: url('../images/new-images/mobile-banner/contact_us.jpg');
    }

    .about-form-section {
        height: auto;
    }

    .response-map {
        height: 300px;
        width: 100%;
    }
}

@media screen and (max-width: 320px) {

    .response-map {
        height: 300px;
        width: 100%;
    }

    .about-form-section {
        padding: 0px;
    }

    .contact-us-banner {
        height: 60vh !important;
        background-image: url('../images/new-images/mobile-banner/contact_us.jpg');
    }
}