     
.modal-dialog {
    max-width: 750px;
}
.knowYourReturnModal .modal-content {
    max-width: 750px;
}
.knowYourReturnModal label {
    display: block;
    margin-bottom: 5px;
    color: #212529;
    font-size: 1rem;
    font-weight: 450;
    text-align: left;
    letter-spacing: normal;
}
.knowYourReturnModal input[type="text"] {
    width: 100%;
    border: none;
    border-bottom: 1px solid #d3d3d3;
    padding: 5px;
    box-sizing: border-box;
    outline: none;
    color: #0073bb;
    font-size: 16px;
}
.knowYourReturnModal select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #d3d3d3;
    padding: 8px;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.3s ease;
    color: #0073bb;
    font-size: 16px;
    height: 38px;
    max-width: 100%;
}

.knowYourReturnModal input[type="range"] {
    width: 72%;
    margin-top: 10px;
    margin-right: 3%;
  }

.knowYourReturnModal .slider-value-label1{
    margin-top: 8px;
    color: #0073bb;
    font-size: 16px;
  }
  .knowYourReturnModal .modal-header{
    border-bottom: none;
  }
  .knowYourReturnModal .modal-title {
    font-weight: 700;
    font-size: 28px;
    color:#5B6871;

  }
  .fund-performance-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 25px;
  }
  .fund-performance-box div{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .our-fund-performance {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
  }
  .fund-performance-maturity-box {
    padding: 15px 25px;
    background-color: #0073BB;
    border-radius: 12px;
    justify-content: center;
  }
  .fund-performance-maturity-box p {
    font-size: 13px;
    margin: 0;
    color: #fff;
  }
  .knowYourReturnModalFooter {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .knowYourReturnModalFooter {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .knowYourReturnModalFooter button {
    background-color: #D62049;
    border: none;
  }
  .kyrmFreq {
    font-size: 16px;
  }
  .kyrLink {
    cursor: pointer;
    text-decoration: underline;
    color: #0073BB;
    font-weight: bold;
  }
  .center-row {
    display: flex;
    justify-content: center;
  }
  .mr-50 {
    margin-right: 50px;
  }
   #kyrmFundReturnVal_1 , #kyrmFundReturnVal_2 {
     color: green;
   }
   .mcf-fund-para {
    font-size: 13px;
    margin-top: 10px;
}