.r-steps-section {
    padding-top: 66px;
    font-family: "Exo 2", sans-serif;
    padding-left: 55px;
    padding-right: 55px;
    margin-bottom: 20px;
}
.r-steps-wrap {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}
.r-steps-wrap .r-step {
    width: 25%;
    float: left;
    position: relative;
    padding-left: 55px;
    padding-right: 5px;
    height: 50px;
}
.r-steps-wrap .r-step::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 50px;
    background: url('../images/step-before.png') no-repeat center;
    top: 0;
    left: 41px;
    display: block;
    opacity: .6;
}
.r-steps-wrap .r-step::after {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 50px;
    background: url('../images/step-after.png') no-repeat center;
    top: 0;
    right: -9px;
    opacity: .6;
}
.r-steps-wrap .r-step:last-child:after {
    display: none;
}
.r-steps-wrap .r-step:last-child .r-step-name{
    border-radius: 0 50px 50px 0;
}
.r-step-name {
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    padding-top: 16px;
    padding-bottom: 16px;
    display: inline-block;
    width: calc(100%);
    background: url('../images/step-bg.png') repeat-x;
    padding-left: 30px;
    opacity: .6;
}
.r-step-num {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    text-align: center;
    background: #fff;
    border: 5px #2b2e35 solid;
    line-height: 40px;
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    color: #000;
    opacity: .25;
}
.r-step.active .r-step-num, .r-step.active .r-step-name, .r-step.active::after, .r-step.active::before {
    opacity: 1;
}
.r-step.done .r-step-num {
    font-size: 0;
    background: url('../images/done.png') #fff no-repeat center;
}
.r-step.done .r-step-num, .r-step.done .r-step-name, .r-step.done::after, .r-step.done::before {
    opacity: 1;
}
.r-step-content {
    padding: 30px;
    background: rgba(0, 0, 0, .8);
    border-radius: 10px;
    font-family: "Exo 2", sans-serif;
    margin-bottom: 20px;
    color: #fff;
}
.r-step-contern div, .r-step-contern span, .r-step-contern li, .r-step-contern li, .r-step-buttons a, .r-step-buttons {
    font-family: "Exo 2", sans-serif;
}
.r-step-title {
    position: relative;
    font-size: 30px;
    color: #fff;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.r-step-title::before {
    content: '';
    width: 65px;
    height: 3px;
    background-color: #ffcc12;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.r-step-title:after {
    content: '';
    position: absolute;
    width: auto;
    left: 73px;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #fff;
}
.r-step-slide {
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.r-step-slider {
    padding: 40px 0;
    overflow: hidden;
}
.r-step-slider img {
    display: inline-block !important;
    max-width: 160px;
}
.r-step-slider .center img {
    max-width: 100%;
}
.r-step-slider .owl-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -30px;
    width: 100%;
}
.r-step-slider .owl-stage {
    display: flex;
    align-items: center;
}
.r-slide-text {
    margin-bottom: 25px;
    opacity: 0;
    transition: .25s;
}
.r-step-slider .center .r-slide-text {
    display: block;
    opacity: 1;
}
.r-step-slider .owl-nav div {
    font-size: 0;
    position: absolute;
    width: 25px;
    height: 67px;
    background: url('../images/arrow.png') no-repeat center;
}
.r-step-slider .owl-nav div.owl-prev {
    left: 0;
    transform: scaleX(-1);
}
.r-step-slider .owl-nav div.owl-next {
    right: 0;
}
.r-step-buttons {
    text-align: right;
    margin-bottom: 40px;
}
.r-step-buttons a {
    display: inline-block;
    text-transform: uppercase;
    min-width: 190px;
    line-height: 42px;
    text-align: center;
    color: #000;
    background-color: #ffcc12;
    text-decoration: none;
    margin-left: 10px;
    margin-bottom: 15px;
}
.r-step-buttons a:hover {
    text-decoration: none;
    color: #fff;
}
.r-step-buttons a i {
    font-size: 17px;
}
.step-sub-title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.r-select-wrap .col-md-6 {
    margin-bottom: 30px;
}
.r-btn {
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 30px;
    text-align: center;
    color: #fff;
    background-color: #ffcc12;
    text-decoration: none;
    margin-bottom: 30px;
}
.r-btn:hover {
    text-decoration: none;
    color: #fff !important;
}
.r-btn.r-sm {
    padding: 10px 15px;
}
.fnt-s-16 {
    font-size: 16px;
    font-weight: 100;
}
.fnt-s-16 b {
    font-weight: 600;
}
.r-select-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: #272b2d;
    color: #fff;
}
.r-select-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    color: #fff;
}
.r-step-2-img-wrap {
    text-align: center;
    padding-top: 40px;
    background: url('../images/product.png') no-repeat center;
    min-height: 300px;
}
.r-select-wrap .select2{
    width: 100% !important;
}
.r-select-wrap .select2 .select2-selection{
    color: #595959 !important;
}

.step3-description {
    font-size: 20px;
    font-weight: 100;
}
.step3-description b, .step4-description b {
    font-weight: 600;
}
.fnt-s-18 {
    font-size: 18px;
}
.step3-description > div, .step4-description {
    margin-bottom: 15px;
}
.step4-description {
    font-size: 16px;
    font-weight: 100;
}
.switcers-wrap {
    background-color: #272b2d;
    padding: 78px 20px 20px 20px;
    border-radius: 10px;
    margin-top: 25px;
}
.switchers {
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}
.one-switcher {
    float: left;
    width: 34px;
    height: 108px;
    border-radius: 10px;
    background-color: #000;
    margin: 0 10px 45px;
    position: relative;
    border-top: 20px #bd1920 solid;
}
.one-switcher::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #bd1920;
    top: 10px;
}
.one-switcher::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
	height: auto;
    bottom: 0;
    top: 25px;
    background-color: #bd1920;
}
.one-switcher  span {
    position: absolute;
    bottom: -35px;
    font-size: 25px;
    left: 50%;
    transform: translateX(-50%);
}
.one-switcher.down {
    border-bottom: 20px #bd1920 solid;
    border-top: none;
}
.one-switcher.down span {
    bottom: -55px;
}
.one-switcher.down::after {
    bottom: 25px;
    top: 0;
}
.one-switcher.down::before {
    transform: translateX(-50%) scaleY(-1);
    top: 63px;
}
.step3-bottom-text {
    font-size: 25px;
}
.step3-bottom-text i {
    font-size: 20px;
    vertical-align: top;
}
.r-lines-wrap {
    border-radius: 10px;
    overflow: hidden;
}
.r-config-title {
    background-color: #272b2d;
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
}
.r-lines-container {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 30px;
}
.r-lines-container > div {
    float: left;
    width: 33.333%;
}
.r-lines-container > div.r-two-line-wrap {
    width: 66.666%;
}
.r-lines-container > div.r-two-line-wrap > div {
    float: left;
    width: 50%;
}
img.r-wire-img {
    margin: 0 auto;
}
.r-line-img {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border-radius: 10px;
    padding: 20px;
}
.r-one-line {
    margin: 40px 0;
    position: relative;
}
.r-one-line .line-name {
    font-size: 15px;
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    background: #fff;
}
.r-connector {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    right: 0;
    height: 6px;
    z-index: 1;
    display: block;
}
.r-line-1 .r-one-line::after {
    content: '';
    position: absolute;
    width: 23px;
    height: 23px;
    background: #fff;
    border-radius: 50%;
    border: 3px #000 solid;
    top: 50%;
    right: 0;
    z-index: 2;
    transform: translate(50%, -50%);
}
.r-line-img img {
    padding: 0 25px;
}
@media (max-width: 1024px) {
    .r-lines-wrap {
        overflow-x: auto;
    }
    .r-lines-container {
        width: 1020px;
    }
    .scrollable {
        width: 1020px;
    }
}
@media (max-width: 768px) {
    .r-steps-wrap .r-step {
        width: 100%;
    }
    .r-steps-wrap .r-step::after {
        display: none;
    }
    .r-steps-wrap .r-step .r-step-name {
        border-radius: 0 50px 50px 0;
    }
    .mrg-btm-15 {
        margin-bottom: 15px;
    }
}
