@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&amp;display=swap");

@media screen and (min-width: 576px) {
    .slider-wrapper h1 {
        font-size: 30px;
    }

    .slider-wrapper h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .slider-wrapper h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .slider-wrapper h4 {
        font-size: 16px;
        line-height: 26px;
    }

    .slider-wrapper h5 {
        font-size: 15px;
    }
}

@media screen and (min-width: 768px) {
    .slider-wrapper h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .slider-wrapper h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .slider-wrapper h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .slider-wrapper h4 {
        font-size: 18px;
        line-height: 26px;
    }

    .slider-wrapper h5 {
        font-size: 16px;
    }
}

.slider-wrapper a {
    display: inline-block;
    transition: all ease 0.3s;
}

.slider-wrapper a:hover {
    text-decoration: none;
    color: inherit;
}

.slider-wrapper ul {
    margin: 0;
    padding: 0;
}

.slider-wrapper ul li {
    list-style: none;
}

.slider-wrapper .client-item .content {
    padding: 36px 35px;
    background: #ffffff;
    border-radius: 10px;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    box-shadow: 2px 1px 15px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    transition: all ease 0.3s;
    position: relative;
    margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
    .slider-wrapper .client-item .content {
        padding: 25px;
    }
}

.slider-wrapper .client-item .content::before {
    height: 26px;
    width: 26px;
    border-radius: 0 0 5px 0;
    border-right: 0.5px solid rgba(0, 0, 0, 0.1);
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 1;
    transform: translateY(-12px) translateX(-50%) rotate(45deg);
    background: #ffffff;
    transition: all ease 0.3s;
}

.slider-wrapper .client-item .content .subtitle {
    color: rgba(33, 44, 79, 0.7215686275);
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
}

.slider-wrapper .client-item .client-author {
    text-align: center;
}

.slider-wrapper .client-item .client-author img {
    width: 56px !important;
    height: 56px !important;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto 8px;
}

.slider-wrapper .client-item .client-author .name {
    color: #05bb75;
    font-weight: 600;
    font-size: 18px;
}

.slider-wrapper .client-item .client-author .designation {
    font-size: 14px;
    line-height: 17px;
    color: rgba(33, 44, 79, 0.7);
}

.slider-wrapper .client-section {
    position: relative;
    z-index: 1;
}

.client-slider .slick-prev {
    left: -13px;
    background: transparent !important;
    top: 110px !important;
}

.client-slider .slick-next {
    right: -13px;
    background: transparent !important;
    top: 110px !important;
}

.client-slider .slick-prev::before,
.client-slider .slick-next::before {
    color: #3B3E5A;
}

.slider-wrapper .client-item .content:hover,
.slider-wrapper .client-slider .slick-slide.slick-center.client-item .content {
    background: #212c4f;
    color: #fff;
}

.slider-wrapper .client-item .content:hover .subtitle,
.slider-wrapper .client-slider .slick-slide.slick-center.client-item .content .subtitle {
    color: #f37821;
}

.slider-wrapper .client-item .content:hover::before,
.slider-wrapper .client-slider .slick-slide.slick-center.client-item .content::before {
    background: #212c4f;
}

.slider-wrapper .client-section {
    overflow: hidden;
}

.slider-wrapper .__ClientContainer {
    max-width: 1200px;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto;
}

.slider-wrapper .client-slider .slick-slide {
    margin: 10px;
}

.slider-wrapper .client-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-wrapper .client-slider .slick-dots li {
    width: 14px;
    height: 14px;
    margin: 0;
    margin-left: 4px;
}

.slider-wrapper .client-slider .slick-dots li button {
    padding: 0 !important;
    text-align: center;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dddddd !important;
    border-radius: 50%;
    border: 2px solid transparent;
    transform: scale(.5)
}

.slider-wrapper .client-slider .slick-dots li.slick-active button {
    background-color: #ffffff !important;
    transform: scale(1);
    border-color: #f79e0e;

}

.slider-wrapper .client-slider .slick-dots li button::before {
    display: none
}

.slick-prev:before,
.slick-next:before {
    font-size: 24px !important;
}

/* // Testimonial 2 //  */


.testimonial-two .__client-slider-section {
    overflow: hidden;
}

.testimonial-two .__client-item .content {
    padding: 42px 45px 36px;
    background: #ffffff;
    box-shadow: 0px 15px 48px rgba(99, 81, 195, 0.15);
    border-radius: 30px;
    font-size: 16px;
    line-height: 24px;
    transition: all ease 0.3s;
    position: relative;
    margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
    .testimonial-two .__client-item .content {
        padding: 20px;
    }

    .testimonial-two .__client-item .designation {
        display: block !important;
    }

    .testimonial-two .__client-item .rating {
        margin-top: 8px;
        margin-right: 40px
    }

    .testimonial-two .rating_num {
        margin-right: 15px;
        margin-left: 0 !important;
    }

    .testimonial-two .__client-item .client-author {
        align-items: start !important;
    }
}

.testimonial-two .__client-slider {
    padding: 20px 0;
}

.testimonial-two .rating_num {
    margin-left: 15px;
}

.testimonial-two .__client-slider .slick-track,
.testimonial-two .__client-slider .slick-list {
    overflow: visible !important;
}

.testimonial-two .__client-item .client-author {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.testimonial-two .__client-item .client-author img {
    width: 40px !important;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto 8px;
}

@media screen and (min-width: 768px) {
    .testimonial-two .__client-item .client-author img {
        width: 80px !important;
    }
}

.testimonial-two .__client-item .client-author .info {
    width: 0;
    flex-grow: 1;
    padding-left: 15px;
}

.testimonial-two .__client-item .client-author .name {
    color: #05bb75;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}

.testimonial-two .__client-item .client-author .designation {
    font-size: 14px;
    line-height: 17px;
    color: rgba(33, 44, 79, 0.7);
    display: flex;
    flex-wrap: wrap;
    row-gap: 4px;
    column-gap: 10px;
}

.testimonial-two .__client-item .client-author .rating {
    display: flex;
    align-items: center;
}

.testimonial-two .__client-item .client-author .rating img {
    width: 16px;
    height: unset;
    margin: 0;
}

.testimonial-two .__client-item .client-author .rating div {
    line-height: 16px;
    font-size: 14px;
    margin-right: 4px;
    transform: translateY(1px);
}

.testimonial-two .__client-slider .slick-slide {
    opacity: .4;
    padding: 15px;
}

.testimonial-two .__client-item.slick-slide.slick-current.slick-active.slick-center {
    opacity: 1;
}

@media screen and (min-width:1025px) {
    .testimonial-two .__client-slider .slick-slide {
        transform: scale(.85);
        transition: 0.5s;

    }

    .testimonial-two .__client-item.slick-slide.slick-current.slick-active.slick-center {
        transform: scale(1);
        transition: 0.5s;

    }
}

@media screen and (max-width: 575px) {
    .testimonial-two .__client-slider .slick-slide {
        padding: 15px 10px;
    }
}

.testimonial-two .slick-navs {
    display: flex;
    gap: 32px;
    padding: 0;
    margin: 0;
}

.testimonial-two .slick-navs .slick-nav-prev,
.testimonial-two .slick-navs .slick-nav-next {
    width: 40px;
    height: 40px;
    list-style: none;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0px 4px 12px rgba(99, 81, 195, 0.15);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-two .pb-3 {
    padding-bottom: 1rem;
}


/* Testimonials Style 2 */

.testimonial-three .slider-item * {
    text-align: center;
}

.testimonial-three .slider-item .author {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.testimonial-three .slider-item .author img {
    margin: 10px auto;
}

.testimonial-three .slider-item .author .name {
    color: #2F2F2F;
    font-family: "Outfit";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

.testimonial-three .slider-item .author .designation {
    color: #E55D28;
    text-align: center;
    font-family: "Helvetica";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.32px;
}

.testimonial-three .slider-item .description>* {
    color: #2F2F2F;
    text-align: center;
    font-family: "Helvetica";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
}

.testimonial-three .slider-item .progress>img {
    max-width: 90px;
    display: inline-block;
    margin: 5px;
    border-radius: 50%;
    z-index: 2;
}

.testimonial-three .slider-item .gradient_bg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(90deg, #FF5D3E 0%, #FF9E28 100%);
    transition: all ease;
}

.testimonial-three .slider-item .profile_img.progress {
    width: 100px;
    max-width: 100px;
    height: 100px;
    border-radius: 50%;
}

.testimonial-three .slider-item.slick-current .profile_img.progress {
    background: conic-gradient(#13ad6d00 var(--angle), #b4afaf 0%);
    /* animation: 9.7s fill_bg linear forwards; */
}

@keyframes fill_bg {
    to {
        --angle: 360deg;
    }
}

@property --angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

@media screen and (min-width:1025px) and (max-width: 1439px) {
    .testimonial-three .slider-item .description {
        width: 600px;
        margin: 10px auto;
    }
}

@media screen and (max-width: 1024px) {
    .testimonial-three .slider-item .description {
        width: 80%;
        margin: 10px auto;
    }

    .testimonial-three .slider-item {
        margin: auto 30px;
    }

    .testimonial-three .slider-item .author .name {
        font-size: 18px !important;
    }

    .testimonial-three .slider-item .description>*,
    .testimonial-three .slider-item .author .designation {
        font-size: 14px !important;
    }

    .testimonial-three .slider-item .progress>img {
        /* width: 74px; */
        max-width: 74px;
        /* height: 74px; */
        margin: 3px;
    }

    .testimonial-three .slider-item .profile_img.progress,
    .testimonial-three .slider-item .gradient_bg {
        width: 80px !important;
        height: 80px !important;
    }
}

@media screen and (min-width:1440px) {
    .testimonial-three .slider-item .description {
        width: 700px;
        margin: 10px auto;
    }
}

.testimonial-three .slick-navs {
    width: 106%;
    left: -3%;
    position: absolute;
    top: 35%;
    display: flex;
    justify-content: space-between;
}

.testimonial-three .slick-navs li i,
.testimonial-three .slick-navs li svg {
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.05));
}

.testimonial-three .slick-navs li i:hover,
.testimonial-three .slick-navs li svg:hover {
    cursor: pointer;
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.09));
}

.testimonial-three .slick-navs li {
    list-style: none;
}

/* Tags Slider */
.tags-slider-wrapper {
    position: relative;
}

.tags-slider-wrapper .slider-item:nth-child(1),
.tags-slider-wrapper .slider-item:nth-child(3) {
    background-color: #004f99 !important;
}


.tags-slider-wrapper .slider-item:nth-child(2) .title,
.tags-slider-wrapper .slider-item:nth-child(4) .title {
    color: #0461A5 !important;
}

.tags-slider-wrapper .slider-item:nth-child(2) p,
.tags-slider-wrapper .slider-item:nth-child(4) p {
    color: #00253C !important;
}

.tags-slider-wrapper .slider-item {
    border-radius: 10px;
    background-color: #E5F1FF;
    padding: 30px 24px;
    margin: 0 6px;
    min-height: 455px;
}

.tags-slider-wrapper .slider-item .title {
    color: #FFF;
    font-family: "Mulish";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}


.tags-slider-wrapper .slider-item p.tag {
    color: #FFF;
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    background: linear-gradient(0deg, rgba(0, 56, 98, 0.10) 0%, rgba(0, 56, 98, 0.10) 100%), linear-gradient(146deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.06) 44.84%, rgba(255, 255, 255, 0.16) 99.09%);
}

.tags-slider-wrapper .slick-arrow {
    display: none;
}

.tags-slider-wrapper .slick-navs {
    list-style: none;
    position: absolute;
    width: 98%;
    top: 45%;
    left: 1%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.tags-slider-wrapper .slick-navs li:hover svg {
    filter: drop-shadow(0 4px 10 rgba(0, 0, 0, 0.08));
}

@media screen and (min-width: 1025px) {


    .tags-slider-wrapper.change_arrow .slick-navs li svg circle {
        fill: rgba(0, 55, 106, 1);
        transition: 0.3 s all ease;
        -webkit-transition: 0.3 s all ease;
    }

    .tags-slider-wrapper.change_arrow .slick-navs {
        justify-content: flex-start !important;
    }

    .tags-slider-wrapper.change_arrow .slick-navs .slick-nav-next {
        display: none;
        transition: 0.3 s all ease;
        -webkit-transition: 0.3 s all ease;
    }

    .tags-slider-wrapper .slick-navs .slick-nav-prev {
        display: none;
        transition: 0.3 s all ease;
        -webkit-transition: 0.3 s all ease;
    }

    .tags-slider-wrapper.change_arrow .slick-navs .slick-nav-prev {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .tags-slider-wrapper .slick-navs li svg circle {
        fill: #fff;
        fill-opacity: 1 !important;
    }

    .tags-slider-wrapper .slick-navs li svg path {
        fill: #0461A5 !important;
        fill-opacity: 1 !important;
    }

    .tags-slider-wrapper .slick-navs {
        justify-content: space-between !important;
    }
}

/* Tab Slider */
@media screen and (max-width: 1024px) {
    .tab-slider-wrapper .mobile_version {
        display: block !important;
    }

    .tab-slider-wrapper .desktop_version {
        display: none !important;
    }
}

@media screen and (min-width: 1025px) {
    .tab-slider-wrapper .mobile_version {
        display: none;
    }

    .tab-slider-wrapper .desktop_version {
        display: flex !important;
    }
}

.tab-slider-wrapper .desktop_version {
    display: flex;
    gap: 30px;
    align-items: center;
}

.tab-slider-wrapper .desktop_version .tab-menu {
    height: 530px;
    border-radius: 20px;
    background: #E4F5FF;
    padding: 25px 15px;
}

.tab-slider-wrapper .desktop_version .tab-content {
    height: 530px;
}

.tab-slider-wrapper .desktop_version {
    position: relative;
    text-align: center;
}

.tab-slider-wrapper .desktop_version .tab-menu ul li {
    text-align: start;
}

.tab-slider-wrapper .desktop_version .tab-menu ul {
    display: flex;
    flex-direction: column;
    border: none;
}

@media screen and (min-width:1367px) {
    .tab-slider-wrapper .desktop_version .tab-menu ul {
        gap: 20px;
    }

    .tab-slider-wrapper .desktop_version .tab-menu {
        width: 350px;
    }
}

@media screen and (min-width:1025px) and (max-width:1366px) {
    .tab-slider-wrapper .desktop_version .tab-menu ul {
        gap: 10px;
    }

    .tab-slider-wrapper .desktop_version .tab-menu {
        width: 365px;
    }
}


.tab-slider-wrapper .desktop_version .tab-menu a,
.tab-slider-wrapper .desktop_version .tab-content {
    width: -webkit-fill-available;
    position: relative;
}

.tab-slider-wrapper .desktop_version .tab-content .tab-pane {
    text-align: center;
    transition: 0.3s ease-in-out;
}

.tab-slider-wrapper .mobile_version .slider-item .tab_img {
    width: 340px;
    position: relative;
    margin: 100px auto;
}

@media screen and (min-width: 1025px) {
    .tab-slider-wrapper .mobile_version .slider-item .tab_img {
        margin: 100px auto;
    }
}

@media screen and (max-width: 1024px) {
    .tab-slider-wrapper .mobile_version .slider-item .tab_img {
        margin: 100px auto 20px;
    }
}

.tab-slider-wrapper .desktop_version .tab-content .tab-pane .tab_img {
    width: 610px;
    position: relative;
    margin: 90px auto 10px;
}

.tab-slider-wrapper .desktop_version .tab-menu .tab_title {
    color: #212C4F;
    font-family: "Mulish" !important;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin: 0 !important;
    border: 2px solid transparent;
    border-radius: 10px;
    background: linear-gradient(rgba(25rgba(255, 255, 255, 0)5, 255, 0), rgba(255, 255, 255, 0)) padding-box, linear-gradient(to left, #ffffff00, #ffffff00) border-box;
    padding: 13px 20px !important;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}

.tab-slider-wrapper .desktop_version .tab-menu a.active .tab_title {
    color: #0461A5;
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(white, white) padding-box, linear-gradient(to left, #1B91FF, #fff) border-box;
    border-radius: 10px;
    border: 2px solid transparent;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}

.tab-slider-wrapper .mobile_version .slider-nav p.tab_title {
    color: #212C4F;
    font-family: "Mulish" !important;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    margin: 0 !important;
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 13px 20px !important;
    background: linear-gradient(white, white) padding-box, linear-gradient(to left, #FFF, #fff) border-box;
    box-shadow: 0 5px 10px #8080801a;
    transform: scale(0.8);
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}

.tab-slider-wrapper .mobile_version .slider-nav .slider-item {
    padding: 16px 0;
}

.tab-slider-wrapper .mobile_version .slider-nav .slick-current.slick-active p.tab_title {
    color: #0461A5;
    font-size: 12px;
    font-weight: 600;
    border: 2px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(to left, #1B91FF, #c4dff8) border-box;
    border-radius: 10px;
    transform: scale(1);
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}

.tab-slider-wrapper .mobile_version .slider-item {
    text-align: center;
}

.tab-slider-wrapper .desktop_version .tab-content .tab_img .main_img {
    max-width: 235px;
    width: auto;
    height: 418px;
}

.tab-slider-wrapper .mobile_version .slider-item .tab_img .main_img {
    max-width: 150px;
    margin: 0 auto;
}

.tab-slider-wrapper .mobile_version .slider-item .tab_img img:not(.main_img) {
    position: absolute;
    max-width: 70px;
}

.tab-slider-wrapper .desktop_version .tab-content .tab_img img:not(.main_img) {
    position: absolute;
    max-width: 100%;
}

.tab-slider-wrapper .desktop_version .tab-content .tab_img .item_one_image {
    top: 200px;
    left: 10px;
    animation: left_to_right 4s ease-in-out;
    -webkit-animation: left_to_right 4s ease-in-out infinite;
}

.tab-slider-wrapper .mobile_version .slider-item .tab_img .item_one_image {
    top: 130px;
    left: 0px;
    animation: left_to_right 4s ease-in-out;
    -webkit-animation: left_to_right 4s ease-in-out infinite;
}

.tab-slider-wrapper .desktop_version .tab-content .tab_img .item_two_image {
    top: -70px;
    left: 70px;
    animation: right_to_left 4s ease-in-out;
    -webkit-animation: right_to_left 4s ease-in-out infinite;
}

.tab-slider-wrapper .mobile_version .slider-item .tab_img .item_two_image {
    top: -50px;
    left: 20px;
    animation: right_to_left 4s ease-in-out;
    -webkit-animation: right_to_left 4s ease-in-out infinite;
}

.tab-slider-wrapper .desktop_version .tab-content .tab_img .item_three_image {
    top: -80px;
    left: 410px;
    animation: left_to_right 4s ease-in-out;
    -webkit-animation: left_to_right 4s ease-in-out infinite;
}

.tab-slider-wrapper .mobile_version .slider-item .tab_img .item_three_image {
    top: -60px;
    left: 220px;
    animation: left_to_right 4s ease-in-out;
    -webkit-animation: left_to_right 4s ease-in-out infinite;
}

.tab-slider-wrapper .desktop_version .tab-content .tab_img .item_four_image {
    top: 160px;
    left: 440px;
    animation: right_to_left 4s .8s ease-in-out;
    -webkit-animation: left_to_right 4s .8s ease-in-out infinite;
}

.tab-slider-wrapper .mobile_version .slider-item .tab_img .item_four_image {
    top: 105px;
    left: 240px;
    animation: right_to_left 4s .8s ease-in-out;
    -webkit-animation: left_to_right 4s .8s ease-in-out infinite;
}

@keyframes left_to_right {
    0% {
        transform: translate(0);
    }

    50% {
        transform: translate(16px, 4px);
    }

    100% {
        transform: translate(0);
    }
}

@keyframes right_to_left {
    0% {
        transform: translate(0);
    }

    50% {
        transform: translate(-12px, 6px);
    }

    100% {
        transform: translate(0);
    }
}

.stepper_slider_wrapper .stepper_card_container .stepper_card_item {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #FFF;
    background: #EBF9FA;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}

.stepper_slider_wrapper .stepper_card_container .slick-current .stepper_card_item,
.stepper_slider_wrapper .stepper_card_container .slider_item.hover_effect .stepper_card_item {
    border: 1px solid #FFF;
    background: #EBFAF6;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.07);
}

.stepper_slider_wrapper .stepper_card_container .stepper_card_item .stepper_card_icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.stepper_slider_wrapper .stepper_card_container .stepper_card_item .stepper_card_icon>svg {
    width: 30px;
    height: 30px;
}

.stepper_slider_wrapper .stepper_card_container .stepper_card_item .stepper_card_icon>.stepper_count {
    width: 27px;
    height: 27px;
    background: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00AAE0;
    text-align: center;
    font-family: "Sora";
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.stepper_slider_wrapper .stepper_card_item .stepper_card_content .title {
    color: #212B36;
    font-family: "Sora";
    font-style: normal;
    line-height: 130%;
    font-weight: 500;
}

.stepper_slider_wrapper .stepper_card_item .stepper_card_content .description {
    color: #758590;
    font-family: "Inter";
    font-style: normal;
    line-height: 130%;
    font-weight: 400;
}

.stepper_slider_wrapper .stepper_indicators_container {
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.stepper_slider_wrapper .stepper_indicators_container .stepper_indicator svg {
    position: absolute;
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
}

@media screen and (min-width:1367px) {

    .stepper_slider_wrapper .stepper_indicators_container {
        max-width: 86%;
    }

    .stepper_slider_wrapper .stepper_indicators_container .stepper_path svg {
        width: 98%;
        height: 21px;
    }

    .stepper_slider_wrapper .stepper_card_container .stepper_card_item {
        height: 224px;
    }
}

@media screen and (min-width:1025px) and (max-width: 1366px) {
    .stepper_slider_wrapper .stepper_indicators_container {
        max-width: 88%;
    }

    .stepper_slider_wrapper .stepper_indicators_container .stepper_path svg {
        width: 98%;
        height: 21px;
    }
}

@media screen and (min-width:1025px) {
    .stepper_slider_wrapper .stepper_card_container .stepper_card_item {
        height: 224px;
    }

    .stepper_slider_wrapper .stepper_card_container {
        display: flex;
        justify-content: flex-start;
        align-items: start;
        gap: 20px;
        margin-top: 52px;
    }

    .stepper_slider_wrapper .slider_item {
        width: 16.66%;
    }

    .stepper_slider_wrapper .stepper_card_item {
        width: 100%;
    }

    .stepper_slider_wrapper .stepper_card_item .stepper_card_content .title {
        font-size: 16px;
        margin-top: 30px;
    }

    .stepper_slider_wrapper .stepper_card_item .stepper_card_content .description {
        font-size: 14px;
        margin-top: 10px;
    }

    .stepper_slider_wrapper .stepper_card_container .stepper_card_item .stepper_card_icon>.stepper_count {
        font-size: 16px;
    }

    .stepper_slider_wrapper .stepper_indicators_container .stepper_indicator svg {
        top: -3px;
        left: 0;
    }
}

@media screen and (max-width:1024px) {
    .stepper_slider_wrapper .stepper_card_container {
        margin-top: 24px;
    }

    .stepper_slider_wrapper .stepper_card_item .stepper_card_content .title {
        font-size: 14px;
        margin-top: 20px;
        margin-bottom: 0;
    }

    .stepper_slider_wrapper .stepper_card_item .stepper_card_content .description {
        font-size: 12px;
        margin-top: 12px;
        margin-bottom: 0;
    }

    .stepper_slider_wrapper .stepper_card_container .stepper_card_item {
        margin: 10px 10px 40px 10px;
    }

    .stepper_slider_wrapper .stepper_card_container .stepper_card_item .stepper_card_icon>.stepper_count {
        font-size: 14px;
    }

    .stepper_slider_wrapper .stepper_card_container .slick-current .stepper_card_item,
    .stepper_slider_wrapper .stepper_card_container .stepper_card_item:hover {
        box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.05) !important;
    }
}

@media screen and (min-width:768px) and (max-width: 1024px) {

    .stepper_slider_wrapper .stepper_card_container .stepper_card_item {
        height: 172px;
    }

    .stepper_slider_wrapper .stepper_indicators_container {
        max-width: 78%;
    }

    .stepper_slider_wrapper .stepper_indicators_container .stepper_path svg {
        width: 98%;
        height: 21px;
    }

    .stepper_slider_wrapper .stepper_indicators_container .stepper_indicator svg {
        width: 40px;
        height: 28px;
        top: -2px;
        left: 0;
    }
}

@media screen and (max-width: 767px) {
    .stepper_slider_wrapper .stepper_indicators_container {
        max-width: 78%;
    }

    .stepper_slider_wrapper .stepper_indicators_container .stepper_path svg {
        width: 98%;
        height: 21px;
    }

    .stepper_slider_wrapper .stepper_indicators_container .stepper_indicator svg {
        width: 36px;
        height: 28px;
        top: 0px;
        left: 0;
    }

    .stepper_slider_wrapper .stepper_card_container .slick-list .slick-track:has(> .slick-slide.slick-center:first-child) {
        transform: translate3d(-72px, 0px, 0px) !important;
    }
}

@media screen and (min-width:390px) and (max-width:767px) {
    .stepper_slider_wrapper .stepper_card_container .stepper_card_item {
        height: 176px;
    }
}

@media screen and (max-width:389px) {
    .stepper_slider_wrapper .stepper_card_container .stepper_card_item {
        height: 200px;
    }
}