/* navbar -- start */
.header.fixed{
    background: white;
    z-index: 999;
}

.nav-item .nav-link{
    color: black;
}

.nav-item .nav-link:hover{
    color: black;
}

.nav-item .nav-link:active{
    color: black;
}

.nav-item.dropdown .nav-link.show{
    color: black;
}

.nav-item .current{
    color: #679C2B;
}

.nav-item .current:hover{
    color: #679C2B;
}

.nav-item .current:active{
    color: #679C2B;
}

.nav-item.dropdown .current.show{
    color: #679C2B;
}
/* navbar -- end */

/* maps heading -- start */
.maps_page{
	margin-top: 120px;
	margin-bottom:100px;
}
.maps_heading{
	width:100%;
}
.map-card img{
	width:100%;
}
.maps_heading h2{
	font-size: 58px;
    font-weight: 700;
    text-align: center;
    line-height: 72px;
    width: 80%;
    margin: 120px auto 0px;
}

.maps_heading p{
    font-size: 16px;
    text-align: center;
    width: 80%;
    margin: 20px auto 0px;
}

.maps_heading img{
    position: absolute;
    z-index: -1;
    top: 135px;
    right: 508px;
    width: 330px;
    height: 400px;
}
/* maps heading -- end */

/* maps cards -- start */
.maps_contents{
    margin-top: 150px;
}
.maps_contents .maps_card{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 65px;
    gap: 25px;
}

.maps_card .card{
    width: 255px;
    height: 110px;
    border-radius: 12px;
    border: 1px solid #100D0D;
    padding: 30px 24px 32px 20px;

}

.card .card_content{
    line-height: 23px;
}

.card_content h3{
    font-size: 17px;
    font-weight: 700;
} 

.card_content a{
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    color: #4E8AF4;
}
/* maps cards -- End */