@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');




h1, h2, h3, h4, h5, h6 {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
  }
  p, a, span, li, label, input{
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }





section.header {
    position: relative;
}

.text-ends {
    text-align: right !important;
    display: flex;
    justify-content: end;
    align-items: center;
}

.main-header {
    position: fixed;
    top: 0px;
    width: 100%;
    box-shadow: 1px 1px 10px 1px #dbbaba;
    margin-bottom: 0px;
    background: wheat;
    z-index: 9999;
}

section.section-main {
    margin-top: 100px;
   
}




body {
    font-family: Arial, sans-serif;
}
p{
    margin-top: 0;
    margin-bottom: 0rem !important;
}

.input .dob-1 {
    max-width: 600px;
    width: 600px;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.progress-bar-container {
    position: relative;
    margin-bottom: 20px;
}

/* .progress-bar {
    width: 100%;
    background-color: #e0e0e0;
    height: 10px;
    border-radius: 5px;
    position: relative;
} */

.progress-bar1 {
    position: relative;
    height: 10px;
    background-color: #ccc;
    border-radius: 5px;
    margin-bottom: -18px;
    margin-top: 20px;
    max-width: 96%;
    width: 96%;
    margin-left: 30px;
}

.progress1 {
    height: 100%;
    background-color: #4caf50;
    width: 40%;
    border-radius: 10px;
    transition: width 0.3s ease;
}

.progress-text {
    position: absolute;
    right: 0;
    top: -25px;
    font-size: 14px;
    color: #666;
}

.heading {
    font-size: 24px;
    color: #002f6c;
}

.dob-display {
    font-size: 32px;
    margin-bottom: 20px;
}

.placeholder {
    color: red;
    font-weight: bold;
}

.reset-btn {
    font-size: 14px;
    background-color: transparent;
    border: none;
    color: #1b00ff;
    cursor: pointer;
}

.grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

button {
    padding: 15px;
    font-size: 18px;
    border: 2px solid #ddd;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #ddd;
}







.impclass-form {
    display: flex;
    justify-content: center;
}
.container {
    /* width: 90%; */
    margin: auto;
}
.container-fluid.mb-1 {
    padding-top: 20px;
    background-color: #1b00ff;
    display: flex;
    justify-content: center;
}


.progress-container {
    margin-bottom: 10px;
   
    max-width: 1340px;
    width: 1340px;
}

.progress-bar {
    position: relative;
    height: 8px;
    background-color: #ccc;
    border-radius: 5px;
    margin-bottom: -18px;
    margin-top: 20px;
    max-width: 96%;
    width: 96%;
    margin-left: 30px;
}

.progress {
    height: 100%;
    width: 0;
    background-color: #007bff;
    border-radius: 5px;
    transition: width 0.3s ease;
}

.step-indicators {
    display: flex;
    justify-content: space-between;
}

.step {
    text-align: center;
    /* flex: 1; */
    position: relative;
}

.step span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #ccc;
    border-radius: 50%;
    line-height: 30px;
    color: white;
    margin-bottom: 5px;
}

.step.active span {
    background-color: #007bff;
}

.step p {
    font-size: 12px;
    color: white;
}

.step::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    /* width: calc(100% - 30px); */
    height: 2px;
    background-color: #ccc;
    z-index: -1;
}

.step:first-child::before {
    display: none;
}

.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

.input.pb-1.pt-1 {
    width: 600px;
}

input[type="text"], input[type="email"], input[type="date"], input[type="number"], select#options{
    width: 600px;
    padding: 10px;
    border: 1px solid #e9d9d9;
    background: #f9f9f9;
}



button {
    display: inline-block;
    padding: 10px 10px;
    background-color: #1b00ff;
    color: white;
    border: none;
    cursor: pointer;
    margin-top: 8px;
}

button.prev-btn {
    background-color: #6c757d;
}
.testmonials-section{
    background-color: #f8f9fa;
   padding-top: 20px;
}
#testimonialCarousel{
    position: relative;
}
.testimonial {
    
    padding: 40px;
    border-radius: 10px;
    margin: 20px;
    text-align: center;
    font-size: 18px;
    color: #555;
}
.testimonial .name {
    font-weight: bold;
    margin-top: 20px;
    font-size: 20px;
    color: #333;
}
.testimonial .position {
    font-size: 16px;
    color: #777;
}
button.carousel-control-prev {
    background: black;
    height: 60px;
    width: 60px;
    border-radius: 100px;
    position: absolute;
    top: 20%;
}
button.carousel-control-next{
    background: black;
    height: 60px;
    width: 60px;
    border-radius: 100px;
    position: absolute;
    top: 20%;
}

.logo-section{
    background-color: #ffffff;
    padding: 30px;
}
.footer-section {
    background-color: #1b00ff;
    padding: 30px;
}
@media screen and (max-width: 767px) {
    

    .input.pb-1.pt-1 {
        width: 100%;
    }
    
    input[type="text"], input[type="email"], input[type="date"], input[type="number"], select#options{
        width: 100%;
        padding: 10px;
        border: 1px solid #e9d9d9;
        background: #f9f9f9;
    }

    .input .dob-1 {
        max-width: 500px;
        width: auto;
        background-color: white;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        text-align: center;
    }
}