.elementor-5492 .elementor-element.elementor-element-151d17cc {
  z-index: 10;
}
.elementor-element {
  --widgets-spacing: 20px 20px;
}
.elementor-element{
  --swiper-theme-color: #000;
  --swiper-navigation-size: 44px;
  --swiper-pagination-bullet-size: 6px;
  --swiper-pagination-bullet-horizontal-gap: 6px;
}
.elementor-section {
  position: relative;
}
.elementor-element {
  --flex-direction: initial;
  --flex-wrap: initial;
  --justify-content: initial;
  --align-items: initial;
  --align-content: initial;
  --gap: initial;
  --flex-basis: initial;
  --flex-grow: initial;
  --flex-shrink: initial;
  --order: initial;
  --align-self: initial;
  flex-basis: var(--flex-basis);
  flex-grow: var(--flex-grow);
  flex-shrink: var(--flex-shrink);
  order: var(--order);
  align-self: var(--align-self);
}
.elementor *, .elementor ::after, .elementor ::before {
  box-sizing: border-box;
}
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1140px;
}
.elementor-section .elementor-container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
#main-nav .two-column{
	column-count: 2;
	width: 500px;
}
#main-nav .three-column{
	column-count: 3;
	width: 750px;
}
#top-menu .two-column{
	column-count: 2;
}
#top-menu .three-column{
	column-count: 3;
}
h5.card-title{
	font-size: 2em;
}
#discount-blog .card {
	margin-bottom: 30px;
}
#discount-blog h5.card-title{
	margin-bottom: 24px;	

}

/* Pagination for blog */

/* Bootstrap 3 Pagination Styling */
/* Pagination Container */
.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 20px 0;
}

/* Pagination Links */
.pagination li {
    display: inline-block;
    margin: 0 5px;
}

.pagination li a,
.pagination li span {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    background: #f8f9fa;
    border: 1px solid #ddd;
    color: #333;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

/* Hover Effect */
.pagination li a:hover {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}

/* Active Page */
.pagination .current {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
    font-weight: bold;
}

/* Disabled Previous & Next Buttons */
.pagination .disabled {
    opacity: 0.5;
    pointer-events: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .pagination {
        flex-wrap: wrap;
    }
    .pagination li {
        margin: 3px;
    }
}

/* home page side bar links */

.hm-head-bck {
	font-family: Roboto, serif;
	font-size: 25px;
	padding: 10px 0 0 10px;
	margin-bottom: 10px;
}
ul.hm-list {
    color: #2B6CA3;
    margin-top: 10px;
}
ul.hm-list li a {
    font-size: 16px;
    font-weight: bold;
}

.hm-side-links{
	/* border: 1px solid #4e4eeb1a; */
    border-radius: 12px;
    box-shadow: -4px 4px 0 #4e4eeb1a;
    overflow-x: auto;
    border: solid rgba(1, 69, 106, .3) 3px;
	display: inline-block;
	background: #f0f3ff;
	padding: 10px;
}
.cnt-btn{
	display: flex;
}