body{
	font-size: 13px;
}
a{
	color: #0051d2;
	font-size: 13px;
}
.button{
	font-family: "Open Sans", sans-serif;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Open Sans", sans-serif;
	color: #000;
}
.top_menu {
    border-bottom: 0px;
}
.simple-link{
	font-size: 13px;
	border-bottom:  1px dotted;
}
.top_menu .dn_btn{
	font-size: 13px;
	margin-right: 30px;
	font-family: "Open Sans", sans-serif;
}
.header_area .navbar .nav .nav-item .nav-link{
	font-size: 13px;
}
.footer-area .single-footer-widget h4{
	font-size: 15px;
	margin-bottom: 10px;
}
.footer-area .single-footer-widget ul li{
	margin-bottom: 0px;
}
.footer-area .footer-bottom{
    margin-top: 30px;
}
.area-padding-top {
    padding-top: 100px;
}
.area-heading {
    margin-bottom: 75px;
}
.area-heading h3{
	font-size: 30px;
}
.area-heading p{
	font-size: 13px;
	padding-left: 0px;
}
.heading{
	font-size: 25px;
	color: #000;
}
.button-contactForm{
	padding: 5px 20px;
	font-size: 13px;
	background: #000000;
    color: #fff;
    border-color: #000000;
}
.appointment-area .card .btn-link{
	font-size: 16px !important;
	font-weight: bold !important;
	padding: 20px 0;
}
.appointment-area .card .card-body {
    font-weight: 300;
    font-size: 13px;
    line-height: 27px;
    background: #f7f7f7;
    color: #000;
}
.footer-social a{
	background: #33363e;
    width: 30px;
    display: inline-table;
    height: 30px;
    text-align: center;
    line-height: 30px;
    transition: all 300ms linear 0s;
    color: #fff;
}
.dn_btn img{
	vertical-align: sub;
    margin-right: 10px;
}
.top_menu .header_social li a {
    font-size: 15px;
    color: #000000;
}
.nav-pills .nav-link {
    padding: 0px 10px;
    text-transform: uppercase;
    color: #000;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #000;
}
.mg-prev, .mg-next{
	padding: 0px 10px;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
    background: #000;
    color: #fff;
}
@media (min-width: 1200px){
	.container {
	    max-width: 1000px;
	}
}
@media (max-width: 991px){
	.area-padding-top {
    	padding-top: 30px;
	}
	.area-heading {
    	margin-bottom: 20px;
	}
	.footer-area .footer-bottom {
    	margin-top: 0px;
	}
	.navbar-toggler span{
		background: #000;
	}
}

@media (min-width: 576px){
	.modal-dialog {
	    max-width: 700px;
	}
}