/*Commented line 2700 from template.css to add this */
.module-header {
    background-color: #f7f7f7;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 220px 0;
}

/*Commented line 4239 from template.css to add this */
.footer {
    position: relative;
    background: #1b1d1f;
    color: #bfbfbf;
    padding: 0px 0 0;
}

.large-icon {
    display: inline-block;
    color: black;
    font-size: 60px;
}

.custom-nav {
  text-align: right !important;
}

.custom-header {
  padding: 220px 0 0 !important;
}

/*Commented line 2808 from template.css to add this */
.module-header .btn,
.module-slides .btn {
    margin: 0px;
}

/*Commented line 444 from template.css to add this */
.btn-lg {
    letter-spacing: .03rem;
    font-size: .75rem;
}

.custom-border {
    border-color: #616161;
}

.custom-pricing-wrapper {
    border-color: #9E9E9E
}

/*Commented line 1191 from template.css to add this */
.pricing-header {
    position: relative;
    padding: 30px 20px;
}

/*Commented line 1207 from template.css to add this */
.pricing-price {
    padding: 30px 40px;
}

/*Commented line 1240 from template.css to add this */
.pricing-features li {
    color: #424242;
    padding: 8px 0;
    margin: 0;
}

.custom-modal {
    color: #424242;
    font-size: 18px;
}

/*Commented line 362 from template.css to add this */
.form-control {
    box-shadow: none;
    border-radius: 2px;
    border-width: 1px;
    border-color: #eee;
    font-family: "Poppins", Arial, serif;
    letter-spacing: .09375rem;
    font-size: .625rem;
    padding: 1rem .9375rem;
}

.module-white {
    background-color: #ffffff;
}