
@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@300&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
.clint_ img{
    margin-top: 3rem;
    margin-left: 5rem;
}

/* body {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: linear-gradient(white);
} */
.clf_{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: linear-gradient(white);
}

.input-box .prefix_ option {
    width: 1px;
    height: 10rem;
}


img {
    height: 2rem;
    margin: 3rem 0;
}

.container {
    max-width: 900px;
    width: 100%;
    height: 185%;
    background-color: #fff;
    padding: 25px 30px;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);

}

.container .title {
    font-size: 25px;
    font-weight: 500;
    position: relative;
}

.container .title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100px;
    border-radius: 5px;
    background: linear-gradient(135deg, white, black);
}

.content form .user-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 12px 0;
}

form .user-details .input-box {
    margin-bottom: 15px;
    width: calc(100% / 2 - 20px);
}

form .loda .input-box {
    width: calc(100% / 3 - 20px);
}

form .user-details1 .input-box1 {
    margin-bottom: 15px;
    width: calc(100% - 20px);

}

form .input-box span.details {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}

form .input-box1 span.details {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}

/* .icon {
    padding-left: 25px;
    background: url("https://static.thenounproject.com/png/101791-200.png") no-repeat left;
    background-size: 20px;
} */

.user-details .input-box input {
    height: 45px;
    width: 100%;
    outline: none;
    font-size: 16px;
    border-radius: 5px;
    padding-left: 15px;
    border: 1px solid #ccc;
    border-bottom-width: 2px;
    transition: all 0.3s ease;
    background-color: whitesmoke;
}

.user-details .input-box select {
    height: 45px;
    width: 100%;
    outline: none;
    font-size: 16px;
    border-radius: 5px;
    padding-left: 15px;
    border: 1px solid #ccc;
    border-bottom-width: 2px;
    transition: all 0.3s ease;
    background-color: whitesmoke;
}
.user-details .input-box input:focus,
.user-details .input-box input:valid {
    border-color: #A0E4CB;
}

.user-details1 .input-box1 input {
    height: 45px;
    width: 100%;
    outline: none;
    font-size: 16px;
    border-radius: 5px;
    padding-left: 15px;
    border: 1px solid #ccc;
    border-bottom-width: 2px;
    transition: all 0.3s ease;
}

.user-details1 .input-box1 input:focus,
.user-details1 .input-box1 input:valid {
    border-color: #A0E4CB;
}

.gender-details .gender-title {
    font-size: 20px;
    font-weight: 500;
}

.gender-details1 .gender-title1 {
    font-size: 20px;
    font-weight: 500;
}

form .category {
    display: flex;
    width: 80%;
    margin: 14px 10px;
    justify-content: space-between;
}

.category label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.category label .dot {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 20px;
    background: #d9d9d9;
    border: 5px solid transparent;
    transition: all 0.3s ease;
}


.category1 {
    display: flex;
    width: 80%;
    margin: 14px 10px;
    justify-content: space-between;
}

.category1 label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.category1 label .dot {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 20px;
    background: #d9d9d9;
    border: 5px solid transparent;
    transition: all 0.3s ease;
}

#dot-1:checked~.category label .one,
#dot-2:checked~.category label .two,
#dot-3:checked~.category label .three,
#dot-4:checked~.category label .four {
    background: black;
    border-color: #d9d9d9;
}

#Houre:checked~.category1 label .five,
#Few-weeks:checked~.category1 label .six,
#Few-months:checked~.category1 label .seven,
#permanents:checked~.category1 label .eight {
    background: black;
    border-color: #d9d9d9;
}

form input[type="radio"] {
    display: none;
}

/* form .button {
    height: 100px;
    margin: 35px 0 35px 35%;
    
} */

form .button {
   
    height: 3rem;
    width: 20rem;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #A0E4CB;
    margin: 35px 0 35px 60%;
}

form .button:hover {
    /* transform: scale(0.99); */
    background: linear-gradient(-135deg, #FED049, #A0E4CB);
}
.thnkyou_expert{
    margin-top: -8rem;
    text-align: center;
}

.thnkyou_expert img{
    height: auto;
    width: auto;
    display: block;
  margin-left: auto;
  margin-right: auto;
    align-items: center;
    justify-content: center ;
}
.thnkyou_expert h1{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -4rem;
}
@media screen and (max-width:700px){
    form .button {
        width: 10rem;
    }
    
}

@media(max-width: 584px) {
    /* .thnkyou_expert{
        margin-top: -5rem;
        text-align: center;
    }
    .thnkyou_expert img{
        height: 60%;
        width: auto;
        align-items: center;
        justify-content: center ;
    } */
    .thnkyou_expert h1{
        width: 100%;
        margin-left: 3rem;
        
    }
    form .button {
        width: 8rem;
    }
    .container {
        max-width: 100%;
    }

    form .user-details .input-box {
        margin-bottom: 15px;
        width: 100%;
    }

    form .user-details1 .input-box1 {
        margin-bottom: 15px;
        width: 100%;
    }

    form .category {
        width: 100%;
    }

    form .category1 {
        width: 100%;
    }


    .content form .user-details {
        max-height: 100%;

    }

    .user-details::-webkit-scrollbar {
        width: 5px;
    }

    .content form .user-details1 {
        max-height: 100%;

    }

    .user-details1::-webkit-scrollbar {
        width: 5px;
    }
}

@media(max-width: 459px) {
    .container .content .category {
        flex-direction: column;
    }

    container .content .category1 {
        flex-direction: column;
    }
}