@media only screen and (max-width: 600px) {
  section.content .caldera_forms_form .row .first_col {
    width: 100%;
    margin-right: 0px;
  }

  section.news .col-sm {
    flex: 0 0 100%;
    max-width: 100%;
  }

   .newsletter-cards--item {
    flex: 0 0 90%;
    max-width: 90%;
  }

  .news-group-header{
    flex-direction: column;
  }

  .caldera-grid .form-control.cf2-file {
    padding: 0px !important;
  }

  .caldera-grid pre {
    display: none;
  }

  h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  p {
    font-size: 15px !important;
  }

  .aligncenter {
    width: 100%;
    height: auto;
  }

  header {
    padding-bottom: 0px;
  }

  .header-main--buttons {
    display: none;
  }

  .header-sup ul li {
    margin-left: 0px;
    width: auto;
    display: flex;
  }

  .header-sup ul li a {
    font-size: 12px;
  }

  .header-sup ul {
    justify-content: center;
  }

  .header-main a img {
    width: 225px;
  }

  .header-menu {
    display: none;
  }

  .header-main ul {
    flex-direction: column;
    align-items: flex-end;
  }

  .header-main ul li:first-child {
    margin-bottom: 10px;
  }

  .header-main a.button {
    font-size: 12px;
    padding: 10px 20px;
    border-radius: 25px;
  }

  .header-main a.button--schedule:before {
    width: 16px;
    height: 18px;
  }

  .header-main a.button--results:before {
    width: 16px;
    height: 15px;
  }

  /* features */
  section.features {
    padding-bottom: 15px;
    padding-top: 25px;
  }

  section.features .feature span {
    font-size: 14px;
  }

  .features .col-sm {
    flex: 0 0 50%;
    margin-bottom: 19px;
  }

  .features .col-sm img {
    width: 50px;
  }

  /* services */
  .services .row {
    justify-content: center;
  }

  .services .col-sm {
    flex: 0 0 45%;
    margin-bottom: 0px;
    width: 45%;
  }

  section.services .container .row:nth-of-type(1) {
    margin-top: 0px;
    justify-content: center;
  }

  section.services .service h3 {
    font-size: 12px;
  }

  section.services .service {
    text-align: center;
    padding: 10px 20px;
    min-height: 150px;
  }

  section.services h4 {
    font-size: 18px;
    margin-bottom: 40px;
  }

  /* schedule */
  section.schedule {
    text-align: center;
  }

  section.schedule .schedule--body {
    padding-left: 0px;
  }

  section.schedule ul {
    justify-content: center;
  }

  /* offices */
  section.offices .offices-cards .office-card:nth-child(1) {
    margin-bottom: 20px;
  }

  /* medical center */
  section.medical-center h2,
  section.medical-center p {
    text-align: center;
  }

  section.medical-center .medical-center-items .col-sm {
    flex: 0 0 50%;
    width: 50%;
    margin-bottom: 0px;
  }

  section.medical-center .medical-center-item img {
    width: 40px;
  }

  section.medical-center .medical-center-items .col-sm p {
    text-align: left;
    font-size: 13px !important;
    line-height: 17px;
  }

  section.medical-center a.button {
    margin: 0 auto 45px auto;
  }

  section.medical-center {
    padding: 35px 0px;
  }

  /* work-with-us */
  section.work-with-us {
    text-align: center;
    padding: 35px 0px;
  }

  section.work-with-us h2 {
    width: 100%;
  }

  section.work-with-us a.button {
    margin: 0 auto 15px auto;
  }

  section.work-with-us .section-main-image-container {
    margin-bottom: 30px;
  }

  section.news {
    padding: 35px 0px;
  }

  /* newsletter */
  section.newsletter {
    text-align: center;
  }

  section.newsletter a.button {
    margin: 0 auto 45px auto;
  }

  section.newsletter img {
    width: 100%;
  }

  /* offices */
  section.offices .offices-cards .office-card--texts {
    margin-left: 0px;
  }

  section.offices .offices-cards .office-card--texts h3 {
    font-size: 18px;
    text-align: center;
  }

  section.offices .offices-cards .office-card--texts p {
    text-align: center;
    max-width: 100%;
  }

  section.offices .offices-cards .office-card {
    flex-direction: column;
    padding: 20px 10px;
  }

  section.offices .offices-cards .office-card img {
    height: 60px;
    margin-bottom: 20px;
  }

  section.offices .offices-cards .office-card::after {
    margin-right: auto !important;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    background-size: 50px !important;
    margin-top: 25px !important;
  }

  /* slide */
  section.hero .hero-content h1 {
    font-size: 29px;
    width: 70%;
  }

  section.hero .hero-content p {
    width: 70%;
  }

  section.hero .hero-content p br {
    display: none;
  }

  .slide-hero {
    min-height: 415px;
  }

  #slides-hero,
  #slides-hero .slick-slide > div {
    min-height: 270px;
  }

  section.hero .hero-slide-controls {
    display: none;
  }

  .open-menu-mobile {
    display: block;
  }

  section.content h2 {
    font-size: 18px;
    display: inline;
  }

  section.content h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  section.content span {
    font-size: 16pt !important;
  }

  .big-area h3 {
    font-size: 17px;
  }

  .big-area .container {
    padding: 25px 0px !important;
  }

  .team-member h4,
  .team-member .cargo {
    text-align: center;
  }

  .content-box ul {
    flex-direction: column;
    align-items: center;
    margin-top: 50px !important;
  }

  .content-box .container {
    padding: 40px 24px;
  }

  .content-box h3 {
    font-size: 23px !important;
  }

  .content-box .container img {
    height: 65px;
  }

  section.schedule ul {
    flex-direction: column;
    align-items: center;
  }

  section.schedule ul li:nth-child(1) {
    margin-bottom: 20px;
  }

  section.offices {
    padding: 45px 0px;
  }

  .content-news .col-sm-6 {
    order: 1 !important;
  }

  .content-news .col-sm-6 img {
    width: 100%;
    height: auto;
  }

  .content-news .col-sm-6.d-flex {
    order: 0 !important;
  }

  .content-news .col-sm-6.d-flex img {
    width: 100% !important;
    border-radius: 24px;
    margin-bottom: 30px;
  }

  .container--accordion h2 {
    font-size: 22px !important;
  }

  .container--accordion .row {
    margin-top: 30px;
  }

  .accordion-button {
    font-size: 16px !important;
  }

  .accordion-body p {
    margin-bottom: 15px !important;
  }
}

@media only screen and (max-width: 500px) {
  .header-sup ul {
    padding: 0px;
    justify-content: space-between;
  }

  .header-sup ul li a img {
    margin-right: 4px;
    width: 16px;
  }

  .header-sup ul li:before {
    width: 0px;
  }

  /* .header-sup ul li a {
    font-size: 11px;
  } */
}
