.mobile-only{
 display: none;
}
.header-primary .header__bar:after,
.header-primary .header__inner:after,
.intro .intro__content:after,
.section-quote .container-primary:after {
    content: "";
    line-height: 0;
    display: table;
    clear: both;
}
 .location-bx .form-quote .form__btn {
    height: 48px;
  }
.intro .intro__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.intro .intro__image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.clear:after {
    content: "";
    display: block;
    clear: both;
}
.notext {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
}
.hidden,
[hidden] {
    display: none !important;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.disabled,
[disabled] {
    cursor: default;
}
.cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.col {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}
.col--1of2 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
    .visible-xs-block {
        display: block !important;
    }
    .visible-xs-inline {
        display: inline !important;
    }
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .hidden-sm {
        display: none !important;
    }
    .visible-sm-block {
        display: block !important;
    }
    .visible-sm-inline {
        display: inline !important;
    }
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1025px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
    .visible-md-block {
        display: block !important;
    }
    .visible-md-inline {
        display: inline !important;
    }
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
    .visible-lg-block {
        display: block !important;
    }
    .visible-lg-inline {
        display: inline !important;
    }
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
template {
    display: none;
}
html {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}
audio,
iframe,
img,
object,
video {
    max-width: 100%;
}
iframe,
img {
    border: 0 none;
}
img {
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
b,
strong {
    font-weight: 700;
}
address {
    font-style: normal;
}
svg:not(:root) {
    overflow: hidden;
}
a,
button,
input[type="button"],
input[type="file"],
input[type="image"],
input[type="reset"],
input[type="submit"],
label[for] {
    cursor: pointer;
}
button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
a[href^="tel"],
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}
textarea {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
button,
select {
    text-transform: none;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
nav ol,
nav ul {
    list-style: none outside none;
}
.container-primary {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.footer {
    padding: 93px 0 45px !important;
    border-top-width: 9px !important;
    font-size: 0.7em !important;
}
.footer .wrapper {
    max-width: 1269px;
}
.footer h3 {
    padding-bottom: 5px !important;
    margin-bottom: 22px;
    font-size: 0.9em !important;
}
.footer h3:last-child {
    margin-bottom: 0;
}
.footer h3 a:hover {
    color: inherit !important;
    text-decoration: none !important;
}
.footer .footer-logo {
    top: -77px;
    max-width: 136px;
    margin-left: -68px;
}
.footer .social-icons {
    margin-top: 2px;
}
.footer .social-icons a {
    width: 38px;
    height: 38px;
    margin-right: 4px;
    font-size: 0.8em;
    line-height: 38px;
}
.footer .mh-logo {
    width: 240px;
    margin-top: 26px;
	background:none;
}
.footer .footer-nav {
    line-height: 1.5;
}
.footer .footer-nav li {
    margin-bottom: 5px;
}
.footer .footer-nav li:last-child {
    margin-bottom: 0;
}
.footer .footer-nav li a:before {
    top: 1px;
}
.footer_bottom--secondary {
    padding: 10px 0 8px;
    overflow: hidden;
}
.footer_bottom--secondary p {
    font-size: 0.65em;
    line-height: 2;
}
.footer_bottom--secondary .wrapper {
    max-width: 1269px;
}
@media (max-width: 900px) {
    .footer {
        padding: 50px 15px 35px !important;
    }
    .footer .footer-nav li a {
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .footer_bottom--secondary p {
        padding: 0;
    }
}
.header-primary {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    border-bottom: 6px solid #c35315;
    color: #22222c;
}
.header-primary .container-primary {
    max-width: 1440px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-primary .logo {
    max-width: 150px;
}
.header-primary .header__link {
    float: right;
    color: inherit;
    letter-spacing: 0.01em;
    text-decoration: none;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}
.header-primary .header__link i {
    display: inline-block;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    margin-right: 8px;
    font-size: 0.6em;
}
.header-primary .header__link:hover {
    color: #c35315;
    opacity: 1;
}
.header-primary .header__bar {
    padding: 14px 0 9px;
    background: #f2f4f6;
    font-size: 0.7em;
    line-height: 1.29;
}
.header-primary .header__bar p {
    float: left;
    padding-top: 1px;
    margin-bottom: 0;
}
.header-primary .header__content {
    padding: 17px 0;
    background: #fff;
}
.header-primary .header__content .row {
    position: relative;
    width: 100%;
}
.header-primary .header__content .logo {
    position: absolute;
    top: -16px;
    left: 0;
}
.header-primary .header__inner {
    position: relative;
    width: 100%;
    padding-left: 204px;
}
.header-primary .topright {
    padding: 0;
}
.header-primary .top-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}
.header-primary .top-links a {
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
	    font-size: 1.3rem;
}
.header-primary .top-links li {
    padding-left: 5px;
    border-left: 0;
    margin-left: 5px;
}
.header-primary .top-links li:first-child {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
}
.header-primary .top-links li i {
    margin-right: 5px;
}
.header-primary .top-links li .btn-primary {
    color: #fff;
    -webkit-transition: border 0.4s, background 0.4s, color 0.4s, opacity 0.4s;
    -o-transition: border 0.4s, background 0.4s, color 0.4s, opacity 0.4s;
    transition: border 0.4s, background 0.4s, color 0.4s, opacity 0.4s;
	padding: 7px 10px 10px;
    font-size: .9em;
}
.header-primary .top-links li .btn-primary:hover {
    text-decoration: none;
}
.header-primary .main-nav {
    float: left;
    width: auto;
    padding: 7px 0 0;
    margin-left: -22px;
}
.header-primary .main-nav .sub-toggle {
    top: 2px;
    right: 2px;
    font-size: 0.9em;
}
.header-primary .main-nav .fa-chevron-down:before {
    content: "\f0d7";
}
.header-primary .main-nav .fa-chevron-up:before {
    content: "\f0d8";
}
.header-primary ul.slimmenu > li {
    padding-right: 21px;
    padding-bottom: 12px;
}
.header-primary ul.slimmenu li a {
    font-size: 0.80em;
    line-height: 1.28;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}
.header-primary ul.slimmenu li ul li a,
.header-primary ul.slimmenu li:first-child ul li a {
    font-size: 0.8em;
}
.header-primary ul.slimmenu li > ul > li ul {
    border-radius: 0;
}
body.scrollgap .header-primary {
    position: fixed;
    -webkit-animation: showStickyHeader 0.4s;
    animation: showStickyHeader 0.4s;
}
body.scrollgap .header-primary .header__content .logo {
    top: -17px;
}
body.scrollgap .header__bar {
    display: none;
}
@-webkit-keyframes showStickyHeader {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes showStickyHeader {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.header-primary .main-nav .sub-toggle {
    top: 0px;
    right: 15px;
}
.header-primary .main-nav ul.slimmenu li ul .sub-toggle {
    top: 8.5px;
}

.header-primary ul.slimmenu > li {
    padding-right: 30px;
}

@media (max-width: 1750px) {
    .header-primary .main-nav {
        margin-left: 0;
    }

}
@media (max-width: 1199px) {
    .header-primary .logo {
        max-width: 130px;
    }
    .header-primary .header__inner {
        padding-left: 160px;
    }
    .header-primary .top-links li {
        padding-left: 10px;
        margin-left: 10px;
    }
    .header-primary .top-links {
        float: right;
        width: auto;
    }
}
@media (max-width: 1024px) {
    .header-primary .header__content .logo {
        top: -37px;
    }
    .header-primary .main-nav {
        padding-top: 0;
    }
    .header-primary .top-links {
        padding-top: 7px;
    }
    .header-primary .top-links .btn-primary {
        display: none;
    }
    .header-primary ul.slimmenu > li:hover > a {
        color: #44444c;
    }
}
@media (max-width: 900px) {
     
    .header-primary .logo {
        max-width: 100px;
    }
    .header-primary .logo img {
        width: 100%;
    }
    .header-primary .top-links {
        padding-top: 4px;
    margin-right: 50px;
    }
    .header-primary .top-links .btn-primary {
       /* display: inline-block;*/
    }
    .header-primary .menu-collapser {
        top: 14px !important;
    }
    .header-primary .header__bar .header__inner {
        padding-left: 0;
    }
    .header-primary .header__content .logo {
        top: -5px;
    z-index: 150;
    padding-top: 0;
    }
    .header-primary .main-nav {
        position: static;
    }
    .header-primary .main-nav .sub-toggle {
        right: 0;
    }
    .header-primary ul.slimmenu > li {
        padding-right: 0;
    }
    .header-primary .slimmenu {
        position: absolute;
        top: 145%;
        right: -15px;
        left: -15px;
        z-index: 140;
        width: auto;
        padding: 60px 15px 15px;
        margin-top: 6px;
        background: #fff;
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    }
}


@media (max-width: 768px) {

  .header-primary .slimmenu {
    padding: 45px 0 0;
    margin: 0;
    background: #e28d5d;
  }

  .header-primary ul.slimmenu>li {
    padding: 0;
  }

  .header-primary ul.slimmenu.collapsed li:hover a {
    color: #FFFFFF;
  }

  .header-primary ul.slimmenu li a {
    padding: 15px;
    color: #FFFFFF;
  }

  .header-primary ul.slimmenu li ul li {
    padding: 0;
 }

  .header-primary ul.slimmenu li ul li a {
    padding: 18px 15px 14px;
}

  .header-primary ul.slimmenu li a {
    padding: 15px;
  }

  .header-primary ul.slimmenu.collapsed li .sub-toggle {
    height: 53px;
    width: 60px;
    background: #d56526;
    color: #FFF;
    padding: 12.5px 25px;
  }

  .header-primary .main-nav ul.slimmenu li ul .sub-toggle {
    top: 0;
    background: #3f2021;
}

  .header-primary ul.slimmenu li a i {
  display: none;
}
}

@media (max-width: 767px) {
  .header-primary .slimmenu {
    padding: 0;
    margin-top: 10px;
  }
  .header-primary .slimmenu {
      top: 100%;
    }
}

@media (max-width: 767px) {

    .header-primary .menu-collapser {
        top: 40px !important;
    }
    .header-primary .collapse-button {
        right: 0;
    }
    .header-primary .header__link {
        float: none;
        display: inline-block;
        margin-top: 10px;
    }
    .header-primary .header__link:first-child {
        margin-top: 0;
    }
    .header-primary .header__bar {
        float: none;
        text-align: center;
    }
    .header-primary .header__bar p {
        float: none;
        max-width: 400px;
        margin: 0 auto;
    }
    .header-primary .header__inner {
        padding-left: 0;
    }
    .header-primary .header__content {
        padding: 10px 0;
    }
    .header-primary .header__content .logo {
        position: static;
        float: left;
        max-width: 80px;
        padding-top: 0;
    }
    .header-primary .main-nav {
        float: none;
    }
    .header-primary .top-links {
        float: right;
        display: block;
        padding-right: 50px;
        margin-top: 21px;
        margin-right: 0;
        font-size: 0.85em;
        text-align: center;
    }
    .header-primary .top-links .btn-primary {
        min-width: 100px;
        font-size: 0.8em;
    }
    .header-primary .top-links:first-child {
        margin-top: 0;
    }
    .header-primary .top-links li {
        margin-bottom: 7px;
        margin-left: 0;
    }
    .header-primary .top-links li:last-child {
        margin-bottom: 0;
    }

}



.wrapper--full {
    max-width: 100%;
}
.accordion-primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.8em;
    line-height: 1.5;
}
.accordion-primary .accordion__section {
    width: calc(50% - 12px);
    -webkit-box-shadow: 0 18px 36px rgba(29, 32, 35, 0.06);
    box-shadow: 0 18px 36px rgba(29, 32, 35, 0.06);
}
.accordion-primary .accordion__section:nth-child(n + 3) {
    margin-top: 24px;
}
.accordion-primary .accordion__head {
    position: relative;
    padding: 36px 70px 30px 40px;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    -webkit-transition: border-radius 0.4s;
    -o-transition: border-radius 0.4s;
    transition: border-radius 0.4s;
}
.accordion-primary .accordion__head h3 {
    margin-bottom: 0;
    font-family: BrownStd, sans-serif;
    font-size: 0.8em;
    line-height: 1.5;
    color: #44444c;
    font-weight: 700;
}
.accordion-primary .accordion__head:after {
    content: "\f067";
    position: absolute;
    top: 50%;
    right: 24px;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 100%;
    background: #c35315;
    font-family: "Font Awesome 5 Free";
    font-size: 0.9em;
    line-height: 42px;
    color: #fff;
    font-weight: 900;
    text-align: center;
    -webkit-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}
.accordion-primary .accordion__head:hover:after {
    background: #3f2021;
}
.accordion-primary .accordion__body {
    display: none;
    padding: 36px 40px 30px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #fff5f0;
}
.accordion-primary .accordion__body p {
    margin-bottom: 15px;
}
.accordion-primary .accordion__body p:last-child {
    margin-bottom: 0;
}
.accordion-primary .expanded .accordion__head {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion-primary .expanded .accordion__head:after {
    content: "\f068";
}
@media (max-width: 900px) {
    .accordion-primary .accordion__section {
        width: calc(50% - 7px);
    }
    .accordion-primary .accordion__section:nth-child(n + 3) {
        margin-top: 14px;
    }
    .accordion-primary .accordion__head {
        padding: 15px 55px 15px 20px;
    }
    .accordion-primary .accordion__head:after {
        right: 10px;
        width: 36px;
        height: 36px;
        font-size: 0.7em;
        line-height: 36px;
    }
    .accordion-primary .accordion__body {
        padding: 15px 20px;
    }
}
@media (max-width: 767px) {
    .accordion-primary {
        display: block;
    }
    .accordion-primary .accordion__section {
        width: 100%;
        margin-bottom: 14px;
    }
    .accordion-primary .accordion__section:nth-child(n + 3) {
        margin-top: 0;
    }
    .accordion-primary .accordion__section:last-child {
        margin-bottom: 0;
    }
}
.box-offer {
    background-color: rgba(34, 34, 44, 0.65);
    font-family: BourtonBase, sans-serif;
    font-size: 0.9em;
    color: #fff;
    text-align: center;
}
.box-offer .form-quote {
    padding: 0 6px;
}
.box-offer .box__content {
    padding: 44px 30px 42px;
}
.box-offer .box__content h4 {
    margin-bottom: 17px;
    font-family: BourtonBase, sans-serif;
    font-size: 0.9em;
    line-height: 1.28;
    color: inherit;
    text-transform: uppercase;
}
.box-offer .box__content h4:last-child {
    margin-bottom: 0;
}
.box-offer .box__title {
    margin-bottom: 25px;
    font-family: BourtonBase, sans-serif;
    font-size: 1.6em;
    line-height: 1.15;
    color: inherit;
    font-weight: 400;
}
.box-offer .box__title:last-child {
    margin-bottom: 0;
}
.box-offer .box__title span {
    display: block;
    font-size: 2.7em;
}
.box-offer .box__price {
    margin-bottom: 33px;
    font-family: Poppins, sans-serif;
    font-size: 4.5em;
    line-height: 1;
}
.box-offer .box__price sup {
  font-size: 0.4em;
  line-height: 1;
  display: inline-block;
  top: -1.0em;
}
.box-offer .box__price:last-child {
    margin-bottom: 0;
}
@media (max-width: 1024px) {
    .box-offer .box__title {
        font-size: 1.3em;
    }
    .box-offer .box__title span {
        font-size: 2.1em;
    }
    .box-offer .box__content {
        padding: 20px;
    }
    .box-offer .box__price {
        margin-bottom: 20px;
        font-size: 3em;
    }
}
@media (max-width: 767px) {
    .box-offer .box__title {
        margin-bottom: 15px;
        font-size: 1em;
    }
    .box-offer .box__title span {
        font-size: 1.6em;
    }
    .box-offer .box__content {
        padding: 15px;
    }
    .box-offer .box__price {
        margin-bottom: 15px;
        font-size: 2.25em;
    }
}
[class^="btn-primary"] {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.btn-primary {
    min-width: 240px;
    padding: 10px 20px 15px;
    border: 0;
    border-radius: 4px;
    background: #c35315;
    font-family: BourtonBase, sans-serif;
    font-size: 1.1em;
    line-height: 1.28;
    color: #fff;
    font-weight: 400;
    -webkit-transition: border 0.4s, background 0.4s, color 0.4s, opacity 0.4s;
    -o-transition: border 0.4s, background 0.4s, color 0.4s, opacity 0.4s;
    transition: border 0.4s, background 0.4s, color 0.4s, opacity 0.4s;
}
.btn-primary:hover {
    background: #3f2021;
    color: #fff;
    opacity: 1;
    text-decoration: none;
}
.btn-primary--brown {
    background: #3f2021;
}
.btn-primary--brown:hover {
    background: #c35315;
}
.btn-primary--md {
    min-width: 165px;
    padding: 10px 20px;
}
.btn-menu {
    display: none;
    width: 32px;
    height: 32px;
    position: relative;
}
.btn-menu *,
.btn-menu :after,
.btn-menu :before {
    -webkit-transition: background 0.4s, margin 0.4s, -webkit-transform 0.4s;
    transition: background 0.4s, margin 0.4s, -webkit-transform 0.4s;
    -o-transition: background 0.4s, margin 0.4s, transform 0.4s;
    transition: background 0.4s, margin 0.4s, transform 0.4s;
    transition: background 0.4s, margin 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.btn-menu span,
.btn-menu span:after,
.btn-menu span:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    background-color: #000;
}
.btn-menu span:before {
    margin-top: -7px;
}
.btn-menu span:after {
    margin-top: 5px;
}
@media (max-width: 767px) {
    .btn-menu {
        display: block;
    }
}
input::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}
input::-moz-placeholder {
    color: inherit;
    opacity: 1;
}
input::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}
input::placeholder {
    color: inherit;
    opacity: 1;
}
textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}
textarea::-moz-placeholder {
    color: inherit;
    opacity: 1;
}
textarea::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}
textarea::placeholder {
    color: inherit;
    opacity: 1;
}
input:-webkit-autofill {
    -webkit-text-fill-color: inherit;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.field {
    width: 100%;
    height: 48px !important;
    padding: 4px 17px 0 !important;
    border: 1px solid #c2d2d8 !important;
    border-radius: 4px;
    background: #fff;
    font-size: 0.8em !important;
    line-height: 46px !important;
    color: #44444c !important;
    -webkit-transition: border 0.4s, background 0.4s, color 0.4s, opacity 0.4s;
    -o-transition: border 0.4s, background 0.4s, color 0.4s, opacity 0.4s;
    transition: border 0.4s, background 0.4s, color 0.4s, opacity 0.4s;
}
.field::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}
.field::-moz-placeholder {
    color: #666;
    opacity: 1;
}
.field::-ms-input-placeholder {
    color: #666;
    opacity: 1;
}
.field::placeholder {
    color: #666;
    opacity: 1;
}
.field--borderless {
    border-color: transparent !important;
}
.field--borderless:focus {
    border-color: #c2d2d8 !important;
}
.form-quote {
    max-width: 372px;
    width: 100%;
    line-height: 1.5;
    color: #44444c;
}
.form-quote form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.form-quote label {
    margin-top: 2px;
    margin-bottom: 0;
    font-weight: 400;
}
.form-quote .field {
    width: calc(100% - 150px);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.form-quote .form__btn {
    min-width: 150px;
    width: 150px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.form-quote--secondary {
    max-width: 590px;
}
.form-quote--secondary form {
    position: relative;
    padding-left: 218px;
}
.form-quote--secondary label {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 200px;
}
@media (max-width: 1024px) {
    .form-quote--secondary {
        max-width: 510px;
    }
}
@media (max-width: 900px) {
    .form-quote--secondary {
        max-width: 450px;
    }
    .form-quote--secondary form {
        padding-left: 0;
    }
    .form-quote--secondary label {
        position: static;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .form-quote {
        max-width: 100%;
    }
    .form-quote .field {
        width: 100%;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .form-quote .form__btn {
        width: 100%;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        margin-top: 14px;
    }
    .form-quote .form__btn:first-child {
        margin-top: 0;
    }
    .form-quote--secondary {
        max-width: 100%;
    }
    .form-quote--secondary label {
        display: block;
        width: 100%;
    }
}
[class^="ico-"] {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    font-size: 0;
    line-height: 0;
    text-indent: -4004px;
}
.ico-arrow {
    width: 20px;
    height: 20px;
    background-image: url(../images/arrow@2x.png);
}
.intro {
    position: relative;
    display: table;
    width: 100%;
    height: 600px;
    margin-top: 77px;
}
.intro .intro__content {
    position: relative;
    z-index: 15;
    display: table-cell;
    vertical-align: middle;
    padding: 60px 0;
}
.intro .intro__content .box-offer {
    float: right;
    max-width: 384px;
}
@media (max-width: 1024px) {
    .intro {
        margin-top: 103px;
        height: 400px;
    }
}
@media (max-width: 767px) {
    .intro {
        height: 300px;
        margin-top:158px;
    }
    .intro .intro__content {
        padding: 30px 0;
    }
}
[class^="list-"] {
    list-style: none;
    position: relative;
}
.list-count {
    counter-reset: list-count;
    font-size: 0.8em;
}
.list-count li {
    counter-increment: list-count;
    position: relative;
    padding-left: 66px;
    margin-bottom: 42px;
}
.list-count li:before {
    content: counters(list-count, ".");
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    background-color: #c35315;
    font-size: 0.9em;
    line-height: 44px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.list-count li:last-child {
    margin-bottom: 0;
}
@media (max-width: 900px) {
    .list-count li {
        padding-left: 55px;
        margin-bottom: 25px;
    }
}
@media (max-width: 767px) {
    .list-count:last-child {
        margin-bottom: 0;
    }
}
.list-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -3px;
    color: #c35315;
}
.list-rating li {
    padding: 0 3px;
}
[class^="nav"] > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}
[class^="nav"] > ul > li {
    position: relative;
}
[class^="nav"] > ul a {
    display: block;
    text-decoration: none;
}
.section-testimonials {
    padding: 49px 0 60px;
    color: #44444c;
}
.section-testimonials .container-primary {
    max-width: 1350px;
}
.section-testimonials .section__title {
    margin-bottom: 0;
    font-family: BourtonBase, sans-serif;
    font-size: 1.6em;
    line-height: 1.1;
    color: #c35315;
    font-weight: 400;
}
.section-testimonials .section__head {
    margin-bottom: 0;
    text-align: center;
}
.section-testimonials .section__actions {
    text-align: center;
}
@media (max-width: 767px) {
    .section-testimonials {
        padding: 40px 0;
    }
    .section-testimonials .section__title {
        font-size: 1.1em;
    }
    .section-testimonials .section__foot {
        margin-top: 20px;
    }
}
.section-faq {
    padding: 49px 0 60px;
    color: #44444c;
}
.section-faq .section__head {
    margin-bottom: 36px;
    text-align: center;
}
.section-faq .section__head:last-child {
    margin-bottom: 0;
}
.section-faq .section__title {
    margin-bottom: 0;
    font-family: BourtonBase, sans-serif;
    font-size: 1.6em;
    line-height: 1.1;
    color: #c35315;
    font-weight: 400;
}
.section-faq .section__foot {
    margin-top: 36px;
}
.section-faq .section__foot:first-child {
    margin-top: 0;
}
.section-faq .section__actions {
    text-align: center;
}
@media (max-width: 900px) {
    .section-faq {
        padding: 50px 0;
    }
}
@media (max-width: 767px) {
    .section-faq {
        padding: 40px 0;
    }
    .section-faq .section__foot {
        margin-top: 30px;
    }
    .section-faq .section__title {
        font-size: 1.1em;
    }
}
.section-quote {
    padding: 33px 0 36px;
    color: #44444c;
}
.section-quote .container-primary {
    position: relative;
    max-width: 1100px;
}
.section-quote .section__title {
    padding-top: 18px;
    margin-bottom: 15px;
    font-family: BourtonBase, sans-serif;
    font-size: 1.2em;
    line-height: 1.29;
    color: inherit;
    font-weight: 400;
}
.section-quote .section__content {
    position: relative;
    z-index: 5;
}
.section-quote .section__content img {
    float: left;
    max-width: 100px;
    margin-right: 31px;
}
.section-quote .section__content .form-quote {
    float: left;
}
.section-quote .section__content > .btn-primary {
    float: right;
    min-width: 276px;
    margin-right: 13px;
}
.section-quote .section__image {
    position: absolute;
    top: 50%;
    right: 25px;
    z-index: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.section-quote .section__head {
    margin-bottom: 36px;
    text-align: center;
}
.section-quote .section__head:last-child {
    margin-bottom: 0;
}
@media (max-width: 1199px) {
    .section-quote .section__content > .btn-primary {
        min-width: 150px;
    }
}
@media (max-width: 900px) {
    .section-quote {
        padding: 50px 0 90px;
    }
    .section-quote .section__title {
        padding-top: 0;
    }
    .section-quote .section__content {
        max-width: 600px;
        margin: 0 auto;
        padding-left: 150px;
    }
    .section-quote .section__content > img {
        position: absolute;
        top: 0;
        left: 0;
        margin-right: 0;
    }
    .section-quote .section__content > .btn-primary {
        width: 100%;
        margin-top: 14px;
        margin-right: 0;
    }
    .section-quote .section__image {
        display: none;
    }
}
@media (max-width: 767px) {
    .section-quote {
        padding: 40px 0 85px;
        text-align: center;
    }
    .section-quote .section__title {
        font-size: 1.1em;
    }
    .section-quote .section__content {
        padding-left: 0;
    }
    .section-quote .section__content img {
        position: static;
        float: none;
        display: block;
        margin: 0 auto 30px;
    }
    .section-quote .section__image {
        margin-top: 20px;
    }
}
.section-info {
    padding: 73px 0 81px;
    line-height: 1.5;
    color: #44444c;
}
.section-info p:last-child {
    margin-bottom: 0;
}
.section-info .container-primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.section-info .section__title {
    margin-bottom: 15px;
    font-family: BourtonBase, sans-serif;
    font-size: 1.6em;
    color: inherit;
    font-weight: 400;
}
.section-info .section__title:last-child {
    margin-bottom: 0;
}
.section-info .section__aside {
    width: 44%;
}
.section-info .section__aside p {
    margin-bottom: 40px;
}
.section-info .section__aside p:last-child {
    margin-bottom: 0;
}
.section-info .section__content {
    width: 56%;
    padding-top: 5px;
    padding-left: 18px;
}
@media (max-width: 900px) {
    .section-info {
        padding: 50px 0;
    }
}
@media (max-width: 767px) {
    .section-info {
        padding: 35px 0;
    }
    .section-info .section__aside {
        width: 100%;
        margin-bottom: 30px;
    }
    .section-info .section__aside:last-child {
        margin-bottom: 0;
    }
    .section-info .section__aside p {
        margin-bottom: 15px;
    }
    .section-info .section__content {
        width: 100%;
        padding: 0;
    }
    .section-info .section__title {
        font-size: 1.1em;
    }
}
.section-message {
    /*padding: 53px 0 49px;*/
	padding: 10px 0;
    background-color: #c35315;
    font-size: 0.8em;
    line-height: 1.5;
    color: #fff;
}
.section-message p:last-child {
    margin-bottom: 0;
}
.section-message .container-primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.section-message .section__title {
    font-family: BourtonBase, sans-serif;
    font-size: 1.6em;
    color: inherit;
    position: relative;
}
.section-message .section__title:after {
/*content: "\f061";
    position: absolute;
    top: -10px;
    right: 0;
    font-family: "Font Awesome 5 Free";
    font-size: 1.9em;
    color: #fff;
    text-shadow: 6px 0px 0px rgba(255,255,255,0.2);
    font-weight: 900;*/
}
.section-message .section__title:last-child {
   margin-bottom: 0;
  vertical-align: middle;
  margin-left: 10px;
}
.section-message .section__head {
   /* width: 420px;*/
    width: 560px;
    padding-right: 10px;
	overflow: hidden;
}
/*.hideonmobile.section-message .section__head img {
    rotate: -41deg;
}*/

.rating-box {
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1em;
    font-weight: 700;
    text-shadow: 0 8px 16px rgba(29, 32, 35, .36), 0 18px 24px rgba(29, 32, 35, .18);
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
    justify-content: center;
		color:#fff;
}


.list-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px 0 -3px;
	color:#fff;
}

.rating-box p {
padding-top: 0;
    font-weight: 400;
    margin-bottom: 0;
	
}
.rating-box p a{
    color:#fff;
	font-weight:700;
	
}

.section-message .section__body {
    position: relative;
   /* width: calc(100% - 420px);*/
    width: calc(100% - 590px);
    padding-left: 90px;
}
.section-message .section__body img{
     position: absolute;
    top: -5px;
    left: 0;
}
.section-message .section__body i {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 3em;
}
@media (max-width: 900px) {
    .section-message .section__title:after{
        display: none;
    }
    .section-message {
        padding: 30px 0 45px;
    }
    .section-message .section__head {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
        padding-right: 0;
    }
    .section-message .section__head:last-child {
        margin-bottom: 0;
    }
    .section-message .section__body {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .section-message {
        padding-bottom: 30px;
    }
    .section-message .section__title {
        font-size: 1.1em;
    }
    .section-message .section__body {
        padding-left: 60px;
    }
    .section-message .section__body i {
        top: 7px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        font-size: 2em;
    }
}
.section-callout {
    padding: 102px 0 104px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(66.7%, #c35315), color-stop(33.3%, #3f2021));
    background-image: -o-linear-gradient(left, #c35315 66.7%, #3f2021 33.3%);
    background-image: linear-gradient(to right, #c35315 66.7%, #3f2021 33.3%);
    font-size: 0.8em;
    line-height: 1.5;
    color: #fff;
}
.section-callout .btn-primary--brown:hover {
    background: #fff;
    color: #c35315;
}
.section-callout .container-primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.section-callout .section__title {
    margin-bottom: 37px;
    font-family: BourtonBase, sans-serif;
    font-size: 1.6em;
    line-height: 1.1;
    color: #fff;
    font-weight: 400;
}
.section-callout .section__title:last-child {
    margin-bottom: 0;
}
.section-callout .section__content {
    width: 45%;
    padding-top: 8px;
    padding-right: 30px;
	background: #c35315
}
.section-callout .section__content p {
    margin-bottom: 40px;
}
.section-callout .section__content p:last-child {
    margin-bottom: 0;
}
.section-callout .section__aside {
    width: 49%;
}
@media (max-width: 900px) {
     .header-primary .top-links li:first-child {
    padding-bottom: 0 !important;
  }
    .section-callout {
        padding: 50px 0;
        background: #c35315;
    }
    .section-callout .container-primary {
        display: block;
    }
    .section-callout .section__title {
        margin-bottom: 25px;
    }
    .section-callout .section__content {
        width: 100%;
        padding-right: 0;
    }
    .section-callout .section__content p {
        margin-bottom: 25px;
    }
    .section-callout .section__aside {
        display: none;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .section-callout {
        padding: 40px 0;
    }
    .section-callout .section__title {
        margin-bottom: 20px;
        font-size: 1.1em;
    }
    .section-callout .section__content {
        padding-top: 0;
    }
}
.featured-services--secondary {
    padding: 0;
}
@media (max-width: 767px) {
    .featured-services--secondary {
        padding: 5px;
    }
}
.service-item--secondary {
    margin-left: 0;
}
.service-item--secondary a {
    text-decoration: none;
}
.service-item--secondary h2 {
    padding: 13px 15px 21px;
    background: #c35315;
    font-family: BourtonBase, sans-serif;
    font-size: 1.2em;
    line-height: 1.1;
    -webkit-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}
.service-item--secondary .expand-btn {
    display: block;
    border-width: 3px;
    margin: -52px 0 0 -22px;
    background: rgba(213, 101, 38, 0.5);
    line-height: 40px;
}
.service-item--secondary .expand-btn:hover {
    background: #fff;
}
@media (max-width: 900px) {
     .intro {
    margin-top: 65px;
  }
    .service-item--secondary h2 {
        padding: 10px 10px 16px;
        font-size: 0.9em;
    }
    .service-item--secondary .expand-btn {
        margin-top: -41px;
    }
}
@media (max-width: 767px) {
    .service-item--secondary h2 {
        font-size: 1.1em;
    }
    .service-item--secondary .expand-btn {
        display: none;
    }
}
.slider-testimonials .slick-list {
    padding: 0 24px;
}
.slider-testimonials .slick-slide {
    padding: 0 24px;
    -webkit-transition: padding 0.4s;
    -o-transition: padding 0.4s;
    transition: padding 0.4s;
}
.slider-testimonials .slick-active {
    padding: 0 12px 0 36px;
}
.slider-testimonials .slick-active + .slick-active {
    padding: 0 36px 0 12px;
}
.slider-testimonials .slick-slide .testimonial-primary {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: -webkit-box-shadow 0.4s;
    -o-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
.slider-testimonials .slick-active .testimonial-primary {
    -webkit-box-shadow: 0 18px 20px rgba(29, 32, 35, 0.06);
    box-shadow: 0 18px 20px rgba(29, 32, 35, 0.06);
}
.slider-testimonials .slider__slide-content {
    padding: 36px 0;
}
.slider-testimonials .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 15;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 100%;
    margin-top: 0;
    background: #c35315;
    font-size: 0;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}
.slider-testimonials .slick-arrow i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
}
.slider-testimonials .slick-arrow.slick-disabled {
    display: none !important;
}
.slider-testimonials .slick-arrow:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 5 Free";
    font-size: 0.9em;
    font-weight: 900;
}
.slider-testimonials .slick-arrow:hover {
    background: #3f2021;
}
.slider-testimonials .slick-prev {
    left: 0;
}
.slider-testimonials .slick-prev:after {
    content: "\f0d9";
    margin-left: -1px;
}
.slider-testimonials .slick-next {
    right: 0;
}
.slider-testimonials .slick-next:after {
    content: "\f0da";
    margin-left: 1px;
}
@media (max-width: 767px) {
    .header-primary .top-links a {
  font-size: 1.5rem;
}
    .slider-testimonials .slider__slide-content {
        padding-top: 30px;
    }
    .slider-testimonials .slick-list {
        padding: 0;
        margin: 0 -15px;
    }
    .slider-testimonials .slick-active,
    .slider-testimonials .slick-slide {
        padding: 0 15px;
    }
    .slider-testimonials .slick-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -4px;
    }
    .slider-testimonials .slick-dots li {
        margin: 4px;
    }
    .slider-testimonials .slick-dots li button {
        width: 12px;
        height: 12px;
    }
    .slider-testimonials .slick-dots li button:hover {
        background: #666;
    }
    .slider-testimonials .slick-dots li.slick-active {
        padding: 0;
    }
    .slider-testimonials .slick-dots li.slick-active button {
        display: block;
        background: #c35315;
    }
}
.testimonial-primary {
    padding: 38px 36px 24px;
    border-radius: 4px;
    background: #fff;
    font-size: 0.8em;
    line-height: 1.5;
    -webkit-box-shadow: 0 18px 20px rgba(29, 32, 35, 0.06);
    box-shadow: 0 18px 20px rgba(29, 32, 35, 0.06);
}
.testimonial-primary blockquote {
    padding: 0;
    border-left: 0;
    font-size: inherit;
}
.testimonial-primary .testimonial__foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 26px;
    border-top: 2px solid #f2f4f6;
    margin-top: 27px;
}
.testimonial-primary .testimonial__author {
    margin-bottom: 0;
    font-size: 0.9em;
    color: #c35315;
}
.testimonial-primary .testimonial__author i {
    margin-right: 6px;
}
.testimonial-primary .testimonial__author span {
    margin-left: 6px;
    color: #666;
}
@media (max-width: 767px) {
    .list-rating{
        width: 100%;
        margin: 0;
        padding: 0;
        justify-content: center;
    }
    .rating-box p a {
  display: block;
}
    .intro .intro__content .box-offer.mobile-only {
  float: none;
  margin: 0 auto;
}
    .rating-box {
  position: relative;
  left: auto;
  top: auto;
  clear: both;
  margin-bottom: 20px;
}
    .intro {
    margin-top: 105px;
  }
    .mobile-only{
        display: block;
    }
    .desktop-only{
        display: none;
    }
    .testimonial-primary {
        padding: 25px;
    }
    .testimonial-primary .testimonial__author {
        margin-bottom: 10px;
        font-size: 0.8em;
    }
    .testimonial-primary .testimonial__author:last-child {
        margin-bottom: 0;
    }
    .testimonial-primary .testimonial__foot {
        padding-top: 20px;
        margin-top: 20px;
    }
}
.video {
    position: relative;
    padding-top: 55%;
    border: 6px solid #fff;
    background: #fff;
    overflow: hidden;
}
.video iframe {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
}
@media (max-width: 480px) {
.intro {
    margin-top: 96px;
  }
}
@media (max-width: 478px) {
    .section-message .section__title {
      font-size: 1.5em;
      margin-top: -10px;
    }
    .section-message input[type="submit"] {
    width: 100%;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 1em;
}
}

.form-acceptance-cb {
	vertical-align: top;
}
.section-pink{
    background: #fff;
    padding: 73px 0 50px;
    color: #000;
}
.section-pink2{
    background: #c35315;
    padding: 73px 0 50px;
    color: #fff;
}
.section-pink .main_image img{
    border-radius: 40px;
}
.section-pink p{
   padding-top: 20px;
}

.section-pink .section__content{
    text-align: center;
}

.section-pink .sign_image img{
    max-width: 300px;
}


/* Only the active step shows */
.form-step.active {
  display: block;
}

/* Optional: nice transition (fade in) */
.form-step {
    display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.form-step.active {
  opacity: 1;
}

/* Progress bar (if using) */
.form-progress {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
  padding: 0;
}
.form-progress li {
  flex: 1;
  text-align: center;
  padding: 8px;
  display: none;
}
.form-progress li.active {
  color: #ffffff;
  font-weight: bold;
  display: block;
}

.form-step input.error,
.form-step textarea.error,
.form-step select.error {
  border: 2px solid red !important;
  background-color: #ffe6e6;
}

button.next-step{margin-bottom: 20px;}