﻿a {
  text-decoration: none;
}

.calendarIcon {
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-color: #a8a8a8;
  display: flex;
  align-items: center;
}

.product-input .rupee {
  padding: 9px 12px !important;
}

.form-inline .form-control {
  padding: 6px !important;
  border: 1px solid #a8a8a8;
  height: 33px !important;
  width: 31% !important;
}

.form-control {
  height: 33px !important;
}

.select2-selection__rendered:hover {
  background: #e7e7e7;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: auto !important;
  position: absolute;
  top: none;
  right: 1px;
  width: auto !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent !important;
  border-style: solid;
  border-width: 0px !important;
  background: url("/images/download_ico.png") no-repeat !important;
  height: 23px;
  left: -7%;
  margin-left: -29px;
  margin-top: 3px;
  position: absolute;
  top: 16%;
  width: 30px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered:focus {
  outline: 0 !important;
}

.select2-container--default .select2-selection--single {
  outline: 0 !important;
}
/*.select2-selection--single {
        display:none !important;
        }*/
/*.select2 span {
    font-size: 12px !important;
}*/

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #f9f9f9;
  color: #0b4daa;
  /*background-color:#fff;*/
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #f9f9f9;
  color: #0b4daa;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  /*border: none;
            border-bottom: 1px solid #ccc;*/
  border-radius: 0px;
}

.select2-container .select2-selection--single {
  height: 33px !important;
}

.select2-container {
  display: block !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 33px !important;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
  display: none;
}

.select2-search--dropdown {
  display: none;
}

.select2-search__field {
  display: none !important;
}

.SelectGap select {
  position: relative;
}

.SelectGap select:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #666;
  position: absolute;
  right: 8px;
  top: 8px;
  pointer-events: none;
}

.SelectGap select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  font-size: inherit;
  line-height: inherit;
  width: 100%;
}

.SelectGap select::-ms-expand {
  display: none;
}

#ddlPR_MI {
  border: 1px solid #ccc !important;
  position: relative;
  left: 30px;
}

tr,
th,
td {
  height: 0px !important;
  text-align: center;
}

#divDisclaimer table tr {
  background: #fff !important;
}

.button span:after {
  content: "" !important;
  opacity: 1;
  top: 0;
  right: 0px;
  transition: 0.5s;
}
/*@font-face {
    font-family: 'helvetica';
    src: url('../fonts/helvetica.ttf') format('truetype');
}*/
@font-face {
  font-family: "OpenSans";
  src: url("../font/OpenSans.ttf") format("truetype");
}

.alignFromTop {
  position: relative;
  top: 16px;
}

.verticallyAlign {
  display: flex;
  align-items: center;
  font-size: 11px !important;
}

.sliderGapToggle {
  top: 13px !important;
}
/*@font-face {
    font-family: 'Arial Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Regular'), url('fonts/ARIAL.woff') format('woff');
}*/
/*@font-face {
            font-family: 'Allianz Sans';
            font-style: normal;
            font-weight: normal;
            src: url('../fonts/ALSANREG.otf');
        }*/

.dropdown-menu {
  z-index: 99999 !important;
}

.switch {
  position: relative;
  width: 55px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #016bb6;
}
/*.familyToggle:disabled + .slider {
    opacity: 0.7;
    pointer-events: none;
    background-color: #016bb6 !important;
}*/
input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
  height: 22px;
  width: 50px;
}

.slider.round:before {
  border-radius: 50%;
}

.toggleLabel {
    /*display: block;*/
    height: auto !important;
}
.idm-switch_div {
display:inline-block;
}

.ModalOkBtn {
    border-radius: 4px;
    padding: 3px 16px;
    background: #4790dc;
    color: #fff;
    letter-spacing: 1px;
    border: 0px;
    font-size: 15px;
}

.WhiteSpace {
  white-space: nowrap;
}

.htmltable td {
  padding: 8px !important;
  background: #edf6ff !important;
}

.htmltable th {
  padding: 8px !important;
  text-align: center;
}

table,
th,
td {
  font-size: 12px !important;
}

.center,
th,
td {
  border-width: 0px 1px 0px 0px;
  border-style: solid;
}

.table-condensed,
th,
td {
  border-width: 0px 0px 0px 0px;
  border-style: solid;
}

.PersonalDiv th {
  padding: 8px !important;
  background: #fff;
  color: #08c;
}

.PersonalDiv tbody {
  background: #edf6ff;
}

.PersonalDiv tr {
  background: #edf6ff;
}

.PersonalDiv td {
  padding: 8px !important;
  background: #edf6ff;
  border: none !important;
}

.section3 td {
  padding: 8px !important;
  background: #f8ffed;
  border: 1px solid #d5e7f5 !important;
}

.section3 th {
  padding: 8px !important;
  background: #f8ffed;
  color: #08c;
  text-align: center;
  border: 1px solid #d5e7f5 !important;
}

.section3 tr > td:last-child {
  background: #c7daee;
  text-align: center;
}

.clear {
  clear: both;
}

#LastName {
  margin-left: 4px;
}

.DisNoneMod {
  display: none !important;
}

.DisBlockerr {
  display: block !important;
}

.qty .count {
  color: #909397;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  padding: 0 2px;
  min-width: 25px;
  text-align: center;
}

/*Prevent text selection*/
.qty span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.qty input {
  border: 0;
  width: 2%;
}

.qty input::-webkit-outer-spin-button,
.qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.qty input:disabled {
  background-color: white;
}

.SelectGap {
  margin-bottom: 15px;
}

.NoneDis {
  display: none;
}

.DisBlock {
  display: block !important;
}

.BasicMargin {
  margin-top: 22.5rem !important;
}

.ProMarginTop {
  margin-top: 16rem !important;
}

.FundChoise {
  border-bottom: 1px solid #e0dddd;
  padding: 4px 0px;
  font-size: 12px;
}

.TotalPadding {
  padding: 9px 0px 9px 0px;
  overflow: hidden;
}

.InputFldBrd {
  outline: 0;
  border: 1px solid #dad8d8;
  border-radius: 4px;
  padding: 4px 7px;
  width: 100%;
}

.fund_error_msg {
  color: #dd4030;
}

.fund_error {
  color: #dd4030;
}

h1 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  /* text-transform: uppercase; */
  margin: 0;
  letter-spacing: 1px;
}

.rhs-fixed-layout {
  position: fixed;
  top: 125px;
  right: 0;
  width: 320px;
  height: 80%;
  overflow-y: scroll;
  background: #fff;
  z-index: 999;
  padding-left: 20px;
  background: #f5faff;
}

.lhs-fixed-layout {
  position: fixed;
  height: 100%;
  top: 120px;
  border-right: 1px solid #aecff7;
}

.panelDefaultCss {
  border: none;
  box-shadow: 0px 0px 5px #ccc;
  margin-bottom: 1rem;
  border-radius: 5px;
}

.content-heading {
  border: none;
}

/*. {
            margin: 0;
        }*/

.bgMaroon {
  background: #8e1111 !important;
}

.maroon {
  color: #8e1111 !important;
}

/*.checkbox .active {
            border-color: #8E1111 !important;
            background-color: #8E1111 !important;
            color: #fff;
        }*/

/*Flex*/

#divDisclaimer {
  letter-spacing: 1px;
  text-align: justify;
  /*page-break-inside:avoid;*/
}

#divDisclaimer table {
  page-break-inside: auto !important;
}

#divDisclaimer table tr {
  page-break-inside: avoid !important;
  page-break-after: auto !important;
}

#divDisclaimer table tr div {
  page-break-inside: avoid !important;
  page-break-after: auto !important;
}

#conditionDiv,
#decalarationDiv {
  padding: 10px;
}

#decalarationDiv {
  border-top: 1px solid #ccc;
}

.flexCol {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.panelDefaultCss {
  border: none;
  box-shadow: 0px 0px 5px #ccc;
  margin-bottom: 1rem;
  border-radius: 5px;
}

.panelHeadingCss {
  padding: 10px;
  color: #6d6d6d !important;
  background-color: #fbfbfb !important;
  border-color: #627a99;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #ebebeb !important;
}

.rupee {
  color: #ffffff !important;
  background: #1c86f0 !important;
  margin-left: 2px;
}

.form-group {
  margin-bottom: 15px;
}

.flexBtn {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 580px) {
  .noPaddingMob {
    padding: 0px;
  }

  .riderMobCss {
    border-right: 0px !important;
  }

  .DOB-mobile {
    width: 75% !important;
  }

  .checkbox {
    margin-top: 0px;
  }

  .product-dynamic-info .form-control-dynamic {
    margin-bottom: 0px;
  }

  .divAmount {
    margin-top: 12px;
  }

  .proposer-info.row-section {
    margin-top: 0px;
  }

  .table-responsive {
    border: none !important;
  }

  .product {
    margin-top: 0px;
    margin-right: 0;
    min-width: 280px;
    /*padding-left: 20px;*/
  }
}

@media screen and (max-width: 767px) {
  .familyTable {
    width: 1200px;
  }

  .txtChangeSlider {
    width: 20% !important;
  }

  .incomePaidParent {
    padding-left: 0px;
    margin-bottom: 10px;
  }

  .verticallyAlign {
    align-items: center !important;
  }

  .addPaddingonMobile {
    padding-left: 15px !important;
  }

  .boxPDLeftRight {
    padding-left: 0px;
    margin-bottom: 19px;
  }

  .controlZIndex {
    z-index: 1 !important;
  }

  .platDiv .col-lg-3 {
    margin-bottom: 20px !important;
  }

  .platDiv .col-md-3 {
    margin-bottom: 20px !important;
  }

  .AddPartnerBtn:before {
    position: relative !important;
    font-size: 18px !important;
  }

  .addPartnerText {
    left: 10px;
    top: 0px !important;
  }

  .displayBox {
    margin-bottom: 20px !important;
  }

  .PartnerSec {
    line-height: 25px !important;
    padding-left: 0px !important;
  }

  .partnerDetails {
    white-space: nowrap;
    display: flex;
    width: 300px !important;
    overflow: auto;
    padding-left: 0px;
    margin-bottom: 17px;
  }

  .AddPartnerBtn {
    width: 56% !important;
    font-size: 13px !important;
  }

  .card-wrapper {
    position: relative;
    margin-right: 15px;
  }

  .textLeft {
    text-align: left !important;
  }

  .activeRidBtn {
    background: #e0ddde !important;
    color: #fff !important;
  }

  .riderBtnName {
    display: none;
  }

  .riderIcon {
    display: block !important;
  }

  .iconSize {
    width: 30px;
  }

  .riderSuCatList {
    position: relative;
    white-space: nowrap;
    overflow-x: auto;
    width: 79%;
    z-index: 999999;
  }

  .riderSuCatList li {
    border-radius: 7px !important;
    width: 68px;
    text-align: center;
  }

  .beware_block {
    font-size: 10px !important;
  }

  .changeOrder {
    display: flex;
    flex-direction: column;
  }

  .changeOrder .oneDiv {
    order: 2;
  }

  .changeOrder .twoDiv {
    order: 3;
  }

  .changeOrder .threeDiv {
    order: 4;
  }

  .changeOrder .fourDiv {
    order: 1 !important;
  }

  #slick-slide-control00 {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 0px;
    background: #fff;
  }

  #slick-slide-control01 {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 0px;
    background: #fff;
  }

  #slick-slide-control02 {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 0px;
    background: #fff;
  }

  #slick-slide-control03 {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 0px;
    background: #fff;
  }

  .slick-slide:before {
    content: " ";
    display: block;
    position: relative !important;
    height: auto !important;
    width: 0px !important;
    top: 0;
    left: 0px;
    background-color: #fff;
  }

  .slick-active {
    width: 300px !important;
  }

  .slick-slide {
    width: 300px !important;
    padding: 14px;
  }

  .slick-dots li button:before {
    font-size: 20px !important;
  }

  .footer_link {
    padding-left: 0px;
  }

  .brdNone {
    border: 0px !important;
  }

  .slick-prev,
  .slick-next {
    display: none !important;
  }

  .generateIlls,
  .product {
    font-size: 15px !important;
    padding-left: 0px !important;
  }

  /*.pnbLogo {
            height: 30px !important;
        }*/

  .head_social_lnk > a {
    font-size: 17px !important;
  }

  /* .select2-container {
        width: 100% !important;
    }*/

  .leftonMbl {
    float: left !important;
  }

  .widthFirstTblDis {
    width: 100% !important;
    margin-bottom: 10px !important;
    margin-left: 0% !important;
    height: 180px !important;
  }

  #divDisclaimer div {
    width: 100% !important;
    margin-left: 0% !important;
  }

  .widthFirstTbl {
    width: 100% !important;
  }

  .widthDescl div {
    width: 100% !important;
  }

  .widthDesclmarginL {
    margin-left: 0% !important;
  }

  .cancelMobile {
    display: table-cell;
    position: relative;
    left: 0px;
    float: right;
    top: 11px;
  }

  .total_fund {
    /*display: none;*/
  }

  .HideMobileS {
    display: none;
  }

  .mobileWidth {
    width: 91% !important;
  }

  .MobileDisplay {
    display: inherit !important;
  }
}

@media screen and (max-width: 580px) {
  .TransferWalletParent {
    margin-top: 22px;
    padding-left: 0px !important;
  }
}

.validate {
  border-radius: 12px 12px 12px 12px;
  border: 1px solid;
  color: #ffffff;
  background: #0072bc;
}

#LtHtmlTableFormat > table {
  margin-top: 5px;
}

.table-responsive {
  border: none !important;
}

.ddlFundStrategyDiv:after {
  top: 39.1% !important;
  right: 2px !important;
}

@media screen and (max-width: 360) {
  .TableMobile td:nth-child(1) {
    width: 283px !important;
  }
}

@media screen and (max-width: 580) {
  table tbody .lifeMinWidth {
    max-width: 283px !important;
  }

  .otherMinWidth {
    min-width: 238px;
  }

  .minWidth {
    min-width: 185px;
  }
}

@media only screen and (max-width: 990px) {
  .NumSec {
    padding-left: 5px;
    width: 6%;
  }

  #DivPinCode {
    margin-bottom: 7% !important;
  }

  #contentDiv {
    margin-top: 2% !important;
  }
}

@media screen and (min-width: 800) {
  .displayNoneMob {
    padding: 0px !important;
  }
}

/* BUTTON 3 */
/*.btnBackground::after {
            height: 0;
            left: 50%;
            top: 50%;
            width: 0;
        }

        .btnBackground:hover:after {
            height: 100%;
            left: 0;
            top: 0;
            width: 100%;
        }*/

.btnBackground:hover {
  /*background-color:#337ab7 !important;
            border:#337ab7 !important;*/
  color: #1c86f0 !important;
}
/*button::before,
        button::after {
            background: #fff;
            content: '';
            position: absolute;
            z-index: -1;
        }*/
.btnBackground:hover {
  background: #fff !important;
  border: 2px solid #1c86f0 !important;
}

/*button:hover {
    color: #2ecc71;
}*/

/*.bgGreen {
        background: #1C86F0 !important;
    }*/

.checkbox .active {
  border-color: #012148 !important;
  background-color: #012148 !important;
  color: #fff;
}

.validate {
  background: #1c86f0 !important;
  border: 1px solid #1c86f0 !important;
}

.navBarPosition {
  margin-top: 40px !important;
}

.NumberSec li a {
  border: 1px solid #1c86f0;
}

.is-active {
  background: #1c86f0;
}

.nvestLogoPosition {
  padding: 5px 5px 5px !important;
}

.NumSec {
  border-right: 1px solid #1c86f0;
  margin-top: 24rem;
}

.subHeadingBlue {
  color: #012148 !important;
}

.btnAge {
  border: 1px solid #f89c30;
  background: #f89c30;
  color: #fff;
  border-radius: 50px;
}

.btnAge:hover,
.btnAge:focus,
.btnAge:active {
  border: 1px solid #f89c30 !important;
  background: #fff !important;
  color: #f89c30;
}

.tooltip {
  z-index: 1;
}

ul.menu-list {
  list-style: none;
  position: relative;
  display: inline-table;
  padding: 0px;
  margin: 0px;
  height: 100%;
}

.top_menu {
  float: right;
  margin: 20px 0 0;
}

.top_menu li:first-child {
  border: medium none;
  padding-right: 0;
}

.top_menu li {
  border-left: 1px solid #878787;
  float: left;
  font-size: 13px;
  padding: 0 16px;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.top_menu button.btn.btn-secondary.dropdown-toggle {
  background: #1c86f0;
  background: -moz-linear-gradient(#1f7bbe, #1c86f0);
  background: -o-linear-gradient(#1f7bbe, #1c86f0);
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#1f7bbe),
    to(#1c86f0)
  );
  background: -webkit-linear-gradient(#1f7bbe, #1c86f0);
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 700;
  margin: -10px -1px 0;
  overflow: hidden;
  padding: 6px 42px 7px 5px;
  position: relative;
  z-index: 999;
  font-weight: normal;
}

.top_menu .topDropdownArrow {
  bottom: -8px;
  display: none;
}

.topDropdownArrow {
  display: inline-block;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #c3c3c3;
  position: absolute;
  bottom: 2px;
  left: 106px;
}

.top_menu > li .dropdown-menu {
  padding: 0;
}

.top_menu .dropdown-menu {
  top: 122%;
}

.dropdown-menu {
  top: 120%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.dropdown-menu {
  z-index: 2000;
}

.dropdown-menu {
  position: absolute;
  left: 0;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background-clip: padding-box;
}

.top_menu > li a.dropdown-item:first-child {
  border-top: none;
}

.top_menu > li a.dropdown-item {
  display: block;
  width: 100%;
  text-decoration: none;
  border-top: 1px solid #c3c3c3;
  padding: 10px 10px 10px 15px;
  cursor: pointer;
  text-decoration: none !important;
  transition: none;
}

.head_social_lnk {
  clear: both;
  display: inline;
  float: right;
  text-align: center;
  /*margin: -75px 15px 0;*/
}

.head_social_lnk > a {
  color: #016ab6;
  font-size: 23px;
  display: block;
  text-align: right;
}

.head_social_lnk > ul {
  margin: 5px 0;
  margin: 0px 0 0;
  overflow: hidden;
  float: right;
}

.head_social_lnk > ul li {
  float: left;
  margin: 0 0 0 8px;
}

.head_social_lnk > ul li a.fb {
  background: url("../images/fb-ico.png") 0 0 no-repeat;
}

.head_social_lnk > ul li a.twit {
  background: url("../images/twit-ico.png") 0 0 no-repeat;
}

.head_social_lnk > ul li a.linkedin {
  background: url("../images/linkedin_ico.png") 0 0 no-repeat;
}

.head_social_lnk > ul li a.youetube {
  background: url("../images/youtube_ico.png") 0 0 no-repeat;
}

.head_social_lnk > ul li a {
  display: inline-block;
  height: 33px;
  text-indent: -3333em;
  width: 33px;
}

.top_menu > li a {
  color: #333;
  font-size: 13px;
}

/*.product-name {
        top: 0px !important;
        background: white !important;
    }*/

.generateIlls {
  color: #000;
  font-size: 20px;
  font-weight: bold;
}

.boxPDLeftRight {
  padding: 0px 15px;
}

.brdBtm {
  border-bottom: 2px solid #1c86f0;
  padding: 0px 0px 10px 0px;
}

.footer_link {
  background: #1c86f0;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 0;
  overflow: hidden;
}

.footer_info {
  border-bottom: 1px solid #c6c6c6;
  overflow: hidden;
  padding: 35px 2% 20px;
  /*margin-bottom:15px;*/
}

.footer_info > div.footer_info_lt {
  margin: 0 1% 0 0;
  width: 17%;
}

.footer_info > div {
  float: left;
}

ul {
  padding: 0px;
}

.footer_info > div.footer_info_md {
  width: 53%;
  margin-right: 3%;
  margin-left: 2%;
}

.footer_info > div.footer_info_rt {
  width: 24%;
}

.beware_block a {
  background: #066ab5;
  border-radius: 10px;
  color: #fff;
  padding: 2px 8px;
}

.footer_info_md > ul {
  font-size: 11px;
  list-style-position: outside;
  margin-top: 5px;
  padding-left: 0px;
}

.footer_info_md > ul li {
  background: url(https://ill.pnbmetlife.com/Illustration/Content/images/footer_list_img.jpg)
    5px 3px no-repeat;
  list-style: none;
  padding-left: 20px;
}

.footer_logo {
  background: url(https://ill.pnbmetlife.com/Illustration/Content/images/footer-logo.jpg)
    no-repeat scroll right center;
  display: inline-block;
  height: 34px;
  margin: 0 0 25px;
  width: 160px;
}

.social_lnk {
  float: none;
  margin: 0 auto;
  overflow: hidden;
  padding-left: 0px;
}

ul.social_lnk li {
  float: none;
  margin: 0 2px 5px;
  display: inline-block;
}

ul.social_lnk li a.fb {
  background: url("../images/fb-ico.png") 0 0 no-repeat;
}

ul.social_lnk li a.twit {
  background: url("../images/twit-ico.png") 0 0 no-repeat;
}

ul.social_lnk li a.linkedin {
  background: url("../images/linkedin_ico.png") 0 0 no-repeat;
}

ul.social_lnk li a.youetube {
  background: url("../images/youtube_ico.png") 0 0 no-repeat;
}

ul.social_lnk li a {
  display: inline-block;
  height: 33px;
  text-indent: -3333em;
  width: 33px;
}

.footer_bottom_lnk {
  clear: both;
  float: left;
  padding: 25px 10px;
  width: 100%;
}

.footer_bottom_lnk p {
  margin-bottom: 3px;
}

.footer_bottom_lnk p a {
  color: #616161;
  font-size: 13px;
  margin-bottom: 5px;
}

.footer_bottom_lnk p.solicitation {
  color: #a1a1a1;
  font-size: 12px;
  margin-bottom: 10px;
  line-height: inherit;
}

.pngmetlife_copyrights {
  color: #a1a1a1;
  font-size: 12px;
  width: 75%;
  float: left;
  line-height: inherit;
}

.pngmetlife_verisign {
  width: 15%;
  float: right;
}

.footer_bottom_lnk p.pngmetlife_verisign a {
  float: right;
}

.subscribe_wrapper {
  display: inline-block;
  position: relative;
  width: 80%;
  padding: 0px 0px 0px 20px;
}

.footer_bottom_lnk p a {
  color: #616161;
  font-size: 10.6px;
  margin-bottom: 5px;
}

.foo-lnk_block > h1 {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 20px;
}

.foo-lnk_block.slick-slide {
  min-height: 400px;
}

.foo-lnk_block ul li > a {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 5px;
}

.subscribe_wrapper .form-control.send_mailid {
  border: none;
  border-radius: 3px;
  box-shadow: none;
  float: left;
  padding: 0px 35px 0px 10px;
  width: 100%;
  height: 35px;
  line-height: 35px;
}

.subscribe_wrapper .mailid_btn {
  background: url("/images/mailIco.PNG") center center no-repeat;
  border: medium none;
  box-shadow: none;
  position: absolute;
  right: 0;
  width: 40px;
  height: 36px;
  cursor: pointer;
  margin: 0px;
  border-radius: 0 3px 3px 0;
  padding: 0px;
  outline: 0;
  text-indent: -999em;
}

.foo-lnk_block > h1.foo_about_lnk {
  margin-bottom: 27px;
}

.foo-lnk_block > h1 a {
  color: #fff;
}

.slick-slide > p {
  color: #fff;
  font-size: 12px;
  margin-bottom: 7px;
  line-height: 20px;
  width: 100%;
}

.listText {
  padding: 0px 0px 0px 20px;
}

.slick-slide > p.f11 {
  font-size: 9px;
  line-height: 15px;
  margin-top: 7px;
  font-weight: bold;
  padding: 0px 0px 0px 0px;
}

.foo-lnk_block p {
  color: #fff;
  font-size: 11px;
  margin-top: 10px;
}

.top_menu button.btn.btn-secondary.dropdown-toggle i {
  background: url("/images/download_ico.png") top left no-repeat;
  width: 26px;
  height: 26px;
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 4px;
}

.policy_search label {
  background-position: center center;
  display: inline-block;
  float: left;
  height: 40px;
  width: 40px;
  margin-bottom: 0px;
}

.product_name_ico {
  background: url("/images/product_ico.png") no-repeat scroll;
}

.caret {
  background: url("/images/download_ico.png") no-repeat scroll center center;
  border: medium none;
  height: 23px;
  margin: 0;
  top: 8px;
  width: 23px;
  right: 5px;
}

.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.btn .caret,
.btn-group > .btn:first-child,
.nav-stacked > li + li {
  margin-left: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.nextIcon {
  display: none;
}

.m-r-12 {
  margin-right: 12px;
}

.AddPartnerBtn {
  width: 100%;
  margin: 0px;
  padding: 6px 10px;
  border: 1px solid #1c86f0;
  border-radius: 12px;
  background: #fff;
  letter-spacing: 1px;
  color: #1c86f0;
  position: relative;
  font-size: 16px;
}

.AddPartnerBtn:before {
  content: "\f234";
  font-family: "FontAwesome";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  font-size: 22px;
}

.addPartnerText {
  position: relative;
  top: 20px;
}

.AddPartnerBtn:hover {
  background: #1c86f0;
  color: #fff !important;
}

.PartnerSec {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  line-height: 100px;
  padding-right: 0px;
  padding-left: 20px;
}

.partnetName {
  font-size: 11px;
  margin-bottom: 10px;
}

.card-wrapper {
  /*margin-right: 16px;*/
  position: relative;
}

.card-label {
  width: 100%;
}

.card-label input {
  display: none;
}

.card-label .icon {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 8px;
  right: 26px;
  /*-webkit-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);*/
}

.card-label input:checked + .icon:before {
  content: "";
  position: absolute;
  /* background: url(../images/riders/checkbox-tick.svg) no-repeat center; */
  font-family: "FontAwesome";
  height: 6px;
  color: #fff;
  background-size: 10px;
  background-color: #41d38e;
  width: 20px;
  border-radius: 50%;
  height: 20px;
  top: -3px;
  left: -2px;
}

.card-label input:checked ~ .card-content {
  border: 1.5px solid #1c86f0;
}

.card-content {
  display: inline-block;
  cursor: pointer;
  border: 1.5px solid #dadada;
  border-radius: 8px;
  width: 100%;
  height: auto !important;
  background: #fff;
  padding: 14px 8px 5px;
  padding-bottom: 27px;
}

.person-name {
  margin-bottom: 6px;
  width: 85%;
}

.card-label input:checked ~ .card-content {
  border: 1.5px solid #1c86f0;
}

.card-wrapper .gender-dob-detail {
  border-bottom: 1px solid #dadada;
  padding-bottom: 8px;
}

.card-wrapper .gender-detail {
  margin-right: 16px;
}

.card-wrapper .gender-dob-detail .lable {
  font-size: 12px;
  color: #8c8c8c;
  font-family: "TATAAIAPrintRegular", sans-serif;
  margin-bottom: 2px;
  line-height: 14px;
}

.card-wrapper .gender-dob-detail .value {
  font-size: 14px;
  color: #2f2f2f;
  font-family: "TATAAIAPrintRegular", sans-serif;
  margin-bottom: 2px;
}

.iconPart {
  display: inline-block;
  margin-top: 8px;
  width: 90%;
  position: absolute;
  bottom: 5px;
  left: 13px;
}

.delete-icon {
  float: right;
}

@media (min-width: 1200px) {
  .col-lg-offset-1 {
    margin-left: 4.333333%;
  }
}

@media (min-width: 992px) {
  .w-100 {
    /*width: 335px !important;*/
    position: relative;
    left: 20px;
  }

  .col-md-offset-1 {
    margin-left: 4.333333%;
  }
}

@media screen and (max-width: 767px) {
  .subHeadingBlue {
    font-size: 14px;
  }

  .pd-left-0 {
    padding-left: 0px;
  }

  .bg-green-div {
    margin: 10px 4px 10px 15px !important;
  }

  #headerproductname {
    line-height: 20px;
    display: block;
  }

  .accordion-body {
    padding: 1rem 1.25rem !important;
  }

  .m-r-12 {
    margin-right: 0px !important;
  }

  .m-b-25 {
    margin-bottom: 25px;
  }

  .m-b-15 {
    margin-bottom: 15px;
  }

  .ml-0 {
    margin-left: 0% !important;
  }

  .form-inline .form-control {
    width: 97% !important;
  }

  .nextIcon {
    display: block;
  }

  #dynamiccontrol div:first-child {
    padding: 0px;
  }

  .content-heading {
    margin-bottom: 12px;
  }

  .backToTop {
    top: 2% !important;
    cursor: pointer;
  }

  .flgbackTop {
    width: 70px;
  }

  .slick-dots {
    display: block !important;
  }

  input[type="number"] {
    width: 100% !important;
  }

  .product_list {
    left: -4% !important;
  }

  .footer_logo {
    background-position: center center;
    margin: 0 0 15px;
    width: 180px;
    background-size: inherit;
  }

  .footer_info > div.footer_info_lt {
    clear: both;
    float: none;
    margin: 0 auto 25px;
    overflow: hidden;
    width: 215px;
    text-align: center;
  }

  .footer_info > div.footer_info_md,
  .footer_info > div.footer_info_rt {
    margin: 0 0 5px;
    width: 100%;
  }

  .footer_bottom_lnk {
    background-position: center bottom;
    margin-bottom: 25px;
  }

  .pngmetlife_copyrights {
    width: 100%;
    line-height: inherit;
  }

  .pngmetlife_verisign {
    text-align: center !important;
    width: 100%;
    margin: 15px 0 0;
  }
}

.is-open {
  display: block !important;
}
/*@media only screen and (max-width: 1330px) and (min-width: 800px)  {
             .w-100 {
                width: 233px !important;
                padding: 10px 20px 0px 20px;
            }
        }
        @media screen and (min-width: 800px) {
            .w-100 {
                width: 233px;
                padding: 10px 20px 0px 20px;
            }
        }*/
/*@media screen and (min-width: 960px) {
            .w-100 {
                width: 260px;
                padding: 10px 20px 0px 20px;
            }
        }*/
/*@media only screen and (max-width: 1450px) and (min-width: 1300px)  {
             .w-100 {
                width: 1450px !important;
                margin:auto;
            }
        }
        @media screen and (min-width: 1450px) {

            .slick-track {
                width: 1390px !important;
                margin:auto;
            }
        }*/

.slick-dots li button:before {
  font-size: 20px;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  color: #fff;
}

.TextSays {
  color: #fff;
  font-size: 11px;
  margin-bottom: 31px;
  height: 61px;
}

.carousel-indicators {
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 15;
  top: 112%;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.left {
  display: none;
}

.right {
  display: none;
}

.listText li {
  margin-bottom: 7px;
}

.listText li a {
  color: #fff !important;
  font-size: 13px !important;
  letter-spacing: 0px;
}

.foo_about_lnk a {
  color: #fff;
}

.OurDistrubutors {
  margin: 25px 0px 12px 0px;
}

.brdLeftSec {
  position: relative;
}

.brdLeftSec:before {
  content: " ";
  display: block;
  position: absolute;
  height: 200%;
  width: 1px;
  top: 0;
  left: 0px;
  background-color: #fff;
}

.slick-dots {
  text-align: center;
  display: none;
}

.slick-dots li {
  display: inline;
  margin: 5px;
}

.readMoreBtn {
  margin-top: 34px;
}

.knowMoreWhite {
  color: #006bb6;
  font-size: 12px;
  letter-spacing: 0;
  word-spacing: 0;
  background: #fff;
  padding: 7px 10px;
  overflow: hidden;
  vertical-align: super;
  display: inline-block;
  border-radius: 5px;
}

.m_icon {
  float: right;
  margin-left: 10px;
}

.backToTop {
  position: absolute;
  right: 8%;
  top: 68%;
  cursor: pointer;
}

.flgbackTop {
}
/*.mailid_btn {
        background:url('../images/mailIco.PNG') no-repeat;
        }*/
.irdaAdd {
  color: #616161;
  font-size: 10.5px;
}

.irdaAdd:before {
  content: "\2022";
  color: #1c86f0;
  font-size: 25px;
  left: 3px;
  line-height: 5px;
  float: left;
  position: relative;
  top: 4px;
}

.cntHeading {
  font-size: 16px;
  font-family: arial;
  color: #fff;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: normal;
  padding: 0px 0px 0px 20px;
}

.footerText {
  color: #616161;
  font-size: 10.5px;
  line-height: 15px;
}

.stayupdate {
  padding: 0px 0px 0px 20px;
}

.d-inline {
  display: inline !important;
}

#headerproductname {
  color: #16161b;
  font-size: 24px;
  line-height: 1.5;
  text-wrap: balance;
  text-align: center;
  margin-bottom: 16px;
}
/*.bold-product {
    padding-left: 0px !important;
    margin-top: 13px;
} */
/* .select2-container {
    width: 100% !important;
}*/
.boxPD {
  padding: 6px 20px;
}

.lifeHead {
  font-size: 13px;
  color: #1c86f0;
  font-weight: bold;
  padding: 13px 15px 13px 0px;
}

.nextBtnWidth {
  background: #ffffff !important;
  border: 0px solid #1c86f0 !important;
  font-size: 15px;
  color: #000;
  font-weight: 600;
  text-align: right;
  letter-spacing: 1px;
}

.nextBtnWidth:hover {
  background: #fff !important;
  color: #1c86f0 !important;
}

.prevBtnWidth {
  width: 145px;
  float: left;
  background: #ffffff !important;
  border: 0px solid #1c86f0 !important;
  font-size: 15px;
  color: #000;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1px;
  /*width: 145px;
    float: left;
    background: #1C86F0 !important;
    border: 1px solid #1C86F0 !important;*/
}

.prevBtnWidth:hover {
  background: #fff !important;
  color: #1c86f0 !important;
}

.flexCol_1 {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.amount_word {
  font-size: 12px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-r-10 {
  margin-right: 10px;
}

.d-flex {
  display: flex;
}

.activeBtnRider {
  background: #1c86f0;
  color: #fff;
}

.UDRActive {
  background: #1c86f0;
  color: #fff;
}

.checkBoxAlign {
  padding: 3px;
}

.btnBrd {
  border: 1px solid #1c86f0;
  clear: both;
  overflow: hidden;
  padding: 0px;
  margin: 15px 10px 15px 15px;
  border-radius: 7px;
}

.noMargin {
  margin: 0px;
}

.boxPdBtn {
  padding: 6px;
}

.boxPd {
  cursor: pointer;
}

.main-content label {
  cursor: pointer;
}

.riderSuCatList li {
  display: inline-block;
}

.riderSuCatList li {
  margin: 10px 11px 10px 0px;
  padding: 6px 10px;
  border: 1px solid #1c86f0;
  border-radius: 25px;
  pointer-events: none;
}

.activeRidBtn {
  background: #1c86f0;
  color: #fff !important;
}

.activeRidBtn a {
  color: #fff !important;
}

.riderSuCatList {
  position: relative;
}

#ridSubCatSec {
  margin-top: 5px;
}

.hideClick {
  background: #edecec;
  pointer-events: none;
  cursor: not-allowed;
}

.errorIco {
  position: absolute;
  top: 0px;
  background: #e8003f !important;
  padding: 1px 4px;
  border-radius: 4px;
  color: #fff !important;
}

.relative {
  position: relative;
}

.mobileArr {
  position: absolute;
  top: 9px;
  width: 100%;
  left: 2px;
  z-index: 0;
}

.prevIcon {
  float: left;
  background: #e8003f;
  border: 0px;
  color: #fff;
  padding: 3px 8px;
  border-radius: 5px;
  margin-left: 6px;
  font-size: 13px;
}

.nextIcon {
  float: right;
  background: #e8003f;
  border: 0px;
  color: #fff;
  padding: 3px 8px;
  border-radius: 5px;
  height: 43px;
  margin-right: 7px;
  font-size: 13px;
}

.nextIcon:focus {
  color: #fff !important;
}

.nextIcon:hover {
  color: #fff !important;
}

.loader-wrapper .loader-section {
  z-index: 9999999 !important;
}

.mr-15 {
  margin-right: 15px;
}
/*.panelDefaultCss .accordion:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}

.panelDefaultCss .accordion.panel-heading:after {*/
/* symbol for "collapsed" panels */
/*content: "\f067";
}*/
:root {
  --bs-primary: rgba(95, 5, 255, 1);
  --bs-secondary: rgb(159, 105, 253);
}

.bg-white {
  background-color: #ffffff;
}

.bg-primary {
  background-color: var(--bs-primary) !important;
}

.text-primary {
  color: var(--bs-primary) !important;
}

.accordion-item {
  background-color: #fff;
  border: none;
}

.accordion-button {
  background-color: #f2f2f2;
  box-shadow: none;
  border: none;
  padding: 20px 50px;
  margin: 4px 0;
}

.accordion-button:not(.collapsed) {
  border-bottom: 4px solid var(--bs-primary);
  color: var(--bs-primary);
  font-weight: bold;
  background-color: #f2f2f2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("https://nsm09.casimages.com/img/2021/06/17//21061710471725998217466601.png");
  transform: rotate(-180deg);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("https://nsm09.casimages.com/img/2021/06/17//21061710471725998217466600.png");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

.rightAccIcon {
  align-items: end;
  padding-right: 15px;
}

@media (max-width: 374px) {
  .rightAccIcon {
    padding-right: 0;
  }
}

.form-inline .form-control {
  float: left;
}

.text-right {
  text-align: right;
}

.product {
  font-size: 20px;
}

.boxGap {
  margin: 16px 0px 8px 0px;
}

.mb-15 {
  margin-bottom: 15px;
}

.partnerDetails {
  width: 99%;
}

.delete-icon {
  font-size: 15px;
  color: #e8003f;
  cursor: pointer;
  position: absolute;
  right: 30px;
}

.edit-icon {
  font-size: 15px;
  color: #1c86f0;
  cursor: pointer;
  margin-top: 0px !important;
}

.p-d-l-19 {
  padding-left: 19px;
}

.headerBgMoadl {
  background: #1c86f0 !important;
  padding: 10px !important;
}

.checkSign {
  color: #fff;
  left: 2px;
  position: absolute;
  top: 1px;
  font-size: 13px;
}

.displayBox {
  display: inline-block;
  width: 100%;
}

.m-l-16 {
  margin-left: 16px;
}

.displayFlex {
  display: flex;
  align-items: center;
}

.label_Static {
  margin: 5px auto;
}

.m-l-15 {
  margin-left: 15px;
}

@media (min-width: 992px) {
  #defField .col-lg-3 {
    float: left;
    padding-right: 12px;
    margin-bottom: 15px;
  }

  #dynamiccontrol .col-lg-3 {
    float: left;
    padding-right: 12px;
    margin-bottom: 15px;
  }

  #optionDiv .col-lg-3 {
    float: left;
    padding-right: 12px;
    margin-bottom: 15px;
  }

  .platDiv .col-lg-3 {
    float: left;
    padding-right: 12px;
    margin-bottom: 15px;
  }

  .staticSection .col-lg-3 {
    float: left;
    padding-right: 12px;
    margin-bottom: 15px;
  }

  .partnerInputSec .col-lg-4 {
    float: left;
    padding-right: 12px;
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .card-wrapper {
    width: 24% !important;
    margin-right: 8px;
  }

  #defField .col-md-3 {
    float: left;
    padding-right: 12px;
    margin-bottom: 15px;
  }

  #dynamiccontrol .col-md-3 {
    float: left;
    padding-right: 12px;
    margin-bottom: 15px;
  }

  #optionDiv .col-md-3 {
    float: left;
    padding-right: 12px;
    margin-bottom: 15px;
  }

  .platDiv .col-md-3 {
    float: left;
    padding-right: 12px;
    margin-bottom: 15px;
  }

  .staticSection .col-md-3 {
    float: left;
    padding-right: 12px;
    margin-bottom: 15px;
  }

  .partnerInputSec .col-md-4 {
    float: left;
    padding-right: 12px;
    margin-bottom: 15px;
  }
}

@media (min-width: 576px) {
  .partnerWidth {
    max-width: 720px;
  }
}

.inputDisabled {
  background: #eee !important;
  pointer-events: none !important;
  cursor: not-allowed !important;
}

@media (min-width: 768px) {
  .main-content {
    margin: auto;
  }
}

@media screen and (max-width: 1280px) and (min-width: 980px) {
  .datepicker-days {
    width: 214px !important;
  }

  .datepicker-months {
    width: 214px !important;
  }

  .datepicker-years {
    /*width: 214px !important;*/
  }

  .datepicker-days .table-condensed,
  th,
  td {
    padding: 6px !important;
  }
}

@media screen and (max-width: 1120px) and (min-width: 650px) {
  .card-wrapper {
    width: 47% !important;
    margin-right: 6px !important;
  }

  .PartnerSec {
    width: 40% !important;
  }

  .addPartnerText {
    position: relative;
    top: 20px !important;
  }

  .form-inline .form-control {
    width: 30% !important;
    margin-right: 9px !important;
  }
}

@media screen and (max-width: 1200px) and (min-width: 1121px) {
  .PartnerSec {
    width: 30% !important;
  }

  .card-wrapper {
    width: 30% !important;
  }
}

.customRadioBtn:checked,
.customRadioBtn:not(:checked) {
  position: absolute;
  left: -9999px;
}

.customRadioBtn:checked + label,
.customRadioBtn:not(:checked) + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.customRadioBtn:checked + label:before,
.customRadioBtn:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #1c86f0;
  border-radius: 100%;
  background: #fff;
}

.customRadioBtn:checked + label:after,
.customRadioBtn:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #006ab6;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.customRadioBtn:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.customRadioBtn:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.card-labelbox {
  border: 1px solid #d7d7d7;
  width: 100%;
  padding: 11px;
  border-radius: 4px;
}

.radio-toolbar {
  margin: 0px;
  padding-left: 0px;
}

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.SachetradioBtn {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 20px;
  margin: 0px;
}

.radio-toolbar label {
  display: inline-block;
  background-color: #fff;
  padding: 6px 15px;
  /* font-family: sans-serif, Arial; */
  font-size: 12px;
  border: 1.5px solid #d7d7d7;
  border-radius: 4px;
  color: #848585;
  font-weight: normal;
  margin-right: 10px;
}

.f-14Label {
  font-size: 14px !important;
}

.radio-toolbar label:hover {
  background-color: #fff;
  border: 1.5px solid #1c86f0;
  color: #1c86f0;
}

.radio-toolbar input[type="radio"]:focus + label {
  border: 1.5px solid #1c86f0;
}

.radio-toolbar input[type="radio"]:checked + label {
  background-color: #1c86f0;
  border-color: #1c86f0;
  color: #fff;
}

.rdErr {
  clear: both;
  padding-left: 15px;
}

.calcAgeBox {
  border: 1px solid #a8a8a8;
  display: inline-block;
  height: 33px;
  width: 36px;
  text-align: center;
  line-height: 33px;
  background: #ededed;
}

.swal2-title {
  font-size: 17px !important;
}

.swal2-header {
  padding: 0px 0px !important;
}

.btmBrd {
  border-bottom: 1px solid #f5f4f4;
}

.brdRight {
  padding-left: 15px;
  border-right: 1px solid #f5f4f4;
}
/*.in {
    display: block !important;
}*/
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #1c86f0 !important;
}

input[type="checkbox"]:disabled {
  background: #dddddd;
}

input:disabled + .slider {
  background-color: #dddddd;
  cursor: not-allowed;
}

@media screen and (max-width: 992px) {
  .welnessCntrl {
    flex-wrap: inherit !important;
  }
}

@media screen and (max-width: 767px) {
  .welnessCntrl {
    flex-wrap: wrap !important;
  }
}

.coverBox {
  padding: 10px;
  background: #dae3f3;
}

.title-field {
  color: #555555 !important;
}

.invest {
  background-color: #a9d1f9;
  border-radius: 10px;
  padding: 5px;
}

.rupee-bg {
  background-color: white;
  border-radius: 5px;
  padding: 4px;
}

.invest-rupee {
  margin-left: 7px !important;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.b-r {
  border-radius: 5px;
}

.text-black {
  color: black !important;
}

@media (max-width: 992px) {
  .display {
    display: none;
  }
}

.input-color {
  color: #1c86f0 !important;
  font-weight: bold;
  padding-left: 50px;
}

.accordion-body {
  padding: 1rem 1.25rem;
  width: 100% !important;
  clear: both !important;
  display: inline-block !important;
}

.slidecontainer {
  width: 100%;
}

.sliderRange {
  -webkit-appearance: none;
  float: left;
  width: 100%;
  height: 12px;
  background: #016bb6;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  border-radius: 2px;
}

.sliderRange:hover {
  opacity: 1;
}

.sliderRange::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 10px;
  background: #fff;
  cursor: pointer;
  border-radius: 2px;
  margin-left: 1px;
  margin-right: 10px;
}

.sliderRange::-moz-range-thumb {
  width: 15px;
  height: 10px;
  background: #fff;
  cursor: pointer;
  border-radius: 2px;
  margin-right: 10px;
}

.showRangeValue_1 {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0px;
  position: absolute;
  top: 16px;
  left: 0;
  /*float: left;*/
}

.showRangeValue_2 {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0px;
  /*float: right;*/
  /*margin-right: 10px;*/
  position: absolute;
  top: 14px;
  right: 0px;
}

.incomePaid {
  /*float: left;
    width: 30%;*/
  font-size: 10px;
  font-weight: 600;
  color: #4c4c4c;
  clear: both;
}

.txtChangeSlider {
  width: 30%;
  text-align: center;
  display: inline-block;
  height: 28px !important;
  border-radius: 4px;
}

.transferWallet {
  /* float: right; */
  /* width: 31%; */
  font-size: 10px;
  font-weight: 600;
  color: #4c4c4c;
  /* position: absolute; */
  /* top: 0px; */
  /* right: 0px; */
}

.pd-l-10 {
  padding-left: 10px;
}

.inputSlidText {
  margin-left: 4px;
}

.sliderValueVisible {
  margin-top: 3px;
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  color: #016bb6;
}

.pointerevent-none {
  pointer-events: none;
}

.minusAdult,
.plusAdult,
.minusChild,
.plusChild {
  width: 29px;
  height: 34px;
  background: #f2f2f2;
  border-radius: 4px;
  padding: 4px 5px 0px 5px;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}

.radio-input input[type="radio"],
.radio-option input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

input[type="radio"],
input[type="checkbox"] {
  vertical-align: middle;
}

.radio-input label,
.radio-option label {
  line-height: 1.3;
  padding: 12px 9px;
  width: 100%;
  margin: 0;
  border: 1px solid #cbcbcb;
  box-shadow: 0px 10px 15px -10px #e8e8e8;
  border-radius: 5px;
  font-size: 14px;
  color: #848484;
  cursor: pointer;
  font-weight: normal;
}

.radio-input input[type="radio"]:checked + label.radioLabel::before,
.radio-input input[type="radio"]:checked + label.radioLabel::after {
  right: -7.5px;
}

.radio-input input[type="radio"]:checked + label::before,
.radio-input input[type="radio"]:checked + label::after {
  content: "";
  position: absolute;
  top: -10px;
  right: 10px;
}

.radio-input input[type="radio"]:checked + label::after {
  font-family: FontAwesome;
  content: "\f058";
  font-size: 20px;
  line-height: 20px;
  color: #1c86f0;
  background-color: #fff;
}

.radio-input input[type="radio"]:checked + label {
  font-weight: bold;
  line-height: 1.3;
  border-radius: 5px;
  border: 1px solid #1c86f0;
  font-size: 14px;
  color: #1c86f0;
  position: relative;
}

.familySectionHeading {
  display: table-cell;
  padding: 3px 10px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.8px;
}

.m-r-20 {
  margin-right: 20px;
}

.countfield {
  height: 34px;
  width: 57px;
  text-align: center;
  margin: 0px 10px;
  font-size: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.coverTypeLabel {
  padding-left: 0;
  margin-bottom: 7px;
  font-size: 13px;
}

.m-b-6 {
  margin-bottom: 6px;
}

.v-hidden {
  visibility: hidden;
}

.lblFullName {
  text-align: left;
  color: #555555;
  margin-bottom: 7px;
  font-size: 10px;
}

.textPerDay {
  font-size: 8px;
}

.txtFieldStyle {
  /* color: #1C86F0 !important;
    font-weight:600;*/
}

.activefmlTab {
  border-color: #1c86f0 !important;
  background-color: #1c86f0 !important;
  color: #fff !important;
}

.checkFamily {
  padding: 3px 8px !important;
  border: 1px solid #ccc;
  text-align: center;
  color: #757575;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: bold;
  border-radius: 0px 10px 10px 0px;
  background: #fff;
  height: 26px;
  cursor: pointer;
}

.checkFamily.yes {
  border-radius: 15px 0 0 15px;
}

.checkFamily.no {
  border-radius: 0px 15px 15px 0px;
}

.familyTable,
th,
td {
  border-width: 1px 1px 1px 1px !important;
  text-align: center !important;
  font-size: 11px;
  padding: 8px 6px;
  letter-spacing: 0.6px;
  border-color: #e6e7e8;
  border-style: solid;
  font-weight: 600;
  border-collapse: collapse;
}

.adultSec {
  /*box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;*/
  padding: 10px 10px 3px 10px;
  border-radius: 4px;
  margin-bottom: 16px;
  border: 1px solid #dbdbdb;
}

.adultSec:last-child {
  margin-bottom: 5px;
}

.childSec {
  /*box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;*/
  padding: 10px 10px 3px 10px;
  border-radius: 4px;
  margin-bottom: 16px;
  border: 1px solid #dbdbdb;
}

.childSec:last-child {
  margin-bottom: 5px;
}

.m-rf-8 {
  margin-right: 8px;
}

.m-r-10 {
  margin-right: 10px;
}

.mb-10 {
  margin-bottom: 9px;
}

.smokingStatus {
  margin-left: 7px;
  position: relative;
  top: 1px;
}

.radioSection {
  margin-bottom: 5px;
  display: inline-block;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 4px !important;
  padding-right: 35px;
}

.paraTooltip span {
  width: 250px !important;
}

.modalTab {
  padding: 10px 10px;
  background: #0073ba;
  display: block;
  text-align: center;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin: 0px;
}

.tooltipsIcon {
  position: relative;
  display: inline;
  /* top: 4px;*/
}

.tooltips {
  position: relative;
  display: inline;
  /*top: 4px;*/
}

.tooltips span {
  position: absolute;
  font-weight: normal;
  color: #ffffff;
  background: #0072bc;
  padding: 5px 4px;
  font-size: 11px;
  width: 140px;
  font-family: "OpenSans" !important;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  /*filter: alpha(opacity=0);*/
  transition: transform 0.3s, opacity 0.6s, margin-left 0.2s, margin-top 0.2s;
  border-radius: 2px;
  line-height: 16px;
}

.tooltips > span img {
  max-width: 260px;
}

.tooltips[tooltip-position="top"] span {
  margin-left: 10px;
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.tooltips[tooltip-position="bottom"] span {
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.tooltips[tooltip-position="left"] span {
  margin-top: 30px;
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.tooltips[tooltip-position="right"] span {
  margin-top: 30px;
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.tooltips span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}

.tooltips[tooltip-position="top"] span:after {
  top: 100%;
  left: 33%;
  margin-left: -8px;
  border-top: 8px solid #0072bc;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.tooltips[tooltip-position="bottom"] span:after {
  top: 100%;
  left: 29%;
  margin-left: -8px;
  border-top: 8px solid #0072bc;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.tooltips[tooltip-position="left"] span:after {
  top: 50%;
  left: 100%;
  margin-top: -8px;
  border-left: 8px solid black;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.tooltips[tooltip-position="right"] span:after {
  top: 50%;
  right: 100%;
  margin-top: -8px;
  border-right: 8px solid black;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.tooltips:hover span {
  visibility: visible;
  opacity: 1;
  z-index: 999;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  filter: alpha(opacity=100);
}

.tooltips[tooltip-position="top"]:hover span {
  bottom: 30px;
  left: 50%;
  margin-left: -76px;
}

.tooltips[tooltip-position="bottom"]:hover span {
  top: 30px;
  left: 50%;
  margin-left: -76px;
}

.tooltips[tooltip-position="left"]:hover span {
  right: 100%;
  top: 50%;
  margin-top: -15px;
  margin-right: 15px;
}

.tooltips[tooltip-position="right"]:hover span {
  left: 100%;
  top: 50%;
  margin-top: -15px;
  margin-left: 15px;
}

.tooltips[tooltip-type="primary"] > span {
  background-color: #2980b9;
}

.tooltips[tooltip-type="primary"][tooltip-position="top"] > span:after {
  border-top: 8px solid #2980b9;
}

.tooltips[tooltip-type="primary"][tooltip-position="bottom"] > span:after {
  border-bottom: 8px solid #2980b9;
}

.tooltips[tooltip-type="primary"][tooltip-position="left"] > span:after {
  border-left: 8px solid #2980b9;
}

.tooltips[tooltip-type="primary"][tooltip-position="right"] > span:after {
  border-right: 8px solid #2980b9;
}

.tooltips[tooltip-type="success"] > span {
  background-color: #27ae60;
}

.tooltips[tooltip-type="success"][tooltip-position="top"] > span:after {
  border-top: 8px solid #27ae60;
}

.tooltips[tooltip-type="success"][tooltip-position="bottom"] > span:after {
  border-bottom: 8px solid #27ae60;
}

.tooltips[tooltip-type="success"][tooltip-position="left"] > span:after {
  border-left: 8px solid #27ae60;
}

.tooltips[tooltip-type="success"][tooltip-position="right"] > span:after {
  border-right: 8px solid #27ae60;
}

.tooltips[tooltip-type="warning"] > span {
  background-color: #f39c12;
}

.tooltips[tooltip-type="warning"][tooltip-position="top"] > span:after {
  border-top: 8px solid #f39c12;
}

.tooltips[tooltip-type="warning"][tooltip-position="bottom"] > span:after {
  border-bottom: 8px solid #f39c12;
}

.tooltips[tooltip-type="warning"][tooltip-position="left"] > span:after {
  border-left: 8px solid #f39c12;
}

.tooltips[tooltip-type="warning"][tooltip-position="right"] > span:after {
  border-right: 8px solid #f39c12;
}

.tooltips[tooltip-type="danger"] > span {
  background-color: #c0392b;
}

.tooltips[tooltip-type="danger"][tooltip-position="top"] > span:after {
  border-top: 8px solid #c0392b;
}

.tooltips[tooltip-type="danger"][tooltip-position="bottom"] > span:after {
  border-bottom: 8px solid #c0392b;
}

.tooltips[tooltip-type="danger"][tooltip-position="left"] > span:after {
  border-left: 8px solid #c0392b;
}

.tooltips[tooltip-type="danger"][tooltip-position="right"] > span:after {
  border-right: 8px solid #c0392b;
}

@media (min-width: 576px) {
  .smDevice {
    flex: 0 0 auto;
    width: 6.66666667%;
  }
}

@media (min-width: 992px) {
  .shrinkDiv {
    flex: 0 0 auto;
    width: 9.66666667%;
  }

  .shrinkAge {
    flex: 0 0 auto;
    width: 6.33333333%;
  }
}

.title-field-additionalben {
  color: #666666 !important;
  font-size: 16px !important;
  letter-spacing: 1px;
  line-height: 20px;
  margin-bottom: 8px;
  /* text-transform: uppercase; */
  display: block;
  margin-top: 19px;
}

.table {
  width: 100%;
}

.tr:first-child {
  display: none;
}

.rh > span {
  display: block;
  position: relative;
}

/* Insert header name before each row on mobile */
.td:before {
  content: attr(data-header);
  float: left;
  width: 25%;
}

/* CSS border triangle trick */
.table .rh > span:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: black;
  z-index: 2;
  right: 15px;
  top: 14px;
  pointer-events: none;
}

/* Flip CSS border triangle on active */
.table .rh.active > span:after {
  border-top-color: transparent;
  border-bottom-color: black;
  top: 5px;
}

/* Media Queries */
@media screen and (min-width: 768px) {
  .rh {
    display: none;
  }

  .table {
    display: table;
    width: 100%;
    /*width: 750px;*/
  }

  .thead {
    display: table-header-group;
  }

  .tbody {
    display: table-row-group;
  }

  .tr,
  .tr:first-child {
    display: table-row;
  }

  .th,
  .td {
    display: table-cell;
  }

  .td:before {
    content: "";
  }
}

/* ===========
    Styling
   =========== */

.mobile-accordion {
  border-spacing: 20px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  overflow: hidden;
  max-width: 1200px;
  background: #f8f8fa;
}

.rh > span {
  display: block;
  position: relative;
  border-bottom: 1px solid lightgrey;
  text-align: left;
  color: #337fdb;
}

#OPDCareModal .modal-footer {
  justify-content: flex-start;
}

.mobile-accordion .tr:nth-child(even) {
  background: #f1f2f4;
}

.mobile-accordion .tr:nth-child(odd) {
  background: #fff;
}

.mobile-accordion .td {
  padding: 5px 15px;
  vertical-align: middle;
}

.mobile-accordion .rh > span {
  padding: 5px 15px;
  font-size: 1.25em;
  font-weight: 600;
}

.mobile-accordion .tr:first-child,
.mobile-accordion .tr .td:first-child {
  color: #337fdb;
  font-weight: bold;
  white-space: nowrap;
}

.mobile-accordion .tr .td:first-child {
  text-align: left;
}

.mobile-accordion .tr:first-child,
.mobile-accordion .tr:last-child {
  border-bottom: none;
}

.mobile-accordion .tr:last-child .td:last-child {
  border-bottom: none;
}

.mobile-accordion tr:nth-child(even) {
  background: #ccc;
}

.mobile-accordion tr:nth-child(odd) {
  background: #fff;
}

.mobile-accordion .modal-footer {
  justify-content: right;
}

.disabled {
  pointer-events: none;
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  /*.mobile-accordion .tr .td:first-child {
        text-align: unset;
    }
    .mobile-accordion .td {
        white-space: nowrap;
    }*/

  .mob-accordion .accordion-button {
    background-color: white;
    border-bottom: 2px solid lightgrey;
    padding: 15px 20px;
    color: #337fdb;
    font-weight: 600;
  }

  .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org…0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }

  .mob-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
  }

  .mob-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }

  .mob-accordion .accordion-button:not(.collapsed) {
    border-bottom: 2px solid lightgrey;
    color: #337fdb;
    background: #fff;
    padding: 15px 20px;
  }

  .color-bl {
    color: #337fdb;
    font-size: 14px;
    display: flex;
    width: 300px;
    padding: 5px;
  }

  .color-bl:after {
    border-bottom: 1px dashed #00000059;
    content: "";
    flex: 1;
    position: relative;
    top: -10px;
    left: 5px;
  }
}

@media screen and (min-width: 768px) {
  .table.mobile-accordion {
    width: 100% !important;
  }

  .th,
  .mobile-accordion .td {
    padding: 5px;
  }

  .mobile-accordion tr:nth-child(even) {
    background: #fff;
  }

  .mobile-accordion tr:nth-child(odd) {
    background: #d3d3d36b;
  }

  .mobile-accordion .th:last-child,
  .mobile-accordion .td:last-child {
    border-right: none;
  }

  /* Unfortunately we cannot just use :nth-child(odd/even) since the
	   .rh elements are interspersed in there. Until CSS 4 I don't
	   think there will be a way to style alterating rows for this 
	   without using JavaScript or whatever builds the table to add
	   a special class. */
  .mobile-accordion .tr.alternate-highlight {
    background: #fff;
  }

  /* Reset Mobile Styles */
  .mobile-accordion .tr:last-child .td:first-child {
    border-top: none;
  }

  .mobile-accordion .tr:last-child .td {
    border-bottom: none;
  }
}

.cursor-pointer {
  cursor: pointer !important;
}


/*-----------toggle------------*/

.toggle {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    height: 20.32px !important;
    width: 44.33px;
    border: 1px solid #b8cfd9;
    border-radius: 17.5px;
    background-color: #d4d4d4;
    top: 7px;
    left: 8px;
}


    /* After slide changes */

    .toggle:after {
        content: "";
        position: absolute;
        border-radius: 50%;
        top: 1.55px;
        left: 1px;
        transition: all 0.5s;
        height: 15.62px;
        width: 15.96px;
        background-color: #012148;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    }

.toggle-checkbox:checked + .toggle::after {
    left: 59%;
    background-color: white;
}


/* Checkbox cheked toggle label bg color */

.toggle-checkbox:checked + .toggle {
    height: 15.32px;
    width: 30.33px;
    border-radius: 17.5px;
    background-color: #8566c1;
}


/* Checkbox vanished */

.toggle-checkbox {
    display: none;
}

    .toggle-checkbox:checked + .toggle::after {
        left: 57%;
        background-color: white;
    }


    /* Checkbox cheked toggle label bg color */

    .toggle-checkbox:checked + .toggle {
        height: 20.32px;
        width: 44.33px;
        border-radius: 17.5px;
        background-color: #012148;
    }


/* Checkbox vanished */

.toggle-checkbox {
    display: none;
}