@import "variable.css";
@import "detail.css";
@import "listing.css";

/* Fonts
======================================================*/

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.woff2') format('woff2'),
        url('../fonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.woff2') format('woff2'),
        url('../fonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}



/* Reset CSS
======================================================*/
*,
*:after,
*:before {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    vertical-align: top !important;
}

html {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
}

body,
html {
    background: var(--bs-body-bg) none no-repeat scroll top center;
    background-size: contain;
    color: var(--bs-body-color);
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    line-height: var(--bs-body-line-height);
    font-weight: var(--bs-body-font-weight);
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

figure,
picture {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0px;
    overflow: hidden;
}

img {
    max-width: 100%;
    max-height: 100%;
    outline: none;
    border: none;
    height: auto;
    width: auto;
}

svg {
    max-width: 100%;
    height: auto;
}

.absolute-div {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}

.picture > img {
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.object-fit {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.object-fit img {
    opacity: 0;
}

strong, b, label {
    font-family: var(--bs-font-heading); 
    font-weight: var(--bs-font-medium);
    margin-bottom: 0px;
}

ul, ul li, ol, ol li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    position: relative;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: var(--bs-font-heading);
    font-weight: var(--bs-font-black);
    color: var(--bs-black);
    padding: 0px;
    margin: 0px;
    width: 100%;
}

h1, .h1 {font-size: var(--bs-font-size-h1); line-height: var(--bs-line-height-h1);}
h2, .h2 {font-size: var(--bs-font-size-h2); line-height: var(--bs-line-height-h2);}
h3, .h3 {font-size: var(--bs-font-size-h3); line-height: var(--bs-line-height-h3);}
h4, .h4 {font-size: var(--bs-font-size-h4); line-height: var(--bs-line-height-h4);}
h5, .h5 {font-size: var(--bs-font-size-h5); line-height: var(--bs-line-height-h5);}
h6, .h6 {font-size: var(--bs-font-size-h6); line-height: var(--bs-line-height-h6);}

a, .a,
a:focus, .a:focus,
a:hover, .a:hover {
    text-decoration: none;
    outline: none;
}

a, .a {
    color: var(--bs-primary);
    display: inline-block;
    cursor: pointer;
}

a:hover, .a:hover {
    color: #4cacd9;
}

p {
    font-size: var(--bs-body-font-size);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    margin: 0 0 23px;
}

p:empty {
    display: none;
}

label {
    margin-bottom: 0px;
}

small, .small {
    font-size: var(--bs-small-font-size);
    line-height: var(--bs-small-line-height);
}

main {
    display: flex;
    flex: 1 1 auto !important;
}


section > .card,
.tab-pane > .card {
    min-height: 100%;
}

::-moz-selection {color: var(--bs-white); background: var(--bs-primary); }
::selection {color: var(--bs-white); background: var(--bs-primary); }

:hover, :visited, :active, :focus {
    outline: none !important;
}

:last-child:not(img):not(.icon):not(.modal-dialog):not(.margin-child), 
:only-child:not(img):not(.icon):not(.modal-dialog):not(.margin-child) {
    margin-bottom: 0px;
}
.form-control::-webkit-input-placeholder { /* Edge */
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}

.form-control::placeholder {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}
.form-control {
    font-size: 16px;
    padding: 15px 20px;
    color: #000000;
    height: auto;
    box-shadow: 0 0 16px rgb(0 0 0 / 5%);
    margin-bottom: 20px !important;
    border: 1px solid #ebecf0;
}
.form-control:focus {
    box-shadow: none;
    outline: none;
}
.form-group {
    margin-bottom: 0;
}
.example
{
    display: none;
}
.iti--separate-dial-code .iti__selected-flag {
    background: transparent;
}
/* ---------------------Radio Button CSS-------------------------------- */
.radio-btn-list {
    margin-right: 10px;
    margin-top: 10px;
}
.radio-btn-list label span {
    font-size: 14px;
    position: relative;
    cursor: pointer;
    padding: 5px 10px 5px 27px;
    border-radius: 20px;
    border: 1px solid #1ccf8c;
    background: #fff;
    color: #000;
    font-weight: 400;
}
.radio-btn-list label span::before{
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    left: 8px;
    top: 9px;
    background: url(../images/plus-svg.svg);
    background-size: cover;
}
.radio-btn-list label span::after {
    content: "";
    width: 15px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 3px;
    background: url(../images/plus-svg.svg);
}
.radio-btn-list label span::after {
    width: 8px;
    height: 8px;
    background: #fff;
    transform: translate(50%, 50%);
    opacity: 0;
}
.radio-btn-list label input[type=checkbox]:checked+span::after, .radio-btn-list label input[type=radio]:checked+span::after {
    background: url(../images/bxs-checkbox-checked.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 12px;
    height: 9px;
    border: none;
    left: 8px;
    top: 10px;
    transform: none;
}
.radio-btn-list label input[type=checkbox]:checked+span::before, .radio-btn-list label input[type=radio]:checked+span::before {
    display: none;
}
.radio-btn-list label input[type=checkbox]:checked+span, .radio-btn-list label input[type=radio]:checked+span {
    background: #F0F9FF;
    border: 1px solid #A3DAFF;
    color: #091E42;
}
.radio-btn-list label input {
    position: absolute;
    visibility: hidden;
}
.radio-btn-list label {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0px;
    font-size: 13px;
}
.radio-btn-list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.radio-btn-list label input:checked+span::after {
    opacity: 1;
}
/* ---------------------Radio Button CSS-------------------------------- */

/* -----------------------------------------------------------​ */
.range-box {
    padding: 25px 0;
}
.range-slider {
    --range-slider-value-low-fallback: calc(var(--range-slider-value-low, 0) * 1%);
    --range-slider-value-high-fallback: calc(var(--range-slider-value-high, 100%) * 1%);
    --range-slider-thumb-size: 12px;
    --range-slider-thumb-radius: calc(var(--range-slider-thumb-size) / 2);
    position: relative;
    width: 100%;
    height: 24px;
  }
  @media (max-width: 500px) {
    .range-slider {
      --range-slider-thumb-size: 36px;
    }
  }
  .range-slider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    margin-top: -2px;
    border-radius: 100vmax;
    background-color: #0078db;
    pointer-events: none;
  }
  .range-slider__display {
    pointer-events: none;
  }
  .range-slider__display::before, .range-slider__display::after {
    content: attr(data-span);
    position: absolute;
    color: #fff;
    font-size: 10px;
    font-family: sans-serif;
    white-space: nowrap;
    transform: translateX(-50%) translateX(calc(var(--range-slider-thumb-radius) * calc(-0.02 * var(--pos) + 1)));
    z-index: -1;
    background: #091E42;
    padding: 0 5px;
  }
  .range-slider__display::before {
    --pos: var(--range-slider-value-low);
    content: attr(data-low);
    bottom: 100%;
    margin-bottom: calc(var(--range-slider-thumb-size) / 4);
    left: var(--range-slider-value-low-fallback);
  }
  .range-slider__display::after {
    --pos: var(--range-slider-value-high);
    content: attr(data-high);
    top: 100%;
    margin-top: calc(var(--range-slider-thumb-size) / 4);
    left: var(--range-slider-value-high-fallback);
  }
  .range-slider__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
    background-color: transparent;
    pointer-events: none;
  }
  @supports selector(:focus-visible) {
    .range-slider__input:focus-visible {
      outline: none;
    }
    .range-slider__input:focus-visible::-webkit-slider-thumb {
      outline: 2px solid blue;
      outline-offset: 2px;
    }
    .range-slider__input:focus-visible::-moz-range-thumb {
      outline: 2px solid blue;
      outline-offset: 2px;
    }
  }
  @supports not selector(:focus-visible) {
    .range-slider__input:focus {
      outline: none;
    }
    .range-slider__input:focus::-webkit-slider-thumb {
      outline: 2px solid blue;
      outline-offset: 2px;
    }
    .range-slider__input:focus::-moz-range-thumb {
      outline: 2px solid blue;
      outline-offset: 2px;
    }
  }
  .range-slider__input:active::-webkit-slider-thumb {
    transform: scale(1.3);
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
  .range-slider__input:active::-moz-range-thumb {
    transform: scale(1.3);
    cursor: grabbing;
  }
  .range-slider__input::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border-radius: 0;
  }
  .range-slider__input::-moz-range-track {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border-radius: 0;
  }
  .range-slider__input::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    pointer-events: all;
    position: relative;
    width: var(--range-slider-thumb-size);
    height: var(--range-slider-thumb-size);
    background-color: #000;
    border-radius: 50%;
    border: none;
    box-shadow: none;
    cursor: -webkit-grab;
    cursor: grab;
    -webkit-transition: transform 300ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
    transition: transform 300ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
  }
  .range-slider__input::-moz-range-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    pointer-events: all;
    position: relative;
    width: var(--range-slider-thumb-size);
    height: var(--range-slider-thumb-size);
    background-color: #000;
    border-radius: 50%;
    border: none;
    box-shadow: none;
    cursor: grab;
    -moz-transition: transform 300ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
    transition: transform 300ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
  }
/* ---------------------------------------------------------------- */

/* -------------------------------------------------------------- */
.tab-wrapper {
    text-align: center;
    display: block;
    margin: 10px auto;
  }
  
  .list-filter-section {
    padding: 10px 0;
  }
  .tab-link {
    margin: 0 10px;
    list-style: none;
    padding: 5px 10px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    transition: all ease 0.5s;
    letter-spacing: 1px;
    border: 1px solid #888;
  }
  .list-filter-section .tab-link {
    color: #000;
  }
  .tab-link.active {
    color: #1dd38f;
    border-color: #1dd38f;
  }
  
  .tab-content {
    display: none;
    text-align: center;
    color: #888;
    font-weight: 300;
    font-size: 15px;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn 0.5s ease 1 forwards;
  }
  .list-filter-section .tab-content{
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    background-color: #e8e8e8;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    padding: 10px;
    z-index: 999;
    border-radius: 0px 0px 10px 10px;
  }
  
  .tab-content.active {
    display: block;
  }
  
  @keyframes fadeIn {
    100% {
      opacity: 1;
      transform: none;
    }
  }
  .filter-box {
    position: relative;
  }
  .prpost img {
    display: none;
  }
  .list-filter-section {
    border-bottom: 1px solid #888;
  }
  .list-filter-section .slick-list {
    margin: 0;
  }
  section.list-filter-section.fixed {
    position: fixed;
    background: #fff;
    z-index: 999;
    width: 100%;
}
/* ---------------------------------------------------------------- */


/* Common Css
======================================================*/
.transition, ::before, ::after, img, svg, svg *, a, .a, input, textarea, button, select, option, .form-control, .icon, .button, .form-label, .select2-selection_arrow,
.select2-results_option, .daterangepicker .ranges ul li, .daterangepicker td.in-range, .daterangepicker .calendar-table thead th, 
body a.cke_button, body a.cke_combo_button {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.box-shadow {
    -webkit-box-shadow: 10px 7px 24px #EFEDE5;
    -moz-box-shadow: 10px 7px 24px #EFEDE5;
    box-shadow: 10px 7px 24px #EFEDE5;
}

.rounded-circle, .form-check .form-check-input[type="radio"]:after, .form-switch .form-check-input::after, .text-content ul:not(.gallery-block) li:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.rounded, .dropdown-item {
    -webkit-border-radius: var(--bs-border-radius-xs) !important;
    -moz-border-radius: var(--bs-border-radius-xs) !important;
    border-radius: var(--bs-border-radius-xs) !important;
}

.rounded-sm, .card, .select2-dropdown, .dropdown-menu {
    -webkit-border-radius: var(--bs-border-radius-sm);
    -moz-border-radius: var(--bs-border-radius-sm);
    border-radius: var(--bs-border-radius-sm);
}
.rounded-md {
    -webkit-border-radius: var(--bs-border-radius-md);
    -moz-border-radius: var(--bs-border-radius-md);
    border-radius: var(--bs-border-radius-md);
}
.rounded-lg {
    -webkit-border-radius: var(--bs-border-radius-lg);
    -moz-border-radius: var(--bs-border-radius-lg);
    border-radius: var(--bs-border-radius-lg);
}

.rounded-0, .form-control, .form-check-input[type="checkbox"] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.small-container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

.border {
    border: 1px solid var(--bs-border-color) !important;
}
/* ---------------Slick Arrow CSs---------------------------------------- */
.slick-list {
    margin: 0 -8px;
}
.slick-slide {
    padding: 0 8px;
}
.slick-arrow {
    width: 48px;
    height: 48px;
    z-index: 2;
    text-align: center;
    background-color: #fff;
    background-image: none;
    border-radius: 50%;
    background-clip: padding-box;
    box-shadow: 0 3px 9px 0 rgb(51 51 51 / 20%);
    padding: 0;
    border: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}
.slick-arrow a{
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    border: 1px solid #d7d7d7;
    border-radius: 50%;
    background-clip: padding-box;
}
.PrevArrow.slick-arrow {
    left: -20px;
}
.NextArrow.slick-arrow {
    right: -20px;
}
.PrevArrow.slick-arrow a {
    transform: rotate(-180deg);
}
.PrevArrow.slick-arrow a:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 2px;
    background: #303030;
    top: 21px;
    left: 14px;
    transition: left .5s ease;
}
.PrevArrow.slick-arrow a:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 18px;
    left: 21px;
    border-right: 2px solid #303030;
    border-top: 2px solid #303030;
    transform: rotate(45deg);
    transition: left .5s ease;
}
button.NextArrow.slick-arrow a:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 2px;
    background: #303030;
    top: 23px;
    left: 14px;
    transition: left .5s ease;
}
button.NextArrow.slick-arrow a:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 20px;
    left: 21px;
    border-right: 2px solid #303030;
    border-top: 2px solid #303030;
    transform: rotate(45deg);
    transition: left .5s ease;
}
.slick-arrow.slick-disabled {
    opacity: 0;
}

/* ---------------------------------------------------- */

header.main-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
}
.site-header_main {
    padding: 10px 0;
}
.logo {
    width: 140px;
    padding: 10px 0;
    z-index: 1;
}
.navigation  {
    margin-left: auto;
}
.navigation ul li {
    display: inline-block;
    padding: 0 18px;
}
.navigation ul li a {
    font-size: 18px;
    color: #250c34;
    font-weight: 500;
    transition: 0.3s ease;
    position: relative;
    padding: 40px 0;
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    transition: rotate 0.3s ease;
}
.navigation ul li a.active i {
    transform: rotate(180deg);
}
.navigation ul li {
    padding: 0;
}
.navigation ul li.active a::after {
    height: 2px;
}
.sub_menu {
    display: none;
}
.visible {
    display: block !important;
  }

.navigation {
    display: none;
    z-index: 1337;
    display: none;
    width: 360px;
    position: absolute;
    background: white;
    top: 103px;
    right: 0px;
    padding: 15px;
    height: calc(100vh - 103px);
    overflow: auto;
}
.navigation ul li {
    display: block;
}

.hamburger-menu.animate,
.hamburger-menu.animate:after,
.hamburger-menu.animate:before {
    width: 24px;
    border-radius: 2px;
}
.hamburger-wrapper {
    display: block;
    padding: 12px 0;
    z-index: 1338;
    margin-right: 15px;
}
.hamburger-menu {
    position: relative;
    background: #000;
    transition: all 0ms 200ms;
    display: block;
    width: 24px;
    margin: auto;
    height: 3px;
}
.hamburger-menu.animate {
    background: transparent;
}

.hamburger-menu:before {
    content: "";
    width: 14px;
    height: 3px;
    position: absolute;
    right: 0;
    bottom: 8px;
    background: #000;
    transition: bottom 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu:after {
    content: "";
    width: 20px;
    height: 3px;
    position: absolute;
    right: 0;
    top: 8px;
    background: #000;
    transition: top 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:after {
    background: #000;
    top: 0;
    transform: rotate(45deg);
    transition: top 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:before {
    background: #000;
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1);
}

.mobile-menu .hamburger-menu, .mobile-menu .hamburger-menu:before, .mobile-menu .hamburger-menu:after {
    background-color: #fff;
}
header.main-header.fixed .hamburger-menu.animate {
    background: transparent;
}
.mobile-menu .hamburger-menu.animate {
    background-color: transparent;
}
header.main-header.fixed .hamburger-menu {
    background: #000;
}
header.main-header.fixed .hamburger-menu:before {
    background: #000;
}
header.main-header.fixed .hamburger-menu:after {
    background: #000;
}
.prpost-btn {
    font-size: 14px;
    border: 0;
    background: #ff0000;
    color: #fff;
    padding: 7px 15px;
    border-radius: 5px;
}
.prpost {
    margin-left: auto;
    margin-right: 20px;
}
.location-mobile-view {
    display: none;
}
.navigation-close {
    display: none;
}
/* ------------------------------------------------------------------------ */
.login-img {
    width: 64px;
    height: 64px;
    margin: auto;
    margin-bottom: 20px;
}
.login-text p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
}
.login-btn a {
    font-size: 14px;
    color: rgb(255, 255, 255);
    background-color: rgb(29, 211, 143);
    cursor: pointer;
    padding: 7px 15px;
    border: unset;
    border-radius: 5px;
    margin-right: 15px;
}
.login-box {
    border-bottom: 2px solid #4cacd9;
    padding-bottom: 15px;
    text-align: center;
}
h5.nav-title {
    padding: 10px 0;
}
.ul.sub_menu {
    padding: 0 15px;
} 
/* -----------------------------Mobile Menu------------------------------------------------- */
.mobile-menu-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.mobi-menu ul li {
    display: inline-block;
}
.mobile-menu-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    padding: 10px;
}
.mobi-menu ul li a span {
    display: block;
}
.mobi-menu ul {
    display: flex;
}
.mobi-menu ul li {
    display: inline-block;
    flex: 1;
    text-align: center;
}
/* -----------------------------Mobile Menu------------------------------------------------- */
/* --------------------------------------------------------------------------- */
.banner-section {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
    margin-bottom: 80px;
    position: relative;
    background-position: center right;
}
.banner-section:before {
    content: "";
    background: rgb(0 0 0 / 40%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.select-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}
.banner-inner .down-head {
    text-align: center;
}
.banner-inner h1 {
    color: #fff;
}
.banner-inner {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
}
.download-tab {
    margin: 100px auto 0;
    padding: 0 32px 10px;
    max-width: 767px;
    border-radius: 10px;
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
    background-color: rgba(0,0,0,0.5);
}
.sections-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.sections-nav li {
    text-align: center;
}
.sections-nav li a {
    margin-right: 20px;
    padding: 0 2px 1px;
    font-weight: 500;
    font-size: 14px;
    line-height: 52px;
    text-transform: uppercase; 
    color: #fff;
    white-space: nowrap;
}
.sections-nav li a img {
    width: 30px;
    height: 30px;
}
.mobile-menu-bar, .mobile-logo {
    display: none;
}
form {
    width: calc(100% - 270px);
    position: relative;
}
.form-btn {
    font-size: 18px;
    color: rgb(255, 255, 255);
    background-color: rgb(29, 211, 143);
    cursor: pointer;
    padding: 10px 17px;
    line-height: 24px;
    border: unset;
    display: flex;
    align-items: center;
    width: 120px;
    border: 1px solid #1dd38f;
}
.form-btn i {
    margin-right: 10px;
}
.select-box input[type="text"] {
    font-size: 16px;
    font-weight: 400;
    padding: 12px 10px;
    border: 0;
    width: 100%;
}
.select2-container {
    width: 150px !important;
}
.select2-container--default .select2-selection--single .select2-selection_rendered {
    color: #444;
    line-height: 21px;
    font-size: 16px;
    padding: 0;
}
.select2-container--default .select2-selection--single {
    padding: 12px 20px 12px 10px;
    height: auto;
    border: 0;
    border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection_arrow {
    top: 8px;
    right: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 21px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
}
.select2-container--open .select2-dropdown--below {
    border-radius: 0;
}
.auto-location {
    position: absolute;
    top: 13px;
    right: 10px;
    font-size: 20px;
    text-align: center;
    color: #1dd38f;
}
.select2-container--default .select2-results_option--highlighted[aria-selected] {
    background-color: #1dd38f;
    color: white;
} 
.tab-content-inner form {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}
/* ------------------------------------------------------------------------ */
.home-section {
    width: 100%;
    height: auto;
    padding: 28px 0;
}
.section_title--anchor-see-all {
    color: #d8232a;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding-right: 20px;
    margin-top: 8px;
    position: relative;
}
.section_title {
    padding-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.section_title--text1 {
    color: #303030;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: auto;
}
.section_title {
    padding-bottom: 24px;
}
.section_title--text1:after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 4px;
    left: 0;
    bottom: -10px;
    border-radius: 2px;
    background-clip: padding-box;
}
.section_title--text1.strip-orange:after {
    background-color: #ffc72c;
}
.featured-proj_card {
    width: 100%;
    height: 332px;
    overflow: hidden;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    background-clip: padding-box;
}
.featured-proj_card>a {
    width: 100%;
    height: 100%;
}
.featured-proj_card--graphic {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
}
.featured-proj_card--content {
    width: 100%;
    padding: 16px;
    display: flex;
    position: relative;
}
.featured-proj_card--brand {
    width: 92px;
    height: 84px;
}
.featured-proj_card--detail {
    width: 354px;
    padding-left: 16px;
}
.featured-proj_card--info {
    width: 135px;
    text-align: right;
}
.featured-proj_card--name {
    color: #303030;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.featured-proj_card--by, .featured-proj_card--loc {
    color: #606060;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.featured-proj_card--marketed {
    color: #606060;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.action--btn {
    width: auto;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 16px;
    background-clip: padding-box;
    transition: all .3s ease;
}
.featured-proj_card--type {
    color: #303030;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.featured-proj_card--price {
    color: #303030;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding-bottom: 4px;
}
.featured-proj_card--graphic>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .35s ease-in;
}
/* ------------------------------------------------------------------------ */
/* ---------------------------Top Project------------------------------------------------- */
.top-proj_card {
    width: 100%;
    overflow: hidden;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    background-clip: padding-box;
}

.top-proj_card>a {
    width: 100%;
    height: 100%;
    display: block;
}
.top-proj_card--graphic>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .35s ease-in;
}
.top-proj_card--graphic {
    width: 100%;
    height: 160px;
    overflow: hidden;
    position: relative;
}
.top-proj_card--content {
    width: 100%;
    padding: 20px 16px;
    position: relative;
}
.top-proj_card--name {
    color: #303030;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    padding-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.top-proj_card--by, .top-proj_card--loc {
    color: #606060;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.top-proj_card--loc {
    padding-bottom: 16px;
}
.top-proj_card--type {
    color: #303030;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.top-proj_card--price {
    color: #303030;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding-bottom: 12px;
}
.top-proj_card--price .onwards {
    color: #606060;
    font-size: 12px;
    font-weight: 400;
    margin-left: 5px;
}
.top-proj_card--marketed {
    color: #606060;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* ------------------------Rent chnages------------------------------------- */
.top-rent-line1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.top-rent-line1 .top-proj_card--type, .top-rent-line1 .top-proj_card--price {
    padding: 0;
}
.house-inner ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.house-inner ul li {
    padding: 0px 10px 10px 24px;
    font-size: 14px;
    line-height: 20px;
}
.house-inner ul li:before {
    position: absolute;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    background: url(../images/ldp-sprite-web-firstfold.svg) no-repeat 0 3px;
}
.house-inner ul li[data-icon=beds]:before {
    background-position: 0 -79px;
}
.house-inner ul li[data-icon=Bath]:before {
    background-position: 0 -110px;
}
.card-post {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}
.places-nearby ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 8px;
}
.places-nearby ul li {
    font-weight: 600;
    color: #42526e;
    font-size: 11px;
    line-height: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
}
.places-nearby ul li:before {
    content: "";
    background: url(../images/landmark-sprite-v3.png);
    width: 16px;
    height: 16px;
    background-size: 272px 133.33px;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    background-repeat: no-repeat;
    background-position: -65px 0px;
}
.places-nearby ul li[data-icons=hospitals]:before {
    background-position: -208px 0px;
}

/* ---------------------------Top Project------------------------------------------------- */
/* ---------------------------New Project Gallery----------------------------------------- */
.new-proj-gallery__card {
    width: 100%;
    height: 184px;
    overflow: hidden;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    background-clip: padding-box;
    margin-bottom: 20px;
}
.new-proj-gallery__card>a {
    width: 100%;
    height: 100%;
    display: flex;
}
.new-proj-gallery__card--graphic {
    width: 136px;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.new-proj-gallery__card--graphic>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .35s ease-in;
}
.new-proj-gallery__card--content {
    width: calc(100% - 136px);
    height: 100%;
    padding: 16px;
    position: relative;
}
.new-proj-gallery__card--name {
    color: #303030;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new-proj-gallery__card--by, .new-proj-gallery__card--loc {
    color: #606060;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new-proj-gallery__card--loc {
    padding-bottom: 16px;
}
.new-proj-gallery__card--type {
    color: #303030;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new-proj-gallery__card--price {
    color: #303030;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 8px;
    line-height: 20px;
}
.new-proj-gallery__card--price .onwards {
    color: #606060;
    font-size: 12px;
    font-weight: 400;
}
.new-proj-gallery__card--marketed {
    color: #606060;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* ---------------------------New Project Gallery----------------------------------------- */

/* ---------------------------Popular builders----------------------------------------- */
.pop-builder__card {
    margin-bottom: 12px !important;
    padding: 20px;
    border-radius: 8px;
    margin-right: 13px;
    border: 1px solid #EBECF0;
}
.pop-builder__card--graphic {
    width: 92px;
    height: 92px;
    margin-right: 20px;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #EBECF0;
    border-radius: 50px;
}
.pop-builder__card--name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #091E42;
    display: block;
    text-align: left;
    vertical-align: middle;
}
.pop-builder__card--cap {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #8993A4;
    display: block;
    text-align: left;
    vertical-align: middle;
}
.pop-builder__card a {
    display: flex;
    align-items: center;
    width: 100%;
}
.pop-builder-item {
    display: flex;
    margin-top: 10px;
}
.pop-builder-item li {
    list-style: none;
    margin-left: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 2px 10px;
}
/* ---------------------------Popular builders----------------------------------------- */
.bld-image-slider:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    text-align: center;
}
.bld-image-slider {
    position: relative;
    padding: 0;
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    border-radius: 10px 10px 0px 0px;
}
.bld-image-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bld-image-overlay {
    position: absolute;
    bottom: 10px;
    left: 20px;
    color: #fff;
    z-index: 1;
}
.bld-image-gallery .slick-list {
    margin: 0;
}
.build-project-slide  .pop-builder__card {
    padding: 0;
}
.build-project-slide a {
    padding: 10px;
}
/* ---------------------------Popular Locality----------------------------------------- */
.pop-locality__card a {
    width: 100%;
    display: inline-block;
}
.pop-locality__card--graphic {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    margin-right: 12px;
}
.pop-loc-top {
    display: flex;
    width: 100%;
    padding: 20px;
}
.pop-locality__card {
    margin-bottom: 12px !important;
    border-radius: 8px;
    border: 1px solid #EBECF0;
}
.pop-locality__card-btn {
    border-top: 1px solid #EBECF0;
    display: flex;
    border-radius: 8px;
    padding: 14px;
    align-items: center;
    justify-content: center;
}
.pop-locality__card-btn button {
    width: 50%;
    border: 0;
    background: transparent;
    border-right: 1px solid #EBECF0;
}
.pop-locality__card-btn button:last-child {
    border: 0;
}
span.pop-rating {
    background: #D7F2E3;
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    padding: 0px 5px;
}
span.pop-rating i {
    margin-left: 5px;
}
.pop-locality__card--name {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #091E42;
    display: block;
    text-align: left;
    vertical-align: middle;
}
.pop-locality__card--cap {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #42526E;
    display: block;
    text-align: left;
    vertical-align: middle;
    margin-top: 5px;
}
/* ---------------------------Popular Locality----------------------------------------- */

/* ---------------------------Feature collection----------------------------------------- */
.feature__card>a {
    width: 100%;
    height: 100%;
    display: block;
}
.feature__card {
    margin-bottom: 12px !important;
    border-radius: 8px;
    border: 1px solid #EBECF0;
}
.feature__card--graphic {
    width: 100%;
    height: 230px;
    overflow: hidden;
    position: relative;
    border-radius: 10px 10px 0 0;
}
.feature__card--graphic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .35s ease-in;
}
.feature__card--title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.feature__card--lbl {
    font-size: 14px;
    line-height: 20px;
    display: block;
}
.feature__card--content {
    padding: 20px;
    display: flex;
    align-content: center;
}
.feature__card--cap {
    border: 1px solid rgba(255, 255, 255, 0.51);
    font-weight: 500;
    background-color: rgb(0 0 0 / 50%);
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    padding: 10px;
}
.feature__card--cap span {
    display: block;
}
/* ---------------------------Feature collection----------------------------------------- */

/* ---------------------------Post-property-page--------------------------------------------- */
.post-propert {
    padding-top: 92px;
}
.post-login-image img {
    border-radius: 10px;
    margin-top: 20px;
}
.post-login-text {
    text-align: center;
    max-width: 409px;
    margin: auto;
}
.post-login-text h5 {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #8993A4;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.post-login-text h2 {
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
    color: #091E42;
    display: block;
    text-align: center;
}
.select-nav li {
    display: inline-block;
    background: rgba(0, 0, 0, 0.78);
    color: #fefefe;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #34495E;
    margin-right: 5px;
}

.select-nav a {
    display: block;
    padding: 10px 15px;
    font-weight: bold;
    color: #fff;
}
/* Active tab */

.select-nav li.active {
    background: #FFF;
    color: #000;
}

.select-nav li.active a {
    color: inherit; 
}
/* Tab content */

.select-content {
    padding: 10px;
    background: #FFF;
    margin-top: -1px;
    overflow: hidden;
    display: none;
}
.property-block {
    border: 1px solid #ebecf0;
    border-radius: 8px;
    padding: 24px;
}
.property-block h5 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #091E42;
    display: block;
    margin-bottom: 20px;
}
.property-block h6 {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #091E42;
    display: block;
    margin-bottom: 20px;
}
.looking-div h5 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #091E42;
    display: block;
}
.select-content p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #091E42;
    display: block;
    margin-top: 16px;
}
.property-login p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #42526E;
}
.property-login p a {
    color: #0078DB;
}
.property-login h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0;
}
.property-login .form-control {
    padding: 10px 10px;
    font-size: 14px;
    width: 100%;
}
.iti {
    width: 100%;
}
.property-login .form-control::-webkit-input-placeholder { /* Edge */
    color: #42526e;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
}

.property-login .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #42526e;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
}

.property-login .form-control::placeholder {
    color: #42526e;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
}
.property-login form {
    width: 100%;
    margin-bottom: 20px;
}
button.p-login-btn {
    padding: 16px 24px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 100%;
    box-shadow: 0 1px 4px 0 rgb(0 106 194 / 20%);
    background: #0078db;
    border: 1px solid #0078db;
    border-radius: 5px;
}
.p-login-btn a {
    color: #fff;
}
.select-content IMG {
    margin-right: 10px;
}
.propert-list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.propert-list .radio-btn-list label span {
    color: #000;
    padding: 5px 15px;
    border: 1px solid #ebecf0;
}
.propert-list .radio-btn-list label span:after, .propert-list .radio-btn-list label span:before {
    display: none;
}
.select-content.active {
    display: block;
}
.selects li {
    display: inline-block;
    margin: 0 5px;
    border: 1px solid #ebecf0;
    border-radius: 24px;

}
.selects li.active {
    background: #F0F9FF;
    border: 1px solid #A3DAFF;
}
.selects li a {
    padding: 4px 12px 2px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #42526e;
}
.step-image img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    margin-bottom: 32px;
}
.step-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #091E42;
    display: block;
    margin-bottom: 10px;
}
.step-title span{
    color: #0078db;
}
.post-step-title {
    max-width: 400px;
    margin: auto;
    text-align: center;
}
.post-step-title h2{
    font-size: 40px;
    line-height: 56px;
    font-weight: 700;
    color: #091E42;
    display: block;
}
.post-step-title span {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #8993A4;
    display: block;
    margin-bottom: 10px;
}
.post-step {
    padding: 60px 0;
}
.step-sub-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #42526E;
    display: block;
}
.prop-step-box {
    padding: 32px 17px;
}
.post-property {
    padding: 80px 0 60px;
}
/* ---------------------------Post-property-page--------------------------------------------- */

/* ----------------------------OTP CSS------------------------------------------------------- */
input.otp {
    padding: 4px;
    text-align: center;
    border: 1px solid #ebecf0;
    border-radius: 2px;
    position: relative;
    z-index: 1;
    background: transparent;
    font-size: 14px;
    color: #42526e;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 52px;
    height: 52px;
    display: inline-block;
    margin-right: 10px;
}
.otp_headingTextIcon {
    font-size: 20px;
    line-height: 36px;
    font-weight: 600;
    color: #091E42;
    display: block;
    margin-bottom: 20px;
}
.otp-verify-text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #42526E;
}
.otp-verify-text i {
    font-size: 24px;
    color: #0078DB;
}
.enter-otp-text{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #091E42;
    display: block;
    margin-top: 30px;
    margin-bottom: 10px;
}
.otp-resend-text {
    display: inline-block;
    font-size: 12px;
    color: #8993a4;
    font-weight: 400;
    margin: 20px 0 25px;
}
.otp-resend-text a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #0078DB;
    margin-left: 5px;
}
.otp-box-verify form {
    width: 100%;
}
.otp-section {
    padding: 100px 0;
}
/* ----------------------------OTP CSS------------------------------------------------------- */

/* ----------------------Profile CSS------------------------------------------------------ */
.my-profile-head {
    display: flex;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
}
.profile-text {
    width: calc(100% - 120px);
    margin-left: 20px;
}
.profile-image {
    width: 100px;
    height: 100px;
    border-radius: 10px;
}
.profile-image img {
    border-radius: 10px;
}
.my-profile {
    padding: 30px 0;
}
.my-profile-list {
    padding: 30px 0;
}
.profile-name {
    font-size: 20px;
    line-height: 24px;
}
.profile-number {
    font-size: 17px;
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 8px;
    position: relative;
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.profile-number i {
    color: #ff0000;
    font-size: 20px;
    margin-right: 10px;
}
/* ----------------------Profile CSS------------------------------------------------------ */

/* ----------------------Blog CSS------------------------------------------------------ */
.blog-banner {
    background: url(../images/house-img-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    position: relative;
}
.blog-banner-box {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 500px;
}
.blog-banner-inner h2 {
    color: #fff;
}
.blog-banner-inner p {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
}
.blog-banner-inner {
    background: #3d6091;
    padding: 30px;

}
.blog-banner-main {
    position: relative;
}
.last-post-image {
    height: 550px;
}
.last-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-title {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #dfe0e5;
}
.blog-grid-posts {
    padding: 80px 0;
}
.blog-grid-posts .blog-single-post {
    margin-bottom: 30px !important;
}
.post_info {
    padding: 29px 30px 27px 30px;
    border: 1px solid #dfe0e5;
    border-top: 0;
}
.view-post {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
    text-align: center;
}
.post_info {
    padding: 29px 30px 27px 30px;
}
.post_info > ul.post-nfo {
    margin-bottom: 5px;
}
.post-nfo li, .post-nfo li a {
    display: inline-block;
    color: #aeb4b6;
    font-size: 12px;
    margin-right: 20px;
}
.post-nfo li i {
    font-size: 14px;
    padding-right: 6px;
    position: relative;
    top: 1px;
}
.post_info > h3 {
    font-size: 18px;
    margin-bottom: 13px;
}
.post_info > h3 a {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 100%;
}
.blog-single-post p {
    width: 100%;
    margin-bottom: 24px;
    color: #67686c;
    font-size: 13px;
    line-height: 24px;
}
.blog-img:hover:before {
    opacity: 1;
    visibility: visible;
    left: 0;
    width: 100%;
}
.blog-img {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .35s ease-in;
}
.blog-single-post:hover .view-post {
    opacity: 1;
    visibility: visible;
    margin: 0;
}
.blog-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    background-color: rgba(127, 142, 233, 0.85);
    opacity: 0;
    visibility: hidden;
}
.view-posts {
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #ffffff;
    padding: 14px 26px;
    border-radius: 30px;
    display: inline-block;
}

.sidebar_feature_listing, .sidebar_search_widget {
    border: 1px solid rgb(235, 235, 235);
    border-radius: 8px;
    background-color: #ffffff;
    margin-bottom: 30px;
    padding: 30px;
}
.blog_search_widget input.form-control {
    border: 1px solid #ebebeb;
    border-radius: 8px;
    background-color: #ffffff;
    flex: 1;
    height: 52px;
    padding-left: 20px;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 0 !important;
}
.blog_search_widget button#button-addon2 {
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    border-left: transparent !important;
    border-right: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    height: 52px;
    font-size: 16px;
}
.terms_condition_widget {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 30px 30px 20px;
    position: relative;
}
.sidebar_recent_product .title, .terms_condition_widget .title, .blog_tag_widget .title, .sidebar_feature_listing .title {
    font-size: 18px;
    color: #484848;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 25px
} 
.terms_condition_widget ul li {
    margin-bottom: 20px;
}
.terms_condition_widget ul li a {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #484848;
    line-height: 18px;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.terms_condition_widget ul li a i {
    margin-right: 10px;
    line-height: 18px;
}
.sidebar_feature_listing .media .media-body .post_title {
    font-size: 14px;
    color: #484848;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 10px;
}
.sidebar_feature_listing .media .media-body a {
    font-size: 14px;
    color: rgb(255, 90, 95);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 10px;
}
.sidebar_feature_listing .media .media-body ul li {
    font-size: 14px;
    display: inline-block;
    color: #484848;
    line-height: 1.2;
    margin-right: 0;
}
.sidebar_feature_listing .media {
    margin-bottom: 20px;
    align-items: center;
}
.blog_tag_widget {
    border: 1px solid rgb(235, 235, 235);
    border-radius: 8px;
    background-color: #ffffff;
    padding: 30px 30px 20px;
}
.blog_tag_widget .tag_list li {
    border-radius: 6px;
    background-color: rgb(227, 227, 227);
    margin-bottom: 10px;
    padding: 10px 25px;
}
.blog_tag_widget .tag_list li a {
    font-size: 14px;
    color: #484848;
    line-height: 20px;
}
/* ----------------------Blog CSS------------------------------------------------------ */

/* ----------------------Blog DEtail CSS------------------------------------------------------ */
.blog-detail {
    padding: 80px 0;
}
.blog-detail-box {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 30px 30px 20px;
    position: relative;
}
.blog-detail-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 500;
    color: #000000;
}
.blog-meta {
    margin-bottom: 10px;
    display: inline-block;
}
.blog-meta li {
    display: inline-block;
    margin-right: 10px;
    color: #000;
    font-size: 14px;
    line-height: 18px;
}
.blog-meta li a {
    color: #000;
    font-size: 14px;
    line-height: 18px;
}
.blog-meta li i {
    color: var(--bs-primary);
    margin-right: 5px;
    line-height: 18px;
}
.blog-category {
    margin-bottom: 20px;
}
.blog-category a {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 15px 2px;
    margin-bottom: 5px;
    margin-right: 5px;
    display: inline-block;
    text-transform: uppercase;
}
.blog-detail-box p {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #5c727d;
}
.blog-sub-title {
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 20px;
    line-height: 1.3;
}
.blog-detail-image {
    margin-bottom: 20px;
}
.blog-detail-ul {
    padding-left: 20px;
}
.blog-detail-ul li {
    list-style: disc;
    font-size: 16px;
    line-height: 1.6;
    color: #5c727d;
}
.related-post-area, .comment-box, .comment-post {
    padding: 40px;
    border: 1px solid #dfe0e5;
    border-radius: 10px;
    margin-bottom: 20px;
}
h3.blog-title-2 {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 600;
    border-left: 2px solid;
    border-color: var(--bs-primary);
    padding-left: 10px;
}
.commenter-image {
    margin-right: 30px;
    width: 100px;
    border-radius: 100px;
    overflow: hidden;
    height: 100px;
}
.comment-item {
    display: flex;
    position: relative;
    margin-bottom: 20px;
    background: #f5f8fa;
    padding: 20px;
    border-radius: 5px;
}
.commenter-comment {
    width: calc(100% - 130px);
}
.commenter-comment h6 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
}
.commenter-comment .comment-date {
    margin-bottom: 10px;
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}
.comment-reply-btn i {
    margin-right: 10px;
    line-height: 36px;
}
.comment-reply-btn {
    position: absolute;
    padding: 0 25px 0;
    color: #5c727d;
    border: 2px solid #ededed;
    display: inline-block;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    line-height: 36px;
    top: 10px;
    right: 10px;
}
.comment-post form {
    width: 100%;
}
.comment-post .btn {
    padding: 10px 15px;
    background: rgb(29, 211, 143);
    font-size: 16px;
    color: #fff;
}
/* ----------------------Blog DEtail CSS------------------------------------------------------ */

/* ----------------------Post Property step CSS------------------------------------------------------ */
.progress__bar__container .right-arrow {
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    padding: 0;
    position: absolute;
    top: 6px;
    left: 7px;
    z-index: 1;
    display: none;
}
.form__container{
    margin-top: 4rem;
    border-radius: 2rem;
    padding: 1rem;
}

.title__container{
    width: 100%;
    height: 4.5rem;
    padding: 0.6rem 1.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #42434e;
}

.title__container h1{
    letter-spacing: 2px;
    color: white;
    font-size: 1.25rem;
    margin-bottom: 0.4rem;
}

.title__container p{
    color: var(--shadow-color);
    font-size: 0.75rem;
}
.body__container{
    display: flex;

}

.left__container{
    width: 35%;
    display: flex;
    justify-content: center;
    background-color: #f4f5f7;
    padding: 32px 24px;
    border-radius: 12px;
}

.side__titles{
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* margin-right: 0.6rem; */
}

.title__name{
    padding: 0 0 10px;
    margin-bottom: 10px;
}

.title__name h3{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #42526E;
    display: block;
    text-align: left;
    vertical-align: middle;
}
.title__name p{
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #8993A4;
    display: block;
    text-align: left;
    vertical-align: middle;
}

.progress__bar__container{
    padding-top:0.6rem ;
    width: 100%;
}
.progress__bar__container ul li .right-circle {
    background: #0078db;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: absolute;
    left: 2px;
    top: 0;
}
.progress__bar__container ul li .right-arrow {
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    padding: 0;
    position: absolute;
    top: 4px;
    left: 8px;
    z-index: 1;
    display: none;
}
.progress__bar__container ul li.active .right-arrow {
    display: block;
}
.progress__bar__container ul li{
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
}

.progress__bar__container ul li::before {
    content: '';
    position: absolute;
    width: 2px;
    height: calc(100% + 14px);
    background-color: #8993a4;
    left: 11px;
    top: 14px;
    opacity: .4;
}
.progress__bar__container ul li.active::before {
    background-color: #0078db;
}
.progress__bar__container ul li:last-child:before {
    content: "";
    display: none;
}


.right__container{
    width: 65%;
    padding: 40px;
}
.right__container fieldset{
    border: none;
}
.sub__title__container{
    padding: 1rem 0 1.2rem 0;
    border-bottom: 1px solid #42434e;
}

.sub__title__container h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #091E42;
    display: block;
    text-align: left;
}

.sub__title__container p{
    font-size: 0.75rem;
    color: var(--shadow-color);
}

.active__form{
    display: none;
}

.input__container{
    width: 100%;
    margin-top: 1.25rem;
}
.input__container form{
    width: 100%;
}
.details-count h5 {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #091E42;
    display: block;
    text-align: left;
    vertical-align: middle;
}
.post-inner-details h4 {
    font-size: 16px;
    margin: 10px 0;
    font-weight: 500;
    line-height: 1.3;
}
.nxt__btn{
    display: inline-block;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 2rem;
    background: rgb(29, 211, 143);
    color: #ffffff;
    margin-top: 20px;
}

.nxt__btn:hover{
    transform: scale(1.03);
    background:#1cd68c ;
    cursor: pointer;
}
.buttons{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* float: right; */
    margin:0;
    padding: 0;
    /* justify-content:space-evenly; */
}

.prev__btn{
    display: inline-block;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 2rem;
    background: #e8e9ec;
    color: #000000;
    margin-top: 20px;
    margin-right: 10px;
}
.upload__btn-box{
    display: inline-block;
    text-align: center;
    border: 1px dashed #a3daff;
    border-radius: 4px;
    background: #f0f9ff;
    padding: 40px;
    width: 100%;
}
.details-count {
    margin-bottom: 15px;
}
.area-select-input {
    display: flex;
}
.area-select-input select {
    width: 140px;
}
.other__selection {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.upload__btn {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    text-align: center;
    min-width: 116px;
    padding: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid;
    background-color: #4045ba;
    border-color: #4045ba;
    border-radius: 10px;
    line-height: 26px;
    font-size: 14px;
}
.upload__btn:hover {
    background-color: unset;
    color: #4045ba;
    transition: all 0.3s ease;
}
.upload__btn-box {
    margin-bottom: 10px;
}
.upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.upload__img-box {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 12px;
}
.upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}
.upload__img-close:after {
    content: "✖";
    font-size: 14px;
    color: white;
}

.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
    border-radius: 10px;
}
.or-tag {
    position: relative;
    font-size: 16px;
}
.or-tag span {
    background-color: #f0f9ff;
    padding: 10px 20px;
    z-index: 2;
    position: relative;
    display: inline-block;
}
.or-tag:before {
    content: "";
    background: #000;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
}
/* ----------------------Post Property step CSS------------------------------------------------------ */
.contact-us-section {
    padding: 80px 0;
}
.contact-edit-box form {
    width: 100%;
}
.contact-right {
    background: #292c35;
    padding: 40px 0px 0 40px;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}
.form-submit-btn {
    background: rgb(29, 211, 143);
    color: #fff;
    width: 100%;
    border: none;
    padding: 18px;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.2px;
    outline: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.contact-edit-box label{
    color: #999;
}
.contact-edit-box .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #999;
    box-shadow: none;
    padding: 10px 0;
    color: #fff;
}
.write-message {
    border-left: 1px solid #999;
}
.contact-edit-box .form-group, .contact-edit-box .form-row {
    padding: 0;
    margin: 0;
}
.write-message .form-group {
    padding: 0 15px;
}
.write-message textarea.form-control {
    margin-bottom: 0;
    border: 0;
    resize: none;
}
.contact-title h2 {
    font-size: 32px;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    padding-bottom: 20px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
}
.contact-title {
    margin-bottom: 20px;
}
.contact-title h2:after {
    content: "";
    width: 100px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(29, 211, 143);
}
.contact-edit-box .form-control::-webkit-input-placeholder { /* Edge */
    color: #fff;
}

.contact-edit-box .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.contact-edit-box .form-control::placeholder {
    color: #fff;
}
.contact-edit-box select option {
    color: #000;
    padding: 10px;
}
.contact-detail {
    position: relative;
    display: block;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgb(211 220 232 / 60%);
    height: 100%;
}
.contact-cbox .contact-box-icon{
    margin-right: 20px;
    width: 50px;
    text-align: center;
}
.contact-cbox .contact-box-icon img {
    width: 30px;
}
.contact-cbox {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    padding-bottom: 23px;
    border-bottom: 1px solid #e5e5e5;
}
.address-box {
    display: flex;
    margin-bottom: 10px;
    width: 100%;
}
.contact-cbox:last-child {
    margin-bottom: 0px;
    border-bottom: 0;
}
.contact-box-text {
    width: calc(100% - 70px);
}
.contact-cbox h4 {
    margin-left: 70px;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 5px;
    width: 100%;
}
.contact-box-text a {
    font-size: 16px;
    line-height: 26px;
    color: #252525;
    display: block;
}
.contact-detail li i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    transition: all 500ms ease;
    color: #888;
}
.contact-detail li:hover i {
    background: rgb(29, 211, 143);
    border-color: rgb(29, 211, 143);
    color: #fff;
}
.terms-wrapper h1 {
    font-size: 32px;
    line-height: 1.4;
}
.terms-wrapper p {
    color: #565656;
    line-height: 20px;
    padding: 2px 0;
    margin: 0;
    font-size: 14px;
}
.terms-wrapper h2 {
    font-size: 24px;
    line-height: 1.5;
}
ul.article-txt {
    padding-left: 20px;
}
ul.article-txt li {
    margin: 0;
    padding: 10px 0 8px;
    border-top: 1px solid #c4c6c8;
    font-size: 14px;
    line-height: 20px;
    color: #565656;
}
.article-txt li:first-child {
    border-top: 0 solid #c4c6c8;
}
.terms-wrapper {
    padding: 80px 0;
}
/* ------------------------------FOOTER CSS----------------------------------------------- */
footer.footer-main {
    background: #303030;
    color: #fff;
    padding: 60px 0 30px;
}
.footer-box li {
    margin-bottom: 10px;
}
.toll-free {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    display: block;
}
.timing {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    display: block;
    margin: 8px 0 10px;
}
.footer-email {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}
.copy-right {
    margin-top: 30px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding-top: 25px;
    border-top: 2px solid #666;
}
.footer-box li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
}
.copy_right p{
    padding: 40px 0 40px;
    text-align: center;
    border-top: 1px solid #fff;
    margin-top: 40px;
    width: 100%;
}
.footer-title  {
    color: #fff;
    padding-bottom: 25px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.footer-link ul li a {
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
}
.footer-logo {
    max-width: 130px;
    margin-bottom: 20px;
}
.social-link ul li a {
    font-size: 20px;
    color: #ff0000;
    padding: 0px;
    background: #fff;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
}
.social-link ul li {
    display: inline-block;
    margin: 5px;
}
.social-link ul li a i {
    line-height: 40px;
}
.social-link ul li a i.fa-facebook-square {
    color: #4267B2;
}
.social-link ul li a i.fa-youtube-play {
    color: #ff0000;
}
.social-link ul li a i.fa-twitter-square {
    color: #00acee;
}
.social-link ul li a i.fa-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    /* Also define standard property for compatibility */
    background-clip: text;
    -webkit-text-fill-color: transparent;
}