/*@font-face {
    font-family: 'Corbel';
    src: url('../fonts/Corbel-Bold.woff2') format('woff2'),
        url('../fonts/Corbel-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Corbel';
    src: url('../fonts/Corbel.woff2') format('woff2'),
        url('../fonts/Corbel.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/
/* Chrome, Safari, Edge, Opera ke liye */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox ke liye */
input[type="number"] {
    -moz-appearance: textfield;
}

body {
    font-family: "Open Sans", sans-serif !important;
    font-size: 14px !important;
    background: #f1f1f1;
    color: #494949;
    line-height: 26px;
    scroll-behavior: smooth;
}
.bold-wrapper-dff {
    font-weight: bold;
}
html {
    overflow-x: hidden !important;
}
a:hover {
    text-decoration: none;
}
a {
    color: #db1616;
}

header.header {
    padding-left: 10px;
    padding-right: 10px;
}
.header .navbar-nav .nav-link {
    color: #2b2b2b;
    font-size: 15px;
    padding: 0 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
.header .navbar-nav .nav-link:hover {
    color: #dd1818;
    background: transparent;
}

.property-list a {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 17px;
}

.nav-main {
    background: #fff;
}
.navbar-brand {
    color: #2b2b2b;
}
li.nav-item {
    padding-left: 10px;
    padding-right: 10px;
}
.post-btn .btn {
    line-height: 31px;
    width: 121px;
    height: 32px;
    padding: 0;
    color: #dd1818;
    background: #fff;
    border: 1px solid #dd1818;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    margin-left: 10px;
    margin-top: -18px;
}
.post-btn button:hover {
    background: #dd1818;
    color: #fff;
}
.footer {
    background: #252525;
    color: #ffffff;
    padding: 20px 0 15px;
    border-bottom: solid 1px #3d3d3d;
}
.footer h3 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-top: 20px;
}
.footer p {
    letter-spacing: 0.5px;
}
.footer .use-link ul {
    padding: 0;
    display: inline-block;
    width: 100%;
}
.social-link {
    margin-top: 10px;
}
.about-div .img-fluid {
    margin-bottom: 20px;
    margin-top: 20px;
}
.footer .use-link ul li {
    list-style-type: none;
}
.footer .use-link ul li a {
    line-height: 30px;
    color: #ffffff;
    letter-spacing: 0.5px;
}
.about-div {
    padding-right: 30px;
}

.footer .more-link {
    color: #fd7f07;
    font-size: 16px;
}
.footer-logo {
    display: inline-block;
    width: 75%;
    vertical-align: top;
    padding-left: 15px;
    margin-top: 20px;
}
.input-group .form-control.f-em {
    background: transparent;
    border: 1px solid #3d3d3d;
    border-radius: 0px;
    border-right: none;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    display: inline-block;
    width: auto;
}
input.form-control.f-em:focus,
button.news-btn:focus {
    color: #fff;
    background-color: #252525;
    box-shadow: none !important;
    border-bottom: solid 1px #3d3d3d !important;
}
button.news-btn {
    background: transparent;
    border: 1px solid #3d3d3d;
    line-height: 40px;
    width: 40px;
    color: #ccc;
    height: 42px;
    cursor: pointer;
}
button.news-btn:hover {
    background-color: #e32020;
    color: #ffffff;
}
.news-input:focus {
    border: 1px solid #ffffff !important;
}
.copyright-div {
    background: #252525;
    padding: 15px 0;
}
.copyright-div p {
    color: #fffefe;
    margin-bottom: 0;
    letter-spacing: 1px;
}
.social-link {
    margin-bottom: 0;
}
.social-link li a i {
    display: flex;
    color: #fff;
}

.social-link li {
    display: inline-block;
    padding: 0 7px;
}
nav.navbar.navbar-expand-md {
    padding: 1px 0;
    background: transparent;
    box-shadow: none;
    height: auto;
}
.baner {
    /*	 background-image: url(../img/ron.jpg);
	background-size: 100% !important;
	padding: 170px 0px;
	background-position: center top !important;
	text-align: center;
	margin: auto;*/
    display: inline-block;
    width: 100%;
    position: relative;
}
.baner .item-img {
    /* background-size: 100% !important; */
    /* padding: 280px 0px; */
    background-position: center top !important;
    text-align: center;
    margin: auto;
    width: 100%;
    height: 570px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
.slider-text {
    position: absolute;
    top: 40%;
    left: 10%;
    width: 80%;
    text-align: center;
    z-index: 11;
}
.baner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.baner .item {
    margin: 0;
}
.add-section {
    display: inline-block;
    width: 100%;
    padding: 40px 0;
    background: #fff;
}
.w-100 {
    position: relative;
}
.sm-title {
    color: #dd1818;
    font-size: 26px;
    margin-bottom: 5px;
    letter-spacing: 1px;
}
.ba-title {
    color: #fff;
    font-size: 32px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    text-shadow: rgba(0, 0, 0, 0.7) 0 5px 10px;
}

.search-btn {
    background: #dd1919;
    border: 1px solid #dd1919;
    width: 80px;
    height: 46px;
    float: right;
    margin: auto;
    margin-right: 1px;
    border-radius: 5px;
    margin-top: 2px;
    cursor: pointer;
}
.search-btn:hover,
.search-btn:focus {
    background: #c90404;
    outline: none;
}
.baner .form-control {
    height: 50px !important;
    background-color: #545454 !important;
    border: 1px solid #383231;
    border-radius: 0px;
    color: #fff;
    border-top-color: #545454;
    border-bottom-color: #545454;
    border-left-color: #545454;
}
.baner .form-control:focus {
    color: #ffffff;
    box-shadow: none;
}
.btn-radius {
    background: #545454;
    height: 50px;
    border-right: 1px solid #000;
    border-radius: 0px 5px 5px 0px;
}
.baner .col {
    padding: 0px !important;
}
.baner .form-control.input-number {
    width: 90.5%;
    margin: auto;
    display: inline-block;
    /* background: #545454 url(../img/placeholder.png) no-repeat scroll 9px 16px !important; */
    padding-left: 38px !important;
    border-bottom: none;
    border-right: 1px solid #383231;
    font-size: 13px;
}
.baner .form-control.input-bg {
    width: 90.5%;
    margin: auto;
    display: inline-block;
    background: #545454 url(../img/placeholder.png) no-repeat scroll 9px 16px !important;
    padding-left: 38px !important;
    border-bottom: none;
    border-right: 1px solid #383231;
    font-size: 13px;
}
.baner .carousel-control-next,
.baner .carousel-control-prev {
    width: 5%;
    opacity: 1;
    z-index: 11;
}
input.form-control.input-bg {
    border-radius: 5px 0px 0px 5px;
}
.baner input::placeholder {
    color: #ffffff;
}
.baner select::placeholder {
    color: #ffffff;
}
.width-85 {
    width: 85%;
    margin: auto;
}
.baner select {
    -webkit-appearance: none;
    background: url(../img/down-arrow.png) no-repeat right 20px top 18px;
    font-size: 14px;
}
.baner .form-control.input-bg:focus {
    box-shadow: none !important;
    border-bottom: none !important;
}
.ap-box {
    background: #fff;
    box-shadow: 1px 1px 3px #dddddd;
    padding: 10px;
    padding: 10px;
    position: absolute;
    z-index: 1111;
    bottom: -49px;
    width: 94%;
    margin: auto;
}
.ap-box ul {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.ap-box ul li {
    display: inline-block;
    font-size: 1;
}
.ap-box ul li img {
    padding-right: 15px;
    float: left;
}
.ap-box ul li span {
    display: block;
}
.ap-box ul li span:first-child {
    font-size: 16px;
    color: #494949;
    font-weight: 600;
}
.ap-box ul li span:last-child {
    font-size: 14px;
    color: #808080;
}
.heading {
    font-size: 28px;
    color: #dd1919;
    margin-top: 80px;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}
.heading:after {
    content: "";
    z-index: 1;
    position: absolute;
    height: 3px;
    bottom: -18px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 60px;
    background: #514543;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 0 3px #dddd;
    margin: 0;
}
.mb-45 {
    margin-bottom: 45px;
}
.card ul {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 10px;
}
.card ul li {
    display: inline-block;
}
.card ul li:first-child {
    color: #252525;
    font-size: 22px;
    line-height: 24px;
}
.card ul li:last-child {
    float: right;
}
.price {
    color: #dd1919;
    font-size: 15px;
    font-weight: 600;
}
.address {
    color: #494949;
    margin-bottom: 10px;
}
.address .fa.fa-map-marker {
    font-size: 16px;
    margin-right: 5px;
}
.card-text {
    color: #494949;
    font-size: 16px;
    margin-bottom: 0px;
}
.detail-btn {
    line-height: 36px;
    height: 38px;
    color: #dd1818;
    background: #fff;
    border: 1px solid #dd1818;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    float: right;
    margin-top: 20px;
    text-align: center;
    padding: 0 15px;
}
.detail-btn:hover {
    color: #ffffff;
    background: #dd1818;
    border: 1px solid #dd1818;
    text-decoration: none;
}
.main-heading {
    font-size: 28px;
    color: #dd1919;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}
.main-heading:after {
    content: "";
    z-index: 1;
    position: absolute;
    height: 3px;
    bottom: -18px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 60px;
    background: #514543;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.view-btn {
    height: 36px;
    line-height: 34px;
    color: #ffffff;
    background: #ee2727;
    border: 1px solid #dd1818;
    text-decoration: none;
    border-radius: 5px;
    font-size: 15px;
    letter-spacing: 1px;
    float: right;
    text-align: center;
    padding: 0 15px;
}
.view-btn:hover {
    color: #ffffff;
    background: #dd1818;
    text-decoration: none;
}
.card-body {
    margin-bottom: 6px;
}
.p-title {
    color: #252525;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
}
p.price.float-none {
    margin-bottom: 6px;
}
.p-address {
    color: #494949;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}
.contact-info {
    background-image: url(../img/cont-bg.jpg);
    background-size: cover;
    color: #fff;
    text-align: center;
    background-position: top;
    position: relative;
    display: inline-block;
    width: 100%;
    min-height: 110px;
}
.contact-info p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-top: 10px;
}
.contact-info h5 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
}
.call-info {
    padding: 3px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    font-size: 18px;
    background-color: rgba(221, 25, 25, 0.8);
}

.sell-info {
    background-image: url(../img/cont-bg.jpg);
    background-size: cover;
    color: #fff;
    text-align: center;
    background-position: top;
    padding-bottom: 10px;
    height: 100%;
}
.sell-info p {
    margin-bottom: 5px;
    padding-top: 10px;
    text-align: left;
}
.sell-info ul {
    padding-left: 0px;
    margin-bottom: 0px;
}
.sell-info ul li {
    display: inline-block;
}
.sell-info ul li:first-child {
    float: left;
    margin-top: 15px;
    margin-left: 15px;
}
.sell-info span {
    line-height: 35px;
}
.postp-btn {
    color: #ffffff;
    background: #ee2727;
    border: 1px solid #dd1818;
    text-decoration: none;
    line-height: 25px;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 15px;
    letter-spacing: 1px;
}
.postp-btn:hover {
    color: #fff;
    text-decoration: none;
}
.service {
    text-align: center;
}
.service img {
    margin-bottom: 15px;
}
.service h3 {
    color: #252525;
    font-size: 22px;
    font-weight: 500;
}
.service p {
    color: #494949;
    font-size: 15px;
}
.item {
    margin: 0px 15px;
}
#customer-section {
    background: #426377;
    width: 100%;
    display: inline-block;
    padding: 40px 0 30px;
}
#customer-section h2 {
    font-size: 28px;
    position: relative;
    text-align: center;
    color: #ffffff;
    line-height: 36px;
    letter-spacing: 1px;
    margin: 0 0 30px;
}
#customer-section h2::after {
    content: " ";
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 58px;
    border-bottom: 3px solid #f00;
    border-radius: 4px;
    transform: translateX(-50%);
    text-align: center;
}
#customer-section p {
    text-align: center;
    color: #fff;
    margin: 0 0 10px;
}
.testimonial-box {
    display: inline-block;
    width: 100%;
    background: #fff;
    position: relative;
    padding: 0;
    height: 530px;
}
.blog-img img {
    width: 100%;
    height: 250px;
}
.testimonial-user {
    width: 100%;
    position: absolute;
    left: 0;
    top: -50px;
}
.blog-detail {
    display: inline-block;
    width: 100%;
    padding: 15px;
}
#customer-section .testimonial-box p {
    color: #494949;
    margin-bottom: 0;
    text-align: justify;
}
.testimonial-box h5 {
    color: #ff0000;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
}
.testimonial-box span {
    color: #494949;
}
.blog-detail h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 5px 0 10px;
    color: #252525;
}
#customer-section .owl-item {
    padding-top: 15px;
}
.owl-carousel .owl-item .testimonial-user img {
    width: 72px;
    height: 72px;
    margin: 0 auto;
}

#testimonials .testimonial-item {
    text-align: center;
}

#testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
}

#testimonials .testimonial-item h3,
#testimonials .testimonial-item h4,
#testimonials .testimonial-item p {
    margin-left: 0;
}
.card-body.p-2 {
    padding: 10px 10px !important;
}

.owl-theme .owl-controls .owl-page span {
    background: #fff;
}
.owl-theme .owl-controls {
    margin-top: 30px;
}
.row {
    margin-bottom: 0;
}

.inner-section {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}
.login-box {
    display: block;
    width: 60%;
    margin: 0 auto;
}
.login-box .center.indigo-text.uppercase {
    color: #e11b1b !important;
}
.indigo {
    background-color: #db1616 !important;
}
.indigo-text {
    color: #db1616 !important;
}
.input-field label.active {
    color: #db1616;
}
nav ul li.active {
    background-color: transparent;
}
.header .navbar-nav li.active .nav-link {
    color: #da1515;
}
.contact-form {
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 30px;
}

.contact-form .center.indigo-text.uppercase {
    margin-bottom: 20px;
}
.contact-form .contact-sidebar {
    margin-top: 25px;
}
.btn-large i {
    font-size: 1.5rem;
    line-height: 22px;
}
.indigo.darken-4 {
    background-color: #e11c1c !important;
    padding: 5px 20px;
}
.agent-sidebar .circle.responsive-img {
    width: 200px;
    height: 200px;
    margin-bottom: 10px;
}
.agent-content {
    display: inline-block;
    width: 100%;
    background: #fff;
    padding-bottom: 0;
    padding: 15px;
}
.agent-wrapper {
    padding: 20px;
}
.agent-reply {
    display: inline-block;
    width: 100%;
    padding: 15px;
}
.collection {
    margin: 0;
    height: max-content;
    padding: 20px;
}
.profile-box {
    display: inline-block;
    width: 100%;
    padding: 20px 15px 30px;
}
.profile-box .btn.waves-effect.waves-light.btn-large.indigo.darken-4 {
    margin-left: 15px;
}
.btn.btn-small.waves-effect i {
    font-size: 1.2rem;
}
.btn.btn-small.waves-effect {
    padding: 0 2px;
    height: 28px;
}
.pagination li.page-item.active .page-link {
    background-color: #db1616;
    border-color: #db1616;
    color: #fff;
}
.agent-content .btn.waves-effect.waves-light.indigo.darken-4.m-l-30 {
    margin-left: 20px;
}
.file-field .btn,
.file-field .btn-large,
.file-field .btn-small {
    line-height: 2rem;
}
.property-form {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
}
.agent-content select {
    display: inline-block;
}
.card.search-property {
    padding: 30px 5px 15px;
}
.property-content h5 {
    font-size: 14px;
    margin: 10px 0;
}
.card .card-content {
    padding: 20px 15px;
}
.search-land-grid .card-image-bg {
    height: 180px;
}
.property-grid-box .col {
    flex-basis: auto;
}
.property-grid-box .card {
    margin-top: 30px;
}
.property-grid-box .section-heading {
    margin-top: 0;
    margin-bottom: 0px;
}
nav i,
nav [class^="mdi-"],
nav [class*="mdi-"],
nav i.material-icons {
    height: 70px;
    line-height: 67px;
    margin-left: 0;
}
.dropdown-trigger::before {
    content: none;
}
.dropdown-toggle::after {
    content: none;
}
.navbar-expand-md .navbar-nav .dropdown-menu li a {
    line-height: 40px;
    border-bottom: solid 1px #ddd;
    color: #252525;
}
.navbar-expand-md .navbar-nav .dropdown-menu li a .material-icons {
    line-height: 25px;
    height: 30px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.navbar-expand-md .navbar-nav .dropdown-menu li:last-child a {
    border-bottom: none;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
    padding: 0;
    border-radius: 0;
    left: auto;
    right: 0px;
}
.navbar-expand-md .navbar-nav .dropdown-menu li {
    width: 100%;
}
.striped.responsive-table tr td a:hover {
    color: #fff;
    text-decoration: none;
}
.multiselect-country .input-field.col label {
    left: 0;
    position: inherit;
    padding-bottom: 7px;
}
.multiselect-country .input-field.col.s8 {
    margin-top: 0;
}
.multiselect-country .input-field.col.s12 {
    margin-top: -10px;
}
.agent-content.agent-reply {
    padding: 0 10px;
}
.search-property .sidebar-title {
    padding-top: 20px;
}
.search-property .col.s12.m4.card {
    padding-bottom: 15px;
}
.card-image.blog-content-image img {
    width: 100% !important;
    height: 110px;
    object-fit: fill;
}
.property-view-list {
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 20px;
}
.property-view-list .col.s12.m8 {
    padding: 0;
}
.property-view-list h4.single-title {
    font-size: 20px;
}
.property-view-list h4 {
    font-size: 20px;
}
.property-view-list .btn.btn-small.m-t-25.right.disabled.b-r-20 {
    margin-top: 0;
}
.property-view-list .col.s12.m4 {
    padding: 0;
}
.jssort-slider .single-slider {
    border: 1px solid #e0e0e0;
    background: #fff;
}
.jssort-slider .col.s12.m8 {
    padding: 0;
}
.card-no-box-shadow.card {
    margin-top: 20px;
    background: #fff;
}
.agent-list {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    background: #fff;
}
.agent-list .col.s12.m12 {
    padding: 0;
}
.agent-profile .card.horizontal.card-no-shadow {
    box-shadow: none;
    border: none !important;
}
.agent-profile .collection-item.p-0 {
    padding: 20px 15px !important;
    border: none;
}
.agent-message-box .box input::placeholder {
    color: #808080;
}
.agent-message-box .box textarea::placeholder {
    color: #808080;
}
.agent-profile .collection.agent-message {
    padding-bottom: 30px;
}
.agent-profile #msgsubmitbtn {
    margin-top: 20px;
}
.card-no-box-shadow.card .box {
    margin-bottom: 10px;
}
.card-no-box-shadow.card .imgresponsive {
    height: 400px;
}
.indigo-text.text-darken-4 {
    color: #dc1717 !important;
}
.indigo.darken-1 {
    background-color: #db1616 !important;
}
.featured-badge i.material-icons.align-middle {
    color: red;
}
.featured-badge
    span.badge.bg-secondary.text-dark.px-3.shadow-sm.text-capitalize {
    color: #fff !important;
}
span.badge {
    min-width: 2rem;
    line-height: 22px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-land-grid .card {
    margin: 15px 0;
}
.agent-content .box.indigo.white-text.p-30 {
    background: #fff !important;
    color: #494949 !important;
}
.agent-content .box.indigo.white-text.p-20 .material-icons.left.font-18 {
    margin-top: 5px;
}
.agent-content .box.indigo.white-text.p-20 {
    padding: 10px 20px;
}
.section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.agent-content form {
    padding: 15px;
}
.project-gallery .card {
    min-height: 530px;
}
.search-land-grid .card {
    margin: 15px 0;
    min-height: 325px;
}

.carousel {
    height: 100%;
}

.pd5 {
    padding: 0 5px;
}
.boarding_effect {
    background: #fff;
    border: solid 1px #ddd;
    width: 100%;
    display: inline-block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    visibility: visible;
    animation-duration: 1500ms;
    animation-delay: 0ms;
    animation-name: fadeIn;
    text-align: center;
    margin-bottom: 15px;
}

.pattern_img {
    display: inline-block;
    width: 100%;
    position: relative;
}
.pattern_img img {
    width: 100%;
    border-bottom: solid 1px #ddd;
}
.pattern_img h3 {
    color: #e13e3e;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    margin: 0;
}
.pattern_img h2 {
    position: absolute;
    top: 60%;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 40px;
    font-weight: 600;
    color: #494949;
    margin: 0;
}
.pattern_img h2 span {
    display: inline-block;
    font-size: 25px;
    width: auto;
    height: 3px;
    margin: 0;
    background: transparent;
}
.pattern_img p {
    position: absolute;
    top: 35%;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    line-height: 22px;
}
.boarding_effect ul {
    padding: 40px 0 60px;
    margin: 0;
}
.boarding_effect li {
    line-height: 30px;
    list-style: none;
    color: #494949;
    font-weight: 500;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.choose_pack {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.boarding_effect ul {
    text-align: left;
    padding: 0 10px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.boarding_effect ul li i {
    padding-right: 5px;
}
.boarding_effect ul h6,
.plan-rule h6 {
    font-weight: 600;
    color: #db1616;
}
.plan-rule {
    text-align: left;
    padding: 0 10px;
    margin: 15px auto;
}
span.radio_yes-1 img {
    max-width: 100%;
    padding: 0px;
}
input.predefine_img[type="radio"] {
    cursor: pointer;
    height: 100%;
    left: 0;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99;
    pointer-events: inherit;
}
input.predefine_img[type="radio"] + span {
    border: 1px solid #ccc;
    border-radius: 0;
    display: table-cell;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    padding: 8px;
    text-align: center;
    vertical-align: middle;
    width: auto;
    border-radius: 50px;
    padding: 5px 20px;
}
input.predefine_img[type="radio"]:checked + span {
    background: #00408b none repeat scroll 0 0;
    border: 1px solid #00408b;
    color: #fff;
}
.choose_pack span::after,
.choose_pack span::before {
    content: none;
}
.Guide_your_home_sec {
    padding-bottom: 60px;
}

@media (max-width: 768px) {
    img.img-fluid.logo- {
        width: 200px;
        height: auto;
    }
}

.guide_post h3 {
    font-size: 20px;
    font-family: "Open Sans";
    font-weight: 500;
}
.guide_post p {
    font-size: 13px;
}
.seacrh_b_para h2 {
    font-size: 22px;
    color: #db1616;
}
.seacrh_b_para p {
    font-size: 12px;
}
.seacrh_b_para {
    padding: 10px 13px;
}
.blog_anchor {
    position: absolute;
    left: 10px;
    bottom: 16px;
}
.btn-group.bootstrap-select.form-control.show-tick {
    position: relative;
}
.social-link li a i:hover {
    color: #ee2727;
}
.footer .use-link ul li a:hover {
    color: #ee2727;
}
button#msgsubmitbtn:hover {
    background: #2b2b2b !important;
}
/* Swiper Container */
.swiper-container {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

/* Swiper Slides */
.swiper-slide {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Category Background Image */
.category-bg-image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    color: white;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.category-bg-image a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-decoration: none;
    color: white;
}

.category-bg-image .left {
    font-size: 18px;
    font-weight: bold;
}

.category-bg-image .right {
    font-size: 14px;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border-radius: 5px;
}

/* Swiper Buttons (Next/Prev) */
.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 10px;
}
.swiper-container {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

/* Pagination Bullets */
.swiper-pagination-bullet {
    background-color: #d3a573;
}

.swiper-pagination-bullet-active {
    background-color: #ecbd17;
}

/* Responsive Adjustments */
@media screen and (max-width: 300px) {
    .swiper-slide {
        padding: 0 5px; /* Smaller padding on very small screens */
    }

    .category-bg-image {
        height: 150px; /* Reduce the height of images on smaller screens */
    }

    .category-bg-image .left,
    .category-bg-image .right {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .swiper-container {
        margin-left: 10px;
        margin-right: 10px;
    }

    .swiper-slide {
        padding: 0 15px; /* Slightly larger padding */
    }

    .category-bg-image {
        height: 180px;
    }

    .category-bg-image .left {
        font-size: 16px;
    }

    .category-bg-image .right {
        font-size: 12px;
    }
}
@keyframes fadeScale {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.right {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    animation: fadeScale 2s ease-in-out infinite alternate;
}
/* .card .card-image img {
    width: 100%;
    height: 400px;
    object-fit: fill;
} */
.search-property .card-image.blog-content-image img {
    height: 160px !important;
}
span.bold-wrapper {
    color: #d81414;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    transition: color 0.3sease-in;
    font-family: "Montserrat", sans-serif;
    /* letter-spacing: 1px; */
    margin-bottom: 13px;
}
.address.para-padding {
    padding-left: 6px;
}
span.right.featured-stars {
    padding-left: 30px;
}
.wrapper-left-wrap {
    text-transform: uppercase;
    color: #c90404;
    font-size: 16px;
    font-weight: 600;
    transition: color 0.3sease-in;
    font-family: "Montserrat", sans-serif;
}
.wrapper-jaaa img {
    width: 320px !important;
    height: 290px !important;
    object-fit: fill !important;
    margin-bottom: 10px;
}
.property-view-list h4.single-title {
    font-size: 20px;
    font-weight: 700;
}
i.left {
    float: left;
    margin-right: 2px;
}
html {
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}
.wrapper-disk-img {
    width: 105px;
    height: 105px;
    border-radius: 100px;
    object-fit: fill;
}
.pra-rrr {
    padding: 0;
}
span.card-image-bg.wrapper-dmango {
    width: unset;
}
p.p-title.wrapper-tiitle {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3em;
    line-height: 1.5em;
}
h5.wrapper-service-t {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2em;
}
p.wrapper-service-p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 6em;
    line-height: 1.5em;
}
p.p-address.property-content-wrap-p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 6em;
    line-height: 1.5em;
}
.wrap-imgresponsive-wra {
    padding: 10px;
    border-radius: 50px;
    width: 400px;
    height: 138px;
    object-fit: fill;
}
ul.collection.with-header .swiper-button-prev:after,
ul.collection.with-header .swiper-rtl .swiper-button-next:after {
    content: "prev";
    font-size: 21px;
}
ul.collection.with-header .swiper-button-next:after,
ul.collection.with-header .swiper-rtl .swiper-button-prev:after {
    content: "next";
    font-size: 22px;
}
.agent-img-wrapper-big {
    width: 40px;
    height: 160px !important;
    padding: 10px;
    border-radius: 50px;
}
.wbrrr {
    display: flex;
    align-items: center;
    gap: 5px;
}
.wrapeer-tex-limit {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    height: 53px;
}
@media (max-width: 1367px) {
    .baner .item-img {
        /* background-size: 100% !important; */
        /* padding: 280px 0px; */
        background-position: center top !important;
        text-align: center;
        margin: auto;
        width: 100%;
        height: 520px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
    }
}

@media (max-width: 1300px) {
    .header .navbar-nav .nav-link {
        color: #2b2b2b;
        font-size: 15px;
        padding: 0 0px;
        font-weight: 600;
        letter-spacing: 1px;
    }
    .baner .form-control.input-number {
        padding-left: 15px !important;
    }
    .search-btn {
        width: 60px;
    }
    p {
        font-size: 14px;
    }
    .input-group .form-control.f-em {
        width: 70%;
    }
    .about-div {
        padding-right: 0px;
    }
    .blog-img img {
        width: 100%;
        height: 190px;
        object-fit: fill;
    }
}
@media (max-width: 1025px) {
    nav.navbar.navbar-expand-md img.img-fluid.logo- {
        width: 210px;
    }
    .header .navbar-nav .nav-link {
        color: #2b2b2b;
        font-size: 12px;
        padding: 0 0px;
        font-weight: 600;
        letter-spacing: 1px;
        white-space: nowrap;
    }
    .input-group .form-control.f-em {
        width: 51%;
    }
    .card.horizontal .card-image {
        max-width: 100%;
    }
    .card-image.blog-content-image {
        float: left;
        padding-right: 20px;
        padding-bottom: 20px;
        width: 100%;
        height: 190px;
    }
    .ap-box ul {
        list-style-type: none;
        padding-left: 0px;
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
    }
    .heading:after {
        display: none;
    }
    .baner .item-img {
        /* background-size: 100% !important; */
        /* padding: 280px 0px; */
        background-position: center top !important;
        text-align: center;
        margin: auto;
        width: 100%;
        height: 550px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
    }
    .pra-rrr {
        padding: 0;
    }
    .slider-text {
        position: absolute;
        top: 40%;
        left: 1%;
        width: 100%;
        text-align: center;
        z-index: 11;
    }
    .post-btn .btn {
        line-height: 31px;
        width: 108px;
        height: 32px;
        padding: 0;
        color: #dd1818;
        background: #fff;
        border: 1px solid #dd1818;
        text-transform: capitalize;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1px;
        text-align: center;
        margin-left: 10px;
    }
    li.nav-item {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (max-width: 991px) {
    nav.navbar.navbar-expand-md img.img-fluid.logo- {
        width: 210px;
    }
    .agent-profile .collection-item.p-0 {
        padding: 20px 15px !important;
        border: none;
        background: #fff;
    }
    .header .navbar-nav .nav-link {
        color: #2b2b2b;
        font-size: 12px;
        padding: 0 0px;
        font-weight: 600;
        letter-spacing: 1px;
        white-space: nowrap;
    }
    .input-group .form-control.f-em {
        width: 51%;
    }
    .card.horizontal .card-image {
        max-width: 100%;
    }
    .card-image.blog-content-image {
        float: left;
        padding-right: 20px;
        padding-bottom: 20px;
        width: 100%;
        height: 190px;
    }
    .ap-box ul {
        list-style-type: none;
        padding-left: 0px;
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
    }
    .heading:after {
        display: none;
    }
    .baner .item-img {
        /* background-size: 100% !important; */
        /* padding: 280px 0px; */
        background-position: center top !important;
        text-align: center;
        margin: auto;
        width: 100%;
        height: 460px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
    }
    .pra-rrr {
        padding: 0;
    }
    .slider-text {
        position: absolute;
        top: 40%;
        left: 1%;
        width: 100%;
        text-align: center;
        z-index: 11;
    }
    .post-btn .btn {
        line-height: 31px;
        width: 108px;
        height: 32px;
        padding: 0;
        color: #dd1818;
        background: #fff;
        border: 1px solid #dd1818;
        text-transform: capitalize;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1px;
        text-align: center;
        margin-left: 10px;
    }
    li.nav-item {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 567px) {
    .baner .item-img {
        /* background-size: 100% !important; */
        /* padding: 280px 0px; */
        background-position: center top !important;
        text-align: center;
        margin: auto;
        width: 100%;
        height: 260px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
    }
    .baner .swiper-slide {
        padding: 0 0px;
    }
    .slider-text {
        top: 10%;
        left: 0%;
        width: 100%;
    }
    .pra-rrr {
        padding: 0;
    }
    .search-btn {
        width: 80%;
    }
    .baner .form-control.input-number {
        padding-left: 11px !important;
    }
    .baner .form-control.input-bg {
        width: 83.5%;
    }
    .heading:after {
        display: none;
    }
    .footer-logo {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        padding-left: 0px;
        margin-top: 0px;
    }
    .card-image.blog-content-image {
        float: left;
        padding-right: 20px;
        padding-bottom: 20px;
        width: 100%;
        height: 180px;
    }
    .card.horizontal .card-image {
        max-width: 100%;
    }
    span.badge {
        min-width: 2rem;
        line-height: 22px;
        height: 39px;
        margin-bottom: 13px;
    }
    .register-section .login-box {
        width: 100%;
    }
    .header .navbar-nav .nav-link {
        color: #2b2b2b;
        font-size: 14px;
        padding: 0 6px;
        font-weight: 600;
        letter-spacing: 1px;
        white-space: nowrap;
    }
    .swiper-slide {
        width: 100% !important;
    }
    .ap-box {
        background: #fff;
        box-shadow: 1px 1px 3px #dddddd;
        padding: 10px;
        padding: 10px;
        position: unset;
        z-index: 1111;
        bottom: -49px;
        width: 94%;
        margin: auto;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .post-bg-image {
        background-size: 100% 100%;
        margin-bottom: 14px !important;
        height: 190px;
        position: relative;
        border-radius: 10px;
    }
    .section-heading {
        margin-left: 13px;
    }
    .ba-title {
        font-size: 18px;
    }
    .related-property-slider .swiper-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: flex;
        transition-property: transform;
        transition-timing-function: var(
            --swiper-wrapper-transition-timing-function,
            initial
        );
        box-sizing: content-box;
        align-items: center;
        justify-content: center;
    }
    .card.horizontal .card-image.agent-image {
        max-width: 100%;
    }
    .agent-profile .collection-item.p-0 {
        padding: 20px 15px !important;
        border: none;
        background: #fff;
    }
    .wrapper-margin-bbbb {
        margin-bottom: 15px;
    }
    .login-box {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .sell-info {
        margin-top: 14px;
    }
    .contact-info {
        min-height: 170px;
    }
    .font-18 {
        font-size: 15px;
    }
    table.responsive-table th {
        display: block;
        text-align: right;
        font-size: 13px;
    }
}
@media (max-width: 344px) {
    .ba-title {
        font-size: 12px;
    }
    .slider-text {
        top: 6%;
        left: 0%;
        width: 100%;
    }
    .agent-content form {
        padding: 0px;
    }
    table.responsive-table th {
        display: block;
        text-align: right;
        font-size: 13px;
    }
}
