a[href^="tel"], a[href^="fax"] {
    cursor: pointer !important;
    pointer-events: auto !important;
}

/*** CODE TO CREATE COLUMNS START***/
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}


.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }


.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1;  }

.span_1_of_4 { width: 24%;}
.span_3_of_3 { width: 100%; }
.span_1_of_2 { width: 49%; }
.span_1_of_3 { width: 32.26%; }


@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_1_of_2, .span_1_of_3, .span_1_of_4  { width: 100%; }
}
/*** CODE TO CREATE COLUMNS END***/
._wrapservices {
    display: flex;
}
._wrapservices_inner {
    flex: 1;
}
.col.span_1_of_2 {
    padding: 10px 20px;
}

.wrap__testimonials--inner {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    padding: 86px 15px 64px;
    overflow: hidden;
    position: relative;
}


.staff_body__container--inner.staff__container--inner * {
    color: #fff !important;
}

.editable__container--inner.editable__container--inner video {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .embedcode_bookeo__container--inner.embedcode__container--inner .component__title-caption-wrap {
        float: left;
        width: 33% !important;
        /* height: 470px !important; */
    }

    .embedcode_bookeo__container--inner.embedcode__container--inner iframe {
        float: right;
        width: 66.239% !important;
        height: 470px !important;
    }
}
@media (max-width: 991px) {
    body .section-pagecontent .editable__container img, .editable__container p img, .editable__container img, .blade__description img, .blog__item .blog__post-content img.blog__image {
        display: block;
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
        margin: auto !important;
        float:  none !important;
    }
}



.navigation__item a{
    text-transform: capitalize !important;
}