body{
  max-width: 100%;
}
p{
  font-size: 16px !important;
}
.z-star .fa-star {
  font-size: 20px;
  margin-right: 10px;
  color: #999999;
}
.z-star .checked {
  color: orange;
}
/* Remove right margin from the last star */
.z-star .fa-star:last-of-type {
  margin-right: 0px;
}

.testimonial-text {
  height: 200px;
  overflow-y: scroll;
  padding: 5px;
  scrollbar-width: thin;
}
.modal-body h4,
#feedback-header {
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  color: #000000;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
}
.modal-body label {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #1f1c1c;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
}
.physical-therapy{
  padding: 5rem 0;
}

.physical-therapy img{
  padding:1rem 2rem ;
}


/* 
.rating .z-star .fa-star {
    font-size: 17px;
} */

/* #rating {
    position: fixed;
    background: #002ba6;
    bottom: 0px;
    left: 20px;
    padding: 5px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;
} */

#rating .z-star .fa-star {
  font-size: 15px;
}

/**********************************************************
 * privacy policy LOCATIONS SECTION
 *********************************************************/

div.location-blocks {
  width: 100%;
  display: inline-block;
  text-align: center;
}

div.location-blocks .location-block {
  padding: 10px 10px 10px 10px;
  position: relative;
  width: 341px;
  height: 275px;
  display: inline-block;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  overflow: hidden;
  margin: 8px;
}

div.location-blocks .location-block .location-map {
  width: 320px;
  height: 190px;
  margin: 0 0 6px;
}

div.location-blocks .location-block .location-map iframe {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

div.location-blocks .location-block .call-to-actions {
  border-radius: 3px;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #3e98ba;
}

div.location-blocks .location-block .call-to-actions a {
  height: 46px;
  display: inline-block;
  width: 50%;
  line-height: 46px;
  color: #3e98ba;
  background-color: #fff;
  float: left;
}

div.location-blocks .location-block .call-to-actions button {
  font: 15px/100% open_sansregular, Arial, sans-serif;
  background: #3e98ba;
  color: #fff;
  width: 50%;
  border: 0;
  height: 46px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.location-block .social-icons {
  position: absolute;
  top: 0;
  right: 0;
}

.location-block .social-icons a {
  position: relative;
  display: inline-block;
  z-index: 2;
  width: 30px;
  height: 30px;
  overflow: hidden;
  color: #fff;
  padding: 8px;
  float: right;
  opacity: 0.75;
}

.location-block .social-icons a:hover {
  opacity: 1;
}

.location-block .social-icons a.location-plus {
  background: #d34836;
}

.location-block .social-icons a.location-fb {
  background: #245a99;
}

.location-block .social-icons a.location-tw {
  background: #0094dc;
}

.location-block .social-icons a.location-yelp {
  background: #c41200;
}

.location-block .location-address {
  position: absolute;
  width: 250px;
  padding: 8px 10px;
  text-align: center;
  margin-left: 35px;
  margin-top: 100px;
  background: #fff;
  opacity: 0.8;
  top: 0;
  font: 14px/120% "open_sansregular", arial, sans-serif;
  border-radius: 4px;
  z-index: 10;
}

section.locations {
  text-align: center;
  padding: 56px 0 70px;
  border-bottom: 1px solid #dfe5e8;
  clear: both;
}
/* /* contact page css * / */
textarea.form-control {
  resize: none;
}

/* /* outpatient surgery accordion css * / */

.panel-group {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 0;
  padding: 30px;
}
#accordion .panel {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 15px 10px;
}
#accordion .panel-heading {
  border-radius: 30px;
  padding: 0;
  margin-top: 20px;
}

#accordion .panel-title a {
  background: #000 none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 14px !important;
  font-weight: 600;
  padding: 16px 20px 12px 42px;
  position: relative;
  margin: 5px;
  transition: all 0.3s ease 0s;
}
#accordion .panel-title a::after,
#accordion .panel-title a.collapsed::after {
  background: #000000 none repeat scroll 0 0;
  border: 2px solid white;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
  color: #ffffff;
  content: "";
  font-family: fontawesome;
  font-size: 25px;
  height: 55px;
  left: -20px;
  line-height: 55px;
  position: absolute;
  text-align: center;
  top: -5px;
  transition: all 0.3s ease 0s;
  width: 55px;
}
#accordion .panel-title a.collapsed::after {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  box-shadow: none;
  color: #333;
  content: "";
}
#accordion .panel-body {
  background: transparent none repeat scroll 0 0;
  border-top: medium none;
  padding: 20px 25px 10px 9px;
  position: relative;
}
/* #accordion .panel-body p {
    border-left: 1px dashed #8c8c8c;
    padding-left: 5px;
} */
#accordion .panel-body li {
  list-style-type: disc;
  /* padding-left: 5px; */
}
.patient-resource li a {
  font-weight: bold;
  display: block;
}
.patient-resource li a span {
  float: right;
}

.breadcrumb-container {
  font-size: 13px;
}
.breadcrumb-container ul {
  margin: 0;
  padding: 0;
}
.breadcrumb-container li {
  box-sizing: unset;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.breadcrumb-container li a {
  box-sizing: unset;
  padding: 0 10px;
}
.breadcrumb-container {
  font-size: 16px !important;
  padding: 10px;
  margin: 10px;
}
.breadcrumb-container li a {
  color: #0a0a0a !important;
  font-size: 16px !important;
  line-height: 16px !important;
}
.breadcrumb-container li .separator {
  color: #727272 !important;
  font-size: 16px !important;
}
.breadcrumb-container li:last-child .separator {
  display: none;
}

.breadcrumb-container.theme1 li {
  margin: 0;
  padding: 0;
}
.breadcrumb-container.theme1 a {
  background: #ffffff;
  display: inline-block;
  margin: 0 5px;
  padding: 5px 10px;
  text-decoration: none;
}

.new-data {
  display: inline-block !important;
  color: #0a9d9d;
  font-size: 20px;
  font-weight: 600;
  bottom: 0;
  padding-bottom: 5%;
}
.address {
  padding: 75px 30px 0px;
}
.home_address {
  padding: 200px 30px 0px;
}
.dist-img img {
  margin-bottom: 20px;
}

@media screen and (max-width: 1150px) {
  .catch_image_mobile {
    min-height: auto !important;
  }
}

/* #catch_image_mobile {
    min-height: 260px;
} */
@media only screen and (min-width: 1001px) {
  .insights-container .learn-more {
    position: absolute;
  }

  .flex-row {
    display: flex;
    flex-wrap: wrap;
  }

  .flex-row > [class*="col-"] {
    display: flex;
    flex-direction: column;
  }

  .flex-row.row:after,
  .flex-row.row:before {
    display: flex;
  }

  .insights-container .row .col-md-3:first-child {
    width: 20%;
    margin-right: 5%;
  }

  .insights-overview-col {
    padding: 0;
    height: 100%;
    box-shadow: 0 0 16px -5px rgba(0, 0, 0, 0.74);
  }

  .insights-overview-col-press {
    padding: 0;
    height: 100%;
    box-shadow: 0 0 16px -5px rgba(0, 0, 0, 0.74);
  }

  .insights-overview-col-studies {
    padding: 0;
    height: 100%;
    box-shadow: 0 0 16px -5px rgba(0, 0, 0, 0.74);
  }

  .insights-container .row .col-md-3:first-child span {
    display: block;
    margin-bottom: 15%;
  }

  .insights-container .row {
    border-top: 1px solid #ccc;
  }

  .insights-container .row .col-md-3:first-child {
    padding: 0 !important;
    padding-top: 2%;
  }

  .insights-container .row .col-md-3:first-child h3 {
    padding-top: 5.5%;
  }

  .insights-overview-col-studies h6 {
    padding-top: 10% !important;
    padding-bottom: 10% !important;
  }

  .insights-overview-col-studies h4 {
    padding-bottom: 10%;
  }
}

.insights-container .row .col-md-3:first-child {
  padding: 5.5%;
}

.insights-container .row .col-md-3:first-child .btn {
  width: 150px !important;
}

.insights-container .row {
  margin-top: 5%;
  margin-bottom: 5%;

  padding-top: 5%;
}

.insights-overview-col,
.insights-overview-col-press,
.insights-overview-col-studies {
  padding-bottom: 20% !important;
}

/* .insights-container {
} */

.insights-container .row:first-child {
  margin-top: 0;
  border-top: 0;
}

.insights-container .row .col-md-3:first-child {
  border-top: 2px solid #009999;
  /*padding-top:2%;*/
  box-shadow: none !important;
}

.insights-container .row:first-child .col-md-3 h6 {
  padding-top: 5%;
  padding-bottom: 5%;
}

.insights-container .row:first-child .col-md-3 h4 {
  min-height: 65px;
  max-height: 65px;
  display: block;
}

.insights-container .row .col-md-3:first-child h3 {
  color: #009999;
  margin-top: 0;
  padding-bottom: 2%;
  font-size: 2.3em;
}

.insights-container .row .col-md-3:first-child span {
  display: block;

  margin-bottom: 5%;
}

/* .insights-overview-col-press .post-thumbnail img {
    margin-left: auto;
    margin-right: auto;
} */

.insights-overview-col-press .post-thumbnail {
  min-height: 150px;
  display: block;
  padding: 3%;
  line-height: 150px;
}

.insights-container .row .col-md-3:first-child a {
  visibility: visible;
  background: transparent;
  border: 2px solid rgb(0, 0, 0);
  font-size: 14px;
  color: rgb(0, 0, 0);
  letter-spacing: 0px;
  animation-duration: 2s;
  animation-delay: 1s;
}

/* .insights-container .post-thumbnail img {
    border-top: 0 !important;
    border-bottom: 0 !important;
    padding: 0;
} */

.insights-container .text-left {
  padding-left: 5%;
  padding-right: 5%;
}

.insights-container .learn-more {
  display: inline-block;
  width: 100%;
  color: #0a9d9d;
  font-size: 16px;
  font-weight: 600;
  bottom: 0;
  padding-bottom: 5%;
}

.container-fluid.section.insights-container > div:nth-child(2) > div > div > a,
.container-fluid.section.insights-container > div:nth-child(3) > div > div > a {
  margin-top: -35px;
  display: block;
}

div.container-fluid.section.insights-container
  > div:nth-child(2)
  > div
  > div:nth-child(1)
  > a,
div.container-fluid.section.insights-container
  > div:nth-child(3)
  > div
  > div:nth-child(1)
  > a {
  visibility: visible;
  background: transparent;
  border: 2px solid rgb(0, 0, 0);
  font-size: 14px;
  color: rgb(0, 0, 0);
  letter-spacing: 0px;
  animation-duration: 2s;
  animation-delay: 1s;
  display: inline;
}

.insights-overview-col-studies h6 {
  padding-top: 5%;
  padding-bottom: 5%;
}

.yottie-widget-feed-section-search {
  display: none !important;
}

body
  > div.container-fluid.section.insights-container
  > div:nth-child(4)
  > div
  > div.col-md-3 {
  margin-right: 4%;
}

#yottie_1 {
  clear: both;
  margin-left: -1%;
  margin-top: -2%;
}

.post-thumbnail.article-2747 img,
.post-thumbnail.article-2761 img,
.post-thumbnail.article-2767 img,
.post-thumbnail.article-2771 img,
.post-thumbnail.article-2817 img {
  padding-top: 20%;
  padding-bottom: 20%;
}

@media only screen and (min-width: 375px) and (max-width: 991px) {
}
@media screen and (max-width: 1150px) {
  .catch_image_mobile {
    min-height: auto !important;
  }
}

/* #catch_image_mobile {
    min-height: 260px;
} */

/********header CSS ************/

#category-posts-2-internal ul {
  padding: 0;
}

#category-posts-2-internal .cat-post-item img {
  max-width: initial;
  max-height: initial;
  margin: initial;
}

#category-posts-2-internal .cat-post-author {
  margin-bottom: 0;
}

#category-posts-2-internal .cat-post-thumbnail {
  margin: 5px 10px 5px 0;
}

#category-posts-2-internal .cat-post-item:before {
  content: "";
  clear: both;
}

#category-posts-2-internal .cat-post-excerpt-more {
  display: inline-block;
}

#category-posts-2-internal .cat-post-item {
  list-style: none;
  margin: 3px 0 10px;
  padding: 3px 0;
}

#category-posts-2-internal .cat-post-current .cat-post-title {
  font-weight: bold;
  text-transform: uppercase;
}

#category-posts-2-internal [class*="cat-post-tax"] {
  font-size: 0.85em;
}

#category-posts-2-internal [class*="cat-post-tax"] * {
  display: inline-block;
}

#category-posts-2-internal .cat-post-item:after {
  content: "";
  display: table;
  clear: both;
}

#category-posts-2-internal .cat-post-item .cat-post-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  padding-bottom: 0 !important;
}

#category-posts-2-internal .cat-post-item:after {
  content: "";
  display: table;
  clear: both;
}

#category-posts-2-internal .cat-post-thumbnail {
  display: block;
  float: left;
  margin: 5px 10px 5px 0;
}

#category-posts-2-internal .cat-post-crop {
  overflow: hidden;
  display: block;
}

#category-posts-2-internal p {
  margin: 5px 0 0 0;
}

#category-posts-2-internal li > div {
  margin: 5px 0 0 0;
  clear: both;
}

#category-posts-2-internal .dashicons {
  vertical-align: middle;
}

#category-posts-2-internal .cat-post-thumbnail .cat-post-crop img {
  object-fit: cover;
  max-width: 100%;
  display: block;
}

#category-posts-2-internal
  .cat-post-thumbnail
  .cat-post-crop-not-supported
  img {
  width: 100%;
}

#category-posts-2-internal .cat-post-thumbnail {
  max-width: 100%;
}

#category-posts-2-internal .cat-post-item img {
  margin: initial;
}

#category-posts-5-internal ul {
  padding: 0;
}

#category-posts-5-internal .cat-post-item img {
  max-width: initial;
  max-height: initial;
  margin: initial;
}

#category-posts-5-internal .cat-post-author {
  margin-bottom: 0;
}

#category-posts-5-internal .cat-post-thumbnail {
  margin: 5px 10px 5px 0;
}

#category-posts-5-internal .cat-post-item:before {
  content: "";
  clear: both;
}

#category-posts-5-internal .cat-post-excerpt-more {
  display: inline-block;
}

#category-posts-5-internal .cat-post-item {
  list-style: none;
  margin: 3px 0 10px;
  padding: 3px 0;
}

#category-posts-5-internal .cat-post-current .cat-post-title {
  font-weight: bold;
  text-transform: uppercase;
}

#category-posts-5-internal [class*="cat-post-tax"] {
  font-size: 0.85em;
}

#category-posts-5-internal [class*="cat-post-tax"] * {
  display: inline-block;
}

#category-posts-5-internal .cat-post-item:after {
  content: "";
  display: table;
  clear: both;
}

#category-posts-5-internal .cat-post-item .cat-post-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  padding-bottom: 0 !important;
}

#category-posts-5-internal .cat-post-item:after {
  content: "";
  display: table;
  clear: both;
}

#category-posts-5-internal .cat-post-thumbnail {
  display: block;
  float: left;
  margin: 5px 10px 5px 0;
}

#category-posts-5-internal .cat-post-crop {
  overflow: hidden;
  display: block;
}

#category-posts-5-internal p {
  margin: 5px 0 0 0;
}

#category-posts-5-internal li > div {
  margin: 5px 0 0 0;
  clear: both;
}

#category-posts-5-internal .dashicons {
  vertical-align: middle;
}

#category-posts-5-internal .cat-post-thumbnail .cat-post-crop img {
  object-fit: cover;
  max-width: 100%;
  display: block;
}

#category-posts-5-internal
  .cat-post-thumbnail
  .cat-post-crop-not-supported
  img {
  width: 100%;
}

#category-posts-5-internal .cat-post-thumbnail {
  max-width: 100%;
}

#category-posts-5-internal .cat-post-item img {
  margin: initial;
}

#category-posts-4-internal ul {
  padding: 0;
}

#category-posts-4-internal .cat-post-item img {
  max-width: initial;
  max-height: initial;
  margin: initial;
}

#category-posts-4-internal .cat-post-author {
  margin-bottom: 0;
}

#category-posts-4-internal .cat-post-thumbnail {
  margin: 5px 10px 5px 0;
}

#category-posts-4-internal .cat-post-item:before {
  content: "";
  clear: both;
}

#category-posts-4-internal .cat-post-excerpt-more {
  display: inline-block;
}

#category-posts-4-internal .cat-post-item {
  list-style: none;
  margin: 3px 0 10px;
  padding: 3px 0;
}

#category-posts-4-internal .cat-post-current .cat-post-title {
  font-weight: bold;
  text-transform: uppercase;
}

#category-posts-4-internal [class*="cat-post-tax"] {
  font-size: 0.85em;
}

#category-posts-4-internal [class*="cat-post-tax"] * {
  display: inline-block;
}

#category-posts-4-internal .cat-post-item:after {
  content: "";
  display: table;
  clear: both;
}

#category-posts-4-internal .cat-post-item .cat-post-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  padding-bottom: 0 !important;
}

#category-posts-4-internal .cat-post-item:after {
  content: "";
  display: table;
  clear: both;
}

#category-posts-4-internal .cat-post-thumbnail {
  display: block;
  float: left;
  margin: 5px 10px 5px 0;
}

#category-posts-4-internal .cat-post-crop {
  overflow: hidden;
  display: block;
}

#category-posts-4-internal p {
  margin: 5px 0 0 0;
}

#category-posts-4-internal li > div {
  margin: 5px 0 0 0;
  clear: both;
}

#category-posts-4-internal .dashicons {
  vertical-align: middle;
}

#category-posts-4-internal .cat-post-thumbnail .cat-post-crop img {
  object-fit: cover;
  max-width: 100%;
  display: block;
}

#category-posts-4-internal
  .cat-post-thumbnail
  .cat-post-crop-not-supported
  img {
  width: 100%;
}

#category-posts-4-internal .cat-post-thumbnail {
  max-width: 100%;
}

#category-posts-4-internal .cat-post-item img {
  margin: initial;
}

img.lazyload,
img.lazyloading {
  background-color: rgba(0, 0, 0, 0);

  opacity: 0.001;
}

img.lazyload,
img.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

iframe.lazyload,
iframe.lazyloading {
  display: block;
  background-color: rgba(0, 0, 0, 0);
}

.newsletter-widget label[for="mce-EMAIL"] {
  color: #ececec !important;
}

.fs-slide-1,
.fs-slide-2,
.fs-slide-3 {
  background-size: cover !important;
  background-position: center !important;
  background-attachment: scroll !important;
}

#mobslider3{
  background-position: top !important;
}

.fs-slider-hero {
  height: 100vh;
}

.fs-slider .slick-prev {
  left: 17px;
  width: 45px;
  height: 200px;
}

.slick-prev .fa-angle-left,
.slick-next .fa-angle-right {
  display: none;
}

.slick-prev::after {
  padding-left: 10px;
}

.slick-next::after {
  padding-right: 10px;
}

.slick-initialized .slick-slide {
  margin-right: 0 !important;
}

#about-team-images .mb-sm-50 {
  margin-bottom: 50px;
}

.team-photo-image {
  width: 100%;
}

#about-team-images {
  padding-top: 50px;
}

#about-team-photo {
  max-height: 1100px;
  /* overflow: hidden; */
  display: flex;
  align-content: center;
  align-items: center;
  margin-top: 100px;
}

#about-team-photo img {
  max-height: 1100px;
  object-fit: cover;
  object-position: top;
}

.title-case-head {
  text-transform: capitalize;
}

.div-as-h1 {
  color: #ececec;
  font-size: 48px;
  letter-spacing: 0;
  font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica,
    sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
  text-align: center;
}

.div-as-h3 {
  font-family: "Open Sans", sans-serif !important;
  font-size: 27px !important;
  color: #fff !important;
  font-weight: 300 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media screen and (min-width: 1700px) {
  .team-photo-image {
    margin-top: -80px;
  }
}

@media screen and (min-width: 1950px) {
  .team-photo-image {
    margin-top: 0;
  }
}

@media screen and (min-width: 1200px) {
  #news .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: stretch;
  }

  #news .row .blog-post {
    height: 100%;
  }

  /* #start_test {
    width: 80%;
    } */
}

.blog-columns .blog-post .doc-thumb {
  display: flex;
  align-items: center;
}

/*******home page custom css *****/

.target_woo {
  margin-top: 12%;
  position: absolute;
  right: 2%;
  text-align: right;
}
.home-about h1{
  font-size: 3em !important;
  text-align: center;
}
.home-about p{
  text-align: center;
  margin-top: 2rem;
}

.home-doctor-box{
  justify-items: center;
}

.home-doctor-box h3{
  text-align: center !important;
  margin: 1rem 0;
}
.home-doctor-box .body{
  padding: 1.5rem;
}
.home-doctor-box p{
  font-family: Open Sans, sans-serif; 
  line-height: 30px; 
  letter-spacing: 0.2px; 
  text-align: left;
}
.home-doctor-box .doctor-know-more{
  text-align: center;
  padding: 1rem 0;
}

.location .nav-pills .nav-link.active{
    background-color: #000;
}
.location .nav-pills .nav-link.active p, .location .nav-pills .nav-link.active h3{
    color: #fff;
  }
.location p, .location span{
    font-family: "Open Sans","Helvetica Neue",Helvetica,sans-serif !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    line-height: 1.5 !important;
} 
.location .nav-pills h3{
    color: #000;
    font-size: 20px !important;
    padding: 0.5rem 0;
}
.location .nav-link{
    justify-items: center;
    background-color: rgba(0, 0, 0, 0.082);
    margin: 3px 0;
}
.location .nav-pills .nav-link p, .location .nav-pills h3{
    margin: 0;
    text-align: center !important;
}
.location .nav-link:hover{
    background: rgba(110, 192, 219, 0.1);
}

.faq .accordion-button:not(.collapsed){
    background-color: #000;
    color: white;
}
.faq .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1); /* makes the icon white */
}

.why-choose-us li{
  font-size: 16px !important;
}
strong{
  color:black;
}
.home-form{
  padding: 0 10rem;
}

.addmeabox {
  box-shadow: 0px 0px 16px -5px rgba(0, 0, 0, 0.74);
  min-height: 440px;
}
.addmeabox h4 {
  float: left;
  text-align: left;
  line-height: 2.2;
  margin-top: 2%;
}

.addmeabox .learn-more {
  text-align: left;
  /* margin-left: 30px; */
  margin-top: 15px;
  padding-bottom: 3.5%;
}

.addmeabox .bp-content {
  min-height: 185px;
  padding-left: 30px !important;
}

/* IN THE MEDIA page css */

.in_media {
  background-color: black;
}
#instagram-feed {
  margin: 30px;
}
.in_media .bg-overlay {
  margin: 10px;
  background-color: teal;
}

.in_media .instafeed-header {
  color: white;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

.in_media .instafeed-header a {
  color: teal;
}
.in_mdeia .slick-prev,
.in_media .slick-next {
  font-size: 0;
  height: 15px;
  position: absolute;
  bottom: 20px;
  color: #fff;
  border: 0;
  background: none;
  z-index: 1;
  padding-top: 8%;
  padding-bottom: 10%;
  width: 5%;
  text-align: center;
  display: block !important;
}

#instagram-feed .hero-content-wrapper {
  width: 100%;
  max-width: 455px;
  /* min-height: 315px; */
  max-height: 315px;
}

/* #instagram-feed .instaImg {
    width: 100%;
    height: 100%;
} */
/* #sb_instagram #sbi_images .sbi_photo_wrap {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    min-height: 350px;
    background-repeat: no-repeat;
    background-position: center top;
}

.slick-slide {
    margin-left: 15px;
} */

/* the parent */
/* .slick-list {
    margin-left: -15px;
}

#sb_instagram .slick-slide {
    max-height: 300px;
} */

/* @@ DESKTOP @@ */
@media only screen and (min-width: 1150px) {
  .strmn_instagram_feed {
    margin-bottom: 2%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .yangslick {
    position: relative;
    overflow: hidden;
    margin-right: 2%;
    margin-left: 2%;
    max-width: 350px;
  }

  .slickflexa .instafeed_image {
    width: 100%;
    background-size: cover;
    max-height: 300px;
  }

  #sb_instagram #sbi_images .sbi_photo {
    max-height: 350px;
  }

  .slick-initialized .slick-slide {
    margin-right: 0.1%;
    overflow: hidden;
  }

  .increase_width {
    width: 155% !important;
    margin-left: -25%;
  }

  .hide_desktop {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1050px) and (orientation: portrait) {
  #sb_instagram #sbi_images .sbi_photo_wrap {
    background-size: cover;
    max-height: 600px !important;
    background-repeat: no-repeat;
    background-position: center top;
  }

  #sb_instagram .slick-slide {
    max-height: 500px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1050px) and (orientation: landscape) {
  #sb_instagram #sbi_images .sbi_photo_wrap {
    background-size: cover;
    max-height: 600px !important;
    background-repeat: no-repeat;
    background-position: center top;
  }

  #sb_instagram .slick-slide {
    max-height: 500px;
  }
}

/* @@ MOBILE @@ */
@media only screen and (min-width: 150px) and (max-width: 1149px) {
  .hide_mobile {
    display: none !important;
  }
  .home-about h1{
    font-size: 2em !important;
    margin: 2rem 0;
  }

  .location .nav-pills h3{
    font-size: 14px !important;
  }

  .strmn_instagram_feed {
    margin-bottom: 2%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .slick-next {
    right: -3px !important;
  }

  .slickflexa .instafeed_image {
    width: 100% !important;
  }

  .slickflexa .instafeed_image {
    width: 100% !important;
  }

  .yangslick {
    position: relative;
    overflow: hidden;
    width: 100%;
  }

  #sb_instagram #sbi_images .sbi_photo_wrap {
    max-height: 600px !important;
  }

  #sb_instagram .slick-slide {
    max-height: 500px;
  }
}

@media (max-width: 767px) {
  .slick-slide {
    margin-left: 0px;
  }

  p, .why-choose-us li{
    font-size: 14px !important;
  }

  /* the parent */
  .slick-list {
    margin-left: -0px;
  }

  #sb_instagram .slick-slide {
    max-height: 400px;
  }

  .physical-therapy img {
    padding:0px;
    display: block !important;
    float: inherit !important;
    width: 100% !important;
  }

  .location .nav-link{
    margin-bottom: 1rem;
    padding:1rem;
  }
}

.slickflexa span {
  display: none;
}

.slickflexa:hover span {
  display: block;
  width: 100%;
  top: 0;
  position: absolute;
  background: rgba(10, 157, 157, 0.6392156862745098);
  padding: 10%;
  color: white;
  font-weight: 900;
  height: 100%;
}

.yangslick {
  position: relative;
}

/* @@ Slick styling @@ */
.slick-prev:before,
.slick-next:before {
  display: none !important;
}

.slick-prev {
  margin-left: -1.5%;
  left: 0px;
  text-align: left !important;
}

.slick-next {
  text-align: right !important;
}

.slick-prev,
.slick-next {
  font-size: 0;
  height: 60px;
  position: absolute;
  bottom: 20px;
  color: #fff;
  border: 0;
  background: none;
  z-index: 1;
  padding-top: 8%;
  padding-bottom: 10%;
  width: 5%;
  text-align: center;
  display: block !important;
}

.slick-prev:after {
  content: "\f104";
  font: 40px/1 "FontAwesome";
}

.slick-next:after {
  content: "\f105";
  font: 40px/1 "FontAwesome";
}

.slick-prev:hover:after,
.slick-next:hover:after {
  color: #fff;
}

/***videos *******/
.video-testimonial-container {
  padding-bottom: 30px;
}

img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

.blog-classic {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.about_bedi {
  min-height: 400px;
  min-width: 100%;
  margin-top: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}

.meet_bedi {
  min-height: 350px;
  width: 100%;
  margin-top: 5px;
  background-size: cover;
  background-repeat: no-repeat;
}
.meet_bedi_top {
  min-height: 350px;
  width: 49.5%;
  /* margin-left:5px; */
  background-size: cover;
  background-repeat: no-repeat;
}
#our-practice-head {
  color: black;
  text-shadow: none;
}

.blog-columns .blog-post .post-img img {
  width: 100%;
  margin-top: 12px;
  transition: opacity 0.5s;
}

.social-links a {
  font-size: 30px;
}

/* Mobile */
@media only screen and (max-width: 600px) {
  .areas .white_image {
    min-height: 100% !important;
  }
  .areas .color_image {
    display: none;
  }
  #areas-all .areas-all-head {
    text-align: center;
    float: none !important;
    margin-left: 0px !important;
  }
  .address,
  .home_address {
    padding: 0px 0px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-contact{
    display: none;
  }
  .home-map-boxed {
    height: 670px !important;
  }
  .meet_bedi_top {
    width: 100%;
    margin-top: 5px;
    margin-left: 0px !important;
  }
}

/* Tab */
@media screen and (max-width: 992px) {
  .areas .color_image {
    display: none;
  }
  .meet_bedi_top {
    width: 100%;
    margin-top: 5px;
    margin-left: 0px !important;
  }
}

.spinal-text p {
  text-align: left;
}
.bedi-img {
  margin-left: 10px;
  padding-left: 0px;
  padding-right: 0px;
}
.bedi-img-box {
  margin-left: 50px;
}
@media screen and (max-width: 992px) {
  .bedi-img-box {
    margin-left: 0px;
    width: 100%;
  }
  /* .bedi-img{
        margin-bottom: 5px;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        min-height:auto;
    } */
}
@media screen and (max-width: 768px) {
  .bedi-img-box {
    margin-left: 0px;
  }
  .bedi-img {
    margin-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    /* width: 90%; */
  }
  .fs-slider-hero {
    margin-top: 99px;
    height: 45vh;
    max-width: 100%;
}

.slick-initialized .slick-slide,
.fs-slider-item,
.fs-slider-hero .bg-overlay,
.fs-slider-hero .hero-content-wrapper,
.fs-slider-hero .hero-content {
    height: 50vh !important;
}

  #progressbar {
    display: none;
  }

  #mobile_progressbar {
    display: block !important;
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .target_woo {
    margin-top: -70%;
    right: 22%;
    text-align: left;
    left: 5%;
    width: 70%;
  }
  .meet-1,
  #meet-2,
  #meet-4 {
    background-repeat: no-repeat;
  }
  #meet-3{
    background-position: 48% 0%;
    background-repeat: no-repeat;
  }
  #mobile_progressbar {
    display: block !important;
    font-size: 14px;
  }
  #our-practice-head {
    color: white;
  }
  .page-title h1 {
    margin: 40px;
  }
  .dr-bedi img {
    display: block;
    width: 100%;
    float: none !important;
    margin: 15px auto !important;
  }
  header.videos {
    background-size: cover;
    margin-top: 99px;
    padding-top: 110px;
    width: 100%;
    background-position-y: 0 !important;
  }
}

#mobile_progressbar {
  display: none;
}

/* Hide Google Recaptca from site */
.grecaptcha-badge {
  visibility: hidden;
}

/****Pop Message Css *******/

/* .modal-body {
  padding: 15px !important;
} */

.intake_msg {
  background: white;
  padding: 60px;
  /* border-radius: 4px; */
  /* display: inline-block; */
  margin: 0 auto;
}
#intake_status {
  /* color: #88B04B; */
  font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
  font-weight: 900;
  font-size: 40px;
  margin-bottom: 10px;
}
#intake_status_msg {
  color: #404f5e;
  font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
  font-size: 20px;
  margin: 0;
}
/*** VIDEOS page css for on top image and autoplay *****/

.news-article p {
  font-size: 17px;
}
.embed-container i {
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  z-index: 100;
  right: 0;
  font-size: 70px;
  margin: 10px;
}
.thumbnail-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.vid {
  z-index: -1;
}
.pdf {
  z-index: -1;
}
.poster {
  z-index: 99;
  width: 100%;
  height: inherit;
}
.survey_form {
  height: 2280px;
}
.home_page_image_text h2 {
  text-shadow: 0px 0px 6px black;
}
@media only screen and (max-width: 380px) {
  header.about {
    background-position-x: 8% !important;
  }
}

@media only screen and (max-width: 420px) {
  #accordion .panel-title a {
    color: #fff;
    display: block;
    font-size: 10px !important;
    font-weight: 600;
    padding: 16px 0px 16px 40px;
    margin: 5px;
  }
  h6 {
    letter-spacing: 0px;
  }
  sup {
    font-size: 8px !important;
  }
  .meet-1 p,
  #meet-2 p,
  #meet-3 p,
  #meet-4 p,
  #about p,
  .spinal-text p,
  .blog-post-content p {
    font-size: 16px !important;
    padding-left: 5px !important;
  }
  h1 {
    font-size: 18px !important;
  }
  h2 {
    font-size: 16px !important;
  }
  .panel-group {
    padding: 10px !important;
  }
  .spinal-text ul {
    padding-left: 20px !important;
  }
  .spinal-text li {
    font-size: 16px !important;
    padding-left: 0px !important;
  }
  .fs-slider h2 {
    font-size: 27px !important;
  }
  .fs-slider p {
    font-size: 18px !important;
  }
  .fa-angle-down {
    display: none !important;
  }
  .slick-dots {
    bottom: 35px !important;
  }
  .slick-dots li {
    width: 8px !important;
    height: 8px !important;
  }
  .slick-dots .slick-active {
    width: 12px !important;
    height: 12px !important;
  }
  .embed-container {
    background-color: #000000;
    /* height: 0px; */
  }
  .thumbnail-img {
    height: auto !important;
    /* padding-top: 25px; */
  }
  #z-vid-container {
    min-height: 120px !important;
  }
  #aging_bg_01 {
    background-size: contain !important;
    background-attachment: inherit !important;
  }
  .z-mob-services {
    padding-top: 30px !important;
  }
  .meet-1 p,
  #meet-2 p,
  #meet-3 p,
  #meet-4 p {
    display: none !important;
  }
  .z-home-bedi-text {
    display: block !important;
  }
  #z-hero-lead-text {
    margin-top: 0px;
    margin-bottom: 140px;
    position: absolute;
    bottom: 0px;
  }
  .star-ratings {
    display: none !important;
  }
  .meet-1 h2,
  #meet-2 h2,
  #meet-3 h2,
  #meet-4 h2 {
    color: rgb(35 34 34);
    font-size: 21px !important;
  }
  .z-mag-text p {
    font-size: 18px !important;
    bottom: 0px !important;
  }
  .z-mag-text {
    position: absolute !important;
    bottom: 35px !important;
  }
  .survey_form {
    height: 2530px;
  }
  .home_page_image_text h2 {
    color: white !important;
  }
}

/* Home page : Text on doctor's mirror image */
@media (min-width: 992px){
  .home_page_image_text {
      float: right;
      padding: 50px 20px;
      background: #ffffffcf; 
  }
}

@media (min-width: 420px) {
  #mobslider1 {
    background-position-y: 99px !important;
  }
}

@media (max-width: 1024px) {
  header.page-title{
    position: relative;
    padding-top: 315px !important;
  }
  header.page-title .container{
    position: absolute;
    bottom: -30px;
    width: 100% !important;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 430px) and (max-width: 520px) {
  header.page-title .container .row h1{
    margin: 115px !important;
  }
}

@media (min-width: 521px) and (max-width: 1020px) {
  header.page-title .container .row h1{
    margin: 65px !important;
  }
}

.z-mag-text {
  color: #000000;
  font-size: 20px;
  position: relative;
  margin: 0 auto;
  padding: 0;
  bottom: 220px;
  letter-spacing: initial;
}

.fill-ratings {
  color: #e7711b;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
  font-size: 30px;
}

.empty-ratings {
  padding: 0;
  display: inline-block;
  z-index: 0;
  font-size: 30px;
  width: max-content;
}

@media only screen and (max-width : 420px) {
  .fs-slider-hero {
      margin-top: 99px;
      height: 46vh;
  }

  .slick-initialized .slick-slide,
  .fs-slider-item,
  .fs-slider-hero .bg-overlay,
  .fs-slider-hero .hero-content-wrapper,
  .fs-slider-hero .hero-content {
      height: 50vh !important;
  }

  #mobslider1 {
      background-image: url("../images/black-back.jpg") !important;
  }

  #mobslider2 {
      background-image: url("../images/stretching_women.jpeg") !important;
  }

  /* #mobslider3{
background-image: url("images/golfer.jpg")!important;
} */
sup {
  font-size: 9px;
  top: -7px;
}
}
#about p {
  text-align: left;
}
.page_top_margin {
  margin-top: 98px;
}

.header-text
{
  top: 70%;
}

.header-text h1
{
  font-size: 48px !important;
  letter-spacing: 0 !important;
  text-shadow: rgb(0 0 0) 3px 1px 0px !important;
  font-weight: 600 !important;
  color: #ececec !important;
}

.paginate_buttons svg{
  max-height: 25px !important;
}
.paginate_buttons a{
  text-decoration: none !important;
}
.paginate_buttons p{
  padding: 10px;
}

.doc_img2
{
  filter: grayscale(100%);
}

/* for mobile view */

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

  .navbar-toggler{
    margin-bottom: 25px;
    margin-right: 20px;
  }

  .tel{
    margin-right: 15px;
  }

  .home_page_image_text{
    margin-top: 55%;
  }
  
  #contact.contact-page h2{
    margin-left: 20px ;
  }

}

/* custom css for pagination links on newsletter page  starts*/

.pagination{
    justify-self: center;
}
.pagination .active span{
    background-color: #000;
    border-color: #000;
}
.pagination a{
    color: #000;
}

/* custom css for pagination links on newsletter page  ends*/

/* custom css for patient resource page links starts */
.patient-page-link
{
  color: #337ab7;
}

/* custom css for patient resource page links ends */

/* contact form email status section design custom css starts */
.blockquote-custom {
  position: relative;
  font-size: 1.1rem;
}

.blockquote-custom-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -25px;
  left: 50px;
}
/* contact form email status section design custom css ends */
