@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i|Roboto:300,300i,400,400i,500,500i,700,700i&display=swap');

/* MEGAMENU STYLE
=================================*/
nav.main-menu .mega-menu-item.megamenu-fw {
    position: static;
}
nav.main-menu .megamenu-fw .mega-submenu {
    left: auto;
}
nav.main-menu .megamenu-fw .mega-submenu .row{
    margin: 0;
}
nav.main-menu .megamenu-content {
    width: 100% !important;
}
nav.main-menu .megamenu-content .title{
    margin: 0;
    display: block;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-weight: 700;
    font-size: 15px;
    text-transform: capitalize;
    padding: 14px 20px;
    background: #f5f9fd;
    border-right: 1px solid transparent;
}
nav.main-menu .mega-menu-item.megamenu-fw .mega-submenu {
    left: 0;
    right: 0;
}
nav.main-menu .nav-item a {
	padding: 25px 15px !important;
}

nav.main-menu ul { 
  padding: 0px; 
  margin: 0px; 
  list-style: none;
}
nav.main-menu ul li {
    position: relative;
}
nav.main-menu{
    margin-bottom: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border: none;
    z-index: 9;
}
nav.main-menu li ul.mega-submenu {
    position: absolute;
    display: block;
    width: 240px;
    opacity: 0;
    display: none;
    z-index: 2;
    border: 0;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    background: #fff;
    border-radius: 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
    background-clip: padding-box;
}
nav.main-menu ul.menu > li{
    position: relative;
    display: inline-block;
    z-index: 11;
}
nav.main-menu ul.menu li ul.mega-submenu li a {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    display: block;
    padding: 15px 20px;
    text-align: left;
    color: #8a91ac;
    border-top: 1px solid rgba(0, 43, 92, 0.04);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
ul.menu-col li a{
    color: #6f6f6f;
}
ul.menu-col li a:hover,
ul.menu-col li a:focus{
    text-decoration: none;
}


/* Responsive
=================================*/

@media (min-width: 1200px) {
    
    nav.main-menu li.mega-menu-item ul.mega-submenu li ul {
        left: 100%;
        top: 0;
        border-top: 0;
    }
    nav.main-menu ul.menu > li > a{
        display: block;
        font-size: 17px;
        line-height: 15px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 0 25px;
        position: relative;
    }
    nav.main-menu ul.menu > li > a:before{
        content: '';
        position: absolute;
        z-index: -1;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        transform: scale3d(0,1,1);
        transform-origin: 0% 50%;
        transition: transform 0.5s;
        transition-timing-function: cubic-bezier(0.2,1,0.3,1);
    }
    nav.main-menu ul.menu > li:hover > a:before, nav.main-menu ul.menu > li.active > a:before{
        transform: scale3d(1,1,1);
    }
    nav.main-menu li.mega-menu-item ul.mega-submenu li.mega-menu-item > a.mega-menu-link:before {
        font-family: 'FontAwesome';
        float: right;
        content: "\f105";
        margin-top: 0;
    }
    nav.main-menu ul.mega-submenu.megamenu-content .col-menu{
        padding: 0;
        border-right: solid 1px #f0f0f0;
    }
    nav.main-menu ul.mega-submenu.megamenu-content .col-menu:first-child{
        border-left: none;
    }
    nav.main-menu ul.mega-submenu.megamenu-content .col-menu:last-child{
        border-right: none;
    }
    nav.main-menu ul.mega-submenu.megamenu-content .content ul.menu-col li:last-child a{ 
        border-bottom: unset;
    }
    nav.main-menu li.mega-menu-item.on ul.mega-submenu.megamenu-content .content{
        display: block !important;
        height: auto !important;
    }
    nav.main-menu li.mega-menu-item:hover > ul.mega-submenu {
        opacity: 1;
        display: block;
        visibility: visible;
        height: auto;
    }
}


@media (max-width: 1199px) {

    .menubar{
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 9;
    }
    .menubar-box {
        display: block;
        width: 30px;
        height: 24px;
    }
    .menubar-inner, .menubar-inner:after, .menubar-inner:before {
        position: absolute;
        width: 30px;
        height: 3px;
        transition-timing-function: ease;
        transition-duration: .15s;
        transition-property: transform;
        border-radius: 4px;
        background-color: #000;
    }
    .menubar--squeeze .menubar-inner {
        top: 50%;
        display: block;
        margin-top: -2px;
        transition-timing-function: cubic-bezier(.55,.055,.675,.19);
        transition-duration: .1s;
    }
    .menubar-inner:after, .menubar-inner:before {
        display: block;
        content: '';
    }
    .menubar-inner:after {
        bottom: -8px;
    }
    .menubar-inner:before {
        top: -8px;
    }
    .menubar--squeeze.is-active .menubar-inner {
        transition-delay: .14s;
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: rotate(45deg);
    }
    .menubar--squeeze.is-active .menubar-inner:before {
        top: 0;
        transition: top .1s ease,opacity .1s ease .14s;
        opacity: 0;
    }
    .menubar--squeeze.is-active .menubar-inner:after {
        bottom: 0;
        transition: bottom .1s ease,transform .1s cubic-bezier(.215,.61,.355,1) .14s;
        transform: rotate(-90deg);
    }


    nav.main-menu{
        display: none ;
        max-height: 10000px;
        position: absolute;
        box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
        z-index: 100;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #fff;
        border-top: 3px solid;
    }
    nav.main-menu.show{
        display: block;
        max-height: 10000px;
    }
    nav.main-menu ul.menu, nav.main-menu ul.menu > li{ 
        display: block;
        position: relative;
    }
    nav.main-menu ul.menu > li > a{
        display: block;
        font-size: 16px;
        padding: 15px 15px;
        line-height: 20px;
        border-top: solid 1px #e0e0e0;
        text-align: left;
    }
    nav.main-menu ul.menu li ul.mega-submenu li.active > a, nav.main-menu ul.menu li ul.mega-submenu li:hover > a{
        background-color: transparent;
        color: inherit;
    }
    nav.main-menu ul.menu > li:first-child > a{
        border-top: none;
    }
    nav.main-menu ul.menu li > ul.mega-submenu li a:hover{
        background-color: transparent;
        color: inherit;
    }
      nav.main-menu li.mega-menu-item a.mega-menu-link:after{
        font-family: 'FontAwesome';
        content: "\f105";
        float: right;
        font-size: 16px;
        margin-left: 10px;
    }
    nav.main-menu li.mega-menu-item.on > a.mega-menu-link:after{
        content: "\f107";
    }
    nav.main-menu ul.menu-left > li:last-child > ul.mega-submenu{
        border-bottom: solid 1px #e0e0e0;
    }
    nav.main-menu ul.menu li.mega-menu-item ul.mega-submenu{
        width: 100%;
        background-color: transparent;
        float: none;
        border: none;
        padding: 0 0 0 15px;
        -moz-box-shadow: 0px 0px 0px;
        -webkit-box-shadow: 0px 0px 0px;
        -o-box-shadow: 0px 0px 0px;
        box-shadow: 0px 0px 0px;
        -moz-border-radius: 0px 0px 0px;
        -webkit-border-radius: 0px 0px 0px;
        -o-border-radius: 0px 0px 0px;
        border-radius: 0px 0px 0px;
    }
    nav.main-menu ul.menu li.mega-menu-item ul.mega-submenu.active {
        position: relative;
        visibility: visible;
        top: 0;
        width: 100%;
        opacity: 1;
        z-index: 1;
        display: block;
        background-color: transparent;
        box-shadow: unset;
    }
    nav.main-menu ul.menu ul.mega-submenu li.mega-menu-item.on > ul.mega-submenu{
        display: inline-block;
        margin-top: -10px;
    }
    nav.main-menu .mega-menu-item .megamenu-content .col-menu .title{
        padding: 10px 15px 10px 0;
        line-height: 24px;
        font-size: 14px;
        text-transform: none;
        font-weight: 500;
        letter-spacing: 0px;
        margin-bottom: 0;
        cursor: pointer;
        background-color: transparent;
        border-right: 0;
        border-bottom: solid 1px #e0e0e0;
    }
   nav.main-menu .mega-menu-item .megamenu-content .col-menu .title:before{
        font-family: 'FontAwesome';
        content: "\f105";
        float: right;
        font-size: 16px;
        margin-left: 10px;
        position: relative;
        right: 0;
    }
    nav.main-menu .mega-menu-item .megamenu-content .col-menu:last-child .title{
        border-bottom: none;
    }
    nav.main-menu .mega-menu-item .megamenu-content .col-menu.on:last-child .title{
        border-bottom: solid 1px #e0e0e0;
    }
    nav.main-menu .mega-menu-item .megamenu-content .col-menu:last-child ul.menu-col li:last-child a{
        border-bottom: none;
    }
    nav.main-menu .mega-menu-item .megamenu-content .col-menu.on .title:before{
        content: "\f107";
    }
    nav.main-menu .megamenu-content{
        padding: 0;
    }
    nav.main-menu .megamenu-content .col-menu{
        padding-bottom: 0;
        max-width: 100%;
        flex: 100%;
    }
    nav.main-menu .megamenu-content .title{
        cursor: pointer;
        display: block;
        padding: 10px 15px;
        margin-bottom: 0;
        font-weight: normal;
    }
    nav.main-menu .megamenu-content .content{
        display: none;
    }
     nav.main-menu .megamenu-content .content.active{
        display: block;
    }


}

body {
    font-family: Roboto,sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #000000;
    background-color: #fff;
    letter-spacing: 0px;
    overflow-x: hidden;
}

.service-box .border-top {
    position: unset;
}

.widget ul#menu-footer-quick-links li a:before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    height: 2px;
    width: 8px;
}
.footer .widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget ul#menu-footer-quick-links li {
    display: inline-block;
    width: 100%;
    padding: 0 0 9.5px 0;
    position: relative;
}
.widget ul#menu-footer-quick-links li a {
    padding-left: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #302b42 !important;
}

.bluecolor{background: rgb(80,182,231);background: -moz-linear-gradient(90deg, rgba(80,182,231,1) 0%, rgba(79,92,170,1) 100%);background: -webkit-linear-gradient(90deg, rgba(80,182,231,1) 0%, rgba(79,92,170,1) 100%);background: linear-gradient(90deg, rgba(80,182,231,1) 0%, rgba(79,92,170,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#50b6e7",endColorstr="#4f5caa",GradientType=1);padding: 15px 0 10px 0;text-align: center;border-radius: 2px;width: 100%;}
.yellowcolor{background: rgb(255,202,36); background: -moz-linear-gradient(90deg, rgba(255,202,36,1) 0%, rgba(242,100,52,1) 100%); background: -webkit-linear-gradient(90deg, rgba(255,202,36,1) 0%, rgba(242,100,52,1) 100%); background: linear-gradient(90deg, rgba(255,202,36,1) 0%, rgba(242,100,52,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffca24",endColorstr="#f26434",GradientType=1); padding: 15px 0 10px 0;text-align: center;border-radius: 2px;width: 100%;}
.pinkcolor{background: rgb(224,36,146); background: -moz-linear-gradient(90deg, rgba(224,36,146,1) 0%, rgba(113,43,139,1) 100%); background: -webkit-linear-gradient(90deg, rgba(224,36,146,1) 0%, rgba(113,43,139,1) 100%); background: linear-gradient(90deg, rgba(224,36,146,1) 0%, rgba(113,43,139,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e02492",endColorstr="#712b8b",GradientType=1);padding: 15px 0 10px 0;text-align: center;border-radius: 2px;width: 100%;}
.yellowgcolor{background: rgb(131,58,180); background: -moz-linear-gradient(270deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%); background: -webkit-linear-gradient(270deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%); background: linear-gradient(270deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#833ab4",endColorstr="#fcb045",GradientType=1);padding: 15px 0 10px 0;text-align: center;border-radius: 2px;width: 100%;}

.bluecolor .white {color:#fff;}
.yellowcolor .white {color:#fff;}
.pinkcolor .white {color:#fff;}
.yellowgcolor .white {color:#fff;}
.ttm-pricing-plan del {
    margin: 10px 0px 0 0;
    color: #57ffab;
font-size: 17px;}
.accordion-controls__button {
    display: inline-block;
    background: #3b354f;
    border-bottom: 1px solid #8c8c8c;
    /* background: no-repeat; */
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    cursor: pointer;
    font-size: 15px;
    padding: 8px 10px;
    text-align: left;
    width: 100%;
}
.accordion-controls__content {
    background: #f6faff;
    /* background: none; */
    animation: accordionClose linear .75s;
    padding: 5px 0 5px 22px;
    text-align: left;
    color: black;
    font-size: 13px;
    line-height: 21px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Poppins,sans-serif;
    margin-bottom: 15px;
    font-weight: 600;
    color: #176a3a;
    text-transform: uppercase;
}
span.second-color {
    color: #2dae6e;
}

.md-slide-item h6 {
    color: #000;
    text-transform: capitalize;
    line-height: 26px;
}
.cart-block--contents {
    width: 100%;
    background: white;
    color: black;
	border: 1px solid #ccc;
	left:0;
}
.cart--cart-block .cart-block--contents a {
    color: white;
    background: green;
    padding: 10px;
}

.button--add-to-cart {
	padding: 2px !important;
    background: #28ac6a !important;
    border-radius: 5px !important;
}

#commerce-order-item-add-to-cart-form-commerce-product-1 .form-actions {
	margin: 0 !important;
}

@media (max-width: 991px){
	h1 { font-size: 50px; line-height: 55px; }
	h2 {font-size: 36px;line-height: 42px;}
	h3 { font-size: 32px; line-height: 38px; }
	h4 { font-size: 24px; line-height: 28px; }
	h5 { font-size: 19px; line-height: 22px; }
	h6 { font-size: 17px; line-height: 20px; }
}


#webform-submission-enquiry-node-8-add-form .form-control {
    width: 100%;
	
}
#webform-submission-enquiry-node-8-add-form .persons-names div.form-item {
	display:inline-block;
	width: 30%;
}

@media only screen and (max-width: 600px) {
	.navbar-brand img {
		height: 45px !important;
	}
	.navbar-toggler {
		padding: 0.55rem 0.75rem !important;
		background-color: #28ac6a !important;
	}
	#webform-submission-enquiry-node-8-add-form .persons-names div.form-item {
		display: block;
		width: 100%;
	}
	.address-container-inline > .form-item {
		display: inline-block;
		margin-right: 1em;
		width: 100%;
	}
}
.contact-us-webform .block-webform-block {
    padding: 20px 20px 20px 20px;
    background: white;
    box-shadow: 0 0 10px 0 rgb(0 43 92 / 8%);
}

#commerce-checkout-flow-multistep-default .form-control {
    width: 100%;
}

.packg-section .overflow-hidden {
    position: relative;
}
.short_info {
    position: absolute;
    right: 15px;
    top: 0px;
    width: 100%;
    padding: 6px 0px 6px 1px;
    color: #c30808;
    text-align: center;
    width: 110px;
    background-color: #c61d29;
    border-radius: 20px 0px 20px 0px;
    color: #FFF;
    font-size: 22px;
    font-weight: bold;
}
.pop-up-section {
    height: 100%;
    opacity: 0;
    transition: .3s;
    left: 0;
    width: 100%;
    padding: 5px;
    background: #c61d29;
    position: absolute;
    top: 0;
    border: solid 4px #fff;
}
.pop-up-section ul {
    padding-left: 13px;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.listarea_lab .leftimg img {
    max-width: 100%;
    min-height: inherit!important;
}
.leftimg img {
    width: auto !important;
    height: auto !important;
}
.listarea_lab {
    width: 100%;
    padding: 2% 3% 2% 3%;
    margin: 0;
    float: left;
    border-top: 1px solid #ccc;
}
.listarea_lab .leftimg {
    width: 30%;
    text-align: left;
    float: left;
    padding: 5px 0 0 0;
}
.listarea_lab .righttxt {
    width: 66%;
    float: right;
    font-size: 14px;
    text-align: left;
}
.btn-primary-red {
    color: #f8f9fa !important;
    border: 2px solid #c61d29 !important;
    background-color: #c61d29 !important;
    padding: 0px 10px;
}

.bg-light {
    background-color: #f8f9fa;
     border: 5px solid #e8e8e8;
}

.btn {
    font-family: var(--theme-hiperlink-font);
    font-weight: 500;
    font-size: 15px;
    border: none;
    border-radius: 3px;
    padding: 0 25px;
    line-height: 35px;
    text-transform: uppercase;
}

.packg-section img {
    max-width: 100%;
}
.packg-section img {
    vertical-align: middle;
    border-style: none;
}
.testheading h6 {
    font-size: 18px;
    font-weight: 600;
}
.testheading .testnp {
    font-size: 15px;
    margin-bottom: 0.2rem;
}
.pop-up-section h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 5px;
}
.pop-up-section ul {
    padding-left: 13px;
}
.pop-up-section ul li {
    float: left;
    width: 49%;
    list-style: disc;
    /* padding-left: 0px; */
    color: #fff;
    font-size: 10px;
    line-height: 18px;
}
.button--add-to-cart {
    margin-left: 0 !important;
}
#block-universalpathlab-content a.button {
    background: #28ac6a;
    border-radius: 5px;
    color:#FFF;
}
#block-universalpathlab-content table {
    border-bottom: 1px solid #ccc;
}
.wm-spinner {
    width: 120%;
    height: 120%;
    position: fixed;
    z-index: 9999;
    left: 46%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 44%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff
}

.wm-spinner div {
    -webkit-transform-origin: 40px 40px;
    transform-origin: 40px 40px;
    -webkit-animation: lds-spinner 1.2s linear infinite;
    animation: lds-spinner 1.2s linear infinite
}

.wm-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #28ac6a !important
}

.wm-spinner div:nth-child(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.wm-spinner div:nth-child(2) {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.wm-spinner div:nth-child(3) {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s
}

.wm-spinner div:nth-child(4) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s
}

.wm-spinner div:nth-child(5) {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s
}

.wm-spinner div:nth-child(6) {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s
}

.wm-spinner div:nth-child(7) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s
}

.wm-spinner div:nth-child(8) {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s
}

.wm-spinner div:nth-child(9) {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s
}

.wm-spinner div:nth-child(10) {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s
}

.wm-spinner div:nth-child(11) {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s
}

.wm-spinner div:nth-child(12) {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.same-div-wrap:hover {
    color: white !important;
    background: #28ac6a !important;
}

.same-div-wrap:hover .same-div-first i {
    color: white !important;
    background: #28ac6a !important;
}

@-webkit-keyframes lds-spinner {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes lds-spinner {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.views-infinite-scroll-content-wrapper .table-responsive table thead {
		display: none;
}
.views-infinite-scroll-content-wrapper .table-responsive:first-child table thead{
    display: table-header-group;
}

.view-commerce-cart-form .form-submit,
.commerce-checkout-flow .form-submit {
    margin-left:0px !important;
}
.view-commerce-cart-form .views-field-edit-quantity .form-item {
    margin:0px !important;
}
div[data-drupal-selector="order-total-summary"] {
    border-top: 1px solid;
    margin-top: 10px;
}
.commerce-checkout-flow .fieldset-wrapper {
    width:100%;
}
.view-commerce-cart-form .form-control {
    width:100%;
}