.popular_search_section {
    /* padding: 60px 58px 36px 58px; */
    padding: 0px 0px 0px 0px;
}

.popular_search_section .heading {
    font-size: 32px;
    text-align: center;
    margin-bottom: 24px;
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

#container-e8a2141420 .popular_search_section .heading {
    font-size: 24px;
    text-align: center;
    margin-bottom: 24px;
}

#container-e8a2141420 .popular_search_section .heading {
    margin-top: 0px;
    text-align: start;
}

.add-border-pdp {
    border-radius: 10px;
    border: 1px solid #C9E6F6;
    background: var(--White, #FFF);
    box-shadow: 0px 2px 14px 0px rgba(3, 66, 99, 0.10);

}

.add-background-pdp {
    background: #F2F2F2;
    /*margin-top: 24px;*/
    /*margin: 0px 58px;*/

}

.add-center-pdp {
    text-align: center;
}

.add-border-tab-pdp {
    border: 1px solid #005DAC;
    box-shadow: none !important;
}

.add-noborder-tab-pdp {
    border: none;
    box-shadow: none !important;
    background-color: transparent !important;
    padding: 0px;
}

.add-border-tab-pdp-a {
    color: #005DAC !important;
    text-decoration: underline !important;
}

.noborder-margin-pdp {
    padding: 24px 0px 0px 0px;
    /*margin-bottom: 24px; comment for service */
}

#container-e8a2141420 .popular_search_section {
    /* margin-bottom: 24px;
    margin-right: 58px;
    margin-left: 110px; */
    margin: auto;
    margin-top: 24px;
    width: 85%;
    padding: 24px 16px;
}

.popular_search_section .links .link-box {
    font-size: 12px;
    padding: 8px 6px;
    margin: 0px 8px 12px 0px;
    border-radius: 8px;
    background: var(--White, #FFF);
    box-shadow: 0px 0px 8px 0px rgba(37, 56, 88, 0.20);
}

.popular_search_section .links .link-box a {
    color: #363C41;
    font-family: Rubik;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.popular_search_section .links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.popular_search_section[data-check="blogcategory"] {
    margin-left: 16px !important;
    width: 100% !important;
    margin-top: 0px;
    /*width: 90%;*/
}

.popular_search_section[data-check="blogcategory"] .links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.popular_search_section[data-check="blogcategory"] .heading {
    text-align: center !important;
}

@media only screen and (max-width:1350px) {
    #container-e8a2141420 .popular_search_section {
        /* width: 87%; */
    }

    .popular_search_section .links {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

}

@media only screen and (max-width:1290px) {
    #container-e8a2141420 .popular_search_section {
        /* margin-left: 24px; */
        width: 90%;
    }

}


@media (max-width: 500px) {


    #container-e8a2141420 .popular_search_section .heading {
        text-align: start;
        font-size: 18px;
    }

    .add-noborder-tab-links-pdp {
        /* width: 82% !important; */
        justify-content: start !important;
    }

    #container-e8a2141420 .popular_search_section {
        margin-bottom: 24px;
        margin-top: 24px;
        margin-right: 58px;
        margin-left: 156px;
        width: 92vw;
    }

    .popular_search_section .heading {
        text-align: left;
        font-size: 20px;
        margin-left: 10px;
    }

    .popular_search_section .links .link-box {
        font-size: 10px;
        padding: 6px 4px;
        margin: 0px 4px 8px 0px;
        border-radius: 8px;
        background: var(--White, #FFF);
        box-shadow: 0px 0px 4px 0px rgba(37, 56, 88, 0.20);
    }

    .popular_search_section {
        /* padding: 15px; */
    }

    .popular_search_section .heading {
        margin-bottom: 16px;
        text-align: center;
    }

    #container-e8a2141420 .popular_search_section {
        margin: 0px 16px;
        padding: 16px;
    }

    .add-background-pdp {
        margin: 0px;
    }

    .popular_search_section[data-check="blogcategory"] {
        margin-left: unset !important;
    }


}


