.international-patients-section {
  padding: 120px 0px 50px 0px;
}
.international-patients-section h2 {
  font-size: 32px;
}

.international-patients-col {
  display: flex;
  align-items: center;
}
.international-patients-col .international-patients-contents p {
  line-height: 30px;
}

.patient-section .nav-tabs {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  justify-content: space-around;
  background-color: #008B9F;
  border-radius: 10px;
  padding: 10px 0;
}
.patient-section .nav-tabs .nav-item .nav-link {
  color: #fff;
  font-family: "Inter-Regular";
  font-size: 18px;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  outline: none;
}
.patient-section .nav-tabs .nav-item .nav-link img {
  margin-right: 5px;
}
.patient-section .nav-tabs .nav-item .nav-link::before {
  background: transparent;
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  border-radius: 3px;
  top: 41px;
  left: 63px;
}
.patient-section .nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  font-family: "Inter-Medium";
}
.patient-section .nav-tabs .nav-item .nav-link.active::before {
  background-color: #f9aa1c;
}
.patient-section .insurance-tab h3 {
  margin-top: 30px;
  font-size: 24px;
}
.patient-section .insurance-tab p {
  line-height: 36px;
  font-size: 16px;
}
.patient-section .tab-content .your-trip img {
  max-width: 100%;
}
.patient-section .tab-content h3 {
  color: #008B9F;
}
.patient-section .tab-content p {
  font-family: "Inter-Regular";
}

.schedule-appointment {
  padding-bottom: 50px;
}
.schedule-appointment h2 {
  font-size: 28px;
}
.schedule-appointment .form-col h2 {
  color: #008b9f;
  font-size: 24px;
  margin-bottom: 20px;
}
.schedule-appointment .form-section {
  background-color: #f2f8f8;
}
.schedule-appointment .schedule-title {
  padding-right: 40px;
}
.schedule-appointment .schedule-title .schedule-section {
  background-color: #008B9F;
  height: 100%;
  position: relative;
}
.schedule-appointment .schedule-title img {
  position: absolute;
  bottom: 0;
}
.schedule-appointment .submit-button {
  background: #f9aa1c;
}
.schedule-appointment .submit-button:hover {
  background-color: #eb9e13;
}

.insurance {
  background-color: #f2f8f8;
}

.health {
  background-color: #008B9F;
}
.health img {
  width: auto !important;
  margin: auto;
}

.tab-pane {
  margin-top: 20px !important;
}

#corporate_counter_section {
  background-color: #008b9f;
  padding: 30px;
}
#corporate_counter_section .counter-box {
  display: block;
  padding: 10px;
  text-align: center;
}
#corporate_counter_section .counter-box img {
  margin-bottom: 15px;
}
#corporate_counter_section .counter-box p {
  margin: 5px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.6588235294);
  font-size: 22px;
  font-weight: 500;
  font-family: "Inter-Regular";
}
#corporate_counter_section .counter {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 28px;
}
#corporate_counter_section .counter-number {
  justify-content: center;
  align-items: center;
  gap: 5px;
}
#corporate_counter_section .counter-number span {
  font-size: 24px;
  color: #fff;
}

.line-div:last-child .line4 {
  display: none;
}

.line4 {
  position: absolute;
  width: 110px;
  right: -55px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1600px) {
  .international-patients-section h2 {
    font-size: 28px;
  }
  .image-style-col .lg-image {
    width: 80%;
  }
  .image-style-col .small-image {
    width: 25%;
  }
  .image-style-col .side-con {
    left: -37px;
    top: -37px;
    width: 126px;
  }
}
@media only screen and (max-width: 1440px) {
  .international-patients-section {
    padding: 90px 0px 50px 0px;
  }
  .international-patients-section h2 {
    font-size: 26px;
  }
  .form-col h2 {
    font-size: 22px !important;
  }
  .image-style-col .side-con {
    left: -41px;
    top: -40px;
    width: 130px;
  }
  .image-style-col .small-image {
    right: 10%;
  }
}
@media only screen and (max-width: 1240px) {
  .patient-section .tab-content h3 {
    font-size: 16px;
  }
  .international-patients-section h2 {
    font-size: 24px;
  }
  .image-style-col .lg-image {
    width: 80%;
  }
  .image-style-col .small-image {
    width: 25%;
  }
  .image-style-col .side-con {
    left: -27px;
    top: -29px;
    width: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .line-div .line4 {
    display: none;
  }
  .form-section {
    padding: 30px !important;
  }
  .form-col h2 {
    font-size: 20px !important;
    margin-bottom: 15px;
  }
  .schedule-appointment .schedule-title .schedule-section {
    padding: 30px !important;
  }
  .schedule-appointment .schedule-title .schedule-section img {
    right: 0;
    width: 180px !important;
  }
  .patient-section .nav-tabs {
    padding: 5px 0;
  }
  .patient-section .nav-tabs .nav-item .nav-link {
    font-size: 16px;
  }
  .schedule-title {
    margin-bottom: 20px;
  }
  .international-patients-section h2 {
    font-size: 22px;
  }
  .international-patients-section {
    padding: 20px 0 !important;
  }
  .image-style-col {
    margin-bottom: 20px;
  }
  .image-style-col .lg-image {
    width: 100% !important;
  }
  .image-style-col .small-image {
    display: none !important;
  }
  .image-style-col .side-con {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .schedule-appointment .schedule-title {
    padding-right: 9px !important;
  }
  .schedule-appointment .schedule-title .schedule-section {
    padding: 20px !important;
  }
  .schedule-appointment .schedule-title .schedule-section h1 {
    font-size: 16px;
  }
  .schedule-appointment .schedule-title .schedule-section img {
    width: 150px !important;
  }
  .form-section {
    padding: 20px !important;
    border-radius: 10px !important;
  }
  .form-col h2 {
    font-size: 18px !important;
  }
  .international-patients-section h2 {
    font-size: 18px;
  }
  .international-patients-section {
    padding: 15px 0 !important;
  }
  .image-style-col {
    margin-bottom: 15px;
  }
  .image-style-col .lg-image {
    display: none !important;
  }
  .insurance-col-img img {
    width: auto !important;
    margin-bottom: 10px !important;
  }
}
@media only screen and (max-width: 576px) {
  .form-section {
    padding: 15px 10px !important;
  }
  .schedule-appointment .schedule-title .schedule-section {
    text-align: center;
    padding-bottom: 0 !important;
  }
  .schedule-appointment .schedule-title .schedule-section img {
    width: 150px !important;
    position: initial !important;
    margin-left: 22px;
  }
}
