.responsive-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.main-header-color{
    color: #2274CB;
}

@media (min-width: 992px) { /* For laptop and larger screens */
    .responsive-image {
        height: 65vh;
        width: auto;
        display: block;
        margin: 0 auto;
        padding-left: 30px;
    }
    .about-us-img{
        width: 70%;
    }
    .top-cart-content{
        width: auto !important;
    }
}

.top-cart-item-desc, .top-cart-item-desc-title{
    padding-left: 0 !important;
}

@media (max-width: 991.98px) {
    /* For tablets and smaller screens */
    .responsive-image {
        height: auto;
        width: 100%;
    }

    .about-us-img {
        width: 90%;
    }

    .top-cart-content {
        width: 50vw;
    }
}

.text-main{
    color: var(--cnvs-themecolor);
}

.text-justify{
    text-align: justify;
}

.map-title {
    position: absolute;
    min-width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -70px;
}

.map-title .iconlist li:not(:first-child) { margin-top: 8px; }
.map-title .iconlist li img {
    position: relative;
    margin-top: -2px;
    width: 16px;
    margin-right: 15px;
}

.map-title .iconlist a {
    font-size: 13px;
    color: #888;
}

.device-xs .map-title {
    margin-top: 40px;
    padding-bottom: 100px;
}

.counter-section {
    position: relative;
    border-top: 1px dashed #E5E5E5;
    padding-top: 40px;
    margin-top: 0px;
}

.counter-dots {
    position: absolute;
    display: block;
    height: 16px;
    width: 16px;
    top: -40px;
    left: 50%;
    margin-left: -10px;
    margin-top: -9px;
    background-color: var(--cnvs-themecolor, #0F66DD);
    border: 4px solid #FFF;
    border-radius: 50%;
    -webkit-box-shadow: -1px 0 10px -1px rgba(0,0,0,.2);
    box-shadow: -1px 0 10px -1px rgba(0,0,0,.2);
}

.device-xs .counter-dots { display: none; }
.device-xs .counter-section {
    border-top: 0;
    margin-top: 120px;
}

.counter + h5 { opacity: .5; }

.section-map .map-image { opacity: .2; }
