.home_banner_explore {position: absolute;bottom: 25px;left: 0;min-width: 26px;height: 26px;	-webkit-border-bottom-right-radius: 5px;-moz-border-radius-bottomright: 5px;border-bottom-right-radius: 5px;-webkit-border-top-right-radius:5px;-moz-border-radius-topright: 5px;	border-top-right-radius: 5px;-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);-moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);display: -webkit-inline-box;display: -webkit-inline-flex;display: -moz-inline-box;display: -ms-inline-flexbox;display: inline-flex;z-index: 1;	-webkit-box-align: center;	-webkit-align-items: center;-moz-box-align: center;	-ms-flex-align: center;	align-items: center;	-webkit-box-pack: center;	-webkit-justify-content: center;	-moz-box-pack: center;	-ms-flex-pack: center;justify-content: center;}
.font11 {font-size: 11px;}			
 
.home_banner_exploretxt {
    width:0px;
	 position:relative;
	left:-80px; 
    overflow: hidden;
    font-size: 12px;
    color: #fff;
	  -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out; 
}
.home_banner_explorearw {
    display: inline-block;
    font-weight: 500;
    width: 8px;
    height: 14px;
    background: url(../assets/img/web_whiteright_arrow.svg) no-repeat;
    margin: 0 2px 0 2px;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
}
.home_banner_li_effect:hover .home_banner_exploretxt
{
    width: 80px;
    padding: 0 0 0 5px;
	 left:0px; 
}
.home_banner_li_effect:hover .home_banner_explorearw {
    margin-right: 6px;
	opacity: 1;
}
.category-section a h5 {
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 700;
}
.category-section .category-links {
  border: 1px solid #F3F3F3;
  background: #ffffff;
  border-radius: 10px;
  margin: 0 0 8px 0;
  padding: 10px;
  display: inline-block;
  text-align: center;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .category-section .category-links {
    width: 120px;
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .category-section .category-links {
    padding: 10px;
    width: 100%;
  }
}
.category-section .category-links span {
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 10px;
  display: block;
}
.category-section img {width:50px}
/*------------ pricing Box ----------------*/
.pricing-wrap{
	width:100%;
}
.pricing-wrap .price-icon {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    background:color-mix(in srgb, #c92d2d, transparent 90%);
    color:#c92d2d;
    border-radius: 50%;
}
.list-wrap {
    width: 100%;
	margin: 1rem 0 1.5rem;
}
.list-wrap ul {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    font-size: 15px;
}
.list-wrap ul li {
    width: 100%;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}
.list-wrap ul li .check {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    background:color-mix(in srgb, #0fea11, transparent 85%);
    color:#0fea11;
    border-radius: 50%;
}
.list-wrap ul li .uncheck 
{
	background:color-mix(in srgb, #c92d2d, transparent 85%);color: #c92d2d;
	width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    background:color-mix(in srgb, #c92d2d, transparent 85%);
    color:#c92d2d;
    border-radius: 50%;
}
.popular {
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color:#ffffff;
    background:#c92d2d;
    padding: 0 15px;
    height: 28px;
    border-radius: 50px;
}
.full-width{
	width:100%;
}
.readonly {background-color:#f5f7fa}
.selected_pack { background: #b53231 !important;}

 .img_728a { width: 728px; height: 90px; }
@media (max-width: 480px) 
{
	.img_728a { width: 90%; margin:auto}
	.h3small {font-size:14px !important}	
	.margtopmobmenu {margin-top:-3px !important}
	.margtopmobmenulog {margin-top:-3px !important}
}

/* Chrome, Safari, Edge */
.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.no-spinner {
  -moz-appearance: textfield;
}