@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,600;1,600&family=Poppins:wght@400;600&display=swap');

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18pt;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15pt;
    font-weight: 600;
}

h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 13pt;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 9pt;
    font-weight: 600;
    text-transform: uppercase;
}

body, p {
    font-family: 'Poppins', sans-serif;
    font-size: 10pt;
}

body {
    color: #444;
    line-height: 1.6;
}

a, img {
    text-decoration: none;
    outline: none;
    border: none;
    transition: all .4s;
}

:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: 0px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

.top-navbar {
    background-color: #fff;
    height: 89px;
    padding-top: 5px;
    display: flex;
    align-self: center;
    align-items: center;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.25);
}

.main-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

    .main-logo a {
        display: inline-block;
        position: relative;
        z-index: 1;
        /*margin-left: -100px;*/
    }

.top-navbar .nav-container.nav-left {
}

.top-navbar .nav-container.nav-right {
    justify-content: flex-end;
}

.nav-container {
    width: 50%;
    display: flex;
}

.top-navbar .container-fluid {
    padding-right: 50px;
    padding-left: 50px;
}

header .navbar {
    background-color: transparent;
    padding: 0;
}

header .navbar-light .navbar-nav .nav-link {
    color: #2C3459;
    padding: 8px 14px;
    text-transform: uppercase;
}

    header .navbar-light .navbar-nav .nav-link:hover,
    header .navbar-light .navbar-nav .nav-link:focus,
    header .navbar-light .navbar-nav .active > .nav-link {
        color: #18CB96;
    }

#navbar-main {
    position: relative;
}

header .navbar-light .navbar-nav .nav-link.nav-btn {
    background-color: #18CB96;
    border: 1px solid #18CB96;
    border-radius: 100px;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 14px;
    margin-left: 14px;
    padding-top: 9px;
    padding-bottom: 8px;
}

header .navbar-light .navbar-nav .nav-link.bg-none {
    background-color: transparent;
    color: #2C3459;
}

header .navbar-light .navbar-nav .nav-link.nav-btn:hover,
header .navbar-light .navbar-nav .active > .nav-link.nav-btn:hover {
    background-color: #373643;
    border: 1px solid #373643;
    color: #fff;
}

header .navbar-light .navbar-nav .nav-item:first-child .nav-link {
    padding-left: 0px;
}

header .navbar-light .navbar-nav .nav-item:last-child .nav-link.nav-btn {
    margin-right: 0px;
}
/* Slider Section */
.slider-wrapper {
    position: relative;
    overflow: hidden;
    margin-top: 90px;
}

    .slider-wrapper .carousel-caption {
        right: auto;
        left: 7%;
        top: 10%;
        bottom: auto;
        z-index: 2;
        color: #fff;
    }
    /*.carousel-indicators li {
    position: relative;
    display: block !important;
    margin-right: 6px;
    margin-left: 6px;
    text-indent: -999px;
    background-color: #fff;
    border-radius: 100px;
    width: 10px;
    height: 10px;
    cursor: pointer;
}
.carousel-indicators .active {
    background-color: #01B1D7;
}*/
    .slider-wrapper .carousel-control-next, .slider-wrapper .carousel-control-prev {
        position: absolute;
        top: auto;
        bottom: 50px;
        right: 100px;
        background-color: #373643;
        height: 30px;
        width: 30px;
        border-radius: 100px;
        color: #fff;
        text-align: center;
        opacity: 1;
    }

        .slider-wrapper .carousel-control-next:hover, .slider-wrapper .carousel-control-prev:hover {
            background-color: #87C047;
        }

    .slider-wrapper .carousel-control-prev {
        left: auto;
        margin-right: 40px;
    }

    .slider-wrapper .carousel-control-prev-icon,
    .slider-wrapper .carousel-control-next-icon {
        /*height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  border: 1px solid black;*/
        background-image: none;
    }

        .slider-wrapper .carousel-control-next-icon:after {
            content: '\f178';
            font-family: 'FontAwesome';
            font-size: 16px;
            line-height: 20px;
        }

        .slider-wrapper .carousel-control-prev-icon:after {
            content: '\f177';
            font-family: 'FontAwesome';
            font-size: 16px;
            line-height: 20px;
        }

.slider-form {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 7%;
    background-color: #373643;
    color: #fff;
    width: 580px;
    padding: 0 30px;
    /*margin-top: 89px;*/
    z-index: 99;
    display: flex;
    align-items: center;
}

    .slider-form h1 {
        font-size: 45px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 25px;
        text-shadow: 1px 2px 3px rgba(0,0,0,.5);
    }

    .slider-form h3 {
        font-size: 20px;
        font-weight: 700;
        color: #18CB96;
        margin-bottom: 35px;
        text-shadow: 1px 2px 3px rgba(0,0,0,.5);
    }

.text-green {
    color: #18CB96;
}

.slider-form .form-control {
    height: 45px;
    background-color: transparent;
    border-color: #ddd;
    font-size: 14px;
    color: #fff;
    border-radius: 100px;
    margin-bottom: 25px;
}

    .slider-form .form-control:focus {
        background-color: transparent;
    }

    .slider-form .form-control::placeholder {
        color: #fff;
        font-size: 14px;
    }

.form-line {
    border-bottom: 1px solid #18CB96;
    margin-top: 5px;
    margin-bottom: 30px;
}

.btn-green {
    background-color: #18CB96;
    border-radius: 100px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    min-width: 180px;
    /*height: 45px;*/
    padding: 12px 10px 10px;
    transition: all .4s;
    text-transform: uppercase;
}

.slider-form .btn-green {
    min-width: 200px;
}

.btn-green:hover {
    background-color: transparent;
    border-color: #18CB96;
    color: #fff;
}

.btn-green i {
    padding-left: 5px;
}

.login-text:hover {
    color: #fff;
}

.about-wrapper {
    background: url(../images/cloud-bg.png) no-repeat left center;
    padding: 60px 0;
}

.years-20 {
    border-right: 1px solid #ddd;
    padding-right: 30px;
}

    .years-20 h2 {
        font-size: 40px;
        color: #373643;
        font-weight: 700;
    }

        .years-20 h2 span {
            font-size: 60px;
            color: #18CB96;
        }

.years-20-text {
    padding-left: 30px;
}

.text-lead {
    font-size: 16px;
    line-height: 1.9;
}

.green-line {
    background: url(../images/green-line.png) no-repeat center center;
    height: 7px;
    margin: 40px 0;
    border: none;
}

.section-title {
    position: relative;
    font-size: 30px;
    color: #373643;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

    .section-title:after {
        content: "";
        position: relative;
        background-color: #18CB96;
        width: 80px;
        height: 2px;
        display: inline-block;
        vertical-align: middle;
        margin-top: -6px;
        margin-left: 10px;
    }

.about-wrapper .btn-green:hover {
    color: #263272;
}

.support-wrapper {
    background: url(../images/customer-support-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 40px 0;
    position: relative;
}

    .support-wrapper:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(55,54,67,.8);
    }

    .support-wrapper h2 {
        color: #fff;
        font-size: 36px;
        text-align: center;
    }

        .support-wrapper h2 span {
            font-weight: 700;
            display: block;
        }

.container {
    position: relative;
}

.process-wrapper {
    background: #F9F8FC url(../images/how-it-work-bg.png) no-repeat center bottom;
    background-size: 100% auto;
    padding: 60px 0;
    border-bottom: 1px solid #ddd;
}

.icon-main {
    margin-top: 40px;
}

.how-it-box {
    text-align: center;
}

.how-it-icon-box {
    background-color: #fff;
    width: 90px;
    height: 90px;
    display: table;
    margin: 0 auto 40px;
    text-align: center;
    transition: all .3s;
    transform: rotate(45deg);
    border-radius: 6px;
    padding: 15px;
    box-shadow: 0 0 15px #999;
}

.how-it-icon {
    width: 58px;
    height: 58px;
    display: table;
    margin: 0 auto;
    transition: all .3s;
    transform: rotate(-45deg);
}

.how-it-icon-1 {
    background: url(../images/how-it-work-icon-1.png) no-repeat -2px 0;
}

.how-it-icon-2 {
    background: url(../images/how-it-work-icon-2.png) no-repeat -2px 0;
}

.how-it-icon-3 {
    background: url(../images/how-it-work-icon-3.png) no-repeat -2px 0;
}

.how-it-icon-4 {
    background: url(../images/how-it-work-icon-4.png) no-repeat -2px 0;
}

.how-it-icon-box:hover {
    background-color: #18CB96;
}

    .how-it-icon-box:hover .how-it-icon {
        background-position: -59px 0;
    }

.how-it-box h4 {
    font-size: 18px;
    font-weight: 700;
    color: #373643;
    margin-bottom: 15px;
}

.contact-img {
    background: url(../images/contact-img.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.contact-form {
    background-color: #373643;
    padding: 60px 50px;
}

    .contact-form option {
        background: #263272;
    }

    .contact-form .form-group {
        margin-bottom: 25px;
    }

    .contact-form .form-control {
        padding: 10px 15px;
        border-radius: 30px;
        background-color: transparent;
        border-color: #fff;
        font-size: 14px;
        color: #fff;
    }

    .contact-form select.form-control:not([size]):not([multiple]) {
        height: calc(2.5rem + 3px);
        background: #373643 !important;
    }

    .contact-form .form-control::placeholder {
        color: #ffffff;
    }

    .contact-form textarea.form-control {
        border-radius: 5px;
    }

.call-to-action {
    background-color: #87C047;
    color: #ffffff;
    /*margin-top: 60px;*/
}

    .call-to-action p {
        font-size: 30px;
        line-height: normal;
    }

.textbox-btn.input-group {
    margin: 37px auto;
    width: 100%;
}

.textbox-btn.input-group {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

    .textbox-btn.input-group .form-control {
        border-radius: 30px;
        height: 45px;
        font-size: 14px;
        padding-left: 20px;
    }

    .textbox-btn.input-group .btn {
        border-radius: 0;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        position: absolute;
        right: 0;
        font-weight: bold;
        height: 45px;
        font-size: 14px;
        background-color: #1D1D1D;
        padding: .375rem 1.3rem;
        text-transform: uppercase;
        z-index: 3;
    }

        .textbox-btn.input-group .btn:hover {
            background-color: #273272;
        }

footer {
    background-color: #222;
    padding-top: 50px;
}

    footer a, footer {
        color: #aaa;
    }

h5 {
    font-size: 18px;
    font-weight: 600;
    color: #ccc;
    margin-bottom: 20px;
}

footer .media i {
    margin-top: 1px;
    width: 15px;
}

footer .media h6 {
    font-size: 14px;
    font-weight: bold;
    color: #ccc;
    margin-bottom: 5px;
}

footer .list-unstyled li {
    padding: 10px 0;
    border-bottom: 1px solid #2E2E2E;
}

    footer .list-unstyled li:first-child {
        padding-top: 0;
    }

    footer .list-unstyled li a::before {
        content: "";
        position: relative;
        background-color: #18CB96;
        width: 15px;
        height: 2px;
        display: inline-block;
        vertical-align: middle;
        margin-top: -2px;
        margin-right: 10px;
    }

footer a:hover, footer a.active {
    color: #18CB96;
}

.social-icon {
    margin: 15px auto 20px;
}

    .social-icon li {
        margin-right: 20px !important;
    }

        .social-icon li a {
            font-size: 20px;
        }

.footer-link a {
    font-size: 14px;
    display: block;
    padding: 5px 10px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.copyright {
    text-align: center;
    border-top: 1px solid #444;
    padding: 20px 15px;
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 14px;
}

.scrollToTop {
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    bottom: 30px;
    background-color: #373643;
    width: 36px;
    height: 36px;
    border-radius: 100px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    z-index: 3;
    display: none;
}

    .scrollToTop:hover {
        background-color: #87c047;
        color: #fff;
    }

/** inner page **/
.slider-inner-page {
    position: relative;
    background: url(../images/inner-banner-1.jpg) no-repeat center center;
    background-size: cover;
    min-height: 190px;
    margin-top: 90px;
    display: flex;
    align-items: flex-end;
    text-align: center;
    padding-bottom: 25px;
    color: #fff;
}

    .slider-inner-page:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0,0,0,.7);
    }

    .slider-inner-page h1 {
        font-size: 45px;
        font-weight: 600;
        text-shadow: 1px 2px 3px rgba(0,0,0,.5);
        border-bottom: 1px solid #777;
        display: table;
        margin: 0 auto 20px;
        padding-bottom: 5px;
    }

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    font-size: 14px;
    justify-content: center;
}

.breadcrumb-item.active {
    color: #aaa;
}

.breadcrumb a {
    color: #18CB96;
}

    .breadcrumb a:hover {
        color: #fff;
    }

.breadcrumb-item + .breadcrumb-item:before {
    color: #aaa;
}

.inner-wrapper {
    padding: 60px 0;
}

.who-we-are {
    margin-top: 50px;
}

.who-we-are-text {
    position: relative;
    background-color: #263272;
    color: #fff;
    font-size: 16px;
    padding: 30px 40px;
}

    .who-we-are-text:before {
        height: 100%;
        width: 100px;
        content: "";
        position: absolute;
        right: -100px;
        top: 0;
        z-index: 2;
        background: -moz-linear-gradient(to left bottom, transparent 50%, rgba(38, 50, 114, 1) 50%);
        background: -webkit-linear-gradient(to left bottom, transparent 50%, rgba(38, 50, 114, 1) 50%);
        background: linear-gradient(to left bottom, transparent 50%, rgba(38, 50, 114, 1) 50%);
    }

    .who-we-are-text:after {
        height: 100%;
        width: 100px;
        content: "";
        position: absolute;
        right: -105px;
        top: 0;
        z-index: 1;
        background: -moz-linear-gradient(to left bottom, transparent 50%, rgba(137, 194, 73, 1) 50%);
        background: -webkit-linear-gradient(to left bottom, transparent 50%, rgba(137, 194, 73, 1) 50%);
        background: linear-gradient(to left bottom, transparent 50%, rgba(137, 194, 73, 1) 50%);
        box-shadow: -5px 0px 0px 0px #89C249;
    }

.who-we-are-img {
    background: url(../images/about-img.jpg) no-repeat center center;
    background-size: cover;
    min-height: 200px;
}

.vision-mission {
    margin-top: 90px;
    margin-right: -30px;
    margin-left: -30px;
}

.vision-box {
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom: 3px solid #373643;
    padding: 20px 25px 5px;
    box-shadow: 0 0 10px #ccc;
}

.sub-title {
    position: relative;
    font-size: 20px;
    color: #373643;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

    .sub-title:after {
        content: "";
        position: relative;
        background-color: #18CB96;
        width: 80px;
        height: 2px;
        display: inline-block;
        vertical-align: middle;
        margin-top: -6px;
        margin-left: 10px;
    }

.privacy p {
    color: #444444;
    font-size: 14px;
}

.text-blue {
    color: #273272 !important;
    font-weight: bold;
}

.faqs-list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
}

    .faqs-list li {
        position: relative;
        padding-left: 15px;
        line-height: 30px;
    }

        .faqs-list li:after {
            content: "\f105";
            position: absolute;
            left: 0;
            top: 0px;
            font-family: 'FontAwesome';
            font-size: 16px;
        }

.rates-content p {
    font-size: 16px;
    color: #444444;
}

.rates-table {
    font-size: 16px;
}

.privacy-container {
    max-width: 900px;
    margin: auto;
}

.privacy-revision {
    text-align: right;
    font-size: 13px;
    margin-bottom: 20px;
}

.dark-gray {
    background-color: #404040;
    color: white;
}

.gray {
    background-color: #a6a6a6;
    color: white;
}

.tbl {
    border-collapse: collapse;
}

    .tbl td {
        border: 1px solid black;
        padding-left: 10px;
    }

.innerTbl td {
    border: none !important;
}

.privacyTable {
    border-collapse: collapse;
    border: 1px solid black;
}

    .privacyTable td {
        border: 1px solid black;
        padding-left: 10px;
        padding-right: 5px;
        padding-bottom: 5px;
    }

        .privacyTable td:first-child {
            background-color: #A6A6A6;
            /* font-style: italic; */
            vertical-align: top;
        }

.privacyTable2 {
    border-collapse: collapse;
    border: 1px solid black;
}

    .privacyTable2 td {
        border: 1px solid black;
        padding-left: 10px;
        padding-right: 5px;
        padding-bottom: 5px;
    }

    .privacyTable2 .sharing {
        background-color: #A6A6A6;
        border-top: none;
    }

    .privacyTable2 tbody td:first-child {
        vertical-align: top;
    }

.privacyTable3 {
    border-collapse: collapse;
    border: 1px solid black;
}

    .privacyTable3 td {
        border: 1px solid black;
        padding-left: 10px;
        padding-right: 5px;
        padding-bottom: 5px;
    }

    .privacyTable3 .information {
        background-color: #A6A6A6;
        font-size: 11pt;
    }

    .privacyTable3 tbody td:first-child {
        vertical-align: top;
    }


.rates-table thead th {
    background-color: #273272;
    color: #ffffff;
    border: 1px solid #DDDDDD;
    font-weight: normal;
}

.rates-table tbody td {
    color: #333333;
    border: 1px solid #DDDDDD;
}

.rates-table .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f5f5f5;
}

#accordion-faqs {
    padding-top: 10px;
}

    #accordion-faqs .card-header {
        background-color: transparent;
        border: none;
        padding: 5px 0px 30px 45px;
    }

    #accordion-faqs .card {
        background: url(../images/green-line.png) no-repeat center bottom;
        border: none;
        margin-bottom: 20px;
    }

    #accordion-faqs .card-body {
        padding-bottom: 10px;
        padding-top: 0;
    }

    #accordion-faqs .card-header h5 {
        background-color: transparent;
        color: #373643;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
    }

.rates-title:after {
    content: "";
    position: relative;
    background-color: #18CB96;
    width: 80px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -6px;
    margin-left: 10px;
}

.rates-title {
    position: relative;
    font-size: 30px;
    color: #373643;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

hr {
    border-top: 2px solid rgba(0, 0, 0, .2);
    margin-top: 25px;
}

.rates-date {
    font-weight: bold;
}

.rates-subtitle {
    margin-bottom: 20px;
    text-decoration: underline;
    font-weight: bold;
}

.rates-section-title {
    margin-top: 30px;
    font-size: 1.4em;
    padding-bottom: 5px;
    font-weight: bold;
}

.rates-table td:first-child {
    font-weight: bold;
}

.rates-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

    .rates-table td {
        border: 1px solid #ccc;
        padding: 10px;
        vertical-align: top;
    }

.rates-note {
    margin-top: 10px;
    font-style: italic;
    color: #444;
}

.rates-list {
    margin-top: 10px;
    padding-left: 20px;
}

    .rates-list li {
        margin-bottom: 10px;
    }

.rates-sublist {
    list-style-type: circle;
    margin-top: 5px;
    margin-left: 20px;
}

.cost-container {
    max-width: 360px;
    margin: 30px 0px;
}

.cost-heading {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.cost-box {
    border: 2px solid black;
    padding: 12px 16px;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
}

.cost-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 6px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

    .cost-row:last-child {
        border-bottom: none;
    }

.cost-highlight {
    background-color: #e5efff;
    padding: 10px;
    margin: 8px 0;
    border-radius: 4px;
}

.cost-label {
    width: 60%;
    font-weight: bold;
}

    .cost-label small {
        font-weight: normal;
        color: #555;
        font-size: 12px;
    }

.cost-value {
    width: 40%;
    text-align: right;
    font-size: 14px;
}

#accordion-faqs .card-header h5:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 30px;
    height: 30px;
    border: 2px solid #18CB96;
    border-radius: 100px;
}

#accordion-faqs .card-header h5.collapsed:after {
    content: "\f067";
    font-family: 'FontAwesome';
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 7px;
    font-weight: 300;
}

#accordion-faqs .card-header h5:after {
    content: "\f068";
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #18CB96;
    position: absolute;
    left: 10px;
    top: 7px;
}

.map {
    position: relative;
    margin-bottom: -67px;
    margin-top: 60px;
}

    .map iframe {
        width: 100%;
        border: 0;
    }

.map-contact {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7%;
    background-color: #fff;
    width: 350px;
    height: 325px;
    padding: 30px 30px 10px;
    margin: auto;
    box-shadow: 0 0 10px #bbb;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
}

    .map-contact h5 {
        font-size: 20px;
        color: #263272;
        text-transform: uppercase;
        margin-bottom: 25px;
    }

    .map-contact h6 {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .map-contact i {
        font-size: 20px;
        color: #89C249;
        font-weight: normal;
        margin-top: 2px;
        padding-right: 5px;
    }

        .map-contact i.fa-envelope {
            font-size: 18px;
        }

    .map-contact p {
        margin-bottom: 25px;
    }

    .map-contact a {
        color: #444;
    }

        .map-contact a:hover {
            color: #89C249;
        }

.step-one {
    padding-bottom: 60px;
}

.step-main p:last-child {
    margin-bottom: 0;
}

.step-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .step-icon .how-it-box {
        min-height: 150px;
        width: 100%;
        padding-top: 30px;
    }

    .step-icon .step-icon-one-bg {
        background: url(../images/step-one-icon-bg.png) no-repeat 75% top;
    }

    .step-icon .step-icon-two-bg {
        background: url(../images/step-two-icon-bg.png) no-repeat 20% top;
    }

    .step-icon .step-icon-three-bg {
        background: url(../images/step-three-icon-bg.png) no-repeat 75% top;
    }

    .step-icon .step-icon-four-bg {
        background: url(../images/step-four-icon-bg.png) no-repeat 20% top;
    }

    .step-icon .how-it-icon-box {
        position: relative;
        box-shadow: none;
        border-radius: 8px;
        background-color: #89C249;
        width: 84px;
        height: 84px;
    }

        .step-icon .how-it-icon-box:after {
            content: "";
            position: absolute;
            left: 0px;
            top: 0px;
            /*z-index: 1;*/
            width: 88px;
            height: 88px;
            background-color: #18CB96;
            border-radius: 8px;
            box-shadow: none;
        }

        .step-icon .how-it-icon-box:before {
            content: "";
            position: absolute;
            left: -8px;
            top: -8px;
            /*z-index: -1;*/
            width: 104px;
            height: 104px;
            background-color: #18CB96;
            border-radius: 8px;
            box-shadow: none;
        }

        .step-icon .how-it-icon-box:hover, .step-icon .how-it-icon-box:hover:after {
            background-color: #373643;
        }

        .step-icon .how-it-icon-box .how-it-icon {
            background-position: -59px 0;
            position: relative;
            z-index: 2;
        }

        .step-icon .how-it-icon-box:hover .how-it-icon {
            background-position: 0px 0;
        }

.step-main h6 {
    font-size: 18px;
    color: #18CB96;
    font-weight: 600;
    margin-bottom: 10px;
}

.step-two {
    background: #373643 url(../images/step-two-bg.png) no-repeat center bottom;
    background-size: 100% auto;
    padding: 60px 0;
    color: #fff;
}

    .step-two .section-title:after, .step-four .section-title:after {
        display: none;
    }

    .step-two .section-title:before, .step-four .section-title:before {
        content: "";
        position: relative;
        background-color: #18CB96;
        width: 80px;
        height: 2px;
        display: inline-block;
        vertical-align: middle;
        margin-top: -6px;
        margin-right: 10px;
    }

.step-three {
    padding: 60px 0;
}

.step-four {
    background-color: #F5F5F5;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 60px 0;
}
.invalid::placeholder {
    color: red !important;
}

.invalid::-webkit-input-placeholder {
    color: red !important;
}

.invalid::-moz-placeholder {
    color: red !important;
}

.invalid::-ms-placeholder {
    color: red !important;
}

.invalid {
    border-bottom: 2px solid red !important;
    color: red !important;
}