@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:#181818;
	font-weight:400;
	line-height:1.4;
	font-display:swap
}
.container {
    max-width: 1200px;
}
.lp-bglight {
    background: linear-gradient(to top left,#ffe0aa 30%,#f9f7de 100%);
    box-shadow: inset 0 -13px 0 0 white;
    transition: all 500ms ease;
}
.lp-header {
    display: flex;
    justify-content: space-between;
}
.lp-header .lp-header-logo {
    background: #fff;
    padding: 0 18px 4px;
    border-radius: 0 0 18px 18px;
    box-shadow: 0 6px 8px 0 #8988888f;
}
.lp-header .lp-callback-button {
    margin: 10px 0;
    font-weight: 500;
    text-align: center;
}
.lp-header .lp-callback-button p span.highlight {
    font-weight: 800;
}
.lp-header .lp-callback-button a {
    border: 1px solid #000;
    padding: 8px 18px;
    border-radius: 6px;
    color: #000;
    text-decoration: none;
	transition: all .5s
}
.lp-header .lp-callback-button a:hover {
    border-color: #d33837;
    color: #d33837;
}


.lp-body {
    padding-top: 50px;
}
.center-heading-section .div-title {
    font-size: 26px;
    text-align: center;
    margin-bottom: 16px;
    font-weight: 700;
    color: #212529;
}
.package-block a {
    color: #000;
    text-decoration: none;
}
.package-block .package-body {
    border-radius: 8px;
    padding: 28px;
    text-align: left;
    overflow: hidden;
    box-shadow: 0px 5px 4px 0px #2222227d;
    margin: 10px 0;
    cursor: pointer;
    position: relative;
}
.package-tag .card-box-text h4 {
    font-size: 18px;
    margin-bottom: 10px;
    height: 45px;
    font-weight: 700;
}
.package-block:nth-of-type(4n+1) .theme-code1 {
    background: linear-gradient(to top left,#f38882 0%,#fadb88 100%);
}
.package-block:nth-of-type(4n+2) .theme-code1 {
    background: linear-gradient(to top left,#5a81e8 0%,#1be2d9 100%);
}
.package-block:nth-of-type(4n+3) .theme-code1 {
    background: linear-gradient(to top left,#f85896 0%,#fda7ac 100%);
}
.package-block:nth-of-type(4n+4) .theme-code1 {
    background: linear-gradient(to top left,#6e8ae6 0%,#fb80e3 100%);
}
.card-box-text .package-price .strike {
    font-size: 14px;
}
.card-box-text .package-price .price {
    font-size: 30px;
    font-weight: 700;
    margin-left: 16px;
}
.card-box-text .package-price .price .fa-rupee-sign {
    font-weight: 400;
    font-size: 26px;
}
.viewMore {
    position: absolute;
    right: 10px;
}
.viewMore .fa-chevron-double-right {
    color: #d2272b;
    font-size: 14px;
}
.viewMore .fa-arrow-alt-right {
    color: #d2272b;
    font-size: 14px;
}


.lp-query-form {
    position: relative;
}
.lp-query-form .book_now {
    background: #0d0328;
    padding: 20px;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 0 10px 0 #0000007d;
    transition: all 500ms ease;
}
.book_now:before {
    content: "";
    border-left: 12px solid transparent;
    border-top: 13px solid #000;
    position: absolute;
    bottom: 0;
    left: -12px;
}
.book_now:after {
    content: "";
    border-right: 12px solid transparent;
    border-top: 13px solid #000;
    position: absolute;
    bottom: 0;
    right: -12px;
}

.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: 49%;
}
.inputbtn {
    float: right;
    width: 48%;
    margin-left: 7px !important;
}
.inputbtn input {
    background: #ebebeb;
}
.input-group input, .input-group textarea, .input-group select {
    width: 100% !important;
    padding: 0 10px;
    height: 40px;
    border: 0;
    font-size: 14px;
}
.input-group input::placeholder, .input-group textarea::placeholder {
    font-weight: 300;
    color: #6e6e6e;
}
.placeholder {
    color: #6e6e6e;
    font-weight: 300;
}
.black {
    color: #161616;
}
: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;
}
.labaction_btns {
    text-align: center;
    margin-top: 16px;
}
.labaction_btns .btn-warning {
    background: #d2272b;
    color: #fff;
    border-color: #d2272b;
    padding: 8px 40px;
    text-transform: uppercase;
}
.parsley-errors-list {
    margin: 0;
}
.parsley-error {
	border-radius: 0.25rem !important;
}
div#avl_not {
    font-size: 14px;
    margin-top: 6px;
}


/*Lab Packages Section*/
.wrap {
    padding: 40px 0;
}
.lp-detail-sec .row {
    justify-content: center;
}
.lp-detail-sec.wrap .center-heading-section h2.div-title {
    margin-bottom: 30px;
}
.package-box {
    border: 1px solid #ccc;
    border-radius: 8px;
    margin: 10px 0;
    transition: all 500ms ease;
    min-height: 685px;
    position: relative;
}
.package-box .p_head {
    padding: 20px;
    text-align: center;
    background: #ebebeb;
    height: 82px;
    border-radius: 8px 8px 0 0;
}
.lp-detail-sec .col-md-3:nth-of-type(4n+1) .package-box .p_head {
    background: linear-gradient(to top left,#f38882 0%,#fadb88 100%);
}
.lp-detail-sec .col-md-3:nth-of-type(4n+2) .package-box .p_head {
    background: linear-gradient(to top left,#5a81e8 0%,#1be2d9 100%);
}
.lp-detail-sec .col-md-3:nth-of-type(4n+3) .package-box .p_head {
    background: linear-gradient(to top left,#f85896 0%,#fda7ac 100%);
}
.lp-detail-sec .col-md-3:nth-of-type(4n+4) .package-box .p_head {
    background: linear-gradient(to top left,#6e8ae6 0%,#fb80e3 100%);
}
.package-box .p_head h3 {
    font-size: 20px;
    font-weight: 600;
}
.package-box .p_testdetail {
    padding: 11px;
    margin-bottom: 148px;
}
.package-box .p_testdetail .no_test {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}
.package-box .p_testdetail .no_test .dark {
    font-size: 16px;
}
.package-box .p_testdetail p {
    margin-bottom: 8px;
}
.package-box .p_testdetail p .test {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
}
.package-box .p_testdetail p .test.collapsed:before, .package-box .p_testdetail p .test:before {
    font-family: 'Font Awesome 5 Pro';
    color: #000;
    font-weight: 300;
    margin-right: 10px;
    font-size: 18px;
}
.package-box .p_testdetail p .test.collapsed:before {
    content: "\f055";
}
.package-box .p_testdetail p .test:before {
    content: "\f056";
}

.package-box .p_testdetail ul {
    margin-bottom: 10px;
    padding-left: 28px;
}
.package-box .p_testdetail ul li {
    list-style: none;
    font-size: 14px;
    padding: 4px 0;
    display: flex;
}
.package-box .p_testdetail ul li:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    color: #008000;
    margin-right: 8px;
}

.package-box .p_prices {
    padding: 20px;
    text-align: center;
    padding-top: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.package-box .p_prices .strike {
    font-size: 14px;
}
.package-box .p_prices .price {
    margin: 6px 0;
    font-size: 30px;
    font-weight: 600;
}
.package-box .p_prices .price .fa-rupee-sign {
    font-weight: 400;
    font-size: 26px;
}
.package-box .p_prices .btn-primary {
    background: #ff811b;
    border-color: #ff811b;
    font-weight: 300;
    font-size: 18px;
    padding: 8px 48px;
    text-transform: uppercase;
    border-radius: 6px;
}

.package-box .p_prices .btn-primary:hover, .package-box .p_prices .btn-primary:active, .package-box .p_prices .btn-primary:focus, .form-control:focus,  .form-select:focus {
  box-shadow: unset;
}

/*Lab Packag Usps*/
.usps-sec ul {
    list-style: none;
    padding-top: 30px;
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    padding-left: 0;
}
.usps-sec ul li {
    margin: 20px 0;
}
.usps-sec ul li .img-icon {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    padding: 20px;
    transition: all .5s;
    -webkit-transition: all .5s;
    height: 110px;
    width: 110px;
    box-shadow: 0 5px 5px 0 #dddddd29;
}
.img-icon.c_code_1 {
    background: linear-gradient(to top left,#67cbe4 8%,#62a9dd 100%);
}
.img-icon.c_code_2 {
    background: linear-gradient(to top left,#e079b1 8%,#8f75b5 100%);
}
.img-icon.c_code_3 {
    background: linear-gradient(to top left,#1cb5c3 8%,#264c6f 100%);
}
.img-icon.c_code_4 {
    background: linear-gradient(to top left,#fcc987 8%,#d388ae 100%);
}
.img-icon.c_code_5 {
    background: linear-gradient(to top left,#b7bed9 8%,#e671ac 100%);
}
.usps-sec ul li p {
    margin-top: 1em;
}

/*Our Client Feedback*/
.cli-feedback {
    background: linear-gradient(#f7c86c, #fcab7e);
}
.cli-feedback .center-heading-section .div-title {
    color: #161616;
    margin-bottom: 26px;
}
.feedback-box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    margin: 10px 0;
}
.feedback-box .dec {
    height: 170px;
}
.feedback-box .dec .fa-quote-left {
    color: #fcb122;
    font-size: 26px;
    margin-bottom: 20px;
}
.feedback-box .dec p {
    font-weight: 400;
}
.feedback-box .name {
    font-weight: 700;
    margin-bottom: 0;
}
.feedback-box .city {
    margin: 0;
}

/*lab video*/
.lp-video .center-heading-section .div-title {
    margin-bottom: 28px;
}
.product-video {
    position: relative;
}
.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    cursor: pointer;
}
.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #d02226eb;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 20px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    top: 9px;
    left: 4px;
}
.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #d02226eb;
    border-radius: 50%;
    transition: all 200ms;
}
@keyframes pulse-border{0%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);opacity:1}100%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);opacity:0}}
.product-video img {
    box-shadow: -5px 5px 6px 0 #afafaf;
    border-radius: 6px;
}

/*Modal Popup*/
.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;
}
.test-lightbox .modal-header {
    padding: 0;
}
.test-lightbox .modal-header .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -15px;
    margin-right: -15px;
    background: #d1232a;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    opacity: 1;
    color: #fff;
    padding: 0;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    z-index: 1111;
}
.package-test-details h2 {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
}
.test-item .test {
    background: #7766e1;
    color: #fff;
    padding: 8px;
    margin: 0;
}
.test-item .test-details {
    padding: 10px;
	margin: 0;
    list-style: none;
}
.test-item .test-details li {
    padding: 4px 0;
    font-size: 14px;
}
.package-test-details.addon-tests {
    height: 500px;
    overflow-y: scroll;
}
.test-item .test-details li:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    color: #008000;
    font-weight: 600;
    margin-right: 10px;
}

.footer {
    background: #e0e3e9;
    padding: 10px 0;
}
.copyright p {
    margin: 0;
    color: #484848;
    text-align: center;
}

.back-to-top, .back-to-top:hover {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: transparent;
    border: 0;
    box-shadow: unset;
    padding: 0;
    z-index: 11111;
    border-radius: 50%;
}
.back-to-top:focus {
    box-shadow: unset;
}
.back-to-top .fa-chevron-up {
    height: 40px;
    width: 40px;
    padding: 10px;
    background: #d33837;
    color: #fff;
    border-radius: 50%;
}


@media only screen and (max-width: 767px) {
.lp-header .lp-header-logo {
    margin: 0 auto;
    width: 200px;
}

.p15{
    padding: 15px !important;
}

.lp-header .lp-header-logo img {
    width: 150px;
    height: 75px;
}
.lp-header {
    display: block;
    text-align: center;
}
.center-heading-section .div-title {
    font-size: 20px;
}
.lp-query-form {
    margin: 20px 0;
}
.lp-query-form .book_now {
    position: unset;
	border-radius: 8px;
}
.book_now:before, .book_now:after {
    content: none;
}
.usps-sec ul {
    padding: 0;
    padding-top: 0;
    display: block;
}
.usps-sec ul li {
    margin-top: 40px;
}
.modal-content.video-popup .modal-body iframe {
    height: 350px;
}
.package-box .p_head {
    height: auto;
}
.package-box {
    min-height: auto;
}
.package-box .p_testdetail {
    margin-bottom: 0;
}
.package-box .p_prices {
    position: unset;
}
.lp-header .lp-callback-button {
    margin: 20px 0 0;
}
.wrap {
    padding: 20px 0;
}
}
@media screen and (max-width: 480px) {
.video-play-button:after {
    width: 50px;
    height: 50px;
}
.modal-content.video-popup .modal-body iframe {
    height: 200px;
}
.feedback-box .dec {
    height: auto;
}
}

.dwnl-btncolor{
	background-image: linear-gradient(to right, #AA076B 0%, #61045F 0%, #AA076B 100%);
    border-color: #fff !important;
	
}

.zid99{	
    z-index: 9999;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgb(209 209 209 / 18%) !important;
}

.mb20{
    margin-bottom: 28px;
}

         
 .btn-grad {
            background-image: linear-gradient(to right, #AA076B 0%, #61045F  51%, #AA076B  100%);
            margin: 10px;
            padding: 15px 45px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
           /*box-shadow: 0 0 20px #eee;*/
            border-radius: 10px;
            display: block;
          }

  .btn-grad:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
 }
		 
.cardbody {
    padding: 15px;
    border-radius: 10px;
    background-color: #f9f9f9;
	border: none;
}

.text-grd{
background: #61045F;
background: linear-gradient(to right, #61045F 43%, #AA076B 51%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}      

.download-forms {
    background: linear-gradient(90deg, rgba(5,31,55,1) 0%, rgba(0,19,102,0.9192051820728291) 19%, rgba(27,180,137,1) 100%);
    padding: 70px 0 60px;
    margin-top: 2em;
}

.send-us {
    background-image: linear-gradient(to right, #76b852 0%, #8DC26F  51%, #76b852  100%);
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    border: 1px solid #81eb48;
}

.tex-cdownlo{
    text-align: center;
    display: ruby-text;
}

.mtop15 {
    margin-top: 15px;
}

.mb15down{
    margin-bottom: 15px;
    color: #fff;
}

.f15usp{
    font-size: 17px;
    font-weight: 500;
}