.js-pricing {
    padding-top: 60px;
    padding-bottom: 56px;
    background-size: 100% 100%;
    background: linear-gradient(to bottom, #000000, #013D65);
    color: #FFF;
    height: 100%;
}

.js-pricing-table {
    width: 85%;
    margin: auto;
    position: relative;
}

.js-pricing-mobile {
    visibility: collapse;
    display: none;
}

table tr td:first-child {
    text-align: right;
    padding-right: 30px;
    width: 280px;
}

table tr th:first-child {
    width: 280px;
}

th {
    height: 300px;
    width: 230px;
}

table thead {
    border: none
}

@media only screen and (max-width: 1500px) {
    .js-pricing-table {
        width: 100%;
        overflow: scroll;
    }
}

@media only screen and (max-width: 980px) {
    .js-pricing-table table {
        visibility: collapse;
        display: none;
    }

    .js-pricing-table {
        overflow: hidden;
    }

    .js-pricing-mobile {
        display: block;
        visibility: visible;
        justify-content: center;
        margin: 0;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .js-pricing-mobile-box {
        height: 100%;
        width: 95%;
        margin: 0;
        background: linear-gradient(to bottom, #000000, #013D65);
        border-radius: 15px;
        margin-bottom: 20px;
        border-right: 1px solid #000000;
        border-bottom: 1px solid #000000;
    }

    .js-pricing-mobile-box .header {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 360px;
        padding-top: 40px;
        /* background-color:#2b281f; */
        border-radius: 15px 15px 0 0;
    }

    .js-pricing-mobile-box .header > div {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .js-pricing-mobile-box .header img {
        height: auto;
        margin-bottom: 10px;
    }

    .js-pricing-mobile-box .header h2 {
        font-size: 22px;
        margin: 5px 0;
        text-align: center;
    }

    .js-pricing-mobile-box .header p {
        font-size: 14px;
        color: #6392B1;
        margin: 0;
        width: 70%;
        text-align: center;
    }

    .js-pricing-mobile-box .column {
        padding-left: 20px;
        font-size: 16px;
        height: 77px;
        display: flex;
        align-items: center;
    }

    .js-pricing-mobile-box .column img{
        padding-right: 20px;
    }

    .js-pricing-mobile-box .column:nth-child(odd) {
        background-color: rgba(255, 255, 255, 0.08)
    }

    .js-pricing-mobile-box .quote {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 300px;
    }

    .js-pricing-mobile-box .quote h3 {
        font-size: 14px;
        color: #ffffff;
    }
    
    .js-pricing-mobile-box .quote h1 {
        font-size: 30px;
        color: #ffffff;
    }
    
    .js-pricing-mobile-box .quote p {
        font-size: 12px;
    }

    .js-pricing-mobile-box a {
        color: white;
        text-decoration: none;
    }
    
    .js-pricing-mobile-box .quote button {
        border: 1px solid #707070;
        background-color: #707070;
        border-radius: 22px;
        height: 43px;
        width: 180px;
    }
}

table th {
    border-right: 2px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

table td {
    border-right: 2px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

table tbody tr td:last-child {
    border-right: none;
    background-color: rgba(0, 198, 255, 0.06);
}

table thead tr th:last-child {
    border-right: none;
    background-color: rgba(0, 198, 255, 0.06);
}

tbody tr:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.04)
}

.cell-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cell-content img {
    height: auto;
    margin-bottom: 10px;
}

.cell-content h2 {
    font-size: 22px;
    margin: 5px 0;
}

.cell-content a {
    color: white;
    text-decoration: none;
}



.cell-content p {
    font-size: 14px;
    color: #6392B1;
    margin: 0;
}

.dash {
    color: rgba(112, 112, 112, 0.3);
    font-size: 40px;
}

.cell-content>div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}

.cell-content .appdevint {
    font-size: 16px;
}

.get-quote .cell-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.get-quote .cell-content>div {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.get-quote td {
    height: 240px;
}

.get-quote h3 {
    font-size: 14px;
    color: #0FC9FF;
}

.get-quote h1 {
    font-size: 30px;
    color: #0FC9FF;
}

.get-quote p {
    font-size: 12px;
}

.get-quote button {
    border: 1px solid white;
    background-color: transparent;
    border-radius: 22px;
    height: 43px;
    width: 180px;
}

.get-quote h2 {
    font-size: 18px;
}

.mobile-payment-container {
    text-align: center;
}

.mobile-payment {
    display: inline-block;
    background-color: #EFEFEF;
    border-radius: 15px;
}

.mobile-payment img {
    display: block;
    width: 100%;
}

.pricing-page-caption {
    margin: 0;
    text-align: center;
}

.pricing-page-caption h2 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}

.additional-purchases {
    height: 350px;
    background-color: #f4f4f4;
}

.purchases-container {
    display: flex;
    padding-top: 10px;
}

.additional-purchases .title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
    padding-top: 40px;
    font-weight: bold;

}

.domain-content .title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
    padding-top: 40px;
    font-weight: bold;
}

.purchases-container .box {
    text-align: center;
    background-color: transparent;
    border-right: 1px solid grey;
    border-radius: 0;
    width: 33%;
    height: 180px;
    display: flex;
    flex-direction: column;
}

.purchases-container p {
    font-size: 25px;
}

.purchases-container .box:last-child {
    border: 0;
}

.subscription-updates-container {
    height: 400px;
    background-color: #fff;
}

.subscription-updates-container .title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
    padding-top: 40px;
    font-weight: bold;
}

.subscription-updates {
    display: flex;
    justify-content: center;
    gap: 150px;
    padding-top: 50px;
}

.subscription-updates-container .box {
    height: 200px;
    background-color: transparent;
    border: 3px solid #fecc00;
    border-radius: 10px;
    width: 30%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.subscription-updates-container p {
    font-size: 25px;
    font-weight: bold;
}

.subscription-updates p:last-child {
    font-size: 20px;
    font-weight: normal;
}

.pdf-download-content-bg {
    background-color: #f4f4f4;
    ;
}

.pdf-grey-bg {
    background-color: #727272;
    color: #FFF;
}

.gradient-bg {
    background: linear-gradient(to top, #000000, #013D65);
}

.domain-head-sub-container1 {
    cursor: pointer;
}