@font-face {
    font-family: "AmazonEmberRegular";
    src: local("AmazonEmberRegular"),
    url("https://metaimg.sundirectgo.in/sundirecthtmls/AmazonEmberDisplay_Rg.ttf") format("truetype");
}

@font-face {
    font-family: "AmazonEmberMedium";
    src: local("AmazonEmberMedium"),
    url("https://metaimg.sundirectgo.in/sundirecthtmls/AmazonEmberDisplay_Md.ttf") format("truetype");
}

body {
    background:#000;
    color:#c9c9c9;
    font-family: "AmazonEmberRegular" !important;
    font-size: 14px;
    width: 100%;
    float: left;
    margin: 0px;
}
.footer_section{
    padding: 0px 50px;
}
.footer_section h2{
    font-family: "AmazonEmberMedium";
    font-weight: 500;
    text-decoration: none;
    font-size: 18px;
    margin-bottom: 10px;
    color:#fff;
}
.footer_section h4 {
    font-family: "AmazonEmberMedium";
    font-weight: 500;
    color:#fff;
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 10px;
}
ol .order_list{
    padding-left: 30px;
}
.general_terms .sundirect_dth p {
    margin: 0px;
    font-size: 13px;
}
.general_terms ol li{
    margin-bottom: 8px;
}
.general_terms ol p{
    margin-bottom:12px !important;
}
.footer_section a{
    color:#FCE45E;
}
@media  screen and (min-width:320px) and (max-width:767px) {
    .footer_section{
        padding: 0px 15px;
    }
    .footer_section ol{
        padding-left: 25px;
    }
    .footer_section h4{
        font-size: 15px;
    }
}