/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

.top-header .main-nav.level-arrows-on>li.has-children>a .menu-text {
    padding-right: 15px;
}

.sub-nav {
    border-radius: 5px;
}
     
.table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #7d7d7d;
    background: #ffffff;
    margin-bottom: 6px;
    padding: 0;
    overflow: hidden;
    border-bottom: 0;
}

.table-row:not(.first):not(.last) {
    border-bottom: 2px solid #d2d2d2;
}

.table-row.first {
    border-radius: 5px;
    overflow: visible;
}
 
.table-row.second {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.table-row.last {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.table-row.small {
    margin-bottom: 0;
}
  
  /* sup {
      top: -1em;
      font-size: 16px;
  } */
  
.table-row .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.table-row.first .image-title {
    display: none;
}

.table-row .image-title {
    position: absolute;
    top: 10px;
    width: 100%;
    text-align: center;
}

.table-row .image-title p {
    color: #422293;
    font-weight: 500;
}
  
.table-row .img {
    position: relative;
    flex-direction: column;
    padding: 10px;
    flex: 1;
}

.table-row .img img {
    max-width: 100%;
    display: block;
    border-radius: 0;
    position: relative;
    z-index: 2;
}
  
.table-row .img .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fd695d;
    font-size: 25px;
    line-height: 40px;
    color: #353538;
    z-index: 3;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    padding: 5px;
    width: 100%;
}
  
.column.price {
    flex-direction: column;
    flex: 2;
}

.table-row.small .cloud-logo {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.table-row.small .cloud-logo h4, .table-row.small .cloud-logo p {
    position: absolute;
    text-align: center;
    font-size: 18px;
    top: 10px;
    right: 0;
    left: 0;
    line-height: 1 !important;
    color: #1d568b;
}
  
.table-row.small.first .cloud-logo h4, .table-row.small.first .cloud-logo p {
    display: flex;
    background: #6E42DD;
    align-items: center;
    color: #fff;
    padding: 10px 10px 10px 30px;
    font-size: 16px;
    position: absolute;
    top: 15px;
    right: 100px;
    left: -10px;
    line-height: 1;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    text-transform: uppercase;
    margin-bottom: 0;
}

.table-row.small.first .cloud-logo h4, .table-row.small.first .cloud-logo > span::before {
    content: "";
    background: #6E42DD;
    width: 10px;
    height: 10px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    position: absolute;
    bottom: -10px;
    left: -10px;
    top: 50px;
}

.table-row.small .cloud-logo h4 .title-icon, .table-row.small .cloud-logo p .title-icon {
    margin: 0 10px;
}

.icons-wrap {
    padding: 20px 5px 20px 20px;
}

.icons-wrap h4, .icons-wrap .icons-title {
    display: flex;
    align-items: center;
    color: #000000;
    font-weight: bold;
    margin-bottom: 10px;
}

.icons-wrap .oldprice {
    font-weight: 100;
    margin: 0 5px;
    position: relative;
}

.icons-wrap .oldprice::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #95aab1;
    transform: rotate(-25deg);
    left: -5px;
    top: 9px;
}

.table-row .icons {
    font-size: 14px;
}

/*****Added some codes here for checkmark on third column*****/

.table-row .icons .icon,
.table-row .price .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px;
}

.table-row .icons .text,
.table-row .price .text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.table-row .icons .text.bold {
    font-weight: 400;
}

.table-row .icons .icon img,
.table-row .price .icon img {
    max-width: 100%;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 14px;
}

.table-row .icons .icon-wrap,
.table-row .price .icon-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: baseline;
}

.table-row .icons .icon-wrap,
.table-row .price .icon-wrap {
    margin-bottom: 10px;
}

/*****End of added codes above*****/

.table-row .icons .icon-wrap .text,
.table-row .price .icon-wrap .text {
    color: #5f666b;
    /**font-size: .9rem;**/
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
}

.table-row.small .scale {
    display: flex;
    order: 0;
}

.table-row.small.first .scale {
    border-left: 0 !important;
}

.table-row .bonus {
    font-size: 20px;
    font-weight: 700;
    flex-flow: column;
}

.table-row .bonus .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 5px;
}

.table-row .bonus .head img {
    max-width: 25px;
    display: block;
    margin-right: 5px;
}

.table-row .scale-wrap {
    border-radius: 50%;
    background: #FFDD44;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-row .scale-wrap-container {
    background: #F9F9FA;
    padding: 25px;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.scale-wrap-container h4, .scale-wrap-container .scale-wrap-title {
    font-size: .9rem;
    margin-top: 10px;
    color: #000000;
    margin-bottom: 0;
}

.table-row .scale .percent {
    font-size: 46px;
    color: #000000;
}

.table-row .scale .percent sup {
    font-size: 16px;
    font-weight: normal;
    top: -1.1em;
}

.table-row .app {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.table-row .app-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
}

.table-row .app-icons img {
    margin: 0 15px 0 0;
}

.system-icons {
    line-height: 1;
    display: flex;
    flex-direction: row-reverse;
}

.table-row .cta {
    flex-flow: column;
    justify-content: space-evenly;
    flex: 1;
}

.table-row .cta .btn,
.btn {
    background: #F54D3D;
    display: block;
    color: white;
    text-decoration: none;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 178px;
    max-width: 100%;
    font-weight: 400;
    border-radius: 20px;
    border: 2px solid #D73C2C;
}

.table-row .cta .btn:hover,
.btn:hover {
    background-color: #D73C2C;
}

.bookie-title {
    width: 100%;
}

.bookie-title h4 {
    margin: 0 0 15px 0;
    font-size: 22px;
    font-weight: bold;
    font-family: Roboto, Helvetica, sans-serif;
    color: #353538;
}

.bookie-subtitle {
    width: 100%;
    color: #194fa6;
    text-transform: uppercase;
}

.bookie-subtitle p {
    margin-bottom: 5px;
}

.percent {
    padding: 0;
    font-size: 40px;
    line-height: 1;
    border-radius: 5px;
    font-weight: 400;
}

.bonus-top {
    display: flex;
    align-items: center;
    flex: 1 1 100%;
}

.app-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 100%;
}

.app-wrap span {
    color: #7d7d7d;
    font-weight: 400;
}

@media (min-width: 992px) {
    .table-row .img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 0;
        position: relative;
    }

    .table-row .arrow {
        position: absolute;
        left: 0;
        right: 0;
        top: -12px;
        bottom: -12px;
        overflow: hidden;
    }

    .table-row .img .arrow::before {
        content: '';
        position: absolute;
        width: 1px;
        height: 300px;
        display: block;
        right: 0;
        bottom: 50%;
        background: #e0e7ec;
        -webkit-transform-origin: bottom center;
        -ms-transform-origin: bottom center;
        transform-origin: bottom center;
        -webkit-transform: rotateZ(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotateZ(-10deg);
    }

    .table-row .img .arrow::after {
        content: '';
        position: absolute;
        width: 1px;
        height: 300px;
        display: block;
        right: 0;
        top: 50%;
        background: #e0e7ec;
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: rotateZ(10deg);
        -ms-transform: rotate(10deg);
        transform: rotateZ(10deg);
    }

    .table-row .icons {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-left: 25px;
        padding-right: 40px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-width: 270px;
        width: 270px;
    }

    .table-row .bonus {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        padding: 10px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: center;
        align-items: flex-start;
        width: 270px;
    }

    .table-row .scale {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .table-row .app {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        padding-left: 15px;
        padding-right: 15px;
    }

    .table-row .cta {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
}

/** Added **/
@media (min-width: 992px) {
    .table-row .arrow {
        max-width: 234px;
    }
}

.column.icons {
    flex-flow: column;
    padding: 20px;
}

@media (max-width: 950px) {
    .desktop-only {
        display: none;
    }
}


/***** SMALL TABLE *****/

.small .img {
    flex-direction: column;
    border-right: 0;
    padding: 0;
    flex: 2;
}

.small .img .number {
    padding: 0 5px;
    font-size: 25px;
    border: 0;
}

.small .icons {
    flex-direction: row;
    align-items: unset;
    padding: 0;
    order: 0;
    flex: 4;
}

.small .icons .bookie-title {
    display: none;
}

.small .icons .bookie-subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 20%;
}

.small .icons .bookie-subtitle p {
    transform: rotate(-90deg);
}

.small .icons .icons-wrap,
.price .icons-wrap {
    display: flex;
    flex-flow: column;
    flex: 1;
    /**padding: 10px 25px;**/
    background: #F3F3F8;
}

.small:not(.first) .icons .icons-wrap,
.small:not(.first) .price .icons-wrap {
    background: #f8fafa;
}

.icons-wrap h4 img {
    margin-right: 5px;
}

.small .bonus {
    flex-flow: row;
    flex: 6;
}

.small .bonus .scale-wrap {
    flex-flow: column-reverse;
    border-bottom: 0;
    border-left: 1px solid #dbe2ef;
    border-right: 1px solid #dbe2ef;
    height: 80%;
    padding: 0 10px;
}

.small .app-wrap {
    height: 100%;
    flex-flow: column;
    align-items: flex-start;
}

.small .button-container {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
    background: #fff;
    /**padding: 25px;**/
    padding: 20px;
}

.small .app .app-icons {
    flex-flow: row;
}

.small .app .app-icons img+img {
    margin-left: 10px;
}

.table-row .bonus .head.small {
    display: none;
}

.table-row.small .bonus .head,
.table-row.small .bonus .bonus-icon,
.table-row.small .bonus .phone-icon {
    display: none;
}

.table-row.small .head.small {
    display: flex;
}

.table-row.small .head.small .bonus-icon,
.table-row.small .head.small .phone-icon {
    display: block;
}

.small .bonus-top {
    flex-flow: column;
    min-width: 180px;
    align-items: flex-start;
    height: 100%;
}

.small .bonus-container {
    height: 100%;
    /**border-left: 1px solid #1e9026;**/
    padding: 9px;
}

.small .app-container {
    height: 100%;
    padding: 10px;
}

.small .bonus-icon,
.small .phone-icon {
    margin: 0 10px 0 0;
}

.table-row.small .app-icons img:first-of-type {
    margin: 0 !Important;
}

.small .bonus {
    padding: 0;
    align-items: center;
    max-width: 360px;
    border-left: 0 !important;
}

.small .bonus-amount div {
    font-size: 15px;
}

.table-row.small .bonus .head img {
    margin: 0 auto;
}

.table-row.small .cta .btn {
    /**width: 160px;**/
    font-size: 16px;
    width: 190px;

}

.table-row .small-title {
    display: none;
}

.table-row.small.first .small-title {
    display: flex;
    flex: 1 1 100%;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    background: #f4f4f4;
    height: 30px;
    max-height: 30px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    padding: 6px 0;
    color: #26444e;
}

.table-row.small.first .img {
    padding: 0;
}

.table-row.small.first .scale {
    flex-flow: column;
    padding: 0;
    justify-content: stretch;
}

.table-row.small.first .icons {
    flex-flow: column;
    padding: 0;
}

.table-row.small.first .bonus {
    align-items: flex-start;
}

.table-row.small.first .bonus-top {
    padding: 0;
}

.table-row.small.first .app-wrap {
    padding: 0;
    justify-content: end;
}

.table-row.small.first .button-container {
    display: flex;
    align-items: center;
    flex: 1;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.table-row.small.first {
    margin-top: 20px;
    margin-bottom: 10px;
}

.table-row.single-table {
    border: 1px solid #dddddd !important;
    border-radius: 5px;
    margin-bottom: 30px;
}

.table-row.single-table .icons-wrap {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.small:not(.first).single-table .icons .icons-wrap {
    background: url('https://www.cloudzentrale.com/wp-content/uploads/2020/06/small-table-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.table-row.single-table .icons .icon-wrap .text, .table-row.single-table .icons-wrap .icons-title {
    color: #fff;
}

@media (max-width: 1075px) {
    .table-row {
        display: flex;
        flex-wrap: wrap;
    }

    .small .button-container {
        margin: 5px;
    }

    .small.inner-table .button-container {
        margin: 5px 5px 5px 0;
        padding: 10px;
    }
}

@media (max-width: 991px) {

    .table-row .img {
        padding: 0;
        margin: 0 !important;
        border: 0;
        flex: 1 1 100%;
    }

    .table-row .img .arrow {
        display: none;
    }

    .table-row .img .number {
        border: 0;
        max-width: 20%;
    }

    .table-row .scale {
        display: flex;
    }

    .table-row .scale-wrap {
        display: flex;
        flex-flow: column-reverse;
    }

    .table-row .icons {
        font-size: 12px;
        margin: 0 !Important;
        width: 60%;
    }

    .table-row .icons-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }

    .table-row .icons .icon-wrap {
        flex: 1 1 100%;
    }

    .table-row .icons .icon-wrap:not(:last-child) {
        position: relative;
    }

    .table-row .bonus>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .table-row .bonus .head {
        margin-bottom: 0;
        margin-right: 10px;
    }

    .table-row .cta .btn {
        width: 100%;
        height: 45px;
        font-size: 25px;
    }

    .table-row .app {
        order: 4;
        width: 33.33%;
        padding: 0;
    }

    .table-row .app-icons {
        flex-flow: column;
    }

    .system-icons {
        flex-direction: row-reverse;
        flex: 1 1 100%;
        flex-wrap: wrap-reverse;
        justify-content: flex-end;
        margin-top: 10px;
    }

    .table-row .cta {
        order: 5;
        width: 100%;
    }

    .bookie-title,
    .bookie-subtitle {
        text-align: left;
    }

    .table-row .bonus {
        flex: 1 1 100%;
        flex-wrap: wrap;
        flex-flow: row;
        padding: 10px;
    }

    .bonus .scale-wrap {
        border: 0;
        width: 50%;
        height: 100%;
        padding: 20px;
        flex-flow: column-reverse;
    }

    .bonus-top {
        border-right: 1px solid #dbe2ef;
    }

    .bonus-amount div {
        font-size: 16px;
        line-height: 18px;
        margin-top: 10px;
    }

    .app .app-icons img+img {
        margin-left: 10px;
    }

    .small .img {
        flex-flow: column;
    }

    .small .img .number {
        font-size: 30px;
    }

    .small .icons {
        flex-direction: column;
        order: 1;
        flex: 1 1 45%;
    }

    .small .icons-wrap {
        border: 0 !important;
    }

    .small .icons .bookie-subtitle {
        flex: 1;
        justify-content: flex-start;
    }

    .small .icons .bookie-subtitle p {
        transform: rotate(0);
    }

    .small .icons .bookie-title {
        display: block;
    }

    .small .app-wrap {
        border-right: 0;
    }

    .small .bonus-amount {
        border: 0;
    }

    .table-row.small.first .small-title {
        display: none;
    }

    .small .bonus {
        order: 3;
        max-width: 100%;
        flex: 1 1 100%;
    }

    .table-row.small .cloud-logo {
        padding: 5px;
    }

    .table-row.small .img img {
        max-width: 200px;
        ;
    }

    .table-row.small.first .img .cloud-logo > img {
        margin-top: 25px;
    }

    .small .button-container {
        padding: 25px;
    }

    .small .bonus-container {
        padding: 0;
        border: 0;
    }

    .small .bonus-top {
        min-width: auto;
        flex-flow: row;
        padding: 10px !important;
    }

    .small .head.small {
        display: none !important;
    }

    .small .head,
    .small .bonus-icon {
        display: flex !important;
    }

    .table-row.small.first .system-icons {
        padding: 0;
    }

    .small .app-wrap {
        flex-flow: row;
        padding: 10px !important;
    }

    .small .app-icons {
        padding: 0;
    }

    .small .app-wrap .phone-icon {
        display: block !important;
    }

    .small .app-container {
        border-left: 0;
    }

    .small .button-container {
        border: 0 !important;
    }

    .table-row.small .cta .btn {
        width: 100%;
    }

    .table-row.small .scale {
        flex: 1 1 33%;
    }

    .table-row.small.first .scale {
        justify-content: center;
    }

    .first .scale-wrap-container {
        border: 0;
    }

    .column.price {
        flex: 1 1 33%;
    }

    .price .icons-wrap {
        margin: 0 5px;
    }

    .small .icons .icons-wrap {
        margin: 0;
    }

    .small.inner-table .cta {
        flex: 1 1 30%;
    }

    .small.inner-table .icons-wrap {
        padding: 10px;
    }

    .small.inner-table .cta .button-container a {
        font-size: 16px;
    }

    .table-row.small.first .cloud-logo p {
        right: 85%;
    }
}

@media (min-width: 992px) and (max-width: 1100px) {
    .table-row .scale-wrap {
        line-height: 1;
        width: 75px;
        height: 75px;
    }

    .table-row .scale-wrap .percent {
        font-size: 28px;
    }

    .table-row .scale-wrap .percent sup {
        top: -.8em;
    }
}

@media (max-width: 740px) {

    .table-row.small .scale {
        flex: 1 1 50%;
    }

    .small .icons .icons-wrap {
        margin: 0 5px 0 0;
    }

    .table-row.small .button-container {
        margin: 5px 5px 5px 0;
    }

    .small.inner-table .button-container {
        margin: 5px;
    }

    .table-row .cta {
        flex: 1 1 50%;
    }

    .small.inner-table .cta {
        flex: 1 1 100%;
    }
}

@media (max-width: 640px) {
    .table-row .cta {
        flex: 1 1 100%;
    }

    .table-row.small .button-container {
        margin: 0 5px 5px 5px;
    }

    .table-row.small.inner-table .button-container {
        margin: 5px;
    }

    .table-row.small .cloud-logo h4, .table-row.small .cloud-logo p, .table-row.small.first .cloud-logo p {
        display: none;
    }
}

@media (max-width: 480px) {

    .column.price,
    .table-row .icons {
        flex: 1 1 100%;
    }

    .small .icons .icons-wrap {
        margin: 5px 5px 0 5px;
    }

    .table-row.small.first .cloud-logo h4, .table-row.small.first .cloud-logo p {
        justify-content: center;
    }
}

@media screen and (max-width: 1170px) and (min-width:991px) {
    .system-icons {
        display: block;
    }

    .table-row .column.bonus {
        max-width: 190px;
    }

    .table-row.small.first .column.bonus,
    .table-row.small .column.bonus {
        max-width: 270px;
    }
}

@media screen and (max-width: 979px) {

    #table-nav>li {
        width: 48%;
    }
}

.small.inner-table .icons {
    max-width: none;
}

.small.inner-table .icons .icons-list {
    display: flex;
}

.small.inner-table .icons .icons-list-left,
.small.inner-table .icons .icons-list-center {
    margin-right: 15px;
    flex: 1;
}


@media (max-width: 641px) {
    .small.inner-table .icons .icons-list {
        flex-direction: column;
    }
}

.column.price h4 {
    display: none;
}

div#ez-toc-container p.ez-toc-title {
    font-weight: bold;
}

.tablepress.blue-header-table {
    margin: 30px 0;
    border: 1px solid #e4e6e9;
    border-collapse: separate;
    border-radius: 5px;
    overflow: hidden;
}

.tablepress.blue-header-table th {
    border-top: 0;
    border-bottom: 0;
    border-left: 1px solid #517fa9;
    background-color: #1F1B65;
    text-align: center;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tablepress.blue-header-table th:first-of-type {
    border-left: 0;
}

.tablepress.blue-header-table tr {
    border-bottom: 1px solid #e4e6e9;
}

.tablepress.blue-header-table tr:last-of-type, .tablepress.cloud-service-facts tr:last-of-type {
    border-bottom: 0;
}

.tablepress.blue-header-table tr td {
    color: #201C65;
    text-align: center;
    border-left: 1px solid #e4e6e9;
    padding: 15px 5px;
}

.tablepress.blue-header-table tr td:first-of-type, .tablepress.cloud-service-facts tr td:first-of-type {
    font-weight: bold;
    border-left: 0;
    text-align: left;
    padding-left: 20px;
    color: #000;
}

.tablepress.blue-header-table tr:last-of-type td.column-1 {
    border-bottom-left-radius: 5px;
}

.tablepress.blue-header-table tr:last-of-type td:last-of-type {
    border-bottom-right-radius: 5px;
}

.tablepress.blue-header-table tr.row-2 td {
    font-weight: bold;
}

.tablepress.blue-header-table tr.row-2 td:not(.column-1) {
    color: #422293;
}

.tablepress.blue-header-table .row-7 td:not(.column-1) {
    color: #201C65;
}

.tablepress.blue-header-table .btn {
    margin: 0 auto;
    font-size: 14px;
    height: auto;
    padding: 5px;
    width: 140px;
}

.tablepress.blue-header-table .btn:hover {
    color: #fff;
}

.rating-box {
    margin: 30px auto;
    border: 1px solid #e4e6e9;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 0px 23px -20px rgba(12, 13, 13, 1);
    -moz-box-shadow: inset 0px 0px 23px -20px rgba(12, 13, 13, 1);
    box-shadow: inset 0px 0px 23px -20px rgba(12, 13, 13, 1);
}

.rating-box.single-cloud-service {
    padding-top: 30px;
}

.rating-box.single-cloud-service .tablepress.cloud-service-facts thead th,
.rating-box.single-cloud-service .tablepress.cloud-service-facts thead th h3 {
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    color: #000;
    line-height: 28px;
}

.order-number .aio-icon-box {
    display: flex;
    align-items: center;
}

.order-number .aio-icon-title {
    background-color: #FFDD43;
    padding: 5px;
    margin-bottom: 0;
    top: -15px;
    left: -15px;
    position: absolute;
}

.order-number .aio-icon-header + .aio-icon-description {
    margin-top: 30px;
}

.order-number .aio-icon-description h2 {
    font-size: 25px;
    margin-bottom: 0;
}

.su-box.cloud-logo-box {
    border: 1px solid #e4e6e9 !important;
}

.su-box.cloud-logo-box .su-box-title {
    border-bottom: 1px solid #e4e6e9;
    text-align: center;
    padding: 10px;
    font-size: 16px;
}

.su-box.cloud-logo-box .su-box-content {
    padding: 10px;
    max-height: 127px;
    height: 127px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.su-box.cloud-logo-box .su-box-content img {
    max-height: 127px;
    width: auto;
}

.tablepress.cloud-service-facts {
    border: 1px solid #e4e6e9;
    border-collapse: separate;
    border-radius: 5px;
    overflow: hidden;
}

.tablepress.cloud-service-facts thead th {
    background-color: #FFDD43;
    text-align: center;
    border-top: 0;
    color: #000;
    padding: 10px;
}

.tablepress.cloud-service-facts.inner-page-table th {
    background-color: #1F1B65;
    text-align: left;
    border-top: 0;
    color: #fff;
    padding: 6px 20px;
}

.tablepress.cloud-service-facts.inner-page-table th h3 {
    color: #fff;
    font-size: 20px;
}

.tablepress.cloud-service-facts tr td {
    text-align: center;
    padding: 10px 5px;
    border-left: 1px solid #e4e6e9;
    color: #000;
}

.tablepress.cloud-service-facts tr {
    border-bottom: 1px solid #e4e6e9;
}

.tablepress.cloud-service-facts tr td:not(:last-of-type) {
    color: #000;
}

.tablepress.cloud-service-facts.inner-page-table tr td:not(:last-of-type) {
    color: #1D568B;
}

#footer.solid-bg {
    background-color: #1d568b;
}

#footer .wf-container-footer {
    text-align: center;
    padding: 0;
}

.footer .widget {
    margin-bottom: 0;
}

#branding-bottom {
    margin-bottom: 25px;
    margin-top: 25px;
}

#bottom-bar.solid-bg {
    background-color: #1F1B65;
}

.content ul {
    list-style: none;
}

.content ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #1d568b; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.single-cloud-service-top-box {
    border-color: #E3E6E9 !important;
    border-width: 1px !important;
}

.single-cloud-service-top-box .su-box-title {
    display: none;
}

.single-cloud-service-top-box .su-box-content {
    border-radius: 5px;
    padding: 1em 2.5em;
}

.single-cloud-service-top-box ul {
    list-style-image: url('https://www.cloudzentrale.com/wp-content/uploads/2020/06/orange-checkmark-no-circle.png');
}

.single-cloud-service-top-box ul li::before {
    display: none;
}

.single-cloud-service-top-box img {
    margin: 0 auto 15px;
    width: 100%;
}

.single-cloud-service-top-box h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
}

.single-cloud-service-top-box ul li {
    font-size: 14px;
}

.single-cloud-service-top-box p:last-of-type {
    margin-bottom: 0;
}

.single-cloud-service-top-box a {
    background: #F54D3D;
    color: #fff;
    border-radius: 25px;
    padding: 10px 18px;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #D73D2D;
    display: block;
    margin: 20px auto 0;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

/***** Pricing tables *****/

.ptp-item-container .ptp-plan {
    background-color: #2B296B;
    border-bottom: 1px solid #e7e7e7;
    color: #fff;
    font-weight: normal;
}

.ptp-item-container .ptp-bullet-item {
    background-color: #F7F9F9;
    border-bottom: #e7e7e7;
}

.ptp-item-container .ptp-price, .ptp-item-container .ptp-cta {
    background: #fff;
}

#cloud-service-pricing-table .ptp-item-container .ptp-price {
    font-weight: bold;
    font-size: 28px;
    line-height: 28px;
    padding: .7em 1em;
}

#cloud-service-pricing-table .ptp-item-container .ptp-bullet-item {
    padding: 0;
    border: 0;
    text-align: left;
    padding: 0 1em 0 4em;
}

#cloud-service-pricing-table .ptp-item-container .ptp-bullet-item::before {
    content: url('https://www.cloudzzer.com/wp-content/uploads/2020/05/checkmark-orange.png');
    margin-right: 5px;
}

#cloud-service-pricing-table .ptp-item-container .ptp-row-id-0 {
    padding-top: 15px;
}

#cloud-service-pricing-table .ptp-item-container .ptp-row-id-1 {
    padding-bottom: 15px;
}

#cloud-service-pricing-table .ptp-item-container a.ptp-button,
#cloud-service-pricing-table .ptp-highlight .ptp-item-container a.ptp-button {
    border: 2px solid #D73D2D;
    background-color: #F54D3D;
    border-radius: 50px;
    box-shadow: none;
    font-weight: normal;
    font-size: 14px;
}

#cloud-service-pricing-table .ptp-item-container a.ptp-button:hover,
#cloud-service-pricing-table .ptp-highlight .ptp-item-container a.ptp-button:hover {
    background-color: #D73D2D;
}

#cloud-service-pricing-table .ptp-highlight {
    position: relative;
}

#cloud-service-pricing-table .ptp-item-container .ptp-bullet-item {
    color: #5f666b;
}

#cloud-service-pricing-table .ptp-highlight .ptp-item-container .ptp-plan {
    background-color: #FFD92B;
}

#cloud-service-pricing-table .ptp-highlight .ptp-item-container .ptp-bullet-item {
    background-color: #FFD92B;
}

#cloud-service-pricing-table .ptp-not-most-popular {
    display: none;
}

#cloud-service-pricing-table .ptp-highlight div.ptp-most-popular {
    position: absolute;
    transform: rotate(-90deg);
    top: 70px;
    width: 50%;
    left: -60px;
    background-color: #F54D3D;
    border-radius: 0;
}

#cloud-service-pricing-table .ptp-pricing-table {
    margin-top: 30px;
}

#cloud-service-pricing-table .ptp-col {
    padding-left: 0;
    padding-right: 0;
    margin-left: .4em;
    margin-right: .4em;
}

.from-centre-line > li > a .menu-item-text:before {
    background: #ffdd43 !important;
}

@media screen and (max-width: 768px) {
    #main {
        padding: 0 0 50px 0;
    }

    #cloud-service-pricing-table .ptp-col {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px !important;
    }

    #cloud-service-pricing-table .ptp-highlight div.ptp-most-popular {
        top: 30px;
        left: -40px;
    }
}