@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
body{
	font-family:'Poppins',sans-serif;
	font-size:16px;
	color:#161616;
	font-weight:400;
	font-display:swap
}
.container {
    max-width: 1200px;
}
.navigation, .content {
    background: linear-gradient(to top,#fff 50%,#ddd 100%)!important;
}
.stick-header {
    position: sticky;
    top: 0;
    z-index: 99;
	box-shadow: 0 1px 2px 0 #00000047;
}
.stick-header.fixed {
    box-shadow: 0 3px 6px 0 #00000047;
}
.navigation-item .booknow_btn span {
	background: #ebebeb;
    color: #1a1a1a;
    padding: 10px;
    line-height: 1;
    border-radius: 6px;
    border: 1px solid #ccc;
}
.navigation-item .booknow_btn span:hover {
    background: #ddd;
}
.navigation-search_box.mob_hide {
    width: 22%;
}.navigation-search_box.mob_show {
    width: 100%;
    display: none;
}
.navigation-search_box .search_box #labsearch {
    height: 34px;
    width: 100%;
    font-size: 12px;
    border: 1px solid #ddd9d9;
    padding: 7px 15px 8px;
    font-family: Clear Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #757575;
    border-radius: 3px;
    background: url(https://onemg.gumlet.io/search_2_gwyjei.svg) #f1f4f6 no-repeat;
    background-position: 98% 52%;
    cursor: pointer;
}
.navigation-search_box .search_box #labsearch:active, .navigation-search_box .search_box #labsearch:focus {
    box-shadow: none;
}
.book-sf {
    text-align: center;
    background: #6b0004;
    padding: 6px;
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0;
    display: none;
    border: 0;
    box-shadow: unset;
    z-index: 11111;
    opacity: 0;
}
.book-sf #footer-book {
    color: #fff;
}


.breadcum {
    width: 100%;
    padding-top: 10px;	
    display: inline-block;
}
.breadcum ul {
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    float: right;
}
.breadcum ul li {
    list-style: none;
    float: left;
    padding: 0 8px;
    font-size: 14px;
    color: #161616;
}
.breadcum ul li:first-child {
    padding: 0 8px 0 0;
    margin-right: 0px;
}
.breadcum ul li a {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    display: block;
    padding-right: 10px;
}
.breadcum ul li a:after {
    content: '>';
    position: absolute;
    bottom: 0;
    top: 0px;
    margin-left: 10px;
    font-family: monospace;
}
.breadcum ul li:last-child {
    background: none;
}



.back-to-top, .back-to-top:hover {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    background: transparent;
    border: 0;
    box-shadow: unset;
    padding: 0;
    z-index: 11111;
    border-radius: 50%;
}
.back-to-top img {
    height: 40px;
    width: 40px;
    padding: 10px;
    background: #d33837;
    color: #fff;
    border-radius: 50%;
}



.modal-content.video-popup {
    background: transparent;
    border: 0;
}
.modal-content.video-popup .modal-header {
    border: 0;
    padding: 0;
    position: relative;
}
.modal-content.video-popup .modal-header .btn-close {
    right: 18px;
    background: 0;
    font-size: 35px;
    color: white;
    height: 0;
    width: 0;
    font-weight: 300;
    position: absolute;
    top: -39px;
}
.modal-content.video-popup .modal-body {
    padding: 0;
}
.modal-content.video-popup .modal-body iframe {
    box-shadow: 0 14px 40px 0 #000;
}


/*------Query Form-------*/
.lp-query-form .book_now {
    background: #0d0328;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 #0000007d;
    transition: all 500ms ease;
}
.frm-heading h2 {
    text-align: center;
    font-size: 24px;
    color: #ffb636;
    font-weight: 300;
    margin-bottom: 20px;
}
.input-group {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.inputbox {
    float: left;
    width: 45%;
}
.inputbtn {
    float: right;
    width: 50%;
    margin-left: 7px !important;
}
.input-group input, .input-group select {
    width: 100% !important;
    padding: 8px;
    height: 40px;
    border: 0;
    font-size: 1em;
    border-radius: 0.25rem !important;
}
.input-group textarea {
    width: 100% !important;
    padding: 8px;
    border: 0;
    font-size: 14px;
    border-radius: 0.25rem !important;
}
.inputbtn input {
    background: #ebebeb;
}
.input-group input::placeholder, .input-group textarea::placeholder {
    font-weight: 300;
    color: #6e6e6e;
}
.placeholder {
    color: #6e6e6e;
    font-weight: 300;
}
.black {
    color: #161616;
}
div#avl_not {
    font-size: 14px;
    margin-top: 6px;
}
:focus::-webkit-input-placeholder {
  opacity: 0;
}
:focus::-moz-input-placeholder {
  opacity: 0;
}
:focus::-o-input-placeholder {
  opacity: 0;
}
.form-body .input-group textarea:hover, .form-body .input-group textarea:active, .form-body .input-group textarea:focus, .form-body .input-group input:hover, .form-body .input-group input:active, .form-body .input-group input:focus, .labaction_btns .btn-warning:active, .labaction_btns .btn-warning:focus, .form-body .input-group select:hover, .form-body .input-group select:active, .form-body .input-group select:focus {
  box-shadow: unset;
}

.parsley-errors-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.parsley-errors-list .parsley-required {
    color: red;
    font-size: 14px;
    padding: 0;
}
.inputbtn input {
    background: #ebebeb;
}
.labaction_btns {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.labaction_btns .book-now {
    width: 176px;
    height: 42px;
    background: #d2272b;
    color: #fff;
    border-color: #d2272b;
    text-transform: uppercase;
}
.labaction_btns .res-otp .btn-success {
    padding: 10px;
}
.input-group .book_now:hover {
    background: #d1232a;
    border-color: #d1232a;
}
.active_form {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(51,51,51,.8);
    z-index: 999;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.active_form .book_now {
    margin: 1.75rem auto;
    max-width: 500px;
    border-radius: 6px;
    position: relative;
    box-shadow: unset;
}
.pckage-form .form-close {
    display: none;
}
.pckage-form .form-close a {
    font-size: 24px;
    color: #d70808;
}
.pckage-form .form-close a .fa-times-circle:before {
    content: "\f057";
    font-weight: 600;
}
.active_form .pckage-form .form-close {
    display: block;
    position: absolute;
    right: 4px;
    top: 4px;
}
.calculate_total label, .calculate_total ul li {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
.calculate_total ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.note ol {
    padding-left: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
.pckage-left .note {
    margin: 2em 0;
}
.note p {
    margin: 1em 0;
}
.note p.notes {
    color: #ff0908;
}



.footer-links-copyright {
    padding: 2em 0 0;
    background: #231f20;
}
.footer-links-copyright h5 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 16px;
}
ul.foooter-links {
    padding: 0;
    list-style: none;
    margin-bottom: 2em;
}
ul.foooter-links li a {
    color: #a8a8a8;
    font-size: 14px;
    display: block;
    margin: 0 0 8px;
}
ul.contact-links {
    padding: 0;
    color: #aaa9a9;
    font-size: 14px;
    list-style: none;
    margin-bottom: 2em;
}
ul.contact-links li {
    margin-bottom: 6px;
}
ul.contact-links li a {
    color: #aaa9a9;
}
#newsEmail {
    border-radius: 0;
}
form#newsletter .btn.btn-danger {
    background: #f86a1f;
    color: #fff;
    padding: 0.375rem 30px;
    border-color: #f86a1f;
    border-radius: 0;
}
.download-app.mobile-dis {
    display: none;
}
.download-app a img {
    margin-right: 6px;
}
.nopadding {
    padding: 0;
}
.social-section h5 {
    margin: 0 0 10px;
}
.footer-social {
    list-style: none;
    padding: 0;
    margin: 0 0 5px;
    display: inline-block;
}
.footer-social li {
    display: inline-block;
    margin: 0 0 6px 0;
    padding: 3px;
}
.footer-social li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    line-height: normal;
}
.footer-social li i {
    font-size: 16px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 31px;
    transition: all .5s;
    text-align: center;
    color: #fff;
}
.footer-social li i.fa-facebook-f {
    background: #3b5998;
}
.footer-social li i.fa-twitter {
    background: #42c8f4;
}
.footer-social li i.fa-youtube {
    background: #f33;
}
.footer-social li i.fa-linkedin-in {
    background: #0083be;
}
.footer-social li i.fa-instagram {
    background: #9b6954;
}
.footer-social li i.fa-pinterest-p {
    background: #cc2026;
}
.footer-social li i.fa-blogger-b {
    background: #f4b459;
}
.seprator {
    border-top: 1px solid #616161;
    padding: 1em;
}
.seprator p {
    color: #8b8b8b;
    margin-bottom: 0;
    margin-top: 8px;
    font-size: 15px;
}
.seprator.another {
    display: none;
}
.download-app.mobile-hide {
    margin-top: 2em;
}
.full-width form#newsletter {
    margin-bottom: 1em;
}
.navigation-search_box_desktop{
	width:59% ! important;
	margin-left:40%;
	padding-bottom:15px;
}

.height-70{
	height:73px;
}

.nav-m-b{
    margin-bottom: -10px;
}

.p-t-45{
padding-top: 14px !important;	
	
}

.inputbtn-change-pin {
    float: right;
    width: 72%;
    margin-left: 11px !important;
}

.input-pin-box {
    float: left;
    width: 24%;
}

.pay-btn-sty {
    width: 100%;
    background: #1f9768 !important;
    font-size: 20px !important;
}

.pay-btn-sty-bo {
    width: 100%;
    background: #ff6f61 !important;
    font-size: 20px !important;
}

.cartsum-sbg{
	background:#f5f5f5;
	padding: 25px;
}

.font22-blac{
	font-size:22px;
	color:#282726;
}
.font-w5{
    font-weight: 500 !important;
    color: #303030;
}

.tbtext-colo{
	color:#1a1819;
}
.mbt-100{
	margin-bottom:100px;
	margin-top:100px;
}
.bor-topcart-t{
	border-top: 1px solid #e1e1e1 !important;
}
	.delet-icon {
    color: #ff6f61;
    font-size: 13px;
}

.mr-top-10{
	margin-top:10px;
}

.mar-b60{
    margin-bottom: 60px;
}


.mar-b40{
    margin-bottom: 40px;
}

.tm-20{
	margin-top:20px;
}


.bg-b-form{
	background: #2c313f;
	padding:25px;
	border-radius:10px;
}

.wid-54 {
    width: 54%;
}

.wid-51 {
    width: 51% !important;
}

.heacydiscount {
    border-radius: 5px;
    border: 1px solid #ff8341;
    font-size: 14px;
    padding: 4px 8px;
    margin-right: 2px;
    color: #ffffff;
    background: #ff9000;
}

.discount{
    background: #d11219;
    border-radius: 5px;
    padding: 4px 15px;
    color: #fff;
    font-size: 14px;
    margin-right: 14px;
}

.f-14hc{
    font-size: 14px;
    color: #fff;
}

.procesbtn{
    width: 100%;
    padding: 6px;
    font-size: 20px;
}

.wid-100{
	width:100% !important;
}


.popupformbor{
	border: 1px solid #ced4da !important;
}

.btnbooknow{
    color: #fff;
    background-color: #ff6f61;
    border-color: #ff6f61;
}
.titlep10{
	padding:10px;
}

.mb-10{
	margin-bottom:10px;
}
.font12{
    font-size: 13px;
    margin-top: 10px;
}

.clobtnmo{
	
    border: 1px solid #aba7a7;
    background: none;
    border-radius: 3px;
    color: #d93831;
    cursor: pointer;
}

.f15{
	font-size:15px;
}

@media only screen and (max-width: 991px) {
	
	.heacydiscount {
    border-radius: 5px;
    border: 1px solid #d11219;
    font-size: 14px;
    padding: 4px 3px;
    margin-right: 2px;
    color: #d11219;
}

.discount {
    background: #d11219;
    border-radius: 5px;
    padding: 4px 13px;
    color: #fff;
    font-size: 14px;
    margin-right: 20px;
    margin-left: 7px;
}

 .m-wid57{
    width: 57% !important;
}

.p-t-45 {
    padding-top: 10px !important;
}
.navigation-search_box.mob_hide {
    display: none;
}.navigation-search_box.mob_show {
    display: block;
}
.navigation-body-header {
    padding: 0 10px;
}
.footer-links-copyright {
    padding: 0;
}
.footer-links-copyright {
    background: #fff;
}
.footer-links-copyright .full-width {
    text-align: center;
}
.col-md-6.social-section.full-width h5, .mobile-hide, .navigation-tabs-nav, .phone, .wstabitem.secound-tab.collapse, .wstliststy01, .wstliststy02, div#callbackModal .heading-modal.text-center img, li.offer::after, li.phone::after, span.home-icon, ul.sticky-footer-ele li.mobile-hide {
    display: none!important;
}
.footer-links-copyright h5 {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 1em;
}
.mobile-display, .seprator.another, .download-app.mobile-dis {
    display: block;
    text-align: center;
}
.seprator {
    border-top: 0;
    padding: 10px;
}
.seprator.another {
    margin-bottom: 3em;
}
ul.mobile-links {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
}
ul.mobile-links li {
    margin-right: 10px;
    border-right: 1px solid #ccc;
    padding-right: 10px;
    line-height: 15px;
    list-style: none;
}
ul.mobile-links li a {
    font-size: 14px;
    color: #8b8b8b;
    text-decoration: none;
}
.seprator p {
    margin-bottom: 0;
	margin-top: 0;
}
ul.mobile-links li:last-child {
    border: 0;
    margin: 0;
    padding: 0;
}
.book-sf {
    display: block;
}

}


@media (max-width: 767px) {
	.inputbox {
    float: left;
    width: 40%;
}

.wid-56{
	width:56% !important;
}

.inputbtn {
    float: right;
    width: 57%;
    margin-left: 7px !important;
}
	
.modal-content.video-popup .modal-body iframe {
    height: 350px;
}
.labproduct-usps, .lab-product-video.wrap-pad {
    padding: 20px 0;
}
footer.footer {
    margin-bottom: 34px;
}
.book-sf {
    opacity: 1;
}
.navigation-link {
    font-weight: 400;
}
}

@media (max-width: 480px) {
.modal-content.video-popup .modal-body iframe {
    height: 200px;
}
.active_form .book_now {
    margin: 1.75rem 10px;
}
}