@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 !important;
	font-size:16px;
	color:#181818;
	font-weight:400;
	line-height:1.4;
	font-display:swap
}
.container {
    max-width: 1200px !important;
}
.lp-bglight {
    background: url(/IHP-UX_Design/Indus_Lab/images/php-lp-banner-bg.jpg) no-repeat;
    background-size: cover;
    box-shadow: inset 0 0px 0 0 white;
    transition: all .5s 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 p {
    margin-bottom: 22px;
}
.lp-header .lp-callback-button a {
    border: 1px solid #ca2128;
    padding: 14px 36px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    transition: all .5s;
    background: #ca2128;
    font-size: 18px;
}
.lp-header .lp-callback-button a:hover {
    border-color: #ca2128;
    color: #fff;
}


.lp-body {
    padding-top: 80px;
}
.lp-body .col-md-8.position {
    position: relative;
}
.center-heading-image {
    text-align: center;
    position: absolute;
    bottom: 13px;
}
.center-heading-section .div-title {
    font-size: 38px;
    margin-bottom: 16px;
    font-weight: 700;
}
.color_red {
    color: #ca2128;
    text-transform: uppercase;
}
.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: 600;
    margin-bottom: 20px;
}
.input-group {
    margin-bottom: 20px;
    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 label {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
.input-group input, .input-group textarea, .input-group select {
    width: 100% !important;
    padding: 0 10px;
    height: 40px;
    border: 0;
    font-size: 14px;
	border-radius: 0.25rem !important;
}
.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;
}


/*Healthi Section*/
.lp-healthi .center-heading-section {
    margin-bottom: 3em;
}
.good-health {
    padding-left: 60px;
}
.good-health p {
    font-size: 22px;
}
.good-health ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.good-health ul li {
    border: 2px dashed #ccc;
    border-radius: 12px;
    padding: 16px;
    font-size: 18px;
    margin: 26px 0;
    width: 90%;
}
.good-health ul:last-child li {
    margin-bottom: 0;
}
.good-health ul li img {
    margin-right: 10px;
}
.lp-healthi .col-md-6.position {
    position: relative;
}
.lp-healthi .col-md-6.position .good-health-image {
    position: absolute;
    bottom: 0;
}




/*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;
}
.center-heading-section h2.div-title {
    font-size: 26px;
}

.v-m-btn{
    background: white;
    border: 1px solid #9b9b9b;
    width: 100%;
    border-radius: 3px;
    color: #24221f;
    padding: 6px;
    font-size: 16px;
    margin-bottom: 14px;
}

.v-m-btn:hover{
	background:#ffdec3ba;
	border: 1px solid #dfc4ad;
}

.package-box {
    border: 1px solid #ccc;
    border-radius: 8px;
    margin: 10px 0;
    transition: all 500ms ease;
    min-height: 640px;
    position: relative;
}
.package-box .p_head {
    padding: 20px;
    text-align: center;
    background: #f5efef;
    height: 82px;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 4px 12px 0 #00000038;
}
.package-box .p_head h3 {
    font-size: 17px;
   /* font-weight: 600;*/
    color: #c61f26;
}
.package-box .p_testdetail {
    padding: 14px;
    margin-bottom: 148px;
}
.package-box .p_testdetail .no_test {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    background: transparent;
    margin-bottom: 10px;
}
.package-box .p_testdetail .no_test .dark {
    font-size: 16px;
}
.p_testdetail .panel {
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
}
.package-box .p_testdetail p {
    margin-bottom: 0;
    padding: 8px 10px;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.package-box .p_testdetail p .test {
    color: #161616;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    display: block;
    position: relative;
    padding-right: 14px;
}
.package-box .p_testdetail p .test.collapsed:after, .package-box .p_testdetail p .test:after {
    font-family: 'Font Awesome 5 Pro';
    color: #767676;
    font-weight: 400;
    font-size: 20px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: -3px;
}
.package-box .p_testdetail p .test.collapsed:after, .package-box .p_testdetail p .test:after {
    content: "\f107";
}
.package-box .p_testdetail .panel-body {
    border-top: 1px solid #ddd;
    padding: 20px;
}
.package-box .p_testdetail ul {
    margin: 0;
    padding: 0;
}
.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: 5px;
}

.package-box .p_prices {
    padding: 20px;
    text-align: center;
    padding-top: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.package-box .p_prices .p_prices_s {
    display: flex;
    justify-content: center;
}
.package-box .p_prices .strike {
    font-size: 14px;
   /* padding: 16px 0;*/
    margin-right: 16px;
}
.package-box .p_prices .price {
    margin: 6px 0;
    font-size: 26px;
    font-weight: 600;
}
.package-box .p_prices .price .fa-rupee-sign {
    font-weight: 400;
    font-size: 22px;
}
.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 #00000052;
}
.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;
    border-radius: 10px;
    margin: 10px 0;
}
.feedback-box .dec .thumbnill-img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.feedback-box .dec {
    position: relative;
    cursor: pointer;
}
.feedback-box .dec .youtube {
    position: absolute;
    left: 43%;
    top: 48%;
    text-align: center;
}
.feedback-box .dec .youtube .fa-play {
    color: #fff;
    background: #d33837;
    padding: 11px 22px;
    border-radius: 10px;
    cursor: pointer;
}
.feedback-box .dec:hover .youtube .fa-play {
    background:#fff;
	color:#d33837
}
.feedback-box .dec-text {
    padding: 15px;
}

.feedback-box .dec-text .fa-quote-left {
    color: #fcb122;
    font-size: 26px;
    margin-bottom: 20px;
}
.feedback-box .dec-text p:first-child {
    min-height: 70px;
}
.feedback-box .dec-text .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: #222;
    padding: 10px 0;
}
.copyright p {
    margin: 0;
    color: #fff;
    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%;
}


.bottomsticky {
    max-width: 1170px;
    margin: auto;
    border-radius: 12px 12px 0px 0px;
}

.bottomsticky {
    background: #d9d9d9;
    box-shadow: 0 2px 18px #33333338;
    width: 100%;
    position: fixed;
    z-index: 998;
    bottom: 0;
    left: 0;
    right: 0;
}

.talktoexpert {
    font-size: 18px;
    color: #282828;
    text-align: center;
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.midnumberpopup {
    max-width: 450px;
    margin: 0 auto;
}
.midnumberpopup a {
    margin-left: 0;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.midnumberpopup .input-group #txtSearch {
    padding: 12px 20px;
    font-size: 15px;
}
.midnumberpopup #txtSearch {
    border-radius: 3px;
}

.midnumberpopup .btn-warning {
    padding: 7px 12px;
    font-size: 14px;
    font-weight: 600;
    background: #ee5152;
    border: 1px solid #d74142;
    border-radius: 4px;
    color:#fff;	
}

.input-group-btn {
    position: relative;
	    display: table-cell;
}

.footer-btm {
    padding-bottom: 110px !important;
    border-top: 1px solid #eaeaea;
}



.align-itm{
    align-items: center;
}


.btn-warning {
    color: #fff;
    background-color: #FF5722;
    border-color: #FF5722;
}

.select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 50px !important;
}

.select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px !important;
}

.select2-selection__arrow {
    height: 50px !important;
    position: absolute;
    top: 1px;
    right: 12px !important;
    width: 20px;
}


.input-group .form-control {
    position: relative;
    z-index: 5;
    float: left;
    width: 100%;
    margin-bottom: -16px;
}
.mbt23{
	
	margin-bottom:20px;
}
.sub-form-btn{
    background: #ee5152;
    border-color: #ee5152;
	    width: 100%;
}

.just-cen{
    justify-content: space-around;
}

.f18-color-frm {
    font-size: 18px;
    color: #363333;
}

.f15-bt-sticky-inp{
    font-size: 15px;
    font-weight: 300;
}

 .cityavele{
    padding: 10px;
	color:#00b574;
}

.jsti-logo-c {
    justify-content: center !important;
}

.select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px;
    display: none !important;
}



.call-action {
    background-color: #f9f9f9;
}

.single-info {
    margin-top: 30px;
    position: relative;
    padding: 20px;
    border-radius: 8px;
    overflow: hidden;
	background-color: #fff;
}

.fs14crop{
    font-size: 14px;
}

.adres-color{
    color: #000;
	text-decoration: none;
}


@media only screen and (max-width: 767px) {
.lp-header .lp-header-logo {
    margin: 0 auto;
    width: 200px;
}
.lp-header .lp-header-logo img {
    width: 150px;
    height: 75px;
}
.lp-header {
    display: block;
    text-align: center;
}
.lp-body {
    padding-top: 60px;
}
.lp-body .center-heading-section .div-title {
    font-size: 28px;
	text-align: center;
}
.center-heading-image {
    position: unset;
}
div#section2 {
    height: 0 !important;
}
.lp-query-form {
    margin: 20px 0;
    margin-top: 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;
}
.good-health {
    padding-left: 0;
}
.good-health ul li {
    width: 100%;
    display: flex;
}
.lp-healthi .col-md-6.position .good-health-image {
    position: unset;
    margin-top: 3em;
}
.center-heading-section h2.div-title {
    font-size: 22px;
}
.lp-healthi .center-heading-section {
    margin-bottom: 0;
}
.good-health p {
    font-size: 18px;
}
.feedback-box .dec-text p:first-child {
    min-height: auto;
}
.disp-n-mobi{
	display:none;
}

.talktoexpert {
    font-size: 15px;

}
.input-group .form-control {
    margin-left: 8px;
}

.midnumberpopup .input-group #txtSearch {
    font-size: 13px;
}


}
@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;
}
}