.text-small {
    font-size: 12px;
}
.text-tiny {
    font-size: 10px;
}
.travel-table-box-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding-bottom: 20px;
}
#nav {
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #f2f4f9;
    position: sticky;
    top: 70px;
}
#benefits {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
#expenses {
    background: #f6f8fc;
    padding-top: 20px;
    padding-bottom: 20px;
}
#know-more {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
#contact {
    background: #f2f4f9;
    padding-top: 20px;
    padding-bottom: 20px;
}
.contact-travel {
    background: #fff !important;
}
.section-title h2 {
    font-size: 26px;
    color: #0069b1;
    margin-bottom: 20px;
}
.section-title p {
    font-size: 14px;
    color: #0069b1;
    margin-bottom: 20px;
}
.content {
    display: none;
    padding: 20px 10px 20px;
    color: #000;
    text-align: center;
}
#business .col-md-4 {
    padding: 0;
    margin: 0;
}
.business-box {
    padding: 10px;
}
.business-box .title {
    display: flex;
    align-items: center;
}
.business-box .title i {
    margin-right: 10px;
}
.business-box .title h2 {
    font-size: 18px;
    color: #0069b1;
    margin-bottom: 0;
    text-align: left;
}
.business-box ul {
    margin-top: 20px;
    margin-left: 81px;
}
.business-box ul li {
    font-size: 13px;
    color: #000;
    margin-bottom: 10px;
    display: block;
    text-align: left;
    position: relative;
}
.business-box ul li span {
    color: #236eaf;
}
.business-box ul li p {
    margin: 0;
}
.business-box ul li p::before {
    content: "";
    position: absolute;
    background-color: #e12e56;
    left: -20px;
    top: 4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.employee-box {
    padding: 10px;
}
.employee-box .title {
    display: flex;
    align-items: center;
}
.employee-box .title i {
    margin-right: 10px;
}
.employee-box .title h2 {
    font-size: 18px;
    color: #0069b1;
    margin-bottom: 0;
}
.employee-box ul {
    margin-top: 20px;
    margin-left: 81px;
}
.employee-box ul li {
    font-size: 13px;
    color: #000;
    margin-bottom: 10px;
    display: block;
    text-align: left;
    position: relative;
}
.employee-box ul li p {
    margin: 0;
}
.employee-box ul li p span {
    color: #236eaf;
}
.employee-box ul li p::before {
    content: "";
    position: absolute;
    background-color: #e12e56;
    left: -20px;
    top: 4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
#expenses .section-title h2 {
    font-size: 26px;
    color: #0069b1;
    width: 350px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.table-box-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding-bottom: 20px;
}
.table-box-fiest {
    box-shadow: 9px 9px 20px 1px rgba(0, 105, 177, 0.15);
    padding: 15px 10px;
    border-radius: 25px;
    margin: 8px;
    background-color: transparent !important;
}
.table-box-fiest .box-row p {
    font-size: 14px;
    color: #0069b1;
    font-weight: 400;
    position: relative;
    margin: 0;
    padding: 5px 5px;
}
.table-box {
    box-shadow: 9px 9px 20px 1px rgba(0, 105, 177, 0.15);
    padding: 15px 10px;
    border-radius: 25px;
    margin: 8px;
    background-color: #fff;
    width: 16%;
}
.process_chart.monthly_plans .table-box {
    width: 25%;
}
.box-title {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.box-title i {
    margin-bottom: 10px;
}
.table-box .box-title h2 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #0069b1;
}
.box-row {
    border-bottom: 1px solid #e5e5e5;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-row p {
    font-size: 14px;
    color: #0069b1;
    font-weight: 400;
    position: relative;
    margin: 0;
    padding: 5px 5px;
    text-align: center;
}
a.email {
    font-size: 14px;
    color: #e12e56;
    display: inline;
    background-color: transparent;
    box-shadow: none;
    padding: 0 !important;
    margin: 0;
}
#contact .section-title h2 {
    font-size: 26px;
    color: #0069b1;
    margin-bottom: 20px;
}
#contact .section-title p {
    font-size: 18px;
    color: #0069b1;
    margin-bottom: 20px;
}
#contact .section-title a.email {
    font-size: 18px;
    color: #e12e56;
    display: inline;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}
.digital-card-banner {
    position: relative;
}
.digital-card-banner img {
    width: 100%;
}
.p-btn-wrap {
    display: flex;
    align-items: center;
    margin-top: 35px;
}
.digital-benefits {
    background-color: #fff;
}
.boost-wrap {
    background-color: #f6f8fc;
    padding: 40px 20px;
    scroll-behavior: smooth;
}
.boost-title {
    display: flex;
    align-items: center;
}
.boost-title h2 {
    font-size: 18px;
    color: #0069b1;
    padding: 10px;
    position: relative;
    margin: 0;
}
.boost-img img {
    width: 100%;
}
.control-wrap {
    background-color: #fff;
    padding: 40px 20px 10px;
    scroll-behavior: smooth;
}
.control-title {
    display: flex;
    align-items: center;
}
.control-title h2 {
    font-size: 18px;
    color: #0069b1;
    padding: 0 10px;
    position: relative;
    text-align: left;
    margin: 0;
}
.control-img img {
    width: 100%;
}
.digi-table-box-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding-bottom: 20px;
}
.digi-table-box {
    box-shadow: 0 10px 31px -16px rgba(0, 0, 0, 0.47);
    -webkit-box-shadow: 0 10px 31px -16px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 0 10px 31px -16px rgba(0, 0, 0, 0.47);
    padding: 15px 10px;
    border-radius: 25px;
    margin: 8px;
    background-color: #fff;
    width: 18%;
}
.digi-table-box-wrap .table-box-fiest .digi-box-row p {
    font-size: 14px;
    color: #0069b1;
    font-weight: 400;
    text-align: center;
    position: relative;
    margin: 0;
    padding: 5px 5px;
}
.digi-box-title {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.digi-box-title i {
    margin-bottom: 10px;
}
.digi-table-box .digi-box-title h2 {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    color: #0069b1;
}
.double-l {
    border-bottom: 2px solid #d7d7d7;
}
.digi-box-row {
    border-bottom: 1px solid #e5e5e5;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.digi-box-row p {
    font-size: 14px;
    color: #0069b1;
    font-weight: 400;
    position: relative;
    margin: 0;
    padding: 5px 5px;
}
.travel-table-box-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding-bottom: 20px;
}
.travel-table-box {
    box-shadow: 9px 9px 20px 1px rgba(0, 105, 177, 0.15);
    padding: 15px 10px;
    border-radius: 25px;
    margin: 8px;
    background-color: #fff;
    width: 23%;
}
.travel-box-title {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.travel-box-title i {
    margin-bottom: 10px;
}
.travel-table-box .travel-box-title h2 {
    font-size: 16px;
    color: #0069b1;
    font-weight: 600;
}
.travel-table-box .double-l {
    border-bottom: 2px solid #d7d7d7;
}
.travel-box-row {
    border-bottom: 1px solid #e5e5e5;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.travel-box-row p {
    font-size: 11px;
    color: #0069b1;
    position: relative;
    margin: 0;
    padding: 5px 5px;
}
.travel-table-box-wrap .table-box-fiest .travel-box-row p {
    font-size: 14px;
    color: #0069b1;
    font-weight: 400;
    position: relative;
    margin: 0;
    padding: 5px 5px;
    text-align: center;
}
.cards-wrapper {
    padding-bottom: 30px;
}
.cards-box-wrap {
    display: flex;
    justify-content: space-between;
}
.p-btn-wrap {
    display: flex;
    align-items: center;
    margin-top: 35px;
}
.cards-box {
    border-radius: 10px;
    padding-bottom: 30px;
    margin: 8px;
    background-color: #fff;
    text-align: center;
    width: 33%;
}
.cards-box .cards-box-img img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
}
.cards-box h2 {
    font-size: 26px;
    color: #0069b1;
    margin-top: 15px;
    margin-bottom: 30px;
}
.cards-box h2 span {
    display: block;
}
.cards-box p {
    font-size: 14px;
}
.cards-box p {
    margin-bottom: 15px;
}
.cards-box a {
    font-size: 14px;
    color: #fff;
    display: block;
    background-color: #0069b1;
    padding: 6px 9px;
    width: 120px;
    text-align: center;
    border-radius: 30px;
    box-shadow: 9px 9px 20px 1px rgba(0, 105, 177, 0.15);
    margin: 0 auto;
}
.cards-box a:hover {
    color: #fff;
    background-color: #e12e56;
}
@media only screen and (max-width: 991px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    #nav .menu li a {
        padding: 5px 2px;
        font-size: 15px;
    }
    .control-title {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    .control-title h2 {
        padding: 0;
        margin: 0;
    }
    .boost-img img {
        width: 100%;
    }
    .boost-title {
        margin-bottom: 20px;
    }
    .cards-box-wrap {
        display: block;
    }
    .cards-box {
        width: 100%;
        padding-bottom: 25px;
    }
    .table-box-wrap {
        display: flex;
        justify-content: space-between;
        padding-bottom: 20px;
        overflow-x: scroll;
    }
    .table-box,
    .digi-table-box,
    .travel-table-box {
        min-width: 33%;
    }
.digi-table-box-wrap {
        margin-top: 10px;
        padding-bottom: 20px;
        overflow-x: scroll;
    }
.travel-table-box-wrap {
        overflow-x: scroll;
    }
}
@media only screen and (max-width: 567px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    #nav.on {
        position: fixed;
        top: 70px;
    }
    #nav .menu li a {
        padding: 5px 3px 5px 2px;
        font-size: 12px;
    }
    .content {
        padding: 10px 10px 0;
    }
    .section-title h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .section-title p {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .business-box .title h2 {
        font-size: 14px;
        text-align: left;
    }
    .business-box ul li {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .employee-box {
        padding: 17px 10px 5px;
    }
    .employee-box .title h2 {
        font-size: 14px;
        text-align: left;
    }
    .employee-box ul li {
        font-size: 12px;
    }
    #expenses .section-title h2 {
        font-size: 18px;
        width: 300px;
        margin-bottom: 10px;
    }
    .table-box-wrap {
        display: flex;
        justify-content: space-between;
        padding-bottom: 20px;
        overflow-x: scroll;
    }
    .table-box {
        min-width: 50%;
        border-radius: 15px;
    }
    #contact .section-title h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    #contact .section-title p {
        font-size: 11px;
        color: #0069b1;
        margin-bottom: 7px;
    }
    .table-box .box-title h2 {
        font-size: 14px;
    }
    .digi-table-box .digi-box-title h2 {
        font-size: 14px;
    }
    .travel-table-box .travel-box-title h2 {
        font-size: 14px;
    }
    .boost-wrap {
        padding: 20px 20px;
    }
    .boost-title h2 {
        font-size: 14px;
        text-align: left;
        margin: 0;
    }
    .boost-img img {
        width: 100%;
    }
    .control-wrap {
        padding: 20px 20px 10px;
    }
    .control-img img {
        width: 100%;
    }
    .control-title h2 {
        padding-left: 10px;
        font-size: 14px;
        text-align: left;
    }
    #benefits {
        padding-bottom: 0;
    }
    .digi-table-box-wrap {
        margin-top: 10px;
        padding-bottom: 20px;
        overflow-x: scroll;
    }
    .digi-box-row {
        height: 60px;
    }
    .digi-table-box {
        min-width: 50%;
    }
    .digi-box-row p {
        font-size: 13px;
        color: #0069b1;
        position: relative;
        margin: 0;
        padding: 5px 5px;
        line-height: 14px;
    }
 
    .travel-table-box-wrap {
        overflow-x: scroll;
    }
    .travel-table-box {
        min-width: 50%;
    }
    .business-box .title i img {
        width: 36px;
    }
    .employee-box .title i img {
        width: 36px;
    }
    .box-title i img {
        width: 36px;
    }
    .boost-title i img {
        width: 36px;
    }
    .control-title i img {
        width: 36px;
    }
    .digi-box-title i img {
        width: 36px;
    }
    .business-box ul {
        margin-top: 5px;
        margin-left: 68px;
    }
    .employee-box ul {
        margin-top: 5px;
        margin-left: 68px;
    }
    .p-btn-wrap {
        margin-top: 13px;
    }
    .business-box {
        padding: 17px 10px 5px;
    }
    .cards-box .cards-box-img img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        width: 100%;
    }
    .cards-box {
        margin: 0;
        margin-bottom: 25px;
        width: 100%;
    }
    #contact {
        padding-top: 20px;
        padding-bottom: 5px;
    }
}
@media only screen and (min-width: 401px) and (max-width: 480px) {
    .page-logo img {
        margin: 14px 0 0 22px !important;
    }
    #nav .menu {
        float: right;
        padding-right: 0;
    }
    #nav .menu li a {
        font-size: 13px;
    }
    .cards-box a {
        font-size: 9px;
        padding: 5px 8px;
        width: 85px;
        margin: 0 auto;
    }
    .cards-box h2 {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .cards-box h2 span {
        display: inline;
    }
    .cards-box p {
        margin-bottom: 15px;
        font-size: 11px;
        margin-bottom: 20px !important;
    }
    .table-box .box-title h2 {
        font-size: 10px;
    }
    .table-box {
        width: 33%;
        border-radius: 15px;
        padding: 5px;
    }
    .box-title {
        width: 100px;
        height: 100px;
    }
    .process_chart.monthly_plans .table-box .box-title{
        width: 100%;
    }
    .box-row p {
        font-size: 9px;
        padding: 5px 5px;
    }
    .table-box-fiest .box-row p {
        font-size: 9px;
        padding: 5px 5px;
    }
    .section-title h2 {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .business-box ul li {
        font-size: 11px;
    }
    .section-title p {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .business-box .title h2 {
        font-size: 13px;
        text-align: left;
    }
    #expenses {
        padding-bottom: 8px;
    }
    #know-more {
        padding-bottom: 0;
    }
    a.email {
        font-size: 11px !important;
    }
    .employee-box .title h2 {
        font-size: 13px;
        text-align: left;
    }
    .employee-box ul li {
        font-size: 11px;
    }
    #expenses .section-title h2 {
        font-size: 17px;
        margin-bottom: 10px;
    }
    #contact .section-title h2 {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .travel-table-box .travel-box-title h2 {
        font-size: 10px;
    }
    .travel-box-row p {
        font-size: 9px;
        padding: 5px 5px;
        line-height: 9px;
    }
    .travel-table-box-wrap .table-box-fiest .travel-box-row p {
        font-size: 9px;
        line-height: 9px;
        padding: 5px 5px;
    }
    .digi-box-title {
        /* width: 100px;
        height: 100px; */
    }
    .digi-table-box .digi-box-title h2 {
        /* font-size: 10px; */
    }
    .travel-box-title {
        width: 100px;
        height: 100px;
    }
    .digi-box-row p {
        /* font-size: 9px; */
        padding: 5px 0;
        line-height: 1;
    }
    .digi-table-box-wrap .table-box-fiest .digi-box-row p {
        /* font-size: 9px; */
        line-height: 1;
        padding: 5px 5px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 400px) {
    .page-logo img {
        margin: 14px 0 0 22px !important;
    }
    #nav .menu {
        float: right;
        padding-right: 0;
        padding-left: 0;
    }
    #nav .menu li a {
        font-size: 10.2px;
    }
    .cards-wrapper {
        padding-bottom: 15px;
    }
    .cards-box {
        margin-bottom: 20px;
        width: 100%;
        padding-bottom: 20px;
    }
    .cards-box h2 {
        font-size: 15px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .cards-box h2 span {
        display: inline;
    }
    .cards-box p {
        margin-bottom: 15px;
        font-size: 11px;
        margin-bottom: 20px !important;
    }
    .cards-box a {
        font-size: 9px;
        padding: 5px 8px;
        width: 85px;
        margin: 0 auto;
    }
    .table-box .box-title h2 {
        font-size: 10px;
    }
    .travel-table-box .travel-box-title h2 {
        font-size: 10px;
    }
    .travel-box-row p {
        font-size: 9px;
        padding: 5px 0;
        line-height: 9px;
    }
    .travel-table-box-wrap .table-box-fiest .travel-box-row p {
        font-size: 8px;
        line-height: 9px;
        padding: 5px 5px;
    }
    .travel-box-title {
        width: 80px;
        height: 100px;
    }
    .table-box {
        width: 33%;
        border-radius: 15px;
        padding: 5px;
    }
    .box-title {
        width: 80px;
        height: 100px;
    }
    .box-row p {
        font-size: 9px;
        padding: 5px 5px;
    }
    .table-box-fiest .box-row p {
        font-size: 8px;
        padding: 5px 5px;
    }
    .section-title h2 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .business-box ul li {
        font-size: 11px;
    }
    .section-title p {
        font-size: 11px;
        margin-bottom: 10px;
    }
    .control-wrap {
        padding: 10px 20px 10px;
    }
    .boost-wrap {
        padding: 10px 20px 10px;
    }
    .business-box .title h2 {
        font-size: 11px;
        text-align: left;
    }
    #expenses {
        background: #f6f8fc;
        padding-top: 20px;
        padding-bottom: 0;
    }
    #know-more {
        padding-bottom: 2px;
    }
    #contact .section-title p {
        font-size: 11px;
    }
    a.email {
        font-size: 11px !important;
    }
    .employee-box .title h2 {
        font-size: 11px;
        text-align: left;
    }
    .employee-box ul li {
        font-size: 11px;
    }
    #expenses .section-title h2 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    #contact .section-title h2 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .boost-title h2 {
        font-size: 11px;
    }
    .control-title {
        width: 267px;
    }
    .control-title h2 {
        padding-left: 10px;
        font-size: 11px;
        text-align: left;
    }
    .digi-table-box .digi-box-title h2 {
        font-size: 10px;
    }
    .digi-box-title {
        width: 80px;
        height: 100px;
    }
    .digi-box-row p {
        font-size: 9px;
        padding: 5px 0;
        line-height: 10px;
    }
    .digi-table-box-wrap .table-box-fiest .digi-box-row p {
        font-size: 8px;
        line-height: 9px;
        padding: 5px 5px;
    }
}
@media only screen and (min-width: 375px) and (max-width: 400px) {
    .travel-box-row p {
        font-size: 9px;
        padding: 5px 0;
        line-height: 10px;
    }
}