.certification_box {
   
	
	
}
.toplevel_page_my-menu li:nth-child(3){
   display:none;
}
#za
{
	background-color:#41a145;
}
#za:hover
{
	color:#fff;
}
#zb:hover
{
	color:#fff;
}
#zb
{
	background-color:#eb6709;
}
h2.title {
    color: black;
    font-size: 35px;
    font-weight: 600;
	text-align: center;
	margin-bottom: 32px;

}
.box_input {
    width: 100%;
    color: #797979;
    padding: 10px;
}
ul.input_list li:before {
   display:none;
}
ul.input_list {
    border-bottom: 1px solid #797979;
    border-left: 1px solid #797979;
    border-right: 1px solid #797979;
	padding: 0 0 1px 10px;
}
ul.input_list li {
    font-size: 17px;
    padding: 5px 0px;
    color: #185500;
    font-weight: 700;
	cursor: pointer;
}
.center-txt {
   text-align: center;
}
i.fas.fa-check-circle {
    font-size: 100px;
    color: #41a145;
    padding: 50px;
}
i.fas.fa-times-circle {
    font-size: 100px;
    color: #d81e06;
    padding: 50px;
}
button.btn {
    padding: 10px 35px;
    font-size: 20px;
    background: #41a145;
    margin: 50px 0px;
    color: white;
}
.user-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
form .user-details .input_box {
    width: calc(100% / 2 - 20px);
	    margin-bottom: 15px ;
}
form .user-details .input_box .details {
    font-weight: 600;
    margin-bottom: 5px;
	display: block;
}
.input_box input {
    height: 45px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding-left: 15px;
    font-size: 16px;
	    transition: all 0.3s ease;
}
.input_box textarea {
   
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding-left: 15px;
    font-size: 16px;
	    transition: all 0.3s ease;
}
i.fas.fa-info-circle {
    font-size: 100px;
    color: #ffa500;
    padding: 50px;
}
button.sumbit {
 
    height: 100%;
    width: 23%;
    color: white;
    background: #41a145;
    border: none;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px;
}
button.sumbit2 {
	    float: left;
    width: 30%;
    margin-top: 30px;

    
    height: 100%;
   
    color: white;
    background: #41a145;
    border: none;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px;
}

p.error_cu
{
	border: 1px solid red;
padding: 10px;
color: #000;
}

p.su_cu
{
	border: 1px solid green;
padding: 10px;
color: #000;
}
#loader_f1 {
   position: absolute;
right: 32px;
font-size: 25px;
top: 251px;
}

.tab {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  
}

/* Style the buttons inside the tab */
.tab button {
  
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 6px 8px;
  transition: 0.3s;
  font-size: 17px;
  border: 1px solid #c3c4c7;
  margin-left: 15px;
  background-color: #dcdcde;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #fff;
  margin-bottom: -1px;border-bottom: 1px solid #f0f0f1;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
 
}