* {
  box-sizing: border-box;
}
.primary-section-booking-inquiry {
  background-image: url("training.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.primary-section-booking-inquiry .container_tw .tw_form_main_conainer {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .form_sub_container {
  width: 80%;
  *background: #15b7e6;
}
.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container {
  display: grid;
  *grid-gap: 3px;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  box-shadow: 0 2px 5px 0 rgb(155, 154, 154);
  border-bottom: 4px solid #15b7e6;
}

.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_left_block {
  white-space: wrap;
  grid-column: 1 / 7;
  -ms-background-color: rgba(255, 255, 255, 0.9);
  -webkit-background-color: rgba(255, 255, 255, 0.9);
  -moz-background-color: rgba(255, 255, 255, 0.9);
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px 0 0 10px;
}
.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_left_block
  p.main_title {
  color: #111111;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_left_block
  p.sub_title {
  color: #15b7e6;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 10px;
}


.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_left_block
  button.get_insight {

    outline: none;
    background-color: #15b7e6;
    padding: 10px 20px;
    color: #f8f8f8;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #15b7e6;
    transition: all 0.5s ease;
    margin-left: 12px;
    margin-bottom: 10px;
}



.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_left_block
button.get_insight:hover {
  background-color: transparent;
  color: #15b7e6;
}


.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_left_block
  table {
  margin: 10px 0 0 11px;
}

.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_left_block
  table
  tr
  td {
  padding: 5px;
  border: 1px solid #eee;
}
.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_left_block
  table
  tr
  td
  > a,
.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_left_block
  table
  tr
  td {
  font-family: "Open Sans", sans-serif, Helvetica;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0px;
}
.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_left_block
  table
  tr
  td {
  color: #15b7e6;
}
.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_left_block
  table
  tr
  td
  > a {
  color: #057999;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  text-decoration: underline;
}
.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_left_block
  table
  tr
  td
  > a:hover {
  color: #15b7e6;
  text-decoration: underline !important;
}
.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_left_block
  table
  tr
  td
  > img {
  width: 24px;
}

.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_left_block
  table
  tr
  td
  > div.check_tw_date {
  width: 24px;
  height: 24px;
  border: 1px solid #d82368;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease;
}

.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_left_block
  table
  tr
  td
  > div.check_tw_date:hover {
  border: 1px solid #d82368;
}

.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_left_block
  table
  tr
  td
  > div.check_tw_date
  div.checked_date_status {
  width: 80%;
  height: 80%;
  border-radius: 50%;
  transition: all 0.4s ease;
}


.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_left_block
  table
  tr
  td
  > div.check_tw_date
  div.checked_date_status:hover {
  background-color: #d823688a;
  width: 100%;
  height: 100%;
  }

.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_left_block
  table
  tr
  td
  > div.check_tw_date
  div.checked_date_status.selected_date {
  width: 85%;
  height: 85%;
  background-color: #d82368;
}

.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_left_block
  p.offline_form_button_text {
  color: #121212;
  border-radius: 3px;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  margin: 10px 10px 0 0;
}
.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_left_block
  a.offline_form_button {
  color: #f8f8f8;
  background: #15b7e6;
  border-radius: 3px;
  padding: 10px;
  font-size: 13px;
  line-height: 25px;
  margin: 0 0 0 11px;
}

.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_left_block
  p.online_form_button_text,
.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_left_block
  a.online_form_button {
  display: none;
}

.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_left_block
  a.offline_form_button
  > i {
  font-size: 20px;
}
.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_left_block
  a.offline_form_button:hover {
  background-color: #1fa5ca;
}
.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_left_block
  p.warning {
  color: #999;
  margin-top: 20px;
  font-size: 12px;
}
.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_left_block
  p.warning
  > i {
  color: #900;
  font-size: 12px;
}

.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_right_block {
  white-space: wrap;
  grid-column: 7 / -1;
  padding: 10px 20px 20px 20px;
  -ms-background-color: rgba(255, 255, 255, 0.9);
  -webkit-background-color: rgba(255, 255, 255, 0.9);
  -moz-background-color: rgba(255, 255, 255, 0.9);
  background-color: rgba(255, 255, 255, 0.9);
}
#top_form {
  display: none;
}
.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_right_block
  h2.main_title {
  text-align: right;
  color: #111111;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  *margin-bottom: 20px;
}
.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_right_block
  input[type="text"] {
  font-family: "Open Sans", sans-serif, Helvetica;
  font-weight: 400;
  letter-spacing: 0.5px;
  background: #fff;
  color: #013d42;
  height: 40px;
  border: 1px solid #15b7e6;
  border-radius: 4px;
  box-shadow: none;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -o-appearance: none !important;
  -ms-appearance: none !important;
}
.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_right_block
  input[type="text"]:focus {
  border-radius: 0px;
  border-color: transparent transparent #43cdf3 transparent;
}

.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_right_block
  .form-group
  .row-fluid
  .dates_main_container {
  position: relative;
}

.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_right_block
  .form-group
  .row-fluid
  .dates_main_container
  .upcoming_dates_dropdown.date_drop_down_hide {
  display: none;
}

.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_right_block
  .form-group
  .row-fluid
  .dates_main_container
  #tw_date {
    cursor: pointer !important;
  }

.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_right_block
  .form-group
  .row-fluid
  .dates_main_container
  .upcoming_dates_dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin-top: 80px;
  background-color: #f8f8f8 !important;
  box-shadow: 0px 20px 30px 1px #013d4267;
  z-index: 9999999999;
  height: auto;
  max-height: 185px;
  margin-left: 0px;
  overflow: auto;
  opacity: 0;
  animation: fadeToTop 1s ease forwards;
}

@keyframes fadeToTop {
  0% {
    opacity: 0;
    margin-top: 80px;
  }

  50% {
    margin-top: 75px;
  }

  100% {
    opacity: 1;
    margin-top: 40px;
  }
}

.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_right_block
  .form-group
  .row-fluid
  .dates_main_container
  .upcoming_dates_dropdown {
  list-style: none;
  cursor: pointer;
  color: #013d42;
}

.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_right_block
  .form-group
  .row-fluid
  .dates_main_container
  .upcoming_dates_dropdown
  div {
  padding: 10px 10px;
}

.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_right_block
  .form-group
  .row-fluid
  .dates_main_container
  .upcoming_dates_dropdown
  div:hover {
  background-color: rgba(21, 185, 230, 0.191) !important;
}

.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_right_block
  .form-group
  .row-fluid
  .dates_main_container
  .upcoming_dates_dropdown
  div:nth-child(even) {
  background-color: rgba(21, 185, 230, 0.091);
}

.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_right_block
  .form-group
  .row-fluid
  .dates_main_container
  .upcoming_dates_dropdown
  div:nth-child(odd) {
  background-color: rgba(21, 185, 230, 0.03);
}

.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_right_block
  button.tw_btn {
  cursor: not-allowed;
  opacity: 0.4;
  pointer-events: none;
  font-family: "Open Sans", sans-serif, Helvetica;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  border: none;
  border-radius: 3px;
  box-shadow: 0 0 10px 0 rgb(207, 206, 206);
  padding: 10px;
  margin: 20px 0 10px 0;
  background-color: #15b7e6;
  color: #f8f8f8;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -o-appearance: none !important;
  -ms-appearance: none !important;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_right_block
  button.tw_btn:hover {
  transform: scale(1.1);
}
.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_right_block
  button.tw_error {
  font-family: "Open Sans", sans-serif, Helvetica;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.6px;
  border: none;
  border-radius: 3px;
  box-shadow: 0 0 10px 0 rgb(207, 206, 206);
  padding: 10px;
  margin: 20px 0 10px 0;
  background-color: rgb(204, 4, 4);
  color: #f8f8f8;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -o-appearance: none !important;
  -ms-appearance: none !important;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_right_block
  button.tw_btn_disable {
  display: none;
}
.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_right_block
  div.new_tw_text {
  color: #013d42;
  font-size: 13px;
}

.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_right_block
  label.new_tw_text_label {
  color: #013d42;
  font-size: 13px;
}
.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_right_block
  .align_checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
}

/************SUCESS MESSAGE*********/

.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_right_block
  .success_container {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_right_block
  .success_sub_container {
  text-align: center;
}
.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_right_block
  .success_sub_container
  > img {
  margin-top: 40px;
  width: 120px;
}
.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_right_block
  .success_sub_container
  .success_main_title {
  font-size: 25px;
  line-height: 35px;
  color: rgb(131, 130, 130);
}
.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_right_block
  .success_sub_container
  .success_sub_title {
  font-size: 15px;
  line-height: 20px;
  margin-top: 20px;
  color: rgb(131, 130, 130);
}

.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_right_block
  .success_sub_container
  .success_sub_title
  > div.success_email_container {
  border: 1px solid #15b7e6;
  border-radius: 3px;
  padding: 10px;
  margin-top: 8px;
}
/*********END********* */

/********COURSE CONTENT ********* */
div.tw_outcome_container_hide {
  display: none !important;
}


div.tw_outcome_container {
  position: fixed;
  top:0;left:0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.589);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 999999999999999999999999 !important;
  overflow: auto;
  transition: all 0.5s ease;
}

div.tw_outcome_container div.tw_outcome_content {
  width: 80%;
  background-color: #f8f8f8;
  padding: 30px 30px 0 30px;
}


  @media only screen and (max-width: 600px) {
      div.tw_outcome_container div.tw_outcome_content {
        width: 100%;
      }
  }

div.tw_outcome_container
div.tw_outcome_content
div.tw_course_content {
  margin-bottom: 30px;
}


div.tw_outcome_container
div.tw_outcome_content
div.tw_course_content
div.tw_course_content_title {
  font-weight: 300;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  color: #15b7e6;
}


div.tw_outcome_container
div.tw_outcome_content
div.tw_course_content ol > li {
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 10px;
  color: #626566;
}


div.tw_outcome_container
div.tw_outcome_content
div.tw_course_content button {
  outline: none;
  background-color: #15b7e6;
  padding: 10px 20px;
  color: #f8f8f8;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid #15b7e6;
  transition: all 0.5s ease;
}


div.tw_outcome_container
div.tw_outcome_content
div.tw_course_content button:hover {
  background-color: transparent;
  padding: 10px 20px;
  color: #15b7e6;
}

/****** END **********/

/* ************* MAP************ */
.map_tw {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 400px;
  background-color: #900;
  z-index: 999999999999;
}

.map_tw .close_map_tw {
  border-top: 4px solid #15b7e6;
  background: #fff;
  color: #15b7e6;
  padding: 5px;
  text-align: right;
}
.map_tw .close_map_tw > button {
  font-family: "Open Sans", sans-serif, Helvetica;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.6px;
  border: none;
  padding: 0;
  background: #eee;
  border-radius: 3px;
}
.map_tw .close_map_tw > button:hover {
  background: #ddd;
}
.map_tw .close_map_tw > button > img {
  width: 35px;
  transition: transform 0.7s;
}
.map_tw .close_map_tw > button > img:hover {
  transform: rotate(90deg);
}
.container_map_tw {
  width: 100%;
  height: 100%;
  background: #013d42;
}

.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_right_block
  .show_tw_map {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px solid #fff;
}

.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_right_block
  .show_tw_map
  > div {
  color: #013d42;
  font-family: "Open Sans", sans-serif, Helvetica;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.6px;
}
.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_right_block
  .show_tw_map
  > div
  > button {
  border: 1px solid #cbeef7;
  background: transparent;
  padding: 8px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -o-appearance: none !important;
  -ms-appearance: none !important;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_right_block
  .show_tw_map
  > div
  > button:hover {
  background: #cbeef7;
  transform: scale(1.1);
}
.primary-section-booking-inquiry
  .container_tw
  .tw_form_main_conainer
  .tw_form_container
  .tw_right_block
  .show_tw_map
  > div
  > button
  > img.img_map_tw {
  width: 35px;
}
/* ******END ******** */

/*********START RESPONSIVE FORM********* */

@media (min-width: 768px) and (max-width: 979px) {
  .primary-section-booking-inquiry .container_tw {
    width: 100%;
  }
}

@media (min-width: 800px) and (max-width: 1083px) {
  .primary-section-booking-inquiry
    .container_tw
    .tw_form_main_conainer
    .form_sub_container {
    width: 93% !important;
    background-color: #15b7e6 !important;
  }
}
@media (min-width: 100px) and (max-width: 799px) {
  .primary-section-booking-inquiry
    .container_tw
    .tw_form_main_conainer
    .form_sub_container {
    width: 100% !important;
    background-color: #15b7e6 !important;
  }
  .primary-section-booking-inquiry
    .container_tw
    .tw_form_main_conainer
    .tw_form_container
    .tw_left_block
    p.offline_form_button_text {
    line-height: 18px;
  }
  .primary-section-booking-inquiry
    .container_tw
    .tw_form_main_conainer
    .tw_form_container
    .tw_right_block
    h2.main_title {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .container_tw {
    width: 1170px;
    margin: auto;
  }
}
@media (min-width: 100px) and (max-width: 767px) {
  .primary-section-booking-inquiry .container_tw .tw_form_main_conainer {
    padding: 0 0;
  }
}

@media (max-width: 610px) {
  .primary-section-booking-inquiry
    .container_tw
    .tw_form_main_conainer
    .tw_form_container
    .tw_left_block
    p.main_title {
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
  }
  .primary-section-booking-inquiry
    .container_tw
    .tw_form_main_conainer
    .tw_form_container
    .tw_left_block
    p.sub_title {
    color: #15b7e6;
    font-size: 33px;
    line-height: 40px;
  }
  .primary-section-booking-inquiry
    .container_tw
    .tw_form_main_conainer
    .tw_form_container
    .tw_left_block
    p.offline_form_button_text {
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 0 0;
  }
  .primary-section-booking-inquiry
    .container_tw
    .tw_form_main_conainer
    .tw_form_container
    .tw_right_block
    h2.main_title {
    text-align: right;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 20px;
  }
}

@media (max-width: 510px) {
  .primary-section-booking-inquiry
    .container_tw
    .tw_form_main_conainer
    .tw_form_container
    .tw_left_block {
    white-space: wrap;
    grid-column: 1 / -1;
    background: #f8f8f8;
    padding: 20px 0 0 10px;
  }
  .primary-section-booking-inquiry
    .container_tw
    .tw_form_main_conainer
    .tw_form_container
    .tw_right_block {
    white-space: wrap;
    grid-column: 1 / -1;
    padding: 10px 20px 20px 20px;
    -ms-background-color: rgba(255, 255, 255, 0.9);
    -webkit-background-color: rgba(255, 255, 255, 0.9);
    -moz-background-color: rgba(255, 255, 255, 0.9);
    background-color: rgba(255, 255, 255, 0.9);
  }
  .primary-section-booking-inquiry
    .container_tw
    .tw_form_main_conainer
    .tw_form_container
    .tw_left_block
    p.main_title {
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
  }
  .primary-section-booking-inquiry
    .container_tw
    .tw_form_main_conainer
    .tw_form_container
    .tw_left_block
    p.online_form_button_text {
    display: block;
    color: #121212;
    border-radius: 3px;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.5px;
    margin-bottom: -1px;
  }
  .primary-section-booking-inquiry
    .container_tw
    .tw_form_main_conainer
    .tw_form_container
    .tw_left_block
    a.online_form_button {
    width: 74px;
    display: block;
    color: #f8f8f8;
    background: #d82368;
    border-radius: 3px;
    padding: 10px;
    font-size: 13px;
    line-height: 25px;
    margin: 0 0 0 11px;
  }
  .primary-section-booking-inquiry
    .container_tw
    .tw_form_main_conainer
    .tw_form_container
    .tw_right_block
    .success_container {
    margin-top: 1%;
  }

  .primary-section-booking-inquiry
    .container_tw
    .tw_form_main_conainer
    .tw_form_container
    .tw_right_block
    .success_sub_container
    > img {
    margin-top: 0px;
  }
  #address_name {
    display: none;
  }
  #top_form {
    display: block;
  }
}

/*********END*********

*/
