.wrapper {
    padding: 0 !important
}

.form-contact .d_flex {
    flex-wrap: nowrap
}

.bg-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px
}

.bg-wrapper:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    background-color: #fafafa;
    z-index: -1
}

.mad-policy h1 {
    font-size: 46px;
    font-weight: 800
}

.mad-policy h1 span {
    display: block;
    color: #ff013e
}

.mad_date {
    font-size: 20px;
    padding-top: 35px;
    color: #4a4a4a
}

.bg-wrapper .flex-space-betwn {
    align-items: center
}

.mad-policy-fig img {
    width: 280px;
    max-width: 100%
}

.mad-policy-fig {
    padding: 50px 100px 50px 0
}

.col-left {
    width: 65%
}

.col-right {
    width: 30%
}

.d_flex {
    justify-content: flex-start;
    flex-wrap: wrap;
    display: flex;
    align-items: center
}

.head-icon {
    background-color: #f8f8f8;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 20px
}

.head-icon-wrap .heading2 {
    color: #333;
    font-weight: 700
}

.head-icon-wrap .heading2 span {
    color: #333;
    position: relative
}

.head-icon-wrap .heading2 span:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -6px;
    background-color: #ff013e;
    width: 100%;
    height: 4px
}

.content-wrapper .heading3 {
    color: #333;
    font-weight: 700
}

.content-wrapper {
    background: #fbfbfb;
    padding: 50px 30px;
    margin: 10px 0 50px;
    position: sticky;
    top: 100px
}

.content-wrapper:before {
    position: absolute;
    background-color: #ff0137;
    content: "";
    width: 100%;
    height: 3px;
    left: 0;
    top: 0
}

.content-wrapper ul {
    padding: 20px 20px 0 20px
}

.content-wrapper li {
    padding: 8px 0;
    list-style-type: disc;
    color: #ff0137;
    font-size: 16px
}

.content-wrapper ul li a {
    display: block;
    color: #ff0137
}

.content-wrapper ul li a:hover {
    color: #f50639
}

.val-details-wrap {
    position: relative;
    padding-top: 50px
}

.val-details-wrap .heading3 {
    position: relative;
    padding-left: 30px;
    color: #333;
    font-weight: 700
}

.val-details-wrap .heading3:before {
    position: absolute;
    content: "";
    background-color: #ff0137;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.val-details {
    margin-top: 20px;
    padding-left: 30px;
    position: relative
}

.val-details:before {
    border-left: 2px solid #f4f4f4;
    position: absolute;
    content: "";
    height: calc(100% - 10px);
    width: 20px;
    top: 6px;
    left: 5px
}

.val-details .para {
    margin-bottom: 25px;
    line-height: 1.8;
    color: #333
}

.val-details .para:last-child {
    margin-bottom: 0
}

.mad-val-wrap {
    padding-bottom: 100px
}

.val-details .common-link {
    color: #ff0137
}

.val-details a {
    text-decoration: underline !important
}

@media screen and (max-width:1550px) {
    .mad-policy h1 {
        font-size: 50px
    }

    .mad_date {
        font-size: 18px;
        padding-top: 25px
    }

    .head-icon-wrap .heading2 {
        font-size: 32px
    }
}

@media screen and (max-width:767px) {
    .bg-wrapper:after {
        background-color: #fff
    }

    .head-icon-wrap .heading2 {
        font-size: 24px
    }

    .bg-wrapper {
        /* padding-top: 15px; */
        margin-top: 25px
    }

    .col-left {
        width: 100%
    }

    .col-right {
        display: none
    }

    .mad-policy h1 span {
        display: block;
        color: #ff013e
    }

    .heading2 {
        font: calc(22px + 12 * ((100vw - 360px) / 767));
        position: relative;
        font-weight: 400;
        line-height: 1.5
    }

    .mad_date {
        font-size: 14px;
        color: #4a4a4a
    }

    .mad-val-wrap {
        padding-bottom: 50px
    }

    .mad-val-wrap .d_flex {
        justify-content: space-between;
        flex-wrap: nowrap;
        display: flex;
        align-items: center
    }

    .head-icon {
        background-color: #f8f8f8;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%
    }

    .val-details-wrap {
        position: relative;
        padding-top: 30px
    }

    .val-details-wrap .heading3 {
        position: relative;
        padding-left: 30px;
        font-size: 20px
    }

    .val-details-wrap .heading3:before {
        top: 6px
    }

    .val-details {
        margin-top: 20px;
        padding-left: 30px;
        position: relative
    }

    .val-details:before {
        border-left: 2px solid #f4f4f4;
        position: absolute;
        content: "";
        height: calc(100% - 10px);
        width: 20px;
        top: 6px;
        left: 5px
    }

    .val-details .para:last-child {
        margin-bottom: 0
    }

    .val-details .para {
        margin-bottom: 25px;
        line-height: 1.8;
        font-size: 14px
    }

    .val-details a {
        text-decoration: underline !important
    }

    .val-details .common-link {
        color: #ff0137
    }

    .mad-policy-fig {
        text-align: center;
        margin: 30px 0;
        background-color: #fafafa;
        padding: 35px 15px
    }
}

@media screen and (max-width:767px) {
    .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px
    }

    .bg-wrapper .flex-space-betwn {
        display: block
    }

    .mad-policy-fig {
        text-align: center;
        margin: 0 auto 30px;
        background-color: #fafafa;
        padding: 30px 15px
    }

    .mad-policy-fig img {
        position: static;
        height: auto;
        width: 250px;
        height: 300px
    }

    .mad-policy h1 {
        font-size: 38px;
        margin-bottom: 10px
    }

    .mad-policy h1 span {
        font-size: 24px;
        color: #ff013e
    }

    .mad_date {
        font-size: 14px;
        padding-top: 5px;
        color: #4a4a4a;
        margin-bottom: 30px
    }
}