/**
  * Grid System
  *
  * Bootstrap v3.3.1 (http://getbootstrap.com)
  * Copyright 2011-2014 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  * --------------------------------------------------------------------------
  * Base setup 20px gutters
  *
  * Phones         - xxs - <  600px    ** Default **
  * Small Tablets  - xs - >=  600px
  * Tablets        - sm - >= 768px
  * Desktop        - md - >= 1025px
  * Large Desktop  - lg - >= 1200px
  * --------------------------------------------------------------------------
  * Learn more here: http://getbootstrap.com/css/#grid
  * -------------------------------------------------------------------------- */
  * {
    box-sizing: border-box;
    }
  .row {
      display: flex;
      flex-wrap: wrap;
    margin-left: -16px; 
    margin-right: -16px;
}

    [class*="col-"] {
        position: relative;
        min-height: 1px;
        padding-left: 16px; 
        padding-right: 16px;
    }
    
/* Extra Extra small devices (devices, less than 600px) */
[class*="col-xxs-"] { float:left; }

.col-xxs-12 { width: 100%; }
.col-xxs-11 { width: 91.66666667%; }
.col-xxs-10 { width: 83.33333333%; }
.col-xxs-9  { width: 75%; }
.col-xxs-8  { width: 66.66666667%; }
.col-xxs-7  { width: 58.33333333%; }
.col-xxs-6  { width: 50%; }
.col-xxs-5  { width: 41.66666667%; }
.col-xxs-4  { width: 33.33333333%; }
.col-xxs-3  { width: 25%; }
.col-xxs-2  { width: 16.66666667%; }
.col-xxs-1  { width: 8.33333333%; }

.col-xxs-pull-12 { right: 100%; }
.col-xxs-pull-11 { right: 91.66666667%; }
.col-xxs-pull-10 { right: 83.33333333%; }
.col-xxs-pull-9  { right: 75%; }
.col-xxs-pull-8  { right: 66.66666667%; }
.col-xxs-pull-7  { right: 58.33333333%; }
.col-xxs-pull-6  { right: 50%; }
.col-xxs-pull-5  { right: 41.66666667%; }
.col-xxs-pull-4  { right: 33.33333333%; }
.col-xxs-pull-3  { right: 25%; }
.col-xxs-pull-2  { right: 16.66666667%; }
.col-xxs-pull-1  { right: 8.33333333%; }
.col-xxs-pull-0  { right: auto; }

.col-xxs-push-12 { left: 100%; }
.col-xxs-push-11 { left: 91.66666667%; }
.col-xxs-push-10 { left: 83.33333333%; }
.col-xxs-push-9  { left: 75%; }
.col-xxs-push-8  { left: 66.66666667%; }
.col-xxs-push-7  { left: 58.33333333%; }
.col-xxs-push-6  { left: 50%; }
.col-xxs-push-5  { left: 41.66666667%; }
.col-xxs-push-4  { left: 33.33333333%; }
.col-xxs-push-3  { left: 25%; }
.col-xxs-push-2  { left: 16.66666667%; }
.col-xxs-push-1  { left: 8.33333333%; }
.col-xxs-push-0  { left: auto; }

.col-xxs-offset-12 { margin-left: 100%; }
.col-xxs-offset-11 { margin-left: 91.66666667%; }
.col-xxs-offset-10 { margin-left: 83.33333333%; }
.col-xxs-offset-9  { margin-left: 75%; }
.col-xxs-offset-8  { margin-left: 66.66666667%; }
.col-xxs-offset-7  { margin-left: 58.33333333%; }
.col-xxs-offset-6  { margin-left: 50%; }
.col-xxs-offset-5  { margin-left: 41.66666667%; }
.col-xxs-offset-4  { margin-left: 33.33333333%; }
.col-xxs-offset-3  { margin-left: 25%; }
.col-xxs-offset-2  { margin-left: 16.66666667%; }
.col-xxs-offset-1  { margin-left: 8.33333333%; }
.col-xxs-offset-0  { margin-left: 0; }

/* Extra small devices (phones, 600px and up) */
@media (min-width: 600px) {
    [class*="col-xs-"] {float:left;}

    .col-xs-12 { width: 100%; }
    .col-xs-11 { width: 91.66666667%; }
    .col-xs-10 { width: 83.33333333%; }
    .col-xs-9  { width: 75%; }
    .col-xs-8  { width: 66.66666667%; }
    .col-xs-7  { width: 58.33333333%; }
    .col-xs-6  { width: 50%; }
    .col-xs-5  { width: 41.66666667%; }
    .col-xs-4  { width: 33.33333333%; }
    .col-xs-3  { width: 25%; }
    .col-xs-2  { width: 16.66666667%; }
    .col-xs-1  { width: 8.33333333%; }

    .col-xs-pull-12 { right: 100%; }
    .col-xs-pull-11 { right: 91.66666667%; }
    .col-xs-pull-10 { right: 83.33333333%; }
    .col-xs-pull-9  { right: 75%; }
    .col-xs-pull-8  { right: 66.66666667%; }
    .col-xs-pull-7  { right: 58.33333333%; }
    .col-xs-pull-6  { right: 50%; }
    .col-xs-pull-5  { right: 41.66666667%; }
    .col-xs-pull-4  { right: 33.33333333%; }
    .col-xs-pull-3  { right: 25%; }
    .col-xs-pull-2  { right: 16.66666667%; }
    .col-xs-pull-1  { right: 8.33333333%; }
    .col-xs-pull-0  { right: auto; }

    .col-xs-push-12 { left: 100%; }
    .col-xs-push-11 { left: 91.66666667%; }
    .col-xs-push-10 { left: 83.33333333%; }
    .col-xs-push-9  { left: 75%; }
    .col-xs-push-8  { left: 66.66666667%; }
    .col-xs-push-7  { left: 58.33333333%; }
    .col-xs-push-6  { left: 50%; }
    .col-xs-push-5  { left: 41.66666667%; }
    .col-xs-push-4  { left: 33.33333333%; }
    .col-xs-push-3  { left: 25%; }
    .col-xs-push-2  { left: 16.66666667%; }
    .col-xs-push-1  { left: 8.33333333%; }
    .col-xs-push-0  { left: auto; }

    .col-xs-offset-12 { margin-left: 100%; }
    .col-xs-offset-11 { margin-left: 91.66666667%; }
    .col-xs-offset-10 { margin-left: 83.33333333%; }
    .col-xs-offset-9  { margin-left: 75%; }
    .col-xs-offset-8  { margin-left: 66.66666667%; }
    .col-xs-offset-7  { margin-left: 58.33333333%; }
    .col-xs-offset-6  { margin-left: 50%; }
    .col-xs-offset-5  { margin-left: 41.66666667%; }
    .col-xs-offset-4  { margin-left: 33.33333333%; }
    .col-xs-offset-3  { margin-left: 25%; }
    .col-xs-offset-2  { margin-left: 16.66666667%; }
    .col-xs-offset-1  { margin-left: 8.33333333%; }
    .col-xs-offset-0  { margin-left: 0; }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    [class*="col-sm-"] {float:left;}

    .col-sm-12 { width: 100%; }
    .col-sm-11 { width: 91.66666667%; }
    .col-sm-10 { width: 83.33333333%; }
    .col-sm-9  { width: 75%; }
    .col-sm-8  { width: 66.66666667%; }
    .col-sm-7  { width: 58.33333333%; }
    .col-sm-6  { width: 50%; }
    .col-sm-5  { width: 41.66666667%; }
    .col-sm-4  { width: 33.33333333%; }
    .col-sm-3  { width: 25%; }
    .col-sm-2  { width: 16.66666667%; }
    .col-sm-1  { width: 8.33333333%; }

    .col-sm-pull-12 { right: 100%; }
    .col-sm-pull-11 { right: 91.66666667%; }
    .col-sm-pull-10 { right: 83.33333333%; }
    .col-sm-pull-9  { right: 75%; }
    .col-sm-pull-8  { right: 66.66666667%; }
    .col-sm-pull-7  { right: 58.33333333%; }
    .col-sm-pull-6  { right: 50%; }
    .col-sm-pull-5  { right: 41.66666667%; }
    .col-sm-pull-4  { right: 33.33333333%; }
    .col-sm-pull-3  { right: 25%; }
    .col-sm-pull-2  { right: 16.66666667%; }
    .col-sm-pull-1  { right: 8.33333333%; }
    .col-sm-pull-0  { right: auto; }

    .col-sm-push-12 { left: 100%; }
    .col-sm-push-11 { left: 91.66666667%; }
    .col-sm-push-10 { left: 83.33333333%; }
    .col-sm-push-9  { left: 75%; }
    .col-sm-push-8  { left: 66.66666667%; }
    .col-sm-push-7  { left: 58.33333333%; }
    .col-sm-push-6  { left: 50%; }
    .col-sm-push-5  { left: 41.66666667%; }
    .col-sm-push-4  { left: 33.33333333%; }
    .col-sm-push-3  { left: 25%; }
    .col-sm-push-2  { left: 16.66666667%; }
    .col-sm-push-1  { left: 8.33333333%; }
    .col-sm-push-0  { left: auto; }

    .col-sm-offset-12 { margin-left: 100%; }
    .col-sm-offset-11 { margin-left: 91.66666667%; }
    .col-sm-offset-10 { margin-left: 83.33333333%; }
    .col-sm-offset-9  { margin-left: 75%; }
    .col-sm-offset-8  { margin-left: 66.66666667%; }
    .col-sm-offset-7  { margin-left: 58.33333333%; }
    .col-sm-offset-6  { margin-left: 50%; }
    .col-sm-offset-5  { margin-left: 41.66666667%; }
    .col-sm-offset-4  { margin-left: 33.33333333%; }
    .col-sm-offset-3  { margin-left: 25%; }
    .col-sm-offset-2  { margin-left: 16.66666667%; }
    .col-sm-offset-1  { margin-left: 8.33333333%; }
    .col-sm-offset-0  { margin-left: 0; }
}

/* Medium devices (desktops, 1025px and up) */
@media (min-width: 1025px) {
    [class*="col-md-"] {float:left;}

    .col-md-12 { width: 100%; }
    .col-md-11 { width: 91.66666667%; }
    .col-md-10 { width: 83.33333333%; }
    .col-md-9  { width: 75%; }
    .col-md-8  { width: 66.66666667%; }
    .col-md-7  { width: 58.33333333%; }
    .col-md-6  { width: 50%; }
    .col-md-5  { width: 41.66666667%; }
    .col-md-4  { width: 33.33333333%;}
    .col-md-3  { width: 25%; }
    .col-md-2  { width: 16.66666667%; }
    .col-md-1  { width: 8.33333333%; }

    .col-md-pull-12 { right: 100%; }
    .col-md-pull-11 { right: 91.66666667%; }
    .col-md-pull-10 { right: 83.33333333%; }
    .col-md-pull-9  { right: 75%; }
    .col-md-pull-8  { right: 66.66666667%; }
    .col-md-pull-7  { right: 58.33333333%; }
    .col-md-pull-6  { right: 50%; }
    .col-md-pull-5  { right: 41.66666667%; }
    .col-md-pull-4  { right: 33.33333333%; }
    .col-md-pull-3  { right: 25%; }
    .col-md-pull-2  { right: 16.66666667%; }
    .col-md-pull-1  { right: 8.33333333%; }
    .col-md-pull-0  { right: auto; }

    .col-md-push-12 { left: 100%; }
    .col-md-push-11 { left: 91.66666667%; }
    .col-md-push-10 { left: 83.33333333%; }
    .col-md-push-9  { left: 75%; }
    .col-md-push-8  { left: 66.66666667%; }
    .col-md-push-7  { left: 58.33333333%; }
    .col-md-push-6  { left: 50%; }
    .col-md-push-5  { left: 41.66666667%; }
    .col-md-push-4  { left: 33.33333333%; }
    .col-md-push-3  { left: 25%; }
    .col-md-push-2  { left: 16.66666667%; }
    .col-md-push-1  { left: 8.33333333%; }
    .col-md-push-0  { left: auto; }

    .col-md-offset-12 { margin-left: 100%; }
    .col-md-offset-11 { margin-left: 91.66666667%; }
    .col-md-offset-10 { margin-left: 83.33333333%; }
    .col-md-offset-9  { margin-left: 75%; }
    .col-md-offset-8  { margin-left: 66.66666667%; }
    .col-md-offset-7  { margin-left: 58.33333333%; }
    .col-md-offset-6  { margin-left: 50%; }
    .col-md-offset-5  { margin-left: 41.66666667%; }
    .col-md-offset-4  { margin-left: 33.33333333%; }
    .col-md-offset-3  { margin-left: 25%; }
    .col-md-offset-2  { margin-left: 16.66666667%; }
    .col-md-offset-1  { margin-left: 8.33333333%; }
    .col-md-offset-0  { margin-left: 0; }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    [class*="col-lg-"] {float:left;}

    .col-lg-12 { width: 100%; }
    .col-lg-11 { width: 91.66666667%; }
    .col-lg-10 { width: 83.33333333%; }
    .col-lg-9  { width: 75%; }
    .col-lg-8  { width: 66.66666667%; }
    .col-lg-7  { width: 58.33333333%; }
    .col-lg-6  { width: 50%; }
    .col-lg-5  { width: 41.66666667%; }
    .col-lg-4  { width: 33.33333333%; }
    .col-lg-3  { width: 25%; }
    .col-lg-2  { width: 16.66666667%; }
    .col-lg-1  { width: 8.33333333%; }

    .col-lg-pull-12 { right: 100%; }
    .col-lg-pull-11 { right: 91.66666667%; }
    .col-lg-pull-10 { right: 83.33333333%; }
    .col-lg-pull-9  { right: 75%; }
    .col-lg-pull-8  { right: 66.66666667%; }
    .col-lg-pull-7  { right: 58.33333333%; }
    .col-lg-pull-6  { right: 50%; }
    .col-lg-pull-5  { right: 41.66666667%; }
    .col-lg-pull-4  { right: 33.33333333%; }
    .col-lg-pull-3  { right: 25%; }
    .col-lg-pull-2  { right: 16.66666667%; }
    .col-lg-pull-1  { right: 8.33333333%; }
    .col-lg-pull-0  { right: auto; }

    .col-lg-push-12 { left: 100%; }
    .col-lg-push-11 { left: 91.66666667%; }
    .col-lg-push-10 { left: 83.33333333%; }
    .col-lg-push-9  { left: 75%; }
    .col-lg-push-8  { left: 66.66666667%; }
    .col-lg-push-7  { left: 58.33333333%; }
    .col-lg-push-6  { left: 50%; }
    .col-lg-push-5  { left: 41.66666667%; }
    .col-lg-push-4  { left: 33.33333333%; }
    .col-lg-push-3  { left: 25%; }
    .col-lg-push-2  { left: 16.66666667%; }
    .col-lg-push-1  { left: 8.33333333%; }
    .col-lg-push-0  { left: auto; }

    .col-lg-offset-12 { margin-left: 100%; }
    .col-lg-offset-11 { margin-left: 91.66666667%; }
    .col-lg-offset-10 { margin-left: 83.33333333%; }
    .col-lg-offset-9  { margin-left: 75%; }
    .col-lg-offset-8  { margin-left: 66.66666667%; }
    .col-lg-offset-7  { margin-left: 58.33333333%; }
    .col-lg-offset-6  { margin-left: 50%; }
    .col-lg-offset-5  { margin-left: 41.66666667%; }
    .col-lg-offset-4  { margin-left: 33.33333333%; }
    .col-lg-offset-3  { margin-left: 25%; }
    .col-lg-offset-2  { margin-left: 16.66666667%; }
    .col-lg-offset-1  { margin-left: 8.33333333%; }
    .col-lg-offset-0  { margin-left: 0; }
}

/**
* Clearfix
* Apply clearing without adding additional markup
*/

.clearfix:before, .clearfix:after,
.container:before, .container:after,
.container-fluid:before, .container-fluid:after,
.row:before, .row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after { clear: both; }


.provider-cta-block {
    background-color: #0092A1;
    border-radius: 20px;
    color: #fff;
    margin: 0 auto 100px;
    display: flex;
    justify-content: space-between;
    padding: 99px 30px 30px;
    align-items: center;
    position: relative;
    flex-direction: column;
}

.provider-cta-block h3 {
    color: #fff;
    font-size: 26px;
    line-height: 34px;
    text-align: center;
}

.provider-cta-block p {
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.provider-cta-block a {
    padding: 15px 30px;
    border-radius: 8px;
    background-color: #94B92A;
    color: #fff;
    transition: all ease-out 300ms;
}

.provider-cta-block a:hover {
    background-color: #768e34;
    color: #fff;
}

@media( min-width : 1024px ) {
    .provider-cta-block img {
        opacity: 0.2;
    }
}
.blur-image {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -15%);
    width: 58px;
}

.custom-provider {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 5;
    max-width: 1336px;
    margin: -105px auto 0;
}

@media( min-width : 768px ) {
    .provider-cta-block {
        padding: 60px;
        flex-direction: row;
    }

    .provider-cta-block h3 {
        font-size: 32px;
        line-height: 1;
    }

    .provider-cta-block p {
        font-size: 16px;
        text-align: left;
    }
    
    .blur-image {
        position: absolute;
        top: 50%;
        left: 80%;
        transform: translate(-80%, -50%);
        width: auto;
    }
}

/* Filters  */

.provider-filter {
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    margin: 0 auto;
    display: grid;
    align-items: initial;
	grid-template-columns:1fr 1fr;
	gap:20px;
    box-shadow: 3px 6px 20px 3px rgb(0 0 0 / 9%);
    margin-bottom: 80px;
}

@media( min-width : 768px ) {
    .provider-filter {
        padding: 60px;
        border-radius: 20px;
        align-items: flex-end;
        flex-direction: unset;
    }
}
@media( max-width : 768px ) {
}

.filter-field-drop-down,
.filter-field-search{
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
}

.filter-field-search{
	grid-column: 1 / 3;
	grid-row: 1 / 3;
}
.provider-filter-button{
	grid-column:2;
}
.filter-field-drop-down label,
.filter-field-search label{
    font-size: 14px;
    color: #33475B;
    font-weight: 500;
    margin-bottom: 9px;
}

.filter-field-drop-down select,
.filter-field-search input{
    border: 1px solid #CBD6E2;
    border-radius: 8px;
    background-color: #F5F8FA;
    color: rgb(68 68 68 / 44%);
	font-size: 15px;
    padding: 13px 15px;
    /* -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; */
    position: relative;
    width: 100%;
}

.filter-field-drop-down .field {
    position: relative;
}

/* .filter-field-drop-down .field::after {
    position: absolute;
    top: 50%;
    right: 0;
    content: url(/wp-content/uploads/2022/04/ionic-ios-arrow-down.png);
    transform: translate(-10px, -50%);
} */

.provider-filter button {
    flex: 1;
    background-color: #0092A1;
    padding: 16px 20px;
    border-radius: 8px;
    transition: all ease-out 300ms;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    cursor: pointer;
}

.provider-filter button:hover {
    background-color: #06384f;
}


/* Provider List */

.provider-lists {
    margin-bottom: 80px;
}

.provider-lists > h3 {
    text-align: center;
    position: relative;
}

@media( min-width : 999px ) {
    .provider-lists > h3::before {
        width: 100%;
        height: 1px;
        background-color: #CBD6E2;
        position: absolute;
        content: '';
        top: 50%;
        left: 0;
    }
}

.provider-lists > h3 span {
    background-color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

@media( max-width : 767px ) {
    .provider-lists > h3 span {
        font-size: 22px!important;
    }
}

@media( max-width : 999px ) {
    .provider-lists > h3 span {
        font-size: 27px;
    }
}

.provider-lists .row {
    justify-content: center;
}

.provider-lists .row h3 {
    color: #0092A1;
}


.provider-lists .col-md-4 {
    margin-top: 80px;
    margin-bottom: 26px;
    display: flex;
}

.provider-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    box-shadow: 3px 6px 20px 3px rgb(0 0 0 / 9%);
    border-radius: 20px;
    padding: 100px 30px 30px;
    position: relative;
    transition: 0.35s all;
    transform: translateY(0px);
    height: 100%;
}

.provider-item:hover {
    transform: translateY(-5px);
}

.provider-item:hover .provider-photo {
    border: 3px solid #0092A1;
}

.provider-item:hover .provider-details .langauge {
    background-color: rgb(0 146 161 / 11%);
}

.provider-details {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
}

.provider-details h4 {
    text-align: center;
    color: #06384F;
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 600;
}

.provider-details .desc {
    text-align: center;
    font-family: Helvetica Neue,Roboto,sans-serif;
    color: #444444;
    font-size: 15px;
}

.provider-details a {
    background-color: #0092A1;
    padding: 15px 20px;
    border-radius: 8px;
    transition: all ease-out 300ms;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: auto;
    transition: all ease-out 300ms;
}

.provider-details a:hover {
    background-color: #06384f;
    color: #fff;
}

.provider-photo {
    max-width: 146px;
    height: 146px;
    width: 100%;
    position: absolute;
    top: 0;
    transform: translate(0, -50%);
    border-radius: 50%;
    border: 3px solid #dededc;
    line-height: 0;
    padding: 2px;
    transition: all ease-out 300ms;
}

.provider-photo img {
    border-radius: 50%;
}

.specialty {
    margin-top: 30px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.specialty span {
    color: #AAAAAA;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;

}

.specialty ul {
    margin: 0;
    margin-top: 13px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.specialty ul li {
    background-color: #E4EBF4;
    border-radius: 5px;
    color: #06384F;
    font-size: 12px;
    padding: 6px 10px;
    line-height: 1;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.specialty ul li:not(:last-child) {
   margin-right: 10px;
}

.provider-details .location {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.provider-details .location > div:first-child span {
    display: none;
}

.provider-details .location > .pin span {
    margin: 0 3px;
}

.provider-details .location > div {
    font-size: 13px;
}

.provider-details .location .laptop {
    display: flex;
    margin-left: 5px;
}

.provider-details .location .laptop img {
    margin-left: 5px;
    margin-right: 5px;
}

.provider-details .pin {
    display: flex;
    align-items: center;
    justify-content: center;
}

.provider-details .pin img {
    margin-right: 10px;
}

.provider-details .pin,
.provider-details .location {
    color: #444444;
    font-size: 14px;
    font-weight: 600;
    font-family: Montserrat,sans-serif;
}

.provider-details .langauge {
    background-color: #F7F7F7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-bottom: 25px;
    border-radius: 8px;
    transition: all ease-out 300ms;
}

.provider-details .langauge span {
    color: #AAAAAA;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.provider-details .langauge ul {
    padding: 0;
    margin-bottom: 0;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.provider-details .langauge ul li {
    margin-right: 8px;
    color: #444444;
    font-size: 14px;
    font-weight: 600;
    list-style: none;
}

.provider-details .langauge ul li span {
    color: #444444;
    font-size: 14px;
    font-weight: 600;
}

.provider-details .langauge ul li:last-child span {
    display: none;
}

/* Single Post Provider */

.provider-single-post {
    margin-top: -15%;
    position: relative;
    z-index: 6;
}

@media( min-width : 1600px ) {
    .provider-single-post {
        margin-top: -300px;
        position: relative;
        z-index: 6;
    }
}

.provider-full-details {
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 3px 6px 20px 3px rgb(0 0 0 / 9%);
    margin-bottom: 80px!important;
}

.provider-heading {
    padding: 70px 30px 40px;
    background-color: #06384F;
    position: relative;
    z-index: 2;
}

.provider-heading > .row:first-child {
    position: absolute;
    top: 0;
    left: 55%;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    transform: translate( -50%, 0);
}

.provider-heading > .row:first-child .location {
    margin-right: 5px;
}

@media( min-width : 768px ) {
    .provider-heading > .row:first-child .location {
        margin-right: 10px;
    }
}


@media( min-width : 1024px ) {
    .provider-heading {
        padding: 70px 80px 40px;
    }

    .provider-heading > .row:first-child {
        left: 0;
        transform: none;
    }
}

@media( max-width : 1024px ) {
    .provider-heading > .row {
        justify-content: center;
    }

    .provider-inner-details h3 {
        text-align: center;
        font-size: 22px!important;
    }

    .provider-inner-details .certified {
        text-align: center;
        font-size: 14px!important;
        line-height: 1.5em!important;
    }

    .profile-inner {
        margin-bottom: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}

@media( min-width : 1025px ) {
    .profile-inner {
        position: absolute;
        top: 0;
        transform: translate(0, 0%);
    }
}

.provider-profile {
    max-width: 120px;
    height: 120px;
    width: 100%;
    border-radius: 50%;
    border: 3px solid #dededc;
    line-height: 0;
    padding: 2px;
    background-color: #fff;
    margin-bottom: 25px;
}

@media( min-width : 1025px ) {
    .provider-profile {
        max-width: 228px;
        height: auto;
    }
}

.provider-profile img {
    border-radius: 50%;
}

.provider-content {
    padding: 30px;
}

@media( min-width : 1025px ) {
    .provider-content {
        padding: 30px 80px;
    }
}

.provider-content .content {
    padding-top: 32px;
    border-top: 1px solid #CBD6E2;
}

.provider-inner-details h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
}

.provider-inner-details .certified {
    color:#94B92A;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

.provider-content p {
    color: #444444;
    font-size: 16px;
}

@media( min-width : 768px ) {
    .provider-content p {
        line-height: 1.8em;
    }
}

.provider-full-details .location {
    display: inline;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background-color: rgb(255 255 255 / 20%);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 10px 20px;
    letter-spacing: 0.01em;
}

@media( max-width : 600px ) {
    .provider-full-details .location {
        font-size: 12px!important;
    }
}

.provider-full-details .location img {
    margin-right: 5px;
}

.profile-inner a {
    background-color: #0092A1;
    padding: 15px 20px;
    border-radius: 8px;
    transition: all ease-out 300ms;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: auto;
    transition: all ease-out 300ms;
    text-decoration: none;
}

.profile-inner a:hover {
    background-color: #06384f;
    text-decoration: none;
    color: #fff;
}

.specialty-single-post {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: column;
}

.specialty-single-post span,
.language-single-post span {
    margin-right: 8px;
    color: #06384F;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
}

.specialty-single-post ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.specialty-single-post ul li {
    list-style: none;
    background-color: #E4EBF4;
    border-radius: 5px;
    color: #06384F;
    font-size: 12px;
    padding: 6px 10px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 1;
}

.language-single-post {
    display: flex;
    align-items: center;
    padding-bottom: 32px;
    flex-direction: column;
}

@media( min-width : 1200px ) {
    .language-single-post,
    .specialty-single-post {
        flex-direction: row;
    }

    .specialty-single-post span {
        margin-bottom: 10px;
    }
}


.language-single-post ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.language-single-post ul li {
    list-style: none;
}

.language-single-post ul li:last-of-type .splash {
    display: none;
}

.language-single-post span {
    margin-right: 0;
}

/* Common Block */

.common-block {
    position: relative;
    z-index: 6;
    margin-bottom: 100px;
}

.insurance-banner h3 {
    font-size: 40px;
    color: #06384F;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
}

.insurance-banner p {
    font-size: 16px;
    color: #444444;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
}

.company-slider {
    padding-left: 70px;
    padding-right: 70px;
}

.company-slider .slick-prev {
    left: 50px;
    top: 50%;
    transform: translate(0, -50%);
}

.company-slider .slick-prev::before{
    content: url(/wp-content/uploads/2022/04/ionic-ios-arrow-back.png);
}

.company-slider .slick-next {
    right: 50px;
    top: 50%;
    transform: translate(0, -50%);
}

.company-slider .slick-next::before {
    content: url(/wp-content/uploads/2022/04/ionic-ios-arrow-back-next.png);
}

/* Video Content */

.content-video {
    margin-bottom: 50px;
}

.content-video .row {
    flex-direction: column-reverse;
    justify-content: center;
}

.content-video-inner {
     margin-top: 40px;
}

.content-video-inner a {
    padding: 15px 30px;
    border-radius: 8px;
    background-color: #94B92A;
    color: #fff;
    transition: all ease-out 300ms;
}

.content-video-inner a:hover {
    background-color: #768e34;
    color: #fff;
}

.content-video-inner h4 {
    font-size: 40px;
    color: #06384F;
    margin-bottom: 30px;
    text-align: left;
    font-weight: 600;
}

.content-video-inner p {
    font-size: 16px;
    color: #444444;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: left;
    line-height: 1.7em;
}

.content-video-image {
    position: relative;
    text-align: center;
}

.video-image {
    position: relative;
    display: inline-block;
}

.video-image::after {
    width: 100%;
    height: 100%;
    background-color: #F0F5FF;
    border-radius: 20px;
    position: absolute;
    bottom: -20px;
    right: -20px;
    content: '';
}

.video-image img {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    max-width: 100%;
}

.content-video-image .video-image a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: 2;
    transition: all ease-in-out 300ms;
}

.content-video-image .video-image a:hover {
    transform : translate(-50%, -50%) scale(1.2);
}

@media( min-width : 1025px ) {
    .content-video {
        flex-direction: row;
    }

    .content-video-inner {
        margin-top: 0px;
   }

   .content-video .row {
    flex-direction: row;
    }
   
}

.block-9 .uk-text-center {
    background-color: #F5F8FA;
    padding: 40px;
    border-radius: 20px;
}


.background-white {
    background-color: #fff;
    padding-bottom: 100px;
    padding-top: 100px;
}

.background-white .common-block {
    margin-bottom: 0;
}

.single-providers {
    background-color: #F7F7F7;
}

/* body.single-providers .parallax4>use {
    animation: none!important;
} */

.js-provider-animation  {
    opacity: 0;
    top: 0;
}

.js-provider-animation:first-child,
.js-provider-animation:last-child {
    left: 30px;
}

.js-provider-animation:nth-child(2),
.js-provider-animation:nth-child(3) {
    left: 10px;
}

/* .js-provider-animation-fade {
    display: none;
} */

.border-animation {
	position: relative;
}

.border-animation:before  {
	content: '';
	position: absolute;
	left: -2px;
	top: -2px;
    background: linear-gradient(90deg, rgba(0,146,161,1) 0%, rgba(255,255,255,1) 100%);
	background-size: 400%;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	z-index: -1;
	animation: steam 20s linear infinite;
    border-radius: 20px;
}

@keyframes steam {
	0% {
		background-position: 0 0;
	}
	50% {
		background-position: 400% 0;
	}
	100% {
		background-position: 0 0;
	}
}

.border-animation:after {
	filter: blur(50px);
}

.location-inner-page {
    margin-top: 60px;
}

.provider-post-listing {
    padding-top: 40px;
    padding-bottom: 40px;
}

.post-item-card {
    border-radius: 32px;
    overflow: hidden;
}

.post-item-card .desc {
    line-height: 1.9em;
}

.provider-blog-listing .row > div {
    margin-bottom: 30px;
}

.provider-post-listing .content {
    padding: 20px;
}

.provider-post-listing .post-item-card {
    box-shadow: 3px 6px 20px 3px rgb(0 0 0 / 9%);
    height: 100%;
}

@media( min-width : 768px ) {
    .location-inner-page {
        margin-top: 80px;
    }

    .provider-post-listing {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .provider-post-listing .content {
        padding: 40px;
    }

    .post-item-card .image {
        overflow: hidden;
        height: 250px;
    }
}

@media( min-width : 1200px ) {
    .provider-blog-listing .row > div {
        margin-bottom: 0px;
    }
}

.single-providers section.uk-position-relative:not(footer) {
    background-color: #fff!important;
}

.single-providers .bg-banner-overlay {
    background-color: #C9DCE5!important;
}

.patient-container .uk-container {
    padding: 0;
}

.white-background {
    background-color: #fff;
}

.uk-position-bottom svg,
.uk-position-top svg {
    width: 100%;
}

@media( max-width : 767px ) {
    .single-providers .uk-section-large {
        padding-top: 20px!important;
        padding-bottom: 20px!important;
    }

    .single-providers .default-banner {
        min-height: 150px!important;
    }

    .uk-position-bottom {
        height: 10px!important;
    }
}
 
@media( max-width : 1200px ) and ( min-width : 768px ){
    .single-providers .default-banner {
        min-height: 200px!important;
    }
}


@media( max-width : 999px ) {
    .blog-slider > div {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .hide-on-mobile {
        display: none!important;
    }
}

@media( min-width : 1000px ) {
    .hide-on-desktop {
        display: none!important;
    }
}

.single-providers .default-banner svg {
    margin-top: -30px;
}

@media( min-width : 750px ) {
    .single-providers .default-banner svg {
        margin-top: -6px;
    }
}

@media( min-width : 780px ) {
    .single-providers .default-banner svg {
        margin-top: -7px;
    }
}

@media( min-width : 800px ) {
    .single-providers .default-banner svg {
        margin-top: 0px;
    }
}

@media( min-width : 1200px ) {
    .single-providers .default-banner svg {
        margin-top: -47px;
    }
}

.blog-slider-button {
    position: relative;
}

.testimonials-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #F5F8FA;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    height: 100%;
}

@media( max-width : 767px ) {
    .testimonials-item,
    .slick-slide {
        height: auto!important;
    }
}

.testimonials-item .testimonial {
    margin-bottom: 0;
    margin-top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.testimonials-item .testimonial p {
    font-size: 15px;
    color: #444444;
    font-style: normal;
    line-height: 1.7em;
}

.testimonial--info {
    display: block;
    text-align: center;
    margin-top: auto;
}

.testimonial--info .testimonial--info__name {
    font-size: 16px;
    font-weight: 600;
    color: #06384F;
    font-style: normal;
}

@media( min-width : 768px ) {
    .testimonials-item {
        padding: 40px;
    }
}

.slider-wrapper .blog-slider-button {
    margin-top: 60px;
}

.load-more-provider {
    background-color:#94B92A;
    padding: 15px 20px;
    border-radius: 8px;
    transition: all ease-out 300ms;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    margin-top: auto;
    transition: all ease-out 300ms;
}

.load-more-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.load-more-provider:hover {
    background-color: #749121;
    color: #fff;
}

.morecontent {
    display: none;
}



@media( max-width : 767px ) {
    .hide-on-mobile-listing {
        display: none!important;
    }
}

@media( min-width : 768px ) {
    .hide-on-desktop-listing {
        display: none!important;
    }
}

.single-provider-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.morelink {
    font-size: 15px;
    font-weight: 600;
    margin-top: 20px;
    color: #0092A1;
    letter-spacing: 0.1em;
    text-decoration: none;
    position: relative;
    padding-right: 20px;
}

.morelink:hover,
.morelink:focus {
    color: #0092A1;
}

.morelink::after {
    content: '';
    position: absolute;
    top: 3px;
    right: 0;
    width: 9px;
    height: 9px;
    border-top: 2px solid #0092A1;
    border-right: 2px solid #0092A1;
    transform: rotate(135deg);
}

.morelink.less::after {
    top: 9px;
    transform: rotate(316deg);
}

.provider-progress progress::-moz-progress-bar {
    background: #94B92A;
}

.provider-progress progress {
    background: #94B92A;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
  
.provider-progress progress {
    color: lightblue;
  }
  
  .provider-progress progress::-moz-progress-bar {
    background: lightcolor;
  }
  
  .provider-progress progress::-webkit-progress-value {
    background: #94B92A;
  }
  
  .provider-progress progress::-webkit-progress-bar {
    background: #DDDDDD;
  }

  .provider-progress .viewing {
      text-align: center;
      font-size: 16px;
      color: #444444;
      font-family: Montserrat,sans-serif;
  }

  .provider-banner {
    margin-bottom: 7px;
  }

  @media( min-width : 768px ) {
    .provider-banner {
        margin-bottom: 0;
    }
  }

  @media( min-width : 1350px ) {
    .provider-banner {
        margin-bottom: 30px!important;
    }
  }
  
  .provider-banner svg {
    margin-top: -15px;
  }

  @media( min-width : 500px ) {
    .provider-banner svg {
        margin-top: -30px;
      }
  }

  @media( min-width : 768px ) {
    .provider-banner svg {
        margin-top: -8px;
      }
  }

  @media( min-width : 2000px ) {
    .provider-banner svg {
        margin-top: -61px;
    }

    .single-providers .default-banner svg {
        margin-top: -92px;
    }
  }