@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


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




/*==BASIC-SETUP==*/
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  background: #ffffff;
}

.scraped-container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;

}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row > div {
  padding-right: 15px;
  padding-left: 15px;
}

a,
a:hover,
a:active {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin-bottom: 0;
}


.footer-area {
  padding: 40px 0;
  background-color: rgb(58, 41, 27);
}

.f-inner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 50px;
}

.f-l {
  width: 46%;
}

.f-l p {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 15px;
}

.f-c {
  width: 30%;
}

.f-c ul li {
  padding-bottom: 20px;
}

.f-c ul li a {
  display: inline-block;
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: underline;
}

.f-r {
  width: 24%;
}

.f-r p {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

.footer-btn {
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.06) -3.67394e-16px -2px 6px 0px;
  padding: 12px 0px;
  /* position: sticky; */
  /* z-index: 10; */
  bottom: 0px;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 999;
}

/*======================== QUIZ PAGE START===================== */

.q_logo {
  text-align: center;
  padding: 8px 0;
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
}

.q_logo img {
  max-width: 130px;
}

.few_qq_area {
  padding: 60px 0;
}

.few_qq_title {
  text-align: center;
}

.few_qq_title h2 {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 40px;
  text-align: center;
}

.qq_box_2 fieldset {
  padding: 50px 50px;
  border-radius: 10px;
}

.quiz-inner-area h2 {
  margin-bottom: 80px;
}


.quiz-list-group {
  padding: 0 40px 50px;
}

.quiz-inner-area .text-theme {
  margin-left: 40px;
}


.quiz-inner-area ul li  { 
  position: relative; 
  display: -webkit-flex; 
  display: flex; 
  -webkit-box-align: center; 
  align-items: center; 
  border-radius: 4px; 
  background-color: rgb(244, 238, 238);
  box-shadow: rgba(37, 42, 50, 0.32) 0 1px 4px 1px;
  color: #000000; 
  max-width: 100%; 
  min-width: 75px; 
  min-height: 40px; 
  outline: 0px; 
  padding: 4px 10px 4px 40px; 
  transition-duration: 0.1s; 
  transition-property: background-color, color, border-color, opacity, box-shadow; 
  transition-timing-function: ease-out; 
  width: 100%; 
  cursor: pointer; 
  opacity: 1; 
  margin-bottom: 15px; 
  -webkit-justify-content: space-between; 
  justify-content: space-between;
  font-weight:600;
} 

.quiz-inner-area ul li  { 
  transition: 0.5s;
} 

.quiz-inner-area ul li:hover { 
  background-color: rgb(151, 93, 90);
  box-shadow: #000 0px 0px 0px 2px inset;
  color: #ffffff;
} 

.quiz-inner-area ul li:hover, .quiz-inner-area ul li.active { 
  padding-left: 70px;
} 

.quiz-inner-area ul li:hover, .quiz-inner-area ul li.active { 
  background-color: rgb(151, 93, 90);
  box-shadow: #000 0px 0px 0px 2px inset;
  color: #ffffff;
} 

.list-abslt { 
  transition: 0.5s;
} 

.quiz-inner-area ul li .list-abslt  { 
  position: absolute; 
  top: 5px; 
  right: calc(100% - 30px); 
  border: 1px solid #000; 
  color: #0C7988; 
  background: #fff; 
  text-align: center; 
  padding: 5px; 
  bottom: 5px; 
  line-height: 1; 
  width: 22px; 
  font-weight: bold; 
  display: -webkit-flex; 
  display: flex;
} 

.quiz-inner-area ul li .list-abslt span { 
  display: none;
}

.quiz-inner-area ul li:hover .list-abslt, .quiz-inner-area ul li.active .list-abslt { 
  right: calc(100% - 62px) !important;
  width: auto;
  background-color: #ffffff;
  color: #000000;
} 

.quiz-inner-area ul li:hover .list-abslt span, .quiz-inner-area ul li.active .list-abslt span { 
  display: inline-flex;
  padding-left:5px;
}

p.zz { 
  margin-bottom: 0px;
} 

.quiz-inner-area ul li i  { 
  opacity: 0;
} 

.quiz-inner-area ul li:hover i, .quiz-inner-area ul li.active i  { 
  opacity: 1;
} 

.quiz-inner-area ul li i svg  { 
  fill: #fff;
} 

.q_btn {
  display: flex;
  align-items: center;
}

.q_btn-1 a {
  display: inline-block;
  text-align: center;
  padding: 15px 30px;
  background-color: rgb(151, 93, 90);
  box-shadow: rgba(37, 42, 50, 0.32) 0 1px 4px 1px;
  border-radius: 4px;
  color: #f6f9fe;
  font-size: 18px;
  font-weight: 700;  
  text-transform: capitalize;
}

.q_btn_2 a {
  font-size: 16px;
  text-decoration: underline;
  background-color: #ffffff;
  box-shadow: none;
  color: #000000;
}

@media screen and (max-width: 767px) {
  .quiz-list-group {
		padding: 0 0px 30px;
	}

	.qq_box_2 fieldset {
		padding: 20px 15px;
	}

	.quiz-inner-area h2 {
		margin-bottom: 35px;
		font-size: 22px;
	}

  .f-inner {
		display: block;
		padding-bottom: 50px;
	}

	.f-l {
		width: 100%;
	}

	.f-c {
		width: 100%;
		text-align: center;
	}

	.f-r {
		display: none;
	}

	  
}

