﻿@charset "utf-8";

@media only screen and (max-width:1024px){}
@media only screen and (max-width:910px){}
@media only screen and (max-width:850px){.webmain{min-width:initial}
 
  
	.Bottomerkg,.Bottomer{display:block}
}

    .image-popup {
      display: none;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 20px;
      border: 1px solid #ccc;
      background-color: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }
 .close-button {
      position: absolute;
      top: 1px;
      right: 1px; /* Adjust the right margin as needed */
	  background-color:#CB8B44;
	  color: aliceblue;
	 width: 24px;
	 height: 24px;
	 
	 
    }