@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/*
font-family: "Roboto", sans-serif;
 font-family: "Poppins", sans-serif;
*/

body {
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: #484f59;
  font-family: "Roboto", sans-serif;
  transition: all 0.4s ease-in-out;
}

a {
  outline: none !important;
  text-decoration: none;
}

a:hover,
a:focus,
select:focus,
button:focus {
  outline: none;
  text-decoration: none;
}

img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
}

li {
  list-style: none;
}

input,
textarea,
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

p {
  margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0;
}

#content {
  font-family: "Roboto", sans-serif !important;
}

/* Global css */
.sec_title {
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 16px;
  text-transform: capitalize;
  color: #333;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: #333;
  position: relative;
}

.sec_title:after {
  content: "";
  position: absolute;
  height: 7px;
  width: 100px;
  background: linear-gradient(90deg, #333333 0%, #8d8799 100%);
  /* background: linear-gradient(90deg, #2C198D 0%, #7940E5 100%); */
  border-radius: 50px;
  top: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -10px;
}

.security_txt {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #747474;
  max-width: 900px;
  margin: 56px auto 40px;
}

.section_p {
  padding: 56px 16px;
}

header.header {
  height: auto;
}

.header {
  width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.header .top-inner {
  max-width: 1128px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  align-items: center;
}

.header .top-bar {
  background: linear-gradient(180deg, #202ca3 0%, #24164a 100%);
  color: white;
  display: flex;
  justify-content: space-between;
  padding: 8px 16px;
  font-size: 14px;
}

.header .offer {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
}

.header span.topbar-seperator {
  color: #4e4e4e;
  font-weight: 300;
}

.header .timer {
  background: #ef233c;
  margin-right: 16px;
  font-weight: 700;
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 4px;
}

.header .shipping-info {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  gap: 16px;
}

.header .shipping-info .shipping-info_text {
  margin-left: 0.4rem;
}

.header .main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  background: white;
}

.header .logo {
  display: flex;
  align-items: center;
  max-width: 202px;
  height: 32px;
}

.header .logo img {
  width: 100%;
  object-fit: contain;
  max-height: 3.5rem;
}

.header .shipping-info img {
  margin-right: 5px;
  width: 24px;
  height: 24px;
}

.header .navigation {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header .nav-list {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  gap: 24px;
  align-items: center;
}

.header .top-inner-mobile {
  display: none;
}

.header .nav-list li a {
  text-decoration: none;
  color: #4f4f4f;
  line-height: 24px;
  font-weight: 500;
  font-size: 18px;
}

.header .order-btn {
  background: #0d40ff;
  color: #fff;
  padding: 8px 24px;
  border-radius: 10px;
  transition: background-color 150ms ease-in;
  text-shadow: 2px 2px 1px #00000040;
  font-size: 17px !important;
  font-weight: 700 !important;
  border-bottom: 2px solid #0025ad;
  display: flex;
}

.header .order-btn:hover {
  background-color: #0031e5;
}

.header .hamburger-menu {
  display: none;
  cursor: pointer;
  font-size: 24px;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.popup-content {
  background: #fff;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.popup-close {
  cursor: pointer;
  float: right;
  font-size: 20px;
}

.header .shipping-info span {
  display: flex;
  align-self: center;
}

/* Hero Section */
.hero_sec {
  background: radial-gradient(
    39.14% 278.33% at 60.86% 41.39%,
    #484848 0%,
    #111111 100%
  );
  padding: 0px 60px;
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
}

.hero_sec .hero_top h1 {
  font-size: 50px;
  font-weight: 900;
  line-height: 64px;
  text-transform: capitalize;
  margin-bottom: 16px;
  max-width: 731px;
  width: 100%;
  /* color: #fff; */
  margin-bottom: 16px;
}

.hero_sec span.hero_color {
  color: #3560ff;
}

.hero_sec span.hero_content {
  /* color: #bdbdbd; */
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-transform: capitalize;
  text-align: center;
}

.hero_sec .icon_first {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}

.hero_sec .icon_first_resp {
  display: none;
}

.hero_sec .icon_first span {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  /* color: #fff; */
  display: flex;
  gap: 4px;
  align-items: center;
}

.hero_sec .icon_first p {
  white-space: nowrap;
}

.hero_sec .icon_first img {
  width: 100%;
  max-width: 32px;
}

.hero_sec .icon_check_first {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
}

.hero_sec .icon_check_first img {
  width: 23px;
  height: 24px;
}

.hero_sec .icon_check_first span {
  /* color: #bdbdbd; */
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  display: flex;
  gap: 8px;
}
.icon_check_first_mobile {
  font-size: 18px; /* Adjust as needed */
}

.checklist_container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px; /* Space between items, adjust as needed */
  column-gap: 10px;
}

.checklist_item {
  width: 48%; /* Each column takes up about half the space */
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .hero_sec .icon_check_first_mobile {
    display: none;
  }
}
@media screen and (max-width: 766px) {
  .hero_sec .icon_check_first_mobile {
    font-size: 12px;
  }
}

.hero_sec .hero_social {
  margin-top: 24px;
  border-radius: 10px;
  padding: 8px 16px;
  display: flex;
  max-width: 498px;
  width: 100%;
  background: #ffffff;
  align-items: center;
}

.hero_sec img.social_img {
  max-width: 96px;
  height: 32px;
  width: 100%;
}

.hero_sec span.hero_social_text {
  color: #4f4f4f;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  margin: 0 12px 0 12px;
  display: flex;
  gap: 5px;
}

.hero_sec span.hero_rating_text {
  color: #4f4f4f;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  margin-left: 8px;
}

.hero_sec span.hero_social_text strong {
  color: #000;
  font-weight: 700;
}

.hero_sec a.hero_btn {
  background: #0d40ff;
  transition: background-color 150ms ease-in;
  display: flex;
  max-width: 498px;
  width: 100%;
  padding: 4px;
  align-items: center;
  margin-top: 16px;
  border-radius: 10px;
  border-bottom: 2px solid #0025ad;
}

.hero_sec a.hero_btn:hover {
  background: #0031e5;
}

.hero_sec .btn_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #0025ad;
  border-radius: 7px;
  padding: 14px 20px;
  margin-right: 45px;
  box-shadow: 0 0 5px 0 #00000026 inset;
}

.hero_sec .btn_content span {
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
  color: #fff;
  text-shadow: 2px 2px 1px #00000040;
}

.hero_sec .btn_content span.discount-text p {
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
}

.hero_sec span.btn_dis {
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  text-shadow: 2px 2px 1px #00000040;
  text-transform: uppercase;
}

.hero_sec .btn_txt {
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin-right: 16px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero_sec .btn_icon img {
  width: 16px;
  height: 16px;
}

.hero_sec .guaranteebox_content {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #fff;
}

.hero_sec .hero_guaranteebox {
  display: flex;
  align-items: center;
  max-width: 498px;
  width: 100%;
  margin-top: 8px;
  gap: 8px;
}

.hero_sec .border-left {
  width: 100%;
  max-width: 140px;
  transform: scaleY(0.15);
  height: 1px;
  background: #fff;
}

.hero_sec .border-right {
  width: 100%;
  max-width: 140px;
  transform: scaleY(0.15);
  height: 1px;
  background: #fff;
}

.hero_sec img.hero_banner {
  max-width: 580px;
  width: 100%;
  height: auto;
  margin-bottom: 5rem;
}

.hero_sec .hero_banner_sec {
  display: flex;
  justify-content: space-between;
  padding: 80px 0px 0 0px;
}

.hero_sec .hero_content_part {
  padding: 0 0 80px 0;
  flex: 1.5;
}

.hero_sec .her_img_part {
  align-self: center;
  /* margin: 0 0 0 -190px; */
  flex: 1;
}

span.hero_social_text img.rating_img {
  max-width: 85px;
}

/* welcome_sec */
.welcome_sec {
  background: #000;
  padding: 16px;
}

.welcome_sec span.feature_title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #bdbdbd;
  max-width: 200px;
}

.welcome_sec .feature {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: fit-content;
  align-items: center;
}

.welcome_sec span.feature_image {
  max-width: 48px;
  height: auto;
  margin: 0 auto 8px;
}

.welcome_sec .feature_sec {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

/* engineer_sec */
.engineer_sec .left_area_column img {
  margin: 0 auto 16px;
  max-width: 70px;
  /* background: linear-gradient(90deg, rgb(32, 44, 163) 0%, rgb(36, 22, 74) 100%); */

  border-radius: 20px;
  width: 72px;
  height: 72px;
}

.engineer_sec .left_area_column h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
  text-align: center;
  color: #333;
  margin-bottom: 8px;
}

.engineer_sec .left_area_column p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #828282;
}

.engineer_sec .left_area_column {
  display: flex;
  flex-direction: column;
  width: fit-content;
}

.engineer_sec .engineer_image img {
  max-width: 280px;
  display: block;
  height: auto;
  object-fit: contain;
  margin: 0 64px;
}

.engineer_list {
  display: flex;
  margin: 64px 0 0 0;
  align-items: center;
  justify-content: space-evenly;
}

.engineer_sec .engineer_left_area,
.engineer_sec .engineer_right_area {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex-basis: 35%;
  align-items: center;
}

/* security_sec */

.security_sec {
  background-color: #f4f6ff;
}

.security_sec .card_img {
  border-radius: 12px;
  width: 100%;
  height: 237px;
  object-fit: cover;
  margin-bottom: 12px;
}

.security_sec .security_card {
  display: flex;
  gap: 25px;
  margin: 0 0 40px 0;
  flex-wrap: wrap;
  justify-content: space-between;
}

.security_card_inner {
  width: calc(25% - 19px);
}

.security_sec .security_card_inner {
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 16px;
  background: #fff;
}

.security_sec .sec_txt {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  text-transform: capitalize;
  color: #333;
  margin-bottom: 8px;
}

.security_sec .sec_content {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #828282;
}

.security_sec .security_title {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  font-weight: 500;
  text-transform: capitalize;
  /* color: #fff; */
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.security_sec .security_detail {
  background: linear-gradient(180deg, #202ca3 0%, #24164a 100%);
  padding: 40px;
  border-radius: 20px;
}

.security_sec .security_title:after {
  content: "";
  position: relative;
  height: 1px;
  width: 100%;
  background: #fff;
  transform: scaleY(0.5);
  display: flex;
  max-width: 248px;
}

.security_sec .security_title:before {
  content: "";
  position: relative;
  height: 1px;
  width: 100%;
  background: #fff;
  transform: scaleY(0.5);
  display: flex;
  max-width: 248px;
}

.security_sec .security_content {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  /* color: #fff; */
}

.security_sec .sec_img {
  max-width: 56px;
  height: 56px;
  border-radius: 10px;
  margin: 0 auto 8px;
  object-fit: cover;
  background: #fff;
  padding: 10px;
}

.security_sec .sec_wrapper {
  display: flex;
  justify-content: space-between;
  text-align: center;
  gap: 20px;
  margin: 32px 0 0 0;
}

.security_sec .compare_heading {
  font-weight: 700;
  text-transform: capitalize;
  color: #333;
  margin-bottom: 40px;
  font-size: 32px;
}

.security_sec ul.compare_card_list {
  display: flex;
  flex-direction: column;
}

.security_sec ul.compare_card_list li {
  display: flex;
  align-items: center;
  gap: 16px;
}

.security_sec .compare {
  margin: 40px 0 0 0;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.security_sec .compare_card {
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #e5e7eb;
  background: #fff;
  width: calc(50% - 12px);
}

.security_sec ul.compare_card_list li:not(:last-of-type) {
  border-bottom: 0.5px solid #e0e0e0;
}

.security_sec ul.compare_card_list li:first-of-type {
  padding-bottom: 24px;
}

.security_sec ul.compare_card_list li:not(:last-of-type, :first-of-type) {
  padding: 24px 0;
}

.security_sec ul.compare_card_list li:last-of-type {
  padding-top: 24px;
}

.security_sec span.com_icon_txt {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #828282;
}

.compare_card.positive {
  border: 4px solid #202ca3;
}

.security_sec .com_icon img {
  max-width: 22px;
  /* height: 22px; */
}

/* review_ribin sec */
.review_ribin {
  background: #000000;
  padding: 12px 16px;
}

.review_ribin .rev_innner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.review_ribin .review_logo img {
  width: 170px;
  object-fit: contain;
}

.review_ribin .review_part {
  padding: 10px 16px;
  background: #404040;
  border: 1px solid #262626;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  max-height: 76px;
  gap: 16px;
}

.review_ribin .social_img {
  max-width: 148px;
}

.review_ribin .rating_img {
  max-width: 85px;
}

.review_ribin .rev_rate {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-transform: capitalize;
}

.review_ribin .rate_text {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 36px;
}

.review_ribin .order-btn {
  background: #0d40ff;
  color: #fff;
  padding: 16px 20px;
  border-radius: 10px;
  transition: background-color 150ms ease-in;
  text-shadow: 2px 2px 1px #00000040;
  font-size: 22px;
  font-weight: 700 !important;
  border-bottom: 2px solid #0025ad;
  display: flex;
}

.review_ribin .order-btn:hover {
  background: #0031e5;
}

.welcome_mobie_slider {
  display: none;
}

/* step_sec */
.step_sec .card_content {
  position: relative;
  border-radius: 20px;
  border: 1px solid #e0e0e0;
  width: calc(33.33% - 16px);
}

.step_sec .card_txt {
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  background: linear-gradient(180deg, #202ca3 0%, #020202 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.card_head {
  position: absolute;
  background-color: #fff;
  width: 64px;
  height: 64px;
  margin-left: 16px;
  margin-top: 16px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step_sec .card_icon_txt {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #000;
}

.step_sec .card_icon {
  display: flex;
  gap: 16px;
  align-items: center;
  margin: 0 0 16px 0;
}

.step_sec .card_p {
  color: #747474;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.step_sec .card_sub {
  margin: 24px 16px;
}

.step_sec .card_content_img {
  border-radius: 20px 20px 0 0;
  max-width: 100%;
  height: 360px;
  object-fit: cover;
  width: 100%;
}

.step_sec .step_card {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.card_icon img {
  max-width: 50px;
  width: 50px;
  height: 50px;
  /* background: linear-gradient(90deg, rgb(32, 44, 163) 0%, rgb(36, 22, 74) 100%); */
  padding: 10px;
  border-radius: 20px;
}

/* footer css */

.footer {
  background-color: #000;
  color: #fff;
  padding: 0 60px 40px 60px;
}

.footer a {
  color: #fff;
}

.footer .footer_row {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 0 0;
}

.footer .footer_row .footer_col .footer_logo {
  max-width: 170px;
  width: 100%;
}

.footer .footer_row .footer_col p {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #bdbdbd;
  margin-top: 16px;
  margin-bottom: 24px;
  max-width: 426px;
}

.footer .footer_row .footer_col .Store_row {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer .footer_row .footer_col .Store_row a {
  max-width: 110px;
  width: 100%;
}

.footer .footer_row .footer_col h3 {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

.footer .footer_row .footer_col .footer_menu,
.footer .footer_row .footer_col .footer_icon_list {
  padding: 16px 0 0 0;
  display: grid;
  gap: 8px;
}

.footer .footer_row .footer_col .footer_menu li a {
  display: flex;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #bdbdbd;
  transition: color 150ms ease-in;
  text-transform: capitalize;
}

.footer .footer_row .footer_col .footer_menu li a:hover {
  color: #fff;
}

.footer .footer_row .footer_col .footer_icon_list li a {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer .footer_row .footer_col .footer_icon_list li a img {
  width: 100%;
  max-width: 22px;
  filter: invert(1);
}

.coppy_right_ses .coppy_right_iner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  margin: 0 auto;
}

.coppy_right_ses .coppy_right_iner p {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #333;
}

/* faq section */
.faq_section {
  background-color: #f4f6ff;
  padding: 56px 16px;
}

.title__seperator {
  height: 7px;
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
  border-radius: 7px;
  background: linear-gradient(90deg, #2c198d 0%, #7940e5 100%);
}

.faq_section .faq_accordion {
  background-color: #fff;
  position: relative;
  padding: 16px 24px;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  cursor: pointer;
}

.faq_section .accordion .faq_accordion .faq_accordion_content {
  display: none;
}

.faq_section .accordion .faq_accordion .faq_hrding {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  color: #333;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.faq_section .accordion .faq_accordion .faq_accordion_content p {
  width: 90%;
  padding-top: 24px;
  line-height: 24px;
  font-size: 18px;
  font-weight: 400;
  color: #828282;
}

.faq_section .accordion .faq_accordion.active rect.line_tow {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.faq_section .accordion {
  padding: 64px 0 0 0;
  display: grid;
  gap: 16px;
}

/* Confidence section */
.confidence_section .confidence_box {
  padding: 40px 66px;
  background: linear-gradient(180deg, #202ca3 0%, #24164a 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 40px;
  color: #fff;
}

.confidence_section .confidence_box img {
  display: inline-block;
  width: 136px;
  height: 136px;
  object-fit: contain;
}

.confidence_section .confidence_box .confidence_iner {
  width: calc(100% - 136px);
}

.confidence_section .confidence_box .confidence_iner h3 {
  margin: 0 0 24px;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  text-align: Center;
}

.confidence_section .confidence_box .confidence_iner p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.confidence_section {
  padding: 0 60px 80px 60px;
}

/* testimonials section */
.testimonials_section {
  padding: 80px 60px;
}

.testimonials_section svg {
  width: 64px;
  height: 64px;
}

.testimonials_section svg.qute_2 {
  float: inline-end;
  transform: rotate(180deg);
  margin: -20px 0 0 0;
}

.testimonials_section .testimonials_box {
  border-radius: 20px;
  border: 1px solid #e0e0e0;
  padding: 40px;
  display: flex;
  gap: 40px;
}

.testimonials_section img.testi_img {
  max-width: 300px;
  object-fit: cover;
  border: 1px solid #e0e0e0;
  margin: 0 auto;
  border-radius: 16px;
}

.testimonials_section .testimonials_iner .signature_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 8px;
}

.testimonials_section .testimonials_iner p {
  font-size: 24px;
  color: #333333;
  line-height: 32px;
  font-style: italic;
  text-align: center;
  font-weight: 400;
  padding: 20px 0 0 0;
}

.testimonials_section .testimonials_iner .signature_box p {
  font-size: 18px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
}

.testimonials_section .testimonials_iner .signature_box img {
  max-width: 96px;
  height: 68px;
  object-fit: contain;
}

.cardsec__img img {
  border-radius: 4px;
}

/* time offer section */
.time_offer_section {
  background: linear-gradient(180deg, #f4f6ff 50%, #000000 50%);
}

.time_offer_section .time_offer_box {
  display: flex;
  align-items: center;
  justify-content: Center;
  padding: 40px 120px;
  gap: 80px;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  background: #fff;
}

.time_offer_section .time_offer_box .time_offe_images {
  max-width: 240px;
  height: auto;
  object-position: center;
}

.time_offer_section .time_offer_box .time_offer_iner {
  width: 100%;
}

.time_offer_section .time_offer_box .time_offer_iner h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #000;
  text-transform: capitalize;
  text-align: Center;
}

.time_offer_section .time_offer_box .time_offer_iner h3 span {
  color: #3560ff;
}

.time_offer_section .time_offer_box .time_offer_iner .special_offer_text {
  font-size: 18px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  color: #828282;
  text-transform: capitalize;
  margin-top: 12px;
  margin-bottom: 12px;
}

.time_offer_section .time_offer_box .time_offer_iner .time_offer_icon_list {
  padding: 12px 0;
  display: flex;
  justify-content: center;
  gap: 24px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.time_offer_section .time_offer_box .time_offer_iner .time_offer_icon_list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #828282;
}

.time_offer_section
  .time_offer_box
  .time_offer_iner
  .time_offer_icon_list
  li
  img {
  width: 20px;
  filter: invert(1);
}

.time_offer_section .time_offer_box .time_offer_iner .time_offertrustscore {
  width: 100%;
  padding: 8px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e0e0e0;
  background: #fff;
  border-radius: 10px;
}

.time_offer_section
  .time_offer_box
  .time_offer_iner
  .time_offertrustscore
  img.people_img {
  max-width: 96px;
}

.time_offer_section
  .time_offer_box
  .time_offer_iner
  .time_offertrustscore
  img.star_img {
  max-width: 96px;
}

.time_offer_section
  .time_offer_box
  .time_offer_iner
  .time_offertrustscore
  .trustscore__wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 5px;
}

.time_offer_section .time_offer_box .time_offer_iner .time_offer_wrap {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 12px 0 8px 0;
}

.time_offer_section .time_offer_box .time_offer_iner .discount_btn {
  display: block;
  font-family: poppins, sans-serif;
  text-align: center;
  padding: 16px 20px;
  line-height: 24px;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  border-bottom: 2px solid #0025ad;
  background-color: #0d40ff;
  border-radius: 10px;
  transition: background-color 150ms ease-in;
  text-shadow: 2px 2px 1px #00000040;
}

.time_offer_section .time_offer_box .time_offe_images {
  object-fit: contain;
  max-width: 240px;
  height: auto;
  height: 220px;
  object-position: center;
}

p.red_cont {
  border-radius: 4px;
  padding: 8px 16px;
  margin-left: 17px;
  background: #ef233c;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

.time_offertrustscore {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  color: #333;
}

/* among others section */
.among_others_section .container {
  padding: 24px 16px 56px;
}

.among_others_section .comparison_box {
  display: grid;
  gap: 5px;
}

.among_others_section .comparison_box .comparison_col.men {
  justify-content: flex-start !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
  color: #333;
  padding-left: 20px !important;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  max-width: 375px;
  width: 100%;
}

.among_others_section .comparison_box .comparison_col {
  padding: 16px 10px;
  border: 1px solid #e0e0e0;
  background: #f9f9f9;
  max-width: 248px;
  width: 100%;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.among_others_section .comparison_box .comparison_col img.mini_chake {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.among_others_section .comparison_box .comparison_row {
  display: flex;
  gap: 4px;
}

.among_others_section .comparison_box .comparison_col img.big_chake {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.among_others_section
  .comparison_box
  .comparison_row:nth-child(1)
  img.big_chake {
  width: 126px;
  object-fit: contain;
}

.among_others_section .comparison_box .comparison_col img.men_img {
  width: 164px;
  height: 40px;
  object-fit: contain;
}

.among_others_section
  .comparison_box
  .comparison_row:nth-child(1)
  .comparison_col.men {
  background-color: transparent !important;
  border: none;
}

.among_others_section
  .comparison_box
  .comparison_row:nth-child(1)
  .comparison_col {
  border-radius: 10px 10px 0 0;
}

.blue_bg {
  background-color: rgb(36, 29, 99) !important;
}

.comparison_box {
  padding: 64px 60px 80px;
}

.comparison_row:first-child .comparison_col:nth-of-type(1) {
  border: none;
  background-color: transparent;
  padding: 10px;
  justify-content: flex-start;
}

.comparison_row:first-child .comparison_col:nth-of-type(1) img.men_img {
  width: 164px;
  height: 60px;
}

.comparison_row:nth-child(1) .comparison_col:nth-child(2),
.comparison_row:nth-child(2) .comparison_col:nth-child(2),
.comparison_row:nth-child(3) .comparison_col:nth-child(2),
.comparison_row:nth-child(4) .comparison_col:nth-child(2),
.comparison_row:nth-child(5) .comparison_col:nth-child(2),
.comparison_row:nth-child(6) .comparison_col:nth-child(2) {
  border: none;
  background-color: rgb(144 144 144 / 44%);
  /* background-color: rgb(36, 29, 99); */
  padding: 10px;
}

.comparison_row:nth-child(2) .comparison_col:nth-child(1),
.comparison_row:nth-child(3) .comparison_col:nth-child(1),
.comparison_row:nth-child(4) .comparison_col:nth-child(1),
.comparison_row:nth-child(5) .comparison_col:nth-child(1),
.comparison_row:nth-child(6) .comparison_col:nth-child(1),
.comparison_row:nth-child(7) .comparison_col:nth-child(1) {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.comparison_row:nth-child(1) .comparison_col:nth-child(2) img.men_img {
  width: 164px;
  height: 40px;
}

.comparison_row:nth-child(2) .comparison_col:nth-child(2) img,
.comparison_row:nth-child(2) .comparison_col:nth-child(3) img,
.comparison_row:nth-child(2) .comparison_col:nth-child(4) img,
.comparison_row:nth-child(3) .comparison_col:nth-child(2) img,
.comparison_row:nth-child(3) .comparison_col:nth-child(3) img,
.comparison_row:nth-child(3) .comparison_col:nth-child(4) img,
.comparison_row:nth-child(4) .comparison_col:nth-child(2) img,
.comparison_row:nth-child(4) .comparison_col:nth-child(3) img,
.comparison_row:nth-child(4) .comparison_col:nth-child(4) img,
.comparison_row:nth-child(5) .comparison_col:nth-child(2) img,
.comparison_row:nth-child(5) .comparison_col:nth-child(3) img,
.comparison_row:nth-child(5) .comparison_col:nth-child(4) img,
.comparison_row:nth-child(6) .comparison_col:nth-child(2) img,
.comparison_row:nth-child(6) .comparison_col:nth-child(3) img,
.comparison_row:nth-child(6) .comparison_col:nth-child(4) img {
  width: 22px;
  height: 22px;
}

/*  rating main  */
.rating__main {
  overflow: hidden;
  padding: 56px 16px;
}

.rating__main .rating__container {
  padding: 80px 16px;
  margin: 0 auto;
  max-width: 1160px;
  width: 100%;
}

.rating__main .rating__title {
  margin-bottom: 64px;
}

.rating__main .assessment__sec {
  background: #fafafa;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
}

.rating__main .rating__wrapper {
  display: flex;
  justify-content: center;
  padding: 56px 64px;
  margin: 0 auto;
}

.rating__main .trustscore__imagestar,
.trustscore__image {
  display: none;
}

.rating__main .trustscore__wrapper {
  padding-top: 16px;
  padding-bottom: 40px;
}

.rating__main .trust__scroll {
  display: flex;
  justify-content: center;
  border-top: 1px solid #e0e0e0;
}

.rating__main .trust__sec {
  margin: 0 auto 16px;
}

.rating__main .trustscore__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 16px;
  text-transform: capitalize;
  margin: 0px;
}

.rating__main .trustscore__imagestar {
  display: inline;
  position: relative;
  top: -3px;
  left: -2px;
  width: 84px;
  height: 16px;
}

.rating__main .trustscore__textinte {
  font-size: 48px;
  font-weight: 700;
  line-height: 40px;
  margin-right: 8px;
  color: #000;
}

.rating__main .trust__wrapper {
  padding-top: 16px;
}

.rating__main .trustscore__textex {
  font-size: 20px;
  font-weight: 700;
  line-height: 16px;
  text-transform: capitalize;
  color: #000;
}

.rating__main .trustscore__textbase {
  font-size: 18px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  color: #4f4f4f;
  margin: 5px 0px;
}

.rating__main .trustscore__textbase strong {
  color: #000;
}

.rating__main .assessment__top {
  padding-right: 40px;
  margin: 0 40px 0 0;
  min-width: 290px;
  width: 60%;
  margin: 0 24px 0 0;
  border-right: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rating__main .assessment__ratings {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rating__main .assessment__listItem:not(:last-of-type) {
  margin-bottom: 16px;
}

.rating__main .assessment__bar {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 100%;
  height: 16px;
  background: #e0e0e0;
  min-width: 84px;
  width: calc(100% - 199px);
}

.rating__main .assessment__listItem {
  width: 100%;
  line-height: 1px;
}

.rating__main .assessment__textvotes {
  text-align: left;
  color: #828282;
  font-size: 18px;
  font-weight: 400;
  line-height: 16px;
  display: inline-block;
  margin-left: 0;
}

.rating__main .assessment__bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: #00b890;
  z-index: 4;
}

.rating__main img.assessment__image--stars.fine {
  margin-right: 8px;
}

.rating__main .assessment__barfine {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 100%;
  height: 16px;
  background: #e0e0e0;
  min-width: 84px;
  width: calc(100% - 199px);
}

.rating__main .assessment__barfine:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 53%;
  height: 16px;
  background: #00b890;
  z-index: 4;
}

.rating__main .assessment__barsec {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 100%;
  height: 16px;
  background: #e0e0e0;
  min-width: 84px;
  width: calc(100% - 199px);
}

.rating__main .card__test {
  width: calc(25% - 19px);
}

.rating__main .card__secback {
  background: #ffffff;
  border-color: #e0e0e0;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 8px;
}

.test__secbox .testimonial__verified {
  font-weight: 500;
  line-height: 24px;
  font-size: 14px;
  color: #00b890;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  margin-left: 10px;
  top: -1px;
}

.test__secbox .cardlist__rat {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.test__secbox .cards__detail {
  display: inline-block;
  position: relative;
  top: -4px;
  margin-left: 8px;
}

.test__secbox .card__info {
  border-bottom: 1px solid #f2f2f2;
  margin-top: 16px;
}

.test__secbox .cardsec__img {
  width: 40px;
  height: 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  border-radius: 4px;
}

.test__secbox p.testimonial-card__country {
  margin: 0;
  font-size: 14px;
}

.test__secbox .testimonial__img {
  display: flex;
  gap: 5px;
  align-items: center;
}

.test__secbox .card__use {
  margin-bottom: 5px;
  display: flex;
}

.testimonial__trustscore {
  padding: 8px 0;
  border-bottom: 1px solid #f2f2f2;
}

.test__secbox span.testimonial-card__date {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #828282;
}

.test__secbox .cardtest__image img {
  width: 100%;
  height: 248px;
  display: inline-block;
  border-radius: 4px;
  object-fit: contain;
}

.test__secbox .test_sec {
  display: flex;
  gap: 5px;
}

.test__secbox .testimonial-card__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #333;
  margin-top: 8px;
  text-transform: capitalize;
}

.test__secbox .testimonial-card__review {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #4f4f4f;
}

.assessment__listItem {
  display: flex;
  gap: 20px;
}

/*  Security */
.Security {
  background-color: #f4f6ff;
  padding: 80px 16px;
}

.Security .round_the_clock {
  display: flex;
  flex-direction: row;
  gap: 24px;
  max-width: 1128px;
  align-items: flex-end;
}

.Security .round_the_clock .round_the_clock_security {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  /* max-width: 775px; */
  width: 100%;
  gap: 20px 24px;
}

.Security
  .round_the_clock
  .round_the_clock_security
  .round_the_clock_security_title
  h3 {
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
  text-transform: capitalize;
  background: #333;
  /* background-image: linear-gradient(180deg, #202CA3 0%, #24164A 100%); */
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.Security
  .round_the_clock
  .round_the_clock_security
  .round_the_clock_security_title
  .round_the_clock_security_seperator {
  margin-top: 16px;
  width: 50px;
  background: linear-gradient(90deg, #333333 0%, #8d8799 100%);
  /* background-image: linear-gradient(90deg, #2C198D 0%, #7940E5 100%); */
  height: 7px;
  border-radius: 25px;
}

.Security
  .round_the_clock
  .round_the_clock_security
  .round_the_clock_security_title
  p {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #545c67;
  width: 100%;
}

.Security .round_the_clock .round_the_clock_security .security_col {
  width: calc(50% - 12px);
}

.Security .round_the_clock .round_the_clock_security .automatic_night_vision {
  background-image: linear-gradient(180deg, #212da3 0%, #3d3160 100%);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  padding: 24px 16px 16px;
}

.Security
  .round_the_clock
  .round_the_clock_security
  .automatic_night_vision
  h4 {
  max-width: 250px;
  width: 100%;
  margin-bottom: 32px;
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}

.Security
  .round_the_clock
  .round_the_clock_security
  .automatic_night_vision
  img {
  border-radius: 12px;
  width: 328px;
  height: 100%;
}

.Security .round_the_clock .round_the_clock_security .wide_range_coverage {
  background-image: linear-gradient(180deg, #212da3 0%, #3d3160 100%);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  padding: 24px 16px 16px;
}

.Security .round_the_clock .round_the_clock_security .wide_range_coverage h4 {
  max-width: 250px;
  width: 100%;
  margin-bottom: 32px;
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.Security .round_the_clock .round_the_clock_security .wide_range_coverage img {
  border-radius: 12px;
  margin-top: auto;
  max-width: 328px;
  width: 100%;
}

.Security .round_the_clock .round_the_clock_security_box3 {
  background-image: linear-gradient(180deg, #212da3 0%, #3d3160 100%);
  border-radius: 20px;
  justify-items: center;
  padding: 16px 50px;
  width: calc(50% - 12px);
}

.Security .round_the_clock .round_the_clock_security_box3 img {
  border-radius: 30px;
  margin: 0 auto;
  height: auto;
  max-width: 260px;
  width: 100%;
}

.Security
  .round_the_clock
  .round_the_clock_security
  .round_the_clock_security_cards_row {
  display: flex;
  column-gap: 20px;
}

.even_starts {
  padding: 56px 16px;
}

.even_starts .even_starts_title {
  padding-bottom: 56px;
}

.even_starts .even_starts_title .even_starts_seperator {
  height: 7px;
  width: 70px;
  margin: 0 auto;
  border-radius: 7px;
  background: linear-gradient(90deg, #333333 0%, #8d8799 100%);
  /* background: linear-gradient(90deg, #2C198D 0%, #7940E5 100%); */
}

.even_starts .stop_home_invasion {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
}

.even_starts .stop_home_invasion .stop_home_invasion_title {
  max-width: 678px;
  width: 100%;
}

.even_starts .stop_home_invasion .stop_home_invasion_title h3 {
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
  background: #333;
  /* background-image: linear-gradient(180deg, #202ca3 0%, #24164a 100%); */
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 0px;
}

.even_starts
  .stop_home_invasion
  .stop_home_invasion_title
  .stop_home_invasion_seperator {
  margin-top: 16px;
  width: 50px;
  background: linear-gradient(90deg, #333333 0%, #8d8799 100%);
  /* background-image: linear-gradient(90deg, #2C198D 0%, #7940E5 100%); */
  height: 7px;
  border-radius: 25px;
}

.even_starts .stop_home_invasion .stop_home_invasion_title p {
  padding-top: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #747474;
  max-width: 678px;
  margin: 0px;
}

.even_starts
  .stop_home_invasion
  .stop_home_invasion_title
  .stop_home_invasion_title_box {
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding-top: 16px;
}

.even_starts
  .stop_home_invasion
  .stop_home_invasion_title
  .stop_home_invasion_title_box1 {
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  padding: 16px;
  border-radius: 20px;
}

.even_starts
  .stop_home_invasion
  .stop_home_invasion_title
  .stop_home_invasion_title_box2 {
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  padding: 16px;
  border-radius: 20px;
}

.even_starts
  .stop_home_invasion
  .stop_home_invasion_title
  .stop_home_invasion_title_box1
  h4 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  background-image: linear-gradient(180deg, #202ca3 0%, #24164a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.even_starts
  .stop_home_invasion
  .stop_home_invasion_title
  .stop_home_invasion_title_box2
  h4 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  background-image: linear-gradient(180deg, #202ca3 0%, #24164a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.even_starts
  .stop_home_invasion
  .stop_home_invasion_title
  .stop_home_invasion_title_box1
  p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #747474;
  padding: 0px;
}

.even_starts
  .stop_home_invasion
  .stop_home_invasion_title
  .stop_home_invasion_title_box2
  p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #747474;
  padding: 0px;
}

.even_starts .stop_home_invasion .stop_home_invasion_img img {
  width: 100%;
  border-radius: 20px;
  max-width: 410px;
  height: auto;
  object-fit: contain;
  background-position: center top;
}

.even_starts .proactive_approach {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  padding-top: 40px;
}
.proactive_approach_img {
  flex: 0.5;
}
.proactive_approach_title {
  flex: 1;
}
.even_starts .proactive_approach .proactive_approach_img img {
  width: 100%;
  border-radius: 20px;
  max-width: 410px;
  height: auto;
  background-position: center top;
  /* height: 430px; */
  object-fit: contain;
}

.even_starts .proactive_approach .proactive_approach_title h3 {
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
  background: #333;
  /* background-image: linear-gradient(180deg, #202ca3 0%, #24164a 100%); */
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 0px;
}

.even_starts
  .proactive_approach
  .proactive_approach_title
  .proactive_approach_seperator {
  margin-top: 16px;
  width: 50px;
  background: linear-gradient(90deg, #333333 0%, #8d8799 100%);
  /* background-image: linear-gradient(90deg, #2C198D 0%, #7940E5 100%); */
  height: 7px;
  border-radius: 25px;
}

.even_starts .proactive_approach .proactive_approach_title p {
  padding-top: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #747474;
  max-width: 678px;
  margin: 0px;
}

.even_starts
  .proactive_approach
  .proactive_approach_title
  .proactive_approach_title_box {
  display: flex;
  flex-direction: row;
  gap: 17px;
}

.proactive_approach_title_box1 img {
  max-width: 220px;
  height: auto;
}

.tablet.mobile {
  display: none;
}

.compare .compare_card:nth-child(2) {
  border: 4px solid #202ca3;
}

.testimonial__img img {
  object-fit: contain;
  width: 16px;
  height: 13px;
}

span.testimonial__verified svg {
  width: 14px;
  height: 14px;
}

.flot_cta {
  background: linear-gradient(90deg, rgb(32, 44, 163) 0%, rgb(36, 22, 74) 100%);
  height: 90px;
  padding: 16px;
  height: 90px;
  padding: 16px;
  position: fixed;
  bottom: 0%;
  z-index: 100000;
  width: 100%;
}

span.raitng_cta {
  font-size: 18px;
  line-height: 16px;
  /* color: #fff; */
  text-transform: capitalize;
  font-weight: 700;
  margin: 0 5px 0 5px;
}

span.rating_content_cta {
  font-weight: 400;
  /* color: #fff; */
  font-size: 18px;
}

.flot_content_cta {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  /* color: #fff; */
  text-transform: capitalize;
  margin: 8px 0 0 0;
  width: 100%;
}

img.cta_rating_img {
  padding: 0 0 2px 0;
  width: 60px;
  height: auto;
  object-fit: contain;
}

.cta_content_left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.cta_left {
  display: flex;
}

img.cta_img {
  width: 56px;
  height: 56px;
  border-radius: 6px;
  object-fit: contain;
  background: #fff;
  padding: 10px;
}

section.flot_cta a.order-btn {
  background: #0d40ff;
  color: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  transition: background-color 150ms ease-in;
  text-shadow: 2px 2px 1px #00000040;
  font-size: 20px;
  font-weight: 700 !important;
  border-bottom: 2px solid #0025ad;
  display: flex;
  width: 200px;
  justify-content: center;
  text-align: center;
}

.cta_wra {
  display: flex;
  justify-content: space-between;
}

.cta_wra .time_offertrustscore {
  display: none;
}

.cta_left {
  display: flex;
  gap: 8px;
  align-items: center;
}

.flot_cta {
  transform: translate(0px, 100%);
  transition: all 0.3s ease-out;
}

img.rating_img_green {
  display: none;
}

.flot_cta.active {
  transform: translate(0px, 0%);
  transition: all 0.3s ease-out;
}

svg.star_mobilr_teb {
  display: none;
}

img.star_img_green {
  display: none;
}

img.cta_rating_img_green {
  display: none;
}

img.trustscore__imagestar_green {
  display: none;
}

img.green_images {
  display: none;
}

.comparison-image-table {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 32px 0 16px;
}

.comparison-table {
  margin-top: 30px;
}

.comparison-table__wrapper {
  display: flex;
}

.table-column:not(:last-of-type) {
  margin-right: 4px;
}

.table-head {
  min-width: 160px;
  width: 33.33%;
}

.table-column {
  flex-shrink: 0;
}

.table__image {
  min-height: 74px;
  margin-bottom: 4px;
  object-fit: contain;
  width: 104px;
  margin-left: 10px;
}

.table-head > .table-row:not(:first-of-type) {
  border: 1px solid #e0e0e0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #f9f9f9;
}

.table-row:not(:last-of-type) {
  margin-bottom: 4px;
}

.table-row {
  padding: 8px 10px;
  height: auto;
  box-sizing: border-box;
  position: relative;
}

.comparison-table__text--heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0;
  text-align: left;
  padding: 16px 10px;
  display: flex;
  align-items: center;
}

/* .comparison-table__text--heading p {
    margin: auto;
} */

@media screen and (max-width: 637px) {
  .table-body {
    overflow-x: scroll;
  }
}

.table-body {
  width: 66.67%;
  display: flex;
}

.table-column:not(:last-of-type) {
  margin-right: 4px;
}

.table-body > .table-column {
  min-width: 130px;
  width: calc(33.3333333333% - 3px);
}

.table-column {
  flex-shrink: 0;
}

.table-body > .table-column:not(:nth-of-type(1)) > .table-row {
  background: #f9f9f9;
}

.table-body:not(:first-of-type) .table-row:first-of-type {
  /* border: 1px solid #e0e0e0; */
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.table-column > .table-row:first-of-type {
  height: 74px;
}

.table-row:not(:last-of-type) {
  margin-bottom: 4px;
}

.table-row__product {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

.table-row--disadvantage--competitor {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.table-row--disadvantage--competitor img.emoji {
  width: 24px !important;
  height: 24px !important;
}

img.table__image--product {
  width: 140px;
}

.table-row.table-row--disadvantage--competitor img.table__image--product {
  max-width: 126px;
  width: 45px;
  height: 45px;
  object-fit: contain;
}

/* 
.table-row--disadvantage--competitor:before {
    content: "";
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    width: 24px;
    height: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; */
/* background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMjQxXzY3MDIpIj48cGF0aCBkPSJNMTIuNSAwQzUuODgyOTMgMCAwLjUgNS4zODI5MyAwLjUgMTJDMC41IDE4LjYxNzEgNS44ODI5MyAyNCAxMi41IDI0QzE5LjExNzEgMjQgMjQuNSAxOC42MTcxIDI0LjUgMTJDMjQuNSA1LjM4MjkzIDE5LjExNzEgMCAxMi41IDBaIiBmaWxsPSIjRUM1MzUzIi8+PHBhdGggZD0iTTE2LjkxOTEgMTUuMDA0OUMxNy4zMSAxNS4zOTYgMTcuMzEgMTYuMDI3OSAxNi45MTkxIDE2LjQxOTFDMTYuNzI0IDE2LjYxNDEgMTYuNDY4MSAxNi43MTIgMTYuMjExOSAxNi43MTJDMTUuOTU1OSAxNi43MTIgMTUuNjk5OSAxNi42MTQxIDE1LjUwNDkgMTYuNDE5MUwxMi41IDEzLjQxMzlMOS40OTUwNCAxNi40MTkxQzkuMzAwMDMgMTYuNjE0MSA5LjA0NDA1IDE2LjcxMiA4Ljc4ODA3IDE2LjcxMkM4LjUzMTkxIDE2LjcxMiA4LjI3NTkyIDE2LjYxNDEgOC4wODA5MiAxNi40MTkxQzcuNjg5OTkgMTYuMDI3OSA3LjY4OTk5IDE1LjM5NiA4LjA4MDkyIDE1LjAwNDlMMTEuMDg2IDEyTDguMDgwOTIgOC45OTUwNEM3LjY4OTk5IDguNjAzOTMgNy42ODk5OSA3Ljk3MjAzIDguMDgwOTIgNy41ODA5MkM4LjQ3MjAzIDcuMTg5OTkgOS4xMDM5MyA3LjE4OTk5IDkuNDk1MDQgNy41ODA5MkwxMi41IDEwLjU4NkwxNS41MDQ5IDcuNTgwOTJDMTUuODk2IDcuMTg5OTkgMTYuNTI3OSA3LjE4OTk5IDE2LjkxOTEgNy41ODA5MkMxNy4zMSA3Ljk3MjAzIDE3LjMxIDguNjAzOTMgMTYuOTE5MSA4Ljk5NTA0TDEzLjkxMzkgMTJMMTYuOTE5MSAxNS4wMDQ5WiIgZmlsbD0id2hpdGUiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF8yNDFfNjcwMiI+PHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC41KSIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==); */
/* } */

/* Code for video on section 3 */
.video {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  padding-top: 56px;

  p {
    width: 100%;
    text-align: center;

    iframe {
      max-width: 90%;
    }
  }
}
