.loader-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    flex-direction: column;
    color: white;
}
.d-none {
    display: none !important;
}
.loader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #012549;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}
.processing{
    font-size: 18px;
    line-height: 26px;
    color: black;
    font-weight: 900;
    font-family: 'Lora', serif;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/* 19-08-2025 */

.page_404{ 
    padding:40px 0; background:#fff; font-family: 'Arvo', serif; margin-left: 14%;
}
.page_404  img{ 
    width:100%;
}
.four_zero_four_bg{
    background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
    height: 400px;
    background-position: center;
}
.four_zero_four_bg h1{
    font-size:80px;
}
.four_zero_four_bg h3{
    font-size:80px;
}
.link_404{			 
    color: #fff!important;
    padding: 10px 20px;
    background: #f6921e;
    margin: 20px 0;
    display: inline-block;
}
.contant_box_404{
     margin-top:-50px;
}

/* 18-08-2025 */

 .swiper-pagination-bullet {
        background-color: #f6921e !important;
    }


    .service_content {
  list-style: none; 
  padding: 0;
  margin: 0;
}

.service_content ul li {
  position: relative;
  /* padding-left: 25px;  */
  margin-bottom: 8px;
  color: #111; 
  font-size: 14px;
  text-align: justify;
  list-style-type: disc;
}

/* .service_content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px; 
  width: 8px;   
  height: 8px; 
  background-color: #111111;
    border-radius: 50%;
} */
.info_content_section {
  list-style: none;
      padding: 25px;
    margin: auto !important; 
}

.info_content_section ul li {
  position: relative;
  padding-left: 25px; 
  margin-bottom: 8px;
  color: #777; 
  font-size: 14px;
  text-align: justify;
}

.info_content_section ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;  
  height: 18px;  
  background: url("https://metricwaveinsights.com/public/front/img/right-arrow.webp") no-repeat center;
  background-size: contain;
}
.swiper-pagination {
    display: none;
}
._discount_div h1 {
    font-size: 26px !important;
    color: #00878e !important;
}
._discount_div h2 {
    font-size: 22px !important;
    color: #00878e !important;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}
._discount_div h3 {
    font-size: 20px !important;
    color: #f6921e !important;
}
._discount_div h4 {
    font-size: 18px !important;
    color: #111 !important;
}
._discount_div h5 {
    font-size: 16px !important;
    color: #111 !important;
}
._discount_div h6 {
    font-size: 14px !important;
    color: #111 !important;
}
._discount_div {
  list-style: none; 
  padding: 0;
  margin: 0;
}
._discount_div ul {
    padding-left: 30px;
}
._discount_div ul li {
  position: relative;
  /* padding-left: 25px;  */
  margin-bottom: 8px;
  color: #111; 
  font-size: 14px;
  text-align: justify;
  list-style-type: disc;
}

/* ._discount_div ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px; 
  width: 8px;   
  height: 8px; 
  background-color: #111111;
    border-radius: 50%;
} */
table {
    margin: 20px 0;
}

input#search-suggestions-mobile {
    position: absolute;
    right: 80px;
}
.blog_content h2 {
    margin: 12px 0;
}
.prose p {
    margin: 5px 0;
}
.home_page_banner h2 {
    position: absolute;
    top: 35%;
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    padding: 10px 45px 10px 25px;
    background: linear-gradient(90deg,rgba(17, 17, 17, 0.82) 67%, rgba(255, 255, 255, 0) 100%);
}

@media screen and (max-width:1100px) and (min-width: 1024px) {
    .header_links a {
    font-size: 13px;
}
    .header_links button {
        font-size: 13px;
    }
    
}
@media (max-width:992 ){
    .home_page_banner h2 {
        font-size: 30px;
        top: 30%;
    }
}
@media (max-width:768px ){
    .home_page_banner h2 {
        font-size: 22px;
        top: 25%;
    }
}
@media (max-width: 576px) {
    table {
        width: 100% !important;
        overflow-x: auto;
    }
    .home_page_banner h2 {
        font-size: 18px;
    }
}
@media (max-width: 475px) {
    input#search-suggestions-mobile {
    position: absolute;
    right: 0;
    bottom: -45px;
}
.home_page_banner h2 {
        font-size: 13px;
        top: 15%;
    }
}