.btn-get-started {
    font-family: 'poppins';
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    transition: 0.5s;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 0;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #89c143;
    background: #89c143;
}

.btn-get-started::after {
    content: "\00BB";
    font-size: 18px;
    position: relative;
    left: 10px;
}

.btn-get-started:hover {
    color: #89c143;
    background-color: #ffffff;
}

.center {
    position: relative;
    left: 60px;
}

.center1 {
    position: relative;
    left: 90px;
}

.center2 {
    position: relative;
    left: 60px;
}

.center22 {
    position: relative;
    left: 100px;
}

.pricingTable {
    padding-bottom: 20px;
    border: 1px solid #89c143;
    text-align: center;
    margin-bottom: 20px;
}

.pricing-content {
    height: 330px;
    overflow: auto;
}

/* scrollbar */

/* width */

.pricing-content::-webkit-scrollbar {
    width: 10px;
}

/* Track */

.pricing-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */

.pricing-content::-webkit-scrollbar-thumb {
    background: #89c143;
    border-radius: 10px;
}

/* Handle on hover */

.pricing-content::-webkit-scrollbar-thumb:hover {
    background: #5a723d;
}

.pricingTable .pricingTable-header {
    padding: 140px 0 10px 0;
    background: #f1f1f1;
    overflow: hidden;
    position: relative;
}

.pricingTable .title {
    width: 130%;
    padding: 80px 0 5px 35px;
    margin: 0;
    background: linear-gradient(to right, #5a723d, #89c143);
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    position: absolute;
    top: -43px;
    left: -34px;
    transform: rotate(-11deg);
}

.pricingTable .price-value {
    padding: 40px 48px;
    position: absolute;
    right: -20px;
    top: -15px;
}

.pricingTable .price-value:before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #5a723d, #89c143);
    position: absolute;
    right: -3px;
    top: 0;
    transform: rotate(18deg);
}

.pricingTable .price-value:after {
    content: "";
    border-top: 14px solid #89c143;
    border-left: 69px solid rgba(0, 0, 0, 0);
    border-right: 69px solid rgba(0, 0, 0, 0);
    position: absolute;
    bottom: -10px;
    left: -20px;
    transform: rotate(18deg);
}

.pricingTable .amount {
    font-size: 38px;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    left: -5px;
}

.pricingTable .currency {
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: -13px;
}

.pricingTable .month {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    position: absolute;
    bottom: -18px;
    right: 5px;
}

.pricingTable .description {
    font-size: 14px;
    color: #444;
    padding-left: 20px;
    text-align: left;
}

.pricingTable .pricing-content {
    padding: 0;
    margin: 0;
    list-style: none;
}

.pricingTable .pricing-content li {
    display: block;
    padding: 2px 0;
    font-size: 16px;
    color: #444;
    text-align: center;
    border-bottom: 1px solid #ced2d3;
}

.pricingTable .pricing-content li:last-child {
    border-bottom: none;
}

.pricingTable .pricing-content li:nth-child(even) {
    background: #f1f1f1;
}

.pricingTable .pricingTable-signup {
    display: inline-block;
    margin-top: 15px;
    z-index: 1;
    position: relative;
}

.pricingTable .pricingTable-signup:before, .pricingTable .pricingTable-signup:after {
    content: "";
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    border: 6px solid #ddd;
    position: absolute;
    top: 0;
    transform: rotate(45deg);
    z-index: -1;
    transition: all 0.3s ease 0s;
}

.pricingTable .pricingTable-signup:before {
    left: -28px;
    border-top-color: #5a723d;
    border-right-color: #5a723d;
}

.pricingTable .pricingTable-signup:after {
    right: -28px;
    border-bottom-color: #5a723d;
    border-left-color: #5a723d;
}

.pricingTable:hover .pricingTable-signup:before, .pricingTable:hover .pricingTable-signup:after {
    transform: rotate(225deg);
}

.pricingTable .pricingTable-signup span {
    display: inline-block;
    padding: 12px 16px;
    background: #fff;
    font-size: 14px;
    font-weight: bold;
    color: #444;
    text-transform: uppercase;
    border-bottom: 6px solid #89c143;
    border-top: 6px solid #89c143;
}

.free-trial {
    -webkit-transform: rotate(-10.7deg);
    position: relative;
    bottom: 49px;
    right: 79px;
    font-size: 11px;
    color: #62ab07;
    font-weight: 800;
}

.free-trials {
    -webkit-transform: rotate(-10.7deg);
    position: relative;
    bottom: 62px;
    right: 79px;
    font-size: 11px;
    color: #62ab07;
    font-weight: 800;
}

/* Media quries for pricig table */

@media (min-width: 1025px) and (max-width: 1280px) {
    .free-trial {
        font-size: 8px;
        font-weight: 800;
        position: relative;
        right: 63px;
        bottom: 53px;
    }

    .free-trials {
        font-size: 8px;
        font-weight: 800;
        position: relative;
        right: 63px;
        bottom: 68px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .free-trial {
        font-size: 15px;
        font-weight: 800;
        position: relative;
        right: 70px;
        bottom: 50px;
    }

    .free-trials {
        font-size: 15px;
        font-weight: 800;
        position: relative;
        right: 52px;
        bottom: 70px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .free-trial {
        font-size: 10px;
        font-weight: 800;
        position: relative;
        right: 135px;
        bottom: 80px;
    }

    .free-trials {
        font-size: 10px;
        font-weight: 800;
        position: relative;
        right: 52px;
        bottom: 70px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .free-trial {
        font-size: 15px;
        font-weight: 800;
        position: relative;
        right: 63px;
        bottom: 53px;
    }

    .free-trials {
        font-size: 15px;
        font-weight: 800;
        position: relative;
        right: 63px;
        bottom: 68px;
    }
}

@media only screen and (max-width: 990px) {
    .pricingTable {
        margin-bottom: 30px;
    }

    .pricingTable .price-value:after {
        border-left: 71px solid rgba(0, 0, 0, 0);
        border-right: 71px solid rgba(0, 0, 0, 0);
    }
}

@media only screen and (max-width: 767px) and (min-width: 500px) {
    .pricingTable .title {
        top: -93px;
    }
}

@media only screen and (max-width: 480px) {
    .pricingTable .title {
        top: -50px;
    }
}

.bgimg {
    background-image: url("../img/blog/blog.jpg");
    width: 100%;
    height: 120vh;
    background-position: center;
    background-size: cover;
    position: relative;
    color: #89c143;
    font-family: "Courier New", Courier, monospace;
    font-size: 35px;
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.middle h1 {
    font-size: 35px;
    font-weight: bolder;
}

hr {
    margin: auto;
    width: 40%;
}

.breadcrumbs.breadcrumb {
    padding: 20px 0 20px 0;
    background: #f7f7f7;
    border-bottom: 1px solid #ededed;
    margin-bottom: 0px;
}

.footer-links a {
    color: #ffffff;
}

.footer-links a:hover {
    color: #89c143;
}

.privacy {
    margin-top: 30px;
}

.privacy a {
    color: #ffffff;
}

.privacy a:hover {
    color: #89c143;
}

.privacy-heading {
    font-weight: bold;
    font-family: 'Playfair Display', serif;
    /* margin-top: 50px; */
}

.privacy-paragraph {
    font-size: 19px;
    text-align: justify;
    /* text-indent: 50px; */
    color: #3a2727;
    /* padding:20px; */
    margin-left: 30px;
    margin-right: 30px;
    font-family: 'Playfair Display', serif;
}

.privacy-bg {
    background-color: #f7f7f7;
}

.privacy-bgs {
    background-color: #ffffff;
    margin-top: 0 !important;
    margin-left: 280px;
    margin-right: 280px;
}
/* ol li {
    font-size: 19px;
    font-family: 'Playfair Display', serif;
} */

.cancelation-paragraph {
    font-size: 19px;
    text-align: justify;
    font-family: 'Playfair Display', serif;
}

/* prvicay, agreement, other privacy page related responsivness handling */

@media only screen and (max-width:768px) {
    .privacy-bgs {
        margin-left: auto;
        margin-right: auto;
    }

    .privacy-paragraph {
        font-size: 14px;
        text-indent: 10px;
    }
    .cancelation-paragraph {
        overflow-x: hidden;
    }
}

/* press */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,800&display=swap');

.bg-text {
    background-color: #8bbe4c;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-bg {
    background-color: #ededed;
    margin-top: 0 !important;
    margin-left: 110px;
    margin-right: 110px;
}
.content-bg h3 {
    color: #89c143;
}
.content-bg .press-content{
    margin-left: 33px;
    padding: 0 20px 0 0;
    
}
.press-heading-content{
    padding: 0 20px 0 20px;
    
}
.content-bg .plan-text span{
    font-size: 20px;
    color: #89c143;
}
.bg-text h2 {
    text-align: center;
    font-weight: 400;
    font-size: 50px;
    position: relative;
    /* top:200px; */
    margin-bottom: 20px;
    color: #ffffff;
    font-style: italic;
    font-family: inherit;
    font-weight: 600;
}

.bg-text p {
    color: #ffffff;
    text-align: center;
    position: relative;
    /* top:200px; */
    padding: 3px;
    margin-bottom: 10px;
    /* font-weight: 700; */
    font-family: 'Raleway';
}

.bg-press {
    background-image: url("../img/press.jpg");
    height: 500px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.press-form {
    padding: 15px;
    position: relative;
    top: 110px;
}

.press-layer {
    background-color: rgba(201, 201, 201, 0.9);
    width: 100%;
    height: 600px;
}

.no-gutter>[class*='col-'] {
    padding-left: 0px;
    padding-right: 0px;
}

.press-button {
    border: 1px solid #ffffff;
    color: #6c757d;
    font-size: 20px;
    padding: 10px 24px;
    width: 200px;
    color: #ffffff;
}

.press-button:hover {
    background-color: #282c23;
    border: 1px solid #ffffff;
    color: #e9dfdf;
}

/* inverstor */

.investor-layerss {
    /* background-color: rgba(201, 201, 201, 0.9); */
    position: absolute;
    top: 193px;
    left: 0;
    width: 100%;
    height: 700px;
}

.investor-form {
    margin: 0px 200px 0px 200px;
}

.press-texts {
    color: #ffffff;
}

.invesor-p {
    color: #5a723d;
}

.investor-message {
    height: 100px;
}

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,700&display=swap');

.investor-heading {
    font-family: 'Playfair Display', serif;
    color: #5a723d;
    font-weight: 600;
}

.investor-heading h1 {
    color: #dcdcdc !important;
    font-weight: bolder;
}

.investor-heading h2 {
    margin-left: 250px;
}

.investor-heading p span {
    text-align: center;
    margin-left: 150px;
}

@media (max-width: 768px) {
    .investor-heading {
        font-size: medium;
        margin-left: 0;
    }

    .investor-heading h1 {
        margin-left: 60px;
        /* font-weight: 20px !important; */
    }

    .investor-heading p {
        margin-left: 100px;
        font-size: 12px;
    }

    .investor-heading p span {
        margin-left: 120px;
    }
}

.login-btn {
    color: #ffffff;
    border: 2px solid #89c143;
    border-radius: 5px;
    width: 150px;
    /* margin-left: 15px !important; */
}

.login-btn:hover {
    color: #6c757d !important;
    background-color: #89c143 !important;
    border: 2px solid #56693f;
}

.heading {
    font-weight: bold;
    color: #89c143;
}

.pb-5 {
    color: #89c143;
}

.layer {
    background-color: #000000;
    opacity: 0.80;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* plan */

.icon {
    margin-left: 25px;
    color: #89c143;
}

.feature-box-1 {
    background-color: #F6F7F7;
}

.feature-content {
    margin-left: 25px;
    margin-right: 25px;
}

.about-content {
    color: #424242;
    font-weight: 400;
    font-size: 18px;
    text-align: justify;
    line-height: 25px;
    font-family: "Montserrat", "Verdana", "Lucida Grande", "Gill Sans", "Arial", "Helvetica", sans-serif !important;
}
.plan-text {
    color: #424242;
    font-weight: 400;
    font-size: 18px;
    text-align: justify;
    line-height: 30px;
    font-family: "Montserrat", "Verdana", "Lucida Grande", "Gill Sans", "Arial", "Helvetica", sans-serif !important;
}
.plan-text ol>li{
    list-style: none;
}
.plan-text ol>li::before {
    content: "\2756";
    font-size: 18px;
    padding-right: 10px;
}
.lists ul>li {
    color: #424242;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    font-family: "Montserrat", "Verdana", "Lucida Grande", "Gill Sans", "Arial", "Helvetica", sans-serif !important;
}

.lists ul>li::before {
    content: "\2756";
    font-size: 18px;
    padding-right: 5px;
}

/* Plan-detail overflow control */

.text-overflows {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
}

.apps-store-images {
    border-radius: 5px;
}

#lefts {
    float: right;
    margin: 0 0 0 15px;
}

/* Input[type="email"], input[type="number"], input[type="tel"], input[type="text"], select, textarea {
    background-color: transparent !important;
    color: #FFFFFF !important;
}
::placeholder{
    color: #ffffff !important;
}
option {
    background-color: rgba(32, 32, 29, 0.9);
}

.form-control {
    border-radius: 0;
    border-color: #ffffff;
    box-shadow: none;
    background-color: transparent;
    color: #ffffff;
} */

.subscribe-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_bg_color {
    background-color: #5a723d;
}

.header_flowchart {
    position: relative;
    top: 5px;
}

.work-flow-shadow {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#img-zoomer-box {
    /* width: 500px; */
    height: auto;
    position: relative;
    margin-top: 10px;
}

#img-1 {
    width: 100%;
    height: auto;
}

#img-zoomer-box:hover, #img-zoomer-box:active {
    cursor: zoom-in;
    display: block;
}

#img-zoomer-box:hover #img-2, #img-zoomer-box:active #img-2 {
    opacity: 1;
}

#img-2 {
    width: 340px;
    height: 340px;
    background: url('https://bit.ly/2mgDw0y') no-repeat #FFF;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    pointer-events: none;
    position: absolute;
    opacity: 0;
    border: 4px solid whitesmoke;
    z-index: 99;
    border-radius: 100%;
    display: block;
    transition: opacity .2s;
}

#img-zoomer-box:hover #img-2, #img-zoomer-box:active #img-2 {
    opacity: 1;
}

#img-2 {
    width: 340px;
    height: 340px;
    background: url('https://bit.ly/2mgDw0y') no-repeat #FFF;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    pointer-events: none;
    position: absolute;
    opacity: 0;
    border: 4px solid whitesmoke;
    z-index: 99;
    border-radius: 100%;
    display: block;
    transition: opacity .2s;
}

.modal-bg {
    background-color: rgba(32, 32, 29, 0.9) !important;
}

.modal-btn {
    font-family: 'poppins';
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 5px;
    border-radius: 5px;
    transition: 0.5s;
    line-height: 1;
    margin-bottom: 0;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #89c143;
    background: #89c143;
}

.modal-btn:hover {
    color: #89c143;
    background-color: transparent;
}

.modal-terms a {
    color: black;
}

.modal-terms a:hover {
    color: #89c143;
}

.register {
    background: linear-gradient(to right, rgb(138, 188, 75, 0.87), rgba(90, 114, 61, 0.65));
    margin-top: 3%;
    padding: 3%;
}

.register-left {
    text-align: center;
    color: #fff;
    margin-top: 4%;
}

.register-left input {
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-top: 30%;
    margin-bottom: 3%;
    cursor: pointer;
}

.register-right {
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}

.tab-content {
    margin-left: 35px;
}

.register-left img {
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

.register-left p {
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
    /* text-align: justify; */
}

.register .register-form {
    /* padding: 10%; */
    margin-top: 3%;
}

.btnRegister {
    float: right;
    margin-top: 10%;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    background: #8abc4b;
    color: #fff;
    font-weight: 600;
    width: 50%;
    cursor: pointer;
}

.register .nav-tabs {
    margin-top: 3%;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 28%;
    float: right;
}

.register .nav-tabs .nav-link {
    padding: 2%;
    height: 34px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

.register .nav-tabs .nav-link:hover {
    border: none;
}

.register .nav-tabs .nav-link.active {
    width: 100px;
    color: #0062cc;
    border: 2px solid #0062cc;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}

.register-heading {
    text-align: center;
    margin-top: 8%;
    margin-bottom: -15%;
    color: #495057;
}

.investor-bg-img {
    background-image: url('../img/investor-image.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 610px;
}

@media (min-width: 300px) and (max-width: 767px) {
    .investor-bg-img {
        height: 135vh;
    }

    .tab-content {
        margin-left: 20px;
    }

    .bg-press {
        height: 620px;
    }

    .press-layer {
        height: 620px;
    }

    .bg-text {
        height: 200px;
    }

    .press-form {
        position: relative;
        top: 15px;
    }

    .bg-text h2 {
        font-size: 30px;
        position: relative;
        margin-bottom: 20px;

    }
}
.container-nav{
    padding-left: 40px;
    padding-right: 40px;
}
@media (min-width: 1400px) {
    .container-nav {
        max-width: 1320px;
    }
}
  /* .plan-list ol {
    margin: 0 0 30px 20px;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 30px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    text-align: justify;
}

.plan-list ol li {
    margin: 0 20px 5px 0;
} */
.serviceBox{
    text-align: center;
    margin: 0 -15px;
    padding: 0 20px 0 20px;
    border-radius: 20px;
}
.serviceBox img{
    width: 100%;
    height: auto;
    background-color: #dde2d8;
   border-radius: 10px 10px 0px 0px;
}
.serviceBox .service-content {
    position: relative;
    background: #ffffff;
    color: #3c3232;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    padding: 50px 30px 30px;
    border-radius: 0px 0px 10px 10px;
}
.serviceBox .service-icon{
    display: block;
    width: 70px;
    height: 70px;
    background: #8abd4b;
    border-radius: 10px;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
}
.serviceBox .service-icon i{
    font-size: 30px;
    line-height: 70px;
    color: #ffffff;
    transform: rotate(-45deg);
}
.serviceBox .service-title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #5a723d;
}
.serviceBox .description{
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
}
.serviceBox .read-more{
    display: inline-block;
    padding: 7px 20px;
    border: 1px solid #ffffff;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    background: #7db13c;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
}
.serviceBox .read-more:hover{
    color: #ffffff;
    background: #658b36;
    text-decoration: none;
}
.serviceBox.middle .service-content{
    padding: 30px 30px 50px;
}
.serviceBox.middle .service-icon{
    bottom: -35px;
    top: auto;
}
@media only screen and (max-width: 990px){
    .serviceBox .service-title{ font-size: 17px; }
}
@media only screen and (max-width: 767px){
    .serviceBox{ margin: 0 0 30px 0; }
} 
/* ratting button in carousel */
.app-icon-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.app-btn {
    width: 50%;
    max-width: 200px;
    color: #fff;
    margin: 20px 10px;
    text-align: left;
    border-radius: 5px;
    text-decoration: none;
    font-family: "Lucida Grande", sans-serif;
    font-size: 10px !important;
    text-transform: uppercase;
}

.app-btn.blu {
    background-color: #89c143;
    transition: background-color 0.25s linear;
}

.app-btn.blu:hover {
    background-color: #454545;
}

.app-btn .big-txt {
    font-size: 17px !important;
    text-transform: capitalize;
}

.rating {
    unicode-bidi: bidi-override;
    color: #ffffff;
}

.rating input {
    display: none;
}
.demo-content{
    color:#fff; 
    font-weight: bolder;
    letter-spacing: 1px;
}



