.wrapper .banner-slider {
    font-family: 'Noto Sans', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #ffffff;
}
.wrapper .banner-slider * {
    font-family: 'Noto Sans', sans-serif;
}
body.body-lock {
    overflow: hidden;
}

.show-in-mobile {
    display: none;
}

.wrapper h1, .wrapper h2 {
    /*font-size: 52px;*/
    font-size: 6vh;
    line-height: 7vh;
    font-weight: 500;
    color: #fff;
}
.wrapper h2 {
    color: #fff;
}
.wrapper h3 {
    font-size: 30px;
    color: #fff;
}
.wrapper h4 {
    font-size: 24px;
    color: #fff;
}
.wrapper h5 {
    font-size: 20px;
    color: #fff;
}
.wrapper h6 {
    font-size: 18px;
    color: #fff;
}

.wrapper .d-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.wrapper .justify-between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.wrapper .justify-end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.wrapper .justify-center {
    -webkit-justify-content: center;
    justify-content: center;
}
.wrapper .align-center {
    -webkit-align-items: center;
    align-items: center;
}
.wrapper .flow-wrap {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.wrapper .d-inline {
    display: inline-block;
}
.wrapper .d-none {
    display: none !important;
}

.wrapper .img-100 {
    width: 100%;
    max-width: 840px;
}

.wrapper .mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.wrapper .mb-5 {
    margin-bottom: 5px !important;
}
.wrapper .mb-20 {
    margin-bottom: 20px !important;
}
.wrapper .mb-30 {
    margin-bottom: 30px;
}
.wrapper .mb-50 {
    margin-bottom: 50px;
}

.wrapper .font-bold {
    font-weight: 700;
}
.wrapper .font-semi {
    font-weight: 700;
}
.wrapper .font-12 {
    font-size: 12px;
    line-height: normal;
}


.wrapper .btn {
    font-size: 16px;
    padding: 18px 30px 22px 30px;
    display: block;
    text-transform: uppercase;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    text-align: center;
    letter-spacing: 0.5px;
    box-shadow: none;
    cursor: pointer;
    font-weight: 700;
}
.wrapper .btn.default {
    color: #ffffff;
    background-color: #078041;
}
.wrapper .btn.default:hover {
    background-color: #FB7306;
    color: #ffffff;
}

.wrapper .link {
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #3057c4;
    font-weight: 700;
    display: inline-block;
}
.wrapper .link:hover {
    color: #000000;
}

.wrapper .text-field {
    z-index: 2;
    position: relative;
    width: 100%;
    background-color: #ffffff;
    border: 0;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    color: #1E1E25;
    padding: 14px 30px 16px 30px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 22px;
    text-align: left;
}

.wrapper .v-center {
    width: 100%;
    position: relative;
    z-index: 3;
}

.wrapper .progress-holder {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.wrapper .progress-number {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 35px;
    position: relative;
}
.wrapper .progress-number::before,
.wrapper .progress-number::after {
    content: '';
    display: block;
    position: absolute;
    width: 65px;
    height: 1px;
    background-color: #fff;
    top: 18px;
}
.wrapper .progress-number::before {
    left: 50px;
}
.wrapper .progress-number::after {
    right: 50px;
}

/* The Custom Checkbox Start */
.wrapper .custom-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.wrapper .custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
}
.wrapper .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.wrapper .custom-checkbox:hover input ~ .checkmark {
    background-color: #078041;
}
.wrapper .custom-checkbox input:checked ~ .checkmark {
    background-color: #078041;
}
.wrapper .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.wrapper .custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}
.wrapper .custom-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* The Custom Checkbox End */


.wrapper .custom-radio .custom-radio-item {
    font-size: 130px;
    line-height: normal;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    margin: 0 50px;
    cursor: pointer;
    position: relative;
    vertical-align: top;
}
.wrapper .custom-radio .custom-radio-item input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    margin: 0;
    box-shadow: none;
    border: none;
}
.wrapper .custom-radio .custom-radio-item.yes:hover, .wrapper .custom-radio .custom-radio-item.yes.checked {
    color: #078041;
}
.wrapper .custom-radio .custom-radio-item.no:hover, .wrapper .custom-radio .custom-radio-item.no.checked {
    color: #FB7306;
}
.wrapper .custom-radio.borderd {
    font-size: 0;
}
.wrapper .custom-radio.borderd.with-img .custom-radio-item {
    padding: 20px 10px;
    background-color: #078041;
    border-color: transparent;
}
.wrapper .custom-radio.borderd.with-img .custom-radio-item:hover, .wrapper .custom-radio.borderd.with-img .custom-radio-item.checked {
    background-color: #FB7306;
    border-color: transparent;
}
.wrapper .custom-radio.borderd.with-img .custom-radio-item .icon {
    width: 80px;
    height: 80px;
    display: block;
    padding: 5px;
    margin: 0 auto 15px auto;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.wrapper .custom-radio.borderd .custom-radio-item {
    font-size: 25px;
    line-height: 25px;
    margin: 30px 15px 0 15px;
    width: calc(50% - 30px);
    border: 1px solid #ffffff;
    padding: 12px 30px 16px 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-weight: 400;
    max-width: 400px;
}
.wrapper .custom-radio.borderd .custom-radio-item:hover, .wrapper .custom-radio.borderd .custom-radio-item.checked {
    background-color: #FB7306;
    border-color: #FB7306;
    color: #ffffff;
}

.wrapper .container {
    width: 100%;
    max-width: 1100px;
    padding: 0 30px;
    margin-left: auto;
    margin-right: auto;
}
.wrapper .medium-container {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.wrapper .small-container {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.wrapper .vsmall-container {
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.wrapper .progress-block {
    text-align: center;
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    padding: 0 20px;
}
.wrapper .progress-block p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}
.wrapper .progress {
    width: 100%;
    max-width: 500px;
    background-color: rgba(255,255,255,.1);
    padding: 5px 0;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}
.wrapper .progress .progress-bar {
    position: absolute;
    width: 0;
    max-width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #078041;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.wrapper .map-loader {
    width: 50px;
    margin: 0 auto 35px auto;
    display: none;
}
.wrapper .map-box {
    height: 300px;
    width: 100%;
    position: relative !important;
    z-index: 0;
    display: none;
}

.wrapper .btn-block {
    padding: 0 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-transform: uppercase;
    position: absolute;
    bottom: 50px;
    width: 100%;
    min-height: 60px;
    z-index: 6;
}
.wrapper .btn-block.hide {
    opacity: 0;
    visibility: hidden;
}

.wrapper .btn-block .btn {
    padding: 17px 30px;
    min-width: 160px;
}
.wrapper .back-link {
    padding-left: 25px;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
}
.wrapper .back-link::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 25px;
    height: 100%;
    background-image: url(../images/back.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
}
.wrapper .back-link:hover {
    color: #FB7306;
}
.wrapper .back-link:hover::before {
    background-image: url(../images/back-hover.svg);
}
.wrapper .btn-block .back-link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 60px;
}

.wrapper .form-list {
    margin: 0 -5px;
    font-size: 0;
}
.wrapper .form-list li {
    width: calc(50% - 10px);
    vertical-align: middle;
    margin: 5px;
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
}
.wrapper .form-list li.full {
    width: calc(100% - 10px);
}
.wrapper .error .text-field {
    background-color: #FFC0C0;
}
.wrapper .error-msg {
    color: #FF0000;
    display: block;
    margin-top: 5px;
    font-size: 18px;
    line-height: 18px;
    text-align: left;
    padding-left: 20px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .wrapper .error-msg {
        padding-left: 0 !important;
    }
}

.wrapper .error input::-webkit-input-placeholder {
    color: #1E1E25;
    opacity: 1
}
.wrapper .error input::-moz-placeholder {
    color: #1E1E25;
    opacity: 1
}
.wrapper .error input:-ms-input-placeholder {
    color: #1E1E25;
    opacity: 1
}
.wrapper .error input:-moz-placeholder {
    color: #1E1E25;
    opacity: 1
}

.wrapper .title {
    margin-bottom: 30px;
}
.wrapper .sub-title {
    margin-bottom: 50px;
    font-weight: 500;
}


/* rangeslider here */


.banner-slider .swiper-slide {
    /*padding: 120px 0;*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    opacity: 0 !important;
 /*   visibility: hidden;  */
}
.banner-slider .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
    visibility: visible;
}
.wrapper {
    color: #ffffff;
    position: relative;
    background-color: #000000;
    min-height: 100vh;
    padding: 120px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/banner-bg.jpg);
    /*background-attachment: fixed;*/
    opacity: .3;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.wrapper.show::before {
    opacity: 1;
}
.wrapper.middle {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.wrapper.middle .report-block {
    min-height: calc(100vh - 200px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.wrapper .steps.one .sub-title {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.wrapper .steps.three .sub-title {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
}

.wrapper .map-bloack {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.wrapper .map-box {
    height: 300px;
    position: relative !important;
    z-index: 0;
}

.wrapper .report-block {
    width: 100%;
}

.wrapper .sphere {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin: 10px 5px;
    display: inline-block;
    position: relative;
    -webkit-transform: scale(.3);
    z-index: -1;
    background: -webkit-radial-gradient(10% 10%, ellipse cover, rgba(78, 208, 143, 1) 0%,rgba(97,196,25,1) 50%,rgba(78, 208, 143, 1) 100%); /* Chrome10+, Safari5.1+ */
    background: -moz-radial-gradient(10% 10%, ellipse cover, rgba(78, 208, 143, 1) 0%, rgba(97,196,25,1) 50%, rgba(78, 208, 143, 1) 100%); /* FF3.6+ */
    background: -o-radial-gradient(10% 10%, ellipse cover, rgba(78, 208, 143, 1) 0%,rgba(97,196,25,1) 50%,rgba(78, 208, 143, 1) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(10% 10%, ellipse cover, rgba(78, 208, 143, 1) 0%,rgba(97,196,25,1) 50%,rgba(78, 208, 143, 1) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(78, 208, 143, 1) 0%,rgba(97,196,25,1) 50%,rgba(78, 208, 143, 1) 100%); /* W3C */
}
.wrapper #sphere1{
    -webkit-animation: scale-1 2s 0s infinite;
}

.wrapper #sphere2 {
    -webkit-animation: scale-2 2s .2s infinite;
}

.wrapper #sphere3 {
    -webkit-animation: scale-3 2s .4s infinite;
}

.wrapper #sphere4 {
    -webkit-animation: scale-4 2s .6s infinite;
}
@-webkit-keyframes scale-1 {
    0%       { -webkit-transform: scale(.3);}
    35%, 65% { -webkit-transform: scale(1);}
    65%, 100%{ -webkit-transform: scale(.3);}
}
@-webkit-keyframes scale-2 {
    0%       { -webkit-transform: scale(.3);}
    35%, 65% { -webkit-transform: scale(1);}
    65%, 100%{ -webkit-transform: scale(.3);}
}

@-webkit-keyframes scale-3 {
    0%       { -webkit-transform: scale(.3);}
    35%, 65% { -webkit-transform: scale(1);}
    65%, 100%{ -webkit-transform: scale(.3);}
}

@-webkit-keyframes scale-4 {
    0%       { -webkit-transform: scale(.3);}
    35%, 65% { -webkit-transform: scale(1);}
    65%, 100%{ -webkit-transform: scale(.3);}
}


.site-header .container {
    position: relative;
}
.site-header .lock {
    position: absolute;
    top: 0;
    left: 50px;
    width: 30px;
    height: 30px;
    background: #078041 url(../images/lock.svg) center center no-repeat;
    background-size: 11px auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.site-header .header-right {
    position: absolute;
    right: 15px;
    top: 0;
    width: 80px;
}
.site-header .step-loading {
    display: none;
}
.step-loading .loading {
    position: relative;
    transform: inherit;
    left: 0;
    top: 0;
}
.loading {
  left: 50%;
  top: 50%;
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  text-transform: capitalize;
  position: absolute;
  overflow: hidden;
  transform: translate(-50%, -60%);
}
.loading:before {
  color: #aaa;
  content: attr(data-loading-text);
}
.loading:after {
  top: 0;
  left: 0;
  width: 0;
  opacity: 1;
  color: #078041;
  overflow: hidden;
  position: absolute;
  content: attr(data-loading-text);
  -webkit-animation: loading 3s infinite;
          animation: loading 3s infinite;
}
@-webkit-keyframes loading {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes loading {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

/**
 * ==============================================
 * Dot Typing
 * ==============================================
 */
.wave {
  position: relative;
  margin: 0 auto 5px auto;
  text-align: center;
  line-height: 0;
}
.wave .dot {
  display: inline-block;
  vertical-align: bottom;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  margin-right: 1px;
  background: #FB7306;
  animation: wave 1s linear infinite;
}
.wave .dot:nth-child(2) {
  animation-delay: -1.1s;
}
.wave .dot:nth-child(3) {
  animation-delay: -0.9s;
}

@keyframes wave {
  0%, 60%, 100% {
    transform: initial;
  }
  30% {
    transform: translateY(-7px);
  }
}

.final-btn {
    width: 350px;
    max-width: 100%;
}
.secure-form {
    position: relative;
    z-index: 1;
    margin-top: 50px;
    padding-top: 20px;
}
.secure-form img {
    width: 100px;
    margin: 0 auto;
}
@media screen and (max-width: 1600px) {
    .wrapper h1, .wrapper h2 {
        font-size: 44px;
        line-height: 50px;
    }
    .wrapper h3 {
        font-size: 26px;
    }
    .wrapper h4 {
        font-size: 20px;
    }
    .wrapper h5 {
        font-size: 18px;
    }
    .wrapper .text-field {
        font-size: 20px;
        padding: 13px 30px 15px 30px;
    }
    .wrapper .btn {
        padding: 15px 30px 18px 30px;
    }
    .wrapper .title {
        margin-bottom: 10px;
    }
    .wrapper .sub-title {
        margin-bottom: 20px;
    }
    .wrapper .btn-block .btn {
        /*padding: 12px 30px;*/
        min-width: 120px;
    }
    .wrapper .btn-block .back-link {
        left: 30px;
    }
    .wrapper .map-box {
        height: 250px;
    }
    .wrapper .map-loader {
        margin: 0 auto 15px auto;
    }
}
@media screen and (max-width: 1199px) {
    .wrapper .btn-block {
        padding: 0 30px;
    }
    .wrapper .custom-radio .custom-radio-item {
        font-size: 80px;
        margin: 0 30px;
    }
}
@media screen and (max-width: 1024px) {
    .wrapper {
        background-color: #333;
        -webkit-transition:all 0.3s ease-in-out;
        -moz-transition:all 0.3s ease-in-out;
        -o-transition:all 0.3s ease-in-out;
        transition:all 0.3s ease-in-out;
    }
    .wrapper::before {
        opacity: 1;
        background-size: auto;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-image: url(../images/bg-30-s.png);
    }
    .wrapper.show {
        background-color: #000;
    }
    .wrapper.show::before {
        background-size: cover;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-image: url(../images/banner-bg.jpg);
    }
}
@media screen and (max-width: 1023px) {
    .site-header .lock {
        left: 30px;
    }
    .wrapper .progress-block {
        top: 50px;
    }
}
@media screen and (max-width: 767px) {
    .show-in-mobile {
        display: block;
    }
    .hide-in-mobile {
        display: none;
    }
    .wrapper h1, .wrapper h2 {
        font-size: 36px;
        font-weight: 700;
        line-height: 42px;
    }
    .sliderLegend .sliderLegendItem--start,
    .sliderLegend .sliderLegendItem--end {
        font-size: 18px;
    }
    .wrapper .container, .btn-block {
        padding: 0 20px;
    }
    .wrapper .btn-block .back-link {
        left: 20px;
    }
    .wrapper .btn-block {
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }
    .banner-slider .v-center {
        top: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    /*.wrapper .form-list {
        margin: 0;
    }*/
    .wrapper .form-list li, .wrapper .form-list li.full {
        width: calc(100% - 10px);
        margin-bottom: 5px;
    }
    .wrapper .text-field {
        /*font-size: 18px;
        padding: 13px 25px 15px 25px;*/
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .wrapper .btn {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .btn-block .btn {
        padding: 13px 30px;
    }
    .wrapper .custom-radio.borderd .custom-radio-item {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .wrapper .rangeslider-block {
        padding-top: 30px;
        margin-top: 0;
    }
    .wrapper .rangeslider-block.footage {
        margin-top: 0;
        padding-top: 10px;
    }
    .wrapper .error-msg {
        font-size: 14px;
        margin-top: 3px;
    }
    .wrapper .sliderLegend .sliderLegendItem--start, .wrapper .footage .sliderLegend .sliderLegendItem--start {
        /*top: -10px;*/
        left: 0;
    }
    .wrapper .sliderLegend .sliderLegendItem--end, .wrapper .footage .sliderLegend .sliderLegendItem--end {
        /*top: -10px;*/
        right: 0;
    }
    .wrapper .footage .sliderLegend {
        top: unset;
        bottom: 0;
    }
    .wrapper .footage .sliderLegend .sliderLegendItem--start, .wrapper .footage .sliderLegend .sliderLegendItem--end {
        bottom: 5px;
    }
    .wrapper .map-box {
        height: 200px;
    }
    .wrapper .custom-radio.borderd.with-img {
        margin: 0 -5px;
    }
    .wrapper .custom-radio.borderd.with-img .custom-radio-item {
        width: calc(50% - 10px);
        margin: 10px 5px 0 5px;
    }
    .wrapper .custom-radio.borderd .custom-radio-item {
        width: 100%;
        margin: 20px 0 0 0;
        padding: 10px 20px 13px 20px;
        font-size: 20px;
        line-height: 20px;
    }
}
@media screen and (max-width: 567px)  {
    .site-header .lock {
        left: 20px;
    }
}
@media screen and (max-width: 575px)  {
    .wrapper h1, .wrapper h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .wrapper h3 {
        font-size: 24px;
    }
    .wrapper h4 {
        font-size: 16px;
    }
    .wrapper h5 {
        font-size: 16px;
    }
    .wrapper h6 {
        font-size: 16px;
    }
    /*.v-center {
        max-height: calc(100vh - 200px);
    }*/
    .wrapper {
        display: block;
        padding: 100px 0 60px 0;
        padding-bottom: 100px;
    }
    .banner-slider, .banner-slider .swiper-slide {
        min-height: unset;
    }
    .banner-slider .swiper-slide, .banner-slider .swiper-slide.one {
        padding: 20px 0 0 0;
    }
    .banner-slider .swiper-slide.one {
       /* padding-top: 40px;*/
        min-height: unset;
    }
    .wrapper .progress {
        padding: 3px 0;
    }
    .wrapper .progress-block p {
        font-size: 12px;
    }
    .wrapper .title {
        margin-bottom: 10px;
    }
    .wrapper .sub-title {
        margin-bottom: 15px;
    }
    .wrapper .btn-block {
        bottom: 0px;
        position: relative;
        padding: 20px 20px;
    }
    .wrapper .text-field {
        padding: 13px 20px 15px 20px;
    }
    /*.wrapper .text-field {
        font-size: 15px;
        padding: 10px 20px 12px 20px;
    }
    .wrapper .btn {
        font-size: 14px;
        padding: 10px 20px 12px 20px;
    }*/
    .wrapper .btn-block .btn {
        min-width: 120px;
        /*padding: 10px 20px;
        font-size: 16px;*/
    }
    .wrapper .custom-checkbox {
        font-size: 15px;
        padding-left:
    }
    .wrapper .custom-radio .custom-radio-item {
        font-size: 60px;
        line-height: normal;
        margin: 0 20px;
    }
    .wrapper .sun-roof.custom-radio .custom-radio-item {
        font-size: 20px;
        line-height: 20px;
    }
    .wrapper .rangeslider-tooltip {
        font-size: 20px;
    }
    .wrapper .sliderLegend {
        font-size: 14px;
    }
    .wrapper .map-box {
        height: 180px;
    }
    .wrapper.middle .report-block {
        padding-bottom: 80px;
    }
}
@media screen and (max-width: 480px) {
    .wrapper .mb-20 {
        margin-bottom: 15px !important;
    }
    .wrapper .map-box {
        height: 160px;
    }
    .wrapper .rangeslider-block.footage {
        margin-bottom: 10px;
        padding-top: 10px;
        margin-top: 0;
    }
    .wrapper .custom-radio.borderd .custom-radio-item {
        font-size: 16px;
        line-height: 16px;
        margin: 10px 0 0 0;
    }
}
@media screen and (max-width: 411px)  {
    .site-header .lock {
        left: 15px;
    }
}
@media screen and (max-width: 992px) {
    @media only screen and (orientation: landscape) {
        .wrapper h1, .wrapper h2 {
            font-size: 20px;
            line-height: 26px;
        }
        .wrapper h3 {
            font-size: 17px;
        }
        .wrapper h4 {
            font-size: 14px;
        }
        .wrapper h5 {
            font-size: 14px;
        }
        .wrapper h6 {
            font-size: 14px;
        }
        .wrapper {
            display: block;
            padding: 120px 0 60px 0;
        }
        .banner-slider .v-center, .banner-slider .steps.one .v-center {
            max-height: 100%;
            padding-bottom: 10px;
        }
        .banner-slider .swiper-slide.last {
            min-height: 100%;
        }
        .banner-slider .swiper-slide.one {
            padding: 0;
        }
        .wrapper .custom-radio.borderd .custom-radio-item {
            font-size: 16px;
            line-height: 16px;
            width: calc(50% - 10px);
            margin: 0 5px 10px 5px;
        }
        .banner-slider .v-center {
            margin-top: 0px;
        }
        .banner-slider .swiper-slide {
            padding: 0;
        }
        .wrapper .btn-block {
            bottom: 0px;
            padding: 0 20px 10px 20px;
            position: relative;
            -webkit-justify-content: flex-end;
            justify-content: flex-end;
        }
        .wrapper .progress {
            padding: 3px 0;
        }
        .wrapper .progress-block p {
            font-size: 12px;
        }
        .wrapper .title {
            margin-bottom: 10px;
        }
        .wrapper .sub-title {
            margin-bottom: 15px;
        }
        /*.wrapper .text-field {
            font-size: 15px;
            padding: 10px 20px 12px 20px;
        }
        .wrapper .btn {
            font-size: 14px;
            padding: 10px 20px 12px 20px;
        }*/
        .wrapper .btn-block .btn {
            min-width: 120px;
            /*padding: 10px 20px;
            font-size: 16px;*/
        }
        .wrapper .custom-checkbox {
            font-size: 15px;
            padding-left:
        }
        .wrapper .custom-radio .custom-radio-item {
            font-size: 60px;
            line-height: normal;
            margin: 0 20px;
        }
        .wrapper .sun-roof.custom-radio .custom-radio-item {
            font-size: 20px;
            line-height: 20px;
        }
        .wrapper .rangeslider-tooltip {
            font-size: 20px;
        }
        .wrapper .sliderLegend {
            font-size: 14px;
        }
        .wrapper .footage .sliderLegend .sliderLegendItem--start {
            left: -70px;
        }
        .wrapper .footage .sliderLegend .sliderLegendItem--end {
            right: -70px;
        }
        .wrapper .map-box {
            height: 180px;
        }
        .wrapper .error-msg {
            font-size: 14px;
            margin-top: 3px;
        }
        .wrapper.middle .report-block {
            padding-bottom: 0px;
        }
    }
}
@media screen and (max-width: 767px) {
    @media only screen and (orientation: landscape) {
        .wrapper .sliderLegend .sliderLegendItem--start, .wrapper .sliderLegend .sliderLegendItem--end {
            top: 10px;
        }
        .wrapper .footage .sliderLegend .sliderLegendItem--start {
            left: 0px;
            top: unset;
            bottom: 10px;
        }
        .wrapper .footage .sliderLegend .sliderLegendItem--end {
            right: 0px;
            top: unset;
            bottom: 10px;
        }
        .wrapper .form-list {
            margin: -10;
        }
        .wrapper .form-list li, .wrapper .form-list li.full {
            width: calc(50% - 10px);
            margin: 0 5px;
        }
    }
}
@media screen and (max-width: 575px) {
    @media only screen and (orientation: landscape) {
        .wrapper .form-list {
            margin: 0;
        }
        .wrapper .form-list li, .wrapper .form-list li.full {
            width: 100%;
            margin-bottom: 5px;
        }
    }
}
@media screen and (max-width: 480px) {
    @media only screen and (orientation: landscape) {
        .wrapper .custom-radio.borderd .custom-radio-item {
            width: 100%;
            margin: 0 0px 10px 0px;
        }
    }
}


.wrapper .rangeslider__handle, .wrapper .rangeslider__fill {
  /*  background:#FB7306 !important; */
}
.wrapper .rangeslider-tooltip {
    color:#FFF !important;
}
.wrapper .btn.default {
    color: #ffffff;
    background-color: #078041;
}
.wrapper .btn.default:hover {
    background-color: #FB7306;
}
.wrapper .location-icon {
    display:inline-block;
    vertical-align:baseline;
    height: 30px;
}
.wrapper .location-text {
    font-size:30px;
    line-height: 32px;
}
@media screen and (max-width: 1100px) {
    .wrapper .htitle {
        font-weight: 700;
    }
}
@media screen and (max-width: 767px) {
    .wrapper .location-text {
        font-size:24px;
        line-height: 26px;
    }
}
.wrapper .progress-width {
    color:#FB7306;
}
.wrapper .input-error {
    -webkit-box-shadow: 0px 0px 1px 3px #FB7306;
    -moz-box-shadow: 0px 0px 1px 3px #FB7306;
    box-shadow: 0px 0px 1px 3px #FB7306;
}
.wrapper .error-msg {
    color: #FFF;
    display: block;
    margin-top: 10px;
    font-size: 15px;
    line-height: 14px;
    text-align: left;
    padding-left: 20px;
    font-weight: 700;
}
@media screen and (max-width: 1000px)  {
    .wrapper .logo-image {
        margin:0 auto !important;
        height:20px !important;
    }
    .wrapper .progress-block p {
        font-size: 14px;
    }
}
.wrapper .rebates{
    color:#FB7306;
}



 .list-style {
    margin-top: 40px;
}

.list-style li {
    display: inline-block;
    font-size: 18px;
    margin-right: 20px;
}
.list-style li {
    margin-bottom: 10px;
    position: relative;
    text-align: left;
    padding-left: 15px;
}


.list-style li:after {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 8px;
	height: 8px;
	background: #FFF;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}




/* rangeslider start */
.rangeslider-block {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.rangeslider-tooltip {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: normal;
    display: block;
    position: relative;
}
.rangeslider-wrapper {
	position: relative;
	margin-top: 20px;
}
.rangeslider {
    display: block;
    overflow: hidden;
    position: relative;
    height: 30px;
    width: 100%;
}
.rangeslider::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -4px;
    height: 8px;
    width: 100%;
    background: #ffffff;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.rangeslider__fill {
    display: block;
    background: #FB7306;
    position: absolute;
    height: 8px;
    top: 50%;
    margin-top: -4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.rangeslider__handle {
    background: #FB7306 url(../images/combined-arrow.svg) center center no-repeat;
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
	transform: translateY(-50%);
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    touch-action: pan-y;
    -ms-touch-action: pan-y;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.sliderLegend {
    position: absolute;
    width: 100%;
    top: 3px;
    font-size: 16px;
    font-weight: 700;
}
.sliderLegend .sliderLegendItem--start {
    left: -82px;
    position: absolute;
    font-weight: 700;
}
.sliderLegend .sliderLegendItem--end {
    right: -98px;
    position: absolute;
    font-weight: 700;
}
/* rangeslider end */



/*.wrapper .form-list {
    margin: 35px auto 0 auto;
    max-width:500px;
}*/


.rangeslider-block {
    margin-top: 20px;
}

strong
{
font-weight:600;
}

.pt50{padding-top:0}
@media screen and (max-width: 575px)  {
    .pt50{padding-top:30px !important;}
}

.location-text{font-weight:600;
color:#FFF !important;
}


.wrapper .form-list {
    margin: 35px auto 0 auto;
    max-width: 500px;
}


@media screen and (max-width: 1024px) {
    .location-text
    {
	    font-size: 20px !important;
    }
}
