.dia-footer-widget .dia-footer-social {
    margin-top: 65px;
}

.how-works {
    padding: 15px 0;
}

.dia-logo img {
    height: 45px;
}

.dia-footer-logo img {
    height: 50px;
    width: auto;
}

.dia-footer-widget .dia-footer-logo {
    margin-bottom: 0px;
}

.dia-team-section {
    padding-bottom: 110px;
}

.contact-items {
    padding-top: 10px;
}

.contact-items h4 {
    width: 45%;
    float: left;
    font-size: 14px;
    font-weight: 700;
    padding-left: 24px;
    margin-right: 15px;
    position: relative;
    display: inline-block;
}

.contact-items i {
    padding: 10px 5px;
    color: #7b0dbd;
}

.contact-items h4 span {
    font-family: "Roboto";
    font-weight: 400;
    margin-top: 10px;
    display: block;
    color: #818181;
}

.contact-alt {
    font-weight: 700 !important;
    color: #585476 !important;
}

.cust-logo {
    padding: 20px 0;
    max-height: 150px !important;
}

.live-chat {
    position: fixed;
    background: #FFF;
    border-left: 2px solid #108973;
    border-right: 2px solid #108973;
    bottom: 0;
    right: 0;
    width: 350px;
    height: 500px;
    margin-right: 90px;
    overflow: hidden;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: none;
    z-index: 10;
}

.bot-img {
	height: 100px;
}

.bot-img-small {
	height: 25px;
}

.live-chat-icon {
    position: fixed;
    bottom: 0;
    right: 0;
    margin-right: 60px;
    margin-bottom: 10px;
    z-index: 10;
}

.live-chat-title {
    background: #108973;
    padding: 10px 0 10px 10px;
    color: #FFF;
    margin-bottom: 5px;
}

.btn-close-chat {
    float: right;
    padding-right: 10px;
    color: #FFF;
}

.booking {
	padding: 10px 20px;
	margin-top: 10px;
    color: #fff;
    border: none;
    font-weight: 700;
    border-radius: 15px;
    background-image: linear-gradient(-100deg, #ff6600 0%, #ff9903 75%, #ffcb05 100%);
}

.booking-section {
	padding-top: 90px;
    background-color: #FFF !important;
}
