.banner {
    height: 50vh;
}

.contact {
    background-color: #fff;
    /* margin-bottom: 20px; */
}

.contact .contactBox {
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact .contactMap {
	height: 600px;
}
.font3Main{
   display: flex; 
   align-items: center;

}
.contactButton{
    margin-left: 20px;
}
.button{
    width: 240px;
    position: relative;
    overflow: hidden;
    display: block;
    background: #1e89e6;
    border-radius: 10px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    border: none;
    /* font-style: italic; */
}
.button:hover::after {
    transform: translate3d(-50%, -50%, 0) scale(1.3);
}
.fas{
    margin-right: 10px;
}
.bannerTitle{
    color: #333;
}
.banner .font2C h2{
    font-size: 30px;
    font-weight: bold;
    color: #000000;
}
.banner .font2C h3 {
    font-size: 18px !important;
    font-weight: 600;
}
.font2C{
    display: flex;
    justify-content: center;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    flex-direction: column;
}
h2, h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.font2C h3{
    font-size: 15px;;
    text-transform: uppercase;
    color: #333333;
    letter-spacing: 3px;
    font-weight: 400;
}
.font2C h2{
    font-size: 24px;
    font-weight: 500;
    color: #333;
}
.contact .fontColor1{
    color: #000000;
}
.footerBox{
    padding-top: 6px;
}