/* 
Template Name: Dzone- Multipurpose Comming Soon Mobile Responsive Template For Multiple Business
Version: 1.0
Author: DexignZone
Website: http://www.dexignzone.com/
Contact: dexignexpert@gmail.com
Follow: www.twitter.com/dexignzones
Like: www.facebook.com/dexignzone
License: You must have a valid license purchased only from themeforest(the above link) in order to legally use the theme for your project.
 */
/* Welcome Page Css Not Included 	 */
.main-slider{
	background-color:#ECECEC;
}
.main-slider h1{
	font-size: 40px;
    font-weight: 400;
	line-height: 50px;
	margin-bottom:10px;
}
.main-slider p{
	font-size: 18px;
	margin-bottom: 10px;
}
.dez-coming-soon {
	padding:10px 0;
}
.dez-coming-soon a {
    border-radius: 6px;
    box-shadow: 0 2px 19px rgba(0, 0, 0, 0.2);
    display: block;
    margin-bottom: 25px;
    position: relative;
    transition: all 0.4s linear 0s;
}
.details h5 {
	color: #000000;
    font-family: open sans;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}
.header-soon {
    height: 60px;
    padding: 10px 0;
    position: fixed;
    width: 100%;
	box-shadow: 0 0 15px 0 rgba(57, 82, 208, 0.5);
	z-index:9; 
}
.logo img{
	width:100%;
}
.logo img {
    height: 100%;
    max-width: unset;
    width: 120px;
}
@media only screen and (max-width: 360px) {
    .right-slide-contant.right1 {
        margin-left: -160px !important;
    }
    .mfp-gallery .card-container {
        width: 100%;
    }
    .form-layout .card-container {
        width: 100%;
    }
}

/* 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-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    left: 50%;
    line-height: 50px;
    margin-left: -72px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
	transform: scale(0);
    top: 50%;
    width: 135px;
}

.preview-img{
	background-color:#fff;
	text-align: center;
}
.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;
}
.tab-pane:hover .live-preview{
	transform: scale(1);
	color:#fff;
}





/* Images */
.lp .preview-img{
	background-image: url(../images/laptop.jpg);
    background-size: 100% auto;"
}
.lp .preview-img span{
	background-position: center 38%;
    background-size: 74% auto;
}
.tb .preview-img{
	background-image: url(../images/tablet.jpg);
    background-size: 100% auto;"
}
.tb .preview-img span{
	background-position: center 49%;
    background-size: 61.5% auto;
}
.mo .preview-img{
	background-image: url(../images/mobile.jpg);
    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(57, 82, 208, 0.5);
    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;
	}
}











