* {
    box-sizing: border-box;
}

:root {
    --primary: #3BD2A2;
    --primary-md: #1cbe8f;
    --primary-dk: #00ab7e;
    --white: #fff;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1 !important
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1 !important
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1 !important
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1 !important
    }
}

.tasks-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tasks-header .icon-bars {
    height: 65px;
    width: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 1rem 0.7rem;
    border-radius: 20px;
    margin-right: 20px
}

.tasks-header .icon-bars .bar {
    width: 100%;
    height: 5px
}

.tasks-header .icon-bars .bar.pink {
    width: 80%;
    margin: 4px 0
}

.tasks-header .icon-bars .bar.yellow {
    width: 60%
}

@media only screen and (max-width: 1200px) {
    .tasks-header .icon-bars {
        height: 50px;
        width: 50px
    }
}

.new-tasks .row {
    margin: 0
}

.new-tasks .row>div {
    width: 100%
}

@media screen and (min-width: 993px) {
    .new-tasks .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .new-tasks .row>div {
        width: calc(50% - .5rem)
    }
}

.new-tasks .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
    background: #f5f5f5
}

.new-tasks .apps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 1rem;
    margin-bottom: -1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.new-tasks .apps .app-wrap {
    width: calc(50% - .5rem);
    margin-bottom: 1rem
}

.new-tasks .apps .app-wrap>.app {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px
}

@media screen and (max-width: 992px) {
    .new-tasks .apps .app-wrap>.app {
        margin: 1rem 0 0
    }
}

@media screen and (max-width: 600px) {
    .new-tasks .apps .app-wrap {
        width: 100%
    }
}

@media screen and (max-width: 992px) {
    .new-tasks .apps {
        margin: 2rem 0 0
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1 !important
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1 !important
    }
}

.apps .row {
    margin: 0
}

.apps .apps-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0
}

.apps .apps-wrap .app-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(20% - .8rem);
    margin: 0rem 0rem 1rem 1rem
}

@media (min-width: 1351px) {
    .apps .apps-wrap .app-wrap:first-of-type, .apps .apps-wrap .app-wrap:nth-child(5n+1) {
        margin-left: 0
    }
}

.apps .apps-wrap .app-wrap .app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 3px;
    width: 100%;
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease
}

.apps .apps-wrap .app-wrap .app:hover {
    -webkit-box-shadow: 0px 2px 11px -8px #000;
    box-shadow: 0px 2px 11px -8px #000
}

.apps .apps-wrap .app-wrap .app img {
    margin-bottom: 1.5rem;
    -ms-flex-item-align: center;
    align-self: center
}

.apps .apps-wrap .app-wrap .app .icon-wrap {
    width: 60px;
    height: 60px;
    margin: auto auto 1.5rem;
    line-height: 1
}

.apps .apps-wrap .app-wrap .app .icon-wrap i {
    font-size: 2.2rem
}

.apps .apps-wrap .app-wrap .app h4 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.apps .apps-wrap .task-apps-btn a.btn.btn-large.transparent:hover {
    color: white !important;
    background: #4FD0E3 !important;
    border-color: #4FD0E3 !important
}

@media (max-width: 1350px) {
    .apps .apps-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .apps .apps-wrap .app-wrap {
        width: calc(50% - .5rem)
    }

    .apps .apps-wrap .app-wrap:nth-child(odd) {
        margin-left: 0
    }
}

@media (max-width: 450px) {
    .apps .apps-wrap .app-wrap {
        width: 100%;
        margin-left: 0
    }
}

.disclaimer-wrap button {
    border-radius: 3px
}

.disclaimer-wrap .disclaimer {
    border-radius: 3px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.disclaimer-wrap .disclaimer.active {
    max-height: 576px;
    opacity: 1
}

.disclaimer-wrap .disclaimer .close {
    right: 15px;
    top: 9px;
    padding: 3px 6px 1px
}

.hero-container {
    position: relative;
    height: 320px;
    overflow: hidden
}

.hero-container {
    background-image: url(/assets/images/pricing-assets/computer.jpg);
    background-size: cover;
    background-position: center center;
}

.faqs-section {
    background-color: #F2F2F2
}

.schema-rating-wrap .schema-rating {
    -webkit-box-shadow: 0px -13px 73px -16px rgba(0, 0, 0, 0.0705882);
    box-shadow: 0px -13px 73px -16px rgba(0, 0, 0, 0.0705882)
}

.schema-rating-wrap .logo-wrap {
    position: absolute;
    width: 80px;
    height: 80px;
    -webkit-box-shadow: 0px -11px 21px -7px rgba(0, 0, 0, 0.0392157);
    box-shadow: 0px -11px 21px -7px rgba(0, 0, 0, 0.0392157);
    top: -66px;
    left: calc(50% - 40px)
}

.schema-rating-wrap .logo-wrap img {
    width: 61%;
    padding-top: 18px
}

.schema-rating-wrap p {
    padding-top: 1.5rem
}

@media screen and (min-width: 2000px) {
    .hero-bg-img {
        background-position-y: -275px;
        -webkit-transform: none;
        transform: none
    }
}

@media screen and (max-width: 992px) {
    .hero-bg-img {
        background-position-y: -25px;
        -webkit-transform: none;
        transform: none;
        background-position-x: -70px
    }

    .schema-rating-wrap .logo-wrap {
        top: -32px;
        width: 50px;
        height: 50px;
        left: calc(50% - 25px)
    }

    .schema-rating-wrap .logo-wrap img {
        padding-top: 11px
    }

    .schema-rating-wrap .fa-2x {
        font-size: 1.5em
    }
}

@media screen and (max-width: 600px) {
    .hero-bg-img {
        background-position-x: -270px
    }
}

.quotation-title,
.quotation-text {
    position: relative;
    z-index: 1;
    color: #42464e;
    width: 60%;
}

.quotation-title {
    font-size: 37px;
    line-height: 41px;
}

.quotation-tỉtle span {
    text-transform: lowercase;
    display: block;
}

.quotation-wrapper {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    width: 94%;
    margin: 40px auto 0;
}

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

.quotation-item {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 94%;
    max-width: 900px;
    margin: 0 auto 45px;
    background-color: #fff;
    box-shadow: 0 0 73px 0 rgba(12, 52, 98, .09);
    color: #7d8492;
    letter-spacing: 1px;
}

.quotation-name-price {
    width: 36%;
    flex-shrink: 0;
    box-shadow: 0 0 73px 0 rgba(12, 52, 98, .05);
    padding: 32px 15px 50px;
    text-align: center;
}

.quotation-item-text {
    font-size: 16px;
    line-height: 17px;
}

.quotation-name {
    font-size: 37px;
    margin: 0 auto;
}

.quotation-info {
    width: 64%;
}

.price-regular {
    font-size: 37px;
    font-weight: 900;
    color: #3BD2A2;
    line-height: 1.2;
    margin: 0;
    display: block;
    font-family: serif;
}

.price {
    padding: 10px 0;
}

.price-regular sup {
    font-size: 24px;
}

.price-regular span {
    font-size: 24px;
    font-weight: 300;
    color: #999;
}

.btn-registration {
    display: inline-flex;
    padding: 7px 45px;
    line-height: 36px;
    white-space: nowrap;
    background-color: #3BD2A2;
    color: #fff;
    border-radius: 35px;
    font-size: 19px;
    text-transform: uppercase;
    cursor: pointer;
    user-select: none;
}

.quotation-info {
    width: calc(100% - 36%);
    text-align: left;
    padding: 45px 30px 0;
    overflow: hidden;
    position: relative;
}

.quotation-info ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    grid-gap: 18px;
}

.quotation-info li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.quotation-info img {
    margin-right: 7px;
}

.quotation-name-price small {
    color: red;
    display: block;
    width: 100%;
    font-size: 13px !important
}

.quotation-text {
    font-size: 20px;
    line-height: 1.2;
}

@media (max-width: 992px) {
    .hero-container {
        height: 280px;
    }

    .quotation-item {
        flex-wrap: wrap;
    }

    .quotation-title, .quotation-text {
        width: 90%;
    }

    .quotation-title {
        font-size: 31px;
    }

    .quotation-text {
        font-size: 19px;
    }

    .quotation-name-price,
    .quotation-info {
        width: 100%;
    }

    .quotation-info {
        padding: 35px;
    }

    .quotation-info strong {
        text-align: center;
        display: block;
        padding-bottom: 25px;
        font-size: 21px;
    }

    .price-promotion {
        margin: 0 auto;
        font-size: 31px;
        color: #aaa
    }

    .price-promotion span {
        display: none;
    }

    .quotation-info ul {
        grid-gap: 2px;
        margin: 0 auto;
    }
}


.plans-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
}

[type="radio"]:checked ~ .plan-tab,
[type="radio"] ~ .plan-tab {
    margin: 0;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    width: 150px;
    height: auto;
    line-height: 1.3em;
    padding: 0;
}

[type="radio"] ~ .plan-tab:before,
[type="radio"] ~ .plan-tab:after {
    display: none !important;
}


.input-tab {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

.tab-icon {
    background: var(--white);
    color: var(--primary);
    padding: 12px 0;
    box-shadow: 0 2px 7px 0  rgba(0,0,0,.14);
    margin-bottom: 7px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    font-size: 15px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.plan-tab:nth-of-type(1) .tab-icon {
    border-radius: 3px 0 0 3px;
}

.plan-tab:nth-of-type(2) .tab-icon {
    border-radius: 0 3px 3px 0;
}

.tab-icon + span {
    font-size: 12px;
}


.input-tab:checked:nth-of-type(1) ~ .plan-tab[for="monthly-plan"] .tab-icon,
.input-tab:checked:nth-of-type(2) ~ .plan-tab[for="yearly-plan"] .tab-icon  {
    background-color: var(--primary);
    color: var(--white);
}


.quotation-item {
    width: 100%;
    margin: 25px 0 15px
}

.list-price-item {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 25px;
}

.plan-inner {
    background-color: var(--white);
    box-shadow: 0 2px 7px 0 rgba(0,0,0,.09);
    border-radius: 5px;
    padding: 20px;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
}


.input-tab:checked:nth-of-type(1) ~ .quotation-item [data-name="yearly-plan"],
.input-tab:checked:nth-of-type(2) ~ .quotation-item [data-name="monthly-plan"]  {
    display: none !important
}


.paragraph-child-block {
    max-width: 1200px;
    margin: 50px auto 0;

}


.customer-care {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.customer-care img {
    width: 450px;
}
.customer-content {
    width: calc(100% - 450px);
    padding-left: 25px;
}

.customer-content .text-black {
    font-size: 30px;
    line-height: 35px;
    width: 60%;
    display: inline-block;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.text-column {
    width: 70%;
    display: inline-block;
    margin-bottom: 25px;
}

@media (max-width: 992px) {
    .paragraph-child-block {
        display: none !important
    }
}
