.tnc_container{
    margin-top: 50px;
    margin-bottom: 50px;
}
.about_detail_container{
    margin-top:40px;
}
.tc_heading{
    padding-top: 28px;
}
.tc_sub_heading{
    padding-top: 7px;
}
.tnc_main{
    margin-bottom: 40px;
    font-size: 20px;
}
.tc_content_heading{
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: bold;
}
.tc-detail {
    font-size: 16px;
    color: #292525;
    letter-spacing: normal;
    font-weight: 400;
}
.tc-detail-2 {
    font-size: 16px;
    color: #292525;
    letter-spacing: normal;
    margin-bottom: 20px;
    font-weight: 500;
}
.tc-detail-3 {
    font-size: 16px;
    color: #666;
    letter-spacing: normal;
    margin-bottom: 5px;
    font-weight: lighter;
}
.tc-detail-b {
    font-size: 16px;
    font-weight: 500;
    color: #292525;
    letter-spacing: normal;
}
.tc-ul{
    margin-bottom: 10px;
}
.tc_detail_div{
    margin-bottom: 75px;
}
.tc_content_last
{
    font-weight: 400;
    font-size: 18px;
}


@media (min-width: 1025px) and (max-width: 1199px) {}

@media (min-width: 992px) and (max-width: 1024px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 606px) and (max-width: 767px){}

@media only screen and (min-width: 480px) and (max-width: 605px){
    .tc-detail {
        font-size: 14px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px){
    .tnc-h2{
        font-size: 20px;
    }
    .tc-detail {
        font-size: 14px;
    }
    .tc_heading{
        font-size: 17pt;
    }
}