*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.qsq-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  /* border: 3px solid black; */
  width:100% !important
}

#qsqmon {
  padding-left: 10px;
  padding-right: 10px;
}

.qsq-container-a {
  display: flex;
  justify-content: center;
  /* border:1px solid; */
  margin:0 -20px 0 -20px;
  overflow:hidden
}

.qsq-cc--card {
  background-color: #FFF;
  text-align: center;
  width: 298px;
  /* height: 270px; */
  margin:0 20px 20px 20px;
  padding-bottom: 30px;
  border-collapse: separate;
  -webkit-box-shadow: 0 0.4rem 0.9rem rgba(0, 0, 0, 0.3), 0 0.5rem 2.5rem -1.5rem rgba(0, 0, 0, 0.9);
  box-shadow: 0 0.4rem 0.9rem rgba(0, 0, 0, 0.3), 0 0.5rem 2.5rem -1.5rem rgba(0, 0, 0, 0.9);
  display: flex;
  flex-flow: column wrap;
  flex: 1 auto;
  border: 7px solid rgb(193,68,58);

}

.qsq-cc--card .qsq-main-image {
  padding-bottom: 56.25%;
  position: relative;
}

.qsq-cc--card .qsq-main-image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.qsq-cc--card .qsq-secondary-image {
  margin-top: -45px;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  position: relative;
}

.qsq-cc--card .qsq-secondary-image::before {
  display: block;
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 100%;
  background: #FFF;
  content: '';
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}

.qsq-cc--card .qsq-secondary-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  width: 70px;
}

.qsq-card-bottom {
  font-size: 16px;
  padding-left:10px;
  padding-right:10px;
  margin-top: 10px;
}

.qsq-card-bottom a {
  text-decoration: none !important;
}

.qsq-errormsg {
  font-size:12px;
  text-align: center;
  margin-top:15px
}

.qsq-button {
  -webkit-box-shadow: 0.375rem 0.375rem 0 #000;
  box-shadow: 0.375rem 0.375rem 0 #000;
  border:1px solid black;
  width:150px;
  text-align: center;
  padding:5px;
  cursor: pointer;
  margin-bottom:15px;
  line-height:20px;

}

.qsq-cols {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  padding-top:20px;
  padding-bottom: 20px
}

.qsq-options {
  padding-left:50px;
  font-size: 24px;
  color:#444444;
}

.qsq-options p {
  margin: 0;
}

.cardGroup {
  display: flex;
  /* margin:2%; */
}

.cardContainer{
  display: flex;
  flex-flow: column;
  flex: 1 auto;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width:800px) {
  .qsq-container-a {
    flex-direction: column;
  }
}

@media (max-width:845px) {
  .qsq-cols {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}

.qsq-header {
  text-align:center;
  margin:0 !important;
  padding:0 !important;
  line-height:45px !important;
}



/*** custom checkboxes ***/

/* input[type=checkbox] { display:none; }
input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
}

input[type=checkbox] + label:before { content: "\f096"; } 
input[type=checkbox] + label:before { letter-spacing: 10px; }

input[type=checkbox]:checked + label:before { content: "\f046";color:rgb(57,143,77) }
input[type=checkbox]:checked + label:before { letter-spacing: 6.5px; } */

@media (max-width:767px) {
  .qsq-options {
    font-size: 16px;
  }
  .checkmark {
    height: 14px;
    width: 14px;
    border: 1px solid black;
  }
  .chbx-container .checkmark:after {
    width: 12px;
    height: 12px;
  }
  /* input[type=checkbox]:checked + label:before { letter-spacing: 7.8px; }  */
}

.qsq-card-button {
  -webkit-box-shadow: 0.375rem 0.375rem 0 #000;
  box-shadow: 0.375rem 0.375rem 0 #000;
  text-align: center;
  padding:7px 30px 7px;
  cursor: pointer;
  text-decoration: none !important;
  color:white !important;
  background:rgb(193,68,58);
  display: flex;
  align-items: center;
  justify-content: center

}


.qsq-card-button:hover {
  color:white !important;
  background-color: black;
}

.pinkc {
  color:rgb(193,68,58) !important
}

input[type="checkbox"] {
	display: none;
}

.tick {
	position: relative;
	right: 1px;
	bottom:7px;
	width: 40px;
	height: 40px;
	/* border-right: 6px solid rgb(57,143,77);
	border-bottom: 6px solid rgb(57,143,77); */
	/* -webkit-transform: rotate(45deg) scale(0);
	    -ms-transform: rotate(45deg) scale(0);
	        transform: rotate(45deg) scale(0);
	opacity: 0;
	-webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
	-o-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
	transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.5); */
  background:url('./checkmark.png');
  background-size: 28px 22px;
  background-repeat: no-repeat;
  /* opacity: 0; */
  z-index: 100;
}

.tick:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	border: 0;
	border-radius: 50%;
}


input[type="checkbox"]:checked + label .tick {
	opacity: 1;

}

.container {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#input_img {
  position:absolute;
  bottom:10px;
  left:2px;
  width:30px;
  height:23px;
}

.checkmark {
  position: absolute;
  bottom: 7px;
  left: 0;
  height: 20px;
  width: 20px;
  border:2px solid black
}

.qsq-carddesc {
  flex-flow: column wrap;
}

.qsq-carddesc1 {
  font-size: 23px !important;
  width: 75%;
  padding: 10px 10px 10px 10px;
  line-height: 35px !important;
  text-align:center;
  margin-bottom:0 !important;
  flex-grow:1;
  margin: 0 auto
}

.qsq-carddesc2 {
  font-size: 23px !important;
  padding: 0px 10px 10px 10px;
  width: 99%;
  line-height: 35px !important;
  max-width: 99%;
  text-align:center;
  margin-bottom:0 !important;
  margin-top:0 !important
}

@media (max-width:767px) {
  #input_img {
    bottom:7px;
    left:11px;
    width:22px;
    height:17px;
  }
  
  .checkmark {
    bottom: 4px;
    left: 10px;
    height: 15px;
    width: 15px;
    border:1px solid black
  }
  .qsq-carddesc1, .qsq-carddesc2 {
    font-size: 20px !important;
  }
}


.disable-select {
  user-select: none; /* supported by Chrome and Opera */
 -webkit-user-select: none; /* Safari */
 -khtml-user-select: none; /* Konqueror HTML */
 -moz-user-select: none; /* Firefox */
 -ms-user-select: none; /* Internet Explorer/Edge */
}

@media (min-width:1500px) {
  .qsq-cc--card {
    width: 280px;
  }
  .qsq-card-bottom {
    font-size: 20px;
  }
}

@media (max-width:1000px) {
  .qsq-cc--card {
    width: 220px;
  }
  .qsq-card-bottom {
    font-size: 14px;
  }
  .qsq-carddesc1, .qsq-carddesc2 {
    font-size:21px !important
  }
  .qsq-options {
    padding-left:0
  }
}
