﻿
@charset "UTF-8";

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

    .animated.infinite {
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        animation-duration: 2s;
    }

    .animated.flipOutX,
    .animated.flipOutY,
    .animated.bounceIn,
    .animated.bounceOut {
        animation-duration: .75s;
    }

@keyframes pulse {
    from {
        transform: scale3d(1,1,1);
    }

    50% {
        transform: scale3d(1.05,1.05,1.05);
    }

    100% {
        transform: scale3d(1,1,1);
    }
}

.pulse {
    animation-name: pulse;
}

.cbtb html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.cbtb body {
    margin: 0;
}

.cbtb article,
.cbtb aside,
.cbtb details,
.cbtb figcaption,
.cbtb figure,
.cbtb footer,
.cbtb header,
.cbtb hgroup,
.cbtb main,
.cbtb menu,
.cbtb nav,
.cbtb section,
.cbtb summary {
    display: block;
}

.cbtb audio,
.cbtb canvas,
.cbtb progress,
.cbtb video {
    display: inline-block;
    vertical-align: baseline;
}

    .cbtb audio:not([controls]) {
        display: none;
        height: 0;
    }

.cbtb [hidden],
.cbtb template {
    display: none;
}

.cbtb a {
    background-color: transparent;
}

    .cbtb a:active,
    .cbtb a:hover {
        outline: 0;
    }

.cbtb abbr[title] {
    border-bottom: 1px dotted;
}

.cbtb b,
.cbtb strong {
    font-weight: 700;
}

.cbtb dfn {
    font-style: italic;
}

.cbtb h1 {
    font-size: 2em;
    margin: .67em 0;
}

.cbtb mark {
    background: #ff0;
    color: #000;
}

.cbtb small {
    font-size: 80%;
}

.cbtb sub,
.cbtb sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.cbtb sup {
    top: -.5em;
}

.cbtb sub {
    bottom: -.25em;
}

.cbtb img {
    border: 0;
}

.cbtb svg:not(:root) {
    overflow: hidden;
}

.cbtb figure {
    margin: 1em 40px;
}

.cbtb hr {
    box-sizing: content-box;
    height: 0;
}

.cbtb pre {
    overflow: auto;
}

.cbtb code,
.cbtb kbd,
.cbtb pre,
.cbtb samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

.cbtb button,
.cbtb input,
.cbtb optgroup,
.cbtb select,
.cbtb textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

.cbtb button {
    overflow: visible;
}

.cbtb button,
.cbtb select {
    text-transform: none;
}

.cbtb button,
.cbtb html input[type=button],
.cbtb input[type=reset],
.cbtb input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    .cbtb button[disabled],
    .cbtb html input[disabled] {
        cursor: default;
    }

    .cbtb button::-moz-focus-inner,
    .cbtb input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

.cbtb input {
    line-height: normal;
}

    .cbtb input[type=checkbox],
    .cbtb input[type=radio] {
        box-sizing: border-box;
        padding: 0;
    }

    .cbtb input[type=number]::-webkit-inner-spin-button,
    .cbtb input[type=number]::-webkit-outer-spin-button {
        height: auto;
    }

    .cbtb input[type=search] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

        .cbtb input[type=search]::-webkit-search-cancel-button,
        .cbtb input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

.cbtb fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

.cbtb legend {
    border: 0;
    padding: 0;
}

.cbtb textarea {
    overflow: auto;
}

.cbtb optgroup {
    font-weight: 700;
}

.cbtb table {
    border-collapse: collapse;
    border-spacing: 0;
}

.cbtb td,
.cbtb th {
    padding: 0;
}

.cbtb * {
    box-sizing: border-box;
}

    .cbtb *:before,
    .cbtb *:after {
        box-sizing: border-box;
    }

.cbtb html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

.cbtb body {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

.cbtb input,
.cbtb button,
.cbtb select,
.cbtb textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.cbtb a {
    color: #337ab7;
    text-decoration: none;
}

    .cbtb a:hover,
    .cbtb a:focus {
        color: #23527c;
        text-decoration: underline;
    }

    .cbtb a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

.cbtb figure {
    margin: 0;
}

.cbtb img {
    vertical-align: middle;
}

.cbtb .cbtb-img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.cbtb .cbtb-img-rounded {
    border-radius: 6px;
}

.cbtb .cbtb-img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.cbtb .cbtb-img-circle {
    border-radius: 50%;
}

.cbtb hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.cbtb .cbtb-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.cbtb .cbtb-sr-only-focusable:active,
.cbtb .cbtb-sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.cbtb [role=button] {
    cursor: pointer;
}

.cbtb .cbtb-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media(min-width:768px) {
    .cbtb .cbtb-container {
        width: 750px;
    }
}

@media(min-width:992px) {
    .cbtb .cbtb-container {
        width: 970px;
    }
}

@media(min-width:1200px) {
    .cbtb .cbtb-container {
        width: 1170px;
    }
}

.cbtb .cbtb-container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.cbtb .cbtb-row {
    margin-left: -15px;
    margin-right: -15px;
}

.cbtb .cbtb-col-xs-1,
.cbtb .cbtb-col-sm-1,
.cbtb .cbtb-col-md-1,
.cbtb .cbtb-col-lg-1,
.cbtb .cbtb-col-xs-2,
.cbtb .cbtb-col-sm-2,
.cbtb .cbtb-col-md-2,
.cbtb .cbtb-col-lg-2,
.cbtb .cbtb-col-xs-3,
.cbtb .cbtb-col-sm-3,
.cbtb .cbtb-col-md-3,
.cbtb .cbtb-col-lg-3,
.cbtb .cbtb-col-xs-4,
.cbtb .cbtb-col-sm-4,
.cbtb .cbtb-col-md-4,
.cbtb .cbtb-col-lg-4,
.cbtb .cbtb-col-xs-5,
.cbtb .cbtb-col-sm-5,
.cbtb .cbtb-col-md-5,
.cbtb .cbtb-col-lg-5,
.cbtb .cbtb-col-xs-6,
.cbtb .cbtb-col-sm-6,
.cbtb .cbtb-col-md-6,
.cbtb .cbtb-col-lg-6,
.cbtb .cbtb-col-xs-7,
.cbtb .cbtb-col-sm-7,
.cbtb .cbtb-col-md-7,
.cbtb .cbtb-col-lg-7,
.cbtb .cbtb-col-xs-8,
.cbtb .cbtb-col-sm-8,
.cbtb .cbtb-col-md-8,
.cbtb .cbtb-col-lg-8,
.cbtb .cbtb-col-xs-9,
.cbtb .cbtb-col-sm-9,
.cbtb .cbtb-col-md-9,
.cbtb .cbtb-col-lg-9,
.cbtb .cbtb-col-xs-10,
.cbtb .cbtb-col-sm-10,
.cbtb .cbtb-col-md-10,
.cbtb .cbtb-col-lg-10,
.cbtb .cbtb-col-xs-11,
.cbtb .cbtb-col-sm-11,
.cbtb .cbtb-col-md-11,
.cbtb .cbtb-col-lg-11,
.cbtb .cbtb-col-xs-12,
.cbtb .cbtb-col-sm-12,
.cbtb .cbtb-col-md-12,
.cbtb .cbtb-col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.cbtb .cbtb-col-xs-1,
.cbtb .cbtb-col-xs-2,
.cbtb .cbtb-col-xs-3,
.cbtb .cbtb-col-xs-4,
.cbtb .cbtb-col-xs-5,
.cbtb .cbtb-col-xs-6,
.cbtb .cbtb-col-xs-7,
.cbtb .cbtb-col-xs-8,
.cbtb .cbtb-col-xs-9,
.cbtb .cbtb-col-xs-10,
.cbtb .cbtb-col-xs-11,
.cbtb .cbtb-col-xs-12 {
    float: left;
}

.cbtb .cbtb-col-xs-12 {
    width: 100%;
}

.cbtb .cbtb-col-xs-11 {
    width: 91.66666667%;
}

.cbtb .cbtb-col-xs-10 {
    width: 83.33333333%;
}

.cbtb .cbtb-col-xs-9 {
    width: 75%;
}

.cbtb .cbtb-col-xs-8 {
    width: 66.66666667%;
}

.cbtb .cbtb-col-xs-7 {
    width: 58.33333333%;
}

.cbtb .cbtb-col-xs-6 {
    width: 50%;
}

.cbtb .cbtb-col-xs-5 {
    width: 41.66666667%;
}

.cbtb .cbtb-col-xs-4 {
    width: 33.33333333%;
}

.cbtb .cbtb-col-xs-3 {
    width: 25%;
}

.cbtb .cbtb-col-xs-2 {
    width: 16.66666667%;
}

.cbtb .cbtb-col-xs-1 {
    width: 8.33333333%;
}

.cbtb .cbtb-col-xs-pull-12 {
    right: 100%;
}

.cbtb .cbtb-col-xs-pull-11 {
    right: 91.66666667%;
}

.cbtb .cbtb-col-xs-pull-10 {
    right: 83.33333333%;
}

.cbtb .cbtb-col-xs-pull-9 {
    right: 75%;
}

.cbtb .cbtb-col-xs-pull-8 {
    right: 66.66666667%;
}

.cbtb .cbtb-col-xs-pull-7 {
    right: 58.33333333%;
}

.cbtb .cbtb-col-xs-pull-6 {
    right: 50%;
}

.cbtb .cbtb-col-xs-pull-5 {
    right: 41.66666667%;
}

.cbtb .cbtb-col-xs-pull-4 {
    right: 33.33333333%;
}

.cbtb .cbtb-col-xs-pull-3 {
    right: 25%;
}

.cbtb .cbtb-col-xs-pull-2 {
    right: 16.66666667%;
}

.cbtb .cbtb-col-xs-pull-1 {
    right: 8.33333333%;
}

.cbtb .cbtb-col-xs-pull-0 {
    right: auto;
}

.cbtb .cbtb-col-xs-push-12 {
    left: 100%;
}

.cbtb .cbtb-col-xs-push-11 {
    left: 91.66666667%;
}

.cbtb .cbtb-col-xs-push-10 {
    left: 83.33333333%;
}

.cbtb .cbtb-col-xs-push-9 {
    left: 75%;
}

.cbtb .cbtb-col-xs-push-8 {
    left: 66.66666667%;
}

.cbtb .cbtb-col-xs-push-7 {
    left: 58.33333333%;
}

.cbtb .cbtb-col-xs-push-6 {
    left: 50%;
}

.cbtb .cbtb-col-xs-push-5 {
    left: 41.66666667%;
}

.cbtb .cbtb-col-xs-push-4 {
    left: 33.33333333%;
}

.cbtb .cbtb-col-xs-push-3 {
    left: 25%;
}

.cbtb .cbtb-col-xs-push-2 {
    left: 16.66666667%;
}

.cbtb .cbtb-col-xs-push-1 {
    left: 8.33333333%;
}

.cbtb .cbtb-col-xs-push-0 {
    left: auto;
}

.cbtb .cbtb-col-xs-offset-12 {
    margin-left: 100%;
}

.cbtb .cbtb-col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.cbtb .cbtb-col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.cbtb .cbtb-col-xs-offset-9 {
    margin-left: 75%;
}

.cbtb .cbtb-col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.cbtb .cbtb-col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.cbtb .cbtb-col-xs-offset-6 {
    margin-left: 50%;
}

.cbtb .cbtb-col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.cbtb .cbtb-col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.cbtb .cbtb-col-xs-offset-3 {
    margin-left: 25%;
}

.cbtb .cbtb-col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.cbtb .cbtb-col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.cbtb .cbtb-col-xs-offset-0 {
    margin-left: 0;
}

@media(min-width:768px) {
    .cbtb .cbtb-col-sm-1,
    .cbtb .cbtb-col-sm-2,
    .cbtb .cbtb-col-sm-3,
    .cbtb .cbtb-col-sm-4,
    .cbtb .cbtb-col-sm-5,
    .cbtb .cbtb-col-sm-6,
    .cbtb .cbtb-col-sm-7,
    .cbtb .cbtb-col-sm-8,
    .cbtb .cbtb-col-sm-9,
    .cbtb .cbtb-col-sm-10,
    .cbtb .cbtb-col-sm-11,
    .cbtb .cbtb-col-sm-12 {
        float: left;
    }

    .cbtb .cbtb-col-sm-12 {
        width: 100%;
    }

    .cbtb .cbtb-col-sm-11 {
        width: 91.66666667%;
    }

    .cbtb .cbtb-col-sm-10 {
        width: 83.33333333%;
    }

    .cbtb .cbtb-col-sm-9 {
        width: 75%;
    }

    .cbtb .cbtb-col-sm-8 {
        width: 66.66666667%;
    }

    .cbtb .cbtb-col-sm-7 {
        width: 58.33333333%;
    }

    .cbtb .cbtb-col-sm-6 {
        width: 50%;
    }

    .cbtb .cbtb-col-sm-5 {
        width: 41.66666667%;
    }

    .cbtb .cbtb-col-sm-4 {
        width: 33.33333333%;
    }

    .cbtb .cbtb-col-sm-3 {
        width: 25%;
    }

    .cbtb .cbtb-col-sm-2 {
        width: 16.66666667%;
    }

    .cbtb .cbtb-col-sm-1 {
        width: 8.33333333%;
    }

    .cbtb .cbtb-col-sm-pull-12 {
        right: 100%;
    }

    .cbtb .cbtb-col-sm-pull-11 {
        right: 91.66666667%;
    }

    .cbtb .cbtb-col-sm-pull-10 {
        right: 83.33333333%;
    }

    .cbtb .cbtb-col-sm-pull-9 {
        right: 75%;
    }

    .cbtb .cbtb-col-sm-pull-8 {
        right: 66.66666667%;
    }

    .cbtb .cbtb-col-sm-pull-7 {
        right: 58.33333333%;
    }

    .cbtb .cbtb-col-sm-pull-6 {
        right: 50%;
    }

    .cbtb .cbtb-col-sm-pull-5 {
        right: 41.66666667%;
    }

    .cbtb .cbtb-col-sm-pull-4 {
        right: 33.33333333%;
    }

    .cbtb .cbtb-col-sm-pull-3 {
        right: 25%;
    }

    .cbtb .cbtb-col-sm-pull-2 {
        right: 16.66666667%;
    }

    .cbtb .cbtb-col-sm-pull-1 {
        right: 8.33333333%;
    }

    .cbtb .cbtb-col-sm-pull-0 {
        right: auto;
    }

    .cbtb .cbtb-col-sm-push-12 {
        left: 100%;
    }

    .cbtb .cbtb-col-sm-push-11 {
        left: 91.66666667%;
    }

    .cbtb .cbtb-col-sm-push-10 {
        left: 83.33333333%;
    }

    .cbtb .cbtb-col-sm-push-9 {
        left: 75%;
    }

    .cbtb .cbtb-col-sm-push-8 {
        left: 66.66666667%;
    }

    .cbtb .cbtb-col-sm-push-7 {
        left: 58.33333333%;
    }

    .cbtb .cbtb-col-sm-push-6 {
        left: 50%;
    }

    .cbtb .cbtb-col-sm-push-5 {
        left: 41.66666667%;
    }

    .cbtb .cbtb-col-sm-push-4 {
        left: 33.33333333%;
    }

    .cbtb .cbtb-col-sm-push-3 {
        left: 25%;
    }

    .cbtb .cbtb-col-sm-push-2 {
        left: 16.66666667%;
    }

    .cbtb .cbtb-col-sm-push-1 {
        left: 8.33333333%;
    }

    .cbtb .cbtb-col-sm-push-0 {
        left: auto;
    }

    .cbtb .cbtb-col-sm-offset-12 {
        margin-left: 100%;
    }

    .cbtb .cbtb-col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .cbtb .cbtb-col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .cbtb .cbtb-col-sm-offset-9 {
        margin-left: 75%;
    }

    .cbtb .cbtb-col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .cbtb .cbtb-col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .cbtb .cbtb-col-sm-offset-6 {
        margin-left: 50%;
    }

    .cbtb .cbtb-col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .cbtb .cbtb-col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .cbtb .cbtb-col-sm-offset-3 {
        margin-left: 25%;
    }

    .cbtb .cbtb-col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .cbtb .cbtb-col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .cbtb .cbtb-col-sm-offset-0 {
        margin-left: 0;
    }
}

@media(min-width:992px) {
    .cbtb .cbtb-col-md-1,
    .cbtb .cbtb-col-md-2,
    .cbtb .cbtb-col-md-3,
    .cbtb .cbtb-col-md-4,
    .cbtb .cbtb-col-md-5,
    .cbtb .cbtb-col-md-6,
    .cbtb .cbtb-col-md-7,
    .cbtb .cbtb-col-md-8,
    .cbtb .cbtb-col-md-9,
    .cbtb .cbtb-col-md-10,
    .cbtb .cbtb-col-md-11,
    .cbtb .cbtb-col-md-12 {
        float: left;
    }

    .cbtb .cbtb-col-md-12 {
        width: 100%;
    }

    .cbtb .cbtb-col-md-11 {
        width: 91.66666667%;
    }

    .cbtb .cbtb-col-md-10 {
        width: 83.33333333%;
    }

    .cbtb .cbtb-col-md-9 {
        width: 75%;
    }

    .cbtb .cbtb-col-md-8 {
        width: 66.66666667%;
    }

    .cbtb .cbtb-col-md-7 {
        width: 58.33333333%;
    }

    .cbtb .cbtb-col-md-6 {
        width: 50%;
    }

    .cbtb .cbtb-col-md-5 {
        width: 41.66666667%;
    }

    .cbtb .cbtb-col-md-4 {
        width: 33.33333333%;
    }

    .cbtb .cbtb-col-md-3 {
        width: 25%;
    }

    .cbtb .cbtb-col-md-2 {
        width: 16.66666667%;
    }

    .cbtb .cbtb-col-md-1 {
        width: 8.33333333%;
    }

    .cbtb .cbtb-col-md-pull-12 {
        right: 100%;
    }

    .cbtb .cbtb-col-md-pull-11 {
        right: 91.66666667%;
    }

    .cbtb .cbtb-col-md-pull-10 {
        right: 83.33333333%;
    }

    .cbtb .cbtb-col-md-pull-9 {
        right: 75%;
    }

    .cbtb .cbtb-col-md-pull-8 {
        right: 66.66666667%;
    }

    .cbtb .cbtb-col-md-pull-7 {
        right: 58.33333333%;
    }

    .cbtb .cbtb-col-md-pull-6 {
        right: 50%;
    }

    .cbtb .cbtb-col-md-pull-5 {
        right: 41.66666667%;
    }

    .cbtb .cbtb-col-md-pull-4 {
        right: 33.33333333%;
    }

    .cbtb .cbtb-col-md-pull-3 {
        right: 25%;
    }

    .cbtb .cbtb-col-md-pull-2 {
        right: 16.66666667%;
    }

    .cbtb .cbtb-col-md-pull-1 {
        right: 8.33333333%;
    }

    .cbtb .cbtb-col-md-pull-0 {
        right: auto;
    }

    .cbtb .cbtb-col-md-push-12 {
        left: 100%;
    }

    .cbtb .cbtb-col-md-push-11 {
        left: 91.66666667%;
    }

    .cbtb .cbtb-col-md-push-10 {
        left: 83.33333333%;
    }

    .cbtb .cbtb-col-md-push-9 {
        left: 75%;
    }

    .cbtb .cbtb-col-md-push-8 {
        left: 66.66666667%;
    }

    .cbtb .cbtb-col-md-push-7 {
        left: 58.33333333%;
    }

    .cbtb .cbtb-col-md-push-6 {
        left: 50%;
    }

    .cbtb .cbtb-col-md-push-5 {
        left: 41.66666667%;
    }

    .cbtb .cbtb-col-md-push-4 {
        left: 33.33333333%;
    }

    .cbtb .cbtb-col-md-push-3 {
        left: 25%;
    }

    .cbtb .cbtb-col-md-push-2 {
        left: 16.66666667%;
    }

    .cbtb .cbtb-col-md-push-1 {
        left: 8.33333333%;
    }

    .cbtb .cbtb-col-md-push-0 {
        left: auto;
    }

    .cbtb .cbtb-col-md-offset-12 {
        margin-left: 100%;
    }

    .cbtb .cbtb-col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .cbtb .cbtb-col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .cbtb .cbtb-col-md-offset-9 {
        margin-left: 75%;
    }

    .cbtb .cbtb-col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .cbtb .cbtb-col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .cbtb .cbtb-col-md-offset-6 {
        margin-left: 50%;
    }

    .cbtb .cbtb-col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .cbtb .cbtb-col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .cbtb .cbtb-col-md-offset-3 {
        margin-left: 25%;
    }

    .cbtb .cbtb-col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .cbtb .cbtb-col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .cbtb .cbtb-col-md-offset-0 {
        margin-left: 0;
    }
}

@media(min-width:1200px) {
    .cbtb .cbtb-col-lg-1,
    .cbtb .cbtb-col-lg-2,
    .cbtb .cbtb-col-lg-3,
    .cbtb .cbtb-col-lg-4,
    .cbtb .cbtb-col-lg-5,
    .cbtb .cbtb-col-lg-6,
    .cbtb .cbtb-col-lg-7,
    .cbtb .cbtb-col-lg-8,
    .cbtb .cbtb-col-lg-9,
    .cbtb .cbtb-col-lg-10,
    .cbtb .cbtb-col-lg-11,
    .cbtb .cbtb-col-lg-12 {
        float: left;
    }

    .cbtb .cbtb-col-lg-12 {
        width: 100%;
    }

    .cbtb .cbtb-col-lg-11 {
        width: 91.66666667%;
    }

    .cbtb .cbtb-col-lg-10 {
        width: 83.33333333%;
    }

    .cbtb .cbtb-col-lg-9 {
        width: 75%;
    }

    .cbtb .cbtb-col-lg-8 {
        width: 66.66666667%;
    }

    .cbtb .cbtb-col-lg-7 {
        width: 58.33333333%;
    }

    .cbtb .cbtb-col-lg-6 {
        width: 50%;
    }

    .cbtb .cbtb-col-lg-5 {
        width: 41.66666667%;
    }

    .cbtb .cbtb-col-lg-4 {
        width: 33.33333333%;
    }

    .cbtb .cbtb-col-lg-3 {
        width: 25%;
    }

    .cbtb .cbtb-col-lg-2 {
        width: 16.66666667%;
    }

    .cbtb .cbtb-col-lg-1 {
        width: 8.33333333%;
    }

    .cbtb .cbtb-col-lg-pull-12 {
        right: 100%;
    }

    .cbtb .cbtb-col-lg-pull-11 {
        right: 91.66666667%;
    }

    .cbtb .cbtb-col-lg-pull-10 {
        right: 83.33333333%;
    }

    .cbtb .cbtb-col-lg-pull-9 {
        right: 75%;
    }

    .cbtb .cbtb-col-lg-pull-8 {
        right: 66.66666667%;
    }

    .cbtb .cbtb-col-lg-pull-7 {
        right: 58.33333333%;
    }

    .cbtb .cbtb-col-lg-pull-6 {
        right: 50%;
    }

    .cbtb .cbtb-col-lg-pull-5 {
        right: 41.66666667%;
    }

    .cbtb .cbtb-col-lg-pull-4 {
        right: 33.33333333%;
    }

    .cbtb .cbtb-col-lg-pull-3 {
        right: 25%;
    }

    .cbtb .cbtb-col-lg-pull-2 {
        right: 16.66666667%;
    }

    .cbtb .cbtb-col-lg-pull-1 {
        right: 8.33333333%;
    }

    .cbtb .cbtb-col-lg-pull-0 {
        right: auto;
    }

    .cbtb .cbtb-col-lg-push-12 {
        left: 100%;
    }

    .cbtb .cbtb-col-lg-push-11 {
        left: 91.66666667%;
    }

    .cbtb .cbtb-col-lg-push-10 {
        left: 83.33333333%;
    }

    .cbtb .cbtb-col-lg-push-9 {
        left: 75%;
    }

    .cbtb .cbtb-col-lg-push-8 {
        left: 66.66666667%;
    }

    .cbtb .cbtb-col-lg-push-7 {
        left: 58.33333333%;
    }

    .cbtb .cbtb-col-lg-push-6 {
        left: 50%;
    }

    .cbtb .cbtb-col-lg-push-5 {
        left: 41.66666667%;
    }

    .cbtb .cbtb-col-lg-push-4 {
        left: 33.33333333%;
    }

    .cbtb .cbtb-col-lg-push-3 {
        left: 25%;
    }

    .cbtb .cbtb-col-lg-push-2 {
        left: 16.66666667%;
    }

    .cbtb .cbtb-col-lg-push-1 {
        left: 8.33333333%;
    }

    .cbtb .cbtb-col-lg-push-0 {
        left: auto;
    }

    .cbtb .cbtb-col-lg-offset-12 {
        margin-left: 100%;
    }

    .cbtb .cbtb-col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .cbtb .cbtb-col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .cbtb .cbtb-col-lg-offset-9 {
        margin-left: 75%;
    }

    .cbtb .cbtb-col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .cbtb .cbtb-col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .cbtb .cbtb-col-lg-offset-6 {
        margin-left: 50%;
    }

    .cbtb .cbtb-col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .cbtb .cbtb-col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .cbtb .cbtb-col-lg-offset-3 {
        margin-left: 25%;
    }

    .cbtb .cbtb-col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .cbtb .cbtb-col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .cbtb .cbtb-col-lg-offset-0 {
        margin-left: 0;
    }
}

.cbtb .cbtb-fade {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity .15s linear;
}

    .cbtb .cbtb-fade.cbtb-in {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

.cbtb .cbtb-collapse {
    display: none;
}

    .cbtb .cbtb-collapse.cbtb-in {
        display: block;
    }

.cbtb tr.cbtb-collapse.cbtb-in {
    display: table-row;
}

.cbtb tbody.cbtb-collapse.cbtb-in {
    display: table-row-group;
}

.cbtb .cbtb-collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height,visibility;
    transition-duration: .35s;
    transition-timing-function: ease;
}

.cbtb .cbtb-close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
}

    .cbtb .cbtb-close:hover,
    .cbtb .cbtb-close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
    }

.cbtb button.cbtb-close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.cbtb .cbtb-modal-open {
    overflow: hidden;
}

.cbtb .cbtb-modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .cbtb .cbtb-modal.cbtb-fade .cbtb-modal-dialog {
        transform: translate(0,-25%);
        transition: transform .3s ease-out;
    }

    .cbtb .cbtb-modal.cbtb-in .cbtb-modal-dialog {
        transform: translate(0,0);
    }

.cbtb .cbtb-modal-open .cbtb-modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.cbtb .cbtb-modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.cbtb .cbtb-modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    outline: 0;
}

.cbtb .cbtb-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .cbtb .cbtb-modal-backdrop.cbtb-fade {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    .cbtb .cbtb-modal-backdrop.cbtb-in {
        opacity: .5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
    }

.cbtb .cbtb-modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}

    .cbtb .cbtb-modal-header .cbtb-close {
        margin-top: -2px;
    }

.cbtb .cbtb-modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.cbtb .cbtb-modal-body {
    position: relative;
    padding: 15px;
}

.cbtb .cbtb-modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .cbtb .cbtb-modal-footer .cbtb-btn + .cbtb-btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .cbtb .cbtb-modal-footer .cbtb-btn-group .cbtb-btn + .cbtb-btn {
        margin-left: -1px;
    }

    .cbtb .cbtb-modal-footer .cbtb-btn-block + .cbtb-btn-block {
        margin-left: 0;
    }

.cbtb .cbtb-modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media(min-width:768px) {
    .cbtb .cbtb-modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .cbtb .cbtb-modal-content {
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .cbtb .cbtb-modal-sm {
        width: 300px;
    }
}

@media(min-width:992px) {
    .cbtb .cbtb-modal-lg {
        width: 900px;
    }
}

.cbtb .cbtb-clearfix:before,
.cbtb .cbtb-clearfix:after,
.cbtb .cbtb-container:before,
.cbtb .cbtb-container:after,
.cbtb .cbtb-container-fluid:before,
.cbtb .cbtb-container-fluid:after,
.cbtb .cbtb-row:before,
.cbtb .cbtb-row:after,
.cbtb .cbtb-modal-footer:before,
.cbtb .cbtb-modal-footer:after {
    content: " ";
    display: table;
}

.cbtb .cbtb-clearfix:after,
.cbtb .cbtb-container:after,
.cbtb .cbtb-container-fluid:after,
.cbtb .cbtb-row:after,
.cbtb .cbtb-modal-footer:after {
    clear: both;
}

.cbtb .cbtb-center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cbtb .cbtb-pull-right {
    float: right !important;
}

.cbtb .cbtb-pull-left {
    float: left !important;
}

.cbtb .cbtb-hide {
    display: none !important;
}

.cbtb .cbtb-show {
    display: block !important;
}

.cbtb .cbtb-invisible {
    visibility: hidden;
}

.cbtb .cbtb-text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.cbtb .cbtb-hidden {
    display: none !important;
}

.cbtb .cbtb-affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.cbtb .cbtb-visible-xs,
.cbtb .cbtb-visible-sm,
.cbtb .cbtb-visible-md,
.cbtb .cbtb-visible-lg {
    display: none !important;
}

.cbtb .cbtb-visible-xs-block,
.cbtb .cbtb-visible-xs-inline,
.cbtb .cbtb-visible-xs-inline-block,
.cbtb .cbtb-visible-sm-block,
.cbtb .cbtb-visible-sm-inline,
.cbtb .cbtb-visible-sm-inline-block,
.cbtb .cbtb-visible-md-block,
.cbtb .cbtb-visible-md-inline,
.cbtb .cbtb-visible-md-inline-block,
.cbtb .cbtb-visible-lg-block,
.cbtb .cbtb-visible-lg-inline,
.cbtb .cbtb-visible-lg-inline-block {
    display: none !important;
}

@media(max-width:767px) {
    .cbtb .cbtb-visible-xs {
        display: block !important;
    }

    .cbtb table.cbtb-visible-xs {
        display: table !important;
    }

    .cbtb tr.cbtb-visible-xs {
        display: table-row !important;
    }

    .cbtb th.cbtb-visible-xs,
    .cbtb td.cbtb-visible-xs {
        display: table-cell !important;
    }
}

@media(max-width:767px) {
    .cbtb .cbtb-visible-xs-block {
        display: block !important;
    }
}

@media(max-width:767px) {
    .cbtb .cbtb-visible-xs-inline {
        display: inline !important;
    }
}

@media(max-width:767px) {
    .cbtb .cbtb-visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .cbtb .cbtb-visible-sm {
        display: block !important;
    }

    .cbtb table.cbtb-visible-sm {
        display: table !important;
    }

    .cbtb tr.cbtb-visible-sm {
        display: table-row !important;
    }

    .cbtb th.cbtb-visible-sm,
    .cbtb td.cbtb-visible-sm {
        display: table-cell !important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .cbtb .cbtb-visible-sm-block {
        display: block !important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .cbtb .cbtb-visible-sm-inline {
        display: inline !important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .cbtb .cbtb-visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .cbtb .cbtb-visible-md {
        display: block !important;
    }

    .cbtb table.cbtb-visible-md {
        display: table !important;
    }

    .cbtb tr.cbtb-visible-md {
        display: table-row !important;
    }

    .cbtb th.cbtb-visible-md,
    .cbtb td.cbtb-visible-md {
        display: table-cell !important;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .cbtb .cbtb-visible-md-block {
        display: block !important;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .cbtb .cbtb-visible-md-inline {
        display: inline !important;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .cbtb .cbtb-visible-md-inline-block {
        display: inline-block !important;
    }
}

@media(min-width:1200px) {
    .cbtb .cbtb-visible-lg {
        display: block !important;
    }

    .cbtb table.cbtb-visible-lg {
        display: table !important;
    }

    .cbtb tr.cbtb-visible-lg {
        display: table-row !important;
    }

    .cbtb th.cbtb-visible-lg,
    .cbtb td.cbtb-visible-lg {
        display: table-cell !important;
    }
}

@media(min-width:1200px) {
    .cbtb .cbtb-visible-lg-block {
        display: block !important;
    }
}

@media(min-width:1200px) {
    .cbtb .cbtb-visible-lg-inline {
        display: inline !important;
    }
}

@media(min-width:1200px) {
    .cbtb .cbtb-visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media(max-width:767px) {
    .cbtb .cbtb-hidden-xs {
        display: none !important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .cbtb .cbtb-hidden-sm {
        display: none !important;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .cbtb .cbtb-hidden-md {
        display: none !important;
    }
}

@media(min-width:1200px) {
    .cbtb .cbtb-hidden-lg {
        display: none !important;
    }
}

.cbtb .cbtb-visible-print {
    display: none !important;
}

@media print {
    .cbtb .cbtb-visible-print {
        display: block !important;
    }

    .cbtb table.cbtb-visible-print {
        display: table !important;
    }

    .cbtb tr.cbtb-visible-print {
        display: table-row !important;
    }

    .cbtb th.cbtb-visible-print,
    .cbtb td.cbtb-visible-print {
        display: table-cell !important;
    }
}

.cbtb .cbtb-visible-print-block {
    display: none !important;
}

@media print {
    .cbtb .cbtb-visible-print-block {
        display: block !important;
    }
}

.cbtb .cbtb-visible-print-inline {
    display: none !important;
}

@media print {
    .cbtb .cbtb-visible-print-inline {
        display: inline !important;
    }
}

.cbtb .cbtb-visible-print-inline-block {
    display: none !important;
}

@media print {
    .cbtb .cbtb-visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .cbtb .cbtb-hidden-print {
        display: none !important;
    }
}

.cbtb br {
    display: block;
}

.cbtb :before,
.cbtb :after {
    display: none;
}

.cbtb .header-mode .show-header {
    display: block !important;
}

.cbtb .header-mode .show-tab {
    display: none !important;
}

.cbtb .tab-mode .show-tab {
    display: block !important;
}

.cbtb .tab-mode .show-header {
    display: none !important;
}

.cbtb .trust-badge .show-header {
    display: block !important;
}

.cbtb .trust-badge .show-tab {
    display: none !important;
}

.cbtb .cbtb-modal-dialog .show-tab {
    display: block !important;
}

.cbtb .cbtb-modal-dialog .show-header {
    display: none !important;
}

@media(min-width:480px) {
    .cbtb .trust-badge.tab .show-tab {
        display: block !important;
    }

    .cbtb .trust-badge.tab .show-header {
        display: none !important;
    }
}

@media(min-width:768px) {
    .cbtb .cbtb-modal-dialog.header .show-header {
        display: block !important;
    }

    .cbtb .cbtb-modal-dialog.header .show-tab {
        display: none !important;
    }
}

.cbtb .trust-badge {
    background-color: white;
    width: 100%;
    position: relative;
    padding: 0;
    min-height: 26px;
}

    .cbtb .trust-badge a {
        outline: none;
    }

        .cbtb .trust-badge a img {
            margin-top: 4px;
            max-height: 18px;
        }

            .cbtb .trust-badge a img.accented {
                margin-top: 3px;
            }

    .cbtb .trust-badge.header {
        border: none !important;
    }

        .cbtb .trust-badge.header img:hover {
            animation: pulse 500ms;
        }

@media(max-width:480px) {
    .cbtb .trust-badge {
        border: none !important;
        display: none !important;
    }

        .cbtb .trust-badge img:hover {
            animation: pulse 500ms;
        }
}

@media(min-width:480px) {
    .cbtb .trust-badge.tab {
        position: absolute;
        z-index: 2147483646;
        padding: 5px 10px;
        border-radius: 0 0 5px 5px;
        width: 190px;
        height: 50px;
        top: 0;
        left: 10px;
    }

        .cbtb .trust-badge.tab:hover {
            animation: pulse 500ms;
        }

        .cbtb .trust-badge.tab a img {
            max-height: 100%;
            max-width: 100%;
        }

        .cbtb .trust-badge.tab.top-left,
        .cbtb .trust-badge.tab.top-right {
            border-top: none;
        }

        .cbtb .trust-badge.tab.top-right,
        .cbtb .trust-badge.tab.bottom-right {
            left: auto;
            right: 10px;
        }

        .cbtb .trust-badge.tab.bottom-left,
        .cbtb .trust-badge.tab.bottom-right {
            position: fixed;
            top: auto;
            bottom: 0;
            border-radius: 5px 5px 0 0;
            border-top: auto;
            border-bottom: none;
        }
}

@media(max-width:480px) {
    .cbtb .cbtb-modal,
    .cbtb .cbtb-modal-backdrop,
    .cbtb .cbtb-modal.cbtb-fade.cbtb-in {
        display: none !important;
    }
}

.cbtb #cbTabBBBReviewLink,
.cbtb #cbHeaderBBBReviewLink {
    visibility: hidden;
}

.cbtb .cbtb-modal,
.cbtb .cbtb-modal.cbtb-fade.cbtb-in {
    position: fixed;
    z-index: 2147483647;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
}

    .cbtb .cbtb-modal .cbtb-modal-dialog,
    .cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog {
        padding: 0;
        top: 0;
        width: 400px;
        max-width: 100%;
        margin: 0 auto;
        border: none;
    }

        .cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content,
        .cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content {
            border-radius: 0 0 6px 6px;
        }

            .cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-close.ie8,
            .cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-close.ie8 {
                filter: none;
            }

            .cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-row,
            .cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-row {
                padding: 0;
            }

            .cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-header,
            .cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-header {
                padding: 5px 15px;
            }

                .cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-header a,
                .cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-header a {
                    outline: none;
                }

                    .cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-header a img,
                    .cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-header a img {
                        margin: 10px 0;
                        max-width: 67%;
                    }

                        .cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-header a img.accented,
                        .cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-header a img.accented {
                            margin: 7px 0 10px;
                        }

                .cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-header .bbb,
                .cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-header .bbb {
                    max-width: 27%;
                }

                    .cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-header .bbb img,
                    .cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-header .bbb img {
                        margin: 0;
                        max-width: 100%;
                    }

                .cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-header .cbtb-close,
                .cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-header .cbtb-close {
                    position: absolute;
                    top: 15px;
                    right: 15px;
                }

            .cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-body p,
            .cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-body p {
                line-height: 1.5em;
                margin-bottom: 5px;
                font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif !important;
                font-size: 12px !important;
                font-weight: 400 !important;
            }

                .cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-body p.trust-statement,
                .cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-body p.trust-statement {
                    font-size: 14px !important;
                }

                    .cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-body p.trust-statement strong,
                    .cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-body p.trust-statement strong {
                        word-wrap: break-word;
                    }

            .cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-body .bbb,
            .cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-body .bbb {
                max-width: 20%;
                position: absolute;
                top: 10px;
                right: 10px;
            }

                .cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-body .bbb img,
                .cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-body .bbb img {
                    max-width: 100%;
                }

            .cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-body .cbtb-close,
            .cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-body .cbtb-close {
                position: absolute;
                bottom: 15px;
                right: 15px;
            }

            .cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .show-header,
            .cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .show-header {
                display: none;
            }

.cbtb .cbtb-modal-open {
    overflow: auto !important;
}

.cbtb .cbtb-modal-backdrop {
    opacity: 0 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@media(min-width:480px) {
    .cbtb .cbtb-modal.cbtb-fade .cbtb-modal-dialog.tab.bottom-left,
    .cbtb .cbtb-modal.cbtb-fade .cbtb-modal-dialog.tab.bottom-right {
        transform: translate(0,25%);
    }

    .cbtb .cbtb-modal.cbtb-in .cbtb-modal-dialog.tab.bottom-left,
    .cbtb .cbtb-modal.cbtb-in .cbtb-modal-dialog.tab.bottom-right {
        transform: translate(0,0);
    }

    .cbtb .cbtb-modal.cbtb-fade .cbtb-modal-dialog.tab,
    .cbtb .cbtb-modal.cbtb-in .cbtb-modal-dialog.tab,
    .cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog.tab {
        position: absolute;
        margin: 0;
        left: 10px;
    }

        .cbtb .cbtb-modal.cbtb-fade .cbtb-modal-dialog.tab.top-right,
        .cbtb .cbtb-modal.cbtb-in .cbtb-modal-dialog.tab.top-right,
        .cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog.tab.top-right,
        .cbtb .cbtb-modal.cbtb-fade .cbtb-modal-dialog.tab.bottom-right,
        .cbtb .cbtb-modal.cbtb-in .cbtb-modal-dialog.tab.bottom-right,
        .cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog.tab.bottom-right {
            left: auto;
            right: 10px;
        }

        .cbtb .cbtb-modal.cbtb-fade .cbtb-modal-dialog.tab.bottom-left,
        .cbtb .cbtb-modal.cbtb-in .cbtb-modal-dialog.tab.bottom-left,
        .cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog.tab.bottom-left,
        .cbtb .cbtb-modal.cbtb-fade .cbtb-modal-dialog.tab.bottom-right,
        .cbtb .cbtb-modal.cbtb-in .cbtb-modal-dialog.tab.bottom-right,
        .cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog.tab.bottom-right {
            top: auto;
            bottom: -6px;
        }

            .cbtb .cbtb-modal.cbtb-fade .cbtb-modal-dialog.tab.bottom-left .cbtb-modal-content,
            .cbtb .cbtb-modal.cbtb-in .cbtb-modal-dialog.tab.bottom-left .cbtb-modal-content,
            .cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog.tab.bottom-left .cbtb-modal-content,
            .cbtb .cbtb-modal.cbtb-fade .cbtb-modal-dialog.tab.bottom-right .cbtb-modal-content,
            .cbtb .cbtb-modal.cbtb-in .cbtb-modal-dialog.tab.bottom-right .cbtb-modal-content,
            .cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog.tab.bottom-right .cbtb-modal-content {
                border-radius: 6px 6px 0 0;
                border-bottom: none;
            }
}

@media(min-width:768px) {
    .cbtb .cbtb-modal .cbtb-modal-dialog.header,
    .cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog.header {
        width: 550px;
    }

        .cbtb .cbtb-modal .cbtb-modal-dialog.header .cbtb-modal-content .cbtb-modal-header a img,
        .cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog.header .cbtb-modal-content .cbtb-modal-header a img {
            max-width: 400px;
        }

        .cbtb .cbtb-modal .cbtb-modal-dialog.header .cbtb-modal-content .show-tab,
        .cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog.header .cbtb-modal-content .show-tab {
            display: none;
        }

        .cbtb .cbtb-modal .cbtb-modal-dialog.header .cbtb-modal-content .show-header,
        .cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog.header .cbtb-modal-content .show-header {
            display: block;
        }
}

.cbtb .trust-badge,
.cbtb .cbtb-modal-content {
    border: 1px solid #ccc;
    color: #2f485c !important;
}

    .cbtb .trust-badge .cbtb-modal-header,
    .cbtb .cbtb-modal-content .cbtb-modal-header {
        border-bottom: 1px solid #ccc;
    }

    .cbtb .trust-badge .cbtb-close,
    .cbtb .cbtb-modal-content .cbtb-close {
        opacity: .6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        color: #2f485c !important;
    }

    .cbtb .trust-badge.light-grey,
    .cbtb .cbtb-modal-content.light-grey {
        background-color: #f2f2f2 !important;
        border: 1px solid #ccc;
        color: #2f485c !important;
    }

        .cbtb .trust-badge.light-grey .cbtb-modal-header,
        .cbtb .cbtb-modal-content.light-grey .cbtb-modal-header {
            border-bottom: 1px solid #ccc;
        }

        .cbtb .trust-badge.light-grey .cbtb-close,
        .cbtb .cbtb-modal-content.light-grey .cbtb-close {
            color: #2f485c !important;
        }

    .cbtb .trust-badge.dark-grey,
    .cbtb .cbtb-modal-content.dark-grey {
        background-color: #333 !important;
        border: 1px solid #8a959e;
        color: #ccc !important;
    }

        .cbtb .trust-badge.dark-grey .cbtb-modal-header,
        .cbtb .cbtb-modal-content.dark-grey .cbtb-modal-header {
            border-bottom: 1px solid #8a959e;
        }

        .cbtb .trust-badge.dark-grey .cbtb-close,
        .cbtb .cbtb-modal-content.dark-grey .cbtb-close {
            color: #ccc !important;
        }

    .cbtb .trust-badge.black,
    .cbtb .cbtb-modal-content.black {
        background-color: #000 !important;
        border: 1px solid #2f485c;
        color: #fff !important;
    }

        .cbtb .trust-badge.black .cbtb-modal-header,
        .cbtb .cbtb-modal-content.black .cbtb-modal-header {
            border-bottom: 1px solid #2f485c;
        }

        .cbtb .trust-badge.black .cbtb-close,
        .cbtb .cbtb-modal-content.black .cbtb-close {
            color: #fff !important;
        }

    .cbtb .trust-badge.light-blue,
    .cbtb .cbtb-modal-content.light-blue {
        background-color: #c4dceb !important;
        border: 1px solid #8a959e;
        color: #2f485c !important;
    }

        .cbtb .trust-badge.light-blue .cbtb-modal-header,
        .cbtb .cbtb-modal-content.light-blue .cbtb-modal-header {
            border-bottom: 1px solid #8a959e;
        }

        .cbtb .trust-badge.light-blue .cbtb-close,
        .cbtb .cbtb-modal-content.light-blue .cbtb-close {
            color: #2f485c !important;
        }

    .cbtb .trust-badge.dark-blue,
    .cbtb .cbtb-modal-content.dark-blue {
        background-color: #2f485c !important;
        border: 1px solid #8a959e;
        color: #ccc !important;
    }

        .cbtb .trust-badge.dark-blue .cbtb-modal-header,
        .cbtb .cbtb-modal-content.dark-blue .cbtb-modal-header {
            border-bottom: 1px solid #8a959e;
        }

        .cbtb .trust-badge.dark-blue .cbtb-close,
        .cbtb .cbtb-modal-content.dark-blue .cbtb-close {
            color: #ccc !important;
        }

    .cbtb .trust-badge.light-yellow,
    .cbtb .cbtb-modal-content.light-yellow {
        background-color: #faebab !important;
        border: 1px solid #8a959e;
        color: #2f485c !important;
    }

        .cbtb .trust-badge.light-yellow .cbtb-modal-header,
        .cbtb .cbtb-modal-content.light-yellow .cbtb-modal-header {
            border-bottom: 1px solid #8a959e;
        }

        .cbtb .trust-badge.light-yellow .cbtb-close,
        .cbtb .cbtb-modal-content.light-yellow .cbtb-close {
            color: #2f485c !important;
        }

    .cbtb .trust-badge.light-green,
    .cbtb .cbtb-modal-content.light-green {
        background-color: #c8edc8 !important;
        border: 1px solid #ccc;
        color: #2f485c !important;
    }

        .cbtb .trust-badge.light-green .cbtb-modal-header,
        .cbtb .cbtb-modal-content.light-green .cbtb-modal-header {
            border-bottom: 1px solid #ccc;
        }

        .cbtb .trust-badge.light-green .cbtb-close,
        .cbtb .cbtb-modal-content.light-green .cbtb-close {
            color: #2f485c !important;
        }

.cbtb-modal-open {
    overflow: hidden;
    overflow: auto !important;
}

.cbtb-modal-backdrop,
.cbtb-modal-backdrop.cbtb-fade.cbtb-in {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
    font-size: 22px;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    margin: 0;
    padding: 0;
}

a,
img {
    outline: none;
    border: none;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #264c89;
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

iframe,
embed,
object {
    max-width: 100%;
}

/* fonts start */

@font-face {
    font-family: 'fjalla_oneregular';
    src: url('../fonts-rf/fjallaone-regular-webfont.woff2') format('woff2'), url('../fonts-rf/fjallaone-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Oswald-SemiBold';
    src: url('../fonts-rf/Oswald-SemiBold.ttf') format('truetype'), url('../fonts-rf/Oswald-SemiBold.woff') format('woff'), url('../fonts-rf/Oswald-SemiBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rage';
    src: url('../fonts-rf/RageItalic.woff2') format('woff2'), url('../fonts-rf/RageItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'supria_sansbold';
    src: url('../fonts-rf/supriasans_bold-webfont.woff2') format('woff2'), url('../fonts-rf/supriasans_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'barlowbold';
    src: url('../fonts-rf/barlow-bold-webfont.woff2') format('woff2'), url('../fonts-rf/barlow-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barlow_condensedbold';
    src: url('../fonts-rf/barlowcondensed-bold-webfont.woff2') format('woff2'), url('../fonts-rf/barlowcondensed-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barlow_condensedregular';
    src: url('../fonts-rf/barlowcondensed-regular-webfont.woff2') format('woff2'), url('../fonts-rf/barlowcondensed-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barlowmedium';
    src: url('../fonts-rf/barlow-medium-webfont.woff2') format('woff2'), url('../fonts-rf/barlow-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald-Bold';
    src: url('../fonts-rf/Oswald-Bold.eot#iefix') format('embedded-opentype'), url('../fonts-rf/Oswald-Bold.woff') format('woff'), url('../fonts-rf/Oswald-Bold.ttf') format('truetype'), url('../fonts-rf/Oswald-Bold.svg#Oswald-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswaldregular';
    src: url('../fonts-rf/oswald-regular-webfont.woff2') format('woff2'), url('../fonts-rf/oswald-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'antonregular';
    src: url('../fonts-rf/anton-regular-webfont.woff2') format('woff2'), url('../fonts-rf/anton-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'barlowsemibold';
    src: url('../fonts-rf/barlow-semibold-webfont.woff2') format('woff2'), url('../fonts-rf/barlow-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barlow_condensedsemibold';
    src: url('../fonts-rf/barlowcondensed-semibold-webfont.woff2') format('woff2'), url('../fonts-rf/barlowcondensed-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoblack';
    src: url('../fonts-rf/lato-black-webfont.woff2') format('woff2'), url('../fonts-rf/lato-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'latoblack_italic';
    src: url('../fonts-rf/lato-blackitalic-webfont.woff2') format('woff2'), url('../fonts-rf/lato-blackitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'latobold';
    src: url('../fonts-rf/lato-bold-webfont.woff2') format('woff2'), url('../fonts-rf/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'latobold_italic';
    src: url('../fonts-rf/lato-bolditalic-webfont.woff2') format('woff2'), url('../fonts-rf/lato-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'latolight';
    src: url('../fonts-rf/lato-light-webfont.woff2') format('woff2'), url('../fonts-rf/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'latolight_italic';
    src: url('../fonts-rf/lato-lightitalic-webfont.woff2') format('woff2'), url('../fonts-rf/lato-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barlow_condensedmedium';
    src: url('../fonts-rf/barlowcondensed-medium-webfont.woff2') format('woff2'), url('../fonts-rf/barlowcondensed-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'latoregular';
    src: url('../fonts-rf/lato-regular-webfont.woff2') format('woff2'), url('../fonts-rf/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'latoitalic';
    src: url('../fonts-rf/lato-regularitalic-webfont.woff2') format('woff2'), url('../fonts-rf/lato-regularitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'latohairline';
    src: url('../fonts-rf/lato-thin-webfont.woff2') format('woff2'), url('../fonts-rf/lato-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barlowextrabold';
    src: url('../fonts-rf/barlow-extrabold-webfont.woff2') format('woff2'), url('../fonts-rf/barlow-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'latohairline_italic';
    src: url('../fonts-rf/lato-thinitalic-webfont.woff2') format('woff2'), url('../fonts-rf/lato-thinitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'supria_sansregular';
    src: url('../fonts-rf/supria_sans_regular-webfont.woff2') format('woff2'), url('../fonts-rf/supria_sans_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* fonts end */

body {
    width: 100%;
    background: #fff;
}


u {
    text-decoration-skip-ink: none;
}
/*base css*/



p {
    line-height: 28px;
    font-size: 25px;
    color: #212325;
    padding-bottom: 18px;
    font-family: 'latoregular';
}

    p:last-child {
        padding-bottom: 0;
    }

h1 {
    font-size: 48px;
    line-height: 58px;
    color: #000;
}

h2 {
    font-size: 35px;
    line-height: 45px;
    color: #000;
}

h3 {
    font-size: 38px;
    line-height: 45px;
    color: #000;
}

h4 {
    font-size: 22px;
    line-height: 32px;
}

h5 {
    font-size: 18px;
    line-height: 27px;
}

h6 {
    font-size: 14px;
    line-height: 27px;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

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

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

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

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-120 {
    margin-top: 120px;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-50 {
    padding-left: 50px;
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ptb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pt_10_pr_20 {
    padding: 10px 20px;
}

.letter-spacing-10 {
    letter-spacing: 10px;
}

.letter-spacing-9 {
    letter-spacing: 9px;
}

.letter-spacing-8 {
    letter-spacing: 8px;
}

.letter-spacing-7 {
    letter-spacing: 7px;
}

.letter-spacing-6 {
    letter-spacing: 6px;
}

.letter-spacing-5 {
    letter-spacing: 5px;
}

.letter-spacing-4 {
    letter-spacing: 4px;
}

.letter-spacing-3 {
    letter-spacing: 3px;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

.letter-spacing-one-and-half {
    letter-spacing: 1.5px;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

.letter-spacing-0 {
    letter-spacing: 0px;
}

.text-extra-large-90 {
    font-size: 90px;
    line-height: 100px;
}

.text-extra-large-80 {
    font-size: 80px;
    line-height: 90px;
}

.text-extra-large-75 {
    font-size: 75px;
    line-height: 95px;
}

.text-extra-large-72 {
    font-size: 72px;
    line-height: 82px;
}

.text-extra-large-70 {
    font-size: 70px;
    line-height: 80px;
}

.text-extra-large-66 {
    font-size: 66px;
    line-height: 76px;
}

.text-extra-large-65 {
    font-size: 65px;
    line-height: 75px;
}

.text-extra-large-64 {
    font-size: 64px;
    line-height: 70px;
}

.text-large-60 {
    font-size: 60px;
    line-height: 85px;
}

.text-large-59 {
    font-size: 59px;
    line-height: 69px;
}

.text-large-56 {
    font-size: 56px;
    line-height: 70px;
}

.text-large-55 {
    font-size: 55px;
    line-height: 65px;
}

.text-large-54 {
    font-size: 54px;
    line-height: 64px;
}

.text-large-50 {
    font-size: 50px;
    line-height: 60px;
}

.text-large-48 {
    font-size: 48px;
    line-height: 58px;
}

.text-large-47 {
    font-size: 47px;
    line-height: 59px;
}

.text-large-46 {
    font-size: 46px;
    line-height: 57px;
}

.text-large-45 {
    font-size: 45px;
    line-height: 55px;
}

.text-large-40 {
    font-size: 40px;
    line-height: 48px;
}

.text-large-42 {
    font-size: 42px;
    line-height: 48px;
}

.text-medium-38 {
    font-size: 38px;
    line-height: 48px;
}

.text-medium-36 {
    font-size: 36px;
    line-height: 46px;
}

.text-medium-35 {
    font-size: 35px;
    line-height: 45px;
}

.text-medium-32 {
    font-size: 32px;
    line-height: 42px;
}

.text-medium-30 {
    font-size: 30px;
    line-height: 35px;
}

.text-medium-29 {
    font-size: 29px;
    line-height: 38px;
}

.text-medium-25 {
    font-size: 25px;
    line-height: 35px;
}

.text-medium-23 {
    font-size: 23px;
    line-height: 33px;
}

.text-medium-22 {
    font-size: 22px;
    line-height: 28px;
}

.text-medium-20 {
    font-size: 20px;
    line-height: 25px;
}

.text-medium-19 {
    font-size: 19px;
    line-height: 30px;
}

.text-medium-18 {
    font-size: 18px;
    line-height: 27px;
}

.text-small-16 {
    font-size: 16px;
    line-height: 26px;
}

.text-small-15 {
    font-size: 15px;
    line-height: 22px;
}

.text-small-14 {
    font-size: 14px;
    line-height: 22px;
}

.text-extra-small-12 {
    font-size: 12px;
    line-height: 22px;
}

.font-weight-100 {
    font-weight: 100;
}

.font-weight-200 {
    font-weight: 200;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

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

.font-weight-700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}

.text-transform-uppercase {
    text-transform: uppercase;
}

.text-transform-lowercase {
    text-transform: lowercase;
}

.text-transform-capitalize {
    text-transform: capitalize;
}

.text-decoration-none {
    text-decoration: none;
}

.text-decoration-underline, .underline {
    text-decoration: underline;
}

.text-transform-none {
    text-transform: none;
}

.line-height-none {
    line-height: 0;
}

.line-height-normal {
    line-height: normal;
}

i {
    font-style: italic;
}

.width {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.white p, .white .bold_txt, .white ul {
    color: #fff;
}

.white h1, .white h2 {
    color: #fff;
}

.mr-30 {
    margin-right: 30px;
}

.mr-20 {
    margin-right: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-20 {
    margin-left: 20px;
}

.mr-5 {
    margin-right: 5px;
}

.col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    box-sizing: border-box;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right;
}

.inherit {
    display: inherit;
}

.inline_block {
    display: inline-block;
}

.white {
    color: #fff;
}

.text-shadow {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.19);
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.rel {
    position: relative;
}

.f18 {
    font-size: 18px;
}

.f24 {
    font-size: 24px;
}

.f26 {
    font-size: 26px;
}

.f27 {
    font-size: 27px;
    line-height: 32px;
}

.f28 {
    font-size: 28px;
    line-height: 33px;
}

.f30 {
    font-size: 30px;
    line-height: 34px;
}

.f35 {
    font-size: 35px;
    line-height: 45px;
}

.f40 {
    font-size: 40px;
    line-height: 45px;
}

.f43 {
    font-size: 43px;
    line-height: 53px;
}

.full-width {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.line-through {
    text-decoration: line-through;
}

sup {
    font-size: 15px;
    position: relative;
    top: -10px;
}

.box-shadow {
    box-shadow: 5px 5px 0px 0px rgb(0 0 0 / 0.11);
}


.vertical-m-row div {
    float: none;
    margin: 0px -2px;
    display: inline-block;
    vertical-align: middle;
}

.vertical-b-row div {
    float: none;
    margin: 0px -2px;
    display: inline-block;
    vertical-align: bottom;
}

.vertical-t-row div {
    float: none;
    margin: 0px -2px;
    display: inline-block;
    vertical-align: top;
}

.pl-0 {
    padding-left: 0;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pr-0 {
    padding-right: 0px !important;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

.plr-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.plr-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.zindex {
    z-index: 9;
}

.hidden {
    overflow: hidden;
}

.black {
    color: #000 !important;
}

.oswald_bold {
    font-family: 'Oswald-Bold';
}

.oswald_reg {
    font-family: 'oswaldregular';
}

.pr-15 {
    padding-right: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.blue_txt {
    color: #1195ca;
}

.orange_txt {
    color: #f18e00;
}

.text-shadow {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}


/*---- Main Css ------*/
.label {
    width: 400px;
}

.plr-20 {
    padding-left: 20px;
    padding-right: 20px;
}


.header {
    background: url(../images/header-bg.jpg) no-repeat top left;
    background-size: 100% 100%;
}

span.blue-brush {
    background: #0082c9;
    border-radius: 10px;
    padding: 2px 15px;
}

.fjalla-font {
    font-family: 'fjalla_oneregular';
}

.lato-black {
    font-family: 'latoblack';
}

.blue-txt {
    color: #176895;
}

.blue-bg {
    background: #166894;
}

    .blue-bg:after {
        position: absolute;
        content: '';
        /*background:url(../images/blue-triangle-after.png) no-repeat bottom center;*/
        background-size: 100%;
        width: 137px;
        height: 52px;
        bottom: -48px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        z-index: 1;
    }

.sec4 {
    background: #eef4f7;
}

.img2 {
    position: absolute;
    right: -50px;
    top: 0;
    width: 680px;
}

.lato-bold {
    font-family: 'latobold';
}

span.plain-brush {
    background: #91d8ff;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0 0px;
    line-height: 30px;
}

.sec6, .sec13, .sec18, .sec19 {
    background-repeat: no-repeat;
    background-size: cover;
}

.sec31 .bg5, .sec38 .bg5, .sec43 .part2 .bg5 {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.img4 {
    width: 320px;
}

.bg-blue {
    background: #2592cf;
}

.white_bg {
    display: inline-block;
    background: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 55%);
}

.zindex-1 {
    z-index: 1;
}

.img6 {
    position: absolute;
    right: 0;
    top: -20px;
    z-index: 0;
}


.mob1 {
    display: none;
}

.light-blue {
    background: #e5f3fb;
    padding: 0 20px 20px;
    ;
}

.sec10 .part1 .light-blue p, .sec10 .part1 .bg-white p {
    font-size: 24px;
    text-align: center;
}

.sec10 .part1 .light-blue, .sec10 .part1 .bg-white {
    min-height: 375px;
    display: inline-block;
    padding: 0 13px !important;
}

.img7, .img38, .img61 {
    margin-top: -117px;
}

.pt-150 {
    padding-top: 150px;
}

.pb-150 {
    padding-bottom: 150px;
}

.bg-white {
    background: #fff;
    padding: 0 20px;
}

.sec11 ul li, .sec66 .part2 ul li, .sec66 .part6 ul li {
    position: relative;
    font-family: 'latoregular';
    font-size: 25px;
    line-height: 28px;
    padding: 0 0 28px 40px;
}

    .sec11 ul li:before {
        position: absolute;
        content: '';
        background: url(../images/tick1.png) no-repeat top left;
        background-size: 100%;
        width: 35px;
        height: 35px;
        top: -5px;
        left: 0px;
    }

    .sec66 .part2 ul li:before, .sec66 .part6 ul li:before {
        position: absolute;
        content: '';
        background: url(../images/tick1.png) no-repeat top left;
        background-size: 100%;
        width: 30px;
        height: 30px;
        top: 0px;
        left: 0px;
    }

.sec66 .part2.row, .sec66 .part6.row {
    width: 97%;
    margin: 0 auto;
}

.sec12 .part4 .light_blue, .sec18 .part2 .light_blue, .sec23 .part2 .light_blue, .sec23 .part6 .light_blue {
    background: #f3fcff;
    border: 5px solid #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
    min-height: 335px;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .sec12 .part4 .light_blue p, .sec18 .part2 .light_blue p, .sec23 .part2 .light_blue p, .sec23 .part6 .light_blue p {
        padding: 20px 10px;
        text-align: center;
    }

    .sec12 .part4 .light_blue.light_blue_new p, .sec18 .part2 .light_blue.lighty_blues_new p, .sec23 .part2 .light_blue.lighty_blues_new p, .sec23 .part6 .light_blue.lighty_blues_new p {
        padding: 34px 10px 34px;
    }

    .sec18 .part2 .light_blue.light_blues_new p {
        padding: 48px 10px 48px;
    }

.sec13 .part2 {
    width: 95%;
    margin: 0 auto;
}

    .sec13 .part2 .col-6 {
        padding: 0 8px;
    }

.acid_ingre {
    min-height: 125px;
    background: #e5f3fb;
    margin-bottom: 15px;
    padding: 20px 50px 20px 50px;
    border-radius: 15px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 55%);
}

    .acid_ingre:before {
        position: absolute;
        content: '';
        background: url(../images/tick1.png) no-repeat top left;
        background-size: 100%;
        width: 25px;
        height: 25px;
        top: 20px;
        left: 15px;
    }

    .acid_ingre p {
        color: #222628;
        font-size: 25px;
        line-height: 28px;
    }

.sec17 .part1 {
    width: 96%;
    margin: 0 auto;
}

.sec23 .part4 {
    width: 98%;
    margin: 0 auto;
}

    .sec17 .part1 ul li, .sec23 .part4 ul li {
        position: relative;
        background: #2592cf;
        box-sizing: border-box;
        border-radius: 15px;
        padding: 15px 15px 15px 45px;
        font-family: 'latoregular';
        font-size: 25px;
        color: #fff;
        line-height: 28px;
        margin-bottom: 10px;
    }

        .sec17 .part1 ul li:before, .sec23 .part4 ul li:before {
            position: absolute;
            content: '';
            background: url(../images/tick1.png) no-repeat top left;
            background-size: 100%;
            width: 25px;
            height: 25px;
            top: 17px;
            left: 12px;
        }

.sec17 .part2 .col-7 {
    width: 56%;
}

.sec17 .part2 .col-5 {
    width: 43%;
}

.img21 {
    width: 410px;
}

.sec19 .part2 .col-7 {
    width: 49.333333%;
}

.img22 {
    width: 400px;
}

.lato-black-italic {
    font-family: 'latoblack_italic';
}

.img23 {
    width: 450px;
}

.box-shadow-new {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}

.img33 {
    width: 453px;
}

.img34 {
    width: 385px;
}


.bg_blue {
    background-repeat: no-repeat;
    background-size: cover;
}

.img35 {
    width: 348px;
}

.img36 {
    width: 450px;
}

.sec27 .part1 p.light-blue {
    padding: 20px 50px;
    margin-top: 10px;
    border-radius: 10px;
    font-family: 'latoitalic';
}

.lato-bolditalic {
    font-family: 'latobold_italic';
}

.sec28 .part2 .light-blue p, .sec28 .part2 .bg-white p {
    font-size: 24px;
    text-align: center;
}

.sec28 .part2 .light-blue, .sec28 .part2 .bg-white {
    min-height: 290px;
    display: inline-block;
    padding: 0 13px;
}



.sec31 .row, .sec38 .row {
    width: 97%;
    margin: 0 auto;
}

.sec31 .bg5 ul li, .sec38 ul li {
    position: relative;
    font-family: 'latoregular';
    font-size: 25px;
    line-height: 28px;
    padding: 20px 20px 20px 70px;
}

    .sec31 .bg5 ul li:before, .sec38 ul li:before {
        position: absolute;
        content: '';
        background: url(../images/tick1.png) no-repeat top left;
        background-size: 100%;
        width: 25px;
        height: 25px;
        top: 22px;
        left: 30px;
    }

    .sec31 .bg5 ul li:nth-child(2), .sec31 .bg5 ul li:nth-child(4) {
        background-color: rgb(0 0 0 / 10%);
    }

.br-10 {
    border-radius: 10px;
}

.sec33 .light-blue {
    padding: 30px 5px;
    background: #e5f3fb;
}

.img45 {
    width: 488px;
}

.img46 {
    width: 410px;
}

.sec35 .part1 .col-5 {
    width: 49%;
}

.sec35 .part1 .col-7 {
    width: 51%;
}

.darken-blue {
    background: #084263;
    padding: 7px 5px !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.dark-blue {
    background: #176895;
    padding: 10px 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.sec36 .row {
    width: 65%;
    margin: 0 auto;
}

.sec36 .text-medium-32, .sec42 .text-medium-32, .sec44 .text-medium-32 {
    line-height: 32px;
}



.sec36 .col-2, .sec36 .col-10, .sec42 .col-2, .sec42 .col-10, .sec44 .col-2, .sec44 .col-10 {
    padding-left: 0px;
    padding-right: 0px;
}

.img47 {
    width: 300px;
}

.img48 {
    width: 450px;
}

.img49 {
    width: 470px;
}

.sec42 .row {
    width: 85%;
    margin: 0 auto;
}

.sec43 {
    background: #f3fcff;
    margin-top: -30px;
}

.img50 {
    width: 380px;
}

.sec43 .part2 ul li {
    font-family: 'latoregular';
    font-size: 25px;
    line-height: 28px;
    position: relative;
    padding: 0px 20px 25px 50px;
}

    .sec43 .part2 ul li label {
        position: absolute;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e6e9e7+0,f8f9f8+100 */
        background: #e6e9e7; /* Old browsers */
        background: -moz-linear-gradient(top, #e6e9e7 0%, #f8f9f8 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #e6e9e7 0%,#f8f9f8 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #e6e9e7 0%,#f8f9f8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e9e7', endColorstr='#f8f9f8',GradientType=0 ); /* IE6-9 */
        background-size: 100%;
        top: 0px;
        font-family: 'latobold';
        left: 10px;
        font-size: 25px;
        line-height: 17px;
        border-radius: 100%;
        width: 15px;
        color: #176895;
        height: 15px;
        padding: 8px 8px;
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    }

.sec43 .part2 ul {
    padding-top: 25px;
}

.latoitalic {
    font-family: 'latoitalic';
}

.img51 {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 143px;
}

.sec43 .part4 .bg-white {
    padding: 20px 20px 20px 160px;
}

.sec44 .row {
    width: 65%;
    margin: 0 auto;
}

.img52 {
    width: 442px;
}

.sec47 .part2 .bg_white {
    background: #fff;
    border: 5px solid #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
    margin-top: 30px;
    display: inline-block;
    min-height: 320px;
    margin-bottom: 20px;
}

    .sec47 .part2 .bg_white label {
        background: #176895;
        position: absolute;
        top: -4px;
        left: 0;
        padding: 11px 17px 7px 17px;
        color: #ffff;
        font-family: 'latobold';
    }

    .sec47 .part2 .bg_white p {
        padding-top: 5px;
        text-transform: uppercase;
        font-family: 'latobold';
    }

.sec66 .part4 .bg_white {
    background: #fff;
    border: 5px solid #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
    margin-top: 30px;
    display: inline-block;
    min-height: 340px;
    margin-bottom: 20px;
}

    .sec66 .part4 .bg_white label {
        background: #176895;
        position: absolute;
        top: -4px;
        left: 5px;
        padding: 20px 17px 20px 17px;
        color: #ffff;
        font-family: 'latobold';
    }

    .sec66 .part4 .bg_white p {
        padding-top: 5px;
        text-transform: uppercase;
        font-family: 'latobold';
        padding-bottom: 5px;
        padding-left: 40px;
    }

.sec47 .part4 ul li, .sec52 .part2 ul li, .sec55 .part3 ul li, .sec56 .part3 ul li, .sec60 .part5 ul li, .sec63 .part2 ul li, .prime ul li {
    position: relative;
    background: #2592cf;
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 15px 20px 15px 50px;
    font-family: 'latoregular';
    color: #fff;
    box-sizing: border-box;
    font-size: 25px;
}

.sec47 .part4 ul {
    margin-top: 30px;
}

    .sec47 .part4 ul li:before {
        position: absolute;
        content: '';
        background: url(../images/tick1.png) no-repeat top left;
        background-size: 100%;
        width: 25px;
        height: 25px;
        top: 28px;
        left: 15px;
    }

.sec52 .part2 ul li:nth-child(3):before {
    top: 28px;
}

.sec52 .part2 ul li:before, .sec55 .part3 ul li:before, .sec56 .part3 ul li:before, .sec60 .part5 ul li:before, .sec63 .part2 ul li:before, .prime ul li:before {
    position: absolute;
    content: '';
    background: url(../images/tick1.png) no-repeat top left;
    background-size: 100%;
    width: 25px;
    height: 25px;
    top: 16px;
    left: 15px;
}

.sec47 .part4.row, .sec52 .part2 ul, .sec55 .part3.row, .sec56 .part3.row, .sec60 .part5.row {
    width: 96%;
    margin: 0 auto;
}


.pt-15 {
    padding-top: 15px;
}

.sec48, .sec55, .sec60, .sec66 {
    background: #f3fcff;
}

.img55 {
    width: 490px;
}

.sec48 .row.part3 {
    width: 95%;
    margin: 0px auto 0;
}

.sec48 .part3 .col-4 {
    padding-top: 40px;
}

.sec51 .part2 .light-blue, .sec51 .part2 .bg-white {
    min-height: 280px;
    display: inline-block;
    padding: 0 13px;
}

    .sec51 .part2 .light-blue p, .sec51 .part2 .bg-white p {
        font-size: 24px;
        text-align: center;
    }

.bg-blue-new {
    background: #166894;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.bg6 {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.img65 {
    width: 650px;
}

.sec52 .bg-white {
    padding: 0 0px 30px !important;
}

.img70 {
    margin-top: -20px;
    width: 340px;
}

.img71 {
    width: 460px;
}

.sec54 .part3 ul li {
    vertical-align: top;
    margin: 40px -2px 0px;
    display: inline-block;
    text-align: center;
    width: 33%;
    box-sizing: border-box;
    padding: 0 15px;
}

.img77 {
    width: 440px;
}

.img78 {
    width: 480px;
}

.sec56 .part3 ul li {
    box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 22%);
}

.img81, .img83 {
    width: 470px;
}

.img82 {
    width: 390px;
}

.img84 {
    width: 460px;
}

.sec62 .row.part2 {
    width: 96%;
    margin: 0 auto;
}

.sec62 .part2 ul li {
    background: #e5f3fb;
    width: 30%;
    box-sizing: border-box;
    padding: 0 20px 20px;
    margin: 0px 15px 160px;
    display: inline-block;
    vertical-align: top;
    min-height: 275px;
}

    .sec62 .part2 ul li img {
        margin-top: -138px;
    }

    .sec62 .part2 ul li:nth-child(4), .sec62 .part2 ul li:nth-child(5), .sec62 .part2 ul li:nth-child(6) {
        margin-bottom: 0px !important;
    }

.sec63 .part2 ul li, .prime ul li {
    box-shadow: 5px 5px 0px 0px rgb(0 0 0 / 22%);
}

.sec63 .part2.row {
    width: 97%;
    margin: 0 auto;
}

.sec63 .part4 .blue-box {
    background: #176895;
    box-shadow: 5px 5px 0px 0px rgb(0 0 0 / 22%);
    border-radius: 10px;
    margin-top: 20px;
    padding: 20px 20px 20px 0;
}

.sec63 .part4.row {
    width: 97%;
    margin: 0 auto;
}

.sec63 .part4 .white-new {
    background: #fff;
    margin-left: -3px;
    min-height: 40px;
    padding: 10px 5px 10px 5px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.sec63 .part4 .col-3 {
    padding-left: 0px;
    padding-right: 0px;
}

.sec63 .part4 .blue-box .col-9 p {
    color: #fff;
}

.pt-25 {
    padding-top: 25px;
}

.prime {
    background: #edf4f7;
    z-index: 1;
    padding: 100px 120px 120px;
}

    .prime:before {
        z-index: -1;
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        background-image: url(../images/prime-bg.png);
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }


.inactive-header {
    background: #182d64;
    background-size: cover;
}

.accordion-header {
    font-size: 32px;
    line-height: 30px;
    padding: 17px 20px 17px 90px;
    color: #fff;
    margin: 0px 0 20px 0;
    position: relative;
    text-align: left;
    background: #383838;
    font-family: 'latobold';
}

.accordion-content {
    font-family: 'supria_sansregular' !important;
    display: none;
    font-size: 22px !important;
    padding: 30px 20px 30px 25px;
    border-top: none !important;
    margin-bottom: 20px;
    width: 100% !important;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.81);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.27);
}

.supria-regular {
    font-family: 'supria_sansregular';
}

.accordion-content ul li {
    position: relative;
    font-size: 22px;
    font-family: 'supria_sansbold' !important;
    line-height: 30px;
    padding: 0 0 20px 40px;
}

    .accordion-content ul li:before {
        position: absolute;
        content: '';
        background: url(../images/tick1.png) no-repeat top left;
        background-size: 100%;
        width: 32px;
        height: 32px;
        top: -2px;
        left: 0px;
    }

.accordion-content p {
    font-family: 'supria_sansregular' !important;
    font-size: 22px !important;
}

h2.accordion-header.active-header {
    margin: 0 0 0px 0;
    background: #383838;
    color: #fff;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-size: cover;
    padding: 17px 20px 17px 90px;
    font-family: 'latobold';
}


h2.accordion-header span:after {
    content: '';
    width: 14px;
    height: 26px;
    top: 18px;
    right: -14px;
    /* background: url(../images/accordion_tip.png) no-repeat;*/
    position: absolute;
}

h2.accordion-header span {
    position: absolute;
    top: 0;
    left: 0;
    background: #176895;
    height: 100%;
    width: 60px;
    font-size: 35px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-family: 'Oswald-Bold';
}

.footer {
    background: #373737;
}

.privacy a {
    color: #dcdcdc;
    font-size: 17px;
    line-height: 20px;
    font-family: 'latobold';
}

.peak-logo {
    position: absolute;
    top: 50px;
    left: 60px;
}

.grey {
    color: #dcdcdc;
}

.company-name p {
    font-size: 18px;
    font-family: 'latoregular' !important;
    line-height: 24px;
    padding-bottom: 0px;
    color: #dcdcdc;
}

.grey-txt {
    color: #e9e9e9 !important;
    font-size: 14px !important;
}

.latoregu {
    font-family: 'latoregular' !important;
}

.footer p {
    font-size: 16px;
    color: #bfbfbf;
    line-height: 20px;
    font-family: 'latolight';
}

.refrence-txt p,
.refrence-txt li {
    font-size: 14px;
    padding-bottom: 5px;
    color: #e8e8e8;
    line-height: 18px;
    word-break: break-all;
    font-family: 'latolight';
}

.pr-10 {
    padding-right: 10px;
}

.white-box {
    background: #fff;
    padding: 0px 20px;
    width: 160px;
}

.bottes_sec .col-4 {
    padding-left: 0px;
    padding-right: 0px;
}

.bottle-center.center_bottle {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top: 1.5px solid #dddddd;
    border-right: 1.5px solid #dddddd;
    border-bottom: 1.5px solid #dddddd;
}

.bottle-center.left_bottle {
    border-top: 1.5px solid #dddddd;
    border-left: 1.5px solid #dddddd;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0;
    border-bottom: 1.5px solid #dddddd;
}

.bottle-center {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 8%);
    padding: 0 0 20px;
    overflow: hidden;
}

.right_bottle .pack-type {
    color: #fff !important;
}

.bottle-top-left {
    padding: 0px 0px 10px;
}

.bottle-top-center {
    padding: 0px 0px 10px;
}

.bottle-top-right {
    padding: 0px 0px 10px;
}

.bottle-center .pack-type {
    background: #ededed;
    background-size: cover;
    color: #010101;
    font-size: 30px;
    border-bottom: 1.5px solid #dddddd;
    text-transform: uppercase;
    padding: 15px 0 5px;
    font-family: barlow_condensedbold;
    line-height: 40px;
}

.bottle-center .bottle-top-left .pack-type {
    background: #ededed;
    background-size: cover;
    border-bottom: 1.5px solid #dddddd;
}

.bottle-center .bottle-top-right .pack-type {
    border-bottom: none;
    background: #176895;
    background-size: cover;
}

.bottle-center .supply {
    color: #000;
    text-transform: uppercase;
    padding: 22px 0 14px;
    font-family: 'barlow_condensedmedium';
    font-size: 34px;
}

.bottle-center .pack-pic {
    text-align: center;
    padding: 0px 0 0px;
}

.right_bottle .price-part {
    padding-top: 30px;
}


.right_bottle {
    z-index: 1;
    background: #dbf2ff;
    margin-top: -25px;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 26%);
}

.bottle-center .price.price-center {
    /*font-family: 'barlowextrabold';*/
    font-size: 50px;
    color: #176895;
    position: relative;
    display: inline-block;
    padding-bottom: 0;
    vertical-align: middle;
    line-height: 80px;
    font-weight: bold;
}

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

.bottle-center .price span {
    font-size: 40px;
    position: absolute;
    top: -15px;
    left: -21px;
    color: #176895;
}

.bottle-center .price-each {
    font-family: 'barlowextrabold';
    font-size: 40px;
    color: #176895;
    position: relative;
    display: inline-block;
    top: -7px;
    left: -3px;
}

    .bottle-center .price-each span {
        font-size: 35px;
        position: absolute;
        top: 28px;
        left: 2px;
        color: #176895;
        font-family: 'barlow_condensedregular';
        padding-top: 5px;
    }

a.pro_href_1, a.pro_href_6 {
    display: block;
    text-transform: uppercase;
    border: 1.5px solid #176895;
    border-radius: 50px;
    padding: 13px 10px 10px;
    font-size: 23px;
    line-height: 36px;
    font-family: 'barlowextrabold';
    text-decoration: none;
    color: #176895;
}

a.pro_href_3:hover {
    opacity: 0.9;
}

a.pro_href_1:hover, a.pro_href_6:hover {
    color: #111;
}

a.pro_href_3 {
    display: block;
    text-transform: uppercase;
    background: #176895;
    color: #fff;
    border-radius: 50px;
    padding: 13px 10px 10px;
    line-height: 36px;
    font-size: 22px;
    font-family: 'barlowextrabold';
}

.bottle-center .center-content {
    padding: 0 30px;
}

.bottle-center .fat-loss {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
    padding: 0px 0 10px 0px;
    position: relative;
    font-family: barlowbold;
}

.bottle-center .center-content p {
    color: #000;
}

.bottle-center .fat-loss.free-ship {
    border-top: none;
}

.bottle-center .fat-loss img {
    /*position:absolute;*/
    top: 10px;
    left: 5px;
}

p.save-percent {
    font-size: 24px;
    font-family: 'barlowbold';
    line-height: 34px;
    text-align: center;
    padding-bottom: 10px;
}

p.today-price {
    padding-bottom: 0px !important;
    font-size: 24px !important;
    color: #676767 !important;
    font-family: 'barlowmedium' !important;
    text-align: center;
    line-height: 34px;
}

p.fat-loss.free-ship {
    font-size: 24px;
    padding-bottom: 0;
}

p.save_price {
    font-size: 24px;
    font-family: 'barlowmedium';
    padding-bottom: 0;
    text-decoration: line-through;
    color: #ff0000 !important;
    text-align: center;
}

.border_bottle {
    background: #fff;
    border-radius: 10px;
}

.rage {
    font-family: 'Rage';
}







@media (min-width: 1250px) {
    .container {
        width: 1100px;
    }
}


@media (min-width: 920px) {
    .col-12 {
        width: 100%;
    }

    .col-11 {
        width: 91.66666667%;
    }

    .col-10 {
        width: 83.33333333%;
    }

    .col-9 {
        width: 75%;
    }

    .col-8 {
        width: 66.66666667%;
    }

    .col-7 {
        width: 58.33333333%;
    }

    .col-6 {
        width: 50%;
    }

    .col-5 {
        width: 41.66666667%;
    }

    .col-4 {
        width: 33.33333333%;
    }

    .col-3 {
        width: 25%;
    }

    .col-2 {
        width: 16.66666667%;
    }

    .col-1 {
        width: 8.33333333%;
    }
}

@media screen and (min-width: 2451px) and (max-width: 2600px) {

    .img2 {
        right: 590px;
        width: 740px;
    }

    .peak-logo {
        left: 28%;
    }
}

@media screen and (min-width: 2201px) and (max-width: 2450px) {
    .img2 {
        right: 520px;
        width: 740px;
    }

    .peak-logo {
        left: 27%;
    }
}

@media screen and (min-width: 2051px) and (max-width: 2200px) {

    .img2 {
        right: 410px;
        width: 740px;
    }

    .peak-logo {
        left: 24%;
    }
}

@media screen and (min-width: 1921px) and (max-width: 2050px) {

    .img2 {
        right: 310px;
        width: 740px;
    }

    .peak-logo {
        left: 22%;
    }
}



@media screen and (min-width: 1681px) and (max-width: 1920px) {

    .img2 {
        right: 250px;
        width: 740px;
    }

    .peak-logo {
        left: 20%;
    }
}




@media screen and (min-width: 1601px) and (max-width: 1680px) {
    .img2 {
        right: 130px;
        width: 740px;
    }

    .peak-logo {
        left: 16%;
    }
}

@media screen and (min-width: 1441px) and (max-width: 1600px) {
    .img2 {
        right: 90px;
        width: 740px;
    }

    .peak-logo {
        left: 14%;
    }
}

@media screen and (min-width: 1369px) and (max-width: 1440px) {
    .img2 {
        position: absolute;
        right: 0px;
        top: 0;
        width: 780px;
    }

    .peak-logo {
        left: 10%;
    }
}


@media screen and (min-width: 1281px) and (max-width: 1368px) {

    .img2 {
        position: absolute;
        right: 0px;
        top: 0;
        width: 700px;
    }

    .peak-logo {
        left: 110px;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1280px) {
}

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

    .peak-logo {
        left: 0px;
    }
}



@media (max-width: 1080px) {
    .text-extra-large-75 {
        font-size: 73px;
        line-height: 93px;
    }

    .pt-40 {
        padding-top: 30px;
    }

    .img2 {
        right: -110px;
    }

    .pt-50 {
        padding-top: 30px;
    }

    .pb-50 {
        padding-bottom: 30px;
    }

    .mt-50 {
        margin-top: 30px;
    }

    .sec12 .part4 .light_blue.light_blue_new p, .sec18 .part2 .light_blue.lighty_blues_new p, .sec23 .part2 .light_blue.lighty_blues_new p, .sec23 .part6 .light_blue.lighty_blues_new p {
        padding: 20px 10px 20px;
    }

    .acid_ingre p, p, .sec10 .part1 .light-blue p, .sec10 .part1 .bg-white p, .sec11 ul li, .sec66 .part2 ul li, .sec66 .part6 ul li, .sec17 .part1 ul li, .sec23 .part4 ul li, .sec31 .bg5 ul li, .sec38 ul li, .sec43 .part2 ul li, .sec47 .part4 ul li, .sec52 .part2 ul li, .sec55 .part3 ul li, .sec56 .part3 ul li, .sec60 .part5 ul li, .sec63 .part2 ul li, .prime ul li {
        font-size: 24px;
    }

    h1 {
        font-size: 46px;
        line-height: 56px;
    }

    .blue-bg:after {
        width: 87px;
        height: 42px;
        bottom: -31px;
    }

    .pt-70 {
        padding-top: 50px;
    }

    .text-large-54 {
        font-size: 50px;
        line-height: 60px;
    }

    .f30 {
        font-size: 28px;
        line-height: 32px;
    }

    .sec36 .text-medium-32, .sec42 .text-medium-32, .sec44 .text-medium-32 {
        font-size: 31px;
        line-height: 30px;
    }

    .darken-blue {
        padding: 8px 5px 8px !important;
    }

    .sec47 .part2 .bg_white label {
        padding: 11px 17px 11px 17px;
    }

    .text-extra-large-70 {
        font-size: 65px;
        line-height: 75px;
    }

    .sec47 .part4.row, .sec52 .part2 ul, .sec55 .part3.row, .sec56 .part3.row, .sec60 .part5.row {
        width: 97%;
    }

    .sec62 .part2 ul li {
        width: 29%;
    }

    .prime {
        padding: 100px 110px 120px;
    }

    .bottle_outer .col-12 {
        width: 95%;
        float: none;
        display: block;
        margin: 0 auto;
    }

    .peak-logo {
        left: 0px;
    }

    .img7, .img38, .img61 {
        margin-top: -110px;
    }

    .sec62 .part2 ul li img {
        margin-top: -126px;
    }

    .bottle_outer.pt-70 {
        padding-top: 30px;
    }
}

@media (max-width: 1050px) {
    .text-extra-large-75 {
        font-size: 70px;
        line-height: 90px;
    }

    .acid_ingre p, p, .sec10 .part1 .light-blue p, .sec10 .part1 .bg-white p, .sec11 ul li, .sec66 .part2 ul li, .sec66 .part6 ul li, .sec17 .part1 ul li, .sec23 .part4 ul li, .sec31 .bg5 ul li, .sec38 ul li, .sec43 .part2 ul li, .sec47 .part4 ul li, .sec52 .part2 ul li, .sec55 .part3 ul li, .sec56 .part3 ul li, .sec60 .part5 ul li, .sec63 .part2 ul li, .prime ul li, .sec28 .part2 .light-blue p, .sec28 .part2 .bg-white p, .sec51 .part2 .light-blue p, .sec51 .part2 .bg-white p {
        font-size: 23px;
    }

    h1 {
        font-size: 44px;
        line-height: 54px;
    }

    .img7, .img38, .img61 {
        margin-top: -106px;
    }

    .sec36 .text-medium-32, .sec42 .text-medium-32, .sec44 .text-medium-32 {
        font-size: 30px;
        line-height: 30px;
    }

    .darken-blue {
        padding: 7px 5px 7px !important;
    }

    .sec47 .part2 .bg_white {
        min-height: 310px;
    }

    .text-extra-large-70 {
        font-size: 60px;
        line-height: 70px;
    }

    .img71 {
        width: 420px;
    }

    .sec62 .part2 ul li img {
        margin-top: -122px;
    }

    .accordion-header {
        font-size: 30px;
    }
}

@media (max-width: 1024px) {
    .text-extra-large-75 {
        font-size: 68px;
        line-height: 88px;
    }

    .text-medium-32 {
        font-size: 30px;
        line-height: 40px;
    }

    .acid_ingre p, p, .sec10 .part1 .light-blue p, .sec10 .part1 .bg-white p, .sec11 ul li, .sec66 .part2 ul li, .sec66 .part6 ul li, .sec17 .part1 ul li, .sec23 .part4 ul li, .sec31 .bg5 ul li, .sec38 ul li, .sec43 .part2 ul li, .sec47 .part4 ul li, .sec52 .part2 ul li, .sec55 .part3 ul li, .sec56 .part3 ul li, .sec60 .part5 ul li, .sec63 .part2 ul li, .prime ul li, .sec28 .part2 .light-blue p, .sec28 .part2 .bg-white p, .sec51 .part2 .light-blue p, .sec51 .part2 .bg-white p {
        font-size: 21px;
    }

    .img2 {
        right: -140px;
    }

    h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .sec10 .part1 .light-blue, .sec10 .part1 .bg-white {
        min-height: 355px;
    }

    .sec12 .part4 .light_blue, .sec18 .part2 .light_blue {
        min-height: 305px;
    }

        .sec18 .part2 .light_blue.light_blues_new p {
            padding: 42px 10px 42px;
        }

    .sec23 .part2 .light_blue {
        min-height: 328px;
    }

    .sec23 .part6 .light_blue {
        min-height: 320px;
    }

    .text-large-54 {
        font-size: 45px;
        line-height: 55px;
    }

    .img7, .img38, .img61 {
        margin-top: -103px;
    }

    .sec36 .text-medium-32, .sec42 .text-medium-32, .sec44 .text-medium-32 {
        font-size: 30px;
        line-height: 30px;
    }

    .darken-blue {
        padding: 5px 5px 5px !important;
    }

    .sec38 ul li {
        padding: 15px 20px 15px 70px;
    }

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

    .sec47 .part2 .bg_white {
        min-height: 300px;
    }

    .sec62 .part2 ul li img {
        margin-top: -119px;
    }

    .pt-25 {
        padding-top: 15px;
    }

    .prime {
        padding: 100px 90px 120px;
    }

    .right_bottle .pack-pic {
        padding-top: 15px;
    }

    .right_bottle {
        margin-top: -20px;
    }

    .sec66 .part4 .bg_white {
        min-height: 320px;
    }
}

@media (max-width: 992px) {
    .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
        width: 100%;
    }
}

@media (max-width: 992px) {

    .bottle_outer .col-12 {
        width: 100%;
    }

    .packages {
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }

    .p1 {
        order: 3;
    }

    .p2 {
        order: 1;
    }

    .p3 {
        order: 2;
    }

    .text-extra-large-75 {
        font-size: 65px;
        line-height: 85px;
    }

    .img1, .img3, .img4, .img5, .img15, .img22, .img23, .img33, .img35, .img47, .img48, .img49, .img50, .img52, .img55, .img59, .img77, .img79, .img83, .img37 {
        display: block;
        margin: 0 auto 20px;
    }

    .img2 {
        display: none;
    }

    .mob1, .img17, .img21, .img34, .img36, .img60, .img70, .img71, .img78, .img81, .img82, .img84 {
        display: block;
        margin: 20px auto 20px;
    }

    .img11, .img16, .img45 {
        margin: 20px auto 0px;
        display: block;
    }



    .sec6 .part2, .sec18 .part4, .sec20 .part2, .sec24 .part2, .sec25 .part1, .sec37 .part1, .sec41 .part1, .sec43 .part1, .sec45 .part1, .sec48 .part2, .sec49 .part2, .sec54 .part1, .sec55 .part2, .sec56 .part2, .sec59 .part1, .sec60 .part2, .sec60 .part4, .sec27 .part2 {
        display: flex;
        flex-flow: column-reverse;
    }

    .img6 {
        opacity: 0.2;
    }

    .sec10 .part1 .light-blue, .sec10 .part1 .bg-white {
        min-height: auto;
        padding-bottom: 20px !important;
        margin-bottom: 140px;
    }

    .img7, .img38, .img61 {
        margin-top: -120px;
        display: block;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .sec10 .part1 .bg-white.bg-new-white, .sec28 .part2 .bg-white.bg-new-white, .sec51 .part2 .bg-white.bg-new-white {
        margin-bottom: 0px !important;
    }

    .mb-30 {
        margin-bottom: 20px;
    }

    .sec12 .part4 .col-4, .sec18 .part2 .col-4, .sec23 .part2 .col-4, .sec23 .part6 .col-4, .sec33 .col-4 {
        width: 33.33%;
    }

    .sec33 .col-8 {
        width: 66.66%;
    }

    .sec13 .part2 {
        width: 96%;
        margin: 0 auto;
    }

    .acid_ingre {
        min-height: auto;
    }

        .acid_ingre p, p, .sec10 .part1 .light-blue p, .sec10 .part1 .bg-white p, .sec11 ul li, .sec66 .part2 ul li, .sec66 .part6 ul li, .sec17 .part1 ul li, .sec23 .part4 ul li, .sec31 .bg5 ul li, .sec38 ul li, .sec43 .part2 ul li, .sec47 .part4 ul li, .sec52 .part2 ul li, .sec55 .part3 ul li, .sec56 .part3 ul li, .sec60 .part5 ul li, .sec63 .part2 ul li, .prime ul li, .sec28 .part2 .light-blue p, .sec28 .part2 .bg-white p, .sec51 .part2 .light-blue p, .sec51 .part2 .bg-white p {
            font-size: 20px;
        }

    .accordion-content p, .accordion-content ul li {
        font-size: 20px !important;
    }

    .sec17 .part2 .col-5, .sec17 .part2 .col-7, .sec35 .part1 .col-5, .sec35 .part1 .col-7, .sec19 .part2 .col-7 {
        width: 100%;
    }

        .sec17 .part2 .col-5.pt-30, .sec17 .part2 .col-7.pt-30, .sec18 .part4 .col-6.pt-20, .sec24 .part3 .col-6.pt-20, .sec26 .part2 .col-6.pt-20, .sec28 .part2 .light-blue p.pt-30, .sec28 .part3 .col-12.pt-30, .sec49 .part3 .col-5.pt-20, .sec49 .part3 .col-7.pt-20, .sec10 .part2 .col-12.pt-30, .sec51 .part3 .col-12.pt-30, .sec54 .part2 .col-6.pt-20, .sec55 .part4 .col-6.pt-30, .sec59 .part2 .col-6.pt-20, .sec60 .part3 .col-6.pt-20, .sec60 .part4 .col-6.pt-20, .sec27 .part2 .col-6.pt-20 {
            padding-top: 0px;
        }

    .text-large-54 {
        font-size: 40px;
        line-height: 50px;
    }

    .sec28 .part2 .light-blue, .sec28 .part2 .bg-white, .sec51 .part2 .light-blue, .sec51 .part2 .bg-white {
        min-height: auto;
        padding: 0 13px 20px;
        margin-bottom: 140px;
    }

    .pb-150 {
        padding-bottom: 140px;
    }

    .sec31 .bg5 ul li, .sec38 ul li {
        padding: 15px 20px 15px 70px;
    }

        .sec31 .bg5 ul li:before, .sec38 ul li:before {
            top: 18px;
        }

    .f30 {
        font-size: 26px;
        line-height: 27px;
    }

    .sec36 .col-2, .sec42 .col-2, .sec44 .col-2 {
        width: 16.66%;
    }

    .sec36 .col-10, .sec42 .col-10, .sec44 .col-10 {
        width: 83.33%;
    }

    .sec39 .col-6.pr-0 {
        padding-right: 15px !important;
    }

    .sec39 .col-6.pl-0 {
        padding-left: 15px !important;
    }

    .sec43 .part2 ul li label {
        font-size: 20px;
    }

    .sec44 .row {
        width: 70%;
        margin: 0 auto;
    }

    .sec47 .part2 .col-6, .sec52 .part3 .col-6, .sec52 .part4 .col-6, .sec66 .part4 .col-6 {
        width: 50%;
    }

    .sec47 .part4 ul li:before {
        top: 16px;
    }

    .sec48 .part3 .col-4 {
        padding-top: 20px;
    }

        .sec48 .part3 .col-4 p br {
            display: none;
        }

    .text-extra-large-70 {
        font-size: 55px;
        line-height: 65px;
    }

    .sec54 .part3 ul li {
        width: 100%;
        margin: 20px -2px 0px;
    }

    .sec62 .part2 ul li {
        width: 100%;
        margin: 0px 15px 150px;
    }

        .sec62 .part2 ul li:nth-child(4), .sec62 .part2 ul li:nth-child(5) {
            margin-bottom: 150px !important;
        }

        .sec62 .part2 ul li:nth-child(6) {
            margin-bottom: 0px !important;
        }

    .sec63 .part4 .col-3 {
        width: 25%;
    }

    .sec63 .part4 .col-9 {
        width: 75%;
    }

    .bottes_sec .col-4 {
        padding-left: 15px;
        padding-right: 15px;
        /*width: 340px;*/
        display: block;
        margin: 0 auto 30px;
    }

    .bottle-center.center_bottle {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-left: 1.5px solid #dddddd;
    }

    .bottle-center.left_bottle {
        border-right: 1.5px solid #dddddd;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .sec66.mt-50 {
        margin-top: 0px;
    }

    sup {
        font-size: 14px;
        top: -8px;
    }

    .right_bottle {
        margin-top: 0;
    }

    .sec62 .row.part2 {
        width: 100%;
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (max-width: 980px) {
    .sec47 .part2 .bg_white {
        min-height: 290px;
    }

    .sec66 .part4 .bg_white {
        min-height: 300px;
    }

    .accordion-header {
        font-size: 28px;
    }
}

@media (max-width: 960px) {
    .text-medium-32 {
        font-size: 29px;
        line-height: 39px;
    }

    .text-extra-large-75 {
        font-size: 64px;
        line-height: 84px;
    }
}

@media (max-width: 900px) {
    h1, .text-large-54 {
        font-size: 38px;
        line-height: 48px;
    }

    .text-extra-large-75 {
        font-size: 59px;
        line-height: 79px;
    }

    .text-medium-32 {
        font-size: 27px;
        line-height: 37px;
    }

    .sec11 ul li:before {
        width: 30px;
        height: 30px;
        top: -2px;
    }

    .sec12 .part4 .light_blue {
        min-height: 285px;
    }

    .sec18 .part2 .light_blue {
        min-height: 295px;
    }

    .sec23 .part2 .light_blue {
        min-height: 308px;
    }

    .sec23 .part6 .light_blue {
        min-height: 327px;
    }

    .sec27 .part1 p.light-blue {
        padding: 20px 40px;
    }

    .darken-blue {
        padding: 4px 5px 4px !important;
    }

    .sec36 .text-medium-32, .sec42 .text-medium-32, .sec44 .text-medium-32 {
        font-size: 29px;
        line-height: 30px;
    }

    .sec43 .part4 .bg-white {
        padding: 20px 20px 20px 20px;
    }

    .img51 {
        position: inherit;
        top: 0;
        left: 0;
        width: 148px;
        right: 0;
        margin: 0 auto 20px;
        display: block;
    }

    .sec47 .part2 .bg_white {
        min-height: 270px;
    }

    .text-extra-large-70 {
        font-size: 50px;
        line-height: 60px;
    }

    .prime {
        padding: 90px 90px 110px;
    }

    .sec66 .part4 .bg_white {
        min-height: 280px;
    }
}


@media (max-width: 830px) {
    .text-extra-large-75 {
        font-size: 54px;
        line-height: 74px;
    }

    .text-medium-32 {
        font-size: 24px;
        line-height: 34px;
    }

    .sec12 .part4 .col-4, .sec18 .part2 .col-4, .sec23 .part2 .col-4, .sec23 .part6 .col-4 {
        width: 45% !important;
        display: block !important;
        margin: 0 auto !important;
        float: none;
    }

    .sec12 .part4 .light_blue, .sec18 .part2 .light_blue, .sec23 .part2 .light_blue, .sec23 .part6 .light_blue {
        margin-bottom: 0px;
    }

        .sec12 .part4 .light_blue.light_new_blue, .sec18 .part2 .light_blue.light_new_blue, .sec23 .part2 .light_blue.light_new_blue, .sec23 .part6 .light_blue.light_new_blue {
            margin-bottom: 30px;
        }

    .sec18 .part2 .light_blue, .sec12 .part4 .light_blue, .sec23 .part2 .light_blue, .sec23 .part6 .light_blue {
        min-height: auto;
    }

        .sec18 .part2 .light_blue.light_blues_new p {
            padding: 20px 10px 20px;
        }

    .sec27 .part1 p.light-blue {
        padding: 20px 10px;
    }

    .sec33 .col-4, .sec33 .col-8 {
        width: 100%;
    }

    .img42, .img43, .img44 {
        display: block;
        margin: 0 auto 20px;
    }

    .sec33 .col-8 p.pt-20, .sec33 .col-8 p.pt-30 {
        padding-top: 0px;
    }

    .sec36 .row {
        width: 75%;
    }

    .sec42 .row {
        width: 90%;
    }

    .sec44 .row {
        width: 80%;
    }

    .sec47 .part2 .bg_white {
        min-height: 250px;
    }

    .text-extra-large-70 {
        font-size: 45px;
        line-height: 55px;
    }

    h1, .text-large-54 {
        font-size: 36px;
        line-height: 46px;
    }

    .sec62 .part2 ul li {
        width: 100%;
        min-height: auto;
        margin: 0px 15px 180px;
    }

        .sec62 .part2 ul li img {
            margin-top: -155px;
        }

        .sec62 .part2 ul li:nth-child(4), .sec62 .part2 ul li:nth-child(5) {
            margin-bottom: 180px !important;
        }

    .prime {
        padding: 90px 80px 110px;
    }

    .sec66 .part4 .bg_white label {
        left: 4px;
    }

    .sec66 .part4 .bg_white {
        min-height: 260px;
    }
}

@media (max-width: 820px) {
    .text-extra-large-75 {
        font-size: 53px;
        line-height: 73px;
    }

    .text-medium-32 {
        font-size: 24px;
        line-height: 34px;
    }

    .darken-blue {
        padding: 3px 5px 3px !important;
    }

    .sec36 .row {
        width: 80%;
    }

    .sec38 ul li {
        padding: 0px 20px 15px 70px;
    }

        .sec38 ul li:first-child {
            padding-top: 15px;
        }

    h1, .text-large-54 {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width: 770px) {
    .text-extra-large-75 {
        font-size: 50px;
        line-height: 70px;
    }

    .text-medium-32 {
        font-size: 23px;
        line-height: 33px;
    }

    .blue-bg:after {
        width: 67px;
        height: 32px;
        bottom: -24px;
    }

    .darken-blue {
        padding: 2px 5px 2.5px !important;
    }

    .sec36 .text-medium-32, .sec42 .text-medium-32, .sec44 .text-medium-32 {
        font-size: 28px;
        line-height: 30px;
    }

    .sec44 .row {
        width: 85%;
    }

    .sec47 .part2 .bg_white {
        min-height: 235px;
    }

    h1, .text-large-54 {
        font-size: 33px;
        line-height: 43px;
    }

    .prime {
        padding: 90px 70px 110px;
    }

    .sec66 .part4 .bg_white {
        min-height: 250px;
    }

    .accordion-header {
        font-size: 26px;
    }

    .faq p.pt-30 {
        padding-top: 10px;
    }
}

@media (max-width: 740px) {

    .text-extra-large-75 {
        font-size: 46px;
        line-height: 66px;
    }

    .plr-20 {
        padding-left: 0;
        padding-right: 0;
    }

    .darken-blue {
        padding: 1px 5px 1.5px !important;
    }

    .sec47 .part2 .bg_white {
        min-height: 228px;
    }

    .text-extra-large-70 {
        font-size: 42px;
        line-height: 52px;
    }

    h1, .text-large-54 {
        font-size: 32px;
        line-height: 42px;
    }

    .sec66 .part4 .col-6 p br {
        display: none;
    }

    .sec66 .part4 .bg_white {
        min-height: 240px;
    }

    .accordion-content ul li:before {
        width: 28px;
        height: 28px;
    }
}


@media (max-width: 670px) {
    .text-extra-large-75 {
        font-size: 45px;
        line-height: 65px;
    }

    .text-medium-32 {
        font-size: 21px;
        line-height: 31px;
    }

    h1 br, h2 br {
        display: none;
    }

    p.save-percent {
        font-size: 21px;
    }

    h1, .text-large-54 {
        font-size: 30px;
        line-height: 40px;
    }

    .darken-blue {
        padding: 0px 5px 0px !important;
    }

    .sec36 .row {
        width: 90%;
    }

    .sec44 .row {
        width: 95%;
    }

    .sec47 .part2 .bg_white p {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .sec47 .part2 .col-6, .sec52 .part3 .col-6, .sec52 .part4 .col-6, .sec66 .part4 .col-6 {
        width: 70%;
        float: none;
        display: block;
        margin: 0 auto 20px;
    }

    .sec47 .part2 .bg_white {
        margin-top: 0px;
    }

        .sec47 .part2 .bg_white.bg_update_white {
            margin-top: 20px;
        }

    .sec52 .part4.pt-30, .sec52 .part5.pt-30 {
        padding-top: 0px;
    }

    .f27 {
        font-size: 24px;
        line-height: 28px;
    }

    .prime {
        padding: 20px 20px 20px;
        border: 5px solid #166894;
    }

        .prime:before {
            display: none;
        }

    .sec66 .part4 .bg_white label {
        padding: 10px 17px 10px 17px;
    }

    .sec66 .part4 .bg_white p {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .sec66 .part4 .bg_white label.number-two {
        padding: 25px 17px 25px 17px;
    }
}

@media (max-width: 640px) {
    .text-extra-large-75 {
        font-size: 43px;
        line-height: 63px;
    }

    .sec12 .part4 .col-4, .sec18 .part2 .col-4, .sec23 .part2 .col-4, .sec23 .part6 .col-4 {
        width: 59% !important;
    }

    .sec42 .row, .sec44 .row {
        width: 100%;
    }

    .sec54 .part3 ul li {
        padding: 0px 0px;
    }

    .f27 {
        font-size: 22px;
        line-height: 26px;
    }

    .sec66 .part4 .bg_white label {
        padding: 10px 12px 10px 12px;
    }

        .sec66 .part4 .bg_white label.number-two {
            padding: 25px 12px 25px 12px;
        }
}

@media (max-width: 570px) {
    .text-extra-large-75 {
        font-size: 38px;
        line-height: 52px;
    }

    h1, .text-large-54 {
        font-size: 29px;
        line-height: 39px;
    }

    .img6 {
        top: 2px;
    }

    .sec12 .part4 .col-4, .sec18 .part2 .col-4, .sec23 .part2 .col-4, .sec23 .part6 .col-4 {
        width: 65% !important;
    }

    .sec36 .row {
        width: 100%;
    }

    .sec36 .col-2, .sec42 .col-2, .sec44 .col-2 {
        width: 100%;
    }

    .sec36 .col-10, .sec42 .col-10, .sec44 .col-10 {
        width: 100%;
    }

    .darken-blue {
        border-top-left-radius: 0px;
        padding: 10px 0px !important;
        border-bottom-left-radius: 0px;
    }

    .dark-blue {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .sec66 .part4 .bg_white label.number-two {
        padding: 12px 12px 12px 12px;
    }

    .sec47 .part2 .col-6, .sec52 .part3 .col-6, .sec52 .part4 .col-6, .sec66 .part4 .col-6 {
        width: 100%;
    }

    .accordion-header {
        font-size: 24px;
    }

    .f27 {
        font-size: 20px;
        line-height: 24px;
    }

    .sec66 .part4 .col-6.mb-0, .sec47 .part2 .col-6.mb-0 {
        margin-bottom: 0px !important;
    }
}

@media (max-width: 480px) {

    .text-extra-large-75 {
        font-size: 31px;
        line-height: 45px;
    }

    .text-medium-32 {
        font-size: 20px;
        line-height: 30px;
    }

    .img6 {
        display: none;
    }

    .sec12 .part4 .col-4, .sec18 .part2 .col-4, .sec23 .part2 .col-4, .sec23 .part6 .col-4 {
        width: 78% !important;
    }

    .text-extra-large-70 {
        font-size: 39px;
        line-height: 49px;
    }

    .img71 {
        width: 350px;
    }

    .sec63 .part4 .col-3 {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }

    .sec63 .part4 .col-9 {
        width: 100%;
    }

    .sec63 .part4 .blue-box {
        padding-right: 0px;
        padding-top: 10px;
    }

    .sec63 .part4 .white-new {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        margin-left: 0px;
        min-height: auto;
        margin-bottom: 15px;
    }

    .sec66 .part4 .bg_white label.number-two {
        padding: 25px 12px 25px 12px;
    }

    .peak-logo {
        position: inherit;
        top: 0;
        left: 0;
        right: 0;
        display: block;
        margin: 0 auto 10px;
    }

    .sec28 .part2 .light-blue, .sec28 .part2 .bg-white, .sec51 .part2 .light-blue, .sec51 .part2 .bg-white {
        padding: 0 15px 20px;
    }

    .sec48 .row.part3 {
        width: 100%;
        margin: 0px auto 0;
    }

    .sec36 .col-10 h1, .sec42 .col-10 h1, .sec44 .col-10 h1 {
        font-size: 27px !important;
        line-height: 37px !important;
    }
}

@media (max-width: 420px) {

    h1, .text-large-54 {
        font-size: 25px;
        line-height: 35px;
    }

    .sec12 .part4 .col-4, .sec18 .part2 .col-4, .sec23 .part2 .col-4, .sec23 .part6 .col-4 {
        width: 90% !important;
    }

    .text-extra-large-70 {
        font-size: 36px;
        line-height: 46px;
    }

    .sec66 .part4 .bg_white label {
        padding: 25px 12px 25px 12px;
    }

    a.pro_href_1, a.pro_href_6, a.pro_href_3 {
        font-size: 18px;
    }

    .header {
        background-size: cover;
    }

    .sec36 .col-10 h1, .sec42 .col-10 h1, .sec44 .col-10 h1 {
        font-size: 23px !important;
        line-height: 33px !important;
    }
}


@media (max-width: 400px) {
    .sec12 .part4 .col-4, .sec18 .part2 .col-4, .sec23 .part2 .col-4, .sec23 .part6 .col-4 {
        width: 94% !important;
    }

    .sec31 .bg5 ul li, .sec38 ul li {
        padding: 15px 20px 15px 60px;
    }

        .sec31 .bg5 ul li:before, .sec38 ul li:before {
            left: 20px;
        }

    .sec66 .part4 .bg_white p {
        padding-left: 50px;
    }
}


@media (max-width: 380px) {
    .bottes_sec .col-4 {
        width: 100%;
    }

    .sec12 .part4 .col-4, .sec18 .part2 .col-4, .sec23 .part2 .col-4, .sec23 .part6 .col-4 {
        width: 99% !important;
    }

    .text-extra-large-70 {
        font-size: 32px;
        line-height: 42px;
    }

    .sec62 .part2 ul li img {
        margin-top: -145px;
    }

    .text-large-60 {
        font-size: 50px;
        line-height: 60px;
    }
}


@media (max-width: 360px) {
    h1, .text-large-54 {
        font-size: 21px;
        line-height: 34px;
    }

    .sec12 .part4 .col-4, .sec18 .part2 .col-4, .sec23 .part2 .col-4, .sec23 .part6 .col-4 {
        width: 100% !important;
    }

    .f30 {
        font-size: 24px;
        line-height: 26px;
    }

    .sec47 .part2 .bg_white p {
        padding-left: 40px;
    }

    .sec62 .part2 ul li img {
        margin-top: -135px;
    }

    .sec62 .part2 ul li {
        margin: 0px 15px 160px;
    }

        .sec62 .part2 ul li:nth-child(4), .sec62 .part2 ul li:nth-child(5) {
            margin-bottom: 160px !important;
        }

    .accordion-header {
        font-size: 23px;
    }

    .acid_ingre {
        padding: 20px 20px 20px 50px;
    }
}


@media (max-width: 320px) {
    .text-extra-large-75 {
        font-size: 29px;
        line-height: 44px;
    }

    .f30 {
        font-size: 22px;
        line-height: 24px;
    }

    .sec36 .text-medium-32, .sec42 .text-medium-32, .sec44 .text-medium-32 {
        font-size: 24px;
        line-height: 27px;
    }

    .sec47 .part2 .bg_white {
        min-height: auto;
    }

    .sec62 .part2 ul li img {
        margin-top: -113px;
    }

    .sec62 .part2 ul li {
        margin: 0px 15px 140px;
    }

        .sec62 .part2 ul li:nth-child(4), .sec62 .part2 ul li:nth-child(5) {
            margin-bottom: 140px !important;
        }

    a.pro_href_1, a.pro_href_6 {
        padding: 10px 30px 10px;
    }

    a.pro_href_3 {
        padding: 13px 30px 10px;
    }

    .bottle-center .center-content {
        padding: 0 20px;
    }

    .text-large-60 {
        font-size: 45px;
        line-height: 55px;
    }

    .sec36 .col-10 h1, .sec42 .col-10 h1, .sec44 .col-10 h1 {
        font-size: 21px !important;
        line-height: 31px !important;
    }
}

.sec1 ul {
    margin-left: 20px;
}

    .sec1 ul li:before {
        position: absolute;
        content: '';
        background: url(../images/blue-dot.png) no-repeat top left;
        background-size: 100%;
        width: 18px;
        height: 18px;
        top: 5px;
        left: 0px;
    }

    .sec1 ul li {
        position: relative;
        font-family: 'latoregular';
        font-size: 24px;
        line-height: 30px;
        padding: 0px 20px 20px 30px;
    }


b {
    font-family: 'latobold';
}

.bot-num {
    font-weight: 400 !important;
    font-size: 26px;
}

/**/

.br-33 {
    border-radius: 33px;
}

.ptxt1 p {
    font-size: 26px;
}

.ptxt2 h1 {
    font-size: 40px;
}

.btl-txt {
    font-size: 19px;
    text-align: center;
}

.link-title a {
    color: #007bff;
    display: inline-block;
    line-height: 27px;
    /* font-style: italic; */
    font-size: 22px;
    text-decoration: underline;
}

    .link-title a:hover {
        cursor: pointer;
        color: #1057a3;
        text-decoration: underline;
    }

.bg-new {
    background: #e9f3fb82;
    border: 1px solid #c3c0c0;
    padding: 20px;
}

.ofr-btn {
    font-size: 42px;
    font-weight: bold;
    text-decoration: none;
    font-family: barlow_condensedbold;
    color: #111;
    background-image: linear-gradient(#f0b127, #f7ce66);
    border: 1px solid #f0b127;
    padding: 19px 20px 16px 20px;
    border-radius: 10px;
    display: inline-block;
}

    .ofr-btn:hover {
        opacity: 0.9;
        color: #222;
    }

.footer {
    background: #fff;
    box-shadow: 0 0 6px 0 #b3b1b1;
    padding: 50px 0px;
    margin-top: 10px;
}

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

    .footer-section li a {
        font-family: 'latoregular';
        color: #727272;
        font-size: 17px !important;
        letter-spacing: 0.5px !important;
        padding-right: 30px;
        padding-left: 30px;
    }

        .footer-section li a:hover {
            color: #000;
            cursor: pointer;
        }



.myref p {
    margin-top: 20px;
    font-size: 13px;
    word-break: break-all;
    color: #000;
    padding-left: 10px;
    padding-right: 10px;
}

.contact-link span:first-child {
    font-size: 1em;
    color: #998f83;
    margin-bottom: 2px;
    font-family: 'latoregular';
}

.contact-link span {
    display: block;
    font-weight: 600;
    line-height: 1;
    font-family: 'latobold';
}

    .contact-link span:last-child {
        font-size: 1.36316em;
        color: #000;
        font-weight: bold;
        font-family: 'latoregular';
        padding-top: 3px;
    }

#footer-light-ref {
    background: #f4f4f4 !important;
    padding: 30px 10px 30px 10px;
    font-size: 18px;
    color: #808080 !important;
    font-family: 'latoregular';
    overflow: hidden;
    text-align: center;
}

    #footer-light-ref li {
        display: inline-block;
    }

    #footer-light-ref p {
        /*background: #fff !important;*/
        text-align: center !important;
        color: #808080 !important;
        font-size: 12px !important;
        color: #808080 !important;
        margin-top: 10px !important;
        margin-bottom: 0 !important;
        padding-bottom: 0px;
        line-height:1.5
    }

    #footer-light-ref span {
        font-size: 13px !important;
    }

.footer-bold {
    font-weight: 600 !important;
    letter-spacing: 0.4px !important;
}

#footer-light-ref ul {
    padding: 0 !important;
}

.list-inline-item {
    margin: 0 !important;
}

#footer-darl li {
    padding: 0 !important;
}

#footer-light-ref li a {
    font-size: 13px !important;
    color: #808080 !important;
    display: inline-block !important;
    padding: 5px 0 !important;
    /* padding: 5px; */
}

    #footer-light-ref li a:hover {
        color: #444 !important;
        text-decoration: none;
    }

.dd-inline-block {
    display: inline-block;
}

.ptt-5 {
    padding-top: 5px;
}

@media(min-width:768px) {

    .col-06{
        position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    box-sizing: border-box;
    width:50%;
    }

    .text-l-right {
        text-align: right;
    }

    .size-btl {
        width: 500px;
    }

    .bg-new {
        width: 500px;
        margin: auto;
    }

    .np-0 {
        padding: 0px !important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .ptxt1 p {
        border-radius: 0px !important;
    }

    .ptxt2 h1 {
        border-radius: 0px !important;
    }
}


@media(min-width:1200px) {


    

    .myref {
        margin-left: 180px;
    }


    .pt-mdd-5 {
        padding-top: 100px !important;
    }

    .pt-mdd-4 {
        padding-top: 40px;
    }

    .d-mdd-block {
        display: block;
    }
}


@media(max-width:767px) {

    .myheader
    {text-align:center;
     padding-bottom:15px;
     overflow:hidden;
    }

    .ptxt2 h1 {
        font-size: 33px;
    }

    .ptxt1 p {
        font-size: 20px !important;
    }

    #footer-light-ref ul{
        padding-top:16px !important;
    }

    .ofr-btn {
        font-size: 29px;
        line-height: 1.2;
    }
}
