html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  cursor: pointer;
}

a:focus-visible {
  outline: none;
}

/* change colours to suit your needs */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

input {
  border: 1px solid black;
  outline: 0;
}

input:focus {
  border: 1px solid black;
  outline: 0;
}

body {
  -webkit-tap-highlight-color: transparent;
}

.helvetica {
  font-family: "helvetica";
}

.helvetica-bold {
  font-family: "HelveticaBold", Helvetica, Arial, sans-serif;
}

.helvetica-light {
  font-family: "Helvetica Light", Arial, sans-serif;
}

.helvetica-neue {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.tata-aia-print-bold {
  font-family: "TATAAIAPrintBold", Helvetica, Arial, sans-serif;
}

.tata-aia-print {
  font-family: "TATAAIAPrint", Helvetica, Arial, sans-serif;
}

.helvetica-neue-medium {
  font-family: "HelveticaNeueMedium", Helvetica, Arial, sans-serif;
}

.primary-act-btn {
  padding: 12px 54px;
  background: #D62049;
  border-radius: 5px;
  border-color: transparent;
  color: #FFFFFF;
  line-height: 17px;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  border: 0px;
  display: flex;
  align-items: center;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.primary-act-btn:hover {
  box-shadow: 0px 0px 6px #D62049;
}

.primary-act-btn:focus {
  background: #CB1B43;
}

.disabled {
  background: #C7C8CA;
  cursor: auto;
}

.disabled:hover {
  box-shadow: 0px 0px 0px #D62049;
}

.secondary-act-btn {
  font-size: 14px;
  line-height: 17px;
  background: #FFFFFF;
  border: 1px solid #D62049;
  border-radius: 5px;
  color: #D62049;
  padding: 9px 54px;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.secondary-act-btn:hover {
  background: #FAE7EC;
}

.secondary-act-btn:focus {
  background: #FFFFFF;
}

.secondary-disabled {
  border: 1px solid #C7C8CA;
  background: #FFFFFF;
  color: #C7C8CA;
  cursor: auto;
}

.secondary-disabled:hover {
  box-shadow: 0px 0px 0px #D62049;
  background: #FFFFFF;
}

.img-in-btn {
  margin-left: 15px;
}

.anchor-btn {
  font-style: normal;
  font-size: 14px;
  line-height: 132.5%;
  color: #0073BB;
  text-decoration: none;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
}

.anchor-btn:focus {
  font-family: "HelveticaBold", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.anchor-btn-disabled {
  color: #C7C8CA;
  pointer-events: none;
}

.img-in-btn-2 {
  margin-left: 10px;
  max-height: 11px;
}

.blue-anchor-btn {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  padding: 7px 12px;
  text-decoration: none;
  background: #0073BB;
  border-radius: 6px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  width: -moz-fit-content;
  width: fit-content;
}

.blue-anchor-btn:hover {
  box-shadow: 0px 0px 6px #0073BB;
}

.blue-anchor-btn:focus {
  background: #255F8F;
}

.blue-anchor-btn.rmv {
  background-color: #F2F7FB;
  color: #0073BB;
  border: 0.5px solid #0073BB;
}

.blue-anchor-btn.rmv img {
  display: none;
}

.blue-anchor-btn-disabled {
  background: #C7C8CA;
  pointer-events: none;
}

.img-in-btn-3 {
  margin-left: 9px;
  max-height: 8px;
}

.disabled-red {
  background: #EB9AA7;
  border-radius: 5px;
}

.d-flex {
  display: flex;
}

.grid {
  display: grid;
}

.end {
  align-items: flex-end;
}

.just-end {
  justify-content: flex-end;
}

.col {
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

.nowrap {
  flex-wrap: nowrap;
}

.stretch {
  align-items: stretch;
}

.start {
  align-items: flex-start;
}

.center {
  align-items: center;
}

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

.just-between {
  justify-content: space-between;
}

.just-center {
  justify-content: center;
}

.search-results {
  max-width: 402px;
  position: absolute;
  right: 0%;
  bottom: -430px;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0px 29px 22px 9px rgba(229, 255, 253, 0.63);
  padding: 10px 16px 17px 17px;
  display: none;
}

.search-results-suggestion a {
  text-decoration: none;
  margin: 0px;
}

.search-results-suggestion a .suggestion-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  color: #58595B;
}

.search-results .line-hr {
  width: 100%;
  height: 1px;
  background-color: #F2F2F2;
  margin: 11px 0px;
}

.search-results-heading {
  padding-top: 2px;
  padding-bottom: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}

.search-results-recommended {
  padding-top: 2px;
}

.search-results-recommended .search-div {
  padding-bottom: 0px;
}

#search-box {
  min-width: 160px;
}

.input-div {
  position: relative;
}

.input-label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #333333;
}

.input-field {
  background: #FFFFFF;
  border: 1px solid #DFE0E1;
  border-radius: 8px;
  padding: 11px 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #333333;
}

.input-field::-moz-placeholder {
  color: #808184;
  font-family: "helvetica";
}

.input-field:-ms-input-placeholder {
  color: #808184;
  font-family: "helvetica";
}

.input-field::placeholder {
  color: #808184;
  font-family: "helvetica";
}

.input-field:focus {
  border: 1px solid #333333;
  color: #333333;
}

.input-disabled {
  background-color: #E6E7E8;
  font-weight: 500;
  color: #333333;
}

.input-error {
  border: 1px solid #D62049;
}

.error-img {
  max-height: 13px;
  margin-right: 5px;
}

.error-div {
  display: flex;
}

.error-label {
  font-weight: 400;
  font-size: 12px;
  line-height: 11px;
  display: flex;
  align-items: center;
  color: #D62049;
}

.guide-div {
  margin-top: 10px;
}

.guide-text {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #58595B;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.edit-div {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.edit-icon {
  position: absolute;
  top: 12px;
  right: 16px;
  bottom: 12px;
  margin: 0px;
}

.edit-pencil-img {
  max-height: 17px;
  max-width: 17px;
  margin-left: 6px;
}

.edit-input {
  padding-right: 40px;
}

.nudge-div {
  margin-top: 8px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px;
}

.nudge-text {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 11px;
  display: flex;
  align-items: center;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.nudge-green {
  background: #EBF8EB;
}

.nudge-green p {
  color: #0CA789;
}

.nudge-blue {
  background: #F2F7FB;
}

.nudge-blue p {
  color: #0073BB;
}

.info-icon {
  margin-left: 8px;
  width: 16px;
  height: 17px;
}

.search-icon {
  position: absolute;
  top: 13px;
  right: 17px;
  bottom: 13px;
  margin: 0px;
}

.search-img {
  max-height: 14px;
  max-width: 14px;
}

.select-div {
  display: flex;
  border-bottom: 1px solid #E6E7E8;
  width: -moz-fit-content;
  width: fit-content;
}

.select-dropdown-flag .select2,
.select-dropdown-flag .selection,
.select-dropdown-flag .select2-selection,
.select-dropdown-flag .select2-selection__rendered {
  max-height: 20px;
}

.select-dropdown-flag .select2-selection {
  border: 0px !important;
  border-right: 1px solid #808184 !important;
  border-radius: 0px !important;
  margin-bottom: 6px;
  display: flex !important;
}

.select-dropdown-flag .select2-selection__rendered {
  text-align: center;
  padding-left: 0px !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-right: 0px !important;
  display: flex !important;
  align-items: center;
}

.select-dropdown-flag .select2.select2-container {
  width: auto !important;
  max-width: 38px;
}

.select-dropdown-flag .select2-selection__arrow {
  display: flex;
  align-items: center;
  height: auto !important;
  position: relative !important;
  min-height: 20px;
  min-width: 22px;
  top: 2px !important;
}

.select-dropdown-flag .select2-selection__arrow b {
  position: relative !important;
  margin-left: 8px !important;
  margin-right: 7px !important;
  left: 0% !important;
  top: 0% !important;
  border-width: 5px 3.5px 0 3.5px;
  border-color: #808184;
}

.select-dropdown-flag .select2-results__option,
.select2-results {
  text-align: center;
}

.flag-input {
  border: 0px;
  padding: 3px 8px 6px;
}

.flag-input:focus {
  border: 0px solid #333333;
}

.rel-div {
  position: relative;
  cursor: pointer;
  display: flex;
}

.rel-div .custom-tooltip-new {
  position: absolute;
  width: 140px;
  top: 0%;
  left: -100%;
  visibility: hidden;
}

.rel-div .custom-tooltip-new::after {
  z-index: 1;
  position: absolute;
  top: 19px;
  left: 24%;
  content: "";
  width: 0;
  height: 0;
  border-left: solid 7px transparent;
  border-right: solid 7px transparent;
  border-bottom: solid 7px #E6E7E8;
}

.rel-div .custom-tooltip-new .custom-tooltip {
  background: #E6E7E8;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  visibility: hidden;
  padding: 7px 7px 8px 6px;
  max-width: 140px;
  position: absolute;
  top: 25px;
  left: -20%;
  max-height: 52px;
  overflow-y: auto;
  z-index: 2;
  min-width: 140px;
}

.rel-div .custom-tooltip-new .custom-tooltip::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.rel-div .custom-tooltip-new .custom-tooltip::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.rel-div .custom-tooltip-new .custom-tooltip::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 14px 14px 14px rgb(65, 151, 211);
  -moz-box-shadow: inset 14px 14px 14px rgb(65, 151, 211);
}

.rel-div .custom-tooltip-new .custom-tooltip::-webkit-scrollbar-thumb:window-inactive {
  background-color: rgba(255, 255, 255, 0.3);
}

.rel-div .custom-tooltip-new .custom-tooltip {
  overflow-y: auto;
  scrollbar-color: #4197D3 transparent;
}

.tool-text {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  display: flex;
  align-items: center;
  color: #333333;
  overflow-y: auto;
}

.select-dropdown .select2-container {
  width: auto !important;
  min-width: 100%;
}

.select-dropdown .select2-selection__rendered {
  padding-top: 1.5px !important;
  padding-left: 0px !important;
  padding-bottom: 9.5px !important;
  border-bottom: 1px solid #E6E7E8 !important;
  line-height: 17px !important;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.select-dropdown .select2-selection {
  border: 0px !important;
}

.select-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  border: none !important;
  min-height: 8px;
  min-width: 14px;
  margin: auto !important;
  top: auto !important;
  left: auto !important;
}

.select-dropdown .select2-container--open .select2-selection__arrow {
  transform: rotate(180deg) !important;
}

.select-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow {
  min-height: 6px;
  height: -moz-fit-content;
  height: fit-content;
  right: 5px;
  top: 6px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 10px;
  border-radius: 50%;
  display: flex;
  transition: transform 0.3s ease-in-out;
}

.select-normal-dd .select2-results__options {
  padding: 12px 12px 10px 14px !important;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 0px 13px rgba(0, 115, 187, 0.18);
  border-radius: 6px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent !important;
  color: #0073BB !important;
}

.select2-container--default .flag-dd .select2-results__option--highlighted[aria-selected] {
  background-color: #0073BB !important;
  color: #0073BB !important;
}

.select-normal-dd .select2-results__option[aria-selected] {
  padding: 0px;
  margin-bottom: 14px;
  text-align: left;
  font-family: "HelveticaBold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 120%;
}

.select-normal-dd .select2-results__option[aria-selected]:last-child {
  margin-bottom: 0px;
}

.select-normal-dd .select2-results__option[aria-selected] {
  color: #58595B;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent !important;
}

.select2-container--open {
  background: #FFFFFF;
  border: 0px !important;
}

.select2-container--open .select2-dropdown {
  border: 0px !important;
  z-index: 1;
  margin-top: 13px;
}

.select2-dropdown--above {
  top: -10px;
}

.select2-selection.select2-selection--single {
  font-family: "HelveticaBold", Helvetica, Arial, sans-serif;
}

.radio-div {
  display: flex;
  box-shadow: 0px 0px 13px rgba(0, 115, 187, 0.18);
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
  gap: 0.5px;
}

.radio-option {
  background: #FFFFFF;
  border-radius: 0px;
  min-width: 157px;
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid transparent;
}

.radio-option label {
  color: #808184;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  padding: 12px;
  width: 100%;
  text-align: center;
  border-radius: 0px;
}

.radio-option label.mob-span {
  display: block;
}

.radio-option .label-vertical {
  padding: 6px 6px 4px;
  height: 100%;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 12px;
  align-items: center;
  color: #58595B;
}

.radio-option:first-of-type {
  border-radius: 6px 0px 0px 6px;
}

.radio-option:first-of-type label {
  border-radius: 6px 0px 0px 6px;
}

.radio-option:last-of-type {
  border-radius: 0px 6px 6px 0px;
}

.radio-option:last-of-type label {
  border-radius: 0px 6px 6px 0px;
}

.radio-option input {
  width: 100%;
  cursor: pointer;
  position: absolute;
  height: 100%;
  margin: 0px;
  opacity: 0;
}

.vertical-line {
  background: #A7A9AC;
  width: 1px;
  min-width: 1px;
  max-width: 1px;
  margin: 8px 0px 8px 0px;
}

.hi:nth-child(2) {
  background-color: red;
}

.img-label {
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-note {
  max-width: 12px;
  margin-right: 6px;
  max-height: 12px;
}

.full-div-vertical {
  line-height: 0px;
}

.vert-img {
  max-width: 16px;
  max-height: 19px;
  margin-bottom: 4px;
}

.radio-nudge-green {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 4px 2px;
  position: absolute;
  min-width: 55px;
  height: 16px;
  background: #EBF8EB;
  border-radius: 2px;
  color: #0CA789;
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  top: -20%;
  left: 33%;
}

.radio-nudge-green-border {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 4px 2px;
  position: absolute;
  min-width: 55px;
  height: 16px;
  background: #EBF8EB;
  border-radius: 2px;
  color: #0CA789;
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  top: -20%;
  left: 33%;
  border: 1px solid #0CA789;
}

.radio-sub-text {
  width: 100%;
  font-size: 12px;
  line-height: 12px;
  display: inline;
}

.rounded-red-btn {
  min-width: 28px;
  min-height: 28px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #FFFFFF;
  border: 0.7px solid #CA1F4A;
  border-radius: 15px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rounded-red-btn .red-arrow {
  max-width: 14px;
  max-height: 14px;
}

.anchor-back {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
}

.blue-search {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 9px 6px 12px;
  background: #F2F7FB;
  border: 1px solid #0073BB;
  border-radius: 50px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  color: #0073BB;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  gap: 12px;
  margin: 0px;
  height: -moz-fit-content;
  height: fit-content;
}

.blue-search img {
  max-width: 14px;
}

.search-div {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}

.grey-search {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  background: #FFFFFF;
  border: 1px solid #58595B;
  border-radius: 50px;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px;
  text-decoration: none;
  width: fit-content;
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  color: #58595B;
}

.label-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.checkmark {
  position: relative;
  height: 18px;
  width: 18px;
  border: 2px solid #0073BB;
  border-radius: 4px;
  margin-right: 9px;
}

.checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 31%;
  top: 2%;
  width: 3px;
  height: 8px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* When the checkbox is checked, add a blue background */

.label-container input:checked ~ .checkmark {
  background-color: #0073BB;
}

/* Show the checkmark when checked */

.label-container input:checked ~ .checkmark:after {
  display: block;
}

.label-container {
  position: relative;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  line-height: 7px;
  color: #58595B;
  display: flex;
  align-items: center;
}

.check-div {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.pl-5 {
  padding-left: 5px;
}

.input-field-btm {
  border: 0px;
  border-bottom: 1px solid #E6E7E8;
  padding-bottom: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #333333;
}

.input-field-btm:focus {
  border: 0px;
  border-bottom: 1px solid #E6E7E8;
}

.input-field-btm::-moz-placeholder {
  color: #808184;
  font-weight: 400;
  font-family: "Helvetica Light", Arial, sans-serif;
}

.input-field-btm:-ms-input-placeholder {
  color: #808184;
  font-weight: 400;
  font-family: "Helvetica Light", Arial, sans-serif;
}

.input-field-btm::placeholder {
  color: #808184;
  font-weight: 400;
  font-family: "Helvetica Light", Arial, sans-serif;
}

.whatsapp {
  max-width: 18px;
  max-height: 18px;
  margin-left: 9px;
}

/*  Toggle Switch start */

.mar-20 {
  margin-left: 20px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 12px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch input:checked + .slider {
  background-color: #0073BB;
  border: none;
}

.switch input:checked + .slider.round::before {
  left: -6px;
}

.switch input:checked + .slider::before {
  transform: translateX(26px);
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #D1D1D6;
  transition: 0.4s;
}

.switch .slider::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: -8px;
  top: -4px;
  bottom: 0px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
  background-color: white;
  transition: 0.4s;
}

.switch .slider.round {
  border: none;
  border-radius: 34px;
}

.switch .slider.round::before {
  border-radius: 50%;
}

/*  Toggle Switch end */

.help-txt {
  padding-left: 5px;
}

/* RADIO OPTION BOX START */

.selectioncard-info {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
}

.selectioncard-info .card__items-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
}

.selectioncard-info .card__items-list label {
  cursor: pointer;
  margin-right: 25px;
}

.selectioncard-info .card__items-list .listcard {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 22px 19px 12px 23px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 14px rgba(0, 115, 187, 0.1);
  margin-top: 0px;
  min-width: 380px;
  max-width: 380px;
  height: 100%;
  width: 100%;
}

.selectioncard-info .card__items-list .listcard:hover {
  box-shadow: 0px 0px 14px rgba(0, 115, 187, 0.54);
}

.selectioncard-info .card__items-list .listcard .selectedplan {
  border: 1px solid #0073BB;
}

.selectioncard-info .card__items-list .listcard .boxtitle {
  position: absolute;
  left: 14px;
  top: -15px;
  padding: 6px 8px 6px 8px;
  background: #EBF8EB;
  border: 1px solid #0CA789;
  border-radius: 6px;
  display: none;
  color: #0CA789;
  text-align: center;
}

.selectioncard-info .card__items-list .listcard .listcard-detailstxt .list {
  padding-top: 7px;
  padding-bottom: 11px;
}

.selectioncard-info .card__items-list .listcard .listcard-detailstxt .list ul {
  padding-left: 20px;
}

.selectioncard-info .card__items-list .listcard .listcard-detailstxt .list ul li {
  color: #58595B;
  font-size: 14px;
  line-height: 132.5%;
}

.selectioncard-info .card__items-list .listcard .listcard-detailstxt .list ul li span {
  color: #333333;
  font-weight: bold;
}

.selectioncard-info .card__items-list .listcard .listcard-detailstxt .list ul li span a {
  margin: 0px;
  display: inline-block;
  text-decoration: underline;
}

.selectioncard-info .card__items-list .listcard .listcard-detailstxt p {
  font-size: 10px;
  font-weight: 300;
}

.selectioncard-info .card__items-list .listcard .listcard-detailstxt p:nth-child(2) {
  font-weight: 500;
  font-size: 14px;
}

.selectioncard-info .card__items-list .listcard .line-hr {
  width: 100%;
  height: 1px;
  background-color: #F5F5F5;
  display: none;
}

.selectioncard-info .card__items-list .listcard .addon {
  width: 100%;
  padding-top: 12px;
}

.selectioncard-info .card__items-list .listcard .addon__list p:nth-child(1) {
  display: block;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #58595B;
}

.selectioncard-info .card__items-list .listcard .addon__list a {
  margin: 0px;
  display: flex;
}

.selectioncard-info .card__items-list .listcard .addon__list a .info-icon {
  margin-left: 7px;
}

.selectioncard-info .card__items-list .listcard .addon__list .list {
  padding-top: 7px;
}

.selectioncard-info .card__items-list .listcard .addon__list .list ul li {
  font-size: 14px;
  line-height: 19px;
  color: #333333;
}

.selectioncard-info .card__items-list .listcard .addon .listcard__amount__amount {
  text-align: end;
}

.selectioncard-info .card__items-list .listcard .addon .listcard__amount__amount p:nth-child(1) {
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  font-weight: 700;
}

.selectioncard-info .card__items-list .listcard .addon .listcard__amount__amount p:nth-child(2) {
  font-size: 12px;
  line-height: 12px;
  color: #333333;
  font-weight: 300;
}

.selectioncard-info .card__items-list .listcard__details {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0px;
  padding-right: 4px;
}

.selectioncard-info .card__items-list .listcard__details__left {
  display: flex;
  justify-content: center;
}

.selectioncard-info .card__items-list .listcard__details__left .radio-btn > input[type=radio] {
  width: 19px;
  height: 18px;
  margin: 0px;
  accent-color: #0073BB;
}

.selectioncard-info .card__items-list .listcard__details__left .listcard-detailstxt {
  margin-left: 12px;
}

.selectioncard-info .card__items-list .listcard__details__left .listcard-detailstxt .input-label {
  margin-bottom: 0px;
  align-items: center;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #333333;
}

.selectioncard-info .card__items-list .listcard__details__left .listcard-detailstxt .input-label a {
  display: flex;
  margin: 0px;
  cursor: pointer;
}

.selectioncard-info .card__items-list .listcard__details__left .listcard-detailstxt p {
  font-size: 12px;
  margin-top: 4px;
  max-width: 200px;
  line-height: 16px;
}

.selectioncard-info .card__items-list .listcard__details__amount {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.selectioncard-info .card__items-list .listcard__details__amount .listcard__amount {
  text-align: end;
}

.selectioncard-info .card__items-list .listcard__details__amount .listcard__amount p {
  color: #58595B;
  text-align: end;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}

.selectioncard-info .card__items-list .listcard__details__amount .listcard__amount__amount {
  color: #D62049;
  padding-top: 4px;
}

.selectioncard-info .card__items-list .listcard__details__amount .listcard__amount__amount :nth-child(1) {
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  font-weight: 700;
}

.selectioncard-info .card__items-list .listcard__details__amount .listcard__amount__amount :nth-child(2) {
  font-size: 12px;
  color: #58595B;
  font-weight: 300;
  line-height: 16px;
  font-family: "Helvetica Light", Arial, sans-serif;
}

.selectioncard-info .card__items-list .listcard__details__amount .editTxt {
  display: flex;
  justify-content: flex-end;
}

.selectioncard-info .card__items-list .listcard__details__amount .editTxt a {
  margin: 0px;
}

.selectioncard-info .card__items-list .listcard__details__amount .editTxt a p {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}

.selectioncard-info .card__items-list .listcard__details__amount .editTxt .edit-icon {
  position: unset;
  padding-left: 6px;
}

.selectioncard-info .card__items-list .listcard .share-link {
  width: 100%;
  padding-top: 14px;
}

.selectioncard-info .card__items-list .listcard .share-link .shareplan a {
  margin: 0px;
}

.selectioncard-info .card__items-list .listcard .share-link .shareplan a img {
  max-height: 13px;
  width: auto;
}

.selectioncard-info .card__items-list .listcard .share-link .shareplan a p {
  padding-left: 8px;
  font-size: 14px;
  line-height: 16px;
}

.selectioncard-info .listcard.radio-border-active {
  border: 1px solid #0073BB;
}

/* RADIO OPTION BOX END */

.search-results-style {
  bottom: -420px;
}

.search-results-suggestion .line-hr:first-child {
  display: none;
}

/* Header START */

header {
  box-shadow: 0px 2px 14px rgba(88, 89, 91, 0.1);
  background-color: #FFFFFF;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 2;
}

header .container {
  max-width: 1090px;
  margin: 0 auto;
  padding: 0px 10px;
}

header .header-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}

header .header-sec .header-logo {
  height: 35px;
  width: 128px;
}

header .header-sec .header-right {
  position: relative;
}

header .header-sec .header-right .input-div .edit-div .input-field {
  outline: 1px solid transparent;
}

header .header-sec .header-right .input-div .edit-div .input-field:focus {
  border: 1px solid #0073BB;
  filter: drop-shadow(0px 0px 1px #0074B8);
}

header .header-sec .header-right .input-div .edit-div .input-field:focus-visible {
  border: 1px solid #0073BB;
  filter: drop-shadow(0px 0px 1px #0074B8);
}

header .header-sec .header-right .input-div .edit-div .search-icon {
  top: 30%;
  right: 10px;
}

header .header-sec .header-right .input-div .edit-div .search-icon .search-img {
  max-height: 16px;
  max-width: 17px;
}

header .header-sec .header-right .face-agent {
  display: flex;
  flex-direction: column;
  color: #D62049;
  font-size: 8px;
  margin-left: 16px;
}

header .header-sec .header-right .face-agent a {
  margin: 0px;
  text-align: center;
  text-decoration: none;
}

header .header-sec .header-right .face-agent a img {
  height: 25px;
  width: 27px;
}

header .header-sec .header-right .face-agent .contact-us {
  font-weight: 400;
  font-size: 8px;
  line-height: 132.5%;
  color: #D62049;
  display: flex;
  flex-direction: column;
}

/* Header END */

#contactUsDialog {
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #FFFFFF;
  padding: 20px 16px 24px;
  gap: 10px;
  max-width: 357px;
  min-width: 357px;
  width: 100%;
}

#contactUsDialog::backdrop {
  background: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

#contactUsDialog .contact-us-pop-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
}

#contactUsDialog .contact-us-section .contact-us-div-border {
  padding: 7px 15px 7px 13px;
  gap: 11px;
  border: 1px solid #0074B8;
  border-radius: 6px;
  margin-top: 13px;
  min-height: 32px;
}

#contactUsDialog .contact-us-section .contact-us-div-border .contact-us-img-div {
  width: 5%;
}

#contactUsDialog .contact-us-section .contact-us-div-border .concern-dropdown-box {
  overflow: hidden;
  max-height: 0px;
}

#contactUsDialog .contact-us-section .contact-us-div-border .concern-dropdown-box.concern-is-open {
  max-height: 600px;
  padding-top: 10px;
}

#contactUsDialog .contact-us-section .contact-us-div-border .concern-dropdown-box .concern-dropdown-btn {
  padding-top: 12px;
  padding-left: 3px;
  padding-bottom: 18px;
}

#contactUsDialog .contact-us-section .contact-us-div-border .concern-dropdown-box .concern-dropdown-btn .primary-act-btn {
  padding: 12px 38px;
}

#contactUsDialog .contact-us-section .contact-us-div-border a {
  text-decoration: none;
  position: relative;
}

#contactUsDialog .contact-us-section .contact-us-div-border a p {
  margin-left: 11px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #0074B8;
}

#contactUsDialog .contact-us-section .contact-us-div-border .contact-us-concern-arrow {
  border: 2px solid #0073BB;
  height: 9px;
  width: 9px;
  top: 3%;
  right: 0;
  border-right: none;
  position: absolute;
  border-top: none;
  transform: rotate(-45deg);
  transition: transform 0.3s linear;
}

#contactUsDialog .contact-us-section .contact-us-div-border.contact-us-concern:hover {
  background-color: #F2F7FB;
}

#contactUsDialog .contact-us-section .contact-us-div-border.contact-us-concern .input-div label {
  margin-bottom: 4px;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  padding-left: 3px;
}

#contactUsDialog .contact-us-section .contact-us-div-border.contact-us-concern .input-div .input-field-btm {
  width: 100%;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  background: transparent;
  width: calc(100% - 7px);
}

#contactUsDialog .contact-us-section .contact-us-div-border.contact-us-concern .concern-textarea {
  background: #FFFFFF;
  border: 0.7px solid #DADADA;
  border-radius: 6px;
  padding: 7px;
  width: 93%;
  resize: none;
  margin: 0px 3px;
  font-size: 13px;
}

#contactUsDialog .contact-us-section .contact-us-div-border.contact-us-concern .concern-textarea::-moz-placeholder {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #E6E7E8;
}

#contactUsDialog .contact-us-section .contact-us-div-border.contact-us-concern .concern-textarea:-ms-input-placeholder {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #E6E7E8;
}

#contactUsDialog .contact-us-section .contact-us-div-border.contact-us-concern .concern-textarea::placeholder {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #E6E7E8;
}

#contactUsDialog .contact-us-section .contact-us-div-border.contact-us-concern .concern-textarea:focus-visible {
  border: 0.7px solid #333333;
  outline: none;
}

.container {
  max-width: 1090px;
  margin: 0 auto;
}

.anchor-btn:focus {
  font-weight: 400;
}

.get-quote-div {
  margin-top: 72px;
}

.get-quote-div-left-section {
  width: 20%;
}

.get-quote-div-left-section .progressbar {
  position: sticky;
  top: 73px;
}

.get-quote-div-left-section .progressbar__item .circle-outer {
  height: 84px;
}

.get-quote-div-left-section .progressbar__item .circle-outer .content-wrapper p {
  font-size: 12px;
  line-height: 14px;
}

.get-quote-div-right-section {
  width: 80%;
  padding: 0px 40px;
  background-color: #ECF6FF;
}

.get-quote-div-right-section .get-quote {
  padding-top: 33px;
}

.get-quote-div-right-section-heading {
  padding-top: 30px;
}

.get-quote-div-right-section-heading .section-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #58595B;
}

.get-quote-div-right-section-heading .section-amount {
  color: #333333;
}

.get-quote-plan-Dialog {
  padding: 24px;
  gap: 10px;
  max-width: 396px;
  background: #FFFFFF;
  box-shadow: 0px 0px 14px rgba(0, 115, 187, 0.1);
  border-radius: 12px;
  border: none;
  min-width: 351px;
}

.get-quote-plan-Dialog.active {
  transform: translate(-50%, -50%) scale(1);
}

.get-quote-plan-Dialog::backdrop {
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.get-quote-plan-Dialog .popup-border {
  border-bottom: 1.5px solid #E6E7E8;
  margin-bottom: 16px;
  padding-bottom: 14px;
}

.get-quote-plan-Dialog .popup-border a {
  margin-right: 5px;
}

.get-quote-plan-Dialog .plan-details-head {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
}

.get-quote-plan-Dialog .about-plan {
  flex-direction: column;
  padding-top: 20px;
}

.get-quote-plan-Dialog .about-plan-tag {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  padding-bottom: 8px;
}

.get-quote-plan-Dialog .about-plan-desc {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #333333;
  width: 331px;
}

.get-quote-plan-Dialog .about-plan-desc-amt {
  font-weight: 700;
}

.get-quote-plan-Dialog .plan-details {
  padding-top: 24px;
}

.get-quote-plan-Dialog .plan-details-tag {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
}

.get-quote-plan-Dialog .get-quote-chart {
  display: flex;
  padding-top: 24px;
}

.get-quote-plan-Dialog .get-quote-chart-amount {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #0073BB;
  padding-right: 9px;
  position: relative;
}

.get-quote-plan-Dialog .get-quote-chart-amount .years {
  padding-top: 0px;
  position: relative;
}

.get-quote-plan-Dialog .get-quote-chart-amount .years.threeyrs:nth-child(2) {
  margin-bottom: 16px;
}

.get-quote-plan-Dialog .get-quote-chart-amount .years:first-child {
  padding-top: 15px;
}

.get-quote-plan-Dialog .get-quote-chart-amount .years:last-child {
  padding-top: 0;
  padding-bottom: 13px;
}

.get-quote-plan-Dialog .get-quote-chart-img {
  gap: 9px;
}

.get-quote-plan-Dialog .get-quote-chart-img .grpimg {
  height: 330px;
}

.get-quote-plan-Dialog .get-quote-chart-img-bracket {
  flex-direction: column;
  justify-content: space-around;
}

.get-quote-plan-Dialog .get-quote-chart-img-bracket-second {
  flex-direction: column;
  justify-content: flex-end;
  height: 92%;
}

.get-quote-plan-Dialog .get-quote-chart-img-bracket-second img {
  height: 45%;
}

.get-quote-plan-Dialog .get-quote-chart-img-bracket img {
  height: 83%;
}

.get-quote-plan-Dialog .get-quote-chart-details {
  flex-direction: column;
  justify-content: space-between;
  padding-left: 12px;
  gap: 12px;
}

.get-quote-plan-Dialog .get-quote-chart-details .cards {
  padding: 8px;
  background: #F2F7FB;
  border: 1px solid #E6E7E8;
  border-radius: 12px;
  max-width: 218px;
  align-items: center;
}

.get-quote-plan-Dialog .get-quote-chart-details .cards:last-child {
  margin-top: 10px;
}

.get-quote-plan-Dialog .get-quote-chart-details .cards.second {
  margin-bottom: 38px;
}

.get-quote-plan-Dialog .get-quote-chart-details .cards.third {
  margin-top: 7px;
}

.get-quote-plan-Dialog .get-quote-chart-details .cards-txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #333333;
  padding-left: 12px;
  padding-right: 12px;
}

.get-quote-plan-Dialog .get-quote-chart-details .cards-txt span {
  display: inline-block;
  color: #333333;
}

.get-quote-plan-Dialog .get-quote-chart-details .cards-txt-desc {
  font-weight: 500;
}

.get-quote-plan-Dialog .link-body a {
  display: flex;
  justify-content: center;
  text-decoration: none;
  flex-direction: column;
  align-items: center;
}

.get-quote-plan-Dialog .link-body a img {
  height: 32px;
}

.get-quote-plan-Dialog .logo-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #58595B;
  margin-top: 12px;
  text-align: center;
}

/* Stepper START */

.progressbar {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.progressbar__item {
  position: relative;
}

.progressbar__item:first-child .circle-outer.default .circle-oval::before {
  display: none;
}

.progressbar__item:last-child .circle-outer.default .circle-oval::after {
  display: none;
}

.progressbar__item:first-child .circle-outer.current .circle-oval::before {
  display: none;
}

.progressbar__item:last-child .circle-outer.current .circle-oval::after {
  display: none;
}

.progressbar__item:first-child .circle-outer.completed .circle-oval::before {
  display: none;
}

.progressbar__item:last-child .circle-outer.completed .circle-oval::after {
  display: none;
}

.progressbar__item:not(:last-child) .circle-oval::after {
  content: "";
  border-left: 2px solid #DFE0E1;
  position: absolute;
  height: 50%;
  top: 0px;
  left: 15px;
  z-index: -1;
}

.progressbar__item .circle-outer {
  display: flex;
  align-items: center;
  height: 70px;
}

.progressbar__item .circle-outer.completed .circle-oval {
  background-color: #0073BB;
  border: none;
}

.progressbar__item .circle-outer.completed .circle-oval:before {
  content: "";
  border-left: 2px solid #0073BB;
  position: absolute;
  height: 50%;
  top: 0px;
  left: 15px;
  z-index: -1;
}

.progressbar__item .circle-outer.completed .circle-oval:after {
  content: "";
  border-left: 2px solid #0073BB;
  position: absolute;
  height: 50%;
  top: 50%;
  left: 15px;
  z-index: -1;
}

.progressbar__item .circle-outer.completed .content-wrapper p {
  font-weight: 700;
  color: #0073BB;
  font-family: "HelveticaBold", Helvetica, Arial, sans-serif;
}

.progressbar__item .circle-outer.success .circle-oval {
  background-color: #0073BB;
  border: none;
}

.progressbar__item .circle-outer.success .content-wrapper p {
  color: #0073BB;
  font-family: "HelveticaBold", Helvetica, Arial, sans-serif;
}

.progressbar__item .circle-outer.current .circle-oval {
  background-color: #FFFFFF;
  border: 1px dashed #0073BB;
}

.progressbar__item .circle-outer.current .circle-oval:before {
  content: "";
  border-left: 2px solid #C2E4FF;
  position: absolute;
  height: 50%;
  top: 0px;
  left: 15px;
  z-index: -1;
}

.progressbar__item .circle-outer.current .circle-oval:after {
  content: "";
  border-left: 2px solid #DFE0E1;
  position: absolute;
  height: 50%;
  top: 50%;
  left: 15px;
  z-index: -1;
}

.progressbar__item .circle-outer.current .content-wrapper p {
  color: #A7A9AC;
}

.progressbar__item .circle-outer.default .circle-oval {
  background-color: #FFFFFF;
  border: 1px solid #DFE0E1;
}

.progressbar__item .circle-outer.default .circle-oval:before {
  content: "";
  border-left: 2px solid #DFE0E1;
  position: absolute;
  height: 50%;
  top: 0px;
  left: 15px;
  z-index: -1;
}

.progressbar__item .circle-outer.default .circle-oval:after {
  content: "";
  border-left: 2px solid #DFE0E1;
  position: absolute;
  height: 50%;
  top: 50%;
  left: 15px;
  z-index: -1;
}

.progressbar__item .circle-outer.default .content-wrapper p {
  color: #A7A9AC;
}

.progressbar__item .circle-outer .circle-oval {
  width: 32px;
  height: 32px;
  background-color: #0073BB;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.progressbar__item .circle-outer .circle-oval i {
  display: none;
  color: white;
  font-size: 9px;
}

.progressbar__item .circle-outer .circle-oval:before {
  content: "";
  border-left: 2px solid #DFE0E1;
  position: absolute;
  height: 50%;
  top: 0px;
  left: 15px;
  z-index: -1;
}

.progressbar__item .circle-outer .circle-oval:after {
  content: "";
  border-left: 2px solid #DFE0E1;
  position: absolute;
  height: 50%;
  top: 50%;
  left: 15px;
  z-index: -1;
}

.progressbar__item .circle-outer .content-wrapper {
  margin-left: 10px;
}

.progressbar__item:not(:first-child) .circle-oval:before {
  content: "";
  border-left: 2px solid #0073BB;
  position: absolute;
  height: 50%;
  top: 0px;
  left: 15px;
  z-index: -1;
}

.progressbar__item:not(:last-child) .circle-oval:after {
  content: "";
  border-left: 2px solid #DFE0E1;
  position: absolute;
  height: 50%;
  top: 50%;
  left: 15px;
  z-index: -1;
}

/* Stepper END */

/* Radio with IMG START */

.selectioncard {
  background-color: #ECF6FF;
  padding-top: 20px;
  padding-bottom: 20px;
}

.selectioncard .offercard__items {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}

.selectioncard .offercard__items label {
  cursor: pointer;
  margin-right: 30px;
}

.selectioncard .offercard__items label:nth-child(even) {
  margin-right: 0px;
}

.selectioncard .offercard__items .offercard {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 21px 20px 18px 20px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 14px rgba(0, 115, 187, 0.1);
  margin-top: 0px;
  max-width: 380px;
  border: 1px solid transparent;
  height: 100%;
}

.selectioncard .offercard__items .offercard.radio-border-active {
  border: 1px solid #0073BB;
}

.selectioncard .offercard__items .offercard .selectedplan {
  border: 1px solid #0073BB;
}

.selectioncard .offercard__items .offercard .nudge-div-main {
  position: absolute;
  display: flex;
  gap: 6px;
  left: 14px;
  top: -10px;
}

.selectioncard .offercard__items .offercard .nudge-div-main .boxtitle {
  padding: 6px 8px 6px 8px;
  background: #EBF8EB;
  border: 1px solid #0CA789;
  border-radius: 6px;
}

.selectioncard .offercard__items .offercard .nudge-div-main .boxtitle-red-nudge {
  background: #fff6f7;
  border: 1px solid #D62049;
  border-radius: 6px;
  left: 103px;
  padding: 6px 8px;
  top: -10px;
}

.selectioncard .offercard__items .offercard .nudge-div-main .boxtitle-red-nudge p {
  color: #D62049;
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
}

.selectioncard .offercard__items .offercard .offercard-detailstxt .list {
  padding-top: 0px;
}

.selectioncard .offercard__items .offercard .offercard-detailstxt .list ul {
  padding-left: 20px;
}

.selectioncard .offercard__items .offercard .offercard-detailstxt .list ul li {
  padding: 2px 0;
  color: #58595B;
  font-size: 12px;
}

.selectioncard .offercard__items .offercard .offercard-detailstxt .list ul li span {
  color: #333333;
  font-weight: bold;
}

.selectioncard .offercard__items .offercard .offercard-detailstxt p {
  font-size: 10px;
  font-weight: 300;
}

.selectioncard .offercard__items .offercard .offercard-detailstxt p:nth-child(2) {
  font-weight: 500;
  font-size: 14px;
}

.selectioncard .offercard__items .offercard .line-hr {
  width: 100%;
  height: 1px;
  background-color: #F5F5F5;
  margin-top: 8px;
  margin-bottom: 10px;
}

.selectioncard .offercard__items .offercard .boxtitle p {
  font-size: 8px;
  font-weight: 700;
  color: #0CA789;
}

.selectioncard .offercard__items .offercard .card {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.selectioncard .offercard__items .offercard .card .card__left {
  display: flex;
  justify-content: center;
}

.selectioncard .offercard__items .offercard .card .card__left .radio-btn > input[type=radio] {
  width: 19px;
  height: 18px;
  margin: 0px;
  accent-color: #0073BB;
}

@supports (-webkit-touch-callout: none) {
  .selectioncard .offercard__items .offercard .card .card__left .radio-btn > input[type=radio] {
    /* CSS specific to iOS devices */
    width: 20px;
  }
}

.selectioncard .offercard__items .offercard .card .card__left .radio-btn > input[type=radio]:hover {
  accent-color: #0073BB;
}

.selectioncard .offercard__items .offercard .card .card__left .offercard-detailstxt {
  margin-left: 12px;
}

.selectioncard .offercard__items .offercard .card .card__left .offercard-detailstxt .input-label {
  margin-bottom: 0px;
  align-items: center;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #333333;
  width: 100%;
}

.selectioncard .offercard__items .offercard .card .card__left .offercard-detailstxt .input-label a {
  display: flex;
  margin: 0px;
  cursor: pointer;
}

.selectioncard .offercard__items .offercard .card .card__left .offercard-detailstxt p {
  font-weight: 300;
  font-size: 14px;
  line-height: 132.5%;
  padding-top: 4px;
  max-width: 200px;
  padding-bottom: 0px;
  color: #58595B;
}

.selectioncard .offercard__items .offercard .card .card__left.Carddesc {
  padding-left: 30px;
}

.selectioncard .offercard__items .offercard .card .card__left .pytm {
  flex-direction: column;
  padding-right: 7px;
}

.selectioncard .offercard__items .offercard .card .card__left .pytm-txt {
  color: #A7A9AC;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  padding-bottom: 2px;
}

.selectioncard .offercard__items .offercard .card .card__left .pytm-amt {
  font-size: 14px;
  line-height: 19px;
  color: #333333;
}

.selectioncard .offercard__items .offercard .plandetailamount {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.selectioncard .offercard__items .offercard .plandetailamount .category-amount > p {
  color: #58595B;
  text-align: end;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}

.selectioncard .offercard__items .offercard .plandetailamount .category-amount {
  text-align: end;
}

.selectioncard .offercard__items .offercard .plandetailamount .category-amount__amount {
  color: #D62049;
  margin-top: 4px;
}

.selectioncard .offercard__items .offercard .plandetailamount .category-amount__amount :nth-child(1) {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.selectioncard .offercard__items .offercard .plandetailamount .category-amount__amount :nth-child(2) {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.selectioncard .offercard__items .offercard .plandetailamount .editTxt {
  display: flex;
  justify-content: flex-end;
}

.selectioncard .offercard__items .offercard .plandetailamount .editTxt a {
  margin: 0px;
}

.selectioncard .offercard__items .offercard .plandetailamount .editTxt a p {
  font-size: 16px;
  line-height: 19px;
}

.selectioncard .offercard__items .offercard .plandetailamount .editTxt .edit-icon {
  position: unset;
  padding-left: 6px;
}

.selectioncard .offercard__items .offercard .plan__image {
  width: 100%;
}

.selectioncard .offercard__items .offercard .plan__image p {
  font-size: 12px;
}

.selectioncard .offercard__items .offercard .plan__image .shareIcon img {
  width: 100%;
}

.selectioncard .offercard__items .offercard .plan__image .shareplan a {
  margin: 0px;
}

.selectioncard .offercard__items .offercard .plan__image .shareplan a p {
  padding-left: 8px;
}

/* Radio with IMG END */

.get-quote .offercard__items label {
  width: 48%;
}

.get-quote .offercard__items .offercard {
  border: 1px solid transparent;
}

.get-quote .offercard__items .offercard:hover {
  box-shadow: 0px 0px 14px rgba(0, 115, 187, 0.54);
}

.get-quote .offercard__items .offercard .card__left .offercard-detailstxt .custom-tooltip-new .custom-tooltip .tool-text {
  font-size: 10px;
  padding-bottom: 0px;
}

/* Payment popup START */

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
}

#overlay.active {
  opacity: 1;
  z-index: 2;
}

.viewBreakupDialog {
  background: #FFFFFF;
  border-radius: 18px;
  border: 1px solid #FFFFFF;
  padding: 24px 0px 29px 19px;
  min-width: 411px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: fixed;
  bottom: 10%;
  z-index: 3;
  transform: translate(0, 0) scale(0);
}

.viewBreakupDialog.active {
  transform: translate(0, 0) scale(1);
  margin-left: 26px;
}

.viewBreakupDialog::backdrop {
  background: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

.viewBreakupDialog .pop-title {
  margin-bottom: 17px;
}

.viewBreakupDialog .pop-title p {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #333333;
}

.viewBreakupDialog .pop-title p span {
  font-weight: 300;
}

.viewBreakupDialog .pop-title a {
  margin: 0px;
  margin-right: 22px;
}

.viewBreakupDialog .pop-title a:focus-visible {
  outline: none;
}

.viewBreakupDialog .pop-title a .close-img {
  max-width: 15px;
  max-height: 15px;
}

.viewBreakupDialog .breakup-details li {
  list-style-type: none;
}

.viewBreakupDialog .breakup-details li:not(:last-child) {
  margin-bottom: 16px;
}

.viewBreakupDialog .breakup-details li::marker {
  content: "";
}

.viewBreakupDialog .breakup-details li a {
  text-decoration: none;
  margin: 0px;
  margin-right: 23px;
  color: #2D2D32;
}

.viewBreakupDialog .breakup-details li a .li-text {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}

.viewBreakupDialog .breakup-details li a .li-text.active {
  color: #0073BA;
  font-weight: 500;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.viewBreakupDialog .breakup-details li a .breakup-amount {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

.viewBreakupDialog .desc {
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  margin-top: 6px;
  color: #828282;
}

.viewBreakupDialog .line-hr {
  width: 94%;
  height: 1px;
  background-color: #F2F2F2;
  margin-top: 20px;
  margin-bottom: 12px;
}

.viewBreakupDialog .breakup-total li a .li-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
}

.viewBreakupDialog .breakup-amount p {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

/* Payment popup END */

.viewBreakupDialog.active {
  transform: translate(0, 0) scale(1);
  margin-left: 0px;
}

/* PRO TIP CSS START  */

.pro-tip {
  border-radius: 6px;
  background: #FFFBED;
  border: 0.7px solid #FFD644;
  font-size: 12px;
  line-height: 16px;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}

.pro-tip-para-div {
  padding: 10px;
}

.pro-tip-para-div:first-child {
  padding-right: 0px;
}

.pro-tip-para-div img {
  height: 22px;
  width: 23px;
}

.pro-tip .pl-8 {
  padding-left: 8px;
}

.pro-tip .pro-tip-para {
  font-size: 12px;
  color: #333333;
  font-weight: 300;
  line-height: 16px;
}

/* PRO TIP CSS END  */

.pro-tip-main-div.container {
  max-width: 1090px;
  margin: 0 auto;
}

.pro-tip-main-div .pro-tip-style {
  padding-bottom: 25px;
}

.pro-tip-main-div .pro-tip-style .pro-tip {
  width: 100%;
}

.pro-tip-main-div .tip-default {
  border-radius: 6px;
  background: #FFFFFF;
  border: 1px solid #E6E7E8;
  font-size: 12px;
  line-height: 16px;
  width: 100%;
  height: auto;
  padding: 10px;
}

.pro-tip-main-div .tip-default-div-para {
  font-weight: 300;
  font-size: 12px;
  line-height: 132.5%;
  color: #58595B;
}

/* Normal Accordion START */

.section-eight .container {
  max-width: 1090px;
  margin: 0 auto;
  padding: 0px 10px;
}

.accordian__dropdown-menu {
  background: #FFFFFF;
}

.accordian__dropdown-menu li {
  font-size: 14px;
  color: #58595B;
  padding-bottom: 10px;
  line-height: 132.5%;
  font-weight: 400;
}

.accordian__dropdown-menu li:last-child {
  padding-bottom: 0px;
}

.accordian .normal-accordion-div {
  cursor: pointer;
}

.accordian .normal-accordion-div.is-open {
  transition: all 1s ease-in-out;
  transition-delay: 1s;
}

.accordian .normal-accordion-div.is-open .accordian__dropdown-arrow {
  transform: rotate(-225deg);
}

.accordian .normal-accordion-div.is-open .accordion-title {
  cursor: pointer;
}

.accordian .normal-accordion-div.is-open .accordion-content {
  max-height: 2500px;
}

.accordian__dropdown {
  background: #FFFFFF;
  mix-blend-mode: normal;
  box-shadow: 0px 0px 13.2968px rgba(0, 115, 187, 0.1);
  border-radius: 12px;
  width: 100%;
  padding: 33px 32px 38px 32px;
  position: relative;
  margin-top: 44px;
  transition: transform 0.3s linear;
}

.accordian__dropdown .accordion-title {
  display: flex;
  align-items: center;
  background-color: transparent;
  cursor: pointer;
}

.accordian__dropdown .accordion-title input {
  margin: 0px;
  width: 21.57px;
  height: 18px;
}

.accordian__dropdown .accordion-title-txt {
  font-weight: 700;
  font-size: 36px;
  line-height: 132.5%;
  color: #333333;
}

.accordian__dropdown .accordion-content {
  overflow: hidden;
  max-height: 0px;
}

.accordian__dropdown ul {
  padding-top: 36px;
  padding-left: 16px;
}

.accordian__dropdown-arrow {
  border: 2px solid #0073BB;
  height: 15px;
  width: 15px;
  top: 40%;
  right: 0%;
  border-right: none;
  position: absolute;
  border-top: none;
  transform: rotate(-45deg);
  transition: transform 0.3s linear;
}

/* Normal Accordion END*/

/* Accordion with checkbox START */

.acc-checkbox .container {
  max-width: 1090px;
  margin: 0 auto;
}

.checkbox-acc {
  background: #FFFFFF;
  border: 1px solid #E6E7E8;
  border-radius: 5px;
  margin-bottom: 12px;
}

.checkbox-acc .accordion-chk {
  position: relative;
}

.checkbox-acc .accordion-chk .check-div {
  margin-right: 0px;
  margin-left: 14px;
}

.checkbox-acc .accordion-chk .check-div .label-container input:checked ~ .checkmark {
  border-color: transparent;
}

.checkbox-acc .accordion-chk .check-div .label-container .checkmark {
  margin-right: 0px;
  border-color: #A7A9AC;
}

.checkbox-acc .accordion-chk .check-div .label-container .checkmark::after {
  left: 35%;
  top: 3%;
}

.checkbox-acc .accordion-chk-main {
  padding-left: 12px;
  padding: 10px 12px 10px 12px;
  width: 100%;
  cursor: pointer;
}

.checkbox-acc .accordion-chk-main-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #808184;
}

.checkbox-acc .accordion-chk-main.bgt.is-openbox .accordion-chk-arrow {
  transform: rotate(-225deg);
  top: 18px;
  right: 12px;
}

.checkbox-acc .accordion-chk-arrow {
  position: absolute;
  border: 2px solid #A7A9AC;
  background-color: transparent;
  height: 8px;
  width: 8px;
  top: 12px;
  right: 14px;
  border-right: none;
  border-top: none;
  transform: rotate(-45deg);
  transition: transform 0.3s linear;
}

.checkbox-acc .accordion-content {
  overflow: hidden;
  max-height: 0px;
}

.checkbox-acc .accordion-content.open {
  max-height: 3500px;
}

.checkbox-acc .accordion-content-list {
  padding-top: 20px;
  padding-left: 32px;
  padding-right: 39px;
}

.checkbox-acc .accordion-content-list li {
  font-size: 14px;
  color: #58595B;
  padding-bottom: 10px;
  line-height: 132.5%;
}

/* Accordion with checkbox END */

.accordion-style .container {
  padding: 0px;
}

.accordion-style .accordian .normal-accordion-div:first-child {
  margin-top: 0px;
}

.accordion-style .accordian .normal-accordion-div.is-open .accordian__dropdown-arrow {
  transform: rotate(-225deg);
}

.accordion-style .accordian__dropdown {
  padding: 13px 22px;
  margin-top: 18px;
}

.accordion-style .accordian__dropdown-arrow {
  top: 20%;
  right: 0;
  border: 2px solid #0073BB;
  height: 11px;
  width: 11px;
  border-right: none;
  border-top: none;
}

.accordion-style .accordian .accordion-title-txt {
  font-weight: 700;
  font-size: 18px;
  line-height: 132.5%;
}

/* Red anchor links START */

.disclamer__link {
  display: flex;
  justify-content: center;
}

.disclamer__link .link__list {
  display: flex;
}

.disclamer__link .link__list ul:last-child li:last-child::after {
  content: none;
}

.disclamer__link__details {
  display: flex;
  justify-content: center;
  position: relative;
}

.disclamer__link__details a {
  margin: 0px;
  text-decoration: none;
}

.disclamer__link__details li {
  margin: 0px 18px 0px 36px;
  font-size: 14px;
  font-weight: 400;
  line-height: 132.5%;
  color: #D62049;
}

.disclamer__link__details li::after {
  content: "";
  position: absolute;
  height: 22px;
  width: 2px;
  background-repeat: no-repeat;
  margin: 0px 18px;
  background-size: contain;
  background-image: url("../img/vrline.svg");
}

.disclamer__link__details li a {
  text-decoration: none;
  color: #D62049;
}

/* Red anchor links END */

.disclaimer-link-style.container {
  max-width: 1090px;
  margin: auto;
  padding-top: 27px;
  padding-bottom: 37px;
  margin-bottom: 86px;
}

footer {
  max-width: 100%;
  max-height: 100px;
  background-color: #FFFFFF;
  bottom: 0;
  position: fixed;
  width: 100%;
  padding: 20px 0px;
  z-index: 4;
  box-shadow: 2px 0px 14px rgba(88, 89, 91, 0.1);
}

footer .container {
  max-width: 1090px;
  margin: 0 auto;
  padding: 0px 10px;
}

footer .footer-div .footer-anchor {
  margin: 0px;
}

footer .get-quote-footer {
  width: 80%;
  float: right;
  padding: 0px 40px;
  align-items: center;
}

footer .get-quote-footer .footer-plan-amt {
  width: 30%;
  display: grid;
  grid-template-areas: "a c" "b d";
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

footer .get-quote-footer .footer-plan-amt .get-quote-footer-breakup:first-child {
  grid-area: a;
}

footer .get-quote-footer .footer-plan-amt .get-quote-footer-breakup:nth-child(2) {
  grid-area: b;
  cursor: pointer;
}

footer .get-quote-footer .footer-plan-amt .get-quote-footer-breakup:nth-child(3) {
  grid-area: c;
}

footer .get-quote-footer .footer-plan-amt .get-quote-footer-breakup:nth-child(4) {
  grid-area: d;
}

footer .get-quote-footer .footer-plan-amt .get-quote-footer-breakup span {
  font-weight: 400;
  font-size: 14px;
  line-height: 132.5%;
  color: #A7A9AC;
}

footer .get-quote-footer .footer-plan-amt .get-quote-footer-breakup a {
  font-weight: 500;
  font-size: 14px;
  line-height: 132.5%;
  color: #0073BB;
  text-decoration: none;
}

footer .get-quote-footer .footer-plan-amt .get-quote-footer-breakup .amount {
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  color: #D62049;
}

footer .get-quote-footer .footer-plan-amt .get-quote-footer-breakup .month {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #D62049;
}

footer .get-quote-footer .footer-plan-amt .get-quote-footer-breakup .month span {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #A7A9AC;
}

.container {
  max-width: 1090px;
  margin: 0 auto;
}

.select-normal-dd .select2-results__option[aria-selected] {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: #58595B;
}

.param-raksha-plan-div {
  margin-top: 72px;
  margin-bottom: 50px;
}

.param-raksha-plan-div-left-section {
  width: 20%;
}

.param-raksha-plan-div-left-section .progressbar {
  position: sticky;
  top: 73px;
}

.param-raksha-plan-div-left-section .progressbar__item .circle-outer {
  height: 84px;
}

.param-raksha-plan-div-left-section .progressbar__item .circle-outer .content-wrapper p {
  font-size: 12px;
  line-height: 12px;
}

.param-raksha-plan-div-right-section {
  width: 80%;
  padding: 0px 40px;
  background-color: #ECF6FF;
}

.param-raksha-plan-div-right-section-heading {
  padding-top: 30px;
}

.param-raksha-plan-div-right-section-heading .option-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 132.5%;
  color: #58595B;
  margin-left: 16px;
}

.param-raksha-plan-div-right-section .pro-para {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 26px;
  color: #58595B;
}

.param-raksha-plan-div-right-section .selectioncard-info {
  padding-top: 35px;
  padding-bottom: 16px;
}

.param-raksha-plan-div-right-section .selectioncard-info .listcard.radio-border-active {
  border: 1px solid #0073BB;
}

.param-raksha-plan-div-right-section .selectioncard-info .listcard .share-link .shareplan .anchor-btn:focus {
  font-weight: 300;
}

.param-raksha-plan-div-right-section .selectioncard-info .listcard .boxtitle {
  position: absolute;
  left: 14px;
  top: -14px;
  padding: 6px 8px 6px 8px;
  background: #EBF8EB;
  border: 1px solid #0CA789;
  border-radius: 6px;
  display: block;
}

.param-raksha-plan-div-right-section .selectioncard-info .listcard .boxtitle p {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #0CA789;
  text-transform: uppercase;
}

.param-raksha-plan-div-right-section .selectioncard-info .preferred-plan-col {
  display: flex;
}

.param-raksha-plan-div-right-section .selectioncard-info .preferred-plan-col .preferred-plan-card {
  row-gap: 34px;
  width: 100%;
}

.param-raksha-plan-div-right-section .selectioncard-info .preferred-plan-col .preferred-plan-card label {
  margin-right: 16px;
}

.param-raksha-plan-div-right-section .selectioncard-info .preferred-plan-col .preferred-plan-card label:last-child {
  margin-right: 0px;
}

.param-raksha-plan-div-right-section .selectioncard-info .preferred-plan-col .preferred-plan-card .mx-height {
  min-height: 184px;
  height: 100%;
}

.param-raksha-plan-div-right-section .selectioncard-info .preferred-plan-create-btn {
  max-width: 371px;
  max-height: 184px;
  min-height: 184px;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 14px rgba(0, 115, 187, 0.1);
  border-radius: 6px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}

.param-raksha-plan-div-right-section .selectioncard-info .preferred-plan-create-btn p {
  margin-top: 15px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  line-height: 132.5%;
  color: #58595B;
}

.param-raksha-plan-div-right-section .selectioncard-info .listcard.radio-border-active {
  border: 1px solid #0073BB;
}

.param-raksha-plan-div-right-section .preferred-plan-linear-bg {
  margin: 0px 0px 20px 0px;
}

.param-raksha-plan-div-right-section .preferred-plan-protip {
  width: auto;
  margin-bottom: 16px;
}

.param-raksha-plan-div-right-section .preferred-plan-table {
  background: #FFFFFF;
  box-shadow: 0px 0px 14px rgba(0, 115, 187, 0.1);
  border-radius: 22px;
  padding: 18px;
  margin-bottom: 80px;
}

.param-raksha-plan-div-right-section .preferred-plan-table .preferred-plan-table-head {
  background: #FFFFFF;
  box-shadow: 0px 0px 14px rgba(0, 115, 187, 0.15);
  border-radius: 12px;
}

.param-raksha-plan-div-right-section .preferred-plan-table .preferred-plan-table-head .preferred-plan-table-heading {
  width: 33.33%;
  min-width: 33.33%;
  text-align: center;
  padding: 8px 0px 7px 0px;
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  color: #0073BB;
}

.param-raksha-plan-div-right-section .preferred-plan-table .preferred-plan-table-head .preferred-plan-table-heading.border-left {
  border-left: 1px solid #DFDFDF;
  margin: 8px 0px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table {
  width: 100%;
  margin-top: 13px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr:last-child td {
  border-bottom: none;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-label {
  text-align: left;
  border-left: none;
  font-weight: 300;
  font-size: 14px;
  line-height: 132.5%;
  color: #58595B;
  padding-left: 0;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-label .note {
  border-left: 2px solid #0073BB;
  background: rgba(191, 219, 254, 0.2);
  display: flex;
  align-items: flex-start;
  padding: 4px 6px;
  gap: 10px;
  margin-right: 11px;
  margin-top: 8px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-label .note-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #0073BB;
  max-width: 102px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-label .note.cen1 {
  align-items: center;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr:first-child .qoute-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #333333;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr:nth-last-child(2) .qoute-label {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  display: flex;
  flex-direction: column;
  width: 100%;
  border: none;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr:nth-last-child(2) .qoute-label span {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr td {
  padding: 13px 20px 15px 20px;
  border: 1px solid #DFDFDF;
  width: 33.33%;
  min-width: 33.33%;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr td .select-dropdown .select2-container {
  min-width: auto;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr td .select-dropdown .select2-selection {
  background: #FFFFFF;
  border: 0.8px solid #E6E7E8 !important;
  border-radius: 6px;
  height: auto;
  width: 204px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr td .select-dropdown .select2-selection__rendered {
  border-bottom: none !important;
  padding-top: 8px !important;
  padding-left: 9px !important;
  padding-bottom: 8px !important;
  padding-right: 40px !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 132.5%;
  display: flex;
  align-items: center;
  letter-spacing: -0.025em;
  color: #0074B8;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr td .select-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
  top: 14px;
  position: absolute;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .table-links {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #0073BB;
  text-decoration: none;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .boxtitle {
  padding: 5px;
  gap: 8px;
  background: #EBF8EB;
  border: 1px solid #0CA789;
  border-radius: 6px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .boxtitle:first-child {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2px;
  margin-left: 40px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .boxtitle:not(:first-child) {
  margin-top: 9px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .boxtitle.opa {
  opacity: 0.7;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .boxtitle.m-pre {
  padding: 6px 8px 4px 8px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .boxtitle p {
  font-weight: 700;
  font-size: 11.4px;
  line-height: 14px;
  text-align: left;
  color: #0CA789;
  text-transform: uppercase;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .maturity-digit {
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
  color: #0073BB;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .maturity-inwords {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #58595B;
  padding-top: 5px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .maturity-sup {
  vertical-align: super;
  font-size: 10px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .per-annual-return {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #58595B;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .premium-breakdown {
  line-height: 24px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .premium-breakdown .sup {
  vertical-align: super;
  font-size: 15px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .premium-breakdown-details {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .premium-amt-digit {
  font-size: 20px;
  line-height: 24px;
  color: #0073BB;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .premium-amt-gst {
  font-size: 14px;
  line-height: 24px;
  color: #58595B;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 {
  text-align: right;
  font-weight: unset;
  font-size: 20px;
  line-height: 20px;
  color: #A7A9AC;
  vertical-align: middle;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 .select-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("../img/disable-dropdow-arrow.svg");
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 .custom-name-disable-div,
.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 .custom-name-disable-2-div {
  width: 100%;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 .custom-name-disable-div .custom-name-disable,
.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 .custom-name-disable-div .custom-name-disable-2,
.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 .custom-name-disable-2-div .custom-name-disable,
.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 .custom-name-disable-2-div .custom-name-disable-2 {
  min-width: 104px;
  width: 100%;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 .disable-border {
  background: #E6E7E8;
  border: 0.8px solid #A7A9AC;
  box-shadow: 0px 0px 8px #DADADA;
  border-radius: 6px 0px 0px 6px;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 .primary-act-btn {
  padding: 12px 52px;
  width: auto;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 .secondary-act-btn {
  padding: 12px 52px;
  width: auto;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-2 {
  text-align: right;
  border-right: none;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.025em;
  color: #0074B8;
  vertical-align: middle;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-2 .select-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("../img/blue-dropdown-arrow.svg");
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-2 .primary-act-btn {
  width: auto;
  justify-content: center;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-2 .secondary-act-btn {
  width: auto;
  justify-content: center;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-2 .custom-name-qoute-div,
.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-2 .custom-name-qoute-2-div {
  width: 100%;
}

.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-2 .custom-name-qoute-div .custom-name-qoute,
.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-2 .custom-name-qoute-div .custom-name-qoute-2,
.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-2 .custom-name-qoute-2-div .custom-name-qoute,
.param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-2 .custom-name-qoute-2-div .custom-name-qoute-2 {
  min-width: 104px;
  width: 100%;
}

.param-raksha-plan-div .viewBreakupDialog.active {
  transform: translate(0, 0) scale(1);
  margin-left: -14px;
}

.param-raksha-plan-div .viewBreakupDialog .breakup-details li a .li-text {
  white-space: pre-line;
}

.param-raksha-plan-div .viewBreakupDialog .breakup-details .add-on-riders-brkp-head {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}

.param-raksha-plan-div .viewBreakupDialog .breakup-details .add-on-riders-brkp-desc {
  padding-top: 9px;
}

.param-raksha-plan-div .viewBreakupDialog .breakup-details .add-on-riders-brkp-desc .li-text {
  padding-left: 25px;
}

.param-raksha-plan-div-right-section .preferred-plan-table .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.param-raksha-plan-div-right-section .preferred-plan-table .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.param-raksha-plan-div-right-section .preferred-plan-table .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 14px 14px 14px rgb(65, 151, 211);
  -moz-box-shadow: inset 14px 14px 14px rgb(65, 151, 211);
}

.param-raksha-plan-div-right-section .preferred-plan-table .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb:window-inactive {
  background-color: rgba(255, 255, 255, 0.3);
}

.param-raksha-plan-div-right-section .preferred-plan-table .select2-container--default .select2-results > .select2-results__options {
  overflow-y: auto;
  scrollbar-color: #4197D3 transparent;
}

.param-raksha-plan-div-right-section .preferred-plan-table .boxtitle.quote-1-box {
  width: -moz-max-content;
  width: max-content;
  margin-left: 44%;
}

.param-raksha-plan-div-right-section .preferred-plan-table .preferred-plan-table-head .preferred-plan-table-heading .boxtitle {
  padding: 5px;
  gap: 8px;
  background: #ebf8eb;
  border: 1px solid #0ca789;
  border-radius: 6px;
}

.param-raksha-plan-div-right-section .preferred-plan-table .preferred-plan-table-head .preferred-plan-table-heading .boxtitle:first-child {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 8px;
  margin: 0 auto;
}

.param-raksha-plan-div-right-section .preferred-plan-table .preferred-plan-table-head .preferred-plan-table-heading .boxtitle:not(:first-child) {
  margin-top: 9px;
}

.param-raksha-plan-div-right-section .preferred-plan-table .preferred-plan-table-head .preferred-plan-table-heading .boxtitle.opa {
  opacity: 0.7;
}

.param-raksha-plan-div-right-section .preferred-plan-table .preferred-plan-table-head .preferred-plan-table-heading .boxtitle.m-pre {
  padding: 6px 8px 4px 8px;
}

.param-raksha-plan-div-right-section .preferred-plan-table .preferred-plan-table-head .preferred-plan-table-heading .boxtitle p {
  font-weight: 700;
  font-size: 11.4px;
  line-height: 14px;
  text-align: left;
  color: #0ca789;
  text-transform: uppercase;
}

.param-raksha-plan-div-right-section .preferred-plan-table .preferred-plan-table-head .preferred-plan-table-heading.two-quote {
  width: 50% !important;
  min-width: 50% !important;
}

@media (max-width: 992px) {
  footer .get-quote-footer .footer-plan-amt {
    width: 45%;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr td {
    padding: 5px;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr td .select-dropdown {
    margin: 0px 10px;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr td .select-dropdown .select2-selection {
    width: 134px;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr .maturity-digit {
    font-size: 16px;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 .primary-act-btn {
    padding: 12px 22px;
    justify-content: center;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 .secondary-act-btn {
    padding: 12px 22px;
    justify-content: center;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-2 .primary-act-btn {
    padding: 12px 22px;
    justify-content: center;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-2 .secondary-act-btn {
    padding: 12px 22px;
    justify-content: center;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table .boxtitle.quote-1-box {
    margin-left: 24%;
  }
}

@media (max-width: 768px) {
  .param-raksha-plan-div-right-section .preferred-plan-table table tr td {
    padding: 5px;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr td .select-dropdown {
    margin: 0px 10px;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr td .select-dropdown .select2-selection {
    width: 134px;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr .maturity-digit {
    font-size: 16px;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 .primary-act-btn {
    padding: 12px 22px;
    justify-content: center;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-1 .secondary-act-btn {
    padding: 12px 22px;
    justify-content: center;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-2 .primary-act-btn {
    padding: 12px 22px;
    justify-content: center;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table table tr .qoute-2 .secondary-act-btn {
    padding: 12px 22px;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .primary-act-btn {
    padding: 12px;
    font-size: 14px;
  }

  .secondary-act-btn {
    padding: 12px 54px;
  }

  .img-in-btn {
    max-height: 14px;
    width: 14px;
  }

  .blue-anchor-btn {
    padding: 5px 9px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
  }

  .img-in-btn-3 {
    margin-left: 5px;
  }

  .search-results {
    width: 100%;
    right: 0;
    top: 83%;
    padding-left: 16px;
    max-width: 100%;
    bottom: auto;
  }

  .search-results .search-div {
    margin: 0px;
  }

  .search-results-suggestion a .suggestion-text {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
  }

  .search-results-recommended .search-div {
    padding-bottom: 0px;
  }

  #search-box {
    min-width: 100px;
    padding-right: 30px;
    max-width: 130px;
  }

  .input-label {
    font-size: 12px;
  }

  .edit-icon {
    top: 10px;
  }

  .edit-pencil-img {
    max-height: 15px;
    max-width: 15px;
  }

  .edit-input {
    padding: 8px 9px;
  }

  .info-icon {
    width: 13px;
    height: 13px;
  }

  .search-icon {
    top: 11px;
  }

  .rel-div .custom-tooltip-new {
    right: -100%;
    left: auto;
  }

  .rel-div .custom-tooltip-new::after {
    left: 75%;
  }

  .rel-div .custom-tooltip-new .custom-tooltip {
    left: 27%;
  }

  .select-normal-dd .select2-results__option[aria-selected] {
    font-size: 12px;
    line-height: 14px;
    width: 100%;
  }

  .radio-div {
    width: auto;
    gap: 1px;
    flex-basis: auto;
  }

  .radio-option {
    min-width: auto;
    width: 100%;
  }

  .radio-option label {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 6px;
    font-size: 12px;
    line-height: 12px;
    font-family: "Helvetica Light", Arial, sans-serif;
  }

  .vertical-line {
    width: 1px;
    min-width: 1px;
    max-width: 1px;
  }

  .radio-nudge-green-border {
    left: 25%;
    font-size: 8px;
    line-height: 8px;
    padding: 4px;
  }

  .radio-nudge-green {
    font-size: 8px;
    line-height: 8px;
    height: 14px;
    min-width: 45px;
    left: 25%;
  }

  .radio-sub-text {
    display: block;
    font-size: 10px;
    line-height: 12px;
  }

  .rounded-red-btn {
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
  }

  .rounded-red-btn .red-arrow {
    max-width: 12px;
    max-height: 12px;
  }

  .blue-search {
    font-size: 12px;
  }

  .grey-search {
    font-size: 12px;
  }

  .label-container {
    line-height: 6px;
    font-size: 11px;
  }

  .icon-top label {
    display: block;
  }

  .icon-side label {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .icon-side label svg {
    margin-right: 11px;
  }

  .selectioncard-info .container {
    width: 100%;
    margin: 0 auto;
  }

  .selectioncard-info .page-container {
    padding: 0px 16px;
  }

  .selectioncard-info .card__items-list {
    flex-direction: column;
  }

  .selectioncard-info .card__items-list label {
    width: 100%;
  }

  .selectioncard-info .card__items-list .listcard {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 19px 12px 13px 15px;
    margin-top: 10px;
  }

  .selectioncard-info .card__items-list .listcard .boxtitle {
    display: block;
    padding: 6px 8px 6px 8px;
    line-height: 10px;
    top: -13px;
    font-size: 8px;
    font-weight: 700;
    color: #0CA789;
  }

  .selectioncard-info .card__items-list .listcard .listcard-detailstxt .list {
    padding-top: 7px;
  }

  .selectioncard-info .card__items-list .listcard .listcard-detailstxt .list ul li {
    font-weight: 300;
    font-size: 12px;
  }

  .selectioncard-info .card__items-list .listcard .line-hr {
    display: block;
    margin-top: 8px;
    margin-bottom: 9px;
  }

  .selectioncard-info .card__items-list .listcard .addon {
    padding-bottom: 9px;
    padding-top: 0px;
  }

  .selectioncard-info .card__items-list .listcard .addon__list p:nth-child(1) {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 120%;
    font-weight: 300;
    letter-spacing: 0.02em;
  }

  .selectioncard-info .card__items-list .listcard .addon__list .list {
    padding-top: 11px;
  }

  .selectioncard-info .card__items-list .listcard .addon__list .list ul li {
    font-size: 12px;
    line-height: 132.5%;
    color: #58595B;
  }

  .selectioncard-info .card__items-list .listcard .addon .listcard__amount__amount p:nth-child(1) {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
  }

  .selectioncard-info .card__items-list .listcard .addon .listcard__amount__amount p:nth-child(2) {
    font-size: 10px;
    line-height: 12px;
    color: #58595B;
    font-style: normal;
    font-weight: 300;
  }

  .selectioncard-info .card__items-list .listcard__details__left .listcard-detailstxt .input-label {
    font-size: 14px;
    line-height: 16px;
  }

  .selectioncard-info .card__items-list .listcard__details__amount .listcard__amount p {
    font-size: 10px;
    line-height: 13px;
  }

  .selectioncard-info .card__items-list .listcard__details__amount .listcard__amount__amount :nth-child(1) {
    color: #D62049;
    font-size: 22px;
    line-height: 22px;
  }

  .selectioncard-info .card__items-list .listcard__details__amount .listcard__amount__amount :nth-child(2) {
    color: #D62049;
    font-weight: 700;
    font-size: 10px;
    line-height: 13px;
    font-family: "HelveticaBold", Helvetica, Arial, sans-serif;
  }

  .selectioncard-info .card__items-list .listcard__details__amount .editTxt a p {
    font-size: 12px;
    line-height: 14px;
  }

  .selectioncard-info .card__items-list .listcard .share-link {
    padding-top: 0px;
  }

  .selectioncard-info .card__items-list .listcard .share-link .shareplan a p {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
  }

  .search-results-style {
    margin-top: 0px;
  }

  .search-results-suggestion .line-hr:first-child {
    display: block;
    margin-top: 0px;
    margin-bottom: 11px;
  }

  header {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  header .container {
    padding: 0px;
  }

  header .header-sec {
    padding: 13px 9px 14px 16px;
  }

  header .header-sec .header-logo {
    height: 27px;
    width: 96px;
  }

  header .header-sec .header-right {
    max-width: 240px;
    width: 100%;
    justify-content: flex-end;
  }

  header .header-sec .header-right .input-div {
    max-width: 167px;
    width: 100%;
    margin-left: 0px;
  }

  header .header-sec .header-right .input-div .edit-div {
    max-width: 167px;
    width: 100%;
  }

  header .header-sec .header-right .input-div .edit-div .input-field {
    max-width: 149px;
    font-weight: 300;
    font-size: 12px;
    line-height: 132.5%;
    width: 100%;
  }

  header .header-sec .header-right .input-div .edit-div .search-icon .search-img {
    max-height: 13px;
    max-width: 13px;
  }

  header .header-sec .header-right .input-div .edit-div .search-icon {
    right: 6px;
  }

  header .header-sec .header-right .face-agent {
    margin-left: 9px;
    align-items: center;
  }

  header .header-sec .header-right .face-agent a img {
    max-width: 26px;
    height: 22px;
    width: 24px;
  }

  #contactUsDialog {
    min-width: 200px;
    max-width: calc(100% - 40px);
    width: 100%;
    margin: auto 0px;
    bottom: 0px;
    margin-bottom: 0;
    position: fixed;
    border-radius: 20px 20px 0px 0px;
    padding: 22px 21px 24px 17px;
  }

  #contactUsDialog .contact-us-pop-title {
    font-family: inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
  }

  #contactUsDialog .contact-us-section .contact-us-div-border {
    min-height: 31px;
    margin-top: 16px;
  }

  #contactUsDialog .contact-us-section .contact-us-div-border .contact-us-img-div img {
    height: 16px;
    width: 16px;
  }

  #contactUsDialog .contact-us-section .contact-us-div-border .concern-dropdown-box.concern-is-open {
    padding-top: 17px;
  }

  #contactUsDialog .contact-us-section .contact-us-div-border .concern-dropdown-box .concern-dropdown-btn {
    padding-bottom: 26px;
  }

  #contactUsDialog .contact-us-section .contact-us-div-border a p {
    font-size: 14px;
  }

  #contactUsDialog .contact-us-section .contact-us-div-border.contact-us-concern .input-div label {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
  }

  #contactUsDialog .contact-us-section .contact-us-div-border.contact-us-concern .input-div .input-field-btm {
    font-size: 14px;
    line-height: 18px;
  }

  .get-quote-div {
    flex-direction: column;
    margin-bottom: 57px;
  }

  .get-quote-div-left-section {
    width: 100%;
    position: fixed;
    top: 57px;
    z-index: 2;
    background-color: #FFFFFF;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0px 2px 14px rgba(88, 89, 91, 0.1);
  }

  .get-quote-div-left-section .progressbar {
    padding-top: 4px;
    padding-bottom: 8px;
  }

  .get-quote-div-left-section .progressbar__item .circle-outer {
    height: auto;
  }

  .get-quote-div-left-section .progressbar__item .circle-outer .content-wrapper p {
    font-weight: 400;
    font-size: 8px;
    line-height: 9px;
  }

  .get-quote-div-left-section .progressbar__item .circle-outer .content-wrapper {
    margin-top: 8px;
  }

  .get-quote-div-left-section .progressbar__item:first-child {
    width: 20%;
  }

  .get-quote-div-left-section .progressbar__item:last-child {
    width: 20%;
  }

  .get-quote-div-right-section {
    width: 100%;
    padding: 0px;
    padding-bottom: 30px;
  }

  .get-quote-div-right-section-heading {
    padding-top: 53px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .get-quote-div-right-section-heading .section-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }

  .get-quote-plan-Dialog {
    min-width: 331px;
    padding: 16px 11px 24px 11px;
  }

  .get-quote-plan-Dialog .plan-details-head {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
  }

  .get-quote-plan-Dialog .about-plan-tag {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #333333;
    padding-bottom: 8px;
  }

  .get-quote-plan-Dialog .plan-details-tag {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #333333;
  }

  .get-quote-plan-Dialog .get-quote-chart-amount {
    font-size: 12px;
    line-height: 14px;
  }

  .progressbar {
    flex-direction: row;
    justify-content: center;
    margin-left: 0px;
  }

  .progressbar__item {
    width: 25%;
  }

  .progressbar__item:not(:last-child) .circle-oval.completed i {
    display: none;
  }

  .progressbar__item .circle-outer.completed .circle-oval i {
    display: block;
  }

  .progressbar__item .circle-outer.completed .circle-oval:before {
    content: "";
    border-left: 0px;
    border-bottom: 2px solid #0073BB;
    width: 50%;
    top: -9px;
    left: 0;
  }

  .progressbar__item .circle-outer.completed .circle-oval:after {
    content: "";
    position: absolute;
    border-left: 0px;
    border-bottom: 2px solid #0073BB;
    width: 50%;
    top: -9px;
    left: 50%;
  }

  .progressbar__item .circle-outer.completed .content-wrapper p {
    font-family: "Helvetica";
  }

  .progressbar__item .circle-outer.success .circle-oval i {
    display: none;
  }

  .progressbar__item .circle-outer.current .circle-oval:before {
    content: "";
    border-left: 0px;
    border-bottom: 2px solid #C2E4FF;
    width: 50%;
    top: -9px;
    left: 0;
  }

  .progressbar__item .circle-outer.current .circle-oval:after {
    content: "";
    position: absolute;
    border-left: 0px;
    border-bottom: 2px solid #DFE0E1;
    width: 50%;
    top: -9px;
    left: 50%;
  }

  .progressbar__item .circle-outer.default .circle-oval:before {
    content: "";
    border-left: 0px;
    border-bottom: 2px solid #DFE0E1;
    width: 50%;
    top: -9px;
    left: 0;
  }

  .progressbar__item .circle-outer.default .circle-oval:after {
    content: "";
    position: absolute;
    border-left: 0px;
    border-bottom: 2px solid #DFE0E1;
    width: 50%;
    top: -9px;
    left: 50%;
  }

  .progressbar__item .circle-outer {
    display: block;
    height: auto;
  }

  .progressbar__item .circle-outer .circle-oval {
    width: 12px;
    height: 12px;
    background-color: #FFFFFF;
    border: 2px solid #E6E7E8;
    margin: auto;
  }

  .progressbar__item .circle-outer .circle-oval i {
    font-size: 7.2px;
  }

  .progressbar__item .circle-outer .circle-oval img {
    display: none;
  }

  .progressbar__item .circle-outer .circle-oval:before {
    content: "";
    border-left: 0px;
    border-bottom: 2px solid #DFE0E1;
    width: 50%;
    top: -9px;
    left: 0;
  }

  .progressbar__item .circle-outer .circle-oval:after {
    content: "";
    position: absolute;
    border-left: 0px;
    border-bottom: 2px solid #DFE0E1;
    width: 50%;
    top: -9px;
    left: 50%;
  }

  .progressbar__item .circle-outer .content-wrapper {
    margin-top: 10px;
    margin-left: 0px;
  }

  .progressbar__item .circle-outer .content-wrapper p {
    font-size: 8px;
    text-align: center;
  }

  .progressbar__item:not(:first-child) .circle-oval:before {
    content: "";
    border-left: 0px;
    border-bottom: 2px solid #0073BB;
    width: 50%;
    top: -9px;
    left: 0;
  }

  .progressbar__item:not(:last-child) .circle-oval:after {
    content: "";
    position: absolute;
    border-left: 0px;
    border-bottom: 2px solid #DFE0E1;
    width: 50%;
    top: -9px;
    left: 50%;
  }

  .progressbar__item:first-child {
    width: 12.5%;
  }

  .progressbar__item:first-child .circle-oval {
    margin-left: 0px;
  }

  .progressbar__item:first-child .circle-oval::after {
    width: 100% !important;
    left: 0 !important;
  }

  .progressbar__item:first-child .content-wrapper p {
    width: -moz-max-content;
    width: max-content;
  }

  .progressbar__item:last-child {
    width: 12.5%;
  }

  .progressbar__item:last-child .circle-oval {
    margin-right: 0px;
  }

  .progressbar__item:last-child .circle-oval::before {
    width: 100% !important;
    right: 0 !important;
  }

  .progressbar__item:last-child .content-wrapper p {
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
  }

  .selectioncard .container {
    width: 100%;
    margin: 0px auto;
    padding: 0px 16px;
  }

  .selectioncard .offercard__items {
    flex-direction: column;
    row-gap: 0px;
  }

  .selectioncard .offercard__items label {
    margin-right: 0px;
  }

  .selectioncard .offercard__items .offercard {
    padding: 19px 12px 6px 12px;
    margin-bottom: 15px;
    margin-right: 0px;
    max-width: 100%;
    width: 100%;
  }

  .selectioncard .offercard__items .offercard .nudge-div-main {
    line-height: 10px;
    top: -12px;
  }

  .selectioncard .offercard__items .offercard .nudge-div-main .boxtitle-red-nudge {
    line-height: 10px;
  }

  .selectioncard .offercard__items .offercard .line-hr {
    margin-bottom: 6px;
  }

  .selectioncard .offercard__items .offercard .card .card__left .offercard-detailstxt {
    margin-left: 16px;
  }

  .selectioncard .offercard__items .offercard .card .card__left .offercard-detailstxt .input-label {
    font-size: 14px;
    line-height: 16px;
  }

  .selectioncard .offercard__items .offercard .card .card__left .offercard-detailstxt p {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 0px;
  }

  .selectioncard .offercard__items .offercard .card .card__left .pytm {
    padding-right: 21px;
  }

  .selectioncard .offercard__items .offercard .card .card__left .pytm-txt {
    font-size: 10px;
    line-height: 12px;
  }

  .selectioncard .offercard__items .offercard .plandetailamount .category-amount > p {
    font-size: 10px;
    line-height: 13px;
  }

  .selectioncard .offercard__items .offercard .plandetailamount .category-amount__amount :nth-child(1) {
    font-size: 22px;
    line-height: 22px;
  }

  .selectioncard .offercard__items .offercard .plandetailamount .category-amount__amount :nth-child(2) {
    font-size: 10px;
    line-height: 13px;
    font-weight: 700;
  }

  .selectioncard .offercard__items .offercard .plan__image .shareIcon img {
    padding-bottom: 0px;
  }

  .get-quote {
    padding-bottom: 0px;
  }

  .get-quote .offercard__items {
    row-gap: 0px;
  }

  .get-quote .offercard__items label {
    width: 100%;
  }

  .viewBreakupDialog.active {
    margin-left: 0;
  }

  .viewBreakupDialog {
    min-width: 200px;
    width: 100%;
    margin: auto 0px;
    bottom: 0px;
    position: fixed;
    margin-bottom: 56px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .viewBreakupDialog .pop-title p {
    font-size: 16px;
    line-height: 19px;
  }

  .viewBreakupDialog .pop-title a .close-img {
    max-width: 14px;
    max-height: 14px;
  }

  .viewBreakupDialog .breakup-details li a {
    margin-right: 21px;
  }

  .viewBreakupDialog .breakup-details li a .li-text {
    font-size: 14px;
    line-height: 18px;
  }

  .viewBreakupDialog .breakup-details li a .li-text.fnt-size {
    font-size: 16px;
  }

  .viewBreakupDialog.active {
    margin-left: 0;
  }

  .pro-tip {
    width: 100%;
    max-width: -webkit-fill-available;
  }

  .pro-tip-main-div {
    flex-direction: column-reverse;
  }

  .pro-tip-main-div.container {
    padding: 0px 16px;
  }

  .pro-tip-main-div .pro-tip-style {
    padding-bottom: 10px;
  }

  .pro-tip-main-div .tip-default {
    background: transparent;
    border: none;
  }

  .pro-tip-main-div .tip-default-div-para {
    font-weight: 300;
    font-size: 10px;
    line-height: 14px;
  }

  .section-eight .container {
    width: 100%;
    margin: 0 auto;
    padding: 0px 16px;
  }

  .accordian__dropdown-menu li {
    font-weight: 400;
    font-size: 10px;
    line-height: 132.5%;
  }

  .accordian__dropdown {
    transition: transform 0.3s linear;
    padding: 16px 15px 16px 13px;
    margin-top: 12px;
  }

  .accordian__dropdown .accordion-title input {
    width: 18px;
  }

  .accordian__dropdown .accordion-title-txt {
    font-size: 18px;
    line-height: 132.5%;
  }

  .accordian__dropdown ul {
    flex-direction: column;
  }

  .accordian__dropdown-arrow {
    width: 8px;
    height: 8px;
    right: 4px;
    top: 27%;
    border: 2px solid #0073BB;
    border-right: none;
    border-top: none;
  }

  .acc-checkbox .container {
    width: 100%;
    margin: 0 auto;
    padding: 0px 16px;
  }

  .checkbox-acc {
    margin-bottom: 12px;
  }

  .checkbox-acc .accordion-chk .check-div {
    margin-right: 0px;
    margin-left: 11px;
  }

  .checkbox-acc .accordion-chk .check-div .label-container .checkmark {
    margin-right: 0px;
  }

  .checkbox-acc .accordion-chk-main {
    padding-left: 10px;
    padding: 10px 27px 10px 10px;
  }

  .checkbox-acc .accordion-chk-main-title {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #A7A9AC;
  }

  .checkbox-acc .accordion-content-list {
    padding-left: 25px;
    padding-right: 9px;
    padding-top: 10px;
  }

  .checkbox-acc .accordion-content-list li {
    font-weight: 400;
    font-size: 10px;
    line-height: 132.5%;
    color: #58595B;
  }

  .disclamer__link {
    justify-content: center;
    padding: 0px 17px;
  }

  .disclamer__link .link__list {
    width: 100%;
  }

  .disclamer__link__details {
    display: block;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }

  .disclamer__link__details::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    margin: 0px 18px;
    background-repeat: no-repeat;
    background-position: right;
    background-image: url("../img/vrline.svg");
    z-index: -1;
    right: -62px;
  }

  .disclamer__link__details:last-child::after {
    content: none;
  }

  .disclamer__link__details li {
    font-size: 10px;
    margin-right: 42px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .disclamer__link__details li:nth-child(odd)::after {
    content: none;
  }

  .disclamer__link__details li:nth-child(2)::after {
    content: "";
    height: 100%;
    top: -10px;
    left: -43px;
    background-position: center;
  }

  .disclamer__link__details li::after {
    content: none;
  }

  .disclaimer-link-style.container {
    padding-left: 24px;
    padding-top: 23px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    height: auto;
    display: block;
  }

  footer {
    padding: 0px;
  }

  footer .container {
    padding: 0px;
  }

  footer .footer-div {
    width: 100%;
    justify-content: center;
    margin-right: 16px;
  }

  footer .footer-div .footer-anchor {
    width: 100%;
    margin: 15px 16px 15px 16px;
    justify-content: center;
  }

  footer .get-quote-footer {
    width: 100%;
    float: none;
    padding: 0px 16px;
  }

  footer .get-quote-footer .footer-plan-amt {
    display: none;
    width: 57%;
    grid-template-columns: 1fr;
    grid-template-areas: "a" "c" "d" "b";
  }

  footer .get-quote-footer .footer-plan-amt .get-quote-footer-breakup span {
    font-size: 10px;
    line-height: 16px;
    color: #A7A9AC;
  }

  footer .get-quote-footer .footer-plan-amt .get-quote-footer-breakup a {
    font-weight: 400;
    font-size: 10px;
    line-height: 11px;
    text-decoration: none;
    color: #0073BB;
  }

  footer .get-quote-footer .footer-plan-amt .get-quote-footer-breakup .amount {
    font-size: 18px;
    line-height: 15px;
    margin-bottom: 3px;
  }

  footer .get-quote-footer .footer-plan-amt .get-quote-footer-breakup .month {
    font-size: 10px;
    line-height: 8px;
  }

  footer .get-quote-footer .footer-plan-amt .get-quote-footer-breakup .month span {
    font-size: 10px;
    line-height: 6px;
  }

  footer .footer-div {
    margin-right: 0px;
  }

  footer .footer-div .footer-anchor {
    margin: 15px 0px 15px 0px;
  }

  .param-raksha-plan-div {
    margin-bottom: 57px;
    flex-direction: column;
    height: auto;
  }

  .param-raksha-plan-div-left-section {
    width: 100%;
    position: fixed;
    top: 57px;
    z-index: 2;
    background-color: #FFFFFF;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0px 15px 10px -15px rgba(88, 89, 91, 0.1);
  }

  .param-raksha-plan-div-left-section .progressbar {
    padding-top: 4px;
    padding-bottom: 8px;
  }

  .param-raksha-plan-div-left-section .progressbar__item .circle-outer {
    height: auto;
  }

  .param-raksha-plan-div-left-section .progressbar__item .circle-outer .content-wrapper p {
    font-weight: 400;
    font-size: 8px;
    line-height: 9px;
  }

  .param-raksha-plan-div-left-section .progressbar__item .circle-outer .content-wrapper {
    margin-top: 8px;
  }

  .param-raksha-plan-div-left-section .progressbar__item:first-child {
    width: 20%;
  }

  .param-raksha-plan-div-left-section .progressbar__item:last-child {
    width: 20%;
  }

  .param-raksha-plan-div-right-section {
    width: 100%;
    padding: 0px;
    padding-bottom: 30px;
    background-color: #F2F8FC;
  }

  .param-raksha-plan-div-right-section-heading {
    padding-top: 44px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .param-raksha-plan-div-right-section-heading .option-title {
    font-weight: 700;
    font-size: 16px;
    margin-left: 10px;
  }

  .param-raksha-plan-div-right-section .pro-para {
    font-size: 10px;
    padding: 0 16px;
  }

  .param-raksha-plan-div-right-section .selectioncard-info {
    margin: 0px 16px;
    padding-top: 15px;
  }

  .param-raksha-plan-div-right-section .selectioncard-info .listcard .boxtitle {
    padding: 6px 8px 6px 8px;
    top: -13px;
  }

  .param-raksha-plan-div-right-section .selectioncard-info .listcard .boxtitle p {
    font-weight: 700;
    font-size: 8px;
    line-height: 8px;
  }

  .param-raksha-plan-div-right-section .selectioncard-info .preferred-plan-col {
    flex-direction: column;
  }

  .param-raksha-plan-div-right-section .selectioncard-info .preferred-plan-col .preferred-plan-card {
    row-gap: 13px;
  }

  .param-raksha-plan-div-right-section .selectioncard-info .preferred-plan-col .preferred-plan-card .mx-height {
    min-height: auto;
  }

  .param-raksha-plan-div-right-section .selectioncard-info .preferred-plan-create-btn {
    max-width: 100%;
    min-height: auto;
    justify-content: space-between;
    flex-direction: initial;
    min-height: 53px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px rgba(0, 115, 187, 0.1);
    border-radius: 6px;
    margin-top: 12px;
    padding: 15px 15px 14px 11px;
  }

  .param-raksha-plan-div-right-section .selectioncard-info .preferred-plan-create-btn p {
    margin-top: 0;
  }

  .param-raksha-plan-div-right-section .preferred-plan-linear-bg {
    margin: 0px 16px 16px 16px;
  }

  .param-raksha-plan-div-right-section .preferred-plan-protip {
    margin: 0px 16px 16px 16px;
  }

  .param-raksha-plan-div-right-section .preferred-plan-table {
    display: none;
  }

  .param-raksha-plan-div .viewBreakupDialog.active {
    margin-left: 0;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .disclamer__link__details:last-child::after {
    content: none;
  }
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
@supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .param-raksha-plan-div-right-section .preferred-plan-table table tr .boxtitle p {
      font-size: 10px;
    }
}

@supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .param-raksha-plan-div-right-section .preferred-plan-table .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
      width: 5px;
      height: 5px;
    }

    .param-raksha-plan-div-right-section .preferred-plan-table .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
      box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      border-radius: 10px;
    }

    .param-raksha-plan-div-right-section .preferred-plan-table .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background: rgba(255, 255, 255, 0.3);
      -webkit-box-shadow: inset 14px 14px 14px rgb(65, 151, 211);
      -moz-box-shadow: inset 14px 14px 14px rgb(65, 151, 211);
    }

    .param-raksha-plan-div-right-section .preferred-plan-table .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb:window-inactive {
      background-color: rgba(255, 255, 255, 0.3);
    }
}
}