a {
  transition:0.3s
}
.demoBanner {
  background-color: #F0EEEE;
}
.demoBanner_img {
  float: right;
  width: 432px;
  margin: 85px 0 0 60px;
}
.demoBanner_content {
  padding: 92px 0 0;
}
.demoBanner_content h2 {
  font-size: 31px;
  line-height: 41px;
  margin-bottom: 22px;
}
.demoBanner_content p {
  color: #12304a;
  font-size: 20px;
  margin-bottom: 65px;
}
.bookDemo_square {
  background-color: #fff;
  color: #2d3e4f;
  text-decoration: none;
  padding: 5px 20px;
  display: inline-block;
  margin-bottom: 50px;
}
  .bookDemo_square:hover {
    background-color: #00a8e8;
    color: #fff;
  }
.bookLiveDemo_btn {
  background-color: #05365e;
  border: 1px solid #05365e;
  color: #fff;
  text-decoration: none;
  padding: 12px 30px 13px;
  display: inline-block;
  border-radius: 100px;
  font-size: 18px;
  font-weight: bold;
  margin-right: 12px;
}
  .bookLiveDemo_btn:hover {
    background-color: #00a8e8;
    border: 1px solid #00a8e8;
    color: #fff;
  }
.bookRecorderDemo_btn {
  background-color: #fff;
  color: #2d3e4f;
  text-decoration: none;
  border: 1px solid #2d3e4f;
  padding: 12px 30px 13px;
  display: inline-block;
  border-radius: 100px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
  .bookRecorderDemo_btn:hover {
    background-color: #00a8e8;
    border: 1px solid #00a8e8;
    color: #fff;
  }
.demoLogos {
  background-color: #F0EEEE;
  text-align: center;
}
.demoLogos p {
  color: #12304a;
  font-size: 20px;
  margin-bottom: 20px;
}
.demoLogos img {
  width: 80%;
}
.requestDemoDesignWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.requestDemoDesignWrap h2 {
  font-size: 31px;
  line-height: 41px;
}
.requestDemoDesignWrap p {
  color: #12304a;
  font-size: 17px;
  margin-bottom: 26px;
  line-height: 31px;
}
.requestDemoDesignWrap_special_p {
  background-color: #e5efff;
  padding: 17px 27px;
  position: relative;
}
.requestDemoDesignWrap_special_p img {
  position: absolute;
  bottom: -19px;
  right: -24px;
  width: 55px;
  z-index: 9;
}
.requestDemoDesignWrap_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  border-top: 2px solid #12304a;
  padding-top: 50px;
}
.requestDemoDesignWrap_footer h2 {
  font-size: 32px;
}
.show500 {
  display: none;
}
.showMobile768 {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .demoBanner_content {
    padding: 50px 0 0;
  }
  .demoBanner_img {
    width: 390px;
    margin: 50px 0 0 30px;
  }
  .bookLiveDemo_btn {
    padding: 9px 25px 10px;
    font-size: 17px;
    margin-right: 5px;
  }
  .bookRecorderDemo_btn {
    padding: 9px 25px 10px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 991px) {
  .demoBanner_content {
    padding: 0;
    text-align: center;
  }
  .demoBanner_content h2 br {
    display: block;
  }
  .demoBanner_content img {
    width: 420px;
    margin: 25px auto 0;
  }
  .demoLogos .container {
    padding-top: 0;
  }
  .demoLogos img {
    width: 100%;
  }
  .requestDemoDesign {
    padding-top: 100px;
  }
  .requestDemoDesignWrap {
    grid-template-columns: 1fr;
  }
  .requestDemoDesignWrap_footer {
    display: block;
    text-align: center;
  }
  .requestDemoDesignWrap_footer h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .requestDemoDesignWrap_special_p img {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg); 
    -moz-transform: rotate(90deg); 
    -ms-transform:rotate(90deg); 
    left: 50%;
    margin-left: -24px;
  }
  .bookDemo_square {
    margin-bottom: 25px;
  }
  .demoBanner_content p {
    margin-bottom: 34px;
  }
}
@media only screen and (max-width: 768px) {
  .demoBanner_content {
    text-align: left;
  }
  .bookRecorderDemo_btn {
    display: none;
  }
  .showMobile768 {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 530px) {
  .demoBanner_content h2 {
    font-size: 29px;
    line-height: 39px;
  }
  .bookLiveDemo_btn {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .demoBanner_content h2 {
    font-size: 27px;
    line-height: 37px;
  }
  .show500 {
    display: block;
  }
  .hide500 {
    display: none;
  }
}
@media only screen and (max-width: 469px) {
  .demoBanner_content h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 424px) {
  .demoBanner_content h2 {
    font-size: 21px;
    line-height: 32px;
  }
  .demoBanner_content p {
    font-size: 18px;
    margin-top: 0;
  }
}