/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
table.bank_master {
	width: 100%;
}

td.bank_master_label {
	width: 15%;
}

td.bank_master_data {
	width: 5%;
}

table.clinic_state_table {
	width: 100%;
}

td.clinic_state_label {
	width: 15%;
}

td.clinic_state_data {
	width: 5%;
}

table.clinic_pricing_table {
	width: 100%;
}

td.clinic_pricing_label {
	width: 23%;
}

td.clinic_pricing_data {
	width: 10%;
}

.navigation li a {
	padding: 0 26px !important;
	float: left;
}

.left_content ul {
	padding: 0;
	list-style: outside none none;
}

.left_content {
	padding-left: 1% !important;
	margin-right: 0 !important;
}

.col-a {
	width: 34% !important;
}

.col-b {
	width: 34% !important;
	text-indent: -1em;
	line-height: 19px;
}

.col-c {
	width: 23% !important;
	text-align: center;
	font-size: 19px;
	line-height: 19px;
}

.grid65 {
	width: 65%;
}

table.dbusa_sictable {
	border-collapse: collapse;
	font-size: 14pt;
	font-family: Calibri, sans-serif;
	text-align: right;
}

table.dbusa_sictable th {
	width: 90%;
	text-align: left;
}

table.dbusa_sictable th:nth-child(2) {
	text-align: right;
}

table.dbusa_sictable tr.sicrow td {
	width: 90%;
	text-align: left;
}

table.dbusa_sictable tr.sicrow td:nth-child(2) {
	font-weight: bold;
	text-align: right;
}

table.dbusa_sictable tr.dbusa_sictable_darkrow {
	background-color: #b3cbde;
	text-align: left;
}

.hp3rdcol {
	width: 18%;
	background-color: #dcddde !important;
	border: 3px solid #8f8c8c !important;
	border-radius: 15px !important;
	text-align: center !important;
}

.header_contactinfo {
	width: 40%!impoprtant;
	height: 36px;
	padding: 20px 0;
}


.widget .wpcf7 {
    padding: 20px 10px 20px 15px;
    background: #8be6fa;
    width: 100%;
}

@media (max-width: 767px) {
	.navigation li a {
    padding: 0px !important;
    float: none!important;
}
}

@media (max-width: 643px) {
	.navigation li a {
    padding: 0px !important;
    float: none!important;
}
	}

	

@media (max-width: 359px) {
	.navigation li a {
    padding: 0px !important;
    float: none!important;
}
	}

