        .column2 {
  float: left;
  width: 50%;
   height: 140px;
  padding:0px;/* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row2:after {
    
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column2 {
    width: 100%;
    
   
  }
}
    
    .example_d {
color: white !important;
background: #efa321;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border: 1px solid white !important;
border-radius: 50px;
display: inline-block;
font-size:18px;

}
.example_d:hover {
color: #494949 !important;
border-radius: 50px;
border-color: #494949 !important;
transition: all 0.3s ease 0s;
background: white;
}

.progress-bar {
				width: 100%;
				background-color: #e0e0e0;
				padding: 0px;
				border-radius: 3px;
				box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
			height: 100%;
			}
			
			.progress-bar-fill {
				display: block;
				height: 100%;
				background-color: #39cea9;
			
				transition: width 500ms ease-in-out;
				float:right;
			}
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 10px 0;
  background-color: #f47124;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}







           .how-container {
  width: 96%;
  height: 25vw;
  margin-bottom: 30px; 
  border:2px solid white;
  background-color:white;
  box-shadow: 2px 2px 2px 2px #888888;
   margin-left:20px;
}

.left-container {
  float: left;
  height: 25vw;
  width: 50%;
}

.right-container {
  display: flex;
   background: #fff;
  width: 35%;
  float: right;
 height: 24.7vw;
  padding:30px;
 
}

.left-content {
  width: 100%;
  height: 21vw;
  
}













.right-content {
  max-width: 100%;
  
}


@media screen and (max-width: 999px) {
    .responsive {
  width: 100%;
  height: auto;
  
}
  .how-container { border:none;display: block; width: 100%; height: auto; text-align: center; margin: 0 auto 60px auto;}
  .left-container  {display: block; width: 100%; height: auto; float: none; text-align: center; margin: 15px auto 0px auto;}
  .right-container {display: block; width: 100%; height: auto; float: none; text-align: center; padding:0px;}
  .left-content {display: block; width: 100%; height: auto; float: none; text-align: center; margin: 15px auto 0px auto;padding:0px;}
  .right-content {display: block; width: 100%; height: auto; float: none; text-align: center; max-width: 100%;}
}
  

.wrapper {
	padding: 5px;
	max-width: 1100px;
	width: 100%;
	margin: 20px auto;
}


.nav1 li {
  display: inline-block;
  font-size: 20px;
  padding-left: 20px;
  padding-right:20px;
 
}
.menu_top:hover
{
 background-color: #cc3360;
 
}
.nav2 {
   list-style-type: none;
  
  margin: 0;
  padding-top: 20px;
  margin-left:15px;
}
.nav2 li {
  display: inline-block;
  font-size: 20px;
  padding-left: 20px;
  padding-right:20px;
  border:1px solid gray;
  background-color:white;
  border-radius:10px;
  margin-right:15px;
 
}
.nav3 {
   list-style-type: none;
  
  margin: 0;
  padding-top: 20px;
  margin-left:15px;
}
.nav3 li {
  display: inline-block;
  font-size: 20px;
  padding-left: 20px;
  padding-right:20px;
  border:1px solid gray;
  background-color:white;
  border-radius:20px;
  margin-right:15px;
 
}
.menu_spe
{
    color:black;
}
.active2, .menu_spe:hover {
 border:2px solid white;
  background-color: #f47124;
  color:white;
}
   
 .column_main {
  float: left;
  width: 50%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row_main:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */

      