.wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.intro {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #34b7f0;
  text-align: center;
  background: white;
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}


.comparison-table {
  display: block;
  width: 100%;
  padding: 10px;
  border-collapse: separate;
  border-spacing:0em;
  margin-bottom: 30px;
}
.comparison-table thead tr {  
  font-size: 16px;    
}
.comparison-table tr td { 
  border-right: 1px solid #dfe3e4 !important;  
  color: #727272 !important;
}
.comparison-table tr td:last-child{
  border-right: 1px solid #dfe3e4 !important;
}
.comparison-table tr td:first-child{
  border-left: 1px solid #dfe3e4 !important;
}
.comparison-table thead tr td {
  padding: 10px !important;
  color: #fff !important;
  background-color: #41515B;
  border-right: 1px solid #fff !important;
  border-left: none !important;
  font-weight: bold !important;
}
.comparison-table tr:last-child td{
  border-bottom: 1px solid #dfe3e4 !important;
}

.comparison-table.project_table.completed_table tr td:first-child{
  background-color: #FFFFFF !important;
  border-left: none !important;
  border-bottom: none !important;
  color: #41515B !important;
  font-weight: bold;
  text-align: left;
  font-size: 16px;
}

.comparison-table.project_table.completed_table tr td:nth-child(2) , .comparison-table.project_table.completed_table tr td:nth-child(3){
 text-align: left;
 padding-left: 10px; 
}

.comparison-table.project_table.completed_table tr td:last-child{
 text-align: right;
 padding-right: 15px;
}

.comparison-table.project_table.completed_table thead tr td{
  text-align: center !important; 
}
.ongoing_table.comparison-table tr:last-child td{
  font-weight: normal;
}
/* .comparison-table thead tr td {
  border: none !important;
} */
.custom_table_tab_section {
  padding-top: 16px;
}
/*.custom_marker_left {
  width: 50% !important;
}
.custom_marker_left {
  width: 4% !important;
}*/

.table_01 table tr td{
  width: 20% !important;
  max-width: none !important;
}
.table_02 table tr td{
  width: 19% !important;
  max-width: none !important;
}
.comparison-table .total_title tr td{
  padding-top: 12px;
  background-color: transparent !important;
  color: #34B7F0 !important;
}


@media screen and (max-width: 767px) {
  .comparison-table{
    width: 658px !important;    
  }
  .matchinery_table.comparison-table{
    width: auto !important;
  } 
  .comparison-table2{
    width: 450px !important;     
  }
  .table_container{
    overflow-x: scroll !important;
  }
  .comparison-table tr td {
    font-size: 14px !important;  
    display: table-cell !important;  
    /*width: auto !important;*/
  }
  .comparison-table thead tr td {
    font-size: 14px !important;
    font-weight: bold;
  }
  .table_tab_section{
    padding-top: 0px !important;
    padding-bottom: 0px !important
  }
  .table_tab_section .container{
    width: 100%;
    padding: 15px;
    margin-top: 0px;
  }
  .table_tab_section .container h2{
    margin-top: 15px;
  }
  .table_tab_section .tabs > li{
    padding: 20px 18px !important;
  }
  .table_tab_section .tab__content > li .content__wrapper{
    padding: 15px !important;
  }
}
.comparison-table tr {
  width: 100%;
}
.comparison-table tr td {
  /* border-right: 2px solid #34b7f0; */
}
.comparison-table tr:first-child td {
  /* border-top: 2px solid #34b7f0; */
}
.comparison-table tr:first-child td:first-child {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}
.comparison-table tr:first-child td:last-child {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
.comparison-table tr:last-child td {
  /* border-bottom: 2px solid #34b7f0; */
}
.comparison-table tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.comparison-table thead tr td:first-child {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius:0px !important;
}
.comparison-table thead tr td:last-child {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius:0px !important;
}
.comparison-table tr:last-child td:last-child {
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.comparison-table tr td:first-child {
  width: 8%;
  padding: 10px;
  color: #727272;
/*   border-left: 2px solid #34b7f0; */
  text-align: left;
}
.project_table.comparison-table tr td:first-child {
  width: 4%;
  padding: 10px;
}
.comparison-table tr td:first-child + td {
  width: 4%;
  padding: 10px;
}
.project_table.comparison-table tr td:first-child + td {
  width: 15%;
  padding: 10px;
}
.comparison-table tr td.marker {
  width: 0%;
  text-align: center;
  vertical-align: middle;
}
.comparison-table tr td.marker[content="✔"] {
  color: #34b7f0;
}
.comparison-table tr:nth-child(even) {
  background: #eaf2f5;
}
/* @media (max-width: 525px) {
  .comparison-table td, .comparison-table tr td, .comparison-table tr td.marker, .comparison-table tr td:first-child, .comparison-table tr td:first-child + td {
    position: relative;
    display: block;
    width: 100%;
    border-top: none;
    border-bottom: none;
    border-left: 2px solid #34b7f0;
  }
  .comparison-table tr:first-child td:first-child {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
  }
  .comparison-table tr:first-child td:last-child {
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
  }
  .comparison-table tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .comparison-table tr:last-child td:last-child {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom: 2px solid #34b7f0;
  }
  .comparison-table tr td:first-child {
    border-top: 2px solid #34b7f0;
  }
  .comparison-table tr td:first-child + td {
    padding: 0 10px 10px;
  }
  .comparison-table tr td.marker {
    padding: 10px;
    font-weight: bold;
  }
  .comparison-table tr td.marker:before {
    content: "Package 1: ";
  }
  .comparison-table tr td.marker + td.marker:before {
    content: "Package 2: ";
  }
  .comparison-table tr td.marker + td.marker + td.marker:before {
    content: "Package 3: ";
  }
  .comparison-table thead tr td.marker {
    display: none;
  }
} */