.doc-landing .hero-section{
	background-image: url(../../images/doc/doc-hero-bg.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #001949;
}
.doc-landing .hero-section h1{
	color: #FFF;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
	margin-bottom: 12px;
}
.doc-landing .hero-section p{
	color: #FFF;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}
.doc-landing .nav.product-circles li.nav-item {
	margin: 0 15px;
}

.doc-landing .nav.product-circles a.nav-link {
	transition: all .2s ease;
	border-radius: 10px;
	background: transparent;
	padding: 10px 15px;
	color:#434343;
	font-size: 15px;
	font-weight: 400;
}
.doc-landing .nav.product-circles a.nav-link:focus{
background: transparent;
	color:#434343;
}
.doc-landing .nav.product-circles a.nav-link:focus img{
	filter: grayscale(1);
}
.doc-landing .nav.product-circles a.nav-link:hover img, 
.doc-landing .nav.product-circles a.nav-link:focus-visible img ,
.doc-landing .nav.product-circles a.nav-link.active img {
	filter: grayscale(0);
	transition: all .2s ease;
}
.doc-landing .nav.product-circles a.nav-link img {
	filter: grayscale(1);
	transition: all .2s ease;
	margin-right: 8px;
}
.doc-landing .nav.product-circles a.nav-link:hover, 
.doc-landing .nav.product-circles a.nav-link.active,
.doc-landing .nav.product-circles a.nav-link:focus-visible{
	background: #F5FAFF;
	transition: all .2s ease;
	color: #0057FF;
}

.doc-landing .light-blue-bg{
	background: #F8FBFF;
}
.all-plugin-cats h2{
	color: #434343;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px; 
	margin-bottom: 25px;
	margin-top: 12px;
}
.all-plugin-cats .cat-wrapper{
	border-radius: 12px;
	border: 1px solid #CBDBFA;
	padding: 28px 32px;
	background: #fff;
	transition: all .2s ease;
	min-height: 100%;
}
.all-plugin-cats .cat-wrapper img{
	height: 32px;
	min-width: 32px;
	border-radius:4px ;
}
.all-plugin-cats .cat-wrapper h3{
	color: #212121;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px; 
	margin: 0;
}
.all-plugin-cats a:hover .cat-wrapper{
	background: #F8FBFF;
	transition: all .2s ease;

}
.all-plugin-cats a:hover h3,
.all-plugin-cats a:hover{
	text-decoration: none;
	color: #434343;
}
.all-plugin-cats .white-wrapper{
	border-radius: 22px;
	background: #FFF;
	box-shadow: 0px 17px 32px 0px rgba(164, 195, 255, 0.08);
	padding: 20px 30px;
}
.white-bg{
	background: #fff;
}
.all-plugin-cats .sticky-div{
	border-bottom: 1px solid rgb(63 63 63 / 9%);
}
.search-form-wrap{
	position: relative;
	max-width: 490px;
	width: 100%;
	border-radius: 10px;
	border: 0.5px solid #FFF;
}

.search-form-wrap form{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.search-form-wrap input#keyword::placeholder{
	color: #ffffffbd;
}
.search-form-wrap input#keyword{
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height:15px;
	padding: 14px;
	border: none;
	background: transparent;
	width: calc(100% - 65px);
}
.search-form-wrap input#keyword:focus,
.search-form-wrap button:focus{
	outline: none;
	border: none;
}
.search-form-wrap button#search-button {
	border: none;
	background: transparent;
	padding: 10px 15px;
}
.search-form-wrap form .loader-image{
	background-image: url(https://www.webtoffee.com/wp-content/plugins/add-search-to-menu/public/images/spinner.gif);
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	background-size: contain;
	display: none;
}
.search-form-wrap .search-results{
	position: absolute;
	border-radius: 0px 0px 9px 9px;
	border: 0.5px solid #D3D3D3;
	background: #FFF;
	width: 100%;
	overflow: hidden;
	z-index: 999;
	box-shadow: 0px 4px 11px 5px #041d4c33;
}
.search-form-wrap .search-results ul{
	padding: 0;
	margin: 0;
}
.search-form-wrap .search-results ul li{
	list-style: none;
	margin: 0;
	padding: 0;
	border-top:  0.5px solid #D3D3D3;
}
.search-form-wrap .search-results ul li a{
	padding: 14px;
	color: #222;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	transition: all .2s ease;
	display: flex;
	align-items: center;
}
.search-form-wrap .search-results p{
	padding: 14px;
	color: #222;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	text-align: center;
}
.search-form-wrap .search-results img{
	margin-right: 15px;
	width: 30px;
	height: auto;
}
.search-form-wrap .search-results a:hover{
	background-color: #F5F9FF;
	color: #0057FF;
	text-decoration: none;
	transition: all .2s ease;
}
@media(min-width: 992px){
	.sticky-div{
		position: sticky;
		background: #fff;
		z-index: 9;
		top: 72px;
	}
	.all-plugin-cats h2{

		margin-left: 70px;
	}
	body.admin-bar .sticky-div{

		top: 100px;
	}
}
@media (max-width: 767px){
	h1, h2, h3, h4, h5, h6 {
		letter-spacing: 0px!important;
	}
}
@media(max-width: 768px){
	.all-plugin-cats .white-wrapper{
		padding: 4px 20px;
	}
}