.is-valid {
  border: red 1px solid;
}

.invalid-feedback {
  color: #A7301F;
  display: none;
}

.is-valid ~ .invalid-feedback {
  display: block;
}

select.is-valid ~ .invalid-feedback {
  display: block;
  position: relative;
  top: -2rem;
}

.two_titlesign {
  margin-bottom: 43px;
}

.c_order1 {
  order: 10;
}
@media (min-width: 992px) {
  .c_order1 {
    order: 11;
  }
}

.c_order2 {
  order: 11;
}
@media (min-width: 992px) {
  .c_order2 {
    order: 10;
  }
}

@media (min-width: 992px) {
  .navbar-nav > li > a {
    padding: 40px 15px;
  }
}

.navbar-btn.navbar-right.last, .navbar-btn.pull-right.last {
  margin-right: 1rem;
}

.ridio_btn_block {
  display: grid;
  padding-top: 2.8rem;
}

.required {
  color: red;
  display: inline;
}

.m-form_text_style h6 {
  font-size: 14px;
}

.m-form_text_style label {
  font-size: 14px;
  font-family: "Raleway", Arial, sans-serif;
}

.tips {
  margin: 0 0 0 1rem;
}

/*pop_css*/
/* text-based popup styling */
.white-popup {
  position: relative;
  background: transparent;
  padding: 25px;
  width: auto;
  max-width: 100vh;
  margin: 0 auto;
}

button.mfp-close, button.mfp-arrow {
  background: #fff;
  border-radius: 999rem;
}

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*

====== Newspaper effect ======

*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}

.mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}

.magic_pop {
  margin-top: 3rem;
}

.magic_pop img {
  max-width: 100%;
}

.fix_bottom {
  position: fixed;
  bottom: 140px;
  right: 25px;
  display: block;
  z-index: 999;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 24px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  text-align: center;
  background: #3a3a3a;
  padding-top: 0.3rem;
}
#scroll-top.fixed{
  bottom:130px;
}
.fix_bottom2 {
  position: fixed;
  bottom: 10px;
  right: 25px;
  display: block;
  z-index: 999;
  width: 150px;
  height: 50px;
  border-radius: 30px;
  font-size: 17px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  text-align: center;
  background: rgba(187, 54, 64, 0.96);
  padding-top: 10px;
  padding-left: 1rem;
  color:#fff;
  border-color:rgba(187, 54, 64, 0.96);
}
#footer #inline-popups2 a{
  color:#fff;
}
.fix_bottom2:after{
  content: '';
  width: 78px;
  height: 50px;
  background-color: #a72831;
  position: absolute;
  z-index: -1;
  top: -1px;
  left: -1rem;
  border-radius: 30px 0 0 30px ;
  border-color:#a72831;
}
.fix_bottom2:hover::after{
  transition:all 0.35s ease-in-out;
  -webkit-transition:all 0.35s ease-in-out;
  background-color: #065e98;
  border-color:#065e98;
}
.form-group h6{
  font-size: 18px;
  margin-bottom: 2rem;
}
.register_check_text{
  margin: 0 0 0 1rem;
}
.from_flex{
  display: flex;
}
.col-3-flex{
  width: 49%;
}
.col-7-flex{
  width: 49%;
}
.form-control::placeholder {
  color: #ccc;
}

@media (min-width: 992px) {
  .col-3-flex{
    width: 29%;
  }
  .col-7-flex{
    width: 79%;
  }
}
.register_confirmtext{
  margin: 2rem 0 0 2rem;
}

/* 20210910 */
.form-label {
  text-align: right;
  line-height: 40px;
  padding: 0;
  white-space: nowrap;
}

@media (max-width:767px) {
  .form-label {
    text-align: left;
    line-height: 20px;
    padding: 0 15px;
  }
}
.step-container  {
  padding: 0 15px;
}

.step-container .step {
  position: relative;
  display: inline-block;
  background: #555;
  padding: 18px 35px 0 55px;
  border: 1px solid #ccc;
  height: 81px;
}

.step-container .step + .step {
  margin-left: -5px;
}

.step-container .step::after {
  content: "";
  position: absolute;
  top: 10.5px;
  right: -30px;
  width: 57px;
  height: 57px;
  background: #555;
  border: 1px solid #ccc;
  transform: rotate(45deg);
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.step-container .step1 {
  z-index: 3;
}

.step-container .step2 {
  z-index: 2;
}

.step-container .step p {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .step-container .step {
    display: block;
    padding: 18px 15px 0 15px;
    margin-bottom: 30px;
  }
  .step-container .step::after {
    display: none;
  }
  .step-container .step::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -7.5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #555 transparent transparent transparent;
  }
  .step-container .step3::before {
    display: none;
  }
  .step-container .step + .step {
    margin: 0 0 30px 0;
  }
}

.meet-btn,.meet-btn:active {
  position: fixed;
  z-index: 999;
  right: 25px;
  bottom: 15px;
  font-size: 18px;
  color: #fff !important;
  border-radius: 30px;
  border: 1px solid #a72831;
  background: linear-gradient(180deg, #a72831 50%, #bb3640 0%);
  background: -moz-linear-gradient(180deg, #a72831 50%, #bb3640 0%);
  background: -webkit-linear-gradient(180deg, #a72831 50%, #bb3640 0%);
  background: -o-linear-gradient(180deg, #a72831 50%, #bb3640 0%);
  transition: all .3s;
  box-shadow:  1px   1px   1px  rgba(0,0,0, .29),  inset   1px   1px   1px  rgba(255,255,255, .44); 
  /* animation: shake 1s linear infinite;  */
}

.meet-btn:hover {
  transform: scale(1.1);
  border: 1px solid #a72831;
}

.meet-btn::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 17px;
  width: 50px;
  height: 5px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
}

.ad-btn {
  position: fixed;
  z-index: 999;
  right: 25px;
  bottom: 70px;
  font-size: 18px;
  padding: 9px 16px;
  background: #eee;
  color: #555 !important;
  border-radius: 30px;
  box-shadow:  1px   1px   1px  rgba(0,0,0, .29),  inset   1px   1px   1px  rgba(255,255,255, .44); 
  transition: all .3s;
}

.ad-btn:hover {
  background: #ccc;
}

.mobile {
  display: none !important;
}

@media (max-width:767px) {
  .pc {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
}

.yt-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.yt-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*# sourceMappingURL=mainStyle.css.map */
