img.company-logos {
    width: 100%;
  }
  .modal-exit-popup-header {
    padding: 0;
    min-height: 0;
  }
  .modal-exit-popup-content {
    background-color: #0093dd;
    padding: 20px;
  }
  .modal-dialog-exit-popup {
    width: 100%;
    max-width: 750px;
    margin: 40px auto;
  }
  .modal-exit-popup-body h1 {
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 32px;
  }
  .modal-exit-popup-body p {
    text-align: center;
    color: #fff;
  }
  .modal-exit-popup-body h4 {
    text-align: center;
    color: #fff;
    font-size: 24px;
  }
  form#exit-popup-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  input.popup-input {
    width: 100%;
    max-width: 335px;
    height: 45px;
    margin: 15px auto;
    border: 0;
    border-radius: 7px;
    padding: 8px;
  }
  input.popup-message {
    width: 100%;
    max-width: 685px;
    height: 45px;
    margin: 15px auto;
    border: 0;
    border-radius: 7px;
    padding: 8px;
  }
  input#exit-popup-submit {
    width: 160px;
    height: 40px;
    background-color: #ffd246;
    color: #16325c;
    border: 0;
    border-radius: 7px;
    font-weight: 900;
    font-size: 18px;
  }
  @media only screen and (max-width: 400px) {
    .modal-exit-popup-body h1 {
      font-size: 26px;
    }
    .modal-exit-popup-body p {
      font-size: 14px;
    }
    .modal-exit-popup-body h4 {
      font-size: 22px;
    }
  }
  #popup {
    position: fixed;
    width: 100%;
    visibility: hidden;
    z-index: 10002;
    top: 0;
    opacity: 0;
    transform: scale(0.5);
    transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
    margin: 0 auto;
    text-align: center;
    background: #1f1f1fd9;
  }
  p#popup_form_error {
    color: #fff !important;
  }
  section.promotional-hero-section {
    background-color: #0093dd;
    margin-top: 98px;
  }
  h1.promotional-hero-h1 {
    color: #fff;
    font-weight: 900;
  }
  p.promotional-hero-para {
    color: #fff;
    font-weight: 500;
    font-style: normal;
    margin: 15px 0;
  }
  div.promotional-hero-box {
    padding: 20px;
  }
  a.hero-a-tag {
    cursor: pointer;
    text-decoration: none;
  }
  button.btn.btn-hero-promotional {
    width: 220px;
    height: 40px;
    font-size: 19px;
    border-radius: 50px;
    border: none;
    background: #ffd246 0 0 no-repeat padding-box;
    border-radius: 7px;
    opacity: 1;
    color: #16325c;
    font-weight: 600;
    margin: 10px auto;
  }
  button.btn2-hero-promotional {
    width: 203px;
    height: 40px;
    font-size: 19px;
    border-radius: 50px;
    border: none;
    background: #ffd246 0 0 no-repeat padding-box;
    border-radius: 7px;
    opacity: 1;
    color: #16325c;
    font-weight: 600;
    margin: 10px auto;
  }
  img.promotional-img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: block;
  }
  #cssmenu > ul > li > a.header-menu::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #555;
    transition: width 0.3s;
  }
  #cssmenu > ul > li > a.header-menu:hover::after {
    width: 100%;
    transition: width 0.3s;
  }
  section.customer-logos-section {
    background-color: #0093dd;
    padding: 20px;
  }
  .customer-logos-title h2 {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 36px;
  }
  section.customer-logos.slider.homepage-logos-slider {
    background-color: #fff;
    border: 0;
    box-shadow: none;
    margin: 0;
  }
  div.container.logos-company.homepage {
    margin: 50px auto;
  }
  img.customer-logo {
    width: 100%;
    max-width: 140px;
    margin: 5px auto;
  }
  section.promotional-key-benefits-section {
    padding: 20px;
  }
  .promotional-key-benefits-title h1 {
    color: #0093dd;
    text-align: center;
    font-weight: 600;
    margin: 20px auto;
  }
  img.promotional-benefits-icon {
    width: 100%;
    max-width: 100px;
    margin: 20px auto;
    display: block;
  }
  img.benefits-center-image {
    width: 100%;
    max-width: 200px;
  }
  .promotional-key-benefits {
    display: flex;
    flex-wrap: wrap;
  }
  .benefits {
    width: 100%;
    max-width: 300px;
    margin: 20px auto;
  }
  .benefits p {
    color: #16325c;
    text-align: center;
    font-weight: 600;
  }
  section.promotional-service-provider-section {
    padding: 20px;
    background-color: #0093dd;
  }
  .promotional-service-provider-content h2 {
    color: #fff;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.5em;
  }
  .promotional-service-provider-content p {
    color: #fff;
    font-style: italic;
    text-align: left;
  }
  button.promotional-service-cta-button {
    background-color: #ffd246;
    color: #16325c;
    font-weight: 600;
    font-size: 18px;
    border: 0;
    border-radius: 25px;
    margin: 20px auto;
    width: 210px;
    height: 40px;
  }
  img.promotional-service-provider-image {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: block;
  }
  section.integrated-features-section {
    padding: 20px;
  }
  .integrated-features-title h1 {
    color: #0093dd;
    text-align: center;
    font-weight: 600;
    margin: 20px auto;
  }
  .integrated-features-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 50%;
    margin: 0 auto;
  }
  img.integrated-features-img {
    width: 100%;
    max-width: 425px;
    margin: 20px auto;
    display: block;
  }
  .integrated-features-card {
    width: 150px;
    height: 230px;
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 0 5px #00000026;
    border-radius: 18px;
    opacity: 1;
    padding: 10px;
    margin: 30px auto;
  }
  .integrated-features-card p {
    color: #16325c;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
  }
  img.integrated-features-card-image {
    width: 100%;
    max-width: 70px;
    margin: 10px auto;
    display: block;
  }
  div.testimonials-title h1 {
    color: #16325c;
    font-weight: 600;
    text-align: center;
  }
  section.testimonials-section {
    background-color: #0093dd;
    padding: 20px;
    background-image: url(/assets/images/landingpage/World-map-bg-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  div.testimonials-content h1 {
    color: #fff;
    font-weight: 600;
    line-height: 1.4em;
    font-size: 32px;
    text-align: center;
  }
  div.testimonials-title {
    padding: 20px;
  }
  div.salesbox-testimonial {
    padding: 0 30px;
  }
  div.testimonial-carousel {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 25px;
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.18) 0.4rem 0.4rem 1.6rem 0;
  }
  p.testimonial {
    color: #000;
    text-align: left;
  }
  .image-box {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  div.client-box img {
    width: 100%;
    max-width: 100px;
  }
  section.freetrial-signup-section {
    background-color: #ffd246;
  }
  div.freetrial-signup {
    padding: 50px;
  }
  div.signup-title h2 {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 36px;
  }
  input#signup-mobile.form-control,
  input#signup-name.form-control {
    width: 275px;
    height: 45px;
    margin: 20px auto;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 7px;
  }
  input#sales-signup-submit.btn.btn-sales-signup {
    font-family: montserrat;
    width: 275px;
    height: 45px;
    margin: 20px auto;
    display: block;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 7px;
    background-color: #0093dd;
    color: #fff;
    outline: 0;
    cursor: pointer;
  }
  p#form_error_freetrial,
  p#form_success_freetrial {
    text-align: center;
  }
  @media only screen and (min-width: 768px) {
    div.promotional-hero-box {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      align-items: center;
      padding: 60px 0;
    }
    img.promotional-img {
      width: 400px;
    }
    div.promotional-hero-content {
      text-align: left;
      padding-left: 80px;
    }
    h1.promotional-hero-h1 {
      font-size: 30px;
    }
    div.testimonials {
      display: flex;
      align-items: center;
      justify-content: space-around;
    }
    div.testimonials-content {
      width: 50%;
    }
    section.testimonials-section {
      padding: 50px 0;
    }
    div.testimonials-content h1 {
      font-size: 60px;
      text-align: left;
    }
    form#salesbox-signup-form {
      display: flex;
    }
    .best-promotional-service-provider {
      display: flex;
      justify-content: space-around;
      align-items: center;
      margin: 30px auto;
    }
    .promotional-service-provider-content {
      width: 50%;
    }
    .integrated-features {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
    }
    .integrated-features-image {
      width: 50%;
    }
  }
  @media only screen and (min-width: 992px) {
    .record-conversation {
      margin-right: 25px;
    }
    .personalized-call-experience {
      margin-left: 25px;
    }
    button.btn.btn-hero-promotional {
      margin: 10px;
    }
    button.btn2-hero-promotional {
      margin: 10px;
    }

    .promotional-hero-content {
        width: 100%;
    }
  }
  

  .promotional-hero-content {
    text-align: left;
  }

  button.btn.btn-hero-promotional{
    margin-left: 0;
  }

  /* Key features */

  .key__features {
    margin: 50px 0;
  }
  .key__features_head {
    text-align: center;
    margin-bottom: 50px;
  }

  .key__features_head h2{
    font-size: 32px;
    font-weight: 700;
    color: #16325c;
  }

  .key__features_cards {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
  }

  .key__features_card {
    width: 30%;
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    margin: 10px 0;
    flex: 0 0 48%;
  }

  .key__features_card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #16325c;
  }

  .key__features_card p {
    font-size: 16px;
    color: #000;
  }

  .key__features_card:hover{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }

  /* Real Use Case */

  .real__use_case{
    background-color: #0093dd;
    padding: 50px 0;
  }

  .real__use_case-head {
    text-align: center;
    margin-bottom: 50px;
  }

  .real__use_case-head h2{
    font-size: 32px;
    font-weight: 700;
    color: #fff;
  }

  .real__use_case_card{
    display: flex;
    flex-wrap: wrap;
    /* margin: 20px 0; */
    width: 100%;
  }

  .real__use_case_left, .real__use_case_right{
    width: 50%;
    padding: 20px;
    border-radius: 10px;
  }

  .real__use_case_left h3, .real__use_case_right h3{
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
  }

  .real__use_case_left p, .real__use_case_right p{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
  }


  /* why corefactors */

  .why__corefactors {
    margin: 50px 0;
  }

  .why__corefactors_head {
    text-align: center;
    margin-bottom: 50px;
  }

  .why__corefactors_head h2{
    font-size: 32px;
    font-weight: 700;
    color: #16325c;
  }

  .why__corefactors_cards {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
  }

  .why__carefactors_card {
    width: 33%;
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    margin: 10px 0;
    flex: 0 0 30%;
  }

  .why__carefactors_card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #16325c;
  }

  .why__carefactors_card p {
    font-size: 16px;
    color: #000;
    line-height: 26px;
  }

  .cta {
    background-color: #16325c;
    padding: 50px 0;
  
  }

  .cta__head {
    text-align: center;
    margin-bottom: 50px;
  }

  .cta__head h2{
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
  }

  .cta__head a{
    background-color: #ffd246;
    color: #16325c;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 20px;
    font-size: 18px;
  }

  h1.promotional-hero-h1{
    font-size: 50px;
  }

  h1.promotional-hero-h1 span{
    color: #000;
  }

  .promotional-hero-content{
    width: 48%;
  }

  .material-symbols-outlined {
    font-size: 50px;
    color: #fff;

  
  }


@media only screen and (max-width: 768px) {
  .key__features_card{
    width: 95%;
    flex: 0 0 95%;
  }

  .real__use_case_left, .real__use_case_right{
    width: 100%;
  }

  .why__carefactors_card{
    width: 95%;
    flex: 0 0 95%;
  }
  
  .promotional-hero-content{
    width: 100%;
  }
}