@media screen and (min-width: 25cm) {
  .header {
    background: #111111;
  }

  .navElems {
    padding: 0px 130px;
    position: relative;
  }

  .header nav ul {
    display: flex;

    margin-bottom: 0px;
    margin-right: -130px;
  }

  .navElems ul {
    display: flex;
    flex-direction: row;

    position: relative;
  }

  .navElems ul li {
    list-style: none;
    margin: 0px 16px;

    padding: 0px !important;
  }

  .navElems ul li img {
    display: none;
  }

  .navElems ul li, .navElems ul li a {
    text-decoration: none;

    font-size: 16px;
    font-weight: 400;
    color: #CCCCCC;
  }

  .drawer-sub-menu {
    margin: 0px !important;
  }

  .menu-item-container:hover {
    cursor: pointer;
  }

  .sub-menu-items {
    position: absolute;
    top: 70px;
    left: 20%;

    width: fit-content;
    background-color: #1F1F1F;
    border-radius: 10px;
  }

  .sub-menu-items li {
    margin: 24px 24px !important;
  }

  .image-banner-box, .image-banner-box.homepage {
    width: 100%;
    height: 100%;

    display: flex;
  }

  .image-banner-box.homepage img {
    height: 100%;
    margin-right: -100px;
  }

  .image-banner-text {
    width: 100%;
    align-items: flex-start;
    text-align: left;

    position: absolute;
    top: 40%;
    left: 5%;
  }

  .image-banner-box.homepage .gradient-overlay {
    height: 100%;
  }

  .image-banner-box.homepage .gradient-overlay {
    background: linear-gradient(to top, #111111 10%, transparent);
  }

  .banner-heading.homepage {
    font-weight: 600;
  }

  .image-banner-text.homepage h1 {
    font-family: "EuclidCircular";
  }

  .banner-tagline.homepage {
    color: #B8B2B2;
  }

  .image-banner-text.homepage {
    top: 45%;
  }

  .milestone-timeline {
    margin-top: 164px;
  }

  .banner-heading {
    font-size: 48px;
    font-weight: 400;
  }

  .banner-tagline {
    font-size: 24px;
    font-weight: 400;
  }

  .gradient-overlay {
    height: 80%;
    background: rgb(2,0,36);
    background: radial-gradient(140% 120% at top right, rgba(2,0,36,0) 0%, rgba(17,17,17,1) 80%, rgba(17,17,17,1) 100%);

    position: absolute;
    top: 50px;
    right: 0px;
  }

  .customer-review-card {
    height: 380px;
  }

  .customer-reviews-heading {
    font-size: 40px;
    font-weight: 600;
  }

  .customer-photo {
    width: 77px;
    height: 77px;
  }

  .customer-photo img {
    object-fit: cover;
  }

  .customer-name {
    font-size: 23px;
    font-weight: 600;
  }

  .review-platform-logo {
    height: 16px;
  }

  .amazon-icon {
    height: 20px;
  }

  .review-star-ratings {
    height: 12px;
  }

  .review-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }
  
  .footer-container {
    width: 100%;
    height: 582px;
    padding: 95px 140px 100px 100px;

    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .footer-container .footer-link-container {
    width: fit-content;
    height: fit-content;
  }

  .right-reserved {
    width: fit-content;
    white-space: nowrap;

    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translate(-50%, 0) !important;

    font-size: 17px;
    font-weight: 500;
  }

  .footer-container > span {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

    position: relative;
    padding-top: 155px;
  }

  .footer-container .app-availability-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    margin-bottom: 60px;
  }

  .footer-container .app-availability-container a img {
    width: 122px;
    margin: 4px 0px;
  }

  .footer-container .app-availability-heading {
    font-size: 14px;
    font-weight: 500;

    margin-bottom: 8px;
  }

  .app-availability-platforms {
    display: flex;
    flex-direction: column;
  }

  .social-links {
    justify-content: flex-start;
  }

  .social-links ul li {
    margin-right: 25px;
    scale: 1.1;
  }

  .contact-ajjas {
    flex-direction: column;
    align-items: flex-start;

    margin: 0px;
  }

  .contact-ajjas .footer-contact-label {
    white-space: nowrap;
  }

  .contact-ajjas a:first-child, .contact-ajjas a:last-child {
    margin: 0px;
  }

  .contact-ajjas a {
    display: flex;
    justify-content: flex-start;
    align-items: center;

    margin: 5px 0px !important;

    font-size: 12px;
    font-weight: 400;
  }

  .contact-ajjas a img {
    width: 12px;
    margin-right: 6px;
  }

  .brand-description {
    width: fit-content;
    position: absolute;
    top: 0px;

    align-items: flex-start;
  }

  .brand-description img {
    /* width: 125%; */
    margin-bottom: 18px;
  }

  .brand-tagline {
    width: 380%;
    text-align: left;
    line-height: 20px;

    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.8px;
  }

  .footer-heading {
    font-size: 16.8px;
    font-weight: 600;

    margin-bottom: 9.6px !important;
  }

  .footer-link {
    font-size: 16px;
    font-weight: 400;

    margin: 9.6px 0px;
  }

  .solutions-products {
    margin: 0px 160px 0px 10px;
  }

  .footer-hr {
    width: 125px;
    margin: 24px 0px;

    background-color: #F4F4F4;
  }

  .ham-menu-button {
    visibility: hidden;
  }

  .lets-talk-button {
    font-size: 14px;
    font-weight: 600;
  }

  .lets-talk-button.desktop-only {
    width: 103px;
    height: 30px;
    display: block !important;
  }

  .ajjas-key-factors {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    margin: 164px 0px 0px 0px;
  }

  .factor-icon-box {
    min-width: 77px;
    min-height: 77px;
  }

  .factor-row {
    width: 32%;
    align-items: flex-start;
  }

  .factor-heading {
    font-size: 24px;
    font-weight: 600;

    margin-bottom: 8px;
  }

  .factor-description {
    font-size: 20px;
    font-weight: 300;
  }

  .ajjas-key-factors {
    padding: 25px 40px 32px 40px;
  }

  .product-comparision-heading {
    width: 36%;
    margin-bottom: 90px;

    font-size: 40px;
    font-weight: 600;
  }

  .ajjas-products-comparision table {
    width: 70%;
  }

  .product-comparision-heading-row th {
    font-size: 24px;
    font-weight: 600;
  }

  .product-comparision-heading-row th:first-child {
    width: 460px;
    background-color: #E5EAF2;
    color: #111111;
  }

  .ajjas-products-comparision tbody tr td {
    font-size: 21px;
    font-weight: 500;

    padding: 18px 40px;
  }

  .ajjas-products-comparision tbody tr td img {
    height: 18px;
  }

  .purchase-from-ajjas-website {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    padding: 164px 110px 164px 60px;
  }

  .purchase-from-ajjas-website-heading {
    width: 100%;
    font-size: 40px;
    font-weight: 600;
    text-align: left;

    margin-right: 100px;
  }

  .purchase-from-ajjas-website table thead th {
    font-size: 24px;
    font-weight: 600;
  }

  .purchase-from-ajjas-website table tbody tr td {
    font-size: 24px;
  }

  .purchase-from-ajjas-website table tbody tr td:first-child {
    padding: 22px 40px 22px 23px !important;
  }

  .purchase-from-ajjas-website table tbody tr td img {
    width: 28px;
    margin-right: 15px;
  }

  .purchase-from-ajjas-website .add-opacity {
    opacity: 0.4 !important;
  }

  .purchase-from-ajjas-website table tbody tr td p {
    width: 30%;
  }

  .purchase-from-ajjas-website table thead tr th {
    min-width: 200px;
  }

  .ajjas-beloved-customer-testimonials p {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 92px;
  }

  .customer-reviews-heading.product-page {
    width: fit-content;

    margin: 190px 0px 98px 0px;
  }

  .cust-reviews.product-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .factor-row:first-child img {
    width: 60px;
  }

  .factor-row:not(:first-child) img {
    width: 30px;
  }

  .product-comparision-heading-row th {
    padding: 35px 54px;
  }

  .plan-styles td:first-child {
    padding-left: 50px !important;
  }

  .header {
    height: 73px;
  }

  .connect-now-button.desktop-only {
    display: block;
  }

  .connect-now-button.mobile-only {
    display: none;
  }

  .footer-contact-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;

    position: absolute;
    top: 50%;
    left: 100px;
    right: 140px;

    color: #848997;
    font-size: 16px;
    line-height: 24px;
  }

  .footer-contact-container .support-call-icon  {
    width: 17px;
    margin: 0px 3px 0px -2px;
  }

  .footer-contact-container img {
    width: 14px;
  }

  .footer-contact-container .dialer-icon {
    width: 12px;
  }

  .for-support, .for-business {
    display: flex;
    flex-direction: column;
  }

  .footer-contact-container div p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-contact-container div p img {
    margin-right: 6px;
  }
}

@media screen and (max-width: 25cm) {
  .connect-now-button.desktop-only {
    display: none;
  }
  
  .connect-now-button.mobile-only {
    display: block;

    position: absolute;
    bottom: 40px;
    left: 16px;
    right: 16px;
  }
}

.connect-now-button {
  padding: 8px 16px;
  background-color: white;
  color: black;

  font-size: 16px;
  font-weight: 600;

  border: none;
  border-radius: 20px;

  cursor: pointer;
}

.connect-now-button.white {
  color: white;
  border-radius: 28px;

  cursor: pointer;
}

.connect-now-button.no-styles {
  padding: unset;
  background-color: unset;
  color: unset;

  font-size: unset;
  font-weight: unset;

  border-radius: unset;
  cursor: pointer;
}