@media all and (min-width: 768px) and (max-width: 1199px) {
  .container {
    max-width: 100%; } }
.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

/*@import "about";
@import "our-service";
@import "review";
@import "doctor";
@import "contact";
@import "faq"; */
/* Our service page */
.service-banner {
  position: relative;
  margin-bottom: 33px; }
  .service-banner .service-banner-img img {
    width: 100%; }
  .service-banner .service-banner-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 1px 10px;
    color: #fff; }

.service-header {
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center; }
  .service-header img {
    min-width: 60px;
    margin: 10px 10px 0 0; }

.service-title {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 0px;
  display: flex;
  align-items: center; }
  .service-title img {
    margin-right: 10px; }

.service-sub {
  font-size: 41px;
  font-weight: 700;
  line-height: 1.25; }

.service-list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  justify-content: space-between;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 26px; }
  .service-list-wrap li {
    position: relative;
    padding: 0 5px;
    width: 16.6%;
    text-align: center; }
    .service-list-wrap li:after {
      content: " ";
      background: #000;
      position: absolute;
      right: 0;
      top: 0;
      width: 1px;
      height: calc(100% - 15px); }
    .service-list-wrap li:first-child:before {
      content: " ";
      background: #000;
      position: absolute;
      left: 0;
      top: 0;
      width: 1px;
      height: calc(100% - 18px); }

.service-cat-item a {
  display: inline-block;
  margin-bottom: 7px;
  padding: 0 6px 7px 6px;
  border-bottom: 5px solid transparent;
  text-align: center;
  color: #ADADAD; }
  .service-cat-item a.active, .service-cat-item a:hover {
    border-color: #FF9800;
    color: #1e3957; }
.service-cat-item strong {
  display: block;
  font-weight: 700;
  font-size: 1.25rem; }

.service-page .serv-img {
  text-align: right;
  margin-bottom: 30px; }

.service-cat-info {
  color: #1e3957;
  margin-bottom: 30px; }

.serv-cat-info-header {
  margin-bottom: 32px; }
  .serv-cat-info-header h2 {
    color: #1e3957;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px; }
  .serv-cat-info-header p {
    color: #1e3957;
    font-size: 1.25rem; }
  .serv-cat-info-header .subtitle {
    font-size: 28px;
    font-weight: 400; }

.serv-cat-list {
  list-style: none;
  padding-left: 0;
  font-size: 1.25rem; }
  .serv-cat-list li {
    line-height: 1.5;
    color: #1e3957;
    padding-left: 34px;
    margin-bottom: 4px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_38_170)'%3E%3Cpath d='M8.99991 16.17L4.82991 12L3.40991 13.41L8.99991 19L20.9999 7.00003L19.5899 5.59003L8.99991 16.17Z' fill='%23FF9800'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_38_170'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 3px; }

@media all and (max-width: 767px) {
  .service-banner {
    margin-bottom: 24px; }
    .service-banner .service-banner-content {
      width: 100%; }

  .service-header img {
    margin-top: 2px; }

  .service-title {
    font-size: 48px; }

  .service-sub {
    font-size: 24px; }

  .service-list-wrap {
    margin-bottom: 65px; }
    .service-list-wrap li {
      padding-left: 18px;
      padding-right: 18px;
      width: auto; }
      .service-list-wrap li:first-child:before {
        display: none; }

  .service-cat-item a {
    white-space: nowrap;
    font-size: 0.75rem; }
  .service-cat-item strong {
    font-size: 0.75rem; }

  .service-page .serv-img {
    margin-bottom: 19px; }

  .service-cat-info {
    margin-bottom: 26px; }

  .serv-cat-info-header {
    margin-bottom: 19px; }
    .serv-cat-info-header h2 {
      margin-bottom: 15px;
      font-size: 36px; }
    .serv-cat-info-header p {
      color: #1e3957;
      font-size: 24px; } }
@media all and (max-width: 375px) {
  .service-title {
    font-size: 40px; } }
/* Contact form page */
body input::-webkit-input-placeholder, body textarea::-webkit-input-placeholder, body select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc !important; }
body input::-moz-placeholder, body textarea::-moz-placeholder, body select::-moz-placeholder {
  /* Firefox 19+ */
  color: pink !important; }
body input:-ms-input-placeholder, body textarea:-ms-input-placeholder, body select:-ms-input-placeholder {
  /* IE 10+ */
  color: pink !important; }
body input:-moz-placeholder, body textarea:-moz-placeholder, body select:-moz-placeholder {
  /* Firefox 18- */
  color: pink !important; }

.reg-free-trial {
  padding-top: 60px;
  padding-bottom: 40px;
  color: #4E4D49; }
  .reg-free-trial .form-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 60px;
    line-height: 1.5;
    font-weight: 600;
    color: #1e3957; }
  .reg-free-trial .form-subtitle {
    text-align: center;
    color: #1e3957;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px; }
  .reg-free-trial label {
    color: #4E4D49;
    margin-bottom: 6px;
    font-family: "Outfit", sans-serif; }
  .reg-free-trial select.unselected {
    color: #ccc; }
  .reg-free-trial .form-group {
    margin-bottom: 14px; }

.form-field-wrap {
  max-width: 648px;
  margin: 0 auto; }

.form-group-row h3 {
  color: #4E4D49;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  margin-bottom: 10px; }
.form-group-row .radio-wrap {
  display: block;
  width: 100%;
  margin-bottom: 20px; }
  .form-group-row .radio-wrap .radio-label {
    padding-left: 35px;
    padding-top: 0px; }

.form-btn-wrap {
  text-align: center;
  padding: 5px 0 11px 0; }
  .form-btn-wrap .btn {
    min-width: 134px; }
