@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
body {
    padding: 0;
    margin: 0;
    /*font-family: 'Open Sans', sans-serif;*/
     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

a {
    text-decoration: none;
    outline: 0 !important;
    color: #57bd11;
}

i {
    font-size: 20px;
}

a:hover,
a:focus {
    text-decoration: none;
}

.btn:focus,
button:focus,
.btn:active:focus,
input:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

a, .service-block {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
p:last-child {
	margin: 0px;
}

/* -------------------- Top Header --------------------*/
.top-header {
	background-color: #3d3d3d;
	color: #fff;
	line-height: 30px;
	padding-bottom: 8px;
	padding-top: 9px;
    border-bottom: solid 8px #faa519;
     transition: all 900s ease-in-out;
}
.top-header a{
    font-size: 13px;
}
.btn.btn-outline-secondary {
    background: #f0f8ff;
}
.top-header i {
	font-size: 15px;
}
.btn-outline:hover{
     background: #faa519;
    color: #fff;
    border-color: #faa519;
}
.top-header .input-group{
    width: auto;
}

.navbar-classic .navbar-nav .nav-item .nav-link {
	font-size: 14px;
	color: #000000;
	padding: 12px 10px;
	line-height: 20px;
    font-weight: 600;
}
a.dropdown-toggle::after{
    color: #146b05!important;
}
.navbar-classic .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after {
	color: #3544ee;
}
.navbar-classic .dropdown-toggle::after {
	margin-top: 1px;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: -2px;
	content: "\f107";
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	color: #bdbebf;
	font-family: 'Line Awesome Free';
	font-weight: 900;
	margin-right: 15px;
	font-size: 13px;
	float: right;
}
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-item {
	border-bottom: 1px solid #0864b7;
	border-radius: 0px;
}
.navbar-brand {
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-right: initial;
	line-height: inherit;
	white-space: nowrap;
	color:#181825;
	font-size:24px;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: auto;
    right: 0;
	z-index: 1000;
	display: none;
	float: left;
	padding: 12px;
	margin: 18px 0px;
	font-size: 1rem;
	color: #808294;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgb(255, 255, 255);
	border-radius: 2px;
	-webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: 12px 15px;
	clear: both;
	font-weight: 400;
	color: #181825;
	text-align: inherit;
	background-color: transparent;
	border: 0;
	font-size: 13px;
	line-height: 14px;
    text-transform: capitalize;
     border-bottom: 1px dashed #f1f1f1;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #4955ef;
	text-decoration: none;
	background-color: transparent;
	border-radius: 4px;
}
.dropdown-item:focus .dropdown-toggle::after, .dropdown-item:hover.dropdown-toggle::after {
	color: #4955ef;
}
@media(min-width:992px) {
	.dropdown .dropdown-menu {
		display: block;
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
		-webkit-transition: all .3s ease-in;
		-o-transition: all .3s ease-in;
		transition: all .3s ease-in 
}
	.dropdown:hover>.dropdown-menu {
		visibility: visible;
		opacity: 1;
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		opacity: 1;
		visibility: visible;
	}
	.dropdown-submenu:hover .dropdown-menu {
		visibility: visible;
		opacity: 1;
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		opacity: 1;
		visibility: visible;
	}
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu a::after {
	transform: rotate(-90deg);
	position: absolute;
	right: 17px;
	top: 25px;
}
.dropdown-submenu .dropdown-menu {
	top: 0px;
	left: 100%;
	margin-left: 13px;
	margin-right: .1rem;
}
.caret-up {
	width: 0;
	height: 0;
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-bottom: 4px solid;
	display: inline-block;
	margin-left: 2px;
	vertical-align: middle;
}
.mega-dropdown {
	position: unset;
}
.mega-dropdown-menu {
	width: 100%;
	position: absolute;
	top: 63px;
	margin: 15px 0px;
}
.mega-dropdown-menu ul {
	list-style: none;
}
.nav-dropitem-arrow {
	position: relative;
	font-size: 12px;
	opacity: 0;
	padding-right: 10px;
}
.nav-dropitem-arrow i {
	position: absolute;
}
.dropdown-item:hover .nav-dropitem-arrow {
	color: #4955ef;
	opacity: 1;
	margin-right: 5px;
}
.navbar-classic .navbar-toggler, .navbar-boxed .navbar-toggler {
	padding: 17px 15px;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid #eaeaf0;
	border-radius: .25rem;
	position: relative;
}
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu {
	background: #004e95;
	box-shadow: none;
	margin: 7px 0px;
}
.navbar-classic .navbar-collapse.show .navbar-nav .nav-item .nav-link {
	border-bottom: 1px solid #f1f1f6;
}
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
	border-bottom: 1px solid #f1f1f6;
}
.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu {
	background: #fff;
	box-shadow: none;
	margin: 7px 0px;
}
.navbar-boxed .navbar-collapse.show .navbar-nav .nav-item .nav-link {
	border-bottom: 1px solid #f1f1f6;
}
.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
	border-bottom: 1px solid #f1f1f6;
}
.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu {
	background: #fff;
	box-shadow: none;
	margin: 7px 0px;
}
.navbar-transparent .navbar-collapse.show .navbar-nav .nav-item .nav-link {
	border-bottom: 1px solid #495bfb;
}
.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
	border-bottom: 1px solid #f1f1f6;
}
.icon-bar {
	width: 21px;
	height: 3px;
	background-color: #459e06;
	display: block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	margin-top: 4px 
}
.navbar-toggler:focus {
	outline: 0px;
}
.navbar-toggler .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 190%;
	background-color: #3544ee;
}
.navbar-toggler .middle-bar {
	opacity: 0;
}
.navbar-toggler .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% -80%;
	background-color: #3544ee;
}
.navbar-toggler.collapsed .top-bar {
	transform: rotate(0);
	background-color: #459e06;
}
.navbar-toggler.collapsed .middle-bar {
	opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
	transform: rotate(0);
	background-color: #459e06;
}

li.nav-item:hover a.nav-link, li.nav-item:hover  a.dropdown-toggle::after {
    color: #004e95 ;
}

/*---------------*/
.btn-outline {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    min-width: 90px;
}
.language select {
    padding: 7px 10px;
    border-radius: 3px;
    border:  none;
}

.news-updates .news {
    width: 160px
}

.news-scroll a {
    text-decoration: none;
    color: #032f0d;
    letter-spacing: .5px;
    font-size: 13px;
}
.news-scroll a:hover{
    color: #3e9403;
}
.news-updates .dot {
    height: 6px;
    width: 6px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2px !important;
    background-color: rgb(207, 23, 23);
    border-radius: 50%;
    display: inline-block
}
.hod {
    background-color: #f6f6f6;
}
.hod .img-block img{
    max-width: 170px;
    border-radius: 2px;
    padding: 5px;
    background: #fff;
    box-shadow: 2px 2px 5px #dcdcdc;
}
.hod .text-block {
    padding: 25px;
}
.hod .text-block h4{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.hod .text-block  h6{
    font-size: .85rem;
    font-weight: 600;
}
.hod .text-block  a{
    color: #252525;
}
.hod .text-block  a i{
    color: #28a745;
} 
.kscsc {
   background: #004e95;
}
.kscsc .features ul{
    column-count: 3;
    margin-bottom: 0;
} 
.kscsc .features ul li{
    color: #fff;
    padding-bottom: 5px;
    position: relative;
    padding-left: 15px;
}
.kscsc .features ul li::before{
    content: "\f0a9";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    position: absolute;
    left: -5px;
}
.kscsc h4{
        font-weight: 700;
    text-transform: uppercase;
    color: #e5e6e5;
}
.service-block {
    text-align: center;
    padding: 20px 20px 15px;
    background: #f2f2f2;
    margin-bottom: 15px;
    border-radius: 5px;
}
.service-block h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #057f21;
}
.service-block i{
    font-size: 35px;
    margin-bottom: 6px;
    color: #0ab531;
}
.service-block:hover{
        background: #3e9004;
        box-shadow: 0px 15px 10px -15px #111 !important;
    transform: translateY(-5px);
}
.service-block:hover h4, .service-block:hover i{
    color: #ffffff;
}
.footer-top {
    background: #f1f1f1;
}
.footer-block h3 {
    font-size: 23px;
    font-weight: 600;
    display: inline-block;
    border-bottom: 2px solid #212529;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.footer-block a i{
    font-size: 30px;
}
.footer-nav li {
    display: inline-block;
}
.footer-nav li a {
    font-size: 14px;
    font-weight: 500;
    color: #1f1c1c;
    padding: 0 15px;
}
.footer-nav li:not(:last-child) {
    border-right: 1px solid #bfd0b4;
}
.copyright{
    background: #2d2d2d;
    padding: 8px 0;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
}
footer {
    margin-bottom: 70px;
}
.fixed-info {
    position: fixed;
    width: 100%;
    bottom: 0;
    border-top: 5px solid #faa519;
    background: #ffffff;
    z-index: 99;
    padding: 15px 0;
    color: #2d2d2d;
}
.fixed-info .btn{
    font-size: 14px;
}
.online-head + .main-nav .navbar-classic .navbar-nav .nav-item .nav-link{
    padding: 10px;
}

.counter {
    background-color:#f5f5f5;
    padding: 20px 0 25px;
    border-radius: 5px;
    margin-bottom: 25px;
    border-bottom: 2px solid #ce840b;
    transition: all 500ms ease;
}
.counter:hover {
    transform: translateY(-5px);
    box-shadow: 0px 15px 10px -15px #111 !important;
}
.count-title {
    font-size: 38px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}

.counter i{
    font-size: 55px;
    color: #53b311;
}
.main-nav {
    padding: 12px 0;
    background-size: cover;
    background-position: top;
    
}
.service-block {
    border-radius: 80px;
}
.top-header.blue{
    background: #004e95!important;
}
.outlets{
    padding: 60px 0 40px;
    background-attachment: fixed;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px #faa519;
}

ul.dropdown-menu.mega-dropdown-menu, ul.dropdown-menu {
    background: #004e95;
    border-color: #004e95;
}
.dropdown-item{
    color: #ffffff;
    border-bottom: 1px solid #04447d;
}
.dropdown-item:hover{
    border-bottom-color: transparent;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    border-radius: 0px;
    transform: translateX(10px);
}
.dropdown .dropdown-menu.mega-dropdown-menu li:hover{
    background-color: transparent;
}
.dropdown .dropdown-menu.mega-dropdown-menu li ul li:hover{
    background-color: #04447d;
}
.mega-dropdown .dropdown-menu  ul li ul li:hover{
    background-color: #04447d;
}
li.gstin {
    background: #faa519;
    color: #fff;
    padding: 8px 12px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    line-height: 1.35;
    margin: 8px 0 12px;
    letter-spacing: 1px;
    transition: all 500ms ease;
}
li.gstin:hover{
    background: transparent;
}
li.gstin:hover {
    background-color: #ffffff !important;
    color: #004e95;
}
.footer-block.social a{
    margin: 0 3px;
}
.footer-block.social a:hover{
    color: #faa519;
    transform: translateY(-5px);
}

.dropdown .dropdown-menu li:hover{
    background-color: #04447d;
}
li.nav-item .dropdown-menu  li a::after {
    color: #ffffff !important;
}

 .navbar-classic .navbar-nav .nav-item .nav-link:hover{
    color: #004e95!important;
}
 .navbar-classic .navbar-nav .nav-item .nav-link:hover::after {
    color: #004e95!important;
}

.fixed-info .btn-success {
    color: #fff;
    background-color: #faa519;
    border-color: #faa519;
}
 .fixed-info .btn-success:hover{
    background-color: #28a745;
    border-color: #28a745;
}
.fixed {
    position: fixed;
    top:0; 
    left:0;
    width: 100%; 
    z-index: 9;
}

.special-btn-block .active {
    background: #faa519;
    border-color: #faa519;
}
.bg-style{
    padding: 120px 0;
    background-size: cover !important;
}
.supplier {
    background: url(../images/banner/supplier.jpg);
}
.login-box {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 35%);
    position: relative;

}
.login-box h4 {
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    color: #045ba8;
    font-size: 18px;
    margin-bottom: 20px;
}
.login-box h3{
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.25rem;
}
#login-form input.form-control{
      font-size: 14px;
    margin-bottom: 20px;
    height: calc(1.75em + .75rem + 2px);
}
.btn-orange {
    background: #faa519;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}
.btn-orange:hover{
    background: #3d3d3d;
    color: #fff;
}
.btn-blue{
    background: #004e95;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}
.btn-blue:hover{
    background: #faa519;
}
.orange-border-top{
    border-top: 6px solid #faa519;
}
.public-distribution {
    background: url(../images/banner/public-distribution.jpg);
}
 .account-register {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    background: #faa519;
    color: #fff;
    padding: 15px 0;
    border-radius: 0 0 10px 10px;
    bottom: -20px;
}
.account-register a{
    color: #fff;
    text-decoration: underline;
}
.corporate-block{
    background: #004e95;
    padding: 90px 0;
}
.notice-board, .circulars {
    padding: 25px 30px ;
    background: #fff;
    border-radius: 10px;
    max-height: 255px;
    overflow-y: auto;
}

.notice-board::-webkit-scrollbar-track, .circulars::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.notice-board::-webkit-scrollbar, .circulars-board::-webkit-scrollbar{
	width: 4px;
	background-color: #F5F5F5;
}

.notice-board::-webkit-scrollbar-thumb, .circulars-board::-webkit-scrollbar-thumb {
	background-color: #666;
}

.text-orange{
    color: #faa519;
}
.text-blue{
    color: #004e95;
}

.date-list {
    width: 70px;
    height: 70px;
    text-align: center;
    color: #fff;
    outline: 1px dashed #fff;
    outline-offset: -10px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    line-height: 1;
    border-radius: 3px;
}
.date-list.blue{
    background: #004e95;
}
.date-list.orange{
    background: #faa519;
}
.notice-content a, .circular-content a{
    color: #202e37;
}
.notice-content h5, .notice-content p,  .circular-content h5, .circular-content p {
    overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
}
.notice-content h5, .circular-content h5{
    font-size: 1.10rem;
}
.notice-content, .notice-content p, .circular-content, .circular-content p {
    padding-right: 20px;
    color: #929292;
}
.notice-content::before, .circular-content::before {
    position: absolute;
    content: "";
    left: 0;
    width: 20px;
    height: 1px;
    background: #000;
    top: 25px;
}
.notice-single:not(:last-child) .notice-content, .circular-single:not(:last-child) .circular-content  {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.corporate-login {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.corporate-login .login-box{
    box-shadow: none;
}
.country img{
    width: 18px;
}
.location .dropdown-item{
    color: #3d3d3d;
    border-bottom: 1px dashed #f1f1f1;
    padding: 12px 0px;
}
.location .dropdown-item:focus, .location .dropdown-item:hover{
    color: #004e95;
    border-bottom-color: #f1f1f1;
}
.top-options{
    padding:  0 12px;
    border-right: 1px solid #c3c0c0;
    font-size: 13px;
}
.top-options button{
    font-size: 13px;
     padding: 0 0 .375rem
}
.login.top-options{
    border: none;
    padding-right: 0;
}
.top-options a{
    color: #3d3d3d;
}
.btn-location .dropdown-toggle::after {
    content: "\f107";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    border: none;
    top: 3px;
    position: relative;
}
.category-btn{
        height: 45px;
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    padding: 13.6px 8px;
    font-size: 12px;
    text-transform: capitalize;
    border-radius: 3px 0 0 3px;
    background: #fff;
    box-shadow: none;
    outline: none;
    border: 1px solid #cccccc;
}
.category-search .dropdown-menu {
    min-width: 150px;
    width: 150px;
    padding-bottom: 15px;
    margin-top: 0;
    background: #fff;
    border-color: #ccc;
}
.search-inner-title {
    font-size: 13px;
}
.category-selection-menu li {
    list-style-type: none;
    padding: 4px 15px;
    font-size: 12px;
    white-space: initial;
}
.category-selection-menu li a{
    color: #999;
}
.searchbox-area input{
    border-color: rgb(204, 204, 204);
    height: 45px;
    border-radius: 0;
    letter-spacing: 0.3px;
    font-size: 12px;
    color: #999999;
    margin-left: -1px;
}
.search-btn-icon{
   position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(265deg);
    padding: 0;
    line-height: 1;
    z-index: 3;
    cursor: pointer;
}
.grocery-booking-btn {
    padding: 5px 8px;
    font-size: 12px;
    width: 240px;
    height: 45px;
    text-transform: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    text-align: center;
    line-height: 1.35;
    font-weight: 700;
    color: #3d3d3d;
    position: relative;
}
.grocery-booking-btn span {
    display: block;
    color: #faa519;
}
.grocery-booking-btn i{
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
}
.nav-cart-btn {
    padding: 5px 8px;
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 2px;
    text-align: center;
    line-height: 45px;
    color: #3d3d3d;
    width: 45px;
    margin: 0 10px;
    position: relative;
}
.nav-cart-btn i{
    font-size: 28px;
    color: #3d3d3d;
}
.nav-cart-btn .badge {
    position: absolute;
    right: -7px;
    top: -7px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 12px;
}
.top-block-options {
    padding-right: 20px;
}
.online-log-block{
    display: flex;
    align-items: flex-end;
}
.online-head + .main-nav{
    padding: 0;
}
.delivery-cart-btns{
    display: inline-flex;
}
.item-caption {
    text-transform: uppercase;
    font-weight: 600;
    color: #004a9d;
    margin-bottom: 0;
}
.product-box {
    padding: 20px;
    border: 1px solid #f2f2f2;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 15px 10px -15px #d6d6d6;
transition: all 700ms ease;
   -moz-transition: all 700ms ease;
   -webkit-transition: all 700ms ease;
}
.product-box:hover{
    transform: translateY(-5px);
}
.product-title h6{
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    color: #212529;
    min-height: 46px;
    overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
    padding-bottom: 5px;
    border-bottom: 1px solid #f2f2f2;
    line-height: 1.45;
}
.product-box:hover .product-title h6{
    color: #004d9c;
}
.off {
    position: absolute;
    top: 12px;
    left: 12px;
        z-index: 2;
    color: #fff;
}
.off::before {
    content: "";
    position: absolute;
    left: -70px;
    top: -90px;
    background: #004d9c;
    height: 115px;
    width: 115px;
    z-index: -1;
    transform: rotate(138deg);
}
.off span{
    position: relative;
    top: -5px;
    left: -5px;
    font-size: 11px;
    max-width: 40px;
    line-height: 1;
    display: block;
}
.current-price {
    text-decoration: line-through;
}
.offer-price h5 {
    font-weight: 600;
    margin-bottom: 0;
}
.price-block {
    margin: 25px 0;
    min-height: 45px;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
}
.wishlist-btn img{
    height: 16px;
    width: auto!important;
}
.product-btn-block {
    display: flex;
    justify-content: space-between;
    margin: 35px 0 5px;
}
.product-btn-block .btn {
    display: inline-flex;
    align-items: center;
}
.btn.product-cart-btn {
    background: #004d9c;
    color: #fff;
    letter-spacing: 1px;
    padding: 5px 30px;
    position: relative;
    min-width: 115px;
    display: inline-flex;
    justify-content: center;
}
.btn.product-cart-btn:hover i{
    animation: move .5s ease-in;
}
@keyframes move{
    0%{
        transform: translateX(-50px);
    }
    100%{
        transform: translateX(0px);
    }
}
.btn.wishlist-btn {
    border: 1px solid #cfdadc;
    padding: 5px 11px;
}
.btn.wishlist-btn:hover, .btn.wishlist-btn:focus {
    background: #faa519;
    border-color: #faa519;
}
.btn.wishlist-btn:hover img, .btn.wishlist-btn:focus img{
        filter: brightness(0) invert(1);
}
.product-list-block .owl-carousel .owl-stage-outer {
    padding: 20px 0 20px ;
}
.quick-view-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 100%;
    left: 12px;
    right: 12px;
    text-align: center;
    background: #faa519;
    font-size: 13px;
    padding: 10px;
    -webkit-transition: .8s cubic-bezier(1, -0.47, 0, 1.83);
    transition: .8s cubic-bezier(1, -0.47, 0, 1.83);
    opacity: 0;
    color: #fff;
}
.product-box:hover .quick-view-btn {
    bottom: 50%;
    transform: translateY(50%);
    opacity: 1;
}
.product-list-block .owl-dots {
    display: none;
}
.product-list-block .owl-nav {
    position: absolute;
    right: 0px;
    top: -32px;
}
.product-list-block .owl-carousel .owl-nav button.owl-next, .product-list-block .owl-carousel .owl-nav button.owl-prev{
    width: 35px;
    height: 35px;
    background: #faa519;
    color: #fff;
    line-height: 25px;
    font-size: 25px;
    margin-left: 5px;
    border-radius: 3px;
}

.corporate-banner img {
width: 100%;
}

.sup_blog_butnn ul{display: flex; padding: 0px;}
.sup_blog_butnn ul li {
    list-style: none;
    background-color: #faa519;
    font-size: 13px;
    color: white;
    padding: 5px;
    padding-top: 7px;
    height: 35px;
    margin: 0px 0px;
    width: 100px;
    text-align: center;
    cursor: pointer;
    /* box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 1px 2px 0 rgba(0,0,0,0.12); */
    border-radius: 3px;
    text-transform: capitalize;
}

.sup_blog_butnn ul li:nth-child(2) {
  margin-left: 10px;
}
.sup_blog_butnn ul li:nth-child(3) {
 margin-left: 10px;
}
.sup_blog_butnn ul li:nth-child(4) {
 margin-left: 10px;
}

.Blog_Style h4 {
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
}

.Blog_Style p{
    font-weight: normal;
    text-transform: none;
    color: #000000;
    font-size: 14px;
        line-height: 24px;
}

.Blog_Style a {
    outline: 0 !important;
    color: #faa519;
    font-size: 15px;
    font-weight: 400;
    text-decoration: underline;
}
.span_tec_name{
    font-style: italic;
    color: #a0a0a0;
}
.date {
    font-style: italic;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.p1_wd_style {
    border-left-style: solid;
    padding-left: 15px;
    border-width: 5px;
    border-color: #28a745;
    font-style: italic;
    
}





@media (max-width: 767.98px) { .p1_wd_style {
    border-left-style: solid;
    padding-left: 10px;
    border-width: 3px;
    border-color: #28a745;
    font-style: italic;
    
} }