/***************** start header */
/* @media only screen and (min-width: 1200px) {
    header {
        padding-top: 4%;
    }
} */

/***************** End header */
.container {
    margin-top: 1rem !important;
}

.titleTextLeft {
    width: 100%;
    padding: 10px;
    text-align: left;
    color: white;
    /* background-color: #1f7ce5; */
    background: #1f7ce5;
    background: linear-gradient(0deg, rgb(9, 174, 240) 0%, rgb(5, 121, 238) 100%);
    font-weight: bold;
    margin-bottom: 1rem;
}

ul.dot {
    list-style-type: disc;
    list-style-position: outside;
    padding: 0.5em 0 0 2em;
}

ul.dotTwo {
    font-size: 20px;
    padding: 0.5em 0 0 3em;
}

#carouselSliderGalleryLeft img {
    height: 140px;
    width: 100%;
    position: relative;
}
.container.article p {
    font-size: 22px;
    margin-top: 2rem;
    text-indent: 3rem;
}

.text-primary {
    color: #0b3489 !important;
}

.container.privacyPolicy p {
    font-size: 20px;
    text-indent: 4rem;
}

.branchStockP22 p {
    text-indent: 3rem;
    font-size: 22px;
}

.branchStockP16 p {
    font-size: 16px;
    margin-bottom: 8px;
}

.heightBody {
    height: 140px;
}

p.titleText {
    font-size: 20px;
    padding: 4px;
}
@media only screen and (max-width: 767px) {
    #carouselSliderGalleryLeft img {
        height: 70px;
    }

    .d-sm-none {
        display: none !important;
    }

    ul.dotTwo {
        font-size: 18px;
    }

    h4.titleTextLeft,
    h4.text-primary {
        font-size: 20px;
    }
}
