/**** HORIZONTAL TAB ****/
/**********************/
.tab {
 /* float: left;
  background-color: #f1f1f1;
  width: 20%;
  height: 220px;*/
 /* text-align: center; */
 /* margin-bottom: 20px; */
 margin-left: 30px;
 max-width: calc(700px * .9);
 margin: 20px auto 0;
 background: #fff;
 padding: 6px;
 border-radius: 70px;
 display: flex;
 padding: 10px;
 margin: 40px auto 0;
}

/* Style the as inside the tab */
.tab a {
  font-family: 'Montserrat', sans-serif;
  color: black;
  padding: 15px 12px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 18px;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab a:before {
    position: absolute;
    /* content: "\f137"; */
    /* font-family: 'Flaticon'; */
    /* font-size: 26px; */
    /* color: #b6b6b6; */
    /* left: 35px; */
    /* top: 32px; */
    /* transition: all 500ms ease; */
}
/* Change background color of as on hover */
.tab a:hover {
  color: #f190bb;
}

/* Create an active/current "tab a" class */
.tab a.active {
  background-color: #009688;
  color: #fff;
  box-shadow: 0 0px 10px 0px rgb(9 65 132 / 0.5);
  margin-right: 5px;
  margin-left: 5px;
  position:relative;
  border-radius: 70px;
}

/* Style the tab content */
.tabcontent {
  /*float: left;*/
  padding: 0px;
  width: 100%;
  border-left: none;
  background-color: white;
}
/****END HORIZONTAL TAB ****/
/**********************/



@media only screen and (max-width: 700px) {

.box{
	margin-bottom:15px;
	    padding-bottom: 25px;
	}
.row{
	border-spacing:0px;
	}
section{
	
     } 

	.box{
	display:block;
	}

    .box_100,.box_60, .box_50, .box_40, .box_30, .box_25, .box_empty{
	width:auto;		
		}		

  .lift_up{
	margin-top:-55px !important;}
	
line_top{
padding-top:5px;
padding-bottom:5px;
margin-bottom:-35px;
}
.tab{
	margin-left: 0px;
}
.tab a{
	/* display: flex; */
	width: 80%;
	margin-bottom: 10px;
}
.tab a.active {
	margin-left: 0px;
}
.tabcontent{
	padding:0;
}
}


/***list style****/
.service-list li {
    position: relative;
    min-height: 60px;
    align-items: ;
    list-style: none;
    padding: 20px 10px 20px 10px;
}

.colorbg1{
	background:#f9f8f8;
}

