
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900');

/**********************************************************************************************/

.micr-dr-left{float:left;width: 33%;font-family: 'Poppins', sans-serif;margin-right: 5%;/* text-align: center; */}
.micr-dr-left img{ float:left; width:100%;}
.micr-dr-img{ float:left; width:100%;border: 1px solid #e6e6e6;}
.micr-dr-cnt{float:left;width:100%;padding: 15px 0px;font-family: 'Poppins', sans-serif;text-align: center;}
.micr-dr-cnt h3{float:left;width:100%;font-size: 14px;color: #44af51;font-family: 'Poppins', sans-serif;text-align: center; line-height: 18px;
 margin-bottom: 10px;}
.micr-dr-cnt p{ font-size:13px; color:#666666; font-family: 'Poppins', sans-serif;line-height: 20px;}
.micr-dr-cnt .micr-dr-bok{float:left;width:100%;text-align:center;color:#fff;background:#005aaa;padding: 12px 5px;font-family: 'Poppins', sans-serif;font-weight: 600;line-height: 20px;}
.micr-dr-cnt .micr-dr-bok:hover{background:#44af51;}
.micr-dr-right{float:right;width: 62%;}
.micr-dr-right h2{font-size: 18px;color: #005aaa;margin-bottom: 15px; font-weight: 600;}
.mic-list li ul{ margin-top:10px; float:left; width:100%;}
.bold{ font-weight:700;}



/**********************************************************************************************/

.group::after, .tabBlock-tabs::after {
  clear: both;
  content: "";
  display: table;
}

*, ::before, ::after {
  box-sizing: border-box;
}



ol, ul {
	margin:0;
	padding:0;
}

			
							

.unstyledList, .tabBlock-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tabBlock-tabs {
	text-align: center;
	/*background-color:rgba(157, 21, 26, 0.7);*/
}
.tabBlock {
  margin: 0 0 25px 0;
  float:left; 
  width:100%;
}

.tabBlock-tab {

  border-right:1px solid #b5b5b5;
 color: #27282c;
  cursor: pointer;
  /* float: left; */
  display: inline-block;
      padding: 12px 20px;
  position: relative;
  transition: 0.1s ease-in-out;
  margin:0;
     font-size: 20px;
    font-weight: 200;
    text-transform: capitalize;
 
  text-align:center;
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
}
.tabBlock-tab:last-child{
	border-right:0;
	}
/***********/





/*.tabBlock-tab:last-of-type {
  border-right-style: solid;
}
.tabBlock-tab::before, .tabBlock-tab::after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  transition: 0.1s ease-in-out;
}
/*.tabBlock-tab::before {
  background-color: #ed87bd;
  left: -2px;
  right: -2px;
  top: -2px;
}
.tabBlock-tab::after {
  background-color: transparent;
  bottom: -2px;
  left: 0;
  right: 0;
}*/
.tabBlock-tab.is-active:after {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: -15px;
    margin-left: -10px;
    content: '';
    /* border-right: 15px solid transparent; */
    /* border-left: 15px solid transparent; */
    /* border-top: 15px solid #00AD44; */
    height: 10px;
    background: #bf2b37;
    width: 10px;
    border-radius: 30px;
}
.tabBlock-tab:hover {

 color: #27282c;
}
.tabBlock-tab.is-active {
  position: relative;
  
      color: #bf2b37;
    z-index: 1;
    background-color: #ffffff;
}
/*.tabBlock-tab.is-active::before {
  background-color: #d870a9;
}
.tabBlock-tab.is-active::after {
  background-color: white;
}
*/
.tabBlock-content {
	/*background-color:#F7F7F7;
  border: 2px solid #d8d8d8;*/
/*	background: #fff;*/
	padding: 0px 0 0 0;
	overflow:hidden;

}
.tabBlock-content p{color: #444;float: left;width: 100%;}
.tabBlock-content h2{/* color: #C6070C; *//* margin-bottom: 10px; */}
.tabBlock-content hr{border-left: none;
margin: 5px 0px 15px 0px;}
.progtab {
    border: 1px solid #ccc;
    width: 100%;color: #000; margin-bottom: 15px;
}

.progtab tr td {
    padding: 1% 1% 1% 1%;
    font-weight: 500;
}

.progtab tr td:first-child {
   
    font-weight: bold;
}
.tabBlock-pane > :last-child {
  margin-bottom: 0;
  
}

.progtab tr th{width: 20%;}
/***********************640px *************************************/
@media only screen and (max-width: 640px) {
.micr-dr-left{ width:100%; margin:0 0 25px 0}
.micr-dr-right{ width:100%; margin:0;}
}

/***********************480px *************************************/
@media only screen and (max-width: 480px) {
.tabBlock-tab {
  padding: 10px 10px;
  font-size:18px;
  border-right:0;
 width:100%;
 margin:0 0 1px 0;

}
.tabBlock-tab.is-active:after{ margin-bottom: 15px;}
.tabBlock-content { padding: 0; border: none;}
.tabBlock-tab.is-active {font-weight: 600; } 
}

/***********************640px *************************************/
@media only screen and (max-width: 360px) {

.tabBlock-tab {
  padding: 10px 10px;
  font-size:14px;

}

}