 
 
 /*responive max width to min width*/

/*@media 
(min-width: 992px) 
 and (max-width: 1200px){
	
}*/




/* iPads (landscape) ———– */

/*@media 
(min-width : 768px)
and (max-width : 1024px)
and (orientation : landscape) {

}*/

/* iPads (portrait) ———– */

/*@media 
(min-width : 768px)
and (max-width : 1024px)
and (orientation : portrait) {

}*/



/* iPads (landscape) ———– */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {



/* Styles */
}

/* iPads (portrait) ———– */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {

/* Styles */
}
  @media (max-width: 1399.98px) {
   
  }
@media (max-width: 1200px) {
	 
    
}

@media (max-width: 1199.98px) {
	 
   
.why-box-outr h3{
	font-size: calc(0.9rem + .6vw);
}
.col-sm-3.attraction-box-col{
	width: 50%;
}
}

/*responsinator screen size*/
@media (max-width: 1024px) {
	 
    
}
@media (min-width: 992px) {
	 
    
}
/*  min width new way*/
@media (width >= 992px){
	
}
/*  min width new way*/

@media (max-width: 992px) {
	 
    
}

/*  max width new way*/
@media (width <= 992px){
	
}
/*  max width new way*/



@media (max-width: 991.98px) {
	.contact-addr-col.col-lg-4 {
	width: 100%;
	margin: 0 auto;
	
}
.contact-content h3{
	text-align:  center !important;
}
h2.heading.about-heading{
	text-align: center;
}
h2.heading.about-heading::before {
	left: 50%;
	transform: translateX(-50%);
}
.navbar-toggler-icon{
	background-image: none;
	position: relative;
	border-top: 2px solid rgba(0,0,0,0.5);
	height: 2px;
	display: block;
	transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}
.navbar-toggler-icon:before{
	content:"";
	border-top: 2px solid rgba(0,0,0,0.5);
	position: absolute;
	top: -11px;
	left:0;
	right:0;
	transform: rotate(0deg);
	transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}
.navbar-toggler-icon:after{
	content:"";
	border-top: 2px solid rgba(0,0,0,0.5);
	position: absolute;
	bottom: -9px;
	left:0;
	right:0;
	transform: rotate(0deg);
	transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}
.navbar-toggler{
	height: 40px;
	width: 56px;
}
.navbar-toggler.collapsed .navbar-toggler-icon{
	border: 0 none;
}
.navbar-toggler.collapsed .navbar-toggler-icon:after{
	transform: rotate(45deg);
	bottom:0px;
}
.navbar-toggler.collapsed .navbar-toggler-icon:before{
	transform: rotate(-45deg);
	bottom:0px;
	top:0px;
}
.navbar .navbar-collapse {
	top: 71px;
	bottom: auto !important;
	height: auto;
	background: #fff;
	position: fixed;
	left: 0;
	margin-left: calc(var(--bs-gutter-x) * 0.5);
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	transform: translateX(-100%) !important;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
}
.navbar .navbar-collapse {
	right: auto;
	margin-right: auto;
	margin-left: auto;
	width: 100% !important;
	max-width: 518px;
	left: 50%;
	transform: translateX(-50%) !important;
	border: 1px solid #000;
}
.collapse:not(.show) {
	display: none;
	opacity: 0;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
}

.header-outr .navbar-collapse {
	top: 121px;
	transition: none;
}
.collapse.show {
	opacity: 1;
}
.menu > li > a {
	line-height: normal;
	text-align: center;
}
.menu > li + li {
	border-top: 1px solid var(--bs-nav-link-color);
}
.menu > li + li{
	margin-left: 0px;
}
.menu > li:before{
	content:"";
}	
}

@media (max-width: 768px) {
	
	
}

@media (max-width: 767.98px) {
	.footr-bottom .container-inr.d-flex{
		flex-direction: column;
		align-items: center;
		text-align: center
	}
	.footr-bottom   .container-inr  .footr-bottom-inr + .footr-bottom-inr{
		padding-top:0px;
	}
}

@media (max-width: 736px) {
	
	
}

@media (max-width: 667px) {
	
	
}

@media (max-width: 600px) {
	
		 

}

@media (max-width: 575.98px) {
	
	.col-sm-3.attraction-box-col {
	width: 100%;
}	 
.attraction-box-col a .product-box-pic{
	height: auto;
}
.col-sm-3.attraction-box-col{
	max-width: 500px;
	margin:0 auto;
}

}


@media (max-width: 480.98px) {
	
	.contact-form .d-flex{
		flex-direction: column;
		align-items: center !important;
	}
    .contact-form .d-flex .google-captcha{
		margin-bottom: 2rem;
	}
	
	

}

@media (max-width: 414px) {
	.addr-box{
		padding-right: 55px;
	}
   

}

@media (max-width: 384px) {
	
   

}
@media (max-width: 375px) {
	
   

}

@media (max-width: 360px) {
	
   

}

@media (max-width: 320px) {
	
   

}
/*responsinator screen size*/