/* Add here all your css styles (customizations) */


.modal-header {
    display: block !important;

}

.modal-dialog {
    justify-content: center;
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* overflow: auto; */
  }

  .modal-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity 0.2s ease;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .close {
    line-height: 0.5;
    font-size: 25px;
  }
  
  .modal-header {
      text-align: center;
  }
  .modal-header h3 {
    margin-top: 0;
    color: #42b983;
  }

  .modal-body {
    text-align: center;
  }
  

  .price-centered {
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    text-transform: none;
    margin-top: -4px !important;

  }

  .header-logo-cc {
    width: 82px !important;
  }
  .navbar-brand {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }

  #captcha {
    margin-top: 10px;
    margin-left: -2px;
  }
  .services-card-cc {
    min-height: 245px !important;
    max-height: 245px !important;
  }
  .card-text-cc {
    padding: 2px;
    margin-top: 0 !important;
    text-align: left;
  }

  .offer-note {
    overflow: hidden;
    position: absolute;
    top: -45%;
    background: #e4b0b0c4;
    width: 100%;
    left: 0;
    letter-spacing: 50%;
    clear: both;
    display: inline-block;
    overflow: hidden;
    /* white-space: nowrap; */
    white-space: pre-line;
  }

  #scroll-text {
    color: #fff;
    font-size: 30px;
    font-family: auto;
    /* animation properties */
    /* -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    
    -moz-animation: my-animation 20s linear infinite;
    -webkit-animation: my-animation 20s linear infinite;
    animation: my-animation 20s linear infinite; */
  }
  .offer-note:hover {
    white-space: pre-line;
  }
  #scroll-text:hover {
    cursor: pointer;
    -moz-transform:none;
    -webkit-transform: none;
    transform: none;
    -moz-animation: none;
    -webkit-animation:none;
    animation:none;
  }
  
  /* for Firefox */
  @-moz-keyframes my-animation {
    from { -moz-transform: translateX(100%); }
    to { -moz-transform: translateX(-100%); }
  }
  
  /* for Chrome */
  /* @-webkit-keyframes my-animation {
    from { -webkit-transform: translateX(100%); }
    to { -webkit-transform: translateX(-100%); }
  }
  
  @keyframes my-animation {
    from {
      -moz-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    to {
      -moz-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  } */
  .tiktokkk {
    margin-top: 3px;
    margin-left: 48px;
    position: absolute;
  }

  @media only screen and (max-width: 676px) {
    .tiktokkk {
      margin-top: 0px;
    }
    .cookie-consent {
      right: 0em !important;
      bottom: 0em !important;
      width: 100%;
    }
    .offer-note { 
      top: -245%;
      clear: none;
      white-space: pre-wrap;
      z-index: 9999;
      height: 192px;
    }
    #scroll-text {
      height: 100%;
      text-align: center;
      font-size: xxx-large;
      
      /* animation properties */
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  
  -moz-animation: my-animation 10s linear infinite;
  -webkit-animation: my-animation 10s linear infinite;
  animation: my-animation 10s linear infinite;
}

/* for Firefox */
@-moz-keyframes my-animation {
  from { -moz-transform: translateY(100%); }
  to { -moz-transform: translateY(-100%); }
}

/* for Chrome */
@-webkit-keyframes my-animation {
  from { -webkit-transform: translateY(100%); }
  to { -webkit-transform: translateY(-100%); }
}

@keyframes my-animation {
  from {
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  }
}

.booking-btn {
    margin-top: -12px !important;
    display: inline-block;
    color: #fff;
    border-color: #eb3007;
    border-width: 2px;
    font-size: 12px;
    padding: 6px 8px !important;
    min-width: auto;
    margin-top: 4px;
    margin-left: 15px;
    text-align: center;
    background: #eb3007;
    border: 2px solid #eb3007;
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 1px !important;
    border-radius: 5px;
    line-height: inherit;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
}
.booking-btn:hover {
  color: #eb3007 !important;
  background: none;
}
.mttop0 {
  margin-top: -0px !important;
}


@media screen and (max-width: 676px) {
  .booking-btn {
    margin-top: 0px !important;
   padding: 6px 8px !important;
   margin-left: 0px;
   border-radius: 0px;
  }
}
.hs-mobile-state {
  padding: 10px;
  background: rgb(63 54 54);
}
.hs-mobile-state .hs-sub-menu{
  background: center bottom;
}

.hs-mobile-state li  {
   /* color: #3e2f2f !important;
    font-weight: 600;
    margin-right: 6px;
    margin-bottom: 6px;
    background: #f79d17 !important;
    border: 2px solid #ff9800 !important */
}
.section-course {
  padding-bottom: 0rem !important;
}


.fontawesomesvg {

  /* vertical-align: -.125em; */
  vertical-align: -0.655em;
}

.fontawesomesvg:hover {
  fill: white;
}

.cookie-consent{
  font-family: Helvetica,Calibri,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: rgb(255, 255, 255);
  background-color: rgb(69 67 62 / 83%);
  flex-direction: column;
  right: 1em;
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  line-height: 1.5em;
  display: flex;
  flex-wrap: nowrap;
  z-index: 9999;
  bottom: 1em;
}
.cookie-btn {
height: 49px;
line-height: 10px;
margin-top: 11px;
}
.cc-compliance {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  align-content: space-between;
}
.cc-btn {
  flex: 1;
  color: rgb(0, 0, 0);
  color:rgb(255 255 255);
    border-color: transparent;
    background-color: rgb(235 47 8);
   display: block;
    padding: 0.4em 0.8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    cursor: pointer;
    line-height: 33px;
}
.cc-btn:hover {
  color: rgb(212 174 174);
  background-color: rgb(232 64 8);
}
.cookie-msg {
  font-size: 15px;
    font-weight: 600;
    margin-top: -8px;
    margin: 2em 2em 1.5em;
    max-width: 377px;
}