


/* ----- Pricing Tables Styling Starts ----- */

.pricing-section {
    width: 100%;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background: #F2F2F2;
}

.pricing-intro {
    padding-bottom: 30px;
}

.pricing-intro h1 {
    font-size: 28px;
    color: #111111;
    font-weight: 600;
    line-height: 1.4;
}


.pricing-intro p {
    font-size: 15px;
    color: #303030;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 50px;
}

.pricing-section .table-left,
.pricing-section .table-right {
    padding: 20px 20px 50px 20px;
    margin: 0 auto;
    margin-bottom: 30px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, .1);
    border: transparent;
    max-width: 400px;
}

.table-left .icon,
.table-right .icon {
    padding: 50px 50px 40px 50px;
}

.table-left .icon,
.table-right .icon {
    font-size: 60px;
    margin: 0 auto;
    color: #1eb858;
}

.table-left .pricing-details span,
.table-right .pricing-details span {
    display: inline-block;
    font-family: Open Sans;
    font-size: 28px;
    font-weight: 400;
    color: #808080;
    margin-bottom: 20px;
}

.table-left .pricing-details h2,
.table-right .pricing-details h2 {
    font-size: 18px;
    font-weight: 600;
    color: #505050;
    margin-bottom: 30px;
}

.table-left .pricing-details p,
.table-right .pricing-details p {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 300;
    color: #505050;
    letter-spacing: 1px;
    line-height: 1.4;
}

.table-left .pricing-details ul,
.table-right .pricing-details ul {
    margin-top: 30px;
    margin-bottom: 50px;
}


.table-left .pricing-details li,
.table-right .pricing-details li {
    font-family: Open Sans;
    font-size: 15px;
    text-align: left;
    font-weight: 400;
    color: #505050;
    line-height: 1.4;
    margin-bottom: 10px;
}

.pricing-section .table-left:hover,
.pricing-section .table-right:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.pricing-section .table-left,
.pricing-section .table-right {
    margin-top: 20px;
}

.pricing-section .table-center {
    margin-top: 0;
}

/* ----- Pricing Section Styling Ends ----- */

/* ----- Counter Section Styling Starts -----*/

.counter-section {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #F1F1F1;
}

.counter-section h3 {
    font-size: 28px;
    font-weight: 400;
    color: #222222;
}

.counter-icon {
    padding: 15px;
}

.counter-icon i {
    font-size: 48px;
    color: #1eb858;
}

.counter-text {
    margin-top: 10px;
    margin-bottom: 20px;
}

.counter-text h4 {
    font-size: 16px;
    font-weight: 400;
    padding: 0.5em;
    color: #222222;
}

/* -------- Counter Section Styling Ends --------- */

/* ----- CTA Section Styling Starts ----- */

.cta-sub {
    padding-top: 150px;
    padding-bottom: 150px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9)), url(../images/cta_bg.jpg) no-repeat center center;
    background-size: cover;
}

.cta-inner {
    text-align: center;
    float: none;
}

.cta-sub .cta-inner h1 {
    font-size: 36px;
    color: #FFFFFF;
    font-weight: 900;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 0;
    letter-spacing: -2px;
}

.cta-sub .cta-inner p {
    font-family: Open Sans;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 300;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 40px;
}

.subscribe-form {
    text-align: left;
}

.center-form {
    text-align: center;
}

.subscribe-form .mail {
    background-color: #F9F9F9;
    border: none;
    border-radius: 5px 0 0 5px;
    outline: none;
    height: 40px;
    padding: 0 130px 0 20px;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all .3s;
}


.subscribe-form input {
    color: #222222;
    font-family: Open Sans;
    padding: 0;
    font-size: 0.9em;
}

.subscribe-form .submit-button {
    font-size: 0.9em;
    height: 40px;
    border: 2px solid;
    border-radius: 0 5px 5px 0;
    margin: 0;
    padding: 0 25px 0 25px;
    border-color: #FFFFFF;
    background-color: #927f54;
    color: #FFFFFF;
    box-shadow: 0 0 1px transparent;
    outline: none;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms;
}

.subscribe-form .submit-button:hover {
    border-color: #927f54;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms;
}

.product .subscribe-form .submit-button {
    border-color: #FFFFFF;
    background-color: #927f54;
}

.product .subscribe-form .submit-button:hover {
    border-color: #927f54;
}


.error_message {
    color: #fc6e51;
    font-family: Open Sans;
    padding-bottom: 15px;
    font-size: 13px;
    line-height: 30px;
}

#success_page {
    color: #9ce726;
    font-family: Open Sans;
    padding-bottom: 10px;
    font-size: 12px;
}

#success_page h3 {
    font-size: 17px;
    font-weight: 400px;
    color: #4ab217;
}

#success_page p {
    font-size: 12px;
    font-weight: 400px;
    color: #b3b3b3;
}

/* ----- CTA Section Styling Ends ----- */

/* ------- Footer Section Styling Starts ------- */

.footer {
    font-family: "Open Sans";

    background-color: #F3F3F3;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 75px;
    padding-bottom: 20px;
}

.contact {
    text-align: left;
}

.contact i {
    font-size: 42px;
    color: #1eb858;
    text-align: left;
}

.contact h1 {

    font-size: 21px;
    font-weight: 400;
    color: #1eb858;
    margin: 10px 0 10px 0;
    text-align: left;
}

.contact p {

    font-size: 14px !important;
    font-weight: 400;
    color: #111111;
    line-height: 1.3;
    margin: 10px 0 20px 0 !important;
    text-align: left;
}

.contact a {

    font-size: 18px;
    font-weight: 400;
    color: #1eb858;
    text-decoration: none;
    display: inline-block;
}



.footer-menu ul {
    list-style-type: none;
}

.footer-menu li {
    display: inline;
    line-height: 2;
    font-family: Open Sans;
    font-size: 14px;
    padding-right: 15px;
    text-transform: capitalize;
}

.footer-menu li a {
    color: #707570;
    text-decoration: none;
}

.footer p {

    
    font-size: 13px;
    font-weight: 400;
    color: #A1A1A1;
    line-height: 1.3;
    margin: 10px 0 30px 0;
}

.footer-text p {
    font-family: "Open Sans";
    font-size: 12px;
    color: #1eb858;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 10px;
}


.product .footer .contact h1,
.product .contact i,
.product .footer .contact a,
.product .footer-text p {
    color: #927f54;
    font-family: "Open Sans";
}


    .pricing-section .table-left, .pricing-section .table-right {
    margin-top: 16px;
    border-radius: 19px;
}
