.d-lg-none{
    display: none;
}
.path-fully-equipped {
    font-family: 'Montserrat', 'Open Sans Bold', Arial, sans-serif!important;
    color: #000;
    text-align: left;
}

.section-index-header {
    background: #fff;
}

.section-index-header .container {
    padding-top: 15px;
    padding-bottom: 20px;
    position: relative;
}

.section-index-header p {
    font-size: 20px;
    margin-bottom: 30px;
}

.section-index-header .promo-ends {
    position: absolute;
    right: 0;
    margin-top: -100px;
    right: 40px;
}

.section-path-to-get {
    background: #fff;
    color: #000;
    font-size: 16px;
    border-top: 2px dashed #7bc5d4;
}

.section-path-to-get .container {
    padding: 80px 20px 190px;
}

.section-path-to-get .num {
    z-index: 1;
    top: 0px;
    position: relative;
}

.section-path-to-get .vertical-line {
    border-left: 3px solid #7bc5d4;
    height: 200px;
    margin-left: 25px;
}

.section-path-to-get .equipped-box {
    background: #f3f3f3;
    box-shadow: 3px 3px 3px #ddd;
    padding: 10px 30px;
    border-radius: 20px;
}

.section-path-to-get .equipped-box ul {
    list-style-type: none; /* Remove default bullets */
    padding-left: 0; /* Remove default left padding */
    line-height: 40px;
}

.section-path-to-get .equipped-box li {
    position: relative;
    padding-left: 20px; /* Adjust space between bullet and text */
    margin-bottom: 10px; /* Adjust margin between list items */
    font-size: 18px;
}

.section-path-to-get .equipped-box li::before {
    content: ''; /* Required for pseudo-element */
    position: absolute;
    left: 0;
    top: 50%; /* Align vertically */
    transform: translateY(-50%);
    width: 10px; /* Adjust width of bullet */
    height: 10px; /* Adjust height of bullet */
    background-color: #5d48ff; /* Adjust color of bullet */
    border-radius: 50%; /* Round shape for bullet */
}

.section-path-footer .leaf-tarsier{
    width: 100%;
    position: relative;
    margin-bottom: -25px;
}

@media (max-width: 1280px) {
    
}

@media (max-width: 1200px) {
    
   

}


@media (max-width: 1199px) and (min-width: 992px) {



}


@media (max-width: 991px) and (min-width: 768px) {

}

@media (max-width: 991px) {
    .d-md-none{
        display: none;
    }
    .d-md-block{
        display:block!important;
    }    

    .section-path-to-get .equipped-box ul {
        line-height: 30px;
    }

    .section-path-to-get .marketing-hub .equipped-box li::before{
        top: 45%;
    }


    .section-path-to-get .equipped-box li::before {
        top: 25%;
    }

    .section-path-to-get .content-engage .vertical-line{
        height: 300px;
    }


}

@media (max-width: 767px) {  
    .section-path-to-get .container {
        padding: 80px 20px 100px;
    }
    
    .section-path-to-get .equipped-box {
        margin-left: 20px;
    }
    
    .section-path-to-get h1 {
        font-size: 28px;
    }
    .section-path-to-get .equipped-box li {
        font-size: 14px;
        margin-bottom: 0px;
    }

}

@media (max-width: 680px) {
   .section-index-header h1{
        font-size: 28px;
    }
    
}

@media (max-width: 480px) {
    .section-path-to-get h1 {
        font-size: 22px;
    }

}