.listStyle i{color:#207bc1!important}

.our-product i.fl-accordion-button-icon.vamtam-theme-minus{
	display:none!important;
}
article#post-989551 .fl-accordion-medium .fl-accordion-content{
	height:228px;
}
/* Overlay ko subtle aur non-blocking banao */
#vamtam-overlay-search {
  background: rgba(0,0,0,0.4) !important; /* light dark overlay */
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 120px;
}

/* Search box container */
#vamtam-overlay-search .searchform {
  background: #fff;
  width: 100%;
 
  border-radius: 10px;
  padding: 10px 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
	top:80px;
	right:0px;
	left:0;
	float:right;
  animation: smoothDrop 0.3s ease;
}

/* Input styling */
#vamtam-overlay-search input[type="search"] {
  width: 100%;
  border: none;
  border-bottom: 2px solid #0073e6;
  font-size: 16px;
  padding: 8px 5px;
  outline: none;
}

/* Close button */
#vamtam-overlay-search-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

/* Animation */
@keyframes smoothDrop {
  from {
    transform: translateY(-30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* 📱 Mobile Responsive */
@media (max-width: 768px) {
  #vamtam-overlay-search {
    padding-top: 80px;
  }

  #vamtam-overlay-search .searchform {
    max-width: 90%;
    padding: 12px 15px;
  }

  #vamtam-overlay-search input[type="search"] {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
	#rev_slider_63_1_wrapper {
		height: 500px;
	}
}

@media (max-width: 900px) {
	#rev_slider_63_1_wrapper {
		height: 560px;
	}
}

@media (max-width: 1260px) {
	#rev_slider_63_1_wrapper {
		height: 560px;
	}
}

@media (min-width: 1261px) {
	#rev_slider_63_1_wrapper {
		height: 600px;
	}
}

#sub-header .page-header h1{

	color:#222;
}

#sub-header .meta-header {
	    background: #fbfbfb;
    box-shadow: 0px 0px 1px #cccccc;
    border: 0;
}
.fl-builder-content a.fl-button {
    border-radius: 0px;
}
.normal-logo{
	height:60px;
	width:auto
}
#mega-menu-wrap-menu-header #mega-menu-menu-header > li.mega-menu-item > a.mega-menu-link{
	font-size:16px!important;
}
#mega-menu-wrap-menu-header #mega-menu-menu-header > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
	font-size:16px!important;
}
header.main-header button.header-search{
	font-size: 1.2em!important;
}