@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;0,600;0,700;0,900;1,500;1,700;1,900&display=swap');

html, body {
  font-family: 'ProximaNovaRegular', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Proxima Nova ExCn Lt', sans-serif !important;
  font-weight: 700;
}

p b, span b {
  font-family: 'ProximaNovaSemibold';
  font-weight: 500;
}

.offcanvas-header{
  display:none;
}

@media (max-width: 992px) {
  .offcanvas-header{
    display:block;
  }

  .navbar-collapse {
    position: fixed;
    top:0;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.95);
    transition: visibility .2s ease-in-out, -webkit-transform .2s ease-in-out;
    text-align: center;
  }

  .navbar .nav-link {
    border-bottom: 2px solid #228098;
  }

  .btn-close {
    font-size: 28px;
    color: #228098;
  }

  .navbar-collapse.show {
    visibility: visible;
    transform: translateX(-100%);
  }

  .small-title {
    font-size: 30px;
  }
}


.topbar {
  font-family: 'Montserrat', sans-serif;
  position: fixed;
  top: 0px;
  height: 18px;
  background: linear-gradient(45deg, #0F333B, #1D6576);
  width: 100%;
  color: #FFF;
  z-index: 1000;
  font-size: 12px;
  font-weight: 700;
}

.topbar a {
  letter-spacing: .4px;
}

.topbar a:hover {
  text-decoration: none;
}

.navbar {
  font-family: 'Montserrat', sans-serif;
  box-shadow: 0 0 90px rgba(0,0,0,.12);
  background-color: #fff !important;
  position: fixed;
  z-index: 1000;
  top: 18px;
  width: 100%;
}

.navbar .logo {
  width: 164px;
  top: 14px;
  position: absolute;
  filter: contrast(2);
  transition: all .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.navbar-nav {
  font-weight: bold;
}

.navbar-nav > li > a {
  color: #000 !important;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s ease-in-out;
}

@media only screen and (max-width: 992px) {
  .navbar-nav > li > a {
    color: #1D6576 !important;
  }
}

.navbar-nav > li > a.active {
  background-image: linear-gradient(45deg, #B40B66, #128CA8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navbar-nav > li > a:hover {
  color: #AC2493 !important;
}

.navbar-nav > li > a {
  font-size: 13px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .navbar .logo {
      /* top: 64px; */
  }
}

#nav-link-blink {
  color: #fa2ba6!important;
  animation: btnblink 1.2s linear infinite;
}

.navbar-nav > li > a.active span#nav-link-blink  {
  color: unset;
  background-image: linear-gradient(45deg, #e92999, #00b3e1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: none;
}

.plan-item {
  background-color: #ffffff24;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 6px;
  padding: 8px 30px;
}

#plan-item-blink {
  color: #fff!important;
  animation: btnblink 1.2s linear infinite;
  padding: 12px 12px 12px 16px;
  margin: 0 16px 0 -16px;
}

@keyframes btnblink {
  50% {
    opacity: 0;
  }
}

.border-bottom {
  border: 1.5px solid #228098;
  padding: 0px;
  margin: 0px;
}

section {
  margin-top: -1px;
  margin-bottom: -1px;
  padding-top: 1px;
  padding-bottom: 1px;
}

section h1 {
  font-weight: 900;
  font-style: italic;
}
section  h4 {
  font-weight: 600;
  font-size: 22px;
}

.btn-outline-light {
  border-width: 2px;
}

.btn.btn-outline-light:hover {
  color: #228098;
}

.landing {
  height: 100%;
  padding-top: 75px;
}

.slider-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.landing-text {
  padding-top: 130px;
  font-style: italic;
}

.training {
  color: #228098;
}

.training ul {
  padding-left: 0px;
}

.training ul li {
  list-style-type: none;
  font-weight: bold;
}

.training ul li:before {
  content:"\2713\0020";
}

.plan {
  background-image: url("../images/SmallBG.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.plan-image {
  width: 100%;
  margin-top: -60%;
}

.join {
  background-image: url("../images/SmallBG.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title {
  margin-top: 60px;
  background-image: url("../images/SmallBG.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.md-page-title {
  font-size: 36px;
  line-height: 1em;
  font-weight: 600!important;
  margin-top: 32px;
  margin-bottom: 0;
  color: #1D6576;
  text-align: left!important;
  font-style: normal;
  text-transform: uppercase;
}

.md-page-title.payment, .md-page-title.all-programs {
  text-align: center!important;
}

@media only screen and (max-width: 576px) {
  .md-page-title.payment, .md-page-title.all-programs {
    text-align: left!important;
  }
}

.title-border.payment, .title-border.all-programs {
  margin-left: auto!important;
}

@media only screen and (max-width: 576px) {
  .title-border.payment, .title-border.all-programs {
    margin-left: 0 !important;
  }
}

.trainings .md-page-title {
  margin-top: 32px;
  margin-bottom: 24px;
}

.trainings .trainings-hero {
  position: absolute;
  width: 300px;
  right: 13%;
  top: 69px;
  z-index: 0;
  mix-blend-mode: multiply;
}

.trainings .img-thumbnail {
  border: none;
  padding: 0;
  border-radius: 3px;
}

@media only screen and (max-width: 1200px) {
  .trainings .trainings-hero {
    right: 5%;
  }
}
@media only screen and (max-width: 576px) {
  .trainings .trainings-hero {
    width: 56vw;
    right: 0;
    top: 73px;
    mix-blend-mode: multiply;
  }
}

.title-border {
  border-top: 2px solid #1D6576;
  padding: 0px;
  margin: 12px 0px;
  width: 80px;
  margin-left: 0;
  margin-right: auto;
  border-radius: 2px;
}

.faq .card .bg-primary {
  font-size: 20px;
}

.md-card {
  height: 100%;
  padding-top: 20vh!important;
}

.md-card h5 {
  padding: 0.75rem 1.25rem 0.5rem;
}

.md-card .form-check-inline {
  margin-right: 3px;
}

.md-card .btn {
  font-family: 'ProximaNovaRegular', sans-serif;
  min-width: 230px;
  padding: 9px 32px;
  transition: all .3s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  letter-spacing: .4px;
  text-transform: uppercase;
  font-weight: 500;
}

.card .bg-primary {
  background-color: #1D6576 !important;
  color: #FFF;
  font-weight: 600!important;
  letter-spacing: 1px;
  border-radius: 0;
  font-size: 24px;
}

.card .card-text {
  color: #000;
}

.card h3.order-name {
  font-size: 2.3rem;
  font-weight: 600;
}

.order-name {
  font-size: 2.3rem;
  font-weight: 600;
}

a {
  color: #1D6576;
  font-weight: 500;
  font-family: 'ProximaNovaSemibold', sans-serif;
}

.page-content {
  background-image: url("../images/PageBG.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 80px;
  padding-bottom: 80px;
  min-height: calc(100vh - 84.781px);
}

.page-content.welcome {
  background-image: url("/assets/images/course/MD-section.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 120px!important;
  padding-bottom: 120px!important;
  display: block;
  position: initial;
  height: 100vh;
  overflow: scroll;
}

@media only screen and (max-width: 992px) {
  .page-content.welcome {
    background-image: url("/assets/images/course/MD-section.webp");
    background-size: contain;
    background-position: top center;
    background-attachment: initial;
    height: 100%;
    width: 100%;
    margin-top: 64px;
    overflow: unset;
  }
}
@media only screen and (max-width: 576px) {
  .page-content.welcome {
    background-image: url("/assets/images/course/MD-section-m.webp");
    background-size: contain;
    background-position: top center;
    background-attachment: initial;
    height: unset;
    margin-top: 73px;
    display: block;
    position: initial;
  }
}

.welcome .md-title {
  font-size: 38px;
  font-weight: 600!important;
  margin-bottom: 0;
  color: #1D6576;
}

.footer-welcome footer {
  position: fixed;
  bottom: 0;
}

@media only screen and (max-width: 992px) {
  .welcome .md-title {
    padding-top: 17vh;
  }
  .footer-welcome footer {
    margin-top: 120px;
  }
}

@media only screen and (max-width: 576px) {
  .welcome .md-title {
    padding-top: 35vh;
  }
  .footer-welcome footer {
    position: inherit;
    margin-top: 0;
  }
  footer {
    position: inherit!important;
    margin-top: 0!important;
  }
}

.welcome .md-sub-title {
  font-size: 22px;
  font-weight: 600!important;
  letter-spacing: 5px;
  color: #0B596E;
  margin-bottom: 42px;
}

.welcome .md-text {
  font-size: 14px;
  width: 320px;
}

.welcome .md-after-text {
  font-size: 16px;
  letter-spacing: 5.4px;
  font-weight: 600!important;
  color: #CB82AE;
}

.welcome .md-title-description {
  font-size: 14px;
  font-weight: 600!important;
  letter-spacing: 2px;
}

.welcome .md-more-info:nth-child(2) {
  margin-left: 64px;
}

@media only screen and (max-width: 992px) {
  .welcome .md-more-info:nth-child(2) {
    margin-left: 0px;
    margin-top: 12px;
    margin-bottom: 32px;
  }
}

.welcome .md-more-info .md-text {
  font-size: 14px;
  margin-bottom: 0;
  width: 230px;
}

.welcome .md-more-info .md-text span {
  font-weight: 500!important;
}

.welcome .md-more-info .md-text a {
  font-weight: 500!important;
  color: #969696;
}

.welcome .md-more-info .md-text a i {
  color: #CB82AE;
  font-weight: 500!important;
}

.welcome .md-more-info hr {
  width: 60px;
  margin-left: 0;
}

.welcome .md-more-info:nth-child(1) hr {
  margin-top: 32px;
}

.btn-info {
  background-color: #1D6576;
  border-color: #1D6576;
  letter-spacing: 0.8px;
  border-radius: 0;
  font-family: 'ProximaNovaSemibold', sans-serif;
  min-width: 230px;
  padding: 9px 32px;
  transition: all .3s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  letter-spacing: .4px;
  text-transform: uppercase;
  font-weight: 500;
}

.choose-plan {
  border-radius: 15px;
}

.choose-plan.plan-1 {
  background-image: linear-gradient(36deg, #cd1c85, #fa2ba6, #fa86cb);
}

.choose-plan.plan-2 {
  background-image: linear-gradient(36deg, #0a86a6, #00b7e6, #6ed9f5);
}
.choose-plan.plan-3 {
  background-image: linear-gradient(36deg, #17347b, #2049ac, #00b7e6);
}

.choose-plan.plan-4 {
  background-image: linear-gradient(36deg, #363553, #903775, #E8458B);
}

.choose-plan .price {
  background-color: #FFF;
  color: #E00087;
  display: inline-block;
  padding: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.choose-plan ul {
  padding-left: 30px;
}

.choose-plan ul li {
  list-style-type: none;
  font-weight: bold;
}

.choose-plan ul li:before {
  content:"\2713\0020";
}

.choose-plan .divider {
  width: 80%;
  border-bottom: 2px #FFF solid;
  margin-left: auto;
  margin-right: auto;
}

.rules-white {
  color: #0B596E;
}

.rules-blue {
  background-color: #00b3e1;
}

.text-custom-blue {
  color: #00b3e1;
}

.btn.btn-info.btn-edit {
  background-color: #aea8a8;
  border-color: #aea8a8;
}

.btn.btn-info.btn-edit:hover {
  background-color: #7c7c7c;
  border-color: #7c7c7c;
}

.btn-pink {
  background-color: #9A3687;
  font-weight: 500;
  border-radius: 0;
  font-family: 'ProximaNovaSemibold', sans-serif;
  min-width: 230px;
  padding: 9px 32px;
  transition: all .3s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  letter-spacing: .4px;
  text-transform: uppercase;
  font-weight: 500;
}

.btn-pink:hover {
  background-color: #cd1c85;
}

.btn-light {
  font-weight: 500;
  border-radius: 0;
  font-family: 'ProximaNovaSemibold', sans-serif;
  min-width: 230px;
  padding: 9px 32px;
  transition: all .3s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #212529;
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 0px;
}

.post-content img {
  max-width: 100%;
}

.post-content h2 {
  font-size: 28px;
  line-height: 25px;
  color: #0B596E;
  font-weight: 600!important;
  letter-spacing: 1px;
  margin-bottom: 2px;
}

.post-content h2 strong {
  color: #761D66;
}

.post-content h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #0B596E;
  font-weight: 700!important;
  letter-spacing: .3px;
  margin-bottom: 12px;
}

.post-content h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700!important;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}



.post-content .image {
  width: 80%;
}

.post-content a {
  display: inline-block;
  background-color: #761D66;
  border-color: #761D66;
  letter-spacing: 0.8px!important;
  color: #fff;
  border-radius: 0;
  font-family: 'ProximaNovaRegular', sans-serif;
  min-width: 300px;
  padding: 9px 32px;
  transition: all .3s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  letter-spacing: .4px;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 576px) {
  .post-content a {
    width: 100%;
  }
}

.post-content a:hover {
  background-color: #AC2493;
  text-decoration: auto;
}

@media only screen and (max-width: 992px) {
  .post-content .image {
    width: 100%;
  }
}

label {
  font-weight: 500;
  font-family: 'ProximaNovaSemibold', sans-serif;
  margin-bottom: 0.2rem;
}

footer {
  background: linear-gradient(45deg, #0F333B, #1D6576);
  padding: 4px 0;
  margin-top: -1px;
  width: 100%;
}


footer .wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

footer .navigation {
  width: 80%;
}

footer .social-nav {
  text-align: right;
  width: 20%;
}

footer a.link {
  color: #FFF;
  font-weight: 600;
  font-size: 13px;
  font-weight: 500;
}

a.social {
  color: #fff;
  font-size: 20px;
}

@media only screen and (max-width: 992px) {

footer .navigation {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
}

.navbar .logo {
    width: 156px;
  }
}

.dropdown-menu {
  min-width: 210px;
}

@media only screen and (max-width: 992px) {
  .dropdown-menu {
    background-color: transparent;
  }
  .dropdown-item {
    text-align: center;
    color: #89b1bb;
  }
  .dropdown-divider {
    display: none;
  }
  .btn-close .fa-times:before {
    font-weight: 500;
    content: "✕";
    font-size: 42px;
  }
}

.homepage-banners {
  background-image: url(../images/PageBG.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #228098;
  text-align: center;
}

.programs img {
  transition: transform .2s;
}

.programs img:hover {
  transform: scale(1.05);
}

.tos h2, .contact h2, .tos h3 {
  font-size: 28px;
  line-height: 1em;
  font-weight: 600!important;
  margin-top: 32px;
  margin-bottom: 12px;
  color: #1D6576;
  font-style: normal;
  text-transform: uppercase;
}

.tos h2 {
  margin-top: 42px;
}

.tos h3 {
  font-size: 22px;
  margin-top: 16px;
  margin-bottom: 12px;
  color: #0B596E;
}

.tos p {
  color: #000;
}

.tos .list {
  color: #000;
}

.contact h2 {
  margin-top: 8px;
}

.page-content.contact {
  background-image: url("/assets/images/course/MD-sectio-lg.webp");
  background-size: cover;
  background-position: calc(100% + 1200px);
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 80px;
  padding-bottom: 80px;
}

.page-content.contact.about-me {
  background-image: none;
}

.page-content.book-order .book-important {
  background-color: #e5e5e5;
  box-shadow: inset -2px 0 2px 1px rgba(0,0,0,.06);
  border-radius: 8px;
  padding: 12px 24px;
}

@media (max-width: 992px) {
  .page-content.book-order a {
    width: 100% !important;
  }
}

@media only screen and (max-width: 992px) {
  .page-content.contact {
    background-position: left;
  }
}

.dropdown-item {
  padding: 0.15rem 1rem;
  font-size: 13px;
  font-weight: 500;
}

.dropdown-item:hover {
  transition: all .2s ease-in-out;
  color: #fff;
  background-color: #0b647f;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  margin: 0.5rem 0 0;
  border-radius: 0;
}

.challenge {
  margin-top: 68px;
}

.navbar-light .navbar-toggler-icon {
  width: 2.6em;
  background-image: url(../assets/images/hamburger.svg);
}

.navbar-light .navbar-toggler {
  border-color: transparent;
  color: transparent;
}

.navbar .nav-link {
  border-bottom: none;
  letter-spacing: .4px;
}

.navbar .nav-item:last-child .nav-link {
  padding-right: 0;
}

button:focus {
  outline: none;
}

.btn:hover {
  color: #fff;
}

.btn:focus {
  box-shadow: none;
}

.welcome .countdown {
  box-shadow: 0 7px 25px #00000016;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(1.5px);
  position: fixed;
  bottom: 38px;
  right: 0;
  width: 300px;
}

/* New Countdown for Welcome with content */
.welcome .countdown.welcome {
  box-shadow: none;
  -webkit-backdrop-filter: unset;
  backdrop-filter: none;
  position: fixed;
  bottom: unset;
  top: 73vh;
  right: 0;
  width: unset;
}

/* New Countdown for Welcome with content */
.welcome .countdown.welcome .countdown-wrapper {
  padding: 18px 26px 18px 26px;
}

@media (max-width: 992px) {
  .welcome .countdown {
    top: 44vh;
    z-index: 0;
    box-shadow: none;
    margin-bottom: 132px;
    position: absolute;
  }

  /* New Countdown for Welcome with content */
  .welcome .countdown.welcome {
    top: 86px;
    width: unset;
    transition: all .8s ease-in-out;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }

  /* New Countdown for Welcome with content */
  .welcome .countdown.welcome .countdown-wrapper {
    padding: 4px 16px 8px 16px;
  }
}

.welcome .countdown-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  /* background: linear-gradient(45deg, rgba(244,115,191,1) 0%, rgba(132,144,207,1) 31%, rgba(0,179,225,1) 100%); */
  opacity: .7;
  z-index: -1;
  margin-bottom: 32px;
}

/* New Countdown for Welcome with content */
.welcome .countdown.welcome .countdown-bg {
  opacity: 1;
}

.welcome .countdown .title {
  font-family: 'Proxima Nova ExCn Lt';
  font-size: 38px;
  line-height: 1.1em;
  font-weight: 600;
  color: #26697b;
  text-transform: uppercase;
  text-align: center;
  padding: 32px 0 0;
  margin-bottom: 0;
}

/* New Countdown for Welcome with content */
.welcome .countdown.welcome .title {
  color: unset;
  text-align: unset;
  padding: unset;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 4px;
}

@media (max-width: 992px) {
  .welcome .countdown .title {
    font-size: 25px;
    padding-top: 46px;
    font-weight: 700;
  }

    /* New Countdown for Welcome with content */
    .welcome .countdown.welcome .title {
      font-size: 16px;
      margin-bottom: 0;
      padding-top: 4px;
    }
}

.welcome .countdown .title br {
  display: none;
}

.welcome .countdown .timer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  font-size: 80px;
  font-weight: 600;
  text-align: left;
  text-wrap: nowrap;
  color: #26697b;
  letter-spacing: 1px;
  line-height: 1em;
}

/* New Countdown for Welcome with content */
.welcome .countdown.welcome .timer {
  color: unset;
  justify-content: flex-end;
  align-items: flex-start;
  font-size: 46px;
  font-weight: 600;
  text-align: left;
  text-wrap: nowrap;
}

@media (max-width: 992px) {
  .welcome .countdown .timer {
    font-size: 46px;
  }

  /* New Countdown for Welcome with content */
  .welcome .countdown.welcome .timer {
    font-size: 24px;
    letter-spacing: 2px;
  }
}

.welcome .countdown .timer-wrapper {
  font-family: 'Proxima Nova ExCn Lt';
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-wrap: wrap;
}

.welcome .countdown .timer-wrapper .labels {
  font-family: 'Proxima Nova ExCn Lt';
  font-size: 20px;
  letter-spacing: 0.5px;
  padding: 0 12px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.3em;
  opacity: .7;
}

/* New Countdown for Welcome with content */
.welcome .countdown.welcome .timer-wrapper .labels {
  margin-top: 0;
  padding: 0;
}


@media (max-width: 992px) {
  .welcome .countdown .timer-wrapper .labels {
    padding: 0 6px;
    font-size: 14px;
    font-weight: 700;
  }
  /* New Countdown for Welcome with content */
  .welcome .countdown.welcome .timer-wrapper .labels {
    display: none;
}
}

.welcome .countdown .button-primary {
  display: none;
}

footer {
  font-family: 'Montserrat', sans-serif;
}

.footer.payment {
  background-color: #fff;
  margin: 0 auto;
  padding: 12px 0;
  text-align: center;
  z-index: 0;
}

@media only screen and (max-width: 992px) {
  .footer.payment {
    margin: 4px auto;    
  }
}

.footer.payment img {
  width: 50%;
}

@media only screen and (max-width: 992px) {
  .footer.payment img {
    width: 98%;
  }
}

.footer-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .footer-bottom {
    position: unset;
  }
}

.page-content.book-bg {
  background-image: url("/assets/images/book-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 992px) {
  .page-content.book-bg {
    background-position: right;
  }
}

.page-content.book-bg .signiture {
  margin-right: -20%px;
}


.page-content.ishrana {
  background-image: url("/assets/images/ishrana-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 80px;
  padding-bottom: 80px;
}

.nutrition-plan {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  background-color: #F2F2F3;
  padding: 12px;
  border-radius: 100px 14px 14px 100px;
  width: 100%;
  box-shadow: 5px 3px 13px 2px rgb(0 0 0 / 8%);
  cursor: pointer;
  transition: all .5s;
}

.nutrition-plan:hover {
  color: #e92999;
  text-decoration: none;
  transform: scale(1.0349);
  box-shadow: 3px 4px 20px -2px rgb(0 0 0 / 25%);
}

.nutrition-plan img {
  width: 72px;
  height: 72px;
}

.nutrition-plan .plan-under-headline {
  margin: 0 auto 0 24px!important;
  transition: all .5s;
  color: #0B596E;
  font-size: 14px;
}

.nutrition-plan h3 {
  margin: 0 auto 0 24px!important;
  transition: all .5s;
  font-size: 26px;
}

.nutrition-plan:hover .plan-under-headline {
  color: #D859A3;
}

.nutrition-plan:hover h3 {
  color: #D859A3;
}

.page-content.page-branding {
  padding-bottom: 12px;
}

.page-content.page-branding h1 {
  padding-bottom: 0!important;
}

.page-content.page-branding hr {
  margin-top: 12px;
  margin-bottom: 12px;
}

.page-content.page-branding h2 {
  color: #CB82AE;
  font-size: 28px;
  margin-top: 16px;
  font-weight: 600 !important;
}

.page-content.page-branding h3 {
  font-size: 24px;
  margin-top: 12px;
}

.page-content.page-branding h4 {
  font-size: 18px;
  margin-top: 12px;
  font-weight: 600 !important;
  margin-bottom: 4px;
}

.page-content.page-branding p {
  margin-bottom: 0;
}

.page-content.page-branding a.btn {
  min-width: 300px;
  margin: 0 auto;
}

@media only screen and (max-width: 576px) {
  .page-content.page-branding a.btn {
    width: 100%;
  }
}