@font-face {
    font-family: 'Arial Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Regular'), url('../fonts/ARIAL.woff') format('woff');
    }
@font-face {
    font-family: 'Arial Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Bold'), url('../fonts/ARIALBD.woff') format('woff');
    }
 
body{
	font-size:16px;
	color:#000;
	font-family: 'Arial Regular';
}

.upper-header {
    background-color: #004b85;
    color: #fff;
    margin: 0 -15px;
}
.upper-header-left-col ul li.dropdown ul {
    display: none;
	background-color: #004b85;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0rem;
}
.upper-header-left-col ul li .dropdown-menu.show {
    display: block;
}
.upper-header-left-col ul li .dropdown-menu li a{
	color: #fff;
}
.upper-header-left-col ul li.dropdown ul li{
	width:100%;
}
.upper-header-right-col .btn {
    background: #004b85;
}
.upper-header-left-col .dropdown-item:focus, .upper-header-left-col .dropdown-item:hover {
    color: #fff;
    background: #002d62 !important;
}
.upper-header-right-col .dropdown-item:focus, .upper-header-right-col .dropdown-item:hover {
    color: #fff;
    background: #002d62 !important;
}
.upper-header-left-col ul li ul li {
    margin: 0px 0px;
    font-size: 13px;
}
.upper-header-left-col ul{
	margin:0;
	padding:0;
	list-style-type:none;
	display:flex;
}
.upper-header-left-col ul li {
    margin: 10px 10px;
    font-size: 13px;
    display: inline-block;
    line-height: 1.2;
}
.upper-header-left-col ul li a {
    color: #fff;
    text-decoration: none;
    /* font-family: 'Arial Narrow'; */
}
.upper-header-right-col {
    color: #fff;
    /* font-family: 'Arial Narrow'; */
}
.upper-header-right-col .d-flex {
    justify-content: flex-end;
    display: flex;
    align-items: center;
}
.user-name-header {
    margin-right: 0px;
	font-size:14px;
}
.upper-header-right-col .btn{
	color:#fff;
	box-shadow:none;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13,110,253,.25);
}
.upper-header-right-col .d-flex {
    justify-content: flex-end;
}
.upper-header-right-col .dropdown-menu {
    background-color: #004b85;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0rem;
	padding:10px 0 15px 0;
}
.upper-header-right-col .dropdown-item {
	color:#fff;
	font-size:13px;
	text-decoration:none;
}
.upper-header-right-col .dropdown-item:focus, .upper-header-right-col .dropdown-item:hover {
    color: #fff;
    background-color: #002d62;
}

.middle-header {
    padding: 15px 0;
}
.header-logo img {
    max-width: 220px;
}
.middle-header-right {
    display: flex;
    margin-left: auto;
    margin-right: 0;
    align-items: center;
    justify-content: end;
}
.header-search-box {
    position: relative;
    min-width: 370px;
    margin-right: 30px;
}
.header-cart {
    position: relative;
    min-width: 50px;
}
.header-cart img {
    max-width: 36px;
}
.header-cart .qty-cart {
    position: absolute;
    background: red;
    color: #fff;
    width: 24px;
    height: 24px;
    text-align: center;
    padding: 3px 0;
    font-size: 12px;
    border-radius: 50%;
    right: 0;
    top: 0;
}
.header-search-box {
    position: relative;
}
.header-search-box .btn img {
    max-width: 24px;
}
.header-search-box .form-control {
    height: 45px;
    border-color: #002d62;
    border-radius: 0px;
}
.header-search-box .btn {
    position: absolute;
    top: 2px;
    right: 0;
}

/* normal menu css */
.middle-header nav {
    margin-top: 15px;
}
.main_menu ul {
    margin: 0;
    padding: 0;
}
.main_menu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0 -2px;
}
.main_menu ul li {
    position: relative;
    list-style-type: none;
}
.main_menu ul > li > a {
    font-size: 16px;
    color: #484848;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600 !important;
}
.main_menu ul li a {
  font-size: 16px;
  color: #002d62;
  padding: 10px 15px;
  display: block;
  font-weight: Normal;
  text-decoration:none;
}
.has_dropdown ul li a, .sub_menu a{
	color: #484848 !important;
}



.main_menu ul li .active,
.main_menu ul li:hover > a {
  color: var(--hover-color);
}
/* Normal Dropdown menu */
.menu-col-center ul li ul.sub_menu {
  width: 250px;
  background: #fff;
  transition: 0.5s;
  box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
  left: 0px;
}

.menu-col-center ul li ul.sub_menu li a {
    padding: 7px 15px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: normal !important;
    display: inline-block;
    width: 100%;
    text-decoration: none;
}
li.has_dropdown a {
    color: #002d62;
    font-size: 16px;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: normal;
    text-decoration: none;
	padding: 13px 0;
}
.main_menu ul li ul li a i {
  float: right;
}

.main_menu ul li ul li ul {
  left: 100%;
  top: 0;
}
#topnav .menu-col-center ul li ul.sub_menu li{
	display:block;
}
.has_dropdown{
	position:relative;
}
/* mega menu css */
.mega_menu_dropdown {
  position: static !important;
}
.mega_menu {
  left: 0;
  right: 0;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  transition: 0.5s;
  box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
}
.mega_menu_item {
  width: 25%;
  padding: 30px 20px;
}
.main_menu ul li .mega_menu_item a {
  padding: 10px 15px;
}
.main_menu ul li .mega_menu_item a:hover {
    background: #f2f2f2;
}

.main_menu ul li .mega_menu_item a:hover {
  color: var(--hover-color);
}
.mega_menu_item h3 {
  margin-bottom: 15px;
}
.mega_menu_item img {
  width: 100%;
}
li.has_dropdown ul.sub_menu li:hover {
    background: #f2f2f2;
}
/* demo_2 css */
.mega_menu_demo_2 .mega_menu {
  left: 50%;
  transform: translateX(-50%);
  width: 1140px;
}

.mobile_btn {
  display: none;
}

/* responsive css */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .mega_menu_demo_2 .mega_menu {
    width: 940px;
  }
  .main_menu ul li ul {
    width: 250px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .mega_menu_demo_2 .mega_menu {
    width: 700px;
  }
.main_menu ul li a {
    font-size: 11px;
    padding: 10px 2px;
}
  .main_menu ul li ul {
    width: 250px;
  }
  .mega_menu_item {
    padding: 15px 10px;
}
}
@media (min-width: 768px) {
  .menu-col-center ul li ul.sub_menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 50px;
  }
  .menu-col-center ul li .mega_menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 50px;
  }
  .menu-col-center ul li:hover > ul.sub_menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
    z-index: 99;
  }
  .menu-col-center ul li:hover > .mega_menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 99;
  }
}

@media (max-width: 767.98px) {
  .mega_menu_demo_2 .mega_menu,
  .container {
    width: 100%;
  }

  nav {
    padding: 15px;
  }
  .mobile_btn {
    cursor: pointer;
    display: block;
  }

  .main_menu {
    display: none;
    width: 100%;
  }

  .main_menu ul li {
    display: block;
  }
  .main_menu ul li a i {
    float: right;
  }
  .main_menu ul li a {
    border-bottom: 1px solid #ddd;
  }
  .main_menu ul li ul {
    width: 100%;
  }
  .main_menu ul li ul li ul {
    left: 0;
    top: auto;
  }

  .mega_menu .mega_menu_item {
    width: 50%;
  }
  .main_menu ul li ul {
    display: none;
    transition: none;
  }
  .main_menu ul li .mega_menu {
    display: none;
    transition: none;
  }

  .mega_menu_demo_2 .mega_menu {
    transform: translateX(0);
  }
}

@media (max-width: 575.98px) {
  .mega_menu .mega_menu_item {
    width: 100%;
  }
}
@media (min-width: 1200px){
.mega_menu_demo_2 .mega_menu {
    width: 1130px;
}

.main_menu ul li a {
    font-size: 13px;
    letter-spacing: 0.5px;
}	
}
@media (min-width: 1400px){
.mega_menu_demo_2 .mega_menu {
    width: 1320px;
}	
.main_menu ul li a {
    font-size: 14px;
    letter-spacing: 1px;
}
}

.main-hero-section video{
	width:100% !important;
	height: auto !important;
}
.cat-list {
    margin-top: 5px;
}
.cat-list .cat-items{
	position:relative;
}
.cat-list .cat-items .overlay{
	background-color:rgba(0,45,98,0.8);
	z-index:1;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	transition: all ease-in 0.3s;
}
.cat-list .cat-items:hover .overlay{
	opacity:1;
}
.cat-items-content {
    padding: 20px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
}
.cat-items-content .btn{
	background:#004b85;
	border-color:#004b85;
	border-radius:0px;
	text-transform:uppercase;
	font-family: 'Arial Regular';
	font-size:18.24px;
	color:#fff !important;
	text-decoration:none;
}

.cat-items-content h3 {
    color: #fff;
    /* font-family: 'Arial Narrow'; */
    font-size: 27.36px;
}
.cat-items-content p{
	color:#fff;
	/* font-family: 'Arial Narrow'; */
	font-size:14px;
}
.best-product-section {
    padding: 50px 40px 50px 50px;
	position:relative;
}
.best-product-section .carousel-control {
    top: 40% !important;
}
.best-product-section .slick-slide {
    height: auto;
}
.best-product-section .slick-slide img.prodlistimg {
    width: 140px !important;
    min-height: 140px;
    max-height: 140px;
    height: 140px !important;
    margin: 0 auto !important;
}
.best-product-section .featured-products-addToCart-link br{
	display:none;
}
span.producttitlelink {
    color: #337ab7;
    font-size: 17px;
    width: 80%;
    min-height: 40px;
    display: block;
    margin: 10px auto;
    vertical-align: top;
}
.best-product-section .productNumber {
    margin-bottom: 10px;
    display: block;
}
.best-product-section .productNumber {
    font-weight: bold !important;
    color: #002d74 !important;
}
.featured-products-addToCart-link:focus{
	outline:0px !important;
}
.best-product-section .owl-carousel .owl-dots.disabled {
    display: block !important;
    text-align: center !important;
}
.best-product-section .owl-dots {
    text-align: center;
    margin-top: 40px;
}
.best-product-section .owl-carousel button.owl-dot {
    background: #ccc;
    height: 12px;
	width:12px;
	border-radius:50px;
	margin:0 5px;
}
.best-product-section .owl-carousel button.owl-dot.active{
	background: #004b85;
}

.best-product-section h2{
	font-size:36px;
	color:#002d74;
	text-align:center;
	font-weight:bold;
	margin-bottom:30px;
	font-family: 'Arial Bold';
}
.best-product-items {
    text-align: center;
}
.best-product-items .product-pic {
    position: relative;
    padding-top: 70%;
}
.best-product-items .product-pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    margin: auto;
    inset: 0;
}
.best-product-items h4 {
    color: #004b85;
}
.best-product-items h4 a{
    color: #004b85;
	text-decoration:none;
}
.our-story-section{
	background:url(../images/our-story-banner.jpg) no-repeat center center;
	background-size: cover;
	text-align:center;
	color:#fff;
	padding: 90px 0px;
}
.our-story-content {
    max-width: 700px;
    margin: 0 auto;
    /* font-family: 'Arial Narrow'; */
}
.our-story-content p {
    font-size: 18px;
	margin-bottom:30px;
}
.our-story-content h3 {
    margin-bottom: 40px;
}
.our-story-content h5{
	color:#fff;
}
.our-story-content h2 {
    margin-bottom: 30px;
    margin-top: 10px;
	font-size:36px;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
}
.our-story-content .btn-primary {
    color: #fff;
    background: #002d62;
    border: #002d62 1px solid;
    border-radius: 0px;
    padding: 10px 20px;
	text-decoration:none;
}
.service-icon{
	margin-bottom:10px;
}
.service-icon img{
	max-width:48px;
	max-height: 48px;
}
.service-section{
	text-align:center;
	padding:80px 0;
}
.service-section h3{
	color:#000;
}
.testimonials .review-content{
	display:flex;
	align-items:center;
}
.testimonials .review-right-content {
    width: calc(100% - 320px);
    padding: 10px;
}
.testimonials .review-right-content h5 {
    color: #000;
    margin: 10px 0 10px 0;
    padding: 0;
	font-weight:Normal;
}
.testimonials .review-user{
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
}
.testimonials .owl-nav {
    text-align: right;
    position: absolute;
    bottom: 30px;
    right: 0;
}
.owl-carousel.testimonials .owl-nav button.owl-next, .owl-carousel.testimonials .owl-nav button.owl-prev{
    font-size: 38px;
    margin: 0 8px;
}
.call-cta img{
	max-width:100%;
}

.footer{
	background:#c9cacb;
	color:#fff;
	text-align:left;
}
.footer-upper {
    display: flex;
    justify-content: center;
    padding: 50px 0 0px 0;
}
.fot-upper-col {
    margin: 10px 10px;
    font-size: 16px;
    color: #fff; 
    font-weight: bold;
    display: flex;
    align-items: center;
}
.fot-upper-col a{
	color:#fff;
	text-decoration:none;
	margin-left:5px;
}
.footer a.default-link {
    color: #004b85;
}
.fot-upper-col img{
	margin-right:10px;
}
.footer p{
	font-size:18px;
}
.footer h5 {
    color: #004b85;
    margin-bottom: 10px;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1rem;
}
.footer ul {
    margin: 0 0 10px 0;
    padding: 0;
    list-style-type: none;
}
.footer ul li {
    margin: 10px 0;
    font-size: 18px;
}
.footer ul li a {
    color: #fff;
    text-decoration: none;
}
.footer .payment-logo {
    display: flex;
}
.footer .payment-logo li {
    margin: 0 10px 0 0;
}
.footer-bottom {
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding: 40px 0;
	text-transform:uppercase;
}

@media (max-width: 767px){
.upper-header-left-col ul {
    justify-content: center;
}	
.upper-header-left-col ul li {
    margin: 10px 3px 2px 3px;
    font-size: 13px;
}
.upper-header-right-col .d-flex {
    justify-content: center;
}
.upper-header-right-col {
    font-size: 13px;
}
.upper-header-right-col .btn {
    font-size: 12px;
}
.header-search-box {
    min-width: calc(100% - 80px);
    margin-right: auto;
}
.header-logo {
    margin-bottom: 15px;
}
.middle-header {
    position: relative;
	padding: 15px 0 5px 0;
}
.middle-header nav {
    margin-top: 15px;
    width: 100%;
    padding: 0;
}
.mobile_btn {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 1px;
    top: 38px;
    width: auto;
    font-size: 24px;
}
.main_menu {
    background: #fff;
    margin-top: 0;
    position: absolute;
    z-index: 9;
    left: 0;
    width: 100%;
    top: 150px;
}
.main_menu ul li .mega_menu {
    padding-left: 0px !important;
}
.mega_menu_item {
    padding: 0px 0px;
}
.mega_menu {
    box-shadow: 0px 0px 0px 0px rgba(212, 201, 201, 0.75);
}
.main_menu ul li a {
    padding: 10px 0px;
}
li.has_dropdown ul.sub_menu li:hover {
    background: #fff;
}
.main_menu ul li a {
    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main_menu ul li .mega_menu_item a {
    padding: 10px 0px;
}
.header-logo img {
    max-width: 180px;
}
.cat-list .owl-nav {
    display: none;
}
.cat-list {
    padding: 10px 15px;
}
.cat-list .cat-items .overlay{
	opacity:0;
}
.cat-list .owl-dots {
    display: block;
    text-align: center;
    margin-top: 10px;
}
.cat-list .owl-carousel button.owl-dot {
    background: #ccc;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    margin: 0 5px;
}
.cat-list .owl-carousel button.owl-dot.active {
	background: #004b85;
}
.best-product-section {
    padding: 30px 15px 30px 15px;
}
.best-product-section h2 {
    font-size: 26px;
}
.best-product-section .owl-dots {
    margin-top: 30px;
    display: none;
}
.best-product .owl-nav {
    text-align: center;
    margin-top: 20px;
}
.best-product .owl-nav button {
    margin: 0 10px;
}
.best-product .owl-nav button span {
    font-size: 20px;
}
.our-story-section {
    padding: 40px 0px;
}
.menu-col-center ul li ul.sub_menu {
    box-shadow: 0px 0px 0px 0px rgba(212, 201, 201, 0.75);
    padding: 0 !important;
}
.menu-col-center ul li ul.sub_menu li a {
    padding: 10px 0px;
}
.service-section {
    padding: 30px 0;
}
.client-review-section {
    padding-bottom: 15px;
}
.testimonials .review-right-content {
    width: calc(100% - 0px);
    padding: 10px 0;
}
.testimonials .review-content {
    flex-wrap: wrap;
}
.footer-upper {
    justify-content: flex-start;
    padding: 20px 0 0px 0;
    flex-wrap: wrap;
    flex-direction: column;
}
.fot-upper-col {
    margin: 10px 0px;
    font-size: 16px;
}
.fot-upper-col img {
    margin-right: 10px;
    max-width: 36px;
}
.footer-bottom {
    padding: 10px 0;
    max-width: 290px;
    margin: 0 auto;
}

.login-top-header-links li {
    margin: 10px 5px;
    white-space: nowrap;
}
.service-section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.service-section .col-md-3 {
    width: 50%;
    padding-bottom: 20px;
}
.call-cta {
    margin-bottom: 20px;
}
body.side-margin-in {
    overflow: hidden;
}
ul.nav-menu-m.topnavmenu.padded {
    margin: 0 0 !important;
}
.upper-header-left-col ul li {
    display: none;
}
.upper-header-left-col ul li:last-child {
    display: block;
}
.testimonials .review-content {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
}
@media (max-width: 399px){
.cat-slider .owl-item img {
    max-height: 400px;
}	
}
@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 98%;
    }
}
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 96%;
    }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1160px;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1360px;
    }
}
@media (min-width: 768px) and (max-width: 1199px){
.main_menu > ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.best-product-section .owl-dots {
    margin-top: 30px;
    display: none;
}
.best-product .owl-nav {
    text-align: center;
    margin-top: 20px;
}
.best-product .owl-nav button {
    margin: 0 10px;
}
.best-product .owl-nav button span {
    font-size: 20px;
}
.call-cta {
    margin-bottom: 20px;
}
}


@media (min-width: 768px) and (max-width: 991px){
.client-review-section .row.align-items-center {
    align-items: center;
    display: flex;
}	
.service-section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.service-section .col-md-3 {
    width: 50%;
    padding-bottom: 20px;
}	
.row.hidden-lg.hidden-md.initial-top-height.topnav1bgcolor .row.mt10.mb10 {
    max-width: 200px;
    margin-left: auto;
    margin-right: 50px;
}	
li.has_dropdown:last-child ul.sub_menu {
    right: 0;
}	
.header-cart .qty-cart {
    width: 20px;
    height: 20px;
    padding: 1px 0;
    right: 5px;
    top: -4px;
}	
.upper-header-left-col ul li {
    margin: 10px 5px;
    font-size: 13px;
}
.user-name-header {
    margin-right: 10px;
    font-size: 13px;
}
.upper-header-right-col .btn {
    font-size: 14px;
    padding-right: 0;
}
.header-search-box {
    min-width: 300px;
 }	
.cat-list .owl-dots {
    display: block;
    text-align: center;
    margin-top: 10px;
}
.cat-list .owl-carousel button.owl-dot {
    background: #ccc;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    margin: 0 5px;
}
.cat-list .owl-carousel button.owl-dot.active {
	background: #004b85;
}
.best-product-section h2 {
    font-size: 26px;
}
.best-product-section {
    padding: 40px 0 40px 0;
}
.our-story-section {
    padding: 40px 0px;
}
.service-section {
    padding: 40px 0;
}
.service-section h3 {
    font-size: 16px;
    font-weight: bold;
}
.service-section p{
	font-size:14px;
}
.review-content img {
    width: 180px;
}
.testimonials .review-right-content {
    width: calc(100% - 170px);
    padding: 10px;
}
.fot-upper-col img {
    margin-right: 5px;
    max-width: 32px;
}
.footer-upper {
    padding: 20px 0 0px 0;
}
.fot-upper-col {
    margin: 10px 5px;
    font-size: 11px;
    display: flex;
    align-items: center;
}
.footer h5 {
    font-size: 16px;
}
.footer ul li {
    margin: 5px 0;
    font-size: 14px;
}
.footer ul li a {
    font-size: 14px;
}
.footer p {
    font-size: 14px;
}
.footer .payment-logo {
    display: flex;
    flex-wrap: wrap;
}
.footer .payment-logo li {
    margin: 0 5px 5px 0;
}
.footer-bottom {
    font-size: 14px;
    padding: 20px 0;
}
}

@media (min-width: 992px) and (max-width: 1199px){
.cat-list .owl-dots {
    display: block;
    text-align: center;
    margin-top: 10px;
}
.cat-list .owl-carousel button.owl-dot {
    background: #ccc;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    margin: 0 5px;
}
.cat-list .owl-carousel button.owl-dot.active {
	background: #004b85;
}	
.best-product-section {
    padding: 40px 0 40px 0;
}
.best-product-section h2 {
    font-size: 32px;
}
.our-story-section {
    padding: 40px 0px;
}	
.service-section {
    padding: 40px 0;
}
.service-section h3 {
    font-size: 20px;
    font-weight: bold;
}
.main_menu ul li a {
    font-size: 13px;
    padding: 10px 5px;
}
li.has_dropdown:last-child ul.sub_menu {
    right: 0;
}	
.footer-upper {
    padding: 20px 0 0px 0;
}
.fot-upper-col {
    margin: 10px 5px;
    font-size: 13px;
    display: flex;
    align-items: center;
}
.fot-upper-col img {
    max-width: 40px;
}
.footer h5 {
    font-size: 16px;
}
.footer ul li {
    margin: 5px 0;
    font-size: 14px;
}
.footer ul li a {
    font-size: 14px;
}
.footer p {
    font-size: 14px;
}
.footer .payment-logo {
    display: flex;
    flex-wrap: wrap;
}
.footer .payment-logo li {
    margin: 0 5px 15px 0;
    min-width: 40%;
}
.footer-bottom {
    font-size: 14px;
    padding: 20px 0;
}
}

@media (min-width: 1200px) and (max-width: 1399px){
.fot-upper-col {
    margin: 10px 15px;
    font-size: 16px;
}
.fot-upper-col img {
    margin-right: 10px;
    max-width: 40px;
}	
}

/*login page css*/
.main_contentbar.login-page #page-content {
    padding: 60px 0;
}
.main_contentbar.login-page {
    background: #fff !important;
    display: inline-block;
    width: 100%;
}
.main_contentbar.login-page .topbar {
    background: #fff;
	display:none;
}
.main_contentbar.login-page .navigationbar{
	display:none;
}
.main_contentbar.login-page .top_rightbar {
    display: none;
}
.main_contentbar.login-page .upper-header-right-col {
    text-transform: uppercase;
}
.main_contentbar.login-page .user-name-header {
    margin-right: 50px;
}
.login-top-header-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
}
.login-top-header-links li {
    margin: 10px 10px;
}
.login-top-header-links li a {
    color: #fff;
    text-decoration: none;
}
.login-content {
    max-width: 530px;
    margin: 50px auto 70px auto;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.10);
    border-radius: 10px;
    padding: 30px;
}
.login-content label {
    text-align: left;
    display: block;
    font-weight: bold;
}
.main_contentbar.login-page h1 {
    font-weight: bold;
}
.main_contentbar.login-page .btn-primary {
    color: #fff;
    background-color: #004b85;
    border-color: #004b85;
    padding: 10px 30px;
    text-transform: uppercase;
    min-width: 300px;
}
.main_contentbar.login-page .header-search-box .btn {
    top: 3px;
}
.main_contentbar.login-page .header-logo img {
    margin: 20px 0;
}
.new-custmer {
    max-width: 540px;
    margin: 0 auto 30px auto;
    text-align: center;
}
.main_contentbar.login-page .form-check label.form-check-label {
    font-weight: normal;
}
.review-stars {
    margin-bottom: 8px;
}
.review-stars img{
	max-width:100%;
	width:auto !important;
}
@media (max-width: 767px){
.login-content {
    margin: 30px auto 30px auto;
    padding: 20px;
}
.main_contentbar.login-page .user-name-header {
    margin-right: 20px;
	font-size:13px;
}	
.main-hero-section video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.main-hero-section {
    position: relative;
    height: 270px;
}
}
.testimonials {
    margin-bottom: 30px;
}
.desktop-header-right {
    display: flex;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: 0;
}
.header-cart-col {
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.d-flex{
	display:flex;
}
.align-items-center{
	align-items:center;
}
.logoContainer {
    margin-bottom: 25px;
}
.desktop-header-right .searchStyling {
    background-color: #fff;
    border: #002d62 solid 1px;
    color: #002d62;
    border-radius: 0px;
}
.desktop-header-right .searchStyling::placeholder {
  color: #002d62 !important;
  opacity: 1; /* Firefox */
}

.desktop-header-right .searchStyling::-ms-input-placeholder { /* Edge 12-18 */
  color: #002d62 !important;
  opacity: 1; /* Firefox */
}
.desktop-header-right .searchIconStyle {
    color: #002d62 !important;
}
.header-login-col {
    margin-left: 20px;
}
.header-login-col .plaintext {
    color: #002d62;
}
.btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
    text-shadow: 0 0px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 0px 0 rgba(255,255,255,.15),0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0 rgba(255,255,255,.15),0 0px 0px rgba(0,0,0,.075);
}

.footerbgcolor h5{
	font-size:18px;
	margin-bottom:15px;
}
#footer .container.visible-xs {
    display: none !important;
}
.footer {
    clear: left;
}
@media (max-width: 767px){
.imgLogo {
    width: 150px;
}	
.new-side-nav-button button:after {
    width: 68%;
    height: 5px;
    background: #2e6da4;
    top: 10px;
    right: 16%;
    box-shadow: 0 10px 0 #2e6da4, 0 20px 0 #2e6da4;
}	
.row.move-right.mr80 {
    display: none;
}
.new-side-nav-bar.new-side-nav-button {
    position: absolute;
    top: -65px;
    right: 0;
    margin-top: 0;
}
.initial-top-height .col-xs-6.display-inline-flex {
    width: auto !important;
    margin-top: 15px;
}
.initial-top-height span.mt5.plaintext {
    display: none;
}
.footer .col-sm-6.col-md-3 {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
.footerbgcolor h5 {
    font-size: 14px;
    margin-bottom: 5px;
}
#footer p {
    font-size: 13px;
}
.footer .payment-logo {
    display: flex;
    flex-wrap: wrap;
}
.footer .payment-logo li {
    margin: 0 5px 5px 0px;
}
}

@media (min-width: 768px) and (max-width: 991px){
.imgLogo {
    width: 150px;
}	
.new-side-nav-button button:after {
    width: 68%;
    height: 5px;
    background: #2e6da4;
    top: 10px;
    right: 16%;
    box-shadow: 0 10px 0 #2e6da4, 0 20px 0 #2e6da4;
}	
.row.move-right.mr80 {
    display: none;
}
.new-side-nav-bar.new-side-nav-button {
    position: absolute;
    top: -65px;
    right: 0;
}
.initial-top-height .col-xs-6.display-inline-flex {
    margin-top: 15px;
}

}
.login-box {
    background: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    border-radius: 20px;
    max-width: 500px;
    margin: 50px auto;
    padding: 30px;
	text-align:center;
}
.login-box h2 {
    color: #004b85;
    font-size: 32px;
    font-weight: 700;
}
.login-box label {
    display: block;
    text-align: left;
}
.login-box input[type="text"], .login-box input[type="password"] {
    width: 100%;
    height: 46px;
    padding: 0 15px;
    border: #e8e8e8 solid 1px;
    border-radius: 6px;
}

@media (max-width: 991px){
.sub_menu{
	display:none;	
}
.sub_menu.open{
	display:block;	
}
.has_dropdown ul li a, .sub_menu a {
    color: #ffffff !important;
}
.sub_menu li {
    padding: 0 0 !important;
}
.black li {
    margin: 0 10px 0 0px !important;
}
.sub_menu li a {
    font-size: 14px;
    padding: 10px 20px !important;
}
.black a:focus, .black a:hover, .black a:focus {
    color: white !important;
    /* padding-top: 8px !important; */
    border-radius: 0px !important;
    border: solid 0 #2d2d2d !important;
    background-color: transparent !important;
}
ul.nav-menu-m.topnavmenu.padded{
	border-bottom:0px;
}
.black a {
    padding: 10px 0px !important;
	font-size: 15px !important;
 }
 .nav-menu-m>li>a {
    display: flex;
    justify-content: space-between;
}
 .nav-menu-m>li>a i {
    margin-left: auto;
    margin-right: 0;
}
.has_dropdown .selected i {
    transform: rotate(90deg);
}
.login-box {
    margin: 40px auto;
    padding: 25px 15px;
 }
.login-box h2 {
    font-size: 24px;
 } 
}

@media (min-width: 992px) and (max-width: 1199px){
.menu-item-divider {
    padding-right: 20px;
}	
	
}

.center-title {
    color: #333;
    position: relative;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    margin: 30px auto 30px auto;
}
.center-title:before {
    background: #ccc;
    height: 1px;
    width: 100%;
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.center-title span {
    background: #fff;
    z-index: 9;
    position: relative;
    padding: 10px 20px;
    text-transform: capitalize;
}
.management-page h3{
	font-size:18px;
	font-weight:bold;
	color:#000;
}
.management-page h4 {
    font-size: 16px;
    color: #515151;
    font-style: italic;
    margin-bottom: 25px;
    font-weight: 400;
}
.management-page p{
	line-height:1.5;
	font-size:16px;
	color:#000;
	font-weight: 300;
	margin-bottom:40px;
}
.full-width{
	max-width:100%;
	height:auto;
}
.mb-4{
	margin-bottom:40px;
}
.row.grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.management-page .team-content{
	padding-top:20px;
}
.team-pic img{
	/* width:100%; */
	max-width:100%;
}
.management-page .team-content h5{
	font-size:16px;
	font-weight:bold;
	color:#000;
	margin-bottom: 10px;
}
.management-page .team-content h6 {
    font-size: 16px;
    color: #515151;
    font-style: italic;
    margin-bottom: 10px;
    font-weight: 400;
}
.management-page .team-content p{
	margin-top:20px;
}

@media (max-width: 991px){
.full-width{
	margin-bottom:20px;
}	
}