/* Updated and unified mobile styles for modern smartphones */

@media only screen and (max-width: 767px) {
  .main {
    overflow: hidden;
  }

  .sec5-wrap .sec5 .whychoose-wrap .list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .sec5-wrap .sec5 .whychoose-wrap .list .item .descrp {
    top: 73%;
    padding: 1rem 2rem;
  }

  .sec5-wrap .sec5 .whychoose-wrap .list .item .descrp p {
    font-size: 4.4vw;
  }

  .sec5-wrap .sec5 .whychoose-wrap .list .item .descrp h3,
  .sec5-wrap .sec5 .whychoose-wrap .list .item .descrp span {
    font-size: 5.1vw;
  }

  .sec6-wrap .sec6 .cformwrap {
    padding: 2rem 1.5rem;
  }

  .sec6-wrap .sec6 .cformwrap form .frmsbtnwrap input {
    flex: 1;
  }

  .footer .text {
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }

  .footer .text h3 {
    font-size: 7.38vw;
  }

  .footer .socgmap-wrap {
    padding-bottom: 2rem;
  }

  .footer .socgmap-wrap .gmap {
    width: 100%;
  }

  .footer .footdetwrap .flogo .social a {
    flex: 1;
    margin: 0 6px;
  }

  .footer .footdetwrap p {
    font-size: 18px;
  }

  .footer .footdetwrap .map iframe {
    height: 12rem;
  }

  .footer .copy_right_wrap .copyright {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
  }

  .footer .copy_right_wrap .copyright p:after {
    content: unset;
  }

  .footer .privacyterms a,
  .footer .copy_right_wrap .copyright p {
    font-size: 12px;
  }

  .footer .footdetwrap .footmenucnt-wrap {
    display: flex;
    flex-direction: column;
  }

  .footer .footdetwrap .footmenucnt-wrap .footmenu {
    align-items: unset;
    display: unset;
  }

  .footer .footdetwrap .footmenucnt-wrap .footmenu .ftmenu {
    display: unset;
    text-align: center;
  }

  .footer .footdetwrap .footmenucnt-wrap .footmenu .ftmenu ul {
    gap: 0.5rem;
    flex-direction: column;
  }

  .footer .footdetwrap .footmenucnt-wrap .footmenu .abtn {
    flex-direction: column;
    align-items: unset;
    margin: 2rem 2rem 0;
  }

  .footer .footdetwrap .footmenucnt-wrap .footmenu .abtn a {
    flex: 1;
  }

  .footer .footdetwrap .footmenucnt-wrap .footcontact {
    flex-direction: column;
  }

  .footer .footdetwrap .footmenucnt-wrap .footcontact .dblock a {
    flex-direction: column;
  }

  .footer .footdetwrap .footmenucnt-wrap .gmap .item .text {
    text-align: left;
    margin-bottom: 0;
  }

  .footer .footdetwrap .footmenucnt-wrap .gmap .item .text h3 {
    font-size: 4.66vw;
  }

  .footer .fcontct a,
  .footer .footdetwrap .footmenucnt-wrap .gmap .item p {
    font-size: 3.71vw;
  }

  .footer .footdetwrap .footmenucnt-wrap .gmap .item .sched {
    justify-content: flex-start;
  }

  .cformwrap form .frmsbtnwrap input {
    font-size: 5vw;
  }
}
