html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*  */
body {
    font-family: 'Poppins', sans-serif;
}

.text-white {
    color: #fff !important;
}

.text-off-brown {
    color: #D3D3D3 !important;
}

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

.container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.row {
    display: flex;
    flex-flow: row wrap;
    margin: 0px;
}

[class*=col-] {
    padding: 0px;
}

.col-12 {
    max-width: calc(100% / 1);
    flex-basis: calc(100% / 1);
}

.saving-box-new .ten-year {
    margin-top: 10px;
}

@media (min-width:768px) {
    .col-md-9 {
        max-width: 66.66%;
        flex-basis: 66.66%;
    }

    .col-md-3 {
        max-width: 33.33%;
        flex-basis: 33.33%;
        padding-right: 16px;
    }

    .container {
        max-width: 880px;
    }
}

@media(min-width:992px) {
    .container {
        max-width: 1024px;
    }
}

@media(max-width:991px) {

    .timeshare-vacation-cost .form-control,
    .saving-box [class*='-year'] {
        max-width: 100% !important;
        margin: 10px 0 !important;
    }

    .saving-sec .col-12 {
        max-width: 100% !important;
        padding: 0 !important;
    }

    .saving-sec .row {
        display: inline !important;
    }

    .col-md-12.col-12.saving-sec {
        margin-bottom: 20px;
    }
}

@media(min-width:1100px) {
    .container {
        max-width: 1140px;
    }
}

.calculator-wrapper {
    margin: 0 auto;
}

.calculator-wrapper .title-wrapper h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-size: clamp(2rem, 7.825vw, 4rem);
    line-height: normal;
    color: #4e4e4e;
    font-weight: 600;
    padding: 25px 0px 0px;
    text-align: center;
    background-color: #f5f5f5;
    text-transform: uppercase;
}

.calculator-wrapper .calc-form {
    padding: 20px 0px 40px;
    /*background-color: #fff;*/
}

.calculator-wrapper .calc-form .note {
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 38px;
}

.card {
    /* min-height: 171px; */
    border-radius: 15px;
    /* padding: 25px 20px 20px; */
    padding: 16px;
    background-color: #ffffff;
    box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.125);
    /* margin-bottom: 24px; */
    margin-bottom: 16px;
    text-align: center;
}

.no-filter {
    -webkit-filter: none !important;
    filter: none !important;
    box-shadow: none !important;
}

.card.blue {
    border-radius: 8px;
    background-color: #5b5b5b;
}

.card.brown {
    background-color: #D3D3D3;
    /* padding: 35px 30px; */
    padding: 14px 24px;
}

.card label {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 9px;
}

.card.brown label {
    color: #2F4F4F;
}

.card .range-container {
    /* width: 503px; */
    /* min-height: 87px; */
    padding: 20px 26px 20px 24px;
    border-radius: 15px;
    background-color: #ffffff;
    border: 1px solid #ececec;
    align-items: center;
    position: relative;
    flex-flow: column-reverse wrap;
}

.card .range-container span.doller {
    position: absolute;
    right: 100px;
}

.card .range-container span,
.card .range-container [class*="-price"] {
    font-size: 15px;
    line-height: 11px;
    color: #333333;
    font-weight: 600;
}

.card .range-container>.row {
    flex: 1;
    margin: 0px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    width: 100%;
}

.card .range-container>.row [type='range'] {
    margin: 0px 10px;
}

.card .range-container .current-price {
    width: 100px;
    height: 44px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 2px solid #ccc;
    /* border: 2px solid transparent; */
    margin-left: 10px;
    text-align: center;
    padding: 0px 20px;
    font-size: 15px;
    line-height: 40px;
    color: #333333;
    font-weight: 600;
}

.card .range-container .current-price:focus {
    border: 2px solid #daad86;
}

/*.card .range-container input[type="range" i]::-webkit-slider-runnable-track {
    color: #daad86;
    background-color: #daad86;
}
.card .range-container input[type="range" i]{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    min-height: 4px;
    border-radius: 2px;
    background-color: #ebebeb;
}
.card .range-container input[type="range" i]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    -webkit-filter: drop-shadow(0px 5px 6.5px rgba(0,0,0,0.19)) drop-shadow(0 0 0px rgba(0,0,0,0.22));
            filter: drop-shadow(0px 5px 6.5px rgba(0,0,0,0.19)) drop-shadow(0 0 0px rgba(0,0,0,0.22));
    background-color: #6298b5;
    border: 4px solid #ffffff;
}

.card .range-container input[type="range" i]::-moz-range-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    -webkit-filter: drop-shadow(0px 5px 6.5px rgba(0,0,0,0.19)) drop-shadow(0 0 0px rgba(0,0,0,0.22));
            filter: drop-shadow(0px 5px 6.5px rgba(0,0,0,0.19)) drop-shadow(0 0 0px rgba(0,0,0,0.22));
    background-color: #6298b5;
    border: 4px solid #ffffff;
}*/
.align-items-center {
    align-items: center;
}

.timeshare-vacation-cost h4 {
    font-size: 28px;
    font-size: clamp(1.3rem, 8vw, 1.8rem);
    line-height: clamp(1.3rem, 8.3vw, 2.1rem);
    color: #ffffff;
    font-weight: 700;
}

.timeshare-vacation-cost h4 span {
    font-size: 18px;
    font-weight: 400;
    display: inline-flex;
}

.timeshare-vacation-cost .form-control {
    display: inline-block;
    width: 212px;
    height: 84px;
    border-radius: 10px;
    background-color: ##191970;
    border: 1px solid ##36658C;

    font-size: 40px;
    line-height: 80px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
}

.saving-box>.row {
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 18px;
}

.saving-box h4 {
    font-size: 30px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    margin-bottom: 9px;
}

[class*='-year'] {
    max-width: calc(265px - 22px);
    min-height: 94px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 2px solid #191970;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.saving-box .ten-year {
    border: 2px solid #2F4F4F;
}

.saving-box .ten-year {
    margin-right: 22px;
}

.saving-box h5 {
    font-size: 20px;
    line-height: 20px;
    color: #5b5b5b;
    font-weight: 700;
    text-align: center;
}

.text-muted {
    color: #bababa;
}

.saving-box [class*='-year'] .text-muted {
    font-size: 18px;
    line-height: 11px;
    color: #bababa;
    font-weight: 500;
    text-align: center;
    margin-bottom: 7px;
    margin-top: 7px;
}

.saving-box [class*='-year'] .saving-value {
    font-size: 40px;
    line-height: 44px;
    color: #000000;
    font-weight: 600;
    text-align: center;
}

[type="submit"] {
    /* height: 48px; */
    padding: 16px 24px;
    border-radius: 2px;
    background-color: #74b544;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border: 1px solid transparent;
    transition: 0.3s ease-in-out;
    margin: 0px auto;
    cursor: pointer;
    margin-bottom: -20px;
}

[type="submit"]:hover {
    background-color: #a2d149;
}

/* chart css starts here */
.val-box {
    display: flex;
    flex-direction: column;
    min-width: 130px;
}

.val-box span {
    font-size: 13px;
    line-height: 18px;
    color: #f3bc41;
    font-weight: 500;
    text-align: center;
}

.val-box div {
    font-size: 30px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 4px;
	padding:0px 10px;
}

.chart-container {
    border-radius: 10px;
    background-color: #699d16;
    display: flex;
    align-items: flex-end;
    padding: 29px 25px 26px;
    flex-flow: row wrap;
}

@media(min-width:992px) {
    .chart-container {
        flex-flow: row nowrap;
        padding: 29px 16px 26px 0px;
    }
}

#chart {
    /*width: 54.2%;*/
    height: 70px;
    margin: 0px 3px 0px 0px;
    display: block;
    overflow: hidden;

}

#chart #bars {
    display: flex;
    /* background: rgba(0, 0, 0, 0.2); */
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    flex-flow: row nowrap;
    /* overflow: auto; */
}

#chart #bars li {
    display: inline-table;
    width: 44.5px;
    height: 50px;
    margin: 0;
    text-align: center;
    position: relative;
}

#chart #bars li:not(:last-child) {
    margin-right: 7px;
}

#chart #bars li .bar {
    display: block;
    width: 100%;
    overflow: hidden;
    /* margin-left: 15px; */
    background-color: #ffc42c;
    position: absolute;
    bottom: 0;
    /*max-height:15px;*/
}

#chart #bars li:nth-child(1) .bar {
    background-color: #ffc42c;
}

#chart #bars li:nth-child(2) .bar {
    background-color: #ff9900;
}

#chart #bars li:nth-child(3) .bar {
    background-color: #ff9900;
}

#chart #bars li:nth-child(4) .bar {
    background-color: #eb971e;
}

#chart #bars li:nth-child(5) .bar {
    background-color: #df0000;
}

#chart #bars li:nth-child(6) .bar {
    background-color: #df0000;
}

#chart #bars li .bar:hover:before {
    color: white;
    content: attr(data-percentage) '%';
    position: relative;
    bottom: 20px;
}

#chart #bars li span {
    color: #eee;
    width: 100%;
    position: absolute;
    bottom: -1.5em;
    left: 0;
    text-align: center;
    font-size: 12px;
}
.saving-box.saving-box-new {
    text-align: center;
    padding-top: 6px;
}

.saving-box.saving-box-new .ten-year {
    margin-right: 0px;
    margin-top: 0px;
}

.saving-box.saving-box-new .row {
    margin-bottom: 6px;
}
.show-in-mobile{
    display: none !important;
}
.saving-box.saving-box-new button.show-in-desktop {
    transform: translateY(10px);
}
/* media query */
@media(min-width:768px) and (max-width:1100px) {

    .timeshare-vacation-cost .form-control,
    .saving-box [class*='-year'] {
        min-width: 150px;
    }
}

@media (max-width:991px) {
    .show-in-mobile{
        display: block !important;
    }
    .show-in-desktop{
        display: none !important;
    }

    /*.val-box {
        min-width: 100px;
    }
    .chart-container #chart{
        width: 54%;
    }*/
    .calculator-wrapper .calc-form .row .col-md-9.col-12,
    .calculator-wrapper .calc-form .row .col-md-3.col-12 {
        max-width: calc(100% / 2 - 20px);
        flex-basis: calc(100% / 2 - 20px);
        padding: 0px 20px;
    }

    .calculator-wrapper .calc-form .row .col-md-9.col-12 {
        order: 0;
        padding: 0px;
        max-width: calc(100% / 2 - 0px);
        flex-basis: calc(100% / 2 - 0px);
    }

    .calculator-wrapper .calc-form .row .col-md-3.col-12 {
        order: -1;
    }

    .card.brown {
        padding: 35px 5px;
    }

    .chart-container {
        justify-content: center;
        padding: 20px 5px
    }

    #chart #bars li {
        /*width:43px;*/
        width: 36px;
    }

    .val-box {
        min-width: 105px;
    }

    .chart-container #chart {
        margin: 0px;
        width: 100%;
        order: 2;
    }

    .timeshare-vacation-cost .form-control,
    .val-box div,
    .saving-box [class*='-year'] .saving-value {
        font-size: 26px;
    }

    .timeshare-vacation-cost h4 {
        margin-bottom: 10px;
    }
}

@media(max-width:767px) {

    .calculator-wrapper .calc-form .row .col-md-9.col-12,
    .calculator-wrapper .calc-form .row .col-md-3.col-12 {
        max-width: calc(100% / 1);
        flex-basis: calc(100% / 1);
        padding: 0px 0px;
    }

    .row {
        margin: 0px;
    }

    .card .range-container>.row,
    .card .range-container>.row [type='range'] {
        flex-flow: row nowrap;
    }

    .card .range-container .current-price {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
    }

    .timeshare-vacation-cost h4 {
        margin-bottom: 16px;
        font-size: clamp(1.3rem, 7vw, 1.8rem);
    }
    .submit-qulifiy{
        font-size: 12px !important;
    }
    .saving-box {
        margin-bottom: 24px;
    }

    .saving-box [class*='-year'] {
        max-width: 150px;
    }

    .card .range-container span.doller {
        bottom: 38px;
    }

    .saving-box [class*='-year'] {
        max-width: 80%;
        margin: 0px auto 10px;
    }
    .card {
        padding: 14px 8px;
        box-shadow: 0 7px 24px rgb(0 0 0 / 13%);
        margin-bottom: 10px;
    }
    .card .range-container{
        padding: 0px 16px;
    }
    .timeshare-vacation-cost .form-control{
        margin: 0px !important;
        padding: 0px 18px;
        width: auto;
        height: 46px;
        line-height: 46px;
        min-width: 100px;
    }
    .card.brown {
        padding: 12px 6px;
    }
    .calculator-wrapper .calc-form .note{
        margin-bottom: 18px;
    }
    .calculator-wrapper .calc-form {
        padding: 16px 0px 40px;
    }
}

@media(max-width:476px) {
    .saving-box [class*='-year'] .text-muted {
        line-height: 18px;
    }
}
@media(min-width:992px) and (max-width:1024px){
	[class*='-year']{
		max-width: calc(200px - 22px) !important;
	}
	.saving-box [class*='-year'] .saving-value{
		font-size:28px;
	}
	.saving-box.saving-box-new [type="submit"],
	.saving-box h5{
		font-size:14px;
	}
}
@media(min-width:1025px) and (max-width:1199px){
	[class*='-year']{
		max-width: calc(230px - 22px) !important;
	}
	.saving-box [class*='-year'] .saving-value{
		font-size:30px;
	}
}



