.title img{
  width: 100%;
}
.title h1{
  text-align: center;
  font-size: 18px;
  padding-top: 2.5%;
  padding-bottom: 1.5%;
  margin-top: -1%;
  color: #fff;
  background: linear-gradient(180deg,#99CC66,#228B22);
}
section.topsec{
  padding-left: 3%;
  padding-right: 3%;
}
h2{
  font-size: 14px;
  background-color: #496b32;
  text-align: center;
  color: #fff;
  padding-top: 3%;
  padding-bottom: 3%;
}
.topimage{
  margin-top: 5%;
  margin-bottom: 5%;
}
.topimage img{
  width: 22%;
  display: inline;
  padding-left: 1.5%;
}
.topimage img:first-child(){
  padding-left: 0;
}
.black h3{
  font-size: 16px;
  text-align: center;
  margin-top: 5%;
  padding-top: 3%;
  padding-bottom: 10%;
  color: #fff;
}
.black{
  background-image: url(../image/blackbg.png);
  background-size: 100% 80%;
  background-repeat: no-repeat;
}
.wordtwoimgdiv img{
  padding-top: 2%;
  width: 99%;
}
.wordtwoimgdiv .pdiv {
    width: 36%;
    float: left;
}
.wordtwoimgdiv .pdivtwo {
    width: 47%;
    float: left;
}
.wordtwoimgdiv .pdiv p{
  font-size: 12px;
  padding-top: 3%;
  line-height: 1.5em;
  text-align: justify;
}
.wordtwoimgdiv .pdivtwo p{
  font-size: 12px;
  padding-top: 3%;
  line-height: 1.5em;
  text-align: justify;
}
.twoimg {
    float: right;
    width: 60%;
}
.twoimg img {
    padding-top: 2%;
    width: 31%;
    display: inline;
}
div.floatimg{
  width: 100%;
  float: right;
}
div.floatimg img{
  width: 47%;
  float: left;
}
div.floatimg img:nth-child(2){
  padding-left: 5%;
}
.wordoneimgdiv img{
  padding-top: 2%;
  width: 24%;
}
.wordoneimgdiv .pdiv{
  width: 47%;
  float: left;
}
.wordoneimgdiv .pdiv p{
  font-size: 12px;
  padding-top: 5%;
  line-height: 1.5em;
  text-align: justify;
}
.oneimg {
  float: right;
  width: 47%
}
.oneimg img{
  padding-top: 5%;
  width: 100%;
}
.twoimgdiff{
  width: 48%;
  float: right;
}
h3.greenbar{
  font-size: 14px;
  background-color: #496b32;
  text-align: center;
  color: #fff;
  padding-top: 3%;
  padding-bottom: 3%;
  margin-top: 10%;
}
.padleftright{
  padding-left: 3%;
  padding-right: 3%;
}
.bg{
  padding-bottom: 5%;
  background-color:#dde4d8;
}
.brp br{
  display: none;
}
.bg p{
  text-align: center;
  line-height: 2em;
  font-size: 15px;
  padding-top: 3%;
}
.bg .boxp{
  border:1px solid #000;
  padding-top: 1%;
  margin-top: 3%;
  margin-bottom: 3%;
}

.bg .blackbox:nth-child(odd) p{
  line-height: 28px;
}
.bg .blackbox:nth-child(even) p{
line-height: 19px;
}

.blackbox{
  background-color: #3a3333;
  margin-top: 5%;
  border-radius: 10px;
}
.blackbox p{
  width: 96%;
  text-align: right;
  color: #fff;
  padding-bottom: 2%;
  margin-top: 5%;
  font-size: 14px;
  padding-top: 0;
  padding-right:5%;
  height: 65px;
  line-height: 1.5em;
  display: inline-block;
}

.blackbox p:before {
  content: '';
  margin-left: 5%;
  display: inline-block;
  width: 59px;
  height: 59px;
  float: left;
  background-image: url(../image/blackmark.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.green h3{
  font-size: 14px;
  text-align: center;
  margin-top: -5%;
  padding-top: 3%;
  padding-bottom: 10%;
  color: #fff;
}
.green h3 span{
  display: block;
  padding-top: 1%;
  font-size: 18px;

}
.redbox{
  border: 3px solid #cb2423;
  margin-top: 5%;
  border-radius: 10px;
}
.redbox p{
  width: 96%;
  text-align: right;
  color: #cb2423;
  padding-bottom: 3%;
  margin-top: 5%;
  font-size: 14px;
  padding-top: 0;
  padding-right:5%;
  height: 65px;
  line-height: 1.5em;
  display: inline-block;
}

.redbox p:before {
  content: '';
  margin-left: 5%;
  display: inline-block;
  width: 62px;
  height: 62px;
  float: left;
  background-image: url(../image/redmark.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.green{
  background-image: url(../image/greenbg.png);
  background-size: 100% 80%;
  background-repeat: no-repeat;
}
.planbox{
  margin-top: 10%;
  border:1px solid #000;
  border-radius: 15px 15px 0px 0px;
}
.planbox h3 {
    border-radius: 15px 15px 0px 0px;
    margin-left: 0.5px;
    margin-top: 0.5px;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    padding-top: 3%;
    padding-bottom: 3%;
    background-color: #fff3c3;
    border-bottom: 1px solid #000;
}
.planbox h3 span{
  display: block;
  font-size: 12px;
  padding-top: 2%;
}
.planbox img{
  width: 80%;
  display: block;
  margin:0 auto;
  padding-top: 5%;
  padding-bottom: 3%;
}
.planbox p.planpbox{
  border:1px solid #000;
  text-align: center;
  padding-top: 3px;
  font-size: 14px;
  padding-bottom: 2px;
}
.planbox p{
  font-size: 12px;
  padding-top: 2%;
  padding-bottom: 8%;
  width: 90%;
  display: block;
  margin:0 auto;
}
.planinstrument{
  line-height: 1.5em;
  text-align: center;
}
.recruit img{
  margin-top: 8%;
  width: 100%;
}
.greendiv div{
  float: left;
  width: 50%;
}
.greendiv div img{
  width: 90%;
}
.greendiv div:nth-child(2) img{
  width: 90%;
  float: right;
}
.greendiv div {
    padding-bottom: 20%;
}
@media (min-width: 799px) {
.title img{
  display: none;
}
.title h1 {
  font-size: 36px;
  padding-top: 1.5%;
  padding-bottom: 1.3%;
}
header{
  background-image: url(../image/moreabouttopimg.png);
}
h2 {
  font-size: 26px;
  background-color: #496b32;
  text-align: center;
  color: #fff;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
}
.topimage img:first-child{
  padding-left: 0px;
}
.topimage img {
  width: 22%;
  padding-left: 3.3%;
}
.black h3 {
  font-size: 26px;
}
.black {
  background-size: 100% 60%;
}

.wordtwoimgdiv .pdiv p {
  font-size: 19px;
  padding-top: 3%;
  line-height: 2em;
}
.twoimg img {
    padding-left: 4%;
    width: 28%;
}
.wordoneimgdiv .pdiv p {
  font-size: 19px;
  line-height: 2em;

}
div.imagediv p span{
  padding-left: 19%;
}
.wordtwoimgdiv .pdivtwo p {
    font-size: 19px;
    line-height: 2em;
}
h3.greenbar {
  font-size: 30px;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
}
.brp br {
  display: block;
}.bg p {
  line-height: 2em;
  font-size: 20px;

}
.bg .boxp {
  padding-top: 1.5%;
  padding-bottom: 1%;
}

.blackbox {
  background-color: #3a3333;
  margin-top: 5%;
  float: left;
  border-radius: 10px;
  width: 40%;
}
.blackbox:nth-child(even) {
  margin-left: 12%;
}
.blackbox:nth-child(odd) {
  margin-left: 4%;
}
.blackbox p{
  height: 100px;
}
.bg .blackbox p:before {
  width: 90px;
  height: 90px;
}
.bg .blackbox:nth-child(odd) p {
  line-height: 45px;
}
.bg .blackbox:nth-child(even) p {
  line-height: 1.5em;
}
.green h3 {
  font-size: 20px;
}
.green {
  background-size: 100% 60%;
}
.green h3 span {
  font-size: 26px;
}
.redbox{
  float: left;
  width: 40%;
}
.redbox p {
  font-size: 20px;
  height: 100px;
}
.redbox:nth-child(even){
  margin-left: 10%

}
.redbox:nth-child(odd){
  margin-left: 4%
}
.redbox p:before {
  width: 90px;
  height: 90px;
}
.bg {
  padding-bottom: 3%;
}
.planbox {
  float: left;
  width: 47%;
}
.planbox:nth-child(odd) {
  margin-left: 0;
}
.planbox:nth-child(even) {
  float: right;
}
img.secondimg{
padding-bottom: 7.1%;
}
.planbox p {
  font-size: 16px;
  text-align: center;
}
.planbox p.planpbox {
  padding-top: 3px;
  font-size: 18px;
}
.planbox p.planpbox {
  margin-top: 5%;
}
.planbox h3 {
  font-size: 26px;
}
div.instrument{
  width: 100%;
}
div.instrument p{ 
  font-size: 20px;
  padding-bottom: 3%;
}
.recruit img {
  margin-top: 15%;
  width: 100%;
}
.greendiv div{
  padding-bottom: 25%;
}
}