/*
 * Globals
 */


/* Custom default button */
:root {
  --viewport-height: 100vh;
}

/*
 * Base structure
 */

 body {
  min-height: 100vh;
  min-height: fill-available;
  min-height: -webkit-fill-available;
  background:#FFFFFF;
  color:#585858;
}
html {
  height: fill-available;
  height: -webkit-fill-available;
}

.cover-container {
  padding:0 !important;
}

.error_alert{
	border:red 1px solid !important;
	margin-bottom:0;
}

.error{
	color:red;
}

.error_sign{
	color:red;
  font-weight:bold;
}

#coach_gender{
  display:none;
}

.alert{
	border:red 1px solid !important;
  padding: 0.375rem 0.75rem;
}


/*
 * Header
 */


 @media (min-width: 768px) {
  .nav-masthead .nav-link {
    padding: .25rem 0;
    font-weight: 700;
    color: #555;
    background-color: transparent;
    border-bottom: .25rem solid transparent;
  }

  .nav-masthead .nav-link:hover,
  .nav-masthead .nav-link:focus {
    border-bottom-color: rgba(255, 255, 255, .25);
  }

  .nav-masthead .nav-link + .nav-link {
    color: #555;
    margin-left: 30px;
  }

  .nav-masthead .active {
    color: #555;
    border-bottom-color: #555;
  }

  .nav{
    margin-top:35px;
  }

  .login{
    position:absolute;
    top:15px;
    right:15px;
    z-index:999;
  }

  .header-wrapper {
    max-width: 1440px;
    width:100%;
    margin: auto;
    position: relative;
  }

  .banner-wrapper {
    width:100%;
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding-top:120px;
    min-height: 100vh;
    background-image: url(../images/cover.jpg);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    position: relative;
  }

  .service_banner-wrapper {
    width:100%;
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding-top:120px;
    min-height: 60vh;
    background-image: url(../images/service_pagecover.jpg);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    position: relative;
  }

  .result_banner-wrapper {
    width:100%;
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding-top:120px;
    min-height: 60vh;
    background-image: url(../images/result.jpg);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    position: relative;
  }


  .contact_banner-wrapper {
    width:100%;
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding-top:120px;
    min-height: 60vh;
    background-image: url(../images/contact.jpg);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    position: relative;
  }

  .booking_banner-wrapper {
    width:100%;
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding-top:120px;
    min-height: 60vh;
    background-image: url(../images/booking_title.jpg);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    position: relative;
  }

  .booking-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    text-align:left;
}

  .service-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    width:100%;
    position:relative;
    min-height: 75vh;
  }

  .service{
    background:#F3F2EE;
    width:100%;
    height:40%;
    padding:50px;
  }

  .service h1{
    font-size: 3.5rem;
    font-weight: 800;
  }

  .service-left{
    width:65%;
    position:absolute;
    z-index:15;
    left:0;
    top:0;
  }

  .service-right{
    width:40%;
    position:absolute;
    z-index:16;
    right:0;
    top:10vh;
  }

  .page_title{
    margin:auto;
    color:#FFFFFF;
  }

  .page_title h1{
    font-weight:800;
    font-size: 3.5rem;
  }


  .trial-wrapper {
    max-width: 1200px;
    margin:150px auto 0 auto;
    width:100%;
    position:relative;
    min-height: 75vh;
  }
  .trial{
    background:#F3F2EE;
    width:100%;
    height:40%;
    padding:50px;
  }
  
  .trial h1{
    font-size: 3.5rem;
    font-weight: 800;
  }

  .trial-left{
    width:40%;
    position:absolute;
    z-index:17;
    left:0;
    top:10vh;
  }

  .trial-right{
    width:65%;
    position:absolute;
    z-index:16;
    right:0;
    top:0;
  }
  
  .contact-wrapper {
    max-width: 1200px;
    margin:150px auto;
    width:100%;
    text-align:left;
  }

  .mb-auto{    
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      padding-top: 10px;
      padding-bottom: 10px;
      background-color: rgb(255, 255, 255);
      z-index: 100;
      opacity: 0.85;
  }

  .contact_tag{
    position:fixed;
    bottom:10%;
    right:5%;
    z-index:2;
  }


  .content{
    width:100%;
    background-color:#FFF;
    text-align:left;
  }

  .content .frame{
    width:100%;
    max-width:1440px;
    margin: 50px auto;
  }

  .content2 .frame{
  width:100%;
  max-width:1440px;
  margin: 50px auto;
  border:1px solid #AAA;
  border-radius: 10px;
  padding:15px;
  background: #F3F2EE;
  
}

  .title{
    font-size:40px;
    font-weight: bold;
    text-align:left;
    padding:30px 0;
  }

  .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }

  footer{
    margin:50px auto;
  }

  .row{
    margin-left: 0px;
    margin-right: 0px;
  }

  .index-banner{
    width: 100%;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    position: relative;
  }

.index-banner-word{
  position: absolute;
  bottom: 25%;
  top: 25%;
  left: 25%;
  right: 25%;
  padding-top: 10px;
  padding-bottom: 10px;
  color:#FFF;
  z-index: 99;
}

  .services_2row{
    margin-top:50px !important;
  }

  .about_left{
    background-color:#e4c99a;height:500px;
  }

  .about_wrapper{
    width:75%;max-width:720px;float:right;margin: auto 0;padding: 30px 30px 30px 20px;
  }

  .about_image_frame{
    padding-left:0;padding-right:-15px;
  }

  #contactus .space{
    margin-top:30px !important;
  }

  .bg_sen_1{
    font-size:250px;font-weight:bold;
  }

  .bg_sen_2{
    font-size:70px;font-weight:bold;
  }

  .bg_sen_2{
    font-size:70px;font-weight:bold;
  }

  .bg_sen_3{
    font-size:40px;font-weight:bold;
  }

  .bg_space{
    margin-top:50px;
  }

  .contactsubmitno{
    display:none;
  }

  .contactsubmityes{
    display:block;
  }

  .contactno{
    display:block;
  }

  .contactyes{
    display:none;
  }

  .content_frame{
    max-width: 960px;
    width:100%;
    margin: 0 auto;
    position: relative;
    background: rgb(230, 228, 228);
    text-align:left;
    padding:50px;
  }

  .content_frame_2{
    max-width: 960px;
    width:100%;
    margin: 130px auto 0 auto;
    position: relative;
    background: rgb(230, 228, 228);
    text-align:left;
    padding:50px;
  }

  .space{
    margin-top:30px !important;
  }

  label{
    font-weight:bold;
  }

  .user{
    position:absolute;
    top:5px;
    right:5px;
    z-index:99;
  }
  .dropdown-item:active {
    color: #212529;
    text-decoration: none;
    background-color: #FFFFFF;
  }

  .dropdown-item:focus, .dropdown-item:hover{
    color: #212529;
    text-decoration: none;
    background-color: #FFFFFF;
  }

  a{
    text-decoration: none;
    color:#585858;
  }
  
  .slogan{
    text-align:center;
    font-size:34px;
    margin: 100px 0;
  }
  
  .service_slogan{
    text-align:center;
    font-size:30px;
    font-weight: bold;
    margin: 100px 0;
  }
  
  .service_point{
    text-align:left;
    font-size:25px;
    margin: 100px 0;
    padding:100px;
  }

  .service_frame{
    margin-left:100px !important;margin-right:100px !important;
  }

  .service_frame_word{
    margin:10% 0 25% -100px;height:25%;background:#F7F7F7;padding:5%;font-size:20px;
  }

  .selectnav li{
    float:left;
  }

  .selectnav a{
    padding:10px 20px;
  }

  .selectnav a:hover{
    padding:10px 20px;
    background:#F3F2EE;
    color:#555;
  }

  .selectnav a.actived{
    padding:10px 20px;
    background:#F3F2EE;
    color:#555;
  }
  .selectnav{
    display:inline-block;
    list-style-type: none;
  }
  

  .booking_btn{    
    width: 100%;
    max-width: 1440px;
    margin: 50px auto 0 auto;
    text-align: left;
  }
}


@media (max-width: 768px) {
  .nav-masthead .nav-link {
    padding: .25rem 0;
    font-weight: 700;
    color: rgba(255, 255, 255, .5);
    background-color: transparent;
    border-bottom: .25rem solid transparent;
  }

  .banner-wrapper {
    width:100%;
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding-top:120px;
    min-height: 75vh;
    background-image: url(../images/cover.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    position: relative;
  }

  .service_banner-wrapper {
    width:100%;
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding-top:120px;
    min-height: 60vh;
    background-image: url(../images/service_pagecover.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    position: relative;
  }

  .result_banner-wrapper {
    width:100%;
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding-top:120px;
    min-height: 60vh;
    background-image: url(../images/result.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    position: relative;
  }


  .contact_banner-wrapper {
    width:100%;
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding-top:120px;
    min-height: 60vh;
    background-image: url(../images/contact.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    position: relative;
  }

  .booking_banner-wrapper {
    width:100%;
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding-top:120px;
    min-height: 60vh;
    background-image: url(../images/booking_title.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    position: relative;
  }

  .content2 .frame{
    width:auto;
    margin: 50px 15px;
    border:1px solid #AAA;
    border-radius: 10px;
    padding:15px;
    background: #F3F2EE;
    
  }

  .content2 .frame button{
    float:right;
  }

  .page_title{
    margin:auto;
    color:#FFFFFF;
  }

  .page_title h1{
    font-weight:800;
    font-size: 3.5rem;
  }

  .nav-link{
    text-align: left;
    padding-left:15px !important;
    border-bottom:#ddd 2px solid;
  }

  .navbar-nav{
    border-top:#ddd 2px solid;
  }

  .nav-masthead .nav-link:hover,
  .nav-masthead .nav-link:focus {
    border-bottom-color: rgba(255, 255, 255, .25);
  }

  .nav-masthead .nav-link + .nav-link {
    color: #555;
    margin-left: 30px;
  }

  .nav-masthead .active {
    color: #555;
    border-bottom-color: #555;
  }

  .nav{
    margin-top:20px;
  }

  .header-wrapper {
    max-width: 1440px;
    width:100%;
    margin: auto;
    position: relative;
  }

  .header-wrapper img{
    margin-left:15px;
  }

  .service-wrapper {
    max-width: 1200px;
    margin:0 auto;
    width:100%;
  }

  .service{
    background:#F5F5F5;
    width:100%;
    height:40%;
    padding:50px;
  }

  .service-left{
    width:100%;
  }

  .service-right{
    width:100%;
  }

  .trial-left{
    background:#F5F5F5;
    width:100%;
    height:40%;
    padding:50px;
  }

  .trial-wrapper {
    max-width: 1200px;
    margin:100px auto 0 auto;
    width:100%;
  }

  .contact-wrapper {
    max-width: 1200px;
    margin:50px auto 0 auto;
    width:100%;
    text-align:left;
  }

  .contact-wrapper h2{
    text-align:center;
    margin-bottom:50px;
  }

  .contact-wrapper p{
    margin-left:15px;
  }

  .service_frame_word{
    background:#F7F7F7;
    padding:5%;
    font-size:20px;
    margin-top:50px;
  }

  .mb-auto{    
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      padding-top: 10px;
      padding-bottom: 10px;
      background-color: rgb(255, 255, 255);
      box-shadow: 0 1 3px rgba(0, 0, 0 , 15%);
      z-index: 100;
      opacity: 0.85;
  }

  .contact_tag{
    position:fixed;
    bottom:10%;
    right:5%;
    z-index:2;
  }

  .frame{
    text-align:left;
  }

  #aboutus{
  width:100%;
  height:100%;
  background-color:#e4c99a;
  }

  #aboutus .frame{
  width:100%;
  margin: auto ;
  margin: 120px auto 50px auto;
  }

  #aboutus p{
    font-size:20px;
    text-align:left;
    line-height: 2em;
  }

  #services{
    width:100%;
    background-color:#DDD;
  }

  #services .col-sm-4{
    padding-top:30px;
  }

  #services .col-sm-12{
    padding-bottom:30px;
  }

  #services .frame{
  width:100%;
  max-width:1440px;
  margin: 120px auto 50px auto;
  text-align:left;
  }

  #services .title{
    font-size:40px;
    font-weight: bold;
    text-align:left;
    padding:30px 10px;
  }

  #contactus{
    width:100%;
    background-color:#FFF;
    text-align:left;
  }

  #contactus button{
    color:#FFF;
  }

  #contactus .title{
    font-size:40px;
    font-weight: bold;
    text-align:left;
    padding:30px 10px;
  }

  #contactus .frame{
  width:100%;
  max-width:1440px;
  margin: 120px auto 50px auto;

  }

  .form{
    margin-top:30px !important;
  }

  .title{
    font-size:40px;
    font-weight: bold;
    text-align:left;
    padding:30px 0;
  }

  .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }

  footer{
    margin-top:30px !important;
  }

  .row{
    margin-left: 0px;
    margin-right: 0px;
  }

  .index-banner{
      width: 100%;
      background-size: cover;
      background-position: center right;
      background-repeat: no-repeat;
      display: flex;
      justify-content: center;
      position: relative;
  }

  .index-banner-word{
    position: absolute;
    bottom: 10%;
    top: 20%;
    left: 10%;
    right: 10%;
    padding-top: 10px;
    padding-bottom: 10px;
    color:#FFF;
    z-index: 99;
  }

  .services_2row{
    /*margin-top:50px !important;*/
  }

  .about_left{
    background-color:#e4c99a;height:500px;
  }

  .about_wrapper{
    width:100%;max-width:720px;float:right;margin: auto 0;
  }

  .about_image_frame{
    padding-left:0;padding-right:0;
  }

  #contactus .space{
    margin-top:30px !important;
  }

  .bg_sen_1{
    font-size:100px;font-weight:bold;
  }

  .bg_sen_2{
    font-size:40px;font-weight:bold;
  }

  .bg_sen_3{
    font-size:20px;font-weight:bold;padding-top:30px;
  }

  .bg_space{
    margin-top:50px;
  }
  .navbar-toggler{
    margin-right:15px;
    padding-right:5px;
    padding-left:5px;
  }

  .contactsubmitno{
    display:none;
  }

  .contactsubmityes{
    display:block;
  }

  .contactno{
    display:block;
    margin-top:50px;
  }

  .contactyes{
    display:none;
    margin-top:50px;
  }

  .space{
    margin-top:30px !important;
  }

  label{
    font-weight:bold;
  }

  .book_lang{
    margin-top:130px;
    text-align: right;
  }

  .content_frame{
    max-width: 960px;
    width:90%;
    margin: 10px auto 30px auto;
    position: relative;
    background: rgb(230, 228, 228);
    text-align:left;
    padding:15px;
  }

  .content_frame_2{
    max-width: 960px;
    width:90%;
    margin: 130px auto 30px auto;
    position: relative;
    background: rgb(230, 228, 228);
    text-align:left;
    padding:15px;
  }

  .service_point{
    text-align:left;
    margin: 50px auto;
  }
  
  .service_slogan{
    text-align:center;
    font-weight: bold;
    margin: 50px 0 0 0;
  }
  
  .slogan{
    text-align:center;
    font-size:20px;
    margin: 50px 0;
  }

  form{
    padding-left:0 !important;
    padding-right:0 !important;
  }

  footer.mt-auto{
    margin-top:50px !important;
    margin-bottom:20px !important;
  }

  .selectnav li{
    float:left;
  }

  .selectnav a{
    padding:10px 20px;
  }

  .selectnav a:hover{
    padding:10px 20px;
    background:#F3F2EE;
    color:#555;
  }

  .selectnav a.actived{
    padding:10px 20px;
    background:#F3F2EE;
    color:#555;
  }
  .selectnav{
    display:inline-block;
    list-style-type: none;
  }
  .booking_btn{    
    width: 100%;
    max-width: 1440px;
    margin: 50px auto 0 auto;
    text-align: left;
  }
  .booking-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    text-align:left;
  }
  .booking-wrapper button {
    text-align:right;
  }
  
  a{
    text-decoration: none;
    color:#585858;
  }

  .m{
    padding-top:30px;
  }
}