html{
    scroll-behavior: smooth;
}
.how-it-work-banner .row {
    min-height: 500px;
    align-items: center;
    justify-content: space-between;
}
.how-it-work-banner img {
    max-width: 100%;
}
.how-it-work-banner {
    text-align: center;
    background: #f6f6f6;
}
.how-it-work-banner h1 {
    font-size: 50px;
    font-weight: 700;
    color: #555555;
}
.how-it-work-banner p {
    color: #555555;
}
.works-tabs ul {
    padding-left: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.works-tabs ul li {
    font-size: 20px;
    padding: 20px 30px;
    margin: 5px;
    border:1px solid #cbcbcb;
    border-radius: 10px;
    box-shadow: -12.021px 12.021px 75px 0px rgba(81, 85, 120, 0.1);
    min-width: 250px;
    text-align: center;
    cursor: pointer;
    transition: 0.5s;
}


.works-tabs ul li:hover, .works-tabs ul li.active {
     background-color: rgb(120, 27, 251);
     box-shadow: -17.678px 17.678px 75px 0px rgba(119, 29, 247, 0.25);
     color: white;
}
.works-tabs ul {
    padding-left: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
}

.works-tabs ul li {
    font-size: 20px;
    padding: 20px 30px;
    margin: 5px;
    border:1px solid #cbcbcb;
    border-radius: 10px;
    box-shadow: -12.021px 12.021px 75px 0px rgba(81, 85, 120, 0.1);
    min-width: 250px;
    text-align: center;
    cursor: pointer;
    transition: 0.5s;
}

.works-tabs ul li:hover, .works-tabs ul li.active {
     background-color: rgb(120, 27, 251);
     box-shadow: -17.678px 17.678px 75px 0px rgba(119, 29, 247, 0.25);
     color: white;
}

.process-wrap {
    display: flex;
    justify-content: space-between;
}

.an-icon-box {
    display: inline-block;
    width: 150px;
    text-align: center;
    position: relative;
    padding-top: 30px;
}

.an-icon-box figure {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 19px 0px rgba(81, 85, 120, 0.15);
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
    transition: 0.5s;
    cursor: pointer;
}
.swiper-slide-thumb-active figure {
    background: #fbb00e;
}
.process-slider-nav .an-icon-box figure:hover {
    transform: scale(1);
}   
.an-icon-box a {
    display: inline-block;
}
.process-wrap .an-icon-box figure::before {content: "\f061";position: absolute;font-family: "Font Awesome 5 Free";-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;display: inline-block;font-style: normal;font-variant: normal;text-rendering: auto;line-height: 1;font-weight: 900;position: absolute;right: -34px;top: 50%;transform: translateY(-50%);color:black}

.process-wrap .an-icon-box:last-child figure::before {
    display: none;
}

.an-icon-box h4 {
    font-size: 18px;
    color: #555555;
}
.how-its-work-process>div:nth-child(odd) {
    background: #f5f5f5;
}
.an-icon-box-wrapper {
    margin-bottom: 20px;
}
.an-icon-box-wrapper .an-icon-box {
    margin-left: 5px;
    margin-right: 5px;
}
.how-its-work-process h2 {
    font-size: 40px;
    color: #555555;
    font-weight: 700;
    margin-bottom: 20px;
}
.how-its-work-process p {
    color: #555555;
    font-size: 18px;
}
.how-its-work-process .row {
    align-items: center;
}
.how-its-work-process img {
    max-width: 90%;
}
.how-its-work-process>div:nth-child(even) {
    text-align: right;
}
.how-its-work-process>div:nth-child(even) .row {
    flex-direction: row-reverse;
}
.how-its-work-process>div:nth-child(odd) .sc-img {
    text-align: right;
}
.how-its-work-process>div:nth-child(even) .sc-img {
    text-align: left;
}
.an-icon-box figure:hover {
    transform: scale(1.03);
}
.process-wrap .an-icon-box figure{
    cursor: pointer;
}
.an-icon-box-wrapper .an-icon-box figure:hover {
    background: #ff0053;
}
.an-icon-box-wrapper .an-icon-box figure:hover img {
    filter: brightness(0) invert(1);
}
.how-its-work-process {
    background: whitesmoke;
    margin-bottom: 70px;
}