/*@import '/fileadmin/template/css/less/theme.css';*/

@font-face {
    font-family: 'univia_proregular';
    src: url('../../fonts/univiapro-regular-webfont.woff2') format('woff2'),
    url('../../fonts/univiapro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'univia_proitalic';
    src: url('../../fonts/univiapro-italic-webfont.woff2') format('woff2'),
    url('../../fonts/univiapro-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'univia_proultra_light';
    src: url('../../fonts/univiapro-ultralight-webfont.woff2') format('woff2'),
    url('../../fonts/univiapro-ultralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'univia_proultra_light_italic';
    src: url('../../fonts/univiapro-ultralightitalic-webfont.woff2') format('woff2'),
    url('../../fonts/univiapro-ultralightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'univia_probook';
    src: url('../../fonts/univiapro-book-webfont.woff2') format('woff2'),
    url('../../fonts/univiapro-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'univia_probook_italic';
    src: url('../../fonts/univiapro-bookitalic-webfont.woff2') format('woff2'),
    url('../../fonts/univiapro-bookitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'univia_promedium';
    src: url('../../fonts/univiapro-medium-webfont.woff2') format('woff2'),
    url('../../fonts/univiapro-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'univia_promedium_italic';
    src: url('../../fonts/univiapro-mediumitalic-webfont.woff2') format('woff2'),
    url('../../fonts/univiapro-mediumitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'univia_probold';
    src: url('../../fonts/univiapro-bold-webfont.woff2') format('woff2'),
    url('../../fonts/univiapro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'univia_probold_italic';
    src: url('../../fonts/univiapro-bolditalic-webfont.woff2') format('woff2'),
    url('../../fonts/univiapro-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*Font for Bodytext*/
@font-face {
    font-family: 'montserratregular';
    src: url('../../fonts/montserrat-regular-webfont.woff2') format('woff2'),
    url('../../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'montserratitalic';
    src: url('../../fonts/montserrat-italic-webfont.woff2') format('woff2'),
    url('../../fonts/montserrat-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'montserratbold';
    src: url('../../fonts/montserrat-bold-webfont.woff2') format('woff2'),
    url('../../fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'montserratthin';
    src: url('../../fonts/montserrat-thin-webfont.woff2') format('woff2'),
    url('../../fonts/montserrat-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'montserratlight';
    src: url('../../fonts/montserrat-light-webfont.woff2') format('woff2'),
    url('../../fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'montserratlight_italic';
    src: url('../../fonts/montserrat-lightitalic-webfont.woff2') format('woff2'),
    url('../../fonts/montserrat-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "univia_probold", Arial, sans-serif;
}

/*--------------------------------------------------------------------- Back to Top -----------------------------------------------------------------------*/
 #back-to-top .top {
     z-index: 999;
     position: fixed;
     margin: 0px;
     color: #fff;
     background: #1e50e2;
     position: fixed;
     /*bottom: 25px;
     right: 25px;*/
     bottom: 140px;
     right: 32px;
     z-index: 999;
     font-size: 26px;
     width: 50px;
     height: 50px;
     text-align: center;
     line-height: 50px;
     border-radius: 90px;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}
 #back-to-top .top:hover {
     background: #09b3ef;
     color: #fff;
     -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
     box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
/*---------------------------------------------------------------------- Buttons -----------------------------------------------------------------------*/
 .button {
     color: #fff;
     padding: 12px 36px;
     font-weight: 600;
     border: none;
     position: relative;
     font-family: 'Raleway', sans-serif;
     display: inline-block;
     text-transform: uppercase;
     -webkit-border-radius: 90px;
     -moz-border-radius: 90px;
     border-radius: 90px;
     margin: 2px;
     background-image: linear-gradient(to right, #09b3ef 0%, #1e50e2 51%, #09b3ef 100%);
     background-size: 200% auto;
     flex: 1 1 auto;
     cursor: pointer;
}
 .button:hover, .button:focus {
     color: #ffffff;
     background-position: right center;
     -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
     box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
/* button White */
 .button.bt-white {
     background: #fff;
     color: #666666;
     box-shadow: none;
}
 .button.bt-white:hover, .button.bt-white:focus {
     background: #333333;
     color: #fff;
}
/* button White Icon */
 .button.button-icon {
     line-height: 34px;
     border: 2px solid #fff;
     background: transparent;
     padding: 8px 35px;
}
 .button.button-icon:hover {
     color: #1e50e2;
     border: 2px solid #fff;
     background: #fff;
}
 .button.button-icon i {
     font-size: 32px;
     display: inline-block;
     float: left;
     margin-right: 10px;
}
 .button.demo-btn{
     border: 2px solid #fff;
     background: #fff;
     color: #333333;
     box-shadow: 0px 0px 80px 30px rgba(0, 0, 0, 0.5);
 }
.button.demo-btn:hover{
    transform: scale(1.2);
}

.button.request-now-btn {
    text-align: center;
    margin: auto;
    display: block;
    float: none;
}

.button.request-now-btn > a {
    text-align: center;
    color: white;
    text-decoration: none;
}

#bizweb-pricing .module-buttons {
/*     text-align: right; */
}

#bizweb-pricing button{
	font-size: 14px;
}

#bizweb-pricing button:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0;
    margin-bottom: 20px;
    background: #cccccc !important;
}

#bizweb-pricing button:last-child {
    border-top-left-radius: 0;
    margin: 0;
    border-bottom-left-radius: 0;
/*     margin-right: 15px; */
    margin-bottom: 20px;
    background: #cccccc !important;
}

#bizweb-pricing button.active {
    background: #06de9a !important;
    text-shadow: rgba(255, 255, 255, 0.2) 1px 1px, rgba(0, 0, 0, 0.3) 1px 1px;
}

.bizweb-plus-shop-module {
    display: none;
}

.discount-label {
    display: none;
    color: #0db4ef;
}


@media(max-width:768px) {
    #bizweb-pricing .module-buttons {
        margin-top: 50px;
        margin-bottom: 20px;
        text-align: center;
    }

    #bizweb-pricing .btn {
        font-size: 10px;
        padding: 10px;
    }

    #bizweb-pricing .btn:last-child {
         margin-right: 0px;
     }
}

/*---------------------------------------------------------------------- Div Shadow -----------------------------------------------------------------------*/
 .iii-box-shadow {
     position: relative;
     z-index: 9;
     -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
     box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.flex-align-children{
    display: flex;
}

.bizweb-flyer{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px 0px;
}
/*--------------------------------------------------------------------- Page Section Margin Padding ---------------------------------------------------------------------*/
/*---------------- Section padding ----------------*/
 .overview-block-ptb {
     padding: 100px 0;
}
 .overview-block-pt {
     padding: 100px 0 0;
}
 .overview-block-pb {
     padding: 0 0 100px;
}

.iii-underline{
	text-decoration: underline;
}

/*---------------- Font-Sizes ----------------*/
.iii-fs-10{
	font-size: 10px;
}
.iii-fs-12{
	font-size: 12px;
}
.iii-fs-14{
	font-size: 14px;
}
.iii-fs-16{
	font-size: 16px;
}
.iii-fs-18{
	font-size: 18px;
}
.iii-fs-20{
	font-size: 20px;
}
.iii-fs-22{
	font-size: 22px;
}
.iii-fs-24{
	font-size: 24px;
}
.iii-fs-26{
	font-size: 26px;
}
.iii-fs-28{
	font-size: 28px;
}
.iii-fs-30{
	font-size: 30px;
}
.iii-fs-32{
	font-size: 32px;
}
.iii-fs-34{
	font-size: 34px;
}
.iii-fs-36{
	font-size: 36px;
}
.iii-fs-38{
	font-size: 38px;
}

/*---------------- Padding All ----------------*/
 .iii-pall {
     padding: 0px;
}
 .iii-pall-10 {
     padding: 10px;
}
 .iii-pall-15 {
     padding: 15px;
}
 .iii-pall-20 {
     padding: 20px;
}
 .iii-pall-25 {
     padding: 25px;
}
 .iii-pall-30 {
     padding: 30px;
}
 .iii-pall-40 {
     padding: 40px;
}
 .iii-pall-50 {
     padding: 50px;
}
 .iii-pall-60 {
     padding: 60px;
}
 .iii-pall-70 {
     padding: 70px;
}
 .iii-pall-80 {
     padding: 80px;
}
 .iii-pall-90 {
     padding: 90px;
}
 .iii-pall-100 {
     padding: 100px;
}
/*---------------- Padding Top and Bottom ----------------*/
 .iii-ptb-0 {
     padding: 0;
}
 .iii-ptb-10 {
     padding: 10px 0;
}
 .iii-ptb-15 {
     padding: 15px 0;
}
 .iii-ptb-20 {
     padding: 20px 0;
}
 .iii-ptb-25 {
     padding: 25px 0;
}
 .iii-ptb-30 {
     padding: 30px 0;
}
 .iii-ptb-40 {
     padding: 40px 0;
}
 .iii-ptb-50 {
     padding: 50px 0;
}
 .iii-ptb-60 {
     padding: 60px 0;
}
 .iii-ptb-70 {
     padding: 70px 0;
}
 .iii-ptb-80 {
     padding: 80px 0;
}
 .iii-ptb-90 {
     padding: 90px 0;
}
 .iii-ptb-100 {
     padding: 100px 0;
}
/*---------------- Padding Left and right ----------------*/
 .iii-plr-0 {
     padding: 0;
}
 .iii-plr-10 {
     padding: 0 10px;
}
 .iii-plr-15 {
     padding: 0 15px !important;
}
 .iii-plr-20 {
     padding: 0 20px;
}
 .iii-plr-25 {
     padding: 0 25px;
}
 .iii-plr-30 {
     padding: 0 30px;
}
 .iii-plr-40 {
     padding: 0 40px;
}
 .iii-plr-50 {
     padding: 0 50px;
}
 .iii-plr-60 {
     padding: 0 60px;
}
 .iii-plr-70 {
     padding: 0 70px;
}
 .iii-plr-80 {
     padding: 0 80px;
}
 .iii-plr-90 {
     padding: 0 90px;
}
 .iii-plr-100 {
     padding: 0 100px;
}
/*---------------- Padding top ----------------*/
 .iii-pt-0 {
     padding-top: 0px;
}
 .iii-pt-10 {
     padding-top: 10px;
}
 .iii-pt-15 {
     padding-top: 15px;
}
 .iii-pt-20 {
     padding-top: 20px;
}
 .iii-pt-25 {
     padding-top: 25px;
}
 .iii-pt-30 {
     padding-top: 30px;
}
 .iii-pt-40 {
     padding-top: 40px;
}
 .iii-pt-50 {
     padding-top: 50px;
}
 .iii-pt-60 {
     padding-top: 60px;
}
 .iii-pt-70 {
     padding-top: 70px;
}
 .iii-pt-80 {
     padding-top: 80px;
}
 .iii-pt-90 {
     padding-top: 90px;
}
 .iii-pt-100 {
     padding-top: 100px;
}
/*---------------- Padding Bottom ----------------*/
 .iii-pb-0 {
     padding-bottom: 0px;
}
 .iii-pb-10 {
     padding-bottom: 10px;
}
 .iii-pb-15 {
     padding-bottom: 15px;
}
 .iii-pb-20 {
     padding-bottom: 20px;
}
 .iii-pb-25 {
     padding-bottom: 25px;
}
 .iii-pb-30 {
     padding-bottom: 30px;
}
 .iii-pb-40 {
     padding-bottom: 40px;
}
 .iii-pb-50 {
     padding-bottom: 50px;
}
 .iii-pb-60 {
     padding-bottom: 60px;
}
 .iii-pb-70 {
     padding-bottom: 70px;
}
 .iii-pb-80 {
     padding-bottom: 80px;
}
 .iii-pb-90 {
     padding-bottom: 90px;
}
 .iii-pb-100 {
     padding-bottom: 100px;
}
/*---------------- Padding Left ----------------*/
 .iii-pl-0 {
     padding-left: 0;
}
 .iii-pl-10 {
     padding-left: 10px;
}
 .iii-pl-15 {
     padding-left: 15px;
}
 .iii-pl-20 {
     padding-left: 20px;
}
 .iii-pl-25 {
     padding-left: 25px;
}
 .iii-pl-30 {
     padding-left: 30px;
}
 .iii-pl-40 {
     padding-left: 40px;
}
 .iii-pl-50 {
     padding-left: 50px;
}
 .iii-pl-60 {
     padding-left: 60px;
}
 .iii-pl-70 {
     padding-left: 70px;
}
 .iii-pl-80 {
     padding-left: 80px;
}
 .iii-pl-90 {
     padding-left: 90px;
}
 .iii-pl-100 {
     padding-left: 100px;
}
/*---------------- Padding Right ----------------*/
 .iii-pr-0 {
     padding-right: 0px;
}
 .iii-pr-10 {
     padding-right: 10px;
}
 .iii-pr-15 {
     padding-right: 15px;
}
 .iii-pr-20 {
     padding-right: 20px;
}
 .iii-pr-25 {
     padding-right: 25px;
}
 .iii-pr-30 {
     padding-right: 30px;
}
 .iii-pr-40 {
     padding-right: 40px;
}
 .iii-pr-50 {
     padding-right: 50px;
}
 .iii-pr-60 {
     padding-right: 60px;
}
 .iii-pr-70 {
     padding-right: 70px;
}
 .iii-pr-80 {
     padding-right: 80px;
}
 .iii-pr-90 {
     padding-right: 90px;
}
 .iii-pr-100 {
     padding-right: 100px;
}
/*---------------- Margin All ----------------*/
 .iii-mall-0 {
     margin: 0;
}
 .iii-mall-10 {
     margin: 10px;
}
 .iii-mall-15 {
     margin: 15px;
}
 .iii-mall-20 {
     margin: 20px;
}
 .iii-mall-25 {
     margin: 25px;
}
 .iii-mall-30 {
     margin: 30px;
}
 .iii-mall-40 {
     margin: 40px;
}
 .iii-mall-50 {
     margin: 50px;
}
 .iii-mall-60 {
     margin: 60px;
}
 .iii-mall-70 {
     margin: 70px;
}
 .iii-mall-80 {
     margin: 80px;
}
 .iii-mall-90 {
     margin: 90px;
}
 .iii-mall-100 {
     margin: 100px;
}
/*---------------- Margin Top and Bottom ----------------*/
 .iii-mtb-0 {
     margin: 0;
}
 .iii-mtb-10 {
     margin: 10px 0;
}
 .iii-mtb-15 {
     margin: 15px 0;
}
 .iii-mtb-20 {
     margin: 20px 0;
}
 .iii-mtb-25 {
     margin: 25px 0;
}
 .iii-mtb-30 {
     margin: 30px 0;
}
 .iii-mtb-40 {
     margin: 40px 0;
}
 .iii-mtb-50 {
     margin: 50px 0;
}
 .iii-mtb-60 {
     margin: 60px 0;
}
 .iii-mtb-70 {
     margin: 70px 0;
}
 .iii-mtb-80 {
     margin: 80px 0;
}
 .iii-mtb-90 {
     margin: 90px 0;
}
 .iii-mtb-100 {
     margin: 100px 0;
}
/*---------------- Margin Left and Right ----------------*/
 .iii-mlr-0 {
     margin: 0;
}
 .iii-mlr-10 {
     margin: 0 10px;
}
 .iii-mlr-15 {
     margin: 0 15px;
}
 .iii-mlr-20 {
     margin: 0 20px;
}
 .iii-mlr-25 {
     margin: 0 25px;
}
 .iii-mlr-30 {
     margin: 0 30px;
}
 .iii-mlr-40 {
     margin: 0 40px;
}
 .iii-mlr-50 {
     margin: 0 50px;
}
 .iii-mlr-60 {
     margin: 0 60px;
}
 .iii-mlr-70 {
     margin: 0 60px;
}
 .iii-mlr-80 {
     margin: 0 80px;
}
 .iii-mlr-90 {
     margin: 0 80px;
}
 .iii-mlr-100 {
     margin: 0 100px;
}
/*---------------- Margin Top ----------------*/
 .iii-mt-0 {
     margin-top: 0px;
}
 .iii-mt-10 {
     margin-top: 10px;
}
 .iii-mt-15 {
     margin-top: 15px;
}
 .iii-mt-20 {
     margin-top: 20px;
}
 .iii-mt-25 {
     margin-top: 25px;
}
 .iii-mt-30 {
     margin-top: 30px;
}
 .iii-mt-40 {
     margin-top: 40px;
}
 .iii-mt-50 {
     margin-top: 50px;
}
 .iii-mt-60 {
     margin-top: 60px;
}
 .iii-mt-70 {
     margin-top: 70px;
}
 .iii-mt-80 {
     margin-top: 80px;
}
 .iii-mt-90 {
     margin-top: 90px;
}
 .iii-mt-100 {
     margin-top: 100px;
}
/*---------------- Margin Bottom ----------------*/
 .iii-mb-0 {
     margin-bottom: 0px !important;
}
 .iii-mb-10 {
     margin-bottom: 10px;
}
 .iii-mb-15 {
     margin-bottom: 15px;
}
 .iii-mb-20 {
     margin-bottom: 20px;
}
 .iii-mb-25 {
     margin-bottom: 25px;
}
 .iii-mb-30 {
     margin-bottom: 30px;
}
 .iii-mb-40 {
     margin-bottom: 40px;
}
 .iii-mb-50 {
     margin-bottom: 50px;
}
 .iii-mb-60 {
     margin-bottom: 60px;
}
 .iii-mb-70 {
     margin-bottom: 70px;
}
 .iii-mb-80 {
     margin-bottom: 80px;
}
 .iii-mb-90 {
     margin-bottom: 90px;
}
 .iii-mb-100 {
     margin-bottom: 100px;
}
/*---------------- Margin Left ----------------*/
 .iii-ml-0 {
     margin-left: 0px;
}
 .iii-ml-10 {
     margin-left: 10px;
}
 .iii-ml-15 {
     margin-left: 15px;
}
 .iii-ml-20 {
     margin-left: 20px;
}
 .iii-ml-25 {
     margin-left: 25px;
}
 .iii-ml-30 {
     margin-left: 30px;
}
 .iii-ml-40 {
     margin-left: 40px;
}
 .iii-ml-50 {
     margin-left: 50px;
}
 .iii-ml-60 {
     margin-left: 60px;
}
 .iii-ml-70 {
     margin-left: 70px;
}
 .iii-ml-80 {
     margin-left: 80px;
}
 .iii-ml-90 {
     margin-left: 90px;
}
 .iii-ml-100 {
     margin-left: 100px;
}
/*---------------- Margin Right ----------------*/
 .iii-mr-0 {
     margin-right: 0px;
}
 .iii-mr-10 {
     margin-right: 10px;
}
 .iii-mr-15 {
     margin-right: 15px;
}
 .iii-mr-20 {
     margin-right: 20px;
}
 .iii-mr-25 {
     margin-right: 25px;
}
 .iii-mr-30 {
     margin-right: 30px;
}
 .iii-mr-40 {
     margin-right: 40px;
}
 .iii-mr-50 {
     margin-right: 50px;
}
 .iii-mr-60 {
     margin-right: 60px;
}
 .iii-mr-70 {
     margin-right: 70px;
}
 .iii-mr-80 {
     margin-right: 80px;
}
 .iii-mr-90 {
     margin-right: 90px;
}
 .iii-mr-100 {
     margin-right: 100px;
}
/*--------------------------------------------------------------------- Text Weight -----------------------------------------------------------------------*/
 .iii-tw-1 {
     font-weight: 100;
}
 .iii-tw-2 {
     font-weight: 200;
}
 .iii-tw-3 {
     font-weight: 300;
}
 .iii-tw-4 {
     font-weight: 400;
}
 .iii-tw-5 {
     font-weight: 500;
}
 .iii-tw-6 {
     font-weight: 600;
}
 .iii-tw-7 {
     font-weight: 700;
}
 .iii-tw-8 {
     font-weight: 800;
}
 .iii-tw-9 {
     font-weight: 900;
}
/*--------------------------------------------------------------------- Text Color -----------------------------------------------------------------------*/
 .iii-font-blue {
     color: #1e50e2;
}
 .iii-font-light-blue {
     color: #09b3ef;
}
 .iii-font-white {
     color: #ffffff;
}
 .iii-font-black {
     color: #2c3e50;
}
 .iii-font-grey {
     color: #333333;
}
 .iii-font-light {
     color: #666666;
}
/*--------------------------------------------------------------------- Background Color -----------------------------------------------------------------------*/
 .white-bg {
     background: #ffffff;
}
 .dark-bg {
     background: #2c3e50;
}
 .grey-bg {
     background: #f5f7fb;
}
 .blue-bg {
     background: rgba(9, 179, 239, 1);
     background: -moz-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     background: -webkit-gradient(left top, right top, color-stop(0%, rgba(9, 179, 239, 1)), color-stop(100%, rgba(30, 80, 226, 1)));
     background: -webkit-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     background: -o-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     background: -ms-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     background: linear-gradient(to right, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09b3ef', endColorstr='#1e50e2', GradientType=1);
}
/*--------------------------------------------------------------------- BG Effect -----------------------------------------------------------------------*/
 .iii-bg {
     background-color: rgba(0, 0, 0, 0);
     background-origin: initial;
     background-position: center center;
     background-repeat: no-repeat;
     background-size: cover !important;
     position: relative;
     z-index: 0;
}
 .iii-bg-fixed {
     background-color: rgba(0, 0, 0, 0);
     background-origin: initial;
     background-position: center center;
     background-repeat: no-repeat;
     background-size: cover !important;
     position: relative;
     z-index: 0;
     background-attachment: fixed !important;
}
/*--------------------------------------------------------------------- Background Gradient ---------------------------------------------------------------------*/
.iii-over-dark-80:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.3);
}

 .iii-over-black-80:before {
     content: "";
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: -1;
     background: rgba(9, 179, 239, 0.8);
     background: -moz-linear-gradient(left, rgba(9, 179, 239, 0.8) 0%, rgba(30, 80, 226, 0.8) 100%);
     background: -webkit-gradient(left top, right top, color-stop(0%, rgba(9, 179, 239, 0.8)), color-stop(100%, rgba(30, 80, 226, 0.8)));
     background: -webkit-linear-gradient(left, rgba(9, 179, 239, 0.8) 0%, rgba(30, 80, 226, 0.8) 100%);
     background: -o-linear-gradient(left, rgba(9, 179, 239, 0.8) 0%, rgba(30, 80, 226, 0.8) 100%);
     background: -ms-linear-gradient(left, rgba(9, 179, 239, 0.8) 0%, rgba(30, 80, 226, 0.8) 100%);
     background: linear-gradient(to right, rgba(9, 179, 239, 0.8) 0%, rgba(30, 80, 226, 0.8) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09b3ef', endColorstr='#1e50e2', GradientType=1);
}
 .iii-over-black-90:before {
     content: "";
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: -1;
     background: rgba(9, 179, 239, 0.9);
     background: -moz-linear-gradient(left, rgba(9, 179, 239, 0.9) 0%, rgba(30, 80, 226, 0.9) 100%);
     background: -webkit-gradient(left top, right top, color-stop(0%, rgba(9, 179, 239, 0.9)), color-stop(100%, rgba(30, 80, 226, 0.9)));
     background: -webkit-linear-gradient(left, rgba(9, 179, 239, 0.9) 0%, rgba(30, 80, 226, 0.9) 100%);
     background: -o-linear-gradient(left, rgba(9, 179, 239, 0.9) 0%, rgba(30, 80, 226, 0.9) 100%);
     background: -ms-linear-gradient(left, rgba(9, 179, 239, 0.9) 0%, rgba(30, 80, 226, 0.9) 100%);
     background: linear-gradient(to right, rgba(9, 179, 239, 0.9) 0%, rgba(30, 80, 226, 0.9) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09b3ef', endColorstr='#1e50e2', GradientType=1);
}
 [class*='iii-over-']:before {
     z-index: 0;
}
/*--------------------------------------------------------------------- Section Title -----------------------------------------------------------------------*/
 .heading-title {
     margin-bottom: 80px;
     text-align: center;
}
 .heading-title .title {
     position: relative;
}
 .heading-title .divider {
     border: 2px solid #09b3ef;
     position: relative;
     display: inline-block;
     width: 30px;
     margin-top: 30px;
}
 .heading-title .divider:after {
     position: absolute;
     content: "";
     top: -8px;
     left: 0;
     width: 50px;
     height: 1px;
     background: #1e50e2;
     transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
}
 .heading-title .divider:before {
     position: absolute;
     content: "";
     bottom: -8px;
     right: 0;
     width: 50px;
     height: 1px;
     background: #09b3ef;
     transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
}
 .heading-title p {
     padding: 0 100px;
     display: block;
     margin-bottom: 50px;
     margin-top: 20px;
}
/* heading Title border White */
 .heading-title .divider.white {
     border-color: #fff;
}
 .heading-title .divider.white:after {
     background: #fff;
}
 .heading-title .divider.white:before {
     background: #fff;
}
/* heading Title Hover */
 section:hover .heading-title .divider:after {
     width: 70px;
}
 section:hover .heading-title .divider:before {
     width: 70px;
}
/* heading Title Left */
 .heading-left {
     position: relative;
     padding-bottom: 12px;
     margin-bottom: 25px;
}
 .heading-left:before {
     position: absolute;
     content: "";
     bottom: 0;
     left: 0;
     width: 60px;
     height: 2px;
     transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
     background: rgba(9, 179, 239, 1);
     background: -moz-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     background: -webkit-gradient(left top, right top, color-stop(0%, rgba(9, 179, 239, 1)), color-stop(100%, rgba(30, 80, 226, 1)));
     background: -webkit-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     background: -o-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     background: -ms-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     background: linear-gradient(to right, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09b3ef', endColorstr='#1e50e2', GradientType=1);
}
/* heading Title Left White */
 .heading-left.white:before {
     background: #fff;
}
/*--------------------------------------------------------------------- Header -----------------------------------------------------------------------*/
 header {
     position: fixed;
     display: inline-block;
     width: 100%;
     top: 0;
     left: 0;
     z-index: 999;
     transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
}
 header .navbar-header .navbar-logo img {
     height: 45px;
     width: auto;
     transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
}
 header .navbar-default {
     background: none;
     border: none;
     border-radius: 0px;
     min-height: inherit;
     margin: 20px 0;
     transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
}
 header .navbar-default .navbar-logo {
     height: inherit;
     padding: 0;
}
 header .navbar-nav {
     margin-top: 18px;
     transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
}
 header .navbar-nav > li {
     margin: 0 30px 0 0;
}
 header .navbar-default .navbar-nav li:last-child {
     margin-right: 0;
}
 header .navbar-default .navbar-nav > li > a {
     color: #ffffff;
     padding: 10px 0;
     font-family: 'Raleway', sans-serif;
     font-size: 15px;
}
 header .navbar-default .navbar-nav > li > a:hover, header .navbar-default .navbar-nav > li > a:focus, header .navbar-default .navbar-nav > li.active > a, header .navbar-default .navbar-nav > li.active > a:focus, header .navbar-default .navbar-nav > li.active > a:hover {
     color: #fff;
     background: none;
     box-shadow: none;
}
 header .nav > li a::before {
     background: #fff;
     bottom: 0;
     content: "";
     height: 2px;
     left: 0;
     position: absolute;
     width: 0;
     transition: all 0.3s ease-out 0s;
}
 header .nav > li.active > a::before, header .nav > li:hover > a::before, header .nav > li > a:hover::before {
     width: 100%;
}
/* Header sticky */
 header.affix {
     -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
     box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
     background: rgba(9, 179, 239, 1);
     background: -moz-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     background: -webkit-gradient(left top, right top, color-stop(0%, rgba(9, 179, 239, 1)), color-stop(100%, rgba(30, 80, 226, 1)));
     background: -webkit-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     background: -o-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     background: -ms-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     background: linear-gradient(to right, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09b3ef', endColorstr='#1e50e2', GradientType=1);
}
 header.affix .navbar-header .navbar-logo img {
     height: 40px;
}
 header.affix .navbar-default {
     margin: 10px 0;
}
 header.affix .navbar-nav {
     margin-top: 6px;
}
/*--------------------------------------------------------------------- Banner -----------------------------------------------------------------------*/
/* ---- particles.js container ---- */
 #particles-js {
     width: 100%;
     height: 100%;
     background-image: url('');
     background-size: cover;
     background-position: 50% 50%;
     background-repeat: no-repeat;
     position: absolute;
}

 #iii-home.banner{
     background: url('/fileadmin/template/bizweb/images/banner/bg.jpg');
 }

 .banner {
     color: #fff;
     font-family: 'Raleway', sans-serif;
     position: relative;
}
 .banner h1 {
     font-size: 55px;
     line-height: 60px;
     text-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
     margin-top: 15%;
     letter-spacing: 2px;
}
 .banner h1 small {
     font-size: 18px;
     display: block;
     text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
     margin-top: 40px;
     margin-bottom: 60px;

}
 .banner .link {
     position: absolute;
     bottom: 160px;
     /*left: 0;*/
     left: 50%;
     margin-left: -100px;
     display: inline-block;
     width: 330px;
     z-index: 10;
}
 .banner .link h5 {
     margin-bottom: 20px;
     position: relative;
     display: inline-block;
}
 .banner .link h5:before {
     position: absolute;
     top: 10px;
     left: -35px;
     content: "";
     background: url('../images/arrow.png') no-repeat 0 0;
     width: 61px;
     height: 58px;
}
 .banner .link li {
     margin: 0 5px;
}
 .banner .link li a {
     font-size: 40px;
     color: #fff;
     text-shadow: 0px 2px 10px rgba(0, 0, 195, 0.15);
}
 .iii-mobile-app .iii-mobile-box {
     position: relative;
     text-align: center;
     display: inline-block;
     margin-bottom: -190px;
     margin-top: -30px;
}
 .iii-mobile-app .iii-mobile-box .iii-mobile-img {
     position: relative;
     z-index: 9;
}
 .iii-mobile-app .iii-mobile-icon {
     position: absolute;
}
 .iii-mobile-app .icon-01 {
     left: -30px;
     top: 50px;
}
 .iii-mobile-app .icon-02 {
     left: -50px;
     top: 200px;
}
 .iii-mobile-app .icon {
     right: -20px;
     top: 100px;
     z-index: 9;
}
 .iii-mobile-app .icon-04 {
     right: -50px;
     top: 300px;
}
 .iii-mobile-app .icon-05 {
     left: 20px;
     bottom: 145px;
     z-index: 9;
}
/*--------------------------------------------------------------------- Feature -----------------------------------------------------------------------*/
#about-bizweb .iii-steps-box{
    min-height: 300px;
}

.iii-steps-box {
     position: relative;
     padding: 20px;
     overflow: hidden;
     -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
     box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

 .iii-steps-box:before {
     position: absolute;
     content: "";
     left: -100%;
     bottom: 0;
     height: 3px;
     width: 100%;
     transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
     background: rgba(9, 179, 239, 1);
     background: -moz-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     background: -webkit-gradient(left top, right top, color-stop(0%, rgba(9, 179, 239, 1)), color-stop(100%, rgba(30, 80, 226, 1)));
     background: -webkit-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     background: -o-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     background: -ms-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     background: linear-gradient(to right, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09b3ef', endColorstr='#1e50e2', GradientType=1);
}
 .iii-steps-box i {
     font-size: 50px;
     display: inline-block;
     float: left;
     margin-right: 20px;
}
 .iii-steps-box h4 {
     margin: 13px 0 0px;
     display: inline-block;
     float: left;
     font-size: 24px;
     font-weight: normal;
     width: 100%;
     word-break: break-all;
}
 .iii-steps-box .info {
     display: inline-block;
     width: 100%;
}
.iii-steps-box:hover {
}
.iii-steps-box:hover:before {
     left: 0;
}
/*--------------------------------------------------------------------- About us -----------------------------------------------------------------------*/
.iii-about .button {
     line-height: 34px;
}
.iii-about .button i {
     font-size: 32px;
     display: inline-block;
     float: left;
     margin-right: 10px;
}
 .iii-about-phone {
     margin-bottom: -180px;
}
/*--------------------------------------------------------------------- How It Work? -----------------------------------------------------------------------*/
 .iii-about-1 p {
     line-height: 30px;
}

.iii-timeline{
    display: block;
}
.iii-timeline-showSM{
    display: none;
}

/*--------------------------------------------------------------------- Special Features -----------------------------------------------------------------------*/
 .iii-amazing-tab .nav-tabs {
     border: none;
}
 .iii-amazing-tab .nav-tabs li {
     margin-top: 50px;
     margin-bottom: 0;
     float: left;
     display: inline-block;
     width: 100%;
}
 .iii-amazing-tab .nav-tabs li a {
     margin: 0;
     line-height: normal;
     border: none;
     border-radius: 0;
     padding: 0;
     color: #666;
     transition: all 0s ease-in-out;
     transition: all 0s ease-in-out;
     -moz-transition: all 0s ease-in-out;
     -ms-transition: all 0s ease-in-out;
     -o-transition: all 0s ease-in-out;
     -webkit-transition: all 0s ease-in-out;
}
 .iii-amazing-tab .nav-tabs li.active a, .iii-amazing-tab .nav-tabs li.active a:hover, .iii-amazing-tab .nav-tabs li.active a:focus {
     color: #fff;
     border: none;
     left: -20px;
     background: rgba(9, 179, 239, 1);
     background: -moz-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     background: -webkit-gradient(left top, right top, color-stop(0%, rgba(9, 179, 239, 1)), color-stop(100%, rgba(30, 80, 226, 1)));
     background: -webkit-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     background: -o-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     background: -ms-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     background: linear-gradient(to right, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09b3ef', endColorstr='#1e50e2', GradientType=1);
}
 .iii-amazing-tab .nav-tabs li a:hover {
     color: #fff;
     border: none;
     background: rgba(9, 179, 239, 1);
     background: -moz-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     background: -webkit-gradient(left top, right top, color-stop(0%, rgba(9, 179, 239, 1)), color-stop(100%, rgba(30, 80, 226, 1)));
     background: -webkit-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     background: -o-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     background: -ms-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     background: linear-gradient(to right, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09b3ef', endColorstr='#1e50e2', GradientType=1);
}
 .iii-amazing-tab .nav-tabs li.active a .iii-steps-box-01:before {
     content: "";
     position: absolute;
     top: 50%;
     margin-top: -10px;
     left: -10px;
     width: 20px;
     height: 20px;
     display: inline-block;
     background: #09b3ef;
     border-radius: 90px;
     -webkit-box-shadow: 0px 0px 0px 5px rgba(247, 247, 247, 1);
     -moz-box-shadow: 0px 0px 0px 5px rgba(247, 247, 247, 1);
     box-shadow: 0px 0px 0px 5px rgba(247, 247, 247, 1);
}
 .iii-amazing-tab .nav-tabs li.active a .iii-steps-box-01:after {
     content: "";
     position: absolute;
     z-index: 9;
     top: 50%;
     margin-top: -1px;
     right: 100%;
     width: 100px;
     height: 2px;
     display: inline-block;
     background: rgba(30, 80, 226, 1);
     background: -moz-linear-gradient(left, rgba(30, 80, 226, 1) 0%, rgba(9, 179, 239, 1) 100%);
     background: -webkit-gradient(left top, right top, color-stop(0%, rgba(30, 80, 226, 1)), color-stop(100%, rgba(9, 179, 239, 1)));
     background: -webkit-linear-gradient(left, rgba(30, 80, 226, 1) 0%, rgba(9, 179, 239, 1) 100%);
     background: -o-linear-gradient(left, rgba(30, 80, 226, 1) 0%, rgba(9, 179, 239, 1) 100%);
     background: -ms-linear-gradient(left, rgba(30, 80, 226, 1) 0%, rgba(9, 179, 239, 1) 100%);
     background: linear-gradient(to right, rgba(30, 80, 226, 1) 0%, rgba(9, 179, 239, 1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e50e2', endColorstr='#09b3ef', GradientType=1);
}
 .nav-tabs li.active a.round-right, .nav-tabs li.active a.round-right:hover, .nav-tabs li.active a.round-right:focus {
     right: -20px;
     left: inherit;
}
 .iii-amazing-tab .nav-tabs li.active a.round-right .iii-steps-box-01:before {
     background: #1e50e2;
     right: -10px;
     left: inherit;
}
 .iii-amazing-tab .nav-tabs li.active a.round-right .iii-steps-box-01:after {
     right: inherit;
     left: 100%;
     background: rgba(30, 80, 226, 1);
     background: -moz-linear-gradient(left, rgba(30, 80, 226, 1) 0%, rgba(9, 179, 239, 1) 100%);
     background: -webkit-gradient(left top, right top, color-stop(0%, rgba(30, 80, 226, 1)), color-stop(100%, rgba(9, 179, 239, 1)));
     background: -webkit-linear-gradient(left, rgba(30, 80, 226, 1) 0%, rgba(9, 179, 239, 1) 100%);
     background: -o-linear-gradient(left, rgba(30, 80, 226, 1) 0%, rgba(9, 179, 239, 1) 100%);
     background: -ms-linear-gradient(left, rgba(30, 80, 226, 1) 0%, rgba(9, 179, 239, 1) 100%);
     background: linear-gradient(to right, rgba(30, 80, 226, 1) 0%, rgba(9, 179, 239, 1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e50e2', endColorstr='#09b3ef', GradientType=1);
}
 .nav-tabs li.active a h4, .nav-tabs li.active a:hover h4, .nav-tabs li.active a:focus h4, .nav-tabs li.active a i, .nav-tabs li.active a:hover i, .nav-tabs li.active a:focus i {
     color: #fff;
}
 .iii-amazing-tab .nav-tabs li a:hover h4 {
     color: #fff;
}
 .iii-amazing-tab .nav-tabs li a:hover i {
     background: none;
     color: #fff;
     -webkit-background-clip: text;
     -webkit-text-fill-color: snow;
}
 .iii-amazing-tab .tab-content {
     background: url('../images/screenshots/screen.png') no-repeat top center;
     padding: 7px 16px 95px 15px;
     background-size: 100% 100%;
}
 .iii-amazing-tab .tab-content .tab-pane img {
     width: 100%;
}


/* screens box 01 */
 .iii-steps-box-01 {
     padding: 10px 30px;
     -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
     box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.iii-steps-box-01.minh{
    min-height: 161px;
}

 .iii-steps-box-01 i {
     font-size: 50px;
     float: left;
     margin-right: 15px;
     color: #09b3ef;
}
 .iii-steps-box-01 h4 {
     margin: 15px 0 0;
     float: left;
     display: inline-block;
}
/* fancy box 01 Right icon */
 .iii-steps-box-01.text-right i {
     float: right;
     margin-left: 15px;
     margin-right: 0;
}
 .iii-steps-box-01.text-right h4 {
     display: inline-block;
     float: none;
}
 .content-boxc {
     display: inline-block;
     width: 100%;
}
 .content-boxc p {
     line-height: 24px;
}

.content-box {
     display: inline-block;
     width: 100%;
	text-align: left;
	float: left;
}

/*--------------------------------------------------------------------- App Screenshots -----------------------------------------------------------------------*/
 .iii-app:before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     background: rgba(0, 0, 0, 0.7);
     height: 100%;
     width: 100%;
}
 .iii-app-info {
     padding: 30px 15% 0% 29%;
}
 .home-screen-slide {
     position: relative;
     padding: 72px 0px 76px 36px;
     margin-left: -100px;
}
 .home-screen-slide:before {
     background: url('../images/screenshots/phone.png') no-repeat 0 0;
     background-size: 100% 100%;
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     height: 100%;
     width: 301px;
}
 .home-screen-slide .owl-carousel .item {
     width: 236px;
}
 .iii-app .owl-carousel .owl-item a {
     position: relative;
     display: inline-block;
     width: 100%;
}
 .iii-app .owl-carousel .owl-item a:before {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     content: "\f4a4";
     font-size: 30px;
     color: #fff;
     line-height: 15;
     font-family: Ionicons;
     text-align: center;
     vertical-align: center;
     background: rgba(9, 179, 239, 0.8);
     z-index: 9;
     opacity: 0;
}
 .iii-app .owl-carousel .owl-item a:hover:before {
     opacity: 1;
     -webkit-transition: all 0.5s ease-out 0s;
     -moz-transition: all 0.5s ease-out 0s;
     -ms-transition: all 0.5s ease-out 0s;
     -o-transition: all 0.5s ease-out 0s;
     transition: all 0.5s ease-out 0s;
}
/*--------------------------------------------------------------------------------------------------------------------------------------------*/
 .iii-steps-box {
     padding: 40px 15px 25px 15px;
     overflow: hidden;
     position: relative;
     -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
     box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
 .iii-steps-box .iii-icon {
     border-radius: 90px;
     display: inline-block;
     height: 70px;
     width: 70px;
     line-height: 70px;
     text-align: center;
     color: #ffffff;
     -webkit-transition: all 0.5s ease-out 0s;
     -moz-transition: all 0.5s ease-out 0s;
     -ms-transition: all 0.5s ease-out 0s;
     -o-transition: all 0.5s ease-out 0s;
     transition: all 0.5s ease-out 0s;
     background: rgba(9, 179, 239, 1);
     background: -moz-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     background: -webkit-gradient(left top, right top, color-stop(0%, rgba(9, 179, 239, 1)), color-stop(100%, rgba(30, 80, 226, 1)));
     background: -webkit-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     background: -o-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     background: -ms-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     background: linear-gradient(to right, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09b3ef', endColorstr='#1e50e2', GradientType=1);
}

 .iii-steps-box .iii-icon.inline-icon {
     float: left;
     margin-right: 20px;
}


 .iii-steps-box .iii-icon i {
     font-size: 36px;
}
 .iii-steps-box .iii-icon span {
     font-size: 30px;
}
 .iii-steps-box .fancy-content h5 {
     z-index: 9;
     position: relative;
}
 .iii-steps-box .iii-big-title {
     color: #f0f0f0;
     font-size: 70px;
     position: absolute;
     top: 50%;
     left: 50%;
     font-weight: 600;
     margin-top: -10px;
     margin-left: -40px;
     opacity: 0.6;
}
 .iii-steps-box.iii-shadow {
     padding: 0;
     box-shadow: none;
}
 #contact-us .iii-steps-box{
     padding-top: 25px;
     min-height: 172px;
 }

#contact-us .iii-steps-box .iii-icon.inline-icon{
    margin-top: 25px;
}

/*--------------------------------------------------------------------- TEAM -----------------------------------------------------------------------*/
.iii-team {
     position: relative;
     -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
     box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.iii-team:before {
     position: absolute;
     content: "";
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
     background: rgba(9, 179, 239, 1);
     background: -moz-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     background: -webkit-gradient(left top, right top, color-stop(0%, rgba(9, 179, 239, 1)), color-stop(100%, rgba(30, 80, 226, 1)));
     background: -webkit-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     background: -o-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     background: -ms-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     background: linear-gradient(to right, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09b3ef', endColorstr='#1e50e2', GradientType=1);
     opacity: 0;
}
.iii-team-info {
     position: absolute;
     top: 50%;
     left: 0;
     margin-top: -45px;
     width: 100%;
     display: inline-block;
     color: #fff;
     opacity: 0;
     transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
}
.iii-team:hover:before {
     opacity: 0.8;
}
.iii-team:hover .iii-team-info {
     opacity: 1;
}
/*--------------------------------------------------------------------- Counter -----------------------------------------------------------------------*/
 .counter {
     position: relative;
     font-family: 'Roboto', sans-serif;
     min-height: 60px;
}
 .counter i {
     font-size: 40px;
     line-height: 45px;
     display: inline-block;
}
 .counter i:before {
     font-size: 60px;
}
 .counter span {
     display: block;
     font-size: 36px;
     margin: 10px 0;
     margin-bottom: 5px;
     line-height: 40px;
}
 .counter label {
     font-weight: 600;
     font-size: 15px;
     position: relative;
     margin: 10px 0;
     margin-bottom: 0;
     text-transform: uppercase;
}
/*--------------------------------------------------------------------- Asked Questions -----------------------------------------------------------------------*/
 .iii-accordion .ad-title {
     position: relative;
     padding: 15px 40px 15px 65px;
     font-size: 16px;
     line-height: normal;
     cursor: pointer;
     background-color: #f5f7fb;
     display: block;
     text-align: left;
     color: #2c3e50;
     text-decoration: none;
     border-radius: 4px;
}
 .iii-accordion .ad-title:before {
     -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
     -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
     box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
     cursor: pointer;
     content: "\f217";
     font-family: "Ionicons";
     position: absolute;
     top: 0;
     right: 0;
     display: block;
     padding: 14px 20px;
     color: #fff;
     font-size: 16px;
     line-height: 24px;
     height: 100%;
     font-weight: normal;
     -webkit-transition: all 0.25s ease-in-out 0s;
     -moz-transition: all 0.25s ease-in-out 0s;
     transition: all 0.25s ease-in-out 0s;
     background: rgba(9, 179, 239, 1);
     background: -moz-linear-gradient(45deg, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(9, 179, 239, 1)), color-stop(100%, rgba(30, 80, 226, 1)));
     background: -webkit-linear-gradient(45deg, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     background: -o-linear-gradient(45deg, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     background: -ms-linear-gradient(45deg, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     background: linear-gradient(45deg, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09b3ef', endColorstr='#1e50e2', GradientType=1);
}
 .ad-icon {
     position: absolute;
     top: 0;
     left: 0;
     padding: 8px 14px;
     font-size: 26px;
     height: 100%;
     color: #fff;
     -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
     -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
     box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
     background: rgba(9, 179, 239, 1);
     background: -moz-linear-gradient(45deg, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(9, 179, 239, 1)), color-stop(100%, rgba(30, 80, 226, 1)));
     background: -webkit-linear-gradient(45deg, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     background: -o-linear-gradient(45deg, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     background: -ms-linear-gradient(45deg, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     background: linear-gradient(45deg, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09b3ef', endColorstr='#1e50e2', GradientType=1);
}
 .iii-accordion .ad-active .ad-title:before {
     content: "\f208";
     font-family: "Ionicons";
}
 .iii-accordion .ad-title> i {
     margin-right: 16px;
}
 .iii-accordion .ad-details {
     display: none;
     overflow: hidden;
     text-align: left;
     padding: 15px 15px;
     color: #666666;
     line-height: 24px;
     border: 1px solid #eeeeee;
     border-top: none;
     -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
     -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
     box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
}
 .iii-accordion .iii-ad-block {
     margin-bottom: 30px;
}
 .iii-accordion .iii-ad-block:last-child {
     margin-bottom: 0;
}
/*--------------------------------------------------------------------- Price Table -----------------------------------------------------------------------*/
 .iii-pricing {
     position: relative;
     display: inline-block;
     width: 100%;
     border: 1px solid #ededed;
     background: #fff;
}
 .iii-pricing-with-img:before {
     position: absolute;
     bottom: 0;
     left: 0;
     height: 282px;
     width: 100%;
     opacity: 0.1;
     content: "";
     background: url('../images/about/03.jpg') no-repeat 0 0;
}

label.price {
    font-weight: 600;
    right: -3px;
    top: 25px;
    margin-left: 50px;
    position: absolute;
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-left: 15px;
    color: #ffffff;
    background: rgb(6, 222, 154);
    text-shadow: rgba(255, 255, 255, 0.2) 1px 1px, rgba(0, 0, 0, 0.3) 1px 1px;
    -moz-border-radius: 0 3px 2px 0px;
    -webkit-border-radius: 0;
    border-radius: 0 3px 2px 0px;
}
label.price:after {
    content: "";
    position: absolute;
    right: 100%;
    bottom: 0;
    width: 0;
    height: 0;
    display: inline-block;
    line-height: 0;
    border-width: 20px;
    border-style: solid;
    border-color: rgb(6, 222, 154) rgb(6, 222, 154) rgb(6, 222, 154) transparent;
}
label.price:before {
    content: '';
    position: absolute;
    bottom: 6px;
    width: 120px;
    left: -35px;
    height: 4px;
    -moz-box-shadow: 0 5px 14px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.4);
    z-index: -1;
    -moz-transform: skew(-5deg) rotate(-5deg);
    -ms-transform: skew(-5deg) rotate(-5deg);
    -webkit-transform: skew(-5deg) rotate(-5deg);
    transform: skew(-5deg) rotate(-5deg);
}

.iii-pricing .price-title {
     padding: 20px 30px;
}
 .iii-pricing .price-title h2 {
     font-family: 'Open Sans', sans-serif;
     line-height: 60px;
     font-size: 50px;
}
 .iii-pricing .price-title h2 small {
     font-size: 16px;
     color: #fff;
     vertical-align: super;
     padding: 0 5px;
}
 .iii-pricing .price-title h2 small:first-child {
     font-size: 24px;
}
 .iii-pricing .price-title span {
     letter-spacing: 6px;
}
 .iii-pricing ul {
     margin: 20px 0;
}
 .iii-pricing ul li {
     line-height: 50px;
}
 .iii-pricing .price-footer {
     border-top: 1px solid #ededed;
     padding: 30px 0;
     z-index: 9;
     position: relative;
}

.iii-pricing .free-badge{
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #ffffff;
	padding: 5px 10px;
	background: #06de9a;
	margin-left: 10px;
}
.iii-pricing .opt-badge{
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #ffffff;
	padding: 5px 10px;
	background: #a3a3a3;
	margin-left: 10px;
}

.bizweb-packages{
	text-align: right;
	margin-top: 3px;
}

/*--------------------------------------------------------------------- Footer -----------------------------------------------------------------------*/
 .iii-footer {
     border-top: 1px solid #ededed;
}
 .info-share {
     margin: 0;
     padding: 0;
     text-align: right;
}
 .info-share li {
     display: inline-block;
     list-style: none;
     padding: 0;
     margin: 0px 5px;
}
 .info-share li a {
     display: block;
     width: 45px;
     height: 45px;
     line-height: 45px;
     font-size: 16px;
     color: #666;
     background: transparent;
     border: 1px solid #666;
     text-align: center;
     border-radius: 50%;
}
 .info-share li a:hover {
     background: #09b3ef;
     border-color: #09b3ef;
     color: #fff;
}


/*--------------------------------------------------------------------- Tooltip -----------------------------------------------------------------------*/
.tool {
    cursor: help;
    position: relative;
    line-height: 20px;
}


/*== common styles for both parts of tool tip ==*/
.tool::before,
.tool::after {
    left: 50%;
    opacity: 0;
    position: absolute;
    z-index: -100;
}

.tool:hover::before,
.tool:focus::before,
.tool:hover::after,
.tool:focus::after {
    opacity: 1;
    transform: scale(1) translateY(0);
    z-index: 100;
}


/*== pointer tip ==*/
.tool::before {
    border-style: solid;
    border-width: 1em 0.75em 0 0.75em;
    border-color: #3E474F transparent transparent transparent;
    bottom: 100%;
    content: "";
    margin-left: 0em;
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26), opacity .65s .5s;
    transform:  scale(.6) translateY(-90%);
}

.tool:hover::before,
.tool:focus::before {
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
}


/*== speech bubble ==*/
.tool::after {
    background: #3E474F;
    border-radius: .25em;
    bottom: 180%;
    color: #EDEFF0;
    content: attr(data-tip);
    margin-left: -7.75em;
    padding: 1em;
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
    transform:  scale(.6) translateY(50%);
    width: 17.5em;
}

.tool:hover::after,
.tool:focus::after  {
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26);
}

@media (max-width: 760px) {
  .tool::after {
        font-size: .75em;
        margin-left: -5em;
        width: 10em;
  }
}


.supersize-img{
	width: 200% !important;
	margin-left: -100%;
    max-width: 200%;
}

@media (max-width: 767px) {
	.supersize-img{
		width: 150% !important;
		margin-left: -45%;
	}
}

div.fs24.mb16{
    display: none;
}

/*!---------- FORM ----------*/
.category_container.ui_element{
    padding: 40px 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px 0px;
}

input,
button,
select,
textarea {
    font-family: "univia_promedium", Arial, sans-serif;
}
input[type="text"],
button,
textarea,
select,
input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.bg-secondary input[type="text"],
.bg-secondary input[type="email"],
.bg-secondary textarea,
.bg-secondary select {
    background: #fff;
}
.input-lh {
    line-height: 50px;
}
.attempted-submit .field-error {
    outline: 1px red !important;
}
.input-with-label span {
    font-family: "univia_promedium", Arial, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: #292929;
    letter-spacing: 1px;
    font-weight: 700;
    display: block;
    cursor: default;
}
input[type="text"],
input[type="password"],
input[type="email"] {
    background: #f5f5f5;
    border: none;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    padding-top: 13px;
    font-weight: 500;
    margin-bottom: 24px;
    border-radius: 0;
}
input[type="checkbox"] {
    margin: 4px 0 0;
    line-height: normal;
    margin-right: 10px;
}
.image-bg input[type="text"],
.image-bg textarea {
    color: #555;
}
.image-bg.bg-light input.transparent,
.image-bg.bg-light button.transparent {
    border-color: #292929;
}
input.transparent,
button.transparent {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff !important	;
}
input[type="text"]:focus,
input[type="password"]:focus {
    outline: 1px solid #ccc;
}
textarea {
    width: 100%;
    border: none;
    background: #f5f5f5;
    margin-bottom: 24px;
    border-radius: 0;
    padding: 16px 20px;
}
textarea:focus {
    outline: 1px solid #ccc;
}
::-webkit-input-placeholder {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: #777;
    font-size: 11px;
}
:-moz-placeholder {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: #777;
    font-size: 11px;
}
::-moz-placeholder {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: #777;
    font-size: 11px;
}
:-ms-input-placeholder {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: #777;
    font-size: 11px;
}
input.transparent::-webkit-input-placeholder,
button.transparent::-webkit-input-placeholder {
    color: #fff;
}
input.transparent::-moz-input-placeholder,
button.transparent::-moz-input-placeholder {
    color: #fff;
}
input.transparent:-moz-input-placeholder,
button.transparent:-moz-input-placeholder {
    color: #fff;
}
input.transparent:-ms-input-placeholder,
button.transparent:-ms-input-placeholder {
    color: #fff;
}
input[type="submit"],
button[type="submit"] {
    background: transparent;
    border: none;
    /*height: 50px;
    line-height: 48px;
    border: 2px solid #1d96f5;
    background: #1d96f5;
    color: #fff;
    padding: 0px 60px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 0 !important;*/
}
@media (max-width: 767px) {
    input[type="submit"],
    button[type="submit"] {
        width: 100%;
    }
}
.bg-primary input[type="submit"],
.bg-primary button[type="submit"] {
    background: #fff;
    color: #1d96f5;
}
input[type="submit"]:focus,
button[type="submit"]:focus {
    outline: none;
}
input[type="submit"].hollow,
button[type="submit"].hollow {
    background: none;
    border: 2px solid #1d96f5;
    color: #1d96f5;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
input[type="submit"].hollow:hover,
button[type="submit"].hollow:hover {
    background: #1d96f5;
    color: #fff;
}
.select-option {
    position: relative;
    cursor: pointer;
    height: 50px;
    overflow: hidden;
    margin-bottom: 24px;
}
.select-option i {
    position: absolute;
    font-size: 18px;
    right: 20px;
    top: 14px;
    z-index: 2;
    pointer-events: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: pointer;
}
.select-option:focus i {
    color: #fff;
}
.select-option select {
    margin-bottom: 0;
}
select {
    height: 50px;
    background: #f5f5f5;
    width: 100%;
    border-radius: 0;
    border: none;
    outline: none;
    padding-left: 20px;
    position: relative;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: #777;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: pointer;
}
select:focus {
    background: #eee;
}
select:active,
select:focus,
select:hover {
    outline: none;
    border: none;
}
.checkbox-option,
.radio-option {
    display: inline-block;
    width: 50px;
    height: 25px;
    border-radius: 25px;
    border: 1px solid #1d96f5;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 24px;
}
.checkbox-option .inner,
.radio-option .inner {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #1d96f5;
    position: relative;
    top: 2px;
    left: 2px;
    display: inline-block;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}
.checkbox-option.checked .inner {
    transform: translate3d(25px, 0, 0);
    -webkit-transform: translate3d(25px, 0, 0);
    -moz-transform: translate3d(25px, 0, 0);
    background: #1d96f5;
}
.checkbox-option input {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}
.radio-option {
    width: 25px;
    height: 25px;
    text-align: left;
}
.radio-option:nth-of-type(n+2) {
    margin-left: 24px;
}
.radio-option input {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}
.radio-option .inner {
    border: none;
    width: 19px;
    height: 19px;
    left: 2px;
    transform: scale(0);
    -webkit-transform: scale(0);
}
.radio-option + span {
    display: inline-block;
    line-height: 25px;
}
.radio-option.checked .inner {
    transform: scale(1);
    -webkit-transform: scale(1);
}
.radio-option.checked .inner {
    background: #1d96f5;
}
@media all and (min-width: 991px) {
    input.col-md-6,
    button.col-md-6 {
        width: 49%;
        float: left;
    }
    input.col-md-6:first-of-type,
    button.col-md-6:first-of-type {
        margin-right: 1%;
    }
    input.col-md-6:last-of-type,
    button.col-md-6:last-of-type {
        margin-left: 1%;
    }
}
form.thirds input,
form.thirds button {
    width: 32%;
    float: left;
    margin-left: 1%;
    margin-bottom: 16px;
}
form.halves input,
form.halves button {
    width: 47%;
    float: left;
    margin-left: 2.5%;
    margin-bottom: 16px;
}
form.halves p,
form.thirds p,
form.halves span,
form.thirds span {
    clear: both;
}
.form-error,
.form-success {
    background: #58ce38;
    padding: 12px;
    width: 80%;
    color: #fff;
    clear: both;
    display: block;
    max-width: 700px;
    position: relative;
    top: 16px;
    margin: 0 auto;
    word-break: break-word;
}
.form-error {
    background: #ce3838;
}
.form-error a,
.form-success a {
    display: block;
    color: #fff;
}
.attempted-submit .field-error {
    outline: 1px solid #ce3838 !important;
}
form iframe.mail-list-form {
    display: none;
}
.form-loading {
    border: 3px solid #ffffff;
    border-radius: 30px;
    height: 30px;
    left: 50%;
    margin: -15px 0 0 -15px;
    opacity: 0;
    margin: 0px auto;
    top: 50%;
    width: 30px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: pulsate 1s ease-out;
    -moz-animation-iteration-count: infinite;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    z-index: 99999;
}
@keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
@-webkit-keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
button[type="submit"] .form-loading {
    height: 25px;
    width: 25px;
    display: inline-block;
    top: 9px;
    position: relative;
    left: 0;
}
.btn-white .form-loading {
    border: 3px solid #c8c8c8;
}
@media all and (max-width: 767px) {
    form.thirds input,
    form.halves input,
    form.thirds button,
    form.halves button {
        width: 100%;
        margin-bottom: 8px;
        float: left;
        margin-left: 0;
    }
}
/*Animated form elements*/
.input-anim {
    position: relative;
    margin: auto;
    /*width: 100%;
    max-width: 280px;*/
}
.input-anim .label {
    font-family: "univia_promedium", Arial, sans-serif;
    position: absolute;
    top: 6px;
    left: 20px;
    font-size: 12pt;
    color: #9098a9;
    font-weight: 500;
    transform-origin: 0 0;
    transition: all 0.2s ease;
    background: none;
}
.input-anim .border {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #1d96f5;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: all 0.15s ease;
    display: none;
}
.input-anim input,
.input-anim select {
    -webkit-appearance: none;
    width: 100%;
    border: 0;
    font-family: inherit;
    padding: 12px 15px;
    height: 48px;
    font-size: 12pt;
    font-weight: 500;
    border-bottom: 2px solid #c8ccd4;
    background: none;
    border-radius: 0;
    color: #9098a9;
    transition: all 0.15s ease;
    background: none !important;
    font-family: "univia_promedium", Arial, sans-serif;
}
.input-anim textarea {
    -webkit-appearance: none;
    width: 100%;
    border: 0;
    font-family: inherit;
    padding: 12px 15px;
    font-size: 12pt;
    font-weight: 500;
    border-bottom: 2px solid #c8ccd4;
    background: none;
    border-radius: 0;
    color: #223254;
    transition: all 0.15s ease;
    background: none !important;
    font-family: "univia_promedium", Arial, sans-serif;
}
.input-anim input:hover,
.input-anim textarea:hover,
.input-anim select:hover {
    background: rgba(34, 50, 84, 0.03);
}
.input-anim input:not(:placeholder-shown) + span,
.input-anim textarea:not(:placeholder-shown) + span,
.input-anim select:not(:placeholder-shown) + span {
    color: #5a667f;
    transform: translateY(-26px) scale(0.75);
}
.input-anim input:focus,
.input-anim textarea:focus,
.input-anim select:focus {
    background: #ffffff !important;
    outline: none;
}
.input-anim input:focus + span,
.input-anim textarea:focus + span,
.input-anim select:focus + span {
    color: #1d96f5;
    transform: translateY(-26px) scale(0.75);
}
.input-anim input:focus + span + .border {
    transform: scaleX(1);
}
.input-anim input:focus,
.input-anim textarea:focus,
.input-anim select:focus {
    border-color: #1d96f5;
    transform: scaleX(1);
    transition: all 0.15s ease;
}
.input-anim .form-control {
    box-shadow: none;
}
.input-anim #gender {
    background: #ffffff;
}
.input-anim.coupon input{
    background: #ffffff !important;
    border-radius: 30px;
}
.input-anim.coupon .label{
    top: 10px;
}

#c164:before,
#c163:before,
#c160:before {
    content: '';
    width: 100%;
    height: 10px;
    display: block;
    background-image: repeating-linear-gradient(135deg, #f29b91 0px, #f09290 15px, transparent 15px, transparent 25px, #83b3db 25px, #84adcb 40px, transparent 40px, transparent 50px);
}

#registerForm .category_container.ui_element{
    box-shadow: none;
}

#registerForm hr{
    display: none;
}

#registerForm .form-group{
    width: 47%;
    float: left;
    margin-right: 20px;
}

#registerForm .form-group:nth-child(9), #registerForm .form-group:nth-child(10), #registerForm .form-group:nth-child(11) {
    width: 97%;
}

#registerForm span:nth-child(2){
    width: 100%;
    padding-left: 20px;
}

#registerForm .form-control{
    background-color: rgb(245, 247, 251) !important;
    border: none !important;
    border-radius: 4px !important;
}

.btn {
    color: #fff;
    padding: 12px 36px;
    font-weight: 600;
    border: none;
    position: relative;
    font-family: 'Raleway', sans-serif;
    display: inline-block;
    text-transform: uppercase;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    margin: 2px;
    background: #09b3ef !important;
    background-image: linear-gradient(to right, #09b3ef 0%, #1e50e2 51%, #09b3ef 100%) !important;
    background-size: 200% auto;
    flex: 1 1 auto;
    cursor: pointer;
}

.btn:hover, .btn:focus {
    color: #ffffff;
    background-position: right center;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}

.boxShadow {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
#newsletter_first_text {
    color: #afb0b7;
    padding-top: 40px;
    line-height: 15px;
    font-size: 12px;
}
.confirmation-msg {
    /*text-align: center;
    font-size: 14pt;*/
    padding-top: 30px;
}
div.msg-checkmark {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #1d96f5;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
div.msg-checkmark_inner {
    position: absolute;
    width: 10px;
    height: 20px;
    top: 9px;
    left: 16px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-width: 0px 4px 4px 0px;
    border-style: solid;
    border-color: white;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
}
span.msg-checkmark_text {
    line-height: 0px;
    font-size: 12pt;
    font-family: "univia_probold", Arial, sans-serif;
    color: #333333;
}
p.msg-checkmark_description {
    margin-top: 10px;
    color: #585858;
    font-size: 10pt;
    font-family: "montserratregular", Arial, sans-serif;
    text-align: justify;
}
@media all and (max-width: 991px) {
    div.msg-checkmark {
        margin: 0 auto;
        margin-bottom: 15px;
    }
    span.msg-checkmark_text,
    p.msg-checkmark_description {
        text-align: center;
    }
}
.tx-newsletter-plugin h4 {
    text-align: center;
    padding: 20px;
}

.request-now-container {
    margin-bottom:80px;
}

.code-container {
    margin-bottom: 20px;
}

.code-container .info {
    margin-top: -20px;
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: bold;
}

.pricing-newamount {
    margin-right: 20px;
}

.code-container input#coupon {
    text-transform: uppercase;
}

.code-container .info.success {
    color: #06de9a;
    text-align: left;
}

.code-container .info.error {
    color: #f32e4b;
	text-align: left;
}

/*Cookie Styles*/
#cookieModal .modal-footer .row .btn-save-cookie{
    background-image: none !important;
    background-color: #e4e4e4 !important;
    color: #6a6a6a;
}
#cookieModal .modal-footer .row .btn-all-cookie{
    background-image: none !important;
    background-color: #3a93e7 !important;
}
#cookieModal .btn-cookie-privacy-imprint ul .btn-cookie-privacy, #cookieModal .btn-cookie-privacy-imprint ul .btn-cookie-imprint, #cookieModal .modal-footer .row .btn-cookie-settings, #cookieModal .modal-footer .row .btn-back{
    background: none !important;
}
#cookieModal .modal-content{
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
@media (max-width: 480px) {
    #cookieModal .modal-footer .row .btn-cookie-settings {
        width: 100%;
        text-align: left;
    }
    #cookieModal .modal-footer .row .btn-save-cookie{
        float: left;
        margin-left: 8px;
        margin-bottom: 9px;
    }
}


.code-container {
/*     padding: 0; */
    margin: 0;
}
.code-container .info {
    margin-top: 0;
    padding-left: 15px;
}
.code-container .input-anim {
    min-height: unset;
    position: relative;
    z-index: 5;
    width: calc(100% - 140px);
    margin: 0;
    padding: 0;
}
.code-container .input-anim #coupon {
    margin: 0;
    float: none;
    width: 100%;
}
.code-container .confirm-coupon-btn {
    position: absolute;
    top: 0;
    right: 30px;
    text-align: center;
    height: 48px;
    line-height: 2;
    margin: 0;
    padding: 10px 25px 10px 60px;
}


/*--------------------------------------------------------------------- Responsive Design -----------------------------------------------------------------------*/
@media(max-width:1199px) {
    .banner h1{
        font-size: 48px;
    }
    /*.banner .link {
        transform: scale(0.8);
        margin-left: -115px;
    }*/
    #about-bizweb .iii-steps-box{
        min-height: 319px;
    }
    .iii-amazing-tab .nav-tabs li {
        margin-top: 20px;
    }
    .iii-steps-box-01 {
        padding: 5px 30px;
    }
    #bizweb-features .iii-steps-box-01 h4{
        font-size: 16px;
    }
    #bizweb-pricing .iii-steps-box-01 {
        min-height: 137px;
    }
    #bizweb-pricing .iii-steps-box-01 h4 {
        font-size: 14px;
        padding-top: 5px;
        padding-bottom: 15px;
    }
    #bizweb-pricing .pricing-options.iii-steps-box-01 i {
        display: none;
    }
    #bizweb-pricing .pricing-options.iii-steps-box-01{
        min-height: 150px;
    }
    .iii-amazing-tab .tab-content {
        padding: 74px 30px 82px 36px;
    }
    .iii-steps-box-01 i {
        font-size: 40px;
    }
    .content-boxc p{
        font-size: 12px;
        line-height: 18px;
    }
    #contact-us .iii-steps-box {
        min-height: 150px;
        padding-top: 20px;
    }
    #contact-us .iii-steps-box .fancy-content h5{
        font-weight: 100;
    }
    #contact-us .iii-steps-box .fancy-content span{
        font-size: 15px;
    }
    #contact-us .iii-steps-box .fancy-content p{
        font-size: 12px;
    }
    #registerForm .form-group{
        width: 46%;
    }
    #registerForm span:nth-child(2){
        padding-left: 30px;
    }
    label.price{
	    top: 50px;
    }
}

@media(max-width:1099px) {
    #bizweb-pricing .iii-steps-box-01 {
        min-height: 187px;
    }
    #bizweb-pricing .pricing-options.iii-steps-box-01{
        min-height: 200px;
    }
    .iii-steps-box-01 {
        padding: 30px;
    }
    .heading-title {
        margin-bottom: 60px;
    }
    .iii-app-info {
        padding: 30px 15% 0% 15%;
    }
}

@media(max-width:992px) {
    .row{
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .iii-mobile-app .iii-mobile-box .iii-mobile-img{
        max-width: 100%;
    }

    #iii-home.banner, #bizweb-demo.iii-bg, #bizweb-flyer.iii-bg{
        background-size: cover;
        background-attachment:initial !important;
    }

    .banner .link {
        margin-left: -135px;
    }
    header .navbar-nav {
        margin-top: 12px;
    }
    header .navbar-header .navbar-brand img {
        height: 66px;
    }
    header .navbar-default .navbar-nav > li > a {
        font-size: 13px;
    }
    header .navbar-nav > li {
        margin: 0 20px 0 0;
    }
    header.affix .navbar-header .navbar-brand img {
        height: 48px;
    }
    .re-mt-30 {
        margin-top: 40px;
    }
    header.affix .navbar-nav {
        margin-top: 0px;
    }
    .heading-title p {
        padding: 0;
    }
    .iii-about .row-eq-height {
        display: inherit;
    }
    .iii-about {
        margin: 0 !important;
        padding: 80px;
    }
    .iii-about-bg:after {
        display: none;
    }
    .iii-about .about-img {
        transform: inherit;
    }
    .iii-about .iii-pall-50 {
        padding: 30px 15px 0px 15px !important;
    }
    .nav-tabs li.active a.round-right, .nav-tabs li.active a.round-right:hover, .nav-tabs li.active a.round-right:focus {
        right: 0;
    }
    .nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
        left: 0;
    }
    .iii-amazing-tab .nav-tabs li.active a.round-right .iii-steps-box-01:before, .iii-amazing-tab .nav-tabs li.active a.round-right .iii-steps-box-01:after, .iii-amazing-tab .nav-tabs li.active a .iii-steps-box-01:before, .iii-amazing-tab .nav-tabs li.active a .iii-steps-box-01:after {
        display: none;
    }
    .nav-tabs li.active a.round-right, .nav-tabs li.active a.round-right:hover, .nav-tabs li.active a.round-right:focus {
        right: 0px;
        left: inherit;
    }
    .iii-amazing-tab .nav-tabs li.active a, .iii-amazing-tab .nav-tabs li.active a:hover, .iii-amazing-tab .nav-tabs li.active a:focus {
        left: 0px;
    }
    .iii-amazing-tab .iii-steps-box-01{
        min-height: 173px;
    }
    .iii-app-info {
        padding: 30px 15% 0% 8%;
    }
    .iii-pricing:before {
        background-size: cover;
        height: 100%;
    }
    .footer-info {
        padding: 0;
    }
    .iii-info-box {
        padding: 0;
    }
    .iii-app .row-eq-height {
        display: inherit;
    }
    .iii-app-info {
        padding: 0 30px;
    }
    .iii-about {
        padding: 80px 0;
    }
    .iii-about-bg:before {
        display: none;
    }
    .overview-block-ptb.iii-about-1 {
        padding: 70px 0;
        text-align: center;
    }
    .heading-left::before{
        display: none;
    }
    .iii-amazing-tab-one .nav.nav-tabs li a {
        padding: 20px 0px;
    }
    .contact-info {
        padding: 0px !important;
    }
    .contact-info:before {
        display: none;
    }
    .iii-fancy-box-02 {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
    }
    .info-share {
        margin: 0;
    }
    .iii-full-contact .iii-fancy-box-04 {
        min-height: 100px;
    }
    .iii-contact-boxes{
        margin-bottom: 20px;
    }
    #contact-us .iii-steps-box .fancy-content span{
        font-size: 21px
    }
    #about-bizweb .iii-steps-box{
        min-height: 0px;
        margin-bottom: 30px;
        padding: 30px;
    }
    #bizweb-pricing .iii-steps-box-01 {
        min-height: 200px;
        margin-bottom: 5px;
    }
    #bizweb-pricing .pricing-options.iii-steps-box-01{
        min-height: 150px;
        margin-bottom: 5px;
    }
    #bizweb-pricing .pricing-options.iii-steps-box-01 i {
        display: block;
    }
    .supersize-img{
        width: 150% !important;
        margin-left: -45%;
    }
    
    .bizweb-packages{
	    text-align: center;
	    left: 8.33333333%;
    }
    .code-container{
	    left: 25%;
    }
    label.price{
        top: 50px;
    }

}

@media(max-width:800px) {
    .iii-mobile-app .icon-04{
        right: -10px;
    }
}

@media(max-width:767px) {
    .banner h1{
        font-size: 33px;
        line-height: 40px;
    }
    h2.iii-fs-36 {
        font-size: 32px;
    }
    header .navbar-default {
        margin: 10px 0;
    }
    .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        margin: 15px 0 0 0;
        border-color: #fff;
        background: #fff;
        transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background: #09b3ef;
    }
    .navbar-default .navbar-toggle.collapsed .icon-bar {
        background: #1e50e2;
    }
    .navbar-collapse {
        background: #fff;
        border: none;
        margin-top: 10px;
    }
    header .navbar-nav {
        margin-top: 0;
    }
    header .navbar-nav > li {
        margin: 0;
    }
    header .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        color: #333;
        padding: 12px 20px;
    }
    header .navbar-default .navbar-nav > li > a:hover, header .navbar-default .navbar-nav > li > a:focus, header .navbar-default .navbar-nav > li.active > a, header .navbar-default .navbar-nav > li.active > a:focus, header .navbar-default .navbar-nav > li.active > a:hover {
        color: #fff;
        background: rgba(30, 80, 226, 1);
        background: -moz-linear-gradient(left, rgba(30, 80, 226, 1) 0%, rgba(9, 179, 239, 1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(30, 80, 226, 1)), color-stop(100%, rgba(9, 179, 239, 1)));
        background: -webkit-linear-gradient(left, rgba(30, 80, 226, 1) 0%, rgba(9, 179, 239, 1) 100%);
        background: -o-linear-gradient(left, rgba(30, 80, 226, 1) 0%, rgba(9, 179, 239, 1) 100%);
        background: -ms-linear-gradient(left, rgba(30, 80, 226, 1) 0%, rgba(9, 179, 239, 1) 100%);
        background: linear-gradient(to right, rgba(30, 80, 226, 1) 0%, rgba(9, 179, 239, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e50e2', endColorstr='#09b3ef', GradientType=1);
    }
    header.affix .navbar-default .navbar-toggle {
        margin: 8px 0 0 0;
    }
    .overview-block-ptb {
        padding: 70px 0;
    }
    .overview-block-pt {
        padding: 70px 0 0;
    }
    .overview-block-pb {
        padding: 0 0 70px;
    }
    .re7-mt-50 {
        margin-top: 50px;
    }
    .re7-mt-30 {
        margin-top: 30px;
    }
    .iii-amazing-tab-one .nav.nav-tabs li a span {
        display: none;
    }
    .iii-amazing-tab-one .nav-tabs li a i {
        margin-right: 0;
    }
    .iii-subscribe .form-group {
        width: 100%;
    }
    .banner-03 h1 {
        font-size: 36px;
        line-height: 56px;
        letter-spacing: 0;
        margin-top: 120px;
    }
    .banner-03 h1 small {
        font-size: 16px;
    }
    .iii-mobile-app .iii-mobile-box .iii-mobile-img {
        width: 100%;
    }
    .iii-mobile-app .iii-mobile-icon img{
        width: 60%;
    }

    .iii-mobile-app .icon-01 {
        left: 55px;
    }
    .iii-mobile-app .icon-02 {
        left: 20px;
        top: 150px;
    }
    .iii-mobile-app .icon-05 {
        left: 70px;
        bottom: 145px;
    }
    .iii-mobile-app .icon-03 {
        right: 50px;
    }
    .iii-mobile-app .icon-04 {
        right: 30px;
    }
    .iii-about-03-phone {
        margin-bottom: -120px;
    }
    .button {
        padding: 10px 25px;
    }
    .iii-full-contact .iii-ptb-80 {
        padding: 10px 0 !important;
    }
    .iii-footer-03 {
        text-align: center;
    }
    .info-share{
        text-align: center;
        margin-top: 15px;
    }
    .iii-fancy-box-02.iii-shadow.iii-mb-60 {
        margin-bottom: 20px !important;
    }
    label.price{
        top: -20px;
    }
    .iii-contact-boxes:first-child{
        margin-top: 50px;
    }
    .iii-contact-boxes:last-child{
        margin-bottom: 50px;
    }
    #contact-us .iii-steps-box .fancy-content span{
        font-size: 21px
    }
    .iii-footer, .iii-footer .text-right{
        text-align: center;
    }
    .iii-pricing .price-title{
        padding-top: 40px;
    }
    #back-to-top .top {
        right: 17px;
        bottom: 140px;
    }
    .iii-amazing-tab .iii-steps-box-01{
        min-height: 150px;
    }
    .code-container{
	    left: 8.33333333%;
    }
    
    .code-container input#coupon{
/*
        width: 70%;
        float: left;
        margin-right: 20px;
*/
    }
}

@media (max-width:600px) {
    #bizweb-pricing .pricing-options.iii-steps-box-01, #bizweb-pricing .iii-steps-box-01 {
        min-height: 210px;
		padding-top: 10px;
    }
    .iii-timeline{
        display: none;
    }
    .iii-timeline-showSM{
        display: block;
    }
    .code-container input#coupon{
        width: 55%;
    }
    #registerForm .form-group{
        width: 100%;
        margin-right: 0px;
    }
    #registerForm span:nth-child(2){
        padding-left: 35px;
    }

}

@media (max-width:550px) {
    .banner .link {
        bottom: 90px;
    }

    #bizweb-pricing .iii-steps-box-01{
        padding-top: 10px;
    }
    #bizweb-pricing .pricing-options.iii-steps-box-01, #bizweb-pricing .iii-steps-box-01 {
/*         min-height: 150px; */
    }
    #bizweb-pricing .pricing-options.iii-steps-box-01 i{
        font-size: 20px;
    }
    #bizweb-pricing .pricing-options.iii-steps-box-01 h4{
        margin-top: 6px;
    }
}

@media (max-width:491px) {
    .banner h1{
        font-size: 26px;
        line-height: 25px;
        padding-top: 40px;
    }
    .banner h1 small{
        font-size: 15px;
    }
    .banner .link {
        bottom: 60px;
    }

    .button.demo-btn{
        box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 10px;
    }

    h2.iii-fs-36{
        font-size: 24px;
    }
    #bizweb-pricing .iii-steps-box-01 {
/*         min-height: 130px; */
    }
    #bizweb-pricing .iii-steps-box-01 i{
        font-size: 20px;
        padding-top: 14px;
    }
    #bizweb-pricing .pricing-options.iii-steps-box-01 i{
        display: none;
    }
    #bizweb-pricing .iii-pricing .pricing-options .opt-badge{
        display: none;
    }
}

@media(max-width:479px) {
    .iii-fancy-box-01 {
        padding: 10px 25px;
    }
    .ad-icon {
        display: none;
    }
    .iii-accordion .ad-title {
        padding: 15px 55px 15px 15px;
        font-size: 14px;
    }
    .re4-mt-20 {
        margin-top: 20px;
    }
    .iii-mobile-app .iii-mobile-icon img {
        width: 35%;
    }
    .iii-mobile-app .icon-01 {
        left: 10px;
    }
    .iii-mobile-app .icon-02 {
        left: -30px;
        top: 150px;
    }
    .iii-mobile-app .icon-05 {
        left: 20px;
        bottom: 50px;
    }
    .iii-mobile-app .icon-03 {
        right: 0px;
    }
    .iii-mobile-app .icon-04 {
        right: -20px;
        top: 35px;
    }
    /*.iii-mobile-app {
        overflow: hidden;
    }
    .iii-mobile-app .iii-mobile-box {
        margin-bottom: 0;
        margin-top: 0;
    }
    #about-bizweb.overview-block-ptb{
        padding-top: 0px;
        margin-top: 0px;
    }*/
    #bizweb-pricing .iii-pricing .free-badge{
        display: none;
    }
    #bizweb-pricing .iii-steps-box-01 {
/*         min-height: 135px; */
        padding: 0px 20px;
    }
}

@media (max-width:438px) {
    #contact-us .iii-steps-box{
        padding-top: 20px;
    }
    #contact-us .iii-steps-box .iii-icon.inline-icon{
        margin-top: 30px;
    }
    #bizweb-pricing .iii-steps-box-01{
	    min-height: 250px;
    }
}

@media (max-width:426px) {
    .bizweb-packages{
        width: 100%;
		left: 0;
    }
}


@media (max-width:410px) {
    #bizweb-pricing .pricing-options.iii-steps-box-01 h4{
        text-align: left;
    }
    #bizweb-pricing .pricing-options.iii-steps-box-01{
/*         min-height: 165px; */
    }
    .button.demo-btn{
        transform: scale(.8);
    }
    .button.demo-btn:hover{
        transform: scale(1);
    }
    .code-container{
	    left: 0;
    }
    .code-container input#coupon{
        width: 100%;
        margin-bottom: 5px;
    }
    .code-container .button {
        width: 100%;
    }
    .code-container .input-anim{
	    width: 80%;
    }
    .code-container .confirm-coupon-btn{
	    right: -50px;
		padding-left: 192px;
    }
    #bizweb-pricing .iii-steps-box-01{
/*         min-height: 150px; */
    }
    .iii-steps-box-01{
	    box-shadow: none;
    }
	
}

@media (max-width:350px) {
    .code-container .input-anim{
	    width: 73%;
    }
    .code-container .confirm-coupon-btn{
	    padding-left: 150px;
    }
}

