@charset "utf-8";
/* CSS Document */
.checki {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color:#000000!important;
}

/* Hide the browser's default checkbox */
.checki input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
border: 2px solid #b11116;
    margin: -1px 2px 2px 2px;
}

/* On mouse-over, add a grey background color */
.checki:hover input ~ .checkmark {
  background-color: transparent;
	border: 2px solid #b11116;
	margin: -1px 2px 2px 2px;
	color: #000;
}

/* When the checkbox is checked, add a blue background */
.checki input:checked ~ .checkmark {
	background-color: transparent;
	border: 2px solid #b11116;
	margin: -1px 2px 2px 2px;
	color: #000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checki input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checki .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}




::placeholder {
  color:#D3D3D3 !important;
  font-size: 15px;
}

.button-popup {
    z-index: 99999 !important;
    width: 30px !important;
    height: 30px !important;
    background: #c28713 !important;
    border: 2px solid #fff;
    border-radius: 100px;
    color: #fff !important;
    box-shadow: 0 0 10px #000;
}

.custom-control-label:before{
  background-color:gray !important;
		
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
  background-color:gray !important;
}

.custom-control-input:focus~.custom-control-indicator {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8;
}

 .me{
/*	background-image: url('img/Answer-key-Popup.jpg');*/
    background: #F7C00D;
	border: none !important;
	display: block;
	transition: all 0.6s 0s;
}
.popupcontainer{
		overflow: hidden;
		width: 100%;

}

.me .outer{
	background: rgba(254, 254, 254, 0.8);
/*    background: #FEFEFE;*/
	padding: 15px;
	margin: 20px;
	border-radius: 10px;
	margin-right: 15px;
}

 .me .img-st{
	position: absolute;
    top: 42px;
    left: 54px;
    width: 347px;
}

 .me .outer .heading-1{
	font-size: 20px;
	text-align: center;
	color: #333333;
}

 .main-headin{
	text-align: center;
	color: #b11116 !important;

}
 .me h1{
    color: #b11116 !important;
    font-size: 36px;
    font-weight: 700 !important;
    margin-bottom: 0px;
}

 .me .outer .heading-2{
	text-align: center;
	font-weight: 700;
	color: #333333;
	font-size: 30px;
}

.me .outer .form-control{
	border: 1px solid #FECC00;
    border-radius: 4px;
}

@media only screen and (max-width: 767px) {
    
    .me .outer .heading-1{
	font-size: 20px;
	text-align: center;
	color: #333333;
}

.me .main-headin{
	text-align: center;
	color: #b11116 !important;

}
.me h1{
    color: #b11116 !important;
    font-size: 33px;
    font-weight: 700 !important;
    margin-bottom: 0px;
}

.me .outer .heading-2{
	text-align: center;
	font-weight: 700;
	color: #333333;
	font-size: 26px;
}

    
    
	.modal-content .img-st{
		position: absolute;
		top: 100%;
		display: none;
	}
	
	.modal-content .outer .form-control{
	border: 1px solid #FECC00;
    border-radius: 4px;
}

}

