
body,
input,
p, p * {
    font-size: 1.4rem;
    font-family:var(--primary-font) !important;
}

.align-x-center {
    display: flex;
    justify-content: center;
}

.selectize-control .selectize-input,
.selectize-control .selectize-input input {
    cursor: pointer;
    border: none;
    box-shadow: none;
    height: 40px;
}

.selectize-input.items {
    padding: 0 !important;
}

.selectize-control {
    position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input .selectize-input {
    background: #fff;
    cursor: text;
    display: inline-block;
}

.selectize-input {
    border: 1px solid #d0d0d0;
    padding: 8px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.selectize-input>* {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
}

.selectize-input>input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 2px 0 0 !important;
    text-indent: 0 !important;
    border: 0 !important;
    background: 0 0 !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.selectize-input>input::-ms-clear {
    display: none;
}

.selectize-input>input:focus {
    outline: 0 !important;
}

.selectize-input::after {
    content: ' ';
    display: block;
    clear: left;
}

.selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: -1px 0 0;
    border-top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    -webkit-overflow-scrolling: touch;
}

.selectize-control .selectize-input,
.selectize-control .selectize-input input {
    cursor: pointer;
}

#search-widget .selectize-input.items .item {
    padding: 16px 20px !important;
    color: #000;
    font-weight: 600;
    font-size: 14px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: grey transparent transparent transparent;
}

@media print {

    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }
}

.sl-icon-plus:before {
    content: "\e095";
}

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    zoom: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    z-index: 990;
    width: 100%;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    border-top: 0;
    border-radius: 0 0 4px 4px;
}

.chosen-container a {
    cursor: pointer;
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 18px;
    height: 51px;
    line-height: 50px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08);
    background-color: #fff;
    color: #888;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 500;
    border-radius: 4px;
}

.chosen-container-single .chosen-drop {
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #888;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

.chosen-container-single .chosen-single div:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 18px;
    margin: 1px 0 0;
    right: 20px;
    position: relative;
    width: auto;
    height: auto;
    display: inline-block;
    color: silver;
    float: right;
    font-weight: 400;
    transition: transform .3s;
    transform: translate3d(0, 0, 0) rotate(0);
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 8px;
    white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
    margin: 1px 0;
    padding: 6px 20px 6px 6px;
    width: 100%;
    height: 40px;
    outline: 0;
    margin-bottom: 10px !important;
    border: 1px solid #ddd !important;
    background-color: #fbfbfb !important;
    display: block;
    position: relative;
    z-index: 9;
    background-color: #fafafa;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .04);
}

.chosen-container-single .chosen-search:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 15px;
    margin: 0 15px 0 0;
    top: 12px;
    position: relative;
    width: 11px;
    height: 5px;
    display: inline-block;
    color: #aaa;
    float: right;
    font-weight: 400;
    z-index: 10;
    transition: transform .3s;
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}

.chosen-container .chosen-results {
    color: #888;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 8px 0;
    padding: 0 4px 0 8px;
    max-height: 300px;
}

.chosen-drop::-webkit-scrollbar {
    width: 10px;
}

.chosen-drop::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, .05);
    border-radius: 10px;
}

.chosen-drop::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .2);
}

.chosen-drop::-webkit-scrollbar-thumb:hover {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .3);
}

.row.with-forms .chosen-container,
.row.with-forms input,
.row.with-forms input[type=text],
.row.with-forms select {
    margin-bottom: 18px;
}

.row.with-forms {
    margin-left: -10px;
    margin-right: -10px;
}

.with-forms .col-md-12 {
    padding: 0 10px;
}

button.button {
    background-color: #66676b;
    top: 0;
    padding: 9px 20px;
    color: #fff;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    transition: all .2s ease-in-out;
    cursor: pointer;
    margin-right: 6px;
    overflow: hidden;
    border: none;
    border-radius: 50px;
}

button.button:hover:before {
    opacity: .1;
}

button.button {
    line-height: 26px;
}

.trigger a {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 0;
    line-height: 26px;
    outline: 0;
    color: #333;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    transition: background-color .2s, color .2s;
    padding: 16px 27px;
    margin: -1px 0 0;
}

.trigger a i {
    font-size: 18px;
    top: 1px;
    position: relative;
    padding-right: 3px;
}

.trigger a i {
    margin: 0 4px 0 0;
    position: relative;
}

.toggle-container {
    padding: 28px 30px;
    border: 1px solid #e0e0e0;
    border-top: none;
}

.trigger .sl-icon-plus {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 26px;
    transform: translate3d(0, -50%, 0) rotate(0);
    transition: 0s;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

#search-widget .trigger a {
    color: #fff;
    background-color: transparent !important;
    border: none;
    padding: 0 !important;
}

#search-widget .trigger a:hover {
    text-decoration: none;
}

#search-widget .selectize-input.items {
    height: 50px !important;
}

#search-widget .selectize-control.single .selectize-input,
#search-widget .selectize-control.single .selectize-input input {
    cursor: text !important;
    display: flex;
    align-items: center;
}

#search-widget .selectize-dropdown {
    z-index: 99999;
}

.selectize-control.single .selectize-input input {
    width: 85% !important;
}

#search-widget #filter_search {
    background-color: #f1f2f4;
    color: #23527c;
    font-size: 16px;
    width: 100%;
    border-radius: 8px;
    transition: 0.5s !important;
}

#search-widget #filter_search:hover {
    background-color: #fff;
}

#search-widget {
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
}

#search-widget * {
    font-size: 20px;
}

#procedure-input-box .selectize-control .selectize-dropdown .selectize-dropdown-content::-webkit-scrollbar,
#destination .selectize-control .selectize-dropdown .selectize-dropdown-content::-webkit-scrollbar,
.chosen-container .chosen-drop .chosen-results::-webkit-scrollbar {
    width: 5px;
}

#procedure-input-box .selectize-control .selectize-dropdown .selectize-dropdown-content::-webkit-scrollbar-track,
#destination .selectize-control .selectize-dropdown .selectize-dropdown-content::-webkit-scrollbar-track,
.chosen-container .chosen-drop .chosen-results::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
#procedure-input-box .selectize-control .selectize-dropdown .selectize-dropdown-content::-webkit-scrollbar-thumb,
#destination .selectize-control .selectize-dropdown .selectize-dropdown-content::-webkit-scrollbar-thumb,
.chosen-container .chosen-drop .chosen-results::-webkit-scrollbar-thumb {
    background: #c6c8d5;
    border-radius: 10px;
}

/* Handle on hover */
#procedure-input-box .selectize-control .selectize-dropdown .selectize-dropdown-content::-webkit-scrollbar-thumb:hover,
#destination .selectize-control .selectize-dropdown .selectize-dropdown-content::-webkit-scrollbar-thumb:hover,
.chosen-container .chosen-drop .chosen-results::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.selectize-dropdown-content .nf-row,
.chosen-results li {
    border-bottom: 1px solid #e5e5e5;
    min-height: 50px;
    font-weight: 600;
}

.toggle-wrap .trigger a:hover {
    text-decoration: none !important;
}

.filter-third-dd {
    width: 100%;
    padding: 14px 20px;
    font-size: 17px !important;
    color: #777;
    border-radius: 5px;
    background-image: url(../../frontend/images/dd-icon.png);
    background-position: 95% 55%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    background-size: 9px;
}

/* GRID styles */
.d-flex {
    display: flex !important;
}

.container-card {
    margin-top: 30px;
}

.card-col {
    max-width: 48%;
    padding-inline: 16px;
    margin-bottom: 20px;
    display: inline-block;
}

.pricing-card .primary-btn {
    background: #495d7f;
    text-decoration: none;
}

.pricing-card:hover .primary-btn span {
    color: #495d7f !important;
}

.pricing-card:hover {
    border-color: #495d7f;
}

.pricing-card:hover .plan-name-blcok h3 {
    color: #fff !important;
}

.pricing-card:hover .plan-name-blcok h3.light {
    color: #495d7f !important;
    background-color: #fff;
}

.pricing-card .plan-items li {
    display: block;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #1D263A;
}

.pricing-card .data {
    height: 100%;
    width: 100%;
}

.pricing-card .plan-items li strong {
    color: #495d7f;
    font-weight: 900;
    display: inline;
    font-size: 16px !important;
}

.pricing-card .plan-items li a {
    color: #495d7f;
    text-decoration: underline;
    display: inline;
    margin-left: 5px;
    text-decoration: none;
}

.pricing-card .card-data-block {
    margin-bottom: 3rem;
    /* min-height: 450px; */

}

.pricing-card p {
    font-size: 16px;
    line-height: 180%;
    font-weight: 400;
    color: #808E9B;
}

.plan-row.d-flex.justify-content-between {
    justify-content: flex-start;
    gap: 15px;
    align-items: center;
}

.pricing-card .card-data-block {
    justify-content: flex-start !important;
}

.pricing-card .plan-items {
    margin: 20px 0 0 0;
    padding-left: 0;
}

.mb-1 {
    margin-bottom: 15px;
}

.scnd .img-btn-block {
    height: calc(100% - 327px);
}


.justify-content-between {
    justify-content: space-between !important;
}


.pricing-card .plan-name-blcok h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: var(--light-blue) !important;
    letter-spacing: -0.286px;
    margin-bottom: 4px;
    text-transform: capitalize;
    transition: 0.4s ease-in-out;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.primary-btn {
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--light-blue);
    color: #fff;
    position: relative;
    padding-inline: 18px;
    gap: 1.2rem;
    z-index: 1;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.flex-column {
    flex-direction: column;
}

.pricing-card:hover::before {
    height: 100%;
}

.pricing-card .data {
    z-index: 2;
    position: relative;
}
.pricing-card .img-block {
    width: 100%;
    height: 320px;
    overflow: hidden;
}
.primary-btn span,
.primary-btn svg,
.primary-btn img {
    text-transform: uppercase;
    font-size: 14px;
    line-height: normal;
    font-weight: 700;
    color: #fff;
    transition: 0.4s ease-in-out;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

.primary-btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    z-index: 1;
    background-color: #212529;
    transition: 0.4s ease-in-out;
}



@media (min-width:991px) {
    .toggle-wrap .sl-icon-plus::before {
        min-width: 26px;
        min-height: 26px;
        display: inline-block;
    }
    
}

@media (max-width:991px) {
    .col-md-3.pricing-col {
        width: 50% !important;
    }
    .selectize-control {
        padding: 0 20px;
        height: 55px;
        line-height: 55px;
        border-radius: 4px;
        background: #fff;
        border: 1px solid #e0e0e0;
        box-shadow: 0 1px 3px 0 rgb(0 0 0/8%);
    }

    .selectize-control.single .selectize-input:after {
        right: 10px;
    }

    .selectize-dropdown {
        z-index: 200;
    }

    .trigger .sl-icon-plus::before {
        display: inline-block;
        min-height: 26px;
        min-width: 26px;
    }
}

.pricing-card.prcing-list-card .inner {
    padding: 15px;
}


.clearfix:after {
    clear: both;
}

.sl {
    font-family: simple-line-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sl-icon-plus:before {
    content: "\e095";
}

.trigger a i {
    font-size: 18px;
    top: 1px;
    position: relative;
    padding-right: 3px;
}

.style-2 .trigger a i {
    padding-right: 6px;
}

.style-2 .trigger a:hover {
    color: #66676b;
}

.trigger.active a {
    background-color: #66676b;
    border-color: #66676b;
    color: #fff;
}

.trigger a i {
    margin: 0 4px 0 0;
    position: relative;
}

.toggle-container {
    padding: 28px 30px;
    border: 1px solid #e0e0e0;
    border-top: none;
}

.toggle-container p {
    margin: 0;
}

.style-2 .trigger a {
    border: none;
    margin: 0;
    padding: 27px 0;
    text-transform: none;
    font-size: 20px;
    font-weight: 500;
    background-color: transparent;
    color: #333;
    padding-right: 60px;
    font-weight: 400;
}

body .style-2 .trigger a {
    text-transform: none;
}

.style-2 .toggle-container {
    padding: 0 0 30px;
    border: none;
}

.style-2 .trigger.active a {
    background-color: transparent;
    border-color: transparent;
    color: #66676b;
    transition: color .1s;
}

.style-2 .toggle-wrap {
    border-bottom: 1px solid #e0e0e0;
}

.trigger .sl-icon-plus {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 26px;
    transform: translate3d(0, -50%, 0) rotate(0);
    transition: 0s;
}

.trigger.active .sl-icon-plus {
    margin-top: 2px;
    transform: translate3d(0, -50%, 0) rotate(45deg);
}

.style-2 .trigger.active a,
.style-2 .trigger a:hover {
    color: #495d7f;
}

.trigger.active a {
    background-color: #495d7f;
    border-color: #495d7f;
}

ul.ls-links {
    margin: 0 0 15px 15px;
    padding: 0;
    box-sizing: border-box;
    display: inline-block;
    float: left;
}

.ls-links li {
    position: relative;
    list-style: none;
}

.ls-links li a {
    padding: 0 0 9px 16px;
    display: inline-block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s !important;
    color: #707070;
    line-height: 21px;
}

.ls-links li a:hover {
    padding-left: 22px;
    color: #66676b;
    text-decoration: none;
}

.back_sb {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
}

.links-widget {
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
}

.links-widget * {
    color: #fff !important;
}

.links-widget>.toggle-wrap {
    border: none;
}

.style-2 .trigger.active a,
.style-2 .trigger a:hover {
    color: #495d7f;
}

.trigger.active a {
    background-color: #495d7f;
    border-color: #495d7f;
}

ul.ls-links {
    margin: 0 0 15px 15px;
    padding: 0;
    box-sizing: border-box;
    display: inline-block;
    float: left;
}

.ls-links li {
    position: relative;
    list-style: none;
}

.ls-links li a {
    padding: 0 0 9px 16px;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #707070;
    line-height: 21px;
}

.ls-links li a:hover {
    padding-left: 22px;
    color: #66676b;
}

.ls-links li:before {
    font-family: FontAwesome;
    font-size: 20px;
    content: "\f105";
    position: absolute;
    left: 0;
    top: -2px;
    padding: 0 7px 0 0;
    color: #fff;
}

.back_sb {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
}

@media (min-width:991px) {
    .toggle-wrap .sl-icon-plus::before {
        min-width: 26px;
        min-height: 26px;
        display: inline-block;
    }
}

@media (max-width:991px) {
    .trigger .sl-icon-plus::before {
        display: inline-block;
        min-height: 26px;
        min-width: 26px;
    }
}


.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-info:before {
    content: "\f129";
}

.fa-usd:before {
    content: "\f155";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.rating-counter a {
    color: #909090;
}

.star-rating .rating-counter a:hover {
    color: #66676b;
}

.list-4 {
    padding: 3px 0 0;
    font-size: 16px;
}

.list-4 li {
    list-style: none;
    margin: 14px 0;
    line-height: 27px;
    margin-left: 22px;
    position: relative;
}

.list-4 li:first-child {
    margin-top: 0;
}

.list-4 li:before {
    font-family: FontAwesome;
    margin: 0;
    position: relative;
    color: #66676b;
    float: left;
    margin-left: -22px;
    display: block;
}

.list-4 li:before {
    content: "\f192";
    font-size: 14px;
    top: 1px;
}

.list-4 li {
    margin-left: 27px;
}

.list-4 li:before {
    margin-left: -27px;
}

.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.tabs-nav li a i {
    padding-right: 5px;
    font-size: 16px;
    top: 1px;
    position: relative;
}

.tabs-nav li {
    float: left;
    line-height: 30px;
    padding: 0;
    margin-right: 4px;
    position: relative;
    z-index: 12;
}

.tabs-nav li a {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    transition: 0.5s;
}

.tabs-nav li a {
    border-bottom: 1px solid transparent;
    color: #333;
    display: inline-block;
    outline: 0;
    padding: 7px 15px;
    text-decoration: none;
    font-size: 15px;
    z-index: 11;
    position: relative;
    margin-bottom: -1px;
    transition: 0.4s !important;
}

.tabs-nav li a:hover {
    border-color: #66676b;
}

.tabs-nav li a:hover,
.tabs-nav li.active a {
    border-color: #66676b;
    color: #66676b;
    z-index: 11;
}

.tab-content {
    padding: 28px 33px;
    position: relative;
    z-index: 10;
    display: inline-block;
    width: 100%;
}

.tabs-container {
    overflow: hidden;
    width: 100%;
}

.style-1 .tabs-container .tab-content {
    border: none;
    border-top: 1px solid #e0e0e0;
    padding: 30px 0 0;
}

.listing-item-container.list-layout {
    background-color: #f7f7f7 !important;
    margin-bottom: 25px;
    box-shadow: 0 4px 6px 0 rgb(0 0 0/10%) !important;
    border: 1px solid rgba(11, 97, 128, .2) !important;
    border-radius: 6px;
    margin-bottom: 25px;
}

.listing-item-container.list-layout:hover {
    transform: translate3d(6px, 0, 0);
}

.listing-item-container.list-layout .listing-item {
    display: flex;
    background-color: transparent;
}

.listing-item-container.list-layout .listing-item:before {
    display: none;
}

.listing-item-container.list-layout .listing-item img {
    border-radius: 0;
}

.listing-item-container.list-layout .listing-item-content {
    flex: 5;
    position: relative;
    bottom: 0;
    left: 0;
    padding: 0;
    width: 100%;
    z-index: 50;
    box-sizing: border-box;
}

.listing-item-container.list-layout .listing-item-image {
    min-height: 200px;
    flex: 2;
    height: 100%;
    overflow: hidden;
    border-radius: 4px 0 0 4px;
    position: relative;
}

.listing-item-container.list-layout .listing-item-image:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    display: block;
    background-color: #272729;
    opacity: .2;
}

.listing-item-container.list-layout .star-rating {
    padding: 8px 0 0;
}

.listing-item-container {
    background-color: #f6f6f6;
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    transform: translate3d(0, 0, 0);
    transition: transform .3s;
    margin-bottom: 30px;
}

.listing-item-container:hover {
    transform: translate3d(0, -6px, 0);
}

.listing-item {
    background: #ccc;
    border-radius: 4px 4px 0 0;
    height: 100%;
    display: block;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 265px;
    z-index: 100;
    cursor: pointer;
}

.listing-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 4px 4px 0 0;
}

.listing-item:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: linear-gradient(to top, rgba(35, 35, 37, .9) 0, rgba(35, 35, 37, .45) 35%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%);
    background-color: rgba(35, 35, 37, .2);
    border-radius: 4px 4px 0 0;
    opacity: 1;
}

.listing-item-content {
    position: absolute;
    bottom: 28px;
    left: 0;
    padding: 0 32px;
    padding-right: 90px;
    width: 100%;
    z-index: 50;
    box-sizing: border-box;
}

.listing-item-content h3 {
    color: #fff;
    font-size: 20px;
    bottom: -1px;
    position: relative;
    font-weight: 700 !important;
    margin: 0;
    line-height: 31px;
}

.listing-item-content span {
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    color: rgba(255, 255, 255, .7);
}

.star-rating {
    display: block;
    font-size: 17px;
}

.listing-item-container .star-rating {
    padding: 15px 32px;
}

.star-rating .star {
    display: inline-block;
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 4px;
    position: relative;
}

.rating-counter {
    color: #909090;
    padding-left: 5px;
    display: inline-block;
    font-size: 15px;
}

.star-rating .rating-counter {
    top: -4px;
    position: relative;
    font-size: 14px !important;
}

.star-rating .star:before {
    font-family: FontAwesome;
    content: "\f005";
    display: block;
    color: #ffc600;
}

.listing-item {
    overflow: hidden;
}

.listing-badge {
    background-color: #333;
    float: left;
    position: absolute;
    transform: rotate(45deg);
    right: -64px;
    top: 22px;
    text-align: center;
    width: 200px;
    font-size: 12.5px;
    margin: 0;
    z-index: 999;
    color: #fff;
    font-weight: 500;
    line-height: 28px;
}

.listing-badge.now-open {
    background-color: #54ba1d;
}

@media (max-width:1239px) {
    .listing-item-container.list-layout .listing-item-image {
        flex: 3;
    }
}

@media (max-width:991px) {
    .listing-item-container.list-layout:hover {
        transform: none;
    }

    .listing-item-container.list-layout .listing-item {
        display: block;
        height: auto;
        padding: 0;
    }

    .listing-item-container.list-layout .listing-item .listing-badge {
        display: none;
    }

    .listing-item-container.list-layout .listing-item-image {
        min-height: auto;
    }

    .listing-item-container:hover {
        transform: none;
    }
}

@media (max-width:480px) {

    .tabs-nav li,
    .tabs-nav li a {
        width: 100%;
        padding: 0;
        border-radius: 3px;
        text-align: center;
        border-bottom: none;
    }
}

.star-rating .rating-counter a:hover,
.list-4 li:before {
    color: #495d7f;
}

.tabs-nav li a:hover {
    border-color: #495d7f;
}

.tabs-nav li a:hover,
.tabs-nav li.active a {
    border-color: #495d7f;
    color: #495d7f;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.style-1 .tabs-container .tab-content {
    border-top: none !important;
    padding: 0 !important;
}

.listing-item-content h3 {
    font-size: 16px;
}

.listing-item-content span {
    font-size: 14px;
    line-height: 22px;
}

.button-main {
    margin-top: 10px;
}

.listing-badge.now-open {
    background-color: #23527c;
}

h3 {
    color: #484848;
    font-weight: 500;
}


.listing-item-content h3 {
    font-size: 22px;
}

ul.center-box-tabs>li {
    line-height: 30px;
    margin: 0;
}

.tabs-container.center-tab-boxes>.tab-content {
    padding: 15px 0 !important;
}

.listing-badge.now-open {
    background-color: #23527c;
}

@media (min-width:992px) {
    .tabs-nav li a {
        border-bottom: 2px solid transparent;
    }

    .listing-item-container.list-layout .listing-item-image {
        max-width: 240px;
    }
}

.color-marker {
    width: 30px;
    vertical-align: middle;
    height: 30px;
    background-color: #23527c !important;
    /* background-color: #a3cc0e; */
    color: #fff;
    border-radius: 15px;
    /* padding: 5px; */
    margin-right: 10px;
    text-align: center;
    font-size: 18px;
    padding-top: 8px !important;
}

.color-marker2 {
    width: 20px;
    vertical-align: middle;
    height: 20px;
    background-color: #495d7f;
    color: #fff;
    border-radius: 15px;
    padding: 3px !important;
    margin-right: 5px;
    text-align: center;
    font-size: 13px !important;
}

@media (max-width:991px) {
    ul.center-box-tabs>li {
        line-height: 26px;
        margin: 0 5px 5px 0;
        width: auto;
        background-color: #61b2db;
        padding: 0 10px 5px 5px;
        color: #fff;
        height: 30px;
        border-radius: 15px;
    }

    ul.center-box-tabs>li a {
        color: #fff;
    }
}

.listing-item-container.list-layout .listing-item-image:before {
    background-color: #fff !important;
}

.listing-item-content h3 {
    font-size: 30px;
    font-weight: 200;
}

.listing-item-content span {
    font-size: 20px;
}

.listing-item-content h5 {
    font-size: 18px;
}

.rating-counter {
    font-size: 20px !important;
}

.listing-item-content h3 {
    font-size: 24px;
    color: #23527c !important;
    padding-bottom: 10px;
}

.price-cost {
    color: #e61e53 !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    position: relative;
    top: 6px;
    left: -3px;
}

.tab-content {
    font-size: 18px;
    display: inline-block;
    font-weight: 200;
    color: #444;
}

.star-rating .rating-counter a:hover,
.list-4 li:before {
    color: #495d7f;
}

.tabs-nav li a:hover {
    border-color: #495d7f;
}

.tabs-nav li a:hover,
.tabs-nav li.active a {
    border-color: #23527c;
    color: #fff;
    background-color: #23527c;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.style-1 .tabs-container .tab-content {
    border-top: none !important;
    padding: 0 !important;
}

.listing-item-content h3 {
    font-size: 24px;
    color: #23527c !important;
    padding-bottom: 10px;
}

.listing-item-content span {
    font-size: 16px;
    line-height: 22px;
}

.button-main {
    margin-top: 10px;
}

.listing-badge.now-open {
    background-color: #23527c;
}

h3 {
    color: #484848;
    font-weight: 500;
}

.listing-item-content h3 {
    font-size: 24px;
    color: #23527c !important;
    padding-bottom: 10px;
}

ul.center-box-tabs>li {
    line-height: 30px;
    margin: 0;
}

.tabs-container.center-tab-boxes>.tab-content {
    padding: 15px 0 !important;
}

.listing-badge.now-open {
    background-color: #23527c;
}

@media (min-width:992px) {
    .tabs-nav li a {
        border-bottom: 2px solid transparent;
    }

    .listing-item-container.list-layout .listing-item-image {
        max-width: 240px;
        max-height: 240px;
    }
}

.color-marker {
    width: 30px;
    vertical-align: middle;
    height: 30px;
    background-color: #a3cc0e;
    color: #fff;
    border-radius: 15px;
    padding: 5px;
    margin-right: 10px;
    text-align: center;
    font-size: 18px;
    padding-top: 6px;
}

.color-marker2 {
    width: 20px;
    vertical-align: middle;
    height: 20px;
    background-color: #495d7f;
    color: #fff;
    border-radius: 15px;
    padding: 3px !important;
    margin-right: 5px;
    text-align: center;
    font-size: 13px !important;
}

@media (max-width:991px) {
    ul.center-box-tabs>li {
        line-height: 26px;
        margin: 0 5px 5px 0;
        width: auto;
        background-color: #61b2db;
        padding: 0 10px 5px 5px;
        color: #fff;
        height: 30px;
        border-radius: 15px;
    }

    ul.center-box-tabs>li a {
        color: #fff;
    }
}

.listing-item-container.list-layout .listing-item-image:before {
    background-color: #fff !important;
}

@media (max-width:991px) {
    .listing-item-content h3 {
        font-size: 24px !important;
    }
}

.fa {
    min-width: 17.6px;
    min-height: 15px;
    display: inline-block;
}

.star-rating {
    display: inline-block;
    /* min-width: 215px; */
    text-align: right;
}


.large_img_cont img:not(.lazyloaded) {
    min-width: 240px !important;
    min-height: 220px !important;
    overflow: hidden;
}

.align-x-space-evenly {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.custom-button {
    background-color: #66676b;
    padding: 10px 20px;
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
    display: inline-block;
    transition: all .2s ease-in-out;
    cursor: pointer;
    overflow: hidden;
    border: none;
    border-radius: 50px;
    margin: 9px 0;
}

.button--primary {
    background-color: #495d7f;
}

.button--primary:hover {
    background: hsl(218deg 20% 39%);
    color: hsl(0deg 0% 100%);
}

.button--secondary {
    background-color: transparent;
    color: #627ca9;
    border: 2px solid #7797cf;
}

.button--secondary:hover {
    background: hsl(218deg 20% 39%);
    color: hsl(0deg 0% 100%);
    border-color: transparent;
}

.button--lg {
    text-align: center;
    max-width: fit-content;
    width: 100%;
}

.lcp-img {
    animation: placeholder ease-in-out 2s infinite;
    color: transparent;
}

.lcp-img.loaded {
    animation: none;
}

.lcp-img.loaded {
    animation: fadeIn linear .8s;
}

/* CSS Used keyframes */
@keyframes placeholder {
    0% {
        background-color: #eee;
    }

    50% {
        background-color: #ccc;
    }

    100% {
        background-color: #eee;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0%;
    }

    100% {
        opacity: 100%;
    }
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

nav {
    display: block;
}

.pagination {
    margin: 0px 0 0 15px;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 6px 21px 3px rgb(0 0 0 / 10%);
    padding: 10px;
    border-radius: 8px;
}

.pagination ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.pagination ul li a {
    padding: 12px 0;
    border-bottom: none;
    display: inline-block;
    color: #333;
    background-color: #fff;
    font-weight: 700;
    margin: 0;
    line-height: 22px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 14px;
}

.pagination ul li a {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 35px;
}

.pagination ul li a i {
    line-height: 35px;
}

.pagination ul li a:hover {
    background-color: #f2f2f2;
    color: #333;
    text-decoration: none;
}

.pagination ul {
    padding: 0;
    list-style-type: none;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.pagination li.active a {
    background-color: #495d7f;
    color: #fff;
}

.pagination li.active a {
    pointer-events: none;
    cursor: default;
}

.pagination .disabled {
    pointer-events: none;
    cursor: default;
}

.pagination li.active a {
    background-color: #495d7f;
    color: #fff;
}

.fa {
    min-width: 17.6px;
    min-height: 15px;
    display: inline-block;
}


/* @font-face {
    font-family: simple-line-icons;
    src: url(/frontend/listeo-template/fonts/simple-line-icons.eot?thkwh4);
    src: url(/frontend/listeo-template/fonts/simple-line-icons.eot?thkwh4#iefix) format("embedded-opentype"),
        url(/frontend/listeo-template/fonts/simple-line-icons.ttf?thkwh4) format("truetype"),
        url(/frontend/listeo-template/fonts/simple-line-icons.woff?thkwh4) format("woff"),
        url(/frontend/listeo-template/fonts/simple-line-icons.svg?thkwh4#simple-line-icons) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('/frontend/listeo-template/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('/frontend/listeo-template/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/frontend/listeo-template/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/frontend/listeo-template/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/frontend/listeo-template/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/frontend/listeo-template/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */


.fa-home:before {
    content: "\f015";
}

#breadcrumbs {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #888;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#breadcrumbs ul {
    margin: 0;
}

#breadcrumbs ul li a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    
}


#breadcrumbs ul li {
    display: inline-block;
    list-style: none;
    margin: 0 0 0 10px;
    font-family: var(--primary-font);
}

#breadcrumbs ul li:first-child:before {
    display: none;
}

#breadcrumbs ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    color: var(--text2-color);
    font-size: 14px;
    margin-right: 15px;
}

@media (max-width:767px) {
    #breadcrumbs {
        position: relative;
        display: block;
        margin-top: 30px;
    }

    #breadcrumbs ul li {
        margin: 0 10px 0 0;
    }
}

#breadcrumbs {
    font-size: 14px;
}

@media (max-width:991px) {
    #breadcrumbs ul li {
        margin: 0 5px 0 0;
    }

    #breadcrumbs ul li:before {
        margin-right: 5px;
    }
}

#breadcrumbs ul li {
    font-weight: 500;
}

@media (max-width:991px) {
    #breadcrumbs ul li {
        margin: 0 5px 10px 0;
    }
}

@media (max-width:767px) {
    #breadcrumbs {
        top: 0;
        margin-top: 0;
        transform: initial;
        -webkit-transform: initial;
    }
}

#breadcrumbs ul li {
    font-weight: 500;
}

@media (max-width:991px) {
    #breadcrumbs ul li {
        margin: 0 5px 10px 0;
    }
}

.fa {
    min-width: 17.6px;
    min-height: 15px;
    display: inline-block;
}

#breadcrumbs ul li:before {
    width: 5px;
    height: 14px;
    display: inline-block;
}


#breadcrumbs ul li {
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 250px;
    white-space: nowrap;
}

#breadcrumbs {
    width: 100%;
}

/* CSS Used from: Embedded */
#breadcrumbs {
    width: 100%;
    text-align: right;
}

#breadcrumbs ul {
    margin: 0;
}

#breadcrumbs ul li {
    display: inline-block;
    list-style: none;
    margin: 0 0 0 10px;
}

#breadcrumbs ul li:first-child:before {
    display: none;
}

#breadcrumbs ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    color: var(--text2-color);
    font-size: 14px;
    margin-right: 15px;
}

@media (max-width:767px) {
    #breadcrumbs {
        position: relative;
        display: block;
        margin-top: 30px;
    }

    #breadcrumbs ul li {
        margin: 0 10px 0 0;
    }
}

#breadcrumbs {
    font-size: 16px;
}

@media (max-width:991px) {
    #breadcrumbs ul li {
        margin: 0 5px 0 0;
    }

    #breadcrumbs ul li:before {
        margin-right: 5px;
    }
}


#breadcrumbs ul li {
    font-weight: 500;
}

@media (max-width:991px) {
    #breadcrumbs ul li {
        margin: 0 5px 10px 0;
    }
}

@media (max-width:767px) {
    #breadcrumbs {
        top: 0;
        margin-top: 0;
        transform: initial;
        -webkit-transform: initial;
    }
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#breadcrumbs {
    font-size: 16px;
}

@media (max-width:991px) {
    #breadcrumbs ul li {
        margin: 0 5px 0 0;
    }

    #breadcrumbs ul li:before {
        margin-right: 5px;
    }
}


#breadcrumbs ul li {
    font-weight: 500;
}

@media (max-width:991px) {
    #breadcrumbs ul li {
        margin: 0 5px 10px 0;
    }
}

.fa {
    min-width: 17.6px;
    min-height: 15px;
    display: inline-block;
}

#breadcrumbs ul li:before {
    width: 5px;
    height: 14px;
    display: inline-block;
}

#breadcrumbs ul li {
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 250px;
    white-space: nowrap;
}

.fa {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#breadcrumbs {    
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: #888;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#breadcrumbs ul {
    margin: 0;
}


#breadcrumbs ul li {
    display: inline-block;
    list-style: none;
    margin: 0 0 0 10px;
}

#breadcrumbs ul li:first-child:before {
    display: none;
}

#breadcrumbs ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    color: var(--text2-color);
    font-size: 14px;
    margin-right: 15px;
}

@media (max-width:767px) {
    #breadcrumbs {
        position: relative;
        display: block;
        margin-top: 30px;
    }

    #breadcrumbs ul li {
        margin: 0 10px 0 0;
    }

    #breadcrumbs {
        top: 0;
        margin-top: 0;
        transform: initial;
        -webkit-transform: initial;
    }
}

#breadcrumbs {
    font-size: 16px;
}


@media (max-width:991px) {
    #breadcrumbs ul li {
        margin: 0 5px 0 0;
    }

    #breadcrumbs ul li:before {
        margin-right: 5px;
    }
}

#breadcrumbs ul li {
    font-weight: 500;
}

@media (max-width:991px) {
    #breadcrumbs ul li {
        margin: 0 5px 10px 0;
    }
}

.fa {
    min-width: 17.6px;
    min-height: 15px;
    display: inline-block;
}

#breadcrumbs ul li {
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 250px;
    white-space: nowrap;
}

.fa {
    min-width: 8px;
    min-height: 15px;
}

#breadcrumbs ul li:before {
    width: 5px;
    height: 14px;
    display: inline-block;
}

.bttn.bttn--white {
    color: #7c8086;
    border-color: #d9d9d9;
    background-color: #fff;
}

.bttn {
    display: none;
    cursor: pointer;
    margin: 0;
    padding: 6px 12px;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: #515355;
    border: 1px solid #515355;
    line-height: 1.5;
    text-decoration: none;
    border-radius: 6px;
}



#search-widget .selectize-control.single input {
    margin: 5px 20px !important;
    font-weight: 500;
    font-size: 17px !important;
}

.selectize-dropdown .optgroup-header,
.selectize-dropdown [data-selectable] {
    min-height: 50px;
    padding: 15px 10px;
}

@media (min-width:1023px) {
    .cta-buttons {
        display: flex !important;
        left: auto !important;
        max-width: 13rem !important;
        bottom: 25px !important;
        box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.4) !important;
        border-radius: 8px !important;
        right: 20px;
    }

    .cta-text {
        font-size: 14px;
        color: #23527c !important;
    }

    .cta-buttons a {
        font-size: 12px;
        transition: 0.4s !important;
    }

    .cta-buttons a:hover {
        text-decoration: none !important;
        background-color: #23527c !important;
    }
}

@media (max-width:992px) {
    .hide-filters {
        display: none;
    }
}

.main-search-input {
    margin-top: 25px;
    border-radius: 50px;
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 9px;
    max-height: 68px;
    box-shadow: 0 0px 5px 0px rgb(0 0 0 /50%);
    margin: 25px 0 0 0 !important;
}

.main-search-input-item {
    flex: 1;
    border-right: 1px solid #e9e9e9;
    margin-top: 3px;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

.main-search-input .chosen-select-no-single {
    width: 100%;
    padding: 14px 20px;
    font-size: 17px !important;
    color: #777;
    border-radius: 5px;
    background-image: url(../../frontend/images/dd-icon.png);
    background-position: 95% 55%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    background-size: 9px;
    outline: 0;
    border: 0;
    margin-top: 0;
}

.main-search-input .chosen-select-no-single:focus {
    outline: 0;
}

.main-search-input .main-search-input-item:nth-last-child(2) {
    border-right: none;
    padding-left: 15px;
    padding-right: 15px;
}

.main-search-input input {
    font-size: 16px;
    border: none;
    background: #fff;
    margin: 0;
    padding: 0;
    height: 44px;
    line-height: 44px;
    box-shadow: none;
}

.main-search-input button.button {
    font-size: 18px;
    font-weight: 600;
    padding: 0 40px;
    margin-right: 1px;
    height: 50px;
    outline: 0;
}

@media (min-width:992px) {
    .main-search-input-item {
        padding: 0 15px;
    }
}

@media (max-width:991px) {
    .main-search-input select {
        font-size: 16px;
        border: 1px solid #e0e0e0;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08);
        background: #fff;
        height: 55px;
        padding: 12px 18px;
        border-radius: 4px;
    }

    .main-search-input {
        border-radius: 0;
        display: block;
        /* padding: 0; */
        max-height: 100%;
        background-color: transparent;
        box-shadow: none;
    }

    .main-search-input-item {
        border-color: transparent;
    }

    .main-search-input button.button {
        margin-top: 10px;
    }

    .main-search-input-item {
        margin-bottom: 10px;
    }

    .main-search-input .main-search-input-item:nth-last-child(2),
    .main-search-input-item {
        padding: 0;
    }

    .main-search-input input {
        padding: 0 20px;
        height: 55px;
        line-height: 55px;
        border-radius: 4px;
        background: #fff;
        border: 1px solid #e0e0e0;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08);
    }

    .main-search-input input {
        padding: 0 20px;
    }
}

@media (max-width:991px) {

    .main-search-input .main-search-input-item:nth-last-child(2),
    .main-search-input-item {
        height: 60px;
    }
}

@media (max-width:767px) {
    .main-search-input {
        margin-top: 0;
    }
}

@media (max-width:991px) {

    .main-search-input .main-search-input-item:nth-last-child(2),
    .main-search-input-item {
        height: 60px;
    }
}

.selectize-control .selectize-input,
.selectize-control .selectize-input input {
    cursor: pointer;
    border: none;
    box-shadow: none;
    height: 40px;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    font-size: 18px !important;
}

.selectize-input.items {
    padding: 0 !important;
}

.selectize-input.items .item {
    padding: 12px 0 !important;
}

.selectize-control {
    position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit;
}

.selectize-input {
    background: #fff;
    cursor: text;
    display: inline-block;
}

.selectize-input {
    border: 1px solid #d0d0d0;
    padding: 8px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.selectize-input.full {
    background-color: #fff;
}

.selectize-input>* {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
}

.selectize-input>input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 2px 0 0 !important;
    text-indent: 0 !important;
    border: 0 !important;
    background: 0 0 !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.selectize-input>input::-ms-clear {
    display: none;
}

.selectize-input>input:focus {
    outline: 0 !important;
}

.selectize-input::after {
    content: ' ';
    display: block;
    clear: left;
}

.selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: -1px 0 0;
    border-top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden;
}

.selectize-dropdown [data-selectable] {
    padding: 5px 8px;
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    cursor: pointer;
}

.selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: grey transparent transparent transparent;
}

.fa-map-marker:before {
    content: "\f041";
}

@media print {

    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

b,
strong {
    font-weight: 700;
}

button,
input,
select {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button {
    -webkit-appearance: button;
    cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

@media print {

    *,
    *:before,
    *:after {
        background: 0 0 !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
}


input[type=text] {
    margin-bottom: 8px;
}

@media (max-width:992px) {
    .hide-filters {
        display: none;
    }
}

#top_treatment_cities_widget,
#search-widget,
#top_treatment_widget,
.links-widget {
    box-shadow: 0 0 8px 6px rgb(0 0 0 / 10%);
    background: #fff;
}

.listing-item-container.list-layout .listing-item-inner {
    padding: 2rem;
}

.listing-item-container.list-layout .listing-item-inner h3 {
    color: #333
}

.listing-item-container.list-layout .listing-item-inner span {
    color: gray
}

.listing-item-content a {
    text-decoration: none;
}

@media (max-width:991px) {
    .listing-item-container.list-layout .listing-item-inner {
        position: relative;
        top: auto;
        transform: none;
        padding: 15px;
        left: 0
    }
}

@media (max-width:767px) {
    .listing-item-container.list-layout .listing-item-inner {
        padding-right: 10px
    }
}

.listing-item-container.list-layout .listing-item-inner h5 {
    margin-bottom: 0;
}

.no-mob-padding {
    padding: 0 0 0 15px
}

@media (max-width:991px) {
    .no-mob-padding {
        padding: 0
    }
}


.message-avatar img {
    object-fit: cover;
    object-position: 50% 0;
}

.messages-inbox ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.message-avatar img {
    display: inline-block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 4px solid rgba(11, 97, 128, .2);
}

.messages-inbox ul li a {
    position: relative;
    display: block;
    padding: 30px;
}

.messages-inbox ul li {
    border-bottom: 1px solid #eaeaea;
    transition: .2s;
}

.messages-inbox ul li:last-child {
    border-bottom: none;
}

.messages-inbox ul li:hover {
    background-color: #fbfbfb;
}

.messages-inbox .message-avatar {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.messages-inbox .message-by {
    margin-left: 85px;
    font-size: 15px;
    color: #666;
}

.message-by-headline h5,
.message-by-headline span {
    display: inline-block;
}

.message-by-headline span {
    float: right;
    color: #888;
    font-size: 14px;
}

.message-by-headline h5 {
    font-weight: 600;
    color: #333;
    margin: 0 0 7px;
    padding: 0;
}

.message-by-headline:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.fa-user-md:before {
    content: "\f0f0";
}

.list-box-listing-img {
    flex: 1;
    position: relative
}

.list-box-listing-img a {
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 10
}

.list-box-listing-img a:before {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: unset !important;
    border-radius: 4px;
    z-index: 11
}

.list-box-listing-img a img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 4px
}

.bookings .list-box-listing-img a:before {
    display: none
}

.bookings .list-box-listing-img {
    max-width: 70px;
    max-height: 70px;
    border-radius: 50%;
    overflow: hidden
}

.bookings .list-box-listing-img {
    margin-right: 5px
}

@media (max-width:991px) {
    .listing-item-container .list-box-listing-img {
        margin-right: 20px
    }

    .listing-item-container.pricing-item {
        cursor: default
    }
}

.mobile-nav {
    z-index: 15;
}

.fa-list:before {
    content: "\f03a";
}


.video-thumb {
    width: 100%;
    max-width: 19em;
}

.flex-row-wrap {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 992px) {
    .hide-filters {
        display: none;
    }

    .bttn {
        display: inline-block;
    }

    .video-thumb {
        width: 100%;
        max-width: 100%;
    }
}

.flex-row-column {
    display: flex;
}

@media (max-width:992px) {
    .flex-row-column {
        flex-direction: column;
    }
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-comments:before {
    content: "\f086";
}

.fa-question:before {
    content: "\f128";
}

a.send-message-to-owner.button {
    font-size: 13px;
    font-weight: 500;
    padding: 4px 20px;
    margin-top: 20px;
    margin-bottom: -5px;
}

a.button {
    background-color: #66676b !important;
    top: 0;
    padding: 9px 20px;
    color: #fff !important;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    transition: all .2s ease-in-out;
    cursor: pointer;
    margin-right: 6px;
    overflow: hidden;
    border: none;
    border-radius: 50px;
}

a.button:before {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .2s;
}

a.button:hover:before {
    opacity: .1;
}

.button i {
    padding-right: 4px;
}

a.button {
    background-color: #495d7f;
}

.butsmall {
    padding: 0 11px !important;
}

.button-main {
    margin-top: 10px;
}

a.send-message-to-owner.button {
    font-size: 14px;
}

a.button {
    background-color: #495d7f;
}

.butsmall {
    padding: 0 11px !important;
}

.button-main {
    margin-top: 10px;
}

a.send-message-to-owner.button {
    font-size: 14px;
}

.butsmall {
    padding: 0 11px !important;
}

.chosen-container-active.chosen-with-drop .chosen-drop {
    opacity: 1;
    visibility: visible;
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    background-clip: padding-box;
}

.chosen-container .chosen-results li.highlighted {
    background-color: transparent;
    border-radius: 0;
    color: #66676b;
    transition: color .2s ease-in-out;
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 9px 10px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
}

.chosen-results li.active-result {
    font-size: 15px !important;
}

.chosen-single span {
    font-size: 17px !important;
    color: black !important;
    font-weight: 600;
}

.chosen-results li.active-result {
    font-size: 17px !important;
    color: black;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.toggle-wrap .trigger a {
    color: #fff;
}

/* .toggle-container {
    background: #fff;
} */

.widget-tabs li,
.widget-tabs li:first-child {
    padding-left: 15px;
}

.trigger a {
    color: #fff !important;
    padding-left: 15px !important;
}

.fa-angle-double-down:before {
    content: "\f103";
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.widget-tabs {
    padding: 0;
    list-style: none;
}

.widget-tabs li {
    padding: 0 0 27px;
    margin: 24px 0 0;
    border-bottom: 1px solid #e0e0e0;
}

.widget-tabs li {
    padding: 0 0 20px;
    margin: 24px 0 0;
}

.widget-tabs li:first-child {
    padding: 0 0 20px;
    margin: 32px 0 0;
}

.widget-tabs li:last-child {
    border: none;
    padding-bottom: 0;
}

.widget h3 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 22px;
}

a.button.border:before {
    display: none;
}

a.button.border {
    background-color: transparent;
    color: #66676b;
    border: 1px solid #66676b;
    padding: 9px 21px;
}

a.button.border:hover {
    background-color: #66676b;
    color: #fff;
    opacity: 1;
}

a.button.border {
    font-weight: 500;
}

body .white-text {
    color: #fff;
}

.trigger a {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 0;
    line-height: 26px;
    outline: 0;
    color: #333;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    transition: background-color .2s, color .2s;
    padding: 16px 27px;
    margin: -1px 0 0;
}

.trigger a i {
    font-size: 18px;
    top: 1px;
    position: relative;
    padding-right: 3px;
}

.trigger a i {
    margin: 0 0 0 0;
    position: relative;
}

.toggle-container {
    padding: 28px 30px;
    border: 1px solid #e0e0e0;
    border-top: none;
}

.toggle-container p {
    margin: 0;
}

.widget-tabs li,
.widget-tabs li:first-child {
    margin: 10px 0 0;
    padding: 0 0 10px;
}

.widget h3 {
    margin-bottom: 45px;
}

.widget h3.widget-color-title {
    margin: -20px;
    padding: 20px;
    background-color: #4c4f8f;
    margin-bottom: 15px;
    border-top-left-radius: 5px;
    color: #fff !important;
    border-top-right-radius: 5px;
}

.r-sidebar-widget .trigger a * {
    color: #333;
}

.widget-tabs li,
.widget-tabs li:first-child {
    margin: 10px 0 0;
    padding: 0 0 10px;
}

.widget h3 {
    margin-bottom: 45px;
}

.r-sidebar-widget .trigger a * {
    color: #333;
}

.fa-angle-double-down:before {
    width: 16px;
    height: 26px;
    display: inline-block;
}

.fa-angle-double-down:before {
    content: "\f103";
}

.margin-bottom-30 {
    margin-bottom: 3rem !important;
}

.margin-top-40 {
    margin-top: 4rem !important;
}

.sidebar .toggle-wrap .trigger.active .white-text p {
    color: #fff !important;
}

.blue-title {
    color: #0b6180 !important;
}


@media (min-width:1010px) {
    .display-flex {
        display: flex;
        flex-wrap: wrap;
    }

    .row.display-flex>[class*='col-'] {
        display: flex;
        flex-direction: column;
    }
}

.related-videos iframe {
    aspect-ratio: 16/9;
}

/* widgets start */

.text-only-widget-container {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}

.widget-container-with-image {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.tag {
    color: #337ab7 !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.4rem;
    display: none;
}

.text-only-widget:hover {
    /* border-color: #000; */
}

.related-item-with-image img {
    width: 100%;
    height: auto;
    transition: filter 250ms;
    border-radius: 20px;
}

.related-item-with-image img:hover {
    filter: brightness(.95);
}

.color-black {
    color: black !important;
}

.related-item-with-image a {
    text-decoration: none;
}

/* widgets end */

.scroll-content h2 *,
.scroll-content h3 *,
.scroll-content p *,
.scroll-content span {
    font-family: var(--primary-font) !important;
}

.scroll-content h2 * {
    font-size: 2.2rem !important;
}

.scroll-content h3 * {
    font-size: 2rem !important;
}

/* .scroll-content p * {
    font-size: 15px !important;
} */

.style-1 {
    background-color: #fff;
    border-top: 1px solid #ccc;
}

.free-quote-btn,
.view-package-btn {
    transition: 0.5s !important;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
}

.free-quote-btn {
    background-color: #e61e53;
    border: 1px solid #e61e53;
}

.free-quote-btn:hover,
.view-package-btn:hover {
    text-decoration: none;
    color: #fff !important;
}

.view-package-btn {
    background-color: #23527c;
    border: 1px solid #23527c;
    margin-left: 5px;
}

.free-quote-btn:hover {
    background-color: #d11144;
}

.view-package-btn:hover {
    background-color: #090808;
}

.btn-wrapper {
    position: relative;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.discover-cta-div {
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 1rem 0 3rem;
    background: #777777d1 !important;
    border: 1px solid #e4e4e4 !important;
}

.center_table table {
    min-width: 800px;
}
.center_table {
    padding-inline: 15px;
}

.discover-cta-div p {
    color: #fff !important;
    font-weight: 500;
    margin: 0;
    font-size: 2rem !important;
}

.discover-cta-btn {
    font-size: 14px;
    background: var(--secondary-color) !important;
    padding: 1rem 2rem;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    transition: .4s !important;
    margin-top: 16px;
    line-height: 22px;
}

.discover-cta-btn:hover {
    text-decoration: none;
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

.view-more-btn {
    background-color: #185abc !important;
    color: #fff;
    padding: 5px 10px !important;
    border-radius: 15px;
    transition: 0.4s !important;
    font-size: 12px;
    position: relative;
    top: 5px;
}

.view-more-btn:hover {
    background-color: #134590 !important;
    color: #fff !important;
    text-decoration: none;
}

.comment-by span {
    padding-left: 0;
}


.selectize-control.single {
    height: 100%;
}

.selectize-input {
    display: flex;
    padding-inline: 0 !important;
    align-items: center;
}

.selectize-control .selectize-input input {
    height: auto;
}

.main-search-input {
    margin-bottom: 25px !important;
    border-radius: 10px;
    padding-left: 15px;
}

.main-search-input button.button {
    border-radius: 10px;
}

.main-search-input-item {
    padding-left: 0;
    margin-right: 15px;
}

body .selectize-input.items.not-full {
    padding-inline: 0 !important;
}

.pricing-card {
    border-radius: 12px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: rgba(0,0,0,.4) 0 0px 3px, rgba(0,0,0,.3) 0 5px 5px -3px, rgba(0,0,0,.2) 0 0px 0 inset;
}

.pricing-card>a {
    width: 100%;
    height: 100%;
    display: inline-block;
    text-decoration: none;
}

.pricing-card img {
    margin-bottom: 15px;    
    transition: .4s ease all;
}

.pricing-card .inner h5 {
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    font-weight: 600;    
    color: #555;
    font-family: var(--primary-font) !important;    
}

.pricing-card:hover img{
    transform: scale(1.1) rotate(5deg);    
}

.prcing-list-card.pricing-card::before {
    display: none;
}

.prcing-list-card.pricing-card {
    border: 0;
    margin-bottom: 30px;
}


.listing-section {
    font-size: 16px;
    line-height: 26px;
}

.listing-section strong {
    display: inline-block;
    /* margin-bottom: 20px; */
    /* font-size: 26px !important; */
    line-height: normal;
}

.listing-section h3 * {
    font-size: 20px !important;
    font-weight: 700;
    line-height: normal;
}

.listing-section h3 {
    margin: 15px 0;
}

.listing-section span {
    font-family: var(--primary-font)!important;
}

.listing-section .col-md-12 {
    margin-bottom: 30px;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ctm-view-all {
    display: flex;
    justify-content: center;
    justify-content: center;
    max-width: 175px;
    margin-inline: auto;
    color: #fff !important;
    text-decoration: none !important;
    border-radius:4px;
}

.pack-inner-content.px-2 {
    padding-inline: 30px;
}

#titlebar {
    margin-top: 40px;
    margin-bottom: 15px;
}

#titlebar h1 {
    color: var(--primary-color) !important;
}
#titlebar h2 {
    color: var(--light-black) !important;
}

#breadcrumbs ul li:first-child {
    margin-left: 0;
}

#breadcrumbs ul li:after {
    display: none;
}

#breadcrumbs ul li a {
    margin: 0 !important;
    font-size: 16px;
    transition: .4s ease all !important;
    font-family: var(--primary-font);
    color: var(--text2-color);
}

#breadcrumbs ul li a:hover {
    color: var(--light-black);
}


.selectize-dropdown-content .nf-row:hover {
    background: #f1f2f4;
}

#procedure-input-box,
#destination {
    margin-bottom: 10px;
}

#search-widget .selectize-control {
    border: 1px solid #f1f2f4;
    border-radius: 5px;
    cursor: pointer;
}

.filter-third-dd {
    border: 1px solid lightgray;
}

#search-widget .selectize-dropdown-content strong {
    margin-bottom: 5px;
    display: inline-block;
}

#search-widget .selectize-dropdown-content strong,
#search-widget .selectize-dropdown-content strong span {
    font-size: 14px !important;
    line-height: 26px;
}

#search-widget .selectize-input {
    background: transparent;
}

#search-widget .filter-third-dd {
    outline: 0;
    border: 1px solid #f1f2f4;
}

#search-widget .trigger,
.links-widget .trigger a {
    color: var(--light-blue) !important;
}

#search-widget #filter_search {
    background: var(--light-blue);
    color: #fff;
    box-shadow: 0 0 6px #3a507e66;
}

#search-widget #filter_search:hover {
    background: #fff;
    color: var(--light-blue);
}

.links-widget * {
    color: var(--light-blue) !important;
}

.ls-links li:before {
    color: var(--light-blue);
}

.same-treatment-heading {
    font-size: 24px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 0;
}

.search-pricing-main .main-search-input {
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%) !important;
    
}

main.article-dt-desc.ctm-dt-pages.search-pricing_page .center_table table th,
main.article-dt-desc.ctm-dt-pages.search-pricing_page #center_pricing_maincontainer + div table th {
    background: #d7d7d7 !important;
}


.center_table table,
main.article-dt-desc.ctm-dt-pages.search-pricing_page #center_pricing_maincontainer + div table {
    border-top: 4px solid #222222 !important;
}
table#country_pricing_table thead tr th:first-child {
    width: 60%;
}

main.article-dt-desc.ctm-dt-pages.search-pricing_page .center_table table tbody tr:not(:only-child):nth-child(even) td,
main.article-dt-desc.ctm-dt-pages.search-pricing_page #center_pricing_maincontainer + div table tbody tr:not(:only-child):nth-child(even) td {
    background: #f2f2f2 !important;
}

main.article-dt-desc.ctm-dt-pages.search-pricing_page .center_table table tbody tr:nth-child(even) {
    background: gray !important;
}

main.article-dt-desc.ctm-dt-pages.search-pricing_page .center_table table tbody tr td,
main.article-dt-desc.ctm-dt-pages.search-pricing_page #center_pricing_maincontainer + div table tbody tr td {
    background: transparent;
    text-align: left;
}
main.article-dt-desc.ctm-dt-pages.search-pricing_page .center_table table  tr th,
main.article-dt-desc.ctm-dt-pages.search-pricing_page #center_pricing_maincontainer + div table tbody tr th{
    text-align: left;
}
main.article-dt-desc.ctm-dt-pages.search-pricing_page #center_pricing_maincontainer + div table {
        margin: 25px 0;
}


.see_more_btn svg {
    width: 14px;
    height: 14px;
}
.see_more_btn svg path {
    fill: var(--secondary-color);
    transition: .4s ease all;
}
.see_more_btn:hover svg path {
    fill: var(--primary-color);
}

.note_td {
    position: relative;
}

/* .suggesion-grid.pricing-card .card-data-block {
    min-height: 250px;
} */


@media (min-width:1900px) {
    .pricing-card .inner h5 {
        font-size: 24px;
    }
}

@media (max-width:1399px) {
    .pricing-card .plan-row {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1450px) {
    .pricing-card .plan-name-blcok h3.light {
        font-size: 20px;
    }

    .pricing-card .plan-name-blcok h3 {
        font-size: 16px;
        line-height: 20px;
    }

}

@media only screen and (min-width: 320px) and (max-width: 660px) {
    .card-col {
        max-width: 100%;
    }

    .pricing-card .plan-name-blcok h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .pricing-card .plan-name-blcok h3.light {
        font-size: 20px;
    }

    .pricing-card .card-data-block {
        min-height: auto;
    }

}

/* pricing grid new */
.pricing-card h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 5px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #000 !important;
}

.pricing-card .plan-items li {
    color: #495d7f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pricing-card {
    border: 0;
}

.pricing-card .primary-btn {
    border-radius: 7px;
    overflow: hidden;
}

.pricing-card img {
    margin-bottom: 0;
    border-radius: 0 !important; 
}

.pricing-card p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.pricing-card .price {
    font-weight: 600;
    font-size: 28px;
    color: #495d7f !important;
}

.pricing-card:hover .price {
    color: #fff !important;
}

.pricing-card .card-desc {
    min-height: 226px;
    margin-bottom: 15px;
}

.pricing-card .plan-name-blcok {
    min-height: 88px;
}

.pricing-card .price i {
    font-size: 9px;
    line-height: 12px;
    position: relative;
    top: 0;
    display: inherit;
    left: 0;
    transition: .4s ease all;

}

.pricing-card:hover .price i {
    color: #fff !important;
}



@media (max-width:767px) {
.pack-inner-content.px-2{
    padding-inline: 15px !important;
}

    .pricing-card .plan-name-blcok h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .pricing-card .plan-name-blcok h3.light {
        font-size: 20px;
    }

    .pricing-card .card-data-block {
        min-height: auto;
}
    .pricing-card .card-desc,
    .pricing-card .plan-name-blcok {
        min-height: auto;

    }
}



/* pagination css */

.custom-pagination {
    margin: 10px 0 0 auto;
    list-style-type: none;
    display: flex;
    align-items: center;
    padding: 15px;
    gap: 3px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    font-size: 16px;
    border-radius: 5px;
}

.custom-pagination .prev-next-btn {
    background-color: var(--light-blue);
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    transition: .4s ease all;
}

.custom-pagination .prev-next-btn:hover {
    background-color: var(--light-red);
}

.custom-pagination li a {
    color: var(--light-blue);
    padding: 10px 15px;
    text-decoration: none;
    background-color: transparent;
    transition: .4s ease all !important;
    border-radius: 5px;
}

.custom-pagination li a:hover,
.custom-pagination li.active a {
    background-color: var(--light-blue);
    color: #fff;
}
/* 
.pricing-card .img-block {
    max-width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 5px;
    background-color: gray;
    border: 2px solid var(--light-blue);
    width: 100%;
    margin: 5px 0 8px;
} */

.pricing-card .img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}
.listing-section.blog-post * {
    font-family: var(--primary-font) !important;
    line-height: normal !important;
}

@media (max-width:480px) {
    .custom-pagination {
        padding: 5px;
        font-size: 14px;
        border-radius: 3px;
        margin-inline: auto;
    }

    .custom-pagination .prev-next-btn {
        padding: 6px 10px;
        border: 3px;
    }

    .custom-pagination li a {
        padding: 6px 9px;
        border-radius: 3px;
    }
}

.mt-0 {
    margin-top: 0 !important;
}


/* pricing detail page card new design */

.pricing-dt-card:not(i) * {
    font-family: var(--primary-font) !important;
}

.pricing-dt-card {    
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.pricing-dt-card .img-block {
    max-width: 100%;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;    
    overflow: hidden;
    transition: .4s ease all;
}
.pricing-dt-card .img-block > a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.pricing-dt-card .img-block > a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pricing-dt-card .provider-name {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color) !important;
    line-height: 22px;
    margin-bottom: 5px;    
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;   
}
.pricing-dt-card .disc-inner {
    min-height: 154px;
}

.pricing-dt-card .price-info {
    margin-top: 3px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pricing-dt-card .desc-block {
    padding: 25px 20px 20px;
    position: relative;
    z-index: 1;
    background-color: #fff;
}
.pricing-dt-card .desc-block::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #E85A4F;
    z-index: -1;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    transform: scale(0, 0);
}
.pricing-dt-card:hover .desc-block::before {
    height: 100%;
    opacity: 0.2;
    transform: scale(1, 1);
}

.pricing-dt-card .desc-block .country-block {
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: #E85A4F;
    background: #ffffff;
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    border-radius: 30px;
    position: absolute;
    padding: 9px 15px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.4s ease-out 0s;
    min-width: 170px;
    cursor: pointer;
    z-index: 2;
    margin-bottom: 0;
    width: max-content;
    display: flex;
    align-items: center;
}

.pricing-dt-card .desc-block .country-block:hover {
    background-color: #E85A4F;
    color: #fff;
}




.pricing-dt-card .treatment-title {
    font-size: 14px;
    line-height: 22px;
    color: #000 !important;
    font-weight: 600;
    margin-bottom: 3px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.pricing-dt-card .note {
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pricing-dt-card .price-info span {
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    color: #2d373c;    
}
.pricing-dt-card .price-info h6 {
    color: #e85a4f;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
}
.pricing-dt-card .price-info h6::first-letter {
    
    font-size: 14px;
}

.pricing-dt-card .more-btn svg {
    width: 15px;
    height: 15px;
    color: var(--primary-color);
    transition: .4s ease;
    text-transform: capitalize;
}


.pricing-dt-card .center-btn {
    background: var(--text-color);
    padding: 10px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: .4s ease all;
    font-size: 13px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 600;
    max-width: 85%;
    width: 100%;
    margin-inline: auto;
    gap: 10px;
}

.pricing-dt-card .center-btn:hover {
    text-decoration: none;
    color: #fff;
    background: var(--text2-color);
}

.pricing-dt-card.suggesion-grid {
    padding-top: 0;
}

.pricing-dt-card.suggesion-grid .inner {
    padding-top: 15px;
}

.pricing-dt-card.suggesion-grid .head {
    min-height: 61px;
}

.primary-btn.loadmore-btn {
    background-color: var(--secondary-color);    
    transition: .4s ease all;
    height: auto;
    padding: 12px 40px;
    border-radius: 100px;
}
.primary-btn.loadmore-btn span {
    font-weight: 600;
    letter-spacing: 1px;
}
.primary-btn.loadmore-btn:hover {
    background-color: var(--primary-color);
}

.primary-btn.loadmore-btn:before {
    background-color: var(--light-blue);
    display: none;
}

.pricing-dt-card.without-img .desc-block {
    padding: 18px;
}
.pricing-dt-card.without-img .disc-inner {
    min-height: 122px;
}

.scroll-content {    
    line-height: 23px;
    
  }
  .scroll-content ul {
    padding-left: 20px;
  }
  .scroll-content::-webkit-scrollbar-thumb{
    background: lightgray;
    border-radius: 10px;
  }
  .scroll-content::-webkit-scrollbar{
    width: 4px;
  }
  .scroll-content::-webkit-scrollbar-track {
    background: transparent;
  }
  .scroll-content .container {
    max-width: 100%;
    padding-inline: 0 !important;
  }

  .pricing-first-para {
    background: #f4f3f4;
    padding: 10px 15px 15px 15px;
    margin: 15px 0;
    border: 1px solid #66666629;
    border-left-width: 5px;
    border-left-color: #666;
}
.pricing-first-para p, .pricing-2nd-para p {
    font-size: 15px !important;
    line-height: 23px;
    word-spacing: 2px;
    margin: 0;
}
body .scroll-content h3 + div, body .scroll-content h2 + div {
    margin-bottom: 20px;
}
body .scroll-content h3, body .scroll-content h2 {
    margin-bottom: 10px;
}
body .scroll-content h2 + p {
    margin-bottom: 10px;
}
body .scroll-content p + h2, body .scroll-content p + h3{
    margin-top: 20px;
}

.pricing-first-para h2 {
    font-size: 20px;
    margin-bottom: 7px;
    color: #e85a4f;
}

.pricing-2nd-para {
        border: 1px solid #00879e85;
    padding: 10px 15px 15px 15px;
    margin-top: 30px;
    background: #00879e73;
    border-left: 5px solid #00879E;    
}

.pricing-2nd-para h2 {
    font-size: 20px;
    margin-bottom: 7px;
    color: #D8C3A5;
}

.pricing-2nd-para p {
        color: #222 !important;
}

@media (max-width:767px) {
    #titlebar {
        margin-top: 0;
    }
    .pricing-first-para h2,.pricing-2nd-para h2 {
        font-size: 18px !important;
    }

    .pricing-dt-card .desc-inner,
    .pricing-dt-card .head,
    .pricing-dt-card.suggesion-grid .head {
        min-height: auto;
    }
    .pricing-dt-card .disc-inner, .pricing-dt-card.without-img .disc-inner {
        min-height: auto;
    }

    
}


.main-search-input .filter-third-dd {
    padding: 0;
    height: 100%;    
    cursor: pointer;
}

.main-search-input #autocomplete-container {height: 100%;}

.main-search-input .filter-third-dd option {
    font-size: 18px;
    color: #000;
}
.pricing-dt-card .more-btn {
    position: absolute;
    right: 10px;
    margin-top: -17px;
}
.pricing-dt-card .more-btn svg path {
    fill: var(--primary-color);
}

.more-btn:hover {
    color: var(--secondary-color);
}

/* popup css */

.center-popup-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000000a1;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
}

.center-popup-outer .popup-main {
    background-color: #fff;
    max-width: 555px;
    width: 100%;
    padding: 25px;
    border-radius: 0;
    position: relative;
    min-height: 175px;
}

button.close-model-btn i {
    font-family: "Font Awesome 5 Free" !important;
}

.center-popup-outer .popup-main p {
    font-size: 18px;
}

.close-model-btn {
    width: 40px;
    height: 40px;
    background: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    transition: .4s ease all;
    position: absolute;
    top: -15px;
    right: -15px;
}

.close-model-btn:hover {
    background: var(--primary-color);
}

.padding-x0 {
	padding-left:0 !important ;
}

.search-containtment .col-md-8 .no-mob-padding  {
    padding: 0;
}

.search-pricing_page .title-center h1 {
    margin-bottom: 10px !important;
    font-weight: 700;
    font-size: 28px !important;
    color: #333;
}
@media (min-width: 1200px) {

    .search-containtment {
        padding: 0 5%;
    }
    
}

@media (min-width: 1920px ) {

    .search-containtment {
        width: 1840px;
        max-width: 1840px;
    }
    
}

/* search page new design styling */

.search-page-card {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 19px 55px 0px rgba(42, 30, 185, 0.15);
    position: relative;
    padding: 25px;
    margin-bottom: 30px;
    transition: .4s ease all;
}
.search-page-card .tabs-main {
    z-index: 1;
    position: relative;
}
.search-page-card.basic-center .card-desc {
    padding: 0;
}
.search-page-card.basic-center .overview-desc {
    
    margin-bottom: 15px;
}
.search-page-card.basic-center span.border-line-style {
    margin: 18px -25px 18px auto;
}

.search-page-card:hover {
    box-shadow: 0px 19px 55px 0px rgba(42, 30, 185, 0.25);
    transform: translateY(-5px);
}

.search-page-card .card-main-row {
    display: flex;
    flex-wrap: wrap;
}

.search-page-card .left-block {
    width: 29%;
}

.search-page-card .right-block {width: 71%;}

.search-page-card .img-block {
    width: 100%;
    height: 241px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}


.search-page-card .card-desc {
    padding: 0 20px;
}

.ctm-country-location {
    display: inline-flex;
    align-items: center;
    color: #A3A3A3;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 6px;
}

.ctm-country-flag {
    width: 31px !important;
    height: 31px !important;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 4px 17.7px rgba(0, 0, 0, 0.12);
    display: inline-block;
    margin-right: 5px;    
}
/* flag classes */

.search-page-card .card-desc .title {
    color: #333;
    font-size: 22px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 11px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    
}
.search-page-card .card-desc > a:hover {
    text-decoration: none;
}

.search-page-card .card-desc .btnz-container a, .search-page-card .card-desc .btnz-container button {
    text-decoration: none;
    font-size: 16px;
    min-height: 40px;
}

.search-page-card .tabs-navbar {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 8px;
}

.search-page-card .tabs-navbar li {
    list-style-type: none;
}

.search-page-card .tabs-navbar li a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #999;
    padding: 8px;
    transition: .4s ease all !important;
}

.search-page-card .tabs-navbar li.active a, 
.search-page-card .tabs-navbar li a:hover {
    background: var(--secondary-color);
    border: 0;
}
.search-page-card .tabs-navbar li a img {
    transition: .4s ease all;
}
.search-page-card .tabs-navbar li.active a img, 
.search-page-card .tabs-navbar li a:hover img {
    filter: brightness(0) invert(1);
}

.search-page-card * {
    font-family: var(--primary-font) !important;
}

.search-page-card .tab-content {
    padding: 0;
}

.search-page-card .overview-desc {
    color: #818181;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.ctm-readmore {
    color: var(--secondary-color);
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 150% */
    transition: .4s ease all;
}

.ctm-readmore:hover {
    color: var(--primary-color);
}

.ctm-reviews-sec .comment-by-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ctm-reviews-sec .review-tit {
    color: var(--primary-color);
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 150% */
    padding-right: 19px;
    border-right: 3px solid var(--secondary-color);
}

.ctm-reviews-sec .username {padding-inline: 15px;color: var(--primary-color);text-align: justify;font-size: 18px;font-style: normal;font-weight: 400;line-height: 22px;}

.ctm-reviews-sec .ctm-date {
    border-radius: 11.5px;
    background: #CCE7FF;
    color: #42698E;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.25px; /* 177.083% */
    padding: 2px 7px;
    margin-left: 10px;
}

.ctm-reviews-sec .comment-text {
    color: #333;
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 150% */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ctm-reviews-sec .view-btn {
    border-radius: 7.174px;
    background: var(--light-black);
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    padding: 2px 7px;
    display: inline-block;
}

.ctm-reviews-sec .comment-by-row .star-rating {
    width: unset !important;
}

.tab-inner-content .inner-title {
    color: var(--primary-color);
    text-align: justify;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 5px;
    font-size: 20px;
}


.ctm-pricing-sec .price-list, .ctm-packages-sec .price-list {
    padding-left: 20px;
    color: #818181;
    text-align: justify;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px; /* 141.667% */
}

.ctm-pricing-sec .price-list li, .ctm-packages-sec .price-list li {
    font-size: 12px !important;
}

.ctm-packages-sec .price-list a {
    color: #818181;
    text-align: justify;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    transition: .4s ease all;
}

.ctm-packages-sec .price-list a:hover {
    color: #1169BB;
}

ul.doctors-list {
    list-style-type: none;
    gap: 8px 24px;
    display: flex;
    flex-wrap: wrap;
}

.ctm-doctors-sec .dr-card {
    display: flex;
    align-items: center;
    gap: 8px;
}


.ctm-doctors-sec .dr-card .img-block {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ctm-doctors-sec .dr-card .dr-name {
    color: #333;
    text-align: left;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 10px; /* 154.545% */
}

.ctm-doctors-sec .dr-card .dr-speciality {
    display: inline-block;
    margin-right: 2px;
    border-radius: 10px;
    background: #e9807438;
    color: var(--primary-color);
    text-align: justify;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    padding: 1px 5px;
}

.ctm-doctors-sec .dr-card .dr-speciality:nth-child(odd) {
    color: #717171;
    text-align: justify;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 170% */
    border-radius: 10px;
    background: #7171712e;
    padding: 1px 5px;
}

ul.doctors-list li {
    width: calc(50% - 12px);
}


.btnz-container {
    gap: 30px;
    display: flex;
    align-items: center;
}

.meet-center-btn {
    color: #FFF !important;
    font-size: 16.19px;
    font-style: normal;
    font-weight: 400;
    line-height: 112.5%;
    display: inline-flex;
    align-items: center;
    gap: 13px;
    padding: 8px 16px;
    transition: .4s ease all !important;
    border-radius: 20.238px;
    background: var(--bg-dark-color);    
}

.meet-center-btn:hover {    
    background: #d8c3a5a6;
}


span.border-line-style {
    max-width: 262px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #979797;
    margin: 18px -45px 18px auto;
    position: relative;
}

span.border-line-style:before {
    content: "";
    position: absolute;
    right: 0;
    top: -6.5px;
    background: var(--primary-color);
    width: 28px;
    height: 7px;
    border-top-left-radius: 5px;
}

.search-page-card .ctm-badge {
    position: absolute;
    right: -9px;
    top: 18px;
}

.search-page-card .customer-satis {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #A3A3A3;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 200% */
    flex-wrap: wrap;
}

.ctm-star-rating {
    display: flex;
    align-items: center;
    gap: 3px;    
    margin: 10px 0 1px;
    flex-wrap: wrap;
}

.ctm-star-rating.star-rating .star:before {
    font-size: 26px;
}

.ctm-star-rating .rating-count a {
    color: #A3A3A3;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.ctm-pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    list-style: none;
}

.ctm-pagination ul li a {
    color: #000;
    text-align: justify;
    font-size: 20px;
    font-style: normal;
    font-family: var(--primary-font)!important;
    font-weight: 400;
    line-height: 17px; /* 85% */
    transition: .4s ease all !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 15px;
    width: 45px;
    height: 45px;
    background: transparent;
}

.ctm-pagination ul li a:hover, .ctm-pagination ul li.active a {
    background: linear-gradient(180deg, #B40A01 0%, #980A02 100%);
    color: #fff;
}

.ctm-pagnation-container {
    margin: 15px 0;
}

.discover-card {
    max-width: 100%;
    height: 450px;
    position: relative;
}
.discover-card .inner-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 43px 67px 25px 31px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.discover-card .inner-content p {
    color: #FFF;    
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.571px; /* 119.048% */
    font-family: var(--primary-font)!important;
}
.discover-btn {
    border-radius: 20.238px;
    background: linear-gradient(180deg, #E61E53 0%, #D01B4B 100%, #D01B4B 100%);
    box-shadow: 0px 8.095px 18.214px 0px rgba(53, 84, 131, 0.25);
    transition: .4s ease all;    
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: #FFF;    
    font-size: 16.19px;
    font-style: normal;
    font-weight: 400;
    line-height: 112.5%; /* 18.214px */
    font-family: var(--primary-font)!important;
    transition: .4s ease all;
    padding: 8px 16px;
}
.discover-btn:hover {    
    background: linear-gradient(180deg, #E68A1E 0%, #C87412 100%);
    box-shadow: 0px 8.095px 18.214px 0px rgba(53, 84, 131, 0.25);
    color: #fff;
    text-decoration: none;
}
.ctm-discover-slider .item img {
    width: 100%;
}

.ctm-pagination ul li a.disabled {
    pointer-events: none;
}
.ctm-sec-header {
    margin-bottom: 2.5rem;
}

.ctm-sec-header h3, .ctm-sec-header h2 {
    margin-bottom: 0;
    color: var(--secondary-color) !important;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 4rem; /* 59.524% */
}

/* related widgets css */

.ctm-free-quote-btn {
    border-radius: 20.238px;
    background: var(--secondary-color);
    
    color: #FFF;
    font-size: 16.19px;
    font-style: normal;
    font-weight: 400;
    line-height: 112.5%; /* 18.214px */
    display: inline-flex;
    align-items: center;
    gap: 13px;
    padding: 8px 16px;
    transition: .4s ease all !important;
}

.ctm-free-quote-btn:hover, .ctm-free-quote-btn:focus {
    text-decoration: none;
    color: #fff;    
    background: var(--primary-color);    
}

.related-videos-sec, .related-packages-sec, .related-experiences-sec {
    margin: 30px 0;
}

.ctm-sec-header > p {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 0;
}

.related-videos-card {
    border-radius: 12px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .4) 0 0px 3px, rgba(0, 0, 0, .3) 0 5px 5px -3px, rgba(0, 0, 0, .2) 0 0px 0 inset;
}

.related-videos-card * :not(i){
    font-family: var(--primary-font) !important;
}

.related-videos-card .img-wrapper {
    height: 240px;
}

.related-videos-card .desc {
    padding: 12px;
}

.related-videos-card .desc .title{
    font-size: 16px !important;
    line-height: normal;
    overflow: hidden;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 40px;
    color: #555;
    margin-bottom: 5px !important;
    margin-top: 0;
}

.px-n15 {
    margin-inline: -15px !important;
}

.related-videos-card .btnz-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.ctm-readmore-btn {
    border-radius: 20.238px;
    background: linear-gradient(180deg,#E61E53 0%,#D01B4B 100%);
    box-shadow: 0 8.095px 18.214px 0 rgba(230,30,83,.25);
    text-decoration: none;
    display: flex;
    margin-left: auto;
    align-items: center;
    gap: 15px;
    padding: 10.5px 20px;
    color: #fff;
    font-size: 16.19px;
    font-style: normal;
    font-weight: 400;
    line-height: 112.5%;
    max-width: 176px;
    width: 100%;
    justify-content: space-between;
    transition: .4s ease all
}

.ctm-readmore-btn:hover,.ctm-readmore-btn:focus {
    background: linear-gradient(180deg,#E68A1E 0%,#C87412 100%);
    box-shadow: 0 8.095px 18.214px 0 rgba(53,84,131,.25);
    text-decoration: none;
    color: #fff;
}


.related-videos-card .subtreatment {
    -webkit-line-clamp: 1;
    color: var(--text-secondary) !important;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 5px;
    margin-top: 0;
    font-weight: 400;
}

.related-videos-card .provider-name {
    margin: 0;
    -webkit-line-clamp: 1;
    line-height: normal;
    margin: 5px 0;
    font-size: 16px !important;
    color: var(--secondary-color);
}

.related-videos-card .exp-loc {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 14px !important;
}

.related-videos-card .city-country {
    color: var(--secondary-color);
    margin: 0;
    line-height: normal;
    font-size: 14px !important;
}

.related-packages-card {
    border-radius: 20px;
    background-color: #FFF;
    box-shadow: 0px 19px 55px 0px rgba(0, 0, 0, 0.05);
    padding: 20px 26px 32px;
    margin-bottom: 30px;
    transition: .4s ease all;
    background-image: url('../../frontend/images/packages-bg-img.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
 
}

.related-packages-card .img-block {
    width: 100%;
    height: 365px;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.related-packages-card .desc h3 {
    margin-bottom: 14px !important;
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 48px;
    margin-top: 0 !important;
}

.related-packages-card .desc p {
    color: #818181;
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
    padding-left: 20px;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 30px;
    min-height: 72px;
}

.related-packages-card .desc p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 4px;
    background: #E51E53;
    height: 72px;
    display: inline-block;
}
.related-packages-card .pack-price {
    font-size: 22px !important;
    color: #d91c4e;
    display: inline-flex;
    gap: 4px;
    font-weight: bold;
    align-items: center;
    margin-top: 4px;
}

.related-packages-card .pack-price span {
    color: #818181;
    font-weight: 400;
    font-size: 14px !important;
    line-height: normal;
}


.related-packages-card .img-block img {
    transition: .4s ease all;
}

.related-packages-card:hover .img-block img {
    transform: scale(1.2) rotate(5deg);    
}

.related-packages-card:hover {
    box-shadow: 0px 35px 70px 0px rgba(0, 0, 0, 0.095);
}

.related-packages-card.exp-card {    
    position: relative;
    background-image: url(../../frontend/images/related-exp-bg-2.png)
}

.related-packages-card.exp-card .exp-badge {
    position: absolute;
    top: -6px;
    right: 60px;
}
.related-packages-card.exp-card .treatment, .related-packages-card.exp-card .exp-date {
    background: #FFDECC;
    padding: 1px 7px;
    border-radius: 15px;
    color: #B14C15;
    text-align: center;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 21.25px; /* 177.083% */
    display: inline-block;
    margin-bottom: 10px;
}

.related-packages-card.exp-card .star-rating-btn-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.related-packages-card.exp-card .star-rating-btn-row a.ctm-readmore-btn {
    margin-left: 0;
}

.related-packages-card.exp-card .single-star {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #333;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 118.056% */
    opacity: 0;
}

.related-packages-card.exp-card .bottom-desc-btn {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 19px 55px 0px rgba(42, 30, 185, 0.10);
    padding: 5px 26px 32px;
    margin: 14px -26px -32px;
}

.related-packages-card.exp-card .ctm-readmore-btn:hover, .related-packages-card.exp-card .ctm-readmore-btn:focus {
    background: linear-gradient(180deg, #8F46EA 0%, #5710B2 100%);
    box-shadow: 0px 8.095px 18.214px 0px rgba(53, 84, 131, 0.25);
    
}

.related-packages-card .img-block picture img, .related-packages-card .img-block picture, .related-packages-card .img-block a {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.search-page-card.saerch-packages-card .package-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 6px;
}

.search-page-card.saerch-packages-card .package-price strong {
    color: var(--primary-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    display: inline-block;
}

.search-page-card.saerch-packages-card .package-price .pp-title span {
    color: #A3A3A3;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    display: inline-block;
}

.ctm-packages-sec .price-list.faqs li, .ctm-packages-sec .price-list.faqs li a {
    color: var(--secondary-color);
}

.ctm-packages-sec .price-list.faqs li a:hover {
    color: var(--primary-color);
}


.search-page-card.saerch-packages-card .tabs-navbar li.active a, .search-page-card.saerch-packages-card .tabs-navbar li a:hover {
    background: var(--light-black);
}


.search-page-card .img-block img, .search-page-card .img-block a {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}
.pricing-card h3 {
    font-size: 16px;
}

.search-page-card .dr-languages-block {
display: flex;
align-items: center;
gap: 5px;
margin-top: 7px;
color: #A3A3A3;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 200% */
flex-wrap: wrap;
}

.search-page-card .dr-speciality li {
    color: #e98074;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    border-radius: 20px;
    background: #e9807433;
    display: inline-block;
    padding: 1px 8px;
}

.search-page-card .dr-speciality {
list-style-type: none;
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 13px;
}
.ctm-free-quote-btn img, .meet-center-btn img {
    width: 24px;
    height: 24px;
}
.search-page-card .dr-speciality li:nth-child(even) {
    color: #fff;
    background: #d8c3a5b5;
}




.search-page-card .subtreatement-block {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.search-page-card .subtreatement-text, .search-page-card .subtreatement-text a {color: var(--secondary-color) !important;font-size: 16px;line-height: 19px;}

span.subtreatment-icon {
    background:  var(--primary-color);
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    border-radius: 50%;
}
span.subtreatment-icon img {
    filter: brightness(0) invert(1);
}

.search-page-card .subtreatement-text a.subtreatment-more-btn {
    border-radius: 4.174px;
    background: var(--light-black);
    color: #fff !important;
    padding: 2px 5px;
    display: inline-block;
}

.search-page-card .subtreatement-text a.subtreatment-more-btn:hover {
    background: var(--primary-color);
    color: #fff !important;
}

.search-page-card .subtreatement-text a:hover {
    color: var(--primary-color) !important;
}

.search-page-card.testimonials-card .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.related-packages-card .desc h3 a, .related-videos-card .desc .title a {
    color: #555 !important;
    text-decoration: none;
    font-size: 16px !important;
    line-height: normal;
  }
  .related-videos-card .subtreatment {
    -webkit-line-clamp: 1;
    color: var(--text-secondary) !important;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 5px;
    margin-top: 0;
    font-weight: 400;
}

.related-videos-card .provider-name {
    margin: 0;
    -webkit-line-clamp: 1;
    line-height: normal;
    margin: 5px 0;
    font-size: 16px !important;
    color: var(--secondary-color);
}

.related-videos-card .exp-loc {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 14px !important;
}

.related-videos-card .city-country {
    color: var(--secondary-color);
    margin: 0;
    line-height: normal;
    font-size: 14px !important;
}
  .container-fluid {
    width: 100%;
  }
  div#titlebar + #breadcrumbs {
    padding-top: 0;
}

.pricing-table {
    max-width: 100%;
    overflow-x: auto;
    margin-bottom: 30px;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.pricing-table table{
    
    max-width: 100%;
    
}

.pricing-table table td {
    font-size: 14px !important;
    color: #747474;
}

.pricing-table table th {
    font-weight: 500;
    padding: 11px;
    color: #444;
    font-size: 16px !important;
}

.pricing-table table th, .pricing-table table td {
    border: 1px solid #ddd !important;
    text-align: center;
    border-collapse: collapse;
}

.pricing-table table, .pricing-table table tr {
    border: 0;
}

.pricing-table table {
    border-collapse: collapse;
}

.pricing-table table tbody tr:nth-child(even), .pricing-table table thead tr {
    background-color: #f9f9f9;
}

.pricing-cards-row {
    display: flex;
    flex-wrap: wrap;
    
}

#breadcrumbs {
  transform: none !important;
      margin: 0 !important;
    padding-top: 10px !important;
    height: unset !important;
}


/* responsivness */

/* medium devices */

@media (max-width:1360px){
    .pricing-card .img-block {
        height: 240px;
        
    }
    .search-page-card .btnz-container {
        gap: 10px;
    }
    .search-page-card .btnz-container a svg {
        max-width: 16px;
    }
    .search-page-card .btnz-container a {
        font-size: 14px;
        padding: 8px 10px;
    }
    .pricing-dt-card .center-btn {
        max-width: 100%;
    }
}

@media (max-width:1191px){
    
    
    .search-page-card .left-block {
        width: 32%;
    }
    
    .search-page-card .right-block {
        width: 68%;
    }
    
    .search-page-card .btnz-container a {
        padding: 8px 12px;
    }
}

/* mobile and tablet screens */

@media (max-width:767px){
    .search-pricing_page .title-center h1 {
        font-size: 2.4rem !important;
    }
    .pricing-dt-card .center-btn {
        max-width: 80%;
    }
    
    .pricing-dt-card .center-btn {
        margin-top: 15px;
        
    }
    .search-page-card .left-block, .search-page-card .right-block {
        width: 100%;
    }
    
    .search-page-card {
        padding: 20px;
    }
    
    .search-page-card .card-desc {
        padding: 0;
        margin-top: 15px;
    }
    
    span.border-line-style {
        margin: 18px -20px 18px auto;
    }
    
    .search-page-card .left-block .img-block {
        margin: 20px 0;
    }
    .search-page-card .card-desc .title {
        white-space: normal;
    }
    .ctm-pagination ul li a {
        font-size: 18px !important;
        width: 35px;
        height: 35px;
    }
    .search-page-card .btnz-container a {
        padding: 8px 16px;
    }

    /* related widgets responive css */
    .related-videos-card .desc .title {
        display: block;
        min-height: auto;
        font-size: 16px;
        line-height: normal;
    }
    
    .related-videos-card .desc {
        padding: 10px;
    }
    
    .ctm-sec-header h3, .ctm-sec-header h2 {font-size: 2rem;}
    
    .ctm-sec-header > p {
        font-size: 14px;
        line-height: 20px;
    }
    .related-packages-card .desc h3, .related-packages-card .desc p {
        display: block;
        min-height: auto;
    }
}
    

    
/* small mobile devices */

@media (max-width:485px){
    .col-md-3.pricing-col {
        width: 100% !important;
    }

    .search-page-card .left-block, .search-page-card .right-block {
        width: 100%;
    }
    
    .search-page-card {
        padding: 20px;
    }
    
    .search-page-card .card-desc {
        padding: 0;
        margin-top: 15px;
    }
    
    span.border-line-style {
        margin: 18px -20px 18px auto;
    }
    
    .search-page-card .img-block {
        margin: 20px 0;
    }
    
    .search-page-card .btnz-container {flex-wrap: wrap;gap: 16px;}
    
    .search-page-card .btnz-container a, .search-page-card .btnz-container button {
        width: 100%;
        justify-content: space-between;
    }
    
    .search-page-card .card-desc .title {
        font-size: 16px !important;
        line-height: normal;
    }
    
    .tab-inner-content .inner-title {
        font-size: 18px;
    }
    
    .ctm-country-location {
        font-size: 16px;
    }
    
    .search-page-card .overview-desc, .search-page-card .ctm-readmore {
        font-size: 14px;
        line-height: 22px;
    }
        
    
    .ctm-reviews-sec .comment-text {
        font-size: 16px;
        line-height: 24px;
        margin: 10px 0;
    }
    
    .ctm-reviews-sec .comment-by-row {
        gap: 7px;
        margin-top: 5px;
    }
    
    ul.doctors-list li {
        width: 100%;
    }
    
    ul.doctors-list {
        gap: 0;
    }
    
    .search-page-card .tabs-navbar li {
        width: auto;
    }
    
    ul.tabs-nav.tabs-navbar {
        flex-wrap: wrap;
    }
    .ctm-pagination ul li a {
        font-size: 16px !important;
        width: 30px;
        height: 30px;
    }
    /* related widgets small mobile css */

    .ctm-sec-header h3, .ctm-sec-header h2 {
        font-size: 1.8rem !important;
        line-height: normal !important;
        margin-bottom: 10px !important;
      }
      
      .ctm-sec-header p {
        font-size: 14px !important;
        line-height: 20px !important;
      }
.related-packages-card .img-block {
    height: 200px;
}
.search-page-card .ctm-view-count{
    position: absolute;
    right: 25px;
    top: 302px;
}
}

