@font-face {
    font-family: 'interstate-light';
    src: url('../fonts/interstate-light.eot');
    src: url('../fonts/interstate-light.eot?#iefix') format('embedded-opentype'), url('../fonts/interstate-light.woff') format('woff'), url('../fonts/interstate-light.ttf') format('truetype'), url('../fonts/interstate-light.svg#NokiaPureHeadlineBold') format('svg');
    font-weight: 300;
    font-style: 300;
}


/*@font-face {
  font-family: "interstate";
  src: url("../fonts/interstate-regular.eot");
  src: url("../fonts/interstate-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/interstate-regular.woff") format("woff"), url("../fonts/interstate-regular.ttf") format("truetype"), url("../fonts/interstate-regular.svg#NokiaPureHeadlineBold") format("svg");
}
@font-face {
  font-family: "interstate";
  src: url("../../fonts/Interstate-Bold.eot");
  src: url("../../fonts/Interstate-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Interstate-Bold.woff") format("woff"), url("../../fonts/Interstate-Bold.ttf") format("truetype"), url("../../fonts/Interstate-Bold.svg") format("svg");
  font-weight: 700;
}
@font-face {
  font-family: 'interstateextralight';
  src: url('../fonts/interstate_extralight.eot');
  src: url('../fonts/interstate_extralight.eot?#iefix') format('embedded-opentype'), url('../fonts/interstate_extralight.woff') format('woff'), url('../fonts/interstate_extralight.ttf') format('truetype'), url('../fonts/interstate_extralight.svg#interstateextralight') format('svg');
  font-weight: normal;
  font-style: normal;
}*/

.topMenu {
    background: #333333;
    height: 26px;
}

.container {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

.banner {
    background: #163C6A;
    color: #ffffff;
    height: 70px;
}

.logoWrapper {
    padding: 20px 0 0;
    float: left;
}

.pageBanner {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.bannerImg {
    position: relative;
}

.contactUsImg {
    position: relative;
}

.pageBanner img {
    float: left;
    width: 100%;
}

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

.visible-desktop {
    display: none;
}

.innerBanner {
    max-width: 720px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.9);
    padding: 0 20px;
}

.innerBanner.bannerImgUp {
    margin-top: -42px;
}

.mobContainer {
    display: table;
    content: '';
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.innerBanner .pagetitle {
    padding: 27px 0 65px 0;
}

.bannerTxt {
    display: flex;
    position: relative;
    top: 0px;
    width: 100%;
}

h1.pagetitle {
    font-size: 42px;
    line-height: 50px;
    letter-spacing: 0px;
    font-weight: 300;
}

.leftPannelContent {
    padding: 40px 10px 0;
}

.leftPannelContent h2.mainHeading {
    font-size: 26px;
    font-weight: 300;
    line-height: 32px;
}

h3.subHeading {
    text-align: left;
    font-size: 21px;
}

.checkbox-wrapper {
    margin-top: 35px;
}

.checkbox-group {
    display: block;
    width: 100%;
    font-size: 0;
    max-width: 940px;
    margin: 0 auto 30px;
}

.checkbox-group .inp-checkbox {
    display: block;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
}

.unchecked,
.uncheck {
    background: url(../images/icons/checkbox_uncheck.png) no-repeat top 2px left;
    float: left;
    margin-top: 0;
}

.checked {
    background: url(../images/icons/checkbox_checked.png) no-repeat top 2px left;
    float: left;
    margin-top: 0;
}

.checkbox-group .checkbox-btn input,
.checkbox-group .checkbox-btn .checkbox-label {
    display: table-cell;
    width: auto;
}

.checkbox-group .checkbox-btn input {
    height: 13px;
    width: 13px;
    position: relative;
    margin-right: 5px;
    float: left;
    cursor: pointer;
}

.checkbox-group .checkbox-btn input:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
}

.checkbox-group .checkbox-btn .checkbox-label {
    color: #333;
    width: 95%;
    padding-left: 5px;
    text-align: left;
    cursor: pointer;
}

.checkbox-group .checkbox-btn .checkbox-label span,
.checkbox-group .checkbox-btn .checkbox-label p {
    color: #333;
}

.checkbox-group .checkbox-btn .checkbox-label p {
    line-height: 22px;
}

.checkbox-btn .checked .checkbox-label {
    color: #0f2a48;
}

.checkbox-btn .checkbox-label span:active,
.checkbox-btn .checkbox-label p:active,
.checkbox-btn.checked .checkbox-label span,
.checkbox-btn.checked .checkbox-label p {
    color: #0f2a48;
}


/* .checkbox-btn .checkbox-label span:hover,
.checkbox-btn .checkbox-label p:hover{
	color: #0F2A48;
	text-decoration: underline;
} */

.checkbox-btn .checkbox-label:hover p,
.checkbox-btn .checkbox-label:hover span {
    color: #0f2a48;
}

.checkbox-label {
    font-size: 16px;
    font-weight: 300;
    font-family: interstate;
    line-height: 22px;
}

.pagefooter {
    position: relative;
}

.greybg {
    background: #eee;
    /* display: none; */
    position: relative;
    width: 100%;
}

.greybg.active {
    display: block;
}

.greybg::before,
.greybg::after {
    top: 0;
    left: 50%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.greybg::before {
    border-width: 36px;
    margin-left: -36px;
}

.greybg::after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 30px;
    margin-left: -30px;
}

.product {
    font-size: 26px;
    line-height: 32px;
    margin-top: 65px;
}

.tabs-heading {
    background-color: #fff;
    color: #fff;
    text-align: center;
    min-height: 76px;
    margin-top: 35px;
    width: 100%;
    padding: 30px 10px;
}

.tabs-wrapper {
    background: #fff;
    margin-bottom: 40px;
}

.tabs-heading li {
    background: #eee;
    border-bottom: 1px solid #999;
    cursor: pointer;
    display: block;
    width: 100%;
    color: #0f2a48;
    font-size: 16px;
    line-height: 22px;
    font-family: interstate;
    font-weight: 300;
    padding: 16px 0;
    position: relative;
}

.tabs-heading li.disable {
    cursor: not-allowed;
}

.select2 {
    width: 100%;
}

.select2-selection {
    position: relative;
}

.select2-container {
    width: 100%;
}

.select2-selection__arrow,
.select2-search--dropdown {
    display: none;
}

.select2-results__option {
    border-bottom: 1px solid #999;
    padding: 16px 20px;
    float: none;
}

.select2-results__option:first-child {
    border-bottom: 1px solid #999;
}

.select2-results__option:last-child {
    border-bottom: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #0f2a48;
    /*display: none;*/
    height: auto;
    padding: 16px 20px;
}

.tabs-heading li.active::before,
.tabs-heading li.active::after,
.select2-selection::before,
.select2-selection::after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 8px;
    background-color: #B4975A;
    position: absolute;
    top: 21px;
    margin-top: 1px;
}


/*
.select2-container--default .select2-results__option--highlighted[aria-selected]::before,
.select2-container--default .select2-results__option--highlighted[aria-selected]::after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 8px;
    background-color: #B4975A;
    position: absolute;
    top: 21px;
    margin-top: 1px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]::before {
	-webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  right: 25px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]::after {
	-webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 20px;
}*/

.select2-container--default .select2-selection--single,
.select2-dropdown {
    background: #eee;
    border: 0;
    height: auto;
    text-align: left;
}

.select2-container--default .select2-selection--single {
    padding: 16px 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    line-height: 22px;
    padding-left: 0;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 253px;
    /*margin-top: -30px;*/
}

.select2-container .select2-selection--single .select2-selection__rendered {
    text-overflow: inherit;
    white-space: pre-wrap;
}


/* .tabs-heading li.active::before,
.tabs-heading li.active::after,
.select2-selection::before,
.select2-selection::after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 8px;
    background-color: #0f2a48;
    position: absolute;
    top: 21px;
    margin-top: 1px;
} */

.tabs-heading li.active::before,
.select2-selection::before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    right: 20px;
}

.select2-container--open .select2-selection::before {
    right: 25px;
}

.select2-container--open .select2-selection::after {
    right: 20px;
}

.select2-selection::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 25px;
}

.tabs-heading li.active::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 20px;
}


/* .tabs-heading li:active,
.tabs-heading li:focus {
    background: #0f2a48;
    color: #fff;
} */

.tabs-heading li:last-child {
    border-bottom: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.tabs-heading li:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

.tab {
    display: none;
    padding: 37px 10px;
}

.tab.active {
    display: inline-block;
}

.tab-title {
    text-align: center;
}

.tab-title {
    font-size: 21px;
    line-height: 27px;
}

.tab-box .in-row {
    margin-top: 36px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.tab-box .in-box {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

.tab-2 .in-box .main-icon,
.tab-4 .in-box .main-icon {
    margin-top: 43px;
    margin-bottom: 25px;
}

.tab-2 .in-box:first-child .main-icon,
.tab-4 .in-box:first-child .main-icon {
    margin-top: 35px;
}

.p-space {
    margin-top: 30px;
    margin-bottom: 15px;
}

.tab-box .in-col h3 {
    font-family: interstate-light;
    font-size: 21px;
    color: #333;
    line-height: 27px;
}

.tab-box .in-math {
    width: 28px;
    margin: 20px auto 40px;
}

.tab-box .math-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #B6985A;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.tab-box .col-dialog {
    padding: 0;
    font-family: interstate;
    font-weight: 300;
    font-size: 21px;
    color: #333;
    line-height: 27px;
    letter-spacing: -1px;
}

.tab-box .col-dialog .bigsize {
    font-size: 36px;
    font-family: interstate;
    line-height: 43px;
    font-weight: 700;
}

.tab-box .col-line {
    border-top: 3px solid #B6985A;
    margin: 5px 0 10px;
}

.tab-1 .break-line {
    border-top: 1px solid #999;
    margin-top: 20px;
}

.tab-box .bulLst li {
    padding-bottom: 5px;
    padding-left: 15px;
    position: relative;
    float: none;
    text-align: left;
}

.tab-box .bulLst li:before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
}

.tab-4 .in-math {
    display: none;
}

.more-info {
    margin-top: 45px;
    font-size: 12px;
    line-height: 18px;
    color: #999;
}

.more-info a {
    color: #056dae;
}

.btn {
    background: #0f2a48;
    border-radius: 5px;
    color: #ffffff;
    font-family: interstate;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    padding: 20px 50px;
    margin: 55px auto;
}

.btn.btn-blue {
    background: #0f2a48;
    border: 0;
    color: #ffffff;
}

.btn.btn-blue:hover {
    background: #B6985A;
    border: 0;
    color: #ffffff;
}

.btn.disable {
    cursor: not-allowed;
}

.btn.active {
    background: #0f2a48;
    border: 0;
    color: #fff;
}

.btn.active:hover {
    background: #B6985A;
    border: 0;
    color: #fff;
}

.btn.next {
    padding: 15px 100px;
    margin-bottom: 110px;
}

.btn {
    background: #fff;
    border: 2px solid #999;
    color: #999;
}

.small-font {
    color: #999;
    font-size: 12px;
    line-height: 18px;
}

.bold {
    font-family: interstate;
    font-weight: 700;
}

.arrow {
    position: relative;
}

.arrow.collapse::before,
.arrow.collapse::after {
    content: '';
    cursor: pointer;
    display: inline-block;
    width: 2px;
    height: 8px;
    background-color: #999;
    position: absolute;
    top: 2px;
    margin-top: 1px;
}

.arrow.collapse::before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left: -10px;
}

.arrow.collapse::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: -15px;
}

.arrow.expand::before,
.arrow.expand::after {
    content: '';
    cursor: pointer;
    display: inline-block;
    width: 2px;
    height: 8px;
    background-color: #999;
    position: absolute;
    top: 2px;
    margin-top: 1px;
}

.arrow.expand::before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left: -15px;
}

.arrow {
    cursor: pointer;
}

.arrow.expand::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: -10px;
}

.term {
    padding-left: 20px;
    padding-right: 20px;
}

.disclaimer-line {
    margin-left: -20px;
    margin-right: -20px;
}

.disclaimer-line.mt-0 {
    margin-top: 0;
}

.disclaimer {
    margin: 48px 10px 60px 15px;
}

.disclaimer.open .hide-tab,
.term.open .hide-tab {
    display: block;
}

.disclaimer .hide-tab,
.term .hide-tab {
    display: none;
}

.hide-tab p {
    margin-bottom: 10px;
}

.copyright {
    text-align: left;
}

.copyright p {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    font-family: interstate;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    overflow: auto;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    font-weight: 100;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    background: url(../images/icons/close-icon.png) no-repeat;
    background-size: contain;
    height: 30px;
    width: 30px;
}

#popup .content-border {
    position: relative;
}

#popup .content-border .break-line-1,
#popup .content-border .break-line-2,
#popup .content-border .break-line-3 {
    position: absolute;
    height: 90%;
    width: 1px;
    background: #ccc;
    top: 20px;
}

#popup .content-border .break-line-1 {
    left: 19%;
}

#popup .content-border .break-line-2 {
    left: 36%;
}

#popup .content-border .break-line-3 {
    left: 53%;
    background: #333;
    margin-left: 10px;
}

#popup .popup {
    max-width: 1000px;
    top: 40%;
    transform: translate(0, -50%);
    position: relative;
}

#popup-calculator #slider-deposite-amount,
#popup-calculator #slider-saving,
#popup-calculator #slider-rate {
    width: 80%;
    position: absolute;
    height: 10px;
    background-color: #69cce6;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

#popup-calculator .tooltip {
    /*background-color: red;*/
    position: absolute;
    display: none;
    top: -30px;
    width: 31px;
    height: 90px;
    color: black;
    text-align: center;
    color: #464646;
    font: 16px Arial, sans-serif;
    line-height: 0;
}

#popup-calculator .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: url(../images/icons/icon-slider.png) no-repeat;
    background-size: contain;
    outline: none;
    top: -8px;
    margin-left: -12px;
}

#popup-calculator .ui-slider-range {
    background-color: #0e2a48;
    position: absolute;
    border: 0;
    top: 0;
    height: 100%;
    border-radius: 25px;
}

#popup-calculator #textarea_one {
    margin-top: -5px;
    margin-left: -25px;
}

#popup-calculator #textarea_two {
    margin-left: 235px;
    margin-top: -20px;
}

#popup-calculator #textarea_one,
#popup-calculator #textarea_two {
    font-weight: 700;
    font-family: Arial;
    font-size: 16px;
    color: #959595;
}

#popup-calculator .popup-wrapper p.main-heading {
    font-family: interstate-light;
    font-weight: bold;
    padding-bottom: 10px;
}

#popup-calculator .popup {
    border-radius: 0;
    background: #fff;
}

.popup {
    margin: 0 auto;
    background: #fff;
    border-radius: 11px;
    width: 70%;
    max-width: 1000px;
    position: relative;
    transition: all 5s ease-in-out;
    font-family: interstate-light;
    font-weight: 700;
}

.popup .bold {
    font-weight: 700;
    font-family: interstate-light;
}

#popup-calculator .popup .heading {
    border-radius: 0;
}

.popup .heading {
    background-color: #162a46;
    color: #fff;
    text-align: center;
    padding: 25px 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#popup-calculator .popup .heading .small {
    font-size: 12px;
    font-weight: 400;
    font-family: interstate-light;
}

.slider-ui-wrapper {
    display: block;
    width: 100%;
    font-size: 0;
    padding: 15px;
}

.slider-ui-wrapper .slide-item {
    display: inline-block;
    width: 33.333%;
    text-align: left;
    padding: 10px;
    position: relative;
    padding-bottom: 30px;
    font-weight: 400;
    font-family: interstate-light;
}

.slider-ui-wrapper .slide-1 .icon {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 60px;
    top: 15px;
    background: url(../images/icons/icons.png) no-repeat 0px -26px;
    background-color: white;
}

.slider-ui-wrapper .slide-item .icon {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 30px;
    top: 15px;
    background-color: white;
}

.slider-ui-wrapper .slide-1 .icon {
    background: url(../images/icons/icon-1.png) no-repeat;
    background-size: contain;
}

.slider-ui-wrapper .slide-2 .icon {
    background: url(../images/icons/icon-2.png) no-repeat;
    background-size: contain;
}

.slider-ui-wrapper .slide-3 .icon {
    background: url(../images/icons/icon-3.png) no-repeat;
    background-size: contain;
    top: 15px;
}

.slider-result {
    font-size: 20px !important;
    color: #0e2a48;
    margin: 10px 0;
}

.cal-plus-result {
    display: block;
    width: 100%;
    font-size: 0;
    background-color: #6c217f;
    font-weight: 400;
    font-family: interstate-light;
}

.cal-plus-result .cal-item {
    display: inline-block;
    width: 33.333%;
    padding: 30px 0;
    color: #fff;
    position: relative;
    min-height: 165px;
}

.cal-plus-result .icon-plus {
    position: absolute;
    background: url(../images/icons/icon-plus.png) no-repeat;
    background-size: contain;
    right: -20px;
    bottom: 60px;
    width: 40px;
    height: 40px;
    z-index: 3;
}

.cal-plus-result .icon-equal {
    position: absolute;
    background: url(../images/icons/icon-equal.png) no-repeat;
    background-size: contain;
    right: -20px;
    bottom: 60px;
    width: 40px;
    height: 40px;
    z-index: 3;
}

.cal-plus-result .icon-saving {
    background: url(../images/icons/icons.png) no-repeat 0px -292px;
    width: 40px;
    height: 30px;
    position: absolute;
    left: 18%;
    bottom: 50px;
}

.cal-plus-result .icon-chart {
    background: url(../images/icons/icon2.png) no-repeat;
    width: 27px;
    height: 23px;
    position: absolute;
    left: 15%;
    bottom: 50px;
}

.cal-plus-result .icon-hand {
    background: url(../images/icons/icons.png) no-repeat 0px -332px;
    width: 40px;
    height: 30px;
    position: absolute;
    left: 15%;
    bottom: 50px;
}

.cal-plus-result .cal-border {
    width: 70%;
    margin: 0 auto;
}

.cal-plus-result .cal-border .desc {
    font-size: 14px;
}

.cal-item-1,
.cal-item-3 {
    background-color: #6c217f;
}

.cal-item-2 {
    background-color: #8b0058;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.total-cash {
    padding-bottom: 15px;
}

p.total-cash {
    font-size: 22px !important;
}

.chart-detail {
    display: block;
    width: 100%;
    font-size: 0;
}

.chart-detail .col-detail {
    display: inline-block;
    width: calc(7.6923076923076925%);
    font-size: 16px;
    border: 1px solid #ccc;
    border-right: none;
    position: relative;
    min-height: 350px;
}

.chart-detail .col-detail .border {
    padding: 3px 5px 0 5px;
}

.chart-detail .col-detail:last-child {
    border-right: 1px solid #ccc;
}

.chart-detail .col-detail:hover {
    border: 1px solid #333;
}

.chart-detail .col-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
}

.chart-detail .col-chart-boder {
    position: relative;
}

.chart-detail .percent-chart-bonus,
.chart-detail .percent-chart-base,
.chart-detail .total-col {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 60px;
    left: 7px;
}

.chart-detail .percent-chart-bonus .value,
.chart-detail .percent-chart-base .value,
.chart-detail .total-col .value {
    font-weight: 400;
    position: relative;
    top: 0px;
}

.chart-detail .total-col {
    display: none;
    color: #333;
    text-align: center;
    font-size: 12px;
}

.chart-detail .total-col p {
    font-weight: 400;
    font-size: 10px;
    color: #fff;
}

.chart-detail .percent-chart-bonus {
    height: 100px;
    background-color: #0e2a48;
    z-index: 4;
    transform: scaleY(0);
}

.chart-detail .col-1 .percent-chart-bonus {
    height: 1px;
}

.chart-detail .percent-chart-base {
    transform: scaleY(0);
    height: 80px;
    background-color: #69cce6;
    z-index: 5;
}

.chart-detail .note {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%, 0);
    font-weight: bold;
    font-size: 16px;
}

.col-chart {
    background-color: #fff;
    margin-top: 2px;
    padding: 10px;
    padding-bottom: 30px;
    font-weight: 700;
    font-family: interstate-light;
}

.note-item {
    display: inline-block;
    margin-right: 10px;
}

.square-base {
    height: 30px;
    width: 30px;
    background-color: #69cce6;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.square-bonus {
    height: 30px;
    width: 30px;
    background-color: #0e2a48;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.desc-chart {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 700;
}

.desc-chart p {
    font-size: 16px !important;
}

.note-chart {
    margin-top: 15px;
}

.notes-bottom {
    padding: 20px;
    text-align: left;
    font-weight: 700;
}

.notes-bottom p.bold {
    font-size: 14px;
    color: #333333;
}

.notes-bottom p {
    padding: 5px;
}

span.value {
    font-size: 12px;
    color: #fff;
    display: none;
}

.chart-detail .col-detail:hover .total-col {
    display: block;
}

.chart-detail .col-detail:hover .value {
    display: block;
}

.last-total-col {
    background-color: #8b0058;
    padding: 5px;
    position: relative;
}

.last-total-col p {
    font-size: 12px;
}

.last-total-col:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #8b0058;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%, 0);
}

.scale-up {
    transform: scaleY(1) !important;
    transform-origin: bottom center;
    transition: transform 0.5s;
}

.col-chart-border .chart-heading {
    margin-bottom: 20px;
    font-size: 21px;
}

.note-check-box {
    margin-top: 15px;
}

.tab-sumit a {
    color: #162a46;
    text-decoration: underline;
}

.interest {
    font-weight: 700;
    font-size: 12px;
}

.calculating-form p {
    font-size: 12px;
}

.item-note-1 {
    padding-top: 10px;
}

#popup-calculator #slider-deposite-amount,
#popup-calculator #slider-saving,
#popup-calculator #slider-rate {
    width: 80%;
    position: absolute;
    height: 10px;
    background-color: #B6985A;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.popup-wrapper .notes-bottom {
    font-family: interstate-light;
    font-weight: 700;
}

.desc-chart {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 700;
    font-family: interstate-light;
}

.select2-container--default .select2-results__option[aria-selected='true'] {
    background-color: #B6985A;
    color: #fff;
}

.calculating-form {
    text-align: center;
    font-weight: 300;
    font-family: interstate;
}

@media screen and (max-width: 767px) and (min-width: 320px) {
    .innerBanner {
        background: #fff;
    }
    .popup .heading p {
        font-size: 12px;
    }
    .slider-ui-wrapper .slide-item {
        display: block;
        width: 100%;
    }
    .calculating-form p {
        font-size: 14px;
    }
    .chart-detail .total-col p {
        padding-top: 12px;
    }
    .slider-ui-wrapper .slide-item .icon {
        top: 10px;
    }
    .template {
        width: 100%;
    }
    #popup-calculator .popup {
        width: 100%;
    }
    .cal-plus-result .cal-item {
        display: block;
        width: 100%;
    }
    .cal-plus-result .icon-plus {
        bottom: -20px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .cal-plus-result .icon-saving,
    .cal-plus-result .icon-hand {
        bottom: 55px;
    }
    .cal-plus-result .cal-border {
        width: 70%;
        margin: 0 auto;
        text-align: center;
    }
    .cal-plus-result .icon-equal {
        bottom: -20px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .chart-detail .col-wrapper {
        left: 0;
        width: 100%;
        bottom: 5px;
        transform: translate(0);
    }
    .chart-detail .col-detail {
        display: block;
        width: 90%;
        float: right;
        min-height: 50px;
        border-right: 1px solid #ccc;
    }
    .chart-detail .col-detail .border {
        padding: 0;
    }
    .chart-detail .interest {
        text-align: right;
        padding-right: 3px;
        padding-top: 15px;
        font-size: 10px;
    }
    .chart-detail .percent-chart-bonus,
    .chart-detail .percent-chart-base,
    .chart-detail .total-col {
        max-width: none;
        left: 4px;
        bottom: -1px;
        transform: translate(0) !important;
        width: 100px;
        height: 40px !important;
    }
    .chart-detail .percent-chart-base {
        width: 50px;
        height: 40px;
    }
    .chart-detail .note {
        bottom: -40px;
        padding: 10px 0;
        top: 50%;
        left: -25px;
        transform: translate(0, -50%);
        font-size: 14px;
        font-weight: 100;
        padding-top: 22px;
    }
    span.value {
        display: block;
        text-align: right;
        padding-right: 2px;
        padding-top: 12px;
        font-size: 10px;
        position: relative;
        top: 0;
    }
    .chart-detail .interest {
        text-align: right;
        padding-right: 3px;
        padding-top: 15px;
        font-size: 10px;
        font-weight: 300;
    }
    .note-chart .note-item {
        padding-top: 5px;
        font-size: 12px;
        margin-right: 5px;
        font-weight: 400;
    }
    .desc-chart p.bold {
        display: inline-block;
        padding-top: 15px;
        padding-bottom: 10px;
        font-weight: 400;
    }
    .chart-detail .total-col {
        height: 40px !important;
        width: 150px;
        display: block;
        text-align: right;
        padding-right: 2px;
        padding-top: 12px;
        font-size: 10px;
    }
    .last-total-col {
        width: 40px;
        height: 50px;
        float: right;
        margin-top: -17px;
    }
    .last-total-col:after {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-right: 5px solid #8b0058;
        left: -10px;
        top: 50%;
        transform: translate(0, -50%);
    }
}

@media screen and (max-width: 1024px) {
    .innerBanner {
        background: rgba(255, 255, 255, 0.9);
    }
    .innerBanner.bannerImgUp {
        margin-top: -16px;
        width: 62%;
    }
    h1.pagetitle {
        font-size: 42px;
        line-height: 45px;
        letter-spacing: 0px;
    }
}

@media screen and (min-width: 768px) {
    .container {
        max-width: 1440px;
    }
    .visible-desktop,
    .visibleTablet {
        display: block;
    }
    .visibleMobile,
    .visibleXSM {
        display: none !important;
    }
    .logoWrapper {
        padding-left: 50px;
    }
    .innerBanner .pagetitle {
        padding: 27px 0 21px 0;
    }
    /* .innerBanner.bannerImgUp {
        margin-top: -16px;
        width: 80%;
    } */
    .bannerTxt {
        position: absolute;
        left: 0;
    }
    /* h1.pagetitle {
        font-size: 55px;
        line-height: 55px;
        letter-spacing: 0px;
    } */
    h3.subHeading,
    .checkbox-wrapper {
        max-width: 991px;
        margin: auto;
    }
    .selectPosPad {
        padding-bottom: 10px;
    }
    .leftPannelContent h2.mainHeading {
        font-size: 42px;
        line-height: 50px;
    }
    .checkbox-wrapper {
        margin-top: 50px;
        padding-bottom: 35px;
    }
    .checkbox-group {
        display: table;
        margin-bottom: 0;
        margin-left: 0;
    }
    .checkbox-group .inp-checkbox {
        display: table-cell;
        width: 50%;
        vertical-align: top;
    }
    .greybg {
        padding-bottom: 45px;
    }
    .product {
        font-size: 42px;
        line-height: 50px;
        margin-top: 75px;
    }
    .tabs-heading {
        background: transparent;
        margin-top: 48px;
        padding: 0;
    }
    .select2 {
        display: none;
    }
    .tabs-heading li {
        cursor: pointer;
        /*border-right: 1px solid #a5a5a5;*/
        border-bottom: 0;
        border-radius: 0;
        -webkit-border-radius: 0;
        display: table-cell;
        width: 25%;
        background-color: #B6985A;
        color: #fff;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
        vertical-align: top;
    }
    /* .tabs-heading li::before {
        content: '';
        display: block;
        position: absolute;
        height: 64%;
        width: 1px;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
        background-color: #a5a5a5;
    } */
    /* .tabs-heading li.active::after {
        border-bottom: 2px solid #0f2a48;
        border-right: 0;
    } */
    /* .tabs-heading li:active,
    .tabs-heading li:focus {
        background: transparent;
        color: #0f2a48;
    } */
    .tabs-heading li:last-child {
        border-right: 0;
        border-bottom: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        border: 0;
    }
    .tabs-heading li:first-child {
        border: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
    }
    .tabs-heading li.active {
        background-color: #B6985A;
        color: #fff;
        position: relative;
        border-right: 0;
        z-index: 2;
        margin-bottom: 0;
    }
    /* .tabs-heading li.active::before {
        content: '';
        position: absolute;
        background: #fff;
        left: -1px;
        right: auto;
        width: 1px;
        height: 100%;
        transform: rotate(0deg);
        top: 0;
    } */
    .tabs-heading li.active:after {
        position: absolute;
        content: '';
        height: 5px;
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0px;
        top: 0;
        margin-top: 81px;
        height: 5px;
        width: 60%;
        left: 50%;
        transform: translate(-50%, 0);
        background-color: #eeeeee;
    }
    /* .tabs-heading li.active:after {
        position: absolute;
        content: '';
        display: inline-block;
        height: 5px;
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0px;
        top: auto;
        background-color: #fff;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    } */
    .tabs-wrapper {
        background: #ffffff;
        margin-top: -6px;
        padding-bottom: 70px;
    }
    .tab {
        padding-top: 45px;
    }
    .tab-2 .tab-box {
        text-align: center;
    }
    .tab-2 .in-col {
        width: 50%;
    }
    .tab-4 .in-math {
        display: inline-block;
    }
    .tab-4 .in-box .main-icon,
    .tab-4 .in-box:first-child .main-icon,
    .tab-2 .in-box .main-icon,
    .tab-2 .in-box:first-child .main-icon {
        margin: auto;
    }
    .tab.active {
        display: block;
    }
    .tab-box,
    .tab-title {
        margin-left: 8.5%;
        margin-right: 7%;
    }
    .tab-title {
        font-size: 26px;
        line-height: 32px;
    }
    .tab-box .in-row {
        margin-top: 73px;
    }
    .tab-box .in-box {
        width: 29%;
        flex: 1;
    }
    .tab-box .in-math {
        margin: 50px auto;
    }
    .first-p {
        margin-top: 25px;
    }
    .first-p-small-img {
        margin-top: 47px;
    }
    .tab-box .in-math {
        width: 6.5%;
    }
    .more-info {
        margin-top: 55px;
        text-align: center;
    }
    .btn.next {
        padding: 15px 100px;
        margin-top: 35px;
    }
    .break-line,
    .term,
    .disclaimer {
        margin-left: 50px;
        margin-right: 50px;
    }
    .disclaimer {
        margin: 48px 50px 50px 50px;
    }
    .copyright p {
        text-align: right;
    }
    .popup {
        width: 98%;
    }
    .popup .heading {
        padding: 15px 0;
    }
    .chart-detail .total-col p {
        font-size: 12px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .chart-detail .col-detail .border {
        padding-left: 0;
    }
    .slider-ui-wrapper .slide-item .icon {
        right: 0;
    }
}

@media screen and (min-width: 1024px) {
    .checkbox-btn .checkbox-label:hover {
        text-decoration: underline;
    }
    h1.pagetitle {
        font-size: 56px;
        line-height: 62px;
    }
    .tabs-heading li {
        font-size: 21px;
        line-height: 27px;
    }
    .popup {
        margin-top: 70px;
    }
}

@media screen and (max-width: 767px) {
    .innerBanner {
        background: #fff;
    }
    .innerBanner.bannerImgUp {
        margin-top: -60px;
        width: 100%;
    }
    h1.pagetitle {
        font-size: 42px;
        line-height: 45px;
        letter-spacing: 0px;
    }
}