/* HTML ve Body'nin yüksekliğini ve genişliğini ayarlayın */
html,
body {
  height: 100%;
  margin: 0;

  overflow-x: hidden;
}
.hero-title {
  line-height: 3rem;
}
.underline {
  position: relative;
}
.mdp-highlighter-svg {
  position: absolute;
  bottom: 6px;
  height: 20px;
  width: 100%;
  left: 0;
}

.green-ul-li ul {
  list-style-type: none;
  padding: 0;
  margin-top: 10px;
}
.green-ul-li ul li {
  position: relative;
  padding-left: 25px;
  /* Yeşil yuvarlak boyutunu ayarlar */
  margin-bottom: 10px;
  font-family: "Poppins";
  letter-spacing: 0.5px;
}

.green-ul-li ul li p {
  margin: 0;
  font-size: 1.1rem;
}

.green-ul-li ul li:before {
  content: "\2022";
  /* Yuvarlağın Unicode karakter kodu */
  color: #c98bc6;
  /* Yeşil renk */
  font-size: 40px;
  /* Yuvarlak boyutu */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-53%);
}
.book-a-demo {
  text-align: center;
  text-decoration: underline;
  font: normal normal 600 24px / 27px Poppins;
  letter-spacing: 0px;
  color: #a653a2;
  opacity: 1;
  margin-top: 0.5rem;
}
.mdp-highlighter-svg path {
  fill: none;
  stroke: #9aca3c;
  opacity: 0;
  stroke-dasharray: 1500;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 100%;

  animation-delay: 0s;
  animation-duration: 5s;
  animation-name: mdp-highlighter-50;
  stroke-width: 10px;
  animation-iteration-count: infinite !important;
}

@keyframes mdp-highlighter-50 {
  0% {
    stroke-dashoffset: 1500;
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  50% {
    stroke-dashoffset: 0;
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}
/* Bölümü tam ekran yapın ve arka plan rengini ayarlayın */
section {
  height: 100vh;
  /* Görüntülenen pencerenin yüksekliğine göre ayarlar */
  width: 100%;
  /* Genişlik tüm ekranı kaplayacak şekilde */
  background-color: #fff;
  /* İstediğiniz arka plan rengi */
  display: flex;
  justify-content: center;
  /* İçeriği yatayda ortala */
  align-items: center;
  /* İçeriği dikeyde ortala */
  flex-direction: column;
  position: relative;
  box-shadow: -1px -2px 6px #00000029;
}

.section-fluid {
  height: auto !important;
  /* top and bottom margin  */
  padding: 15vh 0;
  position: relative;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}
.navbar .logo {
  display: flex;
  align-items: center;
}

.hero {
  height: auto !important;
}

.hero-row {
  margin-top: 10vh !important;
  margin-bottom: 15vh;
}
/* NAVBAR  */
.navbar .logo img {
  width: 150px !important;
  height: auto;
}

.center {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.main-button button {
  background: transparent
    linear-gradient(180deg, var(--unnamed-color-a653a2) 0%, #8d3788 100%) 0% 0%
    no-repeat padding-box;
  background: transparent linear-gradient(180deg, #a653a2 0%, #8d3788 100%) 0%
    0% no-repeat padding-box;
  border-radius: 10px;
  font-family: "Poppins";
  color: white;
  padding: 8px 20px !important;
}

.main-button button a {
  text-decoration: none;
  color: white;
  font-weight: 400;
  font-size: 0.9rem !important;
}

.main-button a {
  text-align: center;
  text-decoration: underline;
  font: normal normal 600 18px/27px Poppins;
  letter-spacing: 0px;
  color: #a653a2;
  opacity: 1;
  margin-top: 0.5rem;
}

.navbar {
  padding: 20px 0px !important;
  box-shadow: 0px 10px 20px rgba(44, 62, 80, 0.05);
  position: fixed !important;
  width: 100%;
  top: 0;
  z-index: 20240303 !important;
  background: #fff;
}

.hero-photo {
  position: relative;
  width: 100%;
  z-index: 11;
}

.green-arrow {
  position: absolute;
  bottom: 50px;
  left: -110px;
  width: 200px;
  z-index: 10;
}

.header-small-info {
  font-family: "Poppins";
  font-size: 0.64rem;
  font-weight: 300;
  color: #000;
  font-weight: 500;
  margin-top: 0.5rem;
  width: 75%;
}

.photos-container {
  position: relative;
}

.hero h1 {
  font-family: "Poppins";
  font-size: 2.5rem;
  font-weight: 500;
  color: #333;
}

.hero-ul-li ul {
  list-style-type: none;
  padding: 0;
  margin-top: 10px;
}

.widthc {
  width: 75% !important;
}

.hero-ul-li ul li {
  position: relative;
  padding-left: 25px;
  /* Yeşil yuvarlak boyutunu ayarlar */
  margin-bottom: 10px;
  font-family: "Poppins";
  letter-spacing: 0.5px;
}

.hero-ul-li ul li p {
  margin: 0;
  font-size: 1.1rem;
}

.hero-ul-li ul li:before {
  content: "\2022";
  /* Yuvarlağın Unicode karakter kodu */
  color: #9aca3c;
  /* Yeşil renk */
  font-size: 40px;
  /* Yuvarlak boyutu */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-53%);
}

.wave-svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 14;
  height: auto;
}

.bg-gray {
  background-color: #f4f5f5;
}

.position-relative {
  position: relative;
}

.container-fluid {
  padding: 0 50px !important;
}

.absolute-logo-container {
  position: relative;
  bottom: 0px;
  z-index: 15;

  background: rgba(255, 255, 255, 0.7);
  border-radius: 24px;
  transform: translateY(-50%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 20px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.absolute-logo-container .swiper-slide {
  margin: 0;
}

.section-content {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-content .w-75 {
  font-size: 1.04rem;
}

.section-content h2 {
  font-family: "Poppins";
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  color: #333;
}

.section-content h5 {
  margin-top: 1rem;
  font-family: "Poppins";
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  color: #923d89;
}

.section-content p {
  font-family: "Poppins";
  font-size: 1rem;
  font-weight: 400;
  color: #333;
  text-align: center;
}

.active {
  background: transparent
    linear-gradient(180deg, var(--unnamed-color-a653a2) 0%, #8d3788 100%) 0% 0%
    no-repeat padding-box !important;
  background: transparent linear-gradient(180deg, #a653a2 0%, #8d3788 100%) 0%
    0% no-repeat padding-box !important;
  font-weight: 600;
  color: white !important;
}

.tab-button,
.tab-button-2 {
  border: 1px solid #923d89 !important;
  border-radius: 4px;
  font-family: "Poppins";
  font-size: 0.9rem;
  color: #923d89;
  padding: 4px 8px !important;
  margin-top: 0.5rem;
  background: #fff;
}

.tab-button-2:nth-child(2) {
  margin-right: 0px !important;
}
.tab-button-2:nth-child(3) {
  margin-right: 0px !important;
}
.mr-0 {
  margin-right: 0px !important;
}

.tab-buttons {
  display: flex;
  flex-wrap: wrap;
}

.tab-button,
.tab-button-2 {
  flex: 1;
  /* Butonların eşit genişlikte olmasını sağlar */
  margin-right: 10px;
  /* Butonlar arasında boşluk bırakır */
}

.tab-buttons-container {
  display: flex;
  align-items: center;
}

.tab-buttons-container h2 {
  font-family: "Poppins";
  font-size: 2.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
}
.bottom4 {
  bottom: 4px !important;
}
.tab-buttons-container h5 {
  margin-top: 1rem;
  font-family: "Poppins";
  font-size: 1.4rem;
  font-weight: 600;
  color: #923d89;
}

.tab-buttons-container p {
  font-family: "Poppins";
  font-size: 0.9rem;
  font-weight: 300;
  color: #939292;
  width: 90%;
}

#image,
#image-2 {
  height: 500px;
}

.small-info {
  font-family: "Poppins";
  font-size: 0.75rem;
  font-weight: 300;
  color: #939292;
  margin-top: 1rem;
}

.logo-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.logo-container .logo {
  width: 100px;
  height: 100px;
  background-color: #f0f0f0;
  margin-right: 10px;
}

.swiper {
  width: 100%;
  height: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
}

.swiper-slide .logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.step {
  color: #923d89;
  font-weight: 600;
  font-size: 1.5rem;
  font-family: "Poppins";
  margin-bottom: 10px;
}

.step-list {
  list-style: none;
  padding-left: 0;
}

.step-list li {
  margin-bottom: 10px;
  color: #939292;
  font-family: "Poppins";
  font-weight: 300;
}

.step-list li::before {
  /* content: "\2713"; */
  /* Yeşil tik işareti */
  color: #8d3788;
  font-size: 20px;
  margin-right: 5px;
}

.step-button .btn{
  height: 80px !important;
  a{
    font-size: 1.5rem !important;
  }
}

.wave-svg2 {
  display: none;
}

.card {
  border-top-left-radius: 40px !important;
  border-top-right-radius: 40px !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 40px !important;
  border: none !important;
  position: relative !important;
  bottom: 0 !important;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;

  box-shadow: 0px -20px 30px #0000000a !important;
}

.pt100 {
  padding-top: 100px;
}

.accordion-card {
  box-shadow: 0px 0px 35px #00000029;
  border-radius: 25px;
  padding: 50px;
}

.accordion-button {
  color: #a653a2 !important;
  font-weight: 400 !important;
  font-size: 1.1rem !important;
  align-items: center !important;
  justify-content: center !important;
  display: flex;
  font-family: "Poppins";
}

.accordion-body {
  font-weight: 300 !important;
  font-family: "Poppins";
  color: #838383;
  font-size: 0.9rem;
}

/* accordion focus */
.accordion-button:focus {
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

/* accordion-active */
.accordion-button[aria-expanded="true"] {
  color: #fff !important;
  background: transparent linear-gradient(180deg, #a653a2 0%, #8d3788 100%) 0%
    0% no-repeat padding-box !important;
  border-radius: 10px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* accordion arrow */
.accordion-button::after {
  content: "-" !important;
  font-size: 1.1rem;
  float: right;
  border: 1px solid #fff;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 19px;
  transition: all 0.3s ease;
  /* Geçiş efekti ekler */
  background-image: none !important;
}

/* Aktif durumda olan buton için stil */
.accordion-button.collapsed::after {
  content: "+" !important;
  border-color: #8d3788;
}

.comment-card {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 25px;
  padding: 20px;
  margin-top: 50px;
  background: #f4f5f5;
  font-family: "Poppins";
  cursor: pointer;
}

.comment-card p {
  color: #939292;
}

.comment-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #333 !important;
}

.comment-header .comment-info p {
  margin: 0;
}

.comment-header .comment-info h5 {
  margin: 0;
  font-size: 1rem;
}

.myCommentSwiper {
  overflow: visible !important;
}

.myCommentSwiper .swiper-pagination {
  transform: translateY(20px) !important;
}

.myCommentSwiper .swiper-pagination-bullet {
  background: #a653a2 !important;
  width: 50px !important;
  height: 5px !important;
  margin: 0 5px !important;
  border-radius: 0 !important;
}

.myCommentSwiper .swiper-slide-active {
  transform: translateY(-50px) !important;
  transition: all 0.5s ease-in-out !important;
}

.avatar {
  width: 75px;
  /* Avatar genişliği */
  height: 75px;
  /* Avatar yüksekliği */
  border-radius: 50%;
  /* Yuvarlak avatar oluşturur */
  margin-right: 10px;
  /* İsim ve pozisyon ile arasına boşluk bırakır */
}

.star {
  color: #9aca3c;
  font-size: 35px;
}

footer {
  margin-top: 50px;
  border-top: 1px solid #e6e9eb;
  padding: 20px 0;
}

footer .footer-logo {
  width: 100px !important;
  height: auto;
}

footer a {
  text-decoration: none;
  margin-left: 20px;
  color: #a754a3;
}

footer p {
  margin: 0;
  font-size: 0.9rem;
}

.book-a-demo-card {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(50%);
}

.book-a-demo-card .row {
  background: #8d3788;
  padding: 30px;
  border-radius: 10px;
  align-items: center;
  font-family: "Poppins";
  width: 75%;
  margin: auto;
}

.book-a-demo-card h3 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 400;
  margin: 0 !important;
}

.book-a-demo-card button {
  background: #fff;
  color: #8d3788;
  font-weight: 500;
  padding: 10px 35px !important;
}

.book-a-demo-card button a {
  color: #8d3788;
  font-weight: 500;
}

.book-a-demo-card button:hover {
  background: #f3f3f3;
  color: #8d3788;
  font-weight: 500;
}

#logo-slider {
  padding-top: 0 !important;
}

.myCommentSwiper .swiper-slide:first-child {
  margin-left: 10px !important;
}

.nav-main-button {
  margin-left: 15px;
}

.tab-buttons-col-1 {
  order: 1;
}

.tab-buttons-col-2 {
  order: 2;
}

.tab-buttons {
  width: 100%;
}

.faq-content {
  order: 2;
}

.faq-photo {
  order: 1;
}

/* RESPONSİVE */
/* Small	sm	≥576px */
@media (max-width: 576px) {
  .faq-content {
    order: 1;
  }

  .green-ul-li ul li{
    padding-left: 0;
  }
  .mdp-highlighter-svg {
    bottom: 2px;
  }

  .hero-row {
    margin-bottom: 12vh;
  }

  .widthc {
    width: 100% !important;
  }

  .accordion-button {
    font-size: 0.9rem !important;
  }

  .book-a-demo-card button {
    padding: 5px 35px !important;
  }

  .navbar .logo img {
    width: 130px !important;
  }

  .navbar {
    padding: 18px 0px !important;
  }
  .faq-photo {
    order: 2;
  }

  .hero-title {
    line-height: 1.7rem;
  }

  .green-arrow-top {
    display: block !important;
  }
  .tab-buttons-col-1 {
    order: 2;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }

  .tab-buttons-col-2 img {
    height: 250px !important;
  }

  .tab-buttons-col-3 img {
    height: 250px !important;
  }

  .tab-buttons-col-2,
  .tab-buttons-col-3 {
    order: 1;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }

  .absolute-logo-container {
    box-shadow: 0px 0px 30px 20px #0000000a !important;
    padding: 20px 35px !important;
  }

  .wave-svg2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 14;
    height: auto;
    display: block;
  }

  .photos-container {
    display: flex;
    justify-content: center;
  }

  #logo-container {
    display: none !important;
  }

  .col-sm-auto {
    flex: 0 0 auto !important;
    width: auto !important;
    margin: auto;
  }

  .logo {
    margin: auto;
  }

  .main-button {
    margin: auto;
  }

  .main-button button a {
    font-size: 1rem;
  }

  .hero-photo {
    width: 80% !important;
  }

  .hero h1 {
    font-size: 1.4rem !important;
  }

  .hero-ul-li {
    text-align: center;
    padding: 10px;
  }

  .hero-ul-li ul li {
    padding: 0;
    margin: 0;
  }

  .header-small-info {
    width: 100%;
  }

  .hero-ul-li ul li p {
    font-size: 0.9rem;
    font-weight: 300;
  }

  .hero-ul-li ul li:before {
    content: "";
  }

  .book-a-demo {
    font-size: 20px;
  }

  .green-ul-li ul li:before {
    content: "";
  }
  .green-ul-li {
    font-size: 0.85rem;
  }

  .section-content {
    padding: 0.6rem;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .section-content h2 {
    font-size: 1.1rem !important;
  }

  .section-content h5 {
    margin-top: 0.2rem !important;
    font-size: 1rem !important;
  }

  .section-content p {
    font-size: 0.8rem !important;
    font-weight: 300;
  }

  .section-content .w-75 {
    font-size: 0.9rem !important;
  }

  .tab-buttons-container h2 {
    font-size: 1.4rem !important;
    margin-bottom: 0;
  }

  .tab-buttons-container h5 {
    font-size: 1rem;
    margin-top: 0.5rem;
  }

  .tab-buttons-container p {
    font-size: 0.8rem;
  }

  .tab-button,
  .tab-button-2 {
    font-size: 0.8rem;
  }

  #image,
  #image-2 {
    height: 275px !important;
    display: block !important;
    margin-bottom: 1rem;
  }

  .tab-buttons-container {
    margin: 0 !important;
  }

  .responsive-height-auto {
    height: auto !important;
  }

  .card {
    position: relative !important;
    padding: 20px !important;
    border-radius: 10px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .step {
    font-size: 0.9rem !important;
  }

  .step-list {
    font-size: 0.9rem !important;
  }

  .mobile-white-bg {
    background-color: #fff !important;
  }
  .card {
    background-color: #f4f5f5 !important;
    box-shadow: 0px 3px 6px #00000029 !important;
  }

  .mobile-shadow-none {
    box-shadow: none !important;
  }
  .mobile-shadow-none .container {
    padding: 0 !important;
  }
  .myLogoSwiper {
    padding: 0 16px !important;
  }
  .faq .container {
    padding: 0 !important;
  }
  .faq {
    z-index: 2323;
    box-shadow: none;
    padding: 0 !important;
    background: #f4f5f5;
  }

  .book-a-demo-card {
    position: relative !important;
    transform: translateY(20%) !important;
  }

  .section-fluid {
    padding: 5vh 0;
  }

  .book-a-demo-card h3 {
    font-size: 1rem;
    margin-bottom: 0.75rem !important;
  }

  .book-a-demo-card .row {
    padding: 20px 0 !important;
    margin: 0 !important;
  }

  .pt100 {
    padding-top: 10px;
  }
  .p-card {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .pad-control {
    height: auto !important;
    padding: 0px 20px !important;
  }

  .accordion-card {
    padding: 20px !important;
    background: #fff;
  }

  .comment-card {
    padding: 20px !important;
  }

  .comment-card p {
    font-size: 0.8rem;
  }

  .star {
    font-size: 25px;
  }

  .avatar {
    width: 50px;
    height: 50px;
  }

  .comment-header .comment-info h5 {
    font-size: 0.7rem;
  }

  .section-content {
    margin-top: 10px;
  }

  .margin-control {
    margin-top: 10px;
  }

  .footer-logo {
    margin: auto;
    display: flex;
  }

  .social-icons {
    display: flex;
    margin: auto;
  }

  .small-info {
    font-size: 0.6rem;
  }

  .faq-content img {
    width: 70% !important;
  }
}

.green-arrow-top {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  rotate: 100deg;
  transform: scaleX(1);
  transform: scaleY(-1);
  width: 120px;
  display: none;
}

.margin-control {
  margin-top: 3rem;
}

/* Medium	md	≥768px */

@media (max-width: 768px) {
  .green-arrow {
    display: none;
  }

  

  .hero-title {
    line-height: 2rem;
  }
  .tab-buttons-container h2 {
    font-size: 2rem;
  }

  .book-a-demo-card h3 {
    margin-bottom: 1rem !important;
  }

  .mdp-highlighter-svg {
    bottom: 0px;
  }

  .green-arrow-top {
    display: block !important;
  }

  .col-sm-auto {
    margin: auto;
  }

  .card {
    position: relative !important;
    padding: 15px !important;
    border-radius: 10px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .step {
    font-size: 1.1rem !important;
  }

  .step-list {
    font-size: 1rem;
  }

  .responsive-height-auto {
    height: auto !important;
  }

  .section-content h2 {
    font-size: 1.4rem;
  }

  .section-content h5 {
    font-size: 1.2rem;
  }

  .section-content p {
    font-size: 1rem;
  }

  .section-content .w-75 {
    font-size: 1rem;
  }

  #image-2 {
    height: 400px;
    margin-bottom: 1rem;
  }

  .book-a-demo-card h3 {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .book-a-demo-card .row {
    padding: 10px;
    margin: 10px;
    text-align: center;
  }
}

/* Large	lg	≥992px */

@media (max-width: 992px) {
  .step-button .btn a{
    font-size: 1.1rem !important;
  }
  .section-content h2 {
    font-size: 1.75rem;
  }

  .hero-row {
    margin-top: 12vh !important;
  }
  
  .tab-buttons-col-1 {
    order: 2;
  }

  .tab-buttons-col-2 {
    order: 1;
  }

  .book-a-demo-card h3 {
    margin-bottom: 0.5rem !important;
    text-align: center;
  }

  .hero h1 {
    font-size: 1.8rem !important;
  }
  .tab-buttons-col-2 img {
    height: 400px !important;
    margin-bottom: 1rem;
  }

  .tab-buttons-col-3 img {
    height: 400px !important;
    margin-bottom: 1rem;
  }

  .card {
    position: relative !important;
    padding: 30px !important;
    border-radius: 30px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .step {
    font-size: 1.1rem !important;
  }

  .step-list {
    font-size: 1.1rem;
  }

  .responsive-height-auto {
    height: auto !important;
  }

  .mdp-highlighter-svg {
    bottom: 0px;
  }
}

@media (max-width: 1200px) {
  .hero h1 {
    font-size: 1.5rem !important;
  }

  .hero-title{
    line-height: 2rem;
  }
}

@media (max-width: 1400px) {
  .book-a-demo-card-text {
    text-align: center !important;
    font-size: 1.2rem !important;
  }

  .mdp-highlighter-svg {
    bottom: 0px;
  }

  .btn {
    margin-top: 0.5rem;
  }
}


@media (min-width: 992px) and (max-width: 1399px) {
  .tab-buttons-container h2{
    font-size: 1.8rem;
  }
  .book-a-demo-card-text{
    padding-bottom: 1rem;
  }
  .book-a-demo-card button{
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .book-a-demo-card h3{
    text-align: left !important;
    font-size: 1.4rem;
  }
  .book-a-demo-card-text{
    padding-bottom: 0;
  }

  .mdp-highlighter-svg{
    bottom:2px;
  }
  
}
