html, body {
    overflow-x: hidden;
}
.single-post-item .post-categories {
    list-style: none;
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0;
}

.single-post-item .post-categories a {
    color: #171717;
    background: #FA7B49;
    border-radius: 32px;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 15px;
    font-weight: 600;
}

.single-post-item .post-categories li:first-child a {
    background: #FC55FF;
}

.single-post-item .post-categories li:nth-child(2) a {
    background: #88AEF9;
}
.single-post-item {
    border-radius: 6px 6px 6px 6px;
    border-right: 3px solid #FCC33D;
}
.single-post-item img {
    border-radius: 6px 6px 0 0;
}
.single-post-item {
    background: #FCC33D;
    border-color: #FC8A5D;
}

.slide-num1, .slide-num10 {
    background: #A35DFC;
    border-color: #9A71CE;
}

.slide-num2, .slide-num11 {
    background: #FC8A5D;
    border-color: #FA7D4B;
}

.slide-num3, .slide-num12 {
    background: #FC3D8D;
    border-color: #f33081;
}

.slide-num4, .slide-num3 {
    background: #5DFCE2;
    border-color: #4cffe1;
}

.slide-num5, .slide-num14 {
    background: #5D6EFC;
    border-color: #4b5cf9;
}

.slide-num6, .slide-num15 {
    background: #BDDD3D;
    border-color: #b9db31;
}

.slide-num7, .slide-num6 {
    background: #FCC33D;
    border-color: #f6bb31;
}

.slide-num8, .slide-num17 {
    background: #F3C8FA;
    border-color: #f2b0fc;
}

.slide-num9, .slide-num18 {
    background: #F9FAC8;
    border-color: #feffb2;
}

.post-slide-content {
    padding: 20px 20px 10px;
}

.post-slide-content h4 {
    font-size: 25px;
    font-weight: 600;
    font-family: 'Source serif Pro';
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 260px;
    margin-top: 20px;
}

.post-slide-content h4 a {
    color: #171717;
}

.coderdevsbd-posts {
    display: flex;
    gap: 20px;
    scroll-behavior: smooth;
    overflow-x: scroll;
    padding-bottom: 70px;
}

.coderdevsbd-posts::-webkit-scrollbar {
    height: 8px;
}
.coderdevsbd-posts::-webkit-scrollbar-track, ::-webkit-scrollbar-thumb {
    background: #FCC33D;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.coderdevsbd-posts::-webkit-scrollbar-track {
    background: #FCC33D;
    max-width: 100% !important;
    margin-left:0;
    margin-right:10vw;
}
.coderdevsbd-posts::-webkit-scrollbar-thumb {
    background: #FC823D;
}

.coderdevsbd-blog-posts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}


/* Toggle tab CSS  */
.plan-toggle-wrap {
	text-align: center;
	padding: 10px;
    position:static;
    top:0;
}
.toggle-inner input {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4BC400;
  margin: 0;
  border-radius: 25px;
  right: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.custom-toggle {
  position: absolute;
  height: 25px;
  width: 25px;
  background-color: #4BC400;
  top: 4px;
  left: 5px;
  border-radius: 50%;
  transition: 300ms all;
}
.toggle-inner .t-month, .toggle-inner .t-year {
  position: absolute;
  left: -115px;
  top: 5px;
  color: #171717;
  transition: 300ms all;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Source Serif Pro';
}
.toggle-inner .t-year {
  left: unset;
  right: -85px;
  opacity: 0.5;
}
.active > .toggle-inner .t-month {
  opacity: 0.5;
}
.active > .toggle-inner .t-year {
  opacity: 1;
}
.toggle-inner input:checked + span {
  left: 43px;
}
.toggle-inner {
  width: 75px;
  margin: 0 auto;
  height: 35px;
  border: 1px solid #ffffff;
  background-color: #ABF37F;
  border-radius: 25px;
  position: relative;
}
.tab-content, .toggle-paragraph {
    width: 80%;
    margin: 0 auto;
}

#monthly {
    display: none;
}

.active > input:checked + #montly {
    display: block;
}

.tab-content .monthly-content {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
}

.tab-top-content {
    display: block !important;
    text-align: center;
    margin-bottom: 30px;
}

.tab-top-content h3, .tab-top-content h5 {
    color: #171717;
    font-family: 'Source Serif Pro';
}

.tab-top-content h3 {
    font-size: 56px;
    line-height: 61px;
    margin-top: 20px;
}

.tab-top-content h5 {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 15px;
}

.tab-top-content {
    color: #171717;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    font-family: 'Poppins';
}

.montly-content b {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Source Serif Pro';
    color: #171717;
    line-height: 26px;
    display: block;
}

.montly-content {
    font-size: 18px;
    font-family: 'Poppins';
    line-height: 27px;
    font-weight: 400;
}

.monthly-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

/* Testimonial css */
.coderdevsbd-testimonials .slick-slide {
    background: #fff;
    padding: 40px 30px;
    border-radius: 8px;
    margin-bottom: 15px;
    text-align: center;
    border-right: 5px solid #F8C554;
    border-bottom: 4px solid #F8C554;
}

.testi-single img {
    border-radius: 100%;
    margin: 0 auto;
}
.testi-single h3 {
    font-family: 'Source Serif Pro';
    font-size: 42px;
    font-weight: 600;
    color: #171717;
    line-height: 46px;
    margin-top: 20px;
}

.testi-single p {
    font-size: 24px;
    line-height: 36px;
    color: #171717;
    font-weight: 400;
    font-family: 'Poppins';
}

.coderdevsbd-testimonials .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: -30px;
    background: #fff;
    height: 60px;
    width: 60px;
    line-height: 65px;
    text-align: center;
    border-radius: 100%;
    color: #171717;
    font-size: 16px;
    font-family: 'Vesper Libre';
    font-weight: 700;
    transition: .3s ease-in-out;
    box-shadow: 1px 2px 0 0 #171717;
    border: 1px solid #171717;
    cursor: pointer;
    z-index: 5;
}

.coderdevsbd-testimonials .slick-arrow:hover {
    background: #F8C554;
}

.coderdevsbd-testimonials .slick-next.slick-arrow {
    left: auto;
    right: -30px;
}

.testis-wrap img.icons-header.clock {
    left: -150px;
    top: -60px;
}

.testis-wrap img.icons-header.sandglass {
    right: -100px;
    top: -80px;
}

.testis-wrap img.icons-header.fox {
    left: -120px;
    bottom: 40px;
    top: auto;
}

.testis-wrap img.icons-header.envelop-green {
    right: -85px;
    left: auto;
    top: auto;
    bottom: -15px;
}



@media (max-width: 1024px) {
    .coderdevsbd-blog-posts {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width:767px) {
    .coderdevsbd-blog-posts {
        grid-template-columns: 1fr;
    }

    img.icons-header {width: 40px !important;}
    .home-hero img.icons-header.sandglass {right: 40px !important;top: 15px !important;}
    .home-hero img.icons-header.clock {left: 0px !important;top: 25px !important;}
    .home-hero img.icons-header.clock {left: 0px !important;top: 25px !important;}
    .home-hero img.icons-header.envelop-green {bottom: 85px !important;left: 85px !important;}
    .home-hero img.icons-header.fox {
        right: 90px !important;
        top: 90px !important;
    }
    .home-tltr .greenarrow-small {
        top: 0 !important;
        left: 30px !important;
    }
    .home-tltr img.icons-header.comment {
        bottom: 0 !important;
        right: 30px !important;
    }
    .align-center {
        display: block !important;
    }
    .coderdevsbd-gallery img {
        height: auto;
        object-fit: contain;
    }
    .coderdevsbd-posts {
        padding-bottom: 15px;
    }
    .tab-top-content h3 {
        font-size: 32px;
        line-height: 35px;
    }
    .tab-top-content h5 {
        font-size: 24px;
        line-height: 28px;
    }
    .tab-content, .toggle-paragraph {
        width: 100%;
    }
    .tab-content .monthly-content {
        display: flex !important;
        overflow-x: scroll;
        scroll-behavior: smooth;
        gap: 50px;
        padding-left: 20px;
    }
    .monthly-inner {
        gap: 10px;
    }
    .monthly-inner img {
        width: 30px;
    }
    .montly-content {
        font-size: 16px;
        line-height: 24px;
    }
    .montly-content b {
        font-size: 18px;
    }
    .testi-single h3 {
        font-size: 30px;
        line-height: 35px;
    }
    .coderdevsbd-testimonials .slick-slide {
        padding: 25px 10px;
    }
    .testi-single p {
        font-size: 16px;
        line-height: 25px;
    }
    .coderdevsbd-testimonials .slick-arrow {
        height: 45px;
        width: 45px;
        line-height: 50px;
        font-size: 12px;
        left: -20px;
    }
    .coderdevsbd-testimonials .slick-next.slick-arrow {
        right: -20px;
    }
    .contact-hero-top .border-heading img {
        bottom: -10px;
        width: 190px;
        right: auto;
        left: 140px;
    }
    .contact-form img.icons-header.fox {
        left: 0 !important;
    }
    .contact-form img.icons-header.envelop-green {
        bottom: -55px !important;
    }
    .border-heading2 img {
        width: 115px !important;
    }
    .blog-page-heading .border-heading2 img {
        width: 100px;
        left: 0 !important;
    }
    .resource-page-heading .border-heading2 img {
        width: 140px !important;
        bottom: 0 !important;
    }
    .hwdi-hero .border-heading img {
        width: 190px !important;
        margin-top: 0px !important;
    }
}