#call_to_action_block {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position-y: top;
  /* height: calc(100vh - 250px); */
  /* height: calc(60vh); */
  /* margin-inline: 15px; */
}

#call_to_action_block #call_to_action_block_title {
  text-align: center;
  color: white;
  text-shadow: 3px 3px 5px rgba(88,89,91,0.97);
  margin-bottom: 20px;
  font-size: 52px;
  line-height: 45px;
  font-weight: normal;
  @media (max-width: 700px) {
    font-size: 40px;
  }
}
#call_to_action_block #call_to_action_block_content {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;

  .container .row {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
    margin: -12px;
    .col-md-4, .col-md-6 {
      width: 100%;
      padding: 12px;
    }
    @media (min-width: 960px) {
      .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
      }
      .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
      }
    }
  }
}
#call_to_action_block #call_to_action_block_content .container {
  max-width: 1080px;
  margin: 0 auto;
}
#call_to_action_block_content .col-md-6,
#call_to_action_block_content .col-md-4 {
  text-align: center;
}

#call_to_action_block_content .btn {
  width: 100%;
  padding: 10px;
}
#call_to_action_block_content .btn-sciensano.white {
  background-color: white;
  color: #69AA41 !important;
}

.modal-header {
  background-color: #69AA41;
  color: white;
}
.modal-title {
  text-transform: uppercase;
}
#call_to_action_block_content a {
  position: relative;
  text-transform: uppercase;
  border-radius: 4px;
}
.tooltip-inner {
  max-width: 100% !important;
  width: 100% !important;
}
.block-ticknet-call-to-action-block{
  margin-top: 0;
}

#block-ticknet-calltoactionblock input {
  border: none;
  background-color: #69aa41;
  color: white;
  border-radius: 4px;
  padding: 0 15px;
  height: 40px;
  margin: 0;
}
#block-ticknet-calltoactionblock input:hover {
  background-color: #BECD2D;
}

.modal-footer > button {
  height: 35px;
  background-color: white;
  color: #58595b !important;
}

.modal-footer > button:hover {
  background-color: white;
  color: #69AA41 !important;
  transition: all 0.2s ease 0s !important;
}


.modal {
  z-index: 99999 !important;
}

.ticknet-register-form > div > button {
  color: white;
  background: #69AA41;
  border-width: 1px;
  border-color: transparent;
  border-radius: 0.375rem;
  height: 38px;
}

.ticknet-register-form > div > button:hover {
  color: white;
  background: #becd2d;
  transition: all 0.2s ease 0s !important;
  border-color: transparent;
}