.bannerSection{
    min-height: 60vh;
    background: white;
    background: url(../../../ASSETS/IMG/contact-us/banner-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    
}
 
.bannerMask{
    min-height: 60vh;
    background: rgb(0 0 0 / 50%);
    position: absolute;
    width: 100%;
} 

.bannerSection .bannerTitle{
    font-size: 20px;
    color: black;
    background: white;
    padding: 10px 30px;
    text-align: center;
    position: relative;
    letter-spacing: 0px;
    top: 200px;
    border-radius: 5px;
    font-family: 'montserrat-bold';
}

   
/*----------------------------*/
/*-------- Form Section  -----*/
/*----------------------------*/
#formSection{
    background: #e0e7f2;
}

#frmContactUs{
    padding: 20px;
    background: white;
    border-radius: 10px;
    height: 100%; 
}

#frmContactUs label.heading{
    font-size: 30px;
    font-family: 'montserrat-bold'; 
}


#frmContactUs label.heading span{ 
    color: #5e7fcf;
}


span.titleLine {
    display: block;
    width: 150px;
    margin-top: 5px;
    margin-bottom: 10px;
    height: 5px;
    border-radius: 10px;
    background: linear-gradient(90deg, #8ca2ef, #072366);
} 

#frmContactUs p.desc{
    font-family: 'montserrat-medium';
    font-size: 14px;
    text-align: justify;
}

#frmContactUs p.desc span{
    color: red;
}

.contactInfoDiv{
    background: white;
    color: black;
    border-radius: 5px;
}

.contactInfoDiv .contactInfoMask{
    height: 100%;
    border-radius: 10px;
    padding: 20px;
    background: rgb(255 255 255 / 80%);
    left: 0;
    top: 0;
    z-index: -1;
    backdrop-filter: saturate(150%) blur(10px);
    -webkit-backdrop-filter: saturate(150%) blur(10px);
}

.contactInfoDiv label.title{
    font-family: 'montserrat-bold';
    font-size: 25px;
    margin-bottom: 0px;
}

.contactInfoDiv p.desc{
    font-family: 'montserrat-medium';
    font-size: 14px; 
    margin-bottom: 10px;
}

.contactInfoDiv label.subheading{
    font-family: 'montserrat-regular';
    font-weight: 600;
    font-size: 18px;
    margin-top: 20px;
}

.contactInfoDiv label.subheading span{
    border-left: 1px solid #afafaf;
    padding-left: 10px;
    margin-left: 5px;
}

.contactInfoDiv label.subheading i{
    font-size: 18px;
}

.contactInfoDiv p{
    font-size: 12px;
    margin-bottom: 20px;
} 
.contactInfoDiv p a{
    color: black;
    text-decoration: underline !important;
}
.btnSubmit{
    background: #5e7fcf;
    color: white;
    padding: 10px 30px;
    font-size: 12px;
    font-family: montserrat-medium;
    border-radius: 5px;
}

.btnSubmit:hover, .btnSubmit:focus{
    background: #1e46a7;
}

#map{
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 300px;
    margin-top: 20px;
    border: 2px solid white;
    border-radius: 10px;
    background: white;
}

label.error{
    font-size: 12px;
    color: #ff4c4c;
}

.frmText{
    font-family: arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
}
.frmText span{
    color: red;
}

.frmField{
    font-size: 12px;
    border-radius: 5px;
    background: #f1f3f6;
    border: 0px;
}

.frmField:hover,
.frmField:focus{
    background: #f1f3f6;
}

textarea.frmField{
    min-height: 100px;
}

