body {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
}

ul, .get-started {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.navbar .navbar-toggler {
    border-color: #0089cd;
}

.navbar-toggler:focus {
    box-shadow: none;
    background-color: #dddddd;
}

.navbar-nav .nav-link, .get-started {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
}

.get-started {
    padding: 10px;
    width: 225px;
    background: #0089cd;
    color: #ffffff !important;
    border-radius: 45px;
    text-align: center;
    text-decoration: none;
}

.get-started i {
    color: #f0494f;
}

.custom-fs-1 {
    font-size: 4rem;
}

a {
    color: #0089cd;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.btn:hover {
    text-decoration: none;
}

.far, .fab, .fas {
    color: #0089cd;
}

#navigation {
    border-bottom: 3px solid #f0494f;
}

.border-color {
    border-color: #0089cd !important;
}

.table > :not(:first-child) {
    border-color: inherit;
}

.page-header {
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin: 20px 0;
}

.col-form-label {
    font-weight: 700;
}

.customer-details .form-group,
.order-details .form-group {
    margin-bottom: 0;
}

#search_results th, #search_results td,
#orders th, #orders td,
#payments th, #payments td {
    vertical-align: middle;
}

#search_results td.active,
#orders td.approved,
#payments td.sale,
#payments td.approved,
.customer-details p.active,
.customer-edit-details p.active,
.order-details p.approved {
    color: green;
}
#search_results td.canceled,
#search_results td.inactive,
#orders td.refunded,
.customer-details p.canceled,
.customer-details p.inactive,
.customer-edit-details p.canceled,
.customer-edit-details p.inactive,
.order-details p.refunded {
    color: orange;
}
#search_results td.declined,
#orders td.declined,
#orders td.chargeback,
#payments td.credit,
#payments td.chargeback,
#payments td.declined,
.customer-details p.declined,
.customer-edit-details p.declined,
.order-details p.declined,
.order-details p.chargeback {
    color: red;
}

.footer {
    border-top: 3px solid #f0494f;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.footer .list-group-item {
    border: none;
}

#back-to-top {
    color: initial;
    position: fixed;
    right: 0;
    bottom: 0;
    display: none;
}

h1, h2, .h2 {
    color: #0089cd;
}

#why-choose {
    background: #f5fafd;
}

#ready-to-try {
    background: url(../images/botBg.jpg) no-repeat;
}

.form-group {
    margin-bottom: 15px;
}

.input-group-text {
    background-color: initial;
}

.alert .far, .btn .far,
.alert .fas, .btn .fas {
    color: inherit;
}

.btn .fa-fw, a > .fa-fw {
    width: 2em;
}

.btn-primary {
    background-color: #0089cd;
    border-color: #0089cd;
}
.btn-primary:hover {
    background-color: #0063a7;
    border-color: #003d81;
}

.btn-outline-primary {
    color: #0089cd;
    border-color: #0089cd;
}
.btn-outline-primary:hover {
    background-color: #0089cd;
    border-color: #0089cd;
}
 
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-text {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-text {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
.has-feedback .checkbox,
.has-feedback .checkbox-inline,
.has-feedback .radio,
.has-feedback .radio-inline,
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .radio,
.has-error .radio-inline,
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .radio,
.has-success .radio-inline {
    color: initial;
}
.has-feedback label.sr-only ~ .form-control-feedback,
.has-feedback .payment_type-group ~ .form-control-feedback {
    width: 46px;
    height: 46px;
    padding: 16px;
}
.state-group > .form-control-feedback,
.card_type-group > .form-control-feedback,
.form-control-feedback {
    right: 15px;
}
.exp_month-group > .form-control-feedback,
.exp_year-group > .form-control-feedback {
    right: 30px;
}

.form-select {
    font-size: 1.25rem;
}

.date-of-birth-group .form-select {
    font-size: .75rem;
    line-height: 30px;
}

#summary thead, #summary tfoot {
    color: #ffffff;
    background: #0089cd;
}
#summary tbody td.price {
    vertical-align: middle;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

@media (max-width: 575.98px) {
    #banner .container {
        position: relative;
        text-align: center;
        background: #f6f6f6;
    }

    #how-it-works img {
        max-height: 350px;
    }
}

@media (max-width: 767.98px) {
    .navbar-brand img {
        height: 30px;
    }

    #banner .card-img {
        width: 555px;
        height: auto;
        object-fit: cover;
        object-position: 0px 0px;
    }

    #navbar .navbar-nav {
        right: 12px;
    }
}

@media (max-width: 991.98px) {
    #how-it-works img {
        max-height: 500px;
    }
}

@media (min-width: 768px) {
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
    #navbar .navbar-nav {
        border: 0;
    }

    .col-form-label {
        text-align: right;
    }
}

@media (min-width: 992px) {
    #banner ul {
        font-size: 2.5rem;
    }

    #how-it-works {
        background: url(../images/midBg.jpg) no-repeat;
    }

    #how-it-works img {
        max-height: 550px;
    }
}
