::placeholder {
color: #ddd;
opacity: 1;
font-size: 18px;
line-height: 18px;
font-weight: lighter;
}
::-webkit-input-placeholder {
color: #ddd;
opacity: 1;
font-size: 18px;
line-height: 18px;
font-weight: lighter;
}
::-moz-placeholder {
color: #ddd;
opacity: 1;
font-size: 18px;
line-height: 18px;
font-weight: lighter;
}
::-ms-input-placeholder {
color: #ddd;
opacity: 1;
font-size: 18px;
line-height: 18px;
font-weight: lighter;
}
.section-title-sm{
margin: 2px 0px 2px;
}
.step-lists {
margin-top: 18px;
position: relative;
margin-left: -10px;
}
.step-lists li {
width: 100px;
display: inline-block;
vertical-align: middle;
text-align: center;
color: #9a9a9a;
font-size: 14px;
line-height: 20px;
position: relative;
}
.step-lists li:after {
content: "";
position: absolute;
right: 0;
width: 49%;
height: 1px;
background: #ddd;
top: 15px;
}
.step-lists li:before {
content: "";
position: absolute;
left: -5px;
width: 49%;
height: 1px;
background: #ddd;
top: 15px;
}
.step-lists li:first-child:before {
display: none;
}
.step-lists li:last-child:after {
display: none;
}
.step-lists li a {
color: var(--black40);
font-size: 14px;
line-height: 20px;
}
.step-lists li.active a{
color: #222;
}
.step-lists li.active.completed a{
color: var(--black40);
}
span.steps-count {
display: block;
width: 30px;
height: 30px;
border-radius: 50%;
border: 1px solid #ddd;
text-align: center;
padding: 3px;
color: #ddd;
margin: 0 auto 8px;
z-index: 9;
position: relative;
background: #fff;
}
li.active span.steps-count {
background: #fff;
color: var(--primary-green);
border: 1px solid var(--primary-green);
}

.completed span.steps-count:after {
content: "";
color: #fff;
font-size: 20px;
padding: 4px;
position: absolute;
width: 30px;
height: 30px;
border-radius: 50%;
background: #fff url("/assets/icms/images/calculator/rent-reciept/sucess-fill.svg") no-repeat;
left: -1px;
top: -1px;
}
button.edit-btn {
position: absolute;
width: 154px;
height: 36px;
background: transparent;
top: 8px;
border: 1px solid var(--primary-green);
border-radius: 4px;
right: 0;
font-weight: 600;
font-size: 14px;
line-height: 24px;
color: var(--primary-green);
}
.form-wraper {
margin-top: 22px;
}
.calculator-form {
background: #fff;
border: 0.5px solid #DDDDDD;
border-radius: 8px;
padding: 32px 28px;
}
.calculator-form .row-flex:last-child .form-group{
margin-right: 0;
}
.calculator-form.step-1 .form-group .calci-input-ctrl{
margin-bottom: 0;
}
.calculator-form.term-form.step-2 .row-flex:nth-of-type(2){
margin-top: 20px;
}
.calci-input-ctrl .form-ctrl {
background: transparent;
}
.calci-input-ctrl.without-icons .form-ctrl {
padding-left: 0;
}
.calci-input-ctrl.without-icons:before{
display: none;
}
.bottom-row .btn-default, .bottom-row .btn-default:active {
background: var(--primary-green);
border: 1px solid var(--primary-green);
width: 149px;
border-radius: 4px;
color: #fff;
font-size: 14px;
line-height: 24px;
font-weight: 600;
outline: none;
}
.btn.btn-back, .btn.btn-back:active {
border: 1px solid var(--primary-green);
background: #fff;
color: var(--primary-green);
width: 85px;
font-size: 16px;
font-size: 14px;
line-height: 24px;
font-weight: 600;
outline: none;
}
.bottom-row .form-group {
margin-top: -85px;
}
.rent-part textarea{
color: #222;
font-weight: 700;
font-size: 16px;
line-height: 24px;
width: 100%;
height: 136px;
display: inline-block;
vertical-align: middle;
border: 1px solid #DDDDDD;
border-radius: 4px;
padding: 12px;
background: transparent;
box-shadow: none!important;
}
.rent-part textarea::placeholder{
font-size: 16px;
line-height: 24px;
}
.rent-part p {
color: #222;
font-weight: 700;
line-height: 24px;
}
.rent-rcpt-format {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 11px;
}
.rent-rcpt-left p {
color: #222;
font-size: 18px;
}
.step-2 .rent-rcpt-left p {
font-weight: 600;
}
.midd-sect-btn button{
font-weight: 600;
font-size: 16px;
line-height: 24px;
align-items: center;
color: #FFFFFF;
width: 203px;
height: 36px;
background: var(--primary-green);
border-radius: 30px;
margin-bottom: 10px;
}


.switch-time input {
position: absolute !important;
clip: rect(0, 0, 0, 0);
height: 1px;
width: 1px;
border: 0;
overflow: hidden;
}

.switch-time label {
border-radius: 16px;
font-size: 16px;
line-height: 18px;
color: #666;
text-align: center;
font-weight: 300;
height: 23px;
cursor: pointer;
padding: 2px 10px;
margin: 0;
width: 80px;
}

.switch-time label:hover {
cursor: pointer;
}

.switch-time input:checked + label {
color: #fff;
background-color:var(--primary-green);
box-shadow: none;
}

.calci-amount{
height: auto;
}

.switch-time-radio {
margin-left: 12px;
margin-bottom: 28px;
}
.radio-label {
position: relative;
padding-left: 28px;
cursor: pointer;
font-size: 16px;
line-height: 20px;
color: #222;
font-weight: 400;
margin-right: 24px;
-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);
}
.cal-tax-exemption {
padding: 25px 0px 0px;
}
.card-cta .cta-primary {
background: transparent;
color: var(--primary-green) !important;
border-color: var(--primary-green);
}
.card-cta .cta-primary:hover, .card-cta .cta-primary:focus {
color: #ffffff !important;
text-decoration: none;
background: var(--primary-green);
}
.onpage-offer-card .card-icon{
padding: 7px 0;
}

.isApp .mweb-ctas {
position: fixed;
bottom: 0;
right: 0;
width: 100%;
background: #ffffff;
padding: 12px 20px 20px 20px;
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.18);
}

.isApp .btn-form-group {
position: fixed;
bottom: 0;
right: 0;
width: 100%;
padding: 12px 20px 20px 20px;
margin: 0;
background: #fff;
}

.isApp .cal-tax-exemption {
padding-bottom: 50px;
}
.calci-num-ctrl .form-ctrl{
background: transparent;
}
.summary-section {
padding-top: 20px;
}
.summary-section h5 {
font-weight: 600;
font-size: 14px;
line-height: 18px;
color: var(--black-color);
padding-bottom: 8px;
}
.list-content {
font-size: 14px;
line-height: 18px;
color: var(--black60);
padding-left: 20px;
position: relative;
}
.list-content:after {
content: "";
position: absolute;
left: 0;
top: 5px;
width: 8px;
height: 8px;
border-radius: 50%;
background: #C4C4C4;
}
.wraper-tabSect {
display: flex;
align-items: center;
}
#SIPfd_result .switch-time {
width: 125px;
height: 26px;
overflow: hidden;
margin-left: 8px;
}
.tax-form-heading .switch-time li:last-child {
border-right: 0;
}
.tax-form-heading .switch-time li{
height: 26px;
border-right: 1px solid #ddd;
border-radius: 0;
}
.tax-form-heading .switch-time li.active {
border-color: var(--primary-green);
}
.calculator-form .main-heading {
margin-bottom: 39px;
}
.sec-calculator .table-listing li:nth-child(2) .property .property-child, .sec-calculator .table-listing li:nth-child(3) .property .property-child {
padding-right: 0px !important;
}
.cal-table {
width: 100%;
}
.cal-table tr td {
padding: 12px 0px;
vertical-align: middle;
font-size: 16px;
line-height: 20px;
color: #222;
border-bottom: 1px solid #ddd;
}
.product-image {
width: 52px;
height: 52px;
border: 1px solid #ddd;
align-items: center;
display: flex;
padding: 4px;
}
.sec-calculator .table-listing span.semi-bold {
font-family: 'proxima-nova-semibold';
line-height: 20px;
}
span.starts-text {
color: #9a9a9a;
}
span.td-amount {
font-weight: 600;
}
.cal-table tr td:nth-of-type(3) {
text-align: left;
padding-left: 45px;
}
.cal-table tr td .cta {
background: transparent;
padding: 8px;
line-height: 5px;
border: 0px;
overflow: hidden;
text-indent: -99999px;
min-width: 16px;
position: relative;
}
.cal-table tr td .cta:after {
border: 1px solid var(--primary-green);
border-width: 0 1px 1px 0;
display: inline-block;
padding: 4px;
content: '';
position: absolute;
right: 7px;
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
top: 47%;
}
.isApp-container .section-title-sm{
margin-top:16px;
}

.cal-table tr td a:hover {
color: var(--primary-green);
}

@media (min-width: 992px){
.sec-other-calculator .calculator-form.step-1 .calci-button-ctrl{
margin-bottom: 0px;
}
.calculator-form.term-form .row-flex:nth-of-type(1) .form-group {
max-width: 260px;
margin-right: 0;
margin-bottom: 0;
}
.calculator-form.term-form .row-flex:nth-of-type(2){
justify-content: end;
}
.sec-calculator .main-body.tax-form-heading{
padding-left: 40px;
}
.sec-other-calculator .calculator-form.term-form.step-2 .form-group{
max-width: 187px!important;
}
.btn.btn-back{
margin-right: 8px;
}
}

@media(max-width: 991px) {
.sec-calculator .main-content {
background: #fff;
}
.row-inner.breadcrumb-row {
padding: 0px;
}
.sec-other-calculator .calculator-form .form-group{
margin-bottom: 25px;
}
.calculator-form {
background: transparent;
border: none;
border-radius: 0;
padding: 0;
}
.cal-tax-exemption{
padding: 0;
}
.mweb-ctas.right-section {
display: flex;
width: 100%;
}
.calculator-form.term-form.step-2 .row-flex:nth-of-type(2) {
margin-top: 0;
}
/*.calci-input-ctrl .form-ctrl{
line-height: 28px;
}*/
.section-title-sm {
margin-bottom: 0;
margin-top: 0;
}
.wraper-box {
padding: 22px 0 0;
}
.row-inner {
padding-left: 20px;
padding-right: 20px;
}
.calculator-form .calci-button-ctrl .cta {
height: 50px;
max-width: 414px;
display: block;
margin: 0px auto;
background-color: var(--primary-green);
color: #ffffff !important;
}
.calculator-form .row-flex:last-child .form-group{
margin-bottom: 32px;
}
.section-title-md{
margin-top: 20px;
text-align: left;
}
.section-subtitle{
text-align: left;
}
.step-lists {
margin-top: 22px;
position: relative;
margin-left: 0px;
}
span.steps-count {
width: 22px;
height: 22px;
padding: 0px;
}
.step-lists li a {
font-size: 12px;
line-height: 19px;
}
.form-section {
padding: 0;
}
.bottom-row .form-group {
margin-top: 0px;
}
.rent-part {
width: 100%;
height: auto;
}
.btn.btn-back {
height: 48px;
width: 130px;
margin-right: 12px;
}
.bottom-row .btn-default {
height: 48px;
width: 100%;
}
.step-lists li:after, .step-lists li:before{
top: 10px;
}
button.edit-btn {
position: static;
width: 130px;
height: 48px;
padding: 12px;
font-size: 16px;
line-height: 24px;
margin-right: 12px;
}
.sec-other-calculator .calculator-form .form-group, .sec-other-calculator .calculator-form.step-2 .form-group{
max-width: 100%;
}
.step-lists ul {
margin-left: -16px;
}
.banner1-container {
margin-bottom: 12px;
}
.wrape-banners .banner1-container {
padding-right: 0;
width: 100%;
}
.wrape-banners .banner2-container {
padding-left: 0;
width: 100%;
}
.completed span.steps-count:after {
width: 22px;
height: 22px;
background-size: 100%;
}
.edit-print-section {
display: flex!important;
justify-content: space-between;
width: calc(100% + 40px);
margin-left: -20px;
align-items: center;
padding: 20px 20px 0;
margin-top: 10px;
position: relative;
}
.edit-print-section:after {
content: "";
position: absolute;
top: 0;
right: 0;
left: 0;
background: #ddd;
height: 1px;
width: calc(100% + 40px);
margin-left: -20px;
}
.edit-print-section button.print-button {
font-weight: 600;
font-size: 16px;
line-height: 24px;
align-items: center;
color: #FFFFFF;
width: 214px;
height: 48px;
padding: 12px;
background: var(--primary-green);
border-radius: 4px;
}

.radio-label {
padding-left: 22px;
font-size: 16px;
line-height: 20px;
color: #222;
font-weight: 400;
margin-right: 4px;
}
.radio-label:last-child{
margin-right: 0;
}
.radio-label .checkmark{
width: 16px;
height: 16px;
}
.radio-label .checkmark:after {
width: 8px;
height: 8px;
}
.onpage-offer-card .card-body .cta{
padding: 8px 30px 8px 10px;
}
.switch-time-radio{
margin-left: 10px;
}
.switch-time-radio {
margin-bottom: 20px;
}
.onpage-offer-card{
border-radius: 8px;
}
.onpage-offer-card .card-body .cta:after{
display: none;
}
.onpage-offer-card .card-body .cta {
padding: 8px 8px 8px 8px;
text-align: center;
}
.product-image{
width: 36px;
height: 36px;
margin-right: 12px;
}
.cal-table tr td{
font-size: 14px;
line-height: 17px;
}
.sec-calculator .table-listing li{
justify-content: initial;
}
#form-section-3 .col-7.col-xs-12{
padding:0;
}
.summary-section {
padding-top: 0px;
}
.calculator-form.step-3 {
position: relative;
padding-top: 14px;
}
.form-wraper .calculator-form.step-3:after {
content: "";
position: absolute;
top: 0;
right: 0;
left: 0;
background: #ddd;
height: 1px;
width: calc(100% + 40px);
margin-left: -20px;
}
}

@media (max-width: 320px){
.rent-rcpt-left p {
font-size: 14px;
}