
body {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    color: #000;
    font-weight: 500;
    line-height: 29px;
}

p {
    margin-bottom: 24px;
}

h2 {
    line-height: 1.28;
}

h3 {
    line-height: 1.29;
}

h4 {
    line-height: 1.29;
}

h5 {
    font-size: 22px;
    line-height: 1.28;
}

h1, h2, h3, h4, h5 {
    font-weight: bold;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}

.rounded {
    border-radius: 3px !important;
}

.ex-bold {
    font-weight: 800 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fz-20 {
    font-size: 20px;
}

.fz-22 {
    font-size: 22px;
}


.fz-23 {
    font-size: 23px;
}

.fz-26 {
    font-size: 26px;
}

.fz-28 {
    font-size: 28px;
}

.fz-30 {
    font-size: 30px;
}

.fz-32 {
    font-size: 32px;
}

.fz-38 {
    font-size: 38px;
}

.fz-80 {
    font-size: 80px;
}

.fz-65 {
    font-size: 65px;
}

.fz-45 {
    font-size: 45px;
}

.fz-57 {
    font-size: 57px;
}

.fz-24 {
    font-size: 25px;
}

.t-blue {
    color: #1444A6;
}

.t-blue3 {
    color: #2769BF;
}

.lh-62 {
    line-height: 62px;
}

.mt-6 {
    margin-top: 40px;
}

.mb-6 {
    margin-bottom: 40px;
}

.background {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
}

.bg-overlay {
    padding: 50px 0px 200px 0px;
}

.background h1 {
    color: white;
    font-size: 50px;
}

.box-text {
    margin: auto;
    padding: 35px 30px 10px 30px;
    border-radius: 5px;
    box-shadow: 0px 3px 7px -1px #d6d6d6;
    margin-top: -160px !important;
    margin-bottom: 40px !important;
    max-width: 810px;
}

.se-border {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.bg-colored1 {
    background: #CE0101;
    position: relative;
}


    .bg-colored1:after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -17px;
        width: 0;
        height: 0;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 20px solid #ce0101;
        clear: both;
        text-align: center;
        margin-left: -25px;
    }

.bg-colored2 {
    background: #1444A6;
    position: relative;
}

    .bg-colored2:after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -17px;
        width: 0;
        height: 0;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 20px solid #1444A6;
        clear: both;
        text-align: center;
        margin-left: -25px;
    }

.bg-colored3 {
    background: #2769BF;
    position: relative;
}

    .bg-colored3:after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -17px;
        width: 0;
        height: 0;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 20px solid #2769BF;
        clear: both;
        text-align: center;
        margin-left: -25px;
    }

.bg-colored4 {
    background: #6D8C03;
    position: relative;
}

    .bg-colored4:after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -17px;
        width: 0;
        height: 0;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 20px solid #6D8C03;
        clear: both;
        text-align: center;
        margin-left: -25px;
    }


.bg-colored5 {
    background: #00264D;
    position: relative;
}

    .bg-colored5:after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -17px;
        width: 0;
        height: 0;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 20px solid #00264D;
        clear: both;
        text-align: center;
        margin-left: -25px;
    }

.bx1 {
    background: #F5F5F5;
    position: relative;
}

    .bx1 h4 {
        font-size: 22px;
        padding: 17px 10px 17px 30px;
    }


    .bx1:before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        background: #CE0101;
        width: 8px;
        height: 61px;
    }

.bx2 {
    background: #fff;
    position: relative;
}

    .bx2 p {
        padding: 17px 10px 17px 30px;
        font-size: 27px;
        font-weight: bold;
        line-height: 1.3;
        margin-bottom: 0px;
    }

    .bx2:before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        background: #FF5E01;
        width: 8px;
        height: 100%;
        border-radius: 14px;
    }

    .bx2 .p2 {
        font-size: 25px;
    }

.bg-overlay2 {
    background: #001c57d1;
}

.t-green {
    font-weight: 600;
    color: #B8BF11;
}

.t-red {
    color: #8C1C04;
}

.top-img1 {
    margin-top: -35px;
}


.bg-1 p {
    padding-top: 56px !important;
    font-size: 21px;
}

.t-green2 {
    color: #6D8C03;
}

.line1 {
    max-width: 320px;
    height: 2px;
    background: #6D8C03;
    margin: 0 auto;
    display: block;
}

.bg-light {
    background: #f5f5f5 !important;
}

.box-text2 {
    padding: 30px;
    position: relative;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 1px #dddddd;
}

    .box-text2 img {
        position: absolute;
        width: 24px;
        right: 25px;
        top: -23px;
        z-index: 100;
    }

    .box-text2::before {
        position: absolute;
        top: -3px;
        content: '';
        right: 2px;
        width: 370px;
        height: 9px;
        background: #3A6198;
        border-top-right-radius: 18px;
        transform: rotate( -1deg);
        z-index: 1;
    }

    .box-text2::after {
        position: absolute;
        bottom: -3px;
        content: '';
        left: 2px;
        width: 370px;
        height: 9px;
        background: #3A6198;
        border-bottom-left-radius: 18px;
        transform: rotate( -1deg);
        z-index: 1;
    }

.box-text2-main {
    position: relative;
}

    .box-text2-main::before {
        position: absolute;
        top: 0px;
        content: '';
        right: 2px;
        width: 373px;
        height: 13px;
        background: white;
        z-index: 10;
    }

    .box-text2-main::after {
        position: absolute;
        bottom: 0px;
        content: '';
        left: 2px;
        width: 373px;
        height: 13px;
        background: white;
        z-index: 10;
    }

.box3 {
    background-image: linear-gradient(to right, #00306E, #00153C);
    padding: 30px 25px;
    border: 2px solid #B8BF11;
    border-radius: 7px;
}

    .box3 h4 {
        font-size: 22px;
        font-weight: 600 !important;
    }

sup {
    top: -0.7em;
    font-size: 12px;
}

.sup2 {
    top: -1.1em;
}

.btn-commander {
    background: #fcca1d;
    font-weight: 700;
    font-size: 20px;
    padding: 9px 18px !important;
    border: 1px solid #d3a60c;
    margin-bottom: 12px;
    margin-top: 8px;
}

    .btn-commander:hover {
        background: #fed133;
        border: 1px solid #fed133;
    }

    .btn-commander:focus {
        box-shadow: none !important;
    }

    .btn-commander img {
        width: 20px !important;
    }

.box4 {
    border: 2px solid #6D8C03;
    border-radius: 7px;
    padding: 20px;
}

    .box4 h4 {
        position: relative;
        top: -43px;
        background: #6D8C03;
        padding: 10px 30px;
        display: inline-block;
        border-radius: 25px;
        font-size: 20px;
    }

    .box4 p {
        margin-top: -29px;
    }

.checklist-box {
    box-shadow: 0px 0px 10px 1px #dddddd;
}

.list1 {
    position: relative;
}

    .list1 li {
        position: relative;
        padding-left: 45px;
        padding-bottom: 17px;
    }

    .list1 img {
        position: absolute;
        left: 0px;
        top: 2px;
        width: 30px;
    }

.box5 {
    background: #1444A6;
    padding: 22px 10px;
    border: 2px solid #4EA3D9;
    border-radius: 7px;
}

.shadow-none {
    box-shadow: none;
}

.green-hr {
    border: 1px solid #6D8C03 !important;
}

.shadow1 {
    box-shadow: 0px 0px 10px 1px #dddddd;
}

.shadow6 {
    box-shadow: 0px 0px 12px 7px #ececec6e;
}

.box6 {
    position: relative;
}

.box7 {
    border: 1px solid #00264D;
    border-radius: 7px;
    padding: 20px 25px;
}

    .box7 h3 {
        position: relative;
        top: -43px;
        background: #00264D;
        padding: 7px 20px;
        display: inline-block;
        border-radius: 5px;
        font-size: 25px;
        color: white;
    }

    .box7 img {
        position: relative;
        top: -2px;
    }


    .box7 h4 {
        margin-top: -29px;
        font-size: 22px;
    }

.t-blue2 {
    color: #1444A6;
}

.bigtitle {
    font-size: 77px;
    text-shadow: 2px 2px 2px black;
    line-height: 93px;
}

.service-box {
    background-image: linear-gradient(#fff, #E2F4FF);
    margin-bottom: 40px;
}

    .service-box img {
        margin-top: -64px;
        width: 110px;
    }

    .service-box p {
        font-size: 16px;
        line-height: 28px;
    }

.mt--1 {
    margin-top: -10px !important;
}

/**/
.pk-border {
    border: 1px solid #2769BF;
}

.pk-bg {
    background: #F1F9FF;
}

.pb-pkg-type {
    background: #4EA3D9;
    padding: 12px 6px;
    text-transform: uppercase;
    font-size: 21px;
}

.pb-best .pb-pkg-type {
    background: #CE0101;
    padding: 20px 6px;
}

.pb-pkg-body {
    padding-bottom: 25px !important;
}

.highlight-package .pb-pkg-body {
    padding-bottom: 35px !important;
}

.pb-popuplar .pb-pkg-type {
    background: #2769BF;
}

.pb-pkg-supply {
    position: relative;
    margin-bottom: 2px;
    font-weight: bold;
    background: #00264D;
    font-size: 22px;
    padding-bottom: 12px !important;
}

.bg-black {
    background: #0C0C0C;
}

.retail-price {
    color: #111;
    font-size: 23px;
    padding: 0px 0 5px 0;
    font-weight: 700;
    margin-bottom: 0px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 15px;
}

.price-part {
    text-align: center;
    padding: 10px 0px 4px 0px;
}

    .price-part img:hover {
        opacity: 0.9;
    }

.price.price-center {
    font-size: 55px;
    color: #004078;
    position: relative;
    display: inline-block;
    padding-bottom: 0px;
    vertical-align: middle;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 7px;
    margin-left: -67px;
}

.image-cards {
    width: 160px;
}

.price-each {
    font-size: 28px;
    color: #004078;
    position: relative;
    display: inline-block;
    top: -11px;
    left: -3px;
    font-weight: 600;
}

    .price-each span {
        font-size: 24px;
        position: absolute;
        top: 21px;
        left: 4px;
        color: #004078;
        padding-top: 0px;
        font-weight: 700;
    }

.pb-pkg-body .center-content {
    padding: 10px 10px 0px 10px;
}

.ship-text {
    font-size: 15px;
    margin: 0;
    padding: 10px 0px 0px 40px;
    position: relative;
    font-weight: 600;
    color: #353F40;
    line-height: 20px;
}

.price-part h4 {
    font-size: 18px;
}

.ship-text img {
    position: absolute;
    top: 10px;
    left: 5px;
}

.one-bottle {
    width: 105px;
}

.three-bottle {
    width: 197px;
}

.six-bottle {
    width: 248px;
}

.bg-2 {
    background: #00264D;
}

.bg-3 {
    background: #FFF9EB;
}

.box8 {
    border: 1px solid #00264D;
    border-radius: 5px;
    padding: 20px 25px;
    position: relative;
    margin-bottom: 35px;
}

    .box8 h4 {
        color: #00264D;
        font-size: 24px;
    }

    .box8 h3 {
        color: #00264D;
        font-size: 17px;
    }

.star-rate {
    color: #FFC107;
}

.quote-img {
    /* margin-top: 26px; */
    width: 37px;
    position: absolute;
    right: 26px;
    bottom: -12px;
}

.text-3 {
    line-height: 25px;
    font-size: 16px;
    padding-top: 7px;
}

.person-div {
    position: relative;
}

    .person-div img {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 75px;
    }

    .person-div h4 {
        padding-left: 87px;
    }

    .person-div p {
        padding-left: 87px;
        font-size: 16px;
        color: #F25C05;
        margin-bottom: 4px;
    }


.list-nums {
    padding: 26px 20px 20px 20px;
}

    .list-nums p {
        font-size: 16px;
        margin-bottom: 8px;
        line-height: 23px;
        word-break: break-all;
    }
/**/
.section-footer {
    background: #0f0e0f;
    color: #dcdcdc;
    padding-bottom: 1px !important;
    font-weight: 400;
}

    .section-footer li a {
        font-size: 17px !important;
        color: #18a3b5 !important;
        text-decoration: none;
        padding: 10px 20px;
    }

        .section-footer li a:hover {
            color: #00BCD4 !important;
        }

.footer-bold {
    font-weight: 600;
}

.section-footer .footnotes {
    font-size: 16px;
    color: #dcdcdc;
}

.section-footer .footer-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 16px;
    text-align: center;
    margin-bottom: 50px !important;
}

.section-footer .footer-copywrite {
    font-size: 16px;
}

.section-footer .footer-menu li {
    display: inline-block;
}


    .section-footer .footer-menu li:last-child:after {
        display: none;
    }

/**/

.line-image {
    width: 500px;
}

.colored-bg-h2 {
    background: url(../images-kr/sa.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 41px;
    color: white;
    font-weight: 800;
    padding: 31px 94px 28px 94px;
    display: inline-block;
    text-shadow: 0px 0px 2px #3f3f3f;
}

.orange {
    color: #F25C05;
}

.second-section {
    margin-top: -60px;
}

.dark-shade-bg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding: 10px 0px 30px 0px;
}

.heading2 {
    font-size: 38px;
    font-weight: 800;
}

.color-head {
    color: #F28705;
}

.doctor-image {
    margin-top: -80px;
}

.dark-shade-bg h3 {
    text-shadow: 0px 0px 2px #3f3f3f;
}

.layer-bg {
    margin-bottom: -26px;
    z-index: 1;
    position: relative;
}

.layer-bg2 {
    margin-bottom: -32px;
    z-index: 1;
    position: relative;
}

/**/


.num-top {
    margin-top: 50px !important;
}

.blue-num-box {
    position: relative;
}

    .blue-num-box p {
        padding-left: 170px;
        margin: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .blue-num-box img {
        width: 173px;
        /* height: 150px; */
        position: absolute;
        left: 0px;
        top: -34px;
    }

.blue-num-box {
    padding: 0px 35px;
    border: 2px solid #F5F5F5;
    border-radius: 4px;
    background: #F5F5F5;
}

.ci1 {
    font-size: 22px;
}

.ci2 {
    font-size: 26px;
    font-weight: 800;
}

.line-bg {
    border-top: 4px solid #F28705;
    text-align: center;
    margin-bottom: -63px;
}

    .line-bg span {
        display: inline-block;
        color: white;
        background: #F25C05;
        font-size: 34px;
        font-weight: 800;
        padding: 19px 30px 15px 30px;
        border-radius: 6px;
        position: relative;
        top: -37px;
    }

.bg-none {
    background: none !important;
}

.lg-sup {
    top: -17px !important;
}

.dt-border {
    border-top: 2px dashed #F25C05;
}

.dt-border2 {
    border: 3px solid #F28705;
}

.li-logo {
    width: 57%;
}

.bg-light3 {
    background: #f9f9f9;
}

.name-text {
    font-size: 70px;
}

.pack-product6 {
    margin-bottom: -200px;
    width: 90%;
}

.quotations {
    position: absolute;
    right: 34px;
    width: 63px;
}

.bg-highlight {
    background: #FFD1B8;
    display: inline;
}

.table-bg-price td {
    border: none !important;
}

.references-list {
    list-style: none;
}

    .references-list li {
        word-break: break-all;
        font-size: 12px;
    }

/*price tabls new css here*/

.tbl-price-bottles-content {
    background: white;
    padding: 20px 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #111;
}

.tbl-price-bottles-hd1 {
    font-weight: 800;
    color: white;
    font-size: 35px;
    background: #1A1A1A;
    padding: 28px 15px 17px 15px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-bottom: 0px;
    position: relative;
}


    .tbl-price-bottles-hd1 span {
        font-weight: 500;
        font-size: 21px;
        padding-top: 9px;
        display: inline-block;
    }

.tbl-price-bottles-content-cost1 h2 {
    font-size: 70px;
    font-weight: 800;
    margin-bottom: -13px;
    position: relative;
}

.tbl-price-bottles-content-cost1 span {
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    font-size: 23px;
}

.tbl-price-bottles-content-cost2 {
    font-size: 19px;
    font-weight: 700;
    color: #C91312;
}

.tbl-price-bottle1 {
    width: 149px;
}

.tbl-shipping-text {
    font-size: 17px;
}

.tbl-price-bottles-content-cost3 {
    /*max-width: 223px;*/
    margin: auto;
    text-align: center;
}

    .tbl-price-bottles-content-cost3 h2 {
        font-size: 27px;
        font-weight: 600;
        margin-bottom: -3px;
        position: relative;
        display: inline-block;
    }

        .tbl-price-bottles-content-cost3 h2:after {
            position: absolute;
            width: 60px;
            height: 3px;
            content: '';
            left: 3px;
            top: 15px;
            background: #FF0000;
            transform: rotate(-16deg);
        }


    .tbl-price-bottles-content-cost3 h3 {
        display: inline-block;
        font-size: 22px;
        font-weight: 800;
        padding-left: 18px;
    }

.tbl-price-btn-main {
    border: 1px solid #00BE13;
    background-image: linear-gradient(#00BE13, #09A026);
    font-size: 23px;
    font-weight: 800;
    text-align: center;
    padding: 17px 6px;
    color: #fff;
    border-radius: 9px;
    text-shadow: 0px 1px 4px #4d4d4d;
}

    .tbl-price-btn-main:hover {
        color: #e9e9e9;
    }

.tbl-shape1 {
    width: 0;
    height: 0;
    border-left: 47px solid transparent;
    border-right: 47px solid transparent;
    border-top: 26px solid #1a1a1a;
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -43px;
}

.tbl-shape2 {
    border-top: 26px solid #8c1d04 !important;
}

.tbl-price-bottle-offer1 {
    color: #111;
    font-size: 21px;
    font-weight: 800;
    padding: 4px 30px;
    margin: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 100;
    background: #f2b705;
    display: inline-block;
}

/*.tbl-price-bottle-offer1:after {
        width: 0;
        height: 0;
        border-bottom: 12px solid #f2b705;
        border-right: 12px solid transparent;
        position: absolute;
        right: -11px;
        content: '';
        top: 0px;
    }

    .tbl-price-bottle-offer1:before {
        width: 0;
        height: 0;
        border-bottom: 12px solid #f2b705;
        border-left: 12px solid transparent;
        position: absolute;
        left: -11px;
        content: '';
        top: 0px;
    }*/


.tbl-price-bottle6 {
    width: 266px;
}

.tbl-price-red {
    background: #8c1d04 !important;
}

.tbl-price-bottle-active {
    background: #f2b705 !important;
}

    .tbl-price-bottle-active:before {
        border-bottom: 12px solid #f2b705;
        border-left: 12px solid transparent;
    }

    .tbl-price-bottle-active:after {
        border-bottom: 12px solid #f2b705;
        border-right: 12px solid transparent;
    }

.tbl-price-bottle3 {
    width: 243px;
}

.container-xl {
    max-width: 1100px !important;
}

.t-red2 {
    color: #BB2934;
}

.in-bottle {
    margin-top: -250px;
    width: 500px;
}

.spacer1 {
    margin-top: 200px;
}

.orange-round-line {
    width: 90%;
    margin: auto;
    display: block;
    background: #F28705;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 9px;
}

.bx2-small p{
    font-size:inherit !important;
    line-height:1.5 !important
}


/**/

/**/
.accordion .fa {
    margin-left: 1.5rem;
    float: right;
    color: #111 !important;
    margin-top: 4px;
}


.faqs-container .btn {
    display: block;
    text-align: left;
    width: 100%;
    font-size: 23px;
    color: #111;
    padding: 10px 0px;
    border: none !important;
    background: none !important;
    font-weight: bold;
    padding: 24px 30px;
}

.faqs-container .card-body {
    /*padding: 0px !important;*/
    padding: 0px 30px 30px 30px;
    /*border-top: 2px solid #f0f0f0;*/
    padding-top: 0px !important;
    padding-bottom: 18px;
}

.faqs-container .card {
    background: #fff !important;
    margin-top: 15px !important;
    border-radius: 10px !important;
}

.faqs-container .btn:hover {
    text-decoration: none !important;
}

.faqs-container .btn:active {
    text-decoration: none !important;
}

.faqs-container .btn:focus {
    text-decoration: none !important;
    box-shadow: none !important;
}

.faqs-container .card-header {
    padding: 0px;
    margin: 0px;
    border: none !important;
    background: none !important;
}

.faqs-container .card {
    border: none !important;
}


.card-header .btn[aria-expanded=true] {
    /*color: #5265F0 !important;*/
}


@media(min-width:992px) and (max-width:1200px) {


    .tbl-price-bottle3 {
        width: 200px;
    }

    .tbl-price-btn-main {
        padding: 15px 6px;
        font-size: 18px;
    }

    .tbl-price-bottle1 {
        width: 100px;
    }

    .tbl-price-bottle6 {
        width: 220px;
    }

    .tbl-price-bottle-offer1 {
        font-size: 16px;
        padding: 10px 16px;
    }
}

@media(min-width:768px) and (max-width:991px) {

    .tbl-price-bottle6 {
        width: 186px;
    }

    .tbl-price-bottle3 {
        width: 166px;
    }

    .tbl-price-bottles-content-cost1 h2 {
        font-size: 42px;
    }

    .tbl-price-bottles-content-cost1 span {
        font-size: 15px;
    }

    .tbl-price-bottles-content-cost2 {
        font-size: 15px;
        font-weight: 700;
    }

    .tbl-price-bottle1 {
        width: 83px;
    }

    .tbl-price-bottles-hd1 {
        padding: 26px 15px 20px 15px;
    }

    .tbl-price-bottles-hd1 {
        font-size: 35px;
    }

    .tbl-price-btn-main {
        padding: 15px 6px;
        font-size: 15px;
    }

    .tbl-price-bottle-offer1 {
        font-size: 13px;
        padding: 10px 13px;
    }

    .tbl-price-bottles-content {
        padding: 20px 10px;
    }

    .tbl-price-bottles-content-cost3 h3 {
        font-size: 17px;
        padding-left: 15px;
    }
}


@media(max-width:767px) {

    /*.tbl-price-bottles{
        margin-top:30px
    }*/




    .tbl-shipping-text {
        display: none;
    }

    .hide-xs-price {
        display: none;
    }

    .tbl-price-bottles-hd1 {
        padding: 26px 15px 25px 15px;
        font-size: 37px;
    }

    .tbl-price-btn-main {
        padding: 15px 6px;
        font-size: 14px;
    }

    .tbl-price-bottles-hd1 span {
        display: none;
    }

    .tbl-price-bottles-content-cost1 h2 {
        font-size: 45px;
        margin-top: -13px;
    }

    .tbl-price-bottles-content {
        padding: 30px 10px 10px 10px;
    }

    .tbl-price-bottles-content-cost1 span {
        font-size: 16px;
    }

    .tbl-price-bottle-offer1 {
        font-size: 18px;
        bottom: -33px;
    }

    .tbl-price-bottles-content-cost3 h2 {
        font-size: 23px;
    }

    .tbl-price-bottles-content-cost2 {
        font-size: 16px;
        font-weight: 600;
    }

    .tbl-price-bottles-content-cost3 h3 {
        font-size: 17px;
    }



    /**/

    .tbl-price-bottle1 {
        width: 90px;
        margin-top: 12px;
    }

    .tbl-price-bottle3 {
        margin-top: 21px;
    }

    .tbl-price-bottle6 {
        margin-top: 22px;
    }

    .tbl-price-bottles-content-cost3 h2:after {
        position: absolute;
        width: 31px;
        height: 1.9px;
        content: '';
        left: 2px;
        top: 7px;
        background: #FF0000;
        transform: rotate(-16deg);
    }

    .tbl-price-bottles-content-cost3 {
        text-align: center;
    }

        .tbl-price-bottles-content-cost3 h2 {
            font-size: 15px;
        }

    .tbl-price-bottles-content-cost2 {
        font-size: 15px;
        font-weight: 600;
    }

    .tbl-price-bottles-content-cost3 h3 {
        font-size: 15px;
        font-weight: 600;
    }
}

@media(min-width:1200px) {
    body {
        font-size: 18px;
        line-height: 29px;
    }
}

@media(min-width:1100px) {
    .img-fluid-large {
        max-width: 110% !important;
        margin-left: -50px !important;
    }
}

@media(min-width:768px) and (max-width:991px) {

    .btn-commander {
        font-size: 17px;
    }

    .bigtitle {
        font-size: 65px !important;
    }
}

@media(min-width:768px) and (max-width:869px) {

    .bg-1 {
        height: 137px !important;
    }

    .top-img1 {
        margin-top: -3px;
    }

    .pb-pkg-type {
        font-size: 19px;
    }

    .three-bottle {
        width: 165px;
    }

    .one-bottle {
        width: 89px;
    }
}


@media(min-width:1000px) {
    .container-1 {
        max-width: 870px !important;
    }
}


@media(min-width:768px) {

    .highlight-package {
        margin-top: -20px;
        border: 1.2px solid #2769BF;
    }

    .bg-1 {
        height: 148px;
    }

    .width-4 .ship-text {
        font-size: 16px;
    }


    .width-4 .price.price-center {
        font-size: 60px;
    }

    .width-4 .price-each span {
        font-size: 27px;
    }

    .width-4 {
        max-width: 450px;
        margin: auto;
        display: block;
    }

    .add-font {
        font-size: 27px !important;
    }

    .one-bottle-pack {
        border-right: none !important;
        border-bottom-right-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }

    .three-bottle-pack {
        border-left: none !important;
        border-bottom-left-radius: 0px !important;
        border-top-left-radius: 0px !important;
    }
}

@media(min-width:870px) {
    .bg-sides {
        margin-left: -10px;
        margin-right: -10px;
    }

    .bg-sides2 {
        margin-left: -20px;
        margin-right: -20px;
    }

    .bg-sides3 {
        margin-left: -50px;
        margin-right: -50px;
    }

    .bg-sides4 {
        margin-left: -35px;
        margin-right: -35px;
    }

    .max-container {
        max-width: 850px !important;
    }




    .br-block {
        display: block;
    }



    .container {
        max-width: 780px;
    }
}

@media(min-width:1200px) {
    body {
        font-size: 19px;
    }
}

/**/
@media(min-width:1650px) {


    .text-3 {
        line-height: 25px;
        font-size: 17px;
        padding-top: 7px;
    }

    .price.price-center {
        font-size: 57px;
        line-height: 62px;
        margin-left: -74px;
    }

    .ship-text {
        font-size: 16px;
        line-height: 22px;
    }

    .box3 h4 {
        font-size: 24px;
    }

    .box3 h2 {
        font-size: 36px;
    }

    .background-height {
        height: 575px;
    }

    .background h1 {
        padding-top: 17px;
    }


    .background h1 {
        font-size: 50px;
    }

    .container {
        max-width: 880px !important;
    }

    .container-xl {
        max-width: 1100px !important;
    }

    .bg-1 {
        height: 169px;
    }

    .s-up {
        margin-top: 20px;
    }


    .fz-20 {
        font-size: 22px;
    }

    .fz-23 {
        font-size: 24px;
    }

    .fz-26 {
        font-size: 28px;
    }

    .fz-28 {
        font-size: 30px;
    }

    .fz-30 {
        font-size: 32px;
    }

    .fz-32 {
        font-size: 34px;
    }

    .fz-38 {
        font-size: 40px;
    }

    .fz-80 {
        font-size: 82px;
    }

    .fz-65 {
        font-size: 67px;
    }

    body {
        line-height: 30px;
    }

    h2 {
        line-height: 1.30;
    }

    h3 {
        line-height: 1.30;
    }

    h4 {
        line-height: 1.30;
    }

    .box6 {
        padding-bottom: 35px !important;
    }
}




@media(min-width:1650px) {

    .max-container {
        max-width: 1200px !important;
    }
}

@media(max-width:767px) {

    .bx1 h4 {
        padding: 17px 15px 17px 15px;
    }

    .mbl-width2 {
        width: 190px;
    }

    .fz-20 {
        font-size: 18px;
    }

    .box3 {
        padding: 30px 15px;
    }


    .fz-45 {
        font-size: 41px;
    }

    .fz-28 {
        font-size: 26px;
    }

    .fz-32 {
        font-size: 28px;
    }

    .mbl-width {
        width: 260px;
    }

    .fz-65 {
        font-size: 38px;
    }

    .layer-bg {
        margin-bottom: -35px;
    }



    .bx2 p {
        font-size: 22px;
    }

    .fz-80 {
        font-size: 41px;
    }

    .line1 {
        max-width: 270px;
        margin-bottom: 13px;
    }

    .color-add1 {
        background: #1444A6 !important;
        border: 6px solid #bae3fe !important;
        border-radius: 6px;
        padding: 30px;
    }

    .bg-1 p {
        padding-top: 0px !important;
        padding-bottom: 20px;
    }

    .top-img1 {
        margin-top: 0px;
    }

    .fz-38 {
        font-size: 30px;
    }

    .bx1 h4 {
        font-size: 20px;
    }

    .bx1:before {
        display: none;
    }

    .fz-30 {
        font-size: 26px;
    }

    .heading2 {
        font-size: 30px;
    }

    body {
        font-size: 17px;
        line-height: 27px;
    }

    .fz-26 {
        font-size: 24px;
    }

    .background h1 {
        font-size: 30px;
    }

    .box-text2-main::before {
        width: 240px;
    }

    .box-text2::before {
        width: 240px;
    }

    .box-text2::after {
        width: 240px;
    }

    .box-text2-main::after {
        width: 240px;
    }

    .bigtitle {
        font-size: 30px;
        line-height: 40px;
    }

    .fz-57 {
        font-size: 36px;
    }

    .lh-62 {
        line-height: 42px;
    }

    .bx2 .p2 {
        font-size: 21px;
    }

    .pack-product6 {
        margin-bottom: -100px;
    }

    .line-bg span {
        font-size: 26px;
    }

    .layer-bg2 {
        margin-bottom: -46px;
    }

    .spacer1 {
        margin-top: 0px;
    }

    .in-bottle {
        margin-top: 0px;
    }

    .blue-num-box img {
        width: 100px;
        position: absolute;
        left: 7px;
        top: 3px;
        text-align: center;
    }

    .blue-num-box p {
        padding-left: 80px;
    }

    .ci1 {
        font-size: 19px;
    }

    .ci2 {
        font-size: 21px;
    }

    .name-text {
        font-size: 59px;
    }

    .background-sm-overlay {
        background: rgba(0,0,0,0.55);
    }

    .second-section {
        margin-top: 40px;
    }

    .background-sm {
        background: url(../images-kr/bg1-small.png) !important;
    }

    .lg-sup {
        top: -13px !important;
    }

    .doctor-image {
        width: 245px;
        margin: auto;
        display: block;
        margin-top: -80px;
    }

    .colored-bg-h2 {
        font-size: 25px;
        padding: 22px 10px 14px 10px;
        width: 291px;
    }

    .faqs-container .btn {
    font-size: 20px;
    line-height: 29px;
}
}
