#header ul.contact li {
    display: inline-block;
}

#header ul.contact li a {
    margin-top: 2px;
}

#header ul.contact li:not(:last-child) a {
    margin-right: 7px;
}

.menuzord-brand {
    margin: 0;
}

.menuzord-brand img {
    max-height: 115px;
}

.menuzord .showhide em {
    margin-right: 0;
}

#home-slider {
    position: relative;
    max-width: 100%;
    height: 600px;
}

#home-slider .slides {
    margin: 0;
    height: 600px;
}

#home-slider .slides li {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: inherit;
    overflow: hidden;
}

#home-slider .slides li img {
    height: 100%;
    width: 100%;
    background-size: cover;
    /*background-position: center;*/
}

#home-slider .slides li .caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: flex;
    align-items: center;
}

#home-slider .slides li.active {
    z-index: 2;
}

#home-slider .indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: 0;
    z-index: 98;
}

#home-slider .indicators .indicator-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    height: 10px;
    width: 10px;
    margin: 0 7px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 50%;
    border: 2px solid #FB7412;
    opacity: .5;
}

#home-slider .indicators .indicator-item.active {
    background-color: #FB7412;
    opacity: 1;
}

.border-white {
    border-color: #ffffff !important;
}

.breadcrumb > li + li:before {
    color: #ffffff;
}

.inner-header h1 {
    font-size: 24px;
}

.single-service ul {
    list-style-type: disc;
    padding-left: 15px;
}

.list-decimal {
    list-style-type: decimal;
}

.list-disc {
    list-style-type: disc;
}

.list-circle {
    list-style-type: circle;
}

.breadcrumb li {
    font-size: 14px;
}

.underline, .underline:hover, .underline:focus, .underline:active {
    text-decoration: underline;
}

#ui-datepicker-div {
    padding: 0;
}

.ui-datepicker-calendar {
    background-color: #fff;
    border: 1px solid #ccc;
}

a.whatsapp-right-bottom-corner {
    background-color: #4CAF50;
    padding: 0 15px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-size: 40px;
    color: #fff;
    border-radius: 50%;
    z-index: 9999;
}

a.whatsapp-right-bottom-corner:hover, a.whatsapp-right-bottom-corner:focus, a.whatsapp-right-bottom-corner:active, a.whatsapp-right-bottom-corner:visited {
    color: #fff;
}

.btn {
    white-space: normal;
}

@media (min-width: 1192px) {
    .font-lg-11 {
        font-size: 11px !important;
    }
}

@media (min-width: 992px) and (max-width: 1191px) {
    .font-md-9 {
        font-size: 9px !important;
    }
}

@media (max-width: 767px) {
    .menuzord-brand img {
        max-height: 80px;
    }

    a.whatsapp-right-bottom-corner {
        font-size: 30px;
        padding: 0 12px;
    }
}
