/* Join Directory CSS - Starts */

@media (max-width: 767px) {
    .page-heading {
        text-align: center;
    }

    #directory .template-page {
        padding: 40px 0 300px !important;
    }

    #directory {
        background-size: 230px !important;
    }
}

@media (min-width: 768px) {
    #directory .template-page {
        padding: 180px 0 !important;
    }

    #directory {
        background-size: !important;
        background-position: 90% 100%;
    }
}

.image-column,
#directory .flex_column {
    margin-bottom: 0 !important;
}

@media (min-width: 768px) and (max-width: 989px){
    .page-heading {
        background-color: rgb(255 255 255 / 65%);
        padding: 25px;
        border-radius: 15px;
    }
}

@media (max-width: 989px){
    #directory .normal-button {
        width: 100% !important;
        text-align: center;
    }

    #directory .normal-button .avia-button {
        float: none !important;
        display: inline-block;
    }
}

.doc-block {
    display: flex;
    box-shadow: -1px 1px 11px rgb(231 231 231);
    border-radius: 15px;
    padding: 20px;
    align-items: center;
}

.doc-icon {
    padding-right: 20px;
    width: 30%;
    text-align: center;
}

.doc-name {
    color: var(--purple) !important;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0;
}

.doc-specialty {
    color: #666;
    font-weight: bold;
    font-size: 14px;
}

.doc-address {
    font-size: 14px;
}

.doc-ratings:before {
    content: '\e808\e808\e808\e808\e808';
    font-family: 'entypo-fontello';
    color: #ff9800;
    letter-spacing: 3px;
    font-size: 14px;
}

.doc-content {
    width: 70%;
}

.page-heading .av-special-heading-tag {
    font-weight: bold;
}

.page-heading .av-subheading {
    margin-top: 15px;
    line-height: 1.7;
    font-weight: bold;
}

.floating-box .wd-image-box-image {
    width: 80px !important;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    position: absolute;
    left: -40px;
    top: calc(50% - 40px);
}

.floating-box .wd-image-box-image img {
    width: 28px;
}

.floating-box {
    display: flex;
    padding: 20px 20px 20px 60px;
    box-shadow: -1px 1px 11px rgb(231 231 231);
    border-radius: 15px;
    max-width: 90%;
    margin-left: auto;
    position: relative;
}

.floating-box .wd-image-box-content {
    width: auto;
}

.floating-box .wd-image-box-description {
    font-size: 14px;
    line-height: 1.6;
}

.box-yellow .wd-image-box-image {
    background-color: var(--alt-yellow);
}

.box-green .wd-image-box-image {
    background-color: var(--alt-green);
}

.box-pink .wd-image-box-image {
    background-color: var(--alt-pink);
}

.floating-box h2 {
    text-transform: none !important;
    letter-spacing: 0 !important;
}

@media (min-width: 990px) {
    .mobile-hr {
        height: 90px !important;
    }
}

.logo-wrap {
    list-style-type: none !important;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

@media (min-width: 481px) {
    .logo-wrap {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 768px) {
    .logo-wrap {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1250px) {
    .logo-wrap {
        grid-template-columns: repeat(5, 1fr);
    }
}

.logo-wrap li {
    margin: 0;
    padding: 0;
}

.logo-wrap li img {
    width: auto;
    height: auto;
    max-height: 50px;
    transition: .5s;
}

.logo-wrap li img:hover {
    transform: scale(0.95);
}

.pricing-list li {
    position: relative;
    padding: 0 0 0 30px;
    line-height: 1.6 !important;
    text-align: left;
    margin: 0 !important;
    font-size: 14px;
}

.pricing-list li:before {
    font-family: 'entypo-fontello';
    color: #465BE0;
    position: absolute;
    left: 0;
    border: 1px solid;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    top: 2px;
}

.pricing-list li.tick-cell:before {
    content: '\e812';
}

.pricing-list li.cross-cell:before {
    content: '\e813';
    color: #FF5722;
}

ul.pricing-list li:nth-child(n+2) {
    margin-top: 7px !important;
}

.pricing-list {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 25px;
}

.price-col {
    border: 1px solid #e1e1e1 !important;
    padding-bottom: 30px !important;
    background-color: #fff !important;
}

.colored-block {
    background-color: var(--primary-color);
    padding: 60px 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
}

.package-name {
    font-size: 22px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.package-price {
    font-size: 37px;
    font-weight: bold;
}

.package-intro {
    position: absolute;
    width: 100%;
    left: 0;
    transform: translateY(-40px);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.price-col .avia_codeblock {
    position: relative;
}

.price-button {
    padding: 0 25px;
}

.price-button a.avia-color-theme-color {
    color: #000 !important;
    background-color: #f1f1f1;
    transition: .5s;
}

.price-button a.avia-color-theme-color:hover {
    color: #fff !important;
}
/* Join Directory CSS - Ends */