/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

html {
	scroll-behavior: smooth;
}


.blue-font {
	color:#0027c4;
}
.main-heading {
	font-size:3rem;
}
.green-color {
	color:#11A432;
}
.white-color {
	color:#fff;
}
.white-color:hover {
	color:#fff;
}
.call-p {
	margin-bottom:0;
}
.page-id-652 .check-btn {
	display:none;
}

#toTop {
	background-color: rgba(0, 0, 0, 0.7);
	height: 35px;
	width: 40px;	
}
#toTop:focus {
	background-color: #000000;
}
#toTop:hover {
	background-color: #11a432;
}
.link-a {
	text-decoration:none !important;
}
.link-a:hover {
	color:#009fe3;
}

/*Header Sticky*/

.sticky {
	position: fixed;
	top: 0;
	background-color: #fff;
	width: 100%;
}

.select-img {
	width: 100px;
	height: 100px !important;
}
.radio-group {
	display: flex;
	flex-wrap: wrap;
}
.input-container {
	position: relative;
	height: 150px;
	width: 150px;
	margin: 0.5rem;
}
.input-container input {
	width: 100%;
	height: 100%;
	position: absolute;
	cursor: pointer;
	z-index: 1;
	opacity: 0;
}
#postcode::-webkit-outer-spin-button,
    #postcode::-webkit-inner-spin-button {
      appearance: none;
}
input[type=number] {
      -moz-appearance: textfield;
}
.input-container .label-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	border-radius: 0.7rem;
	border: 2px solid transparent;
}
.input-container input:checked + .label-container {
	border: 2px solid #000;
}
.form-container {
	padding: 10px;
	max-width: 900px;
	margin: 0 auto;
	background-color: #EDF6FF;
	padding-bottom: 3rem;
	border: 1px solid #000;
}
.progress-bars {
	background-color: #e8eaec;
	width: 100%;
	height: 20px;
	border-radius: 10px;
}
.progress {
	height: 100%;
	background-color: #ff5d38;
	display: flex;
	width: 25%;
	justify-content: flex-end;
	border-radius: 10px;
	color: #fff;
}
.step-1 {
	width: 20%;
}
.step-2 {
	width: 40%;
}
.step-3 {
	width: 60%;
}
.step-4 {
	width: 80%;
}
.step-5 {
	width: 66%;
}
.step-6 {
	width: 83%;
}
.step-7 {
	width: 100%;
}
.step-8 {
	width: 50%;
}
.step-9 {
	width: 33%;
}
.step-10 {
	width: 16%;
}
.text-color {
	color: #4a4e57;
}
.no-of-step {
	color: #767676;
}
.font-weight {
	font-weight: 700;
}
.sky-blue {
	color: #19b3d4;
}
.required {
	font-style: italic;
	color: #c02b0a;
	font-weight: normal;
}
.btn-info {
	color: #fff;
}
.btn {
	border-radius: 50px;
	font-weight: 700;
	padding: 0.6rem 2rem;
}
label.text-color {
	font-size: 12px;
	text-align: center;
}
.form-label.font-weight.text-color {
	font-size: 16px;
}
.clue {
	font-size: 14px;
}
.err {
	border: 1px solid #c02b0a;
	background-color: #fff9f9;
	padding: 0.7rem 1.5rem;
	color: #c02b0a;
	display: none;
}
span.err {
	border: none;
	padding: 0.7rem 0;
}
.agree-err {
	margin-left: -24px;
}
.multistep-form {
	display: none;
}
.sub-form {
	display: none;
}
.active-form {
	display: block;
}
.invalid{
	color: #c02b0a;
	border-color: #c02b0a;
}
.validation-err {
	background-color: #fff9f9;
	border: 1px solid #c02b0a;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 1rem 1rem 1rem 1rem;
	position: relative;
	display: none;
}
h2.invalid {
	font-weight: 400;
	padding-left: 2.5rem;
}
.x-icon {
	background-color: #c02b0a;
	color: #fff9f9;
	font-size: 14px;
	font-weight: bold;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 20px;
	width: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#next, #submit {
	background-color: #009fe3;
	border-color: #009fe3;
}
#next:hover, #submit {
	background-color: #3d66ae;
	color: #fff;
	border-color: #3d66ae;
}
#prev {
	background-color: #fff;
	color: #6b7280;
	border-color: #fff;
}
#prev:hover {
	background-color: #fff;
	color: #6b7280;
	border-color: #fff;
}

@media screen and (max-width: 1024px) {
	#sticky-header ul li a::after{
		background-color: transparent;
	}
}
@media screen and (max-width: 767px) {
	.last-name, .phonenumber, label[for=time] {
        margin-top: 1.5rem;
      }
}