.main {
    padding: 75px 0;
    background: #f7f7f7;
    position: relative;
}

section.inner-banner {
    background: url(../images/repuchase-plan.svg);
    background-size: cover;
}

img.zig-zag {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    display: none;
}

.repurchase-wrp {
    display: flex;
    margin-bottom: 30px;
    box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15);
    padding: 30px 15px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}

.im-left {
    width: 100px;
    height: 100px;
    box-shadow: 0 0 5px #00000026;
    border-radius: 100px;
    margin-right: 30px;
    position: relative;
    line-height: 80px;
    text-align: center;
    background: #fff;
}

.im-left img {
    width: 60px;
}

.im-left:before {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    top: 0;
    left: 0;
    z-index: 10;
    border: 2px dashed transparent;
}

.repurchase-wrp:hover .im-left:before {
    -webkit-animation: rotateme 9s linear infinite;
    -moz-animation: rotateme 9s linear infinite;
    animation: rotateme 9s linear infinite;
    border-color: #2575fc;
}

section.over-view {
    overflow: hidden;
    position: relative;
    padding: 75px 0;
}

@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotateme {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes rotateme {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(360deg);
    }
}

.im-right p {
    margin-bottom: 0;
}

.repurchase-wrp:before {
    content: '';
    position: absolute;
    width: 30%;
    height: 5px;
    background: #ddf6ff;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.5s;
}

.repurchase-wrp:hover:before {
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff3f000;
}

ul.we-list li:before {
    content: "";
    background-color: #33b5e7;
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.5;
}




section.calculator-wrp li {background: #ffff;}

ul.we-list {
    margin-bottom: 30px;
}

ul.we-list li {
    display: flex;
    margin-bottom: 10px;
    padding-left: 30px;
    border: 1px solid #f5f5f5;
    position: relative;
    padding-left: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    transition: 0.5s;
}

ul.we-list li:hover:before {
    background: #e26344;
}

section.binary-inocme-plan {
    padding: 75px 0;
    border-top: 1px solid #f1f1f1;
    background-image: url('../images/repurchasepatteen.png');
}

.repurchase-wrp:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 5px;
    background: #fff3f0;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: 0.5s;
}

.repurchase-wrp:hover:after {
    right: 0;
    width: 100%;
    height: 100%;
    background: #ddf6ff00;
}


section.P-Consid {
    border-top: 1px solid #f1f1f1;
    padding: 75px 0;
    padding-bottom: 30px;
}
@media (max-width:767px){
    section.over-view {
    text-align: center;
}

section.over-view img {
    margin-bottom: 1.5rem!important;
}

.main h4 ,.main p {
    text-align: center;
}

section.calculator-wrp h6 {text-align: center;}

section.calculator-wrp img {
    margin-top: 1.5rem;
}

.repurchase-wrp {
    flex-flow: column;
    text-align: center;
}

.img-cicle {
    text-align: center;
    margin: 0 auto;
}

.im-left {
    margin-right: 0;
    margin-bottom: 15px;
}

section.P-Consid img {
    margin-bottom: 1.5rem;
}

}