/*
 Theme Name: Hello Biz Child
 Theme URI: https://example.com/
 Description: Child Theme for Hello Biz WordPress Theme
 Template: hello-biz
 Version: 1.0.0
*/

/* Global CSS */
div.tnp-subscription, form.tnp-subscription, form.tnp-profile{
	position: relative !important;
	max-width: 360px !important;
}
.marketingol li{
	margin-bottom:10px !important;
}
#content ol, #content ul {
	margin-bottom: .9rem;
}
.messageurgent label{
	font-weight:normal !important;
	
}
.stepForm label, .stepForm label .ff-el-form-check-label span{
	font-size:18px !important; 
}
.stepForm .ff_submit_btn_wrapper{
	text-align: center !important;
    margin-top: 30px !important;
    display: block !important;
}
}
/* Home Page */
.newsletterForm .tnp.tnp-subscription {
    margin-top: 0;
	position: relative;
}
.newsletterForm .tnp-subscription input[type="email"] {
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 30px;
    margin-top: 12px;
	padding-left: 25px;
	max-width: 100%;
}
.newsletterForm .tnp-subscription input[type="submit"] {
    background-color: transparent;
    color: #000;
    border: 2px solid #000;
    border-radius: 30px;
    padding: 6px 10px;
	width: auto;
    font-size: 10px;
	position: absolute !important;
   	bottom: -5px;
    right: 0;
}
.tnp-privacy-field label {
    padding-left: 28px !important;
}
.newsletterForm .tnp-subscription input[type="submit"]:hover {
	background-color: #000;
	color: #fff;
}
.testimonial-owl .owl-stage {
    display:flex;
    padding: 15px 0;
}
.testimonial-owl .owl-item {
    display:flex;
}
.testimonial-owl .t-card {
    display:flex;
    flex-direction:column;
    height:100%;
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    min-height: 220px;
}
.t-card > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.t-card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 20px;
}
.t-card h4 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 800;
    font-size: 14px;
}
.t-card span {
    font-weight: 400;
    font-size: 10px;
    color: #505050;
}
.testimonial-owl .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.testimonial-owl .owl-prev {
    left: -80px;
}
.testimonial-owl .owl-next {
    right: -80px;
}

/* Contact Page */
.contactInfo a {
	color: #000000;
}
.contactForm .fluentform .ff-el-group {
    margin-bottom: 10px;
}
.contactForm label {
    font-size: 14px;
    font-weight: 700;
}
.contactForm button[type="submit"] {
    border-radius: 30px;
    background-color: transparent !important;
    color: var(--e-global-color-primary) !important;
    border: 2px solid var(--e-global-color-primary);
    font-weight: 700;
    font-size: 20px;
    margin-top: 15px;
}
.contactForm button[type="submit"]:hover {
    background-color: var(--e-global-color-primary) !important;
    color: #fff !important;
	opacity: 1;
}

/* Book a review Page */
#btn2500, #btn3500, #btn1500 {
    
    opacity: 1;
}
.stepForm .fluentform .ff-step-titles li:before {
    background-color: #CDCDCD;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: none;
    font-weight: 700;
    font-size: 30px;
    line-height: normal;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.stepForm .fluentform .ff-step-titles li.ff_active:before,
.stepForm .fluentform .ff-step-titles li.ff_completed:before {
    background-color: var(--e-global-color-primary);
}
.stepForm .fluentform .ff-step-titles li:after {
    background: #CDCDCD;
    height: 15px;
    top: 30%;
}
.stepForm .fluentform .ff-step-titles li.ff_active:after,
.stepForm .fluentform .ff-step-titles li.ff_completed:after {
	background: var(--e-global-color-primary);
}
.stepForm .fluentform .ff-step-titles li{
    color: #000;
    font-size: 18px;
}
.stepForm .step-nav button,
.stepForm .ff_submit_btn_wrapper button {
    background-color: transparent !important;
    border: none;
	font-weight: 700;
    font-size: 18px;
    padding: 10px 35px;
    color: var(--e-global-color-primary) !important;
    border: 2px solid var(--e-global-color-primary) !important;
	border-radius: 30px;
}
.stepForm .step-nav button:hover,
.stepForm .ff_submit_btn_wrapper button:hover {
	background-color: var(--e-global-color-primary) !important;
	color: #fff !important;
	opacity: 1;
}
.stepForm .ff-default .ff-el-form-check:last-child label.ff-el-form-check-label {
	margin-bottom: 7px;
}
.stepForm .ff-default .ff-el-input--label label {
    font-size: 16px;
}
.stepForm .ff-default .ff-el-form-check label.ff-el-form-check-label span {
    font-size: 15px;
    margin-left: 6px;
}
.stepForm .fluentform .ff-el-form-check-label .ff-el-form-check-input {
	top: 0;
}
.stepForm .frm-fluent-form .ff-t-container {
    gap: 30px;
}
.stepForm .brutalReviewRadio {
	text-align: center;
}
.stepForm .brutalReviewRadio label {
    font-size: 22px !important;
    font-weight: 700;
}
.stepForm .brutalReviewRadio label span {
	font-size: 18px !important;
}
#fluentform_3 textarea{
	line-height: 1.5 !important;
}
.stepForm textarea {
    min-height: 56px;
    overflow-y: hidden;
    resize: none;
}

@media (min-width: 641px) {
	.onlydesk{
		display:block !important;
	}	
	.stepForm .inlineCheck::before {
		display: none;
	}
	.stepForm .inlineCheck {
		display: flex;
		align-items: center;
		gap: 15px;
	}
	.stepForm .fluentform .ff-el-group.ff_list_inline .ff-el-form-check {
		margin-bottom: 0;
	}
}
@media (max-width: 1536px) {
	.testimonial-owl {
		max-width: 95%;
		margin: 0 auto;
	}
	.testimonial-owl .owl-prev {
		left: -50px;
	}
	.testimonial-owl .owl-next {
		right: -50px;
	}
}
@media (max-width: 1300px) {
    .testimonial-owl {
        max-width: 90%;
    }
	.testimonial-owl .owl-prev {
		left: -40px;
	}
	.testimonial-owl .owl-next {
		right: -40px;
	}
}
@media (max-width: 640px) {
	.onlydesk{
		display:none !important;
	}
	.stepForm .ff-default .ff-el-input--label label {
		font-size: 16px !important;
	}
	.stepForm .inlineCheck .ff-el-form-check {
		display: inline-block;
		margin-right: 10px;
	}
	.stepForm .ff-default .ff-el-form-check label.ff-el-form-check-label span {
		margin-left: 0;
	}
}
@media (max-width: 500px) {
	.testimonial-owl .owl-prev {
		left: -20px;
	}
	.testimonial-owl .owl-next {
		right: -20px;
	}
}
@media (max-width: 368px) {
	.tnp-privacy-field label {
		padding-left: 0 !important;
	}
	div.tnp-subscription, form.tnp-subscription, form.tnp-profile {
		margin: 0 auto 1em !important;
	}
	.tnp-subscription label, .tnp-profile label {
		font-size: .75em !important;
	}
}

