.imgBannerMsg{
    width: 100%;height: 80vh;
}
.bannermsgTxt{
    position: absolute;top: 0%;left: 0%;background: rgba(0, 0, 0, 0.616);height: 80vh;width: 100%;display: flex;justify-content: center;align-items: center;
}
.bannermsgTxt h1{
    color: rgb(240, 240, 240);font-size: 80px;
}

/* //form */
.mainContMsg{
    background: linear-gradient(180deg, rgba(14, 50, 99, 1) 0%, rgba(25, 178, 181, 1) 100%);height: 170vh;
}
.contentContmsg{
    display: flex;flex-direction: row;justify-content: space-around;align-items: center;height: 75vh
}
.contentContmsgA{
    width: 47%;color: #fff;
}
.contentContmsgB{
    width: 40%;height: 68vh;background: rgba(208, 208, 208, 0.599);border-radius: 10px;display: flex;flex-direction: column;justify-content: space-around;align-items: center;
}
.contentContSendMsg{
    height: 70vh;
}
.contentContSendMsgA{
    display: flex;display: flex;flex-direction: row;justify-content: space-around;align-items: center;height: 90vh
}
.contentContSendMsgB{
    width: 47%;color: #fff;
}
.contentContSendMsgC{
    width: 47%
}
/* //content2 */
.emailMaincont{
    background: linear-gradient(180deg, rgb(223, 225, 230) 0%, rgb(59, 201, 203) 100%);height: 170vh;
}
.emailContentcont{
    color: #000000;display: flex;flex-direction:column;justify-content: center;align-items: center;height: 70vh;
}
.emailContentcontA{
    height: 70vh;
}
.emailContentcontA1{
    display: flex;flex-direction: row;justify-content: space-around;align-items: center;height: 90vh
}
.emailContentcontA2{
    width: 47%;color: #000000;
}
.emailContentcontA3{
    width: 47%;
}

/* //contentVoice */
.voiceMainCont{
    background: linear-gradient(180deg, rgba(14, 50, 99, 1) 0%, rgba(25, 178, 181, 1) 100%);
    height: 100vh;
}
.voicContentCont{
    color: #fff;display: flex;flex-direction:column;justify-content: center;align-items: center;height: 40vh;
}
.voicContentContA{
    height: 70vh
}
.voicContentContA1{
display: flex;flex-direction: row;justify-content: space-around;align-items: center;height: 50vh
}
.voicContentContA11{
    width: 47%;
}
.voicContentContA12{
    width: 47%;color: #fff;
}
@media screen and (max-width: 650px) {
    .imgBannerMsg{
        width: 100%;height: auto;
    }
    .bannermsgTxt{
        position: absolute;top: 0%;left: 0%;background: rgba(0, 0, 0, 0.616);height: 25vh;width: 100%;display: flex;justify-content: center;align-items: center;
    }
    .bannermsgTxt h1{
        color: rgb(240, 240, 240);font-size: 30px;
    }
    
/* //form */
.mainContMsg{
    background: linear-gradient(180deg, rgba(14, 50, 99, 1) 0%, rgba(25, 178, 181, 1) 100%);height: auto;
}
.contentContmsg{
display: flex;flex-direction:column;justify-content: space-around;align-items: center;height: auto;padding: 0px 0px 20px;
}
.contentContmsgA{
    width: 90%;color: #fff;height: auto;display: flex;flex-direction: column;justify-content: center;align-items: center;
    padding: 15px 0px;
}
.contentContmsgB{
    width: 90%;height: 72vh;background: rgba(208, 208, 208, 0.599);border-radius: 10px;display: flex;flex-direction: column;justify-content: space-around;align-items: center;
}
.contentContSendMsg{
    height: auto;
}
.contentContSendMsgA{
    display: flex;display: flex;flex-direction: column;justify-content: space-around;align-items: center;height: auto
}
.contentContSendMsgB{
    width: 90%;color: #fff;height: auto;
}
.contentContSendMsgB h5{
    font-size: 13px;
    font-weight: 400;
}
.contentContSendMsgC{
    width: 100%
}

/* //content2 */
.emailMaincont{
    background: linear-gradient(180deg, rgb(223, 225, 230) 0%, rgb(59, 201, 203) 100%);height: auto;
    padding: 10px 0px 0px;
}
.emailContentcont{
    color: #000000;display: flex;flex-direction:column;justify-content: center;align-items: center;height: auto;
}
.emailContentcontA{
    height: auto;
}
.emailContentcontA1{
    display: flex;flex-direction: column;justify-content: space-between;align-items: center;height: auto
}
.emailContentcontA2{
    width: 90%;color: #000000;
}
.emailContentcontA3{
    width: 100%;
}
/* //contentVoice */
.voiceMainCont{
    background: linear-gradient(180deg, rgba(14, 50, 99, 1) 0%, rgba(25, 178, 181, 1) 100%);
    height: auto;
}
.voicContentCont{
    color: #fff;display: flex;flex-direction:column;justify-content: center;align-items: center;height: auto;
    padding: 15px 0px;
}
.voicContentContA{
    height: auto
}
.voicContentContA1{
    display: flex;flex-direction: column;justify-content: space-around;align-items: center;height: auto
}
.voicContentContA11{
    width: 100%;
}
.voicContentContA12{
    width: 90%;color: #fff;
}
.voicContentContA12 h3{
  font-size: 18px;
}
.navbar-collapse{
    background: #0C0127;
    padding: 20px;
    }
}



.modal-backdrop.show {
    z-index: auto;
  }
  .modalCss{
    z-index: 99;
  }
  
  