section#sp-main-body {
    padding: 4px 0px;
}
#sp-showcase {
    padding: 10px 0 32px;
    background: none;
}
.sp-megamenu-parent li.sp-menu-item > a {
    color: #000;
    font-size: 14px !important;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    display: inline-block;
    padding: 0 9px !important;
    line-height: 84px !important;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    margin: 0;
}
.img_class {
  border-radius: 4px;
}
.div_para_content {
  padding-top: 54px;
}
.para_content {
  margin: 0 0 10px;
  line-height: 1.5em;
  font-size: 18px;
  font-family: monospace;
  padding-top: 32px;
}
/*-------------------------public-disclosure------------------*/
.content_area {
  width: 100%;
  height: auto;
  margin-top: 12px;
  margin-bottom: 12px;
}
.content_text_area {
  width: 70%;
  float: left;
  padding: 2px;
}
.content-button_area {
  width: 48%;
  height: auto;
  float: left;
  background: #fef1f1;
  border: 2px solid #6c6464;
  border-radius: 8px;
  text-align: center;
  padding: 12px;
  margin: 4px 8px 8px 0px;
}
.content-button_area h2 {
  font-size: 18px;
  padding-bottom: 8px;
}
.button_apply {
  width: 178px;
  height: 54px;
  background: #ff9900;
  border: 3px solid #128807;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #ffff;
  transition: 0.5s;
}
.button_apply:hover {
  width: 178px;
  height: 54px;
  background: #128807;
  border: 3px solid #ff9900;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #ffff;
  transition: 0.5s;
}
.content_pic_area {
  width: 30%;
  float: left;
  padding-left: 12px;
}
.content_area {
  width: 100%;
}
.img_part {
  width: 30%;
  height: auto;
  float: left;
}
.content_part {
  width: 70%;
  height: auto;
  float: left;
}
.content-button_area h2 {
  font-size: 18px;
  padding-bottom: 8px;
}
/*--------------------------End-------------------------------*/
@media screen and (max-width: 900px) {
#sp-logo {
     width: 75%;
     float: left;
 }
}
@media screen and (max-width: 768px) {
  #sp-showcase {
      padding: 10px 0 32px;
      background: none;
  }
  .para_head2 {
    font-family: Raleway, sans-serif;
    font-size: 14px;
    font-weight: 600;
  }
  .div_para_content {
    padding-top: 4px;
  }
  .para_content {
    margin: 0 0 10px;
    line-height: 1.5em;
    font-size: 14px;
    font-family: monospace;
    padding-top: 4px;
  }
  .content_text_area {
   width: 100%;
   padding: 2px;
 }
 .content-button_area {
   width: 100%;
   height: auto;
   background: #fef1f1;
   border: 2px solid #6c6464;
   border-radius: 8px;
   text-align: center;
   padding: 12px;
   margin: 4px 8px 8px 0px;
 }
 .content_pic_area {
    width: 100%;
    padding: 12px;
}
}
