.dashboardarea{
    margin: 15px 0 0 0 ;
    padding: 0;
    position: relative;
    min-height: 42px;
}
.dashoardCont{
    margin-top: 20px;
}
.dashboardboxCont{
    display: flex;
    flex-direction: row;
    gap: 92px;
}
.dashinfoImg{
    width: 374px
}
.dashBoxes{
    width: calc(100% - 374px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
    position: relative;
}
.dashblueBox{
    border: 1px solid #4599F3;
    box-shadow: -8px 9px 0 -1px #479EFB;
    border-radius: 10px;
    padding: 0;
    width: 156px;
    height: 110px;
    transition: all 0.2s ease;
    position: relative;
}
 
.categoryIcon{
    text-align: center;
}
.categorytext{
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #616161;
}
.dashblueBox a{
    display: block;
    padding: 14px 5px;
    height: 100%;
}
.dashblueBox:hover {
    display: block;
    box-shadow: -8px 9px 0 -1px #243065;
}
.categoryCount{
    position: absolute;
    right: 13px;
    top: -11px;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background-color: #4598F1;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.comingSoonBox{
    background: #F2B545;
    font-weight: 700;
    line-height: 19px;
    text-align: center;
    padding:0 10px;
    position: absolute;
    color: #000;
    text-transform: uppercase;
    bottom: -12px;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 137px;
}
.formbacksolidbtn{
    font-weight: 700;
    font-size: 16px;
    background-color: #468FF6;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    padding:8px 13px;
    border-radius: 10px;
}
/* .dashboardarea{
    margin: 0;
    padding: 0;
    position: relative;
} */
.profile-info{
    flex: 1 1 auto;
    text-align: center;
    padding: 8px 156px;
}
.profile-info h1{
    margin:0;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.02px;
    color: #000;
}
.profile-info p{
    margin: 0 0 0;
    line-height: 1.4;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: #929292;
}

/* dshboard area end */

/* client dashboard css start */
.profile-container {
    max-width: var(--max-width);
    margin: 28px auto;
    padding: 18px;
    display: flex;
    align-items: center;
    gap: var(--gap);
    box-sizing: border-box;
  }


  /* Avatar box */
  .avatar {
    flex: 0 0 auto;
    width: var(--avatar-size);
    height: var(--avatar-size);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    display: grid;
    place-items: center;
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
    padding: 10px;
  }

  .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }


  /* Text area - centered */
  .profile-info {
    flex: 1 1 auto;
    text-align: center;
    /* center text horizontally */
    padding: 8px 156px;
  }

  .profile-info h1 {
    margin: 0;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.2px;
    color: #000;
  }

  .profile-info p{
    margin: 0 0 0;
    line-height: 1.4;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: #929292;
}


  .dashboardnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    flex-wrap: wrap;
  }

  /* Left links */
  .dashboardnav-nav-links {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
  }

  .dashboardnav-nav-links a {
    text-decoration: none;
    font-size: 15px;
    color: var(--text);
    transition: color 0.2s ease;
  }

  .dashboardnav-nav-links a.active {
    color: #4aa6ff;
    font-weight: 600;
  }

  .dashboardnav-nav-links a:hover {
    color: #4aa6ff;
  }

  /* Button */
  .dashboardnav button {
    background: #4aa6ff;
    color: #fff;
    border: none;
    padding: 8px 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s ease;
  }

  .dashboardnav button:hover {
    background: #1f8fff;
  }

  .serachArea {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
  }

  .responsebtn {
    border: 1px solid #479EFB;
    border-radius: 10px !important;
    font-weight: 700;
    font-size: 14px;
    color: #479EFB;
    padding: 5px 18px;
    background-color: transparent;
  }

  .serachArea .searchquizArea {
    position: relative;
    right: unset;
    top: unset;
  }


  .searchquizfld {
    border-radius: 10px !important;
    background-color: #F9F7F7;
    border: 1px solid #479EFB !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    width: 356px !important;
    height: 36px !important;
    padding: 0 12px !important;
  }
  .searchquizfld:focus{
    box-shadow: none;
  }

  .searchquizArea {
    position: absolute;
    right: 0;
    top: -3px;
  }

  .searchquizbtn {
    position: absolute;
    right: 7px;
    top: 5px;
    background-color: transparent;
  }
  .dashboardloginbtn{
    background: #4aa6ff;
    color: #fff;
    border: none;
    padding: 8px 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s ease;
    position: relative;
    top: -2px;
    line-height: 23px;
    margin: 0 5px;
  }
/* client dashboard css end */

/* calculator css start */
.form-control-lg {
    width: 50% !important;
}

.cal-card {
    border-radius: 20px;
    margin-left: 0;
    margin-right: 0;
}

.bg-grey {
    background: #f6f7f9;
    border-radius: 16px;
}

.result-card {
    border-radius: 20px;
    color: #fff;
}

/* .sip-2 input {
    max-width: 180px;
} */

.result-box {
    color:#fff;
}

.result-value {
    max-width: 180px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    background: #ffffff;
    border: none;
    color: #1f3c88;
}

.result-year {
    max-width: 80px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    background: #ffffff;
    border: none;
}

.result-text {
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    margin:0 10px;
}
.section-title{
    color: #4aa6ff;
    font-size: 24px;
    font-weight: 700;
    line-height: 25px;
    text-align: left;
    margin:0;
    padding:0;
    display: flex;
    gap: 10px;
}
.calculatorArea{
    margin-bottom:35px
}
.cal-amount-sm {
    width: 120px !important;
    height: 30px !important;
    border-radius: 50px;
    text-align: center;
    font-size: 15px;
    border: none !important;
}
.calculatorArea .card{
    width: 100%;
    padding:20px;
}
.cal-head{
    margin-bottom:10px;
}
.ranges {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 10px;
    outline: none;
    background: #e0e0e0;
}

/* Remove default track */
.ranges::-webkit-slider-runnable-track {
    background: transparent;
    height: 6px;
}

/* Thumb */
.ranges::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    background: #4aa6ff;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -6px;
}

/* Firefox */
.ranges::-moz-range-track {
    height: 6px;
    background: #e0e0e0;
}
.ranges::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #4aa6ff;
    border-radius: 50%;
}
.output {
    padding-left: 1rem !important;
}
.grad-lin {
    background-image: linear-gradient(to right, #4aa6ff, #00587a );
}
.output-text{
    font-weight:700;
    color:#fff;
}
.sip-amount{
    background-color:#fff;
    border-radius:10px;
}
.sip-amount:disabled, .sip-amount[readonly], .sip-amount2:disabled, .sip-amount2[readonly]{
    background-color:#fff;
    border-radius:10px;
}
.result-amount{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    background: #ffffff;
    border: none;
    color: #1f3c88;
}
.contactSocialIcon{
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.viewheader .socialBg{
    background-color: transparent;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: background 0.2s ease;
}
.viewheader:hover .socialBg{
    background-color: #652425;
}
.radio-inline-group {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.radio-inline-group label {
    margin-right: 12px;
    cursor: pointer;
}
.section-title span input {
    height: 20px;
    width: 20px;
    color: #008BC4 !important;
    background-color: #008BC4 !important;
    margin-right: 5px;
    position: relative;
    top: -4px;
}
.section-title span input:focus{
    box-shadow: none;
}

.change2-cont {
    display: none;
}
.change1-cont{
    display: none;
}
.loan-opt h4 {
    font-size: 17px;
    font-weight: 700;
    text-align: left;
    margin-right: 5px;
    margin: 0;
    padding: 0;
}
.loan-opt .form-label {
    font-size: 15px !important;
    font-weight: 500 !important;
}

.loan-opt .radio-inline-group label{
    margin-right: 0;
}
.loan-opt .radio-inline-group input[type=checkbox], .loan-opt .radio-inline-group input[type=radio]{
    position: relative;
    top: -5px;
}
.loginsection{
    border: 1px solid #959595;
    background: #FFFBF0;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.client_loginIcon{
    width: 32px;
    height: 32px;
}
.clinet_login_info{
    width: calc(100% - 127px);
}
.clinet_login_info h2 {
    font-weight: 400;
    font-size: 20px;
    color: #000;
    margin: 0;
    padding: 0;
}
.clinet_login_info p{
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 12px;
    color: #000;
}
.client_login_btn_area{
    max-width: 127px;
    width:100%;
}
.contactSocialIcon img{
    width: 25px;
    height: 25px;
}
/* calculator css end */

/* responsive css start */

@media (min-width: 576px) and (max-width: 991px) {

    .form-control-lg {
        width: 70% !important;
    }

    .result-value {
        max-width: 160px;
        font-size: 18px;
    }

    .result-year {
        max-width: 70px;
        font-size: 16px;
    }

    .section-title {
        font-size: 22px;
    }

    .calculatorArea .card {
        padding: 18px;
    }

    .cal-amount-sm {
        width: 140px !important;
    }
    .dashboardboxCont{
        flex-direction: column;
        gap: 20px;
    }
    .dashinfoImg{
        width: 100%;
    }
    .dashBoxes{
        width: 100%;
    }
    .dashinfoImg img{
        width: 100%;
    }
    .dashblueBox{
        margin:0 auto;
    }
    .formbacksolidbtn{
        margin: 0 auto;
    }
    .clinet_login_info p{
        line-height: 20px;
    }
}


@media (max-width: 575px) {

    .form-control-lg {
        width: 100% !important;
    }

    .result-value,
    .result-year {
        max-width: 100%;
        width: 100%;
        font-size: 16px;
    }

    .result-text {
        font-size: 14px;
        margin: 6px 0;
        white-space: normal;
        text-align: center;
    }

    .section-title {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }

    .calculatorArea {
        margin-bottom: 20px;
    }

    .calculatorArea .card {
        padding: 15px;
    }

    .cal-amount-sm {
        width: 100% !important;
        height: 34px !important;
        font-size: 14px;
    }

    .ranges {
        height: 5px;
    }

    .ranges::-webkit-slider-thumb {
        width: 16px;
        height: 16px;
        margin-top: -5px;
    }

    .output {
        padding-left: 0 !important;
        margin-top: 10px;
        text-align: center;
    }
    .dashboardboxCont{
        flex-direction: column;
        gap: 20px;
    }
    .dashinfoImg{
        width: 100%;
    }
    .dashBoxes{
        width: 100%;
    }
    .dashinfoImg img{
        width: 100%;
    }
    .dashblueBox{
        margin:0 auto;
    }
    .formbacksolidbtn{
        margin: 0 auto;
    
    }
    .loginsection{
        flex-direction: column;
    }
    .clinet_login_info{
        width: 100%;
    }
    .searchquizfld{
        width: 100% !important;
    }
    .dashboardnav-nav-links{
        gap: 10px;
    }
    .dashboardnav-nav-links a{
        font-size: 10px;
    }
}

/* responsive css end */