.bgimg {
    background: hsl(206.67deg 5.45% 96.82%);
}

/* uppernav */
.uppernav-ul li a {
    color: black;
    background: none;
}

.uppernav-ul img {
    filter: none;
}

.uppericon-ul img {
    filter: none;
}

.uppericon-ul img:hover {
    filter: drop-shadow(1px 1px 1px #666);
}

.nav-ul {
    margin: 11px;
}

.nav-ul li a {
    color: black;
    background: none;
}

/* first section */

.background {
    background: url(../img/contactimg/contact.jpg);
    background-size: cover;
    background-position: 0px;
    background-repeat: no-repeat;

}

.first-section-small-heading h3 {
    font-size: 14px;
  }

.about-first-section-main {
    margin: auto;
    padding: 0px 27px;
    height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: hsl(211deg 25.64% 54.12% / 72%);
    font-family: "Manrope", sans-serif;
}

.first-section-small-heading,
.first-section-heading h3,
.first-section-para {
    color: white;
}




/* second section */

.main-firsthalf,
.main-secondhalf {
    width: 95%;
    margin: auto;
}

.main-firsthalf {
    margin-bottom: 80px;
}

.map {
    text-align: center;
    width: auto;
    height: 27rem;
    margin: auto;
}


.section-heading {
    text-align: center;
    font-family: sans-serif;
}

.section-p {
    width: 75%;
    margin: auto;
    text-align: center;
    margin: 10px auto;
}

.contact-box {
    display: flex;
    justify-content: center;
    margin: auto;
    text-align: center;
    margin-top: 22px;
}

.small-boxes {
    width: 20vw;
    min-width: 20vw;

}



/* contact form */

label {
    width: 109px;
    display: inline-block;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #36c;
    padding: 3px;
}

.message-label{
    vertical-align: top;
    padding-top: 13px;
}

.form-input,
select,
textarea {
    width: 84%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    font-size: 17px;
    outline-color: #36c;
    font-family: sans-serif;
}

.submit-btn {
    display: block;
    align-items: center;
    appearance: none;
    background-color: #FCFCFD;
    border-radius: 4px;
    border-width: 0;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
    box-sizing: border-box;
    color: #36395A;
    cursor: pointer;
    display: flex;
    font-family: "JetBrains Mono",monospace;
    height: 48px;
    margin: 0 112px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-size: 18px;
}

.submit-btn:hover {
    box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
    transform: translateY(-2px);
}


.form-container {
    border-radius: 5px;
    background-color: #e3edf7;
    padding: 20px;
    overflow: hidden;
}


/* footer */

.upper-footer{
    width: 100%;
    text-align: center;
}

.footer-div2 {
    margin: 18px 5px;
    margin-bottom: 0;
}

.upper-footer h3{
    color: black;
}





/* For mobile */
@media only screen and (max-width: 709px) {
    .uppernavbar{
        border-bottom: 2px solid hsl(220deg 69.8% 74.41%);
}

    .bothimg-text {
        flex-direction: column-reverse;
    }

    .section-heading {
        font-size: 22px;
        letter-spacing: 0px;
    }

    .both-text-div {
        padding: 10px 13px;
    }

    .bar1, .bar2, .bar3 {
        background-color: hsl(220deg 60% 50% / 76%) !important;
    }

    .small-boxes {
        width: 100%;
        margin: 11px 0px;
    }

    .contact-box {
        flex-direction: column;
        overflow: hidden;
    }



}


/* media query for ipad air and ipad mini */
@media (min-width: 768px) and (max-width: 820px) {
    .contact-box {
        flex-direction: column;
    }

    .small-boxes {
        width: 100%;
    }

}