/* CSS Document */

#service-sec{
    padding-bottom: 0;
}
.price-area{
    padding-top: 60px;
}
.ticket{
    font-size: 13px;
    text-align: right;
    margin-bottom:40px;
    margin-top: -10px;
    color: #C28565;
}
.contact-info-wrap {
    background-color: #93E2C2;
}
.social-links .social-title{
    color: #93E2C2!important;
}
.h2-s {
    font-size: 36px;
}

table{
  border-collapse: collapse;
  width: 100%;
     border:initial;
}
.tb01 th,
.tb01 td{
  padding: 10px;
    border:initial;
 border-bottom: 1px dotted #ccc;
    text-align: left;
    color: var(--body-color);
}
.tb01 th {
  width: 30%;
    font-weight: normal;
}

.tb01 tr td ol {
    padding-left: 15px;
}

@media (max-width: 575px) {
.title-area .sec-text {
    text-align: left;
}
    .title-area .sec-text br {
    display: none;
}
    .ticket{
    font-size: 13px;
    text-align: left;
        margin-top: 0px;
}
    .tb01 {
    width: 100%;
  }
  table.tb01 th,
  table.tb01 td {
    display: block;
    width: 100%;
  }
    .tb01 th {
    font-weight: bold;
    padding-bottom: 0px;
    border-bottom: none;
}
}
