 /* Breakpoints Device // bp = breckpoints
	// sm = small
	// md = medium
	// lg = large
	// xl = extra large
	// xxl = extra extra large
*/

 /* No media query for `xs` since this is the default in Bootstrap */
   /* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}
/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}
/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  
}
/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* // X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
  
}
/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
 
}

  /* // X-Large devices (large desktops, less than 1400px) */

  @media (max-width: 1399.98px) {
	  .container {
		max-width: 1317px;
	}
  }
  
  /* // Large devices (desktops, less than 1200px) */
  @media (max-width: 1199.98px) {
  }
  
  /* // Medium devices (tablets, less than 992px) */
  @media (max-width: 991.98px) {
  }
  
  /* // Small devices (landscape phones, less than 768px) */
  @media (max-width: 767.98px) {
  }
  
  /* // X-Small devices (portrait phones, less than 576px) */
  @media (max-width: 575.98px) {
	 #package-boxs {
		margin-top: 20px;
		z-index: 9999;
		border-radius: 26px;
		position: relative;
	}
	.navbar-links li a {
		padding: 7px 5px !important;
	}
	.navbar-links li .inner-menus {
		display: none !important;
		visibility: visible !important;
		opacity: inherit !important;
		width:100%;
		
	}
	.navbar-links li:hover .inner-menus {
		display: block !important;
		visibility: visible;
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-o-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		opacity: 1;
	}
	 /* owl Arrow */
	 .common-arrow .owl-nav{
		display: none;
	 }
	.common-arrow .owl-dots {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 15px;
	}
	.common-arrow .owl-dots .owl-dot.active {
		background: #e09c19;
		width: 32px;
	}
	.common-arrow .owl-dots .owl-dot {
		width: 12px;
		height: 12px;
		border-radius: 50px;
		background: #fff;
		border: 1px solid #adb5bd;
		box-shadow: 0px 1px 0px 0px #dee2e6;
		margin: 0px 3px;
		transition: .5s all;
	
	}

  }
  

/* // XX-Large devices (larger desktops) */
/* // No media query since the xxl breakpoint has no upper bound on its width */



/* @media only screen and (min-width:320px) and (max-width:575.98px){} */
     
/* @media only screen and (min-width:320px) and (max-width:767.98px){} */
	
/* @media only screen and (min-width:576) and (max-width:767.98px){} */

/* @media only screen and (min-width:768px) and (max-width:992px){} */

/* @media only screen and (min-width:768px) and (max-width:1200px){} */

/* @media only screen and (min-width:768px) and (max-width: 1399.98px){} */

/* @media only screen and (min-width:767.98px) and (max-width:1399.98px){ } */

/* @media only screen and (min-width:768px) and (max-width: 1400px){} */

/* @media only screen and (min-width:1080px) and (max-width:1160px){} */

/* Responsive 2K Screen View 2k - 2048px To 1080px  */
/* Responsive 4K Screen View 4K - 3840px to 2160px  */

/* @media only screen and (min-width:1080px) and (max-width:2048px){}  */
/* @media only screen and (min-width:2160px) and (max-width:3840px){}  */

/* @media (min-width: 1400px){ */
    /* .container{ */
        /* max-width: 78%; */
    /* } */
  /* } */
 /* @media (min-width: 1800px){ */
    /* html{ */
       /* font-size:small; */
    /* } */
  /* } */
   /* @media (min-width: 3500px){ */
    /* html{ */
       /* font-size:x-large; */
    /* } */
  /* }  */

