body,p,h1,h2,h3,h4,h5,h6{
    font-family: "Poppins" !important;
}
.overlay-main {
    margin-top: -7%;
    position: relative;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#home-header {
    background-color: #00000026;
    padding: 10px 0px 12px 0px;
}
#home-header img {
    max-height: 100px;
    height: 72px;
}
#hero-text {
    color: #ffffff;
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: -42%;
    font-size: 32px;
    font-weight: 500;
    line-height: 35px;
}
.btn-organe {
    background-color: rgba(235, 146, 49, 255);
    border-color: rgba(235, 146, 49, 255);
    color: #ffffff;
    font-family: "Oswald" !important;
    font-size: 12px;
    font-weight: 400;
    border:none;
    border-radius: 0px;
    margin-top: 1.5rem;
}
.btn-organe:hover {
    background-color: rgba(235, 146, 49, 255);
    border-color: rgba(235, 146, 49, 255);
    color: #fafafafd
}
#our-benefit {
    margin-top: 15%;
    position: relative;
    z-index: 1;
}
#our-benefit .content {
    padding-top: 6% !important;
    padding-bottom: 5% !important;
    background-color: rgba(249, 246, 241, 255);
}
.text-yellow {
    color: rgba(235, 146, 49, 255);
}
.our-benefit{
    font-size: 14px;
    font-family:"Oswald" !important;
}
.our-benefit-search-heading{
    font-size: 2rem;
    font-weight: 700;
    color: #000000cc;
}
.fw-6{
    font-weight: 600;
}
#cards {
    margin-top: -6%;
    position: relative;
    z-index: 1;
}

.card-shadow {
    -webkit-box-shadow: 0 20px 5px #dcd9d940;
    -moz-box-shadow: 0 20px 5px #dcd9d940;
    box-shadow: 0 5px 5px #dcd9d940;
}
.card-shadow  h6{
    color: #000000cc;
}
.card-bg-custome {
    background-color: rgba(238, 233, 225, 255);
}
.card-icon {
    color: rgba(235, 146, 49, 255);
    font-size: 3rem;
}
.card-border {
    color: #0000000a;
    border: 1px solid;
}
.card-text{
    color: rgba(117,114,111,255);
    font-size: 14px;
    font-weight: 500;
}
#about-home {
    position: relative;
    z-index: 1;
    padding: 6% 0% 6% 0% !important;
    background-color: #ffffff;
}
#about-home .image-about{
    padding-left: 4%;
}
#about-home .about-content{
    padding-right: 5%;
}
#about-home .sub-head{
    font-size: 19px !important;
    font-weight: 500;
}

#about-home .bullet-point{
    line-height: 2rem;
    margin-left: 0.5rem;
    margin-bottom: 1.5rem;
    color: rgba(117,114,111,255);
    font-weight: 500;
}
#list-pad {
    margin-top: -8%;
}
#list-pad .overlay {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.list-your-pad {
    color: #ffffff;
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: -35%;
    font-size: 2.3rem;
    font-weight: 550;
    margin-bottom: 10%;
    line-height: 3rem;
}
.list-your-pad-logo {
    position: relative;
    z-index: 1;
    height: 90px;
    margin-top: -9rem;
    padding-left: 20rem;
}
.faq-bg {
    background-color: rgba(249, 246, 241, 255) !important;
    border: none;
}
.accordion-button::after{
    background-image: none !important;
    content: "+";
}

.accordion-button:not(.collapsed)::after {
    background-image: none !important;
    transform: none !important;
    content: "-";
}
.accordion-button:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
}
#search-pad {
    margin-top: -20%;
}
.search-your-pad {
    color: #faf6f6;
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: -35%;
    font-size: 2.3rem;
    font-weight: 500;
}
.btn-custom-dark {
    background-color: rgba(53,51,48,0.8);
    border-color:rgba(53,51,48,0.8);;
    color: #ffffff;
    font-family: "Oswald" !important;
    font-size: 12px;
    font-weight: 400;
    border:none;
    border-radius: 0px;
    margin-top: 0.5rem;
}
.btn-custom-dark:hover {
    background-color:rgba(53,51,48,0.8);;
    border-color: rgba(53,51,48,0.8);;
    color: #fafafafd
}
.search-your-pad-text{
    color: #ffffff;
    margin-top: 3.4%;
    font-size: 0.8rem;
    padding-left: 52%;
    margin-bottom: 1rem;
}
.bg-light-dark{
    background-color: rgba(53,51,48,10);
    color: rgb(255 255 255);
}
@media only screen and (max-width: 767px) {
    #hero-text {
        font-size: 10px;
        font-weight: 600;
        line-height: 15px;
    }
    #our-benefit {
        margin-top: 5%;
    }
    .our-benefit {
        font-size: 10px;
        margin-bottom: 5%;
    }
    .our-benefit-search-heading {
        font-size: 0.7rem;
        font-weight: 600;
    }
    .card-text {
        font-size: 10px;
        font-weight: 500;
    }
    #about-home .about-content {
        padding-right: 5%;
        FONT-SIZE: 10PX;
    }
    h1{
        font-size: 14px !important;
    }
    #about-home .bullet-point {
        line-height: 1rem;
        margin-left: 0.5rem;
        margin-bottom: 0.5rem;
    }
    #home-header {
        padding: 10px 0px;
    }
    #home-header img {
        max-height: 30px;
    }
    #about-home {
        padding: 0% 5% 0% 5% !important;
    }
    .list-your-pad {
        font-size: 0.8rem;
        line-height: 1rem;
    }
    .search-your-pad {
        font-size: 0.8rem;
    }
    .search-your-pad-text {
        font-size: 0.6rem;
        padding-left: 55%;
        margin-bottom: 0.5rem;
    }
    .btn-organe {
        font-size: 8px;
    }
    .btn-custom-dark{
        font-size: 8px;
    }
    .list-your-pad-logo {
        position: relative;
        z-index: 1;
        height: 40px;
        margin-top: -3rem;
        padding-left: 1rem;
    }
}
