.Terms_Conditions {}

.Terms_Conditions .terms_banner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Terms_Conditions .terms_banner .banner_img {
    width: 100%;
    height: 100%;
}

.Terms_Conditions .terms_banner .banner_title {
    font-size: 50px;
    font-weight: 700;
    font-family: Exo ;
    color: #DCDCDC;
    position: absolute;
    bottom: 35px;
    margin: auto;
}

.Terms_Conditions .terms_content {
    margin-top: 50px;
}

.Terms_Conditions .terms_content .text {
    font-size: 16px;
    font-family: sans-serif;
    color: #DCDCDC;
}

.Terms_Conditions .terms_content .heading_div {
    background: transparent linear-gradient(90deg, #D40000 0%, #8D0000 25%, #61000100 47%, #57000000 100%) 0% 0% no-repeat padding-box;
    border-radius: 2px;
    padding: 5px 10px;
    margin-bottom: 20px;
}

.Terms_Conditions .terms_content .heading_div .heading {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Exo';
    color: #DCDCDC;
    margin: 0;
}

.Terms_Conditions .terms_content .div_text {
    font-size: 16px;
    font-family: sans-serif;
    color: #DCDCDC;
    display: flex;
}

.Terms_Conditions .terms_content .text_span {
    width: 80px;
    padding: 0 20px;
}

.Terms_Conditions .terms_content .div_title {
    font-size: 20px;
    font-weight: 800;
    font-family: 'Exo';
    color: #DCDCDC;
    display: flex;
}

.Terms_Conditions .terms_content .div_title span {
    width: 80px;
}

.italic_text {
    font-style: italic;
    font-weight: 800;
}

.medium_span,
.bold_span {
    width: 400px;
    padding-left: 30px;
}

.bold_text {
    font-weight: 700;
}


/* =================== Media Queries ==================== */

@media (min-width:0px) and (max-width:575px) {
    .Terms_Conditions .terms_banner .banner_title {
        font-size: 20px;
        bottom: 0px;
    }

    .Terms_Conditions .terms_content .text {
        font-size: 15px;
        text-align: justify;
    }

    .Terms_Conditions .terms_content .heading_div .heading {
        font-size: 17px;
    }

    .Terms_Conditions .terms_content .div_text {
        font-size: 15px;
        text-align: justify;
        gap: 14px;
    }

    .Terms_Conditions .terms_content .div_title {
        font-size: 16px;
    }

    .medium_span,
    .bold_span {
        width: 280px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .Terms_Conditions .terms_banner .banner_title {
        font-size: 30px;
        bottom: 0px;
    }

    .Terms_Conditions .terms_content .div_text {
        font-size: 15px;
    }

    .medium_span,
    .bold_span {
        width: 280px;
    }

    .Terms_Conditions .terms_content .div_title {
        font-size: 18px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .Terms_Conditions .terms_banner .banner_title {
        font-size: 30px;
        bottom: 0px;
    }

    .Terms_Conditions .terms_content .div_text {
        font-size: 15px;
    }

    .medium_span,
    .bold_span {
        width: 280px;
    }

    .Terms_Conditions .terms_content .div_title {
        font-size: 18px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .Terms_Conditions .terms_banner .banner_title {
        font-size: 40px;
        bottom: 10px;
    }

    .medium_span,
    .bold_span {
        width: 280px;
    }
}