
	.quoteform .g-recaptcha {
            
			text-align: center;
   
	margin-left: 67px;

        }

#calculator_container {
  /* padding: 40px;
  background-color: #f1f7fb; */
}
.sub-container {
  display: block;
  width: 100%;
  height: max-content;
}

.header {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.header button {
  height: max-content;
  width: max-content;
  padding: 10px;
  border: none;
  background-color: transparent;
  font-size: 35px;
  color: #9088d2;
}

.header button:hover {
  cursor: pointer;
}

.details input {
  width: 100%;
}

.detail {
  display: flex;
  justify-content: space-between;
}

.footer {
  display: flex;
  justify-content: space-between;
}

/*----- Styling the sliders ----*/
input[type="range"] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}

input[type="range"]:focus {
  outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #012169;
  border-radius: 10px;
}

input[type="range"]::-webkit-slider-thumb {
  box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
  border: 5px solid #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #C8102E;
  cursor: pointer;
  margin-top: -6px;
  -webkit-appearance: none;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #012169;
}

input[type="range"]::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #012169;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
  border-radius: 10px;
}

input[type="range"]::-moz-range-thumb {
  box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
  border: 5px solid #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #012169;
  cursor: pointer;
  margin-top: -6px;
}

input[type="range"]::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #012169;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
  border-radius: 10px;
}

input[type="range"]::-ms-fill-lower {
  background: #012169;
  border-radius: 5px;
}

input[type="range"]::-ms-fill-upper {
  background: #012169;
  border-radius: 5px;
}

input[type="range"]::-ms-thumb {
  box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
  border: 5px solid #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #012169;
  cursor: pointer;
  margin-top: -6px;
}

input[type="range"]:focus::-ms-fill-lower {
  background: #012169;
}

input[type="range"]:focus::-ms-fill-upper {
  background: #143D59;
}

/*-------------------------------------*/
#price {
  color: #130f31;
  font-size: 25px;
}

.loan-details {
  /* border-right: 1px solid #000000; */

	padding: 5px 0;
    background: #f1f1f1;
    margin: 0 10px;
}

#price-container {
  color: #000000;
  margin-top: 50px;
}

#price-container::before {
  content: "Monthly Payable:";
  font-size: 12px;
  display: block;
}

.chart-details {
  text-align: center;
  /* padding:15px; */

  border-bottom: 1px solid #000000;


}

.loan-details .chart-details:last-child {

  border-bottom: none;


}
.chart-details h4{
  font-size: 16px;
    color: #000000;
    margin-top: 1rem;
}
.chart-details p{
  font-size: 20px;
    font-weight: 700;
    padding-bottom: 1rem;
}

#chartSumContainer{
  /* border: 1px solid #000000; */
	/* margin: 40px 0; */
	/* padding: 0; */
}
#loanamount, #loaninterest, #loanterm{
  /* border-left: 1px solid #9088D2;
  border-top: 1px solid #9088D2;
  border-bottom: 1px solid #9088D2;
border-radius: 2px; */
background-color: #ffffff;
    border-radius: 4px 0 0 4px;
    flex: 1 1 auto;
    width: 78%;
    margin-bottom: 0;
    
}
.input-group-append{
    display: flex;
}
.input-group-text{
        display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 0.75rem;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
}
.control-label{
  /* text-align: right; */
  padding-top: 7px;
}
.sep {
    /* padding-top: 25px; */
}

.sep label{
	color: #666666;
}
.breakup{
	/* padding: 20px; */
	padding: 14px 0px;
    margin: 0 auto;
    text-align: center;
    background: #f1f1f1;
}

.view{
	padding: 15px 15px;
    background: #f1f1f1;
    margin: 0 10px 0 0;
}
@media only screen and (max-width: 375px) {
	.loan-details{
		border: none;
	}
	.loan-details .chart-details:last-child {
    /* border-bottom: 1px solid #000000; */
}

.loan-details, .view{
	margin: 0 0 20px;
}
}

.recaptcha-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}

.g-recaptcha {
    transform: scale(0.85);  /* Adjusts the size of the widget */
    transform-origin: 0 0;  /* Ensures it scales from the top-left corner */
}

@media screen and (max-width: 480px) {
    .g-recaptcha {
        transform: scale(0.7);  /* Makes the widget smaller on mobile devices */
    }
}



