
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: 0.35rem !important;
}

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

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

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

.fw-600 {
    font-weight: 600 !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;
}

.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: 48px;
}

.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: 6px;
    border-top-right-radius: 6px;
}

.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: #F5F5F5;
    position: relative;
}

    .bx2 p {
        padding: 17px 10px 17px 30px;
    }

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

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

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

.t-red {
    color: #CE0101;
}

.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: 35px;
        padding-bottom: 10px;
    }

    .list1 img {
        position: absolute;
        left: 0px;
        top: 4px;
        width: 24px;
    }

.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;
}

.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: #FFF9E9;
}

.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;
    }


.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;
    }

/**/


@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: 900px !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:830px) {
}

/**/
@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;
    }

    body {
        font-size: 20px;
    }

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

    .container {
        max-width: 880px !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;
    }

    .bx2:before {
        display: none;
    }

    .bx2 p {
        padding: 17px 10px 17px 10px;
    }

    .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;
    }

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

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

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

    .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;
    }
}
