/*
	Author       : Webful Creations Vision (https://themeforest.net/user/webfulcreationsvision/portfolio)
	Template Name: Webful Optometrist HTML Template
	Version      : 1.0
	CopyRight    : 2016 @ www.webfulcreations.com


	- Main CSS file is inside css/theme-style.css
*/

@import 'css/animate.css';

/* Animations CSS File */

@import 'css/foundation.min.css';

/* Including Foundation CSS File */

@import 'css/font-awesome.min.css';

/* Including Font Awesome Icons */

@import 'css/owl.carousel.css';

/* Owl Carousel CSS File */

@import 'css/theme-styles.css';

/* Main Theme CSS File */


/*
 * Import Website Main Fonts 
 *
 * To change Fonts Get Google Fonts replace in following Link, 
 * AFter replacing below go to theme-style.css and update
 * Font Families
 *
 */

@import 'https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i%7CRaleway:400,700';

/*=========================================
	Below This Line You Can add Your CSS
	Please Do not Edit Files above if you 
	are not sure what you are doing!
==========================================*/

.whatsAppIcon {
    position: fixed;
    z-index: 999;
    right: 5px;
    top: 28px;
}

.BookAppointment {
    position: fixed;
    z-index: 999;
    right: 74px;
    top: 42px;
    border: #fff solid 1px;
    padding: 10px 6px;
}

.whatsAppIcon img:hover {
    cursor: pointer;
}

.whatsAppIcon img {
    height: 56px;
}

.text-center {
    text-align: center;
    color: #2c2f90;
}