.search-bar {
    background: #2e3434;
    padding: 20px;
    /* border-top: 1px solid #fdc500; */
}

.search-bar h4 {
    color: white;
    text-align: center;
    font-weight: 100;
}

.search-bar .inp {
    padding: 0px 10px;
    width: 28.5%;
}
.currency-dropdown .dropdown-menu{
min-width: 85px !important;
}
.currency-dropdown img{
    width: 30px;
}
.currency-dropdown button{
    padding: 0.475rem 0.75rem;
}
.ad-amenities{
    margin-top: 10px;
}
.ad-amenities ul li{
    line-height: 20px;
    list-style: none;
    float: left;
    min-width: 150px;
    font-size: 12px;
}
.ad-amenities i{
    color: #9dbc42;
}

.search-bar .select2-container--default .select2-selection--single {
    border-radius: 0px 4px 4px 0px;
}

.search-bar .input-group {
    width: 100%;
}

.search-bar button {
    width: 100%;
    padding: 3px 10px;
}

.head-main {
    background: #2e3434;
    border-top: 1px solid #4e4e4e;
    border-bottom: 1px solid #4e4e4e;
}

.head-main .wo-sparepart {
    box-shadow: none;
}

.foot-ul {
    display: flex;
    margin: auto;
}

.foot-ul li {
    list-style: none;
    padding: 20px
}

.foot-social-ul {
    display: flex;
    margin: auto;
}

.foot-social-ul li {
    list-style: none;
    padding: 19px
}

.foot-social-ul i {
    color: white;
    font-size: 1rem;
    border: 1px solid #b7b7b7;
    padding: 10px;
    border-radius: 50%;
}

.see-more {
    font-size: 12px;
}
.wo-loginpopup .wo-checkbox label{
    font-size: 12px;
}

.see-more i {
    font-size: 10px;
}

.home-top-category {
    padding: 40px 40px 0px 40px;
}

.login-bt {
    background-color: #ffffff;
    color: #2e3434;
}

.slider-title {
    font-size: 20px;
    font-weight: 100;
}

.category-main-div {
    background: #f3f3f3;
    padding: 40px 0px 50px 0px;
}

.btn-add-ads {
    background: #9dbc4200;
    border: 1px solid #979797;
    margin: 0px 0px 0px 50px;
}

.btn-home-ads {
    background: #9dbc4200;
    border: 1px solid #979797;
    margin: 0px 0px 0px 20px;
}

.btn-add-ads:hover {
    color: #9dbc42;
}

.btn-home-ads:hover {
    color: #9dbc42;
}



.btn-primary {
    color: #fff;
    background-color: #9dbc42;
    border-color: #94af46;
}

.btn-primary:hover {
    color: #fff;
    background-color: #718b27;
    border-color: #718b27;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #9dbc42;
    border-color: #94af46;
}

.field_error {
    color: red;
    font-size: 12px;
    font-weight: 700
}

.home-carousel {
    padding: 30px;
}

.bg-icon-right {
    background-image: url(../images/pattern-1.png);
    height: 70vh;
    width: 100px;
    position: absolute;
    background-size: contain;
    margin: 30px;
    right: 0;
    background-repeat: no-repeat;
}

.bg-icon-left {
    background-image: url(../images/pattern-2.png);
    height: 70vh;
    width: 100px;
    position: absolute;
    background-size: contain;
    margin: 30px;
    /* right: 0; */
    background-repeat: no-repeat;
}

.wo-user__img {
    font-size: 2rem;
    color: white;
}

.loading-gif {
    display: none;
}

.loading-gif img {
    width: 55px;

}

.loading-gif span {
    color: #9dbc42;
    font-size: 0.8rem;
}

.pw-reset-card {
    border: 1px solid #dcdcdc;
    padding: 50px;
    border-radius: 5px;
}

.category-lable img {
    width: 15%;
    padding: 0px 11px 0px 0px;
}

.cate-box {
    border: 1px solid #eee;
    text-align: center;
    padding: 5px;
    /* margin: 0px 0px 10px 0px; */
    min-height: 140px;
}
.cate-box:hover{
    background: #f5f2f2;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    border-radius: 4px;
    box-shadow: 0 5px 16px 0 rgb(126 126 126 / 27%);
    -webkit-box-shadow: 0 5px 16px 0 rgb(126 126 126 / 27%);
}

.cate-box img {
    width: 80%;
}

/*progressbar*/
.house-progress {
    text-align: center;
    width: 100%;

}

#progressbar {
    margin-top: 30px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: #000000;

    font-weight: 900;

}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative;
}

/*Icons in the ProgressBar*/
#progressbar #account:before {
    font-family: "Font Awesome 5 Free";
    content: "\f129";
}

#progressbar #personal:before {
    font-family: "Font Awesome 5 Free";
    content: "\f022";
}

#progressbar #image:before {
    font-family: "Font Awesome 5 Free";
    content: "\f302";
}

#progressbar #payment:before {
    font-family: "Font Awesome 5 Free";
    content: "\f09d";
}

#progressbar #payment:after {
    content: none !important;
}

/*ProgressBar before any progress*/
#progressbar li:before {
    width: 45px;
    height: 45px;
    line-height: 40px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 60%;
    top: 25px;
    z-index: 0;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before,
#progressbar li.active:after {
    background: #9dbc42;
}



.main-slider .first {
    padding: 0;
}

.main-slider .first div {
    min-height: 365px;
    background-size: cover !important;
    border-radius: 15px 0px 0px 15px;
}

.main-slider .two {
    padding: 0 5px 5px 5px;
}

.main-slider .two div {
    min-height: 180px;
    background-size: cover !important;
}

.main-slider .tree {
    padding: 0px 0px 5px 0px;
}

.main-slider .tree div {
    min-height: 180px;
    background-size: cover !important;
    border-radius: 0px 15px 0px 0px;
}

.main-slider .four {
    padding: 0 5px 5px 5px;
}

.main-slider .four div {
    min-height: 180px;
    background-size: cover !important;
}

.main-slider .five {
    padding: 0px 0px 5px 0px;
    
}

.main-slider .five div {
    min-height: 180px;
    background-size: cover !important;
    border-radius: 0px 0px 15px 0px;
}

.main-slider .bt-gp {
    position: absolute;
    right: 10%;
    bottom: -65%;
}
.facility i{
    font-size: 18px;
    margin-right: 5px;
    color: #9dbc42;
}
.im-modal .image{
    min-height: 200px;
    background-size: cover !important;
}
.im-modal .modal-content{
    padding: 10px;
}
.im-modal .image-box{
    padding: 5px;
}

.wo-dbpost__content {
    padding: 30px;
    width: 100%;
}
.wo-dbpoststep {
    width: 100%;
    padding: 26px 29px;
    flex-wrap: nowrap;
    display: flex;
}
.wo-dbpoststep__img {
    margin-right: 30px;
}
.wo-dbpoststep__title {
    align-self: center;
}
.wo-dbpoststep__title h3 {
    margin: 0 0 5px;
    font-size: 1.125rem;
    line-height: 1.1111111111em;
}
.wo-dbpoststep .wo-dbpoststep__img img {
    min-width: 162px;
    width: 100%;
}
.wo-dbpoststep__title p {
    margin: 0 0 12px;
}
.wo-dbpost__content .wo-dbpoststep:nth-child(even) .wo-dbpoststep__img {
    order: 2;
    margin-right: 0;
    margin-left: 30px;
}

.wo-shownum i{
    position: inherit;
    line-height: 0;
    font-size: 15px;
}
.wo-shownum .whatsapp{
    color: #25D366;
}
.bt-gp-mobile{
    display: none;
}



/* a.animated-button.thar-four {
	color: #fff;
	cursor: pointer;
	display: block;
	position: relative;
	border: 2px solid #F7CA18;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);

} */
a.animated-button.thar-four:hover {
	color: #fff  !important;
	background-color: transparent;
	text-shadow: nfour;
}
a.animated-button.thar-four:hover:before {
	right: 0%;
	left: auto;
	width: 100%;
}
a.animated-button.thar-four:before {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 0px;
	z-index: -1;
	content: '';
	color: #fff  !important;
	background: #9dbc42;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    border-radius: 4px;
}

.foot-ul li {
    padding: 13px;
}

@media (min-width: 1200px) {
    .col-xl-4 {
        max-width: 28%;
        flex: 0 0 28%;
    }

    .col-xl-8 {
        max-width: 72%;
        flex: 0 0 72%;
    }
}

.wo-priceinfo__final small {
    font-size: 1rem;
}

.book-now-modal .modal-header {
    background: #2e3434;
}

.book-now-modal .modal-header h5 {
    color: white;
}

.book-now-modal .close span {
    color: white;
}

.order-proc {
    z-index: 9999;
    height: 100vh;
    width: 100%;
    ;
    top: 0px;
    background: white;
    right: 0px;
    position: fixed;
    display: none;

}

.order-proc .cent {
    top: 50%;
    left: 50%;
    width: 70%;
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%);
}

.order-proc img {
    max-width: 70px;
}

.text-primary {
    color: #9dbc42 !important;
}

.wo-contactformwrap .form-group {
    margin-bottom: 15px;
}

.wo-sparepart:hover {
    box-shadow: 0px 0px 20px #898989;
}

@media (max-width: 991px) {
    .search-bar .inp {
        padding: 0px 10px 10px 0px;
        width: 33%;
    }

    .btn-add-ads {
        margin: 0px 0px 0px 15px;
    }

    .wo-header-btns {
        margin: 0px;
    }
}

@media (max-width: 768px) {

    .logo {
        padding: 10px 0px;
    }

    .btn-add-ads {
        margin: 5px 0px 0px 0px;
        padding: 0 10px;
        min-width: 108px;
        line-height: 40px;
        float: right;
    }

    .logo img {
        max-width: 175px;
        margin: 0px 0px 0px -5px;
    }

    .wo-header-btns .wo-btn {
        margin: 0px;

    }

    .wo-header-btns {
        margin: 0px 15px 0px 15px;
    }


    .search-bar .inp {
        padding: 0px 10px 10px 0px;
        width: 50%;
    }

    .search-bar button {
        margin: -10px 0px 0px 0px
    }

    .mt-5-m {
        margin-top: 3rem !important;
    }

    .profile-pic img {
        width: 70px !important;
        height: 70px !important;
    }
}

@media (max-width: 480px) {
    .bt-gp-mobile{
        display: block;
    position: absolute;
    margin: -45px 11px;
    right: 0;
    }
    .wo-dbpost__content{
        padding: 15px !important
    }
    .wo-dform-title span{
        margin: 6px 0px 0px 0px !important
    }
    .wo-dbpost{
        margin-top: 10px;
    }
    .image-uploader .upload-text{
        font-size: 11px;
    }

    .currency-dropdown button {
        padding: 0.25rem 0.25rem;
        margin-left: 10px;
    }
    .wo-main-section {
        padding: 15px 0;
    }
    .facility span {
        font-size: 11px;
    }
    .facility i {
        font-size: 12px;

    }
    .wo-twocolumns > [class^=col-]:last-child .wo-sidebar {
        margin: 0px 0 0 0;
    }
    .wo-vsinglehead__title h2 {
        font-size: 1.35rem;
    }
    .verifiation input {
        padding: 0 10px !important;
        text-align: center !important;
    }
 .house-im-sec-2{
    display: none;
 }
 .main-slider .first div{
    border-radius: 10px !important;
    min-height: 250px !important;
 }
    .top-contact {
        margin: 0px 0px 12px 0px !important;
    width: 100%;
    text-align: center;
    font-size: 13px;
    }

    .wo-sectionhead {
        width: 100%;
    }

    .home-top-category {
        padding: 30px 10px 0px 10px;
    }

    .wo-loginfooterinfo a {
        width: 100%;
    }

    .search-bar .inp {
        padding: 0px 0px;
        width: 100%;
    }

    .logo {
        padding: 10px 0px;
        text-align: center;
    }

    .btn-add-ads {
        margin: 5px 0px 0px 0px;
        padding: 0 10px;
        min-width: 108px;
        line-height: 30px;
        float: right;
    }
     .logo-im{
        display: block;
        text-align: center;
     }
    .logo img {
        max-width: 200px;
        margin: 0px 0px 6px 0px;
    }

    .wo-copyrights {
        text-align: center;
        font-size: 10px;
    }

    .search-bar {
        background: #2e3434;
        padding: 25px 10px;
    }

    .wo-packages-features__header {
        margin: 25px 0px 0px 0px;
        text-align: center;
        display: inherit !important;
    }

    .wo-tab-content {
        padding: 10px !important;
    }
.btn-default{
    font-size: 12px !important;
        line-height: 30px !important;
        min-width: 75px !important;
        margin: 4px 4px;
}
    .wo-btn {
        font-size: 12px !important;
        line-height: 30px !important;
        min-width: 75px !important;
        float: inherit;
        margin: 4px 4px;
    }

    /* .btn-home-ads {
        margin: 0px 0px 0px 5px;
    } */

    .wo-header-btns .wo-btn {
        line-height: 30px;
    }
}