.dns-made-easy #compare-support-addons .outofScope_box .panel-heading {
    display: flex;
    align-items: center;
    padding: 15px 32px;
}

.dns-made-easy #compare-support-addons .outofScope_box .panel-heading .panel-title {
    margin: 0;
    color: #253858;
    font-size: 14px;
    font-weight: 500;
}

.dns-made-easy #compare-support-addons .outofScope_box .panel-heading .global_btn {
    margin-left: auto;
    font-size: 14px;
    font-weight: 400;
    min-width: auto;
    padding: 12px 16px;
    line-height: initial;
}

.dns-made-easy .supp_scp_tbl_wrap .table>thead>tr>th:nth-of-type(4) {
    background: #2F39BF;
    color: #fff;
}

.dns-made-easy .headerText {
    max-width: 615px;
}

.dns-made-easy .supp_scp_tbl_sec {
    padding-bottom: 50px;
}

.dns-made-easy .supp_scp_tbl_wrap tbody tr td {
    width: 250.67px;
}

.dns-made-easy .supp_scp_tbl_wrap tbody tr td:first-child {
    width: 515.19px;
}

.pricing_scale {
    background: #090235;
    padding: 100px 0 80px;
}

.pricing_scale.visible {
    background: url(https://www.cloudways.com/wp-content/uploads/2024/03/pricing_scale_bg.svg) no-repeat;
    background-size: cover;
    background-position: center;
}

.pricing_scale h2 {
    color: #fff;
    margin: 0 0 16px;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -1.2px;
}

.pricing_scale p {
    font-size: 16px;
    color: #fff;
    line-height: 150%;
    margin: 0;
    letter-spacing: -0.16px;
}

.pricing_scale .txtWrap {
    max-width: 620px;
    margin: 0 auto 56px;
}

.pricing_scale .priceBox {
    max-width: 694px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    border-radius: 12px;
    border: 1px #705AFE solid;
    padding: 45px 0;
    background: linear-gradient(180deg, #1B1050 0%, rgba(66.70, 56.32, 117.43, 0) 100%);
}

.pricing_scale .priceBox .leftBox {
    text-align: center;
    padding: 0 64px;
}

.pricing_scale .priceBox .leftBox span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.pricing_scale .priceBox .leftBox h3 {
    background: linear-gradient(123deg, #C583E0, #FFBC7D);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    line-height: 120%;
    font-weight: 600;
    margin: 8px 0 3px;
}

.pricing_scale .priceBox .leftBox a {
    display: flex;
    width: 197px;
    border: 1px solid #fff;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all 0.3s ease;
    border-radius: 4px;
    font-size: 14px;
    line-height: initial;
    height: 40px;
    text-decoration: none;
    margin: 32px 0 0;
}

.pricing_scale .priceBox .leftBox h3 span {
    font-size: 16px;
}
.dns-made-easy .pricing_scale .priceBox .leftBox h3 .original-price{
    -webkit-text-fill-color: #ffffff;
}

.pricing_scale .priceBox .leftBox a .img-responsive {
    margin: -3px 0 0 2px;
    transition: all 0.3s ease;
}

.pricing_scale:hover .priceBox .leftBox a {
    background: #fff;
    color: #090235;
    font-weight: 500;
}

.pricing_scale:hover .priceBox .leftBox a .img-responsive {
    transform: translateX(3px);
    filter: invert(1);
}

.pricing_scale .priceBox ul {
    margin: 0;
    list-style-type: none;
}

.pricing_scale .priceBox ul li {
    color: #fff;
    font-size: 16px;
    display: flex;
    line-height: 38.40px;
}

.pricing_scale .priceBox ul li img {
    margin: 0 13px 0 0;
}

.pricing_scale .priceBox .rightBox {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 0 0 64px;
}

.pricing_scale .addNotes {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    padding: 24px 0 0;
}

.loupe {
    display: none;
    position: absolute;
    width: 200px;
    height: 200px;
    border: 1px solid black;
    box-shadow: 5px 5px 12px black;
    background: rgba(0, 0, 0, 0.25);
    cursor: crosshair;
    overflow: hidden;
}

.loupe img {
    position: absolute;
}

.dns-made-easy .ease_feature_image .videoBox {
    width: 96%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.dns-made-easy .embed-responsive video {
    object-fit: contain;
}

.dns-made-easy .ease_feature_image {
    /* background: transparent; */
    flex-wrap: wrap;
}

.dns-made-easy .videoBox.activeVideo {
    opacity: 1;
    visibility: visible;
}

.dns-made-easy .ease_feature_image {
    position: relative;
}

.dns-made-easy .videoBox video {
    width: 100%;
    border-radius: 12px;
}

@media (min-width: 992px) {
    .dns-made-easy .ease_featuer_wrapper .leftArea {
        order: 2;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .dns-made-easy .ease_featuer_wrapper .rightArea {
        order: 1;
    }

    .dns-made-easy .easeFeatureFixed .rightArea {
        justify-content: flex-start;
    }

    .dns-made-easy .easeFeatureFixed .leftArea {
        margin-left: auto;
    }
}

@media (max-width: 992px) {
    .pricing_scale .addNotes {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.6);
        text-align: center;
        padding: 24px 0 0;
    }

    .pricing_scale h2 {
        font-size: 32px;
    }

    .pricing_scale {
        padding: 60px 0;
    }
    .dns-made-easy .ease_feature_content .mobile_ease_feature_image .videoBox {
        width: 100%;
        position: relative;
        opacity: 1;
        visibility: visible;
    }
    
    .dns-made-easy .ease_feature_content .mobile_ease_feature_image {
        background: transparent;
        padding: 0;
    }
}

@media (max-width: 700px) {
    .pricing_scale .priceBox {
        justify-content: center;
        flex-wrap: wrap;
    }

    .pricing_scale .priceBox .rightBox {
        padding: 30px 0 0;
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        margin: 30px auto 0;
        max-width: 250px;
    }
}

@media (max-width: 600px) {
    .dns-made-easy #compare-support-addons .outofScope_box .panel-heading {
        flex-wrap: wrap;
        justify-content: center;
    }

    .dns-made-easy #compare-support-addons .outofScope_box .panel-heading .panel-title {
        text-align: center;
        line-height: 150%;
    }

    .dns-made-easy #compare-support-addons .outofScope_box .panel-heading .global_btn {
        margin: 10px auto 0;
    }
}