
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.ttf);
}

body,
html {
    font-family: FontAwesome;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
#main{
    padding: 0;
}
#header{
    background: #274c77;
}
.mt-2 {
    margin-top: 2rem;
}
.p-2-0{
    padding:2rem 0 ;
}
.p-2 {
    padding: 2rem;
}

.rtl {
    direction: rtl;
}
.mb-2{
    margin-bottom: 2rem;
}
.p-0{
    padding: 0;
}

/* navbar */

nav.navbar-default.top {
    background: #274c77;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-default.top .navbar-nav li.active a {
    background: unset;
    color: #fff;
}

.navbar-default.top .navbar-nav li.active a:hover {
    background: unset;
    color: #fff;
}

.navbar-default.top .navbar-nav li a {
    color: #6892c3;
}

.navbar-default.top .navbar-nav li a:hover {
    color: #fff;
}

.nav li a {
    text-align: right;
}


/* breadcrumb */

ol.breadcrumb {
    text-align: right;
    direction: rtl;
    margin-bottom: 0;
}


/* icons */

.icons {
    text-align: center;
    margin-top: 40px;
}

.icons ul {
    list-style: none;
}

.icons ul li {
    display: inline;
    padding: 15px;
}


/* box */

.box-view {
    box-shadow: 0 0 10px rgba(128, 128, 128, 0.144);
}

.justify-content {
    justify-content: center;
}

.box-header {
    border-radius: 25px 25px 0 0;
    background: #274c77;
    color: #fff;
    padding: 10px;
}

.list-view {
    width: 100%;
    display: flex;
}

.list-view ul {
    list-style: none;
    margin-top: 10px;
    direction: rtl;
    text-align: right;
}

.list-view ul li {
    padding: 10px;
}

.list-view ul li span,
.list-view ul li p {
    display: inline;
}

.list-view ul li span {
    font-weight: bold;
}

.list-view ul li span::after {
    content: ":";
}

.list-view ul li address {
    display: inline;
}

@media only screen and (max-width:1200px) {
    .list-view {
        display: unset;
    }
    .icons ul li img {
        width: 70px;
        height: 70px;
    }
}

@media only screen and (max-width: 994px) {
    .list-view {
        display: unset;
    }
    .icons ul li img {
        width: 40px;
        height: 40px;
    }
}

@media only screen and (max-width:540px) {
    .list-view {
        display: unset;
    }
    .icons ul li img {
        width: 20px;
        height: 20px;
    }
    .icons ul {
        padding: unset;
    }
    .icons ul li {
        padding: unset;
    }
}

@media only screen and (max-width:1200px) {
    .list-view {
        display: unset;
    }
}


/* map */

.mapouter {
    position: relative;
    text-align: right;
    width: 100%;
}

.gmap_canvas {
    overflow: hidden;
    background: none!important;
    height: 400px;
    width: 100%;
}


/* dr - bimeh */

label[for="doctor"]::after,
label[for="bimeh"]::after {
    content: ":";
}

p#doctor,
p#bimeh {
    display: inline;
}


/* footer */

footer {
    display: block;
}

#footer {
    background: #f0f0f0;
    padding: 4em 0 6em 0;
    text-align: center;
}

ul.icons {
    cursor: default;
    list-style: none;
    padding-left: 0;
}

ul.icons li {
    display: inline-block;
    padding: 0 1.25em 0 0;
}

#footer .icons a {
    -moz-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    opacity: 0.35;
}

ul.icons li .icon::before {
    font-size: 1.75em;
}

.fa-instagram::before {
    content: "\f16d";
}

ul.icons li:last-child {
    padding-right: 0;
}

#footer .icons a {
    -moz-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    opacity: 0.35;
}

ul.icons li .icon {
    color: inherit;
}

#footer .icons a:hover {
    opacity: 0.75;
}

.icon {
    text-decoration: none;
    border-bottom: none;
    position: relative;
}

ul.icons li .icon::before {
    font-size: 1.75em;
}

.fa-github::before {
    content: "\f09b";
}

#footer .copyright {
    color: #999;
    font-size: 0.9em;
    line-height: 1em;
    margin: 2em 0 0 0;
    padding: 0;
    text-align: center;
}

#footer .copyright li {
    border-left: solid 1px #dddddd;
    display: inline-block;
    list-style: none;
    margin-left: 1em;
    padding-left: 1em;
}

#footer .copyright a {
    color: inherit;
}

.icon>.label {
    display: none;
}