html{
    font-size: 16px;
    overflow-x: hidden;
} 
body{
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 1rem;
    color: var(--color-text) !important; 
}
.v2body p
{
	margin-bottom:auto;
}
input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], select, textarea, .form-control
{
	color: var(--color-text) !important; 
	font-size:inherit;
	 font-family: 'Helvetica', sans-serif !important;    
}
input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], select, textarea, .form-control {
    padding: 5px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-radius: 4px;   
}
:root{
    --color-primary: #EE7D11;
    --color-primary-light: #F4AC78;
    --color-secondary: #003883;
    --color-text: #5A5A5A;
    --color-text-dark: #333;
    --color-purple: #722F6B;
    --color-light-gray: #F8F8F8;
    --color-sky-blue: #00B9E7;
    --color-primary-dark: #d14242;
    --color-light-gray2: #EBEBEC;
    --color-light-gray3: #a9a9a9;
}

h1, h2, h3, h4, h5, h6{
    color: var(--color-text-dark);
}

.color-primary { color:var(--color-primary) }
.color-primary-light { color:var(--color-primary-light) }
.color-secondary { color:var(--color-secondary) }
.color-text { color:var(--color-text) }
.color-text-dark { color:var(--color-text-dark) }
.color-purple { color:var(--color-purple) }
.color-light-gray { color:var(--color-light-gray) }
.color-sky-blue { color:var(--color-sky-blue) }
.color-hover-dark-primary:hover { color: var(--color-primary)  }

.bg-primary, .bg-orange { background-color:var(--color-primary) !important }
.bg-primary-dark, .bg-red { background-color:var(--color-primary-dark) !important }
.bg-secondary, .bg-blue { background-color:var(--color-secondary) !important }
.bg-text { background-color:var(--color-text) }
.bg-purple { background-color:var(--color-purple) }
.bg-light-gray { background-color:var(--color-light-gray) }
.bg-light-gray2 { background-color:var(--color-light-gray2) }
.bg-light-gray3 { background-color:var(--color-light-gray3) }
.bg-sky-blue { background-color:var(--color-sky-blue) }

.border-primary { border-color:  var(--color-primary) !important; }
.border-secondary { border-color:  var(--color-secondary) !important; }
.border-title { border-color: var(--color-primary-dark) !important; }

.font-48 { font-size: 3.000rem; }
.font-42 { font-size: 2.625rem; }
.font-40 { font-size: 2.5rem; }
.font-32 { font-size: 2.000rem; }
.font-26 { font-size: 1.625rem; }
.font-24 { font-size: 1.5rem; }
.font-22 { font-size: 1.375rem; }
.font-20 { font-size: 1.25rem; }
.font-18 { font-size: 1.125rem; }
.font-15 { font-size: 0.938rem; }
.font-14 { font-size: 0.875rem; }
.font-13 { font-size: 0.813rem; }
.font-12 { font-size: 0.75rem; }

a{
    text-decoration: none;   
	color: inherit;
}


.button{
    display: inline-block;
    line-height: 1;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
}
.button:focus, .button:hover{
    color: #fff;
}
.primary-button {
    font-weight: 600;
    letter-spacing: 1.5px;
    background-color: var(--color-primary);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var(--color-primary);
    border-radius: 12px 12px 12px 12px;
    padding: 13px 20px 13px 20px;
}

.secondary-button {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.5px;
    background-color: var(--color-secondary);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var(--color-secondary);
    border-radius: 12px 12px 12px 12px;
    padding: 13px 20px 13px 20px;
}

.button:hover, .button:focus{
    color: var(--color-primary);
    background-color: #fff;
}

.outline-white-button{
    font-weight: 600;
    letter-spacing: 1.5px;
    background-color: transparent;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: white;
    border-radius: 12px 12px 12px 12px;
    padding: 13px 20px 13px 20px;
}
.outline-white-button.btn-sm{
    letter-spacing: 0;
    border-radius: 10px;
    padding: 7px 15px;
}
.outline-white-button:hover{
    border-color: var(--color-primary);
}
.bg-secondary .outline-white-button:hover{
    border-color: var(--color-secondary);
	color: var(--color-secondary);
}

.outline-secondary-button{
    letter-spacing: 1.5px;
    background-color: transparent;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var(--color-secondary);
    color: var(--color-secondary);
    border-radius: 12px 12px 12px 12px;
    padding: 13px 20px 13px 20px;
}
.outline-secondary-button:hover{
    background-color: var(--color-secondary);
    color: #fff;
}


header{
    box-shadow: 0px 2px 5px rgba(0,0,0,.1);
    z-index: 999;
}

.fw-bolder { font-weight: 900 !important; }

.mw-1600 { max-width: 1600px; }
.hero-content{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.hero-video{
    height: 800px;
    position: relative;
}
.hero-video video{
    object-position: top left;
    overflow: hidden;
    border: 0;
    color: #fff;
}
.hero-video::after{
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    display: block;
    background: linear-gradient(0deg, #ebebec 0%, #ebebec 50%, rgba(205,210,218,0.06206232492997199) 100%);
    width: 100%;
    height: 100px;
    position: absolute;
}
.products-services{
    background: linear-gradient(0deg, rgb(251 251 251) 0%, 74%, rgb(205 210 218 / 38%) 100%);
	position:relative;
}
.swiper-slide{
    padding: 0 40px 60px 40px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 20px;
    font-weight: 700;
}
.swiper-pagination-bullet {
    height: 10px;
    width: 10px;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}
.swiper-pagination-bullet:not(.swiper-pagination-bullet-active){
    background-color: var(--color-secondary);
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background-color: var(--color-primary);
}
.testimonial-img{
    height: 65px;
    width: 65px;
    object-fit: cover;
}
.flip-container{
    position: relative;
    height: 240px;
    width: 100%;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.flip-card{
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.flip-front, .flip-back {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.flip-front, .flip-back{
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 0 30px;
}
.flip-back{
    padding: 15px 7px;
}
.flip-container:hover .flip-card, .flip-container .flip-back {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.flip-front{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.flip-front img {
    height: 120px;
    margin: 0 auto -10px;
    object-fit: contain;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.bg-about{
    background: url("/media/1612690/Asset-1-100.png") center center no-repeat;
    background-size: cover;
}

.bg-about-backdrop{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #6E0D44;
    opacity: 0.9;
    mix-blend-mode: multiply;
    filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}

.bg-backdrop{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}

.bg-feat-products{
    background: url("/media/1612688/Asset-3-100.png") center center no-repeat;
    background-size: cover;
}

.bg-feat-products-backdrop{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #4A3276;
    opacity: 0.35;
    mix-blend-mode: multiply;
}

.products-services .col{width: 20%; padding: 0; margin: 0 10px;}
.products-services .d-flex{padding: 0;}

/*APPLICATIONS Testing & Beyond*/
.applications{background-color: #333333; position: relative;}
.main-container{background-size: cover;  opacity: 0.2;height: 100%; width: 100%; top: 0; left: 0; position: absolute; }
.featured-promotions{position: relative;}
.flex-container{display: flex}
.applications-text{
    width: 45%;
    color: #333333;
    transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 1.5s;
    opacity: 1;
    visibility: visible;
    display: flex;
}
.applications-text h3{color: #f49a55;font-weight: 700; letter-spacing: 1px;}
.applications-text h2{color: #333333;}
.applications-cards{width: 55%; transition: all ease-in-out 0.5s; display: flex;}
.wrap-center{
    align-content: center;
    align-items: center;
    padding: 15px;
    display: flex;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
}
.card-more{
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.cards-container{
    min-height: 550px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
	width: 1154px;
}
.card-col-1{
    position: absolute;
    left: 30px;
    top: 10px;
    width: 50%;
}
.card-col-2{
    position: absolute;
    left: 323px;
    top: 10px;
    width: 50%;
}
.card-col-3{
    position: absolute;
    left: 617px;
    top: 10px;
    width: 50%;
    display: none;
}
.card-col-4{
    position: absolute;
    left: 901px;
    top: 10px;
    width: 50%;
    display: none;
}
.column-hidden{
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.5s;
}
.show .applications-cards .column-hidden {
    opacity: 1;
    visibility: visible;
}
.show .applications-text {
    opacity: 0;
    visibility: hidden;
    transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.5s;
}
.show .applications-cards {
    transform: translateX(-90%);
}
.arrow-card-show{
    width: 30px;
    height: 60px;
    transition: all 0.5s ease;
}
.show .arrow-card-show{
    transform: rotate(180deg);
}

.knowledge-center{background-color: #722F6B;position:relative;}
.pt-60{padding-top: 60px;}
.pt-70{padding-top: 70px;}
.pb-60{padding-bottom: 60px;}
.pb-50{padding-bottom: 50px;}
.pb-70{padding-bottom: 70px;}
.faqs-part{width: 30%;margin-left: 60px;position: relative; margin-right: 60px;}
.resources-part{width: 50%;margin-right: 50px;}
.knowledge-icon-part{width: 16%;}
.Knowledge-header{color: #fff; position: absolute; transform: rotate(-90deg); top: 40%; left: -225px;}
.knowledge-head{color: #FFFFFF; font-weight: 700; letter-spacing: 2px; margin-bottom: 30px;}
.resources-list .list-item{	align-items:center;}
.resources-img{border-radius: 10px; display: block; overflow: hidden;  width: 160px; height: 160px; margin-right: 20px;box-shadow: 0px 0px 15px 0 rgb(0 0 0 / 50%);}
.resources-img img{object-fit: cover;}
.resources-text{ width: 60%; color: #fff;}
.hover-white:hover{border-color:transparent;color: #722F6B;}
.knowledge-icon{cursor:pointer;margin-bottom: 50px; padding: 30px 20px 0px 20px; border-style: solid; border-width: 3px 3px 3px 3px; border-color: #FFFFFF; border-radius: 15px 15px 15px 15px;text-align: center;}
.knowledge-icon img{margin-bottom: 18px; width: 62px;}
.accordion-item, .accordion-header, .accordion-button:not(.collapsed){background: transparent !important;}
.accordion-button:focus{background: none !important; border:none !important;box-shadow:none !important}
.accordion-button:hover{background: none !important; border:none !important; box-shadow:none !important; color: #003883 !important;}
.accordion-button:active{background: none !important; border:none !important; box-shadow:none !important}
.accordion-button{ background-color:transparent !important; padding-right: 0; padding-left: 34px; color: #003883 !important;font-weight:bold;}
.faqs-part .accordion-button {color: #fff !important;font-weight:normal;	}
.accordion-button:not(.collapsed) {box-shadow:none}
.accordion-item{border: none;border-bottom: 1px solid #B4B4B4!important; border-radius: 0;position: relative;} 
.accordion-body{ padding-top: 5px; padding-left: 34px; position: relative;}
.accordion-header::before{content: ''; position: absolute;top: 16px; left: 0; height: 24px; width: 24px; background: url(/Logos/EG_Logos/logo-icon-color.svg) center center no-repeat;}
.accordion-body:before{content: ' ';position: absolute;top: 3px;left: 10px;font-weight: 800;color: #003883;font-size: 18px;}
.faqs-part .accordion-header::before{color: #fff !important;}
.faqs-part .accordion-body:before{color: #fff !important;}
.text-white .accordion-button, .text-white .accordion-button:not(.collapsed), .text-white .accordion-body{color: #fff;}
.view-resources{color: #FFFFFF; font-weight: 700; letter-spacing: 2px; padding: 20px; display: block;transition: all .3s;}
.view-resources:hover{color: #213E7E; background-color: #FFFFFF;}
.blue-bg{background-color: #213E7E;}



/*footer*/
#toTopBtn {position: fixed; bottom: 26px; right: 39px; z-index: 98; padding: 21px; background-color: rgba(0,0,0,.4);border-radius: 50px;transition: all .3s;}
#toTopBtn:hover{background-color: #ee7d11;}
.js .cd-top--fade-out { opacity: .5}
.js .cd-top--is-visible { visibility: visible;  opacity: 1}
.js .cd-top { visibility: hidden; opacity: 0; transition: opacity .3s, visibility .3s, background-color .3s}
.cd-top {display: none;height: 40px; width: 40px; box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;background: url("/media/1612682/cd-top-arrow.png") no-repeat center 50%;}

.footer-background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url("/media/1612681/background-design-left.png");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

footer a {
    color: #fff !important;
}

footer a:hover{
    color: var(--color-primary) !important
}
.region-list li:not(:last-child):after{
    content: "";
    border-color: #ddd;
    width: auto;
    right: 0;
    position: relative;
    height: 100%;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-left-width: 1px;
    border-style: solid;
    margin: 0 15px;
}
.logo-circle{
    position: absolute;
    width: 80px;
    height: 80px;
    top: -40px;
    left: calc(50% - 40px);
	z-index:99;
}
.footer-icons-list{
    display: flex;
    flex-wrap: wrap;
}
.footer-icons-list li{
    width: calc( 100% / 4 );
    text-align: center;
    margin: 15px 0;
}
.social-icons li{
    margin-left: 10px;
}
.social-icons li a {
    display: block;
    height: 30px;
    width: 30px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
}
.social-icons li a img{
    height: 18px;
    width: 18px;
    filter: brightness(0%) invert(7%) sepia(100%) saturate(4918%) hue-rotate(208deg) brightness(105%) contrast(101%);
    position: relative;
    top: 2px;
}
.social-icons li a:hover{
    background-color: var(--color-primary);
}
form.oceanwp-searchform{
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
}
form.oceanwp-searchform button {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    min-width: 40px;
    height: 60%;
    height: 100%;
    font-size: 12px;
    font-weight: 600;
    background-color: rgba(0,0,0,0) !important;
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center;
    line-height: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}
.field{
    color: #999999;
	border:none !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #B4B4B4;
    border-radius: 8px 8px 8px 8px;
    font-family: 'Helvetica', sans-serif !important;
    font-size: 14px;
    font-weight: 600;
    min-height: 43px;
    padding: 6px 12px;
}
.lang-select select{
    color: #666666;
    background: #fff;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    padding: 3px !important;
    height: auto !important;
    border: 1px solid lightgray !important;
    border-radius: 0px !important;
}
.top-links li{
    margin-left: 30px;
}
.top-links li a:hover{
    color: var(--color-secondary);
}

.user-menu-dropdown li{
    margin-left: 0px;
}
.copyright-text .social-icons{display: flex; justify-content:flex-end;}
/* end footer*/

/* Product page */
.ea-advanced-data-table-wrap-inner{
    width: 100%;
    overflow-y: auto;
}
.ea-advanced-data-table {
    width: 100%;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-collapse: collapse;
    margin: 0;
    border-color: #999999;
}
.ea-advanced-data-table tbody {
    background-color: #ffffff;
}
.ea-advanced-data-table tr:nth-child(even) {
    background-color: #f2f2f2;
}
.ea-advanced-data-table td {
    padding: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 16px;
    border-color: #999999 !important;
    color: #000 !important;
    background-color: rgba(0,0,0,0) !important;
}
.ea-advanced-data-table td:first-child {
    min-width: 50px;
    text-align: center !important;
}
.ea-advanced-data-table td:nth-child(2) {
    width: 170px;
    min-width: 170px;
}
.ea-advanced-data-table-search {
    width: 200px;
    height: 40px;
    padding: 15px 15px 15px 15px;
    margin-bottom: 10px;
    color: #666666;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #eeeeee;
    border-color: #999999 !important;
    margin-bottom: 30px !important;
    font-size: 16px;
    color: #000 !important;
    appearance: none;
    -webkit-appearance: none;
}
.check-list::before{
    content: "✓";
    display: inline-block;
    font-size: 14px;
    margin-right: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: initial;
    border-image: initial;
    border-radius: 50%;
    padding: 3px 7px;
    line-height: 19px;
}

/* Content Page */
.size-65{
    width: 65px;
    height: 65px;
}
.list-disc{
    list-style: disc;
    margin: 15px 0 15px 20px;
}
.list-disc li{
    margin-bottom: 5px;
}
.lh-md{
    line-height: 1.75;
}
.size-50{
    width: 50px;
    height: 50px;
}
.bottom-links-box .lowfootbox:nth-child(1) .lowfooterlinks { background-color: #ef7722; }
.bottom-links-box .lowfootbox:nth-child(2) .lowfooterlinks { background-color: #001a71; }
.bottom-links-box .lowfootbox:nth-child(3) .lowfooterlinks { background-color: #ab3f97; }
.bottom-links-box .lowfootbox:nth-child(4) .lowfooterlinks { background-color: #00b2e3; }
.bottom-links-box h2.lowfootertitle{position: relative;left:0px;text-align:left;}
.applied .lowfooterlinks { background-color: #AF2A42; }
.bottom-links-box .lowfooterlinks {border-radius: 16px; padding: 24px!important; height: 100%; color: #fff; font-size: 1.125rem;line-height:1.5;}
.lowfooterlinks li { transition: 0.2s; }
.lowfooterlinks li:hover { padding-left: 5px; }
.lowfootbox { margin-bottom: 16px; }
.lowfootertitle { font-size: 1.625rem; font-weight: 600; color: #fff; margin-bottom: 16px; /*background-color: transparent !important;*/}

/* News overview */
.tags-list a{
    text-decoration: underline;
    border-right: 2px solid #a9a9a9;
    padding: 0 10px;
    display: inline-block;
    line-height: 1;
    margin-bottom: 10px;
}
.tags-list li:first-child a{
    padding-left: 0;
}
.tags-list li:last-child a{
    border-right: none;
}
.w-40{
    width: 40%;
}
.w-80{
    width: 80%;
}
.pre-loader {
    position: fixed;
    background: url(/media/1612691/loader.gif) no-repeat center center rgb(246, 247, 249);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9987;
    display: none;
}

/* Order Portal Template */
.link-list{
    background-color: #8ea0a4;
}
.link-list a{
    padding: 8px 10px ;
    display: flex;
    align-items: center;
	border-bottom: 1px solid #ddd;
}
.link-list a:hover{
    background-color: rgba(0,0,0,.2);
}
.link-list a.active{
    background-color: var(--color-text-dark);
}

/* Product overview */
.shadow-custom{
    box-shadow: 0px 4px 15px 3px rgba(119,119,119,0.2);
}
.product-content-all-wrap{
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
}
.products-title-content {
    text-align: center;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: all 500ms ease;
    background: #fff;
    border-radius: 20px;
}
.product-content-all-wrap:hover .products-title-content,
.product-content-all-wrap .product-flip-bck {
    transform: rotateY(-180deg);
}
.product-content-all-wrap .product-flip-front,
.product-content-all-wrap .product-flip-bck {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
    height: 325px;
}

.product-content-all-wrap.product-order-page .product-flip-front  { 
    height: 220px;
}
.product-flip-front img
{
	padding-top:20px;
	max-width:100%;
}
.product-content-all-wrap .product-flip-bck {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #003883;
    color: #fff;
    display: flex;
    align-items: center;
    border-color: #000;
    border-radius: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
	padding-top:20px;
	padding-inline: 10px;
}
.Oligos .product-content-all-wrap .product-flip-bck{
	background: rgba(245, 128, 38, 0.9) !important;
}
.Sequencing .product-content-all-wrap .product-flip-bck{
	background: rgba(20, 61, 141, 0.9) !important;
}
.Gene .product-content-all-wrap .product-flip-bck{
	background: rgba(171, 63, 151, 0.9) !important;
}
.NGS .product-content-all-wrap .product-flip-bck{
	background: rgba(0, 188, 228, 0.9) !important;
}
.Genotyping .product-content-all-wrap .product-flip-bck{
	background: rgba(176, 42, 67, 0.9) !important;
}



.product-content-all-wrap .product-flip-bck .products-title a {
    color: #fff;
}
.product-content-all-wrap .product-flip-bck .products-content {
    display: flex;
    flex-flow: wrap column;
    gap: 15px;
}
.product-content-all-wrap .product-flip-bck .products-content-info {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 10px;
}
.product-content-all-wrap .product-flip-bck .products-title {
    padding-bottom: 20px;
}
.product-content-all-wrap .product-flip-bck .btn {
    border-radius: 12px;
    border: 2px solid #fff;
    padding: 10px 10px;
    line-height: normal;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
}
.product-content-all-wrap.product-order-page .product-flip-bck .btn
{
 	border-radius: 8px;
    border: 2px solid #fff;
    padding: 4px 10px;
    font-size: 14px;
}
.product-content-all-wrap .product-flip-bck .btn:hover {
    background: #fff;
    color: #003883;
}

.Oligos .product-content-all-wrap .product-flip-bck .btn:hover{
	color: rgba(245, 128, 38, 0.9) !important;	
			}
.Sequencing .product-content-all-wrap .product-flip-bck .btn:hover{
	color: rgba(20, 61, 141, 0.9) !important;	
			}
.Gene .product-content-all-wrap .product-flip-bck .btn:hover{
	color: rgba(171, 63, 151, 0.9) !important;	
			}
.NGS .product-content-all-wrap .product-flip-bck .btn:hover{
	color: rgba(0, 188, 228, 0.9) !important;	
			}
.Genotyping .product-content-all-wrap .product-flip-bck .btn:hover{
	color: rgba(176, 42, 67, 0.9) !important;	
			}
.product-content-all-wrap .product-flip-bck img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

/* Team overview */
.hover-bg-purple { transition: background-color 0.2s ease; }
.hover-bg-purple:hover { background-color: #702e69 !important; color: #fff; }
.hover-bg-purple:hover h3{ color: #fff; }
.px-10 { padding-left: 6rem; padding-right: 6rem; }
.hover-img-color > img { -webkit-filter: grayscale(100%); filter: grayscale(100%); transition: filter 1s ease; }
.hover-img-color:hover > img { -webkit-filter: grayscale(0%); filter: grayscale(0%); }
.hover-shadow-large { transition: box-shadow 1s ease;  }
.hover-shadow-large:hover { box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.5); }

/* Faq */
.btn-group.chips{
    flex-wrap: wrap;
}
.btn-group.chips label
{
	line-height:48px;
}
.btn-group.chips .btn{
    margin-right: 10px;
    border-radius: 6px !important;
    min-width: 100px;
    flex: none;
    margin-bottom: 10px;
    font-weight: 600;
}
.btn-group.chips img {
    height: 20px;
    width: 20px;
    filter: brightness(0%) invert(11%) sepia(60%) saturate(5576%) hue-rotate(204deg) brightness(97%) contrast(107%);
}
.btn-group .btn-check:checked+.btn, .btn-group .btn.active, .btn-group .btn.show, .btn-group .btn:first-child:active, .btn-group :not(.btn-check)+.btn:active{
    color: var(--bs-btn-active-color);
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
}
.btn-group .btn-check:checked+.btn img,
.btn-group .btn.active img,
.btn-group .btn.show img,
.btn-group .btn:first-child:active img,
.btn-group :not(.btn-check)+.btn:active img {    
    filter: none;
}
.btn-group.chips .btn-outline-primary{
    --bs-btn-color: var(--color-purple);
    --bs-btn-border-color: var(--color-purple);
    --bs-btn-hover-bg: var(--color-purple);
    --bs-btn-hover-border-color: var(--color-purple);
    --bs-btn-active-bg: var(--color-purple);
    --bs-btn-active-border-color: var(--color-purple);
    --bs-btn-disabled-color: var(--color-purple);
    --bs-btn-disabled-border-color: var(--color-purple);
}

.header-logo{
        max-height: 110px;
    }
/*responsive css*/
@media screen and (max-width: 1199px) {
    /*.header-logo{
        max-width: 220px;
    }*/
    .card-col-2{
        left: 263px;
    }
    .card-col-3{
        left: 497px;
    }
    .card-col-4{
        left: 721px;
    }
}

@media screen and (max-width: 991px) {
    .oew-ajax-search {
        width: 100%;
        position: absolute !important;
        top: -40px;
        right: 0;
    }
    .top-links-container{
        display: block !important;
    }
    .top-links{
        justify-content: start !important;
    }
    .top-links li{
        margin-left: 0;
        margin-right: 12px;
    }
    .top-links .lang-select{
        display: none;
    }
    #toggle-menu{
        position: absolute;
        top: -45px;
        right: 0;
        z-index: 1;
    }
    #toggle-search{
        position: absolute;
        top: -45px;
        right: 45px;
        z-index: 1;
    }
    .mob-relative{
        position: relative;
    }
    .flex-container{flex-direction: column;}
    .faqs-part{width: 100%; margin: 0; margin-bottom: 40px;}
    .Knowledge-header{position: relative; transform: rotate(0deg); top: 0; left: 0; text-align: center;}
    .resources-part { width: 100%; margin-right: 0;margin-bottom: 40px;}
    .resources-text {width: 74%;}
    .knowledge-icon-part {width: 100%;display: flex; justify-content: space-between;align-items: center;}
    .knowledge-icon-part a{width: 30%;}
    .knowledge-icon{display: flex; flex-direction: column; align-items: center; margin-bottom: 20px;}
    .copyright-text .row{text-align: center;}
    .copyright-text .col-md-12.col-lg-8{margin-bottom: 30px; text-align: center;}
    .copyright-text .col-md-12.col-lg-8{justify-content:center;}
    .copyright-text .social-icons{justify-content:center;}
    .products-services .col{width: 30.2%; padding: 0; flex: none; margin-bottom:20px;}
    .products-services .d-flex{flex-wrap: wrap;}
    .applications-text, .applications-cards { width: 100%; }
    .card-more { display: none;}
    .cards-container{flex-wrap: wrap; margin: 0 !important;}
    .card-col-1, .card-col-2, .card-col-3, .card-col-4 { position: relative; left: 0; width: 50%;}
    .cards-container .mt-4 { margin-top: 0 !important; }
    .column-hidden { opacity: 1; visibility: visible; display: block; }
    .column-hidden .p-4 { padding-top: 0 !important; }
}

@media(max-width: 767px){
    body{
        font-size: 0.938rem;
    }
	.mobile-px-4
	{
		padding-right:0.5rem !important;
		padding-left:0.5rem !important;
	}
    /*.header-logo {
        max-width: 180px;
    }*/
    #oew-ajaxs-1{
        width: 150px !important;
    }
    .region-list{ width: 100%; }
    .border-white{border-right: none!important; margin-bottom: 30px;}
    footer .my-5.gx-5{margin-bottom: 1rem!important;}
    .stats .col-sm-6.col-md-3 {margin-bottom: 10px;}
    .stats .container.mb-4{margin-bottom:0!important}
    .knowledge-icon-part{flex-direction: column;}
    .knowledge-icon-part a {width: 100%;}
    .list-item{flex-direction: column; margin-bottom: 30px;}
    .resources-list .list-item:last-child{margin-bottom: 0;}
    .resources-img{margin-bottom: 20px; width: 100%;    height: 200px;}
    .resources-img img{width: 100%;}
    .products-services .col{width: 100%; margin-bottom: 30px;}
    .products-services .d-flex{flex-wrap: wrap;}
    .copyright-text .border-end { border:none !important }

    .cards-container{display: block;}
    .card-col-1, .card-col-2, .card-col-3, .card-col-4 { width: 100%;}
    .card-col-2 .p-4 { padding-top: 0 !important; }
    .hero-video{
        height: 500px;
    }
    
    .font-48 { font-size: 1.875rem; }
    .font-42 { font-size: 1.625rem; }
    .font-32 { font-size: 1.375rem; }
    .font-26 { font-size: 1.25rem; }
    .font-24 { font-size: 1.125rem; }
    .font-22 { font-size: 1.063rem; }
    .font-20 { font-size: 1rem; }
    .font-18 { font-size: 0.938rem; }
    .font-15 { font-size: 0.875rem; }
    .font-14 { font-size: 0.813rem; }
    .font-13 { font-size: 0.75rem; }
    .font-12 { font-size: 0.75rem; }
	#quick{
		padding-left:30px
	}
}

@media (max-width: 575px) {
	.header-logo {
        max-width: 32px;
    }	 
}

@media (max-width: 455px) {
	.mob-padding
	{
		margin-bottom: -1.5rem !important;
	}
}
@media screen and (max-width: 360px) {
	.top-links li{
        margin-left: 0;
        margin-right: 5px;
    }
}
@media (min-width: 768px){
    .bottom-links-box .lowfootbox {
        flex: 0 0 auto;
        width: 50%;
    }	
}
.cartOpenMouseover
{
	display:inline-block;
}
.ucCartOverview p.cart,.ucCartOverview p.checkout  {
	margin-bottom: 0!important;
	height: auto!important;
}
input[type="radio"],input[type="checkbox"]{margin:0px 0px 4px 0px;}
/*div.mandatory{font-size:20px}*/
.section-gettingstarted h1{padding-top:15px;}
#dashContainer h2{margin-top:20px;}
.top-alert p{
	margin-bottom:0px;
	padding:0.5rem 0!important
}
.ui-dialog-titlebar {
    position: relative;
}

.ui-button-icon-only.ui-dialog-titlebar-close{
	position: absolute !important;
    top: 80% !important;
}

/* Style the close button */
.ui-dialog-titlebar-close {
    position: absolute;
    top: 16px;
    right: 0.5em;
    transform: translateY(-50%);
    width: 51px !important;
    height: 20px;
    padding: 0;
}

/* Optional: Show text if hiding icon */
.ui-dialog-titlebar-close .ui-icon {
    display: none;
}

.ui-dialog-titlebar-close .ui-button-text {
    display: inline !important;
    font-size: 14px;
    color: #eee; /* Customize color */
}

tr.row {
    display: table-row;
}
.ucCartLastSavedItems
{
	width:200px;
	left:unset;
	right:-100px;
	min-height:130px;
	height:auto;
}
.ucCartLastSavedItems div.topLastItems div.item div.left
{
	width:150px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ucCartLastSavedItems div.topLastItems {
     text-transform:none;
	font-weight: normal;
 }
select {
    padding-bottom: 7px;
	font-family:'Helvetica', sans-serif !important;
}
section#moments{
	margin-bottom:3rem!important;
}

 fieldset legend, #ContentPlaceHolderDefault_subContent_MainContent_CheckoutSubContent_ucPaymentMethods_15_comPrePayment_pnlcomPrePayment fieldset{
            border:none !important;
            margin-left: 10px!important;
            padding: 3px 0px!important;
        }
#ContentPlaceHolderDefault_subContent_MainContent_CheckoutSubContent_ucPaymentMethods_15_comCreditCard_Div1
{
	padding:0px;
}

fieldset legend {
            font-size: 1rem;
        }
.ucMyAccountSettings fieldset legend, .coreControl   fieldset legend{            
            margin-left: 0px!important;
}
fieldset .fileUpload
{
	display:inline-block !important;
	margin-left: 300px;
    width: 250px;
}

@media (max-width: 1200px){
    fieldset .fileUpload
	{
		margin-left: 50px;
		width: auto;
	}	
}
.coreControl fieldset
{
	padding: 5px 10px !important;
}
.xsltsearch_result_title {
    font-size: 1.25rem !important;
    font-weight: bold;
}
.webContent .ui-tabs-panel div
{
   font-size: 1rem;
 }
li.col-md-8 {
    display: list-item !important;
}
.ucTopLoginPanel input.text
{
	padding-left:8px;
	border:1px solid #ccc !important;
}
 /*
.container td {
    padding: revert-layer;
}*/
.ui-widget-content td {
    padding: revert-layer;
}

.activeli label, #tabPaymentMethod-nav li > label {
    font-size: 16px;
    font-weight: bold;
    color: var(--color-secondary);
}
.option label
{
	font-size:0.8rem;
}
.radioButton label, .option label
{
	display:inline;
}
.ucEntryFormat div#entryFormatContent div#comManualEntry div.inner div.tubeTypeFormats div.left
{
	padding: 1px 5px;
}

.mobile-login-links{
	background-color:#ccc;
	color:var(--color-text);
	position: sticky;
    bottom: 0;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}
ul.headingMenu
{
	padding-left:0px;
}
.placeholder{
	display:block;
	background-color:unset;
	opacity:1;
	cursor:unset;
}
ul.ecomTab
{
	margin-bottom:0px;
	padding:0px;
}
div.sctFilter ul li {
	margin-right:8px !important;
}
div.sctItem h2.disabledBarcode
{
	color:#fff !important;
}
h2 span.expired
{
	margin-right:8px;
}
.jButton.jButtonSmall {
    padding: .4em 1em;
    border-radius: 4px;
    background-color: #6e6a6a !important;
    border-color: #6e6a6a !important;
}
.jButton.jButtonLight
{
	color: #fff !important;	
	background: #444444 !important;
}
.ucQuickOrder div.comPriceBox div.text
{
	padding-top:12px;
}
.ucQuickOrder div.comPriceBox div.field div.price
{
	padding-top:5px;
}
.price, .amount, .tax, .priceEa  {
    font-family: 'Helvetica', sans-serif !important;
}
.po-tab,.evo-tab,.creditCard-tab,.no-tab {
    box-shadow: none !important;
    transition: none !important;
}
.assignmentControls .button
{
	padding:revert-layer;
}
.banner-inner.bg-secondary.position-relative h1
{
	   filter: drop-shadow(2px 2px 2px var(--color-text-dark));
}
a.jButton {
    border-radius: 4px;
    padding: .2em 0.5em;
    font-size: 1.1em;
    font-weight: normal;
	font-family:'Helvetica', sans-serif !important;
}

a.save {
    border-radius: 4px;
    padding: .2em 0.5em!important;
    font-size: 1.1em;
    font-weight: normal;
	background:#444444 !important;
}
.ui-dialog-buttonset button {
    border-radius: 4px;
    padding: .2em 0.5em;
    font-weight: normal;
    text-transform: uppercase;
	font-family:'Helvetica', sans-serif !important;
}
div.showOptions div.additionalServiceOptions ul, .rightBox ul , div.icons ul
{
	padding-left: 0px;
}
div.showOptions div.additionalServiceOptions ul li
{
	padding-right: 20px;
    padding-bottom: 10px;
}
.general-link-image
{
	height:27px;
	max-width:27px;
	margin-right:20px;
}
td,th
{
	padding:5px;
}
div.right, div.rightBox,
div.left, div.leftBox
{
	padding-top:5px;
	padding-bottom:5px;
}

div.content div#comGeneInput
{
	padding-left:10px!important;
}

.resources-text p a
{
	color:white!important;
}
.disabled>.page-link
{
	pointer-events:all!important;
}

@media (max-width: 1199px) {
 	#wrap   #content-container.container {
        width: 96% !important;
        max-width: 96% !important;
   }
}
@media (max-width: 575px) {
	.header-logo {
        max-width: 32px;
    }
}

.animeslide-slide.swiper-slide-active [data-animate] {
    opacity: 1;
    transform: none;
}
.animeslide-slide.swiper-slide-active .animeslide-heading {
    transition-delay: 1s;
}
.animeslide-slide.swiper-slide-active .animeslide-desc {
    transition-delay: 1.5s;
}
.animeslide-slide.swiper-slide-active .animeslide-cta {
    transition-delay: 2s;
}
.animeslide-heading {
    margin-bottom: 25px;
}
.animeslide-cta {
    margin-bottom: 25px;
}
[data-animate] {
    opacity: 0;
    transition: all 1s ease;
}
[data-animate="bottom"] {
    transform: translate3d(0, 100px, 0);
}
[data-animate="length"] {
    transform: translate3d(0, 100px, 0);
    animation-duration: 1s;
}
footer ul,footer ol 
{
	margin:0;
}
.ui-tabs-panel ul
{
	margin-left:0px;
}
.myQuickLinks .quickLinks ul{
	margin-left:-20px;
}

.line .field{
	padding: 0px 12px;
	font-weight:normal;
	color: var(--color-text) !important; 
}
.line .field input[type="radio"], .line .field input[type="checkbox"]{
	margin-top: 8px;
    margin-right: 5px;
}
.ucChangeAddress div.line div.label
{
	padding-top:8px;
}
#ContentPlaceHolderDefault_TopLoggedOut_4_hylTopCreateAccount
{
	background : none !important;
	display:none !important;
}
.border-none {
    border: none !important;
}
.ucMyGroupsList div.content div.groupContainer div.headline select
{
	color:#fff!important;
}
h2 span a {
    color: inherit !important;
}
.box-link {
    break-before: column;
}

.blue-bg{
    background-color: #1f3c88;
}
.next-generation-img img{
    width: 100%;
}
.text-orange{
    color: #e6863e;
}
.head-text-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.text-blue{
    color: #1f3c88;
}
.ptb-5{
    padding-top: 50px;
    padding-bottom: 50px;
}
.ptb-7{
    padding-top: 70px;
    padding-bottom: 70px;
}
.pt-7{
    padding-top: 70px;
}
.pb-5{
    padding-bottom: 50px;
}
.bg-grey{
    background-color: #eff2f6;
}
.explore-link{
    position: relative;
}
.explore-link:hover .explore-box, .explore-link.active .explore-box{
    background-color: #1f3c88;
    transition: 0.3s;
}
.explore-link:hover p, .explore-link.active p{
    color: #fff;
    transition: 0.3s;
}

.explore-link img{
    width: 25px;
    position: absolute;
    right: 25px;
    top: 25px;
}
.explore-link h1{
    margin-top: 10px;
}
.explore-link p{
    margin-bottom: 0;
}
.explore-box{
    background-color: #fff;
    padding: 35px;
    border-bottom: 5px solid #1f3c88;
    transition: 0.3s;
    height: 100%;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}
.row-flex .col-lg-4{
    margin-bottom: 30px;
}
.orange-bg{
    background: #e6863e url("/media/1612818/orange-bg-img.png") center center no-repeat;
    background-position-x: calc(50% - 150px);
}
.launch-builder-link{
    color: #fff;
}
.launch-builder-link img{
    height: 20px;
    margin-left: 15px;
}
.launch-builder-link:hover{
    text-decoration: underline;
}
.learn-more{
    color: #1f3c88;
    font-weight: 700;
}
.partner-logo-box{
    background-color: #fff;
    border-radius: 20px;
    padding: 70px;
    margin-bottom: 70px;
    min-height: 200px;
    align-items: center;
    display: flex;
}
.partner-logo-box:hover{
    -webkit-box-shadow: 0px 0px 20px 3px rgba(196,209,221,0.6);
	-moz-box-shadow: 0px 0px 20px 3px rgba(196,209,221,0.6);
	box-shadow: 0px 0px 20px 3px rgba(196,209,221,0.6);

}
.partner-logo-box img{
    width: 100%;
}
.consultation-bg{
    background: url("/media/1612821/consultation-bg.png") center center no-repeat;
    height: 650px;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.connect-now{
    color: #1f3c88!important;
}
.connect-box{
    display: flex;
}
.connect-box .connect{
    height: 80px;
    margin-right: 30px;
}
.library-box{
    display: flex;
    justify-content: center;
}
.library-bg-img{
    background: url("/media/1612823/library-bg.png") center center no-repeat;
    background-size: cover;
    height: 500px;
    width: 500px;
    display: flex;
    flex-wrap: wrap;
}
.library-icon-text{
    width: 50%;
    padding: 10px;
    text-align: center;
    min-height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.library-icon-text> div
{
	width:100%;
}
.library-icon-text img{
    width: 20%;
    margin-bottom: 15px;
}
.round-color{
    background-color: #9397c1;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.round-color.one{
    background-color: #9397c1;
}
.round-color.two{
    background-color: #5a65a1;
}
.tabs-explore .nav-tabs{
    margin: 0;
    background: #1b357a;
    border-top: 3px solid #182e6a;
    display: flex;
    justify-content: center;
    height: 70px;
    align-items: center;
    padding: 0;
}
.tabs-explore li{
    list-style: none;
    font-size: 1.2rem;
}
.tabs-explore li:first-child{
    padding: 15px;
}
.tabs-explore .space{
    padding: 20px;
    color: #122350;
}
.tabs-explore .nav-link{
    padding: 16px 0;
    color: #fff;
    font-weight: 700;;
    border: transparent;
    border-bottom: 5px solid transparent;
}
.tabs-explore .nav-link.active{
    background-color: transparent;
    border: transparent;
    border-bottom: 5px solid #e6863e;
    color: #fff;
}
.tabs-explore .nav-link:hover{
    background-color: transparent;
    border: transparent;
    border-bottom: 5px solid #e6863e;
    color: #fff;
}
.tabs-explore .nav-link:focus{
    border-bottom: 5px solid transparent;
}

@media (max-width: 1199px) {
    .library-bg-img{
        height: 456px;
        width: 456px;
    }
}

@media (max-width: 991px) {
    .orange-bg{
        background-position-x: center;
        background-position-y: bottom;
        background-size: cover;
    }
    .next-generation-img{
        margin-bottom: 30px;
    }
    .library-box{
        margin-top: 30px;
    }
}



@media (max-width: 600px) {
	.hero-content
	{
		padding:0px 40px;
	}
}
.view-product-services{font-weight: 700; letter-spacing: 2px; padding: 10px; display: block;transition: all .3s;margin:auto;}
.view-product-services:hover{color: #FFFFFF; background-color: #EE7D11;}
.view-application-services{font-weight: 700; letter-spacing: 2px; padding: 20px; display: block;transition: all .3s;margin:auto;}
.view-application-services:hover{color: #FFFFFF; background-color: #EE7D11;}
@media (max-width: 767px) {
	.view-product-services{padding: 20px;}
	.view-application-services{padding: 20px;}
}

.hero-video.h-700px{
    height: 700px !important;
}

.hero-video.h-600px{
    height: 600px !important;
}
.hero-video.h-500px{
    height: 500px !important;
}

@media(max-width: 767px){
    .hero-video.h-700px{
        height: 450px !important;
    }
    .hero-video.h-600px{
        height: 400px !important;
    }
    .hero-video.h-500px{
        height: 350px !important;
    }
 .connect-box .connect {
        height: 60px;
        margin-right: 20px;
    }
    .consultation-bg{
        height: 500px;
    }
    .library-bg-img{
        height: 400px;
        width: 400px;
    }
    .tabs-explore .space {
        padding: 10px;
    }
}

.ucOrderingWizardNGS div.innerContent div.field input, .ucOrderingWizardNGS div.innerContent div.field select
{
	border: 1px solid #ccc !important;
	font-weight:normal;
}
.ucOrderingWizardNGS div.innerContent div.field span
{
	font-weight:normal;
	color: var(--color-text) !important; 
}
.ucOrderingWizard div.navigationWizard ul {
    padding-inline-start: 0px;
}


.v2body .btn-orange:hover, .v2body .btn-orange:focus{
    background-color: var(--color-primary) !important;
}
