@font-face {
  font-family: "Ploni";
  src: url("../../assets/fonts/ploni-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Ploni-light";
  src: url("../../assets/fonts/ploni-light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Ploni-semibold";
  src: url("../../assets/fonts/ploni-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Ploni-medium";
  src: url("../../assets/fonts/ploni-medium-aaa.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Ploni-bold";
  src: url("../../assets/fonts/ploni-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Ploni-Dbold";
  src: url("../../assets/fonts/ploni-demibold-aaa.woff") format("woff");
  font-style: normal;
  font-display: block;
}

html,
body {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  /* overflow-x: hidden; */
  font-family: "Ploni", sans-serif !important;
  background: #f9f3e5;
  color: #391f17;
  text-align: right;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a:hover {
  text-decoration: none;
}

.form-label {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 14px;
}

input.form-control,
textarea.form-control {
  background: transparent;
  border-radius: 5px;
  height: 40px;
  font-size: 18px;
  color: #000;
  padding: 7px 15px 5px;
  font-weight: 400;
  border: 1px solid #391f17 !important;
  opacity: 0.8;
}

input.form-control::placeholder {
  color: #391f17;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
  color: #391f17;
  background: transparent;
  border: 1px solid #000 !important;
}

.form-group {
  margin-bottom: 25px;
}

textarea {
  height: 95px !important;
  resize: none;
}

img {
  max-width: 100%;
}

.btn,
.myaccount-section .woocommerce-MyAccount-content a.btn,
.single_product_page .cart .btn.alt,
.myaccount-section .woocommerce-MyAccount-content a.woocommerce-button--next,
.myaccount-section
  .woocommerce-MyAccount-content
  a.woocommerce-button--previous,
.save_address_con button.button,
.edit_account_con button.button,
.payment-section tfoot .order-actions-button,
.woocommerce-login .button.woocommerce-form-login__submit,
.myaccount-section .lost_reset_password .button {
  padding: 7px 15px 4px;
  border-radius: 30px;
  font-weight: 400;
  font-size: 18px;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
}

.btn:focus,
.single_product_page .cart .btn.alt:focus,
.single_product_page .related .products .product a.button:focus,
.single_product_page .form-submit input[type="submit"]:focus,
.myaccount-section .woocommerce-MyAccount-content a.btn-warning:focus,
.myaccount-section
  .woocommerce-MyAccount-content
  a.woocommerce-button--next:focus,
.myaccount-section
  .woocommerce-MyAccount-content
  a.woocommerce-button--previous:focus,
.save_address_con button:focus,
.edit_account_con button:focus,
.payment-section tfoot .order-actions-button:focus,
.woocommerce-login .button.woocommerce-form-login__submit:focus,
.myaccount-section .lost_reset_password .button:focus {
  outline: none;
  box-shadow: none;
}

.btn-warning,
.single_product_page .cart .btn.alt,
.single_product_page .related .products .product a.button,
.myaccount-section .woocommerce-MyAccount-content a.btn-warning,
.myaccount-section .woocommerce-MyAccount-content a.woocommerce-button--next,
.myaccount-section
  .woocommerce-MyAccount-content
  a.woocommerce-button--previous,
.save_address_con button.button,
.edit_account_con button.button,
.payment-section tfoot .order-actions-button,
.woocommerce-login .button.woocommerce-form-login__submit,
.myaccount-section .lost_reset_password .button,
a.button.wc-forward {
  background: #fff859;
  border-color: #391f17;
  color: #391f17;
}

.btn-warning:hover,
.btn-warning:focus,
.single_product_page .cart .btn.alt:hover,
.single_product_page .cart .btn.alt:focus,
.myaccount-section .woocommerce-MyAccount-content a.btn-warning:hover,
.myaccount-section .woocommerce-MyAccount-content a.btn-warning:focus,
.myaccount-section
  .woocommerce-MyAccount-content
  a.woocommerce-button--next:hover,
.myaccount-section
  .woocommerce-MyAccount-content
  a.woocommerce-button--next:focus,
.myaccount-section
  .woocommerce-MyAccount-content
  a.woocommerce-button--previous:hover,
.myaccount-section
  .woocommerce-MyAccount-content
  a.woocommerce-button--previous:focus,
.save_address_con button.button:hover,
.save_address_con button.button:focus,
.edit_account_con button.button:hover,
.edit_account_con button.button:focus,
.payment-section tfoot .order-actions-button:hover,
.payment-section tfoot .order-actions-button:focus,
.woocommerce-login .button.woocommerce-form-login__submit:hover,
.woocommerce-login .button.woocommerce-form-login__submit:focus,
.myaccount-section .lost_reset_password .button:hover,
.myaccount-section .lost_reset_password .button:focus,
a.button.wc-forward:hover {
  color: #fff !important;
  background: #391f17 !important;
  border-color: #391f17 !important;
  text-decoration: unset !important;
}

.btn-outline-secondary,
.myaccount-section .woocommerce-MyAccount-content a.btn-outline-secondary,
.save_address_con button.button,
.edit_account_con button.button,
.payment-section tfoot .order-actions-button,
.woocommerce-login .button.woocommerce-form-login__submit,
.myaccount-section .lost_reset_password .button {
  color: #391f17;
  border: 1px solid #391f17;
}

.myaccount-section .woocommerce-MyAccount-content a.btn-warning,
.myaccount-section .woocommerce-MyAccount-content a.woocommerce-button--next,
.myaccount-section
  .woocommerce-MyAccount-content
  a.woocommerce-button--previous {
  text-decoration: unset;
  border: 1px solid;
  height: 35px;
}
.myaccount-section .woocommerce-MyAccount-content a.btn-outline-secondary {
  background-color: transparent;
  text-decoration: unset;
  margin-left: 5px;
  height: 35px;
}
.btn-outline-secondary:hover,
.myaccount-section .woocommerce-MyAccount-content a.btn-outline-secondary:hover,
.myaccount-section
  .woocommerce-MyAccount-content
  a.btn-outline-secondary:focus {
  background: #391f17;
  border: 1px solid #391f17;
}

.myaccount-section .woocommerce-MyAccount-content a.btn-outline-secondary:hover,
.myaccount-section
  .woocommerce-MyAccount-content
  a.btn-outline-secondary:focus {
  color: #fff;
}

a.button.wc-forward {
  border-radius: 50px;
  height: 40px;
  padding-top: 12px;
  /* width: 44%; */
}
/* header*/

header nav {
  background-color: #f9f3e5;
  padding: 20px 0 !important;
  height: 167px;
  align-items: end !important;
}

header .nav-item,
header .menu-item {
  padding: 0 12px;
}

header .nav-link,
header .menu-item a {
  padding: 0 !important;
  font-size: 18px;
  color: #391f17 !important;
  font-family: "ploni";
}

header .menu-item a:hover,
.current-menu-item a {
  font-weight: 600;
}

header .navbar-brand img {
  width: 138px;
}

.main-heading,
.cartPage-section .main-heading,
.community-section .main-heading {
  font-size: 64px;
  line-height: 64px;
  margin-bottom: 50px;
  font-family: "Ploni-bold", sans-serif;
  color: #391f17;
}

.navbar-brand {
  margin-left: 13px;
}

.font-light {
  font-weight: 300;
  font-family: "Ploni-light", sans-serif;
}

header .btn-outline-secondary {
  color: #391f17 !important;
  background: transparent !important;
}

header .btn-outline-secondary:hover {
  color: #fff !important;
  background: #391f17 !important;
}

header .btn-outline-secondary:hover path {
  stroke: #fff;
}

/* Hero */
/*  Hero Section - Home */

.hero-section {
  padding: 113px 0 99px;
}

.hero-section h1 {
  font-size: 64px;
  line-height: 64px;
  margin-bottom: 24px;
  font-family: "Ploni-bold", sans-serif;
  font-weight: 500;
}

.hero-section p {
  font-size: 20px;
  font-family: "Ploni-bold", sans-serif;
  /* max-width: 490px; */
}

.hero-section-block {
  display: flex;
  flex-direction: row;
  gap: 77px;
  align-items: center;
  justify-content: space-between;
}

.hero-section-block img {
  border-radius: 8px;
}

.hero-section-content {
  max-width: 508px;
}

.hero-section-img {
  max-width: 567px;
}

.hero-section-img .hero-md {
  max-width: 567px;
  height: 472px;
  object-fit: cover;
}

/* Atopicom */

/* Section2 Atopic 360 - Homepage */
#home_atopicum360 {
  padding: 97px 0 80px;
  background: #f7eae8;
}

#home_atopicum360 p {
  font-size: 20px;
  font-family: "Ploni-bold", sans-serif;
  margin-bottom: 20px;
}

#home_atopicum360 ul li p,
#home_atopicum360 ul li {
  font-size: 18px;
  font-family: "Ploni";
  margin-bottom: 3px;
}

#home_atopicum360 h4 {
  font-size: 25px;
  font-family: "Ploni-bold", sans-serif;
  margin-top: 40px;
  margin-bottom: 15px;
}

.atopicom-block {
  display: flex;
  flex-direction: row;
  gap: 98px;
  align-items: center;
  justify-content: space-between;
}

#home_atopicum360 .atopicom-img {
  max-width: 368px;
  min-width: 368px;
}

.hand-lg {
  max-width: 368px;
  height: 573px;
}

.custom-list,
.atopicom-section ul li,
.dr-form-accordion ul li {
  list-style: none;
  padding-right: 0.5rem;
}

.custom-list li,
.atopicom-section ul li,
.dr-form-accordion ul li {
  position: relative;
  padding-right: 1.2rem;
}

.custom-list li::before,
.dr-form-accordion li::before,
.atopicom-section ul li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0.6em;
  width: 0.35em;
  height: 0.35em;
  min-height: 0.35em;
  background-color: #391f17;
  border-radius: 50%;
}

.atopicom-logo {
  margin-bottom: 50px;
}

/* ****************** */

/* How it works */

#medical {
  padding: 80px 0 100px;
  background: #f7eae8;
  position: relative;
}

#medical .main-heading {
  margin-bottom: 66px;
}

#medical p {
  font-size: 18px;
  margin-bottom: 25px;
}

#medical img {
  border-radius: 8px;
}

.fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  width: 78px;
  height: 78px;
  border: 2px solid #fff;
  background: #00000066;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  margin-top: -37px;
  margin-left: -37px;
}

#medical .work-wave-right {
  position: absolute;
  right: 0;
  top: -50px;
}

#medical .how-it-works-block {
  display: flex;
  flex-direction: row;
  gap: 98px;
  justify-content: space-between;
}

#medical .how-it-works-video {
  max-width: 564px;
}

#medical iframe,
#medical video {
  max-width: 554px;
  height: 442px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 0px;
  width: 100vw;
  min-width: -webkit-fill-available;
}

#medical .how-it-works-content {
  max-width: 490px;
}

/* ********** */

/* Programs */

/* Program Stages */
#knowledge {
  padding: 100px 0;
}

#knowledge h2 {
  margin-bottom: 24px !important;
}

#knowledge p {
  font-size: 18px;
  max-width: 456px;
}

#knowledge h4 {
  font-size: 20px;
  margin: 13px 0 5px;
  font-family: "Ploni-bold", sans-serif;
  font-weight: 700;
}

#knowledge img.w-100 {
  max-width: 367px;
  height: 367px;
}

#knowledge h1 {
  margin-bottom: 100px !important;
}

.step-main .step-1 {
  margin-bottom: 84px;
}

.step-main .step-2 {
  margin-bottom: 139px;
}

.step-main .step-3 {
  margin-bottom: 149px;
}

.step-main .step-4 {
  margin-bottom: 149px;
}

.step-main .step-5 {
  margin-bottom: 95px;
}

.program-wave {
  position: absolute;
  top: -40px;
  left: -80px;
  z-index: 9;
}

.wave-mobile {
  position: relative;
}

.wave-mobile::before {
  content: "";
  background-image: url("../../assets/images/wave-mb.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 929px;
  position: absolute;
  left: 27%;
  top: 16px;
}

.curve-first,
.curve-second,
.curve-third,
.curve-forth {
  position: relative;
}

.curve-first::before {
  content: "";
  background-image: url("../../assets/images/program/curve-first.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  left: 21%;
  height: 530.045px;
  top: 50px;
  pointer-events: none;
}

.curve-second::before {
  content: "";
  background-image: url("../../assets/images/program/curve-second.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 438.477px;
  position: absolute;
  left: -35px;
  top: 150px;
  pointer-events: none;
}

.curve-third::before {
  content: "";
  background-image: url("../../assets/images/program/curve-third.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 444.483px;
  position: absolute;
  left: 16%;
  top: 130px;
  pointer-events: none;
}

.curve-forth::before {
  content: "";
  background-image: url("../../assets/images/program/curve-forth.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 107%;
  height: 438.787px;
  position: absolute;
  left: -51px;
  top: 163px;
  pointer-events: none;
}

/* ****************** */
/* Expert */

#consultation {
  padding: 140px 0 147px;
  background: #f8d7bc;
  position: relative;
}

#consultation h2 {
  margin-bottom: 20px;
}

#consultation h4 {
  font-size: 20px;
  font-family: "Ploni-bold", sans-serif;
  margin-bottom: 6px;
}
#consultation h5 {
  font-size: 18px;
  margin-bottom: 40px;
}

#consultation p {
  font-size: 18px;
  margin-bottom: 31px;
}

#consultation .expert-wave {
  position: absolute;
  left: 0;
  bottom: 160px;
}

#consultation .expert-circle {
  position: absolute;
  right: 0;
  top: -230px;
}

#expert .owl-item.active.center {
  z-index: 9;
}

#expert .owl-item.active.center img {
  transform: scale(1.5);
}

#expert .owl-item.active.center img {
  height: 265px;
  margin-top: 20px;
}

#expert .owl-item img {
  height: 324px;
  object-fit: cover;
  border-radius: 8px;
  margin-top: -9px;
}

#expert .owl-stage-outer {
  padding: 44px 0 10px;
}

#expert h5 {
  font-size: 20px;
  font-family: "Ploni-bold", sans-serif;
  margin: 0;
  padding-top: 23px;
}

#expert p {
  font-size: 14px;
  margin-bottom: 0;
}

#expert .content {
  display: none;
  text-align: center;
}

#expert .owl-item.active.center .content {
  display: block;
  margin-top: 61px;
}

#expert .owl-nav {
  top: 23px;
}

/* ************ */
/* Testimonial */

.testimonial-section {
  padding: 110px 0 105px;
}

.testimonial-section .card {
  border: 2px solid #391f17;
  border-radius: 10px;
  background: transparent;
  text-align: center;
  margin-bottom: 110px;
  height: 268px;
}

.testimonial-section .card h5 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
  font-family: "Ploni-bold", sans-serif;
}

.testimonial-section .card p {
  font-size: 18px;
  margin-bottom: 0;
}

.testimonial-section .card .avatar {
  width: 122px;
  height: 122px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto;
  position: absolute;
  bottom: -61px;
  left: 50%;
  margin-left: -60px;
  border: 2px solid #391f17;
}

.testimonial-section .card-body {
  padding: 24px 24px 94px;
}

.testimonial-section .owl-dots {
  margin-top: 40px;
}

.testimonial-section .btn-outline-secondary:hover {
  color: #391f17;
  background: transparent;
}
/* **** */

.work-wave-left {
  position: absolute;
  left: -80px;
  bottom: -20px;
}

#atopicom360_atopicom .pr-74 {
  padding-left: 74px;
}

/* Contact */

.contact-section {
  padding: 66px 0 91px;
  background: #f7eae8;
  position: relative;
}

.form-group input[type="tel"],
.form-group input[type="email"] {
  text-align: end;
}

.contact-section h4 {
  font-size: 20px;
  font-family: "Ploni-bold", sans-serif;
}

.contact-section .contact-wave {
  position: absolute;
  right: 0;
  bottom: 100px;
}

.contact-section h2 {
  margin-bottom: 26px;
}

.contact-section h4 {
  margin-bottom: 61px;
}

.contact-section .form-group {
  margin-bottom: 28px;
}

.dotted-line {
  transform: rotate(-45deg);
  position: absolute;
  top: -28px;
  width: 25px;
}

/* ********* */
/* Community */

.community-section {
  padding: 104px 0 100px;
  background: #f8d7bc;
  position: relative;
}

.community-section p {
  font-size: 18px;
}

.community-section form {
  position: relative;
  z-index: 9;
}

.community-section h2 {
  margin-bottom: 21px !important;
}

.community-section p {
  margin-bottom: 40px;
  color: #391f17;
}

.community-section .btn {
  margin-top: 11px;
}

.contact-line-left {
  position: absolute;
  top: -120px;
  left: 0;
}

.contact-line-right {
  position: absolute;
  top: 100px;
  right: 0;
}

.after-animation {
  overflow: visible !important;
}

.footer-wave {
  /* display: none; */
  opacity: 0;
  transform: none;
  transition: opacity 1s ease-in-out;
}

footer.after-animation .footer-wave {
  opacity: 1;
}
/* footer::after {
  content: "";
  position: absolute;
  background-image: url(../images/footer-wave.png);
  bottom: 80px;
  width: 100%;
  height: 100%;
  left: 0px;
  background-repeat: no-repeat;
  opacity: 0;
  transform: none;
  transition: opacity 2s ease-in-out;
} */

footer.after-animation::after {
  opacity: 1;
}
/* Owl Carousel */

.owl-dots {
  text-align: center;
}

.owl-nav {
  position: relative;
  top: 63px;
  text-align: center;
}

.owl-nav button.owl-prev {
  left: 90px;
  position: relative;
}

.owl-nav button.owl-next {
  right: 90px;
  position: relative;
}

.owl-dots button.owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background: #391f17;
  margin: 0 5px;
  opacity: 0.4;
}

.owl-dots button.owl-dot.active {
  background: #391f17;
  opacity: 1;
}

/* Footer */

footer {
  position: relative;
  padding: 55px 0 117px;
  background: #f8d7bc;
  z-index: 999;
}

footer .footer-link li {
  line-height: 32px;
  font-size: 16px;
  margin-bottom: 28px;
  line-height: 26px;
}

footer .footer-link li:last-child {
  margin-bottom: 0 !important;
}

footer a {
  font-size: 18px;
  color: #391f17;
}

.wpcf7-not-valid-tip {
  color: red;
  font-size: 13px;
}
footer .footer-link a:hover {
  font-weight: 600;
}

footer .social-icon {
  display: flex;
  margin-bottom: 21px;
}

footer .social-icon li {
  margin: 0 5px;
}

footer .social-icon li:first-child {
  margin-right: 0;
}

footer .social-icon a img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

footer .social-icon a img:hover {
  transform: scale(1.1);
}
footer .footer-wave {
  position: absolute;
  left: 0;
  bottom: 70px;
}

.dotted-line-two {
  position: absolute;
  top: 32%;
  left: 0;
  z-index: 9;

  opacity: 0.4;
}

img.rounded {
  border-radius: 8px !important;
}

/* Media Query */

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1166px;
  }

  /*  Hero Section - Home */

  .hero-section p {
    max-width: 490px;
  }

  /**********/
  #medical iframe {
    min-width: 554px;
  }
}

@media (max-width: 1400px) {
  .contact-line-right {
    top: 81px;
    width: 153px;
  }

  header .nav-item {
    padding: 0 14px;
  }
}

@media (max-width: 1200px) {
  header .nav-item,
  header .menu-item {
    padding: 0 6px;
  }

  header .nav-link,
  header .menu-item a {
    font-size: 14px;
  }

  #medical .how-it-works-block {
    gap: 32px;
  }

  /***************/
}

@media (min-width: 1200px) {
  /* How it works */

  .how-it-works-video img {
    min-width: 564px;
  }

  /**************/
}
@media (min-width: 992px) {
  .head-last-btn {
    padding-left: 0px !important;
  }
  .header-homePage {
    display: none;
  }
}
@media (max-width: 991px) {
  header .navbar-nav {
    position: absolute;
    width: 100%;
    background: #f9f3e5;
    min-height: 100vh;
    left: 0;
    right: 0;
    z-index: 9;
    padding-top: 50px;
  }

  header .navbar-nav .btn,
  header .navbar-nav .nav-item,
  header .menu-item a {
    width: 100%;
    text-align: center;
  }

  header .nav-item,
  header .menu-item {
    padding: 15px 15px;
  }

  header nav {
    padding: 0 0 24px !important;
    height: 116px;
  }

  .navbar-toggler {
    border: 0;
    padding: 0;
  }

  .navbar-toggler:focus {
    border: 0;
    box-shadow: none;
  }

  .navbar-toggler .navbar-toggler-icon {
    color: #391f17;
  }

  footer .footer-wave {
    width: 220px;
  }

  /*  Hero Section - Home */

  .hero-section-block {
    flex-direction: column;
    align-items: start;
    gap: 32px;
  }

  .hero-section-img,
  .hero-section-content {
    max-width: 100%;
    width: 100%;
  }

  .hero-section {
    padding: 20px 0 29px;
  }

  /*******************/

  /* Section2 Atopic 360 - Homepage */

  .atopicom-logo {
    margin-bottom: 22px;
  }

  .atopicom-block {
    flex-direction: column-reverse;
    align-items: start;
    gap: 40px;
  }

  .atopicom-img {
    margin: 0px auto;
  }

  /* ********* */

  /* How it works */

  #medical .how-it-works-block {
    flex-direction: column;
    align-items: start;
    gap: 43px;
  }

  #medical .how-it-works-video,
  #medical .how-it-works-content {
    max-width: 100%;
    width: 100%;
  }

  /* ******** */

  /* Program Stages */

  #knowledge p {
    max-width: 256px;
    font-size: 14px;
    margin: 0 auto;
  }

  #knowledge {
    padding: 73px 0 80px;
  }

  /* #knowledge .btn {
    width: 250px;
  } */

  #knowledge h2 {
    margin-bottom: 64px !important;
  }

  #knowledge .step-1 {
    margin-bottom: 88px;
  }

  #knowledge .step-2 {
    margin-bottom: 103px;
  }

  #knowledge .step-3 {
    margin-bottom: 103px;
  }

  #knowledge .step-4 {
    margin-bottom: 98px;
  }

  #knowledge .step-5 {
    margin-bottom: 88px;
  }

  /* ******** */

  /* Expert */

  #consultation .expert-circle {
    max-width: 180px;
  }

  #consultation {
    padding: 100px 0 120px;
  }

  #consultation .btn {
    min-width: 250px;
  }

  #consultation h5 p {
    margin-bottom: 80px;
  }

  #consultation p {
    margin-bottom: 20px;
  }

  #consultation h2 {
    margin-bottom: 26px;
  }

  /* *********** */
  /* contact */

  .contact-section .contact-wave {
    bottom: -120px;
    width: 120px;
    right: -40px;
  }

  /* ********* */
  #atopicom360_atopicom .pr-74 {
    padding-left: 0;
  }

  .navbar-brand {
    margin-left: 26px;
  }
}

@media (max-width: 767px) {
  /*  Hero Section - Home */

  .hero-section-img img {
    height: 320px;
    object-fit: cover;
    border-radius: 8px;
  }

  .hero-section h1 {
    margin-bottom: 26px;
  }

  /*****************/

  /* Section2 Atopic 360 - Homepage */

  #home_atopicum360 {
    padding: 40px 0 0;
  }

  #home_atopicum360 .atopicom-img {
    min-width: 345px;
    height: 351px;
  }

  .hand-mb {
    max-width: 345px;
    min-width: auto;
    height: 351px;
    object-fit: cover;
  }

  /*****************/

  /* How it works */

  #medical {
    padding: 43px 0 34px;
  }

  #medical .work-wave-right {
    position: absolute;
    right: unset;
    left: 0;
    top: -70px;
  }

  #medical .main-heading {
    margin-bottom: 40px;
  }

  #medical iframe,
  #medical video {
    height: 367px;
    width: 100%;
    /* object-fit: contain; */
    min-width: auto;
  }

  /* ************ */

  /* Expert */

  #expert .owl-item.active.center img {
    height: 231px;
    margin-top: 20px;
  }

  #expert .owl-item.active.center img {
    transform: scale(1.6);
  }

  #expert .owl-item img {
    margin-top: -24px;
  }

  #expert h5 {
    padding-top: 29px;
    margin-bottom: 0px;
  }

  #expert p {
    margin-bottom: 0px;
  }

  /* ***** */

  /* Testimonial */

  .testimonial-section .col-md-10,
  .testimonial-section .container {
    padding: 0;
  }

  .testimonial-section .card-body {
    padding: 24px 24px 94px;
  }

  .testimonial-section {
    overflow: hidden;
    padding: 117px 0 109px;
  }

  .testimonial-section .owl-dots {
    margin-top: 20px;
  }

  /* ******** */

  /* Contact */

  .contact-section {
    padding: 45px 0 80px;
  }

  .contact-section h4 {
    margin-bottom: 26px;
  }

  .contact-section .form-group {
    margin-bottom: 20px;
  }

  /* ******** */
  .main-heading {
    margin-bottom: 30px;
  }

  .community-section {
    position: unset;
  }

  .community-section .btn {
    width: 100%;
  }

  .community-section {
    padding: 40px 0 60px;
  }

  footer .footer-wave {
    width: 220px;
    left: -80px;
  }

  footer .footer-link li,
  footer .footer-link li:last-child {
    margin-bottom: 25px;
  }

  footer {
    padding: 0 0 122px;
    overflow: hidden;
  }

  footer .social-icon {
    margin-bottom: 37px;
  }

  .community-section .main-heading {
    margin-bottom: 26px !important;
  }

  .owl-nav {
    top: 43px;
  }

  .phone-info {
    margin-top: 134px;
  }

  #team .owl-item.active.center img {
    height: 231px;
    margin-top: 20px;
  }

  #team .owl-item.active.center img {
    transform: scale(1.6);
  }

  #team .owl-item img {
    margin-top: -24px;
  }

  #team h5 {
    padding-top: 29px;
  }

  .payment-section tfoot .order-actions-button {
    margin-bottom: 10px;
  }
}

@media (max-width: 576px) {
  header .navbar-brand img {
    width: 140px;
  }

  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #about .hero-section-img {
    justify-content: center;
    display: flex;
  }

  /* Expert */

  #expert .owl-item.active.center .content {
    display: block;
    margin-top: 87px;
  }

  #consultation .ex-col-1 {
    margin-top: 48px;
    padding-top: 16px;
  }
  /* ***** */
}

@media (max-width: 380px) {
  /* Section2 Atopic 360 - Homepage */

  #home_atopicum360 .atopicom-img {
    min-width: 100%;
    height: 351px;
  }

  /*****************/
}

@media (min-width: 767px) and (max-width: 1200px) {
  /* Expert */

  #expert .owl-item.active.center img {
    height: 351px;
  }
  #expert .owl-item img {
    height: 450px;
  }

  /* ***** */
}
