.home_landing_container {
  margin: -2.35rem 0 0 0;
}
.first_landing_article.landing_Article {
  display: flex;
  padding: 67px 139px 51.8px 139px;
  background-color: #123966;
}
.first_landing_article_left {
  width: 70%;
}
.home_landing_container .primary_heading_1 {
  margin: 0 0 20px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.17;
  text-align: left;
  color: #ffffff;
  font-family: 'OpenSans-SemiBold';
}
.first_landing_article_left .home_landing_tick_list ul {
  padding-left: 20px;
  list-style-type: none;
  position: relative;
}
.first_landing_article_left .home_landing_tick_list ul li {
  margin: 0 0 0 10.2px;
  font-family: 'OpenSans-Regular';
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #00d9bb;
  font-size: 24px;
}
.first_landing_article_left .home_landing_tick_list ul li:before {
  content: '';
  background: transparent url(../images/landingpage/home_tick.svg) no-repeat;
  position: absolute;
  width: 19.8px;
  height: 16.4px;
  left: 0;
  margin-top: 5px;
}
.get_call_back {
  width: 60%;
}
.get_call_back_form {
  display: flex;
  height: 42px;
  margin: 20px 0 1rem 0;
  border: solid 1px #b1b1b1;
  padding: 0 0 0 15px;
  border-radius: 4px;
  background-color: #ffffff;
  justify-content: space-between;
}
.get_call_back_form input#phone {
  border: 0;
  height: 40px;
  width: 200px;
  padding: 0 1.5rem 0 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.29;
  text-align: left;
  color: #000000;
  font-family: 'OpenSans-Light';
}
.get_call_back_btn {
  background-color: #ff5669;
  width: 160px;
  display: flex;
  align-items: center;
  border: none;
  justify-content: center;
  font-family: 'OpenSans-Regular';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.03px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
.request_demo {
  background: #fc5467 0% 0% no-repeat padding-box;
  border-radius: 4px;
  opacity: 1;
  width: 182px;
  height: 42px;
  text-align: center;
  letter-spacing: 0.03px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  font-family: 'OpenSans-SemiBold';
  border: 1px solid #ff5669;
  cursor: pointer;
  padding: 0;
}
.request_demo:hover,
.request_demo:focus {
  background: #ff5669;
  color: #ffffff;
}

/* Vertically center the image in first_landing_article_right */
.first_landing_article_right {
  display: flex;
  align-items: center; /* Center vertically */
  justify-content: center; /* Center horizontally */
  width: 30%;
  padding: 20px; /* Adjust the padding as needed */
}
.first_landing_article_right .home_landing_img_1 {
  max-width: 100%; /* Cap the width of the image */
  height: auto; /* Maintain aspect ratio */
}
.second_landing_article.landing_Article {
  display: flex;
}
.second_landing_article_left {
  width: 30%;
  z-index: 1;
  display: flex;
  align-items: center;
}
.second_landing_article_left .home_landing_img_2 {
  max-width: 100%; /* Cap the maximum width of the image */
  height: auto; /* Maintain the aspect ratio */
  padding: 5rem 0; /* Adjust padding as needed */
  margin-left: 8rem;
}
.second_landing_article_right {
  width: 70%;
  padding: 3rem 5rem 4rem 10rem;
  background-color: #fed200;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.second_landing_article_right .primary_heading-2 {
  margin: 0 0 20px;
  font-family: 'OpenSans-Bold';
  font-weight: bold;
  line-height: 1.38;
  text-align: left;
  color: #464646;
  text-transform: uppercase;
}
.second_landing_article_right .primary_text-1 {
  font-family: 'OpenSans-Regular';
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
  color: #555555;
}
.second_landing_article_right .home_landing_normal_list ul {
  padding-left: 12px;
}
.second_landing_article_right .home_landing_normal_list ul li {
  margin: 1rem 2rem 1rem 1rem;
  font-family: 'OpenSans-Regular';
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
  color: #555555;
}
.third_landing_article.landing_Article {
  width: 74.13%;
  margin: 4rem auto 4rem auto;
}
.third_landing_article_data .primary_heading_2 {
  font-size: 26px;
  font-family: 'OpenSans-Bold';
  font-weight: bold;
  line-height: 1.38;
  text-align: center;
  color: #464646;
  width: 60%;
  margin: 0 auto;
  text-transform: uppercase;
}
.third_landing_article_data .primary_text-1 {
  font-family: 'OpenSans-Regular';
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  color: #555555;
}
.third_landing_article_data .home_landing_img_3 {
  width: 100%;
}
.third_landing_article_data_overlay {
  z-index: 1;
  display: flex;
}
.third_landing_article_data_overlay .home_landing_number_list {
  padding: 30px 35px 30px 20px;
  border-radius: 10px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  width: 54%;
  margin: -18rem 0 0rem 3rem;
}
.third_landing_article_data_overlay .home_landing_number_list ul {
  padding-left: 12px;
  list-style-type: decimal;
}
.third_landing_article_data_overlay .home_landing_number_list ul li {
  margin: 0 0 20px 10px;
  font-family: 'OpenSans-Regular';
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
  color: #555555;
}
.fourth_landing_article.landing_Article {
  display: flex;
  padding: 1rem 10rem;
  background-color: #fafafa;
}
.fourth_landing_article_left {
  width: 38%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; /* Align items to the left */
}
.fourth_landing_article_left .primary_heading_2 {
  font-size: 26px;
  font-family: 'OpenSans-SemiBold';
  font-weight: bold;
  line-height: 1.38;
  text-align: left;
  color: #464646;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.fourth_landing_article .home_landing_tick_list ul {
  padding: 0;
  list-style-type: none;
  position: relative;
}
.fourth_landing_article .home_landing_tick_list ul li {
  margin: 0 0 15px 2rem;
  font-family: 'OpenSans-Regular';
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
  color: #555555;
}
.fourth_landing_article_right {
  width: 62%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fourth_landing_article_right .home_landing_img_4 {
  width: 100%;
}
.fourth_landing_article .home_landing_tick_list ul li:before {
  content: '';
  background: transparent url(../images/landingpage/home_tick.svg) no-repeat;
  position: absolute;
  width: 19.8px;
  height: 16.4px;
  left: 0;
  margin-top: 5px;
}
.second_landing_article_mobile,
.fourth_landing_article_mobile {
  display: none;
}

/* All default styles are for desktop and above screen size */
/* 64em is 1024px */
@media only screen and (max-width: 64em) {
  .first_landing_article.landing_Article {
    padding: 67px 100px 51.8px 100px; /* Adjust the padding as needed */
  }

  /* Decrease font size for h1 in first_landing_article_left */
  .first_landing_article_left .primary_heading_1 {
    font-size: 32px; /* Decrease the font size */
  }

  .first_landing_article_left .home_landing_tick_list ul li {
    font-size: 16px; /* Decrease the font size */
  }

}

@media only screen and (max-width: 48em) {
  #getDemoModal_LandingPageTally .modal-content,
  #requestDemoModal .modal-content {
    width: 90% !important;
  }
  .first_landing_article.landing_Article {
    padding: 2rem 5rem;
    flex-direction: column;
  }
  .first_landing_article_left {
    width: 100%;
    padding: 3rem 5rem 3rem 5rem;
    background: transparent url('../images/landingpage/mobile_sec_image_02.png') no-repeat;
    background-size: 50% 50%;
    background-position: top;
  }
  .home_landing_container .primary_heading_1 {
    margin: 15px 0 20px;
    font-size: 32px;
    line-height: 1.13;
    text-align: center;
  }
  .first_landing_article_left .home_landing_tick_list {
    display: flex;
    justify-content: center;
  }
  .first_landing_article_right {
    display: none;
  }
  .first_landing_article_left .home_landing_tick_list ul li {
    font-size: 16px;
  }
  .second_landing_article_mobile {
    display: block;
  }
  .second_landing_article_left,
  .second_landing_article_right {
    display: none;
  }
  .second_landing_article_mobile .primary_heading-2 {
    margin: 1.5rem;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.38;
    text-align: center;
    color: #464646;
    font-family: 'OpenSans-Bold';
  }
  .second_landing_article_mobile .home_landing_img_2 {
    width: 40%;
    display: flex;
    margin: 0 auto;
  }
  .second_landing_article_mobile_third {
    margin: -87px 0 0;
    padding: 97px 38px 25px 40px;
    background-color: #fed200;
  }
  .second_landing_article_mobile_third .primary_text-1 {
    margin: 0 0 15px;
    font-family: 'OpenSans-Regular';
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #555555;
  }
  .second_landing_article_mobile_third ul {
    padding: 0 0 0 12px;
  }
  .second_landing_article_mobile_third ul li {
    margin: 15px 0 15px 10px;
    font-family: 'OpenSans-Regular';
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #555555;
  }
  .third_landing_article.landing_Article {
    margin: 0;
    width: 100%;
  }
  .third_landing_article_data .primary_heading_2 {
    padding: 30px 17px 10px;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.38;
    text-align: center;
    color: #464646;
    width: 100%;
  }
  .third_landing_article_data .primary_text-1 {
    margin: 1rem 2rem 1rem 1rem;
    font-size: 16px;
  }
  .third_landing_article_data .home_landing_img_3 {
    padding: 1rem 2rem 1rem 1rem;
  }
  .third_landing_article_data_overlay .home_landing_number_list {
    padding: 0px 17px 10px;
    width: 100%;
    box-shadow: none;
    margin: 0;
  }
  .fourth_landing_article_mobile {
    display: block;
  }
  .fourth_landing_article_left,
  .fourth_landing_article_right {
    display: none;
  }
  .fourth_landing_article_mobile .home_landing_img_4 {
    width: 100%;
  }
  .fourth_landing_article.landing_Article {
    padding: 1rem 2rem;
  }
  .fourth_landing_article_mobile .primary_heading_2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.38;
    text-align: left;
    color: #464646;
    font-family: 'OpenSans-SemiBold';
    padding: 20px 0 0 0;
    margin: 0;
  }
  .third_landing_article_data_overlay .home_landing_number_list ul li {
    font-size: 16px;
  }
  .first_landing_article .get_call_back {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
