body.single-post:not(.single-post-casestudy) .header {
    background-color: #0e122b !important;
}

body:not(.single-post-casestudy) .article-post {
    padding: 60px 0;
}

.article {
    padding: 80px 0;
}

.article__heading.centered {
    text-align: center;
}

.single-case-study .getintouch_new+.container.--small.p__relative {
    display: none;
}

.mobile_menu {
    display: none;
}

.product___details__section {
    max-width: 1100px;
    width: 1000px;
    margin: auto;
}

.mt-40 {
    margin-top: 40px;
}

.features {
    display: flex;
    justify-content: space-around;
}

.features span {
    display: block;
    padding-bottom: 0.6rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.4rem;
    line-height: 3.2rem;
    color: #8bddd1;
    font-weight: 600;
}

.sgPageInfo {
    background-color: #f0f0f0;
    padding: 4rem 8rem;
}

.demo__button {
    background: #fcdb19;
    color: #017b5b;
    padding: 12px 21px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 0px;
    cursor: pointer;
    border-radius: 5px;
    text-transform: uppercase;
}

.data-intro {
    font-size: 20px;
}

.card-grid ul {
    list-style: none;
}

.card-grid {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 2rem;
}

.shadow-bs-1 {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-align: center;
    padding: 45px;
}

.shadow-bs-1 .text-2xl {
    font-size: 20px;
    font-weight: 600;
}

.sgProviderHead {
    position: relative;
    z-index: 0;
    background-color: #e8f8f7;
    margin-top: 2rem;
}

.provider-grid {
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    padding: 3rem;
}

.listing-with-dashes ul {
    list-style: none;
    padding-left: 0;
}

.listing-with-dashes ul li {
    position: relative;
    padding-left: 1.5rem;
}

.listing-with-dashes ul li:before {
    content: "";
    position: absolute;
    width: 1rem;
    height: 2px;
    left: 0;
    top: 0.64em;
    background-color: rgba(0, 0, 0, .2);
}

.cf {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* .cf:before,
.cf:after {
    content: " ";
    display: table;
} */

.work-shot--fixed {
    display: block;
}

.work-shot:hover,
.work-shot:focus .work-shot-content {
    opacity: .8 !important;
    color: #fff;
}

.work-shot {
    position: relative;
    display: block;
    transition: width .3s cubic-bezier(0.23, 1, .32, 1);
}

.work-shot img {
    width: 100%;
    opacity: 1;
    transition: opacity .8s cubic-bezier(0.23, 1, .32, 1);
    transition: ease .5s;
}

.defer-loading {
    opacity: 1;
    transition: opacity .3s;
}

.work-shot-content {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    padding: 45px 45px 0px 10px;
    width: 100%;
    color: #fff;
    transition: ease .5s;
}

.work-shot-heading {
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    max-width: 50%;
    letter-spacing: .07em;
}

.work-shot-title {
    padding-bottom: 20px;
    display: block;
    font-size: 30px;
    font-weight: 700;
}

.work-shot-description {
    display: block;
    transition: opacity .8s cubic-bezier(0.23, 1, .32, 1), max-height .8s cubic-bezier(0.23, 1, .32, 1), padding .8s cubic-bezier(0.23, 1, .32, 1);
    opacity: 0;
    color: #fff;
    overflow: hidden;
    padding-bottom: 0;
}

.work-shot:hover .work-shot-content,
.work-shot-description {
    opacity: .8;
    transform: translateY(-13px); 
}

.sub-heading {
    line-height: 1.3em;
}

.bottom-nav {
    display: none
}

@media (max-width: 768px) {
    .cf {
       display: block; 
    }

    .menu-main-menu-container {
        display: none;
    }

    .features {
        display: block;
    }

    .new-container {
        padding: 0px 32px !important;
    }

    .card-grid {
        grid-template-columns: auto;
    }

    .mobile_menu {
        display: block !important;
    }

    .sgPageInfo {
        padding: 2rem 1rem;
    }

    .provider-img {
        text-align: center;
    }

    .provider-grid {
        display: grid;
        gap: 21px;
        padding: 15px;
    }

    .header__mbl__nav {
        width: 100vw;
        height: 665px;
        background-color: white;
        z-index: 100;
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        border-top: 8px solid #000039;
        transition: all 0.3s ease;
        opacity: 0;
        pointer-events: none;
        flex-direction: column;
        justify-content: space-between;
        box-sizing: border-box;
    }

    .showMenu {
        background: #fff !important;
    }

    .header__logo {
        padding: 0px;
        width: 205px;
    }

    .accordion-content {
        padding: 10px 10px;
    }

    .accordion {
        background-color: #fff;
        color: #f00;
        cursor: pointer;
        padding: 5px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 25px;
        font-weight: 600;
        transition: 0.4s;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }

    .ac-active,
    .accordion:hover {
        background-color: #fff;
    }

    .accordion:after {
        content: '\2192';
        color: #000;
        font-weight: 800;
        float: right;
        margin-left: 5px;
    }

    .ac-active:after {
        content: "\2192";
    }

    .without_icons {
        background-color: #fff;
        color: #000;
        cursor: pointer;
        padding: 5px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 25px;
        font-weight: 600;
        transition: 0.4s;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }

    .panel {
        padding: 0 18px;
        background-color: white;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }

    .mobile-ul {
        list-style: none;
    }

    .mobile-ul li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        padding: 10px 0;
        margin-bottom: 0;
        font-size: 18px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobile-ul li a {
        color: #000;
    }

    .mobile_social_links {
        text-align: right;
        height: 60px !important;
        display: flex;
        align-items: center;
        background: green;
        justify-content: center !important;
        position: absolute;
        bottom: 0;
        width: 100%;
    } 
    .newsContent__heading {
        margin-bottom: 40px !important;
    }

    .mt-5rem {
        margin-top: 35px !important;
    }

    ::-webkit-scrollbar {
        width: 0px !important;
    }

    .homeBanner__img img {
        height: 550px !important;
        object-fit: fill;
    }

    .getintouch__banners img {
        height: 186px;
        object-fit: cover;
    }

    .new__footer {
        margin-top: 0rem !important;
    }

    .bottom-nav {
        display: block;
        position: fixed;
        z-index: 999999;
        bottom: -17px;
        width: 100%;
    }

    .bottom-nav-wrap ul {
        width: 100%;
        list-style: none;
        display: flex;
        background: #005b0d;
        align-items: center;
        padding: 0 0px;
        justify-content: center;
        text-align: center;
    }

    .bottom-nav-wrap ul li {
        width: 100%;
        padding: 12px;
    }

    .bottom-nav-wrap ul li:hover {
        background: #0a4413;
    }

    .mb-img-gap {
        filter: invert(26%) sepia(78%) saturate(2000%) hue-rotate(98deg) brightness(95%) contrast(108%);
        margin-right: 10px;
        width: 23px;
    }

    .casion__provider {
        padding-top: 62px !important;
    }
.social_links a{
   margin-left:0px !important;
}
.Inner___pages {
   margin-top: 5rem !important;
}
.services-match-api{
   margin-top: 63px !important;
}
.odds-mobile-img{
   height:auto !important
}
.h4background{
   height: 75px !important;
}

.blog-details__date {
    padding: 8px 15px 10px !important;
}
}
@media screen and (min-device-width:768px) and (max-device-width: 1220px) {
   .services-match-api{
      margin-top: 83px !important;
  }
  .cf {
   display: grid; 
  grid-template-columns: repeat(2, minmax(0, 1fr)); 
}
.service-list {
   grid-template-columns: repeat(9, minmax(0, 1fr))!important;
   gap:30px;
    margin: 0 !important;
}
}

@media (max-width: 768px) {
    .service-list {
        grid-template-columns: repeat(6, minmax(0, 1fr))!important;
        gap:30px;
         margin: 0 !important;
     }
     .service-list .item {
        height: 325px !important;
    }
}
@media screen and (min-device-width:480px) and (max-device-width: 592px) {
   .service-list {
       display: block !important;
        margin: 0 !important;
    }
     .service-list .item{
        height: 285px !important;
    }

}

@media (max-width: 480px){
.service-list {
   display: block !important;
   margin: 0 !important;
}
.cf {
   display: grid; 
  grid-template-columns: repeat(1, minmax(0, 1fr)); 
}
.work-shot{
    height: 259px; 
}
}

.sidebar__search {
   position: relative;
   display: block;
}
.sidebar__search-form {
   position: relative;
}
.sidebar__search-form input[type=search] {
   display: block;
   border: none;
   outline: none;
   background:linear-gradient(45deg, #013800, #007818);
   color: #fff;
   font-size: 18px;
   font-weight: 500;
   padding-left: 5px;
   text-align: center;
   height: 74px;
   width: 100%; 
   border-radius: 10px;
}
.sidebar__search-form button[type=submit] {
   background-color: transparent;
   color: #111;
   font-size: 22px;
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   width: 72px;
   outline: none;
   border: none;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   padding: 0;
}
.sidebar__post {
   position: relative;
   display: block;
   padding: 46px 30px 30px;
   color: #000;
   background: linear-gradient(45deg, #013800, #007818);
   border-radius: 10px;
   overflow: hidden;
   z-index: 1;
}
.sidebar__single {
   margin-top: 30px;
}
.sidebar__title {
   margin: 0;
   font-size: 20px;
   margin-bottom: 5px;
   font-weight: 700;
}
.sidebar__title {
   margin-left: 20px;
}
.sidebar__post .sidebar__post-list {
   margin: 0;
}
.list-unstyled {
   padding-left: 0;
   list-style: none;
}
.sidebar__post .sidebar__post-list li {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   padding: 16px 20px 17px;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}
.sidebar__post .sidebar__post-list .sidebar__post-image {
   margin-right: 20px;
   -webkit-box-flex: 70px;
   -ms-flex: 70px 0 0px;
   flex: 70px 0 0;
}
.sidebar__post .sidebar__post-list .sidebar__post-image > img {
   width: 80px;
   border-radius: 10px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content {
   position: relative;
   top: -3px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
   font-size: 18px;
   margin: 0;
   line-height: 26px;
   letter-spacing: 0;
}
.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
   font-size: 14px;
   font-weight: 500;
   color: #fff !important;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}
.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
   color: #fff;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   display: block;
   font-size: 16px;
   font-weight: 700;
   line-height: 24px;
}
.sidebar__tags {
   position: relative;
   display: block;
   color: #fff;
   background: linear-gradient(45deg, #013800, #007818);
   padding: 46px 45px 50px;
   border-radius: 10px;
   overflow: hidden;
   z-index: 1;
}
.sidebar__title {
   margin: 0;
   font-size: 20px;
   margin-bottom: 5px;
   font-weight: 700;
} 
.sidebar__tags .sidebar__title {
   margin-left: 5px;
   margin-bottom: 25px;
} 
.sidebar__tags-list a {
   font-size: 14px;
   color: #013800;
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
   background: #ffffff;
   display: inline-block;
   padding: 5px 28px 5px;
   margin-left: 5px;
   border-radius: 30px;
}
.sidebar__tags-list a + a {
   margin-left: 5px;
   margin-top: 10px;
}
.blog-details__img {
   position: relative;
   display: block;
   border-radius: 10px;
}
.blog-details__img img {
   width: 100%;
   border-radius: 10px;
}
.blog-details__date {
   position: absolute;
   bottom: 0;
   left: 0;
   background: linear-gradient(45deg, #013800, #007818);
   text-align: center;
   padding: 21px 24px 20px;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   border-bottom-right-radius: 10px;
   border-top-right-radius: 10px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
}
.blog-details__date .day {
   font-size: 18px;
   color: #fff; 
   line-height: 20px;
}
.blog-details__date .month {
   position: relative;
   display: block;
   font-size: 14px; 
   color: #fff;
   line-height: 16px;
   text-transform: uppercase;
}
.package {
    padding: 20px 0 0;
    text-align: center;
}
.package h2 {
    margin-bottom: 20px;
}
.our__services_title_main{
    margin:10px 0;
    line-height:55px 
}
.package .package-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}
.package .package-card {
    background-color: #014a07;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    color:#fff;
    text-align:start 
}
.package .package-card:hover{
    transform: translateY(-5px);
    background-color: #006c14;
}
.package .package-card h3{
    font-size:20px 
}
.package .package-card img {
    width:45px;
    max-width: 100px;
    margin-bottom: 15px;
    margin-right:5px
}
.advantages {
    background-color: #014a07;
    margin: 20px 0 ;
    background-image: url(../images/images/background-our-product-banner.html);
    animation: gradient 10s ease infinite;
}
.advantages h2 {
    font-size: 36px;
    font-weight: 700;
}
.advantages p {
    font-size: 16px;
    line-height: 1.6;
    text-align:center 
}
.advantage-card {
    background: transparent;
    border-radius: 10px; 
}
.advantage-card img{
    height: 600px;
    width: auto !important;
    margin: 0 auto;
}
.advantage-card h5 {
    font-size: 18px;
    font-weight: 600;
}
.advantage-card p {
    font-size: 14px;
    color: #b0b9df;
    padding-bottom:10px 
}
.advantages_products{
    height: 600px;
}
.advantages_products::-webkit-scrollbar{
    background:transparent 
}
.features {
    padding: 20px 0 0;
    text-align: center;
}
.features ul {
    list-style: none;
    padding: 0;
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    gap:10px 
}
.features ul li {
    margin: 10px 0;
    padding: 20px;
    background-color: #014a07;
    color:#fff;
    border-radius: 5px;
    font-size:15px 
}
.features ul li i{
    font-size:24px;
    color:#f7ed48;
    margin-right:10px 
}
.steps {
    padding: 20px 0 50px;
    text-align: center;
}
.steps .grid_step{
    display:flex;
    gap: 10px;
}
.grid_step .step{
    width: 20%;
}
.steps .step {
    background-color: #014a07;
    color:#fff;
    padding: 20px;
    border-radius: 10px;
    text-align:start 
}
.steps .step:hover{
    transform: translateY(-5px);
    background-color: #006c14;
}
.steps .step .step_number{
    background: #1e8734;
    border-radius: 50% 50% 50% 50%;
    width: 45px;
    display: flex;
    height: 45px;
    justify-content: center;
    align-items: center;
    margin-bottom:15px;
}
.steps .step:last-child .step_number{
    background:#fcdb19;
}
.steps .step:last-child .step_number span{
    color:#1e8734 
}
.steps .step .step_number span{
    font-size:22px;
    font-weight:700;
    color:#fff 
}
.step_content{
    display: flex;
    flex-direction: row-reverse;
    align-content: center;
    justify-content: space-between;
    gap: 15px;
}
.step_arrow{
    margin-top:15px 
}
.step h4{
    font-size:28px 
}
.package-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.package-card, .advantage, .step {
    text-align: center;
    padding: 15px;
    background: #014a07;
    border-radius: 8px;
}
.package-card p{
    text-align: center;
    margin-bottom: 0;
}
.features-list {
    list-style: none;
    padding: 0;
}
.features-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.features-list li:hover{
    transform: translateY(-5px);
    background-color: #006c14;
}
.b2c_contact_btn{
    position: absolute;
    bottom: 3%;
    left: 0;
    right:0;
}
@media (max-width:956px) {
    .features ul{
        display:block 
   }
    .steps .grid_step{
        display:block 
   }
    .steps .grid_step .step{
        width: 100%;
        margin-bottom:10px 
   }
    .our__services_title_main{
        line-height:0.93 
   }
    .advantages_products{
        height:auto;
        overflow: hidden;
   }
    .b2c_contact_btn{
        position: absolute;
        right: 0;
        left: 0;
        bottom:5px 
   }
   .step_content { 
        gap: 24px;
    }
    .step_arrow {
        margin-top: 0px;
        transform: rotate(90deg);
        margin-right: 15px;
   }
   .advantage-card img{
        height: 500px;
        width: auto !important;
        margin:0 auto
    }  
    .Home__Banners { 
        margin-top: 63px !important;
    }
} 
@media (min-width:592px) and (max-width: 768px) {
    .advantages h2 {
        font-size: 28px;
   }
    .advantages p {
        font-size: 14px;
   }
    .advantage-card h5 {
        font-size: 16px;
   }
    .advantage-card p {
        font-size: 12px;
   }
    .features-list{
        display:grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap:10px !important 
   }
    .steps .grid_step{
        display:grid;
        grid-template-columns: repeat(2, 1fr);
        gap:10px 
   }
}
@media (min-width:957px) and (max-width: 1220px) {
    .step h4 {
        font-size: 24px;
    }
}

.special-catogory{
    background:#f2f2f2;
}
.category-container {
    display: flex;
    gap: 10px; 
    margin:20px auto;
    justify-content: center;
} 
.category-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 15px;
    width: 100%;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
} 
.category-card img {
    width: 90px;
    height: auto;
    margin-bottom: 10px;
} 
.category-card p {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #333;
} 
.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}
@media (max-width:1220px) {
    .category-card p { 
        font-size: 13px; 
    }
}
@media (max-width:767px) {
    .category-container {
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(3, 1fr);
        margin: 20px auto;
    }
    .category-card {
        background-color: white;
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        text-align: center;
        padding: 5px;
        width: 100%;
        cursor: pointer;
        transition: transform 0.2s, box-shadow 0.2s;
    }
    .category-card img {
        width: 75px;
        height: auto;
        margin: 10px auto 5px;
    }
    .category-card p {
        margin: 0;
        font-size: 14px;
        font-weight: bold;
        color: #333;
    } 
    .font_size_24{
        font-size:30px !important
     } 
}
 