.booking-container{
	text-align:center;
	margin-bottom:50px;
}

    /* Custom, iPhone Retina*/ 
    @media only screen and (min-width : 340px) {
    }

    /* Extra Small Devices, Phones */                                                                                                                                       
    @media only screen and (min-width : 460px) {
    }    
    
    /* Extra Small Devices, Phones */                                                                                                                                       
    @media only screen and (min-width : 550px) {
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {	

	}
	
	 /* Small Devices, Tablets */
    @media only screen and (min-width : 992px) {
		

	
	}
	
	 /* Desktop */
    @media only screen and (min-width : 1200px) {

	.booking-container{
		margin-bottom:80px;
	}

	}
	
	 /* Desktop */
    @media only screen and (min-width : 1600px) {
	}
	
	 /* Desktop */
    @media only screen and (min-width : 1900px) {
			

	
	}
	
	 /* Desktop */
    @media only screen and (min-width : 2500px) {
	}