section#sp-main-body {
    padding: 4px 0px;
}
#sp-showcase {
    padding: 10px 0 32px;
    background: none;
}
._div100 {
  width: 100%;
  height: auto;
}
/*-----------------------public disclosure----------------------*/
.content_area {
    width: 100%;
    height: auto;
    margin-top: 12px;
    margin-bottom: 12px;
}
.content_text_area {
    width: 70%;
    float: left;
    padding: 2px;
}
.content_pic_area {
    width: 30%;
    float: left;
    padding-left: 12px;
}
.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;
}
/*------------------------End-----------------------------------*/
.sp-megamenu-parent li.sp-menu-item > a {
    color: #000;
    font-size: 13px !important;
    font-weight: 600;
}
.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;
}
.sp-megamenu-parent .sp-dropdown {
    margin: 0;
    position: absolute;
    z-index: 10;
    display: none;
    text-transform: uppercase;
}
.img_class {
  border-radius: 4px;
}
.mod_title_h2 {
  color: #02aed6;
  font-size: 24px;
  font-weight: 600;
}
.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;
}
.pform-2 {
  width: 648px;
  height: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  background: #d7d8dc;
  border: 2px solid gray;
  border-radius: 8px;
  padding: 8px;
}
._titleh2 {
  font-size: 18px;
  font-weight: 600;
  font-family: monospace;
}
._titleh3 {
  font-size: 16px;
  font-weight: 500;
  font-family: monospace;
}
.frmarea {
  width: 100%;
  display: flex;
  margin-bottom: 8px;
  margin-top: 8px;
  margin-left: 15px;
}
.flabel {
  width: 40%;
  font-size: 14px;
  padding: 6px 0px 6px 8px;
  border: 1px solid gray;
  border-radius: 4px;
  margin-right: 8px;
  background: #ffff;
}
.finput {
  width: 52%;
  padding: 0px 0px 0px 4px;
  border: 1px solid;
  border-radius: 4px;
  background: #fff;
}
.finput input{
  width: 100%;
  padding: 6px 0px 6px 8px;
  border: none;
  font-weight: 600;
}
.finput select{
  width: 100%;
  padding: 6px 0px 6px 8px;
  border: none;
  font-weight: 600;
}
.paybtn {
  width: 100%;
  text-align: center;
  padding: 6px 0px 6px 0px;
}
.paybtn input{
  width: 140px;
  height: auto;
  background: #02aed6;
  border: 1px solid #ffff;
  border-radius: 25px;
  padding: 12px;
  transition: 0.5s;
}
.paybtn input:hover {
  width: 140px;
  height: auto;
  background: #2eb845;
  border: 1px solid #02aed6;
  border-radius: 25px;
  padding: 12px;
}
.rcpt_form_area {
  width: 100%;
  height: auto;
}
.rcpt_form {
    width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 38px;
    background: #e8e7ea;
    border-radius: 18px;
    padding: 18px;
}
.rcpt_form img{
  width: 312px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 0 4px 0px;
}
.rcpt-head {
  font-size: 28px;
  text-align: center;
  margin: 4px 0px 24px 0px;
}
.rcpt_form_table_content {
  width: 100%;
}
.rcpt_form_table_content tr{
  width: 100%;
}
.rcpt_form_table_content td{
  width: 50%;
  padding: 4px 0px 4px 83px;
}
.rcpt_button_widt_area {
  width: 100%;
  text-align: center;
}
.rcpt_button_widt_area .button{
  width: 126px;
  background: #02aed6;
  border: 2px solid #0e782a;
  border-radius: 20px;
  padding: 10px 0px 10px 0px;
  color: #ffff;
  transition: 0.5s;
}
.rcpt_button_widt_area .button:hover {
  width: 126px;
  background: #0e782a;
  border: 2px solid #02aed6;
  border-radius: 20px;
  padding: 10px 0px 10px 0px;
  color: #ffff;
}
.rcpt_button_success {
  width: 100%;
  text-align: center;
}
.success_msg_btn {
  visibility: hidden;
  width: 126px;
  background: #02aed6;
  border: 2px solid #0e782a;
  border-radius: 20px;
  padding: 10px 0px 10px 0px;
  color: #ffff;
}
@media print {
  /* Hide every other element */
  body * {
    visibility: hidden;
  }
  header, nov, footer {
    display: none;
    overflow: hidden;
  }
  .rcpt_button_widt_area .button {
    display: none;
  }
  /* Then displayng print element */
  .print-container, .print-container * {
    visibility: visible;
    overflow: hidden;
  }
  /* Adjusting the position to always start from top left */
  .print-container {
    width: 100%;
    height: auto;
    font-size: 12pt;
    margin-top: -38px;
    overflow: hidden;
  }
  .rcpt_button_success {
    width: 100%;
    text-align: center !important;
  }
  .success_msg_btn {
    visibility: visible;
    width: 126px;
    background: #02aed6;
    border: 2px solid #0e782a;
    border-radius: 20px;
    padding: 10px 0px 10px 0px;
    color: #ffff;
  }
}
@media screen and (max-width: 900px) {
#sp-logo {
     width: 75%;
     float: left;
 }
}
@media screen and (min-width: 601px) and (max-width: 900px){
  .pform-2 {
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background: #d7d8dc;
    border: 2px solid gray;
    border-radius: 8px;
    padding: 8px;
  }
  .rcpt_form {
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    background: #e8e7ea;
    border-radius: 8px;
    padding: 8px;
}
.rcpt-head {
    font-size: 18px;
    text-align: center;
    margin: 4px 0px 24px 0px;
}
.rcpt_form_table_content td {
    width: 50%;
    padding: 2px 0px 4px 1px;
}
.rcpt_form_table_content tr {
    width: 100%;
    font-size: 14px;
}
}
@media screen and (max-width: 768px) {

  #sp-showcase {
      padding: 10px 0 32px;
      background: none;
  }
  #sp-page-title .sp-page-title {
      text-align: center;
      padding: 38px 0;
  }
#sp-page-title .sp-page-title h2 {
    font-size: 20px;
    font-weight: 500;
}
  .container {
    padding-right: 2px;
    padding-left: 2px;
    margin-right: auto;
    margin-left: auto;
}
  .para_head2 {
    font-family: Raleway, sans-serif;
    font-size: 14px;
    font-weight: 600;
  }
  .mod_title_h2 {
    color: #02aed6;
    font-size: 13px;
    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;
  }
  .rcpt_form {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    background: #e8e7ea;
    border-radius: 8px;
    padding: 8px;
}
.rcpt-head {
    font-size: 18px;
    text-align: center;
    margin: 4px 0px 24px 0px;
}
.rcpt_form_table_content td {
    width: 50%;
    padding: 2px 0px 4px 1px;
}
.rcpt_form_table_content tr {
    width: 100%;
    font-size: 14px;
}
  .pform-2 {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: #d7d8dc;
    border: 2px solid gray;
    border-radius: 8px;
    padding: 2px;
  }
  .frmarea {
    width: 100%;
    display: flex;
    margin-bottom: 4px;
    margin-top: 4px;
    margin-left: 2px;
}
  .flabel {
    width: 40%;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 0px 4px 0px;
    border: 1px solid gray;
    border-radius: 4px;
    margin-right: 2px;
    background: #ffff;
}
.finput {
    width: 58%;
    padding: 0px 0px 0px 1px;
    border: 1px solid;
    border-radius: 4px;
    background: #fff;
}
.finput input {
    width: 100%;
    padding: 4px 0px 4px 4px;
    border: none;
    font-weight: 600;
    font-size: 12px;
}
.finput select {
    width: 100%;
    padding: 4px 0px 4px 4px;
    border: none;
    font-weight: 600;
    font-size: 12px;
}
.content_text_area {
    width: 100%;
    padding: 2px;
}
.content_pic_area {
    width: 100%;
    padding: 4px;
}
.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;
}
}
