
/** New Table **/  
.cmt-table .btn-download { width: 200px; color: #fff; font-size: 15px; text-transform: inherit; font-weight: 400; padding: 10px 20px 12px; line-height: 32px; background-color: #129cf6; border-color: #129cf6;
  -ms-box-shadow: 7px 7px 9px 1px rgba(0, 0, 0, .2);
  box-shadow: 7px 7px 9px 1px rgba(0, 0, 0, .2)
}
.cmt-table .btn-download:active,
.cmt-table .btn-download:focus { color: #fff }
.cmt-table .btn-download:hover { color: #fff; background-color: #0086de;  border-color: #0086de; }
.cmt-table .btn-buynow {  width: 200px; color: #fff;  font-size: 16px; text-transform: inherit; font-weight: 400; padding: 10px 20px 12px; line-height: 32px;  background-color: #0cb041; border-color: #0cb041;
  -ms-box-shadow: 7px 7px 9px 1px rgba(0, 0, 0, .2);
  box-shadow: 7px 7px 9px 1px rgba(0, 0, 0, .2)
}
.cmt-table .btn-buynow:active,
.cmt-table .btn-buynow:focus { color: #fff }
.cmt-table .btn-buynow:hover { color: #fff; background-color: #009d33; border-color: #0cb041; }


/* Table CSS Start  */
.cmt-table .table th:nth-child(1), .cmt-table .table td:nth-child(1) {
width: 700px;
text-align: left;
}

.cmt-table .table th:nth-child(2), .cmt-table .table th:nth-child(3) {
width: 234px;
}

.cmt-table .table th, .cmt-table .table td {
text-align: center;
}

.cmt-table .table th:nth-child(2) {
color: #4c4c4c;
font-size: 1rem;
line-height: 1.125rem;
font-weight: 700;
padding: 13px 0;
border: solid 1px #d2d1d1;
border-bottom: none;
border-radius: 6px 6px 0 0;
border-top: 1px solid #d2d1d1 !important;
}

.cmt-table .table th:nth-child(3) {
background: #0070ff !important;
color: #ffffff !important;
font-size: 16px;
line-height: 60px;
font-weight: 500;
position: relative !important;
}

.cmt-table .table th:nth-child(3):before {
width: 16px;
content: "";
height: 7px;
position: absolute;
left: 50%;
bottom: -7px;
margin-left: -8px;
background: url(https://www.advancedpccleanup.com/images/trengal-arrow.png) no-repeat 0 0;
}

.cmt-table .table .table-title {
color: #4c4c4c;
font-size: 1.875rem;
font-weight: 700;
margin: 0;
}

.table > thead > tr > th {
border-bottom: 1px !important;
}

.cmt-title {
color: #4c4c4c;
font-size: 1.20rem;
font-weight: 700;
margin: 0;
line-height: 31px;
}

.cmt-table tbody p {
color: #4c4c4c;
font-size: 1rem;
line-height: 1.1875rem;
margin: 0 0 3px;
}

.cmt-table tbody td {
border: solid 1px #d2d1d1;
border-collapse: collapse;
padding: 15px 20px !important;
}

.cmt-table tbody td:nth-child(2), .cmt-table tbody td:nth-child(3) {
background: #f4f4f7;
line-height: 70px;
}

.cmt-table tfoot td {
padding: 15px 20px !important;
border-bottom: none!important;
border-top: none!important;
}

.table>:not(:last-child)>:last-child>* {
border-bottom-color: #ddd;
}

.cmt-table tfoot td:nth-child(1) p {
margin-bottom: 0;
margin-top: 15px;
}

.cmt-table .btn img {
margin-right: 10px;
}

.cmt-table .table tbody td:nth-child(1) {
border-left: 1px solid #ddd;
}

.feature-table-outer table {
margin-left: 1px;
width: 99%;
}

.feature-table-outer {
padding: 100px 0px 0px 0px;
}

/* Table css End  */

@media (max-width: 1199px) {

}

@media (max-width: 991px) {
.feature-table-outer table {
    table-layout: fixed;
}

.cmt-table .table th:nth-child(1), .cmt-table .table td:nth-child(1) {
    width: 315px;
}

.cmt-table .table th:nth-child(2), .cmt-table .table th:nth-child(3) {
    width: 200px;
}
.cmt-table tfoot td  { padding: 15px 5px!important; }
.cmt-table .btn-download,
.cmt-table .btn-buynow {width: 180px; padding: 10px 10px 12px;  }


}

@media (max-width: 767px) {
 
.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
    white-space: normal !important;
}

  

.cmt-table .btn img { 
    margin-right: 5px;
    width: 18px;
}
}

@media only screen and (max-width: 575px) {
 
}


