.classiads-intro{margin-top:70px;}
.pacz-theme-intro{margin-bottom:30px;}
.pacz-theme-intro h3{
	font-weight:bold;
	
}
.pacz-theme-intro h3 span{
	font-size:11px;
	background:#555;
	border-radius:50%;
	width:30px;
	height:30px;
	line-height:30px;
	color:#fff;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
}

.panel-Service-box{
	border:1px solid #eee;
	border-radius:10px;
	padding:30px;
	text-align:center;
}

.panel-Service-box .panel-service-icon{
	
}
.panel-Service-box .panel-service-icon i{
	font-size:64px;
	line-height:64px;
	margin-bottom:15px;
	display:block;
}
.panel-Service-box .panel-service-title{
	font-size:16px;
	text-transform:capitalize;
	margin-bottom:10px;
	line-height:22px;
}
.panel-Service-box .panel-service-content{}

.wizard {
    margin: 20px auto;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
    
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

/* panel */

.w-box {
    position: relative;
    background: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0;
    min-height: 310px;
    box-shadow: 0 3px 12px -4px rgba(0,0,0,.13);
}
.w-box-head {
    color: #48abff;
    font-weight: 600;
    padding: 20px 30px;
    position: relative;
    border-bottom: 1px solid #ededed;
    font-size: 20px;
    box-shadow: 0 26px 38px -21px rgba(0,0,0,.04);
}
.w-box-content {
    padding: 18px 30px;
    line-height: 26px;
    font-size: 14px;
    color: #666;
}
.w-system-info {
    margin-bottom: 7px;
}
.w-system-info:first-child {
    margin-top: 20px;
}
.w-system-info > span {
    display: inline-block;
    min-width: 145px;
    line-height: 20px;
    font-size: 13px;
}
.w-system-info > span:first-child {
    min-width: 200px;
}
.w-icon {
    color: #fff;
    padding: 3px;
    border-radius: 2px;
    margin-right: 10px;
}
.w-icon-green {
    background: #4cbf67;
    background: linear-gradient(95deg,#6fe08a 0,#58cf74 50%,#36cb58 100%);
    box-shadow: 0 5px 10px -5px #4cbf67;
}
.w-icon-red {
    background: #ff876c;
    background: linear-gradient(95deg,#ff876c 0,#ff7455 50%,#ff5a35 100%);
    margin: 13px 10px 18px 0;
    box-shadow: 0 5px 10px -5px #ff876c;
}
.w-box .lightbox {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 0;
    padding: 0 20px;
    z-index: 1000;
}
.w-box .button {
    border: 0;
    background: 0 0;
    box-shadow: none;
    color: #e74c3c;
    font-weight: 700;
}
.w-box .lightbox .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    z-index: 100000;
    max-width: 600px;
    max-height: 95vh;
    margin: 80px auto;
    padding: 20px 50px 60px;
    background: #fff;
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: .3s -webkit-transform ease-in-out;
    transition: .3s transform ease-in-out;
    border: none;
    box-shadow: 0 3px 33px rgba(0,0,0,.36);
}