html,
body {
    font-family: "montserrat-regular";
    overflow-x: hidden;
}

@font-face {
    font-family: "fontawesome-webfont";
    src: url("fonts/fontawesome-webfont.ttf");
}

/* body.modal-open {
    width: 100% !important;
    padding-right: 0 !important;
    overflow-y: scroll !important;
} */

.cta {
    text-decoration: none !important;
}

.cta:hover {
    text-decoration: none !important;
}

.error {
    font-family: "montserrat-regular";
    color: red;
    font-size: 12px;
    /* margin: 10px 0; */
}

.table-cont>.row>div {
    border: 1px solid #d4ebf2;
}

.table-cont {
    border: 1px solid #d4ebf2;
}

.num-list {
    padding-right: 1em;
}

.input-field.error {
    border: 1px solid red;
    font-size: 18px !important;
}

.input-field-gs.error {
    font-size: 18px !important;
}

.error-cont {
    font-family: "montserrat-regular";
    color: #fff;
    text-align: center;
    padding: 0px 0 20px 0;
    /* margin: 10px 0; */
}

.error-cont>.error {
    font-family: "montserrat-regular";
    color: #fff;
    text-align: center;
    padding: 0px 0 20px 0;
    /* margin: 10px 0; */
}

.btn:focus {
    outline: none !important;
}

.img_thumb {
    object-fit: cover;
    width: 100%;
    height: 180px;
}

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


.unique-link-container {
    display: flex;
    margin-top: 40px;
    padding: 0px 20%;
    margin-bottom: 40px;
    flex-flow: column;
    justify-content: center;
}

.unique-link-container>div {
    display: flex;
    flex-flow: row;
}

.unique-link-container>span {
    font-size: 18px;
    padding-bottom: 20px;
    font-family: "Source Sans Pro";
}

.unique-link-box {
    border: #034694 1px solid;
    border-radius: 7px;
    padding: 10px;
    width: 100%;
    height: 50px;
    color: #034694;
}

.unique-link-box:focus {
    outline: none;
    box-shadow: 6px 6px 27px -16px rgba(0, 0, 0, 0.24);
}

.copy-btn {
    margin-left: -20px;
    width: 200px;

    letter-spacing: 1.5px;
    font-weight: bold;
    border-radius: 7px;
    margin-top: 0px;
}

.share-btn-container {
    border: 1.4px solid #034694;
    text-align: left;
    border-radius: 5px;
    cursor: pointer;
    width: unset;
    padding: 5px 50px;
    text-align: center;
    align-items: center;
}

.article-content img {
    max-width: 100%;
    width: 100%;
}

.article-main-container {
    margin-bottom: 30px;
}

.article-card {
    padding: 20px;
    position: absolute;
    width: 90%;
    background-color: #fff;
    min-height: 150px;
    bottom: -90px;
    margin: auto;
    left: 0px;
    right: 0px;
}

.article-card-container {
    margin-bottom: 150px;
}

.article-card-title-main {
    height: auto;
    font-size: 20px;
}

.article-card-title {
    height: 60px;
    font-size: 14px;
}

.article-card-subtitle {
    display: block;
}

.img_thumb_main {
    object-fit: cover;
    width: 70%;
    height: 500px;
}

.article-card-main {
    text-align: left;
    padding: 20px;
    position: absolute;
    left: 0px;
    top: 100px;
    width: 35%;
    background-color: #fff;
    min-height: 150px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    box-shadow: 0 0 5px rgba(9, 162, 222, 0.8);
    /* padding: 3px 0px 3px 3px; */
    /* margin: 5px 1px 3px 0px; */
    border: 1px solid rgba(9, 162, 222, 0.8);
}

h1,
h2 {
    font-family: "montserrat-bold";
}

table {
    min-width: 400px;
}

.a-style {
    word-break: break-all;
}

table,
th,
td {
    border: 1px solid black;
    border-collapse: collapse;
}

th,
td {
    padding: 15px;
}

.breadcrumb,
.jumbotron {
    background-color: #fff;
}

.breadcrumb small span {
    text-decoration: underline;
}

.m-reg {
    font-family: "montserrat-regular";
}

.m-bold {
    font-family: "montserrat-bold";
}

.m-semibold {
    font-family: "montserrat-semibold";
}

.m-medium {
    font-family: "montserrat-medium";
}

.m-light {
    font-family: "montserrat-light";
}

.navbrand {
    font-size: 24px;
}

.nav-link {
    font-family: "montserrat-semibold";
}

.a-link {
    color: #000;
    transition: 0.2s ease-in-out;
}

.chkbx {
    border-radius: 5px;
    border-color: #09a3df;
}

.a-link:hover {
    color: #09a3df;
    text-decoration: none;
}

.a-link[role="button"]:hover {
    color: #09a3df;
    text-decoration: none;
}

.main {
    color: #fff;
    position: fixed;
    /* position: absolute; */
    top: 0;
    width: 100% !important;
    background-color: transparent;
    z-index: 999;
}

.input-field {
    width: 100%;
}

.note {
    margin-top: 5px;
}

.show-xl-only,
.show-lg {
    display: none;
}

.btn-cont {
    display: inherit !important;
}

.header-logo,
.header-logo-2 {
    width: 150px;
    height: auto;
}

.navbar {
    padding: 10px 150px;
}

.main-banner {
    padding-top: 150px;
    padding-bottom: 50px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2.5rem;
    padding-left: 0.5rem;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: -6px;
}

.custom-toggler.navbar-toggler {
    border-color: transparent;
    padding: 0px;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 70% 70%;
    color: #fff;
}

.img-tree {
    max-width: 300px;
    height: auto;
    margin: 0 auto;
}

.calendar-container {
    width: 400px;
    height: 750px;
    border: 10px solid #ff9821;
    border-radius: 5px;
    background: #fff;
    overflow: hidden !important;
    padding-bottom: 100px;
}

.container-pkg {
    max-width: 799px;
}

@media only screen and (max-width: 1167px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 0;
        padding-top: 15px;
        margin-bottom: 0px;
    }

    .btn-sign {
        color: #fff;
        font-size: 14px !important;
    }

    .btn-style-top {
        background-color: #ff9821;
        /* box-shadow: 1px 8px 0px #00000042; */
        -moz-box-shadow: 1px 8px 0px #00000042;
        -webkit-box-shadow: 1px 8px 0px #00000042;
        box-shadow: 1px 8px 0px #00000042;
        border: none !important;
        color: white;
        /* width: 281px; */
        font-size: 14px !important;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0px;
    }

    .header-logo,
    .header-logo-2 {
        width: 120px;
        height: auto;
    }
}

@media only screen and (min-width: 1600px) {
    .show-xl-only {
        display: block;
    }
}

@media only screen and (min-width: 992px) {
    .show-lg {
        display: block;
    }

    .navbar-nav {
        margin-left: 5%;
    }
}

*:focus {
    outline: 0 !important;
}

.btn:active,
.btn:focus {
    border: none;
    outline: none;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.btn-top {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #fff;
}

.btn-style-top {
    background-color: #ff9821;
    /* box-shadow: 1px 8px 0px #00000042; */
    -moz-box-shadow: 1px 8px 0px #00000042;
    -webkit-box-shadow: 1px 8px 0px #00000042;
    box-shadow: 1px 8px 0px #00000042;
    border: none !important;
    color: white;
    /* for ie */
    /* zoom: 1;
    filter: progid: DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=15, Direction=90), progid: DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=15, Direction=180); */
    /* width: 281px; */
    font-size: 1rem;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0px;
}

.btn-style-first {
    background-color: #ff9821;
    /* box-shadow: 1px 8px 0px #00000042; */
    -moz-box-shadow: 1px 8px 0px #00000042;
    -webkit-box-shadow: 1px 8px 0px #00000042;
    box-shadow: 1px 8px 0px #00000042;
    border: none !important;
    color: white;
    /* for ie */
    /* zoom: 1;
    filter: progid: DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=15, Direction=90), progid: DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=15, Direction=180); */
    width: 281px;
    font-size: 18px;
    padding: 15px;
    margin: 0px;
}

.btn-style-second {
    background-color: #ff9821;
    /* box-shadow: 1px 8px 0px #00000042; */
    /* -moz-box-shadow: 1px 8px 0px #00000042;
    -webkit-box-shadow: 1px 8px 0px #00000042;
    box-shadow: 1px 8px 0px #00000042; */
    border: none !important;
    color: white;
}

.btn-style-third {
    background-color: transparent;
    border: 1px solid #0474b6;
    color: #0474b6;
    max-width: 389px;
}

.btn-style-fourth {
    background-color: transparent;
    border: 1px solid #00a1b1;
    color: #00a1b1;
    max-width: 389px;
}

.btn-style-fourth:hover {
    color: #00a1b1;
}

.btn-bsn-signup {
    background-color: #00a1b1;
}

.btn.btn-primary.btn-bsn-signup:hover,.btn.btn-primary.btn-bsn-signup:focus,.btn.btn-primary.btn-bsn-signup:active {
    background-color: #00a1b1;
    outline: none;
    border: none;
}

.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none;
}

.lg {
    background: url(../images/main-banner-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
}

.img-next {
    width: 20px;
    height: 20px;
}

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

.text-tnc,
.text-pp,
.text-help {
    font-size: 18px;
}

.text-pp li,
.text-tnc li,
.text-help li {
    /* Adjust this value so that it appears where you want. */
    font-size: 10px;
    /* Adjust this value so that it appears what size you want. */
}

.text-pp li span,
.text-tnc li span,
.text-help li span {
    /* Adjust this value so that it appears where you want. */
    font-size: 18px;
    /* Adjust this value so that it appears what size you want. */
}

.main.active {
    background-color: #006ac7;
    color: #000 !important;
    transition: 0.5 ease-in;
}

.main.done {
    background-color: transparent;
    /* color: #000 !important; */
    transition: 0.5 ease-in;
}

.navbar-dark .navbar-nav .nav-link.active {
    /* background-color: #fff; */
    color: #fff !important;
    transition: 0.5 ease-in;
}

.btn-sign {
    color: #fff;
    font-size: 1rem;
}

.lbl-total {
    letter-spacing: 0.4px;
    color: #006ac7;
    font-size: 16px;
}

.price-tag {
    letter-spacing: 0.75px;
    color: #006ac7;
    font-size: 30px;
}

.price-tag sup {
    font-size: 18px;
}

.price-container {
    border: 1px solid #006ac7;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.summary {
    color: #606060;
}

/* .btn-sign.active {
    border: 2px solid #000 !important;
    color: #000 !important;
} */

.btn-sign:hover {
    background-color: #fff;
    color: #000;
    /* transition: ease-in-out 1; */
}

.big-copy {
    margin-top: 100px;
    margin-bottom: 140px;
    font-size: 40px;
    line-height: 65px;
}

.big-copy.ow {
    margin: 100px;
    font-size: 40px;
    line-height: 65px;
}

.img-left {
    z-index: -1;
    position: absolute;
    width: 20%;
    height: auto;
    left: -170px;
    top: 593px;
}

.img-right {
    z-index: -1;
    position: absolute;
    width: 20%;
    height: auto;
    right: -210px;
    top: 162px;
}

.img-left.pp {
    z-index: -1;
    position: absolute;
    width: 360px;
    height: auto;
    left: -170px;
    top: 593px;
}

.img-right.pp {
    z-index: -1;
    position: absolute;
    width: 349px;
    height: auto;
    right: -81px;
    top: 1240px;
}

.img-left.tnc {
    z-index: -1;
    position: absolute;
    width: 360px;
    height: auto;
    left: -170px;
    top: 593px;
}

.img-right.tnc {
    z-index: -1;
    position: absolute;
    width: 306px;
    height: auto;
    right: -81px;
    top: 86px;
}

.img-left-2 {
    z-index: -1;
    position: absolute;
    width: 20%;
    height: auto;
    left: -157px;
    top: 593px;
}

.img-right-2 {
    z-index: -1;
    position: absolute;
    width: 30%;
    height: auto;
    right: -311px;
    top: 0px;
}

h1 span {
    color: #ff9821 !important;
}

.list-benefit {
    font-size: 18px;
    font-family: "montserrat-light";
    text-align: left;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 15px;
}

.list-benefit a {
    color: #000;
    text-decoration: none;
}

.list-benefit.active a {
    color: #014c97 !important;
    text-decoration: none;
}

.list-benefit.active {
    color: #014c97 !important;
    font-size: 20px;
    font-family: "montserrat-semibold";
    text-align: left;
}

.text-title-blue {
    font-size: 18px;
    letter-spacing: 4.5px;
    color: #0474b6;
    text-transform: uppercase;
}

.blue-text {
    color: #0474b6;
}

.blue-container {
    width: 100%;
    margin: 40px auto;
    background-color: #006ac7;
    padding: 4%;
    border-radius: 21px;
    color: #fff;
}

.light-blue-container {
    width: 100%;
    background-color: #f2f8fb;
    border-radius: 16px;
    color: #929292;
    font-size: 16px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    box-shadow: 0px 3px 6px #00000029;
}

.author {
    color: #73ade0;
}

.text-desc {
    font-size: 18px;
    color: #2d2d2d;
}

.text-desc-2 {
    font-size: 18px;
    color: #2d2d2d;
    margin-bottom: 40px;
    line-height: 33px;
}

.text-desc-3 {
    font-size: 23px;
}

.benefit-cont {
    background-color: #f2f8fb;
    border-radius: 21px;
    padding: 50px 120px 50px 50px;
    width: 562px;
}

.product-cont {
    text-align: left;
    background: #0094e1;
    border-radius: 10px;
    height: auto;
    padding: 30px;
    margin-bottom: 50px;


}

.product-cont-vdp {
    text-align: left;
    background: #2abad8;
    border-radius: 10px;
    height: auto;
    padding: 30px;
    margin-bottom: 50px;
}

.price {
    font-size: 50px;
    text-align: left;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 20px;
    margin-top: 40px;
}

.price-product {
    font-size: 50px;
    text-align: left;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 20px;
    margin-top: 40px;
}

.price-product-vdp {
    font-size: 50px;
    text-align: left;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
}

.price-product-register {
    font-size: 50px;
    text-align: left;
    letter-spacing: 0px;
    text-transform: uppercase;
    line-height: 20px;
    margin-top: 40px;
}

.product-wrapper {
    width: 925px;
    margin: 0 auto;
}

.product-wrapper-pricing {
    max-width: 1200px;
    margin: 0 auto;
}

.product-wrapper-vdp {
    max-width: 1150px;
    margin: 0 auto;
}

.product-wrapper.home {
    width: 970px;
    margin: 0 auto;
}

.premium-cont {
    text-align: left;
    background: #00325e;
    border-radius: 10px;
    /* border: 6px solid #0061ab; */
    height: auto;
    padding: 30px;
    margin-bottom: 50px;


}

.premium-video-cont {
    text-align: left;
    background: #2abad8;
    border-radius: 10px;
    /* border: 6px solid #0061ab; */
    padding: 30px;
    margin-bottom: 50px;
    height: 90%;
}

.text-benf {
    color: #fff;
    font-size: 18px;
    font-family: "Montserrat-light";
}

.text-benf-vdp {
    color: #fff;
    font-size: 15px;
    /* font-family: "Montserrat-light"; */
    font-weight: bold;
}

.premium-cont ul li {
    color: #fff;
    font-size: 18px;
    padding-top: 15px;
    font-family: "Montserrat-medium";
}

.product-cont ul li.none {
    list-style-type: none;
    margin-left: -20px;
}

.premium-cont ul li.none {
    list-style-type: none;
    margin-left: -20px;
}

.fa-check.basic:before {
    content: "\f00c";
    color: #0094e1;
    /* color: blue; */
    top: -7px;
    left: -4px;
    position: relative;
    font-size: 12px;
}

.fa-check.pre:before {
    content: "\f00c";
    color: #00325e;
    top: -7px;
    left: -4px;
    position: relative;
    font-size: 12px;
}

.fa-circle:before {
    content: "\f111";
    font-size: 5px;
    padding-left: 7px;
    padding-right: 20px;
}

.pkg-check {
    display: inline-block;
    color: #006ac7 !important;
    margin: 0em 0.7em 0em 0.1em;
    border-radius: 100%;
    background-color: #fff;
    text-align: center;
    font-weight: bolder;
    padding: 8px;
    height: 20px;
    width: 20px;
}

.work-cont {
    background-color: #e5f0f9;
}

.work-cont.ld {
    background-color: transparent;
}

.feed-cont {
    background-color: #006ac7;
}

.work-box {
    max-height: 370px;
    padding-bottom: 100px;
    animation: pop-in 0.5s;
    -moz-animation: pop-in 0.5s;
    /* Firefox */
    -webkit-animation: pop-in 0.5s;
    /* Safari and Chrome */
    -o-animation: pop-in 0.5s;
    /* Opera  */
}

.container.article {
    padding-bottom: 130px;
    padding-top: 50px;
    max-width: 991px;
}

.benefit-mobile {
    width: 100%;
    max-height: auto;
    /* margin-left: auto;
    margin-right: auto; */

    padding: 50px;
    background: #006ac7;
    overflow-y: hidden;
    margin-top: 30px;
}

.swiper-pagination.product-pag .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #006ac7;
    opacity: 0.2;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 60px;
    left: 0;
    width: 100%;
}

.swiper-pagination.product-pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container.product-swipe {
    width: 100% !important;
    height: 100% !important;
}

.swiper-container.product-swipe .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    /* Center slide text vertically */

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.banner-text {
    padding: 20px 100px 20px 100px;
    font-size: 20px;
}

.banner-text span {
    color: #ff9821 !important;
}

.swiper-container.benefit-swiper {
    width: 574px;
    max-height: 650px;
    /* margin-left: auto;
    margin-right: auto; */

    padding: 50px;
    background: #006ac7;
    overflow-y: hidden;
    /* margin-left: -90px; */

    margin-top: 30px;
    border-radius: 21px;
}

.benefit-mobile .swiper-slide {
    text-align: center;
    background: #006ac7;
    color: #fff;
    height: auto;
}

.swiper-container.benefit-swiper .swiper-slide {
    text-align: center;
    background: #006ac7;
    color: #fff;
    max-height: 603px !important;
}

.benefit-mobile .swiper-title,
.swiper-container.benefit-swiper .swiper-title {
    font-family: "montserrat-semibold";
    font-size: 30px;
    color: #fff;
    text-align: center;
    display: block;
}

.benefit-mobile .swiper-desc,
.swiper-container.benefit-swiper .swiper-desc {
    font-family: "montserrat-light";
    font-size: 20px;
    color: #fff;
    text-align: center;
    display: block;
}

.benefit-mobile .swiper-content,
.swiper-container.benefit-swiper .swiper-content {
    margin: 65px 0;
}

.feed {
    box-shadow: 5px 29px 6px #0000004d;
    border-radius: 5px;
    padding-top: 10px;
    height: auto;
    max-height: 600px;
    background-image: url(../images/quotes.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.modal-title {
    text-transform: uppercase;
    letter-spacing: 8.2px;
    font-size: 48px;
}

#faq-content {
    padding-top: 100px;
    padding-bottom: 100px;
}

.input-group,
.input-group.blog,
.input-group.help {
    margin: 40px 0;
}

.input-group.blog {
    border: 3px solid #00417a;
    border-radius: 8px;
    bottom: -28px;
}

.input-group.help {
    border: 3px solid #00417a;
    border-radius: 8px;

    width: 80%;
    margin: 0 auto;
}

.input-group input[type="email"] {
    font-size: 20px;
    height: -39px;
    /* width: 221px; */

    padding: 29px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.input-group.blog input[type="text"],
.input-group.help input[type="text"] {
    font-size: 20px;
    height: 60.5px;
    padding: 20px !important;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border: 0px;
}

.input-group-append button {
    height: 60.5px;
    margin: 0px 0;
    width: 162px;
    background-color: #ff9821;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border: #ff9821;
    color: #fff;
}

.input-group-append .search-blog {
    height: 60.5px;
    margin: 0px 0;
    width: 84px;
    background-color: #fff;
    border: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.getstarted-more-sect .benefit-desc {
    color: #fff;
    text-align: left;
}

.getstarted-more-sect .desc-hiw {
    margin-left: -20px;
}

.pp-cont-img {
    position: relative;
    width: 100%;
}

.img-fit.pp {
    position: absolute;
    top: -251px;
    width: 450px;
    right: -156px;
    height: auto;
    left: initial;
}

.getstarted-more-sect .img-fit {
    width: 318px;
    height: auto;
    left: 0px;
    bottom: -26px;
}

.email-cont {
    font-size: 24px;
    padding: 40px;
    text-align: center;
    width: 50%;
    border-radius: 12px;
}

.input-gt .email-cont {
    font-size: 24px;
    padding: 40px;
    text-align: center;
    width: 50%;
    margin-top: 20px;
    border-radius: 12px;
}

.how-this-title {
    font-size: 21px;
    height: 60px;
}

.border-org {
    border: 5px solid #ff9821;
    border-radius: 50%;
}

.how-this-desc {
    font-size: 18px;
}

.container.brandripe {
    max-width: 1280px;
    margin-bottom: 200px !important;
}

.learn-more-sect,
.getstarted-more-sect,
.au-more-sect {
    background-color: #006ac7;
}

.display-top {
    z-index: 9999 !important;
}

.bg-footer {
    background-color: #00417a;
}

.first-wrapper {
    margin: 0 auto;
}

.img-modal {
    margin: 0 auto;
    padding-left: 19%;
}

.border-none {
    outline: none !important;
    border: 0px !important;
}

.mw-300 {
    min-width: 300px !important;
}

.maxw-300 {
    max-width: 300px !important;
    width: 100%;
}

.maxw-400 {
    max-width: 400px !important;
    width: 100%;
}

.maxw-450 {
    max-width: 450px !important;
    width: 100%;
}

/* .modal {
    position: absolute;
    top: 10px;
    right: 100px;
    bottom: 0;
    left: 0;
    z-index: 10040;
    overflow: auto;
    overflow-y: auto;
} */

/* .modal-dialog {
    position: absolute !important;
} */
.img-modal img {
    width: 153px;
    height: auto;
    position: relative;
    top: -119px;
}

.get-discount {
    width: 300px;
    font-size: 21px;
    padding: 15px 20px 15px 20px;
    margin: 15px auto;
}

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

.modal-content {
    margin-top: 85px;
    border-radius: 14px;
    /* max-height: 550px; */
}

.modal-header {
    border-bottom: 1px solid transparent;
    height: auto;
    width: 100%;
}

.big-copy-footer {
    font-size: 40px;
}

.big-copy-footer.blog {
    font-size: 40px;
}

.blog-input {
    border-radius: 50px;
    padding: 25px;
}

.witf-list,
.wwc-list {
    height: 100%;
    overflow: hidden;
    transition: linear 0.2s;
}

.witf-list.expand,
.wwc-list.expand {
    height: 1000px;
    transition: linear 0.2s;
}

.btn-more::before {
    content: "See more";
}

.btn-more.expand::before {
    content: "See less";
}

.witf-check {
    display: inline-block;
    color: #fff !important;
    margin: 0em 0.7em 0.9em 0.1em;
    border-radius: 100%;
    background-color: #162294;
    text-align: center;
    font-weight: bolder;
    /* padding: 8px; */

    width: 20px;
    height: 20px;
}

.fa-check.work:before {
    content: "\f00c";
    top: 1px;
    left: -1px;
    position: relative;
    font-size: 12px;
}

.fa-check:before {
    content: "\f00c";
    top: -7px;
    left: -4px;
    position: relative;
    font-size: 12px;
}

.sche-check {
    display: inline-block;
    color: #fff !important;
    margin: 0em 0.7em 0em 0.1em;
    border-radius: 100%;
    background-color: #006ac7;
    text-align: center;
    font-weight: bolder;
    padding: 8px;
    height: 20px;
    width: 20px;
}

.witf-list li,
.wwc-list li {
    /* font-size: 18px; */

    line-height: 40px;
    list-style-type: none;
    font-size: 1em;
    /* white-space: nowrap; */
}

.schedule-list {
    padding-left: 0px;
}

.schedule-list li {
    line-height: 40px;
    list-style-type: none;
    font-size: 1em;
}

.btn-demo {
    width: 295px;
    font-size: 17px;
    padding: 15px 20px 15px 20px;
    margin: 40px auto;
}

.btn-demo.blog {
    width: auto;
    font-size: 17px;
    padding: 13px 30px 13px 30px;
    margin: 0px auto;
}

.lh-20 {
    line-height: 20px !important;
}

.lh-30 {
    line-height: 30px !important;
}

.lh-40 {
    line-height: 40px !important;
}

.lh-50 {
    line-height: 50px !important;
}

img {
    transition: all 0.3s linear;
    -ms-filter: "alpha(opacity=100)";
    opacity: 1;
}

.img-fluid {
    transition: all 0.3s linear;
}

.benefit-hiw .benefit-title,
.benefit-plans .benefit-title {
    font-size: 26px;
    text-align: center;
}

.benefit-nfts .benefit-title {
    font-size: 22px;
    text-align: center;
}

.benefit-vdp {
    font-size: 22px;
    text-align: center;
}

#faq-content {
    background-color: #e5f1f8;
}

.img-faq {
    width: 700px;
    height: auto;
}

.img-banner.pricing,
.img-banner.video-plan,
.img-banner.ow {
    max-width: 45%;
    margin: 0 auto;
}

.img-banner.video-plan {
    max-width: 65%;
    margin: 0 auto;
}

.img-b {
    height: 260px;
    width: auto;
}

.benefit-desc {
    font-size: 18px;
    text-align: center;
}

.witf-container,
.wwc-container {
    margin: 40px auto;
    background-color: #f2f8fb;
    padding: 4%;
    border-radius: 21px;
}

.center-v {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.center-h {
    margin: 0 auto;
}

.headline {
    color: #fff;
    font-size: 60px;
}

.headline-hiw {
    color: #000;
    /* margin-top: 100px; */

    font-size: 68px;
}

.headline-vdp {
    color: #000;
    /* margin-top: 100px; */

    font-size: 53px;
}

.headline-nft {
    color: #000;
    /* margin-top: 100px; */

    font-size: 53px;
}

.headline-hiw.plan,
.headline-hiw.ld,
.headline-hiw.au {
    color: #000;
    /* margin-top: 100px; */

    font-size: 80px;
}

.headline-hiw.ow {
    font-size: 65px;
}

.headline-desc-hiw {
    color: #000;
    font-size: 20px;
    margin: 40px 0px;
}

.headline-desc-vdp-sub {
    color: #000;
    font-size: 18px;
    /* margin: 40px 0px; */
    font-weight: bolder;
}

.headline-desc-nft-sub {
    color: #000;
    font-size: 18px;
    /* margin: 40px 0px; */
    font-weight: bolder;
}

.headline-desc-vdp {
    color: #4D4D4D;
    font-size: 16px;
    /* margin: 40px 0px; */
}

.title-hiw {
    font-size: 36px;
    margin: 20px auto;
}

.sub-title-hiw {
    font-size: 18px;
    margin: 20px auto;
}

.desc-hiw {
    font-size: 18px;
}

.btn-style-hiw {
    width: auto;
    font-size: 18px;
    padding: 15px 30px 15px 30px;
    margin-top: 0px;
    background-color: #ff9821;
    /* box-shadow: 1px 8px 0px #00000042; */

    -moz-box-shadow: 1px 8px 0px #00000042;
    -webkit-box-shadow: 1px 8px 0px #00000042;
    box-shadow: 1px 8px 0px #00000042;
    border: none !important;
    color: white;
    /* for ie */
    /* zoom: 1;
    filter: progid: DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=15, Direction=90), progid: DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=15, Direction=180); */

    margin: 40px 0px;
}

.headline-desc {
    color: #fff;
    font-size: 26px;
    margin: 40px 0px;
}

.headline-desc-dhl {
    font-size: 20px;
    margin: 40px 0px;
}

.btn-vp {
    width: 170px;
    color: #fff;
    border: none;
    font-size: 16px;
    /* height: 50px; */

    padding-top: 9px;
    padding-bottom: 9px;
    background: transparent;
}

.btn-view-price {
    color: #fff;
    padding-left: 10px;
    font-size: 20px;
    margin: 0px;
    background-color: transparent;
    border: none;
    outline: none;
}

.content-banner-mobile {
    display: none;
}

.sm-tablet {
    display: none;
}

.no-wrap {
    white-space: nowrap !important;
}

.hiw-banner,
.hiw-banner.hiw,
.hiw-banner.plan,
.hiw-banner.ld,
.hiw-banner.schedule,
.hiw-banner.au {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 90px;
    padding-bottom: 50px;
}

.hiw-banner.blog,
.hiw-banner.help {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 100px;
    padding-bottom: 50px;
}

.hiw-banner.pp,
.hiw-banner.tnc {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 150px;
    padding-bottom: 100px;
}

.hiw-banner.hiw {
    background: url(../images/hiw/background2.png);
    background-repeat: no-repeat;
    /* background-size: cover; */

    background-size: 100%;
}

.hiw-banner.plan,
.hiw-banner.au {
    background: url(../images/pricing.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.hiw-banner.ld,
.hiw-banner.schedule {
    background: url(../images/ourwork.png);
    background-repeat: no-repeat;
    /* background-size: cover; */

    background-size: 100%;
}

.hiw-banner.blog {
    background: url(../images/blog.png);
    background-repeat: no-repeat;
    /* background-size: cover; */

    background-size: 100%;
}

.hiw-banner.pp,
.hiw-banner.tnc {
    background: url(../images/blog.png);
    background-repeat: no-repeat;
    /* background-size: cover; */

    background-size: cover;
}

.hiw-banner.help {
    background: url(../images/blog.png);
    background-repeat: no-repeat;
    /* background-size: cover; */

    background-size: cover;
}

.go {
    width: 267px;
    font-size: 35px;
    padding: 15px 20px 15px 20px;
    margin: 30px auto;
}

.copy-mm {
    font-size: 40px;
    margin-bottom: 20px;
}

.copy-ls {
    font-size: 40px;
    margin-bottom: 20px;
}

.card {
    border: 0px;
}

.card.art {
    cursor: pointer;
    box-shadow: 0px 3px 6px #00000029;
}

.card.art:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    transition: 0.3s cubic-bezier(1, 0, 0, 1);
}

.white-box-small {
    position: absolute;
    padding: 20px;
    bottom: 20%;
    left: 10%;
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    width: 80%;
    height: auto;
    text-align: left !important;
}

.white-box-small h5 {
    font-size: 16px;
}

.au-content {
    margin-top: 50px;
    margin-bottom: 150px;
}

.au-header-title {
    font-size: 50px;
}

.au-subtitle {
    font-size: 26px;
}

.au-type {
    font-size: 42px;
    color: #0474b6;
}

.au-table {
    min-width: 100%;
    border: 0px !important;
}

.au-table tr td {
    max-width: 400px;
    padding: 20px 60px 20px 0px;
    border: 0px !important;
}

.navbar-dark .navbar-toggler-icon {
    transition: all 0.2s ease-in-out;
    background-image: url(../images/menu.png);
}

.navbar-dark .navbar-toggler-icon.expand {
    transition: all 0.2s ease-in-out;
    background-image: url(../images/close.png);
}

.img-tree {
    max-width: 50%;
    height: auto;
    margin: 0 auto;
}

.progress-cont {
    width: 100%;
    margin-left: 10px;
}

.progress-step {
    border-bottom: 5px solid #ebebeb;
    padding-bottom: 10px;
    white-space: nowrap;
}

.progress-step.active {
    border-bottom: 5px solid #006ac7;
    padding-bottom: 10px;
    color: #606060;
    font-family: "Montserrat-regular";
}

.progress-step.active.curr {
    border-bottom: 5px solid #006ac7;
    padding-bottom: 10px;
    color: #006ac7;
    font-family: "Montserrat-bold";
}

.chk-cont {
    position: absolute;
    top: 20px;
    right: 30px;
}

.pkg-desc {
    width: 100%;
    border-radius: 10px;
    border: 2px solid #006ac7;
    color: #006ac7;
    padding: 30px;
    cursor: pointer;
}

.pkg-desc.checked {
    color: #fff;
    background-color: #006ac7;
}

.pkg-desc-title {
    font-size: 22px;
    letter-spacing: 3.52px;
    text-transform: uppercase;
    padding-right: 90px;
}

.pkg-list-cont,
.pkg-list-cont-pre {
    height: 100%;
    overflow: hidden;
    transition: linear 0.2s;
}

.pkg-list-cont.expand {
    height: 420px;
    transition: linear 0.2s;
}

.pkg-list-cont-pre.expand {
    height: 420px;
    transition: linear 0.2s;
}

.pkg-link-more {
    cursor: pointer;
}

.pkg-link-more.basic::before,
.pkg-link-more.pre::before {
    content: "view more";
}

.pkg-link-more.basic::after,
.pkg-link-more.pre::after {
    content: "";
    background-image: url(../images/Icon-awesome-caret-down.png);
    background-repeat: no-repeat;
    padding: 0px 20px 0px 20px;
    background-position: 10px 3px;
    background-size: 15px 10px;
}

.pkg-link-more.basic.active::after,
.pkg-link-more.pre.active::after {
    content: "";
    background-image: url(../images/Icon-awesome-caret-down-white.png);
    background-repeat: no-repeat;
    padding: 0px 20px 0px 20px;
    background-position: 10px 3px;
    background-size: 15px 10px;
}

.pkg-link-more.basic.expand::before,
.pkg-link-more.pre.expand::before {
    content: "view less";
}

.pkg-link-more.basic.expand::after,
.pkg-link-more.pre.expand::after {
    content: "";
    background-image: url(../images/Icon-awesome-caret-up.png);
    background-repeat: no-repeat;
    padding: 0px 20px 0px 20px;
    background-position: 10px 3px;
    background-size: 15px 10px;
}

.pkg-link-more.basic.active.expand::after,
.pkg-link-more.pre.active.expand::after {
    content: "";
    background-image: url(../images/Icon-awesome-caret-up-white.png);
    background-repeat: no-repeat;
    padding: 0px 20px 0px 20px;
    background-position: 10px 3px;
    background-size: 15px 10px;
}

.text-total {
    font-size: 37px;
    color: #006ac7;
}

.text-topic {
    color: #000;
}

.side-icon {
    width: 55px;
    height: auto;
    position: absolute;
    top: 15px;
    right: 30px;
}

.star_rating_container {
    border-right: 1px #fff solid;
}

@media only screen and (max-width: 2200px) {
    /* .hiw-banner.plan,
    .hiw-banner.ld,
    .hiw-banner.schedule,
    .hiw-banner.au {
        background-size: 100% 100%;
    } */
}

@media only screen and (min-width: 1680px) {
    .content-banner {
        z-index: 99;
        position: absolute;
        left: 230px;
        top: 260px;
        width: 600px;
    }
}

@media (max-width: 1679px) {
    /* .hiw-banner.plan,
    .hiw-banner.ld,
    .hiw-banner.schedule,
    .hiw-banner.au {
        background-size: contain;
        background-position: 150% 0%;
    } */

    .navbar {
        padding: 10px 40px;
    }

    .content-banner {
        z-index: 99;
        position: absolute;
        left: 230px;
        top: 240px;
        width: 600px;
    }

    .headline-desc {
        color: #fff;
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .headline-desc-dhl {
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .btn-view-price {
        color: #fff;
        font-size: 21px;
    }

    .headline-desc-star {
        color: #fff;
        font-size: 18px;
    }
}

@media only screen and (min-width: 1441px) {
    .headline {
        color: #fff;
        font-size: 68px;
        margin-top: 20px;
    }

    .headline-vdp {
        color: black;
        font-size: 46px;
        /* margin-top: 20px; */
    }

    .headline-nft {
        color: black;
        font-size: 46px;
        /* margin-top: 20px; */
    }

    .headline-seo {
        color: #fff;
        font-size: 48px;
        margin-top: 20px;
    }

    .headline-dhl {
        font-size: 45px;
        margin-top: 20px;
    }

    .headline-desc {
        color: #fff;
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .headline-desc-dhl {
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .no-wrap-xl {
        white-space: nowrap !important;
        /* margin: 0 auto;
         */
        margin-left: -2%;
    }

    .headline-desc-hiw.au {
        margin-right: 191px;
    }

    .container.au {
        max-width: 1400px;
    }

    .headline-desc-star {
        color: #fff;
        font-size: 18px;
    }
}

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

    .hiw-banner.plan,
    .hiw-banner.ld,
    .hiw-banner.schedule,
    .hiw-banner.au {
        background-size: 100%;
    }

    .headline-hiw.plan {
        color: #000;
        /* margin-top: 100px; */
        font-size: 60px;
    }

    .headline-hiw {
        color: #000;
        /* margin-top: 100px; */
        font-size: 37px;
    }

    .headline-vdp {
        color: #000;
        /* margin-top: 100px; */
        font-size: 40px;
    }

    .headline-nft {
        color: #000;
        /* margin-top: 100px; */
        font-size: 30px;
    }

    .headline-vdp.pricing,
    .headline-hiw.video-plan,
    .headline-hiw.schedule {
        color: #000;
        /* margin-top: 100px; */
        font-size: 50px;
    }

    .headline-hiw.ow {
        color: #000;
        /* margin-top: 100px; */
        font-size: 50px;
    }

    .headline-desc-hiw.pricing,
    .headline-desc-hiw.ow,
    .headline-desc-hiw.schedule {
        color: #000;
        font-size: 20px;
        margin: 40px 0px;
        line-height: 30px !important;
    }

    .headline-desc-hiw {
        color: #000;
        font-size: 20px;
        margin: 40px 0px;
    }

    .headline-desc-vdp-sub {
        color: #000;
        font-size: 18px;
        /* margin: 20px 0px; */
        font-weight: bolder;
    }

    .headline-desc-nft-sub {
        color: #000;
        font-size: 18px;
        /* margin: 20px 0px; */
        font-weight: bolder;
    }

    .headline-desc-vdp.video-plan {
        color: #4D4D4D;
        font-size: 16px;
        /* margin: 20px 0px; */
    }

    ;

    .headline-desc-nft.nft-page {
        color: #4D4D4D;
        font-size: 16px;
        /* margin: 20px 0px; */
    }

    ;
    font-size: 18px;
    /* margin: 20px 0px; */
    font-weight: bolder;
}

.btn-style-hiw {
    width: auto;
    font-size: 18px;
    padding: 15px 30px 15px 30px;
    background-color: #00a1b1;
    /* box-shadow: 1px 8px 0px #00000042; */
    -moz-box-shadow: 1px 8px 0px #00000042;
    -webkit-box-shadow: 1px 8px 0px #00000042;
    box-shadow: 1px 8px 0px #00000042;
    border: none !important;
    color: white;
    /* for ie */
    /* zoom: 1;
        filter: progid: DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=15, Direction=90), progid: DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=15, Direction=180); */
    margin: 0px;
}

.btn-style-hiw:hover {
    color: white;
}

#scroll-div {
    width: 1187px;
    margin: 0 auto;
    /* width: 80%; */
    /* margin: 0; */
    /* padding: 0px !important; */
}

.big-copy-lg {
    margin-left: 0px;
    margin-right: 0px;
}

.container.brandripe {
    max-width: auto;
}

.content-banner {
    top: 220px;
    width: 450px;
}

.headline {
    color: #fff;
    font-size: 52px;
}

.headline-seo {
    color: #fff;
    font-size: 42px;
}

.headline-dhl {
    font-size: 40px;
}

.btn-style-first {
    width: 226px;
    font-size: 18px;
    /* padding: 20px; */
    padding: 15px 0px;
}

.btn-view-price {
    color: #fff;
    font-size: 18px;
    /* margin: 0px !important; */
}

.img-md {
    width: 310px;
    height: auto;
}
}

@media only screen and (max-width: 1340px) {
    .content-banner {
        top: 186px;
        width: 450px;
    }

    .headline {
        color: #fff;
        font-size: 45px;
    }

    .headline-seo {
        color: #fff;
        font-size: 36px;
    }

    .headline-dhl {
        font-size: 35px;
    }

    .headline-desc {
        color: #fff;
        font-size: 20px;
    }

    .headline-desc-star {
        color: #fff;
        padding-top: 1rem;
    }

    .btn-style-first {
        width: 226px;
        font-size: 18px;
        padding: 20px;
    }

    .btn-view-price {
        color: #fff;
        font-size: 18px;
        /* margin: 0px !important; */
    }

    .product-wrapper {
        width: 94%;
        margin: 0 auto;
    }

    .product-wrapper.home {
        width: 94%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1280px) {
    .benefit-cont {
        padding: 50px 145px 50px 50px;
        width: 502px;
    }

    #scroll-div {
        width: 90%;
        margin: 0 auto;
        /* width: 80%; */
        /* margin: 0; */
        /* padding: 0px !important; */
    }
}

@media only screen and (max-width: 1199px) {
    .img-b {
        height: 200px;
        width: auto;
    }

    .img-banner.pricing {
        max-width: 70%;
        margin: 0 auto;
    }

    .img-banner.video-plan {
        max-width: 70%;
        margin: 0 auto;
    }

    .img-banner.ow {
        max-width: 58%;
        margin: 0 auto;
    }

    .au-header-title {
        font-size: 32px;
    }

    .work-box {
        max-height: 320px;
        /* padding-bottom: 100px; */
    }

    .swiper-container.benefit-swiper {
        width: auto;
        max-height: 650px;
        padding: 50px;
        background: #006ac7;
        overflow-y: hidden;
        /* margin-left: -90px; */
        margin-top: 30px;
        border-radius: 21px;
    }

    .premium-cont {
        /* margin-top: 50px; */
    }

    .benefit-container {
        margin-top: 100px !important;
    }
}

@media only screen and (min-width: 1201px) {
    .no-wrap-xl {
        white-space: nowrap;
    }

    .img-fit {
        left: -151px;
        position: absolute;
        bottom: 0;
        width: 781px;
        /* margin-right: -113px; */
        right: -112px;
        height: auto;
    }

    .btn-demo.schedule {
        margin-left: 20px;
    }
}

.img-br-dhl {
    max-width: 225px;
    height: auto;
}

.txt-br-dhl {
    font-size: 35px;
    color: #878787;
    font-weight: lighter;
    padding-top: 25px;
}

@media only screen and (max-width: 768px) {
    .benefit-content {
        height: 515px;
        /* margin-bottom: 25px; */
        margin: 40px 0px;
    }

    .star_rating_container {
        border-right: 0px #fff solid;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .img-b {
        height: 270px;
        width: auto;
    }

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

    .btn-style-top {
        width: 80%;
        margin: 0 auto;
        padding: 15px;
    }

    .nav-link {
        color: #fff !important;
    }

    .input-group input[type="email"] {
        font-size: 16px;
    }

    .au-table tr td {
        max-width: 400px;
        padding: 20px 40px 20px 0px;
        border: 0px !important;
    }

    .calendar-container {
        max-width: 400px;
        height: 680px;
        border: 10px solid #ff9821;
        border-radius: 5px;
        background: #fff;
        overflow: hidden;
    }

    .sche-check {
        display: inline-block;
        color: #006ac7 !important;
        margin: 0em 0.7em 0em 0.1em;
        border-radius: 100%;
        background-color: #fff;
        text-align: center;
        font-weight: bolder;
        padding: 8px;
        height: 20px;
        width: 20px;
    }

    .text-schedule {
        color: #fff;
        font-size: 16px;
        font-family: "Montserrat-Light";
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .hiw-banner.plan {
        background-size: 165% 86%;
        background-position: 81% 0%;
    }

    .hiw-banner.ld {
        background-size: 122% 88%;
        background-position: 100% 0%;
    }

    .hiw-banner.au {
        background-size: 128% 82%;
        background-position: 100% 0%;
    }

    .hiw-banner.schedule {
        background-size: 357% 75%;
        background-position: 100% 0%;
    }

    .headline-hiw.schedule {
        color: #fff;
        /* margin-top: 100px; */
        font-size: 50px;
    }

    .headline-desc-hiw.schedule {
        color: #fff;
    }

    .input-group.help {
        border: 3px solid #00417a;
        border-radius: 8px;

        width: 100%;
        margin: 0 auto;
    }

    .img-header-2 {
        max-width: 150%;
        position: relative !important;
        bottom: 0;
        width: 120% !important;
    }

    .work-box {
        max-height: 250px;
        /* padding-bottom: 100px; */
    }

    .big-copy {
        margin-top: 50px;
        margin-bottom: 80px;
        font-size: 30px;
        line-height: 65px;
        margin-left: 40px;
        margin-right: 40px;
    }

    .big-copy-lg {
        line-height: 45px;
    }

    .copy-mm {
        font-size: 30px;
    }

    .img-fit {
        left: -90px !important;
        /* position: relative !important; */
        bottom: 0;
        width: 450px !important;
        /* margin-right: -113px; */
        /* right: 0 !important; */
        /* height: auto; */
    }

    .btn-demo {
        width: 220px !important;
        font-size: 14px;
        margin: 20px auto !important;
        padding: 10px auto;
    }

    .md-tablet {
        display: block;
        max-width: auto;
        /* width: 481px; */
        margin-left: -40px;
        flex: 0px !important;
    }

    .md-tablet.gs {
        display: block;
        max-width: auto;
        width: 450px;
        margin-left: -40px;
        flex: 0px !important;
    }

    .md-tablet.first {
        display: block;
        max-width: auto;
        width: 481px;
        margin-left: -40px;
        flex: 0px !important;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {
    .benefit-content:last-child {
        min-height: 430px;
        /* margin-bottom: 25px; */
        margin: 40px 0px;
    }

    .content-banner {
        top: 186px;
        left: 180px;
        width: 450px;
    }

    .headline {
        color: #fff;
        font-size: 40px;
    }

    .headline-seo {
        color: #fff;
        font-size: 34px;
    }

    .headline-dhl {
        font-size: 34px;
    }

    .img-br-dhl {
        max-width: 150px;
        height: auto;
    }

    .txt-br-dhl {
        font-size: 25px;
        color: #878787;
        font-weight: lighter;
        padding-top: 15px;
    }

    .headline-desc {
        color: #fff;
        font-size: 18px;
        margin-bottom: 0px;
    }

    .btn-style-first {
        width: 170px;
        font-size: 16px;
        padding: 12px 10px 12px 10px;
        margin-top: 0px;
        /* margin-top: 10px !important; */
    }

    .btn-view-price {
        color: #fff;
        font-size: 18px;
        padding: 64px 10px 12px 10px;
        margin-top: 1px;
        margin-bottom: 40px;
        /* margin: 0px !important;*/
    }

    .benefit-cont {
        /* display: none; */
    }

    .work-box {
        height: auto;
        padding-bottom: 40px !important;
    }

    .big-copy-footer {
        font-size: 30px;
        line-height: 40px;
    }

    .btn-demo {
        width: 227px;
        font-size: 14px;
        margin: 40px auto;
        padding: 15px 15px 15px 15px;
    }

    .email-cont {
        width: 90% !important;
    }

    .img-fit {
        left: -51px;
        position: absolute;
        bottom: 0;
        width: 570px;
        /* margin-right: -113px; */
        right: -112px;
        height: auto;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 767px) {
    .img-header-dhl {
        max-width: 150%;
        position: relative !important;
        bottom: 0;
        width: 120% !important;
    }
}

@media only screen and (max-width: 1024px) {
    .benefit-content {
        height: 503px;
        /* margin-bottom: 25px; */
        margin: 40px 0px;
    }

    .content-banner {
        top: 145px;
        left: 120px;
        width: 450px;
    }

    .title-hiw {
        font-size: 30px;
        margin: 20px auto;
    }

    .sub-title-hiw {
        font-size: 16px;
        margin: 20px auto;
    }

    .desc-hiw {
        font-size: 16px;
    }

    .main-banner {
        padding-top: 110px;
    }

    .hiw-banner {
        padding-top: 110px;
    }
}

@media only screen and (max-width: 1023px) {
    .headline-hiw {
        color: #000;
        /* margin-top: 100px; */
        font-size: 50px;
    }

    .headline-hiw.ow {
        color: #000;
        /* margin-top: 100px; */
        font-size: 40px;
    }

    .headline-desc-hiw {
        color: #000;
        font-size: 20px;
        margin: 20px 0px;
    }

    .btn-style-hiw {
        width: auto;
        font-size: 18px;
        padding: 15px 30px 15px 30px;
        margin-top: 0px;
        background-color: #ff9821;
        /* box-shadow: 1px 8px 0px #00000042; */
        -moz-box-shadow: 1px 8px 0px #00000042;
        -webkit-box-shadow: 1px 8px 0px #00000042;
        box-shadow: 1px 8px 0px #00000042;
        border: none !important;
        color: white;
        /* for ie */
        /* zoom: 1;
        filter: progid: DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=15, Direction=90), progid: DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=15, Direction=180); */
        margin: 10px 0px;
    }

    .swiper-container.benefit-swiper {
        width: 100%;
        max-height: 653px;
        /* margin-left: auto;
        margin-right: auto; */
        padding: 50px;
        background: #006ac7;
        overflow-y: hidden;
        margin-left: 0;
        margin-top: 30px;
        border-radius: 21px;
    }

    .benefit-cont {
        background-color: #f2f8fb;
        border-radius: 21px;
        padding: 40px;
        padding: 50px 106px 50px 50px;
        width: 450px;
    }
}

@media only screen and (max-width: 899px) {
    .headline-hiw {
        color: #000;
        /* margin-top: 100px; */
        font-size: 47px;
    }

    .headline-desc-hiw {
        color: #000;
        font-size: 20px;
        margin: 20px 0px;
    }

    .btn-vp {
        font-size: 13px;
        width: 150px;
        color: #fff;
        border: none;
        padding-top: 20px;
        padding-left: 0px;
    }

    .content-banner {
        top: 145px;
        left: 100px;
        width: 350px;
    }

    .headline {
        color: #fff;
        font-size: 34px;
    }

    .headline-desc {
        color: #fff;
        font-size: 16px;
    }

    .btn-style-first {
        width: 170px;
        font-size: 14px;
        padding: 12px 10px 12px 10px;
        margin-top: 10px;
        /* margin-top: 10px !important; */
    }

    .btn-view-price {
        color: #fff;
        font-size: 14px;
        padding: 12px 10px 12px 10px;
        margin-top: 50px;
        margin-bottom: 40px;
        /* margin: 0px !important; */
    }

    .benefit-cont {
        padding: 50px 145px 50px 50px;
        width: 433px;
    }
}

@media only screen and (max-width: 840px) {
    .content-banner {
        top: 125px;
        left: 80px;
        width: 350px;
    }
}

@media only screen and (max-width: 800px) {
    .content-banner {
        top: 115px;
        left: 80px;
        width: 350px;
    }

    .headline {
        color: #fff;
        font-size: 30px;
    }

    .headline-desc {
        color: #fff;
        font-size: 13px;
        margin-top: 10px;
    }

    .btn-style-first {
        width: 143px;
        font-size: 14px;
        padding: 10px 5px 10px 5px;
        margin-top: 10px;
    }

    .btn-view-price {
        color: #fff;
        font-size: 14px;
        padding: 12px 10px 12px 10px;
        margin-top: 50px;
        margin-bottom: 40px;
        width: 100px;
    }

    .btn-vp {
        font-size: 13px;
        width: 150px;
        color: #fff;
        border: none;
        padding-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .vdp-card-m {
        margin-top: 1rem;
    }

    .vpd-pk-price {
        margin: 40px 0px;
    }

    .btn-style-hiw {
        font-size: 16px;
    }

    .pkg-list-cont,
    .pkg-list-cont-pre {
        height: 115px;
        overflow: hidden;
        transition: linear 0.2s;
    }

    .progress-step {
        border-bottom: 0px solid #ebebeb;
        border-top: 10px solid #ebebeb;
        padding-bottom: 10px;
        white-space: nowrap;
    }

    .progress-step.active {
        border-bottom: 0px solid #006ac7;
        border-top: 10px solid #006ac7;
        padding-bottom: 10px;
        color: #606060;
        font-family: "Montserrat-regular";
    }

    .progress-step.active.curr {
        border-bottom: 0px solid #006ac7;
        border-top: 10px solid #006ac7;
        padding-bottom: 10px;
        color: #006ac7;
        font-family: "Montserrat-bold";
    }

    .img-b {
        height: 380px;
        width: auto;
    }

    #btn-seemore {
        position: relative;
        top: -45px;
    }

    .desc-hiw ul {
        padding-left: 20px;
    }

    .calendar-container {
        max-width: 400px;
        height: 680px;
        border: 10px solid #ff9821;
        border-radius: 5px;
        background: #fff;
        overflow: hidden !important;
    }

    .overflow-scroll-xs {
        overflow-x: scroll;
    }

    .container.article {
        padding-bottom: 30px;
        padding-top: 50px;
    }

    .container.brandripe {
        /* max-width: 1280px; */
        margin-bottom: 100px !important;
    }

    .price-tag {
        letter-spacing: 0.75px;
        color: #006ac7;
        font-size: 21px;
        margin: auto;
    }

    .lbl-total {
        letter-spacing: 0.4px;
        color: #006ac7;
        font-size: 12px;
        width: 90px;
    }

    .witf-list,
    .wwc-list {
        height: 586px;
        overflow: hidden;
        transition: linear 0.2s;
    }

    .progress-step {
        /* border-bottom: 5px solid #ebebeb;
        padding-bottom: 10px; */
        text-align: center;
        font-size: 12px;
        white-space: normal;
    }

    .headline-hiw.schedule,
    .headline-hiw.ow {
        font-size: 30px;
        line-height: 50px;
        color: #fff;
    }

    .headline-desc-hiw.pricing,
    .headline-desc-vdp.video-plan,
    .headline-desc-nft.nft-page,
    .headline-desc-hiw.ow,
    .headline-desc-hiw.schedule {
        color: #fff;
        font-size: 20px;
        margin: 20px 10px;
        line-height: 30px !important;
    }

    .schedule-list li {
        line-height: 40px;
        list-style-type: none;
        font-size: 1em;
    }

    .center-xs-h {
        margin: 0 auto;
    }

    .headline-hiw.help {
        color: #000;
        /* margin-top: 100px; */
        font-size: 30px;
    }

    .headline-hiw.pricing,
    .headline-vdp.video-plan,
    .headline-nft.nft-page,
    .headline-hiw.au .headline-hiw.vdp {
        color: #fff;
        /* margin-top: 100px; */
        font-size: 30px;
    }

    .headline-desc-hiw.pricing,
    .headline-desc-vdp.video-plan,
    .headline-desc-nft.nft-page,
    .headline-desc-vdp-sub.video-plan,
    .headline-desc-nft-sub.nft-page,
    .headline-desc-hiw.au {
        color: #fff;
        font-size: 20px;
        margin: 40px 10px;
        line-height: 30px !important;
    }

    .hiw-banner.plan,
    .hiw-banner.au {
        background: url(../images/bg_m.png);
        background-repeat: no-repeat;
        background-size: 100% 85%;
    }

    .hiw-banner.hiw {
        background: url(../images/bg_m.png);
        background-repeat: no-repeat;
        background-size: 100% 75%;
    }

    .mb-bg.active {
        background-color: #006ac7;
        /* color: #000 !important;
        background-color: inherit; */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .main>div {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-banner.dhl {
        /* background: url(../images/bg_m.png); */
        background: none;
        background-repeat: no-repeat;
        background-size: 100% 75%;
    }

    .hiw-banner.plan.au {
        background-size: 100% 85%;
    }

    .hiw-banner.schedule {
        background: url(../images/bg_m.png);
        background-repeat: no-repeat;
        /* background-size: cover; */
        background-size: 100% 65%;
        /* height: 780px; */
    }

    .hiw-banner.ld {
        background: url(../images/bg_m.png);
        background-repeat: no-repeat;
        /* background-size: cover; */
        background-size: 100% 85%;
    }

    .hiw-banner.blog,
    .hiw-banner.help {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 70px;
        padding-bottom: 20px;
    }

    .input-group.blog input[type="text"],
    .input-group.help input[type="text"] {
        font-size: 16px;
        height: 60.5px;
        padding: 20px !important;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        border: 0px;
    }

    .input-group.help {
        border: 3px solid #00417a;
        border-radius: 8px;

        width: 100%;
        margin: 0 auto;
    }

    .big-copy.ow {
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 60px;
        margin-bottom: 60px;
        font-size: 30px;
        line-height: 55px;
    }

    .headline-hiw.pricing {
        line-height: 50px;
    }

    .headline-vdp.video-plan {
        line-height: 50px;
    }

    .headline-nft.nft-page {
        line-height: 50px;
    }

    .au-content {
        margin-bottom: 50px;
    }

    .img-banner {
        max-width: 70%;
        margin: 0 auto;
    }

    .img-banner.pricing {
        max-width: 50%;
        margin: 0 auto;
    }

    .img-banner.video-plan {
        max-width: 70%;
        margin: 0 auto;
    }

    .img-banner.ow {
        max-width: 50%;
        margin: 0 auto;
    }

    .au-table {
        margin: auto 15px;
        border: 0px !important;
    }

    .au-table tr td {
        padding: 20px 20px 20px 0px;
        border: 0px !important;
    }

    .getstarted-more-sect .desc-hiw {
        margin-left: 0px;
    }

    #faq-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sm-tablet {
        display: block;
    }

    .show-on-md {
        display: none;
    }

    .center-xs {
        text-align: center;
        margin: 0 auto;
    }

    .hiw-banner.pp {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 60px;
        padding-bottom: 0px;
    }

    .pp-title {
        font-size: 30px;
    }

    .text-pp {
        font-size: 18px;
    }

    .hiw-banner.tnc {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 60px;
        padding-bottom: 0px;
    }

    .tnc-title {
        font-size: 30px;
    }

    .text-tnc {
        font-size: 18px;
    }

    .work-box {
        width: 100% !important;
        max-height: 100% !important;
        height: 100% !important;
        /* padding-bottom: 100px; */
    }

    .benefit-hiw .benefit-title,
    .benefit-plans .benefit-title {
        font-size: 30px;
        text-align: center;
    }

    .text-xs-center {
        text-align: center !important;
    }

    .go {
        width: 217px;
        font-size: 20px;
        padding: 15px 20px 15px 20px;
        margin: 30px auto;
    }

    .email-cont {
        width: 90%;
    }

    .img-header {
        left: -75px !important;
        position: relative !important;
        bottom: 0;
        width: 160% !important;
    }

    .img-header-nfts {
        left: -15px !important;
        position: relative !important;
        bottom: 0;
        width: 105% !important;
    }

    .hiw-banner.hiw {
        /* padding-top: 60px; */
        padding-bottom: 0px;
    }

    .headline-hiw {
        color: #fff;
        /* margin-top: 100px; */
        font-size: 30px;
    }

    .headline-hiw.ab {
        color: #fff;
        /* margin-top: 100px; */
        font-size: 30px;
    }

    .headline-desc-hiw {
        color: #fff;
        font-size: 20px;
        margin: 20px 0px;
    }

    .btn-style-hiw {
        margin-top: 70px;
    }

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

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

    .img-fit {
        left: -129px;
        position: relative !important;
        bottom: 0;
        width: 167% !important;
    }

    .first-wrapper {
        padding: 0px !important;
    }

    .big-image {
        display: none;
    }

    .content-banner {
        display: none;
    }

    .md-tablet {
        text-align: center !important;
        max-height: auto;
    }

    .content-banner-mobile {
        display: block;
        padding-top: 120px;
    }

    .headline {
        color: #fff;
        font-size: 40px;
        line-height: 56px;
    }

    .headline-desc {
        color: #fff;
        font-size: 20px;
        margin-top: 22px;
    }

    .btn-style-first {
        width: 320px;
        font-size: 25px;
        padding: 15px 20px 15px 20px;
        margin-top: 10px;
        margin-bottom: 10px;
        /* margin-top: 10px !important; */
    }

    .btn-view-price {
        color: #fff;
        font-size: 25px;
        padding: 12px 10px 12px 10px;
        margin-top: 10px;
        margin-bottom: 40px;
        width: 251px;
        /* margin: 0px !important; */
    }

    .text-desc {
        /* font-size: 20px; */
        color: #2d2d2d;
        padding: 10px 40px 10px 40px;
    }

    .text-desc-3 {
        font-size: 20px;
    }

    .big-copy {
        margin-top: 100px;
        margin-bottom: 50px;
        /* font-size: 44px; */
        padding: 0px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .big-copy.pricing {
        margin-left: 0px;
        margin-right: 0px;
    }

    .big-copy.video-plan {
        margin-left: 0px;
        margin-right: 0px;
    }

    .btn-demo.schedule {
        margin-top: 0px;
    }

    .img_thumb_main {
        object-fit: cover;
        width: 100%;
        height: 180px;
        position: absolute;
        top: 0;
        left: 0px;
    }

    .img_thumb {
        object-fit: cover;
        width: 100%;
        height: 180px;
        position: absolute;
        top: 0;
        left: 0px;
    }

    .article-main-container {
        margin-bottom: 120px;
    }

    .article-card-main {
        padding: 20px;
        position: relative;
        width: 90%;
        background-color: #fff;
        height: calc(100% - 140px);
        bottom: -20px;
        margin: auto;
        top: auto;
        left: 0px;
        right: 0px;
    }

    .article-card-container {
        margin-bottom: 65px;
    }

    .article-card {
        padding: 20px;
        position: relative;
        width: 90%;
        background-color: #fff;
        height: calc(100% - 140px);
        bottom: -20px;
        margin: auto;
        top: auto;
        left: 0px;
        right: 0px;
    }

    .article-card-title-main {
        height: auto;
        font-size: 13px !important;
    }

    .article-card-title {
        height: auto;
    }

    .article-card-image-main {
        width: 100%;
        padding: 0;
        text-align: center;
        overflow: hidden;
        height: 140px;
    }

    .article-card-image {
        width: 100%;
        padding: 0;
        text-align: center;
        overflow: hidden;
        height: 140px;
    }

    .article-card-subtitle {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .lbl-total {
        letter-spacing: 0.4px;
        color: #006ac7;
        font-size: 12px;
        width: 36px;
    }

    .price-tag sup {
        font-size: 12px;
    }

    .price-tag {
        letter-spacing: 0.75px;
        color: #006ac7;
        font-size: 16px;
        margin: auto;
    }

    .img-b {
        height: 350px;
        width: auto;
    }

    .navbar {
        padding: 10px;
    }

    .md-tablet {
        text-align: center !important;
        max-height: auto;
    }

    .copy-mm {
        margin-bottom: 20px;
    }

    .product-wrapper {
        width: 90%;
        margin: 0 auto;
    }

    .product-wrapper.home {
        width: 90%;
        margin: 0 auto;
    }

    .email-cont {
        margin-top: 10px;
        width: 100% !important;
        font-size: 16px;
        padding: 26px 30px !important;
    }

    .big-copy {
        margin-top: 50px;
        font-size: 30px;
        line-height: 52px;
    }

    .big-copy-lg {
        margin-top: 20px;
        margin-bottom: 50px;
        line-height: 45px;
        padding: 13px;
        font-size: 29px;
    }

    .big-copy-xs {
        padding: 13px;
    }

    .text-desc {
        font-size: 20px;
        color: #2d2d2d;
        padding: 10px 40px 10px 40px;
        line-height: 39px;
    }

    .text-desc-2 {
        font-size: 18px;
        color: #2d2d2d;
        padding: 0px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 480px) {
    .card-title {
        font-size: 20px;
        line-height: 30px;
    }

    .img-b {
        height: 300px;
        width: auto;
    }

    .calendar-container {
        max-width: 100%;
        min-width: 100%;
        height: 680px;
        border: 5px solid #ff9821;
        border-radius: 5px;
        background: #fff;
        overflow: hidden !important;
    }

    .img-banner {
        max-width: 80%;
        margin: 0 auto;
    }

    .price,
    .price-product {
        font-size: 45px;
        line-height: 28px;
    }

    .big-copy-footer {
        font-size: 30px !important;
    }

    .img-fit {
        left: -111px !important;
        position: relative !important;
        bottom: 0;
        width: 185% !important;
    }

    .get-discount {
        width: 200px;
        font-size: 16px;
        padding: 15px 20px 15px 20px;
        margin: 5px auto;
    }

    .banner-text {
        margin: 10px auto;
        padding: 3px 0px !important;
        font-size: 16px !important;
    }

    .modal-content {
        margin-top: 110px;
        /* max-height: 580px; */
    }

    .modal-title {
        margin-top: 0px;
        font-size: 35px !important;
        letter-spacing: 3px;
    }

    .img-modal img {
        width: 148px !important;
        height: auto;
        position: relative;
        top: -145px;
    }

    .modal-header {
        border-bottom: 1px solid transparent;
        /* height: 100px !important; */
        width: 100%;
    }
}

@media only screen and (max-width: 399px) {
    .progress-step {
        /* border-bottom: 5px solid #ebebeb;
        padding-bottom: 10px; */
        height: 45px;
        text-align: center;
        font-size: 12px;
        white-space: normal;
    }

    .md-tablet {
        text-align: center !important;
        max-height: auto !important;
    }

    .price,
    .price-product {
        font-size: 45px;
        line-height: 28px;
    }

    .side-price {
        font-size: 24px !important;
    }

    .big-copy {
        font-size: 30px !important;
    }

    .big-copy-lg {
        margin-bottom: 50px;
        line-height: 35px;
        padding: 13px;
        font-size: 25px;
    }

    .headline {
        color: #fff;
        font-size: 35px;
        line-height: 50px;
    }

    .headline-desc {
        color: #fff;
        font-size: 18px;
        margin-top: 10px;
    }

    .btn-style-first {
        width: 250px;
        font-size: 20px;
        padding: 10px 15px 10px 15px;
        margin-top: 10px;
        margin-bottom: 10px;
        /* margin-top: 10px !important; */
    }

    .btn-view-price {
        color: #fff;
        font-size: 20px;
        padding: 12px 10px 12px 10px;
        margin-top: 10px;
        margin-bottom: 40px;
        /* margin: 0px !important; */
    }

    .big-copy-xs {
        font-size: 24px !important;
        padding: 0px !important;
    }
}

@media only screen and (max-width: 992px) {
    #scroll-div {
        width: 100% !important;
        margin: 0 auto;
        /* width: 80%; */
        /* margin: 0; */
        /* padding: 0px !important; */
    }

    .banner-text {
        padding: 20px 20px 20px 20px;
        font-size: 18px;
    }

    .modal-title {
        font-size: 48px;
        letter-spacing: 3px;
    }

    .work-container .work-tabs-container {
        display: flex;
        flex-flow: row;
        justify-content: space-between !important;
        /* border-bottom: 1px solid #878787; */
        width: 140% !important;
        white-space: nowrap;
        overflow-x: scroll;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .work-tab {
        padding-bottom: 20px;
        width: 100%;
        text-align: center;
        cursor: pointer;
    }

    .first-wrapper {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin: auto;
    }
}

@media only screen and (min-width: 1481px) {
    .big-copy-lg {
        margin-left: 100px;
        margin-right: 100px;
    }

    .big-copy-lg.pricing {
        margin-left: 75px;
        margin-right: 75px;
    }

    .big-copy-lg.video-plan {
        margin-left: 75px;
        margin-right: 75px;
    }

    #scroll-div {
        width: 1187px;
        margin: 0 auto;
    }
}

.list-unstyled {
    padding-top: 10px;
    padding-bottom: 20px;
    line-height: 40px;
    margin: 0 auto;
}

.lh-20 {
    line-height: 20px;
}

.img-number {
    margin: 20px auto;
    max-width: 250px;
    height: 250px;
}

footer {
    z-index: 9999 !important;
}

.work-container {
    margin: 0 auto;
    max-width: 100%;
    padding: 0px;
    /* display: inline; */

    justify-content: space-evenly;
    flex-flow: row;
    display: flex;
}

.work-container.pricing {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
    padding: 0px;
    /* display: inline; */

    justify-content: space-evenly;
    flex-flow: row;
    display: flex;
}

.work-container.pricing-alt {
    margin: 0 auto;
    max-width: 1050px;
    width: 100%;
    padding: 0px;
    /* display: inline; */

    justify-content: space-evenly;
    flex-flow: row;
    display: flex;
}

.work-container.pricing .work-tabs-container {
    display: flex;
    flex-flow: row;
    /* justify-content: space-around; */

    /* border-bottom: 1px solid #878787; */
    width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */

    scrollbar-width: none;
    /* Firefox */
}

.work-container.pricing-alt .work-tabs-container {
    display: flex;
    flex-flow: row;
    /* justify-content: space-around; */

    /* border-bottom: 1px solid #878787; */
    width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */

    scrollbar-width: none;
    /* Firefox */
    border-radius: 16px;
    box-shadow: 0px 3px 6px #00000029;
    background: #f2f8fb 0% 0% no-repeat padding-box;
}

@media only screen and (max-width: 770px) {
    .work-container.pricing-alt .work-tabs-container {
        display: flex;
        flex-direction: column;
        /* justify-content: space-around; */

        /* border-bottom: 1px solid #878787; */
        width: 100%;
        overflow-x: scroll;
        -ms-overflow-style: none;
        /* Internet Explorer 10+ */

        scrollbar-width: none;
        /* Firefox */
        border-radius: 16px;
        box-shadow: 0px 3px 6px #00000029;
        background: #f2f8fb 0% 0% no-repeat padding-box;
    }
}

.work-container .work-tabs-container {
    display: flex;
    flex-flow: row;
    /* justify-content: space-around; */

    /* border-bottom: 1px solid #878787; */
    width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */

    scrollbar-width: none;
    /* Firefox */
}

.work-container .work-tabs-container::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

.work-tab {
    /* padding-bottom: 20px; */

    width: 100%;
    height: 15px;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    border: 2px solid;
    padding: 20px 40px 40px 40px;
    border-color: #006ac7;
    margin-right: 5px;
    color: #006ac7;
    font-weight: bolder;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.compare-alt {
    /* padding-bottom: 20px; */

    width: 100%;
    text-align: center;
    white-space: nowrap;
    color: #929292;
    background: #f2f8fb 0% 0% no-repeat padding-box;
    font-size: 18px;
    padding-right: 20px !important;
    padding-left: 20px !important;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.light-blue-container .alt-active {
    color: white;
    font-family: "montserrat-bold";
    background: #006ac7;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    padding-top: 1rem;
    margin-top: -1rem;
    margin-bottom: -1rem !important;
}

@media only screen and (max-width: 767px) {
    .light-blue-container {
        width: 100%;
        background-color: #f2f8fb;
        color: #929292;
        font-size: 16px;
        border-radius: 0px;
        padding-top: 1rem;
        padding-bottom: 1rem;
        box-shadow: 0px 3px 6px #00000029;
        max-width: -webkit-fill-available;
    }

    .light-blue-container .alt-active {
        color: white;
        font-family: "montserrat-bold";
        background: #006ac7;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        padding-top: 1rem;
        margin-top: -1rem;
        margin-bottom: -1rem !important;
        margin-left: 1rem;
        margin-right: 1rem;
        padding-bottom: 1rem;
        max-width: -webkit-fill-available;
    }

    .average-alt {
        text-align: center !important;
        font-size: 16px;
        letter-spacing: 0px;
        color: #101010;
    }

    .average-alt br {
        display: none;
    }

    .price_alt_container {
        border-right: 0 !important;
    }
}

.work-tab.pricing {
    height: 110px;
    padding: 30px 30px 30px 30px !important;
}

.work-tab.pricing-alt {
    height: 110px;
    padding: 30px 30px 30px 30px !important;
    border: 0;
    margin: 0;
    background: #f2f8fb 0% 0% no-repeat padding-box;
    color: #929292;

    border-radius: 0;
}

.work-tab.active {
    /* border-bottom: 8px solid #006ac7;
    color: #006ac7;
    font-family: "montserrat-bold"; */
    /* border-bottom: 8px solid #006ac7; */
    color: white;
    font-family: "montserrat-bold";
    /* border: solid; */
    background: #006ac7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.work-btn-prev,
.work-btn-next {
    width: 5%;
    /* font-size: 2rem; */
    cursor: pointer;
    color: #006ac7;
    padding: 20px 0px;
}

@media (max-width: 767px) {

    .work-btn-prev,
    .work-btn-next {
        width: 5%;
        /* font-size: 2rem; */
        cursor: pointer;
        color: #006ac7;
        padding: 20px 0px;
    }
}

.work-btn-next {
    text-align: right;
}

.content-block {
    display: none;
}

.content-block.active {
    display: flex;
}

.pop {
    animation: pop-in 0.7s;
    -moz-animation: pop-in 0.7s;
    /* Firefox */

    -webkit-animation: pop-in 0.7s;
    /* Safari and Chrome */

    -o-animation: pop-in 0.7s;
    /* Opera  */
}

.price-block {
    display: none;
}

.price-block.active {
    display: flex;
    animation: fadein 0.7s;
    -moz-animation: fadein 0.7s;
    /* Firefox */

    -webkit-animation: fadein 0.7s;
    /* Safari and Chrome */

    -o-animation: fadein 0.7s;
    /* Opera  */
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    /* Firefox */

    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    /* Safari and Chrome */

    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    /* Opera */

    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes pop-in {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes pop-in {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@keyframes pop-in {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

body.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.benefit-container {
    /* width: 574px; */
    /* margin-left: auto;
      margin-right: auto; */

    padding: 50px;
    background: #006ac7;
    overflow-y: hidden;
    /* margin-left: -90px; */

    margin-top: 80px;
    border-radius: 21px;
}

.benefit-content:last-child {
    min-height: 430px;
}

.benefit-content {
    height: 500px;
    /* margin-bottom: 25px; */

    margin: 40px 0px;
}

.benefit-container .benefit-title {
    font-family: "montserrat-semibold";
    font-size: 33px;
    color: #fff;
    text-align: center;
    display: block;
}

.benefit-container .benefit-desc {
    font-family: "montserrat-light";
    font-size: 20px;
    color: #fff;
    text-align: center;
    display: block;
}

.fixedElement {
    position: fixed;
    top: 10px;
}

.tab-inline {
    margin: 0 auto;
}

.tab-inline ul {
    display: flex;
    align-content: center;
    overflow-x: scroll;
    justify-content: center;
}

.tab-inline ul li {
    display: inline;
    padding: 10px 30px;
    font-size: 22px;
    font-family: "montserrat-light";
    text-align: center;
}

.tab-item.active {
    border-bottom: 7px solid #006ac7;
}

.tab-item {
    cursor: pointer;
    transition: border-bottom 0.1s;
    /* transition: 0.5s ease-in; */
}

.tab-item:hover {
    opacity: 0.7;
}

.tabContent {
    display: none;
}

.tabContent .active {
    display: block;
}

.blog-headline {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 25px;
}

.img-banner-blog {
    width: 718px;
    height: auto;
}

.white-box {
    width: 530px;
    height: auto;
    background: #ffffff;
    margin-top: 40px;
    margin-left: -70px;
    box-shadow: 0px 3px 6px #00000029;
}

.white-box h2 {
    font-size: 32px;
}

.white-box p {
    font-size: 16px;
}

.white-box a {
    font-size: 16px;
    color: #15c2f0;
    text-decoration: none;
}

.subject-cont {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    width: 100%;
    height: auto;
}

.subject-list {
    background: #fff;
    border-bottom: 1px solid #b3b3b3;
    transition: 0.7 ease-in-out;
}

.subject-list.top {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.subject-list.bottom {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom: 0px;
}

.subject-list a {
    text-decoration: none;
    color: #000;
    transition: 0.7 ease-in-out;
}

.subject-list:hover,
.subject-list:hover>a .card-title {
    background-color: #f9f9f9;
    transition: 0.7 ease-in-out;
    color: #0084e2;
}

.work-text-hd {
    font-weight: bolder;
    text-align: center;
    font-size: 40px;
    /* border-bottom: 1px solid #878787; */
    margin-bottom: 30px;
}

.work-text-hd-ld {
    font-weight: bolder;
    font-size: 40px;
    margin-bottom: 30px;
    float: left;
    font-family: "montserrat-bold";
}

.logo-partner {
    background-color: #f8f6f5;
    padding: 40px 0;
}

.box-logo-partner {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    align-items: center;
    justify-content: center;
}

.logo-partner-list img {
    width: 100%;
    max-width: 200px;
}

a {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

a,
a:hover {
    text-decoration: none !important;
}

.content {
    padding: 7rem 0;
}

h2 {
    font-size: 20px;
}

.bg-left-half {
    position: relative;
}

/* .bg-left-half:before {
      position: absolute;
      width: 50%;
      height: 100%;
      z-index: -1;
      content: "";
      left: 0;
      top: 0;
      background-color: #f8f9fa; } */

.media-29101 img {
    margin-bottom: 20px;
}

.media-29101 h3 {
    font-size: 18px;
    font-weight: 900 !important;
}

.media-29101 h3 a {
    color: white;
    /* position: fixed;
        top: 320px;
        left: 20px; */
    /* padding-bottom: 20px; */
    /* width: 100%; */
    /* height: 15px; */
    position: relative;
    top: -70px;
    left: 10px;
    text-align: center;
    white-space: nowrap;
    border: 2px solid;
    padding: 10px;
    border-color: #006ac7;
    margin-right: 5px;
    background-color: #006ac7;
    font-weight: bolder;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.owl-2-style .owl-nav {
    display: none;
}

.owl-2-style .owl-dots {
    text-align: center;
    position: relative;
    top: -30px;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
}

.owl-2-style .owl-dots .owl-dot {
    display: inline-block;
}

.owl-2-style .owl-dots .owl-dot span {
    display: inline-block;
    width: 15px;
    height: 3px;
    border-radius: 0px;
    background: #cccccc;
    -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    margin: 3px;
}

.owl-2-style .owl-dots .owl-dot.active span {
    background: #007bff;
}

.owl-2-style .owl-dots .owl-dot:active,
.owl-2-style .owl-dots .owl-dot:focus {
    outline: none;
}

.star_rating_container {
    border-right: 1px #fff solid;
}

.price_alt_container {
    border-right: 1px solid #929292;
}

.video-container-size {
    position: relative;
    padding-top: 8px;
    padding-bottom: 90.5%;
    height: 0;
}

.star-rat-container {
    position: relative;
    top: -35px;
    bottom: 0px;
}

.average-alt {
    text-align: right;
    font-size: 16px;
    letter-spacing: 0px;
    color: #101010;
}

.benefit-cont-seo {
    background-color: #f2f8fb;
    border-radius: 21px;
}

.my-facebook {
    background: transparent;
    color: #3b5998;
}

.my-linkedin {
    background: transparent;
    color: #00a0dc;
}

i.fa {
    display: inline-block;
    border-radius: 60px;
    background-color: #ff9821;
    color: #f8f9fa;
}

.m-btn-vdp {
    margin: 20px 20px;
}