/* Mobile */
@media (max-width: 767.98px) {
	/* 	
	 * Navbar
	 *  */
	.main-nav .mobile-menu-container{
		right: 0;
	}

	/* 
	 * Packages	
	 *  */
	.packages-sbs-section .table-container{
		overflow: scroll !important;
	}
	
	.packages-sbs-section .table-container .tablepress>:where(thead,tfoot)>tr>*{
		font-size: 14px;
	}

	.packages-sbs-section .table-container .tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*, .tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>*, .packages-sbs-section .table-container .tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*, .tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>*{
		font-size: 12px;
	}
	
	/* 	
	 * Home
	 *  */
	.home-review-section .rpi-slides-root.grw-content{
		margin-top: 10px;
	}
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1023.98px) {

}

/* Desktop */
@media (min-width: 1024px) {

}