/**

	Author       : Webful Creations Vision (https://themeforest.net/user/webfulcreationsvision/portfolio)

	Template Name: Dental Clinic HTML Template

	Version      : 1.0

	CopyRight    : July, 2017 @ www.webfulcreations.com





	- Main CSS file is inside 

	- asses/css/theme-style.css

	

	- Table Content For CSS is also in 

	- assets/css/theme-style.css

	

	- Mobile or Tablet CSS is in Folder

	- assets/css/mobile-tab.css

*/



@import 'assets/css/animate.css';             		/* Animations CSS File */

@import 'assets/css/foundation.min.css';      		/* Including Foundation CSS File */

@import 'assets/css/font-awesome.min.css';	  		/* Including Font Awesome Icons */

@import 'assets/css/theme-styles.css';		   		/* Main Theme CSS File */

@import 'assets/css/owl.carousel.css';		  		/* Owl Carousel CSS File */

@import 'assets/css/twentytwenty-no-compass.css';   /* TwentyTwenty JQuery Plugin */

@import 'assets/css/mobile-tab.css';				/* Mobile OR Teblate CSS */



/**

 * 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=Montserrat:300,400,700|Roboto:300,400,700';



/**

* Slider Font Family 

 * This Font used only For Slider

*/

@import 'https://fonts.googleapis.com/css?family=Roboto+Slab:300,700';





/*=========================================

	Below This Line You Can add Your CSS

	Please Do not Edit Files above if you 

	are not sure what you are doing!

==========================================*/





.header .icon-box .info-side a{

 color:#fff;

}

.footer-phone{

color: #fff !important;

font-weight: 400 !important;

font-size: 28px !important;

}

.phone-mobile { display:none; }  

.section-title p {
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    padding-top: 60px;
    font-size: 2.25rem;
    margin-bottom: 0px;
    line-height: 1.1;
}
.section-title p span {
    color: #96c11c;
    font-size: 2.25rem;
    font-weight: 400;
}



@media (max-width:800px){

.phone-mobile { display:block;margin-top: 20px;  }

.phone-mobile a { 

background:#96c11c;

    color: #fefefe;

	    padding: 2px 5px;

    border-radius: 5px;

}

}

