.cs-container {

    padding-top: 30px;

}



ol.dtr-header__breadcrumbs-ul {

    display: flex;

    flex-direction: row;

    gap: 11px;

    padding: 0;

    color: #1E293B;

}



nav.dtr-header__breadcrumbs-nav {

    margin-bottom: 100px;

}



.dtr-header__container {

    gap: 100px;

    display: flex;

    flex-direction: row;

}



.dtr-header__container-left {

    width: 50%;

}



.dtr-header__container-right {

    width: 50%;

    border-radius: 8px;

    height: 392px;

    background-position: center;

    background-repeat: no-repeat;

}



.dtr-header-logo{

    background-size: contain;

}



.dtr-header-logo-default{

    background-size: cover;

}



.dtr-header__container-left-featured {

    font-family: Gothic A1;

    font-weight: 800;

    font-size: 12px;

    color: #45A848;

}

.dtr-header__container-left-featured span i, .dtr-header__container-left-featured span svg{
    font-size: 14px;
}



h1.dtr-header__container-left-title {

    font-size: 36px;

    font-family: Karla;

    font-weight: 700;

    line-height: 56px;

    color: #1E293B;

}



.dtr-header__container-left-about-listing {

    display: flex;

    flex-direction: row;

    gap: 30px;

}



.dtr-header__container-left-about-listing-address {

    width: 50%;

    font-family: Gothic A1;

    font-size: 16px;

    font-weight: 400;

    color: #64748B;

}



.dtr-header__container-left-about-listing {

    display: flex;

    flex-direction: row;

    gap: 30px;

    padding-bottom: 24px;

    border-bottom: 2px solid #CBD5E1;

}



.dtr-header__container-left-about-listing-rating {

    width: 50%;

    font-size: 24px;

    font-weight: 600;

    font-family: Gothic A1;

    display: flex;

    align-items: center;

    justify-content: end;

    gap: 10px;

    z-index: 9;

}



.dtr-header__container-left-description {

    padding: 24px 0;

    font-size: 18px;

    font-weight: 300;

    font-family: Gothic A1;

    color: #0F172A;

    letter-spacing: normal;

    line-height: normal;

}

.dtr-header__container-left-description a span {
    color: #049CD4;
    font-size: 17px;
    font-weight: 500 !important;
}



li.dtr-header__breadcrumbs-li {

    list-style-type: none;
    font-weight: 300;
    font-family: 'Gothic A1';

}



.dtr-header__container-left-buttons {

    padding-top: 16px;

    display: flex;

    flex-direction: row;

    gap: 40px;

    align-items: center;

}



.dtr-header__container-left-buttons-phone {

    background-color: #45A848;

    color: #ffffff;

    padding: 16px 24px;

    font-size: 14px;

    font-weight: 600;

    text-align: center;

    border-radius: 8px;

    width: 60%;

}

.dtr-header__container-left-buttons-website span i{
    font-size: 18px;
}

.dtr-header__container-left-buttons-website span svg{
    font-size: 18px;
}



.dtr-header__container-left-buttons-website {

    width: 40%;

    border-radius: 8px;

    color: #049CD4;

    border: 2px solid #049CD4;

    text-align: center;

    padding: 16px 24px;

    font-size: 14px;

    font-weight: 600;

    font-family: Gothic A1;

}



.dtr-content {

    padding-top: 100px;

    display: flex;

    flex-direction: row;

    gap: 100px;

}



.dtr-content__left {

    width: 70%;

}



.dtr-content-right {

    width: 30%;
    z-index: 9;

}



nav.dtr-content-right__nav {

    background-color: #ffffff;

    border-radius: 8px;

    padding: 24px;

    box-shadow: 0px 0px 20px 4px #0000000D;

    width: 100%;

}



.dtr-content-right__nav-ul {

    display: flex;

    flex-direction: column;

    gap: 12px;

    padding: 0;

}


.dtr-content-right__nav-ul a i, .dtr-content-right__nav-ul a svg{
    color: #4E9DD4;
}

.dtr-content-right__nav-ul a:hover i{
    color: #ffffff;
}


.dtr-content-right__nav-ul a:hover svg{
    color: #ffffff;
}



.dtr-content-right__nav-ul a {

    list-style-type: none;

    padding: 12px;

    cursor: pointer;

    display: flex;

    gap: 16px;

    align-items: center;

    font-size: 14px;

    font-weight: 600;

    color: #334155;

    /*height: 40px;*/
    height: auto;

}

.dtr-content-right__nav-ul a span{
    font-family: 'Gothic A1';
    font-weight: 600;
}

.dtr-header__breadcrumbs-li span {
    font-weight: 300;
    font-family: 'Gothic A1';
}



.dtr-content-right__post {

    box-shadow: 0px 2px 8px 0px #0000001A;

    border-radius: 4px;

    padding: 16px 12px;

    display: flex;

    flex-direction: row;

    gap: 12px;

    margin-top: 30px;

    display: flex;

    flex-direction: row;

    width: 100%;

    background-color: #ffffff;

}



.dtr-content-right__post-img {

    background-image: url(https://stagingnp.detoxtorehab.com/wp-content/uploads/2021/05/Drinking-with-an-Autoimmune-Disease.jpg);

    width: 20%;

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center;

    border-radius: 8px;

}



.dtr-content-right__post-info {

    width: 80%;

}



.dtr-content-right__post-title {

    font-family: 'Karla';

    font-size: 14px;

    font-weight: 500;

}



.dtr-content-right__post-learn-more {

    font-size: 10px;

    font-weight: 500;

    font-family: 'Gothic A1';

    margin-top: 12px;

}



.dtr-content-right-div-check-insurance {

    margin-top: 30px;

}



.dtr-content-right-button-check-insurance {

    background-color: #45A848;

    width: 100%;

    border-radius: 8px;

    padding: 20px 24px;

    font-size: 16px;

    font-weight: 600;

    display: flex;

    align-items: center;

    gap: 16px;

}



.dtr-header__breadcrumbs-li a{

    display: flex;

    gap: 10px;

    align-items: center;

}



.dtr-header__breadcrumbs-li-active{

    color: #049CD4;

}



.dtr-content-left__description {

    box-shadow: 0px 2px 20px 4px #0000000D;

    background-color: #ffffff;

    padding: 16px 32px;

    border-radius: 8px;

    position: relative;

}

.dtr-content-left__gallery{
    box-shadow: 0px 2px 20px 4px #0000000D;

    background-color: #ffffff;

    padding: 16px 32px;

    border-radius: 8px;

    position: relative;

    margin-top: 40px;
}



.dtr-content-left__description-header {

    display: flex;

    align-items: center;

    gap: 20px;

    padding: 8px 0 16px;

    cursor: pointer;

}


.dtr-content-left__gallery-header{
    display: flex;

    align-items: center;

    gap: 20px;

    padding: 8px 0 16px;

    cursor: pointer;
}



.dtr-content-left__description-header-title {

    font-size: 28px;

    font-weight: 400;

    font-family: 'KARLA';

    color: #1E293B;

}


.dtr-content-left__gallery-header-title{
    font-size: 28px;

    font-weight: 400;

    font-family: 'KARLA';

    color: #1E293B;
}



.dtr-content-left__description-text {

    font-size: 18px;

    font-family: 'Gothic A1';

    padding-top: 24px;

    line-height: 28px;

    color: #0F172A;

    border-top: 2px solid #CBD5E1;

}


.dtr-content-left__gallery-container {

    font-size: 18px;

    font-family: 'Gothic A1';

    padding-top: 24px;

    line-height: 28px;

    color: #0F172A;

    border-top: 2px solid #CBD5E1;

    display: none;

}

.dtr-content-left__gallery-container-image{
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}


.dtr-content-left__gallery-div-image{
    height: 135px;
    width: calc(33% - 24px);
    border-radius: 8px;
    box-shadow: 0px 4px 8px 0px #0000001A;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}



.dtr-content-left__treatment-details {

    box-shadow: 0px 2px 20px 4px #0000000D;

    background-color: #ffffff;

    padding: 16px 32px;

    border-radius: 8px;

    margin-top: 40px;

    position: relative;

}



.dtr-content-left__treatment-details-header {

    display: flex;

    align-items: center;

    gap: 20px;

    padding: 8px 0 16px;

    cursor: pointer;

    scroll-margin-block-start: 180px;

}


.dtr-content-left__treatment-details-header-icon i{
    color: #4E9DD4;
    font-size: 20px;
}

.dtr-content-left__treatment-details-header-icon svg{
    color: #4E9DD4;
    font-size: 23px;
}

.dtr-content-left__description-header-icon i {
    color: #4E9DD4;
    font-size: 23px;
}

.dtr-header__breadcrumbs-li a i{
    color: #049CD4;
    font-size: 14px;
}

.dtr-header__breadcrumbs-li a svg{
    color: #049CD4;
    font-size: 14px;
}

.dtr-content-left__description-header-icon svg {
    color: #4E9DD4;
    font-size: 23px;
}

.dtr-content-left__gallery-header-icon svg{
    color: #4E9DD4;
    font-size: 22px;
}

.dtr-content-left__gallery-header-icon i{
    color: #4E9DD4;
    font-size: 22px;
}


.dtr-content-right__nav-a i, .dtr-content-right__nav-a svg{
    color: #4E9DD4;
}

.dtr-content-right__nav div a:hover svg{
    color: #ffffff;
}

.dtr-content-right__nav div a:hover i{
    color: #ffffff;
}

.dtr-header__container-left-buttons-phone span i{
    font-size: 16px;
}

.dtr-header__container-left-buttons-phone span svg{
    font-size: 16px;
}



.dtr-content-left__treatment-details-header-title {

    font-size: 28px;

    font-weight: 400;

    font-family: 'KARLA';

    color: #1E293B;

}



.dtr-content-left__treatment-details-services {

    padding-top: 24px;

    display: flex;

    flex-direction: column;

    gap: 40px;

    border-top: 2px solid #CBD5E1;

}



.dtr-content-left__treatment-details-service {

    display: flex;

    gap: 20px;

    margin-bottom: 20px;

}



.dtr-content-left__treatment-details-service-image {

    width: auto;

}



.dtr-content-left__treatment-details-services-content {

    width: 100%;

}



.dtr-content-left__treatment-details-services-description {

    font-size: 18px;

    font-family: Gothic A1;

    font-weight: 300;

}



.dtr-content-left__treatment-details-services-title {

    font-size: 18px;

    font-weight: 700;

    font-family: 'GOTHIC A1';

    margin-bottom: 10px;

}



.dtr-content-left__treatment-details-content-info {

    display: flex;

    gap: 12px;

}


.dtr-content-left__treatment-details-service-image i{
    color: #4E9DD4;
}

.dtr-content-left__treatment-details-service-image svg{
    color: #4E9DD4;
}



.dtr-content-left__treatment-details-content {

    display: flex;

    flex-direction: column;

    gap: 12px;

}



.dtr-content-left__treatment-details-content-main {

    margin-top: 24px;

}



.dtr-content-left__treatment-details-content-info-text {

    font-size: 14px;

    font-weight: 400;

    line-height: 24px;

    font-family: 'Gothic A1';

}

.dtr-content-left__treatment-details-content-info-icon i {
    color: #4E9DD4;
}

.dtr-content-left__treatment-details-content-info-icon svg {
    color: #4E9DD4;
}



.dtr-content-left__treatment-details-map .dtr-content__map-google{

    width: 100%;

    height: 190px;

}



.dtr-content-left__treatment-details-map .dtr-content__map-leaf{

    width: 100%;

    height: 190px;

}



.dtr-content-left__treatment-details-map {

    margin-top: 20px;

}



main.dtr-main {

    display: contents;

}



.dtr-main-center {

    max-width: 1200px;

    width: 1200px;

    padding-right: 20px;

    padding-left: 20px;

    margin-right: auto;

    margin-left: auto;

    display: block;

    padding-bottom: 80px;

}



.cs-container {

    max-width: 100%;

    width: 100%;

}



.dtr-main-nearby-treatment-centers {

    background-color: #F8FAFC;

    width: 100%;

    padding: 80px 0px;

}

.dtr-main-nearby-treatment-container {
    max-width: 1200px;
    width: 1200px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}



.dtr-main-nearby-treatment-centers__heading {

    text-align: center;

    font-size: 40px;

    font-weight: 600;

    font-family: 'Karla';

    color: #049CD4;

    line-height: 48px;

    z-index: 9;

    position: relative;

}



.dtr-main-nearby-treatment-centers__cards {

    margin-top: 30px;

    display: flex;

    flex-direction: row;

    gap: 40px;

    z-index: 9;

    position: relative;


}


.dtr-useful-review i, .dtr-not-useful-review i{
    color: #4D4D4D;
    font-size: 11px;
}

.dtr-useful-review svg, .dtr-not-useful-review svg{
    color: #4D4D4D;
    font-size: 11px;
}



.dtr-main-nearby-treatment-centers__card {

    float: left;

    box-shadow: 0px 4px 8px 0px #00000026;

    border-radius: 12px;

    background-color: #ffffff;

}



.dtr-main-nearby-treatment-centers__card-image {

    height: 300px;

    width: 100%;

    background-repeat: no-repeat;

    background-size: contain;

    background-position: center;

    border-top-right-radius: 12px;

    border-top-left-radius: 12px;

}



.dtr-main-nearby-treatment-centers__card-content {

    padding: 16px 24px;

}



.dtr-main-nearby-treatment-centers__card-info {

    display: flex;

    flex-direction: row;

}



.dtr-main-nearby-treatment-centers__card-rating {

    float: left;

    width: 45%;

}



.dtr-main-nearby-treatment-centers__card-address {

    float: left;

    width: 55%;

    font-size: 18px;

    font-weight: 300;

    font-family: 'Gothic A1';

}



.dtr-main-nearby-treatment-centers__card-title {

    padding-bottom: 10px;

    font-size: 24px;

    font-family: 'Karla';

    margin-top: 5px;

    font-weight: 600;

    border-bottom: 2px solid #DFD6FE;

    min-height: 80px;

}



.dtr-main-nearby-treatment-centers__card-description {

    font-size: 18px;

    font-family: 'Gothic A1';

    margin-top: 16px;

}



.dtr-main-nearby-treatment-centers__card-learn-more {

    padding: 16px 24px;

    border-radius: 8px;

    font-size: 20px;

    text-align: center;

    font-weight: 400;

    font-family: 'Gothic A1';

    color: #027EAB;

    border: 2px solid #027EAB;

    margin-top: 25px;

    display: block;

}



.dtr-header__container-left-buttons-phone-text{

    padding-left: 12px;

}



.dtr-header__container-left-buttons-website-text{

    padding-left: 12px;

}



.dtr-content-left__description-header-title-icon{

    position: absolute;

    right: 35px;

    cursor: pointer;

}


.dtr-content-left__gallery-header-title-icon{
    position: absolute;

    right: 35px;

    cursor: pointer;
}



.dtr-content-left__treatment-details-header-title-icon{

    position: absolute;

    right: 35px;

    cursor: pointer;

    top: 25px;

}



a.dtr-header__container-left-buttons-phone:hover {

    background-color: #358238;

    color: #ffffff;

}



a.dtr-header__container-left-buttons-website:hover {

    color: #049CD4;

}



button.dtr-content-right-button-check-insurance:hover {

    background-color: #358238;

    opacity: 1;

}



a.dtr-content-right__post:hover {

    color: #049CD4;

}



span.cards__rating-bar {

    display: inline-block;

    background-image: url(/wp-content/plugins/Directory-Plugin/virtualpages/templates/img/stars.png);

    height: 20px;

    float: initial !important;

    vertical-align: top;

    text-align: left;

    width: 100px;

}



.cards__stars {

    background-position: 0 -40px !important;

}



.header-listing__div-rating {

    display: flex;

    justify-content: center;

    align-items: baseline;

}



.dtr-header__container-left-about-listing-rating-reviews {

    font-size: 12px;

    display: flex;

    gap: 5px;

    font-weight: 400;

    color: #94A3B8;

}





.dtr-content-right-fix-scroll-fixed {

    position: sticky;

    top: 170px;

}



.dtr-content-right__nav-fixed{

    width: fit-content;

}



.dtr-content-right__post-fixed{

    width: 78%;

}



.dtr-content-right-button-check-insurance-fixed {

    width: fit-content;

}



.dtr-content-right-flex-down{

    display: flex;

    align-items: flex-end;

}



#dtxBlockContact{

    border-top: 2px solid rgb(203, 213, 225);

}



#dtxBlockReviews{

    border-top: 2px solid rgb(203, 213, 225);

}



.dtr-content-left__treatment-details-content-filter-title {

    font-size: 18px;

    font-weight: 500;

    margin-bottom: 5px;

    font-family: 'Karla';

}



.dtr-content-left__treatment-details-content-filter-instructions {

    font-size: 14px;

    font-weight: 400;

    font-family: 'Gothic A1';

}



.dtr-content-left__treatment-details-content-filter {

    padding-right: 200px;

}



.dtr-content-left__treatment-details-content-filter-graph {

    display: flex;

    align-items: center;

}

.hidden-star {
    display: none !important;
}

.show-star {
    display: block !important;
}

#actionCollapseReviewsFilter{
    display: none
}


.dtr-content-left__treatment-details-content-filter-graph:hover .dtr-content-left__treatment-details-content-filter-graph-bar div{
    height: 18px;
}

.dtr-content-left__treatment-details-content-filter-graph:hover{
    cursor: pointer;
}



.dtr-content-left__treatment-details-content-filter-graph-stars {

    width: 25%;

}



.dtr-content-left__treatment-details-content-filter-graph-bar {

    border: 1px solid #EBEBE6 !important;

    border-radius: 2px;

    height: fit-content;

    width: 100%;

    background-color: #EBEBE6;

}



.dtr-content-left__treatment-details-content-filter-graph-bar div {

    height: 14px;

    color: #000 !important;

    background-color: #808080 !important;

    border-top-left-radius: 2px;

}



.dtr-content-left__treatment-details-content-filter-block-graph {

    margin-top: 20px;

}

.dtr-content-left__treatment-details-content-filter-leave-review button{
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #049CD4;
    border-radius: 4px;
    padding: 12px 24px;
    text-align: center;
    color: #049CD4;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Gothic A1';
    margin-top: 22px;
}

.dtr-content-left__treatment-details-content-filter-leave-review button:hover{
    background-color: #049CD4;
    color: #ffffff;
}


.dtr-content-left__treatment-details-content-review-header-left-name {

    font-size: 18px;

    font-weight: 500;

    font-family: 'Gothic A1';

}

.dtr-content-left__treatment-details-content-review-header-left-title {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Gothic A1';
    margin-top: 16px;
}



.dtr-content-left__treatment-details-content-review-header {

    display: flex;

}



.dtr-content-left__treatment-details-content-review-header-left {

    width: 80%;

}



.dtr-content-left__treatment-details-content-review-header-right {

    width: 20%;

    display: flex;

    align-items: center;

    justify-content: flex-end;

}



.dtr-content-left__treatment-details-content-review-header-right-date {

    text-align: right;

    color: #4D4D4D;

    font-size: 12px;

    font-family: 'Gothic A1';

}



.dtr-content-left__treatment-details-content-review-content {

    margin-top: 16px;

    border-bottom: 1px solid #D9D9D9;

    padding-bottom: 10px;

}



.dtr-content-left__treatment-details-content-review-content-comment {

    font-size: 14px;

    font-weight: 300;

    font-family: 'Gothic A1';

    color: #000000;

}



.dtr-content-left__treatment-details-content-review-content-options {

    margin-top: 16px;

    display: flex;

    justify-content: flex-end;

}



.dtr-content-left__treatment-details-content-review-content-options-share {

    float: left;

    width: 50%;

    font-size: 10px;

    font-weight: 400;

    color: #4D4D4D;

}



.dtr-content-left__treatment-details-content-review-content-options-share span{

    cursor: pointer;

    font-family: 'Gothic A1';

    font-weight: 400;

}

.home-stars-span-rating-number {
    font-family: 'Gothic A1';
    font-weight: 400;
}



.dtr-content-left__treatment-details-content-review-content-options-share span img{

    margin-right: 5px;

}



.dtr-content-left__treatment-details-content-review-content-options-helpful {

    text-align: right;

    font-size: 10px;

    font-weight: 400;

    color: #4D4D4D;

    float: left;

    width: 50%;

}



span.dtr-content-left__treatment-details-content-review-content-helpful-text {

    font-size: 10px;

    font-weight: 400;

    color: #4D4D4D;

    font-family: 'Gothic A1';

}



.dtr-content-left__treatment-details-services-description-view-all {

    margin-top: 24px;

}



.dtr-content-left__treatment-details-services-description-view-all a{

    font-size: 16px;

    font-weight: 700;

    font-family: 'Karla';

    text-transform: uppercase;

}



.dtr-content-left__treatment-details-content-review-content-see-more {

    text-align: center;

    padding: 20px 0 10px;

    color: #049CD4;

    font-size: 16px;

    font-weight: 600;

    font-family: Gothic A1;

    cursor: pointer;

}



.dtr-content-left__treatment-details-content-review-content-see-more span {

    cursor: pointer;

}



/* Carousell Featured */



/* Css Without carousell library */

.owl-carousel.owl-loaded {

    display: block;

    width: 100%;

    z-index: 1;

}

.owl-stage-outer {

    position: relative;

    overflow: hidden;

    -webkit-transform: translate3d(0,0,0);

}

.owl-nav.disabled {

    margin-top: 10px;

    text-align: center;

    -webkit-tap-highlight-color: transparent;

}

.owl-stage {

    position: relative;

    -ms-touch-action: pan-Y;

    touch-action: manipulation;

    -moz-backface-visibility: hidden;

    margin-bottom: 20px;

}

.owl-item {

    -ms-touch-action: pan-y;

    touch-action: pan-y;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    min-height: 1px;

    float: left;

    -webkit-touch-callout: none;

    -webkit-backface-visibility: hidden;

    -moz-backface-visibility: hidden;

    -ms-backface-visibility: hidden;

    -webkit-transform: translate3d(0,0,0);

    -moz-transform: translate3d(0,0,0);

    -ms-transform: translate3d(0,0,0);

    -webkit-tap-highlight-color: transparent;

    position: relative;

}

.owl-item.active {

    -ms-touch-action: pan-y;

    touch-action: pan-y;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    padding: 0px;

}

.owl-theme .owl-dots, .owl-theme .owl-nav {

    text-align: center;

    -webkit-tap-highlight-color: transparent;

}

.owl-theme .owl-nav {

    margin-top: 10px;

}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {

    display: none;

}

.owl-dots {

    text-align: center;

    -webkit-tap-highlight-color: transparent;

}

.owl-dot {

    display: inline-block;

    zoom: 1;

    background: 0 0;

    color: inherit;

    border: none;

    padding: 0!important;

    font: inherit;

    cursor: pointer;

    -webkit-user-select: none;

    -khtml-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

}

.owl-dot.active span, .owl-dot:hover span {

    background: #049CD4;

}

.owl-dot span {

    background: #ffffff;

    border: 1px solid #049CD4;

    width: 20px !important;

    height: 20px !important;

    margin: 5px 7px;

    display: block;

    -webkit-backface-visibility: visible;

    transition: opacity .2s ease;

    border-radius: 30px;

}

/* Css Without carousell library */





button.owl-prev {

    position: absolute;

    top: 50%;

    left: -30px;

    font-size: 30px !important;

    border-radius: 20px !important;

    background-color: #ffffff !important;

    border: 1px solid #dbdbdb !important;

    width: 40px;

    height: 40px;

    display: flex !important;

    color: #000000;

    justify-content: center;

    align-items: center;

    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);

}



button.owl-next {

    position: absolute;

    top: 50%;

    right: -30px;

    font-size: 30px !important;

    border-radius: 20px !important;

    color: #000000;

    background-color: #ffffff !important;

    border: 1px solid #dbdbdb !important;

    width: 40px;

    height: 40px;

    display: flex !important;

    justify-content: center;

    align-items: center;

    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);

}



.owl-theme .owl-nav [class*=owl-]:hover {

    color: #000 !important;

}



.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {

    background: #049CD4;

    width: 20px;

    height: 20px;

}



.owl-theme .owl-dots .owl-dot span {

    background: #ffffff;

    border: 1px solid #049CD4;

    width: 20px !important;

    height: 20px !important;

}





.owl-carousel-services{

    display:none !important;

}



.owl-stage {

    margin-bottom: 20px;

}



/* Carousell Featured */





.dtr-main-nearby-treatment-centers__card-learn-more:hover {

    background-color: #027EAB;

    color: #ffffff;

}



.dtr-content-right__nav div a:hover {

    background-color: #049CD4;

    color: #ffffff;

    border-radius: 4px;

}





html {

    scroll-behavior: smooth;

}



#actionBlockAbout{

    scroll-margin-block-start: 180px;

}


#actionBlockGallery{

scroll-margin-block-start: 180px;

}



#dtxBlockTreatment{

    scroll-margin-block-start: 250px;

}



#dtxBlockBenefits{

    scroll-margin-block-start: 250px;

}



#dtxBlockInsurance{

    scroll-margin-block-start: 250px;

}



#dtxBlockAccreditations{

    scroll-margin-block-start: 250px;

}



#dtxBlockContact{

    scroll-margin-block-start: 250px;

}



.dtr-content-left__treatment-details-content-review {

    margin-top: 30px;

    display: none;

}





.button_see_all_reviews_hidden {

    position: absolute;

    top: 0;

    visibility: hidden;

}



.dtr-content-left__treatment-details-content-review-content-collapse {

    text-align: center;

    padding: 20px 0 10px;

    color: #049CD4;

    font-size: 16px;

    font-weight: 600;

    font-family: Gothic A1;

    cursor: pointer;

}



.dtr-content-left__treatment-details-content-filter-graph-container {

    width: 75%;

    display: flex;

    align-items: center;

}



.dtr-content-left__treatment-details-content-filter-graph-container span {

    padding-left: 8px;

    font-size: 14px;

    color: #4D4D4D;

    font-weight: 400;

    font-family: 'Gothic A1';

}



.dtr-content-right__nav-ul-line{

    border-bottom: 1px solid #CBD5E1;

}

#rightLinkContactInformation svg, #rightLinkContactInformation i{
    color: #4E9DD4;
}

#rightLinkContactInformation:hover i{
    color: #ffffff;
}

#rightLinkContactInformation:hover svg{
    color: #ffffff;
}




.dtr-btn-like{

    background-color: transparent;

    padding: 0;

}



.review-see-more-display-none{

    display: none;

}



.dtr-circle-decoration1{

    position: absolute;

    right: 0;

    z-index: -1;

    top: 0;

}



.dtr-circle-decoration2 {

    position: absolute;

    top: 1100px;

    left: 0;

    z-index: -1;

}



.dtr-circle-decoration3 {

    position: absolute;

    right: 0;

    top: 2100px;

    z-index: -1;

}



.dtr-circle-decoration4 {

    position: absolute;

    top: 3281px;

    left: 0;

    z-index: 0;

}


.owl-item {
    padding: 10px 4px !important;
}


.dtr-content-left__treatment-details-services {
    display: none;
}


#dtxBlockReviews {
    display: none;
}



/* MODAL LEAVE REVIEW */
/* The Modal (background) */
.dtx-modal-reviews {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  padding-top: 40px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  z-index: 999999;
}

/* Modal Content */
.dtx-modal-content-reviews {
    margin: auto;
    padding: 16px 24px;
    width: 730px;
    bottom: -1200px;
    border-radius: 12px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    transition: bottom 0.3s;
    position: relative;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.dtx-modal-content-reviews__container-warning span{
    top: -3px;
    position: relative;
    color: #FF0000;
}

.dtx-modal-content-reviews__container-block label span {
    color: #FF0000;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Gothic A1';
    position: relative;
    top: -5px;
}

.dtx-modal-content-reviews__container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dtx-modal-content-reviews__container-title {
    font-size: 32px;
    font-family: 'Karla';
    font-weight: 700;
}

.dtx-modal-content-reviews__container-description {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Gothic A1';
}

.dtx-modal-content-reviews__container-warning {
    font-size: 12px;
    color: #64748B;
    font-weight: 300;
    font-family: 'Gothic A1';
}

.dtx-modal-content-reviews__container-block label {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Gothic A1';
    color: #000000;
    margin: 0px 0 5px 0;
}

.dtx-modal-content-reviews__container-input input {
    padding: 16px 24px !important;
    border-radius: 8px;
    border: 1px solid #CBD5E1 !important;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Karla';
    line-height: normal !important;
}

.dtx-modal-content-reviews__container-input textarea {
    padding: 16px 24px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Karla';
    height: 100px;
    border-radius: 8px;
    border: 1px solid #CBD5E1;
    resize: none;
}

.dtx-modal-content-reviews__container-terms-block {
    display: flex;
    gap: 8px;
    margin-top: 5px;
}

.dtx-modal-content-reviews__container-submit-block button {
    padding: 16px 24px;
    width: 100%;
    background-color: #45A848;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Gothic A1';
}

.dtx-modal-content-reviews__container-terms-text {
    font-size: 14px;
    font-weight: 300;
    color: #64748B;
    font-family: 'Gothic A1';
}

.dtx-modal-content-reviews__container-terms-text span {
    font-weight: 700;
    color: #049CD4;
}

/* MODAL END LEAVE REVIEW */

.dtx-modal-content-reviews__container-input .tms-form-group p {
    margin-bottom: 0;
}

.dtx-modal-content-reviews__container-input .tms-form-group {
    margin-bottom: 0;
}

span.close span {
    color: #94A3B8;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Gothic A1';
    margin-right: 5px;
    line-height: 0;
}





/* MODAL GALLERY */
/* The Modal (background) */
.dtx-modal-gallery {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  padding-top: 40px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  z-index: 999999;
}

/* Modal Content */
.dtx-modal-content-gallery {
    margin: auto;
    padding: 32px;
    width: 544px;
    bottom: -1200px;
    border-radius: 8px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    transition: bottom 0.3s;
    position: relative;
}

/* The Close Button */
.closeGallery {
    color: #475569;
    float: right;
    font-size: 28px;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #ffffff;
    padding: 2px;
    box-shadow: 2px 4px 8px 0px #00000026;
    border-radius: 12px;
}

.closeGallery:hover,
.closeGallery:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.dtx-modal-content-gallery-div-image.mySlides {
    height: 338px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
}

.dtx-modal-content-gallery-div-back-next {
    position: absolute;
    top: 50%;
    display: flex;
    width: 100%;
}

.dtx-modal-content-gallery-div-indicators {
    position: absolute;
    bottom: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 5px;
}

.dtx-content-nearby-div-indicators{
    position: absolute;
    bottom: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 5px;
    display: none;
}

.dtx-content-nearby-div-indicators div{
    background-color: #ffffff;
    display: flex;
    gap: 50px;
    cursor: pointer;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    top: 60px;
    position: relative;
    border: 2px solid #049CD4;
}

.dtx-content-nearby-div-indicators .dots-white{
    border: 2px solid #049CD4;
    background-color: #049CD4;  
}


.dtx-modal-content-gallery-div-indicators .dots-white{
    border: 2px solid #049CD4;
}

.dtx-modal-content-gallery-div-indicators div {
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    display: flex;
    gap: 50px;
    border-radius: 4px;
    cursor: pointer;
}

.dtx-modal-content-gallery-div-back {
    left: -12px;
    position: absolute;
    box-shadow: 2px 4px 8px 0px #00000026;
    background-color: #ffffff;
    padding: 8px;
    color: #0F172A;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.dtx-modal-content-gallery-div-next {
    right: -12px;
    position: absolute;
    box-shadow: 2px 4px 8px 0px #00000026;
    background-color: #ffffff;
    padding: 8px;
    color: #0F172A;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.dtx-modal-content-gallery__container-images {
    position: relative;
}

/* MODAL END GALLERY */






/* STAR SLIDER */
.mySlides {display:none}

/* END SLIDER */



@media screen and  (max-width: 1000px) {

    .dtr-header__container-left {

        width: 100% !important;

    }



    .dtr-header__container-right.dtr-header-logo {

        width: 100% !important;

    }



    .dtr-content__left {

        width: 100% !important;

    }



    .dtr-content-right {

        display: none !important;

    }



    .dtr-main-center {

        width: 100% !important;

        max-width: 100% !important;

        padding: 0 !important;

        margin: 0 !important;

    }



    ol.dtr-header__breadcrumbs-ul {

        gap: 10px !important;

    }



    span.dtr-header__breadcrumbs-li-active {

        font-size: 14px !important;

    }



    li.dtr-header__breadcrumbs-li.active {

        font-size: 14px !important;

    }



    .dtr-header__container {

        display: block !important;

    }



    nav.dtr-header__breadcrumbs-nav {

        margin-bottom: 32px !important;

    }



    h1.dtr-header__container-left-title {

        font-size: 26px !important;

        margin-bottom: 12px !important;

        line-height: 32px !important;

    }



    .dtr-header__container-left-description {

        font-size: 16px !important;

    }



    .dtr-header__container-left-buttons {

        flex-direction: column !important;

        gap: 16px !important;

    }



    a.dtr-header__container-left-buttons-phone {

        width: 100% !important;

    }



    a.dtr-header__container-left-buttons-website {

        width: 100% !important;

    }



    .dtr-content {

        padding-top: 50px !important;

    }



    .dtr-content-left__description-header-title {

        font-size: 20px !important;

        font-weight: 600 !important;

    }



    .dtr-content-left__description-text {

        font-size: 16px !important;

        font-weight: 300 !important;

    }



    .dtr-content-left__treatment-details-header-title-text {

        font-size: 20px !important;

        font-weight: 600 !important;

    }



    .dtr-content-left__treatment-details-services-title {

        font-size: 16px !important;

    }



    .dtr-content-left__treatment-details-services-description {

        font-size: 16px !important;

    }



    .dtr-content-left__treatment-details {

        padding: 12px 18px !important;

    }


    .dtr-header__container-right.dtr-header-logo {
        margin-top: 32px !important;
    }


    #svgBlockGallery {
        right: 17px !important;
    }


    #svgBlockAbout {
        right: 17px !important;
    }


    .dtr-content-left__description {
        padding: 12px 18px !important;
    }


    .dtr-content-left__gallery {
        padding: 12px 18px !important;
    }


    .dtr-content-left__gallery-header-text {
        font-size: 20px !important;
        font-weight: 600 !important;
    }



    span#svgBlockBenefits {

        right: 18px !important;

    }



    .dtr-content-left__treatment-details-header {

        gap: 12px !important;

    }



    .dtr-content-left__treatment-details-header-title {

        font-size: 20px !important;

        font-weight: 600 !important;

    }



    .map.dtr-content__map-google.loaded {

        height: 167px !important;

    }



    .dtr-content-left__treatment-details-content-filter {

        padding-right: 0 !important;

    }



    .dtr-main-nearby-treatment-centers {

        padding: 80px 0 !important;

    }



    .dtr-main-nearby-treatment-centers__heading {

        font-size: 32px !important;

    }



    .dtr-main-nearby-treatment-centers__card-image {

        width: 100% !important;

    }



    .dtr-content-left__treatment-details-header-title-icon {

        right: 17px !important;

    }



    .owl-nav{

        display: none !important;

    }

    .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
        pointer-events: none !important !important;
    }


    .dtr-circle-decoration1{

    width: 300px !important;

    }



    .dtr-circle-decoration2 {

    width: 300px !important;

    }



    .dtr-circle-decoration3 {

    width: 300px !important;

    }



    .dtr-circle-decoration4 {

    width: 300px !important;

    }


    .dtx-modal-content-reviews {
    padding: 16px 18px !important;
    width: 90% !important;
    }

    .dtx-modal-content-reviews__container-title {
    font-size: 24px !important;
    }

    .dtx-modal-content-reviews__container-description {
    font-size: 14px !important;
    }

    .dtx-modal-content-reviews {
    border-radius: 0 !important;
    }

    span.close {
    position: absolute !important;
    right: 20px !important;
    top: 10px !important;
    }

    .dtx-modal-content-gallery {
    width: 100% !important;
    }

    div#modalGallery {
    padding: 40px !important;
    }

    .dtr-content-left__gallery-div-image {
    width: calc(50% - 24px) !important;
    }

    .dtr-header__container-left-about-listing-rating-reviews span span {
    display: none !important;
    }

    .dtr-main-nearby-treatment-container {
    width: 100% !important;
    }


    .dtr-main-nearby-treatment-centers__cards {
        flex-direction: column !important;
    }

    .dtx-content-nearby-div-indicators{
        display: flex !important;
    }




/* OPTIONAL */
/*   li.dtr-header__breadcrumbs-li.active {
display: none;
}

.dtr-header__container-left-about-listing {
flex-direction: column;
gap: 10px;
}

.dtr-header__container-left-about-listing-address {
width: 100%;
flex-direction: row;
display: flex;
}

.dtr-header__container-left-about-listing-rating {
width: 100%;
justify-content: left;
}
/* END OPTIONAL */



}



@media only screen and (min-width: 100px) and (max-width: 1150px)  {

    .dtr-content {

        gap: 50px !important;

    }

}



@media screen and  (min-width: 650px) {

    .dtr-header__container-left-buttons {

        flex-direction: row !important;

        gap: 40px !important;

    }

}



@media screen and  (max-width: 400px) {

    .dtr-header__container-left-about-listing {

        flex-direction: column !important;

    }



    .dtr-header__container-left-about-listing-address {

        width: 100% !important;

        justify-content: space-around !important;

        display: flex !important;

    }



    .dtr-header__container-left-about-listing-rating {

        width: 100% !important;

        justify-content: space-around !important;

    }

}


@media screen and  (max-width: 1200px) {
    .dtr-main-nearby-treatment-container{
        width: 100% !important;
        max-width: 100% !important;
    }

    .dtr-main-center{
        width: 100% !important;
        max-width: 100% !important;
    }
}





/* not action map zoom */
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {        
    pointer-events: none !important;    
}

