@font-face {
  font-family: 'VAG_Rounded_Light';
  src: url("../fonts/VAGRoundedStd-Light.eot");
  src: url("../fonts/VAGRoundedStd-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/VAGRoundedStd-Light.woff") format("woff"), url("../fonts/VAGRoundedStd-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'VAG_Rounded_Bold';
  src: url("../fonts/VAGRoundedStd-Bold.eot");
  src: url("../fonts/VAGRoundedStd-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/VAGRoundedStd-Bold.woff") format("woff"), url("../fonts/VAGRoundedStd-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'VAG_Rounded_Thin';
  src: url("../fonts/VAGRoundedStd-Thin.eot");
  src: url("../fonts/VAGRoundedStd-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/VAGRoundedStd-Thin.woff") format("woff"), url("../fonts/VAGRoundedStd-Thin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'VAG_Rounded_Black';
  src: url("../fonts/VAGRoundedStd-Black.eot");
  src: url("../fonts/VAGRoundedStd-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/VAGRoundedStd-Black.woff") format("woff"), url("../fonts/VAGRoundedStd-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/*Vertical center*/
/* ---------------------------------------------------------------------- */
/*  Icons
/* ---------------------------------------------------------------------- */
.icon-date {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../../assets/images/calendar.svg") no-repeat;
  display: none; }

.pt0 {
  padding-top: 0 !important; }

.no-border-bb {
  border-bottom: none !important; }

.ml15 {
  margin-left: 15px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt60 {
  margin-top: 60px !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb50 {
  margin-bottom: 50px; }

.mt40 {
  margin-top: 40px !important; }

/*---- Text align ----*/
.text-left {
  text-align: left !important; }

.text-center {
  text-align: center !important; }

.gray-bg {
  background-color: #fafafa; }

/*---- Text weight ----*/
.bold-text {
  font-family: "HelveticaNeueLTStd-Bd", Arial, Helvetica, sans-serif !important; }

/*---- Anchor ----*/
a {
    color: #98272a;
    text-decoration: none;
}
  a:focus {
    outline: none; }

/*---- Text Color ----*/
.lightblue_text {
  color: #01a4f1 !important; }

.blue_text {
    color: #98272a !important;
}

.red_text {
  color: #db0303 !important; }

.green_text {
  color: #068400 !important; }

.blue-bg {
  background: #f7f9fc; }

/*-------------------- border-styling -------------------*/
.border-l {
  border-left: 1px solid #dedede; }

.border-r {
  border-right: 1px solid #dedede; }

.border-t {
  border-top: 1px solid #dedede; }

.border-l {
  border-left: 1px solid #dedede; }

/*-------------------- border styling -------------------*/
/*---------- Button styling ----------*/
.btn {
  border-radius: 0;
  padding: 8px 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'VAG_Rounded_Bold';
  min-width: 110px; }
    .btn.btn-primary {
        background-color: #98272a;
        color: #ffffff;
        border-color: #98272a;
    }
        .btn.btn-primary:active:hover, .btn.btn-primary.active:hover {
            background-color: #98272a;
            color: #ffffff;
            border-color: #98272a;
        }
    .btn.btn-default {
        border-color: #98272a;
        color: #98272a;
        background-color: #ffffff;
    }
        .btn.btn-default:hover {
            background-color: #98272a;
            color: #ffffff;
            border-color: #98272a;
        }
    .btn.btn-yellow {
        border-color: #98272a;
        color: #98272a;
        background-color: #ffffff;
    }
        .btn.btn-yellow:hover {
            background-color: #98272a;
            color: #ffffff;
        }
  .btn.btn-full {
    width: 100%;
    padding: 9px 20px; }
  .btn:focus, .btn :hover {
    outline: none;
    outline-offset: 0; }

.btn:active:focus {
  outline: none;
  outline-offset: 0; }

.btn:active, .btn.active {
  box-shadow: none; }

/*---------- List styling ----------*/
ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0; }

/*---------- Display Table ----------*/
.display-table {
  display: table;
  width: 100%;
  height: 100%; }
  .display-table .display-cell {
    display: table-cell;
    vertical-align: middle; }

/*---------- Form Group ----------*/
.form-group {
  position: relative; }
  .form-group label {
    color: #666666;
    font-size: 14px;
    font-weight: normal; }
    @media screen and (max-width: 767px) {
      .form-group label {
        font-size: 12px; } }
  .form-group .form-control {
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #b3b3b3;
    box-shadow: none;
    border-radius: 0;
    color: #242424;
    font-size: 20px;
    padding: 0; }
    @media screen and (max-width: 767px) {
      .form-group .form-control {
        font-size: 14px; } }
    .form-group .form-control:disabled {
      border-bottom: 1px solid #cdcdcd; }
  .form-group.password-view {
    position: relative; }
    .form-group.password-view .show-password {
      position: absolute;
      right: 0;
      top: 20px; }
    .form-group.password-view .form-control {
      padding-right: 30px; }
    .form-group.password-view .show-password.active .icon-password {
      background-position: -210px 0px; }
  .form-group .resend-otp {
    text-align: right;
    margin-top: 10px;
    display: block; }
  .form-group .error-msg {
    position: absolute;
    top: 108%;
    color: #db0303;
    font-size: 12px;
    margin-bottom: 0; }
  .form-group .error-msg1 {
    top: 108%;
    color: #db0303;
    font-size: 12px;
    margin-bottom: 0; 
    margin-top: 10px;
  }
    .form-group .error-msg span {
      display: inline-block;
      vertical-align: middle;
      margin-top: 3px; }
  .form-group.date-picker {
    position: relative; }
    .form-group.date-picker .input-group-addon {
      position: absolute;
      right: 24px;
      top: 20px;
      background: transparent;
      padding: 0;
      border: 0; }

.locate p {
  font-size: 20px; }
  @media screen and (max-width: 767px) {
    .locate p {
      font-size: 14px; } }

.radio-label-control {
  display: block;
  margin-top: 10px; }

.radio-list li {
  margin-right: 15px;
  display: inline-block; }
  .radio-list li:last-child {
    margin-right: 0; }

.radio-block {
  margin-top: 15px; }
  .radio-block li {
    display: block;
    margin-bottom: 30px; }
    .radio-block li:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .radio-block li {
        margin-bottom: 15px; } }

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #98272a 50%), linear-gradient(135deg, #98272a 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
    background-position: calc(100% - 15px) calc(1em + -5px), calc(100% - 8px) calc(1em + -5px), 98% 0;
    background-size: 7px 7px, 7px 7px, 5em 5em;
    background-repeat: no-repeat;
}
  select.form-control:disabled {
    background-image: linear-gradient(45deg, transparent 50%, #cdcdcd 50%), linear-gradient(135deg, #cdcdcd 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
    border-bottom: 1px solid #cdcdcd; }

/*--------- Dropdown -----------*/
.dropdown-menu > li > a {
  font-size: 14px; }
  @media screen and (max-width: 767px) {
    .dropdown-menu > li > a {
      font-size: 12px; } }

/*--------- Datepicker -----------*/
.datepicker table tr td.today {
  background-color: #ffffff;
  color: #000; }
  .datepicker table tr td.today:hover {
    background-color: #eee;
    color: #000; }

/*--------- Check Box -----------*/
input[type="radio"], input[type="checkbox"] {
  margin: 0;
  margin-top: 0;
  line-height: normal; }

.checkbox-container {
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  position: relative;
  padding-left: 30px; }
  .checkbox-container .checkmark {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../../assets/images/checkbox.svg"); }
  .checkbox-container input:checked ~ .checkmark {
    background: url("../../assets/images/checkbox-selected.svg"); }
  .checkbox-container input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }

/*--------- Radio Button -----------*/
.radiobox-container {
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  position: relative;
  padding-left: 30px; }
  .radiobox-container .checkmark {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: -2px;
    background: url("../../assets/images/radio-icon.svg"); }
  .radiobox-container input:checked ~ .checkmark {
    background: url("../../assets/images/radio-selected-icon.svg"); }
  .radiobox-container input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .radiobox-container.auto-managed .checkmark {
    background: url("../../assets/images/yellow-radio-button.svg"); }
  .radiobox-container.auto-managed input:checked ~ div .checkmark {
    background: url("../../assets/images/yellow-radio-button-selected.svg"); }
    .radiobox-container.auto-managed input:checked ~ div .lbl {
        color: #98272a;
    }

/*---------- Headings ----------*/
h3 {
  font-size: 20px;
  font-family: "HelveticaNeueLTStd-Roman", Arial, Helvetica, sans-serif;
  margin: 0; }
    h3.page-heading {
        color: #98272a;
        font-size: 30px;
        font-family: 'VAG_Rounded_Bold';
        position: relative;
        margin-top: 20px;
    }
    h3.page-heading span {
      display: inline-block; }
    @media screen and (max-width: 767px) {
      h3.page-heading {
        font-size: 20px;
        margin-top: 0; } }
h3.page-heading::after {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    background: #98272a;
    width: 5px;
    height: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}

.page-subheading {
  font-size: 20px; }
  @media screen and (max-width: 767px) {
    .page-subheading {
      font-size: 16px; } }

/*---------- Panel ----------*/
.panel {
  box-shadow: 0px 0px 10px #dedede; }

/*---------- Modal ----------*/
.modal-backdrop {
  background-color: rgba(255, 255, 255, 0.8); }

.modal-dialog {
  display: table-cell;
  vertical-align: middle; }

.vertical-alignment-middle-modal {
  display: table;
  height: 100%;
  width: 100%; }

@media screen and (max-width: 767px) {
  .vertical-alignment-middle-modal {
    width: 90%;
    margin: auto; } }

.modal-content {
  width: inherit;
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  border: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
  border-radius: 0; }
    .modal-content .modal-body {
        border-bottom: 3px solid #98272a;
    }
  .modal-content .icon-close {
    position: absolute;
    right: 0;
    top: -30px;
    cursor: pointer; }

/* ::::::::::: Date picker ::::::::::::::::: */
.ui-widget-header {
    background: #98272a;
    border: 1px solid #98272a;
}

.ui-widget-header .ui-icon {
  background-image: url("../../assets/images/ui-icons_444444_256x240.png"); }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid transparent; }

.ui-datepicker-prev.ui-corner-all.ui-state-hover.ui-datepicker-prev-hover {
  background: transparent;
  border: 1px solid transparent;
  left: 2px;
  top: 2px; }

.ui-datepicker-next.ui-corner-all.ui-state-hover.ui-datepicker-next-hover {
  background: transparent;
  border: 1px solid transparent;
  right: 2px;
  top: 2px; }

/* ::::::::::: IE support ::::::::::::::::: */
select::-ms-expand {
  display: none; }

header.header .custom-container {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

header.header .header-content-left a {
  display: block;
  width: 250px; }
  @media screen and (max-width: 767px) {
    header.header .header-content-left a {
      width: 190px; } }
  header.header .header-content-left a img {
    max-width: 100%; }

@media screen and (max-width: 767px) {
  header.header .header-content-right {
    border-top: 1px solid #efc885;
    margin-top: 9px; } }

header.header .header-content-right > ul {
  text-align: right;
  margin-top: 9px; }
  @media screen and (max-width: 767px) {
    header.header .header-content-right > ul {
      text-align: left; } }
  header.header .header-content-right > ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px; }
    @media screen and (max-width: 767px) {
      header.header .header-content-right > ul li {
        margin-left: 0; } }
    header.header .header-content-right > ul li .callIcon {
      width: 15px; }
    header.header .header-content-right > ul li span, header.header .header-content-right > ul li a {
      padding: 0 3px;
      color: white;
      font-size: 16px; }
      @media screen and (max-width: 767px) {
        header.header .header-content-right > ul li span, header.header .header-content-right > ul li a {
          font-size: 14px; } }
      header.header .header-content-right > ul li span:hover, header.header .header-content-right > ul li a:hover {
        color: #00397a; }
    header.header .header-content-right > ul li .callIcon, header.header .header-content-right > ul li span {
      display: inline-block;
      vertical-align: middle; }
    header.header .header-content-right > ul li .login-icon {
      width: 20px; }

footer.footer {
  border-top: 1px solid #dedede;
  padding: 20px 0; }
  footer.footer .footer-content {
    font-size: 12px; }

body {
  line-height: 1;
  font-family: 'VAG_Rounded_Light';
  color: #202020;
  font-size: 14px;
  background-color: white; }

.content-section {
  padding: 30px 0; }
  .content-section.no-padding {
    padding: 0; }
  .content-section.banner-section {
    position: relative;
    z-index: 1; }
    .content-section.banner-section::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      background: url("../../assets/images/background.svg") no-repeat;
      background-size: cover;
      width: 100%;
      height: 200px;
      z-index: 0;
      opacity: 0.1; }
    .content-section.banner-section::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 200px;
      z-index: -1;
      background-color: rgba(247, 247, 247, 0.3); }
  .content-section.declaration::before {
    opacity: 0.05; }

.panel-wrap {
    margin-bottom: 30px;
    border: 1px solid #98272a;
    padding: 30px 40px;
    box-shadow: 0 0 5px #dedede;
    background-color: #ffffff;
}
  .panel-wrap.home {
    margin-bottom: 0;
    padding: 50px 60px; }
    @media screen and (max-width: 1200px) {
      .panel-wrap.home {
        padding: 40px 40px; } }

.d-none {
  display: none; }

.login-txt {
  margin-bottom: 20px;
  line-height: 18px; }

.resend-otp {
  float: right;
  margin-bottom: 25px; }
  .resend-otp img {
    width: 14px;
    height: 14px;
    margin-right: 5px; }
  .resend-otp::hover {
    text-decoration: none; }

.otp-txt {
  color: #666666;
  margin-bottom: 30px;
  line-height: 18px; }
  .otp-txt span {
    color: #333333; }

.otp-help {
  text-align: center;
  display: none;
  margin-top: 10px;
  font-size: 12px; }
  .otp-help.active {
    display: block; }

.login-section .form-group {
  margin-bottom: 35px; }

.login-section .btn-block {
  display: inline-block; }

.dashboard-banner {
  background-color: #f8f8f8;
  padding: 30px 0; }
  .dashboard-banner .dashboard-welcome {
    color: #333333; }
  .dashboard-banner .dashboard-type {
    color: #666666; }
    .dashboard-banner .dashboard-type span {
      color: #333333; }

.table-section {
  padding: 30px 0;
  max-width: 100%;
  overflow: auto; }
  .table-section th {
    color: #666666;
    font-weight: normal;
    border-bottom: 0px !important;
    font-size: 12px;
    padding: 10px;
    white-space: nowrap; }
  .table-section td {
    font-size: 14px;
    padding: 10px;
    white-space: nowrap; }

.total-section {
    background: #98272a;
    padding: 10px 30px;
    color: #ffffff;
}
  .total-section .total-txt {
    float: left;
    margin-bottom: 0;
    margin-top: 14px; }
    .total-section .total-txt span {
      font-size: 16px; }
    @media screen and (max-width: 767px) {
      .total-section .total-txt {
        float: none; } }
  .total-section .btn-primary {
    float: right; }
    @media screen and (max-width: 767px) {
      .total-section .btn-primary {
        float: none;
        margin-top: 15px; } }

.declaration-banner {
  height: 200px;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 767px) {
    .declaration-banner {
      height: auto; } }
  .declaration-banner .declaration-padding h3 {
    float: left;
    margin-top: 60px; }
    @media screen and (max-width: 767px) {
      .declaration-banner .declaration-padding h3 {
        float: none;
        margin-top: 0px; } }
  .declaration-banner .declaration-padding .upload-sec {
    float: right; }
    .declaration-banner .declaration-padding .upload-sec img {
      width: 110px;
      height: 110px; }
    @media screen and (max-width: 767px) {
      .declaration-banner .declaration-padding .upload-sec {
        float: none;
        margin-top: 10px; } }

.upload-btn {
    position: relative;
    font-size: 16px;
    color: #98272a;
    margin-bottom: 0;
    margin-top: 10px;
    cursor: pointer;
    text-align: center;
}
  .upload-btn .upload {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .upload-btn:hover {
    text-decoration: underline; }

.declaration-padding {
  padding: 30px 0; }
  .declaration-padding .icon-section {
    text-align: center; }
    .declaration-padding .icon-section img {
      width: 58px;
      height: 58px; }
  .declaration-padding .form-section {
    padding-left: 15px;
    position: relative; }
    .declaration-padding .form-section::before {
        content: "";
        position: absolute;
        left: -10px;
        height: 100%;
        border-left: 1px solid #98272a;
    }
    @media screen and (max-width: 767px) {
      .declaration-padding .form-section::before {
        position: static;
        border-left: 0;
        height: 0; } }

.stepper {
  position: relative; }
  .stepper .left, .stepper .right {
    display: inline-block; }
    .stepper .left img, .stepper .right img {
      width: 20px;
      height: 20px;
      cursor: pointer; }
  .stepper .left {
    position: absolute;
    left: 0; }
  .stepper .right {
    position: absolute;
    right: 0; }
  .stepper .stepper-inp {
    width: 60%;
    border: 0;
    background-color: transparent;
    border-bottom: transparent;
    box-shadow: none;
    border-radius: 0;
    text-align: center; }
    @media screen and (max-width: 1200px) {
      .stepper .stepper-inp {
        text-align: left;
        margin-left: 5px; } }
    .stepper .stepper-inp:focus {
      outline: none; }
  .stepper .rupee-symbol {
    margin-left: 40px; }
    @media screen and (max-width: 1280px) {
      .stepper .rupee-symbol {
        margin-left: 25px; } }
  .stepper.age .stepper-inp {
    padding: 0 25px;
    width: calc(100% - 75px); }
  .stepper.age .rupee-symbol {
    margin-left: 0;
    text-align: right; }

.title-input-group select {
  width: 70px;
  float: left;
  margin-right: 15px; }

.title-input-group input, .title-input-group .name {
  width: calc(100% - 85px);
  float: left; }

.title-input-group .name {
  line-height: 34px;
  margin-bottom: 0;
  font-size: 16px; }

.title-input-group.weight .form-control {
  width: calc(100% - 85px);
  float: left;
  margin-right: 15px; }

.title-input-group.weight span {
  width: 70px;
  margin-top: 10px;
  display: inline-block; }

.title-input-group.weight .stepper span {
  width: auto;
  margin-top: 0; }

.form-content {
  color: #666666;
  line-height: 36px; }
  .form-content span {
    color: #333333;
    font-size: 16px; }
  .form-content .form-group {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin: 0 10px; }
    .form-content .form-group .form-control {
      font-size: 16px;
      height: 26px; }
    .form-content .form-group.salaried {
      min-width: 100px; }
  .form-content .stepper {
    margin-top: 10px; }
    .form-content .stepper .left img, .form-content .stepper .right img {
      width: 16px;
      height: 16px; }
    .form-content .stepper.age .stepper-inp {
      width: 100px;
      text-align: left; }
  .form-content .title-input-group.weight > span {
    width: auto;
    margin-top: 5px; }
  .form-content .title-input-group.weight .form-control {
    width: 100px; }
  .form-content .exisitng-list {
    display: inline-block;
    margin-right: 15px; }
  .form-content .radiobox-container .checkmark {
    top: 7px; }

.lose-gain-input {
  width: 200px; }
  .lose-gain-input.lose {
    display: none; }

.form-header {
  border-bottom: 1px solid #b3b3b3;
  font-size: 16px;
  color: #333333;
  padding-bottom: 15px;
  margin-bottom: 15px; }

.selection-data {
  margin-top: 20px;
  display: none; }

.details-list > li {
  margin-bottom: 20px;
  padding-left: 25px;
  line-height: 20px;
  background: url(../../assets/images/list-arrow.png) 0 2px no-repeat; }
  .details-list > li:last-child {
    margin-bottom: 0; }
  .details-list > li.active .selection-data {
    display: block; }
    .details-list > li.active .selection-data .input-group-addon {
      top: 27px; }
    .details-list > li.active .selection-data .sub-txt {
      color: #777777; }
  .details-list > li .form-control {
    font-size: 16px; }
  @media screen and (max-width: 767px) {
    .details-list > li .radiobox-container {
      margin-top: 20px; }
    .details-list > li .radiobox-container .checkmark {
      top: -2px !important; } }

.specify-list .checkbox-container {
  margin-top: 7px;
  color: #111; }

.specify-list .form-group {
  margin-bottom: 15px; }

.specify-list-check li {
  margin-bottom: 20px; }

.tooltip-box img {
  width: 18px;
  height: 18px; }

.form-footer {
  text-align: center; }

.agree-nach .checkmark {
  top: -4px; }

/*:::::::::::::::: Thank you :::::::::::::::::::::*/
.thank-you-wrap {
  background: url(../images/sr-bg.jpg) no-repeat;
  background-size: cover; }
  .thank-you-wrap .display-table {
    padding: 60px 0; }
    .thank-you-wrap .display-table .display-cell {
      width: 50%;
      vertical-align: middle; }
      .thank-you-wrap .display-table .display-cell .main-title {
        font-size: 36px;
        color: #1b5496;
        font-family: "VAG_Rounded_Bold", Arial, Helvetica, sans-serif; }
      .thank-you-wrap .display-table .display-cell .name {
        font-size: 20px;
        color: #111111; }
      .thank-you-wrap .display-table .display-cell .info {
        font-size: 18px;
        margin-bottom: 20px; }
      .thank-you-wrap .display-table .display-cell .link-wrap {
        font-size: 18px; }
        .thank-you-wrap .display-table .display-cell .link-wrap a {
          text-decoration: none;
          color: #33c1e6;
          position: relative; }
      @media screen and (max-width: 767px) {
        .thank-you-wrap .display-table .display-cell.block-l {
          display: none !important; } }

.agree-checkbox span.lbl span.mob-lbl {
  display: inline-block;
  width: 150px; }


/*:::::::::::::::: Reinstatement :::::::::::::::::::::*/

.ml-disc { margin-left: 70px;}
.newPayment-mode > p {
    position: relative;
    font-size: 18px;
    color: #98272a;
    margin-bottom: 40px;
    margin-top: 50px;
}
.newPaymentBtn {display: flex; align-items: center; justify-content: space-between; max-width: 700px; width: 100%;}
.btn.newBtnBlue {
    background-color: #98272a;
    color: #ffffff;
    text-transform: none;
}
.newPayment-disc { margin-top: 80px;}
.newPayment-disc > p {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; color: #000; font-weight: bold;}
.newPayment-disc > p > a { color: #000;}

@media only screen and (max-width: 767px) {
  .newPayment-mode > p {font-size: 16px;}
}

@media only screen and (max-width: 479px) {
  .ml-disc { margin-left: 60px;}
  .newPayment-disc > p { font-size: 10px;}
  .btn.newBtnBlue {min-width: 90px;}
}