*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
body {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 14px !important;
	background-color: #797c8f !important;
	padding : 0 0 0 0;
	margin-top: -15px !important;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Open Sans', sans-serif !important;
}

h1 {
	font-size: 1.85rem;
}
h2 {
	font-size: 1.75rem;
}
h3 {
	font-size: 1.5rem;
}
.text-mda {
	color : #234362cc;
}

.link-mda {
	color : #ed2915;
}

.link-mda-white {
	color : #FFFFFF;
}

.link-mda-white:hover {
	color : #e6deea;
}

.icon-mda {
	color: #d61f26 !important;
}

.btn-mda {
	color: #fff;
	background-color: #d61f26;
	border-color: #d61f26;
}

.btn-mda:hover {
	color: #fff;
	background-color: #d61f26bf;
}

.btn-mda:focus,
.btn-mda.focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
	border-color: #d61f26;

}

.btn-mda.disabled,
.btn-mda:disabled {
	color: #fff;
	background-color: #d61f26;
}

.btn-mda:not(:disabled):not(.disabled):active,
.btn-mda:not(:disabled):not(.disabled).active,
.show>.btn-mda.dropdown-toggle {
	color: #fff;
	background-color: #d61f26;
	border-color: #d61f26;
}

.btn-mda:not(:disabled):not(.disabled):active:focus,
.btn-mda:not(:disabled):not(.disabled).active:focus,
.show>.btn-mda.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
	border-color: #d61f26;
}

.mdabtn {
	border: 2px solid #d61f26;
	padding: 10px 5px;
	font-size: 16px;
	cursor: pointer;
	color: #fff;
    background-color: #d61f26;
}

img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 0.07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}

img {
	max-width: 100%;
}

.btn-outline-mda:hover {
	color: #fff;
    background-color: #d61f26bf;
}

.color-md {
	color: #435e92;
}

a {
	/*color:#ed2915;*/
}

label {
	/*color: #ffffff;*/
}

.form-background{
		background-color: #4a5f8445;
		padding: 10px 0px 10px 0px;

}

.required-label:after {
	content:"*";
	color:red;
}

.page-content{
	max-width: 100% !important;
	margin: 100px auto 0px auto !important;
	min-height : 770px;
	font-size: 18px;
    line-height: 1.45;
    font-weight: 400;
}

input[type='radio'] {
	width: auto !important;
}

input {
	margin-bottom: 5px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	color: #fff !important;
    background-color: #474665 !important;
    border: 1px solid #474665 !important;
    border-radius: 4px !important;
    cursor: default !important;
    float: left !important;
    margin-right: 5px !important;
    margin-top: 4px !important;
    margin-bottom: 4px !important;
    padding: 3px 3px !important;
}

.text-danger {
	font-size: 17px;
}

.form-control:disabled, .form-control[readonly] {
		color: #c0c0c0;
}


/*Loader*/

/* Absolute Center Spinner */
.loading {
	position: fixed;
	z-index: 999;
	height: 2em;
	width: 2em;
	overflow: show;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* Transparent Overlay */
.loading:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
		background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

	background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
	/* hide "loading..." text */
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.loading:not(:required):after {
	content: '';
	display: block;
	font-size: 10px;
	width: 1em;
	height: 1em;
	margin-top: -0.5em;
	-webkit-animation: spinner 1500ms infinite linear;
	-moz-animation: spinner 1500ms infinite linear;
	-ms-animation: spinner 1500ms infinite linear;
	-o-animation: spinner 1500ms infinite linear;
	animation: spinner 1500ms infinite linear;
	border-radius: 0.5em;
	-webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

span.instruct {
    font-size: 15px;
}

/* Animation */

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-moz-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-o-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*End Loader*/

.container {
	padding-top:30px;
}

#DataTables_Table_0_wrapper {
	width: 100% !important;
}

.dataTables_length{
	float: left;
}

.fa-stack[data-count]:after{
	position: absolute;
	right: 0%;
	top: 1%;
	content: attr(data-count);
	font-size: 27%;
	padding: 0.7em;
	border-radius: 10px;
	line-height: .75em;
	color: #f8f9fa;
	background: rgba(255,0,0,.85);
	text-align: center;
	min-width: 0.5em;
	font-weight: bold;
}

.pull-right {
	position: relative;
  	float: right;
}

#loader
{
    display : none;
    position : fixed;
    z-index: 2000;
    background-image : url('../loader.gif');
    background-color:#000000;
    opacity : 0.5;
    background-repeat : no-repeat;
    background-position : center;
    left : 0;
    bottom : 0;
    right : 0;
    top : 0;
}

#encounterLoader {
    display: none;
    position: fixed;
    z-index: 2000;
    background-image: url(../loader.gif);
    background-color: #000000;
    opacity: 0.5;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}

.play-loader{
    position : fixed;
    z-index: 2000;
    background-image : url('../loader.gif');
    /* background-color:#000000; */
    /* opacity : 0.5; */
    background-repeat : no-repeat;
    background-position : center;
    left : 0;
    bottom : 0;
    right : 0;
    top : 0;
	pointer-events: none;
}

input[type="checkbox"] {
	height: 20px;
	width: 20px;
}

div.dataTables_wrapper div.dataTables_processing{
	border: none !important;
	padding: 0 !important;
}

#loadinggif.show
{
    left : 50%;
    top : 50%;
    position : absolute;
    z-index : 101;
    width : 32px;
    height : 32px;
    margin-left : -16px;
    margin-top : -16px;
}

div.content {
   width : 1000px;
   height : 1000px;
}

.unread_message_row {
	font-weight: bold;
}

.step-anchor {
    background-color: #324f7463;
    color: aliceblue;
}

.step-content{
	/*min-height: 500px;*/
}

.select2-selection{
	color: aliceblue;
}

.dataTables_wrapper {
	/*z-index: 1;*/
}

.step-content {
	/*background-color: rgba(222, 226, 230, 0.45) !important;*/
}

.footer {
	background-color: #fff;
}

.label-mda{
	color: #70717e;
}

#allergies_form_intake .select2-container .select2-selection--single,
#pharmacy_form_intake .select2-container .select2-selection--single,
#default_pharmacy .select2-container .select2-selection--single
{
	height: auto;
	min-height: calc(2.25rem + 10px);
}

.mda-form-error {
    background-color: white;
    padding: 2px;
    border-radius: 2px;
    width: auto;
    color: red !important;
}

.dataTable  a {
	color : #d61f26 !important;
}

.fa, .fa- {
	/*color: #d61f26 !important;*/
}

.page-item.active .page-link {
	background-color: #d61f26 !important;
	border-color: #d61f26 !important;
}

#select2-pharmacy_id-results > li.select2-results__option {
    border: 1px solid gray !important;
    padding: 20px !important;
}

.alert-mda {
	color: #0c5460;
    background-color: #f4f4f7;
    border-color: #f4f4f7;
}


.sw-theme-default > ul.step-anchor > li > a::after {
	background: none !important;
}

.flashit {
    color: #ec1f1f;
    -webkit-animation: flash linear 2s infinite;
    animation: flash linear 2s infinite;
}

@-webkit-keyframes flash {
    0% { opacity: 1; }
    50% { opacity: .1; }
    100% { opacity: 1; }
}
@keyframes flash {
    0% { opacity: 1; }
    50% { opacity: .1; }
    100% { opacity: 1; }
}

.select2-results__option {
	font-size: 18px !important;
}

.mb2 {
	margin-bottom: 1.5rem!important;
}

#bgd-image{
	opacity:.5;
}

.sweet-alert h2 {
    font-size: 22px !important;
    margin: 10px 0 !important;
    line-height: 30px !important;
}

.sweet-alert {
    position: fixed !important;
    top: 30% !important;
}

.ind {
	width: 100%;
	/* max-width: 95px; */
}

table.dataTable thead tr th {
	word-wrap: break-word;
}

table.dataTable tbody tr td {
    word-wrap: break-word;
}
.login-logo {
    width: 40px!important;
    height: 40px!important;
}
.passfield {
	padding-right: 40px;
}
/* .showPassLg {
    position: absolute;
    right: 15px;
    top: 12px;
    cursor: pointer;
	color: #495057;
} */
.showPassLg {
    position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	color: #495057;
	height: 42px;
	width: 42px;
	padding: 10px;
	text-align: center;
}
.showPassSm {
    position: absolute;
    right: 22px;
    top: 3px;
    cursor: pointer;
	color: #495057;
}
.custom-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    opacity: 1;
	display: inline-block;
    width: 100%;
    padding: 20px 15px;
    background-color: #fff;
}
.wrapper{
	position: relative;
}
.custom-header .logo {
	display: inline-block;
	max-width: 250px;
}
/* .custom-header .logo img {
	width: 100%;
	height: 100%;
} */
.custom-header .main-navigation {
	float: right;
}
.custom-header .navigation ul {
	/* display: flex;
	flex-wrap: wrap; */
	margin-bottom: 0;
}

.custom-header .navigation li {
	display: inline-block;
	padding: 5px 5px;
	position: relative;
}

.custom-header .navigation a {
	display: inline-block;
	font-size: 14px;
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
}
.custom-header .navigation a:hover{
	color: #d61f26;
}

.custom-footer .navigation ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.custom-footer .navigation li {
	display: inline-block;
	padding: 5px 14px;
	position: relative;
}

.custom-footer .navigation a {
	display: inline-block;
	font-size: 14px;
	color: #6d707f;
	font-weight: 400;
}
.custom-footer .navigation a:hover{
	color: #d61f26;
}
.menu-item.active a{
	color: #d61f26;
}
.custom-footer .left-side p {
	font-size: 20px;
}

.custom-header .header-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.navigation {
    text-align: right;
}
.ta-icon {
    display: block;
    float: left;
    /* background: url("https://mdanywhere.com/wp-content/themes/StructureV2ThemeRes/img/social-sprite.jpg") no-repeat; */
    height: 21px;
    margin-left: 10px;
    text-decoration: none;
    text-indent: 110%;
    overflow: hidden;
    width: 22px;
    white-space: nowrap;
}
.ta-facebook {
    background-position: -31px 0;
}
.ta-instagram {
    background-position: -99px 0;
}
.ta-linkedin {
    background-position: -230px 0;
}
.footer {
display: inline-block;
width: 100%;
background-color: #fff;
}
.header-inner, .footer-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}
.footer-wrap {
display: inline-block;
width: 100%;
}
.footer-inner {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.footer-social {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.navigation a:hover {
font-weight: bold;
color: black;
text-decoration: none;
}
footer.footer-wrap.custom-footer .footer {
	margin-top: 20px;
	padding: 10px 15px;
}
.footer-inner p{
    font-size: 14px;
	margin-bottom: 0;
	color:#6d707f;
}
/* Hamburger Menu */
.hb-menu {position: absolute;right: 0;height: 22px;width: 25px;display: none;right:15px;}
.hb-menu span {background-color: #000;display: block;height: 2px;left: 0;position: absolute;right: 0;top: 11px;}
.hb-menu span::before, .hb-menu span::after {background-color: #000;content: " ";height: 2px;left: 0;position: absolute;right: 0;top: -8px;}
.hb-menu span::after {background-color: #000;content: "";height: 2px;left: 0;position: absolute;right: 0;top: 8px;}
.hb-menu.active span {background:none; }
.hb-menu span::before, .hb-menu span::after { transition-property:top, transform; -webkit-transition-property:top, -webkit-transform; }
.hb-menu span::before, .hb-menu span::after{ transition-duration: 0.3s, 0.3s; transition-delay: 0.3s, 0s; -webkit-transition-duration: 0.3s, 0.3s; -webkit-transition-delay: 0.3s, 0s;}
.hb-menu.active span::before { top: 0; transform: rotate(45deg); -webkit-transform: rotate(45deg); }
.hb-menu.active span::after { top: 0; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }
.hb-menu.active span::before, .hb-menu.active span::after{ transition-delay: 0s, 0.3s; -webkit-transition-delay: 0s, 0.3s;}
/* End Hamburger Menu */
/* Hamburger Menu */
.hb-menu2 {position: relative;height: 22px;width: 25px;display: none;margin-left: auto;}
.hb-menu2 span {background-color: #000;display: block;height: 2px;left: 0;position: absolute;right: 0;top: 11px;}
.hb-menu2 span::before, .hb-menu2 span::after {background-color: #000;content: " ";height: 2px;left: 0;position: absolute;right: 0;top: -8px;}
.hb-menu2 span::after {background-color: #000;content: "";height: 2px;left: 0;position: absolute;right: 0;top: 8px;}
.hb-menu2.active span {background:none; }
.hb-menu2 span::before, .hb-menu2 span::after { transition-property:top, transform; -webkit-transition-property:top, -webkit-transform; }
.hb-menu2 span::before, .hb-menu2 span::after{ transition-duration: 0.3s, 0.3s; transition-delay: 0.3s, 0s; -webkit-transition-duration: 0.3s, 0.3s; -webkit-transition-delay: 0.3s, 0s;}
.hb-menu2.active span::before { top: 0; transform: rotate(45deg); -webkit-transform: rotate(45deg); }
.hb-menu2.active span::after { top: 0; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }
.hb-menu2.active span::before, .hb-menu2.active span::after{ transition-delay: 0s, 0.3s; -webkit-transition-delay: 0s, 0.3s;}
/* End Hamburger Menu */
@media only screen and (max-width:992px) {

.hb-menu,.hb-menu2 {display: block;}
.custom-header .navigation {position: absolute;background-color: #fff;left: -14px;right: -15px;top: 74px;display:none;}
.custom-footer .navigation {background-color: #fff;display:none;}
.menu {flex-direction: column;}
.menu a {font-size: 15px;}
.custom-header .navigation ul {padding: 0;}
.navigation {text-align: left;}
.navigation li{width:100%;border-bottom: 1px solid #eee;padding:0}
.navigation li a {width:100%;padding:15px 30px;}
.custom-header  .logo {max-width: 175px;}
.footer-main-wrap{  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;}
}
.custom-progress {
    display: inline-block;
    width: 100%;
	/* margin-top: 30px; */
	padding: 0 15px;
}
.custom-progress .progress{
	width: 100%;
	/* height: 0.5rem; */
}
.custom-progress .progress-bar {
	background-color: #004B84;
}

#fileList {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.previewList {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.drop-area {
	width: 100%;
	height: 300px;
	border: 2px dashed #C4C4C4;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #C4C4C4;
	cursor: pointer;
	margin-top: 15px;
	transition: all 0.3s ease;
	background: #e8e8e8;
}

.preview-drop-area {
	border: 2px dashed #C4C4C4;
	border-radius: 5px;	
	cursor: pointer;
	transition: all 0.3s ease;
    margin-bottom: 20px;
}

.drop-area:hover {
	background-color: #C0C0C0;
}
  
.drop-area p {
	margin: 0;
	font-weight: bold;
	color: grey;
}
  
.drop-area-subtext {
	font-size: 14px;
	margin-top: 5px;
	color: grey;
}
  
.drop-area.drag-over {
	border-color: #1877f2;
	color: #1877f2;
}

.drop-area input[type="file"] {
	display: none;
}

.drop-area .text {
	color: #999;
	font-size: 18px;
}

.file-preview {
	position: relative;
	width: 150px;
	height: 150px;
	margin: 10px;
	overflow: hidden;
	border-radius: 15px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.file-preview-sm {
	position: relative;
	width: 130px;
	height: 130px;
	margin: 10px;
	overflow: hidden;
	border-radius: 15px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.file-preview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.file-preview-sm img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.file-preview .remove-button {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border-radius: 50%;
	font-size: 16px;
	cursor: pointer;
}

.file-preview-sm .remove-button {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border-radius: 50%;
	font-size: 16px;
	cursor: pointer;
}

.card {
	margin-top:25px;
}

.dropdown-toggle-custom {
	background-color: #d61f26 !important; /* Custom background color */
	color: white; /* White text color */
	border: none; /* Remove border */
	border-radius: 5px; /* Rounded corners */
}

.dropdown-toggle-custom:hover {
	background-color: #d61f26bf !important; /* Custom background color */
	color: white; /* White text color */
}

.show > .btn-primary.dropdown-toggle-custom {
	background-color: #d61f26bf !important; /* Custom background color */
	color: white; /* White text color */
}

/* Style for the dropdown menu */
.dropdown-menu-custom {
	min-width: 180px; /* Minimum width */
}

.dropdown-menu-custom a {
	color: #333; /* Default link color */
	padding: 10px 20px; /* Padding for links */
	text-decoration: none; /* Remove underline */
}

.dropdown-menu-custom a:hover {
	background-color: #f1f1f1; /* Hover background color */
	color: #d61f26bf; /* Hover text color */
}

.dropdown-menu-custom i {
	margin-right: 5px; /* Space between icon and text */
}

.invalid-feedback-error {
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #dc3545;
}

@media only screen and (min-width: 768px){
	.drop-box{display: none !important;}
}
@media only screen and (max-width: 767px){
	body {
		margin-top: -35px !important;
	}
	/* .custom-header .logo img{
		max-width: 175px;
	} */
	/* .custom-header .logo{
		max-width: 175px;
	} */
	.step-anchor{
		display: none !important;
	}
	.drop-box select{
		width: 100%;
		border-radius: 5px;
		overflow: hidden;
		height: 50px;
		padding: 0 15px;
		display: inline-block;
		max-width: 100%;
		background-color: #fff;
		color: #d61f26;
		appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		background-image: url(../svg/drop-down-arrow.svg); 
		background-repeat: no-repeat;
		background-position: calc(100% - 15px);
		background-size: 16px;
	}
	option{
		color: #000000;
	}
	.drop-box {
		width: 100%;
		margin-bottom: 30px !important;
		display: inline-block;
		min-height: auto !important;
	}
	.footer-social {
		justify-content: space-between;
		width: 100%;
	}
	.footer-inner {
		padding: 10px 0 10px;
	}
}


