@media (min-width: 992px) and (max-width: 1199px){
}
@media (min-width: 768px) and (max-width: 991px){
}
@media (min-width: 576px) and (max-width: 767px){
}
@media (min-width: 320px) and (max-width: 575px){

}


@media (min-width: 767px) {
	.bnr-iner {
		padding: 300px 0px;
	}

	#carouselDesktop {
		display: block;
	}

	#carouselMobile {
		display: none;
	}

	.img-desktop {
		display: block;
	}

	.img-mobile {
		display: none;
	}
}

@media (max-width: 767px){


	.bnr-iner {
		padding: 200px 0px;
	}

	#carouselLarge {
		display: none;
	}

	#carouselDesktop {
		display: none;
	}

	#carouselMobile {
		display: block;
	}

	.img-desktop {
		display: none;
	}

	.img-mobile {
		display: block;
	}
}
	
@media only screen and (max-width: 992px){
	/*.navbar-dark .navbar-toggler {*/
	/*    background: #3286c2;*/
	/*    border-radius: 0;*/
	/*}*/
	.navbar-right {
	    text-align: left;
    	padding: 15px 0 0;
	}
	a.nvbar-btn {
	    padding: 5px 4px;
	    margin-right: 0px;
	    font-size: 12px;
	}
	.navbar-right ul{
		display: flex;
    	justify-content: space-between;
    	align-items: center;
	}
	a.nvbar-mac {
	    font-size: 12px;
	}
	.about-usdwn button.btn.btn-primary.mb-2 {
	    margin-top: 30px;
	}
	.about-usdwn .form-group {
	    margin-bottom: 1rem;
	}
	.must-seeiner {
	    margin-bottom: 20px;
		max-height: 250px;
	}
	.header-mst-view h2 {
	    text-align: left;
	    font-size: 22px;
	    width: 70%;
	    border-bottom: 0px solid #b7b7b7;
	    margin-bottom: 0px;
	}
	.header-mst-view {
	    border-bottom: 2px solid #b7b7b7;
	    margin-bottom: 10px;
	}
	.place-catiner {
	    /*width: 46%;*/
	    margin-bottom: 5px;
	}
	.coupon-catiner {
	    /*width: 46%;*/
	    margin-bottom: 5px;
	}
	.while-inner {
	    margin-bottom: 30px;
	}
	.footer-start {
	    text-align: center;
	}
	h5.ft-h5 {
	    margin-top: 30px;
	}
	.footer-start {
	    padding: 30px 0;
	}
	a.cp-btn {
	    padding: 5px 36px;
	    font-size: 14px;
	    box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 50%);
	}
	.coupon-catiner h4 {
	    font-size: 13px;
	}
	.coupon-section .place-visit-iner {
	    bottom: 20px;
	}
	.place-visit-iner {
	    bottom: 20px;
	}
	.this-place {
	    text-align: center;
	    padding-bottom: 20px;
	}
	.this-place-right li {
	    padding: 6%;
	}
	.this-place-right {
	    margin-top: 30px;
	}
	.agro-market-box ul li {
	    margin-right: 5px;
	    margin-left: 5px;
	    margin-bottom: 20px;
	    width: 130px;
	    height: 130px;
	    padding-top: 25px;
	}
	.agro-market-box ul {
	    text-align: center;
	}
	.agro-market-box ul li h3 {
	    font-size: 44px;
	}
	.rating-review {
	    padding: 20px 0;
	}
	.rating-inner {
	    margin-bottom: 20px;
	}
	.bdr-rt {
	    border-right: 0px solid #ccc;
	    border-bottom: 1px solid #ccc;
	}
	.event-box a.ev-free {
	    margin-bottom: 20px;
	}
	/*.navbar-dark .navbar-nav a {*/
	/*    display: block;*/
	/*    color: #fff*/
	/*}*/
	/*.navbar-dark .navbar-nav a:hover {*/
	/*    background-color: #4091cc;*/
    /*	color: #f5b872;*/
	/*}*/
	/*.navbar-nav{*/
	/*	background: #3286c2;*/
    /*	padding: 10px;*/
	/*}*/

}
@media (min-width: 320px) and (max-width: 575px){

	.must-seeiner-img {
		/*height: 80px;*/
	}

	.while-inner {
		margin-bottom: 0;
	}

	.while-inner img:not(.limit-icon) {
		height: 100px;
	}


}
