/*===========================Global styling start here =======================================*/
html , body{
	overflow-x: hidden;
	-ms-overflow-x: hidden !important;
    -webkit-overflow-x: hidden !important;
    -moz-overflow-x: hidden !important;
    overflow-x: hidden !important;
	padding: 0 !important;
	margin: 0 !important;
}

::selection{
	background: #71bf44;
	color: #fff;
}

/*lato regular*/
@font-face{
	font-family: LatoRegular;
	src: url(../fonts/Lato-Regular.ttf);
}
/*lato bold*/
@font-face{
	font-family: LatoBold;
	src: url(../fonts/Lato-Bold.ttf);
}
/*lato italic*/
@font-face{
	font-family: LatoItalic;
	src: url(../fonts/Lato-Italic.ttf);
}
/*lato Semibold*/
@font-face{
	font-family: LatoSemibold;
	src: url(../fonts/Lato-Semibold.ttf);
}

p , span , li , a , div{
	font-family: LatoRegular;
    font-size: 14px;
}
h1 , h2 , h3 , h4 , h5 , h6 , b , button{
	font-family: LatoSemibold
}
strong{
	font-family: LatoBold
}
.cstm-row{
	margin-right: 0px !important;
	margin-left: 0px !important;
}
.cstm-col{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.text-dec-none{
	text-decoration: none !important;
}
/*@media (min-width: 1200px){


}*/
.container {
    max-width: 1260px;
}
.t-r{
	text-align: right;
}
.text-underline{
	text-decoration: underline;
}
input:focus , button:focus , textarea:focus , .select2-container--default:focus , .select2-selection--single:focus{
	outline: 0 !important;
	-ms-outline: 0 !important;
	-moz-outline: 0 !important;
	-webkit-outline: 0 !important;
	box-shadow: none !important;
	-ms-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;

}
.block{
	display: block;
}
.GreyBG{
	background: #F0F2F5;
}

.update{
    color: #fff;
    background: #71BF44;
    padding: 6px 15px;
    text-align: center;
    font-size: 14px;
}
.cancel{
    color: #717171;
    background: #DFDFDF;
    padding: 6px 15px;
    font-size: 14px;
}


.order-msg h6{
    font-size: 18px;
    color: #0D0D40;
}
.order-msg p{
    font-family: latoSemibold;
    font-size: 14px;
    color: #0D0D40;
}


.modal-open{
	padding-right: 8px !important;
}
.smallModal{
	top: 185px;
}
 /*masonry css*/
 .masonry {
  /*margin: 1.5em auto;*/
  max-width: 1280px;
  column-gap: 1.5em;
}

/* The Masonry Brick */
/*.item {
  background: #fff;
  padding: 1em;
  margin: 0 0 1.5em;
}*/

/* Masonry on large screens */
@media only screen and (min-width: 1024px) {
  .masonry {
    column-count: 3;
  }
}

/* Masonry on medium-sized screens */
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .masonry {
    column-count: 3;
  }
}

/* Masonry on small screens */
@media only screen and (max-width: 767px) and (min-width: 540px) {
  .masonry {
    column-count: 2;
  }
}
.masonry .brick {
  margin-bottom: 30px;
  display: inline-block; /* Fix the misalignment of items */
  vertical-align: top; /* Keep the item on the very top */
  width: 100%;
}


/*============================Global stlying end here==========================================*/


/*==============================header styling start here====================================*/

/*-----top bar styling start here----*/
/*.FixedTopBar{
	position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
}*/
.laguageDropDown{
	background: #261E4C;
	border: 0 !important;
	box-shadow: unset !important;
	color: #fff;
	font-family: latoRegular;
	font-size: 14px;
	padding: 0px 4px;
}
.laguageDropDown:focus{
	border: 0 !important;
	box-shadow: unset !important;
	outline: 0;
}
.topbar{
	background: #261E4C;
	padding: 10px 0px;
}
.topbarContent ul{
	padding: 0 !important;
	margin: 0 !important;
}
.topbarContent ul li{
	display: inline-block;
	padding: 0px 10px;
	font-size: 14px;
	position: relative;
	border-left: 1px solid #cecece;
}
.topbarContent ul li:first-child{
	border: 0px;
}
.topbarContent ul li a{
	color: #fff;
	font-size: 14px;
}
.topbarContent ul li a span{
    font-size: 14px;
}
.topbarContent ul li a i{
	font-size: 16px;
}
.languageItem{
	color: #261E4C !important;
}
.languageItem:active , .languageItem:focus , .languageItem:hover{
	background: #261E4C !important;
	color: #fff !important;
	border: 0px;
}
/*-----top bar styling end here-----*/
.maximHeader{
	box-shadow: 0px 5px 12px 0px #e0dfdf;
    margin-bottom: 2px;
    z-index: 99;
   /* margin-top: 35px;*/
}
.headerSearchRow{
	padding: 35px 0px !important
}
.logo{
	padding: 0px 25px;
}
.logo img{
	width: 210px;
	margin-top: -7px;
}
/*.header-search-group input{
	border: 1px solid #707070;
	padding: 7px 35px;
	border-radius: 5px;
	font-size: 14px;
	color: #717171;
	background: url(../images/icons/search-icon.png);
	background-repeat: no-repeat;
	background-position: 9px 10px;
    background-size: 16px;
}*/
/*.header-search-group input:focus{
	border: 1px solid #505050;
}*/
.header-search-group button{
	font-size: 14px;
	color: #fff;
	background: #71BF44;
	border: 1px solid #71BF44;
	padding: 7px 30px;
}
.header-search-group button span{
    font-size: 14px;
}
.headerSearch{
	width: 80%;
	float: left;
}
.searchstyle{
    width: 80%;
    float: left;
}
.cstmrHdrSerchBtn{
    width: 20%;
    float: right;
    z-index: 9;
}
.cstmrHdrSerchBtn button{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.cHDtue{
    height: 44px !important;
    min-height: 44px;
}
.headerCart{
	width: 10%;
	float: right;
}
.headerCarticon{
    width: 37px;
    position: relative;
}
.headerCart a{
	line-height: 1;
    color: #261e4c;

}
.optional{
    color: #495057;
    opacity: 0.8;
    font-size: 13px;
    margin-left: 5px;
}
.headerCart a img{
	width: 37px;
}
.headerCart a span.carttext{
	font-size: 13px;
}
.CartCounter{
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50px;
	background: #E22525;
	text-align: center;
	top: -6px;
    right: -4px;
}
.CartCounter span{
	color: #fff;
	font-size: 10px;
	transform: translateY(2px);
    display: block;
}
.CategoryForm .input-group-text{
	background: #fff !important;
    padding: 6px 10px;
    border: 1px solid #707070;
}
.nav-item .dropdown:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100% !important;
    margin-top:-6px !important;
    transform: unset !important;
}

/* rotate caret on hover */
/*.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} */
.CategoryForm{
	margin-bottom: 0;
}
.categoryToggle{
	background: #fff;
    padding: 6px 10px;
    border: 1px solid #707070;
    position: relative;
    border-radius: 5px;
    color: #0D0D40;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 15px;
    font-family: LatoSemibold
}
.categoryToggle::before{
    font-family: 'Font Awesome 5 Free';
    content: "\f0c9";
    font-weight: 900;
    position: absolute;
    font-size: 16px;
    left: 10%;
    top: 15%;
    color: #0d0d40;
    transition: all ease-out .2s;
}

.categoryDropdown .categoryToggle::after{
    font-family: 'Font Awesome 5 Free';
    content: "\f078";
    font-weight: 900;
    position: absolute;
    font-size: 16px;
    right: 10%;
    top: 15%;
    color: #0d0d40;
    border: 0px
}

.categoryToggle:hover , .categoryActive{
	background: #71BF44;
	border: 1px solid #71BF44;
	color: #fff;
}
.categoryActive::before , .categoryActive::after{
	color: #fff !important;
}
.categoryDropdown:hover  .categoryToggle::before , .categoryDropdown:hover  .categoryToggle::after{
	color: #fff;
}
.categoryDropdown{
	width: 100%;
	text-align: center;
    margin-bottom: 3px;
}
.subCategory a:hover{
	color: #717171 !important;
}
.categoryMenu{
	width: 100%;
	padding: 7px 10px;
}
.categoryMenu li a{
	color: #717171;
	font-size: 14px;
	border-bottom: 1px solid #dcdcdc;
	padding: 8px 15px;
}
.categoryMenu li:last-child a{
    border-bottom: unset;
}
.categoryMenu .dropdown-toggle::after{
	font-family: 'Font Awesome 5 Free';
    content: "\f054";
    font-weight: 900;
    position: absolute;
    font-size: 16px;
    right: 10%;
    top: 15%;
    color: #717171;
    border: 0px;
    transition: all ease-out .2s;
}
/*.categoryMenu .dropdown-toggle:hover:after {
    content: "\f054";
}*/
.dropdown-submenu:hover>.dropdown-menu{
  display: block;
}

/*pageslist*/
.pageList ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.pageItem{
	display: inline-block;
	padding: 0px 10px;
}
.pageLink{
	color: #0D0D40;
	font-size: 16px;
	position: relative;
	font-family: LatoSemibold
}
.pageLink:hover{
	color: #0D0D40
}
.pageLink::before{
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	transition: all ease-out .2s;
	background: #71BF44;
	left: 0;
	bottom: -5px;
}
.pageLink.active::before , .pageItem:hover .pageLink::before{
	-webkit-transition: width .2s ease-in-out;
    -moz-transition: width .2s ease-in-out;
    -o-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
    width: 72%;
}

.scroltop-link{
	position: fixed;
	top: 62%;
    right: 2%;
	width: 35px;
	height: 35px;
	/*background: #261E4C;*/
	background: #71bf44;
	text-align: center;
	z-index: 9999;
    border-radius: 50%;
    padding: 2px 4px;
    display: none;
}
.scroltop-link span a{
	color: #fff !important;
	font-size: 24px;
}
.scroltop-link span a svg{
    font-size: 24px;
}
.showLink{
	display: block;
}
.animte{
	/*animation-iteration-count: infinite;
	animation-duration: 1s;
	animation-delay: .5s;*/
}
/*==============================header styling end here====================================*/


/*===========================breadcrumb styling starts here================================*/
.cstmBreadcrumb{
	background: transparent;
    border-bottom: 1px solid #717171 ;
    border-radius: 0px !important;
    padding: 10px 0px;
}

.crumbItem+.crumbItem::before{
	font-family: 'Font Awesome 5 Free';
    content: "\f054";
    font-weight: 900;
    font-size: 9px;
}
.cstmBreadcrumb li a{
	color: #717171 ;
	font-size: 14px !important;
}
.crumbItem a:hover{
	color: #0D0D40
}
.crumbItem.active a , .crumbItem.active span{
	color: #0D0D40 !important;
}
.crumbItem.active::before{
	color: #0D0D40
}
/*===========================breadcrumb styling ends here==================================*/


/*==========================footer styling starts here====================================*/
.MaximFooter{
	background: #261E4C;
}
.footerContent{
	padding: 30px 10px;
}
.footer-logo{
	background: #000;
	padding: 30px 30px;
	height: 100%;
}
.footer-logo img{
	width: 230px;
}
.footerContent h6 , .footerContent h6 span{
	color: #fff;
	font-size: 18px;
	position: relative;
	font-family: latoSemibold;
	margin-bottom: 12px;
}
.footerContent h6 span:before{
	position: absolute;
	content: "";
	left: 0;
	width: 75%;
	bottom: -5px;
	height: 2px;
	background: #71BF44;
}
.footerContent p{
	color: #fff;
	font-size: 14px;
}
.footer-links{
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-links li{
	padding: 3px 0px;
}
.footer-links li a{
	color: #fff;
	font-size: 14px;

}
.footer-social{
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-social li{
	display: inline-block;
	padding: 0px 15px 0px 0px;
}
.footer-social li a{
	color: #fff;
	font-size: 24px;
}
/*===========================footer styling ends here=====================================*/



/*Modal full screen*/
.modal-fullscreen-menu{
    width: 80%;
    left: 10%;
    padding: 10px;
    /* overflow-y: hidden !important; */
    top: 0px !important;
}
.modal-fullscreen-menu > .modal-dialog{
    width: 100% !important;
    max-width: 100% !important;
}
.modal-midscreen-menu{
	 width: 60%;
    left: 17%;
    padding: 10px;
    /* overflow-y: hidden !important; */
    top: 0px !important;
}
.modal-midscreen-menu > .modal-dialog{
    width: 100% !important;
    max-width: 100% !important;
}
.add-edu-hdr{
    background: #fff;
    border-bottom: 1px solid #ccc !important;
}
.add-edu-hdr h5{
    /*color: #353333 !important;*/
}
.lead-slf{
    background: #fff !important;
    padding: 15px 10px !important;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
}
.prdctDtlHeader{
	padding: 10px 10px !important;
	border: 0px !important
}
.ordermsgHdr{
	padding: 0px !important
}
.prdctDtlHeader h5{
	color: #0D0D40;
}
.prdctDtlHeader button{
	margin: 4px 18px 10px 10px !important;
	padding: 0px !important;
}


/*.image-gallery {
  margin: 0 auto;
  display: table;
}*/


.ProductThumbnails {
  display: flex;
}



.primary {
  width: 100%;
  height: 255px;
  background-color: #fff;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 5px;
  border: 1px solid #717171;
}

.thumbnail:hover .thumbnail-image, .selected .thumbnail-image {
  border: 1px solid #717171;
}

.thumbnail-image {
  width: 90px;
  height: 90px;
  margin: 20px 10px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid transparent;
  border-radius: 5px;

}
.thumbnail-image img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.PrdctDescp h6{
	font-size: 16px;
}
.PrdctDescp p , .qnty{
	font-size: 14px;
	opacity: 0.8;
	font-family: latoSemibold;
}
.PrdctDescp p span{
	font-family: latoRegular;
    font-size: 14px;
}
.Manufacturer{
	color: #71BF44;
	opacity: 1;
}
/*input for quanatity*/
.quantityInput{
	width: 40px;
    border: 1px solid #707070;
    border-radius: 5px;
    text-align: center;
}
.quantityBox{
	overflow: hidden;
}
.quantity-grp-btn{
	position: relative;
}
.btn-number {
    position: absolute;
    /*width: 15px;*/
    background: transparent;
    font-size: 14px;
    color: #717171;
    height: 14px;
    padding: 0;
}
.btnMin{
	top: -6px;

}
.btnMax{
	bottom: 0px;
}
.qntyfield , .qnty{
	float: left;
}
.qnty{
	margin-right: 10px;
}
.CartBtn{
	margin-top: 3rem;
	text-align: center;
}
.CartBtn button{
	color: #fff;
    border: 1px solid #71BF44;
    background: #71BF44;
    padding: 8px 48px;
    font-size: 16px;
    font-family: latoSemibold;
    border-radius: 5px;
}

.modal-header .close{
    margin-top: -10px !important;
}
.close span{
    font-size: 20px;
    border: 1px solid #808080;
    padding: 0px 6px;
    height: auto;
    border-radius: 50%;
}
.min-height{
    min-height: 500px;
}
/*order confirm modal*/
.order-msg{
	padding: 0px 30px;
}
.order-msg h6{
	font-size: 18px;
	color: #0D0D40;
}
.order-msg p{
	font-family: latoSemibold;
	font-size: 14px;
	color: #0D0D40;
}
.infoHead h6{
	font-size: 14px;
	color: #0D0D40;
}
.important{
	color: #E60D0D;
	font-size: 15px;

}

/*select2 styling*/
.select2-container{
	width: 100% !important
}
.select2-container .select2-selection--single{
	height: 38px !important;
	border: 1px solid #ced4da !important;
}
.select2-container .select2-selection--single:focus , .c-i-form-group input:focus , .select2-container .select2-selection--single:visited{
	border: 1px solid #717171 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #36404c !important;
    line-height: 35px !important;
    font-size: 14px !important;
}
.c-i-form-group label{
	color: #36404c;
	font-size: 14px;
}
.c-i-form-group input{
	font-size: 14px;
	color: #36404c;
}
.singup-chk {
    color: #0D0D40;
    font-size: 14px;
    font-family: latoSemibold;

}
.singup-chk label{
	cursor: pointer;
    -webkit-cursor: pointer;
    -ms-cursor: pointer;
    -moz-cursor: pointer;
}
.singup-chk input:focus{
	border: 0 !important;
}
.custom-control-label::before{
	background-color: transparent !important;
    border: 2px solid #24375f;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after{
	background: unset;
	font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
    top: 4px;
    left: 2px;
    font-size: 12px;
}
/*map css*/
#map-canvas {
    height: 200px;
    margin: 0px;
    padding: 0px
}
.controls {
	margin-top: 16px;
	border: 1px solid transparent;
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 32px;
	outline: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
	background-color: #fff;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 300;
	margin-left: 12px;
	padding: 0 11px 0 13px;
	text-overflow: ellipsis;
	width: 400px;
}

#pac-input:focus {
	border-color: #4d90fe;
}

.pac-container {
	font-family: Roboto;
}

#type-selector {
	color: #fff;
	background-color: #4d90fe;
	padding: 5px 11px 0px 11px;
}

#type-selector label {
	font-family: Roboto;
	font-size: 13px;
	font-weight: 300;
}
/*pagination*/
.paginationIcons{
	position: relative;
	top: 3px;
}
.paginationLink{
	border-radius: 5px !important;
	color: #808495;
	border: 1px solid #E8E9EC;
	font-size: 15px;
}
.paginationLink:focus , .paginationLink:hover , .paginationLink.active{
	border: 1px solid #71BF44;
	outline: 0 !important;
	box-shadow: none !important;
	background: #71BF44;
	color: #fff ;
}
.paginationItem{
	padding: 0px 5px;
}

/*responsive queries*/
@media screen and (max-width: 480px){
	.first-slide, .scnd-slide, .third-slide{
		height: 120px !important;
	    background-size: contain !important;
	}
	.thumbnail-image{
		width: 65px;
		height: 65px;
	}
}

/*Global Responsivness*/
@media screen and (max-width: 767px){
	.topbarContent ul li{
		padding: 0px 5px;
		font-size: 12px;
	}
	.topbarContent ul li a{
		font-size: 12px
	}
	.topbarContent{
		text-align: left;
	}
	.headerSearch , .headerCart{
		width: 100%;
		float: unset;
		margin-top: 15px;
	}
	.maximHeader{
		text-align: center;
	}
	.maximHeader {
		padding: 10px 0px;
	}
	.product-description {
	    margin-top: 10px;
	}
	.dropdown-submenu>.dropdown-menu{
		left: 0 !important;
	}
	.modal-fullscreen-menu{
		width: 95% !important;
	    left: 2% !important;
	    top: 50px !important;
	    overflow-y: auto !important;
	}
	.modal-open{
		overflow: auto !important;
	}
    .div.modal-dialog{
        width: 95% !important;
    }
    #map{
        width: 100% !important;
    }
    .headerCart{
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
}



/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: flex;
}

/*input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}*/

/*input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}*/

/*input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer;
}*/

.autocomplete-items {
  position: absolute;
  /*border: 1px solid #d4d4d4;*/
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 110%;
  border-radius: 5px !important;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 3px 1px #ccc;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  /*border-bottom: 1px solid #d4d4d4; */
   font-size: 14px;
   font-family: latoRegular;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #fcfcfc;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}
div .modal-content {
    height: auto !important;
}

.paginationRow{
    justify-content: center;
}
.shw_pagination{
    margin-top: 2rem;
}
.shw_pagination li{
    padding: 0px 5px;
}

.shw_pagination li a{
    border-radius: 3px !important;
    padding: 6px 12px !important;
    border: 1px solid #dee2e6;
}
.shw_pagination  .page-item.active .page-link , .shw_pagination  .page-item.active .page-link{
    background-color: #71bf44;
    border-color: #71bf44;
}
.shw_pagination  .page-item.active .page-link.disabled:hover{
    background: #fff;
    border: 1px solid #dee2e6;
}
/*no record found*/
.no-record{
    width: 100%;
    display: flex;
    height: 450px;
    align-items: center;
    justify-content: center;
}
.no-record p{
    font-family: latoBold;
    color: #261e4c;
    font-size: 18px;
}

@media screen and (max-width: 767px){
    .mainimg{
        width: 100%;
        height: 255px;
    }
    .sbsddtl {
        float: unset;
        display: block;
    }
    .searchstyle{
        width: 70%;
    }
    #pac-input{
        top: 50px !important;
        left: 0 !important;
        width: 90% !important;
    }
    .pageList{
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .topbar .col-lg-5{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media screen and (max-width: 991px){
    .footer-logo img{
        width: 100%;
    }
}

@media screen and (max-width: 1200px){
    .prodctImg img{
        width: 100% !important;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 768px){
    .topbarContent ul li{
        padding: 0px 5px;
    }
    .topbarContent ul li a , .topbarContent ul li a span{
        font-size: 13px;
    }
}

#toast-container{
    bottom: 12px !important;
    top: unset !important;
}
