html,
body {
    height: 100%;
    width: 100%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #474157;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #474157;
    text-decoration: none;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

img {
    max-width: 100%;
    margin-bottom: 0;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.c-section {
    padding: 55px 0;
}
.c-section h3 {
    font-size: 40px;
    font-weight: 600;
    color: #505050;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 5px;
}

.c-section p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #3E3E3E;
    margin: 0;
    line-height: 24px;
}

.step-element {
    padding: 33px 0
}

.step-element-thumb {
    background: none;
    margin: 0;
    position: relative;
    padding: 24px;
    box-sizing: border-box;
    min-height: 113px;
    padding: 24px 64px 17px 40px;
}

.step-element-thumb h4 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    text-align: left;
    color: #fff;
    margin: 0;
    padding: 0;
    margin-bottom: 5px
}

.step-element-thumb h4 img {
    margin-left: 10px
}

.step-element-thumb p {
    text-align: left;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: 16px
}

.step-element-thumb p a {
    color: #003640
}

.step-btn-section {
    text-align: center;
    font-size: 16px;
    color: #363535
}

.step-btn-section .u-btn-warning {
    padding: 15px 60px 15px 40px;
    font-size: 15px;
    margin: 0 10px;
    margin-bottom: 10px
}

.step-btn-section .u-btn-warning:before {
    right: 43px;
    top: 21px
}

.step-element-thumb.blue {
    background: #009fb8;
    padding: 24px 40px 18px 69px;
}

.step-element-thumb.blue:before {
    position: absolute;
    content: "";
    background: #fff url(../img/arr1.png) no-repeat;
    left: 0;
    top: 0;
    width: 52px;
    height: 113px;
    z-index: 90;
    background-size: 52px 113px;
    background-repeat: no-repeat
}

.step-element-thumb.blue:after {
    position: absolute;
    content: "";
    background: url(../img/arr2.png);
    right: -18px;
    top: 0;
    width: 65px;
    height: 113px;
    z-index: 90;
    background-size: 65px 113px
}

.step-element-thumb.black {
    background: #4A5B6A;
}

.step-element-thumb.black:before {
    position: absolute;
    content: "";
    background: url(../img/arr3.png);
    right: -16px;
    top: 0;
    width: 65px;
    height: 113px;
    z-index: 90;
    background-size: 65px 113px
}

.step-element-thumb.green {
    background: #7FC03C;
}

.step-element-thumb.green:before {
    position: absolute;
    content: "";
    background: #fff url(../img/arr4.png);
    right: 0;
    top: 0;
    width: 33px;
    height: 113px;
    z-index: 90;
    background-size: 33px 113px
}

/** styles */
.styles {
    background: #F3F7F9
}

.styles-element {
    max-width: 714px
}

.styles-element-top {
    padding: 55px 185px 30px 77px;
    box-sizing: border-box;
    background: #339FC9;
    display: inline-block;
    width: 100%;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

.styles-element-top h3 {
    color: #fff;
    text-align: left;
    line-height: 49px;
    font-weight: 500;
    margin-bottom: 25px
}

.styles-element-top ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    min-height: 152px;
}

.styles-element-top ul li {
    width: 50%;
    float: left
}

.styles-element-top ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 38px;
    position: relative
}

.styles-element-top ul li a:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 10px;
    background: url(../img/banner-btm-arr.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: -19px;
    top: 5px;
    visibility: hidden
}

.styles-element-top ul li a:hover {
    color: #505050
}

.styles-element-top ul li a:hover:before {
    visibility: visible
}

.styles-element-top .u-btn-default {
    width: 270px;
    height: 57px;
    line-height: 39px;
    padding: 10px 40px 12px 16px;
    margin-bottom: 10px
}

.styles-element-top .u-btn-default:before {
    top: 24px
}

.styles-element-bottom {
    padding: 28px 185px 28px 77px;
    box-sizing: border-box;
    background: #3091B7;
    display: inline-block;
    width: 100%;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

.styles-element-bottom ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.styles-element-bottom ul li {
    width: 117px;
    height: 107px;
    float: left;
    margin: 0;
    padding: 0
}

.styles-element-bottom ul li a {
    margin: 0;
    padding: 0
}

.styles-element-bottom ul li a img {
    width: 117px;
    height: 107px;
    display: block
}

.styles .container {
    position: relative
}

.styles .container .styles-img {
    position: absolute;
    right: 0;
    top: 34px;
    box-shadow: 0 0 10px #989898
}

.styles .container .styles-img img {
    width: 100%;
    display: block
}

/** populer */
.populer h3 {
    text-align: center;
    line-height: 49px;
    margin-bottom: 10px
}

.populer p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #363535;
    margin: 0
}

.populer-thumbnel {
    padding-top: 23px
}

.populer-thumbnel-element {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    box-shadow: 0 0 0 #cecece;
    border-radius: 3px;
    padding: 20px;
    box-sizing: border-box
}

.populer-thumbnel-element:hover {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 22px #cecece
}

.populer-thumbnel-element-imge {
    width: 142px;
    height: 142px;
    border-radius: 50%;
    overflow: hidden;
    padding: 11px;
    box-sizing: border-box;
    background: #EAEFF1;
    margin: 0 auto 25px
}

.populer-thumbnel-element-imge img {
    width: 100%;
    display: block
}

.populer-thumbnel-element-text h4 {
    margin: 0;
    padding: 0;
    line-height: 24px
}

.populer-thumbnel-element-text h4 a {
    font-size: 20px;
    text-align: center;
    color: #363535;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    line-height: 24px
}

.populer-thumbnel-element-text p {
    font-size: 14px;
    text-align: center;
    color: #7D7D7D;
    line-height: 21px;
    padding: 0 20px
}

.testimonial {
    background: #F3F7F9
}

.testimonial h3 {
    text-align: center;
    margin-bottom: 50px
}

.testimonial-slider {
    width: 100%;
    max-width: 665px;
    margin: 0 auto
}

.testimonial-slider-thumb {
    width: 71px;
    height: 71px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    border: 1px solid red
}

.testimonial-slider-thumb img {
    width: 100%;
    display: block
}

.slick-slider {
    margin-bottom: 30px
}

.slick-initialized .slick-slide {
    display: block;
    text-align: center
}

.slick-initialized .slick-slide a {
    margin: 0 auto;
    display: inline-block
}

.slick-initialized .slick-slide a img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.slider-nav--thumb a {
    border-radius: 50%;
    background: none;
    padding: 14px;
    box-sizing: border-box
}

.slider-nav--thumb.slick-active.slick-center a {
    background: #fff;
    padding: 12px;
    box-sizing: border-box;
    border: 5px solid #EC6700;
    overflow: hidden;
}

.slider-nav--thumb.slick-active.slick-center a img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.slider-nav--thumb a:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.slider-for-thumb p {
    font-size: 14px;
    font-weight: 400;
    color: #505050;
    text-align: center;
    line-height: 20px;
    margin-bottom: 17px
}

.slider-for-thumb h4 {
    font-size: 20px;
    font-weight: 700;
    color: #505050;
    text-align: center;
    margin-bottom: 0
}

.slider-for-thumb h6 {
    font-size: 12px;
    font-weight: 400;
    color: #505050;
    text-align: center;
    margin-bottom: 0;
    line-height: 15px
}

.slick-prev {
    width: 18px;
    height: 30px;
    background: url(../img/left-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: -120px
}

.slick-next {
    width: 18px;
    height: 30px;
    background: url(../img/right-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: -120px
}

.slick-prev:before {
    content: ''
}

.slick-next:before {
    content: ''
}

.slick-prev:hover,.slick-prev:focus {
    width: 18px;
    height: 30px;
    background: url(../img/left-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: -120px
}

.slick-next:hover,.slick-next:focus {
    width: 18px;
    height: 30px;
    background: url(../img/right-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: -120px
}

.slider-for {
    position: relative
}

.slider-for:before {
    position: absolute;
    content: "";
    width: 53px;
    height: 47px;
    background: url(../img/cote.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: -40px;
    left: -50px
}

/** order */
.order-thumbnel {
    display: table;
    width: 100%;
    margin-bottom: 55px
}

.order-thumbnel-img {
    display: table-cell;
    width: 87px;
    vertical-align: top
}

.order-thumbnel-text {
    display: table-cell;
    vertical-align: top;
    padding-left: 25px
}

.order-thumbnel-text h4 {
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    color: #292728;
    line-height: 29px;
    margin-bottom: 5px
}

.order-thumbnel-text h5 {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    color: #2C2A2B;
    margin-bottom: 10px
}

.order-thumbnel-text p {
    font-size: 14px;
    font-weight: 400;
    color: #7D7D7D;
    line-height: 18px;
    margin-bottom: 0;
    text-align: left;
}

.order-form {
    display: inline-block;
    width: 100%;
    box-shadow: 0 0 20px #bbb;
    background: #2F3742;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
}

.order-form-header {
    padding: 24px 35px;
    box-sizing: border-box;
    display: table;
    width: 100%;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.order-form-header-img {
    display: table-cell;
    width: 40px;
    vertical-align: top
}

.order-form-header-text {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px
}

.order-form-header-text h4 {
    font-size: 24px;
    text-align: left;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 26px
}

.order-form-header-text p {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
}

.order-form-body {
    background: #fff;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    padding: 35px;
    box-sizing: border-box
}

.order-form-body span {
    font-size: 18px;
    font-weight: 400;
    color: #363535;
    text-align: left;
    margin-bottom: 15px;
    display: block
}

.order-form-body input.form-control {
    margin-bottom: 20px
}

/** custom quote */
.custom-quote {
    padding: 50px 0;
    background: #34A2C7
}

.custom-quote-textwraper {
    display: table;
    width: 100%
}

.custom-quote-textwraper-img {
    width: 51px;
    display: table-cell;
    vertical-align: top
}

.custom-quote-textwraper-text {
    display: table-cell;
    vertical-align: top;
    padding-left: 25px
}

.custom-quote-textwraper-text h5 {
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    color: #fff;
    line-height: 29px;
    margin: 0;
    margin-bottom: 5px
}

.custom-quote-textwraper-text h4 {
    font-size: 34px;
    font-weight: 400;
    text-align: left;
    color: #fff;
    line-height: 29px;
    margin: 0
}

.custom-quote .u-btn-default {
    width: 225px;
    height: 65px;
    line-height: 48px;
    float: right
}

.custom-quote .u-btn-default:before {
    right: 52px;
    top: 28px
}

@media screen and (max-width: 1200px) {
    .c-section {
        padding: 35px 0;
    }
    .c-section h3 {
        font-size: 30px;
    }

    .styles-element-top {
        padding: 20px 185px 30px 30px
    }

    .styles-element-top h3 {
        line-height: 40px;
        margin-bottom: 10px
    }

    .styles-element-top ul li a {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        line-height: 30px;
        position: relative
    }
    .styles-element-bottom {
        padding: 28px 185px 28px 20px
    }

    .styles-element-top .u-btn-default {
        width: 232px;
        height: 57px;
        line-height: 39px;
        padding: 10px 25px;
        margin-bottom: 10px
    }

    .styles .container .styles-img {
        max-width: 450px;
        top: 18px
    }

    .populer h3 {
        text-align: center;
        line-height: 38px;
        margin-bottom: 10px;
    }

    .populer-thumbnel-element {
        padding: 20px 0
    }

    .populer-thumbnel {
        padding-top: 15px;
        margin: 0
    }

    .order-thumbnel-text h4 {
        font-size: 22px
    }

    .order-thumbnel-text h5 {
        font-size: 16px;
        margin-bottom: 5px;
        line-height: 20px
    }

    .order-thumbnel-text {
        padding-left: 15px
    }

    .order-thumbnel {
        margin-bottom: 40px
    }
}
@media screen and (max-width: 991px) {
    .c-section {
        padding: 25px 0
    }

    .step-element {
        padding: 15px 20px;
        box-sizing: border-box;
        margin-bottom: 15px
    }

    .step-element-thumb.blue {
        background: #009fb8;
        padding: 24px 64px 18px 40px;
    }

    .step-element-thumb:before {
        display: none
    }

    .step-element-thumb:after {
        display: none
    }

    .step-element-thumb p {
        line-height: 23px
    }

    .styles-element {
        max-width: none;
        margin-bottom: 20px
    }

    .styles .container .styles-img {
        position: relative;
        right: 0;
        top: 0
    }

    .styles .container .styles-img {
        max-width: none;
        width: 100%
    }

    .styles-element-top {
        padding: 20px 30px
    }

    .styles-element-bottom {
        padding: 20px
    }

    .populer-thumbnel-element {
        padding: 20px 0;
        max-width: 370px;
        margin: 0 auto 20px
    }

    .slick-prev {
        left: 0
    }

    .slick-next {
        right: 0
    }

    .slick-next:hover,.slick-next:focus {
        right: 0
    }

    .slider-for:before {
        top: -50px;
        left: -17px
    }

    .order-thumbnel {
        margin-bottom: 25px;
    }

    .custom-quote-textwraper-text h4 {
        font-size: 25px;
    }
    .custom-quote .u-btn-default {
        width: 151px;
        height: 65px;
        line-height: 29px;
        float: right;
        padding: 20px;
    }
}
@media screen and (max-width: 768px) {
    .step-element-thumb {
        min-height: 0;
    }
    .slider-for:before {
        display: none
    }
    .custom-quote .u-btn-default {
        height: 50px;
        line-height: 14px;
        float: none;
        padding: 20px;
        margin: 15px auto 0;
        display: block;
    }
}
@media screen and (max-width: 600px) {
    .step-element-thumb {
        min-height: 0;
    }
    .step-btn-section .u-btn-warning {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .step-element {
        padding: 15px;
    }

    .styles-element-top {
        padding: 15px 20px
    }

    .styles-element-top h3 {
        line-height: 40px;
        margin-bottom: 0
    }

    .styles-element-top ul li {
        width: 100%;
        float: left
    }

    .styles-element-top ul {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        display: inline-block;
        width: 100%
    }

    .styles-element-top .u-btn-default {
        width: 100%
    }

    .styles-element-bottom ul li a img {
        width: 100%;
        height: auto;
        display: block
    }

    .styles-element-bottom ul li {
        width: 85px;
        height: auto
    }

    .populer h3 {
        text-align: center;
        line-height: 25px;
        margin-bottom: 10px;
        font-size: 17px;
    }
    .populer p {
        line-height: 20px
    }

    .c-section {
        padding: 20px 0;
    }

    .c-section h3 {
        font-size: 21px;
        line-height: 27px;
    }
    .c-section p {
        line-height: 20px;
    }
    .step-element {
        margin-bottom: 0;
    }

    .slick-prev {
        left: 10px
    }

    .slick-next {
        right: 10px
    }

    .slick-next:hover,.slick-next:focus {
        right: 10px
    }

    .slider-for-thumb h4 {
        font-size: 17px
    }

    .slick-slider {
        margin-bottom: 10px
    }

    .order-thumbnel-img {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        text-align: center
    }

    .order-thumbnel-text {
        padding-left: 0;
        display: block;
        padding: 0
    }

    .order-thumbnel-text h4 {
        text-align: center
    }

    .order-thumbnel-text h5 {
        text-align: center
    }

    .order-thumbnel-text p {
        text-align: center
    }

    .order-form-header-img {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        text-align: center
    }

    .order-form-header-text {
        display: inline-block;
        vertical-align: top;
        padding-left: 0;
        width: 100%;
        text-align: center
    }

    .order-form-header {
        padding: 15px;
        display: block
    }

    .order-form-header-text h4 {
        text-align: center;
        font-size: 18px
    }

    .order-form-header-text p {
        line-height: 20px;
        font-size: 11px;
        text-align: center;
    }

    .order-form-body {
        padding: 15px;
        box-sizing: border-box
    }

    .submit {
        width: 100%
    }

    .submit-btn-wraper {
        position: relative;
        display: inline-block;
        width: 100%
    }

    .custom-quote-textwraper-img {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        text-align: center
    }

    .custom-quote-textwraper-text {
        display: inline-block;
        vertical-align: top;
        padding-left: 0;
        width: 100%
    }

    .custom-quote-textwraper-text h5 {
        font-size: 15px;
        text-align: center
    }

    .custom-quote-textwraper-text h4 {
        font-size: 20px;
        line-height: 23px;
        text-align: center
    }
}
