/***************** 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 4em;
}

.aucProcessCondition {
    background-color: #fcfcfc;
}

.aucProcessCondition p {
    margin-bottom: 10px;
}

p.indent {
    text-indent: 3em;
    text-align: justify;
}

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

#carouselSliderGalleryLeft img {
    height: 140px;
    width: 100%;
    position: relative;
}

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

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.memberTypeCar {
    text-align: center;
    background-color: #b8cce4;
}

.memberTypeCar .col:first-child {
    border: 1px solid white;
}
.hrdocbusiness{
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-top: 2px solid white;
}
@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;
    }
}