/*		Desktop Layout: 1170px.
---------------------------------------------------------------- */
@media only screen and (min-width: 1201px) and (max-width: 1366px) {

}

/*      Tablet Layout: 768px.    */
@media only screen and (min-width: 768px) and (max-width: 1025px) {


}

/*		Wide Mobile Layout: 480px.
------------------------------------------------- */
@media only screen and (min-width: 480px) and (max-width: 767px) {


}

@media only screen and (max-width: 767px) {
	body{
		text-align: center;
	}
	.share_event ul{
	    justify-content: center;
	}
    .ticket_pricing {
        text-align: left;
    }
    .ticket_cart {
        text-align: left;
    }
    .appointment_wrapper {
        border-right: none;
        padding-right: 0;
    }
    .working_houre ul li {
        justify-content: center;
    }
    .available_appointments ul li {
        width: 31%;
        font-size: 14px;
    }

    .appointment_form {
        border-right: none;
        padding-right: 0;
    }
    .form-group {
        text-align: left;
    }
    .appointment_wrapper .available-services .services_single {
        text-align: left;
    }
}		
