body{
    font-family: 'Open Sans', sans-serif;
    color:#3A3A3A;
}
.container_fluid{
    width: 100%;
    margin: auto;
}
.text-right{text-align: right;}
.gradient-bg{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+42,f3f2f8+83,f1f0f8+87,edecf4+87,fafafc+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 42%, rgba(243,242,248,1) 83%, rgba(241,240,248,1) 87%, rgba(237,236,244,1) 87%, rgba(250,250,252,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 42%,rgba(243,242,248,1) 83%,rgba(241,240,248,1) 87%,rgba(237,236,244,1) 87%,rgba(250,250,252,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 42%,rgba(243,242,248,1) 83%,rgba(241,240,248,1) 87%,rgba(237,236,244,1) 87%,rgba(250,250,252,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafc',GradientType=0 ); /* IE6-9 */
padding-left: 20px;    padding-bottom: 23px;    border-bottom-left-radius: 15px;    border-bottom-right-radius: 15px;}
.gradient-news{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+77,fcfcfc+81,fcfcfe+84,f6f5fa+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 77%, rgba(252,252,252,1) 81%, rgba(252,252,254,1) 84%, rgba(246,245,250,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 77%,rgba(252,252,252,1) 81%,rgba(252,252,254,1) 84%,rgba(246,245,250,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 77%,rgba(252,252,252,1) 81%,rgba(252,252,254,1) 84%,rgba(246,245,250,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f5fa',GradientType=0 ); /* IE6-9 */
}
.top_nav_bar{
    /*height:30px;*/
    width: 100%;
    color: #fff;
    text-align: right;
    background-color: #0781B5;
    margin-bottom: 10px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 5px 0px;
}
.top_nav_bar .container_fluid{width: 100%; padding: 0 15px;}
.top_nav_bar a{color: #fff; text-decoration: none;}
.top_nav_bar_menu{
    list-style: none;
    margin: 0px;
    line-height: 30px;
    height: 30px;
    padding-left: 0px;
    font-size: 14px;
}
.top_nav_bar_menu li{
    position: relative;
    float: right;
    margin-left:20px;

}
.channel-container{
    max-width: 1400px;
    margin: 0 auto;
}
.dcg_logo{
    width: 200px;
    padding-top: 15px;
}
.slider_heading{
    color:#0482B5;
    font-size:50px;
    font-weight: 700;
    line-height: 64px;
    padding-top: 30px;
}
.slides_holder{
    min-height: 600px;
    background-image: url(../images/banner-right.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 4px;
}
.bg-circle{background-image: url(../images/right-circle.jpg); background-position: bottom right ; background-repeat: no-repeat;}
.slider_options{
    width:600px;
    flex-wrap: wrap;
    margin-top:25px;
}
.slide_option{
    font-size:16px;
    height: 35px;
}
.slider_options i{
    color:#167BA7;
    font-size:14px;
    margin-right:10px;
}
.slider_highlights{
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.3);
    margin:10px 0px;
}

.slider_highlights:last-child{
    border-right: none;
}
.slider_highlight_header{
    color:#0482B5;
    font-weight: bold;
    font-size: 22px;;
}
.slider_highlight_body{
    font-size: 15px;
}
.slider_highlight_holder{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
}
.get_started {
    border: none;
    background-color: #0482B5;
    color: #fff;
    padding: 14px 75px;
    text-align: center;
    margin-top: 30px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 18px;
}
.stats_holder .container_fluid{
    position: relative;
    background-color: #fff;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
    width: 98%;
    margin-right: 22px;
    border-radius: 0px 0px 10px 10px;
    margin-top: -30px;
}
.down_arrow{
    text-align: center;
    padding-top:20px;
    color: #3E379A;
}
.footer_links{
    justify-content: space-between;
    column-gap:10px;
    flex-wrap: wrap;
}
.footer_col{
    flex: 1 1 auto!important;
    padding-right: 15px;
}
.footer_bar{
    color:#fff;
    background-color: #6E716F;
    text-align: center;
    font-size:12px;
    padding: 5px 0px;
}

.heading{
    color:#0482B5;
    font-size:36px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 15px;
}
.main_bullet_points ul{
    list-style: none; /* Remove default bullets */
}
.main_bullet_points ul li{
    line-height:30px;
    font-size: 20px;
    padding-bottom: 20px;
}
.main_bullet_points ul li::before{
    content: "\2022";
    color: #0482B5;
    font-weight: bold;
    
    margin-left: -1em;
    font-size: 26px;
    margin-top: 0px;
    position: absolute;   
}
.benifit_img{
    margin:20px;
}
.paragraph{
    padding:20px;
}
.w-40{width:40%;}

.w-60{width:60%;}
.eligibity_points{
    width:80%;
    margin:auto;position: relative;z-index: 9; 
}
.elig_holder{
    
    display: flex;
    flex-direction: row;
    align-items: center;
}
.elig_holder .elg_icon{
    max-width: 150px;
    min-width: 150px;
}
.footer_menu_section{
    border-top:1px solid rgba(0,0,0,0.5);
    padding-top: 30px;
    padding-bottom: 40px;
}
.footer_menu_section .footer_heading{
    text-transform: uppercase;
    font-size:16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.footer_menu_list ul{
    list-style: none;
    margin:0px;
    padding:0px;
}
.footer_menu_list ul li{
    padding:6px 0px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.footer_menu_list ul li a{
    color:#2F85C8;
    text-decoration: none;
    font-size: 13px;
}
.footer_menu_list ul li a i{color: #fff;font-size: 24px;}
.social_icon{
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 37px;
    font-size: 28px;
    float: left;
    margin: 5px;
}
.clear{
    clear:both;
}
.keep_in_touch{
    max-width: 150px;
}

.eligblity{position: relative;}
.eligblity:before{content: ''; position: absolute; background-image: url(../images/eligblity-right.jpg);width: 155px;height: 140px;left: 0px;top: 15px; background-repeat: no-repeat;}
.eligblity:after{content: ''; position: absolute; background-image: url(../images/eligblity-left.jpg);width: 192px;height: 221px;right: 0px;top: 15px; background-repeat: no-repeat;}
.elg_text p{font-size: 18px;margin-top: -10px; max-width: 100%;}
.support{position: relative;}
.support:before{content: ''; position: absolute; background-image: url(../images/eligblity-right.jpg);width: 155px;height: 140px;left: 0px;bottom:16px; background-repeat: no-repeat;}
.support:after{content: ''; position: absolute; background-image: url(../images/eligblity-left.jpg);width: 192px;height: 221px;right: 22px;top: 15px; background-repeat: no-repeat;}
.col-md-none{display: none;}
@media (max-width: 575.98px){
    .slider_heading {font-size:28px !important;line-height:38px !important;}
    .slider_heading br{display: none;}
    .slides_holder{min-height: auto !important;}
    .stats_holder .container_fluid {position: relative;background-color: #fff;box-shadow: 0px 1px 5px rgb(0 0 0 / 30%);width: 100%;margin-right: 0;border-radius: 10px;margin-top: 31px;margin-left: -11px;}
    .pt-5 {padding-top: 0rem!important;}
    .main_bullet_points ul {padding-left: 22px;}
    .main_bullet_points ul li {line-height: 24px;font-size: 16px;padding-bottom: 10px;}
    .img-sec{padding: 0px 20px;}
    .bg-circle{background-size: 18%;background-position: top right;}
    .eligblity:before{background-size: 35%;}
    .eligblity:after{width: 50px;height: 65px;right: 0px;top: 8px;background-size: 100%;}
    .support:before{width:55px;height: 60px;left: 0px;bottom:16px; background-repeat: no-repeat; background-size: 100%;}
    .support:after{width: 55px;height: 60px;right: 22px;top: 15px; background-repeat: no-repeat; background-size: 100%;}
    .mobile-top-bar {background: #0481b5;}
    .mobile-top-bar ul.header-top-links {display: flex;list-style: none;margin: 7px auto 0;justify-content: flex-end;margin-bottom: 0;flex-wrap: wrap;padding-left: 0;margin-top: 0px;font-size: 12px;}
    .mobile-top-bar ul.header-top-links li:nth-child(1), .mobile-top-bar ul.header-top-links li:nth-child(3) {border-right: 1px solid #ccc;}
    .mobile-top-bar ul.header-top-links li:nth-child(1), .mobile-top-bar ul.header-top-links li:nth-child(2) {border-bottom: 1px solid #ccc;padding-bottom: 6px;padding-top: 6px;}
    .mobile-top-bar ul.header-top-links li {flex-basis: 50%;max-width: 50%;margin-left: 0px;margin-bottom: 0;text-align: center;letter-spacing: 0.3px;padding-top: 7px;
    padding-bottom: 7px;}
    .mobile-top-bar .panel.wrapper .panel.header .header.links li, .header-top-links li{    display: inline-block;float: none;text-transform: uppercase;}
    .mobile-top-bar ul.header-top-links li:nth-child(1) a {padding: 0 20px 0;}
    .header-top-links li a {color: #fff; text-decoration: none;}
    .col-xs-none{display: none;}
    .col-md-none{display: block !important;}
    .elg_text p{font-size: 16px;max-width: 100%;margin-top: 0px; padding-right: 10px;}
    .footer_menu_section{padding-left: 15px; padding-right: 15px;}
}

