
.provider-box-bg {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 280px;
    transition: all 4s linear 0s;
	border: 1px solid #dfdfdf;
	 position: relative;
}
.provider-box-bg:hover {
    background-position: center bottom;
}
.col-20{ width:100%; }
@media only screen and (max-width: 767px) {
	.col-20{ width:100%; }
	.provider-box-bg { height:300px; }
}	
.pages-name a{ 
	color: #000000;
    font-family: roboto;
    font-size: 16px;
	font-weight: normal;
}
.mfp-gallery .card-container{ width:20%; text-align:center; }
.pages-name{ padding:10px; margin-bottom:30px; border: 1px solid #dfdfdf; border-top:0; }
.pages-name h4{ margin:0;}

.new-update .provider-box-bg{
	 height: auto;
} 
.site-button{
	font-size:15px;
}


/* ========================================= */
/* Tabs */
.dez-tabs-soon .nav-tabs {
    border-bottom: 1px none;
    display: block;
    margin: auto auto 10px;
    position: relative;
    width: 120px;
    z-index: 2;
}
.dez-tabs-soon .nav-tabs li a{
	background: #e0e0e0;
	border: 0 none;
    color: #3952D0;
	display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    width: 40px;
	margin:0;
	font-size: 18px;
}
.dez-tabs-soon .nav-tabs li:nth-child(2) a{
	border-color: #eeeeee;
    border-image: none;
    border-style: solid;
    border-width: 0 1px;
}
.dez-tabs-soon .nav-tabs li.active a{
	background-color:#3952D0;
	color:#fff;
}
.dez-tabs-soon .nav-tabs li.active a:focus,
.dez-tabs-soon .nav-tabs li.active a:hover{
	border:0;
	color:#fff;
}
.dez-tabs-soon .nav-tabs li{
	list-style:none;
}
.tab-pane{
	position:relative;
}
.live-preview {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    font-weight: bold;
    margin: 20px auto 30px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 190px;
}
.live-preview:hover{
	background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
	color:#fff;
}
.preview-img{
	text-align: center;
	position: relative;
    top: 0;
	-o-transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	transition:all .5s;
}
 
.dez-preview:hover .preview-img{
	position: relative;
    top: -10px;
	-o-transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	transition:all .5s;
	
}
.preview-img span{
	display: block;
	background-repeat: no-repeat;
}
.preview-img img{
	transition:all 0.5s;
	opacity:0;
}
.tab-pane:hover .preview-img img{
	opacity:0;
	transition:all 0.5s;
}






/* Images */
.lp .preview-img{
	background-image: url(../img/laptop.png);
    background-size: 100% auto;"
}
.lp .preview-img span{
	background-position: center 38%;
    background-size: 74% auto;
}
.tb .preview-img{
	background-image: url(../img/tablet.png);
    background-size: 100% auto;"
}
.tb .preview-img span{
	background-position: center 49%;
    background-size: 61.5% auto;
}
.mo .preview-img{
	background-image: url(../img/mobile.html);
    background-size: 100% auto;"
}
.mo .preview-img span{
	background-position: left 49.7% center;
    background-size: 24.2% auto;
}

/* Preview Setting */
.preview-setting {
    height: 170px;
    left: 15px;
    margin-top: -70px;
    position: fixed;
    top: 50%;
	z-index: 3;
}
.preview-setting ul{
	margin:0;
	padding:0;
}
.preview-setting ul li{
	padding:0;
	list-style:none;
}
.preview-setting ul li{
	background:#E0E0E0;
    border-radius: 40px;
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.3);
    color: #000;
    display: block;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    text-align: center;
    width: 50px;
	position: relative;
	cursor: pointer;
}
.preview-setting ul li.active{
	background: #3952d0 none repeat scroll 0 0;
	color: #fff;
}
.preview-setting ul li span{
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    border-radius: 5px;
    font-size: 14px;
    height: 25px;
    left: 60px;
    line-height: 25px;
    margin-top: 0px;
    padding: 0 10px;
    position: absolute;
    text-align: left;
	opacity:0;
	transition:all 0.5s;
}
.preview-setting ul li:hover span{
	opacity:1;
	margin-top: 13px;
	transition:all 0.5s;
	color:#fff;
}

@media only screen and (max-width: 360px) {
	.preview-setting {
		bottom: 15px;
		height: auto;
		left: 50%;
		margin-top:0px;
		position: fixed;
		top: auto;
		z-index: 3;
		width: 180px;
		margin-left: -85px;
	}
	.preview-setting ul li{
		float: left;
		margin-bottom:0;
		margin-right:10px;
	}
	.preview-setting ul li span{
		left: -12px;
		text-align: center;
		top: -45px;
		width: 72px;
	}
	.dez-footer {
		padding: 2px 0;
		position: relative;
		z-index: 4;
	}
}

.core-features {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(83, 82, 82, 0.1);
    margin-bottom: 20px;
    padding: 20px 0;
    text-align: center;
}
.core-features .circle img {
    display: table;
    height: 80px;
    margin: 0 auto;
    width: 80px;
}
.core-features h3 {
    color: #232323;
    font-size: 16px;
    margin-top: 10px;
    text-transform: capitalize;
}

.plan-features-list ul{
	list-style:none;
}
.plan-features-txt{
	font-weight:700;
	color:#000;
	margin-bottom:10px;
}
.price-value{
	color: #ee3131;
    font-size: 110px;
    font-weight: 300;
    line-height: 110px;
}
.price-symbol{
    color: #232323;
    font-size: 40px;
    position: relative;
    top: -45px;
}
.overlay-black-dark:after {
    opacity: 0.7;
}




















