.header {
    padding: 20px 0;
}

.header .header-container {
    margin-bottom: unset;
}

.head-price {
    padding: 32px 0px;
    text-align: center;
}

.head-price .title, .feature-title, .because-use h3, .title-question{
    font-size: 32px !important;
    color: #032D60;
}

.pricing {
    padding: 50px 0;
}

.pricing-table-wrap {
    display: flex;
    justify-content: center;
}

.plan-blue {
    background: #0C6AD8;
}
.plan-blue-text {
    color: #0C6AD8;
}

.plan-orange {
    background: #F5726A;
}
.plan-orange-text {
    color: #F5726A;
}

.plan-neon-blue {
    background: #66EDFF;
}
.plan-neon-blue-text {
    color: #66EDFF;
}

.header-bar {
    border-radius: 8px 8px 0 0;
    height: 20px;
}

.price-item {
    background: white;
    width: 300px;
    text-align: center;
    box-sizing: border-box;
    margin: 30px;
    /*border-radius: 10px;*/

    border-radius: 8px;
    border: 1px solid #D3D3D3;

    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.40);
}


.plan_price b {
    font-size: 40px;
    font-weight: 500;
}

.plan_price span {
    font-size: 16px;
}

.pack-item {
    padding: 10px 0;
    text-align: left;
}

.pack-item img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 8px;
}

.pack-item.ml1 {
    margin-left: 60px;
}

.pack-item.ml2 {
    margin-left: 40px;
}

.price_name {
    color: #032D60;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 24px;
}

.feature {
    width: 60%;
    margin: 0 auto;
}

.feature-title {
    margin: 80px 0px 30px;
}

.service-plush-title {
    margin: 80px 0px 40px;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
}

.price_item_bonus {
    background: white;
    width: 200px;
    text-align: center;
    box-sizing: border-box;
    margin: 0 30px;
    padding-top: 15px;
    border-radius: 10px;
}

.because-use h3 {
    margin-top: 80px;
}

.because-use b {
    font-size: 18px;
}

.because-use p {
    font-size: 14px;
}

.because-use img {
    height: 35px;
}

.title-question {
    margin-top: 80px;
    font-size: 32px;
    font-weight: 500;
}

.table-question {
    margin-top: 30px;
    padding-bottom: 50px;
}

.table-question b {
    font-size: 18px;
}

.table-question p {
    font-size: 14px;
}

.block-questions-pri .row {
    font-size: 14px;
}

.btn.button-navy {
    margin: 15px 0;
}

.btn-sm {
    padding: 3px 14px;
}

.table {
    background-color: white;
    border: 1px solid #ddd;
}

.table .thead-dark th {
    background-color: #1f6595;
    border: unset;
}

.box-question {
    width:60%;
    margin: 0 auto;
    padding-bottom: 40px;
}
.card-header{
    font-weight: bold;
    cursor: pointer;
}

.w-40 {
    width: 40px;
}
.h-40 {
    height: 40px;
}
.color-custom {
    color: #1f6595;
}

.table-feature {
    border: 1px solid #dddddd;
}

.card {
    background: #FDFDFD !important;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #D5D5D5;
    border-radius: 0;
}

.card-header {
    padding: 8px 15px;
    background-color: #FDFDFD;
    border: none;
    color: #032D60;
    font-size: 18px;
}

label {
    margin-bottom: 0;
}

label span {
    color: #dc3545;
}

.btn_dangky {
    font-size: 16px;
}

.flex-start-custom div {
    margin-left: 1rem;
}

.flex-end-custom {
    justify-content: flex-end;
}

.flex-end-custom div {
    text-align: right;
    margin-right: 1rem;
}

.pl-lg-5 {
    padding-left: 3rem;
}

.pr-lg-5 {
    padding-right: 3rem;
}

.table td, .table th {
    vertical-align: unset;
    border-top: unset;
}

.table-price .thead-dark tr:first-child th:first-child {
    background-color: #4980A7;
}

.table-price .thead-dark tr:first-child th:nth-child(3) {
    background-color: #134F5C;
}

.table-price .thead-dark tr:first-child th:last-child {
    background-color: #38761D;
}

.table-price .thead-dark tr:last-child th {
    background-color: #D0E0E3;
    color: #333333;
}



@media (min-width: 992px) {
    .modal-lg {
        max-width: 900px!important;
    }
}
@media (max-width: 820px) {
    .pricing-table-wrap {

    }
    .price-item-1{
        margin-left: 40px;
    }
    .price-item-2{
        margin-left: 40px;
    }
    .price-item {
        width:250px ;
    }
    .feature {
        width: 80%;
        margin: 0 auto;
    }
    .price_item_bonus {
        margin: 0 15px;
    }
    .box-question {
        width: 80%;
    }
}

@media (max-width: 575px) {
    .table-price {
        display: block;
        overflow-x: auto;
    }
    .pricing-table-wrap {
        flex-direction: column;
        align-items: center;
    }
    .price-item {
        width: 80%;
        margin-left: 50px;
        padding-bottom: 20px;
        margin-top: 15px;
    }
    .feature {
        width: 95%;
        margin: 0 auto;
    }
    .price_item_bonus {
        width: 60%;
        margin-bottom: 20px;

    }
    .box-question {
        width: 100%;
        margin: 0 auto;
    }
    .head-price {
        padding: 30px 0;
    }
    h1 {
        font-size: 30px;
    }
    .font-xs-14 {
        font-size: 14px;
    }
    .feature-title {
        margin: 50px 0 20px;
        font-size: 28px;
    }
    .feature table tbody {
        font-size: 14px;
    }
    .feature table tbody tr td {
        line-height: 1.5;
    }
    .service-plush-title {
        margin: 50px 0px 20px;
        font-size: 28px;
        line-height: 1.5;
    }
    .because-use h3 {
        margin: 40px 0 20px;
        font-size: 28px;
    }
    .because-use h4 {
        font-size: 16px;
    }
    .title-question {
        margin-top: 40px;
        font-size: 28px;
    }
    .flex-start-custom div {
        margin-left: 1rem;
    }
    .flex-end-custom {
        justify-content: start;
    }
    .flex-end-custom div {
        order: 1;
        text-align: left;
        margin-left: 1rem;
        margin-right: 0;
    }
    .pl-lg-5 {
        padding-left: 15px;
    }
    .pr-lg-5 {
        padding-right: 15px;
    }
    .because-use p {
        line-height: 1.5;
    }
}

.landing-page-check-group-reverse {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}


.landing-page-check-group-reverse .inner {
    position: relative;
    padding: 0;
}

.landing-page-check-group-reverse {
    width: calc(25% - 15px);
    margin: 0 0 40px;
    padding: 20px;
}

.landing-page-check-group-reverse {
    width: calc(33% - 15px);
    margin: 0 0 40px;
}

.landing-page-box .icon, .landing-page-check-group-reverse .icon {
    position: absolute;
    top: -5px;
    right: 0;
}

.landing-page-check-group-reverse .icon_content {
    padding-left: 0px;
    text-align: left;
}

.landing-page-check-group-reverse .icon_content .title {
    font-size: 20px;
    color: #032D60;
}
