*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* buy merv 8 title section */

.msjk-title-container{
    padding: 0px 16px;
    margin-bottom: 60px;
}

.fcontainer {
    padding-top: 14px !important;
}


.fsection-para{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000A6; 
    max-width: 930px; 
    text-transform: capitalize;
}

@media screen and (min-width: 933px) {
    .fcontainer {
        width: 80% !important;
        margin: 0px 0px 0px 60px !important;

    }
}

@media(max-width:576px){
    .msjk-title-container {
        padding: 0px 6px;
    }
}
/* buy merv 8 title section */

/* Choose Your MERV 8 Filters Size section */

.msjk-tabcontainer {
    margin-bottom: 85px;
}

.msjk-choose-merv-heading{
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    color: #000000E5;
    padding: 0px 16px;
    margin-bottom: 12px !important;
}

.msjk-tab {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    padding: 0px 16px;
    cursor: pointer;
}

.msjk-tab p {
    margin-bottom: 0;
    font-family: "Open Sans","Averia Libre", system-ui;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    background: #39B448A6;
    color: #ffffff;
    /* text-transform: uppercase; */
    padding: 10px 10px;
}

.msjk-tabcontent {
    display: none;
}

.msjk-active-tab {
    display: block;
}

.msjk-tab .msjk-active {
    background: #39B448;
}

.msjk-tabcontent-whole-container{
    background-color: #F2F2F2;
    padding: 20px 25px 50px;
}
.msjk-tabcontent-whole-block{
    background-color: #ffffff;
    padding: 20px 20px;
    max-width: 800px;
}
.msjk-grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto;
    padding: 10px;
    max-width: 820px;
  }
  .msjk-grid-item {
    background-color: #ffffff;
    border-right: 0.7px solid #0000001A;
    border-bottom:0.7px solid #0000001A ;
    padding: 8px;
    font-size: 16px;
    text-align: center;
  }

  .msjk-grid-item a{
    
    color: #000000A6;
    text-decoration: none;
  }

  .msjk-grid-filter-size{
    display: flex;
    gap: 12px;
  }

  .msjk-grid-filter-size img{
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #000000A6;
  }

  .msjk-grid-filter-size p{
    display: flex;
    gap: 12px;
  }

@media(max-width: 992px){
    .msjk-grid-container {
        grid-template-columns: auto auto auto ;
    }
}

@media(max-width: 768px){
    .msjk-grid-container {
        grid-template-columns: auto auto;
    }

    .msjk-tabcontainer {
        margin-bottom: 60px;
    }
}

@media(max-width: 576px){
    .msjk-tabcontent-whole-block {
        padding: 10px 10px;
    }

    .msjk-tabcontent-whole-container {
        padding: 20px 10px;
    }
}

/* Choose Your MERV 8 Filters Size section ends*/


/* Where Can You Use MERV 8 Filters */
.msjk-where-use-container-whole{
    margin-bottom: 85px;
}

.msjk-where-use-heading{
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    padding: 0px 16px;
    text-align: center;
    color: #0A60C5;
    margin-bottom: 40px !important;
}

.msjk-where-use-container{
    padding: 0px 6px;
    display: flex;
    flex-wrap: wrap;
}

.msjk-where-use-single-section{
    width: 20%;
    padding: 4px 10px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    margin-bottom: 10px;
}

.msjk-where-use-image{
    height: 80px;
    width: 80px;
    background-color:#39B448 ;
    border-radius:8px ;
    position: relative;
}

.msjk-where-use-image img{
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.msjk-where-use-p{
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    color: #000000CC;

}

@media(max-width:992px){
    
.msjk-where-use-single-section{
    width: 25%;
}
    .msjk-where-use-image{
        height: 60px;
        width: 60px;
    }
    .msjk-where-use-image img{
        height: 20px;
        width: 20px;
    }
}

@media(max-width:768px){
    .msjk-where-use-image{
        height: 40px;
        width: 40px;
    }
    .msjk-where-use-image img{
        height: 20px;
        width: 20px;
    }

    .msjk-where-use-p {
        font-size: 14px;
    }

    .msjk-where-use-container-whole{
        margin-bottom: 60px;
    }
}

@media(max-width:576px){
    .msjk-where-use-single-section{
        width: 33.33%;
    }
}
/* Where Can You Use MERV 8 Filters ends */

/* Our Other MERV Rating Filters */
.msjk-other-rating-filter-container{
    margin-bottom: 50px;

}
.otherratingfilter-p{
    font-family: 'Open Sans',sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    color: #0A60C5;
    padding: 0px 16px;
    text-transform: capitalize;
}
.ac-shop-by-size-section {
    max-width: 1200px;
    margin: auto;
    width: 100%;
}

.ac-shop-by-container {
    margin: 36px 0px;
}

.ac-shop-by-container-wrapper {
    margin-bottom: 36px;
}

.ac-shop-by-card-container {
    padding: 0px 6px;
    margin-top: 30px;
}

.ac-shop-by-title {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    color: #005fc9;
    padding-bottom: 16px;
    text-align: center;
}

.ac-shop-by-text {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.3;
    text-align: center;
    color: #000000cc;
    width: 70%;
    margin: auto;
}

.ac-shop-by-card-container {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    flex-wrap: wrap;
}

.ac-shop-by-card {
    width: calc(20% - 20px);
    margin: 10px;
    /* width: 216px;
margin: 0px 12px; */
    min-height: auto;
}

.ac-shop-by-card-wrapper a {
    text-decoration: none;
}

.ac-shop-by-card-image {
    width: 100%;
    height: auto;
    /* height: 216px; */
}

.ac-shop-by-card-image img {
    width: 100%;
    height: auto;
    border: 2px solid transparent;
}

.ac-shop-by-card-name {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.3;
    text-align: center;
    color: #000000;
    padding: 0 10px;
}

@media (max-width: 1024px) {
    .ac-shop-by-card {
        width: calc(25% - 20px);
    }
}

@media (max-width: 992px) {
    .ac-shop-by-card {
        width: calc(33.33% - 20px);
    }

    .ac-shop-by-text {
        width: 80%;
    }
}

@media (max-width: 768px) {
    .ac-shop-by-card {
        width: calc(50% - 20px);
    }

    .ac-shop-by-text {
        width: 85%;
    }
}

@media (max-width: 480px) {
    .ac-shop-by-card {
        width: calc(50% - 20px);
    }
}
/* Our Other MERV Rating Filters ends */

/* Benefits of MERV 8 AC Filter & Furnace Filter */
.msjk-benifits-of-8-acfilters-whole-container{
    margin-bottom: 85px;
}

.msjk-benifits-of-8-acfilters-headings{
    margin-bottom:30px ;
}

.msjk-benifits-of-8-acfilters-title{
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    color: #0A60C5;
    margin-bottom: 4px !important;
    padding: 0px 16px;
}

.msjk-benifits-of-8-acfilters-p{
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    color: #000000A6;    
    padding: 0px 16px;
    max-width: 700px;
    margin: auto;
}

.msjk-benifits-of-8-acfilters-container{
    display: flex;
    flex-wrap: wrap;
    padding: 0px 6px;
}

.msjk-benifits-of-8-acfilters-single-section{
    padding: 4px 10px;
    margin-bottom: 10px;
}

.msjk-benifits-of-8-acfilters-single-section{
    width: 25%;
}

.msjk-benifits-of-8-acfilters-single-box{
    border: 1px solid #0000001A;
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
}

.msjk-benifits-of-8-acfilters-single-img{
    width: 100%;
    height: 140px;
}

.msjk-benifits-of-8-acfilters-single-img img{ 
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.msjk-benifits-of-8-acfilters-single-h4{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #000000CC;  
    text-transform: capitalize;  
    margin: 8px 0px 4px !important;
}

.msjk-benifits-of-8-acfilters-single-p{
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #0000008C;   
    margin-bottom: 10px; 
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

@media(max-width:992px){
    .msjk-benifits-of-8-acfilters-single-section{
        width: 33.33%;
    }
}

@media(max-width:768px){
    .msjk-benifits-of-8-acfilters-single-section{
        width: 50%;
    }

    .msjk-benifits-of-8-acfilters-whole-container{
        margin-bottom: 60px;
    }
}

@media(max-width:576px){
    .msjk-benifits-of-8-acfilters-single-section {
        padding: 4px 2px;
    }

    .msjk-benifits-of-8-acfilters-container {
        padding: 0px ;
    }
}

@media(max-width:350px){
    .msjk-benifits-of-8-acfilters-single-section{
        width: 100%;
    }
}

/* @media(max-width:450px){
    .msjk-benifits-of-8-acfilters-single-section{
        width: 100%;
    }
} */
/* Benefits of MERV 8 AC Filter & Furnace Filter ends */

/* Faq section */
.msjk-faq-section{
    margin-bottom: 85px !important;
}
.home-text>h2{
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 22px;
    text-align: center !important;
    margin-bottom: 12px;
    line-height: 1.2;
    color: #0A60C5;
}

.home-text>p{
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    color: #000000A6;    
}

@media(max-width:768px){
    .msjk-faq-section{
        margin-bottom: 60px !important;
    }
}
/* Faq section ends */
