/********** Template CSS **********/
:root {
    --primary: #015FC9;
    --secondary: #0DD3F1;
    --light: #F6F7FC;
    --dark: #15233C;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover,
.btn.btn-secondary,
.btn.btn-outline-secondary:hover {
    color: #FFFFFF;
}

.btn.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand img {
    max-height: 70px;
}

.navbar .navbar-nav .nav-link {
    margin-left: 25px;
    padding: 10px 0;
    color: #696E77;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-brand img {
        max-height: 45px;
    }

    .navbar .navbar-nav {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .navbar .nav-item .dropdown-menu {
        padding-left: 30px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
    border-radius: 50px;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        /*min-height: 450px;*/
          min-height: 130px;
        width:100%;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
         height:auto;
        /*height: 100%;*/
        /*object-fit: cover;*/
        /*size:cover;*/
    }
    
    
    
    #py-5 {
        padding-top:0px;
 
    }
}

.page-header {
    background: url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
        height: 345px;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item a,
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #696E77;
}

.page-header .breadcrumb-item a:hover,
.page-header .breadcrumb-item.active {
    color: var(--primary);
}


/*** Facts ***/
@media (min-width: 992px) {
    .container.facts {
        max-width: 100% !important;
    }

    .container.facts .facts-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }

    .container.facts .facts-counter {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .container.facts .facts-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }

    .container.facts .facts-counter  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .container.facts .facts-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }

    .container.facts .facts-counter  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}

.container.facts .facts-text {
    background: linear-gradient(rgba(1, 95, 201, .9), rgba(1, 95, 201, .9)), url(../img/carousel-1.jpg) center right no-repeat;
    background-size: cover;
    width:50%;
}

.container.facts .facts-counter {
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url(../img/carousel-2.jpg) center right no-repeat;
    background-size: cover;
    width:50%;
}

.container.facts .facts-text .h-100,
.container.facts .facts-counter .h-100 {
    padding: 6rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/*** Service ***/
.service-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item .service-icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-item .service-icon img {
    max-width: 60px;
    max-height: 60px;
}

.service-item a.btn {
    color: var(--primary);
}

.service-item a.btn:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}


/*** Appointment ***/
.appointment {
    background: linear-gradient(rgba(1, 95, 201, .9), rgba(1, 95, 201, .9)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}


/*** Team ***/
.team-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -50px;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text {
    bottom: 0;
    opacity: 1;
}

.team-item a.btn {
    color: var(--primary);
}

.team-item a.btn:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}


/*** Testimonial ***/
.animated.pulse {
    animation-duration: 1.5s;
}

.testimonial-left,
.testimonial-right {
    position: relative;
}

.testimonial-left img,
.testimonial-right img {
    position: absolute;
    padding: 5px;
    border: 1px dashed var(--primary);
    border-radius: 10px;
}

.testimonial-left img:nth-child(1),
.testimonial-right img:nth-child(3) {
    width: 70px;
    height: 70px;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-left img:nth-child(2),
.testimonial-right img:nth-child(2) {
    width: 60px;
    height: 60px;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

.testimonial-left img:nth-child(3),
.testimonial-right img:nth-child(1) {
    width: 50px;
    height: 50px;
    bottom: 10%;
    right: 10%;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 10px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}


/*** Footer ***/
.footer {
    color: #A7A8B4;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #A7A8B4;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #A7A8B4;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: #A7A8B4;
    border: 1px solid#A7A8B4;
}

.footer .btn.btn-square:hover {
    color: var(--secondary);
    border-color: var(--light);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--secondary);
}

.footer .copyright a:hover {
    color: #FFFFFF;
}


/*<-----------carousal------------->*/
.responsive-tabs {
  }
  .responsive-tabs dt {
    padding: 0.5em;
    border-top: 1px solid #ccc;
    cursor: pointer;
    }
  .responsive-tabs dt:first-child {
    border-top: 0;
    }
  .responsive-tabs .active {
    background-color: #ccc;
    }
  .responsive-tabs .active + dd {
    display: block;
    }
  .responsive-tabs dd {
    display: none;
    padding: 0.5em;
    }

.responsive-tabs-placeholder {
  display: none;
  }


@media only screen and (min-width: 768px) {
  
  .responsive-tabs {
    }
    .responsive-tabs dt {
      float: left;
      border-top: 0;
      }
    .responsive-tabs .active + dd {
      display: none;
      }
 
  .responsive-tabs-placeholder {
    clear: both;
    display: block;
    padding: 1em;
    border-top: 1px solid #ccc;
    }

}

/*--------faq----------*/


.faq-heading{
    border-bottom: #777;
    padding: 20px 60px;
}
.faq-container{
display: flex;
justify-content: center;
flex-direction: column;
width:100%;
padding:30px 30px 30px 30px;
}
.hr-line{
  width: 50%;
  margin: auto;
  
}
/* Style the buttons that are used to open and close the faq-page body */
.faq-page {
    /* background-color: #eee; */
    color: #fff;
    cursor: pointer;
    padding: 30px 20px;
    width: 80%;
    border: none;
    outline: none;
    transition: 0.4s;
    margin: auto;
    background-color: #0DD3F1;
}
.faq-body{
    margin: auto;
    /* text-align: center; */
   width: 80%; 
   padding: auto;
   
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.faq-page:hover {
    /*background-color: #F9F9F9;*/
    color:#444;
}
/* Style the faq-page panel. Note: hidden by default */
.faq-body {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}
.faq-page:after {
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #fff;
    float: right;
    margin-left: 5px;
}
.active:after {
    /*content: "\2796";*/
    /* Unicode character for "minus" sign (-) */
}
/*.select{height: calc(3.5rem + 2px);*/
/*    padding: 1rem 0.75rem;*/
/*        display: block;*/
/*    width: 100%;*/
/*    padding: 0.375rem 0.75rem;*/
/*    font-size: 1rem;*/
/*    font-weight: 400;*/
/*    line-height: 1.5;*/
/*    color: #696E77;*/
/*    background-color: #fff;*/
/*    background-clip: padding-box;*/
/*    border: 1px solid #ced4da;*/
    /*appearance: none;*/
/*    border-radius: 10px;*/
/*    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;*/
/*}*/

* {
  box-sizing: border-box;
}

.table {
  width: 100%;
  border-collapse: collapse;
}

.table td,
.table th {
  padding: 12px 15px;
  border: 1px solid #ddd;
  text-align: justify;
  font-size: 16px;
}

.table th {
  background-color: #92c9e6;
  color: #ffffff;
}

.table tbody tr:nth-child(even) {
  /*background-color: #d1e8f5;*/
}

/*responsive*/

@media (max-width: 500px) {
  .table thead {
    display: none;
  }

  .table,
  .table tbody,
  .table tr,
  .table td {
    display: block;
    width: 100%;
  }
  .table tr {
    margin-bottom: 15px;
  }
  .table td {
    /*padding-left: 50%;*/
    text-align: left;
    position: relative;
  }
  .table td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 15px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
  }
}
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #015FC9;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  width:30%;
  margin-left: 30%;
}

input[type=submit]:hover {
  background-color: #0dd3f1;
}

.container {
  border-radius: 5px;
  /*background-color: #f2f2f2;*/
  padding: 20px;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row::after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
    margin-left: 0%;
  }
}


/*--------------SIP DELAY CALCULATOR---------*/
.page-container{
    margin: 1% 20%;
    font-size: 16px;
}
.switch-container{
    display: flex;
    padding-left: 50px;
    font-family: monospace;
    justify-content: center;
}
.switch-container> div {
    margin:1% 10% 3% 0;
    width: 100%;
}
.input-container{
    display: flex;
    font-family: monospace;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
}
.input-container> div {
    margin: 1% 5% 0 0;
}
.result{
    padding: 10% 0 0 0;
    font-size: 24px;
    font-family: monospace;
}
.result-container{
    /* display: flex; */
    padding-left: 60px;
    font-family: monospace;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
}
.btn-calculate{
    font-family: monospace;
    text-align: center;
}
.btn-calculate>button{
    height: 35px;
    margin-right: 12%;
    border-radius: 10px;
    border: 2px solid #25AA78;
    background-color: #25AA78;
    border-color: #25AA78;
    font-size: 15px;
    width: 125px;
    cursor: pointer;
}

/*.body-background{*/
/*    background-image: linear-gradient(to top, #fbc2eb 0%, #a6c1ee 100%);*/
/*}*/
.currency{
    background:white;
    border-radius: 10px;
}
.total{
    border: 1px solid;
}
.wealth-gained{
    border: 1px solid;
}
.maturity-value{
    border: 1px solid;
}
.investment {
    height: 30px;
    border-radius: 9px;
    border-color: #333;
}
.years{
    height: 30px;
    border-radius: 9px;
    border-color: #333;
} 
.return-rate{
    height: 30px;
    border-radius: 9px;
    border-color: #333;
}
/*--------------*/
.panel-info {
    border-color: #bce8f1;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-body {
    padding: 15px;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

.form-group {
    margin-bottom: 15px;
}
.col-xs-10 {
    width: 83.33333333%;
}
.irs-with-grid {
    height: 75px;
}
.irs {
    position: relative;
    display: block;
   
    user-select: none;
}
.irs {
    height: 55px;
}


.irs-line {
    height: 10px;
    top: 33px;
    /*background: #EEE;*/
    background: linear-gradient(to bottom, #DDD -50%, #FFF 150%);
    border: 1px solid #CCC;
    border-radius: 16px;
    /*-moz-border-radius: 16px;*/
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important;
}

.irs-min, .irs-max {
    color: #333;
    font-size: 12px;
    line-height: 1.333;
    text-shadow: none;
    top: 45px;
    padding: 1px 5px;
    background: rgba(0,0,0,0.1);
    border-radius: 3px;
    /*-moz-border-radius: 3px;*/
}

.irs-min {
    position: absolute;
    display: none;
    left: 0;
    cursor: default;
}

.irs-min, .irs-max {
    color: #333;
    font-size: 12px;
    line-height: 1.333;
    text-shadow: none;
    top: 45px;
    padding: 1px 5px;
    background: rgba(0,0,0,0.1);
    border-radius: 3px;
    /*-moz-border-radius: 3px;*/
}

.irs-max {
    position: absolute;
    display: none;
    right: 0;
    cursor: default;
}
.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 14px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #428bca;
    border-radius: 3px;
    /*-moz-border-radius: 3px;*/
}

.irs-from, .irs-to, .irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap;
}

.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 14px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #428bca;
    border-radius: 3px;
    /*-moz-border-radius: 3px;*/
}

.irs-from, .irs-to, .irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap;
}

.element.style {
    left: -1.49894%;
}
.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 14px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #428bca;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.irs-from, .irs-to, .irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap;
}
.irs-with-grid .irs-grid {
    display: block;
}
.irs-grid {
    height: 27px;
}

.irs-grid {
    position: absolute;
    /*display: none;*/
    bottom: 0;
    left: 0;
    /*width: 100%;*/
    /*height: 20px;*/
}
.irs-grid-pol {
    opacity: 0.5;
    background: #ff0000;
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    /*left: 0;*/
    width: 1px;
    height: 8px;
    /*background: #000;*/
}

.irs-grid-text {
    bottom: 5px;
    color: #555555;
}
.irs-grid-text {
    position: absolute;
    /*bottom: 0;*/
    /*left: 0;*/
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    /*color: #000;*/
}

.irs-grid-pol.small {
    background: #999;
}

.irs-grid-pol.small {
    height: 4px;
}
.irs-grid-pol {
    opacity: 0.5;
    /*background: #ff0000;*/
}

.small, small {
    font-size: 85%;
}
.irs-bar {
    position: absolute;
    display: block;
    /*left: 0;*/
    /*width: 0;*/
}
.irs-bar-edge {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}
.irs-shadow {
    height: 2px;
    top: 38px;
    background: #000;
    opacity: 0.3;
    border-radius: 5px;
    /*-moz-border-radius: 5px;*/
}

.irs-shadow {
    position: absolute;
    /*display: none;*/
    left: 0;
    width: 0;
}
.irs-slider.single {
}
.irs-slider {
    top: 25px;
    width: 0;
    height: 18px;
    /*background: #DDD;*/
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(220,220,220,1) 20%,rgba(255,255,255,1) 100%);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #a3c2c2;
    cursor: pointer;
}

.irs-slider {
    position: absolute;
    display: block;
    /*cursor: default;*/
    z-index: 1;
}
.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-2 {
    width: 16.66666667%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    /*padding-left: 25px;*/
    float: right;
        margin-top: -7%;
        margin-left:-16%;
}
.inp {
    font-size: 14px;
    width: 75px;
    text-align: center;
    padding: 5px;
    border: solid 1px #cccccc;
    /*-webkit-border-radius: 28;*/
    /*-moz-border-radius: 28;*/
    border-radius: 7px;
    /*margin-left: -20px;*/
    margin-top: 25px;
}
.control-label {
    /*padding-top: 7px;*/
    /*margin-bottom: 0;*/
    text-align: left !important;
}

.col-sm-4 {
    width: 25%;
    /*float:left;*/
}
@media (min-width: 768px){
.col-sm-4 {
    width: 25%;
}
.col-xs-2 {
    /*width:100%;*/
}

}
.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    /*text-align: right;*/
}
.col-md-2 {
    /*width: 56.66666667%;*/
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    /*padding-left: 25px;*/
    float: right;
        margin-top: -7%;
        margin-left:60%;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .inp {
    font-size: 14px;
    width: 125px;
    text-align: center;
    padding: 5px;
    border: solid 1px #cccccc;
    /*-webkit-border-radius: 28;*/
    /*-moz-border-radius: 28;*/
    border-radius: 7px;
    /*margin-left: -20px;*/
    margin-top: 25px;
}
.col-md-2 {
    /*width: 56.66666667%;*/
    position: relative;
    min-height: 1px;
    /*padding-right: 15px;*/
    /*padding-left: 25px;*/
    float: right;
        /*margin-top: -7%;*/
        /*margin-left:16%;*/
}
 }
 
 /*-------------emi calculator--------*/
 .loan-calculator {
  font-family: "Roboto", sans-serif;
  width: 600px;
  margin: 24px auto;
  background: #fff;
  box-shadow: 0 12px 50px -11px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  color: #14213d;
  overflow: hidden;
}

.loan-calculator,
.loan-calculator * {
  box-sizing: border-box;
}

.loan-calculator .top {
  background: #14213d;
  color: #fff;
  padding: 32px;
}

.loan-calculator .top h2 {
  margin-top: 0;
}

.loan-calculator form {
  display: flex;
  gap: 8px;
  justify-content: space-between;
}

.loan-calculator .title {
  margin-bottom: 16px;
}

.loan-calculator form input {
  font-size: 20px;
  padding: 8px 24px;
  width: 100%;
}

.loan-calculator .result {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.loan-calculator .result .left {
  width: 100%;
  padding: 8px 32px;
}

.loan-calculator .left h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
}

.loan-calculator .result .value {
  font-size: 30px;
  font-weight: 900;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(20, 33, 61, 0.2);
}

.loan-calculator .result .value::before {
  content: "₹";
  font-size: 24px;
  font-weight: 400;
  margin-right: 6px;
  opacity: 0.4;
}

.loan-calculator .calculate-btn {
  background: #e63946;
  color: #fff;
  border: none;
  padding: 8px 32px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
  margin: 24px 0;
}

.loan-calculator .right {
  width: 50%;
}

@media (max-width: 650px) {
  .loan-calculator {
    width: 90%;
    max-width: 500px;
  }

  .loan-calculator form {
    flex-direction: column;
    gap: 20px;
  }

  .loan-calculator .result {
    flex-direction: column;
    text-align: center;
  }
}
