/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 01 2023 | 10:05:42 */
#roi_calculator { display: none}
.hide-this .click-me-outer{ display: none}
html {
	overflow: unset;
}
.no-hide{display:block !important;}
.open-popup,
.open-popup-anchor {
	overflow: hidden;
}
.popup-click,
.popup-anchor {
	position: fixed;
	top:0;
	left: 0px; 
	bottom: 0px;
	right: 0px;
	width: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 99;
	margin: 0px !important;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.popup-click-innr,
.hide-class.innr {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(-50%, -100%);
	-ms-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #ffffff;
	text-align: center;
	padding: 40px;
	max-height: 100vh;
	overflow-y: auto;
}
.open-popup .popup-click,
.open-popup-anchor .popup-anchor {
	opacity: 1;
	visibility: visible;
}
.open-popup .popup-click-innr,
.open-popup-anchor .hide-class.innr {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.open-popup main,
.open-popup-anchor main {
	position: relative;
	z-index: 99;
}
.pop-close,
.popup-close-anchor {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 13px;
	font-size: 0px;
	width: 15px;
	text-align: center;
	height: 15px;
}
.pop-close::before, .pop-close::after,
.popup-close-anchor::before,
.popup-close-anchor::after {
	content: "";
	display: inline-block;
	width: 2px;
	height: 14px;
	background-color: #000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 0px 0px 0px 0px;
}
.pop-close::after,
.popup-close-anchor::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: 0px 0px 0px -2px;
}
.click-me-outer {
	text-align: center;
	align-items: flex-start;
	margin-top: 1rem;
	margin-bottom: 15px;
}
.click-me-inr > input {
	box-shadow: 0 0.4rem 0.8rem rgb(51 51 51 / 25%);
	border-radius: 0.5rem 0 0 0.5rem;
	padding: 1.3rem 2rem;
	font-size: 1.6rem;
	color: #333333;
	background-color: #ffffff;
	border: 0;
	width: 389px;
}
.eml-error {
	font-size: 1.2rem;
	color: red;
	text-align: left;
	margin: 5px 0px 0px;
}
.click-me {
	display: inline-block;
	background-color: var(--global--color-primary);
	color: var(--global--color-background);
	padding: 7px 40px 11px;
	cursor: pointer;
	border: 2px solid var(--global--color-primary);
	font-weight: 500;
	transition: all 0.3s;
}
.click-me:hover {
	background-color: var(--global--color-background);
	color: var(--global--color-primary);
}
.click-me-outer > .click-me {
	background-color: #f15d25;
	box-shadow: 0 0.4rem 0.8rem rgb(51 51 51 / 25%);
	border-radius: 0 0.25rem 0.25rem 0;
	padding: 1.4rem 10px;
	font-size: 1.4rem;
	color: #ffffff;
	transition: all 0.5s ease;
	border: 0px !important;
	line-height: 1.15;
	min-width: 111px;
}
.click-me-outer > .click-me:hover {
	background-color: #ed411b;
}
.popup-click-innr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: -20px;
}
.popup-click-innr > select {
	width: calc(50% - 20px);
	margin-right: 20px;
	background-image: linear-gradient(
		45deg, transparent 50%, gray 50%), linear-gradient(
			135deg, gray 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
	background-position: calc(100% - 20px) calc(1em + 5px), calc(100% - 15px) calc(1em + 5px), calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.popup-click-innr > select, .popup-click-innr > input {
	width: calc(50% - 20px);
	margin-right: 20px;
	box-shadow: 0 0.4rem 0.8rem rgb(51 51 51 / 25%);
	border-radius: 0.5rem;
	padding: 1.3rem 2rem;
	font-size: 1.6rem;
	color: #333333;
	background-color: #ffffff;
	border: 0;
}
.popup-click-innr > input {
	width: 100%;
	margin-right: 20px !important;
}
.popup-click-innr > *:not(:last-child) {
	margin-bottom: 20px;
}
.popup-click-innr > button {
	margin-bottom: 0px !important;
	padding: 7px 40px 11px;
	margin-top: 20px !important;
}
.popup-click-innr > .error,
.popup-click-innr > .no-meeting {
	color: red;
	position: absolute;
	bottom: 98px;
	font-size: 16px;
	margin-bottom: 0px !important;
}
input:focus,
select:focus,
.popup-click-innr > button:focus {
	outline: 2px solid var(--global--color-background) !important;
}
.site {
	overflow: hidden;
}

.popup-click-innr button.submt {
	background-color: #f15d25;
	box-shadow: 0 0.4rem 0.8rem rgb(51 51 51 / 25%);
	border-radius: .5rem !important;
	padding: 1.4rem 40px;
	font-size: 1.4rem;
	color: #ffffff;
	transition: all 0.5s ease;
	border: 0px !important;
	line-height: 1.15;
}
.home-pop {
	margin-top: 4.5rem;
}

@media (max-width: 1199px) {
	.home-pop {
		margin-top: 1.5rem;
	}
	.click-me-inr > input {
		padding: 1.3rem 1.5rem;
		width: 372px;
	}
	.click-me-outer > .click-me {
		padding: 1.4rem 2rem;
	}
	.click-me-outer {
    margin-bottom: 0;
	}
	.trial + .section {
		z-index: 1 !important;
	}
	.trial + .section {
		margin: 12rem 0 8rem;
	}
}
@media (max-width: 767px) {
	.popup-click-innr,
	.hide-class.innr {
		width: calc(100% - 30px);
		min-width: unset;
		padding: 40px 20px 20px;
	}
	.popup-click-innr {
		margin-right: 0px;
	}
	.popup-click-innr > *:not(:last-child) {
		margin-bottom: 10px;
	}
	.popup-click-innr > select {
		width: 100%;
		margin-right: 0;
	}
	.popup-click-innr > input {
		margin-right: 0px !important;
	}
	.popup-click-innr > .error {
		bottom: 75px;
	}
	.popup-anchor iframe {
		width: 100%;
		border: 0px;
	}
	.popup-anchor {
		background-color: rgb(255 255 255);
	}
	.hide-class.innr {
		width: 100%;
	}
	.click-me-inr > input {
    padding: 1.3rem 1rem;
/*     max-width: 250px; */
		width: 250px;
		border-radius: 0.5rem;
	}
	.click-me-outer > .click-me {
		padding: 1.4rem 20px;
		font-size: 1.24rem;
		margin: 10px auto 0px;
		border-radius: 0.25rem;
	}
	.click-me-inr {
		width: 100%;
	}
	.click-me-outer {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

}
/*--27/11/2021--*/
section   {
    z-index:inherit !important;
}
.section.cta {
    z-index: 1 !important;
}
.click-trigger{display:none;}


/*Desktop*/
@media (min-width: 1199px){
section#bannerMFT .trial__info .section__text {
    max-width: 100%;
	height: 350px;
}
		.click-me-outer {
	display: flex;
}
	#topmargin{
		margin-top: 24rem;
	}
	section#bannerMFT .trial__info {
    margin-top: 5%;
}
	section#bannerMFT .trial__player {
    flex: 0 0 48.5%;
    max-width: 48.5%;
}
	section#optimalspace .section__image.cA.cA--right {
    left: 0%;
}
	h2.rotate {
    transform: rotate(90deg);
    position: relative;
    display: table-caption;
    margin: 150px -120px;
    font-size: 50px;
}
}
/*Desktop End*/
/*Laptop*/
@media (min-width: 769px){
section#bannerMFT div.trial__image img {
    max-height: 45rem;
}
	.left {
  width: 48%;
  float: left;
}
.right {
  width: 48%;
  float: right;
}
	#optimalspace {
    padding: 8rem 0;
    margin: 0rem 0;
}
	.mobile-font-size {
	font-size:22px;
}
	#nospace-top {
    margin-top: 0rem!important;
}
	#nospace {
    margin-top: 0rem!important;
    margin-bottom: 0rem!important;
}
  section#bannerMFT p.section__title {
    color: black;
    width: 100%;
	font-size:3.9rem;
}
	section#bannerMFT .trial__bg {
    top: 0;
    left: 0;
    width: calc(100% + 40rem);
    height: calc(100% + 4rem);
    max-width: initial;
    filter: none;
    z-index: 0;
}
		section#bannerMFT{
    	height: 50rem!important;
}
	.section--link#videomft {
    margin: 0rem 0!important; 
}
.trial__info#bannerMFT {
    height: 350px;
}
	.extend {
    display: flex;
}
	div.hupspotyclass p {
    display: flex;
}
	div.hupspotyclass {
    display: flex;
}
	form.En-pricing input {
    width: 95%!important;
}
}
/*Laptop End*/
/*Tablet*/
@media (max-width: 768px){
section#bannerMFT div.trial__image img {
	display: none;
}
#zero-margin{
	margin:0;
}
section#bannerMFT\ boxshadow img { 
display: none;
}	
.extend {
  display: block;
}
.left {
  width: 100%;
  float: none;
  padding: 10px;
}
.right {
  width: 100%;
  float: none;
  padding: 10px;
	
}
.mobile-font-size {
	font-size:14px;
}
#optimalspace {
    padding: 4rem 0;
    margin: 0rem 0;
}
section#bannerMFT .trial__player {
	max-width: 100%;
	margin: auto;
}
#nospace {
    margin-top: 8rem!important;
    margin-bottom: 12rem!important;
}
section#nospace-top {
    margin-top: -20%!important;
}
section#bannerMFT p.section__title {
	color: black;
	width: 83%;
	font-size:21px;
}
section#bannerMFT h4 {
    font-size:26px!important;
}
section#bannerMFT div.trial__image {
    display: contents;
}
	section#bannerMFT {
    height: fit-content;
}
	section#bannerMFT .trial__wave {
    height: 710px;
}
.Head1{
	font-size: 40px;
}
input.hubspoty {
    display: block!important;
}
div.hupspoty-class {
    display: block!important;
}
input.hubspoty, input.hubs {
    max-width: 240px!important;
    margin: 8px auto 8px!important;
}
}
/*Tablet End*/
.convolo-pop-up:hover{
	cursor: pointer;
}
select#region-redirect {
    border-radius: 8px;
    padding: 8px;
	margin-bottom: -12px;
}

section#demo {
    margin: 0;
    background-color: #fbaf3a;
	padding-bottom: 30px;
}
.corner-wrapper {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 540px;
  border-radius: 10px;
  transform: translateZ(0px);
  border: 3px solid #eee;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.capterra-review {
	display: block;
    color: inherit;
    text-decoration: none;
    max-width: 250px;
    margin: auto;
	padding: 10px;
}

.float {
    width: 150px;
    position: fixed;
    left: 12px;
    bottom: 20px;
    z-index: 30;
}
.float a {
    display: block;
}
.top {
    padding: 10px 10px 0px;
}
.buttom {
    padding: 8px 10px 10px 10px;
}
.wp-video {
    max-width: 100%;
}
.button:hover {
    background-color: #cb5b33;
}
section#one .section__box {
    display: block;
}
section#one{
    margin: 0px;
}
.button {
    padding: 8px;
    color: white;
 	border: 0px solid;
	padding: 10px;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 0.4);
	border-radius: 4px;
}
.wp-video {
    margin: auto;
}

.section__el img {
    position: relative;
    margin: auto!important;
	top: 0;
}
.section__el:last-child img {
    margin: auto!important;
}	
.section__text.section__text--small {
    margin: auto;
}
	.nospace {
    margin-top: 2rem!important;
    margin-bottom: 1rem!important;
}
.price__item-name {
    text-transform: uppercase;
    text-align: center;
}
#grayspace {
    padding: 12rem 0;
    margin: 0rem 0;
}
section#textmft {
    background-color: #fbaf3a;
    padding: 50px;
    margin: 0;
    color: white;
}
section#videomft {
    margin: 0;
}
section#centermft {
    text-align: center;
}
p.flat {
    font-weight: 100;
    font-size: 2rem;
    padding-bottom: 4%;
}
section#bannerMFT\ boxshadow img { 
box-shadow: 12px 12px coral
}
section#greybg {
    background-color: antiquewhite;
    margin: -10px 0px;
    padding-bottom: 30px;
}
.section__el>img {
    margin: auto;
}
.ha-modal-animation.animate__animated.animate__zoomIn {
    width: auto;
}
.ha-modal-animation .ha-modal-inner {
    width: auto;
}
.Head1{
font-size: 60px;
	line-height:initial;
}
input.hubspoty, input.hubs{
    border: 1px solid #cbd6e2!important;
    padding: 10px;
    background-color: #f5f8fa;
    border-radius: 4px;
    display: flex;
    max-width: 200px;
    margin: 8px;
}
input.hubspoty {
    display: flex;
}
input.shorterfield {
    max-width: 127px;
}
input.GetPricing {
    padding: 10px;
    margin: 7px;
    background-color: #248BF2;
    border: 1px #FCAE27 solid;
    color: white;
    border-radius: 8px;
    box-shadow: inset 0 0 4px #524135;
    font-weight: 800;
    letter-spacing: 2px;
    transition: .5s;
}
input.GetPricing:hover {
    background-color: #248BF2;
    box-shadow: inset 0 0 10px #524135;
    color: #dfd8d0;
}
form.hupspotyclass div.wpcf7-response-output {
    display: block;
}
.wpcf7-form.invalid .wpcf7-response-output {
    color: #ff0000;
    background-color: #f00;
    width: fit-content;
    margin: 4px auto;
    padding: 10px;
    color: #fff!important;
    border-radius: 8px;
}
form.hupspotyclass span.wpcf7-not-valid-tip {
	display:none;
}
div.elem-column .elementor-widget-wrap.elementor-element-populated {
    padding: 0px!important;
}
	div.hupspotyclass, div.hups {
    width: fit-content;
    margin: 12px auto;
    background-color: #f15d25;
    padding: 8px 8px 16px;
    box-shadow: 0px 7px #fbaf3a;
    border-radius: 8px;
    transition: 1s;
}
.demo-iframe {
    background: url("https://floori.io/wp-content/uploads/2022/12/loader2.gif") no-repeat center;
    background-position: center center;}
.hidden {
    display: none;
}
.wpcf7-form br {
    display: none;
}
.align-left{margin-left:0px!important}
li#menu-item-21919 {
    background-color: #6B1F7C;
    color: #fff;
    padding: 8px;
    max-height: 35px;
    border-radius: 4px;
}
li#menu-item-21919:hover {
    background-color: #4e1a59;
}
li#menu-item-21919 a {
    vertical-align: middle;
    display: table-cell;
    padding: 0px;
    font-weight: 800;
}
ul.wp-block-latest-posts__list p {
    display: inline;
}
/* Radio/Checkbox Styling */
.wpcf7-list-item,
.form-with-custom-checkboxes-radios label {
   display:flex
}

.wpcf7-list-item {
  margin: 0px;
}

.wpcf7-list-item:not(:last-child) {
  margin-bottom: 10px;
}

.form-with-custom-checkboxes-radios label {
  cursor: pointer;
}

[type="radio"],
[type="checkbox"] {
  position: absolute;
  left: -9999px;
}

[type="radio"] + .wpcf7-list-item-label,
[type="checkbox"] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
}

[type="radio"] + .wpcf7-list-item-label::before,
[type="checkbox"] + .wpcf7-list-item-label::before,
[type="radio"] + .wpcf7-list-item-label::after,
[type="checkbox"] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

[type="radio"] + .wpcf7-list-item-label::before,
[type="radio"] + .wpcf7-list-item-label::after {
  border-radius: 50%;
}

[type="radio"] + .wpcf7-list-item-label::before,
[type="checkbox"] + .wpcf7-list-item-label::before {
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid black;
}

[type="radio"] + .wpcf7-list-item-label::after,
[type="checkbox"] + .wpcf7-list-item-label::after {
  top: 10px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: black;
  transition: all 0.2s;
}

[type="radio"]:not(:checked) + .wpcf7-list-item-label::after,
[type="checkbox"]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
  transform: scale(0.01);
}

[type="radio"]:checked + .wpcf7-list-item-label::after,
[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  transform: scale(1);
}
.pricing-logic {
    display: flex;
    flex-direction: row;
}
/* Radio/Checkbox Styling End*/
/* Password Protection Form*/

form.post-password-form {
    width: 370px;
    margin: 310px auto;
    box-shadow: #808080 0px 0px 25px;
    padding: 30px;
    border-radius: 8px;
}
form.post-password-form input[type="submit"] {
    box-shadow: gray 1px 1px 2px;
    padding: 4px;
    border-radius: 4px;
    margin: 4px 4px 0 15px;
    width: 50px;
}
form.post-password-form p {
    font-size: 1.3rem;
}
.form__item input,.form__item textarea {
    border: solid 1px #f15a24;
}