.inner_banner .inner_slide_banner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.5;
}
.inner_banner:before {
    content: "";
    position: absolute;
    left: 0;
    background-image: url(./../images/new_bg.svg);
    background-repeat: repeat-x;
    width: 100%;
    height: 100%;
    z-index: 1;
    bottom: -40px;
    background-position: top;
    transform: rotate(180deg);
    max-height: 80px;
}
.slider_text {
    padding: 60px 0 80px 0;
}
.slider_text:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgb(13 156 77);
    mix-blend-mode: multiply;
}
.slider_text h2 {
    color: #ffffff;
    font-weight: 500;
    font-size: 42px;
    letter-spacing: 0.6px;
    /* padding-left: 28px; */
    margin-bottom: 16px;
}
.slider_text ul {
    display: flex;
    gap: 26px;
    /* padding-left: 28px; */
}
.slider_text ul li, .slider_text ul li a {
    font-size: 15px;
    color: rgb(255 255 255 / 80%);
    letter-spacing: 0.3px;
}
.slider_text ul li:before {
    content: "";
    position: absolute;
    height: 12px;
    width: 1px;
    background: #ffffffa3;
    top: 50%;
    transform: translateY(-50%);
    right: -13px;
}
.slider_text ul li:last-child:before{
    display: none;
}

.sub_title_bottom {
    white-space: pre-line;
}
section.all_products_block {
    padding: 70px 0 0 0;
}
section.all_products_block .products_inner_img:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(196, 196, 196, 0) 100%);
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: auto;
    max-height: 90px;
    bottom: 0;
    transition: all 0.4s;
    z-index: 1;
}
section.all_products_block h3 {
    position: absolute;
    bottom: 32px;
    margin: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
    color: #ffffff;
    font-size: 24px;
}
section.all_products_block a:hover .products_inner_img:before {
    max-height: 100%;
    opacity: 0.5;
}
section.all_products_block .products_inner_img {
    overflow: hidden;
    /* box-shadow: 2px 12px 12px rgb(0 0 0 / 24%); */
    border: 1px solid rgb(0 0 0 / 8%);
}
section.all_products_block .products_inner_img img {
    transition: all 0.4s;
    width: 100%;
    height: 100%;
}
section.all_products_block a:hover .products_inner_img img{
    transform: scale(1.05);
}

/* =================================================== */
.slider-text {
    margin: 40px 0;
}
.slider-text .rr-scroller {
    background-color: var(--rr-section-1);
    background-repeat: repeat;
    padding: 20px 0px 18px;
    overflow: hidden;
    background: #DBF0E5;
    transform: rotate(-0.7deg);
    width: calc(100% + 00px);
}
.slider-text .rr-scroller ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 52px;
}
  .slider-text .rr-scroller ul li {
    display: inline-block;
    white-space: nowrap;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.7;
    position: relative;
    color: #222222;
    text-transform: capitalize;
  } 
    .slider-text .rr-scroller ul li:before {
        content: "";
        position: absolute;
        height: calc(100% - 10px);
        width: 1px;
        background: rgb(182 210 195);
        left: -26px;
        top: 50%;
        transform: translateY(-50%);
    }
  .rr-scroller[data-animated=true] .rr_scroller_inner {
    width: max-content;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-animation: scroll var(--_animation-duration, 1500s) linear infinite;
    animation: scroll var(--_animation-duration, 1500s) linear infinite;
  } 
  .rr-scroller[data-speed=slow] {
    --_animation-duration: 1500s;
  } 
  @keyframes scroll {
    to {
      -webkit-transform: translate(calc(-50% - 0.5rem));
              transform: translate(calc(-50% - 0.5rem));
    }
  } 
  .slider-text .rr-scroller ul li strong {
    font-weight: 500;
}
.rr-scroller:hover .rr_scroller_inner {
    animation-play-state: paused;
}
section.inner_about_part {
    margin: 70px 0;
}
.slider-text .rr-scroller ul li img {
    max-width: 38px;
    max-height: 38px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-right: 9px;
    opacity: 0.8;
}
section.our_values_part {
    margin: 70px 0 80px;
    padding-bottom: 40px;
}
ul.img_list_points li {
    font-size: 19px;
    color: #222222;
    /* background: #DBF0E5; */
    width: calc(25% - 30px);
    padding: 0;
    font-weight: 500;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    margin-left: 0;
    height: auto;
    line-height: 1.4;
    /* box-shadow: 4px 4px 0px #aadcc0; */
    text-align: center;
    white-space: normal;
}
ul.img_list_points li:before {
    content: "";
    position: absolute;
    height: calc(100% - 15px);
    width: 1px;
    background: rgb(0 0 0 / 8%);
    top: 50%;
    right: -18px;
    transform: translateY(-50%);
}
ul.img_list_points li:last-child:before{
    display: none;
}
ul.img_list_points li h3 {
    font-size: 19px;
    color: #222222;
    margin-top: 18px;
    padding-top: 18px;
    line-height: 1.4;
    white-space: pre-line;
}
ul.img_list_points li h3:before {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(100% - 85px);
    background: rgb(0 0 0 / 40%);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
ul.img_list_points {
    display: flex;
    gap: 36px;
    margin-top: 50px;
    align-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
section.inter_business {
    z-index: 0;
    margin: 80px 0 0;
    padding: 50px 0 80px;
}
ul.img_list_points li span {
    top: 0;
    background: #FFC90C;
    height: 100px;
    width: 100px;
    padding: 20px;
    border-radius: 100%;
    border: 5px solid #ffffff;
    display: block;
    margin: auto;
}
section.our_beliefs_parts {
    margin: 70px 0 0;
}
/* section.our_beliefs_parts ul {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    margin-top: 65px;
    margin-left: 25px;
    flex-direction: column;
} */
/* section.our_beliefs_parts ul li:before {
    content: "";
    height: 5px;
    width: 5px;
    background: #444444;
    position: absolute;
    top: 12px;
    left: 5px;
    border-radius: 100%;
} */
/* section.our_beliefs_parts ul li {
    font-size: 18px;
    line-height: 1.541;
    color: #000000;
    margin: 25px 0px;
    padding-left: 20px;
} */
section.inner_about_part .about_img, section.inner_about_part .about_img img {
    height: 100%;
}
/* section.our_beliefs_parts ul.list_points li {
    margin: 5px 0;
} */
.our_beliefs_parts ul.img_list_points li {
    width: calc(35% - 30px);
}
.inter_business .about_img, .inter_business .about_img img {
    height: 100%;
    object-fit: cover;
    object-position: center right;
} 
ul.products_des_list li {
    font-size: 16px;
    color: #444444;
    font-weight: 400;
    margin: 0;
    line-height: 1.69;
}

ul.products_des_list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 16px;
}
ul.products_des_list li strong {
    font-weight: 600;
    color: #222222;
}

section.all_products_block.inner_products_info h3 {
    position: relative;
    color: #000000;
    left: 0;
    bottom: auto;
    text-align: start;
    margin: 30px 0 15px;
    font-size: 24px;
}
section.all_products_block.inner_products_info ul.list_points li {
    font-size: 16px;
    color: #444444;
    font-weight: 400;
    margin: 0;
    line-height: 1.69;
} 
section.all_products_block.inner_products_info ul.list_points {
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.fancybox-navigation{
    position: static;
  }
  .fancybox-is-open .fancybox-bg {
    background: #f1f1f1;
    opacity: 1;
  } 
.fancybox-infobar {
    display: none;
  } 
  .fancybox-toolbar, .fancybox-navigation .fancybox-button { 
    opacity: 1;
    visibility: visible;
    transition: opacity .25s ease, visibility 0s ease .25s;
  }
  .fancybox-toolbar button {
    background: transparent;
    border: 1px solid rgb(0 0 0 / 30%);
    margin-left: -1px;
    height: 60px;
    width: 60px;
    padding: 15px;
  }   
  .fancybox-toolbar button svg {
    color: #606060;
  }
  .fancybox-navigation {
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 100%;
    max-width: 135px;
    transform: translateX(-50%);
    height: 100%;
    max-height: 60px;
    z-index: 111111;
  } 
  .fancybox-navigation button.fancybox-button {
    padding: 0;
    border: 1px solid rgb(0 0 0 / 50%);
    border-radius: 100%;
    width: 60px;
    height: 60px;
    top: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
  }  */
  .fancybox-navigation button.fancybox-button svg {
    max-width: 29px;
    color: rgb(0 0 0 / 50%);
  } 
  .fancybox-thumbs__list a:before {
    border: 1px solid #000000;
  }
  .fancybox-container .fancybox-thumbs{
    background: #ffffff;
  }
  .fancybox-thumbs__list a{
    background-size: contain;
  } 
  .fancybox-slide--image {
    padding-bottom: 140px;
    padding-top: 70px;
}
  .fancybox-navigation .fancybox-button div {
    padding: 12px;
  }
  .fancybox-button svg {
    color: #818181;
  } 
 
  .products_img_view {
    cursor: pointer;
}
.products_img_view span {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 38%);
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.6s;
    transform: scale(0.3);
    opacity: 0;
}
.products_img_view:hover span{
    transform: scale(1);
    opacity: 1;
}
.products_img_view:after{
    content: "";
    position: absolute;
    height: 100%;
    max-height: 100px;
    width: 1px;
    background: #ffffff;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) scale(0.2) rotate(180deg);
    z-index: 2;
    transition: all 0.6s;
    opacity: 0;
}
.products_img_view:before{
    content: "";
    position: absolute;
    width: 100%;
    max-width: 100px;
    height: 1px;
    background: #ffffff;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) scale(0.2) rotate(180deg);
    z-index: 2;
    transition: all 0.6s;
    opacity: 0;
}
.products_img_view:hover:after{
    transform: translateY(-50%) scale(1) rotate(0deg);
    opacity: 1;
}
.products_img_view:hover:before{
    transform: translateX(-50%) scale(1) rotate(0deg);
    opacity: 1;
}
section.all_products_block.inner_products_info .products_inner_img img {
    max-width: 300px;
    max-height: 400px;
    object-fit: contain;
}
section.all_products_block.inner_products_info .products_inner_img:before{
    display: none;
}
section.all_products_block.inner_products_info .products_inner_img {
    /* box-shadow: unset; */
    position: sticky;
    top: 160px;
    /* text-align: center; */
    /* padding: 50px; */
    /* background: #f9f9f9; */
    border: unset;
}
section.all_products_block.inner_products_info .products_inner_img .products_img_slider {
    box-shadow: unset;
    text-align: center;
    /* padding: 35px 50px; */
    background: #f9f9f9;
    border: 1px solid rgb(0 0 0 / 14%);
    /* cursor: zoom-in; */
    cursor: url(./../images/zoom-icon.png), auto;
    /* cursor: url('file://192.168.1.200/project-edit/Jayani%20Healthcare/images/zoom.svg'), auto; */
}
section.all_products_block.inner_products_info .products_inner_img .products_img_slider .owl-item .item {
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 35px 50px;
} 
section.all_products_block.inner_products_info .products_inner_img .product_navigation_thumbs .owl-item .item {
    display: flex;
    justify-content: center;
    border: 1px solid rgb(0 0 0 / 13%);
    padding: 15px;
    transition: all 0.4s;
    width: calc(100% - 0px);
    cursor: pointer;
    height: 100%;
}
section.all_products_block.inner_products_info .products_inner_img .product_navigation_thumbs .owl-item.synced .item {
    border: 1px solid rgb(0 0 0 / 80%);
}
section.all_products_block.inner_products_info .products_inner_img .product_navigation_thumbs .owl-item .item img {
    max-width: 60px;
    max-height: 70px;
}
section.all_products_block.inner_products_info .products_inner_img .product_navigation_thumbs {
    margin-top: 10px;
}
section.all_products_block.inner_products_info .products_inner_img .product_navigation_thumbs .owl-nav {
    position: absolute;
    margin: 0;
    /* display: flex; */
    gap: 4px;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    right: 8px;
    top: -102px;
    flex-direction: column-reverse;
}
section.all_products_block.inner_products_info .products_inner_img .product_navigation_thumbs .owl-nav button {
    opacity: 1;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    align-content: center;
    justify-content: center;
    align-items: center;
    border: unset;
    background-color: rgb(13 156 77 / 24%);
    transition: all 0.4s;
    padding: 14px !important;
}
section.all_products_block.inner_products_info .products_inner_img .product_navigation_thumbs .owl-nav button:hover {
    background-color: rgb(13 156 77 / 100%);
}
section.all_products_block.inner_products_info .products_inner_img .product_navigation_thumbs .owl-nav button:hover img {
    filter: invert(0);
}
section.all_products_block.inner_products_info .products_inner_img .product_navigation_thumbs .owl-nav button img {
    max-width: fit-content;
    filter: invert(1);
    opacity: 0.8;
}
section.all_products_block.inner_products_info .products_inner_img .product_navigation_thumbs .owl-stage-outer .owl-stage {
    display: flex;
    height: 100%;
    margin: auto;
}
