body {
    background-color: #ffffff;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: sans-serif;
    margin: 10px 0;
    font-weight: 300;
    color: #333
}

h1 {
    font-size: 28px;
    font-family: 'Open Sans', sans-serif;
    margin: 20px 0;
    color: #362e43;
}

.h2,
h2 {
    font-size: 28px;
    color: #362e43;
    font-weight: 400;
}

h3 {
    color: #1aa094;
    font-weight: 400;
    font-size: 20px;
}

h4 {
    color: #3cb5d4;
    font-weight: 400;
    font-size: 20px
}

.form-section {
    padding: 20px 0;
    background: #0079c2;
    color: #fff
}

.form-section .title {
    color: #fff;
    font-size: 16px
}

.form-section .form-control {
    border: 0;
    border-radius: 4px
}

.form-section .search-button {
    background: #5cb85c;
    width: 100%;
    font-weight: bold;
    border-radius: 4px
}

.form-section .search-button i {
    color: #fff
}

.carousel-section {
    background: #f9f9f9;
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.075)
}

p {
    line-height: 20px;
    font-size: 14px;
    margin: 10px 0 10px 0;
    color: #000;
    font-weight: 400
}

.centered {
    text-align: center
}

a {
    color: #1aa094;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    outline: 0;
    text-decoration: underline;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #362e43;
    margin: 10px 0;
    padding: 0;
}

.navbar-default {
    background-color: #ffffff;
    border: 0;
    margin: 0;
    height: 50px;
    opacity: 0.9;
    background-position: right top -33px;
    background-repeat: no-repeat
}

.menu-btn {
    width: 220px;
    height: 50px;
    text-align: center;
    background-color: #E85032 !important;
    color: #FFF !important;
    font-weight: 600
}

.menu-btn:hover {
    background-color: #d84b2f !important
}

.btn {
    padding: 4px;
    border: 0;
    border-radius: 0;
    line-height: 2
}

.btn-primary {
    color: #ffffff;
    background-color: #1aa094;
    border-color: #1aa094;
    border-radius: 5px;
    font-weight: bold;
    padding: 10px;
}

.btn-primary:hover,
.sidebar-widget:hover .btn-primary {
    background-color: #2196b4 !important;
    border-color: #2196b4
}

.mt {
    margin-top: 50px;
}

.mb {
    margin-bottom: 20px
}

.form-control {
    height: 35px;
    margin: 1px 0;
    font-size: 14px;
    padding: 0 20px 0 18px;
    border-radius: 0;
    width: 100% !important;
}

#introduction {
    background-color: #ffffff;
    background-image: url('/public/assets/images/parallax.jpg');
    padding-top: 50px;
    background-attachment: fixed;
    background-position: bottom 160px center;
    min-height: 400px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

#introduction span {
    display: block;
    margin: 20px 0 20px 0;
    color: #575757;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 400
}

#introduction p {
    color: #fff
}

.form-control:focus {
    border-color: #0079c2;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(0, 121, 194)
}

#introduction:before {
    position: absolute;
    height: auto;
    min-height: 254px;
    width: 100%;
    z-index: 0;
    background: #000;
    background: -webkit-gradient(left top, right bottom, color-stop(0, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, .9)));
    background: -webkit-linear-gradient(145deg, rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-linear-gradient(315deg, rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0.9) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#000', GradientType=1)
}

article p {
    text-align: justify
}

.navbar-brand {
    padding: 0 15px
}

#data-list-wrapper ul {
    background: #fff;
    border: 1px solid #e3e3e3;
    list-style: none;
    padding: 20px;
    margin: 0 5px 5px 5px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 0 1.3rem rgba(204, 204, 204, 0.25);
    width: 32.1%;
    min-height: 730px
}

#data-list {
    display: none
}

.sidebar-widget {
    background: #362e43;
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
    border-radius: 4px;
    padding: 8px;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 1px 10px #ccc;
    box-shadow: 0 1px 10px #dcdcdc;
}
.sidebar-widget.transparent {
    background: none;
}

.sidebar-widget h3 {
    color: #fff
}

.well {
    background-color: #362e43;
    color: #fff;
}

.well h2, .well h3, .well h4 {
    color: #fff;
}

.widget-title {
    padding: 0 0 0 10px;
    color: #fff
}

.big {
    font-weight: bold;
    text-transform: uppercase;
}

ol,
ul {
    padding: 0 0 0 20px;
}

.breadcrumb {
    padding: 8px 10px;
    background-color: #f1f1f1;
    margin: 5px 0;
}

.step {
    position: relative;
    list-style: none;
    text-align: center;
}
.step:before {
    content: "";
    position: absolute;
    box-shadow: inset 0 1px 0 #46551a, 0 1px 1px #5d7126;
    background: #8fa74c;
    top: 85px;
    font-size: 6.2px;
    line-height: 10px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: center;
    display: inline-block;
    margin: -5px 0 0 -5px;
    left: 50%;
}
.step:after {
    content: "";
    position: absolute;
    box-shadow: inset 0 1px 0 #47647d, 0 1px 1px #47647d;
    background: #47647d;
    top: 85px;
    height: 1px;
    right: 0;
    width: 95%;
    z-index: -1;
}
.number {
    font-size: 37.2px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: center;
    display: inline-block;
    background: #8fa74c;
    box-shadow: inset 0 1px 0 #657633, 0 1px 1px #000000;
    text-shadow: 0 1px 1px #000000;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #fff;
    margin: 0 0 32px;
}
.step-wrapper {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.step-wrapper p {
    text-align: center;
}

.sidebar-widget:hover,
.sidebar .sidebar-widget:first-child {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: #362e43;
}

.sidebar-widget:hover h2,
.sidebar-widget:hover h3,
.sidebar-widget:hover h4,
.sidebar-widget:hover h5,
.sidebar-widget:hover h6,
.sidebar-widget:hover p,
.sidebar .sidebar-widget:first-child h2,
.sidebar .sidebar-widget:first-child h3,
.sidebar .sidebar-widget:first-child h4,
.sidebar .sidebar-widget:first-child h5,
.sidebar .sidebar-widget:first-child h6,
.sidebar .sidebar-widget:first-child p,
.sidebar-widget:hover ol,
.sidebar-widget:hover ul,
.sidebar-widget:hover a {
    color: #fff
}

.sidebar ul {
    color: #fff;
}

.badge {
    background: #ffffff;
    color: #362e43;
    margin: 10px 0;
}

@media (min-width: 768px) {
    .form-inline .form-control {
        width: 100%
    }
}

.package-list-wrap {
    float: left;
    border-radius: 4px;
    position: relative;
    z-index: 10;
    overflow: hidden;
    margin: 0 10px 0 0;
    display: block
}

.package-list-wrap:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 10
}

.package-list-wrap:hover:before {
    opacity: 0
}

.package-list-content {
    position: absolute;
    bottom: -55px;
    left: 0;
    width: 100%;
    padding: 30px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 10;
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.package-list-wrap:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0
}

.package-list-wrap:hover:after {
    background: rgba(0, 0, 0, 0.6);
    opacity: 1
}

.package-list-button {
    display: inline-block;
    background-color: #0079c2;
    color: #fff;
    padding: 4px 15px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    bottom: -15px;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

.package-list-title {
    font-size: 25px;
    color: #f5f5f5;
    margin-top: 0;
    margin-bottom: 20px;
    display: block
}

.package-list-wrap:hover .package-list-content {
    bottom: 0;
    border-bottom: 5px solid #0079c2
}

.package-list-wrap:hover .package-list-button {
    bottom: 0;
    opacity: 1
}

.navbar-header {
    padding: 0;
    height: 50px
}

.navbar-header .navbar-brand {
    padding: 0;
    height: 50px
}

.city .slider-form-block {
    height: auto
}

.slider-form-block {
    background-color: rgba(255, 255, 255, 0.8);
    min-height: 100px;
    opacity: 1;
    border-radius: 0 0 10px 10px;
    text-align: center
}

.slider-form-block .form-control {
    border: 0
}

.reset-opacity {
    opacity: 1
}

.weather-icon {
    display: block;
    float: left;
    margin: 0 20px 0 0
}

.clearfix {
    display: table;
    content: " ";
    clear: both
}

.weather-wrapper .badge {
    background: #3cb5d4
}

.sidebar.fixed-position {
    margin-top: 0 !important
}

.check-hotel {
    font-weight: bold
}

.slider-slide images {
    position: absolute;
    right: -100px;
    top: 25px;
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s
}

.warning {
    background: #04afe7;
    color: #fff;
    font-size: 30px
}

.warning-btn {
    font-size: 28px;
    background-color: #98ce44;
    color: #fff
}

.has-table {
    padding: 0
}

.has-table table {
    margin: 0
}

.doctor-table tbody tr,
.pharmacy-table tbody tr {
    display: none
}

.totop {
    position: fixed;
    bottom: 10px;
    right: 20px
}

.totop a {
    display: none
}

#load-more-data {
    padding: 5px 10px;
    text-align: center;
    background-color: #0079c2;
    border-radius: 4px;
    color: #fff;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out
}

#load-more-data:hover {
    background-color: #fff;
    color: #33739E
}

.panel-default>.panel-heading {
    background-color: #0079c2;
    color: #fff;
    font-weight: bold;
    border: 0
}

.panel-heading i {
    color: #fff
}

.navbar-default .navbar-nav>li>a {
    color: #0079c2;
    font-weight: bold
}

.doctor-table .option,
.pharmacy-table .option {
    float: right
}

.doctor-table .detail .address,
.pharmacy-table .detail .address {
    display: block
}

.doctor-table .detail .name,
.pharmacy-table .detail .name {
    font-weight: bold;
    color: #0079c2
}

.doctor-table .option button,
.pharmacy-table .option button {
    border-radius: 4px
}

.option .show-doctor-number,
.option .show-pharmacy-number {
    background: #5cb85c;
    color: #fff
}

.option .show-doctor-map,
.option .show-pharmacy-map {
    background: #008d96;
    color: #fff
}

.option .send-doctor-error,
.option .send-pharmacy-error {
    background: #0079c2;
    color: #fff
}

.doctor #introduction,
.pharmacy #introduction {
    background-image: url(/public/assets/images/sla1.jpg)
}

#doctor-map,
#pharmacy-map {
    height: 200px;
    border: 1px solid #ccc
}

.doctor-table .option button,
.pharmacy-table .option button {
    min-width: 50px;
    padding: 5px 10px
}

.doctor-table .option button i,
.pharmacy-table .option button i {
    color: #fff
}

.logo {
    background: #fff;
    border-radius: 0 0 20px 20px;
}

.heading-section {
    margin-top: -67px;
    background: rgba(255, 255, 255, 0.38)
}

.heading-home-section {
    margin-top: -67px;
    background: rgba(255, 255, 255, 0.7);
}

.intro-section {
    background-color: #ffffff;
    background-image: url(/public/assets/images/medecins-de-garde.jpg);
    background-repeat: no-repeat;
    padding-top: 50px;
    background-attachment: fixed;
    background-position: bottom 155px center;
    height: 300px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.intro-home-section {
    background-color: #ffffff;
    background-image: url(/public/assets/images/parallax.jpg);
    background-repeat: no-repeat;
    padding-top: 50px;
    background-attachment: fixed;
    background-position: bottom 160px center;
    min-height: 400px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.doctor-table .detail .city,
.pharmacy-table .detail .city {
    display: inline-block;
    color: #008d96;
    font-weight: bold
}

.doctor-table .detail .postal,
.pharmacy-table .detail .postal {
    display: inline-block;
    color: #323232;
    font-weight: bold
}

.modal-footer {
    font-size: 12px;
    text-align: center
}

.doctor-table .detail .department,
.pharmacy-table .detail .department {
    display: inline-block;
    font-weight: bold
}

.intro-section.profile {
    background-image: url(/public/assets/images/medecin-profile.jpg);
    background-position: bottom 270px center;
    height: 300px;
}

.phone-number {
    display: table;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
}

.phone-number a {
    padding: 5px 10px 5px 10px;
    border: 1px solid;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #a41879;
}

.phone-number a:after {
    position: absolute;
    bottom: 11px;
    content: '';
    background: url(/public/assets/images/number-phone.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 160px;
    height: 40px;
}

.modal-title {
    color: #0079c2
}

.twitter-typeahead {
    width: 100%
}

.sidebar-widget a {
    color: #fff;
}

.panel-default {
    margin: 20px 0
}

.panel-action {
    display: table;
    height: 20px;
    padding: 10px 10px;
    width: 100%;
}

.panel-action img {
    float: left;
}

.panel-action .title {
    display: block;
    font-weight: bold;
    font-size: 36px;
    text-align: center
}

.panel-action .text {
    display: block;
    font-size: 15px;
    text-align: center
}

.panel-action .date {
    color: #0079c2;
    font-weight: bold
}

.panel-action i {
    text-align: center;
    display: block;
    font-size: 30px;
    color: #0079c2
}

.footer-section {
    background: #bcc6d2
}

.footer-section p {
    font-weight: bold;
    font-size: 11px
}

.footer-section {
    background: #ffffff;
    border-top: 1px solid #ccc
}

.content-section {
    margin: 20px 0
}

.breadcrumb-section {
    margin: 10px 0
}

.bootstrap-select button {
    border-radius: 4px
}

.bootstrap-select {
    width: 100% !important
}

.call-to-action {
    background: #5cb85c;
    cursor: pointer;
    display: block;
    width: 50%;
    margin: 20px auto 20px auto;
    border-radius: 4px;
    padding: 8px;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 1px 10px #ccc;
    box-shadow: 0 1px 10px #dcdcdc;
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.or {
    margin: 5px 0;
    font-size: 12px;
    font-weight: bold
}

.panel-heading h2 {
    color: #fff;
    font-weight: bold;
    border: 0;
    font-size: 15px;
    padding: 0;
    margin: 0;
    display: inline-block
}

.popover {
    min-width: 180px
}

.btn-send {
    padding: 5px 10px;
    margin: 10px 0;
    text-align: center;
    background-color: #0079c2;
    border-radius: 4px;
    color: #fff;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}
.navbar-collapse {
    background: #fff;
}

#breadcrumb ul {
    display: inline-block;
    padding: 0;
}
#breadcrumb ul li {
    display: inline;
}
h3 small {
    color: #fff;
}

@media (max-width: 800px) {
    .logo{
        width: 200px !important;
        border-radius: 0;
    }
    .call-to-action {
        width: 100%
    }
    .phone-number {
        width: 100%;
    }
    .phone-number a {
        padding: 5px 10px 5px 5px;
        font-size: 20px;
    }
    .phone-number a:after {
        bottom: 12px;
        width: 140px;
        height: 35px;
    }
    #data-list-wrapper ul {
        width: auto
    }
    .send-doctor-error {
        display: none
    }
    .twitter-typeahead,
    .search-button {
        margin: 10px 0;
    }
    .heading-section,
    .heading-home-section {
        margin: 0;
        text-align: center;
    }
    .intro-section,
    .intro-home-section {
        height: 50px !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .phone-number {
        text-align: center;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .slider-slide {
        display: none
    }
    .sidebar.fixed-position,
    #data-list-wrapper ul {
        margin-top: 0 !important;
        width: 100% !important
    }
    .slider-form-block {
        background: transparent
    }
    #introduction:before {
        min-height: 104px !important
    }
    #introduction {
        min-height: 54px !important
    }
}
