/*
Theme Name: Editorx Child
Theme URI: https://www.codegearthemes.com/editorx
Description: Child theme for EditorX
Author: CodeGearThemes
Author URI: https://www.codegearthemes.com
Template: editorx
Version: 1.0.0
*/

/* Global Style */

.text-white{
    color: var(--color--white);
}

.text-13{
    font-size: 13px;
}

.g-15{
    gap: 15px;
}

.g-30{
    gap: 30px;
}

.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}

body{
    color: #848e9f;
}

a {
    transition: all 300ms ease-in-out;
    color:#252772;
}

.btn, 
.button, 
.read-more, 
.btn-primary,
.error404 .error-404 .search-form .search-submit {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    outline: none;
    cursor: pointer;
    vertical-align: top;
    border: none;
    box-shadow: none;
    border-radius: 2px;
    transition: all 300ms ease-in-out;
    overflow: hidden;
    clip-path: polygon(calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%, 0 0);
    text-transform: capitalize;
}



/* Top Header */
.site-branding img{
    max-width: var(--theme--desktop-logo-size);
}
.top-header{
    background-color: var(--theme--top-header-background);
    padding: 13px 0;
}

.top-header ul {
    display: flex;
    list-style: none;
    gap: 10px;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: initial;
    height: 100%;
}

.top-header .contact-info .editorx-svg-icons, 
.top-header .contact-info .editorx-svg-icons svg {
    width: 16px;
    height: 16px;
    display: block;
    fill: var(--theme--accent-color);
}

.top-header .contact-info li {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.top-header .social-icons a {
    box-shadow: 0 0 0 2px #6d6fb3 inset;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
}

.top-header .social-icons a:hover {
    background: var(--theme--accent-color);
    box-shadow: 0 0 0 2px var(--theme--accent-color) inset;
}

.top-header .social-icons .editorx-svg-icons {
    width: 20px;
    line-height: 34px;
    fill: var(--theme--top-header-text-color);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-header .contact-info a {
    text-decoration: none;
}



.top-header .block-search input[type="search"] {
    background-color: transparent;
    border: none;color: inherit;
    padding: 0 20px 0 30px;
    line-height: 34px;
    height: 34px;
    font-size: 14px;
    text-align: start;
    outline: none;
    width: 100%;
    box-shadow: 0 0 0 2px #02010100 inset;
    border-radius: 2px;
    -webkit-appearance: textfield;
    outline-offset: -2px;
    -webkit-text-fill-color: #7BA5EC;
    color: #c1c3ec;
}

.top-header .social-search-flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
}

.top-header .social-search-flex form {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-style: italic;
    width: 210px;
    max-width: 210px;
    position: relative;
}

.top-header .social-search-flex form:before{
    content: '';
    display: block;
    width: 2px;
    height: 26px;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 5px;
    left: 0;
}

.top-header .social-search-flex .search-submit {
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--theme--top-header-text-color);
}

.top-header .social-search-flex .search-submit svg {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Main Header */

.site-header {
    border-bottom: 0;
}

.site-header .btn.btn-primary {
    all: unset;
}

.site-header .btn.btn-primary a {
    box-shadow: 0 0 0 2px #9698c8 inset;
    font-size: 15px;
    color: var(--theme--button-text-color);
    padding: 18px 20px;
    clip-path: polygon(calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%, 0 0);
    position: relative;
    font-weight: 700;
}

.site-header .btn-outline a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 5px;
    border-right: solid 3px transparent;
    width: 30px;
    height: 30px;
    transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
    zoom: 1;
    transition: all 300ms ease-in-out;
    border-left-color: #9698c8;
    border-right-color: #9698c8;
}

.site-header .btn-outline a:hover{
    box-shadow: 0 0 0 2px var(--theme--accent-color) inset;
    background-color: var(--theme--accent-color);
    color: var(--theme--button-text-hover-color);
}

.site-header .btn-outline a:hover:before {
    border-right-color: var(--theme--accent-color);
    border-left-color: var(--theme--accent-color);
}

.site-header .main-navigation li.btn-primary a:after{
    content:none;
}

.main-navigation a:visited {
    color: initial;
}

.main-navigation li:not(.btn) > a {
    color: #252775;
    font-size: 15px;
    font-weight: 700;
    min-height: 107px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.main-navigation ul{
    gap: 30px;
}

.main-navigation li {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.main-navigation li:not(.btn).current-menu-item > a {
    color: #f4572e;
}

.main-navigation li:not(.btn):before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}


.sticky-call-now-mobile {
    text-align: center;
    position: fixed;
    z-index: 95;
    bottom: 10px;
	left: 0;
    width: 100%;
}

.sticky-call-now-mobile a {
    text-decoration: none;
    border-radius: 100px;
    background-color: var(--theme--accent-color);
    color: #fff;
    padding: 15px 42px 15px 65px;
    display: none;
	position:relative;
	font-size: 16px;
}

.sticky-call-now-mobile a:before {
	 content:'';
    -webkit-mask-image: url('assets/images/phoneicon.svg');
    position: absolute;
	left: 40px;
    width: 16px;
    height: 16px;
    background: #ffffff;
    -webkit-mask-repeat: no-repeat;
    margin-top:2px;
}

@media (max-width:767px) {
    .sticky-call-now-mobile a {
        display: inline-block;
        width: auto;
    }
}



.block-minicart .site-header-cart {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.block-minicart .cart-contents {
    align-items: center;
    justify-content: center;
    color: #252775;
    display: flex;
    text-decoration: none;
}

.block-minicart .cart-contents{
    position: relative;
}

.block-minicart .count {
    position: absolute;
    top: -10px;
    right: -10px;
    min-width: 19px;
    height: 19px;
    line-height: 19px;
    background: var(--theme--accent-color);
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    padding: 0 3px;
}

.site-header .contact-main {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 50px;
}

.site-header .contact-main:before {
    position: absolute;
    content: "";
    background-image: url(./assets/images/scientist.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    height: 100%;
    width: 50px;
}


.site-header .contact-main a {
    color: #252775;
    text-decoration: none;
    font-weight: 700;
}








.menu-item-has-children .sub-menu li >a{
    min-height: 0;
    padding: 0;
}
.main-navigation ul.sub-menu{
    gap:10px;
    /* width:235px; */
}
/* .main-navigation ul.sub-menu li{
    padding:25px 40px
} */
.menu-item-has-children:hover>.sub-menu{
    left:0;
   
}
.main-navigation ul.sub-menu li a{
    justify-content:flex-start;
    font-size:14px;
    font-weight:400;
    padding:10px 0;
    color:#848e9f;
    border-bottom:1px solid #dfdfea ;
}
.menu-item-has-children li:hover:before{
    content:none;
}
.hexagon{
	clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.section-hex{
	clip-path: polygon(calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%, 0 0);
}
.column-hexagon{
    width:55px !important;
}
.section-copyright .copyright{
    text-align: center;
}
.footer-bottom .social-icons a{
    box-shadow: 0 0 0 2px #6d6fb3 inset;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
}
.footer-bottom .social-icons svg{
    width:18px !important;
    height:18px !important;
}
.footer-bottom .icon-facebookv2 path:first-of-type{
    fill:transparent!important;
}
.footer-bottom .social-icons a:hover{
    background: var(--theme--accent-color);
    box-shadow: 0 0 0 2px var(--theme--accent-color) inset;
}
.footer-bottom .social-icons .editorx-svg-icons {
    width: 20px;
    line-height: 34px;
    fill: var(--theme--top-header-text-color);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-bottom #scroll-anchor{
    width:68px;
    height:68px;
    text-align:center;
    display:inline-block;
    padding:10px;
    box-shadow:0 0 0 2px #dfdfea;
    border-radius:50%;
    cursor:pointer;
}
.footer-bottom .anchor-icon-wrap{
    width: 48px;
    height: 48px;
    line-height: 48px;
    display: block;
    transition: all 300ms ease-in-out;
    background-color: #f4572e;
    border-radius: 50%;
}
.footer-bottom .anchor-icon-wrap:hover{
    background-color:#252775;
}
.footer-bottom .icon-wrap{
    transition: all 300ms ease-in-out;
}
.footer-bottom #footer-menu-list{
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 10px 0;
}
.footer-bottom .icon-wrap{
    position:relative;
    animation: vibrate 2s linear 0s infinite;
}
.footer-bottom .long-arrow-up:before{
    content: '';
    -webkit-mask-image: url(assets/images/scrollup.svg);
    position: absolute;
    top: 10px;
    left: -8px;
    width: 25px;
    height: 25px;
    background: #fff;
    -webkit-mask-repeat: no-repeat;
}
.footer-bottom #footer-menu-list>li:not(:first-child):before{
    content:'-';
    padding:0 10px;
}
.footer-container{
    padding-top:110px;
    padding-bottom:50px;
    background-color:#0d0e43;
}
.site-footer .book-button{
    clip-path: polygon(calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%, 0 0);
}
#footer-menu-list li a{
    color:#252775;
}
#footer-menu-list li a:hover{
    color:#f4572e;
}
.footer-about-us #menu-footer-menu li a{
    color:#fff;
    padding:0;
    font-size:14px;
}
.site-footer .mail a,
.site-footer .phone a
{
    color:#f4572e;
    font-size:16px;
    text-decoration:none;
    padding-left:25px;
}
.site-footer .location a{
    color:#fff;
    text-decoration:none;
}
.site-footer .location {
    padding-left:25px;
}
.site-footer .footer-one-group{
    position:relative;
}
.site-footer .phone:before{
    content:'';
    -webkit-mask-image: url(assets/images/phoneicon.svg);
    position: absolute;
    /* top: 174px; */
    width: 16px;
    height: 16px;
    background: #f4572e;
    -webkit-mask-repeat: no-repeat;
    margin-top:2px;
}
.site-footer .mail:before{
    content:'';
    -webkit-mask-image:url(assets/images/mail.svg);
    position:absolute;
    /* top:132px; */
    left:-4px;
    width:20px;
    height:20px;
    padding-right:5px;
    background:#f4572e;
    -webkit-mask-repeat:no-repeat;
    margin-top:2px;
}
.site-footer .location:before{
    content:'';
    -webkit-mask-image: url(assets/images/markericon.svg);
    position: absolute;
    left:0px;
    width: 16px;
    height: 16px;
    background: #fff;
    -webkit-mask-repeat: no-repeat;
}
.site-footer .book-button{
    position:relative;
}
.book-button a{
	display: block;
    padding: 20px 60px 20px 30px;
}
.book-button a:hover{
    background-color:#f4572e !important;
}
.site-footer .book-button a:before{
    content:'';
    -webkit-mask-image:url(assets/images/scrollup.svg);
    position:absolute;
    top:24px;
    right:30px;
    width: 15px;
    height: 20px;
    background: #fff;
    -webkit-mask-repeat: no-repeat;
    transform:rotate(90deg);

}
.site-footer .mail a:hover,
.site-footer .phone a:hover{
    color:#fff;
}
.site-footer .hours_column{
    border-bottom:1px solid #3c3d73;
}
.rotate-letter svg{
    width:135px !important;
    height:120px !important;
    fill:#f4572e;
}
.rotate-letter .cms-spin {
    animation: cms-spin 5s infinite;
}
.section-help{
    padding-left: calc((100% - 1320px)/2) !important;
}
.button-clip a,
.contact-us a{
    clip-path: polygon(calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%, 0 0);
}
.contact-us a::before{
    content: '';
    position: absolute;
    bottom: 43px;
    left: 123px;
    border-right: solid 3px #fff;
    width: 30px;
    height: 30px;
    transform: rotate(-45deg);
}
.microscope-image{
    z-index: 1;
    transform: none;
    margin-bottom:0 !important;
    clip-path: url(#cms-arrow-big-clippath);
}
.section-shape-border{
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #f4572e;
    clip-path: url(#cms-arrow-big-clippath);
    transform:translateX(-30px);
    margin-bottom:0 !important;
}
.test-type{
    clip-path:url(#arrow-up-clippath);
}
.specialty-area a{
    color:#f4572e;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
}
/* .shop-header-img{
    max-height:500px;
    height:100%;
    width:100%;
}
.shop-header-img:before{
    content:'';
    -webkit-mask-image:url(assets/images/Provetta-46.jpg);
    position:absolute;
    background-image:url(assets/images/Provetta-46.jpg) !important;
    background-size:cover !important;
    background-repeat:no-repeat !important;
    background-attachment:fixed !important;
    background-position: center !important;
    -webkit-mask-repeat:no-repeat; 
} */

/*-------blog page css-------*/
.post-content .entry-title{
    padding-top:15px;
}
.post-content .entry-title a{
    color:#252775;
    font-size:21px;
    font-family:'Titillium web';
}
 .post-category a{
    color:#f4572e;
    text-decoration: none;
    font-size:14px;
}
.post-content .post-author{
    color:#252775;
    font-size:14px;
}
.post-content .post-author:before{
    content:'-';
    padding:0 5px;
}
.read-more:visited{
    color:#fff !important;
}
.entry-content .read-more{
    display:flex;
    background-color:#252775;
    color:#fff;
}
.entry-content .read-more:hover{
    background-color: #f4572e;
}
.trail-items>li{
    font-weight: 700;
    font-size:15px;
}
.trail-items{
    position:relative;
    padding-left:30px !important;
}
.section-page .trail-items li:first-of-type:before{
    content: '';
    -webkit-mask-image: url(assets/images/house-solid.svg);
    position: absolute;
    top: 4px;
    left: 0px;
    background-color: #252772;
    width: 15px;
    height: 15px;
    -webkit-mask-repeat: no-repeat;
    padding: 0 5px;
}
.page-header-wrapper{
    background-color:#fafafb;
    border-bottom: 1px solid #dfdfea;
    padding:18px 0;
}

.content-inner img{
    border-radius:5px;
}
.specialty-area p{
    margin:0;
}
.trusted-healthcare{
    position: absolute;
    top: 185px;
    left: 10px;
}



.section-index .page-header,
.section-archive .page-header,
.section-search .page-header
{
    display:flex;
    flex-direction:column;
    justify-content: center;
    position:relative;
    background-image:url(assets/images/blogimage.jpg) !important;
    background-size:cover !important;
    background-repeat:no-repeat !important;
    background-attachment:fixed !important;
    background-position: center !important;
    min-height:490px;
    height:100%;
    padding:0;
}
.section-index .page-header:before,
.section-archive .page-header:before,
.section-search .page-header:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.25;
    background: linear-gradient(180deg, rgba(29, 42, 77, 0.8) 100%, rgba(255, 255, 255, 0) 0%);
}
.section-index .page-header .container{
    display:flex;
    justify-content:center;
    align-items:center;
}
.block--header-main .container{
    display:flex;
    flex-direction:column;
    align-items:center;
}
.block--header-main{
    position:relative;
    background-image:url(assets/images/Provetta-46.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.block--header-main:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.25;
    background: linear-gradient(180deg, rgba(29, 42, 77, 0.8) 100%, rgba(255, 255, 255, 0) 0%);
}
.section-index .page-header .page-title,
.section-archive .page-header .page-title,
.section-search .page-header .page-title{
    color:#fff;
    font-size:85px;
    position:relative;
    z-index:1;
}

.block--header-main .container .page-title{
    color:#fff;
    font-size:85px;
    position:relative;
    z-index:1;
    padding:160px 0;
}
.block--header-main .breadcrumbs{
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    justify-content: center;
}
.block--header-main .trail-items{
    padding-bottom:20px !important;
}
.section-index .container .page-title,
.section-archive .container .page-title,
.section-search .page-title{
    padding:140px 0;
    margin:0;
}
.section-index .trail-items li.trail-begin:before,
.section-archive .trail-items li.trail-begin:before,
.section-search .trail-items li.trail-begin:before{
    content: '';
    -webkit-mask-image: url(assets/images/house-solid.svg);
    position: absolute;
    top: 24px;
    left: 0px;
    background-color: #fff;
    width: 15px;
    height: 15px;
    -webkit-mask-repeat: no-repeat;
    padding: 0 5px;
}
.section-search .trail-items li.trail-begin:before{
    top:22px !important;
    left:10px !important;
}
.designer-breadcrumb .breadcrumb-item:first-of-type:before{
    content: '';
    -webkit-mask-image: url(assets/images/house-solid.svg);
    position: relative;
    top: 2px;
    left: -10px;
    background-color: #fff;
    width: 15px;
    height: 15px;
    -webkit-mask-repeat: no-repeat;
    padding: 0 5px;
    display: inline-block;
}
.designer-breadcrumb .breadcrumb-sep{
    display:none;
}
.designer-breadcrumb .breadcrumb-item:not(:first-of-type):before{
    content: '';
    -webkit-mask-image: url(assets/images/nav-separate.svg);
    position: relative;
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    -webkit-mask-repeat: no-repeat;
    color: #fff;
    background-color: #fff;
    display: inline-block;
}
.block--header-main .trail-items li.trail-begin:before{
    content: '';
    -webkit-mask-image: url(assets/images/house-solid.svg);
    position: absolute;
    top: 24px;
    left: 0px;
    background-color: #fff;
    width: 15px;
    height: 15px;
    -webkit-mask-repeat: no-repeat;
    padding: 0 5px;
}
.section-index .breadcrumbs,
.section-archive .breadcrumbs,
.section-search .breadcrumbs{
    border-top:1px solid rgba(255, 255, 255, 0.25);
    justify-content:center;
}
.breadcrumb-trail .trail-items{
    display:flex;
    padding:20px 0 0 0;
    margin:0;
}
.breadcrumb-trail ul.trail-items li {
    list-style-type: none;
}
.section-index  li span,
.section-archive li span,
.section-search li span
{
    color:#fff;
}
.section-index  li svg,
.section-archive li svg,
.section-search li svg{
    fill:#fff;
}
.block--header-main  li span
{
    color:#fff;
}
.block--header-main  li svg{
    fill:#fff;
}
/* .block--pagination-nav li:first-of-type{
    position:relative;
}
.block--pagination-nav li:first-of-type:before{
    content: '';
    -webkit-mask-image: url(assets/images/house-solid.svg);
    position: absolute;
    top: 23px;
    left: 0px;
    background-color: #fff;
    width: 15px;
    height: 15px;
    -webkit-mask-repeat: no-repeat;
    padding: 0 5px;
} */
.section-index .main-content,
.section-archive .main-content,
.section-search .container{
    padding:90px 0 90px 10px;
}
.section-index .pagination-inner,
.section-archive .pagination-inner{
    border-top:0;
}
.section-index .block--pagination-nav li,
.section-archive .block--pagination-nav li{
    background-color:#252772;
}
.section-index .block--pagination-nav li:hover,
.section-archive .block--pagination-nav li:hover{
    background-color:#f4572e;
}
.block--pagination-nav li a{
    color:#fff;
    border:none!important;
}
.section-search .trail-items{
    padding-bottom:20px;
}

@keyframes cms-spin{
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes vibrate{
     0% {
    top: 0px;
    }
    25% {
        top: -5px;
    }
    50% {
        top: 0px;
    }
    75% {
        top: 5px;
    }
    100% {
        top: 0px;
    }
}
/*------Contact form 7--------*/
.contact-us-form textarea{
    margin-top:40px;
    border: none;
    box-shadow: 0 0 0 2px #dfdfea inset;
}
.contact-us-form textarea:hover{
    box-shadow: 0 0 15px 0 transparent, 0 0 0 2px #f4572e inset;
}

.contact-us-form input[type="submit"]{
    background-color:#f4572e;
    color:#fff;
    width:100%;
    max-width:33.333%;
    padding:26px 40px;
    margin-top:40px;
    border-radius:0;
    justify-content: center;
    font-weight:700;
    font-size:15px;
    clip-path:polygon(calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%, 0 0);
}
.contact-us-form input[type="submit"]:hover{
    background-color:#252772;
}
/* .contact-us-form input[type="submit"]::before{
    content:'';
    -webkit-mask-image:url(assets/images/arrow-left-solid.svg);
    position:absolute;
    background-color: #fff;
    width: 15px;
    height: 15px;
    -webkit-mask-repeat: no-repeat;
} */


/*-----woocommerce------*/
.products .product .button{
    color:#fff;
    background-color:#252775;
    clip-path: polygon(calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%, 0 0);
}
.products .product .button:hover{
    background-color:#f4572e;
    clip-path: polygon(calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%, 0 0);
}
.product-name a{
    color:#252775;
    text-decoration: none;
    font-size:17px;
    font-weight:600;
    font-family:'Titillium Web';
}
.shop_table th.product-name,
.shop_table th.product-price,
.shop_table th.product-quantity,
.shop_table th.product-subtotal{
    border:1px solid #dfdfea;
    font-size:17px;
    font-weight:600;
    font-family:'Titillium Web';
    text-transform: capitalize;
}
.shop_table th.product-name{
    border-left:none;
}
.shop_table th.product-thumbnail{
    border:none;
}
.shop_table th.product-remove{
    border-right:0;
}
.woocommerce-error{
    background: #f00;
    color: #fff;
    padding: 25px;
    margin: 0 0 35px;
}
.woocommerce-error li
{
    padding: 2px 0
}
.woocommerce .return-to-shop a{
    padding:26px 40px 26px 50px;
}
.woocommerce .return-to-shop a:before{
    content: '';
    -webkit-mask-image: url(assets/images/arrow-left-solid.svg);
    position: absolute;
    top: 25px;
    left: 25px;
    background-color: #fff;
    width: 15px;
    height: 15px;
    -webkit-mask-repeat: no-repeat;
}
.woocommerce .return-to-shop .button,
.woocommerce-cart-form .button{
    color:#fff !important;
    background-color:#f4572e !important;
}
.woocommerce .return-to-shop .button:hover,
.woocommerce-cart-form .button:hover{
    background-color:#252775 !important;
}
.trail-items span{
    color: #252775;
}
.cart button{
    color:#fff;
    background-color:#252775;
}
:is(.woocommerce-cart) .entry-title,
:is(.woocommerce-checkout) .entry-title{
    display:none;
}
.woocommerce-info{
    font-size: 19px;
    font-family: 'Tittllium Web';
    color: #252775;
    font-weight: 600;
    background-color: #fff2f2;
    margin-bottom: 40px;
    padding: 25px;
    border-radius: 5px;
}
.woocommerce .woocommerce-message a{
    color:#252775;
}
.woocommerce-notices-wrapper:empty{
    display:none;
}
.woocommerce .woocommerce-notices-wrapper{
    background-color:#fff2f2 ;
    margin-bottom: 40px;
    padding: 25px;
    border-radius: 5px;
}
.woocommerce .woocommerce-message{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size:19px;
    font-family:'Titillium Web';
    background-color:#fff2f2;
    color:#252775;
    font-weight:600;
}
.woocommerce-cart-form table td{
    border: 1px solid #dfdfea;
    vertical-align: middle;
}
.woocommerce-cart-form .product-quantity{
    border:none;
}
.woocommerce-cart-form__contents .product-thumbnail{
    border-right: 0;
    padding:20px 0;
}
.woocommerce-cart-form__contents .product-thumbnail, .woocommerce-cart-form__contents .product-remove {
    border-right: 0;
}
.woocommerce-cart-form__contents .remove {
    width: 19px !important;
    height: 19px !important;
    line-height: 19px;
    display: block !important;
    color: #fff !important;
    text-align: center !important;
    background: #0d0e43 !important;
    border-radius: 50% !important;
    margin:0;
}
.woocommerce-cart-form__contents .product-thumbnail img {
    max-width: 120px;
    border-style: none !important;
}
.woocommerce-cart-form__contents .product-thumbnail{
    text-align:center !important;
}
.woocommerce-Price-amount{
    font-size:16px !important;
    font-weight:700 !important;
    color:#f4572e !important;
}
.woocommerce-cart-form__contents .coupon input[name="coupon_code"] {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    height: 42px !important;
    line-height: 42px !important;
    font-size: 14px;
    text-align: start;
    outline: none;
    width: 100%;
    box-shadow: 0 0 0 2px #dfdfea inset;
    border-radius: 2px;
    background-color: transparent;
    border: none;
    color: inherit;
    padding: 0 20px;
}
.woocommerce-cart-form .actions .coupon button[name="apply_coupon"]{
    position:unset;
    min-width: fit-content;
    margin: 5px 5px 5px 10px;
    clip-path:unset;
    padding:13px 15px;
    background-color: #252775 !important;
}
.woocommerce-cart-form .actions .coupon button[name="apply_coupon"]:hover,
.woocommerce-cart-form .actions button[name="update_cart"]:hover
{
    background-color: #f4572e !important;
}
.woocommerce-cart-form .actions button[name="update_cart"]{
    clip-path:unset;
    background-color:#252775 !important;
    padding:13px 15px !important;
}
.cart-collaterals{
    max-width:unset;
    background:#fff;
    padding:0;
}
.entry-footer{
    display:unset;
}
.entry-footer a{
    color:#252775;
}
.cart_totals{
    margin-top:40px;
}
.cart_totals h2{
    font-size:18px;
    color: #252772;
    font-family:'Titillium Web';
    font-weight:600;
}
.cart_totals tr{
   border-bottom:1px solid #848ea2;
}
.cart_totals tr:last-of-type{
    border-bottom:1px solid #dfdfea;
}
.cart_totals th{
    color: #252772;
    font-family: 'Roboto';
    font-size: 17px;
    min-width: 190px;
    max-width: 190px;
    width: 190px;
    padding:8px 0;
}
td[data-title='Subtotal'] .amount{
    font-weight:400;
    color:#848e9f;
    font-family:'Roboto';
    font-size:17px;
}
td[data-title='Total'] .amount{
    font-weight:400;
    color:#848e9f;
    font-family:'Roboto';
    font-size:17px;
}
.cart-collaterals .button{
    width:fit-content;
    background-color:#f4572e;
    color:#fff;
}
.cart-collaterals .button:hover{
    background-color:#252772;
}
.woocommerce-info .showcoupon{
    text-decoration: none;
}
.woocommerce-info .showcoupon:hover{
    color:#f4572e;
}
.block-order__review{
    max-width:100%;
    background:#fff;
    padding:0;
}
.block-order__review table,
.block-order__review th,
.block-order__review td{
    border: 1px solid #dfdfea;
    border-collapse: collapse;
}
.block-order__review th,
.block-order__review td{
    padding:8px;
}
.woocommerce-billing-fields abbr,
.woocommerce-shipping-fields__field-wrapper abbr{
    color:#252772;
}
.woocommerce-billing-fields label,
.woocommerce-shipping-fields__field-wrapper label,
.woocommerce-additional-fields__field-wrapper label
{
    color:#252772;
    display: block;
    margin-bottom: 0;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
}
.woocommerce-checkout-review-order-table tr th:last-child,
.woocommerce-checkout-review-order-table tr td:last-child {
    text-align: left;
}
.block-order__review label[for="shipping_method_0_free_shipping1"]{
    color:#f4572e;
    font-weight: 700;
    font-size: 16px;
}
.block-order__review button[name="woocommerce_checkout_place_order"]{
    width:fit-content;
    float: right;
    color:#fff;
    background-color:#f4572e;
    padding:26px 40px;
}
.block-order__review button[name="woocommerce_checkout_place_order"]:hover{
    background-color:#252772;
}
.block-order__review #order_review_heading{
    color:#252772;
    font-weight:600;
    font-family:'Titillium Web';
    font-size:24px;
}
.woocommerce-shipping-fields label.woocommerce-form__label-for-checkbox span{
    color:#252772;
    font-size:24px;
    font-family:'Titillium Web';
    margin-bottom:20px;
}
.woocommerce-billing-fields > h3{
    color:#252772;
    font-size:24px;
    font-weight:600;
    font-family:'Titillium Web';
}
.checkout input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):not(.select2-search__field),
.contact-us-form input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):not(.select2-search__field),
.woocommerce textarea, .woocommerce select:hover, .select2-container.select2-container--default .select2-selection{
    background-color: transparent;
    border: none;
    color: inherit;
    padding: 0 20px;
    line-height: 58px;
    height: 58px;
    font-size: 14px;
    text-align: start;
    outline: none;
    width: 100%;
    box-shadow: 0 0 0 2px #dfdfea inset;
    border-radius: 2px;
}
.checkout input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):not(.select2-search__field):hover,
.contact-us-form input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):not(.select2-search__field):hover,
.woocommerce textarea:hover, .woocommerce select:hover, .select2-container.select2-container--default .select2-selection:hover{
    background-color: transparent;
    color: #252772;
    box-shadow: 0 0 15px 0 transparent, 0 0 0 2px #f4572e inset;
}
table.shop_table_responsive tr td.product-quantity{
    display:table-cell;
}
.section-woocommerce .summary .product_meta{
    display:none;
}

/*---------product page -----------*/
.section-woocommerce table,
.section-woocommerce th,
.section-woocommerce td{
    border:1px solid #dfdfea;
    border-collapse:collapse;
    padding:5px 0;
    text-align:center;
}
.woocommerce-tabs h1,
.woocommerce-tabs h2,
.woocommerce-tabs h3,
.woocommerce-tabs h4,
.woocommerce-tabs h5,
.woocommerce-tabs h6
{
    color: #252772 !important;
}
.woocommerce-tabs a:visited{
    color:#252772 !important;
}
.single-product__content .product_title{
    color:#252772;
    font-size:29px;
    font-family:"Titillium Web";
    font-weight:600;
}
.woocommerce-tabs ul{
    background-color:#fff !important;
    border-bottom:2px solid #dfdfea;
}
.woocommerce-tabs ul.tabs li:not(.active) a{
    color:#252772;
}
.woocommerce-tabs ul.tabs li.active::after
{
    content: "";
    bottom: -2px;
    width: 100%;
    height: 2px;
    position: absolute;
    background: #f4572e;
}
.woocommerce-tabs ul.tabs li:hover::after{
    content: "";
    bottom: -2px;
    width: 100%;
    height: 2px;
    position: absolute;
    background: #f4572e;
}
.woocommerce-tabs .comment-form input[class='submit']{
    background-color:#f4572e;
    color:#fff;
    padding:26px 40px;
    border-radius:0;
    clip-path:polygon(calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%, 0 0);
}
.woocommerce-tabs .comment-form input[class='submit']::before{
    content:'';
    -webkit-mask-image:url(assets/images/arrow-left-solid.svg);
    position:absolute;
    top:0;
    left:0;
    width:15px;
    height:15px;
    background-color:#fff;
    -webkit-mask-repeat:no-repeat;
}
.woocommerce-tabs .comment-form input[class='submit']:hover{
    background-color:#252772;
}
.wc-tabs li a:focus{
    outline:none;
}
.wc-tabs li.active a,
.wc-tabs li a:hover{
    color:#f4572e !important;
}
.section-woocommerce .related{
    margin-top:40px;
}
.products .woocommerce-LoopProduct-link del,
.single-product__gallery del{
    color:#FF0000;
}
.onsale{
    color:#fff !important;
    background-color:#f4572e !important;
}
.related h2{
    color:#252772;
    font-size:20px;
    font-weight:600;
}
.products .product{
    background-color:#f2f3f7;
    padding:20px;
    border-radius: 5px;
}
.products .product .added_to_cart.wc-forward{
    display: flex !important;
    background-color: #252775;
    color:#fff;
    clip-path: polygon(calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%, 0 0);
    padding: 18px 20px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Roboto';
    margin-top: 5px;
    text-transform: uppercase;
    line-height: 14px !important;
    border: 1px solid #252775;
}

/*------------sidebar widget---------------*/
.section-single .widget_search,
.section-search .widget_search{
    background-color:#252775 !important;
    padding:50px;
    border-radius:5px;
}
.section-single .wp-block-search .wp-block-search__label,
.section-search .wp-block-search .wp-block-search__label{
    color:#fff;
    font-size:20px;
    font-weight:600;
}
.sidebar-widget .wp-block-search .wp-block-search__button:after{
    background-color:#f4572e;
}
.section-single .wp-block-latest-posts a,
.section-single .wp-block-latest-posts a:focus,
.section-single .wp-block-latest-posts a:active,
.section-single .wp-block-latest-posts a:visited,
.section-search .wp-block-latest-posts a,
.section-search .wp-block-latest-posts a:focus,
.section-search .wp-block-latest-posts a:active,
.section-search .wp-block-latest-posts a:visited
{
 color:#252775;
}
.section-single .wp-block-latest-posts a:hover,
.section-search .wp-block-latest-posts a:hover{
    color:#f4572e;
}
.section-single .wp-block-group__inner-container h1,
.section-single .wp-block-group__inner-container h2,
.section-single .wp-block-group__inner-container h3,
.section-single .wp-block-group__inner-container h4,
.section-single .wp-block-group__inner-container h5,
.section-single .wp-block-group__inner-container h6,
.section-search .wp-block-group__inner-container h1,
.section-search .wp-block-group__inner-container h2,
.section-search .wp-block-group__inner-container h3,
.section-search .wp-block-group__inner-container h4,
.section-search .wp-block-group__inner-container h5,
.section-search .wp-block-group__inner-container h6
{
    color:#252775;
    font-size:20px;
    font-weight:600;
}
.section-single .wp-block-latest-posts__featured-image img,
.section-search .wp-block-latest-posts__featured-image img{
    border-radius:5px;
}
.section-single .wp-block-categories-list,
.section-search .wp-block-categories-list
{
    display:flex;
    gap:5px;
    flex-direction:column;
}
.section-single .wp-block-categories-list li,
.section-search .wp-block-categories-list li{
    background-color: #252775;
    align-items: center;
    padding: 20px 40px !important;
    color: #fff;
   
}
.section-single .wp-block-categories-list li a,
.section-search .wp-block-categories-list li a{
    width:100%;
    display:block;
}
.section-single .wp-block-categories-list li:hover ,
.section-search .wp-block-categories-list li:hover 
{
    background-color:#f4572e;
}
.section-single .wp-block-categories-list li a,
.section-search .wp-block-categories-list li a{
    padding:0;
    color:#fff;
}
.section-single .widget_block,
.section-search .widget_block{
    background: white;
    box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.12);
    border-radius: 5px;
}
.section-single .wp-block-latest-posts li,
.section-search .wp-block-latest-posts li{
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}
.section-single .wp-block-latest-posts li a,
.section-search .wp-block-latest-posts li a{
    padding:0 15px;
}
.section-single .entry-title,
.section-search .entry-title{
    color:#252775;
    font-weight:600;
}
.section-single .post-thumbnail img,
.section-search .post-thumbnail img{
    border-radius:5px;
}
.section-single .comment-form input[type="submit"]{
    border-radius:0;
    background-color:#f4572e;
    color:#fff;
    clip-path:polygon(calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%, 0 0);
}
.section-single .comment-form input[type="submit"]:hover{
    background-color:#252775;
}


/*-------Archive page ----------*/
.section-archive .widget_search{
    background-color:#252775 !important;
    padding:50px;
    border-radius:5px;
}
.section-archive .wp-block-search .wp-block-search__label{
    color:#fff;
    font-size:20px;
    font-weight:600;
}
.sidebar-widget .wp-block-search .wp-block-search__button:after{
    background-color:#f4572e;
}
.section-archive .wp-block-latest-posts a,
.section-archive .wp-block-latest-posts a:focus,
.section-archive .wp-block-latest-posts a:active,
.section-archive .wp-block-latest-posts a:visited
{
 color:#252775;
}
.section-archive .wp-block-latest-posts a:hover{
    color:#f4572e;
}
.section-archive .wp-block-group__inner-container h1,
.section-archive .wp-block-group__inner-container h2,
.section-archive .wp-block-group__inner-container h3,
.section-archive .wp-block-group__inner-container h4,
.section-archive .wp-block-group__inner-container h5,
.section-archive .wp-block-group__inner-container h6{
    color:#252775;
    font-size:20px;
    font-weight:600;
}
.section-archive .wp-block-latest-posts__featured-image img{
    border-radius:5px;
}
.section-archive .wp-block-categories-list{
    display:flex;
    gap:5px;
    flex-direction:column;
}
.section-archive .wp-block-categories-list li{
    background-color: #252775;
    align-items: center;
    padding: 20px 40px;
    color: #fff;
}
.section-archive .wp-block-categories-list li:hover{
    background-color:#f4572e;
}
.section-archive .wp-block-categories-list li a{
    padding:0;
    color:#fff;
}
.section-archive .widget_block{
    background: white;
    box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.12);
    border-radius: 5px;
}
.section-archive .wp-block-latest-posts li{
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}
.section-archive .wp-block-latest-posts li a{
    padding:0 15px;
}
.section-archive .entry-title{
    color:#252775;
    font-weight:600;
}
.section-archive .post-thumbnail img{
    border-radius:5px;
}
.section-archive .comment-form input[type="submit"]{
    border-radius:0;
    background-color:#f4572e;
    color:#fff;
    clip-path:polygon(calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%, 0 0);
}
.section-archive .comment-form input[type="submit"]:hover{
    background-color:#252775;
}


/*-------About Us ---------*/
.shape-arrow-down{
    clip-path: url(#cms-arrow-down-clippath);
}
.hexagon-clippath{
    clip-path:url(#cms-hexagon-clippath);
}

/*-------404 --------*/
.section-error .page-content a{
    color:#fff;
    background-color:#f4572e;
}
.section-error .page-content a:hover{
    background-color:#252772;
}
.section-error .content{
    font-size:30px !important;
    color:#252772;
    font-weight:600;
}
.section-error .page-heading-large{
    font-size:195px !important;
    color:#f4572e;
    font-weight:600;
}

/*--------search page------------*/
.section-search table,
.section-search th,
.section-search td{
    border:1px solid #dfdfea;
    border-collapse:collapse;
}
.section-search .trail-begin{
    min-width:75px;
}



/* Media Queries */
@media (min-width: 1600px){
    .container-fluid {
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media (min-width:1281px){
    .site-footer .opening-hours{
        background-color:#0a0a32;
        margin: -30px;
        padding: 40px;
    }
}

.tiered-pricing-wrapper{
	display: none;
}

@media (max-width:1280px){
    .site-footer .opening-hours{
        background-color: #0a0a32;
        margin-left: -30px;
        padding: 25px;
    }
    
}
@media (min-width: 1025px){
    .col2-set {
        display: flex;
        flex-wrap: wrap;
        margin: -20px;
    }
    .col2-set > div {
        flex: 0 0 50%;
        max-width: 50%;
        padding:20px
    }
}
@media(min-width:993px){
    .main-navigation li:not(.btn).current-menu-item:before,
    .main-navigation li:not(.btn):hover:before{
        background-color: #f4572e;
        transform-origin: left center;
        transform: scale(1, 1);
    }
    .item-toggle{
        display:none;
    }
    ul.sub-menu li{
        padding:5px 20px;
    }
    ul.sub-menu li a:hover{
        color:#f4572e;
    } 
    ul.sub-menu li a:hover{
        border-bottom:1px solid #f4572e;
    }
}
@media (max-width:992px){
    .top-header{
        display:none;
    }
    .site--header-inner .medium--one-fifth{
        order:3;
        flex-direction:row-reverse;
    }
    .site--header-inner .small--hide{
        flex-direction: row-reverse;
    }
    .site-footer .opening-hours{
        margin-left:0;
    }
    .contact-us-form{
        gap:20px;
    }
    .contact-us-form textarea{
        margin-top:0;
    }
    .contact-us-form input[type="submit"]{
        margin-top:20px;
    }
    .main-navigation .navigation--desktop ul > li{
        justify-content:flex-start;
    }
    .main-navigation .navigation--desktop ul > li a{
        padding:0 10px;
    }
    .main-navigation .navigation--desktop ul > li:first-child{
        border-top:0;
    }
    .main-navigation .navigation--desktop ul .btn-primary{
        display:none;
    }
    .contact-us a::before{
        content: '';
        position: absolute;
        bottom: 41px;
        left: 125px;
        border-right: solid 3px #fff;
        width: 30px;
        height: 30px;
        transform: rotate(-45deg);
    }
    #site-navigation .sub-menu{
        display:none;
        padding:10px;
    }
    #site-navigation .nav-menu li{
        border-bottom:none;
        overflow:hidden;
    }
    .active{
        display:block !important;
    }
    .item-toggle .rotate {
        transform: rotate(180deg);
    }
    .menu-item-has-children{
        justify-content: space-between !important;
    } 
    .menu-item-has-children .item-toggle{
        padding:0 10px;
    }
    .menu-item-has-children {
        display:block !important;
	}
    .menu-item-has-children a{
        justify-content: flex-start !important;
        width:100% !important;
    }
	.item-toggle{
		position:absolute;
		top: 0;
		right:0
	}
    .main-navigation li:not(.btn) > a{
        min-height:unset;
    }
    .woocommerce .woocommerce-Tabs-panel{
        overflow-x:scroll;
    }
}
@media(max-width:768px){
    .section-archive .page-title,
    .section-search .page-title{
        font-size:30px !important;
    }
    .section-search .page-title{
        padding:190px 0;
    }
    .section-archive .page-header,
    .section-search .page-header{
        justify-content: space-around;
    }
    .site--header-inner .grid{
        justify-content: space-between;
    }
    .contact-us a::before{
        content: '';
        position: absolute;
        bottom: 51px;
        left: 125px;
        border-right: solid 3px #fff;
        width: 30px;
        height: 30px;
        transform: rotate(-45deg);
    }
    .trusted-healthcare{
        position:relative;
        top:auto;
        left:auto;
    }
    #footer-menu-list{
        flex-wrap:wrap;
        justify-content: center;
    }
    .block--drugtest-slider .swiper-button-prev::after,
    .block--drugtest-slider .swiper-button-next::after{
        display:none;
    }
    .contact-us-form input[type="submit"]{
        max-width:100%;
    }
    .site-footer .footer-container{
        padding-top:30px;
        padding-bottom:30px;
    }
    .submenu{
        display:none;
    }
    .woocommerce .wc-tabs{
        /* overflow-x:scroll; */
        flex-wrap:wrap !important;
        gap:10px !important;
    }
    .products .product {
        padding:10px;
    }
    
}
@media(max-width:500px){
    .shop_table tbody{
        display:flex;
        flex-wrap:wrap;
    }
    .shop_table tr{
        margin:10px 0 5px 0;
        width:100%;
    }
    .shop_table .actions{
        border:none;
    }
    table.shop_table_responsive tr td.product-quantity {
        display: flex;
        justify-content: space-between;
    }
    .block--testtype-slider .swiper{
        padding:0;
    }
}



