

/*::::::::::::  For Desktop View   :::::::::::::::::*/

@media (min-width:1025px) and (max-width:1600px){
    	.hidden-lg{
		display:none;
	}
}







/*::::::::::::  For ipad pro View   :::::::::::::::::*/

@media (min-width:769px) and (max-width:1024px){
	.hidden-md{
		display:none;
	}
	.AmarContainer {
	    padding: 0px;
	    overflow-x: hidden;
	    max-width: 100%;
	}
	.navbarItems ul li {
	    margin-right: 5px;
	    padding: 10px 0px;
	}
	.Banner_content h1 {
	    font-size: 23px;
	    line-height: 30px;
	}
	.About_contents h1 {
	    font-size: 25px;
	}
	.Contact_Sections {
	    width: 100%;
	    background-size: cover;
	    height: 615px;
	    object-fit: cover;
	    position: relative;
	    top: 80px;
	    margin-bottom: 0px;
	    padding-top: 215px;
	}
}








/*::::::::::::  For ipad View   :::::::::::::::::*/

@media (min-width:576px) and (max-width:768.98px){
	.navbarItems ul li {
	    margin-right: 0px !important;
	    padding: 10px 0px;
	}
	.Banner_content h1 {
	    font-size: 20px;
	    color: #fff;
	    line-height: 28px;
	    margin-bottom: 0px;
	    font-weight: 700;
	}
	.Banner_content p {
	    font-size: 15px;
	    color: #eee;
	    margin-top: 10px;
	    line-height: 23px;
	}
	.hidden-md{
		display:none;
	}
	.About_contents h1 {
	    font-size: 25px;
	    margin-bottom: 10px;
	}
	.About_contents p {
	    font-size: 13px;
	    margin-bottom: 10px;
	}
	.Contact_Sections {
	    width: 100%;
	    background-size: cover;
	    height: 650px;
	    object-fit: cover;
	    position: relative;
	    top: 150px;
	    margin-bottom: 0px;
	    padding-top: 150px;
	}
	.AmarContainer {
	    padding: 0px;
	    overflow-x: hidden;
	    max-width: 100%;
	}
}









/*::::::::::::  For Mobile View   :::::::::::::::::*/

@media (min-width:0px) and (max-width:575.98px){
	.hidden-sm{
		display:none;
	}
	.Sign .btn {
	    background: #e04936;
	    color: #fff;
	    border-radius: 25px;
	    padding: 3px 13px;
	    font-size: 14px;
	}
	.mb-sm-3px{
	    margin-bottom: 10px;
	}
	.Sign {
	    text-align: right;
	    margin-top: 5px;
	}
	.Menus a {
	    letter-spacing: 16px;
	}
	.SearchBox .SearchGrp .fa {
	    position: absolute;
	    left:13px;
	    top: 10px;
	    color: #d4cfcff0;
	}
	.SearchBox .SearchGrp .fa-times.CloseBar {
	    position: absolute;
	    top: -9px;
	    left: 94%;
	    font-size: 16px;
	    color: #ffffff;
	    background: #e04936;
	    padding: 3px 5px;
	    border-radius: 50px;
	}
	.SearchBox .SearchGrp {
	    position: absolute;
	    width: 91%;
	    z-index: 99999;
	}
	.EventBannerSEction {
	    padding: 40px 0px;
	}
	section.UpcomingEvent {
	    background: #e04936;
	    padding: 30px 0px 30px;
	}
	.OfferBAnner img {
	    width: 100%;
	    padding: 10px;
	    border-radius: 20px;
	    margin-top: 4px;
	    height: 85px;
	}
	section.ConcertsEvent {
	    background: #f2f2f2;
	    padding: 30px 0px 30px;
	}
	.px-sm-0{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.Banner_Offer img {
	    width: 100%;
	    height: 40px;
	}
	.ButtonsGroup .btn {
	    background: #e1e1e1;
	    margin-right: 0px;
	    margin-bottom: 28px;
	    padding: 5px 7px;
	    border-radius: 25px;
	    font-weight: 500;
	    color: #222;
	    font-size: 11px;
	}
	.FooterHead {
	    margin-top: 20px;
	}
	.FooterNav {
	    margin-top: 20px;
	}
	.banners_image{
		margin-bottom: 30px;
	}
	.Banner_content h2 {
	    font-size: 19px;
	}

}





