body {
  font-family: "Open Sans", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.8;
}

@media (max-width: 1199.98px) {
  body {
    zoom: 0.9;
  }
}

section {
  padding-top: 110px;
}
section#prices {
  margin-bottom: 100px;
}
section#badges-gallery {
  padding: 20px !important;
  margin-bottom: 120px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Roboto Condensed", sans-serif;
}

.display-1,
.display-2,
.display-3,
.display-4 {
  font-family: "Roboto Condensed", sans-serif;
  zoom: 0.9;
}

@media (max-width: 1199.98px) {
  .display-1,
  .display-2,
  .display-3,
  .display-4 {
    zoom: 0.6;
  }
}

p {
  font-size: 18px;
  color: #606060;
  font-weight: lighter;
}

.text-cyan {
  color: #5cb2bf;
}

.floating {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  position: fixed;
  bottom: 20px;
  z-index: 5000;
  text-align: center;
  font-size: 28px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
  display: none;
}

.floating,
.floating a {
  color: #ffffff;
}

.floating a {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {

}

.floating.floating-whatsapp {
  right: 20px;
  background: #5cb2bf;
  -webkit-animation-name: icon-whatsapp;
  animation-name: icon-whatsapp;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes icon-whatsapp {
  0% {
    bottom: 20px;
  }
  8% {
    bottom: 20px;
  }
  10% {
    bottom: 30px;
  }
  12% {
    bottom: 20px;
  }
  14% {
    bottom: 30px;
  }
  16% {
    bottom: 20px;
  }
  100% {
    bottom: 20px;
  }
}

@keyframes icon-whatsapp {
  0% {
    bottom: 20px;
  }
  8% {
    bottom: 20px;
  }
  10% {
    bottom: 30px;
  }
  12% {
    bottom: 20px;
  }
  14% {
    bottom: 30px;
  }
  16% {
    bottom: 20px;
  }
  100% {
    bottom: 20px;
  }
}

.floating.floating-whatsapp .messages {
  position: absolute;
  bottom: 12px;
  right: 60px;
  padding: 10px;
  text-align: right;
  width: 200px;
}

.floating.floating-whatsapp .messages .message-list {
  list-style: none;
}

.floating.floating-whatsapp .messages .message {
  background: #ffffff;
  color: #303030;
  font-size: 12px;
  padding: 5px 20px;
  border-radius: 15px 15px 5px 15px;
  -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  visibility: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.floating.floating-whatsapp .messages .message.message-active {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.floating.floating-contact {
  left: 20px;
  background: #cbd351;
}

.floating.floating-contact span {
  position: absolute;
  font-size: 14px;
  background: #cbd351;
  top: 0;
  line-height: 50px;
  left: 50%;
  z-index: 0;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  -webkit-animation-name: icon-contact-text;
  animation-name: icon-contact-text;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0);
  overflow: hidden;
  width: 0;
}

@-webkit-keyframes icon-contact-text {
  0% {
    width: 0;
    color: rgba(255, 255, 255, 0);
  }
  25% {
    width: 120px;
    color: white;
  }
  75% {
    width: 120px;
    color: white;
  }
  100% {
    width: 0;
    color: rgba(255, 255, 255, 0);
  }
}

@keyframes icon-contact-text {
  0% {
    width: 0;
    color: rgba(255, 255, 255, 0);
  }
  25% {
    width: 120px;
    color: white;
  }
  75% {
    width: 120px;
    color: white;
  }
  100% {
    width: 0;
    color: rgba(255, 255, 255, 0);
  }
}

.waves {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .waves {
    height: 40px;
  }
}

@-webkit-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
  }
}

@keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
  }
}

.waves .parallax > use {
  -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5)
    infinite;
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.waves .parallax > use:nth-child(1) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
}

.waves .parallax > use:nth-child(2) {
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}

.waves .parallax > use:nth-child(3) {
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
  -webkit-animation-duration: 13s;
  animation-duration: 13s;
}

.waves .parallax > use:nth-child(4) {
  -webkit-animation-delay: -5s;
  animation-delay: -5s;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
}

#chart .cls-1 {
  fill: #606060;
}

#chart .cls-1,
#chart .cls-2,
#chart .cls-3,
#chart .cls-6,
#chart .cls-7 {
  fill-rule: evenodd;
}

#chart .cls-2 {
  fill: #5cb2bf;
}

#chart .cls-3 {
  fill: #f5f5f5;
}

#chart .cls-4,
#chart .cls-7 {
  fill: #cbd351;
}

#chart .cls-5,
#chart .cls-6 {
  fill: #d35151;
}

#chart .cls-6,
#chart .cls-7 {
  -webkit-transform-origin: 50% 94%;
  transform-origin: 50% 94%;
  -webkit-animation-name: chart;
  animation-name: chart;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes chart {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  10% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  90% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

@keyframes chart {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  10% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  90% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

.container-fluid {
  max-width: 1690px;
}

header {
  width: 100%;
  position: fixed;
  z-index: 10000;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

header .navbar .navbar-toggler {
  outline: none !important;
  margin-top: 8px;
}

header .navbar .navbar-toggler:not(.collapsed) .fas::before {
  content: "\f00d";
}

header .navbar .navbar-brand {
  font-size: 0;
}

@media (max-width: 991.98px) {
  header .navbar .navbar-brand {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

header .navbar .navbar-brand img {
  height: 30px;
  margin-top: -5px;
}

@media (max-width: 1199.98px) {
  header .navbar .navbar-brand img {
    height: 25px;
  }
}

@media (max-width: 991.98px) {
  header .navbar .navbar-collapse .navbar-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: calc(100vh);
    text-align: center;
    padding: 30px 0;
  }
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #303030;
  font-size: 24px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0 15px;
    font-size: 12px;
    line-height: 60px;
  }
}

@media (min-width: 992px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
  }
}

@media (min-width: 1200px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 42px 20px;
    font-size: 14px;
    line-height: 1;
  }
}

@media (min-width: 992px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
    color: #5cb2bf;
    border-bottom-color: #5cb2bf;
  }
}

#intro {
  height: 80vh;
  background: radial-gradient(rgba(32, 85, 141, 0.9), rgba(48, 48, 48, 0.1));
}

@media (max-width: 991.98px) {
  #intro {
    padding-top: 60px;
    height: 500px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #intro {
    padding-top: 66px;
    height: 700px;
  }
}

@media (min-width: 992px) {
  #intro {
    min-height: 800px;
  }
}

@media (min-width: 1200px) {
  #intro {
    padding-top: 90px;
  }
}

#intro .row {
  position: relative;
}

@media (max-width: 991.98px) {
  #intro .row [class*="col-"]:nth-child(1) {
    position: absolute;
    top: 30px;
    left: -30%;
    opacity: 0.25;
  }
}

#intro .row [class*="col-"]:nth-child(2) {
  padding-bottom: 100px;
}

@media (max-width: 991.98px) {
  #intro .row [class*="col-"]:nth-child(2) {
    padding-bottom: 60px;
  }
}

#intro .row [class*="col-"]:nth-child(2) p {
  font-size: 24px;
  font-weight: lighter;
}

@media (max-width: 991.98px) {
  #intro .row [class*="col-"]:nth-child(2) p {
    font-size: 18px;
  }
}

#intro .row [class*="col-"]:nth-child(2) .btn {
  border: 3px solid #ffffff;
  padding: 0 48px;
  line-height: 54px;
  border-radius: 54px;
  text-shadow: 0 -1px 0 #5cb2bf;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
}

#services {
  padding: 0 60px;
  margin-top: -100px;
  position: relative;
  margin-bottom: 120px;
}

@media (max-width: 991.98px) {
  #services {
    padding: 0 20px;
    margin-top: -60px;
    margin-bottom: 40px;
  }
}

#services > .container-fluid > .row {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.98px) {
  #services > .container-fluid > .row {
    border-radius: 15px;
  }
}

#services .media > span {
  width: 50px;
  height: 50px;
  background: #cbd351;
}

@media (max-width: 767.98px) {
  #services .media > span {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}

#services .media p {
  font-size: 16px;
}

#about {
  margin-bottom: 80px;
}

@media (max-width: 1199.98px) {
  #about {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}

@media (max-width: 1199.98px) {
  #treatments {
    padding: 0 20px;
  }
}

#treatments .container-fluid > .row {
  margin-bottom: 80px;
}

@media (max-width: 1199.98px) {
  #treatments .container-fluid > .row {
    margin-bottom: 40px;
  }
}

#steps {
  padding: 120px 0;
  background: radial-gradient(#606060, #303030);
  position: relative;
}

@media (max-width: 1199.98px) {
  #steps {
    padding: 80px 0;
  }
}

#steps .container-fluid > .row {
  margin-top: 40px;
}

@media (max-width: 1199.98px) {
  #steps .container-fluid > .row {
    padding: 0 20px;
    margin-top: 20px;
  }
}

#steps > .waves:nth-of-type(2) {
  top: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 767.98px) {
  #steps .media {
    cursor: pointer;
  }
}

#steps .media > span {
  width: 60px;
  height: 60px;
  background: #ffffff;
}

@media (max-width: 1199.98px) {
  #steps .media > span {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

@media (max-width: 1199.98px) {
  #steps .media p {
    font-size: 24px;
  }
}

#steps .media:not(.collapsed) i::before {
  content: "\f077";
}

#steps .item {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1199.98px) {
  #steps .item {
    padding: 20px 0;
  }
}

#steps .item:first-of-type::before {
  top: 50%;
}

@media (max-width: 767.98px) {
  #steps .item:first-of-type::before {
    top: 20px;
  }
}

#steps .item:last-of-type {
  border-bottom: none;
}

#steps .item:last-of-type::before {
  top: -50%;
}

@media (max-width: 767.98px) {
  #steps .item:last-of-type::before {
    top: -100%;
    margin-top: 20px;
  }
}

#steps .item::before {
  content: "";
  border-left: 2px dashed white;
  height: 100%;
  position: absolute;
  top: 0;
  left: 44px;
}

@media (max-width: 1199.98px) {
  #steps .item::before {
    left: 35px;
  }
}

@media (max-width: 767.98px) {
  #steps .item [class*="col-"]:nth-child(2) {
    padding-left: 72px;
  }
}

@media (min-width: 768px) {
  #steps .item [class*="col-"]:nth-child(2) {
    display: block !important;
    height: auto !important;
  }
}

#award {
  padding: 100px 0px;
  z-index: 4;
  position: relative;
}

#award > .container-fluid > .row {
  background: radial-gradient(rgba(32, 85, 141, 0.9), rgba(48, 48, 48, 0.1));
  border-radius: 30px;
}

@media (max-width: 991.98px) {
  #award > .container-fluid > .row {
    border-radius: 15px;
  }
}

#award img {
  width: auto !important;
  max-width: none;
  position: absolute;
  bottom: 0;
  right: 0 !important;
}

#faq {
  padding: 190px 0 120px 0;
  background: #f5f5f5;
  position: relative;
  z-index: 1000;
  margin-top: -100px;
}

@media (max-width: 1199.98px) {
  #faq {
    padding: 120px 0 80px 0;
    margin-top: -60px;
  }
}

#faq .container-fluid > .row {
  margin-top: 40px;
}

@media (max-width: 1199.98px) {
  #faq .container-fluid > .row {
    padding: 0 20px;
    margin-top: 20px;
  }
}

#faq > .waves:nth-of-type(2) {
  top: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#faq .item {
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}

#faq .item > div:nth-of-type(1) {
  cursor: pointer;
}

#faq .item > div:nth-of-type(1):not(.collapsed) i::before {
  content: "\f077";
}

#faq .item > div:nth-of-type(2) p {
  font-size: 16px;
}

#faq2 {
    padding: 190px 0 120px 0;
    background: #f5f5f5;
    position: relative;
    z-index: 1000;
    margin-top: -100px;
}

@media (max-width: 1199.98px) {
    #faq2 {
        padding: 120px 0 80px 0;
        margin-top: -60px;
    }
}

#faq2 .container-fluid > .row {
    margin-top: 40px;
}

@media (max-width: 1199.98px) {
    #faq2 .container-fluid > .row {
        padding: 0 20px;
        margin-top: 20px;
    }
}

#faq2 > .waves:nth-of-type(2) {
    top: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#faq2 .item {
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}

#faq2 .item > div:nth-of-type(1) {
    cursor: pointer;
}

#faq2 .item > div:nth-of-type(1):not(.collapsed) i::before {
    content: "\f077";
}

#faq2 .item > div:nth-of-type(2) p {
    font-size: 16px;
}

#gallery {
  padding: 80px 0 40px 0;
  position: relative;
}

@media (max-width: 1199.98px) {
  #gallery {
    padding: 40px 0;
  }
}

#gallery .swiper-container {
  width: 100%;
}

@media (min-width: 1200px) {
  #gallery .swiper-slide {
    border-radius: 30px;
    overflow: hidden;
  }
}

#gallery .swiper-button-next,
#gallery .swiper-button-prev {
  color: #5cb2bf;
  outline: none !important;
}

@media (min-width: 1200px) {
  #gallery .swiper-button-next {
    right: -60px;
  }
}

@media (min-width: 1200px) {
  #gallery .swiper-button-prev {
    left: -60px;
  }
}

#gallery .swiper-pagination {
  position: relative;
  bottom: 0 !important;
  margin-top: 30px;
}

@media (max-width: 991.98px) {
  #gallery .swiper-pagination {
    margin-top: 10px;
  }
}

#gallery .swiper-pagination-bullet-active {
  background: #5cb2bf;
}

#contact {
  padding: 10px 0;
}

@media (max-width: 1199.98px) {
  #contact {
    padding: 20px;
  }
}

#contact .media > span {
  width: 50px;
  height: 50px;
  top: -12px;
  position: relative;
}

@media (max-width: 767.98px) {
  #contact .media > span {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  #contact .media > span {
    top: 0;
  }
}

#contact .media p {
  font-size: 16px;
}

#contact .form-group {
  align-items: center;
  background: #f5f5f5;
  padding: 5px 15px;
  border-radius: 15px;
}
#contact .form-group .col-form-label {
  align-self: flex-start;
}

#contact .form-group i {
  position: absolute;
  right: 20px;
  top: 5px;
}

#contact label {
  cursor: pointer;
}

#contact textarea:focus,
#contact input[type="text"]:focus,
#contact input[type="password"]:focus,
#contact input[type="datetime"]:focus,
#contact input[type="datetime-local"]:focus,
#contact input[type="date"]:focus,
#contact input[type="month"]:focus,
#contact input[type="time"]:focus,
#contact input[type="week"]:focus,
#contact input[type="number"]:focus,
#contact input[type="email"]:focus,
#contact input[type="url"]:focus,
#contact input[type="search"]:focus,
#contact input[type="tel"]:focus,
#contact input[type="color"]:focus,
#contact .uneditable-input:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 none;
}

#contact .btn {
  border: 3px solid #ffffff;
  padding: 0 48px;
  line-height: 54px;
  border-radius: 54px;
  text-shadow: 0 -1px 0 #5cb2bf;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
}

#contact .btn:active {
  border: none;
}

#contact .btn:focus {
  outline: 0 !important;
}

/*# sourceMappingURL=main.css.map */

.editorial {
  display: block;
  width: 100%;
  height: 60px;
  max-height: 60px;
  margin: 0;
  z-index: 5;
  bottom: 0;

  left: 0px;
  float: left;
}

.parallax1 > use {
  animation: move-forever1 10s linear infinite;
}
.parallax1 > use:first-child {
  animation-delay: -2s;
}
.parallax2 > use {
  animation: move-forever2 8s linear infinite;
}
.parallax2 > use:first-child {
  animation-delay: -2s;
}
.parallax3 > use {
  animation: move-forever3 6s linear infinite;
}
.parallax3 > use:first-child {
  animation-delay: -2s;
}
.parallax4 > use {
  animation: move-forever4 4s linear infinite;
}
.parallax4 > use:first-child {
  animation-delay: -2s;
}
@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever3 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever4 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

/* ek tedavilere şekilli hr */
hr {
  border-top: 5px dotted;
  width: 80%;
}
/* kayarak anchora gidiş */
html {
  scroll-behavior: smooth;
}

.message > a {
  text-decoration: none;
  color: black;
  font-family: Arial;
}

.after-faq {
  color: darkgray;
}

.phone {
  background-color: rgba(255, 255, 255, 0.0001);
  appearance: none;
  border: none;
}

/* arapça için RTL */
#rtl,
.rtl .whatsapp .whatsapp-messages span {
  direction: rtl;
  overflow-x: hidden;
  text-align: right;
}
#rtl .ters {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
#rtl .mr-3 {
  margin-left: 20px;
}
#rtl #steps .item::before {
  border-left: 5px dotted white;
  right: 48px;
  left: auto;
}
#rtl #award img {
  left: auto !important;
  right: auto !important;
}
#rtl .text-md-left .text-center {
  text-align: auto !important;
}
#rtl .iti__country-list {
  text-align: -webkit-auto;
  white-space: break-spaces;
}
#rtl .mr-4,
.mx-4 {
  margin-right: 0rem !important;
}
#rtl .mb-0,
.my-0 {
  margin-right: 15px !important;
}
#rtl .asama {
  margin-right: 54px !important;
}

@media only screen and (max-width: 768px) {
  #prices h2 {
    font-size: 24px !important;
  }
}

#contact .form-group {
  position: relative;
  margin-bottom: 30px;
}

#contact .form-group label {
  position: absolute;
  left: 30px;
  top: 10px;
  transition: 0.3s;
}

#contact .form-group label.file-label {
  top: 5px;
}

#contact .form-group .form-control-plaintext:focus + label {
  top: -25px;
}

#contact .form-group label.col-4.col-form-label {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
