img {
    max-width: 100%;
}

.slick-prev:before, .slick-next:before {
    color: #047BF7;
}

/* -----------------------------------------                style for main section*/
.main-container {
    background-color: rgba(232, 240, 243, 0.2);
}

.main {
    padding: 40px 0 141px;
    background-image: url(/content/assets/images/ptrn_yellow.svg);
    background-repeat: no-repeat;
    background-position-y: 70%;
}

.main .main-title {
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 120%;
    color: #37485D;
    margin-bottom: 8px;
}

.main .main-description {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 130.6%;
    color: #37485D;
    margin-bottom: 24px;
}

.main .main-btn {
    display: inline-block;
    padding: 10px 35px;
    box-shadow: 0 2px 12px rgba(115, 206, 241, 0.8);
    font-family: Avenir;
    font-weight: 800;
    font-size: 16px;
    line-height: 130.6%;
    color: #FFFFFF !important;
    background: #047BF7;
    border-radius: 7px;
    margin-bottom: 56px;
    cursor: pointer;
    text-decoration: none;
}

.comments-container {
    display: none;
}


/* -----------------------------------------                style for comment item*/
.comments-container-mobile {
    box-shadow: 4px 4px 34px rgba(23, 37, 51, 0.05);
    border-radius: 10px;
    background-color: #fff;
    padding: 0 20px;
}

.comment-item {
    padding: 25px 17px 23px 18px;
    background-image: url("/content/assets/images/comment-bg.svg");
    background-repeat: no-repeat;
    background-position-x: 90%;
    background-position-y: 25%;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 130.6%;
    color: #37485D;
    height: 100%;
}

.comment-item .comment-item-text {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 130.6%;
    color: #37485D;
    margin-bottom: 10px;
}

.comment-item .comment-owner-wrapper {
    display: flex;
}

.comment-item .comment-owner-wrapper .owner-icon {
    margin-right: 5px;
}

.comment-item .comment-owner-wrapper .owner-description {
    font-size: 12px;
    line-height: 130.6%;
    color: #CFD0D1;
    display: flex;
    align-items: center;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit;
    flex-direction: column;
    justify-content: space-between;
}

.slick-initialized .slick-slide {
    display: flex;

}

/* -----------------------------------------                style for plan section*/

.plans {
    padding: 64px 0;
}

.page-pricing-background {
	background-image: none;
	background: url('/content/assets/images/background-login.png') !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
    min-height: 100vh;
}

.plans .plan-item {
    background: #FFFFFF;
    box-shadow: 4px 4px 34px rgba(23, 37, 51, 0.05);
    border-radius: 10px;
    padding: 55px 32px 48px;
    margin-bottom: 25px;
}

.plans .plan-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

.plans .plan-item-header .price-billing {
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 130.6%;
    color: #37485D;
    position: absolute;
    right: 0;
    bottom: -6px;
    transition: 1s;
}

.plans .plan-item-header-title {
    font-style: normal;
    font-family: AvenirNextBold;
    font-weight: 900;
    font-size: 24px;
    line-height: 120%;
    color: #37485D;
}

.plans .plan-item-header-price {
    font-family: AvenirNextDemibold;
    font-style: normal;
    font-weight: 900;
    font-size: 42px;
    line-height: 120%;
    color: #047BF7;
    transition: 1s;
}

.plans .header-price-monthly {
    position: absolute;
    transition: 0.4s;
    opacity: 0;
}

.plans .plan-item-header-price span {
    font-size: 18px;
}

.plans .plan-item ul {

    padding-left: 20px;
}

.plans .plan-item ul li {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 130.6%;
    color: #37485D;
    margin-bottom: 16px;
    padding-left: 10px;
    list-style-position: outside;
    list-style-image: url("/content/premium/img/tick_icn_white.svg")
}

.plans .plan-item-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 2px solid #047BF7;
    border-radius: 7px;
    margin-top: 16px;
    padding: 9px 0;
    font-family: 'AvenirNextBold';
    font-size: 16px;
    line-height: 130.6%;
    color: #047BF7 !important;
    text-decoration: none;
    cursor: pointer;
}

.plans .plan-item-btn-filled {
    background: #047BF7;
    color: #fff !important;
}

.plans .disclaimer-wrapper {
    padding-top: 32px;
}

.plans .disclaimer-wrapper .disclaimer-title {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 130.6%;
    color: #CFD0D1;
}

.plans .disclaimer-content {
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    line-height: 130.6%;
    color: #bfbfbf;
    padding-left: 20px;
}

.plans .navigation-container {
    display: flex;
    justify-content: space-between;
    padding: 2px;
    background: #F4F5FA;
    border: 1px solid #E6EAEE;
    border-radius: 4px;
    margin-bottom: 24px;
}

.plans .navigation-container .navigation-btn {
    font-size: 15px;
    line-height: 130.6%;
    color: #CFD0D1;
    padding: 8px 10px;
    cursor: pointer;
    position: absolute;
}

.plans .navigation-container .navigation-btn-second {
    left: 50%;
}

/* -----------------------------------------                style for question section*/

.questions {
    padding: 64px 0 64px;
}

.questions .questions-main-title {
    font-family: AvenirNextDemibold;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
    line-height: 120%;
    color: #37485D;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}

.questions-container .question-item {
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 120%;
    color: #37485D;
}

.questions-container .question-answer {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 130.6%;
    color: #37485D;
    margin: 8px 0 32px;
}

.store-wrapper {
    display: none;
}

.price-monthly-active .header-price-yearly {
    opacity: 0;
}

.price-monthly-active .header-price-monthly {
    opacity: 1;
}

.price-monthly-active .price-billing {
    opacity: 0 !important;
}

input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
    width: 0;
    height: 0;
}

.check-trail {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: 1s;
    cursor: pointer;
    margin: 0;
    font-family: Avenir;
}

.check-handler {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    background: #fff;
    border-radius: 4px;
    transition: 1s;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 130.6%;
    color: #047BF7;
    padding: 7px 0;
    z-index: 3;
}

.store-item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-family: Avenir;
    font-size: 16px;
}

.store-item:hover {
    font-weight: 700;
}

.check-handler::before {
    font-family: Avenir;
    font-size: 16px;
    content: "Yearly, save 40% ";
}

input[type="checkbox"]:checked + .check-trail .check-handler {
    margin-left: 50%;
}

input[type="checkbox"]:checked + .check-trail .check-handler::before {
    font-family: Avenir;
    font-size: 16px;
    content: "Monthly Billing";
}


.reviews-feedback-box {
    position: absolute;
    top: 20px;
    display: none;
    flex-direction: column;
    align-items: center;
}

.reviews-feedback-box .row-feedback {
    display: flex;
    margin-bottom: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.reviews-feedback-box .row-feedback .comment-item {
    width: 260px;
    background: #FFFFFF;
    box-shadow: 4px 4px 34px rgba(23, 37, 51, 0.1);
    border-radius: 10px;
}

@media (min-width: 768px) {
    .main {
        padding: 100px 0 100px;
        background-image: url("/content/assets/images/ptrn_yellow.svg");
        background-repeat: no-repeat;
        background-size: contain;
        position: relative;
    }

    .main .main-wrapper {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
    }

    .main .text-container {
        width: 50%;
    }

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

    .main .main-btn {
        font-size: 18px;
    }

    .comments-container-mobile {
        display: none;
    }

    .plan-item-box {
        display: flex;
        align-items: flex-start;
        height: 100%;
        justify-content: center;
    }

    .questions-container .question-answer {
        margin-top: 0;
    }

    .align-free-block {
        margin: 75px 0 0;
    }

    .reviews-feedback-box {
        display: flex;
        left: -240px;
    }

    .reviews-feedback-box .comment-item {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        padding: 10px 20px;
    }

    .comment-item-mr {
        margin-left: 140px
    }
}

@media (min-width: 1024px) {
    .main {
        padding: 160px 0 160px;
    }

    .main .main-title {
        font-size: 40px;
    }

    .main .main-description {
        font-size: 18px;
    }

    .main .main-btn {
        font-size: 20px;
    }

    .store-wrapper {
        display: block;
    }

    .store-wrapper .store-item {
        margin-bottom: 60px;
    }

    .store-wrapper .store-item:last-child {
        margin-bottom: 0;
    }

    .questions-container .question-item {
        font-size: 24px;
    }

    .questions-container .question-answer {
        font-size: 18px;
        margin-bottom: 70px;
    }

    .questions .questions-main-title {
        font-size: 40px;
        margin-bottom: 70px;
    }

    .plans .plan-item {
        padding: 55px;
    }

    .store-wrapper {
        margin-top: 145px;
    }

    .reviews-feedback-box {
        left: -320px;
    }

    .comment-item .comment-item-text {
        font-size: 18px;
    }

    .reviews-feedback-box .row-feedback .comment-item {
        width: 350px;
        padding: 35px 40px 20px;
    }
}

@media (min-width: 1240px) {
    .plans .navigation-container .navigation-btn {
        font-size: 18px;
        padding: 11px 16px;
    }
}

@media (min-width: 1366px) {
    .main {
        padding: 240px 0 280px;
    }

    .plans .plan-item {
        padding: 71px 55px;
    }

    .plans .plan-item ul li {
        font-size: 16px;
    }

    .align-free-block {
        margin: 70px 0 0;
    }

    .store-wrapper {
        margin-top: 150px;
    }

    .reviews-feedback-box {
        top: 40px;
        left: -360px;
    }

    .reviews-feedback-box .row-feedback .comment-item {
        width: 450px;
        padding: 56px 55px 60px 35px;
    }
}

@media (min-width: 1440px) {
    .main {
        padding: 240px 0 300px;
    }

    .main .main-title {
        font-size: 49px;
    }
}

@media (min-width: 1920px) {
    #wrapper {
        position: relative;
    }
}

/* -----------------------------------------                style for choose plan */
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 321.86px;
    border-radius: 25px;
    background-color: rgba(255, 255, 255/ 0.75);
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.75);
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 25px;
    content: "YEARLY";
    font-size: 16px;
    font-family: AvenirNexftDemiBold;
}

.slider:before {
    position: absolute;
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    color: #007BFF;
    font-size: 16px;
    font-family: AvenirNextDemiBold;
    height: 50px;
    width: 161px;
    border-radius: 25px;
    background: linear-gradient(27.9deg, #E9FFA6 0%, #83FFED 100%);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.4s;
    transition: .4s;
}

.slider:after {
    content: 'MONTHLY';
    position: relative;
    top: 14px;
    left: 205px;
    justify-content: center;
    align-items: center;
    color: #007BFF;
    font-size: 16px;
    font-family: AvenirNextDemiBold;
    height: 50px;
    width: 161px;
}

.yearly::before {
    content: 'YEARLY';
    position: relative;
    top: 17px !important;
    left: 53px;
    justify-content: center;
    align-items: center;
    color: #007BFF;
    font-size: 16px;
    font-family: AvenirNextDemiBold;
    height: 50px;
    width: 161px;
    letter-spacing: 0.38px;
}

#chck:checked+.slider {
    background-color: rgba(255,255,255,0.75);
}

#chck:checked+.slider:before {
    -webkit-transform: translateX(160px);
    -ms-transform: translateX(160px);
    transform: translateX(160px);
    content: '';
}

.btn-outline-primary {
    border: 2px solid !important;
}

@media screen and (min-width: 769px) {

    .blue-button {
        padding: 11px 4px !important;
        height: auto !important;
    }

}

.price-monthly-active .price-billing {
    display: none !important;
}

.price-monthly-active .billed-month {
    display: block !important;
}

.billed-month {
    display: none !important;
}

.card .price .second-part-price {
    font-size: 37px !important;
    font-family: 'AvenirNextBold';
    margin-bottom: 3.5rem;
    margin-right: 2rem;
}

.second-part-price-month {
    font-size: 30px;
}

.second-price {
    position: relative;
    bottom: 36px;
}

.free-price{
    color: transparent;
}

.billed {
    opacity: 1 !important;
    color: #000000 !important;
    font-size: 16px;
    letter-spacing: 0.38px;
    line-height: 22px;
    font-weight: 600;
}