@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(56, 142, 60, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px transparent;
    }
    to {
        -webkit-box-shadow: 0 0 0 0 transparent;
    }
}
@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(56, 142, 60, 0.4);
        box-shadow: 0 0 0 0 rgba(56, 142, 60, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px transparent;
        box-shadow: 0 0 0 10px transparent;
    }
    to {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
    }
}
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
* {
    letter-spacing: 0.4px;
}
body {
    margin: 0;
    font-family: Roboto, sans-serif !important;
    font-size: 14px;
    line-height: 1.4;
    background-color: #fff;
    color: #313131;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
}
details,
main {
    display: block;
}
h1 {
    font-size: 2em;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"],
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    font-weight: 400;
}
.container-fluid {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}
.d-none {
    display: none;
}
.d-inline {
    display: inline;
}
.d-block {
    display: block;
}
.d-inline-block,
.pricing-area .selected-price h2 {
    display: inline-block;
}
.d-table {
    display: table;
}
.d-table-cell {
    display: table-cell;
}
.d-flex {
    display: flex;
}
.flex-dir-column {
    flex-direction: column;
}
.font-weight-thin {
    font-weight: 300;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-medium {
    font-weight: 500;
}
.breadcrumbs-sec ul li,
.font-weight-semi {
    font-weight: 600;
}
.font-weight-bold {
    font-weight: 700;
}
.font-italic {
    font-style: italic;
}
.font-10 {
    font-size: 10px;
}
.font-12,
.info-highlight-section .counter-tile p {
    font-size: 12px;
}
.font-13 {
    font-size: 13px;
}
.font-14 {
    font-size: 14px;
}
.font-15 {
    font-size: 15px;
}
.font-16 {
    font-size: 16px !important;
}
.font-17 {
    font-size: 17px;
}
.font-18 {
    font-size: 18px;
}
.font-19 {
    font-size: 19px;
}
.font-20 {
    font-size: 20px;
}
.font-22 {
    font-size: 22px;
}
.font-24 {
    font-size: 24px;
}
.font-26 {
    font-size: 26px;
}
.font-30 {
    font-size: 30px;
}
.font-33 {
    font-size: 33px;
}
.font-34 {
    font-size: 34px;
}
.font-36 {
    font-size: 36px;
}
.font-40 {
    font-size: 40px;
}
.font-45 {
    font-size: 45px;
}
.font-48 {
    font-size: 48px;
}
.font-50 {
    font-size: 50px;
}
.font-60 {
    font-size: 60px;
}
.font-55 {
    font-size: 55px;
}
.lh-1 {
    line-height: 1;
}
.line-height-20 {
    line-height: 20px;
}
.line-through {
    text-decoration: line-through;
}
.align-items-center {
    align-items: center;
}
.justify-content-end {
    justify-content: flex-end;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-between {
    justify-content: space-between;
}
.list-unstyled {
    list-style-type: none;
}
.pos-rel,
.startup-product-tile ul li {
    position: relative;
}
.pos-abs {
    position: absolute;
}
.width-100p {
    width: 100%;
}
.height-100p {
    height: 100%;
}
.common-action-btn {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    background-color: #234d94;
    border: 1px solid #234d94;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.common-action-btn:focus,
.common-action-btn:hover {
    color: #234d94;
    border-color: #234d94;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}
.text-ellipsis {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.clear {
    clear: both;
    overflow: hidden;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.border-radius-5 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.border-radius-10 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.border-radius-50p {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.common-shadow {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.08);
}
.text-capitalize {
    text-transform: capitalize;
}
.text-uppercase {
    text-transform: uppercase;
}
.color-white {
    color: #fff;
}
.color1 {
    color: #313131;
}
.color2,
.color3 {
    color: #a0a0a0;
}
.color4 {
    color: #999595;
}
.color5 {
    color: #5a5a5a;
}
.color6 {
    color: #f14d3c;
}
.color7 {
    color: #74757d;
}
.color8 {
    color: #1a993b;
}
.color9 {
    color: #f13460;
}
.color-light-60 {
    color: rgba(49, 49, 49, 0.60);
}
.color-light-80 {
    color: rgba(49, 49, 49, 0.80);
}
.color-light-90 {
    color: rgba(49, 49, 49, 0.90);
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-10,
.col-11,
.col-12 {
    -webkit-box-flex: 0;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-7,
.col-8,
.col-9 {
    -webkit-box-flex: 0;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-4,
.col-5,
.col-6 {
    -webkit-box-flex: 0;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-1,
.col-2,
.col-3 {
    -webkit-box-flex: 0;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
    position: relative;
    width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important;
}
a,
a:active a:hover,
a:focus,
a:visited {
    text-decoration: none;
}
.align-middle {
    vertical-align: middle;
}
.img-fluid {
    height: auto;
    max-width: 100%;
}
.hero-area .slide-2 .caption a.buy-btn,
.hero-area .slide-3 .caption a.buy-btn,
.hero-area .slide-4 .caption a.buy-btn,
.m-0 {
    margin: 0;
}
.m-t-5 {
    margin-top: 5px;
}
.m-t-10 {
    margin-top: 10px;
}
.m-t-15 {
    margin-top: 15px;
}
.m-t-20 {
    margin-top: 20px;
}
.m-t-30 {
    margin-top: 30px !important;
}
.m-t-40 {
    margin-top: 40px !important;
}
.m-t-50 {
    margin-top: 50px;
}
.m-t-60 {
    margin-top: 60px;
}
.m-t-70 {
    margin-top: 70px;
}
.m-t-80 {
    margin-top: 80px;
}
.m-tb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.m-tb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.m-tb-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}
.m-tb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.m-tb-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.m-tb-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}
.m-tb-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.m-b-5 {
    margin-bottom: 5px;
}
.m-b-7 {
    margin-bottom: 7px;
}
.m-b-10 {
    margin-bottom: 10px;
}
.m-b-15 {
    margin-bottom: 15px;
}
.m-b-20 {
    margin-bottom: 20px;
}
.m-b-25 {
    margin-bottom: 25px;
}
.m-b-30 {
    margin-bottom: 30px !important;
}
.m-b-40 {
    margin-bottom: 40px;
}
.m-b-50 {
    margin-bottom: 50px;
}
.m-b-60 {
    margin-bottom: 60px;
}
.m-b-70 {
    margin-bottom: 70px;
}
.m-b-80 {
    margin-bottom: 80px;
}
.m-l-5 {
    margin-left: 5px;
}
.m-l-10 {
    margin-left: 10px;
}
.m-r-5 {
    margin-right: 5px;
}
.m-r-8 {
    margin-right: 8px;
}
.m-r-10 {
    margin-right: 10px;
}
.m-r-15 {
    margin-right: 15px;
}
.m-r-20 {
    margin-right: 20px;
}
.m-r-30 {
    margin-right: 30px;
}
.breadcrumbs-sec ul,
.p-0 {
    padding: 0;
}
.p-10 {
    padding: 10px;
}
.p-15 {
    padding: 15px;
}
.p-20 {
    padding: 20px;
}
.p-30 {
    padding: 30px;
}
.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}
.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}
.p-b-10,
.py-20 {
    padding-bottom: 10px;
}
.p-b-20 {
    padding-bottom: 20px;
}
.p-l-10 {
    padding-left: 10px;
}
.p-l-20 {
    padding-left: 20px;
}
.p-l-30 {
    padding-left: 30px;
}
.p-r-10 {
    padding-right: 10px;
}
.flex-block {
    flex: 1;
}
.owl-carousel.owl-hidden {
    opacity: 1 !important;
}
.color-light-50 {
    color: rgba(49, 49, 49, 0.5) !important;
}
.color-light-60 {
    color: rgba(49, 49, 49, 0.6) !important;
}
.color-light-80 {
    color: rgba(49, 49, 49, 0.8) !important;
}
.lazyload {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
.lazyloaded {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.cart-page {
    margin-top: 25px;
}

.cart-page .cart-item {
    border: 1px solid #eeeef0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    padding: 12px;
    background: #ffffff;
}

.cart-page .cart-item .description {
    vertical-align: top;
    min-height: 142px;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.cart-page .cart-item .edit-text input {
    width: 32px;
    text-align: center;
    border: 1px solid #e6e6e6;
    height: 22px;
}

.cart-page .cart-item button.minus,
.cart-page .cart-item button.plus {
    border: 0 none;
    background: transparent;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
}

.cart-page .cart-item .add-item {
    justify-content: flex-end;
    margin-top: 40px;
}

.save-text {
    display: block !important;
}

.cart-page .cart-item button.delete-btn {
    border: 0 none;
    background: transparent;
    cursor: pointer;
    text-transform: uppercase;
    color: rgba(49, 49, 49, 0.8);
}

.mobile-quantity-item {
    display: none;
}

.document-ready-mobile {
    display: none;
}

.cross-click.pos-abs {
    display: none;
}

.coupns-tile {
    background: #fcfcfc;
    margin-top: 50px;
    padding: 20px;
}

.apply-lg {
    cursor: default;
}

.cart-page .coupns-tile a.apply-btn {
    border: 1px solid #1f8c95;
    background: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
    color: #1f8c95;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all .5s linear;
    margin-left: auto;
}

.cart-page .coupns-tile a.apply-btn:hover {
    border: 1px solid #1f8c95;
    background: #1f8c95;
    color: #ffffff;
}

.cart-page .coupns-tile a.apply-btn img {
    display: none;
}

.apply-sm {
    display: none;
}

.coupons-sm h2 {
    display: none;
}

.secure-payment.sm {
    display: none;
}

.pricing-area {
    margin-top: 50px;
    position: sticky;
    position: -webkit-sticky;
    top: 20px;
}

.price-item {
    background: #fcfcfc;
    margin-top: 20px;
    padding: 20px;
}

.price-item .price {
    margin-left: auto;
}

.hline-total {
    border-top: 1px solid #eaeaec;
    padding-top: 10px;
    margin-top: 10px;
}

.pricing-area button.place-btn {
    background: #278cf3;
    padding: 20px 50px;
    border: 0;
    cursor: pointer;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    width: 100%;
}

.accept-payment {
    border: 1px solid #eeeef0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    padding: 12px;
}

.customer-care {
    margin-left: auto;
}

.customer-care p {
    display: inline-block;
    border-right: 2px solid #e1e1e1;
}

.customer-care p:nth-child(1) {
    padding-right: 10px;
}

.customer-care p:nth-child(2) {
    padding-left: 10px;
    border-right: 0;
}

.coupon-apply-panel .form-group.m-b-0 {
    justify-content: flex-end;
    display: flex;
    width: 100%;
}

.coupon-apply-panel {
    position: relative;
}

.coupon-apply-panel input {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border: 1px dashed rgba(91, 87, 86, 0.6) !important;
    font-size: 14px;
    height: 35px;
    padding: 5px;
    width: 100%;
}

.coupon-apply-panel span {
    color: #878787;
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
}

.apply-coupon {
    border-color: #1f8c95 !important;
    padding: 5px 10px !important;
    font-size: 12px !important;
    color: #fff !important;
    height: 35px;
    border-bottom-right-radius: 2px;
    -moz-border-bottom-right-radius: 2px;
    -webkit--border-bottom-right-radius: 2px;
    -ms-border-bottom-right-radius: 2px;
    -o-border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-top-right-radius: 2px;
    -ms-border-top-right-radius: 2px;
    -o-border-top-right-radius: 2px;
    border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -ms-border-top-left-radius: 0;
    -o-border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -ms-border-bottom-left-radius: 0;
    -o-border-bottom-left-radius: 0;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
    background: #1f8c95 !important;
    background: linear-gradient(-11deg, #1f8c95 0, #4cc1cb 100%) !important;
    border: 0 none;
    cursor: pointer;
}

.apply-coupon:hover {
    border-color: #1f8c95 !important;
    background: #1f8c95 !important;
    background: linear-gradient(-11deg, #1f8c95 0, #4cc1cb 100%) !important;
    color: #fff !important;
}

.apply-coupon:focus {
    box-shadow: none !important;
}

.buy-lk-footer {
    display: none;
}


@media screen and (max-width: 991px) {
    .order-1 {
        order: 1;
    }
    .order-2 {
        order: 2;
    }
    /* .just-consult-new-landing .col-4.order-1,
    .just-consult-new-landing .col-8.order-2 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin-bottom: 0;
    } */
    .col-100p {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .customer-care {
        display: none;
    }

    .coupon-apply-panel .form-group.m-b-0 {
        width: 94%;
    }
    
}
@media screen and (max-width: 767px) {
    
}
@media screen and (max-width: 575px) {

    .cart-page {
        margin-top: 0;
        background: #f7f7f7;
    }

    .cart-tile {
        margin-right: -15px;
        margin-left: -15px;
    }

    .cart-page .cart-item {
        border: 0 none;
        border-radius: 0;
    }

    .cart-page .cart-item .description .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }


    .cart-title {
        margin-top: 20px;
        margin-bottom: 20px;
        /* margin-left: 20px; */
    }

    .cart-page .cart-item .description h1 {
        font-size: 14px !important;
    }

    .cart-page .cart-item .description .col-6.text-right {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left;
    }

    .delete {
        display: none;
    }

    .document-ready-desktop {
        display: none;
    }

    .cart-page .cart-item .description .col-6.text-right p {
        display: inline-block;
    }

    .save-text {
        display: none !important;
    }

    .cart-page .cart-item .description .col-6:nth-child(1) p {
        margin-bottom: 10px !important;
    }

    .cart-page .cart-item .add-item {
        display: none !important;
    }

    .document-ready-mobile {
        margin-left: 15px;
        font-size: 12px;
        display: block;
        margin-top: 5px;
    }

    .document-ready-mobile span {
        font-size: 12px;
        font-weight: 400;
    }

    .mobile-quantity-item {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .mobile-quantity-item select {
        border: 1px solid #e7e7e7;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        font-size: 14px;
        padding: 5px 8px;
        background: #ffffff;
    }

    .cross-click.pos-abs {
        right: 8px;
        top: 8px;
        display: block;
        cursor: pointer;
    }

    .pricing-area {
        margin-right: -15px;
        margin-left: -15px;
        margin-top: 0;
    }

    .coupons-sm h2 {
        font-size: 15px !important;
        margin-left: 15px;
        display: block;
    }

    .cart-page .coupns-tile a.apply-btn img {
        display: block;
    }

    .apply-lg {
        display: none;
    }

    .cart-page .coupns-tile a.apply-btn {
        border: 0 none;
        background: transparent;
        font-size: 0;
        padding: 5px;
    }

    .apply-sm {
        display: block;
        margin-left: 7px;
    }

    .coupns-tile h2 {
        display: none;
    }

    .coupns-tile {
        margin-top: 15px;
    }

    .accept-payment {
        margin-left: -15px;
        margin-right: -15px;
        background: #ffffff;
        border: 0 none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }

    .pricing-area button.place-btn {
        display: none;
    }

    .secure-payment.lg {
        display: none;
    }

    .secure-payment.sm {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .coupon-apply-panel input {
        width: 100%;
    }

    .coupon-apply-panel .form-group.m-b-0 {
        justify-content: flex-start;
        width: 100%;
    }

    .cart-page .cart-item .description {
        min-height: 182px;
    }

    .cart-page .coupns-tile a.apply-btn:hover {
        border: 0 none;
        background: transparent;
    }

    footer.main-footer {
        padding-bottom: 50px;
    }

    /* Starts Buy Lk Footer Sticky */

    .buy-lk-footer {
        display: block;
        position: fixed;
        width: 100%;
        background: #ffffff;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        height: 58px;
        box-shadow: 0px 0px 29px 0px rgba(181, 173, 188, 0.19);
        -webkit-box-shadow: 0px 0px 29px 0px rgba(181, 173, 188, 0.19);
        -moz-box-shadow: 0px 0px 29px 0px rgba(181, 173, 188, 0.19);
        -ms-box-shadow: 0px 0px 29px 0px rgba(181, 173, 188, 0.19);
        -o-box-shadow: 0px 0px 29px 0px rgba(181, 173, 188, 0.19);
    }

    .buy-lk-footer .buy-fixed a {
        background: #fbfcff!important;
        padding: 10px 25px!important;
        -webkit-box-shadow: 0px 0px 27px 0px rgba(136, 148, 160, 0.19);
        box-shadow: 0px 0px 27px 0px rgba(136, 148, 160, 0.19);
        -moz-box-shadow: 0px 0px 27px 0px rgba(136, 148, 160, 0.19);
        -ms-box-shadow: 0px 0px 27px 0px rgba(136, 148, 160, 0.19);
        -o-box-shadow: 0px 0px 27px 0px rgba(136, 148, 160, 0.19);
        display: block;
        color: #fff;
    }

    .buy-lk-footer .container {
        padding: 0;
    }

    .buy-lk-footer .col-6, 
    .buy-lk-footer .col-6 {
        padding: 0 !important;
    }

    .buy-lk-footer .col-9, 
    .buy-lk-footer .col-3 {
        padding: 0 !important;
    }

    .buy-lk-footer .left-side img {
        width: 16px;
        height: 16px;
        float: left;
        margin-right: 5px;
    }

    .buy-lk-footer .buy-fixed span.talk-expert-txt {
        display: block;
    }

    .buy-lk-footer .buy-fixed span {
        color: #313131;
    }

    .buy-lk-footer .common-action-btn {
        font-size: 14px;
        padding: 12px 18px;
        float: right;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        color: #ffffff;
        cursor: pointer;
        background: #278cf3;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        border: 0 none;
    }

    .buy-lk-footer .common-action-btn:focus {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
    }

    .buy-lk-footer .for-mins {
        margin-left: 22px;
    }

    /* Ends Buy Lk Footer Sticky */
    
}
@media screen and (max-width: 480px) {
    
}
@media screen and (max-width: 420px) {
    
}
@media screen and (max-width: 380px) {
    .document-ready-mobile span {
        display: block;
        margin-left: 0;
        margin-top: 2px;
    }
    
}
@media screen and (max-width: 360px) {
    .cart-page .cart-item .icon-circle img {
        width: 116px;
        height: 106px;
    }

    .cart-page .cart-item .description {
        min-height: 158px;
    }
    
}
@media screen and (max-width: 320px) {
    .cart-page .cart-item .description h1 {
        font-size: 12px !important;
    }
    
}
