@charset "utf-8";
/* CSS Document */
.process-list .col-sm-12 {
    padding: 0 50px;
}

.process {
    margin: 0px;
    border: 2px dashed rgba(0, 0, 0, 0.3);
    position: relative;
    width: 100%;
    float: left;
    padding-bottom: 25px;
    padding-top: 25px;
    min-height: inherit;
}

.process.left {
    border-right: 0;
    border-top: 0;
}

.process.right {
    border-left: 0;
    border-top: 0;
}

.process .border-area.left-bottom {
    position: absolute;
    bottom: -2px;
    background: #fff;
    height: 110px;
    width: 110px;
    left: -2px;
    z-index: 99;
}

.process .border-area.left-bottom:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0;
    top: 0;
    border-bottom-left-radius: 70px;
    border-left: 2px dashed rgba(0, 0, 0, 0.3);
    border-bottom: 2px dashed rgba(0, 0, 0, 0.3);
}

.process .border-area.right-top {
    position: absolute;
    top: -2px;
    background: #fff;
    height: 110px;
    width: 110px;
    right: -2px;
}

.process .border-area.right-top:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0;
    top: 0;
    border-top-right-radius: 70px;
    border-right: 2px dashed rgba(0, 0, 0, 0.3);
    border-top: 2px dashed rgba(0, 0, 0, 0.3);
}

.process .border-area.right-bottom {
    position: absolute;
    bottom: -2px;
    background: #fff;
    height: 110px;
    width: 110px;
    right: -2px;
}

.process .border-area.right-bottom:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0;
    top: 0;
    border-bottom-right-radius: 70px;
    border-right: 2px dashed rgba(0, 0, 0, 0.3);
    border-bottom: 2px dashed rgba(0, 0, 0, 0.3);
}

.process .border-area.left-top {
    position: absolute;
    top: -2px;
    background: #fff;
    height: 110px;
    width: 110px;
    left: -2px;
}

.process .border-area.left-top:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0;
    top: 0;
    border-top-left-radius: 70px;
    border-left: 2px dashed rgba(0, 0, 0, 0.3);
    border-top: 2px dashed rgba(0, 0, 0, 0.3);
}

.process:first-child {
    padding-top: 0;
}

.process.left:first-child .process-step {
    top: 0;
}

.process:last-child {
    border-bottom: 0;
}

.process:last-child .border-area.left-bottom {
    bottom: 0;
}

.process:last-child .border-area.left-bottom:before {
    border-bottom-left-radius: 0;
    border-bottom: 0;
}

.process.left .process-step {
    position: absolute;
    top: 50px;
    left: -35px;
    z-index: 999;
}

.process.right .process-step {
    position: absolute;
    top: 50px;
    right: -35px;
    z-index: 99;
}

.process.left .process-content {
    padding-left: 80px;
}

.process.right .process-content {
    padding-right: 80px;
}

.process .process-step strong {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #84ba3f;
    border-radius: 100%;
    display: inline-block;
    z-index: 99;
    font-size: 20px;
    color: #fff;
}

.process .process-content {
    position: relative;
    z-index: 99;
}

.details span {
    font-size: 16px;
    line-height: 27px;
    color: #454444;
    font-weight: 600;
    background-color: #f7f7f7;
    padding: 2px 6px;
    border: 1px solid #d3d3d3;
    border-radius: 8px;
	white-space: nowrap;
}

.process .process-content .flaticon-line {
    font-size: 30px;
    line-height: 30px;
    color: #be0017;
	font-weight:600;
}

.process.left .process-content .process-icon {
    display: table-cell;
    padding-right: 30px;
}

.process.left .process-content .process-info {
    display: table-cell;
    vertical-align: top;
}

.process.right .process-content .process-icon {
    float: right;
    padding-left: 30px;
}

.process.right .process-content .process-info {
    display: table-cell;
    vertical-align: top;
}
.process p{
	font-size:18px;
}

@media(max-width:991px){
	.process.left .process-content { padding-left: 50px; }
	.process-list { padding-left: 30px; padding-right: 30px;}
	.process-list .col-sm-12 { padding: 0; }
	.process .border-area.left-bottom { width: 60px; }
}
@media(max-width:767px){
	.process.left .process-content .process-icon { display: block; margin-bottom: 20px; }
	.process.left .process-content {
        padding-left: 20px;
        z-index: 1;
    }
	.process.right .process-content { padding-right: 28px; }
	.process.right .process-content .process-icon { float: none; margin-bottom: 20px; }
	.process.left .process-step { top: 30px; }
	.process .process-step strong { width: 36px; height: 36px; line-height: 36px; }
	.process.left .process-step { left: -20px; }
	.process.right .process-step { right: -20px; }
	.process-list { padding-left: 15px; padding-right: 15px;  }
	.process .border-area.left-bottom { width: 30px; }
	.process .border-area.left-top { width: 30px; }
	.process .border-area.right-bottom { width: 30px; }
	.process .border-area.right-top { width: 30px; }
	.process p { font-size:16px; }
    .page-section-pt {
        padding: 15px 5px 5px;
    }
	.details span{
    font-size: 14px;
	}
	.process {
    padding-bottom: 0px;
    padding-top: 0px; 
}
}