:root {
  --color-white: #ffffff;
  --color-black1: #000000;
  --color-black2: #0d0d0d;
  --color-black3: #484848;
  --color-black4: #1a1a1a;
  --color-grey: #7f7f7f;
  --color-rating: #ffb800;
  --color-bg-light: #f5f9fc;
  --color-primary-thames-green: #099d8c;
  --color-primary-thames-yellow: #fdd01e;
  --color-primary-thames-black: #1a1a1a;
  --color-secondary-thames-blue: #114e78;
  --color-secondary-thames-orange: #d74e08;
  --color-secondary-thames-mehron: #6e0d0b;
  --font-size-10: 10px;
  --font-size-11: 11px;
  --font-size-12: 12px;
  --font-size-13: 13px;
  --font-size-14: 14px;
  --font-size-15: 15px;
  --font-size-16: 16px;
  --font-size-17: 17px;
  --font-size-18: 18px;
  --font-size-19: 19px;
  --font-size-20: 20px;
  --font-size-21: 21px;
  --font-size-22: 22px;
  --font-size-24: 24px;
  --font-size-26: 26px;
  --font-size-27: 27px;
  --font-size-28: 28px;
  --font-size-30: 30px;
  --font-size-32: 32px;
  --font-size-34: 34px;
  --font-size-36: 36px;
  --font-size-40: 40px;
  --font-size-42: 42px;
  --font-size-44: 44px;
  --font-size-48: 42px;
  --font-size-50: 50px;
  --font-size-52: 52px;
  --font-size-56: 56px;
  --font-size-58: 58px;
  --font-size-60: 60px;
  --font-size-62: 62px;
  --font-size-80: 80px;
  --font-weight-200: 200;
  --font-weight-300: 300;
  --font-weight-400: 400;
  --font-weight-500: 500;
  --font-weight-600: 600;
  --font-weight-700: 700;
  --font-weight-800: 800;
  --font-family: "Sora", sans-serif;
  --font-family-2: "Montserrat", sans-serif;
}

/* MEDIA QUERY */
@media screen and (max-width: 1199.99px) {
  .navbar-expand-lg .navbar-nav.menu_bar .nav-link {
    padding-left: 11px;
    padding-right: 11px;
  }
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
  .banner .bannerCarousel .carousel-inner .carousel-item img {
    height: 650px;
  }
  .banner-heading {
    font-size: var(--font-size-60);
    line-height: 83px;
  }
  .sub-heading {
    font-size: var(--font-size-44);
    line-height: 55px;
  }
  /* .who-we-are-section ul.who-we-areList li,
  .what-we-do-support-box ul li {
    font-size: var(--font-size-22);
  } */
  .who-we-are-section::before,
  .our-story-section::before {
    background-size: contain;
    background-position: top center;
  }
  .what-weDo_card .card .card-body .card-text {
    min-height: 185px;
  }
  .ExploreNow-btn,
  .what-wedo_row,
  .btn_row {
    margin-top: 30px;
  }
  .download-app-content {
    padding: 150px 0;
  }
  .download-app-content h3 {
    font-size: var(--font-size-48);
    line-height: 55px;
  }
  /*  .our-story-img img {
    width: 45%;
  }*/
  /* .header.sticky .logo2 {
    max-width: 234px;
  } */
  .testimonial-content {
    padding: 50px 20px 20px 30px;
  }
  .Subscribe_btn {
    right: 35px;
  }
  .subscribe_form img {
    position: absolute;
    left: 0;
    top: 23px;
    max-width: 65px;
  }
  .contact-info > div:first-child {
    margin-right: 20px;
  }
  .banner.contact-banner,
  .banner.aboutUs-banner,
  .banner.requestQuote-banner,
  .banner.whatWeDo-banner,
  .banner.whyThames-banner {
    min-height: 380px;
  }
  /* NEW CSS */
  .our-process-title {
    font-size: var(--font-size-26);
  }
  .lifecycle-header h5,
  .lifecycle-footer h5 {
    font-size: var(--font-size-18);
  }
  .lifecycle-combo-box {
    font-size: var(--font-size-13);
  }
  .lifecycle-header p::after {
    right: 40px;
  }
  .lifecycle-img-margin {
    margin-top: 15px;
  }
  .lifecycle-footer h5 {
    padding-right: 240px;
  }
  .we-coverage-section h2.sub-heading {
    font-size: var(--font-size-60);
    margin-bottom: 50px;
    /* text-shadow: 0 0 15px #099d8c; */
  }
  .we-coverage-section p {
    font-size: var(--font-size-24);
    line-height: 36px;
  }
  .lifecycle-box {
    padding: 20px 15px;
  }
  .we-coverage-section {
    min-height: 550px;
  }
  /* TIMELINE */
  .timeline-number {
    font-size: var(--font-size-30);
  }
  .our-values-card h5 {
    font-size: var(--font-size-24);
  }
  .mt_5 {
    margin-top: 30px;
  }
  .aboutUs-ourStory .our-story-content p {
    margin-bottom: 0;
  }
  .aboutUs-ourStory .story-img.mt_5 {
    margin-top: 0;
  }
  .what-we-do-service-box .service-list {
    margin-bottom: 60px;
  }
  .what-we-do-support-box .support-list {
    margin-bottom: 10px;
  }
  .support-card-number {
    font-size: var(--font-size-56);
  }
  .product-heading {
    font-size: var(--font-size-19);
  }
}
@media screen and (max-width: 1135px) {
  .navbar-expand-lg .navbar-nav.menu_bar .nav-link {
    padding-left: 8px;
    padding-right: 8px;
  }
  .logo1 {
    max-width: 234px;
  }
  .header.sticky .logo2 {
    max-width: 234px;
  }
}

@media screen and (max-width: 991.98px) {
  html,
  body {
    overflow: hidden;
    overflow-y: auto;
  }
  .menu-rt .navBar_btn .riskAssement-Btn {
    color: var(--color-black2) !important;
  }
  .menu-rt .navBar_btn .riskAssement-Btn:hover {
    background-color: var(--color-black2);
    color: var(--color-white) !important;
    text-decoration: none;
  }
  .download-app-content {
    padding: 60px 30px;
    max-width: 100%;
  }
  .our_feature_card .card .card-body {
    padding: 15px 0;
    text-align: center;
  }
  .our_feature_card .card .card-body .card-title {
    margin-bottom: 10px;
  }
  .our_feature_card .card {
    border-right: none;
  }
  .our_feature_card .card .card-body .card-text {
    min-height: auto;
    text-align: center !important;
  }
  .our-story-img {
    margin-bottom: 30px;
  }
  .testimonial-section .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .mobile_visible {
    display: block;
  }
  .navbar-expand-lg .navbar-nav.menu_bar .nav-link::after {
    display: none;
  }
  .button_nav i {
    color: var(--color-white);
    font-size: var(--font-size-24);
    background-color: var(--color-primary-thames-green);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
  }

  .closebtn,
  .button_nav {
    display: block;
  }
  /* HEADER */
  .button_nav {
    cursor: pointer;
  }
  .navbar {
    justify-content: flex-end;
  }
  #mySidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 7;
    top: 0;
    left: 0;
    background-color: rgba(9, 157, 140);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  #mySidenav a {
    color: var(--color-white);
    font-size: var(--font-size-15);
    display: block;
    transition: 0.3s;
    text-decoration: none;
    text-align: left;
  }
  #mySidenav a:hover {
    text-decoration: underline;
  }
  #mySidenav .closebtn {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 28px;
    /* margin-left: 50px; */
    color: #fff;
  }
  #mySidenav .closebtn:hover {
    color: #000;
    text-decoration: none;
  }
  .navbar-nav.menu_bar {
    display: block;
    width: 100%;
    margin-top: 30px;
    /* text-align: center;
          */
  }
  .navbar-nav.menu_bar .nav-item {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .order_1 {
    order: 1;
  }
  .order_2 {
    order: 2;
  }
  .order_3 {
    order: 3;
  }
  .order_4 {
    order: 4;
  }
  /* ANSHU CSS */
  /* PAGE CSS */
  .banner .bannerCarousel .carousel-inner .carousel-item img {
    height: 550px;
  }
  .banner-heading {
    font-size: var(--font-size-44);
    line-height: 55px;
  }
  .sub-heading {
    font-size: var(--font-size-36);
    line-height: 50px;
  }
  .who-we-are-section p,
  .what-we-do-section p,
  .our-story-content p,
  .get-In-touch-section p {
    font-size: var(--font-size-17);
    line-height: 30px;
  }
  /* .who-we-are-section ul.who-we-areList li,
  .what-we-do-support-box ul li {
    font-size: var(--font-size-20);
    line-height: 30px;
  } */
  .who-we-are-tabs .nav .nav-item .nav-link {
    font-size: var(--font-size-18);
    padding: 5px 25px 15px;
  }
  .who-we-are-section {
    padding: 70px 0;
  }
  .what-weDo_card .card .card-body {
    padding: 5px 25px 5px 5px;
  }
  .what-weDo_card .card .card-body .card-title {
  }
  .contact-info > div:first-child {
    margin-right: 40px;
  }
  .conatact_form-box,
  .requestQuote_form-box {
    margin-top: 30px;
  }
  .Subscribe_btn {
    right: 0;
  }
  .contact-section {
    padding: 50px 0;
  }
  .banner.contact-banner,
  .banner.aboutUs-banner,
  .banner.requestQuote-banner,
  .banner.whatWeDo-banner,
  .banner.whyThames-banner {
    min-height: 300px;
    padding: 150px 0 120px;
  }

  .our-feature-section {
    padding: 70px 0;
  }
  .our-story-section {
    padding: 100px 0 70px 0;
  }
  .get-In-touch-section {
    padding: 60px 0 100px;
  }

  .subscribe_form img {
    position: absolute;
    left: -10px;
    top: 59px;
    max-width: 42px;
  }
  .subscribe_form .form-control {
    height: 66px;
  }
  .footer-list {
    margin-bottom: 30px;
  }
  .social-media_list {
    justify-content: center;
    margin-top: 20px;
  }
  .footer-bottom p {
    text-align: center;
  }

  .m-display-none {
    display: none;
  }
  .menu-rt .navBar_btn .riskAssement-Btn {
    width: 200px;
    margin: 10px;
  }
  /* NEW CSS */
  .what-we-do-support-box ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    -o-columns: 1;
    -ms-columns: 1;
  }
  .our-process-card {
    margin-bottom: 15px;
  }
  .what-we-do-support {
    padding: 45px 0 80px;
  }
  .about-our-story-section {
    padding: 70px 0 70px;
  }
  .contact-info {
    justify-content: space-between;
  }
  .we-coverage-section h2.sub-heading {
    font-size: var(--font-size-44);
    margin-bottom: 30px;
  }
  .we-coverage-section p,
  .our-partener-box h4 {
    font-size: var(--font-size-18);
    line-height: 30px;
    margin-bottom: 8px;
  }
  .we-coverage-section {
    min-height: 450px;
  }
  .lifecycle-header {
    display: block;
    text-align: center;
  }
  .lifecycle-header h5 {
    text-align: center;
    margin-bottom: 8px;
  }
  .what-we-do-services .lifecycle-header p {
    line-height: inherit;
  }
  /* LIFECYCLE IMAGE CSS */
  .lifecycle-header p::after {
    display: none;
  }
  .lifecycle-body-left .row:first-child .col,
  .lifecycle-body-left .row:last-child .col {
    width: 100%;
    flex: auto;
  }
  .lifecycle-outer {
    flex-direction: column;
    margin-bottom: 2px;
  }
  .lifecycle-body-left .row:last-child .col .lifecycle-outer {
    margin-bottom: 0;
    margin-top: 2px;
  }
  .lifecycle-body-left .row:first-child .col:first-child,
  .lifecycle-body-left .row:last-child .col:first-child,
  .lifecycle-body-left .row:first-child .col,
  .lifecycle-body-left .row:first-child .col:last-child,
  .lifecycle-body-left .row:last-child .col,
  .lifecycle-body-left .row:last-child .col:last-child {
    padding: 0 20px;
  }
  .lifecycle-box {
    width: 100%;
  }
  .lifecycle-body .row .col-lg-10,
  .lifecycle-body .row .col-lg-2 {
    padding: 0 15px;
  }
  .lifecycle-box,
  .lifecycle-combo-box {
    min-height: 90px;
    font-size: var(--font-size-16);
  }
  .lifecycle-body-left .row:first-child .col .lifecycle-outer::after,
  .lifecycle-body-left .row:last-child .col .lifecycle-outer::after {
    width: 35px;
  }
  .lifecycle-body-left .row:first-child .col .lifecycle-outer::after {
    transform: rotate(90deg);
  }
  .lifecycle-body-left .row:last-child .col .lifecycle-outer::after {
    transform: rotate(-90deg);
  }
  .lifecycle-body-left .row:last-child .col .lifecycle-outer::after {
    width: 35px;
  }
  .lifecycle-img-margin {
    margin-top: 150px;
  }
  .lifecycle-body {
    position: relative;
  }
  .lifecycle-body-right {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%) !important;
    left: 0;
    right: 0;
  }
  .lifecycle-combo-box {
    font-size: var(--font-size-17);
  }
  .lifecycle-footer h5 {
    padding-right: 0;
    text-align: center;
  }
  /* Timeline */
  .our-values-card h5 {
    font-size: var(--font-size-22);
  }
  .main-timeline {
    margin-top: 20px;
    padding-top: 20px;
  }
  .timeline {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  .main-timeline::after {
    left: 31px;
  }
  .timeline::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent #099d8c transparent transparent;
  }
  .left::before {
    right: auto;
  }
  .left::after,
  .right::after {
    left: 18px;
  }
  .right {
    left: 0%;
  }
  .card-number {
    font-size: var(--font-size-36);
  }
  .our-values-card p {
    font-size: var(--font-size-17);
    line-height: 28px;
    min-height: auto;
  }
  .who-we-are-section p,
  .what-we-do-section p,
  .our-feature-section p,
  .our-story-content p,
  .get-In-touch-section p,
  .what-we-do-services p,
  .what-our-process p,
  .whyThames-content p {
    font-size: var(--font-size-17);
    line-height: 33px;
  }
  .who-we-are-section ul.who-we-areList li,
  .what-we-do-support-box ul li,
  .what-we-do-service-box ul li,
  .our-product-box ul li,
  .whyThames-list ul li,
  .what-we-do-service-box ul li,
  .our-product-box ul li,
  .whyThames-list ul li {
    font-size: var(--font-size-17);
    line-height: 30px;
  }
  .our-values-row .bx-wrapper .bx-pager,
  .our-values-row .bx-wrapper .bx-controls-auto {
    margin: 10px 0 0;
  }
  .our-values-row .bx-wrapper .bx-viewport {
    height: auto !important;
    padding: 5px 10px;
  }
  .mt_5 {
    margin-top: 25px;
  }
  .aboutUs-ourStory .our-story-img {
    margin: 20px 0 10px;
  }
  .what-we-do-service-box .service-list {
    margin-bottom: 40px;
  }
  .what-we-do-support-box .support-list {
    grid-template-columns: auto auto;
  }
  .support-card-number {
    font-size: var(--font-size-44);
  }
  .what-we-do-support-box .support-list li {
    padding: 10px;
  }
  .what-we-do-support-box .support-list p {
    font-size: var(--font-size-17);
  }
  .what-we-do-support-box .support-list {
    margin-bottom: 0;
  }
  .who-are-parteners .mt_3 {
    margin-top: 10px;
  }
  .footer-top {
    padding: 55px 0 55px;
  }
  .regulated-authority {
    margin-bottom: 30px;
  }
  .whyThames-list ul li {
    font-size: 17px;
  }
  /* 11-11-2022 */
  .regulated-authority a img {
    /* max-width: 240px; */
    max-height: 120px;
  }
  .what-we-do-section .card-title {
    min-height: 60px;
  }
}
@media screen and (max-width: 767.98px) {
  .banner.contact-banner,
  .banner.aboutUs-banner,
  .banner.requestQuote-banner,
  .banner.whatWeDo-banner,
  .banner.whyThames-banner {
    min-height: 300px;
    padding: 120px 0 120px;
  }
  .banner-heading,
  .we-coverage-section h2.sub-heading {
    font-size: var(--font-size-36);
    line-height: 44px;
  }
  .we-coverage-section h2.sub-heading {
    margin-bottom: 20px;
  }
  .we-coverage-section p {
    font-size: var(--font-size-20);
    margin-bottom: 10px;
    letter-spacing: 0;
  }
  .Subscribe_btn {
    right: auto;
    position: inherit;
    margin-top: 20px;
    min-width: 100%;
    border-radius: 3px;
  }
  .subscribe_form .form-control {
    height: auto;
  }
  .subscribe_form img {
    position: inherit;
    display: none;
  }
  .get-In-touch-section {
    padding: 40px 0 80px;
  }

  .download-app-content h3 {
    font-size: var(--font-size-30);
    line-height: normal;
  }
  .download-app-content h4 {
    font-size: var(--font-size-22);
  }
  .sub-heading {
    font-size: var(--font-size-28);
    line-height: 40px;
    margin-bottom: 10px;
  }
  .who-we-are-section p,
  .what-we-do-section p,
  .our-feature-section p,
  .our-story-content p,
  .get-In-touch-section p,
  .what-we-do-services p,
  .what-our-process p {
    font-size: var(--font-size-16);
    line-height: 29px;
  }
  .get-In-touch-section h4,
  .testimonial-content h4 {
    font-size: var(--font-size-16);
  }
  .testi-review {
    font-size: var(--font-size-16);
    line-height: 29px;
  }
  .contact-detail {
    margin-bottom: 30px;
  }
  .footer-top {
    padding: 45px 0 45px;
  }
  .social-media_list li a.social-links {
    width: 30px;
    height: 30px;
    line-height: 32px;
    font-size: 14px;
  }
  .social-media_list li {
    margin-left: 10px;
  }
  .banner .bannerCarousel .carousel-inner .carousel-item img {
    height: 500px;
  }
  .what-we-do-service-box ul li,
  .our-product-box ul li,
  .whyThames-list ul li,
  .who-we-are-section ul.who-we-areList li,
  .what-we-do-support-box ul li {
    font-size: var(--font-size-16);
    line-height: 24px;
  }

  .who-we-are-tabs .nav.nav-tabs {
    width: 640px;
    display: flex;
  }
  .who-we-are-tabs .nav .nav-item .nav-link {
    padding: 5px 10px 15px;
  }
  .who-we-are-tabs {
    overflow: auto;
  }
  .what-we-do-section .card-title {
    min-height: auto;
  }

  .our-feature-section {
    padding: 50px 0;
  }

  .download-app-content {
    padding: 50px 15px;
    max-width: 100%;
  }
  .our-story-section {
    padding: 50px 0;
  }
  .download-app-img img {
    vertical-align: bottom;
    margin-left: -23px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
    padding-top: 0;
  }

  .our-story-section {
    padding: 70px 0;
  }
  .our-story-image {
    margin: 15px 0;
  }

  .aboutUs-video iframe {
    border-radius: 10px;
  }
  .aboutUs-video {
    border-radius: 10px;
  }
  .our-process-card {
    padding: 45px 20px;
  }
  .our-process-title {
    font-size: var(--font-size-24);
    margin-bottom: 0;
  }
  .we-coverage-section {
    min-height: 350px;
  }
  .lifecycle-img-margin {
    margin-top: 180px;
  }
  /* TIMELINE */
  .timeline-number {
    font-size: var(--font-size-24);
    margin-bottom: 10px;
  }
  .mt_3 {
    margin-top: 18px;
  }
  .card-number {
    font-size: var(--font-size-32);
  }
  .mt_5 {
    margin-top: 20px;
  }

  .aboutUs-ourStory .our-story-img {
    margin: 30px 0 18px;
  }
  .our-values-row {
    margin-top: 20px;
  }
  .lifecycle-img-row {
    margin: 10px 0 25px;
  }
  .what-we-do-support-box .support-list li {
    padding: 15px;
  }
  .we-coverage-section p,
  .our-partener-box h4 {
    font-size: var(--font-size-17);
  }
  .what-we-do-support-box .support-list p {
    font-size: var(--font-size-16);
  }
  .product-box {
    padding: 20px;
  }
  .product-heading {
    font-size: var(--font-size-17);
  }
  .btn-call-section {
    width: 180px;
    right: -120px;
    padding: 8px 15px;
  }
  .btn-callAction {
    font-size: 26px;
    line-height: 44px;
    vertical-align: middle;
    min-width: 180px;
  }

  .btn-callAction p {
    font-size: var(--font-size-15);
  }
  .whyThames-list ul li {
    font-size: 16px;
  }
  /* 11-10-2022 */
  /* .download-app-content {
    align-items: center;
    text-align: center;
  } */
  .what-we-do-section .bx-wrapper .card {
    /* text-align: center;
    border-right: none; */
    min-height: auto;
  }
  /* .what-we-do-section .bx-wrapper .card .card-body .info-icon img {
    margin: 0 auto;
  } */
  .what-we-do-slider-section .bx-wrapper .bx-pager {
    margin: 0 0 0;
  }
}
@media screen and (max-width: 575.99px) {
  .logo1,
  .header.sticky .logo2 {
    max-width: 200px;
  }
  .who-we-are-tabs-content .tab-content .tab-pane h4 {
    font-size: var(--font-size-18);
    margin-bottom: 10px;
  }
  .who-we-are-tabs-content .tab-content p {
    margin: 10px 0 10px;
  }
  .regulated-authority span {
    display: block;
    margin: 10px 0 0;
    font-size: var(--font-size-16);
  }
  .banner .bannerCarousel .carousel-inner .carousel-item img {
    height: 400px;
  }
  .banner-heading {
    font-size: var(--font-size-36);
    line-height: 42px;
  }
  .btn_common {
    height: 56px;
    border: none;
    border-radius: 3px;
    padding: 17px 30px;
  }
  /* NEW CSS */
  .our-process-title {
    font-size: var(--font-size-22);
  }
  .our-process-card {
    padding: 30px 20px;
  }
  .our-story-section,
  .what-we-do-section,
  .get-In-touch-section,
  .what-ourvalue-section,
  .what-we-do-services,
  .what-our-process,
  .about-our-story-section,
  .what-we-do-support {
    padding: 50px 0;
  }
  .banner.contact-banner,
  .banner.aboutUs-banner,
  .banner.requestQuote-banner,
  .banner.whatWeDo-banner,
  .banner.whyThames-banner {
    min-height: 250px;
    padding: 100px 0;
  }

  .about-what-we-do-section {
    padding: 50px 0 30px;
  }
  .contact-info {
    display: block;
  }
  .contact-info div {
    padding-bottom: 20px;
  }

  form .form-field,
  form .submitBtn-field {
    margin-bottom: 15px;
  }
  .our-story-img::after,
  .story-img .our-story-img::after {
    height: 10px;
    width: 90%;
    left: 0;
    bottom: -20px;
    top: auto;
  }
  .our-story-img::before,
  .story-img .our-story-img::before {
    right: 0;
    left: auto;
  }
  .rating,
  .testi-review,
  .testi-info_box {
    padding-left: 0;
  }
  .quote-right,
  .quote-left {
    font-size: 100px;
  }
  .quote-right {
    text-align: right;
    margin: -20px 10px 0 0;
  }
  .banner .bannerCarousel .carousel-control-next-icon,
  .banner .bannerCarousel .carousel-control-prev-icon {
    display: none;
  }

  .our-values-card h5 {
    font-size: var(--font-size-17);
  }

  .card-number {
    font-size: var(--font-size-24);
  }
  .what-we-do-support-box .support-list {
    grid-template-columns: auto;
    place-content: center;
  }
  .support-card-number {
    font-size: var(--font-size-32);
    display: block;
    text-align: center;
  }
  .support-list li p {
    text-align: center;
  }
  .aboutUs-ourStory .our-story-img {
    margin: 30px 0 30px;
  }
  .product-box {
    text-align: center;
  }
}
@media screen and (max-width: 429px) {
  .lifecycle-img-margin {
    margin-top: 190px;
  }
  .lifecycle-combo-box {
    border: 20px solid rgb(44 106 149 / 66%);
    padding: 15px;
  }
  .lifecycle-body-right {
    transform: translate(0, -55%) !important;
  }

  /* .our-values-card h5 {
    font-size: var(--font-size-16);
  }
  .our-values-card p {
    font-size: var(--font-size-15);
    line-height: 28px;
  } */
}
