﻿@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');

:root{
	--default:#1e4176;
	--default1:#ff7100;
	--color1:#031837;
}

/*------------------------------------------------------------------------------------------------------------------------*/
body{padding:0px; margin:0px; font-size:14px; font-family: 'Roboto', sans-serif; color:#333; line-height:20px;}
.ajax__calendar_container {z-index: 99999;
}
a,a:hover{text-decoration:none;}

h1,h2,h3,h4,h5,h6{padding:0px; margin:0px;}

h1{font-weight:800;text-transform: capitalize;font-size:25px;margin-bottom: 20px;}

h2{font-size:25px; color:#010101; font-weight:700; margin: 20px 0; text-align:left;}
h2 span{text-transform: capitalize;}
h2 small{font-size:18px; color:#ff2250; font-weight:400; display:block;}
h3{margin-bottom:20px;font-size:33px;text-align:center;}
h3 span{display:block;font-size:16px;color:#837878;}
h4{font-size: 18px!important;
    margin-bottom: 5px;
    text-align: left;
    color: #012375;
}
h5{font-size: 18px!important;
    margin-bottom: 5px;
    text-align: left;
    color: #012375;
}


/*------------------------------------------------------------------------------------------------------------------------*/
/*:before,:after{content:"";}*/

.transition1,.transition1:hover{-webkit-transition:1s; transition:1s;}

.dropdown:hover .dropdown-menu{display:block;}

.default-padding{padding:40px 0 0;}

.bg1{background:url(../images/bg/1.jpg) top center no-repeat var(--default); background-size:cover; mix-blend-mode: darken;}

.overlay-bg{position:relative;}
.overlay-bg:after{position:absolute; background-color:var(--default); top:0px; bottom:0px; left:0px; right:0px; z-index:1; opacity:.85;}
.overlay-bg .container{position:relative; z-index:2;}

/*------------------------------------------------------------------------------------------------------------------------*/
.top-header{
    background:#fff;
}
header{ padding:0px; position: relative; left:0px; right:0px; z-index:9;}
header .top-header a{color:#333;/*margin-left:15px;*/font-size:13px;}
header .top-header a i{padding-right:0px;}

header .top-header a.login{
    padding:5px 15px; 
    font-size: 15px;
    text-transform:uppercase;
    text-align:center;
    border:#fff 2px solid;    
    margin: 10px 0;
    display: inline-block;}
header .top-header a.login i{padding-right:5px;}


.logo{
    top: -59px;
    padding: 20px;
    background: #fff;
    border: #cd221a 8px solid;
    position: absolute;
    z-index: 999;
}

/*#menu a{
    color:#fff; font-weight:500;
    text-transform: uppercase;
    line-height:18px; 
    padding:0 15px;
}*/
nav{
    background-color:rgb(205 34 26);
    padding:5px 0;
}
nav ul {color:#fff;list-style:none;margin:0px!important; padding:0;}
nav ul li:first-child {padding-left:0;}
nav ul li:last-child {padding-right:0;background-image:none;}
nav ul li{display: inline-block;}
nav ul li a {line-height:18px;color:#fff;text-transform:uppercase; font-size:13px; font-weight:500;padding:0px 8px;}
nav ul li a:hover{color:#ffe086;}
nav li ul{
	position: absolute;	
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: none;
	z-index: 99999;
  	background:#3C4767;
	border-bottom:#fff 0px solid;
}
nav li ul li{ float:none; text-align:left; background-image:none;display: block;}
nav li ul li a{
  display: block;
  font-size: 14px;
  text-transform: none;
  text-decoration:none;
  height: 30px;
  line-height: 30px;
  color: #fff;
  padding: 0px 10px;
  border-radius:0px;
  border-bottom:#4e597d 1px solid;
  
  }
nav li ul li a:hover{color:#ffe086;line-height:30px; height: 30px; border-radius:0px;}
nav li:hover ul{display: block;}

.menu{background-color:rgb(205 34 26)}
.menu .navbar{padding:0px;}
.menu .navbar-light .navbar-nav .nav-link{font-size:14px;
    color:#fff; font-weight:500;
    text-transform: uppercase;
    line-height:18px; 
    padding:0 15px;
    display:block; 

}
.menu .navbar-light .navbar-nav .nav-link:last-child{padding-right:0;}
.menu .navbar-light .navbar-nav .nav-link:hover{color:#efff93;}
.dropdown-item{font-size:14px;}
/*.dropdown-item:hover{color:#fff; background:#ff2250;}*/

.navbar-nav{margin-bottom:0!important;text-align: left;}
.input-group-append{display: block;}
.navbar-light .navbar-nav .nav-link {
    color: #cd221a;
    font-size: 14px!important;
}
/*.navbar-light .navbar-nav .nav-link:hover{color:#fff;}*/
.dropdown-menu{padding:0;}
.dropdown-item{padding: 0.25rem 10px;}

.bg-danger {
    background-color: #a71800!important;
}

.inner-banner{ overflow:hidden; margin-bottom:5px;}
.inner-banner img{width:100%;}
.inner-banner h2{position:absolute; left:0; right:0; color:#dedede;text-align: center;font-weight: 500;margin-top:130px;font-size: 35px;text-shadow: #000 0px 5px 5px;}
.inner-banner h2 strong{color:#19caf6; font-weight:600;}


/*=======  Page Title  =======*/
.page-title-area {
	background: #a9c7ec;
	position: relative;
	z-index: 1;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 80px;
    margin-top: 0;
}

@media (max-width: 575px) {
	.page-title-area::before {
		background-size: auto!important;
        background-position: unset!important;
	}
}

.page-title-area::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/banner/banner-gradient-bg-2.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.page-title-area .title {
	font-size: 40px;
	margin-bottom: 10px;
    text-align: center;
}

@media (max-width: 991px) {
	.page-title-area .title {
		font-size: 62px;
	}
}

@media (max-width: 575px) {
	.page-title-area .title {
		font-size: 38px;
	}
}

.page-title-area .breadcrumb-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    padding:0;
}
.page-title-area .breadcrumb-nav li {
	font-weight: 700;
	position: relative;
	line-height: 1;
    list-style: none;
}

@media (max-width: 575px) {
	.page-title-area .breadcrumb-nav li {
		font-size: 18px;
	}
}

.page-title-area .breadcrumb-nav li:not(:last-child)::after {
	content: "|";
	margin: 0 8px;
}

.page-title-area .breadcrumb-nav li,
.page-title-area .breadcrumb-nav li a {
	color: #69a1bb;
}

/*=======  Products  =======*/
.product-item {
	overflow: hidden;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding:5px;
}

.product-item .product-thumb {
	position: relative;
}

.product-item .product-thumb img {
	width: 100%;
}

.product-item .product-thumb .product-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 34, 73, 0.6);
	opacity: 0;
	-webkit-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}

.product-item .product-thumb .product-overlay ul {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	white-space: nowrap;
	-webkit-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	opacity: 0;
}

.product-item .product-thumb .product-overlay ul li {
	display: inline-block;
}

.product-item .product-thumb .product-overlay ul li a {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	background: #070a3e;
	margin: 0 5px;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.product-item .product-thumb .product-overlay ul li a:hover {
	color: #fff;
	background: #10b981;
}

.product-item:hover .product-thumb .product-overlay {
	opacity: 1;
}

.product-item:hover .product-thumb .product-overlay ul {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.product-item .product-content {
	padding: 15px 0 4px;
	text-align: center;
	background-color: #fff;
}

.product-item .product-content .title {
	font-size: 16px!important;
    text-align:center;
    height: 38px;
}

.product-item .product-content .title a {
	color: #232323;
}

.product-item .product-content .price {
	padding-top: 5px;
	color: #10b981;
	font-size: 14px;
	font-weight: 700;
}

.product-item .product-content .price del {
	color: #7c7c7c;
}

.shop-top-bar {
	margin-bottom: 20px;
}

.shop-top-bar .shop-notice {
	color: #002249;
	font-weight: 700;
}

.shop-top-bar .shop-search-form {
	position: relative;
}

@media (max-width: 767px) {
	.shop-top-bar .shop-search-form {
		margin-bottom: 20px;
	}
}

.shop-top-bar .shop-search-form input {
	height: 50px;
    border-radius: 30px;
    width: 300px;
    padding: 0 20px;
    border: #ccc 1px solid;
}

@media (max-width: 767px) {
	.shop-top-bar .shop-search-form input {
		width: 100%;
		border-radius: 0;
	}
}

.shop-top-bar .shop-search-form button {
	border: none;
	background-color: transparent;
	border: none;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 22;
	color: #10b981;
}


.abouts{background:#cd221a; 
       color:#fff;
       text-align:justify;
       padding:40px 30px;
}
.abouts h1{font-size:40px;           
           font-weight:500;
           color:#fff;
}
.abouts h1 span{display:block;
                font-size:16px;
                text-transform:uppercase;
                font-weight:300;
}
.abouts a{display:block;
          color:#fff;
          font-weight: 600;
}
.home-img{position:relative;top:-45px;}
section{margin:50px 0;}
.testimonials{padding:10px;}
.testimonials p{padding-top:40px;}
.testimonials strong{font-size:16px;display:block;}
.testimonials img{float:left;margin-right:25px;}
.Vision{text-align:center;margin-top:30px;}
.Vision h3{color:#03779e;font-size:30px;text-transform:uppercase;margin:25px 0 10px;font-weight:800;}
.Vision p{font-size:16px;line-height:24px;}
.plan{border:#ccc 1px solid;border-bottom:#ddd 5px solid;padding:20px;text-align:justify;margin-bottom:30px;border-radius:10px;}
.plan ol li{padding-bottom:5px;}
.plan .radius-box{margin-top:40px;text-align:center;}
.plan .radius-box span{
    border-radius:50%;
    border: #837878 1px solid;
    border-top: #837878 7px solid;
    border-bottom: #837878 7px solid;
    color: #837878;
    width:100px;
    height:100px;
    display:block;
    text-align:center;
    margin:auto;
    font-size:20px;
    font-weight:700;
    padding-top:35px;}
.plan .radius-box strong{font-size:16px;color:#333;text-align:center;padding-top:10px;display:block;}

.contact-form .contact-form-title p.contact-title {
  color: #101010;
  font-size: 18px;
  font-weight: 600;
  line-height:18px;
}
.contact-form .form-field {
  margin-bottom: 20px;
  position: relative;
}
.contact-form .form-field i {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
.contact-form .form-field input {
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  border: 1px solid #bbb;
}
.contact-form .form-field input:focus {
  border: 1px solid #bbb;
  outline: none;
}
.contact-form .form-field textarea {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #bbb;
}
.contact-form .form-field textarea:focus {
  border: 1px solid #bbb;
  outline: none;
}


.catgory{
    border:#ccc 1px solid;
    padding:3px;
    margin-bottom:5px;
    text-align:center;
}
.catgory h3{
    color: #fff;
    font-size: 25px;
    text-transform:uppercase;
    font-weight: 500;
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: 25px;
    text-align: center;
    -webkit-transition: padding 0.5s ease 0s;

}
.catgory h3:hover{
    color:#fff;
    padding-left: 15px;
}
.catgory h3 a{
    color:#fff;    
}
.catgory h3 span{
    display:block;
    font-size:15px;
    font-weight:400;
    color:#fff;
}
.catgory img{
    width:100%;
}

.gallery{
    background:#144c00;
    margin-bottom:25px;
    text-align:center;
}
.gallery img{
   opacity:0.2;
}

.gallery h4{
    color: #fff!important;
    font-size: 25px!important;
    text-transform:uppercase;
    font-weight: 500;
    position: absolute;
    z-index: 999;
    left: 50px;
    bottom: 45px;
    text-align: left;
    -webkit-transition: padding 0.5s ease 0s;

}
.gallery h4:hover{
    padding-left: 20px;
}
.gallery h4 span{
    display:block;
    font-size:10px;
    font-weight:400;
    color:#fff;
}
.gallery h4 a{
    color:#fff!important;     
}

.gallery h4 a:after{
    content:"»";
    font-size: 43px;
    position: absolute;
    top: -6px;
    right: -55px;
}

.contact-address {
  border: #bbbbbb 0px solid;
  color: #202a43;
  margin-bottom:15px;
}
.contact-address a{color:#202a43;}
.contact-address h2 {
  color: #202a43;
  margin: 0 0 26px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
}
.contact-address p {
  line-height: 24px;
  margin: 0 0 26px;
}
.contact-address .address-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.contact-address .address-item + .address-item {
  margin-top: 25px;
}
.contact-address .address-item .address-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #bbb;
  text-align: center;
  font-size: 24px;
  margin-right: 20px;
  transition: all 0.3s ease 0s;
}
.contact-address .address-item:hover .address-icon {
  color: #202a43;
}

/*=======================================================================
21. Pagination
========================================================================*/
.pagination-wrap ul {
    display: flex;
    align-items: center;
	justify-content: center;
	flex-wrap: wrap;
    background: transparent;
    padding: 0;
    list-style: none;    
    margin-top: 10px;
}
.pagination-wrap ul li {
	margin: 10px 5px 0;
}
.pagination-wrap ul li.prev {
	margin-right: 20px;
}
.pagination-wrap ul li.next {
	margin-left: 20px;
}
.pagination-wrap ul li.prev a,
.pagination-wrap ul li.next a {
	height: auto;
	width: auto;
	border-radius: 0;
	line-height: initial;
}
.pagination-wrap ul li a {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: transparent;
    border-radius: 50%;
    color: #222222;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    border: 1px solid #dee2e6;
}

.pagination-wrap ul li a:hover,
.pagination-wrap ul li.active a {
	background: #dee2e6;
	color: #333;
}
.pagination-wrap ul li.prev a:hover,
.pagination-wrap ul li.next a:hover {
	background: transparent;
	color: var(--color-primary);
}

.soft-blue-bg .section-title-two .big-text {
	color: #eaf2f8;
}


.section-gap {
	padding-top: 120px;
	padding-bottom: 120px;
}

.section-gap-top {
	padding-top: 120px;
}

.section-gap-bottom {
	padding-bottom: 120px;
}

.product-summery .product-rating {
	margin-top: 12px;
}

.product-summery .product-rating ul {
	padding-bottom: 25px;
}

.product-summery .product-rating ul li {
	display: inline-block;
	margin-right: 2px;
}

.product-summery .product-rating ul li i {
	color: #ffb400;
}

.product-summery .product-rating ul li span {
	font-size: 14px;
	color: #63688e;
}

.product-summery .cat {
	color: #10b981;
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 5px;
}

.product-summery .title {
	font-size: 30px;
	margin-bottom: 25px;
}

.product-summery .price {
	margin-bottom: 20px;
	color: #10b981;
	font-size: 50px;
	line-height: 1;
}

.product-summery .price del {
	color: #bfc7d3;
	margin-left: 15px;
}

@media (max-width: 575px) {
	.product-summery .price {
		font-size: 30px;
	}
}

.product-summery .product-meta {
	margin-bottom: 30px;
}

.product-summery .product-meta li,
.product-summery .product-meta li a {
	color: #63688e;
}

.product-summery .product-meta li span {
	color: #63688e;
	font-weight: 700;
	width: 140px;
}

.product-summery .product-meta li.stock {
	color: #10b981;
	font-weight: 700;
}

.product-summery .product-meta li:not(:last-child) {
	margin-bottom: 5px;
}

.product-summery .short-desc {
	color: #81a3bb;
	padding-right: 30px;
	font-size: 16px;
	margin-bottom: 20px;
}

.product-summery .product-quantity button {
	width: 50px;
	height: 50px;
	padding: 0;
	background-color: #fff;
	font-size: 18px;
	color: #838b97;
	border: 1px solid #dce1e5;
}

.product-summery .product-quantity input {
	width: 60px;
	height: 50px;
	border: 1px solid #dce1e5;
	padding: 0 10px;
	text-align: center;
	margin: 0 0;
	color: #838b97;
}

.product-summery .product-quantity input::-webkit-outer-spin-button,
.product-summery .product-quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.product-summery .product-quantity input[type=number] {
	-moz-appearance: textfield;
}

.product-summery .social-share li {
	display: inline-block;
}

.product-summery .social-share a {
	height: 50px;
	width: 50px;
	background: #d1edff;
	text-align: center;
	line-height: 50px;
	color: #7fb8dc;
	margin-left: 20px;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

@media (max-width: 575px) {
	.product-summery .social-share a {
		margin-right: 10px;
		margin-left: 0px;
		margin-top: 20px;
	}
}

.product-summery .social-share a:hover {
	color: #fff;
	background: #10b981;
}

.product-summery .main-btn {
	margin-top: 30px;
}

/*=======================================================================
23. Cart
========================================================================*/
.cart-wrapper .table thead th {
    vertical-align: bottom;
    border-bottom: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #565656;
    letter-spacing: .5px;
}
.cart-wrapper .table td,
.cart-wrapper .table th {
    vertical-align: middle;
    border-top: 1px solid #ebebeb;
    padding: 20px 15px;
    text-align: center;
}
.cart-wrapper .table thead th {
    border: none;
}
.cart-wrapper .table thead th.product-name {
    text-align: left;
}
.cart-wrapper .table .product-name h4 {
    font-size: 14px!important;
    font-weight: 700;
    color: #515457;
    margin-bottom: 0;
}
.cart-wrapper .table .product-name h4 a:hover,
.cart-wrapper .qtybutton-box > span:hover {
    color: var(--color-primary);
}
.cart-wrapper tbody .product-price,
.cart-wrapper tbody .product-subtotal {
    font-size: 14px;
    font-weight: 700;
    color: #515457;
    font-family: var(--font-family-heading);
}
.cart-wrapper .cart--plus--minus {
    width: 55px;
    flex: unset;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
}
.cart-wrapper .cart--plus--minus div {
    position: relative;
    display: flex;
}
.cart-wrapper .cart--plus--minus div input {
    width: 100%;
    border: none;
    padding: 0 0px 0 6px;
    text-align: left;
    height: 40px;
    font-family: var(--font-family-heading);
    color: #515457;
    font-weight: 700;
}
.cart-wrapper .qtybutton-box {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    text-align: center;
    z-index: 1;
    color: #909090;
}
.cart-wrapper .qtybutton-box > span.minus.dis:hover {
    color: #909090;
}
.cart-wrapper .qtybutton-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #dcdcdc;
}
.cart-wrapper .qtybutton-box > span {
    position: absolute;
    cursor: pointer;
    user-select: none;
    height: 50%;
}
.cart-wrapper .qtybutton-box > span.plus {
    left: 0;
    top: 0;
    right: 0;
}
.cart-wrapper .qtybutton-box > span.minus {
    left: 0;
    bottom: 0;
    right: 0;
}
.cart-wrapper .qtybutton-box > span.minus.dis {
    cursor: auto;
}
.cart-wrapper .table td.product-thumbnail {
    max-width: 91px;
    width: 91px;
    padding: 5px 0;
}
.cart-wrapper .product-thumbnail img {
    max-width: 100%;
    border-radius: 6px;
}
.cart-wrapper .product-delete a {
    color: #a0a0a0;
    font-size: 16px;
}
.cart-wrapper .product-delete a:hover {
    color: var(--color-secondary);
}
.cart-wrapper {
    border: 1px solid #ebebeb;
    padding: 15px 30px 0px;
    margin-right: -35px;
}

.shop-cart-total {
    margin-left: 65px;
    background: #f6f7f9;
    border: 1px solid #ebebeb;
    padding: 40px 35px 50px;
}
.shop-cart-total > .title {
    font-size: 18px;
    text-transform: capitalize;
    line-height: 1;
    font-weight: 600;
    color: #282828;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e4;
    margin-bottom: 25px;
    font-family: var(--font-family-body);
}
.shop-cart-total .shop-cart-widget div ul {
    margin-bottom: 0px;
}
.shop-cart-widget div ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    color: #282828;
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e5e6;
    justify-content: space-between;
}
.shop-cart-widget div ul li:last-child {
	margin-bottom: 0;
}
.shop-cart-widget .custom-control-label {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #565656;
}
.shop-cart-widget div ul li > span {
    width: 45%;
    flex: 0 0 45%;
    color: #312620;
    font-weight: 600;
}
.shop-cart-widget div ul li > span.amount {
    margin-left: auto;
    text-align: right;
}
.shop-cart-widget .custom-control {
	margin-bottom: 10px;
}
.shop-cart-widget .custom-checkbox .custom-control-label::before {
	border-radius: 0;
	box-shadow: none;
	top: 3px;
	background-color: #fff;
    border: 2px solid #bcbcbc;
}
.shop-cart-widget .custom-control-label::after {
	top: 3px;
}
.shop-cart-widget .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: var(--color-primary);
    background-color: var(--color-primary);
}
.shop-cart-widget .custom-control:last-child {
	margin-bottom: 0;
}
.shop-cart-widget .custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #bcbcbc;
}
.shop-cart-total .shop-cart-widget .btn {
    color: #fff;
    box-shadow: none;
    width: 100%;
    border-radius: 50px;
    padding: 18px 29px;
}

.shop-cart-total .shop-cart-widget .btn {
    color: #fff;
    box-shadow: none;
    width: 100%;
    border-radius: 50px;
    padding: 18px 29px;
}
.continue-shopping .btn {
    background: var(--color-secondary);
    color: #fff;
    box-shadow: none;
    margin-top: 20px;
    border-radius: 50px;
    min-height: 54px;
    padding: 17px 29px;
}
.checkout-form-wrap form input::placeholder {
    font-size: 14px;
    color: #757473;
}

.os-products-item {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e5e6;
}
.os-products-item .thumb {
    width: 91px;
    flex: 0 0 91px;
    margin-right: 20px;
}
.os-products-item .thumb img {
    max-width: 100%;
    border-radius: 4px;
    border: 1px solid #ebebeb;
}
.os-products-item .content {
    flex-grow: 1;
    margin-right: 30px;
}
.os-products-item .content .title {
    font-size: 16px;
    color: #515457;
    font-weight: 700;
    margin-bottom: 5px;
}
.os-products-item .content .title a:hover,
.os-products-item .remove:hover {
    color: var(--color-primary);
}
.os-products-item .content .price {
    margin-right: 30px;
    font-size: 14px;
    font-weight: 700;
    color: var(--color-primary);
}
.os-products-item .remove {
    font-family: var(--font-family-heading);
    font-size: 16px;
    color: #515457;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.paypal-method-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
    background: #fff;
    border: 1px dotted #b7b7b7;
}
.paypal-method-flex:first-child {
    border-bottom: none;
}
.main-btn {
	padding: 22px 45px;
	background-color: #10b981;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	position: relative;
	z-index: 1;
	border: none;
    width: 100%;
}

.main-btn::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	z-index: -1;
	background-color: #002249;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	opacity: 0;
	visibility: hidden;
}

.main-btn:hover {
	color: #fff;
}

.main-btn:hover::before {
	width: 100%;
	opacity: 1;
	visibility: visible;
}

.main-btn i {
	margin-right: 5px;
	position: relative;
	top: 2px;
}

.main-btn.main-btn-2 {
	background-color: #b7c3d6;
}

.main-btn.main-btn-3 {
	background-color: #fff;
	color: #10b981;
}

.main-btn.main-btn-3:hover {
	color: #fff;
}

.main-btn.small-size {
	padding: 22px 40px;
	font-size: 15px;
}

.main-btn.icon-right i {
	margin-right: 0;
	margin-left: 5px;
}

.main-btn.rounded-btn, .main-btn.rounded-btn::before {
	border-radius: 5px;
}

.main-btn.transparent-border-btn {
	background-color: transparent;
	color: #fff;
	border: 2px solid rgba(255, 255, 255, 0.2);
}

.main-btn.transparent-border-btn::before {
	background-color: #10b981;
}

.main-btn.transparent-border-btn:hover {
	border-color: #10b981;
}


.footer{background:#af0b04; padding:30px 0 0px; margin-top:25px;text-align:left;color:#fff; line-height:25px; font-size:14px}
.footer h2{font-size:25px; color:#fff; text-transform: capitalize; font-weight:500;}
.footer h2 span{color:#e1ba11;}
.footer strong{color:#fff; font-size:16px;}
.footer ul{margin:0; padding:0; list-style:none;}
.footer a{color:#fff;}
.footer a:hover{color:#ddd;}
.footer i{color:#fff;}
.footer li a{ display:block; color:#fff; text-decoration:none; line-height:28px;-webkit-transition: padding 0.5s ease 0s;}
.footer li a:before{content:"»"; font-size:18px; margin-right:10px;}
.footer li a:hover{padding-left: 10px; color:#ddd;}
.footer .copyright{border-top:#c9150d 1px solid;font-size:12px;text-align:center;padding:8px 0;margin-top:15px;color:#fff;}

@media(max-width:768px){
	h2{font-size:22px;}
    header{background: #283961;position: relative;}
    header .top-header a.login{border: #97a6ca 2px solid; color: #d1dfff;margin-right: 70px;}
    .logo{width: 100px;padding: 15px 15px;top: -92px;}
    .mail{display:none!important;}
	.menu{height: 0px;}
    .menu{background-color:#283961;border-bottom: #ababab 1px solid;}
    /*.navbar-toggler{font-size: 1.75rem;padding:0;top: -41px;position: relative;right: -10px;}*/
    .navbar-toggler {
    font-size: 1.75rem;
    padding: 0;
    top: -171px;
    position: absolute;
    right: 0;
}
    .navbar-light .navbar-toggler-icon {background-image: url(../images/menu.svg);}
    /*.navbar-collapse{background: #283961;padding:30px 0 10px;margin-top: -44px;}*/
    .navbar-collapse {
    background: #ffffff;
    border: #ccc 1px solid;
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    width: 100%;
    right: 0;
    z-index: 99;
}
    .menu .navbar-light .navbar-nav .nav-link{text-transform: capitalize;line-height: 35px;height: auto;}
    .input-group-append {
    display: flex;
}
    .inner-banner{height:200px; margin-bottom:0;}
    .inner-banner img{width:auto;}
    .inner-banner h2{margin-top: 80px;font-size: 28px;}
	.default-padding{padding:20px 0px;}
    section {margin:30px 0 25px;}
    .schemes{padding:20px;/*top:20px;*/padding: 22px 15px;margin: 20px 0 10px;}
    .schemes img{display:none;}
	.home-img{top:0;}
    .pl-0{padding-left:15px!important;}
    .pr-0{padding-right:15px!important;}
    .testimonials{text-align:center;}
    .testimonials p{padding-top:10px;}
        .testimonials img {
            float: none;
            margin-right: 0;
        }
	.footer h2{margin-bottom:10px;}
	.footer ul{margin-bottom:30px;}
    .img-responsive{width:100%;}    
    .has-search .btn-secondary{
        padding:5px 10px!important;
        font-size: 13px!important;
    }
    .pull-left {
    float: right;
}
    .pull-right {
    float: left;   
}
    .goog-te-gadget .goog-te-combo {
        padding:5px!important;
    }

    .gallery h4 {font-size: 18px!important;left: 25px!important;}
    .gallery h4 a:after {right: -30px; display:none;}
                    
    .product-item h3 span{font-size:12px!important;}
    .product-item .price{font-size:11px!important;margin-left:2px!important;}
    .product-item .mrp{font-size:11px!important;margin-right:2px!important;}
}
/*.inner-banner {background-image: radial-gradient( circle 862px at 6% 18%,  rgba(21,219,149,1) 9.4%, rgba(26,35,160,1) 83.6% );padding:180px 0px 50px  0px;color:#fff;text-align:center
}*/


.product-item h3 {
    font-size: 11px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin-top: 5px;
    height: 41px;
}
.product-item h3 span{
    font-size:12px;
}
/*.product-item .price {
    float: left;
    font-size: 11px;
    margin-left: 2px;
}*/

.product-item .mrp {
    float: right;
    font-size: 11px;
    margin-right: 2px;
}

.product-item .btn-info{width:100%;}
.product-item .btn-danger{width:100%;}


#categories h3 {
          text-align: center;
    font-size: 20px;
    text-transform: capitalize;
    padding: 10px 20px;
    margin:0;
    background: #223a72;
    color: #fff;
    }
#categories a {
    display: block;
    padding:3px 10px;
    border-bottom: dashed 1px #6f93e5;
    color: #333;
}
#categories {
    background: #43464c;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}

#accordion {
    background: #c9d9ff;
    padding: 0;
    margin: 0;
}
.accordion {
    width: 100%;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.accordion .link {
        cursor: pointer;
        display: block;
        padding-bottom: 0px;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        border-bottom: 0px solid #666;
        position: relative;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
.accordion li:last-child .link {
        border-bottom: 0;
    }
.accordion li {
        padding-top: 10px;
    }
.accordion li a {
            color: #fff;
            font-size: 14px;
            padding-left: 10px;
            text-decoration: none;
        }
/*.accordion li i {
            position: absolute;
            top: 16px;
            left: 12px;
            font-size: 18px;
            color: #333;
            -webkit-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }*/
.accordion li i.fa-chevron-down {
                right: 12px;
                left: auto;
                font-size: 14px;
                margin-top: -44px;
            }
.accordion li.open .link {
            color: #fff;
            border-bottom: #09bb89 0px solid;
        }
.accordion li.open i {
            color: #333;
        }
.accordion li.open i.fa-chevron-down {
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                transform: rotate(180deg);
            } 

.pro-head {
    border: #ccc 1px solid;
    /*border-bottom: #ddd 5px solid;*/
    padding: 10px;
    text-align: justify;
    margin-bottom:15px;
    font-weight:600;
    border-radius:5px;
} 
.pro-head label{
    margin-bottom:0;
}  

.p-data {
    background: #eee;
    padding: 25px;
}

.has-search {
   margin:10px 0;
}
.has-search .form-control{
    background:none!important;
    border:#fff 2px solid;
    color:#fff!important;
}
.has-search ::placeholder{color:#fff!important;}

.has-search .btn-secondary {
    color: #fff;
    font-size: 14px;
    margin-left:10px!important;
    background-color: #cd221a!important;
    border: none!important;
}
.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.goog-logo-link{display:none;}
.goog-te-gadget{color: rgb(51 51 51 / 0%)!important;
                line-height: 5px;
}
.goog-te-gadget .goog-te-combo {
    margin: 10px 0 0!important;
    padding: 10px 5px;
    border-radius: 5px;
}
.offer-block {
margin:0px 0px 40px;}
.offer-block h2 {    
    color: #cf201b;
    font-size:35px;
    padding: 7px 30px;
    text-align: center;
    font-weight: 500;
    margin: 0px;
    margin-bottom: 5px;
}
.offer-block h2 span{
    color:#333;
    font-weight:400;
}
.p-new img{
    width:100%;
    border-radius:0px;
    margin-bottom:10px;
    border: #c9c9c9 1px solid;
}
.p-new {
margin:5px;
/*border: #c9c9c9 1px solid;*/
}
.offer-block {    
    padding:10px;
    /*
    background:#dd536c;
    border: #c9c9c9 1px solid;*/
}
.p-new h5 {
    font-size:12px!important;
    color:#000;
    text-align:center;
    height: 30px;
}
.p-new a.buylink {
    /*background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(255,209,67,1) 0%, rgba(255,145,83,1) 90% );*/
    background:#0e5593;
    font-weight:600;
    display:block;
    color:#fff;
    font-size:16px;
    padding:10px 0px;
    margin-top:0px;

}
.offer-block {
color:#fff;text-align:center}
    .offer-block small {
    display:table;margin:auto;font-size:16px;}
        .offer-block small span {
        text-decoration:line-through;font-size:13px;display:inline-block;margin-right:5px;}
        .pagination {
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	padding:15px 25px;
	border-radius:3px;
	background:var(--whitecolor)
}
.page-item {
	margin:0px 6px
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
	border-radius:3px
}
.page-item .active {
	color:#ffffff;
	background:#ff2250
}
.page-link {
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:3px;
	border:none;
	padding:0px;
	color:var(--bodycolor);
	background:var(--graycolor)
}
.page-link:hover {
	color:var(--whitecolor);
	background:var(--brandcolor)
}
.page-link:focus {
	-webkit-box-shadow:none;
	box-shadow:none
}
@media (max-width: 991px) {
.pagination {
	margin-top:0px;
	margin-bottom:60px
}
.page-link {
	width:35px;
	height:35px;
	line-height:35px
}
}

/*=======  Margin Top =======*/
.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-35 {
	margin-top: 35px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-45 {
	margin-top: 45px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-55 {
	margin-top: 55px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-65 {
	margin-top: 65px;
}

.mt-70 {
	margin-top: 70px;
}

.mt-75 {
	margin-top: 75px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-85 {
	margin-top: 85px;
}

.mt-90 {
	margin-top: 90px;
}

.mt-95 {
	margin-top: 95px;
}

.mt-100 {
	margin-top: 100px;
}

/*=======  Margin Bottom =======*/
.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-35 {
	margin-bottom: 35px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-45 {
	margin-bottom: 45px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-55 {
	margin-bottom: 55px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-65 {
	margin-bottom: 65px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mb-75 {
	margin-bottom: 75px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-85 {
	margin-bottom: 85px;
}

.mb-90 {
	margin-bottom: 90px;
}

.mb-95 {
	margin-bottom: 95px;
}

.mb-100 {
	margin-bottom: 100px;
}

/*=======  Padding Top =======*/
.pt-10 {
	padding-top: 10px;
}

.pt-15 {
	padding-top: 15px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-25 {
	padding-top: 25px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-35 {
	padding-top: 35px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-45 {
	padding-top: 45px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-55 {
	padding-top: 55px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-65 {
	padding-top: 65px;
}

.pt-70 {
	padding-top: 70px;
}

.pt-75 {
	padding-top: 75px;
}

.pt-80 {
	padding-top: 80px;
}

.pt-85 {
	padding-top: 85px;
}

.pt-90 {
	padding-top: 90px;
}

.pt-95 {
	padding-top: 95px;
}

.pt-100 {
	padding-top: 100px;
}

/*=======  Padding Bottom =======*/
.pb-10 {
	padding-bottom: 10px;
}

.pb-15 {
	padding-bottom: 15px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-25 {
	padding-bottom: 25px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-35 {
	padding-bottom: 35px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-45 {
	padding-bottom: 45px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-55 {
	padding-bottom: 55px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-65 {
	padding-bottom: 65px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-75 {
	padding-bottom: 75px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-85 {
	padding-bottom: 85px;
}

.pb-90 {
	padding-bottom: 90px;
}

.pb-95 {
	padding-bottom: 95px;
}

.pb-100 {
	padding-bottom: 100px;
}

@media (max-width: 1199px) {
	.mb-lg-gap-30 {
		margin-bottom: 30px;
	}
}

@media (max-width: 1199px) {
	.mb-lg-gap-40 {
		margin-bottom: 40px;
	}
}

@media (max-width: 1199px) {
	.mb-lg-gap-50 {
		margin-bottom: 50px;
	}
}

@media (max-width: 1199px) {
	.mb-lg-gap-60 {
		margin-bottom: 60px;
	}
}

@media (max-width: 1199px) {
	.mt-lg-gap-30 {
		margin-top: 30px;
	}
}

@media (max-width: 1199px) {
	.mt-lg-gap-40 {
		margin-top: 40px;
	}
}

@media (max-width: 1199px) {
	.mt-lg-gap-50 {
		margin-top: 50px;
	}
}

@media (max-width: 991px) {
	.mt-md-gap-60 {
		margin-top: 60px;
	}
}

@media (max-width: 1199px) {
	.mb-lg-gap-30 {
		margin-bottom: 30px;
	}
}

@media (max-width: 991px) {
	.mb-md-gap-30 {
		margin-bottom: 30px;
	}
}

@media (max-width: 991px) {
	.mb-md-gap-40 {
		margin-bottom: 40px;
	}
}

@media (max-width: 991px) {
	.mb-md-gap-50 {
		margin-bottom: 50px;
	}
}

@media (max-width: 991px) {
	.mb-md-gap-60 {
		margin-bottom: 60px;
	}
}

@media (max-width: 991px) {
	.mt-md-gap-30 {
		margin-top: 30px;
	}
}

@media (max-width: 991px) {
	.mt-md-gap-40 {
		margin-top: 40px;
	}
}

@media (max-width: 991px) {
	.mt-md-gap-50 {
		margin-top: 50px;
	}
}

@media (max-width: 991px) {
	.mt-md-gap-60 {
		margin-top: 60px;
	}
}

@media (max-width: 575px) {
	.mb-xs-gap-30 {
		margin-bottom: 30px;
	}
}

@media (max-width: 575px) {
	.mb-xs-gap-40 {
		margin-bottom: 40px;
	}
}

.news{
    background:#fff;
    padding-bottom:20px;
     border-radius: 15px 15px 0 0;
     margin-bottom:30px;
     color:#333;
     box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.news h3 {
    margin: 0px 0px 0px 0px;
    padding: 6px 0 6px 0;
    height: auto;
    width: 100%;
    float: left;
    font-size: 22px;
    line-height: 31px;
    z-index: 9999;
    position: relative;
    color: #fff;
    background-color: #af0b04;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-align: center;
    border-radius: 15px 15px 0 0;
}
.news .textBox{
    padding:15px 20px 0;
    text-align:justify;
    display: block;
    color:#333;
}
.news .textBox .img{
    float:left;
    border-radius:50%;
    width:40px;
    height:40px;
    margin-right:15px;
}
.news .textBox h5{
    font-size:15px!important;
}

.news .textBox .border-bottom{
    width:100%;
}

 .pint{background:#ffbd3b;padding:15px;border-radius:15px 0;text-align: left; margin-top:15px;}
 .pint h3{color:#cd221a;font-size:20px;text-align: left;line-height:20px;font-weight: 600;margin-bottom:0px;}
 .pint p{color:#333;font-size:14px;text-align: justify;line-height:20px;font-weight: 600;}
 .pint strong{color:#333;font-size:15px;}
 .pint ol, ul{margin-bottom:15px!important;font-weight: 600;}
 /*.pint a:hover{color:#af0b04;}*/
.rewardimg {
width:50px;height:50px;border-radius:100%;border:solid 1px #ccc;}