.display-4 {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 300;
}
.display-4 span.thin {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 200;
}
.display-4 span.bold {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 600;
}
/*------------------------------------------------
	Detail Page Style 
------------------------------------------------*/

.Reveal-block-wrap {
    display: block;
    width: 100%;
    background: #ffffff;
    padding: 0;
    border-radius: 7px;
    margin-bottom: 30px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
}
.Reveal-block-wrap:last-child {
    margin-bottom: 0px;
}
.Reveal-block-header {
    display: table;
    width: 100%;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e7eff9;
}
.Reveal-block-header > * {
    margin: 0;
}
.Reveal-block-body {
    line-height: 1.7;
    padding: 1.5rem;
    display: inline-block;
    width: 100%;
}
.avl-features {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.dw-proprty-info {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.avl-features li {
    display: block;
    list-style: none;
    position: relative;
    margin: 10px 0 10px;
    padding-left: 30px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.avl-features li:before {
    /* content: "\e64c"; */
    content: "";
    font-family: "themify";
    position: absolute;
    color: #ffffff;
    width: 20px;
    height: 20px;
    background: rgba(249, 104, 37, 1);
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    left: 0;
    top: 5px;
    font-size: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.dw-proprty-info li {
    display: block;
    list-style: none;
    position: relative;
    margin: 6px 0;
    color: #f96825;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.dw-proprty-info li strong {
    display: block;
    color: #2a3c77;
}

.accordion {
    border: 1px solid #e2e6ea;
    border-radius: 4px;
    align-items: center;
}
.accordion .card {
    border: none;
}
#floor-option {
    border-bottom: none;
}
.card-header {
    background: #f5f8fb;
    border-bottom: 1px solid #e2e6ea;
}
.accordion .btn-link {
    color: #5c657f;
    text-decoration: none;
}
.accordion .btn-link > span {
    font-size: 12px;
    font-weight: 400;
    margin-left: 15px;
    background: #e8ecf1;
    padding: 6px 15px;
    border-radius: 2px;
}
.sidebar-property-slide .slick-prev,
.sidebar-property-slide .slick-next {
    top: -26px;
}
.sidebar-property-slide .slick-prev {
    left: auto;
    right: 60px;
}
.sidebar-property-slide .slick-arrow:before {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 11px;
    opacity: 1;
}
.sidebar-property-slide .single-items {
    padding: 0 0px;
}
.accordion .card-title {
    margin-bottom: 0;
}
.mfp-ready .mfp-figure {
    opacity: 1 !important;
}

/*----- Single Advance Slider -----*/
.single-advance-property .item-slick.slick-slide.slick-current.slick-active {
    outline: none !important;
}
.single-advance-property .slick-slide img {
    display: block;
    max-width: 100%;
}
.single-advance-property .slider-for img {
    width: 100%;
    min-height: 100%;
}
.single-advance-property .slider-nav {
    margin: auto;
}
.single-advance-property .slider-nav .item-slick {
    max-width: 240px;
    margin-right: 15px;
    outline: none !important;
    cursor: pointer;
}
.single-advance-property .slider-nav .item-slick img {
    max-width: 100%;
    background-size: cover;
    background-position: center;
}
.single-advance-property .slider-nav {
    margin: auto;
}
.single-advance-property .slider-nav .item-slick {
    max-width: 240px;
    margin-right: 0px;
    outline: none !important;
    cursor: pointer;
}
.single-advance-property .slider-nav .item-slick img {
    max-width: 100%;
    background-size: cover;
    background-position: center;
}
.property3-slide .slick-arrow:before {
    opacity: 1;
}

.single-advance-property .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 50;
    margin-top: 0px;
}
.single-advance-property .slick-prev {
    left: 15px;
}
.single-advance-property .slick-next {
    right: 0;
}
.single-advance-caption {
    padding: 2em;
}
.property-name-info {
    margin-bottom: 2rem;
}
.property-name-info .property-name {
    margin-bottom: 5px;
}
.property-price-info {
    margin-bottom: 2rem;
}
.property-price-info .property-price {
    margin-bottom: 5px;
}
.property-statement ul {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
}
.property-statement ul li {
    display: inline-block;
    width: 50%;
    float: left;
    vertical-align: top;
}
.property-statement ul li > i {
    float: left;
    font-size: 35px;
    margin-right: 10px;
    margin-top: 5px;
}
.ps-trep {
    margin-left: 50px;
    vertical-align: top;
}
.ps-trep span {
    margin-bottom: 3px;
    display: inline-block;
    color: #2a3c77;
}
.ps-trep .ps-type {
    color: #f96825;
}
.single-advance-property .slick-next {
    right: 20px;
}

/*--------- Single Listing 2 --------------*/
.page-title {
    height: 350px;
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    background: #f5f5f7;
    justify-content: center;
}
.page-title.image-title {
    height: 450px;
    text-align: center;
}
.page-title.image-title h1 {
    color: #ffffff;
}
.page-title.image-title .page-title-wrap {
    position: relative;
    top: 25px;
}
.page-title.image-title .page-title-wrap .current-page.active {
    color: #ff7600;
}
.page-title-wrap a {
    color: #ffffff;
}
.pt-caption p a {
    margin: 0 5px;
    color: #ff7600;
}
.current-page {
    padding-left: 15px;
    position: relative;
}
span.current-page:before {
    content: "\e661";
    position: absolute;
    font-family: "themify";
    color: #ff7600;
    left: -3px;
}
.page-title-banner {
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 0;
    min-height: 380px;
}

.page-title-banner:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #222e4c;
    opacity: 0.6;
}
.page-title-banner > * {
    position: relative;
}
.tr-list-detail {
    display: block;
    padding: 3em 0 2em 0;
}
.tr-list-detail > *,
.tr-list-detail h4 {
    color: #ffffff;
    margin-bottom: 0;
}
.tr-list-detail p {
    font-size: 14px;
}
.tr-list-thumb {
    display: inline-block;
    max-width: 100px;
    height: 100px;
    padding: 5px;
    border-radius: 2px;
    box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.4);
    background: #ffffff;
    vertical-align: middle;
    margin-right: 15px;
    position: relative;
    top: 0px;
}
.tr-list-detail .veryfied-list {
    position: relative;
}
.tr-list-detail .veryfied-list:after {
    content: "\e64c";
    font-family: "themify";
    display: inline-flex;
    width: 15px;
    height: 15px;
    background: #11b719;
    line-height: 15px;
    font-size: 8px;
    border-radius: 50%;
    text-align: center;
    margin-left: 5px;
    margin-top: 0px;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -2px;
}
.tr-list-info {
    display: inline-block;
    vertical-align: middle;
}
.tr-list-wrap {
    background: transparent;
    margin-bottom: 0;
    display: flex;
    width: 100%;
    align-items: baseline;
}
.tr-list-detail {
    font-weight: 500;
    margin-bottom: 0;
    flex: 1;
}
.btn.btn-list,
.btn.btn-list:hover,
.btn.btn-list:focus {
    background: transparent;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    padding: 13px 25px;
    border-radius: 3px;
    border: 1px dashed #ffffff;
}
.btn.btn-list.snd-msg,
.btn.btn-list.snd-msg:hover,
.btn.btn-list.snd-msg:focus {
    background: #20b361;
    border: 1px solid #20b361;
}
.btn.btn-list i {
    margin-right: 8px;
}
.listing-detail-item {
    display: inline-block;
    position: relative;
    margin-left: 7px;
}
.detail-swap {
    height: 380px;
}

/*--- Magnific ----*/
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close:hover {
    cursor: pointer;
}

.mfp-container:hover {
    cursor: default;
}

.image-source-link {
    color: #98c3d1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-ready .mfp-figure {
    opacity: 0;
}
.mfp-zoom-in .mfp-figure,
.mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
    opacity: 0;
    transition: all 0.3s ease-out;
    transform: scale(0.95);
}

.mfp-zoom-in.mfp-bg .mfp-zoom-in .mfp-preloader {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-image-loaded .mfp-figure,
.mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
    opacity: 1;
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg .mfp-zoom-in.mfp-ready .mfp-preloader {
    opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-figure,
.mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
    transform: scale(0.95);
    opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg .mfp-zoom-in.mfp-removing .mfp-preloader {
    opacity: 0;
}
.mfp-iframe-scaler {
    overflow: visible;
}
.mfp-zoom-out-cur {
    cursor: auto;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
}
.page-title {
    width: 100%;
    height: 200px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    background: #f4f5f7;
}
.ipt-title {
    margin-bottom: 5px;
}
.ipn-subtitle {
    font-size: 20px;
    font-family: initial;
    font-style: italic;
}

/*------------ Listing Detail Design -------------*/
.Reveal-side-widget,
.tr-single-box {
    background-color: #fff;
    color: #707070;
    border-radius: 6px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
    transition: 0.25s;
    overflow: hidden;
    margin-bottom: 30px;
}
.Reveal-Reveal-side-widget-header,
.tr-single-header {
    position: relative;
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #d2d7e0;
}
.Reveal-Reveal-side-widget-header.green {
    background: #25bd68;
    border-bottom: none;
}
.Reveal-Reveal-side-widget-header.red {
    background: #ec0f44;
    border-bottom: none;
}
.Reveal-exlip-sidebar-widgets {
    margin-bottom: 30px;
}
.Reveal-exlip-sidebar-widgets:last-child {
    margin-bottom: 0;
}
.featured-slick-slide .slick-arrow:before {
    opacity: 1;
}

.Reveal-Reveal-side-widget-body {
    padding: 1.5rem;
}
.Reveal-Reveal-side-widget-header h4,
.tr-single-header h4 {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 700;
}
.Reveal-Reveal-side-widget-header.dark h4,
.Reveal-Reveal-side-widget-header.dark span {
    color: #ffffff;
}
.Reveal-Reveal-side-widget-header .Reveal-thumb-photo {
    width: 72px;
    height: 72px;
}
.Reveal-Reveal-side-widget-header .Reveal-thumb-photo img {
    border-radius: 50%;
    max-width: 72px;
}
.Reveal-thumb-details {
    padding-left: 10px;
}
.Reveal-thumb-details span {
    color: #879ac3;
}
.Reveal-thumb-details span i {
    font-size: 18px;
    position: relative;
    top: 3px;
    color: #2caf31;
    margin-right: 10px;
}

.spd-wrap {
    padding: 1em 0;
    border-bottom: 1px solid #e9ecf3;
}
.slide-property-detail {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.slide-property-first {
    flex: 1;
}
.listname-into h2 {
    margin-bottom: 0;
    font-size: 22px;
}
.listname-into span {
    font-size: 14px;
}
.pr-single-info {
    display: inline-block;
    margin-left: 0.5rem;
    position: relative;
}
.pr-single-info:first-child {
    margin: 0;
}
span.view-pr {
    margin-left: 6px;
    position: relative;
    top: -3px;
}
.pr-single-info > a {
    color: #6f798c;
    font-size: 18px;
    width: 42px;
    height: 42px;
    border-radius: 2px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    background: #eff1f5;
    justify-content: center;
}
.btn-share,
.btn-share:hover,
.btn-share:focus {
    background: #eff1f5;
    color: #6f798c;
    border: none;
    padding: 0;
    outline: none;
    cursor: pointer;
    width: 42px;
    height: 42px;
    border-radius: 2px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.share-opt-wrap .dropdown-menu {
    text-align: center;
    bottom: 55px;
    top: initial !important;
    left: 0 !important;
    padding: 7px 0 9px;
    border: 1px solid #e8e9f1;
}
.share-opt-wrap .dropdown-menu a {
    padding: 2px 6px 0;
    line-height: 1;
    position: relative;
    top: 3px;
    display: inline-block;
    border-bottom: none;
}
.dropdown-menu.show a i {
    margin-right: 7px;
}
.cl-facebook i {
    color: #395693 !important;
}
.cl-twitter i {
    color: #1c9cea !important;
}
.cl-gplus i {
    color: #d23d35 !important;
}
.cl-instagram i {
    color: #c82f99 !important;
}
.like-bitt,
.like-bitt i {
    color: #ed3271;
}
.prt-type {
    font-size: 13px;
    color: #f96825;
    font-weight: 500;
    background: rgba(249, 104, 37, 0.1);
    padding: 3px 16px;
    border-radius: 50px;
    margin-left: 10px;
}
.verified-list {
    width: 100%;
    background: #2ec16f;
    text-align: center;
    color: #ffffff;
    border-radius: 2px;
    padding: 14px;
    font-size: 16px;
    font-weight: 500;
}
.verified-list i {
    margin-right: 6px;
}
.opening-status {
    position: absolute;
    right: 20px;
    padding: 5px 20px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
}
.Reveal-other-body {
    width: 100%;
    padding: 15px 25px 25px;
}
.Reveal-service {
    margin: 10px 0 0;
    display: table;
    width: 100%;
    padding: 0;
}
.Reveal-service.half li {
    width: 50%;
    margin-bottom: 5px;
    float: left;
    display: inline-block;
}

.Reveal-service li {
    list-style: none;
    padding: 10px 0;
}
.Reveal-service-icon {
    width: 100%;
    display: inline-block;
    font-size: 13px;
}
.Reveal-icon-box-round {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 44px;
    margin-right: 7px;
    color: rgba(249, 104, 37, 1);
    font-size: 15px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(249, 104, 37, 0.1);
    vertical-align: middle;
}
.Reveal-icon-box-text {
    display: inline-block;
    vertical-align: middle;
}
.tr-single-header.listing-hours-header h4 {
    opacity: 1;
}
span.listing-hours-status {
    border: 1px solid #ffffff;
    font-size: 11px;
    padding: 3px 10px;
    line-height: 1;
}
span.listing-hours-status.l-open {
    border: 1px solid #17bd62;
    color: #17bd62;
}
span.listing-hours-status.l-close {
    border: 1px solid #d03e1e;
    color: #d03e1e;
}
.listing-hour-day li.active {
    color: #17bd62;
}
span.current-time {
    float: right;
    font-size: 11px;
    font-weight: 500;
}
ul.listing-hour-day {
    margin: 0;
    padding: 0;
}
.listing-hour-day li {
    padding: 13px 0;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    color: #353b4e;
    border-bottom: 1px solid #d2d7e0;
}
.listing-hour-day li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.listing-hour-day li .listing-hour-time {
    float: right;
}
.ratting-group i {
    font-size: 10px;
    margin-right: 3px;
    color: #ffffff;
}
.ratting-group {
    display: flex;
    align-items: center;
}
.tr-list-detail.dark .ratting-group i.filled,
.tr-list-detail .ratting-group i.filled {
    color: #ff9800;
}
.ratting-group .overall-reviews {
    font-size: 12px;
    margin-left: 5px;
}
.tr-list-detail.dark .ratting-group .overall-reviews {
    color: #4c556d;
}
.tr-list-detail.dark {
    padding: 0;
    color: #353535;
    margin-top: -45px;
    z-index: 9;
    position: relative;
    display: flex;
    align-items: center;
    padding: 1rem;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
}
.tr-list-detail.dark .tr-list-thumb {
    display: inline-block;
    max-width: 100px;
    height: 100px;
    padding: 5px;
    border-radius: 6px;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: #e8edf5;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: 0;
}
.tr-list-detail.dark h4 {
    color: #333c56;
    font-size: 19px;
}
.tr-list-detail.dark > * {
    color: #6d7a8a;
    font-weight: 400;
}
.tr-list-detail p {
    margin: 0;
}
.tr-list-detail p i {
    margin-right: 5px;
}
.cate-gorio {
    width: 100%;
    display: block;
    margin-bottom: 4px;
}
.tr-list-detail.dark .cate-gorio a {
    background: transparent;
    border: 2px solid #ea1b41;
    padding: 4px 15px;
    border-radius: 50px;
    font-size: 13px;
}
.tr-list-detail .cate-gorio a {
    background: #ffffff;
    border: px solid #ffffff;
    padding: 4px 15px;
    color: #ea1b41 !important;
    border-radius: 50px;
    font-size: 13px;
}
.tr-list-detail.dark .ratting-group i {
    color: #a7afc5;
}
.ratting-group .overall-reviews {
    color: #ffffff;
}
.imp-boxes-single {
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.imp-boxes-single-icon {
    padding: 1.2rem;
    border-right: 1px solid #dee1ea;
}
.imp-boxes-single-content {
    padding-left: 15px;
    font-weight: 500;
    color: #333c56;
}
.imp-boxes-single-content ul {
    padding: 0;
    margin: 0;
}
.imp-boxes-single-content ul li {
    list-style: none;
    display: inline-block;
    margin-right: 13px;
}
.imp-boxes-single-content ul li a {
    color: #7e89a7;
    background: #f0f3f7;
    font-size: 12px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.imp-boxes {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}
/*---------- Author Detail -------------*/
.image-cover.author-profile {
    height: 350px;
}

.detail-wrap-up {
    z-index: 4;
    position: relative;
    -webkit-transform: translateY(-38px);
    -o-transform: translateY(-38px);
    transform: translateY(-38px);
}
.detail-wrap-up .nav-tabs {
    border: none;
}
.detail-wrap-up .nav-tabs .nav-link {
    border-radius: 0.2rem;
    padding: 0.5rem 1.2rem;
    margin-top: 3px;
    margin-bottom: 3px;
    height: 40px;
    display: flex;
    align-items: center;
}

.nav-link {
    color: #fff;
}
.nav-link:hover {
    color: #00a877;
}

.detail-wrap-up .tab-pane {
    margin-top: 3em;
}
span.author-count {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    margin-left: 7px;
    line-height: 23px;
}
.author-tab-header {
    background: #ffffff;
    display: inline-block;
    width: 100%;
    padding: 1.5rem 1.4rem;
    border-radius: 0.2rem;
    -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.07);
}
.autor-bio-wrap {
    background: #ffffff;
    display: inline-block;
    width: 100%;
    padding: 1rem 0rem;
    border-radius: 0.2rem;
    -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.07);
}
.autor-bio-wrap .author-thumb {
    text-align: center;
    padding: 1.5rem 0;
    border: none;
    width: auto;
    height: auto;
}
.author-thumb-pic {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: table;
    margin: 0 auto 0.4rem;
}
.author-thumb-pic img {
    object-fit: cover;
}
.author-thumb-caption h4 {
    font-size: 18px;
    margin: 0;
}
.author-full-detail {
    width: 100%;
    display: inline-block;
}
.author-bio-single-list {
    display: flex;
    width: 100%;
    padding: 1rem 1rem;
    align-items: center;
    border-bottom: 1px solid #e4e6ec;
}
.author-bio-icon {
    width: 40px;
    height: 40px;
    background: #f4f5f7;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 50%;
    font-size: 20px;
    color: #e4074e;
}
.author-bio-caption {
    padding-left: 1rem;
}
.author-bio-caption span {
    color: #313a52;
    font-weight: 500;
}

.author-bio-single-list:last-child {
    margin: 0;
}
.author-bio-single-list h6 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 0.1rem;
}
.author-list-detail {
    width: 100%;
    display: inline-block;
    padding: 1.5rem 0 0;
}
ul.author-list-counter {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.author-list-counter li {
    margin-bottom: 1rem;
    font-size: 16px;
    color: #828ba2;
    list-style: none;
    display: inline-grid;
    flex: 0 0 33.333333%;
    text-align: center;
    justify-content: center;
}
ul.author-list-counter li span {
    display: block;
    font-weight: 600;
    color: #2a344a;
    font-size: 25px;
}

/*------------------------------------------------------------
	How it Work
-------------------------------------------------------------*/
.middle-icon-features {
    display: table;
    width: 100%;
    text-align: center;
}
.Reveal-working-step {
    margin-top: 30px;
}
.Reveal-icon-large-box {
    background: #ffffff;
    width: 85px;
    height: 85px;
    line-height: 90px;
    text-align: center;
    transition: 0.25s ease-in-out;
    font-size: 30px;
    border-radius: 20px;
    color: #fd5332;
    margin: 15px auto;
    position: relative;
    border: 1px solid transparent;
}
.Reveal-icon-wrap {
    text-align: center;
    position: relative;
}
.Reveal-icon-wrap:before {
    content: url(../img/arrow.png);
    position: absolute;
    width: auto;
    height: auto;
    background: transparent;
    left: 100%;
    top: 40px;
}
.Reveal-working-step.remove .Reveal-icon-wrap:before {
    display: none;
}
.Reveal-working-box-caption {
    padding: 10px 30px 0;
    text-align: center;
}
.Reveal-working-box-caption p {
    margin-bottom: 0;
    font-size: 15px;
}
.Reveal-working-box-caption h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.Reveal-icon-large-box:before {
    content: "";
    position: absolute;
    border-radius: 20px;
    width: 85px;
    height: 85px;
    top: 0;
    left: 0;
    transform: rotate(45deg);
    background: transparent;
    border: 1px solid transparent;
}

.Reveal-icon-large-box.f-light-warning:before {
    background: rgba(255, 143, 0, 0.1);
    border-color: rgba(255, 143, 0, 0.3);
    color: #ff8f00 !important;
}
.Reveal-icon-large-box.f-light-success:before {
    background: rgba(15, 202, 152, 0.1);
    border-color: rgba(15, 202, 152, 0.3);
    color: #29cf8d !important;
}
.Reveal-icon-large-box.f-light-blue:before {
    color: #1d96ff !important;
    background: rgba(29, 150, 255, 0.1);
    border-color: rgba(29, 150, 255, 0.3);
}
.Reveal-icon-large-box.f-light-purple:before {
    color: #fd5332 !important;
    background: rgba(116, 96, 238, 0.1);
    border-color: rgba(116, 96, 238, 0.3);
}
.Reveal-icon-large-box.f-light-purple:before {
    color: #f33066 !important;
    background: rgba(243, 48, 102, 0.1);
    border-color: rgba(243, 48, 102, 0.3);
}

/*------------- Achievement & Partnership ------------------*/
.achievement-wrap {
    position: relative;
    text-align: center;
    display: block;
    padding: 2rem 0 0;
}
.achievement-content h4 {
    margin-bottom: 5px;
    line-height: 1;
    font-size: 35px;
    color: #08184b;
    font-weight: 800;
}
.achievement-content p {
    font-size: 18px;
}
.ache-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    background: #f4f5f7;
}
.ache-icon.green {
    background: rgba(26, 187, 105, 0.1);
    color: #1abb69;
}
.ache-icon.purple {
    background: rgba(153, 81, 208, 0.1);
    color: #9951d0;
}
.ache-icon.yellow {
    background: rgba(247, 143, 14, 0.1);
    color: #f78f0e;
}
.ache-icon.red {
    background: rgba(245, 22, 74, 0.1);
    color: #f5164a;
}
/*------------------------------------------------------------
	Contact Info
-------------------------------------------------------------*/
.contact-info {
    margin-left: 1rem;
}
.cn-info-detail {
    position: relative;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: end;
    align-items: center;
}
.cn-info-icon {
    float: left;
    display: inline-block;
    width: 50px;
    height: 50px;
}
.cn-info-icon i {
    font-size: 35px;
    color: #f96825;
}
.cn-info-title {
    font-size: 15px;
    margin-bottom: 2px;
}

/*------------------------------------------------------------
	About Info
-------------------------------------------------------------*/
.about-captione h2 {
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.2;
}
.doc_video {
    position: relative;
}
.doc_video .thumb {
    border-radius: 0.2rem;
    overflow: hidden;
}
.doc_video .thumb .pro_img {
    min-height: 390px;
    max-height: 600px;
}
.doc_video .bb-video-box {
    width: 130px;
    height: 130px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
}
.bb-video-box-inner {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(228, 7, 78, 0.2);
}
.bb-video-box-innerup {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(228, 7, 78, 1);
}
.bb-video-box-innerup a {
    color: #ffffff !important;
}
.doc_video .thumb:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #1c1d23;
    opacity: 0.3;
}
/*------------------------------------------------------------
	PopUp Modal & Login Page
-------------------------------------------------------------*/
.modal-body {
    padding: 2.5em 3em;
}
h4.modal-header-title {
    font-size: 4em;
    text-align: center;
    margin: 1rem 0 1em 0;
    font-weight: 800;
}
.btn.pop-login {
    border-radius: 5px;
    padding: 20px 0;
    background: #f96825;
    border-color: #f96825;
    margin-top: 0.6rem;
}
.modal-divider {
    position: relative;
    margin: 20px 0;
    text-align: center;
}
.modal-divider:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-bottom: 1px solid #e1e5f2;
}
.modal-divider span {
    position: relative;
    background: #fff;
    padding: 0 20px;
}
.social-login ul {
    margin: 0;
    width: 100%;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.social-login ul li {
    display: inline-block;
    list-style: none;
    padding: 0 10px;
}
.social-login ul li a.btn {
    width: 60px;
    border-radius: 4px;
    height: 48px;
    color: #ffffff;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e8f1;
}
.social-login ul li a.btn i {
    margin-right: 7px;
}
.social-login ul li a.btn.connect-fb {
    background: #3b5998;
}
.social-login ul li a.btn.connect-google {
    background: #ec4514;
}
.social-login ul li a.btn.connect-linkedin {
    background: #0073b0;
}
.social-login ul li a.btn.connect-twitter {
    background: #20a4ea;
}
.social-login ul li a.btn.fb {
    color: #3b5998;
}
.social-login ul li a.btn.google {
    color: #ec4514;
}
.social-login ul li a.btn.linkedin {
    color: #0073b0;
}
.social-login ul li a.btn.twitter {
    color: #20a4ea;
}
.signup .modal-dialog {
    max-width: 880px;
    z-index: +999999;
}
.signup .form-group {
    margin-bottom: 1.5rem;
}
span.mod-close {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 15px;
    right: 15px;
    background: white;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 13px;
    color: #f96825;
    cursor: pointer;
    z-index: 1;
    border: 1px solid #e0e6ef;
    background: #f7f9fc;
}
.modat-foot {
    padding: 10px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.md-left {
    flex: 1;
}
/*----------- PopUp Modal & Login Page: Login Page -----------*/
.loving-modern-login {
    background: #fff;
    padding: 50px;
    border-radius: 6px;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0 0 8px 0 rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 0 8px 0 rgb(0 0 0 / 8%);
}
.loving-modern-login h3 {
    margin-top: 0;
    margin-bottom: 30px;
}
.loving-modern-login .form-control {
    background: #eff2f7 !important;
    border-color: #ebeff5 !important;
    margin-bottom: 12px;
}
.login_form_dm {
    width: 100%;
}
.edd-login-remember {
    width: 50%;
    float: left;
    text-align: left;
}
.already-login {
    width: 100%;
    float: right;
    text-align: center;
    margin: 0.5rem 0 1rem;
}
#edd_login_form label,
#edd_register_form label {
    cursor: pointer;
}
.edd-lost-password {
    width: 50%;
    float: right;
    text-align: right;
}
.edd-login-username,
.edd-login-password {
    margin-bottom: 5px;
    display: table;
    width: 100%;
}
/*------------------------------------------------------------
	Blog Designs
-------------------------------------------------------------*/

/*----------- Blog Grid ---------*/
.Reveal-blog-wrap-grid {
    width: 100%;
    background: #ffffff;
    border-radius: 6px;
    margin-top: 25px;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.Reveal-blog-thumb {
    padding: 0px;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}
.Reveal-blog-info {
    padding: 10px 20px 0px;
}
.Reveal-blog-info span {
    font-size: 13px;
    font-weight: 500;
    color: #333c56;
}
.Reveal-blog-info i {
    margin-right: 7px;
}
.Reveal-blog-body {
    padding: 5px 20px 15px;
}
.bl-title {
    font-size: 19px;
    margin-bottom: 4px;
}
.bl-continue {
    color: #fc5231;
    position: relative;
    font-family: "Lora", serif;
    font-style: italic;
    font-size: 20px;
    margin-top: 12px;
    display: inline-block;
}
a.bl-continue:before {
    content: "\ea4c";
    position: absolute;
    font-family: lineicons !important;
    right: -27px;
    top: 2px;
}

.blog-cates ul {
    margin: 0;
    padding: 0;
}
.blog-cates {
    position: relative;
    padding: 0 20px 20px;
}
.blog-cates ul li {
    list-style: none;
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 5px;
}
.blog-cates .blog-cates-list {
    background: #f4f5f7;
    padding: 6px 20px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 13px;
}
a.blog-cates-list.style-1 {
    background: rgba(255, 87, 34, 0.1);
    color: #ff5722;
}
a.blog-cates-list.style-2 {
    background: rgba(121, 187, 44, 0.1);
    color: #79bb2c;
}
a.blog-cates-list.style-3 {
    background: rgba(144, 87, 208, 0.1);
    color: #9057d0;
}
a.blog-cates-list.style-4 {
    background: rgba(9, 178, 228, 0.1);
    color: #09b2e4;
}
a.blog-cates-list.style-5 {
    background: rgba(26, 197, 86, 0.1);
    color: #1ac556;
}
/*--------- Blog Detail Page -----------*/
.single-post-item {
    display: block;
    width: 100%;
    background: #ffffff;
    padding: 40px;
    border-radius: 4px;
    margin-bottom: 30px;
    border: 2px solid #e5e8f3;
}
.post-featured-img {
    display: block;
    margin-bottom: 1.5rem;
}
.post-featured-img img {
    border-radius: 6px;
}
.single-post-item .post-details .meta-comment-tag {
    padding: 0;
    list-style: none;
}
.single-post-item .post-details .meta-comment-tag li {
    display: inline-block;
    margin-right: 19px;
}
.single-post-item .post-details .meta-comment-tag li a {
    color: #6e7c90;
    display: block;
    letter-spacing: 0;
    line-height: 18px;
}
.single-post-item .post-details .meta-comment-tag li a .icons {
    margin-right: 10px;
}
.single-post-item .post-details .post-title {
    display: block;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.4;
    margin: 15px 0 0;
}
.single-post-item .post-details p,
.single-post-item .post-details .text {
    color: #6e7c90;
    font-size: 18px;
    margin: 35px 0 0;
}
.blog-page .blog-details blockquote {
    background: #f7f9fc;
    padding: 28px 28px 28px 100px;
    margin: 50px 0;
    position: relative;
}
.blog-page .blog-details blockquote .icon {
    color: #f96825;
    position: absolute;
    font-size: 28px;
    line-height: 28px;
    left: 35px;
    top: 42%;
}
.blog-page .blog-details blockquote .name {
    color: #000c35;
    margin: 12px 0 0;
}
.blog-page .blog-details .post-bottom-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 43px 0 0;
}
.blog-page .blog-details .post-bottom-meta .post-tags {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}
.blog-page .blog-details .post-bottom-meta .post-tags .pbm-title {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 20px;
}
.blog-page .blog-details .post-bottom-meta .post-tags .list {
    padding: 0;
    list-style: none;
}
.blog-page .blog-details .post-bottom-meta .post-tags .list li {
    display: inline-block;
    margin-bottom: 10px;
}
.blog-page .blog-details .post-bottom-meta .post-tags .list li a {
    border: 1px solid #e4e4e6;
    letter-spacing: 0;
    display: block;
    padding: 9px 20px;
}
.blog-page .blog-details .post-bottom-meta .post-tags .list li a:hover {
    color: #ffffff;
    background: #f96825;
    border-color: #f96825;
}
.blog-page .blog-details .post-bottom-meta .post-share .list {
    padding: 0;
    list-style: none;
}
.blog-page .blog-details .post-bottom-meta .post-share .list li {
    display: inline-block;
    margin-right: 22px;
}
.blog-page .blog-details .post-bottom-meta .post-share .list li:last-child {
    margin-right: 0;
}
.blog-page .blog-details .post-bottom-meta .post-share {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    text-align: right;
}
.blog-page .blog-details .post-bottom-meta .post-share .pbm-title {
    font-size: 18px;
}
.blog-page .blog-details .post-bottom-meta .post-share .list li a {
    color: #8c96b5;
    display: block;
    font-size: 16px;
    line-height: 22px;
}
.blog-page .blog-details .post-bottom-meta .post-share .list li a:hover {
    color: #ef4060;
}
.single-post-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    border-top: 1px solid #e4e4e6;
    padding: 48px 0 0;
    margin: 40px 0 0;
}
.single-post-pagination .prev-post {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}
.single-post-pagination .next-post {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    text-align: right;
}
.single-post-pagination .next-post .title,
.single-post-pagination .prev-post .title {
    font-size: 20px;
}
.single-post-pagination .post-pagination-center-grid {
    position: absolute;
    left: 50%;
    top: 60%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.single-post-pagination .post-pagination-center-grid a {
    font-size: 2.5rem;
    color: #f96825;
}
.single-post-pagination .prev-post a {
    display: block;
    overflow: hidden;
}
.single-post-pagination .prev-post a .title-with-link .intro {
    color: #6e7c90;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    margin: 0 0 9px;
}
.single-post-pagination .prev-post a .title-with-link .title {
    color: #000c35;
    line-height: 28px;
}

/*-------- Comment ---------*/
.blog-page .blog-details .comment-area .all-comments .comments-title {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 35px;
}
.blog-page .blog-details .comment-area .all-comments .comment-list ul {
    padding: 0;
    list-style: none;
}
.blog-page .blog-details .comment-area .all-comments article {
    overflow: hidden;
    margin: 0 0 50px;
}
.blog-page .blog-details .comment-area .all-comments article .comment-author {
    float: left;
    width: 100px;
}
.blog-page
    .blog-details
    .comment-area
    .all-comments
    article
    .comment-author
    img {
    max-width: 100px;
    border-radius: 50%;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details {
    overflow: hidden;
    padding-left: 30px;
}
.blog-page
    .blog-details
    .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
    .blog-details
    .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
    .blog-details
    .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
    .blog-details
    .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
    .blog-details
    .comment-area
    .all-comments
    article
    .comment-details
    .comment-meta
    .comment-left-meta
    .comment-date {
    color: #ef4060;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    font-weight: 500;
    margin: 7px 0 0;
}
.blog-page
    .blog-details
    .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
    .blog-details
    .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
    .blog-details
    .comment-area
    .all-comments
    article
    .comment-details
    .comment-meta
    .comment-reply
    .reply
    .icon {
    margin-right: 8px;
}
.blog-page
    .blog-details
    .comment-area
    .all-comments
    article
    .comment-details
    .comment-text {
    margin: 19px 0 0;
}
.blog-page
    .blog-details
    .comment-area
    .all-comments
    article
    .comment-details
    .comment-text
    p {
    margin: 0;
}
.blog-page .blog-details .comment-area .all-comments .comment-list ul li ul {
    padding-left: 40px;
    list-style: none;
}
.posts-author {
    text-align: center;
}
.posts-author 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: #f96825;
}

/*-------------- Sidebar -----------*/
.single-widgets {
    border: 2px solid #e5e8f3;
    padding: 30px 28px 35px;
    margin: 0 0 40px;
}
.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: #f96825;
    color: #ffffff;
    border: 0;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    width: 52px;
}
.single-widgets.widget_category ul {
    padding: 0;
    list-style: none;
}
.single-widgets.widget_category ul li {
    display: block;
    border-bottom: 1px solid #eaeaea;
    padding: 11px 0;
}
.single-widgets.widget_category ul li:first-child {
    border-top: none;
}
.single-widgets.widget_categories ul li a {
    display: block;
    overflow: hidden;
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 24px;
}
.single-widgets.widget_category ul li a span {
    float: right;
}
.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: 700;
    font-size: 17px;
    line-height: 22px;
    margin: 0 0 7px;
    padding-left: 20px;
}
.single-widgets.widget_thumb_post ul li .right .post-date {
    color: #6e7c90;
    display: block;
    overflow: hidden;
    letter-spacing: 0;
    font-size: 14px;
    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 {
    border: 1px solid #eaeaea;
    letter-spacing: 0;
    font-size: 14px;
    display: block;
    padding: 9px 25px;
}
.single-widgets.widget_tags ul li a:hover,
.single-widgets.widget_tags ul li a:focus {
    color: #ffffff;
    background: #f96825;
    border-color: #f96825;
}

/*------------------------------------------------------------
	General Features
-------------------------------------------------------------*/
/*--------- General Features: FAQ Design -----------*/
.faq-search form {
    position: relative;
    max-width: 610px;
    margin: 1.5rem auto;
}
.faq-search form input {
    padding-left: 30px !important;
    height: 60px;
    border: none;
    border-radius: 4px;
    padding-right: 50px !important;
}
.faq-search form button[type="submit"] {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    line-height: 63px;
    right: 0;
    color: #0050b4;
    font-size: 18px;
    border: 0;
    cursor: pointer;
    background-color: transparent;
}
.ac-para {
    line-height: 1.8;
}
.contact-box {
    border-radius: 10px;
    overflow: hidden;
    padding: 2.5em 2em;
    margin-bottom: 30px;
    text-align: center;
    background: #ffffff;
    box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    -moz-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
}
.contact-info-map {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    margin: 5px;
}
.contact-box i {
    font-size: 3em;
    display: table;
    margin: 0 auto 1rem auto;
}
.contact-box h4 {
    font-size: 18px;
    margin-bottom: 3px;
}
.contact-box p {
    margin-bottom: 0.3rem;
}
.contact-box .live-chat {
    background: rgba(25, 189, 88, 0.1);
    color: #19bd58;
    border: none;
    border-radius: 2px;
    padding: 4px 12px;
    cursor: pointer;
    outline: none;
    display: table;
    margin: 5px auto 0 auto;
}

/*----------- General Features: Checkout Design -----------*/
.pay-wrap {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    -moz-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
}
.pay-wrap-header {
    width: 100%;
    padding: 12px 25px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #e7eaf1;
}
.pay-wrap-header h4 {
    flex: 1;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}
.pw-right h3 {
    color: red;
    margin: 0;
}
.pw-right h3 sub {
    font-size: 15px;
    font-weight: 500;
    color: #767a8a;
}
.pw-first-content {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pw-first-content h4 {
    flex: 1;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
}
.pw-first-content {
    padding: 10px 25px;
}
.pay-wrap button,
.pay-wrap button:hover,
.pay-wrap button:focus {
    background: rgba(25, 189, 88, 0.1);
    color: #19bd58;
    border: none;
    border-radius: 2px;
    padding: 4px 12px;
    cursor: pointer;
    outline: none;
}
#change-plan {
    padding: 10px 25px;
    position: relative;
}
.pw-content-detail {
    padding: 10px 25px;
    width: 100%;
    position: relative;
}
.pw-content-detail ul {
    position: relative;
    padding: 0;
    margin: 0;
}
.pw-content-detail ul li {
    position: relative;
    display: block;
    margin-bottom: 10px;
    list-style: none;
    padding-left: 30px;
}
.pw-btn-wrap {
    padding: 10px 25px 25px;
    width: 100%;
    position: relative;
}
.btn.btn-payment {
    background: #ffffff;
    color: #19bd58;
    text-align: center;
    width: 100%;
    border: 2px solid #19bd58;
    font-size: 17px;
    border-radius: 4px;
}
.pw-content-detail ul li:before {
    content: "\e64c";
    font-family: "themify";
    font-size: 10px;
    width: 20px;
    height: 20px;
    background: rgba(25, 189, 88, 0.1);
    display: flex;
    position: absolute;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: #19bd58;
    top: 0;
    left: 0;
}
.product-wrap {
    border-radius: 10px;
    overflow: hidden;
    padding: 2em 1rem;
    margin-bottom: 30px;
    box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    -moz-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
}
.product-wrap ul {
    padding: 0;
    margin: 0;
}

.product-wrap ul li {
    display: flex;
    padding: 14px 0;
    border-bottom: 1px dashed #dadde8;
    flex-wrap: wrap;
}
.product-wrap ul li strong {
    flex: 1;
}

/*------------- General Features: Testimonials ----------*/
.testimonial-wrap {
    padding: 30px 25px;
    background: #fff;
    border-radius: 8px;
    position: relative;
    border: 1px solid #e5e9ec;
}
.client-thumb-box {
    display: table;
    width: 100%;
}
.client-thumb-content {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    align-items: center;
}
.client-thumb {
    position: relative;
    max-width: 80px;
    margin-right: 20px;
    border-radius: 50%;
    border: 5px solid rgba(45, 45, 45, 0.1);
    padding: 5px;
    float: left;
}
.client-info h5 {
    color: #3151b7;
    font-size: 16px;
}
.client-info .small-font {
    font-size: 13px;
}
.testimonial-wrap p {
    line-height: 1.8;
    font-size: 15px;
}

/*-------------- General Features: Newsletter Style ----------------*/
.newsletter {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
}
.newsletter-box {
    padding: 40px 0;
}

.newsletter-box .input-group {
    margin-bottom: 20px;
    background: #ffffff;
    border-radius: 50px;
    padding: 5px 10px;
    box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15);
    -webkit-box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15);
}
.newsletter-box .input-group .form-control {
    height: 60px;
    border: none;
    box-shadow: none;
    background: transparent;
}
.newsletter-box .input-group .input-group-addon {
    border: none;
    font-size: 18px;
    background: transparent;
}
.newsletter-box .btn {
    padding: 18px 35px;
    z-index: 22;
}
/*------------- General Features: testimonial 2 Smart testimonials -------------*/
.item.testimonial-box {
    background: #ffffff;
    border-radius: 0.4em;
    padding: 2em;
}
.Reveal-smart-tes-author {
    text-align: left;
    padding: 1.2rem 0 0;
    display: inline-block;
    width: 100%;
}
.smart-center {
    text-align: center;
}
.smart-textimonials.smart-light {
    color: #ffffff;
}
.Reveal-st-author-thumb {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 0px 5px #e9edf3;
    -webkit-box-shadow: 0px 0px 0px 5px #e9edf3;
    float: left;
    margin-left: 6px;
}
.Reveal-smart-tes-content {
    margin-left: 3px;
}
.smart-light .Reveal-st-author-thumb,
.Reveal-st-author-thumb.light {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
    float: left;
}
.Reveal-st-author-info {
    display: inline-block;
    margin-left: 22px;
}
.Reveal-st-author-info .Reveal-st-author-title {
    margin: 0 0 4px 0;
}
.Reveal-st-author-info .Reveal-st-author-subtitle {
    font-family: "Lora", serif;
    font-style: italic;
    font-size: 15px;
}
.Reveal-st-author-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.smart-center .Reveal-st-author-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.item.testimonial-center {
    text-align: center;
    background: #ffffff;
    padding: 2rem 1rem;
    border-radius: 8px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
    margin: 10px 0;
}
.Reveal-smart-tes-content p {
    font-size: 17px;
}
.item.testimonial-center .Reveal-smart-tes-author {
    display: table;
    margin: 0 auto;
    width: auto;
}
.item.testimonial-center .Reveal-smart-tes-content {
    margin-top: 1.5em;
}
.item.testimonial-center .Reveal-st-author-thumb {
    float: none;
    display: table;
    margin: 0 auto 10px;
}
.item.testimonial-center .Reveal-st-author-info {
    display: inline-block;
    margin-left: 0;
}
.item.testimonial-center .Reveal-st-author-box {
    display: block;
    text-align: center;
}

/*----------------------- Stylle 2 --------------------*/
.smart-testimonials {
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 15px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
}
.smart-testimonials-content {
    padding: 1.5rem 1.5rem 2rem;
    position: relative;
    width: 100%;
}
.smart-testimonials .Reveal-smart-tes-content {
    margin-left: 3px;
}
.smart-testimonials .Reveal-smart-tes-content p {
    font-size: 15px;
}
.smart-testimonials .Reveal-st-author-info {
    display: inline-block;
    margin-left: 0;
}
.smart-testimonials .Reveal-st-author-info .Reveal-st-author-title {
    font-size: 16px;
    margin: 0;
}
.smart-testimonials .smart-testi-thumb {
    width: 100%;
    position: relative;
}
.smart-testimonials .cipt {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    left: 18px;
    bottom: -14px;
    color: #ffffff;
}

/*------------ General Features: pricing Box ----------------*/
.Reveal-pricing-wrap {
    text-align: center;
    width: 100%;
    background: #333c56;
    border-radius: 8px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
}
.Reveal-pricing-header {
    padding: 3em 0 2em;
    width: 100%;
}
.Reveal-pricing-header i {
    font-size: 3em;
    margin-bottom: 15px;
    display: table;
    margin: 0 auto 0.2em auto;
    color: #4c5f98;
}
.Reveal-pricing-header .pr-title {
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 0 5px 0;
    font-weight: 700;
    color: #ffffff;
}
.Reveal-pricing-header .pr-subtitle {
    padding: 5px 20px;
    font-size: 16px;
    border-radius: 50px;
    background: #293148;
    color: #9ca6c5;
}
.Reveal-pr-value {
    font-size: 5em;
    position: relative;
    color: #ffffff;
}
.Reveal-pr-value {
    font-size: 5em;
    position: relative;
}

.Reveal-pr-value:before {
    content: "$";
    position: absolute;
    font-size: 2rem;
    top: -20px;
    left: -24px;
    color: #a6b0d0;
}
.Reveal-pricing-body ul {
    text-align: center;
    margin: 0;
    padding: 0;
}
.Reveal-pricing-body ul li {
    list-style: none;
    padding: 12px 0;
    font-size: 17px;
    color: #b0bce0;
}
.Reveal-pricing-value {
    display: inline-block;
    margin: 2rem 0;
}
.Reveal-pricing-bottom {
    display: table;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 2rem 0;
}
.Reveal-pricing-bottom .btn-pricing {
    position: relative;
    display: table;
    text-align: center;
    margin: 0 auto;
    padding: 14px 50px;
    background: #e4074e;
    border-radius: 4px;
    color: #ffffff;
    font-weight: 500;
    transition: all ease 0.4s;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
}
.Reveal-pricing-bottom .btn-pricing:hover,
.Reveal-pricing-bottom .btn-pricing:focus {
    background: #fc5231;
    color: #ffffff !important;
}
.offclio {
    position: absolute;
    top: 10px;
    right: 8px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 18px 32px 4px 30px;
    text-align: center;
    -webkit-transform: translate(50%, -50%) rotate(45deg) translateZ(0);
    -moz-transform: translate(50%, -50%) rotate(45deg) translateZ(0);
    transform: translate(50%, -50%) rotate(45deg) translateZ(0);
    background: #ffffff;
    color: #ff9800;
    z-index: 1;
}

.recommended .Reveal-pricing-bottom .btn-pricing {
    background: #ffffff;
    color: #333c56;
}
.recommended .Reveal-pricing-bottom .btn-pricing:hover,
.recommended .Reveal-pricing-bottom .btn-pricing:focus {
    background: #333c56 !important;
    color: #ffffff !important;
}
.recommended .Reveal-pricing-header i,
.recommended .Reveal-pricing-header .pr-title,
.recommended .Reveal-pr-value,
.recommended .Reveal-pr-value:before,
.recommended .Reveal-pricing-body ul li {
    color: #ffffff !important;
}
.recommended .Reveal-pricing-header .pr-subtitle {
    color: #ffffff;
    background: rgba(10, 10, 10, 0.1);
}
/*---------- General Features: Slick Arrow -------------*/
.Reveal-adventure-grid .slick-arrow {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    opacity: 1;
    transition: 0.1s;
    z-index: 1;
}
.slick-next {
    right: 25px;
}
.slick-prev {
    left: 25px;
    z-index: 1;
}
.slick-arrow:before {
    position: absolute;
    top: 0;
    width: 28px;
    height: 28px;
    opacity: 0;
    line-height: 30px;
    background: rgba(255, 255, 255, 0.2);
    font-size: 10px;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15);
    transition: 0.2s;
    left: 0;
}
.Reveal-adventure-grid:hover .slick-arrow:before {
    opacity: 1;
}

/*---------- General Features: Team Design -------------*/
.single-team {
    position: relative;
    width: 100%;
    background: #ffffff;
    border-radius: 6px;
    margin-bottom: 30px;
    padding: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    -moz-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
}
.team-grid {
    position: relative;
    display: block;
    border-radius: 4px;
    overflow: hidden;
}
.teamgrid-content {
    padding: 1rem 0;
    text-align: center;
}
.teamgrid-content h4 {
    margin-bottom: 0;
    font-size: 18px;
}
.teamgrid-social ul {
    margin: 1rem 0;
    padding: 0;
    text-align: center;
}
.teamgrid-social ul li {
    list-style: none;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
}
/*------------------- Listing Element: Invoice -------------------*/
.invoice-wrapper {
    background: #ffffff;
    border-radius: 6px;
    padding: 2.5em 2em;
    box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
    -webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
}
p#invoice-info {
    text-align: right;
}
hr {
    border-top: 1px solid #eff2f5;
}
/*---------- General Features: Filter & Shorting -------------*/
.shorting-wrap {
    background: #ffffff;
    border-radius: 0.3rem;
    margin-bottom: 2rem;
    padding: 0.5rem 1rem;
    border: 1px solid #ebedf1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.shorting-title {
    flex: 1;
    font-size: 14px;
    color: #47566b;
    margin: 0;
}
.shorting-right {
    width: auto;
    background: #f0f3f7;
    border-radius: 2px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
}
.shorting-right .dropdown.show {
    display: inline-block;
}
.shorting-right .btn.btn-filter {
    color: #8891a7;
    padding: 2px 5px;
    font-size: 14px;
    line-height: unset;
}
.shorting-right label {
    display: inline-block;
    margin-bottom: 0;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #f8f9fa;
}
.shorting-right .dropdown-menu {
    right: 0 !important;
    left: auto !important;
}
/*====================================
	Dashboard
==================================*/
.dashboard-wraper {
    position: relative;
    width: 100%;
    padding: 2em;
    box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    border-radius: 10px;
    background: #ffffff;
}
.Reveal-dashboard-navbar {
    position: relative;
    width: 100%;
    padding: 2em 0 1rem;
    box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    border-radius: 10px;
    background: #ffffff;
}
.Reveal-d-user-avater {
    text-align: center;
    margin: 2em 0;
}
.Reveal-d-user-avater img {
    max-width: 180px;
    border-radius: 50%;
    margin-bottom: 8px;
}
.Reveal-d-user-avater h4 {
    margin: 10px 0 3px 0;
    font-size: 19px;
}
.Reveal-dash-navigation ul {
    padding: 0;
    margin: 0;
}
.Reveal-dash-navigation ul li {
    list-style: none;
    padding: 0;
}
.Reveal-dash-navigation ul li a {
    padding: 15px 20px;
    color: #4f5777;
    font-size: 14px;
    display: inline-block;
    font-weight: 500;
    width: 100%;
    transition: all ease 0.4s;
    border-bottom: 1px dashed #e0e4e8;
}
.Reveal-dash-navigation ul li:last-child a {
    border-bottom: none;
}
.Reveal-dash-navigation ul li.active a,
.Reveal-dash-navigation ul li a:hover,
.Reveal-dash-navigation ul li a:focus {
    color: #f40c43;
    background: rgba(244, 12, 67, 0.1);
    border-bottom-color: rgba(244, 12, 67, 0.2);
}
.Reveal-dash-navigation ul li a i {
    margin-right: 10px;
}

/*----- Dashboard Widget -----*/
.Reveal-dashboard-widget {
    display: flex;
    padding: 0;
    height: 140px;
    background-color: #ffffff;
    border-radius: 6px;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    padding: 1rem;
    overflow: hidden;
    transition: 0.3s;
    cursor: default;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
    align-items: center;
}
.Reveal-dashboard-widget-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 1;
    font-size: 20px;
    display: flex;
    align-items: center;
    color: #ffffff;
    justify-content: center;
}
.Reveal-dashboard-widget-content {
    padding-left: 1rem;
}
.Reveal-dashboard-widget-content h4 {
    font-size: 37px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 8px;
    letter-spacing: 1px;
}
.Reveal-dashboard-widget-content p {
    font-size: 18px;
    margin-top: 4px;
    line-height: 24px;
    font-weight: 300;
    margin: 0;
    display: inline-block;
}

.Reveal-dashboard-widget .widget-1 {
    background: linear-gradient(
        to left,
        rgba(255, 255, 255, 0) 30%,
        rgba(255, 255, 255, 0.1)
    );
    background-color: #1baf65;
}
.Reveal-dashboard-widget .widget-2 {
    background: linear-gradient(
        to left,
        rgba(255, 255, 255, 0) 30%,
        rgba(255, 255, 255, 0.1)
    );
    background-color: #f39f00;
}
.Reveal-dashboard-widget .widget-3 {
    background: linear-gradient(
        to left,
        rgba(255, 255, 255, 0) 30%,
        rgba(255, 255, 255, 0.1)
    );
    background-color: #002758;
}
.Reveal-dashboard-widget .widget-4 {
    background: linear-gradient(
        to left,
        rgba(255, 255, 255, 0) 30%,
        rgba(255, 255, 255, 0.1)
    );
    background-color: #ce024b;
}

/*---------- Dashboard: Gravity List ----------------*/
.Reveal-gravity-list {
    margin: 0px 0 30px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}
.Reveal-gravity-list h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 20px 30px;
    background-color: #fff;
    display: block;
    border-bottom: 1px solid #eaeaea;
    border-radius: 4px 4px 0 0;
}
.Reveal-gravity-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
}
.Reveal-gravity-list ul li {
    padding: 23px 30px;
    border-bottom: 1px solid #eaeaea;
    transition: 0.3s;
    position: relative;
}
.Reveal-list-box-listing {
    display: flex;
    padding: 5px 0;
    position: relative;
}
.Reveal-Reveal-list-box-listing-img {
    flex: 1;
    max-width: 150px;
    position: relative;
}
.Reveal-Reveal-list-box-listing-img a {
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.Reveal-Reveal-list-box-listing-img a:before {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(22, 22, 22, 0.2);
    border-radius: 4px;
    z-index: 11;
}
.Reveal-Reveal-list-box-listing-img a img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 4px;
}
.Reveal-Reveal-box-listing-content {
    flex: 1;
    padding-left: 25px;
}
.Reveal-Reveal-box-listing-content .inner {
    position: relative;
    top: 14px;
    vertical-align: top;
}
.Reveal-Reveal-box-listing-content .inner h3 {
    font-size: 18px;
    bottom: -2px;
    position: relative;
    font-weight: 500;
    margin: 0;
    line-height: 27px;
}
.star-rating .ti-star {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #ff9500;
    float: left;
    margin-right: 4px;
    position: relative;
}
span.ti-star.empty {
    color: #b1b9c1;
}

.Reveal-Reveal-box-listing-content .inner span {
    font-size: 15px;
    font-weight: 300;
    display: inline-block;
}
.Reveal-Reveal-box-listing-content .inner .star-rating {
    margin: 5px 0 0;
    display: block;
}
.bookings .Reveal-Reveal-list-box-listing-img img {
    max-width: 100%;
}
.rating-counter {
    color: #909090;
    padding-left: 5px;
    display: inline-block;
    font-size: 15px;
}
.star-rating .rating-counter {
    top: -3px;
    position: relative;
    font-size: 14px;
}
.buttons-to-right,
.Reveal-gravity-list .button.to-right {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate3d(0, -49%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    opacity: 0;
    transition: 0.4s;
    box-shadow: 0 0 10px 15px #fbfbfb;
}
.Reveal-gravity-list .button {
    padding: 8px 15px;
    line-height: 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
}

.Reveal-gravity-list .button.gray {
    background-color: #e4e8ef;
    color: #636a7b;
}
.Reveal-gravity-list .button.gray:hover,
.Reveal-gravity-list .button.gray:focus {
    background: #da0136;
    color: #ffffff;
}
.Reveal-gravity-list .button i {
    padding-right: 2px;
    position: relative;
    top: 1px;
}
.Reveal-gravity-list li:hover .buttons-to-right,
.Reveal-gravity-list li:hover .button.to-right {
    opacity: 1;
}
.Reveal-gravity-list.with-icons ul li {
    padding-left: 87px;
    font-size: 14px;
}
.Reveal-gravity-list.with-icons ul li strong {
    color: #414b5a;
}
.Reveal-gravity-list ul li i.dash-icon-box {
    height: 38px;
    width: 38px;
    color: #7f8bab;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
    transition: 0.3s;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}
.numerical-rating {
    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: -0.5px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 15px 32px;
}
.Reveal-gravity-list .numerical-rating {
    margin: 0 3px;
}

.numerical-rating:before {
    content: attr(data-rating);
}

a.close-list-item {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    opacity: 0;
    padding: 4px;
    color: #ea2828;
    transition: 0.3s;
}
.Reveal-gravity-list.invoices li {
    padding: 20px 30px;
}
.Reveal-gravity-list ul li:hover a.close-list-item {
    opacity: 1;
}
.Reveal-gravity-list.invoices ul ul {
    line-height: 22px;
    padding-bottom: 2px;
    color: #7c8796;
    padding: 0;
    margin: 0;
}
.Reveal-gravity-list ul ul li {
    padding: 0;
    border: none;
    transition: 0.3s;
    background-color: transparent;
    display: inline-block;
}
.Reveal-gravity-list.invoices ul ul li {
    padding: 0;
}
.Reveal-gravity-list.invoices ul ul li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 11px;
    background-color: #e0e0e0;
    position: relative;
    margin: 0 10px;
}
.Reveal-gravity-list.invoices ul ul li:last-child:after {
    display: none;
}
.numerical-rating.high {
    background-color: #1baf65;
}
.numerical-rating.mid {
    background-color: #ffc10a;
}
.numerical-rating.low {
    background-color: #db2929;
}
.unpaid {
    color: #d4222b;
}
.paid {
    color: #00ba74;
}
.Reveal-gravity-list ul ul {
    background-color: transparent;
}
.Reveal-gravity-list ul ul li {
    padding: 0;
    border: none;
    transition: 0.3s;
    background-color: transparent;
    display: inline-block;
}
.Reveal-inner-booking-list ul li:after {
    content: "";
    display: inline-block;
    position: relative;
    margin: 0 10px;
    height: 12px;
    top: 1px;
    background-color: #ddd;
    width: 1px;
}
.Reveal-inner-booking-list ul li.highlighted:after {
    display: none;
}
.Reveal-inner-booking-list ul li.highlighted {
    padding: 2px 10px;
    line-height: 22px;
    font-weight: 500;
    font-size: 14px;
    background-color: #f4f5f7 !important;
    color: #7e8b9a;
    border-radius: 50px;
    display: inline-block;
    border: none;
}
.Reveal-pending-booking .Reveal-inner-booking-list ul li.highlighted {
    background-color: rgba(49, 167, 255, 0.1) !important;
    color: #31a7ff;
}
.approved-booking .Reveal-inner-booking-list ul li.highlighted {
    background-color: rgba(29, 183, 92, 0.1) !important;
    color: #1db75c;
}
.Reveal-gravity-list ul ul li:nth-last-child(2n + 1) {
    background-color: transparent;
}

a.rate-review {
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    font-size: 13px;
    color: #666;
    font-weight: 500;
    padding: 5px 20px;
    margin-top: 20px;
    display: inline-block;
    transition: 0.3s;
}
.Reveal-gravity-list a.rate-review {
    border: none;
    background-color: #eceef3;
    color: #636a7b;
    padding: 6px 18px;
}
a.rate-review i {
    padding-right: 3px;
}
.Reveal-gravity-list a.rate-review:hover {
    color: #ffffff;
    background: #e21f1f;
}
.comission-taken {
    border-radius: 3px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    background: #333333;
    display: inline-block;
    padding: 6px 10px;
    float: right;
    position: relative;
    top: -3px;
}
table.table tr th {
    font-weight: 500;
}
.Reveal-dashboard-wrapers .card {
    border-radius: 6px;
    overflow: hidden;
    border: none;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
}
.Reveal-dashboard-wrapers .card-header {
    background: #ffffff;
}
img.avatar.rounded {
    margin-right: 5px;
}
table div.label {
    display: inline-block;
}
.table-hover tbody tr:hover {
    background-color: rgb(151 167 181 / 8%);
}
/*----------- Mail Inbox ---------*/
.Reveal-messages-inbox ul {
    margin: 0;
    padding: 0;
}
.Reveal-messages-inbox ul li {
    border-bottom: 1px solid #e6e8ec;
    transition: 0.2s;
    list-style: none;
}
.Reveal-messages-inbox ul li.unread,
.Reveal-messages-inbox ul li:hover {
    background-color: #f4f5f7;
}
.Reveal-messages-inbox ul li a {
    position: relative;
    display: block;
    padding: 30px;
}
.Reveal-messages-inbox .Reveal-message-avatar {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.Reveal-message-avatar img {
    display: inline-block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
}
.Reveal-messages-inbox .Reveal-message-by {
    margin-left: 85px;
    font-size: 15px;
    color: #778394;
}
.Reveal-Reveal-message-by-headline h5 {
    font-weight: 500;
    margin: 0 0 7px;
    padding: 0;
}
.Reveal-messages-inbox ul li.unread .Reveal-Reveal-message-by-headline h5 {
    font-weight: 600;
}
.Reveal-Reveal-message-by-headline h5,
.Reveal-Reveal-message-by-headline span {
    display: inline-block;
}
.Reveal-message-by h5 i {
    background-color: #00ba74;
    border-radius: 50px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    font-style: normal;
    padding: 3px 8px;
    margin-left: 3px;
}
.Reveal-Reveal-message-by-headline span {
    float: right;
    color: #909cad;
    font-size: 14px;
}
.Reveal-messages-inbox .Reveal-message-by p {
    margin: 0;
    padding: 0;
    line-height: 27px;
    font-size: 15px;
}
.Reveal-messages-inbox .unread .Reveal-message-by p {
    color: #40434a;
}
/*---------- Conversion ----------*/
.Reveal-messages-container {
    margin: 0;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    background-color: #fff;
}
.Reveal-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;
}
.Reveal-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: 0.3s;
    padding: 0;
    float: right;
}
.Reveal-messages-container-inner {
    display: flex;
}
.Reveal-messages-container-inner .dash-msg-inbox {
    max-width: 340px;
    border-right: 1px solid #edf1f9;
}
.Reveal-messages-container-inner .dash-msg-inbox {
    overflow: hidden;
}
.Reveal-messages-container-inner .dash-msg-content {
    padding: 30px;
}
.Reveal-messages-container-inner .dash-msg-inbox,
.Reveal-messages-container-inner .dash-msg-content {
    flex: 1;
}
.Reveal-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 {
    background-color: #f9f9f9;
}
.dash-msg-inbox ul li {
    border-bottom: 1px solid #edf1f9;
    transition: 0.2s;
    list-style: none;
}
.dash-msg-inbox ul li:last-child {
    border-bottom: none;
}
.Reveal-Reveal-message-by-headline h5 {
    margin-bottom: 0;
}
.dash-msg-inbox ul li a {
    position: relative;
    display: block;
    padding: 30px;
}
.Reveal-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%);
}
.Reveal-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%;
}
.Reveal-messages-container-inner .dash-msg-avatar img {
    width: 40px;
    height: 40px;
}

.dash-msg-inbox .Reveal-message-by {
    margin-left: 85px;
}
.Reveal-messages-container-inner .dash-msg-inbox .Reveal-message-by {
    margin-left: 60px;
}
.Reveal-messages-container-inner .Reveal-Reveal-message-by-headline h5 i {
    background: #f98f14;
    padding: 3px 8px;
    border-radius: 50px;
    color: #ffffff;
    font-size: 13px;
}
.Reveal-messages-container-inner .Reveal-Reveal-message-by-headline span {
    font-size: 13px;
    position: absolute;
    top: 25px;
    right: 25px;
    float: right;
    color: #888;
}
.Reveal-messages-container-inner .dash-msg-inbox .Reveal-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: rgba(249, 25, 66, 0.05);
}
.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;
}

/*---------------- Dashboard: Booking --------------------*/
.bookings .Reveal-Reveal-list-box-listing-img {
    max-width: 70px;
    max-height: 70px;
    border-radius: 50%;
    overflow: hidden;
}
.bookings .Reveal-Reveal-list-box-listing-img {
    margin-right: 5px;
    flex: 1;
}
.Reveal-Reveal-box-listing-content {
    flex: 1;
    padding-left: 25px;
}
.bookings .Reveal-Reveal-box-listing-content .inner {
    top: 0;
    transform: none;
}
.Reveal-Reveal-box-listing-content .inner h3 {
    font-size: 18px;
    bottom: -2px;
    position: relative;
    margin: 0;
    line-height: 27px;
}
.bookings .Reveal-Reveal-box-listing-content .inner h3 {
    margin-bottom: 20px;
}
.bookings .inner h3 span.booking-status {
    border-radius: 50px;
    line-height: 20px;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    font-style: normal;
    padding: 2px 8px;
    margin-left: 3px;
    position: relative;
    top: -2px;
}
.bookings .inner h3 span.booking-status.unpaid {
    background-color: #31a7ff;
}
.Reveal-pending-booking .bookings .inner h3 span.booking-status {
    background-color: #31a7ff;
}
.approved-booking .bookings .inner h3 span.booking-status {
    background-color: #1db75c;
}
.canceled-booking .bookings .inner h3 span.booking-status {
    background-color: #ee3535;
}
.bookings .inner h3 span.booking-status.unpaid {
    background-color: #e21f1f;
}
.buttons-to-right a.button.approve:hover {
    background-color: #1db75c;
}
.Reveal-inner-booking-list {
    margin-bottom: 5px;
}
.Reveal-inner-booking-list h5 {
    display: inline-block;
    font-weight: 500;
    margin: 0;
    color: #6d7482;
    font-size: 17px;
}

.Reveal-inner-booking-list ul {
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
}
button#Reveal-services {
    background: #ffffff;
    border: none;
    height: 55px;
    font-size: 15px;
    box-shadow: 0 0 6px 1px rgba(62, 28, 131, 0.1);
    width: 100%;
    text-align: left;
    padding: 10px 20px;
    border-radius: 4px;
    color: #879ac3;
    cursor: pointer;
    outline: none !important;
}
.over-wrap {
    overflow: hidden;
    max-width: 300px;
}
.all-extra-lists {
    overflow-y: scroll;
    width: 304px;
    padding-bottom: 1rem;
    max-height: 200px;
}
.switchbtn {
    position: relative;
}
.switchbtn-checkbox {
    display: none;
}

.listsearch-input-item label.switchbtn-label,
.switchbtn-wrap label.switchbtn-label {
    font-size: 13px;
    padding: 11px 30px;
    border-radius: 4px;
    background: #f8f9fb;
    border: 1px solid #f0f4f7;
    font-weight: 400;
    color: #747b8c;
    cursor: pointer;
}

label.switchbtn-label {
    padding: 5px 10px;
    border-radius: 4px;
    padding: 18px 12px;
    background: #f4f5f7;
    color: #5a6480;
    margin: 4px 0;
    width: 100%;
    cursor: pointer;
    position: relative;
    font-weight: 400;
}
input:checked + .switchbtn-label {
    background: #ff7600;
    color: #ffffff;
}
#showing {
    border: 1px solid #eaeaec;
    width: 100%;
    padding: 0.5rem 1rem;
}

.Reveal-service-list label > i {
    position: absolute;
    font-size: 14px;
    font-style: normal;
    background: #e3e6ec;
    padding: 4px 10px;
    border-radius: 3px;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
input:checked + .switchbtn-label > i {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}
.ext-count {
    background-color: #66676b;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    font-family: open sans, sans-serif;
    line-height: 18px;
    text-align: center;
    position: relative;
    top: -2px;
    left: 4px;
    height: 18px;
    width: 18px;
    font-style: normal;
}
/*---------- Dashboard: Bookmark Property -------*/
table.property-table-wrap {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
}
table.property-table-wrap th {
    border: none;
    background-color: #66676b;
    text-align: left;
    padding: 18px 20px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    z-index: 9;
    line-height: 1;
}
table.property-table-wrap th:first-child {
    width: 50%;
    border-radius: 3px 0 0 3px;
}
table.property-table-wrap th:last-child {
    border-radius: 0 3px 3px 0;
}
table.property-table-wrap th i {
    margin-right: 3px;
    font-size: 14px;
}
table.property-table-wrap th {
    background: #2e3d5f;
}
table.property-table-wrap td {
    padding: 35px 20px;
    vertical-align: middle;
    border-bottom: 1px solid #e4e4e4;
}
table.property-table-wrap .property-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
table.property-table-wrap td:first-child {
    padding-left: 0px;
    line-height: 25px;
}
table.property-table-wrap .property-container img {
    width: 150px;
    border-radius: 3px;
    flex: 1.1;
    margin-right: 26px;
}
table.property-table-wrap .property-container .title {
    flex: 2;
}
table.property-table-wrap .property-container .title h4 {
    margin-bottom: 0;
    margin-top: 2px;
    display: block;
    font-size: 16px;
}
table.property-table-wrap td.action a {
    display: block;
    color: #677994;
    line-height: 20px;
    padding: 3px 0;
    position: relative;
    margin-left: 21px;
}
table.property-table-wrap td.action a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #f1f3f7;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
}
.bkmark a.delete {
    float: right;
}
table.property-table-wrap .property-container .title span {
    display: block;
}
table.property-table-wrap .property-container .title .table-property-price {
    display: inline-block;
    background: #f1f3f7;
    color: #677994;
    border-radius: 2px;
    font-size: 13px;
    margin-top: 9px;
    padding: 2px 10px;
}

/*-------------------------------------------------
  Footer Start   
--------------------------------------------------*/
/*---------- Small footer -------------------*/
footer {
    z-index: 99;
    position: relative;
}
footer.dark-footer {
    background: #191f2b;
}
footer.light-footer {
    background: #ffffff;
}
.footer-logo {
    padding: 20px 0;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #eaeef3;
    border-bottom: 1px solid #eaeef3;
}
footer.footer-small {
    padding: 50px 0 0 0;
}
.ft-itext {
    font-weight: 500;
    font-size: 16px;
    text-align: center !important;
    margin: 10px;
}
.ft-itext i {
    margin-right: 5px;
}
ul.social {
    margin: 0;
    padding: 0;
}
ul.social li {
    display: inline-block;
    list-style: none;
    margin: 5px;
}
ul.social li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #ffffff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0px 12px 0 rgba(71, 119, 244, 0.2);
    box-shadow: 0 0px 12px 0 rgba(71, 119, 244, 0.2);
    line-height: 40px;
    text-align: center;
}

.ft-copyright {
    border-top: 1px solid #eaeef3;
    padding: 15px 0 12px 0;
}
.ft-copyright p {
    margin-bottom: 0;
}
.footer-logo img {
    max-width: 185px;
}
.footer-widget {
    padding: 50px 0;
}
h4.widget-title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
}
.footer-widget ul {
    padding: 0;
    margin: 0;
}
.footer-widget ul li {
    list-style: none;
    margin-top: 18px;
    display: block;
}
.footer-widget ul li a {
    color: #626a70;
    font-size: 14px;
}

footer.skin-dark-footer h4 {
    color: #ffffff;
    text-transform: uppercase;
}
footer.skin-dark-footer .footer-widget ul li a,
footer.skin-dark-footer,
footer.skin-dark-footer a {
    color: rgba(245, 255, 255, 0.6);
    font-size: 14px;
    transition: all ease 0.4s;
}
footer.skin-dark-footer .footer-widget ul li a:hover,
footer.skin-dark-footer .footer-widget ul li a:focus {
    color: #ffffff;
}
.img-fluid.f-logo {
    max-width: 160px;
    margin-bottom: 1rem;
}
.widget_media_image {
    margin-top: 3rem;
}
.footer-bottom {
    padding: 30px 0;
    border-top: 1px solid #e9edf3;
}
.skin-dark-footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}
ul.footer-bottom-social {
    margin: 0;
    padding: 0;
}
ul.footer-bottom-social li {
    display: inline-block;
    list-style: none;
    margin-right: 17px;
    margin-top: 0;
}
ul.footer-bottom-social li a {
    color: #546e7a;
}
ul.footer-bottom-social li a:hover,
ul.footer-bottom-social li a:focus {
    color: #007bff;
}
ul.footer-bottom-social li i {
    margin-right: 5px;
}
footer.skin-dark-footer ul.footer-bottom-social li a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 17px;
}
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;
}
.fw {
    margin-bottom: 18px;
    display: inline-block;
    position: relative;
    padding-left: 28px;
    width: 100%;
}
.fw:last-child {
    margin: 0;
}
.fw:before {
    font-family: "themify";
    vertical-align: initial;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
.fw.fw-location:before {
    content: "\e693";
}
.fw.fw-mail:before {
    content: "\e75a";
}
.fw.fw-call:before {
    content: "\e621";
}
.fw.fw-skype:before {
    content: "\e72d";
}
.fw.fw-web:before {
    content: "\e665";
}

.other-store-link {
    width: auto;
    margin-bottom: 20px;
    display: inline-block;
}
.other-store-link:last-child {
    margin-bottom: 0;
}
.other-store-app {
    width: 200px;
    height: 66px;
    border: 2px solid #9ea6ba;
    border-radius: 4px;
    padding: 0 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #9ea6ba;
}

.os-app-icon {
    margin-right: 13px;
}
.os-app-icon i {
    font-size: 32px;
}
.os-app-caps {
    font-size: 18px;
    font-weight: 600;
}

.f-newsletter {
    max-width: 510px;
    margin-top: 15px;
    display: block;
    position: relative;
}

.f-newsletter .form-control {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #7f8ca2;
    background-color: transparent;
    border: 2px solid #a5aebf;
    padding: 18px 20px 18px;
    border-radius: 3px;
    height: 60px;
}
.skin-dark-footer .f-newsletter .form-control {
    border: 2px solid #9ea6ba;
}
.f-newsletter .btn {
    bottom: 4px;
    position: absolute;
    right: 4px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 18px 12px 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
    border-width: 0;
    color: #9ea6ba;
    cursor: pointer;
    border-radius: 2px;
    height: 52px;
    background: transparent;
}
.skin-dark-footer .form-control::-webkit-input-placeholder {
    color: #9ea6ba;
}
.skin-dark-footer .form-control:-ms-input-placeholder {
    color: #9ea6ba;
}
.skin-dark-footer .form-control::placeholder {
    color: #9ea6ba;
}

.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
    color: #879ac3;
}
.form-control:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
    color: #879ac3;
}
.form-control::placeholder,
textarea.form-control::placeholder {
    color: #879ac3;
}
.btn.btn-counter-light {
    background: #ffffff;
    border-radius: 5px;
    padding: 17px 40px;
    font-size: 16px;
    font-weight: 500;
    color: #333c56;
    transition: all ease 0.4s;
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
}
.btn.btn-counter-light:hover,
.btn.btn-counter-light:focus {
    background: #e4074e;
    color: #ffffff;
}
/*--------------------------------------------------
	Responsiveness Start
---------------------------------------------------*/
@media all and (min-height: 600px) and (min-width: 767px) {
    .height-10 {
        height: 10vh;
    }
    .height-20 {
        height: 20vh;
    }
    .height-30 {
        height: 30vh;
    }
    .height-40 {
        height: 40vh;
    }
    .height-50 {
        height: 50vh;
    }
    .height-60 {
        height: 60vh;
    }
    .height-70 {
        height: 70vh;
    }
    .height-80 {
        height: 80vh;
    }
    .height-90 {
        height: 90vh;
    }
    .height-100 {
        height: 100vh;
    }
}
@media all and (min-width: 993px) and (max-width: 1024px) {
    .nav-menu.nav-menu-social > li.add-listing {
        display: none;
    }
}
@media (max-height: 600px) {
    .pos-vertical-center {
        top: 0;
        transform: none;
        -webkit-transform: none;
    }
}

@media (min-width: 768px) {
    form.search-big-form.search-shadow .form-group,
    form.search-form.search-shadow .form-group {
        margin-bottom: 0;
    }
    .no-ul-list.third-row li {
        max-width: 33.333333%;
        flex: 0 0 33.333333%;
    }
    .br-left-p {
        border-right: 1px solid #e0e7ec;
    }
    .advance-search.advn-fixed {
        position: fixed;
        top: 80px;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 999;
        -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;
    }
    .newsletter-box .btn {
        padding: 18px 35px;
        position: absolute;
        top: 5px;
        right: 12px;
    }
    .newsletter-box {
        padding: 0;
        box-shadow: 0px 0px 0px 9px rgba(255, 255, 255, 0.8);
        border-radius: 50px;
    }
}

@media (min-width: 992px) {
    .hero-search h1 {
        font-size: 50px;
    }
    .mpdv-title {
        font-size: 40px;
    }
    .about-captione h2 {
        font-size: 50px;
    }
    .sec-heading h2 {
        font-size: 52px;
    }
    h1,
    .h1 {
        font-size: 4.142em;
        line-height: 1.31818182em;
    }
    .breadcrumbs {
        margin-top: 92px;
    }
    .ct-header h1.big {
        font-size: 70px;
        line-height: 1;
    }
    .ct-u-display-tablex {
        min-height: 500px;
        height: 100vh;
    }
    .hover-dropdown .navbar-nav > .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0px;
    }
    .navbar-nav > .dropdown .dropdown-menu {
        min-width: 210px;
        margin-top: 0px;
    }
    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .hero-header.min-banner {
        height: 80vh;
        min-height: 400px;
    }

    .hover-dropdown .navbar-nav > .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0px;
    }

    .navbar-nav > .dropdown .dropdown-menu {
        min-width: 210px;
        margin-top: 0px;
        border-radius: 0 0 0.25rem 0.25rem;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .hero-banner h2,
    .main-banner h1 {
        font-size: 60px;
        line-height: 1.1;
    }

    .hero-content h1 {
        font-size: 60px;
    }
    .content h1 {
        font-size: 70px;
    }
    .hero-content p {
        font-size: 22px;
    }

    .jumbo-banner.software .hero-content {
        margin-top: 0em;
    }
    .jumbo-banner.software .hero-content h1 {
        font-size: 60px;
    }
    .sec-heading h3 {
        font-size: 44px;
        line-height: 1;
    }
    .sec-heading p {
        font-size: 17px;
    }
    .page-title-wrap h1 {
        font-size: 55px;
        line-height: 1.4;
    }

    .modal-dialog {
        max-width: 600px;
        margin: 30px auto;
    }
    .cta-sec h1,
    .cta-sec h2 {
        font-size: 38px;
        margin-bottom: 12px;
    }
}
@media (min-width: 993px) {
    .nav-left-side .core-nav .nav-header {
        position: relative;
        float: left;
    }
    .nav-brand img.sw-m {
        display: none;
    }
    nav .brand {
        width: 130px;
    }
    i.hide-desk {
        display: none;
    }
    .header.dark-header ul.attributes {
        float: right;
    }
}

@media (min-width: 1200px) {
    .hero-content h1 {
        font-size: 80px;
    }
    .core-nav .megamenu.open > .megamenu-content {
        width: 700px !important;
    }
}
@media (max-width: 1199px) {
    .job-new-list .btn.btn-outline-info.float-right {
        float: none !important;
        margin: 0;
        display: table;
    }
    .verticle-job-detail .jb-title {
        font-size: 18px;
    }
    .verticle-job-thumb {
        max-width: 60px;
        width: 60px;
    }
    .verticle-job-detail {
        margin-left: 65px;
    }
    ul li.submit-attri {
        display: none;
    }

    .dw-proprty-info li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 1023px) {
    .half-map .fs-inner-container {
        width: 100%;
    }

    .fs-left-map-box .hm-map-container.fw-map {
        width: 100%;
        height: 585px;
        position: relative;
        -webkit-transform: translate3d(0, 0, 0);
        overflow: hidden;
    }
    .half-map .fs-left-map-box {
        float: none;
    }
    .fr-grid-info ul li {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .header.nav-left-side .core-nav .wrap-core-nav-list .core-nav-list {
        float: none;
    }
    .navigation-portrait .nav-brand.static-logo {
        display: none;
    }
    .nav-brand img.hd-992 {
        display: none;
    }
    .navigation-portrait .nav-menu.nav-menu-social > li {
        display: block;
        margin: 10px;
    }
    .nav-menu.nav-menu-social > li.add-listing {
        top: 0;
    }
    span.hide-mb {
        display: none;
    }
    .header-dark-transparent nav .menu li a {
        color: #606c8e;
    }
    .header.dark-header nav .menu li a {
        color: #606c8e;
    }
    .header-dark-transparent button.toggle-bar.core-nav-toggle,
    .header.dark-header button.toggle-bar.core-nav-toggle {
        color: #ffffff;
    }
    .header-dark-transparent.header-fixed button.toggle-bar.core-nav-toggle,
    .header.dark-header.header-fixed button.toggle-bar.core-nav-toggle {
        color: #4d526f;
    }
    .core-nav .dropdown > .dropdown-menu.lg-wt {
        width: 100% !important;
    }
}
@media (max-width: 991px) {
    .nav-menu > li .nav-dropdown {
        border: none;
        padding: 0px;
        background: transparent;
        box-shadow: none;
        -webkit-box-shadow: none;
        border-radius: 0rem;
    }
    .loving-modern-login {
        padding: 40px 35px;
    }
    .tr-list-info {
        margin-top: 1rem;
    }
    .modal {
        z-index: 99999;
    }
    .filter-box,
    .simple-sidebar-header {
        padding-right: 2rem;
    }
    .Reveal-exlip-sidebar {
        margin-bottom: 1rem;
    }
    .nav-menu > li .nav-dropdown {
        border: none;
        padding: 0px;
        background: transparent;
        box-shadow: none;
        -webkit-box-shadow: none;
        border-radius: 0rem;
    }
    .nav-menu.nav-menu-social > li.add-listing a {
        top: 0px;
        padding: 16px 20px;
        color: #ffffff !important;
    }
    .navigation-portrait .nav-dropdown > li > ul > li > a {
        padding: 12px 20px 12px 30px;
    }
    .nav-menu > li > .nav-dropdown:before {
        display: none;
    }
    .main-banner.image-banner,
    .hero-header,
    .hero-banner {
        min-height: 580px;
    }
    .hero-search h1 {
        font-size: 28px;
    }
    .hero-banner h1 {
        font-size: 30px;
    }
    .show-mb {
        display: initial !important;
    }
    nav .full-container,
    nav .nav-container {
        padding-left: 0;
        padding-right: 0;
    }

    nav .nav-header {
        min-height: 60px;
    }

    nav .nav-header .brand {
        margin: 0 auto 10px;
        float: none;
    }
    nav .brand {
        top: 7px;
    }
    li.login-attri a {
        height: 42px;
        line-height: 42px;
        top: -4px;
        position: relative;
    }
    nav .nav-header .toggle-bar {
        font-size: 18px;
        position: absolute;
        top: 22px;
        left: 15px;
    }

    nav .menu li a {
        padding: 10px 10px;
        border-bottom: solid 1px #efefef;
    }

    nav .menu li:last-child a {
        border-bottom: none;
    }

    h1.italian-header-capt {
        font-size: 25px;
    }
    .Reveal-pricing-body ul li {
        padding: 9px 0;
        font-size: 15px;
    }
    .agency-list {
        display: block;
    }

    .avl-features li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .slide-property-detail {
        position: relative;
        display: block;
    }
    .slide-property-first {
        flex: initial;
        margin-bottom: 1.5rem;
    }
    .single-advance-property .container-fluid.p-0 {
        padding: 0 15px !important;
    }
    .Reveal-verticle-list.listing-shot .Reveal-signle-item {
        height: auto;
        display: block;
    }
    .Reveal-verticle-list.listing-shot .listing-item {
        flex: auto;
        overflow: hidden;
        min-height: 210px;
        height: 180px;
    }
    .listing-shot-img {
        min-height: 230px;
        height: 100%;
        overflow: hidden;
    }
    .Reveal-verticle-list.listing-shot .Reveal-verticle-listing-caption {
        flex: auto;
        padding: 2em;
        position: relative;
    }
    .Reveal-verticle-listing-caption .Reveal-listing-shot-caption {
        position: relative;
        top: 0;
        transform: inherit;
        left: 0;
        margin-right: 0;
    }
    a.list-cat,
    a.list-cat:hover,
    a.list-cat:focus {
        top: 20px;
        right: 20px;
        bottom: unset;
        left: unset;
    }
    .nav-dropdown > li > a {
        border-bottom: 1px solid #41424c;
        color: #9a9ba5;
    }
    .nav-brand,
    .nav-brand:focus,
    .nav-brand:hover,
    .nav-menu > li > a {
        color: #9a9ba5;
    }
    .nav-dropdown > li > a {
        border-bottom: 1px solid #41424c;
        color: #9a9ba5;
    }
    .navigation-portrait .nav-menu > li {
        border-top: solid 1px #41424c;
    }

    .navigation-portrait .nav-menu > li:last-child {
        border-bottom: solid 1px #41424c;
    }
    .submenu-indicator-chevron {
        border-color: transparent #70798b #70798b transparent;
    }
}

@media (max-width: 767px) {
    .modal-body {
        padding: 2.5em 1em;
    }
    .call-wrapios-box-icon {
        display: none;
    }
    .full-search-2.Reveal-search-radius.box-style {
        box-shadow: none;
        padding: 0;
        background: transparent;
    }
    .full-search-2.Reveal-search .form-group {
        margin-bottom: 12px;
    }
    .dropdown-submenu > .dropdown-menu.show {
        display: block;
    }
    .seo-contact .p-0 {
        padding: 0 15px !important;
    }
    .seo-contact button.btn {
        width: 100%;
    }
    .nav-tabs .nav-item a {
        padding: 0.5em 1em;
    }

    .boxed.boxed--lg {
        padding: 2.77em 1em;
    }
    .icon--lg {
        font-size: 3.57142857em;
    }
    .error-page h2 {
        font-size: 100px;
    }
    .pos-vertical-center {
        top: 0;
        transform: none;
        -webkit-transform: none;
    }
    .listing-detail-item {
        display: inline-block;
        margin-left: 4px;
    }
    .tr-list-thumb {
        max-width: 75px;
        height: 75px;
        margin-right: 10px;
    }
    .tr-list-wrap {
        position: relative;
        bottom: 50px;
        display: block;
    }
    a.btn.btn-list {
        padding: 12px 10px;
        font-size: 12px;
        margin-bottom: 5px;
    }
    .advance-search .form-group {
        margin: 0.6rem 0;
        border: 1px solid #e0ecf5;
    }
    .advance-search .search-big-form {
        padding: 10px !important;
    }
    .job-new-list .vc-thumb,
    .job-new-list .vc-content {
        float: none;
        margin: 0.5rem 0;
        display: table;
    }
    .mpl-0 {
        padding-left: 0 !important;
    }
    .verticle-candidate-list .vc-content {
        margin-top: 1rem;
    }

    .top-header .cn-info {
        display: none;
    }

    .full-search-2.Reveal-search-radius {
        border-radius: 10px;
    }
    .full-search-2.Reveal-search-radius .form-control {
        border: none !important;
    }

    .Reveal-dashboard-navbar {
        margin-bottom: 2rem;
    }
    table.property-table-wrap .property-container img {
        display: none;
    }
    table.property-table-wrap td {
        padding: 35px 2px;
    }
    table.property-table-wrap .property-container .title h4 {
        font-size: 14px;
    }
    table.property-table-wrap td.action a {
        margin-left: 10px;
    }
    th.expire-date {
        display: none;
    }
    .page-sidebar {
        margin-top: 2rem;
    }
    li.login-attri.theme-log a {
        padding: 0 8px !important;
    }
    nav .brand {
        display: block;
        position: relative;
        width: 160px;
        top: 14px;
    }
    /*-----------Rating-----------*/
    .Reveal-overview-rating {
        display: block;
    }

    .review-comments-avatar {
        width: 50px;
        height: 50px;
        left: 0px;
    }

    .reviews-comments-item {
        padding: 0 0 10px 40px;
    }
    .reviews-comments-item-text h4 {
        display: block;
    }
    .reviews-comments-item-date {
        float: none;
        display: block;
    }
    .reviews-reaction a {
        margin-right: 12px;
    }

    /*-----------dashboard-----------*/
    .Reveal-list-box-listing {
        display: block;
    }
    .Reveal-Reveal-box-listing-content {
        padding: 0;
    }
    .buttons-to-right,
    .Reveal-gravity-list .button.to-right {
        opacity: 1;
        position: relative;
        margin: 10px 0 0;
        right: auto;
        transform: none;
    }
    .Reveal-list-box-listing {
        display: block;
    }
    .Reveal-Reveal-list-box-listing-img {
        max-width: 100%;
    }
    .Reveal-Reveal-box-listing-content {
        padding-left: 0;
    }
}

@media (max-width: 600px) {
    .hero-header {
        min-height: 400px;
    }
    .Reveal-category-box,
    .light .Reveal-category-box {
        height: 180px;
        padding: 0px 12px;
    }
    .Reveal-category-box .Reveal-cats-box {
        padding: 10px;
    }
    .count-facts h2 {
        margin-bottom: 5px;
    }
    .count-facts {
        padding: 1rem 0;
    }
    .clt-caption h3 {
        font-size: 27px;
        line-height: 1.3;
    }
    .signup-frm .btn {
        bottom: 4px;
        position: relative;
        right: 0;
        border-width: 0;
        height: 52px;
        margin-top: 12px;
        width: 100%;
    }
    ul.our-team-profile li a {
        width: 34px;
        height: 34px;
        line-height: 33px;
    }
    .rt-content-box ul.our-team-profile li {
        padding: 0;
        margin-right: 6px;
    }
    .lt-img-box {
        display: table;
        width: 105px;
        float: none;
        margin: 0 auto;
    }
    .rt-content-box {
        display: table;
        margin-left: 0;
        margin: 0 auto;
        text-align: center;
    }
    .jumbo-banner .btn-trans-video,
    .hero-banner .btn-trans-video {
        display: block;
        margin-top: 10px;
        margin-left: 0 !important;
    }
    .error-page h2 {
        font-size: 50px;
    }
    .freelancer-thumb {
        float: none;
        margin-bottom: 1rem;
    }
    .freelancer-caption {
        display: block;
        margin-left: 0;
    }

    li.login-attri a {
        padding: 0 10px !important;
    }
    nav .brand {
        top: 12px;
    }
    .core-content .brand img {
        max-width: 110px;
    }
    .hero-search-wrap {
        padding: 45px 20px 30px;
    }
    .header.nav-left-side ul.attributes li a {
        padding: 22px 8px;
        font-size: 12px;
    }
    ul li.login-attri {
        padding: 13px 0 6px 15px;
    }
    ul.attributes li.log-seprate:before {
        top: 23px;
        right: -3px;
    }

    .avl-features li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*====================================
 Bottom To top Scroll
=====================================*/
#back2Top {
    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;
}
#back2Top:hover {
    background-color: #ffffff;
    color: #333c56;
}
.style-switcher {
    position: fixed;
    top: 35%;
    transition: 0.4s ease-in-out;
    background-color: #fff;
    left: -220px;
    width: 220px;
    padding: 0;
    z-index: 1010;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.style-switcher .css-trigger {
    position: absolute;
    top: 37%;
    transform: translateY(-50%);
    right: -50px;
    width: 50px;
    background-color: #2d4767;
    color: #fff;
    border-radius: 0px 3px 3px 0px;
    text-align: center;
    line-height: 55px;
    height: 50px;
    font-size: 24px;
    cursor: pointer;
}
.style-switcher .css-trigger a {
    color: #ffffff;
}
.style-switcher.active {
    left: 0;
}
ul#themecolors {
    margin: 0;
    padding: 15px 0;
    text-align: center;
    background: #334e6f;
}
ul#themecolors li {
    list-style: none;
    padding: 5px;
    display: inline-block;
}
ul#themecolors li a {
    width: 35px;
    height: 35px;
    background: #f4f5f7;
    display: inline-block;
    border-radius: 50%;
    font-size: 0;
    border: 3px solid rgba(255, 255, 255, 1);
}
a.default-theme {
    background: #fb7618 !important;
}
a.blue-theme {
    background: #3a5bbc !important;
}
a.green-theme {
    background: #28b446 !important;
}
a.red-theme {
    background: #d32e2a !important;
}
a.purple-theme {
    background: #9886ec !important;
}
a.yellow-theme {
    background: #fbbb00 !important;
}
a.oceangreen-theme {
    background: #00a877 !important;
}
a.goodred-theme {
    background: #f40c43 !important;
}
a.goodgreen-theme {
    background: #19b521 !important;
}
a.blue2-theme {
    background: #0176ff !important;
}

/*----------- New --------------*/
.modal-open {
    overflow: hidden !important;
}
.header.nav-left-side ul.attributes li.lg-ic a {
    font-size: 23px;
}
.module-label {
    width: 19px;
    height: 19px;
    line-height: 19px;
    border-radius: 50%;
    color: white;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    position: absolute;
    top: 38px;
    left: 23px;
}

/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity 0.5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: 0.5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
    border: none;
}

.btn.btn-primary:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}

.btn.btn-light {
    color: var(--bs-primary);
    border: none;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}

.btn.btn-dark {
    color: var(--bs-white);
    border: none;
}

.btn.btn-dark:hover {
    color: var(--bs-primary);
    background: var(--bs-light);
}

/*** Topbar Start ***/
.topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--bs-primary);
}

.topbar .dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 10px;
    border: 0;
    transition: 0.5s;
    opacity: 1;
}
/*** Topbar End ***/

/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-light);
    transition: 1s;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: 0.5s;
}

.nav-bar .navbar-light .navbar-brand img {
    max-height: 50px;
}

.navbar {
    position: sticky;
    top: 0;
    z-index: 1001;
    background: #007bff;
}

.navbar .navbar-nav .nav-item .nav-link {
    /* padding: 0; */
    padding-right: 20px !important;
    padding-left: 20px !important;
}
.navbar .navbar-nav .nav-item .nav-link.active {
    color: #efefef !important;
}
.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    padding: 0px !important;
    margin: 0 !important;
}

#navbarNav.navbar-collapse .navbar-nav .nav-item {
    margin: 0 3px !important;
}

.navbar .navbar-nav .nav-item:last-child {
    margin-left: auto !important;
}

.navbar-nav .nav-item:hover,
.navbar-nav .nav-item.active,
.navbar-nav .nav-item:hover .nav-link,
.navbar-nav .nav-item.active .nav-link {
    color: #09b2e4 !important;
}

.form-control {
    border-radius: 3px;
}
.text-bg-primary {
    background: #015fc9 !important;
}

@media (max-width: 991px) {
    .navbar {
        padding: 0;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0;
    }

    .navbar .navbar-nav .nav-item {
        display: flex;
        padding: 20px;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        justify-content: start;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        margin-top: 20px;
        padding-bottom: 20px;
        background: var(--bs-light);
        border-radius: 10px;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: none;
        color: var(--bs-primary);
    }
    #navbarNav.navbar-collapse .navbar-nav .nav-item {
        margin: 0 !important;
        padding: 7px 0 !important;
    }

    #navbarNav.navbar-collapse .navbar-nav .nav-item.dropdown {
        padding-left: 10px !important;
        padding-right: 10px !important;
        background: #b8d9ff !important;
    }

    #navbarNav.collapse.show {
        top: 50px;
        width: 98%;
        left: 1%;
        border: 1px solid #ccc;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
        margin-bottom: 15px;
    }
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 0px;
    margin-top: -24px;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (min-width: 992px) {
    .navbar {
        padding: 20px 0;
    }

    .navbar .nav-btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        /* background: var(--bs-light); */
        border-radius: 10px;
        margin: 0 !important;
        padding: 0 !important;
    }
    .navbar .navbar-nav li.nav-link {
        padding: 0 15px !important;
    }
    .navbar .navbar-nav .nav-btn {
        width: 100%;
        display: flex;
        margin-left: auto;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: 0.5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        margin-top: 20px;
        background: var(--bs-light);
        transition: 0.5s;
        opacity: 1;
    }
}

/*** Navbar End ***/

/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item {
    height: 500px;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: var(--bs-light);
    color: var(--bs-primary);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 30px;
}
.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    right: 50%;
    transform: translateX(-50%);
    margin-right: 30px;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 100px 0 var(--bs-secondary);
    color: var(--bs-white);
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
}
.contentWrapperOuter {
    padding-top: 20px;
}
@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }

    .header-carousel .header-carousel-item {
        height: 1300px;
    }

    #navbarNav .navbar-nav {
        margin: 0;
        border-radius: 0;
        padding: 0;
    }

    #navbarNav .navbar-nav .nav-item {
        border-bottom: 1px solid #ccc;
        padding: 10px;
    }

    #navbarNav .navbar-nav .nav-item:last-child {
        border-bottom: none;
    }
    #navbarNav .navbar-nav .nav-item a {
        background: none !important;
        color: #000;
        line-height: 1em;
        margin: 0;
        height: auto;
        padding: 15px 10px !important;
        width: 100%;
        text-align: center;
    }

    .navbar .dropdown-toggle::after {
        display: none;
    }

    #navbarNav .navbar-nav .nav-item ul {
        display: block !important;
        width: calc(100% - 0px);
        border-radius: 0;
        border: none;
        margin: 5px 0 0;
        padding: 0;
        background: #69afff !important ;
    }
    #navbarNav .navbar-nav .nav-item ul.dropdown-menu li.dropdown-submenu {
        padding: 0 10px;
    }

    #navbarNav
        .navbar-nav
        .nav-item
        ul.dropdown-menu
        li.dropdown-submenu
        ul.dropdown-menu {
        margin-bottom: 10px;
    }

    #navbarNav
        .navbar-nav
        .nav-item
        ul.dropdown-menu
        li.dropdown-submenu
        ul.dropdown-menu
        li {
        border-bottom: 1px solid #ccc;
        background: #e6e6e6;
    }

    #navbarNav .navbar-nav .nav-item ul li {
        border-bottom: 1px solid #ccc;
    }

    .navbar .navbar-nav .nav-item.user-logout {
        display: flex !important;
        flex-direction: row !important;
        justify-content: start !important;
        align-items: start !important;
    }
}

@media (max-width: 767px) {
    .header-carousel .header-carousel-item {
        height: 950px;
    }

    .header-carousel .owl-nav .owl-prev {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: -45px;
    }

    .header-carousel .owl-nav .owl-next {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 45px;
    }
}
/*** Carousel Hero Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(1, 95, 201, 0.9), rgba(0, 0, 0, 0.2)),
        url(../img/bg-breadcrumb.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/

/*** Feature Start ***/
.feature .feature-item {
    border-radius: 10px;
    background: var(--bs-white);
    transition: 0.5s;
}

.feature .feature-item:hover {
    background: var(--bs-primary);
}

.feature .feature-item .feature-icon {
    position: relative;
    width: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}

.feature .feature-item:hover .feature-icon i {
    z-index: 9;
}

.feature .feature-item .feature-icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-dark);
    transition: 0.5s;
    z-index: 1;
}

.feature .feature-item:hover .feature-icon::after {
    height: 100%;
}

.feature .feature-item .feature-icon {
    color: var(--bs-primary);
}

.feature .feature-item .feature-icon,
.feature .feature-item h4,
.feature .feature-item p {
    transition: 0.5s;
}

.feature .feature-item:hover .feature-icon {
    color: var(--bs-white);
}
.feature .feature-item:hover h4,
.feature .feature-item:hover p {
    color: var(--bs-white);
}

.feature .feature-item:hover a.btn {
    background: var(--bs-white);
    color: var(--bs-primary);
}

.feature .feature-item:hover a.btn:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}
/*** Feature End ***/

/*** Service Start ***/
.service .service-item {
    border-radius: 10px;
}
.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-img img {
    transform: scale(1.1);
}

.service .service-item .service-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(1, 95, 201, 0.2);
    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-img::after {
    height: 100%;
}

.service .service-item .service-img .service-icon {
    position: absolute;
    width: 70px;
    bottom: 0;
    right: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: var(--bs-light);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 9;
}

.service .service-item .service-img .service-icon i {
    color: var(--bs-primary);
    transition: 0.5s;
}

.service .service-item:hover .service-img .service-icon i {
    transform: rotateX(360deg);
    color: var(--bs-white);
}

.service .service-item:hover .service-img .service-icon {
    bottom: 0;
    color: var(--bs-white);
    background: var(--bs-primary);
}

.service .service-content {
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}

.service .service-item .service-content .service-content-inner {
    position: relative;
    z-index: 9;
}

.service .service-item .service-content .service-content-inner .h4,
.service .service-item .service-content .service-content-inner p {
    transition: 0.5s;
}

.service .service-item:hover .service-content .service-content-inner .h4,
.service .service-item:hover .service-content .service-content-inner p {
    color: var(--bs-white);
}

.service
    .service-item:hover
    .service-content
    .service-content-inner
    .btn.btn-primary {
    color: var(--bs-primary);
    background: var(--bs-white);
}

.service
    .service-item:hover
    .service-content
    .service-content-inner
    .btn.btn-primary:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}

.service .service-item:hover .service-content .service-content-inner .h4:hover {
    color: var(--bs-dark);
}

.service .service-item .service-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-primary);
    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-content::after {
    height: 100%;
}
/*** Service End ***/

/*** FAQs Start ***/
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--bs-white);
    background: rgba(1, 95, 201, 0.8);
    font-size: 18px;
}

.faq-section
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button.collapsed {
    color: var(--bs-primary);
    background: var(--bs-light);
}
/*** FAQs End ***/

/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
}

.blog .blog-item:hover .blog-content {
    background: var(--bs-white);
}

.blog .blog-item .blog-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(1, 95, 201, 0.2);
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item:hover .blog-img::after {
    height: 100%;
}

.blog .blog-item .blog-img .blog-categiry {
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 10px;
    display: inline-flex;
    color: var(--bs-white);
    background: var(--bs-primary);
    z-index: 9;
}

.blog .blog-item .blog-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}

.blog .blog-item .blog-content a.btn {
    color: var(--bs-dark);
}

.blog .blog-item:hover .blog-content a.btn:hover {
    color: var(--bs-primary);
}
/*** Blog End ***/

/*** Team Start ***/
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.team .team-item .team-img img {
    transition: 0.5s;
}

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.team .team-item:hover .team-img::after {
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin-bottom: -100%;
    transition: 0.5s;
    z-index: 9;
}

.team .team-item:hover .team-img .team-icon {
    margin-bottom: 0;
}

.team .team-item .team-title {
    color: var(--bs-white);
    background: var(--bs-primary);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.5s;
}

.team .team-item .team-title h4 {
    color: var(--bs-white);
}

.team .team-item:hover .team-title {
    background: var(--bs-dark);
}
/*** Team End ***/

/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-top: 58px;
    margin-right: -1px;
}

.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}
/*** Testimonial End ***/

/*** Contact Start ***/
.contact .contact-img {
    position: relative;
}

.contact .contact-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
    animation-name: image-efects;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 0.5s;
}

@keyframes image-efects {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }

    25% {
        border-radius: 35% 65% 27% 73% / 71% 25% 75% 29%;
    }

    50% {
        border-radius: 41% 59% 45% 55% / 32% 21% 79% 68%;
    }

    75% {
        border-radius: 69% 31% 39% 61% / 70% 83% 17% 30%;
    }

    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

.contact .contact-img .contact-img-inner {
    position: relative;
    z-index: 9;
}
/*** Contact End ***/

/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

.footer .footer-item {
    display: flex;
    flex-direction: column;
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary);
}

.footer .footer-item .footer-instagram {
    position: relative;
    overflow: hidden;
}

.footer .footer-item .footer-instagram img {
    transition: 0.5s;
}

.footer .footer-item .footer-instagram:hover img {
    transform: scale(1.2);
}

.footer .footer-item .footer-instagram .footer-search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0;
}

.footer .footer-item .footer-instagram:hover .footer-search-icon {
    opacity: 1;
    background: rgba(0, 0, 0, 0.6);
}

.footer .footer-item .footer-btn a {
    background: var(--bs-light);
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-primary);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-white);
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    background: var(--bs-dark);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
/*** copyright end ***/

.top-left-logo {
    margin-right: 30px;
}

.team-boxed {
    color: #313437;
    background-color: #eef4f7;
}

.team-boxed p {
    color: #7d8285;
}

.team-boxed h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}

@media (max-width: 767px) {
    .team-boxed h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.team-boxed .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
}

.team-boxed .intro p {
    margin-bottom: 0;
}

.team-boxed .people {
    padding: 50px 0;
}

.team-boxed .item {
    text-align: center;
}

.team-boxed .item .box {
    text-align: center;
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
}

.team-boxed .item .name {
    font-weight: bold;
    margin-top: 28px;
    margin-bottom: 8px;
    color: inherit;
}

.team-boxed .item .title {
    text-transform: uppercase;
    font-weight: bold;
    color: #d0d0d0;
    letter-spacing: 2px;
    font-size: 13px;
}

.team-boxed .item .description {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.team-boxed .item img {
    max-width: 160px;
}

.team-boxed .social {
    font-size: 18px;
    color: #000;
}

.team-boxed .social a {
    color: inherit;
    margin: 0 10px;
    display: inline-block;
    opacity: 1;
}

.team-boxed .social a:hover {
    opacity: 0.7;
}

.packageList li {
    position: relative;
    padding-left: 0px;
    font-size: 14px;
    border-style: dashed;
    border-color: #999;
    margin-left: 15px;
}

.packageList li svg.bi {
    position: absolute;
    left: -23px;
    top: 8px;
    width: 20px;
    height: 20px;
}

.card.highLightCard {
    transform: scaleY(1.06);
}

.pricing-container {
    display: flex;
    overflow-x: scroll; /* Enable horizontal scrolling */

    scroll-behavior: smooth; /* Enable smooth scrolling */
    gap: 20px;
    /* padding: 20px; */
    width: 100%;
}

/* Hide the scrollbar */
.pricing-container::-webkit-scrollbar {
    /*    display: none;Safari and Chrome */
}

.pricing-box {
    min-width: 250px;
    background-color: #f3f3f3;
    border: 1px solid #ccc;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

.pricing-box:hover {
    background-color: #eaeaea;
    cursor: pointer;
}

/* .Reveal-block-wrap.contactWrap {
    background: #002758 !important;
    color: #fff;
}

.Reveal-block-wrap.contactWrap .Reveal-block-header {
    color: #fff !important;
    border-bottom: none;
}

.Reveal-block-wrap.contactWrap .Reveal-block-header h4 {
    color: #fff !important;
} */
