/* CSS Document */
.contentBox .leftBox {
  padding: 0 50px 0 0;
}

.contentBox .rightBox {
  padding: 0;
}

.shareBox {
  float: right;
}

 
.banner2 .titleBox {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    z-index: 2;
    opacity: 1;
    transform: translate(0px, 0px);
}

.banner2 .titleBox h2 {
    background: none;
  color: #fff
}

.banner2 .titleBox em {
    background: none;
    color: #fff
}


.banner2 .classBox {

    vertical-align: top;
    padding: 0;
    padding-bottom: 20px;
}

.banner2 .titleBox em:after {

    background-color: #fff;
}

@media (max-width: 1181px) {

    .mainArea {
        padding: 0 0 20px 0;
    }

    .banner2 {
        margin-top: 0px;
    }


}

@media (max-width: 1023px) {
    .contentBox .leftBox {
        padding: 20px 0;
    }
}



@media (max-width: 640px) {
    .banner2 {
        height: 200px;
    }
}


@media (max-width: 480px) {

}