.bangla{
    font-family: 'Anek Bangla', sans-serif;
}

.english{
    font-family: 'Poppins', sans-serif;
}

.container{
    margin-top: 30px;
}

.hr{
    height: 1px;
    border: 1px solid #097390;
    opacity: 100%;
    background-color: #097390;
}

.card{
    border-radius: 0 !important;
}

.search{
    width: 150px;
    margin-top: 5px;
    background-color: #097390;
    color: #fff;
    height: 40px;
    border: 2px solid #097390;
    border-radius: 13px;
    transition: 0.3s;
}

.search:hover{
    background-color: #d4f6ff;
    color: #097390;
    transition: 0.3s;
}

.certImgNone{
    width: 115px;
    margin-left: 30px;
}

.download{
    width: 150px;
    margin-top: 5px;
    background-color: green;
    color: #fff;
    height: 40px;
    background-color: green;
    border: 2px solid ;
    border-radius: 13px;
    transition: 0.3s;
}

.download:hover{
    background-color: rgb(209, 250, 209);
    color: green;
    transition: 0.3s;
}

.none1 .card-status{
    border: 1px solid #ededed;
    text-align: center;
    background-color: #ededed;
}

.none1 .card{
    border-top-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.dropdown-list {
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    max-height: 150px !important;
    overflow-y: auto !important;
    position: absolute !important;
    background-color: #fff !important;
    width: 95% !important;
    z-index: 1000 !important;
}

.dropdown-item {
    padding: 10px !important;
    cursor: pointer !important;
}

.dropdown-item:hover {
    background-color: #097390 !important;
    color: #fff !important;
}



.hidden {
    display: none;
}

.mb-3 input{
    border-radius: 0;
    transition: 1s;
    box-shadow: 3px 2px #097390;
}

.mb-3 input:focus{
    box-shadow: 3px 2px #1cb6e0;
    transition: 1s;
}

.mb-3 select{
    border-radius: 0;
    box-shadow: 3px 2px #097390;
    transition: 1s;
}

.mb-3 select:focus{
    box-shadow: 3px 2px #1cb6e0;
    transition: 1s;
}


@media only screen and (min-width: 1000px) {
    img{
        width: 355px !important;
    }
}

@media only screen and (max-width: 1000px) {
    img{
        width: 300px !important;
    }
}

@media only screen and (max-width: 800px) {
    img{
        width: 200px !important;
    }

    option{
        font-family: 'Anek Bangla', sans-serif;
    }
}

.red{
    color: red;
}