@charset "UTF-8";
/* Transition || Geçiş */
/* Scale */
/* Skew */
/* Rotate */
/* Placeholder Color */
/* Photoshop Character Spacing */
/** Mobile Contact (START) **/
.mContact {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 15px;
  z-index: 9; }
  .mContact a {
    padding: 10px;
    border-radius: 10px;
    color: #FFF;
    font-size: 12px; }
    .mContact a img {
      width: 30px;
      margin-right: 10px; }
    .mContact a.wp {
      background: #55cd6c; }
    .mContact a.phone {
      background: #171717; }

/** Mobile Contact (END) **/
/** Mobile Menu (START) **/
.menuKapa {
  width: 100%;
  position: fixed;
  right: 0;
  height: 100%;
  z-index: 999;
  top: 0;
  background: rgba(32, 32, 32, 0.5);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .menuKapa.mobile-menu-active {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }

.menuAc {
  width: 45px;
  height: 45px;
  background-color: #333;
  color: #FFF;
  font-size: 25px;
  text-align: center;
  line-height: 45px;
  display: none;
  border: 1px solid #FFF;
  position: relative;
  cursor: pointer; }
  .menuAc.menuKapa span {
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    .menuAc.menuKapa span:first-child {
      -webkit-transform: rotate(45deg) translateX(-50%) translateY(calc(-50% - 7.5px));
              transform: rotate(45deg) translateX(-50%) translateY(calc(-50% - 7.5px)); }

#mobile-menu {
  position: fixed;
  left: -300px;
  font-family: "Montserrat", sans-serif;
  top: 0;
  width: 250px;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 9999999999999999;
  height: 100%;
  overflow-y: scroll;
  background-color: #ffffff;
  }
  #mobile-menu .logo {
    width: 200px;
    margin: 0 auto !important;
    padding: 15px 0; }
  #mobile-menu .search {
    position: relative;
    padding: 15px; }
    #mobile-menu .search .search-form {
      width: 100%;
      border-bottom-left-radius: 7.5px;
      border-bottom-right-radius: 7.5px;
      z-index: -1;
      position: relative;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
      #mobile-menu .search .search-form input {
        background-color: #323732;
        border: none;
        padding: 15px;
        color: #FFF;
        font-weight: 400;
        width: 100%;
        border-radius: 7.5px;
        font-size: 13px; }
      #mobile-menu .search .search-form button {
        width: 35px;
        height: 35px;
        background-color: #282f3c;
        color: #FFF;
        border: none;
        border-radius: 5px;
        position: absolute;
        right: 7.5px;
        top: 7.5px; }
        #mobile-menu .search .search-form button:hover {
          background-color: #282f3c; }
  #mobile-menu ul {
    display: block;
    border: none;
    list-style: none;
    padding-left: 0; }
    #mobile-menu ul li a {
      color: #000;
      border: none;
      font-size: 14px;
      border-bottom: 1px solid #c8c8c8;
      line-height: 45px;
      padding-left: 8px;
      display: block;
      letter-spacing: -0.5px;
      padding: 0 10px;
      -webkit-transition: all .5s;
      transition: all .5s;
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      }
      #mobile-menu ul li a i {
        margin-right: 10px; }
      #mobile-menu ul li a:hover {
        background-color: #282f3c;
        color: #FFF !important;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
    #mobile-menu ul li ul {
      background: none !important;
      max-height: 0 !important;
      overflow: hidden;
      -webkit-transition: all 1s;
      transition: all 1s; }
      #mobile-menu ul li ul li a {
        position: relative;
        padding-left: 25px !important;
        font-weight: 400;
        color: #FFF; }
        #mobile-menu ul li ul li a:before {
          content: "\f105";
          position: absolute;
          left: 12px;
          top: 0;
          line-height: 46px;
          width: 40px;
          height: 46px;
          display: block;
          color: #FFF;
          font-weight: bold;
          font-family: "Font Awesome 5 Free"; }
      #mobile-menu ul li ul li ul li a {
        position: relative;
        padding-left: 45px !important; }
        #mobile-menu ul li ul li ul li a:before {
          left: 22px; }
    #mobile-menu ul li.acik > ul {
      background-color: #356a8f !important;
      -webkit-box-shadow: inset 0 20px 20px -23px #000;
              box-shadow: inset 0 20px 20px -23px #000;
      max-height: 2000px !important;
      -webkit-transition: all 1s;
      transition: all 1s; }
    #mobile-menu ul li.menu-item-has-children a {
      position: relative;
      overflow: hidden;
      border-bottom: 1px solid #c8c8c8;
      }
    #mobile-menu ul li.menu-item-has-children > a:after {
      position: absolute;
      right: 0;
      top: 0;
      color: #FFF;
      width: 46px;
      height: 100%;
      background-color: #282f3c;
      text-align: center;
      content: "\f107";
      font-family: "Font Awesome 5 Free";
      font-weight: bold;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    #mobile-menu ul li.menu-item-has-children.acik > a {
      color: #FFF !important;
      background-color: #124f7a;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      #mobile-menu ul li.menu-item-has-children.acik > a:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
  #mobile-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #282f3c; }
  #mobile-menu::-webkit-scrollbar {
    width: 1px;
    background-color: #282f3c; }
  #mobile-menu::-webkit-scrollbar-thumb {
    background-color: #282f3c;
    -webkit-transition: all .5s;
    transition: all .5s; }
  #mobile-menu.mobile-menu-active {
    left: 0 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }

/** Mobile Menu (END) **/
* {
  outline: none !important;
  font-family: "Montserrat", sans-serif; }
  *:focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }

html {
  overflow-x: hidden; }

body {
  font-size: 14px;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased; }

figure {
  margin: 0 !important; }
  figure a {
    display: block; }

nav.menu ul {
  padding: 0;
  margin: 0; }
  nav.menu ul li {
    list-style-type: none;
    float: left; }
    nav.menu ul li a {
      display: block; }
  nav.menu ul:after {
    content: "";
    display: block;
    clear: both; }

.container-fluid.full-width {
  padding: 0 5%; }

.img-fit {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  height: inherit; }

p {
  font-size: 16px; }

h1, h2, h3, h4, h5, h6 {
  margin: 20px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 900; }

a,
input,
button {
  outline: none !important;
  text-decoration: none !important; }

.full-image img {
  width: 100%;
  height: auto;
  display: block; }

.nav .arrow {
  width: 45px;
  height: 45px;
  border: 1px solid #282f3c;
  color: #282f3c;
  text-align: center;
  border-radius: 100%;
  line-height: 45px;
  margin: 0 7.5px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
  .nav .arrow:hover {
    background-color: #282f3c;
    border-color: #282f3c;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    color: #FFF;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }

.btn {
  color: #FFF;
  background-color: #5abcd9;
  border-radius: 5px;
  line-height: 50px;
  font-weight: 600;
  padding: 0 25px;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  }
  .btn i {
    margin-left: 20px; }
  .btn:hover {
    background-color: #606060;
    color: #FFF;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    }

.mobile-hamburger-menu {
  display: none;
  right: 15px;
  top: 50%;
  padding: 10px;
  width: 40px;
  height: 36px;
  z-index: 999999;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .mobile-hamburger-menu .hamburger-menu {
    position: relative;
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
    background: #000;
    -webkit-transition: all 0ms 300ms;
    transition: all 0ms 300ms;
    width: 20px;
    height: 2px; }
    .mobile-hamburger-menu .hamburger-menu:after {
      height: 2px;
      content: "";
      position: absolute;
      right: 0;
      width: 11px;
      top: 7px;
      background: #000;
      -webkit-transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
    .mobile-hamburger-menu .hamburger-menu:before {
      height: 2px;
      content: "";
      position: absolute;
      right: 0;
      width: 29px;
      bottom: 7px;
      background: #000;
      -webkit-transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
  .mobile-hamburger-menu .hamburger-menu.animate {
    background: rgba(255, 255, 255, 0); }
    .mobile-hamburger-menu .hamburger-menu.animate:before {
      bottom: 0;
      width: 20px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }
    .mobile-hamburger-menu .hamburger-menu.animate:after {
      top: 0;
      width: 20px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.site-header {
  position: relative; }
  .site-header .head-left {
    padding-left: 5% !important; }
    .site-header .head-left .logo {
      padding: 15px 0;
      width: 300px;
      }
  .site-header .head-right {
    background-color: #fff;
    padding-right: 5% !important; }
    .site-header .head-right .contact .item {
      border-right: 1px solid #ccc;
      padding: 0 25px; }
      .site-header .head-right .contact .item .icon {
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        font-size: 20px;
        margin-right: 15px; }
        .site-header .head-right .contact .item .icon i {
          color: #5abcd9; }
      .site-header .head-right .contact .item .desc {
        letter-spacing: 1px;
        font-size: 14px; }
        .site-header .head-right .contact .item .desc a {
          color: #282f3c;
          display: block; }
      .site-header .head-right .contact .item:first-child {
        margin-left: 0; }
      .site-header .head-right .contact .item:last-child {
        margin-right: 0;
        border: none; }
  .site-header .bottom {
    background-color: #282f3c; }
    .site-header .bottom .bottom-right {
      width: max-content;
      padding: 0;
    }
    .site-header .bottom nav {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }
      .site-header .bottom nav.menu ul li {
        margin: 0;
        position: relative; }
        .site-header .bottom nav.menu ul li a {
          line-height: 65px;
          display: block;
          color: #FFF;
          font-weight: 600;
          padding: 0 7.5px;
          white-space: nowrap;
          }
        .site-header .bottom nav.menu ul li ul {
          position: absolute;
          left: 0;
          background-color: #FFF;
          z-index: 2;
          top: 60%;
          opacity: 0;
          pointer-events: none;
          -webkit-transition: all, .4s;
          transition: all, .4s; }
          .site-header .bottom nav.menu ul li ul li {
            float: none;
          }
          .site-header .bottom nav.menu ul li ul li a {
            color: #5abcd9;
            min-width: 200px;
            line-height: 40px;
            border-bottom: 1px solid #ededed; }
            .site-header .bottom nav.menu ul li ul li ul {
              left: 100%;
              top: 0 !important;
            }
          .site-header .bottom nav.menu ul li ul li:last-child a {
            border: none; }
          .site-header .bottom nav.menu ul li ul li:hover {
            background-color: #282f3c;
            color: #FFF; }
        .site-header .bottom nav.menu ul li:hover > a {
          color: #5abcd9; }
        .site-header .bottom nav.menu ul li:hover > ul {
          opacity: 1;
          pointer-events: auto;
          top: 100%;
          -webkit-transition: all, .4s;
          transition: all, .4s; }
    .site-header .bottom .dropdown .btn {
      font-size: 14px;
      line-height: 40px; }
      .site-header .bottom .dropdown .btn:focus {
        background-color: #FFF;
        color: #5abcd9; }
    .site-header .bottom .dropdown ul {
      padding: 0; }
      .site-header .bottom .dropdown ul li a {
        font-size: 13px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        line-height: 30px; }
        .site-header .bottom .dropdown ul li a img {
          width: 20px;
          margin-right: 15px; }
    .site-header .bottom .search {
      min-width: 50px;
      width: max-content;
      text-align: center;
      line-height: 35px;
      font-size: 15px;
      color: #FFF;
      border-left: 1px solid #FFF;
      margin-left: 25px;
      cursor: pointer;
      border-radius: 5px;
      background: white;
      position: relative;
      overflow: hidden;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.2)), color-stop(41%, rgba(255, 255, 255, 0)), to(#282f3c));
      background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 41%, #282f3c 100%);
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      }
      .site-header .bottom .search input {
        width: 0;
        padding: 0;
        line-height: 35px;
        overflow: hidden;
        position: relative;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        font-size: 14px;
      }
      .site-header .bottom .search button {
        position: absolute; 
        width: 35px;
        height: 35px;
        top: 0;
        right: 0;
        background: transparent;
        color: #FFF;
        border: none;
      }
      .site-header .bottom .search:hover input {
        width: 150px;
        padding: 0 45px 0 15px;
         -webkit-transition: all 0.4s;
        transition: all 0.4s; 
      }
      .site-header .bottom .search:hover button {
        color: #282f3c;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }

main .offset-left {
  padding: 0; }

main .offset-right {
  padding: 0; }

main .text-area {
  padding: 50px 0; }

main .section .title {
  text-align: center;
  color: #282f3c;
  font-size: 40px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 25px; }
  main .section .title small {
    font-size: 14px;
    color: #666;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 600; }
  main .section .title p {
    font-size: 14px;
    font-weight: 400; }

main #slider {
  position: relative; }
  main #slider .navigation {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50px;
    padding: 0; }
    main #slider .navigation .slick-arrow {
      position: relative;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      border: 1px solid #5abcd9;
      color: #5abcd9;
      cursor: pointer;
      display: block;
      margin: 10px 0; }
      main #slider .navigation .slick-arrow:hover {
        background-color: #5abcd9; }
        main #slider .navigation .slick-arrow:hover i {
          color: #FFF; }
  main #slider .social-media {
    position: absolute;
    left: 50px;
    bottom: 0;
    width: 40px;
    padding: 0; }
    main #slider .social-media a {
      display: block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 16px;
      text-align: center;
      color: #5abcd9;
      margin-bottom: 15px;
      position: relative; }
      main #slider .social-media a:after {
        content: "";
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background-color: #5abcd9;
        position: absolute;
        left: 0;
        -webkit-transform: scale(0);
                transform: scale(0);
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
      main #slider .social-media a i {
        position: relative;
        z-index: 1; }
      main #slider .social-media a:hover i {
        color: #FFF; }
      main #slider .social-media a:hover:after {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
    main #slider .social-media:after {
      content: "";
      width: 1px;
      height: 75px;
      background-color: #5abcd9;
      display: block;
      margin: 0 auto; }

main .banner {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #FFF; }
  main .banner .title {
    font-size: 40px;
    font-weight: bold;
    }
  main .banner .sub-title {
    font-size: 30px; }
  main .banner .btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block;
    margin: 15px auto 0 auto;
    border-radius: 50px;
    font-weight: bold;
    padding: 0 25px;
    text-transform: uppercase;
    line-height: 75px;
    }

main #services .service {
  padding: 20px 0; }
  main #services .service figure a {
    display: block;
    border: 4px solid #5abcd9;
    position: relative; }
    main #services .service figure a .icon {
      width: 145px;
      height: 145px;
      overflow: hidden;
      border-radius: 100%;
      position: absolute;
      left: 50%;
      top: 0;
      background-color: #FFF;
      border: 4px solid #5abcd9;
      text-align: center;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
  main #services .service .desc {
    position: relative;
    padding: 40px 0;
    text-align: center; }
    main #services .service .desc .title {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 15px;
      color: #282f3c;
      line-height: 30px; }
      main #services .service .desc .title:before {
        display: none; }
      main #services .service .desc .title:after {
        display: none; }
    main #services .service .desc p {
      color: #7a7d8a;
      line-height: 30px; }
    main #services .service .desc .more {
      display: block;
      color: #5abcd9;
      font-weight: bolder;
      position: absolute;
      line-height: 60px;
      width: 60px;
      height: 60px;
      text-align: center;
      bottom: -30px;
      background-color: #FFF;
      border-radius: 100%; }
      main #services .service .desc .more:hover {
        background-color: #282f3c; }
        main #services .service .desc .more:hover i {
          color: #FFF; }

main #why .text {
  text-align: center;
  padding: 0 5%;
  border-top: 1px solid #d7d7d7; }
  main #why .text .title {
    font-size: 31px;
    margin: 50px 0; }
    main #why .text .title small {
      color: #888888;
      font-size: 18px;
      display: block; }
  main #why .text p {
    font-size: 15px;
    color: #6f6f6f;
    letter-spacing: 1px; }

main #why .photos {
  margin: 50px 0 0 0; }
  main #why .photos .more {
    margin: 50px auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 50px;
    border-radius: 50px;
    background: #282f3c;
    }
    main #why .photos .more:hover {
      background-color: #5abcd9;
    }

main #stages {
  background-color: #5abcd9;
  padding: 50px 0; }
  main #stages .title {
    font-size: 24px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 50px; }
    main #stages .title:before {
      content: "Hair Transplant Istanbul";
      font-size: 115px;
      font-weight: bold;
      text-transform: uppercase;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 100%;
      color: #FFF;
      opacity: 0.2; }
  main #stages .item {
    width: 20%;
    padding-top: 75px; }
    main #stages .item figure {
      position: relative; }
      main #stages .item figure a {
        position: relative;
        color: #FFF;
        overflow: hidden;
        border-radius: 100%; }
        main #stages .item figure a img {
          border-radius: 100%; }
        main #stages .item figure a .desc {
          background-color: #282f3c;
          position: absolute;
          left: 0;
          top: -100%;
          height: 100%;
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 0 40px;
          text-align: center;
          border-radius: 100%;
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
          main #stages .item figure a .desc .in .title {
            margin: 0; }
            main #stages .item figure a .desc .in .title:before {
              display: none; }
        main #stages .item figure a:before {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          border: 2px dashed #5abcd9;
          border-radius: 100%; }
      main #stages .item figure .number {
        position: absolute;
        left: 15px;
        bottom: 15px;
        color: #FFF;
        background-color: #282f3c;
        width: 65px;
        height: 65px;
        border-radius: 100%;
        text-align: center;
        line-height: 65px;
        font-weight: bolder;
        font-size: 25px;
        border: 1px dashed #FFF;
        }
        main #stages .item figure .number:before {
          content: "";
          width: 130%;
          height: 130%;
          border-radius: 100%;
          left: -15%;
          top: -15%;
          background-color: #5abcd9;
          opacity: 0.2;
          position: absolute; }
      main #stages .item figure:hover a .desc {
        top: 0;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
      main #stages .item figure:hover .number {
        background-color: #5abcd9;
        border-color: transparent;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        }
        main #stages .item figure:hover .number:before {
          background-color: #282f3c;
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
    main #stages .item:nth-child(2n) {
      padding-top: 0; }

main #faq .offset-p-right {
  background-color: #282f3c;
  padding: 35px 100px; }
  main #faq .offset-p-right .title {
    font-size: 28px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 35px; }
    main #faq .offset-p-right .title small {
      display: block;
      font-size: 19px;
      color: #6f6f6f;
      font-weight: 400; }
  main #faq .offset-p-right .accordion .accordion-item {
    background-color: transparent;
    border: none;
    font-size: 14px; }
    main #faq .offset-p-right .accordion .accordion-item .accordion-header {
      margin: 0;
      border: none; }
      main #faq .offset-p-right .accordion .accordion-item .accordion-header button {
        background-color: transparent;
        color: #5abcd9;
        font-weight: bold;
        font-size: 14px; }
        main #faq .offset-p-right .accordion .accordion-item .accordion-header button:after {
          content: "+";
          background: none;
          -webkit-transform: rotate(0) !important;
                  transform: rotate(0) !important; }
        main #faq .offset-p-right .accordion .accordion-item .accordion-header button.collapsed:after {
          content: "-"; }
    main #faq .offset-p-right .accordion .accordion-item .accordion-body {
      color: #FFF; }

main #contact-us {
  background-image: url("../images/photos/contact-us.jpg");
  background-position: right center;
  padding: 100px 0;
  background-repeat: no-repeat; }
  main #contact-us .title {
    position: relative;
    padding-bottom: 35px;
    color: #282f3c;
    font-size: 54px;
    text-align: left;
    line-height: 54px;
    font-weight: bold; }
    main #contact-us .title small {
      font-size: 18px;
      line-height: 20px;
      margin-bottom: 0;
      color: #666666;
      margin-top: 5px;
      display: block; }
  main #contact-us form {
    padding-right: 100px; }
    main #contact-us form .form-group .column {
      padding: 15px; }
      main #contact-us form .form-group .column input, main #contact-us form .form-group .column textarea {
        width: 100%;
        padding: 15px;
        resize: none;
        height: 65px;
        border: 1px solid #282f3c;
        color: #282f3c; }
        main #contact-us form .form-group .column input[type="submit"], main #contact-us form .form-group .column textarea[type="submit"] {
          max-width: 200px;
          padding: 0 15px;
          color: #FFF;
          display: block;
          margin: 0 auto;
          border-radius: 50px;
          border: none; }
        main #contact-us form .form-group .column input::-webkit-input-placeholder, main #contact-us form .form-group .column textarea::-webkit-input-placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #282f3c;
          opacity: 1; }
        main #contact-us form .form-group .column input::-moz-placeholder, main #contact-us form .form-group .column textarea::-moz-placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #282f3c;
          opacity: 1; }
        main #contact-us form .form-group .column input:-ms-input-placeholder, main #contact-us form .form-group .column textarea:-ms-input-placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #282f3c;
          opacity: 1; }
        main #contact-us form .form-group .column input::-ms-input-placeholder, main #contact-us form .form-group .column textarea::-ms-input-placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #282f3c;
          opacity: 1; }
        main #contact-us form .form-group .column input::placeholder, main #contact-us form .form-group .column textarea::placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #282f3c;
          opacity: 1; }
        main #contact-us form .form-group .column input:-ms-input-placeholder, main #contact-us form .form-group .column textarea:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #282f3c; }
        main #contact-us form .form-group .column input::-ms-input-placeholder, main #contact-us form .form-group .column textarea::-ms-input-placeholder {
          /* Microsoft Edge */
          color: #282f3c; }
      main #contact-us form .form-group .column textarea {
        resize: none; }
      main #contact-us form .form-group .column:last-child {
        margin-bottom: 0; }

main #before-after {
  padding: 100px 0;
  background-color: #f9f9f9; }
  main #before-after .item figure a {
    display: block;
    border: 3px solid #5abcd9; }

main #patient-comments {
  position: relative;
  padding: 100px; }
  main #patient-comments .title {
    position: relative; }
    main #patient-comments .title .navigation {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 70px;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      main #patient-comments .title .navigation .slick-arrow {
        position: relative;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        color: #282f3c;
        cursor: pointer;
        display: block;
        margin: 0 2.5px;
        background-color: #f7f7f7;
        font-size: 12px; }
        main #patient-comments .title .navigation .slick-arrow:hover {
          background-color: #282f3c; }
          main #patient-comments .title .navigation .slick-arrow:hover i {
            color: #FFF; }
  main #patient-comments .items .slick-list {
    padding: 50px 0; }
  main #patient-comments .items .item {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 50px;
    text-align: center;
    position: relative; }
    main #patient-comments .items .item:before {
      content: "";
      border-style: solid;
      border-width: 25px;
      position: absolute;
      top: -50px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      border-left-color: transparent;
      border-top-color: transparent;
      border-right-color: transparent;
      border-bottom-color: #ccc; }
    main #patient-comments .items .item:after {
      content: "";
      border-style: solid;
      border-width: 25px;
      position: absolute;
      top: -49px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      border-left-color: transparent;
      border-top-color: transparent;
      border-right-color: transparent;
      border-bottom-color: #fff; }
    main #patient-comments .items .item .patient {
      font-weight: bold;
      color: #303030; }
      main #patient-comments .items .item .patient:before {
        content: "";
        width: 40px;
        height: 1px;
        background: #ccc;
        margin: 15px auto;
        display: block; }
    main #patient-comments .items .item .country img {
      margin: 0 auto; }
  main #videos {
  position: relative;
  padding: 100px; }
  main #videos .title {
    position: relative; }
    main #videos .title .navigation {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 70px;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      main #videos .title .navigation .slick-arrow {
        position: relative;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        color: #282f3c;
        cursor: pointer;
        display: block;
        margin: 0 2.5px;
        background-color: #f7f7f7;
        font-size: 12px; }
        main #videos .title .navigation .slick-arrow:hover {
          background-color: #282f3c; }
          main #videos .title .navigation .slick-arrow:hover i {
            color: #FFF; }
  main #videos .items .slick-list {
    padding: 50px 0; }
  main #videos .items .item {
    border: 5px solid #5abcd9;
    border-radius: 10px;
    padding: 0;
    text-align: center;
    position: relative;
    }
    main #videos .items .item img {
      border-radius: 5px;
    }
    main #videos .items .item .patient {
      font-weight: bold;
      color: #303030; }
      main #videos .items .item .patient:before {
        content: "";
        width: 40px;
        height: 1px;
        background: #ccc;
        margin: 15px auto;
        display: block; }
    main #videos .items .item .country img {
      margin: 0 auto; }
main #featured {
  background-color: #5abcd9;
  padding: 65px 0; }
  main #featured .title {
    color: #FFF;
    margin-bottom: 50px; }
    main #featured .title small {
      color: #FFF; }

main .page-head {
  background-image: url("https://www.sapphirehairclinic.com/wp-content/uploads/2022/01/sapphire-bck.jpg");
  padding: 100px 0 100px 0;
  }
  main .page-head .breadcrumbs span a {
    color: #282f3c;
    font-weight: bold; }
  main .page-head h1 {
    margin: 0; }

main .page-inner .in {
  margin: 30px 0;
  }
  main .page-inner .in.detail .in {
    padding: 0 15px;
    margin: -15px 0;
    }
    main .page-inner .in.detail .in h1 {
      font-size: 23px; }
    main .page-inner .in.detail .in h2 {
      color: #282f3c;
      font-size: 20px; }

main .page-inner aside.sidebar .form {
  padding: 40px;
  background-color: #282f3c;
  color: #FFF;
  }
  main .page-inner aside.sidebar .form .title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 25px; }
    main .page-inner aside.sidebar .form .title small {
      font-size: 14px;
      font-weight: 400;
      display: block; }
  main .page-inner aside.sidebar .form .form-group {
    margin-bottom: 15px; }
     main .page-inner aside.sidebar .form .form-group .iti {
       color: #000;
     }
    main .page-inner aside.sidebar .form .form-group input, main .page-inner aside.sidebar .form .form-group textarea {
      padding: 20px;
      width: 100%;
      resize: none;
      border-radius: 10px;
      border: none; }
    main .page-inner aside.sidebar .form .form-group input[type="submit"] {
      width: 200px;
      padding: 0;
      background: #FFF;
      line-height: 55px;
      border-radius: 10px;
      color: #4dbdd7;
      font-weight: bold;
      font-size: 20px;
      display: block;
      margin: 0 auto;
      }
      main .page-inner aside.sidebar .form .form-group input[type="submit"]:hover {
        background-color: #282f3c;
        color: #ffffff;
        }
    main .page-inner aside.sidebar .form .form-group:last-child {
      margin: 0; }

main .page-inner aside.sidebar .btn.big {
  margin: 0;
  font-size: 25px;
  font-weight: bold;
  border-radius: 0;
  width: 100%;
  line-height: 25px;
  padding: 25px;
  text-align: left; }
  main .page-inner aside.sidebar .btn.big small {
    display: block;
    font-weight: 400;
    font-size: 14px; }

main .page-inner aside.sidebar .btn:hover {
  background-color: #c12f00; }

main .page-inner aside.sidebar .patient-gallery {
  margin: 25px 0; }
  main .page-inner aside.sidebar .patient-gallery .title {
    font-size: 25px;
    font-weight: bold;
    color: #282f3c;
    margin-bottom: 25px; }
  main .page-inner aside.sidebar .patient-gallery .photos .photo figure a {
    display: block;
    border-radius: 10px;
    overflow: hidden; }

@media screen and (max-width: 1000px) and (min-width: 300px) {
  main {
    /* Mobile Size */ }
    main .page-head {
      padding: 20px 0; }
      main .page-head h1 {
        font-size: 25px;
        margin: 5px; }
      main .page-head .breadcrumbs {
        font-size: 14px; }
    main .page-inner {
      margin: 40px 0; }
      main .page-inner .not-found h1 {
        font-size: 150px;
        line-height: 70px; }
      main .page-inner aside.sidebar {
        margin-top: 75px; } }

footer {
  background-color: #161a21; }
  footer .main {
    background-image: url("../images/photos/footer-BG.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 100px 0;
    color: #FFF;
    font-size: 15px; }
    footer .main figure {
      margin-bottom: 15px !important; }
    footer .main p {
      line-height: 30px; }
    footer .main .social-media {
      margin-top: 25px; }
      footer .main .social-media a {
        display: inline-block;
        width: 40px;
        height: 40px;
        text-align: center;
        color: #FFF; }
    footer .main .title {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 40px;
      position: relative; }
      footer .main .title:after {
        content: "";
        position: absolute;
        width: 20px;
        height: 2px;
        left: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.3); }
    footer .main .post {
      color: #FFF;
      margin-bottom: 25px; }
      footer .main .post figure {
        width: 75px;
        height: 75px;
        border-radius: 5px;
        overflow: hidden; }
      footer .main .post .desc {
        width: calc(100% - 75px);
        padding: 0 15px; }
        footer .main .post .desc .date {
          color: #282f3c;
          margin-bottom: 15px; }
        footer .main .post .desc p {
          line-height: 20px; }
      footer .main .post:last-child {
        margin: 0; }
    footer .main ul {
      padding: 0;
      margin: 0; }
      footer .main ul li {
        list-style-type: none; }
        footer .main ul li a {
          display: block;
          color: #FFF;
          line-height: 30px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
        footer .main ul li:last-child a {
          border: none; }
    footer .main .contact .item {
      line-height: 40px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      margin: 0 0 15px 0; }
      footer .main .contact .item i {
        color: #282f3c;
        margin-right: 15px; }
      footer .main .contact .item a {
        color: #FFF; }
      footer .main .contact .item:last-child {
        border-bottom: none;
        margin: 0; }
        footer .main iframe {
          height: 300px;
        }
  footer .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #FFF;
    padding: 15px 0;
    background: #0d1014; }
    footer .copyright p {
      margin: 0; }


      main .page-inner .nav {
        border-bottom: 0;
        margin-bottom: 20px; }
      main .page-inner .nav-item {
        background: #282f3c;
        border: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 0;
        }
        main .page-inner .nav-link i {
          color: #fff;
          font-size: 20px;
          display: block;
          margin-bottom: 5px; }
      main .page-inner .nav-link {
        color: #fff;
		font-size: 20px;
		border: 0;
        font-weight: 600;
        width: 100%;
        display:block;
        padding: 30px 15px;
        }
        main .page-inner .nav-link.active {
          border-radius: 0;
          border-top: 5px solid #4dbdd7; }
      main .page-inner tbody {
        border-top: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6; }
      main .page-inner .table td,
      main .page-inner .table th {
        padding: .75rem;
        vertical-align: initial;
        vertical-align: initial;
        }
      main .page-inner tr tr {
        border: 0; }
      main .page-inner tr .text-primary strong {
        font-size: 15px;
        color: #4dbdd7 !important;
        font-weight: 500; }
      main .page-inner .single-img {
        margin-bottom: 20px; }
      main .page-inner .table-title {
        font-size: 36px;
        color: #4dbdd7;
        padding: 15px 0; }
      main .page-inner-entry h1 {
        color: #4dbdd7;
        margin: 30px 0; }
      main .page-inner-entry h2 {
        color: #4dbdd7;
        margin: 30px 0; }
      main .page-inner-entry h3 {
        color: #4dbdd7;
        margin: 30px 0; }
      main .page-inner-entry h4 {
        color: #4dbdd7;
        margin: 30px 0; }
      main .page-inner-entry p {
        line-height: 1.3;
        margin-bottom: 5px; }
        main .page-inner-entry ul{      padding-left: 30px !important;
          display: inline-block;
          padding: 10px 0;
          }
        main .page-inner-entry ul li {
          list-style: disc;
          padding: 10px 0;
    
          }
          
          main .page-inner-entry ul li ul li {
          list-style-type: circle;
          }
      main .page-inner-form {
        margin-top: 60px;
        border-radius: 20px;
        background-image: linear-gradient(148deg, #4dbdd7 0%, #388597 100%);
        padding: 0 60px;
        text-align: center; }
        main .page-inner-form .title {
          text-transform: uppercase;
          font-size: 37px;
          color: #fff;
          padding: 20px 0; }
        main .page-inner-form input[type=text] {
          width: 100%;
          height: 50px;
          color: #495561;
          border: 0;
          margin-bottom: 20px;
          border-radius: 20px;
          padding: 15px; }
          main .page-inner-form input[type=text]::-webkit-input-placeholder {
            color: #495561; }
          main .page-inner-form input[type=text]::-moz-placeholder {
            color: #495561; }
          main .page-inner-form input[type=text]:-ms-input-placeholder {
            color: #495561; }
          main .page-inner-form input[type=text]::-ms-input-placeholder {
            color: #495561; }
          main .page-inner-form input[type=text]::placeholder {
            color: #495561; }
        main .page-inner-form textarea {
          width: 100%;
          height: 50px;
          color: #495561;
          margin-bottom: 20px;
          border: 0;
          border-radius: 20px;
          padding: 15px; }
          main .page-inner-form textarea::-webkit-input-placeholder {
            color: #495561; }
          main .page-inner-form textarea::-moz-placeholder {
            color: #495561; }
          main .page-inner-form textarea:-ms-input-placeholder {
            color: #495561; }
          main .page-inner-form textarea::-ms-input-placeholder {
            color: #495561; }
          main .page-inner-form textarea::placeholder {
            color: #495561; }
        main .page-inner-form input[type=submit] {
          border: 0;
          text-align: center;
          display: inline-block;
          background: #ffffff;
          color: #495561;
          padding: 12px 67px;
          border-radius: 20px;
          font-weight: bold;
          margin-bottom: 15px; }
          .whatsapp-contact {
            width: 100%;
            float: none;
            margin: 25px auto;
        }
        
        .whatsapp-contact .text {
          border: 1px solid #ccc;
        }
        
        .whatsapp-contact .title {
          background-color: #44b830;
          color: #fff;
          padding: 0 25px;
          margin: 0;
          line-height: 50px;
          text-align: center;
        }
        .whatsapp-contact p {
          margin: 15px 0;
          text-align: center;
        }
        .whatsapp-contact a {
          width: 150px;
          margin: 15px auto;
          display: block!important;
          border-radius: 5px;
          color: #fff;
          background-color: #44b830;
          text-align: center;
          text-decoration: none;
          line-height: 40px;
        }
        main .page-inner aside.sidebar .contact .item {
          padding: 20px 40px;
          background-color: #4dbdd7;
          margin: 15px 0;
          }
          main .page-inner aside.sidebar .contact .item a {
            color: #fff;
            }
          main .page-inner aside.sidebar .contact .item .icon {
            font-size: 50px;
            border-right: 1px solid #FFF;
            padding: 0 30px 0 0;
            }
          main .page-inner aside.sidebar .contact .item .desc {
            padding: 0 30px;
			font-size: 16px;
            }
            main .page-inner aside.sidebar .contact .item .desc span {
              display: block;
			  font-size: 18px;
              font-weight: bold;
              text-transform: uppercase; }


              .accordion {
                /* border-bottom: 1px solid #dbdbdb; */
                margin-bottom: 20px;
            }
            .accordion-title {
                border-bottom: 1px solid #dbdbdb;
                margin: 0;
                padding: 12px 21px;
                font-size: 21px;
                cursor: pointer;
                margin: 0 !important;
                /* background: #eeeeee; */
                display: flex;
                align-items: center;
            }
            .accordion-title:hover {}
            .accordion-title:first-child {border: none;}
            .accordion-title.open {cursor: default;background: #eeeeee;}
            .accordion-content {padding: 12px 18px;background: #eeeeee;line-height: 1.5;border-bottom: 1px solid #dbdbdb;}









            main .page-inner .category {
              /* margin: -15px 0; */
              padding: 25px;
              }
              main .page-inner .category .post {
                padding: 15px; }
                main .page-inner .category .post a {
                  color: #333;
                  display: block;
                  position: relative;
                  background-color: #FFF;
                  -webkit-transition: all 0.5s;
                  transition: all 0.5s; }
                main .page-inner .category .post figure img {
                  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(white));
                  -webkit-mask-image: linear-gradient(to top, rgba(255, 255, 255, 0), white); }
                main .page-inner .category .post .desc {
                  padding: 15px;
                  position: absolute;
                  bottom: 0;
                  left: 0;
                  width: 100%; }
                  main .page-inner .category .post .desc .p-title {
                    font-size: 18px;
                    font-weight: bold; }
                  main .page-inner .category .post .desc p {
                    overflow: hidden;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    font-size: 14px;
                    margin: 0; }
                  main .page-inner .category .post .desc .more {
                    white-space: nowrap;
                    margin-left: 25px;
                    background-color: #19263e;
                    color: #FFF;
                    line-height: 40px;
                    padding: 0 10px;
                    border-radius: 3px;
                    font-weight: bold;
                    }
                main .page-inner .category .post:hover a {
                  background-color: #19263e;
                  color: #FFF;
                  -webkit-transition: all 0.5s;
                  transition: all 0.5s;
                  }
                   main .page-inner .category .post:hover .p-title, main .page-inner .category .post:hover p {
                     color: #FFF;
                   }  
                  main .page-inner .category .post:hover .more {background-color: #FFF; color: #19263e;}
              
                  #contact.page-inner .form .form-group .column {
                    padding: 7.5px;
                  }
                   #contact.page-inner .form .form-group .column p {
                     display: none;
                   }
                  #contact.page-inner .form .form-group .column input, #contact.page-inner .form .form-group .column textarea {
                    padding: 10px;
                    width: 100%;
                  }
                  #contact.page-inner .form .form-group .column textarea {
                    height: 75px;
                    resize: none;
                  }
                  #contact.page-inner .form .form-group .column input[type=submit] {
                    width: 100px;
                    float: none;
                    line-height: 35px;
                  }
                  #contact.page-inner .information {
                    background-color: #ededed;
                    border-radius: 10px;
                    height: 100%;
                    padding: 25px;
                    border-top: 2px solid #212529;
                  }
                  #contact.page-inner .information .title {
                    font-size: 25px;
                    font-weight: bold;
                    margin-bottom: 15px;
                    text-transform: uppercase;
                  }
                  #contact.page-inner .information span {
                    display: block;
                    margin-bottom: 7.5px;
                    border-bottom: 1px solid #ddd;
                    line-height: 20px;
                    padding: 5px 0;
                  }
                  #contact.page-inner .information span:last-child {
                    border: none;
                  }


main .page-inner .nav-link.active {
          border-radius: 0;
          border-top: 5px solid #4dbdd7;
          color: #4dbdd7;
          }
          main .page-inner .nav-link.active i {
            color: #282f3c;
          }

@media screen and (max-width: 479px) and (min-width: 320px) {
	.main .page-inner .nav-link {
		font-size: 9px;
	}
}

@media screen and (max-width: 479px) and (min-width: 320px) {
	.fab, .far {
		font-size: 30px;
	}	
	.fa, .fas {
		font-size: 25px;
	}
}

.mobile-header {
  padding: 15px 0 0 0;
}
.mobile-header .dropdown {
  width: 90%;
} 
.mobile-header .dropdown .dropdown-menu {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: all, 0.4s;
  display: block !important;
}
.mobile-header .dropdown .dropdown-menu .dropdown-item {
  height: 0px;
  overflow: hidden;
  position: relative;
  transition: all, 0.4;
}
.mobile-header .dropdown .dropdown-menu.show {
  max-height: 500px;
  transition: all, 0.4;
}
.mobile-header .dropdown .dropdown-menu.show .dropdown-item {
  height: 40px;
  transition: all, 0.4s;
}
.mobile-header .dropdown .btn {
  font-size: 15px;
  background-color: #282f3c;
}

#mobile-menu .social-media {
  text-align: center;
  display:flex;
align-items: center;
justify-content: center;
margin-top: 25px;
}
#mobile-menu .social-media a {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 5px;
  background-color: #282f3c;
  color: #FFF;
  margin: 0 5px;
}
#mobile-menu .social-media a i {
  line-height: 50px;
}
#mobile-menu .social-media a.whatsapp {
  background-color: #25d366;
}
#mobile-menu .social-media a.instagram {
  background: rgb(243,137,87);
  background: linear-gradient(5deg, rgba(243,137,87,1) 0%, rgba(235,42,125,1) 50%, rgba(107,61,195,1) 100%);
}
#contact .form .form-group .column {
  padding: 5px;
}

.home-form {
  background: url(../images/form-bg.jpg);
  height: 680px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 70px;
  }
  .home-form .in {
    background: #eeeeee;
    text-align: center;
    padding: 30px; }
    .home-form .in .title {
      color: #282f3c;
      font-size: 40px;
      text-transform: uppercase;
      font-weight: bolder;
      }
      .home-form .in .title::after {
        content: '';
        display: block;
        background: #7a828b;
        width: 180px;
        height: 2px;
        margin: 10px auto; }
    .home-form .in .desc {
      color: #5abcd9;
      font-size: 16px;
      font-weight: 500;
      padding-bottom: 40px;
      text-transform: uppercase;
      }
      .home-form .in .iti {
        width: 100%;
      }
    .home-form .in input {
      width: 100%;
      height: 50px;
      color: #495561;
      border: 0;
      padding: 15px;
      margin-bottom: 20px;
      }
      .home-form .in input::-webkit-input-placeholder {
        color: #495561; }
      .home-form .in input::-moz-placeholder {
       
        color: #495561; }
      .home-form .in input:-ms-input-placeholder {
     
        color: #495561; }
      .home-form .in input::-ms-input-placeholder {
    
        color: #495561; }
      .home-form .in input::placeholder {
      
        color: #495561; }
    .home-form .in textarea {
      width: 100%;
      height:75px;
      color: #495561;
      resize: none;
      margin-bottom: 20px;
      border: 0; }
      .home-form .in textarea::-webkit-input-placeholder {
        padding: 15px;
        color: #495561; }
      .home-form .in textarea::-moz-placeholder {
        padding: 15px;
        color: #495561; }
      .home-form .in textarea:-ms-input-placeholder {
        padding: 15px;
        color: #495561; }
      .home-form .in textarea::-ms-input-placeholder {
        padding: 15px;
        color: #495561; }
      .home-form .in textarea::placeholder {
        padding: 15px;
        color: #495561; }
    .home-form .in input[type=submit] {
      border: 0;
      text-align: center;
      display: inline-block;
      background: #282f3c;
      color: #ffffff;
      line-height: 50px;
      padding: 0;
      border-radius: 10px;
      font-weight: bold; }
      .home-form .in input[type=submit]:hover {
        background-color: #4dbdd7;
      }
      .video-detail .video {
        border: 5px solid #4dbdd7;
      }

      .mobile-header .dropdown .dropdown-menu.show .dropdown-item img {width: 30px; margin-right: 15px;}