.btn,
.form-group span {
  display:block
}
.emi-calculator-container {
  max-width:1110px;
  margin:0 auto;
  background-color:transparent;
  padding:20px;
  border-radius:8px;
  box-shadow:0 0 10px rgba(0,0,0,.1)
}
.emi-calculator-form,
canvas {
  margin-bottom:20px
}
.emi-calculator-heading {
  text-align:center;
  margin-bottom:20px;
  color:#333;
  font-size:24px;
  font-weight:700
}
.form-group label {
  display:block;
  margin-bottom:5px;
  font-weight:700;
  color:#fff
}
.form-control {
  width:100%;
  padding:10px;
  font-size:16px;
  border-radius:4px;
  border:1px solid #ccc
}
.btn {
  width:100%;
  padding:10px;
  background-color:var(--cr-gold1) !important;
  color:#fff;
  border:none;
  border-radius:4px;
  cursor:pointer;
  font-size:18px;
  margin-top:10px
}
.btn:hover {
  background-color:#0056b3
}
.progress-bar-container {
  position:relative;
  height:10px;
  width:100%;
  /*background-color:#e9ecef;*/
  border:1px solid #656565;
  border-radius:4px;
  margin-top:15px
}
.emi-results h3,
.emi-schedule {
  margin:40px 0 20px 0;
}
.progress-bar {
  height:100%;
  border-radius:4px;
  background-color:var(--cr-gold1) !important;
  width:0%;
  transition:width .5s
}
.accordion,
.title-fill.title-fill-anim:after,
.title-fill.title-fill-anim:before {
  width:100%
}
.emi-results h3 {
  text-align:center;
  font-size:20px;
  color:#fff
}
.emi-chart-and-table {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:30px 0;
}
.emi-charts {
  flex:1;
}
.emi-details-table-container {
  flex:1;
  margin-left:20px
}
.accordion .accordion-content table,
.emi-details-table,
.emi-schedule-table {
  width:100%;
  border-collapse:collapse
}
.emi-details-table td,
.emi-details-table th {
  padding:12px;
  border:1px solid #ddd;
  text-align:left;
  font-size:16px;
  color:#fff
}
.emi-details-table th {
  background-color:#102641;
  font-weight:700
}
canvas {
  max-width:100%;
  height:100px;
}
.emi-charts #emiPieChart {
    width:400px !important;
    height:400px !important;
}
.emi-schedule-table td,
.emi-schedule-table th {
  padding:12px;
  border:1px solid #ddd;
  text-align:left;
  font-size:16px;
  color:#555
}
.emi-schedule-table th {
  background-color:#f1f1f1;
  font-weight:700
}
.accordion {
  margin:0 auto
}
.accordion .accordion-item {
  border:1px solid #ddd;
  margin-bottom:5px
}
.av-middle {
  justify-content:flex-start;
  align-items:center;
  display:flex
}
.method-1,
.title-fill {
  position:relative;
  display:inline-block
}
.accordion .accordion-header {
  background:#111111;
  padding:10px;
  cursor:pointer;
  font-weight:700;
  color:#fff
}
.accordion .accordion-content {
  display:none;
  padding:10px;
  background:#111;
}
.accordion .accordion-content td,
.accordion .accordion-content th {
  border:1px solid #ddd;
  padding:8px
}
.accordion .accordion-content th {
  background:var(--cr-gold1) !important;
}
.menu-item-with-image a {
  background-repeat:no-repeat;
  background-position:left center
}
.menu-item a img {
  text-indent:0
}
.get-in-touch h2:after {
  position:absolute;
  content:'';
  left:0;
  bottom:-7px;
  width:50px;
  height:2px;
  background-color:#fff
}
.light-bg-1 {
  background:#f5f5f5
}
.light-bg-2,
.light-bg-2 .title-fill:after {
  background:#f0f0f0
}
.dark-bg-1,
.dark-bg-1 .title-fill:after {
  background:#111517
}
.red-bg {
  background:#ef0d33
}
.text-color-0 {
  color:#000
}
.red-bg .title-fill:before,
.text-color-1 {
  color:#262626
}
.text-color-2 {
  color:#888
}
.text-color-3 {
  color:#b6b7b8
}
.text-color-4 {
  color:#fff
}
.text-color-5 {
  color:#bcbdbd
}
.text-color-6 {
  color:#dae9f4
}
.red-color {
  color:#ef0d33
}
.animated {
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both
}
[data-animation],
[data-animation]:after,
[data-animation]:before {
  opacity:0
}
[data-animation].animated,
[data-animation].animated:after,
[data-animation].animated:before,
[data-animation].title-fill,
[data-animation].title-fill:after,
[data-animation].title-fill:before {
  opacity:1
}
.tr-delay01,
.tr-delay01:after,
.tr-delay01:before {
  -webkit-transition-delay:.1s!important;
  -o-transition-delay:.1s!important;
  transition-delay:.1s!important
}
.tr-delay02,
.tr-delay02:after,
.tr-delay02:before {
  -webkit-transition-delay:.2s!important;
  -o-transition-delay:.2s!important;
  transition-delay:.2s!important
}
.title-fill {
  white-space:nowrap;
  color:transparent
}
.title-fill:after,
.title-fill:before {
  content:attr(data-text);
  position:absolute;
  top:50%;
  color:#0b1623;
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
  left:0;
  -webkit-transition:1s cubic-bezier(.767, .01, .18, 1.01);
  -o-transition:1s cubic-bezier(.767, .01, .18, 1.01);
  transition:1s cubic-bezier(.767, .01, .18, 1.01);
  width:0%;
  white-space:nowrap;
  overflow:hidden
}
.title-fill:after {
  color:#537eb9;
  -webkit-transition-delay:.3s;
  -o-transition-delay:.3s;
  transition-delay:.3s
}
.red-bg .title-fill:after {
  background:#1b2a2f
}
.tr-delay01.title-fill:after {
  -webkit-transition-delay:.4s!important;
  -o-transition-delay:.4s!important;
  transition-delay:.4s!important
}
.tr-delay02.title-fill:after {
  -webkit-transition-delay:.5s!important;
  -o-transition-delay:.5s!important;
  transition-delay:.5s!important
}
.tr-delay03.title-fill:after {
  -webkit-transition-delay:.6s!important;
  -o-transition-delay:.6s!important;
  transition-delay:.6s!important
}
.tr-delay04.title-fill:after {
  -webkit-transition-delay:.7s!important;
  -o-transition-delay:.7s!important;
  transition-delay:.7s!important
}
.tr-delay05.title-fill:after {
  -webkit-transition-delay:.8s!important;
  -o-transition-delay:.8s!important;
  transition-delay:.8s!important
}
.tr-delay06.title-fill:after {
  -webkit-transition-delay:.9s!important;
  -o-transition-delay:.9s!important;
  transition-delay:.9s!important
}
.tr-delay07.title-fill:after {
  -webkit-transition-delay:1s!important;
  -o-transition-delay:1s!important;
  transition-delay:1s!important
}
.tr-delay08.title-fill:after {
  -webkit-transition-delay:1.1s!important;
  -o-transition-delay:1.1s!important;
  transition-delay:1.1s!important
}
.tr-delay09.title-fill:after {
  -webkit-transition-delay:1.2s!important;
  -o-transition-delay:1.2s!important;
  transition-delay:1.2s!important
}
.tr-delay10.title-fill:after {
  -webkit-transition-delay:1.3s!important;
  -o-transition-delay:1.3s!important;
  transition-delay:1.3s!important
}
.method-1 {
  font-size:100px;
  color:#d4d4d4
}
@keyframes fill-1 {
  50% {
    width:100%
  }
  100% {
    width:0%
  }
}
@media(max-width:768px) { 
    .emi-chart-and-table {
        flex-direction:column;
    }
    .emi-charts #emiPieChart {
    width: 100% !important;
    height: auto !important;
}
}
@media(max-width:570px) {
  .accordion .accordion-content table {
    display:block;
    overflow-x:scroll
  }
}
