.enroll {
    width: 100%;
    background: #007bff;
    text-align: center;
    color: #fff!important;
    padding: 10px 10px;
    font-size: 15px;
    border-radius: 5px;
}
.brochur {
    width: 100%;
    background: #fff;
    text-align: center;
    color: #007bff;
    padding: 10px 10px;
    border: 1px solid #007bff;
    font-size: 15px;
    border-radius: 5px;
}
.abboxpage_p {
    font-size: 20px;
    font-weight: 600;
    color: #0C0C0C;
}
.purcesnow2{
	color:#fff;
}
.tab {
  overflow: hidden;
  border-radius: 10px;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 70px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;    
  color: #4680F2;
}

.active::after{
	content: '';
	border-bottom: 3px solid #4680F2;
	width: 100%;
	display: block;
 }

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}
.module_box{
	border: 1px solid #dee2e6;
    margin-bottom: 10px;border-radius: 5px;
}