@import url(plugins/animation.css);
@import url(plugins/bootstrap.min.css);
@import url(plugins/slick.css);
@import url(plugins/slick-theme.css);
@import url(plugins/dropzone.css);
@import url(plugins/magnificpopup.css);
@import url(plugins/date-picker.css);
@import url(plugins/themify.css);
@import url(plugins/line-icons.css);
@import url(plugins/iconfont.css);
@import url(plugins/font-awesome.css);
@import url(plugins/flaticon.css);
@import url(custom.css);
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&amp;display=swap');

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.counter {
    animation-duration: 1s;
    animation-delay: 0s;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: url(../img/loader.gif) center no-repeat #ffffff;
}

/*------------------------------------------------------------
	Global Settings
-------------------------------------------------------------*/
* {
    outline: none;
}

.modal-open {
    overflow: hidden !important;
}

body {
    background: #ffffff;
    color: #000;
    font-size: 14px;
    font-family: Titillium Web, sans-serif;
    margin: 0;
    overflow-y: scroll;
    overflow-x: hidden !important;
    font-weight: 400;

}


.snackbar-container p,
.tooltip {
    font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;

    font-size: 14px !important;
    font-weight: 500 !important;
}

html {
    position: relative;
    min-height: 100%;
    background: #ffffff;
}

a {
    color: #005091;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover,
a:focus {
    text-decoration: none;
}

a.link {
    color: #36454F;
}

a.link:hover,
a.link:focus,
a:hover,
a:focus {
    color: #FFA726;
}

a.text-success:focus,
a.text-success:hover {
    color: #27b737 !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #006cff !important;
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ff9b20 !important;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #ea2b33 !important;
}

a.white-link {
    color: #ffffff;
}

a.bg-light:focus,
a.bg-light:hover {
    background-color: #f6f8f7 !important;
}

a.white-link:hover,
a.white-link:focus {
    color: #263238;
}

.overflow-hidden {
    overflow: hidden;
}

.page-link:focus {
    box-shadow: none;
}

section {
    /* padding:80px 0 80px; */
    position: relative;
}

section.space {
    /* padding:60px 0 60px; */
}

section.space.min {
    padding: 10px 0 0px;
}

section.middle {
    padding: 40px 0 40px;
}

section.middle.min {
    padding: 5px 0 10px;
}

.light-bg {
    background: #f5f5f5;
}

p {
    line-height: 1.8;
    font-size: 14px !important;
}

@media (max-width: 767px) {
    p {
        font-size: 12px !important;
    }

}

.tbl {
    display: table;
}

.full-height {
    height: 100%;
}

.no-ul-list {
    padding: 0;
}

.no-ul-list li {
    list-style: none;
}

.progress {
    margin-bottom: 1.5em;
}

.full-width {
    width: 100%;
}

p,
ul,
ol,
dl,
dt,
dd,
blockquote,
address {
    margin: 0 0 10px;
}

.owl-carousel .item {
    padding: 0 15px;
}

.explore-content h1,
.explore-content h2 {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
}

.shadow-0 {
    box-shadow: none !important;
}

.dn {
    display: none;
}

.btn:hover,
.btn:focus {
    outline: none;
    box-shadow: none;
}

.btns:hover {
    background-color: var(--theme-color) !important;
}

/*------------ GLobal Settings: Heading-------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    /* color: #000000; */
    font-weight: 600;
}


h1 {
    line-height: 40px;
    font-size: 36px;
}

h2 {
    line-height: 36px;
    font-size: 30px;
}

h3 {
    line-height: 30px;
    font-size: 24px;
}

h4 {
    line-height: 26px;
    font-size: 21px;
}

h5 {
    line-height: 22px;
    font-size: 18px;
}

h6 {
    line-height: 20px;
    font-size: 16px;
}

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

@media(max-width:768px) {

    .lead {
        font-size: 17px !important;
    }
}




.lead-i {
    font-family: 'Work Sans', sans-serif;
    font-size: 22px !important;
    font-style: italic;
}

html body .dl {
    display: inline-block;
}

html body .db {
    display: block;
}

.no-wrap td,
.no-wrap th {
    white-space: nowrap;
}

.circle {
    border-radius: 100%;
}

.theme-bg {
    background: var(--button-green) !important;
}

.dark-theme-bg {
    background: #005536;
}

.theme-bg-2 {
    background: #b41939;
}

.dark-theme-cl {
    color: #005536;
}

.trans-bg {
    background: rgba(255, 255, 255, 0.1) !important;
}

.theme-bg-light {
    background: rgba(244, 27, 59, 0.11) !important;
}

.bg-title {
    background: #03343b;
}

.bg-trans {
    background: rgba(0, 0, 0, 0.11) !important;
}

.theme-cl {
    color: var(--cta-color) !important;
}

.dark_bg {
    background: #1a212e;
}

.gray {
    background: #f4f4f7;
}

.border {
    border: 1px solid #eef2f5 !important;
}

.br-top {
    border-top: 1px solid #eef2f5 !important;
}

.br-bottom {
    border-bottom: 1px solid #eef2f5 !important;
}

.br-left {
    border-left: 1px solid #eef2f5 !important;
}

.br-right {
    border-right: 1px solid #eef2f5 !important;
}

.b-0 {
    border: none !important;
}

.br-0 {
    border-right: none;
}

.bb-0 {
    border-bottom: none;
}

.bt-0 {
    border-top: none;
}

.bl-0 {
    border-left: none;
}

.border-dark {
    border: 1px solid #000000;
}

.hover-theme:hover,
.hover-theme:focus {
    background: #F41b3b !important;
    color: #ffffff !important;
}

/*------------ Global Settings: Ul List Style ----------------*/
ul.list-style {
    padding: 0;
    margin: 0;
}

ul.list-style li {
    margin-bottom: 1.2em;
    line-height: 1.5;
    list-style: none;
    padding-left: 30px;
    position: relative;
}

ul.list-style li:before {
    content: "\e64c";
    position: absolute;
    left: 0;
    font-size: 14px;
    top: 0;
    color: #525252;
    font-family: 'themify';
}

ul.list-style.style-2 li:before {
    content: "\e628" !important;
    color: #525252;
}

ul.icons_lists {
    padding: 0;
    margin: 0;
}

ul.icons_lists li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 15px;
}

ul.icons_lists li:last-child {
    margin-bottom: 0px;
}

ul.icons_lists li:before {
    width: 15px;
    height: 15px;
    background: #f4f5f7;
    content: "\e64c";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: themify;
    font-size: 6px;
    left: 0;
    top: 3px;
    border-radius: 50%;
    color: #6f80ab;
}

ul.icons_lists.colors li:before {
    color: #F41b3b;
    background: rgba(40, 182, 97, 0.11) !important;
}

/* -------------------------- Global Settings: Font Style & Position -----------------*/
.fs-sm {
    font-size: 14px !important;
}

.fs-md {
    font-size: 16px !important;
}

.fs-lg {
    font-size: 20px !important;
}

.fs-xl {
    font-size: 40px !important;
}

.position-absolute {
    position: absolute !important;
}

.position-relative {
    position: relative;
}

.medium {
    font-size: 90%;
}

.ft-light {
    font-weight: 300;
}

.ft-regular {
    font-weight: 400;
}

.ft-medium {
    font-weight: 500;
}

.ft-bold {
    font-weight: 600;
}

.ab-left {
    left: 0.7rem;
    right: auto;
    z-index: 1;
    top: 0.7rem;
}

.ab-right {
    right: 0.7rem;
    left: auto;
    top: 0.7rem;
    z-index: 1;
}

.line-through {
    text-decoration: line-through;
}

.lh-1 {
    line-height: 1;
}

.text-underline {
    text-decoration: underline;
}

.text-upper {
    text-transform: uppercase;
}

.badge {
    padding: .47em .8em;
    font-size: 82%;
    border-radius: .15rem;
    letter-spacing: 0.08rem;
    text-wrap: wrap;
}

/*------------ Global Settings: Cutom Height ----------------*/
.ht-10 {
    height: 10px;
}

.ht-20 {
    height: 20px;
}

.ht-30 {
    height: 30px;
}

.ht-40 {
    height: 40px;
}

.ht-50 {
    height: 50px;
}

.ht-60 {
    height: 60px;
}

.ht-70 {
    height: 70px;
}

.ht-80 {
    height: 80px;
}

.ht-80 {
    height: 80px;
}

.ht-100 {
    height: 100px;
}

.ht-110 {
    height: 110px;
}

.ht-120 {
    height: 120px;
}

.ht-130 {
    height: 130px;
}

.ht-140 {
    height: 140px;
}

.ht-150 {
    height: 150px;
}

.ht-160 {
    height: 160px;
}

.ht-170 {
    height: 170px;
}

.ht-180 {
    height: 180px;
}

.ht-190 {
    height: 190px;
}

.ht-200 {
    height: 200px;
}

.ht-100 {
    height: 100%;
    min-height: 580px;
}

.h-100 {
    height: 100vh;
    min-height: 580px;
}

.hts-100 {
    height: 100%;
}

.z-index-1 {
    z-index: 0;
}

/*------------ Global Settings: Background & Image ----------------*/
.bg-dark {
    background-color: #172228 !important;
}

.text-dark {
    color: #172228 !important;
}

.bg-img-holder {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    z-index: 0;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    opacity: 0;
    background: #172228;
}

.bg-img-holder:not([class*='col-']) {
    width: 100%;
}

.bg-img-holder.background--bottom {
    background-position: 50% 100% !important;
}

.bg-img-holder.background--top {
    background-position: 50% 0% !important;
}

.image--light .bg-img-holder {
    background: none;
}

.bg-img-holder img {
    display: none;
}

.imagebg.border--round {
    overflow: hidden;
}

[data-overlay] {
    position: relative;
}

[data-overlay]:before {
    position: absolute;
    content: '';
    background: #000000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

[data-overlay] *:not(.container):not(.bg-img-holder) {
    z-index: 0;
}

[data-overlay].image--light:before {
    background: #fff;
}

[data-overlay].bg--primary:before {
    background: #4a90e2;
}

[data-overlay="1"]:before {
    opacity: 0.1;
}

[data-overlay="2"]:before {
    opacity: 0.2;
}

[data-overlay="3"]:before {
    opacity: 0.3;
}

[data-overlay="4"]:before {
    opacity: 0.4;
}

[data-overlay="5"]:before {
    opacity: 0.5;
}

[data-overlay="6"]:before {
    opacity: 0.6;
}

[data-overlay="7"]:before {
    opacity: 0.7;
}

[data-overlay="8"]:before {
    opacity: 0.8;
}

[data-overlay="9"]:before {
    opacity: 0.9;
}

[data-overlay="10"]:before {
    opacity: 1;
}

[data-overlay="0"]:before {
    opacity: 0;
}

[data-scrim-bottom] {
    position: relative;
}

.imagebg {
    position: relative;
}

.imagebg .container {
    z-index: 2;
}

.imagebg .container:not(.pos-absolute) {
    position: relative;
}

.parallax {
    overflow: hidden;
}

/**! 07. Icons **/
.icon {
    line-height: 1em;
    font-size: 3.14285714em;
}

/*-------------- GLobal Settings: Text Colors ----------------*/
div[data-overlay] h1,
div[data-overlay] h2,
div[data-overlay] h3,
div[data-overlay] h4,
div[data-overlay] h5,
div[data-overlay] h6 {
    color: #fff;
}

div[data-overlay] p {
    color: #fff;
}

.text-white {
    color: #ffffff !important;
}

.text-danger {
    color: #ea2b33 !important;
}

.text-muted {
    color: var(--theme-color) !important;
    text-transform: uppercase;
    /* font-size: 20px; */
}

.text-gray {
    color: #b3b8c5 !important;
}

.text-warning {
    color: #ff9b20 !important;
}

.text-success {
    color: #27b737 !important;
}

.text-info {
    color: #2196f3 !important;
}

.text-inverse {
    color: #3e4555 !important;
}

.text-sky {
    color: #009688 !important;
}

html body .text-blue {
    color: #02bec9;
}

html body .text-purple {
    color: #7460ee;
}

html body .text-primary {
    color: #000000 !important;
}

html body .text-megna {
    color: #1dc8cd;
}

html body .text-dark {
    color: #111111;
}

html body .text-themecolor {
    color: #e42d29;
}

/*------------------------ Global Settings: Lists ------------------*/
.lists-4,
.lists-3,
.lists-2,
.lists-1 {
    margin: 0;
    padding: 0;
}

.lists-4 li,
.lists-3 li,
.lists-2 li,
.lists-1 li {
    list-style: none;
    margin: 1px 0 10px;
    margin-left: 22px;
    position: relative;
}

.lists-4 li:before,
.lists-3 li:before,
.lists-2 li:before,
.lists-1 li:before {
    font-family: 'themify';
    margin: 0;
    position: relative;
    color: #66676b;
    float: left;
    margin-left: -22px;
    display: block;
}

.lists-4.color li:before,
.lists-3.color li:before,
.lists-2.color li:before,
.lists-1.color li:before {
    color: #e42d29;
}

.lists-1 li:before {
    content: "\e71b";
    font-size: 13px;
}

.lists-2 li:before {
    content: "\e724";
    font-size: 13px;
}

.lists-3 li:before {
    content: "\e64c";
    font-size: 13px;
}

.lists-4 li:before {
    content: "\e65d";
    font-size: 13px;
}

/*-------------- Global Settings: Alerts & Notification --------------*/
.alert-primary {
    color: #0055ff;
    background-color: #eaf1ff;
    border-color: #eaf1ff;
}

.alert-success {
    color: #27b737;
    background-color: #e9ffeb;
    border-color: #e9ffeb;
}

.alert-warning {
    color: #ff9b20;
    background-color: #fff5e9;
    border-color: #fff5e9;
}

.alert-info {
    color: #08a7c1;
    background-color: #effdff;
    border-color: #effdff;
}

.alert-danger {
    color: #ea2b33;
    background-color: #ffe7e8;
    border-color: #ffe7e8;
}

.alert-dark {
    color: #3e4758;
    background-color: #eff4ff;
    border-color: #eff4ff;
}

.alert-secondary {
    color: #4b5d6f;
    background-color: #d6dfe8;
    border-color: #d6dfe8;
}

.alert button.close {
    background: transparent;
    width: auto;
    height: auto;
    font-size: 16px;
    opacity: 0.7;
}

/*-------------- GLobal Settings: Background Colors ----------------*/
.bg-primary {
    background-color: #e42d29 !important;
}

.bg-success {
    background-color: #27b737 !important;
}

.bg-info {
    background-color: #1ac790 !important;
}

.bg-warning {
    background-color: #ff9b20 !important;
}

.bg-danger {
    background-color: #ea2b33 !important;
}

.bg-orange {
    background-color: #ec2828 !important;
}

.bg-yellow {
    background-color: #fed700;
}

.bg-facebook {
    background-color: #3b5a9a;
}

.bg-twitter {
    background-color: #56adf2;
}

html body .bg-megna {
    background-color: #1dc8cd;
}

html body .bg-sky {
    background-color: rgb(0 150 136) !important;
}

html body .bg-inverse {
    background-color: #374158;
}

html body .bg-purple {
    background-color: #7460ee;
}

html body .bg-light-primary {
    background-color: #f1effd;
}

html body .bg-light-success {
    background-color: #e8fdeb;
}

html body .bg-light-info {
    background-color: #cfecfe;
}

html body .bg-light-sky {
    background-color: rgba(0, 150, 136, 0.1) !important;
}

html body .bg-light-extra {
    background-color: #ebf3f5;
}

html body .bg-light-warning {
    background-color: #fff8ec;
}

html body .bg-light-danger {
    background-color: #ffeced;
}

html body .bg-light-inverse {
    background-color: #f6f6f6;
}

html body .bg-light-purple {
    background-color: #eeebff;
}

html body .bg-light {
    background-color: #f6f7f8 !important;
}

html body .bg-white {
    background-color: #ffffff;
}

html body .bg-whites {
    background-color: #f4f5f7;
}

html body .bg-red {
    background-color: #e21137;
}

html body .bg-green {
    background-color: #4caf50;
}

html body .bg-sky {
    background-color: #20b2c1;
}

html body .bg-blue {
    background-color: #03a9f4;
}

html body .bg-dark-blue {
    background-color: #192c48;
}

/*----------- GLobal Settings: Simple List -----------*/
ul.simple-list {
    padding: 0;
    margin: 0;
}

ul.simple-list li {
    list-style: none;
    padding: 10px 5px 10px 28px;
}

ul.simple-list li {
    list-style: none;
    padding: 10px 5px 10px 28px;
    position: relative;
}

ul.simple-list li:before {
    content: "\e6af";
    font-family: themify;
    position: absolute;
    left: 0;
}

/*------------ GLobal Settings: Table ------------*/
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid transparent;
    border-top: 0px !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f7f9fb;
}

.table tr th,
.table tr td {
    padding: 12px 15px;
    vertical-align: middle;
}

.table.tbl-big tr th,
.table.tbl-big tr td {
    padding: 20px 15px;
}

.table.tbl-big.center tr th,
.table.tbl-big.center tr td {
    padding: 20px 15px;
    text-align: center;
}

table.table tr th {
    font-weight: 600;
}

.table-dark {
    color: #fff;
    background-color: #212529;
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e !important;
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.tbl-lg .table tr th,
.tbl-lg .table tr td {
    border-color: #eaeff5;
    padding: 22px 20px;
    vertical-align: middle;
}

/*------------- GLobal Settings: Buttons ----------------*/
.btn {
    /* padding: 12px 25px; */
    cursor: pointer;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    border-radius: 0.1rem;
}

.btn.btn-sm {
    padding: 10px 15px;
}

.btn.btn-md {
    padding: 14px 30px;
}

.btn.btn-lg {
    padding: 18px 35px;
}

.text-light {
    color: white !important;
}

.btn-square {
    padding: 15px 15px;
}

.prd_btn_square {
    width: 48px;
    height: 45px;
    padding: 0;
    color: #000000;
    font-size: 17px;
    background: #ffffff;
    border-radius: 2px;
    margin: 0 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.4s;
}

.prd_btn_square:hover,
.prd_btn_square:focus {
    color: #ffffff;
    background: #212121;
}

.btn.btn-default {
    background: #ebedf1;
}

.btn-dark {
    color: #ffffff;
    background-color: #172228;
    border-color: #172228;
}

.btn-dark:hover,
.btn-dark:focus {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.btn-dark-light {
    color: #172228;
    background-color: #ffffff;
    border-color: #172228;
}

.btn-dark-light:hover,
.btn-dark-light:focus {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.text-dark {
    color: #00438b;
}

.text-gray {
    color: #e3ecfc;
}

.bg-light-theme {
    background: #fdf3f7;
}

.bg-sea-light {
    background: #E0F2F1;
}

.btn-light {
    background: #ffffff;
    border: 1px solid #e4e9ef;
    transition: all ease 0.4s;
    color: #6e81a0;
}

.btn-light:hover,
.btn-light:focus {
    background: #e4e9ef;
    border: 1px solid #e4e9ef;
    color: #6e81a0;
}

.theme-btn-light {
    color: #F41b3b;
    background: #ffffff;
    border: 1px solid #F41b3b;
    transition: all ease 0.4s;
}

.theme-btn-light:hover,
.btn-light:focus {
    background: #F41b3b;
    border: 1px solid #F41b3b;
    color: #ffffff;
}

.btn.bg-dark {
    color: #ffffff;
}

/*----------- Modal ---------------*/

button.close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 10px;
    color: #121212;
    opacity: 1;
    background: #f4f5f7;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
}

.modal.lg-modal .modal-dialog {
    max-width: 950px;
}

button.close {
    border: 1px solid #e0e0e0;
    background: #ededed;
    color: #252525;
    font-weight: 600;
}

.option-log {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    width: 100%;
    justify-content: space-between;
}

.option-log .single-log-opt {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48%;
    position: relative;
    width: 48%;
}

.option-log .single-log-opt .log-btn {
    position: relative;
    font-weight: 500;
    font-size: 13px;
    border: 1px solid #ecf2f7;
    height: 50px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #ecf2f7;
    width: 100%;
    margin: 0 auto;
}

.option-log .single-log-opt .log-btn img {
    width: 15px;
    margin-right: 7px;
}

.signup-screen-wrap {
    display: flex;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    flex-wrap: wrap;
}

.signup-screen-single {
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
    background: #ffffff;
    padding: 2rem 2rem;
}

/*----------- GLobal Settings: Pagination ------------------*/
.pagination {
    display: table;
    padding-left: 0;
    border-radius: 4px;
    margin: 20px auto 0 !important;
}

.pagination>li>a,
.pagination>li>a,
.pagination>li>span {
    position: relative;
    font-weight: 500;
    margin: 0;
    float: left;
    color: #172228;
    text-decoration: none;
    background-color: transparent;
    border-radius: 0;
    padding: 0.8rem 1rem;
    font-size: 0.925rem;
    line-height: 1;
    text-align: center;
    border: none;
    border-bottom: 1px solid #ecedf1;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover {
    z-index: 2;
    color: #F41b3b;
    cursor: pointer;
    background-color: transparent;
    border-color#F41b3b;
}

.pagination li:first-child a {
    background: transparent;
    border: none;
    border-radius: 0% !important;
    color: #172228;
}

.pagination li:last-child a {
    background: transparent;
    border: none;
    border-radius: 0% !important;
    color: #172228;
}

.pagination>li {
    display: inline;
}

.page-item.active .page-link {
    z-index: 2;
    color: #F41b3b;
    background-color: transparent;
    border-color: #F41b3b;
}

/*----------- Global Settings: Custom Checkbox & Radio Button ----------------*/
.checkbox-custom,
.radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
    margin-left: 0;
}

.checkbox-custom-label,
.radio-custom-label {
    position: relative;
    width: 100%;
}

.checkbox-custom+.checkbox-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #dae3ec;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

._adv_features_list label i {
    font-style: initial;
    font-weight: 600;
    float: right;
}

.radio-custom+.radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #dae3ec;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked+.checkbox-custom-label:before {
    background: rgba(5, 175, 120, 0.1);
    border-radius: 2px;
    border: none;
}

.checkbox-custom:checked+.checkbox-custom-label:after {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: 10px;
    color: #05af78;
}

.radio-custom+.radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked+.radio-custom-label:before {
    background: #F41b3b;
    border-color: #F41b3b;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.company-brands label {
    font-weight: normal;
    color: #828f99;
    font-size: 15px;
}

.checkbox-custom:focus+.checkbox-custom-label,
.radio-custom:focus+.radio-custom-label {
    outline: none
        /* focus style */
}

.company-brands input[type='checkbox']:focus {
    outline: none;
}

.company-brands label:focus {
    outline: none;
}

/*--------------- GLobal Settings: On off switch ---------------*/
.onoffswitch {
    position: relative;
    width: 70px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin: 0 auto;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "";
    padding-right: 27px;
    background-color: #27b737;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "";
    padding-right: 24px;
    background-color: #3e4555;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 23px;
    margin: 6px;
    background: #FFFFFF;
    height: 23px;
    position: absolute;
    top: -1px;
    bottom: 0;
    right: 35px;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

/*----------- GLobal Settings: Custom Radio Button ------------*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    /* padding-left: 28px; */
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    /* content: ''; */
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    /* background: #F41b3b; */
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*------------- GLobal Settings: Bootstrap 4 hack --------------*/
.card-columns {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.card-columns .card {
    margin-bottom: 30px;
}

.invisible {
    visibility: hidden !important;
}

.hidden-xs-up {
    display: none !important;
}

@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}

.hidden-xl-down {
    display: none !important;
}



.add-listing:hover {
    background: var(--theme-color) !important;
}


/*--------- Dashboard Dropdown ----------*/
.btn-group.account-drop {
    position: relative;
    padding: 22px 15px;
}

.account-drop .dropdown-menu a {
    padding: 0.6rem 0;
    font-size: 14px;
}

.account-drop .dropdown-menu {
    top: 70px !important;
    right: 0 !important;
    background: #fff;
    box-shadow: none;
    min-width: 250px;
    left: initial !important;
    border: none;
    padding: 0rem;
    overflow: hidden;
    border-radius: 0.4rem;
    box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    -webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
}

.drp_menu_headr {
    display: flex;
    align-items: center;
    padding: 1.2rem;
    background: #006cff;
}

.drp_menu_headr h4 {
    font-size: 18px;
    margin: 0;
    color: #ffffff;
}

.account-drop .dropdown-menu ul {
    padding: 0;
    margin: 0;
}

.account-drop .dropdown-menu ul li {
    list-style: none;
    padding: 0;
    width: 100%;
    display: block;
}

.account-drop .dropdown-menu ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #495363;
    position: relative;
    font-family: 'Jost', sans-serif;
    padding: 1rem 1.2rem;
    border-bottom: 1px solid #edf0f3;
}

.account-drop .dropdown-menu ul li:last-child a {
    border-right: none;
}

.account-drop .dropdown-menu ul li a i {
    margin-right: 4px;
    position: relative;
    top: -2px;
}

.notti_coun {
    position: absolute;
    right: 10px;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #333333;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 600 !important;
    font-family: 'Jost', sans-serif;
    color: #ffffff;
}

span.notti_coun.style-1 {
    background: #2bb170;
}

span.notti_coun.style-2 {
    background: #9972e6;
}

span.notti_coun.style-3 {
    background: #03a9f4;
}

span.expiration {
    position: absolute;
    right: 10px;
    padding: 4px 10px;
    border-radius: 4px;
    background: #f31f67;
    font-size: 12px;
    top: 13px;
    color: #ffffff;
}

.dn-counter {
    background-color: #2c2c2c;
    color: #fff;
    font-size: 10px;
    display: inline-block;
    line-height: 17px;
    min-width: 17px;
    min-height: 17px;
    border-radius: 50%;
    position: relative;
    margin-left: -5px;
    top: -4px;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding: 0 2px;
}

.navigation.navigation-portrait .dn-counter {
    top: 0px;
}

/*----------Dark Menu --------*/
@media (min-width: 993px) {
    .nav-menu.nav-menu-social>li.add-listing.bg-white {
        background: #ffffff !important;
    }

    .nav-menu.nav-menu-social>li.add-listing.bg-white a {
        color: #333333 !important;
    }

    .header.header-fixed {
        box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
        -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
        background: #ffffff;
        position: fixed !important;
        z-index: 999;
        width: 100%;
        top: 0;
        -webkit-transition: 0.2s ease-in;
        -o-transition: 0.2s ease-in;
        transition: 0.2s ease-in;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-name: slideInDown;
        animation-name: slideInDown;
    }

    .header.no-fixed-head.header-fixed {
        position: relative;
        box-shadow: none;
    }

    .header.head-shadow {
        box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
        -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
        z-index: 92;
        position: relative;
    }

    .header.head-border {
        border-bottom: 1px solid #e9ecef;
    }

    .nav-menu.nav-menu-social>li.add-listing a {
        top: -12px;
        display: flex;
        align-items: center;
    }

    .header.header-dark {
        background-color: #1f263e;
    }

    .header.header-dark .nav-brand,
    .header.header-dark .nav-brand:focus,
    .header.header-dark .nav-brand:hover,
    .header.header-dark .nav-menu>li>a {
        color: #ffffff;
    }

    .header.header-dark .nav-menu>li .nav-dropdown {
        background: #232b46;
    }

    .header.header-dark .nav-dropdown>li>a {
        border-bottom: 1px solid #2e3654;
    }

    .header.header-dark .nav-menu>li>.nav-dropdown:before {
        background-color: #232b46;
    }

    .searchingBar.fixedSearching {
        box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
        -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
        position: fixed;
        z-index: 999;
        width: 100%;
        top: 0;
        -webkit-transition: 0.2s ease-in;
        -o-transition: 0.2s ease-in;
        transition: 0.2s ease-in;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-name: slideInDown;
        animation-name: slideInDown;
    }

    /*------ transparent --------*/
    .header.header-transparent {
        background: transparent;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: inline-block;
        width: 100%;
        z-index: 6;
    }

    .header.header-transparent.header-fixed {
        box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
        -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
        background: #ffffff;
        position: fixed;
        z-index: 999;
        width: 100%;
        top: 0;
        -webkit-transition: 0.2s ease-in;
        -o-transition: 0.2s ease-in;
        transition: 0.2s ease-in;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-name: slideInDown;
        animation-name: slideInDown;
    }

    .header.header-transparent .nav-brand,
    .header.header-transparent .nav-brand:focus,
    .header.header-transparent .nav-brand:hover,
    .header.header-transparent .nav-menu>li>a {
        color: #ffffff;
    }

    .header.header-transparent.header-fixed .nav-brand,
    .header.header-transparent.header-fixed .nav-brand:focus,
    .header.header-transparent.header-fixed .nav-brand:hover,
    .header.header-transparent.header-fixed .nav-menu>li>a {
        color: #333d46;
    }

    .change-logo .nav-brand.fixed-logo {
        display: none;
    }

    .change-logo.header-fixed .nav-brand.fixed-logo {
        display: block;
    }

    .change-logo.header-fixed .nav-brand.static-logo {
        display: none;
    }

    .dark-text .nav-brand,
    .header-transparent.dark-text .nav-brand:focus,
    .header-transparent.dark-text .nav-brand:hover,
    .header-transparent.dark-text .nav-menu>li>a {
        color: #404656;
    }

    .header-transparent.dark-text .nav-menu>li>a:hover,
    .header-transparent.dark-text .nav-menu>li>a:focus {
        color: #e42d29;
    }

    .header-transparent .submenu-indicator-chevron {
        border-color: transparent #ffffff #ffffff transparent;
    }

    .header-transparent.dark-text .submenu-indicator-chevron {
        border-color: transparent #172228 #172228 transparent;
    }

    .header-transparent.header-fixed .submenu-indicator-chevron {
        border-color: transparent #506377 #506377 transparent;
    }

    .header.header-fixed a.alio_green {
        color: #07ad7f !important;
    }

    .mobile_nav {
        display: none;
    }

    li._my_prt_list a {
        display: inline-flex;
        font-size: 14px;
        font-weight: 600;
        color: #293544;
        font-family: 'Jost', sans-serif;
    }

    li._my_prt_list a span {
        width: auto;
        padding: 0px 6px;
        background: #006cff;
        border-radius: 50px;
        color: #ffffff;
        margin-right: 4px;
    }
}

@media (max-width: 992px) {
    .navigation-portrait .nav-brand {
        margin-left: 25px;
    }

    .mobile_nav {
        margin-top: 0px;
    }

    .nav-brand img {
        max-width: 110px;
        position: relative;
        top: 0px;
        float: right;
    }

    .nav-brand {
        padding: 0px 15px;
        padding-right: 0;
    }

    .nav-header {
        width: 100%;
        float: none;
    }

    .navigation-portrait .nav-brand {
        flex: 1;
    }

    .mobile_nav ul {
        display: inline-flex;
        margin: 0;
        padding: 0;
        align-items: center;
    }

    .mobile_nav ul li {
        display: inline-block;
        padding-left: 12px;
    }

    .mobile_nav ul li:first-child {
        padding-left: 0;
        line-height: 0;
    }

    .mobile_nav ul li a {
        display: inline-flex;
        font-weight: 500;
        color: #293544;
        font-family: 'Jost', sans-serif;
    }

    .mobile_nav ul li._my_prt_list a span {
        width: auto;
        padding: 0px 6px;
        background: #006cff;
        border-radius: 50px;
        color: #ffffff;
        margin-right: 4px;
    }

    .mobile_nav ul li i.fas {
        position: relative;
        top: 3px;
    }

    .navigation-portrait .nav-menu.nav-menu-social {
        display: none;
    }

    .mobile_nav .account-drop .btn.btn-order-by-filt img.avater-img {
        width: 25px;
        border-radius: 50%;
    }

    .mobile_nav ul li a.add_prt {
        width: 34px;
        height: 34px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #fb8b00;
        border-radius: 50%;
        color: #ffffff;
        line-height: 0;
    }

    .mobile_nav ul li a.add_prt i.fas {
        top: 0;
    }
}



/*
DROPDOWN STYLE
=========================== */
nav .menu>li.dropdown>a:before,
nav .menu>li.megamenu>a:before {
    margin-left: 10px;
    content: "\e61a";
    font-family: 'themify';
    float: right;
    position: relative;
    font-size: 12px;
    top: 2px;
}

nav .menu>li.dropdown li.dropdown>a:before {
    margin-left: 10px;
    content: "\e649";
    font-family: 'themify';
    float: right;
    position: relative;
    font-size: 14px;
    top: 1px;
}

nav .menu li.dropdown.open>a {
    color: #e74c3c;

}

.top-header {
    background: #232c3d;
    padding: 12px 0;
    color: #ffffff;
}

.cn-info ul {
    padding: 0;
    margin: 0;
}

.cn-info ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}

.cn-info ul li i {
    margin-right: 5px;
}

.cn-info ul li:last-child {
    margin-right: 0;
}

.top-social {
    padding: 0;
    margin: 0;
    float: right;
}

.top-social li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}

.top-social li:last-child {
    margin-right: 0;
}

.top-social li a {
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 12px;
    border-radius: 50%;
}

.mg-menu-items {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}

.mg-menu-items i {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
}

.mg-menu-items h5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 16px;
    font-size: 15px;
    color: #031b4e;
    margin-bottom: 0;
}

.mg-menu-items h5>span {
    color: #72809D;
    display: block;
    font-weight: 500;
    font-family: 'Muli', sans-serif;
}

.account-drop .btn.btn-order-by-filt {
    padding: 3px;
    margin-top: 0;
    font-weight: 600;
    border-radius: 50% !important;
    box-shadow: 0px 0px 0px 3px rgb(237 240 245);
    -webkit-box-shadow: 0px 0px 0px 3px rgb(237 240 245);
}

.account-drop .btn.btn-order-by-filt img.avater-img {
    width: 30px;
    border-radius: 50%;
}

li.login-attri .account-drop a {
    height: auto;
    line-height: 1.5;
    padding: 10px 10px !important;
    box-shadow: none;
    color: #606c8e !important;
    font-size: 15px;
}


/*===================================================
 Homes Banner Design
==================================================*/
.image-cover {
    display: flex;
    height: auto;
    padding: 5rem 0;
    align-items: center;
    position: relative;
    justify-content: center;
    background-position: center !important;
    background-size: cover !important;
}

.bg-cover {
    background-position: center !important;
    background-size: cover !important;
}

.image-cover.image_bottom {
    background-position: bottom !important;
}

.home-banner {
    transition: all 0.6s;
    border-radius: 0;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
}

.intro-bg {
    background: #eff6f2;
}

.home-banner {
    min-height: 520px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.bnc-ico {
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    color: #aeb3bb;
    font-size: 17px;
}

.main-search-wrap {
    background: #fff;
    padding: 0 120px 0 0;
    border-radius: 6px;
    margin-top: 50px;
    display: flex;
}

.fl-wrap {
    width: 100%;
    position: relative;
}

.main-search-item {
    float: left;
    width: 33.3%;
    box-sizing: border-box;
    border-left: 1px solid #eee;
    height: 70px;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.half-column .main-search-item {
    width: 50%;
}

.one-column .main-search-item {
    width: 100%;
}

.main-search-wrap .main-search-item:first-child {
    border: none;
}

.main-search-button .btn {
    position: absolute;
    right: 0px;
    height: 70px;
    width: 120px;
    color: #fff;
    top: 0;
    font-weight: 500;
    border: none;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.main-search-button .btn i {
    margin-left: 5px;
}

.main-search-item .radius {
    border-radius: 6px 0 0 6px;
}

.main-search-item .form-control {
    box-shadow: none;
    border: none;
    height: 70px !important;
}

span.search-tag {
    padding-left: 10px;
    font-size: 17px;
    font-weight: 600;
    color: #1d1f22;
}

span.search-tag i {
    color: #b7bdc5;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.Goodup-search-shadow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 8px 16px rgb(146 152 198 / 8%);
    -webkit-box-shadow: 0 8px 16px rgb(146 152 198 / 8%);
    padding: 2rem;
    margin-top: -60px;
    z-index: 22;
}

.Goodup-search-shadow .main-search-wrap {
    margin: 0;
    border: 1px solid #eee;
}

.Goodup-top-cates {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.Goodup-top-cates ul {
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
}

.Goodup-top-cates ul li {
    display: inline-block;
    padding: 0.5rem;
    list-style: none;
}

.Goodup-top-cates ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 110px;
    height: 100px;
    border-radius: 6px;
    transition: all ease 0.4s;
}

.Goodup-top-cates ul li a .Goodup-tp-ico {
    font-size: 25px;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 5px;
}

.Goodup-top-cates ul li a .Goodup-tp-title h5 {
    font-size: 13px;
    margin: 0;
    letter-spacing: 0.2px;
}

.Goodup-top-cates ul li a:hover,
.Goodup-top-cates ul li a:focus,
.Goodup-top-cates ul li a:active {
    background: #ffffff;
}

.Goodup-top-cates ul li a:hover .Goodup-tp-title h5,
.Goodup-top-cates ul li a:focus .Goodup-tp-title h5,
.Goodup-top-cates ul li a:active .Goodup-tp-title h5 {
    color: #353535;
}

.Goodup-top-cates ul li a:hover .Goodup-tp-ico,
.Goodup-top-cates ul li a:focus .Goodup-tp-ico,
.Goodup-top-cates ul li a:active .Goodup-tp-ico {
    color: #f41b3b;
}

.Goodup-counter {
    position: relative;
    width: 100%;
}

.Goodup-counter ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.Goodup-counter ul li {
    display: block;
    list-style: none;
    margin: 2rem 0;
}

.Goodup-counter ul li .Goodup-ylp-first h3 {
    font-size: 35px;
    font-weight: 600;
    margin: 0 0 5px;
}

.Goodup-counter ul li .Goodup-ylp-last span {
    font-size: 13px;
    font-weight: 500;
}

.Goodup-counter ul li .Goodup-ylp-first h3 span {
    margin-right: 2px;
}

.Goodup-bnr-cats {
    display: block;
    padding: 0rem;
}

.Goodup-bnr-cats ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
    row-gap: 8px;
    width: 100%;
    align-items: center;
    justify-content: start;
}

.Goodup-bnr-cats.center ul {
    justify-content: center;
}

.Goodup-bnr-cats ul li {
    display: inline-block;
    list-style: none;
    color: #ffffff;
    font-weight: 500;
    position: relative;
}

.Goodup-bnr-cats ul li a {
    color: #ffffff;
    background: rgb(21 20 20 / 75%);
    border-radius: 2px;
    font-weight: 500;
    font-size: 13px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    text-transform: capitalize;
    transition: all ease 0.4s;
}

.Goodup-bnr-cats.dark ul li {
    color: #111111;
}

.Goodup-bnr-cats.dark ul li a {
    background: rgba(2, 2, 2, 0.03);
    color: #252525;
}

.Goodup-bnr-cats.rounded ul li a {
    border-radius: 50px;
}

.Goodup-bnr-cats ul li a:hover,
.Goodup-bnr-cats ul li a:focus,
.Goodup-bnr-cats ul li a:active {
    color: #F41b3b;
    background: #ffffff;
}

.Goodup-bnr-cats.dark ul li a:hover,
.Goodup-bnr-cats.dark ul li a:focus,
.Goodup-bnr-cats.dark ul li a:active {
    color: #ffffff;
    background: #121212;
}

.Goodup-over-cats-sty {
    display: flex;
    align-items: self-start;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 2.5rem;
}

.Goodup-over-cats-sty ul {
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    margin: 1rem 0 0 0;
    padding: 0;
    padding-right: 20px;
}

.Goodup-over-cats-sty ul li {
    display: inline-block;
    list-style: none;
}

.Goodup-over-cats-sty li a {
    height: 45px;
    width: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 60px;
    margin-right: -15px;
    background: #252525;
    color: #ffffff;
    transition: all ease 0.4s;
}

.Goodup-over-cats-sty li a.bg-1 {
    background: #f44336;
}

.Goodup-over-cats-sty li a.bg-2 {
    background: #03a9f4;
}

.Goodup-over-cats-sty li a.bg-3 {
    background: #8bc34a;
}

.Goodup-over-cats-sty li a.bg-4 {
    background: #ff9800;
}

.Goodup-over-cats-sty li a.bg-5 {
    background: #9558da;
}

.Goodup-over-cats-sty li a.bg-6 {
    background: #795548;
}

.Goodup-over-cats-sty li a.bg-7 {
    background: #607d8b;
}

.Goodup-over-cats-sty li a.bg-more {
    background: #009688;
}

.Goodup-over-cats-sty li a:hover,
.Goodup-over-cats-sty li a:focus,
.Goodup-over-cats-sty li a:active {
    margin: 0;
}

.nav-menus-wrapper .fl-wrap {
    float: left;
    width: auto;
    position: relative;
    margin: 8px 0;
    border: 1px solid #e9ebf1;
}

.nav-menus-wrapper span.search-tag {
    font-size: 12px;
    font-weight: 500;
}

.nav-menus-wrapper .main-search-item {
    height: 46px;
}

.nav-menus-wrapper .main-search-item .form-control {
    box-shadow: none;
    border: none;
    font-size: 14px;
    height: 46px !important;
}

.nav-menus-wrapper .main-search-button .btn {
    height: 40px;
    width: auto;
    padding: 0 10px;
    margin: 3px;
    border-radius: 5px;
}

.uli-list-info {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
}

.uli-list-features ul {
    margin: 0;
    padding: 0;
}

.uli-list-features ul li {
    list-style: none;
    display: block;
    padding: 1rem 0;
    max-width: 550px;
}

.uli-list-features ul li:last-child {
    padding-bottom: 0;
    border: none;
}

.uli-list-features .list-uiyt {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.list-uiyt-capt {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.uli-list-features .list-uiyt .list-iobk {
    width: 65px;
    height: 65px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f41b3b;
    margin-right: 1rem;
    border-radius: 4px;
    background: rgba(244, 27, 59, 0.1);
    font-size: 18px;
}

.uli-list-features .list-uiyt-capt h5 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #252525;
}

/*----------------- New Homes -----------------*/
.banner_title_xxl {
    font-size: 50px;
    line-height: 1.3;
}

.video-homes {
    position: relative;
    width: 100%;
}

.video-homes video {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-homes .video-overlay {
    content: "";
    position: absolute;
    background: #121212;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.video-homes .container {
    position: relative;
    z-index: 2;
}

.home-7 {
    background: #f4f5f7;
    position: relative;
    overflow: hidden;
}

.home-7 .container {
    position: relative;
    z-index: 2;
}

.home-7 .blockWrap {
    position: absolute;
    background: #172228;
    height: 100%;
    right: 0;
    width: 30%;
    z-index: 1;
}

.home-7 .blockWrap .block {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #E91E63;
    right: -50px;
    bottom: -50px;
}

.home-7 .blockWrap .block2 {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #ffa622;
    right: -50px;
    top: -50px;
}

.home-7 .imgSlide {
    width: 100%;
    padding: 0;
    margin: 1rem 0;
    border-radius: 25% 2% 25% 2%;
    overflow: hidden;
}

.home-7 .imgSlide .slick-slide {
    width: 100%;
}

.home-7 .imgSlide .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-7 .imgSlide .slick-dots {
    bottom: 10px !important;
}

.home-banner.home-8 {
    position: relative;
    padding: 80px 0;
}

.home-banner.home-8 .container {
    position: relative;
    z-index: 2;
}

.home-banner.home-8 .slider-banner {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.home-banner.home-8 .slick-list.draggable {
    height: 100%;
}

.home-banner.home-8 .slick-track {
    height: 100%;
}

.home-banner.home-8 .slider-banner .imgSlide {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.home-banner.home-8 .slider-banner .singleSlide img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}

.home-banner.home-8 .slider-banner .singleSlide:before {
    content: "";
    position: absolute;
    background: #151515;
    opacity: 0.6;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: block;
}

.home-banner.home-8 .slider-banner.hideDots .slick-dots {
    display: none !important;
}

.home-banner.home-9 {
    height: auto !important;
    background-size: 60% !important;
    background-position: bottom right !important;
}

.modernSearch {
    position: relative;
    max-width: 650px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 50px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 15px;
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
}

.modernSearch.left {
    margin: 1rem 0;
    box-shadow: none;
}

.modernSearch.shadows {
    box-shadow: 0 0 8px 0 rgba(2, 2, 2, 0.1);
    -webkit-box-shadow: 0 0 8px 0 rgba(2, 2, 2, 0.1);
}

.modernSearch .fieldWrap {
    flex: 1;
    position: relative;
}

.modernSearch .fieldWrap .form-control {
    border: none;
    background: transparent;
    padding-left: 50px;
    font-size: 16px;
    height: 60px !important;
}

.modernSearch .fieldWrap .ico {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    opacity: 0.7;
}

.modernSearch .buttonBox .btn {
    padding: 0;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    font-weight: 600;
    color: #ffffff;
    font-size: 20px;
}

.offerWrap {
    width: 100%;
    background: #ffe5ea;
    border: 1px solid #f7d4db;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.offerWrap .offerCaps {
    padding: 1rem 0rem 1rem 2rem;
    max-width: 300px;
}

.offerWrap .offerCaps .off {
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ee0b3b;
    padding: 0 10px;
    border-radius: 4px;
    color: #ffffff;
    margin-bottom: 10px;
}

.offerWrap .offerCaps .title {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.offerWrap .offerCaps .btn {
    height: 50px;
    padding: 0px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.offerWrap .slice {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40%;
    border-radius: 100% 0% 0% 100%;
    overflow: hidden;
}

.offerWrap .slice img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.offerWrap.offer-02 {
    background: #e6f1da;
    border-color: #d5e4c6;
}

.offerWrap.offer-02 .off {
    background: #8BC34A;
}

.offerWrap.offer-03 {
    background: #fff8e5;
    border-color: #fff1ca;
}

.offerWrap.offer-03 .off {
    background: #FFC107;
}


/*----------------- Map Styles -------------------*/
.home-map-banner.full-wrapious {
    position: relative;
    top: 0;
    left: 0;
    height: 585px;
    width: 100%;
    overflow: hidden;
}

.hm-map-container.fw-map #map {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    overflow: hidden;
}

.cl-justify {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1.5rem;
    position: relative;
}

.fs-left-map-box {
    float: right;
}

.fs-left-map-box .hm-map-container.fw-map {
    width: 35%;
    height: 100%;
    position: fixed;
    right: 0;
    z-index: 22;
    -webkit-transform: translate3d(0, 0, 0);
    overflow: hidden;
}

.small-map .fs-left-map-box .hm-map-container.fw-map {
    width: 25%;
}

.half-map .fs-inner-container {
    position: relative;
    width: 65%;
    min-height: 100vh;
    z-index: 10;
    float: left;
}

.half-map.small-map .fs-inner-container {
    width: 75%;
}

.fs-content {
    max-height: 100%;
    overflow: auto;
    padding: 0;
    overflow: visible;
}

.half-map .fs-content {
    padding: 2em;
}

.cluster-visible {
    background: transparent !important;
    color: #ffffff !important;
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: radial-gradient(circle, #27ae60 35%, #138442 100%) !important;
    border-radius: 50%;
    font-size: 16px !important;
}

.gm-style {
    font: 400 14px 'Jost', sans-serif !important;
    text-decoration: none;
}

.infoBox {
    width: 290px !important;
}

.infoBox>img {
    position: absolute !important;
    left: 5px;
    top: 7px;
    z-index: 2;
    cursor: pointer;
}

button.map-btn {
    padding: 6px 15px;
    background: #ffffff;
    font-weight: 500;
    font-size: 13px;
    border: 1px solid #eeeeee;
    float: right;
    /* color: #f41b3b; */
}

.half-map.small-map.no-map .fs-inner-container,
.half-map.no-map .fs-inner-container {
    width: 100%;
    transition: all ease 0.4s;
}

.small-map.no-map .fs-left-map-box .hm-map-container.fw-map,
.no-map .fs-left-map-box .hm-map-container.fw-map {
    width: 100%;
    display: none;
    transition: all ease 0.4s;
}

.gm-style .Goodup-author img {
    max-width: 100% !important;
}

/*===================================================
	Listing Elements
==================================================*/
/*----------------- Grid List Styles -----------------*/
.Goodup-grid-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 6px;
    overflow: hidden;
    background: #ffffff;
}

.Goodup-grid-fl-wrap {
    float: left;
    width: 100%;
    position: relative;
    border: 1px solid #eeeeee;
    border-radius: 0 0 6px 6px;
    overflow: initial;
}

.Goodup-grid-upper {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
}

.Goodup-grid-thumb a {
    display: block;
    position: relative;
}

.Goodup-grid-thumb a img {
    position: relative;
    display: block;
    width: 100%;
    transition: all ease 0.5s;
}

.Goodup-grid-thumb a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
    background: #202838;
    z-index: 1;
}

.Goodup-author {
    position: absolute;
    right: 10px;
    top: -30px;
    width: 55px;
    height: 55px;
    object-fit: cover;
    border: 4px solid #ffffff;
    border-radius: 50%;
    z-index: 2;
}

.Goodup-author a {
    display: block;
    position: relative;
}

.Goodup-cates a {
    font-size: 11px;
    color: #f41b3b;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 5px;
}

.Goodup-caption {
    position: relative;
    display: flex;
    flex-direction: column;
}

.Goodup-middle-caption div {
    font-size: 14px;
    margin-bottom: 10px;
    color: #6c717e;
}

.Goodup-middle-caption div i {
    margin-right: 7px;
    opacity: 0.8;
}

.Goodup-grid-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px dashed #eeeeee;
}

.Goodup-bookmark-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 2;
}

.Goodup-bookmark-btn button {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    border: none;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.Goodup-grid-wrap:hover .Goodup-grid-thumb img {
    transform: scale(1.2);
}

.Goodup-pos {
    position: absolute;
    display: inline-flex;
    align-items: center;
    z-index: 2;
}

.Goodup-featured-tag {
    position: relative;
    z-index: 3;
    background: #f41b3b;
    letter-spacing: 0.5px;
    padding: 4px 12px;
    font-weight: 500;
    text-transform: uppercase;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 11px;
    color: #fff;
    -webkit-transform: translate3d(0, 0, 0);
}

.Goodup-featured-tag:before {
    border-top: 14px solid #f41b3b;
    border-right: 14px solid transparent;
    margin-right: -12px;
    margin-top: -4px;
}

.Goodup-featured-tag:after {
    border-bottom: 14px solid #f41b3b;
    border-right: 14px solid transparent;
    margin-right: -12px;
    margin-top: 7px;
}

.Goodup-featured-tag:before,
.Goodup-featured-tag:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
}

.Goodup-status {
    font-size: 11px;
    font-weight: 500;
    color: #ffffff;
    background: #282525;
    padding: 4px 12px;
    border-radius: 3px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.Goodup-status.open {
    background: #8bc34a;
}

.Goodup-status.close {
    background: #1683f4;
}

.Goodup-status.offer {
    background: #ff5018;
}

span.verified-badge {
    margin-left: 5px;
    position: relative;
    top: 2px;
    color: #0fb351;
}

.Goodup-ft-first {
    display: inline-flex;
    align-items: center;
    width: auto;
    position: relative;
}

.Goodup-rating {
    display: inline-flex;
    position: relative;
    margin-right: 10px;
    align-items: center;
}

.Goodup-pr-average {
    padding: 2px 8px;
    background: #323232;
    display: inline-flex;
    margin-right: 4px;
    border-radius: 2px;
    font-weight: 500;
    color: #ffffff;
}

.Goodup-rates {
    font-size: 9px;
    color: #ff9800;
}

.Goodup-price-range {
    font-size: 12px;
    color: #989bb1;
}

.Goodup-price-range .active {
    color: #41434c;
}

.Goodup-pr-average.high {
    background: #07a262;
}

.Goodup-pr-average.mid {
    background: #ff6e19;
}

.Goodup-pr-average.poor {
    background: #f22b2b;
}

.Goodup-rating.overlay {
    position: absolute;
    left: 10px;
    bottom: 15px;
    z-index: 2;
}

.Goodup-rating.overlay .Goodup-pr-average {
    padding: 7px 10px;
    border-radius: 4px;
}

.Goodup-rating.overlay .Goodup-rates {
    font-size: 10px;
    color: #ff9d0c;
    letter-spacing: 1px;
}

.Goodup-aldeio {
    display: inline-block;
    margin-left: 5px;
}

.Goodup-all-review {
    line-height: 1.4;
    color: #ffffff;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.4px;
}

.Goodup-cats-wrap {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.Goodup-cats-wrap .cats-ico {
    width: 30px;
    height: 30px;
    display: inline-flex;
    border-radius: 50%;
    background: #323232;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 12px;
    margin-right: 5px;
}

.Goodup-cats-wrap .cats-title {
    font-size: 13px;
    font-weight: 500;
}

.Goodup-inline .Goodup-bookmark-btn {
    position: relative;
    margin-left: 8px;
    display: inline-block;
    right: 0;
    top: 0;
}

.Goodup-inline .Goodup-bookmark-btn button {
    background: #ffffff;
    border: 1px solid #eeeeee;
    color: #707d9b;
}

.Goodup-ft-last,
.Goodup-inline {
    display: inline-flex;
}

.Goodup-cates.multi .cats-1 {
    padding: 2px 7px;
    background: rgba(33, 150, 243, 0.13);
    border-radius: 2px;
    color: #2196f3;
}

.Goodup-cates.multi .cats-2 {
    padding: 2px 7px;
    background: rgba(255, 87, 34, 0.13);
    border-radius: 2px;
    color: #ff5722;
}

.Goodup-cates.multi a {
    padding: 2px 7px;
    background: #f0f2f7;
    border-radius: 2px;
    color: #6d7691;
}

.Goodup-facilities-wrap {
    display: inline-flex;
    width: auto;
    position: relative;
}

.Goodup-facilities-wrap ul {
    padding: 0;
    margin-left: 10px;
    width: auto;
    display: inline-flex;
    margin-bottom: 0;
}

.Goodup-facilities-wrap ul li {
    margin-right: 5px;
    color: #f41b3b;
}

.Goodup-facility-title {
    font-weight: 600;
    color: #172228 !important;
}

.Goodup-overlay-caps {
    position: absolute;
    bottom: 10px;
    left: 12px;
    z-index: 2;
}

.Goodup-distance {
    line-height: 1;
}

.Goodup-room-price {
    display: inline-flex;
    align-items: center;
    padding: 2px 10px;
    background: rgba(33, 150, 243, 0.13);
    border-radius: 2px;
    color: #2196f3;
    max-width: 110px;
    font-weight: 400;
    font-size: 13px;
}

.Goodup-room-price span {
    font-weight: 500;
    margin-right: 5px;
}

.Goodup-facilities-wrap.Goodup-flx {
    width: 100%;
}

.Goodup-flx .Goodup-facility-list {
    width: 100%;
}

.Goodup-facilities-wrap.Goodup-flx ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    width: 100%;
    flex-grow: 1;
}

.Goodup-facilities-wrap.Goodup-flx ul li {
    color: #a6aab7;
    margin: 0;
    font-size: 17px;
}

.Goodup-btn-book {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    background: #f4f4f7;
    border-radius: 50px;
    font-weight: 500;
    color: #252a36;
    margin-top: 0.5rem;
    transition: all ease 0.4s;
}

.Goodup-btn-book:hover,
.Goodup-btn-book:focus,
.Goodup-btn-book:active {
    background: #f41b3b;
    color: #ffffff;
}

span.Goodup-apr-rates {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
    padding: 0px 8px;
    background: rgb(255 87 34 / 12%);
    border-radius: 2px;
    font-weight: 500;
    color: #ff5722;
}

span.Goodup-apr-rates i {
    font-size: 10px;
    margin-right: 4px;
}

.Goodup-options-list ul {
    display: flex;
    align-items: start;
    justify-content: center;
    margin: 0;
    padding: 0;
    flex-flow: wrap;
}

.Goodup-options-list ul li {
    width: 50%;
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 50%;
    padding: 7px 0;
}

.Goodup-options-list ul li i {
    color: #a6aab7;
}

.Goodup-prt-price {
    display: inline-flex;
    align-items: center;
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
}

.Goodup-prt-price span {
    font-size: 25px;
    margin-left: 5px;
}

.Goodup-cats-wrap .cats-ico.bg-1 {
    background: #545f57;
}

.Goodup-cats-wrap .cats-ico.bg-2 {
    background: #764067;
}

.Goodup-cats-wrap .cats-ico.bg-3 {
    background: #d86963;
}

.Goodup-cats-wrap .cats-ico.bg-4 {
    background: #eacc84;
}

.Goodup-cats-wrap .cats-ico.bg-5 {
    background: #35bbcb;
}

.Goodup-cats-wrap .cats-ico.bg-6 {
    background: #f8d910;
}

.Goodup-cats-wrap .cats-ico.bg-7 {
    background: #0191b5;
}

.Goodup-cats-wrap .cats-ico.bg-8 {
    background: #d4dd18;
}

.Goodup-cats-wrap .cats-ico.bg-9 {
    background: #fe7a15;
}

.Goodup-cats-wrap .cats-ico.bg-10 {
    background: #004e99;
}

/*---------------- Doctor List Design ---------------*/
.doctor-grid-view {
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 6px;
    margin-bottom: 30px;
    text-align: left;
    padding: 0;
    overflow: hidden;
    border: 1px solid #eeeeee;
}

.doctor-grid-thumb {
    display: block;
    align-items: center;
    padding: 0;
    max-height: 220px;
    overflow: hidden;
    margin-bottom: 1rem;
    margin: 0px;
}

.doctor-grid-thumb img {
    max-width: 100%;
    transition: all 500ms ease;
}

.doctor-grid-caption {
    padding: 0.5rem 1rem;
    position: relative;
    width: 100%;
}

.doc-title-wrap {
    display: block;
    position: relative;
    width: 100%;
}

.doc-title-wrap .doc-title {
    margin-bottom: 2px;
    font-size: 17px;
    position: relative;
    display: inline-flex;
    font-weight: 500;
}

.doc-title-wrap .doc-title a {
    color: #202838;
}

.doctor-grid-caption .doc-title.verified:before {
    content: "";
    position: absolute;
    right: -25px;
    top: 4px;
    width: 18px;
    height: 18px;
    background-size: cover;
    object-fit: cover;
    background-image: url(../img/veryfy.html);
}

.doc-inner-wrap {
    margin-top: 1rem;
    position: relative;
    display: block;
}

.doc-ratting-boxes {
    display: inline-flex;
    align-items: center;
}

ul.doc.ratting-view {
    margin: 0;
    padding: 0;
}

ul.doc.ratting-view li {
    list-style: none;
    display: inline-block;
    color: #b1bfe0;
    margin: 0 0px;
    font-size: 9px;
}

ul.doc.ratting-view li i.filled {
    color: #ff8e1a;
}

.doctor-review-list {
    font-size: 13px;
    margin-left: 7px;
}

.doc-location {
    font-size: 16px;
    display: flex;
    align-items: center;
}

.doctor-grid-footer {
    margin-top: 1rem;
    padding: 0.7rem 1rem;
    text-align: left;
    border-top: 1px dashed #dfe8f1;
    display: flex;
    align-items: center;
}

.doc-foot-first {
    flex: 1;
}

.av-status {
    font-size: 13px;
    font-weight: 500;
    color: #009688;
}

.btn.doc-book-btn {
    padding: 5px 12px;
    height: 38px;
    font-size: 13px;
    margin: 0;
    color: #009688;
    background: rgb(255 255 255);
    border-radius: 5px;
    border: 2px solid #dde2ef;
    transition: all ease 0.4s;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}

.btn.doc-book-btn:hover,
.btn.doc-book-btn:focus,
.btn.doc-book-btn:active {
    color: #ffffff;
    padding: 5px 15px;
    height: 38px;
    background: #009688;
    border: 2px solid #009688;
}

/*------------------- Job List Style ----------------------*/
._jb_list72 {
    background: #ffffff;
    border-radius: 6px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
    padding: 1rem 0.7rem;
    position: relative;
    overflow: hidden;
    border: 1px solid #e9ebf5;
}

.jobs-like.bookmark {
    position: absolute;
    left: auto;
    right: 20px;
    top: 15px;
}

.toggler {
    color: #dadeef;
    cursor: pointer;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1;
}

.toggler [type=checkbox]:checked,
.toggler [type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.jobs-like.bookmark .toggler input:checked+i {
    color: #ff9800;
}

._jb_list72_flex {
    flex: 1;
    display: flex;
    align-items: center;
    position: static;
}

._jb_list72_yhumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    margin-right: 0px;
    margin-bottom: 10px;
}

._jb_list72_last {
    padding-left: 12px;
}

._jb_list72_last ._jb_title {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0;
}

._times_jb {
    font-size: 12px;
    color: #5c75a2;
    font-weight: 500;
}

._jb_types {
    font-size: 12px;
    font-weight: 600;
    background: #f4f5f7;
    display: inline-flex;
    padding: 0px 13px;
    height: 25px;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    border-radius: 3px;
}

._jb_types.fulltime_lite {
    background: rgba(51, 187, 56, 0.1);
    color: #33bb38;
}

._jb_types.parttime_lite {
    background: rgba(255, 152, 0, 0.1);
    color: #ff9800;
}

._jb_types.internship_lite {
    background: rgba(4, 158, 230, 0.1);
    color: #049ee6;
}

._jb_types.remote {
    background: rgba(121, 119, 249, 0.1);
    color: #7977f9;
}

/*--------------------- Verticle Listing Design --------------------*/
.vrt-list-wrap {
    position: relative;
    background: #ffffff;
    margin-bottom: 30px;
    border-radius: 6px;
    display: block;
}

.vrt-list-wrap-head {
    position: relative;
    display: flex;
    padding: 1rem;
    flex-wrap: initial;
}

.vrt-list-thumb {
    flex: 1;
    margin-right: 1rem;
    border-radius: 4px;
    overflow: hidden;
    min-width: 250px;
}

.vrt-list-thumb .vrt-list-thumb-figure {
    height: 100%;
}

.vrt-list-thumb .vrt-list-thumb-figure img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.vrt-list-content h4 {
    line-height: 1.2;
}

.vrt-list-features ul {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}

.vrt-list-features ul li {
    display: inline-block;
    list-style: none;
}

.vrt-list-features ul li a {
    margin: 3px 5px 4px 0px;
    display: inline-block;
    padding: 2px 8px;
    background: #f4f5f7;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 500;
    transition: all ease 0.4s;
}

.vrt-list-features ul li a:hover,
.vrt-list-features ul li a:focus,
.vrt-list-features ul li a:active {
    background: rgba(244, 27, 59, 0.1);
    color: #F41b3b;
}

.d14ixh {
    color: #cc0000 !important;
}

.d14ixhs {
    color: #189e4e;
}

.vrt-list-amenties ul {
    margin: 0;
    padding: 0;
}

.vrt-list-amenties ul li {
    list-style: none;
    display: inline-block;
    margin: 5px 12px 5px 0;
    color: #1a1a1a;
}

.vrt-list-amenties ul li .vrt-amens {
    position: relative;
    padding-left: 18px;
    display: inline-flex;
    align-items: center;
}

.vrt-list-amenties ul li .vrt-amens.yes:before {
    position: absolute;
    font-family: 'LineIcons';
    content: "\ea5b";
    left: 0;
    font-size: 12px;
    font-weight: 600;
    color: #189e4e;
}

.vrt-list-amenties ul li .vrt-amens.no:before {
    position: absolute;
    font-family: 'LineIcons';
    content: "\ea6a";
    left: 0;
    font-size: 12px;
    font-weight: 600;
    color: #cc0000;
}

/*--------------------- Goodup Category Style --------------*/
.sec_title h3 {
    font-size: 30px;
}

.sec_title span {

    font-size: 15px;
}

.card {
    width: auto;
    /* background: linear-gradient(180deg, white, var( --secondary)); */
    padding: .4em;
    border-radius: 6px;
    height: 136px;
}

.card-image {
    /* background-color: rgb(236, 236, 236); */
    width: 100%;
    height: auto;
    /* border-radius: 6px 6px 0 0; */
    overflow: visible;
}

@media(max-width: 768px) {
    .card-image {
        height: auto !important;
    }

    .service-text {
        font-size: 10px !important;
    }
}

.card-image img {
    max-width: 100%;
    height: 75px;
}

.card-image:hover {
    transform: scale(0.98);
}

.category {
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 600;
    color: var(--primary);
    padding: 10px 7px 0;
}

.category:hover {
    cursor: pointer;
}

.heading {
    font-weight: 500;
    color: var(--text-gray);
    padding: 7px;

}

.heading:hover {
    cursor: pointer;
}

.author {
    color: gray;
    font-weight: 400;
    font-size: 11px;
    padding-top: 20px;
}

.name {
    font-weight: 600;
}

.category-hover:hover {
    color: var(--theme-color-secondary, #008000);
}

.name:hover {
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .card {
        width: 100%;
        height: 118px;
    }
}

.card-image {
    max-width: 100%;
    height: auto;
}

.card-image img {
    width: 375px;
    /* height: 195px; */
}

@media screen and (max-width: 768px) {
    .card-image img {
        max-width: 100%;
        height: 50px;
    }
}

/*--------------------- Goodup Location Designs --------------*/
.Goodup-img-location-wrap {
    position: relative;
    display: block;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #f4f4f7;
    margin-bottom: 30px;
    background: #ffffff;
    transition: all ease 0.4s;
}

.Goodup-img-location-caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.8rem 0.8rem;
    position: absolute;
    bottom: 20px;
    background: #ffffff;
    width: 90%;
    margin: 0 auto;
    left: 5%;
    border-radius: 4px;
}

.Goodup-img-location-wrap:hover .Goodup-cat-arrow,
.Goodup-img-location-wrap:focus .Goodup-cat-arrow,
.Goodup-img-location-wrap:active .Goodup-cat-arrow {
    color: #ffffff;
    background: #f41b3b;
    border: 1px dashed #f41b3b;
}

/*--------------------- Goodup Author Designs --------------*/
.Goodup-author-wrap {
    position: relative;
    display: block;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #f4f4f7;
    margin-bottom: 30px;
    background: #ffffff;
    text-align: center;
}

.Goodup-author-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 11px;
    font-weight: 500;
    color: #ffffff;
    background: #252525;
    padding: 4px 12px;
    border-radius: 50px;
}

.Goodup-author-tag.new {
    background: #4caf50;
}

.Goodup-author-tag.popular {
    background: #9e69fc;
}

.Goodup-author-tag.featured {
    background: #ff6922;
}

.Goodup-author-thumb {
    padding: 0.5rem;
    background: #ffffff;
    border: 2px dashed #ececf0;
    border-radius: 50%;
    margin: 3rem auto 0.5rem;
    width: 160px;
}

.Goodup-author-links {
    padding: 0;
    margin: 2rem auto 2.5rem;
}

.Goodup-author-links .Goodup-social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.Goodup-author-links .Goodup-social li {
    list-style: none;
    margin: 0;
    padding: 0 7px;
}

.Goodup-author-links .Goodup-social li a {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f4f4f7;
    border-radius: 50%;
    color: #838384;
    transition: all ease 0.4s;
}

.Goodup-author-links .Goodup-social li a:hover,
.Goodup-author-links .Goodup-social li a:focus,
.Goodup-author-links .Goodup-social li a:active {
    color: #ffffff;
    background: #f41b3b;
}

.Goodup-author-lists {
    position: absolute;
    right: 15px;
    top: 12px;
    padding: 2px 8px;
    background: rgb(244 27 59 / 10%);
    border-radius: 2px;
    color: #f41b3b;
}

.Goodup-author-links .Goodup-social.colored li a {
    color: #f41b3b;
    background: rgb(244 27 59 / 10%);
}

/*----------------- Goodup Price Box ----------------*/
.Goodup-price-wrap {
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 8px 16px rgb(146 152 198 / 8%);
    transition: 0.3s;
    text-align: left;
    position: relative;
    z-index: 1;
}

.Goodup-price-wrap:hover,
.Goodup-price-wrap:focus,
.Goodup-price-wrap:active {
    transform: translateY(-5px);
}

.Goodup-price-currency .Goodup-new-price {
    margin-right: 15px;
}

.Goodup-price-currency .Goodup-new-price {
    font-size: 15px;
    font-weight: 500;
}

.Goodup-price-currency .Goodup-new-price del {
    font-size: 50px;
    text-decoration: none;
    margin-left: 4px;
}

.Goodup-price-currency .Goodup-old-price {
    font-size: 15px;
    font-weight: 500;
    opacity: 0.3;
}

.Goodup-price-currency .Goodup-old-price del {
    font-size: 35px;
    text-decoration: none;
}

.Goodup-price-title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.Goodup-price-title .Goodup-price-tlt h4 {
    font-size: 22px;
    font-weight: 400;
    margin: 0;
}

.Goodup-price-ribbon .Goodup-ribbon-offer {
    margin-left: 10px;
    padding: 3px 8px;
    background: rgb(0 150 136 / 10%);
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    color: #009688;
}

.Goodup-price-ribbon .Goodup-ribbon-offer.all {
    background: rgb(255 152 0 / 10%);
    color: #ff9800;
}

.Goodup-price-subtitle {
    font-size: 16px;
    color: #333c56;
}

.Goodup-price-body {
    margin: 1rem 0;
    border-top: 1px solid #efeff4;
    padding: 1rem 0;
}

.Goodup-price-body ul {
    padding: 0;
    width: 100%;
    margin: 0;
}

.Goodup-price-body ul li {
    display: block;
    list-style: none;
    padding: 10px 0;
}

.Goodup-price-body ul li:last-child {
    padding-bottom: 0;
}

.Goodup-price-body ul li i {
    margin-right: 5px;
    color: #f41b3b;
}

.Goodup-price-btn {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 56px;
    border: 2px dashed #ececf0;
    border-radius: 50px;
    font-weight: 500;
    transition: all ease 0.4s;
}

.Goodup-price-btn i {
    margin-right: 7px;
}

.Goodup-price-btn:hover,
.Goodup-price-btn:focus,
.Goodup-price-btn:active,
.Goodup-price-btn.active {
    color: #ffffff;
    background: #f41b3b;
    border: 2px dashed #f41b3b;
}

.Goodup-price-wrap.dark-price {
    border: 1px solid #304450;
    box-shadow: none;
    background: transparent;
}

.dark-price .Goodup-price-btn {
    border: 2px dashed #293941;
    color: #ffffff;
}

.dark-price .Goodup-price-body ul li {
    color: #ffffff;
}

.dark-price .Goodup-price-subtitle {
    color: #ffffff;
}

.dark-price .Goodup-price-currency .Goodup-old-price {
    color: #889aa4;
}

.dark-price .Goodup-price-currency .Goodup-new-price,
.dark-price .Goodup-price-title .Goodup-price-tlt h4 {
    color: #ffffff;
}

.dark-price .Goodup-price-body {
    border-top: 1px solid #304450;
}

.Goodup-price-wrap.dark-price:hover,
.Goodup-price-wrap.dark-price:focus,
.Goodup-price-wrap.dark-price:active {
    background: #1c292f;
}

/*===================================================
	Goodup Search Options
==================================================*/
.Goodup-all-drp {
    display: inline-flex;
    align-items: center;
    width: auto;
}

.Goodup-all-drp .Goodup-single-drp {
    margin-right: 10px;
    display: inline-flex;
    width: auto;
    position: relative;
}

.Goodup-all-drp .Goodup-single-drp .btn-group>.btn,
.btn-group>.btn {
    box-shadow: none !important;
    border: 1px solid #e5e6e8;
    background: white;
    color: #2f363e;
}

.Goodup-all-drp .Goodup-single-drp.small .btn-group>.btn {
    padding: 6px 15px 6px 15px;
    border-radius: 50px;
    font-size: 13px;
}

.Goodup-all-drp .Goodup-single-drp.small .btn-group>.btn.dropdown-toggle {
    padding: 6px 25px 6px 15px;
}

.Goodup-all-drp .dropdown-toggle:after {
    position: absolute;
    top: 12px;
    right: auto;
    border-left: none;
    border-bottom: 0;
    border-right: none;
    border-top: none;
    margin: 0 !important;
    vertical-align: 0 !important;
    margin-left: 5px !important;
    height: 6px;
    width: 6px;
    border-style: double;
    border-width: 0 2px 2px 0;
    border-color: transparent #172228 #172228 transparent;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: border .3s;
}

.Goodup-all-drp .dropdown-toggle.active:after {
    border-color: transparent #f41b3b #f41b3b transparent;
}

.Goodup-all-drp .dropdown-menu {
    min-width: 300px;
    padding: 12px;
}

.Goodup-all-drp .dropdown-menu li {
    display: inline-flex;
    width: 50%;
    float: left;
    align-items: center;
}

.Goodup-all-drp .dropdown-menu li a {
    font-size: 14px;
    padding: 10px 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    line-height: 1;
}

.Goodup-all-drp .dropdown-menu li a:hover,
.Goodup-all-drp .dropdown-menu li a:focus,
.Goodup-all-drp .dropdown-menu li a:active {
    color: #1e2125;
    background: #eeeeee;
}

.Goodup-all-drp .dropdown-menu li a img {
    margin-right: 10px;
}

.Goodup-all-drp .Goodup-single-drp.small .btn-group>.btn.active {
    color: #f41b3b;
    background: rgba(244, 27, 59, 0.1);
    border-color: rgba(244, 27, 59, 0.1);
}

.filt-count {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    padding: 0px 4px;
    background: #f41b3b;
    border-radius: 50%;
    margin-left: 5px;
    color: #ffffff;
}

.btn.filt-btn {
    height: 46px;
    display: inline-flex;
    align-items: center;
    background: #f0f0f0;
    border-radius: 4px;
    float: right;
    font-size: 13px;
    font-weight: 500;
}

/*===================================================
	Listing Detail Page
==================================================*/
.sep-devider {
    display: block;
    position: relative;
    margin: 2rem 0;
    border-top: 1px solid #ececec;
}

.list-lioe {
    display: inline-flex;
    align-items: center;
}

.seperate {
    position: relative;
}

.seperate:before {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    background: #828282;
    top: 50%;
}

.adv-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    background: #ffffff;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    transition: all ease 0.4s;
    padding: 10px 15px;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
}

.adv-btn i,
.adv-btn img {
    margin-right: 5px;
}

.side-search-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 56px;
    margin-bottom: 1rem;
    border: 1px solid #eceef2;
    border-radius: 4px;
}

.Goodup-09kjh {
    display: block;
    width: 100%;
    position: relative;
    padding: 2rem 0;
}

.Goodup-09kjh ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.Goodup-09kjh ul li {
    display: inline-block;
    list-style: none;
    padding: 1px 12px;
    font-weight: 500;
    color: #252525;
    border-right: 1px solid #eceef2;
}

.Goodup-09kjh ul li:first-child {
    padding-left: 0;
}

.Goodup-09kjh ul li:last-child {
    border-right: none;
}

.Goodup-09kjh ul li span {
    font-weight: 400;
    margin-left: 4px;
}

.cld-box,
.guests-box {
    position: relative;
    height: 48px;
    border: none;
    border-radius: 0.2rem;
    display: flex;
    align-items: center;
    background: #f5f6fa;
}

.cld-box i {
    position: absolute;
    left: 10px;
    top: 18px;
}

.Goodup-boo-space .form-group .form-control {
    padding-left: 45px;
    margin: 0 !important;
    height: 100%;
    box-shadow: none !important;
    background: transparent;
    border: none;
    color: #707e9c;
}

.Goodup-boo-space .form-group .form-control {
    padding-left: 35px;
}

.guests-box {
    display: flex;
    width: 100%;
    padding: 0 6px;
    justify-content: center;
    align-items: center;
}

.guests .guests-box {
    position: relative;
    height: 45px;
    border: 2px solid #f5f6fa;
    border-radius: 0.2rem;
}

.guests-box .counter-btn {
    background: #ffffff;
    border: none;
    border-radius: 0.2rem;
    text-align: center;
    width: 30px;
    height: 30px;
    outline: none !important;
    line-height: 30px;
    text-shadow: none;
    color: #707e9c;
    cursor: pointer;
}

.guests-box #cnt-down,
.guests-box #kcnt-down {
    position: absolute;
    top: 6px;
    left: 6px;
}

.guests-box #cnt-up,
.guests-box #kcnt-up {
    position: absolute;
    top: 6px;
    right: 6px;
}

.guests-box #guestNo,
.guests-box #kidsNo {
    border: none;
    width: 100px;
    text-align: center;
    text-align: center;
    color: #333c56;
    background: transparent;
    font-weight: 600;
}

._adv_features {
    background: #f5f6fa;
    padding: 10px 0;
    border-radius: 6px;
    width: 100%;
}

._adv_features ul {
    padding: 0;
    margin: 0;
}

._adv_features ul li {
    font-size: 13px;
    padding: 0.3rem 1rem;
    font-weight: 500;
    color: #333c56;
}

._adv_features ul li span {
    float: right;
    font-weight: 600;
}

.Goodup-boo-space-foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0.5rem 0rem 0;
    width: 100%;
}

.Goodup-boo-space-left {
    flex: 1;
    font-weight: 600;
    font-size: 13px;
    color: #2D3954;
}

.Goodup-agent-blocks {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.Goodup-agent-thumb {
    padding: 5px;
    border-radius: 50%;
    border: 3px solid #efefef;
    height: 106px;
    width: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.2rem;
}

.Goodup-iuky {
    display: block;
    width: 100%;
    padding: 2rem 0;
}

.Goodup-iuky ul {
    padding: 0 0.5rem;
    margin: 0;
    display: flex;
}

.Goodup-iuky ul li {
    display: inline-block;
    list-style: none;
    font-weight: 600;
    color: #1e2738;
    font-size: 13px;
    width: 33.333333%;
    flex: 0 0 33.333333%;
    font-size: 18px;
    text-align: center;
}

.Goodup-iuky ul li span {
    display: block;
    font-weight: 500;
    font-size: 12px;
    color: #7a7a7a;
}

.Goodup-sng-menu {
    position: relative;
    display: block;
    overflow: initial;
}

.Goodup-sng-menu-thumb {
    position: relative;
    border-radius: 6px 6px 0px 0px;
    overflow: hidden;
}

.Goodup-sng-menu-caption {
    padding: 6px 10px;
    border: 1px solid #e9e9e9;
    border-radius: 0 0px 6px 6px;
    border-top: none;
}

.Goodup-sng-menu-caption h4 {
    margin: 0;
    line-height: 1.2;
}

.lkji-oiyt {
    display: inline-flex;
    align-items: center;
}

.lkji-oiyt h5 {
    margin: 0;
    margin-left: 5px;
}

.reviews-comments-wrap {
    display: inline-table;
    margin-top: 30px;
}

.reviews-comments-item {
    padding: 0 0 30px 85px;
    position: relative;
    float: left;
    margin-bottom: 40px;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.review-comments-avatar {
    position: absolute;
    top: 0;
    left: 0px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 100%;
}

.reviews-comments-item-text {
    float: left;
    width: 100%;
    position: relative;
    padding: 0 20px;
}

.reviews-comments-item-text h4 {
    text-align: left;
    padding-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.reviews-comments-item-date {
    float: right;
    font-weight: 500;
    color: #86889a;
    font-size: 12px;
}

.listing-rating {
    margin-bottom: 1rem;
}

.listing-rating i {
    margin-right: 4px;
    font-size: 11px;
    color: #d2d2d2;
}

.listing-rating i.active {
    color: #ff9800;
}

.reviews-comments-item-text p {
    text-align: left;
}

.reviews-reaction {
    margin-top: 1rem;
}

.reviews-reaction a {
    margin-right: 20px;
    color: #8c97a2;
}

.reviews-reaction a.comment-like.active {
    color: #0eb987;
}

.reviews-reaction a.comment-dislike.active {
    color: #244763;
}

.reviews-reaction a.comment-love.active {
    color: #ea1a57;
}

.reviews-comments-item:last-child {
    padding-bottom: 0;
    border: none;
    margin-bottom: 0;
}

.uli-list-info {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
}

.uli-list-info ul {
    margin: 0;
    padding: 0;
}

.uli-list-info ul li {
    list-style: none;
    display: block;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f2f2f2;
}

.uli-list-info ul li:last-child {
    padding-bottom: 0;
    border: none;
}

.list-uiyt {
    display: flex;
    align-items: center;
    width: 100%;
}

.list-uiyt .list-iobk {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0d0b0b;
    margin-right: 1rem;
    border-radius: 4px;
    background: #eceef1;
    font-size: 15px;
}

.list-uiyt-capt h5 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #009688;
}

.list-uiyt-capt p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #009688;
    line-height: 22px;
}

.featured-slick {
    position: relative;
    display: block;
    width: 100%;
}

.dlf-flew {
    box-sizing: border-box;
    height: 450px;
    position: relative;
    vertical-align: middle;
    width: auto;
}

.dlf-flew:after {
    background: linear-gradient(180deg, #0000 31.42%, #000);
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}

.dlf-flew.auto {
    height: auto;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 2px;
}

.dlf-flew.auto img {
    border-radius: 4px;
}

.ftl-diope {
    display: inline-flex;
    position: absolute;
    bottom: 50px;
    right: 10%;
}

.dlf-flew img {
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
    width: 100%;
}

.Goodup-all-features-list {
    display: block;
    width: 100%;
    position: relative;
}

.Goodup-all-features-list ul {
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.Goodup-all-features-list ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    flex: 0 0 33.333333%;
    width: 33.333333%;
    padding: 10px 0;
    font-weight: 500;
}

.Goodup-all-features-list ul li i,
.Goodup-all-features-list ul li img {
    max-width: 18px;
    margin-right: 10px;
}

.Goodup-afl-pace {
    font-size: 14px;
    color: #323a4e;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.Goodup-afl-pace.deactive {
    opacity: 0.3;
}

.Goodup-ops-bhri {
    display: block;
    position: absolute;
    bottom: 10%;
    left: 7%;
}

.Goodup-ops-bhri .Goodup-price-range .active {
    color: #ffffff;
}

.klop-dfgy {
    display: block;
    width: 100%;
    position: relative;
}

.klop-dfgy .details {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.klop-dfgy .details label {
    min-width: 140px;
}

.lkoi-skill {
    display: block;
    margin: 0;
    padding: 0;
}

.lkoi-skill li {
    display: inline-block;
    list-style: none;
    margin-right: 7px;
    margin-bottom: 4px;
}

.lkoi-skill li span {
    padding: 4px 10px;
    background: #f4f5f7;
    font-weight: 500;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.author-wrap-ngh {
    display: block;
    position: relative;
    border-radius: 6px;
    margin-bottom: 20px;
    background: #ffffff;
    padding: 2rem 0;
}

.author-wrap-head-ngh {
    display: block;
    margin-bottom: 1.5rem;
    position: relative;
    padding: 0 1.5rem;
}

.author-wrap-ngh-thumb {
    width: 125px;
    height: 125px;
    padding: 5px;
    border: 3px solid #e9eaed;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.author-wrap-ngh-info {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.author-wrap-ngh-info h5 {
    margin: 0 0 5px;
    color: #1e1c1c;
    font-weight: 600;
}

.author-wrap-ngh-info .Goodup-location {
    font-size: 13px;
    font-weight: 500;
    color: #838fa5;
}

.author-wrap-ngh-info .Goodup-location i {
    margin-right: 5px;
}

.author-wrap-jhyu-ngh {
    display: block;
    position: relative;
    width: 100%;
}

.author-wrap-jhyu-ngh ul {
    padding: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.author-wrap-jhyu-ngh ul li {
    flex: 0 0 33.333333%;
    align-items: center;
    justify-content: center;
    list-style: none;
    display: flex;
}

.gdup-kvty {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
}

.gdup-kvty-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px auto;
    background: transparent;
    border-radius: 50%;
}

.gdup-kvty-ctr h6 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
    font-weight: 500;
}

.gdup-kvty-ctr span {
    color: #1d2845;
    font-weight: 500;
    margin-left: 4px;
}

.gdup-kvty-text {
    font-size: 13px;
    font-weight: 500;
    color: #70737d;
}

.author-wrap-caption-ngh {
    position: relative;
    display: block;
    padding: 1.5rem 1rem;
}

.author-wrap-footer-ngh {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.author-wrap-footer-ngh ul {
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
    flex-direction: column;
}

.author-wrap-footer-ngh ul li {
    list-style: none;
    display: block;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #efefef;
}

.author-wrap-footer-ngh ul li:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.author-wrap-footer-ngh .jhk-list-inf {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.author-wrap-footer-ngh .jhk-list-inf .jhk-list-inf-ico {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    border: 1px solid #e8e8e8;
    margin-right: 10px;
    font-size: 16px;
    color: #252b35;
}

.author-wrap-footer-ngh .jhk-list-inf-caption h5 {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

.author-wrap-footer-ngh .jhk-list-inf-caption p {
    font-size: 13px;
    color#70737d;
}

.author-wrap-ngh .online {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 15px;
    background: #8bc34a;
    border-radius: 50px;
    color: #ffffff;
}

.author-wrap-ngh .offline {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 15px;
    background: #607d8b;
    border-radius: 50px;
    color: #ffffff;
}

.author-wrap-ngh .busy {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 15px;
    background: #2196f3;
    border-radius: 50px;
    color: #ffffff;
}

.auth-filter-headers {
    position: relative;
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    background: #ffffff;
    border-radius: 4px;
    margin-bottom: 1.5rem;
}

.auth-filter-headers-title {
    flex: 1;
    padding-right: 1rem;
}

.auth-filter-headers-filts ul {
    padding: 0;
    margin: 0;
}

.auth-filter-headers-filts ul li {
    display: inline-flex;
    list-style: none;
    margin-right: 0.7rem;
    font-weight: 400;
    align-items: center;
}

/*------------------------------------------------------------
	General Features Designs
-------------------------------------------------------------*/
/*---------------- New Design Elements ------------------*/
.featuresGroups {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.featuresGroups .singleFeatured {
    display: flex;
    align-items: flex-start;
    column-gap: 15px;
    margin-bottom: 25px;
}

.featuresGroups .singleFeatured:last-child {
    margin-bottom: 10px;
}

.featuresGroups .singleFeatured .ico {
    font-size: 30px;
    color: #ff0b3e;
}

.featuresGroups .singleFeatured .caps {
    flex: auto;
}

.featuresGroups .singleFeatured .caps h4 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 5px;
}

.featuresGroups .singleFeatured .caps p {
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

.featuresList {
    width: 100%;
    position: relative;
}

.featuresList ul {
    padding: 0;
    margin: 0;
}

.featuresList ul li {
    list-style: none;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
}

.featuresList ul li:last-child {
    margin-bottom: 5px;
}

.featuresList ul li i {
    color: #8bc34a;
    margin-right: 10px;
}

.topFeatures {
    width: 100%;
    text-align: center;
    padding: 2rem 1.2rem 1rem;
}

.topFeatures .icoBox {
    width: 60px;
    height: 60px;
    margin: 0 auto 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 50px;
    color: #ff0b3e;
}

.topFeatures .icoBox .num {
    position: absolute;
    top: -30px;
    left: -40px;
    color: #dcdcdc;
    z-index: 1;
    opacity: 0.7;
}

.topFeatures .icoBox i {
    z-index: 2;
}

.topFeatures .capText {
    width: 100%;
}

.topFeatures .capText .title {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 10px;
}

.topFeatures .capText .subtitle {
    font-size: 16px;
}

.locationWrapps {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 420px;
}

.locationWrapps .locationBody {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.locationWrapps .locationBody:before {
    content: "";
    position: absolute;
    background: #111111;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 1;
    opacity: 0.5;
}

.locationWrapps .locationBody img {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    object-fit: cover;
    transition: all ease 0.8s;
}

.locationWrapps:hover .locationBody img,
.locationWrapps:focus .locationBody img {
    transform: scale(1.2);
}

.locationWrapps .capsText {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.2);
    padding: 0rem 0.5rem;
    left: 0;
    right: 0;
    height: 150px;
    border-radius: 100% 100% 0% 0%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.locationWrapps .capsText .locationTitle {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 5px;
}

.locationWrapps .capsText .totalList {
    font-size: 15px;
    color: #ffffff;
}

.locationWrapps .locationLink {
    position: absolute;
    display: block;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.menuTablewrap {
    width: 100%;
    position: relative;
    display: block;
}

.menuTablewrap .menu {
    width: 100%;
    padding: 1.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}

.menuTablewrap .menu .menuImg {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
}

.menuTablewrap .menu .menuImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.menuTablewrap .menu .menuCaps {
    width: auto;
}

.menuTablewrap .menu .menuCaps .title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0.2rem;
}

.menuTablewrap .menu .menuCaps .subs {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #ff0b3e;
}

.menuTablewrap .menu .menuCaps .subs span {
    font-family: serif;
    font-size: 18px;
    font-style: italic;
    color: #b6b6b6;
    margin-right: 9px;
}

.listLocationwrap {
    width: 100%;
    position: relative;
    display: block;
}

.listLocationwrap .locationFlex {
    width: 100%;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 100px;
}

.listLocationwrap .locationFlex .locationImg {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
}

.listLocationwrap .locationFlex .locationImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.listLocationwrap .locationFlex .locationCaps {
    width: auto;
    padding-left: 1rem;
}

.listLocationwrap .locationFlex .locationCaps .title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0rem;
}

.listLocationwrap .locationFlex .locationCaps .subs {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #b6b6b6;
}

.listLocationwrap .locationFlex .locationCaps .subs span {
    font-family: serif;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    color: #ff0b3e;
    margin-right: 9px;
}

.trendingCategory {
    width: 100%;
    display: block;
    position: relative;
}

.trendingCategory .catLink {
    width: 100%;
    display: block;
    height: 100%;
}

.trendingCategory .catLink .catThumb {
    position: relative;
    height: 250px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.trendingCategory .catLink .catThumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease 0.4s;
}

.trendingCategory .catLink:hover .catThumb img,
.trendingCategory .catLink:focus .catThumb img,
.trendingCategory .catLink:active .catThumb img {
    transform: scale(1.2);
}

.trendingCategory .catText {
    width: 100%;
    text-align: center;
    padding: 1rem 0;
}

.trendingCategory .catText .catTitle {
    transition: 0.35s;
    font-size: 20px;
    font-weight: 500;
    padding: 2px 2px 10px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #111111;
}

.trendingCategory .catText .catTitle:before {
    content: "";
    width: 100%;
    border-bottom: 3px solid #f41b3b;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    transform: scale(1, 1);
    transform-origin: right center 0;
}

.trendingCategory .catText .catTitle:after {
    content: "";
    width: 100%;
    border-bottom: 3px solid #f41b3b;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    transform: scale(1, 1);
    transform-origin: right center 0;
}

.trendingCategory .catText .catTitle:after {
    opacity: 0;
    transform: scale(0, 1);
    transform-origin: left center 0;
}

.trendingCategory .catText .catTitle:hover {
    color: #151515;
    transition: 0.35s;
}

.trendingCategory .catText .catTitle:hover:before {
    opacity: 0;
    transform: scale(0, 1);
    transition: opacity 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s;
}

.trendingCategory .catText .catTitle:hover:after {
    opacity: 1;
    transform: scale(1, 1);
    transition: transform 0.2s ease-in-out 0.25s;
}

.GoodupLeadbrand {
    width: 100%;
    display: block;
    margin-top: 40px;
}

.GoodupLeadbrand .title {
    display: flex;
    margin-bottom: 5px;
}

.GoodupLeadbrand .title h6 {
    font-size: 15px;
    font-weight: 500;
}

.GoodupLeadbrand .brandList {
    width: 100%;
    display: block;
}

.GoodupLeadbrand .brandList ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 1.5rem;
    row-gap: 15px;
    width: 100%;
    flex-wrap: wrap;
}

.GoodupLeadbrand .brandList ul li {
    display: inline-block;
    list-style: none;
}

.GoodupLeadbrand .brandList ul li img {
    max-width: 130px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: 0.8;
    transition: all ease 0.4s;
}

.GoodupLeadbrand .brandList ul li img:hover,
.GoodupLeadbrand .brandList ul li img:focus,
.GoodupLeadbrand .brandList ul li img:active {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    opacity: 1;
}

/*-------------- Form Elements ----------------*/
.form-control,
select.form-control {
    /* height:54px !important; */
    /* padding:10px 15px; */
    font-size: 15px;
    border-radius: 1px;
    border-color: #eee;
    color: #2b2e30;
}

.form-control.sm {
    height: 40px !important;
    padding: 10px 15px;
}

select {
    cursor: pointer;
}

/* textarea.form-control {
    height: 65px !important;
} */

.form-control:hover,
select.form-control:hover,
.form-control:focus,
select.form-control:focus {
    border-color: #eee;
    box-shadow: none;
}

.btn.custom-height.sm {
    height: 40px;
    padding: 5px 8px;
}

.simple-button.active {
    opacity: 1;
}

select.form-control,
select {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.btn-height {
    height: 54px;
    padding: 5px 10px;
}

.form-control::-moz-placeholder {
    color: #2b2e30;
    opacity: 1
}

.form-control::placeholder {
    color: #2b2e30;
    opacity: 1
}

/*------------- Slide Design of Filter Box -------------*/
.w3-ch-sideBar {
    height: 100%;
    max-width: 360px;
    min-width: 300px;
    background-color: #fff;
    position: fixed !important;
    top: 0;
    z-index: +2000;
    overflow: auto;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    position: relative;
    animation: animateleft .4s;
    left: 0;
    bottom: 0;
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }

    to {
        right: 0;
        opacity: 1
    }
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0
    }

    to {
        left: 0;
        opacity: 1
    }
}

.slide-head {
    background: #f4f5f7;
}

.close_slide {
    background: #ffffff;
    border: none;
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 10px;
    padding: 0;
    cursor: pointer;
}

.close_slide.gray {
    background: #f4f5f7 !important;
}

.list-411 {
    width: 100%;
    background: #ffffff;
    border-radius: 6px;
    margin: 1.5rem 0;
    padding: 1.5rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.side-filter-box {
    background: #ffffff;
    border-radius: 6px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    position: sticky;
    padding: 1rem;
    top: auto;
    align-self: flex-end;
    bottom: 0;
}

.inner_widget_link {
    padding: 1rem 0;
    border-bottom: 1px solid #eeeeee;
}

.inner_widget_link:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.price-btn-457 {
    display: inline-flex;
    width: 100%;
}

.price-btn-457 .btn {
    padding: 8px 0 !important;
    font-size: 12px;
    font-weight: 500;
}

/*------------- Testimonials ----------*/
.single_review {
    border: 1px solid #ea2b33;
    border-radius: 6px;
    padding: 1.5rem 2rem;
}

.sng_rev_thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    margin: 0 auto 0.5rem;
}

.sng_rev_thumb figure {
    padding: 5px;
    border-radius: 50%;
    border: 2px solid var(--theme-color);
    margin: 0 0 5px;
}

.rev_desc {
    position: relative;
}

.rev_desc:before {
    content: "\f10d";
    font-family: "Font Awesome 6 Free";
    left: 0px;
    top: -50px;
    font-size: 49px;
    position: absolute;
    z-index: 1;
    color: #d9e0e4;
    display: block;
    font-weight: 900;
}

.d_ico i {
    color: #000000;
    font-size: 30px;
    margin-right: 0.6rem;
}

.d_capt h5 {
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
}

.rev_author {
    text-align: center;
    margin-bottom: 1rem;
}

/*------------ Breadcrumbs ---------------*/
.breadcrumb {
    padding: 0;
    background: transparent;
    margin: 0;
}

/*------------ pricing Box ----------------*/
.pricing_wrap {
    padding: 2.4rem;
    margin-bottom: 30px;
    background: #ffffff;
    box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    -webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    border-radius: 0.5rem;
}

.prt_head {
    text-align: center;
    margin-bottom: 1.55rem;
}

.prt_price {
    text-align: center;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.prt_price h2 {
    font-size: 60px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
}

.prt_price h2 span {
    font-size: 25px;
}

.prt_body ul {
    padding: 0;
    margin: 0 0 1rem;
}

.prt_body ul li {
    position: relative;
    padding: 10px 10px 10px 40px;
    color: #2c3038;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.prt_body ul li.none {
    opacity: 0.5;
}

.prt_body ul li:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(40, 182, 97, 0.1);
    color: #F41b3b;
    left: 0;
    position: absolute;
    top: 5px;
    font-size: 13px;
}

.prt_body ul li.none:before {
    content: "\f00d";
    background: rgba(220, 53, 69, 0.12) !important;
    color: rgb(220 53 69) !important;
}

.btn.choose_package {
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 4px solid rgba(40, 182, 97, 0.15);
    border-radius: 50px;
    color: #F41b3b;
    font-weight: 600;
    font-size: 18px;
    transition: all ease 0.4s;
}

.btn.choose_package:hover,
.btn.choose_package:focus {
    background: rgba(40, 182, 97, 0.15);
    border: 4px solid rgba(40, 182, 97, 0.15);
    color: #F41b3b;
}

.recommended {
    margin-bottom: 1rem;
    padding: 6px 20px;
    background: #ff9800;
    display: inline-block;
    border-radius: 50px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
}

.btn.choose_package.active {
    background: #F41b3b;
    border-color: #F41b3b;
    color: #ffffff;
}

.pertner_flexio {
    background: #ffffff;
    border-radius: 0.2rem;
    margin: 0.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.8rem;
}

.pertner_flexio img {
    max-width: 35px;
    margin-right: 10px;
}

.pertner_flexio h5 {
    margin: 0;
}

.slick-next:before,
.slick-prev:before {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    justify-content: center;
    color: #5d6f7e;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    padding: 0;
    margin: 0;
}

.slick-next,
.slick-prev {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.single-list {
    padding: 0 10px;
}

.slick-next:before,
.slick-prev:before {
    font-family: initial;
    font-size: 12px;
    line-height: 1;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 0px;
}

.slick-next {
    right: 0px;
}

.featured-slick .slick-prev {
    left: 20px;
}

.featured-slick .slick-next {
    right: 20px;
}

/*--------------- tab Design ----------------*/
.nav-pills .nav-link.active,
.show>.nav-pills .nav-link {
    color: #fff;
    background-color: #F41b3b;
}

.nav-tabs {
    border: none;
}

.nav-link {
    display: block;
    padding: .8rem 1.4rem;
    background: #ffffff;
    font-weight: 500;
    font-size: 14px;
    margin-right: 0.8rem;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-radius: .25rem;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-radius: 0.25rem;
    background: #f4f5f7;
    color: #2d3037;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-radius: .25rem;
    background: rgb(244 27 59 / 10%);
    color: #f41b3b;
    border-color: rgb(244 27 59 / 15%);
    cursor: pointer;
}

.nav-tabs .nav-link.active {
    color: #ffffff;
    background: #f41b3b;
    border-color: #f41b3b;
}

button:focus {
    outline: none;
    outline: none;
}

.nav-tabs.simple_tab_links .nav-link {
    margin: 0 5px;
    padding: 0.5rem 0.8rem;
    border-radius: 0;
    background: transparent;
    border: none;
    font-size: 13px;
    font-weight: 500;
    opacity: 0.6;
    text-transform: uppercase;
}

.nav-tabs.simple_tab_links .nav-link:hover,
.nav-tabs.simple_tab_links .nav-link:focus {
    border: none;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
}

.nav-tabs.simple_tab_links .nav-link.active {
    color: #000000;
    background: transparent;
    border-bottom: 2px dashed black;
    opacity: 1;
}

.style-2 {
    overflow: hidden;
}

.style-2#v-pills-tab .nav-link {
    margin: 0 !important;
    border-radius: 0;
    border-bottom: 1px solid #e7e7e7;
}

.style-2#v-pills-tab .nav-link:last-child {
    border: none;
}

.nav-tabs.search-tab .nav-link {
    border-radius: 50px;
    padding: 0.6rem 1.4rem;
}

div#myTabContent {
    width: 100%;
}

.nav-tabs.small-tab {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.nav-tabs.small-tab .nav-link {
    padding: 0.4rem 0.8rem;
    font-weight: 500;
    font-size: 13px;
    margin: 0.4rem;
}

.nav-pills.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-pills .nav-link {
    color: #353535;
    border: 1px solid #eaeaea;
    border-radius: 50px;
}

.nav-pills.mid .nav-link {
    padding: 0.7rem 2rem;
}

/*-------------- Accordion Design --------------*/
.accordion .card-header {
    padding: 1rem 1rem;
    background: transparent;
    margin: 0;
    display: block;
    border: none;
}

.accordion .card-header button {
    color: #121212;
    font-weight: 500;
    padding: 0;
    display: block;
    display: inline-block;
    width: 100%;
    text-align: left;
    text-decoration: initial;
    word-wrap: break-word;
    white-space: normal;
}

.accordion .card-body {
    padding-top: 0px;
}

.collapsible-link:before,
.accordion .btn-link:before {
    content: '';
    width: 14px;
    height: 2px;
    background: #333;
    position: absolute;
    top: calc(50% - 1px);
    right: 1rem;
    display: block;
    transition: all 0.3s;
}

/* Vertical line */
.collapsible-link:after,
.accordion .btn-link:after {
    content: '';
    width: 2px;
    height: 14px;
    background: #333;
    position: absolute;
    top: calc(50% - 7px);
    right: calc(1rem + 6px);
    display: block;
    transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']:after,
.accordion .btn-link[aria-expanded='true']:after {
    transform: rotate(90deg) translateX(1px);
}

.collapsible-link[aria-expanded='true']:before,
.accordion .btn-link[aria-expanded='true']:before {
    transform: rotate(180deg);
}

.card-header {
    position: relative;
}

.accordion .card {
    border-color: #e8edf7;
    margin-bottom: 10px;
    border: 1px solid #e9ecef;
}

.accordion_title,
.accordion .card-header h5 {
    text-transform: capitalize;
    font-size: 16px;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    box-shadow: none;
}

#acdflush.accordion-flush .accordion-item {
    margin-bottom: 1rem;
    border: none;
}

#acdflush .accordion-button {
    font-weight: 500;
    padding: 0.7rem 1rem;
}

.accordion-button:not(.collapsed) {
    color: #009688;
    background-color: rgba(0, 150, 136, 0.1);
    box-shadow: none;
}

#acdflush .accordion-button:after {
    display: none !important;
}

#acdflush .accordion-button img {
    max-width: 70px;
    float: right;
    position: absolute;
    right: 25px;
}

/*--------------- About Page Design ------------------*/
.about-bg {
    position: relative;
    display: block;
}

.about-bg:before {
    position: absolute;
    content: "";
    background: linear-gradient(to left, transparent 25%, #101219);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.abt-caption {
    display: block;
    position: relative;
    width: 100%;
}

.abt-caption-head {
    display: block;
    position: relative;
    width: 100%;
}

.abt-caption-head h1 {
    color: #ffffff;
    font-weight: 600;
    font-size: 60px;
    line-height: 1.1;
    margin-bottom: 1.2rem;
}

.abt-caption-head h6 {
    color: #ffffff;
    font-weight: 500;
    line-height: 1.8;
}

.abt-bt-info {
    display: block;
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

.wrk-pro-box {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    margin-bottom: 30px;
    border: 1px solid #e7e4e4;
    padding: 2rem 2.5rem;
    text-align: center;
}

.wrk-pro-box-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.5rem;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #ffffff;
    font-size: 25px;
}

.wrk-pro-box-caption {
    position: relative;
    display: block;
}

.wrk-pro-box-caption h4 {
    font-size: 18px;
    font-weight: 500;
}

.wrk-pro-box-caption p {
    margin: 0;
    padding: 0;
}

.wrk-pro-box.first .wrk-pro-box-icon {
    background: rgba(39, 183, 55, 0.1);
    border: 1px solid rgba(39, 183, 55, 0.1);
}

.wrk-pro-box.sec .wrk-pro-box-icon {
    background: rgba(244, 27, 59, 0.1);
    border: 1px solid rgba(244, 27, 59, 0.1);
}

.wrk-pro-box.thrd .wrk-pro-box-icon {
    background: rgba(0, 150, 136, 0.1);
    border: 1px solid rgba(0, 150, 136, 0.1);
}

.biiling-wrap {
    display: flex;
    flex-direction: column;
    position: relative;
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
}

.billing-item-head {
    padding: 1rem 1rem;
    display: flex;
    flex-direction: column;
    position: relative;
}

.billing-item-middle {
    margin: 0 0.5rem 1rem;
    display: flex;
    flex-direction: column;
    position: relative;
}

.billing-its-title {
    padding: 0.7rem 1rem;
    background: #f1f4f7;
    margin-bottom: 10px;
}

.billing-its-title h4 {
    font-weight: 500;
    margin: 0;
    font-size: 16px;
}

.billing-item-foot {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    border-top: 1px solid #f4f4f7;
}

.blg-fgty {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.billing-item-lists ul {
    margin: 0;
    padding: 0;
}

.billing-item-lists ul li {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0.5rem 1rem;
    justify-content: space-between;
}

.billing-item-lists ul li .prt-value {
    font-weight: 500;
    color: #0a0d12;
    font-size: 13px;
}

/*===================================================
	GoodUp User Dashboard
==================================================*/
.goodup-dashboard-wrap {
    min-height: calc(100vh - 82px);
    display: flex;
    flex-wrap: wrap;
}

.goodup-dashboard-content,
.goodup-dashboard-nav {
    flex: 1;
}

.goodup-dashboard-nav {
    width: 300px;
}

.goodup-dashboard-nav {
    display: block;
    border-radius: 6px;
    padding-bottom: 30px;
    z-index: 0;
    background: #fff;
}

.goodup-dashboard-inner {
    position: relative;
    display: block;
    padding: 10px 0 30px 0;
}

.goodup-dashboard-inner {
    display: block;
    padding: 10px 0 25px 0;
}

.goodup-dashboard-nav ul {
    list-style: none;
    padding: 0;
    margin: 17px 0 0 0;
}

.goodup-dashboard-nav ul:first-child {
    margin: 30px 0 0 0;
}

.goodup-dashboard-nav ul:before {
    content: attr(data-submenu-title);
    padding: 0 30px;
    margin-bottom: 5px;
    display: block;
    color: #172228;
    font-weight: 500;
    font-size: 14px;
}

.goodup-dashboard-nav ul li {
    display: block;
    border-left: 3px solid transparent;
    transition: 0.3s;
    line-height: 20px;
    font-size: 14px;
}

.goodup-dashboard-nav ul li.active,
.goodup-dashboard-nav ul li:hover {
    border-color: #F41b3b;
    background-color: rgba(244, 27, 59, 0.1);
}

.goodup-dashboard-nav ul li.active a,
.goodup-dashboard-nav ul li:hover a {
    color: #F41b3b;
}

.goodup-dashboard-nav ul li a {
    color: #555962;
    display: block;
    padding: 12px 25px;
    transition: 0.3s;
    cursor: pointer;
    font-weight: 400;
    position: relative;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.goodup-dashboard-nav ul li span.count-tag,
.nav-dropdown span.count-tag {
    display: inline-flex;
    font-weight: 600;
    height: 19px;
    width: 19px;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #ffffff;
    background-color: #26ae61;
    border-radius: 50%;
    position: relative;
    margin: 0 0 0 12px;
    top: 0px;
}

.goodup-dashboard-content {
    padding: 0px 45px;
    padding-bottom: 0;
    position: relative;
    z-index: 0;
    background-color: #f9f9f9;
}

.dsd-boxed-widget {
    margin-bottom: 30px;
    position: relative;
}

.dsd-boxed-widget i {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #ffffff;
    opacity: 0.3;
    font-size: 55px;
}

.goodup-dashboard-grouping-list {
    margin: 0px 0 30px;
    border-radius: 4px;
}

.goodup-dashboard-grouping-list h4 {
    font-size: 16px;
    margin: 0;
    padding: 20px 30px;
    background-color: #fff;
    display: block;
    border-bottom: 1px solid #eaeaea;
    border-radius: 4px 4px 0 0;
}

.goodup-dashboard-grouping-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
}

.goodup-dashboard-grouping-list ul li {
    padding: 23px 30px;
    border-bottom: 1px solid #eaeaea;
    transition: .3s;
    position: relative;
}

.goodup-dashboard-grouping-list ul ul {
    background-color: transparent;
}

.goodup-dashboard-grouping-list ul ul {
    background-color: transparent;
}

.goodup-dashboard-grouping-list.invoices ul ul {
    line-height: 22px;
    padding-bottom: 2px;
    padding: 0;
    margin: 0;
}

.goodup-dashboard-grouping-list ul ul li {
    padding: 0;
    border: none;
    transition: .3s;
    background-color: transparent;
    display: inline-block;
}

.goodup-dashboard-grouping-list.invoices ul ul li {
    padding: 0;
    font-size: 13px;
    color: #5a6880;
}

.goodup-dashboard-grouping-list.invoices ul ul li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 11px;
    background-color: #e0e0e0;
    position: relative;
    margin: 0 10px;
}

.goodup-dashboard-grouping-list.invoices ul ul li:last-child:after {
    display: none;
}

.goodup-dashboard-grouping-list.with-icons ul li {
    padding-left: 87px;
    font-size: 14px;
}

.goodup-dashboard-grouping-list ul li i.dsd-icon-uiyo {
    height: 38px;
    width: 38px;
    color: #7f8bab;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
    transition: .3s;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}

.goodup-dashboard-grouping-list ul li:hover a.close-list-item {
    opacity: 1;
}

a.close-list-item {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    opacity: 0;
    padding: 4px;
    color: #ea2828;
    transition: .3s;
}

.buttons-to-right,
.goodup-dashboard-grouping-list .button.to-right {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate3d(0, -49%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    opacity: 0;
    transition: .4s;
}

.goodup-dashboard-grouping-list .button {
    padding: 8px 15px;
    line-height: 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
}

.goodup-dashboard-grouping-list li:hover .buttons-to-right,
.goodup-dashboard-grouping-list li:hover .button.to-right {
    opacity: 1;
}

.goodup-dashboard-grouping-list .grping-list-rates {
    margin: 0 3px;
}

.grping-list-rates {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: center;
    line-height: 26px;
    height: 26px;
    width: 44px;
    display: inline-block;
    position: relative;
    border-radius: 50px;
    letter-spacing: -.5px;
    background-color: rgba(255, 255, 255, .2);
    margin: 15px 32px;
}

.grping-list-rates:before {
    content: attr(data-rating);
}

.grping-list-rates.high {
    background-color: #1baf65;
}

.grping-list-rates.mid {
    background-color: #ffc10a;
}

.grping-list-rates.low {
    background-color: #db2929;
}

.custom-file.avater_uploads {
    height: 180px;
    position: relative;
    display: flex;
    align-items: center;
    width: 170px;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.custom-file.avater_uploads label.custom-file-label {
    height: 180px;
    border-radius: 10px;
    background: #f4f5f7;
    border: 1px solid #e4e8ef;
    width: 180px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-file.avater_uploads label.custom-file-label i {
    font-size: 100px;
    color: #ccd2de;
}

.dashed-list-full {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.ico-content {
    width: auto;
    position: relative;
    display: block;
}

.ico-content ul {
    display: block;
    padding: 0;
    margin: 0;
}

.ico-content ul li {
    display: inline-block;
    margin-right: 5px;
    list-style: none;
}

.ico-content ul li:last-child {
    display: inline-block;
    margin-right: 0px;
    list-style: none;
}

.dashed-list-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* .star-rating {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 5px;
    color: #c7c8cd;
} */

/* .star-rating .filled {
    color: #ff9800;
} */

button.aps-clone {
    cursor: pointer;
    outline: none;
    border-radius: 50%;
    border: none;
    background: #808591;
    color: #ffffff;
    width: 25px;
    height: 25px;
    line-height: 0;
    font-size: 12px;
    position: absolute;
    right: -7px;
    top: -7px;
}

.dashboard-bookings-wraps {
    display: block;
    position: relative;
    width: 100%;
}

.dsd-single-bookings-wraps {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 1.5rem 0;
    border-bottom: 1px solid #f1f1f1;
}

.dsd-single-bookings-wraps:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.dsd-single-book-thumb {
    width: 90px;
    height: 90px;
    padding: 5px;
    border: 2px solid #e2e2e2;
    border-radius: 50%;
}

.dsd-single-book-thumb img {
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
}

.dsd-single-book-caption {
    flex: auto;
    padding-left: 1rem;
    position: relative;
}

.dsd-single-book-title h5 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
}

.dsd-single-book-title h5 span {
    font-size: 12px;
    font-weight: 500;
    margin-left: 1rem;
    color: #79828d;
}

.dsd-single-descr {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 1rem 0;
}

.dsd-single-item {
    display: flex;
    align-items: center;
    margin: 4px 0;
}

.dsd-single-item .dsd-item-title {
    font-size: 13px;
    font-weight: 500;
    color: #28313b;
    min-width: 125px;
}

.dsd-single-item .dsd-item-info {
    font-size: 13px;
    font-weight: 400;
    color: #5f6a75;
}

.dsd-single-book-footer {
    display: flex;
    align-items: center;
    position: relative;
    margin: 1rem 0;
}

.dsd-single-book-footer .btn {
    height: 46px;
    padding: 0 20px;
    font-weight: 500;
    font-size: 13px;
    background: #f4f5f7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 4px;
    color: #5c6574;
}

.dsd-single-book-footer .btn.btn-aprd {
    background: #4caf50;
    color: #ffffff;
}

.dsd-single-book-footer .btn.btn-reject {
    background: #f44336;
    color: #ffffff;
}

.dsd-single-book-footer .btn.btn-message {
    background: #e1e5ed;
}

.dashboard-listing-wraps {
    display: block;
    position: relative;
    width: 100%;
}

.dsd-single-listing-wraps {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 1.5rem 0;
    border-bottom: 1px solid #f1f1f1;
}

.dsd-single-listing-wraps:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.dsd-single-lst-thumb {
    width: 200px;
    height: 150px;
    border-radius: 6px;
    overflow: hidden;
}

.dsd-single-lst-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.dsd-single-lst-caption {
    flex: auto;
    padding-left: 1rem;
    position: relative;
}

.dsd-single-lst-title h5 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
}

.dsd-single-lst-footer {
    display: flex;
    align-items: center;
    position: relative;
    margin: 1rem 0;
}

.dsd-single-lst-footer .btn {
    height: 40px;
    padding: 0 18px;
    font-weight: 500;
    font-size: 13px;
    background: #f4f5f7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 4px;
    color: #5c6574;
}

.dsd-single-lst-footer .btn.btn-edit {
    background: #4caf50;
    color: #ffffff;
}

.dsd-single-lst-footer .btn.btn-view {
    background: #2196f3;
    color: #ffffff;
}

.dsd-single-lst-footer .btn.btn-delete {
    background: #de190b;
    color: #ffffff;
}

.upload-photo-btn {
    width: 100%;
    margin-top: 10px;
}

.Uploadphoto {
    float: left;
    position: relative;
    padding: 15px 30px;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    background: #f41b3b;
    width: 100%;
    text-align: center;
}

.Uploadphoto input.upload {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    cursor: pointer;
    opacity: 0;
}

.submit-form .form-group {
    margin-bottom: 18px;
}

.dash-card {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    background: #ffffff;
    margin-bottom: 30px;
}

.dash-card-header {
    display: flex;
    align-items: center;
    padding: 0.8rem 1.5rem;
    border-bottom: 1px solid #efefef;
}

.dash-card-header h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.ground-list {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none;
}

.ground {
    display: -ms-flex-box;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.ground-list-single {
    -webkit-box-align: center;
    align-items: center;
}

.ground-list-single {
    padding: 16px 10px;
    border-bottom: 1px solid #eaeff5;
}

.ground>* {
    margin: 0 6px;
}

.ground-list-single a {
    position: relative;
}

.ground-avatar {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    background-color: #f5f6f7;
    text-transform: uppercase;
    color: #606e88;
}

.profile-status {
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    left: 30px;
    position: absolute;
    top: 1px;
    width: 10px;
}

.bg-online {
    background: #68c70b !important;
}

.bg-offline {
    background: #e02b0d !important;
}

.bg-busy {
    background: #2196f3 !important;
}

.bg-working {
    background: #f39c12 !important;
}

.ground-content {
    -ms-flex: 1;
    flex: 1;
}

.ground-content>* {
    margin-bottom: 0;
}

.ground-content h6 {
    font-size: 14px;
    line-height: 1;
}

.ground-content a {
    color: #272b35;
    font-weight: 500;
}

.ground-content small {
    color: #5d687d;
}

.goodup-dashboard-grouping-list strong {
    font-weight: 600;
    color: #253040;
}

.goodup-dashboard-grouping-list.invoices ul ul li.paid {
    color: #4caf50;
}

.goodup-dashboard-grouping-list.invoices ul ul li.unpaid {
    color: #e62315;
}

.goodup-dashboard-grouping-list.invoices ul ul li.pending {
    color: #ff9800;
}

.dashboard-head-author-clicl {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

.dashboard-head-author-thumb {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    padding: 5px;
    border: 4px solid rgba(255, 255, 255, 0.2);
}

.dashboard-head-author-thumb img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.dashboard-head-author-caption {
    padding-left: 1.2rem;
    margin: 0;
    position: relative;
    flex: auto;
}

.dashboard-head-author-caption .dashploio h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

.dashboard-head-author-caption .agd-location {
    color: #ffffff;
}

.abs-list-sec .add-list-btn {
    display: inline-flex;
    padding: 10px 20px;
    font-weight: 500;
    height: 50px;
    color: white;
    background: var(--button-green);
    z-index: 1;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.abs-list-sec {
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 1;
}

.sticky-top {
    /* position: -webkit-sticky; */
    position: sticky;
    top: 0px;
}

.dropzone {
    border: 2px solid #e0e4e9;
    border-radius: 6px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dropzone .dz-message {
    margin: 0.5rem 0 0;
}

.dropzone i {
    font-size: 40px;
    color: #c7cdd9;
}

/*------------- Datepicker Design ----------*/
.daterangepicker {
    border-color: #f2f2f2;
}

.daterangepicker:before {
    border-bottom: 7px solid #e0e0e0;
}

.daterangepicker .calendar-table th {
    font-size: 13px;
    color: #191c23;
    min-width: 40px;
    width: 40px;
    height: 38px;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
}

.daterangepicker .calendar-table td {
    font-size: 13px;
    color: #6b7588;
    width: 40px;
    height: 38px;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
}

.daterangepicker .drp-calendar {
    max-width: 320px;
}

.daterangepicker td.off,
.daterangepicker td.off.end-date,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date {
    color: #a1a9ba !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #f41b3b;
    color: #fff !important;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: rgba(244, 27, 59, 0.2);
    color: #f41b3b;
}

th.month {
    color: #009688 !important;
}

/*-------------------- Messages Design ----------------*/
.messages-container {
    margin: 0;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .06);
    border-radius: 4px;
    background-color: #fff;
}

.messages-headline {
    font-size: 16px;
    margin: 0;
    padding: 22px 30px;
    background-color: #fff;
    display: block;
    border-bottom: 1px solid #edf1f9;
    border-radius: 4px 4px 0 0;
    position: relative;
}

.messages-headline h4 {
    font-size: 16px;
    padding: 0;
    margin: 0;
    font-weight: 600;
    display: inline-block;
}

.message-action {
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    transition: .3s;
    padding: 0;
    float: right;
}

.messages-container-inner {
    display: flex;
}

.messages-container-inner .dash-msg-inbox {
    max-width: 340px;
    border-right: 1px solid #edf1f9;
}

.messages-container-inner .dash-msg-inbox {
    overflow: hidden;
}

.messages-container-inner .dash-msg-content {
    padding: 30px;
}

.messages-container-inner .dash-msg-inbox,
.messages-container-inner .dash-msg-content {
    flex: 1;
}

.messages-container-inner .dash-msg-inbox ul {
    max-height: 950px;
    overflow-y: scroll;
    width: 357px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.dash-msg-inbox ul li.active-message {
    border-left: 3px solid #166ef3;
}

.dash-msg-inbox ul li {
    border-bottom: 1px solid #edf1f9;
    transition: .2s;
    list-style: none;
}

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

.message-by-headline h5 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1;
}

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

.messages-container-inner .dash-msg-inbox ul li a {
    padding: 25px;
}

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

.messages-container-inner .dash-msg-inbox .dash-msg-avatar {
    left: 25px;
}

.dash-msg-avatar img {
    display: inline-block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
}

.messages-container-inner .dash-msg-avatar img {
    width: 40px;
    height: 40px;
}

.dash-msg-inbox .message-by {
    margin-left: 85px;
}

.messages-container-inner .dash-msg-inbox .message-by {
    margin-left: 50px;
}

.messages-container-inner .message-by-headline h5 i {
    background: #f98f14;
    padding: 3px 8px;
    border-radius: 50px;
    color: #ffffff;
    font-size: 13px;
}

.messages-container-inner .message-by-headline span {
    font-size: 13px;
    position: absolute;
    top: 25px;
    right: 25px;
    float: right;
    color: #888;
}

.messages-container-inner .dash-msg-inbox .message-by p {
    height: 26px;
    max-width: 205px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #6b747d;
    line-height: 27px;
}

.message-plunch {
    display: block;
    position: relative;
    margin-bottom: 25px;
}

.message-plunch .dash-msg-avatar {
    position: absolute;
    left: 0;
    top: 0;
}

.message-plunch .dash-msg-avatar img {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
}

.message-plunch .dash-msg-text {
    margin-left: 70px;
    background-color: #f4f5f7;
    border-radius: 4px;
    padding: 20px;
    position: relative;
}

.message-plunch .dash-msg-text:before {
    position: absolute;
    top: 12px;
    left: -9px;
    content: "\f0d9";
    font-family: fontawesome;
    font-size: 31px;
    color: #f4f5f7;
}

.message-plunch .dash-msg-text p {
    font-size: 15px;
    padding: 0;
    margin: 0;
    line-height: 27px;
}

.message-plunch.me .dash-msg-avatar {
    left: auto;
    right: 0;
    position: absolute;
    top: 0;
}

.message-plunch.me .dash-msg-text {
    color: #39b36e;
    background-color: rgba(57, 179, 110, 0.1);
}

.message-plunch.me .dash-msg-text {
    margin-left: 0;
    margin-right: 70px;
    border-radius: 4px;
    padding: 20px;
    position: relative;
}

.message-plunch.me .dash-msg-text:before {
    color: rgb(235 247 240);
}

.message-plunch.me .dash-msg-text:before {
    left: auto;
    right: -11px;
    content: "\f0da";
}

.message-reply {
    display: block;
    margin-top: 15px;
}

.message-reply textarea {
    max-width: 100%;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    padding: 15px 20px;
}

.message-reply button {
    border-radius: 4px;
    margin-top: 5px;
}

span._user_status {
    width: 12px;
    height: 12px;
    background: #252629;
    display: flex;
    border-radius: 50%;
    border: 1px solid #ffffff;
    position: absolute;
    right: -5px;
    top: 50%;
}

span._user_status.online {
    background: #28af51;
}

span._user_status.offline {
    background: #e23528;
}

span._user_status.busy {
    background: #ff9800;
}

/*===================================================
 Blog Designs
==================================================*/
/*------------------- Blog Grid Design --------------*/
.gup_blg_grid_box {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    margin-bottom: 30px;
    border-radius: 0.5rem;
    box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    -webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
}

.gup_blg_grid_caption {
    position: relative;
    display: block;
    padding: 1.2rem 1.2rem;
}

.gup_blg_grid_caption .blg_tag {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    height: 30px;
    border-radius: 4px;
    color: #F41b3b;
    font-size: 13px;
    font-weight: 600;
    padding: 0.2rem 0.8rem;
    background: rgb(244 27 59 / 10%);
    margin-bottom: 4px;
}

.gup_blg_grid_caption .blg_tag.dark {
    color: #ffffff;
    background: #006cff;
}

.blg_title h4 {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
}

.blg_title h4 a {
    color: #30384e;
}

.blg_desc p {
    font-size: 14px;
    line-height: 1.8;
    color: #4e6579;
    margin: 0;
}

.blg_more {
    display: inline-flex;
    margin-top: 10px;
}

.blg_more a {
    position: relative;
    color: #006cff;
    font-weight: 600;
    font-size: 14px;
    text-decoration: underline;
}

.blg_more a:before {
    content: "\e661";
    font-family: 'themify';
    position: absolute;
    right: -15px;
    top: 0;
    color: #006cff;
}

.foot_list_info ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.foot_list_info ul li {
    display: flex;
    align-items: center;
    margin-left: 20px;
    font-weight: 500;
    font-size: 13px;
    list-style: none;
    color: #172228;
}

.foot_list_info ul li .elsio_ic {
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    display: flex;
    background: #ffffff;
    border: 1px solid #eff1f5;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 11px;
}

/*--------- Blog Detail Page -----------*/
.single_article_wrap {
    display: block;
    width: 100%;
    background: #ffffff;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 30px;
    border: 1px solid #e5e8f3;
}

.article_featured_image {
    display: block;
    margin-bottom: 1.5rem;
}

.article_featured_image img {
    border-radius: 6px;
}

.single_article_wrap .article_body_wrap .article_middle_info {
    padding: 0;
    list-style: none;
}

.single_article_wrap .article_body_wrap .article_middle_info li {
    display: inline-block;
    margin-right: 19px;
}

.single_article_wrap .article_body_wrap .article_middle_info li a {
    color: var(--theme-color);
    display: block;
    letter-spacing: 0;
    line-height: 18px;
}

.single_article_wrap .article_body_wrap .article_middle_info li a .icons {
    margin-right: 10px;
}

.single_article_wrap .article_body_wrap .post-title {
    display: block;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2;
    margin: 5px 0 0;
}

.single_article_wrap .article_body_wrap p,
.single_article_wrap .article_body_wrap .text {
    color: #6e7c90;
    font-size: 15px;
    /*  margin:25px 0 0; */
}

.blog-page .article_detail_wrapss blockquote {
    background: #f7f9fc;
    padding: 28px 28px 28px 100px;
    margin: 50px 0;
    position: relative;
}

.blog-page .article_detail_wrapss blockquote .icon {
    color: #03b97c;
    position: absolute;
    font-size: 28px;
    line-height: 28px;
    left: 35px;
    top: 42%;
}

.blog-page .article_detail_wrapss blockquote .name {
    color: #000c35;
    margin: 12px 0 0;
}

.blog-page .article_detail_wrapss .article_bottom_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 43px 0 0;
}

.blog-page .article_detail_wrapss .article_bottom_info .post-tags {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}

.blog-page .article_detail_wrapss .article_bottom_info .post-tags .pbm-title {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 20px;
}

.blog-page .article_detail_wrapss .article_bottom_info .post-tags .list {
    padding: 0;
    list-style: none;
}

.blog-page .article_detail_wrapss .article_bottom_info .post-tags .list li {
    display: inline-block;
    margin-bottom: 10px;
}

.blog-page .article_detail_wrapss .article_bottom_info .post-tags .list li a {
    border: 1px solid #e4e4e6;
    letter-spacing: 0;
    display: block;
    padding: 9px 20px;
}

.blog-page .article_detail_wrapss .article_bottom_info .post-tags .list li a:hover {
    color: #ffffff;
    background: #e42d29;
    border-color: #e42d29;
}

.blog-page .article_detail_wrapss .article_bottom_info .post-share .list {
    padding: 0;
    list-style: none;
}

.blog-page .article_detail_wrapss .article_bottom_info .post-share .list li {
    display: inline-block;
    margin-right: 22px;
}

.blog-page .article_detail_wrapss .article_bottom_info .post-share .list li:last-child {
    margin-right: 0;
}

.blog-page .article_detail_wrapss .article_bottom_info .post-share {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    text-align: right;
}

.blog-page .article_detail_wrapss .article_bottom_info .post-share .pbm-title {
    font-size: 18px;
}

.blog-page .article_detail_wrapss .article_bottom_info .post-share .list li a {
    color: #8c96b5;
    display: block;
    font-size: 16px;
    line-height: 22px;
}

.blog-page .article_detail_wrapss .article_bottom_info .post-share .list li a:hover {
    color: #ef4060;
}

.single_article_pagination .next-post .title,
.single_article_pagination .prev-post .title {
    font-size: 20px;
}

.single_article_pagination .article_pagination_center_grid {
    position: absolute;
    left: 50%;
    top: 60%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.single_article_pagination .article_pagination_center_grid a {
    font-size: 2.5rem;
    color: #e42d29;
}

.single_article_pagination .prev-post a,
.single_article_pagination .next-post a {
    display: inline-block;
    overflow: hidden;
    padding: 14px 25px;
    height: 50px;
    border: 4px !important;
    color: #ffffff !important;
    overflow: hidden;
    text-transform: capitalize !important;
}

.single_article_pagination .prev-post a span,
.single_article_pagination .next-post a span {
    margin: 0;
}

.single_article_pagination .prev-post a .title-with-link .title {
    color: #000c35;
    line-height: 28px;
}

/*-------- Comment ---------*/
.blog-page .article_detail_wrapss .comment-area .all-comments .comments-title {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 35px;
}

.blog-page .article_detail_wrapss .comment-area .all-comments .comment-list ul {
    padding: 0;
    list-style: none;
}

.blog-page .article_detail_wrapss .comment-area .all-comments article {
    overflow: hidden;
    margin: 0 0 50px;
}

.blog-page .article_detail_wrapss .comment-area .all-comments article .article_comments_thumb {
    float: left;
    width: 70px;
}

.blog-page .article_detail_wrapss .comment-area .all-comments article .article_comments_thumb img {
    max-width: 70px;
    border-radius: 50%;
}

.blog-page .article_detail_wrapss .comment-area .all-comments article .comment-details {
    overflow: hidden;
    padding-left: 20px;
}

.blog-page .article_detail_wrapss .comment-area .all-comments article .comment-details .comment-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-page .article_detail_wrapss .comment-area .all-comments article .comment-details .comment-meta .comment-left-meta {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
}

.blog-page .article_detail_wrapss .comment-area .all-comments article .comment-details .comment-meta .comment-left-meta .author-name {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 2px;
}

.blog-page .article_detail_wrapss .comment-area .all-comments article .comment-details .comment-meta .comment-left-meta .author-name .selected {
    font-size: 12px;
    color: #cacfef;
    margin-left: 4px;
}

.blog-page .article_detail_wrapss .comment-area .all-comments article .comment-details .comment-meta .comment-left-meta .comment-date {
    color: #03b97c;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0;
    font-weight: 500;
    margin: 7px 0 0;
}

.blog-page .article_detail_wrapss .comment-area .all-comments article .comment-details .comment-meta .comment-reply {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    text-align: right;
}

.blog-page .article_detail_wrapss .comment-area .all-comments article .comment-details .comment-meta .comment-reply .reply {
    color: #6e7c90;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
}

.blog-page .article_detail_wrapss .comment-area .all-comments article .comment-details .comment-meta .comment-reply .reply .icon {
    margin-right: 8px;
}

.blog-page .article_detail_wrapss .comment-area .all-comments article .comment-details .comment-text {
    margin: 19px 0 0;
}

.blog-page .article_detail_wrapss .comment-area .all-comments article .comment-details .comment-text p {
    margin: 0;
}

.blog-page .article_detail_wrapss .comment-area .all-comments .comment-list ul li ul {
    padding-left: 40px;
    list-style: none;
}

.article_posts_thumb {
    text-align: center;
}

.article_posts_thumb span.img {
    width: 120px;
    overflow: hidden;
    border-radius: 50%;
    height: 120px;
    border: 4px solid #e4eaf3;
    display: table;
    margin: 0 auto 1rem auto;
}

span.img img {
    border-radius: 50%;
    max-width: 120px;
}

h3.pa-name {
    font-size: 18px;
    margin-bottom: 5px;
}

.social-links {
    padding: 0;
    margin: 0 0 1rem 0;
}

.social-links {
    padding: 0;
    margin: 0 0 1rem 0;
}

.social-links li {
    display: inline-block;
    padding: 2px 10px;
}

.social-links li a {
    color: #8c96b5;
    font-size: 16px;
}

.social-links li a:hover,
.social-links li a:focus {
    color: #e42d29;
}

/*-------------- Sidebar -----------*/
.single_widgets {
    border: 1px solid #e5e8f3;
    background: #ffffff;
    padding: 30px 28px 35px;
    margin: 0 0 40px;
    border-radius: 0.4rem;
}

.single_widgets.widget_search form {
    position: relative;
}

.single_widgets.widget_search form input[type="search"] {
    border-radius: 4px;
    border: 1px solid #ebedf5;
    background: #f9fafc;
    font-size: 12px;
    padding: 10px 70px 10px 30px;
    height: 60px;
    width: 100%;
}

.single_widgets.widget_search form button {
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 0px;
    cursor: pointer;
    border-radius: 4px;
    background: #03b97c;
    color: #ffffff;
    border: 0;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    width: 52px;
    outline: none;
}

.single_widgets.widget_category ul {
    padding: 0;
    list-style: none;
}

.single_widgets.widget_category ul li {
    display: block;
    border-bottom: 1px dashed #eceff3;
    padding: 11px 0;
}

.single_widgets.widget_category ul li:first-child {
    border-top: none;
}

.single_widgets.widget_category ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #144273;
}

.single_widgets.widget_category ul li a span {
    float: right;
    background: rgba(3, 185, 124, 0.1);
    border-radius: 50%;
    padding: 3px 4px;
    font-size: 10px;
    color: #03b97c;
    font-weight: 600;
}

.single_widgets.widget_thumb_post ul {
    padding: 0;
    list-style: none;
}

.single_widgets.widget_thumb_post ul li {
    display: block;
    overflow: hidden;
    margin: 0 0 15px;
}

.single_widgets.widget_thumb_post ul li .left {
    display: block;
    float: left;
    width: 80px;
}

.single_widgets.widget_thumb_post ul li .right {
    display: block;
    overflow: hidden;
}

.single_widgets.widget_thumb_post ul li .right .feed-title {
    display: block;
    overflow: hidden;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 7px;
    padding-left: 20px;
}

.single_widgets.widget_thumb_post ul li .right .post-date {
    color: #144273;
    display: block;
    overflow: hidden;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 18px;
    padding-left: 20px;
}

.single_widgets.widget_thumb_post ul li .right .post-date i {
    margin-right: 5px;
}

.single_widgets.widget_thumb_post ul li .left img {
    width: 100%;
    border-radius: 3px;
}

.single_widgets.widget_tags ul {
    padding: 0;
    list-style: none;
}

.single_widgets.widget_tags ul li {
    display: inline-block;
    margin-bottom: 5px;
}

.single_widgets.widget_tags ul li a {
    background: #f3f5f8;
    letter-spacing: 0;
    font-size: 14px;
    display: block;
    padding: 9px 25px;
    border-radius: 0.2rem;
    color: #144273;
    font-size: 13px;
    font-weight: 600;
}

.single_widgets.widget_tags ul li a:hover,
.single_widgets.widget_tags ul li a:focus {
    color: #ffffff;
    background: #03b97c;
}

/*-------------------------------------------------
  Footer Design Start   
--------------------------------------------------*/
/*---------- Call To Action -------------------*/
.call_action_wrap-wrap {
    padding: 50px 0;
}

.call_action_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    color: #ffffff;
    align-items: center;
}

.call_action_wrap-head {
    flex: 1;
}

.call_action_wrap h3 {
    color: #ffffff;
    margin-bottom: 5px;
}

.btn.btn-call_action_wrap {
    background: #ffffff;
    padding: 18px 40px;
    border-radius: 50px;
    color: #333640;
    font-weight: 600;
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
}

a.btn_aps {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding: 0;
}

.aps_wrapb {
    background: #21242b;
    padding: 0.8rem 1.5rem;
    display: flex;
    align-items: center;
    border-radius: 0.3rem;
}

.aps_ico {
    position: relative;
    margin-right: 7px;
    display: inline-block;
}

.aps_ico img {
    max-width: 35px;
}

.aps_capt span {
    line-height: 1;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
}

.aps_capt h4 {
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
}

.btn_aps.light .aps_wrapb {
    background: #ffffff;
}

.btn_aps.light .aps_capt span {
    color: #006cff;
}

.btn_aps.light .aps_capt h4 {
    color: #21242b;
}

/*---------- Small footer -------------------*/
footer {
    z-index: 0;
    font-size: 14px;
    color: #565656;
    position: relative;
}

footer.light-footer {
    background: #ffffff;
}

footer.dark-footer {
    background: #2a2c2e;
}

footer.footer-small {
    padding: 50px 0 0 0;
}

img.img-footer {
    max-width: 180px;
    margin-bottom: 2rem;
}

img.img-footer.small {
    margin: 0;
    max-width: 200px;
    height: 70px;
    position: relative;
    top: 2px;
    background: #ffffff;
}

.ft-copyright {
    padding: 0px 0 12px 0;
}

.ft-copyright p {
    margin-bottom: 0;
}

.footer_widget {
    padding: 0 0 11px;
}

h4.widget_title {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.footer_widget ul {
    padding: 0;
    margin: 0;

}

.footer_widget ul li {
    list-style: none;
    margin-top: 12px;
    display: block;
}

.footer_widget ul.list-inline li,
ul.list-inline li {
    display: inline-block;
    margin-right: 3px;
}

.footer_widget ul li a {
    color: white;
    font-size: 14px;
}

.footer_widget ul li a:hover {
    transform: translateX(10px) scale(1.1);
    transition: transform 0.3s ease;
    color: var(--theme-color-bg);
}

.light-footer .footer-bottom {
    background: #ffffff;
    border-top: 1px solid #edeff1;
}

footer.skin-dark-footer .extream,
footer.skin-light-footer .extream {
    letter-spacing: 1px;
    line-height: 1.4;
}

footer.skin-dark-footer h4,
footer.skin-blue-footer h4 {
    color: #ffffff;
}

footer.skin-dark-footer .footer_widget ul li a,
footer.skin-dark-footer,
footer.skin-dark-footer a {
    color: #C4c4c4;
    transition: all ease 0.4s;
    font-size: 14px;
}

footer.skin-dark-footer .footer_widget ul li a:hover,
footer.skin-dark-footer .footer_widget ul li a:focus {
    color: #ffffff;
}

.footer-bottom {
    padding: 10px 0;
    border-top: 1px solid #273246;
}

.blue-footer .footer-bottom {
    background: #192538;
    border-color: #192538;
}

.skin-dark-footer .footer-bottom {
    border-top: 1px solid #343638;
}

footer.skin-dark-footer ul.footer-bottom-social li a:hover,
footer.skin-dark-footer ul.footer-bottom-social li a:focus {
    color: #ffffff;
    opacity: 1;
}

.skin-dark-footer .f-newsletter .form-control {
    border: 2px solid #9ea6ba;
}

/*--------------------------------------------------
	Responsiveness Start
---------------------------------------------------*/
@media all and (min-height: 600px) and (min-width: 767px) {}

@media all and (min-width: 993px) and (max-width: 1024px) {}

@media all and (min-width: 993px) and (max-width: 1280px) {
    form.main-search-wrap.fl-wrap.half-column {
        max-width: 536px;
    }
}

@media (max-height: 600px) {}

@media (min-width: 768px) {
    .left-ico {
        border-right: 1px solid #ebedf1 !important;
    }

    .Goodup-grid-thumb a img {
        min-height: 200px;
        max-height: 200px;
        object-fit: cover;
    }
}

@media (min-width: 992px) {
    .image-cover {
        min-height: 500px;
        height: 100vh;
    }

    .banner_title {
        font-size: 50px;
        line-height: 1.2;
    }

    .banner_title_xxl {
        font-size: 80px;
        line-height: 1.2;
    }

    .banner_title_xl {
        font-size: 50px;
        line-height: 1.2;
    }

    .w3-ch-sideBar {
        max-width: 370px;
        min-width: 370px;
    }

    .collapse.miz_show {
        display: block !important;
    }

    .collapsed._filter-ico {
        display: none;
    }
}

@media (min-width: 993px) {
    .off_title {
        font-size: 55px;
    }

    .tags_explore h2 {
        font-size: 50px;
        margin-bottom: 1rem !important;
    }

    .home-banner {
        transition: all 0.6s;
        border-radius: 0;
        position: relative;
        min-height: 580px;
    }
}

@media (min-width: 1024px) {
    a.mobNavigation {
        display: none;
    }

    div#MobNav {
        display: block;
    }
}

@media (min-width: 1200px) {
    .nav-brand {
        margin-right: 1rem;
    }

    .home-banner {
        height: 100vh;
        min-height: 600px;
        /* background: var(--theme-color-bg); */
        background-image: url('../img/Shiftin-slider-desk.jpg');
        background-repeat: no-repeat;
        background-size: cover !important;
        background-position: left !important;
    }

    .banner_caption {
        padding-top: 253px;
        font-size: 24px;
        font-weight: bold;
    }

    .lg-heading {
        font-size: 65px;
        line-height: 1.1;
    }
}

@media (min-width: 1400px) {
    .author-wrap-ngh {
        max-width: 90%;
    }
}

@media (max-width: 1199px) {
    .lg-heading {
        font-size: 45px;
        line-height: 1.1;
    }

    .btn.apply-btn {
        padding: 12px 20px;
    }
}

@media (max-width: 1023px) {
    .goodup-dashboard-wrap {
        min-height: 0;
        display: block;
        padding: 2rem !important;
    }

    a.mobNavigation {
        width: 100%;
        margin: auto;
        background: #27272e;
        padding: 12px 25px;
        border-radius: 2px;
        color: #ffffff;
        display: block;
    }

    .goodup-dashboard-nav {
        position: relative;
        overflow: auto;
        min-width: 100%;
        max-width: 100%;
        min-height: auto;
        display: initial;
        box-shadow: none;
    }

    .goodup-dashboard-content {
        margin: 0;
        padding: 0;
        margin-top: 2rem;
    }

    .goodup-dashboard-inner {
        max-height: initial;
        width: 100%;
        overflow-y: scroll;
        position: relative;
        display: initial;
        padding: 0;
    }

    .goodup-dashboard-nav ul {
        margin: 0px 0 0 0;
        background: #ffffff;
        padding-top: 10px;
    }

    .goodup-dashboard-nav ul:first-child {
        margin-top: 0;
    }

    .box-static {
        position: relative;
        top: 0;
    }

    .hide-1023 {
        display: none;
    }

}

@media (max-width: 992px) {
    #countdown ul li {
        margin: 0 0.2rem;
        padding: 0.5rem 0.6rem;
        color: #50535d;
        font-size: 12px;
    }

    .nav-menus-wrapper .main-search-button .btn {
        position: relative;
    }

    a.nav-brand.static-logo {
        display: none;
    }

    #countdown ul li span {
        display: block;
        font-size: 15px;
        font-weight: 600;
        color: #d2976b;
        line-height: 1;
    }

    .nav-menu>li>.nav-dropdown:before {
        display: none;
    }

    .nav-menu>li .nav-dropdown {
        border: none;
        padding: 0px;
        background: #ffffff;
        border-radius: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .nav-dropdown>li>a {
        font-size: 15px;
    }

    .fs-left-map-box {
        float: initial;
    }

    .home-map.fl-wrap {
        height: auto;
        margin-bottom: 1rem;
    }

    .fs-left-map-box .hm-map-container.fw-map {
        position: relative;
        width: 100%;
    }

    .hm-map-container.fw-map #map {
        position: relative;
        height: 400px;
    }

    .half-map .fs-inner-container {
        width: 100%;
        float: initial;
    }

    .home-map-banner.full-wrapious {
        height: 400px;
    }

    .home-banner {
        min-height: 350px;
        padding: 3rem 1rem;
        /* background: var(--theme-color-bg); */
        background-image: url('../img/shiftinclick-slider.jpg') !important;
        background-size: cover !important;
        background-position: center !important;
    }

    .banner_caption {
        padding-top: 253px;
        font-size: 24px;
        font-weight: bold;
    }

    .Goodup-top-cates ul li a {
        width: 90px;
        height: 80px;
    }

    section.cats-filters {
        border-top: 1px solid #e9edf2;
    }

    .nav-menus-wrapper .fl-wrap {
        padding: 0 10px;
        border: none;
    }

    .nav-menus-wrapper .fl-wrap.npd {
        padding: 0;
    }

    .nav-menus-wrapper .fl-wrap .main-search-item {
        border: 1px solid #e8ebef;
        width: 100%;
        margin-bottom: 15px;
        height: auto;
        border-radius: 6px;
        overflow: hidden;
    }

    .nav-menus-wrapper .main-search-button .btn {
        width: 100%;
    }

    .half-map.small-map .fs-inner-container {
        width: 100%;
    }

    .small-map .fs-left-map-box .hm-map-container.fw-map {
        width: 100%;
    }

    .home-7 .blockWrap {
        display: none;
    }
}

@media (max-width: 991px) {
    .Goodup-counter ul {
        flex-direction: inherit;
        margin: 1rem 0;
    }

    .Goodup-counter ul li {
        display: flex;
        flex: 0 0 33.333333%;
        margin: 1rem 0;
    }
}

@media (max-width: 767px) {
    .nav-brand img {
        max-width: 37%;
        position: relative;
        top: -1px;
        /* Add these to center */
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .Goodup-all-drp.d-flex.justify-content-end {
        justify-content: flex-start !important;
    }

    .crp_box.fl_color .dro_140 {
        margin-bottom: 1rem;
    }

    .navigation-portrait .nav-brand {
        margin-left: 19px;
    }

    .lg-heading {
        font-size: 30px;
        line-height: 1.1;
    }

    .overlio {
        margin-top: -50px;
    }

    .home-banner .btn {
        padding: 12px 18px;
        font-size: 14px;
    }

    .accordion .card-header button {
        font-size: 15px;
    }

    .mfliud {
        margin-top: 1rem;
    }

    .mfliud-bot {
        margin-bottom: 1rem;
    }

    .footer_widget {
        padding: 25px 0 25px;
    }

    .footer-middle {
        padding: 0px 0;
    }

    ul.company-summeries-list>li {
        width: 100%;
    }

    h1 {
        line-height: 28px;
        font-size: 24px;
    }

    h2 {
        line-height: 25px;
        font-size: 20px;
    }

    .slick-prev {
        left: -10px;
    }

    .slick-next {
        right: -10px;
    }

    .dash-msg-inbox {
        display: none;
    }

    .goodup-dashboard-content table.table {
        min-width: 700px;
    }

    .main-search-wrap {
        margin-top: 0px;
        padding: 0;
        flex-direction: column;
        background: transparent;
    }

    .main-search-item,
    .half-column .main-search-item {
        float: left;
        width: 100%;
        background: #ffffff;
        border-radius: 6px;
        overflow: hidden;
        margin-bottom: 15px;
    }

    .main-search-item,
    .main-search-button .btn {
        height: 50px;
    }

    .main-search-button .btn {
        position: relative;
        width: 100%;
        border-radius: 6px;
    }

    .Goodup-search-shadow {
        margin: 20px 0 0;
        border: 1px solid #f0f3f8;
        box-shadow: none;
    }

    .Goodup-search-shadow .main-search-item,
    .main-search-wrap .main-search-item:first-child {
        border: 1px solid #e8ebef;
    }

    .Goodup-search-shadow .main-search-wrap {
        border: none;
    }

    .nav-tabs.search-tab li {
        margin: 5px auto;
    }

    .nav-tabs.search-tab .nav-link {
        border-radius: 50px;
        padding: 0.5rem 1.2rem;
        font-size: 13px;
        margin-right: 10px;
    }

    .Goodup-all-drp {
        display: inline-flex;
        flex-wrap: wrap;
    }

    .Goodup-all-drp .Goodup-single-drp {
        margin-bottom: 10px;
    }

    .vrt-list-wrap-head {
        display: flex;
        flex-direction: column;
    }

    .vrt-list-thumb {
        margin: 0 0 10px;
    }

    .Goodup-ops-bhri {
        left: 5%;
    }

    .Goodup-lkp-flex.d-flex {
        display: block !important;
    }

    .Goodup-lkp-thumb {
        margin-bottom: 1rem;
    }

    .Goodup-lkp-caption.ps-3 {
        padding: 0 !important;
    }

    .ftl-diope {
        top: 50px;
        bottom: auto;
    }

    .ftl-diope .btn {
        font-size: 13px;
    }

    .Goodup-all-features-list ul li {
        width: 50%;
        flex: 0 0 50%;
        /* align-items: flex-start; */
    }

    .dsd-single-item .dsd-item-title {
        min-width: 110px;
    }

    .dsd-single-book-footer .btn {
        height: 36px;
        padding: 0 14px;
        font-size: 12px;
    }

    .dsd-single-bookings-wraps {
        display: block;
    }

    .dsd-single-book-caption {
        padding: 0;
        margin-top: 7px;
    }

    .sticky-top {
        /* position: -webkit-relative; */
        position: relative;
        top: 0px;
    }

    .auth-filter-headers {
        display: block;
    }

    .auth-filter-headers-title {
        margin-bottom: 1rem;
    }

    .abt-caption-head h1 {
        font-size: 32px;
        line-height: 1.1;
        margin-bottom: 1.2rem;
    }

    .option-log .single-log-opt .log-btn {
        padding: 10px 10px;
        font-size: 12px;
    }

    .modal-body.p-5 {
        padding: 3rem 1rem !important;
    }

    .list-lioe {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .svd-01.d-flex {
        display: flex;
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: flex-start;
    }

    .jbd-01-caption .jbd-list span {
        margin-bottom: 5px !important;
        display: inline-block;
    }

    /*    .reviews-comments-item-date {
        display: none;
    } */

    .adv-btn {
        padding: 10px 10px;
    }

    .goodup-dashboard-wrap {
        padding: 1rem !important;
    }

    .list-411 {
        flex-direction: column;
        align-items: flex-start;
    }

    .list-412 {
        margin-bottom: 1rem;
    }

    .half-map .fs-content {
        padding: 2em 1rem;
    }

    .nav-menus-wrapper .fl-wrap.npd {
        width: 100%;
    }
}


@media (max-width: 600px) {
    .m-catrio {
        font-size: 13px !important;
    }

    .blog-page .article_detail_wrapss .comment-area .all-comments article .article_comments_thumb {
        width: 50px;
    }

    .blog-page .article_detail_wrapss .comment-area .all-comments article .article_comments_thumb img {
        max-width: 50px;
        border-radius: 50%;
    }

    .blog-page .article_detail_wrapss .comment-area .all-comments .comment-list ul li ul {
        padding-left: 25px;
        list-style: none;
    }
}

@media (max-width:360px) {}

/*====================================
 Bottom To top Button Design
=====================================*/
#tops-button {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 20px;
    text-align: center;
    font-size: 15px;
    border-radius: 4px;
    text-decoration: none;
    background: #333c56;
    color: #ffffff;
}

#tops-button:hover {
    background-color: #d2d7e4;
    color: #333c56;
}

.full-address {
    margin-bottom: -20px;
}

.footer-logo-img {
    border-bottom: 1.5px dotted white;
    padding-bottom: 0px;
    width: 200px;
}

/* about us page */
.AboutUsFeature_features-wrapper__HuUpF {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 6rem;
    background: var(--theme-color1);
}

.AboutUsFeature_features-wrapper__HuUpF .AboutUsFeature_features-title__kuGML {
    font-size: 2.2rem;
    letter-spacing: .6px;
    line-height: 3.4rem;
    text-align: center;
    color: #fff;
    max-width: 52rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

@media only screen and (min-width: 560px) {
    .AboutUsFeature_features-wrapper__HuUpF .AboutUsFeature_features-title__kuGML {
        font-size: 1.4rem;
    }
}

@media only screen and (min-width: 560px) {
    .AboutUsFeature_features-wrapper__HuUpF .AboutUsFeature_features-list-wrapper__7RCSi {
        margin-top: 1rem;
        justify-content: space-between;
    }
}

.AboutUsFeature_features-wrapper__HuUpF .AboutUsFeature_features-list-wrapper__7RCSi {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: -3rem;
    flex-wrap: wrap;
}

.AboutUsFeature_features-wrapper__HuUpF .AboutUsFeature_features-list-wrapper__7RCSi .AboutUsFeature_individual-feature__qbmoI {
    border-right: 1px dashed hsla(0, 0%, 100%, .16);
    padding: 1rem 3rem;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 560px) {
    .AboutUsFeature_features-wrapper__HuUpF .AboutUsFeature_features-list-wrapper__7RCSi .AboutUsFeature_individual-feature__qbmoI .AboutUsFeature_title__IdhUd {
        font-size: 3.2rem;
    }
}

.AboutUsFeature_features-wrapper__HuUpF .AboutUsFeature_features-list-wrapper__7RCSi .AboutUsFeature_individual-feature__qbmoI .AboutUsFeature_title__IdhUd {
    font-size: 2.88rem;
    margin-bottom: .2rem;
    font-weight: 700;
    color: #fff;
}

.AboutUsFeature_features-wrapper__HuUpF .AboutUsFeature_features-list-wrapper__7RCSi .AboutUsFeature_individual-feature__qbmoI .AboutUsFeature_desc__NUwJu {
    text-transform: uppercase;
    font-weight: 600;
    color: #949494;
    font-size: 1.5rem;
}

.AboutUsFeature_features-wrapper__HuUpF {
    /* Base styles (if any) */
    transition: all 0.3s ease;
    /* Smooth transition for hover effects */
}

.AboutUsFeature_features-wrapper__HuUpF:hover {
    /* Define hover effects */
    transform: scale(1.05);
    /* Slightly enlarge the div */
    box-shadow: None;
    /* Add shadow */
    background-color: var(--theme-color1);
    /* Change background color */
    cursor: pointer;
    /* Indicate interactivity */
}


/*========Testimonials Section===============*/
.testimonials-section {
    padding: 20px 0;
    /* background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%); */
    position: relative;
    overflow: hidden;
}

.testimonials-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10px;
    background: linear-gradient(90deg, var(--theme), var(--primary));
}

.section-title {
    text-align: center;
    margin-bottom: 20px;
}

.section-title h3 {

    font-size: 20px;
    /* color: var(--dark); */
    margin-bottom: 20px;
    line-height: 1.1;
}

.section-title h2 {
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.section-title h2 span.theme-cl {
    color: var(--cta-color);
    line-height: 1;
}

.section-title h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--theme);
    border-radius: 2px;
}

.section-title p {
    color: var(--gray);
    max-width: 700px;
    margin: 20px auto 0;
    font-size: 1.1rem;
}

.testimonial-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 30px;
    height: 100%;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border-top: 4px solid var(--theme);
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(255, 107, 107, 0.15);
}

.testimonial-card::before {
    content: "" ";
 position: absolute;
    top: 20px;
    right: 30px;
    font-size: 80px;
    font-family: Georgia, serif;
    color: rgba(255, 107, 107, 0.1);
    line-height: 1;
}

.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.testimonial-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
    border: 3px solid var(--theme);
    flex-shrink: 0;
}

.testimonial-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-author {
    flex-grow: 1;
}

.testimonial-author h4 {
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--dark);
}

.testimonial-author span {
    color: var(--theme);
    font-weight: 500;
    font-size: 0.9rem;
}

.rating {
    margin-top: 5px;
}

.rating i {
    color: #FFD700;
    margin-right: 3px;
    font-size: 1rem;
}

.testimonial-content {
    margin-bottom: 20px;
    line-height: 1.8;
    color: #555;
    position: relative;
    z-index: 2;
}

.testimonial-content p {
    margin-bottom: 0;
    font-style: italic;
}

.testimonial-footer {
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 15px;
    color: var(--gray);
    font-size: 0.9rem;
}

.company-logo {
    font-weight: 700;
    color: var(--theme);
    font-size: 1.1rem;
}

/* Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animated-card {
    animation: fadeIn 0.6s ease-out;
}

.animated-card:nth-child(2) {
    animation-delay: 0.2s;
}

.animated-card:nth-child(3) {
    animation-delay: 0.4s;
}

.animated-card:nth-child(4) {
    animation-delay: 0.6s;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .section-title h2 {
        font-size: 2.2rem;
    }

    .testimonial-card {
        padding: 25px;
    }
}

@media (max-width: 768px) {
    .testimonials-section {
        padding: 25px 0;
    }

    .section-title h2 {
        font-size: 2rem;
    }

    .testimonial-header {
        flex-direction: column;
        text-align: center;
    }

    .testimonial-img {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .section-title h2 {
        font-size: 1.8rem;
    }

    .testimonial-card {
        padding: 20px;
    }
}

/* ========= FAQ Section ============== */



.faq-section {
    padding: 5px 0;
    position: relative;
    overflow: hidden;
}



.section-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.section-header h6 {
    color: var(--accent);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.section-header h2 {
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.section-header h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--accent);
    border-radius: 2px;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.faq-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    border: none;
    transition: all 0.3s ease;
}

.faq-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(67, 97, 238, 0.15);
}

.faq-header {
    padding: 0;
    border: none;
    background: transparent;
}

.faq-button {
    width: 100%;
    text-align: left;
    padding: 25px 30px;
    font-weight: 600;
    font-size: 1.1rem;
    color: var(--dark);
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: all 0.3s;
}

.faq-button:not(.collapsed) {
    color: var(--accent);
    background: rgba(255, 107, 107, 0.05);
}

.faq-button::after {
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 30px;
    transition: all 0.3s;
}

.faq-button:not(.collapsed)::after {
    content: '\f068';
    color: var(--accent);
    transform: rotate(180deg);
}

.faq-icon {
    width: 40px;
    height: 40px;
    background: rgba(67, 97, 238, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    color: var(--primary);
    font-size: 1.2rem;
}

.faq-button:not(.collapsed) .faq-icon {
    background: rgba(255, 107, 107, 0.15);
    color: var(--accent);
}

.faq-question {
    flex-grow: 1;
    padding-right: 40px;
}

@media(max-width:768px) {
    .faq-question {
        font-size: 13px;
    }
}

.faq-body {
    padding: 0 30px 30px 95px;
    background: transparent;
    color: var(--text-black);
    line-height: 1.8;
}

.faq-image {
    text-align: center;
    margin-top: 30px;
}

.faq-image img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.faq-contact {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    border-radius: 12px;
    padding: 30px;
    margin-top: 25px;
    color: white;
    text-align: center;
    box-shadow: 0 15px 40px rgba(67, 97, 238, 0.25);
}

.faq-contact h3 {
    font-weight: 700;
    margin-bottom: 20px;
}

.faq-contact p {
    max-width: 600px;
    margin: 0 auto 25px;
    font-size: 1.1rem;
}

.contact-btn {
    background: var(--primary);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact-btn:hover {
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 107, 107, 0.3);
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animated-card {
    animation: fadeInUp 0.6s ease-out;
}

.animated-card:nth-child(2) {
    animation-delay: 0.1s;
}

.animated-card:nth-child(3) {
    animation-delay: 0.2s;
}

.animated-card:nth-child(4) {
    animation-delay: 0.3s;
}

.animated-card:nth-child(5) {
    animation-delay: 0.4s;
}

.animated-card:nth-child(6) {
    animation-delay: 0.5s;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .section-header h2 {
        font-size: 2.2rem;
    }

    .faq-button {
        padding: 20px;
    }

    .faq-body {
        padding: 0 20px 20px 75px;
    }
}

@media (max-width: 768px) {
    .faq-section {
        padding: 15px 0;
    }

    .section-header h2 {
        font-size: 2rem;
    }

    .faq-button {
        font-size: 1rem;
    }

    .faq-icon {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }

    .faq-body {
        padding: 0 20px 20px 65px;
    }
}

@media (max-width: 576px) {
    .section-header h2 {
        font-size: 1.8rem;
    }

    .faq-button {
        padding: 15px;
    }

    .faq-icon {
        margin-right: 10px;
    }

    .faq-body {
        padding: 0 15px 15px 15px;
    }

    .faq-button::after {
        right: 15px;
    }
}


/*--------------------------------------------------why chhooos us section---------------------------------------------------*/


.why-choose-section {
    padding: 15px 0;
    position: relative;
    overflow: hidden;
    margin-bottom: -20px;
}

.why-choose-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10px;
    background: var(--primary);
}

.section-header {
    position: relative;
    margin-bottom: 0px;
}

.section-header h3 {
    color: var(--theme-color);
    font-weight: 600;
    font-size: 2.5rem;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    /* text-transform: uppercase; */
}

/* .section-header h3::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 80px;
            height: 4px;
            background: var(--primary);
            border-radius: 2px;
        } */

.intro-text {
    font-size: small;
    line-height: 1.8;
    margin-bottom: 30px;
    color: var(--dark);
}

.feature-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    transition: all 0.4s ease;
    border-top: 4px solid var(--primary);
    position: relative;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px var(--text-theme);
}

.feature-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cta-color);
    font-size: 1.8rem;
}

.feature-content {
    padding: 30px;
    padding-right: 80px;
}

.feature-title {
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--primary);
    font-size: larger;
}

.feature-description {
    color: var(--text-charcoal);
    line-height: 1.8;
    margin-bottom: 0;
}

.image-container {
    position: relative;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.image-container:hover img {
    transform: scale(1.05);
}

.stats-container {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin-top: 40px;
    text-align: center;

}

.stat-item {
    padding: 15px;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 5px;
}

.stat-label {
    font-size: 1rem;
    color: var(--gray);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta-button {
    background: var(--button-green);
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 5px 15px var(--theme-color-bg);
    margin-top: 10px;
}

.cta-button:hover {
    /* background: var(--primary-dark); */
    transform: translateY(-3px);
    /* box-shadow: 0 8px 20px var(--text-theme); */
}

.cta-button i {
    margin-right: 10px;
}

.guarantee-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    max-width: 250px;
}

.guarantee-icon {
    width: 50px;
    height: 50px;
    background: var(--primary-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 1.5rem;
    margin-right: 15px;
    flex-shrink: 0;
}

.guarantee-text {
    font-weight: 600;
    color: var(--dark);
}

.guarantee-text span {
    color: var(--primary);
    display: block;
    font-size: 0.9rem;
}

/* Animation */
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.animated-left {
    animation: fadeInLeft 0.8s ease-out;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.animated-right {
    animation: fadeInRight 0.8s ease-out;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .section-header h3 {
        font-size: 2.2rem;
    }

    .feature-content {
        padding: 25px;
        padding-right: 70px;
    }

    .feature-icon {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) and (min-width: 576px) {
    .why-choose-section {
        padding: 25px 0;
    }

    .section-header h3 {
        font-size: 2rem;
    }

    .image-container {
        height: 400px;
        margin-top: 30px;
    }

    .feature-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .section-header h3 {
        font-size: 1rem;
        /* color: var(--text-theme); */
    }

    .section-header p {
        font-size: 1rem;
    }

    .feature-content {
        padding: 0px;
        text-align: left;
    }

    .feature-icon {
        top: 15px;
        right: 15px;
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
    }

    .stat-number {
        font-size: 2rem;
    }

    .stats-container2 {
        padding: 1.5rem 1rem;
        margin-top: 0px;
    }
}

/*----- about section -----*/
.about-section {
    padding: 1rem 0;
    /* background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%); */
    position: relative;
    overflow: hidden;
}



.about-tag {
    /* background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); */
    color: var(--primary);
    /* padding: 0.5rem 1.25rem; */
    border-radius: 30px;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.5px;
    /* box-shadow: 0 4px 15px rgba(255, 0, 0, 0.2); */
    /* margin-bottom: 1.5rem; */
    text-transform: uppercase;
    font-size: 17px;
}

.about-section-title {
    font-size: 2.5rem;
    font-weight: 800;
    /* margin-bottom: 1.5rem; */
    color: var(--theme-color);
    position: relative;
    line-height: 1.2;
}

@media(max-width: 768px) {
    .about-section-title {
        font-size: 1.2rem !important;
    }
}

.about-content p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 0.5rem;
    color: #444;
}

.about-image {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15); */
    height: 100%;
    min-height: 320px;
    z-index: 0;
    background-image: cover;
}

.about-image img {
    width: 100%;
    height: auto;
    /* object-fit: cover; */
    transition: transform 0.5s ease;
}

.about-image:hover img {
    transform: scale(1.05);
}


.btn-about {
    background: var(--button-green);
    color: white;
    font-weight: 600;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    border: none;
    transition: all 0.3s ease;
    /* box-shadow: 0 5px 15px var(--text-theme); */
    display: inline-flex;
    align-items: center;
}

.btn-about:hover {
    transform: translateY(-3px);
    color: white;
    background: var(--button-green);
}

.stats-container {
    /* background: linear-gradient(135deg, #ffffff 0%, #fff5f5 100%); */
    /* border-radius: 126px; */
    padding: 2rem;
    margin: 0rem 0;
    /* box-shadow: 0 10px 30px var(--text-theme); */
    position: relative;
    z-index: 0;
    border: 1px solid var(--theme-color1);
    margin-top: -10px;
}

.stat-item {
    text-align: center;
    padding: 0.5rem;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    background: linear-gradient(to right, var(--primary), var(--primary-dark));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.stat-label {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-charcoal);
}

.highlight {


    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-weight: 600;
}

@media (max-width: 992px) {
    .about-section {
        padding: 1rem 0;
    }

    .section-title {
        font-size: 2rem;
    }

    .about-image {
        margin-top: 1rem;
        min-height: 270px;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 1.8rem;
    }

    .about-content p {
        font-size: 12px;
    }

    .stat-number {
        font-size: 2rem;
    }

    .stat-label {
        font-size: .6rem;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.6rem;
    }

    .about-tag {
        font-size: large;
    }

    .stats-container {
        padding: 1.5rem 1rem;
        margin-top: 0px;
    }
}

/* Stand Out Section */


.stand-out-section {
    padding: 1rem 0;

    position: relative;
    overflow: hidden;
    margin-bottom: -15px;
}

.stand-out-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 240, 240, 0.8) 100%);
    z-index: -1;
}

.section-title {
    position: relative;
    /* padding-bottom: 20px;
            margin-bottom: 3rem; */
    text-align: left;
}

.section-title h6 {
    color: var(--theme-color);
    letter-spacing: 2px;
    font-size: 1.9rem;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-top: -60px;
}

@media (max-width: 767px) {
    .section-title h6 {
        line-height: 1;
    }
}

.section-title h2 {
    position: relative;
    font-weight: 800;
    color: var(--theme-color);
    margin-bottom: 0.5rem;
}

.section-title h2::after {
    content: '';
    position: relative;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--text-theme);
    border-radius: 2px;
}

.section-title p {
    max-width: 700px;
    margin: 0 auto;
    color: var(--text-black);
    line-height: 1.7;
}

.feature-box {
    display: flex;
    margin-bottom: 1.0rem;
    padding: 11px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.feature-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    /* background: linear-gradient(to right, var(--primary-light), white); */
    transition: width 0.4s ease;
    z-index: -1;
}

.feature-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px var(--primary);
}

.feature-box:hover::before {
    width: 100%;
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cta-color);
    font-size: 1.8rem;
    flex-shrink: 0;
    margin-right: -12px;
    border: 2px solid var(--cta-color);
    transition: all 0.3s;
}

.feature-box:hover .feature-icon {


    transform: scale(1.1);
}

.feature-content {
    flex: 1;
}

.feature-content span {
    font-weight: 700;
    margin-bottom: 0.8rem;
    color: var(--theme-color);
    position: relative;
    display: inline-block;
    font-size: 16px;
}

.feature-content span::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--theme-color-secondary);
    transition: width 0.3s;
}

.feature-box:hover .feature-content span::after {
    width: 70px;
}

.feature-content p {
    color: var(--text-black);
    line-height: 1.7;
    margin-bottom: 0;
    font-size: small;
}

.decoration {
    position: absolute;
    opacity: 0.03;
    font-size: 20rem;
    z-index: -1;
}

.decoration-1 {
    top: 10%;
    left: 5%;
    color: var(--primary-color);
}

.decoration-2 {
    bottom: 10%;
    right: 5%;
    color: var(--primary-color);
    transform: rotate(180deg);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .feature-box {
        padding: 20px;
    }

    .feature-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
        margin-right: 20px;
        margin-right: -11px;
        margin-top: -10px;
    }
}

@media (max-width: 767px) {
    .stand-out-section {
        padding: 0.5rem 0;
    }

    .section-title h2 {
        font-size: 1.8rem;
        line-height: 1;
    }

    .feature-box {
        flex-direction: column;
        text-align: center;
        padding: 25px 20px;
    }

    .feature-icon {
        margin-right: 0;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: -12px;
    }

    .feature-content span::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .decoration {
        font-size: 12rem;
    }
}

/* ----------------why to choose--------- feature-content-choose */

.feature-content-choose {
    padding: 30px;
    padding-right: 80px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .section-header h3 {
        font-size: 2.2rem;
    }

    .feature-content-choose {
        padding: 25px;
        padding-right: 70px;
    }

    .feature-icon {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .section-header h3 {
        font-size: 1.4srem;
        /* color: var(--text-theme); */
    }

    .section-header p {
        font-size: 1rem;
    }

    .feature-content-choose {
        padding: 25px;
        text-align: left;
    }

    .feature-icon {
        top: 15px;
        right: 15px;
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
    }

    .stat-number {
        font-size: 1rem;
    }

    .stats-container2 {
        padding: 1.5rem 1rem;
        margin-top: 0px;
    }
}

.feature-content-choose {
    flex: 1;
}

.feature-content-choose h5 {
    font-weight: 700;
    margin-bottom: 0.8rem;
    color: var(--dark-color);
    position: relative;
    display: inline-block;
}

.feature-content-choose h5::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--text-theme);
    transition: width 0.3s;
}

.feature-box:hover .feature-content-choose h5::after {
    width: 70px;
}

.feature-content-choose p {
    color: var(--text-black);
    line-height: 1.7;
    margin-bottom: 0;
    font-size: small;
}

@media (max-width:767px) {
    .feature-content-choose h5::after {
        left: 50%;
        transform: translateX(-50%);
    }
}

/* <!-- Custom CSS for the banner --> */

.home-banner {
    position: relative;
    overflow: hidden;
}

.slider-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
    animation: zoomInOut 20s infinite alternate;
}

.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 0;
}

.min-vh-70 {
    min-height: 70vh;
}

.z-index-1 {
    z-index: 0;
}

.quote-form {
    backdrop-filter: blur(2px);

    background-color: rgba(255, 255, 255, 0.95) !important;
}

.btn-gradient {
    background: var(--button-green);
    border: none;
    color: var(--theme-color-bg);
    transition: all 0.3s ease;
    border-radius: 30px;
}

.btn-gradient:hover {
    transform: translateY(-2px);
    background-color: var(--button-light-blue);

}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
    }
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .home-banner {
        text-align: center;
    }

    .display-4 {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .display-4 {
        font-size: .99rem;
    }

    .quote-form {
        padding: .2rem !important;
    }
}

@media (max-width: 412px) {
    .display-4 {
        font-size: .7rem;
    }

    .quote-form {
        padding: 1.5rem !important;
    }
}


/* ===== Servie page csss ========= */


.blue-theme {
    background: var(--theme-color);
    color: white;
}

.service-section-title {
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 5px;
    color: var(--theme-color);
}

/* 
    .section-title:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 70px;
        height: 3px;
        background: var(--primary);
    } */

.service-card {
    transition: transform 0.3s, box-shadow 0.3s;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 20px rgba(13, 110, 253, 0.2);
}

.process-step {
    position: relative;
    text-align: center;
    padding: 20px 15px;
    border-radius: 10px;
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: all 0.3s;
    color: black;
}

.process-step:hover {
    background: #e3f2ff;
    transform: scale(1.03);

}

.step-icon {
    width: 80px;
    height: 80px;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 30px;
    box-shadow: 0 5px 15px rgba(13, 110, 253, 0.3);
}

.price-table {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.price-table th {
    background: var(--primary);
    color: white;
    font-weight: 600;
    text-align: center;
}

.price-table td {
    text-align: center;
    vertical-align: middle;
}

.price-table tr:nth-child(even) {
    background-color: #f0f7ff;
}

.review-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;
    border: none;
}

.review-header {
    background: #e3f2ff;
    padding: 15px;
}

.review-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.rating {
    color: #ffc107;
}


.form-header {
    background: var(--primary);
    color: white;
    padding: 20px;
    text-align: center;
}

.btn-primary {
    background: var(--primary);
    border: none;
    padding: 10px 25px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-primary:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
}

.map-container {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    height: 100%;
}


.process-connector {
    position: absolute;
    top: 40px;
    width: 100%;
    height: 3px;
    background: var(--primary);
    z-index: 0;
}

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

.service-image {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.4s;
    width: 500px;
    height: 400px;
    float: right;
}

.service-image:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.benefit-item {
    display: flex;
    margin-bottom: 2rem;
    padding: 0 15px;
}


.benefit-icon {
    width: 60px;
    height: 60px;
    background-color: rgba(0, 122, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.benefit-icon i {
    color: var(--theme-color);
    font-size: 24px;
}

.benefit-item h5 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.benefit-item p {
    margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }

    .lead {
        font-size: 1.1rem;
    }

    .mt-5 {
        margin-top: 2rem !important;
        padding-left: 10px;
    }

    .benefit-item {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.75rem;
    }

    .benefit-icon {
        width: 50px;
        height: 50px;
    }

    .benefit-icon i {
        font-size: 20px;
    }

    .benefit-item h5 {
        font-size: 1.1rem;
    }
}

.stats-card {
    background: white;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
}

.stats-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.stats-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 5px;
}

.stats-label {
    color: var(--secondary);
    font-size: 1rem;
}

.section-padding {
    padding: 0px 0;
}

/* ============== service buttton ============== */
.service-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--button-light-blue);
    color: white;
    text-decoration: none;
    border-radius: 20px;
    transition: background-color 0.3s ease;
}


/* =============== Quote-modal css =============== */

.quote-modal-content {
    background-color: #f9f9f9;
    border-radius: 1rem;
    border: 2px solid var(--theme-color);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.quote-modal-header {
    background-color: var(--theme-color);
    color: #fff;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.quote-modal-title {
    font-weight: bold;
    color: white;
}

.quote-submit-button {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: white;
}

.quote-submit-button:hover {
    background-color: var(--button-light-blue);
    border-color: #005ecc;
}

.quote-form-label {
    font-weight: 500;
}

.quote-form-control,
.quote-form-select {
    border-radius: 0.5rem;
    border: 1px solid #ccc;
}

.quote-form-control:focus,
.quote-form-select:focus {
    border-color: var(--theme-color);
    box-shadow: 0 0 0 0.2rem rgba(0, 122, 255, 0.25);
}


/* ============ Cit page  css of charge ============= */
.service-page-process span {
    font-weight: 600;
    color: var(--theme-color);
    font-size: large;
}

@media(max-width:768px) {
    .service-page-process span {
        font-size: 14px;
    }
}

/* price table start */
.section-city-title-city-charge {
    font-size: 1.5rem;
    color: var(--theme-color);
    margin-bottom: 0px;
    line-height: 1;
}

.price-city-table {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.price-city-table th {
    background: var(--primary);
    color: white;
    font-weight: 600;
    text-align: center;
}

.price-city-table td {
    text-align: center;
    vertical-align: middle;
}

.price-city-table tr:nth-child(even) {
    background-color: #f0f7ff;
}

/* price table css end */
.keyword-city-section {
    background-color: #f8f9fa;
    /* Light gray background */
    border-left: 4px solid var(--primary);
    /* Bootstrap primary color */
}

@media(max-width:768px) {
    .keyword-city-section h3 {
        font-size: 16px;
    }
}

.keyword-city-item {
    background-color: #e7f1ff;
    padding: 6px 10px;
    border-radius: 6px;
    color: var(--theme-color-secondary);
    transition: all 0.3s ease;
}

.keyword-city-item:hover {
    background-color: #00ff48ff;
    color: var(--text-charcoal);
    cursor: pointer;
}

.city-header-location {

    background-size: cover;
    background-position: center;
    padding: 1px 0;
    color: black;
}

.section-city-title {
    font-weight: 700;
    color: var(--theme-color);
    margin-bottom: 0.5rem;
    position: relative;
    padding-bottom: 0px;
}



.city-service-card {
    background: #fff;
    border-radius: 8px;
    padding: 1.0rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-top: 4px solid var(--theme-color);
    margin-top: 7px;
}

.city-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.city-service-icon {
    background-color: rgba(0, 122, 255, 0.1);
    color: var(--theme-color);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.city-service-title {
    font-weight: 600;
    color: #000;
    margin-bottom: 0.75rem;
}

.city-service-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    padding-top: 7px;
}

.city-service-list li {
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
    position: relative;
}

@media(max-width:768px) {
    .city-service-list li {
        font-size: 13px;
    }
}

@media(max-width:768px) {
    .city-service-icon p {
        font-size: 12px;
    }
}


.city-service-list li:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--theme-color);
}

.city-contact-card {
    background: #fff;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.city-title-container {
    display: flex;
    align-items: center;
    margin-bottom: -15px;
    gap: 15px;
}

.city-contact-title {
    font-weight: 700;
    color: var(--theme-color);
    margin-bottom: 1rem;
    text-align: center;
}

.btn-primary {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.btn-primary:hover {
    background-color: #0069d9;
    border-color: #0062cc;
}

.city-image {
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
    width: 600px;
    height: 300px;
}

.city-map-container {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-top: 2rem;
    height: 400px;
}

@media (max-width: 768px) {
    .city-header {
        padding: 2rem 0;
    }

    .city-service-card {
        padding: 1.25rem;
    }

    .city-contact-card {
        margin-top: 2rem;
    }
}

/* ===================== More Services CSS ============= */
.offer {
    background-color: #f8f9fa;
    padding: 1rem 0;
}

.more-section h2 {
    color: var(--theme-color);
    font-weight: 700;
    position: relative;
    padding-bottom: 1px;
    margin-bottom: 25px;
}

.more-section h2:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: var(--button-light-blue);
}

.more-intro {
    color: #555;
    font-size: 1.1rem;
    max-width: 800px;
    margin: 0 auto 40px;
    line-height: 1.7;
}

.more-service {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.more-service:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.more-img {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #f0f4f8;
}

.more-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.more-service:hover .more-img img {
    transform: scale(1.05);
}

.more-body {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.more-title {
    color: var(--theme-color);
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.1rem;
    text-align: center;
    flex-grow: 1;
}

.more-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s;
}

.more-title a:hover {
    color: var(--button-light-blue);
}



.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}

@media (max-width: 767px) {
    .services-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }

    .offer {
        padding: 1rem 0;
    }
}

/* =============== City Form CSS ========== */
#cityform {
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border: 1px solid var(--border-color);
}

#cityform h4 {
    color: var(--theme-color);
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--theme-color);
    position: relative;
}

#cityform h4:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 70px;
    height: 2px;
    background: var(--theme-color);
}

.city-contact-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: var(--light-bg);
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 5px;
}

.city-query-text {
    font-weight: 700;
    color: var(--theme-color);
    font-size: 1.2rem;
}

.phone a {
    color: var(--text-dark);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

.phone a:hover {
    color: var(--theme-color);
}

.phone i {
    color: var(--theme-color);
    margin-right: 8px;
}

.city-submit-form .city-form-group {
    margin-bottom: 5px;
}

hr {
    background-color: var(--border-color);
    opacity: 1;
    margin: 0px 0px;
}

.city-form-group label {
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--text-dark);
}

.city-form-group label span.text-red {
    color: #dc3545;
}

.city-form-control {
    border: 1px solid var(--border-color);
    border-radius: 8px;
    /* padding: 12px 15px; */
    transition: all 0.3s;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.03);
}

.city-form-control:focus {
    border-color: var(--theme-color);
    box-shadow: 0 0 0 0.25rem rgba(0, 122, 255, 0.15);
}

textarea.city-form-control {
    min-height: 100px;
    resize: vertical;
}

.btn.city-theme-bg {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: white;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 8px;
    transition: all 0.3s;
    margin-top: -80px;
    box-shadow: 0 4px 12px rgba(0, 122, 255, 0.2);
}

.btn.city-theme-bg:hover {
    background-color: var(--theme-hover);
    border-color: var(--theme-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 122, 255, 0.3);
}

#city_result {
    padding: 0px;
    border-radius: 8px;
    margin-top: 20px;
}

.city-form-header {
    background: linear-gradient(135deg, var(--theme-color), #0056b3);
    color: white;
    padding: 25px 20px;
    border-radius: 12px 12px 0 0;
    text-align: center;
    margin-bottom: 5px;
}

.city-form-header h3 {
    font-weight: 700;
    margin-bottom: 5px;
}

.city-form-header p {
    opacity: 0.9;
    margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .city-contact-box {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .city-form-header {
        padding: 20px 15px;
    }

    .form-control {
        padding: 10px 12px;
    }

    .btn.city-theme-bg {
        background-color: var(--theme-color);
        border-color: var(--theme-color);
        color: white;
        font-weight: 600;
        padding: 10px 30px;
        border-radius: 8px;
        transition: all 0.3s;
        margin-top: 10px;
        box-shadow: 0 4px 12px rgba(0, 122, 255, 0.2);
    }
}

/* ====== about us page css ====== */
.about-space {
    padding: 10px 0;
}


/* About Content Styles */
.m-spaced {
    padding: 10px 0;
}

.about-page-tag {
    display: inline-block;
    background: #f0fdfa;
    color: var(--text-theme);
    font-size: 14px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.about-page-tittle {
    font-size: 32px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 25px;
    line-height: 1.3;
}

.about-page-content p {
    margin-bottom: 20px;
    font-size: 15px;
    color: var(--text-charcoal);
}

.about-page-highlight {
    color: rgb(0, 0, 0);
    font-weight: 600;
}



.about-page-feature-icon i {
    color: rgb(0, 0, 0);
    font-size: 12px;
}

.about-page-cta-box {
    /* background: linear-gradient(120deg, rgb(255, 255, 255), rgb(255, 255, 255)); */
    border-radius: 12px;
    padding: 25px;
    margin-top: 30px;
    border: 1px dashed rgb(7, 10, 9);
    text-align: center;
}

.about-page-cta-box p {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 0;
}

/* Responsive Styles */
@media (min-width: 992px) {}

@media (max-width: 991px) {
    .about-space {
        padding: 40px 0;
    }

    .about-page-tittle {
        font-size: 28px;
    }

    .contact-form-container {
        margin-bottom: 40px;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .about-page-tittle {
        font-size: 26px;
    }

    .about-page-content p {
        font-size: 16px;
    }
}

/* ============== choose us page css ============ */

.choose-theme-badge {
    background-color: var(--theme-light);
    color: var(--theme-color);
}

.choose-theme-icon {
    color: var(--theme-color);
    background: var(--theme-light);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.choose-feature-item {
    display: flex;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

@media(max-width:768px) {
    .choose-feature-item h4 {
        font-size: 17px;
    }
}

.choose-feature-item:hover {
    background-color: rgba(0, 0, 0, 0.02);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* ============= privacy page css ========== */

.privacy-page-section {
    padding: 20px 0;
    background-color: #f8f9fa;
}

.privacy-page-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 15px;
}

.privacy-page-header h1 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #2c3e50;
    position: relative;
    display: inline-block;
}

.privacy-page-header h1:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: var(--theme-color);
    border-radius: 2px;
}

.privacy-page-header p {
    color: #6c757d;
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.1rem;
}

.privacy-page-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 40px;
    margin-bottom: 30px;
}

.privacy-page-card h3 {
    color: var(--theme-color);
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
}

.privacy-page-card h3 i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--theme-color);
}

.privacy-page-card p {
    margin-bottom: 20px;
    color: #495057;
}

.privacy-page-card ul {
    padding-left: 30px;
    margin-bottom: 25px;
}

.privacy-page-card ul li {
    margin-bottom: 10px;
    position: relative;
}

.privacy-page-card ul li:before {
    content: "•";
    color: var(--theme-color);
    font-weight: bold;
    position: absolute;
    left: -15px;
}

.privacy-page-highlight {
    background-color: var(--theme-light);
    border-left: 4px solid var(--theme-color);
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 0 4px 4px 0;
}

.privacy-page-last-updated {
    text-align: center;
    color: #6c757d;
    font-style: italic;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

@media (max-width: 767.98px) {
    .privacy-page-section {
        padding: 30px 0;
    }

    .privacy-page-card {
        padding: 25px;
    }

    .privacy-page-header h1 {
        font-size: 1.8rem;
    }
}

/* ============= temrs and conditions css ============ */
h2.terms-section-title {
    font-weight: 700;
    color: #000;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid var(--theme-color);
    padding-bottom: 10px;
    display: inline-block;
}

h3.terms-title {
    font-weight: 600;
    color: var(--theme-color);
    margin: 0.5rem 0 0rem;
}

.terms-card {
    background: #fff;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-left: 4px solid var(--theme-color);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.terms-card:hover {
    transform: translateY(-5px);
}

.terms-icon {
    background-color: rgba(0, 122, 255, 0.1);
    color: var(--theme-color);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}



.terms-highlight {
    background-color: rgba(0, 122, 255, 0.1);
    padding: 1rem;
    border-radius: 8px;
    margin: 1rem 0;
}

@media (max-width: 768px) {

    .terms-card {
        padding: 1.25rem;
    }

    .terms-highlight {
        padding: 1.5rem;
    }
}

/* =========== FAQ page csss ============ */

.faq-page-section {
    padding: 1.5rem 0;
}

.faq-section-header {
    text-align: center;
    margin-bottom: 1rem;
}

.faq-section-header h1 {
    font-weight: 700;
    color: #000;
    margin-bottom: 0.5rem;
}

.faq-section-header h3 {
    font-weight: 600;
    color: var(--theme-color);
}

.faq-page-container {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.faq-page-category {
    padding: 1rem;
    border-bottom: 1px solid #eee;
}

.faq-page-category:last-child {
    border-bottom: none;
}

.faq-page-category h4 {
    font-weight: 600;
    color: var(--theme-color);
    /* margin-bottom: 1.5rem; */
    padding-bottom: 0.75rem;
    border-bottom: 2px solid rgba(0, 122, 255, 0.2);
}

.faq-accordian-item {
    border: none;
    border-bottom: 1px solid #eee;
    margin-bottom: 0.75rem;
    border-radius: 0 !important;
}

.faq-accordian-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.faq-accordian-button {
    font-weight: 600;
    color: #333;
    background: #fff;
    padding: 1rem 1rem;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.faq-accordian-button:not(.collapsed) {
    color: var(--theme-color);
    background-color: rgba(0, 122, 255, 0.05);
}

.faq-accordian-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23007aff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faq-accordian-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23007aff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faq-accordian-body {
    padding: 1.25rem 1.5rem;
    background-color: #fafafa;
}

@media (max-width: 768px) {
    .faq-page-section {
        padding: 2rem 0;
    }

    .faq-section-header h1 {
        font-size: 1.75rem;
    }

    .faq-page-category {
        padding: 1.5rem;
    }

    .faq-accordian-button {
        padding: 1rem;
        font-size: 0.95rem;
    }

    .faq-accordian-body {
        padding: 1rem;
    }
}

/* ============= Reviewpage css ============= */

.reviews-section {
    background-color: #f8f9fa;
    padding: 50px 0;
}

.reviews-section-title {
    text-align: center;
    margin-bottom: 50px;
}

.reviews-section-title h1 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #2c3e50;
    font-size: 2rem;
}

.reviews-section-title p {
    color: #6c757d;
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.6;
}

.review-btn-container {
    text-align: center;
    margin-bottom: 40px;
}

.reviews-page-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.reviews-page-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.reviews-page-header {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.reviews-page-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2c3e50;
    overflow-y: auto;
    padding-right: 5px;
}

.reviews-page-rating i {
    font-size: 0.9rem;
}

.reviews-page-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    font-size: 0.75rem;
    color: #6c757d;
    flex-wrap: wrap;
    gap: 5px;
}

.reviews-page-author-name {
    background: #e9f5ff;
    color: #007bff;
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 0.75rem;
}

.reviews-page-body {
    padding: 15px;
    color: #495057;
    font-size: 0.9rem;
    line-height: 1.5;
    overflow-y: auto;
    padding-right: 10px;
    flex-grow: 1;
    max-height: 250px;
    word-wrap: break-word;
}

.reviews-page-body p {
    margin: 0;
}

.review-image-wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.review-image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0;
    transition: transform 0.3s ease;
}

.review-image-wrapper img:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.pagination-wrapper {
    margin-top: 40px;
}

.styled-pagination li {
    display: inline-block;
    margin: 0 4px;
}

.styled-pagination li a,
.styled-pagination li span {
    display: inline-block;
    padding: 8px 14px;
    background: #f1f1f1;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    transition: all 0.2s;
}

.styled-pagination li a.active,
.styled-pagination li a:hover {
    background: var(--theme-color);
    color: #fff;
}

/* Responsive Design Tweaks */
@media (max-width: 991.98px) {
    .reviews-section-title h1 {
        font-size: 1.5rem;
    }

    .reviews-page-card .row {
        flex-direction: column;
    }

    .review-image-wrapper img {
        height: auto;
        max-height: 300px;
    }
}

@media (max-width: 576px) {
    .reviews-section-title h1 {
        font-size: 1.25rem;
    }

    .reviews-section-title p {
        font-size: 1rem;
    }

    .review-btn-container {
        margin-bottom: 25px;
    }

    .reviews-page-title {
        font-size: 1rem;
    }

    .reviews-page-meta {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Scrollbars */
.reviews-page-title::-webkit-scrollbar,
.reviews-page-body::-webkit-scrollbar {
    width: 6px;
}

.reviews-page-title::-webkit-scrollbar-thumb,
.reviews-page-body::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.reviews-page-title::-webkit-scrollbar-thumb:hover,
.reviews-page-body::-webkit-scrollbar-thumb:hover {
    background: #999;
}


/* ============= navigation css =============== */
.nav-button-quote {
    background-color: var(--button-green);
    color: var(--theme-color-bg);
    font-weight: 600;
    border: none;
    /* padding: 12px 28px; */
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px var(--theme-color-bg);
    position: relative;
    overflow: hidden;
    margin-top: 13px;
    font-size: 14px;
}

.nav-button-quote:hover {
    background-color: var(--button-light-blue);
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(0, 122, 255, 0.4);
}

.nav-button-quote:active {
    transform: translateY(1px);
    box-shadow: 0 2px 4px rgba(0, 122, 255, 0.3);
}

/* .nav-button-quote::after {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: rgba(255, 255, 255, 0.1);
            transform: rotate(30deg);
            transition: all 0.5s ease;
        } */

.nav-button-quote:hover::after {
    transform: rotate(30deg) translate(20%, 20%);
    color: var(--theme-color-bg);
}

.nav-button-cal {
    background-color: var(--button-light-blue);

    font-weight: 600;
    border: none;
    /* padding: 12px 28px; */
    border-radius: 8px;
    transition: all 0.3s ease;
    /* box-shadow: 0 4px 6px var(--theme-color-bg); */
    position: relative;
    overflow: hidden;
    /* margin-top: 13px; */
    color: white;
    font-size: 14px;
}

.nav-button-cal:hover {
    background-color: var(--button-green);
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(0, 122, 255, 0.4);
}

.nav-button-cal:active {
    transform: translateY(1px);
    box-shadow: 0 2px 4px rgba(0, 122, 255, 0.3);
}


.nav-button-cal:hover::after {
    transform: rotate(30deg) translate(20%, 20%);


}

/* Animation for the button */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 122, 255, 0.6);
    }

    70% {
        box-shadow: 0 0 0 12px rgba(0, 122, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 122, 255, 0);
    }
}

.nav-button-quote.pulse {
    animation: pulse 1.5s infinite;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .nav-button-quote {
        padding: 10px 22px;
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .nav-button-quote {
        padding: 10px 20px;
        font-size: 0.9rem;
        width: 100%;
        max-width: 280px;
    }
}

/* ============ flip image section css ============ */
.theme-section {
    background-color: var(--theme-color);
}

.theme-section span,
.theme-section p {
    color: #fff5e9;
    /* Ensures headings and paragraphs are white */
    font-size: 15px;

}

@media (max-width: 768px) {

    .theme-section span,
    .theme-section p {
        font-size: 10px !important;
    }

    .certifications {
        padding: 10px;
    }


}

.theme-section img {
    /* filter: sepia(1) hue-rotate(-20deg) saturate(5); */
    filter: brightness(0) saturate(100%) invert(53%) sepia(94%) saturate(3275%) hue-rotate(5deg);
}

/* ============== Testimonial Section CSS ============ */

.custom-testimonials {
    padding: 15px 0;
    position: relative;
    overflow: hidden;
}

.custom-section-title h3 {
    font-size: 1.9rem;
    margin-bottom: 20px;
    line-height: 1.1;
    color: var(--theme-color);
    font-weight: 700;
}

.custom-testimonial-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 10px;
    height: 100%;
    transition: all 0.4s ease;
    border-top: 4px solid var(--theme);
}

.custom-testimonial-card:hover {
    transform: translateY(-10px);
}

.custom-testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.custom-testimonial-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
    border: 3px solid var(--theme);
}

.custom-testimonial-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-rating i {
    color: #FFD700;
}

.custom-testimonial-content {
    margin-bottom: 20px;
    color: #555;
    font-style: italic;
}

.custom-testimonial-footer {
    padding-top: 15px;
    font-size: 0.9rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.custom-company-logo {
    font-weight: 700;
    color: var(--theme);
}

/* Default: Desktop carousel */
.testimonial-row {
    display: flex;
    flex-wrap: wrap;
}

.testimonial-card-wrapper {
    flex: 0 0 25%;
    /* 4 cards per row on desktop */
    padding: 10px;
}

/* Mobile & Tablet (<992px) */
@media (max-width: 991px) {
    #testimonialCarousel .carousel-inner {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    #testimonialCarousel .item {
        display: flex;
        flex: 0 0 auto;
        width: auto !important;
    }

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

    .testimonial-card-wrapper {
        flex: 0 0 100%;
        /* Show 1 card at a time */
        max-width: 6%;
        padding: 10px;
        scroll-snap-align: start;
    }

    /* Hide carousel arrows on mobile */
    #testimonialCarousel .left.carousel-control,
    #testimonialCarousel .right.carousel-control {
        display: none;
    }
}


/* ============= Footer Style  css ================ */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}


.footer-menu a {
    color: white;
    padding: 12px;
}

.footer-menu li {
    margin-bottom: 0px;
    /* Space between items */
}

.footer-menu li a {
    display: inline-block;
    padding: 10px 0px;
    /* Increases clickable area */
    line-height: 1;
    min-height: 30px;
    /* Ensures at least 44px height */
    text-decoration: none;
}

.footer-menu li a:hover {
    text-decoration: underline;
}

.footer-widget-footer {
    padding: 0 0 11px;
}

.footer-widget-footer ul {
    padding: 0;
    margin: 0;
}

.footer-logo-img {
    border-bottom: 1.5px dotted white;
    padding-bottom: 0px;
    width: 200px;
}

/* ========== get a quote footer ============= */

.get-quote-btn {

    color: white;
    font-weight: bold;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 0px;
    transition: all 0.3s ease;
}




/* Keep desktop floating style */
@media (min-width: 768px) {
    .fab-wrapper.quote-button-footer {
        bottom: 2px;
        /* right: 5px; */
        left: 5px;
        border-radius: 50px;
        padding: 0;
        /* background: transparent; */
    }
}

/* Footer Base */
.custom-footer {
    background-color: var(--primary);
    color: white;
    padding-top: 0px;
}

/* Titles */
.footer-follow-title {
    font-size: 1.2rem;
    padding-top: 10px;
}

.footer-widget-title {
    color: white;
    font-weight: bold;
    font-size: 1rem !important;
}

/* Download App Section */
.download-section {
    padding-top: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.download-app-icon img {
    width: 60px;
    height: 60px;
}

.download-title {
    font-weight: bold;
    font-size: 13px;
}

.download-subtitle {
    font-size: 10px;
}

.download-links {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 20px;
}

.qr-code img {
    width: 110px;
    height: 110px;
}

.store-buttons a img {
    height: 25px;
}

/* Footer Bottom */
.footer-Bottom {
    min-height: 50px;
    margin-bottom: 30px;
    padding: 10px 0;
    border-top: 1px solid #ffffffff;
}

.footer-disclaimer {
    font-size: 14px;
}

.footer-disclaimer a {
    color: black;
    /* or any color you want */
    font-weight: bold;
    /* optional */
}


.footer-links a {
    color: white;
}

/* Floating Buttons */
.fab-wrapper {
    display: grid;
    align-items: center;
    position: fixed;
    left: 5px;
    border-radius: 49px;
    padding: 7px 15px;

    transition: all 0.3s ease;
    bottom: 42px;
    background: var(--button-green);
    /* width: 10%; */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.call-btn {
    bottom: 42px;
    background: var(--button-green);
    /* width: 10%; */
}

.quote-button-footer {
    bottom: 2px;
    background: var(--cta-color);
}

.fab-wrapper a {
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: white;
    font-weight: bold;
    z-index: 10000 !important;
}

.fab-wrapper i {
    margin-right: 5px;
}

/* Bounce Animation */
@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

/* Responsive Layout */
@media (max-width: 767px) {
    .fab-wrapper {
        bottom: 0 !important;
        border-radius: 0;
        padding: 10px;
        box-shadow: none;
        width: 50%;
    }

    .call-btn {
        left: 0;
    }

    .quote-button-footer {
        right: 0;
        left: auto;
        padding: 4px;
    }

    .fab-wrapper a {
        justify-content: center;
        width: 100%;
    }
}

@media (max-width: 990px) and (min-width: 768px) {
    .call-btn {
        width: 18%;
    }

}

.footer-social-links-footer a {
    color: white;
    /* Icon color */
    font-size: 18px;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}


/* ============= location css ============== */

.loaction-card-branch {
    height: 100%;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    margin-bottom: 1.5rem;
}

.loaction-card-branch:hover {
    transform: translateY(-10px);

}

.loacation-card-img-container {
    height: auto;
    overflow: hidden;
    position: relative;
}

.loaction-card-branch img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.loaction-card-branch:hover img {
    transform: scale(1.1);
}



.loacation-name-card {
    padding: 20px;
    position: relative;
    padding-bottom: 0px;
    padding-top: 10px;
    text-align: center;
}



.location-link {
    display: inline-flex;
    align-items: center;
    color: var(--theme-color);
    font-weight: 600;
    text-decoration: none;

}

.location-link i {
    margin-left: 8px;

}

@media (max-width: 767.98px) {


    .loacation-card-img-container {
        height: 160px;
    }

    .loacation-card-img-container img {
        height: auto;
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {


    .loacation-card-img-container {
        height: auto;
    }

    .loacation-card-img-container img {
        height: auto;
        max-width: 100%;
        object-fit: cover;
    }

    .loacation-name-card {
        text-align: center;
    }

    .loacation-name-card h4 {
        font-size: 25px;
    }

    .loacation-name-card p {
        font-size: 20px;
    }

    .loacation-name-card a {
        font-size: 20px;
    }
}

/* ============= Contact Us Page CSS ============ */
/* Flexbox for equal height */
.info-row {
    display: flex;
    flex-wrap: wrap;
}

.info-row>[class*="col-"] {
    display: flex;
}

.info-card {
    background: var(--theme-color);
    color: #fff;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 5px;
    flex: 1;
}

.info-card a {
    color: #fff;
    text-decoration: none;
}

.info-card a:hover {
    text-decoration: underline;
}


/* ============ review modal css ========== */

/* Modal Styles */
.review-modal {
    background: var(--theme-color);
    border-radius: 10px;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.modal-review-content {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    padding: 15px;
}

.modal-review-content .close {
    color: #fff;
    opacity: 0.8;
    text-shadow: none;
}

.modal-review-content .close:hover {
    opacity: 1;
}

.modal-review-title {
    color: #fff;
    font-weight: 600;
}

.review-form-control {
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.review-form-control:focus {
    background: #fff;
    border-color: var(--button-light-blue);
    box-shadow: none;
}


.rating-container {
    padding: 15px 0;
    text-align: center;
}

.rating-title {
    color: #fff;
    margin-bottom: 3px;
    font-weight: 500;
}

.rating-stars {
    display: inline-block;
    direction: rtl;
}

.rating-stars input[type="radio"] {
    display: none;
}

.rating-stars label {
    font-size: 24px;
    color: #ccc;
    padding: 10px;
    cursor: pointer;
    transition: color 0.3s;
}

.rating-stars label:hover,
.rating-stars label:hover~label,
.rating-stars input[type="radio"]:checked~label {
    color: var(--button-light-blue);
}

.btn-primary-review {
    background: var(--button-light-blue);
    border: none;
    transition: all 0.3s ease;
}

.btn-primary-review:hover {
    background: #e69500;
    transform: translateY(-2px);
}

.btn-secondary-review {
    background: rgba(255, 255, 255, 0.15);
    border: none;
    color: #fff;
}

.btn-secondary-review:hover {
    background: rgba(255, 255, 255, 0.25);
}

.file-upload .input-group-addon {
    background: #fff;
    border: none;
}

#result {
    margin: 15px 0;
}

.review-label {
    color: #ffffff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .review-modal-dia {
        width: 90%;
        margin: 20px auto;
    }


}

/*  ========== Discalimer page css =========== */

/* Content Styles */
.disclaimer-content {
    padding: 20px 0;
}

.disclaimer-section-box {
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-left: 4px solid var(--theme-color);
}

.disclaimer-section-box h3,
.disclaimer-section-box h2 {
    color: var(--theme-color);
}

.disclaimer-section-title {
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 5px;
    margin-top: 0;
    margin-bottom: 25px;
    position: relative;
}

.disclaimer-section-title:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 80px;
    height: 2px;
    background: var(--cta-color);
}

.disclaimer-highlight {
    background-color: #fffde7;
    padding: 15px;
    border-left: 4px solid var(--cta-color);
    margin: 20px 0;
}

.disclaimer-note-box {
    background-color: #e8f4f8;
    border: 1px solid #b3e0f2;
    padding: 15px;
    border-radius: 5px;
    margin: 20px 0;
}

/* Responsive Adjustments */
@media (max-width: 767px) {


    .disclaimer-content {
        padding: 30px 0;
    }

    .disclaimer-section-box {
        padding: 20px;
    }
}

/* ============ Blog page css ============ */

/* Section Title Styling */
.blog-sec-title {
    margin-bottom: 40px;
}

.blog-sec-title h6 {
    color: var(--secondary-color);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.blog-sec-title h2 {
    color: var(--theme-color);
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.blog-sec-title h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: var(--secondary-color);
}

/* Blog Card Styling */
.blog-page-card {
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    background: #fff;
}

.blog-page-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.blog-page-thumb {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.blog-page-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-page-card:hover .blog-page-thumb img {
    transform: scale(1.05);
}

.blog-page-category {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--secondary-color);
    color: #fff;
    padding: 5px 12px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-page-content {
    padding: 20px;
}

.blog-page-title {
    margin-bottom: 15px;
}

.blog-page-title a {
    color: var(--theme-color);
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-page-title a:hover {
    color: var(--secondary-color);
}

.blog-page-description {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.blog-page-footer {
    border-top: 1px solid #eee;
    padding: 12px 20px;
    background: #fafafa;
    font-size: 13px;
    color: var(--theme-color);
}

.blog-page-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.blog-page-footer li {
    display: flex;
    align-items: center;
}

.blog-page-footer i {
    margin-right: 5px;
}




/* Responsive Adjustments */
@media (max-width: 991px) {
    .blog-page-thumb {
        height: 180px;
    }
}

@media (max-width: 767px) {
    .blog-sec-title h2 {
        font-size: 26px;
    }

    .blog-page-thumb {
        height: 220px;
    }

    .blog-page-footer ul {
        /* flex-direction: column; */
        align-items: flex-start;
    }

    .blog-page-footer li {
        margin-bottom: 5px;
    }
}

@media (max-width: 480px) {
    .blog-sec-title h2 {
        font-size: 22px;
    }

    .blog-page-thumb {
        height: 180px;
    }
}

.pagination {
    display: inline-block;
}

.styled-pagination {
    display: inline-flex;
    list-style: none;
}

.pagination a {
    font-size: 18px;
    font-weight: 500;
    color: #e31e25;
    float: left;
    text-decoration: none;
    transition: background-color .3s;
    margin: 0 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}

/* ========== News Page CSS =========== */
.news-section-title {
    margin-bottom: 40px;
    padding-top: 15px;
}

.news-section-title h2 {
    color: var(--theme-color);
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.news-section-title h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: var(--secondary-color);
}

.news-page-card {
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    background: #fff;
}

.news-page-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.news-page-img-container {
    position: relative;
    overflow: hidden;
    height: 220px;
}

.news-page-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.news-page-card:hover .news-page-img-container img {
    transform: scale(1.05);
}

.news-page-date {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--secondary-color);
    color: #fff;
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
}

.news-page-content {
    padding: 20px;
}

.news-page-title {
    margin-bottom: 15px;
}

.news-page-title h3 {
    color: var(--theme-color);
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    margin-top: 0;
}

.news-page-location {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
}

.news-page-location i {
    color: var(--secondary-color);
    margin-right: 5px;
}

.news-page-description {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.news-read-more {
    color: var(--theme-color);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-block;
}

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

.news-read-more i {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.news-read-more:hover i {
    transform: translateX(3px);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .news-page-img-container {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .news-section-title h2 {
        font-size: 26px;
    }

    .news-page-img-container {
        height: 250px;
    }
}

@media (max-width: 480px) {
    .news-section-title h2 {
        font-size: 22px;
    }

    .news-page-img-container {
        height: 200px;
    }
}

/* =========== Dashborad CSS =========*/
.dashboard-header {
    background: linear-gradient(120deg, var(--theme-color), #00325e);
    color: white;
    padding: 1.5rem 0;
    margin-bottom: 2rem;
}

.dashboard-welcome-text {
    font-weight: 300;
}

.dashboard-user-name {
    font-weight: 600;
}



.dashboard-stat-card {
    background: white;
    border-radius: 12px;
    box-shadow: var(--card-shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    border: none;
    overflow: hidden;
}

.dashboard-stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.dashboard-card-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.dashboard-card-title {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 0.5rem;
}

.dashboard-card-value {
    font-size: 2rem;
    font-weight: 700;
    color: var(--theme-color);
}

.dashboard-card-1 {
    border-bottom: 4px solid var(--theme-color);
}

.dashboard-card-2 {
    border-bottom: 4px solid var(--secondary-color);
}

.dashboard-card-3 {
    border-bottom: 4px solid var(--button-green);
}

.dashboard-icon-1 {
    color: var(--theme-color);
}

.dashboard-icon-2 {
    color: var(--secondary-color);
}

.dashboard-icon-3 {
    color: var(--button-green);
}

@media (max-width: 768px) {
    .dashboard-stat-card {
        margin-bottom: 1.5rem;
    }

    .dashboard-card-value {
        font-size: 1.8rem;
    }

    .dashboard-header {
        padding: 1rem 0;
    }
}

@media (max-width: 576px) {
    .dashboard-welcome-text {
        font-size: 1.5rem;
    }

    .dashboard-card-value {
        font-size: 1.6rem;
    }
}

/* ========== Dashborad Naavigation css ========== */

.dashboard-nav {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    height: 100%;
}

.navigation-dashboard-header {
    padding: 20px;
    background: var(--theme-color);
    color: white;
    text-align: center;
}

.dashboard-nav-item {
    border-bottom: 1px solid var(--border-color);
    transition: all 0.3s;
}

.dashboard-nav-item:last-child {
    border-bottom: none;
}

.dashboard-nav-item:hover {
    background-color: var(--light-bg);
}

.dashboard-nav-link {
    padding: 15px 20px;
    color: #333;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.2s;
    width: 100%;
}

.dashboard-nav-link:hover {
    color: var(--theme-color);
}

.dashboard-nav-link.active {
    background-color: rgba(0, 80, 145, 0.1);
    color: var(--theme-color);
    border-left: 4px solid var(--theme-color);
}

.dashboard-nav-link i {
    margin-right: 12px;
    width: 20px;
    text-align: center;
}

.dashboard-nav-title {
    font-weight: 500;
}

.dashboard-mobNavigation {
    display: none;
    background: var(--theme-color);
    color: white;
    padding: 12px 15px;
    border-radius: 6px;
    margin-bottom: 15px;
    text-decoration: none;
    font-weight: 500;
}

.dashboard-mobNavigation:hover {
    background: #003b6d;
    color: white;
}

.dashboard-logout-btn {
    color: #dc3545 !important;
}

.dashboard-logout-btn:hover {
    background-color: rgba(220, 53, 69, 0.1) !important;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .dashboard-mobNavigation {
        display: flex;
        align-items: center;
    }

    .dashboard-nav {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .dashboard-nav-link {
        padding: 12px 15px;
    }

    .navigation-dashboard-header h4 {
        font-size: 1.2rem;
    }
}

/* ========== My prfile css ========== */


.myprofile-dashboard-header {
    background-color: var(--theme-color);
    color: white;
    padding: 20px 0;
    margin-bottom: 30px;
}

.myprofile-breadcrumb-menu {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
}

.myprofile-breadcrumb-menu a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

.myprofile-breadcrumb-menu .active a {
    color: white;
    font-weight: 600;
}

.myprofile-profile-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    overflow: hidden;
}

.myprofile-profile-card-header {
    background: var(--light-bg);
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
    color: var(--theme-color);
}

.myprofile-profile-card-body {
    padding: 20px;
}

.myprofile-form-control:focus {
    border-color: var(--theme-color);
    box-shadow: 0 0 0 0.25rem rgba(0, 80, 145, 0.25);
}

.myprofile-profile-img-container {
    text-align: center;
    padding: 20px 0;
}

.myprofile-profile-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border: 3px solid var(--theme-color);
    padding: 3px;
}

.myprofile-Uploadphoto {
    position: relative;
    display: inline-block;
    /* background: var(--light-bg); */
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 15px;
    width: 100%;
    text-align: center;
    border: 1px dashed #ccc;
}

.myprofile-Uploadphoto input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.myprofile-btn-theme {
    background-color: var(--theme-color);
    color: white;
    border: none;
}

.myprofile-btn-theme:hover {
    background-color: #003b6d;
    color: white;
}

.myprofile-social-icon {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    margin-right: 10px;
}

.myprofile-fa-facebook {
    background: #3b5998;
}

.myprofile-fa-twitter {
    background: #1da1f2;
}

.myprofile-fa-instagram {
    background: #e1306c;
}

.myprofile-fa-linkedin {
    background: #0077b5;
}

@media (max-width: 768px) {
    .myprofile-profile-img {
        width: 120px;
        height: 120px;
    }

    .myprofile-dashboard-header h1 {
        font-size: 1.8rem;
    }
}

/* City Page listing showing CSS */


.listing-profile-page-header {
    background: linear-gradient(to right, var(--theme-color), #0069aa);
    color: white;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.listing-profiler-listing-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    overflow: hidden;
    /* margin-bottom: 1.5rem; */
}

.listing-profiler-listing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.listing-company-logo {

    width: 100%;
    object-fit: contain;
    padding: 15px;
    background: var(--light-bg);
    border-radius: 6px;
    height: 100%;
}

.listing-rating-stars {
    color: var(--secondary-color);
}

.listing-btn-primary-custom {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: white;
}

.listing-btn-primary-custom:hover {
    background-color: #003b6d;
    border-color: #003b6d;
    color: white;
}

.listing-btn-outline-custom {
    color: var(--theme-color);
    border-color: var(--theme-color);
}

.listing-btn-outline-custom:hover {
    background-color: var(--theme-color);
    color: white;
}

.listing-feature-icon {
    color: var(--theme-color);
    margin-right: 5px;
    width: 20px;
}

.listing-company-name {
    color: var(--theme-color);
    font-weight: 600;
}

.listing-no-listing {
    padding: 3rem 1rem;
    text-align: center;
    background-color: var(--light-bg);
    border-radius: 8px;
}

.listing-city-badge {
    background-color: var(--secondary-color);
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .listing-action-buttons {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .listing-action-buttons .btn {
        width: 100%;
    }
}


/* navigation */

:root {
    --primary-color: #3a3a3a;
    --accent-color: #ff6b00;
    --partner-color: #28a745;
    --text-dark: #212529;
    --text-light: #6c757d;
}

.custom-nav {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 1rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
}

.custom-logo {
    max-height: 50px;
    width: auto;
}

.custom-logo-text {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--accent-color);
    margin-left: 0.5rem;
}

.custom-nav-link {
    color: var(--primary-color);
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    position: relative;
}


.offcanvas {
    max-width: 250px;
}

.custom-nav-link:hover,
.custom-nav-link:focus {
    color: var(--accent-color);
}

.custom-nav-link:after {
    content: '';
    position: absolute;
    width: 0;
    height: 4px;
    bottom: 0;
    left: 0 !important;
    background-color: var(--accent-color);
    transition: all 0.3s ease;
}

.custom-nav-link:hover:after {
    width: 100%;
    left: 15%;
}

@media(max-width:768px) {
    .custom-nav-link:hover:after {
        width: 48vw;
        left: 15%;
    }
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .0em solid transparent;
    border-bottom: 0;
    border-left: .0em solid transparent;
}

.dropdown-toggle::after {
    border-top: none;
}

.custom-dropdown-menu {
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 0.5rem 0;
}

.custom-dropdown-item {
    padding: 0.5rem 1.5rem;
    transition: all 0.2s ease;
}

.custom-dropdown-item:hover {
    background-color: #f8f9fa;
    color: var(--accent-color);
}

.custom-btn-calculate {
    background-color: var(--accent-color);
    color: white;
    border: none;
    border-radius: 6px;
    padding: 0.5rem 1.2rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.custom-btn-calculate:hover {
    background-color: #e55f00;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.custom-btn-partner {
    background-color: var(--partner-color);
    color: white;
    border: none;
    border-radius: 6px;
    padding: 0.5rem 1.2rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.custom-btn-partner:hover {
    background-color: #218838;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.navbar-nav .dropdown-menu {
    position: absolute;
}

@media (max-width: 1209px) {
    .navbar-nav .dropdown-menu {
        position: static;
    }
}




.search-icon {
    font-size: 1.2rem;
    color: var(--primary-color);
    cursor: pointer;
    transition: color 0.3s ease;
}

.search-icon:hover {
    color: var(--accent-color);
}

.offcanvas-header {
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.offcanvas-body {
    padding: 1rem;
}

.desktop-nav {
    display: flex;
    align-items: center;
}

.desktop-nav .navbar-nav {
    display: contents;
}

@media (max-width: 991.98px) {
    .custom-nav .offcanvas-body {
        padding: 1rem;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .custom-dropdown-menu {
        box-shadow: none;
        /* border-left: 3px solid var(--accent-color); */
        /* margin-left: 1rem; */
    }

    .custom-btn-container {
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid #eee;
    }

    .desktop-nav {
        display: none;
    }

    .navbar-toggler {
        display: block;
    }
}

.navbar-toggler {
    border: none;
    outline: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

@media (max-width: 1265px) {
    .desktop-nav {
        display: none;
    }

    .navbar-toggler {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .offcanvas {
        display: none;
    }

    .navbar-toggler {
        display: none;
    }
}

.logo-mobile {
    width: 100px;
}



#searchModal {
    z-index: 1040;
}

.gsc-control-cse,
.gsc-control-cse-en {
    padding: 1rem 0 0 0 !important;
}

@media (max-width: 767px) {

    .gsc-control-cse,
    .gsc-control-cse-en {
        padding: 0 !important;
    }
}

@media(max-width:768px) {
    .cta-button {
        width: 100%;
        display: flex !important;
        justify-content: center;
    }

    .custom-section-title h3 {
        font-size: 1.5rem;
    }
}

.footer-widget-footer ul {
    list-style: none;
}

@media(max-width:768px) {
    .footer-menu li a {
        font-size: 12px;
    }
}

.breadcrumb-section {
    /* background: var(--primary) url(../img/landing-bg.png) no-repeat; */
    background: var(--primary);
    padding-top: 70px !important;
}

@media(max-width:768px) {
    .heading-3 {
        font-size: 20px;
    }

    .city-service-title {
        text-align: center;
    }
}


.category .service-link {
    /* display: flex
; */
    align-items: center;
    padding: 12px 15px;
    font-size: 13px !important;
    color: #555;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 8px;
    margin-bottom: 5px;
}