@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: "Open Sans", sans-serif;;
}

#navbarNav li a{
    margin-right: 20px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    font-style:italic;
    color: #f1f3f5; !important;
}
#navbarNav li a:hover{
    color: #bcdeeb; !important;
}
.background {
    background: url('/Asstes/img/contactUs.jpg') no-repeat center center ;
    background-size: cover;
    height: 80vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #f0f3bd;
}
.bg-color-opacity{
    background: rgba(218, 165, 32, 0.51);
    border: 2px solid rgba(218, 165, 32, 0.51);

}
.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}

.whatsapp-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    width: 90%;
    max-width: 320px;
    transition: all 0.3s ease;
}
.number {
    border-left: 3px solid lawngreen !important;
}

.bg-color{
    background-color: #2db743;

}
.font-h{
    color: #d9f1dd;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;

}
.font-p{
    color: #d9ebc6;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}
.text-color{
    color:#a5abb7;
    font-weight: 500;
    font-size: 11px;
    line-height: 21px;
}



.card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.mBot{
    margin-bottom: 10rem;
}
.addressH1{
    color:#043567;
    font-weight: 700;
    font-size: 40px;
    line-height: 35px;
    font-family: Roboto;
}
.footer-h51{
    font-family: Lato !important;
    font-weight: 600 !important;
    font-size: 22px !important;
    line-height: 22px !important;
    color: #4181ca !important;
}
.footer-anc1 a{
    font-family: Roboto !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 30px !important;
    color: #5a97f3 !important;
    transition: all .2s ease-in-out;
    display: inline-block;
}

.footer-p1{
    font-family: Roboto !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 30px !important;
    color: #5f6267 !important;
}



.footer-anc1 a:hover {
    color: #6392bd !important;
    transform: scale(102%);
}
@media (max-width: 768px) {
    .map iframe {
        width: 100%;
        height: 200px;
    }

}