
@media (max-width: 1220px) {
    .all {
        width: 100%;
    }
}

#main-wrap {
    float: left;
    width: 100%;
    position: relative;
    z-index: 10;
}

.sec {
    float: left;
    width: 100%;
}

.sec.overflow-y-sec {
    overflow-x: hidden;
}




.sec-tt {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.sec-tt .deco {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.sec-tt .deco img {
    margin: 0 auto;
    display: block;
}

.feat-tt {
    float: left;
    width: 100%;
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.steps {
    float: left;
    width: 100%;
}

.steps .step {
    display: table-cell;
    width: 1%;
    text-align: center;
}

.steps .step img {
    margin: 0 auto;
    display: block;
}

.steps .step .step-img {
    position: relative;
    margin-bottom: 25px;
}
.steps .step .step-img img {
    position: relative;
    z-index: 4;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #fff;
    border: 2px solid #e8e4e4;
    padding: 14px;
}
.steps .step:first-child .step-img .img-ic{  background: url('../images/register-step-1.png') no-repeat #fff;
    background-size: 48px auto;
    background-position: center;
}
.steps .step:nth-child(2)  .step-img .img-ic{  background: url('../images/register-step-2.png') no-repeat #fff;
    background-size: 48px auto;
    background-position: center;
}
.steps .step:nth-child(3)  .step-img .img-ic{  background: url('../images/register-step-3.png') no-repeat #fff;
    background-size: 48px auto;
    background-position: center;
}
.steps .step:nth-child(4)  .step-img .img-ic{  background: url('../images/register-step-4.png') no-repeat #fff;
    background-size: 48px auto;
    background-position: center;
}
.steps .step:nth-child(5)  .step-img .img-ic{  background: url('../images/register-step-5.png') no-repeat #fff;
    background-size: 48px auto;
    background-position: center;
}
.steps .step:nth-child(6)  .step-img .img-ic{  background: url('../images/register-step-6.png') no-repeat #fff;
    background-size: 48px auto;
    background-position: center;
}

.steps .step .step-img .img-ic{
    background-position: center;
    display: block;
    position: relative;
    z-index: 4;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #fff;
    border: 2px solid #e8e4e4;
    margin: auto;
    cursor: pointer;
}

.steps .step .step-img .img-ic:hover{
    background-color: #eee;
}

.steps .step .step-img:before {
    content: '';
    background-color: #ebebeb;
    width: 100%;
    left: 0;
    height: 2px;
    margin-top: -1px;
    top: 50%;
    position: absolute;
    z-index: 1;
}

.steps .step .step-img.has-shadow img {
    box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.3);
}

.steps .step .title {
    text-transform: uppercase;
}

.steps .step:first-child .step-img:before {
    left: -21px;
    width: calc(100% + 80px);
}

.steps .step:first-child .step-img:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: -39px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-top: -10px;
    background-color: #ebebeb;
    top: 50%;
}

.steps .step:last-child .step-img:before {
    /* right: 111px; */
    width: calc(100% + 32px);
}

.steps .step:last-child .step-img:after {
    content: "\f054";
    position: absolute;
    right: -35px;
    top: 50%;
    z-index: 3;
    margin-top: -7px;
    color: black;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.steps .step.active .step-img:before {
    background-color: #049568;
}

.steps .step.active .step-img:after {
    background-color: #049568;
}

.steps .step.active:last-child .step-img:after {
    background-color: transparent;
    color: #f7b200;
}

.steps.register-steps .step .step-img img {
    cursor: pointer;
}

.steps.register-steps .step .step-img:before {
    top: 50%;
}

.steps.register-steps .step .title {
    font-size: 14px;
    color: #2b2e4a;
    text-transform: none;
    line-height: 1.4;
    max-width: 135px;
    margin: 0 auto;
    height: 85px;
    overflow: hidden;
}

.steps.register-steps .step:first-child .step-img:after {
    top: 50%;
}

.steps.register-steps .step:last-child .step-img:after {
    top: 50%;
}

.steps.register-steps .step.active {
    position: relative;
}
.steps.register-steps .step.active .img-ic{
    border: 7px solid #049568;
    margin-top: -2px;
}
.steps.register-steps .step.current .title {
    color: #f3a13d;
}

/*.steps.register-steps .step.current:after {
    content: '';
    position: absolute;
    bottom: 94px;
    left: 50%;
    margin-left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #f7b200 transparent;
}*/

@media (max-width: 1350px) {
    .steps .step:first-child .step-img:before {
        left: 0;
        width: 100%;
    }

    .steps .step:first-child .step-img:after {
        left: 0;
    }

    .steps .step:last-child .step-img:before {
        right: 0;
        width: 100%;
    }

    .steps .step:last-child .step-img:after {
        right: -3px;
    }
}

@media (max-width: 768px) {
    .steps .step {
        position: relative;
        display: block;
        float: left;
        width: 33.333333333%;
    }

    .steps .step .step-img {
        margin-bottom: 10px;
    }

    .steps .step .step-img img {
        width: 60px;
    }

    .steps .step.current:after {
        display: none;
    }

    .steps.register-steps .step .title {
        height: 60px;
    }
}

.warning-sec {
    background-color: #f6f2dd;
    color: #8a6d3b;
}

.warning-sec .warning-txt {
    width: 770px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 25px;
}


@media (max-width: 991px) {
    .search-sec {
        padding: 30px 15px;
    }
}

@media (max-width: 480px) {
    .search-sec .search-url-result {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }

    .search-sec .search-url-result .img {
        width: 100%;
    }

    .search-sec .search-url-result .img img {
        display: block;
        margin: 0 auto;
    }

    .search-sec .search-url-result .info {
        padding-top: 30px;
        width: 100%;
    }

    .search-sec .search-internal-box select {
        width: 100%;
        margin-bottom: 10px;
    }

    .search-sec .search-internal-box input {
        width: 100%;
        margin-bottom: 10px;
    }

    .search-sec .search-internal-box .btn {
        float: right;
    }
}

@media (max-width: 768px) {
    .checkout-sec .checkout-left {
        padding: 0;
        width: 100%;
        margin-bottom: 30px;
    }

    .checkout-sec .checkout-right {
        padding: 0;
        width: 100%;
    }
}

@media (max-width: 1005px) {
    .panel-sec {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .panel-sec {
        background-attachment: scroll;
    }

    .panel-sec .sec-decor {
        margin: 0;
        position: absolute;
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .panel-sec .sec-decor {
        bottom: -104px;
    }

    .panel-sec .caption .btn {
        margin: 5px;
        padding: 0 15px;
    }
}

@media (max-width: 991px) {
    .service-ul > li {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .service-ul > li {
        width: 100%;
    }
}

.register-step-sec {
    padding-bottom: 0;
    background-color: #f8f8f8;
}

.step-inner {
    /* float: left; */
    /* width: 100%; */
    /* background-color: #ffffff; */
}

.step-inner .inner {
    float: left;
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    padding-top: 40px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
}

.step-inner .inner .img {
    width: 50%;
    float: left;
}

.step-inner .inner .info {
    width: 50%;
    float: left;
    color: #232323;
    padding: 20px 0;
}

.step-inner .inner .info .title {
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 20px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .step-inner .inner .img {
        padding-right: 30px;
    }
}

@media (max-width: 768px) {
    .step-inner .inner {
        height: auto;
        padding: 30px 0;
    }

    .step-inner .inner .info .title {
        font-size: 18px;
        font-weight: bold;
    }
}

@media (max-width: 480px) {
    .step-inner .inner .img {
        width: 100%;
        padding-right: 0;
    }

    .step-inner .inner .img img {
        display: block;
        width: 50%;
        margin: 0 auto;
    }

    .step-inner .inner .info {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .param-sec:before {
        background-attachment: scroll;
    }
}


@media (max-width: 480px) {
    .param-ul li .img {
        width: 120px;
    }

    .param-ul li .info .title {
        font-size: 24px;
    }
}

.slider-wrap {
    float: left;
    width: 100%;
    display: none;
}
.slider-wrap.active{
    display: block;
}

.slider-wrap .slider-cont {
    margin-bottom: 0;
}

.slider-wrap .slider-item {
    outline: 0;
    width: 100%;
}

.slider-wrap .slider-quote .slider-item {
    padding-top: 50px;
}

.slider-wrap .slick-arrow {
    z-index: 5;
    width: 40px;
    height: 40px;
    background-color: #e84545;
    color: white;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.slider-wrap .slick-arrow:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1;
}

.slider-wrap .slick-arrow.slick-prev {
    left: 30px;
}

.slider-wrap .slick-arrow.slick-prev:before {
    content: "\f104";
}

.slider-wrap .slick-arrow.slick-next {
    right: 30px;
}

.slider-wrap .slick-arrow.slick-next:before {
    content: "\f105";
}

.slider-wrap .slick-arrow.slick-disabled {
    cursor: not-allowed;
    background-color: #ebebeb;
}

.slider-wrap .slick-arrow:hover {
    opacity: 0.8;
}

.slider-wrap .slick-dots {
    position: static;
    float: left;
    width: 100%;
    margin-top: 25px;
}

.slider-wrap .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 0;
    background-color: #f8f8f8;
    position: relative;
}

.slider-wrap .slick-dots li button {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10px;
    height: 0;
    border-radius: 50%;
    padding: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.slider-wrap .slick-dots li button:before {
    display: none;
}

.slider-wrap .slick-dots li.slick-active button {
    height: 10px;
    background-color: #e84545;
}

@media (max-width: 480px) {
    .quote-box {
        padding-bottom: 20px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.contact-sec {
    background-color: #f8f8f8;
    padding-bottom: 0;
}


.item-wrap {
    position: relative;
    /* margin-top: -4px; */
}



.current .item-wrap::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* transform: translateX(-50%); */
    width: 30px;
    height: 10px;
    background-color: #009266;
}

.current .item-wrap::after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: calc(90% + 10px);
    border-top: 15px solid #009266;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    top: 8px;
}
@media(max-width: 767px){
    .steps .step .step-img .img-ic{
        background-size: 36px auto !important;
        width: 74px;
        height: 74px;
    }
    .item-wrap{display: none}
    .footer-item{margin-top: 30px}

}
@media(min-width: 768px){
    .steps .step .step-img .img-ic{
        background-size: 48px auto;
        width: 100px;
        height: 100px;
    }
}@media (min-width: 768px) and (max-width: 1119px){.step-inner .inner img {	width: 100%;}.step-inner .inner .img {    width: 50%;    padding-right: 30px;}}
