.align-left{
justify-content: right !important;
}
.bg-light{
    background-color: white !important;
    border-bottom: 2px solid #EBEBEB;
}
.nav-link{
    color: #022d59 !important;
    font-weight: bold;
}
.nav-link2{
    margin-left: 20px;
    display: flex;
    flex-direction: row;
}
.align-text-top {
    vertical-align: middle !important;
}
.nav-link3{
    font-size: 13px;
}
.img-text-container{
    display: flex;
    padding: 1rem;
    width: 100%;
    height: 400px;
    justify-content: center;
}
.column-cust{
    display: flex;
    justify-content: center;
    /* align-content: center; */
    /* line-height: 348px; */
    flex-direction: column;
    gap: 2rem;
}
.img-cust{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    height: 300px;
}
.p-cust{
    padding-top: 10px;
    padding-right: 20px;
}
.h1-cust{
    padding-top: 20px;
    font-size: 2rem;
}
.products-row{
    display: flex;
    justify-content: space-evenly;
    margin-top: 5px;
}
.products-row-cat{
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 10%;
}
.products-row-cat2{
    display: flex;
    justify-content: space-evenly;
    margin-left: 10%;
    margin-right: 10%;

}
.products-row-cat3{
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 2%;
}
.products-row-1{
    display: flex;
    margin-top: 30px;
    justify-content: center;
    column-gap: 50px;
}
.card-title-cust{
    display: block;
    text-align: center;
}
.card-button-cust{
    display: block;
    background-color: green;
    color: white;
}
.card-img-top{
    height: 100px !important;
}
.card-img-top2{
    height: 188px !important;
}
a.disabled{
    pointer-events: none;
    cursor: default;
}
.about-desc{
    display: flex;
    width: 100%;
    padding: 20px;
}
.about-desc2{
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 100px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
}
.p-cust-2{
    padding-top: 10px;
    padding-right: 20px;
    text-align: justify;
}
.p-cust-3{
    /* padding-top: 20px;
    padding-right: 20px; */
    padding: 20px;
    text-align: justify;
}
.text-corosal-contaner{
    width: 50%;
    background-color: #FFC300;
    margin: 20px;
    border-radius: 10px;
    padding: 10px;
    height: 200px;
}
.text-corosal-contaner-top{
    display: flex;
    justify-content: center;
}
.index-img-text{
    margin-left: 100px;
}
.about-desc-inner2{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 50px;
    border: 1px solid;
    border-left: none;
    border-color: #EBEBEB;
    border-radius: 5px;
}
.about-desc-inner3{
    width: 100%;
    background-color: #022d59;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}
.contact-p-cust{
    height: 20px;
    width: 592px;
    text-align: center;
    padding-top: 150px;
    font-size: 2rem;
    font-weight: bold;
    color: white;
}
.contact-p-cust-contact{
    width: 592px;
    text-align: center;
    font-weight: bold;
    color: white;
}
.row-cust{
    display: flex;
    width: 70%;
}
.contact-details{
    width: max-content;
    height: max-content;
    font-size: 1rem;
    color: white;
    padding: 20px;
    position: relative;
    top: 25%;
}
.form-elements-gap{
    padding-bottom: 20px;
    width: 100%;
}
.cust-button{
    background-color: #078415;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    border: none;
    border-color: none;
    padding: 5px;
    width: 70%;
}
.input-cust{
    width: 70%;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    padding: 2px
}
.input-cust2{
    width: 70%;
    height: 150px;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    padding: 2px
}
.highlights-row{
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 10%;
}
.text-center2{
    text-align: center !important;
    border: none;
    margin-bottom: 0;
    background-color: #022d59;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 50px;
    color: white;
}
.img-text-card-container{
    margin-top: 70px;
    margin-bottom: 70px;
    display: flex;
    justify-content: center;
    pad: 20px;
}
.card-no-border{
    max-width: 32% !important;
    border: none !important;
}
.error-text-color{
    color: red;
}
.green-text {
    color: #03762B !important;
    font-weight: bold !important;
}
@media screen and (max-width: 600px) {
    .about-desc{
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 10px;
    }
    .text-corosal-contaner{
        width: 100% !important;
        height: 200px !important;
        padding: 5px;
    }
    .p-cust-3{
        /* padding-top: 20px;
        padding-right: 20px; */
        padding: 5px;
        text-align: justify;
    }
    .products-row{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        grid-gap: 1rem;
    }
    .highlights-row{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        grid-gap: 1rem;
        margin-bottom: 10%;
    }
    .products-row-cat{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        grid-gap: 1rem;
        margin-bottom: 10%;
    }
    .products-row-1{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        grid-gap: 1rem;
    }
    .index-img-text{
        margin-left: 5px !important;
    }
    .nav-link2{
        margin-left: 0px !important;
        display: flex;
        flex-direction: column;
    }
    .row-cust{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .img-text-container{
        display: flex;
        flex-direction: column;
        padding: 1rem;
        width: 100%;
        height: auto;
    }
    .about-desc2{
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 100px;
        padding-left: 50px;
        padding-right: 50px;
        text-align: center;
        row-gap: 10px;
        margin-bottom: 50px;
    }
    .about-desc-inner2{
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 10px;
        border: 1px solid;
        border-color: #EBEBEB;
        border-radius: 5px;
    }
    .input-cust{
        width: 100%;
        border: 1px solid #EBEBEB;
        border-radius: 5px;
        padding: 2px
    }
    .input-cust2{
        width: 100%;
        height: 150px;
        border: 1px solid #EBEBEB;
        border-radius: 5px;
        padding: 2px
    }
    .img-cust{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 350px;
        height: 250px;
    }
    .img-text-card-container{
        margin-top: 70px;
        margin-bottom: 70px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        pad: 20px;
    }
    .card-no-border{
        max-width: 100% !important;
        border: none !important;
    }
    .card-text-cust{
        display: flex;
        flex-direction: column;
        text-align: center;
        font-size: 15px;
    }
    .col-md2-cust{
        display: flex;
        justify-content: center;
    }
    .img-fluid {
        max-width: 10% !important;
        height: auto;
    }
    .item-cust{
        height: 230px !important;
    }
  }

