@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
} 

.subheading {
    font-size: 29px;
    font-weight: bold;
    color: #fff;
}

.headertitle {
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 9;
    color: #fff;
    display: flex;
    align-items: center;
    min-width: 100%;
    height: 100%;
    justify-content: center;
    background: #00000061;
    border-radius: 10px;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff !important;
}

img.border-rounded {
    border-radius: 10px !important;
}

@font-face {
    font-family: 'Open Sans Hebrew';
    src: url('/Assets/Fonts/opensanshebrew-bold.ttf');
}

button span img {
    display: none;
}
/* ul {
    list-style: none;
} */

a {
    text-decoration: none !important;
}

body {
    font-family: 'Montserrat', sans-serif;
}

.form-control.ng-invalid {
    border-left: 5px solid #a5190a;
}
/*cart btn page css*/
.Cartbtn {
    margin-left: 10px;
    position: relative;
}

p.carticin {
    background: #f1e282;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    cursor: pointer;
    font-size: 25px;
}

p.cartitems {
    position: absolute;
    margin-bottom: 0;
    top: -5px;
    right: -5px;
    background: #000;
    color: #fff;
    font-size: 10px;
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

.icon-shape {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
}

.icon-xxl {
    height: 4rem;
    line-height: 4rem;
    width: 4rem;
}

.text-inherit {
    color: #21313c;
}

.text-muted {
    color: #7c7777;
}

.input-group {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

    .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        margin-left: -1px;
    }

    .input-group .btn {
        position: relative;
        z-index: 2;
    }

.input-spinner .button-minus, .input-spinner .button-plus {
    background-color: transparent;
    border-color: #ecf0ef;
    height: 2rem;
    width: 1.8rem;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

.input-spinner .form-input {
    background: 0 0;
    border: 1px solid #ecf0ef;
    height: 100%;
    min-height: 2rem;
    text-align: center;
    width: 3rem !important;
}
/* owlCarousel styles starts here */

.owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    top: 45%;
    width: 35px;
    height: 35px;
    background: #ffffff !important;
    border: 1px #0e9949 solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.owl-nav button.owl-next {
    position: absolute;
    right: 0;
    top: 45%;
    width: 35px;
    height: 35px;
    background: #ffffff !important;
    border: 1px #0e9949 solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
/* owlCarousel styles end here */
.albumBtnbtn {
    background: 0 0;
    border: 2px solid #f5e27a;
    width: 130px;
    color: #ffffff;
    height: 30px;
    line-height: 15px;
    margin: 5px auto;
    padding: 5px;
    display: block;
    border-radius: 7px;
    text-transform: capitalize;
    text-align: center;
    background: #d1ad45;
}

.main-logo {
    width: 140px !important;
}

h5.RegionalOffice {
    margin: 8px 0;
    font-size: 15px;
    color: #760105;
}

h6.nameoftheaddress {
    font-size: 12px;
    font-weight: 700;
}

.main-header {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    position: sticky;
    background: #1f628e !important;
    top: 0;
    z-index: 999 !important;
    padding: 0px 0px 8px 0px;
}

.search ul.dropdown-menu li {
    padding: 5px 15px;
}

nav.navbar {
    background: white;
    margin-bottom: 0px;
    border-bottom: 1px solid #dbdbdb;
}

.navbar-nav {
    margin: 0.5px -15px;
}

.navbar-collapse {
    webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-collapse {
    border-top: 0px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 0%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0%);
}
/* .Mmnu100 {
    position: initial !important;
} */

.nav-link,
.main-menu-link {
    padding-left: 0 !important
}

.nav-item {
    margin-bottom: 0px;
}

.Smnu100 {
    width: 100%;
    min-width: 600px !important;
    border-radius: 0px !important;
    margin: 0px !important;
    box-shadow: 0px 8px 11px #7b7b7b !important;
    border: 0px !important;
    padding: 30px !important;
    border-top: 3px solid #f1e282 !important;
}

.nav-link {
    color: #000000 !important;
    text-align: left !important;
    /* margin-right: -6px; */
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #000 !important;
    background-color: transparent !important;
    font-weight: 600;
    font-size: 15px;
}

.nav-card-bg {
    background: #178e160d !important;
}

.nav-tab-title {
    font-size: 12px;
}

.nav-tab-ul {
    padding-left: 0 !important;
}

a {
    color: #000 !important;
}

.search {
    position: relative;
}

.search-icon {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #bbbbbb;
}

.search-bar {
    /* background: #e8e8e8 !important; */
    border-radius: 25px !important;
    box-shadow: none !important;
    border: 1px solid #e8e8e8 !important;
}

img.card-img-top {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
}

img.offer-img {
    height: 270px;
}

.heading {
    font-weight: 500;
}

.form-group {
    margin-bottom: 10px;
}

.form-control:focus {
    background-color: #e8e8e8 !important;
    border-color: #e8e8e8 !important;
}

.btn-primary {
    color: #000 !important;
    background: #f1e282 !important;
    /* padding: 3px 25px !important;*/
    border: 0 !important;
    font-weight: 500 !important;
    border-radius: 10px !important;
    box-shadow: none !important;
}

    .btn-primary:hover {
        color: #000 !important;
        background: #f1e282 !important;
    }

    .btn-check:focus + .btn-primary,
    .btn-primary:focus {
        color: #000 !important;
        background-color: #f1e282 !important;
    }

.btn-secondary {
    background: transparent !important;
    color: #000 !important;
    /*padding: 3px 15px !important;*/
    border: 1px solid #f1e282 !important;
    font-weight: 500 !important;
    border-radius: 10px !important;
    box-shadow: none !important;
}

    .btn-secondary:hover {
        background: #f1e282 !important;
        color: #000 !important;
        /*  padding: 3px 15px !important;*/
        border: 1px solid #f1e282 !important;
        font-weight: 500 !important;
        border-radius: 10px !important;
        box-shadow: none !important;
    }

.sub-header {
    background: #000;
    padding: 1px;
    color: #fff;
    text-align: center;
}

.sub-header-text {
    font-weight: 100;
    margin: 4px 0 4px 0;
}

.times {
    padding-left: 10px;
}

.main-menu,
.main-menu-list,
.main-menu-link {
    color: rgb(0 0 0) !important;
}

.toll-free {
    color: rgb(148 148 148);
}

.headset-font {
    font-size: 30px;
}

.toll-font {
    font-size: 13px;
    margin-bottom: -5px;
    color: #000;
}


.shop-by-list {
    list-style: none;
    padding-left: 10px;
    margin-bottom: 0;
    line-height: 25px;
    font-size: 13px;
    color: rgb(154 160 164) !important;
}

.app-head {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 20px;
}

.shop-card {
    box-shadow: 0 0 6px #9b9b9b;
    margin: 5px;
    border-radius: 6px;
    overflow: hidden;
    padding: 11px 6px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 100%;
    max-height: 190px;
    height: 190px;
}

.new-shop-card {
    margin: 5px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.prod-list .new-shop-card {
    border: 1px solid #eee;
}

    .prod-list .new-shop-card:hover {
        border: 1px solid transparent;
    }

.new-shop-card-img {
    background: #e7e7e7;
}

.shop-title {
    padding-left: 10px;
    margin: 7px 0 7px 0;
    font-weight: 700;
}

.shop-list-icon {
    padding-right: 5px;
}

.home-sub-title {
    font-weight: 700;
    padding: 0px 0 20px 0;
    font-family: 'Open Sans Hebrew', sans-serif !important;
}

.home-section-align {
    padding: 20px 0 0px 0;
}

.new-prod-sub-title {
    color: #b59410;
    margin-bottom: 0;
    font-size: 14px;
}

.star-bg {
    color: #7b7b7b;
}

.star-font {
    font-size: 11px;
}

.offer-badge {
    position: absolute;
    top: 0;
    z-index: 1;
    display: flex;
    height: 27px;
    font-size: 12px;
    width: 80px;
    background: #579c16;
    color: #fff;
    border-bottom-right-radius: 10px;
    align-items: center;
    justify-content: center;
}

.new-product-bg {
    background: #fff !important;
    padding: 3px 10px !important;
    border-radius: 5px !important;
}

p {
    margin-bottom: 0 !important;
}

.new-shop-card:hover {
    /* padding: 3px 0px !important; */
    transition: transform .9s;
    /* transform: scale(1.1); */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.app-bg {
    background: rgb(54 106 199);
    border-radius: 40px;
}

.app-head,
.app-para {
    color: #fff;
}

.app-text-align {
    padding: 60px 0 60px 60px;
}

.app-img {
    width: 150px !important;
}

.app-img-google {
    width: 165px !important;
}

.reviews-quotes-div {
    height: 60px;
    width: 60px;
    border: 1px solid #579c16;
}

.inner-border {
    background: #579c16 !important;
    padding: 25px;
    margin: 4px;
}

.quotes-img {
    position: relative;
}

.reviews-quotes-img {
    position: absolute;
    top: -40px;
    left: 15px;
}

.reviews-quotes-img {
    width: 30px !important;
}

.star-bg-review {
    color: #fff501;
}

.star-empty {
    color: #fff501;
}

.reviews-para {
    color: #8c8c8c;
    padding-top: 20px;
    font-size: 13px;
}

.recent-news-bg {
    background: rgb(249 249 249);
}

.recent-news-para {
    color: rgb(130 130 130);
    margin-bottom: 0;
    font-size: 14px;
}

.recent-news-read-more-link {
    color: #b59410 !important;
    text-decoration: none;
    font-size: 13px;
    position: relative;
}

.recent-news-icon {
    padding: 0px 0 0 3px;
}

.recent-card {
    padding: 10px 0 !important;
}

.deals-list {
    list-style: none;
    display: flex;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 0;
}

.deals-list,
ul li {
    /* padding-right: 20px; */
}

.deals-img-width {
    width: 30px !important;
}

.latest-deals {
    position: absolute;
    top: 50px;
    left: 25px;
    width: 100%;
}

.deals-search {
    border-radius: 25px !important;
    box-shadow: none !important;
}

    .deals-search:focus {
        color: #212529;
        background-color: #fff !important;
        border-color: #ddd !important;
    }

.telegram {
    width: 30px !important;
}

.deals-telegram-icon {
    position: relative;
}

.telegram-align {
    position: absolute;
    top: -35px;
    right: 16px;
}


/* footer css start */

.footer-links li a {
    color: #000;
    font-size: 15px;
}

.footer-links {
    padding-left: 0;
    margin-bottom: 0;
}

    .footer-links li {
        list-style-type: none;
    }

        .footer-links li a {
            text-decoration: none;
            font-weight: 500;
        }

footer {
    padding-top: 32px;
    padding-bottom: 20px;
    background: rgb(232 232 232);
}

    footer p {
        color: #000;
        font-size: 14px;
        margin-bottom: 2px;
    }

span.panel-contact-label {
    margin-top: 0;
    margin-left: 0;
}

.footer-address {
    padding-left: 10px;
    font-weight: 500;
    font-size: 14px;
}

.footer-title {
    font-weight: 700;
}

.copy-right-para {
    margin: 10px 0 10px 0;
}

.copy-right-para {
    padding: 10px 0 10px 0;
    margin: 0;
    background: #e8e8e8;
    font-weight: 500;
    font-size: 13px;
    border-top: 1px solid #cecece;
}


/* Contact Us Page */

.subbanner-hd h3 {
    text-align: center;
    color: white;
    font-size: 24px;
    font-weight: 800;
}

.contact-banner {
    background: url('../Images/contact-us.jpg') no-repeat;
    height: 165px;
    width: 100%;
    background-position: center;
}

.drop-zone {
    /* max-width: 200px; */
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* font-family: "Quicksand", sans-serif; */
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #cccccc;
    border: 2px dashed #009578;
    border-radius: 10px;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
}

    .drop-zone__thumb::after {
        content: attr(data-label);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 5px 0;
        color: #ffffff;
        background: rgba(0, 0, 0, 0.75);
        font-size: 14px;
        text-align: center;
    }

.panel-contact-item {
    height: 250px;
}

.panel-contact {
    border-right: 1px solid #000;
}

.breadcrumb {
    height: 26px;
    /*  background: #f1e282;*/
}

.categories {
    background: #f1e282 !important;
    color: #000;
    text-align: center;
    font-size: 18px;
}

ul.catlistids {
    padding-left: 0px !important;
}

button.fontsize {
    font-size: 13px;
}

li.list-group-item a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

li.sublist a {
    text-decoration: none;
    color: #000;
}

.card.Categoriesdata {
    position: sticky;
    top: 135px;
    z-index: 99;
}

li.sublist {
    list-style: none;
    padding-left: 0px;
    font-weight: 400;
    cursor: pointer;
    margin-left: -30px;
    font-size: 13px;
    line-height: 25px;
}

nav.prod-view .nav-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    border-bottom: 1px px solid #dee2e6;
}

    nav.prod-view .nav-tabs .nav-link {
        margin-bottom: 0;
        border: none;
        border-bottom: 3px solid transparent;
    }

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
    border-bottom: 3px solid green !important;
}

.sub-banner {
    background: url('../Images/Sub-Nav-Banners/About-Us.png') no-repeat;
}

.subbanner-hd {
    text-align: center;
    color: white;
    padding-top: 50px;
}

.found-text, .trust-text {
    padding: 25px;
    color: #fff;
    text-align: center;
}

.aboutus-bg-img {
    background: url('../Images/About2.png') no-repeat;
    background-position: center;
    background-size: cover;
    height: 250px;
}

.found-img {
    background: url('../Images/About1.png') no-repeat;
    background-position: center;
    background-size: cover;
    height: 250px;
}

.textjustify {
    text-align: justify;
    margin-bottom: 10px !important;
}

.personname {
    color: #739f88;
    text-transform: uppercase;
}

.sub-banner-management {
    background: url('../Images/Sub-Nav-Banners/Our-Mangement.png') no-repeat;
}

.sub-banner-vision {
    background: url('../Images/Sub-Nav-Banners/vision.png') no-repeat;
}

.vision-para {
    font-size: 16px;
    text-align: justify;
    color: #fff;
}

.director-title {
    color: #fff;
    margin: 10px 0 10px 0;
}

.sub-banner-gallery {
    background: url('../Images/Sub-Nav-Banners/gallery-sub-nav-bg.png') no-repeat;
}

.gallery-img {
    aspect-ratio: 1 / 1;
    width: 100% !important;
    height: auto;
    object-fit: cover;
}

p.moreProD {
    margin-bottom: 0;
    padding-left: 13px;
    color: #7b0201;
    font-size: 14px;
    cursor: pointer;
}

.gallery-block {
    position: absolute;
    padding: 35px;
    bottom: 0;
    opacity: 0.8;
    background: rgb(255,0,0);
    background: linear-gradient(200deg, rgba(255,0,0,0.577468487394958) 0%, rgba(0,0,0,0.9360119047619048) 61%) !important;
    width: 100%;
}

.gallery-title {
    position: absolute;
    top: 200px;
    left: 10px;
    font-size: 13px;
    color: #fff;
}

ul.sublists {
    max-height: 300px;
    overflow-y: auto;
}
    /* width */
    ul.sublists::-webkit-scrollbar {
        width: 2px;
    }

    /* Track */
    ul.sublists::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }

    /* Handle */
    ul.sublists::-webkit-scrollbar-thumb {
        background: #f1e282;
        border-radius: 10px;
    }

        /* Handle on hover */
        ul.sublists ::-webkit-scrollbar-thumb:hover {
            background: #b30000;
        }

.sub-banner-contact-us {
    background: url('../Images/Sub-Nav-Banners/Contact-Us.png') no-repeat;
}

.sub-banner-policy {
    background: url('../Images/Sub-Nav-Banners/Policy.png') no-repeat;
}

.sub-banner-img {
    height: 170px !important;
    background-size: cover !important;
    background-position: center !important;
}

.sub-banner-compliants {
    background: url('../Images/Sub-Nav-Banners/Compliants.png') no-repeat;
}

.sub-banner-locations {
    background: url('../Images/Sub-Nav-Banners/locations.png') no-repeat;
}

.sub-banner-schedule {
    background: url('../Images/Sub-Nav-Banners/Schedule.png') no-repeat;
}

.sub-banner-bankers {
    background: url('../Images/Sub-Nav-Banners/Bankers.png') no-repeat;
}

.sub-banner-news {
    background: url('../Images/Sub-Nav-Banners/News.png') no-repeat;
}

.sub-banner-newsignup {
    background: url('../Images/Sub-Nav-Banners/Login.png') no-repeat;
}

.sub-banner-login {
    background: url('../Images/Sub-Nav-Banners/Login.png') no-repeat;
}

.sub-banner-legal {
    background: url('../Images/Sub-Nav-Banners/Legal.png') no-repeat;
}

.sub-banner-grievance {
    background: url('../Images/Sub-Nav-Banners/Grievance.png') no-repeat;
}

.sub-banner-franchise {
    background: url('../Images/Sub-Nav-Banners/Login.png') no-repeat;
}

.sub-banner-downloads {
    background: url('../Images/Sub-Nav-Banners/download.png') no-repeat;
}

.news-img {
    min-width: 100%;
    height: 100px;
    aspect-ratio: 2/2;
}

.news-card {
    height: 545px !important;
}

.newscard-2 {
    height: 700px;
}

.textleft {
    text-align: left !important;
}

.signup-border {
    border-right: 2px dashed #f1e282;
}

.logo-box {
    background: #ffffff;
    padding: 25px 0;
    position: absolute;
    top: -77px;
    width: auto;
    left: -15px;
    height: 100px;
}

.bankers-bg {
    line-height: 40px;
    background: #f1e282;
}

.bg-complaint {
    background: #39b4260d !important;
}

.complaint-card {
    height: auto;
}

.card-img-top {
    width: 50px !important;
}

.table > :not(caption) > * > * {
    padding: 5px 10px;
    font-size: 13px;
}

.product-list h2 {
    font-size: 13px;
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
}

.product-list {
    margin-top: 40px;
}
/*img.fancybox-image {
    width: 100% !important;
    margin-top: 65px !important;
}*/
.primary-text {
    color: #39b426 !important;
}

.youtube-icon {
    position: absolute;
    top: 100px;
    left: 0;
    width: 50px !important;
    right: 0;
    margin: 0 auto;
}

.mega-dropdown-menu, ul {
    list-style-type: none;
}

.compliants-img {
    width: 50px !important;
}

.mega-dropdown-list {
    padding-left: 0;
    line-height: 25px;
    font-size: 14px;
}

.dropdown-menu-dark {
    color: #000 !important;
    background-color: #ffffff !important;
    border-color: rgba(0,0,0,.15) !important;
}

    .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
        color: #000 !important;
        background-color: #ffffff !important;
    }

.nav-btn-link {
    padding: 1px 5px !important;
}

.mobileapp-icons {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 300px;
    left: 7%;
    bottom: 6%;
}

    .mobileapp-icons a {
        margin-right: 7px;
    }

.mobileapp-icons-new {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 166px;
    left: 7%;
    bottom: 2%;
}

    .mobileapp-icons-new a {
        margin-right: 7px;
    }

.navbar-toggler:focus {
    box-shadow: 0 0 0 0 !important;
}

.navbar-toggler {
    color: #fff !important;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.navbar-nav {
    margin: 1.5px -15px !important;
}

    .navbar-nav > li {
        float: left;
        margin-right: 25px !important;
    }

.navbar-collapse {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0%) !important;
}

.navbar-collapse {
    padding-left: 0px !important;
}
