/* Pricing table css starts  */
.pricing-table-6 {
    text-align: center;
    padding: 38px 0 40px;
    transition: 0.3s ease-in;
    position: relative;
    z-index: 0;
    background-color: #0E808E;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px;
    cursor: pointer;
}

.pricing-table-6.bg-orange {
    background-color: #044d56;
}

.pricing-table-6.bg-orange:hover {
    background-color: #0E808E;
}

.pricing-table-6:hover {
    background-color: #044d56;
    transform: scale(1.05);

}

.pricing-table-6 .price-header .title {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 35px;
}

.pricing-table-6 .price-header .icon {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 30px;
    color: #197beb;
    transition: 0.3s ease-in;
}

.pricing-table-6 .price-header .price {
    font-size: 62px;
    line-height: 60px;
    color: #282828;
    font-weight: 800;
    margin-bottom: 25px;
    transition: 0.3s ease-in;
    text-align: left;
    padding-left: 40px;
    position: relative;
    padding: 20px 0 20px 60px;
    z-index: 0;
}

.pricing-table-6 .price-header .price:after {
    position: absolute;
    left: -20%;
    top: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 25px;
    content: "";
    height: 100%;
    transform: skewX(-35deg);
    z-index: -1;
}

.pricing-table-6 .price-header .price .dollar {
    font-size: 33px;
    line-height: 33px;
    position: relative;
    top: -12px;
}

.pricing-table-6 .price-header .price .month {
    font-size: 22px;
    line-height: 23px;
}

.pricing-table-6 .price-footer {
    margin-top: 40px;
}

.pricing-table-6 .price-footer .order-btn {
    display: inline-block;
    width: 165px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 25px;
    color: #282828;
    transition: 0.5s ease-in;
    font-weight: 600;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.pricing-table-6 .price-footer .order-btn:hover {
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.35);
    background-color: #0B8693;
    color: #fff;
}

.pricing-table-6 .price-body ul {
    margin: 0;
    padding: 0;
}

.pricing-table-6 .price-body ul li {
    list-style: none;
    display: block;
    color: #e5e5e5;
    margin: 27px 0;
    transition: 0.3s ease-in;
}

.pricing-table-6 .price-body ul li:first-child {
    margin-top: 0;
}

.pricing-table-6 .price-body ul li:last-child {
    margin-bottom: 0;
}

/* Pricing table css ends */

/* home page css starts  */
.section-heading {
    text-align: left !important;
}

.section-heading {
    text-align: right;
}

p {
    margin-bottom: 0 !important;
}

.ratings {
    padding: 1rem 0;
}

.homePage {
    height: 100vh !important;
}

.section-heading .text-center {
    color: #195A73 !important;
}

.creFoot {
    font-size: large;
    color: #fff !important;
}

.testimonials {
    border: solid 3px #044d56;
    border-radius: 10px;
}

.user-content span {
    font-weight: 800;
}

.user-content h5,
.user-content,
.ratings .fa {
    color: #1b96a6 !important;
}

/* home page css ends */