@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: 'Manrope';
    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;
}

li {
    list-style: none;
}

* {
    box-sizing: border-box;
}

.img-full {
    max-width: 100%;
}

.clearall {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}


/*====FONTS====*/

@font-face {
    font-family: 'Manrope';
    src: url('Manrope-Regular.woff2') format('woff2'), url('Manrope-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('Manrope-Medium.woff2') format('woff2'), url('Manrope-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('Manrope-SemiBold.woff2') format('woff2'), url('Manrope-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('Manrope-Bold.woff2') format('woff2'), url('Manrope-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('Manrope-ExtraBold.woff2') format('woff2'), url('Manrope-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Red Hat Display';
    src: url('RedHatDisplay-Black.woff2') format('woff2'), url('RedHatDisplay-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Serif Display';
    src: url('DMSerifDisplay-Italic.woff2') format('woff2'), url('DMSerifDisplay-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


/*=====MAIN_CSS=====*/

.container {
    width: 1170px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}


/*====TOP_STRIP====*/

.top_strip {
    float: left;
    width: 100%;
    padding: 8px 0;
    background: #ffeee7;
}

.top_strip_inner {
    float: left;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_strip_text {
    float: left;
    font-size: 14px;
    line-height: 22px;
    color: #1a1a1a;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.top_strip_text span {
    font-weight: 800;
}

.top_strip_text img {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 8px 0 0;
    width: 22px;
}

.timer_box {
    float: left;
    margin-left: 10px;
}

#clockdiv {
    display: inline-block;
    vertical-align: middle;
    width: 113px;
}

#clockdiv>div {
    float: left;
    width: 28px;
    height: 28px;
    background: #1a1a1a;
    border-radius: 5px;
}

#clockdiv div>span {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    font-family: 'Manrope';
}

.smalltext2 {
    float: left;
    width: 100%;
    font-size: 9px;
    line-height: 10px;
    color: #1f1f1f;
    text-align: center;
    letter-spacing: 0.5px;
    display: none;
}

#clockdiv p {
    float: left;
    width: 14px;
    color: #1a1a1a;
    font-size: 26px;
    text-align: center;
    padding: 0 0 0 0;
    line-height: 24px;
}


/*====HEADER====*/

.top-fix-bar {
    float: left;
    width: 100%;
    margin-bottom: 70px;
}

.header {
    float: left;
    width: 100%;
    height: 70px;
    margin-top: -70px;
    top: 70px;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.fixed-nav .header {
    position: fixed;
    z-index: 11;
    -webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
    margin-top: 0;
    top: 0;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}

.header_inner {
    float: left;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    float: left;
    margin-top: 19px;
    width: 82px;
}

.header_review {
    float: left;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
}

.trust_logo {
    width: 105px;
    margin-top: -5px;
}

.header_star {
    width: 95px;
    margin: 0 10px 0 15px;
}

.header_review p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
}

.header_review p span {
    font-weight: 400;
    padding: 0 5px;
}

a.nav-btn {
    float: right;
    width: 120px;
    height: 34px;
    font-size: 13px;
    line-height: 31px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background: #0fb733;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-top: 18px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}


/*====BANNER====*/

.banner {
    float: left;
    width: 100%;
    padding: 35px 0 60px;
    background: #fff;
    overflow: hidden;
}
.banner_image {
    position: absolute;
    right: -17px;
    top: -123px;
    max-width: 45%;
}
.banner_rev {
    position: absolute;
    right: -37px;
    top: 255px;
    max-width: 170px;
    text-align: left;
}

.quote_ico {
    position: absolute;
    left: -12px;
    top: -8px;
    width: 44px;
}

.banner_rev p {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    color: #00426c;
    font-weight: 700;
    font-style: italic;
}

.banner_rev span {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    font-weight: 700;
    font-style: italic;
    margin-top: 5px;
}

.banner_left {
    float: left;
    width: 57%;
    text-align: left;
    position: relative;
}

.banner_heading {
    float: left;
    width: 100%;
    font-size: 50px;
    line-height: 56px;
    color: #018ad7;
    font-weight: 900;
    font-family: 'Red Hat Display';
}

.banner_strip {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    font-weight: 700;
    background: #d9f3f2;
    margin-top: 13px;
    padding: 7px 12px 9px;
}

.banner_prod {
    position: absolute;
    right: -153px;
    top: 242px;
}

ul.banner_point {
    float: left;
    width: 100%;
    margin: 12px 0 0;
}

ul.banner_point li {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    letter-spacing: 0.3px;
    position: relative;
    padding-left: 35px;
    margin-top: 15px;
    text-align: left;
}

ul.banner_point li img {
    position: absolute;
    left: 0;
    top: 50%;
    width: 23px;
    margin-top: -11.5px;
}

.button_box {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 405px;
    margin-top: 30px;
    text-align: center;
}

.btn_text1 {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    font-weight: 600;
    position: relative;
}

.btn_text1:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    margin: -3px 8px 0 0;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background: #f50000;
    animation: fade 1s ease-in-out infinite;
}

@keyframes fade {
    0% {
        opacity: 100%;
    }
    50% {
        opacity: 30%;
    }
    100% {
        opacity: 100%;
    }
}

a.common_btn {
    float: left;
    width: 100%;
    background: #0fb733;
    border-radius: 5px;
    height: 62px;
    font-size: 23px;
    line-height: 60px;
    color: #fff;
    font-weight: 800;
    margin: 8px 0;
}

.btn_arrow {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 12px;
    width: 16px;
}

.btn_text2 a {
    cursor: pointer;
}

.btn_text2 img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 6px;
    width: 11px;
}

.btn_text2:before {
    display: none;
}

ul.banner_list {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 405px;
    margin-top: 30px;
    text-align: center;
}

ul.banner_list li {
    float: left;
    width: 25%;
    text-align: center;
}

ul.banner_list li img {
    display: block;
    margin: 0 auto 5px;
    width: 27px;
}

ul.banner_list li p {
    float: left;
    width: 100%;
    font-size: 11px;
    line-height: 14px;
    font-weight: 500;
    color: #000;
}


/*====LOGO_STRIP====*/

.logo_strip {
    float: left;
    width: 100%;
    background: #f6f6f6;
    padding: 30px 0 25px;
}

ul.logo_strip_list {
    float: left;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 70px;
}

ul.logo_strip_list li {
    text-align: center;
}

ul.logo_strip_list li img {
    display: block;
    margin: 0 auto 0;
    max-width: 100%;
}

.strip_logo1 {
    width: 100px;
}

.strip_logo2 {
    width: 110px;
}

.strip_logo3 {
    width: 155px;
}

.strip_logo4 {
    width: 80px;
}

.strip_logo5 {
    width: 175px;
}

.strip_logo6 {
    width: 65px;
}


/*====SECTION_1====*/

.section_1 {
    float: left;
    width: 100%;
    padding: 55px 0 60px;
    background: #fff;
}

.common_heading {
    float: left;
    width: 100%;
    font-size: 45px;
    line-height: 48px;
    color: #018ad7;
    font-weight: 900;
    font-family: 'Red Hat Display';
}

.common_text {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 25px;
    color: #000;
    margin-top: 15px;
    letter-spacing: 0.3px;
}

.loved_box {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    width: 100%;
    max-width: 970px;
}

.slide_tabClick {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
}

.slide_tabClick>div {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #018ad7;
    overflow: hidden;
    border-radius: 5px;
    padding: 4px;
    background: #fff;
}

.slide_tabClick img {
    display: block;
    margin: 0 auto 0;
    max-width: 100%;
    border-radius: 5px;
}

.slide_tabClick p {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000000;
    margin-top: 2px;
}

.slide_inner {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #018ad7;
    border-radius: 14px;
    padding: 15px;
}

.slide_testiImg_bx {
    float: left;
    width: 356px;
    position: relative;
}

.slide_testiImg_bx img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
}

.slide_testCont {
    float: right;
    width: calc(100% - 390px);
    text-align: left;
    display: flex;
    align-items: center;
    /*min-height:392px;*/
}

.slid_cont_inner {
    float: left;
    width: 100%;
    padding-right: 20px;
}

.slide_test_head {
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    font-weight: 800;
    padding-bottom: 25px;
    border-bottom: 1px solid #e1e1e1;
}

.s1_slid_img {
    float: left;
    margin-top: 25px;
}


/*====SECTION_2====*/

.section_2 {
    float: left;
    width: 100%;
    padding: 55px 0 60px;
    background: #f3f9fb;
}

.common_heading .fontFdm {
    font-family: 'DM Serif Display';
    font-style: italic;
    font-weight: normal;
}

.s2_row1 {
    float: left;
    width: 100%;
    margin-top: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s2_row1_left {
    float: left;
    width: 49.5%;
}

.s2Rw1_leftbx {
    float: left;
    width: 100%;
}

.s2r1_bx_inner {
    display: inline-block;
    vertical-align: middle;
    width: 550px !important;
}

.s2rw1lft_top {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s2rw1lft_top h3 {
    float: left;
    font-size: 28px;
    line-height: 34px;
    color: #000000;
    font-family: 'Red Hat Display';
    font-weight: 900;
}

.s2rw1lft_top p {
    float: right;
    font-size: 17px;
    line-height: 25px;
    color: #223e8a;
    font-weight: 600;
    background: #a9fcff;
    padding: 4px 15px 6px;
    border-radius: 6px;
}

.s2rw1lft_top p img {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
    width: 17px;
}

.s2R1_imgbx {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 10px;
    border: 3px solid #fff;
    width: 100%;
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.2);
    margin: 20px 0 0;
}

.s2_r1_img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.s2_row1_right {
    float: right;
    width: 48.5%;
    text-align: left;
}

.s2_text1 {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: 700;
}

ul.s2_row1_list {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    column-gap: 4%;
    row-gap: 25px;
    margin-top: 25px;
}

ul.s2_row1_list li {
    float: left;
    width: 48%;
    border-radius: 10px;
    background: #fff;
    padding: 20px 25px 25px;
    text-align: left;
    position: relative;
    border: 1px solid #005bbb;
}

ul.s2_row1_list li img {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 44px;
}

ul.s2_row1_list li h3 {
    float: left;
    width: 100%;
    font-family: 'Red Hat Display';
    font-size: 45px;
    line-height: 52px;
    color: #018ad7;
    font-weight: 900;
}

ul.s2_row1_list li p {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    color: #000;
    font-weight: 800;
    margin-top: 30px;
    min-height: 78px;
}

.bline {
    float: left;
    width: 100%;
    margin: 35px 0 0;
    position: relative;
}

.bline:before {
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    top: 50%;
    margin-top: -0.5px;
    border-top: 1px solid #c9ced0;
}

.bline_logo {
    display: block;
    margin: 0 auto 0;
    position: relative;
    padding: 0 20px;
    background: #f3f9fb;
    width: 110px;
}

.sec2_inr {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 40px;
}

.s2_inr_left {
    float: left;
    width: 53%;
    text-align: left;
}

.s2_text2 {
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 30px;
    color: #005bbb;
    font-weight: 800;
    margin-top: 25px;
}

.s2_inr_right {
    width: 42%;
    float: right;
    background: #fff;
    padding: 30px 30px 35px;
    border-radius: 15px;
    box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.1);
}

.calc_head {
    float: left;
    width: 100%;
    color: #018ad7;
    font-size: 28px;
    line-height: 32px;
    font-family: 'Red Hat Display';
    font-weight: 900;
}

.power_text {
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    color: #424242;
    font-weight: 500;
    margin-top: 10px;
}

.power_text img {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0 8px;
    width: 30px;
}

.selc_text {
    float: left;
    width: 100%;
    font-size: 19px;
    line-height: 26px;
    color: #000000;
    font-weight: 600;
    margin-top: 10px;
}

.s2_rght_bx {
    float: left;
    width: 100%;
}

.calculator {
    margin-top: 20px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
}


/* ------- */

.circle-range {
    position: relative;
    width: 340px;
    height: 170px;
    border-radius: 170px 170px 0 0;
    margin: 20px auto 0;
    display: block;
    user-select: none;
}

.range-img {
    max-width: 100%;
}

.slider-range {
    position: absolute;
    left: 0;
    top: 100%;
    width: 50%;
    height: 1px;
    transform-origin: right center;
}

.slider-range .circle {
    width: 34px;
    height: 34px;
    background: #fff;
    border: 2px solid #89b8ca;
    border-radius: 50%;
    box-shadow: 4px 6px 6px rgba(0, 50, 12, .15);
    display: grid;
    place-items: center;
    margin-top: -18px;
    margin-left: -10px;
    transition: all 0.3s;
    cursor: pointer;
}

.cur-wt {
    font-size: 16px;
    line-height: 20px;
    color: #9e9e9e;
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
}

.range-result-bx {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.range-result {
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    color: #00203c;
    display: inline-block;
    vertical-align: middle;
}

.circle-range h3 {
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    color: #00203c;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 4px;
}

.exp_text {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: 600;
    margin-top: 20px;
}

.result_box {
    display: inline-block;
    vertical-align: middle;
    max-width: 350px;
    width: 100%;
    margin-top: 20px;
}

.gpl-calculator .result {
    width: 48%;
    border-radius: 8px;
    background: rgb(0, 94, 189);
    background: linear-gradient(90deg, rgba(0, 94, 189, 1) 0%, rgba(0, 107, 197, 1) 50%, rgba(1, 121, 205, 1) 99%);
    max-width: 335px;
    height: 85px;
    color: #fff;
    padding: 10px 10px;
    margin: auto;
}

.gpl-calculator .result p {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.3px;
    user-select: none;
}

.gpl-calculator .weight {
    font-size: 30px;
    line-height: 1;
    font-weight: 800;
    display: flex;
    justify-content: center;
}

.d-none {
    display: none !important;
}


/*====SECTION_3====*/

.section_3 {
    float: left;
    width: 100%;
    padding: 55px 0 60px;
    background: #fff;
}

.s3_mid {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 35px;
}

.s3_midLeft {
    float: left;
    width: 47.4%;
    overflow: hidden;
    border-radius: 12px;
    border: 3px solid #fff;
    margin-top: 10px;
    background: #333;
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
}

.s3_img {
    display: block;
    margin: 0 auto 0;
    width: 100%;
}

.s3_midRight {
    float: right;
    width: 48.5%;
    text-align: left;
}

.s3_mdright_row {
    float: left;
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
}

.s3_mdright_row.lst {
    border-bottom: none;
}

.s3_right_rowHead {
    float: left;
    width: 100%;
    text-align: left;
    padding: 10px 30px 15px 0;
    background: url(../images/s3_open.png) no-repeat 99% center;
    background-size: 19px;
    cursor: pointer;
}

.s3_right_rowHead.active {
    background: url(../images/s3_close.png) no-repeat 99% center;
    background-size: 19px;
}

.s3_right_rowHead p {
    float: left;
    width: 100%;
    font-size: 23px;
    line-height: 30px;
    color: #000000;
    font-weight: 800;
}

.s3_right_rowHead span {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    font-weight: 500;
}

.s3_row_img {
    float: right;
    border-radius: 10px;
}

.s3_right_rowContent {
    float: left;
    width: 100%;
    padding: 0 15px 25px 0;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s3_rgt_cont_text {
    float: left;
    width: 100%;
    margin-top: 10px;
}


/*====SECTION_4====*/

.section_4 {
    float: left;
    width: 100%;
    padding: 55px 0 60px;
    background: #f3f9fb;
}

.s4_mid {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    margin: 45px 0 10px;
    position: relative;
}

.s4_box {
    width: 31.1%;
    position: relative;
    text-align: center;
    padding-top: 35px;
}

.s4_mid:before {
    position: absolute;
    content: "";
    border-top: 2px dotted #006f9b;
    top: 7px;
    left: 15%;
    right: 15%;
}

.step_dot {
    position: absolute;
    left: 50%;
    top: 0;
    width: 16px;
    height: 16px;
    background: #006f9b;
    border-radius: 50%;
    margin-left: -8px;
}

.s4_step_text {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    color: #006f9b;
    font-weight: 600;
}

.s4Bx_head {
    float: left;
    width: 100%;
    font-size: 26px;
    line-height: 32px;
    color: #000000;
    font-weight: 800;
    margin-top: 10px;
}

.s4_img {
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
    width: 100%;
    border-radius: 15px;
}


/*====SECTION_5====*/

.section_5 {
    float: left;
    width: 100%;
    padding: 55px 0 60px;
    background: #fff;
}

.comapre_chart {
    display: inline-block;
    vertical-align: middle;
    max-width: 995px;
    margin-top: 45px;
    margin-bottom: 15px;
    width: 100%;
}

.comp_col1 {
    float: left;
    width: 36%;
}

.compTop {
    float: left;
    width: 100%;
    height: 155px;
    padding: 10px 10px;
}

ul.comp_list {
    float: left;
    width: 100%;
}

ul.comp_list li {
    float: left;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 20px;
    line-height: 26px;
    color: #000;
    font-weight: 700;
    text-align: left;
    display: flex;
    align-items: center;
    -webkit-display: flex;
}

ul.comp_list li:last-child {
    border-bottom: none;
}

.comp_col2 {
    float: left;
    width: 15%;
    border: 2px solid #018ad7;
    border-radius: 10px;
    margin-top: -2px;
}

.comp_logo {
    display: block;
    margin: 10px auto 0;
    width: 70px;
}

.comp_pord {
    display: block;
    margin: 20px auto 0;
    max-width: 100%;
}

.comp_col2 ul.comp_list li,
.comp_col ul.comp_list li {
    justify-content: center;
}

ul.comp_list li .cost {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    line-height: 25px;
    color: #000;
    font-weight: 800;
    border: 2px solid #ff0000;
    border-radius: 4px;
    padding: 2px 15px 6px;
}

ul.comp_list li .cost.showMob {
    display: none;
}

.comp_col2 ul.comp_list li .cost {
    background: #018ad7;
    border: 2px solid #018ad7;
    color: #fff;
}

ul.comp_list li img,
.comp_col2 ul.comp_list li:nth-child(8) img {
    width: 23px;
}

{
    display: block;
    margin: 0 auto;
    width: 23px;
}

.comp_col2 ul.comp_list li img,
ul.comp_list li:last-child img {
    width: 28px;
}

.comp_col2 ul.comp_list li:nth-child(8) {
    border-bottom: none;
}

.comp_col2 ul.comp_list li:last-child {
    height: 10px;
}

.comp_right {
    float: left;
    width: 49%;
}

.comp_col {
    float: left;
    width: 33.33%;
}

.comp_text {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-weight: 600;
    margin-top: 35px;
}

.comp_oth_prod {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    margin: 0 0 0;
}


/*====SECTION_6====*/

.section_6 {
    float: left;
    width: 100%;
    padding: 55px 0 60px;
    background: #0183d3;
}

.section_6 .common_text a {
    color: #eee820;
    text-decoration: underline;
}

.s6_box {
    display: inline-block;
    vertical-align: top;
    margin-top: 45px;
    max-width: 970px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    position: relative;
    text-align: left;
}

.s6Bx_top {
    float: left;
    width: 100%;
    background: #f7fea0;
    border-radius: 10px 10px 0 0;
    padding: 10px 0 10px 540px;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 600;
}

.s6_right {
    float: left;
    width: 100%;
    padding: 27px 25px 30px 540px;
}

.s6_bx_head {
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 32px;
    color: #018ad7;
    font-weight: 900;
    font-family: 'Red Hat Display';
}

ul.s6_bx_list {
    float: left;
    width: 100%;
    margin-top: 5px;
}

ul.s6_bx_list li {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 35px;
    text-align: left;
    margin-top: 14px;
}

ul.s6_bx_list li img {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    width: 26px;
}

ul.s6_bx_list li p {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: 600;
    letter-spacing: -0.2px;
}

.s6_imge {
    position: absolute;
    left: 0;
    top: -30px;
    border-radius: 0 0 0 10px;
}


/*====SECTION_7====*/

.section_7 {
    float: left;
    width: 100%;
    padding: 55px 0 60px;
    background: #fff;
}

.review_box {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px 0 10px;
    padding: 0 15px;
}

.review_col {
    float: left;
    width: 31.5%;
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 3px solid #fff;
    overflow: hidden;
    margin-top: 30px;
}

.review_img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.review_cont {
    float: left;
    width: 100%;
    padding: 15px 15px 20px;
}

.review_cont_top {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
}

.review_cont_top h3 {
    float: left;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    font-family: 'Red Hat Display';
    font-weight: 900;
}

.review_cont_top p {
    float: right;
    font-size: 12px;
    line-height: 18px;
    color: #223e8a;
    font-weight: 600;
    background: #a9fcff;
    padding: 5px 10px 6px;
    border-radius: 5px;
}

.review_cont_top p img {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
    width: 13px;
}

.review_text {
    float: left;
    width: 100%;
    margin-top: 20px;
    letter-spacing: 0;
    min-height: 200px;
}


/*====SECTION_8====*/

.section_8 {
    float: left;
    width: 100%;
    padding: 55px 0 60px;
    background: #f3f9fb;
}

.s8_left {
    float: left;
    width: 35%;
    text-align: left;
}

.faq_prod {
    display: inline-block;
    vertical-align: middle;
    width: 272px;
    margin: 20px 0 0;
}

.s8_left .button_box {
    margin-top: 5px;
}

.s8_right {
    float: right;
    width: 56%;
}

.up-slide-dwn {
    float: left;
    width: 100%;
}

.accordion {
    float: left;
    width: 100%;
    text-align: left;
    background: url(../images/close.png) no-repeat 98% center;
    background-size: 12px;
    padding: 25px 45px 25px 0;
    font-size: 20px;
    line-height: 26px;
    font-weight: 800;
    color: #000;
    letter-spacing: 0.5px;
    position: relative;
    border-bottom: 1px solid #c2c2c2;
    cursor: pointer;
}

.acdn-heading.accordion-open {
    background: url(../images/open.png) no-repeat 98% center;
    background-size: 12px;
    padding-bottom: 25px;
    border-bottom: none;
}

.acdn-content {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0 15px 15px 0;
    border-bottom: 1px solid #c2c2c2;
}

.accordion.last,
.acdn-content.last {
    border-bottom: none;
}

.acdn-para {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
    font-weight: 500;
}


/*====FOOTER====*/

.footer {
    float: left;
    width: 100%;
    padding: 50px 0;
}

.footer_logo {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 10px;
    width: 80px;
}

.footer_text {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
    margin-top: 15px;
}

.footer_text a {
    padding: 0 8px;
}

.footer_dclr {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    padding: 20px 250px 10px;
}

.footer_img {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.footer_img img {
    width: 80px;
}


/*=======================*/

.showTab,
.showMob {
    display: none;
}

.showDesk {
    display: block;
}

.hideDesk {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.white {
    color: #fff;
}


/*=====Media-Querry=====*/

@media only screen and (max-width:1200px) {
    .container {
        width: 1004px;
    }
    .banner_left {
        width: 61%;
    }
    .banner_heading {
        font-size: 46px;
        line-height: 52px;
    }
    .banner_strip {
        font-size: 16px;
    }
    .banner_image {
        width: 550px;
        right: -70px;
        top: -10px;
    }
    .banner_prod {
        width: 280px;
    }
    ul.banner_point li {
        font-size: 17px;
        line-height: 25px;
        margin-top: 12px;
    }
    .banner_rev {
        right: -7px;
        top: 300px;
    }
    .section_1 {
        overflow: hidden;
    }
    .s2r1_bx_inner {
        width: 470px !important;
    }
    ul.s2_row1_list li {
        padding: 15px 15px 20px;
    }
    ul.s2_row1_list li p {
        font-size: 19px;
        line-height: 27px;
    }
    .common_heading {
        font-size: 40px;
        line-height: 46px;
    }
    .s2_inr_left {
        width: 56%;
    }
    .s2_inr_left .common_text {
        letter-spacing: 0;
    }
    .s3_midLeft {
        width: 43%;
    }
    .s3_midRight {
        width: 54%;
    }
    .review_col {
        width: 32%;
    }
    .review_text {
        min-height: 225px;
    }
    .s8_right {
        width: 58%;
    }
}

@media only screen and (max-width:1024px) {
    .container {
        width: 750px;
    }
    .showDesk {
        display: none;
    }
    .showTab {
        display: block;
    }
    .banner_left {
        width: 65%;
    }
    .banner_heading {
        font-size: 36px;
        line-height: 42px;
    }
    ul.banner_point li {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
        padding-left: 30px;
    }
    ul.banner_point li img {
        width: 20px;
    }
    .banner_image {
        width: 290px;
        right: 0px;
        top: 40px;
    }
    .banner_prod {
        width: 280px;
        right: -210px;
        top: 340px;
    }
    .banner_rev {
        right: 0px;
        top: 195px;
        max-width: 120px;
    }
    .quote_ico {
        left: -9px;
        top: -4px;
        width: 34px;
    }
    .banner_rev p {
        font-size: 14px;
        line-height: 20px;
    }
    .banner_rev span {
        font-size: 13px;
        line-height: 22px;
        margin-top: 0px;
    }
    ul.logo_strip_list {
        column-gap: 18px;
    }
    .slide_inner {
        padding: 10px;
    }
    .slide_testiImg_bx {
        width: 280px;
    }
    .slide_testCont {
        width: calc(100% - 300px);
    }
    .slide_test_head {
        font-size: 20px;
        line-height: 26px;
    }
    .common_heading {
        font-size: 34px;
        line-height: 42px;
    }
    .s2_row1 {
        flex-wrap: wrap;
        padding: 0 80px;
    }
    .s2_row1_left {
        width: 100%;
    }
    .s2_row1_right {
        width: 100%;
        margin-top: 40px;
    }
    .s2r1_bx_inner {
        width: 550px !important;
    }
    .sec2_inr {
        max-width: 100%;
    }
    .s2_inr_left {
        width: 48%;
    }
    .s2_inr_right {
        width: 48%;
        margin-top: 30px;
        text-align: center;
        padding: 25px 20px 30px;
    }
    .circle-range {
        width: 320px;
        height: 160px;
    }
    .s3_mid {
        max-width: 550px;
    }
    .s3_midLeft {
        width: 100%;
    }
    .s3_midRight {
        width: 100%;
        margin-top: 35px;
    }
    .s4_box {
        width: 32%;
    }
    .s4Bx_head {
        font-size: 22px;
    }
    .s4_img {
        border-radius: 10px;
    }
    .comp_logo {
        width: 40px;
    }
    .compTop {
        padding: 10px 5px 0;
        height: 130px;
    }
    .comp_text {
        margin-top: 22px;
    }
    .s6Bx_top {
        padding: 10px 0 10px 360px;
    }
    .s6_imge {
        width: 360px;
        top: 144px;
    }
    .s6_right {
        padding: 20px 15px 25px 360px;
    }
    .s6_bx_head {
        font-size: 20px;
        line-height: 22px;
    }
    ul.s6_bx_list li p {
        font-size: 17px;
        line-height: 22px;
    }
    .review_box {
        padding: 0 50px;
    }
    .review_col {
        width: 48%;
    }
    .s8_left {
        width: 44%;
    }
    .s8_right {
        width: 52%;
    }
    .accordion {
        font-size: 18px;
    }
    .acdn-para {
        font-size: 17px;
        line-height: 25px;
    }
    .footer_dclr {
        padding: 20px 40px 10px;
    }
}

@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_strip_inner {
        justify-content: space-between;
    }
    .top_strip_text {
        position: relative;
        padding-left: 30px;
        text-align: left;
        font-size: 12px;
        line-height: 16px;
    }
    .top_strip_text span {
        font-size: 14px;
    }
    .top_strip_text img {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -11px;
    }
    .top-fix-bar {
        margin-bottom: 60px;
    }
    .header {
        height: 60px;
        margin-top: -60px;
        top: 60px;
    }
    .header_inner {
        display: inline-block;
        vertical-align: middle;
    }
    .logo {
        width: 70px;
        margin-top: 17px;
    }
    .header_review {
        float: right;
        flex-wrap: wrap;
        width: 105px;
        margin-top: 7px;
    }
    .header_review p {
        display: none;
    }
    .trust_logo {
        display: block;
        margin: 0 auto 3px;
        width: 90px;
    }
    .header_star {
        display: block;
        margin: 0 auto;
        width: 90px;
    }
    .banner {
        padding: 24px 0 30px;
    }
    .banner_left {
        width: 100%;
        text-align: center;
    }
    .banner_heading {
        font-size: 27px;
        line-height: 33px;
        letter-spacing: -0.2px;
    }
    .banner_strip {
        font-size: 14px;
        line-height: 20px;
        margin-top: 17px;
    }
    .bnr_mob {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        position: relative;
    }
    .bnr_mob .banner_rev {
        top: 35px;
        right: 0;
    }
    .bnr_mob .banner_img_m {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% + 30px);
        margin: 20px 0 0 -15px;
    }
    ul.banner_point {
        margin-top: 10px;
        display: inline-block;
        vertical-align: top;
        max-width: 340px;
        float: none;
    }
    ul.banner_point li {
        font-size: 15px;
        line-height: 21px;
        padding-left: 35px;
    }
    ul.banner_point li img {
        width: 23px;
        margin-top: -11px;
    }
    .button_box {
        margin-top: 25px;
    }
    .btn_text1 {
        font-size: 13px;
        line-height: 18px;
    }
    ul.banner_list {
        margin-top: 25px;
    }
    .mob_rev_bx {
        display: inline-block;
        vertical-align: middle;
        max-width: 340px;
        width: 100%;
        border: 1px solid #5bd9e1;
        border-radius: 10px;
        box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.1);
        margin-top: 25px;
        padding: 20px 15px;
        text-align: left;
    }
    .bnr_rev_head {
        float: left;
        width: 100%;
        font-size: 15px;
        line-height: 20px;
        color: #000;
        font-weight: 700;
    }
    .star {
        float: left;
        margin-top: 6px;
        width: 70px;
    }
    .bnr_rev_text {
        float: left;
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        color: #000;
        letter-spacing: 0.3px;
        margin-top: 10px;
    }
    .bnr_rev_name {
        float: left;
        width: 100%;
        margin-top: 15px;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: space-between;
    }
    .bnr_rev_name h3 {
        float: left;
        font-size: 15px;
        line-height: 20px;
        color: #223e8a;
        font-weight: 700;
    }
    .bnr_rev_name p {
        float: right;
        font-size: 11px;
        line-height: 16px;
        color: #223e8a;
        font-weight: 600;
        background: #eef7f9;
        padding: 5px 10px 6px;
        border-radius: 5px;
    }
    .logo_strip {
        padding: 24px 0 20px;
    }
    ul.logo_strip_list {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    ul.logo_strip_list li {
        margin: 0 15px;
    }
    .section_1 {
        padding: 25px 0 35px;
    }
    .common_heading {
        font-size: 26px;
        line-height: 32px;
        letter-spacing: 0.3px;
    }
    .common_text {
        font-size: 16px;
        line-height: 24px;
        margin-top: 15px;
        letter-spacing: 0.3px;
    }
    .loved_box {
        max-width: 355px;
    }
    .slide_tabClick>div {
        padding: 2px;
        max-width: 80px;
    }
    .slide_tabClick p {
        font-size: 11px;
        line-height: 16px;
    }
    .slide_testiImg_bx {
        width: 100%;
    }
    .slide_inner {
        flex-wrap: wrap;
        padding: 15px;
    }
    .slide_testCont {
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    .slid_cont_inner {
        padding: 0 0 10px;
    }
    .slide_test_head {
        font-size: 19px;
        line-height: 27px;
        padding-bottom: 20px;
    }
    .s1_slid_img {
        display: inline-block !important;
        vertical-align: top;
        float: none;
        margin: 20px 0 0;
    }
    .test_text {
        min-height: 192px;
    }
    .section_2 {
        padding: 25px 0 35px;
    }
    .s2_row1 {
        width: 100%;
        padding: 0;
        margin-top: 25px;
    }
    .s2r1_bx_inner {
        width: 325px !important;
    }
    .s2_text1 {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.1px;
        margin-top: 20px;
    }
    .s2rw1lft_top h3 {
        font-size: 17px;
        line-height: 22px;
    }
    .s2rw1lft_top p {
        font-size: 11px;
        line-height: 16px;
        padding: 5px 12px 5px 10px;
    }
    .s2rw1lft_top p img {
        width: 11px;
    }
    .s2_row1_right {
        margin-top: 5px;
    }
    ul.s2_row1_list {
        column-gap: 3%;
        margin-top: 25px;
        row-gap: 10px;
    }
    ul.s2_row1_list li {
        width: 48.5%;
        padding: 15px 10px 15px;
    }
    ul.s2_row1_list li h3 {
        font-size: 28px;
        line-height: 34px;
    }
    ul.s2_row1_list li img {
        right: 10px;
        top: 15px;
        width: 35px;
    }
    ul.s2_row1_list li p {
        font-size: 14px;
        line-height: 20px;
        min-height: 60px;
        letter-spacing: -0.2px;
        margin-top: 20px;
    }
    .bline_logo {
        padding: 0 10px;
        width: 70px;
    }
    .s2_inr_left {
        width: 100%;
        text-align: center;
    }
    .s2_inr_right {
        width: 100%;
    }
    .calc_head {
        font-size: 22px;
        line-height: 26px;
    }
    .selc_text {
        font-size: 18px;
        line-height: 24px;
        margin-top: 5px;
    }
    .circle-range {
        width: 300px;
        height: 150px;
    }
    .exp_text {
        font-size: 16px;
        line-height: 22px;
        margin-top: 15px;
    }
    .s2_text2 {
        font-size: 20px;
        line-height: 26px;
    }
    .cur-wt {
        top: 80px;
        font-size: 15px;
        line-height: 20px;
    }
    .range-result,
    .circle-range h3 {
        font-size: 30px;
        line-height: 30px;
    }
    .range {
        padding: 55px 0 30px;
        margin-top: 20px;
    }
    .range .track {
        background: #d7dcde;
        height: 5px;
        position: relative;
    }
    .range .line span {
        position: absolute;
        top: -3px;
        left: 0;
        bottom: -5px;
        width: 2px;
        background: #d7dcde;
    }
    .range .line span:nth-child(1) {
        left: calc(12.5%);
    }
    .range .line span:nth-child(2) {
        left: calc(12.5% * 2);
    }
    .range .line span:nth-child(3) {
        left: calc(12.5% * 3);
    }
    .range .line span:nth-child(4) {
        left: calc(12.5% * 4);
    }
    .range .line span:nth-child(5) {
        left: calc(12.5% * 5);
    }
    .range .line span:nth-child(6) {
        left: calc(12.5% * 6);
    }
    .range .line span:nth-child(7) {
        left: calc(12.5% * 7);
    }
    .range .thumb {
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 2;
        width: 45px;
        height: 30px;
        background: rgb(0, 66, 107);
        background: linear-gradient(360deg, rgba(0, 66, 107, 1) 0%, rgba(37, 169, 224, 1) 100%);
        border-radius: 10px;
        box-shadow: 0 1px 10px rgba(0, 0, 0, .04), 0 8px 10px rgba(0, 0, 0, .1), 0 27px 27px rgba(0, 0, 0, .1);
        transform: translateY(-50%);
        border-bottom: 1.5px solid #01698b;
    }
    .range .thumb:after {
        content: '';
        display: block;
        border: solid #fff;
        border-width: 1px 1px 0 0;
        padding: 3px;
        transform-origin: center;
        transform: rotate(45deg) translateY(-50%);
        position: absolute;
        top: 50%;
        right: 16px;
    }
    .range .thumb:before {
        content: '';
        display: block;
        border: solid #fff;
        border-width: 1px 0 0 1px;
        padding: 3px;
        transform-origin: center;
        transform: rotate(-45deg) translateY(-50%);
        position: absolute;
        top: 50%;
        left: 16px;
    }
    .range .info {
        position: absolute;
        left: 50%;
        bottom: 100%;
        transform: translateX(-50%);
        background: #C6C6C6;
        border-radius: 7px;
        width: 65px;
        height: 35px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
        color: #000;
        font-size: 14px;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 3px;
    }
    .range .info:after {
        content: '';
        border-left: 7px solid transparent;
        border-top: 7px solid #C6C6C6;
        border-right: 7px solid transparent;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    .gpl-calculator .result {
        max-width: 300px;
        height: 80px;
        margin: 15px auto 5px;
        padding: 12px 10px;
    }
    .section_3 {
        padding: 28px 0 25px;
    }
    .s3_mid {
        max-width: 355px;
        margin-top: 20px;
    }
    .s3_midRight {
        margin-top: 20px;
    }
    .s3_right_rowHead {
        background-size: 15px;
        padding: 10px 30px 10px 0;
    }
    .s3_right_rowHead.active {
        background-size: 15px;
    }
    .s3_right_rowHead p {
        font-size: 18px;
        line-height: 26px;
    }
    .s3_right_rowHead span {
        font-size: 15px;
        line-height: 22px;
    }
    .s3_row_img {
        display: none;
    }
    .s3_rgt_cont_text {
        width: 100%;
        margin-top: 10px;
    }
    .section_4 {
        padding: 28px 0 35px;
    }
    .s4_mid {
        float: none;
        display: inline-block;
        vertical-align: middle;
        max-width: 355px;
        margin-top: 0;
    }
    .s4_mid:before {
        left: 7px;
        right: auto;
        top: 44px;
        bottom: 28%;
        border-top: none;
        border-left: 2px dotted #006f9b;
    }
    .s4_box {
        width: 100%;
        text-align: left;
        padding: 0 0 0 40px;
        margin-top: 40px;
    }
    .step_dot {
        left: 0;
        margin: 0;
        top: 3px;
    }
    .s4_step_text {
        font-size: 18px;
        line-height: 18px;
    }
    .s4Bx_head {
        line-height: 28px;
        margin-top: 5px;
    }
    .section_5 {
        padding: 28px 0 35px;
    }
    .comapre_chart {
        margin: 25px 0 0;
    }
    .comp_col1 {
        width: 49%;
    }
    .compTop {
        height: 60px;
    }
    .comp_col2 {
        width: 29%;
    }
    .comp_right {
        width: 22%;
    }
    .comp_col {
        width: 100%;
    }
    .comp_col2 ul.comp_list li .cost {
        font-size: 17px;
        line-height: 19px;
        padding: 4px 15px;
    }
    ul.comp_list li .cost {
        font-size: 14px;
        line-height: 18px;
        padding: 6px 3px 6px;
        height: 34px;
    }
    ul.comp_list li .cost.hideMob {
        display: none;
    }
    ul.comp_list li .cost.showMob {
        display: block;
    }
    .comp_text {
        font-size: 11px;
        line-height: 16px;
        position: relative;
        margin-top: 5px;
    }
    .comp_oth_prod,
    .comp_pord {
        display: none;
    }
    .comp_logo {
        width: 55px;
    }
    ul.comp_list li {
        font-size: 14px;
        line-height: 20px;
        height: 60px;
        letter-spacing: 0.2px;
    }
    ul.comp_list li img,
    .comp_col2 ul.comp_list li:nth-child(8) img {
        width: 18px;
    }
    .comp_col2 ul.comp_list li img,
    ul.comp_list li:last-child img {
        width: 25px;
    }
    .comp_text {
        font-size: 13px;
        letter-spacing: 0.3px;
    }
    .section_6 {
        padding: 28px 0 35px;
    }
    .s6_imge_m {
        display: inline-block;
        vertical-align: middle;
        margin: 25px 0 -5px;
        max-width: 100%;
    }
    .s6_box {
        margin-top: 0;
        text-align: center;
        border-radius: 15px;
    }
    .s6Bx_top {
        padding: 10px;
        text-align: center;
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        border-radius: 15px 15px 0 0;
    }
    .s6_right {
        padding: 20px 15px 25px;
    }
    ul.s6_bx_list {
        float: none;
        display: inline-block;
        vertical-align: top;
        max-width: 250px;
    }
    ul.s6_bx_list li {
        padding-left: 40px;
        margin-top: 18px;
    }
    .section_7 {
        padding: 28px 0 35px;
    }
    .review_box {
        padding: 0;
        margin: 0 0 5px;
        float: none;
        display: inline-block;
        vertical-align: top;
        max-width: 350px;
    }
    .review_col {
        width: 100%;
        border-radius: 0;
        box-shadow: none;
        border: none;
        padding: 10px 0 0;
        margin-top: 30px;
    }
    .review_cont {
        padding: 20px 15px 0;
    }
    .review_img {
        box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        border: 3px solid #fff;
        max-width: 94%;
    }
    .review_text {
        min-height: 1px;
    }
    .section_8 {
        padding: 28px 0 35px;
    }
    .s8_left {
        width: 100%;
    }
    .faq_prod {
        display: none;
    }
    .s8_right {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .accordion {
        padding: 20px 25px 20px 0;
    }
    .acdn-content {
        padding: 0 0 15px 0;
    }
    .acdn-para {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
        margin-bottom: 10px;
    }
    .footer {
        padding: 0 0 22px;
    }
    .footer_dclr {
        padding: 15px 0 5px;
        font-size: 12px;
        line-height: 18px;
    }
    .footer_text {
        font-size: 15px;
        line-height: 22px;
        margin-top: 10px;
        letter-spacing: 0.5px;
    }
    .footer_logo {
        margin: 26px 0 10px;
    }
    #call-btn {
        padding: 0;
        position: fixed;
        bottom: 0%;
        left: auto;
        z-index: 99;
        transition: bottom 1s;
        display: table;
        width: 100%;
    }
    #call-btn a.common_btn {
        border-radius: 0;
        margin: 0;
    }
}


/*modal css*/

.modal_new {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .4);
    color: #000
}

.modal-content_new {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 95%;
    max-width: 580px;
    position: relative
}

.close_new {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700
}

.close_new:focus,
.close_new:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

span.close_new {
    position: absolute;
    right: -2px;
    top: 0;
    width: 30px;
    height: 30px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.inner-pop-up-wrapper {
    height: 380px;
    overflow-y: scroll
}

.inner-pop-up-wrapper p {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #000!important;
    text-align: left;
}
#guarantee-modal .inner-pop-up-wrapper{
    overflow-y: auto;
}

#charges-modal .inner-pop-up-wrapper{
    overflow-y:auto;
    height:120px;
}
.error_handler_body ul li {
    text-align: left;
}
@media (max-width: 767px) {
    .modal_new {
        padding-top: 30px
    }
    .make-btn-fixed{
        position: fixed;
        width: 100% !important;
        max-width: 100%;
        left: 0;
        right: 0;
        bottom: 0px;
        margin: 0 auto !important;
        z-index: 9999999999;
    }
    .footer_img{
        margin-bottom:50px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 991px) and (orientation: landscape) {
    .inner-pop-up-wrapper {
        height: 100%;
        max-height: 50vh
    }
    .modal_new {
        padding-top: 40px
    }
}
.disclaimer_area{
    padding:25px 0;
    font-size: 14px;
    line-height: 25px;
    border-top: 1px solid #f3f9fb;
    background-color: #ffffe0;
    margin-bottom: 10px;
}