body {
    margin: 0px;
    padding: 0px;
}

.contain {
    position: relative;
    text-align: center;
    color: white;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    font-family: Arial, Helvetica, sans-serif;
}

#btn {
    width: 100%;
    height: 40px;
    background-color: #343536;
    color: white;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    text-align: center;
    margin: 0px;
    padding: 0px;
    
}
/* #clr{
    background-color: #343536;

} */

#close {
    border: none;
    text-decoration: none;
    cursor: pointer;
    background: transparent;
    color: white;
}

.top-img {
    width: 100%;
}

.text {
    margin: auto;
}

.home {
    text-decoration: none;
    color: black;
}

.breadcrumb {
    width: 97%;
    margin: auto;
    /* border: solid 1px red; */
    display: flex;
    justify-content: space-between;
    padding: 5px;
    font-size: 13px;
}

/* .dropdown {
    text-decoration: none;
    border: none;
    background-color: none;
} */

.btn {
    border: solid 1px black;
    border-radius: 0px;
    font-size: 0.9rem;
}

/* .dropdown-item{
    text-decoration: none;
    
}
.dropdown-item:hover {
    color: red;
} */

.dropdown {
    display: flex;
    flex-direction: row-reverse;
    width: 97%;
    margin: auto;
    margin-top: 10px;

}

.dropdown-toggle::after {
    margin-left: 6.255em;
}

#di {
    /* border: solid 1px red; */
    /* display: inline-block; */
    width: 100%;
    display: flex;
    justify-content: center;
}

#show {
    /* border: solid 1px red; */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 50px;

}

.img1 {
    /* border: solid 1px red; */
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* width: 50%; */
    width: 319.44px;

}

#box1 {
    /* border: solid 1px black; */
    /* width: 33%; */
    font-size: 10px;

}

#box2 {
    width: 100%;
    display: flex;
    justify-content: center;
    /* border: solid 1px red; */
}

#but1 {
    width: 200px;
    font-size: 15px;
    background-color: black;
    color: white;
    margin-top: 10px;
}

#div1 {
    /* border: solid 1px red; */
    text-align: center;
}

#div1>p {
    font-size: 16px;
    font-weight: 400;
}

#div1>h3 {
    font-size: 15px;
    margin-top: 20px;



}

#div1>h4 {
    font-size: 15px;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

/* for scrollup butto  */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    width: 100px;
}

.text-white {
    font-size: 14px;
    margin-top: 10px;
}

.div2 {
    /* border: solid 1px red; */
    width: 300px;
    height: 30px;
    margin: auto;
}


.checked {
    color: black;
    font-size: 20px;
}

.unchecked {
    /* border: solid 1px black; */
    color: grey;
    font-size: 20px;
}

#btn {
    width: 100%;
    height: 40px;
    background-color: #343536;
    color: white;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    text-align: center;
    margin: 0px;
    padding: 0px;

}
.text {
    margin: auto;
}
.text-white {
    font-size: 14px;
    margin-top: 10px;
}

#close {
    border: none;
    text-decoration: none;
    cursor: pointer;
    background: transparent;
    color: white;
}

.active, .dot:hover {
    background-color: #343536!important;
}