.resources{
    padding: 40px 0 0;
}

.resources-title .title{
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    color: #000000;
    margin-bottom: 20px;
}

.resources-title .title span{
    color: #2D81F7;
}

.resources-title .subtitle{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    /* line-height: 29px; */
    color: #000000;
    margin-bottom: 20px;
}

.resources-title .subtitle span{
    color: #2D81F7;
}

.resources-desc .desc{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    /* line-height: 140%; */
    color: #828282;
    margin-bottom: 20px;
}

.resources-desc .desc span{
    color: #2D81F7;
    font-weight: 600;
}

.free-resources h5{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    /* line-height: 29px; */
    color: #000000;
    margin-bottom: 20px;
}

.free-resources ol li{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 15px;
}

.free-resources ol li span{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    /* line-height: 140%; */
    color: #828282;
}

.testimonial-box {
    display: none;
    padding: 20px;
    margin: auto;
    background: #FFFFFF;
    box-shadow: 5px 5px 24.7px 2px rgba(155, 155, 155, 0.25);
    border-radius: 8px;
}

.slider {
    /* position: relative;
    overflow: hidden; */
}

.slide {
    display: none;
    transition: all 0.5s ease;
}

.slide.active {
    display: block;
}

.testimonial-box .slide .day{
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    color: #7C7C7C;
    display: flex;
    align-items: center;
    gap: 13px;
}

.testimonial-box .slide .day img{
    width: 63px;
    height: 63px;
}

.testimonial-box .slide .day span{
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 24px;
    color: #ED1C2E;
}

.testimonial-box .slide .user-image{
    background: #E6ECFF;
    text-align: center;
}

.testimonial-box .slide .user-image img{
    width: 116px;
    height: 114px;
}

.testimonial-box .slide h4{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-top: 11px;
    margin-bottom: 5px;
}

.testimonial {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #545454;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

.clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.read-more {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #0C82FE;
}

.nav-buttons {
    display: flex;
    justify-content: end;
    gap: 10px;
}

.nav-buttons button {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(165, 165, 165, 0.25);
    border: none;
    font-size: 18px;
    padding: 5px 14px;
    border-radius: 50%;
    cursor: pointer;
}

.nav-buttons button i{
    color: #ADADAD;
}

@media (max-width: 480px) {
  .testimonial-box {
    padding: 15px;
  }
}

.hadbook{
    background: #f1f7ff;
    margin-top: 50px;
    padding: 25px 0;
}

.hadbook .hadbook-user .user{
    background-image: url(resources-image/back-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
}

.hadbook .hadbook-user .user .image{
    display: flex;
    align-items: center;
    background-color: #DFE9FC;
    padding: 15px 0 0;
    border-radius: 8px 8px 0 0;
}

.hadbook .hadbook-user .user h5{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
}

.hadbook .hadbook-user .user h5 span{
    color: #2D81F7;
}

.hadbook .hadbook-user .user .download-btn{
    padding: 0px;
    text-align: center;
}

.hadbook .hadbook-user .user .download-btn button{
    /*padding: 12px 16px;*/
    background: linear-gradient(90deg, #0468FA 0%, #009BFF 97.22%), #F2F4F9;
    border-radius: 47px;
    border: 0;
    font-style: normal;
    /*font-weight: 500;*/
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.hadbook .hadbook-user .handbook-desc p{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #212529;
    margin-top: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px){
    .resources-title .title {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .resources-title .subtitle {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .resources-desc .desc {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .free-resources h5 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .free-resources ol li {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 15px;
    }

    .free-resources ol li span {
        font-size: 16px;
    }

    .testimonial-box .slide .day img {
        width: 50px;
        height: 50px;
    }

    .testimonial-box .slide .day {
        font-size: 9px;
        line-height: 15px;
        gap: 8px;
    }

    .testimonial-box .slide .day span {
        font-size: 20px;
    }

    .hadbook .hadbook-user .user h5 {
        font-size: 12px;
        line-height: 20px;
    }

    .hadbook .hadbook-user .user .download-btn button {
        padding: 6px 12px;
        font-size: 12px;
    }

    .hadbook .hadbook-user .handbook-desc p {
        font-size: 12px;
        line-height: 18px;
    }
}

@media (max-width: 991px){
    .testimonial-box {
        padding: 10px;
    }

    .testimonial-box .slide .day img {
        width: 40px;
        height: 40px;
    }

    .testimonial-box .slide .day span {
        font-size: 18px;
        line-height: 24px;
    }

    .testimonial-box .slide .day {
        font-size: 10px;
        line-height: 12px;
        gap: 5px;
    }

    .testimonial-box .slide .user-image img {
        width: 90px;
        height: 90px;
    }

    .testimonial {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 5px;
    }

    .read-more {
        font-size: 12px;
        line-height: 14px;
    }

    .nav-buttons button {
        font-size: 15px;
    }

    .resources-title .title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .resources-title .subtitle {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .resources-desc .desc {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .free-resources h5 {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .free-resources ol li {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .free-resources ol li span {
        font-size: 15px;
    }

    .hadbook {
        margin-top: 25px;
        padding: 50px 0;
    }

    .hadbook .hadbook-user .user .image img{
        width: 70px;
        height: 50px;
    }

    .hadbook .hadbook-user .user h5 {
        font-size: 15px;
        line-height: 15px;
        margin-top: 5px;
    }

    .hadbook .hadbook-user .user .download-btn {
        padding: 10px;
    }

    .hadbook .hadbook-user .user .download-btn button {
        padding: 7px 12px;
        font-size: 12px;
    }

    .hadbook .hadbook-user .handbook-desc p {
        font-size: 12px;
        line-height: 18px;
        margin-top: 7px;
    }
}

@media (max-width: 767px){
    .hadbook .hadbook-user .user {
        position: relative;
    }

    .hadbook .hadbook-user .user .download-btn button{
        /*position: absolute;*/
        top: 13px;
        right: 10px;
    }

    .hadbook .hadbook-user .user .download-btn {
        padding: 0;
    }
}

@media (max-width: 300px){
    .hadbook .hadbook-user .user h5 {
        font-size: 12px;
        line-height: 12px;
    }

    .hadbook .hadbook-user .user .download-btn button {
        padding: 6px 10px;
        font-size: 10px;
    }
}
