/*
Theme Name: Adminmart
Author: Fortune Creations
Author URI: https://fortune-creations.com/
Description: Adminmart Custom WordPress Theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: adminmart
*/

/*Elementor Style Overwrite*/
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1170px !important
}
.elementor-column-gap-narrow>.elementor-row>.elementor-column>.elementor-element-populated {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.elementor-column-gap-wide>.elementor-row>.elementor-column>.elementor-element-populated {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.elementor-widget:not(:last-child) {
    margin-bottom: 0px !important;
}
/*end - Elementor Style Overwrite*/

/*====================================================================*/
/*-------------------------Theme Custom Style-------------------------*/
/*====================================================================*/
/*header menu & sub-menu style (bootstrap menu)*/
.header-menu ul.primary-menu > li.current_page_item {
	background-color: #012b53;
}
/*end - header menu & sub-menu style*/
div.wpcf7 .ajax-loader {
	display: block !important;
}
@media (max-width: 991px){
	.font-md-36 {
	    font-size: 36px !important;
	}
	.heading-banner .banner-title {
	    padding-bottom: 4rem;
	}
	.content-page-header.breadcrumbs {
		padding: 85px 0 25px;
	}
}
@media (max-width: 767px){
	#vector-map {
		height: 400px;
	}
	.about-us {
	    padding-top: 40px;
	}
}
@media ( min-width:992px ) and ( max-width:1200px ) {
	.h16-navbar .navbar .navbar-nav .nav-link { padding: 18px; }
}
/*----------------------End - Theme Custom Style----------------------*/

/*====================================================================*/
/*---------------------------Bloging Style----------------------------*/
/*====================================================================*/
/*post listing pagination style*/
.navigation.pagination,
.navigation.pagination .nav-links {
	width: 100%;
}
.navigation.pagination .nav-links ul.page-numbers {
	padding-left: 0;
	text-align: center;
}
.navigation.pagination .nav-links ul.page-numbers li {
	display: inline-block;
}
.navigation.pagination .nav-links ul.page-numbers li .page-numbers {
	background-color: transparent;
	border: none;
	color: #1d354f;
	margin: 0 8px;
	padding: 9px 15px;
	font-size: 17px;
	font-family: "Circular";
	font-weight: 700;
}

.navigation.pagination .nav-links ul.page-numbers li .page-numbers.current {
	color: #fff;
	background-color: #3772ff;
	border-radius: 4px;
}
.navigation.pagination .nav-links ul.page-numbers li .page-numbers.prev,
.navigation.pagination .nav-links ul.page-numbers li .page-numbers.next {
	background-color: transparent;
	border: none;
	color: #1d354f;
	margin: 0 8px;
	padding: 14px 20px;
	font-size: 17px;
	font-family: "Circular";
	font-weight: 700;
}
/*end - post listing pagination style*/

/*post detailpage post-content-area style*/
/*end post detailpage post-content-area style*/

/*post detailpage content style*/
.post-content-blog,
.comment-content {
	/*color: #bbbfc7;*/
	line-height: 2;
    font-size: 20px;
	font-family: 'Circular Book';
}
.comment-content {
	margin-top: 1rem;
}
.post-content:after {
	content: "";
	clear: both;
	display: table;
}
.post-content-blog h1,
.post-content-blog h2,
.post-content-blog h3,
.post-content-blog h4,
.post-content-blog h5,
.post-content-blog h6 {
	margin-top: 3rem;
	margin-bottom: 1.25rem;
	text-align: left !important;
}
.post-content-blog h3 {
    font-size:24px;
}
.post-content-blog h2 {
    font-size:30px;
}
.post-content-blog strong,
.comment-content strong {
	font-weight: normal !important;
}
/*.post-content-blog i,*/
.post-content-blog em,
/*.comment-content i,*/
.comment-content em {
	font-style: italic;
}
.post-content-blog blockquote p {
    font-size: 24px;
    font-family: 'Circular';
    font-weight: 700;
    color: #1d354f !important;
    margin-left: 28px;
}
.post-content-blog blockquote,
.comment-content blockquote {
	position: relative;
	color: #39444f;
	font-size: 24px;
	font-family: 'Circular';
	font-weight: 700;
	margin-bottom: 30px;
    margin-top: 30px;
    background: #dcf6fd;
    padding: 40px 50px 25px 70px;
    border-radius: 7px;
	line-height: 32px
}
.post-content-blog blockquote::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 45px;
    background-image: url(assets/images/quote.svg);
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
}
.post-content-blog address,
.comment-content address {
	font-size: 1rem;
	font-weight: 500;
	font-style: italic;
	/*color: #2c303a !important;*/
	margin-bottom: 1rem;
}
.post-content-blog ul,
.post-content-blog ol,
.comment-content ul,
.comment-content ol {
	padding: 0;
	margin-bottom: 3rem;
}
.post-content-blog ul li ul,
.post-content-blog ol li ol,
.comment-content ul li ul,
.comment-content ol li ul{
	padding: 0;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

#toc-sidebar ul li {
	margin-bottom: 10px !important;
}
.post-content-blog ol,
.comment-content ol {
	padding-left: 10px;
}
.post-content-blog ul li,
.comment-content ul li,
#toc-sidebar ul li {
	list-style-image: url( 'assets/images/li-check.svg' );
}
.post-content-blog ul li li,
.comment-content ul li li {
	list-style-image: url( 'assets/images/li-dot.png' );
}
.post-content-blog ol li,
.comment-content ol li {
	list-style: decimal !important;
}
.post-content-blog ul li,
.post-content-blog ol li,
.comment-content ul li,
.comment-content ol li,
#toc-sidebar ul li {
	position: relative;
	padding-left: 10px;
	margin-left: 25px;
	margin-bottom: 1rem;
	font-family: "Circular Book" !important;
}
.post-content-blog table,
.comment-content table {
	font-size: 16px;
	border: 1px solid #003259;
	width: 100%;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.post-content-blog table td,
.post-content-blog table th,
.comment-content table td,
.comment-content table th {
	padding: .5rem;
}
.post-content-blog table tr,
.comment-content table tr {
	border-bottom: 1px solid #003259;
}
.post-content-blog .wp-block-table.is-style-stripes {
	width: 100% !important;
}
.post-content-blog code,
.comment-content code {
	background: #f8f9fa;
}
.post-content-blog pre,
.comment-content pre {
	padding: 1rem;
	background: #f8f9fa;
	border: 1px solid #e8eaec;
	border-radius: .5rem;
}
@media (max-width: 991px){
	.post-content-blog blockquote,
	.comment-content blockquote {
	    margin-left: 0;
		border-left: 5px solid #3772ff;
		padding-left: 0;
	}
	.post-content-blog blockquote:before,
	.comment-content blockquote:before {
	    content: unset;
	}
	.post-content-blog .wp-block-table.is-style-stripes {
		display: block;
	    width: 100%;
	    overflow-x: auto;
	}
	.post-content-blog .wp-block-table.is-style-stripes table td:not(.td-long-text),
	.post-content-blog .wp-block-table.is-style-stripes table th:not(.td-long-text) {
	    white-space: nowrap;
	}
	.post-content-blog .wp-block-table table tr .td-long-text {
	    min-width: 300px;
	}
}
/*envato theme check classes*/
.post-content-blog .wp-caption,
.post-content-blog .wp-caption-text,
.post-content-blog .screen-reader-text,
.post-content-blog .gallery-caption,
.post-content-blog .bypostauthor {
	outline: none;
}
.post-content-blog figure.right-img {
	margin: 25px 0 0 20px;
}
.post-content-blog figure.left-img {
	margin: 25px 20px 0 0;
}
.post-content-blog img.alignnone {
	display: block;
	margin: 0 auto;
	width: 100% !important;
	height: 100%;
}
.post-content-blog img.aligncenter {
	text-align: center;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: 100%;
}
.post-content-blog img.alignleft {
	float: left;
	margin: 15px;
	margin-left: 0px;
	clear: both;
}
.post-content-blog img.alignright {
	float: right;
	margin: 15px;
	margin-right: 0px;
	clear: both;
}
.post-content-blog figure.wp-caption.alignnone {
	display: block;
	margin: 0 auto;
	width: 100% !important;
	height: 100%;
}
.post-content-blog figure.wp-caption.alignnone img {
	max-width: 100%;
	height: 100%;
}
.post-content-blog figure.wp-caption.aligncenter {
	text-align: center;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: 100%;
}
.post-content-blog figure.wp-caption.aligncenter img {
	max-width: 100%;
	height: 100%;
}
.post-content-blog figure.wp-caption.alignleft {
	float: left;
	margin: 15px;
	margin-left: 0px;
	clear: both;
}
.post-content-blog figure.wp-caption.alignright {
	float: right;
	margin: 15px;
	margin-right: 0px;
	clear: both;
}
.post-content-blog figcaption.wp-caption-text {
	font-size: 14px;
	color: #2c303a;
	line-height: 1.2;
	text-align: center;
	margin: 10px;
	font-style: italic;
}
/*post type gallery*/
.post-content-blog .gallery {margin: 18px auto;}
.post-content-blog .gallery:after {content:"";display:table;clear:both;}
.post-content-blog .gallery figure img {max-width:100%; height:auto; margin:0 auto; display:block;}
.post-content-blog .gallery figure {float:left; margin:0 2% 1em 0;}

.post-content-blog .gallery.gallery-columns-1 figure {width:100%; margin:0 0 1em 0; float:none;}

.post-content-blog .gallery.gallery-columns-3 figure {width:32%;}
.post-content-blog .gallery.gallery-columns-3 figure:nth-of-type(3n+3) {margin-right:0;}
.post-content-blog .gallery.gallery-columns-3 figure:nth-of-type(3n+4) {clear:left;}

.post-content-blog .gallery.gallery-columns-2 figure {width:49%;}
.post-content-blog .gallery.gallery-columns-2 figure:nth-of-type(even) {margin-right:0;}
.post-content-blog .gallery.gallery-columns-2 figure:nth-of-type(odd) {clear:left;}

.post-content-blog .gallery.gallery-columns-4 figure {width:23.25%;}
.post-content-blog .gallery.gallery-columns-4 figure:nth-of-type(4n+4) {margin-right:0;}
.post-content-blog .gallery.gallery-columns-4 figure:nth-of-type(4n+5) {clear:left;}

.post-content-blog .gallery.gallery-columns-5 figure {width:18%;}
.post-content-blog .gallery.gallery-columns-5 figure:nth-of-type(5n+5) {margin-right:0;}
.post-content-blog .gallery.gallery-columns-5 figure:nth-of-type(5n+6) {clear:left;}

.post-content-blog .gallery.gallery-columns-6 figure {width:14.2%;}
.post-content-blog .gallery.gallery-columns-6 figure:nth-of-type(6n+6) {margin-right:0;}
.post-content-blog .gallery.gallery-columns-6 figure:nth-of-type(6n+7) {clear:left;}

.post-content-blog .gallery.gallery-columns-7 figure {width:12%;}
.post-content-blog .gallery.gallery-columns-7 figure:nth-of-type(7n+7) {margin-right:0;}
.post-content-blog .gallery.gallery-columns-7 figure:nth-of-type(7n+8) {clear:left;}

.post-content-blog .gallery.gallery-columns-8 figure {width:10.2%;}
.post-content-blog .gallery.gallery-columns-8 figure:nth-of-type(8n+8) {margin-right:0;}
.post-content-blog .gallery.gallery-columns-8 figure:nth-of-type(8n+9) {clear:left;}

.post-content-blog .gallery.gallery-columns-9 figure {width:8.85%;}
.post-content-blog .gallery.gallery-columns-9 figure:nth-of-type(9n+9) {margin-right:0;}
.post-content-blog .gallery.gallery-columns-9 figure:nth-of-type(9n+10) {clear:left;}
@media ( max-width:767px ) {
	.post-content-blog .gallery.gallery-columns-4 figure, 
	.post-content-blog .gallery.gallery-columns-5 figure, 
	.post-content-blog .gallery.gallery-columns-6 figure, 
	.post-content-blog .gallery.gallery-columns-7 figure, 
	.post-content-blog .gallery.gallery-columns-8 figure, 
	.post-content-blog .gallery.gallery-columns-9 figure {
		width:100%; 
		margin:0 0 1em 0; 
		float:none;
	}
}
/*wp-block-* classes style*/
.post-content-blog .wp-block-button{
	margin-bottom: 1rem;
}
.post-content-blog .wp-block-button .wp-block-button__link,
.post-content-blog .wp-block-file .wp-block-file__button {
	font-size: 1rem;
	font-weight: 400;
	padding: 15px 30px;
	margin-bottom: 0;
	color: #ffffff !important;
	background-color: #003259;
	border-color: #003259;
}
.post-content-blog .wp-block-button.is-style-outline .wp-block-button__link {
	color: #003259 !important;
	background-color: transparent;
	border-color: #003259;
}
.post-content-blog .wp-block-button.is-style-squared .wp-block-button__link {
	border-radius: 0 !important;
}
.post-content-blog .wp-block-button .wp-block-button__link:hover,
.post-content-blog .wp-block-file .wp-block-file__button:hover {
	color: #ffffff !important;
	background-color: #ff8236;
	border-color: #ff8236;
}
.post-content-blog .wp-block-separator {
	width: 50%;
	border-color: #bbbfc7 !important;
	border-top: 2px solid;
}
.post-content-blog .wp-block-separator.is-style-wide {
	width: 100%;
	border-color: #bbbfc7 !important;
	border-top: 2px solid;
}
.post-content-blog .wp-block-separator.is-style-dots {
	border: unset;
}
.post-content-blog .wp-block-separator.is-style-dots::before{
	color: #bbbfc7;
	font-size: 50px !important;
	font-family: serif;
	letter-spacing: 0em !important;
	padding-left: 0em !important;
}
.post-content-blog .wp-block-media-text {
	margin-bottom: 1rem;
}
/* comment style*/
.comments-area .comment-list {
	padding-left: 0;
}
.comments-area .comment-list ol.children {
	padding-left: 2rem;
}
.comments-area .comment-list ol.children li{
	padding-top: 3rem;
}
.comments-area .comment-list li.comment {
	list-style: none !important;
}
.comments-area .comment-list > li.comment {
	border-bottom: 1px solid #eaecef;
	padding: 1rem 0 1.5rem;
}
.comments-area .comment-list .comment-meta .comment-author .avatar {
	border-radius: 100%;
}
.comments-area .comment-list .comment-meta .comment-author b.fn{
	font-family: 'Circular';
	font-weight: 500;
	color: #1d354f;
	margin-left: 10px;
}
.comments-area .comment-list .comment-meta .comment-author b.fn a{
	font-family: 'Circular';
	font-weight: 500;
	color: #1d354f;
}
.comments-area .comment-list .comment-meta .comment-author .says {
	display: none;
}
.comments-area .comment-list .comment-meta .comment-metadata {
	text-align: right;
	margin-top: -27px;
}
.comments-area .comment-list .comment-meta .comment-metadata a {
	color: #5d7287 !important;
}
.comments-area .reply {
	margin: 30px 0 10px;
}
.comments-area .comment-reply-link {
	background-color: #3772ff;
    border-color: #3772ff;
    box-shadow: 0px 20px 40px -12px #1d354f1a !important;
    font-family: 'Circular';
    font-weight: 500 !important;
    color: #fff;
    padding: .8rem 2rem 1rem;
    border-radius: 10px
}
/*.comments-area .comment-list .comment-meta .comment-metadata a:hover,
{
	color: #d21034 !important;
}*/
/*commnet form side style*/
.comment-form-cookies-consent {
	display: flex;
	align-items: center;
}
.comments-area .comment-respond {
	margin: 1rem 0;
}
.comments-area .comment-respond .comment-form-cookies-consent label {
	margin-left: .5rem;
	margin-bottom: 0;
}
/*end - post detailpage content style*/

/*widget-area style*/
.widget-area .sidebar-widget {
	font-size: 1rem;
	font-weight: 400;
	/*color: #2c303a;*/
	/*margin-bottom: 4rem;*/
	/*margin-left: 1rem;*/
}
.widget-area .sidebar-widget .widget-title {
	/*color: #003259;*/
	font-weight: 500;
	margin-bottom: 1.5rem;
}
.widget-area .sidebar-widget a {
	font-size: 1rem;
	font-weight: 500;
}
.widget-area .sidebar-widget ul {
	padding-left: 0;	
	list-style: none;
}
.widget-area .sidebar-widget ul li {
	position: relative;
	/*padding-left: 1.5rem;*/
	margin-bottom: .75rem;
}
/*.widget-area .sidebar-widget ul li:before {
	position: absolute;
	content: '';
	left: 0;
	top: 8px;
	width: 10px;
	height: 100%;
	background-image: url( 'assets/images/arrow-li.png' );
	background-repeat: no-repeat;
}*/
.widget-area .sidebar-widget ul li a {
	padding: 0;
	color: #7e92a1;
	font-family: "Circular Book";
}
.widget-area .sidebar-widget ul li a:hover {
	color: #003259;
	font-family: "Circular";
	font-weight: 700;
}
.widget-area .sidebar-widget table {
	width: 100%;
}
.widget-area .sidebar-widget table thead {
	font-weight: bolder;
}
.widget-area .sidebar-widget table tbody #today,
.widget-area .sidebar-widget table tbody a {
	color: #003259 !important;
}
.widget-area .sidebar-widget table tfoot #pre {
	text-align: left;
}
.widget-area .sidebar-widget table tfoot #next {
	text-align: right;
}
.widget-area .sidebar-widget table caption {
	text-align: center;
}

.widget-area .sidebar-widget .gallery {margin: 18px auto;}
.widget-area .sidebar-widget .gallery:after {content:"";display:table;clear:both;}
.widget-area .sidebar-widget .gallery figure img {max-width:100%; height:auto; margin:0 auto; display:block;}
.widget-area .sidebar-widget .gallery figure {float:left; margin:0 2% 1em 0;}

.widget-area .sidebar-widget .gallery.gallery-columns-1 figure {width:100%; margin:0 0 1em 0; float:none;}

.widget-area .sidebar-widget .gallery.gallery-columns-3 figure {width:32%;}
.widget-area .sidebar-widget .gallery.gallery-columns-3 figure:nth-of-type(3n+3) {margin-right:0;}
.widget-area .sidebar-widget .gallery.gallery-columns-3 figure:nth-of-type(3n+4) {clear:left;}

.widget-area .sidebar-widget .gallery.gallery-columns-2 figure {width:49%;}
.widget-area .sidebar-widget .gallery.gallery-columns-2 figure:nth-of-type(even) {margin-right:0;}
.widget-area .sidebar-widget .gallery.gallery-columns-2 figure:nth-of-type(odd) {clear:left;}

.widget-area .sidebar-widget .gallery.gallery-columns-4 figure {width:23.25%;}
.widget-area .sidebar-widget .gallery.gallery-columns-4 figure:nth-of-type(4n+4) {margin-right:0;}
.widget-area .sidebar-widget .gallery.gallery-columns-4 figure:nth-of-type(4n+5) {clear:left;}

.widget-area .sidebar-widget .gallery.gallery-columns-5 figure {width:18%;}
.widget-area .sidebar-widget .gallery.gallery-columns-5 figure:nth-of-type(5n+5) {margin-right:0;}
.widget-area .sidebar-widget .gallery.gallery-columns-5 figure:nth-of-type(5n+6) {clear:left;}

.widget-area .sidebar-widget .gallery.gallery-columns-6 figure {width:14.2%;}
.widget-area .sidebar-widget .gallery.gallery-columns-6 figure:nth-of-type(6n+6) {margin-right:0;}
.widget-area .sidebar-widget .gallery.gallery-columns-6 figure:nth-of-type(6n+7) {clear:left;}

.widget-area .sidebar-widget .gallery.gallery-columns-7 figure {width:12%;}
.widget-area .sidebar-widget .gallery.gallery-columns-7 figure:nth-of-type(7n+7) {margin-right:0;}
.widget-area .sidebar-widget .gallery.gallery-columns-7 figure:nth-of-type(7n+8) {clear:left;}

.widget-area .sidebar-widget .gallery.gallery-columns-8 figure {width:10.2%;}
.widget-area .sidebar-widget .gallery.gallery-columns-8 figure:nth-of-type(8n+8) {margin-right:0;}
.widget-area .sidebar-widget .gallery.gallery-columns-8 figure:nth-of-type(8n+9) {clear:left;}

.widget-area .sidebar-widget .gallery.gallery-columns-9 figure {width:8.85%;}
.widget-area .sidebar-widget .gallery.gallery-columns-9 figure:nth-of-type(9n+9) {margin-right:0;}
.widget-area .sidebar-widget .gallery.gallery-columns-9 figure:nth-of-type(9n+10) {clear:left;}
@media ( max-width:767px ) {
	.widget-area .sidebar-widget .gallery.gallery-columns-4 figure, 
	.widget-area .sidebar-widget .gallery.gallery-columns-5 figure, 
	.widget-area .sidebar-widget .gallery.gallery-columns-6 figure, 
	.widget-area .sidebar-widget .gallery.gallery-columns-7 figure, 
	.widget-area .sidebar-widget .gallery.gallery-columns-8 figure, 
	.widget-area .sidebar-widget .gallery.gallery-columns-9 figure {
		width:100%;
		margin:0 0 1em 0;
		float:none;
	}
}
.widget-area .sidebar-widget .gallery .wp-caption-text {
	text-align: center;
	font-size: small;
	font-style: italic;
}
/*footer widget area*/
.footer-widget-area .sidebar-widget .widget-title {
	font-weight: 500;
	color: #39444f;
	margin-bottom: 40px;
}
.footer-widget-area .sidebar-widget p,
.footer-widget-area .sidebar-widget a {
	font-family: 'Circular Book';
	font-size: 1rem;
	/*font-weight: 500;
	color: #bbbfc7;*/

}
.footer-widget-area .sidebar-widget a:hover {
	/*color: #2c303a;*/
}
.footer-widget-area .sidebar-widget ul {
	padding-left: 0;
	list-style: none;
}
.footer-widget-area .sidebar-widget ul li {
	font-size: 1rem;
	font-family: 'Circular Book';
	margin-bottom: 1rem;
}
.footer-widget-area .sidebar-widget ul li a {
	font-family: 'Circular Book';
}
.footer-widget-area .sidebar-widget ul.menu li {
	/*display: inline-flex;
	width: 50%;
	float: left;*/
}
.footer-widget-area .sidebar-widget a.glink span{
	margin-top: 2px;
	display: inline-block;
}
/*end widget-area style

/*Language Switcher Flag style*/
.language-switcher .wpml-ls-legacy-list-horizontal {
	padding-left: 0;
}
.language-switcher a {
	padding-left: 0;
}

/*details page tabel*/
.wp-block-table table tr .td-long-text {
	width: 300px;
} 

.post-content-area .news-date-category p span {
	position: relative;
	padding: 0 15px;
}
.post-content-area .news-date-category p span:first-child {
	padding-left: 0px;
}
.post-content-area .news-date-category p span:not(:last-child):after {
	position: absolute;
	content: "|";
	top: 0;
	right: -4px;
	color: #e0e0e0;
}
ul.append-data li {
	padding: 15px;
}
.cases-section a.text-underline,
.news-slide-section a.text-underline {
	text-decoration: underline !important;
}
@media (max-width: 767px) {
	.post-content-area .news-date-category p span {
		display: block;
		padding: 5px 0;
	}
	.post-content-area .news-date-category p span:not(:last-child)::after {
		display: none;
	}
	.heading-banner h1 {
	    font-size: 36px;    
	}
}











.cat-icon-imgs{
	width: 36px;
    height: 36px !important;
}
.select-price input[name="filter-radio"] {
	accent-color: #7453f0;
}
.product-filter .dropdown-toggle{
	border: 1px solid #e2e7ee;
	padding: 0.375rem 0.75rem;
	border-radius: 5px;
}
ul.property-tab{
	border: 1px solid #e2e7ee;
	border-radius: 5px;
}
ul.property-tab li{
	padding: 6px 19px;
    margin-right: 0 !important;
} 
ul.property-tab li:first-child{
	border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
ul.property-tab li:last-child{
	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
ul.property-tab li:not(:last-child){
	border-right: 1px solid #e2e7ee;
}
ul.property-tab li.active, ul.property-tab li:hover,
ul.property-tab li.active > a, ul.property-tab li:hover > a{
	background: #1d2327;
    color: #fff !important;
}
.product-cat-banner-desc{
     line-height:30px;   
}
.hcb_wrap pre, .hcb_wrap pre code {
    background: #2d3748 !important;
}
.hcb_wrap pre code {
	font-size: 1.25rem !important;
}