.icon-left {float:left; margin:0px 0px 0px 30px;}
.icon-left p {font-size:16px;}
.btn-warning{background-color:#4db10f; color:#fff; margin:0px auto; font-size:16px; padding:9px 20px;}
.btn-warning:hover{background-color:#124dc4; color:#fff; cursor:pointer;}
/* Dropdown Button */
.dropbtn {
  background-color: #095d07;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none; display: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #0d800a;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative; 
  display: inline-block; 
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;  right:0px;
  background-color: #f1f1f1;
  width: 350px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1111;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black; text-align: center;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

 @media only screen and (max-width: 811px) {
 /* Dropdown Button */
.dropbtn {
  background-color: #095d07;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none; display: block;
  cursor: pointer;
}    
     
}


@media only screen and (max-width: 428px) {
  /* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative; 
  display: inline-block; 
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;  right:0px;
  background-color: #f1f1f1;
  width: 400px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1111;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}
.icon-left{float:left; margin:0px 0px 0px 15px;}
.icon-left img{width:40px !important;}
.icon-left p {font-size:13px !important;}     
}

@media only screen and (max-width: 375px) {

.dropdown {
  position: relative; 
  display: inline-block; 
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;  right:0px;
  background-color: #f1f1f1;
  width: 350px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1111;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}
     
}


