.bgquiz-firstsection{
    background-color: #fff;
    box-shadow: 0px 4px 8px 0px #00000026;
    margin: 5rem 0;
}
.topHeight{
        background-color: #f9f9f2;
}

.custombtn {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.custombtn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  accent-color: #35a946;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  /* background-color: #eee; */
  border-radius: 50%;
  border: 1px solid #35a946;
}



/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.custombtn input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.custombtn .checkmark:after {
 	  top: 2px;
    left: 2px;
    width: 20px;
    height: 19px;
    border-radius: 50%;
    background: #00aa4d;
}
.questiontag{
     font-family: 'PoppinsMedium';
     font-size: 18px;
}

.four_section{
    padding-bottom: 5rem;
}


.customcheckbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
   font-family: 'PoppinsRegular';
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.customcheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.boxcheckmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .boxcheckmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customcheckbox input:checked ~ .boxcheckmark {
  background-color: #f8f8f1;
}

/* Create the checkmark/indicator (hidden when not checked) */
.boxcheckmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.customcheckbox input:checked ~ .boxcheckmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.customcheckbox .boxcheckmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #2ea960;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.ulsocialicons{

    background-color: #fff;
    border-radius: 10px;
    margin: 0 auto;
        margin-bottom: 3rem;
        max-width:300px ;

}
.ulsocialicons ul li{
  display: inline-block;
  margin: 0 10px;
}
.ulsocialicons ul{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 7px 0;
}
@media(max-width:767px){
    .custombtn{
        font-size: 16px;
    }
    .ulsocialicons img{
      max-width: 35px;
    }
        .card-btn {
        font-size: 14px;
    }
} 