.header-bio {
    text-align: center;
    margin-top: 2rem;
}
.header-bio-two {
    text-align: center;
    margin-top: 2rem;
    box-shadow: 4px 5px 9px black;
    background-color: lightgrey;
}

.left-content-bio {
    font-size: 20px;
    font-family: Avenir-Heavy;
    color: white;
}

.b,
strong {
    font-size: 1.2rem !important;
}
.bio_top {
    position: absolute;
    left: 6%;
    top: 19rem;
    width: 600px;
}
.bio_bottom {
    position: absolute;
    /* edit */
    right: 5%;
    top: 27%;
    width: 534px;
}
.bio_top_image {
    width: 100%;
}

/* .dry{
    background-color: #ff83696b;
    padding: 10px  0px 0px 0px
}
.dry b{
    font-size: 20px;
    background-color: #ff8369;
    padding: 10px ;
    color: white;
}
.drycheck{
    background-color: #ff83696b;
}
.dry p{
    padding: 10px;
    margin-bottom: 0px;
    background-color: #ffe5dd;
    border-bottom: 1px solid #ff8369;
} */

.biosecurity_steps {
    /* background-color: #ffe5dd; */
    background-color: #ff8369;
    padding: 0px;
}
.biosecurity_step-heading {
    margin-bottom: -16px !important;
}
.biosecurity_step-heading p {
    padding: 5px 10px;
    font-family: "Avenir-Heavy";
    font-size: 26px;
    /* font-weight: bold; */
}
.biosecurity_step-heading .col-md-2 {
    background-color: #ff8369;
    color: white;
}
.biosecurity_step-heading .col-md-10 {
    background-color: #ffbaa6;
    /* color: white; */
}
.biosecurity_step_container {
    /* background-color: #ff8369 ; */
    margin-bottom: 0px;
}
.step_container_numbering {
    padding: 10px;
    background-color: #ff8369;
    margin-bottom: 0px;
    border-bottom: 2px solid white;
}
.step_container_text {
    /* background-color:#ffbaa6;  */
    background-color: #ffe5dd;
    width: 100%;
    padding: 10px;
    margin-bottom: 0px;
    border-bottom: 2px solid #ff8369;
}

/* step2 */
.steps2 {
    background-color: #31b694;
}
.heading2 .col-md-2 {
    background-color: #31b694;
}
.heading2 .col-md-10 {
    background-color: #83d6c2;
}
.steps2 .step_container_numbering {
    background-color: #31b694;
}

.steps2 .step_container_text {
    background-color: #d1efe9;
    border-bottom: 2px solid #31b694;
}

/* step 3 */
.step3 {
    background-color: #1181c8;
}
.heading3 .col-md-2 {
    background-color: #1181c8;
}
.heading3 .col-md-10 {
    background-color: #77b3df;
}
.step3 .step_container_numbering {
    background-color: #1181c8;
}

.step3 .step_container_text {
    background-color: #cde2f3;
    border-bottom: 2px solid #1181c8;
}

/* // for image container */
.checkcontainer {
    /* margin-bottom: -27px; */
    /* margin-bottom: -66px; */
}
.textContainer {
    padding: 0;
    height: 254px;
}
.imagecontainer {
    padding: 0;
    height: 254px;
}

.imagecontainer img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

/* //for mobile bisosecurity */
@media screen and (max-width: 768px) {
    img {
        max-width: 100%;
    }
    .bio_top {
        position: absolute;
        left: 6%;
        top: 60vw;
        width: 50%;
    }
    .bio_top_text {
        font-size: 0.45rem;
    }

    .biosecurity_step-heading p {
        font-size: 15px;
    }

    .checkcontainer {
        flex-direction: column;
    }
    .textContainer {
        height: 100%;
    }
    .imagecontainer {
        height: 100%;
    }
}
