h1 {
    font-family: "Poppins", sans-serif!important;
	font-weight: 500!important;
	font-size: 18px;
}
h2 {
    font-size: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}

h3 {
    font-size: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	
}

.breadcrumbs-area {
    padding: 50px 0;
   }
   .widget-mt {
    margin-top: 5px;
}

.faq {
    max-width: 100%;
    margin: auto;
  }

  .faq h2 {
    text-align: center;
    margin-bottom: 20px;
  }

  details {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 15px;
    cursor: pointer;
    border: 1px solid #ddd;
    transition: 0.3s;
  }

  details[open] {
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }

  summary {
    font-weight: bold;
    font-size: 16px;
    list-style: none;
    position: relative;
  }

  summary::after {
    content: "+";
    position: absolute;
    right: 0;
    font-size: 20px;
    transition: 0.3s;
  }

  details[open] summary::after {
    content: "−";
  }

  details p {
    margin-top: 10px;
    color: #555;
    line-height: 1.5;
  }
  
  .single-product-main-area {
     margin-top: 30px; 
}

.main-nav > ul > li > a {
padding: 8px 5px;
}
.mega-menu .menu-colum ul li a {
padding: 10px 10px;
}
.main-header-area .header-logo img {
width: 100%;
}
#display ul {
    position: absolute;
    background: #fff;
    margin-top: 50px;
    z-index: 10;
    border: 2px solid #d4d4d4;
    border-radius: 10px;
	right:45px;
}
#display ul, .panel p
Specificity: (1,0,1)
 {
    padding: 10px;
}
#display ul li {
    border-bottom: 1px dotted;
    padding: 5px;
    list-style-type: none;
    font-size: 20px !important;
	width:350px;
}
#display ul li, .homepage .text-center {
    text-align: left;
}

.main-header-area{background:#f8f8f8;}
h1 {
  font-size: 22px;
}

.section-title-1{
color:#000000!important;
}

ul li{padding:5px 0px;}

h6 {
  color: #000000!important;
}
.blog-list-vertical .post-date{ background:#000000;}
.desc-content a{/*padding:0px 5px;*/ line-height: 1.7;}
.desc-content a {
  padding: 6px 10px;
}
.top-content a {
 padding: 6px 10px;
 }
.breadcrumbs-area-new{padding: 5px 0;}
.breadcrumbs-area-new .breadcrumb-content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: left;
    margin-top: 5px;
}
.breadcrumbs-area-new .breadcrumb-content ul li:after {
    color: #000000;
    content: '>';
    font-size: 16px;
    vertical-align: middle;
    padding: 0 10px;
    font-weight: 400;
}
.breadcrumbs-area-new .breadcrumb-content ul li:last-child:after {
    content: '';
    padding: 0; /* remove extra spacing */
}
#onlyinmobile{display:none;}
  
@media (max-width: 768px) {
    .top-content {
        display: none;
    }
	.breadcrumbs-area-new{display:none;}
	.breadcrumbs-area {
  padding: 10px 0;
  background:none;
  font-size: 18px!important;
}

h1 {
  font-size: 18px;
}

.hideinmobile{display:none;}
	
	
}

@media (max-width: 479px) {
    .breadcrumbs-area .breadcrumb-content .title-3 {
        font-size: 16px;
		font-size: 18px;
    }
	.hideinmobile{display:none;}
}