/* For 1400px above screen */

/*body {*/
/*    overflow-y: hidden;*/
/*}*/

.height_324,
.carousel-item {
    height: 667px;
}

/*.scroll_div {*/
/*    height: calc(667px - 64px);*/
/*}*/

.scroll_div {
    /*height: 260px;*/
    height: 100%;
    overflow-x: auto;
}

.carousel-item img {
    height: 100%;    
}

.mid-sec {
    height: calc(100vh - 124px - 142px);
}

.fixed_footer {
    position: relative;
}

.main-div {
    display: flex;
    justify-content: left;
    align-items: center;
    width: max-content;
    overflow: hidden;
}

.main-div {
    transition: transform 0.5s ease-in-out;
    /* Adjust the transition duration as needed */
}

.sliderControl{
    max-width: 1047px;
}

.control-width{
    width: 596px;
}

/* Testimonial */

ul.testimonial_list li {
    display: inline-block;
    width: 50%;
    margin: -1px -5px 0px 0px;
    border: 1px solid #e5e5e5;
}

.testi_box {
    display: flex;
    justify-content: left;
    align-items: center;
}

.testi_box .img_box img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 0.75rem;
}

.testim_name h2 {
    font-size: 13px;
    font-weight: 600;
}

.testimonial_box {
    padding: 10px;
    min-height: 128px;
}

.testim_content p {
    line-height: 22px;
    font-size: 14px;
    margin: 0.75rem 0;
}

.viewAll {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 99999;
    transform: translate(-50%, -50%);
}
.viewAll i{
    line-height: 1.6;
}

.padding li {
    margin: 0 5px;
}

@media screen and (max-width: 1400px) {

    .height_324,
    .carousel-item {
        height: 328px;
    }
    
    .scroll_div {
        height: 260px;
    }

    .sliderControl {
        max-width: 596px;
    }
}

@media screen and (max-width: 490px) {
    .main-page {
        width: 100%;
        overflow: hidden;
    }

    body {
        overflow-y: scroll !important;
    }
    .mob > .col-md-6 {
        width: 50% !important;
    }
}