        .form-ctrl{
   font-size: 18px;
width: 80%;
background: transparent;
}
.calci-input-ctrl:before {
    font-size: 18px;
    color: var(--black90);
    line-height: 34px;
}
.range-slider-label .calci-amount{
position: absolute;
    bottom: -13px;
    left: 0;
display:none;
}
.range-slider-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
position: relative;
}
.range-slider-label .calci-input-ctrl, .range-slider-label .calci-num-ctrl {
    width: 80px;
}
.range-input-slider .slidecontainer {
    width: 100%;
    padding: 10px 0
}

.range-input-slider .input-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 10px;
    background: #eaeaea;
    outline: 0;
    -webkit-transition: .2s;
    transition: opacity .2s
}

.range-input-slider .input-slider:hover {
    opacity: 1
}

.range-input-slider .input-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 0 3px 0 var(--primary-green);
    border: solid 2px var(--primary-green);
    background-color: #fff;
    cursor: pointer
}

.range-input-slider .input-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 0 3px 0 var(--primary-green);
    border: solid 2px var(--primary-green);
    background-color: #fff;
    cursor: pointer
}

.calculation-result .main-heading {
    margin-bottom: 39px;
}
.tabing-labels {
    font-size: 16px;
    line-height: 16px;
    color: #9a9a9a;
    padding-right: 8px;
}
#SIPfd_result .switch-time {
    width: 350px;
}
.c-5star {
    background-color: #03D000;
}

.c-4star {
    background-color: #7EEC00;
}

.c-3star {
    background-color: #B6E616;
}

.c-2star {
    background-color: #d8ee2b;
}

.c-1star {
    background-color: #ecde03;
}
.calculator-form {
    background: #fff;
    border: 0.5px solid #DDDDDD;
    border-radius: 8px;
    padding: 32px 28px;
    margin-bottom: 20px;
}
.inhand-salary-label {
    font-size: 18px;
    line-height: 22px;
    color: #9a9a9a;
    font-family: 'cabinet-grotesk-bold';
}
.salary-in-rupe, .in-hand-salary {
    font-size: 40px;
    line-height: 50px;
    color: #222;
    font-family: 'cabinet-grotesk-bold';
}
.salary-in-rupe small {
    font-size: 16px;
    line-height: 20px;
    color: #666;
}
.bg-light-green {
    background: var(--bg-green);
}
.onpage-offer-card {
    border: 1px solid #ddd;
    border-radius: 8px;
}
.salary-in-hand {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.reCal-section h3 {
    font-size: 22px;
    line-height: 32px;
    color: #222;
    font-family: 'cabinet-grotesk-extrabold';
    padding: 20px 0 16px;
}
.reCal-section .panel{
border: 1px solid #DDDDDD;
    border-radius: 8px;
    overflow: hidden;
margin-bottom: 24px;
box-shadow:none;
}
.reCal-section .panel-title {
    line-height: 20px;
}
.reCal-section .panel-title a {
    font-size: 16px;
 line-height: 20px;
color: #9a9a9a;
    font-family: proxima-nova-semibold;
    padding: 16px 24px;
    display: block;
    width: 100%;
position:relative;
}
.reCal-section .panel-default>.panel-heading {
    padding: 0;
}
.reCal-section .panel-default>.panel-heading {
    background-color: #F9F8F3;
}
.reCal-section .calculator-form {
    border: none;
    border-radius: 0px;
    padding: 10px 10px;
margin-bottom:0;
}
.reCal-section .panel-title a:after {
    border: 1px solid #666;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    content: '';
    position: absolute;
    right: 26px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 18px;
}
.reCal-section .panel-title a[aria-expanded="true"]:after {
    -ms-transform: rotate(-135deg) !important;
    transform: rotate(-135deg) !important;
    -webkit-transform: rotate(-135deg) !important;
}
span.input_optional {
    position: absolute;
    right: 0px;
    top: 10px;
    color: #9A9A9A;
    font-size: 12px;
    line-height: 16px;
}
.salary-breakup {
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 20px;
    color: #222;
    margin-bottom: 24px;
}
.chart-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wrapper-lists {
    width: 500px;
    display:block;
}
.wrapper-lists .list-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.wrapper-lists .item {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    line-height: 20px;
    color: #9a9a9a;
width: 27%;
}
.right-details span.circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 6px;
}
.right-details span.amount-rup {
    font-weight: 600;
    color: #222;
}
.right-details span.block-text {
    display: block;
}
.wrapper-lists .list-items:last-child {
    border-top: 1px solid #ddd;
    padding: 16px 0 0;
    justify-content: center;
    margin-bottom: 0;
}
.see_cla_links {
    font-size: 14px;
    line-height: 18px;
    color: var(--primary-green);
    position: relative;
    display: inline-block;
    width: 110px;
background: transparent;
}
.see_cla_links:after {
    border: 1px solid var(--primary-green);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    content: '';
    position: absolute;
    right: 0px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 7px;
}

.switch-time-radio {
        margin-top: 16px;
}
.radio-label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    color: #222;
    font-weight: 400;
    margin-right: 60px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio-label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid var(--primary-green);
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-label:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.radio-label input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-label .checkmark:after {
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--primary-green);
}
.tax-form-heading .switch-time {
    width: 240px;
    margin: 18px 0 20px;
}

.bottom-sticky-section {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    border: 0.5px solid #DDDDDD;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 18%);
    left: 0;
    right: 0;
    padding: 16px;
    z-index: 9;
}
.bottom-inhand {
    width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.per-month-salary {
    font-size: 18px;
    line-height: 22px;
    font-family: 'cabinet-grotesk-bold';
    color: #9a9a9a;
}
span.mweb-inhand-salary {
font-size: 18px;
    line-height: 22px;
    font-family: 'cabinet-grotesk-bold';
    color: #9a9a9a;
}
.per-month-salary b {
    color: #222;
    font-family: 'cabinet-grotesk-extrabold';
}
button.btn.btn-reCalc {
   font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 12px;
    background: var(--primary-green);
    color: var(--white-color);
    border-color: var(--primary-green);
    border-radius: 24px;
    width: 277px;
outline: none;
    box-shadow: none;
}
button.btn.btn-reCalc.disabled{
color: #ddd;
background: #F9F8F3;
    border: 1px solid #DDDDDD;
    outline: none;
pointer-events: none;
}
button.btn.btn-reCalc:active:focus{
outline: none;
}
/*modal pop up css*/
.wrapper-sc-section .modal-dialog {
    width: 784px;
}
.wrapper-sc-section h4.modal-title {
    font-size: 22px;
    line-height: 27px;
    color: #222222;
    padding: 8px 0;
font-family: 'cabinet-grotesk-bold';
}
.wrapper-sc-section .modal-content {
    padding: 40px;
}
.wrapper-sc-section#seeCalcModal .modal-content {
    padding-bottom: 0;
}
.wrapper-sc-section button.close {
    position: absolute;
    right: 18px;
    top: 18px;
    font-size: 32px;
    color: #666666;
    opacity: 1;
}
.wrapper-sc-section .modal-header {
    border-bottom: none;
    padding: 0 0 14px;
}
.wrapper-sc-section .modal-body {
    padding: 0px;
}
.wrape-section-80c {
    padding: 24px;
    border: 1px solid #ddd;
border-radius: 4px;
}
.section-lists li {
    display: flex;
    align-items: center;
    justify-content: space-around;
margin-bottom: 12px;
}
.left-section {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    text-align: center;
    padding: 16px 12px;
    background: #F9F8F3;
} 
.left-section span {
    font-size: 14px;
    line-height: 18px;
    color: #9a9a9a;
    display: block;
}
.left-section span:last-child {
    color: #222;
    font-family: proxima-nova-semibold;
}
.right-section {
    margin-left: 12px;
    border-bottom: 1px solid #ddd;
    padding: 16px 12px 16px;
width: 86%;
}
.right-section p.setion-titles {
    color: #222;
    margin-bottom: 4px;
}
.right-section p {
    color: #9a9a9a;
}
.section-lists li:last-child .right-section {
    border-bottom: none;
}
.sc-footer-section {
    margin-top: 28px;
}
.sc-footer-section p {
    color: #9a9a9a;
    margin-top: 16px;
text-align:center;
}
.sc-footer-section a.cta.cta-primary {
    max-width: 278px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
p.setion-titles span.green {
    color: var(--primary-green);
}
.setion-titles span.peroid-text {
    color: #9a9a9a;
}
.modal-in-hand-calc {
    border: 1px solid #ddd;
    padding: 16px;
    border-radius: 4px;
}
.modal-in-hand-calc h4 {
    font-size: 16px;
    line-height: 20px;
    color: #222;
    font-family: proxima-nova-bold;
}
.modal-ul-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
    color: #222222;
}
.wrape-collapse-section .panel.panel-default {
    background: transparent;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    padding: 24px 0 0;
}
.wrape-collapse-section .panel-heading {
    background: transparent;
    border: none;
    padding: 0;
}
.wrape-collapse-section .panel-title a {
    display: block;
    width: 100%;
    padding: 0 0 24px;
    font-size: 16px;
    line-height: 20px;
    color: #222;
    font-family: proxima-nova-bold;
position: relative;
}
.wrape-collapse-section .panel-title a:after {
    border: 1px solid var(--primary-green);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    content: '';
    position: absolute;
    right: 6px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 5px;
}
.wrape-collapse-section .panel-title a:before {
    content: "";
    position: absolute;
    right: 0;
    width: 17px;
    height: 17px;
    padding: 3px;
    border-radius: 50%;
    border: 1px solid var(--primary-green);
}
.wrape-collapse-section .panel-title a[aria-expanded="true"]:after {
    -ms-transform: rotate(-135deg) !important;
    transform: rotate(-135deg) !important;
    -webkit-transform: rotate(-135deg) !important;
top: 7px;
}
.wrape-collapse-section .panel.panel-default:last-child {
    border-bottom: none;
}
.wrape-collapse-section .panel.panel-default:last-child .panel-body{
    padding: 0;
}
.wrape-collapse-section .panel-title a[aria-expanded="true"] {
    padding-bottom: 16px;
}
.wrape-collapse-section .panel-body {
    padding: 0 0 16px;
}
.wrape-collapse-section .modal-ul-list li:first-child{
    margin-top: 0;
}
span.circle.inhand-circle {
    background: #3A8DEE;
}
span.circle.incometax-circle {
    background: #EBEBD9;
}
span.circle.hra-circle {
    background: #C7E5FF;
}
span.circle.inv-circle {
    background: #DED4FF;
}
span.circle.epf-circle {
    background: #FFE3FF;
}
span.circle.gratuity-circle {
    background: #FCF0FF;
}
.onpage-offer-card .card-body{
    align-items: center;
}
.modal-ul-list .calc-title, .modal-ul-list .clac_amount {
    font-size: 16px;
    line-height: 20px;
    color: #222;
}
.modal-ul-list .blue-text .calc-title, .modal-ul-list .blue-text .clac_amount {
    color: #3A8DEE;
}
.modal-ul-list .red-text .calc-title, .modal-ul-list .red-text .clac_amount {
    color: #FF3B3B;
}
.modal-ul-list .green-text .calc-title, .modal-ul-list .green-text .clac_amount {
    color: #00B852;
}
.left-chart {
    width: 256px;
    position: relative;
}
.calculation-result .chart-box {
    height: 222px;
    width: 100%;
}
.inhand-salary-graph {
    position: absolute;
    top: 39px;
    left: 37px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    text-align: center;
    padding: 65px 10px;
}
.total-ctc {
    font-size: 16px;
    line-height: 20px;
    color: #9A9A9A;
}
.total-ctc-amount {
    font-size: 22px;
    line-height: 27px;
    color: #222222;
font-family: 'cabinet-grotesk-bold';
}
.total-ctc-amount .ctc-amount{
font-family: 'cabinet-grotesk-bold';
}
.calculation-content {
    position: initial;
    -webkit-box-shadow: 0px 0px 2px #dddddd;
    box-shadow: none;
    border-radius: 0;
}
.calculation-content .onpage-offer-card {
    position: initial;
}
.wrape-form-2 .tax-form-heading {
    margin-bottom: 20px;
}
label#typeLabel {
    font-size: 16px;
    line-height: 20px;
}
.reCal-section .panel-default .panel-body {
    border-top: 1px solid #ddd!important;
}

    /*media css*/

    @media(max-width: 991px){
        .genius-tracking{
            margin: 16px 0 0;
        }
        .genius-tracking p{
            padding: 0 12px 0 50px;
        }
      .form-ctrl {
          font-size: 16px;
    width: 100%;
      }
.range-slider-label .calci-input-ctrl, .range-slider-label .calci-num-ctrl{
width:90px;
}
      .table-wrapper table>thead>tr>th, .table-wrapper table tr td{
        padding: 16px 16px 16px 16px;
       }
.table-wrapper table>thead>tr>th:last-child {
    min-width: 25px;
    max-width: 25px;
}
.table-wrapper .add-table .cal-table tr td .cta {
    width: auto;
}
.calculator-form {
    border: none;
    border-radius: 0px;
    padding: 0;
}
.calculator-form.salary-form-2{
    border: 1px solid #ddd;
    border-radius: 4px;
}
.salary-in-hand {
    display: block;
}
.onpage-offer-card {
    border: none;
    border-radius: 0;
    border-top: 1px solid #ddd;
}
.onpage-offer-card .card-body {
    align-items: flex-start;
}
.onpage-offer-card .card-body .cta {
    padding: 8px 40px 8px 18px;
}
.inhand-salary {
    text-align: center;
    padding: 24px 0;
}
.inhand-salary-label {
    font-size: 14px;
    line-height: 18px;
font-family: proxima-nova-regular;
}
.salary-in-rupe, .in-hand-salary {
    font-size: 22px;
    line-height: 27px;
}
.onpage-offer-card .card-body h3 {
    font-size: 14px;
    line-height: 18px;
}
.calculation-content  .onpage-offer-card .card-body p {
    line-height: 22px;
}
.salary-in-rupe small{
font-size: 12px;
    line-height: 16px;
}
.calculator-form.salary-form-3 {
    border: 1px solid #ddd;
    border-radius: 4px;
padding: 0 16px;
}
.main-content.bg-apricot.bg-grey {
    background: #F9F8F3;
}
.salary-form-3 .inhand-salary{
padding: 16px 0;
}
.salary-form-3 .salary-breakup {
    margin-bottom: 16px;
}
.chart-section {
    display: block;
}
.wrapper-lists {
    width: 100%;
}
.wrapper-lists .item {
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    height: auto;
width: 35%;
}
.wrapper-lists .list-items {
    margin-bottom: 24px;
}
.wrapper-lists .list-items:last-child {
    padding: 16px 0 0;
    margin-bottom: 16px;
}
.see_cla_links:after{
right:4px;
}
.reCal-section .panel-group .calculator-form {
    padding: 1px;
}
.reCal-section .panel-title {
    line-height: 18px;
    font-size: 14px;
    font-family: proxima-nova-semibold;
}
.reCal-section .panel-title a {
 line-height: 18px;
    font-size: 14px;
    padding: 12px 16px;
}
.bottom-sticky-section {
    padding: 16px;
}
.per-month-salary, span.mweb-inhand-salary {
    font-size: 12px;
    line-height: 16px;
    font-family: proxima-nova-regular;
}
button.btn.btn-reCalc {
    font-size: 14px;
    line-height: 24px;
    padding: 5px;
    width: 205px;
}
.bottom-inhand {
    width: 100%;
justify-content: space-between;
}
.reCal-section .panel-title a:after {
    right: 18px;
    top: 13px;
}
.reCal-section .panel-title a[aria-expanded="true"]:after {
    top: 19px;
}
/*modal media css*/

.wrapper-sc-section button.close {
    right: auto;
    left: 50%;
    width: 40px;
    margin-left: -20px;
height: 7px;
    overflow: hidden;
}
.wrapper-sc-section button.close:after {
    position: absolute;
    content: "";
    width: 34px;
    height: 7px;
    background: #ddd;
    border-radius: 8px;
    left: 50%;
    margin-left: -17px;
}
.wrapper-sc-section .modal-dialog {
    width: 100%;
    margin: 0;
    border-radius: 0;
}
.wrapper-sc-section .modal-content {
    padding: 0px;
    border: none;
    box-shadow: none;
border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.wrapper-sc-section .modal-body {
    padding: 0px 16px;
}
.wrapper-sc-section h4.modal-title {
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    padding: 8px 0;
    font-family: proxima-nova-bold;
}
.wrapper-sc-section .modal-header {
    padding: 30px 16px 16px;
}
.wrape-collapse-section .panel-title a:before {
    top: 3px;
}
.wrape-collapse-section .panel-title a:after {
    top: 8px;
}
.wrape-collapse-section .panel-title a[aria-expanded="true"]:after {
    top: 10px;
}
.sc-footer-section {
    padding: 0 16px 16px;
margin-top: 16px;
}
.wrape-collapse-section .panel-title a {
    padding: 0 0 12px;
}
.wrape-collapse-section .panel.panel-default:last-child {
    padding-top: 12px;
}
.wrapper-sc-section .sc-footer-section p{
    font-size: 12px;
    line-height: 16px;
}
.wrapper-sc-section p {
    font-size: 14px;
    line-height: 18px;
}
.wrape-section-80c {
    padding: 12px;
    border: none;
    border-top: 1px solid #ddd;
}
.left-section {
    width: 64px;
    height: 64px;
    padding: 15px 13px;
}
.left-section span {
    font-size: 12px;
    line-height: 16px;
}
.right-section {
    margin-left: 12px;
    padding: 16px 0px 16px;
}
.wrapper-sc-section .right-section p {
    font-size: 14px;
    line-height: 18px;
}
/*modal animation*/
.wrapper-sc-section .modal-dialog{
bottom: 0;
    position: absolute;
}
.wrapper-sc-section.modal.fade .modal-dialog{
    transform: translate(0,180%);
}
.wrapper-sc-section.modal.in .modal-dialog {
    transform: translate(0,1%);
}
.wrapper-sc-section .panel-group {
    margin-bottom: 0px;
    padding-bottom: 16px;
}
.calculator-form .calci-button-ctrl{
margin-top:30px;
}
.calculator-form .calci-button-ctrl .cta {
    height: 50px;
    max-width: 414px;
    display: block;
    margin: 0px auto;
    background-color: var(--primary-green);
    color: #ffffff !important;
}
.left-chart {
    width: 180px;
    position: relative;
    margin: 0 auto;
}
.inhand-salary-graph {
    top: 29px;
    left: 29px;
    width: 122px;
    height: 122px;
    padding: 42px 10px;
}
.total-ctc {
    font-size: 12px;
    line-height: 16px;
}
.total-ctc-amount {
    font-size: 16px;
    line-height: 20px;
    color: #222222;
}
.chart-section .right-details {
    margin-top: 40px;
}
.sec-calculator .main-content {
    padding-bottom: 0;
}
.tax-form-heading .switch-time {
    width: 197px;
}
.wrapper-lists .list-items:last-child .item {
    padding-left: 0;
}
.see_cla_links {
    text-align: left;
}
span.mweb-inhand-salary {
    display: block;
}
span.input_optional{
right: 0;
}
.wrape-form-2 .tax-form-heading {
    margin-bottom: 16px;
}
    }

@media (min-width: 992px){
.wrapper-sc-section .modal-dialog {
    margin: 8% auto;
}
.cal-tax-exemption {
    padding: 8px 0px 0px;
}
.sec-calculator .tax-form-heading{
margin-bottom:0;
}
.sec-other-calculator .calculator-form .form-group {
    max-width: 300px;
}
.sec-other-calculator .calculator-form.wrape-form-1 .form-group {
    max-width: 220px;
}
.sec-other-calculator .calculator-form.wrape-form-1 .form-group:nth-of-type(3) {
    max-width: 314px;
}
.wrape-form-2 .form-ctrl{
width: 100%;
}
.range-slider-label .calci-input-ctrl, .range-slider-label .calci-num-ctrl {
    width: 100px;
}
.range-slider-label .calci-input-ctrl input, .range-slider-label .calci-num-ctrl input{
width:100%;
}
.add-table.table-responsive {
    overflow-x: initial;
}
.chart-section .chart-box {
    margin-left: -2px;
    height: 258px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.sec-other-calculator .calculator-form.wrape-form-1 .form-group.btn-form-group{
margin-right:0;
}
}    