*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #343333;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    background: #f6f6f3;
}

.color1 {
    color: #7c7b7a;
}

.color2 {
    color: #4d4d4d;
}

.color3 {
    color: #787876;
}

.color4 {
    color: #353534;
}

.color5 {
    color: #6e6d6d;
}

.color6 {
    color: #ff7e00;
}

.text-white {
    color: #ffffff;
}

.color7 {
    color: #234d94;
}

.color8 {
    color: #eb0202;
}

.color9 {
    color: #747474;
}

.color10 {
    color: #111111;
}

.color11 {
    color: #543313;
}

.color12 {
    color: #3c3c3c;
}

.color13 {
    color: #53ca32;
}

.heading-color {
    color: #232323;
}

.bg-color1 {
    background-color: #f4f2ef;
}

.bg-color2 {
    background-color: #e1dce5;
}

.font-normal {
    font-weight: 400;
}

.font-semi {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-12 {
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-30 {
    font-size: 30px;
}

.font-40 {
    font-size: 40px;
}

.font-60 {
    font-size: 60px;
}

.clear {
    clear: both;
    overflow: hidden;
}

.width-100p {
    width: 100%;
}

.height-100p {
    height: 100%;
}

.img-res {
    width: 100%;
    height: auto;
}

.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
}

.container {
    max-width: 100%;
    margin: 0 auto;
}

.most-popular-badge {
    color: #231414;
    background: #ecb8bb;
    display: table;
    margin: 0 auto;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.cta-btn {
    background: #f0a12f;
    display: block;
    line-height: 1.56;
    padding: 14px 32px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    margin: 0 15px;
}

.cta-btn {
    border: none;
    text-align: center;
    outline: none;
    overflow: hidden;
    position: relative;
}

.cta-btn span {
    position: relative;
    z-index: 1;
}


/* .cta-btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 490%;
    width: 220%;
    background: #b91228;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
    transform: translateX(-125%) translateY(-25%) rotate(45deg);
}

.cta-btn:hover:after {
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    transform: translateX(-9%) translateY(-25%) rotate(45deg);
} */

.m-t-10 {
    margin-top: 10px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-t-70 {
    margin-top: 70px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-b-70 {
    margin-bottom: 70px;
}

.m-b-90 {
    margin-bottom: 90px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-30 {
    margin-right: 30px;
}

.m-16 {
    margin: 16px;
}

.p-10 {
    padding: 10px;
}

.p-16 {
    padding: 16px;
}

.p-25 {
    padding: 25px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.d-inline-block {
    display: inline-block;
}

.d-block {
    display: block;
}

.d-flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.col-25 {
    flex: 0 0 20%;
    max-width: 20%;
}

.border-radius-5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.border-radius-10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.border-radius-50p {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.common-shadow {
    -webkit-box-shadow: 0px 0px 9px 0px rgba(145, 154, 155, 0.45);
    -moz-box-shadow: 0px 0px 9px 0px rgba(145, 154, 155, 0.45);
    -ms-box-shadow: 0px 0px 9px 0px rgba(145, 154, 155, 0.45);
    -o-box-shadow: 0px 0px 9px 0px rgba(145, 154, 155, 0.45);
    box-shadow: 0px 0px 9px 0px rgba(145, 154, 155, 0.45);
}

.strike-off {
    text-decoration: line-through;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.flex-grid {
    display: flex;
}

.flex-grid .col {
    flex: 1;
}

.flex-grid-two {
    display: flex;
}

.flex-grid-two .col {
    width: 50%;
}

.flex-grid-thirds {
    display: flex;
    justify-content: space-between;
}

.flex-grid-thirds .col {
    width: 32%;
}

.flex-grid .col-70 {
    width: 70%;
}

.flex-grid .col-30 {
    width: 30%;
}

.border {
    border-bottom: 1px solid #acacac;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #fff url('images/dropdown-icon.png') no-repeat 90% center;
    width: 100px;
    text-indent: 0.01px;
    text-overflow: "";
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #ccd1d1;
    outline: 0;
    color: #3c3c3c;
}


/* Header */

.main-header {
    padding: 16px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    text-align: center;
}


/* Banner Section */

.banner-sec {
    padding: 50px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner-sec h1:before {
    position: absolute;
    content: "";
    background: #fff;
    height: 2px;
    width: 100px;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.pricing-sec .card {
    margin-left: 5px;
    margin-right: 5px;
    background-color: #fff;
    /* padding: 25px 15px; */
    height: 100%;
}

.pricing-sec .card.card-popular {
    background-color: #f5f3e9;
    top: -55px;
    padding-bottom: 51px;
    height: calc(100% + 80px);
}

.pricing-sec .card .card-body {
    flex: 1 1 auto;
    padding: 0;
}

.pricing-sec .border-line {
    background: #cfccc9;
    width: 46px;
    height: 1px;
    margin: 20px auto;
}

.pricing-sec .pack-count {
    min-height: 46px;
}

.pricing-main ul.pricing-list li {
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 14px;
    color: #7c7b7a;
    font-weight: 600;
}

.pricing-main ul.pricing-list li img {
    float: left;
    width: 20px;
    margin-right: 10px;
    height: 20px;
}

.pricing-main ul.pricing-list li span {
    float: left;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: -ms-calc(100% - 30px);
    width: -o-calc(100% - 30px);
    width: calc(100% - 30px);
    line-height: 20px;
}

.pricing-head .price-head {
    /* text-transform: uppercase; */
}

.pricing-head .price-head:before {
    position: absolute;
    content: "";
    background-color: #343333;
    height: 1px;
    width: 30px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.pricing-head .pearl-head.price-head:before {
    background-color: #f0a12f;
}

.pricing-head .quartz-head.price-head:before {
    background-color: #5d4037;
}

.pricing-head .silver-head.price-head:before {
    background-color: #8781bd;
}

.pricing-head .platinum-head.price-head:before {
    background-color: #77c638;
}

.pricing-head .platinumplus-head.price-head:before {
    background-color: #25d9f4;
}

.pricing-sec .list-truncate .readmore-link,
.pricing-sec .list-truncate .readless-link {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    cursor: pointer;
}

.pricing-sec div.col-25:nth-child(1) .card,
.pricing-sec div.col-25:nth-child(2) .card {
    min-height: 610px;
}


/* new */

.text-info {
    margin-left: 8px;
    margin-right: 8px;
    background: #fff;
}

.text-info ul {
    margin: 0;
    padding: 0 25px;
    list-style: none;
}

.text-info ul li::before {
    content: "\2022";
    color: #bfbcbc;
    font-weight: bold;
    display: inline-block;
    width: 16px;
    margin-left: -1em;
    font-size: 25px;
}

.text-info ul li {
    line-height: 30px;
}

.refund-panel {
    margin-left: 8px;
    margin-right: 8px;
}

.refund-panel ul {
    margin: 0;
    padding: 0 25px;
    list-style: none;
    margin-top: 10px;
    margin-bottom: 5px;
}

.refund-panel ul li::before {
    content: "\2022";
    color: #543313;
    font-weight: bold;
    display: inline-block;
    width: 16px;
    margin-left: -1em;
    font-size: 25px;
}

.refund-panel ul.refund li::before {
    content: "";
    color: #543313;
    font-weight: bold;
    display: inline-block;
    width: 16px;
    margin-left: -1em;
    font-size: 25px;
}

.refund-panel ul.refund {
    padding: 0 5px;
}

.refund-panel ul.refund li img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

.refund-panel ul li {
    line-height: 30px;
}

.pricing-sec .card .card-body .pricing-head {
    padding: 25px 15px 0;
}

.pricing-sec .card .card-body .pricing-main {
    padding: 0 15px 15px;
}

.pricing-features {
    background: #f5f3e9;
    padding: 8px 12px;
}

.pricing-bottom {
    padding: 12px 15px 25px;
    line-height: 22px;
}

.pricing-bottom ul {
    list-style-type: none;
}

.pricing-sec .card.card-popular .pricing-features {
    background: #e9e3cb;
}

.readmore-link,
.readless-link {
    cursor: pointer;
}

img.readmore-link {
    display: block;
    margin: 0 auto;
    width: 12px;
    cursor: pointer;
}

img.readless-link {
    display: block;
    margin: 0 auto;
    width: 12px;
    cursor: pointer;
    position: relative;
    top: 55px;
}

.pricing-item ul {
    list-style-type: disc;
    padding: 0px 15px;
}

.pricing-item ul li {
    line-height: 30px;
}

span.text {
    display: none;
}

span.text1 {
    display: none;
}

.subscribe-form .btn-new {
    background: #f0a12f;
    display: block;
    line-height: 1.56;
    padding: 8px 32px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    border: 0 none;
}

.modal.plan button {
    outline: none;
}


/* Main Footer */

.main-footer {
    background: #0c0c0c;
}


/* Main Footer */


/* Media Queries */

@media screen and (max-width: 1200px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pricing-sec .list-truncate .readmore-link,
    .pricing-sec .list-truncate .readless-link {
        bottom: 5px;
    }
    .list-truncate {
        padding-bottom: 30px;
    }
    .pricing-sec .card {
        height: 88%;
    }
    .pricing-sec .card-popular {
        height: calc(88% + 105px);
    }
    .price-amount {
        font-size: 50px;
    }
}

@media screen and (max-width: 960px) {
    .pricing-sec .d-flex {
        flex-wrap: wrap;
    }
    .pricing-sec .d-flex .col-25 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 15px;
    }
    .pricing-sec .card.card-popular {
        top: auto;
        padding-bottom: 0;
    }
    .pricing-sec .card,
    .pricing-sec .card.card-popular {
        height: 100%;
    }
    .pricing-sec div.col-25:nth-child(3) .card .pricing-head {
        margin-top: 55px;
    }
    .pricing-sec h1 {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 840px) {
    .pricing-sec .list-truncate .readmore-link,
    .pricing-sec .list-truncate .readless-link {
        position: relative;
        right: auto;
        bottom: auto;
        text-align: right;
        top: 10px;
    }
}

@media screen and (max-width: 550px) {
    .pricing-main ul.pricing-list li:nth-child(5) {
        min-height: 60px;
    }
    .banner-sec {
        padding: 30px;
    }
    .banner-sec h1 {
        font-size: 30px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .banner-sec h4 {
        font-size: 18px;
    }
}

@media screen and (max-width: 475px) {

    .pricing-sec .pack-count span {
        display: block;
    }

    .pricing-sec .d-flex .col-25 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pricing-main ul.pricing-list li:nth-child(5) {
        min-height: auto;
    }
    .pricing-sec div.col-25:nth-child(3) .card .pricing-head {
        margin-top: 0;
    }
    .pricing-sec .card,
    .pricing-sec .card.card-popular {
        height: auto !important;
        min-height: auto !important;
    }
    .pricing-sec h1 {
        margin-bottom: 30px;
        font-size: 24px;
    }
    .text-info {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .refund-panel p {
        font-size: 24px;
    }
    .text-info p {
        font-size: 18px;
    }
}

@media screen and (min-width: 992px) {
    .main-header .logo img {
        width: 250px;
    }
}