/*
Theme Name: (VamTam) Landscaping
Theme URI: https://landscaping.vamtam.com
Text Domain: vamtam-landscaping
Description: The Ultimate Niche WordPress Theme for Landscaping / Gardening Industry
Author: VamTam
Author URI: https://vamtam.com
Version: 14
License: Envato
License URI: https://themeforest.net/licenses
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
*/
#regForm {
  margin: 100px auto;
  padding: 40px;
  width: 100%;
  min-width: 300px;
  text-align: center;
}
body{
	padding-right:0px !important;
	background-color:#2993D2 !important;
}
.modal{
	background: #005d95;
	padding-right:0px !important;
}
/* Style the input fields */
input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}
.modal-content{
	background: none;
	border:none;
}
/* Hide all steps by default: */
.tab {
  display: none;
}
.tab h1{
	font-size:24px;
	color:#fff;
}
/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}
.button-form {
	background:#fff;
	color:#000;
	border-radius:5px;
}
.button-next {
	background:#fff;
	color:#000;
}
.button-next:hover{
	background:#fff;
	color:#000;
}
.button-back {
	background:#626262;
	color:#fff;
}
.button-back:hover{
	background:#626262;
	color:#fff;
}
.form-field-radio-item__check::before {
    content: "";
    width: 10px;
    height: 10px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.form-field-radio-item__check::before {
    content: "";
    opacity: 0;
    position: absolute;
    width: 8px;
    height: 8px;
    left: 12px;
    top: 12px;
    transition: all .3s ease;
}
.form-field-radio-item__check, .form-field-radio-item__check::before {
    display: block;
    border-radius: 50%;
    border: 2px solid currentColor;
    box-sizing: border-box;
    margin-right: 10px;
	float: left;
}
.form-field-radio-item__check {
    flex-shrink: 0;
    opacity: .5;
    position: relative;
    width: 22px;
    height: 22px;
    transition: opacity .3s ease;
	color: #fff;
}
.form-field-radio-item__check {
    width: 28px;
    height: 28px;
    margin-right: 28px;
}
.form-field-radio-item__input:checked+.form-field-radio-item__check, .form-field-radio-item__input:checked+.form-field-radio-item__check:before {
    opacity: 1;
}
.form-field-radio-item__input {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}
.form-field-radio-item .form-field-radio-item__text {
    text-align: left;
    line-height: 28px;
	font-size:16px;
	color:#fff;
}
.form-field-radio-item{
	margin: 23px 0;
    display: block;
}
.form-field-radio-list{
	text-align: left;
    margin: 30px;
}
.phone-input p{
	text-align: left;
    color: #fff;
    margin: 20px 0 0 0;
}
.phone-input input{
	height: 50px;
    width: 100%;
    padding: 10px;
    margin: 5px 0 20px 0;
    border: none;
    border-radius: 5px;
}
.close-modal, .close-modal-blag{
	position:fixed;
	right:30px;
	top:30px;
	cursor:pointer;
	z-index: 9999;
}
.form-content{
	text-align:center;
}
.modal-msg{
	text-align: center;
    background: #fff;
    padding: 40px;
}
.blag-msg-title{
	font-size:22px;
	font-weight: 600;
	margin:20px 0;
}
.blag-msg{
	font-size:20px;
}
.quiz-progress{
	width:70%;
	margin:40px auto;
	position:relative;
}
.quiz-progress-now{
	width: 0%;
    height: 3px;
    background: #fff;
}
.quiz-progress-info{
	background:#fff;
	text-align:center;
	border-radius:3px;
	width:30px;
	height:20px;
	font-size: 14px;
    top: -25px;
    position: absolute;
	margin-left: -15px;
}
.quiz-progress-info::after{
    content: '';
    position: absolute;
    left: 10px;
    bottom: -10px;
    border: 5px solid transparent;
    border-top: 5px solid #fff;
}
.quiz-progress-line{
	width: 100%;
    height: 3px;
    border-radius: 2px;
    top: 0;
    left: 0;
    line-height: 24px;
	background: #626262;
    margin-top: 10px;
}
