/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1600px) {

    .banner-title h1 {
        width: 62%;
    }

    .about-lists {
        gap: 28px;
    }

    .blog-box-content {
        padding: 28px;
    }

    .banner-desc p {
        width: 44%;
    }

    .about-thumb img {
        margin-left: -16rem;
    }

    .about-desc p {
        margin: 10px 0;
        width: 90%;
    }

    .service-single-box {
        padding: 40px 24px;
    }

    .pricing-desc p {
        width: 76%;
    }

    .pricing-list {
        padding: 16px 0px 30px 70px;
    }

    .blog-box-title a {
        width: 100%;
    }

    .blog-box-desc p {
        width: 100%;
    }
    
    .contact-thumb img {
        margin-left: -12rem;
    }
    

    /* Homepage Two */

    
    section.banner-section.style-two .banner-desc p {
        width: 100%;
    }

    section.about-section.style-two .about-thumb img {
        margin-left: -11rem;
    }

    /* Blog Inner Page */

    .blog-inner-box-title h3 {
        font-size: 20px;
    }


    /* About Inner Page */

    section.about-section.style-5 .about-thumb img {
        margin-left: -5rem;
    }

    /* Blog Details Inner Page */

    .post-title h5 {
        font-size: 14px;
    }

    /* Homepage Three */

    section.about-section.style-3 .about-thumb img {
        margin-left: -6rem;
    }


    /* Homepage Four */

    .about-details-thumb img {
        margin-left: -20rem;
    }


    /* Portfolio Details Inner Page */

    .portfolio-related-title h1 {
        font-size: 32px;

    }

    /* Contact Inner Page */

    .contact-inner-shape2 {
        right: -9rem;
    }

    .contact-inner-shape {
        position: absolute;
        bottom: -16px;
        right: -82px;
        z-index: -1;
        top: inherit;
        left: inherit;
    }




}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199px) {

    /*Homepage One
    ===================*/

    .sticky nav.header-menu ul li {
        padding: 22px 0 12px 35px;
    }

    nav.header-menu ul li {
        padding: 32px 0 32px 42px;
    }

    .banner-title h1 {
        width: 88%;
    }

    .banner-desc p {
        width: 60%;
    }

    .about-thumb img {
        margin-left: 0;
        width: 100%;
    }

    .about-section .allentix-section-title h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .about-desc p {
        width: 90%;
    }

    .about-lists {
        gap: 0px;
        flex-direction: column;
    }

    .service-single-box {
        padding: 30px 10px;
    }

    .service-box-title h5 {
        font-size: 20px;
    }

    .pricing-desc p {
        width: 80%;
    }

    .pricing-list {
        padding: 16px 0px 30px 30px;
    }

    .blog-box-title a {
        font-size: 18px;
    }

    .blog-box-content {
        padding: 28px 22px;
    }

    .blog-box-desc p {
        transition: .5s;
        margin-bottom: 26px;
        width: 90%;
    }

    .contact-thumb img {
        margin-left: 0;
        width: 100%;
    }

    .contact-section .allentix-section-title h1 {
        font-size: 34px;
    }

    .footer-social-link li {
        margin: 0;
    }

    /* Homepage Two  */

    section.banner-section.style-two .banner-title h1 {
        font-size: 48px;
        line-height: 60px;
    }

    .banner-thumb img {
        margin-left: 0;
        width: 100%;
    }

    section.about-section.style-two .about-thumb img {
        margin-left: 0;
        width: 100%;
    }

    .about-item-desc p {
        width: 66%;
    }

    /* About Inner Page */

    section.about-section.style-5 .about-thumb img {
        margin-left: 0;
    }

    /* Blog Details Inner Page */

    .recent-post-icon {
        margin-right: 10px;
    }

    .post-title h5 {
        font-size: 12px;
        line-height: 20px;
    }

    /* Blog Inner Page */

    .blog-inner-content {
        padding: 20px;
    }

    .blog-inner-box-title h3 {
        font-size: 16px;
    }

    .blog-inner-box-desc p {
        font-size: 13px;
    }

    /* Contact Inner Page */

    .contact-inner-shape2 {
        top: -2rem;
        right: -2rem;
    }

    .contact-inner-shape {
        position: absolute;
        bottom: -16px;
        right: -82px;
        z-index: -1;
        top: inherit;
        left: inherit;
    }

    /* Faq Inner Page */

    .accordion-title {
        font-size: 15px;
    }

    /* Pricing Inner Page */

    .pricing-inner-box-bottom {
        padding: 22px;
    }

    /* Shop Details Inner Page */

    .shop-details-title h2 {
        font-size: 26px;
    }

}


/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {

    header.header-manu-section {
        display: none;
    }

    .sticky {
        position: relative !important;
    }
  

    section.banner-section {
        height: 750px;
    }
    

    .banner-title h1 {
        font-size: 50px;
        width: 76%;
        line-height: 60px;
    }
    
    .banner-desc p {
        width: 80%;
    }

    .about-thumb img {
        margin-left: 0;
        width: 100%;
        margin-bottom: 3rem;
    }

    .pricing-list {
        padding: 16px 0px 30px 50px;
    }

    .pricing-desc p {
        width: 70%;
    }

    .blog-box-content {
        padding: 28px 22px;
    }

    .blog-box-title a {
        font-size: 18px;
    }

    .contact-thumb img {
        margin-left: 0;
        margin-bottom: 3rem;
    }

    

    /*Homepage Two
    ==============*/

    .banner-thumb img {
        margin-left: 0;
        margin-top: 3rem;
    }

    section.banner-section.style-two {
        height: 75rem;
    }

    section.about-section.style-two .about-thumb img {
        margin-left: 0;
        width: 100%;
    }

    section.about-section.style-two .allentix-section-title h1 {
        width: 76%;
    }

    /* About Inner Page */

    section.about-section.style-5 .about-thumb img {
        margin-left: 0;
    }

    /* Blog Details Inner Page */

    .blog-deteils-post-title h1 {
        font-size: 24px;
    }

       /* Blog Inner Page */

       .blog-inner-content {
        padding: 20px;
    }

    .blog-inner-box-title h3 {
        font-size: 20px;
    }

    .blog-inner-box-desc p {
        font-size: 14px;
    }

    .blog-inner-single-box {
        margin-bottom: 110px;
    }

    .blog-btn {
        margin-top: -0.8em;
    }

    /* Cart Inner Page */

    .button.c_button {
        font-size: 13px;
        padding: 10px 20px;
    }

    .single-dis .button.c_button span {
        font-size: 14px;
    }

    /* Contact Inner Page */

    .contact-inner-shape2 {
        right: -1rem;
    }


    /* Portfolio Details Inner Page */

    .portfolio-related-thumb {
        margin-bottom: 30px;
    }

    /* Shop Details Innner Page */

    .thumb-tabs {
        margin-bottom: 30px;
    }



    

}

/* Large Mobile :600px. */
@media only screen and (min-width: 600px) and (max-width: 767px) {

    header.header-manu-section {
        display: none;
    }

    .sticky {
        position: relative !important;
    }
  

    section.banner-section {
        height: 650px;
    }

    .banner-title h1 {
        font-size: 38px;
        line-height: 52px;
        width: 80%;
    }

    .banner-desc p {
        width: 80%;
    }

    .about-thumb img {
        margin-left: 0;
        width: 100%;
        margin-bottom: 3rem;
    }

    .allentix-section-title h1 {
        font-size: 36px;
    }

    .about-lists {
        gap: 0;
        flex-direction: column;
    }

    section.portfolio-section .allentix-section-title h1 {
        font-size: 30px;
        width: 100%;
    }

    .blog-box-desc p {
        width: 88%;
    }

    .contact-thumb img {
        margin-left: 0;
        width: 100%;
        margin-bottom: 30px;
    }

    .footer-bottom-desc p {
        margin: 20px 0;
    }

    .footer-bottom-link {
        text-align: left;
    }

    .footer-bottom-link li {
        margin: 0 35px 30px 0;
    }

    /*Homepage Two
    ===================*/

    .banner-section.style-two {
        height: 72rem;
    }

    section.banner-section.style-two .banner-title h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .banner-thumb img {
        margin-left: 0;
        width: 100%;
        margin-top: 3rem;
    }

    section.about-section.style-two .about-thumb img {
        margin-left: 0;
        width: 100%;
    }


    /* Hommepage Three */

    .about-section.style-two.style-3 .allentix-section-title h1 {
        width: 82%;
        font-size: 30px;
        line-height: 40px;
    }


    /* Shop Inner Page */

    .shop-inner-box-thumb::before {
        border-radius: 55px;
    }

    /* About Inner Page */

    section.about-section.style-5 .about-thumb img {
        margin-left: 0;
    }


    /* Blog Details Inner Page */

    .blog-deteils-post-title h1 {
        font-size: 22px;
    }

    /* Blog Inner Page */

    .blog-inner-single-box {
        margin-bottom: 110px;
    }

    .blog-btn {
        margin-top: -0.8em;
    }

    /* Cart Inner Page */

    .c-price {
        font-size: 14px;
    }

    .c-name a {
        font-size: 14px;
        line-height: 22px;
    }

    .button.c_button {
        margin-right: 15px;
    }

    
    /* Contact Inner Page */

    .contact-inner-shape2 {
        right: -2rem;
    }

    /* Faq Inner Page */

    .accordion-title {
        font-size: 15px;
    }

    /* Portfolio Details Inner Page */

    .portfolio-info-title h1 {
        font-size: 28px;
    }

    .portfolio-related-thumb {
        margin-top: 30px;
    }
    

    /* SHop Details Inner Page */

    .info-tab-btn button {
        padding: 14px 26px;
    }


}

/* small mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 599px) {

    header.header-manu-section {
        display: none;
    }

    .sticky {
        position: relative !important;
    }
  
    .banner-title h1 {
        font-size: 33px;
        line-height: 40px;
        width: 80%;
    }

    section.banner-section {
        height: 650px;
    }

    .about-thumb img {
        margin-left: 0;
        width: 100%;
        margin-bottom: 30px;
    }

    .banner-desc p {
        width: 86%;
    }

    section.about-section .allentix-section-title h1 {
        font-size: 32px;
    }

    .about-desc p {
        margin: 10px 0;
        width: 90%;
    }

    .about-lists {
        gap: 0;
        flex-direction: column;
    }

    .allentix-section-title h1 {
        font-size: 34px;
    }
   

    .contact-thumb img {
        margin-left: 0;
        width: 100%;
        margin-bottom: 3rem;
    }

    .footer-bottom-desc p {
        margin: 20px 0;
    }

    .footer-bottom-link {
        text-align: left;
    }

    .footer-bottom-link li {
        margin: 0 35px 30px 0;
    }

    /*Homepage Two
    ===================*/

    .banner-section.style-two {
        height: 60rem;
    }

    section.banner-section.style-two .banner-title h1 {
        font-size: 42px;
        line-height: 50px;
    }

    .banner-thumb img {
        margin-left: 0;
        width: 100%;
        margin-top: 3rem;
    }

    section.about-section.style-two .about-thumb img {
        margin-left: 0;
    }

    /* Shop Inner Page */

    .shop-inner-box-thumb::before {
        border-radius: 48px;
    }

    /* About Inner Page */

    section.about-section.style-5 .about-thumb img {
        margin-left: 0;
    }


    /* Blog Details Inner Page */

    .blog-deteils-content-top {
        gap: 3px;
    }

    .blog-deteils-content-top h6 {
        font-size: 14px;
    }

    .blog-deteils-post-title h1 {
        font-size: 22px;
    }

    /* Blog Inner Page */

    .blog-inner-single-box {
        margin-bottom: 110px;
    }

    .blog-btn {
        margin-top: -0.8em;
    }

    /* Cart Inner Page */

    .c-img img {
        width: 80px;
    }

    .table > :not(caption) > * > * {
        padding: .2rem .2rem;
    }

    .c-price {
        font-size: 14px;
    }

    .button.c_button {
        padding: 10px 20px;
    }

    /* Faq Inner Page */

    .accordion-title {
        font-size: 15px;
    }

    /* Portfolio Details Inner Page */

    .portfolio-info {
        padding: 38px 30px;
    }

    .portfolio-info-title h1 {
        font-size: 28px;
    }

    .portfolio-strategy {
        padding: 30px 30px;
    }

    .portfolio-strategy-title h1 {
        font-size: 28px;
    }

    .portfolio-related-thumb {
        margin-top: 30px;
    }

    /* Shop Details Inner Page */

    .shop-details-title h2 {
        font-size: 26px;
        margin-top: 30px;
    }

    .info-tab-btn button {
        padding: 14px 16px;
    }

    .profile-name {
        gap: 30px;
    }

}

/* small mobile :320px. */
@media only screen and (min-width: 320px) and (max-width: 479px) {

    header.header-manu-section {
        display: none;
    }

    .sticky {
        position: relative !important;
    }

    section.banner-section {
        height: 550px;
    }

    .banner-title h1 {
        font-size: 30px;
        line-height: 40px;
        width: 80%;
    }

    .banner-desc p {
        width: 100%;
    }

    .about-thumb img {
        margin-left: 0;
        width: 100%;
        margin-bottom: 30px;
    }

    .allentix-section-title h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .about-lists {
        gap: 0;
        flex-direction: column;
    }

    section.service-section .allentix-section-title h1 {
        font-size: 22px;
    }

    .pricing-desc p {
        width: 100%;
    }

    .pricing-list {
        padding: 16px 0px 30px 30px;
    }

    .blog-box-content {
        padding: 28px 22px;
    }

    .blog-box-title a {
        font-size: 16px;
    }

    .blog-box-desc p {
        width: 90%;
    }

    .contact-thumb img {
        margin-left: 0;
        width: 100%;
        margin-bottom: 30px;
    }

    .footer-bottom-desc p {
        margin: 20px 0;
    }

    .footer-bottom-link {
        text-align: left;
    }

    .footer-bottom-link li {
        margin: 0 35px 30px 0;
    }

    
    /*Homepage Two
    ===================*/

    .banner-section.style-two {
        height: 52rem;
    }

    section.banner-section.style-two .banner-title h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .banner-thumb img {
        margin-left: 0;
        width: 100%;
        margin-top: 3rem;
    }

    section.about-section.style-two .about-thumb img {
        margin-left: 0;
    }

    .about-item-desc p {
        width: 90%;
    }

    /* Homepage Three */

    .banner-play-btn a {
        margin-top: 36px;
        padding-left: 80px;
    }

    .banner-play-btn i {
        left: 0;
    }

    section.about-section.style-two .allentix-section-title h1 {
        font-size: 18px;
        line-height: 28px;
    }

    /* Shop Inner Page */

    .banner-inner-title h1 {
        font-size: 58px;
    }

    /* About Inner Page */

    section.about-section.style-5 .about-thumb img {
        margin-left: 0;
    }

    .testimonial-box {
        padding: 40px 32px 34px;
    }

    /* Blog Details Inner Page */

    .blog-deteils-content-top {
        align-items: first baseline;
        gap: 0;
        flex-direction: column;
    }

    .blog-deteils-post-title h1 {
        font-size: 17px;
    }

    .recent-post-icon {
        margin-right: 10px;
    }

    .post-title h5 {
        font-size: 12px;
    }


     /* Blog Inner Page */

     .blog-inner-content {
        padding: 10px;
    }

    .blog-inner-box-title h3 {
        font-size: 18px;
    }

    .blog-inner-box-desc p {
        font-size: 14px;
    }

    .blog-inner-single-box {
        margin-bottom: 110px;
    }

    .blog-btn {
        margin-top: -0.8em;
    }

    /* Cart Inner Page */

    .banner-inner-title h1 {
        font-size: 40px;
    }

    .area-title.bdr h2 {
        font-size: 35px;
    }

    .c-img img {
        width: 60px;
    }

    .table > :not(caption) > * > * {
        padding: .2rem .2rem;
    }

    .c-price {
        font-size: 10px;
    }

    .c-qty span {
        height: 28px;
        line-height: 28px;
        width: 20px;
    }

    .table.table-bordered tr {
        font-size: 10px;
        line-height: 20px;
    }

    .c-name span {
        font-size: 7px;
        line-height: 18px;
    }

    .button.c_button {
        font-size: 16px;
        padding: 10px 20px;
    }


    /* Contact Inner Page */

    section.contact-section.style-two .contact-content {
        padding: 36px 32px;
    }

    .contact-section.style-two .form-middle {
        gap: 0;
        flex-direction: column;
    }

    /* Faq Inner Page */

    .accordion-title {
        font-size: 16px;
    }


    /* Portfolio Details Inner Page */

    .banner-inner-title h1 {
        font-size: 34px;
    }

    .banner-inner-link a {
        font-size: 18px;
    }

    .portfolio-info {
        padding: 28px 20px;
    }

    .portfolio-info-title h1 {
        font-size: 18px;
    }

    .portfolio-info-details h6 {
        font-size: 16px;
    }

    .portfolio-info-details span {
        font-size: 13px;
    }

    .portfolio-info-share ul li {
        margin: 0 0px;
    }

    .portfolio-strategy {
        padding: 30px 20px;
    }

    .portfolio-strategy-title h1 {
        font-size: 22px;
    }

    .portfolio-strategy-desc p {
        font-size: 14px;
    }

    .portfolio-related-title h1 {
        font-size: 24px;
    }

    .portfolio-related-thumb {
        margin-top: 30px;
    }

    /* Pricing Inner Page */

    .pricing-inner-box-bottom {
        padding: 22px;
    }

    /* Shop Details Inner Page */

    .shop-details-title h2 {
        font-size: 26px;
        margin-top: 30px;
    }

    .info-tab-btn button {
        padding: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
    }

    .shop-review {
        flex-direction: column;
    }

    .profile-name {
        gap: 30px;
    }

    td.table_title {
        width: 144px;
        padding: 0 20px;
    }

    .shop-related-title h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }

}

