/*1. Animate css, 2. Smartmenus css, 3. Slick css, 4. Reset css, 5. Core css, 6. custom css*/

/* =================animate css starts here================= */
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; }
@-webkit-keyframes fadeInUp {
    from { opacity: 0; -webkit-transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0); }
    to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@keyframes fadeInUp {
    from { opacity: 0; -webkit-transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0); }
    to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }

/* =================animate css ends here================= */

/* =================smartmenus css start here================= */
.navbar-nav.sm-collapsible .sub-arrow { position: absolute; top: 50%; right: 0; margin: -0.7em 0.5em 0 0; border: 1px solid rgba(0, 0, 0, .1); border-radius: .25rem; padding: 0; width: 2em; height: 1.4em; font-size: 1.25rem; line-height: 1.2em; text-align: center; }
.navbar-nav.sm-collapsible .sub-arrow::before { content: '+'; }
.navbar-nav.sm-collapsible .show > a > .sub-arrow::before { content: '-'; }
.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow { border-color: rgba(255, 255, 255, .1); }
.navbar-nav.sm-collapsible .has-submenu { padding-right: 3em; }
.navbar-nav.sm-collapsible .nav-link, .navbar-nav.sm-collapsible .dropdown-item { position: relative; }
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow { display: inline-block; width: 0; height: 0; margin-left: .255em; vertical-align: .255em; border-top: .3em solid; border-right: .3em solid transparent; border-left: .3em solid transparent; }
.fixed-bottom .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow, .fixed-bottom .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-toggle::after { border-top: 0; border-bottom: .3em solid; }
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow, .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after { position: absolute; top: 50%; right: 0; width: 0; height: 0; margin-top: -.3em; margin-right: 1em; border-top: .3em solid transparent; border-bottom: .3em solid transparent; border-left: .3em solid; }
.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu { padding-right: 2em; }
.navbar-nav .scroll-up, .navbar-nav .scroll-down { position: absolute; display: none; visibility: hidden; height: 20px; overflow: hidden; text-align: center; }
.navbar-nav .scroll-up-arrow, .navbar-nav .scroll-down-arrow { position: absolute; top: -2px; left: 50%; margin-left: -8px; width: 0; height: 0; overflow: hidden; border-top: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid; border-left: 7px solid transparent; }
.navbar-nav .scroll-down-arrow { top: 6px; border-top: 7px solid; border-right: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 7px solid transparent; }
.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu { margin: .5em; }
.navbar-nav:not([data-sm-skip]) .dropdown-item { white-space: normal; }
.navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item { white-space: nowrap; }

/* =================smartmenus css ends here================= */

/* =================slick css ends here================= */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; height: 100%; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; height: 100% }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
.slick-slide img { display: block; width: 100% }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
.slick-loading .slick-list { background: #fff url('../images/ajax-loader.gif') center center no-repeat; }
.slick-prev, .slick-next { z-index: 99; font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; float: left; padding: 0; margin-top: -25px\9;    /*lte IE 8*/ -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: #000; opacity: .5; width: 42px; height: 42px; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: transparent; outline: none; background: #000; opacity: .5; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: .3; }
.slick-prev:before, .slick-next:before { font-family: 'font Awesome 5 Free'; font-weight: 900; font-size: 30px; line-height: 1; opacity: 0.9; color: #fff; text-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background: transparent; border-radius: 50%; display: inline-block; padding: 0; }
.slick-prev { left: 15px; }
.slick-prev:before { content: "\f053"; }
.slick-next { right: 15px; }
.slick-next:before { content: "\f054"; }
.slick-slider { margin-bottom: 0; padding-bottom: 45px; }
.slick-dots { position: absolute; bottom: 0; display: block; width: 100%; padding: 0; list-style: none; text-align: center; vertical-align: top; }
.slick-dots li { position: relative; display: inline-block; margin: 0 0px; padding: 0; text-align: center; cursor: pointer; vertical-align: top; }
.slick-dots li button { font-size: 0; line-height: 0; display: inline-block; width: 15px; height: 15px; padding: 0; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent; opacity: 1; border: solid 1px #000; border-radius: 50%; vertical-align: top; margin: 5px 6px; }
.slick-dots li.slick-active button, .slick-dots li:hover button { opacity: 1; background-color: #000; }
.white-dots .slick-dots li button { border-color: #fff; background: #fff; opacity: 0.4; }
.white-dots .slick-dots li.slick-active button, .white-dots .slick-dots li:hover button { background-color: #fff; opacity: 1; }

/* =================slick css end here=================  */

/* =================reset css starts here=================  */
* { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p, ul, li, body, html, form, fieldset { margin: 0; padding: 0; outline: none; border: 0 }
a { text-decoration: none; border: 0; outline: 0; }
ul { list-style: none; }
a:focus, input:focus, textarea:focus, *:focus { outline: 0 !important; }

/* =================reset css ends here================= */

/* =================core css starts here================= */
body { padding-top: 70px; font-size: 16px; line-height: 24px; font-weight: 400; font-family: "Roboto"; color: #000; background: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.container { width: 100%; max-width: 1200px; }
a, input, button { display: inline-block; text-decoration: none; color: inherit; outline: none; transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; }
a img { border: 0px none; }
a:hover { outline: none; color: #f00; text-decoration: none; }
a:active { outline: none; text-decoration: none; }
a:focus { outline: none; outline-offset: 0px; text-decoration: none; color: inherit; }
::-webkit-input-placeholder { color: #000; opacity: 0.5; }
::-moz-placeholder { color: #000; opacity: 0.5; }
:-moz-placeholder { color: #000; opacity: 0.5; }
:-ms-input-placeholder { color: #000; opacity: 0.5; }
.os-animation { opacity: 0; }
.os-animation.animated { opacity: 1; }
img { max-width: 100%; border: 0; height: auto; }
h1, h2, h3, h4, h5, h6 { margin: 0px; padding: 0px; margin-bottom: 24px; line-height: 1.2; font-weight: 700; color: inherit; font-family: 'cardo'; }
h1 { font-size: 58px; }
h2 { font-size: 48px; }
h3 { font-size: 40px; }
h4 { font-size: 30px; }
h5 { font-size: 26px; }
h6 { font-size: 22px; }
p { margin: 0px; padding: 0px; margin-bottom: 24px; color: #777; font-family: "Roboto"; font-size: 15px; font-weight: 300; }
strong { font-weight: 700; color: #f00; font-size: 20px; }
b { font-weight: 400; }
p:last-child { margin-bottom: 0; }
.btn { border-radius: 0px; font-weight: 500; padding: 10px 15px; min-width: 140px; font-size: 16px; line-height: 18px; box-shadow: none; transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; }
.btn-default, .btn-default:focus { color: #fff; background-color: #f00; border: solid 1px #f00; }
.btn-default:hover, .btn-default:active { color: #fff; background-color: #e10909; border-color: #e10909; }
.btn-primary, .btn-primary:focus { color: #fff; background-color: #066bff; border: solid 1px #066bff; }
.btn-primary:hover, .btn-primary:active { color: #fff; background-color: #066bff; border-color: #066bff; }
.btn.btn-block { min-width: 100%; }
.btn+.btn { margin-left: 25px; }
ul:not([class]) { list-style: none; margin-bottom: 15px; text-align: left; line-height: 22px; }
ul:not([class]) > li { padding-left: 16px; position: relative; margin-bottom: 14px; }
ul:not([class]) > li:last-child { margin-bottom: 0; }
ul:not([class]) > li:before { content: ''; position: absolute; left: 2px; top: 10px; background: #000; height: 5px; width: 5px; border-radius: 50%; }
.grey-bg { background: #f7f5f1; }

/* =================core css ends here================= */

/* ================= Header Start ================= */
#header { color: #fff; background: rgba(0, 0, 0, 0.7); position: fixed; left: 0; top: 0; right: 0; padding: 0; z-index: 999; transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; display: flex; align-items: center; }
.fixed #header { background: #000; box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1); }
.navbar { padding: 0; width: 100%; height: 70px; }
.navbar-brand { width: 120px; padding: 0; margin: 0; position: relative; z-index: 999; }
.navbar-brand img { filter : brightness(0) invert(1) }
.navbar-expand-xl .navbar-nav .nav-item { margin: 0 15px; }
.navbar-expand-xl .navbar-nav .nav-link { font-size: 16px; line-height: 43px; font-weight: 400; color: #fff; padding: 0; margin: 0; }
.navbar-expand-xl .navbar-nav .nav-item:hover .nav-link, .navbar-expand-xl .navbar-nav .nav-item.active .nav-link { color: #f00; }
.dropdown-toggle::after { }
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow { }
.nav-inside { width: 100%; padding: 0; }
.header-right { margin-left: 15px; }
.nav-inside-content { padding: 30px 0; }
@media only screen and (min-width:1200px) {
    .navbar-nav>li>.dropdown-menu { display: block !important; top: 100% !important; margin-top: 10px !important; opacity: 0; visibility: hidden; background: #f00; color: #fff; min-width: 180px; box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2); border: 0; border-radius: 0; transition: all 0.1s ease-in; -moz-transition: all 0.1s ease-in; -webkit-transition: all 0.1s ease-in; }
    .dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; margin-top: 0px !important; transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; }
    .dropdown-item { color: #fff; padding: 5px 15px; font-weight: 400; }
    .dropdown-item:focus, .dropdown-item:hover { color: #fff; background: #000; }
}
.navbar-toggler { width: 45px; height: 45px; border-radius: 0; cursor: pointer; text-decoration: none; padding: 0; border: 0; background: transparent; margin: 0; position: absolute; top: 0; right: 0; }
.navbar-default .navbar-toggler:hover, .navbar-default .navbar-toggler:focus { background: transparent; }
.navbar-toggler:not([class="collapsed"]), .navbar-toggler:not([class="collapsed"]):focus, .navbar-toggler:not([class="collapsed"]):hover { background: transparent; }
.navbar-toggler.collapsed, .navbar-toggler.collapsed:focus, .navbar-toggler.collapsed:hover { background: transparent; }
.navbar-toggler .icon-bar { position: relative; display: inline-block; width: 22px; height: 4px; color: #243238; text-indent: -55px; margin-top: 0; background: transparent !important; transition: all .2s ease-out; -webkit-transition: all .2s ease-out; vertical-align: middle; }
.navbar-toggler .icon-bar:before, .navbar-toggler .icon-bar:after { content: ''; width: 22px; height: 4px; background: #005983; position: absolute; left: 0; transition: all .2s ease-out; }
.navbar-toggler.collapsed .icon-bar { background: #005983 !important; }
.navbar-toggler.collapsed .icon-bar:before, .navbar-toggler.collapsed .icon-bar:after { background: #005983; }
.navbar-toggler.collapsed .icon-bar:before { top: -8px; -webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg); -ms-transform: rotateZ(0deg); -o-transform: rotateZ(0deg); transform: rotateZ(0deg); }
.navbar-toggler .icon-bar:before { top: 0; -webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); -o-transform: rotateZ(45deg); transform: rotateZ(45deg); }
.navbar-toggler.collapsed .icon-bar:after { bottom: -8px; -webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg); -ms-transform: rotateZ(0deg); -o-transform: rotateZ(0deg); transform: rotateZ(0deg); }
.navbar-toggler .icon-bar:after { bottom: 0; -webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); -ms-transform: rotateZ(-45deg); -o-transform: rotateZ(-45deg); transform: rotateZ(-45deg); }


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

/* =================nicneselect css start here================= */
.nice-select, .filter-search-input { -webkit-tap-highlight-color: transparent; background-color: #fff; border-radius: 6px; border: 0; box-sizing: border-box; clear: both; cursor: pointer; display: block; font-family: inherit; font-weight: normal; height: 36px; line-height: 44px !important; outline: none; padding: 0; padding-left: 15px; padding-right: 30px; position: relative; text-align: left !important; transition: all 0.2s ease-in-out; user-select: none; white-space: nowrap; width: auto; width: 100%; color: #889096; font-size: 16px; }
.nice-select:after { content: ''; display: block; height: 6px; width: 12px; margin-top: -3px; background: url(../images/arrow-down.svg) no-repeat center/contain; pointer-events: none; position: absolute; right: 10px; top: 50%; -webkit-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; opacity: .7; filter: brightness(0); }
.nice-select.open .list { opacity: 1; pointer-events: auto; -webkit-transform: scale(1) translateY(0); -ms-transform: scale(1) translateY(0); transform: scale(1) translateY(0); }
.nice-select.disabled { border-color: #ededed; color: #999; pointer-events: none; }
.nice-select.disabled:after { opacity: 0.3; }
.nice-select.wide { width: 100%; }
.nice-select.wide .list { left: 0 !important; right: 0 !important; }
.nice-select.right { float: right; }
.nice-select.right .list { left: auto; right: 0; }
.nice-select .list { background-color: #000; border-radius: 0px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); box-sizing: border-box; margin-top: 2px; opacity: 0; overflow: hidden; padding: 0; pointer-events: none; position: absolute; top: 100%; left: 0; -webkit-transform-origin: 50% 0; -ms-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transform: scale(0.75) translateY(-21px); -ms-transform: scale(0.75) translateY(-21px); transform: scale(0.75) translateY(-21px); -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out; transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out; z-index: 9; width: calc(100% + 2px); margin-left: -1px; padding: 0; max-height: 240px; overflow-y: auto; }
.nice-select .list:hover .option:not(:hover) { background-color: transparent !important; }
.nice-select .option { cursor: pointer; font-weight: 400; line-height: 42px; list-style: none; min-height: 42px; outline: none; padding-left: 12px; padding-right: 12px; text-align: left; -webkit-transition: all 0.2s; transition: all 0.2s; font-size: 13px; color: #fff; border-bottom: 1px solid rgb(255 255 255 / 20%); text-transform: capitalize; }
.nice-select .option:last-child { border-bottom: none; }
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus { background-color: red; }
.nice-select .option.disabled { background-color: transparent; color: #999; cursor: default; }
.nice-select.small .option { padding-left: 7px; }
.nice-select.open .list::-webkit-scrollbar-track { border-radius: 10px; background-color: #cccccc36; }
.nice-select.open .list::-webkit-scrollbar { width: 8px; background-color: transparent; }
.nice-select.open .list::-webkit-scrollbar-thumb { border-radius: 4px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #f00; }

/* =================nicneselect css ends here================= */
.hero-slide-content p { color: #fff; font-size: 18px; margin-bottom: 6px; }
.content-container.hero-container { padding: 0 !important; position: relative; margin-top: -70px; }
.hero-slide { min-height: 450px; height: 90vh; display: flex !important; flex-flow: column; justify-content: center; padding: 50px 0; position: relative; }
.hero-slide-img { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1; filter: grayscale(.5); }
.hero-slide-img > img { width: 100%; height: 100%; object-fit: cover; }
.hero-slide-content { color: #fff; position: relative; text-align: center; z-index: 9; opacity: 0; transform: translateY(40px); transition: .5s ease-in-out; transition-delay: .6s; }
.hero-slide-content h6 { font-size: 20px; color: rgb(255 255 255 / 60%); line-height: 26px; margin-bottom: 16px; font-weight: 500; }
.hero-slide-content h1, .hero-slide-content h2 { font-size: 54px; line-height: 72px; font-weight: 800; margin-bottom: 0; }
.hero-slide::before { content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0, 0, 0, .5); }
.hero-arrow { width: 50px; height: 50px; position: absolute; bottom: 20px; border: 2px solid #fff; padding: 7px; z-index: 99; }
.slick-current .hero-slide-content { opacity: 1; transform: translate(0); }
.form-box { display: flex; flex-wrap: wrap; background: #fdfdfd; padding: 24px; border-radius: 12px; margin-top: -46px; z-index: 99; position: relative; box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px; }
.form-group { position: relative; }
.form-group i { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); }
.form-box-list { width: 33.33%; }
.form-group .form-control { border: 1px solid #d2d2d2; border-radius: 0; height: 44px; width: 100%; box-shadow: none !important; }
.btn-serach { display: block; width: 100%; border: 0; height: 44px; color: #fff; border: 1px solid #d2d2d2; background: #f00; }
.btn-serach span img {    /* filter: brightness(0.5); */
width: 17px; }
.btn-serach span { margin-left: 10px; }
.about-img { width: 60%; padding-bottom: 56%; position: relative; }
.about-img img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; border-radius: 8px; }
.about-img1 { padding-bottom: 56%; position: relative; width: 60%; margin-left: 40%; margin-top: -39%; }
.about-img1 img { position: absolute; width: 100%; height: 100%; background: #fff; padding: 10px; box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px; z-index: 9999; border-radius: 6px; object-fit: cover; }
.about-prop h3 { font-size: 33px; margin-bottom: 10px; }
.about-prop { padding-bottom: 12px; border-bottom: 1px solid #c3c0c0; }
.mv-text { width: 50%; padding: 0px 12px; }
.m-v-content { width: calc(100% + 24px); margin-left: -12px; margin-top: 20px; }
.mv-text h5 { font-size: 18px; margin-bottom: 10px; }
.mv-text h5 span i { margin-right: 10px; transform: rotate(45deg); font-size: 16px; }
.mb-numb { margin-top: 20px; border: 1px solid #c7c7c7; padding: 8px 20px; border-radius: 4px; display: inline-block; }
.mb-numb span { color: #f00; margin-right: 10px; }

/*===*/
.main-heading { margin-bottom: 20px; }
.main-heading h3 { position: relative; padding-bottom: 13px; font-size: 33px; margin-bottom: 10px; }
.main-heading h3::before { position: absolute; width: 80px; height: 3px; background: #f00; content: ''; left: 50%; transform: translateX(-50%); bottom: 0px; border-radius: 10px; }
.main-heading h2 { font-size: 33px; margin-bottom: 0; }
.main-heading p { max-width: 700px; margin: 0 auto; }
.featurse-properties-left, .featurse-properties-left1 { width: 55%; border: 1px solid #d9d9d9; border-radius: 10px 0px 0px 10px; border-right: 0; padding: 24px; }
.featurse-properties-left1 { border-radius: 0px 10px 10px 0px; border-left: 0; border: 1px solid #d9d9d9; }
.featurse-properties-right { width: 45%; }
.features-properties { display: flex; flex-wrap: wrap; }
.features-properties-head { display: flex; justify-content: space-between; margin-bottom: 10px; }
.features-properties-head h5 { margin: 0; }
.features-properties-room { display: flex; margin-bottom: 12px; }
.features-properties-room li { margin-right: 15px; color: #777; font-weight: 300; }
.featurse-properties-left p, .featurse-properties-left1 p { border-bottom: 1px solid #d9d9d9; padding-bottom: 24px; }
.features-properties-room li + li { position: relative; padding-left: 12px; }
.features-properties-room li + li::before { position: absolute; content: ''; width: 1px; height: 63%; background: #d9d9d9; top: 50%; transform: translateY(-50%); left: 0px; }
.features-room { flex-wrap: wrap; width: calc(100% + 24px); margin-left: -12px; }
.features-room li { width: 50%; padding: 0px 12px; margin-bottom: 10px; padding-left: 25px; position: relative; color: #777; font-size: 15px; font-weight: 300; }
.features-room li::before { position: absolute; content: ''; width: 6px; height: 6px; background: #f00; border-radius: 50%; left: 12px; top: 8px; }
.featurse-properties-img { height: 100%; }
.featurse-properties-imges { height: 525px; }
.featurse-properties-imges img, .featurse-properties-imges1 img { height: 100%; object-fit: cover; border-radius: 0px 10px 10px 0px; }
.featurse-properties-imges1 img { border-radius: 10px 0px 0px 10px; }
.featurse-properties-img .slick-prev { left: 0; }
.featurse-properties-img .slick-next { right: 0; }
.featured-cta { margin-top: 10px; }
.read-more { color: red; font-size: 14px; }
.read-more i { font-size: 11px; margin-left: 1px; transition: all .3s ease-in; }
.read-more:hover.read-more i { margin-left: 3px; }

/*==================*/

/*==================*/
.testimonial-list { width: calc(100% + 24px); margin-left: -12px; }
.texstimonial-item { width: 33.33%; padding: 0px 12px; }
.testimonial-box { padding: 20px; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1); border: 1px solid #eee; }
.testimonial-quote { }
.testimonial-quote { text-align: center; font-size: 30px; margin-bottom: 16px; color: #f00; }
.testimonial-box blockquote { font-style: italic; font-size: 15px; font-weight: 400; color: #777; margin-bottom: 20px; text-align: center; }
.testimonial-img { margin: 0 auto; max-width: 60px; margin-bottom: 10px; }
.testimonial-img img { width: 60px; height: 60px; border-radius: 50%; border: 2px solid #f00; }
.client-name { text-align: center; font-size: 20px; color: #f00; }
.client-name span { display: block; font-size: 16px; color: #777; }
.testimonial-slider .slick-list.draggable { padding: 5px 0px; }
.testimonial-slider .slick-dots li button { width: 10px; height: 10px; border: 1px solid #f00; }
.testimonial-slider .slick-dots li.slick-active button, .slick-dots li:hover button { background: #f00; }

/*==================*/
.branches-img-list { width: calc(100% + 24px); margin-left: -12px; position: relative; }
.branches-img-item { padding: 0px 12px; width: 50%; }
.branches-center-img { position: absolute; width: 200px; height: 200px; border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.branches-center-img img { width: 100%; height: 100%; border-radius: 50%; padding: 4px; background: #fff; }
.branches-img { padding-bottom: 156%; position: relative; }
.branches-img img { width: 100%; height: 100%; object-fit: cover; position: absolute; border-radius: 6px; }
.add-border { border: 1px dashed #f00; border-radius: 10px; padding: 20px 0px; width: 100%; margin-left: 0; }

/*==================*/

/*==================*/
.hero-inner-banner { min-height: 360px; display: flex; align-items: center; justify-content: center; top: -70px; padding-top: 70px; }
.hero-nner-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.hero-nner-img img { width: 100%; height: 100%; object-fit: cover; }
.hero-inner-banner-content { color: #fff; text-align: center; }
.breadcrumb-list { display: flex; align-items: center; justify-content: center; }
.hero-nner-img::before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .5); content: ''; }
.hero-inner-banner-content h1 { font-size: 42px; margin-bottom: 4px; }
.breadcrumb-list .breadcrumb-item { margin-right: 3px; }
.breadcrumb-list .breadcrumb-item.active { margin-left: 7px; color: #cfcfcf; }
.breadcrumb-item+.breadcrumb-item::before { padding-left: 0 !IMPORTANT; padding-right: 5px; }

/*==================*/

/*==================*/
.contact-info-list { width: calc(100% + 24px); margin-left: -12px; margin-bottom: -24px; }
.contact-info-item { width: 33.33%; padding: 0px 12px; margin-bottom: 24px; }
.contact-info-box { padding: 14px; background: #f7f5f1; border-radius: 6px; text-align: center; height: 100%; }
.contact-info-icon { width: 70px; height: 70px; margin: 0 auto; margin-bottom: 16px; background: #ffd2d2; border-radius: 50%; font-size: 30px; display: flex; align-items: center; justify-content: center; color: #fd0000; }
.contact-info-box h5 { font-size: 22px; margin-bottom: 10px; }
.contact-info-icon { }
.contact-info-box p { margin-bottom: 10px; }
.contact-bg { padding: 30px 20px; background: #f7f5f1; border-radius: 6px; }
.form-group-inner .form-control { height: 44px; box-shadow: none !IMPORTANT; margin-bottom: 20px; border-radius: 0; }
.form-group-inner textarea.form-control { min-height: 160px; }
.map { width: 100%; height: 100%; }
.map iframe { width: 100%; height: 100%; }

/*==================*/

.features-properties + .features-properties .aboout-img1 {
    border-radius: 10px 0px 0px 10px;
}
.features-properties + .features-properties .featurse-properties-left {
    border-radius: 0px 10px 10px 0px;
    border-left: 0;
    border-right: 1px solid #D9D9D9;
}

/*==================*/
.form-box-inner .form-box-inner-list { width: 100%; }
.price-detail-item span { position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.uk-price-detail { margin-bottom: 10px; }
.price-detail-item + .price-detail-item { border-top: 1px solid #c7c7c7; }
.price-detail-item { padding: 8px 0px; font-size: 14px; color: #777; padding-right: 80px; position: relative; }
.price-detail-item strong { font-size: 14px; font-weight: 500; }
.detail-heading h5 { font-size: 20px; color: #f00; margin-bottom: 15px; }
.form-goup-inner .form-control { margin-bottom: 16px; border-radius: 0; background: #f5f5f5; height: 45px; }
.form-box-inner .form-box-inner-list:nth-child(3) .form-group .form-control { border-top: 0; border-right: 1px solid #d2d2d2; margin-bottom: 8px; }
.form-box-inner .form-box-inner-list:nth-child(2) .form-group .form-control { border-right: 1px solid #d2d2d2; border-top: 0; }
.form-box-inner.form-box-inner-list:nth-child(3) { width: 100%; margin-bottom: 15px; }
.form-box-property { background: #fdfdfd; padding: 24px; border-radius: 12px; box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px; border: 1px solid #d9d9d9; position: sticky; top: 100px; }
.form-box-inner { display: flex; flex-wrap: wrap; }
.property-inner-detail h4 { font-size: 20px; color: #f00; margin-bottom: 10px; }
.pd-inner-list li { margin-right: 13px; }
.pd-inner-list li span { color: #f00; }
.property-inner-detail { margin-bottom: 20px; }
.pd2-inner-list { border: 1px solid #e4e4e4; border-left: 0; border-right: 0; padding: 20px 0px; margin-bottom: 20px; }
.pd2-inner-item { padding-left: 60px; position: relative; }
.pd2-inner-item h6 { font-size: 18px; margin-bottom: 5px; color: #000; font-weight: 500; }
.pd2-inner-item p { margin: 0; }
.pd2-inner-item + .pd2-inner-item { margin-top: 27px; }
.pd2-icon { position: absolute; left: 16px; top: 0; width: 30px; }
.pd2-icon img { width: 100%; height: 100%; object-fit: cover; }
.pd-inner-list li { font-size: 15px; color: #777; font-family: 'Roboto'; font-weight: 300; }
.amenities-list { display: flex; flex-wrap: wrap; }
.amenities-item { width: 50%; margin-bottom: 20px; position: relative; padding-left: 54px; color: #777; font-weight: 300; }
.model-box .modal-content { height: 500px; overflow: scroll; overflow-x: hidden; }
.amenities-item span { position: absolute; top: 0; width: 22px; left: 20px; }
.property-inner-detail h6 { font-weight: 300; font-size: 18px; margin-bottom: 10px; color: #f00; }
.accordian-list .accordion-item { background: #f5f1f1d6; border: none !important; border-radius: 30px; margin-bottom: 10px; }
.accordian-list .accordion-body { padding-top: 10px !important; background: #fff; border: 1px solid #efefef; border-top: 0; }
.accordion-button::after { content: '\f068'; position: absolute; text-align: center; top: 13px; background-image: none !important; font-family: 'Font Awesome 5 Free'; right: 14px; transition: .3s ease-in; font-size: 13px; font-weight: 600; color: #f00; }
.accordion-button.collapsed::after { content: '\f067'; }
.accordian-list .accordion-button { background: #efefef; border: 1px solid #efefef !important; box-shadow: none !important; outline: none !important; color: #f00; padding: 12px 25px; font-size: 16px; font-weight: 500; padding-right: 44px; }
.propery-img-list { width: calc(100% + 8px); margin-left: -4px; }
.propery-img-item { width: 25%; padding: 0px 4px; margin-bottom: 8px; }
.propery-img-item:nth-child(1) .property-img { border-radius: 10px 0px 0px 0px; }
.propery-img-item:nth-child(4) .property-img { border-radius: 0px 10px 0px 0px; }
.propery-img-item:nth-child(5) .property-img { border-radius: 0px 0px 0px 10px; }
.propery-img-item:nth-child(8) .property-img { border-radius: 0px 0px 10px 0px; }
.property-img:hover .gallery-zoom { opacity: 1; transform: scale(1); }
.gallery-zoom { position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; background-color: #00000050; font-size: 16px; color: #fff; display: flex; align-items: center; justify-content: center; transition: all .3s ease-in; padding: 20px; transform: scale(1.1); }
.gallery-zoom img { width: 24px; }
.property-img { padding-bottom: 60%; position: relative; display: block; overflow: hidden; }
.property-img > img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.accordion-body p { margin-bottom: 0; }
.accordion-body p + p { margin-top: 8px; }
.pd-img-list { padding-bottom: 0; display: flex; flex-wrap: wrap; width: calc(100% + 20px); margin-left: -10px; margin-bottom: 20px; }
.pd-img-item { width: 50%; padding: 0px 10px; }
.pd-img { position: relative; padding-bottom: 60%; }
.pd-img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.pd-img-list .slick-prev { left: 10px; }
.pd-img-list .slick-next { right: 10px; }

/*==================*/
.form-group1 .form-control { margin-bottom: 16px; height: 44px; border-radius: 0; background: #f5f5f5; box-shadow: none; }
.form-group1 .form-control::placeholder { font-size: 14px; }
.form-group1 .form-control:focus { border-color: #ff000042; }
.form-group1 textarea { min-height: 120px; width: 100%; resize: none; }
.header-2 { height: 80px; display: flex; align-items: center; border-bottom: 1px solid #d9d9d9; }
.uk-form-img { position: relative; padding-left: 100px; margin-bottom: 12px; border-bottom: 1px solid #cdcdcd; padding-bottom: 35px; }
.entire-img { position: absolute; top: 0; left: 0; width: 80px; height: 80px; }
.entire-img img { width: 100%; height: 100%; object-fit: cover; border-radius: 4px; }
.uk-form-img h5 { font-size: 14px; margin-bottom: 5px; }
.uk-form-img h4 { font-size: 16px; margin: 0; font-weight: 500; line-height: 22px; }
.cta-pay { justify-content: space-between; display: flex; align-items: center; margin-top: 20px; }
.header-box img { max-width: 130px; }
.back-cta { font-size: 14px; font-weight: 500; color: #f00; padding-left: 12px; position: relative; border-bottom: 2px solid transparent; }
.back-cta::before { position: absolute; content: ''; width: 8px; height: 8px; border: 2px solid red; border-left: 0; border-bottom: 0; transform: rotate(225deg); left: 0; top: 8px; }
.back-cta:hover { border-color: #f00; }
.heading h3 { font-size: 23px; margin-bottom: 14px; color: #000; }

/*==================*/

/*==================*/
.accordion-button::after { content: '\f068'; position: absolute; text-align: center; background-image: none !important; font-family: 'Font Awesome 5 Free'; right: 14px; transition: .3s ease-in; font-size: 16px; font-weight: 700; color: black; }
.accordion-button.collapsed::after { content: '\f067'; }
.accordion-list .accordion-button { background: #bababa; border: none !important; box-shadow: none !important; outline: none !important; color: #000000; padding: 16px 20px; font-size: 16px; font-weight: 600; padding-right: 44px; }
.accordion-list .accordion-item { background: #f5f1f1d6; border: none !important; border-radius: 30px; margin-bottom: 10px; }
.accordion-list .accordion-body { padding-top: 10px !important; background: #e4e4e4; }

/*==================*/
.blog-list { width: calc(100% + 20px); margin-left: -10px; display: flex; flex-wrap: wrap; margin-bottom: -20px; }
.blog-item { width: 33.33%; padding: 0px 10px; margin-bottom: 20px; }
.blog-box { display: flex; flex-flow: column; height: 100%; border: 1px solid #d8d8d8; overflow: hidden; background: #f8f8f8; }
.blog-img { padding-bottom: 62%; position: relative; overflow: hidden; display: block; }
.blog-img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; overflow: hidden; transition: all .6s ease-in; }
.blog-left-date { padding: 6px 16px 0px; font-weight: 400; color: #ff0000; font-size: 14px; }
.blog-title { padding: 6px 16px; }
.blog-title h4 { font-size: 24px; font-weight: 500; margin-bottom: 4px; }
.blog-article { padding: 0px 16px; font-size: 15px; font-weight: 300; }
.blog-cta { padding: 16px 16px; margin-top: auto; }
.read-more { display: inline-block; min-width: auto; border-bottom: 1.5px solid #682c2b; color: #682c2b; }
.read-more:hover { color: #000000; border-color: #ff0000; }
.blog-box:hover .blog-img img { transform: scale(1.2); }
.pagination-bar { display: flex; align-items: center; justify-content: center; margin-top: 36px; }
.pagination-bar .pagination .page-item.active .page-link, .pagination-bar .pagination .page-item .page-link.active { background: #000 !important; box-shadow: none !important; color: #fff !IMPORTANT; }
.pagination-bar .pagination .page-item { margin: 0px 10px; }
.pagination-bar .pagination .page-item { margin: 0 5px; }
.pagination-bar .pagination .page-item .page-link { padding: 8px 12px; border-radius: 4px; border-color: #001F3C29; box-shadow: none !important; color: #682c2b !important; font-size: 15px; font-weight: 500; }
.pagination-bar .pagination .page-item .page-link:hover { background: #F5F5F5; }
.pagination-bar .pagination .page-item.disabled .page-link { border: 0; color: #001F3C66; }
.pagination-bar .pagination .page-item .page-item:last-child .page-link { background: #F5F5F5; border: 0; }
.blog-inner-img { padding-bottom: 43%; position: relative; }
.blog-inner-img img { position: absolute; content: ''; top: 0; left: 0; width: 100%; height: 100%; border-radius: 5px; }
.blog-inner-detail h1 { font-size: 33px; margin-bottom: 12px; margin-top: 20px; }
.blog-inner-detail h2 { font-size: 30px; margin-bottom: 12px; margin-top: 20px; }
.blog-inner-detail h3 { font-size: 27px; margin-bottom: 12px; margin-top: 20px; }
.blog-inner-detail h4 { font-size: 24px; margin-bottom: 12px; margin-top: 20px; }
.blog-inner-detail h5 { font-size: 20px; margin-bottom: 12px; margin-top: 20px; }
.blog-inner-detail h6 { font-size: 18px; margin-bottom: 12px; margin-top: 20px; }
.blog-inner-detail p { margin-bottom: 0; }
.blog-inner-detail p + p { margin-top: 13px; }
.recent-blog-item + .recent-blog-item { margin-top: 16px; border-top: 1px solid #d4d4d4; padding-top: 16px; }
.recent-blog-box { display: flex; }
.recent-blog-img { width: 80px; height: 80px; }
.recent-blog-content { width: calc(100% - 80px); padding-left: 12px; }
.recent-blog-content h5 { font-size: 15px; margin-bottom: 2px; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.recent-blog-img img { width: 100%; height: 100%; border-radius: 5px; object-fit: cover; }
.recent-blod-date { font-size: 12px; }
.recent-blog-cta { font-size: 14px; }
.recent-blog-list { margin-top: 20px; }

/*==================*/

/* ================= Footer Start ================= */
#footer { background: #2b2b2d; padding: 40px 0 0px 0px; }
.footer-heading { color: #fff; }
.footer-links { color: #bfbfc0 !important; font-size: 14px; font-weight: 300; }
.footer-links li + li { margin-top: 7px; }
.footer-links li a span { color: #f00; margin-right: 6px; }
.footer-heading h5 { font-size: 22px; margin-bottom: 14px; }
.footer-logo img { filter: brightness(0) invert(1); }
.footer-contact-info li span { display: block; color: #fff; font-size: 16px; }
.footer-contact-info li { color: #bfbfc0 !important; font-size: 14px; font-weight: 300; }
.footer-contact-info li span address { margin: 0; padding: 0; }
.footer-contact-info li + li { margin-top: 20px; }
.footer-logo { max-width: 120px; margin: 0 auto; margin-bottom: 12px; }
.footer-text { text-align: center; }
.footer-text p { color: #bfbfc0; font-size: 14px; }
.footer-center { border: 1px solid rgb(128, 131, 132); border-top: 0; border-bottom: 0; }
.footer-content-bottom { border-top: 1px solid rgb(128, 131, 132); margin-top: 20px; padding-top: 20px; padding-bottom: 20px; }
.footer-social-links { align-items: center; justify-content: center; }
.footer-social-links li { width: 36px; height: 36px; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #f00; margin-right: 10px; }
.footer-socket { margin-top: 50px; border-top: 1px solid rgb(128, 131, 132); padding: 10px 0px; }
.footer-socket p { color: #bfbfc0; margin: 0; font-size: 14px; }
..footer-socket { font-size: 14px; }
.footer-conter-content { padding: 0px 20px; }

/* ================= Footer End ================= */

/* ================= Content Start ================= */
.content-container { padding: 60px 0; }

/* ================= Content End ================= */

/* ==========================================
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {
    body { padding-top: 70px; }
    .navbar { width: 100%; height: 70px; }
    .navbar-toggler { width: 54px; height: 40px; height: 60px; order-radius: 0; cursor: pointer; text-decoration: none; padding: 0; border: 0; background: transparent; margin: 0; position: absolute; right: 0; top: 50%; z-index: 999; transform: translateY(-50%); }
    .navbar-default .navbar-toggler:hover, .navbar-default .navbar-toggler:focus { background: transparent; }
    .navbar-toggler:not([class="collapsed"]), .navbar-toggler:not([class="collapsed"]):focus, .navbar-toggler:not([class="collapsed"]):hover { background: transparent; }
    .navbar-toggler.collapsed, .navbar-toggler.collapsed:focus, .navbar-toggler.collapsed:hover { background: transparent; }
    .home .navbar-toggler.collapsed, .home .navbar-toggler.collapsed:focus, .home .navbar-toggler.collapsed:hover { background: transparent; }
    .navbar-toggler .navbar-toggler-icon { position: relative; display: inline-block; width: 30px; height: 3px; color: #243238; text-indent: -55px; margin-top: 0; background: transparent !important; transition: all .2s ease-out; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -ms-transition: all .2s ease-out; vertical-align: middle; }
    .navbar-toggler .navbar-toggler-icon:before, .navbar-toggler .navbar-toggler-icon:after { content: ''; width: 30px; height: 3px; background: #f00; position: absolute; left: 0; transition: all .2s ease-out; }
    .navbar-toggler.collapsed .navbar-toggler-icon { background: #fff !important; }
    .navbar-toggler.collapsed .navbar-toggler-icon:before, .navbar-toggler.collapsed .navbar-toggler-icon:after { background: #fff; }
    .navbar-toggler.collapsed .navbar-toggler-icon:before { top: -10px; -webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg); -ms-transform: rotateZ(0deg); -o-transform: rotateZ(0deg); transform: rotateZ(0deg); }
    .navbar-toggler .navbar-toggler-icon:before { top: 0; -webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); -o-transform: rotateZ(45deg); transform: rotateZ(45deg); }
    .navbar-toggler.collapsed .navbar-toggler-icon:after { bottom: -10px; -webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg); -ms-transform: rotateZ(0deg); -o-transform: rotateZ(0deg); transform: rotateZ(0deg); }
    .navbar-toggler .navbar-toggler-icon:after { bottom: 0; -webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); -ms-transform: rotateZ(-45deg); -o-transform: rotateZ(-45deg); transform: rotateZ(-45deg); }
    .header-right { position: relative; z-index: 999; margin-right: 50px; }
    .navbar-collapse, .navbar-collapse.collapsing { position: fixed; top: 80px; left: 0; background: #999; padding: 0; z-index: 99; margin: 0; border: 0; overflow-y: auto; bottom: 0; width: 100%; height: 0; display: block !important; transition: all .3s cubic-bezier(0.77, 0.2, 0.05, 1.0); }
    .navbar .collapse.show { height: calc(100vh - 80px); }
    .navbar-inside { height: calc(100vh - 80px); padding: 0 15px; display: flex; flex-flow: column; }
    .navbar-expand-xl .navbar-nav .nav-item { padding: 0; margin: 0; border-bottom: solid 1px #fff; }
    .navbar-expand-xl .navbar-nav .nav-link { font-size: 16px; line-height: 30px; padding: 15px 0; position: relative; color: #333; }
    .navbar-nav.sm-collapsible .sub-arrow { border: 0; margin: 0; width: auto; font-size: 30px; line-height: 60px; top: 0; height: 60px; color: #f00; width: 40px; }
    .dropdown-menu { background: transparent; border: 0; padding: 0; margin: 0 0 20px 0; }
    .dropdown-item { padding: 7px 20px 7px 40px; }
    .dropdown-item:focus, .dropdown-item:hover { color: #f00; background: transparent; }
    .content-container { padding: 50px 0; }
}

/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) {
    .about-img { margin-top: 20px; }
    .branches-img-list { margin-bottom: 20px; }
    .hero-slide { min-height: 350px; height: 70vh; }
    .propery-img-item { width: 33.33%; }
}

/* =================================================
 ! Small devices (landscape phones, less than 768px)
 ================================================= */
@media (max-width:767.98px) {
    body { padding-top: 60px; }
    .navbar { height: 60px; }
    .navbar-collapse, .navbar-collapse.collapsing { top: 60px; }
    .navbar .collapse.show { height: calc(100vh - 60px); }
    .navbar-inside { height: calc(100vh - 60px); }
    .content-container { padding: 40px 0; }
    .hero-slide { min-height: 300px; height: 65vh; }
    .hero-slide-content h1, .hero-slide-content h2 { font-size: 44px; line-height: 52px; }
    .form-box-list { width: 50%; }
    .form-group .form-control { border-right: 1px solid #d2d2d2; }
    .form-box { padding: 16px; margin-top: -60px; }
    .about-prop h3 { font-size: 27px; }
    .main-heading h3 { font-size: 27px; padding-bottom: 7px; }
    .featurse-properties-left, .featurse-properties-left1 { width: 100%; border-right: 1px solid #d9d9d9; }
    .featurse-properties-right { width: 100%; }
    .featurse-properties-imges img, .featurse-properties-imges1 img { border-radius: 10px 10px 0px 0px; }
    .featurse-properties-left, .featurse-properties-left1 { border-radius: 0px 0px 10px 10px; padding: 16px; }
    .branches-center-img { width: 150px; height: 150px; }
    .footer-socket { flex-wrap: wrap; text-align: center; align-items: center; justify-content: center; margin-top: 30px; }
    .footer-socket p { width: 100%; }
    .footer-center { border: 0; }
    .footer-logo { margin: 0; margin-top: 20px; }
    .footer-conter-content { padding: 0; }
    .footer-text { text-align: start; margin-top: 10px; }
    .footer-content-bottom { padding-top: 12px; margin-top: 12px; }
    .footer-heading { text-align: start !IMPORTANT; }
    .footer-social-links.d-flex { justify-content: start; }
    .hero-inner-banner-content h1 { font-size: 33px; }
    .contact-info-item { width: 50%; }
    .contact-cta { margin-bottom: 20px; }
    .propery-img-item { width: 50%; }
    .propery-img-item:nth-child(2) .property-img { border-radius: 0px 10px 0px 0px; }
    .propery-img-item:nth-child(7) .property-img { border-radius: 0px 0px 0px 10px; }
    .propery-img-item:nth-child(8) .property-img { border-radius: 0px 0px 10px 0px; }
    .propery-img-item:nth-child(3) .property-img { border-radius: 0px 0px 0px 0px; }
    .propery-img-item:nth-child(4) .property-img { border-radius: 0px 0px 0px 0px; }
    .form-box-list:nth-child(1) { width: 100%; }
    .blog-item { width: 50%; }
}

/* ======================================================
 ! Extra small devices (portrait phones, less than 576px)
 ====================================================== */
@media (max-width:575.98px) {
    .hero-slide-content h1, .hero-slide-content h2 { font-size: 36px; line-height: 44px; }
    .mv-text { width: 100%; }
    .mv-text + .mv-text { margin-top: 12px; }
    .branches-center-img { width: 120px; height: 120px; }
    .features-properties-head h5 { font-size: 20px; }
    .main-heading h3 { font-size: 23px; padding-bottom: 5px; }
    .about-prop h3 { font-size: 23px; }
    .contact-info-item { width: 100%; }
    .amenities-item { width: 100%; }
    .blog-item { width: 100%; }
}
