
/* custom css  */
.sec-p {
    padding: 50px 0;
}

.mb-45 {
    margin-bottom: 45px;
}

.main-sec-heading {
    font-size: 36px;
    font-weight: bold;
    line-height: normal;
}

.sugar-treatment-main .container {
    width: 100%;
    max-width: 1170px;
    margin: auto;
}
.sugar-treatment-banner .you_tube_strip {
    background-color: #FF5151;
    padding: 7px 0;
    border-radius: 0 0 10px 10px;
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.sugar-treatment-main .sugar-treatment-banner .container {
    max-width: 1320px;
}

header .header_call_wrap {
    display: flex !important;
}

/* banner style start here  */
.sugar-treatment-banner h5 {
    position: absolute;
    top: 40px;
    left: 30%;
    background: #0B6C4B;
    padding: 10px 20px;
    color: #FDED00;
    border: 3px solid #B87606;
    border-radius: 28px;
    font-size: 40px;
    font-weight: 700;
    transform: translateX(-50%);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    z-index: 2;
    text-align: center;
}
.sugar-treatment-banner.high-treatment-banner{
    margin-top: 122px;
}
.sugar-treatment-banner {
    background-image: url(/assets/images/sugar-banner-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 100px 0;
    position: relative;
    margin-top: 36px;
}

.sugar-treatment-banner::after {
    content: "";
    position: absolute;
    width: 54%;
    left: 0;
    top: 50%;
    background-image: linear-gradient(80deg, #ffffffc7 0%, #ffffff2b 100%);
    height: 50%;
    transform: translateY(-50%);
}

.sugar-banner-content {
    padding: 33px 23px;
    display: flex;
    align-items:center;
    gap: 12px;
    position: relative;
    z-index: 1;
    justify-content: space-between;
}

.sugar-banner-content h1 {
    font-size: 50px;
    font-weight: bold;
    padding: 5px 12px;
    color: #000;
    width: fit-content;
    line-height: 1.3;
}

.sugar-banner-content .red-text {
    color: red;
}

.sugar-banner-content .green-text {
    color: #0b6c4b;
}

.sugar-banner-content p {
    font-size: 27px;
    color: #555555;
    font-weight: 600;
}

.sugar-video-column {
    position: relative;
    text-align: center;
}

.sugar-video-column .playIcon-main {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.playIcon-main h6 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding-top: 10px;
}

.thumbImg {
    width:100%;
    border-radius: 20px;
}

/* treatment section  css start here  */
.toh-head-heading {
    background: #E8F8E8;
    padding: 14px;
    border-radius: 10px;
    border: 2px dashed #000;
}

.toh-head-heading h4 {
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    color: #000;
    margin: 0;
}

.row.treatment-row {
    padding: 33px 12px 20px;
    background: #EFF8F0;
    margin-top: 30px;
    border-radius: 20px;
}

.recipe-main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 19px;
}

.recipe-column {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 16px 13px;
    background: #fff;
    transition: 0.5s ease;
    border: 1px solid #E3E3E3;
    display: flex;
    align-items: center;
}
.recipe-column div {
    display: flex;
    align-items: center;
    gap: 8px;
}
.recipe-Outer.treatment-process {
    margin-top: 30px;
}
.recipe-column:hover {
    transform: translateY(-7px);
}

.recipe-column h3 {
    font-size: 15px;
    padding-top: 9px;
    font-weight: 600;
    color: #0b6c4b;
}

.treatment-row h5 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #000;
    padding-bottom: 30px;
}

.recipeImg {
    width: 130px;
    height: 130px;
    flex: 0 0 130px;
}

.recipeImg img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.recipe-column h6 {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    line-height: 23px;
}

.recipe-Outer span {
    font-size: 23px;
    color: #000;
    font-weight: bold;
    display: block;
    padding-bottom: 13px;
}

.recipe-Outer .thumbImg {
    width: 100%;
}

.recipe-Outer .thumbImg-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recipe-Outer .thumbImg-main {
    height: 530px;
    position: relative;
}

.treatment-process .recipe-main-grid {
    grid-template-columns: 1fr;
}

.neem-karela-therapy-row .recipe-Outer:last-child {
    margin-bottom: 0;
}

.neem-karela-therapy-row .recipe-Outer {
    margin-bottom: 30px;
}

.sugar-product-main {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
}

.sugar-productImg {
    margin-bottom: 15px;
}

.sugar-product-main h2 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding: 0 15px 15px;
}

.treatment-process-bottom-desc {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding-top: 40px;
    width: 100%;
    max-width: 900px;
    margin: auto;
}

.treatment-process-divider {
    background: #254A28;
    height: 60px;
}

.modal-dialog {
    max-width: 800px;
}
.recipe-column.next-column {
    margin-bottom: 20px;
    padding: 30px 16px;
}
.bottom-divider {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    padding: 20px 0 0;
}
.sugar-banner-content img {
    width: 80px;
    height: 70px;
    transform: scaleX(-1);
}
.therapy_heading {
     color: #000000; 
     text-align: center; 
     font-weight: bold; 
     font-size: 30px; 
     position: relative; 
     padding-bottom: 20px; 
    display: flex;
    align-items: center;
    justify-content: center;
}
.therapy_heading:before, .therapy_heading:after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #2d5b2d;
    margin: 0 10px;
}
.sticky-column {
    position: sticky;
    top: 130px;
    height: 100%;
}
.recipe-column div svg {
    flex: 0 0 18px;
}
.important-instruction-column {
    background: #fff;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
}
.important-instruction-column img {
    width: 100%;
}
.important-instruction-column h6 {
    padding: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.you_tube_strip {
    background-color: #FF5151;
    padding: 7px 0;
    border-radius: 0 0 10px 10px;
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0;
}
.you_tube_strip .you_tube_inner {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}
.you_tube_strip .you_tube_inner h3 {
    color: #FFF;
    font-size: 24px;
    line-height: 45px;
}