/* line 5, src/assets/scss/components/price-section/_price-1.scss */
.pricing-switch-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: block;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* line 13, src/assets/scss/components/price-section/_price-1.scss */
.pricing-switch-wrap span {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

/* line 18, src/assets/scss/components/price-section/_price-1.scss */
.pricing-switch-wrap span.year-switch {
    position: absolute;
    top: 10px;
    z-index: 1;
    color: #6730e3;
}

/* line 24, src/assets/scss/components/price-section/_price-1.scss */
.pricing-switch-wrap span.beforeinput {
    left: 33px;
}

/* line 26, src/assets/scss/components/price-section/_price-1.scss */
.pricing-switch-wrap span.beforeinput.text-success {
    color: #fff !important;
}

/* line 30, src/assets/scss/components/price-section/_price-1.scss */
.pricing-switch-wrap span.afterinput {
    right: 40px;
}

/* line 32, src/assets/scss/components/price-section/_price-1.scss */
.pricing-switch-wrap span.afterinput.text-success {
    color: #fff !important;
}

/* line 37, src/assets/scss/components/price-section/_price-1.scss */
.pricing-switch-wrap span.switch-icon {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 37px;
    border: 1px solid #6730e3;
    border-radius: 25px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin: 0 15px;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 48, src/assets/scss/components/price-section/_price-1.scss */
.pricing-switch-wrap span.switch-icon:after {
    content: "";
    position: absolute;
    left: 4px;
    width: 100px;
    height: 35px;
    background-color: #6730e3;
    border-radius: 25px;
    -webkit-transform: translate3d(-6px, 0, 0);
    transform: translate3d(-6px, 0, 0);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* line 60, src/assets/scss/components/price-section/_price-1.scss */
.pricing-switch-wrap input:checked + .switch-icon:after {
    -webkit-transform: translate3d(95px, 0, 0);
    transform: translate3d(95px, 0, 0);
}

/* line 66, src/assets/scss/components/price-section/_price-1.scss */
.single-pricing-pack {
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    border: none;
    border-top: 4px solid transparent;
    border-radius: 1rem;
}

/* line 72, src/assets/scss/components/price-section/_price-1.scss */
.single-pricing-pack .pricing-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5rem;
}

/* line 76, src/assets/scss/components/price-section/_price-1.scss */
.single-pricing-pack .pricing-content .pricing-feature-list li {
    font-size: 14px;
    line-height: 30px;
}

/* line 79, src/assets/scss/components/price-section/_price-1.scss */
.single-pricing-pack .pricing-content .pricing-feature-list li span {
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: #434343;
}

/* line 86, src/assets/scss/components/price-section/_price-1.scss */
.single-pricing-pack .pricing-content .pricing-feature-list li.text-deem {
    opacity: 0.5;
}

/* line 91, src/assets/scss/components/price-section/_price-1.scss */
.single-pricing-pack.popular-price {
    -webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
    border-top: 4px solid #f75f36 !important;
}

/* line 96, src/assets/scss/components/price-section/_price-1.scss */
.single-pricing-pack:hover {
    -webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
    border-top: 4px solid #f75f36;
}

/* line 103, src/assets/scss/components/price-section/_price-1.scss */
.pricing-header .price {
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

/* line 108, src/assets/scss/components/price-section/_price-1.scss */
.pricing-header .price span {
    font-size: 20px;
}

/* line 113, src/assets/scss/components/price-section/_price-1.scss */
.pricing-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

/* line 116, src/assets/scss/components/price-section/_price-1.scss */
.pricing-content .pricing-feature-list li {
    font-size: 14px;
    line-height: 30px;
}

/* line 119, src/assets/scss/components/price-section/_price-1.scss */
.pricing-content .pricing-feature-list li span {
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: #434343;
}

/* line 126, src/assets/scss/components/price-section/_price-1.scss */
.pricing-content .pricing-feature-list li.text-deem {
    opacity: 0.5;
}

/* line 134, src/assets/scss/components/price-section/_price-1.scss */
.pricing-new-plan .price-name p {
    opacity: 0.7;
}