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.otp-hero-section {
    background-color: #0093dd;
    margin-top: 98px;
  }
  h1.otp-hero-h1 {
    color: #fff;
    font-weight: 900;
  }
  p.otp-hero-para {
    color: #fff;
    font-weight: 500;
    font-style: normal;
    margin: 15px 0;
  }
  div.otp-hero-box {
    padding: 20px;
  }
  a.hero-a-tag {
    cursor: pointer;
    text-decoration: none;
  }
  button.btn.btn-hero-otp {
    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-otp {
    width: 203px;
    height: 40px;
    font-size: 20px;
    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.otp-img {
    width: 100%;
  }
  #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.otp-service-provider-section {
    padding: 20px;
    background-color: #0093dd;
  }
  .otp-service-provider-content h2 {
    color: #fff;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.5em;
  }
  .otp-service-provider-content p {
    color: #fff;
    font-style: italic;
    text-align: left;
  }
  button.otp-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.otp-service-provider-image {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: block;
  }
  section.integrated-features-section {
    padding: 20px;
  }
  .integrated-features-title h1 {
    color: #16325c;
    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: 400px;
    margin: 20px auto;
    display: block;
  }
  .integrated-features-card {
    width: 150px;
    height: auto;
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 0 5px #00000026;
    border-radius: 18px;
    opacity: 1;
    padding: 10px;
    margin: 30px auto;
  }
  .trigger-otp-sms-campaign {
    width: 200px;
    height: 150px;
  }
  .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;
  }

        /* 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 30%;
        }
      
        .key__features_card h3 {
          font-size: 20px;
          font-weight: 700;
          color: #fff;
        }
      
        .key__features_card p {
          font-size: 16px;
          color: #fff;
        }
      
        .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: #16325c;
        }
      
        .real__use_case_card{
          display: flex;
          flex-wrap: wrap;
          margin: 20px 0;
          width: 100%;
          align-items: center;
          justify-content: space-between;
        }
      
        .real__use_case_left, .real__use_case_right{
          width: 48%;
          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: #000;
          line-height: 30px;
          text-align: center;
        }
      
      
        /* 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;
          flex-wrap: wrap;
          gap: 30px;
        }
      
        .why__carefactors_card {
          width: 48%;
          padding: 20px;
          border: 1px solid #e5e5e5;
          border-radius: 10px;
          margin: 10px 0;
          flex: 0 0 48%;
        }
      
        .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;
        }
        .otp-hero-content{
          text-align: left;
        }
      
        .otp__btn button {
          margin-left: 0;
          margin-right: 10px;
        }
      
        .otp-hero-h1 {
          font-size: 50px;
          font-weight: 600;
        }
      
        .otp-hero-h1 span {
          color: #000;
          font-weight: 600;
        }


@media only screen and (min-width: 768px) {


  div.otp-hero-box {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 60px 0;
  }
  img.otp-img {
    width: 425px;
  }
  div.otp-hero-content {
    text-align: left;
    padding-left: 80px;
  }
  h1.otp-hero-h1 {
    font-size: 32px;
  }
  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-otp-service-provider {
            display: flex;
            justify-content: space-around;
            align-items: center;
            margin: 30px auto;
          }
          .otp-service-provider-content {
            width: 50%;
          }
          .integrated-features {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
          }
          .integrated-features-image {
            width: 50%;
          }
          .otp-service-provider-image {
            width: 50%;
          }
      
          .otp-hero-h1{
              font-size: 40px;
          }
          
        }
        @media only screen and (min-width: 992px) {
          .record-conversation {
            margin-right: 25px;
          }
          .personalized-call-experience {
            margin-left: 25px;
          }
          button.btn.btn-hero-otp {
            margin: 0;
          }
          button.btn2-hero-otp {
            margin: 10px;
          }
        }


@media only screen and (max-width: 992px) {
    .why__carefactors_card{
        width: 48%;
        flex: 0 0 48%;
    }
}


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

  .why__carefactors_card{
    width: 95%;
    flex: 0 0 95%;
  }

}


@media only screen and (max-width: 600px) {
  .real__use_case_left, .real__use_case_right{
    width: 100%;
  }

  .why__carefactors_card{
    width: 95%;
    flex: 0 0 95%;
  }
}
        
        