nav.main-nav-lists ul {
	list-style: none;
    margin: 0;
    padding: 0;
}
nav.main-nav-lists .sub-menu{
	display:none !important;
}
nav.main-nav-lists li a {
    color: #fff;
    text-decoration: none;
}
nav.main-nav-lists > ul > li:hover > a,
nav.main-nav-lists > ul > li.current-hover > a{
	color:var(--yellow-color);
}
/* Mega Menu Style CSS */

.bottom-header {
    background-color: var(--dark-green-color);
}
.img-content-box .img-holder a {
    display: block;
    background-color: var(--primary-color);
	border-radius: 8px;
	overflow:hidden;
}
.img-content-box .img-holder {
    height: auto;
    width: 100%;
    aspect-ratio: 3 / 2;
}

.img-content-box .img-holder a {
    height: 100%;
}
.img-content-box .img-holder a img {
    width: 100%;
    height:100%;
	object-fit: cover;
}

.img-content-box a {
    margin-bottom: 0;
}

.img-content-box .content {
    padding: 16px 0 0;
}

.img-content-box {
  padding: 16px;
  display: block;
  border-radius: 8px;
  border: 1px solid transparent;
	background: #F2FAF8;

}

.img-content-box:hover{
  background: #F2FAF8;
  border: 1px solid #02454D;
}

.mega-menu-dropdown .sub-menu-lists ul {
    flex-direction: column;
    padding-top: 24px;
}

.mega-menu-dropdown .sub-menu-lists .m-title {
    font-size: 20px;
    font-weight: 500;
}

.mega-menu-dropdown .sub-menu-lists ul li + li {
    margin-top: 12px;
}

.mega-menu-dropdown .sub-menu-lists ul li a {
    font-weight: 500;
    padding-left: 40px;
    display: inline-flex;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}
.mega-menu-dropdown .sub-menu-lists ul li a span.text{
	position:relative;
	transition:0.2s linear;
}
.mega-menu-dropdown .sub-menu-lists ul li a span.text:before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:-3px;
	height:2px;
	background-color:var(--primary-color);
	width:0;
	transition:0.2s linear;
}


.mega-menu-dropdown .sub-menu-lists ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    --size: 30px;
    width: var(--size);
    height: var(--size);
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5565 7.65678L0 7.65678L0 5.34322L8.5565 5.34322L4.84746 1.63418L6.5 0L13 6.5L6.5 13L4.84746 11.3658L8.5565 7.65678Z' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-size: 14px;
    background-color: var(--primary-color);
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
}



/* search result */
.search-results .box-sty-one .item-wrap {
    border-radius: 8px;
    overflow: hidden;
    background-color: var(--primary-color);
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
	text-decoration: none;
}
.search-results .box-sty-one .img-holder .img-tag{
	position: absolute;
	top: 20px;
	left: 0;
	background-color: var(--primary-color);
	padding: 10px;
	font-family: var(--primary-font);
	font-size: 17px;
	font-weight: 500;
}
.search-results .box-sty-one .img-holder {
    overflow: hidden;
    width: 100%;
	height: auto;
	aspect-ratio: 3/2;
	position: relative;
    background: #D9DADC;
    display: block;
}
.search-results .box-sty-one .item:hover img {
    scale: 1.1;
}
.search-results .box-sty-one .img-holder img {
    transition: all 0.2s ease-in-out;
}
.search-results .box-sty-one .item .content {
    padding: 20px;
    height: auto;
	flex: 1;
    display: flex;
    flex-direction: column;
}
.search-results .supporting-text {
	color: var(--yellow-color);
	font-weight: 500;
	margin-bottom: 30px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-results .box-sty-one .content .title,
.search-results .box-sty-one .content .title a {
    text-decoration: none;
    color: #fff;
	word-break: break-word;
}
.search-results .box-sty-one a:hover  .content .title{
	color: var(--yellow-color);
}
.search-results .box-sty-one .item .content .btn-wrap {
    margin-top: auto;
}
.search-results .btn-type1 .btn.border-btn {
    color: #fff;
}
.search-results .box-sty-one.btn-type1 .btn.border-btn .icon-btn {
    background-color: #fff;
    color: var(--primary-color);
}
.search-results .btn-type1 .btn.border-btn {
    border: none;
    padding: 0;
    text-transform: capitalize;
}
.search-results .btn-type1 .btn.border-btn {
    color: #ffffff;
}
.search-results .icon-btn {
    --size: 30px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background-color: var(--primary-color);
    border: none;
    color: var(--yellow-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.search-results .btn svg {
    fill: currentcolor;
}
.search-results .btn-type1 a:hover .btn.border-btn {
    color: var(--yellow-color);
}

.search-results .btn-type1 a:hover .btn.border-btn .icon-btn {
    background-color: var(--yellow-color);
}

.search-results .btn-type1 a .btn.border-btn span {
    line-height: 1.6;
    background-image: linear-gradient(90deg, var(--yellow-color));
    background-repeat: no-repeat;
    background-size: 0% 2px;
    background-position: 0% 100%;
    transition: 0.2s;
}

.search-results .btn-type1 a:hover .btn.border-btn span {
    background-size: 100% 2px;
}
@media screen and (min-width: 1025px){
	
	nav.main-nav-lists ul {
    	display: flex;
	}
	.bottom-header{
		position:relative;
	}
	nav.main-nav-lists > ul > li > a {
		padding: 24px 15px;
		display: flex;
		font-weight: 500;
		font-size: 17px;
		position:relative;
	}
	nav.main-nav-lists > ul > li > a:before{
		content: '';
        position: absolute;
        bottom: 15px;
        height: 2px;
        background-color: var(--yellow-color);
        left: 0;
        right: 0;
        width: 0;
        transition: 0.3s linear;
        margin: 0 auto;
	}
	nav.main-nav-lists > ul > li:hover > a:before,
	nav.main-nav-lists > ul > li:not(:has(.mega-menu-dropdown)):hover > a:before,
	nav.main-nav-lists > ul > li.current-hover > a:before {
        width: calc(100% - 30px);
    }
	.mega-menu-dropdown {
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 999;
		right: 0;
		background: #ffff;
		color: var(--primary-color);
		padding: 40px 0;
	}
	
/* 	.mega-menu-dropdown .menu-wrapper > .grid-row {
		padding-left: 20px;
		padding-right: 20px;
	} */
	nav.main-nav-lists .mega-menu-dropdown  a {
		color: var(--primary-color);
	}
	.mega-menu-dropdown .menu-wrapper {
		max-width: var(--container-width);
		padding: 0 var(--container-gap);
		margin: 0 auto;
	}

	.mega-menu-dropdown .grid-row:not(.no-img-holder) {
		display: grid;
		grid-template-columns: auto 300px;
		gap: 30px;
	}

	.sub-menu-lists{
		display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0px 15px;
	}
	.sub-menu-lists[data-columns="2"]{
		grid-template-columns: repeat(2, 1fr);
	}
	.mega-menu-dropdown .menu-bar-title {
		display: grid;
		grid-template-columns: auto 20%;
		border-bottom: 2px solid var(--primary-color);
		padding: 0px 0 20px;
		align-items:center;
	}
	.mega-menu-dropdown .menu-bar-title {
		margin-bottom: 40px;
		gap: 0;
	}
	.mega-menu-dropdown .sub-menu-lists a:has(p) {
		padding: 16px;
		display: block;
		border-radius: 8px;
		border:1px solid transparent;
	}

	.mega-menu-dropdown .sub-menu-lists a:has(p):hover {
		background: #F2FAF8;
		border: 1px solid #02454D;
	}
	.mega-menu-dropdown .sub-menu-lists a:hover .title {
		color: var(--primary-color);
	}
	.mega-menu-dropdown .menu-bar-title p {
		margin-bottom: 0;
	}
	.mega-menu-dropdown .menu-col-lists .m-title,
	.mega-menu-dropdown .menu-bar-title .title,
	.img-content-box .title,
	.img-content-box .title a,
	.sub-menu-lists .title {
		font-size: 20px;
		font-weight: 500;
		display: block;
		margin-bottom: 4px;
	}
	.mega-menu-dropdown .menu-bar-title p,
	.img-content-box p,
	.sub-menu-lists p {
		color: #151515;
		margin-bottom:0;
		line-height: 1.3;
	}
	.mega-menu-dropdown .menu-bar-title .title{
		font-size: var(--h3-sty);
        font-weight: 700;
		margin-bottom:0
	}
	
	nav.main-nav-lists > ul > li.current-hover  .mega-menu-dropdown{
		display:block !important;
	}
	.mega-menu-dropdown .menu-bar-title .btn-wrap{
		text-align:right;
	}
	.mega-menu-dropdown .menu-bar-title a.btn.border-btn {
		padding: 12px 16px;
	}
	.mega-menu-dropdown .menu-col-lists {
		padding: 30px 20px;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 40px;
	}
	.mega-menu-dropdown .menu-col-lists ul{
		flex-direction:column;
		gap: 20px;
	}
	.mega-menu-dropdown .menu-col-lists ul a{
		padding-left: 46px;
		position:relative;
		font-weight: 500;
		display: inline-block;
	}
	.mega-menu-dropdown .menu-col-lists ul a:before{
		content:'';
		position:absolute;
		left:0;
		top: 50%;
		--size: 35px;
		width:var(--size);
		height:var(--size);
		background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5565 7.65678L0 7.65678L0 5.34322L8.5565 5.34322L4.84746 1.63418L6.5 0L13 6.5L6.5 13L4.84746 11.3658L8.5565 7.65678Z' fill='%23FDEE2F'/%3E%3C/svg%3E%0A");
		border-radius:50%;
		background-size: 42%;
		background-repeat:no-repeat;
		background-position:center;
		background-color:var(--primary-color);
		transform: translateY(-50%);
	}
	.mega-menu-dropdown .menu-col-lists .m-title {
		margin-bottom: 32px;
	}
	.nav-wrap :is(.top-nav-mobile, .bottom-nav-mobile) {
		display: none;
	}
	.mega-menu-dropdown .sub-menu-lists ul a:hover{
		padding-left: 45px;
	}
	.mega-menu-dropdown .sub-menu-lists ul a:hover:before{
		left:5px;
	}
	.mega-menu-dropdown .sub-menu-lists ul a:hover span.text:before{
		width:100%
	}
	.sub-menu-lists:has(.item > .m-title) ~ .right-side-box {
		margin-top: -12px;
	}
}

@media screen and (max-width: 1024px){
	html:has(body.nav-active),
	body.nav-active {
		overflow: hidden;
		height:100vh;
	}
	.middle-header{
		position: relative;
		z-index: 1;
	}
	.bar-menu span {
		width: 20px;
		display: block;
		margin-left: auto;
	}
	.bar-menu span:not(.active) svg + svg {
		display: none;
	}

	.bar-menu span.active svg:first-child {
		display: none;
	}
	.nav-wrap {
    	position: fixed;
    	top: 0;
    	left: 100%;
    	bottom: 0;
    	background-color: var(--primary-color);
    	transition: all 0.3s linear;
    	height: 100vh;
    	width: 100%;
    	height: -webkit-fill-available;
    	height: 100dvh;
    	overflow-y: auto;
    	padding-top: 90px 0px 0px;
    	padding-bottom: calc(env(safe-area-inset-bottom, 0px));
    	display: block !important;
    	overflow: auto;
    }
	body.nav-active .nav-wrap{
		left:0;
	}
	.menu-bar-title .content *:not(.title) {
		display: none;
	}

	.menu-bar-title .btn-wrap {
		opacity: 0;
		position: absolute;
		inset: 0;
		z-index: 1;
	}
	.menu-bar-title .btn-wrap .btn{
		font-size: 17px;
	}

	.menu-bar-title {
		position: relative;
		overflow: hidden;
		padding: 5px 10px;
		margin-top: 30px;
		margin-bottom: 6px;
		display: none;
	}

	.menu-bar-title .title {
		font-size: 17px;
		font-weight: 500;
		color: var(--yellow-color);
	}
	.middle-header .search-donote-wrap {
     	position: fixed;
        left: 100%;
        padding: 10px 20px;
        width: calc(100%);
        top: 63px;
        transition: all 0.3s linear;
        background-color: var(--primary-color);
        z-index: 3;
    }
	.middle-header .search-donote-wrap .search-wrap{
		width:100%;	
	}
	.nav-active .middle-header .search-donote-wrap{
		left: 0;
	}
	
	.search-donote-wrap .header-button-wrap {
		display: none;
	}
	.top-nav-mobile .menu-close {
		position: absolute;
		top: 50px;
		right: 28px;
	}
	.nav-wrap .search-box .search-wrap {
		width: 100% !important;
	}

	.top-nav-mobile .menu-close {
		position: absolute;
		right: 0;
		top: 11px;
		right: 18px;
		padding: 10px;
	}

	.bottom-nav-mobile {
/* 		padding: 20px  24px 80px; */
		padding: 20px  24px 20px;
		z-index: 2;
		background: var(--primary-color);
	}
	.nav-active .userway_buttons_wrapper{
		bottom: 80px !important;
	}
	.nav-active .bottom-nav-mobile{
		display:block;
		margin-top: auto;
        flex: 0 0 auto;
	}
	.bottom-nav-mobile .btn-wap {
		display: flex;
		flex-direction: column;
		gap: 12px;
		padding-bottom: 20px;
		border-bottom: 1px solid #fff;
		margin-bottom: 20px;
	}

	.bottom-nav-mobile .social-list-wrap ul {
		display: flex;
		gap: 0 25px;
		margin: 0;
		padding: 0;
		list-style: none;
		justify-content: space-around;
		align-items: center;
		padding: 0 10px;
	}
	body.nav-active .logo-wrap {
/* 		position: fixed;
		top: 16px;
		left: 16px; */
		z-index: 99;
		width: 200px;
	}
	nav.main-nav-lists {
		margin-top: 120px;
/*         height: calc(100% - 180px); */
        padding: 0 20px;
		flex: 1 0 0%;
/* 		overflow: auto; */
    }
/* 	.is-drilldown{
		overflow:visible;
	} */
	nav.main-nav-lists ul > li > a {
		display: block;
		padding: 12px 15px 12px 0;
		font-weight: 500;
		font-size: 17px;
	}

	nav.main-nav-lists ul > li:has(.mega-menu-dropdown) > a:before {
		content: '';
	}
	.drilldown .is-drilldown-submenu,
	.mega-menu-dropdown,
	.drilldown a {
		background: var(--primary-color);
        color: #fff;
	}
	.drilldown .is-drilldown-submenu{
		transition: transform 0.3s linear, -webkit-transform 0.3s linear;
	}
	.menu-wrapper .grid-row {
		gap: 0;
	}
	.menu-wrapper .grid-row .right-side-box{
		order: -1;
	}
	.drilldown .is-drilldown-submenu-parent > a::after {
		border: none !important;
		width: 10px;
		height: 14px;
		background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.47469 15.2869L0 13.8122L6.16875 7.64344L0 1.47469L1.47469 0L9.11813 7.64344L1.47469 15.2869Z' fill='%23FDEE2F'/%3E%3C/svg%3E%0A");
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.drilldown .js-drilldown-back > a::before {
		--size: 30px;
		width: var(--size);
		height: var(--size);
		border-radius: 50%;
		background-color: var(--yellow-color);
		background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.6425 0.00218569L9.11719 1.47688L2.94844 7.64562L9.11719 13.8144L7.6425 15.2891L-0.000937747 7.64562L7.6425 0.00218569Z' fill='%2302454D'/%3E%3C/svg%3E%0A");
		background-position: center;
		background-size: 36%;
		background-repeat: no-repeat;
		border: none !important;
	}
	.mega-menu-dropdown .sub-menu-lists a {
		padding: 12px 0;
		font-size: 17px;
		font-weight: 500;
	}
	li.js-drilldown-back a {
		font-size: 18px !important;
	}
	.bar-menu:has(active),
	.mega-menu-dropdown .sub-menu-lists a p{
		display:none;
	}
	li.js-drilldown-back a {
		padding-left: 0 !important;
	}
	
	.mega-menu-dropdown .sub-menu-lists a {
		padding: 12px 0;
		font-size: 17px;
		font-weight: 500;
	}
	li.js-drilldown-back a {
		padding-left: 0 !important;
	}

	li.js-drilldown-back a {
		font-size: 18px !important;
	}

	.img-content-box {
		padding: 10px;
		border: none;
		display: grid;
		grid-template-columns: 100px auto;
		overflow: hidden;
		gap: 12px;
		background: #009986;
		color: #ffff;
		margin-top:40px;
		align-items:center;
	}
	.img-content-box .content {
		padding: 0;
	}

	.img-content-box .content p {
		margin: 7px 0 0;
		font-size: 15px;
		line-height: 1.1;
	}

	.menu-wrapper .grid-row {
		gap: 0;
	}

	.img-content-box .content span.title a {
		padding: 0;
		background: none;
/* 		color: var(--primary-color); */
/* 		color: #fff; */
		color: var(--yellow-color);
		font-weight: 500;
	}

	.img-content-box .img-holder a img,
	.img-content-box .img-holder a {
		padding: 0;
	}
	
	.img-content-box .img-holder {
/* 		height: 68px; */
	}
	.img-content-box:hover{
		background: transparent;
	}
	.menu-wrapper .img-content-box{
		margin-block: 10px 20px;
		background-color: transparent;
		padding: 0;
		grid-template-columns: minmax(0,4fr) minmax(0,6fr);
	}
	.mega-menu-dropdown .sub-menu-lists ul li a {
		padding: 0;
	}
	.mega-menu-dropdown .sub-menu-lists ul,
	.mega-menu-dropdown .sub-menu-lists ul li a:before {
		display: none;
	}

	.mega-menu-dropdown .sub-menu-lists ul {
		padding: 0 10px 20px;
	}
	.search-box:has(.autocompletesearchresult .item) .search-wrap, .search-wrap:has(input[type="search"]:focus) {
		width: 100%;
	}
	.mega-menu-dropdown .sub-menu-lists .m-title {
		font-size: 17px;
		padding: 15px 45px 15px  10px;
		position: relative;
/* 		color: var(--yellow-color); */
		position: relative;
	}

	.mega-menu-dropdown .sub-menu-lists .m-title:before {
		content: '';
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-0.00172049 1.47469L1.47297 -6.0375e-07L7.64172 6.16875L13.8105 -6.44607e-08L15.2852 1.47469L7.64172 9.11813L-0.00172049 1.47469Z' fill='%23FDEE2F'/%3E%3C/svg%3E%0A");
		--size: 17px;
		width: var(--size);
		height: var(--size);
		background-size: 90%;
		background-repeat: no-repeat;
		background-position: center;
		/* transition: all 0.3s linear; */
	}

	.mega-menu-dropdown .sub-menu-lists:has(ul) .item{
		border-bottom: 1px solid var(--yellow-color);
	}
	li.is-submenu-parent-item.is-submenu-item.is-drilldown-submenu-item {
/*         position: absolute; */
        top: 12px;
        width: calc(100% - 120px);
        z-index: 4;
		margin-top: -80px;
        margin-bottom: 20px;
/* 		opacity: 0 !important;
		visibility: hidden !important; */
		pointer-events: none !important;
    }

	li.is-submenu-parent-item.is-submenu-item.is-drilldown-submenu-item a {
		background: none;
		padding: 0;
		font-size: 24px;
		color: var(--yellow-color);
/* 		opacity: 0 !important;
		visibility: hidden !important; */
		pointer-events: none !important;
	}

	li.js-drilldown-back a {
		max-width: fit-content;
		margin-left: auto;
		padding: 10px 0 !important;
	}
	li.js-drilldown-back {
		margin-bottom: 40px;
	}
	.search-wrap input[type="search"]{
		font-size:15px;
	}
	.mega-menu-dropdown {
		padding-bottom: 15px;
	}
	.mega-menu-dropdown .sub-menu-lists .item:has(.active) ul{
		display:block;
	}
	.mega-menu-dropdown .sub-menu-lists .m-title.active:before {
		rotate: 180deg;
		top: 19%;
	}
	.menu-overlay.is-active{
		display:none;
	}
	.bottom-nav-mobile .social-list-wrap {
		padding-top: 18px;
		border-top: 2px solid #006B6E;
		margin-top: 15px;
	}
	.bottom-nav-mobile .donate-wrap{
		display: flex;
		flex-direction: column;
		gap: 16px;
		align-items: flex-start;
	}
	.donate-btn.mobile-only{
		display: flex;
	}
	.bottom-nav-mobile .donate-btn {
		background: none !important;
        color: #fff !important;
        padding: 0;
        gap: 12px;
		flex-direction: row-reverse;
	}
	.drillmenu-wrapper {
		height: 100%;
		/* 		overflow-y: auto; */
		/* height: calc(100svh - 90px); */
		/* height: calc(100dvh - 90px); */
		display: flex;
		flex-direction: column;
		/* padding-bottom: env(safe-area-inset-bottom, 20px); */
	}

	.bottom-nav-mobile .donate-btn svg {
		display: none;
	}

	.bottom-nav-mobile a.donate-btn:before {
		content: '';
		--size: 32px;
		width: var(--size);
		height: var(--size);
		display: inline-flex;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 40%;
		background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5565 7.65678L0 7.65678L0 5.34322L8.5565 5.34322L4.84746 1.63418L6.5 0L13 6.5L6.5 13L4.84746 11.3658L8.5565 7.65678Z' fill='%2302454D'/%3E%3C/svg%3E%0A");
		background-color: var(--yellow-color);
		border-radius: 50%;
	}
	.site-header:has(ul.menu.vertical.nested.is-drilldown-submenu.is-active.visible) .middle-header .search-donote-wrap {
		/* display: none; */
	}
	header:has(ul.menu.vertical.nested.is-drilldown-submenu.is-active.visible) nav.main-nav-lists {
		/* margin-top: 0; */
		/* 		height: calc(100% - 110px); */
	}
	.autocompletesearchresult{
		width: 100%;
	}
	.autocompletesearchresult .item img{
		height: 90px;
	}
	.autocompletesearchresult .item a{
		    grid-template-columns: 100px auto;
	}
	.autocompletesearchresult .item .title {
		font-size: 15px;
	}
	.autocompletesearchresult .item .post-type {
		font-size: 14px;
	}
	.show-all-btn button.showallresultsbtn {
		font-size: 15px;
	}
	.autocompletesearchresult .item a {
		padding: 0;
	}

	.autocompletesearchresult .item .post-type {
		font-size: 13px;
	}

	.show-all-btn button.showallresultsbtn {
		font-size: 15px;
	}

	.autocompletesearchresult .item .title {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}
@media screen and (max-width: 767px){
	.search-results .box-sty-one .item-wrap .title{
		font-size:18px;
	}
	.search-results .box-sty-one .item-wrap {
		display: grid;
		grid-template-columns: 50% 50%;
	}
	
	.search-results .box-sty-one .grid-row {
		gap: 10px;
	}
	
	.search-results .box-sty-one .item .content p {
		font-size: 15px;
		margin-bottom: 3px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	.search-results .box-sty-one .item .content{
		gap: 10px;
		padding: 16px;
	}
	.search-results .box-sty-one .item .content .title {
		font-size: 19px;
		min-height: 0em;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.search-results .box-sty-one .img-holder{
		align-self: stretch;
		min-height: 180px;
	}
	.search-results .box-sty-one .img-holder .img-tag{
		bottom: 20px;
		top: unset;
	}
}
/* End Mega Menu Style CSS */