.cl__bg-img {
    margin-top: 136px;
    padding: 11.1% 0;
    background-size: cover;
    width: 100%;
}
.cl__content-block {
    position: relative;
}
.cl__tracking-wrap {
    padding: 24px;
}
.cl__tracking-processbar {
    border-bottom: 2px dashed #C4C4C4;
}
.cl__location-destination p {
    margin-bottom: 0;
    font-size: 18px;
    color: var(--blue);
    font-weight: 500;
    text-transform: capitalize;
}
.cl__location-destination {
    padding-bottom: 22px;
}
.cl__tracking-process {
    padding-top: 22px;
}
.cl__tracking-process li {
    color: var(--text-color);
}
.cl__location-block{
    position: relative;
}
.cl__location-block p:before {
    content: '';
    background-color: #C4C4C4;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: absolute;
    top: auto;
    left: -1px;
    bottom: -31px;
}
.cl__location-block p:after {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    position: absolute;
    border-radius: 100%;
    left: 5px;
    top: 44px;
}
.cl__location-block.cl__location-completed p:before {
    background-color: var(--blue);
}
.cl__location-block.cl__location-completed:after {
    background-color: var(--blue);
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    left: 19px;
    bottom: -24px;
}
.cl__location-block.cl__location-completed:before {
    content: '';
    background-image: url(../images/direction.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -31px;
    right: -20px;
    z-index: 1;
    width: 20px;
    height: 20px;
    left: auto;
}
.cl__tracking-location {
    padding-left: 120px;
}
.cl__location-block:last-child p:before {
    left: auto;
    right: 0;
}
.cl__location-block:last-child p:after {
    left: auto;
    right: 6px;
}
.cl__trackingvertical-block {
    margin: 36px 0 0 8px;
    position: relative;
}
.cl__trackingvertical-block:before {
    content: '';
    border-left: 2px dashed #C4C4C4;
    height: 98%;
    position: absolute;
    left: 0;
    top: 3px;
}
.cl__trackingvertical-block .cl__location-inner {
    padding: 0 0 100px;
}
.cl__trackingvertical-block .cl__location-inner {
    padding: 0 0 100px 40px;
    position: relative;
}
.cl__trackingvertical-block .cl__location-inner h3:before {
    content: '';
    background-color: var(--blue);
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: absolute;
    top: 3px;
    left: -49px;
    bottom: auto;
}
.cl__trackingvertical-block .cl__location-inner h3:after {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    position: absolute;
    border-radius: 100%;
    left: -43px;
    top: 9px;
}
.cl__trackingvertical-block .cl__location-inner h3 {
    font-size: 22px;
    color: var(--blue);
    font-weight: 500;
    line-height: normal;
    position: relative;
    margin-bottom: 0;
}
.cl__location-inner.cl__completed-process:before,
.cl__location-inner.cl__continue-process:before {
    content: '';
    position: absolute;
    border-left: 2px solid var(--blue);
    left: 0;
    height: 100%;
    top: 3px;
}
.cl__location-inner.cl__continue-process:before {
    height: 50%;
}
.cl__location-inner.cl__continue-process:after {
    content: '';
    background-image: url(../images/direction.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 81px;
    right: auto;
    z-index: 1;
    width: 20px;
    height: 20px;
    left: -10px;
    transform: rotate(91deg);
}
.cl__trackingvertical-block .cl__location-inner:last-child {
    padding-bottom: 0;
}
.cl__tracking-desc p {
    margin-bottom: 0;
}
.cl__tracking-desc{
    margin-top: 20px;
}
.cl__location-inner a span {
    display: inline-block;
    margin-left: 8px;
}
.cl__location-inner a {
    display: inline-block;
    background-color: var(--blue);
    border-radius: 100px;
    color: var(--white);
    padding: 3px 16px;
    margin-left: 16px;
}
.cl__tracking-sec {
    padding: 100px 0;
}
.cl__track-input input {
    border-color: #D9D9D9;
    width: calc(100% - 176px);
}
.cl__tracking-sec h3 {
    color: var(--blue);
    font-weight: 500;
    font-size: 30px;
    text-transform: capitalize;
}
.cl__tracking-sec h3 span {
    font-weight: 600;
}
.cl__tracking-sec h3 {
    color: var(--blue);
    font-weight: 500;
    font-size: 30px;
    text-transform: capitalize;
}
.cl__track-input {
    margin: 14px 0 48px;
}
.cl__tracking-block h3 {
    margin-bottom: 24px;
}
.cl__map-img {
    padding-left: 34px;
}
.cl__map-img img{
    border-radius: 10px;
}
.cl__tracking-sec .cl__fill-btn:hover {
    background-color: var(--blue);
    color: var(--white) !important;
}
/* responsive css start */
@media (max-width:1650px){
    .cl__bg-img {
        margin-top: 90px;
    }
}
@media (max-width:1199px){
    .cl__map-img {
        padding: 34px 12px 0;
    }
    .cl__tracking-sec {
        padding: 50px 0;
    }
}
@media (max-width:991px){
    .cl__bg-img {
        margin-top: 82px;
    }
}
@media (max-width:767px){
    .cl__tracking-sec h3 {
        font-size: 24px;
        line-height: 34px;
    }
    .cl__tracking-wrap {
        padding: 12px;
    }
    .cl__track-input input {
        width: 100%;
        margin: 0 0 12px;
    }
    .cl__track-input .cl__fill-btn {
        width: 100%;
        text-align: center;
        padding: 10px 44px;
        font-size: 20px;
    }
    
}
@media (max-width:425px){
    .cl__trackingvertical-block .cl__location-inner h3 {
        width: 100%;
    }
    .cl__location-inner a {
        margin: 16px 0 0;
    }
    .cl__trackingvertical-block .cl__location-inner h3:before {
        left: -39px;
    }
    .cl__trackingvertical-block .cl__location-inner h3:after {
        left: -33px;
    }
    .cl__trackingvertical-block .cl__location-inner {
        padding: 0 0 100px 30px;
    }
}
/* responsive css end */