

#maping {
    margin: 0 0 2px;
    position: relative;
}
#maximize_icon {
    position: absolute;
    z-index: 1;
    background: #fff;
    width: auto;
    padding: 8px 8px 0;
    border-radius: 10px;
    top: 60px;
    left: 10px;
}
.left-slides {
    background: #fff;
    box-shadow: 1px 0 15px #eee;
    padding: 0 2px 14px 2px;
    border-radius: 10px;
    position: relative;
}
.left-tabs {
    height: 540px;
    overflow-y: scroll;
    padding: 10px 0 10px 2px;
}
.left-tabs ul {
    padding: 0;
    list-style: none;
}
.left-tabs ul li {
    position: relative;
    margin-bottom: 5px;
    margin-right: 4px;
}
.left-tabs ul li a p b {
    font-weight: normal;
}
.left-tabs ul li a p span {
    font-weight: 600;
}
.left-tabs ul li a p {
    margin-bottom: 2px;
    font-size: 14px;
    color: #fff;
    /*font-weight: 800;*/
}
.left-tabs ul li a {
    box-shadow: 1px 0 15px #eee;
    padding: 12px 18px;
    display: block;
    color: #fff;
    border-radius: 7px;
}
.right-arrow {
    position: absolute;
    right: 20px;
    top: 27px;
    color: #fff;
    display: none;
}
.tab-active .active .fa.fa-chevron-right {
    display: block;
}
.green-bg {
    background: green;
}
.green-bg:hover {
    background: transparent;
}
.green-bg:hover p {
    color: green;
}
.red-bg {
    background: red;
}
.red-bg:hover {
    background: transparent;
    color: red;
}
.red-bg:hover p {
    color: red;
}
.right-data {
    position: relative;
}
.iner-maping iframe {
    border-radius: 15px;
    box-shadow: 0px 6px 10px #c9c9c970;
    height: 530px;
}
.error-msg {
    position: absolute;
    width: 90%;
    top: 20%;
    left: 33px;
}
.error-msg p {
    box-shadow: 0px 4px 10px #c9c9c970;
    padding: 12px 18px;
    display: block;
    border-radius: 10px;
    background: white;
}
.error-msg p b {
    font-weight: normal;
    font-size: 14px;
    text-transform: capitalize;
}
.error-msg p i {
    color: #ffe004;
    font-weight: 600;
    font-size: 13px;
    margin-right: 10px;
}
.error-msg p a {
    float: right;
    color: #333;
    font-weight: normal;
}
.mini-icons {
    text-align: right;
    padding: 0 10px;
    position: absolute;
    right: 0;
    z-index: 1;
}
.mini-icons a img {
    box-shadow: 1px 0 15px #eee;
    padding: 6px;
    border-radius: 5px;
    margin-bottom: 10px;
    background: #fff;
    width: 75%;
}
.maxi-icons a img {
    box-shadow: 1px 0 15px #eee;
    padding: 6px;
    border-radius: 5px;
    margin-bottom: 10px;
}
#map{
    width: 100%;
    height: 86vh;
}
#map_canvas {
    width: 100%;
    height: 88vh;
}
.left-tabing-main {
    width: 35%;
    float: left;
}
.right-map {
    width: 65%;
    display: inline-block;
}
.showright {
    width: 100%;
}

@media screen and (min-width: 1250px) and (max-width: 1299px) { 

    #maping {
        margin: 0px;
    }
    .left-tabs {
        height: 420px;
    }
    .iner-maping iframe {
        height: 555px;
    }
    .content-wrapper {
        min-height: inherit;
        padding: 12px;
        padding-left: 260px;
    }


}

@media screen and (min-width: 1400px) and (max-width: 1599px) { 

    #maping {
        margin: 0 0 20px;
    }
    .left-tabs {
        height: 460px;
    }
    .iner-maping iframe {
        height: 590px;
    }
    .content-wrapper {
        min-height: inherit;
        padding: 12px;
        padding-left: 260px;
    }


}

@media screen and (min-width: 1600px) and (max-width: 2020px) { 

    #maping {
        margin: 0 0 20px;
    }
    .left-tabs {
        height: 680px;
    }
    .iner-maping iframe {
        height: 810px;
    }
    .content-wrapper {
        min-height: inherit;
        padding: 12px;
        padding-left: 260px;
    }


}


@media (max-width: 767px) {
    .left-tabing-main {
        width: 100%;
        float: inherit;
    }
    .right-map {
        width: 100%;
        display: inline-block;
        margin-top: 20px;
    }
    
    #maximize_icon {
        top: 80px;
    }

}











.StepProgress {
  position: relative;
  padding-left: 35px;
  list-style: none;
  counter-reset: progress;
}
.StepProgress strong {
    display: block;
    font-weight: normal;
    margin-left: 0px;
    font-size: 12px;
    padding-top: 0px;
}
.StepProgress::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    width: 10px;
    height: 88%;
    border-left: 4px solid #CCC;
}
.StepProgress-item {
  position: relative;
  counter-increment: progress;
}
.StepProgress-item:not(:last-child) {
  padding-bottom: 25px;
}
.StepProgress-item::before {
  display: inline-block;
  content: '';
  position: absolute;
  left: -30px;
  height: 100%;
  width: 10px;
}
.StepProgress-item::after {
    display: inline-block;
    position: absolute;
    top: 0;
    left: -35px;
    border: 2px solid #CCC;
    border-radius: 50%;
    content: "S";
    color: #fff;
    text-align: center;
    background: green;
    font-weight: 500;
    width: 25px;
    height: 25px;
    line-height: 22px;
    font-size: 13px;
}
.StepProgress-item2 {
  position: relative;
  counter-increment: progress;
}
.StepProgress-item2::before {
  display: inline-block;
  content: '';
  position: absolute;
  left: -30px;
  height: 100%;
  width: 10px;
}
.StepProgress-item2::after {
    display: inline-block;
    position: absolute;
    top: 0;
    left: -35px;
    border: 2px solid #CCC;
    border-radius: 50%;
    content: "E";
    color: #fff;
    text-align: center;
    background: red;
    font-weight: 500;
    width: 25px;
    height: 25px;
    line-height: 22px;
    font-size: 13px;
}



