.cta-white-box.flex:first-child {
  display: none;
}
p.privacy-lead {
  font-size: 0.9rem;
}
.privacy-wrap {
  width: 100%;
    height: 300px;
    margin: 15px 0;
    overflow-y: scroll;
    border: solid 1px #ccc;
    background: #fff;
}
.privacy-inner {
  padding: 15px 25px;
    text-align: left;
}
.privacy-inner li,.privacy-inner h2,.privacy-inner h3 .privacy-inner p {
  color: #333;
 }
 .privacy-inner ul {
   padding-left: 0;
 }		
 .privacy-inner li {
  list-style: none;
}
.privacy-inner h2 {
  font-size: 1.1rem;
    text-align: center;
      margin-top: 8px;
}
.privacy-inner h3 {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #ccc;
    font-size: 14px;
}
h3.privacy-contact {
  border-top: none;
  padding-top: 0;
}
.privacy-inner p {
  font-size: 13px;
  margin-top: 5px;
}
.privacy-inner table {
    width: 100%;
    border: solid 1px #ccc;
    margin: 10px 0 20px 0;
}
.privacy-inner table tr {
  border-top: solid 1px #ccc;
}
.privacy-inner table tr th, .privacy-inner table tr td {
  padding: 5px 10px;
    font-size: 12px;
    border: solid 1px #ccc;
}
.privacy-inner table tr th { 
  width: 100px
}
select.form-control {
  -webkit-appearance: none;
  appearance: none;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #aaa;
  height: 40px;
  width: 240px;
}
.form-box {
  position: relative;
  width: 240px;
}
.btn-animation{
  display:none;
}
.cta-bg{
  display:none;
}
.footer-second{
  margin-bottom:0;
}
.request-outline .request-inner h1{
  font-size: 22px;
}
.request-outline .request-eyecatch img{
  box-shadow: none;
  filter: drop-shadow(0px 0px 5px rgba(160, 160, 160, 0.7));
}
.request-outline .request-summary{
  background-color:unset;
  border:0;
}
.request-outline .request-summary h2{
  position: relative;
  background-color: #fff;
  color: #2da5c7;
  border: 2px solid #2da5c7;
  padding: 10px 0;
  border-radius: 7px;
  margin: 15px auto;
  font-size: 17px;
  font-weight: bold;
  max-width: 313px;
  text-align: center;
}
.request-outline .request-summary h2::before{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #2da5c7;
}
.request-outline .request-summary h2::after{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #fff;
  margin-top: -5px;
}
.request-outline .request-summary ul{
  font-size: 20px;
  list-style: none;
  padding:0;
  margin:0;
}
.intro_list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 130px;
}
.request-outline .request-summary ul li{
  font-weight: normal;
  padding-top: 10px;
}
.request-outline .request-summary ul li::before {
    content: "●";
    color: rgb(46, 167, 224);
    font-family: Roboto, Helvetica, Arial, sans-serif;
}
.request-outline .request-images li img{
  filter: drop-shadow(0px 0px 5px rgba(160, 160, 160, 0.7));
}
.request-button{
  display: none;
}
@media only screen and (max-width: 786px) {
  select.form-control,.form-box {
    width: 100%;
  }
  .request-outline .request-summary ul{
    font-size: 18px;
  }
  .form-download .form-in.ebook{
    padding: 49px 0;
  }
}

.form-box::after {
  position: absolute;
  font-size: 16px;
  height: 40px;
  line-height: 30px;
  top: 6px;
  right: 10px;
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  pointer-events: none;
  color: #333;
}
.text-danger  {
  display: block;
}