/*------------------------------------------------------------------
[Master Stylesheet]
-------------------------------------------------------------------*/

@import url("default-template-style.css");
@import url("divineartnav.css");
@import url("divineartnav-style.css");
@import url("divineartnav-animate.css");
@import url("style-element.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*---------------------------------
[Table of contents]

0. common Style 
1. Loading 
2. Nav Bar
3. Book and appointment
4. About us
5. Divisions
6. testimonials
7. Our team
8. footer
9. Some Responsive Style

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
# [Color codes]

# Black : #000
# green : #3f9b52
# Grey  : #898989

------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Typography]

Body :		'Open Sans', sans-serif;
Title and logo:	'Raleway', sans-serif;

-------------------------------------------------------------------*/



/*---Body---*/
 

@media only screen and (max-width: 991px) {
	section{
	padding:35px 0px 25px;
}
}

@media only screen and (max-width: 480px) {
	.cs-mob-mb{
		margin-bottom: 10px;
		}
	.cs-mob-mt{
		margin-top: 10px;
		}
}



/*-------------Start Divisons-----------*/
.dart_image_box p{
	margin-bottom:0px;	
	}
.imageboxFour .image-content {
    padding: 0 20px 0px 20px;
}

.tabFour{
		background-color:transparent;
	}
	.tabFour .row{
		margin-left:0;
		margin-right:0;
	}
	.tabFour .nav{
		background-color:#fff;
	}
	.tabFour .nav-stacked>li {
		margin-top: 0;
		background-color: #fff;
		border: 1px solid #ebebeb;
		margin-bottom:5px;
	}
	.tabFour .nav-stacked>li:last-child{
		border-bottom:1px solid #ebebeb;
	}
	.tabFour i{
		padding-right:10px;
	}
	.tabFour .nav-pills>li>a{
		font-size:14px;
		border-radius:0;
		color:#333;
		background-color:#fff;
		font-weight: 600;
	}
	.tabFour .nav-pills>li.active>a,.tabFour .nav-pills>li.active>a:focus,.tabFour .nav-pills>li.active>a:hover{
		background-color:#fff;
		color:#e06f1b;
		box-shadow: inset 3px 0 0px 0 #e06f1b;
	}
	
	.tabFour .tab-pane img.pull-left{
		margin-right:25px;
	}
	.tabFour .tab-content p{
		overflow:inherit;
	}

	@media (max-width : 767px) {
	.tabFour .tab-pane img.pull-left {
		margin-right: 15px;
		margin-bottom:5px;
		max-width: 100px;
	}
	.tabFour .tab-content p {
		overflow: inherit;
	}
	}
	



/*-------------End Footer----------------*/
/*---Responsive Media Screen style---*/

@media only screen and (max-width: 3500px) {
/*body*/
	body {
		overflow-x: hidden;
	}
}
	
@media only screen and (max-width: 2500px) {}

@media only screen and (max-width: 2100px) {}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1566px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (min-width: 1300px) {
	
}	

@media only screen and (max-width: 1280px) {}

@media (min-width: 1280px) {}

@media only screen and (max-width: 1199px) {

}
@media only screen and (max-width: 1024px) {
	
}

@media only screen and (max-width: 991px) {
	body{
		font-size:100%;
	}
}


/*--------------iPhone 6 plus landscape----------------*/
@media only screen and (max-width: 767px) {
	body{
		font-size:100%;
	}
	
}

/*--------------iPhone 6 landscape----------------*/
@media only screen and (max-width: 667px) {}

/*--------------iPhone 5 landscape----------------*/
@media only screen and (max-width: 568px) {}

@media only screen and (max-width: 480px) {
	body{
		font-size:100%;
	}
	
}

/*--------------iPhone 6 plus portrait----------------*/
@media only screen and (max-width: 414px) {}

/*--------------iPhone 6 portrait----------------*/
@media only screen and (max-width: 375px) {}

/*--------------iPhone 5 portrait----------------*/
@media only screen and (max-width: 320px) {}

@media only screen and (max-width: 300px) {}

@media only screen and (max-width: 200px) {}



