	

	/* .carousel-indicators in homepage*/
	.carousel-indicators li {
		display: none;
	}

	.offsetnav-overlay{
		position: fixed;
	    top: 0;
	    left: 250px;
	    right: 0;
	    height: 120vh;
	    background-color: rgba(0,0,0,0.5);
	    z-index: 99999;
	}
	
	.telegramlogo{
		position: fixed;
	    bottom: 10px;
	    left: 10px;
	    font-size: 40px;
	    color: #007db8;
	    z-index:99999;
	}
	
	.clickScrollTop{
		background-color: #5f5b5bb8;
	    position: fixed;
	    bottom: 30px;
	    right: 10px;
	    border-radius: 11px;
	    color: white;
	    padding: 6px 8px;
	    font-size: 18px;
	    z-index: 99;
	    cursor: pointer;
	}

	.clickScrollTop:hover{
	    background-color: #007db8ad;
    	color: white;
	}

	/* Navbar Code  */

	/* Navbar first Code */

	.nav1{
        height: 100px;
	    background-color: #3484aa;
	    display: flex;
	    text-align: center;
    }

    .brand_img{
    	width: 100%;
    }

    .brand_img img{
        height: 100px;
    }

    @media screen and (min-width:768px){
		.search_btn{
			width: 90px !important;
		}
	}
	
    /* Navbar first code ended here */

	.openNavBtn{
		float: left;
	}

	.search_btn{
		float: right;
	    height: 52px;
	    width: 55px;
	    color: white;
	    background-color: #007db8;
	    outline: none;
	    border: 0px;
	}

	.search_btn:hover{
		background-color: #175b7b;
	}
	/* index.php css starting from here */
	.container{
		padding-left: 0px;
	}

	.maingrid:hover{
		width: 220px;
	    border: 1px solid #ffffff00;
	    box-shadow: 0px 0px 13px 0px;
	    margin: 10px;
	    color: #cccfd0;
	}

	.maingrid{
		width: 220px;
		margin: 10px;
		padding: 12px;
		border: 1px solid #d0cece52;
		box-shadow: 0px 0px 1px 0px;
	}

	.maingrid p{
		padding: 5px 0px;
	}

	.maingrid figure span{
		background-color: #b23737;
	    color: white;
	    border-radius: 5px;
	    position: absolute;
	    padding: 1px 5px;
	}

	.price_real{
		color: red;
	    font-weight: bold;
	}

	.price_cross{
		color: #beb3b3;
	    font-weight: bold;
	}

	.buynow_btn button{
		width: 100%;
	    color: white;
	    background-color: #007db8;
	    padding: 6px;
	    border-radius: 7px;
	    border-style: none;
	    font-weight: bold;
	    outline: none;
	}

	.buynow_btn:hover{
		box-shadow: 1px 1px 20px 8px;
    	color: #007db885;
    	border-radius: 7px;
	}

	@media screen and (max-width:450px){
		.hideonXS{
			display:none;
		}
	}

	@media screen and (min-width:450px){
		.buyBtnXS{
			display: none;
		}
	}
	
	.brandTags{
		padding-top: 10px;
	    color: #554f4fba;
	    font-size: 13px;
	}

	.innergrid a:hover{
		text-decoration: none;
	}

	@media screen and (max-width: 570px) {
		.innergrid{
 			display: inline-flex;
 		}

 		.mainContent div{
 			width: 100%;
 		}

 		.maingrid:hover{
 			width: 100%;
 		}

 		.buynow_btn button {
 			margin-top: 12px;
 		}
	}

	@media screen and (min-width:570px){
		.maingrid p{
 			height: 70px;
 		}
	}

	@media screen and (max-width: 550px) {
 		.maingrid img{
 			width: 165px;
 		}
	}

	@media screen and (max-width: 470px) {
 		.maingrid img{
 			width: 150px;
 			height: 150px;
 		}

 		.brandTags span:nth-child(1){

 		}
	}

	@media screen and (max-width: 430px) {
 		.maingrid img{
 			width: 130px;
   			height: 140px;
 		}
	}

	@media screen and (max-width: 390px) {
 		.maingrid img{
 		    width: 115px;
    		height: 130px;
 		}
	}

	@media screen and (max-width: 350px) {
 		.maingrid img{
 		    width: 105px;
   			height: 120px;
 		}
	}

	.whatsappShare{
		font-size: 23px;
	    color: #4a8426;
	    float: right;
	}

	a:focus, a:hover{
		text-decoration: none;
	}

	.buybtn_desktop{
		background: #007db8;
	    color: white;
	    outline: none;
	    border: none;
	    padding: 8px 18px;
	    border-radius: 20px 0px;
	    transition: border-radius 1s;
	}

	.buybtn_desktop:hover{
	    border-radius: 0px 20px;
	    transition-timing-function: ease;
	    box-shadow: 0px 0px 15px 5px #007db885;
	}
	/* index.php css Ended here */

	/* Icon Bar css start */

	.fa-bars{
		padding:3px 7px;
		color: white;
	}

	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    	background-color: #007db8;
	}

	/* Icon Bar css end */

	nav{
		background-color: blue;
	}

	.navbar{
		margin: 0px;
	}
	
	.navbar-default {
    background-color: #007db8;
    border-color: #007db8;
	}

	@media (min-width: 768px){
		.navbar {
		    border-radius: 0px;
		    box-shadow: 0px -1px 6px 0px;
		}
	}

	@media (max-width: 768px){
		.navbar {
		    position: fixed;
		    width: 100%;
		    z-index: 99;
		}
		.beforeSlideXs{
			padding-top: 55px;
		}

		.outerAreaPage{
			padding-top: 75px;
		}
	}

	.navbar-default .navbar-brand {
    color: #ffffff;
	}

	.navbar-default .navbar-brand:hover{
    color: #ded7d7;
	}

	.navbar-default .navbar-brand:focus{
    color: #ded7d7;
	}

	.navbar-default .navbar-nav>li>a {
    color: #ffffff;
	}

	.navbar-default .navbar-nav>li>a:hover {
    color: #ded7d7;
	}

	.navbar-default .navbar-nav>li>a:focus {
    color: #ded7d7;
	}

	.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: black;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    	color: white;
    	background-color: #007db8
	}

	.brand-image{
		padding: 10px;
	}

/* Side Navbar Css stating from here */
	
	.sidenav {
	  filter: drop-shadow(black 2px 4px 200px);
	  height: 100%;
	  width: 0;
	  position: fixed;
	  z-index: 999999;
	  top: 0;
	  left: 0;
	  background-color: white;
	  overflow-x: hidden;
	  transition: 0.5s;
	}

	.sidenav a {
	    text-decoration: none;
	    font-size: 20px;
	    color: black;
	    display: block;
	    transition: 0.3s;
	    border-bottom: 1px solid #787676bf;
	    padding: 5px 21px;
	}

	.sidenav a:hover {
	  color: #007db8;
	}

	.sideNavbarContent {
		margin-left:60px;
		color:white;
	}

	.sidenavbar_ul li{
        list-style: none;
        box-shadow: 0px 0px 10px 0px;
    	color: #007db875;
    }

    .sidenavbar_ul{
        padding:0px;
    }
/* Side Navbar Css ended here */

/*	@media screen code starting from here	*/

	@media screen and (max-width: 435px){

		footer center span{
			margin: 5px;
		}

		footer center{
			font-size: 12px;
		}

	}

/*	@media screen code ended here	*/

	footer{
		width: 100%;
	    height: 220px;
	    background-color: #007db8;
	    color: white;
	    padding: 50px 0px;
	    position: absolute;
	    bottom: 0px;
	}

	#container{
		min-height:100%;
   		position:relative
	}

	#body{
		padding-bottom: 250px;
		min-height: 1000px;
	}

	html,body {
	   margin:0;
	   padding:0;
	   height:100%;
	}

	footer center span{
		margin: 10px;
	    padding: 12px;
	    border-radius: 20px;
	    background-color: white;
	    color: black;
	    box-shadow: 0px 0px 11px 0px;
		-webkit-transition: -webkit-transform .8s ease-in-out;
		transition:         transform .8s ease-in-out;
	}

	footer center a{
		color: white;
    	text-decoration: none;
	}

	footer center span:hover{
		cursor: pointer;
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}

	.policySection{
		color: white;
    	text-decoration: none;
    	padding: 5px 0px;
	}

	.policySection a:hover{
		color: white;
    	text-decoration: none;
	}

	footer .fa-facebook-official{
		color: #3b5998;
	}

	footer .fa-twitter{
		color: #00acee;
	}

	footer .fa-instagram{
		color: #C13584;
	}

	footer .fa-google{
		color: #4285F4;
	}

	footer .fa-whatsapp{
		color: #005a0b;
	}

	.developer{
		text-decoration: none;
	}

	.developer:hover{
		text-decoration: none;
		color: #561919;
	}

	/* index page */

	.pagiLoader button{
		outline: none;
	    border: none;
	    background-color: white;
	    padding: 3px 16px;
	    box-shadow: 0px 0px 6px 0px;
	    border-radius: 5px;
	    font-weight: bold;
	}

	/* About us Contact US and Privacy Policy */

	.innerArea{
		padding:50px;
	    box-shadow: 0px 0px 5px;
	    font-size: 17px;
	}

	.innerArea b{
		line-height: 4;
		font-size: 20px;
	}

	.innerArea center h3{
		font-weight: bold;
	}

	@media screen and (max-width:500px){
		.innerArea{
			padding: 25px;
			font-size:14px;
		}
	}

	/* Details.php code*/

	@media screen and (max-width:400px){
		.headerDetails{
			font-size: 11px;
		}
	}

	@media screen and (max-width:768px){
		.paddingTop{
			padding-top: 70px !important;
		}
	}

	@media screen and (max-width:768px){
		.detailsBlock{
			padding-top: 70px !important;
		}
	}

	.detailsBlock{
		box-shadow: 0px 0px 4px #007db8;
		padding-top: 10px;
	}

	.innerBrandBlock{
		padding: 12px 0px;
	}	

	.innerBrandBlock span{
	    background-color: black;
	    color: white;
	    padding: 3px 4px;
	    font-size: 11px;
	}

	.innerPriceBlock{
		display: flex;
	}

	.innerPriceBlock img{
		width:unset;
    	height: 300px;
	}

	.innerPriceBlock span strong{
		background-color: #b23737;
	    color: white;
	    border-radius: 5px;
	    position: absolute;
	    padding: 5px 8px;
    	margin: 5px;
	}

	.innerPriceBlock .price_real{
		font-size: 23px;
	}

	@media screen and (max-width:600px){
		.innerPriceBlock{
			display: block;
		}

		.innerPriceBlock div:nth-child(1){
			width: 100%;
    		text-align: -webkit-center;
		}
	}

	.innerPriceBlock div:nth-child(2){
		padding: 0px 20px;
	}

	.detailsBlock .buynow_btn button{
		margin-top:20px;
	}

	.proDescription{
		padding:20px 0px;
	}

	.proDescription ul{
		list-style:decimal;
	}

	.proDescription ul li{
		padding:8px 0px;
	}
	
	/*Owl carousal */
	
	.owl-pagination{
		display: none;
	}

	.owl-carousel{
		display: inline-flex;
		padding: 15px 0px;
	}

	.item{
		width: 100%;
	}

	.item img{
		height: 130px;
		width: 100%;
		padding:0px 10px;
	}
	
	@media screen and (min-width:768px){
		.item img{
			height:150px;
		}
	}

	/* Login Register Table*/
	::-webkit-scrollbar{
		width:0;
		background:0 0;
	}

	table{
		width:100%;
	}

	.table tbody tr td{
		padding-top: 20px;
		border: none;
	}

	.registerBlock{
		border: 1px solid #337ab74d;
	    padding: 0px 20px 20px 20px;
	    box-shadow: 0px 0px 20px 0px #337ab754;
	    border-radius:5px;
	}