.ff div{
    padding-top: 3px;
    padding-left: 30px;
    padding-right: 30px;
    color: #5F6062;
}
.ui-widget-content {
	border: 1px solid #bdc3c7;
	background: #e1e1e1;
	color: #222222;
	margin-top: 4px;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 3.5em;
	height: 2.2em;
	cursor: default;
	margin: 0 -20px auto;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 15px;
}




.ui-state-default,
.ui-widget-content .ui-state-default {
	background: #393a40;
}
.ui-slider .ui-slider-handle {width:2em;left:-.6em;text-decoration:none;text-align:center;}
.ui-slider-horizontal .ui-slider-handle {
	margin-left: -0.5em;
}

.ui-slider .ui-slider-handle {
	cursor: pointer;
}

.ui-slider a,
.ui-slider a:focus {
	cursor: pointer;
	outline: none;
}

.ui-slider-range-min {
	background: #ffffff;
}

.ui-slider-label-inner {
    border-top: 10px solid #393a40;
    display: block;
    left: 50%;
    position: absolute;
    top: 10%;
    z-index: 99;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.6em;
}

.ui-slider-padding-override {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.imgResize {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.imgResize:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 5; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    max-height:90%;
    width: auto;
    max-width: 70%;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 2em;
    right: 4em;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    opacity:2;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

.index a:hover{
        color:#428bca;
}

.index a{
    color:#428bca;
    text-decoration:none;
    font-size:15px;
    font-family:monospace;
}

.steps{
    padding-top:1%;
    padding-bottom:1%;
    color:#313c2d;
    font-size:1.5rem;
    font-weight:500;
}

.left-section{
    padding-left:13px;
    padding-right:15px;
    position:relative;
}


.right-section{
    position: relative;
    top: 0;
    background:#fff;
    margin-left:7em;
    padding:1em;
    padding-left:5px;
    border-left:4px solid #039be5;
    margin-top:1.5em;
    width:25em;
    font-family:Roboto, sans-serif;
    font-size:17px;
}

.left-section-wrapper{
    width:73%;
}

.right-section ul{
    list-style:none;
    padding-left:1rem;
    padding-right:1em;
    line-height:1em;
}

.right-section ul li{
    margin-bottom:1em;
}

.right-section ul a{
    color:#5d5d5d;
    font-family:inherit;
    font-size:12px;
}

.right-section ul a:hover{
    color:#039be5;
}

.imgStyle{
    box-shadow:2px 0 11px silver;
    margin-left:4%;
    margin-bottom:3%;
}
.text-size{
    font-size:2.5rem;
}

.sub-points ul{
    list-style:none;
    padding-left:15px;
}

.sub-points{
    line-height:2;
    padding-bottom:12px;
}

.bullets ul{
    padding-left:3rem;
}

.second-factor-points{
    background-color:whitesmoke;
    width:38rem;
    border-radius:5px;
    padding-top:14px;
}

.bottom-section{
    margin-top:3rem;
}

.watch-demo{
    font-size:2rem;
}

.business-trail{
    color:inherit;
    font-weight:600;
}


.tooltip-inner {
    white-space:pre;
    max-width: none;
    text-align: left;
}

.text-center{
    text-align:center;
}

/*.link-hover a:hover{
    color:#fe7e00;
    text-decoration:underline!important;
}

.link-hover a:visited{
    color:#1779ba!important;
}*/

.steps-heading{
    font-size:1em;
    color:currentColor;
    font-weight:700;
}

.list-spacing{
    margin-bottom:1em;
}

.sub-step{
    color:gray;
    text-decoration:underline;
    margin-top:1em;
    margin-left:1em;
}

.steps-padding{
    padding:0px 0px 10px 0px;
}

.text-color{
    color: #fe7e00!important;
}

.text-color:hover{
    color:#fe7e00;
    text-decoration:underline!important;
    
}

.clicked{
    color:#1779ba!important;
}


.watch-demo-color{
    color:#5aa070;
}


.authen-sub-points li{
    background:url(https://plugins.miniorange.com/wp-content/uploads/2018/01/sub_bullet.png) 0 6px no-repeat;
    list-style:none!important;
    padding-left:1.5em;
    margin-bottom:0.8em;
}

.bullet-icon{
    font-size: 0.7em;
    color: #ffbd8a;
    margin-right: 1em;
}

.step-title{
    color: #5d5d5d;
    margin-top: 1em;
    margin-left: 2.5em;
}

.title-sub-steps{
    margin-top: 0px;
    padding-top: 0px;
    margin-left: 2em;
    list-style: none;
    line-height: 1em;
}

.title-sub-steps li{
    margin-bottom:1em;
    background: url(https://plugins.miniorange.com/wp-content/uploads/2018/01/sub_bullet.png) 0 4px no-repeat;
    padding-left:1.5em;
}

.step-sub-features{
    list-style:none;
}

.step-sub-features li{
    background:url(https://plugins.miniorange.com/wp-content/uploads/2018/10/bullet_2.png) 0 -2px no-repeat;
}

.step-1{
    margin-left: 0.5em;
    font-size: 15px;
    font-weight: 500;
}

code{
    display: block!important;
    white-space: pre;
    margin-right: 17%;
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    margin-bottom:1em;
    border-radius: 4px;
    margin-left:0.5em;
}

.separator{
    width: 100%!important;
    height: 30px;
    margin-bottom: 20px;
    background:url(https://plugins.miniorange.com/wp-content/uploads/2018/11/seperator.png) center top no-repeat;
}

.imgCustom{
    height:4em;
    width:4em;
}

.apps-supported-section{
    margin-top: 1em;
    font-size: 3em;
    line-height: 1.2;
    margin-left: 3em;
}

.benefit .manual_icon_with_title {
    border: 1px solid #c2c3c3;
}


.desc{
  font-size:14px;
}

.img-sz
{
    margin-left:8%;
    border: 1px solid black;
}

.two-fa-img-margin {
    margin-left:1em;
    margin-right:16em;
}

.jumbotron_new .inner-margin-top {
    padding-top: 92px!important;
}

@media screen and (max-width: 800px) {
.right-section{
display:none!important;
}
.columns{
   width: 100%!important;
}
}
@media screen and (max-width: 769px){
.table-responsive {
margin-left: -50px;
}
.left-section{
    padding-left:0px;
    padding-right:0px;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}

.page_opacity.header_custom_height_new{padding:70px 0 30px 0!important;}

}

.break-word{
    word-break:break-all;
    }
    .mb-btn-bg
{
background-image: linear-gradient(45deg, #00C1C4 , #61979B);
}
@media screen and (max-width: 800px){
.close
{
    top: 2em;
    right: 0.5em;
}
}

/* Footer*/
.footer-social-icon-fa-stack{
    width: 2em;
    margin-right: 10px;
    font-size: 12px!important;
}

.footer-social-icon-font{
    height:22px;
    font-size: 24px;
    /*color: #919191!important;*/
}
.left-most-outer-container {
    padding-left: 1em;
    color:#fff;
}

.footer-outer-phone-details {
    padding-top: 1em;
    font-weight: 600;
}

.footer-inner-phone-details {
    float: left;
    margin-right: 10px;
    height: 40px;
}

.footer-phone-text {
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #ccc7c7f2;
}

.footer-phone-font {
    font-size: 16px;
}

.footer-email-details {
    float: left;
    margin-right: 10px;
    font-size: 16px;
}

.footer-email-text {
    padding-bottom: 0.5em;
    font-weight: 600;
}

.footer-stay-connected {
    font-size: 15px;
    color: #d8d9da;
    letter-spacing: 1.3px;
    margin-bottom: 1em;
}
.social-icon-color:visited {
    color: #f3f2f2d6;
    text-decoration: none;
}

.footer-free-trial-btn1 {
    margin-top: 2em;
    padding: 12px 8px 12px 8px;
    float: left;
    max-width: 100%;
    background: #eb5424;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.7px;
    width: 150px;
}

.footer-free-trial-btn1:hover {
    background: #eb5424;
    transition: background .2s ease;
    color: #fff;
}

.footer-main-container {
    color: #fff;
    background: #263746;
}

.footer-stay-connected {
    font-size: 15px;
    color: #d8d9da!important;
    letter-spacing: 1.3px!important;
font-weight: 500!important;
    margin-bottom: 0;
}

.orange-text{
    color: #eb5424;   
}
}

.mo_external_contact_form_loader{
       display: none;
			position: absolute;
			align-items: center;
			display: flex;
			justify-content: center;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			width: 100%;
			background-color: rgba(0,0,0,0.75);
			border-radius: 12px;
}
}