/********Banner********/
.long_from_wrapper .landing_banner {
    background: none;
}
.long_from_wrapper .banner_left {
margin-top: 3rem;
padding-left: 0rem;
}
.long_from_wrapper .landing_banner .title {
  font-size: 55px;
  margin-top: 2rem;
  line-height: 67px;
  margin-bottom: 3rem;
  color: #1f1f1f;
  padding-left: 5px;
  text-align: left;
}
.long_from_wrapper .landing_banner h2 {
  line-height: 20px;
  color: #1f1f1f;
  font-size: 18px;
  text-align: left;
  margin-top: 0rem;
}
.long_from_wrapper .landing_banner .banner-btns {
    margin-bottom: 0px;
}
@media (max-width: 1209px) {
  .long_from_wrapper .landing_banner .title {
    font-size: 47px;
    line-height: 60px;
  }
}
@media (max-width: 1099px) {
  .long_from_wrapper .landing_banner .title {
    font-size: 42px;
  }

}
@media (max-width: 852px) {
  .long_from_wrapper .landing_banner .title {
    font-size: 30px;
    line-height: 52px
  }

}
/********End Banner********/

/******Book image******/
.banner_right{
  display: flex;
align-items: start;
    justify-content: center;
}
.long_from_wrapper .desktop_book_image{
  /* max-width: 116%; */
max-height: 600px;
}
.long_from_wrapper .book_image_div{
    display: block;
      text-align: center;
      padding-left: 40px;
}
.mobile_book_image{
  display: none;
}
@media (max-width: 1209px) {

  /**.long_from_wrapper .desktop_book_image{
      max-width: 150%;
  }*/
}
@media (max-width: 767px) {
  .long_from_wrapper .desktop_book_image{
    display: none;
  }
  .long_from_wrapper .book_image_div .mobile_book_image{
        display:block;
          max-height: 370px;
          margin: auto;
  }

  .long_from_wrapper .book_image_div{
      margin-top:2rem;
  }
.long_from_wrapper .landing_banner {
    margin-bottom:2rem;
        padding-top: 0rem;
}
.long_from_wrapper .landing_banner .title {
    margin-top: 1rem;
    margin-bottom: 2rem;
}
}
/******Book image********/

/***********Book content**********/
.long_from_wrapper .book_description p{
  text-align: left;
      font-size: 18px;
}
.long_from_wrapper .book_description h2 {
    line-height: 1.2;
    color: #1f1f1f;
    font-size: 18px;
    text-align: left;
    margin-top: 0rem;
    font-size: 34px;
    margin-bottom: 10px;
}

.ebook_content ul{
  padding-left:0px;
}
.ebook_content ul li {
padding-left: 0.5em;
display: block;
}
.ebook_content ul li:before{
font-family: "fontAwesome";
content: "\f00c";
color: white;
background-color: #3cc5ff;
font-size: 10px;
padding: 3px 3px;
border-radius: 50%;
margin-right: 10px;
}
/***********End Book content**********/
/*********Book carousel*******/
.banner_carousel .book_content_screenshot_image_wrapper {
   height: 466px;
}
.banner_carousel .book_content_screenshot_image_wrapper img {
  display: block;
width: auto;
height: 94%;
margin: auto;
box-shadow: 0 0 14px 0 rgb(74 74 74 / 20%);
}
.banner_carousel .owl-nav .fa {
    font-size: 3rem;
}
.banner_carousel .screenshot-slider .owl-next:before,.banner_carousel .screenshot-slider .owl-prev:before{
  background: none;
  content:'';
}
.banner_carousel .screenshot-slider .owl-next{
right: -15rem;
top: -11rem;
}
.banner_carousel .screenshot-slider .owl-prev{
right: 11rem;
top: -11rem;
}
.owl-dots {
    margin-top: 0rem;
}
@media (max-width: 767px) {
  .banner_carousel .screenshot-slider .owl-next,.banner_carousel .screenshot-slider .owl-prev{
  display: none;
  }
}
/*******End carousel********/

/***FAQ***/
.faq_section {
  background: #e1f3fb;
  padding:2rem 0px;
}
.faq_section .title{
  text-align: center;
}
.tab-content .tab-mainbox .tab-listing ul {
    padding: 0;
    margin-bottom: 0;
}
.tab-content .tab-mainbox .tab-listing>ul>li {
    padding: 0 0 25px 0;
    border-radius: 5px;
    margin: 0 0 31px 0;
    border: solid 1px #DDD;
    display: block;
    cursor: pointer;
        background: transparent;
}
.tab-content .tab-mainbox .tab-listing>ul>li .tab-title {
    position: relative;
    padding: 25px 60px 0 30px;
    cursor: pointer;
    line-height: 28px;
}

.tab-content .tab-mainbox .tab-listing>ul>li .tab-desc {
    display: block;
    padding: 32px 60px 0 60px;
    text-align: left;
    font-size: 18px;
line-height: 1.5em;
}
.tab-content .tab-mainbox .tab-listing>ul>li .tab-desc p{
    text-align: left;
    font-size: 18px;
line-height: 1.5em;
}
.tab-content .tab-mainbox .tab-listing>ul>li .tab-desc ul{
    list-style: disc;
}
.tab-content .tab-mainbox .tab-listing>ul>li .tab-desc ul li{
    display: list-item;
    font-size: 18px;
}
.tab-content .tab-mainbox .tab-listing>ul>li .tab-desc ol{
    list-style: decimal;
}
.tab-content .tab-mainbox .tab-listing>ul>li .tab-desc ol li{
    display: list-item;
}
.tab-content .tab-mainbox .tab-listing>ul>li::after {
  width: 10px;
  height: 6px;
  position: absolute;
  display: block;
  top: 37px;
  right: 35px;
  content: "\276E";
  transform: rotate(
-90deg
);
  font-weight: 600;
}
.tab-content .tab-mainbox .tab-listing>ul>li.open::after {
    background: url(../images/faq-close.svg) no-repeat;
    width: 20px;
    height: 20px;
    top: 30px;
    right: 29px;
    cursor: pointer;
    content: "";
}
/*******End faq*******/
/***CTA***/

.cta_section{
  padding:4rem 0px;
}
.cta_right{
  display: flex;
justify-content: center;
align-items: center;
}
.cta_text h2{
  text-align: left;
  font-size: 40px;
}

.cta_button{
    text-align: center;
}

.longform_footer {
    margin-top: 0px !important;
}
@media (max-width: 767px) {
  .cta_text h2{
    text-align: center;
  }
}

/***End CTA****/
/***Bottom content CTA***/
.bottom_content_cta{
  padding:5rem 0px;
}
.bottom_content_cta h2{
  font-size: 34px;
}

/***End bottom content CTA***/

/********Form popup***/
.landingpage_popup{
      padding: 2rem !important;
          max-width: 850px;
}
.landingpage_popup .contact-form form{
  display: block;
}
.landingpage_popup form p:not(.form-field) input,.landingpage_popup form p:not(.form-field) select{
    margin: 7px auto;
}

/*****Ned form popup******/

/*****Customers logo*****/
.customer_logos_row{
  padding-top:10px;
  padding-bottom:0px;
}
.customer_logos_row .row {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0rem;
}
.customer_logos_row .customer_logo_section img {
  /*max-width: 105px;*/
max-height: 80px;
margin: 30px 40px 20px;
max-width: 110px;
    height: auto;
    width: auto;
    margin: 30px auto;
padding: 0px 10px;
}

.section_content_us_remove .customer_logo_section img {
max-width: 140px;
}

.customer_logos_row .customer_logo_section img[alt='bank_ireland_horizontal_color_logo']{
    max-width:220px;
}
.customer_logos_row .customer_logo_section img[alt='saint_luke_color_logo']{
    max-width:180px;
}
.customer_logos_row .customer_logo_section img[alt="Lindt_logo"]{
    max-width: 150px;
}
.customer_logos_row .customer_logo_section img[alt="Affinity-Education-Logo"]{
max-width: 120px;
    max-height: unset;
}
.customer_logos_row .customer_logo_section img[alt="northeastern_uni_logo_v2_1_v2"]{
    max-width:130px;
}
.customer_logos_row .customer_logo_section img[alt="website_MUSC_Logo"]{
    max-height:59px;
}
.customer_logos_row .customer_logo_section img[alt="Adairs_Logo"]{
        max-width: 150px;
}

.ebook-customer-logo-slider.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.ebook-customer-logo-slider.owl-carousel .owl-stage .item {
  height: 100%;
}

.ebook-customer-logo-slider.owl-carousel .customer_logos_image_wrapper{
  height: 100%;
}

/****End customer logo*****/

/******Customer testimonial******/
.customer_testimonial_row{
  padding:2rem 0px 5rem;
}
.customer_testimonial_row h2{
  text-align: center;
  margin-bottom: 2rem;
}
.customer_logo_container{
  text-align: center;
}
.customer_testimonial_row .customer_logo_container img {
    max-width: 250px;
}
/*****************Customer testimonial********/

/****Atf form********/
.form_banner.landing_banner .wrap-inner {
    display: block;
}
.form_banner.landing_banner h2 {
    text-align:center;
    font-size: 35px;
}
.form_banner.landing_banner {
    margin-bottom: 5rem;
}
.form_banner.landing_banner .title {
    margin-bottom: 3rem;
    text-align:center;
}
.form_banner .desktop_book_image {
    max-height: unset;
}
.form_banner .landing_form_div .landing_form {
    background: #FFF;
    border-radius: 22px;
    padding: 3rem 3rem 2rem 3rem;
    /*border: 7px solid #e1f3fb;*/
    box-shadow: 0px 3px 20px 0 #142c5278;
}
.form_banner.landing_banner .landing_form .form_description {
    color: black;
    line-height: 35px;
    font-size: 22px;
    text-align: left;
}
.form_banner .landing_form p{
  margin-bottom:27px;
}
.form_banner .landing_form input, .long_from_wrapper .landing_form select {
    color: #1D1D1D;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    padding-left: 20px;
    font-size: 16px;
    padding: 12px 10px 12px 23px;
}
.form_banner .landing_form label {
    color: #1d1d1d;
}
.form_banner .landing_form p.pd-checkbox input[type="checkbox"] + label::before {
    border: 2px solid #aaa;
}
.form_banner .landing_form p.pd-checkbox input[type="checkbox"] + label::after {
    color: #3bb8ef;
}
.form_banner .landing_form .submit input[type="submit"] {
  border: none;
  background: linear-gradient(90deg, #FF4782 0%, #FEA530 100%);
}
.form_banner .landing_form .submit input[type="submit"]:hover, .form_banner .landing_form .submit input[type="submit"]:focus {
  opacity: 0.7;
}
.form_banner form p.pd-checkbox .field-label {
    text-align: left;
}
.form_banner p.pd-checkbox .field-label a {
    font-size: unset;
}
.form_banner p.pd-checkbox .field-label a:hover {
    text-decoration: none;
    color: unset;
}


@media (max-width: 767px){
  .form_banner .row{
      flex-direction: column-reverse;
  }
  .form_banner .banner_left {
    margin-top: 0rem;
    margin-bottom: 3rem;
  }
  .form_banner.landing_banner .title {
      margin-bottom: 0rem;
      text-align: center;
  }
}
