 @media (min-width: 768px) and (max-width: 991.98px) {  
.start-header .navbar-light .navbar-nav .nav-link {
    padding: 7px !important;
    font-size: 10px;
}

}


@media (max-width: 992px) { 
.topbar-area p {
    color: #868686;
    font-size: 12px;
}

.scrollbar
{
	float: left;
	height: 300px;
	width: 100%;
	overflow-y: scroll;
	margin-bottom: 25px;
}

.force-overflow
{
	min-height: 450px;
}

#style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #fff;
}

#style-3::-webkit-scrollbar
{
	width: 6px;
	background-color: #fff;
}

#style-3::-webkit-scrollbar-thumb
{
	background-color: grey;
}
.navigation-wrap{
	    padding: 9px 0px;
 }
 .single-header-bottom .content p{
 	font-size: 16px !important;
 }

} 


@media (max-width: 768px) { 
.newsletter-form form input[type="submit"] {
    width: auto;
    padding: 13px 16px;
    top: 1px;
    right: 3px;
}
.newsletter-form form input[type="email"] {
    font-size: 14px;
}
	.logo-text h3{ margin: 0; text-align: center; font-size: 20px;}
	.phone-number{ text-align: center}
 }


@media (max-width: 680px) {
	/* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
	.logo-text h3 {
    font-size: 16px;
 
    font-weight: bold;
    margin-left: 0;
  
}
	.phone-number{ text-align: center}
	.headding11{ font-size: 25px;}

}


 

 