/* =====================================
Template Name: Notunthikana
Author Name: QoumodoTheme
========================================*/
/*======================================
[ CSS Sections ]
* Header CSS
	+ Header V1 CSS
	+ Header V2 CSS
	+ Header V3 CSS
* Hero CSS
	+ Hero V1 CSS
	+ Hero V2 CSS
	+ Hero V3 CSS
* About US CSS
* Properties CSS
	+ Latest Property
	+ Property Single
* Agent CSS
	+ Latest Agent
	+ Agent Single CSS
* Listing CSS
* FunFact CSS
* Testimonials CSS
* Clients CSS
* News CSS
* Downlaod APP CSS
* Pages CSS
	+ Pricing CSS
	+ Contact CSS
	+ Login CSS
	+ Register CSS
	+ Error Page CSS
* Theme Component CSS
* Footer CSS
========================================*/

/*======================================
    Header Area
========================================*/
body{
    overflow-x: hidden;
}
.homec-header {
    z-index: 10000;
}

.homec-topbar-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.homec-header__top {
    padding: 15px 0;
}

.homec-header__list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 35px;
}

.homec-header__list a {
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.homec-header__list a:hover {
    opacity: 0.8;
}

.homec-header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}

.homec-header__middle {
    width: 100%;
}

.homec-header__inside {
    background: #0c9750;
    padding: 10px 0;

}

.homec-header__group {
    /* display: flex; */
    /* align-items: center; */
    /* gap: 60px; */
}

.homec-header__logo {
    float: left;
}

.homec-header__logo img {
    max-width: 150px;
    max-height: 46px;
}

.homec-header__menu {
    display: flex;
    align-items: center;
    justify-content: right;
}

.homec-header__menu .nav-menu li {
    display: inline-block;
}

.homec-header__menu .navbar {
    padding: 0;
}

.homec-header__menu .nav-menu li {
    display: inline-block;
    margin-right: 25px;
    color: #fff;
    position: relative;
}

.homec-header__menu .nav-menu li:last-child {
    margin: 0;
}

.homec-header__menu .nav-menu li a {
    padding: 14px 0;
    display: inline-block;
    color: #111111;
    font-size: 15px;
    font-weight: 500;
}

.homec-header__menu .nav-menu li a:hover,
.homec-header__menu .nav-menu li.active a,
#offcanvas-menu li a:hover,
#offcanvas-menu li.active a {
    color: #ffffff !important;
}

.menu-right-search-bar {
    margin-left: 75px;
    display: flex;
    gap: 25px;
    align-items: center;
}

.main-search-bar {
    width: 58px;
    height: 58px;
    line-height: 58px;
    background: #fff;
    border-radius: 100%;
    text-align: center;
    color: #000;
    font-size: 16px;
    border: 1px solid transparent;
}

.main-search-bar:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

/* sub-menu Menu */

.homec-header .navigation li .sub-menu {
    position: absolute;
    top: 62px;
    width: 220px;
    background: #fff;
    z-index: 5222;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: translateY(-20px);
    box-shadow: 0px 10px 15px #22222217;
    border-radius: 4px;
    margin: 0;
    padding: 15px 0px;
    border-top: 3px solid #10984E;
}

.homec-header .navigation li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.homec-header .navigation li .sub-menu li {
    display: block;
    margin: 0;
    text-align: left;
}

.homec-header .navigation li .sub-menu li:last-child {
    border: none;
}

.homec-header .navigation li .sub-menu li a {
    color: #555 !important;
    display: block;
    padding: 7px 15px;
    font-size: 15px;
    border-radius: 0;
    font-weight: 400;
}

.homec-header .navigation li .sub-menu li a:hover {
    color: #fff !important;
    background: #10984E;
}

.homec-header .navigation li a i {
    margin-left: 5px;
    font-weight: 600;
    font-size: 12px;
}

.homec-header .navigation li .sub-menu li a::before {
    display: none;
}

.homec-header li.menu-item-has-children a::after {
    margin-left: 7px;
    font-size: 14px;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    content: "\f107";
}

.homec-header li.menu-item-has-children .sub-menu li a::after {
    display: none;
}

.hd-inner-border {
    border-bottom: 1px solid #3c0e4a;
}

.no-sticky {
    position: relative;
}

.homec-header__button {
    display: flex;
    align-items: center;
    gap: 20px;
}

.homec-header__icon {
    background: #f5f4ff;
    border: 1px solid #10984E;
    border-radius: 4px;
    color: #10984E;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.homec-header__icon:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
        rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.homec-header__icon svg {
    fill: currentColor;
    max-width: 28px;
}

.homec-header__icon:hover {
    background-color: #10984E;
    color: #fff;
}

/* Header Style V2 */

.homec-header.homec-header__v2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.homec-header__top.homec-header__v2 {
    background: transparent;
}

.homec-header__middle.homec-header__middle--v2 {
    position: relative;
    top: 0;
    padding: 0;
}

.homec-header__inside.homec-header__inside--v2 {
    padding: 0;
    padding-top: 15px;
    background: transparent;
}

.homec-header__menu.homec-header__menu--v2 .nav-menu li a {
    color: #fff;
}
.footer_nav, .header_padding_nav{
    background: transparent;
}

/* @media only screen and (min-width: 1000px) and (max-width: 10000px) { */
    .homec-header.is-sticky_active,
    #active-sticky.is-sticky .homec-header__middle {
        position: fixed;
        top: 0;
        padding: 0;
        background: #ffffff85;
        box-shadow: 0px 9px 126px rgba(20, 0, 255, 0.18);
        transition: 0s;

    }
    #active-sticky.is-sticky .homec-header__inside {
        max-width: 1400px;
        margin: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
    }

    #active-sticky.is-sticky .homec-header__menu .navigation li .sub-menu li a {
        font-size: 14px;
    }
    #active-sticky.is-sticky .homec-header__icon {
        width: 50px;
        height: 50px;
        font-size: 15px;
    }
    #active-sticky.is-sticky .homec-header__icon svg {
        font-size: 15px !important;
        width: 20px;
    }
    #active-sticky.is-sticky .homec-btn {
        height: 50px;
        padding: 0 20px;
        font-size: 15px;
        line-height: 50px;
    }


@media only screen and (max-width: 767px) {
    .homec-header__top{
        display: none;
    }
    .homec-topbar-flex {
        justify-content: center;
        align-items: center;
        gap: 15px;
    }
    .homec-header__list {
        justify-content: center;
        align-items: center;
        gap: 5px;
        flex-wrap: wrap;
    }
    .homec-header__list li {
        margin: 0;
        padding: 0;
        border: none;
    }
    .homec-filter-group .homec-btn {
        height: 55px !important;
        line-height: 55px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
    .homec-header__button {
        display: none;
    }
    .homec-header__middle {
        padding: 0;
        position: relative;
        top: 0;
    }
    .homec-header__inside {
        padding: 15px 20px;
    }
    .offcanvas-toggler {
        right: 15px;
    }
    .homec-header .homec-header__menu {
        display: none;
    }
    .homec-social__topbar {
        display: none !important;
    }
}

/*======================================
   End Header Area
========================================*/

/*======================================
	About Area
========================================*/

.homec-about__column--one {
    width: 51%;
}

.homec-about__column--two {
    width: 46%;
}

.homec-image-group__single {
    display: flex;
    gap: 25px;
}

.homec-image-group__single img {
    border-radius: 12px;
    width: 100%;
}

.homec-about-author {
    display: flex;
    align-items: center;
    gap: 20px;
}

.homec-about-author__title {
    margin: 0;
    font-size: 20px;
}

.homec-about-author__text {
    font-size: 18px;
}

.homec-image-group__content {
    background: #111111;
    padding: 25px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 79%;
}

.homec-image-group__title {
    margin: 0;
    font-size: 70px;
    color: #fff;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff2;
}

.homec-funfact__single.homec-funfact__single--v2 {
    padding: 0;
    justify-content: start;
    align-items: start;
    margin-top: 30px;
    background: none !important;
}

.homec-funfact__single.homec-funfact__single--v2 .homec-funfact__icon {
    margin: 0;
    width: 60px;
    height: 60px;
    border: none !important;
}

.homec-funfact__single.homec-funfact__single--v2 .homec-funfact__icon img {
    max-width: 30px;
}

.homec-funfact__single.homec-funfact__single--v2 .homec-funfact__number {
    margin: 0;
    font-size: 24px;
    margin-top: 10px;
    color: #111 !important;
    font-weight: 600;
}

.homec-funfact__single.homec-funfact__single--v2 .homec-funfact__text {
    color: #7e8ba0 !important;
}

.homec-experiences {
    position: absolute;
    top: 20px;
    left: 30px;
    background: #111111;
    width: auto;
    padding: 15px 30px;
    border-radius: 12px;
}

.homec-image-group img {
    border-radius: 12px;
}

.homec-experiences__title {
    color: #fff;
    display: flex;
    flex-direction: column;
    margin: 0;
    font-size: 40px;
    line-height: initial;
}

.homec-experiences__title span {
    font-size: 26px;
    font-weight: 400;
}

.homec-ceo-quote {
    position: absolute;
    right: 0;
    bottom: 35px;
    border-radius: 8px;
    filter: drop-shadow(0px 9px 126px rgba(20, 0, 255, 0.06));
    background: #fff;
    padding: 3px;
    z-index: 100;
}

.homec-ceo-quote__img {
    border-radius: 8px;
    overflow: hidden;
}

.homec-ceo-quote img {
    border-radius: 8px !important;
}

.homec-ceo-quote:hover img {
    transform: scale(1.1);
}

.homec-ceo-quote .homec-overlay {
    background: linear-gradient(
        179.13deg,
        rgba(217, 217, 217, 0) -20.13%,
        rgba(217, 217, 217, 0.39) -20.12%,
        #000000b8 99.26%
    );
    z-index: 100;
}

.homec-ceo-quote img {
    border-radius: 8px !important;
}

.homec-ceo-quote__title {
    display: flex;
    flex-direction: column;
    z-index: 333;
    position: absolute;
    color: #fff;
    padding: 20px;
    margin: 0;
    bottom: 0;
    font-size: 20px;
}

.homec-ceo-quote__title span {
    font-size: 16px;
    font-weight: 400;
}

.homec-about-content.homec-about-content--v2 {
    padding-left: 20px;
}

.homec-image-group--v2 {
    padding-right: 80px;
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
    .homec-about__column--one,
    .homec-about__column--two {
        width: 100%;
    }
    .homec-funfact__single.homec-funfact__single--v2 .homec-funfact__number {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .homec-image-group__content {
        display: none;
    }
    .homec-image-group--v2 {
        padding: 0;
    }
    .homec-ceo-quote {
        max-width: 55%;
        right: 5%;
        bottom: 5%;
    }
    .homec-experiences__title {
        font-size: 30px;
    }
    .homec-experiences__title span {
        font-size: 18px;
    }
    .homec-image-group__single {
        flex-wrap: wrap;
        gap: 20px;
    }
    .homec-image-group__single img {
        width: 47%;
    }
}

/*======================================
	End About Area
========================================*/

/*======================================
	Property
========================================*/

.homec-property-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #eceaff;
    box-shadow: 0px 9px 126px rgba(20, 0, 255, 0.06);
    border-radius: 4px;
    padding: 15px;
    background: #fff;
}

#homec-tabs.homec-gl-tabs svg {
    fill: #111;
}

#homec-tabs.homec-gl-tabs a.active svg,
#homec-tabs.homec-gl-tabs a:hover svg {
    fill: #fff;
}

#homec-tabs.homec-gl-tabs a {
    width: 42px;
    height: 42px;
    left: ;
    line-height: ;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.property-sidebar {
    background: #ffffff;
    box-shadow: 0px 9px 126px rgba(20, 0, 255, 0.06);
    border-radius: 4px;
    padding: 30px;
    z-index: 100;
}

.homec-property-bar__single {
    display: flex;
    align-items: center;
    gap: 45px;
}

.hoemc-showing-results__text {
    font-size: 18px;
}

.hoemc-showing-results__text span {
    color: #111111;
}

.property-sidebar__filters {
    display: flex;
    flex-direction: column;
}

.property-sidebar__group {
    width: 100%;
}

.property-sidebar__title {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px;
}

.homec-form-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
}

.homec-form-checkbox label {
    cursor: pointer;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #eceaff;
    border-radius: 0%;
    outline: none;
    cursor: pointer;
    position: relative;
}

input[type="checkbox"]:checked {
    background: #10984E;
}

input[type="checkbox"]:checked::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
    text-align: center;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 11px;
}

.homec-form-label {
    color: #7e8ba0;
    font-size: 16px;
}

.homec-form-checkbox input:checked + .homec-form-label {
    color: #1a1a1a;
}

.ui-corner-all {
    box-shadow: none;
    border: none;
    height: 6px;
    background: #eceaff;
    border-radius: 100px;
}

.price-filter .ui-slider-range {
    box-shadow: none;
    background: #10984E;
    border-radius: 0px;
    border: none;
}

.price-filter .ui-slider-handle.ui-state-default.ui-corner-all {
    width: 16px;
    height: 16px;
    line-height: 10px;
    background: #111a3a;
    border: none;
    border-radius: 100%;
    top: -6px;
}

.price-filter-inner {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.price-filter .label-input {
    display: flex;
    align-items: center;
    gap: 5px;
}

.price-filter .label-input span {
    margin-right: 5px;
    color: #7e8ba0;
}

.price-filter .ui-slider-handle.ui-state-default.ui-corner-all {
    background: #ffffff;
    cursor: pointer;
    box-shadow: 0px 3px 10px #cccccc;
}

.price-filter .label-input input {
    border: none;
    margin: 0;
    font-size: 16px;
    color: #7e8ba0;
    background: transparent;
    line-height: initial;
    height: initial;
    height: initial !important;
    min-height: initial !important;
}

.price-filter {
    padding: 23px 20px 15px;
    border-radius: 4px;
}

.homec-agent-card {
    padding: 30px 50px;
    background-color: #7065f0;
    border-radius: 4px;
}

.homec-agent-card__title {
    font-size: 20px;
}

.homec-form__form.homec-form__form--property {
    max-width: 330px;
}

/* @media only screen and (min-width: 0px) and (max-width: 1400px) {
    .homec-hero .homec-hero__v2 {
        height: 1000px;
    }
} */

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

    .homec-header .primary_logo{
        min-width: 157px;
    }

    .sqrmaxmum_suggestion.show,
    .sqrminmum_suggestion.show,
    .maxminimum_suggestion.show,
    .minimum_suggestion.show{
        height:85px !important;
    }
    .type_filer_content .property_type_res.show{
        max-height: 115px;
    }

    .homec-header .primary_logo{
        min-width: 155px;
    }


}



@media only screen and (min-width: 0px) and (max-width: 991px) {
    .homec-form__form.homec-form__form--property {
        max-width: 330px;
    }
}

@media only screen and (max-width: 767px) {
    .homec-property-bar {
        flex-direction: column;
        gap: 15px;
    }
    .homec-agent-card {
        padding: 20px;
    }
    .homec-property-bar__single {
        flex-direction: column;
        gap: 20px;
    }
}

/*======================================
	End Property
========================================*/

/*======================================
	Image Gallery Tabs
========================================*/

.homec-list-tabs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    flex-wrap: wrap;
}

.homec-list-tabs a {
    background: transparent !important;
    border: none;
    color: #7e8ba0 !important;
    font-weight: 500;
}

.homec-list-tabs a.active {
    color: #111111 !important;
}

.homec-image-gallery__bottom {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.homec-image-gallery__content {
    margin-left: 60px;
}

.homec-image-gallery__bottom .homec-btn {
    margin-right: 60px;
}

.homec-image-gallery__title {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
}

.homec-image-gallery__text {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 18px;
}

.homec-image-gallery {
    border-radius: 8px;
    overflow: hidden;
}

.homec-image-gallery .homec-overlay {
    background: linear-gradient(
        180deg,
        rgba(217, 217, 217, 0) 0%,
        #293a58 100%
    );
}

.homec-list-tabs.homec-list-tabs--v2 a {
    color: #7e8ba0;
}

.homec-list-tabs.homec-list-tabs--v2 a.active,
.homec-list-tabs.homec-list-tabs--v2 a:hover {
    color: #10984E !important;
    border-bottom-color: #10984E;
}

.homec-list-tabs.homec-list-tabs--v2 a {
    padding: 15px 0;
    font-size: 18px;
    font-weight: 500;
}

.homec-list-tabs.homec-list-tabs--v2 {
    border-radius: 0px;
    border-bottom: 2px solid #eceaff;
    gap: 44px;
    align-items: baseline;
    justify-content: start;
}

.homec-list-tabs.homec-list-tabs--v2 a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    border-bottom: 2px solid #10984E;
    border-radius: 100px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    border-radius: 50px;
}

.homec-list-tabs.homec-list-tabs--v2 a.active:before,
.homec-list-tabs.homec-list-tabs--v2 a:hover:before {
    opacity: 1;
    visibility: visible;
}

/*======================================
	End Image Gallery Tabs
========================================*/

/*======================================
	Properties
========================================*/

.homec-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.homec-property {
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 9px 126px rgba(20, 0, 255, 0.06);
    border-radius: 8px;
    padding: 12px;
}

.homec-property__topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.homec-property__salebadge {
    background: #f9edca;
    font-size: 13px;
    padding: 2px 10px;
    border-radius: 100px;
    line-height: initial;
}

.homec-property:hover {
    transform: translateY(-10px);
}

.homec-property__head img {
    width: 100%;
    border-radius: 4px;
}

.homec-property__hsticky {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 15px;
    justify-content: space-between;
}

.homec-property__head {
    overflow: hidden;
}

.homec-property:hover .homec-property__head img {
    transform: scale(1.1);
}

.homec-property__hsticky .homec-heart {
    left: 15px;
}

.homec-property__hsticky .homec-property__asticky {
    right: 15px;
}
.user_dashboard{
    margin-top: 55px
}
.user-password-panel{
    margin-top: -45px;
}

.homec-heart {
    width: 30px;
    height: 30px;
    background: #ffffff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #10984E;
}

.homec-heart svg {
    stroke: currentColor;
    fill: transparent;
    transition: all 0.3s ease;
}

.homec-heart:hover svg {
    fill: #10984E;
    stroke: #10984E;
}

.homec-property__body {
    padding: 20px 8px 8px;
}

.homec-property__price {
    font-size: 24px;
    color: #10984E;
    font-weight: 700;
}

.homec-property__price span {
    color: #7e8ba0;
    font-size: 18px;
    font-weight: 400;
}

.homec-property__title {
    margin-bottom: 5px;
}

.homec-property__title a {
    font-size: 22px;
    font-weight: 600;
}

.homec-property:hover .homec-property__title a {
    color: #10984E;
}

.homec-property__text {
    display: flex;
    align-items: center;
    gap: 3px;
}

.homec-property__text p {
    font-size: 15px;
}

.homec-property__list {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 15px;
    padding-top: 15px;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    width: fit-content;
}

.homec-property__list li {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    color: #7e8ba0;
}

.homec-property__list li img {
    max-width: 20px;
}

.homec-property__asticky {
    display: flex;
    align-items: center;
    padding: 4px;
    gap: 5px;
    background: #ffffff;
    border-radius: 4px;
}

.homec-property__asticky img {
    width: 34px;
    height: 36px;
    border-radius: 4px;
    transform: none !important;
}

.homec-property__asticky--label {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
}

.homec-property__asticky--label span {
    color: #10984E;
    font-weight: 400;
}

.homec-slider-property .homec-property {
    box-shadow: 0px 0px 15px rgba(20, 0, 255, 0.06);
    transform: none;
}

/* List Style */

.homec-property.homec-property__list-style {
    display: flex;
    align-items: center;
    gap: 20px;
}

.homec-property.homec-property__list-style .homec-property__head {
    max-width: 370px;
}

.homec-amount-card {
    background: #10984E;
    padding: 20px 30px;
    max-width: fit-content;
    border-radius: 4px;
    z-index: 22;
}

.homec-amount-card__amount {
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 35px;
    margin: 0;
    line-height: inherit;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.homec-amount-card__amount span {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
}

.homec-amount-card.homec-amount-card__sticky {
    position: absolute;
    top: 30px;
    right: 30px;
    background: #f2c94c;
}

.homec-amount-card.homec-amount-card__sticky .homec-amount-card__amount,
.homec-amount-card.homec-amount-card__sticky .homec-amount-card__amount span {
    color: #fff;
}

/* Homec Gallery Single */

.homec-property-gallery {
    display: flex;
    gap: 30px;
}

.homec-gallery-thumbs {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.homec-gallery-thumbs img {
    border-radius: ;
    border-radius: 8px;
}

.pd-features {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.pd-features__icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f1f0fd;
    border-radius: 100%;
    padding: 8px;
}

.pd-features__title {
    font-size: 17px;
    margin: 0;
    margin-top: 10px;
}

@media (max-width: 375px) {
    .pd-features__title{
        font-size: 14px!important;
    }
}

.pd-features__single {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 13px 3px;
    box-shadow: 0px 9px 126px rgba(20, 0, 255, 0.06);
    border-radius: 4px;
    min-width: 130px;
    flex: 1 1 19%;
    cursor: pointer;
}

.pd-features__text {
    color: #10984E;
    font-size: 16px;
}

.homec-property-ag {
    background-color: #10984E;
    padding: 25px;
    border-radius: 4px;
}

.homec-property-ag__title {
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
}

.homec-property-ag__author {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #8d85f3;
}

.homec-property-ag__author--content {
    display: flex;
    flex-direction: column;
}

.homec-property-ag__author--title {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-weight: 600;
    margin: 0;
    font-size: 22px;
}

.homec-property-ag__author--title span,
.homec-property-ag__author--title span a {
    display: block;
    font-size: 16px;
    font-weight: 400;
}

.homec-property-ag__author--img img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
}

.pd-features__single:hover {
    background: #10984E;
}

.pd-features__single:hover .pd-features__title,
.pd-features__single:hover .pd-features__text {
    color: #fff;
}

/* Form */

.homec-property-ag__form {
    margin-top: 30px;
}

.homec-property-ag__form input,
.homec-property-ag__form textarea {
    background: transparent;
    width: 100%;
    border: 1px solid #ada7f7;
    border-radius: 4px;
    color: #fff;
    height: 52px;
    padding: 0 15px;
    resize: none;
}

.homec-property-ag__form input:focus {
    color: #fff;
}

.homec-property-ag__form input::placeholder {
    color: #c6c2f9 !important;
    opacity: 1 !important;
}

.homec-property-ag__form input::-ms-input-placeholder {
    color: #c6c2f9 !important;
    opacity: 1 !important;
}

.homec-property-ag__form textarea::placeholder {
    color: #c6c2f9 !important;
    opacity: 1 !important;
}

.homec-property-ag__form textarea::-ms-input-placeholder {
    color: #c6c2f9 !important;
    opacity: 1 !important;
}

.homec-property-ag__form input:hover,
.homec-property-ag__form textarea:hover {
    border-color: #fff;
}

.homec-property-ag__form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.homec-property-ag__form textarea {
    height: 100px;
    padding-top: 20px;
}

.homec-property-ag__button {
    min-width: 100%;
}

.homec-property-ag__button span {
    width: 100%;
}

.homec-ptdetails-features__title {
    color: #10984E;
    font-weight: 500;
    font-size: 18px;
}

.homec-ptdetails-features__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.homec-ptdetails-features__list li {
    min-width: 32%;
    display: flex;
    gap: 20px;
}

.homec-ptdetails-features__list li i {
    font-size: 14px;
}

.homec-ptdetails-features__list li b {
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
}

.homec-ptdetails-features__list li span {
    color: #7e8ba0;
}

.homec-pdetails-tab__inner {
    margin-top: 20px;
    margin-bottom: 20px;
}

.homec-pdetails-tab__inner p {
    margin-bottom: 35px;
}

.homec-pdetails-tab__inner p:last-child {
    margin: 0;
}

.homec-location-card {
    background: #ffffff;
    border: 1px solid #eceaff;
    border-radius: 12px 12px 0px 0px;
    padding: 30px;
    min-height: 264px;
}

.homec-location-card__title {
    font-size: 20px;
    font-weight: 500;
    color: #7e8ba0;
    margin-bottom: 10px;
}

.homec-location-card__icon svg {
    fill: currentColor;
}

.homec-location-card__icon {
    background: #eceaff;
    width: 74px;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-bottom: 30px;
    color: #10984E;
}

.homec-location-card:hover .homec-location-card__icon {
    background: #10984E;
    color: #fff;
}

.homec-location-card__text {
    color: #7e8ba0;
    font-size: 16px;
}

.homec-location-card__desc {
    font-size: 18px;
    color: #111111;
    line-height: 30px;
}

.homec-accordion__single.homec-accordion__single--floor {
    box-shadow: none;
}

.homec-accordion__body.homec-accordion__body--floor {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 15px 40px;
}

.accordion-body.homec-accordion__body.homec-accordion__body--floor
    .floor-plan-img {
    min-width: 400px;
}

.homec-accordion__single--floor {
    box-shadow: none;
}

.homec-accordion__heading.homec-accordion__heading--floor {
    font-size: 18px !important;
}

.homec-comments-form__title {
    font-size: 22px;
    color: #fff;
    margin: 0;
}

.homec-comments-form__text {
    color: #fff;
    margin: 0 !important;
    padding: 0 !important;
}

.homec-ptdetails-video__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.homec-ptdetails-video .homec-overlay {
    background: #111111;
    opacity: 0.6;
}

#homec-gmap-canvas {
    width: 100%;
    height: 440px;
}

.homec-gmap-iframe {
    border-radius: 12px;
}

.homec-rating--main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.homec-testimonial.homec-testimonial--review .homec-testimonial__text {
    font-size: 20px;
    line-height: 180%;
    margin-bottom: 20px;
}

.homec-testimonial.homec-testimonial--review {
    display: block;
}

.homec-form-input--review li i {
    font-size: 32px;
    color: #7e8ba0;
    transition: all 0.3s ease;
}

.homec-form-input--review:hover li i {
    color: #ffc403;
}

.homec-form-input--review li {
    cursor: pointer;
}

.homec-comments-form--reviews .form-group input,
.homec-form-input--review {
    height: 66px;
    background: #fff;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0 25px;
    border-radius: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homec-list-tabs.homec-list-tabs--v2 {
        gap: 10px;
    }
    .homec-list-tabs.homec-list-tabs--v2 a {
        font-size: 18px !important;
        padding: 15px 10px !important;
    }
    .homec-property__list {
        justify-content: start;
        gap: 10px;
    }
    .homec-property__list li {
        gap: 5px;
    }
    .homec-property__text {
        align-items: baseline;
    }
    .homec-property__text img {
        position: relative;
        top: 4px;
    }

    /*updated css 30_8_2024*/
    .navbar-nav.ms-auto.topRightNav {
        flex-direction: row!important;
    }
    .navbar-nav.ms-auto.topRightNav a {
        padding-left: 10px!important;
    }

    .homec-sl-input{
        width: 166px!important;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1190px) {
    .homec-filter-group .form-group, .homec-filter-group .homec-btn {
        /*min-width: 48%!important;*/
    }
    .homec-sl-input{
        width: 166px!important;
    }
    .homec-hero-box-banner {
        /*padding-top: 200px!important;*/
        /*padding-bottom: 30px!important;*/
    }
}

@media only screen and (max-width: 767px) {
    .homec-property__title {
        font-size: 18px;
    }
    .homec-property.homec-property__list-style {
        gap: 15px;
    }
    .homec-property.homec-property__list-style .homec-property__body {
        padding: 10px;
    }
    .homec-property.homec-property__list-style {
        gap: 20px;
        display: block;
    }
    .homec-gl-tabs {
        display: none !important;
    }
    .homec-list-tabs.homec-list-tabs--v2 {
        gap: 10px;
    }
    .homec-property-gallery {
        flex-direction: column;
    }
    .homec-gallery-thumbs {
        flex-direction: row;
    }
    .homec-list-tabs.homec-list-tabs--v2 a {
        font-size: 15px !important;
        padding: 5px 10px !important;
    }
    .accordion-body.homec-accordion__body.homec-accordion__body--floor
        .floor-plan-img {
        width: 100%;
        min-width: 100%;
    }
    .accordion-body.homec-accordion__body {
        flex-direction: column;
    }
    .pd-features {
        gap: 10px;
        justify-content: center;
    }


    .homec-rating--main {
        flex-basis: ;
        flex-direction: column;
    }
    .homec-form-input--review li i {
        font-size: 25px;
    }
    .homec-amount-card.homec-amount-card__sticky {
        padding: 10px 20px;
    }
    .homec-amount-card__amount {
        font-size: 25px;
        gap: 0px;
        line-height: initial;
        line-height: 28px;
    }
    .homec-amount-card__amount span {
        font-size: 16px;
        display: block;
    }
    .homec-property__list {
        gap: 15px;
        justify-content: start;
    }
    .homec-property__text {
        align-items: baseline;
    }
    .homec-property__text img {
        position: relative;
        top: 4px;
    }
    .homec-property__list li {
        font-size: 14px;
    }
    .homec-property__list li img {
        max-width: 18px;
    }
    .homec-heart {
        width: 36px;
        height: 36px;
    }
    .homec-heart svg {
        width: 18px;
    }
    .homec-ptdetails-features__list li {
        width: 100%;
    }

    .section-property-desc .property-desc .top-button-area .booking{
        padding: 5px!important;
    }
    .section-property-desc .property-desc.top-button-area .book-text,.save,.share {
        padding: 5px!important;
    }
    .section-property-desc .property-desc {
        padding-right:0;
    }
}

@media (min-width: 450px) and (max-width: 768px) {
    .pd-features__title {
        font-size: 14px!important;
    }
    .pd-features__text {
        font-size: 13px!important;
    }
    .pd-features__single {
        width: 23%!important;
        flex: 1 1 100px;
    }
}

@media (min-width: 800px) and (max-width: 1280px) {
    .pd-features__single {
        width: 23%!important;
        flex: 1 1 35%;
    }
}

/*======================================
	End Properties
========================================*/

/*======================================
   Hero Area
========================================*/

.homec-hero {
    position: relative;
    min-height: 750px;
}

.homec-hero__content {
    max-width: 820px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.homec-hero__title {
    margin-bottom: 40px;
    color: #fff;
    text-align: center;
    font-size: 64px;
}

.homec-hero__inner {
    min-height: 950px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 75px;
}

.homec-arrow-left {
    position: absolute;
    left: -8%;
    top: 49%;
    animation: action 1.5s infinite alternate;
}

/* Tabs */

#homec-tabs {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

#homec-tabs a {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 4px 4px 0 0;
    font-size: 18px;
    padding: 6px 32px;
}

#homec-tabs a:hover,
#homec-tabs a.active {
    background: #10984E;
    color: ;
    border-color: transparent;
}

#homec-tabs.homec-tabs--noborder a {
    border-bottom: 0px;
}

.homec-filters {
    background: #fff;
    /* box-shadow: 0px 25px 63px rgba(0, 0, 0, 0.2); */
    border-radius: 4px;
    /* padding: 15px; */
    z-index: 100;
    position: relative;
}

.homec-filter-group {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.homec-filter-group .form-group {

    display: flex;
    flex-direction: column;
    padding: 5px 10px;
    border-radius: 4px;

}
.homec-filter-group-home .form-group{
    background: #f1f0fe;
}

.homec-filter-group .form-group,
.homec-filter-group .homec-btn {
    height: 45px;
    min-width: 120px;
    padding: 0;
    justify-content: center;
}

.properties-filters .form-group, .properties-filters .homec-btn {
    height: 45px;
    width: 160px;
}
.properties-filters .filter-box select {
    height: 100%;
    font-size: 14px;
    padding-left: 5px;
    font-weight: 500;
}
.homec-filter-group
    .form-group
    .select2-container--default
    .select2-selection--single {
    background: transparent;
    border: none;
    padding: 0;
    min-height: initial;
    height: initial;
    border: none !important;
    padding: 0 !important;
}

/* .homec-filter-group
    .form-group
    .select2-container--default
    .select2-selection--single
    span {
    padding: 0;
    color: #111111 !important;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 15px;
} */

.homec-filter-group
    .form-group
    .select2-container--default
    .select2-selection--single
    span.select2-selection__arrow {
    top: 0px;
    position: relative;
    color: #000000 !important;
    right: 10px;
}

.homec-filter-group
    .form-group
    .select2-container--default
    .select2-selection--single
    span.select2-selection__arrow
    b {
    border-bottom: 1px solid;
    border-right: 1px solid;
    width: 9px;
    height: 9px;
}

.homec-filter-group__label {
    font-size: 14px;
    color: #7e8ba0;
}

.homec-filter-group .homec-btn {
    padding: 0 35px;
    font-size: 20px;
    height: 38px;
}

/* Homec Hero V2*/



.homec-slider-property-slider--v2 {
    animation: tptranslateX2 4s infinite alternate;
}

.homec-hero__content.homec-hero__content--v2 {
    justify-content: initial;
    align-items: initial;
    max-width: initial;
    width: 55%;
}

.homec-hero__content.homec-hero__content--v2 .homec-hero__title {
    text-align: left;
    margin: 0;
}

.homec-hero__content.homec-hero__content--v2 .homec-btn {
    margin-top: 40px;
}

.homec-hero__inner.homec-hero__inner--v2 {
    justify-content: space-between;
}

.homec-hero__title--focus {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 23px 30px;
}

.homec-slider-property-slider {
    width: 42%;
}

.homec-property.homec-property__card .homec-property__body {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: transparent;
    z-index: 100;
    padding: 0;
}

.homec-property.homec-property__card .homec-property__body--inside {
    padding: 0 25px 40px;
}

.homec-property.homec-property__card .homec-overlay {
    z-index: 1;
    background: linear-gradient(
        176.79deg,
        rgba(255, 255, 255, 0.24) 10.6%,
        #111 137.35%
    );
}

.homec-property.homec-property__card:hover .homec-overlay {
    opacity: 0.95;
}

.homec-property__card .homec-property__price {
    color: #f2c94c;
}

.homec-property__card .homec-property__title,
.homec-property__card .homec-property__text p,
.homec-property__card .homec-property__list,
.homec-property__card .homec-property__price span {
    color: #fff;
}

.homec-property__card:hover .homec-property__title {
    text-decoration: underline;
}

.homec-property.homec-property__card {
    border: 8px solid #fff;
    border-radius: 15px;
    padding: 0;
    transform: none !important;
}

.homec-property.homec-property__card .homec-property__list a,
.homec-property.homec-property__card .homec-property__text {
    gap: 10px;
}

.homec-property.homec-property__card .homec-property__list li {
    color: #fff;
}

.homec-property.homec-property__card .homec-property__head {
    border-radius: 10px;
    overflow: hidden;
}

.homec-hero__inner.homec-hero__inner--v2 {
    justify-content: space-between;
    padding-top: 250px;
    height: initial;
    min-height: initial;
}

.homec-hero__title.homec-hero__title--v2 {
    color: #111111;
    font-size: 60px;
}

.homec-filters.homec-filters__v2 {
    max-width: initial;
    width: max-content;
    margin-top: 90px;
    box-shadow: 0px 20px 55px #f0efff;
}

.homec-header__list.homec-header__list--v2 li {
    border-color: #b2b9c6;
}

.homec-header__list.homec-header__list--v2 a {
    color: #111111;
}

.homec-topbar-flex.homec-topbar-flex--v2 {
    border-bottom: 1px solid #eceaff;
    padding-bottom: 20px;
    padding-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homec-hero__title {
        font-size: 45px !important;
    }
    .homec-arrow-left {
        left: -13%;
        top: 42%;
        width: 68px;
    }
    .homec-filter-group .form-group,
    .homec-filter-group .homec-btn {
        /*min-width: 48%;*/
    }
    .homec-hero__inner {
        min-height: 800px;
        padding-top: 65px;
    }
    .homec-hero {
        min-height: initial;
    }
    .homec-filters.homec-filters__v2 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .homec-hero__title {
        font-size: 34px !important;
        margin-bottom: 20px;
    }
    .homec-arrow-left {
        left: -15%;
        top: 38%;
        width: 68px;
    }
    .homec-filter-group .form-group,
    .homec-filter-group .homec-btn {
        min-width: 100%;
    }
    .homec-hero__inner {
        min-height: initial;
        padding-top: 240px;
        padding-bottom: 50px;
    }
    .homec-hero {
        min-height: initial;
    }
    .homec-tabs.homec-tabs--noborder a {
        padding: 8px 15px !important;
        font-size: 15px !important;
    }
    .homec-filter-group .form-group .nice-select span {
        font-size: 15px;
    }
    .homec-filter-group .homec-btn,
    .homec-filter-group .homec-btn svg {
        font-size: 18px;
    }
    .homec-filter-group .homec-btn svg {
        width: 18px;
    }
    .homec-slider-property-slider {
        display: none;
    }
    .homec-arrow-left {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .homec-hero__inner.homec-hero__inner--v2 {
        flex-direction: column;
        gap: 30px;
    }
    .homec-hero__content.homec-hero__content--v2 {
        width: 100%;
    }
    .homec-slider-property-slider {
        width: 65%;
    }
    .homec-hero.homec-hero__v2 {
        height: initial;
        /*padding-bottom: 100px;*/
    }
    .homec-hero__inner.homec-hero__inner--v2 {
        padding-top: 200px;
        padding-bottom: 50px;
    }
    .homec-hero-group {
        display: none;
    }
    .homec-filters.homec-filters__v2 {
        width: 100%;
        margin: 0;
    }
    .homec-slider-property-slider.homec-slider-property-slider--v2 {
        display: none;
    }
}

@media only screen and (max-width: 400px) {
    .homec-hero__title {
        font-size: 28px !important;
        margin-bottom: 20px;
    }
    .homec-hero__title--focus {
        padding: 15px 20px;
    }
    .homec-hero__inner .homec-iconic-list li,
    .homec-hero__inner .homec-iconic-list li i {
        font-size: 16px !important;
    }
    .homec-iconic-list {
        gap: 5px;
    }
    .homec-hero__inner.homec-hero__inner--v2 {
        padding-top: 240px;
    }
}

/*======================================
   End Hero Area
========================================*/

/*======================================
   Features Area
========================================*/

.homec-features {
    position: relative;
}

.homec-features__v2 {
    top: -110px;
    margin-bottom: -110px;
}

.homec-features__single {
    background: #ffffff;
    border: 1px solid #eceaff;
    box-shadow: 0px 9px 126px rgba(20, 0, 255, 0.06);
    border-radius: 6px;
    padding: 30px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.homec-features__title {
    font-size: 24px;
    margin-bottom: 5px;
}

.homec-features__icon {
    background: #f1f0fd;
    min-width: 165px;
    min-height: 165px;
    line-height: 165px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.homec-features__single:hover {
    background: #10984E;
    border-color: transparent;
}

.homec-features__icon img {
    max-width: 95px;
}

.homec-features__single:hover .homec-features__title,
.homec-features__single:hover .homec-features__text {
    color: #fff;
}

/*======================================
   Testimonial Area
========================================*/

.homec-testimonial {
    position: relative;
    background: #fff;
    padding: 35px;
    border-radius: 4px;
}

.homec-testimonial__quote,
.homec-testimonial__quote svg {
    max-width: 150px;
}

.homec-testimonial__quote svg {
    fill: #10984E;
}

.homec-testimonial__text {
    font-size: 22px;
    font-style: italic;
    line-height: 34px;
}

.homec-testimonial__bottom {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: space-between;
}

.homec-testimonial__author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.homec-testimonial__author img {
    border-radius: 50%;
    min-width: 64px;
    min-height: 64px;
    max-width: 64px;
    max-height: 64px;
}

.homec-testimonial__author--title {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}

.homec-testimonial__quote svg {
    fill: #10984E;
    max-width: 150px;
}

.homec-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffc403;
}

.homec-testimonial.homec-testimonial--v2 {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.homec-testimonial.homec-testimonial--v2 .homec-testimonial__main {
    width: 74%;
}

.homec-testimonial.homec-testimonial--v2 .homec-testimonial__quote {
    max-width: 150px;
    position: absolute;
    bottom: 15px;
    width: 75px;
    height: 75px;
    background: #10984E;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    color: #fff;
    border-radius: 100%;
    left: -37.5px;
}

.homec-testimonial.homec-testimonial--v2 .homec-testimonial__img {
    min-width: 190px;
    position: relative;
}

.homec-testimonial.homec-testimonial--v2 .homec-testimonial__img img {
    border-radius: 8px;
}

.homec-testimonial.homec-testimonial--v2 .homec-testimonial__bottom {
    margin-top: 20px;
}

.homec-testimonial.homec-testimonial--v2 .homec-testimonial__text {
    line-height: 44px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homec-testimonial.homec-testimonial--v2 .homec-testimonial__main {
        width: 60%;
    }
}

@media only screen and (max-width: 767px) {
    .homec-testimonial__text {
        font-size: 18px;
        line-height: 34px !important;
    }
    .homec-testimonial__quote,
    .homec-testimonial__quote svg {
        display: none;
    }
    .homec-testimonial.homec-testimonial--v2 .homec-testimonial__quote {
        left: -30px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 25px;
    }
    .homec-testimonial.homec-testimonial--v2 .homec-testimonial__main,
    .homec-testimonial.homec-testimonial--v2 .homec-testimonial__img {
        width: 100%;
    }
}

/*======================================
   End Testimonial Area
========================================*/

/*======================================
   Pricing Area
========================================*/

.homec-psingle {
    background: #fff;
    overflow: hidden;
    border: 1px solid #10984E;
    border-radius: 5px;
    border: 1px solid #eceaff;
}

.homec-psingle.homec-psingle__active,
.homec-psingle:hover {
    border-color: #0078d7;
}

.homec-psingle__title {
    font-size: 24px;
    font-weight: 500;
    margin-left: 25px;
}

.homec-psingle__list {
    padding: 25px 45px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
}

.homec-psingle__list li {
    display: flex;
    align-items: center;
    gap: 12px;
}

.homec-psingle__list li:last-child {
    margin: 0;
}

.homec-psingle__button {
    padding: 0 45px 25px;
}

.homec-psingle__head {
    padding: 18px 25px;
}
.aboutus-wrap .title-part{
    margin-top: 45px;
}
.aboutus-wrap .top-part{
    margin-top: 0px !important;
    padding-top: 25px ;
    padding-bottom: 10px !important;
}
.inner-box h2{
    padding: 20px 0 0 0;
}

.homec-psingle__amount {
    color: #333333;
    margin: 0;
    line-height: initial;
    background: #e8e7fd;
    padding: 12px 25px;
    font-weight: 500;
    font-size: 18px;
    font-size: 64px;
    font-weight: 700;
    border-radius: 4px;
}

.homec-psingle__amount span {
    font-weight: 400;
    font-size: 18px;
    line-height: initial;
}

.homec-psingle__amount span.homec-psingle__currency {
    top: -25px;
    position: relative;
    font-size: 28px;
    font-weight: 700;
}

.swiper-pagination.style-4 {
    display: flex;
    justify-content: ;
    justify-content: center;
    gap: 10px;
    margin-top: 55px;
}

.swiper-pagination.style-4 span {
    margin: 0 !important;
}

.homec-psingle.homec-psingle__active .homec-psingle__amount,
.homec-psingle.homec-psingle__active .homec-btn,
.homec-psingle:hover .homec-psingle__amount,
.homec-psingle:hover .homec-btn {
    background: #696af1;
}

.homec-psingle.homec-psingle__active .homec-psingle__amount,
.homec-psingle:hover .homec-psingle__amount {
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .homec-psingle__head {
        padding: 15px;
    }
    .homec-psingle__amount {
        line-height: inherit;
        padding: 15px;
        font-size: 32px;
    }
    .homec-psingle__amount span.homec-psingle__currency {
        top: -10px;
        font-size: 25px;
    }
    .homec-psingle__list {
        padding: 20px;
    }
    .homec-psingle__button {
        padding: 0 20px 20px;
    }
}

.homec-list-tabs.homec-list-tabs--v4 a {
    font-size: 24px;
    color: #7e8ba0 !important;
    padding: 15px 30px;
}

.homec-list-tabs.homec-list-tabs--v4 a.active {
    background: #f2c94c !important;
    border-radius: 50px;
    color: #111111 !important;
}

.homec-package-detail {
    background: #fff;
}

/* Payment Detail */

.homec-package-detail__heading {
    background: #111111;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    padding: 15px;
    text-align: center;
    margin: 0;
    border-top-right-radius: 8px;
    overflow: hidden;
    border-top-left-radius: 8px;
}

.homec-package-detail__table tr td {
    border: 1px solid #e5e8ec;
    padding: 12px 45px;
}

.homec-package-detail__title,
.homec-package-detail__value {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

.homec-package-detail__end {
    display: flex;
    width: 100%;
    justify-content: end;
    align-items: end;
    padding-right: 30px;
}

.homec-package-detail__value {
    text-align: left;
}

.homec-package-detail__single {
    border-bottom: 1px solid #e5e8ec;
}

.homec-payment-method {
    background: #f5f4ff;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    border-radius: 8px;
}

.homec-payment-method input,
.homec-payment-method textarea {
    color: #7e8ba0 !important;
    padding: 0 15px;
}

.homec-payment-method__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.homec-payment-method__list input {
    display: none;
}

.homec-payment-method__list a {
    width: 100%;
    cursor: pointer;
    display: block;
}

.homec-payment-method__label::before {
    content: "";
    position: absolute;
    top: -11px;
    right: -11px;
    width: 22px;
    height: 22px;
    background: #10984E;
    border-radius: 100%;
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    opacity: 0;
    visibility: hidden;
}

.homec-payment-method__label {
    padding: 20px;
    display: block;
    text-align: center;
    border: 1px solid #eceaff;
    border-radius: 5px;
    background: #ffffff;
    cursor: pointer;
}

.homec-payment-method__list input:checked + .homec-payment-method__label {
    border-color: #10984E;
}

.homec-payment-method__list
    input:checked
    + .homec-payment-method__label:before {
    opacity: 1;
    visibility: visible;
}

.homec-btn.homec-btn--payment {
    width: 100%;
    min-width: 100%;
    margin-top: 5px;
}

.homec-btn.homec-btn--payment span {
    width: 100%;
}

.payment-popup__top {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 95px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-30px);
    z-index: 10000;
}

.payment-popup__top.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.payment-popup__header {
    border-bottom: 1px solid #dde0e5;
    padding-bottom: 15px;
}

.payment-popup {
    z-index: 333;
    background: #ffffff;
    border: 1px solid #10984E;
    box-shadow: 0px 20px 96px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
}

.payment-popup__title {
    background: #10984E;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    margin: 0;
    border: 1px solid #10984E;
    box-shadow: 0px 20px 96px rgba(0, 0, 0, 0.12);
    border-radius: 4px 4px 0px 0px;
}

.payment-popup__inner {
    padding: 20px 25px;
}

.payment-popup__heading {
    margin: 0;
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    font-size: 24px;
}

.payment-popup__bank-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 15px;
}

.payment-popup__bank-list li {
    color: #7e8ba0;
}

.payment-popup__bank-list span {
    color: #111111;
}

.payment-popup__error {
    background: #f8d7da;
    border: 1px solid #ff8d98;
    border-radius: 4px;
    padding: 10px 15px;
    color: #bb2d3b;
    margin-top: 15px;
}

/*======================================
   End Pricing Area
========================================*/

/*======================================
   Agent Area
========================================*/

.homec-agent {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.homec-agent:hover {
    transform: translateY(-10px);
}

.homec-agent .homec-agent__head img {
    width: 100%;
}

.homec-agent__body {
    padding: 20px;
    background: #fff;
    z-index: 100;
}

.homec-agent__title span {
    display: block;
    color: #7e8ba0;
    font-weight: 400;
    font-size: 16px;
    line-height: initial;
}

.homec-agent__title {
    color: #111111;
    font-size: 22px;
    margin: 0;
    font-weight: 600;
}

.homec-agent__title a {
    font-weight: 600;
}

.homec-agent:hover .homec-agent__title a {
    color: #10984E;
}

.homec-agent__social {
    position: absolute;
    top: 20px;
    left: 20px;
    gap: 12px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    transform: translateY(-20px);
}

.homec-agent:hover .homec-agent__social {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.homec-agent__social svg {
    fill: currentColor;
}

.homec-agent__social li a {
    background: #eceaff;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #7e8ba0;
    height: 30px;
    border: 1px solid transparent;
}

.homec-agent__social li a:hover {
    background: #10984E;
    color: #fff;
    border-color: transparent;
}

.homec-agent.homec-agent__v2 {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px;
    border: 1px solid #eceaff;
    box-shadow: 0px 9px 126px rgba(20, 0, 255, 0.06);
    border-radius: 4px;
    height: 100%;
}

.homec-agent.homec-agent__v2 li a {
    width: 25px;
    height: 25px;
    font-size: 12px;
}

.homec-agent.homec-agent__v2 li a svg {
    width: 12px;
}

.homec-agent.homec-agent__v2 .homec-agent__social {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    display: flex;
    flex-direction: initial;
    gap: 10px;
    transform: none;
}

.homec-agent.homec-agent__v2 .homec-agent__title {
    background: #fff;
    padding: 10px 20px;
    position: relative;
    left: -50%;
    width: 150%;
    font-size: 22px;
    border-radius: 4px 4px 0px 0px;
}

.homec-agent.homec-agent__v2 .homec-agent__title a {
    font-weight: 600;
}

.homec-agent.homec-agent__v2 .homec-agent__body {
    padding: 0;
    /* gap: 36px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 100%;
}

.homec-agent.homec-agent__v2 .homec-agent__head {
    max-width: 180px;
    overflow: hidden;
}

.homec-agent.homec-agent__v2 .homec-agent__head img {
    border-radius: 4px;
}

.homec-agent.homec-agent__grid {
    box-shadow: 0px 9px 126px rgba(20, 0, 255, 0.06);
    border-radius: 4px;
}

.homec-agent__body--btn {
    color: #111111;
    font-size: 16px;
    text-decoration: underline;
}

.homec-agent__body--btn:hover {
    color: #10984E;
}

/* Agent Details */

.homec-agent-detail {
    padding: 30px;
    box-shadow: 0px 9px 126px rgba(20, 0, 255, 0.06);
    border-radius: 4px;
}

.homec-agent-detail__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex-wrap: wrap;
}

.homec-agent-detail__title {
    font-size: 22px;
    margin: 0;
    font-weight: 600;
}

.homec-agent-detail__list {
}

.homec-agent-detail__list span {
    font-weight: 500;
    color: #111111;
}

.homec-agent-detail__list li {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #111111;
}

.homec-agent-detail__list li,
.homec-agent-detail__list li a {
    font-size: 16px;
    color: #111111;
    font-weight: 400;
}

.homec-agent-detail__list li span {
    margin-right: 15px;
}

.homec-agent-detail__inside {
    background: #f7f7fd;
    padding: 30px;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 40px;
}

.homec-agent-detail__sticky {
    padding: 0 40px;
    position: relative;
    top: -100px;
    margin-bottom: -100px;
}

.homec-agent-detail__sticky {
    padding: 0 40px;
    position: relative;
    top: -120px;
    margin-bottom: -120px;
}

.homec-agent-detail__sticky--title {
    font-size: 22px;
    font-weight: 600;
}

.homec-agent-detail__sticky {
    padding: 0 20px;
    position: relative;
    top: -60px;
    margin-bottom: -60px;
}

.homec-agent__social.homec-agent__social--inline {
    position: relative;
    opacity: 1;
    visibility: visible;
    display: flex;
    flex-direction: row;
    top: 0;
    left: 0;
    margin-top: 25px;
}

.homec-agent__social.homec-agent__social--inline li a {
    background: transparent;
    border: 1px solid #eceaff;
}

.homec-agent__social.homec-agent__social--inline li a:hover {
    background: #10984E;
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
    .homec-agent-detail__sticky {
        top: 0;
        margin: 0;
        padding: 0;
        margin-top: 30px;
    }
    .homec-agent-detail__sticky--title.m-0 {
        font-size: 25px;
    }
    .homec-agent-detail__body {
        margin-top: 30px;
    }
}

/*======================================
   End Team Area
========================================*/

/*======================================
   Accordion
========================================*/

.homec-accordion__single {
    border: 1px solid #eceaff !important;
    box-shadow: 0px 10px 10px rgba(198, 198, 198, 0.19);
    border-radius: 4px !important;
}

.homec-accordion__single:hover {
    border-left-color: transparent;
}

.homec-accordion__single:before {
    width: 3px;
    height: 0%;
    background: #10984E;
    content: "";
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
}

.homec-accordion__single:hover:before,
.homec-accordion__single.active:before {
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.homec-accordion .homec-accordion__heading {
    font-size: 20px;
    color: #111111;
    font-weight: 500;
    padding: 22px 30px;
    background: transparent !important;
    font-weight: 600;
    line-height: 30px;
}

.homec-accordion__single.active .homec-accordion__heading,
.homec-accordion__single:hover .homec-accordion__heading {
    color: #10984E;
}

.accordion-body.homec-accordion__body {
    color: #7e8ba0;
    line-height: 26px;
    padding: 0 30px 20px;
}

/*======================================
  End Accordion
========================================*/

/*======================================
   App Call Action Area
========================================*/

.app-cta .container-fluid {
    max-width: 1340px;
}

.app-cta {
    z-index: -1;
}

.bg-gradient-color {
    background: transparent linear-gradient(67deg, #c02ed1 0%, #7c7af0 100%) 0%
        0% no-repeat padding-box;
}

.app-cta__group-img {
    position: relative;
}

.app-cta__group-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url("img/app-download-img/app-download-img-shape.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-animation: slide-top 1.5s cubic-bezier(0.15, 0.46, 0.45, 0.94)
        infinite alternate;
    animation: slide-top 1.5s cubic-bezier(0.15, 0.46, 0.45, 0.94) infinite
        alternate;
}

.mobile-screen-img-1 {
    z-index: 2;
    position: relative;
    animation: glide 2s ease-in-out alternate infinite;
}

.mobile-screen-img-2 {
    position: absolute;
    left: 30% !important;
    z-index: 1;
    animation: glide 5s ease-in-out alternate infinite;
}

.app-cta__title {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 40px;
}

.app-cta__text {
    color: #fff;
    margin: 0;
}

.app-cta__button {
    margin-top: 60px;
    display: flex;
    gap: 30px;
}

.app-cta__button .homec-btn,
.app-cta__button .homec-btn.btn-border:hover {
    background: #fff;
    color: #101010;
    font-weight: 500;
}

.app-cta__button .homec-btn:last-child {
    margin: 0;
}

.app-cta__button .homec-btn:hover,
.app-cta__button .homec-btn.btn-border {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

.app-cta__button .homec-btn:hover i,
.app-cta__button .homec-btn.btn-border i {
    color: #fff;
}

.app-cta__button .homec-btn i,
.app-cta__button .homec-btn.btn-border:hover i {
    font-size: 18px;
    margin-right: 10px;
    color: #c02ed1;
    transition: all 0.4s ease;
}

.app-cta__content {
    z-index: 11;
    position: relative;
}

@media only screen and (max-width: 1500px) {
    .app-cta .container-fluid {
        max-width: 1170px;
    }
    .app-cta {
        margin: 0px 50px;
    }
    .mobile-screen-img-2 {
        left: 35% !important;
    }
    .app-cta {
        margin: 0;
    }
    .app-cta__button {
        justify-content: center;
    }
    .app-cta__title {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .app-cta__button {
        margin-top: 30px;
    }
}

/* App Call Action Shape */

.app-cta__shape {
    position: relative;
}

.app-call-inner {
    position: absolute;
    width: 100%;
    height: 728px;
    top: -70px;
}

.app-call-inner .circ-shape.circle-shape-1 {
    position: absolute;
    left: 10%;
    top: 24%;
    -webkit-animation: rotation 14s infinite linear;
    animation: rotation 14s infinite linear;
}

.app-call-inner .circ-shape.circle-shape-2 {
    bottom: 10%;
    position: absolute;
    left: 5%;
    -webkit-animation: rotation 4s infinite linear;
    animation: rotation 4s infinite linear;
}

.app-cta__group-img img {
    max-width: 360px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .app-cta__group-img {
        display: none;
    }
    .app-cta {
        margin: 0px 20px;
        padding: 70px 30px;
    }
    .app-cta__content {
        text-align: center;
    }
    .app-call-inner {
        height: 470px;
    }
}

@media only screen and (max-width: 767px) {
    .app-cta {
        margin: 0px;
    }
    .app-cta__content {
        text-align: center;
    }
    .app-cta__button .homec-btn {
    }
    .app-cta__button {
        margin-top: 35px;
        gap: 15px;
    }
    .app-cta__button .homec-btn:last-child {
        margin: 0;
    }
    .app-cta__button .homec-btn,
    .app-cta__button .homec-btn.btn-border:hover {
        padding: 16px 20px;
    }
    .app-cta__title {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 25px;
    }
    .app-call-inner {
        position: absolute;
        width: 100%;
        height: 500px;
    }
    .app-cta__group-img {
        display: none;
    }
    .app-call-inner .circ-shape.circle-shape-2 {
        bottom: 45%;
    }
    .app-cta__button {
        margin-top: 35px;
    }
}

/*======================================
   End App Call Action Area
========================================*/

/*======================================
   Blog Area
========================================*/

.homec-blog {
    margin-top: 30px;
    overflow: hidden;
    background: #fff;
    padding: 12px;
    box-shadow: 0px 9px 126px rgba(20, 0, 255, 0.06);
    border-radius: 4px;
}

.homec-blog:hover {
    transform: translateY(-10px);
}

.homec-blog__meta li {
    display: inline-block;
}

.homec-blog__content {
    bottom: 0;
    background: #fff;
    padding: 20px 15px 8px;
    z-index: 2;
}

.homec-blog__title {
    font-weight: 600;
    color: #101010;
    line-height: 38px;
    margin: 0;
}

.homec-blog:hover .homec-blog__title {
    color: #10984E;
}

.homec-blog__title a {
    font-size: 24px;
}

.homec-blog__meta {
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.homec-blog__meta li {
    display: flex;
    align-items: center;
    gap: 7px;
}

.homec-blog__meta li a,
.homec-blog__meta li {
    color: #7e8ba0;
}

.homec-blog__meta li:last-child {
    margin: 0;
}

.homec-blog__meta li svg {
    fill: #10984E;
}

.homec-blog__meta li.active {
    color: #10984E;
}

.homec-blog__head img {
    border-radius: 4px 4px 0 0;
}

.homec-blog__head {
    overflow: hidden;
    border-radius: 5px;
}

.homec-overlay.homec-blog__overlay {
    background: linear-gradient(
        0.61deg,
        #162a4c 0.55%,
        rgba(217, 217, 217, 0) 113.12%
    );
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.homec-blog:hover .homec-blog__overlay {
    opacity: 1;
    visibility: visible;
}

.homec-blog .homec-blog__head img {
    transition: all 0.7s ease;
}

.homec-blog:hover .homec-blog__head img {
    transform: scale(1.1);
}

.home-blog__button {
    margin-top: 20px;
    padding-top: 20px;
}

.homec-blog__btn {
    font-weight: 500;
    color: #111111;
    font-size: 18px;
}

.homec-blog__btn:hover {
    color: #7166ef;
}

.homec-blog__btn svg {
    stroke: currentColor;
}

.homec-blog__head a {
    width: 100%;
    display: block;
}

.homec-blog__title a {
    font-weight: 600;
}

.homec-blog__head img {
    width: 100%;
}

/* Blog Single */

.homec-blog-meta__list {
    border: 1px solid #eceaff;
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
}

.homec-blog-meta__list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #7e8ba0;
    font-weight: 500;
    border-radius: 4px;
}

.homec-blog-meta__list li,
.homec-blog-meta__list li a {
    color: #7e8ba0;
    font-weight: 500;
}

.homec-blog-meta__list li a:hover {
    color: #10984E;
}

.homec-blog-meta__list--single {
    display: flex;
    align-items: center;
    gap: 20px;
}

.homec-blog-content {
    margin-top: 30px;
}

.homec-blog-content__title {
    font-size: 42px;
}

.homec-blog-content p {
    margin-bottom: 30px;
}

.homec-blog-content img {
    margin-bottom: 30px;
    border-radius: 4px;
}

blockquote {
    background: #10984E;
    padding: 30px 30px 30px 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 170%;
    border-radius: 4px;
    position: relative;
}

blockquote::before {
    content: "";
    content: "\f10d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 36px;
    opacity: 0.2;
    font-size: 80px;
    top: 35px;
}

.homec-blog-detail__meta {
    display: flex;
    align-items: center;
    gap: 15px;
}

.homec-blog-detail__tag {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 15px;
}

.homec-blog-detail__bar {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.homec-blog-detail__meta--title {
    font-size: 20px;
    font-weight: 500;
}

.homec-blog-detail__tag a {
    font-weight: 400;
    font-size: 16px;
    color: #61657e;
}

.homec-blog-detail__tag a:hover {
    color: #10984E;
}

.homec-blog-detail__meta--title {
    font-size: 20px;
    font-weight: 500;
}

.homec-blog-detail__tag a {
    font-weight: 400;
    font-size: 16px;
    color: #61657e;
}

.homec-blog-detail__tag a:hover {
    color: #10984E;
}

.homec-blog-detail__bar {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.homec-blog-detail__title {
    font-size: 24px;
}

.homec-blog-comments__single {
    background: #f7f7fd;
    border: 1px solid #eceaff;
    border-radius: 4px;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.homec-blog-comments__single img {
    border-radius: 50%;
    min-width: 84px !important;
    min-height: 84px !important;
    max-width: 84px !important;
    max-height: 84px !important;
}

.homec-blog-comments__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.homec-blog-comments__title span {
    font-size: 13px;
    color: #10984E;
}

.homec-blog-comments__button {
    margin-top: 15px;
    color: #10984E;
    font-weight: 500;
}

.homec-blog-comments__single.homec-blog-comments__single--reply {
    margin-left: 15%;
}

.homec-comments-form {
    background: #10984E;
    padding: 40px;
    border-radius: 4px;
}

.homec-comments-form .homec-form-input input,
.homec-comments-form .homec-form-input textarea {
    background: #fff !important;
}

.homec-comments-form .form-group {
    margin-top: 30px;
}

.homec-comments-form .homec-property-ag__button {
    margin-top: 30px;
    display: ;
    text-align: right;
}

.homec-comments-form .homec-property-ag__button {
    margin-top: 30px;
    text-align: right;
    padding: 0 30px;
}

.homec-comments-form .homec-form-input textarea {
    height: 200px;
}

/* Blog Sidebar */

.blog-sidebar__heading {
    background: #2e86de;
    padding: 10px;
    color: #fff;
}

.homec-sidebar__single {
    margin-bottom: 30px;
    background: #f7f7fd;
    padding: 20px 30px;
    border: 1px solid #eceaff;
    border-radius: 4px;
}

.homec-sidebar__single:last-child {
    margin: 0;
}

.homec-sidebar__title {
    font-size: 20px;
    font-weight: 600;
}

/* Blog Search */

.homec-sidebar .blog-search {
    position: relative;
}

.homec-sidebar .blog-search input {
    width: 100%;
    height: 55px;
    box-shadow: none;
    text-shadow: none;
    font-size: 14px;
    color: #101010;
    background: #eceaff;
    padding: 0 70px 0 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0;
    border: 1px solid #cccccc52;
    border-radius: 5px;
}

.homec-sidebar .blog-search .button {
    height: 100%;
    width: 45px;
    line-height: 55px;
    box-shadow: none;
    text-shadow: none;
    text-align: center;
    border: none;
    font-size: 14px;
    transition: all 0.4s ease;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    color: #10984E;
    font-size: 25px;
}

.homec-sidebar__category {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.homec-sidebar__category li a {
    display: flex;
    justify-content: space-between;
    color: #7e8ba0;
}

.homec-sidebar__category li a:hover {
    color: #10984E;
}

.homec-sidebar__post {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

.homec-sidebar__img {
    max-width: 90px;
}

.homec-sidebar__img img {
    min-width: 90px;
    min-height: 90px;
    max-width: 90px;
    margin: ;
    max-width: ;
    max-height: 90px;
}

.homec-sidebar__img img {
    border-radius: 4px;
}

.homec-sidebar__content--title {
    color: #111111;
    font-size: 18px;
    margin: 0;
}

.homec-sidebar__content--date {
    display: flex;
    align-items: center;
    color: #7e8ba0;
    font-size: 18px;
    gap: 10px;
}

.homec-sidebar__content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.homec-sidebar__post:last-child {
    margin: 0;
}

.homec-sidebar__content--title a {
    font-weight: 500;
}

.homec-sidebar__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.homec-sidebar__tags a {
    background: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    color: #7e8ba0;
    font-size: 16px;
}

.homec-sidebar__tags a:hover {
    background-color: #10984E;
    color: #fff;
}

.homec-social.homec-social__sidebar li a {
    width: 42px;
    height: 42px;
    font-size: 15px;
    background-color: #eceaff;
}

.homec-social.homec-social__sidebar li svg {
    max-width: 20px;
}

.homec-social.homec-social__sidebar--v2 li a {
    width: 28px;
    height: 28px;
    line-height: 28px;
}

.homec-social.homec-social__sidebar--v2 li a svg {
    width: 12px;
}

/* Comments */

@media only screen and (min-width: 0px) and (max-width: 991px) {
    .homec-blog-meta__list {
        flex-wrap: wrap;
    }
    .homec-blog-content__title {
        font-size: 30px;
    }
    blockquote {
        font-size: 18px;
    }
    .homec-blog-detail__bar {
        flex-direction: column;
    }
    .homec-blog-detail__meta {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: self-start;
    }
    .homec-blog-comments__single {
        flex-direction: column;
        align-items: start;
        padding: 20px;
    }
    .homec-blog-comments__single.homec-blog-comments__single--reply {
        margin-left: 10%;
    }
    .homec-comments-form {
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .homec-blog__title a {
        font-size: 20px;
    }
}

/*======================================
   End Blog Area
========================================*/

/*======================================
   Homec Listing
========================================*/

.homec-listing {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.homec-listing__container {
    max-width: 1524px;
}

.homec-listing__inner {
    border-radius: 4px;
    overflow: hidden;
}

.homec-listing__inner img {
    width: 100%;
}

.homec-listing__single {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 274px !important;
}

.homec-listing__title {
    position: absolute;
    left: 25px;
    bottom: 25px;
    font-size: 28px;
    display: flex;
    flex-direction: column;
    color: #fff;
    margin: 0;
    font-weight: 600;
}

.homec-listing__single a {
    display: block;
    overflow: hidden;
}

.homec-listing__inner:hover img {
    transform: scale(1.1);
}

.homec-listing__title span {
    font-size: 18px;
    line-height: initial;
    font-weight: 400;
    color: #fff;
}

.homec-overlay.homec-listing__overlay {
    background: linear-gradient(
        180deg,
        rgba(22, 42, 77, 0) 0%,
        rgba(22, 42, 77, 0.9) 100%
    );
}

.homec-social.homec-social__sidebar {
    gap: 15px;
}

.homec-social.homec-social__sidebar a {
    box-shadow: none;
    border: 1px solid #eceaff;
}

.homec-social.homec-social__sidebar a:hover {
    background: #10984E;
    box-shadow: 0px 4px 8px rgba(113, 102, 240, 0.19);
}

.homec-listing__inner:hover .homec-listing__title {
    color: #f2c94c;
}

.homec-listing__inner:hover .homec-listing__title span {
    color: #fff;
}

@media only screen and (min-width: 1278px) and (max-width: 1550px) {
    .homec-listing__single {
        width: 18.18%;
    }
}

@media only screen and (max-width: 1100px) {
    .homec-listing__single {
        width: 31.3% !important;
    }
}

@media only screen and (max-width: 991px) {
    .homec-listing__single {
        width: 30.5% !important;
    }
    .homec-listing__title {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .homec-listing__single {
        width: 47% !important;
    }
    .homec-listing__title {
        left: 10px;
        font-size: 20px;
    }
}

/*======================================
   End Homec Listing
========================================*/

/*======================================
   Faq Area
========================================*/

.faq-area {
    padding-bottom: 330px;
    position: relative;
}

.faq-area__bg-shape {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.faq-area__bg-shape img {
    width: 100%;
    height: 100%;
}

.homec_shape-27 {
    position: absolute;
    left: 8%;
    bottom: 35%;
    animation-name: rotateIn;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.homec_shape-28 {
    position: absolute;
    left: 30%;
    top: 20%;
    animation-name: rotateIn;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.homec_shape-29 {
    position: absolute;
    left: 32%;
    bottom: 4%;
    animation-name: flash;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    max-width: 300px;
}

.homec_shape-30 {
    position: absolute;
    right: 2%;
    top: 0%;
    animation-name: flash;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    max-width: 300px;
}

.homec_shape-31 {
    position: absolute;
    right: 9%;
    bottom: 20%;
    animation-name: rotateIn;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.homec_shape-32 {
    max-width: 700px;
    top: -30%;
    left: -10%;
    animation: action 1.5s infinite alternate;
}

.homec_shape-33 {
    top: 52%;
    max-width: 170px;
    opacity: 0.6;
}

.homec_shape-34 {
    left: 45%;
    top: 15%;
    max-width: 70px;
    opacity: 0.2;
}

.homec_shape-35 {
    top: 54%;
    left: 50%;
    max-width: 45px;
    opacity: 0.5;
}

.homec_shape-36 {
    right: 15%;
    top: 52%;
    max-width: 60px;
    opacity: 0.3;
}

.homec_shape-37 {
    right: 5%;
    top: 5%;
    max-width: 250px;
}

.homec_shape-38 {
    top: 0;
    z-index: 1;
    max-width: 250px;
    opacity: 0.5;
    left: 5%;
}

.homec_shape-39 {
    top: 0;
    right: 3%;
    max-width: 250px;
}

.homec_shape-faq {
    z-index: 1;
}

.homec_shape-40 {
    bottom: 30%;
    max-width: 150px;
    opacity: 0.4;
}

.homec_shape-41 {
    top: 15%;
    left: 5%;
    max-width: 40px;
    animation-name: flash;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.homec_shape-42 {
    bottom: 5%;
    left: 51%;
    max-width: 30px;
    animation-name: flash;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@media only screen and (max-width: 1500px) {
    .faq-dot-shape .shape-1 {
        left: 5%;
    }
    .faq-dot-shape .shape-4 {
        right: 0;
    }
    .faq-dot-shape .shape-5 {
        right: 4%;
    }
}

.faq__main .accordion {
    margin-top: 40px;
}

.faq__sinlge-item {
    margin-bottom: 30px;
    background: #8470ff;
    border-radius: 4px;
    border: none;
    z-index: 24;
    position: relative;
}

.faq__sinlge-item .accordion-button {
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    padding: 26px 40px;
    padding-right: 40px;
    background-color: transparent;
    color: #fff;
    position: relative;
    overflow: initial;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none !important;
    border-radius: 0px;
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

.faq__sinlge-item:not(.collapsed)::before {
    opacity: 1;
    visibility: visible;
    bottom: -5px;
}

.faq__sinlge-item .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.faq__sinlge-item .accordion-button i {
    text-align: right;
    font-size: 22px;
}

.faq__sinlge-item:last-child {
    margin: 0;
}

.faq__sinlge-item:not(.collapsed) {
    color: #fff;
    background-color: #8470ff;
    border: none;
    box-shadow: none;
}

.faq__sinlge-item .accordion-button::after {
    display: none;
}

.faq__sinlge-item .accordion-collapse {
    border: none;
}

.faq__sinlge-item .accordion-body {
    padding: 0px 40px 25px 40px;
    background: transparent;
    border-radius: 4px;
    color: #fff;
    border: none !important;
}

.faq__sinlge-item .accordion-body p {
    margin: 0;
    color: #fff;
}

.faq-img {
    text-align: right;
    position: relative;
    z-index: 22;
    max-width: 524px;
}

.faq-img-shape {
    position: absolute;
    top: 10px;
    z-index: -1;
    left: 28px;
    animation-name: shake;
    animation-duration: 18s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

/*faq Area Style-2 */

.faq__main.style-2 .faq-shape-bg {
    position: absolute;
    top: -287px;
    width: 100%;
}

.faq__sinlge-item.style-2 .accordion-button {
    background: transparent linear-gradient(255deg, #7130ce 0%, #421ed4 100%) 0%
        0% no-repeat padding-box;
}

.faq__sinlge-item.style-2 .accordion {
    z-index: 22;
    position: relative;
}

.faq__sinlge-item.style-2 {
    background: transparent linear-gradient(255deg, #7130ce 0%, #421ed4 100%) 0%
        0% no-repeat padding-box;
}

.faq-dashboard_image {
    z-index: 333;
    position: relative;
    max-width: 480px;
    justify-content: right;
    float: right;
}

/* faq Area Style-3 */

.faq__main.style-3 {
}

.faq__sinlge-item.style-3 .accordion-button {
    background-color: #001737;
}

.faq__sinlge-item.style-3 .accordion-button:not(.collapsed) {
    background-color: #fe7235;
}

.faq__sinlge-item.style-3 .accordion-body {
    background: #fe7235;
}

.faq__sinlge-item.style-3 .faq-img-shape {
    top: -36px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-img {
        text-align: center;
        margin-top: 50px;
    }
    .faq-dot-shape {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .faq-img {
        text-align: center;
        margin-top: 0;
        max-width: 95%;
        margin-bottom: 50px;
    }
    .faq__main.style-2 .faq-shape-bg {
        top: -180px;
    }
    .faq-dot-shape {
        display: none;
    }
}

.faq-img__big {
    position: absolute;
    top: 9%;
    right: 0;
    max-width: 754px;
}

.faq-extra {
    margin-top: 130px;
}

.faq-features__bg {
    position: absolute;
    top: -270px;
    width: 100%;
}

.faq-features__bg img {
    height: 1300px;
    width: 100% !important;
}

/*======================================
   End Faq Area
========================================*/

/*======================================
   FunFact Area
========================================*/

.homec-funfact {
    background: #fff;
    padding: 30px 60px 60px 60px;
    box-shadow: 0px 9px 126px rgba(20, 0, 255, 0.06);
    border-radius: 4px;
    margin-top: -270px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.funfacts {
    position: relative;
}

.homec-funfact__single {
    padding: 0px 40px 25px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #f5f4ff;
}

.homec-funfact__single:hover {
    background-color: #10984E;
}

.homec-funfacts .homec-funfact__single {
    margin-top: 70px;
}

.homec-funfact__single:hover {
    border-color: #10984E;
}

.homec-funfact__number {
    font-size: 40px;
    margin: 0;
    margin-top: 25px;
    font-weight: 600;
}

.homec-funfact__single:hover .homec-funfact__number,
.homec-funfact__single:hover p {
    color: #fff;
}

.funfacts__image-main {
    width: 480px;
    height: 480px;
    border: 1px solid #10984E;
    border-radius: 100%;
    line-height: 480px;
}

.funfacts__image-main img {
    max-width: 102px;
}

.funfacts__text {
    margin: 0;
    line-height: 15px;
    transition: all 0.4s ease;
}

/* Rotation Animation */

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

.homec-funfact__icon {
    width: 80px;
    height: 80px;
    background: #5d48df;
    color: #fff;
    font-size: 35px;
    position: relative;
    z-index: 22;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-top: -40px;
    border: 1px solid transparent;
}

.homec-funfact__icon img {
    max-width: 50px;
}

.homec-funfact__single:hover .homec-funfact__icon {
    border-color: #fff;
}

.funfat__hover-shape {
    position: absolute;
    content: "";
    width: 100%;
    height: 83px;
    background-repeat: no-repeat;
    z-index: -1;
    left: 5px;
    top: 16px;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homec-funfact {
        top: -50px;
        margin-top: -50px;
    }
}

@media only screen and (max-width: 767px) {
    .homec-funfact {
        margin: 0;
        padding: ;
        top: -50px;
        padding: 20px;
    }
}

/*======================================
   End FunFact Area
========================================*/

/*======================================
   Client Carousel
========================================*/

.homec-cl-logo img {
    opacity: 0.5;
    filter: saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%)
        sepia(0%);
}

.homec-cl-logo a:hover img {
    opacity: 1;
    visibility: visible;
    filter: initial;
}

.homec-cl-logo img {
    max-width: 145px;
}

.homec-cl-logo a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.homec-cl-logo.homec-cl-logo--v2 img {
    opacity: 0.7;
}

/*======================================
  End Client Carousel
========================================*/

/*======================================
   App Process Area
========================================*/

.app-process__area {
    z-index: 22;
    position: relative;
}

.app-process__single {
    background: #fff;
    box-shadow: 0px 10px 35px #5d48df14;
    padding: 40px 30px 60px 30px;
    text-align: center;
    position: relative;
    transition: all 0.4s ease;
    border-radius: 5px;
}

.app-process__single::before {
    position: absolute;
    content: "";
    width: 80%;
    height: 10px;
    border-top-right-radius: 18px;
    border-top-left-radius: 18px;
    background: #d3cef7;
    bottom: 0;
    left: 50%;
    margin-left: -40%;
    transition: all 0.4s ease;
}

.app-process__single:hover::before {
    background: #0906ac;
}

.app-process__single:hover {
    box-shadow: 0px 15px 35px #5d48df26;
}

.app-process__single:hover .app-process__icon {
    background: #0906ac;
    color: #fff;
}

.app-process__single:hover .app-process__title {
    color: #0906ac;
}

.app-process__icon {
    width: 92px;
    height: 92px;
    line-height: 92px;
    text-align: center;
    border-radius: 100%;
    background: #d3cef7;
    font-size: 35px;
    color: #101010;
    display: inline-block;
    box-shadow: 0px 0px 15px #5d48df26;
    margin-bottom: 50px;
    transition: all 0.4s ease;
}

.app-process__title {
    font-size: 25px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 30px;
}

.app-process__text {
    margin: 0;
}

/*======================================
   End App Process Area
========================================*/

/*======================================
   Partner Area
========================================*/

.partner-area {
}

.partner-wrapper {
    text-align: center;
}

.partner-wrapper.slick-slide {
    padding: 0 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .partner-area {
        padding-bottom: 90px;
    }
    .partner-wrapper {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .partner-area {
        padding-bottom: 90px;
    }
    .partner-wrapper {
        margin-bottom: 30px;
    }
}

/*======================================
   End Partner Area
========================================*/

/*======================================
   breadcrumbs CSS
========================================*/

.breadcrumbs__content {
    /* height: 450px; */
    /* background-size: cover; */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    padding-top: 155px;
    padding-bottom: 20px;
}

.breadcrumb-content {
    /* text-align: center; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* flex-direction: column; */
    gap: 15px;
}

.breadcrumb__title {
    color: #000000;
    font-size: 42px;
}

.breadcrumb__menu {
    display: flex;
    gap: 10px;
}

.breadcrumb__menu li {
    color: #fff;
    font-size: 18px;
}

.breadcrumb__menu li::after {
    content: ">";
    /* color: #f2c94c; */
	color: #000;
}

.breadcrumb__menu li:after {
    padding-left: 10px;
}

.breadcrumb__menu li:last-child:after {
    display: none;
}

.breadcrumb__menu li a {
    /* color: #f2c94c; */
	color:#000!important;
	font-size: 14px;
}

.breadcrumb__menu .active a{
	color: #4D99D8!important;
}

.breadcrumb__menu li:hover a {
    opacity: 0.8;
}

.breadcrumb__menu li:last-child {
    margin: 0;
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
    .breadcrumbs__content {
        padding-top: 80px;
        height: 300px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumbs__content {
        height: initial;
    }
    .breadcrumb-content {
        gap: 10px;
    }
    .breadcrumb__title {
        font-size: 30px;
    }
}

/*======================================
	End breadcrumbs CSS
========================================*/

/*======================================
	About Us CSS
========================================*/

.about-us-area {
    padding-top: 120px;
}

.aboutus-head-para {
    margin-top: 45px;
}

.aboutus-progress .progress_inner {
    margin-bottom: 5px;
}

.aboutus-head-para {
    margin-top: 40px;
    margin-bottom: 30px;
}

.aboutus-img {
    position: relative;
}

.about-experience {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 20px;
}

.about-experience-number {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 30px;
}

.about-experience-para {
    font-size: 18px;
    margin: 0;
}

.about-experience::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 68px;
    background: #5d48df;
    border-radius: 5px;
    left: 0;
}

.aboutus-contact-left {
    position: relative;
}

.aboutus-contact-area {
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-video-main {
    position: relative;
    height: 600px;
}

.about-video-main .video-main {
    left: 115px;
}

@media only screen and (max-width: 767px) {
    .aboutus-img {
        margin-bottom: 50px;
    }
}

.about-info__main {
    display: flex;
    justify-content: space-between;
}

.aboutus-contact-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 70px 50px;
    justify-content: space-between;
    bottom: 0;
    width: 650px;
}

.aboutus-contact-banner-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.aboutus-contact-banner .homec-btn {
    background: #fe7235;
}

.aboutus-contact-banner .homec-btn:hover {
    background: #fff;
    color: #fe7235;
    border: 1px solid transparent;
}

.aboutus-contact-info {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    padding: 90px 55px 80px 65px;
    z-index: 22;
    position: relative;
    position: relative;
    top: -532px;
    margin-bottom: -532px;
    max-width: 470px;
}

.aboutus-contcat-info-title {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.aboutus-contcat-info-title::before {
    position: absolute;
    content: "";
    width: 77px;
    height: 4px;
    background: #fe7235;
    border-radius: 5px;
    bottom: 0;
}

.a-cont-info-wrapper-title {
    color: #fff;
    margin-bottom: 22px;
    display: block;
}

.a-cont-info-wrapper-title i {
    color: #fe7235;
    margin-right: 12px;
    font-size: 16px;
}

.a-cont-info-list.list-none li {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
}

.a-cont-info-list.list-none li:last-child {
    margin: 0;
}

.a-cont-info-wrapper {
    margin-top: 40px;
}

.aboutus-contact-area {
    position: relative;
}

.aboutus-contact-area::before {
    position: absolute;
    content: "";
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}

.aboutus-contact-left .video-main {
    display: inline-block;
    position: relative;
    z-index: 22;
    left: 0;
}

.aboutus-contact-left .promo-video .waves-block .waves {
    position: absolute;
    width: 150px;
    height: 150px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
    right: -30px;
    bottom: -30px;
    z-index: -1;
    border: 2px solid #fe7235;
}

.aboutus-contact-left .promo-video .waves-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.aboutus-contact-left .promo-video .waves-block .wave-1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.aboutus-contact-left .promo-video .waves-block .wave-1 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.aboutus-contact-left .video-main .video {
    height: 88px;
    width: 88px;
    line-height: 88px;
    text-align: center;
    border: none;
    border-radius: 100%;
    background: #fe7235;
    color: #fff;
    display: inline-block;
    z-index: 999;
    padding: 0;
    padding-left: 2px;
    font-size: 25px;
}

.aboutus-contact-left .video-main .video:hover {
    background: #fff;
    color: #fe7235;
}

.aboutus-contact-video {
}

.aboutus-circle-img {
    position: absolute;
    top: -145px;
    left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (max-width: 767px) {
}

/*======================================
	End About Us CSS
========================================*/

/*======================================
   Servide Details Area
========================================*/

.service-details__main {
    margin-top: 30px;
}

.service-details__image-top {
    margin-bottom: 60px;
}

.service-details__heading {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 35px;
}

.service-details_text {
    margin-bottom: 30px;
}

.service-details-middle {
    margin-top: 20px;
}

.service-details__m-img {
    text-align: right;
    margin-top: 30px;
}

.service-details__m-content {
    margin-top: 30px;
}

.sr-d-middle-title {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 30px;
}

.sr-d-middle-para {
    margin-bottom: 25px;
}

.service-details__list li {
    margin-bottom: 15px;
}

.service-details__list li img {
    margin-right: 15px;
}

.service-details__sn-list {
    position: relative;
    display: flex;
    gap: 25px;
}

.service-details__list-content {
    width: 75%;
}

.service-details__list-icon {
    width: 56px;
    height: 56px;
    line-height: 48px;
    background: #5d48df;
    text-align: center;
    border-radius: 100%;
    left: 0;
    top: 0;
    color: #fff;
    border: 5px solid #e2def9;
    font-size: 20px;
}

.service-details__list-content {
}

.service-details__list-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.service-details__list-text {
    margin: 0;
}

.service-details__desc-content {
    margin-top: 50px;
}

.service-details__title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 35px;
}

.service-details__d-text {
    margin: 0;
}

.service-details__sn-list {
    margin-top: 40px;
}

.service-details-bottom {
}

.sidebar-service-list li {
    background: #fff;
    margin-bottom: 30px;
    padding: 22px 50px;
    border-radius: 5px;
    transition: all 0.4s ease;
    cursor: pointer;
    box-shadow: 10px 10px 15px #0000000a;
}

.sidebar-service-list li:hover,
.sidebar-service-list li.active {
    box-shadow: 15px 15px 30px #00000014;
}

.sidebar-service-list li:last-child {
    margin: 0;
}

.sidebar-service-list li a {
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.sidebar-service-list li a i {
    font-size: 32px;
    margin-right: 22px;
    position: relative;
    top: 5px;
}

.sidebar-service-list li:hover {
    box-shadow: 10px 10px 15px #00000014;
}

.sidebar-service-list li:hover a {
    color: #5d48df;
}

.s-sidebar-widget.sidebar-sevice {
    background: #fff;
    padding: 0;
}

.service-details-sidebar {
    margin-top: 30px;
}

.s-sidebar-widget {
    background: #f5f5ff;
    border-radius: 5px;
    padding: 50px 40px;
    margin-bottom: 60px;
}

.b-download-cont-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 35px;
}

.b-download-para {
    font-size: 15px;
    margin-bottom: 30px;
}

.b-download-box {
    display: block;
    background: #f5f5ff;
}

.b-download-box {
    display: block;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    padding: 15px 25px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fe7235;
    transition: all 0.4s ease;
}

.b-download-box i {
    position: absolute;
    right: 25px;
    font-size: 25px;
    color: #fe7235;
    transition: all 0.4s ease;
}

.b-download-box:hover,
.b-download-box:hover i {
    color: #101010;
}

.sidebar-contact-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}

.sidebar-contact-list li {
    font-size: 15px;
    margin-bottom: 15px;
}

.sidebar-contact-list li:last-child {
    margin: 0;
}

.sidebar-contact-list li b {
    font-weight: 500;
}

@media only screen and (max-width: 991px) {
    .homec-contact__single {
        flex-direction: column;
        text-align: center;
    }
    .homec-contact__title,
    .homec-contact__title a {
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 767px) {
    .service-details__m-img {
        text-align: center;
        margin-bottom: 20px;
    }
    .homec-contact__middle {
        flex-direction: column;
        gap: 20px !important;
    }
}

/*======================================
   End Servide Details Area
========================================*/

/*======================================
   Contact Area
========================================*/

.homec-contact__middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f7f7fd;
    padding: 25px 30px;
    border-radius: 12px;
    gap: 50px;
}

.homec-contact__title,
.homec-contact__title a {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}

.homec-contact__label {
    font-size: 20px;
    margin: 0;
}

.homec-contact__content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.homec-contact__icon {
    width: 74px;
    height: 74px;
    background: #eceaff;
    text-align: center;
    border-radius: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.homec-contact__icon svg {
    fill: #10984E;
}

.homec-contact__single {
    display: flex;
    align-items: center;
    gap: 15px;
}

#homec-gmap-contact {
    width: 100%;
    height: 430px;
}

/*======================================
   End Contact Area
========================================*/

/*======================================
   Add Property
========================================*/

.homec-add-property {
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
    border-radius: 4px;
}

.homec-add-property__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 70%;
}

.homec-add-property__title {
    font-size: 24px;
}

.homec-add-property__text {
    color: #545454;
    font-size: 16px;
}

.homec-add-property__button {
    margin-top: 30px;
}

.homec-add-property__img {
    background: #eceaff;
    width: 220px;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.homec-add-property__img img {
    max-width: 130px;
}

.homec-add-property__img.homec-add-property__img--sale {
    background: #f6f0e2;
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
    .homec-add-property__img {
        width: 115px;
        height: 115px;
    }
    .homec-add-property__img img {
        width: 50px;
    }
    .homec-add-property__title {
        font-size: 20px;
    }
    .homec-add-property.homec-bg-third-color.homec-border {
    }
    .homec-add-property {
        padding: 30px 15px;
    }
}

/*======================================
   End Add Property
========================================*/

/*======================================
   Error Page Area
========================================*/

.homec-error-inner {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.homec-error-inner__button {
    margin-top: 40px;
}

.homec-error-inner__img {
    max-width: 1000px;
}

.homec-error-inner__img {
    margin-bottom: 65px;
}

.homec-error-inner__title {
    font-size: 48px;
    margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homec-error-inner__img {
        max-width: 450px;
    }
    .homec-error-inner__button {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .homec-error-inner__button {
        margin-top: 30px;
    }
    .homec-error-inner__img {
        margin-bottom: 30px;
    }
    .homec-error-inner__title {
        font-size: 28px;
    }
}

/*======================================
   End Error Page Area
========================================*/

/*======================================
   Homec Submit Property
========================================*/

.homec-form-input input,
.homec-form-input select,
.homec-form-input .homec-form-select,
.homec-form-input textarea {
    background: #f7f7fd;
    width: 100%;
    border: 1px solid #eceaff;
    height: 50px;
    padding: 0 25px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    resize: none;
}

.homec-submit-form__heading {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px;
}

.homec-form-input textarea,
.homec-form-input textarea {
    height: 100px;
    padding-top: 10px;
}

.homec-form-input .list {
    width: 100%;
}

.homec-submit-form {
    border: 1px solid #eceaff;
    border-radius: 12px;
}

.homec-submit-form__title {
    background: #10984E;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 8px 8px 0px 0px;
    margin: 0;
}

.homec-submit-form .property-sidebar__filters {
    padding: 0 30px;
}

.modal-dialog .homec-submit-form__inner {
    padding: 10px 30px 20px;
    border: 1px solid rgba(0, 0, 0, .2);
}

.homec-submit-form__separate {
    display: flex;
    justify-content: space-between;
}

.homec-submit-form__separate .homec-submit-form__inner {
    width: 50%;
    border-right: 1px solid #eceaff;
}

.homec-submit-form__separate .homec-submit-form__inner:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.homec-image-video-upload {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px;
    background-color: #f7f7fd;
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
}

.homec-overlay.homec-overlay--img-video {
    background: #111111ab;
}

.homec-image-video-upload__title.homec-image-video-upload__title--v2 {
    color: #fff;
}

.homec-image-video-upload__icon {
    background: #fff;
    z-index: 333;
    width: 86px;
    height: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border-radius: 100%;
    color: #10984E;
}

.image-upload-label {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 18px;
    font-weight: 400;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0;
}

.homec-image-video-upload__label {
    font-size: 16px;
    font-weight: 400;
    color: #111111;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    z-index: 11;
}

.homec-image-video-upload__label svg {
    max-width: 50px;
}

.homec-image-video-upload__title {
    color: #162b49;
    font-weight: 400;
    font-size: 16px;
}

.homec-img-video-label {
    color: #111111;
}

.homec-img-video-label span {
    color: #7e8ba0;
}

.form-group.homec-form-input--list {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.homec-form-input.homec-form-add {
    display: flex;
    align-items: center;
    gap: 20px;
}

.homec-form-add__button.homec-form-add__button--delete {
    background: #fb160a;
}

.homec-form-add__button {
    min-height: 50px;
    min-width: 50px;
    background: #47c363;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}

.homec-form-add__button img {
    max-width: 20px;
}

.form-group.homec-form-input .select2-container .select2-selection--single {
    background: #f7f7fd;
    width: 100%;
}

.form-group.homec-form-input .select2  {
  width: 100%;
}

.select2 {
    width: 100% !important;
}

.ck.ck-reset {
    border: none !important;
}

.ck.ck-editor__top.ck-reset_all {
    border: none;
}

.ck.ck-sticky-panel__content {
    border: none;
}

.ck.ck-toolbar.ck-toolbar_grouping {
    border: none;
    background: #c4e1ff;
}

.ck.ck-editor__main {
    border: none;
}

div.ck.ck-editor__main .ck-content {
    background: #f7f7fd !important;
    border: none !important;
    min-height: 200px;
    box-shadow: none !important;
    padding: 0 25px;
}

div.ck.ck-editor__main .ck-content p {
    font-size: 16px;
}

.homec-submit-form__inline {
    padding: 0 30px 30px;
}

.homec-submit-form__big--desc div.ck.ck-editor__main .ck-content {
    min-height: 162px;
}

div.ck-editor.ck-rounded-corners {
    border: 1px solid #eceaff !important;
    border-radius: 4px !important;
}

.homec-submit-form .homec-form-input .homec-form-select:after {
    border-right: 3px solid #162b49;
    width: 11px;
    height: 11px;
    border-bottom: 3px solid #162b49;
    top: 40%;
    right: 16px;
}

.homec-submit-form__upload {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
}

.homec-btn.homec-btn--upload {
    padding: 4px 10px;
    line-height: initial;
    height: initial;
    font-size: 15px;
}

.homec-submit-form__upload-btn {
    min-width: 170px;
}

.homec-upload-images__single--edit {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    border: none;
    padding: 0;
    background: #fb160a;
    color: #fff;
    font-size: 14px;
}

.homeco__item-switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 22px;
}

.homeco__item-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.homeco__item-switch--slide {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #bfc5cf;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 12px;
}

.homeco__item-switch--slide::before {
    position: absolute;
    content: "";
    height: 28px;
    width: 28px;
    bottom: 0.5px;
    background-color: #7e8ba0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    top: -3px;
    border-radius: 100%;
    box-shadow: 0px 0px 5px #0000002e;
}

.homeco__item-unlock--first {
    display: flex;
    align-items: center;
    gap: 10px;
}

.homeco__item-switch input:checked + .homeco__item-switch--slide {
    background-color: #b8b3f7;
}

.sherah-ptabs__notify-switch--two input:checked + .homeco__item-switch--slide {
    background-color: var(--sherah-secondary-color);
}

.homeco__item-switch input:focus + .homeco__item-switch--slide {
    box-shadow: none;
}

.homeco__item-switch input:checked + .homeco__item-switch--slide::before {
    transform: translateX(29px);
    background: #10984E;
}

.homeco-switcher-group__switch {
    display: flex;
    align-items: center;
    gap: 15px;
}

.homeco-switcher-group__title {
    font-size: 18px;
    margin: 0 0 10px;
    color: #111111;
    font-weight: 400;
}

.homeco-switcher-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.homeco-switcher-group__single {
    border-right: 1px solid #7e8ba04f;
    padding-right: 70px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-right: 70px;
}

.homeco-switcher-group__single:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.homec-upload-images__single--edit img {
    max-width: 14px;
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
    .homeco-switcher-group {
        flex-direction: column;
        gap: 10px;
    }
    .homeco-switcher-group__single {
        width: 100%;
        border: none;
        margin: 0;
        padding: 0;
        gap: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .homec-submit-form__separate {
        flex-direction: column;
    }
    .homec-submit-form__separate .homec-submit-form__inner {
        width: 100%;
        border: none;
    }
    .homec-image-video-upload {
        padding: 25px;
    }
}

/*======================================
   End Homec Submit Property
========================================*/

/*======================================
	Forms CSS
========================================*/

.ecom-wc__full {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.ecom-wc__logo img {
    max-width: 235px;
}

.ecom-wc-bg {
    background-color: #e8e5fe;
}

.ecom-wc__inner {
    padding: 66px;
}

.ecom-wc__middle {
    display: flex;
    justify-content: center;
    position: relative;
}

.ecom-wc__middle img {
    max-width: 100%;
    border-radius: 100%;
    max-width: 620px;
}

.ecom-wc__title {
    font-size: 36px;
    margin: 0px 0 0;
    color: #fff;
    font-weight: 500;
}

.ecom-wc__inner {
    padding: 50px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ecom-wc__countdown--title {
    position: absolute;
    left: -25px;
    top: 120px;
    background: #f2c94c;
    display: flex;
    flex-direction: column;
    background: #f2c94c;
    box-shadow: 0px 46.2476px 80.9333px rgba(51, 67, 89, 0.05);
    border-radius: 20px;
    padding: 28px 32px;
    justify-content: center;
    align-items: center;
    color: #111111;
    font-weight: 700;
    font-size: 40px;
    display: flex;
    gap: 18px;
    animation: moving 15s linear infinite;
}

.ecom-wc__countdown--title span {
    font-weight: 400;
    font-size: 26px;
}

.ecom-wc__logo {
    position: absolute;
    top: 75px;
    right: 75px;
}

.ecom-wc__countdown--title.ecom-wc__countdown--title--v2 {
    left: initial;
    right: -20px;
    bottom: 65px;
    top: initial;
    background: #ffffff;
    min-width: 245px;
    animation: tptranslateX2 3s infinite alternate;
}

.ecom-wc__countdown--title.ecom-wc__countdown--title--v2 span {
    color: #7e8ba0;
}

.ecom-wc__footer--language:after {
    border-color: #fff;
    width: 7px;
    height: 7px;
    margin-top: -5px;
}

.ecom-wc__footer--list {
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 0;
}

.ecom-wc__footer--list li a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.ecom-wc__footer--text {
    text-align: center;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
}

.ecom-wc__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    gap: 40px;
}

.ecom-wc__footer--language {
    background: transparent;
    border: none;
    color: #fff;
}

.ecom-wc__footer--languages .select2-selection.select2-selection--single {
    background: transparent;
    border: none !important;
    padding: 0;
    margin: 0;
    color: #fff;
    gap: 0 !important;
    justify-content: initial;
}

.ecom-wc__footer--languages .select2-selection.select2-selection--single span {
    color: #fff !important;
    padding: 0;
    color: #fff !important;
    font-weight: 500;
    color: #fff;
}

.ecom-wc__footer--languages
    .select2-selection.select2-selection--single
    span
    b {
    border-color: #fff !important;
    width: 8px;
    height: 8px;
}

/* Welcome Form */

.ecom-wc__form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.ecom-wc__heading {
    background: #e4f2ff;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    overflow: hidden;
}

.ecom-wc__form-inner {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-width: 615px;
    max-width: 615px;
    border-radius: 10px;
    background: #ffffff;
    padding: 30px;
}

.ecom-wc__form-title {
    text-align: center !important;
    font-size: 24px;
    width: auto;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-bottom: 1px solid #eeecff;
    font-weight: 400;
}

.ecom-wc__form-title span {
    font-weight: 400;
    font-size: 14px;
    padding: 0;
    line-height: 150%;
}

.ecom-wc__checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ecom-wc__inside--group {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

/* ecom Form */

.ecom-wc__form-main {
    padding: 20px 25px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    padding-top: 0;
}

.ecom-wc__form-main .form-group {
    margin-top: 20px;
    position: relative;
}

.ecom-wc__form-main input,
.ecom-wc__form-main textarea,
.ecom-wc__form-main select {
    width: 100%;
    height: 50px;
    padding: 5px 50px 5px 20px;
    color: rgba(57, 62, 70, 0.2);
    border: 1px solid #e4f2ff;
    border-radius: 4px;
    padding-left: 30px;
    height: 55px;
    padding-right: 30px;
}

.ecom-wc__form-main select {
    color: #1a1a1a;
}

.form-group__input--select .flag-label {
    position: absolute;
    top: 20%;
    background: transparent;
    border: none;
    padding: 0 15px 0 30px;
    border-right: 1px solid #e2e7f1;
    height: 60%;
    display: flex;
    align-items: center;
    font-weight: 400;
}

.ecom-wc__form-profile textarea.ecom-wc__form-input {
    display: ;
    height: 210px;
}

.form-group__input--select .flag-label img {
    max-width: 30px;
    margin-right: 10px;
}

.form-group__input--select input {
    padding-left: 150px !important;
}

.ecom-wc__form-main textarea {
    height: initial;
    padding: 20px 30px;
}

.ecom-form-icon {
    position: absolute;
    top: 15px;
    right: 14px;
}

.ecom-wc__form-main .form-group input:hover,
.ecom-wc__form-main .form-group textarea:hover {
    border-color: #6176fe;
}

.ecom-wc__form-main .form-group:hover .ecom-wc__icon {
    color: #6176fe;
}

.ecom-wc__form-main .form-group__input {
    position: relative;
}

.ecom-wc__form-main .ecom-wc__icon {
    position: absolute;
    right: 29px;
    top: 50%;
    color: #85878b;
    transition: all 0.3s ease;
    cursor: pointer;
    line-height: initial;
    margin-top: -12px;
}

.ecom-wc__form-label {
    font-size: 14px;
}

.ecom-wc__check-inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ecom-wc__check-inline label {
    margin: 0;
}

.ecom-wc__check-inline label a {
    font-weight: 400;
}

.ecom-wc__form-new {
    padding-top: 25px;
    padding-bottom: 25px;
}

.form-group.ecom-wc__new-bottom {
    margin-top: 35px;
}

.forgot-pass {
    font-size: 16px;
    font-weight: 400;
}

.ecom-wc__button {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.ecom-wc__button .homec-btn {
    padding: 10px 0 10px;
    color: #fff;
    border: none;
    font-size: 20px;
    border-radius: 4px;
    font-weight: 300;
    min-height: 50px;
    background: #f2c94c;
    color: #111111;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    width: 100% !important;
    display: block;
    min-width: 100%;
    line-height: 22px;
    padding: 0;
}

.ecom-wc__button .homec-btn.homec-btn__social {
    color: #858d98 !important;
    font-weight: 400;
    background: #fafafa !important;
    display: flex;
    gap: 10px;
    font-size: 18px;
    border-color: #ecedfa;
}

.ecom-wc__button .homec-btn.homec-btn__social::before {
    display: none;
}

.ecom-wc__bottom a {
    color: #6176fe;
    font-weight: 700;
}

.ecom-wc__bottom a:hover {
    color: #6176fe;
}

.ecom-wc__button img {
    max-width: 18px;
}

.ecom-wc__button button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.ntfmax-wc__btn-icon {
    width: 25px;
    height: 25px;
    background: transparent;
    line-height: 24px;
    border-radius: 100%;
    transition: all 0.3s ease;
    color: #6176fe;
}

.ecom-wc__button .ntfmax-wc__btn:hover .ntfmax-wc__btn-icon {
    color: #fff;
}

.ecom-wc__text {
    font-size: 14px;
    color: #7e8ba0;
    margin: 0;
    text-align: center;
}

.ecom-wc__text a {
    color: #111111;
    font-weight: 400;
}

.ecom-wc-col-one {
    width: 58%;
}

.ecom-wc-col-two {
    width: 42%;
}

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

.form-mg-top25 {
    margin-top: 25px !important;
}

.form-mg-top30 {
    margin-top: 30px !important;
}

@media only screen and (min-width: 0px) and (max-width: 1550px) {
    .ecom-wc__full {
    }
    .ecom-wc__inner {
        padding: 30px;
    }
    .ecom-wc__form-inner {
        padding: 35px;
        min-width: 100%;
        max-width: 100%;
    }
    .ecom-wc__form-main .form-group {
        position: relative;
    }
    .ecom-wc__button.ecom-wc__button--bottom {
        gap: 15px;
    }
    .ecom-wc__button.ecom-wc__button--bottom .ntfmax-wc__btn {
        font-size: 16px;
        min-height: 50px;
    }
    .ecom-wc__form .ecom-wc__form-main input,
    .ecom-wc__form .ecom-wc__form-main textarea,
    .ecom-wc__form .ecom-wc__form-main select {
        height: 50px;
    }
    .ecom-wc__form-title {
        padding-bottom: 8px;
        margin-bottom: 8px;
    }
    .ecom-wc__middle img {
        max-width: 400px;
    }
    .ecom-wc__logo {
        top: 30px;
        right: 30px;
    }
    .ecom-wc__countdown--title {
        left: -10px;
        top: 98px;
        font-size: 30px;
        padding: 15px 30px;
        gap: 9px;
    }
    .ecom-wc__countdown--title span {
        font-size: 20px;
    }
    .ecom-wc__footer--text {
        margin-top: 10px;
    }
    .ecom-wc__footer--language ul {
        background: #fff;
    }
    .ecom-wc__footer--language ul li {
        color: #111111;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1100px) {
    .ecom-wc__footer--list,
    .ecom-wc__footer {
        gap: 20px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
    .section-property-desc .property-desc .wrapper .top-section{
        display: flex;
        justify-content: space-between;
    }
    .ecom-wc-col-one {
        display: none;
    }
    .ecom-wc-col-two {
        width: 100%;
    }
    .ecom-wc__form {
        height: initial;
    }
    .ecom-wc__full {
        height: initial;

    }
    .ecom-wc__form-inner {
        width: 100%;
        height: 100%;
        min-width: 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .ecom-wc__form-inner {
        margin-top: 19px;
    }

    .ecom-wc__full {
        margin: 0;
    }
    .ecom-wc__button.ecom-wc__button--bottom {
        gap: 20px;
    }
    .ecom-wc__inside--group {
        flex-direction: column;
    }
    .ecom-wc__form-title {
        font-size: 22px;
    }
    .ecom-wc__text {
        font-size: 15px;
    }
}

/*======================================
	End Forms CSS
========================================*/

/*======================================
   Subscriber Area
========================================*/

.homec-form {
    justify-content: space-between;
    display: flex;
    flex-wrap: initial;
    align-items: center;
    align-content: center;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
}

.homec-form__content {
    max-width: 45%;
}

.homec-form__label {
    color: #10984E;
    font-size: 16px;
}

.homec-form__title {
    font-size: 28px;
    margin: 0;
}

.homec-form__form {
    position: relative;
    display: flex;
    max-width: 535px;
    width: 535px;
    justify-content: end;
    padding: 10px 11px 10px 20px;
    background: #f4f3fe;
    border-radius: 8px;
    align-items: center;
    height: 72px;
    gap: 15px;
}

.homec-form__form input {
    font-size: 16px;
    color: #10984E;
    border: none;
    border-radius: 8px;
    width: 100%;
    background: transparent;
    height: initial;
    padding: 0;
    margin: 0;
}

.homec-form__form input::placeholder {
    color: #10984E !important;
    opacity: 1 !important;
}

.homec-form__form input::-ms-input-placeholder {
    color: #10984E !important;
    opacity: 1 !important;
}

.homec-form__form button {
    border-radius: 5px;
    min-width: 180px;
    right: 0;
    padding: 0;
    height: 52px;
    line-height: 52px;
}

.homec-form__form button span {
    width: 100%;
}

.homec-form__form input:focus {
    color: #101010 !important;
}

.homec-form__form.homec-form__form--property {
    height: 54px;
    padding: 5px 10px 5px 10px;
}

.homec-form__form.homec-form__form--bar {
    height: 54px;
    padding: 5px 5px 5px 20px;
}

.homec-form__form.homec-form__form--bar input {
    color: #7e8ba0;
}

.homec-form__form.homec-form__form--bar button {
    min-width: 150px;
    height: 42px;
    line-height: 42px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homec-form__content {
        text-align: center;
    }
    .homec-form__form input {
        width: 100%;
    }
    .homec-form__form {
        text-align: center;
    }
    .homec-form {
        flex-direction: column;
    }
    .homec-form__content {
        max-width: 58%;
        margin-bottom: 15px;
    }
    .subscribe-area,
    .subscribe-area.section-padding {
        padding: 50px 0;
    }
    .homec-form__form.homec-form__form--bar {
        height: 54px;
        padding: 5px 5px 5px 20px;
        width: 350px;
    }
    .homec-property-bar__single {
        gap: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .subscribe-area {
        padding: 60px 0 !important;
    }
    .homec-form__form input {
        width: 100%;
    }
    .homec-form__title {
        text-align: center;
        font-size: 26px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    .homec-form .homec-form__content {
        max-width: 100%;
        text-align: center;
    }
    .homec-form {
        flex-direction: column;
    }
}

/*======================================
   End Subscriber Area
========================================*/

/*======================================
	Download APP
========================================*/

.download-app-vector {
    position: absolute;
    max-width: 440px;
    top: 0;
    height: 100%;
}

.download-app-vector img {
    max-width: 440px;
}

.download-app-vector.download-app-vector__right {
    right: 0;
    top: 0;
}

.download-app__content {
    display: flex;
    flex-direction: column;
    max-width: 600px;
}

.download-app__middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.download-app__img {
    max-width: 425px;
}

.download-app__img img {
    animation: action 1.5s infinite alternate;
}

.download__app-button .homec-btn {
    background: #111111;
    border-radius: 100px;
    border: none;
    color: #fff;
    padding: 0px 30px;
    transition: all 0.3s ease;
}

.download__app-button .homec-btn:hover {
    transform: scale(1.1);
    color: #10984E;
}

.homec-btn.homec-btn__download:hover .btn-content p {
    color: #121118;
}

.download__app-button i {
    font-size: 25px;
}

.homec-btn__download {
    gap: 12px;
}

.download__app-button {
    display: flex;
    gap: 25px;
}

.homec-btn__download span {
    /*color: #fff;*/
    font-size: 12px;
    line-height: initial;
}

.homec-btn__download .btn-content {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.homec-btn__download p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .download-app__content {
        width: 75%;
    }
    .download-app__content .sec-head__title {
        font-size: 28px;
    }
    .download__app-button {
        gap: 10px;
    }
    .homec-btn__download p {
        font-size: 18px;
    }
    .download__app-button .homec-btn {
        padding: 0px 20px;
    }
    .download-app {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 767px) {
    .download-app__img {
        display: none;
    }
    .download__app-button {
        flex-direction: column;
        gap: 15px;
    }
    .homec-btn__download p {
        font-size: 18px;
    }
    .download-app__content {
        width: 100%;
        max-width: 100%;
    }
    .download-app-vector img {
        max-width: 100%;
    }
    .download-app {
        padding: 50px 0;
    }
    .download-app__content {
        padding: 0;
    }
}

/*======================================
	End Download APP
========================================*/

/*======================================
   Footer Area
========================================*/

.footer-area {
    background-color: unset;
    position: relative;
    overflow: hidden;
    background-position: bottom;
    background-repeat: no-repeat;
}

.footer-top-inner {
    z-index: 22;
    position: relative;
}

.homec_flinks {
	line-height: 2.3;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	font-size: 13px !important;
	background: #2B313C;
}
.homec_flinks:hover {
    background: #7a7a7a !important;
}

.footer-logo.homec-header__logo {
    float: initial;
    margin-bottom: 25px;
}

.footer-about-text {
    color: #fff;
    margin-bottom: 30px;
    max-width: 270px;
}

.footer-area p {
    color: #fff;
    font-size: 14px;
}

.footer-area ul li,
.footer-area ul li a {
    color: #fff;
}

.payment-card li {
    display: inline-block;
    margin-right: 8px;
}

.payment-card li:last-child {
    margin: 0;
}

.single-widget {
    margin-top: 30px;
}

.widget-title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}
.widget-title:after {
    content: '';
    display: block;
    border-bottom: 3px solid #fefefe;
    width: 55px;
    margin-top: 6px;
}

.single-widget li {
    color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
}

.single-widget li:last-child {
    margin: 0;
}

.single-widget li i {
    margin-right: 8px;
    font-size: 10px;
}


.single-widget.footer-contact li a {
    transform: none;
}

.footer-about-widget {
    margin-top: 30px;
}

.footer-contact-bottom {
    margin-top: 35px;
}

.f-contact-list li {
    margin-bottom: 25px;
    display: flex;
    align-items: start;
    gap: 22px;
}

.f-contact-list li i {
    font-size: 24px;
    margin-right: 10px;
    color: #10984E;
}

.f-contact-list li:last-child {
    margin: 0;
}

.copyright {
    background: #0c0c0c;
    padding: 22px 0px;
    z-index: 22;
    position: relative;
}

.copyright-text {
    color: #eceaff !important;
    margin: 0;
    text-align: left;
}

.copyright-text a {
    color: #fff !important;
    font-weight: 500;
}

.copyright-text a:hover {
    text-decoration: underline;
}

.footer-pages {
    display: flex;
    justify-content: end;
    gap: 0;
    position: relative;
    top: 5px;
}

.footer-pages li {
    display: inline-block;
    margin-right: 30px;
    padding-right: 30px;
    border-right: 2px solid #fff;
    line-height: initial;
    line-height: 16px;
}

.footer-pages li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.footer-pages li a {
    color: #c9c9c9;
}

.footer-pages li a:hover {
    color: #fff;
}

.footer-circle-shape {
    position: absolute;
}

.footer-circle-shape-inner {
    position: relative;
}

.f-c-shape-2 {
    left: 23%;
    position: relative;
    top: 10%;
    -webkit-animation: rotation 20s infinite linear;
    animation: rotation 20s infinite linear;
}

.f-c-shape-3 {
    position: relative;
    left: 148%;
    bottom: -250px;
    opacity: 0;
    animation-name: flash;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@media only screen and (max-width: 1500px) {
    .f-c-shape-2 {
        left: -18%;
        top: 15%;
    }
    .f-c-shape-3 {
        left: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .widget-title {
        font-size: 20px;
    }
    .copyright-text {
        text-align: center;
    }
    .copyright-right {
        text-align: center;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .copyright-text {
        text-align: center;
    }
    .copyright-right {
        text-align: center;
        margin-top: 15px;
    }
    .copyright-right li {
        display: inline-block;
        margin-right: 15px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
    .footer-pages {
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }
    .f-contact-list li {
        flex-wrap: wrap;
        gap: 12px;
        margin-bottom: 12px;
    }
    .footer-area p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-pages li {
        padding-right: 10px;
        margin-right: 10px;
    }
    .widget-title {
        font-size: 20px;
        margin-bottom: 18px;
    }
}

/*======================================
   End Footer Area
========================================*/

/*======================================
   Features List
========================================*/

.homec-features-list {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.homec-features-list__icon {
    width: 70px;
    height: 70px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.homec-features-list__first {
    display: flex;
    align-items: center;
    gap: 10px;
}

.homec-features-list__number {
    margin: 0;
    position: absolute;
    background: #f2c94c;
    font-size: 16px;
    font-weight: 500;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    right: -8px;
    top: 0;
}

.homec-features-list__single:hover .homec-features-list__number {
    transform: scale(1.1);
}

.homec-features-list__single {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.homec-features-list__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.homec-features-list__title {
    color: #fff;
    font-size: 24px;
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}

.homec-features-list__text {
    color: #fff;
    font-size: 16px;
    margin-top: 2px;
}

.homec-features-list__arrow {
    animation-name: flash;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.homec-features-list__arrow.homec-features-list__arrow--one {
    animation-duration: 7s;
}

.homec-features-list__arrow--two {
    animation-duration: 10s;
}

.homec-features-list__arrow.homec-features-list__arrow--three {
    animation-duration: 13s;
}

@media only screen and (max-width: 991px) {
    .homec-features-list {
        align-items: center;
        justify-content: center;
    }
}

/*======================================
   End Features List
========================================*/

/*======================================
   Dashboard
========================================*/

.homec-dashboard__middle {
    background: #fff;
    padding: 10px 35px 40px;
    border-radius: 4px;
}
.homec-dashboard__middle h6{
    background: #FB6A19;
    color: white;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
}

.homec-list-tabs.homec-list-tabs--v3 {
    background: #f7f7fd;
}

.homec-list-tabs.homec-list-tabs--v3 {
    flex-direction: column;
    align-items: start;
    width: 100%;
}

.homec-list-tabs.homec-list-tabs--v3 .list-group-item {
    width: 100%;
    border-bottom: 1px solid #eceaff;
    color: #7e8ba0 !important;
    font-weight: 400;
    font-size: 14px;
    padding: 12px 32px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.homec-dashboard__list--icon {
    background: #dcdafa;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 30px;
    height: 36px;
}

.homec-dashboard__list--icon svg {
    fill: #7e8ba0;
    font-size: 20px;
    width: 18px;
    height: 18px;
    transition: all 0.3s ease;
}

.homec-list-tabs.homec-list-tabs--v3
    .list-group-item:hover
    .homec-dashboard__list--icon,
.homec-list-tabs.homec-list-tabs--v3
    .list-group-item.active
    .homec-dashboard__list--icon {
    background: #7065f0;
}

.homec-list-tabs.homec-list-tabs--v3 .list-group-item.active,
.homec-list-tabs.homec-list-tabs--v3 .list-group-item:hover {
    color: #111111 !important;
}

.homec-list-tabs.homec-list-tabs--v3
    .list-group-item:hover
    .homec-dashboard__list--icon
    span
    i {
    color: #fff;
}

.homec-list-tabs.homec-list-tabs--v3 .list-group-item:hover svg,
.homec-list-tabs.homec-list-tabs--v3 .list-group-item.active svg {
    fill: #fff;
}

.homec-list-tabs.homec-list-tabs--v3 .list-group-item.active,
.homec-list-tabs.homec-list-tabs--v3 .list-group-item:hover {
    border-bottom-color: #10984E;
}

.homec-dashboard__inner {
    padding: 40px;
    border-radius: 4px;
}

.homec-dashboard__heading {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.homec-dashboard__single {
    background: #f5f4ff;
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    border: 1px solid #eceaff;
    box-shadow: 0px 6px 68px rgba(83, 85, 86, 0.04);
    border-radius: 4px;
    text-align: left;
    gap: 15px;
    cursor: pointer;
}

.homec-dashboard__single:hover {
    background: #376de4;
}

.homec-dashboard__single:hover .homec-dashboard__label,
.homec-dashboard__single:hover .homec-dashboard__title {
    color: #fff;
}

.homec-dashboard__desc{
    padding: 10px 0;
}
.homec-dashboard__label {
    font-size: 15px;
}

.homec-dashboard__title {
    font-size: 20px;
    font-weight: 700;
    line-height: initial;
}

.homec-dashboard__icon {
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border-radius: 4px;
}

.homec-dashboard-property {
    background: #f5f4ff;
    padding: 20px;
    border: 1px solid #eceaff;
    box-shadow: 0px 6px 68px rgba(83, 85, 86, 0.04);
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: space-between;
}

.homec-dashboard-property__img {
    position: relative;
    min-width: 164px;
    display: flex;
    gap: 15px;
}

.homec-dashboard-property__img img {
    max-width: 164px;
}

.homec-dashboard-property__label {
    position: absolute;
    left: 0;
    top: 0;
    background: #20ab5f;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 4px 14px;
    border-radius: 4px 0px;
    z-index: 333;
}

.homec-dashboard-property__badge {
    background: #f2c94c;
    border-radius: 5px;
    padding: 3px 14px;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    max-width: fit-content;
}

.homec-dashboard-property__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.homec-dashboard-property__buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.homec-dashboard-property__buttons .homec-dashboard-property__btn {
    width: 38px;
    height: 38px;
    border: none;
    background: #dcdafa;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.homec-dashboard-property__buttons audio {
    width: 38px;
    height: 38px;
    border: none;
    background: #dcdafa;
    border-radius: 3px;
}

.homec-dashboard-property__buttons a svg {
    fill: currentColor;
}

.homec-dashboard-property__buttons a:hover {
    background: #10984E;
    color: #fff;
}

.homec-dashboard-property__title {
    font-size: 22px;
    margin: 0;
}

.homec-dashboard-property__rating {
    display: flex;
    align-items: center;
    gap: 10px;
}

.homec-dashboard-property__btn.homec-dashboard-property__btn--delete:hover {
    background: red;
}

.homec-invoices {
    background: #f5f4ff;
    border: 1px solid #eceaff;
    box-shadow: 0px 6px 68px rgba(83, 85, 86, 0.04);
    border-radius: 4px;
    padding: 20px 30px;
}

.homec-invoice-table tr th {
    font-weight: 400;
    font-size: 16px;
    color: #7e8ba0;
    padding: 10px 0;
}

.homec-invoice-table__head {
    border-bottom: 1px solid #eceaff;
}

.homec-invoice-table__body tr td {
    padding: 12px 0;
}

.homec-invoice-table__body tr td p {
    color: #111111;
    font-weight: 400;
}

.homec-invoice-table--btn {
    background: #10984E;
    color: #fff;
    border: none;
    font-size: 16px;
    padding: 9px 15px;
    border-radius: 5px;
}

.homec-invoice-table__column5 {
    display: flex;
    justify-content: end;
}

.homec-invoice-table__body tr {
    border-bottom: 1px solid #eae8ff;
}

.homec-invoice-table__body tr:last-child {
    border: none;
}

.homec-dashboard__personals {
    background: #f5f4ff;
    border: 1px solid #eceaff;
    border-radius: 4px;
    overflow: hidden;
    padding: 30px;
}

.homec-modal {
    z-index: 333333;
}

.homec-modal__inner {
    padding: 40px;
    display: flex;
    flex-direction: column;
}

.homec-modal__width {
    min-width: 850px;
}

.homec-modal__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
}

.homec-modal__list li {
    color: #7e8ba0;
}

.homec-modal__list li span {
    font-weight: 500;
    color: #111111;
}

.homec-modal__list.list-none {
}

.homec-modal__list.homec-modal__list--v2 {
    justify-content: end;
    align-items: end;
}

.homec-modal__list.homec-modal__list--v2 li {
    color: #10984E;
}

.homec-invoices.homec-invoice-table--v2 {
    padding: 0;
    background: transparent;
    box-shadow: none;
    border: none;
}

.homec-moal__close {
    position: absolute;
    z-index: 33;
    background: transparent;
    border: none;
    top: 30px;
    right: 30px;
}

.homec-modal__width.homec-modal__width--profile {
    width: 700px;
    min-width: 700px;
}

.homec-modal-form__middle {
    color: #10984E;
    font-weight: 500;
    margin-top: 20px;
    font-size: 18px;
    margin-bottom: 0;
}

.ecom-wc__form-title.homec-dashboard__password {
    padding-bottom: 20px;
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
    .homec-modal__width {
        min-width: 100% !important;
        width: 100% !important;
    }
    .homec-modal {
        padding: 30px;
    }
    .homec-dashboard__inner {
        padding: 20px;
    }

    .homec-dashboard__label {
        font-size: 18px;
    }
    .homec-dashboard__title {
        font-size: 35px;
    }
    .homec-dashboard-property {
        flex-direction: column;
    }
    .homec-dashboard-property__buttons {
        flex-direction: row;
    }
    .homec-invoices {
        width: 100%;
        overflow: scroll;
    }
    .homec-invoice-table {
        width: 600px;
    }
    .homec-property.homec-property__list-style {
        flex-direction: column;
    }
    .homec-dashboard-property__img {
        flex-direction: column;
    }
    .homec-dashboard__middle {
        padding: 0;
    }
}

.homec-pimg {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    right: -12px;
    background: #111111;
    cursor: pointer;
}

.homec-pimg:hover {
    background: #0a82fd;
}

.homec-profile__edit input {
    display: none;
}

.homec-profile__edit {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    width: auto;
    max-width: 90px;
}

.homec-profile__edit img {
    max-width: 90px;
    border-radius: 50%;
    min-width: 90px;
    min-height: 90px;
    max-height: 90px;
}

/*======================================
   End Dashboard
========================================*/

/*======================================
	Global
========================================*/

.homec-container-medium {
    max-width: 1390px;
}

.homec-container-medium__row {
    --bs-gutter-x: 80px;
}

.homec-focus-content {
    background: #f1f0fe;
    color: #10984E;
    padding: 15px;
    border-radius: 4px;
}

.homec-focus-content p {
    color: #10984E;
}

.homec-focus-content.homec-focus-content--v2 {
    background: transparent;
    padding: 0;
    border: none;
}

.homec-section__head {
    z-index: 10;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.homec-section__badge {
    font-size: 24px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.homec-section__badge--small {
    font-size: 20px;
    font-weight: 400;
}

.homec-section__badge.homec-section__badge--shape {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 24px;
    color: #111111;
    font-size: 24px;
    display: inline-block;
    font-weight: 500;
}

.homec-section__title {
    margin: 0;
    font-size: 42px;
}

.section-white .homec-section__title,
.section-white .sec-head__text {
    color: #fff;
}

.bg-normal-default {
    background: #f5f5f5;
}

.homec-section__head.homec-section__head__half {
    max-width: 70%;
}

.homec-section__badge.homec-section__badge--shape.homec-section__badge--shape--v2 {
    padding: 14px 35px;
}

/* Table Pagination*/

.homec-pagination {
    text-align: center;
    display: flex;
    align-items: center;
}

.homec-pagination {
    justify-content: center;
}

.homec-pagination li a {
    width: 50px;
    height: 50px;
    text-align: center;
    color: #7e8ba0 !important;
    padding: 0;
    font-weight: 600;
    border: 1px solid #e2e7f1 !important;
    display: flex !important;
    border-radius: 100%;
    background: transparent;
    justify-content: center;
    align-items: center;
}

.homec-pagination ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.homec-pagination ul li a:hover,
.homec-pagination ul li.active a {
    background: #6176fe;
    color: #fff !important;
    border-color: transparent !important;
}

.homec-pagination ul .homec-pagination__button a {
    color: #111111 !important;
    border: none !important;
    margin: 0 50px;
    background: transparent !important;
}

.homec-pagination ul .homec-pagination__button:hover a {
    color: #7b61ff !important;
}

@media only screen and (min-width: 1300px) and (max-width: 1600px) {
    .homec-container-medium {
        max-width: 1340px;
    }
    .homec-container-medium__row {
        --bs-gutter-x: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .homec-section__title {
        font-size: 34px;
    }
    .homec-section__badge--small {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .homec-section__title {
        font-size: 24px;
    }
    .homec-flex.homec-flex__section {
        flex-direction: column;
        text-align: center;
    }
    .homec-section__head.homec-section__head__half {
        max-width: 100%;
    }
    .homec-pagination ul .homec-pagination__button a {
        margin: 0;
    }
    .homec-pagination li a {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }
}

.homec-support-img__content {
    position: absolute;
    bottom: 0;
    background: #10984E;
    right: 0;
    left: initial;
    display: flex;
    align-items: center;
    border-radius: 0px 0px 8px 0px;
    padding: 20px 40px;
    gap: 25px;
}

.homec-support-img__content img {
    max-width: 120px;
}

.homec-support-img__title {
    display: flex;
    flex-direction: column;
    font-size: 42px;
    color: #fff;
    margin: 0;
    line-height: initial;
}

.homec-support-img__title span {
    font-size: 18px;
    font-weight: 400;
}

.homec-support-img {
    border-radius: 8px;
    overflow: hidden;
}

.homec-support-img img {
    width: 100%;
    border-radius: 8px;
}

.homec-property-separate {
    height: 450px;
    position: absolute;
    top: 0;
    width: 100%;
}

.homec-bg.homec-bg__opacity-v2 {
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

.homec-hero-group-img {
    position: absolute;
    top: 0;
}

.homec-hero-group-img.homec-hero-group-img__v2 {
    top: 0;
    right: 0;
    animation-name: flash;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

/* Video Popup */

.video-popup-bg {
    position: absolute;
    right: 0;
    top: 0;
}

.homec-bg.homec-bg__opacity {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.12;
    animation-name: fade-in-out;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    background-size: cover;
    background-position: top;
    background-repeat: non;
}

@keyframes fade-in-out {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.15;
    }
    100% {
        opacity: 0.12;
    }
}

.homec-video-popup img {
    border-radius: 8px;
}

.homec-video-popup .homec-btn {
    position: absolute;
    bottom: 40px;
    right: 40px;
    border-radius: 8px;
    font-size: 22px;
    padding: 18px 20px;
}

.homec-iconic-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.homec-iconic-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    font-weight: 500;
}

.homec-iconic-list li i {
    color: #fff;
    background: #10984E;
    min-width: 28px;
    min-height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 100%;
    font-size: 12px;
}

.homec-iconic-list.homec-iconic-list__white li {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
}

.homec-iconic-list.homec-iconic-list__v2 li i {
    background: transparent;
    padding: 0;
    width: auto;
    height: auto;
    line-height: initial;
    color: #10984E;
    font-size: 22px;
    min-width: initial;
    min-height: initial;
}

.homec-iconic-list.homec-iconic-list--v3 li i {
    background: transparent;
    color: #10984E;
    width: initial;
    height: initial;
}

.homec-iconic-list.homec-iconic-list--v3 li {
    font-weight: 400;
    color: #7e8ba0;
    font-size: 22px;
}

.homec-iconic-list.homec-iconic-list--v3 li i {
    font-size: 22px;
    min-width: initial;
    min-height: initial;
}

.homec-social {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.homec-social a {
    background: #fff;
    color: #10984E !important;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    font-size: 12px;
    text-align: center;
    box-shadow: 0px 4px 8px 2px rgba(0, 124, 251, 0.16);
    display: flex;
    justify-content: center;
    align-items: center;
}

.homec-social a:hover {
    opacity: 0.8;
}

.homec-social a svg {
    fill: currentColor;
}

.homec-social a:hover {
    background: #10984E;
    color: #fff !important;
}

.homec-social.homec-social__v2 li a {
    font-size: 12px;
    box-shadow: none;
    color: #10984E !important;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: #eceaff;
    line-height: 26px;
    border: 1px solid transparent;
}

.homec-social.homec-social__v2 li a svg {
    max-width: 12px;
}

.homec-social.homec-social__v2 li a:hover {
    background-color: #10984E !important;
    color: #fff !important;
    border-color: #fdeaee;
}

.homec-social.homec-social__topbar li a {
    background: transparent;
    box-shadow: none;
    font-size: 16px;
    width: auto;
    height: auto;
    color: #fff !important;
}

.homec-social.homec-social__topbar li a:hover {
    color: #10984E !important;
}

.homec-social.homec-social__topbar.homec-social__topbar--v2 li a {
    color: #7e8ba0 !important;
}

.homec-social.homec-social__topbar.homec-social__topbar--v2 li a:hover {
    color: #10984E !important;
}

/* Controls Style */

.swiper-pagination {
    margin-top: 65px;
    display: flex;
    justify-content: center;
    gap: 8px;
    position: relative;
}

.swiper-pagination.swiper-pagination__start {
    left: 0;
    justify-content: start;
}

.swiper-pagination span {
    width: 24px;
    height: 24px;
    background: transparent !important;
    transition: all 0.4s ease;
    margin: 0 !important;
    border: 1px solid #d5d2fa !important;
    opacity: 1 !important;
    position: relative !important;
}

.swiper-pagination span::before {
    content: "";
    position: absolute;
    background: #10984E;
    border-radius: 100%;
    width: 55%;
    height: 55%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    left: 23%;
    top: 22%;
}

.swiper-pagination.swiper-pagination--white span::before {
    background: #fff;
}

.swiper-pagination span:hover::before,
.swiper-pagination span.swiper-pagination-bullet-active::before {
    opacity: 1 !important;
    visibility: visible !important;
}

.swiper-pagination.swiper-pagination__v2 span {
    border-radius: 0px;
    width: 30px;
    height: 3px;
    border: none !important;
    background: #9493a0 !important;
    border-radius: 50px;
}

.swiper-pagination.swiper-pagination__v2 span:before {
    display: none;
}

.swiper-pagination.swiper-pagination__v2 span.swiper-pagination-bullet-active,
.swiper-pagination.swiper-pagination__v2 span:hover {
    background: #10984E !important;
    width: 62px;
}

.swiper-pagination.swiper-pagination__v2 {
    margin-top: 50px;
}

/* Search Form */

.homec-search-form__form {
    background: #ffffff;
    align-items: center;
    flex-wrap: wrap;
    min-width: 600px;
    max-width: fit-content;
    display: flex;
    padding: 10px 10px 10px 25px;
    box-shadow: 0px 16px 88px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    gap: 15px;
    justify-content: space-between;
}

.homec-search-form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.homec-search-form__group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.homec-search-form__form input,
.homec-search-form__form input {
    border: none;
}

.homec-search-form__form input,
.homec-search-form__form button {
    height: 60px;
}

.section-inside-bg {
    position: absolute;
    right: 0;
    width: 38%;
    height: 100%;
    top: 0;
}

@media only screen and (max-width: 767px) {
    .homec-features__v2 {
        top: 0;
        margin: 0;
    }
    .section-inside-bg {
        display: none;
    }
    .homec-search-form__form {
        width: 98% !important;
        min-width: 100% !important;
    }
    .homec-form__form {
        width: 100%;
        max-width: 100%;
        height: initial;
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }
    .homec-form__form button {
        height: 48px;
        line-height: 48px;
        padding: 0;
    }
    .homec-hero__inner .homec-iconic-list li,
    .homec-hero__inner .homec-iconic-list li i {
        font-size: 18px;
    }
    .homec-form__form.homec-form__form--bar {
        height: initial;
    }
}

.swiper-pagination.swiper-pagination--v3 span {
    background: #ffffff !important;
    border: none !important;
}

.swiper-pagination.swiper-pagination--v3 span:before {
    background: #f2c94c;
}

.swiper-pagination.swiper-pagination--v3 {
    justify-content: center;
    gap: 20px;
}

@media only screen and (max-width: 991px) {
    .video-popup-bg {
        display: none;
    }
    .homec-property-separate {
        top: 0;
        margin: 0;
        padding-bottom: 100px;
    }
    .homec-support-img__title {
        font-size: 24px;
    }
    .homec-support-img__content img {
        max-width: 50px;
    }
    .homec-image-gallery__bottom {
        gap: 15px;
    }
    .homec-image-gallery__bottom .js-video-btn svg {
        max-width: 25px;
    }
    .homec-image-gallery__title {
        font-size: 30px;
        margin-bottom: 5px;
    }
    .homec-image-gallery__text {
        font-size: 15px;
    }
    .homec-support-img img {
        width: 100%;
    }
    .homec-btn__video {
        height: 60px !important;
        line-height: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .homec-image-gallery__text {
        display: none;
    }
    .homec-image-gallery__title {
        font-size: 22px;
    }
    .homec-image-gallery__content {
        margin: 0;
        margin-right: 20px;
    }
    .homec-image-gallery__bottom .homec-btn {
        margin-right: 20px !important;
    }
}

/* Shape Group */

.homec-shape {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
    z-index: 0;
}

.homec-shape-single {
    position: absolute;
}

.homec-shape-1 {
    top: 45%;
    animation-name: flash;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    right: 5%;
}

.homec-shape-2 {
    right: 12%;
    top: 58%;
    animation: rotate2 15s linear infinite;
}

.homec-shape-3 {
    right: 4%;
    bottom: 10%;
    animation-name: flash;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.homec-shape-4 {
    top: 5%;
    left: 15%;
    animation-name: rotateIn;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.homec-shape-5 {
    top: 10%;
    left: 2%;
    animation: rotate2 15s linear infinite;
}

.homec-shape-6 {
    top: 25%;
    left: 5%;
    animation-name: flash;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.homec-shape-8 {
    right: 9%;
    bottom: 10%;
    animation: moving 4s linear infinite;
}

.homec-shape-7 {
    left: 13%;
    animation: tptranslateX2 3s infinite alternate;
}

.homec-shape-single.homec-shape-10 {
    bottom: 0;
    animation: moving 10s linear infinite;
}

.homec-shape-single.homec-shape-10 img {
   width: inherit !important;
}

.homec-section-bottom-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 83%;
    height: 50%;
    background: #10984E;
}

.homec-btn__video {
    height: 90px;
}

.homec-shape-single.homec-shape-11 {
    top: 10%;
    left: 10%;
    animation: tptranslateX2 6s infinite alternate;
}

.homec-shape-single.homec-shape-12 {
    left: 22%;
    top: 22%;
    animation: moving 15s linear infinite;
}

.homec-shape-single.homec-shape-13 {
    left: 30%;
    bottom: 10%;
    animation: moving 15s linear infinite;
}

.homec-search-form__form--city .homec-search-form__group {
    min-width: 68%;
}

.homec-search-form__form--city .homec-search-form__group .form-group {
    width: 100% !important;
}

.homec-search-form__form--city
    .homec-search-form__group
    .form-group
    .select2.select2-container {
    width: 100% !important;
}

.homec-search-form__form--city
    .homec-search-form__group
    .select2-container
    .select2-selection--single {
    border: none !important;
    padding: 0;
}

@media only screen and (max-width: 1030px) {
    .homec-section-bottom-shape {
        left: 0;
        width: 100%;
    }
    .homec-property-ag--side {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .homec-gmap-iframe {
        max-height: 250px !important;
    }
    .homec-search-form__form--city .homec-search-form__group {
        min-width: 100%;
    }
    .homec-search-form__form--city
        .homec-search-form__group
        .select2-container
        .select2-selection--single {
        padding: 0 25px 0 0;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1100px) {
    .homec-container-medium__row {
        --bs-gutter-x: 1.5rem;
    }
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
    .breadcrumbs__content {
        padding-top: 110px!important;
        height: auto!important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
    .homec-header__group {
        gap: 30px;
    }
    .homec-header__button {
        gap: 10px;
    }
    .homec-header__menu .nav-menu li a {
        padding: 14px 0;
        font-size: 16px;
    }
    .homec-header__menu .nav-menu li {
        margin-right: 15px;
    }
    .homec-header__group {
        gap: 30px;
    }
    .homec-hero__title {
        font-size: 50px !important;
    }
    .homec-arrow-left {
        left: -9.8%;
        top: 49%;
        width: 80px;
    }
    .homec-features__single {
        padding: 30px;
    }
    .homec-hero.homec-hero--v3 {
        overflow: hidden;
    }
    .homec-testimonial.homec-testimonial--v2 .homec-testimonial__main {
        width: 70%;
    }
    .homec-property__list {
        justify-content: start;
        gap: 10px;
    }
    .homec-property__list li {
        font-size: 13px;
    }
    .homec-property__list li img {
        max-width: 16px;
    }
    .homec-section__title {
        font-size: 35px;
    }
    .homec-features-list {
        gap: 25px;
    }
}

/* Updated CSS */

.homec-property__head img {
    height: 260px;
    min-height: 260px;
}

.homec-property__list {
    gap: 40px;
    /* justify-content: space-evenly; */
}

@media (max-width: 400px) {
    .homec-property__list {
     gap: 9px!important;
    }
}

.homec-property__title a,
.homec-blog__title a,
.homec-property__card .homec-property__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.homec-blog__head img {
    width: 100%;
    height: 265px;
    min-height: 265px;
}

.homec-agent .homec-agent__head img {
    width: 100%;
    height: 295px;
    min-height: 295px;
}

.homec-agent.homec-agent__v2 .homec-agent__head {
    max-width: 180px;
    min-width: 180px;
}

.homec-agent.homec-agent__v2 .homec-agent__head img {
    height: 185px !important;
    min-height: 185px !important;
    width: 180px;
}

.homec-property.homec-property__card .homec-property__head img {
    width: 100%;
    height: 100%;
    min-height: 490px;
}

.homec-listing__single__small {
    height: 220px !important;
}

.homec-listing__single__big {
    height: 565px !important;
}

.homec-listing__single__medium {
    height: 315px !important;
}

.homec-psingle__amount {
    padding: 37px 25px 25px;
    font-size: 58px;
}

.homec-listing__title {
    word-wrap: break-word;
    left: 0;
    padding: 0 20px;
    width: 100%;
}

.homec-ceo-quote img {
    width: 225px;
    height: 260px;
}

.homec-image-group__main img {
    width: 100%;
    height: 600px;
}

.homec-support-img > img {
    width: 100%;
    height: 700px;
}

.download-app__img img {
    width: 425px;
    height: 425px;
    min-width: 425px;
    min-height: 425px;
}

.homec-image-group__single img {
    width: 316px;
    height: 615px;
}

.homec-slider-property-slider--v2 img {
    width: 495px;
    height: 415px;
}

.homec-image-gallery {
    overflow: hidden;
}

.homec-testimonial.homec-testimonial--v2 .homec-testimonial__img img {
    min-width: 188px;
    width: 188px;
}

.homec-image-gallery__content {
    max-width: 50% !important;
}

.homec-property.homec-property__list-style .homec-property__head {
    max-width: 330px;
    min-width: 330px;
}

.homec-property.homec-property__list-style .homec-property__head img {
    width: 330px;
    height: 260px;
}

.homec-agent-detail__img img {
    width: 100px;
    height: 80px;
    border-radius: 4px;
    margin-bottom: 15px;
}


.floor-plan-img img {
    width: 400px;
    height: 360px;
}

.homec-ptdetails-video img {
    width: 100%;
    height: 400px;
}

.homec-dashboard-property__img > img {
    width: 164px;
    height: 150px;
    min-width: 164px;
    min-height: 150px;
}

.homec-upload-images__single > img {
    width: 100%;
    height: 124px;
}

.homec-upload-images__single {
    margin-top: 15px;
}

.homec-upload-images {
    margin-top: -15px;
}

.homec-submit-form__inner iframe {
    width: 100%;
    height: 208px;
}

input,
textarea,
select {
    transition: all 0.3s ease !important;
}

.homec-modal__list.homec-modal__list--v2 li {
    text-align: right;
}

.homec-form-input input:hover,
.homec-form-input select:hover,
.homec-form-input .homec-form-select:hover,
.homec-form-input textarea:hover {
    border-color: #6176fe;
}

input:hover {
    color: #10984E !important;
    opacity: 1;
    -moz-opacity: 1;
    /* For Firefox */
    -webkit-opacity: 1;
    /* For Chrome and Safari */
}

textarea:hover {
    color: #10984E !important;
    opacity: 1;
    -moz-opacity: 1;
    /* For Firefox */
    -webkit-opacity: 1;
    /* For Chrome and Safari */
}

select:hover {
    color: #10984E !important;
    opacity: 1;
    -moz-opacity: 1;
    /* For Firefox */
    -webkit-opacity: 1;
    /* For Chrome and Safari */
}

input,
textarea,
select,
.select2-selection__rendered {
    color: #393e46 !important;
    opacity: 1 !important;
    -moz-opacity: 1 !important;
    /* For Firefox */
    -webkit-opacity: 1 !important;
    /* For Chrome and Safari */
}

.homec-property-ag__form input {
    color: #fff !important;
}

.homec-property-ag__form textarea {
    color: #fff !important;
}

.homec-gmap-canvas iframe {
    width: 100% !important;
    height: 450px;
}

.homec-blog-content img {
    width: 100%;
    height: 450px;
}

.homec-blog-content ul li {
    color: #7e8ba0;
    font-size: 16px;
    font-weight: 400;
}

.homec-blog-detail__tag {
    gap: 10px;
    flex-wrap: wrap;
}

.homec-image-gallery > img {
    height: 570px !important;
    width: 100% !important;
}

@media only screen and (max-width: 991px) {
    .homec-psingle__amount {
        font-size: 40px;
    }
    .homec-support-img > img {
        height: 500px;
    }
    .download-app__img img {
        min-width: 300px;
        min-height: 300px;
        width: 300px;
        height: 300px;
    }
    .homec-image-group__single img {
        width: 350px;
        height: 685px;
    }
    .homec-agent .homec-agent__head img {
        height: 380px;
        min-height: 380px;
    }
    .homec-image-gallery > img {
        height: 450px !important;
    }
    .homec-agent-card .homec-agent__head img {
        height: 100%;
    }
    .homec-property.homec-property__list-style {
        flex-direction: row;
    }
    .homec-btn__video svg {
        max-width: 30px;
    }
    .homec-upload-images__single > img {
        width: 100%;
        height: 80px;
    }
    .homec-gmap-canvas iframe {
        width: 100% !important;
        height: 380px;
    }
    .homec-blog-content img {
        width: 100%;
        height: 400px;
    }
    .homec-hero__inner.homec-hero__inner--v2 {
        padding-top: 250px;
    }
}

@media only screen and (max-width: 767px) {
    .homec-listing__single.homec-listing__single--last {
        width: 100% !important;
        flex-direction: row;
    }
    .homec-image-group__main img {
        width: 100%;
        height: 405px;
    }
    .homec-listing__single.homec-listing__single--last .homec-listing__inner {
        width: 50%;
    }
    .homec-ceo-quote img {
        width: 178px;
        height: 205px;
    }
    .homec-support-img > img {
        height: 400px;
    }
    .homec-image-group__single img {
        width: 47%;
        height: 305px;
    }
    .homec-image-gallery > img {
        height: 280px !important;
    }
    .homec-image-gallery__bottom {
        flex-direction: column;
        padding: 0;
        width: 100%;
        word-wrap: break-word;
        top: 50px !important;
    }
    .homec-image-gallery__content {
        max-width: 62% !important;
    }
    .homec-agent-detail__img img {
        width: 100%;
        height: 295px;
    }
    .floor-plan-img img {
        width: 100%;
        height: 240px;
    }
    .homec-ptdetails-video img {
        width: 100%;
        height: 280px;
    }
    .homec-upload-images__single > img {
        width: 100%;
        height: 180px;
    }
    .homec-package-detail__table tr td {
        padding: 8px 25px;
    }
    .homec-package-detail__title,
    .homec-package-detail__value {
        font-size: 16px !important;
    }
    .homec-gmap-canvas iframe {
        width: 100% !important;
        height: 300px;
    }
    .homec-blog-content img {
        width: 100%;
        height: 280px;
    }
    .homec-agent.homec-agent__v2 .homec-agent__head {
        max-width: 160px;
        min-width: 160px;
    }
    .homec-agent.homec-agent__v2 .homec-agent__head img {
        height: 160px !important;
        min-height: 160px !important;
        width: 160px;
    }
    .homec-amount-card.homec-amount-card__sticky {
        top: 20px;
        right: 20px;
        padding: 5px 15px;
        font-size: 13px !important;
    }
    .homec-amount-card__amount {
        font-size: 20px;
    }
    .homec-agent .homec-agent__head img {
        height: 320px;
        min-height: 320px;
    }
    #subscriberForm input {
        height: 40px !important;
    }
}

@media only screen and (min-width: 430px) and (max-width: 540px) {
    .homec-image-group__main img {
        width: 100%;
        height: 550px;
    }
    .homec-property__head img,
    .homec-blog__head img {
        height: 330px;
        min-height: 230px;
    }
    .homec-support-img > img {
        height: 500px;
    }
    .homec-agent .homec-agent__head img {
        height: 450px;
        min-height: 450px;
    }
}

.homec-hero__title--focus--hero {
    background-image: url("../img/shape-2.svg");
}

.homec-section__badge--shape {
    background-image: url("../img/section-shape.svg");
}

.homec-property-listing-bg {
    background-image: url("../img/bg-shape-four.svg");
}

.homec-why-choose-bg {
    background-image: url("../img/features-list-bg.svg");
}

.homec-faq-bg {
    background-image: url("../img/bg-shape-five.svg");
}

.homec-section__badge--shape--v2 {
    background-image: url("../img/shape-3.svg");
}

.homec-blog-bg {
    background-image: url("../img/bg-shape-two.svg");
}

.homec-featured-property-bg {
    background-image: url("../img/bg-shape-one.svg");
}

.homec-agent-inside {
    background-image: url("../img/agent-bg-2.jpg");
}

.homec-funfact--bg {
    background-image: url("../img/bg-pattern1.png");
}

.homec-bg-testimonial {
    background-image: url("../img/bg-shape-three.svg");
}

.homec-featured-bg-two {
    background-image: url("../img/features-list-bg.svg");
}

.homec-agent-side-cover {
    background-image: url("../img/property-ag-bg.svg");
}

.payment-package-bg {
    background-image: url("../img/payment-bg.png");
}

.homec-agent-vector-bg {
    background-image: url("../img/vector.svg");
}

.homec-property-single-bg {
    background-image: url("../img/property-single-bg.svg");
}

.homec-welcome-bg {
    background-image: url("../img/welcome-bg.svg");
}

.spinner-element {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    max-width: 100px;
    width: 100%;
    left: 50%;
    margin-left: -50px;
    top: 150px;
}

.form-input-label-group {
    display: flex;
    justify-content: space-between;
}

.homec-contact__icon {
    min-width: 74px;
    min-height: 74px;
}

.homec-contact__title,
.homec-contact__title a {
    word-wrap: anywhere;
}

.homec-psingle__amount {
    transition: all 0.3s ease;
}

.homec-psingle__amount span,
.homec-funfact__number span {
    transition: none;
}

.homec-header .homec-btn {
    transition: none !important;
}

.homec-property-slides .homec-image-gallery__bottom {
    position: absolute;
    top: 45px;
    bottom: initial;
}

.homec-image-gallery__content {
    margin-left: 30px;
}

.homec-image-gallery__bottom img {
    width: auto !important;
}

.homec-property-thumbs ul.slides {
    margin-left: -5px;
}

.homec-property-thumbs ul.slides li {
    margin-left: 5px;
}

.homec-property-thumbs ul.slides li:first-child {
    margin-left: 0 !important;
}

.homec-property-thumbs .single-thumbs img {
    width: initial !important;
}

.flex-direction-nav li a {
    font-size: 20px !important;
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    background: #10984E8a !important;
    color: #fff !important;
    padding: 0 !important;
    margin: 0 !important;
    transform: none !important;
    border-radius: 100% !important;
    opacity: 1 !important;
    bottom: initial !important;
    line-height: initial !important;
    text-align: center !important;
}

.flex-direction-nav a::before {
    font-family: fontawesome;
    color: #fff;
    font-size: initial;
    padding: 0;
    margin: 0;
    line-height: 30px !important;
}

.flex-direction-nav li a.flex-next:before {
    font-family: fontawesome;
    content: "\f105";
}

.flex-direction-nav li a.flex-prev:before {
    font-family: fontawesome;
    content: "\f104";
}

.single-thumbs {
    cursor: pointer;
    margin-bottom: 8px;
}

.flex-direction-nav li a.flex-prev {
    left: -50px !important;
}

.flex-direction-nav li a.flex-next {
    right: -50px !important;
}

.flex-direction-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -15px;
}

.homec-property-slides .flexslider {
    margin: 0 !important;
}
.homec-property-slides .flexslider li.flex-nav-prev {
    left: 60px;
}
.homec-property-slides .flexslider li.flex-nav-next {
    right: 60px;
}
.homec-property-thumbs--top {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.homec-property-thumbs {
    position: absolute;
    bottom: 0;
    z-index: 33;
    bottom: 30px;
    width: 100%;
    max-width: 70%;
}

.homec-property-thumbs .single-thumbs {
    margin: 0;
}

.homec-property-slides .homec-image-gallery .homec-overlay {
    background: linear-gradient(
        180deg,
        rgba(28, 25, 25, 0.69) 0%,
        #7c73913d 100%
    );
    bottom: initial;
}

@media only screen and (min-width: 1278px) and (max-width: 1550px) {
    .homec-listing__single {
        width: 18.18% !important;
    }
    .homec-listing__single__big {
        height: 505px !important;
    }
    .homec-listing__single__small {
        height: 195px !important;
    }
    .homec-listing__single__medium {
        height: 280px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .flex-direction-nav li a.flex-prev {
        left: 0 !important;
    }
    .flex-direction-nav li a.flex-next {
        right: 0 !important;
    }
}

@media only screen and (max-width: 991px) {
    .homec-image-gallery__content {
        max-width: 70% !important;
    }
    .homec-listing__single__big {
        height: 460px !important;
    }
    .homec-listing__single__small {
        height: 180px !important;
    }
    .homec-listing__single__medium {
        height: 250px !important;
    }
    .d-none-tab {
        display: none;
    }
    .homec-topbar-flex {
        justify-content: center;
    }
    .widget-title {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .homec-image-gallery__bottom {
        top: 20px !important;
    }
    .homec-listing__single__big {
        height: 320px !important;
    }
    .homec-listing__single__small {
        height: 120px !important;
    }
    .homec-listing__single__medium {
        height: 170px !important;
    }
    .hoemc-showing-results__text {
        display: none;
    }
    .homec-property-bar__single.last {
        display: none;
    }
    .homec-form__form.homec-form__form--bar input {
        height: 35px;
    }
    .homec-form__form.homec-form__form--bar {
        padding: 15px;
    }
    .homec-property-bar__single {
        gap: 0;
    }
}

@media only screen and (max-width: 480px) {
    .homec-image-gallery__content {
        max-width: 45% !important;
    }
    .homec-listing__single {
        width: 46% !important;
    }

    .section-neightbour .for-sale-content {
        display: block;
    }
    .section-neightbour .for-sale-content .column {
        width: 100% !important;
    }

.section-neightbour .end-border {
    width: 60%;
}

.section-neightbour #ToRent {

}

#ToRent .column {
    width: 100% !important;
}

.bhp-service-happy-client {
    display: grid;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
#bhp-top-property-section .bhome-top-content h3 {
    width: 100%!important;
float:left;

}
#bhp-top-property-section .bhome-top-content a {
    width: 100%!important;
    float: left;
    text-align: start!important;
}
.bhome-services .bhome-service-top-content h3 {
    width: 100% !important;
    text-align: start;
}
.bhome-services .bhome-service-top-content a {
    width: 100% !important;
    text-align: start !important;
}

.bhp-s_address {
    font-size: 12px;
    padding-bottom: 0px !important;
}
.bhp_btm_price{
font-size: 18px !important;
padding-top:8px!important;
}
.bhp_btm_hr_price{
display:none !important;
}
.bhp-title-about img {
    width: 10px !important;
}

}

@media only screen and (max-width: 768px) {
.bhp-s_title {
    font-size: 17px!important;
    padding-bottom: 5px!important;
}
.bhp-title-about li {
    font-size: 12px!important;
}
.bhp-title-about {
    gap: 10px !important;
}

}

@media only screen and (max-width: 412px) {
    .homec-listing__single {
        width: 45.5% !important;
    }
}

@media only screen and (max-width: 360px) {
    .homec-listing__single {
        width: 45% !important;
    }
}

@media only screen and (min-width: 430px) and (max-width: 540px) {
    .homec-upload-images__single > img {
        height: 260px;
    }
    .homec-listing__single__big {
        height: 430px !important;
    }
    .homec-listing__single__medium {
        height: 200px !important;
    }
    .homec-listing__single__small {
        height: 200px !important;
    }
}

.homec-property__topbar {
    margin-bottom: 10px;
}

.homec-psingle {
    box-shadow: 0px 9px 126px rgba(20, 0, 255, 0.06);
}

#homec-tabs.homec-gl-tabs {
    min-width: 100px;
}

.homec-property.homec-property__list-style .homec-property__list {
    justify-content: space-between;
}

.homec-property__salebadge {
    position: relative;
    right: 15px;
}

.homec-salebadge{
    position: absolute;
    top: 12px;
    left: 12px;
    background: #0C974C;
    padding: 2px 8px;
    border-radius: 50px;
    font-size: 14px;
    color: #fff;
}

.homec-blog-content strong,
.homec-blog-content h1,
.homec-blog-content h2,
.homec-blog-content h3,
.homec-blog-content h4,
.homec-blog-content h5,
.homec-blog-content h6 {
    color: #111111;
}

.single-widget.footer-contact li {
    word-break: break-word;
}

.homec-agent__social.homec-agent__social--inline {
    transform: none;
    margin-top: 20px !important;
}

.swal2-confirm.swal2-styled {
    background: #10984E !important;
}

.homec-dashboard__single:hover {
    background: #10984E;
}

.footer-area ul li a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 1140px) {
.bhp-s_filter_property_item{
   display: grid !important;
    gap: 11px !important;
}
.bhp-title-about {
    padding-left: 0 !important;
    gap: 10px !important;
}
hr.bhp_btm_hr_price {
    margin: 6px 0 !important;
}
}

@media only screen and (min-width: 1278px) and (max-width: 1550px) {
    .homec-section-bottom-shape {
        width: 95%;
    }
}

.homec-slider-gallery--v3 .homec-image-gallery__bottom {
    align-items: center;
    bottom: 30px;
}

.homec-slider-gallery--v3 .homec-image-gallery__bottom .homec-btn {
    margin-right: 30px;
    line-height: initial;
}

.homec-slider-gallery--v3 .homec-image-gallery__content {
    max-width: 62% !important;
}

@media only screen and (max-width: 767px) {
.bhp-service-happy-client {
    display: grid;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
    .homec-slider-gallery--v3 .homec-image-gallery__bottom {
        align-items: start;
        justify-content: initial;
        bottom: 30px;
        top: initial !important;
    }
    .homec-slider-gallery--v3 .homec-image-gallery__content {
        padding: 0;
        margin: 0;
        width: 100%;
        max-width: 100% !important;
    }
    .homec-slider-gallery--v3 .homec-image-gallery__bottom .homec-btn {
        margin-left: 30px;
        padding: 5px 20px;
        height: initial !important;
    }
    .homec-slider-gallery--v3 .homec-image-gallery__title {
        padding-left: 30px;
    }
}

.homec-heart-df {
    display: flex;
    align-items: center;
    gap: 10px;
}

/*************** Compare CSS ***************/

/* compare-tabel start  */

.noUi-target {
    height: 10px;
    background: rgb(252, 250, 250, 10%);
    box-shadow: inset 0 1px 1px transparent, 0 3px 6px -5px transparent;
}

.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    right: -10px;
    top: -6px;
    border-radius: 50px;
}

.noUi-handle {
    border: 1px solid transparent;
    border-radius: 3px;
    background: #10984E;
    cursor: default;
    box-shadow: inset 0 0 1px transparent, inset 0 1px 7px transparent,
        0 3px 6px -3px transparent;
}

.noUi-connect {
    background-color: #10984E;
}

.compare-tabel {
    padding: 100px 0 120px 0;
}
.tabel-main .homec-invoice-table__column1 {
    width: 150px !important;
}
.tabel-main .homec-invoice-table__column2 {
    width: 250px;
}

.noUi-handle:after,
.noUi-handle:before {
    display: none;
}

.compare-img {
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
}

.compare-img img {
    position: relative;
    width: 100%;
    height: 140px;
    border-radius: 8px;
}

.compare-img .icon {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 40px;
    width: 40px;
    background-color: #f2c94c;
    text-align: center;
    line-height: 40px;
    color: #111;
    border-radius: 4px;
    transition: all linear 0.3s;
}
.compare-img .icon:hover {
    background-color: #ffad39;
}
.compare-text p {
    text-align: center;
    padding-top: 10px;
    color: #111;
    font-weight: 400;
    font-size: 16px;
}
/* hover  */
.compare-img img:hover {
    transform: scale(1.1);
}

.bg-color {
    background-color: #f7f7fd;
}

.tabel-main {
    /* box-shadow: 0 14px 16px 0 rgba(11, 2, 55, 0.1); */
    background-color: #fff;
    border-radius: 8px;
}

.tabel-main .homec-invoice-table__head {
    border: 1px solid #f7f7fd;
}

.homec-invoice-table__head-two {
    background-color: #f7f7fd;
}

.homec-invoice-table__column1 .option-btn {
    font-size: 16px;
    color: #111;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
    padding: 0 30px;
    height: 60px;
    display: flex;
    align-items: center;
    gap: 4px;
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: -1px 6px 6px 1px rgba(11, 2, 55, 0.1);
    width: 100%;
}

.homec-invoice-table__column1 .option-btn span {
    font-size: 20px;
    color: #f2c94c;
    font-weight: 500;
    line-height: 20px;
}

.tabel-main .homec-invoice-table__column1 {
    font-weight: 500;
    font-size: 16px;
    color: #7e8ba0 !important;
}

.tabel-main .homec-invoice-table__body tr td p {
    font-weight: 500;
}

.tabel-main .homec-invoice-table__text-two {
    font-weight: 500;
    font-size: 16px;
    color: #7e8ba0;
}

.tabel-main .homec-invoice-table tr th {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    padding: 20px 15px;
    text-align: center;
}

.tabel-main .homec-invoice-table__body tr td {
    padding: 20px 50px;
    text-align: center;
}
.tabel-main .tabel-color {
    background-color: #f7f7fd;
}

/* compare-tabel  end  */
@media only screen and (max-width: 767px) {
    .tabel-main {
        overflow-x: scroll;
    }
}

/*Calculator Css */

/* calculet  */
.calculate-box {
    padding: 25px;
    background-color: #10984e;
    margin-top: 25px;
    border-radius: 4px;
    margin-left: 10px;
}
.calculate-box .calculate-box-text h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}
.calculate-box .calculate-box-text p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}
.calculate-box-lone-amount {
    margin-top: 20px;
}
.calculate-box-lone-amount label {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 5px;
}
.calculate-box-lone-amount .form-control {
    background: #fff;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 4px;
    height: 52px;
    padding: 0 15px;
    resize: none;
    font-size: 20px;
    color: #000 !important;
    font-weight: 400;
}
.calculate-box-lone-amount .form-control:focus {
    box-shadow: 0 0 0 0.25rem transparent;
}
.calculate-box-lone-amount .form-control:hover {
    border: 1px solid #fff;
}
input[type="range"] {
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 0px;
}
.calculate-box-lone-amount-two {
    margin-top: 10px;
}
.calculate-box-lone-amount-two .calculate-box-lone-amount-text #amt {
    color: #fff !important;
    border: 1px solid #10984e;
    border-radius: 3px;
    padding: 3px;
    width: 46px;
    padding: 0;
    height: 22px;
    background-color: #10984e;
}
.calculate-box-lone-amount-two .calculate-box-lone-amount-text .year {
    color: #fff !important;
    border: 1px solid #10984e;
    border-radius: 3px;
    padding: 3px;
    width: 46px;
    padding: 0;
    height: 22px;
    background-color: #10984e;
}
.calculate-box-lone-amount-two .calculate-box-lone-amount-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.calculate-box-lone-amount-text .left h5 {
    padding: 2px 5px;
    background-color: rgba(20, 24, 47, 0.5);
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}
.calculate-box-lone-amount-text .right h5 {
    padding: 2px 5px;
    background-color: rgba(20, 24, 47, 0.3);
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}
.calculate-box-lone-amount-text-one p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 5px;
}
.calculate-box-lone-amount-btn {
    margin-top: 20px;
}
.calculate-box-lone-amount-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
}
.calculate-box-lone-amount-btn .homec-btn {
    background: #f2c94c;
    color: #111;
    transition: all 0.3s;
}
.calculate-box-lone-amount-btn .homec-btn::before {
    background: #fff;
    color: #111;
}
.calculate-box-lone-amount-btn .homec-btn:hover {
    color: #111;
}
.calculate-box-lone-amount-btn .reset-btn {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #10984E;
}
.calculate-box-lone-amount-btn .reset-btn i {
    padding-right: 10px;
}
.calculate-payment {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.calculate-payment .calculate-payment-left h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
}
.calculate-payment-right {
    display: flex;
}
.calculate-payment .calculate-payment-right h2 {
    font-size: 35px;
    line-height: 26px;
    font-weight: 600;
    color: #f2c94c;
}
#myinput {
    border: solid 1px #10984E;
    border-radius: 8px;
    height: 8px;
    width: 100%;
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
}
#myinput2 {
    border: solid 1px #10984E;
    border-radius: 8px;
    height: 8px;
    width: 100%;
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
    width: 15px;
    -webkit-appearance: none;
    height: 15px;
    background: #10984E;
    border-radius: 50px;
}
/* calculet  */

/*======================================
	End Global
========================================*/

.navbar-light .navbar-nav .nav-link{
    color: rgba(0, 0, 0, .55);
    font-size: 14px;
}
.homec-filter-group-home select.form-select{
    border: none;
    border-bottom-left-radius: 11px;
    border-top-left-radius: 11px;
    box-shadow: none;
    font-size: 14px;
    height: 50px;
    text-align: left;

}
.homec-filter-group-home .select2-container{
    font-weight: 400;
}
.homec-filter-group-home .select2-container span {
    font-size: 14px !important;
}
.homec-filter-group-home .form-group .area-dropdown .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 24px;
    margin-top: -2px;
}
.homec-filter-group-home .form-group .area-dropdown .btn-group{
    width: 100%;
}
.homec-btn.homec-btn__second{
    background: #069447 !important;
}
.homec-btn.homec-btn__second:hover:before{
    background: #069447 !important;
}
.homec-btn.homec-btn__second span {
    color: #fff;
    font-size: 16px;
}
.homec-filter-group-home .form-group .area-dropdown .dropdown-menu.show {
    margin-top: 12px !important;
}
.properties-filters.homec-filters__margin .select2 {
    width: 100% !important;
}
.properties-filters .filter__label {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.properties-filters .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px !important;
    font-weight: 500;
}
.homec-filter-group-home .form-group .suggestions, .properties-filters .form-group .suggestions {
    background-color: #fff;
    color: #4b4b4b;
    line-height: 35px;
    padding: 10px;
    padding-left: 10px;
    cursor: pointer;
    border: 1px solid #ccc;
    width: 100%;
    display: none;
    z-index: 1000;
    position: absolute;
    top: 45px;
}
.homec-filter-group-home .form-group .loc-src{
    height: 100%;
    background-color: #f1f0fe !important;
    border: 0px;
    padding-left: 10px;
    font-size: 14px;
    margin-bottom: 0px;
}
.properties-filters .form-group .loc-src{
    height: 100%;
    background-color: #fff !important;
    border: 0px;
    padding-left: 10px;
    font-size: 14px;
    margin-bottom: 0px;
}
.homec-filter-group-home .form-group .src-icn{
    font-size: 20px;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 10px;
    color: #999;
}
.properties-filters .form-group .src-icn{
    font-size: 20px;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 10px;
    color: #999;
}

.share-button {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.social-icons {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    background-color: white;
    border: 1px solid #ddd;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: max-content;
    z-index: 9;
}

.social-icon {
    display: block;
    margin: 5px 0;
    text-decoration: none;
    color: #007bff;
}

.social-icon:hover {
    text-decoration: underline;
}
span.label.label-new {
    background: green;
    font-size: 10px;
    padding: 0px 5px;
    border-radius: 10px;
    position: absolute;
    line-height: 13px;
    margin-top: 6px;
    margin-left: -30px;
}
li.menu-item-has-children.new-lbl{
    margin-left: 15px;
}
/*----------------------------*/

.aria-guide-logo-text {
	font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
	margin-left: 0px!important;
}

.aria-guide-menu .aria-guide-name {
	border-bottom: 1px solid #EEEEEE;
}

.aria-guide-menu .aria-guide-name:hover{
	color: #00A766;
	border-bottom: 4px solid #00A766;
}

.search-box {
  display: none;
  width: 250px;
}

.area-slider {
	height: 570px;
	background: black;
	background-image: url("../images/area-guide-banner.jpg");
	background-size: 100%!important;
	background-repeat: no-repeat;
	background-position: center;
	overflow:hidden;
	padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.area-guide-city-active{
    color: #00A766!important;
    border-bottom: 4px solid #00A766!important;

}

@media only screen and (min-width: 300px) and (max-width: 1024px) {

}
@media only screen and (max-width: 1024px) {
    .area-slider {
        margin-top: 85px!important;
    }
    .navbar-area-guide-bhp{
        display: block;
        width: 100%;
    }
    .bhp-sm-area-guide{
        display:none!important;
    }
    .aria-guide-menu {
        display: block !important;
    }

}

.area-slider h3{
    color: #fff;
    text-transform: uppercase;
}

.slider h1 {
	text-align: center;
	color: #ffffff;
    font-size: 48px;
    font-weight: normal;
	margin-bottom: 25px;
}

.banner-box {
	background: rgb(0 0 0 / 56%);
	padding: 12px;
	margin-top: 25px;
}

.banner-box input {
	padding: 7px 15px;
	border: none;
	outline: none;
	border-radius: 6px;
}
.banner-box input[type="search"] {
	width: 80%;
	margin-right: 1%;

}
.banner-box input[type="submit"] {
	background: #28b16d;
	color: #fff;

}

.aria-guide-posts .ar-title {
	display: inline-block;
	color: #000;
    padding: 0 1px;
    padding-bottom: 8px;
    border-bottom: 1px solid #318892;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
	margin-bottom: 35px;
	padding-top: 15px;
	text-decoration: none;
}

.area-guide-thumb-img {
	height: 150px;
	overflow: hidden;
}
.area-guide-title{
	font-size: 23px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
}


.ar-view-all a{
	text-decoration: none;
    color: #222222;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 28px;
	text-align: center;
	display: block;
}

.ar-view-all a span{
	border: 1px solid;
	padding: 8px 20px;
}


.aria-guide-footer {
  background:  #020202;
  color: #fff;
  padding: 20px;
}

.aria-guide-footer .footer-links {
  margin-bottom: 15px;
}

.aria-guide-footer .footer-link {
  color: #fff;
  margin: 0 5px;
  text-decoration: none;
  color: #bbbbbb;
    font-size: 12px;
    text-transform: uppercase;
}


.aria-guide-logo {
	position: absolute;
    top: 36px;
    left: 44px;
}

.aria-guide-logo span{
	color: #4a606a;
    font-size: 24px;
    font-weight: normal;
}

.area-guide-navbar {
	box-shadow: 5px 15px 10px -15px #dddddd;
	padding: 10px;
}

.area-guide-box {
	width: 100%;
	display: flex;
  justify-content: center;
  align-items: center;
}
.area-box-single {
	width: 200px;
	padding-top: 10px;
}

.area-box-single a{
	padding-bottom: 7px;
	text-align: center;
	display: block;
	text-decoration: none;
}

.area-box-single p {
	text-transform: uppercase;
	color: #515151;
    display: block;
	text-align: center;
	padding-top: 10px;
}

.aria-guide-footer .footer-link:hover {
  text-decoration: underline;
}

.aria-guide-footer .footer-social {
  margin-bottom: 15px;
}

.aria-guide-footer .social-icon {
  color: #fff;
  margin: 0 10px;
  font-size: 20px; /* Adjust the icon size */
  text-decoration: none;
}

.aria-guide-footer .social-icon:hover {
  color: #007bff; /* Optional: change color on hover */
}

.aria-guide-footer .footer-copyright {
  font-size: 14px;
}

.footer-copyright{
	color: #bbbbbb;
    font-size: 11px;
    border-top-color: transparent;
    padding-top: 5px;
}


/* Single post area css start */
.area-g-banner {
	height: 430px;
	background: url("../images/Shantinagar-Cover-1-880x377.jpg");
	color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center; /* Centers vertically */
  text-align: center;
}

.area-g-banner h2{
	font-size: 46px;
    line-height: 1.1;
    font-weight: normal;
    color: #ffffff;
    text-transform: uppercase;
}

.arg-single-post .arg-post-title {
	margin-top: 1.2em;
    margin-bottom: 1em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: normal;
    line-height: 1.5;
	background: #fafafa;
    border: 1px solid #ebebeb;

    padding: 5px 0;
    -webkit-font-smoothing: initial;
}

.arg-single-post .arg-post-sub-title {
	margin-top: 1.2em;
    margin-bottom: 1em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: normal;
    line-height: 1.5;
    -webkit-font-smoothing: initial;
}
.arg-single-post .arg-post-details {
	margin-bottom: 30px;
	    font-size: 0.94rem;
    line-height: 1.9rem;
}

.arg-post-title {
	position: relative;
}
.arg-post-title span{
	margin-left: 45px;
    font-size: 24px;
    top: 5px;
}
ag-post-image {
	max-width: 1117px;
	max-height: 600px;
}
.arg-post-title img{
	width: 27px;
    position: absolute;
    top: 13px;
    left: 9px;
}

.ag-post-image img {
	height: 600px!important;
}

.arg-single-post {
	margin-bottom: 5rem !important
}

.area-guide .nav-item .nav-link.blog-link{
color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0.13, #ef436a), color-stop(0.3, #eab924), color-stop(0.33, #e4b926), color-stop(0.37, #d3b72a), color-stop(0.42, #b8b532), color-stop(0.47, #92b23d), color-stop(0.53, #61ae4a), color-stop(0.58, #26a95b), color-stop(0.62, #00a665), color-stop(1, #3499d5));
    background-image: gradient(linear, left top, right top, color-stop(0.13, #ef436a), color-stop(0.3, #eab924), color-stop(0.33, #e4b926), color-stop(0.37, #d3b72a), color-stop(0.42, #b8b532), color-stop(0.47, #92b23d), color-stop(0.53, #61ae4a), color-stop(0.58, #26a95b), color-stop(0.62, #00a665), color-stop(1, #3499d5));
    padding: 8px 20px;
    text-transform: initial;
    font-size: 16px;
}


/* Trends Css Start */
.trend-header .top-banner-trend {
  min-height: 230px;
  background: url("../images/Blog-Header-1.jpg") no-repeat center;
  background-size: cover;
}
.bhome-trend-img{
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
.bhome-trend-img a{
  text-decoration: none;
  color: #2e2e2e;
  font-size: 70px;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  text-transform: uppercase;
}

.trends-title {
  text-align: center;
  background-color: #f3bb2c;
  padding: 10px 0;
  color: #ffffff;
  z-index: 2;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
}

.trends-post-single .trends-post-date a {
  display: block;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.09em;
  padding-top: 25px;
}

.trends-post-single .trends-post-date a .trend-cat-hour{
  color : #f3bb2c !important;

}
.trends-post-single .trends-post-date a .trend-date-link{
  color: #B4B8B9;
}

.trends-post-single {
  margin: 70px 0;
  overflow: hidden;
}



.home-loan-trend {
  text-align: center;
  font-size: 23px;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 10px;
}

.trends-bar {
  display: block;
  width: 40px;
  height: 1px;
  background: #0592E9;
  margin: 0 auto;

}
.trends-post-content {
  margin-top: 20px;
}

.trends-reading-time {
  margin-bottom: 0;
}

.trends-post-content p{
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #606060
}
.keep-reading-trends {
  display: block;
  text-decoration: none;
  border: 1px solid #EBEBEB;
  text-align: center;
  color: #606060;
  padding: 12px 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  margin-top: 40px;
}

.keep-reading-trends:hover {
  color: #868686;
}

.trends-post-right {
  margin: 70px 0;
}

.trends-socials-links {
  display: flex;
  justify-content: center;

}
.trends-socials-links a {
  text-decoration: none;
  margin-right: 10px;
  margin-top: 30px;
}

.trends-socials-links a:hover {
  margin-top: 27px;
  opacity: .8;

}

.trends-newsletter-form {
  background-color: #F5F9F9;
  padding: 15px 25px;
  color: #222222;
  margin-top: 60px;
}

.trends-newsletter-form h6 {
  text-align: center;
  text-transform: uppercase;
}

.trends-newsletter-form p {
  text-align: center;
  margin-bottom: 20px;
}

.trends-newsletter-form .trends-form input {
  display: block;
  width: 100%;
  padding: 6px 8px;
  font-size: 16px;
  font-weight: 500;
  outline: 0;
  margin-bottom: 20px;
  border-color: #e5e5e4;
  box-sizing: border-box;
  color: #222;
  outline: none;
  border: 1px solid #d8dadb;
}

.trends-newsletter-form .trends-form input[type='submit'] {
  background: #308892;
  color: #fff;
  margin-bottom: 15px;
}

.trends-archive {
  text-align: center;
  padding: 10px;
  border: 1px solid #d8dadb;
  margin: 40px 0;
}

.trends-archive p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
}

.archive-trends-list ul li a{
  text-decoration: none;
  color: #535353;
  font-size: 15px;
  font-weight: 500;
}
.archive-trends-sub-list {
  list-style-type: none;
  margin-left: -32px;
}
.archive-trends-list{
  list-style-type: circle;
}
.archive-trends-list li{
  padding: 10px 0;
}
.archive-trends-sub-list li{
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0;
}

/* Trends Css End */


/* loan calculator page css start */
ul, h1, h2, h3, h4, h5, h6, p {
    padding: 0;
    margin: 0;
}

.section-loan-banner {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/banner.jpg");
    width: 100%;
    height: 500px;
    margin-top: 110px;
}

.section-loan-banner .banner-overlay {
    position: absolute;
    width: 100%;
    height: 500px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 100%, rgba(0, 0, 0, 0) 18%);
}

.section-loan-banner .banner-part {
    display: flex;
}


.section-loan-banner .loan-banner-left-text {
    width: 100%;
}

.section-loan-banner .agent-contact-form-right {
    width: 60%;
    margin: 0 auto;
    padding-top: 40px;
}

.section-loan-banner .heading-line {
    color: white;
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 60px;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
    letter-spacing: 2px;
}

.section-loan-banner .loan-banner-left-text {
    padding-top: 80px;
}

.section-loan-banner .loan-banner-left-text .rates-from {
    color: #ffffff;
    font-size: 21px;
    margin-bottom: 20px;
    font-weight: 700;
}


.section-loan-banner .agent-contact-form-right form {
    padding: 20px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 415px;
}


.section-loan-banner .agent-contact-form-right form .group {
    width: 100%;
    background: #fff;
    height: 55px;
    border-radius: 5px;
    margin-bottom: 3px;
}

.section-loan-banner .agent-contact-form-right form .group label{
    font-size: 13px;
    color: #ccc;
    padding: 3px 0 0 5px;
}

.section-loan-banner .agent-contact-form-right form .group input{
    width: 100%;
    border: none;
    height: 15px;
    padding: 0 0 0 5px;

}

.section-loan-banner .agent-contact-form-right form .group input:focus {
    outline: none;
}

.section-loan-banner .agent-contact-form-right form .group select#loanPeriod, select#pro-price {
    width: 100%;
    border: none;
    padding: 0 5px;
}


.section-loan-banner .agent-contact-form-right form .group select:focus {
    outline: none;
}

.section-loan-banner .agent-contact-form-right form .group select#loanPeriod option{
    border-bottom: 1px solid #ccc;
    color: #ccc;
}

.section-loan-banner .agent-contact-form-right form .group input#pro-price {
    height: 100%;
    border-radius: 5px;
}

.section-loan-banner .agent-contact-form-right form .group input#interestRate {
    width: 77%;
}

.section-loan-banner .agent-contact-form-right form .group span#interestRateLabel {
    margin: 0 0 0 10px;
    color: #4f4e4e;
    border-bottom: 3px solid green;
}

.section-loan-banner button {
    color: #ffffff;
    background-color: #0a6b4f;
    width: 100%;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
    height: 55px;
    border: none;
    font-size: 20px;
    font-weight: bold;
}

.section-loan-banner button:hover {
    background-color: #fff;
    color: #08523c;
    transition: .4s;
    border: 1px solid #0a6b4f;
}

.section-loan-banner .slider-container {
    display: flex;
    align-items: center;
    gap: 10px;
    background: white;
    border-radius: 5px;
    padding: 5px 10px;
}

.section-load-process .title {
    padding: 30px 0;
}

.section-load-process .para {
    border: 1px solid #D8D8D8;
    padding: 25px;
    background-color: #ffffff;
    border-radius: 5px;
}

.section-load-process .para p{
    padding-bottom: 10px;
}


/*!* Home Loan Page CSS *!------------------------------------------------------------------------------------------*/

.section-home-loan-banner {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/3.jpeg");
    width: 100%;
    height: 450px;
    border-bottom: 5px solid yellow;
    margin-top: 125px;
}

.section-home-loan-banner .home-loan-banner {
    padding-top: 90px;
}

.section-home-loan-banner .home-loan-banner .heading {
    font-size: 55px;
    line-height: 45px;
    color: #0a6b4f;
}

.section-home-loan-banner .home-loan-banner .desc {
    width: 40%;
    font-size: 40px;
    margin-top: 25px;
    letter-spacing: 1px;
}

.section-home-loan-banner .home-loan-banner .buttons .button a {
    text-decoration: none;
}

.section-home-loan-banner .home-loan-banner .buttons {
    display: flex;
    padding-top: 40px;
}

.section-home-loan-banner .home-loan-banner .buttons .apply a, .view a {
    background-color: #28B16D;
    color: #ffffff;
    border: 1px solid #28B16D;
    padding: 12px 20px;
    font-weight: 700;
    font-size: 20px;
    transition: .4s;
    border-radius: 4px;
    top: 70px;
    margin-right: 10px;
    cursor: pointer;
}

.section-home-loan-banner .home-loan-banner .buttons .view a {
    color: #28B16D;
    background-color: #ffffff;
}

.section-home-loan-banner .home-loan-banner .buttons .apply:hover a {
    color: #28b16d;
    background-color: white;
    border: 1px solid #28b16d;
    transition: .4s;
    border-radius: 5px;
}

.section-home-loan-banner .home-loan-banner .buttons .view:hover a {
    background-color: #28b16d;
    color: white;
    border: 1px solid #28b16d;
    transition: .4s;
    border-radius: 5px;
}


/*Loan  Reason Section*/
.section-loan-reason {
    /* height: 430px; */
    margin-bottom: 40px;
}

.loan-reason {
    display: flex;
}

.section-loan-reason h2 {
    font-size: 2.5rem;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0 20px 0;
}

.section-loan-reason .loan-reason .loan-reason-grid {
    text-align: center;
}
.section-loan-reason .loan-reason .loan-reason-grid img {
    min-height: 110px;
    width: 100px;
}
.section-loan-reason .loan-reason .loan-reason-grid .reason-heading {
    font-size: 30px;
    padding-top: 20px;
    font-weight: 700;
    text-align: center;
}

.section-loan-reason .loan-reason p {
    text-align: center;
    margin-top: 10px;
    line-height: normal;
    font-size: 18px;
}

/*Home Loan Calculator*/

.section-loan-calculator {
    width: 100%;
    background: #f6f6f6;
    padding: 20px;
}

.section-loan-calculator h2 {
    font-size: 45px;
    text-align: center;
}

.section-loan-calculator p {
    text-align: center;
}


/*section Partners*/


.section-partners h2 {
    font-size: 45px;
    text-align: center;
    line-height: 20px;
    padding: 50px 0;
}

.section-partners .slider {
    position: relative;
    margin: auto;
}

.section-partners .slides {
    width: 90%;
    display: flex;
    transition: transform 0.5s ease-in-out;
    overflow: hidden;
    margin: 0 auto;

}

.section-partners .slide {
    box-sizing: border-box;
    text-align: center;
    width: 50%;
    margin: 0 20px;
}

.section-partners .slide img {
    vertical-align: top;
    width: 343%;
    height: 88px;
    padding: 0 60px;
}

.section-partners .navigation {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.section-partners .prev, .next {
    color: #0a0909;
    background: none;
    padding: 10px;
    cursor: pointer;
    border: none;
    text-align: left;
    width: 5%;
}


/*-----------------------------*/

.section-apply {
    padding-top: 40px;
    height: 570px;
    width: 100%;
}

.section-apply h2 {
    text-align: center;
    font-size: 2.5rem;
}

.section-apply p {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}

.section-apply .form-container {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    width: 450px;
    margin: 0 auto;
}

.section-apply form {
    display: flex;
    flex-direction: column;
}

.section-apply .form-container form label {
    color: #ccc;
    font-size: 13px;
}

.section-apply .form-container form input {
    border: none;
    width: 100%;
    padding-bottom: 5px;
}

.section-apply .form-container form input:focus {
    outline: none;
}

.section-apply .form-container form input::placeholder {
    color: #aaa;
}

.section-apply .form-container button {
    background-color: #21825d;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
}

.section-apply .form-container button:hover {
    color: #21825d;
    background-color: white;
    border: 1px solid #21825d;
    transition: .4s;
}


.section-apply .form-container .group {
    border: 2px solid #ccc;
    display: block;
    margin: 10px 0;
    border-radius: 5px;
    height: 70px;
    padding: 2px 0 0 8px;
}

/*Section Contact Us*/
.section-contact-us {
    padding-top: 40px;
}


.section-contact-us h2 {
    font-size: 45px;
    font-weight: 600;
    text-align: center;
}

.section-contact-us p {
    font-size: 16px;
    text-align: center;
    padding: 20px;
}

.section-contact-us .contact-us {
    display: flex;
    padding-top: 30px;
}

.section-contact-us .contact-us .contact {
    width: 20%;
    height: 70px;
}

.section-contact-us .contact-us .call {
    background: #08523c;
    margin: 0 auto;
    width: 12%;
    display: flex;
    border-radius: 4px;
    height: 55px;
    align-items: center;
    justify-content: center;
}

.section-contact-us .contact-us .sms {
    background: #08523c;
    margin: 0 auto;
    width: 12%;
    display: flex;
    border-radius: 4px;
    height: 55px;
    align-items: center;
    justify-content: center;
}

.section-contact-us .contact-us .email {
    background: #08523c;
    margin: 0 auto;
    width: 12%;
    display: flex;
    border-radius: 4px;
    height: 55px;
    align-items: center;
    justify-content: center;
}

.section-contact-us .contact-us .contact .text {
    color: white;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.section-contact-us .contact .icon svg {
    color: white !important;
}

.section-contact-us .contact .icon {
    margin-right: 7px;
}


/*--------------------------------------------------*/

.loan-calculator {
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    height: 460px;
    background: #FBFBFB;
    padding: 10px;
}
.results.col-12.col-md-5 {
    border: 1px solid #E9E9E9;
    padding: 0px 10px !important;
    text-align: center;
}

.loan-calculator .form-group{
    margin-bottom: 5px;
    background: #fff;
    padding: 10px 10px;
    border-radius: 5px;
}
.loan-calculator button#calculate{
    color: #ffffff;
    background-color: #0a6b4f;
    width: 100%;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
    height: 45px;
    border: none;
    font-size: 20px;
    font-weight: bold;
}
.loan-calculator .inputs {
    width: 60%;
    border: 1px solid #ccc;
    padding: 20px;
}

/* .loan-calculator .results {
    width: 40%;
    border: 1px solid #ccc;
    align-items: center;
} */

.loan-calculator .input-range {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
}

.loan-calculator input[type="range"] {
    width: 100%;
    margin-right: 10px;
    border-radius: 5px;
    height: 25px;
}


.loan-calculator input[type="text"] {
    width: 100%;
    border-radius: 5px;
    height: 40px;
    border: 1px solid #ccc;
    color: #524f4f;
    font-size: 14px;
    text-align: left;
}

.loan-calculator .breakdown {
    display: flex;
    padding-bottom: 5px;
}
.break-label {
    display: flex;
    justify-content: space-between;
}
.result.breakbox {
    padding: 0px !important;
    margin-bottom: 30px;
}
.result.breakbox .title{
    padding-top: 20px;
    padding-bottom: 20px;
}

.loan-calculator .breakdown > div {
    height: 30px;
}

.loan-calculator .interest {
    background-color: #0a6b4f;
}

.loan-calculator .principal {
    background-color: #28b16d;
}

.loan-calculator .inputs p {
    text-align: left;
    font-size: 16px;
}

.loan-calculator .inputs a{
    width: 40%;
    color: white;
    background-color: #28b16d;
    padding: 15px 40px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 5px;
}

.loan-calculator .inputs a:hover{
    background-color: white;
    color: #28b16d;
    transition: .4s;
    border: 1px solid #28b16d;
}


.loan-calculator .results a{
    border: 1px solid #ccc;
    width: 50%;
    color: white;
    background-color: #28b16d;
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
}

.loan-calculator .results a:hover{
    background-color: white;
    color: #28b16d;
    transition: .4s;
}


.loan-calculator .results .title {
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    justify-content: center;
}

.loan-calculator .results .result {
    padding: 20px;
    width: 100%;
}

.loan-calculator .results .result-border{
    height: 1px;
    width: 100%;
    background: #ccc;
}

.loan-calculator .results .result p {
    font-size: 30px;
    font-weight: 700;
}


/*=====================================================================================*/



/* blog page css start */
earch-form input{
    border: none;
}

.search-form input:focus{
    outline: none;
}

.section-property-nav .property-logos {
    width: 15%;
    display: flex;
}

.section-property-nav .property-logos .icon-logo {
    margin-right: 30px;
}

.section-property-nav .property-logos .title-logo {
    width: 10%;
    align-items: center;
    padding-left: 30px;
}

.section-property-nav .property-menu-items ul li .nav-link{
    padding: 10px 30px;
    color: white;
}
form.d-flex.search-form{
    display: flex !important;
    margin-bottom: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: end;
}

.section-property-nav .property-menu-items ul li .item-1 {
    background: #ef4369;
}

.section-property-nav .property-menu-items ul li .item-2 {
    background: #00a766;
}

.section-property-nav .property-menu-items ul li .item-3 {
    background: #319ad6;
}

.section-property-nav .property-menu-items ul li .item-4 {
    background: #f3bb2c;
}

.section-property-nav .property-menu-items ul li .item-6 {
    color: black !important;
}

.section-property-nav .property-menu-items ul li img{
    padding: 5px 0 0 5px;
}

.section-property-nav .navbar-brand img {
    max-height: 50px;
}

.section-property-nav .nav-item a {
    padding: 10px 30px;
}

.section-property-nav .nav-item {
    margin-left: 5px;
}


/*==================== End Navigation =======================*/

.section-banner-top {
    width: 100%;
    height: 200px;
    background-image: url("../images/Blog-Header-1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section-banner-top .container .bhome-logo {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.section-banner-top .bhome-logo img {
    width: 30%;
    height: 142px;
    align-items: center;
}

/*==================== End Banner Top =======================*/

.section-banner-main {
    width: 100%;
    height: 600px;
    background-image: url("../images/banner-main.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section-banner-main .container .banner-contents {
    width: 50%;
    margin: 0 auto;
    color: white;
    text-align: center;
    padding-top: 200px;
}

.section-banner-main .container .reading-btn {
    /* border: 2px solid white; */
    /* width: 35%; */
    /* margin: 0 auto; */
    /* padding: 5px 10px; */
    /* cursor: pointer; */
    display: block;
}

.section-banner-main .container .banner-contents .reading-btn a {
    text-decoration: none;
    color: white;
    border: 2px solid white;
    padding: 5px 10px;
    text-align: center;
}

.section-banner-main .container .banner-contents .reading-btn a:hover {
    background: white;
    color: black;
    transition: .4s;
}

.section-banner-main .container .banner-contents .reading-btn:hover a {
    color: black;
}

.section-banner-main .container .banner-contents .reading-btn a {
    text-decoration: none;
    color: white;
}

.section-banner-main .container .banner-contents .hipen {
    width: 10%;
    height: 3px;
    background: white;
    margin: 40px auto;
}

/*==================== End Section Banner Main =======================*/

.section-posts-box {
    padding-top: 50px;
}

.section-posts-box .container .posts-content {
    width: 100%;
    display: flex;
}

.section-posts-box .container .posts-content .left-side {
    width: 70%;
}

.section-posts-box .container .posts-content .right-side {
    width: 30%;
}

.section-posts-box .container .posts-content .left-side .content-box {
    width: 100%;
    /* height: 200px; */
    display: flex;
}

.section-posts-box .container .posts-content .left-side .line-break {
    width: 95%;
    height: 1px;
    background: #cccccc;
    margin: 40px 0;
}


.section-posts-box .container .posts-content .left-side .content-box .image {
    width: 30%;
}

.section-posts-box .container .posts-content .left-side .content-box .image img {
    width: 100%;
    height: 100%;
}

.section-posts-box .container .posts-content .left-side .content-box .contents {
    width: 70%;
    padding: 0 30px;
}

.section-posts-box .container .posts-content .left-side .content-box .contents .content-top {
    display: flex;
}

.section-posts-box .container .posts-content .left-side .content-box .contents .content-top a, .date {
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    color: green;
}

.section-posts-box .container .posts-content .left-side .content-box .contents .content-top .date {
    color: #cccccc;
}

.section-posts-box .container .posts-content .left-side .content-box .contents .title {
    padding: 10px 0 20px 0;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
}

.section-posts-box .container .posts-content .left-side .content-box .contents .reading, .desc {
    font-size: 14px;
    font-weight: 500;
    color: #494545;
}

.section-posts-box .container .posts-content .right-side .social-icons {
    width: 70%;
    margin: 0 auto;
    padding: 40px 0;
}

.section-posts-box .container .posts-content .right-side .social-icons a {
    text-decoration: none;
}

.section-posts-box .container .posts-content .right-side .social-icons .icon{
    font-size: 35px;
    padding: 0 5px;
}

.section-posts-box .container .posts-content .right-side .social-icons .fa-facebook{
    color: blue;
}

.section-posts-box .container .posts-content .right-side .social-icons .fa-twitter{
    color: #16e7ff;
}

.section-posts-box .container .posts-content .right-side .social-icons .fa-youtube{
    color: #ee1e1e;
}

.section-posts-box .container .posts-content .right-side .social-icons .fa-linkedin{
    color: #1b76de;
}

.section-posts-box .container .posts-content .right-side .social-icons .fa-pinterest{
    color: rgba(211, 8, 8, 0.82);
}

.section-posts-box .container .posts-content .right-side .newsletter{
    width: 90%;
    margin: 0 auto;
    height: 280px;
    background: #eff3f5;
    border-radius: 5px;
}

.section-posts-box .container .posts-content .right-side .newsletter .title{
    font-size: 15px;
    color: #424141;
    text-align: center;
    padding: 10px 0;
    font-weight: 500;
}

.section-posts-box .container .posts-content .right-side .newsletter .desc{
    color: #424141;
    text-align: center;
    font-weight: 500;
    width: 80%;
    margin: 0 auto;
}

.section-posts-box .container .posts-content .right-side .form-subscribe{
    width: 80%;
    margin: 0 auto;
}

.section-posts-box .container .posts-content .right-side .form-subscribe input{
    width: 100%;
    height: 40px;
    border: 1px solid #838282;
    margin: 10px 0;
}

.section-posts-box .container .posts-content .right-side .form-subscribe .subscribe-btn{
    margin-top: 10px;
    width: 100%;
    height: 40px;
    background: #308892;
    text-align: center;
    color: white;
    font-weight: 500;
    border: none;
}

.section-posts-box .container .posts-content .right-side .archives{
    text-align: center;
    border: 1px solid #cccccc;
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
    height: 40px;
    padding-top: 5px;
}
/* blog page css end */
/* single page css start */
.single-page-left-gallary {
	height: 415px;
    padding: 0;
    background: radial-gradient(circle, rgba(236,204,168,1) 0%, rgba(164,204,234,1) 6%, rgba(203,156,104,1) 100%);
    position: relative;
display:flex;
    justify-content: center;
}
.single-page-left-gallary img{
    height: 100%;
    border-radius: 7px 0px 0px 7px;
}
.single-right-page-gellery-item {
	height: 199px;
}
.single-right-page-gellery-item img{
    height: 100%;
}


.single-page-left-gallary .single-page-box-link{
    position: absolute;
    bottom: 19px;
    left: 15px;
    font-size: 13px;
}
.single-page-left-gallary .single-page-box-link .gallary-link{
    text-decoration: none;
    padding: 10px 8px;
    background: rgb(48 48 48 / 68%);
    color: #fff;
    border-radius: 8px;
    margin-right: 3px;
}

.show-gallery-photos-parent {
    position: relative;
    background: #000!important;
}
.show-gallery-photos{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000006b;
}

.show-gallery-photos a{
    display: block;
    text-decoration: none;
    color: #fff;
    position: relative;
    top: 128px;
    text-align: center;
}

.property-agent-info {
	column-gap: 20px;
    display: flex;
    justify-content: center;
	margin-bottom: 35px;
}

.property-agent-logo-wrapper {
	position: relative;
}

.content-main-column-wrapper {
	padding-top: 50px;
	padding-left: 25px;
	border-bottom: solid;
    border-bottom-color: #eee;
    border-bottom-width: thin;
    margin-bottom: 2rem;
    padding: 10px 15px;
	margin-top: 30px;
}

.content-main-column-wrapper h3 {
	color: #333 !important;
    font-size: 18px !important;
    font-weight: 600;
    margin-bottom: 24px !important;
    text-transform: uppercase;
}

.content-main-column-wrapper h2{
	color: #333;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
	font-style: normal;

}

.content-main-column-wrapper .firstPrice{
	display: inline-block;
	color: #006169;
    font-size: 26px;
    font-weight: 700;

}

.unique-loan {
	background-color: #e5eff0;
    border: 1px solid #006169;
    color: #006169;
	text-decoration: none;
	border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    margin-left: 10px;
    padding: 10px 12px;
    vertical-align: super;
}
.top-attributes {
	align-items: center;
    display: flex;
	margin-top: 15px;
}
.top-attributes .top-attribute-item{
	align-items: center;
    color: #333;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    margin-right: 32px;
}

.property-agent-logo-wrapper .logo-wrapper1 {
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(176, 176, 195, .3);
    height: 85px;
}

.property-agent-logo-wrapper .logo-wrapper2{
	background: #fff;
    bottom: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .22);
    height: 35px;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    right: 0;
    width: 35px;
	border-radius: 50%;
}

.property-aget-title {
    color: #242424;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
}
.property-agent-right-area{
	flex: 1 1 30%;
    height: 100%;
    margin-bottom: 20px;
    position: sticky;
    top: 10px;
    z-index: 2;

}
.property-agent-content-section {
	background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .161);
    display: flex;
    flex-direction: column;

    justify-content: center;
    opacity: 1;
    padding: 20px;
}

.manage-property-area h4 {
	color: #000;
    font-size: 14px;
    letter-spacing: .32px;
    line-height: 1.2;
    margin-bottom: 4px;
    text-align: start;
}

.manage-property-area a{
	color: #28b16d;
	font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
	text-decoration: none;
}

.manage-property-area p {
	font-size: 12px;
    font-weight: bolder;
    letter-spacing: .48px;
    text-transform: uppercase;
	color: #6c3;
}

.manage-property-area .varified-img{
	height: 15px;
    margin-right: 5px;
    width: 15px;
}

.agent-property-phone-section {
	    color: #000;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0;
	border: 1px solid #ebebeb;
    border-radius: 5px;
	    justify-content: space-around;
    min-height: 42px;
    text-align: center;
	margin-bottom: 35px;
}

.agent-property-phone-section ,input[type="text"],input[type="tel"],input[type="email"] {
	padding: 7px;
    width: 100%;
	outline: none;
}
.iti--show-flags {
	width: 100%;
}
.contact-agent-btn {
	background: #f06c01;
	padding: 7px;
	width: 100%;
	color: #fff;
	border-radius: 5px;
    height: 3rem;
    margin-top: 10px;
	border: 1px solid #e0e0e0;
	font-size: 14px;
	font-weight: 700;
}

.group-fname-surename {
	display: flex;
	justify-content: space-between;
}

.group-fname-surename input{
	width: 49%;
}

.agent-terms-content{
	color: #999;
    font-size: 11px;
    margin-top: 10px;
    overflow-wrap: break-word;
    text-align: center;
}

.agent-terms-content a{
	color: #006169;
	font-size: 11px;
	font-weight: 700;
}

.terms-condition-footer {
	display: flex;
	justify-content: space-around;
	align-items: center;
    background: #f7f8fa;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    flex: 0 1 49%;
    font-size: 14px;
    height: 35px;

}
.terms-condition-footer a {
	text-decoration: none;
	color: #000;
}

.gallary-header-photo{
	border-radius: 9em;
	background-color: #0cf;
    color: #fff;
    font-size: small;
    height: 2.5em;
    padding: 7px 40px;
    width: 10em;
}

.gallary-header-video{
	border-radius: 9em;
	background-color: #e9e9e9;
    color: #000;
    font-size: small;
    height: 2.5em;
    padding: 7px 40px;
    width: 10em;
}

/* single page css end */
.section-features-info .features .feature
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 25px;
    border-radius: 4px;
}
.section-features-info .feature i{
padding: 10px;
background: #f1f0fd;
border-radius: 50%;
font-size: 30px;
}
.section-features-info .features .feature:hover {
    background-color: #10984e;
    color: #fff;
}
.section-features-info .feature:hover i {
    color: #000;
}
.col-lg-2.amn-box {
    margin-bottom: 0px!important;
}
.section-all-location .map-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.section-all-location .map-container img {
    width: 100%;
    height: auto;
}
.section-all-location .locations .map-container a.open-map{
    width: 100%;
    height: 100%;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 25px;
    border-radius: 4px;
}
.section-all-location .locations .map-container a.open-map .icon i{
    padding: 10px;
    background: #f1f0fd;
    border-radius: 50%;
    font-size: 30px;
    color:#000;
}
.section-all-location .locations .map-container a.open-map:hover {
    background: #069546;
    color: #fff;
}
.section-all-location .locations .modal-body iframe{
    width: 100%;
}
.col-lg-4.section-side-bar{
    position: sticky;
    height: 100%;
    margin-bottom: 20px;
    top: 60px;
    z-index: 1000;
}
.pro-slider .modal.fade.pro-img.show {
    padding-right: 0px;
    padding-left: 0px;
}
.pro-slider .modal.show .modal-dialog {
    margin: 0;
    max-width: 100%;
}
.pro-slider .img-body {
    display: flex;
}
#video-content iframe{
width: 100%;
height: 100%;
}
.pro-thumb .col-2 {
    padding: 0px;
}
section.blog-section.section-property-nav.container nav.navbar.navbar-expand-lg {
    padding: 0px;
}
.blog-img img {
    width: 100%;
}
section.single-blog-img .blog-title {
    position: absolute;
    color: #fff;
    bottom: 40px;
    padding: 20px 40px 0;
}
section.single-blog-img .blog-title .blog-content__title{
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}
section.single-blog-img .blog-title span.cat-name{
    background: #10984e;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: 600;
}

.footer-top-inner .widget-text {
    color: #fff;
}
.footer-top-inner .widget-text span{
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 14px;
}
.pro-map iframe{
    width:100%;
}
.col-md-6.border.rounded.property-box {
    padding: 0px;
}



/* Blog css navbar */
.blog-search-right{
    padding: 0;
    margin-left: 8px;
    border: 0!important;
    width: 40%!important;
    background: inherit;
    color: #b4b4b4;
    text-transform: uppercase;
    font-family: Poppins, Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    -webkit-transition: width 0.3s ease-in;
    transition: width 0.3s ease-in;
}
.blog-search-right:focus{
    width: 100%!important;
}





/*area guide css*/
.aria-guide-menu {
    display: block;
}
.aria-guide-menu li {
    float: left!important;
    list-style: none;
padding-left: 25px!important;
}

.aria-guide-menu li .aria-guide-name {
    color: #000;
    font-size: 14px;
}



ul.navbar-nav.me-auto.mb-2.mb-lg-0.aria-guide-menu {
    display: flex;
    justify-content: start;
}

ul.navbar-nav.me-auto.mb-2.mb-lg-0.aria-guide-menu li a {
    padding-left: 14px;
    margin-left: 0px;
}


.navbar-toggler:focus{
    box-shadow: none;
}


.area-guide-post-single a {
    width: 100%;
}
.area-guide-post-single .area-guide-thumb-img img{
    width: 100%;
    height: 150px!important;
}


/* Mobile devices (Portrait) */
@media only screen and (max-width: 480px) {
.section-posts-box .container .posts-content .left-side .content-box .image {
        width: 100%;
        height: auto;
    }
    .section-posts-box .container .posts-content .left-side .content-box .image img {
        width: 100%;
        height: auto;
    }

.section-posts-box .container .posts-content {
        display: block;
    }
    .section-posts-box .container .posts-content .left-side {
        width: 100%;
    }
    .section-posts-box .container .posts-content .right-side {
        width: 100%;
    }

.section-posts-box .container .posts-content .right-side .archives {
        margin-bottom: 29px;
    }

.section-property-desc .property-desc .wrapper .top-section{
        display: block;

    }
    .top-section-price {
        margin-bottom: 15px;
    }
    .top-button-area {
        margin-bottom: 15px;
    }
.section-property-info .info-row {
        width: 100%!important;
    }
    /* Area page css responsive start */

    .area-guide img{
        width: 120px!important;
    }
    .area-guide .aria-guide-logo-text {
        font-size: 20px;
    }

    div#navbarSupportedContent {
        padding: 10px;
    }

    #searchBox{
        width: 100%!important;
    }

    .aria-guide-menu .blog-link {
        font-size: 14px!important;
    }

    .area-guide .nav-item .nav-link.blog-link{
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0.13, #101010), color-stop(0.3, #eab924), color-stop(0.33, #e4b926), color-stop(0.37, #d3b72a), color-stop(0.42, #b8b532), color-stop(0.47, #92b23d), color-stop(0.53, #61ae4a), color-stop(0.58, #26a95b), color-stop(0.62, #00a665), color-stop(1, #3499d5));
        background-image: gradient(linear, left top, right top, color-stop(0.13, #ef436a), color-stop(0.3, #eab924), color-stop(0.33, #e4b926), color-stop(0.37, #d3b72a), color-stop(0.42, #b8b532), color-stop(0.47, #92b23d), color-stop(0.53, #61ae4a), color-stop(0.58, #26a95b), color-stop(0.62, #00a665), color-stop(1, #3499d5));
        padding: 8px 20px;
        text-transform: initial;
        font-size: 16px;
    }

    .area-slider h2{
        font-size: 30px!important;
    }
    .area-slider .banner-box input[type="search"] {
        width: 100%;
        margin-bottom: 10px;
    }
    .area-slider .banner-box button {
        width: 100%;
    }

    .aria-guide-posts .area-guide-post-single {
        width: 100%!important;
    }

    /* Area page css responsive end */

    .section-posts-box .container .posts-content .left-side .content-box .contents {
        width: 100%;
    }
.section-property-nav .property-logos {
    width: 50%;
    margin-top: 10px;
   margin-bottom: 10px;
}

form.d-flex.search-form {
    justify-content: start;
}

    /*home loan*/
    #hloan-contact-phone, #hloan-contact-sms {
        font-size: 11px;
    }
    .hlon-contact-item {
        padding: 12px 20px;
        text-align: center;
        font-size: 17px;
        width: 150px!important;
        margin-right: 10px;
    }
.single-page-left-gallary {
        height: auto!important;
    }
    .single-right-page-gellery-item {
        height: auto!important;
    }

#bhome-btn-section{
display: grid !important;
    gap: 5px;
    justify-content: center !important;
    grid-template-columns:130px 130px !important;
}

}

@media only screen and (max-width: 400px) {
    .top-button-area {
        display: grid;
        gap: 5px;
    }
    .section-property-desc .property-desc .wrapper .top-button-area .save {
         margin: 0px;
    }
}

@media only screen and (max-width: 768px) {
.section-loan-banner .loan-banner-left-text {
    padding-top: 15px;
    text-align: center;
}
.lg-home-cal-heading-line {
    font-size: 25px;
    margin-bottom: 5px;
}
.lg-home-cal-sub-title {
    font-size: 12px;
}
.section-loan-banner .agent-contact-form-right {
    padding-top: 10px;
}
.slider-container span#demo {
    font-size: 13px;
}
.section-loan-banner .agent-contact-form-right form .group label {
    font-size: 10px;
padding: 0px 0 0 5px;
}
.section-loan-banner .agent-contact-form-right form .group select#loanPeriod, select#pro-price {
    font-size: 13px;
}
.section-loan-banner .agent-contact-form-right form .group input {
    font-size: 13px;
}
.section-loan-banner .agent-contact-form-right form .group {
    height: 48px;
margin-bottom: 0 !important;
}
.section-loan-banner button {
    margin-top: 0;
    height: 44px;
    font-size: 17px;
}
.section-loan-banner {
    margin-top: 63px!important;
}

}

/* Small tablets (Landscape) */
@media only screen and (min-width: 481px) and (max-width: 768px) {

#bhome-btn-section .btn {
    padding: 9px 13px!important;
    font-size: 13px!important;
}

    .section-property-desc .property-desc .wrapper .top-section{
        display: block;

    }
    .top-section-price {
        margin-bottom: 15px;
    }
    .top-button-area {
        margin-bottom: 15px;
    }
    /* Area page css responsive start */
    #searchBox{
        width: 100%!important;
    }

    div#navbarSupportedContent {
        padding: 10px;
    }

    .section-property-nav .property-logos {
        width: 25%;
        margin-top: 10px;
    margin-bottom: 10px;
    }

    .area-slider h2{
        font-size: 30px!important;
    }
    .area-slider .banner-box {
        width: 80%;
        margin: 25px auto;
    }
    .area-slider .banner-box input[type="search"] {
        width: 100%;
        margin-bottom: 10px;
    }
    .area-slider form button {
        width: 100%;
    }

    .aria-guide-posts .area-guide-post-single {
        width: 50%!important;
    }

    .area-guide .nav-item .nav-link.blog-link{
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0.13, #101010), color-stop(0.3, #eab924), color-stop(0.33, #e4b926), color-stop(0.37, #d3b72a), color-stop(0.42, #b8b532), color-stop(0.47, #92b23d), color-stop(0.53, #61ae4a), color-stop(0.58, #26a95b), color-stop(0.62, #00a665), color-stop(1, #3499d5));
        background-image: gradient(linear, left top, right top, color-stop(0.13, #ef436a), color-stop(0.3, #eab924), color-stop(0.33, #e4b926), color-stop(0.37, #d3b72a), color-stop(0.42, #b8b532), color-stop(0.47, #92b23d), color-stop(0.53, #61ae4a), color-stop(0.58, #26a95b), color-stop(0.62, #00a665), color-stop(1, #3499d5));
        padding: 8px 20px;
        text-transform: initial;
        font-size: 16px;
    }

    /* Area page css responsive end */

.section-property-info .info-row {
        width: 100%!important;
    }

    /*Blog css*/
    .section-posts-box .container .posts-content .left-side .content-box .image{
        width: 100%;
        height: 200px;
        margin-bottom: 15px;
    }
    .section-posts-box .container .posts-content .left-side .content-box .image a{
        width: 100%;
    }
    .section-posts-box .container .posts-content .left-side {
        width: 60%;
    }
    .section-posts-box .container .posts-content .right-side {
        width: 40%;
    }
    .section-posts-box .container .posts-content .left-side .content-box .contents {
        width: 100%;
    }
    .section-posts-box .container .posts-content .right-side .newsletter {
        height: auto;
        padding-bottom: 10px;
    }

    .section-banner-main .container .banner-contents {
        padding-top: 120px;
    }
    input.blog-search-right.me-2 {
        width: 100% !important;
    }
    .section-property-nav .nav-item {
        margin-bottom: 10px!important;
    }
    .section-posts-box .container .posts-content .right-side .archives {
        margin-bottom: 29px;
    }


    /*home loan css*/
    .section-home-loan-banner .home-loan-banner {
        text-align: center;
    }
    .section-home-loan-banner .home-loan-banner .buttons {
        display: flex;
        justify-content: center;
    }
    .section-loan-reason h2 {
        font-size: 30px;
    }
    .container.col-12.col-md-7 {
        width: 40%;
    }

    .results.col-12.col-md-5 {
        width: 60%;
    }
    .loan-calculator .results a {
        padding: 10px 11px;
        font-size: 12px;
    }
    .loan-calculator .results .result p {
        font-size: 20px;
    }
    .loan-calculator .results .title {
        font-size: 10px;
    }
    .loan-calculator button#calculate {
        height: 35px;
        font-size: 13px;
    }
    .result .progress {
        height: 23px!important;
        padding: 0px!important;
        font-size: 14px!important;
        margin: 5px 2px!important;
    }
    #hloan-contact-phone, #hloan-contact-sms {
        font-size: 14px;
    }
    .hlon-contact-item {
        margin-right: 10px;
    }
    .single-page-left-gallary {
            height: auto!important;
    }
    .single-right-page-gellery-item {
        height: auto!important;
    }
.results.col-12.col-md-5 {
        width: 100%!important;
    }
    .container.col-12.col-md-7 {
        width: 100%!important;
    }

}

/* Tablets (Portrait and Landscape) */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .area-slider .banner-box input[type="search"] {
        width: 73%;
        margin-bottom: 10px;
    }
    .area-slider form button {
        width: 25%;
    }
    .aria-guide-posts .area-guide-post-single {
        width: 50%!important;
    }
    #searchBox{
        width: 100%!important;
    }

    div#navbarSupportedContent {
        padding: 10px;
    }

    .area-guide .nav-item .nav-link.blog-link{
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0.13, #101010), color-stop(0.3, #eab924), color-stop(0.33, #e4b926), color-stop(0.37, #d3b72a), color-stop(0.42, #b8b532), color-stop(0.47, #92b23d), color-stop(0.53, #61ae4a), color-stop(0.58, #26a95b), color-stop(0.62, #00a665), color-stop(1, #3499d5));
        background-image: gradient(linear, left top, right top, color-stop(0.13, #ef436a), color-stop(0.3, #eab924), color-stop(0.33, #e4b926), color-stop(0.37, #d3b72a), color-stop(0.42, #b8b532), color-stop(0.47, #92b23d), color-stop(0.53, #61ae4a), color-stop(0.58, #26a95b), color-stop(0.62, #00a665), color-stop(1, #3499d5));
        padding: 8px 20px;
        text-transform: initial;
        font-size: 16px;
    }


    /*blog css*/
    .section-posts-box .container .posts-content .right-side .newsletter {
        height: auto;
        padding-bottom: 10px;
    }
    input.blog-search-right.me-2 {
        width: 100% !important;
    }

    .section-property-nav .nav-item {
        margin-bottom: 10px!important;
    }
    .section-posts-box .container .posts-content .right-side .archives {
        margin-bottom: 29px;
    }

    /*home loan css*/
    .section-home-loan-banner .home-loan-banner {
        text-align: center;
    }
    .section-home-loan-banner .home-loan-banner .buttons {
        display: flex;
        justify-content: center;
    }
    .container.col-12.col-md-7 {
        width: 40%;
    }

    .results.col-12.col-md-5 {
        width: 60%;
    }
    .loan-calculator .results a {
        padding: 10px 18px;
        font-size: 15px;
    }

    .section-home-loan-banner .home-loan-banner {
        padding-top: 144px;
    }

}

/* Small desktops / Laptops */
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    .area-slider .banner-box input[type="search"] {
        width: 73%;
        margin-bottom: 10px;
    }
    .area-slider form button {
        width: 25%;
    }

    div#navbarSupportedContent {
        padding: 10px;
    }

    .area-guide .nav-item .nav-link.blog-link{
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0.13, #101010), color-stop(0.3, #eab924), color-stop(0.33, #e4b926), color-stop(0.37, #d3b72a), color-stop(0.42, #b8b532), color-stop(0.47, #92b23d), color-stop(0.53, #61ae4a), color-stop(0.58, #26a95b), color-stop(0.62, #00a665), color-stop(1, #3499d5));
        background-image: gradient(linear, left top, right top, color-stop(0.13, #ef436a), color-stop(0.3, #eab924), color-stop(0.33, #e4b926), color-stop(0.37, #d3b72a), color-stop(0.42, #b8b532), color-stop(0.47, #92b23d), color-stop(0.53, #61ae4a), color-stop(0.58, #26a95b), color-stop(0.62, #00a665), color-stop(1, #3499d5));
        padding: 8px 20px;
        text-transform: initial;
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px){
    .row.align-items-center.homec-hero-box-banner{
        padding-top: 140px !important;
    }
    .homec-hero-box-banner{
        top: 150px;
    }

    .overlay .text h2{
        font-size: 18px;
    }
    .section-explore .overlay .text p{
        font-size: 15px;
        line-height: 22px;
    }
    .section-neightbour .title{
        font-size: 20px;
    }
    .section-loan-banner{
        height: 100%;
    }
    .section-loan-banner .banner-part{
        flex-direction: column;
    }
    .section-loan-banner .agent-contact-form-right, .section-loan-banner .agent-contact-form-right form{
        width: 100%;
    }
    .loan-calculator{
        height: 100%;
        flex-direction: column;
    }
    .loan-calculator .results a{
        width: 100%;
    }
.sp-contat-are-btn {
    display: flex;
    justify-content: center;
}

}




/* ebl home loan css*/

.ebl-hlone-top-header {
	overflow: hidden;
    margin-top: 42px;
}
.ebl-hlone-top-header .ebl-hlone-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
}
.ebl-hlone-top-header .ebl-hlone-logo{
	max-width: 100px;
}
.ebl-hlone-top-header .ebl-hlone-logo img{
	width: 100%;
}
.ebl-hlone-top-header .ebl-hlone-title h1{
	font-size: 35px;
    font-weight: 400;
}
.ebl-hlone-top-header .ebl-hlone-back-link a{
	font-weight: 700;
	cursor: pointer;
    line-height: inherit;
    text-decoration: none;
}
.ebl-hlone-top-header .ebl-hlone-back-link a:visited{
	color: #28b16d;
	font-weight: 700;
}

.ebl-home-loan-navbar {
    background: #187962;
    position: sticky!important;
    top: 0;
    z-index: 1000;
}
.ebl-home-loan-navbar ul{
	display: flex !important;
	justify-content: space-between;
}
.ebl-home-loan-navbar ul li {
    padding-top: 10px;
    padding-bottom: 10px;
	padding-right: 35px;
}

.ebl-home-loan-navbar ul li a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}
.ebl-home-loan-navbar ul li a:hover{
	color: #fff;
}


main.ebl-hlone-main-section.my-5 h2 {
    font-size: 16px;
	color: #0A0A0A;
    font-weight: 600;
}

.view_ebl_bank {
    background-color: #fff!important;
    border: 1px solid #28B16D!important;
    color: #28B16D!important;
}
.view_ebl_bank:hover {
    background-color: #28B16D!important;
    color: #fff!important;
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
	.ebl-hlone-top-header .ebl-hlone-header {
		display: block;
	}
	.ebl-hlone-top-header .ebl-hlone-logo {
		max-width: 78px;
		float: left;
		padding-left: 20px;
	}
	.ebl-hlone-top-header .ebl-hlone-title h1 {
		font-size: 25px;
		float: left;
		text-align: center;
		padding-left: 50px;
		padding-top: 9px;
	}
	.ebl-hlone-back-link {
		float: left;
		width: 100%;
		padding: 20px 18px;
	}
}


@media only screen and (min-width: 480px) and (max-width: 550px) {
	.ebl-hlone-top-header .ebl-hlone-header {
		display: block;
	}
	.ebl-hlone-top-header .ebl-hlone-logo {
		max-width: 78px;
		float: left;
		padding-left: 20px;
	}
	.ebl-hlone-top-header .ebl-hlone-title h1 {
		font-size: 25px!important;
		float: left;
		text-align: center;
		padding-left: 50px;
		padding-top: 9px;
	}
	.ebl-hlone-back-link {
		float: left;
		width: 100%;
		padding: 20px 18px;
	}
}

.ebl-hlone-contact{
    padding: 15px;
    border: 1px solid #ebebeb;

}

.ebl-hlone-contact h3{
    text-align: center;
    padding: 10px 0;
    font-size: 2rem;
    font-weight: bold;
}
.ebl-hlone-contact p {
    text-align: center;
    font-size: 14px;
    padding-bottom: 10px;
}
.ebl-hlone-contact form label {
    font-size: 11px;
    color: #999;
}
.ebl-hlone-contact form input {
    appearance: none;
    background-color: #fefefe;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #0a0a0a;
    display: block;
    font-family: inherit;
    font-size: .875rem;
    font-weight: 400;
    height: 2.25rem;
    line-height: 1.5;
    margin: 0 0 1rem;
    padding: .5rem;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    width: 100%;
}

.ebl-hlone-contact form button{
    width: 100%;
    background-color: #187962;
    color: #ffffff;
    padding: 1rem;
    border-radius: 10px;
}



@media only screen and (min-width: 550px) and (max-width:920px) {

	.ebl-hlone-top-header .ebl-hlone-logo {
		max-width: 85px;
		float: left;

	}
	.ebl-hlone-top-header .ebl-hlone-title h1 {
		font-size: 25px!important;
		float: left;
		text-align: center;

		padding-top: 9px;
	}
	.ebl-hlone-back-link {
		float: left;
		padding: 20px 0;
	}
}


#bhome-btn-section .btn{
    padding: 11px 22px;
    font-size: 14px;
    font-weight: 500;
 color: #fff;
    background-color: #0C9750;
    border: 0px;
  }
#bhome-btn-section .btn:hover {
    color: #fff;
    background-color: #034e26;
    border: 0px;
}

  .bhp-card-header {
    padding: 0 !important;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    width: 100%;
  }
  .bhp-card-header img{
    width: 100%;
    /* height: 100%;
    min-height: 225px; */
    aspect-ratio: 11/6;
  }
.top-prop .card-body, .top-prop .card-footer {
    width: 100%;
}

  .bhp-card-header .bhp-top-types {
    position: absolute;
    top: 10px;
    left: 10px;
  }

  .bhp-card-header .bhp-top-types{

    width: calc( 100% - 20px );
  }


  .bhp-card-header .bhp-top-types .product_type span,
  .bhp-card-header .bhp-top-types .rant_type span{
        padding: 2px 16px 2px 10px;
        display: inline-block;
        color: #fff;
        border-radius: 0;
        line-height: 19px;
        font-size: 12px;
        min-width:80px;
    }

    .bhp-card-header .bhp-top-types .rant_type span{
      clip-path: polygon(0% 0%, calc( 100% - 10px ) 0%, 100% 50%, calc( 100% - 10px ) 100%, 0% 100%);

  }
  .bhp-card-header .bhp-top-types .product_type span{
    clip-path: polygon(10px 0%, 100% 0%,  100% 100%, 10px 100%, 0% 50%);
    text-align: right;
    background:blue;
  }




  .bhp-loved-top {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #3e3e3e54!important;
    color: #fff!important;
  }
  .bhp-title-bottom {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 0;
    padding: 3px 10px;
    font-weight: 500;
  }

  .bhp-s_title {
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap*/;
    /*width: 300px*/;
  }


  /* bhome service css */
  .bhome-services{
    margin: 0px 0;
  }

  .bhome-services .bhome-service-top-content p {
    color: #DB1C25;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0px!important;
    font-weight: 500;
  }
  .bhome-services .bhome-service-top-content h3 {
    display:inline-block!important;
    width: 50%;
    text-align: start;

  }

  .bhp-team-img {
    width: 100%;
    height: 230px;
  }
  .bhp-team-img img{
    width: 100%;
    height: 100%;
  }

  .bhome-services .bhome-service-top-content a {
    display: inline !important;
    width: 50%;
    text-align: end;
    color: #000;
    text-underline-offset: 0.3rem;
    text-decoration: underline solid #DB1C25;
    text-decoration-thickness: 2px;
    font-weight: 500;
  }
  .bhome-services .bhome-service-top-content a span {
    color: #DB1C25;
  }

  .bhome-services .bhp-service-item .bhp-service-title {
    padding: 10px 0;
    text-transform: capitalize;
    font-size: 22px;
    color: #030304;
    margin-top: 10px;
  }
  .bhome-services .bhp-service-item img{
    width: 90px;
    height: 90px;
  }
  .bhome-services .bhp-service-item a {
    text-decoration: none;
    color: #030304;
    font-weight: 400;
	margin-top: 15px;
  }
  .bhome-services .bhp-service-item a span {
    color: #DB1C25;
  }

  .bhp-service-happy-client span {
    font-size: 55px;
    font-weight: 700;
    color: #D61B23;
  }

  .bhp-service-happy-client h2 {
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 0;
  }



  /* our team css */
  .bhome-team-agents {
    margin: 0px 0;
  }
  .bhome-team-agents .bhome-team-top-content p{
    text-align: center;
    text-transform: uppercase;
    color: #D61B23;
    font-weight: 500;
    font-size: 14px;
  }
  .bhome-team-agents .bhome-team-top-content h3{
    text-align: center;
    text-transform: capitalize;
  }

  .bhp-team-item .bhp-team-member-name {
    font-size: 20px;
    padding: 20px 0 15px 0;
  }
  .bhp-team-item p {
    margin: 0;
    padding: 4px 0;
    font-size: 15px;
  }

  /* Top property css */
  .top-property-img {
    height: 300px!important;
  }
  .top-property-area {
    height: 224px!important;
    border-radius: 10px!important;
    overflow: hidden;
  }
  .top-property-img-right {
    height: 100%!important;
  }

  .bhp-title-about{
    padding-left: 0!important;
  }
  .bhp-title-about li{
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 13px;
    color: #fff;
  }
  .bhp-top-property p{
    color: #fff;
    padding: 2px 11px;
    border-radius: 6px;
    margin-bottom: 5px !important;
  }

  #bhp-top-property-section .bhome-top-content p {
    color: #DB1C25!important;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0px!important;
    font-weight: 500;
  }
  #bhp-top-property-section .bhome-top-content h3 {
    display:inline-block!important;
    width: 50%;
    text-align: start;

  }



  #bhp-top-property-section .bhome-top-content a {
    display: inline !important;
    width: 50%;
    text-align: end;
    color: #000;
    text-underline-offset: 0.3rem;
    text-decoration: underline solid #DB1C25;
    text-decoration-thickness: 2px;
    font-weight: 500;
  }
  #bhp-top-property-section .bhome-service-top-content a span {
    color: #DB1C25;
  }

.bhome-counter-title h3{
  text-align: center;
  color: #fff;
  border: 1px solid;
  border-radius: 5px;
  width: 400px;
  margin: 0 auto;
  background: green;
  margin-bottom: 15px;
}
.flip-card {
    background-color: transparent;
    /* height: 355px!important; */
    perspective: 1000px;
}

.bhp_content_team_card_img {
    width: 100%!important;
    height: 100%!important;
    margin:0!important;
    object-fit: cover;
}
.bhp_team_content {
    padding-top: 10px;
    width: 100%;
    height: 143px!important;
    box-sizing: border-box;
}
.bhp-team-card-view a i {
    color: #DB1C2C;
}
.bhp-team-card-view {
    width: 100%;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #e3e1e1;
}
.bhp-team-card-view a {
    font-size: 14px;
    display: block;
    padding: 5px;
    box-sizing: 5px;
}
.bhp_content_team_card_phone {
    font-size: 15px;
}
.bhp_content_team_card_phone i{
    font-size: 13px;
    transform: rotate(90deg);
}
.bhp_content_team_card_email {
    font-size: 15px;
}
.bhp-team-view-section .bhp-team-card-box{
    padding-left:0!important;
    padding-right:0!important;
}
.bhp-team-view-section .bhp-team-card-box .card-header{
    width: 100%;
}
.bhp-team-view-section .bhp-team-card-box .bhp-team-card-body{
    width: 100%;
}
.bhp-team-view-section .bhp-team-card-box .bhp-team-card-footer{
    width: 100%;
}
.homec-team-links__list {
    display: flex;
    list-style: none;
    gap: 15px;
    margin-top: 20px;
}

  .flip-card-inner {
    position: relative;
    width: 100%;
    /* height: 100%; */
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  }

  /* .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  } */

  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    /* height: 100%; */
    height: 355px!important;
    /* -webkit-backface-visibility: hidden;
    backface-visibility: hidden; */
  }

  .flip-card-front {
    background-color: #fff;
    color: #7B797B;
  }

  /* .flip-card-back {
    background-color: #fff;
    color: #7B797B;
    transform: rotateY(180deg);

  } */

  .team-img {
    position: relative;
    z-index: 5;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    }
    .team-img img {
        height: 300px;
        width: 100%;
        transition: 0.3s;
    }
    .single-team:hover .team-img img {
        transform: scale(1.1);
    }
    .team-content {
        height: 60px;
        width: 100%;
        position: absolute;
        text-align: center;
        overflow: hidden;
        bottom: 0;
        transition: all 0.4s;
        background: #FB6A19;
        z-index: 5;
    }
    .single-team:hover .team-content {
        height: 80px;
    }
    .team-info {
        margin-top: 6px;
        padding: 5px 20px 5px 20px;
        transition: all 0.5s;
    }
    .single-team:hover .team-content {
        background: #000;
    }
    .single-team .team-content .team-info h3 {
        text-transform: uppercase;
        color: #fff;
        font-size: 15px;
        margin: 5px;
        line-height: 0.5;
    }
    .single-team:hover .team-info h3 {
        color: #FB6A19;
    }
    .team-info p {
        font-size: 15px;
        margin-top: 16px;
        color: #fff;
        line-height: 0.5;
    }

    @media only screen and (max-width: 600px) {
        .team-img img {
        height: 200px;
        width: 100%;
        transition: 0.3s;
        }
        .single-team:hover .team-content {
        height: 50px;
        }
        .team-content{
            height: 50px;
        }
        .single-team:hover .team-content {
            height: 60px;
        }
        .single-team .team-content .team-info h3 {
        text-transform: uppercase;
        color: #fff;
        font-size: 8px;
        margin: 7px;
        line-height: 0.5;
        }
        .team-info p {
        margin-top: 10px;
        font-size: 8px;
        color: #fff;
        line-height: 0.5;
        }
    }




  .bhp_team_mg_social_links {
      list-style: none;
  }

  .bhp_content_team_card_img {
      /* width: 120px;
      height: 120px; */
      width: 100%;
      height: 100%;
      margin: 10px 0;
  }


  .bhp_content_team_card_name {
      color: #107B5E;
      font-size: 22px;
      font-weight: 700;
      font-family: "Playfair Display", serif;
      text-transform: capitalize;
      color: #17233e;
      line-height: 1.4;
  }
  .bhp_content_team_card_designation{
      margin-bottom: 8px;
      font-size: 18px;
  }

  .bhp_content_team_card_about{
    padding-left: 12px;
    padding-right: 12px;
    height: 80px;
    overflow: hidden;
  }

  .bhp_team_plus {
      font-size: 13px;
  }
  .bhp_team_plus i{
      font-size: 14px;
      font-weight: 700;
  }
.flexslider .single-page-box-link {
    position: absolute;
    bottom: 15px;
    top: initial;
    right: 40px;
    color: #fff;
}
.flexslider .single-page-box-link a {
    font-size: 20px;
    padding-left: 10px;
}



.topNav
{
 display: flex;
 align-items: center;
 justify-content: space-between;

}

.topNav img
{
    max-height: 60px;;
}


.property_filter_list_item a.add-wishlist {
    background: #bababa;
    border-radius: 50%;
    width: 40px;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:15px;
    transition:2s;
    top: 0px;

}

a.add-wishlist i{
    margin:0px;
}

a.add-wishlist:hover i{
    color:white;
}


.homec-filter-group .footer_items {
    align-items: center;
    display:flex;
    flex-wrap:nowrap;
    width:80%;
}





@media (max-width:991px){
    .homec-filter-group .footer_items {
        flex-wrap:wrap;
        width:100%;
    }
    .homec-filter-group .footer_items .footer_single_items{
        width:50%;
        flex:  1 1 40%;
    }

    .homec-header__middle  .wishlist,
    .homec-header__middle  .enquiry{
        display: none;
    }
}

.footer_single_items{
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;

}

.modal
{
    z-index:99999;
}



 @media (max-width:800px){



    .top-prop-right-sec .footer_card_bg{
        position:absolute;
        left:0;
        bottom:0;
    }
    .top-prop-right-sec{
        zoom: 66%;
    }
 }

    @media (max-width:500px) {

        .top-prop-right-sec .footer_card_bg{
            position:static;
            left:0;
            bottom:0;
        }
        .top-prop-right-sec{
            zoom: 66%;
        }

        .top-prop-right-sec .top-property-contnt-right{
            padding: 0px !important;
        }
        .top-prop-right-sec .content_container{
            padding: 10px;
        }
    }


body:has(.homec-header.is-sticky_active.is-sticky) section.sticky_scroll{
    position: sticky;
    top: 75px;
    z-index: 9;
    width:-webkit-fill-available;
    max-width:-webkit-fill-available;

}



#propertySearchForm
.filter-box
{
    flex: 1 1 auto;
}



.input-group {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
}

span.input-group-text {
    padding:7px 10px;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
}

.input_box_items_succession:has(input:focus) .items_list{
    height:150px;
}


@media (max-width:767px){
    body:has(.homec-header.is-sticky_active.is-sticky) section.sticky_scroll{
        position: static;
        top:0px;

    }
}



.title_section_bayot{
    position:relative;
    font-size: 30px;

}
.x-menu-text{
    position: relative;
}
.title_section_bayot .x-menu-text::after{
    content: "";
    position: absolute;
    top: -18px;
    left: 50%;
    height: 4px;
    width: 10px;
    background-color: #fa6a1a;
    -webkit-transform: skew(0deg, -150deg);
    -moz-transform: skew(0deg, -150deg);
    -ms-transform: skew(0deg, -150deg);
    -o-transform: skew(0deg, -150deg);
    transform: skew(0deg, -150deg);
}
.title_section_bayot .x-menu-text::before{
    content: "";
    position: absolute;
    top: -18px;
    left: 50%;
    height: 4px;
    width: 10px;
    margin-left: -10px;
    background-color:#fa6a1a;
    -webkit-transform: skew(0deg, 150deg);
    -moz-transform: skew(0deg, 150deg);
    -ms-transform: skew(0deg, 150deg);
    -o-transform: skew(0deg, 150deg);
    transform: skew(0deg, 150deg);
}

.title_section_bayot::after{
    content:'';
    position:absolute;
    left:50%;
    width:150px;
    transform:translateX(-50%);
    height:4px;
    background:#fa6a1a;
    bottom: -8px;
}


.title_section_bayot p{
    display: block;
    color: #8f8f8f;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-top: 5px;
    padding-bottom: 10px;

}

.wishlist_right .homec-heart{
    padding: 2px 0px 0px 1px;
    background-color: #198359;
}
.wishlist_right .homec-heart svg{
    fill: white;
    height: 16px;
}
.wishlist_right .homec-heart:hover{
    background-color: white;
}
.wishlist_right .homec-heart svg:hover{
    fill: #198359;
}
.textAlign span{
    text-overflow:ellipsis;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
}
.transform_text .fas .fa-heart{
    position: relative;
}
#wishlistCount{
    position: absolute;
    top: -3px;
    right: -7px;
    font-size: 10px;
    background: red;
    padding: 3px;
    border-radius: 10px;
    color: white;
    width: 18px;
    height: 18px;
}
.wishlistStyle{
    height: 60px;
}

.card-body{
    padding: 0.1rem 0.5rem !important;
}

.loginIcon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 6px;
}

.borderBottom::after{
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background-color: #fb6a19;
    margin-top: 16px;

}
.borderBottom .slogan_title span{
    color: #8f8f8f;
}

.borderBottomBest::after{
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background-color: #fb6a19;
    margin-top: 16px;
    margin-left: 15px;
}

.special_effect_project .area-guide-title_offset {
    bottom: 0;
    position: absolute;
    stroke: #FB6A19 2px;
    -webkit-text-stroke: #FB6A19 2px;
    color: transparent;
    font-size: 30px;
    line-height: 1.05;
    text-align: center;
    z-index: 3;
    text-transform: uppercase;
}
.special_effect_project .area-guide-title_border {
    text-transform: uppercase;
    bottom: 0;
    color: #FB6A19;
    font-size: 30px;
    line-height: 1.05;
    opacity: 1;
    position: absolute;
    text-align: center;
    visibility: visible;
    z-index: -1;
}

.parantAminities {
    display: grid;
    flex-wrap: wrap;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.parantAminities label {
    border: 1px solid #d9d9d9;
    padding: 8px;
    display:flex;
    align-items:center;
    gap:8px;
    border-radius:3px;
}
.parantAminities label{
    margin:0px;
    cursor:pointer;

}

.aminateHeader{
    cursor: pointer;
    background: #10984e !important;
    text-align: center !important;
    color: white !important;
    padding: 7px !important;
    border-radius: 10px !important;
    font-size: 20px;
    font-weight: 500;
}




