#slider h1 {
    letter-spacing: 6px;
}
#slider .btn-learn-more {
    font-weight: 400;
    font-size: 15px;
    padding: 9px 20px;
    color: #437e8c;
    background-color: #ffffff;
}
/*-------------------------------------*/
/*          Hair_Transplant-section-1*/
/*-------------------------------------*/
.beard-restoration-section-1 .section-title h1::before, .beard-restoration-section-1 .section-title h1::after {
  display: none;
}
 .beard-restoration-section-1 .section-title h1{
  font-family: "Montserrat", sans-serif;
  text-transform: initial;
   font-size: 2.9rem;
   font-weight: 600;
}
.beard-restoration-section-1 .p2 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.3rem;
    margin: 0 58px;
}
.beard-restoration-section-1 .content img{
height: 27rem;
}


/*-------------------------------------*/
/*      beard-restoration-section-2*/
/*-------------------------------------*/
.beard-restoration-section-2 .faq-item dd {
    color: #96c8c9;
    font-size: 9rem;
    float: left;
    line-height: 0;
    padding: 13px 0 0 0;
    margin-top: 3rem;
    font-weight: bold;
}
.beard-restoration-section-2 .faq-item h4 {
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: 700;
    margin: 18px 0 56px 16px;
    font-family: "Poppins", sans-serif;
    color: #858585;
    letter-spacing: initial;
}
.beard-restoration-section-2 li {
    font-size: 1.2rem;
    font-family: "Poppins", sans-serif;
    padding-bottom: 12px;
}
.about p{
    font-size: 1.2rem;
    font-family: "Poppins", sans-serif;
}

@media (max-width: 1024px) {
    .beard-restoration-section-2 .faq-item dd {
        font-size: 8rem;
    }
    .beard-restoration-section-2 .faq-item h4 {
        font-size: 2rem;
    }
}
@media (max-width: 768px) {
    #slider .carousel-caption {
        position: absolute;
        right: 7%;
        top: 13%;
    }
    #slider h1 {
        letter-spacing: 2px;
    }
    .section-title h2::before, .section-title h2::after {
        display: none;
    }
    .beard-restoration-section-2 .content .faq-item{
        padding-left: 20%;
    }
}
@media (max-width: 480px) {
    .beard-restoration-section-1 .section-title h1 {
        font-size: 2.0rem;
    }
    .beard-restoration-section-1 .section-title h1 br{
        display: none;
    }
    .beard-restoration-section-2 .content .faq-item {
        padding-left: 0;
    }
    .nav-justified .nav-item{
        margin: 0 17px;
    }
    #slider .w-100{
        width: 150%!important;
    }
    #slider .carousel-caption {
        position: initial;
        text-align: center;
        background-color: #427d8b;
    }
    #slider h1 {
        font-size: 2rem;
    }
    #slider p {
        font-size: 1.6rem;
    }
}
