﻿body {
}

.navbar .attr-right .attr-nav li.button a {
    padding: 7px 25px !important;
}

    .navbar .attr-right .attr-nav li.button a i {
        margin-right: 7px;
    }

.top-feature .icon i.color-black {
    color: #111;
}

.top-feature .icon i {
    font-size: 35px;
    color: #fff;
    margin-bottom: 30px
}

.banner-style-three .content {
    padding: 100px 0;
}

.collection-mobile-back {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    display: none !important;
    border: none;
    width: 100%;
}

.content .filter-btn {
    display: none !important;
}

.collection-collapse-block .collection-accordion .accordion-item .accordion-header .accordion-button::after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    width: auto;
    height: auto;
    font-size: 20px;
    background: #f7f7f7;
    font-weight: 100;
    line-height: 1;
    color: #222;
}

.collection-collapse-block {
    background-color: #f7f7f7;
}

.accordion-header {
    background-color: transparent;
}

    .accordion-header .accordion-button {
        background-color: transparent;
        color: #222;
        position: relative;
    }

.accordion-item:first-child .accordion-header {
    padding-top: 7px;
}

.accordion-item .accordion-header .accordion-button:hover::after {
    transform: none !important;
}

.accordion-item .accordion-header .accordion-button:hover {
    background-color: transparent;
    color: #222;
}

.btn-box-accordin {
    padding: 15px;
}

.accordion-item {
    border-bottom: none;
    background-color: #f7f7f7;
}

    .accordion-item:last-child {
        border-bottom: 1px solid #ddd;
    }

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0px 0px 10px rgba(52, 152, 219, 0.5);
    /* box-shadow: 0 0 0 1px rgba(13, 110, 253, .25);*/
}
.pricetype
{font-size:14px;

}
.CHAT {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 50px;
    z-index: 100;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 100%;
    text-align: center;
    font-size: 22px;
    box-shadow: 2px 2px 3px #999;
    padding: 7px;
}

    .CHAT .my-CHAT {
        color: #fff;
        text-align: center;
        font-size: 22px;
    }

@media (max-width: 577px) {
    .CHAT {
        width: 35px;
        height: 35px;
        padding: 5px;
        font-size: 19px;
    }
}


@media (max-width: 991px) {
    .content .filter-btn {
        display: inline-block !important;
    }
}

@media (max-width: 550px) {
    nav.navbar.validnavs .navbar-toggle {
        margin-right: 0px;
    }

    .navbar .attr-right .attr-nav li a.dropdown-toggle i {
        background-color: #fff;
    }
}

@media (max-width: 1023px) {
    .attr-nav > ul {
        position: absolute;
        top: -16px;
        right: 60px;
    }
}

@media (max-width: 991px) {
    .collection-filter.show {
        left: 0;
        z-index: 9999;
    }
}

@media (max-width: 991px) {
    .collection-filter {
        position: fixed !important;
        height: 100vh;
        top: 0;
        left: -750px;
        background-color: #fff;
        z-index: 99;
        overflow-y: scroll;
        padding: 0;
        width: calc(300px +(320 - 300)*((100vw - 320px) /(992 - 320)));
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-box-shadow: 1px 0 5px #ddd;
        box-shadow: 1px 0 5px #ddd;
        display: block;
    }
}

@media (max-width: 1023px) {
    a.navbar-brand {
        position: relative;
        left: 0;
        transform: none;
        top: 0;
        height: 60px;
        display: inline-block;
        padding: 10px 0;
    }
}

@media(max-width:767px) {
    .banner-style-three .content {
        padding: 30px 0;
    }

    .navbar-brand-left {
        width: 100%;
    }

  .navbar-brand-left .navbar-header {
            width: 100%;
        }

    .collection-mobile-back {
        display: block !important;
    }
}

@media (max-width: 550px) {
    nav.navbar.validnavs .navbar-toggle {
        float: right;
    }
}
