@charset "UTF-8";
.btn-red, .btn-black, .btn-outline-black, .btn-outline-red, .btn-turqoise {
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
}

.btn-red {
  background-color: #ff0e00;
  border: 2px solid #ff0e00;
  border-radius: 25px;
  color: #ffffff;
}

.btn-red:hover {
  text-decoration: none;
  color: #ffffff;
}

.btn-black {
  background-color: #212529;
  border: 2px solid #212529;
  color: #ffffff;
}

.btn-black:hover {
  text-decoration: none;
  color: #ffffff;
}

.btn-outline-black {
  background-color: transparent;
  border: 2px solid #212529;
  color: #212529;
}

.btn-outline-black:hover {
  text-decoration: none;
  color: #212529;
}

.btn-outline-red {
  background-color: transparent;
  border: 2px solid #ff0e00;
  border-radius: 25px;
  color: #ff0e00;
}

.btn-outline-red:hover {
  text-decoration: none;
  color: #212529;
}

.btn-turqoise {
  background-color: #00BFDC;
  border: 2px solid #00BFDC;
  border-radius: 25px;
  color: #ffffff;
}

.btn-turqoise:hover {
  text-decoration: none;
  color: #ffffff;
}

button:focus {
  outline: none;
}

.img-responsive {
  width: 100%;
}

.title-bg-red {
  background-color: #ff0e00;
  color: #ffffff;
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  h2 {
    font-size: 1.8em;
  }
}

.bg-red {
  background-color: #ff0e00;
}

.bg-grey {
  background-color: #e8e6e6;
}

.f-white {
  color: #ffffff;
}

.f-red {
  color: #ff0e00;
}

.form-group {
  margin: 1em 0;
}

.form-group label {
  text-transform: uppercase;
  margin: 0;
  font-weight: 500;
  font-size: .8em;
}

.txtbox {
  display: block;
  width: 100%;
  height: calc(25px + 15px + 2px);
  padding: 0 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  background-clip: padding-box;
  border-radius: 0 !important;
  border-bottom: 1px solid #212529;
  border-top: none;
  border-left: none;
  border-right: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.txtbox:focus {
  color: #212529;
  background-color: transparent;
  border-color: #212529;
  outline: 0;
  box-shadow: none !important;
}

.txtbox::-webkit-input-placeholder {
  color: #A9A9A9;
  font-weight: 600;
}

.txtbox::-moz-placeholder {
  color: #A9A9A9;
  font-weight: 600;
}

.txtbox:-ms-input-placeholder {
  color: #A9A9A9;
  font-weight: 600;
}

.txtbox:-o-input-placeholder {
  color: #A9A9A9;
  font-weight: 600;
}

.txtbox-outline-red {
  display: block;
  width: 100%;
  height: calc(25px + 15px + 2px);
  padding: 0 15px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
  color: #212529;
  background-color: #ffffff;
  background-clip: padding-box;
  border-radius: 0 !important;
  border-bottom: 1px solid #ff0e00;
  border-top: none;
  border-left: none;
  border-right: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.txtbox-outline-red:focus {
  color: #212529;
  background-color: #ffffff;
  border-color: #212529;
  outline: 0;
  box-shadow: none !important;
}

.txtbox-outline-red::-webkit-input-placeholder {
  color: #212529;
  font-weight: 600;
}

.txtbox-outline-red::-moz-placeholder {
  color: #212529;
  font-weight: 600;
}

.txtbox-outline-red:-ms-input-placeholder {
  color: #212529;
  font-weight: 600;
}

.txtbox-outline-red:-o-input-placeholder {
  color: #212529;
  font-weight: 600;
}

.optbox {
  display: block;
  width: 100%;
  height: calc(25px + 15px + 2px);
  padding: 0 15px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  background-clip: padding-box;
  border-bottom: 1px solid #212529;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0 !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.optbox:focus {
  color: #212529;
  background-color: transparent;
  border-color: #212529;
  outline: 0;
  box-shadow: none !important;
}

.optbox-outline-red {
  display: block;
  width: 100%;
  height: calc(25px + 15px + 2px);
  padding: 0 15px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  color: #212529;
  background-color: #ffffff;
  background-clip: padding-box;
  border-bottom: 1px solid #ff0e00;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0 !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.optbox-outline-red:focus {
  color: #212529;
  background-color: #ffffff;
  border-color: #212529;
  outline: 0;
  box-shadow: none !important;
}

.optbox-line {
  display: inline-block;
  width: auto;
  padding: 0.5rem 1rem;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  color: #212529;
  background-color: #ffffff;
  background-clip: padding-box;
  border-bottom: 5px solid #ff0e00;
  border-width: 0px 0px 1px 0px;
  border-radius: 0 !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .optbox-line {
    width: 100%;
  }
}

.optbox-line:focus {
  color: #212529;
  background-color: #ffffff;
  border-color: #212529;
  outline: 0;
  box-shadow: none !important;
}

.rad {
  line-height: 1.1;
}

.rad .state label {
  margin-left: 5px;
  font-weight: 600;
}

.rad .state label::before {
  width: calc(15px + 2px);
  height: calc(15px + 2px);
  background-color: #fff;
  border-radius: 0 !important;
  top: calc((0% - (80% - 1em)) - 8%);
}

.rad .state label::after {
  width: calc(15px + 2px);
  height: calc(15px + 2px);
  top: calc((0% - (80% - 1em)) - 8%);
}

.chck {
  position: relative;
  padding-left: 30px;
  margin: 1em 0;
  cursor: pointer;
  font-size: .9em;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.chck input:checked ~ .chckmark {
  background-color: #ff0e00;
}

.chck input:checked ~ .chckmark::after {
  display: block;
}

.chck .chckmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 1px solid #bdc3c7;
}

.chck .chckmark:hover {
  background-color: #ffffff;
}

.chck .chckmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.iti {
  display: block;
}

.iti:focus {
  outline: none;
}

.iti__selected-flag:focus {
  outline: none;
}

.iti__flag {
  background-image: url("../../assets/img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../../assets/img/flags.png");
  }
}

.thankyou {
  text-align: center;
  padding: 3rem 5rem;
  background-color: #ffffff;
  box-shadow: 0 0 3px #e8e6e6;
  width: 100%;
  margin: 0 auto;
}

.thankyou .fa-check-circle {
  color: #1A8800;
  font-size: 5rem;
  margin-bottom: 15px;
}

.thankyou span {
  font-weight: 700;
}

.err {
  color: #ff0e00;
  margin: 5px 0 0 0;
  font-size: 13px;
}

.slick-slide:focus, .slick-slide a {
  outline: none;
}

.slider-basic .owl-nav button.owl-prev {
  position: absolute;
  left: 1%;
  top: 40%;
  background-color: #f90b0b;
  opacity: 0.6;
  transition: opacity 0.15s ease;
  z-index: 1;
  color: #ffffff;
  border: none;
  padding: 0 !important;
  font-size: 3rem;
  height: 5rem;
  width: 5rem;
}

.slider-basic .owl-nav button.owl-prev:hover {
  opacity: 1;
  background-color: #f90b0b;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .slider-basic .owl-nav button.owl-prev {
    height: 3rem;
    width: 3rem;
  }
  .slider-basic .owl-nav button.owl-prev .svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 2rem;
    overflow: visible;
    vertical-align: 15px;
  }
}

.slider-basic .owl-nav button.owl-next {
  position: absolute;
  right: 1%;
  top: 40%;
  background: #f90b0b;
  opacity: 0.6;
  transition: opacity 0.15s ease;
  z-index: 1;
  color: #ffffff;
  border: none;
  padding: 0 !important;
  font-size: 3rem;
  height: 5rem;
  width: 5rem;
}

.slider-basic .owl-nav button.owl-next:hover {
  opacity: 1;
  background-color: #f90b0b;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .slider-basic .owl-nav button.owl-next {
    height: 3rem;
    width: 3rem;
  }
  .slider-basic .owl-nav button.owl-next .svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 2rem;
    overflow: visible;
    vertical-align: 15px;
  }
}

.slider-basic .owl-nav button:focus {
  outline: none;
}

.tour-popup .modal-dialog {
  min-width: 90%;
  margin: 2rem auto 0 auto;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .tour-popup .modal-dialog {
    margin: 1rem auto;
  }
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .tour-popup .modal-dialog .modal-content {
    width: 85%;
    margin: 0 auto;
  }
}

.tour-popup .modal-dialog .modal-content .modal-body {
  padding: 0px;
}

.tour-popup .modal-dialog .modal-content .modal-body .close {
  padding: 5px 10px;
  background-color: transparent;
  border: 0;
}

.tour-popup .modal-dialog .modal-content .modal-body .left {
  background-image: url("../img/thumb-dod.png");
  background-position: center center;
  background-size: cover;
  min-height: 450px;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .tour-popup .modal-dialog .modal-content .modal-body .left {
    background-position: center top;
    min-height: 200px;
  }
}

.tour-popup .modal-dialog .modal-content .modal-body .right {
  padding: 2rem;
  background-color: #ffffff;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .tour-popup .modal-dialog .modal-content .modal-body .right {
    padding: 1rem;
  }
  .tour-popup .modal-dialog .modal-content .modal-body .right #grad, .tour-popup .modal-dialog .modal-content .modal-body .right #post, .tour-popup .modal-dialog .modal-content .modal-body .right #pre, .tour-popup .modal-dialog .modal-content .modal-body .right #acc {
    margin-top: 10px;
    overflow-y: scroll;
    height: 200px;
  }
  .tour-popup .modal-dialog .modal-content .modal-body .right #grad::-webkit-scrollbar, .tour-popup .modal-dialog .modal-content .modal-body .right #post::-webkit-scrollbar, .tour-popup .modal-dialog .modal-content .modal-body .right #pre::-webkit-scrollbar, .tour-popup .modal-dialog .modal-content .modal-body .right #acc::-webkit-scrollbar {
    width: 8px;
  }
  .tour-popup .modal-dialog .modal-content .modal-body .right #grad::-webkit-scrollbar-track, .tour-popup .modal-dialog .modal-content .modal-body .right #post::-webkit-scrollbar-track, .tour-popup .modal-dialog .modal-content .modal-body .right #pre::-webkit-scrollbar-track, .tour-popup .modal-dialog .modal-content .modal-body .right #acc::-webkit-scrollbar-track {
    margin: 8px 0;
  }
  .tour-popup .modal-dialog .modal-content .modal-body .right #grad::-webkit-scrollbar-thumb, .tour-popup .modal-dialog .modal-content .modal-body .right #post::-webkit-scrollbar-thumb, .tour-popup .modal-dialog .modal-content .modal-body .right #pre::-webkit-scrollbar-thumb, .tour-popup .modal-dialog .modal-content .modal-body .right #acc::-webkit-scrollbar-thumb {
    background-color: #ff0e00;
    outline: 1px solid #ff0e00;
    border-radius: 5px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .tour-popup .modal-dialog .modal-content .modal-body .right .schools .content {
    min-height: 100%;
  }
}

.tour-popup .modal-dialog .modal-content .modal-body .right .schools .content input[type=checkbox] {
  visibility: hidden;
  position: absolute;
}

.tour-popup .modal-dialog .modal-content .modal-body .right .schools .content label {
  cursor: pointer;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  background: #e8e6e6;
  color: #000;
  padding: 10px 15px;
  margin-right: 5px;
  border-radius: 5px;
}

.tour-popup .modal-dialog .modal-content .modal-body .right .schools .content label:hover {
  background-color: #A9A9A9;
  color: #ffffff;
}

.tour-popup .modal-dialog .modal-content .modal-body .right .schools .content input[type=checkbox]:checked + label {
  background: #ff0e00;
  color: #fff;
}

.tour-popup .modal-dialog .modal-content .modal-body .right .others .chck {
  transform: translateY(10%);
  font-size: 16px;
  padding-left: 30px;
  margin-bottom: 15px;
}

.tour-popup .modal-dialog .modal-content .modal-body .right .others .chck .chckmark {
  height: 20px;
  width: 20px;
}

.tour-popup .modal-dialog .modal-content .modal-body .right .others .chck .chckmark::after {
  left: 6px;
  top: 2px;
  width: 7px;
  height: 12px;
}

.tour-popup .modal-dialog .modal-content .modal-body .right .alert {
  font-size: 13px;
  margin: 1rem 0;
}

.tour-popup .modal-dialog .modal-content .modal-body .right .btn-red {
  text-align: initial;
}

.tour-popup .modal-dialog .modal-content .modal-body .right .btn-red .fa-chevron-right {
  float: right;
  margin-top: 5px;
  margin-left: 10px;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .tour-popup .modal-dialog .modal-content .modal-body .right .btn-red {
    width: 100%;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .tour-popup .modal-dialog .modal-content .modal-body .right .btn-black {
    width: 100%;
  }
}

.modal-guided {
  background-color: #A9A9A9;
}

.modal-guided .modal-dialog {
  max-width: 90%;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .modal-guided .modal-dialog {
    max-width: 100%;
  }
}

.modal-guided .modal-dialog .modal-content {
  background-color: #002A65;
  border-radius: 25px;
}

.modal-guided .modal-dialog .modal-content .modal-body {
  position: relative;
  padding: 1em 3em 3em 3em;
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .modal-guided .modal-dialog .modal-content .modal-body {
    padding: 1em;
  }
}

@media only screen and (min-width: 689px) and (max-width: 992px) {
  .modal-guided .modal-dialog .modal-content .modal-body {
    padding: 1em 2em;
  }
}

.modal-guided .modal-dialog .modal-content .modal-body .close {
  float: right;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: none;
  opacity: 1;
  border-radius: 25px;
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 10px;
  margin: 1em;
  width: 10%;
  outline: none;
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .modal-guided .modal-dialog .modal-content .modal-body .close {
    width: 40%;
    margin: 1em 0 3em 0;
  }
}

.modal-guided .modal-dialog .modal-content .modal-body .title {
  color: #ffffff;
  font-weight: 700;
}

.modal-guided .modal-dialog .modal-content .modal-body .subtitle {
  font-size: 1.3em;
  color: #ffffff;
  text-align: center;
}

.modal-guided .modal-dialog .modal-content .modal-body .subtitle span {
  text-transform: uppercase;
  color: #00BFDC;
  font-weight: 700;
  margin-right: 10px;
}

.modal-guided .modal-dialog .modal-content .modal-body .content {
  margin-top: 3em;
}

.modal-guided .modal-dialog .modal-content .modal-body .content hr {
  width: 10%;
  margin: 1em 0;
  border: 0;
  border-top: 3px solid #00BFDC;
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .modal-guided .modal-dialog .modal-content .modal-body .content hr {
    width: 30%;
  }
}

.modal-guided .modal-dialog .modal-content .modal-body .content .guided-tab {
  display: inline-flex;
  list-style: none;
  width: 100%;
  padding: 0;
}

.modal-guided .modal-dialog .modal-content .modal-body .content .guided-tab li {
  cursor: pointer;
  text-align: center;
  width: 50%;
  color: #ffffff;
  border: 1px solid #00BFDC;
  padding: 8px 0;
}

.modal-guided .modal-dialog .modal-content .modal-body .content .guided-tab .active {
  background-color: #00BFDC;
  color: #ffffff;
  font-weight: 500;
}

.modal-guided .modal-dialog .modal-content .modal-body .content .body {
  margin-top: em;
}

.modal-guided .modal-dialog .modal-content .modal-body .content .body .thumb {
  border: 1px solid #00BFDC;
  color: #ffffff;
  text-align: center;
  padding: 10px 15px;
  margin: 1em 0;
  font-weight: 500;
}

.note {
  background-color: #e8e6e6;
}

.note .content {
  padding: 15px 80px 5px 45px;
  font-weight: 400;
  text-align: center;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .note .content {
    padding: 15px;
  }
}

.note .content p {
  font-size: 13px;
  margin-bottom: 10px;
}

.note .content .oct-sem {
  color: #212529;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.note .content .oct-sem:hover {
  text-decoration: underline;
}

.note .content .small {
  font-size: 11px;
  margin-top: 10px;
}

.menu img {
  width: 100%;
  width: auto;
  height: 100px;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .menu img {
    width: 100px;
    height: 75px;
  }
}

.navbar {
  background: transparent;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .navbar {
    padding: 0;
  }
}

.navbar .navbar-brand .logo {
  background-image: url("../assets/logo_white.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 175px;
  height: 65px;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .navbar .navbar-brand .logo {
    background-size: 70%;
  }
}

.navbar .navbar-toggler {
  position: absolute;
  border: none;
  right: 10px;
  top: 20px;
  padding: 0;
}

.navbar .navbar-toggler:focus {
  outline: none;
}

.navbar .navbar-toggler .navbar-toggler-icon .bar {
  color: #ffffff;
  font-size: 1em;
}

.navbar .navbar-collapse {
  flex-grow: 0;
}

.navbar .navbar-collapse .navbar-nav {
  padding: 0;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .navbar .navbar-collapse .navbar-nav {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 15px;
  }
}

.navbar .navbar-collapse .navbar-nav .nav-item {
  height: 2em;
  margin: 0 .5em;
  color: #ffffff;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .navbar .navbar-collapse .navbar-nav .nav-item {
    color: #212529;
  }
}

.navbar .navbar-collapse .navbar-nav .nav-item a {
  color: #ffffff;
  text-decoration: none;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .navbar .navbar-collapse .navbar-nav .nav-item a {
    color: #212529;
  }
}

.navbar .navbar-collapse .navbar-nav .nav-item span {
  cursor: pointer;
  line-height: 2em;
  font-size: .9em;
  font-weight: 500;
}

.navbar .navbar-collapse .navbar-nav .nav-item .btn-red {
  margin: .5em 0 0 0;
  font-size: .7em;
  padding: .5em 1em;
  color: #ffffff;
}

@media (min-width: 688px) {
  .navbar .navbar-collapse .navbar-nav .nav-item .btn-red {
    margin: 0;
  }
}

.bg-nav {
  background-color: #ffffff;
  transition: background-color 200ms linear;
}

.bg-nav .navbar-brand .logo {
  background-image: url("../assets/logo.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 175px;
  height: 65px;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .bg-nav .navbar-brand .logo {
    background-size: 70%;
  }
}

.bg-nav .navbar-toggler {
  position: absolute;
  border: none;
  right: 10px;
  top: 25px;
  padding: 0;
}

.bg-nav .navbar-toggler:focus {
  outline: none;
}

.bg-nav .navbar-toggler .navbar-toggler-icon .bar {
  color: #212529;
  font-size: 1em;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .bg-nav .navbar-collapse .navbar-nav {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 0 15px 15px 15px;
  }
}

.bg-nav .navbar-collapse .navbar-nav .nav-item {
  color: #212529 !important;
}

.bg-nav .navbar-collapse .navbar-nav .nav-item a {
  color: #212529;
  text-decoration: none;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .bg-nav .navbar-collapse .navbar-nav .nav-item a {
    color: #212529;
  }
}

html, body {
  margin: 0;
  height: 100%;
  width: 100%;
  padding: 0;
}

.section-full {
  height: 100%;
}

.hidden {
  display: none;
}

.hide {
  display: none;
}

.block {
  display: block;
}

.hidden-mob {
  display: block;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .hidden-mob {
    display: none;
  }
}

@media (min-width: 0px) {
  .visible-d {
    display: none;
  }
}

@media (min-width: 688px) {
  .visible-d {
    display: block;
  }
}

@media (min-width: 992px) {
  .visible-d {
    display: block;
  }
}

@media (min-width: 1312px) {
  .visible-d {
    display: block;
  }
}

@media (min-width: 0px) {
  .visible-m {
    display: block;
  }
}

@media (min-width: 688px) {
  .visible-m {
    display: none;
  }
}

@media (min-width: 992px) {
  .visible-m {
    display: none;
  }
}

@media (min-width: 1312px) {
  .visible-m {
    display: none;
  }
}

.clear {
  clear: both;
}

hr {
  width: 5em;
  margin: 1em auto;
  border: 0;
  border-top: 3px solid #ff0e00;
}

footer {
  background-color: #212529;
  color: #ffffff;
  margin-top: -5px;
  padding: 3em 0 1em 0;
}

@media (max-width: 688px) {
  footer {
    padding: 2em 0 1em 0;
  }
}

footer a {
  color: #ffffff;
  text-decoration: none;
  font-size: .9em;
  font-weight: 500;
}

footer a:hover {
  text-decoration: none;
  color: #ffffff;
}

footer .visible-d .left ul {
  list-style: none;
  padding: 0;
  margin-top: 2em;
}

footer .visible-d .left ul li {
  margin-bottom: .5em;
}

footer .visible-d .left ul li span {
  cursor: pointer;
  font-size: .9em;
  font-weight: 500;
}

footer .visible-d .right {
  text-align: right;
}

footer .visible-d .right img {
  width: 22%;
}

footer .visible-d .right ul {
  list-style: none;
  margin-top: 1em;
}

footer .visible-d .right ul li {
  margin-bottom: .4em;
}

footer .visible-d .right ul li a {
  color: #ffffff;
  font-size: .9em;
  font-weight: 500;
}

footer .visible-d .right ul li a:hover {
  text-decoration: none;
}

footer .visible-d .socmed ul {
  list-style: none;
  display: inline-flex;
  padding: 0;
}

footer .visible-d .socmed ul li {
  margin: 0 1em;
}

@media (max-width: 1024px) {
  footer .visible-d .socmed ul li {
    margin: 0 .8em;
  }
}

footer .visible-d .socmed ul li a {
  color: #ffffff;
}

footer .visible-d .socmed ul li a .icon {
  font-size: 1.5em;
}

footer .visible-m {
  text-align: center;
}

footer .visible-m .menu ul {
  margin: 1em 0;
  padding: 0;
  list-style: none;
}

footer .visible-m .menu ul li {
  margin-bottom: .5em;
}

footer .visible-m .menu ul li span {
  cursor: pointer;
  font-size: .9em;
  font-weight: 500;
}

footer .visible-m .socmed ul {
  list-style: none;
  display: inline-flex;
  padding: 0;
}

footer .visible-m .socmed ul li {
  margin: 0 1em;
}

@media (max-width: 1024px) {
  footer .visible-m .socmed ul li {
    margin: 0 .8em;
  }
}

footer .visible-m .socmed ul li a {
  color: #ffffff;
}

footer .visible-m .socmed ul li a .icon {
  font-size: 1.5em;
}

footer .visible-m .tnc ul {
  display: inline-flex;
  padding: 0;
  list-style: none;
}

footer .visible-m .tnc ul li {
  margin: .3em;
  font-size: .8em;
  font-weight: 500;
}

footer .visible-m .tnc ul li a {
  color: #ffffff;
}

footer .visible-m .tnc ul li a .icon {
  font-size: 1.5em;
}

footer .visible-m .copyright p {
  font-size: .7em;
  margin-bottom: 0;
}

.event-banner .event-details {
  background: url("../img/bg_event_details.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.event-banner .event-details .banner-two {
  width: 50%;
}

.event-banner .event-details .content {
  margin: 0 auto;
  padding: 1em 0;
  color: #ffffff;
  text-align: center;
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .event-banner .event-details .content {
    width: 100%;
  }
}

.event-banner .event-details .content .title {
  margin-bottom: 0;
}

.event-banner .event-details .content .subtitle {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .8em;
  color: #00BFDC;
}

.event-banner .event-details .content .left {
  border-right: 1px solid #8d8d8d;
  height: 35px;
}

.dod-banner {
  padding: 2rem 0;
}

.dod-banner .dod-img {
  background-image: url("../img/thumb-dod.png");
  background-position: center center;
  background-size: cover;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .dod-banner .dod-img {
    min-height: 300px;
    margin: 0 15px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
  .dod-banner .dod-img {
    min-height: 400px;
  }
}

.dod-banner .dod-desc {
  padding-left: 3rem;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .dod-banner .dod-desc {
    padding: 15px;
  }
  .dod-banner .dod-desc .btn-red, .dod-banner .dod-desc .btn-outline-black {
    display: block;
    text-align: initial;
  }
  .dod-banner .dod-desc .btn-red .fa-chevron-right, .dod-banner .dod-desc .btn-outline-black .fa-chevron-right {
    float: right;
    margin-top: 5px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
  .dod-banner .dod-desc {
    padding: 15px 0 0 0;
  }
}

.dod-banner .dod-desc .dod-title {
  display: inline-block;
  transform: translateX(-35%);
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .dod-banner .dod-desc .dod-title {
    display: initial;
    transform: translateX(0%);
  }
}

.dod-banner .dod-desc .dod-title h1 {
  text-align: center;
}

.dod-banner .dod-desc .dod-title h2 {
  text-align: right;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .dod-banner .dod-desc .dod-title h2 {
    text-align: center;
  }
}

.dod-form {
  padding: 2rem 0;
}

.dod-form strong {
  font-weight: 600;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .dod-form .btn-black {
    display: block;
  }
}

.dod-form .register {
  width: 90%;
  margin: 3em auto 0 auto;
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .dod-form .register {
    width: 100%;
    margin: 0;
  }
}

.dod-form .register .red {
  color: #ff0e00;
}

.dod-form .register .title {
  text-align: center;
  margin-bottom: 3em;
}

.dod-form .register .date-option {
  list-style-type: none;
  margin: 5px 0 0 0;
  padding: 0;
  height: 3em;
}

.dod-form .register .date-option li {
  position: relative;
  float: left;
  text-align: center;
  margin: 0 5px 0 0;
  width: 20%;
  height: 100%;
}

@media only screen and (min-width: 0px) and (max-width: 766px) {
  .dod-form .register .date-option li {
    width: 45%;
    margin: .5em .5em .5em 0;
  }
}

.dod-form .register .date-option li label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px;
  border: 1px solid #CCC;
  cursor: pointer;
  z-index: 90;
  padding: 15px 0;
}

.dod-form .register .date-option li label:hover {
  background: #ff0e00;
  color: #ffffff;
}

.dod-form .register .date-option li input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
}

.dod-form .register .date-option input[type="radio"]:checked + label,
.dod-form .register .Checked + label {
  background: #ff0e00;
  color: #ffffff;
}

.dod-form .register .err-date {
  margin-top: 0;
}

.dod-form .thank-you {
  text-align: center;
  padding: 3rem 5rem;
  background-color: #ffffff;
  box-shadow: 0 0 3px #A9A9A9;
  border-right: 5px solid #ff0e00;
  border-bottom: 5px solid #ff0e00;
  width: 90%;
  margin: 0 auto;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .dod-form .thank-you {
    padding: 25px;
    width: 100%;
  }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
  .dod-form .thank-you {
    padding: 3rem 2rem;
  }
}

.dod-form .thank-you .fa-check-circle {
  color: #1A8800;
  font-size: 5rem;
  margin-bottom: 15px;
}

.dod-form .thank-you span {
  font-weight: 700;
}

.dod-form .thank-you .calendar .content {
  width: 50%;
  margin: 0 auto;
  text-align: left;
  box-shadow: 0px 1px 19px #ddd;
  padding: 1em;
}

@media only screen and (min-width: 689px) and (max-width: 992px) {
  .dod-form .thank-you .calendar .content {
    width: 80%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .dod-form .thank-you .calendar .content {
    width: 100%;
    padding: 1em 0 0 0;
    text-align: center;
  }
}

.dod-form .thank-you .calendar .content .title {
  font-weight: 500;
}

.dod-form .thank-you .calendar .content ul {
  display: inline-flex;
  list-style: none;
  padding: 0;
}

.dod-form .thank-you .calendar .content ul li {
  text-align: center;
  margin: 0 1em;
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .dod-form .thank-you .calendar .content ul li {
    margin: 1em .5em;
  }
}

.dod-form .thank-you .calendar .content ul li a {
  color: #212529;
}

.dod-form .thank-you .calendar .content ul li a small {
  display: block;
  font-weight: 500;
  margin-top: 5px;
}

.dod-learning {
  padding: 2rem 0;
}

.dod-learning .container .content .slider-learning .item .thumb {
  color: #fff;
  padding: 25px;
}

.dod-facts {
  padding: 2rem 0;
}

.dod-facts .content .body {
  padding: 3rem 3rem 2rem 3rem;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .dod-facts .content .body {
    padding: 0;
  }
}

.dod-facts .content .body .thumb {
  display: flex;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .dod-facts .content .body .thumb {
    text-align: center;
    margin: 1rem 0;
    display: initial;
  }
}

.dod-facts .content .body .thumb .left {
  margin-right: 15px;
}

.dod-facts .content .body .thumb .left img {
  width: 100%;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .dod-facts .content .body .thumb .left img {
    width: 30%;
    margin-right: 0px;
  }
}

.dod-facts .content .body .thumb .right h2 {
  color: #ff0e00;
}

.dod-facts .content .body .btn {
  display: block;
  margin-top: 2rem;
}

.thumb-red {
  height: 100%;
  background-color: #e8e6e6;
  padding: 15px;
  border-left: 10px solid #ff0e00;
}

.thumb-red h2 {
  font-weight: 700;
}

.thumb-red p {
  font-size: 14px;
}

/* Virtual banner background image */
.virtual-content {
  position: relative;
}

.virtual-content img {
  width: 100%;
}

.virtual-content .virtual-btn {
  position: absolute;
  bottom: 20%;
  left: 10%;
}

.virtual-content .virtual-btn::before {
  content: ' ';
  display: block;
  height: 50%;
}

.virtual-content .virtual-btn .btn-red {
  text-align: center;
  width: 70%;
}

.virtual-content .virtual-btn .virtual-guide {
  color: #ffffff;
  text-decoration: underline;
}

@media only screen and (min-width: 0px) and (max-width: 993px) {
  .virtual-content .virtual-btn {
    position: initial;
    text-align: center;
  }
  .virtual-content .virtual-btn .btn-red {
    width: 100%;
  }
  .virtual-content .virtual-btn .virtual-guide {
    color: #ff0e00;
    text-decoration: underline;
  }
}

/* Virtual youtube modal popup */
.virtual-popup .modal-dialog {
  min-width: 70% !important;
  margin-top: 8%;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .virtual-popup .modal-dialog {
    min-width: 95% !important;
    margin-top: 50%;
  }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
  .virtual-popup .modal-dialog {
    min-width: 95% !important;
    margin-top: 30%;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .virtual-popup .modal-dialog {
    min-width: 95% !important;
    margin-top: 30%;
  }
}

.virtual-popup .modal-dialog .modal-content {
  position: relative;
  background-color: transparent;
  -webkit-background-clip: none;
  background-clip: none;
  border: none;
  border-radius: 0px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.virtual-popup .modal-dialog .modal-content .close {
  position: absolute;
  right: 0px;
  top: -18%;
  z-index: 999;
  font-size: 4rem;
  font-weight: 100;
  color: #fff;
  opacity: 1;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .virtual-popup .modal-dialog .modal-content .close {
    top: -45%;
  }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
  .virtual-popup .modal-dialog .modal-content .close {
    top: -22%;
  }
}

.virtual-popup .modal-dialog .modal-content .modal-body {
  padding: 0px;
}

.virtual-popup .modal-dialog .modal-content .modal-body .video-container {
  position: relative;
  padding-bottom: 55%;
  height: 0;
  overflow: hidden;
}

.virtual-popup .modal-dialog .modal-content .modal-body .video-container iframe, .virtual-popup .modal-dialog .modal-content .modal-body .video-container object, .virtual-popup .modal-dialog .modal-content .modal-body .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
    DOD Version 2
*/
.event-details .content {
  width: 70%;
  margin: 0 auto;
  padding: 1em 0;
  color: #212529;
  text-align: center;
}

@media (max-width: 688px) {
  .event-details .content {
    width: 100%;
  }
}

.event-details #hidetext {
  display: none;
}

.event-details .btn-thumb {
  padding-bottom: 30px;
}

@media only screen and (min-width: 689px) and (max-width: 992px) {
  .event-details .btn-thumb {
    padding: 30px 0;
  }
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .event-details .btn-thumb {
    padding: 0;
  }
}

.event-details .btn-thumb .btn-section {
  text-align: center;
}

.event-details .btn-thumb .btn-section .btn-red {
  border-radius: 25px;
  cursor: pointer;
}

@media (max-width: 688px) {
  .event-details .btn-thumb .btn-section .btn-red {
    font-size: .8em;
  }
}

.cta {
  background-color: #feca06;
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .cta .container {
    padding: 0;
  }
}

.cta .content {
  text-align: center;
}

.cta .content .abstract {
  width: auto;
}

@media (max-width: 668px) {
  .cta .content .abstract {
    width: 80%;
    margin-bottom: 2em;
  }
}

.cta .content .title {
  font-weight: 900;
}

.cta .content .btn-section {
  margin-top: 3em;
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .cta .content .btn-section {
    margin-top: 1em;
  }
}

.cta .content .btn-section a {
  margin: 0 15px;
  width: 20%;
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .cta .content .btn-section a {
    margin: 8px 0;
    width: 50%;
  }
}

@media only screen and (min-width: 689px) and (max-width: 992px) {
  .cta .content .btn-section a {
    width: 30%;
  }
}

.cta .content .cta-d {
  display: initial;
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .cta .content .cta-d {
    display: none;
  }
}

.cta .content .cta-d .title {
  font-weight: 700;
}

.cta .content .cta-d .subtitle {
  font-size: .8em;
  font-weight: 500;
}

.cta .content .cta-m {
  display: none;
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .cta .content .cta-m {
    display: initial;
  }
}

.cta .content .cta-m .panel-group {
  margin: 2em 0 0 0;
}

.cta .content .cta-m .panel-group hr {
  width: auto;
  margin: 0;
  border: 0;
  border-top: 1px solid #e8e6e6;
}

.cta .content .cta-m .panel-group .panel .panel-heading {
  text-align: initial;
  padding: 16px 30px;
}

.cta .content .cta-m .panel-group .panel .panel-heading .panel-title {
  font-size: 1em;
  font-weight: 700;
}

.cta .content .cta-m .panel-group .panel .panel-collapse .panel-body {
  background: #e8e6e6;
  padding: 1em 2em;
  font-size: .9em;
  font-weight: 500;
}

.cta .content .cta-m .panel-title {
  position: relative;
  font-size: 1em;
  font-weight: 700;
}

.cta .content .cta-m .panel-title::after {
  content: "\f107";
  color: #212529;
  top: 0;
  right: 0;
  position: absolute;
  font-family: "FontAwesome";
  font-size: 20px;
}

.cta .content .cta-m .panel-title[aria-expanded="true"]::after {
  content: "\f106";
}

@media only screen and (min-width: 689px) and (max-width: 1992px) {
  .gamelink {
    padding: 26em 0 2em 0;
    background: url("../img/duckie-play-now-1920x600.jpg");
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .gamelink .container {
    padding: 12em 0 2em 0;
    background: url("../img/duckie-play-now-800x600.jpg");
    background-position: center;
    background-repeat: no-repeat;
  }
}

.gamelink .container .content {
  text-align: center;
}

.gamelink .container .content h1 {
  color: #ffffff;
  font-size: 5em;
  font-weight: 700;
}

@media only screen and (min-width: 689px) and (max-width: 992px) {
  .gamelink .container .content h1 {
    font-size: 4em;
  }
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .gamelink .container .content h1 {
    font-size: 3em;
  }
}

.home-cta {
  padding: 3em 0 0 0;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .home-cta {
    padding: 0;
  }
}

.home-cta .content .left {
  text-align: center;
  color: #ffffff;
  background: #212529;
  padding: 3em 1em;
  border-radius: 25px;
  min-height: 100%;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .home-cta .content .left {
    min-height: auto;
    margin: 1em 0;
    padding: 2em;
  }
}

.home-cta .content .left .title {
  font-weight: 900;
}

.home-cta .content .left .btn-section {
  display: block;
  margin-top: 3em;
}

.home-cta .content .left .btn-section a {
  width: 80%;
}

@media only screen and (min-width: 689px) and (max-width: 992px) {
  .home-cta .content .left .btn-section a {
    width: 50%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .home-cta .content .left .btn-section a {
    width: 100%;
  }
}

.home-cta .content .right {
  background: url("../img/bg_curate_journey.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
  color: #ffffff;
  padding: 3em 1em;
  border-radius: 25px;
  min-height: 100%;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .home-cta .content .right {
    min-height: auto;
    padding: 2em 1em;
  }
}

.home-cta .content .right .title {
  font-weight: 900;
}

.home-cta .content .right .btn-section {
  display: block;
  margin-top: 25px;
}

.home-cta .content .right .btn-section a {
  width: 80%;
}

@media only screen and (min-width: 689px) and (max-width: 992px) {
  .home-cta .content .right .btn-section a {
    width: 50%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .home-cta .content .right .btn-section a {
    width: 100%;
  }
}

.agenda {
  background-color: #002A65;
  margin: 3em 0;
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .agenda {
    margin: 0 0 2em 0;
  }
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .agenda .container {
    padding: 0;
  }
}

.agenda .content {
  padding: 3em 0;
  text-align: center;
  color: #ffffff;
}

.agenda .content .tabs {
  display: inline-flex;
  border: 1px solid #00BFDC;
}

.agenda .content .tabs .tab {
  cursor: pointer;
  padding: .2em 1em;
  font-weight: 500;
}

.agenda .content .tabs .active {
  background: #00BFDC;
}

.agenda .content .agenda-d {
  display: initial;
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .agenda .content .agenda-d {
    display: none;
  }
}

.agenda .content .agenda-d .details {
  text-align: initial;
  margin: 5em 0 0 0;
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .agenda .content .agenda-d .details {
    margin: 2em 0 0 0;
  }
}

.agenda .content .agenda-d .details .body {
  padding-left: 7em;
}

@media only screen and (min-width: 689px) and (max-width: 992px) {
  .agenda .content .agenda-d .details .body {
    padding-left: 5em;
  }
}

.agenda .content .agenda-d .details .body .session {
  transform: rotate(-90deg);
  position: absolute;
  left: 1em;
  top: 1.8em;
  font-weight: 700;
  color: #00BFDC;
}

@media only screen and (min-width: 689px) and (max-width: 992px) {
  .agenda .content .agenda-d .details .body .session {
    left: 0em;
  }
}

.agenda .content .agenda-d .details .body .title {
  font-weight: 500;
  font-size: 1.2em;
}

.agenda .content .agenda-d .details .body hr {
  width: 30%;
  margin: 1em 0;
  border: 0;
  border-top: 3px solid #00BFDC;
}

.agenda .content .agenda-d .details .body ul {
  padding-left: 1em;
}

.agenda .content .agenda-d .details .body ul li {
  margin-bottom: 1em;
  font-size: .8em;
}

.agenda .content .agenda-d .details .body ul li small {
  display: block;
  font-size: 1em;
  font-style: italic;
}

.agenda .content .agenda-d .details .line-left {
  border-left: 1px solid #00BFDC;
}

.agenda .content .agenda-m {
  display: none;
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .agenda .content .agenda-m {
    display: initial;
  }
}

.agenda .content .agenda-m .panel-group {
  margin: 2em 0 0 0;
}

.agenda .content .agenda-m .panel-group hr {
  width: auto;
  margin: 0;
  border: 0;
  border-top: 1px solid #e8e6e6;
}

.agenda .content .agenda-m .panel-group .panel .panel-heading {
  text-align: initial;
  padding: 16px 30px;
}

.agenda .content .agenda-m .panel-group .panel .panel-heading .panel-title {
  font-size: 1em;
  font-weight: 700;
}

.agenda .content .agenda-m .panel-group .panel .panel-heading .panel-title span {
  color: #00BFDC;
  margin-right: 1em;
}

.agenda .content .agenda-m .panel-group .panel .panel-collapse .panel-body {
  text-align: initial;
  background: #001B41;
  padding: 1em 0;
  font-size: .9em;
  font-weight: 500;
}

.agenda .content .agenda-m .panel-group .panel .panel-collapse .panel-body ul li {
  margin: 1em 0;
}

.agenda .content .agenda-m .panel-group .panel .panel-collapse .panel-body ul li small {
  display: block;
  font-size: 1em;
  font-style: italic;
}

.agenda .content .agenda-m .panel-title {
  position: relative;
  font-size: 1em;
  font-weight: 700;
}

.agenda .content .agenda-m .panel-title::after {
  content: "\f107";
  color: #ffffff;
  top: -3px;
  right: 0;
  position: absolute;
  font-family: "FontAwesome";
  font-size: 20px;
}

.agenda .content .agenda-m .panel-title[aria-expanded="true"]::after {
  content: "\f106";
}

.chat-cta {
  background: #EDEDED;
}

.chat-cta .content {
  margin: 0 auto;
  width: 100%;
}

.chat-cta .content #resize {
  padding: 2em;
}

.chat-cta .content #resize-m {
  max-width: 30%;
}

.chat-cta .content .title {
  font-weight: 900;
}

.chat-cta .content .text {
  font-size: 1em;
  margin-bottom: 0;
}

.chat-cta .content .mc-field-group {
  display: initial;
}

.chat-cta .content .btn-red {
  margin: 0 0 0 2em;
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
  .chat-cta .content .btn-red {
    margin: 1em 0;
  }
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .chat-cta .content .btn-red {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
}

.curate-journey {
  position: relative;
  padding: 3em 0;
}

.curate-journey .content {
  margin: 0 auto;
  padding: 3em;
  background: url("../img/bg_curate_journey.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media (max-width: 688px) {
  .curate-journey .content {
    background: url("../img/bg_curate_journey_m.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 1em;
    text-align: center;
  }
}

.curate-journey .content p {
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 500;
}

@media (max-width: 688px) {
  .curate-journey .content p {
    margin-bottom: 2em;
  }
}

.curate-journey .content .btn-section {
  text-align: center;
}

.curate-journey .content .btn-section .btn-red {
  border-radius: 25px;
}

@media (max-width: 688px) {
  .curate-journey .content .btn-section .btn-red {
    width: 100%;
    font-size: .8em;
  }
}

.borderless-learning {
  background-color: #e8e6e6;
  margin: 3em 0;
}

@media (max-width: 688px) {
  .borderless-learning {
    background-size: cover;
    margin: 2em 0 0 0;
  }
}

.borderless-learning .content {
  padding: 3em 0;
  color: #212529;
}

@media (max-width: 688px) {
  .borderless-learning .content {
    text-align: center;
    padding: 3em 0 2em 0;
  }
}

.borderless-learning .content .title {
  font-weight: 900;
}

.borderless-learning .content hr {
  width: 5em;
  margin: 1em 0;
  border: 0;
  border-top: 3px solid #ff0e00;
}

@media (max-width: 688px) {
  .borderless-learning .content hr {
    margin: 1em auto;
  }
}

.borderless-learning .content .active .thumb {
  background-color: #212529;
  color: #ffffff;
}

.borderless-learning .content .thumb {
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 15px;
  height: 100%;
  padding: 5em 1em 2em 1em;
}

@media (max-width: 688px) {
  .borderless-learning .content .thumb {
    padding: 2em 1em;
  }
  .borderless-learning .content .thumb img {
    width: 20% !important;
    margin: 0 auto;
  }
}

.borderless-learning .content .thumb .icon {
  width: 20%;
}

.borderless-learning .content .thumb .caption .title {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.borderless-learning .content .thumb .caption .desc {
  font-size: .8em;
  margin-bottom: 0;
}

.borderless-learning .content .thumb:hover {
  background-color: #212529;
  color: #ffffff;
}

.borderless-learning .content .thumb:hover .icon {
  color: #ff0e00;
}

.world-edu {
  margin: 3em 0;
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .world-edu {
    margin: 2em 0 0 0;
  }
}

.world-edu .content {
  padding: 3em 0;
  text-align: center;
}

.world-edu .content .title {
  font-weight: 900;
}

.world-edu .content .thumb .title {
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 700;
  color: #ff0e00;
}

@media (max-width: 688px) {
  .world-edu .content .thumb .title {
    font-size: 1.5em;
  }
}

.unibuddy {
  margin: 3em 0;
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .unibuddy {
    margin: 2em 0 0 0;
  }
}

.unibuddy .content {
  text-align: center;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .unibuddy .content {
    padding: 0 0 3em 0;
  }
}

.unibuddy .content .title {
  font-weight: 900;
}

.unibuddy .content .wrapper {
  margin-top: 2em;
}

.single-carousel .owl-dots {
  position: absolute;
  right: 0;
  top: 45%;
  transform: rotate(90deg);
  transform-origin: right, top;
  -ms-transform: rotate(90deg);
  -ms-transform-origin: right, top;
  -webkit-transform: rotate(90deg);
  -webkit-transform-origin: right, top;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .single-carousel .owl-dots {
    right: -13%;
    top: 45%;
  }
}

.single-carousel .owl-dots button span {
  width: 8px;
  height: 8px;
  margin: 0px 5px;
}

.single-carousel .owl-dots button:focus {
  outline: none;
}

.single-carousel .owl-dots .owl-dot.active span, .single-carousel .owl-dots .owl-dot:hover span {
  background: #ff0e00;
}

.single-carousel .owl-nav [class*=owl-] {
  position: absolute;
  bottom: 3rem;
  color: #212529;
  font-size: 3rem;
  margin: 5px;
  padding: 0 15px !important;
  background: #ffffff;
  cursor: pointer;
  border-radius: 3px;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .single-carousel .owl-nav [class*=owl-] {
    top: 1rem;
    bottom: initial;
    padding: 0 8px !important;
    font-size: 2rem;
  }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
  .single-carousel .owl-nav [class*=owl-] {
    top: 1rem;
    bottom: initial;
    padding: 0 15px !important;
    font-size: 2rem;
  }
}

.single-carousel .owl-nav [class*=owl-]:focus {
  outline: none;
}

.single-carousel .owl-nav [class*=owl-] span {
  display: block;
  height: 50px;
  line-height: 40px;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .single-carousel .owl-nav [class*=owl-] span {
    height: 30px;
    line-height: 22px;
  }
}

.single-carousel .owl-nav [class*=owl-] span:focus {
  outline: none;
}

.single-carousel .owl-nav {
  margin: 0;
}

.single-carousel .owl-nav .owl-prev {
  right: 5.5rem;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .single-carousel .owl-nav .owl-prev {
    right: 3rem;
  }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
  .single-carousel .owl-nav .owl-prev {
    right: 4.5rem;
  }
}

.single-carousel .owl-nav .owl-next {
  right: 2rem;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .single-carousel .owl-nav .owl-next {
    right: 1rem;
  }
}

.testimonial {
  margin: 3em 0;
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .testimonial {
    margin: 0;
  }
}

.testimonial .content {
  text-align: center;
  padding: 3em 0;
}

.testimonial .content .title {
  font-weight: 900;
}

.testimonial .content .body {
  margin-top: 2em;
}

.testimonial .content .body .thumb {
  margin: 0;
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .testimonial .content .body .thumb {
    margin: 1em 0;
  }
}

.testimonial .content .body .thumb .video {
  cursor: pointer;
}

.testimonial .modal .modal-dialog {
  max-width: 60%;
  padding: 5em 0;
}

@media only screen and (min-width: 689px) and (max-width: 992px) {
  .testimonial .modal .modal-dialog {
    max-width: 80%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .testimonial .modal .modal-dialog {
    max-width: 100%;
  }
}

.testimonial .modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.testimonial .modal .modal-dialog .modal-content .modal-body .close {
  position: absolute;
  float: none;
  text-shadow: none;
  right: -5%;
  top: -8%;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  opacity: 1;
}

@media only screen and (min-width: 689px) and (max-width: 992px) {
  .testimonial .modal .modal-dialog .modal-content .modal-body .close {
    top: 15%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .testimonial .modal .modal-dialog .modal-content .modal-body .close {
    right: 0%;
    top: -20%;
  }
}

.testimonial .modal .modal-dialog .modal-content .modal-body .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.testimonial .modal .modal-dialog .modal-content .modal-body .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.campus-tour {
  padding-bottom: 2em;
}

.campus-tour .content {
  display: inline-flex;
  width: 100%;
}

@media (max-width: 668px) {
  .campus-tour .content {
    display: initial;
  }
}

.campus-tour .content .left {
  position: relative;
  width: 50%;
}

@media (max-width: 668px) {
  .campus-tour .content .left {
    position: initial;
    width: 100%;
  }
}

@media (min-width: 0px) {
  .campus-tour .content .left .caption {
    position: initial;
    margin-left: 2em;
    margin-right: 2em;
    text-align: center;
  }
}

@media (min-width: 668px) {
  .campus-tour .content .left .caption {
    position: absolute;
    text-align: left;
    padding: 0;
    top: 10%;
    left: 15%;
  }
}

@media (min-width: 992px) {
  .campus-tour .content .left .caption {
    top: 25%;
    left: 15%;
  }
}

@media (min-width: 1280px) {
  .campus-tour .content .left .caption {
    top: 20%;
    left: 20%;
  }
}

.campus-tour .content .left .caption .title {
  font-weight: 900;
}

.campus-tour .content .left .caption .subtitle {
  margin-bottom: 2em;
  margin-right: 4em;
}

@media (max-width: 668px) {
  .campus-tour .content .left .caption .subtitle {
    margin: 2em 0;
  }
}

.campus-tour .content .left .caption hr {
  margin: 1em 0;
}

@media (max-width: 688px) {
  .campus-tour .content .left .caption hr {
    margin: 0 auto;
  }
}

.campus-tour .content .right {
  width: 50%;
}

@media (max-width: 668px) {
  .campus-tour .content .right {
    display: block;
    width: 100%;
  }
}

.campus-tour .content .right .item {
  margin: 0 1em;
  height: 400px;
  background-position: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.donate {
  background-color: #212529;
}

@media (max-width: 688px) {
  .donate {
    background-size: cover;
  }
}

.donate .btn-section {
  text-align: initial;
}

@media (max-width: 688px) {
  .donate .btn-section {
    text-align: center;
  }
}

.donate h2 {
  color: #ffffff;
}

.donate p {
  color: #ffffff;
}

@media (max-width: 668px) {
  .donate p {
    text-align: center;
  }
}

.donate .right-side {
  float: right;
  width: 20%;
  padding-left: 60px;
  padding-right: 40px;
}

.donate #mobile {
  max-width: 30%;
  margin-left: auto;
  margin-right: auto;
}

.donate .content, .donate header {
  width: 75%;
  margin: 0 auto;
  padding: 25px 0px 25px 0px;
}

.donate header {
  text-align: left;
}

.donate hr {
  margin: 1em 0;
}

@media (max-width: 688px) {
  .donate hr {
    margin: 0 auto;
  }
}

.donate .title {
  font-weight: 900;
}

@media (min-width: 0px) {
  .donate .title {
    position: initial;
    padding: 3%;
    text-align: center;
  }
}

@media (min-width: 668px) {
  .donate .title {
    text-align: left;
    padding: 0;
    top: 10%;
    left: 15%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .stickers .container {
    padding: 0;
  }
}

.stickers .content {
  text-align: center;
  padding: 2em;
}

.stickers .content .abstract {
  width: auto;
  margin-bottom: 3em;
}

@media (max-width: 668px) {
  .stickers .content .abstract {
    width: 80%;
    margin-bottom: 2em;
  }
}

.stickers .content .title {
  font-weight: 900;
}

.stickers .content .subtitle {
  margin-top: 2em;
}

@media (max-width: 668px) {
  .stickers .content .subtitle {
    margin-top: 2em;
  }
}

#mc_embed_signup {
  border: none;
  text-align: left;
  width: 100%;
}

/* Signup form container */
.mc-field-group {
  display: inline-block;
}

/* positions input field horizontally */
#mce-EMAIL {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1em;
  color: #343434;
  background-color: #EDEDED;
  padding: .7em 9em .7em 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin: 0;
}

/* Input Styles */
.clear {
  display: inline-block;
}

/* positions button horizontally in line with input */
.button {
  font-family: 'Helvetica Neue', Helvetica,  Arial, sans-serif;
  font-size: 1em;
  letter-spacing: .03em;
  color: #fff;
  background-color: #2386C8;
  padding: .7em 2em;
  border: 2px solid #2386C8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin: 0;
}

/* Button Styles */
:-webkit-input-placeholder {
  color: #ABB0B2;
}

/* WebKit browsers */
:-moz-placeholder {
  color:   #ABB0B2;
}

/* Mozilla Firefox 4 to 18 */
::-moz-placeholder {
  color: #ABB0B2;
}

/* Mozilla Firefox 19+ */
:-ms-input-placeholder {
  color: #ABB0B2;
}

/* Internet Explorer 10+ */
@media (max-width: 768px) {
  /* positions input field and button underneath each other with 100% width for tablet and mobile */
  .mc-field-group {
    display: block;
    max-width: 100%;
  }
  #mce-EMAIL {
    padding: .7em 0 .7em 1em;
    width: 96%;
    margin: 0;
  }
  .clear {
    display: block;
    width: 100%;
  }
  .button {
    width: 100%;
    margin: .5em 0 0 0;
  }
}

#mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0em .5em 0em .5em;
  overflow: hidden;
  width: 90%;
  margin: 0 5%;
  clear: both;
}

#mc_embed_signup div.response {
  margin: 1em 0;
  padding: 1em .5em .5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%;
}

#mc_embed_signup #mce-error-response {
  display: none;
}

#mc_embed_signup #mce-success-response {
  color: #529214;
  display: none;
}

#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: .5em 0;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  display: inline-block;
  margin: 2px 0 1em 0;
  padding: 5px 10px;
  background-color: #EDEDED;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
  color: #e85c41;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: 2px solid #e85c41;
}

.others {
  padding: 2rem 0;
}

.others .card {
  border: none;
}

.others .card .card-header {
  cursor: pointer;
  text-align: left;
  border: none;
  background-color: transparent;
  color: #212529;
  height: 5rem;
  padding: 15px;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .others .card .card-header {
    height: auto;
  }
}

.others .card .card-header:focus {
  outline: none;
}

.others .card .card-header::after {
  position: absolute;
  content: '-';
  right: 2%;
  top: 0;
  font-size: 3rem;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .others .card .card-header::after {
    font-size: 2rem;
  }
}

.others .card .collapsed::after {
  position: absolute;
  content: '+';
  right: 2%;
  top: 0;
  font-size: 3rem;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .others .card .collapsed::after {
    font-size: 2rem;
  }
}

.others .card .card-body {
  border: none;
  background-color: #ffffff;
  padding: 0 15px;
}

.accomodation {
  background: #e8e6e6;
  border-radius: 5px;
}

.accomodation .content {
  padding: 15px;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .accomodation .content {
    padding: 0 0 5px 0;
  }
}

.accomodation .content .collage .item {
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .accomodation .content .collage .item {
    display: none;
  }
}

.accomodation .content .collage .img01 {
  background-image: url("../img/others/accomodation01.png");
  min-height: 500px;
}

.accomodation .content .collage .img02 {
  background-image: url("../img/others/accomodation02.png");
  min-height: 250px;
}

.accomodation .content .collage .img03 {
  background-image: url("../img/others/accomodation03.png");
  min-height: 250px;
}

.accomodation .content .collage .img04 {
  background-image: url("../img/others/accomodation04.png");
  min-height: 500px;
}

.accomodation .content img {
  display: none;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .accomodation .content img {
    display: block;
  }
}

.accomodation .content .details {
  text-align: center;
  margin: 15px 0;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 5px;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .accomodation .content .details {
    margin: 15px;
  }
}

.accomodation .content .details h3 {
  line-height: 95px;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .accomodation .content .details h3 {
    line-height: initial;
  }
}

.accomodation .content .details p {
  text-align: left;
  margin-bottom: 0px;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .accomodation .content .details p {
    padding: 0 15px;
  }
}

.accomodation .content .details .btn-vt {
  width: 80%;
}

.elearning {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .elearning {
    height: auto;
  }
}

.elearning .slider-elearning .thumbnail .title {
  background-color: #ff0e00;
  color: #ffffff;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
}

.elearning .slider-elearning .thumbnail .desc {
  font-size: 15px;
  padding: 15px 5px;
}

.shine-awards {
  background-image: url("../img/others/shine-awards.png");
  background-position: center center;
  background-size: cover;
  padding: 15px;
}

.shine-awards .details {
  background-color: #ffffff;
  width: 50%;
  padding: 30px;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .shine-awards .details {
    width: 100%;
  }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
  .shine-awards .details {
    width: 80%;
    right: 10%;
    top: 20%;
  }
}

.shine-awards .details .elements span {
  border: 0.5px solid #212529;
  display: inline-flex;
  padding: 10px 15px;
  margin: 5px 0;
  font-size: 13px;
}

.scholarship {
  background-color: #e8e6e6;
  padding: 15px;
}

.scholarship .thumbnail {
  padding: 0px;
  background-color: #ffffff;
  height: 100%;
}

.scholarship .thumbnail .title {
  background-color: #ff0e00;
  padding: 25px 30px;
  height: 10rem;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .scholarship .thumbnail .title {
    height: initial;
    padding: 15px 30px;
  }
}

.scholarship .thumbnail .title .label-black {
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #212529;
  padding: 5px 15px;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .scholarship .thumbnail .title .label-black {
    font-size: 13px;
  }
}

.scholarship .thumbnail .title .label-yellow {
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  color: #212529;
  background-color: #FFFF00;
  padding: 5px 15px;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .scholarship .thumbnail .title .label-yellow {
    font-size: 13px;
  }
}

.scholarship .thumbnail .title h2 {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 10px;
}

.scholarship .thumbnail .desc {
  padding: 25px 30px;
  font-size: 15px;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .scholarship .thumbnail .desc {
    font-size: 13px;
  }
}

.curriculum .curriculum-vid .video-content {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.curriculum .curriculum-vid .video-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .curriculum .curriculum-vid .video-caption {
    text-align: center;
  }
}

.curriculum .curriculum-vid .video-caption h3 {
  font-weight: 700;
  font-size: 35px;
  color: #ffffff;
}

.curriculum .curriculum-vid .video-caption p {
  color: #ffffff;
}

.slick-prev {
  position: absolute;
  z-index: 1;
  height: 25px;
  width: 25px;
  font-size: 0px;
  cursor: pointer;
  background: #000;
  color: #ffffff;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover {
  background-color: #212529;
  color: #ffffff;
}

.slick-prev:focus {
  background-color: #212529;
  color: #ffffff;
}

.slick-prev::before {
  content: '\f053';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 14px;
  color: #ffffff;
  line-height: 26px;
}

.slick-next {
  position: absolute;
  height: 25px;
  width: 25px;
  font-size: 0px;
  cursor: pointer;
  background: #000;
  color: #ffffff;
  padding: 0;
  border: none;
  outline: none;
}

.slick-next:hover {
  background-color: #212529;
  color: #ffffff;
}

.slick-next:focus {
  background-color: #212529;
  color: #ffffff;
}

.slick-next::before {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 14px;
  color: #ffffff;
  line-height: 26px;
}

.intro-schools {
  background-image: url("../img/intro/bg-intro.png");
  background-position: top;
  background-size: cover;
  padding: 0rem 0 2rem 0;
}

.intro-schools .intro-carousel span {
  padding: 5px 20px;
  background-color: #ffffff;
  color: #212529;
  font-size: 20px;
  font-weight: 700;
}

.intro-schools .intro-carousel .slick-prev {
  right: 60px;
  bottom: -15px;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .intro-schools .intro-carousel .slick-prev {
    right: 60px;
    bottom: -10px;
  }
}

.intro-schools .intro-carousel .slick-next {
  right: 30px;
  bottom: -15px;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .intro-schools .intro-carousel .slick-next {
    bottom: -10px;
  }
}

.intro-schools .intro-carousel .content {
  margin-top: 15px;
}

.intro-schools .intro-carousel .content .vid-content {
  position: relative;
  padding-bottom: 56.25%;
}

.intro-schools .intro-carousel .content .vid-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.intro-schools .intro-carousel .content .vid-caption {
  color: #ffffff;
  margin: 3rem 0;
}

.intro-schools .intro-carousel .content .vid-caption h2 {
  margin-top: 15px;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .intro-schools .intro-carousel .content .vid-caption {
    margin: 15px 0;
  }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
  .intro-schools .intro-carousel .content .vid-caption {
    margin: 30px 0;
  }
}

.intro-schools .intro-carousel .content .nav {
  height: 50px;
  position: relative;
  bottom: 0;
}

.intro-schools .intro-carousel .content .nav .intro-nav {
  position: absolute;
  background-color: #ffffff;
  bottom: 0;
  right: 0;
  padding: 10px 10px 15px 10px;
  border-radius: 10px;
}

.desc-schools {
  padding: 2rem 0;
}

.desc-schools .desc-carousel .slick-prev {
  right: 60px;
  bottom: -15px;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .desc-schools .desc-carousel .slick-prev {
    right: 60px;
    bottom: -10px;
  }
}

.desc-schools .desc-carousel .slick-next {
  right: 30px;
  bottom: -15px;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .desc-schools .desc-carousel .slick-next {
    bottom: -10px;
  }
}

.desc-schools .desc-carousel .content {
  width: 70%;
  margin: 0 auto;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .desc-schools .desc-carousel .content {
    width: 100%;
  }
}

.desc-schools .desc-carousel .content img {
  margin-top: 15px;
  border-radius: 10px;
}

.desc-schools .desc-carousel .content .caption {
  margin: 15px 0;
}

.desc-schools .desc-carousel .nav {
  height: 50px;
  position: relative;
  bottom: 0;
}

.desc-schools .desc-carousel .nav .desc-nav {
  position: absolute;
  border: 1px solid #212529;
  background-color: #ffffff;
  bottom: 0;
  right: 0;
  padding: 10px 10px 15px 10px;
  border-radius: 10px;
}

.gallery-schools {
  background-image: url("../img/gallery/bg-gallery.png");
  background-position: top;
  background-size: cover;
  padding: 2rem 0;
}

.gallery-schools .gallery-carousel .slick-prev {
  right: 60px;
  bottom: -15px;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .gallery-schools .gallery-carousel .slick-prev {
    right: 60px;
    bottom: -10px;
  }
}

.gallery-schools .gallery-carousel .slick-next {
  right: 30px;
  bottom: -15px;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .gallery-schools .gallery-carousel .slick-next {
    bottom: -10px;
  }
}

.gallery-schools .gallery-carousel .content {
  width: 70%;
  margin: 15px auto;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .gallery-schools .gallery-carousel .content {
    width: 100%;
  }
}

.gallery-schools .gallery-carousel .content .col-6 {
  padding: 0;
}

.gallery-schools .gallery-carousel .content .col-6 img {
  width: 100%;
  margin: 0;
}

.gallery-schools .gallery-carousel .nav {
  height: 80px;
  position: relative;
}

.gallery-schools .gallery-carousel .nav .gal-nav {
  position: absolute;
  background-color: #ffffff;
  bottom: 0;
  right: 0;
  padding: 10px 10px 15px 10px;
  border-radius: 10px;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .content-menu {
    display: none;
  }
}

.content-menu p {
  font-size: 20px;
}

.content-menu .content .chat {
  padding: 3rem;
  background-color: #ff0e00;
  color: #ffffff;
}

.content-menu .content .restart {
  padding: 3rem;
  background-color: #e8e6e6;
  text-align: center;
  height: 100%;
}

.content-menu .content .restart .fa-redo-alt {
  font-size: 4rem;
  margin-bottom: 15px;
}

.content-menu .content .restart a {
  color: #212529;
  text-decoration: none;
}

.content-menu .content .apply {
  padding: 3rem;
  background-color: #2b3990;
  text-align: center;
  height: 100%;
}

.content-menu .content .apply .fa-user-plus {
  font-size: 4rem;
  margin-bottom: 15px;
}

.content-menu .content .apply a {
  color: #ffffff;
  text-decoration: none;
}

.content-menu-m {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  text-align: center;
  background-color: #ff0e00;
  color: #ffffff;
  z-index: 999;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .content-menu-m {
    display: block;
  }
}

.content-menu-m .container {
  padding: 15px;
}

.content-menu-m .container a {
  color: #ffffff;
}

.content-menu-m .container a .fa-comments, .content-menu-m .container a .fa-download, .content-menu-m .container a .fa-redo-alt, .content-menu-m .container a .fa-user-plus {
  font-size: 20px;
}

.content-menu-m .container a p {
  margin-bottom: 0;
  font-size: 11px;
}

.live-video {
  padding: 8em 0 2em 0;
  background: url("../img/bg_live.jpg");
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .live-video {
    padding: 6em 0 2em 0;
  }
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .live-video .container {
    padding: 0;
  }
}

.live-video .container .content {
  padding: 0 5em;
  margin-bottom: -20%;
}

@media only screen and (min-width: 0px) and (max-width: 689px) {
  .live-video .container .content {
    padding: initial;
  }
}

@media only screen and (min-width: 689px) and (max-width: 992px) {
  .live-video .container .content {
    margin-bottom: -30%;
    padding: initial;
  }
}

.live-video .container .content .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.live-video .container .content .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.live-session {
  margin: 210px 0 0 0;
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .live-session {
    margin: 70px 0 0 0;
  }
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .live-session .container {
    padding: 0;
  }
}

.live-session .content {
  text-align: center;
  padding: 0 5em;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .live-session .content {
    padding: initial;
  }
}

.live-session .content h2 {
  display: none;
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .live-session .content h2 {
    display: initial;
    font-size: 1.3em;
  }
}

.live-session .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .live-session .content ul {
    margin-top: 1em;
  }
}

.live-session .content ul li {
  display: inline-block;
  margin: 0 5px;
  width: 23%;
}

@media only screen and (min-width: 0px) and (max-width: 320px) {
  .live-session .content ul li {
    width: 49%;
    margin: 5px 0;
  }
}

@media only screen and (min-width: 321px) and (max-width: 688px) {
  .live-session .content ul li {
    width: 45%;
    margin: 5px 0;
  }
}

.live-session .content ul li .thumb {
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  background: transparent;
  color: #00BFDC;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 500;
  border: 2px solid #00BFDC;
}

.live-session .content ul li .thumb:hover {
  background-color: #00BFDC;
  color: #ffffff;
}

@media only screen and (min-width: 0px) and (max-width: 320px) {
  .live-session .content ul li .thumb {
    font-size: 10px;
  }
}

.live-session .content ul li .active {
  background: #00BFDC;
  color: #ffffff;
}

.live-session .content ul li .disable {
  cursor: not-allowed;
  background: #E5E5E5;
  color: #A7A7A7;
  border: 1px solid #E5E5E5;
}

.live-session .content .survey {
  text-align: center;
  margin-top: 2em;
  font-size: 14px;
  font-weight: 500;
  padding: 0 1em;
}

.live-chat {
  padding: 2em 0 8em 0;
  position: relative;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .live-chat {
    padding: 2em 0;
  }
}

.live-chat .unibuddy-footprint {
  position: absolute;
  right: 18%;
  bottom: -10%;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .live-chat .unibuddy-footprint {
    display: none;
  }
}

.live-chat .duckiee-cta {
  position: absolute;
  width: 15%;
  right: 5%;
  top: 35%;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .live-chat .duckiee-cta {
    display: none;
  }
}

.live-chat .chatus-footprint-m {
  display: none;
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .live-chat .chatus-footprint-m {
    display: initial;
    display: initial;
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media only screen and (min-width: 689px) and (max-width: 992px) {
  .live-chat .chatus-footprint-m {
    display: initial;
    position: absolute;
    right: 2%;
    top: 0;
    width: 20%;
  }
}

.live-chat .content {
  background: #EDEDED;
  border-radius: 25px;
}

.live-chat .content .desc {
  padding: 2em 3em;
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .live-chat .content .desc {
    padding: 1em 3em 0 3em;
    text-align: center;
  }
}

.live-chat .content .desc .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: .5em;
}

.live-chat .content .desc .text {
  font-size: .9em;
  margin-bottom: 0;
}

@media (max-width: 688px) {
  .live-chat .content .desc .text {
    margin-bottom: 2em;
  }
}

.live-chat .content .btn-thumb {
  padding: 4em 0;
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .live-chat .content .btn-thumb {
    padding: 0 0 1em 0;
  }
}

.live-chat .content .btn-thumb .btn-section {
  text-align: center;
}

@media only screen and (min-width: 689px) and (max-width: 992px) {
  .live-chat .content .btn-thumb .btn-section {
    text-align: initial;
  }
}

.live-chat .content .btn-thumb .btn-section .btn-red {
  border-radius: 25px;
  font-weight: 700;
  letter-spacing: 2px;
}

.duckiee-mobile {
  display: none;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .duckiee-mobile {
    display: initial;
  }
}

@media only screen and (min-width: 0px) and (max-width: 992px) and (min-width: 689px) and (max-width: 992px) {
  .duckiee-mobile .unibuddy-footprint-m {
    width: 75%;
    float: right;
  }
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .duckiee-mobile .duckiee-cta-m {
    width: 100%;
  }
}

.live-cta .content {
  padding: 0 5em 5em 5em;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .live-cta .content {
    padding: 0 0 3em 0;
  }
}

.live-cta .content .left {
  position: relative;
  text-align: center;
  color: #ffffff;
  background: #212529;
  padding: 3em 1em;
  border-radius: 25px;
  min-height: 100%;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .live-cta .content .left {
    min-height: auto;
    margin: 1em 0;
    padding: 2em;
  }
}

.live-cta .content .left .guide-footprint-m {
  display: none;
}

@media only screen and (min-width: 689px) and (max-width: 992px) {
  .live-cta .content .left .guide-footprint-m {
    display: block;
    width: 20%;
    position: absolute;
    top: -26%;
    left: 0;
  }
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .live-cta .content .left .guide-footprint-m {
    display: block;
    width: 45%;
    margin-top: -30%;
  }
}

.live-cta .content .left .tour-footprint {
  position: absolute;
  left: -25%;
  bottom: 35%;
  z-index: 1;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .live-cta .content .left .tour-footprint {
    display: none;
  }
}

.live-cta .content .left .title {
  font-weight: 900;
}

.live-cta .content .left .btn-section {
  display: block;
  margin-top: 3em;
}

.live-cta .content .left .btn-section a {
  width: 80%;
}

@media only screen and (min-width: 689px) and (max-width: 992px) {
  .live-cta .content .left .btn-section a {
    width: 50%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .live-cta .content .left .btn-section a {
    width: 100%;
  }
}

.live-cta .content .right {
  position: relative;
  background: url("../img/bg_curate_journey.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
  color: #ffffff;
  padding: 25px 16px;
  border-radius: 25px;
  min-height: 100%;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .live-cta .content .right {
    min-height: auto;
    padding: 2em 1em;
  }
}

.live-cta .content .right .curate-footprint {
  position: absolute;
  right: -30%;
  bottom: 0%;
  z-index: 1;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .live-cta .content .right .curate-footprint {
    display: none;
  }
}

.live-cta .content .right .curate-footprint-m {
  display: none;
}

@media only screen and (min-width: 689px) and (max-width: 992px) {
  .live-cta .content .right .curate-footprint-m {
    display: block;
    width: 13%;
    position: absolute;
    right: 12%;
    bottom: -60%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .live-cta .content .right .curate-footprint-m {
    display: block;
    float: right;
    width: 35%;
    margin-top: 10px;
    margin-bottom: -60%;
  }
}

.live-cta .content .right .title {
  font-weight: 900;
}

.live-cta .content .right .btn-section {
  display: block;
  margin-top: 2.2em;
}

.live-cta .content .right .btn-section a {
  width: 80%;
}

@media only screen and (min-width: 689px) and (max-width: 992px) {
  .live-cta .content .right .btn-section a {
    width: 50%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .live-cta .content .right .btn-section a {
    width: 100%;
  }
}

.agenda-float {
  z-index: 99999;
}

.agenda-float .thumb {
  cursor: pointer;
  position: fixed;
  left: 0;
  top: 50%;
  background: #ff0e00;
  color: #ffffff;
  padding: 8px 13px;
  border-radius: 0 15px 15px 0;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  width: 50px;
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .agenda-float .thumb {
    padding: 8px 3px;
    top: initial;
    bottom: 35%;
    width: 35px;
  }
}

.agenda-float .thumb span {
  writing-mode: vertical-lr;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 0px;
}

.agenda-footprint {
  position: absolute;
  left: 5px;
  top: 80%;
  width: 14%;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .agenda-footprint {
    display: none;
  }
}

.livechat-footprint {
  position: absolute;
  right: 5px;
  top: 65%;
  width: 12%;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .livechat-footprint {
    display: none;
  }
}

.modal-agenda {
  background-color: #A9A9A9;
}

.modal-agenda .modal-dialog {
  max-width: 90%;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .modal-agenda .modal-dialog {
    max-width: 100%;
  }
}

.modal-agenda .modal-dialog .modal-content {
  background-color: #ffffff;
  border-radius: 25px;
}

.modal-agenda .modal-dialog .modal-content .modal-body {
  position: relative;
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .modal-agenda .modal-dialog .modal-content .modal-body {
    padding: 1em;
  }
}

@media only screen and (min-width: 689px) and (max-width: 992px) {
  .modal-agenda .modal-dialog .modal-content .modal-body {
    padding: 1em 2em;
  }
}

.modal-agenda .modal-dialog .modal-content .modal-body .close {
  float: right;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: none;
  opacity: 1;
  border-radius: 25px;
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 10px;
  margin: 1em;
  width: 10%;
  outline: none;
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .modal-agenda .modal-dialog .modal-content .modal-body .close {
    width: 40%;
    margin: 1em 0 3em 0;
  }
}

.modal-agenda .modal-dialog .modal-content .modal-body .top-footprint {
  position: absolute;
  right: 60%;
  top: 10%;
  width: 10%;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .modal-agenda .modal-dialog .modal-content .modal-body .top-footprint {
    display: none;
  }
}

.modal-agenda .modal-dialog .modal-content .modal-body .bottom-footprint {
  position: absolute;
  bottom: 15px;
  left: 5px;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .modal-agenda .modal-dialog .modal-content .modal-body .bottom-footprint {
    display: none;
  }
}

.modal-agenda .modal-dialog .modal-content .modal-body .title {
  text-align: center;
  color: #ffffff;
}

.modal-agenda .modal-dialog .modal-content .modal-body .content .visible-d {
  display: initial;
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .modal-agenda .modal-dialog .modal-content .modal-body .content .visible-d {
    display: none;
  }
}

.modal-agenda .modal-dialog .modal-content .modal-body .content .visible-m {
  display: none;
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .modal-agenda .modal-dialog .modal-content .modal-body .content .visible-m {
    display: initial;
  }
}

.modal-agenda .modal-dialog .modal-content .modal-body .content .subtitle {
  font-weight: 900;
  color: #212529;
  text-align: center;
}

.modal-agenda .modal-dialog .modal-content .modal-body .content .subtitle span {
  color: #00BFDC;
  font-weight: 700;
  margin-right: 10px;
}

.modal-agenda .modal-dialog .modal-content .modal-body .content .tajuk {
  font-size: 1.4em;
  font-weight: 900;
  color: #ffffff;
  text-align: center;
}

.modal-agenda .modal-dialog .modal-content .modal-body .content .oren {
  background-color: #fa2307;
}

.modal-agenda .modal-dialog .modal-content .modal-body .content .posisitext {
  text-align: center;
}

.modal-agenda .modal-dialog .modal-content .modal-body .content hr {
  width: 45%;
  margin: 1em 0;
  border: 0;
  border-top: 3px solid #00BFDC;
}

.modal-agenda .modal-dialog .modal-content .modal-body .content .timeline {
  list-style-type: none;
  position: relative;
  padding: 0;
}

.modal-agenda .modal-dialog .modal-content .modal-body .content .timeline::before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 0px;
  width: 2px;
  height: 100%;
  z-index: 400;
  margin-top: 5px;
}

.modal-agenda .modal-dialog .modal-content .modal-body .content .timeline li {
  width: 90%;
  margin: 20px 0;
  padding-left: 20px;
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .modal-agenda .modal-dialog .modal-content .modal-body .content .timeline li {
    width: 100%;
  }
}

.modal-agenda .modal-dialog .modal-content .modal-body .content .timeline li .title {
  color: #00BFDC;
  text-align: left;
  margin-bottom: 5px;
}

.modal-agenda .modal-dialog .modal-content .modal-body .content .timeline li .desc {
  color: #ffffff;
  text-align: left;
}

.modal-agenda .modal-dialog .modal-content .modal-body .content .timeline li::before {
  content: ' ';
  background: #00BFDC;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: -5px;
  width: 12px;
  height: 12px;
  z-index: 400;
  margin-top: 5px;
}

.modal-agenda .modal-dialog .modal-content .modal-body .content .agenda-tabs {
  display: inline-flex;
  list-style: none;
  width: 100%;
  padding: 0;
}

.modal-agenda .modal-dialog .modal-content .modal-body .content .agenda-tabs li {
  text-align: center;
  width: 50%;
  color: #ffffff;
  border: 1px solid #00BFDC;
  padding: 8px 0;
}

.modal-agenda .modal-dialog .modal-content .modal-body .content .agenda-tabs .active {
  background-color: #00BFDC;
  color: #ffffff;
  font-weight: 500;
}

.modal-agenda .modal-dialog .modal-content .modal-body .content .agenda-first, .modal-agenda .modal-dialog .modal-content .modal-body .content .agenda-second {
  margin-top: 2em;
}

.modal-agenda .modal-dialog .modal-content .modal-body .content .agenda-first .first-footprint-m, .modal-agenda .modal-dialog .modal-content .modal-body .content .agenda-second .first-footprint-m {
  display: none;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .modal-agenda .modal-dialog .modal-content .modal-body .content .agenda-first .first-footprint-m, .modal-agenda .modal-dialog .modal-content .modal-body .content .agenda-second .first-footprint-m {
    display: block;
    float: right;
    width: 20%;
    margin-bottom: -60%;
  }
}

.modal-agenda .modal-dialog .modal-content .modal-body .content .agenda-first .second-footprint-m, .modal-agenda .modal-dialog .modal-content .modal-body .content .agenda-second .second-footprint-m {
  display: none;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .modal-agenda .modal-dialog .modal-content .modal-body .content .agenda-first .second-footprint-m, .modal-agenda .modal-dialog .modal-content .modal-body .content .agenda-second .second-footprint-m {
    display: block;
    float: right;
    width: 10%;
    margin-bottom: -60%;
  }
}

.modal-agenda .modal-dialog .modal-content .modal-body .content .agenda-first .third-footprint-m, .modal-agenda .modal-dialog .modal-content .modal-body .content .agenda-second .third-footprint-m {
  display: none;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .modal-agenda .modal-dialog .modal-content .modal-body .content .agenda-first .third-footprint-m, .modal-agenda .modal-dialog .modal-content .modal-body .content .agenda-second .third-footprint-m {
    display: block;
    width: 10%;
    position: absolute;
    bottom: 0;
  }
}

.modal-agenda .modal-dialog .modal-content .modal-body .content .agenda-first .time, .modal-agenda .modal-dialog .modal-content .modal-body .content .agenda-second .time {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  color: #212529;
  text-align: center;
  background-color: #FFFF00;
}

.contest-banner {
  padding: 8em 0 2em 0;
  background: #A9A9A9;
  background: url("../img/banner_duckie_d.jpg");
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .contest-banner {
    min-height: 60%;
    padding: 12em 0 0 0;
  }
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .contest-banner .container {
    padding: 0;
  }
}

.contest-banner .container .content {
  text-align: center;
}

.contest-banner .container .content h1 {
  color: #ffffff;
  font-size: 5em;
  font-weight: 700;
}

@media only screen and (min-width: 689px) and (max-width: 992px) {
  .contest-banner .container .content h1 {
    font-size: 4em;
  }
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .contest-banner .container .content h1 {
    font-size: 3em;
  }
}

.banner-duckie .content img {
  width: 100%;
}

.duckiee-intro {
  background-color: #fdc904;
  padding: 0 0 1em 0;
}

.duckiee-intro .container .content {
  text-align: center;
  position: relative;
}

.duckiee-intro .container .content .duckiee {
  width: 20%;
  position: absolute;
  top: -30%;
  left: 40%;
}

@media only screen and (min-width: 689px) and (max-width: 992px) {
  .duckiee-intro .container .content .duckiee {
    width: 30%;
    position: absolute;
    top: -30%;
    left: 35%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .duckiee-intro .container .content .duckiee {
    width: 70%;
    position: initial;
  }
}

.duckiee-intro .container .content .title {
  text-align: center;
}

.duckiee-intro .container .content .desc {
  width: 70%;
  margin: 0 auto;
  font-weight: 700;
}

@media only screen and (min-width: 689px) and (max-width: 992px) {
  .duckiee-intro .container .content .desc {
    width: 80%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .duckiee-intro .container .content .desc {
    width: 100%;
  }
}

.duckiee-instruction {
  background-color: #ed4123;
  padding: 1em 0 1em 0;
}

.duckiee-instruction .container .content {
  text-align: center;
  position: relative;
}

.duckiee-instruction .container .content .duckiee {
  width: 20%;
  position: absolute;
  top: -30%;
  left: 40%;
}

@media only screen and (min-width: 689px) and (max-width: 992px) {
  .duckiee-instruction .container .content .duckiee {
    width: 30%;
    position: absolute;
    top: -30%;
    left: 35%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .duckiee-instruction .container .content .duckiee {
    width: 70%;
    position: initial;
  }
}

.duckiee-instruction .container .content .title {
  text-align: center;
  color: white;
  font-weight: 900;
}

.duckiee-instruction .container .content .desc {
  color: white;
  width: 70%;
  margin: 0 auto;
  font-weight: 500;
}

@media only screen and (min-width: 689px) and (max-width: 992px) {
  .duckiee-instruction .container .content .desc {
    width: 80%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 688px) {
  .duckiee-instruction .container .content .desc {
    width: 100%;
  }
}

.duckiee-btn .content {
  text-align: center;
}
