.elementor-2208 .elementor-element.elementor-element-b279ace{--display:flex;}@media(min-width:768px){.elementor-2208 .elementor-element.elementor-element-b279ace{--content-width:639px;}}/* Start custom CSS for container, class: .elementor-element-b279ace */#responsive-form{
	max-width:900px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
	border-radius: 20px;
    padding: 10px;
	background:#f4f4f4;
}


@media only screen and (min-width: 48em) { 
	#responsive-form{
		 padding: 41px;
	}
}

#responsive-formlast{
	max-width:900px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
	border-radius: 20px;
    padding: 0px;
	background:#f4f4f4;
}


@media only screen and (min-width: 48em) { 
	#responsive-formlast{
		 padding: 0px;
	}
}

.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	width: 100%;
    padding: 17px;
    border: 0px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: poppins;
}
.wpcf7 input[type="text"]:focus{
	background: #fff;
}
.wpcf7-submit{
	background: #31b87f;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 13px 42px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    font-family: poppins;
    font-weight: 900;
    font-size: 22px;
}
.wpcf7-submit:hover{
	background: #ff0000;
}
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
}
div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}

.togglebuttons .wpcf7-list-item {
 margin: 18px 4px 0 0;
    display: block;
}
.togglebuttons > span input {
  opacity: 0;
  position: absolute;
}

.togglebuttons > span .wpcf7-list-item-label {
 cursor: pointer;
    display: block;
    padding: 24px 48px;
    background: #d7d7d7;
   
    border: 0;
  
    font-family: poppins;
    font-size: 21px;
    border-radius: 10px;
    color: #000;
	font-weight: 500;
}

.togglebuttons > span input:checked + .wpcf7-list-item-label {
  background: #31b87f;
  border: 1px solid #31b87f;
  color: #ffffff;
  font-weight: bold;
}

.qcs  {font-family: poppins;
    font-size: 29px;
    line-height: 36px;
    text-align: center;
    color: #000;
    font-weight: 500;}


@media only screen and (min-width: 48em) { 
	.togglebuttons > span .wpcf7-list-item-label{
		width: 540px;
	}
}

.quizeheading {background: #f5e000;
    font-family: poppins;
    font-size: 76px;
    font-weight: 700;
    width: 84%;
    padding: 40px;
    border-radius: 25px;
    color: #000;
    display: block;
    text-align: center;margin: 0 auto;}

.leftimg {background-image: url(https://therealmoledoctor.com/wp-content/uploads/2024/11/Picture-for-mole-removal-section-1024x1024-1.jpg);
    background-color: #cccccc;
    height: 589px;
    background-size: cover;
    background-position: center;}

.qcs2{font-family: poppins;
    font-size: 18px;
    line-height: 27px;
    color: #343434;
    font-weight: 600;
    padding: 41px 3px 20px 7px;}


[type=button], [type=submit], button {
    display: inline-block;
    font-weight: 400;
    color: #000000;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #f5e000;
    border: 1px solid #f5e000;
    padding: 0.5rem 2rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all .3s;
    font-family: poppins;
    font-size: 19px;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    color: #ffffff;
    background-color: #000000;
    text-decoration: none;
    border: 1px solid #000;
}

span.wpcf7-not-valid-tip {
    text-shadow: none;
    font-size: 13px;
    color: #ff0000;
    background: none;
    padding: 5px;
    font-family: poppins;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #ffffff;
    color: #fff;
}

select {
    width: 100%;
    padding: 17px;
    border: 0px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: poppins;
}/* End custom CSS */