.home-image{
    width: 267px  !important;
    object-fit: contain !important;
    height: 250px   !important;
}

#preview-image{
    width: 66px !important;
    border-radius: 50px !important;
}
.password-div{
    position: relative;
}

.min-section-height {
    min-height: 63vh;
}
.copy-notification {
    color: #ffffff;
    background-color: rgba(0,0,0,0.8);
    padding: 20px;
    border-radius: 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 150px;
    margin-top: -30px;
    margin-left: -85px;
    display: none;
    text-align:center;
}

.notification-msg{
    padding: 15px;
}
.notification-msg-readed{
    background: #fff;
}

.notification-msg-unreaded{
    background: #c7c7c7;
}



.notification {
    position: fixed;
    bottom: 50px;
    left: 46px;
    padding: 23px;
    background-color: #3abff0;
    border: 1px solid #ffffff;
    border-radius: 18px;
    color: #fff;
    z-index: 100000;
    display: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  #notification-message {
        margin-right: 10px;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
  }
  
  .notification-close {
    background-color: #ccc;
    border: none;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
  }

  .slide-image{
    height: 446px;
    object-fit: contain;
  }
  .lazy {
    display: block;
    width: 100%;
    height: auto;
  }

  .socialmedia, .socialmedia ul{
    display: block;
    width: 100%;
    text-align: center;
  }
  .socialmedia ul li{
    display: inline-block;
    text-align: center;
  }
  .socialmedia a{
    color: #000;
    font-size: 30px;
    padding:0 15px;
  }
  .home-inner-slider.owl-carousel .owl-dots{
    bottom: 15px;
    position: absolute;
    width: 100%;
  }

  #notificationPermissionModal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

.modal-content {
    text-align: center;
}
.footer{
  padding: 4em 0 0em 0 !important;
}
pre {
  font-size: 20px !important; 
  font-family: inherit !important;
}