.loader-content {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 70000;
    background: rgba(22, 10, 47, 0.24);
}

.data-center {
    position: absolute;
    color: #00b3b3 !important;
    display: block;
    margin: 0 auto;
    height: 20px !important;
    width: 20px !important;
    top: 50%;
}

.la-ball-clip-rotate-multiple.la-3x>div {
    border-width: 3px !important;
}

.la-ball-clip-rotate-multiple.la-3x>div:first-child {
    width: 50px !important;
    height: 50px !important;
}

.la-ball-clip-rotate-multiple.la-3x>div:last-child {
    width: 28px !important;
    height: 28px !important;
}

.loading-text {
    position: absolute;
    text-align: center;
    font-size: 20px;
    top: 57%;
    width: 100%;
    color: #00b3b3 !important;
    display: none;
}

.la-ball-clip-rotate-multiple,
.la-ball-clip-rotate-multiple>div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.la-ball-clip-rotate-multiple {
    display: block;
    font-size: 0;
    color: #fff;
}

.la-ball-clip-rotate-multiple.la-dark {
    color: #333;
}

.la-ball-clip-rotate-multiple>div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.la-ball-clip-rotate-multiple {
    width: 32px;
    height: 32px;
}

.la-ball-clip-rotate-multiple>div {
    position: absolute;
    top: 50%;
    left: 50%;
    background: transparent;
    border-style: solid;
    border-width: 2px;
    border-radius: 100%;
    -webkit-animation: ball-clip-rotate-multiple-rotate 1s ease-in-out infinite;
    -moz-animation: ball-clip-rotate-multiple-rotate 1s ease-in-out infinite;
    -o-animation: ball-clip-rotate-multiple-rotate 1s ease-in-out infinite;
    animation: ball-clip-rotate-multiple-rotate 1s ease-in-out infinite;
}

.la-ball-clip-rotate-multiple>div:first-child {
    position: absolute;
    width: 32px;
    height: 32px;
    border-right-color: transparent;
    border-left-color: transparent;
}

.la-ball-clip-rotate-multiple>div:last-child {
    width: 16px;
    height: 16px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    -o-animation-direction: reverse;
    animation-direction: reverse;
}

.la-ball-clip-rotate-multiple.la-sm {
    width: 16px;
    height: 16px;
}

.la-ball-clip-rotate-multiple.la-sm>div {
    border-width: 1px;
}

.la-ball-clip-rotate-multiple.la-sm>div:first-child {
    width: 16px;
    height: 16px;
}

.la-ball-clip-rotate-multiple.la-sm>div:last-child {
    width: 8px;
    height: 8px;
}

.la-ball-clip-rotate-multiple.la-2x {
    width: 64px;
    height: 64px;
}

.la-ball-clip-rotate-multiple.la-2x>div {
    border-width: 4px;
}

.la-ball-clip-rotate-multiple.la-2x>div:first-child {
    width: 64px;
    height: 64px;
}

.la-ball-clip-rotate-multiple.la-2x>div:last-child {
    width: 32px;
    height: 32px;
}

.la-ball-clip-rotate-multiple.la-3x {
    width: 96px;
    height: 96px;
}

.la-ball-clip-rotate-multiple.la-3x>div {
    border-width: 6px;
}

.la-ball-clip-rotate-multiple.la-3x>div:first-child {
    width: 96px;
    height: 96px;
}

.la-ball-clip-rotate-multiple.la-3x>div:last-child {
    width: 48px;
    height: 48px;
}

/*
   * Animation
   */
@-webkit-keyframes ball-clip-rotate-multiple-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    50% {
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-moz-keyframes ball-clip-rotate-multiple-rotate {
    0% {
        -moz-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    50% {
        -moz-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg);
    }

    100% {
        -moz-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-o-keyframes ball-clip-rotate-multiple-rotate {
    0% {
        -o-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    50% {
        -o-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg);
    }

    100% {
        -o-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes ball-clip-rotate-multiple-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -moz-transform: translate(-50%, -50%) rotate(0deg);
        -o-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    50% {
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
        -moz-transform: translate(-50%, -50%) rotate(180deg);
        -o-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -moz-transform: translate(-50%, -50%) rotate(360deg);
        -o-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes lds-rolling {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes lds-rolling {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.lds-rolling {
    position: relative;
}

.lds-rolling div,
.lds-rolling div::after {
    position: absolute;
    width: 65px;
    height: 65px;
    border: 6px solid #00b3b3;
    border-top-color: transparent;
    border-radius: 50%;
}

.lds-rolling div {
    -webkit-animation: lds-rolling 1s linear infinite;
    animation: lds-rolling 1s linear infinite;
    top: 325px;
    left: 100px;
}

.lds-rolling div:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.lds-rolling {
    width: 200px !important;
    height: 200px !important;
    -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
    transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
    margin: 0 auto;
}

.hidden {
    display: none !important;
}

.auth-page {
    background: #001f3f !important;
}

.app-bg {
    background: #002952 !important;
}

.btn-2 {
    background: #00b3b3 !important;
    border: 1px solid #00b3b3 !important;
    color: #fff !important;
}

.text-2 {
    color: #00b3b3 !important;
}

.w-100 {
    width: 100% !important;
}

.login-crd {
    background: #00172d !important;
    border: 1px solid #00b3b333;
}

.login-crd input {
    height: 40px;
    background: #002040 !important;
    color: #fff !important;
    border-color: hsl(213.8, 32.4%, 29%);
    border-width: 1px;
    border-style: solid;
}

.login-crd input::placeholder {
    color: rgb(156 163 175 / 1) !important;
}

.login-crd .input-group-text {
    background: #002040 !important;
    color: #fff !important;
    border-color: hsl(213.8, 32.4%, 29%);
    border-width: 1px;
    border-style: solid;
    font-size: 18px;
}

.text-grey {
    color: rgb(156 163 175 / 1) !important;
}

.brline {
    border-bottom: 2px solid rgb(114, 145, 193);
    padding-top: 40px;
}

.text-lg {
    font-size: 20px;
    line-height: 1.75rem;
}

html {
    font-family: Inter, sans-serif;
}

.btn-ti {
    font-size: 12px;
    padding-left: 5px;
    font-weight: bold;
}

.logo-mini {
    display: none !important;
}

.sidebar-collapse .logo-mini {
    display: flex !important;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.theme-primary.fixed .main-header .navbar {
    background: #00b3b3 !important;
}

.main-header .svg-icon {
    filter: none !important;
}

.app-bg label {
    font-size: 17px !important;
    color: #fff !important;
    opacity: 1 !important;
}

.btn-outline-info {
    border: 1px solid #00b3b3 !important;
    color: #00b3b3 !important;
    background: #002040 !important;
}

.btn-outline-info:hover {
    color: #fff !important;
    background: #00b3b31a !important;
}

.app-bg input {
    height: 40px;
    background: #002040 !important;
    border: 2px solid #344965 !important;
    color: #fff !important;
}

.app-bg input::placeholder {
    color: #fff !important;
}

.app-bg textarea {
    background: #002040 !important;
    border: 2px solid #344965 !important;
    color: #fff !important;
}

.app-bg textarea::placeholder {
    color: #fff !important;
}

.app-bg select {
    height: 40px;
    background: #002040 !important;
    border: 2px solid #344965 !important;
    color: #fff !important;
}

.app-bg .input-group-addon {
    background: #058eaa !important;
    border: 1px solid #344965 !important;
    display: flex !important;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: #fff !important;
}

.app-bg select::placeholder {
    color: #fff !important;
}

.user-profile img {
    width: 50px !important;
    height: 50px !important;
    margin: 0 auto;
    border-radius: 100px !important;
    border: 5px solid rgba(255, 255, 255, 0.3);
    max-width: 50px !important;
    max-height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
}

.main-header .logo .logo-lg img {
    width: auto !important;
    height: 50px !important;
    max-width: auto !important;
    max-height: 50px !important;
    min-width: auto !important;
    min-height: 50px !important;
}

.main-header .logo .logo-lg {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.main-header .logo .logo-mini img {
    border-radius: 8px;
    width: 38px;
    height: auto !important;
    max-width: 38px !important;
    max-height: auto !important;
    min-width: 38px !important;
    min-height: auto !important;
}

.theme-primary.light-skin .sidebar-menu>li:hover,
.theme-primary.light-skin .sidebar-menu>li:active,
.theme-primary.light-skin .sidebar-menu>li.active {
    background-color: rgba(64, 162, 237, 0.08);
    color: #00b3b3 !important;
    border-left: 3px solid #00b3b3;
}

.theme-primary.light-skin .sidebar-menu>li:hover a,
.theme-primary.light-skin .sidebar-menu>li:active a,
.theme-primary.light-skin .sidebar-menu>li.active a {
    color: #002952 !important;
    font-size: 14px !important;
    font-weight: bold !important;
}

.sidebar-menu>li.header {
    font-weight: bold !important;
    font-size: 14px !important;
    color: black !important;
    padding: 19px 10px 0px 0px !important;
    margin-bottom: 12px !important;
}

.sidebar-menu>li.header:hover {
    border-left: none !important;
    background-color: transparent !important;
}

.main-header .app-menu .search-bx input[type="search"] {
    border-radius: 32px !important;
    width: 100% !important;
}

.main-header .app-menu .search-bx {
    max-width: 100% !important;
}

.main-header .app-menu .search-bx .input-group-append {
    position: absolute;
    right: 6px;
    top: 5px;
    border-radius: 35px;
}

.main-header .app-menu .search-bx .btn {
    border-radius: 100px !important;
}

.main-header .app-menu .search-bx .btn img {
    width: 25px !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
    align-content: center !important;
    align-items: center !important;
    align-self: center !important;
    height: 26px !important;
    text-align: center !important;
}

.main-header .app-menu .search-bx .btn {
    background-color: #00b3b3 !important;
}

.card-links .card .btn {
    width: 48px !important;
    height: 48px !important;
    display: flex !important;
    justify-content: center !important;
    align-content: center !important;
    align-items: center !important;
    font-size: 26px !important;
}

.btn-purple {
    background-color: #8e44ad !important;
    color: white !important;
}

.btn-pink {
    background-color: #e83e8c !important;
    color: white !important;
}

.btn-orange {
    background-color: #fd7e14 !important;
    color: white !important;
}

.btn-indigo {
    background-color: #5c6ac4 !important;
    color: white !important;
}

.btn-teal {
    background-color: #20c997 !important;
    color: white !important;
}

.notyf {
    right: 0 !important;
    width: auto !important;
    align-items: center !important;
    display: flex !important;
    left: 0 !important;
    justify-content: center !important;
    align-self: center !important;
    align-content: center !important;
    bottom: 70px !important;
    flex-direction: column;
    gap: 8px;
    z-index: 1087277278282882;
}

.notyf__toast.notyf--alert {
    width: 100%;
    border-radius: 12px;
}

.notyf__toast.notyf--confirm {
    width: 100%;
    border-radius: 12px;
}

.alert-heading {
    font-size: 17px;
    font-weight: bold;
}

.alert p {
    font-size: 16px !important;
}

.alert .bi {
    font-size: 30px !important;
}

.modal-content {
    border-radius: 12px !important;
    padding: 10px !important;
}

#loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 999999;
    overflow: visible;
    background: #001c41 !important;

    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 3rem;
    font-weight: bold;
    font-family: Arial, sans-serif;
    /* empty content, text will come from ::before */
    position: relative;
}

#loader::before {
    content: "AfterSalesAI";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #00b3b3 !important;
    font-size: 3rem;
    font-weight: bold;
    font-family: Arial, sans-serif;
}

.homepage4-body .vl-transparent-header .vl-logo img {
    width: 164px !important;
    max-width: 164px !important;
    height: 65px !important;
    max-height: 65px !important;
    object-fit: contain !important;
}

.vl-footer4-section-area .footer-time-area img {
    width: auto !important;
    max-width: auto !important;
    height: 75px !important;
    max-height: 75px !important;
    object-fit: contain;
}

.about1-section-area .about-img1 img {
    object-fit: contain !important;
    background: #f1f2f3 !important;
}

.contact-inner .phone-number .img1 {
    height: 60px;
    width: 60px;
    max-width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
}

.w-60x {
    height: 60px;
    width: 60px;
    max-width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
}

.preloader {
    background-color: #e8f7e7 !important;
}

#loading-icon img {
    height: 150px !important;
    width: 150px !important;
    object-fit: contain !important;
    min-width: 100px !important;
    min-height: 100px !important;
}

.preloader-intro {
    color: #1ca610;
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    font-style: italic;
    position: absolute;
    bottom: 18%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.homepage4-body .vl-offcanvas {
    background: #545f54;
}

.vl-footer4-section-area .footer-widget-area .map {
    height: 210px;
    width: auto;
    border-radius: 16px;
    object-fit: contain;
}

.hero4-slider-sectionarea .hero4-slider-area .h-bg1 {
    background: #14223878;
}

.vl-btn1:hover,
.vl-btn1:focus,
.vl-btn1:active {
    background: #1da611 !important;
}

.vl-btn1::after {
    background: #1da611 !important;
}

.hero4-slider-sectionarea .hero4-slider-area .hero2-header h5 {
    background: #15213478 !important;
}

.add-property-section .property-boxarea .all-tabs-boxarea ul li {
    display: inline-block;
    margin: 0 20px 0 0;
    padding-bottom: 15px;
}

.add-property-section .property-boxarea .all-tabs-boxarea ul li a {
    color: var(--ztc-text-text-4);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
    padding: 16px 20px;
    background: #FEF3EC;
    border-radius: 70px;
}

.adminnav li a.active {
    background: #0058e0 !important;
    color: #fff !important;
    border: 1px solid #0058e0 !important;
}

.add-property-section .property-boxarea .all-tabs-boxarea ul li a {
    color: #555658;
    background: #EFEFEF;
    border: 1px solid #e0e0e0;
}

.note-editor .note-popover .popover-content,
.card-header.note-toolbar {
    padding: 5px 5px 5px 10px !important;
    background: #c9cacc !important;
    justify-content: center;
    display: flex;
}

.features-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    gap: 12px;
    color: #fff;
}

.f-btn {
    background: #0058e0;
    padding: 12px;
}

.plist-img {
    height: 250px !important;
    max-height: 250px !important;
    width: 100% !important;
    object-fit: cover !important;
}

select {
    height: 60px;
    width: 100%;
    background: white;
    border: none;
    border-radius: 13px;
    padding-left: 10px;
    padding-right: 10px;
}

header .h-active a {
    color: #0058e0 !important;
    font-weight: bold !important;
    text-decoration: underline !important;
}

.homepage4-body .h-active a {
    color: #43bc43 !important;
    font-weight: bold !important;
    text-decoration: underline !important;
}

@media only screen and (max-width: 830px) {
    header .vl-hero-btn {
        display: none !important;
    }
}

.choose1 .choose-heading h2 {
    font-size: 26px;
}


#wa-widget {
    bottom: 62px;
    right: 20px;
    opacity: 1;
    transition: opacity 0.5s ease 0s;
    box-sizing: border-box;
    position: fixed !important;
    z-index: 16000160 !important;
    direction: ltr;
}

#wa-widget>* {
    box-sizing: border-box !important;
}

.jxPOhn {
    display: flex;
    margin-top: 14px;
    position: relative;
    -moz-box-pack: end;
    justify-content: flex-end;
}

.jlzTty {
    width: 50px;
    height: 50px;
    background: rgb(77, 194, 71) none repeat scroll 0% 0% !important;
    order: 2;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 6px;
    transition: all 0.5s ease 0s;
    position: relative;
    z-index: 200;
    display: block;
    border: 0px none;
}


@media only screen and (max-width: 830px) {
    .perag-bg {
        padding: 15px 15px;
    }

    .about1-section-area {
        padding: 32px 16px;
    }
}

#contact-actions {
      position: fixed;
      bottom: 70px;
      right: 20px;
      z-index: 1050;
    }

    /* Toggle button (round) */
    #toggle-contact {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	font-size: 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	float: right;
}

    /* Popup buttons container */
    #contact-popups {
      margin-bottom: 10px;
      display: none;
	  padding: 6px;
	  border-radius: 12px;
    }

    /* Individual popup buttons */
    #contact-popups .btn {
      margin-bottom: 8px;
      animation: slideFade 0.3s ease-out;
      white-space: nowrap;
	background: none;
	box-shadow: none;
	padding: 0px;
	display: flex;
	justify-content: space-between;
	gap: 10px;
	align-items: center;
}

    /* Slide-fade animation */
    @keyframes slideFade {
      from {
        opacity: 0;
        transform: translateY(10px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    
    .hero4-slider-area {
  min-height: 100vh;
}


.pops-eml {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
	background: #e53b2d;
	padding: 6px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
}
.pops-eml-icon {
	padding: 2px;
	background: #e53b2d;
	border-radius: 100px;
	color: #fff;
	font-size: 23px;
	height: 38px;
	width: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.others-section-area .property-tab-section .filter-group::after {
	height: 0% !important;
	right: 0px !important;
	background: none !important;
}

.others-section-area .property-tab-section .filter-group {
	margin-bottom: 13px;
}

.others-section-area .property-tab-section .search-button button {
	margin-bottom: 13px;
}

.partners-slider .swiper-wrapper {
      display: flex;
  justify-content: center;
    }
    
    .property1 .main-tabs-area .tab-content .tab-pane .property-single-boxarea .property-list-img-area .img1 img {
	height: 100%;
	object-fit: cover;
}

.property1 .main-tabs-area .tab-content .tab-pane .property-single-boxarea .property-list-img-area .img1 {
	height: 390px;
}