*
{
    box-sizing: border-box;
    font-family: "Prompt", Sans-serif;
    color: #545454;
}

.offer-image-box-wrapper {
    width: 100%;
    float: left;
}   .offer-image-box-wrapper img
    {
        width: 100%;
        height: 170px;
        object-fit: cover;
    }

.offer-image-box-wrapper .elementor-image-box-title a
{
    color: inherit;
    text-decoration: none;
}

figure.offer-image-box-img
{
    margin: 0;
    padding: 15px;
}

.offer-image-box-wrapper .elementor-image-box-title {
    color: #4A4A4A;
    font-weight: 600;
        font-size: 26px;
        margin: 15px 0;
}
.offer-image-box-wrapper p {
  color: #4A4A4A;
    font-weight: 400;
    font-size: 16px;
    margin: 0 15px 15px 15px;
    line-height: 22px;
    text-align: center;
}

.offer-image-box-wrapper .offer-button-link {
    font-size: 13px;
    color: #0094DD;
    background-color: rgba(255, 255, 255, 0);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0094DD;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 400;
    text-decoration: none;
    border-radius: 30px 30px 30px 30px;
    margin-bottom: 0px;
    display: inline-block;
}
.offer-image-box-wrapper .offer-button-link:hover
{
color: #4A4A4A;
    background-color: #FFDB00;
    border-color: #FFDB00;
}
.offer-image-box-wrapper .offer-button-link
{
    line-height: 0px;
}
.offer-image-box-content {
    text-align: center;
}
.team-image-box-wrapper {
    background-color: transparent !important;
    flex-basis: 20%;
    margin-bottom: 15px;
    padding: 15px;
    text-align: center;
}

.team-image-box-wrapper img {
    border-radius: 100%;
    border: solid 5px #fff;
     height: 180px;
     max-width: initial;
       width: 180px;
        object-fit: cover;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
}

.team-image-box-content .team-image-box-title a
{
    text-decoration: none;
color: inherit;
}
.team-image-box-content
{
    text-align: center;
}
.team-image-box-content .team-image-box-title {
    font-size: 17px;
        margin-bottom: 0px;     
        color: #fff;
    font-weight: 600;
}

.team-image-box-content p.team-image-box-description {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    margin: 0;
}

.team-image-box-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
/*popup css*/


.poup-col-30 {
    background-image: url(https://burleighphysio.com.au/new/wp-content/uploads/2020/03/wavey-bg.png);
     width: 37.041%;
     float: left;
     background-color: #50C5D4;
}
figure.popup-image-box-img {
    text-align: center;
        margin-top: 56px;
}

.popup-image-box-content {
    text-align: center;
}

   .popup-col-70{
    width: 62.902%;
    float: left;
    padding: 40px 40px 40px 40px;

}

figure.popup-image-box-img img {
    border-radius: 100%;
    border: solid 5px #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    max-width: 300px;
    height: auto;
}

.popup-image-box-content h3.elementor-image-box-title
{
        color: #fff !important;
    font-weight: 600;
        font-size: 26px;margin-top: 0px;
}

.popup-image-box-content p.elementor-image-box-description {
    color: #fff !important;
    font-weight: 600;
    margin-top: 4px;
    font-size: 15px;
    padding: 0 20px;
}
.popup-image-box-content p.elementor-image-box-description.special-interests {
    font-size: 13px;
    font-weight: normal;
    text-transform: capitalize !important;
}

.popup-image-box-content a
{
    color: #4A4A4A;
    border-radius: 50px 50px 50px 50px;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    font-weight: 600;
    background-color: #F9C300;
    font-size: 13px;
    padding: 10px 20px;
        margin-top: 49px;
    display: inline-block;
    margin-bottom: 55px;
}
.popup-text-editor {
    color: #545454;
}
.popup-text-editor p, .popup-text-editor article {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}
.popup-text-editor p a{
    color: #0094DD;
    text-decoration: none;
    }
/*popup end*/
.blocker {
	z-index: 999999999 !important;
}
.modal {
    width: 94% !important;
    max-width : 94% !important;
    z-index: 999999999 !important;
    padding :0 !important;
}
.team-info {
    
    background-image: url(https://burleighphysio.com.au/new/wp-content/uploads/2020/03/wavey-bg.png);
    background-color: #50C5D4 !important;
    opacity: 0.7;
    
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    
    
}
.modal .elementor-section.elementor-section-boxed>.elementor-container {
    width: 100% !important;
    max-width: 100%;
}
.carousel-wrap {
  
  padding: 0 5%;
  width: 100%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}

.poup-row
{
    display: flex;
}
a.close-modal:before {
    content: '\e87f';
    color: #3594e0;
    font-family: eicons;
    font-size: 26px;
}

.modal a.close-modal {
    position: absolute;
    top: 20.5px;
    right: 15px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: inherit;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: none;
    color: transparent;
    border: 1px solid;
}

@media screen and (max-width: 991px)
{
.team-image-box-wrapper
{
        flex-basis: 20%;
}
}


@media screen and (max-width: 767px)
{
    .poup-col-30, .popup-col-70
    {
        width: 100%;
    }
    .poup-col-70
    {
            padding: 15px
    }
.team-image-box-wrapper{
    flex-basis: 50%;
}
.team-image-box-wrapper img {
    height: 125px;
    width: 125px;
}

.popup-image-box-content h3.elementor-image-box-title {
    font-size: 21px;
    padding-left: 10px;
    padding-right: 10px;
}
}
.owl-nav i {
    font-size: 32px !important;
    color: #0094DD;
}
.carousel-wrap {
    padding: 0 0% !important;
    width: 100%;
    position: relative;
}
.popup-image-box-content .fa-chevron-right {
    margin-left: 10px !important;
}