
.offline_page {             position: fixed;
    z-index: 3200;
    background: #ffffff;
    border: 0px solid;
    padding: 20px;
    vertical-align: middle;
    border-radius: 0px;
    width: -webkit-fill-available;
    left: 0;
    top: 0;
    height: 100vh;
    align-items: center;
    display: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;}
	
.offline_page .oft1{       font-size: 25px;
    text-align: center;
    padding: 10px;
    color: #bf3636;}
	
.offline_page .oft2{       text-align: center;
    padding: 10px;
    font-size: 16px;
    margin: 10px;
    color: #9a9a9a;}

.of_close {    background: #e2e2e2;
    color: black;
    padding: 7px 20px;
    width: fit-content;
    margin: 10px auto;}
	
	
        .emoji {
            font-size: 3em;
            margin-bottom: 20px;
        }
	

	.view_counter {           width: fit-content;
    max-width: 200px;
    text-align: center;
    font-size: 11px;
    padding: 5px 12px;
    background: #00000078;
    color: white;
    margin: 0 auto;
    top: 2px;
    z-index: 5;
    position: absolute;
    border: 2px solid white;
    border-top: 0;
    border-radius: 0px 0px 10px 10px;
    left: 0px;}
    .ads_class {      border: 0px solid #ff5722;
    width: 435px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;}
    .wtsp_share_btn {
                background: linear-gradient(45deg, #3f9942, #389b3c);
    font-size: 14px;
    padding: 10px;
    font-weight: 400;
    color: white;
    cursor: pointer;
    width: 100px;
    display: inline-block;
    border-radius: 0px 5px 5px 0px;
}

* {font-family: 'Barlow',sans-serif;}
body {
          padding: 0;
    margin: 0;
    font-family: 'Barlow',sans-serif;
    background: repeating-linear-gradient(45deg, #000000, #24000059 200px), repeating-linear-gradient(-45deg, black, transparent 200px);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}



#logo_m1 {           max-width: 200px;
    max-height: 200px;
    margin: 0 auto;
    text-align: center;    border-radius: 200px;}

.top_logo_div {            display: grid;
    grid-template-columns: auto auto;
    width: 100%;
    align-items: end;
    margin: 15px auto;
    max-width: 1000px;}


.wtsp_share_btn .fa-whatsapp {    font-size: 20px;
    display: inline-flex;
    vertical-align: middle;}

.qr_h2 {    text-align: center;
    margin: 0px 0px 16px;
    text-transform: uppercase;
    font-size: 23px;}


.dis_flex .big_btns {
   
    cursor: pointer;
    user-select: none;
	width:170px;
}

/* --- Container Styling --- */
.btn_container_top {
        padding: 10px 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
   
    border-radius: 200px;
    margin: 5px auto;
    width: fit-content;
}

.btn_cont_top {
    display: flex;
    flex-wrap: wrap;
    gap: 15px; /* Space between buttons */
    justify-content: center;
    max-width: 600px; /* Keeps it looking good on desktop */
}

/* Remove default link formatting */
.btn_cont_top a {
    text-decoration: none;
    color: inherit;
    display: block; /* Ensures the anchor wraps the whole button */
}

/* --- Button Styling --- */
.btn22_top {
       display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    padding: 6px 10px;
    text-align: center;
	 background-color: #f8f9fa;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover & Active Effects */
.btn22_top:hover {
    transform: translateY(-4px);
    
    border-color: #3b82f6; /* Modern Blue */
}

.btn22_top:active {
    transform: translateY(0);
   
}

/* --- Icon Styling --- */
.btn22_top i {
            font-size: 24px;
    margin-bottom: 10px;
    color: white;
    transition: color 0.3s ease;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e4e4e4;
    border-radius: 200px;
}



.btn22_top i.fa-google {    
    background: linear-gradient(    45deg,     #4285F4 25%,     #EA4335 27% 56%,     #FBBC05 45% 73%,     #34A853 75%);}
	
	.btn22_top i.fa-address-book-o {    background: #065fd4;}
	.btn22_top i.fa-download  {        background: #000000;}
	.btn22_top i.fa-share-alt  {        background: #065fd4;}
/* --- Text Styling --- */
.btn22_top p {
       margin: 0;
    font-size: 8px;
    font-weight: 600;
    color: #334155;
}

/* --- Responsive adjustments for smaller phones --- */
@media (max-width: 400px) {
    .btn_cont_top {
        gap: 10px;
    }
    
    .btn22_top {
        min-width: 10px;
        padding: 12px 15px;
    }
    
    .btn22_top i {    font-size: 18px;
    width: 45px;
    height: 45px; font-size: 20px;
    }
    
    .btn22_top p {
           font-size: 8px;
    }
}


#wtsp_form {    width: -webkit-fill-available;
    max-width: 500px;
    display: flex;
    margin: 10px auto;
    justify-content: center;}
	
	#wtsp_form input {    width: -webkit-fill-available;
    margin: 0px;}
.print_qr {    font-size: 14px;
    background: #03A9F4;
    width: fit-content;
    padding: 7px 10px;
    color: white;
    margin: 10px auto;
    border-radius: 3px;}

.m_menu_head {    display: block;
    position: fixed;
    right: 11px;
    top: 10px;
    background: #464646;
    padding: 13px;
    color: white;
    border-radius: 4px;
    border: 2px solid white;}

.ads_class_pc {        border: 1px solid #ffdfd4;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 27%;
    background: #ffffc5;
    text-align: center;}
	.product_s {           width: 30% !important;
    max-width: 400px;
    display: inline-block !important;
    margin: 8px;
    padding: 4px 2px !important;
    vertical-align: top !important;}
.upgrade_btn {    background: black;
    color: white;
    font-size: 11px;
    padding: 4px;
    font-weight: 500;}
#qr_code_d {
        left: 50%;
    position: relative;
    transform: translate(-50%, 0px);
    margin: 30px 0px 24px;
    width: fit-content;
}


	.share_box .close {     font-size: 61px;
    text-align: end;
    padding: 0px 10px;
    font-weight: 400;
    color: #d70000;
    position: absolute;
    right: 18px;
	cursor:pointer;
    top: -7px;
    z-index: 3;}
	
	#whatsapp2 {background:#1aab2c;color:white}
	.fa-comment-dots	 {background: #1cbdff;
    color: white;}

	.share_box {
		           display: none;
    background: white;
    color: black;
    position: fixed;
    top: 10%;
    width: 89%;
    padding: 10px;
    max-width: 500px;
    box-shadow: 0px 0px 10px 0px #8f8f8f33;
    z-index: 64333;
    border-radius: 11px;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    min-height: 500px;}
	
	#g_review  {    width: 16px;
    margin: 0 1px 0px 5px;
    top: 3px;
    display: inline-block;
    position: relative;}
	
	.shar_btns {    width: 100px;
    text-align: center;
    display: inline-block;}
	.shar_btns i{    padding: 10px;
    border-radius: 8px;
    font-size: 30px;
    border: 0px;
    display: block;
    margin: 0 auto;
    background: #eaeaea !important;
    color: black !important;
    width: 35px;
    height: 37px;
    display: grid;
    align-items: center;
    margin-top: 27px;}
	.shar_btns p{font-size: 10px;}
	
	
	.error_page i {    font-size: 70px;
    margin: 34px;
    color: #f56342;}
	.error_page h1 {    color: gray;}
	.error_page p {       font-size: 14px;
    color: gray;
    font-weight: 500;
    margin: 20px;
    font-style: italic;}
	
	.error_page {    position: fixed;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    background: white;
    z-index: 1100;
    top: 0;left:0;text-align:center;}
	
	.error_page  .home_btn {       background: #2196f3;
    width: fit-content;
    margin: 10px auto;
    padding: 13px 30px;
    color: white;
    border-radius: 5px;
    font-weight: 500;}
	
	
	.head_logo img {
    max-width: 100px;
    height: 70px;
    margin-left: 28px;
}
	
	
	.loading_page_noti {    text-align: center;}
/* Position the image container (needed to position the left and right arrows) */
	
.gallery-container {
  max-width: 800px;
  margin: auto;
  position: relative;
  text-align: center;
}

/* --- Slides --- */

.mySlides {
  display: none;
  animation: fade 0.6s;
  
  
}
@keyframes fade {
  from { opacity: 0; }
  to { opacity: 1; }
}




.mySlides img {
                  width: 100%;
    border-radius: 8px;
    cursor: pointer;
    height: 400px;
    object-fit: contain;
}

/* --- Navigation Arrows --- */
.prev, .next {
      cursor: pointer;
    position: absolute;
    top: 45%;
    padding: 12px;
    color: white;
    font-weight: bold;
    width: 30px;
    font-size: 20px;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    user-select: none;
}
.next { right: 10px; }
.prev { left: 10px; }

/* --- Thumbnails --- */
.row {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.column {
  flex: 0 0 auto;
  margin: 2px;
}
.column img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
}
.column img.active, .column img:hover {
  opacity: 1;
  border: 0px solid #f0a500;
}

/* --- Popup Modal --- */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.9);
  overflow: hidden;
}
/* Modal image animation */
.modal-content {
 animation: fade 0.6s;
}
@keyframes fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

#thumbs {        display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    overflow-x: auto;
    justify-content: left;}
.modal-content {
  position: relative;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  max-width: 90%;
  max-height: 80%;
  display: block;
  border-radius: 8px;
}
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: white;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}
.modal-prev, .modal-next {
          cursor: pointer;
    position: absolute;
    top: 50%;
    padding: 10px 14px;
    color: #ffffff;
    font-weight: bold;
    width: 30px;
    display: flex;
    font-size: 24px;
    background: rgb(145 145 145 / 50%);
    border-radius: 50%;
    user-select: none;
    align-items: center;
    transform: translateY(-50%);
    justify-content: center;
}
.modal-prev { left: 30px; }
.modal-next { right: 30px; }
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  border-radius: 5px;
}

.popup .close-button {
         position: absolute;
    top: 80px;
    right: 6px;
    color: white;
    font-size: 30px;
    cursor: pointer;
    background: red;
    width: 38px;
    text-align: center;
    border-radius: 2px;
}


@keyframes scaleEff {
	0% {transform:scale(0);}
	100% {transform:scale(1.0);}

}

#nav_bar {
       width: fit-content;
    margin: 0 auto;
    max-width: 90%;
    height: fit-content;
    margin: 0 auto;
}

#nav_bar:after {
  content: "";
  display: table;
  clear: both;
}
#payment h2 {
    font-size: 12px;
    font-weight: 500;
    color: gray;
    width: 77%;
    max-width: 500px;
    margin: 0 auto;
}

.card2 h3 {text-align: center;}

.card_content   {  width: -webkit-fill-available;
    height: auto;
    text-align: center;
    max-height: 300px;}

	.card_content img {     transform: unset;
    height: auto;
    max-height: 150px;
    max-width: 150px;
    left: unset;
    right: unset;
    background: white;}

.card_content2 {       width: -webkit-fill-available;
    margin: 10px 30px;
    padding: 20px;
    border-radius: 20px;}
	
#payment p {
    font-size: 19px;
    font-weight: 500;
    color: black;
    width: 77%;
    margin: 8px auto;
    max-width: 500px;
}

img {transition:0.4s;}
img:hover {transition:0.4s;}


.social_med img {    width: 40px;
    height: 40px;
    vertical-align: middle;
    border-radius: 50px;
    margin: 5px;
    object-fit: contain;
    background: #ffffff;
    padding: 7px;}
	
	.social_med img:hover {
    transform: scale(0.9);
	transition:0.4s;
}
/* Add a pointer when hovering over the thumbnail images */







.select_pdf_card_theme {
    position: fixed;
    z-index: 4;
    background: white;
    padding: 20px;
    left: 50%;
    transform: translate(-50%);
    top: 30px;
    border: 2px solid #ff9800;
    width: auto;
}

.select_pdf_card_theme h3 {
    font-size: 21px;
    text-align: center;
    margin: 8px;
    font-weight: 500;
}
.select_pdf_card_theme img {
    width: 200px;
    margin: 6px;
    border: 2px solid orange;
    height: 200px;
}

.change_lang {          background: white;
    width: fit-content;
    margin: 5px auto;
    font-size: 12px;
    color: black;
    padding: 7px 12px 5px;
    border-radius: 24px;
    border: 2px solid #2196f3;
    cursor: pointer;}
	
	.dis_flex .link_btn {
 
    vertical-align: text-top;
}


.lang_pop {      display:none;  position: relative;
    z-index: 1;
    margin: 0 auto;
    background: #ffffff;
    padding: 10px;
    width: 416px;
    text-align: center;
    color: black;	}
.lang_pop .goog-te-gadget .goog-te-combo {
       margin: 4px 0;
    padding: 6px;
    width: 73%;
    border-radius: 3px;
    color: black;
    background: #ffffff;
    border: 2px solid #2196f3;
}


.url_copy {            width: -webkit-fill-available;
    margin: 5px auto;
    padding: 8px;}
.url_copy input{    width: -webkit-fill-available;
    border: 0px;
    background: transparent;
    padding: 14px;
}

.url_copy .buttonCopy{       font-size: 14px;
    width: fit-content;
    background: #575757;
    color: white;
    padding: 5px;
    cursor: pointer;
    border-radius: 3px;
    position: absolute;
    right: 18px;
    bottom: 17px;}

.url_copy .url_copy_tag {        position: absolute;
    bottom: 48px;
    left: 0;
    color: white;
    padding: 2px 6px;
    font-size: 12px;
    background: #4caf50;
    border-radius: 0px;}
	
	
		.search_bar {           max-width: 700px;
    background: #efefef;
    margin: 8px auto;
    display: grid;
    grid-template-columns: 74px auto;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    align-items: center;
    z-index: 10;
    height: fit-content;
    max-height: 50px;
    padding: 11px 0px;}
	.search_bar input{      font-size: 20px;
    padding: 1px 8px;
    border: 0px;
    background: transparent;outline: none;}
	.search_bar button {
   
    border: 0px;
    height: -webkit-fill-available;
    font-size: 20px;
}
	
	
	.op_hour {      width: -webkit-fill-available;
    max-width: 500px;
    margin: 10px auto;}
.oh_grid {        display: grid;
    grid-template-columns: 33% 33% 33%;
    margin: 7px;
    padding: 0px;
    height: auto;
    align-items: center;}
.oh_grid h5{        padding: 1px 20px;
    padding: 3px 20px;
    font-size: 14px;
    margin: 10px 4px;}
.oh_grid input{       padding: 9px;
    width: 90%;
    height: fit-content;
    border: 1px solid #e9e9e900;
    background: transparent;
    font-size: 14px;}
	
	.oh_grid:nth-child(2n+1) {
    background: #f8f8f8;
}
	
	
.oh_closed {    font-size: 12px;
    position: absolute;
    left: 141px;
    color: gray;}

.oh_btn {
        background: #2196F3;
    color: white;
    padding: 10px 20px;
    width: fit-content;
    margin: 12px auto;
    border-radius: 3px;
    font-size: 15px;
}

/* ==========================================================================
   Bottom Menu Navigation (Sticky & Scrollable)
   ========================================================================== */


/* ----------------------------------
   Logo inside Menu
   ---------------------------------- */
.head_logo {
    flex-shrink: 0;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.head_logo img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e50914; /* Red accent */
    background: #0f0f13;
    padding: 2px;
}

.head_logo:hover {
    transform: scale(1.1);
}

/* ----------------------------------
   Menu Items (Icons + Text)
   ---------------------------------- */
   
   .menu_bottom {
             position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    z-index: 1000;
    padding: 5px 0;
    box-shadow: 0 -5px 20px rgb(121 121 121 / 34%);
    display: flex;
    justify-content: center;
}

@media screen and (max-width:700px){
	 .menu_bottom {
        
    justify-content: left;
}
}

.menu_container {
         display: flex;
    align-items: center;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    gap: 5px;
    padding: 0 15px;
}

/* Hide the scrollbar for a cleaner look */
.menu_container::-webkit-scrollbar {
    display: none;
}
.menu_container {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.menu_item {
              display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 75px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    gap: 4px;
    margin-top: 5px;
    font-size: 8px;
    padding: 7px 10px;
    border-radius: 100px;
    border: 2px solid #f5f5f526;
}


.menu_item i {
    font-size: 24px;
    
    transition: all 0.3s ease;
}


.menu_item.active_menu {
    color: #ffffff;
    background: #065fd4;
}

/* Hover & Active States */
.menu_item:hover {
    transform: translateY(-4px); /* Slight bounce effect */
           box-shadow: 0px 0px 10px 0px #8282824a;
    border: 2px solid;
}
/* Persistent Active State */
.menu_item.active_menu {
    transform: translateY(-4px); 
	box-shadow: 0px 0px 10px 0px #8282824a;
	    
    border: 2px solid;
}
	
	
	
.card2 {
    
    z-index: 2;
}

.contact_details .contact_d i {
    
        padding: 8px;
    font-size: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
}

.contact_details .contact_d {
    display: flex;
    align-items: center;
}

.contact_details .contact_d p {
    margin: 0px 10px;
    font-size: 14px;
    font-weight: 500;
}

.contact_details .contact_d {
         display: flex;
    align-items: center;
    border-radius: 34px;
    max-width: 600px;
    margin: 10px auto;
    width: -webkit-fill-available;
    
}
	
	
	.dis_flex .link_btn i {
           font-size: 40px;
    width: fit-content;
    min-width: 46px;
    margin: 0 auto;
}

.dis_flex .link_btn {
                  vertical-align: text-top;
    align-items: center;
    display: inline-grid;
    text-align: center;
    color: white;
    font-size: 8px;
    width: 50px;
    height: 50px;
    margin: 10px 5px;
    border-radius: 10px;
    padding: 10px;
    border-bottom: 5px solid;
}
.dis_flex .link_btn:hover {
	    transform: translateY(-4px);
}



.card{                    width: 100%;
    max-width: 800px;
    overflow: hidden;
    margin: 0px auto;
    background-size: 100% 100%;
    padding: 0px 0px 27px;
  
	}
	
	.card2 {        background: #fdfdfd;
    width: 100%;
	max-width: 800px;
    margin: 5px auto;
    padding: 0px 0px 28px;
    overflow: auto;
}
#payment img{    width: 100%;
    max-width: 300px;
    border-radius: 20px;
    margin: 10px 3px;}

#about_us p{         white-space: pre-line;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    padding: 26px;
    margin: 0 auto;
    max-width: 700px;}
	
	
.reveal {        opacity:0.8;scale:0.9;}
.fadeactive {   opacity:1;scale:1;}

.g-recaptcha {    overflow: hidden;}
.g-recaptcha iframe{}

 /* Disabled button */
  #submitBtn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
    color: #666;
  }
	
/*=========================================================================================================================*/
/*=========================================================================================================================*/
/*=========================================================================================================================*/
/*=========================================================================================================================*/
/*=========================================================================================================================*/
/*=========================================================================================================================*/
/*=========================================================================================================================*/
/*=========================================================================================================================*/
/*=========================================================================================================================*/
/*=========================================================================================================================*/

@media screen and (max-width:700px){
	
	
	
		.containerimg {
			position: relative;
			max-width: 400px;
			width: auto;
			margin: 0 auto;
		}
		
		.modal {
   
    z-index: 999222;
  
}
		.modal-prev, .modal-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    padding: 10px 14px;
    color: #ffffff;
    font-weight: bold;
    width: 24px;
    display: flex;
    font-size: 24px;
    background: rgb(145 145 145 / 50%);
    border-radius: 50%;
    z-index: 3;
    user-select: none;
    align-items: center;
    transform: translateY(0%);
    justify-content: center;
    bottom: 34px;
    top: unset;
}
		
		.product_s {
    width: 90%!important;
    max-width: 400px;
    display: inline-block !important;
    margin: 8px;
    padding: 4px 2px !important;
    vertical-align: top !important;
}

.feedback_row {
    display: grid;
    grid-template-columns: 100% 100% 100% 100% 100% 100% 100% 100% 100% 100% 100% 100% 100% 100% 100% 100% 100% 100% 100% 100% 100% 100% 100% 100% 100% 100% 100%;
    padding: 0px;
    width: fit-content;
    max-width: -webkit-fill-available;
    margin: 0 auto;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-snap-type: X mandatory;
}

.feedback_block {
    padding: 10px 10px 38px;
    width: -webkit-fill-available;
    overflow: hidden;
    margin: 6px;
    border-radius: 9px;
    font-weight: 500;
    border: 1px solid #e0e0e0;
    scroll-snap-align: start;
}


		
		.lang_pop {
   
    width: -webkit-fill-available;
    
}
.card {
    
    margin-top: 0px;
}



.dis_flex .big_btns {
    cursor: pointer;
    user-select: none;
    width: fit-content;
}

.card_content img {
  
    left: unset;
}

.top_logo_div {
       display: block;
    align-items: baseline;
    text-align: center;
}
.card_content2 {
       width: -webkit-fill-available;
    text-align: center;
    margin: 10px auto;
}

.dis_flex .link_btn i {
          font-size: 40px;
    min-width: 48px;
    margin: 0 auto;
}

.dis_flex .link_btn:hover {
	 transform: translateY(-4px); /* Slight bounce effect */
}

.select_pdf_card_theme {    position: fixed;
    z-index: 4;
    background: white;
    padding: 20px;
    left: 50%;
    transform: translate(-50%);
    top: 30px;
    border: 2px solid #ff9800;
    width: auto;}
.select_pdf_card_theme h3{    font-size: 21px;
    text-align: center;
    margin: 8px;
    font-weight: 500;}
.select_pdf_card_theme img{     width: 200px;
    margin: 6px;
    border: 2px solid orange;
    height: 200px;}
	
	.ads_class_pc {display:none;z-index: -1;}
	
		.ads_class {
    
       border: 0px solid #ff5722;
    width: -webkit-fill-available;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    background: #ffffc5;
    text-align: center;
}

.head_logo img {
    max-width: 100px;
    height: 70px;
    margin-left: 28px;
}

.audio_menu {
    display: block;
    width: fit-content;
    position: fixed;
    border: 0px solid red;
    left: 16px;
    top: 123px;
    z-index: 33333;
    text-align: center;
}

.card {
    width: -webkit-fill-available;
   
}

.column {
      width: 70px;
    height: 70px;
    margin: 7px 3px;
    border: 1px solid #000000;
    border-radius: 4px;
    display: inline-grid!important;
    vertical-align: text-top;
    align-items: center;
    text-align: center;
    overflow: hidden;
    min-height: 100px !important;
    min-width: auto;
    background: #f7f7f7;

}
/* --------Menu mobile -----------*/ 

#logo_m1 {
    max-width: 200px;
    max-height: 200px;
    margin: 0 auto;
}

.card_content img {
       transform: unset;
    height: auto;
    max-height: 100px;
    max-width: 100px!important;
    position: relative;
    left: auto;
    right: auto;
    transform: unset;
}

.card2 {
    background: #fdfdfd;
    width: -webkit-fill-available;
    max-width: 1000px;
    margin: 3px auto;
    padding: 0px 0px 28px;
    overflow: auto;
}
.audio_menu {
        display: block;
    width: fit-content;
    position: fixed;
    border: 0px solid red;
    left: 16px;
    top: 49px;
    z-index: 33333;
    text-align: center;
}
.m_menu_head {               display: block;
    position: fixed;
    top: 2px;
    right: 3px;
    color: #000000;
    font-weight: 200;
    padding: 8px;
    font-size: 25px;
    background: #ffffff;
    border-radius: 3px;
    width: 7%;
    height: auto;
    border: 2px solid #000000;}







/* --------Menu mobile -----------*/ 

 }