@charset "utf-8";

.features {
    padding-top:55px;
}
.features .title-main {
	color:#495359;
	font-size:29px;
    line-height:42px;
	margin-bottom:10px;
    text-align:center;
}
.features .text-main {
	font-size:18px;
    line-height: 26px;
    color:#495359;
    text-align:center;
    margin-bottom:40px;
}
.new{
	background-image:url(/images/no-repeat.png);
	background-position:50% -2928px;
	background-repeat:no-repeat;
	height:	18px;
}

.buttons-block{
    padding-top:80px;
    padding-bottom:80px; 
    padding-left: 0;
}
.buttons-block .btn-default{
    background-color:#ebeff3;
    border-color:#ebeff3;
}
.buttons-block .btn-default:hover{
    background-color:#ffffff;
    border-color:#ffffff;
}

.buttons-block.index-button{
    padding-top:60px;
    padding-bottom:100px; 
}

.buttons-block.index-button .title {
    font-size:33px;
    line-height:43px;   
    color:#4a545a;
    text-align:center;
    font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif;
font-weight: 600; 
    margin-bottom:3px;
}
.buttons-block.index-button .text {
    font-size:17px;
    line-height:26px;   
    color:#4a545a;
    text-align:center;
    margin-bottom:10px;
}
.buttons-block.index-button .btn-group{
    margin-top:15px;
    display: table;
    margin-left:auto;
    margin-right:auto;
}

.buttons-block.index-button .icon-block{
    width:128px;
    height:128px;
    margin-left:auto;
    margin-right:auto;
    background-image: url("/images/no-repeat.png");
    background-repeat: no-repeat;
    display:block;
    margin-bottom:30px;
}
.buttons-block.index-button .icon-block.logo{
    background-position: 0 -2979px;
}
.buttons-block.index-button .btn-lg, .buttons-block.index-button .btn-group > .btn-lg {
    min-width: 200px;
    padding: 12px 24px;
    font-size:20px;
    line-height:28px;
    font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif;
font-weight: 600;
}
/* none */
.ic-access-note {
    box-shadow: inset 3px 0 0 0 #00adef;
    background-color: #ffffff;
    color: #505050;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 20px;
    margin-bottom: 80px;
}
.ic-access-note ul{
    margin-left: 25px;
}
.bkg-color-ffffff .ic-access-note {
    background-color: #ebeff3;
}

/* end none */

/* new style index */

.index-line .container::before{
    content: '';
    background-color: #ebeff3;
    height: 1px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.prices-v3.prices-v3--index{
    padding-bottom: 90px;
    padding-top: 90px;
}

.prices-v3.prices-v3--index .title-main{
    font-size: 31px;
    line-height: 1.35;
    color: #30373b;
    margin-top: 0;
    margin-bottom: 10px;
} 
.prices-v3.prices-v3--index .text-main{
    font-size: 17px;
    font-weight: 500;
    line-height: 1.53;
    color: #495359;
    margin-bottom: 0;
} 


.top-icon::before{
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}
html[lang="ar"] .top-icon::before {
    margin-left: 8px;
    margin-right: 0;
}
.top-customer::before{
    content: '';
    background-image: url(/images/upload/flexihub/index/subtitleFeedbackIcon.png);
}
.top-collab::before{
    content: '';
    background-image: url(/images/upload/flexihub/index/subtitleTeamsIcon.png);
}
.top-drive::before{
    content: '';
    background-image: url(/images/upload/flexihub/index/subtitleBusinessIcon.png);
}
.top-industies::before{
    content: '';
    width: 17px;
    height: 17px;
    margin-top: -3px;
    background-image: url(/images/upload/flexihub/index/subtitleIndustriesIcon.png);
}

.splash2-home--fh{
    padding-bottom: 20px;
    padding-top: 80px;
}
.wrap-industies-lg{
    display: none;
}
@media (min-width: 1199px) {
    .wrap-industies-md .container{
        max-width: 100%;
    }
}
@media (min-width:1280px) {
    .wrap-industies-lg{
        display: block;
    }
    .wrap-industies-md{
        display: none;
    }
}
@media (max-width: 992px) {
    .wrap-padding-30{
        padding: 0 15px;
    }
    
}
@media (max-width: 768px) {
    .wrap .container {
        padding-left: 30px;
        padding-right: 30px;
        min-width: auto;
    }
    .prices-v3.prices-v3--index{
        padding-top: 60px;
        padding-bottom: 65px;
    }
    .prices-v3.prices-v3--index .title-main{
        font-size: 23px;
        line-height: 1.39;
        text-align: left;
    }
    .prices-v3.prices-v3--index .text-main{
        font-size: 15px;
        line-height: 1.67;
        text-align: left;
    }
   
}
@media (max-width: 479px) {
	.buttons-block {
	    padding-bottom: 40px;
    	padding-left: 0;
	    padding-top: 40px;
	}
}

/* retina */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
    .top-customer::before{
        content: '';
        background-image: url(/images/upload/flexihub/index/subtitleFeedbackIcon@2x.png);
    }
    .top-collab::before{
        content: '';
        background-image: url(/images/upload/flexihub/index/subtitleTeamsIcon@2x.png);
    }
    .top-drive::before{
        content: '';
        background-image: url(/images/upload/flexihub/index/subtitleBusinessIcon@2x.png);
    }
    .top-industies::before{
        content: '';
        background-image: url(/images/upload/flexihub/index/subtitleIndustriesIcon@2x.png);
    }
}