body {
    font-family: "Work Sans", sans-serif;
    padding-top: 100px;
}

@media screen and (max-width: 767px) {
    .navbar-custom .navbar-nav > li > a {
        text-align: center;
    }
    .dropdown-menu {
        text-align: center;
    }
    .dropdown-menu > li > a {
        color: #fff;
        font-size: 13px;
    }
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        background-color: transparent;
        color: #fff;
    }
}

.navbar-custom .navbar-nav > li > a {
    color: #fff;
}

.navbar-custom .navbar-nav > .active > a {
    color: transparent;
    background-color: transparent;
}

.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus,
.navbar-custom .navbar-nav > .open > a {
    text-decoration: none;
    background-color: transparent;
}

.navbar-custom .icon-bar {
    background-color: #008bfe;
}

.navbar-custom .navbar-toggle {
    background-color: transparent;
}

.navbar-nav > .active > a {
    background-color: #fff;
}

.navbar-custom {
    background: #fff;
    border-color: #fff;
}

.navbar-custom .navbar-nav > li > a {
    color: #008bfe;
    font-size: 14px;
    font-weight: 600;
}

.navbar-custom .navbar-nav > li > a:hover {
    color: #f24d79;
    font-size: 14px;
}

.navbar-custom .navbar-brand {
    color: #fff;
    font-size: 30px;
}

.navbar {
    min-height: 80px;
}

.navbar-brand {
    padding-top: 26px;
    height: 80px;
    line-height: 60px;
}

.navbar-toggle {
    /* (80px - button height 34px) / 2 = 23px */
    margin-top: 23px;
    padding: 9px 10px !important;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        /* (80px - line-height of 27px) / 2 = 26.5px */
        padding-top: 26.5px;
        padding-bottom: 26.5px;
        line-height: 27px;
    }
}

/* width */

::-webkit-scrollbar {
    width: 5px;
}

/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #f2f4f4;
    border-radius: 0px;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #008bfe;
    border-radius: 0px;
}

::-webkit-scrollbar:horizontal {
    height: 5px;
    background-color: transparent;
}
::-webkit-scrollbar-thumb:horizontal {
    background: #008bfe;
    border-radius: 0px;
}

::-webkit-scrollbar-track:horizontal {
    box-shadow: inset 0 0 5px transparent;
    border-radius: 0px;
}

.g-recaptcha {
    -webkit-transform: scale(0.88);
    -moz-transform: scale(0.88);
    -ms-transform: scale(0.88);
    -o-transform: scale(0.88);
    transform: scale(0.88);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

label {
    font-weight: 400;
}

.custom-input {
    height: 50px;
    border-radius: 0px;
}

.form-control:focus {
    border-color: #ccc;
    box-shadow: none;
    outline: none;
}

.form-control {
    border: 1px solid #ccc !important;
    box-shadow: none !important;
}

label {
    font-weight: 400;
}

input[type="text"][disabled],
input[type="text"][readonly] {
    background-color: #fff;
}

textarea {
    resize: none;
    font-size: 14px !important;
}

textarea[disabled],
textarea[readonly] {
    background-color: #fff !important;
    font-size: 14px;
}

#home {
    padding-top: 90px;
}

#solutions,
#statistics,
#testimonials {
    padding-top: 100px;
}

#plans,
#contact {
    padding-top: 75px;
}

#footer {
    padding-top: 120px;
}

.home_image {
    height: 577px;
}

.home_p1 {
    padding-top: 50px;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.5em;
}

.home_p1_span {
    color: #008bfe;
}

.home_p2 {
    padding-top: 50px;
}

.home_p2_button_1 {
    background-color: #008bfe;
    border: none;
    color: white;
    height: 50px;
    width: 150px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}

.home_p2_button_2 {
    background-color: #fff;
    border: 1px solid #008bfe;
    color: #008bfe;
    height: 50px;
    width: 150px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
}

.home_div_1 {
    margin-top: 80px;
    border-left: 3px solid #008bfe;
    padding-left: 10px;
}

.home_div_1_p1 {
    line-height: 1.8em;
}

.home_div_1_p1_span {
    color: #008bfe;
}

.home_p3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3em;
    padding-bottom: 50px;
}

.home_p3_span {
    color: #008bfe;
}

.solutions_well {
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 20px;
    margin-bottom: 25px;
}

.solutions_p1 {
    font-size: 14px;
    font-weight: 600;
}

.span_solutions_p1 {
    font-size: 18px;
    color: #008bfe;
}

.solutions_p1_span_icon {
    margin-right: 5px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 5px;
    background-color: #008bfe;
    text-align: center;
    border-radius: 50px;
}

.solutions_p2 {
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.8em;
}

.plans_well {
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 20px;
}

.plan_name {
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
}

.mark_plan_name_1 {
    background-color: #008bfe;
    color: #fff;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: block;
}

.mark_plan_name_2 {
    background-color: #008bfe;
    color: #fff;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: block;
}

.plans_well_hero {
    font-size: 16px;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 5px;
}

.plans_well_des {
    font-size: 14px;
    line-height: 1.8em;
}

.plan_tick {
    color: #00a658;
}
.plan_cross {
    color: #ff0000;
}

.plan_signup_button_p {
    padding-top: 30px;
}

.plan_register_button,
.contact_button {
    background-color: #f24d79;
    border-radius: 0px;
    border: none;
    color: white;
    padding: 14px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

a.plan_register_button {
    text-decoration: none;
    color: #fff;
}

.testimonial_well {
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 20px;
    margin-bottom: 25px;
}

.testimonial_p1 {
    font-size: 14px;
    line-height: 1.8em;
}

.testimonial_p2 {
    padding-top: 30px;
    font-size: 18px;
    color: #008bfe;
    font-weight: 600;
}

.testimonial_p3 {
    color: #ebb201;
}

.testimonial_p2_span {
    font-size: 14px;
    color: #555;
    font-weight: 400;
}

.statistics_well {
    background-color: #008bfe;
    border-radius: 0px;
    padding: 20px;
    width: 100%;
    overflow: hidden;
}

.statistics_well_child_1,
.statistics_well_child_2 {
    width: 33%;
    float: left;
}

.statistics_well_child_3 {
    width: 34%;
    float: left;
}

.stats_p {
    font-size: 22px;
    color: #fff;
    padding-top: 20px;
    font-weight: 800;
}

.stats_span {
    font-size: 15px;
    font-weight: 400;
}

.contact_well {
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 20px;
}

.footer_div {
    background-color: #000;
    color: #fff;
    padding: 60px;
    text-align: center;
}

.error {
    color: #ff0000;
}

@media screen and (max-width: 600px) {
    .home_image {
        display: none;
    }
    #home {
        padding-top: 40px;
    }

    #solutions,
    #plans,
    #statistics,
    #testimonials,
    #contact {
        padding-top: 90px;
    }

    #footer {
        padding-top: 100px;
    }

    .home_p1 {
        padding-top: 0px;
        font-size: 24px;
        font-weight: 800;
        line-height: 1.5em;
    }

    .home_p2 {
        padding-top: 50px;
    }

    .home_p2_button_1 {
        background-color: #008bfe;
        border: none;
        color: white;
        height: 40px;
        width: 120px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
    }

    .home_p2_button_2 {
        background-color: #fff;
        border: 1px solid #008bfe;
        color: #008bfe;
        height: 40px;
        width: 120px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        margin-left: 10px;
    }

    .home_div_1 {
        margin-top: 60px;
        border-left: 3px solid #008bfe;
        padding-left: 10px;
    }

    .home_p3 {
        font-size: 24px;
        font-weight: 600;
        line-height: 1.3em;
        padding-bottom: 50px;
        color: #333;
    }

    .contact_button {
        background-color: #f24d79;
        border-radius: 0px;
        border: none;
        color: white;
        padding: 14px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        width: 100%;
        font-size: 16px;
        text-transform: uppercase;
    }

    .stats_p {
        font-size: 18px;
        color: #fff;
        padding-top: 20px;
    }

    .stats_span {
        font-size: 13px;
    }
}
