/* Bootstrap 4 uses 60%, this overrides it to match Bootstrap 3. */
.modal-lg
{
    max-width: 85%;
}
/* Places a semitransparent background behind carousel captions. */
.carousel-caption
{
  background: rgba(0, 0, 0, 0.35);
}
/* scrollable tables */
table.table-scroll
{
  width: 100%;
  margin-bottom: 0;
}
table.table-scroll>tbody
{
  height: 275px;
  overflow-y: auto;
  width: 100%;
}
table.table-scroll>tbody
{
  display: block;
}
table.table-scroll>thead>tr,table.table-scroll>tbody>tr
{
  display: table;
  width: 100%;
  table-layout: fixed;
}
/*
table.table-scroll>thead,table.table-scroll>tbody,table.table-scroll>tfoot
{
  display: block;
}
table.table-scroll>thead>tr,table.table-scroll>thead>tr>td,table.table-scroll>thead>tr>th
{
  display: block;
}
table.table-scroll>tbody>tr,table.table-scroll>tbody>tr>td
{
  display: block;
}
table.table-scroll>tbody>tr>td,table.table-scroll>thead>tr>td,table.table-scroll>thead>tr>th
{
  float: left;
}
*/
/* end scrollable tables */

/* Custom styles from Prompt Internet */

.content {
    background: #FFFFFF;
    min-height: 200px;
    position: relative;
}

.box-wr {
    padding: 45px 0 45px;
    position: relative;
}

.img-wr {
    position: relative;
}

.img-wr img {
    display: block;
    margin: 0 auto 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.img-wr > a {
    display: block;
    overflow: hidden;
    width: 100%;
    -webkit-backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

.img-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.vcenter {
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.vcenter > div {
    width: 100%;
    margin: 0 0 0 -5px;
}

.vcenter:before,
.vcenter >* {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    word-spacing: normal;
}

.vcenter:before {
    content: "";
    height: 130%; /* this controls the position of the overlay */
}

html body .btn-main {
    padding: 8px 26px 9px;
    margin: 0 auto 0;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    width: auto;
    font-style: normal;
    background: #007541;
    border: 2px solid #007541;
    font-weight: 700;
    text-align: center;
    position: relative;
    display: inline-block;
    border-radius: 3px;
}

html body .btn-main:hover, .form-wr input:hover, .form-wr button:hover {
    color: #007541;
    border-color: #007541;
    background: #FFFFFF;
    opacity: 1;
}

.btn-main i {
    margin: 0 8px 0 3px;
    font-size: 16px;
    vertical-align: middle;
}

.top-slider-wr .container {
    max-width: 1050px;
}

.top-slider-wr .backdrop {
    padding: 1em;
    background-color: rgba(255,255,255,0.75);
    border-radius: 5px;
}

.top-slider-wr .img-wr > img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.top-slider-wr .btn-main {
    padding: 10px 26px 11px;
    margin: 33px 5px 0;
}

.top-slider-wr h1 {
/*    padding: 13px 0 15px; */
}

.slick-slide {
    outline: none;
}

.box-how-it-work {
    color: #007541;
}

.box-how-it-work h1 {
    padding: 16px 0 0;
    margin: 0 0 -2px;
    color: #383838;
    font-weight: 600;
}

.how-it-work-items {
    padding: 21px 0 0;
}

.how-it-work-item {
    padding: 0 15px 25px;
    margin: 0 0 0;
    width: 278px;
    display: inline-block;
    vertical-align: top;
    color: #007541;
}

.how-it-work-item .img-wr {
    display: block;
    vertical-align: middle;
    margin: 0 auto 13px;
    padding: 32px 10px 10px;
    width: 140px;
    height: 140px;
    text-align: center;
    border: 2px solid;
    border-radius: 100px;
    border-radius: 50%;
}

.how-it-work-item .img-wr img {
    -ms-transform: scale(0.94);
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
}

.how-it-work-item h6 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    text-align: left;
}

.how-it-work-item h6 span {
    overflow: hidden;
    display: block;
}

.how-it-work-item i {
    margin: 2px 3px 0 0;
    min-width: 26px;
    font-size: 26px;
    font-weight: 700;
    float: left;
    color: #798190;
}

.box-quote {
    padding: 69px 0 75px;
    line-height: 1.4;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #007541;
    background-image: url('img/bg-green-image.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.box-quote p {
    padding: 0 0 0;
    font-weight: 600;
    text-transform: uppercase;
}

.box-page-title {
    padding: 53px 0 53px;
    line-height: 1.4;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #007541;
    background-image: url('img/bg-green-image.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.box-page-title h1 {
    padding: 0 0 0;
    text-transform: uppercase;
}

.box-content-item {
    padding: 84px 0 64px;
}

.box-content-item h3 {
    color: #007541;
    padding: 6px 40px 20px 0;
}

.box-content-item p {
    padding: 0 28px 26px 0;
}

.container-1014 {
    max-width: 1044px;
}

.box-content-inner {
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    padding: 84px 0 61px;
    color: #585858;
}

.box-content-inner h4 {
    color: #007541;
    padding: 0 0 2px;
}

.box-content-inner p {
    padding: 0 0 27px;
}

.box-content-inner p span {
    font-size: 24px;
    color: #007541;
}

.box-content-inner p a i {
/*    color: #007541; */
    margin: 0 4px 0 0;
}

.box-content-inner p a {
/*    color: #585858; */
}

.box-content-inner p a:hover {
    text-decoration: underline;
}

p + .form-mini {
    margin: -11px 0 0;
}

body .form-mini input[type="text"] {
    display: inline-block;
    margin: 0 0 0;
    padding: 9px 16px 10px;
    width: 355px;
    float: left;
    height: 41px;
}

body .form-mini input[type="submit"], .form-mini button {
    display: inline-block;
    width: auto;
    padding: 8px 19px 9px;
    font-size: 16px;
    margin: 0 0 0 -1px;
    height: 41px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

body .form-mini:after {
    content: "";
    display: block;
    clear: both;
}

.breadcrumbs-wr {
    background: #ebebeb;
    padding: 11px 0 12px;
}

.breadcrumbs-wr ul {
    padding: 0 14px;
}

.breadcrumbs-wr a {
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    color: #a4a3a3;
}

.breadcrumbs-wr li:first-child a {
    color: #545454;
}

.breadcrumbs-wr li {
    list-style: none;
    display: inline-block;
}

.breadcrumbs-wr li:not(:last-child):after {
    margin: 0 3px 0 8px;
    font-size: 14px;
    padding: 0 0 0;
    content: "\f105";
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: middle;
    color: #007541;
}

.breadcrumbs-wr:after {
    content: "";
    display: block;
    clear: both;
}

.box-tag-document-wr {
    padding: 59px 0 0;
    color: #757575;
}

.block-tag-document-heading h6 {
    padding: 0 0 10px;
    font-size: 15px;
    font-weight: 300;
    color: #007541;
}

.block-tag-document-heading h2 {
    padding: 0 0 41px;
    text-transform: uppercase;
}

.block-tag-document-heading p {
    padding: 0 0 15px;
    font-family: 'Karla','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    max-width: 990px;
    margin: 0 auto;
}

.step-item-thumbs {
    padding: 21px 0 45px;
}

.step-item-thumb {
    padding: 0 10px 25px;
    margin: 0 0 0;
    width: 225px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    color: #757575;
    opacity: .5;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.step-item-thumb .img-wr {
    display: block;
    vertical-align: middle;
    margin: 0 auto 15px;
    padding: 21px 10px 6px;
    width: 110px;
    height: 110px;
    text-align: center;
}

.step-item-thumb .img-wr img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.step-item-thumb h5 {
    padding: 0 15px 0;
    font-size: 15px;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: 600;
}

.step-item-thumb i {
    margin: 12px 0 0 10px;
    min-width: 21px;
    font-size: 21px;
    font-weight: 700;
    float: left;
    position: absolute;
    left: 27px;
    top: 7px;
}

.step-item-thumb a {
    color: inherit;
}

.step-item-thumb:hover {
    opacity: 1;
}

.step-item-thumb.active {
    color: #007541;
    opacity: 1;
}

.step-item-thumb.active .img-wr img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.step-item-thumb:not(:last-child):after {
    content: "\f105";
    font-size: 34px;
    position: absolute;
    right: 9px;
    top: 63px;
    padding: 0 0 0;
    color: #404040;
    font-family: 'FontAwesome';
    display: inline-block;
}

.step-item-wr {
    margin: 28px auto 0;
    padding: 0 0 102px;
    background: #ebebeb;
    color: #757575;
    text-align: center;
}

.step-item-wr h1 {
    margin: 0 auto 78px;
    margin: 0 auto 49px;
    padding: 21px 28px 22px;
    font-family: 'Karla','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 61px;
    line-height: 1;
    border: 1px solid #c4c4c4;
    border-top: none;
    display: inline-block;
    background: #FFFFFF;
    color: #dddddd;
    text-transform: uppercase;
}

.step-item-wr h1 span {
    padding: 0 0 0 25px;
    margin: 0 0 0 10px;
    display: inline-block;
    position: relative;
}

.step-item-wr h1 span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -3px;
    bottom: -3px;
    border-right: 1px solid;
}

.step-item-wr h6 {
    font-weight: 600;
    min-height: 49px;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 0 14px;
}

.step-item-wr h6 span {
    color: #464646;
    font-weight: bold;
}

body .form-wr input, .form-wr textarea, .form-wr select {
    display: block;
    margin: 0 0 0;
    padding: 18px 14px 17px;
}

body .form-wr textarea {
    min-height: 161px;
    padding: 22px 34px 22px;
}

.step-item-wr form {
    max-width: 944px;
    margin: 0 auto;
}

.form-row-item {
    margin: 24px auto 60px;
}

.form-row-item .col-sm-6 {
    padding-left: 0;
}

.form-row-item:after {
    content: "";
    display: block;
    clear: both;
}

.form-row-item .col-sm-6:nth-child(odd) {
    clear: left;
}

.form-row-item + h6 {
    margin: -30px auto 36px;
    padding: 21px 0 21px;
    font-weight: 400;
    background: url(img/bg-line.png) no-repeat center top;
}

html body .btn-bg-transparent {
    padding: 11px 41px 11px;
    margin: 0 12px 0;
    font-size: 15px;
    line-height: 20px;
    min-width: 144px;
    color: #007541;
    letter-spacing: .2em;
    width: auto;
    font-style: normal;
    background: transparent;
    border: 1px solid #007541;
    font-weight: 400;
    text-align: center;
    position: relative;
    display: inline-block;
    border-radius: 3px;
}

html body .btn-bg-transparent:hover {
    color: #007541;
    border-color: #007541;
    background: #FFFFFF;
    opacity: 1;
}

.btn-bg-transparent i {
    margin: 0 8px 0;
    font-size: 16px;
    vertical-align: middle;
}

.btn-next:after {
    content: "\f105";
    margin: auto;
    font-size: 16px;
    height: 19px;
    position: absolute;
    right: 11px;
    top: 0;
    bottom: 0;
    padding: 0 0 0;
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-next:hover:after {
    right: 7px;
}

html body .btn-prev {
    color: #b0b0b0;
    border-color: #b0b0b0;
}

.btn-prev:after {
    content: "\f104";
    margin: auto;
    font-size: 16px;
    height: 19px;
    position: absolute;
    left: 11px;
    top: 0;
    bottom: 0;
    padding: 0 0 0;
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-prev:hover:after {
    left: 7px;
}

.form-wr label {
    display: block;
    text-align: left;
    position: relative;
    cursor: pointer;
}

input[type="checkbox"], body .form-wr input[type="checkbox"] {
/*    display: none;*/
}

input[type="checkbox"] + span {
    padding: 0 0 0 38px;
    margin: 0 0 14px;
    letter-spacing: -.015em;
    display: block;
    position: relative;
}

input[type="checkbox"] + span:before {
    content: "";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    padding: 1px 0 0 1px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    width: 15px;
    height: 15px;
    color: #007541;
    background: url('img/i-ch-unch.png') no-repeat center;
}

input[type="checkbox"]:checked + span:before {
    content: "\f00c";
}

.step-item-wr-5 form {
    max-width: 1070px;
}

.input-file-placeholder input[type="text"] {
    width: 83%;
    float: left;
}

.input-file-placeholder input[type="file"] {
    display: none;
}

.input-file-placeholder .btn-main {
    margin: 6px 0 0;
    padding: 9px 38px 11px;
    width: auto;
    float: right;
}

.input-file-placeholder:after {
    content: "";
    display: block;
    clear: both;
}

.custom-file-control.selected:lang(en)::after {
  content: "" !important;
}

.form-wr {
    margin: 0 0 0;
    padding: 0 0 0;
}

.form-wr:after {
    content: "";
    display: block;
    clear: both;
}

.form-wr input, .form-wr textarea, .form-wr select {
    display: block;
    margin: 0 0 0;
    padding: 5px 10px 5px;
    line-height: 20px;
    color: #1b2030;
    background-color: #FFFFFF;
    clear: both;
    outline: none;
    width: 100%;
    border: 1px solid #aeaeae;
    border-radius: 0px;
    text-align: left;
    font-weight: 400;
}

.form-wr input[type="submit"] {
    padding: 15px 16px 15px;
    font-size: 16px;
    margin: 0 0 0;
}

.form-wr input:hover, .form-wr textarea:hover, .form-wr select:hover {
    color: #1b2030;
    border-color: #1b2030;
    opacity: .65;
}

.form-wr input:focus, .form-wr textarea:focus, .form-wr select:focus {
    color: #1b2030;
    border-color: #1b2030;
    opacity: 1;
}

*::-webkit-input-placeholder {
    color: #464646;
    text-indent: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

*:-moz-placeholder {
    color: #464646;
    text-indent: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

*::-moz-placeholder {
    color: #464646;
    text-indent: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

*:-ms-input-placeholder {
    color: #464646;
    text-indent: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

*:focus::-webkit-input-placeholder {
    color: #464646;
    text-indent: 620px;
    opacity: 0;
}

*:focus::-moz-placeholder {
    color: #464646;
    text-indent: 620px;
    opacity: 0;
}

*:focus:-moz-placeholder {
    color: #464646;
    text-indent: 620px;
    opacity: 0;
}

*:focus:-ms-input-placeholder {
    color: #464646;
    text-indent: 620px;
    opacity: 0;
}
