body {
  font-family: Museo Sans;
}
nav .call {
  background: #91242d;
  border-radius: 2px;
  padding: 5px 10px;
}

nav .call a,
nav .call a:hover {
  color: #fff !important;
  text-decoration: none !important;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}

header > nav {
  height: 75px !important;
}

.navbar-light .navbar-nav .nav-link{
  font-size: 14px !important;
}


.navbar-light .navbar-nav .nav-link:hover{
  color: black !important;
  font-size: 14px !important;
}

.navbar-nav .nav-item .active-link {
  color: var(--Red, #91242D);
  font-family: Museo Sans;
  font-size: 14px;
  font-weight: 600;
}

.navbar-nav .nav-item a {
  color: var(--Blue, #140D33);
  font-family: Museo Sans;
  font-size: 14px;
  font-weight: 400;
}

.nav-item a {
  text-decoration: none;
  position: relative;
}

.nav-item a::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: #91242d;
  position: absolute;
  bottom: 25px;
  left: 0;
  transition: width 0.3s;
}

.nav-item a:hover::after {
  width: 100%;
}

.fixed-buttons-section {
  position: fixed;
  right: -123px;
  top: 50%;
  z-index: 99;
  transform: rotate(270deg);
  overflow: hidden;
}
.fixed-buttons {
  display: flex;
  gap: 20px;
}

.fixed-button-div {
  height: 36px;
  width: 130px;
  background-color: #91242d;
  border-radius: 4px 4px 0 0;
  gap: 5px;
  padding: 10px;
}

.fixed-button-div > div {
  /*transform: rotate(-90deg);*/
}

.fixed-button-div > div > a {
  color: white;
  font-size: 12px;
}

.fixed-button-div > div > a:hover {
  color: white !important;
}

.fixed-buttons:first-child {
  margin-bottom: 10px;
}

.arrow {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}

.arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.arrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

section#main-slider {
  position: relative;
  overflow: visible;
  margin-bottom: 90px;
  height: 27rem !important;
}

section#main-slider .main-slider-div {
  margin-top: 5%;
}

section#main-slider i{
  width: 8px;
  height: 8px;
}

section#main-slider a:hover{
  color: white !important;
}

@media screen and (max-width: 768px) {
  #page-banner h2{
    color: var(--White, #FFF);
    font-family: Museo Sans;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    padding-top: 50px;
  }
  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px !important;
    margin-left: 0px !important;
    justify-content: center;
}
  section#main-slider {
    height: 800px !important;
    margin-top: 50px;
  }
  section#main-slider .col-lg-6 h2 {
    color: var(--White, #FFF);
    font-family: Museo Sans;
    font-size: 36px !important;
    font-weight: 700;
    line-height: 59px;
  }
  section#main-slider .main-actions .action h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px !important;
    line-height: 22px;
    color: #140d33;
  }
  .main-actions {
    bottom: 65px !important;
  }
  @media screen and (max-width: 385px) {
    .main-actions {
        bottom: 200px !important;
    }
  }
  .main-actions-card {
    width: 180px !important;
    max-height: 64px !important;
  }
  .main-actions-card h2 {
    color: var(--Blue, #140D33);
    font-family: Museo Sans;
    font-size: 16px;
    font-weight: 700;
  }
  .main-actions-card img {
    width: 18px;
    height: 20px;
  }
  .main-slider-pagination {
    bottom: -15px;
  }
  .swiper-slider-mobile {
    display: block !important;
  }
  .swiper-slider-desktop {
    display: none !important;
  }
  .period {
    border-right: none !important;
  }
  .period-number .row{
    padding-left: 10px !important;
  }
  .tab-slider-tab {
    display: flex !important;
    flex-direction: row !important;
  }
}

.tab-slider-tab {
  display: flex !important;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .swiper-slide .container {
    margin-bottom: 100px;
  }
  .brief-slider .swiper-slide {
    width: 180px !important;
  }
  .blog-card {
    min-height: 420px;
  }
  .tab-slider-section {
    background-repeat: no-repeat;
    background-size: cover;
    height: 480px !important; 
    background-position: center;
    overflow: hidden;
    background-color: #5b232c;
  }
}

@media screen and (max-width: 768px) {
  section#banner-slider {
    position: relative;
    overflow: visible;
    margin-bottom: 0px !important;
    height: 720px !important;
  }
  section#banner-slider .banner-slider-div{
    height: 720px;
  }
  #page-banner {
    position: relative;
    width: 100%;
    height: 720px;
    flex-shrink: 0;
    background-size: cover;
  }
  #page-banner .container {
    padding-top: 15%;
}
.tab-slider .swiper-slide {
  display: flex;
  flex-direction: column;
}
}

.main-slider-pagination {
  bottom: -10px;
}

.main-actions-card {
  max-width: 260px;
  max-height: 100px;
}

.swiper-slider-mobile {
  display: none;
}

.swiper-slider-desktop {
  display: block;
}

section#main-slider h2 {
  color: #FFF;
  font-family: Museo Sans;
  font-size: 42px;
  font-weight: 700;
  line-height: 59px;
}

section#main-slider h2 b {
  font-weight: 800;
}

section#main-slider p {
  color: #FFF;
  font-family: Museo Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

section#banner-slider .row {
  padding-top: 3rem;
}

section#banner-slider {
  position: relative;
  overflow: visible;
  margin-bottom: 0px !important;
  height: 400px;
}

section#banner-slider i{
  width: 8px;
  height: 8px;
  margin-top: 5px;
}

section#banner-slider a:hover{
  color: white !important;
}

.bg-white {
  margin-bottom: 0px;
}

.bg-white .row{
  padding: 25px 0px;
}

section#banner-slider h2 {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 59px;
}

section#banner-slider h2 b {
  font-weight: 800;
}

section#banner-slider p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  color: white;
}

.swiper-slide .link {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  align-items: center;
  text-decoration-line: none;
  color: #fff;
}

.swiper-slide .link:hover {
  color: #91242d;
}

.main-actions {
  position: absolute;
  bottom: -50px;
  z-index: 1;
  padding: 0;
  margin: 0;
  width: 100%;
}

.brief-intro-row .col-lg-2 {
  margin-bottom: 20px;
}

.main-actions .action {
  background: #fff;
  border-radius: 2px;
  border: 1px solid #fff;
  box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.05);
}

.main-actions .action:hover {
  background: #91242d;
}

.main-actions .action .action-white{
  display: none;
}

.main-actions .action:hover .action-red{
  display: none;
}

.main-actions .action:hover .action-white{
  display: -webkit-inline-box;
}

.main-actions .action a {
  display: block;
}

section#main-slider .main-actions .action h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #140d33;
}

section#main-slider .main-actions .action p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #140d33;
}

section#main-slider .main-actions .action:hover h2,
section#main-slider .main-actions .action:hover p {
  color: #fff;
}
@media screen and (max-width: 1320px) and (min-width: 1200px) {
  section#main-slider .main-actions .action h2 {
    font-size: 14px;
  }
}

section#banner-slider .main-actions .action h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #140d33;
}

section#banner-slider .main-actions .action p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #140d33;
}

section#banner-slider .main-actions .action:hover h2,
section#banner-slider .main-actions .action:hover p {
  color: #fff;
}
@media screen and (max-width: 1320px) and (min-width: 1200px) {
  section#banner-slider .main-actions .action h2 {
    font-size: 14px;
  }
}

.brief-intro {
  margin-bottom: 0px;
}

.brief-intro .card {
  background: #fff;
  box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  margin-bottom: 20px;
}

.brief-intro .card h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #140d33;
}

.brief-intro .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.brief-intro .card-body img {
  display: block;
  margin: 5px auto 15px auto;
}

.brief-intro .card-body p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #140d33;
}

.brief-intro-row {
  flex-wrap: nowrap;
  height: 160px;
}

@media screen and (max-width: 768px) {
  .brief-intro-row {
    white-space: nowrap;
  }
  .brief-intro {
    overflow-x: scroll;
  }
  .card-body > h2,
  p {
    white-space: normal;
  }
  .banner-slider-div  .container {
    margin-bottom: 350px !important;
  }
}

.brief-intro-row > .col-xs-4 {
  display: inline-block;
  float: none;
}

.table-intro .card {
  background: rgb(20 13 51);
  height: 156px;
}

.table-intro .card-body {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.table-intro .card:hover {
  background: #8c1822 !important;
}

.table-intro .card h2 {
  color: var(--White, #fff);
  text-align: center;
  font-family: Museo Sans;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.table-intro .card-body img {
  display: block;
  position: absolute;
  opacity: 0.55;
  height: -webkit-fill-available;
  width: -webkit-fill-available;
}

.table-intro .card-body p {
  display: none;
  color: var(--White, #fff);
  font-family: Museo Sans;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  position: relative;
}

.table-intro .card:hover .card-body p {
  display: block;
}

/* .table-intro-row {
      overflow-x: auto;
      flex-wrap: nowrap;
      height: 600px;
    } */

@media screen and (max-width: 768px) {
  .table-intro-row {
    white-space: nowrap;
  }
  .card-body > h2,
  p {
    white-space: normal;
  }
}

.table-intro-row > .col-xs-4 {
  display: inline-block;
  float: none;
}

.table-intro-row {
  padding-top: 30px;
}

ol ::marker {
  content: ".0" counter(list-item);
  font-size: 54px;
  color: #f4e9ea;
}

.homepage-list-marker {
  font-size: 54px;
  color: #f4e9ea;
  line-height: 50px;
}

.homepage-list-desc {
  font-size: 12px;
  line-height: 14px;
}

.meet-items {
  background-color: white;
  border-bottom: 6px solid #91242d;
  border-radius: 8px;
  height: 140px;
  width: 140px;
  position: relative;
  padding: 0 10px;
}

div:has(> .meet-items) {
  gap: 25px;
}

.meet-items > p {
  color: var(--Blue, #140D33);
  font-family: Museo Sans;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.accordion-div {
  background-color: #fff;
  border: 1px solid #9e98bb;
  border-radius: 5px;
  margin-bottom: 10px;
  max-width: 730px;
}

.accordion {
  color: #444;
  background-color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  outline: none !important;
  font-size: 15px;
  transition: 0.4s;
  border: none;
  border-radius: 5px;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-radius: 5px;
}

.accordion:after {
  content: "\02795"; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #000000;
  float: right;
  margin-left: 5px;
}

.active {
  border: 1px solid #140d33 !important;
}

.active > .accordion:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.com-form-input {
  border: 2px solid #000;
  outline: none;
  border-radius: 3px;
}
.com-form-input {
  border: 1px solid #1f1845;
  outline: none;
  border-radius: 2px;
  font-size: 14px;
  padding: 12px !important;
  font-family: "Museo Sans", sans-serif;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.com-form-input::placeholder {
  color: #140d33;
}
.com-form-input:focus {
  background: #fafafc;
  border-color: #292349ff;
}
.custom-control-label {
  font-size: 12px;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 50%;
}
.custom-control-label::after,
.custom-checkbox .custom-control-label::before {
  width: 20px;
  margin-top: -4px;
  height: 20px;
}
.custom-control-label::before {
  border-color: #140d33;
}
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #140d33;
  background-color: #140d33;
}

@media screen and (max-width: 768px) {
  .footer-bottom > div {
    border-right: none !important;
  }
  footer {
    background: #07021D;
    padding: 40px 10px 0 10px;
}
}

.share img {
  margin-left: 12px;
}

.card .card-subject {
  color: var(--Divider, #9E98BB);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  padding-top: 20px;
  padding-left: 10px;
}

.card .card-title {
  color: #211B46;
  font-family: Museo Sans;
  font-size: 18px;
  font-weight: 700;
  padding: 10px;
}

.card .card-text {
  color: #211B46;
  font-family: Museo Sans;
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: black !important;
  background-color: #fff;
  border: none !important;
}
a.page-link:hover {
  color: black !important;
}

a:not(.btn):hover {
  color: black!important;
}

.homepage-list-marker {
  font-size: 54px;
  color: #f4e9ea;
  line-height: 50px;
}

.homepage-list-desc {
  font-size: 12px;
  line-height: 14px;
}

.fixed-buttons-section{
  position: fixed;
  right: -123px;
  top: 50%;
  z-index: 99;
  transform: rotate(270deg);
  overflow: hidden;
}
.fixed-buttons {
  display: flex;
  gap: 20px;
}

.fixed-button-div {
  height: 36px;
  width: 130px;
  background-color: #91242D;
  border-radius: 4px 4px 0 0;
  gap: 5px;
  padding: 10px;
}

.fixed-button-div > div {
  /*transform: rotate(-90deg);*/
}

.fixed-button-div > div > a {
  color: white;
  font-size: 12px;
}

.fixed-button-div > div > a:hover{
  color: white !important;
}

.fixed-buttons:first-child {
  margin-bottom: 10px;
}

.table-intro {
  margin-bottom: 0px;
  padding-bottom: 25px
}

.table-intro .card {
  background: rgb(20 13 51);
  height: 156px;
}

.table-intro .card-body {
  display: flex;
  justify-content: center;
}

.table-intro .card:hover {
  background: #8e151f99;
  height: 156px;
}

/* .table-intro-row {
  overflow-x: auto;
  flex-wrap: nowrap;
  height: 600px;
} */


@media screen and (max-width: 768px) {
  .table-intro-row {
    white-space: nowrap;
  }
  .card-body > h2,
  p {
    white-space: normal;
  }
}

.table-intro-row > .col-xs-4 {
  display: inline-block;
  float: none;
}

.card-body-value h5{
  color: var(--Blue, #140D33);
  text-align: center;
  font-family: Museo Sans;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}

.value h2{
  color: var(--Blue, #140D33);
  text-align: center;
  font-family: Museo Sans;
  font-size: 32px;
  font-weight: 600;
  line-height: 49px; /* 153.125% */
}

.card-body-care h5{
  color: var(--Blue, #140D33);
  text-align: center;
  font-family: Museo Sans;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}

.care h3{
  color: var(--Blue, #140D33);
  text-align: center;
  font-family: Museo Sans;
  font-size: 32px;
  font-weight: 600;
  line-height: 49px; /* 153.125% */
  padding: 0 200px;
}

// healt-table-intro

.health-intro .card{
  background: rgb(20 13 51);
  height: 156px !important;
}

.health-intro .card-body {
  display: flex;
  justify-content: center;
}

.health-intro .card:hover {
  background: #8e151f99;
  height: 356px;
}

.health-intro .card h2 {
  color: var(--White, #fff);
  text-align: center;
  font-family: Museo Sans;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 30px;
}

.health-intro .card-body img {
  display: block;
  position: absolute;
  opacity: 0.55;
  height: -webkit-fill-available;
  width: -webkit-fill-available;
}

.health-intro .card-body p {
  display: none;
  color: var(--White, #fff);
  font-family: Museo Sans;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  position: absolute;
  top: 85px;
}

.health-intro .card:hover .card-body p {
  display: block;
}

/* .health-intro-row {
      overflow-x: auto;
      flex-wrap: nowrap;
      height: 600px;
    } */

@media screen and (max-width: 768px) {
  .health-intro-row {
    white-space: nowrap;
  }
  .card-body > h2,
  p {
    white-space: normal;
  }
}

.health-intro-row > .col-xs-4 {
  display: inline-block;
  float: none;
}

.iletisim-section-left-content-desc {
  border-radius: 0 0 12px 12px;
  background-color: #140d33;
  gap: 20px;
}
.iletisim-section-left-content-desc > div > p {
  color: white;
  margin: 0;
}

.accordion-div {
  border-bottom: 1px solid #9e98bb;
  margin-bottom: 10px;
  max-width: 730px;
  width: 100%;
}

.accordion {
  color: #444;
  background-color: #f5f6f8;
  cursor: pointer;
  /* padding-bottom: 18px; */
  padding-left: 0;
  width: 100%;
  text-align: left;
  outline: none !important;
  font-size: 15px;
  transition: 0.4s;
  border: none;
  border-radius: 5px;
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-radius: 5px;
}
.panel > p {
  line-height: 20px;
}

.accordion:after {
  content: "\02795"; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #000000;
  margin-left: 5px;
}

.active {
  border-bottom: 1px solid #140d33 !important;
}

.active > .accordion:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}
.accordion-title-div {
  width: 100%;
  max-width: 730px;
}
.accordion-title-div > h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .accordion:after {
    float: right;
  }
  .subfooter {
    background-color: var(--White, #FFF) !important;
    padding-bottom: 20px;
  }
}

.bcontain nav {
  display: flex;
  padding: 6px 0 !important;
}

.bcontain nav li {
  list-style-type: none;
  padding-right: 6px;
}

.bcontain nav li a {
  color: #9E98BB;
}

.bcontain nav li a:hover {
  color: #AB343E !important;
}

.bcontain nav li .active-b {
  color: #140D33;
}

.bcontain nav li:not(:last-child)::after {
  content: " > ";
  color: #9E98BB;
  padding-left: 6px;
}

.bcontain nav li:last-child a {
  color: #140D33;
}

.bcontain nav li:not(:last-child):hover::after {
  color: #AB343E !important;
}

@media screen and (max-width: 768px) {
  .bcontain {
    display: none;
  }
  .table-intro .card {
    background: rgb(20 13 51);
    height: 215px;
}
  .table-intro .card:hover {
    background: rgb(20 13 51);
    height: 215px;
  }
}

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

.details h2 {
  color: #140D33;
  text-align: center;
  font-family: Museo Sans;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
}

.details h5 {
  font-family: Museo Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding: 0 20%;
  text-align: center;
}

.details p {
  font-family: Museo Sans;
  font-size: 14px;
  font-weight: 400;
}

.appointment-title {
  font-family: Museo Sans;
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: 49px;
  color: var(--White, #FFF);
}

.appointment-text {
  font-family: Museo Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: var(--White, #FFF);
}
.btn-danger {
  background: var(--Red, #91242D) !important;
  border: var(--Red, #91242D) !important;
}

.text-danger {
  color: var(--Red, #91242D) !important;
}

.sss-title {
  color: var(--Blue, #140D33);
  text-align: center;
  font-family: Museo Sans;
  font-size: 32px;
  font-weight: 600;
  line-height: 49px;
}

.sss-text {
  color: var(--Blue, #140D33);
  text-align: center;
  font-family: Museo Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.accordion-div {
  background-color: #fff;
  border: 1px solid #9e98bb;
  border-radius: 5px;
  margin-bottom: 10px;
  max-width: 730px;
}

.accordion {
  color: #444;
  background-color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  outline: none !important;
  font-size: 15px;
  transition: 0.4s;
  border: none;
  border-radius: 5px;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-radius: 5px;
}

.accordion:after {
  content: "\02795";
  /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #000000;
  float: right;
  margin-left: 5px;
}

.active {
  border: 1px solid #140d33 !important;
}

.active>.accordion:after {
  content: "\2796";
  /* Unicode character for "minus" sign (-) */
}

.accordion-title-div {
  width: 100%;
  max-width: 730px;
}

.accordion-title-div>h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
}

footer h2+ul li a.text-light:hover {
  color: var(--Red---second, #AB343E) !important;
  opacity: 1!important;
  text-decoration: none;
  font-family: Museo Sans;
  font-size: 12px;
  font-weight: 700;
  line-height: 19px; /* 158.333% */
  letter-spacing: -0.36px;
  text-transform: capitalize;
}

footer h2+ul li a.text-light {
  color: var(--White, #FFF);
  font-family: Museo Sans;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px; /* 158.333% */
  letter-spacing: -0.36px;
  text-transform: capitalize;
  opacity: 1;
}

#page-banner {
  position: relative;
  width: 100%;
  height: 440px;
  flex-shrink: 0;
  background-size: cover;
}

#page-banner h2{
  color: var(--White, #FFF);
  font-family: Museo Sans;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 59px; /* 140.476% */
}

#page-banner p{
  color: var(--White, #FFF);

  /* H4 500 */
  font-family: Museo Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}

#pager-banner a{
  color: var(--White, #FFF);
  /* Body 500 */
  font-family: Museo Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.subfooter {
  background-color: var(--White, #FFF) !important;
}
.subfooter-left {
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  text-transform: capitalize;
  color: var(--Blue, #140D33) !important;
}
.subfooter-right a{
  color: var(--Blue, #140D33) !important;
  font-family: Museo Sans;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%; /* 15.6px */
  text-transform: capitalize;
}
.period {
  border-right: 2px solid #9e98bb
}
.period h3 {
  color: var(--Blue, #140D33);
  /* H1 900 */
  font-family: Museo Sans;
  font-size: 42px;
  font-weight: 700;
  line-height: 59px;
  text-align: left;
}
.period p {
  font-family: Museo Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.swiper-pagination-bullet {
  border-radius: 25px;
  width: 4px;
  margin: 30px 6px!important;
  opacity: .15;
  background: #fff;
  height: 5px;
}

.swiper-pagination-bullet-active {
  background: #fff!important;
  opacity: 1;
  width: 40px;
}
.tab-slider .pagination {
  height: 75px;
}
.tab-slider .swiper-slide{
  background: none;
}
.tab-slider .swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  bottom: 0px;
}

.page-banner-mobile {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .page-banner-mobile {
    display: block !important;
  }
  .page-banner-desktop {
    display: none !important;
  }
  #page-banner {
    overflow-x: visible;
  } 
}

.brief-wrapper-slider .swiper-slide {
  background: none;
}

.brief-wrapper-slider {
  width: 180px !important;
}

.brief-slider {
  margin-bottom: 0px;
}

.brief-slider .container{
  max-width: 900px;
}

.brief-slider .card {
  background: #fff;
  box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  margin-bottom: 20px;
  width: 180px;
  height: 160px;
}

.brief-slider .card h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #140d33;
  padding-top: 10px;
}

.brief-slider .card-body img {
  display: block;
  margin: 5px auto 15px auto;
}

.brief-slider .card-body p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #140d33;
}

.brief-slider-row {
  height: 160px;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .brief-slider {
    margin-bottom: 20px;
    overflow-x: visible;
  }
  .card-body > h2,
  p {
    white-space: normal;
  }
  .banner-slider-div  .container {
    margin-bottom: 350px !important;
  }
  .brief-slider .swiper-pagination {
    bottom: -50px;
  }
  .brief-slider .swiper-pagination span {
    color: black;
  }
  .tab-slider-section {
    background-size: cover !important;
    background-position: center !important;
    overflow: hidden;
    padding: 30px 0;
    background-color: #5b232c;
  }
}

.brief-slider-row > .col-xs-4 {
  display: inline-block;
  float: none;
}

.brief-slider .swiper-pagination {
  display: none;
}

.tab-slider-left {
  gap: 15px;
  width: 100%;
  margin-right: 10px;
}
