/* Hair transplant for men css  Starts  */

.men-section1-heading h2 {
    /* font-size: 4.5rem; */
    font-weight: 650;
    line-height: 35px;
}

.men-section1-client-img {
    position: relative;
}

.men-section1-client-img img {
    width: 100%;
    /* height: 220px; */
}

.men-section1-before {
    position: absolute;
    bottom: 15px;
    left: 10px;
    color: #fff;
    font-weight: 600;

}

.men-section1-after {
    position: absolute;
    bottom: 15px;
    right: 10px;
    color: #fff;
    font-weight: 600;

}

.men-section1Box {
    padding-right: 2px !important;
    padding-left: 2px !important;
}

.men-section2 {
    background-color: var(--theme-bg-color);
}

.men-section2-heading {
    font-size: 2.5rem;
    font-weight: 650;
    line-height: 40px;
}

.men-section2-para {
    width: 50%;
    font-size: 1.1rem;
    font-weight: 350;
    margin: 20px 0px;
    text-align: justify;
}

.men-section2-ulBox ul {
    /* display: flex; */
    justify-content: space-around;
}

.men-section2-ulBox ul li {
    list-style: none;
    display: flex;
    justify-content: space-around;
    margin: 40px 0px;
}

.men-section2-img img {
    width: 70px;
    vertical-align: middle;
    object-fit: scale-down;
    margin: 0px 50px;
}

.men-section2-text p {
    font-size: 20px;
    padding-left: 20px;
    border-left: 1px solid var(--theme-color);

    color: var(--theme-color);
    font-weight: 380;
}

.men-section3-ImgText ul {
    display: flex;
    text-align: center;
    align-items: center;
    align-items: center;
    justify-content: space-between;
}

.men-section3-ImgText li {
    width: 25%;
    list-style: none;
    padding: 20px;
}

.men-section3-ImgText li h5 {
    font-weight: 400;
    margin-top: 15px;
}

.men-section3-img img {
    width: 40%;
}

.men-section3-text {
    margin-top: 20px;
}

.men-section3-text p {
    font-size: 1.3rem;
    font-weight: 400;
}

.men-section3-text p span {
    font-size: 1.3rem;
    font-weight: 600;
}

.men-section4-img img {
    width: 100%;
    padding: 20px;
}

.men-section4-text ul li {
    list-style: none;
    position: relative;
}

.men-section4-text ul li::before {
    content: '';
    position: absolute;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    width: 10px;
    height: 10px;
    top: 20px;
    left: -40px;
    transform: translateY(-50%) rotate(-45deg);
}

.men-section4-text ul li p {
    font-size: 1.3rem;
}

.men-section6-success-img img {
    width: 300px;
    height: 300px;
}

.men-section6-success-text {
    border-right: 2px solid var(--theme-color);
}

.men-section6-success-text p {
    line-height: 30px;
}

.men-section6-success-text span {
    font-weight: 600;
    font-size: 1.2rem;
}

.men-section7 {
    background-color: var(--theme-color);
    color: white;
}

.men-section7-para {
    line-height: 30px;
}

.men-section7-img img {
    width: 65%;
    max-width: 50rem;
}

.men-section7-btn {
    padding: 10px 50px;
    border-radius: 5px;
    border: transparent;
    background-color: #fff;
}

.men-section7-btn:hover {
    color: #fff;
    background-color: var(--theme-color);
    border: 1px solid #fff;
}

.men-section6-heading h2 {
    font-size: 2.2rem;
}

.men-section6-para p {
    font-size: 16px;
    font-weight: 350;
    margin-top: 15px;
}

.men-section8-imgBox1 img {
    width: 100%;
}

.men-section8-textBox1 span {
    font-weight: 600;
    line-height: 33px;
    font-size: 36px;
}

.men-section8-textBox1 p {
    line-height: 30px;
    font-size: 18px;
    /* letter-spacing: .7px; */
    font-weight: 370;
    margin-top: 20px;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.men-section9-img1 img {
    width: 100%;

}

.men-section9-text1 {
    /* position: absolute; */
    width: 85%;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
}

.men-section9-text1 span {
    font-size: 32px;
    font-weight: 650;
}

.men-section9-text1 p {
    font-size: 19px;
    margin-top: 15px;
    font-weight: 350;
    line-height: 31px;
}

.men-section9-img1 {
    position: relative;
}

.decoration-img1 {
    position: absolute;
    bottom: 50px;
    width: 100%;
    right: -300px;
}

.decoration-img2 {
    position: absolute;
    bottom: 50px;
    width: 100%;
    left: -300px;
}

.men-section10 {
    color: #fff;
    background-color: var(--theme-color);
}



.men-section10-ImgText ul {
    display: flex;
    text-align: center;

    justify-content: space-around;

}

.men-section10-ImgText ul li {
    list-style: none;

}

.men-section10-ImgText ul li img {
    max-width: 35rem;
    width: 30%;

}


.men-section10-img {
    margin: 20px 0px;
}

.men-section10-img img {
    /* width: 100%; */
}


.men-section10-btn {
    padding: 15px 50px;
    border-radius: 5px;
    border: transparent;
    background-color: #fff;
    color: var(--theme-color);
    transition: .3s;
}

.men-section10-btn:hover {
    background-color: var(--theme-color);
    color: #fff;
    border: 1px solid #fff;
}

.men-section11-text2 ul li {
    list-style: none;
    position: relative;
    margin: 10px 0px;
}

.men-section11-text2 ul li::before {
    content: '';
    position: absolute;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    width: 10px;
    height: 10px;
    top: 20px;
    left: -40px;
    transform: translateY(-50%) rotate(-45deg);
}

.men-section11-text2 ul li p {
    font-size: 24px;
}

.men-section12-text {
    padding: 0px 20px;
}

.men-section12-text p {
    font-size: 18px;
    margin: 25px 0px;
    line-height: 30px;
}

.men-section13-form {}

.men-section13-input {
    margin: 25px 0px;
}

.men-section13-input input {
    padding: 10px;
    width: 100%;
    border: none;
    font-size: 22px;
    border-bottom: 1px solid var(--theme-color);
}

.men-section13-input input:focus {
    outline: 1px solid var(--theme-color);
    border-radius: 5px;
}

.men-section13-input select {
    padding: 10px;
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--theme-color);
}

.men-section13-input select:focus {
    outline: 1px solid var(--theme-color);
    border-radius: 5px;
}

.men-section13-input button {
    padding: 15px 50px;
    border: transparent;
    background-color: var(--theme-color);
    color: white;
    transition: .3s;
    border-radius: 5px;
    width: 90%;
}

.men-section13-input button:hover {
    border: transparent;
    background-color: #fff;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
}

/* Hair transplant for men css  Ends */

/* Hair Reconstruction Css Starts  */
.hair-re2-subText1 {
    margin: 10px 20px;
}

.hair-re2-text ul li {
    display: flex;
    justify-content: space-evenly;
}

.hair-re2-subImg1 img {
    width: 100%;
    margin-top: 18px;
}

.hair-re2-text ul {
    margin: 50px 0px;
}

.hair-re3-text1 p {
    line-height: 30px;
    font-size: 19px;
}

.hair-re4-img img {
    width: 100%;
}

.hair-re4-text h2 {
    font-weight: 650;
}

.hair-re4-text p {
    margin: 20px 0px;
    font-size: 18px;
    line-height: 31px;
    font-weight: 350;
}

.hair-re4-btn {
    padding: 15px 50px;
    background-color: var(--theme-color);
    color: #fff;
    border: transparent;
    border-radius: 5px;
    transition: .3s;
}

.hair-re4-btn:hover {
    padding: 15px 50px;
    background-color: #fff;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
}

/* Hair Reconstruction Css Ends  */

/* Failed Hair Transplant Css Starts  */

.failed-hair1-text ul li {
    list-style: none;
    position: relative;
}

.failed-hair1-text ul li::before {
    content: '';
    position: absolute;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    width: 10px;
    height: 10px;
    top: 18px;
    left: -40px;
    transform: translateY(-50%) rotate(-45deg);
}

.failed-hair1-text ul li p {
    font-size: 1.2rem;
}

.failed-hair1-img img {
    width: 100%;
}

.failed-hair1-text h2 {
    font-weight: 600;
}

.failed-hair1-text p {
    margin: 15px 0px;
    font-size: 17px;
    line-height: 31px;
    font-weight: 350;
}

/* Failed Hair Transplant Css Ends */

/* Minimal Hair Transplant Css Starts  */
.hair-re2-img img {
    width: 100%;
    object-fit: contain;
}


/* Minimal Hair Transplant Css Ends */

/* Quick Hair Transplant Css Starts */
.hair-quick1-subText1 {
    margin: 10px 20px;
}

.hair-quick1-text ul li {
    display: flex;
    justify-content: space-evenly;
}

.hair-quick1-img img {
    object-fit: contain;
    width: 100%;

}

.hair-quick1-subImg1 img {
    width: 70px;
    margin-top: 30px;
}

.hair-quick1-img {
    position: sticky;
    top: 1rem;
}

.hair-quick1-text {
    overflow-y: scroll;
    height: 100%;
}

.hair-quick1-text::-webkit-scrollbar {
    display: none;
}

.hair-quick1-text p {
    text-align: justify;
    font-size: 17px;
    font-weight: 350;
    line-height: 30px;
}

.hair-quick1-text ul {
    margin: 50px 0px;
}

.hair-quick2-text h2 {
    margin-bottom: 25px;
}

.hair-quick2-text span {
    font-weight: 500;
}

.hair-quick2-text ul {
    margin: 25px 0px;
}

.hair-quick2-text ul li {
    list-style: none;
    position: relative;
    line-height: 35px;
}

.hair-quick2-text ul li::before {
    content: '';
    position: absolute;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    width: 10px;
    height: 10px;
    top: 18px;
    font-size: 20px;
    left: -40px;
    transform: translateY(-50%) rotate(-45deg);
}

.hair-quick2-img {
    position: sticky;
    top: 1rem;
}

/* .hair-quick2-text{
    overflow-y: scroll;
} */


.hair-quick2-text::-webkit-scrollbar {
    display: none;
}

.hair-quick2-img img {
    object-fit: contain;
    width: 100%;
    height: 100vh;
}

.hair-quick2-text ul li p {
    font-size: 1.2rem;
}

.hair-quick4-subText1 {
    margin: 10px 20px;
}

.hair-quick4-text ul li {
    display: flex;
    justify-content: space-evenly;
}

.hair-quick4-img img {
    object-fit: contain;
    width: 100%;

}

.hair-quick4-subImg1 img {
    width: 70px;
    margin-top: 30px;
}

.hair-quick4-text p {
    text-align: justify;
    font-size: 17px;
    font-weight: 350;
}

/* Quick Hair Transplant Css Ends */

/* Fue Dense Css Starts  */
.fue-dense1-text p {
    font-size: 17px;
    font-weight: 350;
    margin: 25px 0px;
    text-align: justify;
}

.fue-dense1-img img {
    width: 100%;
    padding: 20px;
}

.fue-dense2-text p {
    font-size: 17px;
    font-weight: 350;
    margin: 25px 0px;
    text-align: justify;
}

.fue-dense2-img img {
    width: 100%;
    padding: 20px;
}

.fue-dense3-text p {
    font-size: 17px;
    font-weight: 350;
    margin: 25px 0px;
    text-align: justify;
}

.fue-dense3-img img {
    width: 80%;
    padding: 20px;
}

.fue-dense3-text ul {
    margin: 25px 0px;
}

.fue-dense3-text ul li {
    list-style: none;
    position: relative;
    /* line-height: 35px; */
}

.fue-dense3-text ul li::before {
    content: '';
    position: absolute;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    width: 10px;
    height: 10px;
    top: 18px;
    font-size: 20px;
    left: -40px;
    transform: translateY(-50%) rotate(-45deg);
}

.fue-dense4-text p {
    font-size: 17px;
    font-weight: 350;
    margin: 25px 0px;
    text-align: justify;
}

.fue-dense4-img img {
    width: 100%;
    padding: 20px;
}

.fue-dense5-text p {
    font-size: 17px;
    font-weight: 350;
    /* margin: 25px 0px; */
    text-align: justify;
}

.fue-dense5-img img {
    width: 80%;
    margin-top: -30px;
}

.fue-dense5-text ul {
    margin: 25px 0px;
}

.fue-dense5-text ul li {
    list-style: none;
    position: relative;
    /* line-height: 35px; */
}

.fue-dense5-text ul li::before {
    content: '';
    position: absolute;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    width: 10px;
    height: 10px;
    top: 18px;
    font-size: 20px;
    left: -40px;
    transform: translateY(-50%) rotate(-45deg);
}

.fue-dense6-ImgText ul {
    display: flex;
    text-align: center;
    justify-content: space-around;
}

.fue-dense6-ImgText li {
    list-style: none;
    width: 20%;
    padding: 20px;
}

.fue-dense6-ImgText li h5 {
    font-weight: 400;
    margin-top: 15px;
}

.fue-dense6-img img {
    /* width: 40%; */
}

.fue-dense6-text {
    margin-top: 20px;
}

.fue-dense6-text p {
    font-size: 1.3rem;
    font-weight: 400;
}

.fue-dense6-text p span {
    font-size: 1.3rem;
    font-weight: 600;
}

.fue-dense7-text p {
    font-size: 17px;
    font-weight: 350;
    /* margin: 25px 0px; */
    text-align: justify;
}

.fue-dense7-img img {
    width: 80%;
    margin-top: -30px;
}

.fue-dense7-text ul {
    margin: 25px 0px;
}

.fue-dense7-text ul li {
    list-style: none;
    position: relative;
    /* line-height: 35px; */
}

.fue-dense7-text ul li::before {
    content: '';
    position: absolute;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    width: 10px;
    height: 10px;
    top: 18px;
    font-size: 20px;
    left: -40px;
    transform: translateY(-50%) rotate(-45deg);
}

.fue-dense8-text p {
    font-size: 17px;
    font-weight: 350;
    margin: 25px 0px;
    text-align: justify;
}

.fue-dense8-img img {
    width: 100%;
    padding: 20px;
}

.fue-dense9-text p {
    font-size: 17px;
    font-weight: 350;
    margin: 25px 0px;
    text-align: justify;
}

.fue-dense9-img img {
    width: 100%;
    padding: 20px;
}

/* Result Css Starts Here  */
.result-sec1-subImg{
    background-color: #ecf4ff;
    padding: 20px;
}
.result-sec1-img{
    background-image: url('images/result-bg.jpeg');
    width: 95%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.result-sec1-Imgtext{
    color: white;
    position: absolute;
    width: 80%;
    top: 70%;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%, -50%);
    justify-content: center;
    align-items: center;
}
.result-sec1-Imgtext button{
    padding: 15px 50px;
    border-radius: 10px;
    font-weight: 600;
    color: white;
    background-color: var(--theme-color);
    margin: 10px 0px;
    border: none;
    font-size: 1rem;
    transition: .3s;
}
.result-sec1-Imgtext button:hover{
    border: 1px solid var(--theme-color);
    background-color: white;
    color: var(--theme-color);
    transform: scale(1.0);
}

.result-sec1-technique-name p{
    margin: 5px 0px;
    font-size: 14px;
    font-weight: 550;
    color: rgba(128, 128, 128, 0.563);
}

.result-sec1-btn button{
    padding: 15px 50px;
    border-radius: 10px;
    font-weight: 600;
    color: white;
    background-color: var(--theme-color);
    margin: 20px 0px;
    border: none;
    font-size: 1rem;
    transition: .3s;
}

.result-sec1-btn button:hover{
    border: 1px solid var(--theme-color);
    background-color: white;
    color: var(--theme-color);
    transform: scale(1.0);
}
.result-sec1-Imgtext a{
    color: white;
    margin: 0px 15px;
    font-size: 20px;
}
.result-sec1-Imgtext a i{
    /* color: white; */
    font-size: 22px;
    margin: 0px 15px;
}



/* Result Css Ends Here  */

/* Fue Dense Css Ends */


@media (max-width:1000px) {

    .display-none {
        display: block;
    }

    .display-block {
        display: none;
    }

    /* body Hair Transplant Media Css  */
    .men-section2-para {
        width: 100%;
        padding: 10px;
    }

    .failed-hair1-text ul li::before {
        content: '';
        position: absolute;
        border-right: 2px solid black;
        border-bottom: 2px solid black;
        width: 10px;
        height: 10px;
        top: 18px;
        left: -20px;
        transform: translateY(-50%) rotate(-45deg);
    }

    .men-section2-img img {
        margin: auto;
        display: block;
        width: 50px;

    }

    .men-section2-text p {
        font-size: 15px;
    }

    .men-section3-ImgText ul,
    .men-section10-ImgText ul{
        display: block;
        padding: 0;

    }

    .men-section3-ImgText li,
    .men-section10-ImgText li {
        display: flex;
        width: 100%;
        padding: 0;
        font-size: 15px;
        border-bottom: 1px solid rgba(197, 197, 197, 0.673);
        padding: 10px 0;
    }

    .men-section3-ImgText li h5
     {
        font-size: 15px;
        text-align: left;
        margin-left: 15px;
    }

    .men-section3-ImgText li img
    {
        width: 30px;
        height: 30px;
        margin: auto;
    }
    .men-section10-ImgText li h5{margin-left: 20px;margin-top: 10px;}
    .men-section10-ImgText ul li img{width: 30px;height: 30px;}

    /* body Hair Transplant Media Css  Ends */

    .result-sec1-btn button{
        padding: 10px 30px;
    }
    .result-sec1-subImg{
        padding: 0px;
    }
    .result-sec1-img{
        margin: 0px;
        padding: 0px !important;
        width: 100%;
        height: 50vh;
    }
    .result-sec1-Imgtext{
        bottom: -20%;
    }
}