@media (max-width: 1559px){
    .pi__box__content {
        display: none;
    }
}
@media (min-width: 1280px) and (max-width: 1700px) {
    .section-title.style-two h1 {
        font-size: 145px !important;
    }
}
@media (min-width: 991px) and (max-width: 1279px) {
    .section-title.style-two h1 {
        font-size: 100px !important;
    }
    .single_pricing {
    background: #121212;
    padding: 20px;
}
}
@media (max-width: 1280px){
    .pi__header__btn {
        display: none;
    }
}
/*------------------------------------------------- Laptop Screen ---------------------------------------------------*/
 @media (min-width: 1170px) and (max-width: 1366px) {
    .section-title.style-one h1 {
        font-size: 32px;
    }
    .blog-page-title h2 a {
        font-size: 18px;
    }
}
@media (max-width: 991px){
    .pi__breadcumb__title h2 {
        font-size: 24px;
    }
}
/* ------------------------------------------------- Old Desktop :992 ---------------------------------------------------*/
 @media (min-width: 992px) and (max-width: 1169px) {
    .slider-content h1 {
        line-height: 68px;
        font-size: 52px;
    }
    .section-title.style-one h1 {
        line-height: 47px;
        font-size: 36px;
    }
    .section-title.style-one p {
        font-size: 13px;
    }
    .featur ul li {
        font-size: 16px;
    }
    .blog-page-title h2 a {
        font-size: 15px;
        line-height: 24px;
    }


}
/* ------------------------------------------------- Tablet Screen : 768 ---------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
    .slider-content h1 {
        line-height: 55px;
        font-size: 45px;
    }
    .pi_slider_items .owl-prev {
        bottom: 363px;
        left: 22px;
    }
    .pi_slider_items .owl-next {
        right: 26px;
        bottom: 365px;
    }
    .section-title.style-one h1 {
        font-size: 34px;
    }
    .description p {
        font-size: 15px;
    }
    .pricing_title h3 {
        font-size: 17px;
    }
    .price_item_inner_center {
        font-size: 18px;
    }
    .price_item_inner_center::before {
        top: 36px;
    }
    .featur ul li {
        font-size: 12px;
    }
    .order_now a {
        padding: 8px 17px;
        font-size: 14px;
    }
    .section-title.style-one p {
        margin-top: 22px;
        font-size: 13px;
    }
    .icon-box-content h2 {
        font-size: 19px;
    }
    .description p {
        font-size: 13px;
    }
    .icon-box-icon i {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 25px;
    }
    
}
/* ------------------------------------------------- Small Mobile : 320 ---------------------------------------------------*/
@media (max-width: 767px) {
    .pi_slider_items .owl-nav {
        display: none;
    }
    .portfolio-meta-info ul {
        margin-top: 30px;
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }
    .my-accordion p {
        display: none;
        margin: 20px 10px 10px 0px;
        font-size: 16px;
        width: 100%;
    }
    .work_progress.style-four {
        width: 100%;
    }
}
/* ------------------------------------------------- Large Mobile :480px. ---------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 767px) {
    .slider-content h1 {
        line-height: 54px;
        font-size: 38px;
    }
    .section-title.style-one h1 {
        font-size: 36px;
    }

} 
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .section-title.style-one h1 {
        line-height: 46px;
        font-size: 30px;
    }
    .section-title.style-one p {
        font-size: 13px;
    }
    .slider-content p {
        font-size: 13px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .slider-content h1 {
        font-size: 29px;
    }
    .section-title.style-one h1 {
        font-size: 22px;
    }
    .icon-box-content h2 {
        font-size: 17px;
    }
    .icon-box-style-two:hover p {
        font-size: 11px;
    }
    .video-icon a {
        font-size: 19px;
        width: 80px;
        height: 80px;
        line-height: 84px;
    }
    .section-title.style-one h1 {
        line-height: 31px;
        font-size: 16px;
    }
    .price_item_inner_center {
        font-size: 15px;
        padding: 10px 14px 6px;
    }
    .price_item_inner_center::before {
        top: 48px;
        right: 0px;
    }
    .pi-team-content-two {
        padding: 16px 65px 18px 23px;
    }
    .section-title.style-one p {
        font-size: 12px;
    }
    .single_testimonial.default-style {
        padding: 40px 30px;
    }
    .blog-page-title h2 a {
        display: inline-block;
        font-size: 16px;
        font-weight: 700;
    }
    .my-accordion li a h4 {
        font-size: 18px;
        padding-right: 96px;
    }
    .my-accordion p {
        margin: 20px 10px 10px 0px;
        width: 100%;
    }
    .my-accordion li a::after {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .pureit-blog-meta-left {
        border-radius: 0 10px;
        font-size: 14px;
    }
    
}
