/* sidebar */
#menu
{
    left:0px !important;

}
.section_content

{
    margin-top: 10px;
}
.vdivide:after {
    background: #e0e0e0;
    width: 1px;
    content: "";
    display:block;
    position: absolute;
    top:0;
    bottom: 0;
    right: 0;
    min-height: 70px;
}


.list-unstyled li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: white;
}
.list-unstyled li {
    line-height: 30px;
    color:white;
    font-size: 15px;
    margin-left: 11px;
}
#section1
{
    background: url(images/product1.jpg) 0 0;
    background-size: 100% auto;
}
#section2
{
    background: url(images/product2.jpg) 0 0;
    background-size: 100% auto;
}
#section3
{
    background: url(images/product3.jpg) 0 0;
    background-size: 100% auto;
}
#section4
{
    background: url(images/product4.jpg) 0 0;
    background-size: 100% auto;
}
#section5
{
    background: url(images/product5.jpg) 0 0;
    background-size: 100% auto;
}
#section6
{
    background: url(images/product6.jpg) 0 0;
    background-size: 100% auto;
}
.numberCircle {
    display:inline-block;
    line-height:0px;

    border-radius:50%;
    border:2px solid;
    border: 1px solid #2F8BCC;
    font-size:32px;
    background: white;
}
.numberCircle.active {
    background: #136597;
}
.numberCircle span {
    display:inline-block;

    padding-top:50%;
    padding-bottom:50%;

    margin-left:8px;
    margin-right:8px;
    font-size: 17px;


}
.numberCircle.active span
{
    color:white;
}
#menu ul li
{
    margin-bottom: 30px;
}
.btn-custom-btn
{
    background: white !important;
    border-color: 1px solid #2F8BCC !important;
    color:#DF5448 !important;
    border-radius: 50px !important;
    width: 145px;
    height: 45px;
}
.section
{
    min-height: auto;
}
.articlebutton
{
    margin: 15px !important;
}

.eligibility{
    font-weight: 500;
    font-size: 20px;
}
.main_title{
    line-height: 175%;
    padding-left: 10px;
}

.sub_title{
    color:white;
    font-size: 23px;
    font-weight: 300;
}

.register_now{
    position: absolute;
    right: 15px;
    bottom: 0px;
    margin-right: 90px;
    color: black ! important;
    font-weight: 600;
}
.register_now_traffic{
    margin-right: 230px;
    color: black ! important;
    font-weight: 600;

}

.block{
    border: 2px solid white;
    margin-left: 10px;
    width:32.333333%;
}
.traffic_logo{
    background-color: white;
    height:90px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .resp_1{
        margin-left:67px;
    }
}


@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    .resp_1{
        margin-left:60px;
    }
}

disc_none{
    list-style-type: none;
}

.image_right{
    float: right;
}

.text-center{
   /* line-height: 3;*/
}

.text{
    line-height: 3;
    font-weight: 700;
}
.box{
    border: 1px solid black;
    padding: 15px;
}

.btn_center{
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Login */
.btn-primary{
    background-color: #136597 !important;
}

