/* ============== faq for products css ===============*/

#MSI_Support .top-head {
    width: 100%;
    margin: auto;
    height: 350px;
    position: relative;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(https://storage-asset.msi.com/event/msi_main_style/global_support/images/faq_bu_bg.jpg) center center no-repeat;
    background-size: cover;
}

#MSI_Support .top-headBg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#MSI_Support .top-head-captain {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -35%);
    transform: translate(-50%, -35%);
    vertical-align: middle;
    z-index: 2;
}

#MSI_Support .top-head .sub {
    line-height: 1.45;
    margin: 10px auto;
    padding: 0;
    text-align: center;
    letter-spacing: 0px;
}

#MSI_Support .section_head .title {
    margin: 0 0 20px 0;
}

#MSI_Support .top-nav {
    display: block;
    width: 100%;
    max-width: 600px;
    z-index: 3;
    background-color: transparent;
    padding: 15px 15px;
    margin: 0 auto;
}

@media (max-width: 1920px) {
    #MSI_Support .top-head {
        height: 350px;
    }
    #MSI_Support #dropdown_select {
        width: 100%;
        max-width: 760px;
    }
}

@media (max-width: 992px) {
    #MSI_Support .top-head {
        width: 100%;
        margin: auto;
        height: 300px;
    }
}

@media (max-width: 768px) {
    #MSI_Support.Page_warranty .item-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 10px;
    }
}

@media (max-width: 576px) {
    #MSI_Support .top-head .sub {
        margin: 5px auto;
    }
    #MSI_Support .section_head .title {
        margin: 0;
    }
    #MSI_Support .top-head-captain {
        width: 90%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}




/**/


/*=============================  content  ======================= */

#MSI_Support.Page_faq .content {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
}

#MSI_Support.Page_faq .item-row {
    padding: 0;
}

#MSI_Support.Page_faq .item-col {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0px;
    padding: 0 10px;
}

#MSI_Support.Page_faq .col-2 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

#MSI_Support.Page_faq .col-4 {
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#MSI_Support.Page_faq .card {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
    border-color: #e4e4e4;
}

#MSI_Support.Page_faq .card-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 20px;
    min-height: 170px;
}

#MSI_Support.Page_faq .card-content .icon-style {
    width: 20%;
    text-align: center;
}

#MSI_Support.Page_faq .card-content .icon-style img {
    max-width: 75px;
}

#MSI_Support.Page_faq .card-content .themes {
    padding: 0 10px;
    width: 80%;
    text-align: center;
    vertical-align: middle;
}

#MSI_Support.Page_faq .card-content .themes-title {
    padding: 0;
    text-align: left;
    font-weight: 400;
}

#MSI_Support.Page_faq .card-content .themes-sub {
    padding: 5px 0;
    text-align: left;
}

#MSI_Support.Page_faq .col-4 {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

#MSI_Support.Page_faq .item-card {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

#MSI_Support.Page_faq .item-icon {
    width: 100%;
    padding: 60px 30px;
    border-radius: 4px;
    border: 1px solid #ddd;
    border-color: #e4e4e4;
    background-color: #fff;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

#MSI_Support.Page_faq .item-icon img {
    max-width: 75px;
}

#MSI_Support.Page_faq .item-title {
    padding: 10px;
}

#MSI_Support.Page_faq .nav-bread-crumbs {
    margin: 0 auto;
}

@media (max-width: 1024px) {

    #MSI_Support.Page_faq .card-content {
        display: block;
        text-align: center;
        padding: 20px 15px;
        min-height: 100%;
    }
    #MSI_Support.Page_faq .card-content .themes {
        padding: 0px;
    }
    #MSI_Support.Page_faq .card-content .themes,
    #MSI_Support.Page_faq .card-content .icon-style {
        width: 100%;
    }
    #MSI_Support.Page_faq .card-content .themes-title {
        text-align: center;
    }
    #MSI_Support.Page_faq .card-content .themes-sub {
        text-align: center;
    }
}

@media (max-width: 992px) {
    #MSI_Support.Page_faq .item-col {
        margin: 0;
        padding: 8px;
    }
    #MSI_Support.Page_faq .item-icon{
        padding: 45px 20px;
    }
     #MSI_Support.Page_faq .item-icon img {
        width: 45px;
    }

}

@media (max-width: 768px) {
    #MSI_Support.Page_faq .item-icon{
        padding: 25px 10px;
    }
    #MSI_Support.Page_faq .card-content {
        min-height: auto;
    }
     #MSI_Support.Page_faq .card-content .themes-title {
        text-align: center;
    }
    #MSI_Support.Page_faq .card-content .icon-style img {
        max-width: 45px;
    }
}

@media (max-width: 576px) {
    #MSI_Support.Page_faq .item-row {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    #MSI_Support.Page_faq .item-col.col-4 {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    #MSI_Support.Page_faq .card-content {
        padding: 20px 10px;
    }
}




/*  content // end  */


/* ============== modal category =============*/

#MSI_Support .category-faq .item-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#MSI_Support .category-faq .item {
    -ms-flex: 0 0 45%;
    -webkit-box-flex: 0;
    flex: 0 0 45%;
    max-width: 45%;
    -webkit-align-self: stretch;
    -ms-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

#MSI_Support .category-faq .item-card {
    display: block;
    padding: 30px 20px;
    margin: 10px 10px;
    text-align: left;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
    border-color: #e4e4e4;
    min-height: 90px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    vertical-align: middle;
}

#MSI_Support .category-faq .item-card.active {
    border: 1px solid #ddd;
    border-color: #585253;
    /* box-shadow: 0 0px 2px rgba(255, 0, 0,.8)!important;*/
}

#MSI_Support .category-faq .item-sub {
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
    color: #333;
    line-height: 1.45;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

@media (max-width: 1024px) {
    #MSI_Support.Page_faq .category-faq {
        padding: 10px 15px;
    }
    #MSI_Support.Page_faq .category-faq .card {
        padding: 15px 10px;
    }
}

@media (max-width: 960px) {
    #MSI_Support.Page_faq .category-faq {
        padding: 0;
    }
    #MSI_Support .category-faq .item-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #MSI_Support .category-faq .item {
        -ms-flex: 1;
        -webkit-box-flex: 1;
        flex: 1;
        max-width: 100%;
    }

    #MSI_Support .category-faq .item-card {
        margin: 5px 0;
    }
    #MSI_Support .category-faq .item-sub {
        font-size: 1.25rem;
    }
}

#MSI_Support.Page_faq .modal-title {
    padding: 0;
}

#MSI_Support.Page_faq .modal-title-icon {
    width: 100%;
    text-align: center;
    max-width: 60px;
    margin: 0 auto;
    display: block;
}

#MSI_Support.Page_faq .modal-footer {
    padding: 10px 50px 30px;
    text-align: center;
    border-top: none;
}

#MSI_Support.Page_faq .modal-footer .main-btn {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 30px;
}



@media (max-width: 768px) {
    #MSI_Support.Page_faq .modal-footer .main-btn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}




/* modal category // end */