.pt-100{
    padding-top:100px;
}
.pb-100{
    padding-top:100px;
}
.mb-60 {
	margin-bottom: 60px;
}
.section-title p {
	font-size: 12px;
	font-family: Oleo Script;
	margin-bottom: 0px;
	margin-top:50px;
   
}

.about-area hr {
    margin: 4rem 0 5rem 0;
}

.menu p {
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: -17px;
}

.super-script {
    font-size: 10px;
}

.section-title {
    text-align: left!important;
}
.section-title h4 {
	font-size: 35px;
	text-transform: capitalize;
	color: #000;
	position: relative;
	display: inline-block;
	padding-bottom: 25px;
    text-align: left!important;
}

.single_menu_list img {
	max-width: 30%;
	position: absolute;
	left: 0px;
	top: 0;
	border: 1px solid #ddd;
	padding: 3px;
	border-radius: 50%;
	transition: .4s;
}
.menu_style1 .single_menu_list img {
	position: static;
	width: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom: 45px;
}
.single_menu_list h4 {
	font-size: 15px;
	border-bottom: 1px dashed #333;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.single_menu_list h4 span {
	float: right;
	font-weight: bold;
	color: #000;
	font-style: italic;
}
.menu_content {
    margin: 0 0 3rem 0;
}
.menu_content p {
    line-height: 23px;
}
.menu_style1 .single_menu_list {
	text-align: left;
}
.single_menu_list:hover img {
	border-radius: 0;
	transition: .4s;
}

  
  /* ============================================================
      Responsive Table via Data Label
  ============================================================ */
  table {
    border: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }
  .line-spec span{
    line-height: 20px!important;
    font-style: italic;
  }
  .line-spec {
    line-height: 26px!important;

  }
  table thead {
    background: transparent;
    height: 60px !important;
    border-top: 1px solid #dfe2e5;
  }
  .table thead th {
    vertical-align: bottom;
    border: 0px !important;
    font-size: 15px;
}
  table thead tr th:first-child {
    padding-left: 45px;
  }
  table thead tr th {
    text-transform: uppercase;
    line-height: 60px !important;
    text-align: left;
    font-size: 11px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  table tbody {
    background: #fff;
  }
  table tbody tr {
   
    height: 60px;
  }
  table tbody tr td:first-child {
    padding-left: 45px;
  }
  table tbody tr td {
    height: 60px;
    line-height: 60px !important;
    text-align: left;
    padding: 0 10px;
    font-size: 14px;
  }
  table tbody tr td i {
    margin-right: 8px;
  }
  
  @media screen and (max-width: 800px) {
    table {
      border: 0px solid transparent;
      box-shadow: none;
    }
    table thead {
      display: none;
    }
    table tbody tr {
     
    }
    table tbody tr td:first-child {
      padding-left: 10px;
    }
    table tbody tr td:before {
      content: attr(data-label);
      float: left;
      font-size: 10px;
      text-transform: uppercase;
      font-weight: bold;
    }
    table tbody tr td {
      display: block;
      text-align: right;
      font-size: 14px;
      padding: 0px 10px !important;
      
    }
  }



