/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.3
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/* slick */

.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block; }

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden; }

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  top: 0;
  left: 0; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots, .slick-next, .slick-prev {
  position: absolute;
  display: block;
  padding: 0; }

/* @font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
} */
.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0; }

.slick-next:before, .slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff; }

.slick-prev {
  left: -25px; }

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

.slick-next:before, [dir=rtl] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir=rtl] .slick-next {
  right: auto;
  left: -25px; }

[dir=rtl] .slick-next:before {
  content: '←'; }

.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  bottom: 10px;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center;
  }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px !important;
  padding: 0;
  cursor: pointer;
  }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
  width: 9px;
  height: 9px;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0; }

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0; }

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  display: none;
  color: #000; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000; }

.slick-dots > li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b1b9cb;
  margin: 0 5px;
  }

.slick-dots > li.slick-active button {
  background: #4bc2c3; }
/* end slick */

.header .flex-row {
    height: 100%;
    max-width: 1280px;
    justify-content: center;
    image-rendering: -webkit-optimize-contrast;
    align-items: center;
}

.header-main .flex-left {
  flex: none;
  
    margin: 0 auto;
}

.flex-right {
    margin-left: 0;
}

.flex-right .nav>li {
  margin: 0 !important
}

.header-main .flex-right .nav>li > a {
    padding: 13px 9px;
}

.nav-dropdown>li.html {
    min-width: 210px;
    font-size: 15px;
}

#top-bar .nav>li>a>i {
    font-size: 13px !important;
}

#top-bar.active{
    height: 0;
    
}
#top-bar.active .container{
    transition: all .5s;
}
.header-nav-main li a {
    color: #000000;
    letter-spacing: .25px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0 15px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 20px;
    text-decoration: none;
}

.nav-small .nav>li>a, .nav.nav-small>li>a {
    vertical-align: top;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: normal;
    font-size: 0.7rem;
}
.top-bar-nav{
    position: inherit;
}

.header-nav-main{
    justify-content: center;
}

.nav-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .nav-divided>li {
        margin: 0 .7em;
    }

.nav {
    width: 100%;
    position: relative;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    /* flex-flow: row wrap; */
    /* -webkit-box-align: end; */
    -ms-flex-align: center;
    align-items: center;
    justify-content: end;
}
.nav>li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    margin: 0 7px;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.sub-menu>li>a:hover {
  color: #4bc2c3;
}

.nav li:first-child {
    margin-left: 0 !important;
}

.header-nav .social-icons a {
      width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding: 0;
    background: #f5831f;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

.header-nav .html_topbar_left a {
  background-color: #4bc2c3;
    color: #fff !important;
    display: inline-block;
    text-align: center;
    padding: 15px 30px !important;
    margin-top: 0;
    background-clip: border-box;
    border: 2px solid #4bc2c3;
    border-radius: 10px;
    margin-left: 20px;
}

.header-main {
    position: relative;
    width: 100%;
    
    background: #fffc;
}


.nav-dropdown-has-border .nav-dropdown {
    border: 0;
}

.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: 0;
    margin: 0 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    padding: 10px 20px;
    margin: 0;
}


.s1 .features-block-4 {
    text-align: center;
    border-right: 0 solid #05668d8c;
    border-radius: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    /* width: 22%; */
    height: auto;
    padding: 20px;
    display: flex;
    box-shadow: 0 2px 5px #0000001a;
}

.s1 .features-title {
    color: #4bc2c3;
    flex-direction: row;
    align-items: center;
    margin-bottom: 8px;
    font-size: 48px;
    font-weight: 800;
    line-height: 58px;
    display: block;
}

.s1 .text-block-2 {
    color: #303030;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
}

.s1 {
  padding-bottom: 0 !important
}

.s2 .row {
  max-width: 1520px !important
}

.s2 .box {
      height: 450px;
    border-radius: 20px;
    position: relative;
}

.s2 .box img {
  height: 450px;
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
}

.s2 .box .box-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  overflow: hidden;
  border-radius: 20px;
  backdrop-filter: blur(15px);
  transition: all linear .4s;
  background-color: #0003;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
  padding-left: 30px;
  padding-right: 30px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  color: #fff;
  text-align: center;
  padding: 0 30px;
}

.s2 .box  h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #FFF;
    margin: 0;
}

.s2 .box  p {
    display: none;
    transition: all linear .3s;
    margin-bottom: 10px;
}

.s2 .box  p a {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    text-decoration: underline;
}

.s2 .box:hover .box-text {
    height: 100%;
    background: rgba(5, 102, 141, 0.5);
}

.s2 .box:hover p {
    display: block;
}

.s2 .box:hover h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    color: #f5831f;
    margin-bottom: 15px
}

.s3 .row {
  max-width: 1520px !important
}

.s3 h4 {
      text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-bottom: 0;
}

.s3 h2 {
  color: #000000;
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
}

#link-fb {
      display: block;
    position: absolute;
    top: auto;
    bottom: 65px;
    right: 30px;
    color: #fff;
    background-color: #f5831f;
    border: 2px solid #0000;
    border-radius: 10px;
    margin-top: 10px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}

.s4 {
  padding-bottom: 10px !important
}

.s4 .row {
  max-width: 1520px !important
}

.s4 .heading-5 {
    color: #4bc2c3;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
}

.s4 h2 {
  color: #000;
    text-align: left;
    border: 0 solid #000;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 48px;
    font-weight: 800;
    line-height: 58px;
}

.s4 .button-1 {
    color: #4bc2c3;
    background-color: #0000;
    border: 2px solid #4bc2c3;
    border-radius: 10px;
    flex-direction: column;
    align-self: center;
    align-items: center;
    width: 168px;
    height: 60px;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    display: flex;
}

.tt .heading-15 {
    color: #4bc2c3;
   
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
}

.tt h2 {
  color: #000;
    
    border: 0 solid #000;
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 5px;
    font-size: 48px;
    font-weight: 800;
    line-height: 58px;
}

.tt .box {
  border-bottom: 2px solid #4bc2c3;
  border-radius: 15px;
  background: #fff;
}

.tt .box img {
  border-radius: 15px 15px 0 0;
}

.tt .post-title {
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
    position: relative;
    margin-bottom: 18px;
    padding-bottom: 18px;
}

.tt .post-title:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #4bc2c3;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.tt .arh-auth {
  display: none
}

.tt .post-date{
  font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.tt, .map {
  padding-bottom: 0 !important
}


.map .heading-11 {
    color: #000;
   
    margin-top: 40px;
    margin-bottom: 0;
    font-weight: 600;
}

.map h2 {
  color: #4bc2c3;
    margin-bottom: 30px;
    padding-top: 5px;
    font-size: 48px;
    font-weight: 800;
    line-height: 58px;
}

.map .row {
  max-width: 1520px !important
}

.map img {
  width: 80%;
    position: relative;
    box-shadow: 0 2px 5px #0000001a;
    text-align: right;
    margin-right: 0;
    border-radius: 15px;
}

.map .img-inner {
  text-align: right
}

.form {
  padding-bottom: 0 !important
}

.form .row {
  max-width: 1520px !important
}

.form .col {
  padding-bottom: 0 !important
}

.form .patients {
    color: #000;
    font-size: 45px;
    font-weight: 800;
    line-height: 1.3;
}

.form .wpcf7 {
      box-shadow: 0 2px 5px #0000001a;
      background: #fff;
      padding: 30px 30px 3px;
      border-radius: 12px;
      max-width: 650px;
      margin: 0 auto;
}

.form .wpcf7 input {
  box-shadow: none;
  border: 1px solid #ccc;
  height: 40px;
  border-radius: 3px;
  padding: 0 15px;
  margin-bottom: 0;
}

.form .wpcf7-submit {
  color: #4bc2c3 !important;
  background-color: #0000 !important;
  border: 2px solid #4bc2c3 !important;
  border-radius: 10px;
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 316px;
  height: 60px !important;
  margin: 15px auto 0 !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  display: flex;
}

.form .wpcf7-spinner {
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0; 
}

.ft, .ft p, .ft li {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.ft li a {
  color: #fff;
}


.ft .heading-ft {
    color: #fec364;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 30px;
    font-weight: 600;
    font-size: 22px;
    line-height: 35px;
}

.mxh-ft {
  display: flex;
}


.mxh-ft a {
  display: block;
  margin-right: 7px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.icon {
    width: 36px;
    height: 36px;
    margin-right: 15px;
}

.contact-item  {
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
}

.contact-item  a {
    color: #fff;
    text-decoration: none;
}

.copyright-footer p {
      color: #333;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.absolute-footer {
    padding: 10px 0;
}

.ft img {
  margin-bottom: 0 !important
}

.ft .medium-3:first-child {
  flex-basis: 28%;
    max-width: 28%;
}

.ft .medium-3:nth-child(3) {
  flex-basis: 18%;
  max-width: 18%;
}

.ft .medium-3:nth-child(4) {
  flex-basis: 29%;
  max-width: 29%;
}

.ft {
  padding-bottom: 20px !important
}

.article-inner {
      padding: 15px 12px;
    background: #fff;
    border-radius: 5px;
}

#comments {
  display: none
}

.breadcrumbs {
    background: #aef1f2;
}

.rank-math-breadcrumb {
    font-size: 13px;
    padding: 7px 15px;
    background: transparent;
    border-radius: 0;
    margin: 0;
    font-weight: normal;
}

.rank-math-breadcrumb p {
  margin-bottom: 0
}

.single .page-wrapper {
    padding-top: 0;
    background: #faf9f9;
    padding-bottom: 0 !important;
}


.breadcrumbs a {
    color: #000;
}

.post-sidebar .latest-posts {
    padding: 0 20px 15px;
    border-top: 1px solid #e7e7e7;
    background: #fff;
    padding-top: 15px;
}

.breadcrumbs .divider, .breadcrumbs .separator {
  opacity: 1
}

.single .entry-header-text-top {
    text-align: left;
    padding: 0 !important;
}

.single h1 {
  font-size: 25px;
    color: #000;
    line-height: 1.4;
    margin-bottom: 20px;
}

.single .post-meta {
  display: flex;
  margin: 0 0 30px;
  align-items: center;
  color: #444;
  font-size: 14px;
  line-height: 20px;
  justify-content: start;
}

.single .arh-auth {
    margin: 0 15px 0 0;
}

.single .arh-auth img {
  border-radius: 50%;
}

.single .author-name {
  color: #4bc2c3;
}

.single .entry-image img {
  border-radius: 20px;
}

.badge.post-date {
  display: none
}

.single .entry-content p {
  margin-bottom: 10px;
  color: #303030;
   line-height: 26px;
}

.single .entry-content h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 25px;
    line-height: 35px;
    color: #000;
    margin-top: 20px;
}

.single .entry-content h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #4bc2c3;
    margin-top: 20px;
}

.post-sidebar {
    border: 0 !important;
    padding: 0 15px 0 10px !important;
}

.post-sidebar #secondary {
    top: 80px;
    position: -webkit-sticky;
    position: sticky;
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
}

span.widget-title {
    font-size: 1em;
    font-weight: 600;
    padding: 15px 20px;
    display: block;
    background: #fff;
    margin-bottom: 0;
    font-size: 18px;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
    text-transform: none;
    color: #4bc2c3;
}

.widget .is-divider {
    display: none;
}

.latest-posts {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.post-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.post-thumb {
    position: relative;
    width: 90px;
    height: 70px;
    flex-shrink: 0;
}

.post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.post-number {
    position: absolute;
    top: -6px;
    left: -6px;
    width: 22px;
    height: 22px;
    background: #4bc2c3;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-content {
    flex: 1;
}

.post-sidebar .post-title {
    font-size: 14px;
    font-weight: bold;
    color: #222;
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 20px;
}

.post-title:hover {
    color: #4bc2c3;
}

.post-meta {
    font-size: 12px;
    color: #888;
}

.single-post .breadcrumbs {
    margin-bottom: 30px;
}

.single .article-inner  ul, .single .article-inner  ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
}

.single .entry-content li {
  line-height: 26px;
  color: #303030;
  margin-bottom: 0;
}

.archive .page-wrapper {
    padding-bottom: 30px;
    padding-top: 0;
    margin-top: 10px;
}

.archive .breadcrumbs {
    margin-bottom: 50px;
    /* background: #f5f5f5; */
}

.archive-page-header .col {
  padding-bottom: 20px;
}

.category .box-blog-post {
    background: #fff;
    text-align: left;
    /* border: 1px solid #4bc2c34a; */
    border-radius: 10px;
    /* padding: 12px; */
}

.category .box-text.text-center {
  padding: 15px 12px;
}

.category .from_the_blog_excerpt  {
      margin-top: 0;
      font-size: 15px;
      margin-bottom: 12px;
      color: #333333;
      height: 52px;
}

.single .portfolio-content ul, .single .portfolio-content ol {
  margin-left: 30px
}

.category .blog-post-inner {
  text-align: left;
}

.article-post-meta {
    font-size: 13px;
    color: #74839f;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.article-post-meta span {
    position: relative;
}

.article-post-meta span + span:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: -1px 10px 0;
    border-radius: 100%;
    background-color: #74839f;
    opacity: 0.4;
    vertical-align: middle;
}

.blog-archive {
    background: #faf9f9;
    padding: 0 0 50px;
}

.post-meta {
  display: flex;
  /* margin: 0 0 10px; */
  align-items: center;
  color: #444;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  justify-content: center;
}

.category .post-meta {
   border-top: 1px solid #e4e0e0;
   border-bottom: 0 solid #e4e0e000;
   padding-top: 12px;
   margin-top: 12px;
   justify-content: space-between;
}

.arh-auth {
    margin: 0 15px 0 0;
}

.arh-auth img {
  border-radius: 50%;
}

.author-name {
  color: #4bc2c3;
}

.category .blog-post-inner .post-title a {
    height: 46px;
    font-size: 18px;
    margin: 0 0 10px 0;
    font-weight: 600;
    line-height: 1.3;
    color: #303030;
}

.page-title {
    font-size: 1.7rem;
    color: #4bc2c3;
    margin-bottom: 0;
    line-height: 1.4;
}

.gt1 {
  padding-bottom: 50px !important
}

.gt1 h1 {
    color: #fff;
    font-size: 54px;
    font-style: normal;
    line-height: 64px;
}

.gt1 .box-tx-gt1 {
  background-color: #4bc2c3a1;
  border-radius: 20px;
  padding: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.gt2 .row {
  max-width: 1520px !important
}

.gt2 {
  padding-bottom: 20px !important
}

.head-tit {
      color: #4bc2c3;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
}

.gt2 h2 {
  color: #000;
    text-align: left;
    border: 0 solid #000;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 45px;
    font-weight: 800;
    line-height: 55px;
}

.gt2 p {
  line-height: 26px;
  margin-bottom: 10px
}

.gt2 .button-4 {
  background-color: #4bc2c3;
    border-radius: 10px;
    justify-content: center;
    align-self: auto;
    width: 316px;
    margin-top: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    display: flex;
    color: #fff;
}

.gt3 .head-tit {
  text-align: center;
  margin-bottom: 5px
}

.gt3 h2 {
  color: #000;
    text-align: center;
    border: 0 solid #000;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 45px;
    font-weight: 800;
    line-height: 55px;
}

.gt3 .box {
  background-color: #fff;
  border-bottom: 5px solid #0000;
  border-radius: 20px;
  box-shadow: 1px 1px 14px #0000001a;
  padding: 30px;
  /* max-width: 85%; */
}

.gt3 .box img {
  width: auto;
  display: block;
  margin: 0 auto;
  height: 140px;
  object-fit: contain;
}

.gt3 .box h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin: 15px 0 0;
}

.gt3  .box-text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.gt3 .box-text.text-center {
    padding: 0;
}

.gt3 .box:hover {
      border-bottom: 5px solid #4bc2c3;
}

.gt3 {
  padding-bottom: 20px !important;
  overflow: hidden;
}

.gt4 .row {
  max-width: 1520px !important
}

.gt4 h2 {
      color: #000;
    text-align: left;
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 45px;
    font-weight: 800;
    line-height: 55px;
}

body {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.gt4 .button-1 {
      color: #4bc2c3;
      background-color: #fff;
      border: 2px solid #4bc2c3;
      border-radius: 10px;
      width: 316px;
      height: 60px;
      margin-top: 30px;
      font-size: 18px;
      font-weight: 600;
      line-height: 60px;
      text-align: center;
      display: inline-block;
}

.gt4 .button-1:hover {
  background-color:  #4bc2c3;
  color: #fff;
}

.ca2 h2 {
  color: #000;
  text-align: center;
  font-size: 45px;
  font-weight: 800;
  line-height: 55px;
  margin-bottom: 30px;
}

.ca2 .row {
  max-width: 1520px !important
}

.ca2 .box {
      text-align: center;
      border: 0 solid #000;
      border-bottom: 5px solid #0000;
      border-radius: 20px;
      margin-top: 50px;
      padding: 50px 38px 0;
      box-shadow: 1px 1px 20px #00000026;
}

.ca2 .box .box-image {
  overflow: visible; 
}

.ca2 .box img {
  width: 125px;
  display: block;
  margin: -105px auto 0;
}

.ca2 .box-text {
  padding: 0;
}

.ca2 h3 {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.ca2 .box-text p {
    color: #000;
    text-align: center;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
}

.apply {
    color: #4bc2c3;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    margin-top: 5px !important;
}

.phare1 {
  min-height: 285px;
}

.ca2 .box:hover {
  border-top: 3px #4bc2c3;
  border-bottom: 5px solid #4bc2c3;
  border-left: 5px #4bc2c3;
  border-right: 3px #4bc2c3;
  border-radius: 20px;
}

.ca2 {
  padding-bottom: 20px !important
}

.ca3 {
  padding-bottom: 0 !important
}

.ca3 h2 {
  color: #000;
  margin-bottom: 20px;
  padding-top: 0;
  font-size: 32px;
  font-weight: 800;
  line-height: 42px;

}

.ca3 p {
  color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.ca3 .medium-6 {
  padding-bottom: 50px
}

.ca3 .heading-32 {
    margin-top: 50px;
}

.ca4 h2 {
      color: #000;
    text-align: center;
  
    font-size: 45px;
    line-height: 55px;
}

.ca4 .paragraph-21 {
    color: #000;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 520px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    display: block;
}

.ca4 .box h4 {
  color: #4bc2c3;
    margin-top: 0;
    margin-bottom: 10px;
    /* font-family: Manrope, sans-serif; */
    font-size: 25px;
    line-height: 35px;
}

.ca4 .box-text p {
  color: #000;

    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}

.ca5 h2 {
  color: #000;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 45px;
  text-align: center;
}

.flex-fr {
  display: flex;
  align-items: center;
  width: 100%;
}

.flex-fr p {
  margin-right: 15px;
  width: 50%;
  margin-bottom: 20px
}

.flex-fr p:nth-child(2) {
  margin-left: 15px;
  margin-right: 0
}

.flex-fr input, .flex-fr select {
      box-shadow: none;
    border: 1px solid #ccc;
    height: 50px;
    border-radius: 3px;
    padding: 0 15px;
}

.ca5  .wpcf7-submit {
    color: #fff !important;
    background-color: #4bc2c3 !important;
    border: 2px solid #4bc2c3 !important;
    border-radius: 10px;
    flex-direction: column;
    align-self: center;
    align-items: center;
    width: 316px;
    height: 60px !important;
    margin: 15px auto 0 !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    display: flex;
}

.head-dv {
  position: relative;
  margin-bottom: 40px;
}

/*.head-dv:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #00000045;
  position: absolute;
  left: 0;
  top: 0;
}*/

.head-dv .page-wrapper {
    background: #fff;
    max-width: 1520px;
    position: relative;
}

.head-dv img {
    display: block;
    width: 100%;

}


.container-single {

    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    position: relative;
}

.single-services .box-hd-por {
  background-color: #4bc2c3a1;
    border-radius: 20px;
    padding: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    position: absolute;
    left: 0;
    bottom: 150px;
    width: 800px !important
}

.single-services h1 {
    color: #fff;
    font-size: 54px;
    font-style: normal;
    line-height: 64px;
}

.single-services .header-main p {
      color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.single-services .rank-math-breadcrumb p {
    margin-bottom: 0;
    outline-offset: 0px;
    color: #fff;
    cursor: auto;
    border: 0 solid #000;
    outline: 3px #fff;
    font-size: 20px;
     font-weight: 500;
}


.single-services .rank-math-breadcrumb a {
    color: #f5831f;
}

.single-services .rank-math-breadcrumb {
  padding: 0;
}

.single-services .page-wrapper {
    max-width: 1520px !important;
    background: #fff;
}

.post-summary {
      padding: 40px;
      display: block;
      position: relative;
      box-shadow: 1px 1px 8px #00000026;
      border-radius: 20px;
      margin-bottom: 30px;
      /* top: 80px; */
      position: -webkit-sticky;
      /* position: sticky; */
      -webkit-transition: top 400ms ease;
      -moz-transition: top 400ms ease;
      /* z-index: 2222; */
      background: #fff;
}

.summary {
      /* color: #000; */
      /* margin-top: 0; */
      /* margin-bottom: 30px; */
      /* font-size: 32px; */
      /* font-weight: bold; */
      /* line-height: 42px; */
}

.post-summary ul {
  padding: 0 !important;
  margin: 0 !important;
}

#summary_wrapper .summary-link-wrapper {
    position: relative;
}

.single-services    .col-divided {
        border-right: 0;
        padding-right: 0;
    }

.post-summary  li {
  list-style: none;
  margin: 0 !important;
}

.post-summary  li a:before, .post-summary  li a:after {
    content: '';
    position: absolute;
    top: 14px;
    left: -8px;
    width: 0;
    height: 5px;
    border-radius: 32px;
    background-color: #f5831f;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.post-summary  li a.w--current:before, .post-summary  li a.w--current:after {
    width: 20px;
    left: -28px;
}

.post-summary  li a.w--current:after {
    top: 6px;
}


#summary_wrapper a:after {
    top: 8px;
}

  .post-summary  li a {
      padding-bottom: 10px;
      font-size: 16px;
      font-weight: 600;
      line-height: 26px;
      text-decoration: none;
      display: block;
      position: relative;
      color: #000;
    }

.related-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.related-card {
    display: flex;
    /* gap: 16px; */
    background: #fff;
    border-radius: 16px;
    padding: 18px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .1);
    transition: transform .2s ease, box-shadow .2s ease;
   
}

.related-card .card-thumb {
  width: 20%;
  margin-right: 15px;
}

.related-card .card-content {
  width: 80%;
}

.related-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,.15);
}

.card-thumb img {
  width: 98px;
  height: 98px;
  object-fit: cover;
  border-radius: 12px;
}

.card-content h4 {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 600;
}

.card-content p {
    margin: 0;
    font-size: 15px;
    color: #333;
    line-height: 1.4;
    font-weight: 500;
    line-height: 22px;
}

.single-services .portfolio-inner {
  display: flex;
}

.single-services .sidebar-dv {
  width: 35%;
  margin-right: 30px;
  /* top: 80px; */
  position: -webkit-sticky;
  /* position: sticky; */
  /* -webkit-transition: top 400ms ease; */
  -moz-transition: top 400ms ease;
}

.header-main.fixed {
    background: #fff;
    box-shadow: 0 5px 15px #cccccc7d;
}

.single-services .wpcf7 h4 {
    color: #000;
    font-size: 25px;
    line-height: 35px;
    text-decoration: none;
}

.single-services .post-content div, .services-details .post-content p {
  margin: 10px 0;
}

.services-details .post-content img {
  width: auto;
  display: block;
  margin: 0 auto;
}

.related-cards h3 {
  color: #000;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 42px;
}

.ctn {
  max-width: 1520px;
  margin: 0 auto;
}

.portfolio-bottom {
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 0;
    background-color:#fff;
}

.box-por-bottom {
  display: flex;
  align-items: center;
}

.box-por-bottom .wpcf7 {
    box-shadow: 0 2px 5px #0000001a;
    background: #fff;
    padding: 30px 30px 3px;
    border-radius: 12px;
    max-width: 650px;
    margin: 0 auto;
}

.box-por-bottom .wpcf7 input {
  box-shadow: none;
    border: 1px solid #ccc;
    height: 40px;
    border-radius: 3px;
    padding: 0 15px;
}

.box-por-bottom .wpcf7-submit {
  color: #4bc2c3 !important;
  background-color: #0000 !important;
  border: 2px solid #4bc2c3 !important;
  border-radius: 10px;
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 316px;
  height: 60px !important;
  margin: 15px auto 0 !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  display: flex;
}

.box-por-bottom .wpcf7-spinner {
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0; 
}

.box-por-bottom .l-box-por {
  width: 41%;
}

.box-por-bottom .r-box-por {
  width: 59%
}

.services-archive {
    /* padding: 40px 0; */
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 30px;
}

.service-card {
    background: #fff;
}

.service-thumb {
    display: block;
    overflow: hidden;
}

.service-thumb img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.service-content {
    padding-top: 16px;
    padding: 15px 12px;
}

.service-title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 8px;
}

.service-title a {
    color: #111;
    text-decoration: none;
}

.service-title a:hover {
    text-decoration: underline;
}

.service-excerpt {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

.slider-related-blog {
      display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 30px;
}

.related-content {
  background: #fff;
  padding: 15px 12px
}

.related-title {
    font-size: 15px;
    line-height: 22px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.related-title a {
  color: #111;
}

.related-excerpt {
      font-size: 14px;
      color: #3d3b3b;
      line-height: 1.6;
      margin-bottom: 10px;
      overflow: hidden;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      

.related-title {
      font-size: 15px;
      line-height: 22px;
      overflow: hidden;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
};
}

.related-blog-item img {
  height: 175px;
  object-fit: cover;
  width: 100%;
}

.lienhe .col-inner {
      padding: 15px 12px;
    background: #fff;
}

.lienhe input {
      color: #5c5c5c;
    height: 40px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    box-shadow: none;
  margin-bottom: 0;
}

.flex-fr {
  display: flex;
}

.wpcf7 p {
    margin: 0;
    padding: 0;
    margin-bottom: 1rem;
    font-size: 14px;
}

.flex-fr p {
  margin-right: 10px;
}

.flex-fr p:nth-child(2) {
  margin-right: 0;
  margin-left: 10px;
}

.lienhe .wpcf7-submit {
      margin: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
}

textarea{
  color: #5c5c5c;
    height: 40px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    height: 90px;
    box-shadow: none;
    min-height: 90px;
}

 .contact-info__item {
    margin-bottom: 10px;
    display: flex;
}


.ft .contact-info__item .right {
    margin-left: 0;
    font-size: 14px;
    line-height: 20px;
}

 .contact-info__item .left .icon {
    width: 40px;
    height: 40px;
    display: block;
    background: #e7e7e7;
    border-radius: 50%;
}

.ft .contact-info__item .left .icon {
    width: 35px;
    height: 35px;
  
    background: #ff9050;
 
}

.contact-info__item .left svg {
    display: block;
    width: 18px;
    margin: 0 auto;
    height: 100%;
    color: #fff;
}

.page-id-240 .page-wrapper {
   
    background: #faf9f9;
}

.single .entry-content {
    padding-top: 0;
}

div#contact-menu {
    position: fixed;
    z-index: 3;
    right: 20px;
    top: 30%;
    width: 90px;
    text-align: center;
    box-shadow: 0 10px 15px rgb(0 0 0 / 12%), 0 10px 12px rgba(0, 0, 0, .22);
    border-radius: 40px;
    padding: 25px 0 20px;
    background: #fff;
}

div#contact-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

div#contact-menu ul li {
    padding: 2px 0;
    margin-bottom: 0;
}

div#contact-menu ul li a {
    font-size: 12px;
    white-space: nowrap;
    color: #4bc2c3;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
    line-height: 20px;
}

div#contact-menu ul li img {
    width: auto;
}

 .view_map {
    font-style: italic;
    font-size: 12px;
    color: #ff9050;
}

.ft .contact-info__item strong {
  font-size: 15px
}

.gtranslate_wrapper {
  margin-left: 12px;
}

.gtranslate_wrapper .glink {
  margin: 0 3px;
  padding: 0;
}

a.glink.gt-current-lang {
    font-weight: bold;
    color: #4bc2c3;
}

.translated-ltr .header .flex-row {
 
    max-width: 1580px;
   
}

.footer-secondary {
  display: none
}

.woocommerce .page-title-inner {
    min-height: auto;
    padding: 7px 15px !important;
   
}

.woocommerce-breadcrumb, .tax-product_cat .page-title-inner {
    background: transparent !important;
    font-size: 13px;
    line-height: 26px;
    text-transform: none;
    /* padding: 0; */
}

.tabs.wc-tabs.product-tabs {
  justify-content: start
}

.widget-title.shop-sidebar {
      padding: 17px 0 0;
      margin-bottom: 10px;
      font-size: 18px;
      text-transform: uppercase;
      color: #000;
      line-height: 1.3;
}

.widget>ul.product-categories>li>a {
  color: #767676;
  font-size: 14px;
}

.widget>ul.product-categories>li.current-cat>a, .widget>ul.product-categories>li>a:hover {
    color: #4bc2c3 !important;
}

.tax-product_cat .woocommerce-breadcrumb {
  margin: 0;
}

.tax-product_cat .page-title-inner {
  padding: 0 0 20px !important;
}

.slide-dnbs  .medium-4 {
  flex-basis: 100%;
  max-width: 100%;
}

.slide-dnbs .slick-dots, .slider-ph .slick-dots  {
    bottom: -15px;
}


@media screen and (max-width:1145px) {
#top-bar {
  display: none !important
}

#logo {
  margin: 0;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
}

    .flex-col.show-for-medium.flex-right, .flex-col.show-for-medium.flex-left {
        flex: 0 0 auto;
    }

        .flex-col.show-for-medium.flex-left {
        margin-left: 0;
        margin-right: auto;
    }

.single-post .breadcrumbs {
    margin-bottom: 0;
}

.s2 .box .box-text {
    height: auto !important;
    background: rgb(75 194 195 / 73%);
    backdrop-filter: blur(1px);
    padding: 15px 12px 0px;
}

.s2 .box p {
    display: block;
    /* color: #fff; */
}

.s2 .box h2 {
    font-weight: 700;
    font-size: 25px;
    line-height: 1.5;
    color: #f5831f;
    margin-bottom: 10px;
}

.bn .section-bg {
    /* height: 400px; */
}

.bn {
    /* padding: 130px 0 0 !important; */
    /* width: 100%; */
    /* height: 400px; */
}

.bn h1 {
    width: 100%;
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px;
    max-width: 100%;
}

.bn p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-top: 10px;
}

.bn .button-5 {
    margin-top: 30px;
    font-size: 16px;
    line-height: 26px;
}

.s1 .medium-3 {
      flex-basis: 50%;
    max-width: 50%;
}

.s1 .features-block-4 {
    padding: 15px;
}

.s1 .features-title {
    font-size: 25px;
    font-weight: 800;
    line-height: 35px;
}

.s1 .text-block-2 {
    color: #303030;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.s2 {
  padding-bottom: 20px !important
}

.s3 {
      padding-top: 0 !important;
      overflow: hidden;
}

.s3 h2 {
    padding-top: 10px;
    font-size: 35px;
    line-height: 45px;

}

#link-fb {
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 30px;
    color: #fff;
    background-color: #f5831f;
    border: 2px solid #0000;
    border-radius: 10px;
    margin-top: 10px;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
}

.s4 .img {
  width: 100% !important
}

.gt3 .box {
    max-width: 85%;
}

.map h2 {
    font-size: 45px;
    line-height: 50px;
}

.map .heading-11 {
    margin-top: 0;
}

.map img {
    width: 100%;
}

.form .patients {
    font-size: 30px;
    margin-bottom: 25px;
}

.ft .medium-3 {
    flex-basis: 100% !important;
    max-width: 100% !important;
}

.ft ul {
  margin-bottom: 0 !important
}

.copyright-footer p {
    font-size: 13px;

}

.off-canvas-center .nav-vertical>li>a {
    font-size: 1em;
        padding-bottom: 10px;
    padding-top: 10px;
}

.s2 {
  padding-top: 20px !important
}

.s4 .button-1 {
    width: 168px;
    height: 55px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
   
    line-height: 28px;
  
}

.gt1 h1 {
    font-size: 35px;
    line-height: 45px;
}

.gt1 .box-tx-gt1 {
    padding: 25px;
}

.gt2 h2 {
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 35px;
}

.gt4 h2 {
    color: #000;
    text-align: left;
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 32px;
    font-weight: 800;
    line-height: 42px;
}

.single-post .breadcrumbs {
    margin-bottom: 0;
}

.single .post-meta {
    justify-content: start;
}

.slider-related-blog {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.related-blog-item img {
    height: 125px;
    border-radius: 5px;
}

.related-title, .related-excerpt {
  
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.ca2 h2 {
    font-size: 35px;
    line-height: 45px;
  
}

.ca3 .heading-32 {
    margin-top: 0;
    font-size: 30px;
}

.ca3 .medium-6 {
    padding-bottom: 20px;
}

.ca3 h2 {
    font-size: 28px;
    line-height: 38px;
}

.ca4 h2, .ca5 h2 {
    font-size: 35px;
    line-height: 45px;
}

.ca4 .box-image img {
    margin: 0 auto;
    max-width: 60%;
    width: 60%;
    display: block;
}

.flex-fr p {
    margin-right: 3px;
}

.flex-fr p:nth-child(2) {
    margin-left: 3px;
    margin-right: 0;
}

.single-services .box-hd-por {
    left: 5%; 
    width: 90% !important;
    padding: 20px;
}

.single-services .rank-math-breadcrumb p {
    font-size: 16px;
}
.single-services h1 {
    color: #fff;
    font-size: 30px;
    font-style: normal;
    line-height: 40px;
}

.single-services .portfolio-inner {
    display: block;
}

.single-services .sidebar-dv {
    width: 100%;
    margin-right: 0;
}

.post-summary {
    padding: 25px 40px;
    position: relative;
    top: auto;
    position: relative;
    position: relative;
   
}    

.related-card .card-thumb {
    width: 30%;
    margin: 0 !important;
    margin-right: 15px !important;
}

.related-card .card-content {
    width: 75%;
    margin: 0 !important;
}

.box-por-bottom {
    display: block; 
}

.box-por-bottom .l-box-por {
    width: 41%;
    display: none;
}

.box-por-bottom .r-box-por {
    width: 94%;
    margin: 0 auto 30px;
}

.lienhe {
    padding-left: 0 !important;
    padding-right: 0 !important
  }
  
  .lienhe iframe {
    height: 250px !important
  }

  div#contact-menu-mb {
        position: fixed;
        z-index: 3;
        bottom: 0;
        left: 0;
        top: auto;
        width: 100%;
        padding: 10px 0 1px;
        background: #ff9050;
        box-shadow: 0 4px 4px rgba(0,0,0,.25);
        border-radius: 30px 30px 0 0;
    }

    div#contact-menu-mb>ul {
        display: flex;
        flex-direction: row;
        margin-bottom: 0;
        justify-content: space-between;
        padding: 0 15px;
    }

    div#contact-menu-mb>ul>li {
        width: auto;
        display: flex;
        flex-direction: column;
        gap: 5px;
        align-items: center;
        margin-bottom: 0;
    }

    div#contact-menu-mb ul li a {
        font-size: 14px;
        white-space: nowrap;
        color: #fff;
        font-weight: 700;
        margin-bottom: 5px;
        display: block;
    }

    div#contact-menu-mb>ul>li img {
        height: 35px;
        vertical-align: middle;
    }
    
    .s2 .box p a {
    font-weight: 700;
    font-size: 17px;
    line-height: 1.5;
    color: #fff;
    text-decoration: underline;
}

.head-dv {
    position: relative;
    margin-bottom: 15px;
}
}