.all_page
  {
    display: none;
  }

/*  {
    font-size: 22px;
  }*/

  .verdana
    {
      font-family:Verdana;
    }
  .line_height_120
    {
      line-height: 140% ;
    }

  .box_with_blue_dashed_border 
   {
      border:3px dashed #9B0F16; padding:10px
   } 
  .access_now_link
    {
      font-size:25px;
      color:#204176;
    }
/*  .ul 
    {
      list-style-type: none;
      padding-left:0;
    }*/
  .text_yellow_bg
    {
      background-color: #ffcf3f;
      color:black;
    } 
  .fa-bullets li
    {
      margin-left: 25px;
      font-family: 'Anton', sans-serif;
    } 
  .text_white , .white_text
    {
      color:white;
    } 
   .bg_yellow
    {
      background-color:#ffdd47;
      color:#222222;
    }   
   
  .italic 
    {
      font-style: italic;
    } 
  .font_20  
    {
      font-size:24px;
    } 
  .margin_top_10
    {
      margin-top: 10px;
    }

   .padding_top_10 
    {
      padding-top: 10px;
    } 
  .margin_bottom_25
    {
      margin-bottom: 25px;
    }  
  .margin_bottom_40
    {
      margin-bottom: 40px;
    }    
  .strong, .text-bold
    {
      font-weight: bold
    }
  .fittext1
    {
      /*color:#222222;*/
    }  
   .fittext2   
    {

    }

body
  {
    padding-top: 0;
  }
 .bg_grey 
  {
    background-color: #f1f1f1
  } 
  
 .bg_green
  {
    background-color: #57a892;
    color:#ffffff;
  } 
 .bg_black
  {
    background-color: #000000;
    color:#ffffff;
  } 
 .bg_blue
  {
    background-color: #5D7FA6;
    color:#ffffff;
  }
 .bg_pink 
  {
    background-color: #943156;
    color:#ffffff;
  }
  .bg_light_green 
    {
      background-color: #1BBCBA;
      color:#ffffff;
    }
  .bg_brown 
  {
    background-color: #47402E  ;
    color:#ffffff;
  }
  .bg_very_light 
    {
      background-color:#f1f1f1;
    }
    .bg_white 
    {
      background-color:#ffffff;
    }
  .bg_dark_red
    {
      background-color: #B02121;
      color:#ffffff;
    }
 .padding_top_bottom_20
  {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .yellow_bg_for_text
    {
      background: url('http://pum.wdsmembers.com/components/images/yellow_magbg.jpg') no-repeat;  background-position: center; 
    }
  .padding_bottom_20
    {
      padding-bottom: 20px;
    }
  .padding_bottom_100
    {
      padding-bottom: 100px;
    }  
  .merriweather
    {
      font-family: 'Merriweather', serif;
    } 
  .merriweather
    {
      font-family: 'Merriweather', serif;
    }  
  .text-brown
    {
      color:#633e2e;
    }  
  .no_margin_top
    {
      margin-top:0;
    }

   .bg_gray
    {
      background-color: #424242;
      color:white;
    } 
   .bg_light_gray
    {
      background-color: #EEEEEE;
      color:black;
    } 
  .large_li
    {
      font-size: 30px;
    }

   .lighter_black
    {
      color:#000000;
    }
   .red_text
    {
      color:#b22020;
    } 
   .lato_font
    {
      font-family: 'Lato', sans-serif !important;
    }
   .cosmo_font
    {
      font-family: 'Cosmo';
      color:#e82583;
      text-transform: uppercase;
      letter-spacing: -2px;
    } 
   .black_text  
    {
      color:#000000;
    } 
   .font_16
    {
      font-size: 16px;
    }  
   .smaller
       {
        font-size: 18px;
       }
    .text_light_blue
      {
        color:#66d1ff;
      }  
    .text_yellow
      {
        color:#ffd800;
      }   

/*Pricing 2*/

  
.pricingTable{
    text-align: center;
    transform: translateY(0);
    transition: all 0.3s ease 0s;
}
.pricingTable:hover{
    transform: translateY(-20px);
    box-shadow: 0 0 20px #000;
}
.pricingTable .pricingTable-header{
    background: #3d3d3d;
    padding: 20px 0;
    position: relative;
    transition: all 0.3s ease 0s;
}


.pricingTable:hover .pricingTable-header{
    background: #34accd;
}
.pricingTable .pricingTable-header:before,
.pricingTable .pricingTable-header:after{
    content: "";
    width: 25px;
    height: 20px;
    background: #313131;
    position: absolute;
    bottom: 0;
}
.pricingTable .pricingTable-header:before{
    left: 0;
}
.pricingTable .pricingTable-header:after{
    right: 0;
}
.pricingTable .title{
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.pricingTable .currency{
    display: inline-block;
    font-size: 25px;
    font-weight: 900;
    color: #fff;
    margin-right: 3px;
}
.pricingTable .price-value{
    display: inline-block;
    font-size: 25px;
    font-weight: 900;
    color: #fff;
    padding-right: 5px;
}
.pricingTable .month{
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}
.pricingTable .pricing-content{
    background: #313131;
    padding: 25px 20px;
}
.pricingTable .pricing-content ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.pricingTable .pricing-content ul li{
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}
.pricingTable .pricing-content ul li span{
    font-weight: 700;
    padding-right: 5px;
}
.pricingTable .pricingTable-signup{
    display: block;
    padding: 10px 0;
    background: #3d3d3d;
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup:hover{
    box-shadow: 0 0 10px #34accd;
}
.pricingTable:hover .pricingTable-signup{
    background: #34accd;
}
@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 40px; }
}
/*Pricing 2*/



/*breadcrump*/
.breadcrumb {
    padding: 0px;
    background: transparent;
    list-style: none;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.breadcrumb>li {
    display: table-cell;
    vertical-align: top;
    width: 1%;
}

.breadcrumb>li+li:before {
    padding: 0;
}

.breadcrumb li a {
    color: white;
    text-decoration: none;
    padding: 10px 0 10px 20px;
    position: relative;
    display: inline-block;
    width: calc( 100% - 10px );
    background-color: hsla(0, 0%, 83%, 1);
    text-align: center;
    text-transform: capitalize;
}

.breadcrumb li.completed a {
    background: brown;
    background: hsla(153, 57%, 51%, 1);
}

.breadcrumb li.completed a:after {
    border-left: 30px solid hsla(153, 57%, 51%, 1);
}

.breadcrumb li.active a {
    background: #ffc107;
}

.breadcrumb li.active a:after {
    border-left: 30px solid #ffc107;
}

.breadcrumb li:first-child a {
    padding-left: 15px;
}

.breadcrumb li:last-of-type a {
    width: calc( 100% - 38px );
}

.breadcrumb li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}

.breadcrumb li a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid hsla(0, 0%, 83%, 1);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}


.light_gray_text 
  {
    color:#888888;
  }
