.apland-rangpur-version .welcome_area::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
    background-color: rgba(000, 000, 000,0.75);
}

.bg-black
{
    background-color: #000000;
}

.bg-black-light1
{
    background-color: #222222;
}

.using_benefits_area {
    position: relative;
    z-index: 1;
    background-color: #222222;
}


.using_benefits_area1 {
    position: relative;
    z-index: 1;
    background-color: #1d1d1d;
}


.color-white
{
    color: #ffffff;
}

ul.list{
  list-style: none;
    margin-left: 20px;
}

ul.list li::before {
   font: normal normal normal 14px/1 FontAwesome;
  content: "\f00c";
  color: #ef4b24;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -2em;
    padding-right: 29px;
}

ul.list li {
 padding: 5px 10px;
    color: #ffffff;
/*    color: #00BCD4;*/
  
}

.img-responsive
{
    width:100%;
}

.m-t-40
{
    margin-top: 40px;
}
.addon-icon img
{
    width:125px;
}

.report
{
    padding: 30px;
    background: #171717;
    box-shadow: 0px 0px 0px 12px #242424;
    border: 2px solid #000;
    margin-bottom: 22px;
}

.footer-border
{
    border-top: 7px solid #00263c;
    box-shadow: 8px 8px 8px 11px #34a1ff;
    -webkit-box-shadow: 0px -23px 97px -46px rgba(0,136,255,1);
    -moz-box-shadow: 0px -23px 97px -46px rgba(0,136,255,1);
    box-shadow: 0px -23px 97px -46px rgba(0,136,255,1);
    color: black;
    position: relative;
    z-index: 999;
}


.delivery-method
{
    width: 90px;
    margin: 0px auto;
    display: block;
    margin-bottom: 15px;
}


