.single-post-header .meta-info__tax__term {
    color: white;
    background: #42a856;
    border: 1px solid #42a856;
    border-radius: 2px;
    padding: 2px 4px 2px 4px;
    margin-right: 5px;
    text-decoration: none;
    font-size: 10px;
}

.file-custom.error
{
    background: #ffe4e4 !important;
    box-shadow: inset 0 3px 0 0 #f55656 !important;
}

#circularG{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position:absolute;
    width:58px;
    height:58px;
    margin: auto;
}

.circularG{
    position:absolute;
    background-color:rgb(61,55,230);
    width:14px;
    height:14px;
    border-radius:9px;
    -o-border-radius:9px;
    -ms-border-radius:9px;
    -webkit-border-radius:9px;
    -moz-border-radius:9px;
    animation-name:bounce_circularG;
    -o-animation-name:bounce_circularG;
    -ms-animation-name:bounce_circularG;
    -webkit-animation-name:bounce_circularG;
    -moz-animation-name:bounce_circularG;
    animation-duration:1.1s;
    -o-animation-duration:1.1s;
    -ms-animation-duration:1.1s;
    -webkit-animation-duration:1.1s;
    -moz-animation-duration:1.1s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
}

#circularG_1{
    left:0;
    top:23px;
    animation-delay:0.41s;
    -o-animation-delay:0.41s;
    -ms-animation-delay:0.41s;
    -webkit-animation-delay:0.41s;
    -moz-animation-delay:0.41s;
}

#circularG_2{
    left:6px;
    top:6px;
    animation-delay:0.55s;
    -o-animation-delay:0.55s;
    -ms-animation-delay:0.55s;
    -webkit-animation-delay:0.55s;
    -moz-animation-delay:0.55s;
}

#circularG_3{
    top:0;
    left:23px;
    animation-delay:0.69s;
    -o-animation-delay:0.69s;
    -ms-animation-delay:0.69s;
    -webkit-animation-delay:0.69s;
    -moz-animation-delay:0.69s;
}

#circularG_4{
    right:6px;
    top:6px;
    animation-delay:0.83s;
    -o-animation-delay:0.83s;
    -ms-animation-delay:0.83s;
    -webkit-animation-delay:0.83s;
    -moz-animation-delay:0.83s;
}

#circularG_5{
    right:0;
    top:23px;
    animation-delay:0.97s;
    -o-animation-delay:0.97s;
    -ms-animation-delay:0.97s;
    -webkit-animation-delay:0.97s;
    -moz-animation-delay:0.97s;
}

#circularG_6{
    right:6px;
    bottom:6px;
    animation-delay:1.1s;
    -o-animation-delay:1.1s;
    -ms-animation-delay:1.1s;
    -webkit-animation-delay:1.1s;
    -moz-animation-delay:1.1s;
}

#circularG_7{
    left:23px;
    bottom:0;
    animation-delay:1.24s;
    -o-animation-delay:1.24s;
    -ms-animation-delay:1.24s;
    -webkit-animation-delay:1.24s;
    -moz-animation-delay:1.24s;
}

#circularG_8{
    left:6px;
    bottom:6px;
    animation-delay:1.38s;
    -o-animation-delay:1.38s;
    -ms-animation-delay:1.38s;
    -webkit-animation-delay:1.38s;
    -moz-animation-delay:1.38s;
}

.map_overlay{
    top: 0;
    left: 0;
    z-index: 100;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: black;
    position: absolute;
    z-index: 10000;
}

ul.comment-list .comment-answer.show
{
    float: right;
    width: calc(100% - 100px) !important;
    margin: 20px 0 0 100px;
    padding-top: 12px;
    border-radius: 5px;
}
ul.comment-list .comment-answer-avatar
{
    float: left;
    width: 60px;
    height: 60px;
    margin: 0 20px 0 0;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover !important;
}
ul.comment-list .comment-answer-main-info
{
    float: right;
    width: calc(100% - 80px) !important;
}
ul.comment-list .name
{
    font-size: 18px;
    margin: 0 0 10px;
    font-weight: 700;
    line-height: 1;
}

.window-content{
    position: relative;
}

.folding-block #map{
    height: 300px;
    width: 100%;
}

#map{
    width: 100%;
    height: 250px;
}

.map-cont{
    position: relative;
}

.map-zoom-btn{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-size: 18px;
    z-index: 1000;
}

.map-zoom-btn:hover{
    background-color: #f4f4f4;
}

.map-zoom-btn svg{
    width: 18px;
}

.modal-map{
    max-width: calc(100% - 1.75rem);
    height: calc(100% - 3.5rem);
}

.modal-map .modal-content{
    height: 100%;
    width: 100%;
}

.modal-map #map2{
    width: 100%;
    height: 100%;
}

.leaflet-pane {
    width: 100%;
    height: 100%;
}

.clinic-services-icons{
    float: unset;
    margin-left: 30px;
    margin-top: 10px;
}

.clinic-services-icons .icon-wrap{
    float: unset;
    margin-top: 15px;
}

.clinic-services-icons:before {
    content: none;
}

.clinic-services-icons:after {
    content: "";
    display: table;
    clear: both;
}

.clinic-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.clinic-footer:before{
    content: none;
}

.clinic-footer .clinic-services-icons{
    margin-top: 0;
    margin-left: 0;
}

.clinic-footer .clinic-services-icons .icon-wrap{
    margin-top: 0;
}

.break-all{
    word-break: break-all;
}

@media(max-width: 576px){
    .clinic-footer{
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
    }
}