body {
    background-color: white;
}

@media only screen and (max-width: 600px) {
    .serviceStyle {
        margin-top: 220px;
    }
    /* contactForm */
    .contactForm {
        margin-top: 200px !important;
    }
    /* service */
    .serviceSection .card {
        max-height: 700px;
        height: 390px !important;
    }
    .serviceSection .slick-dots {
        position: relative;
        top: 400px !important;
    }
}

/* media end */

/* service section */

.slider-container {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    padding: 0 20px;
}

.serviceSection .card {
    margin: 0 10px;
    height: 350px;
}

.serviceSection .dot-style-1 ul li button {
    background-color: beige;
}

.serviceSection .slick-dots {
    position: relative;
    top: 350px;
}

/* slick */

/*  */

/* media end */

/* beeter strat */


.betterStart .card-2 {
    height: max-content;
    border: none;
    width: 12rem !important;
}

.betterStart .card-body {
    padding: 10px;
}

.betterStart .card-title {
    background-color: green;
    color: white;
    margin-bottom: 0px;
    padding: 5px;
}

.betterStart .card-body {
    background-color: #80808040;
}



/* new */
 .betterStart .slider-arrow {
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.betterStart .carausel-10-columns-cover {
    overflow: hidden;
}
.betterStart .carausel-10-columns {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    transition: transform 0.3s ease-in-out;
}
.betterStart .card-2 {
    flex: 0 0 auto;
    width: 200px;
    background: none !important;
    border-radius: 8px;
     margin-bottom: 0px;
     box-shadow: none;
     text-align: start;
}
.betterStart .card-2 figure {
    text-align: start;
}
.betterStart .card-2 figure img {
    /* border-radius: 10px; */
    display: inline-block;
    max-width: 100%;
}
.betterStart .card-2 img {
    width: 100%;
    border-radius: 8px 8px 0 0;
}
.betterStart .card-title {
    font-size: 16px;
}
.betterStart .card-body {
    padding: 10px;
}
.betterStart .card-text {
    margin: 5px 0;
}

.betterStart .slick-track{
display: flex !important;
}
/* Team */

.Teamicon {
    border-radius: 50px;
    background-color: black;
    font-size: 25px;
    padding: 10px;
    margin-right: 10px;
}

/* footer */

@media only screen and (max-width: 600px) {
    .Footer .footerLink {
        border-right: none !important;
        border-bottom: 1px solid gainsboro;
        font-size: 19px;
        font-weight: 700;
    }
    .Footer .footerLink2 {
        border-right: none !important;
        border-bottom: 1px solid black;
        color: black;
        font-size: 15px;
    }
}

/* media end */

/* Testimonial 2 */

#consumersignal .carousel-container {
    position: relative;
}

#consumersignal .carousel {
    height: 400px;
}

#consumersignal .carousel-control-prev,
#consumersignal .carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

#consumersignal .carousel-control-prev {
    left: 10px;
}

#consumersignal .carousel-control-next {
    right: 10px;
}

/* end */

/* stories */

.stories .card {
    height: max-content;
    border: none;
}

/* lg ourTeam */
 .ourTeam .lgaccordion-item{
    cursor:pointer;
}
 .ourTeam .lgaccordion-item2{
    cursor:pointer;
}
.black-and-white-img {
    filter: grayscale(100%);
}
.ourTeam .lgaccordion-content {
    display: none !important;
    overflow: hidden;
    margin-top: 10px;
    background-color: white;
    transition: max-height 0.5s ease;
}

.ourTeam .lgarrow {
    cursor: pointer;
    transition: transform 0.5s ease;
    font-size: 1.2em;
    margin-left: 10px;
}

.ourTeam .lgarrow.rotate {
    transform: rotate(180deg);
}

.ourTeam .card {
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.ourTeam .card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.ourTeam .lgaccordion-item.active .lgaccordion-header {
    background-color: #f8f9fa;
}

/* 2 */

.ourTeam .lgaccordion-content2 {
    display: none !important;
    overflow: hidden;
    margin-top: 10px;
    background-color: white;
    transition: max-height 0.5s ease;
}

.ourTeam .lgarrow2 {
    cursor: pointer;
    transition: transform 0.5s ease;
    font-size: 1.2em;
    margin-left: 10px;
}

.ourTeam .lgarrow2.rotate2 {
    transform: rotate(180deg);
}

.ourTeam .card2 {
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.ourTeam .card2:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.ourTeam .lgaccordion-item2.active2 .lgaccordion-header2 {
    background-color: #f8f9fa;
}

/* end */

/* sm ourTeam */

.smourTeam .accordion-content {
    display: none;
    overflow: hidden;
    background-color: white;
    padding: 10px;
    transition: max-height 0.5s ease;
    margin-top: 50px;
}

.smourTeam .arrow {
    cursor: pointer;
    transition: transform 0.5s ease;
    font-size: 1.2em;
    margin-left: 10px;
}

.smourTeam .arrow.rotate {
    transform: rotate(180deg);
}
.smourTeam .accordion-item {
    cursor: pointer;
}

.smourTeam .card {
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    margin-bottom: 20px;
    width: 100%;
}

.smourTeam .card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.smourTeam .accordion-item.active .accordion-header {
    background-color: #f8f9fa;
}

@media (min-width: 768px) {
    .smourTeam .accordion-content {
        display: block !important;
        max-height: none !important;
    }
    .smourTeam .card {
        display: flex;
    }
    .smourTeam .card .card-img-top {
        max-width: 50%;
        height: auto;
        margin-right: 20px;
    }
    .smourTeam .card .card-body {
        flex: 1;
    }
}

/* end */
       