.page-node-type-international-health-package main .wrapper { 
    max-width: 100%; padding: 0px; margin: 0;
}
.page-node-type-international-health-package .footer .wrapper {   
    max-width: 1270px;
    padding: 0 15px;
    margin: 0 auto;
}
.page-node-type-international-health-package .banner-section .mobile-banner{	
    display: none;
}
.page-node-type-international-health-package .banner-section{
    position: relative; 
    margin-bottom: 0px;
}
.page-node-type-international-health-package .banner-section img { 
    max-width: 100%; 
    width: 100%; 
    height: auto; 
    vertical-align: middle; 
}
.page-node-type-international-health-package .banner-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.page-node-type-international-health-package .banner-content .wrapper {
    max-width: 1270px;
    padding: 0 15px;
    margin: 0 auto;
}
.page-node-type-international-health-package .banner-content .banner-content-inner {
    max-width: 630px;
}
.page-node-type-international-health-package .banner-content h1{ 
    font: 700 50px / 1.2 "Noto Sans", sans-serif;
    color: #005671;
    margin: 0;
}
.page-node-type-international-health-package .banner-content p {
    font: 40px/50px "Open Sans", sans-serif;
    color: #005671;
    padding-top: 5px;
}
.page-node-type-international-health-package .page-title {
    max-width: 1270px;
    padding-top: 30px;
    margin: auto;
}
.page-node-type-international-health-package .health-package-body {
    max-width: 1270px;
    padding: 30px 20px 0px 0px;
    margin: auto;
}

.page-node-type-international-health-package .health-booking-top {
    max-width: 1270px;
    padding: 30px 20px 30px 20px;
    margin: auto;
}

.page-node-type-international-health-package .health-package-test,
.page-node-type-international-health-package .health-package-detail {
    max-width: 1270px;
    padding: 30px 20px 0px 0px;
    margin: auto;
}
@media screen and (max-width: 767px) { 

    .page-node-type-international-health-package .banner-section {
        margin-bottom: 0px;
    }
    .page-node-type-international-health-package .banner-section .desktop-banner {   
        display: none; 
    }
    .page-node-type-international-health-package .banner-section .mobile-banner{ 
        display: block; 
        width: 100%; 
        height:auto
    }

}

/*International health section CSS Starts */

.international-health-section {
    padding: 60px 0 30px 0;
}

.view-international-health-package-listing {
    margin: 30px 0px;
}

.view-international-health-package-listing .views-exposed-form {
    display: flex;
    justify-content: end;
    margin-bottom: 10px;
}

.view-international-health-package-listing .views-exposed-form .form-item.js-form-type-select {
    max-width: 200px;
}

.view-international-health-package-listing .views-exposed-form .form-item.js-form-type-select {
    max-width: 200px;
}

.view-international-health-package-listing .views-exposed-form .form-item {
    margin-left: 16px;
}

.view-international-health-package-listing .health-list {
    width: 100%;
}
.view-international-health-package-listing .view-header{
    float: left;
}
.view-international-health-package-listing .view-header h2.head_txt{
    margin-top: 15px;
    margin-bottom: 0px;
}

.no-result {
    font: 500 24px/30px "Open Sans", sans-serif;
    padding: 30px;
    background: #fff url("/assets/theme/images/no-result.svg") no-repeat center 60px;
    background-size: 180px;
    justify-content: center;
    display: flex;
    margin: 30px auto;
    min-height: 334px;
    color: #2C2C2C;
    align-items: center;
    text-align: center;

}

  .international-health-pkg-sec .health-list {
    display: inline-flex;
    flex-wrap: wrap;
    margin: -14px;
    width: 100%;
  }
  .international-health-pkg-sec .health-list li {
      width: calc(33.33% - 28px);
      margin: 14px;
      position: relative;
      padding-bottom: 60px;
  }

  .international-health-pkg-sec .health-box {
    background: #FBFBFD;
    box-shadow: 0px 3px 15px #81818133;
    border-radius: 12px;
  }
  .international-health-pkg-sec .health-box .health-img {
      position: relative;
  }

  .international-health-pkg-sec .health-box .health-img img {
      border-radius: 12px 12px 0 0;
      width: 100%;
  }

  .international-health-pkg-sec .health-box .health-text {
      padding: 16px 12px 0 12px;
  }

  .international-health-pkg-sec .health-box .health-text .health-top {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0 0 20px 0;
  }
.international-health-pkg-sec .health-box .health-text .health-bottom li p {
    font: 500 16px/20px "Open Sans", sans-serif;
    color: #2C2C2C;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

  .international-health-pkg-sec .health-box .health-text .health-top .health-left p {
      font: 600 18px / 22px "Noto Sans", sans-serif;
      color: #2C2C2C;
      padding-bottom: 10px;
      max-width: 240px;
      text-align: center;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }

  .international-health-pkg-sec .health-box .health-text .health-top .health-left span {
      background: #00A0A0;
      border-radius: 4px;
      color: #fff;
      font-size: 13px;
      line-height: 22px;
      padding: 0 10px 1px 10px;
      max-width: 200px;
      text-align: center;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
  }

  .international-health-pkg-sec .health-box .health-text .health-bottom li {
    width: 100%;
    margin: 0;
    padding-bottom: 16px;
  }

  .international-health-pkg-sec .health-box .health-text .health-top .health-right span {
      font: 14px/18px "Open Sans", sans-serif;
      color: #4D4D4F;
  }

  .international-health-pkg-sec .health-box .health-text .health-top .health-right p {
      font: 700 24px/28px "Open Sans", sans-serif;
      color: #2C2C2C;
  }
  .international-health-pkg-sec .health-box .health-button {
      padding: 8px 16px 24px 16px;
      position: absolute;
      width: 100%;
      bottom: 0;
  }

  .international-health-pkg-sec .book-appointment {
      display: flex;
      justify-content: space-between;
      text-align: center;
  }

  .international-health-pkg-sec .book-appointment a, 
  .international-health-pkg-sec .book-appointment .button.small {
      width: calc(50% - 8px);
      padding: 4px 4px;
  }

  .international-health-pkg-sec .health-box .health-button a {
      border-radius: 8px;
  }

  .international-health-pkg-sec .media-viewall {
    margin-top: 30px;
    margin-bottom: 0px;
}
.intl-health-screening-form {
    max-width: 1270px;
    padding-top: 30px;
    margin: auto;
}
.international-health-screening-form {
    width: 85%;
    background: #b5daec;
    padding: 40px;
    border-radius: 8px;
    margin: 0 auto 48px;
    scroll-margin-top: 190px;
}

.international-health-screening-form .wrap-full-name, 
.international-health-screening-form .wrap-mobile-number, 
.international-health-screening-form .wrap-email, 
.international-health-screening-form .wrap-appointment-date {
    max-width: 1020px;
    width: 50%;
    float: left;
    padding-left: 20px;
}
.international-health-screening-form .wrap-location label {
    display: block;
    font: 500 14px / 15px "Open Sans", sans-serif;
    color: #2C2C2C;
    padding-bottom: 5px;

}
.international-health-screening-form .wrap-message, .international-health-screening-form .wrap-location {
    max-width: 1020px;
    width: 100%;
    padding: 0px 0px 0px 20px;
}
.page-node-type-international-health-package .health-booking-top li a {	
    color: #ffffff;
}
@media only screen and (max-width: 1199px) {

    .page-node-type-international-health-package .banner-content h1 {
        font-size: 26px;
        line-height: 34px;
    }
}
@media only screen and (max-width: 1024px) {
 .page-node-type-international-health-package .page-title, .page-node-type-international-health-package .health-booking-top, 
 .page-node-type-international-health-package .health-package-body, .page-node-type-international-health-package .health-package-test, 
 .page-node-type-international-health-package .health-package-detail {
    margin: 0px 15px;
 }  
 
}
@media only screen and (max-width: 1023px) {
  .international-health-pkg-sec .health-box .health-text .health-top .health-right p {
      font-size: 22px;
  }
  .international-health-pkg-sec .health-list li {
      width: calc(50% - 28px);
  }
}

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

.international-health-screening-form .wrap-location select {
    width: 100%;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    height: unset;
    font-weight: 500;
    padding: 10px 15px !important;
    color: #2C2C2C !important;
    border: 1px solid #D3D4DB;
    border-radius: 6px;
}
}
@media only screen and (max-width: 767px) { 
  .international-health-section {
    padding-bottom: 30px;
  }
  .page-node-type-international-health-package .banner-content h1 {
    font-size: 20px;
    line-height: 26px;
  }
  .international-health-pkg-sec .health-list {
    margin: 0;
    width: 100%;
  }
  .international-health-pkg-sec .health-list li {
    width: calc(100% - 28px);
  }
  .international-health-pkg-sec .health-box .health-text {
      padding-bottom: 10px;
  }
  .international-health-pkg-sec .health-box .health-text .health-top {
    margin: 0 0 10px 0;
  }
  .health-box .health-text .health-bottom li p {
    font-size: 14px;
  }
  .health-box .health-text .health-top .health-left p {
    font-size: 16px;
  }
  .health-box .health-text .health-top .health-right p {
    font-size: 18px;
  }
  .health-box .health-text .health-bottom li {
    padding-bottom: 8px;
  }
  .health-box .health-text .health-bottom li p {
    font-size: 14px;
  }
  .health-box .health-text .health-bottom li span {
    font-size: 12px;
  }

  .intl-health-screening-form {
    padding: 20px;
    scroll-margin-top: 100px;
  }
  .international-health-screening-form {
    width: 100%;
    padding: 20px;
    margin: 0 auto 48px;
    margin-bottom: 30px;
  }
  .international-health-screening-form .wrap-full-name, 
  .international-health-screening-form .wrap-mobile-number, 
  .international-health-screening-form .wrap-email, 
  .international-health-screening-form .wrap-appointment-date,
  .international-health-screening-form .wrap-location,
  .international-health-screening-form .wrap-message, 
  .international-health-screening-form .wrap-location {
    padding-left: 0;
    width: 100%;
  }

  .international-health-screening-form .wrap-location select {
    width: 100%;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    height: unset;
    font-weight: 500;
    padding: 10px 15px !important;
    color: #2C2C2C !important;
    border: 1px solid #D3D4DB;
    border-radius: 6px;
}
  .international-health-screening-form input#edit-international-health-screening-submit {
    margin-left: 20px;
    width: 150px;
    padding: 8px;
    position: relative;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 16px;
  }

}

@media only screen and (max-width: 425px) {
  .health-box .health-text .health-top {
      display: block;
  }
  .health-box .health-text .health-top .health-left p {
      text-align: initial;
  }
  .view-international-health-package-listing .views-exposed-form .form-item.js-form-type-select {
    max-width: unset;
  }
  .view-international-health-package-listing .view-header {
    float: unset;
    margin-bottom: 30px;
  }
  .view-international-health-package-listing .views-exposed-form {
    display: flex;
    flex-direction: column;
  }
  .view-international-health-package-listing .views-exposed-form .form-item {
    margin-left: 0px;
  }
}

/*International health section CSS End */

.international-health-screening-form .captcha .form-item-captcha-response {
    display: flex;
    gap: 10px;    
}

.international-health-screening-form .captcha .captcha__title {
    display: block;
    font: 500 14px / 15px "Open Sans", sans-serif;
    color: #2C2C2C;
    padding-bottom: 10px;
}    

.international-health-screening-form .captcha label {
    display: block;
    font: 500 14px / 15px "Open Sans", sans-serif;
    color: #2C2C2C;
    padding-bottom: 0px;
    margin: auto 0px;
}    

.international-health-screening-form .captcha .form-text {
    width: 30%
}

.international-health-screening-form .captcha__title.form-required:after {
    content: '*';
    color: #FF0000;
    display: inline-block;
    vertical-align: 0.08em;
    font-size: 14px;
    padding-left: 1px;
}

.international-health-screening-form .captcha label.form-required:after {
  display: none;
}

@media only screen and (max-width: 767px) {
    .international-health-screening-form .captcha .form-text {
        width: 60%
    }
}