.itembox {
    text-align: center;
    padding-top: 20px;
    cursor: pointer;
    padding-bottom: 20px;
    margin-top: 5px;
    margin-bottom: 15px;
    border-radius: 15px;
    box-shadow: 0 0px 12px 0 #c7c7c76e;
    width: 173px !important;
}
.itembox h1 {
    font-size: 15px;
    margin-top: 20px;
    padding: 3px;
}
.slick-slide {
    display: none;
    float: left;
    height: 180px !important;
    min-height: 1px;
}

/* Hero Wrapper Styles */
.hero-wrapper {
    background-color: #f4f4f4;
    padding: 0px 0;
}

.hero-wrapper .container {
    max-width: 1200px;
    margin: 0 auto;
}

.hero-wrapper-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.groupheading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 0px !important;
}

/* Left Section Styles */
.hero-wrapper-inner .col-md-8 {
    flex: 0 0 65%;
}

.hero-wrapper-inner .col-md-8 h1 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.hero-wrapper-inner .col-md-8 h1 span {
    color: #16a7b7;
}

.hero-wrapper-inner .col-md-8 h3.consult_main {
    font-size: 24px;
    color: #444;
    margin-bottom: 30px;
}

.hero-condition {
    font-size: 14px;
    color: #777;
}

.hero-condition a {
    color: #00bfae;
    text-decoration: none;
}

/* Right Section Styles */
.hero-wrapper-inner .col-md-4 {
    /*flex: 0 0 30%;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-wrapper-inner .col-md-4 .hero-img img {
    max-width: 100%;
    height: auto;
}


.itembox h3 {
    font-size: 15px;
    margin-top: 20px;
    padding: 3px;
}

/* Media Queries for responsiveness */
@media (max-width: 768px) {
    .hero-wrapper-inner {
        /* flex-direction: column;
                text-align: center;*/
    }

    .hero-wrapper-inner .col-md-8 {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }

    .hero-wrapper-inner .col-md-4 {
        flex: 0 0 100%;
    }
}