@media (min-width: 992px) and (max-width:1216px) {
    .menu-lists .menus-lists {
    padding: 0px 5px;
}
a.navbar-brand.fw-bold img {
    width: 280px;
}

}
@media(max-width:992px){
    .getting-started-section .row {
    gap: 24px;
}
.card-new-info {
    margin-bottom: 30px;
}
.container-fluid.footer-temple .row.top_space img.logo_botton {
    width: 87%;
}
}

@media(min-width:820px) and (max-width:950px){
    .upper-notify-link {
        margin-top: 92px;
}
}

 @media (max-width: 668px) {
.upper-notify-link span {
    font-size: 12px;
}
.upper-notify-link img {
    width: 20px;
}
.close-me svg {
    font-size: 15px;
    padding-right: 2px;
}
.link-line-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
} 
 @media (max-width: 512px){
.upper-notify-link {
    display: none;
}

 }
 @media (max-width: 488px){
.carousel-section {
    margin-top: 45px !important;
}
 }
 @media (min-width:512px) and (max-width: 820px){
    .upper-notify-link {
       margin-top: 102px;
}
 }

  @media (min-width:220px) and (max-width: 511.99px){
   .left-user-from {
    margin-top: 66px;
}
 }




 