/*desktop start*/
h1 {
    font-size: 48px;
    line-height: 68px;
}
h2 {
    font-size:40px;
    line-height:40px;
}
h3 {
    font-size: 36px;
    line-height: 45px;
}
h4 {
    font-size: 22px;
    line-height: 30px;
}

.basic-security_page-banner .basic-security_page-banner_title {
    max-width: 1250px;
    width: 90%;
    margin: 20px auto;
}

.basic-security_page-banner_title h1{
    margin: 0;
}

.cyber_security_offer-plans {
    width: 100%;
    background-color: #F4F6F9;
    padding: 80px 0;
}


.st-protect_offer-plans_wrapper {
    max-width: 1250px;
    width: 90%;
    margin: 0 auto;
}

.basic_security-tips {
    max-width: 1250px;
    width: 90%;
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
}

.back_button {
    margin-bottom: 60px;
}

.tips-card-section {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.basic_security-tips .tips-card {
    width: 49%;
    padding: 20px 50px;
    margin-bottom: 20px;
    background: #FFFFFF;
    box-shadow: 0 6px 32px 0 rgba(135,161,220,0.22);
}

.tips-card p{
    height: auto;
    display: flex;
    align-items: baseline;
}

.tips-card_icon {
    position: relative;
    top: -30px;
    width: 80px;
    height: 80px;
    margin-right: 20px;
    border-radius: 50%;
    box-shadow: 0 10px 29px 0 rgba(135,161,220,0.50);
}

.tips-card_tick {
    margin-right: 20px;
    width: 18px;
    height: 14px;
}

.basic_security-tips .basic_security-tips_title{
    width: 100%;
    text-align: left;
}

.cyber_security_plans-comparison {
    width: 100%;
    background-color: #E1E3E6;
    padding: 80px 0;
}

.cyber_security_plans-comparison .cyber_security_plans-comparison_wrapper {
    max-width: 1250px;
    width: 90%;
    margin: 0 auto;
}

.cyber_security_plans-comparison_wrapper .cyber_security_plans-comparison_title {
    padding: 0 15px;
}

.cyber_security_plans-comparison_wrapper table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 15px 0px;
    /* background-color: #fff; */
}

.cyber_security_plans-comparison_wrapper table tr td{
    text-align: center;
    width: 17.5%;
    height: 80px;
    min-width: 120px;
}

.cyber_security_plans-comparison_wrapper table tr:first-child td{
    height: 100px;
    position: sticky;
    top: 0;
    background-color: #fff;
}

.cyber_security_plans-comparison_wrapper table tr td:first-child{
    width: 30%;
    text-align: left;
    padding: 20px 20px 20px;
}

.cyber_security_plans-comparison_wrapper table tr:nth-child(even){
    background-color: #F0F1F5;
}

.cyber_security_plans-comparison_wrapper table tr:nth-child(odd){
    background-color: #fff;
}

.cyber_security_plans-comparison_wrapper table .tr_header{
    background-color: #D5D5D6!important;
}

.cyber_security_plans-comparison_wrapper table tr:first-child td p, .cyber_security_plans-comparison_wrapper table .tr_header td{
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.st-protect__offers-tab-content {
    justify-content: space-between;
}

.st-protect__combo-icon__offers-row {
    width: 100%;
    text-align: center;
}

.st-protect__offers-item {
    max-width: 390px!important;
    margin: 0 10px 60px!important;
}

.st-protect__combo-icon__offers-row .st-protect__combo-icon-item {
    width: 20%;
}

.st-protect__combo-icon__offers-more-row {
    width: 100%;
    justify-content: center;
}

.st-protect__combo-icon__offers-more-row .st-protect__combo-icon-item {
    width: 25%;
}

.st-protect__modal-content {
    max-height: 90%!important;
}

.st-protect__offers-item__desc-row {
    color: #333333!important;
}

.st-protect__offers-item__desc-cell {
    color: #ff0000!important;
}

/* .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
} */

.tips-card p:nth-child(2) {
    display: none;
}
.tips-card p:nth-child(3) {
    display: none;
}

.table_title {
    margin: 0;
}

.tips-card-content {
    display: flex;
    align-items: center;
}

/*desktop end*/

@media (max-width: 1440px) {
    .basic_security-tips .tips-card {
        width: 48%;
        margin-right: 20px;
        padding: 20px 30px;
    }
}

@media (max-width: 1360px) {
    .basic_security-tips .tips-card {
        margin-right: 20px;
        padding: 20px 30px;
    }

    .st-protect__offers-item{
        max-width: 500px!important;
   }
}

@media (max-width: 1180px) {
    
    .st-protect__offers-item {
        background: #fff;
        border-top: 5px solid #ff0000;
        position: relative;
        padding: 30px 20px;
        text-align: center;
        max-width: 350px;
        width: 100%;
        /* flex-basis: 33%; */
        margin: 0 120px 60px 0;
        display: flex;
        flex-direction: column;
    }

    .st-protect__offers-item:nth-child(3n+3) {
        margin-right: 120px;
    }

    .cyber_security_plans-comparison .cyber_security_plans-comparison_wrapper {
        max-width: 1250px;
        width: 95%;
        overflow-x: scroll;
        margin: 0 auto;
    }

    .tips-card p:nth-child(2) {
        display: none;
    }

    .st-protect__offers-item{
        max-width: 47%!important;
   }
}    

/* mobile start */

@media (max-width: 768px) {

    /* body.v4, * {
        font-size: 16px;
    }

    h1 {
        font-size: 30px;
        line-height: 40px;
        color: #333333;
    }

    h2 {
        font-size: 20px;
        line-height: 22px;
        color: #333;
    }

    h3 {
        font-size: 24px;
        line-height: 30px;
        color: #333;
    }

    h4 {
        font-size: 20px;
        line-height: 24px;
        color: #333;
    } */

    .cyber_security-main_pattern {
        background-image: url(/cyber_security/img/pattern/page_banner_m.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        z-index: 2;
        height: 20%;
        width: 30%;
        top: 100;
        left: unset;
        right: 0;
    }

    .cyber_security_plans-comparison .cyber_security_plans-comparison_wrapper {
        max-width: 1250px;
        width: 95%;
        overflow-x: scroll;
        margin: 0 auto;
    }

    .basic_security-tips {
        width: 100%;
        padding: 0px 10px 20px 10px;
        /* margin-right: 50px; */
        margin-top: 20px;
        margin-bottom: 0px;
        background: #FFFFFF;
        box-shadow: unset;
        max-width: 1250px;
        margin: 20px auto;
        display: contents;
        flex-wrap: wrap;
    }
    
    .tips-card_Moblie p{
        font-size: 16px;
        align-items: center;
    }

    .tips-card_Moblie p b{
        font-size: 16px;
        align-items: center;
    }
    
    .tips-card_Moblie .tips-card_Moblie_icon {
        position: relative;
        width: 80px;
        left: 28%;
        top: -35;
        right: 50%;
        margin-right: 20px;
    }

    .tips-card_Moblie_title{
        text-align:center
    }

    .st-protect__offers-tab-content {
        justify-content: center;
    }

    .st-protect__offers-item {
        max-width: 100%!important;
    }

    .tips-card p {
        height: auto;
        display: flex;
        align-items: baseline;
        font-size: 16px;
    }

    .tips-card div {
        height: auto;
        display: none;
    }

    .tips-card p:nth-child(1) {
        height: 60px;
        display: flex;
    }

    .tips-card_icon {
        position: relative;
        top: -50px;
        left: unset;
        width: 80px;
        margin-right: unset;
    }

    .tips-card-Moblie-title{
        text-align: center;
    }

    .tips-card_tick {
        margin-right: 20px;
        align-self: flex-start;
    }

    .basic_security-tips .tips-card {
        margin-right: 0px;
        padding: 40px 30px;
        width: 100%;
    }

    .tips-card p:nth-child(3) {
        display: block;
    }

    .back_button {
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .back_button a {
        font-size: 16px;
    }

    .basic-security_page-banner .basic-security_page-banner_title {
        margin-top: 60px;
    }

    .tips-card p:nth-child(2) {
        display: block;
        height: 60px;
    }

    .tips-moblie-title {
        text-align: center;
    }
    
}

@media (max-width: 420px) {
    .st-protect__offers-item {
        margin: 30px 0 !important;
    }
}

@media (max-width: 320px) {
    .cyber_security-main_pattern {
        background-image: url(/cyber_security/img/pattern/page_banner_m.svg);
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        z-index: 2;
        height: 20%;
        width: 30%;
        top: 110;
        left: unset;
        right: 0;
    }

    .tips-card p:nth-child(3) {
        display: block;
    }

    .tips-card_icon {
        position: relative;
        top: -50px;
        left: unset;
        width: 80px;
        margin-right: unset;
    }

    .cyber_security_plans-comparison .cyber_security_plans-comparison_wrapper {
        max-width: 1250px;
        width: 100%;
        margin: 0 auto;
        overflow-x: scroll;
    }

    .cyber_security_plans-comparison_wrapper table tr td:first-child {
        text-align: center;
        padding: 0;
    }

    .tips-card_Moblie .tips-card_Moblie_icon {
        position: relative;
        width: 80px;
        left: 20%;
        right: 50%;
        margin-right: 20px;
    }

    .basic_security-tips .tips-card {
        margin-right: 0px;
        padding: 40px 10px;
        width: 100%;
    }
}    
/* mobile end*/