.contact-map iframe {
    width: 100%;
    height: 390px;
}

.accordion-button-custome {
    background-color: #f4f4f4;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
}

.accordion-button-custome:hover {
    background-color: #ddd;
}

.accordion-body p {
    padding: 18px;
    font-size: 14px;
}

.accordion-item {
    border-bottom: 1px solid #DDDDDD;
}

.accordion-item:last-child {
    border-bottom: none;
}

li.active-tab {
    color: #0963AD !important;
}

.team-text .team-title {
    font-size: 22px;
    font-family: cerebri_sansbold;
    margin-bottom: 3px;
    color: #333;
}

.bd-action__cart-list {
    display: flex;
    justify-content: space-between;
}

.bd-action__item {
    margin-left: 15px;
    padding: 5px;
    background: #e7e5e5;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 10px;
    cursor: pointer;
    position: relative;
}

span.bd-action__item-number.cart-count {
    position: absolute;
    font-size: 12px;
    background: #587adf;
    height: 20px;
    width: 20px;
    top: -6px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    left: 26px;
}

span.bd-action__item-number.wishlist-count {
    position: absolute;
    font-size: 12px;
    background: #587adf;
    height: 20px;
    width: 20px;
    top: -6px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    left: 26px;
}

.product-action button {
    height: 50px;
    display: inline-block;
    width: 50px;
    background: #fff;
    line-height: 50px;
    color: #0963AD;
    margin: 0 8px;
    opacity: 0;
    visibility: hidden;
}


.offcanvas-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 900;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.offcanvas-overlay.overlay-open {
    opacity: 0.4;
    visibility: visible;
}

.offcanvas-overlay-white {
    position: fixed;
    height: 100%;
    width: 100%;
    background: red;
    z-index: 900;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.offcanvas-overlay-white.overlay-open {
    opacity: 0;
    visibility: visible;
}

.side-info-close {
    background: none;
    border: 0;
    color: black;
    font-size: 20px;
    padding: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.side-info {
    background: #FFFFFF;
    height: 100%;
    position: fixed;
    z-index: 99999;
    right: -100%;
    top: 0;
    width: 365px;
    padding: 45px 35px 45px 45px;
    transition: 0.6s;
    overflow-y: scroll;

    @media #{$sm,$xs} {
        width: 300px;
        padding: 15px 25px;
    }
}

.side-info.info-open {
    right: 0;
}

//for sidebar cart

.sidebar-action {
    background: #FFFFFF;
    height: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    width: 390px;
    padding: 30px;
    transition: .6s;
    overflow-y: scroll;

    @media #{$sm,$xs} {
        width: 300px;
        padding: 15px 25px;
    }
}

.sidebar-cart {
    right: -100%;
}

.sidebar-cart.cart-open {
    right: 0;
}

// sidebar cart style

.cartmini__inner ul li {
    position: relative;
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #82828233;
    transition: background-color .3s;
}

.cartmini__thumb {
    margin-right: 15px;
}

.cartmini__del {
    position: absolute;
    top: 20px;
    right: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #1c1d1b;
    font-size: 12px;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
}


.cart-minus,
.cart-plus {
    width: 25px;
    height: 30px;
    border: 1px solid #ccc;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.product-quantity input {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #dcdcdc;
    border-right: 0;
}

.product-quantity>input {
    width: 80px;
    border-radius: 3px;
}

.cart-input {
    height: 30px;
    width: 32px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #dcdcdc;
    border-right: none;
    border-left: none;
    vertical-align: middle;
    margin: 0 -3px;
    padding-bottom: 0;
}

.cartmini__close {
    position: absolute;
    top: 17px;
    right: 20px;
}

.cartmini__close-btn {
    background: transparent;
    color: #1c1d1b;
    font-size: 22px;
    border: none;
}

.cartmini__close-btn:hover {
    transform: rotate(90deg);
}

.cartmini__checkout-title.mb-30 {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.cartmini__checkout-title span {
    float: right;
    font-size: 20px;
    color: #1c1d1b;
    font-weight: 600;
    color: #1c1d1b;
}

.cartmini__title {
    padding: 0 0 15px;
    border-bottom: 1px solid #ccc;
}

.product-action button {
    height: 50px;
    display: inline-block;
    width: 50px;
    background: #fff;
    line-height: 50px;
    color: #0963AD;
    margin: 0 8px;
    opacity: 0;
    visibility: hidden;
}

.product-action button:hover {
    opacity: 1;
    visibility: visible;
}

.contact-page-map iframe {
    height: 750px;
    width: 100%;
}

// ======

.bounce-animate {
    z-index: -1;
}

.footer-bottem-text {
    text-align: right;
}

.footer-2-icon {
    text-align: right;
}


.form-2-box input::placeholder {
    color: #bedafb;
}

.form-2-box textarea::placeholder {
    color: #bedafb;
}

.accordion-button-custome:before {
    display: inline-block;
    content: "";
    height: 10px;
    width: 10px;
    margin-right: 12px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg);
    transition: 0.3s;
}


.collapsed:before {
    transform: rotate(45deg);
}

ul.tab-menu {
    text-align: right;
    margin-right: 50px;
}

.portfolio-img {
    position: relative;
    display: inline-block;
}


// login button
.bd-error-area {
    padding-top: 350px;
    padding-bottom: 240px;

    @media #{$lg,$md} {
        padding-top: 300px;
    }

    @media #{$xs} {
        padding-top: 300px;
        padding-bottom: 200px;
    }
}

.bd-error {
    h1 {
        font-size: 150px;
        font-weight: 700;
        color: #ef0454;
        line-height: 1;

        span {
            color: #ef0454
        }
    }

    h2 {
        font-size: 36px;
        font-weight: 600;
        color: #ef0454
    }

    p {
        font-size: 16px;
        line-height: 26px;
        color: var(--clr-body-text);
        margin-bottom: 0px;

        @media #{$xs} {
            br {
                display: none;
            }
        }
    }
}

//update
.error-btn {
    margin-top: 35px;
    text-align: center;
}

.menu-bar .bars {
    margin-left: 15px;
    background: #e7e5e5;
    color: #282826;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 15px;
    cursor: pointer;
    position: relative;
}


//updated css
.z--1 {
    z-index: -1;
}

.z-1 {
    z-index: 1;
}

.z-10 {
    z-index: 10;
}

.banner-button-next.slick-arrow {
    left: auto;
    right: 70px;

}

.slick-arrow {
    @media #{$sm,$xs,$md} {
        display: none;
    }
}

.banner-button-next:hover {
    background: #0963AD;
    color: #fff;
}

.banner-button-next:hover {
    background: #0963AD;
    color: #fff;
}

.banner-button-prev:hover {
    background: #0963AD;
    color: #fff;
}

// slider tow

.course-slider {
    position: relative;
}

.testimonial-area {
    position: relative;
}

// 



button.arrow-button {
    position: absolute;
    border: 0;
    font-size: 15px;
    padding: 0;
    color: #222;
    z-index: 2;
    opacity: 1;
    visibility: visible;
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 50%;
    cursor: pointer;
    background: #f6f2ed;
    z-index: 9;
    bottom: -90px;
    @media #{$sm,$xs,$md} {
        display: none;
    }

    i {
        font-size: 20px;

    }

    &:hover {
        background: #0963AD;
        color: #fff;
        transition: 0.4s;
    }

    @media #{$sm,$xs} {
        display: none;
    }
}


button.navigation-preview {
    margin-left: 0px;
}

button.navigation-next {
    margin-left: 86px;
}

.counter-text {
    @media #{$sm,$xs} {
        .counter {
            margin-left: 50px;

        }
    }
    .counter-title {
        display: flex;
    }
}

.input-wrapper {
    @media #{$sm,$xs} {
        input {
            width: 100%;
        }
    }
}

.footer-bottem-text {
    @media #{$sm,$xs} {
        text-align: center;
    }
}


// responsive header logo

.logo {
    @media #{$sm,$xs} {
        a img {
            width: 100px;
            height: 100%;
            margin-top: 17px;
        }
    }
}

ul.tab-menu {
    @media #{$sm,$xs} {
        text-align: left;

        li {
            margin-top: 10px;
        }
    }
}

.choose-bg .row {
    @media #{$sm,$xs} {
        padding: 0 !important;
    }
}

.job-list-area {
    @media #{$sm,$xs} {
        padding: 0 !important;
    }
}

.cta-link i {
    rotate: 100deg;
}

.join-button:hover {
    background-color: var(--bs-body-bg);
}

.hover-white:hover {
    color: #8F8F8F
}

.counter-text {
    font-size: 50px !important;
    font-weight: bold;
}

.turon-counter-content {
    margin-left: 140px;

    @media #{$sm,$xs} {
        margin-left: 0px !important;
    }
}
.brand-area {
    @media #{$sm,$xs} {
        padding: 50px 0;
    }
}
.bd-action__cart-list {
    @media #{$lg} {
          margin-bottom: 20px;
        
    }
}
@media screen and (max-width: 850px) {
    .search-form {
      display: none; 
    }
  }
.input-wrapper {
    @media #{$sm,$xs} {
        display: block !important;
        input{
            margin-bottom: 20px;
        }
    }
}


// client slider 

.clinet-slider{
    position: relative;
}
.clinet-navigaton-div {
    position: absolute;
	right: 13%;
	top: 5%;
    @media #{$lg} {
        right: 20%;
      
  }
}
.clinet-navigaton-div {
    @media #{$xs, $sm,$md} {
        display: none;
      
  }
}