body {
  background: #fff;
  font-family: "Lato", sans-serif;
}

.r-header {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
}

.r-city {
  width: 90%;
  appearance: none;
  border-bottom: 2px solid #30c6d0;
  color: #2c2c2c;
  text-align: left;
  outline: none;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 10px 0 10px 20px;
  font-size: 20px;
}

.btn-orange-new {
  background: #dcdcdc;
  margin: 20px auto !important;
  display: block;
  width: 120px;
  margin: auto;
  color: #171717;
  border-radius: 4px;
  padding: 4px 0px;
}

.btn-orange-new:hover {
  background: #00a0a8;
  color: #fff;
}

header {
  background: #fff;
  padding: 0;
  font-family: "Lato", sans-serif;
  box-shadow: 0px 3px 4px #eaeaea;
}

.top_head_navi {
  background: #fff;
  box-shadow: none;
  padding: 0px !important;
  border-top: 1px solid #e5e5e5;
}

.nav_section {
  margin: 0px;
  padding: 0px;
}

.header-main .navbar {
  height: 42px;
}

#addRadioLeadForm .form-group {
  margin: 1px 20px;
}

.btm-appointment {
  margin-top: 15px;
  margin: 10px 22px;
  width: 200px;
  display: inline-block;
}

.btm-appointment a {
  box-shadow: 0 0 20px #efefef;
  height: 40px;
  font-family: "Lato", sans-serif;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 30px;
  background: #f16948;
  padding: 10px 30px;
  color: #fff;
  display: block;
  text-align: center;
}

.btm-appointment a:hover {
  text-decoration: none;
  background: #555;
  transition: 0.3s;
}

.btm-call {
  font-size: 20px;
  margin-top: 15px;
  line-height: 26px;
  text-align: right;
  margin-right: 40px;
  float: right;
}

.btm-call span {
  display: block;
}

.tests-carousel .owl-item {
  background: #fff;
}

.btm-call span a {
  text-decoration: none;
  font-weight: 600;
  color: #00a0a8;
}

.btm-call span a:hover {
  color: #333;
}

.btm-call span b {
  font-weight: 600;
  color: #00a0a8;
}

.banner_br {
  padding: 3% 4%;
  background-size: cover;
  background: url(https://www.myhfhc.org/wp-content/themes/myhfhc/images/sub-page-content-header-bg-whoweare.jpg) center top no-repeat !important;
  position: relative;
}

.m-fold {
  display: inline-block;
}

.tagline p {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
}

#addRadioLeadForm {
  padding: 15px 0px;
}

.tagline ul {
  margin: 65px 0 0 0;
  padding: 0;
  list-style: none;
  float: left;
}

.tagline li {
  float: left;
  width: 49%;
  margin-bottom: 40px;
}

.tagline li span {
  float: left;
  margin-right: 10px;
}

.tagline li span img {
  width: 70px;
  height: 70px;
}

.tagline li p {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
}

.price {
  font-size: 30px;
  color: #fcbe57;
  clear: both;
  width: 100%;
  font-weight: 600;
}

.price span {
  color: #fff;
  font-size: 22px;
  text-decoration: line-through;
  font-weight: 400;
}

.btm-more {
  font-size: 22px;
  float: left;
  color: #fff;
  background: #f16948;
  transition: 0.3s;
  padding: 13px 60px;
  border-radius: 40px;
  font-weight: 600;
}

.btm-more:hover {
  color: #fff;
  background: #555;
  text-decoration: none;
  transition: 0.3s;
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 15;
  width: 8%;
  padding-left: 0;
  margin-left: 0;
  text-align: center;
  list-style: none;
}

.carousel-indicators .active {
  width: 36px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-indicators li {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgb(255 255 255 / 51%);
  border-radius: 10px;
  border: none;
}

.banner-form {
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
  position: absolute;
  right: 5%;
  top: 40px;
  width: 400px;
  border-radius: 11px;
  padding: 10px 20px;
  background: #f7f7f7;
  text-align: center;
}

.banner-form h3 {
  text-align: center;
  margin: 10px 0;
  font-size: 33px;
  font-weight: 500;
}

.banner-form input[type="text"] {
  outline: none;
  width: 100%;
  padding: 14px 10px 14px 60px;
  font-size: 18px;
  margin: 0 0 15px 0;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}

.banner-form input[type="tel"] {
  outline: none;
  width: 100%;
  padding: 14px 10px 14px 60px;
  font-size: 18px;
  margin: 0 0 15px 0;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}

.banner-form select {
  color: #666;
  appearance: none;
  text-transform: capitalize;
  outline: none;
  width: 100%;
  padding: 14px 10px 14px 60px;
  font-size: 18px;
  margin: 0 0 15px 0;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}

.banner-form select option {
  font-size: 14px;
  text-transform: capitalize;
}

.banner-form input[type="submit"] {
  outline: none;
  width: 100%;
  padding: 0 10px;
  line-height: 55px;
  font-size: 26px;
  font-weight: 600;
  background: #f16948;
  margin: 15px 0 25px 0;
  border-radius: 60px;
  color: #fff;
  border: none;
}

.icon1 {
  background-image: url(https://cdn1.healthians.com/img/radiology/user.svg);
  background-repeat: no-repeat;
  background-position: 15px;
}

.icon2 {
  background-image: url(https://cdn2.healthians.com/img/radiology/mobile.svg);
  background-repeat: no-repeat;
  background-position: 15px;
}

.icon3 {
  background-image: url(https://cdn3.healthians.com/img/radiology/city.svg);
  background-repeat: no-repeat;
  background-position: 15px;
}

.av-test {
  text-align: center;
  padding: 3% 3% 5% 3%;
}

.av-test h1 {
  font-size: 30px;
  font-weight: 600;
  color: #00a0a8;
  margin: 10px 0 30px 0;
  padding: 0;
}

.av-test ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.av-test li {
  display: inline-block;
  width: 100%;
}

.av-test h4 {
  font-size: 18px;
  color: #00a0a8;
  margin: 0;
  padding: 0;
}

.av-test p {
  font-size: 14px;
  margin: 2px 0;
  color: #393939;
}

.item {
  display: flex;
}

/*home page breadcrumb*/
.breadcrumbs {
  text-align: left;
  margin: 20px 0px;
}

.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #e9e9e9;
}

.breadcrumbs ul li {
  list-style: none;
  display: inline;
  font-size: 13px;
  color: #000;
  text-transform: capitalize;
}

.breadcrumbs ul li+li:before {
  content: ">";
  padding: 5px;
}

.breadcrumbs ul li a {
  text-decoration: none;
  color: #000;
}

/* remove underlines from links */
.breadcrumbs ul li a:hover {
  text-decoration: none;
}

/* show underline on mouseover */
.breadcrumbs ul li a {
  background: none;
}

.breadcumbs-active a {
  color: #00a0a8 !important;
}

/*home page Breadcrumb*/

.av-test .owl-carousel .owl-item img {
  width: 60px;
  margin: 20px auto 10px auto;
}

.mid-section .owl-nav {
  margin: 20px 0px;
}

.av-test .owl-nav .owl-prev {
  background: #00a0a8 !important;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  margin: 10px 6px;
}

.av-test .owl-nav .owl-prev span {
  font-size: 24px;
  color: #fff;
}

.av-test .owl-nav .owl-prev:hover {
  background: #007278 !important;
}

.av-test .owl-nav .owl-next {
  background: #00a0a8 !important;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  margin: 10px 6px;
}

.av-test .owl-nav .owl-next span {
  font-size: 24px;
  color: #fff;
}

.av-test .owl-nav .owl-next:hover {
  background: #007278 !important;
}

.av-test li img {
  margin: 20px 0;
}

.service-section {
  padding: 0;
  margin-top: 30px;
  text-align: center;
}

.service-section h3 {
  text-align: center;
  border-radius: 70px;
  background: #fff;
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  color: #00a0a8;
  margin: auto;
  padding: 10px 3%;
  border: 1px solid #00a0a8;
}

.line {
  height: 1px;
  width: 100%;
  background: #18a0a8;
  width: 100%;
  position: absolute;
  margin-top: -30px;
  z-index: -1;
}

.service-s {
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
  border-radius: 12px;
  background: #fff;
  margin: 1% 0;
  padding: 0;
  text-align: center;
}

.service-s img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #00a0a8;
}

.service-s a {
  text-decoration: none;
  color: #000;
}

.service-s h2 {
  font-weight: 600;
  color: #393939;
  font-size: 20px;
  margin: 10px 0 0 0;
  padding: 0;
}

.service-s h4 {
  font-weight: 600;
  color: #393939;
  font-size: 28px;
  margin: 30px 0 0 0;
  padding: 0;
}

.service-s h5 {
  font-weight: 600;
  color: #00a0a8;
  font-size: 24px;
}

.service-s h5 span {
  font-size: 18px;
  font-weight: 400;
  text-decoration: line-through;
}

.service-s p {
  font-size: 13px;
  color: #393939;
  font-weight: 500;
  margin: 20px 0 10px 0;
  padding: 0 12%;
  min-height: 170px;
}

.mid-section {
  width: 95%;
  margin: 70px auto auto auto;
}

.mid-section .owl-nav {
  margin: 20px 0px;
}

.mid-section .owl-nav .owl-prev {
  background: #00a0a8 !important;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  margin: 10px 6px;
}

.mid-section .owl-nav .owl-prev span {
  font-size: 24px;
  color: #fff;
}

.mid-section .owl-nav .owl-prev:hover {
  background: #007278 !important;
}

.mid-section .owl-nav .owl-next {
  background: #00a0a8 !important;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  margin: 10px 6px;
}

.mid-section .owl-nav .owl-next span {
  font-size: 24px;
  color: #fff;
}

.mid-section .owl-nav .owl-next:hover {
  background: #007278 !important;
}

.feature {
  margin-top: 10px;
}

.modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto;
}

/**/
.accordion_container {
  width: 92%;
  margin: 0px auto;
}

.accordion_head {
  background-color: #fff;
  position: relative;
  color: #333;
  border-radius: 4px;
  border: 1px solid #d7d7d7;
  cursor: pointer;
  font-family: "Lato";
  font-size: 16px;
  margin: 0 0 10px 0;
  padding: 8px 16px;
  font-weight: 500;
  text-align: left;
}

.accordion_body {
  background: #fff;
  font-family: "Lato";
  text-align: left;
  display: block;
}

.accordion_body ul {
  margin: 0px 0px 0px 20px;
  padding: 0px;
  list-style: none;
  padding-bottom: 20px;
}

.accordion_body ul li {
  font-family: "Lato";
  line-height: 21px;
  font-size: 15px;
}

.accordion_body ul li b {
  font-family: "Lato";
  line-height: 18px;
  font-size: 15px;
}

.accordion_body ul li p {
  font-family: "Lato";
  line-height: 18px;
  font-size: 15px;
}

.accordion_body p {
  padding: 10px 10px 20px 10px;
  font-family: "Lato";
  margin: 0px;
  line-height: 22px;
  color: #333;
  font-size: 15px;
}

.plusminus {
  float: right;
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.cost_content {
  width: auto;
  margin: 25px 12px;
  display: block;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}

.cost_content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  border-bottom: 1px solid #eaeaea;
  padding: 10px 25px;
  border-radius: 4px 0 0px 4px;
  margin: 0px;
  width: 100%;
  text-align: left;
  float: left;
}

.cost_content .costList {
  margin: 15px 16px;
}

.cost_content .costList ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.cost_content .costList ul li {
  display: inline-block;
  float: left;
  vertical-align: top;
  margin-right: 0;
  margin-left: 1%;
  margin-bottom: 1%;
}

.cost_content .costList ul li a {
  border: 1px solid #eaeaea;
  border-radius: 30px;
  font-weight: 400;
  padding: 6px 14px;
  text-align: center;
  color: #333;
  display: block;
}

.cost_content .costList ul li a:hover {
  background: #00a0a8;
  color: #fff;
  text-decoration: none;
  border: 1px solid #00a0a8;
}

/**/

/*******************************
* ACCORDION WITH TOGGLE ICONS
* Does not work properly if "in" is added after "collapse".
*******************************/
.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #eee;
}

.panel-default>.panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: #fafafa;
  border-color: #eee;
}

#accordion {
  max-width: 90%;
  margin: auto;
}

.panel-title {
  font-size: 14px;
}

.panel-title>a {
  display: block;
  padding: 15px;
  text-align: left;
  text-decoration: none;
}

.more-less {
  float: right;
  color: #212121;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #eee;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  text-align: left;
}

.demo {
  padding-top: 60px;
  padding-bottom: 110px;
}

.modal-header .close {
  margin-top: -23px;
}

.feature h6 {
  display: block;
  width: 180px;
  top: 22px;
  position: relative;
  font-weight: 600;
  border-radius: 70px;
  font-size: 15px;
  color: #fff;
  padding: 10px;
  margin: -48px auto 10px auto;
  background: #f16948;
}

.feature ul {
  min-height: 155px;
  border-radius: 0 0 12px 12px;
  margin: 0px 0px 0px 0px;
  padding: 22px 10px 10px 10px;
  background: #ebf7f8;
  border-top: 1px solid #f16948;
}

.main-card-service {
  width: 100%;
  display: flex;
  gap: 30px;
}

.sub-card-service {
  width: 100%;
}

.feature li {
  list-style-image: url(https://cdn2.healthians.com/img/radiology/arrow.png);
  margin-left: 30px;
  text-align: left;
  padding: 7px 0;
  font-size: 14px;
}

.whl-t {
  margin: 4% auto 2% auto;
  width: 80%;
}

.whl-section {
  padding: 3% 0 1% 0;
  text-align: center;
}

.whl-section h3 {
  text-align: center;
  border-radius: 70px;
  background: #fff;
  display: inline-block;
  font-size: 38px;
  font-weight: 600;
  color: #00a0a8;
  margin: auto;
  padding: 10px 3%;
  border: 1px solid #00a0a8;
}

.whl-line {
  height: 1px;
  width: 100%;
  background: #18a0a8;
  width: 100%;
  position: absolute;
  margin-top: -30px;
  z-index: -1;
}

.whl {
  text-align: center;
  margin-bottom: 15%;
}

.whl h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  min-height: 100px;
}

.whl img {
  margin: 20px 0;
}

.appointment-section {
  padding: 2% 0 1% 0;
  text-align: center;
}

.appointment-section h3 {
  text-align: center;
  border-radius: 70px;
  background: #fff;
  display: inline-block;
  font-size: 38px;
  font-weight: 600;
  color: #00a0a8;
  margin: auto;
  padding: 10px 3%;
  border: 1px solid #00a0a8;
}

.appointment-section ul {
  margin: 4% auto;
  width: 100%;
  padding: 0;
}

.appointment-section li {
  display: inline-block;
  width: 22%;
}

.appointment-section li p {
  font-size: 18px;
  color: #393939;
  width: 290px;
  font-weight: 500;
  padding: 0;
  margin: 20px auto auto auto;
}

.appointment-section li span {
  width: 20px;
  font-size: 22px;
  margin-left: -20px;
  display: inline-block;
  color: #393939;
  font-weight: 800;
  font-style: italic;
  text-align: center;
}

.appointment-section li span b {
  border-radius: 40px;
  display: inline-block;
  background: #00a0a8;
  width: 12px;
  height: 12px;
}

.appointment-section li img {}

.appointment-section .bg-line {
  width: 100%;
  position: absolute;
  z-index: -1;
  margin-top: 54px;
}

.appointment-section .bg-line span {
  width: 74%;
  display: block;
  height: 4px;
  background: #00a0a8;
  margin: auto;
}

.mobile-v {
  display: none;
}

.m-appointment {
  display: none;
}

.social i {
  transition: 0.9s;
  border: 2px solid #fff;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  height: 38px;
  width: 38px;
  color: #fff;
  border-radius: 50px;
}

.social a {
  margin: 0 5px;
}

.social i:hover {
  background: #006065;
  color: #fff;
  transition: 0.3s;
  border: 2px solid #ffae41;
}

.bottomsticky {
  background: #098187;
  box-shadow: 0px 2px 18px #a3a3a3;
  width: 100%;
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 0px;
}

.talktoexpert {
  font-size: 18px;
  color: #fff;
  text-align: right;
  text-transform: none;
  margin-top: 2px;
  margin-bottom: 0px;
}

.midnumberpopup {
  max-width: 450px;
  margin-top: 2px;
}

.btm-link {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  color: #fff;
  border-top: 1px solid rgb(255 255 255 / 12%);
  margin-top: 20px;
  padding: 10px 0;
  text-align: center;
}

.btm-link a {
  color: #fff;
}

.btm-link span {
  color: #fff;
  display: inline-block;
  margin: 0 20px;
}

.mainformpanel .form-group select {
  padding-left: 58px;
}

#exampleModal {
  width: 100%;
  z-index: 99999;
}

#exampleModal {
  top: 80px;
}

.minimal {
  height: 41px;
  display: block;
  width: 100%;
  padding: 6px 38px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background: url(https://www.healthians.com/img/suppliment/city_id.jpg) #fff no-repeat 17px 14px !important;
}

.callbackftr {
  background: #f16948;
  border: 1px solid #f16948;
}

/* .modal-open .modal {
  overflow: hidden;
} */

.modal-header .modal-title {
  font-size: 18px;
}

.mainformpanel {
  padding: 10px 20px 0px 20px;
  z-index: 1;
}

.mainformpanel .form-group label {
  text-align: left;
  display: block;
  font-weight: normal;
  font-size: 15px;
  font-weight: 400;
  color: #585757;
  margin-bottom: 0px;
  display: none;
}

.mainformpanel .form-group label.error {
  font-size: 10px;
}

.mainformpanel .form-group .form-control {
  font-size: 14px;
  color: #535353;
  height: 42px;
  outline: none;
  padding-left: 50px;
}

.mainformpanel .form-group .form-control::hover {
  border: 1px solid #00a0a8;
}

.mainformpanel .form-group select {
  padding: 0.375rem 0.75rem;
  height: 42px !important;
}

.bookappoint {
  border-radius: 30px;
  background-color: #ed6b4a;
  padding: 10px 26px;
  display: block;
  width: 90%;
  color: #fff;
  margin: 15px 20px;
  font-size: 15px;
  border: none;
}

.bookappoint:hover {
  background-color: #e65632;
}

.detailhead .main-content {
  float: left;
  width: 680px;
  margin-left: 0px;
  height: 100%;
  padding: 0px;
  text-align: center;
}

.detailhead .fullwidth {
  float: left;
  clear: both;
  margin-bottom: 40px;
  width: 100%;
  padding: 40px;
  text-align: center;
  height: 300px;
}

.detailhead .fullwidth.two {
  margin-bottom: 0;
  margin-top: 40px;
}

.pl_cl10 {
  padding-left: 15px !important;
}

.bgftr1 {
  background: #fff;
  padding: 15px 0px;
}

.care li:last-child .spacer {
  display: none;
}

.care h5 {
  font-weight: 500;
  margin: 15px 20px 5px 0px;
  font-size: 14px;
  display: block;
  text-transform: capitalize;
  text-align: center;
  padding-bottom: 0px;
}

.care h5 a {
  color: #2d2d2d;
}

.care h6 {
  font-weight: 500;
  margin: 15px 20px 5px 0px;
  font-size: 14px;
  display: block;
  text-transform: capitalize;
  text-align: center;
  padding-bottom: 0px;
}

.care h6 a {
  color: #2d2d2d;
}

.centernearby {
  text-align: center;
  margin-bottom: 20px;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.centernearby h3 {
  text-align: center;
  border-radius: 70px;
  background: #fff;
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  color: #00a0a8;
  margin: auto;
  padding: 6px 2%;
  border: 1px solid #00a0a8;
}

.centernearby .listavlcity {
  margin: 30px auto;
  max-width: 1170px;
}

.centernearby .listavlcity ul {
  margin: 0px 3px;
  padding: 0px;
  list-style: none;
}

.centernearby .listavlcity ul li {
  width: 18.6%;
  margin: 5px;
  padding: 0px;
  border-radius: 4px;
  box-shadow: 0px 2px 3px #eaeaea;
  float: left;
  overflow: hidden;
  background: url(https://helma.healthians.com/stationery/mailer-assets/6375f41fae781.png) no-repeat center left #fff;
  padding: 14px 8px 14px 74px;
  text-align: left;
}

.centernearby .listavlcity ul li a {
  font-weight: 400;
  color: #333;
  font-size: 13px;
  text-align: left;
  text-decoration: none;
  display: block;
}

.centernearby .listavlcity ul li:hover {
  background: url(https://helma.healthians.com/stationery/mailer-assets/6375f41fae781.png) no-repeat center left #fef7df;
}

.care h3 {
  font-size: 18px;
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  text-align: left;
  color: #000;
}

.care ul {
  margin: 0px 0px 10px 0px;
  padding: 0;
  float: none;
  width: 100%;
  text-align: center;
}

.care li {
  padding: 0px;
  margin: 0;
  list-style: none;
  list-style-position: inside;
  font-size: 12px;
  display: inline-block;
}

.care li a {
  color: #000;
  line-height: 17px;
  font-family: "Lato", sans-serif;
}

.care li a:hover {
  color: #18a0a8;
}

.slide {
  width: 40% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scan-image-1 {

  width: 300px;
  height: 300px;
  object-fit: cover;

}

.scan-image-2 {

  width: 250px;
  height: 250px;
  object-fit: cover;
  margin-left: -53px;

}

.slide img {
  border-radius: 50%;
}

.webdiscount img {
  max-width: 320px;
}

.scan-title {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.scan-title h6 {
  font-size: 24px;
}

.main-test-price img {
  width: 50px;
  display: flex;
  justify-content: center;
}

/* .test-name {
  font-size: 18px;
  color: #00a0a8;
  margin: 0;
  padding: 0;
  text-align: center;
} */

.test-price {
  font-size: 14px;
  margin: 2px 0;
  color: #393939;
  text-align: center;
}

.test-button a {
  padding: 5px 20px;
  background-color: #dcdcdc;
  margin: 20px 0px;
  color: black;
}

.test-button a:hover {
  padding: 5px 20px;
  background-color: #099389;
  margin: 20px 0px;
  color: white;
}

.test-button {
  margin: 20px 0px;
  text-align: center;
}

.main-test-image {
  display: flex !important;
  justify-content: center !important;
}

.service-s {
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
  border-radius: 12px;
  background: #fff;
  margin: 1% 0;
  padding: 0;
  text-align: center;
}

.service-s a {
  text-decoration: none;
  color: #000;
}

.service-s h2 {
  font-weight: 600;
  color: #393939;
  font-size: 20px;
  margin: 10px 0 0 0;
  padding: 0;
}

.service-s h5 span {
  font-size: 18px;
  font-weight: 400;
  text-decoration: line-through;
}

.service-s h5 {
  font-weight: 600;
  color: #00a0a8;
  font-size: 24px;
}

.service-s p {
  font-size: 13px;
  color: #393939;
  font-weight: 500;
  margin: 20px 0 10px 0;
  padding: 0 12%;
  min-height: 170px;
}

.feature {
  margin-top: 10px;
}

.feature h6 {
  display: block;
  width: 180px;
  top: 22px;
  position: relative;
  font-weight: 600;
  border-radius: 70px;
  font-size: 15px;
  color: #fff;
  padding: 10px;
  margin: -48px auto 10px auto;
  background: #f16948;
}

.main-del-w {
  max-width: 80%;
}

.feature h6 {
  display: block;
  width: 180px;
  top: 22px;
  position: relative;
  font-weight: 600;
  border-radius: 70px;
  font-size: 15px;
  color: #fff;
  padding: 10px;
  margin: -48px auto 10px auto;
  background: #f16948;
}

.feature li {
  list-style-image: url(https://cdn2.healthians.com/img/radiology/arrow.png);
  margin-left: 30px;
  text-align: left;
  padding: 7px 0;
  font-size: 14px;
}

.main-card-location {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  width: 100%;
}

.card-location {
  display: flex;
  align-items: center;
  justify-content: space-around;

  color: black;
  width: 200px;
  height: 50px;
  border-radius: 5px;

  transition: background-color 0.3s;
}

.card:hover {
  background-color: #00796b;
}

.location-icon {
  padding: 12px 20px;
  background: linear-gradient(184.78deg,
      #0f223e 7.64%,
      #02e0ac 120.07%) !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.text {
  font-size: 12px;
  width: 150px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  background: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-left: 15px;
}

.icon {
  color: #fff;
}

/* know-cost */

.know-cost-main {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 10px;
  width: 100%;
  margin-top: 20px;
}

.know-cost-main h2 {
  margin: 0;
  margin-bottom: 20px;
  font-size: 18px;
  color: #333333;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
}

.know-card {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.card-link {
  display: block;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #e0e0e0;
  color: #333333;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  font-size: 14px;
}

.card-link:hover {
  background-color: #00796b;
  color: #ffffff;
}

.card-link:active {
  background-color: #004d40;
  color: #ffffff;
}

/* Book appointment */

.steps-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px;
  position: relative;
}

.steps-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #099389;
  z-index: -1;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: white;
  padding: 10px;
  z-index: 1;
}

.icon {
  color: #fff;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.icon img {
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 65px;
}

.step .icon img {
  width: 50px;
  height: 50px;
}

.book-text {
  font-size: 12px;
  width: 150px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  background: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.our-service-card-title {
  border-bottom: 0px;
}

.step .book-text {
  max-width: 150px;
}

/* why healthiens scan */

.features-container {
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
  gap: 20px;
  padding: 20px;
  max-width: 1200px;
  width: 100%;
  box-sizing: border-box;
}

.feature {
  text-align: center;
  background-color: trasparent;
  padding: 20px;
  border-radius: 10px;
}

.feature img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
}

.feature p {
  font-size: 16px;
  color: #333;
}


/*#########################*/
@media only screen and (max-width: 1666px) {
  .logo {}

  .logo img {
    width: 70%;
    height: auto;
  }

  .btm-call {
    font-size: 15px;
  }

  .r-city {
    font-size: 15px;
  }

  .btm-appointment a {
    font-size: 14px;
  }

  .av-test h2 {
    font-size: 30px;
    font-weight: 600;
    color: #00a0a8;
    margin: 10px 0 20px 0;
    padding: 0;
  }

  .av-test li h4 {
    font-size: 15px;
    color: #00a0a8;
    margin: 0;
    padding: 0;
  }

  .av-test li p {
    font-size: 13px;
    margin: 6px 0;
    color: #393939;
  }

  .service-section h3 {
    text-align: center;
    border-radius: 70px;
    background: #fff;
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    color: #00a0a8;
    margin: auto;
    padding: 6px 2%;
    border: 1px solid #00a0a8;
  }

  .service-s h4 {
    font-weight: 600;
    color: #393939;
    font-size: 20px;
    margin: 20px 0 0 0;
    padding: 0;
  }

  .service-s h5 {
    font-weight: 600;
    color: #00a0a8;
    font-size: 15px;
  }

  .service-s h5 span {
    font-size: 13px;
    font-weight: 400;
    text-decoration: line-through;
  }

  .service-s p {
    font-size: 12px;
    color: #393939;
    font-weight: 500;
    margin: 10px 0 10px 0;
    padding: 0 6%;
    min-height: 170px;
  }

  .feature h6 {
    display: block;
    width: 135px;
    position: relative;
    font-weight: 600;
    border-radius: 70px;
    font-size: 12px;
    color: #fff;
    padding: 7px;
    margin: -46px auto 10px auto;
    background: #f16948;
  }

  .feature li {
    margin-left: 30px;
    padding: 5px 0;
    font-size: 12px;
  }

  .whl-section h3 {
    text-align: center;
    border-radius: 70px;
    background: #fff;
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    color: #00a0a8;
    margin: auto;
    padding: 6px 2%;
    border: 1px solid #00a0a8;
  }

  .whl h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
  }

  .whl {
    text-align: center;
    margin-bottom: 10%;
  }

  .whl-t {
    margin: 4% auto auto auto;
    width: 95%;
  }

  .av-test {
    text-align: center;
    padding: 3% 1% 5% 1%;
  }

  .tagline p {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
  }

  .tagline li span img {
    width: 40px;
    height: 40px;
  }

  .tagline li p {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    margin: 0;
    padding: 0;
  }

  .slide img {
    width: 80%;
    height: auto;
  }

  .banner_br {
    padding: 3% 4%;
    background: url(https://www.myhfhc.org/wp-content/themes/myhfhc/images/sub-page-content-header-bg-whoweare.jpg) center top no-repeat !important;
    background-size: cover;
  }

  .tagline li {
    float: left;
    width: 49%;
    margin-bottom: 25px;
  }

  .btm-more {
    font-size: 14px;
    float: left;
    color: #fff;
    background: #f16948;
    transition: 0.3s;
    padding: 11px 50px;
    border-radius: 40px;
    font-weight: 500;
  }

  .carousel-indicators {
    width: 11%;
  }

  .tagline ul {
    margin: 40px 0 0 0;
  }

  .banner-form {
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    position: absolute;
    right: 2%;
    top: 93px;
    width: 324px;
    border-radius: 11px;
    padding: 10px 20px;
    background: #f7f7f7;
    text-align: center;
  }

  .banner-form h3 {
    text-align: center;
    margin: 20px 0;
    font-size: 24px;
    font-weight: 500;
  }

  .banner-form input[type="text"] {
    outline: none;
    width: 100%;
    padding: 10px 10px 10px 60px;
    font-size: 14px;
    margin: 0 0 15px 0;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
  }

  .banner-form input[type="tel"] {
    outline: none;
    width: 100%;
    padding: 10px 10px 10px 60px;
    font-size: 14px;
    margin: 0 0 15px 0;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
  }

  .banner-form select {
    color: #666;
    appearance: none;
    text-transform: capitalize;
    outline: none;
    width: 100%;
    padding: 10px 10px 10px 60px;
    font-size: 14px;
    margin: 0 0 15px 0;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
  }

  .banner-form input[type="submit"] {
    outline: none;
    width: 100%;
    padding: 0 10px;
    line-height: 45px;
    font-size: 14px;
    font-weight: 500;
    background: #f16948;
    margin: 0px 0 10px 0;
    border-radius: 60px;
    color: #fff;
    border: none;
  }

  .appointment-section li p {
    font-size: 15px;
    color: #393939;
    width: 250px;
    font-weight: 500;
    padding: 0;
    margin: 20px auto auto auto;
  }
}

/*#########################*/
@media only screen and (max-width: 1600px) {
  .logo {}

  .callbackftr {
    font-size: 14px !important;
  }

  .logo img {
    width: 75%;
    height: auto;
  }

  .btm-call {
    font-size: 15px;
    line-height: 21px;
    display: inline-block;
    text-align: right;
    vertical-align: top;
  }

  .r-city {
    font-size: 15px;
  }

  .btm-appointment a {
    font-size: 14px;
    padding: 10px 30px;
  }

  .av-test h2 {
    font-size: 30px;
    font-weight: 600;
    color: #00a0a8;
    margin: 10px 0 20px 0;
    padding: 0;
  }

  .av-test li h4 {
    font-size: 15px;
    color: #00a0a8;
    margin: 0;
    padding: 0;
  }

  .av-test li p {
    font-size: 13px;
    margin: 6px 0;
    color: #393939;
  }

  .service-section h3 {
    text-align: center;
    border-radius: 70px;
    background: #fff;
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    color: #00a0a8;
    margin: auto;
    padding: 6px 2%;
    border: 1px solid #00a0a8;
  }

  .service-s h4 {
    font-weight: 600;
    color: #393939;
    font-size: 20px;
    margin: 20px 0 0 0;
    padding: 0;
  }

  .service-s h5 {
    font-weight: 600;
    color: #00a0a8;
    font-size: 15px;
  }

  .service-s h5 span {
    font-size: 13px;
    font-weight: 400;
    text-decoration: line-through;
  }

  .service-s p {
    font-size: 12px;
    color: #393939;
    font-weight: 500;
    margin: 10px 0 20px 0;
    padding: 0 6%;
    min-height: 120px;
  }

  .feature h6 {
    display: block;
    width: 135px;
    position: relative;
    font-weight: 600;
    border-radius: 70px;
    font-size: 12px;
    color: #fff;
    padding: 7px;
    margin: -46px auto 10px auto;
    background: #f16948;
  }

  .feature li {
    margin-left: 30px;
    padding: 5px 0;
    font-size: 12px;
  }

  .whl-section h3 {
    text-align: center;
    border-radius: 70px;
    background: #fff;
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    color: #00a0a8;
    margin: auto;
    padding: 6px 2%;
    border: 1px solid #00a0a8;
  }

  .whl h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
  }

  .whl {
    text-align: center;
    margin-bottom: 10%;
  }

  .whl-t {
    margin: 4% auto 2% auto;
    width: 95%;
  }

  .av-test {
    text-align: center;
    padding: 3% 1% 5% 1%;
  }

  .tagline p {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
  }

  .tagline li span img {
    width: 40px;
    height: 40px;
  }

  .tagline li p {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    margin: 0;
    padding: 0;
  }

  .slide img {
    width: 80%;
    height: auto;
  }

  .banner_br {
    padding: 3% 4%;
    background: url(https://www.myhfhc.org/wp-content/themes/myhfhc/images/sub-page-content-header-bg-whoweare.jpg) center top no-repeat !important;
  }

  .tagline li {
    float: left;
    width: 49%;
    margin-bottom: 25px;
  }

  .btm-more {
    font-size: 14px;
    float: left;
    color: #fff;
    background: #f16948;
    transition: 0.3s;
    padding: 11px 50px;
    border-radius: 40px;
    font-weight: 500;
  }

  .carousel-indicators {
    width: 11%;
  }

  .tagline ul {
    margin: 40px 0 0 0;
  }

  .banner-form {
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    position: absolute;
    right: 2%;
    top: 93px;
    width: 324px;
    border-radius: 11px;
    padding: 10px 20px;
    background: #f7f7f7;
    text-align: center;
  }

  .banner-form h3 {
    text-align: center;
    margin: 25px 0;
    font-size: 24px;
    font-weight: 500;
  }

  .banner-form input[type="text"] {
    outline: none;
    width: 100%;
    padding: 10px 10px 10px 60px;
    font-size: 14px;
    margin: 0 0 15px 0;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
  }

  .banner-form input[type="tel"] {
    outline: none;
    width: 100%;
    padding: 10px 10px 10px 60px;
    font-size: 14px;
    margin: 0 0 15px 0;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
  }

  .banner-form select {
    color: #666;
    appearance: none;
    text-transform: capitalize;
    outline: none;
    width: 100%;
    padding: 10px 10px 10px 60px;
    font-size: 14px;
    margin: 0 0 15px 0;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
  }

  .banner-form input[type="submit"] {
    outline: none;
    width: 100%;
    padding: 0 10px;
    line-height: 45px;
    font-size: 14px;
    font-weight: 500;
    background: #f16948;
    margin: 0px 0 10px 0;
    border-radius: 60px;
    color: #fff;
    border: none;
  }

  .appointment-section .bg-line span {
    width: 1205px;
    display: block;
    height: 4px;
    background: #00a0a8;
    margin: auto;
  }

  .r-header {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
  }

  .appointment-section h3 {
    text-align: center;
    border-radius: 70px;
    background: #fff;
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    color: #00a0a8;
    margin: auto;
    padding: 6px 2% 6px 2%;
    border: 1px solid #00a0a8;
  }

  .appointment-section .bg-line span {
    width: 77%;
    display: block;
    height: 4px;
    background: #00a0a8;
    margin: auto;
  }
}

@media only screen and (max-width: 1400px) {
  img.scan-image-2 {
    margin-left: -77px;
    width: 200px;
    height: 200px;
  }

  .slide {
    width: 35% !important;
  }
}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 668px) and (max-width: 1200px) {
  .care li {
    width: 25% !important;
    font-size: 14px;
    font-weight: 500;
  }



  .tagline li {
    display: contents;
  }

  .slide {
    width: 39% !important;
  }

  .slide img {
    width: 75%;
    height: auto;
  }

  .img.scan-image-2 {
    margin-left: -77px;
    width: 200px;
    height: 200px;
  }
}

/*#########################*/
@media only screen and (max-width: 1199px) {
  .main-del-w {
    max-width: 75%;
  }
}

@media only screen and (max-width: 1024px) {
  .main-del-w {
    max-width: 75%;
  }

  .logo img {
    width: 100%;
    height: auto;
  }

  .btm-call {
    font-size: 15px;
  }

  .r-city {
    font-size: 15px;
  }

  .btm-appointment a {
    font-size: 14px;
  }

  .btm-appointment {
    float: left;
    margin-top: 4px;
  }

  .av-test h2 {
    font-size: 30px;
    font-weight: 600;
    color: #00a0a8;
    margin: 10px 0 20px 0;
    padding: 0;
  }

  .av-test li h4 {
    font-size: 15px;
    color: #00a0a8;
    margin: 0;
    padding: 0;
  }

  .av-test li p {
    font-size: 13px;
    margin: 6px 0;
    color: #393939;
  }

  .service-section h3 {
    text-align: center;
    border-radius: 70px;
    background: #fff;
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    color: #00a0a8;
    margin: auto;
    padding: 6px 2%;
    border: 1px solid #00a0a8;
  }

  .service-s h4 {
    font-weight: 600;
    color: #393939;
    font-size: 20px;
    margin: 20px 0 0 0;
    padding: 0;
  }

  .service-s h5 {
    font-weight: 600;
    color: #00a0a8;
    font-size: 15px;
  }

  .service-s h5 span {
    font-size: 13px;
    font-weight: 400;
    text-decoration: line-through;
  }

  .service-s p {
    font-size: 12px;
    color: #393939;
    font-weight: 500;
    margin: 10px 0 10px 0;
    padding: 0 6%;
    min-height: 120px;
  }

  .feature h6 {
    display: block;
    width: 135px;
    top: 57px;
    position: relative;
    font-weight: 600;
    border-radius: 70px;
    font-size: 12px;
    color: #fff;
    padding: 7px;
    margin: -46px auto 10px auto;
    background: #f16948;
  }

  .feature li {
    margin-left: 30px;
    padding: 5px 0;
    font-size: 12px;
  }

  .whl-section h3 {
    text-align: center;
    border-radius: 70px;
    background: #fff;
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    color: #00a0a8;
    margin: auto;
    padding: 6px 2%;
    border: 1px solid #00a0a8;
  }

  .whl h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    min-height: 80px;
  }

  .whl {
    text-align: center;
    margin-bottom: 10%;
  }

  .whl-t {
    margin: 4% auto auto auto;
    width: 100%;
  }

  .av-test {
    text-align: center;
    padding: 3% 1% 5% 1%;
  }

  .btm-appointment {
    float: left;
    margin-top: 4px;
  }

  .tagline li span img {
    width: 35px;
    height: 35px;
  }

  .tagline li p {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    margin: 0;
    padding: 0;
  }

  .slide img {
    width: 86%;
    height: auto;
  }

  .banner_br {
    padding: 3% 4%;
    background: url(https://www.myhfhc.org/wp-content/themes/myhfhc/images/sub-page-content-header-bg-whoweare.jpg) center top no-repeat !important;
  }

  .tagline li {
    float: left;
    width: 49%;
    margin-bottom: 25px;
  }

  .btm-more {
    font-size: 14px;
    float: left;
    color: #fff;
    background: #f16948;
    transition: 0.3s;
    padding: 11px 50px;
    border-radius: 40px;
    font-weight: 500;
  }

  .carousel-indicators {
    width: auto;
  }

  .tagline ul {
    margin: 40px 0 0 0;
  }

  .banner-form {
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    position: absolute;
    right: 2%;
    top: 93px;
    width: 259px;
    border-radius: 11px;
    padding: 10px 10px;
    background: #f7f7f7;
    text-align: center;
  }

  .banner-form h3 {
    text-align: center;
    margin: 10px 0;
    font-size: 20px;
    font-weight: 500;
  }

  .banner-form input[type="text"] {
    outline: none;
    width: 100%;
    padding: 10px 10px 10px 60px;
    font-size: 14px;
    margin: 0 0 10px 0;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
  }

  .banner-form input[type="tel"] {
    outline: none;
    width: 100%;
    padding: 10px 10px 10px 60px;
    font-size: 14px;
    margin: 0 0 10px 0;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
  }

  .banner-form select {
    color: #666;
    appearance: none;
    text-transform: capitalize;
    outline: none;
    width: 100%;
    padding: 10px 10px 10px 60px;
    font-size: 14px;
    margin: 0 0 10px 0;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
  }

  .banner-form input[type="submit"] {
    outline: none;
    width: 100%;
    padding: 0 10px;
    line-height: 45px;
    font-size: 14px;
    font-weight: 500;
    background: #f16948;
    margin: 0px 0 10px 0;
    border-radius: 60px;
    color: #fff;
    border: none;
  }

  .tagline {
    padding: 0;
  }

  .tagline p {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    line-height: 27px;
  }

  .price {
    font-size: 20px;
    color: #fcbe57;
    clear: both;
    width: 100%;
    font-weight: 600;
  }

  .price span {
    color: #fff;
    font-size: 16px;
    text-decoration: line-through;
    font-weight: 400;
  }

  .slide {
    padding-bottom: 76px;
  }

  .av-test li {
    display: inline-block;
    width: 24%;
  }

  .pad-mode {
    width: 50%;
    margin-bottom: 5%;
  }

  .feature ul {
    min-height: 125px;
    border-radius: 0 0 12px 12px;
    margin: 0px 0px 0px 0px;
    padding: 30px 30px 20px 30px;
    background: #ebf7f8;
    border-top: 1px solid #f16948;
  }

  .line {
    height: 1px;
    background: #18a0a8;
    width: 100%;
    position: absolute;
    margin-top: -23px;
    z-index: -1;
  }

  .whl-line {
    height: 1px;
    width: 100%;
    background: #18a0a8;
    width: 100%;
    position: absolute;
    margin-top: -23px;
    z-index: -1;
  }

  .appointment-section h3 {
    font-size: 30px;
    padding: 6px 3%;
  }

  .appointment-section .bg-line span {
    width: 83%;
    display: block;
    height: 4px;
    background: #00a0a8;
    margin: auto;
  }

  .appointment-section li p {
    font-size: 13px;
    color: #393939;
    width: auto;
    font-weight: 500;
    padding: 0;
    margin: 20px auto auto auto;
  }

  .care li {
    width: 32% !important;
    font-size: 14px;
    font-weight: 500;
  }

  footer {
    clear: both;
  }

  input[type="text"] {
    box-shadow: none !important;
  }

  .banner-form {
    position: relative;
    width: 100%;
    float: left;
    left: 0;
    top: 0;
    margin-top: 15px;
  }

  .item {
    display: block !important;
  }


}

/*#########################*/
@media (max-width: 768px) {
  .wizard-inner-box .need-job-icon-text {
    width: 45%;
  }

  .wizard-inner-box .need-job-icon-text .need-job-text-inner .need-job-icon {
    width: 96px !important;
    height: 95px !important;
  }

  .wizard-content-1 .steps li {
    margin-bottom: 8px;
  }

  .main-index .logo_img {
    padding: 5px 0;
  }

  .scan-image-1 {
    width: 100% !important;
    min-width: 150px;
    height: 150px !important;
    max-width: 150px;
  }

  .item-main {
    padding-top: 20px;
  }

  .main-index .counter-item {
    text-align: center;
    margin: 0px !important;
  }


  .scan-image-2 {
    max-width: 200px;
    min-width: 200px;
    margin-left: 0 !important;
    height: 200px !important;
  }

  .steps-container {
    flex-direction: column;
  }

  .steps-container::before {
    top: auto;
    left: 50%;
    width: 2px;
    height: 100%;
  }

  .step {
    margin-bottom: 20px;
    flex-direction: row;
  }

  .step .text {
    max-width: none;
    text-align: left;
    margin-left: 10px;
  }

  .centernearby .listavlcity ul {
    margin: 0px;
  }

  .centernearby .listavlcity ul li {
    width: 100%;
    background-size: 45px;
    padding: 9px 8px 9px 60px;
    margin: 5px;
    background-position: 0px;
  }

  .talktoexpert {
    margin: 0px;
    padding: 0px;
    text-align: center;
  }

  .items-list {
    max-width: 100%;
    padding: 0;
  }

  .logo_new {
    margin: 15px 0px;
  }

  .logo_new a img {
    max-width: 100%;
  }

  .mob-appointment span img {
    width: 32px;
  }

  .logo {
    width: 130px;
    padding: 0px 0;
  }

  .av-test h1 {
    font-size: 24px;
  }

  .spacer {
    display: none;
  }

  body {
    overflow-x: hidden;
  }

  #navbarTogglerDemo03 {
    padding-left: 0px;
  }

  .mid-section .owl-nav {
    margin: 0px;
  }

  .mid-section .owl-nav .owl-prev {
    margin: 0px 6px;
  }

  .mid-section .owl-nav .owl-next {
    margin: 0px 6px;
  }

  .item__title:after {
    top: 12px;
  }

  #accordion {
    max-width: 100%;
    margin: auto;
  }

  .item__content {
    padding: 1rem;
  }

  .r-header {
    background: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  #exampleModal .modal-dialog {
    max-width: 350px;
  }

  .btm-call {
    display: none;
  }

  .m-fold {
    width: auto;
    padding: 0;
    float: left;
  }

  .header-bar {
    right: 5px;
    top: 20px;
  }

  .r-city {
    padding: 5px 0;
    font-weight: 700;
    font-size: 11px;
    appearance: auto;
    background: #fff;
    border-bottom: 1px solid #30c6d0;
    width: 114px;
    margin-top: 10px;
  }

  #navbarTogglerDemo03 .navbar-nav {
    margin: 10px 0px;
    padding-left: 0px;
  }

  #navbarTogglerDemo03 .navbar-nav .dmenu {
    padding: 8px 0px;
  }

  .m-appointment {
    float: right;
    width: 145px;
    clear: both;
    font-size: 11px;
  }

  .m-appointment span {
    float: left;
    margin: 10px 12px;
    display: block;
  }

  .m-appointment span img {
    width: 30px;
  }

  .m-appointment a {
    color: #000;
    text-decoration: none;
    font-weight: 700;
    line-height: 17px;
  }

  .m-appointment a b {
    color: #00a0a8;
    font-size: 14px;
  }

  .banner_br {
    float: left;
    width: 100%;
    padding: 3% 4%;
    background: url(https://www.myhfhc.org/wp-content/themes/myhfhc/images/sub-page-content-header-bg-whoweare.jpg) center top no-repeat !important;
  }

  .slide {
    float: right;
    padding: 0;
  }

  .slide img {
    width: 100%;
    height: auto;
  }

  .pad-mode {
    width: 100%;
    margin-bottom: 10%;
  }

  .feature ul {
    min-height: auto;
    border-radius: 0 0 12px 12px;
    margin: 45px 0px 0px 0px;
    padding: 30px 10px 20px 10px;
  }

  .service-s h5 {
    font-size: 18px;
  }

  .service-s h5 span {
    font-size: 14px;
  }

  .av-test li {
    display: inline-block;
    width: 48%;
  }

  .av-test li h4 {
    font-weight: 600;
  }

  .whl h4 {
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    min-height: auto;
    height: 55px;
  }

  .whl-line {
    height: 1px;
    background: #18a0a8;
    width: 100%;
    position: absolute;
    margin-top: -16px;
    z-index: -1;
  }

  .whl-section h3 {
    text-align: center;
    border-radius: 70px;
    background: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #00a0a8;
    margin: auto;
    padding: 6px 6%;
    border: 1px solid #00a0a8;
  }

  .m-w {
    width: 50%;
    float: left;
    text-align: center;
    padding: 0;
  }

  .m-w img {
    height: auto;
    width: 80%;
    margin: 0;
  }

  .whl {
    padding: 0;
    margin: 20% 0 10% 0;
  }

  .appointment-section h3 {
    font-size: 18px;
    padding: 6px 7%;
  }

  .service-section h3 {
    font-size: 22px;
    padding: 6px 4%;
  }

  .line {
    margin-top: -15px;
  }

  .mid-section {
    width: 100%;
    margin: 40px auto auto auto;
  }

  .service-section {
    padding: 0;
    text-align: center;
    margin-top: 30px;
  }

  .av-test h2 {
    font-size: 26px;
  }

  .appointment-section li {
    display: block;
    width: 65%;
    margin: auto;
    text-align: left;
    padding-bottom: 15%;
    border-left: 4px solid #00a0a8;
    padding-left: 6%;
  }

  .appointment-section li span {
    margin: -10px 0 0 0;
    width: auto;
    position: absolute;
    left: 37px;
  }

  .appointment-section .bg-line {
    display: none;
  }

  .appointment-section li img {
    width: 76px;
  }

  .appointment-section li p {
    font-size: 18px;
    color: #393939;
    width: auto;
    font-weight: 500;
    padding: 0;
    margin: 20px auto auto auto;
  }

  .appointment-section ul {
    margin: 15% auto 4% auto;
    width: 100%;
    padding: 0;
  }

  .appointment-section li span b {
    border-radius: 40px;
    display: block;
    background: #00a0a8;
    width: 12px;
    height: 12px;
    position: absolute;
    margin: -26px 0 0 25px;
  }

  .service-s p {
    font-size: 12px;
    color: #393939;
    font-weight: 500;
    margin: 10px 0 10px 0;
    padding: 0 6%;
    min-height: auto;
  }

  .tagline {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .tagline p {
    font-size: 22px;
    font-weight: 600;
    line-height: 25px;
    width: 100%;
    text-align: center;
    margin: auto;
  }

  .price {
    font-size: 14px;
    color: #fcbe57;
    clear: both;
    width: 100%;
    text-align: center;
    font-weight: 600;
  }

  .price span {
    color: #fff;
    font-size: 12px;
  }

  .tagline li p {
    color: #000;
    font-size: 10px;
    font-weight: 400;
    line-height: 17px;
    margin: 0;
    padding: 0;
  }

  .btm-more {
    display: none;
  }

  .tagline ul {
    display: none;
  }

  .slide {
    width: 100%;
    margin: auto;
    text-align: center;
  }

  .slide img {
    width: 100% !important;
    text-align: center;
  }

  .carousel-inner>.item>a>img,
  .carousel-inner>.item>img,
  .img-responsive,
  .thumbnail a>img,
  .thumbnail>img {
    display: block;
    max-width: 70%;
    margin: 0px auto 15px auto;
    height: auto;
  }

  .social {
    text-align: center;
    margin-top: 30px;
  }

  #txtSearch {
    padding: 10px 15px;
    font-size: 13px;
  }

  .social a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mobile-v {
    width: 100%;
    margin: 10px 0 10px 0;
    padding: 0;
    float: left;
    display: block;
  }

  .mobile-v ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
  }

  .mobile-v li {
    width: 50%;
    height: 40px;
    float: left;
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .mobile-v li p {
    font-size: 12px;
    font-weight: 400;
  }

  .mobile-v li span {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    float: left;
    margin-bottom: 30px;
  }

  .mobile-v li span img {
    width: 100%;
    height: auto;
    float: left;
  }

  .carousel-indicators {
    display: none;
  }

  .care li {
    width: 100% !important;
    font-size: 12px;
    font-weight: 400;
    padding: 6px 0px;
  }
}

@media (max-width: 425px) {
  .card-location {
    width: 100%;
  }

  .text {
    width: 100%;
  }

  .know-card {
    justify-content: center;
    display: flex;
  }

  .book-text {
    min-height: 70px;
  }

  .features-container {
    grid-template-columns: 100%;
  }
}

@media (max-width: 380px) {
  .scan-image-1 {
    width: 100% !important;
    min-width: 100px;
    height: 100px !important;
    max-width: 100px;
  }



  .scan-image-2 {
    max-width: 150px;
    min-width: 150px;
    margin-left: 0 !important;
    height: 150px !important;
  }
}

/* =================================media-screen{568}=============== */

@media screen and (max-width: 568px) {
  .num_title {
    font-size: 14px !important;
  }

  .main-index .counter-item .count {
    font-size: 27px;
  }
}







/* ============599========== */

@media screen and (min-width: 599px) {

  .main-index .counter-item .count {
    font-size: 38px !important;
  }

  .main-index .counter-item p {
    font-size: 15px;
    margin: 5px 0 0;
    color: var(--color-darkBlue);
  }
}



/* =================media{479}====================== */

@media screen and (min-width: 479px) {
  .main-index .advert-content span {
    font-size: 1.3rem !important;
    line-height: 1.3rem !important;
    color: white;
    font-weight: 500;

  }

  .main-index .advert-content {
    padding: 12px 0px;
  }

  .main-index .advert-button-name {
    color: white;
    font-weight: 500;
    font-size: 0rem !important;
    line-height: 0.6rem !important;
  }

}