@media only screen and (max-width: 767px) {
	
	.navbar-light .navbar-collapse {
		background:#fff !important;
	}
	
	.navbar-light .navbar-nav .nav-link {
		color:#000 !important;
		line-height:35px;
	}
	header .item img {
		margin-top:-23px;
	}
	
	header .item .cover .header-content h1 {
		font-size:35px;
	}
	
	.product-categories {
		text-align:center;
	}
	
	.footer {
		padding: 50px 0px;
	}
	
	.strt img {
		width:100%;
		margin-top:20px;
	}
	
	
	
	.subscribed ul {
		height:auto;
		margin-bottom:20px;
	}
	
	.amy-shah-img {
		margin-bottom:60px;
	}
	
	.review {
		width:100%;
		margin-bottom:60px;
	}
	
	.book-img {
		margin-top:30px;
	}
	
	.media-img {
		margin-top:30px;
	}
	.excert-cont {
		height: auto;
		margin-bottom: 30px;
	}
	
	.border-right {
    border-right: 1px solid transparent !important;
	}
	
	.strt h3 {
		font-size:40px;
	}
	
	
	
	.video-box {
		/* border: 2px solid #ece3dc; */
		padding: 10px;
		margin-bottom:30px;
	}
	
	.video iframe {
		width: 100%;
		height: auto;
		
	}
	
	.image-box {
		display:block;
		margin-bottom:30px;
	}
	
	button > span:first-of-type {
		text-align:center;
	}
	
	button > span {
		text-align:center;
	}
	
	button {
		padding-right:0;
	}
}

@media only screen and (max-width: 768px) {
	.work .work-text p {
		width:100%;
	}
	
	.navbar {
		display:block;
	}
	
	.navbar-light .navbar-nav .nav-link {
		padding:0 3px !important;
		margin-left: -17px !important;
	}
	
	.section-box-eleven figure {
		bottom:-100%;
	}
	
	 .connect .dropdown-menu  {
		left:-124px;
	}
	
	.start-header.scroll-on {
		
		padding:10px;
	}
	
		  .product-view {
    /* background: #fff; */
    height: auto;
    overflow: hidden;
    float: none;
    width: 100%;
}

.product-view li {
	display:table;
	    margin-bottom: 18px;
}

.product-view .product-cirlce-img img {
	width:100%;
	padding-left:0;
}
.product-view .left {
    width: 100%;
    float: left;
    text-align: right;
    padding-top: 34px;
}
.left li:first-child {
    position: relative;
    left: 0px;
}

.left li:nth-child(2) {
    position: relative;
    left: 0px;
    top: 0px;
}

.left li:nth-child(3) {
    position: relative;
    left: 0px;
    top: 0px;
}

.left li:nth-child(4) {
    position: relative;
    left: 0px;
    top: 0px;
}

.left li:last-child {
    position: relative;
   left: 0px;
    top: 0px;
}

.product-view .product-cirlce-img {
    width: 100%;
    text-align: center;
    float: left;
}

.product-view .right {
    width: 100%;
    float: left;
    text-align: left;
    padding-top: 34px;
}

.right li:first-child {
    position: relative;
    left: 0px;
}

.right li:nth-child(2) {
    position: relative;
    left: 0px;
    top: 0px;
}

.right li:nth-child(3) {
    position: relative;
    left: 0px;
    top: 0px;
}

.right li:nth-child(4) {
    position: relative;
    left: 0px;
    top: 0px;
}

.right li:last-child {
    position: relative;
   left: 0px;
    top: 0px;
}
}