/*============ 1. Body and Core Css ============*/

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-decoration: none !important;
    list-style: none !important;
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
}

img {
    width: 100%;
    height: auto;
}

a,
a:hover,
a:focus {
    color: #0a5f82;
}

body {
    font-family: "Raleway", san-serif;
    position: relative;
    font-size: 16px;
    line-height: 1.65;
    color: #484848;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    height: 100%;
    background: #444;
}

p {
    font-size: 16px;
    line-height: 1.65;
    font-family: "Open Sans", sans-serif;
}

span {
    display: inline-block;
}

.img-responsive {
  display:block;
  max-width:100%;
  height:auto
}


/*===========Margin And Paddings============*/

.mt-0 {
    margin-top: 0 !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-25 {
    margin-top: 25px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-35 {
    margin-top: 35px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-45 {
    margin-top: 45px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-55 {
    margin-top: 55px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mt-62 {
    margin-top: 62px !important;
}
.mt-65 {
    margin-top: 65px !important;
}
.mt-70 {
    margin-top: 70px !important;
}
.mt-75 {
    margin-top: 75px !important;
}
.mt-80 {
    margin-top: 80px !important;
}
.mt-85 {
    margin-top: 85px !important;
}
.mt-90 {
    margin-top: 90px !important;
}
.mt-95 {
    margin-top: 95px !important;
}
.mt-100 {
    margin-top: 100px !important;
}
/* Custom Margin Bottom */
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-35 {
    margin-bottom: 35px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-45 {
    margin-bottom: 45px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-55 {
    margin-bottom: 55px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mb-62 {
    margin-bottom: 62px !important;
}
.mb-65 {
    margin-bottom: 65px !important;
}
.mb-70 {
    margin-bottom: 70px !important;
}
.mb-75 {
    margin-bottom: 75px !important;
}
.mb-80 {
    margin-bottom: 80px !important;
}
.mb-85 {
    margin-bottom: 85px !important;
}
.mb-90 {
    margin-bottom: 90px !important;
}
.mb-95 {
    margin-bottom: 95px !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.m-0 {
    margin: 0px !important;
}
/* Custom Padding top */
.pt-0 {
    padding-top: 0 !important;
}
.pt-5 {
    padding-top: 5px !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pt-15 {
    padding-top: 15px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pt-25 {
    padding-top: 25px !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.pt-35 {
    padding-top: 35px !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.pt-45 {
    padding-top: 45px !important;
}
.pt-50 {
    padding-top: 50px !important;
}
.pt-55 {
    padding-top: 55px !important;
}
.pt-60 {
    padding-top: 60px !important;
}
.pt-65 {
    padding-top: 65px !important;
}
.pt-70 {
    padding-top: 70px !important;
}
.pt-75 {
    padding-top: 75px !important;
}
.pt-80 {
    padding-top: 80px !important;
}
.pt-85 {
    padding-top: 85px !important;
}
.pt-90 {
    padding-top: 90px !important;
}
.pt-95 {
    padding-top: 95px !important;
}
.pt-100 {
    padding-top: 100px !important;
}
/* Custom Padding top */
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-5 {
    padding-bottom: 5px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}
.pb-15 {
    padding-bottom: 15px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.pb-25 {
    padding-bottom: 25px !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.pb-35 {
    padding-bottom: 35px !important;
}
.pb-40 {
    padding-bottom: 40px !important;
}
.pb-41 {
    padding-bottom: 41px !important;
}
.pb-42 {
    padding-bottom: 42px !important;
}
.pb-43 {
    padding-bottom: 43px !important;
}
.pb-44 {
    padding-bottom: 44px !important;
}
.pb-45 {
    padding-bottom: 45px !important;
}
.pb-50 {
    padding-bottom: 50px !important;
}
.pb-55 {
    padding-bottom: 55px !important;
}
.pb-60 {
    padding-bottom: 60px !important;
}
.pb-65 {
    padding-bottom: 65px !important;
}
.pb-70 {
    padding-bottom: 70px !important;
}
.pb-75 {
    padding-bottom: 75px !important;
}
.pb-80 {
    padding-bottom: 80px !important;
}
.pb-85 {
    padding-bottom: 85px !important;
}
.pb-90 {
    padding-bottom: 90px !important;
}
.pb-95 {
    padding-bottom: 95px !important;
}
.pb-100 {
    padding-bottom: 100px !important;
}
.p-0 {
    padding: 0 !important;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}
.text_center {
  text-align: center;
}
.text_right {
  text-align: right;
}

/*===========Helpers Css============*/

.heading {
    margin-bottom: 50px;
}

.heading h6 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.heading h2 {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 767px){
	.text-vertical-center h1 {font-size: 2em;}
}

img{
    max-width:100% ;
    height:auto;
}

.dropdown-header {
	font-size:0.9em;
    color: #ef861d;
	font-weight:bold;
}
/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}
/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/bg.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/*============ 3. Navbar ============*/

nav.navbar {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 999;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #000000cc;
}

    nav.navbar .logo {
        width: 200px;
        background-image: url("../images/nk_logo_white.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

nav.navbar .logo-changer {
    font-size: 28px;
    font-weight: 800;
    text-transform: lowercase;
}

nav.navbar .navbar-toggler {
    border: 0;
}

nav.navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

nav.navbar .nav-item {
    font-size: 16px;
    font-weight: 400;
    padding-right: 13px;
    padding-left: 13px;
    color: #fff;
    text-transform: uppercase;
}

nav.navbar .nav-item:first-child {
    padding-left: 0;
}

nav.navbar .nav-item:last-child {
    padding-right: 0;
}

nav.navbar .nav-item .nav-link {
    color: #fff;
    position: relative;
    text-decoration: none;
    padding: 0;
}

nav.navbar .nav-item .nav-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

nav.navbar .nav-item .nav-link.active:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

nav.fixed-top {
    position: fixed;
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

    nav.fixed-top .logo {
        background-image: url("../images/nk_logo.png");
    }

nav.fixed-top .logo:focus,
nav.fixed-top .logo:hover {
    color: #000;
}

nav.fixed-top .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

nav.fixed-top .nav-item {
    color: #000;
}

nav.fixed-top .nav-item .nav-link {
    color: #000 !important;
}

nav.fixed-top .nav-item .nav-link:before {
    background-color: #000;
}


@media(min-width:573px) {
    .navbar-nav>li>a {
        line-height: 30px;
    }
    .form {
        background-color: #ebebeb;
        padding-left:0px;
        padding-right:0px;
        padding-top:150px;
    }
    .form_title {
      text-align: center;
      font-size: 2em;
      margin-bottom: 30px;
    }
    .form_label {
      text-align: right;
    }
}

@media(max-width:572px) {
	.dropdown-menu{
		min-width: 100%;}
	.navbar-nav>li>a {
        line-height: 20px;}
	.dropdown-menu .divider { background-color: #484848;}

  .form {
      background-color: #ebebeb;
      padding-left:40px;
      padding-right:40px;
      padding-top:150px;
  }
  .form_title {
    text-align: center;
    font-size: 2em;
    margin-bottom: 30px;
  }
  .form_label {
    text-align: left;
  }

}

/*============ 9. Footer  ============*/

footer {
    background: #444;
}

footer .contact-info h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

footer .contact-info p {
    color: #fff;
    font-size: 14px;
}

footer hr {
    border-color: #666;
}
footer .logo {
  margin-left: 10%;
  margin-right: 10%;
}

footer .copy {
    font-size: 14px;
    color: #aaa;
}

/*============ 10. Mobile Responsive  ============*/

@media screen and (max-width: 991px) {
    .navbar-collapse {
        text-align: center;
        background-color: rgba(34, 34, 34, 0.9);
    }
    .navbar-collapse .nav-item {
        padding: 0 !important;
    }
    .navbar-collapse .nav-item a {
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    nav.navbar .logo {
        width: 200px;
        background-image: url("../images/nk_logo_white.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .fixed-top .navbar-collapse {
        background-color: transparent;
    }
    nav.fixed-top .logo {
        background-image: url("../images/nk_logo.png");
    }
}

@media screen and (max-width: 767px) {
    nav.navbar .logo {
        width: 150px;
        background-image: url("../images/nk_logo_white.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
  .fixed-top .navbar-collapse {
      background-color: transparent;
  }
    nav.fixed-top .logo {
        background-image: url("../images/nk_logo.png");
    }

    footer .logo {
      margin-left: 20%;
      margin-right: 20%;
    }

}




/*---- 240704新增 ----*/

.input-name{
  position: relative;

  overflow: hidden;
  width: 100%;
}
.input-name > input[type=text]{
  border: none;
  border-bottom: 2px solid gray;
  outline: none;
  border-radius: 0px;
  box-shadow:none;
  webkit-box-shadow:none;
	height: 55px;
}

.underline-animation{
  transition: all 0.5s;
  display: inline-block;
  bottom: 0px;
  left: -100%;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #459aff;
}
.input-name > input[type=text]:focus + .underline-animation{
  left: 0;
}

.input-name > select:focus + .underline-animation{
  left: 0;
}

.input-name > textarea{
  border: none;
  border-bottom: 2px solid gray;
  outline: none;
  border-radius: 0px;
  box-shadow:none !important;
  webkit-box-shadow:none !important;
}

.input-name > textarea:focus{
  background: #f1f1f1 !important;
}

.input-name > textarea:focus + .underline-animation{
  left: 0;
}



/*---- upload ----*/

.file-upload {
  background-color: #ffffff;
  width: 600px;
  margin: 0 auto;
  padding: 20px;
}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1FB264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824B;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #1AA059;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
	
	margin-top: 20px;
	border-radius: 5px;
	background: #eee;
	border: 2px solid #ccc;
	position: relative;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  margin-top: 20px;
  /*border: 4px dashed #1FB264;*/
	border-radius: 5px;
	background: #eee;
	border: 2px solid #ccc;
  position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
	background: #f1f1f1;
}

.image-title-wrap {
  color: #222;
}

.drag-text {
  text-align: center;
}

.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #999;
  padding: 60px 0;
}

.file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.remove-image {
  width: 35px;
  height: 35px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 50px;
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 7px;
	left: calc(50% + 60px);

}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}

.desc{
	position: relative;
	background: #fff;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px 20px;
	border-radius: 10px; 
	font-size: 20px;
	line-height: 40px;
	display: none;
}

.desc::before{
	content: "";
	position: absolute;
	top: -10px;
	left: 20px;
	width:0;
	height:0;
	border-left:10px solid transparent !important;
	border-right:10px solid transparent !important;
	border-bottom:10px solid #fff!important ;
}

.fs20{
	font-size: 20px;
}

.question-area{
	width: 100%;
	display: inline-block;
}

.question-row{
	margin-left: -5px;
	margin-right: -5px;
}

.question-title{
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 30px;
	position: relative;
	display: none;
	padding-left: 40px;
	margin-left: -5px;
	color: #555;
}

.question-title::before{
    content: "\f128";
	color: #fff;
	font-weight: normal;
	font-size: 22px;
    font-family: FontAwesome;
	height: 30px;
    width: 30px;
	border-radius: 40px;
	background: #007BFF;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 3px;
	left: 0px;
	
}


.question-item input[type="radio"] {
  display: none;
}
.question-item input[type="radio"]:not(:disabled) ~ label {
    cursor: pointer;
  }
.question-item input[type="radio"]:disabled ~ label {
    color: hsla(150, 5%, 75%, 1);
    border-color: hsla(150, 5%, 75%, 1);
    box-shadow: none;
    cursor: not-allowed;
  }


@media(max-width: 767px){
.question-item label {
	width: 46%;
	height: 90px;
	background: #dfdfdf;
	border-radius: 10px;
	margin: 2%;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	padding: 15px;
	color: #666;
	position: relative;
	line-height: 24px;
	padding-top: 20px;
	text-align: center;
}
	
.question-item input[type="radio"]:checked + label {
  background: #007BFF;
  color: #fff;
}
	
.question-item input[type="radio"]:checked + label::after {
    color: #007BFF;
    font-family: FontAwesome;
    border: 2px solid #fff;
	box-shadow: 0 0 15px #33333366;
    content: "\f128";
    font-size: 18px;
    position: absolute;
    top:-12px;
    left: calc(50%);
    transform: translateX(-50%);
    height: 30px;
    width: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    background: white;
  }
}
@media(min-width: 768px){
.question-item label {
	width: 48%;
	height: 90px;
	background: #dfdfdf;
	border-radius: 10px;
	margin: 1%;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	padding: 15px;
	color: #666;
	position: relative;
	line-height: 24px;
	text-align: center;
}
	
.question-item input[type="radio"]:checked + label {
  background: #007BFF;
  color: #fff;
}
	
.question-item input[type="radio"]:checked + label::after {
    color: #007BFF;
    font-family: FontAwesome;
    border: 2px solid #fff;
	box-shadow: 0 0 15px #33333366;
    content: "\f128";
    font-size: 18px;
    position: absolute;
    top:calc(50% - 16px);
    left: 18%;
  transform: translateX(-50%);
    height: 30px;
    width: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    background: white;
  }
}



.step-title{
	font-weight: bold;
	margin: 10px 0 15px 0;
	border-left: 7px solid #FC6520;
	padding-left: 5px;
	width: 100%;
	font-size: 24px;
}

.step-info{
	margin-left: 20px;
	font-size: 20px;
}

.step-info li{
	list-style:decimal !important;
}

.step-img img{
	width: 49%;
	padding: 1%;
}

.input-style-2{
	background:#EBEBEB !important;
	outline: none !important;
	border: none !important;
	border-bottom: 2px solid #ccc !important;
	font-size: 20px !important;
}

.version-input{
	font-size: 20px;
	box-shadow: none !important;
}

.hint-text{
	color:#F00;
	font-size:14px;
	padding-top: 10px;
}
