@charset "UTF-8";
/* ---------------------------------------------------------
	1. icomoon fonts styles
	2. General reset
	3. Common site styles
	---------------------------------------------------------*/
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.form-group label, .btn-outline-primary span, a,
.btn {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ellipsis {
    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
    overflow: hidden;
}

hr {
    background-color: #999;
}

/*  ---------------------------------------------------------
	1. icomoon fonts styles
	---------------------------------------------------------*/
@font-face {
    font-family: icomoon;
    src: url("../fonts/icomoon.eot");
    src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svgicomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^=icon-], [class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
    content: "\e902";
}

.icon-angle-down:before {
    content: "\e906";
}

.icon-chevron-down:before {
    content: "\e907";
}

.icon-dots:before {
    content: "\e903";
}

.icon-upload:before {
    content: "\e90b";
}

.icon-dollar:before {
    content: "\e904";
}

.icon-arrow-right:before {
    content: "\e900";
}

.icon-arrow-left:before {
    content: "\e901";
}

/*  ---------------------------------------------------------
	2. General reset
	---------------------------------------------------------*/
a,
.btn {
    text-decoration: none;
}

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

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, .h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child {
    margin-bottom: 0 !important;
}

h1, .h1 {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    h1, .h1 {
        margin-bottom: 30px;
    }
}

h2, .h2 {
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    h2, .h2 {
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    h2, .h2 {
        margin-bottom: 37px;
    }
}

.small-heading {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    font-weight: normal;
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .small-heading {
        font-size: 16px;
        margin: 0 0 30px;
    }
}

@media (min-width: 992px) {
    .small-heading {
        margin: 0 0 40px;
    }
}

@media (min-width: 992px) {
    p {
        margin-bottom: 1.8em;
    }
}

p:last-child {
    margin-bottom: 0 !important;
}

@media (min-width: 576px) {
    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
}

@media (min-width: 576px) {
    .text-sm-right {
        text-align: right !important;
    }
}

@media (min-width: 768px) {
    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
}

@media (min-width: 768px) {
    .text-md-right {
        text-align: right !important;
    }
}

.btn {
    min-width: 170px;
}

@media (min-width: 768px) {
    .btn {
        min-width: 200px;
    }
}

@media (min-width: 992px) {
    .btn {
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    .btn {
        min-width: 260px;
    }
}

.btn-outline-primary {
    position: relative;
    overflow: hidden;
}

    .btn-outline-primary:hover span:first-child {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .btn-outline-primary:hover span:nth-child(2) {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        visibility: visible;
    }

    .btn-outline-primary span:first-child {
        width: 100%;
        height: 100%;
        padding: 0.875rem 1rem;
        color: #1b2030;
        background: #fff;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        position: absolute;
        top: 0;
        left: 0;
    }

    .btn-outline-primary span:nth-child(2) {
        display: block;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
        visibility: hidden;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

.form-group {
    position: relative;
    margin: 0 0 20px;
    text-align: left;
}

@media (min-width: 768px) {
    .form-group {
        margin: 0 0 32px;
    }
}

.form-group.parent-active label {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
    top: -3px;
}

@media (min-width: 768px) {
    .form-group.parent-active label {
        top: 0;
    }
}

.form-group label {
    max-width: 100%;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    top: 16px;
    left: 0;
    z-index: 2;
    pointer-events: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .form-group label {
        font-size: 1.3125rem;
        top: 18px;
    }
}

.form-group label.select-label {
    max-width: calc(100% - 35px);
}

.form-control, .form-select {
    font-family: sans-serif;
}

form .form-label {
    font-size: 12px;
    font-weight: 800;
}

form .form-select {
    line-height: 1.4em;
}
/*.form-control {
  border-width: 0 0 1px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}*/
@media (min-width: 1200px) {
    .code-input-hold .form-control {
        height: 76px;
        padding-top: 1.125rem;
        padding-bottom: 1.125rem;
        font-size: 1.3125rem;
        line-height: 1.8;
    }
}

[style*="background-image:"] {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

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

/*  ---------------------------------------------------------
	3. Сommon site styles
	---------------------------------------------------------*/
/* main container styles */
/*#wrapper {
	min-height: 100vh;
	overflow: hidden;
	position: relative;
	padding: 59px 0 0;
	display: flex;
	flex-direction: column;

	@include media-breakpoint-up(lg) {
		padding: 125px 0 0;
	}
}*/
body {
    color: #030303;
    min-width: 375px;
    background: #f2f2f4;
    font-family: 'area-normal', sans-serif;
}

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

.resize-active * {
    transition: none !important;
    -webkit-transition: none !important;
}

a {
    -webkit-transition: background 0.3s linear, color 0.3s linear, opacity 0.3s linear, border 0.3s linear, button 0.3s linear;
    transition: background 0.3s linear, color 0.3s linear, opacity 0.3s linear, border 0.3s linear, button 0.3s linear;
    text-decoration: none !important;
}

    a:hover, button.link:hover {
        text-decoration: underline;
    }

    a:focus {
        outline: 1px solid #2046ef;
    }

button.link {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    color: #2445ea;
}

#wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1265px !important;
    }
}

.steps {
    /*padding: 0 22px 0 24px;*/
    padding: 0;
    margin: 0 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
}

@media (max-width: 1199px) {
    .steps {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .steps {
        margin: 0 -4px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .qwrap h4 {
        font-size: 18px
    }

    .table-plan-details {
        display: none
    }

    .table-plan-details-mobile {
        font-size: 14px
    }
}

.steps li {
    padding: 0 4px;
    width: 25%;
}

.steps.steps2 li {
    padding: 0 4px;
    width: 25%;
}

@media (max-width: 767px) {
    .steps li {
        /*width: 33.333333333%;*/
        margin: 0 0 20px;
    }
}

.steps li span.step {
    display: block;
    position: relative;
    padding: 0 0 17px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #000002;
    text-align: center;
    height: 26px;
}

    .steps li span.step:after {
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        height: 5px;
        position: absolute;
        background: #dcdcdc;
    }

    .steps li span.step:before {
        content: "";
        position: absolute;
        width: 100%;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        height: 5px;
        bottom: 0;
        left: 0;
        z-index: 3;
        background: #2045ec;
        -webkit-transform-origin: bottom right;
        transform-origin: bottom right;
        -webkit-transition: -webkit-transform 0.25s ease-out;
        transition: -webkit-transform 0.25s ease-out;
        transition: transform 0.25s ease-out;
        transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
    }

.steps li span.active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.content-wrap {
    padding: 0;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .content-wrap {
        padding: 0;
    }
}

.content-wrap h1 {
    font-size: 27px;
    line-height: 34px;
    font-weight: 800;
    color: #020202;
}

@media (max-width: 767px) {
    .content-wrap h1 {
        font-size: 16px;
        line-height: 20px;
    }
}

.section-wrap {
    margin: 0;
    padding: 23px 20px 20px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.info-holder{
    margin: 0 48px 35px 0;
    padding: 23px 20px 20px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

#errorMessage.promo-alert {
    margin-right: 48px;
    width:auto;
}

.steps-content {
    display: none
}

@media (max-width: 1199px) {
    .info-holder {
        margin: 0 15px 35px 0;
        padding: 23px 10px 20px;
    }
    #errorMessage.promo-alert {
        margin-right: 15px;
    }
}

@media (max-width: 991px) {
    .info-holder {
        margin: 0 0 30px;
    }
    #errorMessage.promo-alert {
        margin-right: 0;
    }
}

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

.info-holder .info-row {
    padding: 0 32px 19px 40px;
    margin: 0 0 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    border-bottom: 1px solid #ebebeb;
}

@media (max-width: 1199px) {
    .info-holder .info-row {
        padding: 0 10px 15px;
        margin: 0 0 15px;
    }
}

@media (max-width: 767px) {
    .info-holder .info-row {
        display: block;
    }
}

.info-holder .left-align {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .info-holder .left-align {
        display: block;
        width: 100%;
        margin: 0 0 10px;
        text-align:center;
    }
    .info-holder h5{padding-bottom:15px}
}

.info-holder .logo-holder {
    width: 92px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 18px 0 0;
}

.info-holder h5 {
    font-size: 16px;
    font-weight: 800;
}

.info-holder sup {
    font-size: 0.5em;
}

.alert-info {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

@media (max-width: 1199px) {
    .info-holder .logo-holder {
        margin: 0 10px 0 0;
    }
}

@media (max-width: 767px) {
    .info-holder .logo-holder {
        margin: 0 auto 10px;
    }
}

.info-holder .logo-holder img {
    display: block;
    height: auto;
    width: 100%;
}

.info-holder .heading {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
}

@media (max-width: 767px) {
    .info-holder .heading {
        text-align: center;
    }
}

.info-holder .right-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.info-holder .plan-info {
    width: 215px;
    padding: 9px 15px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

    .info-holder .plan-info .text {
        display: block;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        color: #000;
    }

    .info-holder .plan-info .link {
        margin: 0 5px 0 0;
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        line-height: 14px;
        font-weight: 700;
        color: #2046ef;
    }

.info-holder .price-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (max-width: 767px) {
    .info-holder .price-info {
        text-align: right;
    }
}

.info-holder .old-price {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
    position: relative;
}

    .info-holder .old-price:after {
        top: 50%;
        left: 0;
        right: 0;
        content: "";
        height: 1px;
        position: absolute;
        background: #000;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.info-holder .price {
    display: block;
    font-size: 21px;
    line-height: 25px;
    font-weight: 700;
    color: #000;
}

.fee-holder {
    padding: 0 10% 0 19%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .fee-holder {
        padding: 0 8px;
    }
}

.fee-holder .processing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .fee-holder .processing .text {
        display: block;
        font-size: 15px;
        line-height: 17px;
        font-weight: 700;
        color: #000;
    }

    .fee-holder .processing .icon {
        display: block;
        margin-left: 7px;
    }

.fee-holder .fee {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: #000;
}

.btn {
    min-width: 130px;
    min-height: 48px;
    font-size: 14px !important;
    line-height: 16px !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
}

.btn-primary {
    background: #2445ea;
}

.btn-outline-primary {
    padding: 0 20px !important;
}

.checkout-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 5% 0 14.2%;
}

@media (max-width: 1199px) {
    .checkout-holder {
        padding: 0 15px 0 0;
    }
}

@media (max-width: 767px) {
    .checkout-holder {
        display: block;
        padding: 0;
    }
}

.checkout-holder .title-proceed {
    width: 193px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 16px 10px 0 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    display: block;
}

@media (max-width: 767px) {
    .checkout-holder .title-proceed {
        width: 100%;
        text-align: center;
        margin: 0 0 20px;
        padding: 0;
    }
}

.checkout-holder .holder {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.checkout-holder .btns-wrap {
    margin: 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .checkout-holder .btns-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.checkout-holder .or {
    display: block;
    margin: 0 20px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
}

.checkout-holder .title-quite {
    display: block;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    color: #010101;
    margin: 0 0 0 12px;
}

@media (max-width: 767px) {
    .checkout-holder .title-quite {
        text-align: center;
    }
}

.checkout-holder .title-quite a {
    color: #2349ea;
    text-decoration: none;
}

@media (min-width: 768px) {
    .summary-wrap {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

    .summary-info-holder {
        background: #fff;
        border-radius: 10px;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    }

        .summary-info-holder .summary-frame {
            padding: 13px 15px 0;
            overflow: hidden;
        }

        .summary-info-holder .title-summary {
            display: block;
            text-align: center;
            margin: 12px 0;
            font-size: 17px;
            line-height: 20px;
            font-weight: 700;
            color: #000;
        }

        .summary-info-holder .savings-info-holder {
            width: 100% !important;
            max-height: 270px;
            padding: 0 0px 0 4px;
            overflow: auto;
            /* Track */
            /* Handle */
            /* Handle on hover */
        }

            .summary-info-holder .savings-info-holder::-webkit-scrollbar {
                width: 6px;
                border-radius: 10px;
            }

            .summary-info-holder .savings-info-holder::-webkit-scrollbar-track {
                background: transparent;
                border-radius: 10px;
            }

            .summary-info-holder .savings-info-holder::-webkit-scrollbar-thumb {
                background: #d4d5da;
                border-radius: 10px;
            }

                .summary-info-holder .savings-info-holder::-webkit-scrollbar-thumb:hover {
                    background: #d4d5da;
                    border-radius: 10px;
                }

        .summary-info-holder .info-wrap {
            padding: 10px 0 0;
            border-top: 1px solid #ebebeb;
        }

        .summary-info-holder .info-box {
            /*padding: 0 0 20px;
  margin: 0 0 11px;
  border-bottom: 1px solid #ebebeb;*/
            padding: 12px 0;
            margin: 10px 0;
            border-top: 1px solid #ebebeb;
        }

            .summary-info-holder .info-box:first-child {
                margin-top: 0;
                padding-top: 5px;
                border-top: none;
            }

        .summary-info-holder .logo-wrap {
            margin: 0 0 9px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .summary-info-holder .logo-wrap .logo {
                width: 60px;
                -ms-flex-negative: 0;
                flex-shrink: 0;
                margin-right: 7px;
            }

                .summary-info-holder .logo-wrap .logo img {
                    display: block;
                    height: auto;
                    width: 100%;
                }

            .summary-info-holder .logo-wrap .heading {
                -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                flex-grow: 1;
                font-size: 13px;
                line-height: 16px;
                font-weight: 700;
                color: #000;
            }

                .summary-info-holder .logo-wrap .heading sup {
                    font-size: 8px;
                    line-height: 10px;
                }

        .summary-info-holder .promo-code-holder {
            font-size: 11px;
            line-height: 19px;
            font-weight: 400;
            /*  padding: 29px 37px 30px 15px;*/
            background: #fff;
            border-radius: 0 0 10px 10px;
            -webkit-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.2);
        }

            .summary-info-holder .promo-code-holder strong {
                font-weight: 700;
            }

            .summary-info-holder .promo-code-holder p {
                margin: 0 6px 14px;
            }

            .summary-info-holder .promo-code-holder .fee-holder {
                padding: 0;
                margin: 0 0 11px;
            }

                .summary-info-holder .promo-code-holder .fee-holder .text {
                    font-size: 12px;
                }

        .info-holder .promo-code-holder {
            font-size: 11px;
            line-height: 19px;
            font-weight: 400;
            /*  padding: 29px 37px 30px 15px;*/
            background: #fff;
            border-radius: 0 0 10px 10px;
            -webkit-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.2);
        }

            .info-holder .promo-code-holder strong {
                font-weight: 700;
            }

            .info-holder .promo-code-holder p {
                margin: 0 6px 14px;
            }

            .info-holder .promo-code-holder .fee-holder {
                padding: 0;
                margin: 0 0 11px;
            }

                .info-holder .promo-code-holder .fee-holder .text {
                    font-size: 12px;
                }

    .small-text, .text-10 {
        font-size: 10px
    }

    .text-12 {
        font-size: 12px
    }

    .text-13 {
        font-size: 13px
    }

    .text-14 {
        font-size: 14px
    }

    .summary-info-holder .total-holder {
        padding: 0 0 18px;
        margin: 0 0 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid #ebebeb;
    }

    .summary-info-holder .title-total {
        display: block;
        font-size: 18px;
        line-height: 20px;
        font-weight: 700;
        color: #000;
    }

    .summary-info-holder .total-amount {
        display: block;
        font-size: 18px;
        line-height: 20px;
        font-weight: 700;
        color: #000;
    }

    .title-promo {
        margin: 0 0 12px;
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        color: #000;
        display: block;
        padding: 0;
        position: relative;
    }

        .title-promo:after {
            top: 0;
            right: 0;
            font-size: 16px;
            font-family: 'Font Awesome 6 Free';
            content: "\f068";
            position: absolute;
        }

        .title-promo.collapsed:after {
            top: 0;
            right: 0;
            font-size: 16px;
            font-family: 'Font Awesome 6 Free';
            content: "\2b" !important;
            position: absolute;
        }

.summary-info-holder .code-input-hold, .promo-left-wrap .code-input-hold {
    margin: 0 0 7px;
    position: relative;
}

    .summary-info-holder .code-input-hold .option-txt, .promo-left-wrap .code-input-hold .option-txt {
        top: 15px;
        right: 13px;
        font-size: 13px;
        line-height: 16px;
        font-weight: 700;
        color: #1843f2;
        position: absolute;
        cursor:pointer;
    }

.summary-info-holder .code-input, .promo-left-wrap .code-input {
    width: 100%;
    height: 48px;
    padding: 0 70px 0 15px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 10px;
    color: #4e525d;
    background: #fff;
    border: 2px solid #cfcfcf;
    font-family: sans-serif;
}

    .summary-info-holder .code-input:focus, .promo-left-wrap .code-input:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
        -webkit-appearance: none;
    }

    .summary-info-holder .code-input::-webkit-input-placeholder, .promo-left-wrap .code-input::-webkit-input-placeholder {
        color: #4e525d;
        opacity: 1;
    }

    .summary-info-holder .code-input::-moz-placeholder, .promo-left-wrap .code-input::-moz-placeholder {
        color: #4e525d;
        opacity: 1;
    }

    .summary-info-holder .code-input:-ms-input-placeholder, .promo-left-wrap .code-input:-ms-input-placeholder {
        color: #4e525d;
        opacity: 1;
    }

    .summary-info-holder .code-input::-ms-input-placeholder, .promo-left-wrap .code-input::-ms-input-placeholder {
        color: #4e525d;
        opacity: 1;
    }

    .summary-info-holder .code-input::placeholder, .promo-left-wrap .code-input::placeholder {
        color: #4e525d;
        opacity: 1;
    }

    .shop-safely {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 19px 0 0;
    }

        .shop-safely .icon {
            -ms-flex-negative: 0;
            flex-shrink: 0;
            width: 32px;
            margin: 0 7px 0 0;
        }

            .shop-safely .icon img {
                display: block;
                height: auto;
                width: 100%;
            }

        .shop-safely .text {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            font-size: 11px;
            line-height: 16px;
            font-weight: 400;
            color: #000;
        }

            .shop-safely .text p {
                margin: 0;
            }

                .shop-safely .text p a {
                    color: #1843f2;
                }

    .radio-list {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .radio-list li {
            margin: 0 0 15px;
        }

            .radio-list li:last-child {
                margin: 0;
            }

        .radio-list .label {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            /*padding: 0 65px 0 0;*/
            position: relative;
        }

        .radio-list input[type=radio] {
            position: absolute;
            opacity: 0;
        }

        .radio-list .cust-radio {
            width: 15px;
            height: 15px;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            margin: 1px 11px 0 2px;
            border-radius: 100%;
            background: #fff;
            position: relative;
            border: 1px solid #000;
        }

            .radio-list .cust-radio:before {
                top: 3px;
                left: 3px;
                right: 3px;
                bottom: 3px;
                content: "";
                border-radius: 100%;
                opacity: 0;
                visibility: hidden;
                position: absolute;
                background: #fff;
            }

        .radio-list .cust-label {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            font-size: 12px;
            line-height: 16px;
            font-weight: 700;
            color: #000;
        }

            .radio-list .cust-label .txt {
                font-weight: 700;
                color: #297D4F;
                font-size: 10px;
            }

        .radio-list .amount {
            top: 1px;
            right: 9px;
            font-size: 12px;
            line-height: 16px;
            font-weight: 700;
            color: #000;
            position: relative;
            text-align: right;
        }

            .radio-list .amount del {
                font-weight: normal
            }

        .radio-list input[type=radio]:checked + .cust-radio, .radio-list input[type=radio]:focus + .cust-radio {
            background: #2445ea;
        }

            .radio-list input[type=radio]:checked + .cust-radio:before, .radio-list input[type=radio]:focus + .cust-radio:before {
                opacity: 1;
                visibility: visible;
            }

    /* Button Styles */

    .dp-button {
        appearance: none !important;
        align-items: center !important;
        background: linear-gradient(90deg, #2445ea 50%, #b44684) !important;
        background-size: 200% 100% !important;
        background-position: 0 0 !important;
        box-shadow: 0px 3px 15px 0px #00000033 !important;
        border: none !important;
        border-radius: 100px !important;
        color: white !important;
        display: inline-flex;
        font-size: 14px !important;
        font-weight: 800 !important;
        padding-inline: 30px !important;
        min-width: 115px !important;
        height: 50px !important;
        justify-content: center !important;
        line-height: 26px !important;
        transition: background-position 0.4s !important;
        text-decoration: none !important;
        width: auto !important;
    }

    @media (min-width: 768px) and (max-width: 1024px) {

        .apply-dp .wp-block-button__link.wp-element-button,
        .dp-button {
            padding-inline: 20px !important;
        }
    }

    .apply-dp .wp-block-button__link.wp-element-button:hover,
    .dp-button:hover {
        transition: background-position 0.2s !important;
        background-position: 100% 0 !important;
    }

    .apply-dp--secondary .wp-block-button__link.wp-element-button,
    .dp-button--secondary {
        border-style: solid;
        border-width: 2px;
        border-color: #2445ea;
        text-decoration: none;
        appearance: none !important;
        align-items: center !important;
        background-size: 200% 100% !important;
        background-position: 0 0 !important;
        box-shadow: none;
        border-radius: 100px !important;
        color: #2445ea !important;
        display: inline-flex;
        font-size: 14px !important;
        font-weight: 800 !important;
        padding-bottom: 0;
        padding: 0 !important;
        padding-inline: 30px !important;
        min-width: 115px !important;
        height: 50px !important;
        justify-content: center !important;
        transition: background-position 0.4s !important;
        text-decoration: none !important;
        width: auto !important;
    }

        .dp-button--secondary:hover {
            appearance: none !important;
            align-items: center !important;
            background: linear-gradient(90deg, #2445ea 50%, #b44684) !important;
            color: #fff !important;
        }

    .modal-content {
        border-radius: 10px
    }

    .alert-success {
        border-radius: 2px;
        border: 1px solid #77C79B;
        background: #77C79B33;
        padding: 12px 15px 9px;
        font-size: 13px;
        width: 100%;
        margin-top: 10px;
    }

    .modal-header {
        border: none
    }

        .modal-header .modal-title {
            display: none
        }

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

    .modal-footer {
        border: none;
        justify-content: center;
        padding-bottom: 25px
    }

    /*.tooltip-inner {
    background-color: #2445ea;
    box-shadow: 0px 0px 4px black;
    opacity: 1 !important;
}

.tooltip.bs-tooltip-right .tooltip-arrow::before {
    border-right-color: #2445ea !important;
}

.tooltip.bs-tooltip-left .tooltip-arrow::before {
    border-left-color: #2445ea !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #2445ea !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #2445ea !important;
}*/

    header .top-menu {
        font-family: area-normal,sans-serif !important;
        font-weight: 700;
        background-color: #f2f2f4;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 60%);
        -moz-box-shadow: 0 0 10px 0 rgb(0 0 0 / 60%);
        -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 60%);
        padding: 20px;
        width: 100%;
    }

    @media (max-width: 767px) {
        header .top-menu {
            padding: 20px 0;
        }
    }

    .right-menu {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-direction: row;
        gap: 0 32px;
    }

    @media (max-width: 576px) {
        .right-menu {
            justify-content: center;
            padding-top: 15px;
        }
    }

    .upper-phone {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 5px 0;
    }

        .upper-phone p {
            line-height: 1em;
            margin: 0;
        }

    .phone-label {
        font-size: 11px;
        color: #4b5260;
        padding: 0;
    }

    .phone-number {
        color: #2445ea;
        font-size: 14px;
        border-style: solid;
        border-width: 0 0 2px;
        border-color: #2445ea;
        padding: 0 0 2px;
        text-decoration: none;
    }

    header #login-nav-btn a {
        background: 0 0 !important;
        box-shadow: none !important;
        font-size: 12px !important;
        line-height: normal !important;
        padding: 8px 19px 6px !important;
        border-color: #2445ea !important;
        color: #2445ea !important;
        border: 2px solid;
    }

    .phone-number a:hover {
        text-decoration: none
    }

    header #login-nav-btn a:hover {
        text-decoration: none;
        background: #2445ea !important;
        color: #fff !important;
    }

    .btn-login {
        border-radius: 30px;
        padding: 0 20px;
    }

    .footer-top {
        background: linear-gradient(90deg, rgba(36, 69, 234, 1) 0%, rgba(180, 70, 132, 1) 100%) !important;
        margin-top: 50px;
        margin-bottom: 0px;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        height: 9px;
        width: 100%;
    }

    footer {
        padding-top: 15px !important;
        padding-bottom: 20px;
        min-height: 30px;
        background: #000;
        font-size: 13px;
        font-family: area-normal;
        color: #d3d3d3;
        font-size: 12px;
        line-height: 2;
    }

    .modal-content .radio-list .cust-label {
        padding-top: 5px
    }

    .modal-body {
        padding: 0 1rem 1rem
    }

    .modal-content h5 {
        font-size: 21px
    }

    .modal-content .form-control {
        padding: 9px;
        border: 1px solid #d5d5d5;
        font-family: sans-serif;
    }

    .modal-content .form-label {
        font-weight: 700;
    }

    /* Bootstrap Table Styles */
    .table.table-plan-details-hau {
        font-size: 13px;
    }

    .table.table-plan-details {
        font-size: 13px;
    }

    .table th {
        border-bottom-color: #e3e3e3 !important
    }

    .table th, .table td {
        padding: 15px;
        vertical-align: middle
    }

    .plan-options .cust-label {
        font-size: 15px;
        padding-top: 5px;
    }

    .active .fa-circle-check {
        color: #2445ea;
        padding-left: 6px
    }

    .guarantee {
        font-size: 12px
    }

    .pwd-btn, .input-icon {
        background: none;
        position: absolute;
        border: none;
        right: 5px;
        top: 7px;
        z-index: 999;
    }

        .pwd-btn i, .input-icon {
            color: #cfcfcf
        }

    .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    /* Radio buttons payment options */

    .radio-inputs {
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .radio-inputs > * {
            margin: 6px;
        }

    .radio-input:checked + .radio-tile {
        border-color: #2445ea;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        color: #2260ff;
    }

        .radio-input:checked + .radio-tile:before {
            transform: scale(1);
            opacity: 1;
            background-color: #fff;
            border-color: #333;
            border: 4px solid #2445ea;
        }

        .radio-input:checked + .radio-tile .radio-icon svg {
            fill: #2260ff;
        }

        .radio-input:checked + .radio-tile .radio-label {
            color: #2260ff;
        }

    .radio-input:focus + .radio-tile {
        border-color: #2260ff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
    }

        .radio-input:focus + .radio-tile:before {
            transform: scale(1);
            opacity: 1;
        }

    .radio-tile {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        flex-wrap: wrap;
        border-radius: 0.5rem;
        border: 1px solid #cfcfcf;
        background-color: #f2f2f4;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        transition: 0.15s ease;
        cursor: pointer;
        position: relative;
        padding: 15px 25px 15px 40px;
    }

        .radio-tile:before {
            content: "";
            position: absolute;
            display: block;
            width: 1rem;
            height: 1rem;
            border: 2px solid #000;
            background-color: #fff;
            border-radius: 50%;
            top: 33%;
            left: 15px;
            /*opacity: 0;
        transform: scale(0);*/
            transition: 0.25s ease;
        }

        .radio-tile:hover {
            border-color: #2445ea;
        }

            .radio-tile:hover:before {
                transform: scale(1);
                opacity: 1;
            }

    .radio-icon svg {
        width: 2rem;
        height: 2rem;
        fill: #494949;
    }

    .radio-label {
        color: #000;
        transition: 0.375s ease;
        text-align: center;
        font-size: 13px;
        font-weight: 800;
        padding-top: 2px;
    }

    .radio-input {
        clip: rect(0 0 0 0);
        -webkit-clip-path: inset(100%);
        clip-path: inset(100%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        white-space: nowrap;
        width: 1px;
    }

    .payment-options label {
        width: 100%
    }

    .plumtxt {
        color: #b44684
    }

    .plan-activation h5 {
        font-size: 18px
    }

    .fa-triangle-exclamation {
        font-size: 24px;
        color: #b44684
    }

    .list-center {
        text-align: left;
        width: 80%;
        margin: 0 auto;
    }

    .order-confirm-wrap a {
        text-decoration: underline !important;
        font-weight: 600
    }

    .plan-activation .form-label {
        font-size: 14px;
        font-weight: bold;
    }

    .dp-option-button--button {
        appearance: none !important;
        align-items: center !important;
        border: 1px solid #2445ea !important;
        border-radius: 100px !important;
        color: #2445ea !important;
        display: inline-flex !important;
        /* font-size: 14px !important; */
        font-weight: 800 !important;
        padding-inline: 30px !important;
        min-width: 155px !important;
        height: 50px !important;
        justify-content: center !important;
        line-height: 26px !important;
        text-decoration: none !important;
        width: auto !important;
    }

        .dp-option-button--input:checked + .dp-option-button--button, .dp-option-button--button:hover {
            background: #2445ea !important;
            cursor: pointer;
            color: #fff !important;
        }

    .dp-option-button--input {
        position: absolute;
        left: -9999999px;
        opacity: 0;
    }

    .pagination {
        justify-content: center;
        margin: 30px 0
    }

        .pagination li {
            margin: 0 3px;
        }

    .page-link {
        color: #2445ea;
        font-size: 13px
    }

    .page-item.active .page-link {
        z-index: 3;
        color: #fff;
        background-color: #2445ea;
        border-color: #2445ea;
        color: #fff;
    }

    .accordion-item {
        padding: 18px 15px 15px;
        background: #fff;
        border-radius: 10px !important;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    }

    .accordion-header span.tag {
        font-size: 12px;
        font-weight: bold;
        position: absolute;
        right: 50px;
        top: 20px;
    }

    @media (max-width: 767px) {
        .accordion-header span.tag {
            display: none
        }
    }

    .accordion-button {
        font-weight: bold
    }

        .accordion-button:not(.collapsed) {
            background: transparent;
            color: #000;
            box-shadow: none
        }

            .accordion-button:not(.collapsed)::after {
                background: auto
            }

    /* Mobile nav */

    .menu {
        display: none
    }

        .menu.show {
            display: block
        }

    .menu-top-menu {
        width: 100vw;
        max-height: calc(100vh - 70px);
        position: relative;
        list-style: none;
        margin: 0;
        margin-top: 30px;
        display: flex;
        padding: 0;
        flex-direction: column;
        border-style: solid;
        border-width: 1px 0 0;
        border-color: rgba(0,0,0,.15);
        gap: 0;
        background-color: #f2f2f4;
    }

        .menu-top-menu > li {
            cursor: pointer;
            display: flex;
            align-items: center;
            height: 80px;
            border-style: solid;
            border-width: 0 0 1px;
            border-color: rgba(0,0,0,.15);
            background-image: url('https://www.dentalplans.com/wp-content/plugins/dp-blocks/top-menu/images/next.svg');
            background-repeat: no-repeat;
            background-position: top 50% right 20px;
            position: relative;
        }

    .menu-item a {
        position: relative;
        color: inherit;
        padding: 0 0 0 25px;
        line-height: 80px;
        width: 100%;
    }

    .menu .call-us {
        display: flex;
        justify-content: center;
        align-items: center;
        width: calc(100% - 40px px );
        background-color: #2445ea;
        border-style: solid;
        border-width: 2px;
        border-color: #2445ea;
        color: #fff;
        text-decoration: none;
        height: 50px;
        border-radius: 25px;
        line-height: 1em;
        padding: 10px 0;
        margin: 20px 20px 0;
    }

    a.hamburger-menu {
        cursor: pointer
    }

        a.hamburger-menu img.close {
            display: none
        }

    a.add-dependent, a.remove-dependent, a.btn-search-dentist {
        cursor: pointer
    }

    .alert {
        font-size: 14px
    }

    .error-validation {
        color: #DD3B4A;
        font-size: 12px;
        padding-top: 6px
    }

.input-group #BillerInfo_Password.is-invalid, .input-group #BillerInfo_ConfirmPassword.is-invalid {
    background-position: calc(100% - 36px) center !important;
}

@media (max-width:768px) {
    .footer-top {
        margin-top:20px;
    }
    .total-holder-left .total-amount {
        font-size:19px;
    }
    .total-holder-left .info-holder .price {
        font-size: 19px;
    }
    .fee-holder .processing .text, .fee-holder .fee {
        font-size: 12px;
        line-height: 1.5em;
        font-weight: normal;
    }
    .fee-holder .processing .icon{width:14px; padding-top:3px}
    .title-promo.title-promo-left{width:130px; font-size:15px;}
    .title-promo.title-promo-left.collapsed:after{top:-3px}
    .shop-safely{align-items:center}
        .shop-safely .icon{width:20px}
}

