.aboutSection.self-help{
    padding: 60px 0px 0px;
}
.aboutSection.self-help::after{
    content: '';
    position: absolute;
    width: 153px;
    height: 145px;
    background: url(../images/caseStudiesOrangeDotImg.png) no-repeat center center;
    left: 0;
    bottom: 451px;
    z-index: -1;
}
.aboutSection.self-help::before{
    content: '';
    position: absolute;
    width: 153px;
    height: 145px;
    background: url(../images/caseStudiesOrangeDotImg.png) no-repeat center center;
    left: 0;
    top: 500px;
    z-index: -1;
}
.aboutSection.self-help.active::before{
    top: 210px;
}
.aboutSection.self-help.third-active::before{
    top: 220px;
}
.aboutSection.self-help .sub-txt{
    color: #999999;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.aboutSection.self-help .header-txt{
    color: #000000;
    font-size: 45px;
    font-weight: 800;
}
.aboutSection.self-help .router-txt{
    color: #666666;
    font-size: 16px;
    text-transform: uppercase;
    text-align: right;
}
.aboutSection.self-help .type-tags{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.aboutSection.self-help .type-tags p{
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin: 0 30px 0 0;
}
.aboutSection.self-help .d-flex .header-txt {
    width: 100%;
}
.aboutSection.self-help .self-help-container{
    padding: 10px 0 50px 0;
}
.aboutSection.self-help .self-help-container .service-header{
    color: #000;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 800;
}
.aboutSection.self-help .self-help-container .service-subtext{
    color: #999999;
    font-size: 16px;
}
.aboutSection.self-help .self-help-container .image-card-container{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.aboutSection.self-help .self-help-container .image-card-container .images-card{
    position: relative;
    width: calc(100% / 3 - 50px);
    margin-bottom: 60px;
    box-shadow: 8px 18px 50px 0px rgba(0, 0, 0, 0.15);
    text-shadow: 8px 18px 50px rgba(0, 0, 0, 0.15);
    background: #fff;
}
.aboutSection.self-help .self-help-container .image-card-container .images-card > .cover{
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.aboutSection.self-help .self-help-container .image-card-container .images-card .orangeBtn{
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px 15px;
    font-size: 16px;
}
.aboutSection.self-help .self-help-container .image-card-container .images-card .orangeBtn > img{
    width: 20px;
}
.aboutSection.self-help .self-help-container .image-card-container .images-card .main-img{
    height: 100%;
    width: 100%;
}
.aboutSection.self-help .self-help-container .image-card-container .images-card .top-label{
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    background: #ff9c00b8;
    color: #fff;
    position: absolute;
}
.default-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 360px;
    margin-right: auto;
}
.default-center.active{
    margin-right: unset;
    margin-left: auto;
}
.aboutSection.self-help .self-help-container .row:first-of-type .image-card-container, .aboutSection.self-help .self-help-container .row:first-of-type .image-card-container{
    margin-top: 0;
}
.aboutSection.self-help .self-help-container .image-card-container, .aboutSection.self-help .self-help-container .image-card-container{
    margin: 30px 0;
}

.owl-carousel button.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #cccccc;
    margin: 0 2px;
}

 .owl-carousel button.owl-dot.active,
 .owl-carousel button.owl-dot:hover {
    border-color: #fb9a00;
    background: #fb9a00;
}

 .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.aboutSection.self-help .self-help-container.mobile{
    display: none;
}
.desktop-p{
    display: block;
}
.desktop-p-flex{
    display: flex !important;
}
.mobile-p{
    display: none;
}
.mobile-p-flex{
    display: none !important;
}
.aboutSection.self-help .sub-txt.active{
    padding: 0 20px;
    font-size: 11px;
    text-transform: unset;
}

.aboutSection.self-help .more-info{
    color: #999999;
    font-size: 16px;
    margin-bottom: 0;
    max-width: 720px;
    margin-top: 10px;
    width: 100%;
}
.top-contain p.top-heading{
    font-size: 30px;
    font-weight: 700;
    color: #000;
}
.top-contain.active{
    margin-top: 60px;
}


.date-sec{
    position: absolute;
    top: -40px;
    right: 40px;
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ff9c00;
    justify-content: center;
}
.date-sec span:nth-of-type(1){
    font-size: 28px;
    line-height: 34px;
    font-weight: 800;
    color: #fff;
}
.date-sec span:nth-of-type(2){
    font-size: 17px;
    color: #fff;
    line-height: 17px;
}
.blog-details{
    padding: 25px 30px 40px 30px;
    position: relative;
}
.blog-details .by{
    color: #666666;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 6px;
}
.blog-details .author{
    font-size: 14px;
    color: #ff9c00;
    text-transform: uppercase;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    text-wrap: nowrap;
}
.blog-details .h-title{
    font-size: 20px;
    font-weight: 800;
    color: #000;
    margin-top: 15px;
    margin-bottom: 5px;
}
.blog-details .sub-title{
    font-size: 16px;
    color: #999999;
}
.blog-details .read-more{
    font-size: 16px;
    border-bottom: 1px solid #ff9c00;
    color: #ff9c00;
    font-weight: 600;
    cursor: pointer;
}
.blog-details .read-more > img{
    width: 16px;
    margin-left: 5px;
}
.orangeBtn.next{
    font-size: 16px;
    font-weight: 500;
    padding: 12px 25px;
    margin-left: 25px;
}
.orangeBtn.next img{
    width: 18px;
    margin-left: 5px;
}
.orangeBtn.prev img{
    width: 18px;
    margin-right: 5px;
    margin-left: 0;
}
.orangeBtn.prev {
    background: #ff9c0026;
    color: #ff9c00;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 25px;
    margin-right: 25px;
}
.pagination-cust{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination-cust span{
    margin: 0 5px;
}
.pagination-cust span.active{
    font-size: 30px;
    color: #ff9c00;
}
.pagination-cust span{
    font-size: 24px;
    cursor: pointer;
}

@media (max-width: 1300px){
    .aboutSection.self-help .self-help-container.desktop .image-card-container .images-card .main-img {
        height: 290px;
        width: 220px;
    }
    .aboutSection.self-help .more-info{
        max-width: 500px;
    }
    .aboutSection.self-help .self-help-container .image-card-container .images-card{
        width: calc(100% / 3 - 28px);
    }
}
@media (max-width: 1024px){
    .aboutSection.self-help{
        padding: 30px 0px 0px;
    }
    .top-contain p.top-heading{
        font-size: 24px;
    }
    .aboutSection.self-help .more-info{
        margin-top: 0;
        max-width: 100%;
        text-align: center;
    }
    .aboutSection.self-help .self-help-container.mobile{
        display: block;
    }
    .aboutSection.self-help::after{
        content: unset;
    }
    .aboutSection.self-help .self-help-container.desktop .image-card-container .images-card .main-img {
        height: 290px;
        width: 220px;
    }
    .aboutSection.self-help .self-help-container.desktop{
        display: none;
    }
    .aboutSection.self-help .self-help-container.mobile .image-card-container .images-card .orangeBtn {
        display: flex;
        align-items: center;
    }
    .aboutSection.self-help .self-help-container.mobile .image-card-container .images-card .orangeBtn > img {
        width: 20px;
        height: 15px;
    }
    .aboutSection.self-help .self-help-container.mobile .image-card-container{
        justify-content: center;
    }
    .aboutSection.self-help .self-help-container.mobile .default-center{
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-top: 25px;
        padding-bottom: 10px;
    }
    .aboutSection.self-help .self-help-container.mobile .service-subtext{
        text-align: center;
        padding: 0 30px;
        font-size: 13px;
    }
    .owl-dots{
        bottom: 0;
    }
    .aboutSection.self-help .self-help-container .service-header {
        font-size: 27px;
    }
    .dull-bg{
        background: #fff6ee;
    }
    .dull-bg, .white-bg{
        padding-top: 40px;
        position: relative;
    }
    .dull-bg::after{
        content: '';
        position: absolute;
        width: 153px;
        height: 145px;
        background: url(../images/caseStudiesOrangeDotImg.png) no-repeat center center;
        z-index: 0;
        right: 25px;
        top: 33px;
    }
    .white-bg::after{
        content: '';
        position: absolute;
        width: 153px;
        height: 145px;
        background: url(../images/caseStudiesOrangeDotImg.png) no-repeat center center;
        z-index: 0;
        left: 25px;
        top: 33px;
    }
    .aboutSection.self-help .self-help-container.mobile{
        padding-top: 0;
    }
    .aboutSection.self-help .sub-txt{
        text-align: center;
    }
    .aboutSection.self-help .type-tags{
        justify-content: center;
    }
    .aboutSection.self-help .d-flex .header-txt{
        font-size: 34px;
        text-align: center;
    }
    .aboutSection.self-help .type-tags p{
        font-size: 14px;
    }
    .desktop-p{
        display: none;
    }
    .desktop-p-flex{
        display: none !important;
    }
    .mobile-p{
        display: block;
    }
    .mobile-p-flex{
        display: flex !important;
    }
    .custom-flex{
        flex-direction: column;
    }
    .aboutSection.self-help .self-help-container .image-card-container, .aboutSection.self-help .self-help-container .image-card-container {
        margin: 30px 0;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
    }
    .aboutSection.self-help .self-help-container .image-card-container .images-card {
        width: calc(100% - 10px);
        max-width: 320px;
    }
    .blog-details .by, .blog-details .author{
        font-size: 13px;
    }
    .blog-details .h-title {
        font-size: 16px;
    }
    .blog-details .sub-title {
        font-size: 14px;
    }
    .date-sec {
        position: absolute;
        top: -25px;
        right: 30px;
        width: 60px;
        height: 60px;
    }
    .date-sec span:nth-of-type(1) {
        font-size: 16px;
        line-height: 24px;
    }
    .date-sec span:nth-of-type(2) {
        font-size: 14px;
        line-height: 18px;
    }
    .orangeBtn.prev {
        background: #ff9c0026;
        color: #ff9c00;
        font-size: 14px;
        font-weight: 500;
        padding: 10px;
        margin-right: 5px;
    }
    .pagination-cust span.active {
        font-size: 16px;
        color: #ff9c00;
    }
    .pagination-cust span {
        font-size: 14px;
    }
    .orangeBtn.next {
        font-size: 14px;
        padding: 10px;
        margin-left: 5px;
    }
}

@media (max-width: 991px){
    .top-contain p.top-heading{
        text-align: center;
        margin-top: 10px;
    }
    .top-contain{
        margin-top: 40px;
    }
    .top-contain.active{
        margin-top: 20px;
    }
    .aboutSection.self-help .container {
        padding: 0;
    }
    .aboutSection.self-help .sub-txt {
        text-align: center;
        font-size: 16px;
    }
    .aboutSection.self-help {
        padding: 50px;
    }
    .aboutSection.self-help .d-flex .header-txt {
        font-size: 29px;
        text-align: center;
    }
    .aboutSection.self-help .more-info{
        text-align: center;
        font-size: 10px;
        margin-top: 0;
        max-width: 100%;
    }
    .aboutSection.self-help .steps-container.custom-product .more-info{
        font-size: 16px;
        text-align: left;
    }
    .aboutSection.self-help .self-help-container{
        padding: 10px 0 0 0;
    }
    .aboutSection.self-help .self-help-container .image-card-container .images-card .top-label {
        padding: 10px 7px;
        font-size: 12px;
    }
    .aboutSection.self-help .self-help-container .image-card-container .images-card .orangeBtn {
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 10px 10px;
        font-size: 12px;
    }
}
@media (max-width: 576px){
    .aboutSection.self-help{
        padding: 50px 20px;
    }
    .aboutSection.self-help .self-help-container .image-card-container .images-card{
        min-height: 150px;
        width: calc(100% - 10px);
        margin-bottom: 30px;
    }
    
}