.sourcing-banner p {
    border-left: 7px solid #69B445;
    margin-bottom: 60px;
    line-height: 171%;
    font-family: 'aptos-semibold';
    font-weight: 600;
    font-size: 24px;
    padding-left: 38px;
}
.facility-text {
    margin-right: 60px;
}
.manu-servicebanner p {
    max-width: 900px;
}
.offset-1 {
    margin-left: 0;
}
.mobdisplay {
    display: none !important;
}
.formob{
    display: none;
}
.container-2 {
    max-width: 1280px;
}
section.below-privacy a {
    color: unset !important;
    text-decoration: unset;
}
section.below-privacy a:hover {
    color: #69B445;
}
.company-announcement-heading h2 {
    font-family: Aptos;
    font-weight: 700;
    font-size: 40px;
    line-height: 95%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #213565;
    padding: 50px 0px;
}
.webinar-list.calist .webinar-pic {
    width: 25%;
}
.webinar-list.calist .webinar-dec {
    width: 75%;
    padding: 20px 30px;
}
.webinar-list.calist {
    align-items: center;
}
section.content-sec.company-announcement-heading h3 {
    font-family: "aptos-bold";
    font-size: 40px;
    line-height: 95%;
    margin-bottom: 22px;
}
section.content-sec.company-announcement-heading h4 {
    font-family: "aptos-bold";
    font-size: 24px;
    line-height: 95%;
    margin-bottom: 22px;
}
section.content-sec.company-announcement-heading .col-md-12.mb-4 {
    margin-bottom: 0 !important;
}
section.content-sec.company-announcement-heading  p {
    font-family: 'aptos-semibold';
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
}
/* .rellinkscommon,.rellinkscommonthree {
    display: flex;
    align-items: center;
    justify-content: center;
} */
/* .rellinkscommonthree .tab-buttons {
    width: 100%;
} */
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .4em;
    margin-bottom: -3px;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.inner-banner-pic.sourcing-banner-pic-h::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(1, 8, 24, 0.2);
    z-index: 0;
    top: 0 !important;
    left: 0 !important;
}
span.inquire {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-top: 14px;
    padding-right: 67px;
    padding-bottom: 14px;
    padding-left: 67px;
    background: #69B445;
    color: #ffffff;
}
/* .inner-banner-pic.sourcing-banner-pic::after {
    top: 25%;
    left: 0%;
} */


.inner-nav {
    position: sticky;
    padding: 0px 13%;
    top: 86px;
    background: white;
    z-index: 100;
    border: 2px solid #69B445;
}

.inner-nav ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
    gap: 1rem;
    margin: 0;
    position: sticky;
    padding-left: 0;
}
.inner-nav ul li:has(.active) {
    border-bottom: 6px solid rgb(0, 0, 0);
    border-image: linear-gradient(180.31deg, #213565 -115.75%, #426bcb 99.74%);
    border-image-slice: 2;
}
img.banner-mobile {
    display: none;
}
.inner-nav a {
    background: linear-gradient(180.58deg, #213565 21.61%, #426bcb 50.53%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* For non-WebKit browsers that support it */
    color: transparent;
    font-family: aptos-extrabold;
    font-weight: 800;
    font-size: 24px;
    line-height: 95%;
    letter-spacing: 0%;
    padding-bottom: 15px;
}
/* Default: hide mobile, show desktop */
nav.inner-nav:nth-of-type(1) {
    display: block;
  }
  nav.inner-nav:nth-of-type(2) {
    display: none;
  }

  /* On mobile: hide desktop, show mobile dropdown */
  @media screen and (max-width: 768px) {
    .blog-highlight .blog-card {
        gap: 10px;
    }
    .about-sec-2 h2 {
        margin: 0 0 20px 0;
    }
    .about-dec h3 {
margin-bottom: 20px !important;
font-size: 24px !important;
    }
    .about-dec p {
        color: #213565;
        margin: 0 0 10px 0;
        font-family: Aptos;
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
    }
    .faq-header, .faq-content{
        width: 100% !important;
      }
    .sourcing-banner p {
        padding-left: 20px;
    }
    h2.relres.relest1st {
        margin-top: 30px !important;
    }
    /* .sectionhy.requestinformation {
        margin-top: 40px;
    } */
    .content p {
        font-size: 18px !important;
    }
    .content p {
text-align: left;
    }
    .faq-header h2 {
        margin-bottom: 0 !important;
    }
    .inner-nav ul li:has(.active) {
        border-bottom: unset !important;
        border-image: unset !important;
        border-image-slice: 2 !important;
    }
    nav.inner-nav:nth-of-type(1) {
      display: none;
    }
    nav.inner-nav:nth-of-type(2) {
      display: block;
    }
    .inner-nav {
        padding: 0px 0% !important;
        border: none;
    }
    #dropdownMenu {
        margin: 0px;
    }
    /* Mobile dropdown styles */
    .dropdown-toggle {
        display: block;
        width: 100%;
        padding: 1rem;
        color: #213565;
        background: white;
        border: none;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        cursor: pointer;
        border-top: 2px solid #69B445;
        border-bottom: 2px solid #69B445;
    }
    #dropdownMenu {
      display: none;
      flex-direction: column;
      background: white;
      padding: 1rem 0;
      gap: 0.5rem;
    }

    #dropdownMenu.show {
        display: flex;
        /* background: linear-gradient(180.58deg, #213565 21.61%, #426BCB 99.53%); */
        background: #213565;
        top: 35px;
        left: 63px;
        border-radius: 10px;
    }

    #dropdownMenu li {
      padding: 0 10%;
    }

    #dropdownMenu a {
      color: #000;
      text-decoration: none;
      font-family: "aptos-semibold";
    }
  }
  @media screen and (max-width:767px){
    .inner-banner-pic-2 {
        height: auto;
    }
    .inner-banner-text-2 h2 {
        font-size: 48px;
    }
    .inner-banner-text-2 {
        top: 30% !important;
    }
  }
/* .inner-nav a.active {
    border-bottom: 6px solid rgb(0, 0, 0);
    border-image: linear-gradient(180.31deg, #213565 -115.75%, #426BCB 99.74%);
    border-image-slice: 2;
} */
.sectionhy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 13%;
    gap: 40px;
    flex-wrap: wrap;
    background: #e5f3fc;
}

.content {
    flex: 1;
    min-width: 300px;
    color: #213565;
}

.content h2 {
    margin-bottom: 40px;
    font-family: Aptos;
    font-family: "aptos-bold";
    font-size: 40px;
    line-height: 95%;
    text-transform: uppercase;
}

.sourcing_container .content p {
    font-size: 24px !important;
    font-family: "aptos";
    line-height: 120%;
    padding-right: 20px;
}

.content strong {
    font-weight: bold;
}

.image-container {
    position: relative;
    flex: 1;
    min-width: 300px;
    text-align: right;
}

.image-container img {
    width: 100%;
    max-width: 500px;
    border-radius: 40px 0;
}

.tag {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: #1d2c53;
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.tag strong {
    display: block;
    font-size: 18px;
}

.tag span {
    font-size: 14px;
}

@media (max-width: 768px) {
    a.viewall-btn-mobile:after {
        margin-left: 0.1rem !important;
        transform: scale(0.6) !important;
    }
    a.viewall-btn-mobile p {
        font-size: 16px !important;
    }
    h2.relres {
        margin-bottom: 20px;
    }
    section#customized-sourcing .sectionhy {
        padding-bottom: 0 !important;
    }
    section#customized-sourcing .sectionhy.requestinformation h2 {
        font-size: 30px;
        margin: 0px 0px 20px 0px;
    }
    .sectionhy {
        flex-direction: column;
        text-align: center;
    }

    .image-container {
        margin-top: 30px;
    }

    .tag {
        left: 50%;
        transform: translateX(-50%);
    }

    .dots {
        left: 50%;
        transform: translateX(-50%);
        top: -20px;
    }
}
section#customized-sourcing {
    background: #e5f3fc;
}

.inner-nav ul li {
    padding: 2rem 0rem;
    margin-right: 1rem;
}

.tab-content {
    padding: 15px;
    display: none;
}

.tab-content.active {
    display: block;
}
.sectionhy.requestinformation {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    padding: 60px 6%;
}
.sectionhy.requestinformation h2.relres {
    font-family: Aptos;
    font-weight: 700;
    font-size: 40px;
    line-height: 95%;
    text-align: center;
}

.faq-header p:after,
a.viewall-btn-mobile:after {
    content: url("../images/sourcing/viewallarrow.webp");
    background: #213565;
    border-radius: 50%;
    padding: 0px 15px 6px 15px;
    margin-left: 0.5rem;
}

.faq-header a,
a.viewall-btn-mobile {
    text-decoration: none;
}


.faq-container {
    margin: 0 auto;
    background-color: #fff;
    border-radius: 8px;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
}

.faq-header {
    width: 30%;
    padding-right: 30px;
}

.faq-header h2 {
    margin-bottom: 15px;
    color: #213565;
    font-family: Aptos;
    font-family: "aptos-bold";
    font-size: 48px;
    line-height: 120%;
}

.faq-header p,
a.viewall-btn-mobile p {
    font-family: "aptos-semibold";
    font-size: 28px;
    line-height: 120%;
    color: #213565;
    margin-top: 50px;
}

.faq-content {
    width: 70%;
}

.accordion {
    border: 1px solid #2135653d;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    margin-bottom: 45px;
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.accordion-header {
    color: #213565;
    padding: 30px 40px 0px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background-color 0.3s ease;
    border-top-left-radius: 40px;
    font-family: "aptos-semibold";
    font-size: 24px;
    line-height: 150%;
}
.accordion:has(.active) {
background: #F3FAFF;
border:1px solid #213565;
}
.accordion-header::after {
    content: url("../images/sourcing/accordianarrow.webp");
    font-size: 24px;
    color: #666;
    transition: transform 0.3s ease;
}

.accordion-header.active {
    background-color: transparent;
    color: #213565;
}

.accordion-header.active::after {
    content: url("../images/sourcing/accordianarrow2.webp");
    transform: rotate(180deg);
}

.accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    border-bottom-right-radius: 40px;
}

.accordion-content {
    padding: 20px;
    font-family: "aptos";
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #213565;
}
a.viewall-btn-mobile {
    display: none;
}
@media (max-width: 768px) {
    .accordion {
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .inner-nav a {
        -webkit-text-fill-color: #ffffff;
        background-clip: text;
    }
    .sectionhy {
        padding: 30px 5% !important;
    }
    .content h2 {
        margin-bottom: 20px !important;
    }
    .sectionhy {
        gap: 0px;
    }
    .accordion-header {
    font-size: 18px;
    font-family: 'aptos-semibold';
    text-align: left;
}
    .accordion {
        margin-bottom: 20px;
    }
    .faq-header p,
    a.viewall-btn-mobile p {
        margin-top: 20px;
    }
    .sectionhy.requestinformation {
        padding: 0px 0% !important;
    }

    .inner-nav ul li {
        padding: 0.5rem 0rem;
        align-self: center;
    }
    .faq-header p {
        display: none;
    }
    a.viewall-btn-mobile {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .faq-content,
    .faq-header {
        width: 100% !important;
    }
    .faq-container {
        flex-direction: column !important;
    }
    .accordion-body {
        padding: 0px 20px;
        text-align: left;
    }
    .inner-nav ul {
        flex-direction: column;
    }

    .faq-container {
        padding: 20px 20px 0px 20px;
    }

    .faq-header,
    .faq-content {
        width: 100%;
    }

    .faq-header {
        margin-bottom: 30px;
        padding-right: 0;
    }

    .faq-header h2 {
        font-size: 24px;
    }

    .accordion-header {
        padding: 12px 30px;
        min-height: 66px;
        font-family: 'aptos-semibold';
    }

    .accordion-content {
        padding: 15px;
        font-size: 14px;
    }
}
.sectionhy.requestinformation h2 {
    font-family: Aptos;
    font-family: "aptos-bold";
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #213565;
}
@media screen and (max-width: 1700px){
    /* .tab-buttons {
        width: 75%;
    } */
}
@media screen and (max-width: 1660px) {
.sourcing-banner p {
    line-height: 138%;
    font-size: 22px;
}
}
@media screen and (max-width: 1560px) {

    .faq-header h2 {
        margin-bottom: 15px;
        color: #213565;
        font-family: Aptos;
        font-family: "aptos-bold";
        font-size: 42px;
        line-height: 120%;
    }
}
@media screen and (max-width: 1440px) {
    .blog-image{
        flex: 1;
    }
    .blog-highlight .blog-card {
        gap: 0px;
    }
    .container-2 {
        max-width: 992px;
    }

    .inner-banner-text {
        top: 60px;
    }
    span.inquire {
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    font-size: 16px;
}
    .faq-header h2 {
        margin-bottom: 15px;
        color: #213565;
        font-family: Aptos;
        font-family: "aptos-bold";
        font-size: 36px;
        line-height: 120%;
    }
    .content h2 {
        margin-bottom: 40px;
        font-family: Aptos;
        font-family: "aptos-bold";
        font-size: 34px;
        line-height: 95%;
        text-transform: uppercase;
    }
    .content p {
        font-size: 20px !important;
        font-family: "aptos";
    }
    .inner-nav ul {
        gap: 0rem;
    }
    .inner-nav a {
        font-size: 14px;
    }
}
@media screen and (max-width: 1300px) {
    /* .tab-buttons {
        width: 80%;
    } */
}
@media screen and (max-width: 1280px) {
    .inner-nav ul li {
        padding: 1rem 0rem;
        margin-right: 1rem;
    }
.inner-nav {
top: 56px;
}
}
@media screen and (max-width: 1200px) {
    section.content-sec.company-announcement-heading  p {
        font-size: 16px;
    }
    .company-announcement-heading h5 a {
        font-size: 14px;
    }
    section.content-sec.company-announcement-heading h3 {
        font-size: 32px;
    }
    section.content-sec.company-announcement-heading h4 {
        font-size: 20px;
        line-height: 110%;
    }
    .sourcing-banner p {
        font-size: 18px;
    }
    .inner-banner-text.sourcing-banner{
        margin-left: 0px;
    }
    .inner-nav a {
    font-size: 14px;
}
    .sourcing-banner p {
    border-left: 5px solid #69B445;
    margin-bottom: 50px;
}
    .faq-header p:after,
    a.viewall-btn-mobile:after {
        padding: 0px 13px 6px 13px;
    }
    .faq-header p,
    a.viewall-btn-mobile p {
        font-size: 22px;
    }
    .inner-nav {
        padding: 0px 5%;
    }
    .sectionhy {
        padding: 60px 5%;
    }
    .sectionhy.requestinformation {
        display: flex;
        flex-direction: column;
        background: #ffffff;
        padding: 60px 0%;
    }
}
@media screen and (max-width:1080px){
    ul.dropdown-menu.mega-menu.headernav_lik.show {
        transform: unset !important;
    }
    ul.dropdown-menu.mega-menu.headernav_lik.show {
        background: #E7F4FD;
    }
    .inner-nav {
        top: 50px;
    }
        .headerMainMenu .dropdown-menu {
          display: none !important;
          position: static !important;
          background: none;
          box-shadow: none;
        }

        .headerMainMenu .nav-item.show > .dropdown-menu {
          display: block !important;
        }

}

@media screen and (max-width:1024px){
    .dekdisplay{
display: none !important;
    }
    .mobdisplay{
        display: block !important;
    }
    section.below-privacy p,.below-privacy li {
        font-size: 16px;
        line-height: 130%;
    }
    section.below-privacy h2 {
        font-size: 26px;
    }
    .container-2 {
        padding: 0px 50px;
    }
    .webinar-list.calist{
        height: auto !important;
    }
}
@media screen and (max-width: 900px){
    .sourcing_container  .inner-nav li {
        line-height: 50%;
    }
}
@media screen and (max-width: 992px) and (min-width: 571px) {
.inner-banner-pic img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.tab-button {
    font-size: 18px;
    height: 200px;
}
}
@media screen and (max-width: 992px) {
    .explore_cards .card-grid {
        gap: 25px 40px;
    }
    .blog-tags {
        left: 50px;
    }
    .blog-highlight .blog-content {
        flex: 1;
        padding: 30px 0px;
    }
    .blog-highlight .blog-tags .tag, .com_blog_cards .blog-tags .tag {
        left: 0;
    }
    .blog-highlight .blog-card {
        flex-direction: column;
    }
    /* .rellinkscommonthree .tab-buttons {
        width: 90%;
    } */

    .inner-nav ul li {
    padding: 1rem 0rem;
    margin-right: 1rem;
}
    /* .tab-buttons {
        width: 90%;
    } */
}
@media screen and (max-width:820px) {
    section.content-sec.company-announcement-heading h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }
    section.content-sec.company-announcement-heading h4 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    section.content-sec.company-announcement-heading  p {
        font-size: 14px;
    }
    .webinar-list.calist {
        flex-direction: column !important;
    }
    .webinar-list.calist .webinar-dec, .webinar-list.calist .webinar-pic {
        width: 100%;
    }
}
@media screen and (max-width: 640px){
    .below-privacy {
        padding: 30px 0;
    }
    .inner-banner-pic-2 {
        height: auto;
    }
    .container-2 {
        padding: 0px 30px;
    }
    .webinar-list.calist {
        flex-direction: column !important;
    }
    .webinar-list.calist .webinar-dec, .webinar-list.calist .webinar-pic {
        width: 100%;
    }
}
@media screen and (max-width: 570px){
    .webinar-date img {
        margin: 0 7px 0 0;
        transform: scale(0.7);
    }
    .webinar-list.calist .webinar-dec {
        padding: 20px;
    }
    .content-sec {
        padding: 20px 0;
    }
    .company-announcement-heading h2 {
        font-size: 24px !important;
        padding: 20px 0px !important;
        text-align: left;
    }
    .inner-banner-pic.sourcing-banner-pic {
        height: 444px;
    }
    .inner-banner-text {
        top: 30px;
    }
}
@media screen and (max-width: 500px) and (min-width: 400px) {
    .blog-grid .slick-track{
        left: 80px;
            }
}
@media screen and (max-width: 500px) {
    .sourcing_container .accordion-content {
        padding: 0px 12px 10px !important;
    }
    .tab-button {
        font-size: 14px;
        border-top-left-radius: 60px;
        border-bottom-right-radius: 60px;
    }
    section.blogBanner {
        background: url(../images/blog/blogpageback.webp) no-repeat;
        padding: 27px 20px !important;
        background-size: cover;
        background-position: center center;
        border-radius: 23px;
    }
    h1.banner_main_head {
        font-size: 32px !important;
        text-align: center;
        font-family: 'aptos-bold';
    }
    p.banner_subtxt {
        font-size: 16px !important;
        margin-bottom: 5px !important;
        text-align: center;
        font-family: 'aptos-semibold';
    }
    .com_blog_cards .blog-info {
        padding: 30px 0px 0px;
    }
    .explore_cards h2 {
        margin-bottom: 20px;
    }
    .com_blog_cards {
        padding: 0px 0px !important;
        font-family: 'aptos';
    }
    .com_blog_cards .blog-tags {
        left: 35px;
    }
    .com_blog_cards .blog-card {
        margin-left: 5px;
    }
    .webinar-dec h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .webinar-date {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .webinar-dec p {
        font-size: 14px;
        font-weight: 500;
        line-height: 120%;
    }
    .webinar-dec h5 a {
        font-size: 14px;
    }
    span.inquire-2 {
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
        padding-top: 14px;
        padding-right: 67px;
        padding-bottom: 14px;
        padding-left: 67px;
        background: #69B445;
        color: #ffffff;
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        font-family: Aptos;
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
    }
    .fordesk{
        display: none !important;
    }
    .formob{
        display: block;
    }
    .inner-banner-text-2 h2 {
        font-size: 30px;
    }
    section.below-privacy p ,.below-privacy li{
        font-size: 14px;
        line-height: 150%;
    }
    section.below-privacy h2 {
        font-size: 20px;
    }
    .webinar-list.calist {
        margin: 0 0 30px 0;
    }
    section.content-sec.company-announcement-heading h3 {
        font-size: 16px;
    }
    section.content-sec.company-announcement-heading h4 {
        font-size: 14px;
    }
    .content,.image-container {
        min-width: unset;
    }
    .faq-container {
        padding: 20px 0px 0px 0px;
    }
    .tab-button[data-tab^="info"]:before {
        transform: scale(0.7);
    }

    .tab-button[data-tab^="info"]:hover:before {
        transform: scale(0.7);
    }

    .tab-button[data-tab^="quote"]:before {
        transform: scale(0.7);
    }

    .tab-button[data-tab^="quote"]:hover:before {
        transform: scale(0.7);
    }
    .accordion-header::after {
        transform: scale(0.6) !important;
    }
    /* .sectionhy.requestinformation {
    margin-top: 40px;
} */
.sectionhy.requestinformation h2 {
    font-size: 24px !important;
    line-height: 1.2;
}
.content h2 {
    font-size: 24px !important;
}
    .faq-header h2 {
    font-size: 24px;
}

.inner-banner-text p {
    max-width: 100%;
    font-size: 18px;
}
span.inquire {
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    font-size: 16px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    top: 281px;
}
    .inner-banner-text.sourcing-banner {
    margin-left: 0;
}
    .inner-banner-pic.sourcing-banner-pic {
    height: unset;
}
    img.banner-mobile {
    display: block;
}
img.banner-desktop{
    display: none;
}
    .inner-nav ul li {
    padding: 0.1rem 0rem;
    align-self: center;
}
    .inner-nav a {
    font-size: 14px;
}
.inner-nav ul li:has(.active) {
    border-bottom: 3px solid rgb(0, 0, 0);
    border-image: linear-gradient(180.31deg, #213565 -115.75%, #426bcb 99.74%);
    border-image-slice: 2;
}
    /* .tab-buttons {
        width: 80%;
    } */

    .tab-button:after {
        transform: scale(0.6);
    }
    .content p {
        font-size: 18px !important;
        font-family: "aptos";
        line-height: 1.7;
    }
    .content h2 {
        margin-bottom: 40px;
        font-family: Aptos;
        font-family: "aptos-bold";
        font-size: 24px;
        line-height: 120%;
        text-transform: uppercase;
    }
    .accordion-header {
        font-size: 14px !important;
    }
}
@media screen and (max-width:450px){
    span.inquire {
    top: 248px;
}
}
@media screen and (max-width: 400px){
    .blog-grid .slick-track{
        left: 60px;
            }
}
@media screen and (max-width:350px){
    .tab-button {
        padding: 30px 10px 40px 10px;
        font-size: 16px;
    }
    span.inquire {
    top: 220px;
}
}
@media screen and (max-width:320px){
    span.inquire {
    top: 190px;
}
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
    .faq-header {
        width: 40%;
    }

    .faq-content {
        width: 60%;
    }
}


/* dropdown */
.dropdown-hyd {
    position: sticky;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    top: 54px;
    z-index: 99;
}

  .dropdown-button-hyd {
    background-color: #ffffff;
    margin-bottom: 20px;
    color: #000000;
    padding: 10px 15px;
    box-shadow: 0px 0px 4px 2px #00000026;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.dropdown-button-hyd:after {
    content: "";
    border-left: 5px solid #00000000;
    border-right: 5px solid #00000000;
    border-top: 5px solid #000000;
    margin-left: 10px;
    color: red;
}

  .dropdown-content-hyd {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 4px;
    margin-top: 2px;
  }

  .dropdown-content-hyd a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 16px;
    border-bottom: 1px solid #e1e1e1;
}

  .dropdown-content-hyd a:last-child {
    border-bottom: none;
  }

  .dropdown-content-hyd a:hover {
    background-color: #f1f1f1;
  }

  .show-hyd {
    display: block;
    width: 100%;
}
/* contact form css */
li.hs-form-checkbox {
    background: red;
}
.sourcing_container .inner-banner-text{
    top: 130px
}
@media screen and (min-width: 1641px) and (max-width: 1840px){
    .sourcing_container .content h2{
        font-size: 36px;
    }
    .sourcing_container .content p{
        font-size: 22px !important;
    }

}

@media screen and (min-width: 1441px) and (max-width: 1640px){
    .sourcing_container  .inner-nav li{
        padding: 1rem 0;
    }
    .sourcing_container .inner-nav a{
        font-size: 18px;
    }
    .sourcing_container .content h2{
        font-size: 30px;
    }
    .sourcing_container .content p{
        font-size: 20px !important;
    }
    .image-container img{
        max-width: 420px;
    }
    .sourcing_container .inner-banner-text p{
        font-size: 16px;
        line-height: 150%;
    }
}
@media screen and (min-width:1241px) and (max-width: 1440px){
    .sourcing_container .content h2{
        font-size: 28px;
    }
    .sourcing_container .content p{
        font-size: 16px !important;
    }
    .sectionhy.requestinformation h2{
        font-size: 30px;
    }
    .sourcing_container .accordion-header{
        font-size: 18px;
        padding: 15px 20px 0;
    }
    .sourcing_container  .accordion-body{
        padding: 0.5rem;
    }
    .image-container img{
        max-width: 360px;
    }
    .sourcing_container .inner-banner-text p {
        font-size: 12px;
        line-height: 120%;
        font-weight: 600;
        font-family: 'aptos-semibold';
        color: #F7F7F9;
        max-width: 550px;
        padding: 0 0 0 50px;
        border-left: 5px solid #69B445;
        line-height: 164%;
    }
}
@media screen and (min-width:992px) and (max-width: 1240px){

}
/* bugs and fixes and overwritecss */
.sourcing_container  .inner-banner-text p {
    font-size: 24px;
    padding: 0px 0px 0px 38px;
    max-width: 615px;
}
.inner-banner-text.sourcing-banner.manu-servicebanner {
    top: 60px;
}
.manu-servicebanner p {
    max-width: 750px !important;
}
.sourcing_container  .inner-banner-text h1 {
    font-size: 64px !important;
}
.sourcing_container a.btn.btn-common.btn-secondary.px-5 {
    padding: 10px 67px !important;
}
.sourcing_container .accordion-content {
    padding: 10px 20px;
}
@media screen and (max-width:1800px){
.inner-nav a {
    font-size: 20px;
}
}
@media screen and (max-width:1700px){
    .inner-nav {
        top: 70px;
    }
    .sectionhy.requestinformation h2.relres {
        font-size: 36px;
    }
    .sectionhy.requestinformation h2 {
        font-family: Aptos;
        font-family: "aptos-bold";
        font-size: 42px;
        line-height: 120%;
        letter-spacing: 0%;
        color: #213565;
    }
}
@media screen and (max-width:1600px){
    .sectionhy.requestinformation h2 {
        font-size: 38px;
    }
    .tab-button[data-tab^="core"]:before, .tab-button[data-tab^="info"]:before, .tab-button[data-tab^="quote"]:before {
        transform: scale(0.7);
        height: 32px !important;
        width: 0 !important;
    }
    .tab-button:after {
        padding: 35px 31px 25px 31px !important;
        right: 50px !important;
    top: 30px !important;
    }
    .inner-nav {
        top: 70px;
    }
    .sourcing-banner p {
        margin-bottom: 50px;
    }
    .sourcing_container  .inner-banner-text h1 {
        font-size: 50px !important;
        margin-bottom: 25px;
    }
    .manu-servicebanner p {
        max-width: 650px !important;
    }
    .sourcing_container  .inner-banner-text p {
        font-size: 20px;
    }
    .sourcing_container  .inner-banner-text p {
        max-width: 520px;
    }
    .sourcing_container .inner-banner-text {
        max-width: 1100px;
    }
    .sourcing_container a.btn.btn-common.btn-secondary.px-5 {
        padding: 7px 50px !important;
    }
}
@media screen and (max-width:1440px){
    .inner-nav a {
        font-size: 14px;
    }
.sectionhy.requestinformation h2 {
    font-size: 36px;
}
}
@media screen and (max-width:1300px){
    .accordion-header::after {
        scale: 80%;
    }
    .sectionhy.requestinformation h2 {
        font-size: 28px !important;
    }
    .sourcing_container .inner-banner-text {
        top: 100px;
    }
    .inner-banner-text.sourcing-banner.manu-servicebanner p {
        max-width: 550px !important;
    }
    .tab-button{
        height: 200px !important;
        border-radius: 80px 0 !important;
      }
    .tab-button:after {
        right: 25px !important;
        top: 15px !important;
    }
    .tab-button:after {
        transform: scale(0.7);
    }
    .sectionhy.requestinformation {
        padding: 60px 5% 0;
    }
    .accordion {
        margin-bottom: 30px;
    }
    .inner-nav {
        top: 60px;
    }
    .sourcing_container  .inner-nav li{
        padding: 15px 0;
    }
    .sourcing_container  .inner-banner-text p {
        max-width: 424px !important;
        line-height: 145%;
    }
    .sourcing_container  .inner-banner-text h1 {
        font-size: 42px !important;
        margin-bottom: 20px;
    }
    .sourcing_container  .inner-banner-text p {
        font-size: 16px !important;
        margin-bottom: 40px;
    }
    .sourcing_container .inner-banner-text {
        max-width: 1000px !important;
    }
}
@media screen and (max-width:1200px){
    .inner-banner-pic:after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(269.95deg, rgba(0, 0, 0, 0) 0.04%, rgba(0, 0, 0, 0.55) 42.29%);
        top: 0;
    }
    .inner-nav {
        top: 49px;
    }
    .inner-nav a {
        font-size: 14px;
    }
    .accordion-header {
        font-size: 16px;
    }
    .content h2 {
        margin-bottom: 25px;
        font-size: 22px;
    }
    .sourcing_container .content p {
        font-size: 16px !important;
    }
    .sourcing_container .inner-banner-text {
        top: 30px;
        margin: 0 auto;
        max-width: 900px;
    }
}
@media screen and (max-width:768px){
    .inner-nav {
        top: 50px;
    }
    .sectionhy.requestinformation h2 {
        text-align: left;
    }
    .sourcing_container .content p {
        font-size: 14px !important;
    }
    .sourcing_container  .inner-banner-text p {
        font-size: 14px !important;
        margin-bottom: 25px !important;
    }
    .sourcing_container  .inner-banner-text h1 {
        font-size: 32px !important;
    }
    .inner-nav a {
        font-size: 14px;
        padding: 0.5rem 1rem;
        display: inline-block;
    }
}
@media screen and (max-width:425px){
    .inner-banner-pic:after {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0.04%, rgba(0, 0, 0, 0.55) 42.29%);
    }
    .inner-banner-text.sourcing-banner.manu-servicebanner {
        top: 40px;
    }
    .sourcing_container a.btn.btn-common.btn-secondary.px-5 {
        width: 100%;
    }
}
