.catking-results {
    border-radius: 12px;
    background-color: #E7F4F0;
    margin-top: 50px !important;
    padding: 30px !important;
}

.catking-results .catking-results-title{
    font-size: 30px;
    line-height: 48px;
    font-weight: 500;
    color: #3E4852;
}

.catking-results .catking-results-title span{
    color: #4C84F4;
}

.catking-results p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #212529;
}

/* below css for couter */

.counter-section {
    background: linear-gradient(90deg, #C2DBFA 0%, #F3F7FF 48.5%, #C7DBFF 100%);
    padding: 30px 0;
    text-align: center;
    margin-top: 40px;
}
.counter-section h2 {
    font-size: 30px;
    line-height: 48px;
    font-weight: 600;
    color: #4C84F4;
    margin-bottom: 20px;
}

.counter-section h2 span {
    color: #3C4852;
}

.counter-box {
    padding: 20px;
}

.counter {
    font-size: 48px;
    font-weight: bold;
    background: linear-gradient(180deg, #4C84F4 30%, #A3BFF8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    position: relative;
    display: inline-block;
}

.plus-icon {
    font-size: 0.6em;
    margin-left: 5px;
    color: #4C84F4;
}

.counter-label {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: rgba(60, 72, 82, 1);
}

.counter-box .counter::after{
    content: '+';
}

/* beloe css for image carousel */

.carousel {
    position: relative;
    /* margin-top: 50px; */
    margin-top: 20px;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    /* object-fit: fill; */
    object-fit: contain;
    /* border-radius: 16px; */
}

.carousel-caption {
    bottom: 0px !important;
}

.slide-btn {
    color: #fff;
    background-color: #4c84f4;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    padding: 10px 30px;
    text-decoration: none;
}

.slide-btn:hover{
    color: #fff;
    text-decoration: none;
}

.carousel-control-prev,
.carousel-control-next {
    /* width: 5%; */
    /* height: 100%; */
    top: 50% !important;
    width: auto !important;
    transform: translateY(-50%);
}

.carousel-control-prev {
    left: -5% !important;
}

.carousel-control-next {
    right: -5% !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none !important;
    border-radius: 50%;
    color: #000;
}

.carousel-indicators {
    bottom: -32px !important;
    gap: 5px;
}

.carousel-indicators li {
    background-color: rgba(217, 217, 217, 1) !important;
    border-radius: 50%;
    width: 10px !important;
    height: 10px !important;
}

.carousel-indicators .active {
    background-color: rgba(76, 132, 244, 1) !important;
}

/* below css topper carousel */

.topper-carousel{
    background: url(img/results/image.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* margin-top: 70px; */
    margin-top: 60px;
}

/*.container {
    max-width: 1141px;
    margin: 0 auto;
    padding: 20px;
}*/

.topper-carousel h2{
    font-size: 32px;
    line-height: 58px;
    font-weight: 600;
    color: #3E4852;
    text-align: center;
}

.topper-carousel h2 span{
    color: #4C84F4;
}

.topper-carousel .topper-para{
    font-size: 25px;
    line-height: 40px;
    font-weight: 600;
    color: #3E4852;
    text-align: center;
}

.topper-carousel .topper-para span{
    color: #4C84F4;
}

.topper-carousel .slider-item {
    width: 130px;
    text-align: center;
    padding: 10px 0;
    border: 4px solid rgba(255, 255, 255, 1);
    border-radius: 80px 80px 0 0;
    filter: drop-shadow(0px 4px 4px rgba(152, 150, 150, 0.25));
    box-shadow: 0px 4px 4px 0px rgba(152, 150, 150, 0.25);
}

.topper-carousel .owl-carousel.owl-drag .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topper-carousel .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
    display: flex !important;
}

.topper-carousel .owl-carousel{
    /* margin-top: 90px; */
    /* margin-top: 210px; */
    margin-top: 100px;
}

.topper-carousel .slider-item img {
    height: 120px;
}

.topper-carousel .slider-item h5{
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: rgba(76, 132, 244, 1);
    margin: 5px 0 0;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.topper-carousel .slider-item p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    color: rgba(110, 180, 157, 1);
    margin: 0;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.topper-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.topper-carousel .owl-carousel .owl-nav .owl-prev,
.topper-carousel .owl-carousel .owl-nav .owl-next{
    outline: none;
}

.topper-carousel .owl-carousel .owl-nav .owl-prev .prev-arrow i,
.topper-carousel .owl-carousel .owl-nav .owl-next .next-arrow i{
    font-size: 24px;
}

.topper-carousel .owl-carousel .owl-nav .owl-prev:hover,
.topper-carousel .owl-carousel .owl-nav .owl-next:hover{
    background: transparent;
    color: #000;
}

.topper-carousel .owl-nav .owl-prev,
.topper-carousel .owl-nav .owl-next {
    padding: 10px;
    cursor: pointer;
    position: relative;
}

.topper-carousel .owl-nav .owl-prev {
    left: -15px;
}

.topper-carousel .owl-nav .owl-next {
    right: -15px;
}

/* below css for result carousel */

.result-carousel h2{
    font-size: 32px;
    line-height: 44px;
    font-weight: 600;
    color: rgba(62, 72, 82, 1);
    text-align: center;
}

.result-carousel h2 span{
    color: rgba(76, 132, 244, 1);
}

.result-carousel .btn-group {
    display: flex;
    gap: 15px;
    overflow-x: scroll;
}

.result-carousel .btn-group::-webkit-scrollbar {
    display: none;
}

.result-carousel .btn-group .btn {
    width: 388px;
    height: 48px;
    padding: 8px 20px;
    background-color: rgba(242, 244, 249, 1);
    border: 1px solid rgba(58, 148, 255, 1);
    border-radius: 50px !important;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: rgba(122, 138, 175, 1);
    transition: background-color 0.3s ease, color 0.3s ease;
    box-shadow: none;
}

.result-carousel .btn-group .btn:hover {
    background-color: rgba(12, 131, 255, 1);
    color: #fff;
    border: 1px solid rgba(12, 131, 255, 1);
}


.result-carousel .carousel-view {
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.25s ease-in;
    padding: 20px 0 0;
}

.result-carousel .carousel-view .item-list {
    display: flex;
    gap: 20px;
    scroll-behavior: smooth;
    transition: all 0.25s ease-in;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 0;
}

.result-carousel .item-list::-webkit-scrollbar {
    display: none;
}

.result-carousel .item {
    scroll-snap-align: center;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: rgba(60, 72, 82, 1);
    background-color: rgba(230, 239, 233, 1);
    border: 1px solid rgba(153, 203, 255, 1);
    border-radius: 50px;
    padding: 8px, 20px, 8px, 20px;
    Width: 239px;
    height: 48px;
}

.result-carousel .item:hover{
    background: rgba(90, 195, 145, 1);
    border: 1px solid rgba(90, 195, 145, 1);
    color: #fff;
}

.result-carousel button {
    border: none;
    cursor: pointer;
    background: none;
    transition: all 0.3s ease-in-out;
}

.result-carousel button:focus{
    outline: none;
}


.result-carousel .carousel-view .prev-btn i,
.result-carousel .carousel-view .next-btn i {
    color: rgba(40, 197, 144, 1);
    font-size: 30px;
}

.result-carousel .btn-group .active,
.result-profile .carousel-view .item-list .active {
    background-color: rgba(12, 131, 255, 1) !important;
    color: #fff;
    border: 1px solid rgba(12, 131, 255, 1);
}

.result-carousel .carousel-view .item-list .active{
    background-color: rgba(90, 195, 145, 1);
    color: #fff;
    border: 1px solid rgba(90, 195, 145, 1);
}

/* below css for result profile */

.result-profile{
    background: rgba(236, 243, 255, 1);
}

.result-profile .carousel-view .prev-btn i,
.result-profile .carousel-view .next-btn i {
    color: rgba(76, 132, 244, 1);
    font-size: 30px;
}

.result-profile .carousel-view .item-list .item{
    width: 300px;
    height: 48px;
    border-radius: 50px;
    padding: 8px 20px;
    gap: 10;
    background: rgba(242, 244, 249, 1);
    border: 1px solid rgba(58, 148, 255, 1);
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.result-profile .carousel-view .item-list .item:hover{
    background: rgba(76, 132, 244, 1);
    border: 1px solid rgba(76, 132, 244, 1);
}

.result-profile .profile {
    text-align: center;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 20px 15px;
    width: 167px;
}

.result-profile .profile img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.result-profile .profile .name {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: rgba(48, 48, 48, 1);
    margin-top: 5px;
    margin-bottom: 0;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.result-profile .testimonial-card .testimonial-content .read-more-link{
    display: flex;
    justify-content: end;
}

.btn-check:focus+.btn,
.btn:focus{
    box-shadow: none;
}

.result-profile .profile .college {
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    color: rgba(76, 132, 244, 1);
    margin-bottom: 5px;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.result-profile .hidden-profile {
    display: none;
}

.result-profile .show-more-container {
    text-align: center;
}

.result-profile .show-more-container button {
    border: none;
    color: rgba(76, 132, 244, 1);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    cursor: pointer;
}

.result-profile .profile-col {
    padding: 10px;
    display: flex;
    justify-content: center;

}

/* Testimonials */

.testimonial-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    min-height: 180px;
}

.testimonial-card .User-Image {
    width: 81px;
    height: 81px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    border: 1px solid #F8F8F8;
    filter: drop-shadow(0px 4px 4px rgba(151, 151, 151, 0.25));
}

.testimonial-card .company-logo{
    width: 68px;
    height: 45px;
    border-radius: 12px;
}

.testimonial-content .content-short {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: rgba(76, 76, 77, 1);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.result-profile .testimonial-card h5{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: rgba(48, 48, 48, 1);
    margin-bottom: 0;
}

.result-profile .testimonial-card .college{
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: rgba(76, 132, 244, 1);
    margin-bottom: 0;
}

.read-more-btn {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: rgba(45, 129, 247, 1);
    cursor: pointer;
    float: right;
}

/* Review */

.result-profile .video-card {
    border: none;
    border-radius: 12px;
    background: transparent;
}

.result-profile .video-card .card-body{
    background: transparent;
}

.result-profile .card-img-top {
    object-fit: cover;
    /* width: 306px; */
    /* height: 172px; */
    border-radius: 16px;
    border: 4px solid #FFFFFF;
}

.result-profile .video {
    position: relative;
}

.result-profile .play-btn {
    /* width: 37px;
    height: 37px; */
    background: #28C590;
    border: none;
    /* padding: 20px; */
    border-radius: 50%;
    color: #fff !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.result-profile .video-card .card-body .card-title{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: rgba(60, 72, 82, 1);
}

.result-profile .video-card .card-body .card-text{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: rgba(76, 132, 244, 1);
}

.result-profile .modal-content .modal-body .btn-close{
    float: right;
    position: absolute;
    right: -20px;
    top: -20px;
}

.result-profile .modal-content .modal-body .btn-close i{
    font-size: 20px;
    color: #fff;
    background: red;
    padding: 7px 12px;
    border-radius: 50px;
}

/* Success Stories */

.success-stories {
    /* position: relative; */
    width: 275px;
    height: 519px;
    background: #fff;
    border: 6px solid #3A3F43;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    padding: 0px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

.success-stories span{
    display: block;
    margin: 10px 20px;
    font-size: 14px;
    line-height: 23px;
    font-weight: 600;
    color: #4C84F4;
}

.success-stories span p{
    margin: 0;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.success-stories span h6{
    color: #303030;
    margin: 0;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

/* .Success-stories img {
    width: 275px;
    height: 461px;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    background: #EAE5DF;
    border: 8px solid #3A3F43;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0 0 20px 20px;
} */

.success-stories img {
    /* width: 275px; */
    height: 447px;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    /* background: #EAE5DF; */
    /* border: 8px solid #3A3F43; */
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
    border-radius: 0 0 25px 25px;
}


.tab {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.tab .nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: scroll;
    gap: 20px;
    border: none;
    justify-content: center;
    background: rgba(236, 243, 255, 1);
    height: 80px;
    padding-top: 25px;
}

.tab .nav-tabs .nav-item {
    flex: 0 0 auto;
}

.tab .nav-tabs .nav-link{
    /* width: 300px; */
    width: 260px;
    height: 48px;
    border-radius: 50px;
    padding: 8px 30px;
    gap: 10;
    background: rgba(242, 244, 249, 1);
    border: 1px solid rgba(58, 148, 255, 1);
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: rgba(122, 138, 175, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab .nav-tabs .nav-link:focus, .tab .nav-tabs .nav-link:hover{
    border: 1px solid rgba(58, 148, 255, 1);
}

.tab .nav-tabs .nav-link.active{
    background-color: rgba(12, 131, 255, 1);
    color: #fff;
    border: 1px solid rgba(12, 131, 255, 1);
}

/* Initially hide the profiles */
.hidden-profile {
    display: none;
}

.nav::-webkit-scrollbar {
    display: none;
}


@media (max-width: 768px) {

    .catking-results .catking-results-title {
        font-size: 24px;
    }

    .counter-section h2{
        font-size: 20px;
    }

    .counter{
        font-size: 32px;
    }

    .counter-label{
        font-size: 14px;
    }

    .slide-btn{
        font-size: 12px;
    }

    .carousel-item img{
        /* height: 20vh; */
    }

    /* topper carousel */

    .topper-carousel h2{
        font-size: 20px;
        line-height: 32px;
    }

    .topper-carousel .topper-para{
        font-size: 16px;
        line-height: 25px;
    }

    .topper-carousel .owl-carousel {
        /* margin-top: 45px; */
        margin-top: 30px;
    }

    .topper-carousel .slider-item img {
        width: 100%;
        height: 120px;
    }
    /* result carousel */

    .result-carousel h2{
        font-size: 20px;
        line-height: 32px;
    }

    .result-carousel .prev-btn,
    .result-carousel .next-btn {
        display: block; /* Show buttons on mobile */
    }

    .result-carousel .carousel-view {
        gap: 5px;
    }

    .result-carousel .item {
        /* min-width: 105px; */
        min-width: 130px;
        height: 38px;
        font-size: 12px;
    }

    .result-carousel .btn-group .btn{
        width: auto;
        height: 38px;
        font-size: 12px;
        line-height: 17px;
        min-width: 113px;
    }

    .video-card {
        margin-bottom: 20px;
    }

    .tab .nav-tabs{
        padding: 20px 15px;
        padding-bottom: 0 !important;
        justify-content: left;
        height: 60px;
    }

    .tab .nav-tabs .nav-link{
        font-size: 12px;
        height: 38px;
        width: auto;
    }

    .carousel-control-prev-icon{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .carousel-control-next-icon{
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .prev-btn,
    .next-btn {
        display: none;
    }
}

@media (min-width: 1400px) {
    .master-header .container{
        max-width : 1320px !important;
    }
}

.top-header .container,
.master-header .container{
    padding : 0px;
}


.review-slider{
    background: #E6EFE9;
}

.review-slider h2{
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    color: #3E4852;
    text-align: center;
}

.review-slider h2 span{
    color: #55A288;
    box-shadow: #00000040;
}

.review-slider .carousel .card-body h3{
    font-size: 20px;
    font-weight: 700;
    color: #3E4852;
}

.review-slider .carousel .card-body .result-logo{
    border-radius: 0;
}

.carousel .card-body .result{
    text-align: right;
}

.review-slider .carousel img {
    width: 70px;
    max-height: 70px;
    /* border-radius: 50%; */
    /* margin-right: 1rem; */
    /* overflow: hidden; */
}

.review-slider .carousel-inner {
    padding: 1em;
}

@media screen and (min-width: 576px) {
    .review-slider .carousel-inner {
        display: flex;
        width: 90%;
        margin-inline: auto;
        padding: 1em 0;
        overflow: hidden;
    }

    .review-slider .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 2);
    }
}

@media screen and (min-width: 768px) {
    .review-slider .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 3);
    }
}

.carousel .card {
    margin: 0 0.5em;
    border: 0;
}

.carousel .card-body .card-text{
    /*margin-top: 10px;*/
}

.carousel-item .testimonial-card{
    background: #E6EFE9;
    padding: 10px;
    border-radius: 5px;
    margin-top: 50px;
    min-height: 0px !important;
}

.carousel-item .testimonial-card img{
    width: 90px;
    max-height: 90px;
    position: absolute;
    right: 9px;
    bottom: 12px;
}

.carousel-item .testimonial-card .card-title{
    font-size: 25px;
    margin-bottom: 0;
    color: #4C84F4;
}

.carousel-item .testimonial-card span{
    font-size: 14px;
    color: #55A288 !important;
}

.carousel-control-prev,
.carousel-control-next {
    width: 3rem;
    height: 3rem;
    background-color: grey;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.banner {
    background: linear-gradient(0deg, #B8EAD9, #B8EAD9), #B8EAD9;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    font-family: Arial, sans-serif;
}

.banner-text {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    flex: 1;
    margin: 0 10px;
    /*color: #3C4852;*/
}

/*.banner-text span{
    color: #48BB94;
    font-weight: bold;
    text-decoration: none;
}*/

.banner .logo {
    width: auto;
    max-width: 100%;
}

.progress-section {
    background-color: #e3f2fd;
    /*padding: 20px;*/
    border-radius: 8px;
    /*margin-top: 20px;*/
    color: #333;
}

.progress-section h2 {
    font-weight: 700;
    color: #3E4852;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
}

.progress-section h2 span {
    color: #628AEC;
}

.progress-label {
    display: flex;
    align-items: center;
    color: #4C84F4;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    width: 255px;
}

.progress-bar-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.progress {
    flex: 3;
    height: 20px;
    border-radius: 10px;
    background-color: #d9e3f0;
}

.progress-bar {
    background: linear-gradient(90deg, rgba(166, 205, 245, 0.45) 0%, #99CBFF 100%);
    border-radius: 50px;
}

.progress-counter{
    flex: 0.5;
    font-size: 26px;
    line-height: 24px;
    font-weight: 700;
    background: linear-gradient(180deg, #4C84F4 30%, #A3BFF8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    position: relative;
    display: inline-block;
}

.progress-value {
    font-weight: bold;
    color: #4A90E2;
    font-size: 16px;
}

.progress-section .progress-bar-field{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .review-slider .carousel-item {
        flex: 0 0 25%; /* Each item takes up 25% of the width for 4 items in view */
    }

    .review-slider .carousel-inner {
        padding: 0;
        display: flex;
        width: 100%;
        margin: 0;
        padding: 1em 0;
    }
}

@media (max-width: 767px)  {

    .review-slider h2{
        font-size: 20px;
        line-height: 28px;
    }

    .banner-text {
        font-size: 14px;
        line-height: 24px;
        margin: 15px 0;
    }

    .banner .logo{
        height: 95px;
    }

    .progress-section h2 {
        font-size: 18px;
    }

    .progress {
        height: 15px;
    }

    .progress-label {
        font-size: 13px;
        width: auto;
    }

    .progress-counter {
        font-size: 18px;
    }

    .progress-section .progress-bar-field {
        margin-bottom: 10px;
        display: block;
    }

    .carousel-control-prev, .carousel-control-next{
        background: #4C84F4;
        width: 40px;
        height: 40px;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon{
        width: 20px;
        height: 20px;
    }

    #carouselExampleIndicators .carousel-control-prev,
    #carouselExampleIndicators .carousel-control-next{
        display: none;
    }
}

@media (min-width: 768px){
    .carousel-control-prev,
    .carousel-control-next{
        display: none;
    }
}

/*.Video-testimonial{
    background: #E8F3FF73;
}*/
.Video-testimonial .carousel-inner {
    padding: 1em;
}

.Video-testimonial .carousel .card {
    margin: 0 0.5em;
    border: 0;
    background: transparent;
}

.Video-testimonial .carousel .card-body .card-text{
    margin-top: 10px;
}

.Video-testimonial .carousel-item .testimonial-card{
    background: #E6EFE9;
    padding: 10px;
    border-radius: 5px;
    margin-top: 50px;
}

.Video-testimonial .carousel-item .testimonial-card img{
    width: 110px;
    max-height: 110px;
    position: absolute;
    right: 24px;
    bottom: 12px;
}

.Video-testimonial .carousel-item .testimonial-card .card-title{
    font-size: 25px;
    margin-bottom: 0;
    color: #4C84F4;
}

.Video-testimonial .carousel-item .testimonial-card span{
    font-size: 14px;
    color: #55A288 !important;
}

.Video-testimonial .carousel-control-prev,
.Video-testimonial .carousel-control-next {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.Video-testimonial .carousel-control-prev .fas,
.Video-testimonial .carousel-control-next .fas {
    font-size: 20px;
    color: black;
}

.Video-testimonial .carousel-control-prev {
    left: -10px;
}

.Video-testimonial h2{
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;
    text-align: center;
}

.Video-testimonial h2 span{
    color: #4C84F4;
}

.Video-testimonial .video-slider .person-data{
    background: linear-gradient(180deg, #000000 0%, #595A5A 100%);
    text-align: center;
    display: flex;
    align-items: end;
    justify-content: center;
    width: 210px;
    height: 60px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.Video-testimonial .video-slider .person-data p{
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    color: #FFFFFF;
}

.Video-testimonial .video-slider{
    border: 2px solid #3C4852;
    background-color: #000000;
    border-radius: 8px;
}

.Video-testimonial .video-slider img{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.Video-testimonial .carousel .card-body{
    display: flex;
    align-items: center;
    justify-content: center;
}

.Video-testimonial .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #4C84F4;
    border: none;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
}

.Video-testimonial .play-button i {
    font-size: 20px;
}

@media screen and (min-width: 768px) {
    .Video-testimonial .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 3);
    }
}

@media (max-width:767px){
    .Video-testimonial .video-slider img{
        width: 200px;
    }

    .Video-testimonial .video-slider .person-data{
        width: 220px;
    }

    .Video-testimonial .carousel-control-prev,
    .review-slider .carousel-control-prev {
        left: 0% !important;
        width: 30px !important;
        height: 30px !important;
    }

    .Video-testimonial .carousel-control-next,
    .review-slider .carousel-control-next{
        right: 0% !important;
        width: 30px !important;
        height: 30px !important;
    }
}

@media screen and (min-width: 576px) {
    .Video-testimonial .carousel-inner {
        display: flex;
        width: 90%;
        margin-inline: auto;
        padding: 1em 0;
        overflow: hidden;
    }

    .Video-testimonial .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 2);
    }
}

@media (min-width: 576px) {
    .Video-testimonial .carousel-item {
        flex: 0 0 16.5%; /* Each item takes up 25% of the width for 4 items in view */
    }

    .Video-testimonial .carousel-inner {
        padding: 0;
        display: flex;
        width: 100%;
        margin: 0;
        padding: 1em 0;
    }
}

.Video-testimonial .carousel .card{
    height: 100%;
}

.Video-testimonial .carousel-item.active .video-slider{
    border: 5px solid #4C84F4;
    border-radius: 11px;
}

.Video-testimonial .carousel .carousel-item.active .card .video-slider{
    width: 220px;
}

.Video-testimonial .carousel-item.active .video-slider img{
    width: 100%;
}

.Video-testimonial .carousel-item.active .video-slider .person-data{
    width: 100%;
}



