@media (min-width: 1024px){
.title-1 {
    font-size: 3rem;
    line-height: 1;
}
}
@media (min-width: 640px){
.title-1 {
    font-size: 3rem;
    line-height: 1;
}
}
.title-1 {
    font-size: 4rem;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: -.025em;
    --tw-text-opacity: 1;
    color: rgb(22 28 44/var(--tw-text-opacity));
	font-family: notobold;
	padding: 50px;
    text-align: center;
}
.price-box:hover {
    bottom: 10px;
}
.price-box {
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 2px solid #f3f3f3;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
    bottom: 0;
}
.price-box header {
    background-color: #1396e2;
    margin: -2px;
    padding: 20px 0;
}

.price-box header h2 {
    border: none;
    color: #fff;
    font-size: 36px;
    font-weight: lighter;
    margin: 0;
    padding: 0;
}
.price-box .price {
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #073855;
    color: #fff;
    margin: 0 -2px;
    padding: 10px 0;
}
.price-box ul {
    list-style: none;
    padding-left: 0;
    padding-bottom: 10px;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}
.price-box ul li {
    border-bottom: 2px solid #f3f3f3;
    padding: 10px 0;
}.price-box ul li span {
    font-weight: bold;
}.price-box ul li.not-available {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    text-decoration: line-through;
}
.price-box ul li {
    border-bottom: 2px solid #f3f3f3;
    padding: 10px 10px;
}


.price-box .fdfd {
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #073855;
    color: #fff;
    margin: 0px;
    padding: 10px 0;
	border: 0px;
	opacity: 0.5;
}
.norm{
font-size:1.5rem;

}
.ttg{
	font-size:1.5rem!important;
	padding-left:10px!important;
}

.submit-pricing {
    border: 2px solid #f3f3f3;
    padding: 15px 20px;
    margin-bottom: 30px;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0;
}.submit-pricing table thead tr th.title {
    color: #1396e2;
    font-size: 24px;
    text-align: center;
}
.submit-pricing table thead tr th {
    border: none;
    font-weight: lighter;
    font-size: 18px;
    padding: 0;
    width: 25%;
    vertical-align: middle;
}
.submit-pricing table tbody tr.prices td {
    border: none;
    color: #073855;
    font-size: 14px;
    padding-bottom: 15px;
}
.submit-pricing table tbody tr td:first-child {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    text-align: left;
}
.submit-pricing table tbody tr .norm:first-child {
	opacity: 1;
}
.submit-pricing table tbody tr .norm.ttg:first-child {
	opacity: 0.6;
}
.submit-pricing table tbody tr td {
    border: none;
    border-top: 2px solid #f3f3f3;
    font-size: 1.5rem;
    width: 25%;
    vertical-align: middle;
    padding: 10px 0;
    text-align: center;
	font-family:noto;
}

.fdfd {
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #073855;
    color: #fff;
    margin: 0px;
    padding: 10px 0;
    border: 0px;
    opacity: 0.5;
	font-size: 1.5rem!important;
    text-align: center!important;
}

.btn.btn-default:active, select.btn-default:active {
    -moz-box-shadow: 0px 2px 2px transparent, inset 0px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 2px transparent, inset 0px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 2px transparent, inset 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.btn.btn-default:hover, select.btn-default:hover {
    background-color: #128dd4;
}
.btn.btn-default, select.btn-default {
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background-color: #1396e2;
    color: #fff;
}
.fa.fa-check{
	color: #74B72E;
}
.fa.fa-times{
	color: red;
}
@media screen and (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;
}}