.banner-desc li::before, .webinar_bottom_section li::before{
    content: '\f0da';
    position: absolute;
    left: 0;
    top: 0;
    font-family: fontAwesome;
    width: 8px;
    height: 17px;
    font-size: 14px;
    color: #3cc5ff;
}
.banner-desc li, .webinar_bottom_section li{
  display: block;
}

.multiselect-container{
      width: 100%;
        background: #f2f4f8;
}
.long_from_wrapper .landing_form .multiselect-container label {
    color: #444;
        font-size: 12px;
            padding-left: 20px;
}
.long_from_wrapper .landing_form .multiselect-container>li.active>a>label {
    color: white;
}
.multiselect-container li {
    display: block;
    margin-bottom: 0px;
    padding: 10px 0px;
}
.multiselect-container .active {
    background-color: #2a70e0;
}

.multiselect-selected-text{
  font-size: 12px;
font-family: sans-serif;
font-weight: 400;
}
button.multiselect {
      text-align: left;
          padding-left: 20px;
}
button.multiselect , button.multiselect:hover{
    color: #1D1D1D;
    background: #f2f4f8;
}
.multiselect:after {
    vertical-align: top;
    border: 0;
    font-family: gel-icon;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: -webkit-transform .3s ease-in-out 0s;
    transition: -webkit-transform .3s ease-in-out 0s;
    transition: transform .3s ease-in-out 0s;
    transition: transform .3s ease-in-out 0s,-webkit-transform .3s ease-in-out 0s;
    content: '\f0d7';
    background-color: transparent;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    text-align: center;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    pointer-events: none;
    right: 0;
    top: 6px;
    height: 30px;
    line-height: 35px;
    width: 43px;
    color: #1D1D1D;
}
.long_from_wrapper .landing_form .multiselect-container label {
    color: #444;
}

.long_from_wrapper .landing_form input::placeholder,.request-demo-main form select::placeholder{
  margin-left:15px;
  font-size:12px;

}
.long_from_wrapper .landing_form select{
  font-size:12px;
}


.site-header .wrap-inner {
    /*max-width: 990px;*/
    padding-left: 40px;
}

.long_from_wrapper .banner-desc {
    text-align: left;
    margin: initial;
    flex: 0 0 60%;
    width: 60%;
}

.long_from_wrapper .banner_book {
  flex: 0 0 40%;
  width: 40%;
  padding-right: 0px;
  padding-left: 2rem;
}

.long_from_wrapper .long_author {
    flex: 0 0 35%;
    padding-left: 0px;
}

.long_from_wrapper .landing_content {
    padding-left: 0px;
    padding-right:0px;
    flex: 0 0 65%;
    max-width: 65%;
}

.long_from_wrapper .banner-desc .heading_h1 {
    margin-bottom: 2.5rem;
    font-size: 4rem;
        line-height: 4rem;
}

.long_from_wrapper .banner-desc .big_heading_letter{
  display: inline-block;
      width: 11%;
      font-size: 6rem;
      margin-top:1rem;
}

.long_from_wrapper .banner-desc .heading_description{
  display: inline-block;
      vertical-align: initial;
      width: 85%;
      margin-left: 0rem;
      line-height: initial;
}

.page_content{
  margin-top: 3rem;
  margin-bottom:2rem;
}
.page_content h3{
  font-size: 1.2rem;
      margin-bottom: 1.25rem;
}

.long_from_wrapper .banner-desc p {
    color: black;
    font-size: 1rem;
    line-height: 1.75em;
}

.long_from_wrapper .landing_content .landing_text h2 {
    font-size: 1.35rem;
    color: #142c52;
    margin-top: 0px;
}

.long_from_wrapper .landing_content .landing_text p,.long_from_wrapper .landing_author .landing_per_author .author_name,.long_from_wrapper .landing_author .landing_per_author .author_title {
    font-size: 0.9rem;
}

.long_from_wrapper .landing_text {
    padding-top: 0px;
}

.web_details{
  padding-right: 1rem;
}

.right_blue_border{
  border-right: 0.2rem solid #142c52;
}


.details_left{
  width: 32%;
    display: inline-block;
}

.details_right{
  display: inline-block;
  vertical-align: top;
  width:68%
}

.long_from_wrapper .landing_author .landing_per_author {
    width: 100%;
    padding-top: 0%;
    padding-left: 2rem;
    /* margin-top: 27%; */
    /* margin: auto; */
}

.long_from_wrapper .landing_author .landing_per_author .landing_author_photo {
    /* border-width: 5px; */
    width: 150px;
    height: auto;
}

.long_from_wrapper .landing_author .landing_per_author .author_name {
    padding-bottom: 0px;
}

.landing_form_div{
    margin-top:3rem;
}

.long_from_wrapper .landing_banner .landing_form .title {
    text-align: center;
    color: white;
}

.long_from_wrapper .landing_banner .landing_form .form_description {
    text-align: center;
    margin-bottom:1.5rem;
        font-size: 1.2rem;
}

.landing_form_div .landing_form {
    padding: 2rem 1.9rem;
}

.request-demo-main form p.pd-checkbox .field-label {
    font-size: 13px;
}

.long_from_wrapper .landing_banner .submit {
    margin:auto;

}
.long_from_wrapper .landing_form .submit input[type="submit"] {
  background:#86ca8a;
  border-color: #86ca8a;
  padding: 1rem 2rem;
}

.long_from_wrapper .landing_form .submit input[type="submit"]:hover, .long_from_wrapper .landing_form .submit input[type="submit"]:focus {
    background-color: white;
    color: #86ca8a;;
}

.request-demo-main form .d-down::after {
    top: 2px;
}

.flex_container {
    display: flex;
    flex-wrap: wrap;
}

.long_from_wrapper .flex_full_width{
  flex: 0 0 100%;
  max-width: 100%;
}

.long_from_wrapper .landing_author .landing_per_author .author_company_logo {
    padding-top: 0px;
    padding-left: 0px;
    width: 100%;
    max-width: 140px;
}


@media (max-width: 1370px){
  .longform_body {
      /*background-size: contain;*/
  }

}
@media (max-width: 1024px){
  .site-header .wrap-inner {
      max-width: inherit;
  }
}

@media (max-width: 991px){
  .banner_book{
      display: initial;
  }
  .long_from_wrapper .landing_banner .wrap-inner {
      display: block;
  }
  .long_from_wrapper .banner-desc ,.long_from_wrapper .banner-desc {
      flex: 0 0 60%;
      width: 100%;
  }
  .two_col_fields {
    margin-bottom: 1rem;
  }
  .long_from_wrapper .landing_form input::placeholder,.request-demo-main form p.pd-checkbox .field-label{
    font-size:15px;
  }
  p br {
      display: block!important;
  }
}

@media (max-width: 850px){
  .long_from_wrapper .flex_container {
      display: flex;
  }
.long_from_wrapper .landing_author .landing_per_author .author_company_logo {
    width: 100%;
}
@media (max-width: 767px){
.inner-banner .title {
    padding-top: 0px;
        margin-bottom: 0px !important;
  }
  .landing_content {
      margin-bottom: 0px !important;
  }
}
@media (max-width: 580px){
.long_from_wrapper .banner-desc .heading_h1 {
    font-size: 3rem;
}
}

@media (max-width: 450px){
.long_from_wrapper .banner-desc .heading_h1 {
    line-height: 4rem;
}

.long_from_wrapper .banner-desc .heading_description {
    width: 80%;
    margin-left: 1rem;
    line-height: 2rem;
}

.long_from_wrapper .landing_form_div .landing_form {
    padding: 2rem 1.9rem;
}

.details_right {
    padding-left: 1rem;
}

.long_from_wrapper .banner-desc .big_heading_letter {
    margin-right: 0.5rem;
  }

  .long_from_wrapper .landing_author .landing_per_author{
    vertical-align: top !important;
    padding-left: 0.5rem;
  }

}

@media (max-width: 375px){
  .long_from_wrapper .flex_container {
    display: block;
}
.long_from_wrapper .landing_content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .long_from_wrapper .banner-desc .big_heading_letter {
      vertical-align: baseline;
  }

  .details_right {
      padding-left: 1rem;
  }

  .long_from_wrapper .banner-desc .heading_description {
    width: 78%;
  }

  .long_from_wrapper .banner-desc .big_heading_letter {
      margin-right: 0.7rem;
    }

  }
  /**Non responsive table***/
  @media (max-width: 767.98px){
      .table.table-non-responsive  tr {
        display: table-row;
      }
        .table.table-non-responsive thead, {
          display: table-header-group;
        }
     .table.table-non-responsive th {
            display: table-cell;
        }
      .table.table-non-responsive td{
              display: table-cell;
      }
      .table.table-bordered.table-non-responsive tbody td:first-child, .table.table-bordered.table-non-responsive tbody th:first-child {
      border-top: none !important;
      border-top-left-radius: unset !important;
      border-top-right-radius: unset !important;
    }
      .table.table-non-responsive tbody tr td:last-child {
      border-bottom: 1px solid #bac6d2;
      border-bottom-left-radius: unset !important;
      border-bottom-right-radius: unset !important;
    }
      .table.table-non-responsive tbody td {
              text-align: center!important;
                  background: inherit!important;
                      padding-left: 1rem;
      }

  }
/**End Non responsive table***/
