.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: 'DM Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.clean-form {
  padding: 140px 10%;
  background-color: #f3f6f9;
}

.main-section {
  padding-left: 0%;
}

.form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.right {
  /* Talit */
  width: 30%;
  /* Talit */
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 99px;
  z-index: 1;
  display: block;
  margin-left: 27px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.top-banner {
  width: 100%;
  height: 7px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #0099d6;
}

.left-wrap {
  max-width: 600px;
  padding: 29px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
}

.header-wrap {
  padding-right: 0px;
}

.divider {
  width: 150px;
  height: 2px;
  background-color: #00313c;
}

.paragraph-div {
  max-width: 75%;
  color: #00313c;
  font-size: 20px;
  line-height: 29px;
}

.heading {
  background-color: transparent;
  color: #0099d6;
  font-size: 27px;
}

.heading.payment-page {
  margin-top: 3px;
}

.paragraph {
  margin-top: 17px;
  margin-bottom: 9px;
  color: #00313c;
}

.form-header {
  margin-top: 10px;
  color: #00313c;
  font-size: 20px;
}

.radio-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.radio-button-label {
  margin-right: 31px;
}

.field-label {
  color: #00313c;
  font-weight: 400;
}

.text-field {
  /* Talit */
  /* width: 250px; */
  width: 100%;
  border: 1px solid #f4f4f4;
  border-radius: 5px;
}

.text-field.card-number {
  /* Talit */
  /* width: 525px; */
  width: 100%;
}

.reffered-by-section {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.reffered-by-section.personal-information {
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.verify-button {
  margin-top: 20px;
  padding-right: 34px;
  padding-left: 34px;
  border-radius: 5px;
  background-color: #3dd89a;
}

.card-details {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.submit-button {
  width: 100%;
  margin-top: 5px;
  padding-right: 49px;
  padding-left: 49px;
  border-radius: 5px;
  background-color: #18498d;
  box-shadow: 1px 1px 11px -3px rgba(0, 0, 0, 0.33);
}

.submit-button:active {
  border-style: solid;
  border-width: 3px;
  border-color: #18498d;
  background-color: transparent;
  box-shadow: none;
  color: #18498d;
}

.submit-button.update {
  margin-top: 23px;
}

.paragraph-2 {
  display: none;
  max-width: 75%;
  margin-top: 26px;
  color: #818181;
}

.plan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 23px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
}

.logo-wrap {
  display: block;
  width: 153px;
  margin-right: 56px;
  margin-left: 56px;
}

.nex-shield-logo {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.plan-wrap {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.heading-2 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #0099d6;
  font-size: 18px;
}

.text-block {
  color: #00313c;
}

.nav-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 2;
  padding-right: 10%;
  padding-left: 10%;
  background-color: #fff;
  box-shadow: 1px 1px 11px -5px rgba(0, 0, 0, 0.26);
}

.nav-bar.main-page {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 1px;
  background-color: #f3f6f9;
}

.price-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.price {
  margin-left: 79px;
  font-weight: 500;
}

.text-wrap {
  display: block;
}

.tax-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.total-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 39px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.divding-line {
  width: auto;
  height: 1px;
  margin: 18px auto;
  background-color: #f4f4f4;
  color: #0099d6;
}

.footer-text-wrap {
  margin-right: auto;
  margin-left: auto;
  padding: 20px 10%;
  background-color: #e5ecf2;
}

.footer-info-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-info-wrap.baseline {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-info-wrap.menu {
  display: block;
  margin-top: 12px;
  padding-left: 39px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact_us {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-decoration: none;
  cursor: pointer;
}

.contact_us.follow-us-wrap {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.paragraph-3 {
  margin-bottom: 0px;
  margin-left: 15px;
  color: #2e2e2e;
  font-weight: 400;
  text-decoration: none;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-weight: 500;
}

.div-block-3 {
  display: none;
}

.div-block-4 {
  width: 2px;
  margin-left: 15px;
  background-color: #666;
}

.div-block-5 {
  padding: 21px 10%;
  background-color: #0099d6;
}

.follow-us-text {
  margin-top: 3px;
  margin-right: 19px;
  color: #e5ecf2;
  font-weight: 500;
}

.copyright {
  margin-top: 0px;
  padding-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #e5ecf2;
  /* text-align: right; */
  text-align: center;
}

.icon-wrap {
  margin-right: 6px;
  margin-left: 6px;
}

.div-block-6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.order-summary {
  display: none;
}

.order-summary.left {
  display: block;
}

.checkbox-label {
  color: #666;
}

.checkbox-wrap {
  margin-top: 28px;
  margin-bottom: 28px;
}

.nav-bar-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-logo-holder {
  width: 153px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-weight: 500;
}

.cta-nav {
  margin-left: 18px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.nav-text-div {
  margin-right: 38px;
}

.nav-text {
  color: #306e91;
}

.highlight-bar {
  height: 3px;
  margin-top: 6px;
  background-color: #0099d6;
}

.login {
  margin-left: 17px;
  padding: 11px 30px;
  border-style: solid;
  border-width: 3px;
  border-color: #406d8e;
  border-radius: 43px;
  background-color: transparent;
  color: #406d8e;
}

.login.get-info {
  margin-left: 18px;
  padding-right: 18px;
  padding-left: 18px;
  border-color: #f3f6f9;
  color: #fff;
}

.get-protected {
  padding: 13px 18px;
  border-radius: 24px;
  background-color: #0099d6;
  -webkit-transition: all 200ms cubic-bezier(.55, .055, .675, .19);
  transition: all 200ms cubic-bezier(.55, .055, .675, .19);
}

.get-protected:active {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.get-protected.extra {
  background-color: #00313c;
}

.bold-text-2 {
  font-weight: 500;
}

.bold-text-3 {
  font-weight: 500;
}

.nav-link {
  text-decoration: none;
}

.nav-link.nav-text {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.nav-link.nav-text:active {
  color: #0099d6;
}

.nav-link.nav-text:focus {
  color: #0099d6;
}

.nav-link.nav-text.w--current:focus {
  color: #0099d6;
}

.section {
  padding-right: 10%;
  padding-left: 10%;
  background-color: #f3f6f9;
}

.section.hero {
  background-image: -webkit-gradient(linear, left top, right top, from(#012), color-stop(54%, #012), color-stop(100%, rgba(0, 17, 34, 0)), to(rgba(0, 17, 34, 0))), url('../images/Hero-Background-02.svg'), -webkit-gradient(linear, left top, left bottom, from(#012), to(#012));
  background-image: linear-gradient(90deg, #012, #012 54%, rgba(0, 17, 34, 0) 100%, rgba(0, 17, 34, 0)), url('../images/Hero-Background-02.svg'), linear-gradient(180deg, #012, #012);
  background-position: 0px 0px, 100% 50%, 0px 0px;
  background-size: auto, auto, auto;
  background-repeat: repeat, repeat-x, repeat;
  background-attachment: scroll, scroll, scroll;
}

.section._2nd {
  margin-top: -341px;
  padding: 287px 10% 40px;
  background-color: #fff;
  background-image: url('../images/Nex-Shield-Badge-Transparent.svg');
  background-position: 100% 100%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.third {
  padding-right: 13%;
  padding-left: 13%;
}

.section._4th {
  padding-right: 10%;
  padding-left: 10%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 49, 60, 0.53)), to(rgba(0, 49, 60, 0.53))), url('../images/AdobeStock_295730014.jpg');
  background-image: linear-gradient(180deg, rgba(0, 49, 60, 0.53), rgba(0, 49, 60, 0.53)), url('../images/AdobeStock_295730014.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section.hero-why {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 153, 214, 0.73)), to(rgba(0, 153, 214, 0.73))), url('../images/AdobeStock_215648971.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 153, 214, 0.73), rgba(0, 153, 214, 0.73)), url('../images/AdobeStock_215648971.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section._2nd-2 {
  padding: 47px 13%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(23%, #fff), color-stop(65%, #fff), to(hsla(0, 0%, 100%, 0))), url('../images/AdobeStock_96110030.jpeg');
  background-image: linear-gradient(90deg, #fff 23%, #fff 65%, hsla(0, 0%, 100%, 0)), url('../images/AdobeStock_96110030.jpeg');
  background-position: 0px 0px, 130% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.section._2nd-3 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.hero-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 141px;
  padding-bottom: 232px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-3 {
  max-width: 500px;
  color: #0099d6;
  font-size: 40px;
  text-align: center;
}

.heading-4 {
  margin-top: 24px;
  margin-bottom: 37px;
  color: #f3f6f9;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}

.div-block-7 {
  width: auto;
  margin-left: 0px;
}

.middle-bar {
  position: relative;
  top: -172px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 48px 90px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.06);
}

.link-block {
  width: 153px;
}

.menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.icon-wrapper {
  width: auto;
  max-width: 152px;
}

.icons-and-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-class {
  margin-top: 27px;
  font-size: 22px;
  font-weight: 500;
}

.our-identity-product-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.right-icons {
  display: -ms-grid;
  display: grid;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-10 {
  height: 4px;
  max-width: 570px;
  margin-bottom: 73px;
  background-color: #0099d6;
}

.div-block-10.divide {
  width: 570px;
  margin-bottom: 0px;
}

.paragraph-4 {
  max-width: 550px;
  color: #2e2e2e;
  font-size: 24px;
  line-height: 33px;
  font-weight: 400;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #00313c;
  font-size: 30px;
}

.heading-5.what-you-get {
  color: #f3f6f9;
  text-transform: none;
}

.section-3-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.reason-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 258px;
  height: 316px;
  max-height: 316px;
  max-width: 258px;
  margin-right: 36px;
  padding: 64px 32px 37px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f6f9;
  background-image: url('../images/Background-05.svg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 52px;
  padding-bottom: 44px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text-4 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.text-block-3 {
  color: #00313c;
  text-align: center;
}

.id-protection-reasons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 35px;
  margin-bottom: 65px;
  padding: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f6f9;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.36);
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 42px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.theft-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: auto;
  max-height: none;
  max-width: 220px;
  padding: 56px 38px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px 10px 10px 78px;
  background-color: #fff;
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.06);
  text-decoration: none;
}

.theft-wrap {
  width: 70px;
  max-width: 70px;
  margin-bottom: 21px;
}

.theft-text {
  font-size: 18px;
  text-decoration: none;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 317px 142px 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-6 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #f3f6f9;
}

.about-us-divider {
  height: 10px;
  max-width: none;
  background-color: #00313c;
}

.paragraph-6 {
  max-width: 574px;
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 28px;
}

.about-us {
  display: block;
  max-width: 810px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 266.66px;
  max-width: 266.66px;
  padding: 22px 71px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: none solid solid none;
  border-width: 1px;
  border-color: #dfdfdf;
  background-color: #fff;
}

.tabs.w--current {
  background-color: #0099d6;
  color: #f3f6f9;
}

.tabs.far-right {
  border-right-style: none;
  border-top-right-radius: 10px;
}

.tabs.far-left.w--current {
  border-top-left-radius: 10px;
}

.tab-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-block-4 {
  font-weight: 500;
}

.icons {
  width: 100px;
  max-width: 100px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image {
  display: none;
}

.text-block-5 {
  margin-top: 12px;
  color: #00313c;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-transform: none;
}

.image-wrap {
  max-width: 258px;
  border-radius: 0px;
  opacity: 1;
}

.image-wrap:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.bottom-text {
  width: 258px;
  max-width: 258px;
  padding: 14px 21px;
  background-color: #00313c;
}

.image-2 {
  border-radius: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0606), to(#ff0606));
  background-image: linear-gradient(180deg, #ff0606, #ff0606);
}

.text-block-6 {
  color: #f3f6f9;
  text-align: center;
}

.titles {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #306e91;
  font-weight: 500;
}

.div-block-14 {
  width: 800px;
  max-width: 800px;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-wrapper {
  display: block;
  width: 800px;
  max-width: 800px;
  padding: 41px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 1px none #dfdfdf;
  background-color: #fff;
}

.heading-9 {
  margin-bottom: 26px;
  font-size: 20px;
}

.bold-text-coloured {
  color: #0099d6;
}

.bold-text-6 {
  color: #00313c;
}

.paragraph-9 {
  color: #00313c;
}

.tabs-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-16 {
  width: 100%;
  height: 7px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #0099d6;
}

.navbar {
  display: none;
}

.navbar-2 {
  display: none;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.contact_us_body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-10 {
  margin-bottom: 27px;
  color: #012;
}

.text-block-7 {
  margin-left: 15px;
  color: #012;
}

.contact_popup {
  position: absolute;
  top: -191px;
  bottom: auto;
  z-index: 900;
  display: none;
  width: 15vw;
  height: 16vh;
  padding: 31px;
  background-color: #fff;
}

.link {
  display: block;
  margin-top: 0px;
  color: #0099d6;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.link._2 {
  color: #00313c;
  font-size: 14px;
}

.div-block-21 {
  margin-bottom: 13px;
}

.div-block-22 {
  position: absolute;
  left: auto;
  top: 10%;
  right: 5%;
  bottom: auto;
  width: 7%;
  height: 3%;
  background-color: #012;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 240px;
  padding: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.07);
}

.text-block-9 {
  max-width: 100%;
  color: #012;
  text-align: center;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.heading-11 {
  color: #0099d6;
}

.div-block-25 {
  width: 1px;
  background-color: #666;
}

.link-3 {
  display: block;
  margin-top: 5px;
  padding-left: 0px;
  color: #2e2e2e;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  /* CSS by Talit Starts */
  .div-block-23 {
    width: 70%;
  }
  .heading-11 {
    font-size: 20px;
  }
  /* CSS by Talit Ends */
  .left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .right {
    margin-left: 17px;
  }

  .text-field {
    width: 100%;
  }

  .text-field.card-number {
    width: 100%;
  }

  .reffered-by-section {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .card-details {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .paragraph-2 {
    font-size: 12px;
  }

  .plan {
    padding-right: 29px;
    padding-left: 29px;
  }

  .logo-wrap {
    margin-right: 36px;
    margin-left: 36px;
  }

  .plan-wrap {
    margin-right: -11px;
    margin-left: -11px;
    padding-left: 0px;
  }

  .nav-bar {
    padding-right: 4%;
    padding-left: 4%;
  }

  .footer-text-wrap {
    padding-right: 4%;
    padding-left: 4%;
  }

  .paragraph-3 {
    font-size: 12px;
  }

  .div-block-5 {
    padding-right: 4%;
    padding-left: 4%;
  }

  .section._2nd {
    padding-right: 8%;
    padding-left: 8%;
  }

  .section._2nd-2 {
    background-position: 0px 0px, -130% 50%;
    background-size: auto, cover;
  }

  .middle-bar {
    max-width: 690px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .icons-and-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-class {
    text-align: center;
  }

  .our-identity-product-wrap {
    max-width: 700px;
  }

  .left-text {
    margin-right: 23px;
  }

  .right-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .reason-wrap {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }

  .products {
    height: 250px;
    margin-right: 10px;
    padding-top: 20px;
  }

  .products.last {
    margin-right: 0px;
  }

  .id-protection-reasons {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .theft-product {
    width: auto;
    max-width: 190px;
    margin-bottom: 16px;
    padding: 36px;
  }

  .paragraph-6 {
    max-width: 400px;
  }

  .bottom-text {
    width: 170px;
    height: 90px;
  }

  .titles {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-wrapper {
    width: 700px;
    max-width: 700px;
  }

  .monitor-information {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .alerts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .recover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bold-text-7 {
    text-align: center;
  }

  .navbar-2 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  /* CSS by Talit Starts */
  .div-block-23 {
    width: 80%;
  }
  #w-node-c5fc09e5-55c8-3905-ec88-8109e20b457c-b3c5a885 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  /* CSS by Talit Ends */
  .left-wrap {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .heading.payment-page {
    width: 75%;
  }

  .field-label {
    width: 75%;
  }

  .text-field {
    width: 100%;
  }

  .text-field.card-number {
    width: 100%;
  }

  .submit-button.update {
    width: 100%;
  }

  .logo-wrap {
    margin-right: 1px;
    margin-left: 1px;
  }

  .nav-bar.main-page {
    display: none;
  }

  .footer-info-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-logo-holder.w--current {
    margin-right: 14px;
  }

  .nav-menu.home {
    display: none;
  }

  .cta-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-text-div {
    margin-right: 10px;
    margin-left: 10px;
  }

  .login {
    margin-left: 10px;
  }

  .get-protected {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 190px;
    max-width: 230px;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .get-protected.hero {
    width: auto;
    margin-bottom: 14px;
  }

  .nav-link.nav-text {
    font-size: 14px;
    line-height: 0px;
  }

  .section._2nd {
    padding-top: 204px;
  }

  .section.third {
    padding-bottom: 45px;
  }

  .section._2nd-2 {
    background-position: 0px 0px, -50% 50%;
  }

  .section._2nd-3 {
    padding-right: 3%;
    padding-left: 3%;
  }

  .hero-wrap {
    padding-top: 56px;
    padding-bottom: 159px;
  }

  .heading-4 {
    font-size: 20px;
  }

  .middle-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 500px;
    padding-top: 23px;
    padding-bottom: 23px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-wrapper {
    max-width: 50px;
  }

  .icons-and-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-class {
    font-size: 14px;
  }

  .right-icons {
    margin-top: 188px;
  }

  .div-block-10.divide {
    width: 200px;
  }

  .paragraph-4 {
    font-size: 20px;
  }

  .heading-5 {
    font-size: 25px;
  }

  .reason-wrap {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .reason-wrap.top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .products {
    width: 200px;
    height: 220px;
    margin-right: auto;
    margin-bottom: 17px;
    margin-left: auto;
    padding-top: 46px;
    padding-bottom: 14px;
  }

  .products.last {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-11 {
    padding-top: 18px;
    padding-bottom: 22px;
  }

  .id-protection-reasons {
    max-width: 270px;
    margin-right: 0px;
    margin-bottom: 19px;
  }

  .about-us {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tabs.far-right {
    padding-right: 27px;
    padding-left: 27px;
  }

  .tabs.far-left.w--current {
    max-width: 100px;
  }

  .tab-nav {
    max-width: 500px;
  }

  .bottom-text {
    width: 258px;
  }

  .text-wrapper {
    max-width: 500px;
  }

  .tabs-2 {
    max-width: 500px;
  }

  .image-3 {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .image-4 {
    max-width: 100%;
  }

  .image-5 {
    max-width: 100%;
  }

  .div-block-17 {
    width: 120px;
    margin-right: 18px;
    margin-left: 18px;
  }

  .container {
    position: relative;
    top: auto;
    display: block;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f3f6f9;
  }

  .image-6 {
    max-width: 70%;
  }

  .brand {
    width: 80px;
    margin-top: 5px;
    margin-bottom: 4px;
    padding-top: 0px;
  }

  .icon {
    background-color: transparent;
    color: #0099d6;
  }

  .menu-button {
    margin-top: auto;
    margin-bottom: auto;
  }

  .menu-button.w--open {
    margin-top: 10px;
    background-color: #f3f6f9;
  }

  .nav-menu-2 {
    background-color: #f3f6f9;
  }

  .navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 100;
    display: block;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .nav-link-2 {
    background-color: #f3f6f9;
  }

  .nav-link-2.w--current {
    font-weight: 500;
  }

  .nav-link-3 {
    background-color: #f3f6f9;
    font-weight: 500;
  }

  .navbar-2 {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 100;
    display: block;
  }

  .div-block-19 {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 999;
    background-color: #f3f6f9;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
  }
}

@media screen and (max-width: 479px) {
  /* CSS By Talit Starts*/
  .div-block-23 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-9 {
    max-width: 89%;
  }
  /* CSS By Talit Ends*/
  .right {
    display: none;
  }

  .text-field.card-number {
    width: 100%;
  }

  .nav-bar.main-page {
    display: none;
  }

  .price-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-info-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact_us {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .order-summary {
    display: block;
    margin-top: 21px;
    margin-bottom: 20px;
    padding: 18px 18px 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #e5ecf2;
    border-radius: 5px;
  }

  .section.hero-why {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/AdobeStock_215648971.jpeg');
    background-image: linear-gradient(180deg, null, null), url('../images/AdobeStock_215648971.jpeg');
    background-repeat: repeat, no-repeat;
  }

  .section._2nd-2 {
    background-position: 0px 0px, 7% 50%;
  }

  .hero-wrap {
    padding-top: 18px;
  }

  .heading-4 {
    line-height: 25px;
  }

  .middle-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 210px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .icon-wrapper {
    max-width: 80px;
  }

  .our-identity-product-wrap {
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .right-icons {
    display: -ms-grid;
    display: grid;
    margin-top: 16px;
    -ms-grid-row-align: center;
    align-self: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 12px;
    grid-row-gap: 13px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .heading-5 {
    text-align: center;
  }

  .section-3-wrapper {
    padding-top: 35px;
  }

  .reason-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .theft-product {
    max-width: 160px;
    padding: 25px;
  }

  .paragraph-6 {
    font-size: 17px;
  }

  .tabs {
    width: 100px;
    max-width: 100px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .tabs.far-right {
    width: 100px;
    max-width: 100px;
  }

  .text-wrapper {
    width: auto;
    max-width: 300px;
  }

  .tabs-2 {
    max-width: 300px;
  }

  .div-block-17 {
    margin-top: 27px;
    margin-bottom: 27px;
  }

  .container {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 2;
    background-color: #f3f6f9;
    box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.3);
  }

  .image-6 {
    width: 50px;
  }

  .brand {
    padding-top: 4px;
  }

  .icon {
    color: #0099d6;
  }

  .menu-button {
    background-color: #f3f6f9;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .nav-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .navbar {
    display: block;
  }
}

#w-node-a5b52889-0924-249d-3d09-4deb98c3efaa-b8e27530 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-fe609a0b-1d95-ce33-ae2a-6c79baf22a12-b8e27530 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-c5fc09e5-55c8-3905-ec88-8109e20b457c-b8e27530 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-c5fc09e5-55c8-3905-ec88-8109e20b457c-b3c5a885 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}



/* CSS By Talit Starts here*/
.calling_code {
  /* width: 30%; */
  width: 95px;
  text-align: center;
}
.visa {
  background: url("/images/visa.svg") no-repeat right;
  background-size: 40px;
  background-position-x: 99%;
}
.mastercard {
  background: url("/images/mastercard.svg") no-repeat right;
  background-size: 40px;
  background-position-x: 99%;
}
/* CSS By Talit Ends here*/

