@charset "UTF-8";

.width-auto {
  width: auto !important;
}

.ham-menu-mobile {
  display: none;
  margin-left: 2rem;
  padding: 1.2rem;
}

.container.form-page-placement>div:nth-child(1) {
  align-items: center;
  margin-top: 8.6rem;
  margin-bottom: 3rem;
}

.top-spc-5 {
  margin-top: 0.5rem;
}

.top-spc-10 {
  margin-top: 1rem;
}

.top-spc-20 {
  margin-top: 2rem;
}

.top-spc-30 {
  margin-top: 3rem;
}

.bottom-spc-20 {
  margin-bottom: 2rem;
}

.bottom-spc-10 {
  margin-bottom: 1rem;
}

.tablet-block {
  padding: 0;
  background-color: #ffffff;
  box-shadow: 0 0 0.1rem 0.1rem rgba(177, 174, 174, 0.99);
}

.for-mobile {
  display: none;
}

.for-desktop {
  display: block;
}

.divider-line {
  border-bottom: 0.1rem solid #aba5a7;
  width: 5rem;
  margin: auto;
  margin-top: 3.5rem;
}

.landing-line {
  display: none;
}

a.link-spec {
  cursor: pointer;
}

html,
body {
  color: #000;
  font-size: 62.5%;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: var(--background-color);
}

.line-divider,
.line-divider-grey {
  border-bottom: 0.2rem solid #d6dbe1;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.tab-view-spec {
  width: 100% !important;
}

.cboth {
  clear: both;
}

.box-shadow {
  box-shadow: 0 0.3rem 1.1rem -0.1rem rgba(177, 174, 174, 0.99);
}

.center-block {
  float: none;
  width: 68rem;
}

.parent-block {
  padding: 0 1rem;
}

.no-gutter-xs>[class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .no-gutter-sm>[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .dob-sub-flex.placeholder-center .formLabel.atTop {
    padding-left: 11px !important;
  }
}

@media (min-width: 992px) {
  .no-gutter-md>[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .no-gutter-lg>[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .no-gutter-xs-only>[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .dob-sub-flex.placeholder-center .formLabel.atTop {
    padding-left: 12px !important;
  }

  .progress-bar-section span.circle {
    margin-left: 0.5rem;
    width: 2.5rem;
    height: 2.5rem;
    padding-top: 0.1rem;
  }

  .progress-bar-section span.circle img {
    width: 1.3rem;
  }

  .left-sec {
    min-height: auto !important;
  }

  .formLabel.mobBottom {
    margin-top: -3rem;
    margin-left: 0rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .no-gutter-sm-only>[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .mobileField label.formLabel {
    padding-left: 0rem !important;
  }

  .mobBottom {
    margin-left: 0rem;
  }

  .mobile-div-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .no-gutter-md-only>[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .no-gutter-lg-only>[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: transparent;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: transparent;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.content-block {
  background-color: #ffffff;
  padding: 0;
  box-shadow: 0 0.4rem 0.5rem 0 rgba(0, 0, 0, 0.15);
}

.content-block-bottom {
  background-color: #ffffff;
  padding-bottom: 6rem;
  box-shadow: 0 0.4rem 0.5rem 0 rgba(0, 0, 0, 0.15);
  border-radius: 0 0 0.5rem 0.5rem;
  margin-bottom: 2rem;
}

.content-holder {
  padding-top: 3.5rem;
}

.link-box {
  padding-bottom: 2rem;
}

.form-control,
.input-group .form-control {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.09rem;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 1rem 2rem 1rem 0.5rem;
  height: 3.5rem;
  line-height: 1.1;
  text-align: left;
  color: #231f20;
  border: 0.1rem solid #262d3f;
  border-radius: 3px !important;
}

.form-control {
  background: transparent;
  padding: 0.8rem 0;
  color: #000000;
}

.form-control.noSpace {
  padding-left: 0;
  padding-right: 0;
}

.form-control:focus {
  border: none;
  border-bottom: 0.1rem solid #ff5928;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-group {
  position: relative;
  width: 100%;
}

.input-group .form-control,
.input-group .form-control:focus {
  z-index: 0;
  border: 0.1rem solid #262d3f;
  border-radius: 3px !important;
}

.input-group-addon i[class^="icon-"] {
  color: #1c212f;
  font-size: 2.4rem;
}

.input-group-addon i[class^="icon-"][disabled] {
  color: #c0c4c9;
}

.input-group-addon,
.input-group-addon.left,
.input-group-addon.right {
  background-color: transparent;
  border: none;
  padding: 0;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 8px;
  width: auto;
  padding-bottom: 1px;
}

.input-group-addon.right {
  left: inherit;
  right: 0;
}

.input-group-addon.right i {
  font-size: 1.2rem;
}

select::-ms-expand {
  display: none !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.1rem;
}

select.form-control,
.input-group select.form-control,
select {
  background-size: 1.8rem;
  -webkit-appearance: none;
}

select.form-control,
.input-group select.form-control {
  padding-top: 0.3rem;
  padding-left: 0.5rem;
  letter-spacing: 0.09rem;
  font-size: 1.6rem;
  font-weight: 400;
}

select:invalid {
  color: #ccc !important;
}

select:focus {
  outline: none;
}

option[value=""][disabled] {
  display: none;
}

option {
  color: black;
}

::-webkit-input-placeholder {
  color: #bcbcbc;
  text-indent: 0rem;
}

::-moz-placeholder {
  color: #bcbcbc;
  text-indent: 0rem;
}

::-ms-input-placeholder {
  color: #bcbcbc !important;
  text-indent: 0rem;
}

::-moz-placeholder {
  color: #bcbcbc;
  text-indent: 0rem;
}

label {
  font-weight: normal;
  font-size: 1.6rem;
  display: block;
  float: left;
  font-weight: 300;
}

.btn {
  font-size: 1.6rem;
  border-width: 0.1rem;
  outline: none;
  font-weight: 100;
  background-color: transparent;
}

.btn-primary {
  border-radius: 0;
  margin: 0 auto;
  text-align: center;
  padding: 0.2rem 0 0 0.5rem;
}

.btn-primary span {
  font-size: 2rem;
}

.btn:hover,
.btn:focus,
.btn.focus,
.btn:active,
.btn.active {
  outline: none;
  box-shadow: none;
}

.btn.btn-transperant {
  line-height: 1;
  background: none;
  border-radius: 0;
  border: 0;
  padding: 0;
  transition: All 0.3s linear;
}

.btn {
  padding: 0;
  font-size: 1.6rem;
  border-width: 0.1rem;
  outline: none;
  font-weight: 100;
  background-color: transparent;
}

.btn:active,
.btn:target {
  outline: none;
}

.btn i[class^="icon-"].left,
btn-link i[class^="icon-"].left {
  vertical-align: middle;
  margin-right: 2rem;
}

.btn i[class^="icon-"].right,
btn-link i[class^="icon-"].right {
  vertical-align: middle;
  margin-left: 2rem;
}

.btn-default {
  color: #8e8e8e;
  background-color: #f0f0f0;
  border-color: transparent;
  outline: none;
  border-radius: 50%;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus {
  background-color: #51d4d1;
  color: #333333;
  border-color: transparent;
}

.btn-default:active,
.btn-default.active,
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default:active:focus {
  background-color: #aaaeb3;
  color: #fff;
  border-color: #aaaeb3;
}

.btn-primary {
  outline: none;
  background-color: var(--primary-CTA);
  border-color: #ffffff;
  color: #ffffff;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem 0.5rem 1rem;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  border-color: var(--primary-CTA);
  background: var(--primary-CTA);
}

.btn-primary:active,
.btn-primary.active,
.btn-primary:active:hover,
.btn-primary.active:hover {
  background-color: #f04814;
  color: #ffffff;
  border-color: #ffffff;
}

.btn.btn-default[disabled],
.btn.btn-default[disabled]:hover {
  color: #d4d6d9;
  border-color: #d4d6d9;
  opacity: 1;
}

.btn.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:active {
  color: rgba(39, 215, 215, 0.5);
  border-color: rgba(39, 215, 215, 0.5);
  background-color: #ffffff;
  cursor: not-allowed;
}

fieldset[disabled] .btn,
.btn.btn-primary[disabled],
.btn.btn-primary[disabled]:hover {
  color: #a1a1a1;
  border-color: #bcbcbc;
  background-color: #bcbcbc;
  background-image: none;
}

.btn-loader {
  width: 1.8rem;
  margin-left: 0.5rem;
  vertical-align: text-bottom;
}

.backbtn-loader {
  width: 1.8rem;
  margin-right: 0.5rem;
  vertical-align: text-bottom;
}

.circular-btn {
  padding: 0;
  font-size: 1.6rem;
  outline: none;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.content-btn {
  width: 100%;
  text-align: center;
  margin: 2rem auto;
  height: 4rem;
  padding: 0;
  background-color: #ff5928;
  outline: none !important;
  font-weight: bold;
  font-size: 1.6rem;
  border-radius: 0.8rem;
  font-weight: 700;
}

.circular-back-btn {
  background-color: #37d7d7;
  transform: rotate(180deg);
}

.circular-back-btn span {
  color: #000;
  vertical-align: middle;
}

.circular-back-btn:hover span,
.circular-back-btn:active span {
  animation: move 0.4s infinite;
  -webkit-animation: move 0.4s infinite;
}

.disabled-circular-btn {
  background-color: #ebebeb;
}

.disabled-circular-btn span {
  color: #cacaca;
  vertical-align: middle;
}

.enabled-circular-btn {
  background-color: #37d7d7;
}

.enabled-circular-btn span {
  color: #000;
  vertical-align: middle;
}

.enabled-circular-btn:hover span,
.enabled-circular-btn:active span {
  animation: move 0.4s infinite;
  -webkit-animation: move 0.4s infinite;
}

@keyframes move {
  from {
    margin-left: 0;
  }

  to {
    margin-left: 5px;
  }
}

.text-primary {
  color: #e1e5e9;
}

.form-group .text-primary .form-control,
.form-group .text-primary-border {
  border-bottom: 0.2rem solid #e1e5e9;
}

.text-success {
  color: #00b050;
}

.form-group .text-success .form-control,
.form-group .text-success-border {
  border-bottom: 0.2rem solid #00b050;
}

.text-info {
  color: #bcbfc3;
}

.form-group .text-info .form-control,
.form-group .text-info-border {
  border-bottom: 0.2rem solid #bcbfc3;
}

.text-warning {
  color: #ffa12f;
}

.form-group .text-warning .form-control,
.form-group .text-warning-border {
  border-bottom: 0.2rem solid #ffa12f;
}

.text-danger {
  color: var(--error-message-color);
  margin-top: 0.1rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.42857143;
}

.form-group .text-danger .form-control,
.form-group .text-danger-border,
.input-group.text-danger .form-control {
  color: #fe0000;
}

.form-group .input-group[class*="text-"] {
  position: relative;
}

.form-group div[class*="text-"] {
  position: absolute;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background: transparent;
  opacity: 1;
}

.container.form-page-placement>div:nth-child(1) {
  align-items: center;
  margin-top: 4rem;
}

.hr {
  border-bottom: 0.2rem solid #000;
}

.btnGroupFixed {
  padding-top: 2rem;
  position: relative;
}

main {
  height: 100%;
  flex: 1 0 auto;
  min-height: 100vh;
}

.modal-body {
  overflow: auto;
  max-height: 75vh;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 2rem;
}

div[class^="col"].bottom {
  margin-bottom: 2rem;
}

div[class^="col"].top {
  margin-top: 2rem;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #ff5928;
}

a {
  color: #ff5928;
  font-weight: 700;
  font-size: 1.6rem;
}

upstream .btn-link:hover,
.btn-link:focus {
  color: #0072bb;
  text-decoration: none;
}

.btn[disabled]>input[type="checkbox"]+label:before {
  cursor: not-allowed;
}

.panel-group .panel,
.panel {
  box-shadow: none;
}

.panel-title .btn-link:hover,
.panel-title .btn-link:focus {
  text-decoration: none;
}

.hide-scroll {
  overflow: hidden;
}

hr {
  border-top: none;
  border: 0.1rem dashed #80808047 !important;
}

.marginTop {
  margin-top: 2rem;
}

.text-capitalize {
  text-transform: capitalize;
}

form-login .line-divider {
  border-bottom-color: #c0e7fb;
}

.cursor-pointer {
  cursor: pointer;
  padding: 0px;
}

.progress-bar-section {
  text-align: center;
  margin-bottom: 2.5rem;
}

.progress-bar-section .progress-bar {
  background-color: #fff;
  border: 0;
  font-size: 3rem;
  font-family: "sf-ui-display-semibold", Arial, Helvetica, sans-serif;
  color: #0b58aa;
}

.progress-bar-section .circle {
  border: 0;
  border-radius: 50%;
  background-color: #fff;
  margin-left: 1rem;
  width: 3.2rem;
  height: 3.2rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding-top: 0.3rem;
}

.progress-bar-section .ellipse {
  padding: 1%;
  background-color: #fff;
  border-radius: 5rem;
}

.progress-bar-section .ellipse img {
  width: 1.8rem;
}

.progress-bar-section .circle img {
  width: 1.8rem;
}

.progress-bar-section .state {
  display: inline-block;
  height: 1.3rem;
  width: 1.3rem;
  border: 0.2rem solid #fff;
  border-radius: 50%;
  background-color: #000;
  vertical-align: middle;
}

.loaded-state {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  border: 0.2rem solid #fff;
  border-radius: 50%;
  background-color: #fff;
}

.progress-bar-section .state-connector {
  margin-top: -0.4rem;
  display: inline-block;
  vertical-align: 0.2rem;
  padding-left: 9%;
  border-bottom: 0.1rem solid #ffffff;
  margin-left: -0.3rem;
  margin-right: -0.3rem;
}

.mobTab {
  height: 5.5rem;
}

.tab {
  padding: 1rem 1rem 0 1rem;
}

.tab.disabled {
  padding: 0;
}

.tabContainer label span .underscore-font {
  font-weight: 400;
}

.tabBody {
  padding: 1rem 1rem 1.5rem 2rem;
  display: none;
  min-height: 20rem;
}

.tabContainer {
  overflow: hidden;
  width: 100%;
  margin-bottom: 0;
}

.tabContainer label span {
  font-weight: 600;
}

.tabContainer .active {
  display: block;
}

.tabContainer .mobTab.full-length-tab label.disabled {
  box-shadow: 0 0 2.6rem 0 rgba(0, 0, 0, 0.02);
  border: solid 0.1rem #f6f6f6;
  background-color: #ffffff;
  padding: 1.7rem 1.5rem 1.5rem 4.8rem;
  height: 6.2rem;
  cursor: default;
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  color: #004164;
  font-weight: 400;
}

.mobTab label {
  font-size: 1.6rem;
  font-weight: 400;
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 1.6rem 2rem;
  border-bottom: none;
}

.mobTab label i,
.tab i {
  font-size: 2.5rem;
  vertical-align: sub;
  margin-right: 1rem;
}

.onlyMob {
  display: none !important;
}

.mobTab label.active {
  background-color: #fff;
  border-bottom: none;
}

.custom-check-width {
  width: 15rem;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
  border-top: 0;
}

.formLabel,
.formLabel.atBottom {
  color: #b4b1b1;
  font-size: 1.6rem;
}

.formLabel.atTop {
  color: #414042;
  padding-left: 0rem;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.3px;
  text-align: left;
}

.formLabel.atTop {
  margin-top: -4.6rem;
  margin: -16px 0;
  padding: 0;
  z-index: 1;
  position: absolute;
}

.formLabel.atBottom {
  margin-top: -2.7rem;
}

.top-margin-0 {
  margin-top: 0;
}

.top-margin-5 {
  margin-top: 0.5rem;
}

.top-margin-10 {
  margin-top: 1rem;
}

.top-margin-15 {
  margin-top: 1.5rem;
}

.top-margin-20 {
  margin-top: 2rem;
}

.top-margin-25 {
  margin-top: 2.5rem;
}

.top-margin-30 {
  margin-top: 3rem;
}

.top-margin-40 {
  margin-top: 4rem;
}

.top-margin-50 {
  margin-top: 5rem;
}

.top-margin-100 {
  margin-top: 10rem;
}

.bottom-margin-0 {
  margin-bottom: 0;
}

.bottom-margin-5 {
  margin-bottom: 0.5rem;
}

.bottom-margin-10 {
  margin-bottom: 1rem;
}

.bottom-margin-15 {
  margin-bottom: 1.5rem;
}

.bottom-margin-20 {
  margin-bottom: 2rem;
}

.bottom-margin-25 {
  margin-bottom: 2.5rem;
}

.bottom-margin-30 {
  margin-bottom: 3rem;
}

.bottom-margin-40 {
  margin-bottom: 4rem;
}

.bottom-margin-50 {
  margin-bottom: 5rem;
}

.bottom-margin-100 {
  margin-bottom: 10rem;
}

.left-rigth-margin-0 {
  margin-left: 0;
  margin-right: 0;
}

.left-rigth-margin-10 {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

.right-margin-0 {
  margin-right: 0;
}

.right-margin-5 {
  margin-right: 5px;
}

.left-margin-10 {
  margin-left: 1rem;
}

.right-margin-10 {
  margin-right: 1rem;
}

.top-pad-0 {
  padding-top: 0;
}

.top-pad-5 {
  padding-top: 0.5rem;
}

.padding-top8 {
  padding-top: 0.8rem;
}

.top-pad-10 {
  padding-top: 1rem;
}

.top-pad-15 {
  padding-top: 1.5rem;
}

.top-pad-20 {
  padding-top: 2rem;
}

.top-pad-25 {
  padding-top: 2.5rem;
}

.top-pad-30 {
  padding-top: 3rem;
}

.top-pad-40 {
  padding-top: 4rem;
}

.top-pad-50 {
  padding-top: 5rem;
}

.top-pad-100 {
  padding-top: 10rem;
}

.bottom-pad-0 {
  padding-bottom: 0;
}

.bottom-pad-5 {
  padding-bottom: 0.5rem;
}

.bottom-pad-10 {
  padding-bottom: 1rem;
}

.bottom-pad-15 {
  padding-bottom: 1.5rem;
}

.bottom-pad-20 {
  padding-bottom: 2rem;
}

.bottom-pad-25 {
  padding-bottom: 2.5rem;
}

.bottom-pad-30 {
  padding-bottom: 3rem;
}

.bottom-pad-40 {
  padding-bottom: 4rem;
}

.bottom-pad-50 {
  padding-bottom: 5rem;
}

.bottom-pad-100 {
  padding-bottom: 10rem;
}

.left-rigth-pad-0 {
  padding-left: 0;
  padding-right: 0;
}

.left-rigth-pad-10 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.left-pad-0 {
  padding-left: 0;
}

.right-pad-0 {
  padding-right: 0;
}

.left-pad-10 {
  padding-left: 1rem;
}

.right-pad-10 {
  padding-right: 1rem;
}

.no-margin {
  margin: 0;
}

.no-pad {
  padding: 0;
}

.no-border {
  border: 0;
}

.bol-black {
  color: #000;
}

.bol-black-blue {
  color: #262d3e;
}

.bol-blue {
  color: #0b58aa;
}

.bol-cyan-blue {
  color: #d2ddf5;
}

.bol-mint {
  color: #36d7d6;
}

.bol-off-mint {
  color: #d0f0f0;
}

.bol-black-grey {
  color: #231f20;
}

.bol-plus-grey {
  color: #8e8e8e;
}

.bol-grey {
  color: #a1a1a1;
}

.bol-off-grey {
  color: #bcbcbc;
}

.text-color {
  color: #231f20;
}

.border-right {
  border-right: 0.2rem solid#ccdbe5;
}

.modal-body>.hr {
  border-bottom: 0.1rem solid #eee;
}

.modal-body ul {
  list-style: none;
  padding: 0;
  margin-bottom: 3rem;
}

.modal-body ul li:hover {
  color: #ff5928;
  cursor: pointer;
}

.mobileField .formControl {
  width: 88%;
}

.mobileField label.formLabel {}

.fontIcon-39 {
  font-size: 3.9rem !important;
}

.fontIcon-23 {
  font-size: 2.3rem !important;
}

.top-margin-1 {
  margin-top: 0.1rem;
}

.Rotate-180 {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.Rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
}

.enabled {
  font-size: 1.6rem;
  font-weight: bold;
  color: #034263;
}

.enabled span {
  font-size: 1.6rem;
  font-weight: 700;
  font-weight: bold;
}

.form-control.formControl.ng-dirty.ng-touched.ng-invalid,
.ng-invalid.ng-touched {
  border-color: #fe0000;
}

.bold-text {
  font-weight: 700;
}

.margin-bottom-only-20 {
  margin: 0 0 2rem 0;
}

.active-underscore {
  position: absolute;
  font-weight: bold;
  color: #004164 !important;
  font-weight: 400;
}

.active-underscore-tellus {
  top: 2.2rem;
  left: 6.6rem;
}

.btnconfirm {
  border-radius: 25px;
  width: calc(100% - 15px);
  max-width: 400px;
  height: 4.5rem;
  margin: 0.1rem auto 0.7rem;
  font-weight: 700;
  color: white;
  outline: none;
  padding: 1rem 4.5rem;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.045rem;
}

.btnconfirm:hover {
  color: white;
}

.back-btn {
  margin-top: 1rem;
  color: #ff5928;
}

.Buttons {
  width: 8.5rem;
  margin-right: 1rem;
  float: right;
}

.active-underscore-andabout {
  top: 2.8rem;
}

.line-spec {
  width: 4rem;
  border: 0.1rem solid #cfcfd5;
}

.box-spec {
  background-color: #ccc0;
  border-radius: 1rem;
  box-shadow: 0 0.2rem 1.5rem 0 rgba(177, 174, 174, 0.99);
}

.head-spec {
  text-align: center;
  color: #0b58aa !important;
  margin-bottom: 2rem;
  font-weight: 600;
}

.info-msg {
  color: #bcbcbc;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  text-align: center;
}

.switch-field {
  margin: 1.6rem auto;
  width: 11.5rem;
  box-shadow: 0 0 0.2rem 0.3rem #eaeaea;
  border-radius: 2rem;
  height: 4.4rem;
}

.switch-field .switch-inner-wrapper {
  display: inline-block;
  width: 50%;
  height: 4rem;
  line-height: 4.4rem;
}

.switch-field .switch-inner-wrapper input[type="radio"] {
  display: none;
}

.switch-field .switch-inner-wrapper input[type="radio"]+label {
  width: 100%;
  text-align: center;
  margin: 0;
  font-size: 1.6rem;
  cursor: pointer;
  color: #082950;
  font-weight: 600;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  font-weight: 400;
}

.switch-field .switch-inner-wrapper input[type="radio"]+label.switch-left {
  border-right: 0.1rem solid #ececec;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

.switch-field .switch-inner-wrapper input[type="radio"]+label.switch-right {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

.switch-field .switch-inner-wrapper input:checked+label {
  background-color: #082950;
  color: white;
}

.switch-field .switch-inner-wrapper input:checked+label.switch-left {
  box-shadow: 0.2rem 0.1rem 0.3rem 0.1rem #082950 inset;
}

.switch-field .switch-inner-wrapper input:checked+label {
  box-shadow: -0.2rem 0.1rem 0.3rem 0.1rem #082950 inset;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

.custom-checkbox,
.custom-radio {
  margin-bottom: 1rem;
  display: inline-block;
  margin-right: 1rem;
}

.custom-checkbox input[type="checkbox"]+label,
.custom-radio input[type="radio"]+label {
  font-size: 1.2rem;
  letter-spacing: 0.04rem;
  margin: 0;
  border-radius: 1.4rem;
  margin-right: 1rem;
  border: 0.1rem solid #333;
  padding: 0.2rem 3rem;
  cursor: pointer;
  width: 100%;
  color: #000;
}

.custom-radio input[type="radio"]+label:before {
  content: "";
  font-family: "BFL-Icons" !important;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.5rem;
  background-color: #ddd;
  left: 0.7rem;
  top: 0.2rem;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  border: none;
  vertical-align: middle;
  margin-right: 1.5rem;
  position: absolute;
  font-size: 0.8rem;
}

.custom-radio input[type="radio"]:checked+label {
  background-color: #333;
  color: #fff;
}

.custom-radio input[type="radio"]:disabled+label {
  background-color: #eee;
  color: #777777db;
  border: 0.1rem solid #ddd;
}

.custom-radio input[type="radio"]:checked+label:before,
.custom-radio input[type="radio"]:disabled+label:before {
  border: 0.1rem solid #eee;
  background-color: #fff;
  color: #000;
}

.custom-radio input[type="radio"]:checked+label:after {
  content: "\e929";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-family: "icomoon";
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  color: white;
  left: 0.3rem;
  top: 0.2rem;
  cursor: pointer;
}

.custom-radio input[type="radio"]:checked+label::after {
  content: "\e929";
  font-size: 2.2rem;
  margin-top: -0.3rem;
  color: #37d7d7;
  margin-left: 0.2rem;
}

.custom-radio input[type="radio"]+label:before {
  top: 0.3rem;
  left: 2rem;
}

.custom-radio input[type="radio"]:checked+label::after {
  left: 1.5rem;
  top: 0.3rem;
}

.radio-custom-selected {
  background-color: #ff6700;
}

.radio-custom-border {
  margin-right: 15px;
  padding: 10px 15px 10px 35px;
  border-radius: 2px;
  border: solid 1px #f28d03;
  width: auto;
}

.radio-custom [type="radio"]:checked,
.radio-custom [type="radio"]:not(:checked) {
  position: absolute;
  left: -999.9rem;
}

.radio-custom [type="radio"]:checked+label {
  color: white;
}

.radio-custom [type="radio"]:checked+label,
.radio-custom [type="radio"]:not(:checked)+label {
  position: relative;
  cursor: pointer;

  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}

.radio-custom [type="radio"]:not(:checked)+label:before {
  background: transparent !important;
}

.radio-custom [type="radio"]:checked+label:before,
.radio-custom [type="radio"]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: -25px;
  top: 2px;
  width: 1.8rem;
  height: 1.8rem;
  border: 0.1rem solid #ff6700;
  border-radius: 100%;
  background: #fff;
}

.radio-custom [type="radio"]:checked+label:after,
.radio-custom [type="radio"]:not(:checked)+label:after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background: white;
  position: absolute;
  left: -23px;
  top: 4px;
  border: 3px solid #ff5a34;
  border-radius: 100%;
  transition: all 0.2s ease;
}

.radio-custom [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.radio-custom [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.radio-custom [type="radio"]:checked+label,
.radio-custom [type="radio"]:not(:checked)+label {
  font-size: 1.6rem;
}

.selection-row {
  border: 0.2rem solid #42d0cf;
  border-radius: 1.4rem;
  padding: 1rem 3rem;
  position: relative;
  cursor: pointer;
  text-align: left;
}

.selection-row .heading {
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
}

.selection-row .item-info {
  color: #000;
  font-size: 1.4rem;
  font-family: sf-ui-display-light;
}

.selection-row.active {
  background: #262d3e;
  border: 0.1rem solid transparent;
}

.selection-row.active .heading,
.selection-row.active .item-info {
  color: #fff;
  text-align: left;
}

.selection-row span.item-selector:before {
  content: "\e929";
  font-family: icomoon;
  color: #262d3e;
  text-align: center;
  line-height: 2rem;
  background-color: #fff;
  right: -2.2rem;
  top: -0.6rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 1.5rem;
  position: absolute;
  font-size: 2rem;
  box-shadow: 0.1rem -0.1rem 0.1rem 0.2rem #eaeaea;
}

.selection-row .blue-space {
  position: absolute;
  left: -0.1rem;
  top: 18%;
  background: #57c5ca;
  width: 2%;
  height: 65%;
  border-radius: 100% / 50%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.selection-list-content .selection-list-details-block {
  border-bottom-left-radius: 1.8rem;
  border-bottom-right-radius: 1.8rem;
  padding: 2rem 2rem 3rem;
}

.card.customClass .card-header {
  padding: 1rem;
}

input.completer-input {
  width: 100%;
  border: 0;
  border-bottom: 0.2rem solid #333;
  font-size: 1.8rem;
  outline: none;
}

::-ms-clear {
  display: none;
}

section {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 4000;
  top: 0;
  left: 0;
}

#overlay {
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.62);
  display: flex;
  align-items: center;
  justify-content: center;
}

#overlay>div {
  font-size: 1.8rem;
  color: white;
}

#overlay img {
  height: auto;
}

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

.icon-close:before {
  cursor: pointer;
  margin-left: 0;
}

.box-wrapper {
  font-size: 1rem;
  border: 0.1rem solid rgba(0, 255, 187, 0.54);
}

.box-wrapper h5 {
  margin-top: 0;
}

.summary-head {
  font-weight: bold;
  font-size: 1rem;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #6d6e71;
}

.summary-desc {
  font-weight: bold;
  font-size: 1.5rem;
  font-weight: 700;
  color: #6d6e71;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.38px;
}

.modify-plan {
  cursor: pointer;
  font-size: 1.5rem !important;
  margin: 19px 0px 0px 0px;
}

.suminsured-head {
  font-weight: 700;
  font-size: 1.6rem;
}

.plus-sign {
  font-weight: 700;
  font-size: 2.25rem;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.56px;
  color: #6d6e71;
}

.pad0 {
  padding: 0;
}

/* @media screen\0 {
  select.form-control,
  .input-group select.form-control,
  select {
    background-size: 9% 24%;
  }
} */
.knob-svg svg {
  height: 10rem !important;
}

.icon-MotorRevamp_edit:before {
  content: "\e93e";
  color: #ff5828 !important;
}

.modal-body ul>li:nth-child(even) {
  background: #f1f1f1;
}

.modal-body>div>.col-xs-6 {
  background-color: #fff;
  color: #ffffff;
}

.modal-body .margin-bottom-only-20 {
  margin: 1rem 0 1rem 0;
}

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

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none !important;
  outline-offset: -2px;
}

.mobile-field .mobCode {
  width: 11%;
  float: left;
  font-size: 1.6rem;
  border: none;
  border-bottom: 0.1rem solid #231f20;
  height: 4rem;
  background-color: transparent;
  line-height: 1.1;
  color: #231f20;
  padding: 1rem 0 1rem 0;
}

.mobile-field .mobile-number {
  width: 85%;
}

.mobile-field label.mobileNumber {
  margin-left: 0rem;
}

.error-msg {
  padding: 1rem;
  display: inline-block;
  font-size: 1.4rem;
}

.col-5-no-pad {
  width: 41.66%;
  padding: 0;
}

.col-5-pad-left {
  width: 41.66%;
  padding-left: 0rem;
  padding-right: 0;
  float: left;
}

.col-12-no-pad {
  width: 41.66%;
  padding: 0;
}

.pad-left-no-right {
  padding-left: 0.4rem;
  padding-right: 0;
}

.no-left-pad {
  padding-left: 0;
}

.no-right-pad {
  padding-right: 0;
}

.gst-label {
  font-size: 1.2rem !important;
  font-weight: 400;
  font-weight: normal;
  margin-bottom: 0;
}

.light-gray-background {
  background-color: rgba(235, 235, 235, 0.5);
}

.img-spec-val {
  height: 5rem;
  width: 5rem;
}

.bottom-20 {
  margin-bottom: 2rem;
}

.information-icon {
  width: 1.8rem;
  height: 1.8rem;
}

.header-strip {
  background-color: #ffffff;
  box-shadow: 0px 8px 7px 0 rgba(142, 142, 142, 0.07);
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
  position: relative;
  width: auto;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 0.6rem;
}

.mobile-banner {
  height: 55rem;
  background: url(../../assets/img/svg/Health_Insurance_assets_Desktop_banner.svg) no-repeat;
  background-size: 100% 100%;
  text-align: left;
}

.getgoing-banner-img {
  background: url(../../assets/img/png/getgoing.png) no-repeat;
  background-size: 100% 100%;
  text-align: left;
  width: 38.2rem;
  height: 34.8rem;
  margin-top: 2rem;
}

.getgoing-banner .top-spc-9 {
  margin-top: 7rem;
}

.count-num {
  font-size: 21px;
  margin: 6px;
  background: var(--primary-color) !important;
  color: #e5eaf7;
}

.pointer {
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.pointer .numbering {
  padding: 0px 16px 0px;
}

.pointer h6 {
  font-size: 21px;
  line-height: 1.21;
  color: #000;
  margin-left: -25px;
}

.pointer div {
  font-size: 1.4rem;
}

.pointer .dark-theme-gray {
  font-size: 15px;
  line-height: 1.21;
  color: #000;
  margin-left: -27px;
  margin-top: -1px;
}

.getgoing-banner {
  background: none;
  background-size: 100% 100%;
  min-height: 60rem;
}

.banner-labels {
  font-size: 1.2rem;
  color: #ffffff;
  font-stretch: normal;
  line-height: 1.25;
  font-style: normal;
  font-weight: normal;
  font-weight: 400;
  top: 13rem;
  position: relative;
}

.banner-hr {
  opacity: 0.7;
  border: 0 !important;
  border-top: 1px solid #ffffff !important;
  margin: 0;
}

.banner-text ul .list-inline-item:not(:last-child) {
  border-right: 0.1rem solid #ffffff;
  padding-right: 1rem;
  margin-right: 1rem;
}

.banner-text ul .list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 3px;
}

.banner-text {
  padding-bottom: 1px;
  padding-top: 6px;
  color: #ffffff;
  margin-top: 10rem;
  position: absolute;
  left: 2rem;
  bottom: 1rem;
}

.banner-text p {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 0.7rem;
  width: auto;
  font-size: 2.4rem;
  line-height: 1.25;
  color: #ffffff;
}

.banner-text ul {
  font-size: 1.8rem;
  line-height: 1.28;
  color: #ffffff;
}

.banner-text-fullscreen {
  color: #000 !important;
  padding-bottom: 1px;
  padding-top: 6px;
  margin-top: 1rem;
  margin-left: 8rem;
}

.banner-text-fullscreen span {
  font-weight: bold;
}

.banner-text-fullscreen h4 {
  font-size: 34px;
  color: #000;
}

.banner-text-fullscreen h6 {
  color: #000;
  font-size: 18px;
}

.card-page-heading {
  object-fit: contain;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
}

.guidance-text {
  font-size: 14px;
  font-weight: bold;
  line-height: 2.21;
  color: #666;
}

.d-margin-btm-50 {
  margin-bottom: 5rem;
}

.page-heading {
  font-size: 1.6rem;
  font-weight: 700;
  color: white;
  margin-top: 0 !important;
  margin-bottom: 0.3rem;
  line-height: 2.428571;
  height: 5rem;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-heading .switch {
  margin-top: 15px !important;
}

.page-heading .toggle-mode {
  margin-top: 4px !important;
}

.img-span {
  display: inline-block;
  width: 1.5rem;
  margin-top: 3.3rem;
}

.back-label {
  font-size: 1.4rem;
  font-weight: 400;
  vertical-align: middle;
  color: #ff5a34;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.full-width {
  width: 100%;
}

.no-padding {
  padding: 0;
}

.sumary-img {
  background: url(../../assets/img/svg/Health_Insurance_assets_Dock_up_card.svg) no-repeat right;
  width: 100%;
  height: 12.5rem;
  border: solid 1px #d7d7d7;
  background-size: cover;
}

.summary-heading {
  font-size: 1.85rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.46px;
  color: #034263;
  margin-top: 2rem;
}

.border-head {
  border-top: 0.1rem solid #d7d7d7;
}

.summary-plus-pad {
  padding-right: 2.5rem;
  padding-left: 0rem;
}

.tnc-label {
  font-size: 1.4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #3c3c3c;
  font-weight: 400;
}

.tnc-content h5 {
  color: #000;
}

.tnc-content p {
  font-size: 1.4rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #3c3c3c;
}

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

.tnc-text {
  font-style: normal;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 400;
  color: #666666;
}

.tnc-text * a {
  cursor: pointer;
  color: var(--primary-color);
}

.terms-link {
  line-height: 0.62;
  padding-bottom: 1px;
  color: #ff5928;
  border-bottom: 1px solid #ff5928;
  cursor: pointer;
}

.tnc-link {
  font-size: 1.4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ff5a34;
  font-weight: 400;
}

.sorry-img {
  background: url(../../assets/img/svg/Health_Insurance_assets_Sorry.svg) no-repeat center;
  width: 15.7rem;
  height: 19.6rem;
  margin-top: 5rem;
  background-size: cover;
  margin-right: 4rem;
}

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

.payment-heading {
  font-size: 2.4rem;
  color: #034263;
  font-weight: bold;
}

.payment-label {
  color: #3c3c3c;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.14;
  margin: 1rem 0;
}

.font-bold {
  font-weight: bold;
}

.main-fix-footer-pad {}

.hurray-img {
  background: url(../../assets/img/svg/Health_Insurance_assets_Hurray.svg) no-repeat center;
  width: 15.7rem;
  height: 19.6rem;
  margin-top: 5rem;
  background-size: cover;
  margin-right: 4rem;
}

.congratulation-img {
  background: url(../../assets/img/svg/Health_Insurance_assets_Congratulations.svg) no-repeat center;
  width: 15.7rem;
  height: 19.6rem;
  margin-top: 5rem;
  background-size: cover;
  margin-right: 4rem;
}

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

.container-sec {
  display: flex;
  flex-direction: row;
  min-height: 100vh;
  padding: 0 37px;
}

.container-sec .left-sec {
  flex: 1;
}

.container-sec .right-sec {
  flex: 2;
}

@media only screen and (max-width: 991px) {
  .container-sec {
    display: flex;
    flex-direction: column;
  }
}

.dont-display {
  display: none;
}

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

.card-box-shadow {
  box-shadow: 0.2rem 0.1rem 1.6rem 0rem rgba(177, 174, 174, 0.99);
}

.top-bottom-spec-50 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mob-pad-10 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.placeholder-center .form-control::placeholder {
  text-align: center;
}

.input-group.box-border>.form-control.mob-number:focus,
.input-group.box-border>.form-control.mob-number:not(:placeholder-shown) {
  padding-left: 3.2rem;
}

.input-group.box-border>.form-control.mob-number:focus~.country-code,
.input-group.box-border>.formControl.mob-number:not(:placeholder-shown)~.country-code {
  display: block;
}

.country-code {
  display: none;
  position: absolute;
  top: 6px;
  font-size: 1.6rem;
  color: #231f20;
  z-index: 9;
  font-size: 1.6rem;
  font-weight: 400;
}

.input-group.box-border>.form-control.mob-number:focus~.mobBottom {}

.dob-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.dob-bottom-line {
  border-bottom: 0.1rem solid #999999 !important;
}

.border-spc {
  border: none;
  text-align: left;
}

.pr-15 {
  padding-right: 1.5rem;
}

.change {
  text-align: center !important;
}

.form-control.dob-border {
  border: 0.1rem solid #262d3f;
  border-radius: 3px !important;
}

.no-padding-right {
  padding-right: 0rem !important;
}

.top-0 {
  margin-top: 0 !important;
}

.panel {
  border: 0;
}

.cursor-not-allow {
  cursor: not-allowed !important;
}

label.formLabel.atBottom span {
  font-weight: normal !important;
}

.paid-top-spc {
  margin-top: -3.2rem;
}

.summary-top-10 {
  margin-top: 1rem !important;
}

.progress-circle {
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  vertical-align: bottom;
  margin-right: 7px;
}

.progress-circle.fill-first-form {
  background: url(../../assets/img/svg/fill-first-form.svg) 0 0 no-repeat;
}

.progress-circle.fill-second-form {
  background: url(../../assets/img/svg/fill-second-form.svg) 0 0 no-repeat;
}

.progress-circle.fill-third-form {
  background: url(../../assets/img/svg/fill-third-form.svg) 0 0 no-repeat;
}

.page-count {
  color: #056ba9;
}

.formLabel.dob-top {
  margin-top: -6.5rem;
  margin-left: 0rem;
}

.no-left-pad {
  padding-left: 0rem;
}

.top-spc-40 {
  margin-top: 4rem;
}

.new-img-spec {
  width: 10rem !important;
  height: 5.4rem;
  margin-top: -1rem !important;
}

.amount-Label {
  font-weight: bold;
  color: #034263;
  padding-left: 0.5rem;
  font-weight: 400;
}

.form-control,
.input-group .form-control {
  border: 0.1rem solid #262d3f;
  border-radius: 3px;
}

.abhi-spc {
  width: 10rem !important;
  height: 7rem !important;
  margin-top: -1rem !important;
}

.summary-top-20 {
  margin-top: 2rem !important;
}

.health-banner {
  height: 55rem;
  background: url(../../assets/img/svg/Health_Insurance_assets_Desktop_banner.svg) no-repeat;
  background-size: 100% 100%;
  text-align: left;
}

.plus-margin-m-3 {
  margin-left: -3rem;
}

.link-underline,
.link-underline:hover {
  text-decoration: underline !important;
}

.modal-body {
  padding-top: 0rem !important;
}

.modal-body h5 {
  line-height: 1.42 !important;
}

.back-arrow {
  margin-top: -0.38rem !important;
}

img.drop-down-img {
  height: 1.5rem;
  width: 1.5rem;
  color: #fff;
  margin-left: 0.5rem;
  vertical-align: top;
  cursor: pointer;
  margin-right: 1rem;
  margin-top: -2.7rem;
}

app-drawer .popup-drawer-half-size {
  right: 0;
}

.hide-mobile {
  display: block;
}

.hide-desktop {
  display: none !important;
}

#AddToCompareDrawer {
  max-height: 100% !important;
}

.bre-msg {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.banner-height {
  height: 20rem;
}

@media screen and (min-width: 768px) {

  #resumeOtpDrawer,
  #resumeOtpDrawerEdit,
  #termsDrawer {
    right: 0;
    width: 41.7% !important;
    left: auto !important;
  }

  #sumInsuredDrawer,
  #insuringForDrawer,
  #planTypeDrawer,
  #deductibleDrawer {
    left: 451px !important;
  }

  .topDropdown .popup-drawer {
    width: 35% !important;
    left: 33% !important;
    border-radius: 0% !important;
    overflow: auto;
    bottom: 30% !important;
    top: 30% !important;
    padding: 0 !important;
  }

  .nri-drawer .popup-drawer {
    width: 50% !important;
    left: 29% !important;
    border-radius: 0% !important;
    overflow: auto;
    bottom: 40% !important;
    top: 25% !important;
    padding: 0 !important;
  }

  #clickToCallDrawer {
    left: 33% !important;
    bottom: 30% !important;
    top: 30% !important;
    width: 35% !important;
    padding: 0;
  }

  .header-label {
    padding: 0.5rem 2rem;
    margin: 0;
    border-bottom: 1px solid #0000001f;
    font-weight: 400;
    margin-bottom: 1rem;
  }

  .header-label h5 {
    font-size: 1.6rem;
  }

  .header-label h6 {
    font-size: 1.2rem;
  }

  .tenure-img-spc {
    height: 211px !important;
    width: 278px !important;
    margin-top: 12rem;
    max-width: 100%;
  }

  .desc-list {
    padding: 3rem 1.5rem;
    width: 100%;
    min-height: auto;
  }

  .description-head {
    font-weight: bold;
    color: #000;
    font-weight: 700;
    margin-right: 1rem;
    font-size: 1.6rem;
  }

  .description-content {
    font-weight: 400;
    font-size: 1.2rem;
  }

  .detail-container {
    border-radius: 10px;
    margin: 2rem;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    background: #ffffff !important;
    border: 1px solid #00000017;
  }

  .detail-container .btnconfirm {
    margin-top: 20px;
  }

  .detail-card {
    border-radius: 4px;
    background-color: #fff2ea;
    margin: 20px 5px;
    display: block;
  }

  .circle-left {
    padding: 1.5rem 0 0 4rem;
  }

  .progress-circle.size {
    height: 3.2rem;
    width: 3.2rem;
  }

  .fullscreen-ts {
    margin-left: 1rem;
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 0 0.3rem 1.1rem -0.1rem rgba(177, 174, 174, 0.99);
  }
}

@media (max-width: 768px) {
  .page-heading {
    line-height: 2.1;
  }

  .page-heading .switch {
    margin-top: 11px !important;
  }
}

@media (max-width: 991px) {
  .middle-block {
    float: none;
    display: block;
    overflow: hidden;
    border-left: 0 !important;
  }

  .detail-container {
    margin: 0;
    border: 0;
  }
}

.disabled-section {
  position: relative;
}

.disabled-section:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

body .selectedradio {
  background-color: #f04814 !important;
}

.slash-divider {
  height: 4rem;
  padding: unset;
  padding-top: 2%;
  font-size: 2rem;
  color: #999999;
  width: 2rem;
}

.dob-sub-flex {
  align-items: center;
  width: 7.8rem;
}

.page-back-arrow {
  padding-left: 0;
  display: flex;
  align-items: center;
  align-content: center;
}

.page-back-arrow svg {
  width: 1.5rem !important;
}

.product-title {
  font-size: 1.6rem;
  margin-right: auto;
}

.page-heading-strip {
  background-color: var(--primary-color) !important;
}

.page-header-section,
.main-container {
  padding: 0px 37px;
}

.need-help-chip {
  width: 12rem;
  font-size: 1.2rem;
  padding: 7px 10px;
  border-radius: 25px;
  background-color: var(--primary-CTA);
  color: #ffffff;
  cursor: pointer;
}

.phone-icon {
  height: 1.2rem;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #ffffff inset !important;
  -webkit-text-fill-color: #231f20 !important;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px #ffffff inset !important;
  -webkit-text-fill-color: #231f20 !important;
}

.detail-card input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #fff2ea inset !important;
  -webkit-text-fill-color: #231f20 !important;
}

.detail-card input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px #fff2ea inset !important;
  -webkit-text-fill-color: #231f20 !important;
}

.container-sec .left-sec {
  padding: 2rem 2rem 1.3rem 0rem;
}

.container-sec .right-sec {
  padding: 0;
}

.review-sec {
  display: flex;
  flex-direction: row;
  min-height: 100vh;
}

.hide {
  display: none;
}

.show {
  display: block;
}

@media only screen and (max-width: 767px) {
  .icon-close:before {
    top: -1rem !important;
  }

  .change::-webkit-input-placeholder {
    opacity: 0.65;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.33px;
    text-align: center;
  }

  .change:-moz-placeholder {
    color: rgba(0, 0, 0, 0.65);
    opacity: 0.65;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.33px;
    text-align: center;
  }

  .change::-moz-placeholder {
    color: rgba(0, 0, 0, 0.65);
    opacity: 0.65;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.33px;
    text-align: center;
  }

  .change:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.65);
    opacity: 0.65;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.33px;
    text-align: center;
  }

  .country-code {
    font-size: 1.6rem !important;
    top: 7px !important;
  }

  ::placeholder {
    color: #b4b1b1;
    font-size: 1.3rem !important;
    font-weight: 300;
    text-indent: 0rem !important;
  }

  ::-webkit-input-placeholder {
    font-size: 1.3rem !important;
  }

  ::-moz-placeholder {
    font-size: 1.3rem !important;
  }

  ::-moz-placeholder {
    font-size: 1.3rem !important;
  }

  ::-ms-input-placeholder {
    font-size: 1.3rem !important;
  }

  .container-sec .left-sec {
    flex: 0 !important;
    padding: 15px 15px 12px 15px !important;
    background-color: white;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  }

  .container-sec .right-sec {
    padding: 0 !important;
    border: unset !important;
  }

  .container-sec {
    background-color: var(--background-color);
  }

  .proposer-block {
    background: #e5eaf7;
  }

  .page-heading {
    height: 4.5rem !important;
  }

  .detail-card input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px #ffffff inset !important;
    -webkit-text-fill-color: #231f20 !important;
  }
}

.otpfont {
  font-size: 1.2rem;
  padding-bottom: 0.2rem;
}

.f-14 {
  font-size: 1.4rem;
}

.mb-60 {
  margin-bottom: 6rem;
}

.sum-container {
  padding: 0 1rem 1rem 1rem;
}

.drawer-head {
  font-weight: 600;
  text-align: center;
  margin: 1rem 0 2rem 0;
  font-size: 1.6rem;
  color: #054263;
}

.service-error-msg {
  font-size: 1.4rem;
  text-align: center;
  color: #fd4c60;
  margin-top: 12px;
}

.p-custom-checkbox .cbx {
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.p-custom-checkbox .cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}

.p-custom-checkbox .cbx span:first-child {
  position: relative;
  width: 15px;
  height: 15px;
  min-width: 15px;
  border-radius: 50%;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #000;
  transition: all 0.2s ease;
}

.p-custom-checkbox .cbx span:first-child svg {
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 1px;
  fill: none;
  stroke: white;
  stroke-width: 1px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}

.p-custom-checkbox .cbx span:first-child svg:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #ddd;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
  transition-delay: 0.2s;
}

.p-custom-checkbox .cbx span:last-child {
  position: relative;
  margin-left: 8px;
  font-size: 12px;
  top: 0px;
}

.p-custom-checkbox .cbx span:last-child .inline-img {
  width: 16px;
  height: auto;
  position: relative;
  margin: 0 3px;
}

.p-custom-checkbox .inp-cbx:checked+.cbx span:first-child {
  border-color: var(--primary-color);
  background: var(--primary-color);
  animation: check 0.6s ease;
}

.p-custom-checkbox .inp-cbx:checked+.cbx span svg {
  stroke-dashoffset: 0;
}

.p-custom-checkbox .inp-cbx:checked+.cbx span:before {
  transform: scale(2.2);
  opacity: 0;
  transition: all 0.6s ease;
}

.p-custom-checkbox.custom-checkbox-squared .cbx span:first-child {
  border-radius: 4px;
}

.p-custom-checkbox.custom-checkbox-round-squared .cbx span:first-child {
  border-radius: 15px;
}

@keyframes check {
  50% {
    transform: scale(1.2);
  }
}

.otpfont {
  font-size: 1.2rem;
  padding-bottom: 0.2rem;
}

.bot-spc-10 {
  margin-bottom: 1rem !important;
}

.sub-txt {
  color: #9a9a9a !important;
  font-size: 12px;
  margin-top: 2rem;
}

.spc-btwn {
  display: flex;
  justify-content: space-between;
}

.resend-mob-otp-link {
  font-size: 14.5px;
  font-weight: 800;
  padding-bottom: 1px;
}

.digit-group input {
  width: 42px;
  height: 50px;
  border: none;
  text-align: center;
  font-size: 24px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  color: #002953;
  margin: 0 10px;
  border-bottom: 1px solid gray;
}

#timer {
  font-size: 1.4rem;
}

.disable-resend-otp {
  color: #ccc !important;
  pointer-events: none;
  cursor: not-allowed;
}

@media (min-width: 769px) {
  app-drawer .popup-drawer-half-size {
    right: 0;
    /* width: 40% !important; */
    left: auto !important;
  }
}

@media (max-width: 991px) {
  h3.page-heading {
    padding: 0 15px;
  }

  .page-back-arrow {
    margin-left: 0;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .banner-text-fullscreen {
    margin-left: 4rem;
  }

  .landing-banner-img {
    max-width: 50%;
  }

  .pointer h6,
  .pointer .dark-theme-gray {
    margin-left: 0;
  }

  .slash-divider {
    padding-top: 1%;
  }

  .btn-spc {
    min-width: auto !important;
    width: 100% !important;
  }
}

.icon-close {
  position: relative;
  z-index: 999;
}

.edit-txt {
  font-size: 16px;
  margin-top: 10px;
  color: #ff5a34;
  cursor: pointer;
  text-transform: capitalize;
}

.filter-dropdown-icon {
  display: flex;
  margin-left: 10px;
  transform-origin: 33% 33%;
}

.filter-dropdown-icon svg {
  width: 12.2px;
  height: 14.3px;
}

.filter-dropdown-icon path {
  fill: none;
}

.filter-dropdown-icon.open {
  transform: rotate(180deg);
}

.d-flex {
  display: flex;
}

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

@media (max-width: 991px) and (min-width: 768px) {
  .progress_c {
    top: 16px !important;
  }

  .dd-brd {
    border: 1px solid #cccccc !important;
  }
}

.downloadIcon svg {
  width: 25px;
  height: 25px;
}

.terms-link {
  line-height: 0.62;
  padding-bottom: 1px;
  color: #ff5928;
  font-size: 13px;
}

#tnc-drawer h2,
#healthQuestionDrawer h2,
#tnc-drawer h6,
#healthQuestionDrawer h6 {
  font-size: 14px;
}

#tnc-drawer .paragraph-align,
#healthQuestionDrawer .paragraph-align,
#tnc-drawer .paragraph-align i,
#healthQuestionDrawer .paragraph-align i,
#tnc-drawer .paragraph-align b,
#healthQuestionDrawer .paragraph-align b {
  font-size: 1.4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.form-control.addPad {
  padding: 1rem 2rem 0.8rem 1.2rem !important;
}

.form-control.left-pad {
  padding: 1rem 2rem 0.8rem 2.4rem !important;
}

.currency-icon {
  font-size: 1.6rem !important;
  vertical-align: sub;
  color: #000;
  font-weight: 400;
}

.border-left {
  border-left: 0.1rem solid #c9c9c9;
}

.border-right {
  border-right: 0.1rem solid #c9c9c9;
}

/* Loader CSS */
.light-loader {
  display: inline-block !important;
}

.dark-loader {
  display: none !important;
}

.disabled-input-field {
  color: #798087 !important;
}

.btn-config {
  margin: 0px 5px;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 35px;
  border: 0;
}

.edit-text {
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

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

.heading-align {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.close-icon {
  float: right;
  cursor: pointer;
  stroke: var(--primary-color);
}

.tnc-description>a {
  font-size: 12px;

}

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

.arrow-color {
  stroke: var(--primary-color);
}