@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap');


html {
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(245,250,255,1) 48%, rgba(235,244,254,1) 100%);
  font-family: 'Open Sans', sans-serif !important;
}

body.CustomTrialLP {
    background-image: linear-gradient(to top, #ebf4fe, #f1f6fe, #f7f9ff, #fcfcff, #ffffff);
    position: relative;
}
body.CustomTrialLP:before {
  content: "";
  position: absolute;
  background-image: url(/_resources/app/images/svg/backgrounds/blue-swirl.svg);
  background-position: center -250px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

  .book-accelo-logo {
    width: auto;
    height: 22px;
    margin: 60px 0;
    padding-top: 1px;
    }
  .book-root {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px
  }
  @media (min-width: 1130px) {
    .book-root {
      justify-content: center
    }
  }
  .book-root * {
    box-sizing: border-box
  }
  .book-main {
   /* display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center */
  }
  .book-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px auto 80px;
    margin-bottom: 60px;
    width: 50%;
    box-sizing: border-box
  }
  @media (min-width: 1130px) {
    .book-logos {
      margin: 30px 0 80px
    }
  }
  @media (min-width: 525px) {
    .book-logos {
      width: 390px
    }
  }
  @media (max-width: 525px) {
    .book-accelo-logo {
      margin: 30px 0;
    }
  }
  @media (min-width: 1185px) {
    .book-logos {
      width: auto
    }
  }
  .book-logos img {
    margin: 10px 20px
  }
  .book-bottom {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 60px
  }
  .book-heading {
    color: #041863;
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.8px;
    font-family: 'Open Sans', sans-serif !important;
  }
  .book-heading span {
    color: #0068EB;
  }
  .book-description {
    color:#041863;
    font-size: 24px;
    line-height: 38px;
    font-weight: 700;
    letter-spacing: -0.8px;
    padding: 35px 0 0;
  }
  .book-subheading {
    color: #041863;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 7px;
    letter-spacing: -0.8px;
    width: 80%;
}
  .book-form-title {
    line-height: 1.75rem;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: left;
    color:#041863;
  }

.list-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.2px;
  color:#041863;
}

.list-details {
  margin: 30px 0;
}

.logos-box {
  margin: 25px 0 0;
}

.slick-track {
  display: flex;
  gap:20px;
}

.logos-box:before,
.logos-box:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 50px;
  top: 0;
  height: 100%;
  pointer-events: none; /*makes the links behind clickable.*/
}
.logos-box:before {
  left: 0;
  background: linear-gradient(to right, rgba(235,244,254,1) 0%, rgba(235,244,254,1) 50%, rgba(0, 0, 0, 0) 100%);
}
.logos-box:after {
  right: 0;
  background: linear-gradient(to left, rgba(235,244,254,1) 0%, rgba(235,244,254,1) 50%, rgba(0, 0, 0, 0) 100%);
}


.FSubhead {
  font-size: 18px;
  line-height: 24px;
  color:#041863;
}

.logos-box img {
  height: 26px;
  width: 100% !important;
}

.logo-header {
  color:#041863;
  font-size: 14px;
  line-height: 16.6px;
  font-weight: 600;
}

.logo-row {
  margin: 30px 0 0;
  text-align: center;
  padding: 0 0 50px;
}

.list-details ul li{
  font-size:16px;
  line-height: 24px;
  display: flex;
  gap: 13px;
  padding: 7px 0;
  color:#041863;
}

ul.itemList {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  margin: 15px 0 0;
}

.review-row {
  display: flex;
  justify-content: space-between;
}

.review {
    display:flex;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    color:#041863;
    gap: 10px;
    align-items: center;
    padding: 0 0 26px;
}

.review .rStars {
  height: 19px;
}

.revLogos {
  display: flex;
  justify-content: space-around;
  gap: 9px;
  padding: 0 3px;
}

.revLogos img {
  height: 19px;
}

.revText {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  white-space: nowrap;
}


@media (max-width: 500px) {
  ul.itemList {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
  .list-details ul li{
    padding: 4px 0;
  }
}

@media (max-width: 390px) {
.review {
  font-size: 14px;
}
}

.stars {
  height: 40px;
  text-align: right;
  margin: 0 0 5px;
}

.stars img {
  height: inherit;
}

  @media (min-width: 1130px) {
    .book-form-title {

    }
  }
  .book-details {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    font-weight: 300;
    font-size: .8rem
  }
  .book-details li {
    position: relative;
    color: white;
    font-weight: 300;
    font-size: .8rem;
    text-indent: 1.4em;
    margin: 4px 0
  }
  .book-details li::before {
    position: absolute;
    content: "";
    display: block;
    width: 7px;
    height: 2px;
    background: #2d96cb;
    top: 10px
  }
  @media (min-width: 1180px) {
    .book-details {
      cursor: context-menu;
      pointer-events: none
    }
  }
 


  @media (max-width: 600px) {
    
    .book-heading {
      font-size: 8vw;
      line-height: 120%;
    }

  }

  @media (max-width: 500px) {

  .list-details ul li {
    font-size: 0.9rem;
    line-height: 18px;
  }

  .book-description {
    font-size: 4.8vw;
    line-height: 140%;
    padding: 23px 0 0;
}

.list-details {
  margin: 18px 0;
}

.list-details ul li {
  font-size: 3vw;
  line-height: normal;
}

.book-right {
  width: 100%;
  padding: 0px 0px 20px 0px !important;
  margin: -7px 0 0 !important;
}
  
}

@media (max-width: 445px) {
 .form-inputs {
    flex-direction: column;
  }

  .book-form-title {
    font-size: 1.3rem;
  }
}
  
  @media (min-width: 1130px) {
    .book-center {
      padding: 60px;
      width: 85%
    }
  }

  @media (min-width: 570px) {
    .book-center {
      width: 100%;
      margin: 25px 10px 60px
    }
  }

  @media (max-width: 550px) {
  .review {
    align-items: flex-start;
    flex-direction: column;
  }
  .review-row {
    align-items: flex-end;
  }
  .book-right {
    margin: 0px 0;
  }
}

@media (min-width: 797px) and (max-width: 1100px) {
  .review {
    align-items: flex-start;
    flex-direction: column;
  }
  .review-row {
    align-items: flex-end;
  }
}

  /************Form********/
  
  .flex-box {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    }


  .book-left {
    width: 50%;
    color:#000 !important;
  }
  @media (max-width: 1129px) {
    .book-left {
     
    }
  }
  @media (min-width: 1130px) {
    .book-left {
      
    }
  }
  .book-right {
    width: 50%;
    padding: 20px 0px 20px 30px;
  }

  .form-box {
  border-radius:8px;
  border:1px solid #FF9C00;
    background-color:#fff;
    padding:40px 40px 20px;
    display:flex;
    gap:24px;
    width: 97%;
    color:#041863;
    flex-direction: column;
    box-shadow: 10px 10px 0px 0px rgba(255,156,0,1);
    -webkit-box-shadow: 10px 10px 0px 0px rgba(255,156,0,1);
    -moz-box-shadow: 10px 10px 0px 0px rgba(255,156,0,1);
  }

  .form-box  input[type="text"] {
    width: 100%;
        height: 48px;
        padding: 0 20px;
    }

    .form-inputs {
      display: flex;
      gap:10px;
    }

  .disclaim {
    font-size: 13px;
    line-height: 24px;
    color: rgba(4, 24, 99, 1);
    margin: 20px 0;
  }
  .disclaim a {
    color: #041863;
  }  
  .disclaim a:hover {
    color: #0068EB;
  }

/*  .slick-initialized .slick-slide {
    width: 200px !important;
  } */

  .btn-colour-dkblue {
    background: rgba(0, 104, 235, 1);
    color: #FFF;
    font-size: 16px;
    padding: 11px 35px;
    border: none;
    border-radius: 5px;
    height: 48px;
    white-space: nowrap;
  }
  .btn-colour-dkblue:hover {
    background: #0149b5;
  }



  @media (min-width: 1130px) {
    .book-right {
     
    }
  }
  @media (max-width: 800px) {
    .book-right {
     width: 100%;
     padding: 20px 0px 20px 0px;
     margin: 30px 0;
    }
    .book-left {
      width: 100%;
     }
     .flex-box {
      flex-direction: column;
  }
  }