/*------------------------
          Custom Csss
--------------------------*/
/*------------------------

--------------------------*/
* {
    padding: 0px;
    margin: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html .packages-area,
body .packages-area {
    font-family: Helvetica;
    font-weight: 300 !important;
    font-size: 20px !important;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

/*------------------------
      Header
--------------------------*/

.header {
      margin-top: 85px;
    height: 500px;
    overflow: hidden;
}

.header-hero-image {
    background-image: url(img/background.svg);
    padding: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.header-hero-image .container {
    /* padding: 35vh 0; */
    color: #fff;
    text-align: center;
    position: relative;
    height: 100%;
}

.hover-img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: url(img/hover.svg);
    background-size: contain;
    background-position: top left;
    background-attachment: fixed;
    z-index: 1;
    background-repeat: no-repeat;
}

.header h1.header-primary {

    font-weight: bold;
    letter-spacing: 1px;
    z-index: 99;
    position: relative;

}

.header-hero-image .col-md-12 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

h2.header-secondary.text-center {
    margin: 0px;
    font-size: 18px;
    font-weight: bold;
    padding-top: 100px;
    text-transform: uppercase;
    /* margin-top: 40px; */
}

h2.header-secondary.text-center::after {
    content: "";
    display: block;
    width: 30%;
    height: 3px;
    background: #999797;
    margin: 6px auto;
}

h2.header-secondary.text-center.gold::after {
    content: "";
    display: block;
    width: 30%;
    height: 3px;
    background: #f9c546;
    margin: 6px auto;
}

h2.header-secondary.text-center.diamond::after {
    content: "";
    display: block;
    width: 30%;
    height: 3px;
    background: #7886cf;
    margin: 6px auto;
}


h2.header-secondary.text-center.elite::after {
    content: "";
    display: block;
    width: 30%;
    height: 3px;
    background: #ff5000;
    margin: 6px auto;
}

.header-content {
    font-size: 80%;
}




/*------------------------
        Price-table
--------------------------*/

.price,
.package {
    background: #EEEDF5;
}

.price-box {
    margin-top: -5rem;
}

.price-box-wrap {
    background: #fff;
    border-radius: 25px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 100;
    overflow: hidden;
}

.col-md-12.flex.overflow {
    max-width: 1140px;
    overflow: hidden;
    border-radius: 25px;
    margin: 0 auto;
    float: none;
    background: #fff;
    z-index: 999;
    min-height: 350px;
    max-height: 350px;
}

.img-icon-sliver {
    text-align: center;
    width: 120px;
    margin: -60px auto;
    display: block;
}

.img-icon-sliver img {
    width: 100%;

}

.heading-wrap {
    background: url(img/bg-sliver.svg);
    padding-bottom: 2rem !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom bottom;
    position: relative;
    z-index: 99;
    background-size: cover;
    background-position: 0px -50px;
}

.gold .heading-wrap {
    background: url(img/bg-gold.svg);
    padding-bottom: 2rem;
    background-repeat: no-repeat;
    background-size: contain:;
    background-position: bottom bottom;
    position: relative;
    z-index: 99;
    background-position: 0px -64px;
    background-size: cover !important;
    background-position: 0px -50px !important;
}

.diamond .heading-wrap {
    background: url(img/bg-diamond.svg);
    padding-bottom: 2rem;
    background-repeat: no-repeat;
    background-size: contain:;
    background-position: bottom bottom;
    position: relative;
    z-index: 99;
    background-size: cover;
    background-position: 0px -50px;
}



.elite .heading-wrap {
    background: url(img/bg-elite.svg);
    padding-bottom: 2rem;
    background-repeat: no-repeat;
    background-size: contain:;
    background-position: bottom bottom;
    position: relative;
    z-index: 99;
    background-size: cover;
    background-position: 0px -50px;
}
.price-box-wrap.elite::before {
    content: "";
    width: 127px;
    height: 150px;
    background: url("img/elite.svg");
    position: absolute;
    top: -60px;
    text-align: center;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background-repeat: no-repeat;
    display: block;

}
.price-box-wrap.diamond::before {
    content: "";
    width: 127px;
    height: 150px;
    background: url("img/diamond.svg");
    position: absolute;
    top: -60px;
    text-align: center;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background-repeat: no-repeat;
    display: block;

}

.price-box-wrap.gold::before {
    content: "";
    width: 127px;
    height: 150px;
    background: url("img/gold.svg");
    position: absolute;
    top: -60px;
    text-align: center;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background-repeat: no-repeat;
    display: block;

}

.price-box-wrap.sliver::before {
    content: "";
    width: 127px;
    height: 150px;
    background: url("img/sliver.svg");
    position: absolute;
    top: -60px;
    text-align: center;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background-repeat: no-repeat;
    display: block;
}

ul.sliver.price-ul {
    list-style-type: none;
}

ul.sliver.price-ul .price-item,ul.sliver.price-ul .price-item-no {
    display: block;
    margin-left: 20%;
    margin-top: 10px;
}
ul.sliver.price-ul ul.sliver.price-ul .price-item,ul.sliver.price-ul ul.sliver.price-ul .price-item-no {
    display: block;
    margin-left: 24px;
    margin-top: 0px;
}

.price-item a:link,
.price-item a:visited {
    color: #000;
    font-size: 90%;
    font-weight: bold;
    transition: all 0.3s linear;
    border: 0px;
    text-decoration: none;
    transition: all 0.3s linear;
    cursor: default;
}




.price-item:last-child {
    margin-bottom: 40px;
}
ul.sliver.price-ul ul.sliver.price-ul .price-item:last-child {
    margin-bottom: 0px;
}

h2.price-amount.text-center {
    font-size: 180%;
    font-weight: 500;
    display: none;
}

h2.price-amount.text-center span {
    font-size: 50%;
}

li.price-item::before {
    content: "";
    position: absolute;
    display: inline-block;
    margin-left: -25px;
    margin-top: 7px;
    width: 15px;
    height: 15px;
    background: url(img/tick-green.svg) no-repeat;
}

li.price-item-no::before {
    content: "";
    position: absolute;
    display: inline-block;
    margin-left: -25px;
    margin-top: 7px;
    width: 15px;
    height: 15px;
    background: url(img/cross-red.svg) no-repeat;
}

li.price-item-empty::before {
    content: "";
    position: absolute;
    display: inline-block;
    margin-left: -25px;
    margin-top: 7px;
    width: 15px;
    height: 15px;
    margin-left: 20%;
}
li.price-item-empty {
  padding-left: 13%;
}

ul.sliver.price-ul {
    list-style-type: none;
}



.price-item a:link,
.price-item a:visited,
.price-item-no a:link,
.price-item-no a:visited {
    color: #000;
    font-size: 70%;
    font-weight: 300;
    transition: all 0.3s linear;
    border: 0px;
    text-decoration: none;
}

.price-item .price-item a:link,
.price-item .price-item a:visited,
.price-item-no .price-item a:link,
.price-item-no .price-item a:visited {
    font-size: 60%;
}

button.btn.btn-price,
a.btn.btn-price:link,
a.btn.btn-price:visited {
    text-transform: uppercase;
    display: block;
    /* padding: 30px 30px; */
    width: 80%;
    margin: 0 auto;
    height: 60px;
    background: #8FE9C6;
    text-align: center;
    line-height: 45px;
    color: #3A8D9E;
    box-shadow: 0px 2px 6px #cccccc9c;
    font-size: 80%;
    font-weight: bold;
    transition: all 0.3s linear;
}

a.btn.btn-price:hover,
a.btn.btn-price:active,
a.btn.btn-price:focus {
    background: #000;
    color: #fff;
    outline: none;
}

a.btn.btn-talk:link,
a.btn.btn-talk:visited {
    text-transform: uppercase;
    display: block;
    /* padding: 30px 30px; */
    width: 80%;
    margin: 0 auto;
    height: 60px;
    background: #00D57B;
    text-align: center;
    line-height: 45px;
    color: #fff;
    box-shadow: 0px 2px 6px #cccccc9c;
    font-size: 90%;
    font-weight: bold;
    transition: all 0.3s linear;
}

a.btn.btn-talk:hover,
a.btn.btn-talk:focus {
    background: #000;
    color: #fff;
    outline: none;
}

a.btn.btn-package:link,
a.btn.btn-package:visited {
    text-transform: uppercase;
    display: block;
    /* padding: 30px 30px; */
    width: 60%;
    margin: 0 auto;
    height: 60px;
    background: #fff;
    text-align: center;
    line-height: 45px;
    color: #3A8D9E;
    box-shadow: 0px 2px 6px #cccccc9c;
    font-size: 80%;
    font-weight: bold;
    transition: all 0.3s linear;
    position: absolute;
    z-index: 100;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

a.btn.btn-package:hover,
a.btn.btn-package:focus {
    background: #000;
    color: #fff;
    outline: none;
}


/*------------------------
        Package
--------------------------*/

.package-right {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}


.package-left {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;


}


.package-order .package-left {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 1vh !important;

}



.package-right,
.package-left {
    background: #fff;
    padding: 11vh;
    max-height: 100%;
}

.heading-package {
    font-weight: bold;
    font-size: 150%;
}

p.text-package {
    font-size: 70%;
}

.package-left::before {
    background-image: url(img/blue-bg.svg);
    padding-top: 0px !important;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: 13px; */
    padding-right: 0px !important;
    content: "";
    position: absolute;
    right: -22px;
    top: -15px;
    display: block;
    z-index: 10;
    width: 100%;
    height: 111%;
}

.package-img-left {
    position: relative;
    z-index: 120;
    position: absolute;
    top: 20px;
    height: 300px;
    left: -95px;
}




/*------------------------
        FAQ
--------------------------*/

.faq i.pull-right.fa.fa-plus {
    padding: 10px;
    position: relative;
    top: -10px;
    font-size: 100%;
    background: #fff;
    border-radius: 50%;
    margin: 0px;
}


.content {
    background: #fff;
    border-radius: 3px;
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075), 0 2px 4px rgba(0, 0, 0, 0.0375); */
    padding: 30px 0px;
    margin-bottom: 20px;
}

.panel-group {
    margin-bottom: 0;
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 20px;
    border: 0px !important;
}

.panel-group .panel .panel-heading {
    padding: 0;
}

.panel-group .panel .panel-heading h4 a {
    background: #eeedf5;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 15px;
    text-decoration: none;
    transition: 0.15s all ease-in-out;
    font-size: 100%;
    padding: 25px;
    color: #000;
}

.panel-group .panel .panel-heading h4 a:hover,
.panel-group .panel .panel-heading h4 a:not(.collapsed) {
    background: #fff;
    transition: 0.15s all ease-in-out;
    outline: none;
}

.panel-group .panel .panel-heading h4 a:not(.collapsed) i:before {
    content: "\f068";
}


.panel-group .panel .panel-heading h4 a i {
    color: #999;
}

.panel-group .panel .panel-body {
    padding-top: 0;
}

.panel-group .panel .panel-heading + .panel-collapse > .list-group,
.panel-group .panel .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}

.panel-group .panel + .panel {
    border-top: none;
    margin-top: 0;
}

.panel-body p {
    font-size: 60%;
    text-align: justify;
}

/*------------------------
        Footer
--------------------------*/
footer.footer {
    background: #eeedf5;
    padding: 100px 0px;
}

img.footer-logo {
    display: block;
    margin: 0 auto;
}

/*------------------------------
          Package HTML
--------------------------------*/

.section-main .panel-group .panel .panel-heading h4 a {
    background: #CCD3DB;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 15px;
    text-decoration: none;
    transition: 0.15s all ease-in-out;
    font-size: 100%;
    padding: 25px;
}

section.section-main {
    background: #ededf5;
}

.section-main .content {
    background: transparent;
}

ul.media-type {
    list-style-type: none;
    width: 100%;
    margin: 0 auto;
    margin-left: 35px;
    margin-top: 15px;
}

li.media-item {
    padding: 10px;
    display: inline-block;
    width: 22%;
    border-radius: 5px;
    border: 1px solid #EFEFEF;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    position: relative;
    font-size: 70%;
    font-weight: bold;
    color: #9499AA;
    cursor: pointer;
}

li.media-item:last-child {
    margin-right: 0px;
}

.media-item span {
    background: #DEDEDE;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    line-height: 40px;
    width: 100px;
    text-align: center;
    color: #B2B6C3;
}

.actived {
    color: #fff !important;
    background: #62d67c;

}

i.pull-right.fa.fa-chevron-down {

    color: #333 !important;
}

.language li.media-item {
    text-align: center;
}

ul.total-ui {
    list-style-type: none;
    display: table;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 2px 2px #e1e1e1;
    position: relative;
    float: right;
}

ul.total-ui li {
    display: table-cell;
    font-size: 80%;
}

ul.total-ui li:first-child {
    margin-right: 20px;
    padding-right: 20px;
    /* border-right: 1px solid #e1e1e1; */
    top: 28px;
    vertical-align: middle;

}

ul.total-ui li:last-child {
    padding-left: 30px;
}



h2.cost {
    font-size: 80%;
    margin: 0px;
    color: #4877b6;
    font-weight: bold;
}

.price-total {
    font-size: 200%;
    color: #01B466;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
}

ul.total-ui li:first-child::after {
    content: "";
    width: 2px;
    position: absolute;
    height: 80%;
    top: -19px;
    background: #e1e1e1;
    /* right: 3px; */
    right: 45%;
    top: 50%;
    transform: translateY(-50%);
}

.box-total {
    position: relative;
    float: right;
    z-index: 999;
    margin-top: 0px;
    width: 100%;
}

.package-page .package-left {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0vh !important;
}

h4.package0inner-top {
    z-index: 9999;
    color: #fff;
    position: relative;
    text-align: right;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 80%;
    color: #52b568;
}

.package-left .price-total i.fas.fa-chevron-right {
    font-size: 1rem;
    position: relative;
    color: #4877B6;
    top: -3px;
    right: -23px;
}



h4.package0inner-top i.fa.fa-chevron-left {
    color: #fff;
    /* font-size: 0.6rem; */
    margin-right: 5px;
}

h4.package0inner-top a {
    color: #52b568;
    transition: all 0.3s linear;
    text-decoration: none;
}

h4.package0inner-top a:hover,
h4.package0inner-top a:focus {
    color: #fff;
}

.package-page i.fa.fa-chevron-right {
    color: #4877b6;
    font-size: 1rem;
    position: relative;
    top: -4px;
}

/*Checkbox*/

ul.checkbox-region {
    list-style-type: none;
    /* width: 100%; */
    display: block;
}

li.checkbox-item {
    display: inline-block;
    /* width: 18%; */
    margin-left: 2rem;
}

span.regin {
    float: left;
    font-size: .8rem;
    top: 6px;
    position: relative;
}

label {
    font-size: 80%;
    font-weight: 400;
}

.wrap-around {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

/*----------------*/
/*     Check box  */
/*----------------*/

/*Thank you https://bootsnipp.com/snippets/nN5ZZ*/

.span_pseudo,
.chiller_cb span:before,
.chiller_cb span:after {
    content: "";
    display: inline-block;
    background: #fff;
    width: 0;
    height: 0.2rem;
    position: absolute;
    transform-origin: 0% 0%;
}

.chiller_cb {
    position: relative;
    height: 2rem;
    display: flex;
    align-items: center;
}

.chiller_cb input {
    display: none;
}

.chiller_cb input:checked ~ span {
    background: #52b568;
    border-color: transparent;
}

.chiller_cb input:checked ~ span:before {
    width: 1rem;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.3s;
}

.chiller_cb input:checked ~ span:after {
    width: 0.4rem;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.2s;
}

.chiller_cb input:disabled ~ span {
    background: #ececec;
    border-color: #dcdcdc;
}

.chiller_cb input:disabled ~ label {
    color: #dcdcdc;
}

.chiller_cb input:disabled ~ label:hover {
    cursor: default;
}

.chiller_cb label {
    padding-left: 2rem;
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin-bottom: 0;
}

.chiller_cb span {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    border: 2px solid #ccc;
    position: absolute;
    left: 0;
    transition: all 0.2s;
    z-index: 1;
    box-sizing: content-box;
}

.chiller_cb span:before {
    transform: rotate(-55deg);
    top: 1rem;
    left: 0.37rem;
}

.chiller_cb span:after {
    transform: rotate(35deg);
    bottom: 0.35rem;
    left: 0.2rem;
}

/*--------------------*/
.box-detail {
    position: relative;
    z-index: 999;
    background: #fff;
    border-radius: 25px;
    padding: 3vh;
    width: 300px;
    float: right;
    font-size: 80%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*---------Order Page-----------*/

span.order-number {
    font-size: 80%;
    font-weight: bold;
}


td {
    border-top: transparent !important;
    border-bottom: transparent !important;
    font-size: 75%;
    font-weight: bold;
    padding: 10px 20px !important;
}

section.section-order {
    background: #EEEDF5;
}

table.table.table-bordered {

    border-radius: 5px;
    padding: 20px !important;
    border: 0px;
}

tr td:first-child {
    border-left: 0px !important;
}

tr td:last-child,
tr th:last-child {
    border-right: 0px !important;
}

tr > th {
    border: 0px !important;
    padding: 20px !important;
    color: #fff;
}

thead {
    background: #2573BB;
    font-size: 90%;
}

tr:first-child {
    padding: 20px;

}

table th:first-child {
    border-radius: 10px 0 0 10px;
}

table th:last-child {
    border-radius: 0 10px 10px 0;
}

tbody:before {
    content: "-";
    display: block;
    line-height: .5rem;
    color: transparent;
}

tbody {
    border-radius: 10px;
    box-shadow: 0px 2px 2px #e1e1e1;
}

tbody tr td {
    background: #fff;
}

tr:first-child > td:first-child {
    border-top-left-radius: 10px;
}

tr:first-child > td:last-child {
    border-top-right-radius: 10px;
}

tr:last-child > td:first-child {
    border-bottom-left-radius: 10px;
}



tr > td:not(:first-child),
tr th:not(:first-child) {
    text-align: center;
    font-weight: bold;
    font-size: 90%;
}

tr > td:first-child {
    padding-left: 25px;
}

tr > td:first-child,
tr > th:first-child {
    padding-left: 35px !important;
}

.text-detail-inner {
    background: #fff;
    padding: 20px;
    font-size: 70%;
    color: #c2c2c3;
}

.total-order {
    text-align: center;
    padding: 20px;
    background: #fff;
    margin-bottom: 10px;
    margin-top: -18px;
    font-size: 150%;
    background: #e1e1e1;
    font-weight: bold;
}


span.total-p {
    font-size: 70%;
    display: inline-block;
    margin-right: 20px;
}


/*------------------------
        Resposnive
--------------------------*/

@media only screen and (max-width: 1200px) {

    a.btn.btn-package:link,
    a.btn.btn-package:visited {
        width: 55%;
    }

    h2.header-secondary.text-center {
        padding-top: 80px;
    }

    .faq i.pull-right.fa.fa-plus {
        padding: initial;
        position: initial;
        top: initial;
        background: none;
    }

    .flex {

        max-height: 100% !important;
    }

    .package-right,
    .package-left {

        padding: 14vh;

    }

    .col-md-12.flex.overflow {

        padding: 0px;
    }

    .box-total,
    h4.package0inner-top {
        margin-right: 20px;
    }



}


@media only screen and (max-width: 1023px) {

    a.btn.btn-package:link,
    a.btn.btn-package:visited {
        font-size: 60%;
    }
}

@media only screen and (max-width: 992px) {

    .heading-wrap,
    .gold .heading-wrap,
    .diamond .heading-wrap,
    .elite .heading-wrap {
        background-size: cover;
    }

    ul.media-type {
        list-style-type: none;
        width: 100%;
        margin: 0 auto;
        margin-left: auto;
        margin-top: 15px;
        text-align: center;
    }

    li.media-item {
        width: 40%;
    }

    a.btn.btn-package:link,
    a.btn.btn-package:visited {
        width: 45%;
    }

    a.btn.btn-package:link,
    a.btn.btn-package:visited {
        right: 10px;
    }








    .price-box-wrap {
        background: #fff;
        border-radius: 50px;
        z-index: 100;
        overflow: hidden;
    }

    .price-box {
        margin-top: 4rem;
    }

    .header-hero-image .col-md-12 {
        position: relative;
        margin-top: 30%;
    }

    h2.price-amount.text-center {
        font-size: 300%;
        display: none;
    }

    .flex {
        display: flex;
        flex-wrap: wrap;
    }

    .package-left,
    .package-right {

        margin-top: 20px;
    }

    .package-right {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .package-left {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        overflow: hidden;
        min-height: 200px;
    }

    .package-img-left {
        position: relative;
        z-index: 120;
        position: absolute;
        height: 200px;
        left: 0px;
        z-index: 10;
    }

    .package-left::before {
        right: -200px;
    }

    .box-total {
        margin-top: 0px;
    }
}



@media only screen and (max-width: 767px) {

    li.checkbox-item {
        display: inline-block;
        /* width: 18%; */
        width: 40%;
        margin-left: 20px;
    }

    li.media-item {
        width: 100%;
    }


    .header-hero-image .col-md-12 {
        position: relative;
        margin-top: 50%;
    }

    a.btn.btn-package:link,
    a.btn.btn-package:visited {
        width: 60%;
    }

    .panel-title a {
        font-size: 80% !important;
    }



    .panel-body p {
        font-size: 60%;
    }

    .content {
        padding: 0px;
    }

    a.btn.btn-talk:link,
    a.btn.btn-talk:visited {

        font-size: 80%;
        width: 100%;

    }

    .hover-img {
        background-position: center;
        background-attachment: inherit;
        z-index: 1;
        background-repeat: no-repeat;
    }

    .package-right {
        padding: 30px 20px;
    }


    .priceNew-bg .header {
        padding-top: 0px !important;
    }

    .slider.round {
        display: none;
    }

    .panel-title a {
        font-size: 100%!important;
    }


}

@media only screen and (max-width: 480px) {

    a.btn.btn-package:link,
    a.btn.btn-package:visited {
        width: 40%;
        font-size: 40%;
        right: 10px;
    }

    
    .panel-body p {
        font-size: 70%;
    }

    /* .panel-title a {
        font-size: 65% !important;
    } */

    .heading-wrap,
    .gold .heading-wrap,
    .diamond .heading-wrap,
    .elite .heading-wrap {
        background-position: 0px -76px !important;
    }
   
.priceNew-table {
    display: block !important;

}
}




/*------------------------
       Helping Css
--------------------------*/

.col-center {
    float: none;
    margin: 0 auto;
}

section {
    padding-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px !important;

}

.flex {
    display: flex;
}

.pl0 {
    padding-left: 0px;
}

.pr0 {
    padding-right: 0px;
}

.mt30 {
    margin-top: 50px;
}

.mb30 {
    margin-bottom: 30px;
}

.overflow {
    overflow: hidden;
}

.mt200n {
    margin-top: -200px !important;
}

.w100{
    width: 100% !important;

}


.container .h1, .container h1 {
    font-size: 36px;
}
.container .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.container p {
    margin: 0 0 10px;
}

.container .panel-body {
    padding: 15px;
}


.price-link i.fa.fa-rotate-90{font-size:16px;}
.price-link i.fa{font-size:18px;}
.price-item ul.sliver.price-ul{display: none;}
.price-item.active ul.sliver.price-ul{display:block;}





 /* =================
             Price Page 2
        ===================== */
        .color-grey {
            color: #707070;
        }

        .color-black {
            color: #000;

        }

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

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

        .color-blue {
            color: #377ee0;
        }

        .font-14 {
            font-size: 14px !important;
        }

        .bg-white {
            background: #fff;

            margin-right: 0px;
            margin-left: 0px;
        }



        .py20 {
            padding: 0 20px;
        }

        div.priceNew-bg {
            background: #f4f4f5;
        }

        .priceNew-bg .package {
            background: #f4f4f5;
            padding: 4rem 0;
        }

        .priceNew-bg section.faq {
            background: #fff;
        }

        .ptb50 {
            padding: 50px 0;
        }


        /* Price Box */
        .priceTypeBox {
            text-align: center;
        }

        .priceType-title {
            font-size: 24px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.21;
            letter-spacing: normal;
            text-align: center;
            color: #5b7380;
        }

        .priceType-amount {
            font-size: 18px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.28;
            letter-spacing: normal;
            text-align: center;
            color: #000000;
            padding: 17px 0;
        }
        a.priceType-btn{
             display: inline-block;
            text-align: center;
            padding: 7px 0px;
            background: #0099ec;
            color: #fff;
            text-decoration: none;
            font-size: 14px;
            border-radius: 3px;
            border:none;
            box-shadow:none;
            width:90%;
        }
        a.priceType-btn.selected-btn{
           background: rgb(35, 200, 117) !important;
        }
            

        button.priceType-btn {
            display: inline-block;
            text-align: center;
            padding: 9px 0px;
            background: #0099ec;
            color: #fff;
            text-decoration: none;
            font-size: 14px;
            border-radius: 3px;
            border:none;
            box-shadow:none;
            width:90%;
                cursor: pointer;
        }

        .border-left {
            border-left: 1px solid rgba(0, 0, 0, 0.16);
        }

        h2.priceNew-Heading {
            padding: 15px 2rem;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.23;
            letter-spacing: normal;
            text-align: left;
            color: #5b7380;
            background: #E3E3E2;
            font-size: 22px;
            margin: 0px !important;
        }

        td.td-title {
            padding-left: 2rem !important;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            /* line-height: 1.5; */
            letter-spacing: normal;
            text-align: left;
            color: #8e8e8e;
            padding-top: 0.6rem !important;
        }

        table.table.priceNew-table {
            margin: 0px;
        }

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

        .priceNew-table tbody::before {
            display: none;
        }

        .priceNew-table td.td-title {
            border-radius: 0px !important;
        }

        .priceNew-table td:nth-child(5) {
            border-radius: 0px !important;
        }

        .wrap-priceNew {
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            overflow: hidden;
        }

        .priceNew-bg .header-hero-image.priceNew {
            background-image: none;

        }

        .priceNew-bg .hover-img {
            display: none;
        }

        .priceNew-bg .header {
            max-height: 300px !important;
            padding-top: 185px;
            padding-bottom: 60px;
        }

        .basic_block_details { position: relative;}

@media only screen and (max-width: 992px) {
    .priceType-title { font-size: 20px; line-height: 25px;}
    .container .h1, .container h1 { font-size: 30px;}
    .header-hero-image.priceNew { margin-top: 130px;}
    .header-hero-image .col-md-12 { margin: unset;}
    .header h1.header-primary { margin-bottom: 10px;}
    h2.priceNew-Heading { padding: 10px 10px 10px 15px;}
    .priceTypeBox { margin: 5px 0;}
    td, tr > td:first-child, tr > th:first-child { padding: 10px 10px 10px 15px !important; white-space: nowrap; }
    .table.table-responsive.priceNew-table tr:not(:last-child) { border-bottom: 2px solid #dee2e6;}
    .priceType-amount { padding: 10px 0;}
    .header-hero-image .monthly.toggle-pricing,
    .header-hero-image .annually.toggle-pricing { top: unset; margin: 0; }
    .header-content.color-blue.font-normal.font-14.mb-3 { margin: 10px 0 0 !important;}
    .annually.toggle-pricing,
    .monthly.toggle-pricing { font-size: 14px; line-height: 20px;}
    .switch { height: unset; margin: 0; width: unset; }
    .m_switch { width: 40px; height: 20px; }
    .header-primary.color-grey + div { gap: 10px;}
    .priceNew-bg .header { padding-top: 0; max-height: 200px !important;}
    .slider:before { display: none;}
}
@media only screen and (max-width: 767px) {
    .priceType-title { font-size: 20px; line-height: 25px;}
    .container .h1, .container h1 { font-size: 26px; line-height: 30px; }
    .header-hero-image .col-md-12 { margin: unset;}
    .header-hero-image.priceNew { margin-top: 150px;}
    .priceNew-bg .header { max-height: 240px !important;}
    h2.priceNew-Heading { padding: 5px 5px 5px 10px;}
    .priceTypeBox { margin: 5px 0;}
    td,
    tr > td:first-child, tr > th:first-child { padding: 5px 5px 5px 10px !important; white-space: nowrap; }
    .table.table-responsive.priceNew-table tr:not(:last-child) { border-bottom: 2px solid #dee2e6;}
    .priceType-amount { padding: 10px 0;}
    .header-hero-image .monthly.toggle-pricing,
    .header-hero-image .annually.toggle-pricing { top: unset; margin: 0; font-size: 13px; line-height: 20px; }
    .header-content.color-blue.font-normal.font-14.mb-3 { margin: 15px 0 0;}
    .annually.toggle-pricing,
    .monthly.toggle-pricing { font-size: 14px; line-height: 20px;}
    .switch { height: unset; margin: 0; width: unset; }
    .m_switch { width: 40px; height: 20px; }
    .header-primary.color-grey + div { gap: 10px;}
}