<>
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
#mobileMenu{
display: none;
}
#mobmenu{
display: block !important;
}
}
>
<>
@media (max-width: 768px) {
.dropdown-menu {
display: none;
width: 100%;
height: 100%;
}
.dropdown-menu.show {
/* display: block; */
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: white;
z-index: 1000;
overflow-y: auto;
}
.dropdown-menu.dropdown-submenu {
display: none;
}
.dropdown-menu.dropdown-menu.show {
display: block;
}
.navbar-nav {
display: flex;
flex-direction: column;
width: 100%;
}
}
.dropdown-submenu {
max-height: 250px;
overflow-y: auto;
overflow-x: hidden;
/* margin-bottom: 40px; */
}
/* .dropdown-submenu::-webkit-scrollbar {
width: 8px; /* Width of the scrollbar */
/* } */
>
< type="text/css">
.customcsbmsg {
text-align: center;
}
.customcsbmsg img {
max-height: 20px;
margin-bottom: -5px;
}
.customcsbmsg span {
font-weight: bold;
/*text-decoration: underline;*/
}
.custom-popup {
display: flex;
justify-content: center;
align-items: center;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0000.6);
z-index: 1000;
}
.popup-content {
background-color: white;
border-radius: 10px;
padding: 30px;
box-shadow: 0 4px 15px rgba(0000.2);
max-width: 500px;
width: 90%;
text-align: center;
position: relative;
/* top: 8%; */
}
.close-btn {
cursor: pointer;
position: absolute;
top: 5px;
right: 20px;
font-size: 24px;
color: blue;
transition: color 0.3s;
}
.close-btn:hover {
color: darkblue;
}
h3 {
margin-bottom: 20px;
color: #333;
}
.divider {
margin: 15px 0;
border: none;
height: 2px;
background-color: #ccc;
}
.row {
margin-bottom: 5px; /* Decrease bottom margin */
}
.input-field {
position: relative;
margin-bottom: -10px; /* Add margin to input fields for spacing */
}
.input-field i {
position: absolute;
left: 10px;
top: 14px;
color: #888;
}
.input-field input,
.input-field select {
padding: 10px 40px 10px 40px;
border: 1px solid #ccc;
border-radius: 5px;
width: 100%;
transition: border-color 0.3s;
}
.input-field input:focus,
.input-field select:focus {
border-color: blue;
outline: none;
}
.label {
color: #666;
}
.btn {
background-color: #26a69a;
color: white;
border: none;
border-radius: 5px;
padding: 12px;
transition: background-color 0.3s;
}
.btn:hover {
background-color: darkblue;
}
>
Free Class 8 English Worksheets PDF
<>
.marquee {
display: block;
align-items: center;
transition: all 0.5s ease;
}
>