﻿body {
}
.choose-an-option-pg .find-all-related-products-section .ProdName {
    font-weight: 600;
    font-size: 36px;
    line-height: 121%;
    align-items: center;
    text-transform: capitalize;
    color: #383838;
    font-family: 'Poppins', sans-serif;
    margin: 0px;
}
.choose-an-option-pg .find-all-related-products-section .find-related-products {
    font-weight: 400;
    font-size: 26px;
    line-height: 39px;
    text-align: center;
    color: #383838;
    font-family: 'Poppins', sans-serif;
}
.choose-an-option-pg .find-all-related-products-section .boder-line {
    max-width: 560px;
    height: 2px;
    background: #F5902E;
    width: 100%;
    margin: 5px auto;
}
.choose-an-option-pg .find-all-related-products-section .view-deals {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #8B8B8B;
    margin-bottom: 40px;
    font-family: 'Poppins', sans-serif;
}
.choose-an-option-pg .find-all-related-products-section {
    background: #fff;
    border: .97px solid #bebebe;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
    border-radius: 24.22px;
    padding: 35px 30px;
    margin: auto auto 60px;
}
.choose-an-option-pg .find-all-related-products-section .ProductsServiceBox {
    box-sizing: border-box;
    height: 100%;
    background: #e8e8e8;
    border-radius: 12px;
    width: 100%;
}
.choose-an-option-pg .find-all-related-products-section .ProductsServiceBox .img-box {
    width: 100%;
    height: 119px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.choose-an-option-pg .find-all-related-products-section .ProductsServiceBox .title-box {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Poppins', sans-serif !important;
    height: 70px;
    background: #303030;
    border-radius: 0 0 12px 12px;
    width: 100%;
    justify-content: center;
}
@media (min-width: 768px) {
    .find-all-related-products-section .col-md-2 {
        flex: 0 0 auto;
        width: 14.28571428571429%;
    }
}
@media (min-width: 1025px) and (max-width: 1280px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
    .choose-an-option-pg .find-all-related-products-section .view-deals {
        font-weight: 400;
        font-size: 14px;
        margin-bottom: 25px;
        font-family: 'Poppins', sans-serif;
    }
    .choose-an-option-pg .find-all-related-products-section {
        padding: 35px 15px;
    }
    .choose-an-option-pg .find-all-related-products-section .form-row-gap-xs {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -5px;
        margin-left: -5px;
    }
    .choose-an-option-pg .find-all-related-products-section .form-row-gap-xs > .col, .choose-an-option-pg .find-all-related-products-section .form-row-gap-xs > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px;
    }
    .choose-an-option-pg .find-all-related-products-section .justify-content-between.row-gap-3 {
        justify-content: flex-start !important;
    }
    .choose-an-option-pg .find-all-related-products-section .ProductsServiceBox .img-box {
        height: 100px;
        padding: 5px;
    }
    .choose-an-option-pg .find-all-related-products-section .ProductsServiceBox .img-box img {
        width: auto;
    }
    .choose-an-option-pg .find-all-related-products-section .ProductsServiceBox .title-box {
        font-size: 14px;
        width: 100%;
        align-items: center;
        text-align: center;
        justify-content: center;
        height: 55px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .choose-an-option-pg .find-all-related-products-section .ProdName {
        text-transform: capitalize;
        font-family: 'Poppins', sans-serif;
        margin: 0px;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: -0.03em;
        color: #424242;
    }
    .choose-an-option-pg .find-all-related-products-section .find-related-products {
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: -0.04em;
        color: #424242;
        font-family: 'Poppins', sans-serif;
    }
    .choose-an-option-pg .find-all-related-products-section .boder-line {
        max-width: 266px;
        height: 2px;
        background: #F5902E;
        width: 100%;
        margin: 5px auto;
    }
    .choose-an-option-pg .find-all-related-products-section .view-deals {
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        color: #8B8B8B;
        margin-bottom: 25px;
        font-family: 'Poppins', sans-serif;
    }
    .choose-an-option-pg .find-all-related-products-section {
        padding: 35px 15px;
    }
    .choose-an-option-pg .find-all-related-products-section .form-row-gap-xs {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -5px;
        margin-left: -5px;
    }
    .choose-an-option-pg .find-all-related-products-section .form-row-gap-xs > .col, .choose-an-option-pg .find-all-related-products-section .form-row-gap-xs > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px;
    }
    .choose-an-option-pg .find-all-related-products-section .justify-content-between.row-gap-3 {
        justify-content: flex-start !important;
    }
    .choose-an-option-pg .find-all-related-products-section .ProductsServiceBox .img-box {
        height: 95px;
        padding: 5px;
    }
    .choose-an-option-pg .find-all-related-products-section .ProductsServiceBox .img-box img{
        width:100%;
    }
    .choose-an-option-pg .find-all-related-products-section .ProductsServiceBox .title-box {
        font-size: 12px;
        line-height: 20px;
        width: 100%;
        align-items: center;
        text-align: center;
        justify-content: center;
        height: 55px;
    }
}

@media (max-width: 767px) {
    .choose-an-option-pg .find-all-related-products-section .ProdName {
        text-transform: capitalize;
        font-family: 'Poppins', sans-serif;
        margin: 0px;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: -0.03em;
        color: #424242;
    }
    .choose-an-option-pg .find-all-related-products-section .find-related-products {
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: -0.04em;
        color: #424242;
        font-family: 'Poppins', sans-serif;
    }
    .choose-an-option-pg .find-all-related-products-section .boder-line {
        max-width: 266px;
        height: 2px;
        background: #F5902E;
        width: 100%;
        margin: 5px auto;
    }
    .choose-an-option-pg .find-all-related-products-section .view-deals {
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        color: #8B8B8B;
        margin-bottom: 25px;
        font-family: 'Poppins', sans-serif;
    }
    .choose-an-option-pg .find-all-related-products-section {
        padding: 35px 15px;
    }
    .choose-an-option-pg .find-all-related-products-section .form-row-gap-xs {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -5px;
        margin-left: -5px;
    }
    .choose-an-option-pg .find-all-related-products-section .form-row-gap-xs > .col, .choose-an-option-pg .find-all-related-products-section .form-row-gap-xs > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px;
    }
    .choose-an-option-pg .find-all-related-products-section .justify-content-between.row-gap-3 {
        justify-content: flex-start !important;
    }
    .choose-an-option-pg .find-all-related-products-section .ProductsServiceBox .img-box {
        height: 100px;
        padding: 5px;
    }
    .choose-an-option-pg .find-all-related-products-section .ProductsServiceBox .img-box img {
        width: auto;
    }
    .choose-an-option-pg .find-all-related-products-section .ProductsServiceBox .title-box {
        font-size: 12px;
        line-height: 20px;
        width: 100%;
        align-items: center;
        text-align: center;
        justify-content: center;
        height: 55px;
    }
}

@media (max-width: 479px) {
}
.choose-an-option-pg .view-all-deals-section {
    position: relative;
    max-width: 1136px;
    width: 100%;
    margin: auto auto 45px;
    border: 0;
    border-radius: 0;
    padding: 0;
}
.choose-an-option-pg .view-all-deals-section {
    position: relative;
    max-width: 1136px;
    width: 100%;
    margin: auto auto 45px;
    border: 0;
    border-radius: 0;
    padding: 0;
}
.choose-an-option-pg .view-all-deals-section .title-box-our {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    align-items:center;
}
.choose-an-option-pg .view-all-deals-section .title-txt-deals, .choose-an-option-pg .view-all-deals-section .title-txt-deals span {
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 121%;
    color: #5e5e5e;
    position: relative;
}
.choose-an-option-pg .view-all-deals-section .title-txt-deals span::after {
    height: 3px;
    background: #f5902e;
    position: absolute;
    content: "";
    width: 117px;
    bottom: -3px;
    right: 0;
}
.choose-an-option-pg .view-all-deals-section .title-txt-deals span.Radiologists::after {
    width: 160px;
}
.choose-an-option-pg .view-all-deals-section .title-txt-deals span.OffersDeals::after {
    width: 117px;
    left: 0;
}
.choose-an-option-pg .view-all-deals-section .title-txt-deals span.MRITrainings::after {
    width: 117px;
    left: 0;
}
.choose-an-option-pg .view-all-deals-section .title-txt-deals span.NewMRIList::after {
    width: 117px;
    left: 0;
}
.choose-an-option-pg .view-all-deals-section .ViewAllDeals {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 9.6875px;
    gap: 9.69px;
    height: 45px;
    background: #F5902E;
    border-radius: 9.6875px;
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    min-width: 192px;
}
.choose-an-option-pg .view-all-deals-section .our-service-hottest {
    width: 100%;
    position: relative;
    overflow: hidden
}
.choose-an-option-pg .view-all-deals-section .our-service-hottest a{
    position:relative;
    display:block;
    width:100%;
    overflow:hidden;
}
.choose-an-option-pg .view-all-deals-section .our-service-hottest .thumbnail-img {
    width: 100%;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center
}
.choose-an-option-pg .view-all-deals-section .our-service-hottest .thumbnail-img img {
    width: 100%;
    height: 100%
}
.choose-an-option-pg .view-all-deals-section .our-service-hottest .txtTitleour {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 151%;
    text-align: center;
    text-transform: capitalize;
    color: #5e5e5e;
    font-family: 'Poppins',sans-serif !important;
    padding: 8px 5px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.choose-an-option-pg .view-all-deals-section .our-service-hottest .IInteresBTN {
    position: absolute;
    bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}
@media (min-width: 1025px) and (max-width: 1280px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
    .choose-an-option-pg .view-all-deals-section .title-txt-deals, .choose-an-option-pg .view-all-deals-section .title-txt-deals span {
        font-size: 21px;
    }
    .choose-an-option-pg .view-all-deals-section .title-txt-deals span::after {
        width: 95px;
    }
    .choose-an-option-pg .view-all-deals-section .title-txt-deals span.Radiologists::after {
        width: 130px;
    }
    .choose-an-option-pg .view-all-deals-section .title-txt-deals span.OffersDeals::after {
        width: 95px;
        left: 0;
    }
    .choose-an-option-pg .view-all-deals-section .title-txt-deals span.MRITrainings::after {
        width: 100px;
        left: 0;
    }
    .choose-an-option-pg .view-all-deals-section .title-txt-deals span.NewMRIList::after {
        width: 90px;
        left: 0;
    }
    .choose-an-option-pg .view-all-deals-section .ViewAllDeals {
        height: 36px;
        min-width: 150px;
    }
    .choose-an-option-pg .view-all-deals-section .form-row-gap-xs {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -5px;
        margin-left: -5px;
    }
    .choose-an-option-pg .view-all-deals-section .form-row-gap-xs > .col, .choose-an-option-pg .view-all-deals-section .form-row-gap-xs > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px;
    }
    .choose-an-option-pg .view-all-deals-section .our-service-hottest .thumbnail-img{
        height: 160px;
    }
    .choose-an-option-pg .view-all-deals-section .our-service-hottest .txtTitleour {
        font-weight: 400;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .choose-an-option-pg .view-all-deals-section .title-txt-deals, .choose-an-option-pg .view-all-deals-section .title-txt-deals span{
        font-size:14px;
    }
    .choose-an-option-pg .view-all-deals-section .title-txt-deals span::after{
        width: 95px;
    }
    .choose-an-option-pg .view-all-deals-section .title-txt-deals span.Radiologists::after {
        width: 130px;
    }

    .choose-an-option-pg .view-all-deals-section .title-txt-deals span.OffersDeals::after {
        width: 95px;
        left: 0;
    }

    .choose-an-option-pg .view-all-deals-section .title-txt-deals span.MRITrainings::after {
        width: 100px;
        left: 0;
    }

    .choose-an-option-pg .view-all-deals-section .title-txt-deals span.NewMRIList::after {
        width: 90px;
        left: 0;
    }
    .choose-an-option-pg .view-all-deals-section .ViewAllDeals {
        height: 36px;
        min-width: 150px;
    }
    .choose-an-option-pg .view-all-deals-section .form-row-gap-xs {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -5px;
        margin-left: -5px;
    }
    .choose-an-option-pg .view-all-deals-section .form-row-gap-xs > .col, .choose-an-option-pg .view-all-deals-section .form-row-gap-xs > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px;
    }
    .choose-an-option-pg .view-all-deals-section .our-service-hottest .thumbnail-img {
        height: 180px;
    }
    .choose-an-option-pg .view-all-deals-section .our-service-hottest .txtTitleour {
        font-weight: 400;
        font-size: 14px;
    }
}

@media (max-width: 479px) {
}
.choose-an-option-mob-pg .find-all-related-products-section .ProdName {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.03em;
    color: #424242;
    font-family: 'Poppins', sans-serif;
    margin: 0px;
}
.choose-an-option-mob-pg .find-all-related-products-section .find-related-products {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.04em;
    color: #424242;
    font-family: 'Poppins', sans-serif;
}
.choose-an-option-mob-pg .find-all-related-products-section .boder-line {
    max-width: 266px;
    height: 2px;
    background: #F5902E;
    width: 100%;
    margin: 5px auto;
}
.choose-an-option-mob-pg .find-all-related-products-section .view-deals {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    align-items: center;
    text-align: center;
    color: #8B8B8B;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 25px;
}
.choose-an-option-mob-pg .UsedMRIBtn, .choose-an-option-mob-pg .MRIPartsBtn, .choose-an-option-mob-pg .MRIAccessories, .choose-an-option-mob-pg .AIToolsMRIBtn, .choose-an-option-mob-pg .MRIServicesBtn, .choose-an-option-mob-pg .MRITrainingsBtn, .choose-an-option-mob-pg .NewMRIBtn {
    width: 320px;
    height: 115px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    margin: auto auto 10px;
    background: #eaf5ff;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .15);
    border-radius: 12px;
    padding: 10px 20px;
}
.choose-an-option-mob-pg .UsedMRIBtn .product-img, .choose-an-option-mob-pg .MRIPartsBtn .product-img, .choose-an-option-mob-pg .MRIAccessories .product-img, .choose-an-option-mob-pg .AIToolsMRIBtn .product-img, .choose-an-option-mob-pg .MRIServicesBtn .product-img, .choose-an-option-mob-pg .MRITrainingsBtn .product-img, .choose-an-option-mob-pg .NewMRIBtn .product-img {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.choose-an-option-mob-pg a.UsedMRIBtn .txt-title, .choose-an-option-mob-pg a.MRIPartsBtn .txt-title, .choose-an-option-mob-pg a.MRIAccessories .txt-title, .choose-an-option-mob-pg a.NewMRIBtn .txt-title, .choose-an-option-mob-pg a.MRITrainingsBtn .txt-title, .choose-an-option-mob-pg a.MRIServicesBtn .txt-title, .choose-an-option-mob-pg a.AIToolsMRIBtn .txt-title {
    display: flex;
    align-items: center;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #5A5A5A;
}
.choose-an-option-mob-pg .MRIPartsBtn {
    background: #FAF3E2;
}
.choose-an-option-mob-pg .MRIAccessories {
    background: #FCEFF0;
}
.choose-an-option-mob-pg .AIToolsMRIBtn {
    background: #F7F3FF;
}
.choose-an-option-mob-pg .MRIServicesBtn {
    background: #FFF0DE;
}
.choose-an-option-mob-pg .MRITrainingsBtn {
    background: #EFEDE6;
}
.choose-an-option-mob-pg .NewMRIBtn {
    background: #F3FCEB;
}
.choose-an-option-mob-pg .view-all-deals-section {
    position: relative;
    width: 100%;
    margin: auto auto 45px;
    border: 0;
    border-radius: 0;
    padding: 0;
}
.choose-an-option-mob-pg .view-all-deals-section .title-box-our {
    display: flex;
    justify-content: space-between;
    margin: 20px 0px;
    align-items: center;
}
    .choose-an-option-mob-pg .view-all-deals-section .title-txt-deals, .choose-an-option-mob-pg .view-all-deals-section .title-txt-deals span {
        font-family: 'Poppins',sans-serif;
        font-weight: 600;
        font-size: 24px;
        line-height: 121%;
        display: flex;
        align-items: center;
        color: #5E5E5E;
        position: relative;
    }
    .choose-an-option-mob-pg .view-all-deals-section .our-service-hottest {
        width: 100%;
        position: relative;
        overflow: hidden;
        margin: auto auto 30px;
        background: #fff;
        border: 1px solid #a2a2a2;
        border-radius: 12px;
        max-width: 300px;
    }
    .choose-an-option-mob-pg .view-all-deals-section .our-service-hottest .thumbnail-img {
        width: 100%;
        position: relative;
        border-radius: 12px;
        overflow: hidden;
        height: 210px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .choose-an-option-mob-pg .view-all-deals-section .our-service-hottest .thumbnail-img img {
        width: 100%;
        height: 100%;
    }
    .choose-an-option-mob-pg .view-all-deals-section .our-service-hottest .IInteresBTN {
        position: absolute;
        bottom: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .choose-an-option-mob-pg .view-all-deals-section .our-service-hottest .txtTitleour {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 151%;
        text-align: center;
        text-transform: capitalize;
        color: #5e5e5e;
        font-family: 'Poppins', sans-serif;
        padding: 15px 5px;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
    }
    .choose-an-option-mob-pg .view-all-deals-section .ViewAllDeals {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        padding: 0px 10px;
        gap: 10px;
        width: 100%;
        height: 50px;
        background: #F5902E;
        border-radius: 10px;
        font-family: 'Poppins', sans-serif;
        color:#fff;
    }