.health-banner-area {
    position: relative
}

.package-banner-img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.health-bn-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.health-pkg-bn-title {
    font-size: 36px;
    color: #fff
}

.health-pkg-bn-des {
    font-size: 20px;
    color: #fff
}

.why-package-area {
    margin-top: 20px
}

.health-pkg-title {
    font-size: 26px;
    font-weight: 400;
    padding-bottom: 20px;
    padding-top: 20px;
    color: #0e2d58;
    margin-bottom: 0
}

.why-pkg-desc {
    font-size: 16px;
    color: #646464;
    line-height: 30px
}

.why-pkg-img {
    height: 300px;
    object-fit: cover;
    padding-top: 20px;
    width: 100%;
    object-position: top;
    border-radius: 10px;
}

.why-choose-care-area {
    margin-top: 20px;
    background: none;
}

.pkg-why-choose {
    text-align: center
}

.pkg-why-choose p {
    font-size: 18px;
    color: #737b7d;
    font-weight: 400;
}

pkg-why-choose img {
    height: 148px
}

.package-search-form {
    position: relative;
    display: flex;
    justify-content: flex-end
}

.package-search-form input {
    width: 100%;
    border: 1px solid #bdbdbd;
    padding: 1px 10px;
    height: 35px;
    font-size: 14px
}

.packageearch-ip-area {
    padding: 1px 8px;
    background: #131a3b;
    color: #fff;
    height: 35px;
    line-height: 35px;
    margin-left: -3px;
    cursor: pointer
}

.pkg-select2-area{
    background: #0e2d58; 
    color: #fff;height: 35px;
    display: flex;
    justify-content: center; 
    align-items: center;
    padding: 10px;
}
.pkg-select2-area .select2-container {
    width: 100% !important
}

.pkg-select2-area .select2-container .select2-selection--single {
    height: 35px !important
}

.pkg-select2-area .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
    background: #0e2d58;
    color: #fff !important
}

.pkg-select2-area .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px !important
}

.pkg-select2-area .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent !important
}

.pkg-select2-area .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent !important
}

.package-container {
    padding: 20px 0
}

.package-card {
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    /* box-shadow: 0 1px 4px rgba(0, 0, 0, .35); */
    /* padding: 20px; */
    margin-bottom: 20px;
    transition: .5s;
    background-color: #fff;
    border: none;
}

/* .package-card:hover {
    transform: scale(1.02)
} */

.package-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    padding: 20px;
}
.package-detail-image{
    width: 100%;
    height: 300px;
    overflow: hidden;
    object-fit: cover;
    object-position: center
}
.pkg-desc-area {
    padding:0 20px;
    transition: .5s
}

.package-name {
    font-size: 18px;
    color: #28367b;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 27px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.pkg-desc {
    font-size: 16px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #000;
    margin-bottom: 10px
}

.pkg-view-btn {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    background: #00b6bd;
    border: 0;
    padding: 10px 20px;
    width: 100%;
    border-radius: 7px;
}

.pkg-view-btn:hover {
    background: #007d9e;
    color: #fff;
}

.package-guid-conatiner {
    background: #f8f8f8
}

.pkg-guid-desc {
    font-size: 18px;
    text-align: center
}

.pkg-guid-list {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.pkg-guid-list img {
    height: 90px;
    margin-right: 15px;
}

.pkg-guid-text {
    margin-bottom:  0;
    font-size: 16px
}

.pkg-detail-container {
    border-radius: 10px;
    background: #f8f8f8;
    padding: 20px
}

.pkg-detail-title {
    color: #0e2d58;
    margin-bottom: 20px;
    font-size: 36px;
    margin-top: 15px;
}

.pkg-detail {
    color: #0e2d58;
    line-height: 28px;
    font-size: 24px;
    font-weight: 400;
}

.pkg-contact-btn {
    text-decoration: none;
    color: #fff;
    padding: 10px 15px;
    background: #00b6bd;
    display: inline-block;
    border-radius: 5px;
    width: 135px;
    margin-right: 10px;
    text-align: center;
}

.pkg-contact-btn:active,
.pkg-contact-btn:hover,
.pkg-contact-btn:visited {
    text-decoration: none;
    color: #fff
}

.pkg-test-included-area {
    border-top: 1px solid #d4d4d4;
    margin: 15px 0;
    padding: 15px 0
}

.pkg-test-list li {
    margin-bottom: 10px
}
.pkg-test-list li::marker{
    color: #007d9e
}

.pkg-img-div{
    height: 170px;
    overflow: hidden;
}

@media only screen and (max-width:768px) {

    .health-pkg-bn-title,
    .pkg-detail-title {
        font-size: 26px
    }

    .health-pkg-title {
        font-size: 26px
    }

    .health-pkg-bn-des,
    .package-name,
    .pkg-detail {
        font-size: 18px
    }
    .pkg-view-btn {
        padding: 10px 20px;
    }
    .pkg-desc,
    .pkg-guid-desc,
    .pkg-guid-text,
    .pkg-test-list li,
    .pkg-view-btn,
    .pkg-why-choose p,
    .why-pkg-desc {
        font-size: 13px;
        line-height: 24px;
        text-align: left
    }
    .pkg-select2-area{
        margin-top: 10px;
        height: auto;
    }
    .pkg-test-included-area, .pkg-test-included-area p{
        font-size: 16px;
        line-height: 24px;
    }

    .banner-detail-image{
        height: 200px;
        object-fit: cover;
        object-position: left;
    }
    .bannertextblock{
        top: 90px;
    }

    .enq-form-section {
        position: relative;
        right: unset;
        top: unset;
        width: 100%;
        padding: 10px !important;
    }

    .banner-detail-image{
        height: 280px;
    }
    
}

@media only screen and (max-width:580px) {
    .pkg-why-choose p{
        text-align: center;
    }
    .package-banner-img {
        height: 300px;
        object-fit: cover;
        object-position: top
    }

    .pkg-why-choose img {
        height: 90px
    }

    .pkg-why-choose p {
        font-size: 16px
    }

    .package-search-form {
        margin-bottom: 15px
    }

    .package-detail-image {
        height: 235px
    }
    .package-image{
        height: 100%;
        padding: 20px 20px 10px;
    }

    .pkg-guid-text {
        font-size: 16px
    }

    .pkg-guid-list img {
        height: 90px
    }

    .pkg-detail-title {
        font-size: 26px;
        margin-top: 15px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width:375px) {
    .health-pkg-title {
        font-size: 26px
    }
    .pkg-contact-btn{
        font-size: 13px;
        width: 92px;
        padding: 10px 0;
    }
}

.health-enquiry-form .form-group.input-material input:-webkit-autofill,
.health-enquiry-form .form-group.input-material input:-webkit-autofill:active,
.health-enquiry-form .form-group.input-material input:-webkit-autofill:focus,
.health-enquiry-form .form-group.input-material input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

.health-enquiry-form .form-group.input-material {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  width: 100%;
}

.health-enquiry-form .form-group.input-material label {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 5px;
  bottom: 1px;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
}

.health-enquiry-form .form-group.input-material textarea.form-control ~ label {
  bottom: 90%;
  bottom: calc(100% - 34px);
}

.health-enquiry-form .form-group.input-material .form-control,
.health-enquiry-form .form-group.input-material .form-select {
  border: none ;
  border-bottom: 1px solid #707070 ;
  border-radius: 0!important;
  background-color: #fff !important;
  padding-left: 5px!important;
  box-shadow: none!important;
  font-size: 15px!important;
  color: #333!important;
}

.health-enquiry-form
  .form-group.input-material
  .form-control:required
  ~ label::after,
.health-enquiry-form
  .form-group.input-material
  .form-select:required
  ~ label::after {
  content: "*";
  color: #dc3545;
  padding-left: 2px;
  font-size: 0.8em;
}

.health-enquiry-form .form-group.input-material .form-control:focus,
.health-enquiry-form
  .form-group.input-material
  .form-control[value]:not([value=""]),
.health-enquiry-form .form-group.input-material .form-select:focus,
.health-enquiry-form
  .form-group.input-material
  .form-select[value]:not([value=""]) {
  border-bottom-color: #0e2d58;
  color: #000;
}

.health-enquiry-form .form-group.input-material .form-control:focus ~ label,
.health-enquiry-form
  .form-group.input-material
  .form-control[value]:not([value=""])
  ~ label,
.health-enquiry-form .form-group.input-material .form-select:focus ~ label,
.health-enquiry-form
  .form-group.input-material
  .form-select[value]:not([value=""])
  ~ label {
  top: unset;
  bottom: 100%;
  bottom: calc(100% - 8px);
  font-size: 10px;
  color: #0e2d58;
  font-weight: 500;
}

.health-enquiry-form .form-group.input-material .form-control.invalid,
.health-enquiry-form .form-group.input-material .form-control:focus.invalid,
.health-enquiry-form .form-group.input-material .form-control:focus.parsley-error,
.health-enquiry-form
  .form-group.input-material
  .form-control[value]:not([value=""]).parsley-error,
.health-enquiry-form .form-group.input-material .form-select.invalid,
.health-enquiry-form .form-group.input-material .form-select:focus.invalid,
.health-enquiry-form .form-group.input-material .form-select:focus.parsley-error,
.health-enquiry-form
  .form-group.input-material
  .form-select[value]:not([value=""]).parsley-error {
  border-bottom-color: #dc3545;
}

.health-enquiry-form .form-group.input-material .form-control.invalid ~ label,
.health-enquiry-form
  .form-group.input-material
  .form-control:focus.invalid
  ~ label,
.health-enquiry-form
  .form-group.input-material
  .form-control:focus.parsley-error
  ~ label,
.health-enquiry-form
  .form-group.input-material
  .form-control[value]:not([value=""]).parsley-error
  ~ label,
.health-enquiry-form .form-group.input-material .form-select.invalid ~ label,
.health-enquiry-form .form-group.input-material .form-select:focus.invalid ~ label,
.health-enquiry-form
  .form-group.input-material
  .form-select:focus.parsley-error
  ~ label,
.health-enquiry-form
  .form-group.input-material
  .form-select[value]:not([value=""]).parsley-error
  ~ label {
  color: #dc3545;
}

.sp-form-area #recaptcha1,
.sp-form-area #recaptcha2 {
  height: 67px !important;
}

.sp-form-area { 
  padding: 10px 30px;
  background: #fff;
  margin: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.enq-form-section{
  display: flex;
  margin-right: 5%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}


#captcha_entered{
  width: 5%;
  height: 30px;
  padding: 5px;
  font-size: 14px;
  border: 1px solid #ccc;
  font-family: 'Merriweather';
  position: absolute;
  z-index: 99;
  margin-left: 10px;
}

#captcha_entered_other{
  width: 5%;
  height: 30px;
  padding: 5px;
  font-size: 14px;
  border: 1px solid #ccc;
  font-family: 'Merriweather';
  position: absolute;
  z-index: 99;
  margin-left: 10px;
}

.number-container{
  width: calc(100% - 100px);
}
.hlt-input-group-append{
  display: flex;
  height: 35px;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}
.otp-container .inputs{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.otp-container .otp-label{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}
.otp-container .otp-label b {
  font-size: 12px;
}
.otp-container .input {
  width: 100%;
  border: none !important;
  border-bottom: 2px solid rgba(0, 0, 0) !important;
  text-align: center;
  font-size: 14px;
  padding: 8px;
}
.otp-container .input:focus {
  border-bottom: 2px solid #00bdb6 !important;
  background-color: #E8F0FE !important;
  outline: none;
}

.otp-container .input{
  cursor: pointer;
  pointer-events: all;
}
.otp-active{
  background: #1db6bc !important;
}
.form-container-otp .otp-btn{
  margin-left: 10px;
  border-radius: 5px;
  border: none;
  padding: 2px 7px;
  opacity: .8;
  cursor: pointer;
  font-size: 12px;
  color: white;
  font-weight: 500;
  background: #b3b3b3;
  height: 30px;
  width: 80px;
}
.form-container-otp .otp-btn:disabled{
  cursor: not-allowed;
}
.banner-detail-image{
  width: 100vw ; 
  height: 100% ;
  object-fit: cover;
}
@media only screen and (max-width: 540px) {
  .banner-detail-image{
    height:250px;
    width: 100vw; 
    object-fit: cover;
    object-position: left;
  }
  .health-bn-title{
    height: 250px !important;
    width: 100vw !important; 
  }
}

.number-container{
  width: calc(100% - 100px);
}
.otp-group{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px 0 12px 0;
  position: relative;
}
.otp-group input{
  width: 100%;
  padding: 6px;
  box-sizing: border-box;
}
.enq-otp-container .inputs{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.enq-otp-container .otp-label{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  padding-bottom: 10px;
}
.enq-otp-container .otp-label b {
  font-size: 12px;
}
.enq-otp-container .input {
  width: 100%;
  border: none !important;
  border-bottom: 2px solid rgba(0, 0, 0) !important;
  text-align: center;
  font-size: 14px;
  padding: 8px;
}
.enq-otp-container .input:focus {
  border-bottom: 2px solid #00bdb6 !important;
  background-color: #E8F0FE !important;
  outline: none;
}

.enq-otp-container .input{
  cursor: pointer;
  pointer-events: all;
}
.otp-active{
  background: #1db6bc !important;
}
.enquiry-container-otp .otp-btn{
  border-radius: 5px;
  border: none;
  padding: 2px 7px;
  opacity: .8;
  cursor: pointer;
  font-size: 12px;
  color: white;
  font-weight: 500;
  background: #b3b3b3;
  height: 30px;
  width: 80px;
  position: absolute;
  right: 10px;
}
.enquiry-container-otp .otp-btn:disabled{
  cursor: not-allowed;
}
.otp_error {
  margin-top: 10px!important;
}

.phk-banner-container{
    overflow: hidden;
}

.health-bn-holder{
  position: relative;
  min-height: 70vh;
}
.health-bn-title {
  position: absolute;
  top: 0;
  width: 63%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
  text-align: left;
  padding: 0 5%;
  left: unset;
  transform: none;
}
 /* Style the file upload container */
 .file-upload-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  justify-content: space-between;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  background-color: #f9f9f9;
}

/* Style the file input */
.spl-enquiry-form .form-group.input-material .form-control.file-upload-input{
  border: 1px solid #ccc !important;
}
.file-upload-input {
  cursor: pointer;
  font-size: 14px;
  color: #333;
  border: 1px solid #ccc !important;
  border-radius: 5px;
  padding: 5px 10px;
  background-color: #f9f9f9;
}

/* Style the file name display */
.file-name {
  font-size: 14px;
  color: #666;
}
.package-card .text {
    margin-top: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
}
.text-end {
    text-align: right !important;
    position: relative;
    display: inline-flex;
    gap: 20px;
    margin-top: 0 !important;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    text-decoration: none;
    padding: 0 10px;
}
.btn-enq {
    background-color: #042052;
}
.package-card {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-sizing: border-box;
    transition: .5s;
    height: 100%;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .1);
}
.card-package {
    margin-bottom: 20px;
}
.package-card:hover {
    transform: scale(1.02);
}.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    z-index: 900;
}

.overlay.show {
    visibility: visible;
    opacity: 1;
}

.popup {
    width: 420px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.2);
    box-shadow: 0 5px 15px rgba(0,0,0,.2);
    visibility: hidden;
    transition: .3s;
    z-index: 1000;
}

.popup.active {
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

.close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.close-btn:before,
.close-btn:after {
    content: "";
    position: absolute;
    background: #444;
    width: 2px;
    height: 22px;
    top: 4px;
    left: 14px;
}

.close-btn:before { transform: rotate(45deg); }
.close-btn:after  { transform: rotate(-45deg); }
