#solutions-last {
	position: relative;
	text-align: center;
}
.solutions-third-section {
	padding: 20px;
	background: #fff;
	color: #444;
	max-width: 500px;
	width: 90%;
	margin: auto;
	padding-top: 0px;
    text-align: center;
}
.solutions-third-section-bottom {
    padding: 20px;
	background: #fff;
	color: #444;
	max-width: 500px;
	width: 90%;
	margin: auto;
	padding-top: 0px;
    text-align: center;
    display: flex;
    margin-top: 30px;
    justify-content: space-around;
}
.contact-miosoft {
    float: left;
}
.contact-form-container {
    float: left;
}
.calendly-link {
	/*background: #fff;
	border: 2px solid #FF8100;
	color: #444;
	letter-spacing: 1px;
	font-size: 16px;
	transition: background-color 0.3s ease;
	padding: 10px 15px;
	margin-top: 20px;
	display: inline-block;
	width: auto;
	text-transform: uppercase;
	margin-bottom: 20px;*/
    margin-top: 10px;
    background: #f2880c;
    color: #fff;
    padding: 8px 20px 8px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0px;
    cursor: pointer;
    width: auto;
    display: inline-block;
    border-radius: 8px;
    margin-top: 30px;
    font-size: 17px;
    text-decoration: none;
    display: none;
}
.calendly-link:hover {
	 background: transparent linear-gradient(180deg, #F2B223 0%, #F28823 100%) 0% 0% no-repeat padding-box;
}
#solutions-last .h3 {
	margin-bottom: 20px;
	letter-spacing: 2px;
}
.get-to-know-time {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	margin-bottom: 20px;
}
.twenty-min {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	cursor: pointer;
    text-align: left;
}
.twenty-min span {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	display: inline-block;
	margin-right: 10px;
	background: #66ccff;
}
.sixty-min {
    display: none !important;
	float: left;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	cursor: pointer;
    text-align: left;
}
.sixty-min span {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	display: inline-block;
	margin-right: 10px;
	background: #ffff00;
}
.solutions-third-section p {
	text-align: left;
	margin: auto;
	margin-bottom: 30px;
	font-size: 17px;
	letter-spacing: 1px;
	max-width: 350px;
}
.rad-h4 {
    text-align: center;
    color: #0B618B;
    font-size: 24px;
    margin-bottom: 20px;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    font-weight: bold;
}
.mio-form-header {
    text-align: center;
    color: #0B618B;
    font-size: 24px;
    margin-bottom: 20px;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    font-weight: bold;
}
.form-email-box {
    
}
.form-p {
    
}
@media only screen and (max-width: 600px) {
	.twenty-min, .sixty-min {
		width: 100%;
		float: none;
		margin: auto;
	}
	.twenty-min {
		margin-bottom: 10px;
	}
}


/* Main form */
.signup-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #444;
    opacity: .5;
    z-index: 100;
    top: 0px;
    left: 0px;
}
.mio-form-container, .demo-form-container {
    display: none;
    position: fixed;
    width: 300px;
    background: #fff;
    top: 30px;
    left: 50%;
    z-index: 101;
    border-radius: 5px;
    padding: 30px;
    min-width: 800px;
    margin-left: -430px;
}
.contact-miosoft {
    width: 300px;
}
.close-mio-form {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.mio-form-subheader {
    font-size: 14px;
    font-style: italic;
    margin-top: 10px;
}
.mio-form-container label, .demo-form-container label {
    display: block;
    font-size: 14px;
    margin-top: 15px;
    font-weight: 600;
}
.mio-form-container input, .demo-form-container input {
    display: block;
    width: 90%;
    margin-top: 2px;
    padding: 7px;
    margin-bottom: 20px;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.mio-form-container textarea, .demo-form-container textarea {
    display: block;
    width: 90%;
    margin-top: 2px;
    padding: 7px;
    min-height: 100px;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.submit-container {
    text-align: center;
    width: 90%;
}
.mio-form-container .submit-button, .demo-form-container .submit-button {
    margin-top: 10px;
    background: #f2880c;
    color: #fff;
    padding: 8px 20px 8px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0px;
    cursor: pointer;
    width: auto;
    display: inline-block;
    border-radius: 8px;
    margin-top: 30px;
    font-size: 17px;
}
.mio-form-container .submit-button, .demo-form-container .submit-button:hover {
    background: transparent linear-gradient(180deg, #F2B223 0%, #F28823 100%) 0% 0% no-repeat padding-box;
}
.mio-form-text {
    font-size: 14px;
    margin-top: 10px;
    width: 90%;
}
.contact-response {
    margin-top: 0px;
}
.contact-response span {
    font-weight: 600;
}

/* Submit Form Loading Dots */
.loading-dots {
	margin: 10px auto;
	font-size: 16px;
    text-align: center;
}
.loading-dots span {
	color: #FF8106;
}
.dots {
	background: #33B1E8;
	border-radius: 5px;
	width: 10px;
	height: 10px;
	float: left;
	margin-left: 5px;
	opacity: 0.1;
	-moz-transform: scale(0.7);
	-webkit-transform: scale(0.7);
	-moz-animation: move 1s infinite linear;
	-webkit-animation: move 1s infinite linear;
}
#block_1 {
	margin-left: 0px;
	-moz-animation-delay: .2s;
	-webkit-animation-delay: .2s;
}

#block_2 {
	-moz-animation-delay: .3s;
	-webkit-animation-delay: .3s;
}

#block_3 {
	-moz-animation-delay: .4s;
	-webkit-animation-delay: .4s;
}
.dots-holder {
	display: inline-block;
	text-align: center;
}

/* Calendly Background */
/*._3i0k6___Layout__cls1.mJVDY___Layout__isNotEmbedded {
    background: none !important;
}*/

.contact-h2 {
    font-size: 20px;
    color: #444444;
    margin-top: 0px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
.contact-border {
    display: none;
    background: #CCCCCC;
    height: 1px;
    width: 90%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 15px;
}
.email-border {
    width: 100%;
    margin-left: -2%;
}
.contact-h2 {
    display: none;
}
.delayed-clear {
    display: none;
}
.contact-less-margin {
    margin-top: 0px;
}
.demo-sales-footer {
    cursor: pointer;
}


@media only screen and (max-width:950px) {
    .demo-form-container {
        min-width: 0px;
        width: auto;
        margin-left: -360px;
        padding: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .solutions-third-section {
        max-width: 320px;    
    }
    .twenty-min span, .sixty-min span {
        height: 15px;
    }
}
@media only screen and (max-width:750px) {
    .demo-form-container {
        min-width: 0px;
        width: auto;
        margin-left: -150px;
    }
    .contact-form-container {
        float: none;
    }
    .demo-form-container input, .demo-form-container textarea {
        margin: auto;
        margin-top: 2px;
        margin-bottom: 20px;
    }
    .submit-container {
        margin: auto;
    }
    .demo-form-container .submit-button {
        margin-top: 10px;    
        padding: 6px 15px 6px;
        font-size: 15px;
    }
    .calendly-link {
        padding: 6px 15px 6px;
        font-size: 15px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .solutions-third-section {
        max-width: 260px;
        padding-bottom: 0px;
    }
    .demo-form-container .mio-form-header {
        font-size: 18px;
    }
    .rad-h4 {
        font-size: 18px;
        text-align: left;
        cursor: pointer;
    }
    .form-body-2, .form-body-3, .form-body-4 {
        display: none;
    }
    .solutions-third-section-bottom {
        display: block;
        margin-top: 0px;
        padding-bottom: 0px;
        padding-right: 10px;
    }
    .form-email-box .rad-h4 {
        margin-bottom: 0px;
    }
    .form-body-3 {
        margin-bottom: 20px;
    }
    .form-body-4 .form-p {
        margin-top: 10px;
    }
    .form-call-box .rad-h4 {
        margin-bottom: 10px;
    }
    .form-email-box {
        margin-top: 20px;
    }
    .contact-border {
        display: block;
    }
    .contact-h2 {
        display: block;
    }
    .delayed-clear {
        display: block;
    }
    .contact-form-center {
        margin-top: 20px;
    }
    .mio-form-header {
        margin-bottom: 0px;
    }
    .contact-form {
        margin-bottom: 0px;
    }
    .rad-h4 {
        margin-bottom: 15px;
    }
}

/* End Main form ########################################################################## */

/* For Submit Form dots */
/* Must be at end of css page */
@-moz-keyframes move {
	0% {
	-moz-transform: scale(1.2);
	opacity: 1;
	}

	100% {
	-moz-transform: scale(0.7);
	opacity: 0.1;
	};
}

@-webkit-keyframes move {
	0% {
	-webkit-transform: scale(1.2);
	opacity: 1;
	}

	100% {
	-webkit-transform: scale(0.7);
	opacity: 0.1;
	};
}
/* End form submit dots */