html {
	font-family: 'Poppins', sans-serif;/* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  overflow-x:hidden;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-size:15px;
  color:#2c2c2c; 
  overflow-x:hidden;
}
article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}
audio,
canvas,
progress,
video,a,span {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template, /* 1 */
[hidden] {
  display: none;
}
a,button {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
  transition: all 0.3s ease;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1,h2,h3,h4,h5 {
  margin: 0 0 15px;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img,i ,a,span{
  border-style: none;
  transition: all 0.3s ease;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
figure {
  margin:0;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}
optgroup {
  font-weight: bold;
}
button,
input { /* 1 */
  overflow: visible;
}
button,
select { /* 1 */
  text-transform: none;
}
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
} 
a {color:#13a89e;}
a:hover {color:#0b3a80; text-decoration:none;}
p {line-height:24px; margin-bottom:20px;}
ul {padding:0px; list-style:none;}
/******** Start Home Page CSS **********************************************************/
#myHeader {margin-bottom:20px;}

.offerbar { background:#e6e9ed; text-align:center; padding:10px 0; font-size:13px;}
.navbar-brand {
	margin-top: -70px;
}
.navbar-brand > img {
  max-width: 150px;
  width: 100%;
}
.navbarClose {
    display: none;
}
#menu-main-menu {
	font-size: 15px;
	padding: 0 0 0 30px;
	text-transform: none;
	outline: none;
	font-weight: 400;
	margin:0 auto;
	display: inline-flex;
}
#menu-main-menu li {list-style:none; padding-left: 25px;}
#menu-main-menu li a {color:#2c2c2c; position:relative;}
#menu-main-menu > li:first-child > a {
    padding: 0px;
}
#menu-main-menu > li > a {
    font-size: 15px;
    padding: 0 0 0 0;
    text-transform: none;
    outline: none;
    font-weight: 400;
    text-transform:uppercase;
    border-bottom:2px;
    position:relative;
}

#menu-main-menu > li > a:hover {
    color:#0da99e;
    font-weight: 400;
}

#menu-main-menu > li.current_page_item a {border-bottom:2px solid #13a89e;}
.navbar {  padding: 0px;}
.SearchBox {
    max-width: 300px;
    width: 100%;
    margin: auto;
    position: relative;
}
.SearchBox i {
    font-size: 18px;
    position: absolute;
    right: 21px;
    cursor: pointer;
    color: #2c2c2c;
    display: block;
    top: 11px;
}

.SearchBox input {
    width:300px;
    max-width: 100%;
    height: 44px;
    border-radius: 50px;
    outline: 0;
    color: #2c2c2c;
    font-size: 13px;
    border: none;
    background: #e6e9ed;
    padding: 0 20px;
}
.topBar {
    text-align: right;
    padding: 20px 0 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 80%;
    margin: 0 15px 10px auto;
}
ul#menu-top-menu {
    margin: 0;
}
ul#menu-top-menu li {display:inline-block; margin-left: 20px; font-size: 13px;}
ul#menu-top-menu li a {color:#2c2c2c;}
.menu-main-menu-container {margin-left:auto !important;}

.main-banner {margin-bottom:30px;}
.main-banner .carousel-item img {border-radius:20px;}
.carousel-caption, .carousel-indicators {
    left: 30px;
    right: inherit;
    text-align: left;
    margin-left:inherit;
}

.carousel-caption h5 {font-size:22px; font-weight:700; text-transform:uppercase; margin-bottom:5px;}
.btn {
    background: #243078;
    border-radius: 100px;
    color: #FFF;
    padding: 10px 20px;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom:15px;
}
.btn i{padding-left:10px;}
.btn:hover {background:#FFF;}
.pink-btn {
    background: #e13091;
    border-radius: 100px;
    color: #FFF;
    padding: 10px 20px;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom:15px;
}
.pink-btn i{padding-left:10px;}
.pink-btn:hover {background:#FFF; color:#2c2c2c;}

.home-rightbanner {position:relative;}
.home-rightbanner img {border-radius:20px;}
.right-caption {position: absolute; top: 40px; left: 40px; color: #FFF;}
.right-caption h5 {line-height:28px;}

.allcategory h2, .maincat h2  {color:#243178; font-size:28px; font-weight:600; text-transform:uppercase; margin-bottom:10px; letter-spacing:1px;}
.product-thumb {padding:10px;}
.p-img {border-radius:20px; overflow:hidden; margin-bottom:10px;}
.product-thumb h5 {font-size:13px; text-transform:uppercase; text-align:center; line-height:22px; letter-spacing:1px;}
.owl-nav {width:100%; position:absolute; top:30%;}
.owl-prev{float:left; font-size:30px;}
.owl-next{float:right; font-size:30px;}

.inner-banner {position:relative;}
.inner-caption {position:absolute; bottom:40px; left:40px; color:#FFF;}
.inner-caption h1 {color:#FFF; }
.inner-banner picture {height:300px; overflow:hidden; width:100%;}
.inner-banner picture img {width:100%; height:auto;}
.catname {padding:30px; background:#eef1f6; font-size:13px; border-radius:20px;}
.catname ul {margin-bottom:50px;}
.catname ul li {padding: 10px 0; border-bottom: 1px dotted #ccc;}
.catname ul li a{display: block; color: #2c2c2c; letter-spacing: 1px;}
.catname ul li a:hover {color:#005a8d;}
h4 {font-size: 18px; letter-spacing:1px;}
.catitem picture {display: block; overflow: hidden; margin-bottom: 15px; border-radius:20px;}
.catitem h3 {font-size: 18px; margin-bottom: 5px; line-height: 26px;}
.catlist a{color:#2c2c2c;}

.popcategory .product-items {}
.popcategory {text-align:center;}

.usps {padding:70px 0;}

.usps .icons{
    width: 40px;
    height: 50px;
    display: block;
    float:left;
    margin-right:15px;
}

.uspsblock h3 {
    font-size: 18px;
    font-style: italic;
    color: #333;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
}
.uspsblock p {font-size:12px; line-height:16px;}

.product-items {background: #eee; border-radius: 20px; overflow: hidden;}

#menu-main-menu > li > ul.sub-menu {
    position: absolute;
    background: #273c6f;
    right: 0;
    left: 0;
    padding:30px;
    margin: 0;
	list-style:none;
	display:none; 
	top:30px;
	transition: all 0.3s ease;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.25) rgba(0,0,0,0.25);
	z-index:100;
}
#menu-main-menu > li > ul.sub-menu li {
    display:block;
	list-style:none;
	padding:0;
	margin:0;
}
#menu-main-menu > li > ul.sub-menu li a{
    display:block;
	list-style:none;
	font-size:15px;
	line-height:30px;
	color:#fff;
	font-weight:300;
	padding:0;
	margin:0;
}

/***************************Start Responsive*************************/

@media only screen and (min-width: 1200px) {
	.container  {
		max-width: 1280px;
		width: 100%;
	}

}

@media only screen and (min-width: 1199px) {
    #menu-main-menu > li:hover .sub-menu, #menu-main-menu li.menu-item-has-children:hover a::after {
        display: block;
        opacity: 1;
        transition: all 0.3s ease;
    }
}

@media only screen and (max-width: 1024px) {
}
    
@media only screen and (max-width: 768px) {
    .bd-example {margin-bottom:30px;}
}

@media only screen and (max-width: 767px) {
}

