#guardian_sec {
    padding-top: 9%;
}
#guardian_banner {
    background: url("/guardian/img/banner-2.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.theftguard_logo {
    width: 35%;
    padding-top: 80px;
}
#guardian_banner h6 {
    color: #207bdc;
    font-size: 32px;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 50px;
    font-family: "ProximaNova-Regular", sans-serif;
}

#secn_sec {
    margin-top: 100px;
}
#secn_sec h5 {
    font-size: 34px;
    font-weight: 600;
    color: #000;
    text-align: center;
    font-family: "ProximaNova-Regular", sans-serif;
}
#secn_sec .sign_btn {
    background-color: #095db8;
    border: 1px solid #095db8;
    color: #fff;
    border-radius: 4px;
    padding: 7px 49px;
    font-size: 26px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    display: block;
    font-family: "ProximaNova-Regular", sans-serif;
}
#secn_sec .sign_btn:hover, #secn_sec .sign_btn:active, #secn_sec .sign_btn:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid #095db8;
}
#secn_sec p {
    font-size: 21px;
    line-height: 28px;
    padding: 0 85px;
    text-align: center;
    font-family: "ProximaNova-Regular", sans-serif;
}
#secn_sec h6 {
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 10px 25px;
    text-align: center;
    width: 84%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-family: "ProximaNova-Regular", sans-serif;
}
#secn_sec .card {
    background-color: #ededed;
    border: 1px solid #000;
    padding: 28px;
    height: 100%;
    margin-top: 60px;
}
#secn_sec .card1 {
    background-color: #ededed;
    border: 1px solid #000;
    padding: 17px;
    height: auto;
    margin-top: 60px;
}
#secn_sec .card_text {
    font-size: 17px !important;
    line-height: 24px !important;
    padding: 0 !important;
    text-align: left;
    font-family: "ProximaNova-Regular", sans-serif;
}
.orange_img {
    width: 15%;
    position: absolute;
    top: 42px;
    z-index: 1;
}
.last_card {
    margin-top: 50px;
}
.orange_img1 {
    width: 4%;
    position: absolute;
    top: 42px;
    z-index: 1;
}
.number_text {
    position: absolute;
    top: 45px;
    right: 57%;
    z-index: 1;
    color: #fff;
}
.number_text1 {
    position: absolute;
    top: 46px;
    left: -44px;
    z-index: 1;
    color: #fff;
}


#third_secn {
    margin-top: 65px;
}
#third_secn h6 {
    text-align: center;
    font-size: 40px;
    line-height: 32px;
    font-weight: 600;
    font-family: "ProximaNova-Regular", sans-serif;
}
#third_secn p {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    line-height: 32px;
    font-family: "ProximaNova-Regular", sans-serif;
}
#third_secn .sign_btn {
    background-color: #095db8;
    border: 1px solid #095db8;
    color: #fff;
    border-radius: 4px;
    padding: 7px 49px;
    font-size: 26px;
    font-weight: 600;
    margin-top: 70px;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    cursor: pointer;
    font-family: "ProximaNova-Regular", sans-serif;
}
a:hover {
    text-decoration: none !important;
}
#third_secn .sign_btn:hover, #third_secn .sign_btn:active, #third_secn .sign_btn:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid #095db8;
}
table {
    font-family: "ProximaNova-Regular", sans-serif;
    border-collapse: collapse;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 56px;
}
th {
    border: 1px solid #fff;
    text-align: center;
    padding: 8px;
    background-color: #ff6801;
    font-size: 20px;
    width: 25%;
    color: #fff;
}
td {
    border: 1px solid #fff;
    text-align: center;
    width: 25%;
    height: 80px;
    font-size: 23px;
    font-weight: 600;
}
table tbody td:nth-child(1), table tbody td:nth-child(3) {
    background-color: #227cdd;
    color: #fff;
}
table tbody td:nth-child(2), table tbody td:nth-child(4) {
    background-color: #025abb;
    color: #fff;
}


@media(max-width: 767px) {
    #guardian_sec {
        padding-top: 29%;
    }
    .theftguard_logo {
        width: 90%;
        padding-top: 0;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    #guardian_banner h6 {
        text-align: center;
        font-size: 25px;
        padding-top: 104px;
    }
    #secn_sec {
        margin-top: 38px;
    }
    #secn_sec h5 {
        font-size: 25px;
    }
    #secn_sec p {
        padding: 0;
    }
    #secn_sec .sign_btn {
        padding: 7px 22px;
    }
    .number_text {
        right: 82%;
    }
    .orange_img1 {
        width: 14%;
    }
    .number_text1 {
        position: absolute;
        top: 43px;
        left: 33px;
        z-index: 1;
        color: #fff;
    }
    th {
        font-size: 11px;
    }
    td {
        font-size: 11px;
    }
}


@media (min-width: 768px) and (max-width: 1025px) {
    .orange_img {
        width: 24%;
    }
    .number_text {
        position: absolute;
        top: 42px;
        right: 20%
    }
    .orange_img1 {
        width: 7%;
    }
    .number_text1 {
        left: -47px;
    }
}