*{
	font-family: 'Poppins';
}
a{
	text-decoration: none;
}
.color-blue{
	color: #0097e7;
}
.activenav{
	color: #000 !important;
}
.navbar-light .navbar-nav .nav-link:hover {
	color: #000 !important;
  }
.color-black{
	color: #333;
}
.promo-bar-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    margin: 0 auto;
    padding: 10px;
    flex-wrap: wrap;
}

#collapsed-menu {
  	display: none;
}
#promo-bar {
    background-color: black;
    color: white;
    display: flex;
    position: relative;
    justify-content: center;
    top: 0;
    max-height: 75px;
    width: 100%;
    padding: 5px 150px 5px 150px;
}

#promo-bar h3 {
    font-size: 16px;
    padding: 5px;
}

#promo-bar p {
    font-size: 11px;
    padding: 2px;
}

#promo-bar a {
    color: #fff;
}

#promo-bar a:hover {
    opacity: .8;
    color: #fff;
}

.logo >a >img{
	width: 60%;
}
.mt-10{
	margin-top: 10px;
}

@media only screen and (max-width: 990px) {
	li {
		list-style: none;
	}
	.width40{
		width: 40%;
	}
	.pagination a {
		padding: 10px 11px !important;
	}
	.ml-80{
		margin-left: 80px;
	}
	.fs-10{
		font-size: 10px;
	}
	.fs-14{
		font-size: 14px;
	}
	.fs-18{
		font-size: 18px;
	}
	.fs-16{
		font-size: 18px;
	}
	.user-link {
		font-size: 11px;
		display: inline;
		float: left;
		margin: 10px 7px;
		padding: auto;
		text-align: center;
		flex-wrap: wrap;
	}
	.desktop-link {
		display: none;
	}
	.collapsed-user-menu {
		background: #d3d3d3;
		height: 70px;
		width: 200%;
		margin-left: -50px;
	}
	#promo-bar {
		display:none;
	}
	#collapsed-menu {
		display: block;
	}
	#menu-logo {
		width: 100%;
		margin-left: -20px;
	}
	.form-controlnew{
		width: 80%;
		margin-right: 10px;
	}
  
}

.logo img{
    width:75%;
}
.carousel-inner {
	width: 100%;
	display: inline-block;
	position: relative;
}
.carousel-inner {
	padding-top: 43.25%;
	display: block;
	content: "";
}
.carousel-item {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: skyblue;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.caption {
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translateX(-50%) translateY(-50%);
	width: 60%;
	z-index: 9;
	margin-top: 20px;
	text-align: center;
}
.caption h1 {
  color: #fff;
	font-size: 52px;
	font-weight: 700;
	margin-bottom: 23px;
}
.caption h2 {
  color: rgba(255,255,255,.75);
	font-size: 26px;
	font-weight: 300;
}
a.big-button {
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	background: #eb7a00;
	background: rgba(255, 0, 0, 0.75);
	padding: 28px 35px;
	border-radius: 3px;
	margin-top: 80px;
	margin-bottom: 0;
	display: inline-block;
}
a.big-button:hover {
	text-decoration: none;
	background: rgba(255, 0, 0, 0.9);
}
a.view-demo {
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	display: inline-block;
	margin-top: 35px;
}
a.view-demo:hover {
	text-decoration: none;
	color: #333;
}

.carousel-indicators .active {
  	background: #fff;
}
.carousel-indicators li {
	background: rgba(255, 255, 255, 0.4);
	border-top: 20px solid;
	z-index: 15;
}
.strip{
    background-color: #0097e7;
    width: 100%;
}
.strip h1{
    color: #fff;
    padding: 35px;
    font-size: 55px;
    font-weight: 700;
}
.mt-120{
    margin-top: 50px;
}
@import "//netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/css/bootstrap-combined.min.css";

.tab:not(:target) {
  	display: none;
}

.tab:last-child {
  	display: block;
}

.tab:target ~ .tab:last-child {
  	display: none;
}

.nav-tabs{
    justify-content:center;
}
.nav-tabs li{
    padding: 60px;
}
/********************* Shopping Demo-5 **********************/

.product-image5 > .pic-1, .pic-2 {
	  backface-visibility: hidden;
	  transition: all .5s ease 0s;
}
  
.product-grid5 {
	font-family: Poppins,sans-serif;
	position: relative;
}
.product-grid5 .product-image5 {
	overflow: hidden;
	position: relative;
}
.product-grid5 .product-image5 a {
	display: block;
}
.product-image5 img {
	width: 100%;
	height: auto;
}
.product-image5 .pic-1 {
	opacity: 1;
}
  
  /*.product-grid5:hover .product-image5 .pic-1 {
	opacity: 0;
  }*/
  
.product-image5 .pic-2 {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.product-grid5 ,
.product-grid5:hover .product-image5 .pic-2 {
	opacity: 1;
}
.social {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 10px;
	right: 10px;
}
	  .social li {
		display: block;
		margin: 0 0 10px;
		transition: all .5s;
	  }
		.social :nth-child(2) {
		  opacity: 0;
		  transform: translateY(-50px);
		}
	  
  
	.social:hover .social li:nth-child(2) {
	  opacity: 1;
	  transform: translateY(0);
	}
  
	.social li:nth-child(3) {
	  opacity: 0;
	  transform: translateY(-50px);
	}
  
	.social li:nth-child(3):hover .social li:nth-child(3) {
	  opacity: 1;
	  transform: translateY(0);
	  transition-delay: .2s;
	}
  
	.social li a {
	  color: #888;
	  background: #fff;
	  font-size: 14px;
	  text-align: center;
	  line-height: 40px;
	  height: 40px;
	  width: 40px;
	  border-radius: 50%;
	  display: block;
	  transition: .5s ease 0s;
	}
	  .social li a:hover {
		color: #fff;
		background: #1e3799;
	  }
	
  
	.select-options {
	  color: #777;
	  background-color: #fff;
	  font-size: 13px;
	  font-weight: 400;
	  text-align: center;
	  text-transform: uppercase;
	  padding: 15px 5px;
	  margin: 0 auto;
	  opacity: 0;
	  display: block;
	  position: absolute;
	  width: 92%;
	  left: 0;
	  bottom: -100px;
	  right: 0;
	  transition: .5s ease 0s;
	}
	  .select-options:hover {
		color: #fff;
		background-color: #1e3799;
		text-decoration: none;
	  }
	
  
	.select-options:hover .select-options {
	  opacity: 1;
	  bottom: 10px;
	}
  
	.product-content {
	  padding: 20px;
	}
  
	.title {
	color: #333;
	  font-size: 15px;
	  font-weight: 500;
	  text-transform: capitalize;
	  margin: 0 0 10px;
	  transition: all .3s ease 0s;
	  overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-transform: uppercase;
	}
	  .title a {
		color: #222;
	  }
		.title:hover {
		  color: #333;
		}
	  
	
  
	.price {
	  color: #222;
	  font-size: 12px;
	  font-weight: 600;
	  letter-spacing: 1px;
	}
  
  
  @media only screen and (max-width: 990px) {
	.product-grid5 {
	  margin-bottom: 30px;
	}
	.caption h1 {
		
		font-size: 0px;
		 }
		 .p050{
		  padding: 0 40px;
	  }
	  .width40{
		width: 40%;
	}
  }
  .viewall{
    color: #0097e7;
border: 1px solid #0097e7;
background-color: #fff;
padding: 7px 20px;
border-radius: 20px;
}
.mt-40{
	margin-top: 40px !important;
}
.height-300{
	height: 300px;
}
.mt-10p{
	margin-top: 5%;
}
.pl{
	padding-left: 50px;
}
.pr{
	padding-right: 50px;
}
.ml-30{
	margin-left: 20px;
}
.ml-15{
	margin-left:15px;
}
.fs-30{
	font-size: 30px;
}
.color-red{
	color: #0097e7 !important;
}
.color-white{
	color: #fff;
}
.bg-red{
	background-color:#0097e7 !important;
}
.bgimg{
	background-image: url("uploads/bg-test.png");
}
.bg-white{
background-color: #fff;
}
.m-010{
	margin: 0px 10px;
}
.pb-50{
	padding-bottom: 50px;
}
.width100{
	width: 100%;
}
.width80{
	width: 80%;
}
.width10{
	width: 10%;
}
.bgimgfooter{
	background-image: url("uploads/darkbg.jpg");
	color:#fff
}
.footerdisplay{
	display: -webkit-box;
}
.ml-40{
	margin-left: 40px;
}
.mt--25{
	margin-top: -25px;
}
.pt-75{
	padding-top: 75px;	
}
.pt-10{
	padding-top: 10px;	
}
.pt-20{
	padding-top: 20px;	
}
.pb-75{
	padding-bottom: 75px;	
}
.ml-10{
	margin-left: 10px;
}
.mb-50{
	margin-bottom: 50px;
}
.form-control{
	display: block;
width: 100%;
height: 50px;
padding: 11px 15px;
font-size: 14px;
line-height: 1.72;
color: #555555;
background-color: #fff;
background-image: none;
border: 1px solid #E4E4E4;
border-radius: 4px;
}
.form-controledit{
	display: block;
width: 100%;
height: 27px;
padding: 11px 15px;
font-size: 14px;
line-height: 1.72;
color: #555555;
background-color: #fff;
background-image: none;
border: 1px solid #E4E4E4;
border-radius: 4px;
}

.mt-20{
	margin-top: 20px;
}
.submit{
	background-color: #0097e7;
border: 1px solid #0097e7;
color: #fff;
padding: 13px 120px;
border-radius: 10px;
font-size: 20px;
}
.readmore{
	background-color: #0097e7;
border: 1px solid #0097e7;
color: #fff;
padding: 10px 30px;
border-radius: 10px;
}

.loginbtn{
	
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}
.cancelbtn {
	width: auto;
	padding: 10px 18px;
	background-color: #f44336;
	border: none;
  }
  span.psw {
	float: right;
	padding-top: 16px;
  }
  .p-16{
	padding: 16px;
  }
  
  .shopgridbox{
	background: #fff;
	margin: 0 0 30px;
	border: solid 1px #e6e6e6;
	box-sizing: border-box;

	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  }
  .box {
	background: #fff;
	margin: 0 0 30px;
	box-sizing: border-box;

	}
  .blogbox{
	background: #fff;
	
	border: solid 1px #e6e6e6;
	box-sizing: border-box;
	padding: 10px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  }

  .setpassbox{
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  }
  .loginbox{
	background: #fff;
	margin: 0 0 130px;
	border: solid 1px #e6e6e6;
	box-sizing: border-box;
	padding: 45px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  }
  .box-header {
	background: #f7f7f7;
	  background-color: rgb(247, 247, 247);
	margin: -20px -20px 20px;
	padding: 20px;
	border-bottom: solid 1px #eeeeee;
	border-radius: 10px 10px 0 0;
  }
  .register{
	height: 54px;
	border: none;
	border-bottom: 1px solid #cccccc;
	border-radius: 0px;
	outline: none;
	box-shadow: none;
  }
  .mt-15{
	  margin-top: 15px;
  }
  .fs-14{
	  font-size: 14px;
  }
  .or {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #6c757d !important;
  }
  .or::after, .or::before {
	content: "";
	display: block;
	background: #6c757d !important;
	width: 30%;
	height: 1px;
	margin: 0 10px;
  }
  .cart_area {
	padding-top: 100px;
	padding-bottom: 100px;
  }
  .cart_inner .table thead tr th {
	border-top: 0px;
	font-size: 16px;
	
	font-family: "Roboto", sans-serif;
	color: #777777;
	border-bottom: 0px !important;
  }
  .cart_inner .table tbody tr td {
	padding-top: 30px;
	padding-bottom: 30px;
	vertical-align: middle;
	align-self: center;
  }
  .cart_inner .table tbody tr td .media .d-flex {
	padding-right: 30px;
  }
  .basic-img-size {
	width: 60px !important;
	overflow: hidden !important;
	height: 60px !important;
	border-radius: 100% !important;
  }
  .cart_inner .table tbody tr td .media .media-body {
	vertical-align: middle;
	align-self: center;
  }
  .cart_inner .table tbody tr td .product_count {
	margin-bottom: 0px;
  }
  .product_count {
	display: inline-block;
	position: relative;
	margin-bottom: 24px;
  }
  .cart_inner .table tbody tr td .product_count input {
	width: 100px;
	padding-left: 30px;
	height: 40px;
	outline: none;
	box-shadow: none;}
	.bdr-none {
		border: none !important;
	  }
	  .wishlist-btn {
		border-radius: 2px !important;
		padding: 0 15px !important;
	  }

	  .buy-btn {
		border-radius: 2px !important;
		padding: 0 65px !important;
	  }

	  .addtocart-btn{
		border-radius: 2px !important;
		padding: 0 50px !important;
	  }

	  .primary-btn {
		position: relative;
		overflow: hidden;
		color: #fff;
		line-height: 50px;
		display: inline-block;
		text-transform: uppercase;
		font-weight: 500;
		cursor: pointer;
		background: linear-gradient(90deg, #33769b, #0097e7 100%);
		border: none;
	  }
	  .cur-pointer {
		cursor: pointer;
	  }
	  .cart_inner .table tbody tr.bottom_button .gray_btn {
		line-height: 38px;
		background: #e8f0f2;
		border: 1px solid #eeeeee;
		border-radius: 3px;
		padding: 0px 40px;
		display: inline-block;
		color: #222222;
		text-transform: uppercase;
		font-weight: 500;
	  }
	  .cart_inner .table tbody tr.bottom_button td .cupon_text input {
		width: 200px;
		padding: 0px 15px;
		border-radius: 3px;
		border: 1px solid #eeeeee;
		height: 40px;
		font-size: 14px;
		color: #cccccc;
		font-family: "Roboto", sans-serif;
		font-weight: normal;
		margin-right: -3px;
		outline: none;
		box-shadow: none;
	  }
	  button, input {
		overflow: visible;
	  }
	  .cart_inner .table tbody tr.bottom_button td .cupon_text .primary-btn {
		height: 40px;
		line-height: 38px;
		text-transform: uppercase;
		padding: 0px 38px;
		margin-right: -3px;
		border-radius: 0;
	  }
	  .banner{
		background-image: url('uploads/bannerimg.png');
		background-position: center;
	  }
	  
  
  /* Change styles for span and cancel button on extra small screens */
  @media screen and (max-width: 300px) {
	span.psw {
	   display: block;
	   float: none;
	}
	.cancelbtn {
	   width: 100%;
	}

  }
  .height-200{
	height:200px;
  }
  .height-350{
	height:350px;
  }
  
  .pl-0{
	  padding-left: 0px;
  }
  .pr-0{
	  padding-right: 0px;
  }
  .mt-60{
	  margin-top: 60px;
  }
  .brdr-btm{
	  border-bottom: 1px solid #ededed;
  }
 .brdr-grey{
	 border: 1px solid #ededed;
 }
 .width12p{
	 width: 12%;
 }
 .height-100{
	 height: 100%;
 }
 .p-100{
	padding: 10px 0px;
 }
 .p150{
	padding: 15px 0px;
 }
 .m0{
	 margin: 0px 0px;
 }
 .brdr-radius5{
	border-radius: 5px 5px 0px 0px;
 }
 .p510{
	padding: 5px 10px;
 }
 .order {
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,.1);
	
  }
  .m10{
	  margin: 10px;
  }
  .pagination {
	display: flex;
  }
  
  .pagination a {
	color: black;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	transition: background-color .3s;
	border: 1px solid #ddd;
	margin: 0 4px;
  }
  
  .pagination a.active {
	background-color: #0097e7;
	color: white;
	border: 1px solid #0097e7;
  }
  .address {
	padding: 0px 10px 0px 10px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 5px;
	margin-top: 20px;
  }
  .color-lightgrey{
	  color: #777777;
  }
  .add-col {
	border-right: 1px solid rgba(0, 0, 0, .1);
	margin: 10px auto;
	text-align: center;
  }
  .add-btn {
	border: none;
	background: no-repeat;
	color: #017ac3;
	cursor: pointer;
  }
  .add-address {
	padding: 0px 10px 0px 10px;
	border-radius: 5px;
	margin-top: 20px;
	height: 180px;
	border: 1px dashed #999;
  }
  .txtend {
	text-align: end;
  }
  .input-css {
	border: none;
	  
	border-bottom: 1px solid #ededed;
	font-size: 15px;
  }
  .btn-css {
	line-height: 38px !important;
	text-transform: uppercase !important;
	border-radius: 2px !important;
	width: 30% !important;
	border: none !important;
  }
  .mb-30{
	  margin-bottom: 30px;
  }
  .brdr-radius-10{
	  border-radius: 10px;
  }
  .mt--90{
	margin-top: -90px;
  }
  .brdr-radius5{
	  border-radius: 5px;
  }
  .show-password {
	display: flex;
	font-size: 12px;
	font-weight: 500;
	color: gray;
  }
  .forget-pass {
	border-bottom: 1px solid #999;
	font-size: 12px;
	font-weight: bold;
  }
  .width50{
	  width: 50%;
  }
  .pb-70{
	  padding-bottom: 70px;
  }
  .mb-40{
	  margin-bottom: 40px;
  }
  .check_title h2 {
	font-size: 14px;
	font-weight: normal;
	font-family: "Roboto", sans-serif;
	background: #e8f0f2;
	line-height: 40px !important;
	padding-left: 30px;
	margin-bottom: 0px;
  }
 
  .tp_btn {
	border: 1px solid #eeeeee;
	display: inline-block;
	line-height: 38px;
	padding: 0px 40px;
	color: #222222;
	text-transform: uppercase;

	font-weight: 500;
	border-radius: 3px;
  }
  .cupon_area input {
	margin-left: 30px;
	max-width: 730px;
	width: 100%;
	display: block;
	height: 40px;
	border-radius: 3px;
	padding: 0px 15px;
	border: 1px solid #eeeeee;
	outline: none;
	box-shadow: none;
	margin-top: 20px;
	margin-bottom: 20px;
  }
  .cupon_area .tp_btn {
	margin-left: 30px;
  }
  .chck-address {
	padding: 20px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 5px;
	margin-top: 20px;
  }
  .count-css {
	padding: 20px 0px 0px 20px;
	font-size: 18px;
	font-weight: 500;
	color: #017ac3;
  }
  .order_box {
	background: #e5ecee;
	padding: 30px;
  }
  .order_box h2 {
	border-bottom: 1px solid #dddddd;
	font-size: 18px;
	font-weight: 500;
	color: #222222;
	padding-bottom: 15px;
  }
  .list {
	list-style: none;
	margin: 0px;
	padding: 0px;
  }
  .order_box .list li a {
	font-size: 14px;
	color: #777777;
	font-weight: normal;
	border-bottom: 1px solid #eeeeee;
	display: block;
	line-height: 42px;
  }
  .order_box .list li a span {
	left: 0px;
	color: #777777;
	font-size: 14px;
	font-weight: 400;
  }
  .order_box .list li a span {
	float: right;
  }
  .order_box .list li a .middle {
	float: none;
	width: 50px;
	text-align: right;
	display: inline-block;
	margin-left: 30px;
	color: #222222;
  }
  .order_box .list_2 li a {
	text-transform: uppercase;
	color: #222222;
	font-weight: 500;
  }
  .order_box .list_2 li:nth-last-child(2) a span {
	color: #222222;
  }
  .radion_btn {
	position: relative;
	margin-top: 10px;
	margin-bottom: 15px;
  }
  .radion_btn label {
	display: block;
	position: relative;
	
	padding: 0px 25px 21px 25px;
	height: 14px;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
	
	font-weight: 500;
	color: #222222;
	font-size: 13px;
	letter-spacing: .25px;
	text-transform: uppercase;
  }
  .radion_btn input[type="radio"] {
	position: absolute;
	visibility: hidden;
  }
  .radion_btn .check {
	display: block;
	position: absolute;
	border: 1px solid #cdcdcd;
	border-radius: 100%;
	height: 14px;
	width: 14px;
	top: 5px;
	left: 0px;
	background: #fff;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
  }
  .radion_btn .check::before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 4px;
	width: 4px;
	top: 4px;
	left: 4px;
	margin: auto;
	
  }
 
  /* priya haldar*/
  
  .shop-grid-cartbtn{
	color: #fff;
line-height: 20px;
text-transform: uppercase;
cursor: pointer;
background: #0d9bda;
border: 2px solid #0097e7;
font-size: 17px;
padding: 8px 10px;
border-radius: 5px !important;
width: 100%;
  }
  .shop-grid-cartbtn:hover{
	  background-color: #fff;
	  border: 2px solid #0097e7;
	  color:#0097e7;
  }
  .shop-grid-wt
  {
	color: #333;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
  }
  .shop-grid-wt > span{
	  font-size:16px;
	  font-weight: 600;
  }
 
  .width23{
	width: 23%;
}
.dropbtn {
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
	color: #0d9bda;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border: 2px solid #f9f9f9;
}

.dropdown-content a:hover {
	background-color: #f1f1f1;
	border: 2px solid #0d9bda;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.searchheader {
	padding: 2px 5px;
	border-radius: 5px;
	border: 1px solid #0d9bda;
	margin-top: 5px;
}
.order_box .list li h6 span {
	float: right;
  }
  .order_box .list li h6 {
	font-size: 16px;
	color: #777777;
	font-weight: normal;
	border-bottom: 1px solid #eeeeee;
	display: block;
	line-height: 42px;
  }
  .order_box .list li h6 span {
	left: 0px;
	color: #777777;
	font-size: 16px;
	font-weight: 400;
  }
  .form-check {
	display: block;
	min-height: 1.5rem;
	margin-bottom: .125rem;
	padding: 10px 30px;
  }
  .order_box .list_2 li h6 {
	text-transform: uppercase;
	color: #222222;
	font-weight: 600;
  }
  .order_box .list_2 li:last-child h6 span {
	color: #222222;
  }
  .mt--15{
	margin-top: -15px;
}
.mb-20{
	margin-bottom: 20px;
}
.fs-18{
	font-size: 18px;
}
.fsm-20{
	font-size: 20px;
}
.fw-600{
	font-weight: 600;
}
.fs-25{
	font-size: 25px;
}
.submitcontact{
  background-color: #0097e7;
border: 1px solid #0097e7;
color: #fff;
border-radius: 5px;
font-size: 20px;
width: 100%;
padding: 10px 9px;
font-weight: bold;
}
.submit{
  background-color: #0097e7;
border: 1px solid #0097e7;
color: #fff;
border-radius: 5px;
font-size: 20px;
padding: 10px 95px;

}
/*-------------------------------30/3/2022--------------------------------------------*/
.ml-60 {
  margin-left: 60px;
}
@media screen and (max-width: 600px) {
  .width40{
	  width: 40%;
  }
  .ml-0{
	  margin-left: 0px;
  }
  .width35 {
	  width: 35%;
	}
	.pl-30p{
		padding-left: 30% !important;
	}
	.fs-12{
		font-size: 12px !important;
	}
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.5rem;
  padding-left: .5rem;
}
.padding-0{
	padding-right: 0px !important;
	padding-left: 0px !important;
  }
.pl-40p{
	padding-left: 40%;
}
/*---footer--*/
.footer > .col-md-5 > p{
	text-align: justify;
margin-right: 70px;
font-size: 15px;
}
.footer > .col-md-2 > ul{
	padding-left: 0px;
	font-size: 15px;
	line-height: 32px;
}
.footer > .col-md-5 > .footerdisplay{
	padding-left: 0px;
	font-size: 15px;
}
#navbar-head{
	padding: 8px;
background: #0d9bda;
}
#navbar-head > .container > .row > .col-md-4{
	padding-right: 0px !important;
	padding-left: 0px !important;
}
#navbar-head > .container > .row > .col-md-4 > a,
#navbar-head > .container > .row > .col-md-4 > i,
#navbar-head > .container > .row > .col-md-4 > span,
#navbar-head > .container > .row > .col-md-4 > i,
#navbar-head > .container > .row > .col-md-4 > a{
	color: #fff602 !important;
font-size: 14px;
/*font-weight: 600;*/
}
#navbar-head > .container > .row > .col-md-4 > img{
	width: 20px;
}
#lankesfishery-navbar{
	background-color: #fff602;
	padding: 5px 0px;
	
}
.navbar-light .navbar-nav .nav-link {
	color: #0d9bda;
	border-bottom: 2px solid #fff602;
}
.btn-outline-secondary{
padding: 2px 10px !important;
color: #fff602;
background-color: #0d9bda;
border-color: #0d9bda;
margin-top: -1px;
position: relative;
right: 42px;
}
.btn-outline-secondary:hover{
	color: #fff602;
	background-color:#0d9bda ;
border-color: #0d9bda;
}
.hide-mob{
    display: block;
  }
  .hide-desk{
    display: none;
  }
@media only screen and (max-width: 600px) {
	.navbar-nav .dropdown,.searchheader,.btn-outline-secondary{
	  display: none;
	}
	#navbar-head > .container > .row > .col-12{
		font-size:13px;
		text-align: center !important;
	
	}
	.pxm0{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.carousel-caption1 {
		bottom: 12% !important;
	}
	.fsm-10{
		font-size: 10px;
	}
	
	.dm-none{
		display: block !important;
	}
	.viewmore {
		padding: 6px 20px !important;
		font-size: 14px;
	}
	.caption h2 {
	 font-size: 14px;
	 margin-bottom: 0;
 	}
	.fs-20{
		font-size: 20px;
	}
	.p020{
		padding: 0 20px;
	}
	.p20m{
		padding: 20px;
	}
	.ml-1{
		margin-left: 1px;
	}
	.width40{
		width: 40% !important;
	}
	.fsm-16{
		font-size: 16px;
	}
	.fsm-14{
		font-size: 14px !important;
	}
	.fsm-22{
		font-size: 22px;
	}
	.mtm-0{
		margin-top:0px;
	}
	.mrm-0{
		margin-right: 0px !important;
	}
	.mtm-6{
		margin-top:6px;
	}
	.mtm-20{
			margin-top:20px !important;
		}
	.ptm-0{
		padding-top: 0px;
	}
	.btn-css{
		width: 60% !important;
	}
	.p050m{
		padding-left: calc(var(--bs-gutter-x) * .5)
	}
	.lanke-servicem{
		position: relative;
		margin-top: -40px !important;
		background: #fff !important;
	}
	.lanke-servicem img{
		
		width: 25px !important;
	}

	.hide-mob{
        display: none;
      }
      .hide-desk{
        display: block;
      }

  }
.navbar-light .navbar-toggler {
	border: none !important;
  }
  .navbar-toggler:focus {
	box-shadow: none !important;
  }
  ::placeholder {
	font-size: 13px;
  }
  .opacity5{
	opacity: 0.5 !important;
}
.fs-16{
	font-size: 16px;
}
.brdr-btm3{
	border-bottom: 3px solid #ededed;
}
.textright{
	text-align: right;
}
.owl-theme .owl-dots, .owl-theme .owl-nav{
	display: none;
}
.list-group-item{
	border: none;
	padding: .5rem 0rem !important;
}
.categorybox{
	border: 1px solid #ededed;
padding: 20px;
margin: 10px auto;
}
.p-20{
	padding: 20px !important;
}
.textjustify{
	text-align: justify !important;
}
.fs-30{
	font-size: 30px;
}
.viewmore{
	padding: 12px 31px;
margin-top: 20px;
background-color: #fff501;
border: none;
border-radius: 5px;
}
.fs-23{
	font-size: 23px;
}
.indexbox{
	background: #fff;
	margin: 0 0 30px;
	box-sizing: border-box;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .shopgridbox{
	background: #fff;
	margin: 0 0 30px;
	border: solid 1px #e6e6e6;
	box-sizing: border-box;

	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  }
  .shopgridbox > .product-image5 > a,
  .product-grid5 > .product-image5 > a
  {
	  height: 170px;
	  overflow-y: hidden;
  }
  .no-orders{
	display: block ruby;
	padding: 50px;
  }
  .no-orders > h4 >span{
color:#0097e7;
font-weight: 600;
  }
  .no-orders > img{
	  width: 100px;
  }
  .plus{
	margin-left: -83px;
	margin-top: 5px;
  }
  .minus{
	margin-left: 72px;
	margin-top: 3px;
  }
  .width25{
	  width: 25%;
  }
  .banner > .row{
	  margin-left: 0px !important;
	  margin-right: 0px !important;
  }
  #navbar-head > .container > .row{
	  margin-right: 0px !important;
	  margin-left: 0px !important;
  }
  .quicklinks > li > a,
  .footer-contact > p > a {
	color: #fff !important;
  }
.singlepro-desc{
	font-size: 13px;
color: #666;
}
.modal-body > h1 { 
	font-size:20px;
	text-transform:uppercase;
  }
.modal-header > button{
  color:#fff501;
  background:#0097e7;
  border: none;
  padding: 3px 5px;
}
.modal-body a img{
  width: 150px;
  margin: 20px auto 10px auto;
}
#myModal{
  width: 300px;
  position: absolute;
  left: 50%;
  top: 50%; 
  margin-left: -150px;
  margin-top: -150px;
}
.dropdowncss{
	color: #0d9bda;
padding: 20px 16px;
text-decoration: none;
display: block;
}
.dropdowncss:hover{
	background-color: #f1f1f1;
	border: 2px solid #0d9bda;
  }
  .dropdown-item {
	color: #0d9bda !important;
	font-size: 15px;
	padding: 8px 12px;
  }
  .dropdown-item:hover {
	color: #fff602;
	background-color: #fff602;
  }
  .btn-secondary {
	color: #0d9bda;
	padding: 10px 20px !important;
	background-color: transparent;
	border-color: transparent !important;
  }
  .header-button {
	color: #0d9bda;
	padding: 7px 20px !important;
	background-color: transparent;
	border-color: transparent !important;
  }
  .btn-secondary:hover {
	color: #0d9bda;
	padding: 10px 20px !important;
	background-color:transparent;
	border-color: transparent;
  }
  .show > .btn-secondary.dropdown-toggle {
	color:#0d9bda;
	background-color: transparent;
	border-color: transparent;
  }
  .ml-70{
	  margin-left: 70px;
  }
  .dot{
	font-size: 10px;
		margin-top: 7px;
		margin-left: 20px;
	  }
.displayflex{
	display: flex;
}
#demoInput{
	height: 30px;
}
.shop-grid-wt > span{
	margin-top: 2px;
}
.contact-us p a:hover{
	color: #0097e7;
}
.inovice{
	color:#fff !important;
}
.social-media-icon{
	padding-left: 30px;
	font-size: 20px;
	color: #fff;
}
.lanke-service{
	position: relative;
margin-top: -90px;
background: #fff;
}
.lanke-service p{
	margin-bottom: 0px;

}
/*.lanke-service img{*/
/*	width: 50px;*/
/*}*/
.carousel-caption {
	bottom: 40%;
}
.fs-40{
	font-size: 40px;
}

.categorybox h3{
	background-color:#0d9bda ;
	border-radius: 5px;
	padding: 7px 7px 7px 10px;
	color: #fff;
	font-size: 18px;
}
.fish-filter input:checked + .category-name {
	color: #0d9bda;
	cursor: pointer;
	border-left: 3px solid #0d9bda;
	padding-left: 10px;
  }
  .fish-filter input[type="checkbox"] + .category-name {
	cursor: pointer;
	padding-left: 10px;
  }
.fish-filter input[type="checkbox"]{
	display: none !important;
  }
  .fish-filter input:checked + .text-capitalize span ,
  .list-group-item .text-capitalize input:checked + span{
	color: #0d9bda;
	cursor: pointer;
	border-left: 3px solid #0d9bda;
	padding-left: 10px;
  }
  .fish-filter input[type="checkbox"] + .text-capitalize span ,
  .list-group-item .text-capitalize input[type="checkbox"] + span{
	cursor: pointer;
	padding-left: 10px;
  }
  .list-group-item input[type="checkbox"]{
	display: none !important;
  }
  .cat-div,.shoppage-pro{
	border-radius: 10px !important;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .zoom {
	transition: transform .2s; /* Animation */
  }

  .zoom:hover {
	transform: scale(1.07); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }
  .carousel-indicators [data-bs-target]{
	display: none;
  }
.footer{
	padding-top: 60px;
	padding-bottom: 30px;
}
.description-box{
	margin-top: 60px;
	border: 1px solid #ededed;
	padding: 30px;
}
.horizontal {
  width: 100%;
  position: absolute;
  top: 3px;
  right: 0px;
}

#pointer {
  width: 100px;
height: 30px;
position: absolute;
background: #f9ef14;
left: 0;
color: #0097e6;
text-align: center;
margin-top: 10px;
z-index: 88;
}
#pointer:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
}
.dropdown-menu {
  min-width: 8rem !important;
  border: 0px important;
  padding:0px !important;
}
.badge{
    display: inline-block;
padding: .35em 7px !important;
font-size: .75em;
font-weight: 700;
line-height: 1;
color: #0d9bda;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 17px;
background: #fff;
position: absolute;
top: 10px;

}
.index-title{
    font-size:20px;
    text-transform:uppercase;
}