:root{
  --primary: #21cdc0;
  --blue: #213360;
  --pink: #ec268f;
  --white: #ffffff;
  --white-50: #e1ffff;
  --white-100: #f3f3f3;
  --black-100: #111111;
  --black-300: #323232;
}

.btn__secondary{
  background: var(--pink);
}

.primary-text {
  color: var(--blue);
}

header.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

header .logo {
  width: 80px;
}

.header-inner {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-inner .cta {
  padding: 10px 15px;
  min-width: auto;
  height: auto;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.cta-language {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-direction: row-reverse;
}

.am-landing-page-ch .slider .contact-panel {
  padding: 40px;
}

.top-header {
  background: var(--pink);
  text-align: center;
  padding: 7px 0;
}

.top-header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.top-header-inner p {
  margin: 0;
  color: var(--white);
}

.top-header-inner a {
  font-size: 24px;
  background: #3dc14e;
  color: var(--white);
  border-radius: 8px;
  font-weight: 700;
  padding: 5px 10px;
  line-height: 0;
}

.horizontal-tab-section {
  background: var(--pink);
  padding-bottom: 70px;
}

ul.horizontal-tab-list,
ul.am-horizontal-tab-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  width: 100%;
  padding: 30px 0 0;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}

ul.horizontal-tab-list li,
ul.am-horizontal-tab-list li {
  padding: 10px 30px;
  display: block;
  text-align: center;
  color: var(--white);
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0px;
  cursor: context-menu;
}

ul.am-horizontal-tab-list li{
  color: var(--blue);
  font-weight: 700;
}

ul.horizontal-tab-list li.active,
ul.am-horizontal-tab-list li.show {
  background: var(--blue);
  color: var(--white);
  border-radius: 100px;
}
ul.am-horizontal-tab-list li.show{
  background: var(--pink);
}
.horizontal-tab-content,
.am-horizontal-tab-content {
  display: none !important;
}

.horizontal-tab-content.active,
.am-horizontal-tab-content.show {
  display: flex !important;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}
.am-ivf-treatment .horizontal-tab-content .box-inner {
  min-height: 230px;
}

.horizontal-tab-content .box {
  width: calc(50% - 15px);
}

.horizontal-tab-content .box-inner {
  background: var(--white);
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  display: flex;
  padding: 20px;
  height: 100%;
  gap: 30px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 8px;
  transition: 0.3s all;
}

.horizontal-tab-content .box-inner:hover {
  background: var(--primary);
}

.horizontal-tab-content .box-inner .icon {
  min-width: 150px;
  width: 150px;
  height: 150px;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid var(--white-100);
  background: var(--white-100);
}

.horizontal-tab-content .box-inner .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.horizontal-tab-content .box-inner h4 {
  font-size: 24px;
  margin-bottom: 10px;
}

.horizontal-tab-content .box-inner p {
  margin-bottom: 0;
  color: var(--black-300);
  font-weight: 400;
}

.am-ivf-choose .am-ivf-choose-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 50px;
}

.am-ivf-choose .am-ivf-choose-box .box {
  width: calc(25% - 15px);
}

.am-ivf-choose .am-ivf-choose-box .box-inner {
  text-align: center;
  border: 1px solid #efefef;
  padding: 25px 15px;
  border-radius: 15px;
  height: 100%;
  transition: 0.3s all;
  cursor: context-menu;
}

.am-ivf-choose .am-ivf-choose-box .box-inner:hover {
  border-color: transparent;
  transform: translateY(-15px);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.am-ivf-choose .am-ivf-choose-box .box h4 {
  font-size: 24px;
  margin: 20px 0 15px;
}

.am-ivf-choose .am-ivf-choose-box .box p {
  margin-bottom: 0;
  font-size: 16px;
  color: var(--black-300);
  font-weight: 400;
}

.am-ivf-choose img {
  max-width: 30%;
  filter: hue-rotate(-135deg);
}

.am-awards .box {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}

.am-awards .box-inner {
  display: flex !important;
  gap: 20px;
  width: calc(33% - 13px);
  background: var(--white-50);
  padding: 20px;
  border-radius: 15px;
  transition: 0.3s all;
  cursor: context-menu;
  min-height: 160px;
}

.am-awards .box-inner:hover {
  background: var(--pink);
}

.am-awards .box-inner:hover .icon {
  border-color: var(--white);
}

.am-awards .box-inner:hover p {
  color: var(--white);
}

.am-awards .box-inner .icon {
  font-size: 26px;
  color: var(--pink);
  min-width: 52px;
  border: 1px solid transparent;
  border-radius: 50%;
}

.am-awards .box-inner p {
  margin-bottom: 0;
  color: var(--black-300);
  font-size: 16px;
}

.am-cta {
  padding-top: 0;
  padding-bottom: 0;
}

.am-cta-inner {
  padding: 40px;
  background: var(--primary);
  border-radius: 15px;
  text-align: center;
}

.am-cta-inner .title {
  font-size: 42px;
  color: var(--pink);
}

.am-cta-inner p {
  font-size: 20px;
  color: var(--white);
  margin-bottom: 30px;
}

.am-cta-inner a {
  border: 1px solid var(--white);
  color: var(--black-100);
  padding: 12px 40px;
  display: inline-block;
  font-size: 18px;
  border-radius: 15px;
  background: var(--white);
  transition: 0.3s all;
}

.am-cta-inner a:hover {
  background: var(--pink);
  border-color: var(--pink);
  color: var(--white);
}

.accordion-item {
  border-top: none;
  padding: 10px 0;
  cursor: context-menu;
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-item-header {
  color: var(--black-100);
  font-size: 16px;
  padding: 15px 0;
  position: relative;
}

.accordion-item-header::after {
  content: "\276E";
  position: absolute;
  color: var(--black-100);
  right: 2px;
  top: 12px;
  font-size: 20px;
  transform: rotate(-90deg);
  transition: 0.3s all;
}

.accordion-item-header.active {
  color: var(--pink);
}

.accordion-item-header.active::after {
  color: var(--pink);
  transform: rotate(90deg);
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
  padding: 0 0 15px;
  line-height: 1.5rem;
  color: var(--black-300);
  font-size: 15px;
}

.ft {
  color: var(--pink);
  font-size: 20px;
}

.txt-p {
  font-size: 16px;
  color: var(--white);
  margin-bottom: 0px;
}

.fot-p {
  color: var(--white);
  text-align: center;
  font-size: 18px;
}

.fot-cen {
  width: 100%;
}

.txt-p > a {
  color: var(--white) !important;
}

.fot-p > a {
  color: var(--white) !important;
}

.spc {
  padding: 50px;
}

.mrg {
  margin-bottom: 40px;
}

.pd {
  padding: 15px;
}

.h4 {
  text-align: center;
}

.cen {
  text-align: center;
  color: var(--primary);
  font-size: 25px;
  padding-bottom: 20px;
}

.infra {
  text-align: center;
  color: var(--primary);
  padding: 90px;
  font-size: 30px;
  text-transform: initial !important;
}

.brd {
  color: var(--white)fff;
  background-color: var(--primary);
  text-align: center;
  padding: 20px 10px 20px 10px;
  margin-top: -20px;
}

.txt-cen {
  color: #000;
  font-size: 16px;
  text-align: justify;
  width: 100%;
}

.clr {
  clear: both;
}

.hed-frm {
  text-align: center;
  background-color: var(--primary);
  color: var(--white)fff;
  border-radius: 35px 35px 0px 0px;
  padding: 10px;
  font-size: 20px;
}

.frm2 {
  width: 100%;
  background: #4bbcd7;
  padding: 10px;
  border: none;
  color: var(--white);
  font-size: 16px;
}

.frm1 {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}

.frm {
  border: 5px solid var(--primary);
  background: #d6eff4;
  border-radius: 35px;
  padding: 20px;
  margin-bottom: 20px;
}

.in-hed {
  font-size: 20px;
  color: var(--primary);
  font-weight: 600;
  width: 100%;
}

.contact-panel {
  border: 1px solid var(--pink);
  padding: 30px !important;
}

.contact-panel__title {
  color: var(--primary);
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.member__img {
  text-align: center;
  width: 150px;
  height: 150px;
  -webkit-box-shadow: 2px 0 2px 0 rgb(0 0 0 / 10%);
  -moz-box-shadow: 2px 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 0 2px 0 rgb(0 0 0 / 10%);
  border-radius: 50% !important;
  border: 8px solid #f5f5f5;
  margin-left: 100px;
  margin-top: 30px;
}

.member__name,
.member__job {
  text-align: center;
}

.member {
  border: 1px solid #ccc;
  background-color: var(--primary);
  min-height: 345px;
}

.member__job {
  color: var(--white) !important;
}

.member__name a {
  color: var(--white) !important;
}

.am-video iframe {
  width: 100%;
  height: 420px;
}

.am-stats .am-stats-box {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}

.am-stats .am-stats-box .box {
  background: var(--white);
  border-radius: 15px;
  padding: 5px 20px 30px;
  width: 33%;
  text-align: center;
  transition: 0.3s all;
  cursor: context-menu;
  border: 1px solid var(--pink);
}

.am-stats .am-stats-box .box .fa-circle{
  color: var(--pink);
}

.am-stats .am-stats-box .box .fa-stack {
  transform: scale(2) translateY(-10px);
}

.am-stats .am-stats-box .box:hover {
  transform: translateY(-10px);
  border: 1px solid var(--pink);
  background: var(--pink);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.am-stats .number {
  font-size: 54px;
  margin-bottom: 5px;
  color: var(--pink);
}

.am-stats .text {
  margin-bottom: 0;
  font-weight: 600;
  color: var(--pink);
}

.am-stats .am-stats-box .box:hover .number,
.am-stats .am-stats-box .box:hover .text {
  color: var(--white);
}

.cta-right {
  opacity: 0;
  position: fixed;
  z-index: 99;
  right: 0;
  top: 50%;
  transform: rotate(-90deg) translateY(115px);
  background: var(--blue);
  padding: 15px 30px;
  border-radius: 10px 10px 0 0;
  color: var(--white);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out,background-color 0.3s ease-in-out;
}

.cta-right.show {
  opacity: 1;
  transform: rotate(-90deg) translateY(64px);
}

.cta-right:hover {
  color: var(--white);
  background: var(--pink);
}

.am-our-location .horizontal-tab-section {
  background: transparent;
}

.spc {
  padding: 10px;
}
.mrg {
  margin-bottom: 40px;
}
.pd {
  padding: 15px;
}
.h4 {
  text-align: center;
}
.cen {
  text-align: center;
  color: var(--primary);
  font-size: 25px;
  padding-bottom: 20px;
}
.infra {
  text-align: center;
  color: var(--primary);
  padding: 90px;
  font-size: 30px;
}
.brd {
  color: var(--white)fff;
  background-color: var(--primary);
  text-align: center;
  padding: 20px 10px 20px 10px;
  margin-top: -20px;
}
.txt-cen {
  color: #000;
  font-size: 16px;
  text-align: justify;
  width: 100%;
}
.clr {
  clear: both;
}
.in-hed {
  font-size: 20px;
  color: var(--primary);
  font-weight: 600;
  width: 100%;
}
.cen-img {
  text-align: center;
  width: 100%;
}

.cor {
  color: var(--white);
  text-align: center;
}
table,
th,
td {
  border: 1px solid black;
  color: #000;
  text-align: center;
}
.cnn {
  text-align: center;
  color: var(--primary);
  font-size: 25px;
  width: 100%;
}
.wh {
  color: var(--white);
  font-weight: 600;
  font-size: 18px;
}
.wh1 {
  color: var(--white);
  font-size: 16px;
}
.slick-prev,.slick-next{
  font-size: 0;
}
.slick-prev:before {
  content: "\2190";
  color: var(--blue);
  font-size: 30px;
}

.slick-next:before {
  content: "\2192";
  color: var(--blue);
  font-size: 30px;
}

.m-slides-0 .slick-list {
  overflow: visible;
  position: relative;
  z-index: 9;
}
.nice-select .list {
  width: 100%;
  max-height: 200px;
  overflow-y: scroll;
}

.thankyou-page section{
  border-top: 1px solid #fbfbfb;
}
.btn.cta-thankyou {
  height: auto;
  padding: 12px 40px;
  min-width: max-content;
  font-weight: 400;
}

@media only screen and (min-width: 1600px){
  .cta-right.show {
    transform: rotate(-90deg) translateY(50px);
  }
}

@media only screen and (max-width: 991px){
  .slider .slide-item{
    background-position: left;
  }
  .am-stats .number {
    font-size: 42px;
  }
  .am-stats .am-stats-box .box {
    padding: 5px 20px 10px;
  }
  .am-stats {
    padding-top: 70px !important;
  }
  .am-ivf-treatment .horizontal-tab-content .box-inner {
    flex-direction: column;
  }
  .horizontal-tab-content .box-inner .icon {
    width: 100%;
  }
  .am-ivf-choose .am-ivf-choose-box .box {
    width: calc(50% - 15px);
  }
  .am-video-inner {
    max-width: 100%;
  }
  .am-video iframe {
    height: 400px;
  }
  .am-awards .box-inner {
    min-height: auto;
  }
  .am-cta-inner br{
    display: none;
  }
  .am-cta-inner .title {
    font-size: 32px;
  }
  .am-cta-inner p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 600px){
  .header-inner {
    flex-direction: column;
    gap: 30px;
  }
  .am-stats .am-stats-box {
    flex-direction: column;
  }
  .am-stats .am-stats-box .box {
    padding: 5px 20px 20px;
    width: 100%;
  }
  ul.horizontal-tab-list, ul.am-horizontal-tab-list {
    align-items: unset;
    justify-content: unset;
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  ul.horizontal-tab-list li, ul.am-horizontal-tab-list li {
    padding: 10px 15px;
    text-align: left;
    font-size: 15px;
    border-radius: 0 !important;
    min-width: max-content;
  }
  .am-ivf-treatment .horizontal-tab-content .box,.am-ivf-choose .am-ivf-choose-box .box {
    width: 100%;
  }
  .section-title {
    font-size: 32px;
  }
  .am-video iframe {
    height: 200px;
  }
  .am-horizontal-tab-content img{
    max-width: 100%;
  }
  .am-horizontal-tab-content .col-md-4{
    padding: 15px !important;
  }
  .cta-right{
    transform: none;
    left: 0;
    top: unset;
    bottom: 0;
    text-align: center;
    border-radius: 15px 15px 0 0;
    font-size: 24px;
  }
  .cta-right.show {
    opacity: 1;
    transform: none;
    background: var(--blue);
  }
  header.container-fluid {
    padding-left: 5px;
    padding-right: 5px;
  }
  .thankyou-page h1 {
    font-size: 24px;
  }
}