/* XXL: 1400px and up start*/
@media (min-width: 1400px) {
    .container {
        max-width: 1360px;
    }




}

/* XXL: 1400px and up end */

/* XL: 1200px - 1399.98px start*/
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .container {
        max-width: 1260px;
    }

     .ceramax-contact-hero {
        min-height: 510px;
    }

    .ceramax-contact-hero h1 {
        font-size: 62px;
    }

}

/* XL: 1200px - 1399.98px end*/

/* LG: 992px - 1199.98px start*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .container {
        max-width: 1260px;
    }

    .jp-about-section {
        padding: 60px 0;
    }

    .jp-about-wrapper {
        grid-template-columns: 48% 52%;
        min-height: 500px;
    }

    .jp-about-content {
        padding-right: 30px;
    }




    .Ceramax-testimonial-wrapper {
        grid-template-columns: 18% 64% 18%;
    }

    .Ceramax-testimonial-center {
        padding: 12px 55px 18px;
    }

    .Ceramax-testimonial-card {
        gap: 20px;
    }

    .Ceramax-testimonial-avatar {
        width: 100px;
        height: 100px;
    }

    .Ceramax-testimonial-user {
        flex-basis: 105px;
    }

       .ceramax-contact-hero {
        min-height: 500px;
    }

    .ceramax-contact-hero h1 {
        font-size: 54px;
    }

    .ceramax-contact-left,
    .ceramax-contact-form-wrapper {
        padding: 45px 35px;
    }

    .ceramax-contact-left h2 {
        font-size: 36px;
    }

    .ceramax-form-heading h3 {
        font-size: 28px;
    }
}

/* LG: 992px - 1199.98px end*/


/* MD: 768px - 991.98px start*/
@media (min-width: 768px) and (max-width: 991.98px) {

    .footer_navbar_fixed_div {
        display: block !important;
    }

    .desktop_fixed_btn {
        display: none !important;
    }


    .copy_right_section {
        padding: 18px 0px 120px 0px;
        text-align: center;

    }

    .mobile_view_header_div_main {
        display: block;
    }

    .header {
        display: none !important;
    }

    /* .hero-slider-left-side-content-div {
    position: absolute;
    top: 20%;
    left: 7%;
    transform: translateY(-50%);} */

    .hero-slider-section {
        padding: 0;
    }

    .hero-slider-left-side-content-div {
        position: absolute;
        top: 52%;
        left: 7%;
        transform: translateY(-50%);
        z-index: 10;
        max-width: 368px;
        padding: 0;
    }

    .a3d-header .navbar {
        padding: 0;
        min-height: 70px;

    }

    .a3d-header .navbar-brand img {
        height: 64px;
    }

    .jp-about-section {
        padding: 60px 0;
    }

    .jp-about-wrapper {
        grid-template-columns: 1fr;

        min-height: auto;
    }

    .jp-about-content {
        padding: 0;

        margin-bottom: 45px;
    }

    .Ceramax-feature-bar {
        padding: 12px 0;
    }

    .Ceramax-feature-item {
        min-height: 42px;
    }

    .Ceramax-collection-section {
        padding: 45px 0 55px;
    }



    .Ceramax-counter-row {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 25px;
    }

    .Ceramax-counter-item:nth-child(2)::after {
        display: none;
    }

    .Ceramax-why-section {
        padding: 60px 0;
    }

    .Ceramax-why-wrapper {
        grid-template-columns: 1fr;

        gap: 40px;
    }

    .Ceramax-why-content h2 {
        max-width: 650px;

        font-size: 40px;
    }

    .Ceramax-why-content p {
        max-width: 700px;
    }

       .Ceramax-testimonial-wrapper {
        grid-template-columns: 1fr;
    }

    .Ceramax-testimonial-side-image {
        display: none;
    }

    .Ceramax-testimonial-center {
        padding: 35px 70px;
    }

    .Ceramax-testimonial-arrow {
        top: 55%;
    }

      .Ceramax-blog-section {
        padding: 50px 0 40px;
    }

    .Ceramax-blog-heading {
        margin-bottom: 25px;
    }

    .Ceramax-blog-heading h2 {
        font-size: 29px;
    }

    .Ceramax-all-blogs {
        position: static;

        width: max-content;

        margin: 25px auto 0;

        border-radius: 4px;
    }
    .ceramax-contact-hero {
        min-height: 500px;
    }

    .ceramax-contact-hero h1 {
        font-size: 50px;
    }

    .ceramax-contact-hero-shape {
        height: 350px;
    }

    .ceramax-hero-ring.ring-one {
        width: 230px;
        height: 230px;
    }

    .ceramax-hero-ring.ring-two {
        width: 320px;
        height: 320px;
    }

    .ceramax-hero-contact-icon {
        width: 100px;
        height: 100px;
        font-size: 38px;
    }

    .ceramax-contact-left,
    .ceramax-contact-form-wrapper {
        padding: 45px 35px;
    }

    .ceramax-map-wrapper {
        height: 420px;
    }
}

/* MD: 768px - 991.98px end*/


/* SM: 576px - 767.98px start*/
@media (min-width: 576px) and (max-width: 767.98px) {

    .footer_navbar_fixed_div {
        display: block !important;
    }


    .desktop_fixed_btn {
        display: none !important;
    }


    .copy_right_section {
        padding: 18px 0px 120px 0px;
        text-align: center;

    }

    .slider_left_side_content_div {
        margin-bottom: 35px !important;
    }

    .mobile_view_header_div_main {
        display: block;
    }

    .header {
        display: none !important;
    }


    /* .hero-slider-left-side-content-div {
    position: absolute;
    top: 20%;
    left: 7%;
    transform: translateY(-50%);} */

    .hero-slider-section {
        padding: 0;
    }

    .hero-slider-left-side-content-div {
        position: absolute;
        top: 52%;
        left: 7%;
        transform: translateY(-50%);
        z-index: 10;
        max-width: 368px;
        padding: 0;
    }

    .a3d-header .navbar {
        padding: 0;
        min-height: 70px;

    }

    .a3d-header .navbar-brand img {
        height: 64px;

    }

    .desktop_fixed_btn {
        display: none;
    }

    .mobile_fixed_btn {
        display: block;
    }


    .jp-about-section {
        padding: 50px 0;
    }

    .jp-about-content {
        margin-bottom: 35px;
    }

    .jp-about-tag {
        gap: 10px;
        margin-bottom: 12px;
    }

    .jp-about-wrapper {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .collection-heading h2 {
        margin: 0;
        color: var(--theme-color6);
        font-size: 34px;
    }




    .Ceramax-why-section {
        padding: 50px 0;
    }

    .Ceramax-why-wrapper {
        gap: 35px;
        display: flex;
    flex-direction: column;
    }

    .Ceramax-why-content h2 {
        font-size: 34px;

        letter-spacing: -.5px;
    }

    .Ceramax-why-features {
        grid-template-columns: 1fr;
        gap: 12px;}

    .Ceramax-why-card {
        min-height: 185px;

        padding: 20px 17px;
    }



    .Ceramax-why-icon {
        width: 42px;
        height: 42px;

        margin-bottom: 14px;
    }

    .Ceramax-why-icon i {
        font-size: 17px;
    }



    .Ceramax-why-number {
        font-size: 30px;
    }

    .Ceramax-testimonial-title h3 {
        font-size: 25px;
    }

    .Ceramax-testimonial-content p{
        font-size: 10px;
    }

   .Ceramax-testimonial-bottom strong{
    font-size: 8px;
   }

    .Ceramax-testimonial-card {

    min-height: 255px;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    text-align: center;

    gap: 14px;
    padding: 25px 30px;
}

 .slider_section2 {
        display: none !important;
    }


   .mobile_slider_section {
        display: block !important;
    }

      .ceramax-contact-hero {
        min-height: auto;
    }

    .ceramax-contact-hero-content {
        padding: 65px 0 35px;
    }

    .ceramax-contact-hero h1 {
        font-size: 44px;
        letter-spacing: -1px;
    }

    .ceramax-contact-hero p {
        font-size: 14px;
    }

    .ceramax-contact-hero-bottom {
        gap: 20px;
        flex-wrap: wrap;
    }

    .ceramax-contact-hero-shape {
        height: 250px;
    }

    .ceramax-hero-ring.ring-one {
        width: 180px;
        height: 180px;
    }

    .ceramax-hero-ring.ring-two {
        width: 260px;
        height: 260px;
    }

    .ceramax-hero-contact-icon {
        width: 85px;
        height: 85px;
        font-size: 32px;
    }

    .ceramax-contact-info-section,
    .ceramax-main-contact {
        padding: 65px 0;
    }

    .ceramax-section-heading h2 {
        font-size: 34px;
    }

    .ceramax-contact-left,
    .ceramax-contact-form-wrapper {
        padding: 40px 30px;
    }

    .ceramax-map-wrapper {
        height: 400px;
    }

    .ceramax-cta-content h2 {
        font-size: 31px;
    }

    .ceramax-contact-cta .text-lg-end {
        text-align: left !important;
        margin-top: 25px;
    }

}

/* SM: 576px - 767.98px end*/

/* XS: <576px start*/
@media (max-width: 575.98px) {

 .slider_section2 {
        display: none !important;
    }

   .mobile_slider_section {
        display: block !important;
    }
    .why_choose_us_list_main_div {
        padding-left: unset !important;
    }

    .footer_navbar_fixed_div {
        display: block !important;
    }


    .desktop_fixed_btn {
        display: none !important;
    }


    .copy_right_section {
        padding: 18px 0px 120px 0px;
        text-align: center;

    }

    .whatis_content_div {
        max-height: unset !important;
    }


    .main_product_data_div {
        max-height: unset !important;
    }

    .slider_left_side_content_div {
        padding: 50px 0px 0px 0px !important;
    }

    .slider_btns>a {
        width: 100% !important;
        margin: 10px 0px !important;
    }

    .order_sld1 {
        order: 1 !important;
    }

    .order_sld2 {
        order: 2 !important;
    }

    .counter_main_div_flex {
        justify-content: start !important;
    }

    .diy_feature_item {
        width: calc(100% - 13px) !important;
    }


    .blog_item_main_div {
        flex-direction: column-reverse !important;
    }

    .blog_content_div {
        width: 90%;
        padding: 25px 35px !important;
    }

    .blog_image_div {
        width: 100%;
        height: 250px;
    }

    .title_blogs_div>h4 {
        font-size: 30px;
        line-height: 42px;
    }

    .blog_content_div>h3 {
        font-size: 22px;
        line-height: 34px;
    }

    .slider_left_side_content_div {
        margin-bottom: 35px !important;
    }

    .mobile_view_header_div_main {
        display: block;
    }

    .header {
        display: none !important;
    }

    .why_choose_us_list_main_div::before {

        left: 94px;
    }


    .testimonial-section {
        background-image: none !important;
        background-color: #fff !important;
    }


    .testimonial-section .testimonial-content p {
        max-width: 100% !important;
    }

    .hero-slider-section {
        padding: 0;
    }

    .hero-slider-left-side-content-div {
        position: absolute;
        top: 52%;
        left: 7%;
        transform: translateY(-50%);
        z-index: 10;
        max-width: 368px;
        padding: 0;
    }

    .hero-enquiry-btn a {
        padding: 10px 20px;
        font-size: 12px;
        font-weight: 500;
    }



    .a3d-header .navbar {
        padding: 0;
        min-height: 70px;
    }

    .a3d-header .navbar-brand img {
        height: 64px;
    }

    .jp-about-section {
        padding: 10px 0;
    }



    .Ceramax-feature-bar {
        padding: 9px 0;
    }

    .CeramaxFeatureSwiper {
        width: 100%;
    }

    .CeramaxFeatureSwiper .swiper-slide {
        width: 100%;
    }

    .Ceramax-feature-item {
        min-height: 42px;

        justify-content: center;

        gap: 8px;
    }

    .Ceramax-feature-item::after {
        display: none;
    }

    .Ceramax-feature-icon {
        width: 28px;
        height: 28px;

        font-size: 19px;
    }

    .jp-about-wrapper {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .collection-heading h2 {
        margin: 0;
        color: var(--theme-color6);
        font-size: 34px;
    }

    .Ceramax-counter-section {
        padding: 40px 0;
    }

    .Ceramax-counter-row {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 20px;
    }

    .Ceramax-counter-item {
        padding: 10px;
    }

    .Ceramax-counter-item h3 {
        font-size: 27px;
    }

    .Ceramax-counter-icon {
        width: 42px;
        height: 42px;
    }

    .Ceramax-why-section {
        padding: 45px 0;
    }

    .Ceramax-why-content h2 {
        font-size: 29px;
    }

    .Ceramax-section-tag span {
        font-size: 10px;
    }

    .Ceramax-section-tag i {
        width: 45px;
    }

    .Ceramax-why-features {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .Ceramax-why-card {
        min-height: auto;

        padding: 20px;
    }

    .Ceramax-why-card p {
        max-width: 450px;
    }

.Ceramax-testimonial-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    min-height: auto;
}

.Ceramax-testimonial-side-image {
    display: none;
}

.Ceramax-testimonial-center {
    width: 100%;
    min-width: 0;
    padding: 30px 15px;
}

.Ceramax-testimonial-title {
    margin-bottom: 18px;
}

.Ceramax-testimonial-title h3 {
    font-size: 25px;
}

.Ceramax-testimonial-title-line {
    width: 55px;
}

.Ceramax-testimonial-card {

    min-height: 270px;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    text-align: center;

    gap: 14px;
    padding: 25px 30px;
}

.Ceramax-testimonial-user {
    flex: 0 0 auto;
}

.Ceramax-testimonial-avatar {
    width: 85px;
    height: 85px;
}

.Ceramax-testimonial-content {
    width: 100%;
    min-width: 0;
}

.Ceramax-testimonial-content p {
    max-width: 350px;
    width: 100%;
    font-size: 11px;
    line-height: 1.7;
    margin: 0 auto 15px;
    text-align: center;
}

.Ceramax-testimonial-bottom {
    width: 100%;

    justify-content: center;
    flex-direction: column;

    gap: 7px;
}

.Ceramax-testimonial-arrow {
    width: 30px;
    height: 30px;
    top: 55%;
}

.Ceramax-testimonial-center .testimonial-prev {
    left: 8px;
}

.Ceramax-testimonial-center .testimonial-next {
    right: 8px;
}

      .Ceramax-why-wrapper {
        grid-template-columns: 1fr;
        gap: 35px;
    }

      .Ceramax-blog-section {
        padding: 40px 0;
    }

    .Ceramax-blog-heading {
        margin-bottom: 22px;
    }

    .Ceramax-blog-heading h2 {
        font-size: 26px;
    }

    .Ceramax-blog-heading>span {
        font-size: 10px;
    }

    .Ceramax-blog-content {
        padding: 12px 14px;
    }

    .ceramax-contact-hero {
        min-height: auto;
    }

    .ceramax-contact-hero-content {
        padding: 55px 15px 25px;
    }

    .ceramax-contact-badge {
        font-size: 9px;
        letter-spacing: 2px;
    }

    .ceramax-contact-hero h1 {
        font-size: 38px;
        letter-spacing: -1px;
        line-height: 1.1;
    }

    .ceramax-contact-hero p {
        font-size: 13px;
        line-height: 1.7;
    }

    .ceramax-contact-hero-bottom {
        display: block;
        margin-top: 28px;
    }

    .ceramax-primary-btn {
        width: 100%;
        justify-content: space-between;
    }

    .ceramax-contact-direct {
        margin-top: 20px;
    }

    .ceramax-contact-hero-shape {
        height: 220px;
    }

    .ceramax-hero-ring.ring-one {
        width: 160px;
        height: 160px;
    }

    .ceramax-hero-ring.ring-two {
        width: 220px;
        height: 220px;
    }

    .ceramax-hero-contact-icon {
        width: 75px;
        height: 75px;
        font-size: 28px;
    }

    .ceramax-contact-info-section {
        padding: 45px 0;
    }

    .ceramax-section-heading {
        margin-bottom: 30px;
    }

    .ceramax-section-heading h2 {
        font-size: 30px;
    }

    .ceramax-section-heading p {
        padding: 0 10px;
        font-size: 12px;
        line-height: 1.7;
    }

    .ceramax-contact-info-card {
        min-height: 180px;
        padding: 25px 20px;
    }

    .ceramax-info-icon {
        width: 48px;
        height: 48px;
        flex: 0 0 48px;
    }

    .ceramax-info-content h4 {
        font-size: 17px;
    }

    .ceramax-main-contact {
        padding: 55px 0;
    }

    .ceramax-contact-left {
        padding: 38px 25px;
    }

    .ceramax-contact-left h2 {
        font-size: 34px;
    }

    .ceramax-contact-left>p {
        font-size: 12px;
    }

    .ceramax-contact-form-wrapper {
        padding: 38px 20px;
    }

    .ceramax-form-heading h3 {
        font-size: 27px;
    }

    .ceramax-input-group {
        margin-bottom: 16px;
    }

    .ceramax-map-wrapper {
        height: 390px;
    }

    .ceramax-map-card {
        left: 15px;
        right: 15px;
        bottom: 20px;
        max-width: none;
        padding: 20px;
    }

    .ceramax-contact-cta {
        padding: 50px 0;
    }

    .ceramax-cta-content h2 {
        font-size: 29px;
        line-height: 1.2;
    }

    .ceramax-cta-btn {
        width: 100%;
        justify-content: space-between;
        margin-top: 25px;
    }
}

/* XS: <576px end*/
