.page-title.d-flex {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}
span.fr.month {
    position: absolute;
    right: 0;
    bottom: 5px;
}
.page-title.d-flex .right-timer {
    margin-left: auto;
    position: relative ;
}
.new-design table.basic tr > td {
    border: none !important;
}
.new-design table.basic {
    border: none !important;
}
.new-design table.basic table {
    background-color: #fff;
    box-shadow: 0 0 4px #ddd;
}
.top-title h1 {
    font-weight: 600;
}
.top-title {
    width: 100%;
}
.new-design table.basic table tr td {
    padding: 20px 15px 0px !important;
}
.new-design table.basic table tr td strong.counter {
    background-color: #333;
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 30px;
}
.checkbox{
    display: flex;
}
.checkbox label{
    width: 100%;
}
.checkbox input {
    transform: scale(1.3);
    margin: 0 7px 0 0;
}
.checkbox span {
    font-size: 15px;
}
.new-design .checkbox {
    margin: 0 0 8px 0;
}
.new-design small {
    font-size: 14px;
    margin: 9px 0 0;
}
.new-design table.plain td {
    font-size: 15px;
}
.new-design table.plain td input.submit-button {
    padding: 12px 20px;
    font-weight: 300;
    font-size: 15px;
}
.new-design .basic table.plain {
    background-color: transparent;
    margin: 20px 0 0;
    box-shadow: none;
}
.new-design .basic table.plain td {
    padding-top: 0 !important;
}
.page-title.d-flex .top-title {
    width: 100%;
}