    .faq_in_ol li {
        border: none;
        font-size: 20px;
        font-family: 'Outfit-Bold';
        list-style: disc;
        padding-left: 10px;
    }

    .faq-sec a {
        text-transform: none;
    }

    .faq-sec a.norm_anchor_faq {
        color: #0200ff;
        font-weight: 300;
        font-family: 'Outfit-Regular';
        font-size: 22px;
    }

    .advertise_card {
        padding: 20px 60px 0 60px;
    }

    .rbc_img_wrap .rbc_img {
        width: 81%;
    }

    .no_img_wrap .no_img {
        width: 59%;
    }

    @media(min-width: 992px) {
        .pro-price {
            font-size: 79px;
        }
    }

    @media(max-width: 480px) {
        .rbc_img_wrap .rbc_img {
            width: 90%;
            margin: 0 auto;
            margin-bottom: 30px;
        }

        .advertise_card {
            padding: 20px 22px 0 19px;
        }

        .advertise_card h2 {
            margin-top: 17px;
            margin-bottom: 30px;
        }

        .sec_three {
            padding: 43px 0;
        }

    }

    * {
        box-sizing: border-box;
    }

    body {
        margin: 0;
        padding: 0;
    }

    .foot-sec {
        background: #000;
        color: #fff;
        text-align: center;
        padding: 30px 0 30px;
    }

    .foot-list {
        padding-left: 0;
        margin-bottom: 20px;
    }

    .foot-list li {
        display: inline;
        padding-left: 0;
        list-style-type: none;
    }

    .foot-list li a {
        color: #fff !important;
        padding: 0px 5px;
        font-size: 16px;
        text-decoration: none;
        font-family: 'Montserrat', sans-serif;
    }

    .foot-sec p {
        color: #fff;
        font-size: 15px;
        line-height: 150%;
        font-family: 'Montserrat', sans-serif;
    }

    .foot-wrapper {
        margin: 0 22%;
    }

    .foot-wrapper p {
        font-size: 11px !important;
        color: #fff !important;
        margin-top: 2%;
        line-height: 150%;
        font-family: 'Montserrat', sans-serif;
    }

    .p-link {
        margin-top: 10px !important;
    }

    .link-here {
        color: #fff;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
    }

    .link-here:hover {
        color: #fff;
        font-weight: bold;
        text-decoration: underline;
    }

    @media only screen and (max-width: 480px) {
        .foot-list {
            font-size: 20px !important;
        }

        .foot-sec p {
            font-size: 16px !important;
        }

        .foot-wrapper {
            margin: 0 5%;
        }
    }