html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0px;
    border: 0;
    outline: 0;
}
body {
    color: var(--white);
    font-family: 'Inter 18pt';
    font-weight: 300;
    font-size: 20px;
    background: var(--black);
    line-height: 130%;
    letter-spacing: 0.5px;
    margin: 0;
}
p {
    line-height: 150%;
}
:root{
    --gray: #7C7C7C;
    --white: #ffffff;
    --black: #000000;
    --dark-gray: #333333;
  }
a {
    text-decoration: none;
    color: var(--white);
    transition: all 0.2s ease-in-out;
}
a:hover {
    color: var(--gray);
}
h1, h2, h3, h4, h5, h6 {
    position: relative;
    color: var(--white);
    margin-bottom: 30px;
    font-family: 'Onest';
    font-weight: 500;
}
h1 {
    font-size: 50px;
    line-height: 120%;
}
h2 {
    font-size: 44px;
    line-height: 120%;
}
h3 {
    font-size: 32px;
    line-height: 120%;
}
h4 {
    font-size: 24px;
    line-height: 110%;
}
h5 {
    font-size: 22px;
    line-height: 100%;
}
h6 {
    font-size: 18px;
    line-height: 100%;
}
p {
    margin-bottom: 30px;
}
/* .white-btn {
    font-size: 16px;
    display: inline-block;
    color: var(--black);
    line-height: normal;
    padding: 10px 29px;
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
    background: var(--white);
    text-decoration: none;
    font-weight: 500;
} */
.white-btn:hover {
    background: var(--dark-gray);
    color: var(--white);
    transition: all 0.3s ease-in-out;
}
/* .black-btn {
    font-size: 16px;
    display: inline-block;
    color: var(--white);
    line-height: normal;
    padding: 10px 29px;
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
    background: var(--dark-gray);
    text-decoration: none;
    font-weight: 500;
} */
.black-btn:hover {
    background: var(--white);
    color: var(--black);
    transition: all 0.3s ease-in-out;
}
/* .border-btn {
    font-size: 16px;
    display: inline-block;
    color: var(--white);
    border: 2px solid var(--white);
    line-height: normal;
    padding: 10px 29px;
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
} */
.border-btn:hover {
    background: var(--white);
    color: var(--black);
    transition: all 0.3s ease-in-out;
}

/*---------------------------
         Header
---------------------------*/
.header {
    position: relative;
    padding: 20px 0;
    /* border-bottom: 2px solid #7F7C7C33; */
    background: #000;
}
.header-row {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
.main-nav ul {
    display: flex
;
    align-items: center;
    list-style: none;
}
.main-nav ul {
    display: flex
;
    align-items: center;
    list-style: none;
    gap: 80px;
}
.main-nav ul a {
    font-size: 16px;
}
.header-btn {
    display: flex
;
    align-items: center;
    gap: 20px;
}
.main-nav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.space {
    margin: 0;
}
.main-nav.mobile {
    display: none;
}
.mobile-link {
    display: none !important;
}
/*---------------------------
         Banner
---------------------------*/
.banner-area.inner {
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 60%, rgba(255, 255, 255, 0.20211834733893552) 100%);
    padding: 110px 0 150px 0;
}
.banner-area {
    position: relative;
    padding:  0 0 150px 0;
}
/* .tabs-section.inner {
    padding: 40px 0 0 0;
} */
.banner-img {
    text-align: right;
}
.banner-caption {
    padding-right: 70px;
	max-width: 693px;
	margin-left: auto;
}
h1 strong, h2 strong {
    color: var(--gray);
    font-weight: 500;
}
.container.aniamtion {
    display: flex;
    flex-direction: row;
}
.container-fluid.aniamtion {
    display: flex;
    flex-direction: row;
}
.left-column .banner-caption:nth-child(2) {
    margin-top: 350px;
}
.left-column {
    flex: 1;
	width: 50%;
}
.right-column {
    flex: 1;
	width: 50%;
}
.banner-caption p:last-child {
    margin-bottom: 0;
}
.banner-caption ul, .animation-tab ul {
    padding: 0;
}
.welcome-text{
    margin-top: 550px;
}
.animate {
    color: #fff;
  }
      
  h2.marquee-text {
    font-family: 'Onest';
    font-size: 130px;
    background: linear-gradient(to right, #FFFFFF 0%, #1A1A1A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 242px;
    margin: 0;
    white-space: nowrap;
  }
  
  .marquee-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  
  .marquee-track {
    display: inline-block;  
    min-width: 100%;      
    white-space: nowrap;
    animation: scrollOnce 15s linear infinite;
  }
  
  @keyframes scrollOnce {
    0% {
      transform: translateX(100%);   
    }
    100% {
      transform: translateX(-100%);  
    }
  }
  
	.left-column .banner-caption:nth-child(1) {
    padding-top: 150px;
}
	@keyframes foo {
	to {
		scale: 1;
	}
}
model-viewer {
    display: block;
    width: 120%;
    height: 120vh; 
    position: sticky !important;
    top: 0 !important;
    animation: foo linear both;
    animation-timeline: scroll(block root);
    z-index: 1;
}
	
model-viewer::part(default-progress-bar) {
	display: none;
}
.right-column {
    position: relative;
    z-index: -1;
    padding-top: 80px;
}
model-viewer {
    margin-top: -150px !important;
    margin-bottom: -200px !important;
    margin-left: -150px !important;
}
.left-column.mobile, .right-column.mobile {
    display: none;
}
/*---------------------------
        Content-Section
---------------------------*/
.welcome-section {
    padding: 162px 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 60%, rgba(255, 255, 255, 0.20211834733893552) 100%);
}
.banner-caption ul li, .animation-tab li, .ifu-toc ul li {
    list-style: none;
    position: relative;
    padding-left: 35px;
    line-height: 31px;
}
.banner-caption ul li::before, .animation-tab li:before, .ifu-toc ul li::before {
    position: absolute;
    content: "";
    background: url(https://myworkspaceserver.com/contra-health-care/wp-content/uploads/2025/04/arrow.png) no-repeat;
    width: 20px;
    height: 12px;
    left: 0;
    top: 8px;
}
.ifu-toc ul li::before {
        filter: brightness(0);
        transition: all 0.3s ease-in-out;
}
.content-section {
    padding: 100px 0;
    background: #1a1a1a;
}
.content {
    text-align: center;
    max-width: 1130px;
    margin: 0 auto;
    font-family: 'Onest';
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
}
.content p:last-child {
    margin-bottom: 0;
}
.tabs-section {
    padding: 150px 0 100px 0 ;
	overflow: hidden;
}
/* .tabs-section h2 {
	font-size: 170px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
} */
.tabs-section .col-md-6:nth-child(even) .box-tab[data-aos=fade-up-right], .tabs-section .col-md-6:nth-child(even) .tab[data-aos=fade-up-right] {
    transform: translate3d(100px, 100px, 0);
}
.tabs-section .col-md-6:nth-child(even) .box-tab[data-aos^=fade][data-aos^=fade].aos-animate,
.tabs-section .col-md-6:nth-child(even) .tab[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
/* .tab {
    background: var(--dark-gray);
    padding: 50px 60px;
    border-radius: 12px;
    height: 100%;
    color: var(--gray);
} */
.tabs-section.home .box-tab img {
    margin-bottom: 30px;
}
.tabs-section.home .box-tab p:last-child {
    margin-bottom: 0;
}
.full-width-section {
    text-align: center;
    padding: 20px 0 50px;
    height: 730px;
} 
.full-width-section h2 {
    max-width: 500px;
    margin: 0 auto 60px;
}
video.component-video {
    width: 634px;
}
  video.carousel-video {
    width: 100%;
}
.slider-track {
    width: max-content;
    display: flex;
    width: 100%; 
    margin: 0 auto;
} 
  
  .slider-images {
    display: flex;
    gap: 20px;
  }
  
  .slider-img {
    min-height: 200px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    justify-content: center;
    border: 1px solid var(--gray);
    transition: all 0.3s ease-in-out;
}
.slider-img.active {
    border: 1px solid #fff;
    border-radius: 12px;
} 
video.carousel-video {
    width: 100%;
    border-radius: 12px;
} 
.slider-img:hover {
    border: 1px solid #fff;
    cursor: pointer;
} 
/* @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  } */
  
.experience-section {
    padding: 190px 0;
    position: relative;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 60%, rgba(255, 255, 255, 0.20211834733893552) 100%);
}
.experience-caption {
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
    color: var(--gray);
    font-size: 24px;
    line-height: 1.4;
}
.experience-caption h2 {
    margin-bottom: 30px;
}
.experience-caption p {
    margin-bottom: 50px;
}
.inner-banner-caption p:last-child {
    margin-bottom: 0;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-EditProfileForm .user-registration-profile-fields > p {
    margin: 0 !important;
}
/*---------------------------
         Footer
---------------------------*/
footer.footer {
    padding: 100px 0;
    position: relative;
    z-index: 1;
    background: #000;
}
.footer-tab {
    display: flex
;
    justify-content: space-between;
    color: var(--gray);
    font-size: 16px;
    padding-left: 30px;
}
.footer-tab ul li {
    list-style: none;
    margin-bottom: 20px;
}
.footer-tab ul li a {
    color: var(--gray);
    transition: all 0.2s ease-in-out;
}
.footer-tab ul li a:hover {
    color: var(--white);
}
.footer-tab ul li:last-child {
    margin-bottom: 0;
}
.footer-info ul li:first-child strong {
    margin-bottom: 20px;
    display: block;
}
.footer-info ul li img {
    max-width: 27px;
}
.footer-info ul li {
    display: flex
;
    align-items: start;
    gap: 20px;
}
.footer-tab ul li strong {
    color: var(--white);
    font-weight: 500;
}
.footer-tab ul li p {
    margin: 0;
}
.footer-logo {
    margin-bottom: 20px;
}
.footer-icon {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}
.footer-icon a {
    display: block;
    padding: 10px 10px;
    transition: all 0.2s ease-in-out;
}
.footer-icon a:hover {
    transform: scale(1.2);
}
.footer-icon a img {
    max-width: 20px;
}
.copy-right {
    font-size: 16px;
    color: var(--gray);
    line-height: 1.5;
}
.copy-right p:last-child {
    margin-bottom: 0;
}
/*------------------------
company page
---------------------------*/

.inner-banner-caption {
    text-align: center;
    max-width: 815px;
    margin: 0 auto;
}
.slider { 
  display:grid;
  column-gap: 20px;
  grid-auto-flow:column;
  width:max-content;
}
.timline-area .container {
    padding: 0;
}
.card { 
    width:50rem;
    height:20rem;
    background-color:#dbdbdb;
}
.progress-bar {
    margin-bottom: 35px;
    width: 100% !important;
    height: 5px;
    background-color: var(--gray) !important;
    position: relative;
}
.pin-spacer {
    width: 1410px !important;
    max-width: 1410px !important;
    margin: 0 auto !important;
} 
.timline-area h2 {
    margin-bottom: 50px;
}
.progress-line {
    position: absolute;
    left: 0;
    height: 100%;
    background-color: var(--dark-gray);
    width: 100%;
}
section { 
    min-height:100vh;
    }
    .timline-area {
        overflow: hidden;
        padding: 0 !important;
        display: grid
    ;
        align-content: center;
        width: 1410px !important;
        max-width: 1410px !important;
        margin: 0 auto !important;
    }

    .slider .card {
        background: var(--dark-gray);
        border: 0;
        padding: 40px;
    }
    .slider .card h3 {
        margin-bottom: 20px;
        font-size: 30px;
    }
    .slider .card ul li {
        margin-bottom: 7px;
    }
    .slider .card ul {
        padding-left: 21px;
    }
    .tabs-section.home .box-tab ul li {
        margin-bottom: 10px;
    }
    ul {
        padding-left: 20px;
    }

/* .tabs-section.inner .tab {
    padding: 30px;
}
.tabs-section.inner .tab h3 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 130%;
} */
.animation-tab {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
    color: var(--gray);
    border: 2px solid var(--dark-gray);
}
.animation-tab h3 {
    font-size: 30px;
    margin-bottom: 20px;
}
.animation-tab li {
    margin-bottom: 10px;
} 
.animation-tab:last-child {
    margin-bottom: 0;
}
/* .tabs-section.product .tab img {
    margin-bottom: 17px;
    max-height: 80px;
}
.tabs-section.product:first-child .col-md-6:nth-child(2) .tab img, .tabs-section.product:first-child .col-md-6:nth-child(4) .tab img {
    max-height: 65px;
}
.tabs-section.inner.product:nth-child(2) {
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 60%, rgba(255, 255, 255, 0.20211834733893552) 100%);
    padding: 40px 0 100px 0;
} */
.animation-tab p:last-child {
    margin-bottom: 0;
}
.animation-tab img {
    max-height: 80px;
    margin-bottom: 20px;
}

/* .tabs-section.inner.product .animation-tab {
    max-width: inherit;
    background: var(--dark-gray);
} */
.box-section {
    padding: 100px 0;
    background: #000;
    position: relative;
    z-index: 1;
}
.box-section.manuals h2 {
    color: #000;
}
.box-section.manuals {
    background: #F4F4F4;
}
.box-tab {
    position: relative;
    overflow: hidden;
    padding: 40px;
    border-radius: 15px;
    margin-bottom: 24px;
    min-height: 394px;
    border: 2px solid var(--dark-gray);
    background: var(--black);
    z-index: 1;
}

.box-tab::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(130deg, rgba(0, 0, 0, 1) 20%, rgba(51, 51, 51, 0.8) 80%);
    opacity: 1;
    transition: opacity 1s ease;
    z-index: -1;
}
/* .box-section .col-lg-4:nth-child(3) .box-tab::before,
.box-section .col-md-6:nth-child(even) .box-tab::before, */
.tabs-section.home .col-md-6:nth-child(even) .box-tab::before {
    background: linear-gradient(220deg, rgba(0, 0, 0, 1) 20%, rgba(51, 51, 51, 0.8) 80%);
}
.box-tab:hover::before {
    opacity: 0;
}
.box-icon {
    margin-bottom: 20px;
}
.box-icon img {
    max-width: 60px;
    max-height: 60px;
}
.box-tab p:last-child {
    margin-bottom: 0;
}
.box-tab:last-child {
    margin: 0;
}
.box-img {
    text-align: center;
    border: 2px solid var(--dark-gray);
    padding: 40px;
    border-radius: 15px;
    position: relative;
}
.box-img img {
    width: 100%;
    border-radius: 12px;
    max-width: 245.5px;
}

/* .company-section .col-lg-4:nth-child(3) .company-tab {
    width: 50.333333%;
    margin: 0 auto;
} */
.company-section .col-lg-4:nth-child(3) {
    width: 100%;
}
/* .company-tab::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border-radius: 15px;
    z-index: 1;
    background: #000;
    background: linear-gradient(130deg, rgba(0, 0, 0, 1) 20%, rgba(51, 51, 51, 1) 80%);
}
.company-tab {
    position: relative;
    overflow: hidden;
    padding: 40px;
    border-radius: 15px;
    background: var(--black);
    z-index: 1;
} */
  
  @keyframes rotateBorder {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  /* .company-tab::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -72%;
    width: 240%;
    height: 240%;
    background: conic-gradient(#333333, #ffffff, #333333);
    animation: rotateBorder 4s linear infinite;
    z-index: -1;
}
.company-tab h3, .company-tab p, .company-tab .box-icon {
    z-index: 2;
    position: relative;
}
.company-tab p:last-child {
    margin-bottom: 0;
}
.company-tab p {
    margin-bottom: 10px;
} */
.company-section .col-lg-4:nth-child(1), .company-section .col-lg-4:nth-child(2), .company-section .col-lg-4:nth-child(4), .company-section .col-lg-4:nth-child(5) {
    width: 42.333333%;
}
/* .tabs-section.inner.company .col-md-4:first-child {
    width: 66.66666666%;
} */
/* .company-tab h3 {
    margin-bottom: 20px;
} */
.box-tab li {
    margin-bottom: 10px;
    line-height: 150%;
}
.box-section.benefits ul {
    padding: 0;
}
.box-section.benefits ul li {
    list-style: none;
    position: relative;
    padding-left: 35px;
}
.box-section.benefits ul li::before {
    position: absolute;
    content: "";
    background: url(https://myworkspaceserver.com/contra-health-care/wp-content/uploads/2025/04/tick-circle-icon.png) no-repeat;
    width: 25px;
    height: 25px;
    left: 0;
    top: 2px;
    background-size: cover;
}
.company-section .animate-section {
    margin-bottom: 30px;
}
.camera-img {
    position: absolute;
    top: 10px;
    right: 10px;
    max-width: 110px;
}
.camera-img img {
    max-width: 100%;
    border-radius: 12px;
}
.box-tab.resosurces::before {
    position: absolute;
    content: "PDF";
    background: var(--white) !important;
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
    z-index: 9;
    color: red;
    background-position: center center;
    font-weight: bold;
    font-size: 14px;
    clip-path: polygon(0 0, 100% 0, 0% 100%);
    padding: 10px 0 0 10px;
    opacity: 1;
}
.inner-banner-video {
    max-width: 1100px;
    margin: 50px auto 0;
}
.full-width-section.products {
    padding-top: 100px;
}
.images-slider.products {
    padding-bottom: 140px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 60%, rgba(255, 255, 255, 0.20211834733893552) 100%);
}
.faqs {
    max-width: 1000px;
    margin: 0 auto;
}
.faqs .accordion-item {
    margin-bottom: 20px;
    background: transparent;
    border: 0;
    border-bottom: 2px solid var(--gray);
    padding-bottom: 20px;
    border-radius: 0 !important;
}
.faqs .accordion-item h2 {
    line-height: 72%;
    margin: 0;
}
.faqs .accordion-item .accordion-button.collapsed {
    border-bottom: 0;
}

.faqs .accordion-item .accordion-button {
    background: transparent;
    box-shadow: none;
    color: var(--black);
    font-size: 23px;
    padding: 0;
    line-height: normal;
}

.faqs .accordion-item .accordion-body {
    color: var(--black);
    padding: 15px 0 0 0;
}
.faqs .accordion-item .accordion-body a:hover {
    text-decoration: none;
}
.faqs .accordion-item .accordion-body a {
    color: var(--white);
    text-decoration: underline;
    transition: all 0.2s ease-in-out;
}
.faqs .accordion-item .accordion-body p {
    margin-bottom: 20px;
}
.faqs .accordion-item .accordion-body p:last-child {
    margin-bottom: 0;
}
.faqs .accordion-item .accordion-body ul li, .faqs .accordion-item .accordion-body ol li {
    margin-bottom: 6px;
}
.faqs .accordion-item .accordion-body ol, .faqs .accordion-item .accordion-body ul {
    padding-left: 22px;
    margin-bottom: 20px;
}
.accordion-button::after {
    background: url(https://myworkspaceserver.com/contra-health-care/wp-content/uploads/2025/04/arrow-black.png) no-repeat !important;
    background-size: 18px !important;
    height: 12px !important;
}
.faqs-section {
    position: relative;
    z-index: 1;
    background: #F4F4F4;
    padding: 100px 0;
}
/* .box-section.resources .box-icon img {
    filter: none;
} */
.box-section .title {
    text-transform: capitalize;
}
.box-section .title h4 {
    margin-bottom: 0;
}
.box-tab.resosurces {
    min-height: 250px;
    background: #000;
    margin-bottom: 0px;
}
.box-section.salesheet .box-tab.resosurces {
    border-radius: 15px 15px 0px 0;
}
.box-tab.video video {
    width: 100%;
    height: 100%;
}

.box-img.video video {
    width: 100%;
    height: 100%;
}
.box-tab.video::before {
    background: #000 !important;
}
.box-tab.video {
    min-height: 300px;
}

.box-img.video {
    min-height: 644px;
    position: relative;
    display: flex;
    background: #000;
}
/* .box-section.videos h2.marquee-text {
    background: linear-gradient(to right, #000 0%, #7c7c7c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */


.video-wrapper {
    position: relative;
    width: fit-content;
    max-width: 100%;
  }

  .video-wrapper video {
    width: 100%;
    height: auto;
    display: block;
  }

  .video-controls {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .video-controls button {
    background: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 50%;
    padding: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .video-controls svg {
    width: 24px;
    height: 24px;
    fill: white;
  }
.title {
    padding: 20px;
    text-align: center;
    background: linear-gradient(130deg, rgba(0, 0, 0, 1) 20%, rgba(51, 51, 51, 0.8) 80%);
    border-radius: 0px 0px 15px 15px;
    border: 2px solid #333333;
    border-top: 0;
}
.contact-info ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 35px;
}
.contact-info ul li img {
    margin-right: 10px;
}
.contact-info ul li p {
    margin-bottom: 22px;
}
.contact-info ul li br {
    display: none;
}
.contact-info ul li strong {
    text-transform: uppercase;
    display: block;
    margin-bottom: 7px;
}
.contact-info {
    padding-right: 80px;
    color: var(--dark-gray);
    font-weight: 500;
}
.contact-info ul li a {
    color: var(--dark-gray);
}
.contact-info .black-btn:hover {
    background: #000;
    color: #fff;
}
.contact-info ul li a:hover {
    color: #000;
    text-decoration: underline;
}
.contact-section {
    padding: 100px 0;
    position: relative;
    z-index: 1;
    background: #fff;
}
.contact-info h2 {
    color: #000;
}
.contact-form p {
    margin-bottom: 20px;
}
.inner-banner.global.position {
    position: relative;
}
.contact-form input, .contact-form textarea {
    width: 100%;
    outline: none;
    padding: 8px 18px;
    font-size: 16px;
    border: 0 !important;
    border-radius: 26px;
    margin: 8px 0 0;
    background: #E4E4E4;
    color: var(--black);
}
.contact-form input::placeholder, .contact-form textarea::placeholder {
    font-size: 16px;
   color: var(--black);
}
.inner-banner.global.contact {
    background: #E4E4E4;
}
.inner-banner.global.contact .inner-banner-text ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
    list-style: none;
}
.inner-banner.global.contact .inner-banner-text ul li{
    position: relative;
}
.inner-banner.global.contact .inner-banner-text ul li::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 26px;
    right: -20px;
    background: #333333;
    top: 0;
}
.inner-banner.global.contact .inner-banner-text ul li:last-child::after {
    display: none;
}
.inner-banner.global.contact .inner-banner-text a {
    color: #333333;
    transition: all 0.3s ease-in-out;
}
.inner-banner.global.contact .inner-banner-text a:hover {
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
}

.contact-form br {
    display: none;
}
.contact-form .wpcf7-submit {
    width: auto;
    margin: 0 auto;
    font-size: 20px;
    display: inline-block;
    color: var(--white);
    line-height: normal;
    padding: 13px 37px;
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
    background: var(--dark-gray);
    text-decoration: none;
    font-weight: 500;
}
.contact-form .wpcf7-submit:hover {
    color: var(--white);
    background: var(--black);
}
.contact-form label {
    display: block;
}
.contact-btn label {
    display: inline-block;
}
.contact-btn .wpcf7-spinner {
    display: none;
}
.contact-form {
    max-width: 630px;
    margin: 0 auto;
}
.wpcf7 form.invalid .wpcf7-response-output {
    border: 0;
    text-align: center;
    padding: 0;
    margin: 0;
    color: #dc3232;
    font-size: 15px;
}
.wpcf7-not-valid-tip {
    font-size: 15px;
}
.contact-form textarea {
    height: 320px;
}
.locations .wpsl-search .wpsl-input label {
    color: var(--dark-gray);
    font-weight: 500;
}
.location-section {
    background: var(--white);
    padding: 100px 0;
    position: relative;
    z-index: 1;
}
.locations .wpsl-search {
    background: transparent;
    border-radius: 12px;
    padding: 0;
    margin: 0 0 40px;
}
.locations .wpsl-search form {
    display: flex
;
    align-items: center;
    gap: 20px;
    justify-content: left;
}
.locations .wpsl-search .wpsl-input {
    margin: 0 !important;
    float: none !important;
    display: flex !important
;
    align-items: center;
    gap: 18px;
}
.locations .wpsl-search .wpsl-input div:first-child {
    float: none !important;
    margin-right: 0 !important;
}
.locations .wpsl-search .wpsl-input div label {
    float: none !important;
    width: auto !important;
}
.locations .wpsl-search .wpsl-input input {
    border-radius: 30px !important;
    padding: 7px 11px !important;
    font-size: 16px !important;
    outline: none;
    border: 0 !important;
    width: 337px !important;
    background: #E4E4E4;
    color: var(--black);
}
.locations .wpsl-search .wpsl-select-wrap {
    display: none !important;
}
.locations .wpsl-search .wpsl-search-btn-wrap {
    margin: 0 !important;
    float: none !important;
}
.locations .wpsl-search .wpsl-search-btn-wrap #wpsl-search-btn:hover {
    background: var(--black);
    color: var(--white);
}

.locations .wpsl-search .wpsl-search-btn-wrap #wpsl-search-btn {
    float: none !important;
    margin: 0;
    border-radius: 40px;
    padding: 7px 30px;
    font-size: 18px;
    color: var(--white);
    background: var(--dark-gray);
    border: 0;
    transition: all 0.2s ease-in-out;
}
.locations .wpsl-gmap-canvas .gm-style-iw {
    color: #000;
}
.locations .wpsl-gmap-canvas .gm-style-iw strong {
    font-family: 'Inter 18pt';
    font-size: 14px;
}
.wpsl-store-location p {
    margin-bottom: 15px !important;
}
.wpsl-direction-wrap .wpsl-directions {
    margin-top: 13px;
}
div#wpsl-direction-details {
    padding: 6px 4px 6px 10px;
    background: #E4E4E4;
    color: var(--dark-gray);
    font-weight: 500;
    font-size: 18px;
}
a#wpsl-direction-start {
    color: var(--grey);
    font-weight: 700;
}
div#wpsl-direction-details::-webkit-scrollbar-track
{
	border-radius: 10px;
	background-color: transparent;
    padding: 10px;
}

div#wpsl-direction-details::-webkit-scrollbar
{
	width: 6px;
	background-color: transparent;
}

div#wpsl-direction-details::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: var(--gray);
    right: 10px;
}
a#wpsl-direction-start:hover {
    color: #000;
}
.wpsl-direction-index {
    margin-right: 0px;
}
#wpsl-wrap #wpsl-result-list ul li {
    padding: 20px 10px;
    border-bottom: 2px solid var(--gray);
}
.location-section #wpsl-stores, .location-section #wpsl-direction-details, .location-section #wpsl-gmap {
    height: 500px !important;
    border-radius: 12px;
}
#wpsl-stores {
    padding: 6px 4px 6px 10px;
    background: #E4E4E4;
    overflow: inherit;
    color: var(--dark-gray);
    font-weight: 500;
}
#wpsl-result-list {
    width: 38%;
}
#wpsl-gmap {
    width: 60.5%;
}
.wpsl-store-location strong {
    display: block;
    margin-bottom: 10px;
}
.wpsl-store-location span {
    display: block;
    padding-left: 28px;
}
#wpsl-wrap #wpsl-result-list ul li:last-child {
    border-bottom: 0;
}
#wpsl-stores ul::-webkit-scrollbar-track
{
	border-radius: 10px;
	background-color: transparent;
    padding: 10px;
}

#wpsl-stores ul::-webkit-scrollbar
{
	width: 6px;
	background-color: transparent;
}

#wpsl-stores ul::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: var(--gray);
    right: 10px;
}
#wpsl-stores ul {
    overflow-y: auto;
    height: 500px !important;
    padding: 0 9px 0 0 !important;
}
.wpsl-direction-wrap .wpsl-directions::before {
    position: absolute;
    content: "";
    background: url(https://myworkspaceserver.com/contra-health-care/wp-content/uploads/2025/04/righty-arrow.png) no-repeat;
    width: 18px;
    height: 11px;
    left: 3px;
    top: 5px;
    background-size: cover;
}
.wpsl-direction-wrap .wpsl-directions {
    position: relative;
    padding-left: 30px;
    margin-left: -30px;
    color: var(--dark-gray);
}
.wpsl-store-location span.wpsl-street::before {
    position: absolute;
    content: "";
    background: url(https://myworkspaceserver.com/contra-health-care/wp-content/uploads/2025/04/location1.png) no-repeat;
    width: 18px;
    height: 24px;
    left: 0;
    top: 3px;
    background-size: cover;
}
.wpsl-store-location span.wpsl-street {
    position: relative;
    padding-left: 28px;
}
.wpsl-direction-wrap::before {
    position: absolute;
    content: "";
    background: url(https://myworkspaceserver.com/contra-health-care/wp-content/uploads/2025/04/double-arrow1.png) no-repeat;
    width: 18px;
    height: 9px;
    left: 0;
    top: 6px;
    background-size: cover;
    display: block;
}
.wpsl-direction-wrap {
    position: relative;
    padding-left: 28px;
}
.black-btn:hover b:nth-child(2),
.white-btn:hover b:nth-child(2) {
    transform: translate(0, -20px);
}
.black-btn b:nth-child(2),
.white-btn b:nth-child(2),
.border-btn b:nth-child(2),
.mega-menu-link b:nth-child(2),
.footer-link a b:nth-child(2) {
    transform: translate(0, 10px);
}
.black-btn b,
.white-btn b,
.border-btn b,
.mega-menu-link b,
.footer-link a b {
    display: block;
    transition: all 0.3s ease-in-out;
    font-weight: normal;
}
.black-btn:hover b:first-child,
.white-btn:hover b:first-child,
.border-btn:hover b:first-child,
.mega-menu-link:hover b:first-child,
.footer-link a:hover b:first-child {
    transform: translate(0, -31px);
}
.black-btn b:first-child,
.white-btn b:first-child,
.border-btn b:first-child,
.mega-menu-link b:first-child,
.footer-link a b:first-child {
    transform: translate(0, 0);
}
.black-btn, .white-btn, .border-btn {
    font-size: 16px;
    display: inline-block;
    color: var(--white);
    line-height: normal;
    padding: 10px 29px;
    border-radius: 50px;
    background: var(--dark-gray);
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    overflow: hidden;
    height: 41px;
    transition: all 0.3s ease-in-out;
}
.white-btn {
    color: var(--black);
    background: var(--white); 
}
.border-btn {
    background: transparent;
    border: 2px solid var(--white);
    height: 48px;
    padding: 11px 29px;
}
.border-btn:hover b:nth-child(2) {
    transform: translate(0, -19px);
}
.btn-div {
    height: 21px;
    overflow: hidden;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
    overflow: hidden;
}
.mega-menu-link:hover b:nth-child(2) {
    transform: translate(0, -20px);
}
.footer-link a:hover b:nth-child(2) {
    transform: translate(0, -25px);
}
.footer-menu a {
    overflow: hidden;
    height: 28px;
    display: block;
}
.inner-banner {
    background: #F4F4F4;
    padding: 100px 0;
}
.inner-banner-text {
    color: var(--dark-gray);
    padding: 0 120px 0 0;
    font-weight: 500;
}
.inner-banner-text h1 {
    color: var(--black);
}
.inner-banner-text .black-btn {
    background: #1A1A1A;
    color: var(--white);
}
.tabs-section .tab {
    background: #1A1A1A;
    padding: 40px;
    border-radius: 12px;
}
.tab ul li {
    color: var(--gray);
    font-size: 18px;
    margin-bottom: 10px;
}
.tab-img {
    margin-bottom: 30px;
}
.tabs-section.inner {
    padding: 120px 0;
    background: #000000;
    position: relative;
    z-index: 1;
}
.tabs-section.inner h2 {
    text-align: center;
    margin-bottom: 45px;
}
.inner-banner-text p {
    margin-bottom: 40px;
}
.inner-banner-text p:last-child {
    margin-bottom: 0;
}
.video-section {
    padding: 50px 0 160px 0;
}
.video-content {
    font-size: 24px;
    text-align: center;
    max-width: 1060px;
    margin: 0px auto 100px;
    font-family: 'Onest';
}
.video-product {
    text-align: center;
    border: 2px solid #7F7C7C;
    width: fit-content;
    margin: 0 auto;
	border-radius: 15px;
}
.video-product video {
    max-width: 1060px;
    margin: 0 auto;
    margin-bottom: -6px;
    border-radius: 14px;
}
.specification-section {
    background: #E4E4E4;
    padding: 120px 0 130px 0;
}
.specification-table h2 {
    text-align: center;
    color: var(--black);
    margin-bottom: 50px;
}
/* .experience-caption h2, .specification-table h2, .tabs-section.inner h2 {
    font-size: 48px;
} */
.specification-table ul {
    list-style: none;
    padding: 0;
    column-count: 2;
    gap: 40px;
}
.specification-table ul li {
    display: flex
;
    align-items: center;
    padding: 20px 50px;
    color: var(--black);
    font-size: 24px;
    font-family: 'Onest';
}
.specification-table ul li:nth-child(odd) {
    background: rgba(255, 255, 255, 0.4);
}
.specification-table ul li strong {
    width: 60%;
    font-weight: 600;
}
.specification-table ul li span {
    color: #6D6E71;
    width: 40%;
    font-weight: 500;
}
.experience-section.inner {
    background: #1A1A1A;
    padding: 150px 0;
}
.slider-container {
  width: 90%;
  max-width: 800px;
  margin: auto;
}
.active-video {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 10px;
}

  .active-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
/* .active-video video {
    width: 100%;
    height: 383.05px;
    border-radius: 10px;
    margin-bottom: 20px;
} */
.swiper-slide video {
    width: 100%;
    height: 176px;    /* Changed from 100px to 176px */
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
  }
.swiper {
  padding: 10px 0;
}
.swiper-button-next, .swiper-button-prev {
    border: 1px solid #6D6E71;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: url(https://myworkspaceserver.com/contra-health-care/wp-content/uploads/2025/04/slider-arrow.png) no-repeat;
    background-size: 12px;
    background-position: center center;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 0;
    color: #6D6E71;
}
.swiper-button-next {
    transform: rotate(180deg);
}
.video-product p {
    margin-bottom: 0;
}
.experience-section.inner .experience-caption {
    font-weight: 500;
}
.experience-section.inner .experience-caption p {
    line-height: 120%;
    margin-bottom: 60px;
}
.inner-banner.global {
  position: sticky;
  top: 0;
  z-index: 1;
}
.inner-banner.global .inner-banner-text {
    max-width: 980px;
    padding: 0;
    text-align: center;
    margin: 0 auto;
}
.inner-banner-text h4 {
    color: var(--dark-gray);
}
.content-area.sticky {
  position: relative;
  z-index: 9;
}	
.company-section {
    background: #ffffff;
    padding: 110px 0;
    position: relative;
    z-index: 1;
}
/* .company-tab::before{
display: none ;
}
.company-tab::after{
  display: none ;
} */
.company-section h2 {
    text-align: center;
    margin-bottom: 45px;
    color: #000000;
}
.company-inner {
    padding: 40px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 500;
    border-bottom: 2px solid #E4E4E4;
    display: flex
;
}
	.box-head h3 {
    color: #000;
}
.company-inner .box-icon {
    width: 10%;
    margin-top: 5px;
}
.box-head {
    width: 40%;
    padding-right: 50px;
}
.box-content {
    width: 50%;
    color: #666666;
}
.company-inner .box-icon img {
    filter: brightness(0);
}
.company-section .company-inner:last-child {
    border: 0;
    margin-bottom: 0;
}
.box-content p:last-child {
    margin-bottom: 0;
}
/* .box-section.resources {
    background: var(--black);
} */
.box-section h2, .faqs-section h2 {
    text-align: center;
    margin-bottom: 45px;
}
.faqs-section h2 {
    color: #000;
}
.box-section.salesheet {
    background: #1A1A1A;
}
.inner-banner-text h1:empty {
    display: none;
}
/* ---------------------------------------
            login
--------------------------------------- */
/* .logged-in.user-registration-account .locations #user-registration.vertical .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link a::after {
    position: absolute;
    content: "";
    background: #fff;
    width: 0;
    bottom: 0;
    height: 1px;
    left: 0;
    transition: all 0.4s ease-in-out;
}
.logged-in.user-registration-account .locations #user-registration.vertical .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link a:hover::after {
    transition: all 0.4s ease-in-out;
    width: 100%;
} */
.logged-in.user-registration-account .locations #user-registration.vertical .user-registration-MyAccount-navigation {
    width: 20%;
    padding: 30px 35px;
    max-width: 100%;
    /* background: linear-gradient(49deg, rgba(51, 51, 51, 0.8) 0%, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 1) 70%, rgba(51, 51, 51, 0.8) 100%); */
    position: relative;
}
.logged-in.user-registration-account .locations #user-registration.vertical .user-registration-MyAccount-navigation::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(49deg, rgba(51, 51, 51, 0.8) 0%, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 1) 70%, rgba(51, 51, 51, 0.8) 100%);
}
.user-registration-MyAccount-content .heading-div h1 {
    color: var(--dark-gray);
}
.logged-in.user-registration-account .locations #user-registration.vertical .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link a {
    background: transparent;
    border-radius: 0;
    border: 0;
    padding: 11px 10px;
    font-size: 16px;
    transition: all 0.2s ease-in-out;
    color: var(--white);
    /* border-bottom: 1px solid var(--gray); */
}
.logged-in.user-registration-account .locations #user-registration.vertical .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link a:hover {
    color: var(--gray);
    transition: all 0.3s ease-in-out;
    background: transparent;
}
.logged-in.user-registration-account .locations #user-registration.vertical .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a {
    color: var(--gray);
    transition: all 0.2s ease-in-out;
    background: transparent;
    /* border-color: var(--white); */
}
.logged-in.user-registration-account .locations #user-registration {
    border: 0;
    padding: 0;
    max-width: 100%;
    box-shadow: none;
}
.logged-in.user-registration-account .locations #user-registration.vertical .user-registration-MyAccount-content {
    padding: 50px;
}
#user-registration.vertical .user-registration-MyAccount-content {
    flex: none !important;
}
.locations #user-registration.vertical .user-registration-MyAccount-content__body .user-registration-profile-header {
    text-align: left;
}
.user-registration-MyAccount-content__body .user-registration-profile-header {
    float: left;
    margin-right: 20px;
}
.user-registration-MyAccount-content__body p:nth-child(3) {
    margin-top: 37px;
}
.logged-in.user-registration-account .locations #user-registration .user-registration-MyAccount-content a {
    color: var(--black);
    text-decoration: underline;
    transition: all 0.2s ease-in-out;
}
.logged-in.user-registration-account .locations #user-registration .user-registration-MyAccount-content a:hover {
    text-decoration: none;
    color: var(--dark-gray);
    transition: all 0.2s ease-in-out;
}
.locations #user-registration.vertical .user-registration-MyAccount-content__body .user-registration-profile-header .user-registration-img-container {
    margin: 0;
}
.locations #user-registration.vertical .user-registration-MyAccount-navigation ul {
    gap: 6px;
    position: relative;
    z-index: 1;
}
.locations .training-center-wrapper.container {
    margin: 0 !important;
}
.locations .nav-tabs .nav-link.active {
    background: transparent;
    color: var(--dark-gray);
}
.locations .nav-tabs .nav-link {
    font-size: 20px;
    padding: 0 22px 9px;
    color: #999999;
    border: 0 !important;
    font-weight: 500;
    font-family: 'Onest';
    position: relative;
}
.locations .nav-tabs .nav-link:hover::after, .locations .nav-tabs .nav-link.active::after {
    transition: all 0.2s ease-in-out;
    opacity: 1;
}
.locations .nav-tabs .nav-link::after {
    position: absolute;
    content: "";
    background: var(--dark-gray);
    width: 100%;
    left: 0;
    bottom: -1px;
    height: 2px;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.locations .nav-tabs .nav-link:hover {
    color: var(--dark-gray);
    background: transparent;
}
.locations .nav-tabs {
    gap: 2px;
    margin-bottom: 35px;
    border-bottom: 2px solid var(--white);
}
.training-section input#sheetSearch {
    width: 38%;
    outline: none;
    padding: 13px 19px;
    font-size: 16px;
    border: 0 !important;
    border-radius: 33px;
    margin: 0 0 24px !important;
    background: var(--white);
    color: var(--black);
    box-shadow: none;
}
.training-section input#sheetSearch::placeholder {
    color: var(--black);
}
.sheets-table thead, .sales-rep-table thead {
    background: #ffffff;
}
.sheets-table thead th, .sales-rep-table thead th {
    font-size: 20px;
    background: var(--gray);
    color: #fff;
    font-weight: normal;
}
.tab-pane .accordion-body p {
    margin-bottom: 20px;
}
.tab-pane .accordion-body p:last-child {
    margin-bottom: 0;
}
/* .sheets-table tbody tr:nth-child(even), .sales-rep-table tbody tr:nth-child(even) {
    background: #fff;
} */
.sheets-table th, .sheets-table td, .sales-rep-table th, .sales-rep-table td {
    font-size: 18px;
    padding: 11px 16px !important;
    border: 0 !important;
    border-bottom: 1px solid #999999 !important;
}
.sheets-table th:nth-child(2) {
    width: 19%;
    text-align: center;
}
.ur-frontend-form.login {
    background: transparent;
}
.bg-title a, .bg-title strong {
    color: var(--dark-gray) !important;
    text-decoration: none !important;
    display: block;
    padding: 20px 20px 0;
    font-weight: 500;
    font-size: 23px;
}
.bg-title {
    text-align: center;
}
.pdfemb-viewer {
    /* height: 613px !important; */
    width: 100% !important;
    border: 0 !important;
    border-radius: 10px;
    height: auto !important;
}
/* .pdfemb-viewer .pdfemb-pagescontainer.grab-to-pan-grab {
    height: 650px !important;
} */
/* .pdf-row:first-child {
    margin-bottom: 34px;
} */
.login-section .form-section h3 {
    margin-bottom: 15px;
}
.video-file video {
    width: 100%;
    height: 318px;
    border-radius: 10px;
    margin-bottom: -7px;
}
.video-embed iframe {
    width: 100%;
    height: 318px;
    border-radius: 10px;
    margin-bottom: -8px;
}
div#ur-frontend-form {
    background: transparent;
}
.form-item input, .form-item textarea, 
.logged-in.user-registration-account .login-section #user-registration .user-registration-MyAccount-content .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid .user-registration-form-row .user-registration-Input {
    width: 100%;
    outline: none;
    padding: 8px 23px;
    font-size: 16px;
    border: 0 !important;
    border-radius: 26px;
    margin: 8px 0 0;
    background: var(--white);
    color: var(--black);
}
.form-item input::placeholder, .form-item textarea::placeholder {
    color: var(--black);
}
.form-item p {
    margin-bottom: 18px;
}
.locations #user-registration.vertical .user-registration-MyAccount-content__header {
    border: 0;
    padding-bottom: 0;
}
.form-item .wpcf7-submit, .user-registration-EditProfileForm input.user-registration-Button {
    width: auto !important;
    margin: 0 auto !important;
    font-size: 16px !important;
    display: inline-block !important;
    color: var(--white) !important;
    line-height: normal !important;
    padding: 11px 29px !important;
    transition: all 0.3s ease-in-out !important;
    border-radius: 50px !important;
    background: var(--dark-gray) !important;
    text-decoration: none !important;
    font-weight: 500 !important;
}
.form-item .wpcf7-submit:hover, .user-registration-EditProfileForm input.user-registration-Button:hover {
    background: var(--black) !important;
}
.form-item .wpcf7-form-control.wpcf7-file {
    background: transparent !important;
    padding: 0;
    border-radius: 0;
    color: #000;
    margin: 14px 0 10px 0;
}
.form-item h5 {
    margin-bottom: 15px;
}
.form-item:first-child {
    margin-bottom: 40px;
}
.form-item textarea {
    height: 160px;
}
.faq-section .accordion-item {
    margin-bottom: 20px;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #999999;
    padding-bottom: 20px;
    border-radius: 0 !important;
}
.faq-section h5 .accordion-button {
    background: transparent;
    box-shadow: none;
    color: var(--black);
    font-size: 20px;
    padding: 0;
    line-height: normal;
}
.faq-section .accordion-body {
    color: var(--black);
    padding: 15px 0 0 0;
    font-size: 18px;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount), body.user-registration-page .user-registration:not(.user-registration-MyAccount) {
    max-width: 1410px !important;
    border-radius: 0 !important;
    background: transparent !important;
    padding: 0 15px;
	margin: 30px auto !important;
}
.custom-login-wrap {
    width: 50%;
    background: #E4E4E4;
    padding: 35px;
    border-radius: 15px;
    margin: 0 auto;
    position: relative;
}
.register-form {
    width: 50%;
        background: #E4E4E4;
    padding: 35px;
    border-radius: 15px;
    margin: 0 auto;
    position: relative;
}
.locations .ur-frontend-form.login .ur-form-grid {
    padding: 0;
}
.locations .ur-frontend-form.login {
    padding: 0;
    box-shadow: none !important;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form, body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form {
    padding: 0;
}
.locations .ur-frontend-form .ur-form-row .ur-form-grid label {
    margin-top: 0;
}
body.user-registration-page .locations #user-registration:not(.user-registration-MyAccount) input, 
body.user-registration-page .locations .user-registration:not(.user-registration-MyAccount) input,
body.user-registration-page .locations #user-registration:not(.user-registration-MyAccount) textarea, 
body.user-registration-page .locations .user-registration:not(.user-registration-MyAccount) textarea,
.locations .ur-frontend-form .ur-form-row .ur-form-grid select, .form-row span.select2-selection,
.user-registration-EditProfileForm input, .user-registration-EditProfileForm textarea, .locations .ur-form-row .without_icon, .locations .ur-field-item input {
    width: 100%;
    outline: none;
    padding: 13px 23px !important;
    font-size: 16px !important;
    border: 0 !important;
    border-radius: 26px !important;
    margin: 8px 0 0;
    background-color: #fff !important;
    color: var(--black) !important;
    min-height: auto !important;
    max-height: none !important;
    line-height: normal !important;
    height: auto !important;
}
body.user-registration-page .locations #user-registration:not(.user-registration-MyAccount) textarea, body.user-registration-page .locations .user-registration:not(.user-registration-MyAccount) textarea {
    height: 100px !important;
}
body.user-registration-page .locations #user-registration:not(.user-registration-MyAccount) input::placeholder, 
body.user-registration-page .locations .user-registration:not(.user-registration-MyAccount) input::placeholder,
body.user-registration-page .locations #user-registration:not(.user-registration-MyAccount) textarea::placeholder, 
body.user-registration-page .locations .user-registration:not(.user-registration-MyAccount) textarea::placeholder {
    font-size: 16px !important;
    color: var(--black) !important;
}
/* body.user-registration-page #user-registration:not(.user-registration-MyAccount) {
    display: flex;
    gap: 35px;
} */
.user-registration-Button, .register-form .ur-submit-button {
    width: auto !important;
    margin: 0 auto 0 0 !important;
    font-size: 16px !important;
    display: inline-block;
    color: var(--white) !important;
    line-height: normal !important;
    padding: 11px 29px !important;
    transition: all 0.3s ease-in-out !important;
    border-radius: 50px !important;
    background: var(--dark-gray) !important;
    text-decoration: none;
    font-weight: 500;
    border: 0 !important;
}
#user-registration.vertical .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid > p {
    text-align: left !important;
}
.user-registration-Button:hover, .register-form .ur-submit-button:hover {
    background: var(--black) !important;
}
#user-registration .ur-frontend-form .user-registration-form-login .ur-form-row .ur-form-grid .user-registration-form__label input {
    width: auto;
    margin: 0 !important;
}
#user-registration .ur-frontend-form .user-registration-form-login .ur-form-row .ur-form-grid .user-registration-form__label {
    display: flex !important
;
    align-items: center !important;
    gap: 8px;
    margin-bottom: 0 !important;
}
.locations .register-form .select2-container .select2-selection--single {
    height: auto !important;
}
.locations .register-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 18px !important;
    right: 13px !important;
}
.locations .register-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 500;
    line-height: normal !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .locations .register-form .select2-container--default .select2-results__option--highlighted[data-selected] {
    background: var(--gray) !important;
    color: #fff !important;
}
.select2-container--open .select2-results__option {
    background: #E4E4E4 !important;
    color: #000 !important;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 2px;
}
.select2-container--default.select2-container--open .select2-dropdown--below {
    border: 0 !important;
    border-radius: 14px !important;
    background: #fff !important;
    padding: 9px 9px !important;
    margin-top: 10px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 0;
    border-radius: 10px;
    padding: 7px 11px;
    font-size: 16px;
}
.user-registration-LostPassword a {
    color: var(--dark-gray) !important;
}
.ur-frontend-form .ur-form-row .ur-form-grid select {
    background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 14px top 55% !important;
}
.ifu-toc ul {
    padding: 0;
}
.ifu-toc ul li a {
    text-decoration: none !important;
    color: var(--black) !important;
}
.ifu-toc ul li a:hover {
    color: var(--black) !important;
}
.ifu-toc ul li:hover::before {
    left: 8px;
    transition: all 0.3s ease-in-out;
}
.ifu-toc ul li {
    width: fit-content;
    margin-bottom: 8px;
}
.bg-div {
    background: #E4E4E4;
    padding: 42px 50px 40px 50px;
    border-radius: 15px;
    min-height: 400px;
}
#logged-out .login-section {
    background: #fff;
    padding: 20px 0;
}
.ur-field-item.field-phone.Phone div#phone_1747157405, .ur-form-grid.ur-grid-2 .field-phone.Phone .form-row {
    font-size: 0;
    margin-top: -18px;
}
.ur-field-item.field-textarea {
    position: relative;
    margin-bottom: 21px !important;
    padding-top: 10px;
    margin-top: 25px !important;
}
.locations .ur-field-item.field-phone.Phone div#phone_1747157405 input {
    padding-left: 49px !important;
}
span.iti__country-name {
    color: #000 !important;
    font-size: 15px;
}

ul#iti-0__country-listbox {
    width: 280px;
}
.help-center h2 {
    font-size: 44px !important;
}
.help-center h1 {
    color: #0a0a0a;
}
.ur-frontend-form .ur-form-row {
    display: flex;
    gap: 30px;
}
label.ur-label {
    margin-bottom: 0 !important;
}
.locations .ur-frontend-form input[type=submit] {
    float: none !important;
}
.locations #user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-EditProfileForm .user-registration-profile-fields > p {
    float: none !important;
}
.locations #user-registration .user-registration-MyAccount-content .user-registration-profile-fields__field-wrapper {
    margin: 0 !important;
}
.locations .ur-form-row {
    margin-bottom: 0;
}
div#ur-frontend-form .user-registration-profile-fields h2 {
    display: none;
}
button.button.wp_uraf_profile_picture_upload.hide-if-no-js, button.button.uraf-profile-picture-remove.hide-if-no-js {
    background: transparent !important;
    border: 1px solid !important;
    padding: 5px 9px !important;
}
.user-registration-EditProfileForm input, .locations .ur-form-row .without_icon, .locations .ur-field-item input {
    margin-bottom: 0 !important;
}
.faq-section .accordion-button::after {
    background: url(https://myworkspaceserver.com/contra-health-care/wp-content/uploads/2025/05/faqs-down-icon.png) no-repeat !important;
    background-size: 18px !important;
    height: 12px !important;
}
.profile-details p {
    margin-bottom: 0;
}
.locations .ur-frontend-form .ur-form-row .ur-form-grid {
    padding: 0 !important;
}
.pdf-row:first-child {
    margin-bottom: 50px;
}
.logged-in.user-registration-account .locations #user-registration .user-registration-MyAccount-content a.black-btn {
    color: #fff;
    text-decoration: none;
}
.logged-in.user-registration-account .locations #user-registration .user-registration-MyAccount-content a.black-btn:hover {
    background: var(--gray);
    color: #fff !important;
}   
/* .sheets-table, .sales-rep-table {
    border: 1px solid var(--gray) !important;
}
.sheets-table thead th, .sales-rep-table thead th {
    border-right: 1px solid #E4E4E4 !important;
}
.sheets-table thead th:last-child, .sales-rep-table thead th:last-child {
    border: 0 !important;
}
.sheets-table tbody tr td, .sales-rep-table tbody tr td {
    border-right: 1px solid var(--gray) !important;
} */
.sheets-table td:first-child {
    padding: 22px 30px !important;
}
.sheets-table td:nth-child(2) {
    padding: 14px 30px 6px !important;
}
.ur-button-container {
    margin: 0 !important;
}
#logged-out .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
}
.sheets-table th:nth-child(2), .sheets-table td:nth-child(2) {
    text-align: right;
}
.sheets-table th {
    padding: 17px 30px !important;
}
/* .sheets-table tbody tr:nth-child(odd), .sales-rep-table tbody tr:nth-child(odd) {
    background: #999999;
    color: #fff;
} */
.sheets-table thead tr th:first-child, .sales-rep-table thead tr th:first-child {
    border-radius: 15px 0 0 0;
}
.sheets-table thead tr th:last-child, .sales-rep-table thead tr th:last-child {
    border-radius: 0 15px 0 0;
}
.sheets-table tbody tr:last-child td:first-child, .sales-rep-table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 15px;
}
.sheets-table tbody tr:last-child td:last-child, .sales-rep-table tbody tr:last-child td:last-child {
    border-radius: 0 0 15px 0;
}
.customer-ifus-section h3 {
    margin-bottom: 15px;
}
.ifu-toc h5 {
    margin-bottom: 17px;
}
.ifu-toc ul {
    margin-bottom: 40px;
}
.user-registration-profile-header header span {
    display: none;
}
.form-row span.select2.select2-container.select2-container--default {
    width: 100% !important;
}
.user-registration-profile-fields .user-registration-profile-header {
    float: none;
    align-items: flex-start !important;
}
.form-toggle-buttons {
    position: absolute;
    right: 35px;
    bottom: 42px;
}
.form-toggle-buttons button {
    border: 0;
    background: transparent;
    margin-top: 20px;
    font-size: 16px;
    padding: 0;
}
div#user_registration_address_field_field {
    position: relative;
}
div[style="text-align: right; font-size:14px; color:#737373; margin-top:0px;"] {
    position: absolute;
    right: 0;
    top: -17px;
}
.user-registration-edit-profile .ur-field-item.field-select2 {
    display: none;
}
.logged-in.user-registration-account #user-registration .user-registration-MyAccount-content .ur-form-grid fieldset p:nth-child(3) {
    margin-top: 0 !important;
}
.user-registration-EditAccountForm.edit-password input {
    padding: 13px 23px !important;
    height: auto !important;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    overflow: hidden;
}
ul.mega-sub-menu {
    margin-top: 17px !important;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    padding: 16px 0;
}
.mega-sub-menu .mega-menu-link:hover b:first-child {
    transform: translate(0, -11px);
}
.mega-sub-menu .mega-menu-link b:first-child {
    transform: translate(0, 5px);
}
.mega-sub-menu .mega-menu-link:hover b:nth-child(2) {
    transform: translate(0, -5px);
}
.mega-sub-menu .mega-menu-link b:nth-child(2) {
    transform: translate(0, 11px);
}
.main-nav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.space .mega-menu-link {
    padding-right: 20px;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    position: absolute;
    right: 0;
    top: 1px;
}



.slider-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
    row-gap: 20px;
}
.slider-img-title h6 {
    margin: 0;
	line-height: 26px;
    text-align: center;
}

.right-column video {
    width: 100%;
    position: sticky;
    top: 20px;
}


.user-registration-MyAccount-content {
    width: 80%;
}




/* Locations page style  */


div#usa-html5-map-state-info_0 h2 {
    color: #000 !important;
}

div#usa-html5-map-state-info_0 h2 strong{
    color: #7c7c7c;
}

div#usa-html5-map-state-info_0 h3 {
    color: #000;
    text-transform: capitalize;
    border-bottom: 1px solid #7C7C7C;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
div#usa-html5-map-state-info_0 a {
    color: #333333;
    transition: all 0.3s ease-in-out;
}
div#usa-html5-map-state-info_0 {
    color: #333333;
    padding-top: 60px;
}
div#usa-html5-map-state-info_0 a:hover {
    color: #000;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
}

div#usa-html5-map-state-info_0 ul {
    list-style: none;
    padding: 0;
}
div#usa-html5-map-state-info_0 ul li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 30px;
}
div#usa-html5-map-state-info_0 ul li:first-child::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 28px;
    background: url(/wp-content/uploads/2025/06/location-icon.png) no-repeat;
    top: 0;
    left: 0;
    background-size: cover;
}
div#usa-html5-map-state-info_0 ul li:nth-child(2):before {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    background: url(/wp-content/uploads/2025/06/Phone-icon.png) no-repeat;
    top: 3px;
    left: 0;
    background-size: cover;
}
form.user-registration-ResetPassword.ur_lost_reset_password {
    width: 50%;
    background: #E4E4E4;
    padding: 35px;
    border-radius: 15px;
    margin: 0 auto;
    position: relative;
}
form.user-registration-ResetPassword.ur_lost_reset_password input {
    -webkit-appearance: none !important;
}
form.user-registration-ResetPassword.ur_lost_reset_password .ur-input-with-icon svg {
    display: none;
}
form.user-registration-ResetPassword.ur_lost_reset_password label {
    color: #000;
}

body.user-registration-page .locations #user-registration:not(.user-registration-MyAccount) input.user-registration-Button.button.ur-reset-password-btn, body.user-registration-page .locations .user-registration:not(.user-registration-MyAccount) input.user-registration-Button.button.ur-reset-password-btn {
    background-color: #333333 !important;
    color: #fff !important;
	transition: all 0.2s ease-in-out !important;
}
body.user-registration-page .locations #user-registration:not(.user-registration-MyAccount) input.user-registration-Button.button.ur-reset-password-btn:hover, body.user-registration-page .locations .user-registration:not(.user-registration-MyAccount) input.user-registration-Button.button.ur-reset-password-btn:hover {
    background-color: #000 !important;
}
.page-id-533 .inner-banner.global {
    display: none;

/* ---------------------------------------
        bronchoscope css
--------------------------------------- */}
.table-section {
    background: #000;
    padding: 120px 0 130px 0;
}
.table h2 {
    text-align: center;
}
.lightbox-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.lightbox-overlay img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0,0,0,0.5);
  animation: fadeIn .3s ease-in-out;
}
.lightbox-close {
  position: fixed;  
  top: 20px;
  right: 30px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  z-index: 10000;
  transition: color 0.3s;
}
.lightbox-close:hover {
  color: #ff4d4d;
}
/* Image wrapper ke liye relative position */
.endoscope-table .lightbox {
  position: relative;
  display: inline-block;
}

/* Overlay icon (Always visible) */
.endoscope-table .lightbox::after {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: white;
    padding: 0;
    border-radius: 50%;
    opacity: 1;
    pointer-events: none;
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
.table tr th:first-child {
    text-align: left;
    padding: 20px 30px 20px 13px;
}
.table tr th {
    background: rgba(255, 255, 255, 0.4);
    padding: 20px 26px;
    border: 1px solid #E4E4E4;
    font-family: 'Onest' !important;
    font-size: 22px;
    text-align: center;
}
.table tr td:first-child {
    text-align: left;
    padding-left: 13px;
}

.table {
    max-width: fit-content;
    margin: 0 auto;
}
.table tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.4);
}
.table tr {
    border: 0;
}
.table tr td {
    text-align: center;
    font-family: 'Onest' !important;
}
.table tbody img {
    border-radius: 50%;
    margin: 5px 0;
    width: 60px;
    height: 60px;
}
.tabs-section.inner.bronchoscope h4 {
    margin-bottom: 17px;
}
.features-section {
    background: #F4F4F4;
    padding: 100px 30px;
}
.features-section h2 {
    text-align: center;
    color: var(--black);
    margin-bottom: 50px;
}
.feature-info {
    display: flex
;
    align-items: center;
    color: var(--black);
    font-size: 25px;
    line-height: 120%;
    font-weight: 500;
    gap: 30px;
    border-bottom: 2px solid #E4E4E4;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.feature-info p {
    margin-bottom: 0;
}
.features-section .col-md-6:last-child .feature-info {
    margin-bottom: 0;
}
.feature-icon img {
    width: 60px;
}
.feature-info .feature-description {
    max-width: 510px;
}
.banner-slider img {
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.fancybox__content img {
    border-radius: 15px;
}
.swiper-slide:hover img {
    transform: scale(1.1);
}
.swiper-slide {
    border-radius: 15px;
    overflow: hidden;
}
.table-div tbody {
    border: 0;
}















.table-new {
    padding-top: 60px;
    position: relative;
    min-height: 448px;
}

.table-div {
    display: flex;
    justify-content: space-between;
}

.table-head {
    text-align: center;
    cursor: pointer;
    width: 25%;
    padding: 20px 20px 30px 20px;
    border-radius: 20px 20px 0 0;
    transition: background 0.3s ease;
}

.table-head:hover,
.table-head.active {
    background: #fafafa;
}

.table-img {
    margin-bottom: 14px;
}

.table-img img {
    border-radius: 20px;
    max-width: 220px;
    margin: 0 auto;
}

.table-head h3 {
    color: var(--black);
    margin-bottom: 0;
    font-size: 24px;
}

/* Bottom section default hidden */
.table-bottom {
    opacity: 0;
    /* transform: translateY(30px); */
    overflow: hidden;
    width: 100%;
    background: #fafafa;
    justify-content: space-between;
    transition: all 0.4s ease;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 0;
    pointer-events: none; /* hidden hone pr click/hover disable */
}

/* Active state */
.table-bottom.active {
    opacity: 1;
    /* transform: translateY(0); */
    pointer-events: auto;
}

.table-description {
    color: var(--black);
    text-align: center;
    width: 25%;
    padding: 25px 20px;
    border-right: 1px solid #E4E4E4;
}

.table-description h3 {
    color: var(--black);
    margin-bottom: 10px;
    font-size: 23px;
}

.table-description p {
    margin-bottom: 0;
}

.table-description:last-child {
    border: 0;
}












.new-table-tab {
    background: #fafafa;
    border-radius: 20px;
    text-align: center;
    color: #fff;
}
.new-table {
    padding-top: 50px;
}
.new-table-tab h2 {
    color: #000;
    font-size: 27px;
    margin: 20px 0 30px;
}
.new-table-description h3 {
    color: #000;
    font-size: 20px;
    margin-bottom: 15px;
}
.new-table-description {
    padding: 25px 0 21px 0;
    border-top: 1px solid #E4E4E4;
    margin: 0 20px;
}
.new-table-description p {
    margin-bottom: 0;
}
.new-table-tab img {
    border-radius: 17px 17px 0 0;
    width: 100%;
}
.table-section .col-lg-3:nth-child(1) .new-table-tab {
    background: #cabac0;
}
.table-section .col-lg-3:nth-child(1) .new-table-tab .image-wrapper {
    border: 1px solid #cabac0;
    border-radius: 16px;
}
.table-section .col-lg-3:nth-child(1) .new-table-tab h2 {
    color: #7f3452;
}
.table-section .col-lg-3:nth-child(2) .new-table-tab {
    background: #9199a7;
}
.table-section .col-lg-3:nth-child(2) .new-table-tab .image-wrapper {
    border: 1px solid #9199a7;
    border-radius: 16px;
}
.table-section .col-lg-3:nth-child(2) .new-table-tab h2 {
    color: #223454;
}
.table-section .col-lg-3:nth-child(3) .new-table-tab {
    background: #a4b399;
}
.table-section .col-lg-3:nth-child(3) .new-table-tab .image-wrapper {
    border: 1px solid #a4b399;
    border-radius: 16px;
}
.table-section .col-lg-3:nth-child(3) .new-table-tab h2 {
    color: #496629;
}
.table-section .col-lg-3:nth-child(4) .new-table-tab {
    background: #bc9791;
}
.table-section .col-lg-3:nth-child(4) .new-table-tab .image-wrapper {
    border: 1px solid #bc9791;
    border-radius: 16px;
}
.table-section .col-lg-3:nth-child(4) .new-table-tab h2 {
    color: #8e3926;
}
.image-wrapper {
  position: relative;
  display: inline-block;
}

.search-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 8px;
  border-radius: 50%;
  font-size: 14px;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.table-section .col-lg-3:nth-child(1) .new-table-tab .new-table-description {
    border-color: #7f3452;
}
.table-section .col-lg-3:nth-child(2) .new-table-tab .new-table-description {
    border-color: #223454;
}
.table-section .col-lg-3:nth-child(3) .new-table-tab .new-table-description {
    border-color: #496629;
}
.table-section .col-lg-3:nth-child(4) .new-table-tab .new-table-description {
    border-color: #8e3926;
}
/* ---------------------------------------
            responsive
--------------------------------------- */
@media only screen and (max-width: 3200px) {
/* .pdfemb-viewer .pdfemb-pagescontainer.grab-to-pan-grab {
    height: 1400px !important;
} */
}
@media only screen and (max-width: 2600px) {
video.component-video {
    width: 1024px;
}
.full-width-section {
    height: 1050px;
}
}
@media only screen and (max-width: 2200px) {
model-viewer {
    margin-top: -200px !important;
	 margin-left: -200px !important;
	 margin-bottom: -250px !important;
}
.left-column .banner-caption:nth-child(1) {
    padding-top: 120px;
}
}
@media only screen and (max-width: 2100px) {
    video.component-video {
        width: 494px;
    }
.full-width-section {
    height: 730px;
}
/* .pdfemb-viewer .pdfemb-pagescontainer.grab-to-pan-grab {
    height: 650px !important;
} */
}
@media only screen and (max-width: 1920px) {
model-viewer {
    margin-top: -200px !important;
	margin-left: -200px !important;
	 margin-bottom: -250px !important;
}
    .left-column .banner-caption:nth-child(1) {
        padding-top: 120px;
    }
}
@media only screen and (max-width: 1440px) {
    .table tr th {
    padding: 20px 20px;
    font-size: 20px;
}
.feature-info .feature-description {
    width: 415px;
        max-width: inherit;
}
	form.user-registration-ResetPassword.ur_lost_reset_password {
    width: 60%;
}
    h1 {
        font-size: 46px;
    }
    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 32px;
    }
    h4 {
        font-size: 22px;
    }
    h5 {
        font-size: 20px;
    }
	model-viewer {
         margin-top: -30px !important;
        margin-left: -130px !important;
        margin-bottom: -150px !important;
        width: 120%;
        height: 100vh;
    }
    .banner-caption {
        padding-right: 20px;
        max-width: 95%;
        margin-left: auto;
    }
    h2.marquee-text {
        line-height: 152px;
        font-size: 112px;
    }
    .tabs-section {
        padding: 80px 0 80px 0;
    }
    /* .tab {
        padding: 40px 40px;
    } */
        .full-width-section {
        height: 630px;
    }
    .experience-section {
        padding: 100px 0;
    }
    .main-nav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item {
        margin: 0 50px 0 0;
    }
    .box-tab h3 {
        font-size: 23px;
        line-height: 118%;
        margin-bottom: 20px;
    }
    .box-tab {
        padding: 30px;
    }
    .box-tab.video {
        min-height: 310px;
    }
    .inner-banner-text {
        padding: 0 0 0 0;
    }
    .swiper-slide video {
        height: 116px;
    }
/*     .experience-caption h2, .specification-table h2, .tabs-section.inner h2 {
        font-size: 40px;
    } */
    .specification-table ul li {
        padding: 20px 30px;
        font-size: 22px;
    }
    .tabs-section.inner {
        padding: 80px 0;
    }
    .box-section {
        padding: 80px 0;
    }
    .faqs-section {
        padding: 80px 0;
    }
    .contact-info {
        padding-right: 0;
    }
    .register-form {
    width: 60%;
}
.directory-table {
    overflow: scroll;
    height: 98px;
}
.directory-table .sales-rep-table {
    width: 1300px;
}
.directory-table::-webkit-scrollbar {
  width: 5px;   /* For vertical scrollbar */
  height: 5px;  /* For horizontal scrollbar */
}

.directory-table::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

.directory-table::-webkit-scrollbar-thumb {
  background-color: var(--gray);
}
.sales-rep-table thead tr th:first-child, .sales-rep-table thead tr th:last-child {
    border-radius: 0;
}
}
@media only screen and (max-width: 1199px) {
.new-table-tab h2 {
    font-size: 22px;
    margin: 15px 0 15px;
}
.new-table-description h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.new-table {
    padding-top: 30px;
}
.new-table-description {
    padding: 20px 0 18px 0;
    margin: 0 10px;
}
    .table-section {
    padding: 70px 0;
}
.table tr th {
    padding: 20px 11px;
    font-size: 18px;
}
.features-section {
    padding: 70px 0px;
}
.feature-icon img {
    width: 45px;
}
.feature-info {
    font-size: 20px;
    gap: 16px;
}
	form.user-registration-ResetPassword.ur_lost_reset_password {
    width: 70%;
}
    .video-product video {
        width: 99.9%;
    }
	.video-product {
    width: 70%;
}
	video.component-video {
    width: 504px;
}
    h1, h2, h3, h4, h5, h6 {
        margin-bottom: 20px;
    }
    h1 {
        font-size: 38px;
    }
    h2 {
        font-size: 34px;
    }
    h3 {
        font-size: 27px;
    }
.main-nav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item {
    margin: 0 30px 0 0;
}
/* .white-btn {
    font-size: 15px;
    padding: 10px 24px;
} */
/* .black-btn {
    font-size: 15px;
    padding: 10px 18px;
} */
.header-btn {
    gap: 10px;
}
.header-logo {
    max-width: 180px;
}
.left-column .banner-caption:nth-child(1) {
    padding-top: 100px;
}
.banner-caption {
    padding-right: 10px;
}
.left-column .banner-caption:nth-child(2) {
    margin-top: 250px;
}
body {
    font-size: 18px;
}
.banner-area {
    position: relative;
    padding: 0 0 100px 0;
}
model-viewer {
        margin-top: -90px !important;
        height: 100vh;
        width: 110%;
        margin-left: -70px !important;
        margin-bottom: -100px !important;
    }
.content {
    font-size: 22px;
}
.content-section {
    padding: 70px 0;
}
.tabs-section {
    padding: 60px 0 70px 0;
}
h2.marquee-text {
    line-height: 102px;
    font-size: 90px;
    margin-bottom: 20px;
}
    .full-width-section {
        height: 600px;
    }
.slider-img {
    min-height: 150px;
}
.box-tab h3 {
    font-size: 19px;
    line-height: 118%;
    margin-bottom: 15px;
}
.box-tab {
    font-size: 16px;
}
.banner-area.inner {
    padding: 90px 0;
}
.location-section {
    padding: 70px 0;
}
.box-tab {
    min-height: 314px;
}
.box-section.feature .col-lg-4.col-md-12.flex:first-child .box-tab:first-child {
    min-height: 356px;
}
.images-slider.products {
    padding-bottom: 100px;
}
.full-width-section.products {
    padding-top: 80px;
}
.camera-img img {
    max-width: 75px;
}
.box-img.video {
    min-height: 444px;
;
}
.faqs .accordion-item .accordion-button {
    font-size: 20px;
}
.box-tab.resosurces {
    min-height: auto;
}
.box-tab.video {
    min-height: 210px;
}
    .black-btn, .white-btn, .border-btn {
        font-size: 14px;
        padding: 10px 25px;
        height: 38px;
    }
.border-btn {
    height: 46px;
    padding: 11px 29px;
}
.border-btn:hover b:nth-child(2) {
    transform: translate(0, -16px);
}
.black-btn:hover b:nth-child(2), .white-btn:hover b:nth-child(2) {
    transform: translate(0, -17px);
}
.footer-link a b:first-child {
    transform: translate(0, 3px);
}
.footer-link a:hover b:nth-child(2) {
    transform: translate(0, -20px);
}
.inner-banner {
    padding: 70px 0;
}
.tabs-section.inner {
    padding: 70px 0;
}
/* .experience-caption h2, .specification-table h2, .tabs-section.inner h2 {
    font-size: 34px;
} */
.tabs-section.inner h2 {
    margin-bottom: 30px;
}
.tabs-section .tab {
    padding: 30px;
}
.tab-img {
    margin-bottom: 20px;
}
.video-content {
    font-size: 20px;
    margin: 0px auto 60px;
}
.video-section {
    padding: 30px 0 80px 0;
}
.specification-section {
    padding: 70px 0;
}
.specification-table h2 {
    margin-bottom: 35px;
}
.specification-table ul {
    gap: 25px;
}
.specification-table ul li {
    padding: 20px 20px;
    font-size: 20px;
}
.experience-section.inner {
    padding: 80px 0;
}
.box-head {
    padding-right: 30px;
}
.company-inner {
    padding: 30px 20px;
}
.company-section {
    padding: 70px 0 40px 0;
}
.box-section {
    padding: 70px 0;
}
.box-section h2, .faqs-section h2 {
    margin-bottom: 35px;
}
.faqs-section {
    padding: 70px 0;
}
.header-logo {
    max-width: 160px;
}
.bg-div {
    padding: 32px 30px 30px 30px;
}
.logged-in.user-registration-account .locations #user-registration.vertical .user-registration-MyAccount-navigation {
    padding: 20px 12px;
}
.logged-in.user-registration-account .locations #user-registration.vertical .user-registration-MyAccount-content {
    padding: 35px;
}
.locations .nav-tabs .nav-link {
    font-size: 18px;
    padding: 0 15px 9px;
}
.login-section .row.g-5 {
    --bs-gutter-y: 1.5rem;
    --bs-gutter-x: 1rem;
}
.video-embed iframe {
    height: 202px;
}
.video-file video {
    height: 202px;
}
.pdf-row:first-child {
    margin-bottom: 25px;
}
/* .pdfemb-viewer {
    height: 400px !important;
} */
.training-section input#sheetSearch {
    width: 48%;
    padding: 11px 19px;
}
.bg-title a, .bg-title strong {
    font-size: 20px;
}
.register-form {
    width: 70%;
}
.sales-rep-table thead th {
    font-size: 18px;
}
.sales-rep-table td {
    font-size: 17px;
}
.directory-table .sales-rep-table {
     width: 1100px;
}
.footer-tab {
    padding-left: 0;
}
}
@media only screen and (max-width: 991px) {
        .new-table {
        padding-top: 0;
    }
    .table-section .col-lg-3:nth-child(1) .new-table-tab, .table-section .col-lg-3:nth-child(2) .new-table-tab {
    margin-bottom: 20px;
}
    .features-section {
    padding: 50px 0px;
}
.features-section .row.gx-5 {
    --bs-gutter-x: 2rem;
}
.feature-info {
    font-size: 19px;
    gap: 16px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    min-height: 79px;
}
.features-section h2 {
    margin-bottom: 30px;
}
.table-section {
    padding: 50px 0;
}
.table h2 {
    margin-bottom: 30px;
}
	form.user-registration-ResetPassword.ur_lost_reset_password {
    width: 80%;
}
	video.component-video {
    width: 400px;
}
	    h1, h2, h3, h4, h5, h6 {
        margin-bottom: 15px;
    }
    h1 {
        font-size: 34px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 25px;
    }
	body {
    font-size: 16px;
}
.main-nav {
    display: none;
}
.main-nav.mobile {
    display: block;
}
.main-nav #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle {
    height: 45px;
}
.main-nav #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
    width: 31px;
}
.main-nav #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, .main-nav #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    width: 33px;
}
.main-nav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item {
    margin: 0 0 0 0;
}
    .main-nav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
        padding: 16px 20px;
        line-height: normal;
        height: 50px;
        transition: all 0.2s ease-in-out !important;
        font-size: 19px;
    }
.main-nav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item:last-child > a.mega-menu-link {
    border-bottom: 0;
}
	.banner-caption p br {
    display: none;
}
	    .content {
        font-size: 18px;
        line-height: 1.5;
    }
	    .content-section {
        padding: 50px 0;
    }
	    h2.marquee-text {
        line-height: 72px;
        font-size: 60px;
        margin-bottom: 20px;
    }
	    .tabs-section {
        padding: 50px 0 50px 0;
    }
	    /* .tab {
        padding: 20px;
    } */
	.tabs-section.home .box-tab img {
    margin-bottom: 22px;
    max-width: 50px;
}
    .full-width-section {
        height: 460px;
    }
	    .slider-img {
        min-height: 110px;
    }
	    .experience-section {
        padding: 60px 0;
    }
	/* .border-btn {
    font-size: 15px;
    padding: 12px 24px;
} */
	.experience-caption {
    max-width: 520px;
    font-size: 20px;
}
	.experience-caption p {
    margin-bottom: 30px;
}
	footer.footer {
    padding: 60px 0;
}
	.footer-tab {
    display: flex
;
    justify-content: space-between;
    font-size: 15px;
    max-width: 100%;
    flex-wrap: wrap;
}
.footer-tab ul {
    padding: 0;
}
.copy-right {
    font-size: 15px;
}
.footer-icon {
    gap: 7px;
    margin-bottom: 15px;
}
.footer-menu {
    width: 50%;
    margin-bottom: 20px;
}
.footer-info ul li:first-child strong {
    margin-bottom: 10px;
}
.footer-tab ul li {
    margin-bottom: 5px;
}
.model-viewer {
    margin-top: -60px !important;
    margin-bottom: -80px !important;
    height: 70vh;
    margin-left: -85px !important;
    width: 120%;
}
.banner-area {
    padding: 0 0 50px 0;
}
.flex {
    display: flex
;
    justify-content: space-between;
    gap: 15px;
}
.flex .box-tab {
    width: 50%;
}
.box-section .col-lg-4.col-md-12 .box-tab {
    margin-bottom: 17px;
    min-height: auto;
}
.box-tab {
    padding: 20px;
}
.box-tab {
    font-size: 15px;
}
.company-section .col-lg-4:nth-child(1), .company-section .col-lg-4:nth-child(2), .company-section .col-lg-4:nth-child(4), .company-section .col-lg-4:nth-child(5) {
    width: 50%;
}
/* .company-section .col-lg-4:nth-child(3) .company-tab {
    width: 70.333333%;
} */
.company-section .row.g-5 {
    --bs-gutter-y: 1rem;
    --bs-gutter-x: 1rem;
}
.contact-info ul {
    gap: 15px;
}
.contact-info {
    font-size: 15px;
}
.contact-form {
    max-width: 560px;
}
.contact-section {
    padding: 60px 0;
}
.location-section {
    padding: 50px 0;
}
.locations .wpsl-search .wpsl-input {
    width: auto !important;
}
.box-section.feature .col-lg-4.col-md-12.flex:first-child .box-tab:first-child {
    min-height: auto;
}
.box-img {
    margin-bottom: 17px;
}
.box-img img {
    max-width: 140px;
}
.full-width-section.products {
    padding-top: 70px;
}
.images-slider.products {
    padding-bottom: 70px;
}
.camera-img img {
    max-width: 100%;
}
.box-section .title {
    margin-bottom: 25px;
}
/* .box-section.resources .box-tab {
    min-height: auto;
} */
.main-nav #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle {
    background: linear-gradient(130deg, rgba(0, 0, 0, 1) 20%, rgba(51, 51, 51, 0.8) 80%);
    border: 1px solid var(--dark-gray);
}
#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open + #mega-menu-max_mega_menu_1 {
    margin-top: 20px;
    padding: 20px 0 40px 0;
    border-top: 1px solid var(--dark-gray);
    align-items: normal;
    gap: 10px;
}
.main-nav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.button .mega-menu-link {
    background: var(--dark-gray);
    border-radius: 60px;
    text-align: center;
    width: 90%;
    margin: 40px auto 10px;
    padding: 12px 12px;
    height: 45px !important;
    font-size: 18px;
    transition: all 0.2s ease-in-out !important;
}
.main-nav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.button:last-child .mega-menu-link {
    background: var(--white);
    color: var(--black);
    margin: 0 auto;
}
/* .main-nav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.text-link .mega-menu-link {
    background: #000 !important;
    color: #fff;
    text-align: center;
    font-size: 16px;
    height: auto !important;
    padding: 0 !important;
    text-decoration: underline;
} */
.main-nav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link::before {
    position: absolute;
    content: "";
    opacity: 1;
    display: block !important;
    background: url(https://myworkspaceserver.com/contra-health-care/wp-content/uploads/2025/04/arrow.png) no-repeat;
    right: 6px;
    top: 50%;
    width: 25px;
    height: 15px;
    background-size: cover;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out !important;
}
.main-nav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.button .mega-menu-link::before {
    display: none !important;
}
.main-nav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover::before {
    right: 15px;
}
.main-nav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.button .mega-menu-link:hover {
    background: var(--white);
    color: var(--black);
}
.main-nav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.button:last-child .mega-menu-link:hover {
    background: var(--dark-gray);
    color: var(--white);
}
.mega-menu-link span:nth-child(2) {
    transform: translate(0, 15px);
}
.mega-menu-link:hover span:nth-child(2) {
    transform: translate(0, -17px);
}
.footer-link a:hover span:nth-child(2) {
    transform: translate(0, -17px);
}
.inner-banner {
    padding: 50px 0;
}
.inner-banner-text p {
    margin-bottom: 25px;
}

.swiper-button-next, .swiper-button-prev {
    width: 32px;
    height: 32px;
    background-size: 10px;
}
.tabs-section.inner {
    padding: 50px 0;
}
.tabs-section.inner h2 {
    margin-bottom: 20px;
}
.tab-img img {
    max-width: 64px;
}
.tabs-section .tab {
    padding: 20px;
}
.tab p {
    margin-bottom: 25px;
}
.tab ul li {
    font-size: 16px;
}
.video-content {
    font-size: 18px;
    margin: 0px auto 35px;
}
.video-section {
    padding: 30px 0 50px 0;
}
.specification-section {
    padding: 50px 0;
}
/* .experience-caption h2, .specification-table h2, .tabs-section.inner h2 {
    font-size: 30px;
} */
.specification-table h2 {
    margin-bottom: 29px;
}
.specification-table ul {
    gap: 15px;
}
.specification-table ul li {
    padding: 15px 12px;
    font-size: 16px;
}
.experience-section.inner {
    padding: 50px 0;
}
.experience-section.inner .experience-caption p {
    margin-bottom: 40px;
}
.tabs-section.inner h3 {
    font-size: 22px;
    line-height: 123%;
}
.box-icon img {
    max-width: 50px;
    max-height: 50px;
}
.box-head h3 {
    font-size: 22px;
    line-height: 123%;
}
.box-content p {
    margin-bottom: 20px;
}
.box-section {
    padding: 50px 0;
}
.box-section h2, .faqs-section h2 {
    margin-bottom: 25px;
}
.faqs-section {
    padding: 50px 0;
}
.contact-info ul {
    margin-bottom: 25px;
}
.contact-form .wpcf7-submit {
    font-size: 17px;
    padding: 10px 30px;
}
.contact-form textarea {
    height: 260px;
}
.logged-in.user-registration-account .locations #user-registration.vertical .user-registration-MyAccount-navigation {
    padding: 15px 10px;
    width: 24%;
}
.logged-in.user-registration-account .locations #user-registration.vertical .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link a {
    padding: 8px 8px;
    font-size: 15px;
}
    .logged-in.user-registration-account .locations #user-registration.vertical .user-registration-MyAccount-content {
        padding: 26px;
        width: 76%;
    }
            .bg-div {
        padding: 22px 25px 25px 25px;
        min-height: 300px;
    }
        .locations .nav-tabs .nav-link {
        font-size: 17px;
        padding: 0px 8px 6px;
    }
    .bg-div h3 {
    font-size: 22px;
}
    .bg-title a, .bg-title strong {
        font-size: 18px;
    }
        .video-embed iframe {
        height: 180px;
    }
        .video-file video {
        height: 180px;
    }
        .training-section input#sheetSearch {
        width: 310px;
        padding: 9px 19px;
    }
    .sheets-table td:first-child {
    padding: 18px 16px !important;
}
.sheets-table td:nth-child(2) {
    padding: 10px 16px 6px !important;
}
.sheets-table th {
    padding: 16px 16px !important;
}
/*     .pdfemb-viewer {
        height: 330px !important;
    } */
.form-item input, .form-item textarea, .logged-in.user-registration-account .login-section #user-registration .user-registration-MyAccount-content .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid .user-registration-form-row .user-registration-Input {
    padding: 8px 18px;
    font-size: 15px;
    margin: 0px 0 0;
}
.form-item p {
    margin-bottom: 14px;
}
.form-item .row {
    --bs-gutter-x: 0.8rem;
}
.form-item textarea {
    height: 120px;
}
.faq-section h5 .accordion-button {
    font-size: 18px;
    padding-right: 28px;
}
.faq-section .accordion-button::after {
    background-size: 15px !important;
    height: 9px !important;
    right: 0;
    position: absolute;
}
.faq-section .accordion-body {
    font-size: 16px;
}
.user-registration-EditAccountForm.edit-password input {
    padding: 10px 18px !important;
    height: auto !important;
}
#user-registration.vertical .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid fieldset .user-registration-form-row {
    margin-bottom: 13px !important;
}
#user-registration.vertical .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid > p {
    margin-top: 7px !important;
}
#user-registration.vertical .user-registration-MyAccount-content__header {
    margin-bottom: 22px !important;
}
.register-form {
    width: 80%;
}
.custom-login-wrap {
    width: 70%;
}
.ur-frontend-form .ur-form-row {
    gap: 0;
}
.locations .ur-frontend-form .ur-form-row .ur-form-grid {
    padding: 0 !important;
    margin: 0 !important;
}
.locations .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item {
    margin-bottom: 5px !important;
}
.ur-field-item.field-phone.Phone div#phone_1747157405, .ur-form-grid.ur-grid-2 .field-phone.Phone .form-row {
    margin-top: -12px;
}
.ur-field-item.field-textarea {
    margin-bottom: 1px !important;
    padding-top: 10px;
    margin-top: 0 !important;
}
div[style="text-align: right; font-size:14px; color:#737373; margin-top:0px;"] {
    top: -2px;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-button-container, body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-button-container {
    padding: 0;
    margin-top: 14px !important;
}
.user-registration-edit-profile .locations .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-number {
    margin-bottom: 16px !important;
}
    .user-registration-edit-profile div[style="text-align: right; font-size:14px; color:#737373; margin-top:0px;"] {
        top: -13px;
    }
    .button-group p#profile_pic_url_field {
    margin-bottom: 0 !important;
}
.button-group {
    margin-bottom: 0 !important;
}
.button-group div[style="clear:both; margin-bottom: 20px"] {
    margin-bottom: 0 !important;
}
.mega-menu-link b:nth-child(2) {
    transform: translate(0, 15px);
}
.mega-menu-link:hover b:nth-child(2) {
        transform: translate(0, -25px);
    }
.mega-menu-link:hover b:first-child {
    transform: translate(0, -36px);
}
.mega-menu-link b:first-child {
    transform: translate(0, -3px);
}
ul.mega-sub-menu {
    margin-top: 1px !important;
}
.main-nav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item-has-children > a.mega-menu-link::before {
    display: none !important;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    right: 8px;
    top: 14px;
}
div#usa-html5-map-state-info_0 h2 {
    font-size: 26px;
}
div#usa-html5-map-state-info_0 {
    padding-top: 30px;
}

}
@media only screen and (max-width: 767px) {
        .table-section .col-lg-3:nth-child(3) .new-table-tab {
    margin-bottom: 20px;
}
    .table-div {
    overflow-x: auto;
}
.table-div table.endoscope-table {
    table-layout: fixed;
    width: 100%;
}
.table-div table.endoscope-table th:first-child, .table-div table.endoscope-table th:nth-child(2) {
    width: 100px;
}
.table-div table.endoscope-table th:nth-child(3), .table-div table.endoscope-table th:nth-child(4) {
    width: 220px;
}
.table-div table.endoscope-table th:nth-child(6) {
    width: 180px;
}
.table-div table.endoscope-table th:nth-child(5) {
    width: 260px;
}
	form.user-registration-ResetPassword.ur_lost_reset_password {
    width: 95%;
    padding: 20px;
}
	form.user-registration-ResetPassword.ur_lost_reset_password p.ur-lost-password-title {
    font-size: 22px !important;
}
	form.user-registration-ResetPassword.ur_lost_reset_password p.ur-lost-password-message {
    text-align: center;
    color: #000 !important;
}
	body.user-registration-page .locations #user-registration:not(.user-registration-MyAccount) input.user-registration-Button.button.ur-reset-password-btn, body.user-registration-page .locations .user-registration:not(.user-registration-MyAccount) input.user-registration-Button.button.ur-reset-password-btn {
    margin-top: 20px !important;
}
	.pdfemb-viewer .pdfemb-pagescontainer.grab-to-pan-grab {
    height: 100% !important;
}
h1 {
    font-size: 28px;
}
h2 {
    font-size: 25px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 19px;
}
body {
    font-size: 15px;
}
.mobile-link {
    display: block !important;
}
.header-btn .black-btn, .header-btn .white-btn {
    display: none;
}
/* .black-btn {
    font-size: 14px;
    padding: 9px 18px;
}
.white-btn {
    font-size: 14px;
    padding: 9px 18px;
} */
.main-nav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
    padding: 15px 12px;
    height: 55px;
    font-size: 22px;
}
.content {
    font-size: 16px;
}
.full-width-section h2 {
    margin: 0 auto 40px;
}
    video.component-video {
        width: 300px;
    }
.full-width-section {
    height: 300px;
}
.slider-images {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
    .slider-img {
        min-height: 110px;
        width: 100%;
    }
.experience-caption h2 {
    margin-bottom: 20px;
}
.experience-caption {
    font-size: 16px;
}
/* .border-btn {
    font-size: 14px;
    padding: 12px 21px;
    border: 1px solid var(--white);
} */
.copy-right {
    margin-bottom: 20px;
    border-bottom: 1px solid var(--dark-gray);
    padding-bottom: 20px;
    text-align: center;
}
footer.footer {
    padding: 40px 10px;
}
.footer-icon {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--dark-gray);
    justify-content: center;
}
.footer-tab {
    display: block;
}
.footer-menu {
    width: 100%;
}
.footer-menu ul {
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 30px;
    border-bottom: 1px solid var(--dark-gray);
    margin-bottom: 20px;
    padding-bottom: 6px;
}
.footer-logo {
    text-align: center;
}
.footer-info ul li {
    align-items: center;
}
.footer-info ul li:first-child strong {
    margin-bottom: 0;
    display: inline-block;
}
.container-fluid.aniamtion {
    display: block;
}
.left-column {
    width: 100%;
}
.right-column {
    width: 100%;
    margin-top: 30px;
}
.banner-caption {
    padding-right: 0;
    max-width: 100%;
}
.left-column .banner-caption:nth-child(2) {
    margin-top: 20px;
}
.left-column .banner-caption:nth-child(1) {
    padding-top: 30px;
}
model-viewer {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    height: 50vh;
}
.banner-area {
    padding: 0 0 36px 0;
}
.left-column, .right-column {
    display: none;
}
.left-column.mobile, .right-column.mobile {
    display: block;
}
.right-column.mobile video {
    width: 100%;
}
.tabs-section .box-tab {
    min-height: 260px;
}
.banner-area.inner {
    padding: 40px 0;
}
.flex {
    display: block;
}
.flex .box-tab {
    width: 100%;
}
.company-section .col-lg-4:nth-child(1), .company-section .col-lg-4:nth-child(2), .company-section .col-lg-4:nth-child(4), .company-section .col-lg-4:nth-child(5) {
    width: 100%;
}
/* .company-section .col-lg-4:nth-child(3) .company-tab {
    width: 100%;
} */
.company-section .animate-section {
    margin-bottom: 0;
}
.box-section .box-tab:nth-child(even)::before {
    background: linear-gradient(220deg, rgba(0, 0, 0, 1) 20%, rgba(51, 51, 51, 1) 80%);
}
.contact-info ul {
    flex-wrap: wrap;
    gap: 10px;
}
.contact-info ul li img {
    max-width: 25px;
}
.banner-area.inner.contact .inner-banner-caption p {
    margin: 0 auto 26px;
}
.contact-section {
    padding: 40px 0;
}
.contact-form .wpcf7-submit {
    font-size: 16px;
    padding: 12px 28px;
}
.contact-form input, .contact-form textarea {
    padding: 11px 18px;
    font-size: 14px;
    margin: 0 0 0;
}
.contact-form input::placeholder, .contact-form textarea::placeholder {
    font-size: 14px;
}
.contact-form p {
    margin-bottom: 15px;
}
.locations .wpsl-search form {
    flex-wrap: wrap;
    gap: 11px;
    margin-bottom: 4px !important;
}
.locations .wpsl-search form #wpsl-search-input {
    width: 90% !important;
    margin-bottom: 3px;
}
.locations .wpsl-search {
    margin: 0 0 20px;
}
#wpsl-gmap {
    width: 100%;
}
#wpsl-result-list {
    width: 100%;
    margin: 0;
}
.location-section {
    padding: 10px 0;
}
#wpsl-stores, #wpsl-direction-details, #wpsl-gmap {
    height: 387px !important;
}
.box-img img {
    max-width: 100px;
}
.full-width-section.products {
    padding-top: 40px;
}
.images-slider.products {
    padding-bottom: 50px;
}
.box-img.video {
    min-height: auto;
    padding: 20px;
}
.faqs .accordion-item .accordion-button {
    font-size: 18px;
}
.accordion-button::after {
    background-size: 15px !important;
    height: 13px !important;
    width: 16px !important;
}
.faqs .accordion-item:last-child {
    margin-bottom: 0;
}
.faqs .accordion-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.box-section .title {
    margin-bottom: 15px;
}
h2.marquee-text {
    line-height: 66px;
    font-size: 50px;
}
.box-section {
    padding: 40px 0;
}
.box-section .col-lg-4.col-md-12.flex:last-child .box-tab:last-child::before {
    background: linear-gradient(130deg, rgba(0, 0, 0, 1) 20%, rgba(51, 51, 51, 0.8) 80%);
}
.box-section.feature .col-lg-4:last-child .box-tab:first-child::before {
    background: linear-gradient(130deg, rgba(0, 0, 0, 1) 20%, rgba(51, 51, 51, 0.8) 80%);
}
.box-section.benefits ul li::before {
    width: 20px;
    height: 20px;
}
.box-section.benefits ul li {
    padding-left: 29px;
}
.box-section.benefits .row.g-4 {
    --bs-gutter-x: 0.6rem;
    --bs-gutter-y: 0.6rem;
}
.box-section .col-lg-4.col-md-12 .box-tab {
    margin-bottom: 13px;
}
.locations .wpsl-search .wpsl-search-btn-wrap #wpsl-search-btn {
    padding: 7px 25px;
    font-size: 16px;
}
/* .box-section.resources .col-lg-4.col-md-6:last-child .box-tab::before {
    background: linear-gradient(130deg, rgba(0, 0, 0, 1) 20%, rgba(51, 51, 51, 0.8) 80%);
} */
.box-tab.resosurces::before {
    width: 60px;
    height: 60px;
    font-size: 13px;
    padding: 8px 0 0 8px;
}
.contact-btn p {
    margin: 0;
}
.locations .wpsl-search .wpsl-input {
    display: block !important;
    width: 100% !important;
    text-align: center;
}
#wpsl-search-wrap .wpsl-input label {
    margin: 0 0 9px;
    display: block;
}
.locations .wpsl-search .wpsl-search-btn-wrap {
    width: 100%;
    text-align: center;
}
.mega-menu-link:hover span:nth-child(2) {
    transform: translate(0, -27px);
}
.mega-menu-link:hover span:first-child {
    transform: translate(0, -44px);
}
.mobile-link .mega-menu-link:hover span:nth-child(2) {
    transform: translate(0, -21px);
}
.slider-container {
    width: 100%;
}
.inner-banner {
    padding: 30px 0;
}
.inner-banner-text p {
    margin-bottom: 18px;
}
.inner-banner-text {
    padding: 0 0 24px 0;
    text-align: center;
}
.tabs-section.inner {
    padding: 40px 3px;
}
.tabs-section.inner .col-md-6:nth-child(2) .tab-img img {
    max-width: 54px;
}
.video-content {
    font-size: 16px;
    margin: 0px auto 25px;
}
.video-section {
    padding: 0 0 40px 0;
}
.specification-table ul {
    column-count: 1;
}
.specification-table h2 {
    margin-bottom: 18px;
}
/* .experience-caption h2, .specification-table h2, .tabs-section.inner h2 {
    font-size: 25px;
} */
.specification-section {
    padding: 30px 0 20px 0;
}
.experience-section.inner {
    padding: 40px 0;
}
.experience-section.inner .experience-caption p {
    margin-bottom: 30px;
}
.active-video {
    margin-bottom: 4px;
}
.swiper {
    padding: 10px 0 0;
}
.swiper-button-next, .swiper-button-prev {
    width: 28px;
    height: 28px;
    background-size: 8px;
    top: 50% !important;
    transform: translateY(-50%);
    margin: 0 !important;
}
.tabs-section.inner h3 {
    font-size: 20px;
}
.company-inner .box-icon {
    width: 100%;
    margin-top: 0;
}
.box-head {
    width: 100%;
    padding-right: 0;
}
.box-content {
    width: 100%;
}
.box-content p {
    margin-bottom: 15px;
}
.company-inner {
    display: block;
    padding: 0 0 20px;
}
.company-section {
    padding: 30px 0 10px 0;
}
.company-section h2 {
    margin-bottom: 15px;
}
.faqs .accordion-item .accordion-body {
    padding: 10px 0 0 0;
}
.inner-banner-text br {
    display: none;
}
.contact-info {
    margin-bottom: 25px;
}
.contact-form textarea {
    height: 150px;
}
.contact-info ul {
    margin-bottom: 15px;
}
.wpcf7 form.invalid .wpcf7-response-output {
    text-align: left;
    margin-top: 9px;
}
#user-registration.vertical {
    display: block;
}
    .logged-in.user-registration-account .locations #user-registration.vertical .user-registration-MyAccount-navigation {
        width: 100%;
    }
    .logged-in.user-registration-account .locations #user-registration.vertical .user-registration-MyAccount-content {
        padding: 18px;
        width: 100%;
    }
    .logged-in.user-registration-account .locations #user-registration.vertical .user-registration-MyAccount-navigation ul {
    display: flex
;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: left;
}
    .logged-in.user-registration-account .locations #user-registration.vertical .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link a {
        padding: 4px 8px;
        font-size: 15px;
    }
    .user-registration-MyAccount-content__body .user-registration-profile-header {
    float: none;
    margin-right: 0;
}
.user-registration-MyAccount-content__body .user-registration-profile-header {
    float: none;
    margin-right: 0;
    align-items: self-start !important;
    margin-bottom: 0 !important;
}
.user-registration-MyAccount-content__body p:nth-child(3) {
    margin-top: 10px;
}
        .locations .nav-tabs .nav-link {
        padding: 0px 12px 5px;
    }
    .bg-div {
        padding: 20px 20px 20px 20px;
        min-height: 300px;
    }
    .locations .nav-tabs {
        margin-bottom: 25px;
        row-gap: 11px;
        justify-content: center;
    }
        .bg-div h3 {
        font-size: 19px;
        text-align: center;
    }
    .training-section {
    margin-bottom: 0;
}
/*     .pdfemb-viewer {
        height: 400px !important;
    } */
        .training-section input#sheetSearch {
        width: 100%;
    }
.sheets-table {
        width: 550px !important;
    }
.sheets-section {
    overflow: scroll;
    height: 500px;
}
    .sheets-table td:first-child {
        padding: 18px 16px !important;
        font-size: 15px;
    }
    .sheets-table thead th, .sales-rep-table thead th {
    font-size: 19px;
}
.sheets-section::-webkit-scrollbar {
  width: 5px;   /* For vertical scrollbar */
  height: 5px;  /* For horizontal scrollbar */
}

.sheets-section::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

.sheets-section::-webkit-scrollbar-thumb {
  background-color: var(--dark-gray);
}
        .video-embed iframe {
        height: 280px;
        width: 360px;
        margin: 0 auto;
    }
        .video-file video {
        height: 280px;
        width: 360px;
        margin: 0 auto;
    }
    .video-embed, .video-file {
    text-align: center;
}
.user-registration-MyAccount-content .heading-div h1 {
    text-align: center;
}
.form-item .col-md-6:nth-child(7) p {
    margin-bottom: 10px;
}
.form-item {
    text-align: center;
}
.form-item span.wpcf7-spinner {
    display: none;
}
    .faq-section h5 .accordion-button {
        font-size: 17px;
    }
        .faq-section .accordion-body {
        font-size: 15px;
        padding: 10px 0 0 0;
    }
    #user-registration.vertical .user-registration-MyAccount-content__header h1 {
    font-size: 19px;
    line-height: 34px;
    text-align: center;
}
    #user-registration.vertical .user-registration-MyAccount-content__header {
        margin-bottom: 9px !important;
    }
    .register-form {
        width: 100%;
        padding: 20px;
    }
.custom-login-wrap {
    width: 100%;
    padding: 25px;
}
#logged-out .login-section {
    padding: 20px 15px;
}
p.user-registration-form-row.user-registration-form-row--wide.form-row.form-row-wide {
    margin-bottom: 12px !important;
}
p.user-registration-form-row.user-registration-form-row--wide.form-row.form-row-wide input {
    margin-top: 0 !important;
}
.user-registration-before-login-btn {
    margin-top: 18px !important;
}
body.user-registration-page .locations #user-registration:not(.user-registration-MyAccount) input, body.user-registration-page .locations .user-registration:not(.user-registration-MyAccount) input, body.user-registration-page .locations #user-registration:not(.user-registration-MyAccount) textarea, body.user-registration-page .locations .user-registration:not(.user-registration-MyAccount) textarea, .locations .ur-frontend-form .ur-form-row .ur-form-grid select, .form-row span.select2-selection, .user-registration-EditProfileForm input, .user-registration-EditProfileForm textarea, .locations .ur-form-row .without_icon, .locations .ur-field-item input {
    padding: 12px 19px !important;
    font-size: 15px !important;
}
body.user-registration-page .locations #user-registration:not(.user-registration-MyAccount) input::placeholder, 
body.user-registration-page .locations .user-registration:not(.user-registration-MyAccount) input::placeholder,
body.user-registration-page .locations #user-registration:not(.user-registration-MyAccount) textarea::placeholder, 
body.user-registration-page .locations .user-registration:not(.user-registration-MyAccount) textarea::placeholder {
    font-size: 15px !important;
}
.form-toggle-buttons {
    bottom: 33px;
    right: 23px;
}
.ur-form-grid p:empty {
    display: none;
}   
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div, body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div {
    margin-top: 17px !important;
}
    .button-group {
        margin-bottom: 15px !important;
    }
    .sales-rep-table thead th {
    font-size: 18px;
}
    .sales-rep-table td {
        font-size: 16px;
    }
        .directory-table .sales-rep-table {
        width: 770px;
    }
    .sheets-table thead tr th:first-child, .sheets-table thead tr th:last-child {
    border-radius: 0;
}
    .mega-menu-link b:first-child {
        transform: translate(0, -1px);
    }
        .mega-menu-link:hover b:first-child {
        transform: translate(0, -39px);
    }
        .mega-menu-link:hover b:nth-child(2) {
        transform: translate(0, -27px);
    }
        div#usa-html5-map-state-info_0 h2 {
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    div#usa-html5-map-state-info_0 {
    padding-top: 0;
}
    .experience-section.inner {
        padding: 40px 0;
    }
        .features-section h2 {
        margin-bottom: 10px;
    }
    .features-section {
        padding: 40px 0px;
    }
        .table-section {
        padding: 40px 0;
    }
        .feature-info {
        font-size: 16px;
    }


}
@media only screen and (max-width: 575px) {
	    .video-product video {
        width: 100%;
    }
	.video-product {
    width: 100%;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount), body.user-registration-page .user-registration:not(.user-registration-MyAccount),
 body.user-registration-page #user-registration:not(.user-registration-MyAccount), body.user-registration-page .user-registration:not(.user-registration-MyAccount) {
    padding: 0 0 !important;
    margin: 0 !important;
}
	    video.component-video {
        width: 50%;
    }
        .slider-tab {
        width: 40%;
        row-gap: 10px;
    }
    .slider-img-title h6 {
        font-size: 15px;
        margin-bottom: 24px;
        line-height: 22px;
    }
}
@media only screen and (max-width: 447px) {
    .video-embed iframe {
        height: 260px;
        width: 100%;
    }
        .video-file video {
        height: 260px;
        width: 100%;
    }
        .locations .nav-tabs .nav-link {
        font-size: 15px;
        padding: 0px 6px 5px;
    }
    .inner-banner.global.contact .inner-banner-text ul li::after {
    width: 1px;
    height: 100%;
}

}