@media (min-width: 768px) {
	.navbar-expand-lg .navbar-nav{
		display: inherit;
		margin: 0 auto;
	}
	.navbar-expand-lg .navbar-nav .nav-link{
		color:#fff;
		font-weight:600;
		text-transform: uppercase;
		font-size: 12px;
			padding: 10px;
	}
	.navbar-expand-lg .navbar-nav .nav-link:hover{
		color:#ac873f;
	}
	.navbar-expand-lg .navbar-nav .nav-item:last-child {
		position: absolute;
		right: 113px;		
	}
	 
}
@media (max-width:767px){
	.heading-talk {
		font-size: 2rem;
	}
	.ip-shopping-cart-section .table{
		width:625px;
	}
	.ip-order-status-section .table{
		width:600px;
	}
	.btn-primary{
		padding: 8px 15px;
		font-size: 10px;
	}
	.form-check-inline {
		display: block;
		margin: 0 0 2px;
	}
	.color-bg5{
		margin-bottom: 15px !important;
	}
	.text-end {
		text-align: left !important;
	}
	#slider .curtainBody{
		height:250px;
	}
	#slider .content {
		height:250px;
	}
	#slider .overlay {
		height:250px;
	}
	#slider .unCurtain {
		height:250px;
	} 
	#slider .curtainContainer{
		height:250px;
	}
	#slider #carouselExampleCaptions .carousel, 
	#slider #carouselExampleCaptions .carousel-inner, 
	#slider #carouselExampleCaptions .carousel-inner .item, 
	#slider #carouselExampleCaptions .carousel-inner .active {
		height:250px;
	}
	.slider .page{
		height: 200px;
	}
	.slider .scene {
		height: 200px;
	}
	.slider .nav-panel{
		top: 45%;
	}
	.slider .heading{
		top: 45%;
		font-size: 14px;
	}
	.owl-three .owl-prev {
		left: 0%;
	}
	.owl-three .owl-next {
		right: 0;
	}
	.black-bg {
		background-color: rgba(0, 0, 0, .65);
	}
	.rightTxtDiv{
		min-height: auto;
	} 
	.currentBox{
		min-height: auto;
	}
	.currentBox figure {
		margin: 0;
	}
	.top-header-bar .navbar-nav{
		display: table;
		margin: 0 0 0 auto;
	}
	.top-header-bar .nav-item.dropdown a {
		color: #000;
		font-weight: 600;
		font-size: 12px;
	}
	.top-header-bar .nav-item.dropdown ul li .dropdown-item{
		color:#fff;
	}
	.navbar-brand img{
		width:75px;
		top: 2px;
		position: relative;
	}
	#carouselExampleFade22 {
		margin-bottom: 15px;
	}
	.navbar {
		padding: 0;
	}
	.top-header-bar{
		padding: 5px 0;
	}
	.top-right-div {
		text-align: left;
	}
	.top-right-div ul li img {
		width: 10px;
	}
	.top-right-div ul li{
		width: 20px;
		height: 20px;
		line-height: 20px;
		margin:0 2px;
	}
	.border-design{
		margin-top: 4px;
	}
	.carousel-indicators {
		bottom: 0;
	}
	.default-title h2 {
		font-size: 15px;
	}
	.py {
		padding: 20px 0;
	}
	.default-title {
		margin-bottom: 15px;
	}
	.featured-eventsBox .figure-caption h6{
		font-size: 10px;
	}
	.featured-eventsBox .figure-caption{
		margin-top: 0;
		background-color: #000;
	}
	.featured-eventsBox .figure img {
		border-radius: 5px 5px 0 0;
	}
	.featured-eventsBox .figure-caption h6 {
		top: 0;
		font-size: 10px;
	}
	.featured-eventsBox .figure-caption p {
		width: 100%;
		font-size: 7px;
		max-width:inherit;
	}
	.featured-eventsBox .price-txt {
		padding: 5px 10px;
		margin: 0 0 0 auto;
		font-size: 8px;
	}
	.rightTxtDiv p {
		font-size: 15px;
	}
	.rightTxtDiv h3 {
		font-size: 20px;
	}
	.brown-btn{
		padding: 8px;
		font-size: 8px;
	}
	.footer-links {
		margin-bottom: 30px;
	}
	.ip-copy-right .rightTxt{
		text-align:center;
	}
	.ip-copy-right p {
		text-align: center;
		margin-bottom:10px;
	}
	.ip-copy-right button.back-to-top.show{
		bottom: 120px;
	}
	.carousel-caption h1, .carousel-caption h2 {
		font-size: 15px;
	}
	.carousel-indicators [data-bs-target] {
		width: 6px;
		height: 6px;
	}
	.carousel-caption{
		top: 35%;
	}
	
}
@media (min-width:768px) and (max-width:991px){
	.navbar-toggler {
		display: table;
		margin: 0 0 0 auto;
	}
	.navbar {
		padding: 5px 0 10px;	
	}
	.border-design{
		margin-top: -22px;
	}
	.carousel-caption{
		top: 35%;
	}
	.ip-copy-right button.back-to-top.show{
		bottom: 70px;
	}
}
@media (min-width:992px) and (max-width:1199px){
	.border-design{
		margin-top: -28px;
	}
	.ip-copy-right button.back-to-top.show{
		bottom: 70px;
	}
}


