body {
	color: #575757;
}

.vertical-center {
    top: 20%;
    transform: translateY(20%);
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
}

.form-control {
	color: #575757;
}

.tab_title {
    font-size: 10pt;
    font-weight: 500;
}
.tab_title.tab_active {
    font-weight: 800;
}
.tab {
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
}
.tab.tab_active::after {
    background-color: #32c69a;
}
.tab:hover::after,
.tab.active::after
{
	background: #404040;
}
.a-sidebar {
    width: 100%;
}
.outer-tab {
    width: 100%;
    margin-bottom: 10px;
}

.services {
    padding-top: 20px;
    padding-bottom: 10px;
}
.contact_form input:not(:last-child) {
	margin-bottom: 0px;
}
.input-group-addon:not(:last-child) {
    border-right: 1px solid #ced4da;
}
.contact_input {
    background: #f1f4f8;
    height: 40px;
    padding-left: 15px;
}
.contact_textarea {
    height: 100px;
}
.contact_button {
    margin-top: 10px;
    margin-right: 10px;
    height: 40px;
    width: 200px;
}
.contact_input::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #7A7A7A !important;
}
.contact_input:-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #7A7A7A !important;
}
.contact_input::-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #7A7A7A !important;
} 
.contact_input:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #7A7A7A !important;
}
.contact_input::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #7A7A7A !important;
}
.contact_input_select {
    color: black;
}
.contact_input_select:invalid {
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
    color: #7A7A7A;
}
.accordions
{
	margin-top: 50px;
}
.mr-10 {
    margin-right: 10px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-50 {
    margin-bottom: 50px;
}

.doctors {
    padding: 0px;
}
.doctors_row {
    margin-top: 10px;
}

.kunjungan_box {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 20px;
}

.normal-text {
    color: #404040;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.super_container {
  min-height: calc(100vh - 115px);
}

.modal-body{
    height: 250px;
    overflow-y: auto;
}

@media (min-height: 500px) {
    .modal-body { height: 400px; }
}

@media (min-height: 800px) {
    .modal-body { height: 600px; }
}

.cursor-hand {
    cursor: pointer;
}

.pb-5px {
    padding-bottom: 5px;
}
.pt-5px {
    padding-top: 5px;
}
.pl-5px {
    padding-left: 5px;
}
.pr-5px {
    padding-right: 5px;
}
.mb-5px {
    margin-bottom: 5px;
}
.mt-5px {
    margin-top: 5px;
}
.ml-5px {
    margin-left: 5px;
}
.mr-5px {
    margin-right: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.ml-10 {
    margin-left: 10px;
}
.mr-10 {
    margin-right: 10px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.ml-20 {
    margin-left: 20px;
}
.mr-20 {
    margin-right: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}

.bg-gray {
    background: gray;
}
.bg-red {
    background: red;
}
.short_btn {
    width: 120px;
}

.bold-and-black {
    font-weight: 500;
    color: black;
}

.hide {
    display : none;
}

.space-for-small-screen {
    margin-bottom: 0px;
}
@media (max-width: 767px) {
    .space-for-small-screen {
        margin-bottom: 50px;
    }
}
