img.aboutcheckimg {
    width: 80%;
    background-color: #eb9510;
    padding: 10px;
    border-radius: 10px;
}

.rts-blog-area.eight.rts-section-gapTop {
    margin-top: 65px;
}

.rts-blog-area.eight.rts-section-gapTop {
    margin: 43px 0 80px !important;
}

.rts-client-review-two.rts-section-gapTop.bg-client-r-h2 {
    padding-bottom: 80px !important;
    padding-top: 60px !important;
}

.banner_img{
/*    border: 22px solid #eb9510;*/
    border-radius: 64px;
/*    height: 374px;*/
    width: 70%;
}

.cutbg {
    background-color: #eb9510;
    color: #000;
    padding: 20px 35px;
    margin-right: 29px;
    border-radius: 10px;
    text-align: center;
    font-size: 23px !important;
    font-weight: 600;
}

.banner-tena-area.banner-bg-10.bg_image.rts-section-gap .container-fluid {
    padding: 0px 50px;
}

@media only screen and (max-width: 479px) {
  .main-header .button-area {
    margin: 10px 0;
  }
  .banner-tena-area.banner-bg-10.bg_image.rts-section-gap .container-fluid {
    padding: 0px 15px;
  }
  .cutbg {
    background-color: #eb9510;
    color: #000;
    padding: 16px;
    margin-right: 0px;
    border-radius: 10px;
    text-align: center;
    font-size: 17px !important;
    font-weight: 600;
  }
      .banner-tena-area .banner-ten-inner-content .title {
        font-size: 26px;
        line-height: 35px;
    }
    .banner_img {
    border: 22px solid #eb9510;
    border-radius: 64px;
    height: auto;
    width: 100%;
}
.banner-tena-area .banner-ten-inner-content {
    padding-top: 0px;
    display: grid;
        text-align: center;
}
    .banner-bg-10 {
        height: 945px;
    }

    .rts-business-solution.rts-section-gap {
    margin-top: -47px;
}
    .thumbnail-img-10 {
    display: flex;
    justify-content: flex-end;
    position: relative;
    padding-top: 60px !important;
}
.banner-tena-area .banner-ten-inner-content p.disc {
    margin-bottom: 30px;
}
    .service-one-inner {
        padding: 0px 18px 25px 15px;
    }
}

.social-media-fixed {
    position: fixed;
    top: 50%;
    right: 10px; /* Adjust as needed */
    transform: translateY(-50%);
    z-index: 1000; /* Ensure it stays on top of other elements */
    background-color: #fff;
    padding: 0 6px;
}

.social-media-fixed a {
    display: block;
    margin: 10px 0;
}

.social-media-fixed img {
    width: 30px; /* Adjust size as needed */
    height: 30px; /* Adjust size as needed */
    transition: opacity 0.3s; /* Optional: smooth hover effect */
}

.social-media-fixed img:hover {
    opacity: 0.7; /* Optional: hover effect */
}

.cust_blogbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -22px;
    margin-top: -10px;
}

.blog-grid-inner {
    border: 1px solid #E6E9F0;
    border-radius: 15px;
    margin-bottom: 30px;
}

strong.blog_subtitle {
    font-size: 23px;
    color: #242323;
}