/* Colors */
/* Functions */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v16/wlptgwvFAVdoq2_F94zlCfv0bz1WC2UW_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v16/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsW_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v16/wlptgwvFAVdoq2_F94zlCfv0bz1WCwkW_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v16/wlptgwvFAVdoq2_F94zlCfv0bz1WC-UR_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v16/wlptgwvFAVdoq2_F94zlCfv0bz1WC9wR_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v16/wlptgwvFAVdoq2_F94zlCfv0bz1WC7sR_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v16/wlptgwvFAVdoq2_F94zlCfv0bz1WC5IR_LA.ttf) format('truetype');
}

@font-face {
  font-family: 'custom-font';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/MADE_Mirage_Medium_PERSONAL_USE.woff') format('woff'),
       url('../fonts/MADE_Mirage_Medium_PERSONAL_USE.ttf') format('truetype');
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
}
html {
  height: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
  outline: none;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.img-full {
  width: 100%;
  height: auto;
}
body {
    line-height: 1;
    --gutter-x: 18px;
    --gutter-x2: -18px;
    overflow-x: clip;
    color: #000;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
h1 {
    font-size: 36px;
  }
  
  h2 {
    font-size: 30px;
  }
  
  h3 {
    font-size: 24px;
  }
  
  h4 {
    font-size: 20px;
  }
  
  h5 {
    font-size: 18px;
  }
  
  h6 {
    font-size: 16px;
  }
  
  p {
    font-size: 16px;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
}
/* lp site */
section {
    overflow-x: clip;
}

#svg-sprite-container {
  display: none;
}
#success {
  display: none;
}

.section-subtitle {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
}

.section-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
}

/* Whatsapp Popup */

.whatsapp-popup {
  position: fixed;
  bottom: 90px;
  right: 15px;
  width: 375px;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: none;
  animation: fadeIn 0.5s;
  z-index: 1000;
}

.whatsapp-popup .popup-header {
  display: flex;
  align-items: center;
  background-color: rgb(0, 128, 105);
  padding: 10px;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.whatsapp-popup .profile-pic {
  width: 50px;
  height: 50px;
  background: url('https://drterziler.com/wp-content/uploads/2024/08/kil-koku-150x150.png') center/cover;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
}

.whatsapp-popup .profile-info h3 {
  margin: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.whatsapp-popup .profile-info p {
  margin: 0;
  font-size: 12px;
  opacity: 0.9;
}

.whatsapp-popup .close-btn {
  margin-left: auto;
  font-size: 20px;
  cursor: pointer;
}

.whatsapp-popup .chat-area {
  background: url('/aus/hair-transplant-cr/assets/images/whatsapp-bg.jpg') center/cover;
  padding: 15px;
}

.whatsapp-popup .popup-body {
  margin-bottom: 60px;
}

.whatsapp-popup .popup-body .body-chat-box {
  padding: 6px 14px;
  position: relative;
  transform-origin: center top;
  z-index: 2;
  font-size: 15px;
  line-height: 1.39;
  max-width: calc(100% - 20px);
  border-radius: 0px 16px 16px 16px;
  background-color: rgb(255, 255, 255);
  opacity: 1;
  hyphens: auto;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 0px 0px;
}

.whatsapp-popup .popup-body .body-chat-box p {
  font-size: 14px;
  color: #333;
}

.whatsapp-popup .popup-footer {
  text-align: center;
  padding: 10px;
}

.whatsapp-popup .popup-footer .chat-btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 24px;
  background-color: #25D366;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 0px 0px;
  transition: all 0.3s ease;
}

.whatsapp-popup .popup-footer .chat-btn svg {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.whatsapp-popup .popup-footer .chat-btn:hover {
  background-color: #1DA851;
}

/* WhatsApp Icon */
.whatsapp-icon {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 999;
}

.whatsapp-icon svg {
  width: 35px;
  height: 35px;
  color: #fff;
}

.whatsapp-icon .red-dot {
  position: absolute;
  top: 5px;
  right: 0px;
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 50%;
}



header{
  padding: 10px 0;
  position: relative;
  z-index: 10;
}

header .logo{
    width: 20vw;
}

header .header-socials {
  display: flex;
}
header .header-socials li {
  margin: 8px;
  margin-bottom: 18px;
}
header .header-socials li a {
  display: block;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 50%;
  padding: 8px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border: 1px solid #fff;
}
header .header-socials li a svg {
  height: 26px;
  width: 26px;
}
header .header-socials li a:hover {
  background-color: #D64D00;
  color: #fff;
}

header .header-map{
  gap: 15px;
}

header .header-map svg {
  height: 30px;
  width: 30px;
}

.header-map {
  color: #fff;
}

#home-banner {
  position: relative;
  width: 100%;
  height:100vh;
  overflow: hidden;
  margin-top: -127px;
}

.banner-right-form {
    background-color: #fff;
}

.banner-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.banner-item img {
  width: 100%;
}

.banner-content {
  position: relative;
  z-index: 2;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px;
}
#home-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* background-size: cover; */
    /* filter: grayscale(100%) brightness(50%); */
    z-index: 1;
}
#home-banner .banner-content .banner-title {
  font-size: 43px;
  font-style: italic;
  font-family: 'custom-font', sans-serif;
}

#home-banner .banner-content .banner-subtitle {
  font-size: 15px;
  font-weight: 300;
}

.banner-desc {
  font-size: 20px;
  margin-top: 15px;
}

#home-about{
  background: #f8f6f2;
  padding: 80px 0;
}

#home-about .home-about-title {
  font-size: 34px;
  color: #000;
  margin-bottom: 10px;
  font-weight: bold;
}

#home-about .home-about-subtitle {
  font-family: Barlow Condensed, sans-serif;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 6px;
  color: #505050;
  margin-bottom: 10px;
}


.home-about-desc {
  color: #000;
  font-weight: 300;
  line-height: 1.3;
}

.home-about-desc p{
  font-size: 16px;
  margin-bottom: 15px;
}

.link {
  display: inline-block;
  color: #000;
  padding: 10px 25px;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  font-size: 14px;
  border-radius: 18px;
  transition: all 0.3s;
}

.link:hover{
  background-color: #fff;
  color: #000;
}

#home-about .owl-carousel .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #000;
  margin: 2px;
}

#home-about .owl-carousel .owl-dots .owl-dot.active span {
  width: 32px;
  height: 7px;
  border-radius: 25px;
  background-color: #000;
}

/* Awards - Cerfiticates */

#home-awards-certificates {
  padding: 100px 20px;
}

#home-awards-certificates .awards-content {
  background: #f3f3f382;
  padding: 20px 35px;
  gap: 10px;
  border-radius: 20px;
  height: 100%;
  box-shadow: 0px 5px 7.4px #000000;
}

#home-awards-certificates .awards-content .awards-icon {
  width: 250px;
  height: auto;
}

#home-awards-certificates .awards-content .awards-title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

#home-awards-certificates .awards-desc {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
}

/* Before After */

#home-before-after {
  padding: 55px 0px;
  background-color: #001e6e;
}

#home-before-after .home-before-after-text {
  margin-bottom: 25px;
}

#home-before-after .home-before-after-text .home-before-after-subtitle {
  color: #fff;
  font-size: 26px;
  font-family: Barlow Condensed, sans-serif;
}

#home-before-after .home-before-after-text .home-before-after-title {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
}

#home-before-after .home-before-after-text .home-before-after-desc {
  margin-top: 18px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

#home-before-after .owl-carousel img {
  border-radius: 30px;
}

#home-before-after .owl-nav svg {
  width: 40px;
  height: 40px;
  color: #fff;
}

#home-before-after .owl-nav .owl-prev {
  position: absolute;
  left: -70px;
  bottom: 41%;
  transform: translateY(50%);
  border: 2px solid #fff;
  border-radius: 50%;
}

#home-before-after .owl-nav .owl-next {
  position: absolute;
  right: -70px;
  bottom: 41%;
  transform: translateY(50%);
  border: 2px solid #fff;
  border-radius: 50%;
}


/* end - home innovation */

#home-innovation {
  padding: 100px 20px;
  background-color: #a3c6e6;
}

#home-innovation .home-innovation-text .home-innovation-subtitle {
  color: #000;
  font-size: 26px;
  font-weight: 200;
  font-family: Barlow Condensed, sans-serif;
}

#home-innovation .home-innovation-text .home-innovation-title {
  color: #000;
  font-size: 34px;
  font-weight: 600;
}

#home-innovation .innovation-content {
  background: #ffffff40;
  padding: 20px 35px;
  gap: 10px;
  border-radius: 20px;
  height: 100%;
  box-shadow: 0px 5px 7.4px #000000;
}

#home-innovation .innovation-content .innovation-icon {
  width: 125px;
  height: 125px;
}

#home-innovation .innovation-content .innovation-title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

#home-innovation .innovation-desc {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
}

/* end - home technologies */

#home-technologies {
  padding: 100px 20px;
  background-color: #f3f3f3;
}

#home-technologies .home-technologies-text .home-technologies-subtitle {
  color: #000;
  font-size: 26px;
  font-weight: 200;
  font-family: Barlow Condensed, sans-serif;
}

#home-technologies .home-technologies-text .home-technologies-title {
  color: #000;
  font-size: 34px;
  font-weight: 600;
}

#home-technologies .technologies-content{
  background-color: #fff;
  padding: 25px 30px;
  border-radius: 20px;
  box-shadow: 0px 1px 7.4px #00000069;
  height: 100%;
}

#home-technologies .technologies-content .video-thumb {
  position: relative;
  display: block;
}

#home-technologies .technologies-content .video-thumb .video-image{
  border-radius: 20px;
}

#home-technologies .technologies-content .video-icon {
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 20px);
  width: 55px;
  height: 40px;
}

#home-technologies .technologies-content .technologies-text{
  margin-top: 25px;
}

#home-technologies .technologies-content .technologies-text .technologies-title {
  color: #001e6e;
  font-size: 20px;
  font-weight: 500;
}

#home-technologies .technologies-content .technologies-text .technologies-star {
  color: #ffd700;
  margin-top: 5px;
}

#home-technologies .technologies-content .technologies-text .technologies-desc {
  color: #666666;
  margin-top: 10px;
  line-height: 1.2;
  font-size: 17px;
}

#home-technologies .technologies-content .technologies-text .technologies-article-text {
  margin-top: 30px;
}

#home-technologies .technologies-content .technologies-text .technologies-article-text .technologies-article-list {
  line-height: 1.2;
  color: #666666;
  margin-bottom: 12px;
}

/* end - home inclusive-packages */


#home-inclusive-packages {
  padding: 100px 20px;
  background-color: #f3f3f3;
}

#home-inclusive-packages .home-inclusive-text .home-inclusive-subtitle {
  color: #000;
  font-size: 26px;
  font-weight: 200;
  font-family: Barlow Condensed, sans-serif;
}

#home-inclusive-packages .home-inclusive-text .home-inclusive-title {
  color: #000;
  font-size: 34px;
  font-weight: 600;
}

#home-inclusive-packages .inclusive-packages-list{
  margin-top: 20px;
}

#home-inclusive-packages .inclusive-packages-list .inclusive-packages-item {
  /* margin-bottom: 10px; */
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: 500;
}

#home-inclusive-packages .inclusive-packages-list .inclusive-packages-item .tick{
  color: #1DA851;
}


#home-inclusive-packages .center-consultation-form {
  background-color: #000;
  padding: 25px 35px 0px;
  border-radius: 15px;
}

main #home-inclusive-packages .center-consultation-form .form-label.form-label-top {
    margin-bottom: 0px;
    color: #fff !important;
}

#home-inclusive-packages .center-consultation-form .consultation-form-title {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 18px;
}

#home-inclusive-packages .center-consultation-form #consultation-form2 .input-groups{
  margin-bottom: 10px;
}

#home-inclusive-packages .center-consultation-form #consultation-form2 input {
  width: 100%;
  padding: 12px 26px;
  border-radius: 30px;
  border: none;
}

#home-inclusive-packages .center-consultation-form #consultation-form2 input#phone2 {
  padding: 12px 55px;
}

#home-inclusive-packages .center-consultation-form #consultation-form2 textarea {
  width: 100%;
  height: 130px;
  padding: 25px 26px;
  border-radius: 10px;
  resize: none;
}

#home-inclusive-packages .center-consultation-form #consultation-form2 .submit-btn {
  background-color: #fff;
  width: 100%;
  padding: 12px 15px;
  border: none;
  border-radius: 14px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color .3s;
  color: #000;
}

/* end - home comments */


#home-comments-area {
  padding: 65px 0;
  background-color: #001e6e;
}

#home-comments-area .comments-area-title {
  color: #FFF;
  font-size: 42px;
  font-weight: 200;
  font-family: Barlow Condensed, sans-serif;
  text-align: center;
  margin-bottom: 21px;
}

#home-comments-area .comments-title{
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

#home-comments-area .comments-desc{
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #fff;
}

#home-comments-area .comments-video-area{
  position: relative;
}

#home-comments-area .video-icon{
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 20px);
  width: 55px;
  height: 40px;
}

.video-image{
  border-radius: 20px;
}


/* end - home process */


#home-process {
  padding: 100px 20px;
  background-color: #f3f3f3;
}

#home-process .home-process-text .home-process-subtitle {
  color: #000;
  font-size: 26px;
  font-weight: 200;
  font-family: Barlow Condensed, sans-serif;
  text-align: center;
}
#home-process .home-process-text .home-process-title {
  color: #000;
  font-size: 34px;
  font-weight: 600;
  text-align: center;
}



#home-process .faq-list-area{
  margin-top: 45px;
}

#home-process .faq-list-area .faq-item.collapsed-item {
  margin-bottom: 20px
}

#home-process .faq-list-area .faq-item .item-top {
  padding: 15px 50px 15px 20px;
  background-color: transparent;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  position: relative;
  cursor: pointer;
  border: 2px solid #000;
}

#home-process .faq-list-area .faq-item .item-top .item-title {
  color: #000;
  font-size: 18px
}

#home-process .faq-list-area .faq-item .item-top::before {
  content: ' ';
  position: absolute;
  right: 25px;
  top: 28%;
  border: 3px solid #000;
  border-radius: 20px;
  height: 25px;
  transition: all 0.3s;
  transform-origin: center;
  transform: rotate(90deg);
}

#home-process .faq-list-area .faq-item .item-top::after {
  content: ' ';
  position: absolute;
  right: 25px;
  top: 28%;
  border: 3px solid #000;
  border-radius: 20px;
  height: 25px;
  transition: all 0.3s;
  transform-origin: center;
}

#home-process .faq-list-area .faq-item.collapsed-item.opened .item-top::before {
  transform: rotate(180deg);
}

#home-process .faq-list-area .faq-item.collapsed-item.opened .item-top::after {
  transform: rotate(90deg);
}

#home-process .faq-list-area .faq-item .item-bottom {
  padding: 0 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  background-color: #000;
  height: 0;
  overflow: hidden;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

#home-process .faq-list-area .faq-item .item-bottom .item-text {
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
}

#home-process .faq-list-area .faq-item.opened .item-bottom {
  margin-top: 15px;
  padding: 15px 20px;
  height: max-content
}


/* end - clinic contact */

#home-clinic-contact{
  padding: 80px 0;
}

#home-clinic-contact .home-clinic-text .home-clinic-subtitle {
  color: #000;
  font-size: 26px;
  font-weight: 200;
  font-family: Barlow Condensed, sans-serif;
  text-align: center;
}
#home-clinic-contact .home-clinic-text .home-clinic-title {
  color: #000;
  font-size: 34px;
  font-weight: 600;
  text-align: center;
}

#home-clinic-contact .process-image-text {
  text-align: center;
  color: #666;
  font-size: 20px;
  line-height: 1.2;
}

#home-clinic-contact .owl-carousel .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #000;
  margin: 2px;
}

#home-clinic-contact .owl-carousel .owl-dots .owl-dot.active span {
  width: 32px;
  height: 7px;
  border-radius: 25px;
  background-color: #000;
}

#home-clinic-contact .clinic-contact-list {
  background: #000;
  border-radius: 10px;
  padding: 40px 30px 0px;
}

#home-clinic-contact .clinic-contact-list-item{
  margin-bottom: 15px;
  gap: 15px;
  color: #fff;
  font-size: 19px;
}

#home-clinic-contact .clinic-contact-list-item:last-child{
  margin-bottom: 0px;
}

#home-clinic-contact .clinic-contact-list-item .clinic-contact{
  gap: 15px;
  color: #fff;
}

#home-clinic-contact .clinic-contact-list-item svg {
  color: #fff;
  width: 45px;
  height: 45px;
}



#home-clinic-contact .bottom-consultation-form {
  background-color: #f4f1eb;
  padding: 25px 35px;
  border-radius: 15px;
  box-shadow: 0px 1px 7.4px #00000069;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#home-clinic-contact .bottom-consultation-form .consultation-form-title {
  color: #000;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 18px;
}

#home-clinic-contact .bottom-consultation-form #consultation-form3 .input-groups{
  margin-bottom: 10px;
}

#home-clinic-contact .bottom-consultation-form #consultation-form3 input {
  width: 100%;
  padding: 12px 26px;
  border-radius: 30px;
  border: none;
}

#home-clinic-contact .bottom-consultation-form #consultation-form3 input#phone3 {
  padding: 12px 55px;
}

#home-clinic-contact .bottom-consultation-form #consultation-form3 textarea {
  width: 100%;
  height: 130px;
  padding: 25px 26px;
  border-radius: 10px;
  border: none;
  resize: none;
}

#home-clinic-contact .bottom-consultation-form #consultation-form3 .submit-btn {
  background-color: #fff;
  width: 100%;
  padding: 12px 15px;
  border: none;
  border-radius: 14px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color .3s;
  color: #000;
}



/* NEWS */

#home-bottom-news{
  padding: 50px 0;
  background-color: #f4f1eb;
}

#home-bottom-news .home-bottom-news-title{
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 40px;
}


#home-bottom-news .bottom-news-item {
  border: 1px solid;
  padding: 15px;
}

#home-bottom-news .bottom-news-item img {
  width: 100%;
  margin-bottom: 20px;
}

#home-bottom-news .bottom-news-item .title {
  display: block;
  color: #000;
  font-family: "Switzer-Regular";
  font-size: 20px;
  margin-bottom: 20px;
}

#home-bottom-news .bottom-news-item p {
  font-family: "Switzer-Light";
  font-size: 17px;
  line-height: 1.2;
}

#home-bottom-news .bottom-news-item .link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 18px;
  position: relative;
  border-top: 1px #000 solid;
  border-bottom: 1px #000 solid;
  width: 100% !important;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  margin-top: 32px;
  font-family: "Switzer-Regular";
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#home-bottom-news .bottom-news-item .link:after {
  content: "";
  height: 14px;
  width: 20px;
  background-image: url("https://cdn-biohj.nitrocdn.com/UvhRLCfKHiQreoOrmKKzJnCXpziAmiVQ/assets/images/optimized/rev-5726694/www.estepera.com/wp-content/themes/RankMedya/lib/images/arrow-more.svg");
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  margin-left: 1.25rem;
  -webkit-filter: invert(1);
  filter: invert(1);
}

#home-bottom-news .bottom-news-item {
  margin: 0 15px;
}



#home-bottom-news .owl-nav svg {
  width: 40px;
  height: 40px;
}

#home-bottom-news .owl-nav .owl-prev {
  position: absolute;
  left: -70px;
  bottom: 41%;
  transform: translateY(50%);
  border: 2px solid #000;
  border-radius: 50%;
}

#home-bottom-news .owl-nav .owl-next {
  position: absolute;
  right: -70px;
  bottom: 41%;
  transform: translateY(50%);
  border: 2px solid #000;
  border-radius: 50%;
}

footer {
  background-color: #000;
  padding: 50px 0;
  position: relative;
}

footer .footer-contacts .footer-contact {
  display: flex;
  align-items: start;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}
footer .footer-contacts .footer-contact .icon {
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 5px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
footer  .footer-contacts .footer-contact .icon svg {
  min-width: 20px;
  width: 20px;
  height: 20px;
}
footer .footer-contacts .footer-contact:last-child {
  margin: 0;
}
footer .footer-contacts .footer-contact:hover .icon {
  background-color: #fff;
  color: #D64D00;
}



footer .footer-socials {
  display: flex;
}
footer .footer-socials li {
  margin: 8px;
  margin-bottom: 18px;
}
footer .footer-socials li a {
  display: block;
  background-color: #fff;
  color: #23373D;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 8px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
footer .footer-socials li a svg {
  height: 26px;
  width: 26px;
}
footer .footer-socials li a:hover {
  background-color: #D64D00;
  color: #fff;
}
footer .footer-pattern {
  position: absolute;
  width: 350px;
  right: 0;
  bottom: 0;
}