576
@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 -13px 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: 30px 0;
    font-weight: 500;
    text-align: center;
}

.pb20{
    padding-bottom: 25px !important;
}

.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: 8px 16px;
    border-radius: 8px;
    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;
}

.pkgbgcolor{
	
	background: linear-gradient(
    -72deg,
    #ffde45,
    #fbad42 16%,
    #fdbe45 21%,
    #ffde45 27%,
    #ffde45 36%,
    #fdbe45 45%,
    #f6cb00 60%,
    #ffde45 72%,
    #ffde45 84%,
    #f99840
  ) !important;

}

.tcolor{
		color:rgba(0, 0, 0, 0.72) !important;
		font-weight: bold !important;
}

.tcolor-silver{
		color:rgba(0, 0, 0, 0.5) !important;
		font-weight: bold !important;
}

.tcolor-platinum{
		color: rgba(0, 0, 0, 0.72) !important;
		font-weight: bold !important;
}


.pkgsilverbgcolor{background:
    linear-gradient(
    -72deg,
    #dedede,
    #ffffff 16%,
    #dedede 21%,
    #ffffff 24%,
    #eaeaea 27%,
    #dedede 36%,
    #ffffff 45%,
    #ffffff 60%,
    #dedede 72%,
    #ffffff 80%,
    #dedede 84%,
    #a1a1a1
  ) !important;

}


.platinumpkgbgcolor{background:
    linear-gradient(
    -72deg,
    #dedeff,
    #ffffff 16%,
    #dedeff 21%,
    #ffffff 24%,
    #e2e2ff 27%,
    #dedeff 36%,
    #ffffff 45%,
    #ffffff 60%,
    #dedeff 72%,
    #ffffff 80%,
    #dedeff 84%,
    #555564
  ) !important;

}





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

.why-section {
    padding-bottom: 100px;
    padding-top: 50px;
    background: #efefef;
}

.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: #fff;
    padding: 20px;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 0 10px 0 #dfdfdf7d;
    transition: all 500ms ease;
	border: 1px solid #ababab !important;
}

.border-form{
    border: 1px solid #c7c7c7 !important;
}

/*.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: #2d2d2d;
    font-weight: 600;
    /*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 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;
}

.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: #f5efef;
    height: 82px;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 4px 12px 0 #00000038;
}

.package-box .p_head h3 {
    font-size: 20px;
    font-weight: 600;
    color: #d2272b;
}

.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: 16px;
    /*padding: 16px 0;*/
    margin-right: 16px;
}

.package-box .p_prices .price {
    margin: 6px 0px 10px;
    font-size: 22px;
    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;
}

.goldminheight{
    min-height:917px !important;
}

 

.platinumminheight{
    min-height:917px !important;
}

.silverheight{
    min-height:917px !important;
}
.testcont{
    color: #161616;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    display: block;
    position: relative;
    padding-right: 14px;
}

.tdownarrow{   vertical-align: middle;
    position: absolute;
    right: 0;
    top: 3px;
}
.testcont:hover {
    color: #d33837;
}

.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%;
}

@media only screen and (max-width: 767px) {
	
	
	.center-heading-section .div-title {
    font-size: 28px;
    margin-bottom: 16px;
    font-weight: 700;
}
	
    .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;
    }
}

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