body .nofeatures {
    border: none !important;
}
body .nofeatures:hover {
    cursor: auto !important;
}
body .nocolor {
    background: none !important;
}
body .backy:hover {
    background: #ebebeb;
    cursor: pointer;
}
body .price .submenu ul li:nth-child(1) {
    margin-left: 250px;
}
body .price .content .inner .frst {
    margin-top: 70px !important;
}
body .price .content .inner h4 {
    font-size: 24px;
    font-family: Gals;
    font-weight: bold;
    max-width: 100%;
}
body .price .content .inner p {
    max-width: 100%;
    line-height: 1.2;
    font-family: Gill;
    font-size: 18px;
}
body .price .content .inner .hidden {
    max-width: 100%;
    padding: 10px 5px;
    line-height: 1.2;
    margin: 0;
}
body .price .content .inner .additionalservice ul {
    padding-left: 5px;
}
body .price .content .inner .additionalservice ul li {
    margin-bottom: 5px;
}
body .price .content .inner .additionalservice .col1 {
    padding-right: 30px;
    cursor: pointer;
    padding-left: 0px;
}
body .price .content .inner .additionalservice .col1 p {
    width: 450px !important;
}
body .price .content .inner .additionalservice .col2 {
    width: 172px;
}
body .price .content .inner .additionalservice .col1_1 p {
    margin: 10px;
    margin-left: 5px;
    width: auto;
    display: inline-block;
    padding: 0px;
    border-bottom: 1px dashed #000;
}
body .price .content .inner table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 50px;
}
body .price .content .inner table p {
    font-size: 16px;
}
body .price .content .inner table .lastrow {
    border-bottom: 3px solid #000;
    height: 30px;
}
body .price .content .inner table thead tr {
    border-top: 3px solid #000;
    border-bottom: 1px solid #000;
    display: table-row;
    max-width: 600px;
}
body .price .content .inner table thead tr td {
    width: 100px;
    text-align: center;
}
body .price .content .inner table thead tr td p {
    margin: 10px;
    width: auto;
    display: inline-block;
    text-align: center;
    padding: 0px;
    font-weight: bold;
    border-bottom: 1px dashed #000;
}
body .price .content .inner table thead tr td p:hover {
    cursor: help;
}
body .price .content .inner table thead tr .col1 {
    width: 370px !important;
}
body .price .content .inner table thead tr .col1 p {
    text-align: left !important;
}
body .price .content .inner table thead tr .prompt {
    display: inline-block;
    position: relative;
}
body .price .content .inner table thead tr .prompt:hover::after {
    content: attr(data-title);
    position: absolute;
    left: 120%;
    top: 120%;
    z-index: 1;
    background: #ebebeb;
    padding: 10px;
    text-align: left;
    font-weight: normal !important;
}
body .price .content .inner table tr {
    display: table-row;
    -webkit-transition: background 0.25s ease;
    -moz-transition: background 0.25s ease;
    -o-transition: background 0.25s ease;
    -ms-transition: background 0.25s ease;
    transition: background 0.25s ease;
}
body .price .content .inner table tr:hover {
    background: #ebebeb;
    cursor: pointer;
}
body .price .content .inner table tr:last-child:hover {
    background: none;
    cursor: auto;
}
body .price .content .inner table tr td {
    width: 100px;
}
body .price .content .inner table tr td p {
    margin: 0;
    width: auto;
    text-align: center;
    padding: 10px 10px 10px 5px;
}
body .price .content .inner table tr .col1 {
    width: 300px !important;
}
body .price .content .inner table tr .col1 p {
    text-align: left !important;
}
