 .header-3 .rr-header-icon-search {
    padding-right: 30px;
    display: none;
} 

@media (max-width: 575px) {
    .offcanvas__logo a img {
        width: 210px;
    }
	
	.header-3 {
    padding: 0px 5px !important;
    background-color: var(--rr-common-white);
    z-index: 999;
}
}


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1415px;
    }
}

.footer-3__bottom {
    padding: 10px 0;
    background-color: var(--rr-heading-primary);
}
.footer-3__main-wrapper {
    padding-top: 46px;
    padding-bottom: 46px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 575px) {
    .header-3 .header__logo img {
        max-width: 224px;
    }
	

}

.rr-btn__header {
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 5;
    padding: 8.5px 29.5px;
    background-color: #000;
    color: var(--rr-common-white);
    font-family: var(--rr-common-white);
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 15px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}


.breadcrumb__title {
    font-style: normal;
    font-weight: 700;
    position: relative;
    font-size: 45px;
    line-height: 49px;
}
.breadcrumb-space {
    padding: 121px 0 120px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .header__main {
        padding: 4px 0;
    }
}

.main-menu-3 ul li > a {
    color: var(--rr-heading-primary);
    padding: 29.5px 0;
    text-transform: capitalize;
    font-weight: var(--rr-fw-medium);
}
.main-menu ul li > a {
    padding: 4px 0;
    font-style: normal;
    display: inline-block;
    color:#000;
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-medium);
    font-size: 15px;
    line-height: 0.2;
	font-weight:600;
    text-transform: uppercase;
}

.header__logo {
    margin: 0px 0 !important;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-space {
    padding: 91px 0 91px;
  }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1293px;
    }
}

.header-3 {
    padding: 5px 5px;
    background-color: var(--rr-common-white);
    z-index: 999;
}

.header__logo a img {
    width: 215px;
}
.search__input {
    display: none;
}