/* pricing table */

body {
    min-height: 100vh;
}

.pricingcontainer {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.pricingTitle {
    text-align: center;
    margin-bottom: 30px;
}

.pricing-table {
    z-index: 0;
    overflow: hidden;
    text-align: center;
    position: relative;
    border-radius: 10px;
    transition: 0.3s ease-in;
    border: 2px solid #e5e3e3;
}

.pricing-table .pricing-header {
    position: relative;
    padding: 0 0 25px 0;
}

.pricing-table .popular {
    position: absolute;
    right: -23px;
    top: 35px;
    background-color: #197beb;
    padding: 5px 25px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    transform: rotate(90deg);
    z-index: 999;
}

.pricing-table .popular:after {
    position: absolute;
    right: -8px;
    bottom: 5px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    content: "";
    transform: rotate(88deg);
}

.pricing-table .active .pricing-header {
    position: relative;
}

.pricing-table .pricing-header .title {
    color: #282828;
    font-size: 30px;
    font-weight: 100;
    padding-top: .5em;
    padding-bottom: .3em;
    transition: 0.3s ease-in;
    text-transform: capitalize;
}

.pricing-table .pricing-header .subtitle {
    font-size: 15px;
    color: #656464;
}

.pricing-table .price {
    font-size: 30px;
    line-height: 50px;
    color: #242424;
    font-weight: 400;
    transition: 0.3s ease-in;
    text-align: center;
    position: relative;
    transition: 0.3s ease-in;
    padding: 20px 0 25px 0;
    border-top: 2px solid #e5e3e3;
    margin: 0 20px;
}

.pricing-table .price .month {
    font-size: 20px;
    line-height: 20px;
    transition: 0.3s ease-in;
    font-weight: 400;
}

.pricing-table .price .duration {
    font-size: 16px;
    line-height: 20px;
    transition: 0.3s ease-in;
    font-weight: 100;
    color: #656464;

}

ul.plan-pricing {
    margin: 0;
    padding: 0 2em;
}

ul.plan-pricing li {
    list-style: none;
    display: block;
    color: #282828 !important;
    margin: 15px 30px;
    transition: 0.3s ease-in;
}

ul.plan-pricing li:first-child {
    margin-top: 0;
}

ul.plan-pricing li:last-child {
    margin-bottom: 0;
}

.pricing-table .price-footer {
    margin-top: 15px;
}

.pricing-list {
    padding: 10px 20px;
}

.pricing-list li {
    margin: 8px 0;
    color: #344;
    text-align: center;
}

.pricing-table .price-footer .order-btn:hover {
    /* box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.35); */
    color: #ffffff;
    background-color: #48545c;
    border-color: #48545c;
}

.packages-holder ul.plan-pricing {
    text-align: left;
}
.packages-holder ul.plan-pricing li {
    padding: 0em 1.5em 0.5em;
    position: relative;
    color: #344;
    font-weight: normal;
}

.packages-holder ul.plan-pricing li:before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 400;
    color: green;
}

.packages-holder ul.plan-pricing li.not-available:before {
    content: "\2716";
    color: #c50404 !important;
    font-size: 1.3em;
}

.dollar {
    position: relative;
    top: -3px;
    font-size: 25px;
    line-height: 25px;
    transition: 0.3s ease-in;
    font-weight: 400;
}

.pricing-table .price-footer .order-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    /* border-radius: 25px; */
    border-radius: 5px;
    color: #fff;
    transition: 0.3s ease-in;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #4267B2;
}

.border {
    width: 80px;
    height: 1px;
    background: #ddd;
    margin: auto;
}

.pricing-table a {
    display: block;
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
    padding: 8px 0;
    border: 1px solid;
    max-width: 360px;
    transition: 0.2s linear;
    /* border-radius: 30px; */
    border-radius: 5px;
}

#included-features {
    width: 90%;
    margin: auto;
    /* margin-top: -4px; */
}

#included-features .features {
    text-align: left;
    color: #000;
}

#included-features .features:hover {
    color: #000;
}

.collapsible-link {
    width: 100%;
    position: relative;
    text-align: left;
}

.collapsible-link::before {
    content: '\f107';
    position: absolute;
    top: 21px;
    right: 0.8rem;
    transform: translateY(-50%);
    display: block;
    font-family: 'FontAwesome';
    font-size: 1.1rem;
}

.collapsible-link[aria-expanded='true']::before {
    content: '\f106';
}

.features .whats-included,
.features .what-documents-required {
    color: black;
    text-align: left;
    padding-left: 1em;
    padding-right: 1em;
    margin-top: .5em;
}

.features p {
    padding-left: 1.3em;
}

.features p .head {
    font-size: 15px;
    display: block;
    font-weight: 600;
    color: #5E5873;
    position: relative;
}

.features .whats-included p .head:before {
    content: "\F00C";
    position: absolute;
    left: -1.2em;
    top: 0;
    font-family: "FontAwesome";
    font-weight: 400;
    color: green;
}

.features .what-documents-required p img{
    position: absolute;
    left: -20px;
    top: 6px;
}

.features .what-documents-required .head {
    padding-left: 1.5em;
}


.table1 {
    border: 1px solid #1ab4d8;
}
.table2 {
    border: 1px solid #5e2a7c;
}
.table3 {
    border: 1px solid #2e9f1c;
}
.table4 {
    border: 1px solid #328ff8;
}

.table1 .title {
    color: #fff;
    /* background-image: linear-gradient(125deg, #82c0e8, #31404a) */
    background-color: #1ab4d8;
}

.table2 .title {
    color: #fff;
    /* background-image: linear-gradient(125deg, #292a2b, #4267B2) */
    background-color: #5e2a7c;
}

.table3 .title {
    color: #fff;
    /* background-image: linear-gradient(125deg, #82c0e8, #31404a) */
    background-color: #2e9f1c;
}

.table4 .title {
    color: #fff;
    /* background-image: linear-gradient(125deg, #292a2b, #4267B2) */
    background-color: #328ff8;
}

.table1 a {
    background: #1ab4d8;
    color: #fff;
}

.table2 a {
    background-color: #5e2a7c;
    color: #fff;
}

.table3 a {
    color: #c0392b;
}

.table4 a {
    color: #9ba513;
}

.table1 a:hover {
    background: #0a5c70;
    color: #fff;
}

.table2 a:hover {
    background: #1c012c;
    color: #fff;
}

.table3 a:hover {
    background: #c0392b;
    color: #fff;
}

.table4 a:hover {
    background: #9ba513;
    color: #fff;
}

.pricingfooter {
    margin: auto;
    text-align: center;
}

/* @media screen and (max-width:970px) {
    .pricing-table {
        flex: 33%;
    }
} */

@media screen and (max-width: 750px) {
    .pricing-table {
        flex: 100%;
    }
}

/* software */

.softwaresection {
    margin-top: 60px;
}

.softwarecontainer {
    max-width: 1270px;
    margin: auto;
}

.imgcontainer {
    text-align: center;
}

.imgPanal {
    width: 200px;
    height: 200px;
}

.img {
    width: 200px;
    height: auto;
}

.imgTitle {
    text-align: center;
}

.lastimg {
    padding-top: 35px;
}

@media (max-width: 768px) {
    .col-md-3 {
        width: 50%;
        padding: 0px 30px 0px 30px;
    }
}

@media (min-width: 1200px) {
    .pricingcontainer {
        margin-left: none !important;
        margin-right: none !important;
    }
}

@media (max-width: 1200px) {
    .pricingcontainer {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
}

/* blog */

.blogTitle {
    text-align: center;
}

.blog-list {
    display: inline-block;
    margin-right: 0em !important;
}

.post-classic-header {
    min-height: 100px !important;
    padding-top: 5px !important;
}

/* finicial statement page */

.finicialpricing {
    max-width: 300px !important;
    margin-top: 30px;
}

.messageBox {
    height: 240px !important;
}
