* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
    font-family: Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
    background: #95AB9D url(../img/texture.png) repeat top left;
    font-weight: 400;
    font-size: 15px;
    color: #3a2127;
    overflow-y: scroll;
}
/* footer start */
footer.page-footer {
  bottom: 0;
  color: #fff;
  left: 0;
  position: fixed;
  right: 0;
}

.font-small {
  font-size: 1.2rem;
}
.text-center {
  text-align: center !important;
}
.py-3 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}

footer.page-footer .footer-copyright {
  overflow: hidden;
  background-color: rgba(0,0,0,.3);
  /* color: rgba(255,255,255,.6); */
}
.footer-copyright > a {
  color: #fff;
  text-decoration: none;
}
.footer-copyright > a:hover {
  color: rgb(245, 102, 102);
  
}
/* footer end */
.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
 
  height: 100vh;

}
.wrapper2 {
  display: flex;
  justify-content: center;
  align-items: center;
 
  height: 100vh;

}
@media only screen and (max-width: 768px) {
.wrapper2 {
  display: flex;
  justify-content: center;
 align-items: flex-start;
 
  height: 100vh;

}

}
.welcome_text {
  width: 400px;
}
.welcome_text1 {
  width: 315px;
}

.welcome_form {
}

.welcome_form input,
.welcome_form button {
  display: block;
  width: 100%;
}

.welcome_form input {
  background-color: transparent;
  color: #fff;
  font-size: 30px;
  text-align: center;
  border: none;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}

.welcome_form input:focus,.welcome_form button:focus{
  outline: none;
}

.welcome_form button {
  padding: 20px 0;
  border: none;
  border-radius: 100px;
  background-color: #fff;
  color: #D26A44;
  font-size: 22px;
  transition: 0.4s all;
}
.welcome_form button:hover {
    padding: 20px 0;
    border: none;
    border-radius: 100px;
    background-color: #D26A44;
    color: #fff;
    font-size: 22px;
    transition: 0.4s all;
}
.welcome_form button:hover {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
  cursor: pointer;
}

.quiz {
  display: grid;
  grid-template-rows: 60px auto;
  width: 800px;
  height: 500px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}

.quiz_header {
  display: flex;
  justify-content: space-between;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #F5E9BC url(../img/noise.png) repeat top left;
  /* background-color: #fff; */
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.quiz_body {
  padding: 30px 30px;
}
.quiz_user {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 30px;
}

.quiz_timer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100px;
  background-color: #D26A44;
  color: #fff;
}
.quiz_body {
  background-color: #ecf0f1;
}

.option_group {
  list-style-type: none;
  margin: 30px 0;
}

.option {
	        margin-left: 25px;
    margin-right: 25px;
  display: block;
  width: 300px;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 15px 20px;
  border-radius: 100px;
  border: 2px solid transparent;
  transition: 0.4s all;
}
@media only screen and (max-width: 768px) {
	.option {
	    margin-left: 0px!important;
		margin-right: 0px!important;
  display: block;
  width: 300px;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 15px 20px;
  border-radius: 100px;
  border: 2px solid transparent;
  transition: 0.4s all;
}
}
.option:hover {
  cursor: pointer;
  /* background-color: rgba(255, 255, 255, 0.1); */
  border: 2px solid #D26A44;
  color: #D26A44;
}
.option.active {
  background-color: #D26A44;
  color: #fff;
}
.btn-next {
  border: none;
  padding: 15px 35px;
  background-color: #D26A44;
  color: #fff;
  border-radius: 27px;
  transition: 0.4s all;
}

.btn-next:hover {
  cursor: pointer;
  background-color: #ea8059;
  color: #fff;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}
.btn-next:focus {
  outline: none;
}
@media (min-width: 992px){
.col-md-offset-5 {
    margin-left: 38.666667%;
}}
@media only screen and (max-width: 768px) {
.col-xs-offset-2 {
    margin-left: 21.666667%;
}
.col-xs-offset-1 {
    margin-left: 15.333333%;
}
}

.award_icon {
  display: block;
  font-size: 300px;
  color: #fff;
}

.username,
.userpoints,
.usertime {
  color: #fff;
  text-align: center;
  margin-top: 15px;
}
