@charset "utf-8";
/* CSS Document */

/*--------RESET-CSS--------*/
body {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    background: #fff;
    color: #000000;
    text-align: center;
    font-family: 'Outfit';
    font-weight: 400;
}

div,
ul,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
    margin: 0;
    padding: 0;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
    display: block;
}

table,
tr,
td {
    border: 0;
}

a {
    outline: none;
    color: inherit;
    text-decoration: none;
}

img {
    border: none;
    height: auto;
    max-width: 100%;
}

li {
    list-style: none;
}

* {
    box-sizing: border-box;
}

.img-full {
    max-width: 100%;
}

.clearall {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}

.ovr {
    overflow: hidden;
}

/*--------fonts--------*/
@font-face {
    font-family: 'Outfit';
    src: url('Outfit-Black.woff2') format('woff2'),
        url('Outfit-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('Outfit-ExtraBold.woff2') format('woff2'),
        url('Outfit-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('Outfit-Bold.woff2') format('woff2'),
        url('Outfit-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('Outfit-SemiBold.woff2') format('woff2'),
        url('Outfit-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('Outfit-Medium.woff2') format('woff2'),
        url('Outfit-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('Outfit-Regular.woff2') format('woff2'),
        url('Outfit-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Bold.woff2') format('woff2'),
        url('Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*--------MAIN-CSS--------*/
.container {
    width: 1030px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

/*--------TOP SEC--------*/
.top-sec {
    float: left;
    width: 100%;
    padding: 16px 0 18px;
    margin-bottom: 4px;
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);
}

.ads-tx {
    font-size: 12px;
    line-height: 12px;
    color: #828282;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.top_logo {
    float: left;
    margin-top: 22px;
    font-size: 24px;
    line-height: 24px;
    color: #2e394b;
    font-weight: bold;
    font-family: 'Poppins';
}

.top_logo sup {
    font-size: 45%;
    line-height: 100%;
}

.top_btn {
    float: right;
    width: 270px;
    height: 57px;
    border-radius: 50px;
    position: relative;
    font-size: 18px;
    line-height: 57px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-box-shadow: 0 4px 2px 0 #d9d9d9;
    box-shadow: 0 4px 2px 0 #d9d9d9;
    background: rgb(241, 131, 48);
    background: linear-gradient(180deg, rgba(241, 131, 48, 1) 30%, rgba(241, 131, 48, 1) 50%, rgba(223, 115, 34, 1) 80%);
}

.top_btn:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin: -3px 0 0 7px;
}

/*--------BANNER--------*/
.banner {
    float: left;
    width: 100%;
    padding: 40px 0 10px;
    text-align: left;
    background: #fff;
}

.bnr_top_text {
    font-size: 16px;
    line-height: 16px;
    color: #000;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.bnr_top_text span {
    position: relative;
}

.bnr_top_text span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    margin: -2px 5px 0;
}

.bnr_top_text span:last-child:after {
    display: none;
}

.banner_heading {
    font-size: 52px;
    line-height: 60px;
    color: #000;
    font-weight: bold;
}

.banner_text {
    font-size: 28px;
    line-height: 36px;
    color: #000;
    font-weight: 600;
    margin-top: 20px;
    font-style: italic;
    background: #FDF8E3;
    padding: 10px;
    border-radius: 8px;
    outline: 2px solid #fff6ce;
}

.author_block {
    width: 100%;
    margin: 30px auto 0;
    padding-top: 12px;
    border-top: 2px solid #cfd6e6;

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.author_box {
    width: 70%;

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.autor_row {
    padding-right: 40px;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    font-weight: 600;
    position: relative;

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.autor_row p span {
    color: #787878;
    font-weight: 400;
}

.author {
    width: 48px;
    border-radius: 50%;
    margin-right: 10px;
}

.author-thik {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    margin: -2px 0 0 10px;
}

.autor_row.autor_row3 {
    padding-right: 0;
}

.autor_row:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -29px;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
}

.autor_row:first-child:before {
    display: none;
}

.logo_box {
    width: 43%;

    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.logo_box img {
    width: 72px;
}

.bnr_img_box {
    width: 100%;
    border-radius: 15px;
    border: 4px solid #fff;
    background: #fff;
    overflow: hidden;
    margin: 35px auto 0;

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 5px;
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);
}

.bnr_img_box_row {
    width: 49.7%;
}

.bnr_img_box_row img {
    display: block;
    margin: 0 auto;
    width: 511px;
}

/*--------MAIN SECTION--------*/
.main_section {
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px 0 60px;
}

.main_section_left {
    float: left;
    width: 68%;
    text-align: left;
}

.main_section_inr {
    float: left;
    width: 100%;
    position: relative;
}

/*--------SECTION1--------*/
.section1 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 20px 0 20px;
    background: #fff;
}

.common_text {
    font-size: 20px;
    line-height: 28px;
    color: #000;
    letter-spacing: 0.5px;
    margin-top: 25px;
}

.mrgT0 {
    margin-top: 0 !important;
}

.capital {
    font-size: 30px;
}

.s1_block {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border-radius: 10px;
    background: #fff;
    padding: 25px 20px 20px;
    margin: 35px 0 5px;
    text-align: center;
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);
}

.s1_block h3 {
    font-size: 34px;
    line-height: 40px;
    color: #000;
    font-weight: 600;
}

.s1_block h3 span {
    font-size: 28px;
    font-weight: 500;
}

.graph {
    display: block;
    margin: 15px auto 0;
    width: 746px;
}

.s1_box {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 15px auto 5px;
}

.s1_box_row {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.s1_box_row img {
    display: block;
    margin: 0 auto;
    width: 702px;
    border: 2px solid #000;
    border-radius: 15px;
}

.common-img {
    display: block;
    margin: 35px auto 5px;
    border-radius: 15px;
}

.shadow {
    border: 4px solid #fff;
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);
}

.common-img3 {
    display: block;
    margin: 35px auto 5px;
    border-radius: 15px;
    width: 100%;
}

.common-img.common-img1 {
    margin-bottom: 0;
}

/*--------SECTION2--------*/
.section2 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 20px 0 15px;
    background: #fff;
}

.common_heading {
    font-size: 36px;
    line-height: 44px;
    color: #000;
    font-weight: bold;
    margin-top: 40px;
}

.underline {
    border-bottom: 2px solid #bcbcdf;
    padding-bottom: 20px;
}

.semi_bold {
    font-weight: 600;
}

.link {
    color: #0000ff;
}

/*--------SECTION3--------*/
.section3 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 15px 0 20px;
    background: #fff;
}

.s3_block {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 10px;
}

.s3_box {
    width: 100%;
    border-radius: 15px;
    margin-top: 30px;

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.s3_icn_box {
    width: 130px;
    height: 130px;
    background: #fff;
    border: 2px solid #e5d7cc;
    border-radius: 50%;
    position: relative;

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.s3-icn {
    width: 82px;
}

.s3_num {
    background: #f08230;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -5px;
    font-size: 22px;
    line-height: 39px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.s3_box_cont {
    width: calc(100% - 130px);
    padding-left: 25px;
    text-align: left;
}

.s3_box_cont h3 {
    font-size: 26px;
    line-height: 32px;
    color: #000;
    font-weight: bold;
}

.s3_box_cont p {
    margin-top: 12px;
}

/*--------SECTION4--------*/
.section4 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 15px 0 20px;
    background: #fff;
}

.revw_block {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 23px;
}

.revw_box {
    width: 100%;
    border: 1px solid #f08230;
    margin-top: 12px;
    border-radius: 12px;
    padding: 22px 25px 20px;

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.revw_cont {
    width: calc(100% - 139px);
    text-align: left;
    padding-left: 25px;
}

.star {
    display: inline-block;
    vertical-align: top;
    width: 99px;
}

.revw_text {
    font-size: 20px;
    line-height: 28px;
    color: #000;
    font-style: italic;
    margin-top: 12px;
    letter-spacing: 0.5px;
}

.img_box {
    width: 139px;
    border-right: 1px solid #c9c9c9;
}

.vrfy_box {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.vrfy_nm {
    width: 46px;
    height: 46px;
    background: #efc08d;
    border-radius: 50%;
    font-size: 20px;
    line-height: 46px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.vrfy_box_cont {
    width: 100%;
    text-align: left;
}

.vrfy_box_cont h3 {
    font-size: 20px;
    line-height: 20px;
    color: #000;
    font-weight: 600;
}

.vrfy_box_cont h3 span {
    color: #707070;
    font-weight: 400;
}

.vrfy_box_cont p {
    font-size: 14px;
    line-height: 14px;
    color: #727272;
    margin-top: 7px;
}

.vrfy_box_cont p img {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    margin: -2px 8px 0 0;
}

.rev-img {
    float: left;
    width: 114px;
}

/*--------SECTION5--------*/
.section5 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 20px 0 20px;
    background: #fff;
}

/*--------SECTION6--------*/
.section6 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 20px 0 20px;
    background: #fff;
}

.grnty_box {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 30px 234px 30px 25px;
    background: #fff;
    border: 2px solid #f08230;
    border-radius: 15px;
    margin-top: 35px;
    position: relative;
}

.grnty_prod_box {
    position: absolute;
    top: 8px;
    right: 48px;
    width: 198px;
}

.s6-prod {
    display: block;
    margin: 0 auto 0;
    width: 198px;
}

.grnty-icn {
    position: absolute;
    top: 0;
    right: -33px;
    width: 121px;
}

/*--------SECTION7--------*/
.section7 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 20px 0 0;
    background: #fff;
}

.s7_block {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #fffcde;
    border-radius: 12px;
    margin-top: 40px;
    padding: 35px 33px 35px;
    text-align: center;
    border: 2px dashed #ff0000;
}

.red_text {
    color: #ff0000;
}

.s7_prod_box {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 406px;
    margin-top: 35px;
    position: relative;
}

.s7_prod_box img {
    display: block;
    margin: 0 auto;
    width: 406px;
}

.s7_prod_box div {
    background: url(../images/s7-prod-seal-bg.png) no-repeat center center;
    background-size: 100% 100%;
    width: 108px;
    height: 107px;
    position: absolute;
    top: 0;
    right: -65px;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    padding-top: 19px;
    text-align: center;
}

.s7_prod_box div span {
    font-size: 22px;
    font-weight: 600;
}

.s7_text {
    font-size: 22px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    margin-top: 20px;
}

.btn {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 68px;
    border-radius: 50px;
    font-size: 24px;
    line-height: 68px;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    margin-top: 40px;
    position: relative;
    text-transform: uppercase;
    -webkit-box-shadow: 0 5px 3px 0 #bab8a2;
    box-shadow: 0 5px 3px 0 #bab8a2;
    background: rgb(241, 131, 48);
    background: linear-gradient(180deg, rgba(241, 131, 48, 1) 30%, rgba(241, 131, 48, 1) 50%, rgba(223, 115, 34, 1) 80%);
}

.btn:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin: -3px 0 0 20px;
}

.update_box {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 55px;
    border: 1px solid #ff0000;
    border-radius: 15px;
    padding: 19px 30px 20px;
    position: relative;
    background: #fff;
}

.clock_box {
    display: inline-block;
    vertical-align: top;
    width: 49px;
    height: 26px;
    margin-top: -22px;
    background: url(../images/clock-box-shape.png) center center;
    background-size: 100% 100%;
    position: relative;
}

.clock_box img {
    position: absolute;
    top: -15px;
    left: 50%;
    width: 25px;
    margin-left: -12.5px;
}

.update_box h3 {
    font-size: 22px;
    line-height: 22px;
    color: #ff0000;
    font-weight: bold;
}

.update_box p {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin-top: 10px;
}

.main_section_right {
    float: right;
    width: 29%;
    position: sticky;
    top: 25px;
}

.right_prod_box {
    float: left;
    width: 100%;
    border: 2px solid #ffbdaf;
    border-radius: 15px;
    padding: 25px 15px 25px;
    background: #fff;
}

.right_prod_box h3 {
    font-size: 28px;
    line-height: 36px;
    color: #000;
    font-weight: bold;
}

.right_prod_box .s7_prod_box {
    max-width: 260px;
    margin-top: 25px;
}

.right_prod_box .s7_prod_box div {
    width: 84px;
    height: 83px;
    right: -1px;
    top: 0;
    font-size: 23px;
    line-height: 23px;
    padding-top: 18px;
}

.right_prod_box .s7_prod_box div span {
    font-size: 17px;
}

.right_btn_box {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 248px;
    margin-top: 25px;
}

.right_btn {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 58px;
    border-radius: 40px;
    font-size: 18px;
    line-height: 60px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    -webkit-box-shadow: 0 3px 2px 0 #d9d9d9;
    box-shadow: 0 3px 2px 0 #d9d9d9;
    background: rgb(241, 131, 48);
    background: linear-gradient(180deg, rgba(241, 131, 48, 1) 30%, rgba(241, 131, 48, 1) 50%, rgba(223, 115, 34, 1) 80%);
}

.right_btn:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin: -3px 0 0 5px;
}

.right_btn_box p {
    font-size: 13px;
    line-height: 13px;
    color: #000;
    font-weight: 500;
    margin-top: 10px;
}

.right_btn_box p img {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    margin: -2px 8px 0 0;
}

/*--------FOOTER--------*/
.footer {
    float: left;
    width: 100%;
    padding: 40px 0px;
    background: #ececec;
}

.top_logo.foot_logo {
    width: 100%;
    margin-top: 0;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}

.foot_text {
    font-size: 16px;
    line-height: 16px;
    margin-top: 15px;
}

.foot_text a {
    padding: 0 6px;
}

/*--------COMMON--------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.showTab,
.showMob {
    display: none;
}

.showDesk {
    display: block;
}

.hideDesk {
    display: none;
}

.mt10 {
    margin-top: 10px;
}

.white_text {
    color: #fff;
}


/*--------Media-Querry--------*/

@media only screen and (max-width: 1200px) {
    .container {
        width: 1004px;
    }

    .update_box p {
        font-size: 17px;
        line-height: 26px;
    }

}

@media only screen and (max-width:1023px) {
    .container {
        width: 750px;
    }

    .showDesk {
        display: none;
    }

    .showTab {
        display: block;
    }

    .banner_heading {
        font-size: 44px;
        line-height: 54px;
    }

    .banner_text {
        font-size: 26px;
        line-height: 34px;
    }

    .author_box {
        width: 94%;
    }

    .autor_row:before {
        left: -24px;
    }

    .main_section_left {
        width: 64.5%;
    }

    .common_heading {
        font-size: 34px;
        line-height: 42px;
    }

    .common_text {
        font-size: 18px;
        line-height: 26px;
    }

    .capital {
        font-size: 26px;
    }

    .s1_block h3 {
        font-size: 30px;
        line-height: 36px;
    }

    .s1_block h3 span {
        font-size: 24px;
    }

    .s3_icn_box {
        width: 110px;
        height: 110px;
    }

    .s3-icn {
        width: 62px;
    }

    .s3_num {
        width: 30px;
        height: 30px;
        right: -3px;
        font-size: 19px;
        line-height: 34px;
    }

    .s3_box_cont {
        width: calc(100% - 110px);
    }

    .revw_text {
        font-size: 18px;
        line-height: 26px;
    }

    .rev-img {
        width: 96px;
    }

    .vrfy_box_cont h3 {
        font-size: 18px;
        line-height: 18px;
    }

    .img_box {
        width: 135px;
    }

    .revw_cont {
        width: calc(100% - 135px);
        padding-left: 20px;
    }

    .grnty_prod_box_mob {
        float: left;
        width: 100%;
        position: relative;
    }

    .grnty_box {
        padding: 25px 25px 20px;
        margin-top: 30px;
        text-align: center;
    }

    .grnty_prod_box {
        position: static;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        max-width: 155px;
        margin-bottom: 15px;
    }

    .grnty-icn {
        right: -31px;
        width: 90px;
    }

    .grnty_box p {
        text-align: center;
    }

    .s7_block {
        padding: 30px 20px 30px;
    }

    .s7_prod_box div {
        width: 98px;
        height: 97px;
        right: -22px;
        font-size: 26px;
        line-height: 26px;
        padding-top: 20px;
    }

    .s7_prod_box div span {
        font-size: 18px;
    }

    .btn {
        font-size: 18px;
        line-height: 70px;
        margin-top: 30px;
    }

    .btn:after {
        width: 10px;
        height: 10px;
        margin: -3px 0 0 10px;
    }

    .main_section_right {
        width: 32%;
    }

    .right_prod_box h3 {
        font-size: 27px;
        line-height: 35px;
    }

    .right_prod_box .s7_prod_box {
        margin-top: 20px;
    }

    .right_prod_box .s7_prod_box div {
        right: -13px;
    }

    .right_btn {
        height: 50px;
        font-size: 14px;
        line-height: 52px;
    }

    .right_btn:after {
        width: 6px;
        height: 6px;
    }

}

@media only screen and (max-width:767px) {
    .container {
        width: 100%;
        padding: 0 15px;
        max-width: 600px;
        box-sizing: border-box;
    }

    .showDesk {
        display: none;
    }

    .showMob {
        display: block;
    }

    .hideMob {
        display: none;
    }

    .top-sec {
        padding: 10px 0 4px;
        margin-bottom: 2px;
    }

    .ads-tx {
        font-size: 10px;
        line-height: 10px;
        position: static;
        transform: none;
        display: inline-block;
        vertical-align: top;
    }

    .top_logo {
        float: none;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin-top: -3px;
        font-size: 22px;
        line-height: 22px;
    }

    .top_btn {
        display: none;
    }

    .banner {
        padding: 25px 0 5px;
        background-position: top right 35%;
    }

    .bnr_cont {
        width: 100%;
    }

    .bnr_top_text {
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 15px;
    }

    .exclusive {
        width: 170px;
        margin-bottom: 12px;
    }

    .banner_heading {
        font-size: 34px;
        line-height: 42px;
    }

    .banner_text {
        font-size: 20px;
        line-height: 28px;
        margin-top: 12px;
        letter-spacing: 0.5px;
    }

    .author_block {
        margin: 20px auto 0;
    }

    .bill {
        right: -128px;
        width: 193px;
        bottom: -25px;
    }

    .author_box {
        width: 100%;
        max-width: 350px;
    }

    .author {
        width: 36px;
        margin-right: 7px;
    }

    .autor_row {
        font-size: 12px;
        line-height: 16px;
        padding-right: 31px;
    }

    .author-thik {
        width: 14px;
        margin: -17px 0 0 10px;
    }

    .autor_row:before {
        left: -17px;
        width: 4px;
        height: 4px;
    }

    .bnr_img_box {
        margin: 25px auto 0;
    }

    .bnr_img_box_row img {
        height: 200px;
        object-fit: cover;
    }

    .main_section {
        padding: 20px 0 35px;
    }

    .main_section_left {
        width: 100%;
    }

    .common_heading {
        font-size: 27px;
        line-height: 35px;
        margin-top: 35px;
    }

    .underline {
        padding-bottom: 18px;
    }

    .common_text {
        font-size: 17px;
        line-height: 25px;
        letter-spacing: 0.3px;
        margin-top: 20px;
    }

    .capital {
        font-size: 25px;
    }

    .common-img {
        display: block;
        margin: 25px auto 5px;
        object-fit: cover;
        height: 210px;
    }

    .shadow {
        border: 3px solid #fff;
    }

    .common-img3 {
        margin: 25px auto 5px;
    }

    .s1_block {
        padding: 20px 15px 20px;
        margin: 25px 0 5px;
    }

    .s1_block h3 {
        font-size: 25px;
        line-height: 32px;
    }

    .s1_box {
        margin: 5px auto 5px;
    }

    .s1_box_row {
        width: 100%;
        margin-top: 20px;
    }

    .s1_box_row img {
        border: none;
        width: 396px;
    }

    .s3_icn_box {
        width: 60px;
        height: 60px;
    }

    .s3-icn {
        width: 28px;
    }

    .s3_num {
        width: 20px;
        height: 20px;
        right: -3px;
        font-size: 12px;
        line-height: 22px;
    }

    .s3_box_cont {
        width: calc(100% - 60px);
        padding-left: 15px;
    }

    .s3_box_cont h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .s3_box_cont h3 img {
        position: absolute;
        top: 50%;
        left: 0;
        width: 29px;
        margin-top: -18px;
    }

    .revw_block {
        margin-top: 20px;
    }

    .revw_box {
        align-items: flex-start;
        flex-direction: column-reverse;
        padding: 22px 15px 20px;
    }

    .revw_cont {
        width: 100%;
        padding-left: 0;
    }

    .img_box {
        width: 100%;
        border-right: none;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
    }

    .star {
        width: 90px;
    }

    .revw_text {
        font-size: 17px;
        line-height: 25px;
        letter-spacing: 0.3px;
    }

    .vrfy_box_cont h3 {
        font-size: 18px;
        line-height: 18px;
    }

    .rev-img {
        width: 52px;
    }

    .vrfy_box {
        float: none;
        width: calc(100% - 52px);
        margin-top: 0;
        padding-left: 12px;
    }

    .grnty_box {
        padding: 25px 20px 20px;
        margin-top: 30px;
    }

    .grnty_prod_box {
        position: static;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        max-width: 155px;
        margin-bottom: 15px;
    }

    .grnty-icn {
        right: -31px;
        width: 90px;
    }

    .grnty_box p {
        text-align: center;
    }

    .s7_block {
        margin-top: 40px;
        padding: 20px 15px 20px;
    }

    .s7_prod_box {
        width: 100%;
        max-width: 236px;
    }

    .s7_prod_box div {
        width: 86px;
        height: 85px;
        right: -36px;
        font-size: 23px;
        line-height: 23px;
        padding-top: 18px;
    }

    .s7_prod_box div span {
        font-size: 16px;
    }

    .s7_text {
        font-size: 20px;
        line-height: 28px;
        margin-top: 20px;
    }

    .btn {
        height: 82px;
        font-size: 19px;
        line-height: 26px;
        padding: 17px 44px 0 30px;
        margin-top: 30px;
        position: relative;
        max-width: 335px;
    }

    .btn img {
        width: 21px;
        display: unset;
        vertical-align: unset;
        position: absolute;
        margin: 0;
        margin-top: 29.5px;
        top: 0;
        right: 24px;
    }

    .update_box {
        border-radius: 10px;
        padding: 19px 16px 20px;
    }

    .update_box h3 {
        font-size: 21px;
        line-height: 21px;
    }

    .update_box p {
        font-size: 17px;
        line-height: 25px;
    }

    .btn:after {
        margin: 0;
        position: absolute;
        top: 50%;
        right: 32px;
        margin-top: -5px;
    }

    .main_section_right {
        width: 100%;
        margin-top: 30px;
        position: static;
    }

    .footer {
        padding: 25px 0;
    }

    .top_logo.foot_logo {
        margin-bottom: 2px;
    }

}

@media only screen and (max-width:364px) {}

/* Sticky Btn */

#sticky_btn {
    height: 80px;
}

#sticky_btn {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    background: #000000;
    width: 100%;
    height: 90px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.pulse {
    animation: pulse-animation 1.5s infinite;
}

@keyframes pulse-animation {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.discount_btn_bottom {
    max-width: 513px;
    padding: 8px 10px;
    color: #fff;
    font-size: 18px;
    line-height: 31px;
    font-weight: 800;
    background: #00bb29;
    border-radius: 7px;
    display: block;
    margin: 0;
    box-shadow: rgb(0 0 0 / 37%) 0px 3px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

#sticky_btn p {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.desktop_hide {
    display: none;
}

@media only screen and (max-width:767px) {
    .discount_btn_bottom {
        max-width: 350px;
        padding: 4px 8px;
        font-size: 15px;
        line-height: 31px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    #sticky_btn p {
        font-size: 15px;
        gap: 0;
    }


    #sticky_btn {
        flex-direction: column;
        gap: 5px;
    }

    .desktop_hide {
        display: block;
    }

    .mob_hide {
        display: none;
    }


}

/* Sticky Btn */