@media (max-width: 767px)
{ 
	body
	{
			margin: 0px 0 0 0!important;
			overflow:auto;
	}	
	.new-purchase-popup-pl
	{
			padding-left:0;
			padding-right:0px;
	}
	.new-purchase-popup-pr
	{
			padding-left:0px;
			padding-right:0;
	} 
	.new-purchase-popup .reserve-wrapper 
	{
			display: block;
			align-items: stretch;`
	}
	#new-purchase-left 
	{
		transition: all 0.3s;
		width: 100% !important;
		border: 1px solid #dbdae3;
	}
	#new-purchase-left-top {
	    padding: 0px 0px 20px 0px !important;
	}

	#new-purchase-right 
	{
		transition: all 0.3s;
		width: 100% !important;
		border: none; 
		background: #f8f7fa; 
		z-index: 999;
	}	
	.new-purchase-popup .new-purchase-right .tic-detail-box,
	.new-purchase-popup .new-purchase-right .order-summery-box
	{
			padding: 15px; 
	}	 
	
	.new-purchase-popup .new-purchase-right .order-summery-box
	{
			padding-left: 0px; 
			padding-right: 0px; 
	}	 
	.new-purchase-popup .new-purchase-right 
	{
			position: absolute;
			bottom: 0px;
			/*padding-bottom: 40px;*/
			padding-bottom: 137px;
	}
	.new-purchase-popup .new-purchase-right .ticket-box-height
	{
			max-height: 100%;
			overflow: auto;
			max-height: auto;
	} 
	.new-purchase-popup .new-purchase-right .sliding-box-ht
	{
			/*height: 95vh;*/
			height: 83vh;
			overflow:auto;
			/*padding-top: 50px;*/
	}
	.common-reserve-model .modal-title 
	{ 
		font-size: 14px; 
	}
	.common-reserve-model  .modal-body 
	{
		padding: 10px 0px;
	}
	.common-reserve-model   .modal-header .close 
	{
		font-size: 26px;
	}
	.common-reserve-model  .modal-header,
	.common-reserve-model  .modal-footer			
	{
		padding: 10px 15px;
	}
	#event-listing-view .new-purchase-popup  .row_label a
	{ 
		font-size: 9px;
	}
	.new-purchase-popup .btn-map-plus-minus
	{ 
		width: 25px;
		height: 25px;
		font-size: 14px;
		line-height: 14px;
	}
	.new-purchase-popup .box-map-plus-minus
	{ 
		width: 25px;
		height: 50px;
		margin-left: 7px;
		margin-top: 2%;
	}
	
	#mb-photoshoot-msg .offer-bg
	{  
		background-color:#03A9F4;  
		padding: 5px 10px;
		z-index: 99;
	}
	#mb-photoshoot-msg  .offer-bg  p.offer-text
	{    
		color:#fff !important;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		text-transform: inherit;
		margin-bottom: 0;
	}
	#mb-photoshoot-msg  .offer-bg  .offer-text   .offer-text-close			
	{
		position: absolute;
		right: 5px;
		top: 5px;
	}
			 
} 
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) 
{   

}
@media (max-width: 991px) and (min-width: 768px)
{
	.new-purchase-popup .reserve-wrapper 
	{
			display: block;
			align-items: stretch;
	}
	#new-purchase-left 
	{ 
			transition: all 0.3s; 
			width: 100%; 
			border: 1px solid #dbdae3;
	}
	#new-purchase-right 
	{
			transition: all 0.3s;
			width: 100%;
			border: none; 
			background: #f8f7fa; 
	}	
	.new-purchase-popup .new-purchase-right .tic-detail-box,
	.new-purchase-popup .new-purchase-right .order-summery-box
	{
			padding: 15px; 
	}	
	.new-purchase-popup .new-purchase-right .order-summery-box
	{
			padding-left: 0px; 
			padding-right: 0px; 
	}				
	.new-purchase-popup .new-purchase-right 
	{
			position: absolute;
			bottom: 0px; padding-bottom: 40px;
	}
	.new-purchase-popup .new-purchase-right .ticket-box-height
	{
			max-height: 100%;
			overflow: auto;
			max-height: auto;
	} 
	.new-purchase-popup .new-purchase-right .sliding-box-ht
	{
			height: 100vh;
			overflow:auto;
			padding-top: 50px;
	} 
	.new-purchase-popup .reserve-footer ul.left-icons li i.fa
	{ 
		font-size: 16px; 
	}
	.new-purchase-popup .reserve-footer .grand-tot
	{ 
		font-size: 16px; 
	}
} 
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
{
	#new-purchase-left 
	{ 
		width: 70%; 
	}	
	#new-purchase-right 
	{ 
		width: 30%; 
	}		
	.new-purchase-popup .new-purchase-right .tic-detail-box,
	.new-purchase-popup .new-purchase-right .order-summery-box 
	{
		padding: 20px 10px;
	}	 
	.new-purchase-popup .new-purchase-left .desk-checkout 
	{ 
		width:70%; 
	}
	/*.new-purchase-popup .new-purchase-right .user-event-img
	{ 
		height: 170px;
	}*/
	.new-purchase-popup .new-purchase-right .eventimgbox
	{ 
		height: 180px; 
	}
}



