
.underHeader {
    height: 64px;
}


.myBtn {
    background-color: #0870E5;
}




/************************************* bigBanner *************************************/


.bigBanner img {
    width: 100%;
    height: auto;
}


/************************************* section7 *************************************/

.section7{
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
}

.form-control {
    background-color: #f2f2f2;
    border-color:#0870E5;
}

/************************************* section8 *************************************/

.section8{
    background-color: #f2f2f2;
    padding-top: 30px;
    padding-bottom: 30px;
}


.section8 .qaArea {
    border-top: 1px solid #0870E5;
    margin-bottom: 30px;
    margin-top: 30px;
}

.section8 .qaArea .oneQa {

    border-bottom: 1px solid #0870E5;
}

.section8 .qaArea .oneQa .questionArea {
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    text-align: left;
    
}
.section8 .qaArea .oneQa .questionArea:hover {
  
    background-color: #fff;
}

.section8 .qaArea .oneQa .questionArea:hover .oneQButton {
  
    background-image: url(../img/contactUs/Close.svg);
}


.section8 .qaArea .oneQa .questionArea h5 {
    color: #0870E5;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 19px;
    margin-bottom: 0px;
}

.section8 .qaArea .oneQa .questionArea p {
    font-size: 15px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 0px;
}

.section8 .qaArea .oneQa .questionArea .oneQButton {
    float: right;
    cursor: pointer;
    width: 25px;
    height: 25px;
    background-image: url(../img/educationProject/Open.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.section8 .qaArea .oneQa .questionArea .oneQButton:hover {
/*    opacity: 0.7;*/
}

.section8 .qaArea .oneQa .answerArea {
    border-top: 1px solid #0870E5;
    padding-top: 15px;
    padding-bottom: 15px;
    display: none;

}

.section8 .qaArea .oneQa .answerArea h5 {
    font-size: 15px;
    font-weight: bold;
    line-height: 21px;
}