@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);

.font {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase
}

body {
    font-family: 'Cairo', sans-serif;
    color: #313a41
}

.font {
    font-family: 'Cairo', sans-serif
}

.top_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.container {
    max-width: 1170px;
    padding: 0px
}

.container1 {
    max-width: 100% !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.logo {
    margin-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .logo img {
        max-height: 50px
    }

.header_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-items: baseline;
}

.search_cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: auto;
    padding-top: 10px
}

    .search_cart .main_cart {
        margin-left: 30px
    }

.main_search .form-control {
    border: 1px solid #d6d7d8;
    background: #fff;
    height: 30px;
    border-radius: 5px;
    max-width: 200px
}

.main_search .btn {
    background: #d02239;
    border-radius: 5px;
    height: 30px;
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .main_search .btn:hover {
        background-color: #999
    }

    .main_search .btn img {
        max-width: 15px
    }

.header_left .simple_dropdown {
    border: 1px solid #d6d7d8;
    border-radius: 6px;
    top: 65px;
    left: -20px
}

    .header_left .simple_dropdown .dropdown-item {
        padding: 5px 15px;
        color: #6E7677;
        font-size: 14px;
        font-weight: 600;
    }

.header_left .navbar-nav {
    margin-left: -10px
}

    .header_left .navbar-nav > li {
        padding: 22px 9px;
        position: relative;
        padding-bottom: 22px
    }

        .header_left .navbar-nav > li > a {
            color: #313a41;
            font-size: 14px;
            font-weight: 500;
            padding-left: 0px !important;
            padding-right: 0px !important;
        }

        .header_left .navbar-nav > li:hover .dropdown-menu, .header_left .navbar-nav > li:focus .dropdown-menu {
            display: block
        }

.header_left .simple_dropdown:before {
    content: "";
    position: absolute;
    border-color: #d6d7d8;
    border: solid transparent;
    border-bottom-color: white;
    border-width: 11px;
    margin-left: -10px;
    top: -21px;
    right: 40%;
    z-index: 1
}

.header_left .simple_dropdown:after {
    content: "";
    position: absolute;
    right: 40%;
    top: -21px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    border-bottom-color: #d6d7d8;
    z-index: 0;
    margin-right: 1px
}

.header_left .navbar-nav > li.megamenu_drop {
    position: static
}

.header_left .navbar {
    position: static;
    padding: 0px
}

.header_left .megamenu-content {
    border-radius: 6px;
    top: 65px;
    left: 0px;
    padding: 0px;
    width: 65%;
    background: none;
    border: 0;
    border-left: 1px solid #d6d7d8;
}

    .header_left .megamenu-content:before {
        content: "";
        position: absolute;
        border-color: #d6d7d8;
        border: solid transparent;
        border-bottom-color: white;
        border-width: 11px;
        top: -20px;
        left: 15%;
        z-index: 1
    }

    .header_left .megamenu-content:after {
        content: "";
        position: absolute;
        left: 15%;
        top: -20px;
        width: 0;
        height: 0;
        border: solid transparent;
        border-width: 10px;
        border-bottom-color: #d6d7d8;
        z-index: 0;
        margin-left: 1px
    }

.multi-levelmenu {
    list-style: none;
    padding: 0
}

    .multi-levelmenu .submenu-dropdown {
        display: none
    }

    .multi-levelmenu li a {
        color: #6E7677;
        display: block;
        font-size: 16px;
        margin-bottom: 8px
    }

    .multi-levelmenu h4 {
        font-size: 18px;
        font-weight: 700;
        border-bottom: 1px solid #d6d7d8;
        padding-bottom: 10px;
        color: #212529
    }

    .multi-levelmenu > li.has_dropdown {
        position: relative
    }

        .multi-levelmenu > li.has_dropdown .submenu-dropdown {
            position: absolute;
            top: 0;
            right: 0;
            left: 100%;
            height: auto;
            background: #fff;
            z-index: 99999;
            padding: 0px;
            list-style: none;
            padding-left: 60px;
            width: calc(100% + 60px)
        }

        .multi-levelmenu > li.has_dropdown > a {
            position: relative
        }

            .multi-levelmenu > li.has_dropdown > a:after {
                content: '';
                background-image: url(../images/arrow-right.png);
                display: inline-block;
                position: absolute;
                width: 20px;
                height: 20px;
                background-size: 7px;
                background-repeat: no-repeat;
                right: -20px;
                top: 5px;
                background-position: center;
                z-index: 999999
            }

        .multi-levelmenu > li.has_dropdown:hover .submenu-dropdown {
            display: block
        }

        .multi-levelmenu > li.has_dropdown:hover > a {
            font-weight: 700;
            color: #212529
        }

.mega_col {
    position: relative;
    padding: 20px 30px;
    border-right: 1px solid #d6d7d8
}

.bucks_balance {
    margin-right: 20px;
    position: relative
}

    .bucks_balance h6 {
        color: #6E7677;
        font-size: 14px;
        text-align: right;
        margin: 0
    }

        .bucks_balance h6 strong {
            display: block
        }

    .bucks_balance .bucks_dropdown {
        position: absolute;
        border: 1px solid #d6d7d8;
        border-radius: 6px;
        width: 160px;
        background: #fff;
        z-index: 9;
        padding: 10px 15px;
        right: -10px;
        top: 45px;
        display: none;
        padding-bottom: 8px;
    }

        .bucks_balance .bucks_dropdown h5 {
            font-size: 12px;
            font-weight: 700;
            margin-bottom: 0;
        }

        .bucks_balance .bucks_dropdown p {
            margin-bottom: 0px;
            font-size: 12px
        }

        .bucks_balance .bucks_dropdown:before {
            content: "";
            position: absolute;
            border-color: #d6d7d8;
            border: solid transparent;
            border-bottom-color: white;
            border-width: 11px;
            margin-left: -10px;
            top: -21px;
            right: 20px;
            z-index: 1
        }

        .bucks_balance .bucks_dropdown:after {
            content: "";
            position: absolute;
            right: 20px;
            top: -21px;
            width: 0;
            height: 0;
            border: solid transparent;
            border-width: 10px;
            border-bottom-color: #d6d7d8;
            z-index: 0;
            margin-right: 1px
        }

    .bucks_balance:hover .bucks_dropdown {
        display: block
    }

img {
    max-width: 100%
}

.no-margin {
    margin-left: 0px;
    margin-right: 0px
}

.mega_col_lg .firstmenu {
    margin-bottom: 15px
}

.mega_col_lg .last_col {
    padding-right: 0px
}

.main_cart {
    margin-left: 25px;
    position: relative
}

    .main_cart img {
        max-width: 18px
    }

    .main_cart .count_circle {
        position: absolute;
        background: #313a41;
        width: 23px;
        height: 23px;
        border-radius: 100pc;
        top: -10px;
        right: -9px;
        border: 3px solid #fff;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-weight: 700;
        font-size: 14px
    }

.user_profile {
    margin-left: 20px
}

    .user_profile img {
        max-width: 22px
    }

    .user_profile .dropdown-toggle:after {
        display: none
    }

    .user_profile:hover img {
        filter: invert(21%) sepia(17%) saturate(470%) hue-rotate(164deg) brightness(92%) contrast(92%);
    }

    .user_profile .dropdown.show img {
        filter: invert(21%) sepia(17%) saturate(470%) hue-rotate(164deg) brightness(92%) contrast(92%);
    }

    .user_profile .dropdown-menu {
        right: -15px !important;
        left: auto !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        padding: 12px 0px;
        width: 157px;
        border: 1px solid #d6d7d8;
        top: 40px !important;
        border-radius: 5px;
        padding-top: 0;
    }

        .user_profile .dropdown-menu li {
            padding: 10px 18px;
            border-bottom: 1px solid #d6d7d8
        }

            .user_profile .dropdown-menu li .bucks {
                display: block;
                font-size: 16px;
            }

.bucks_balance .bucks_dropdown .bucks {
    display: block;
    font-size: 12px;
}

.user_profile .dropdown-menu li .welcome {
    font-size: 12px;
}

    .user_profile .dropdown-menu li .welcome strong {
        font-size: 15px
    }

.user_profile .dropdown-menu li:last-child {
    border-bottom: 0;
    padding-bottom: 0px;
}

.user_profile .dropdown-menu h6 {
    font-weight: 700;
    font-size: 12px;
    margin: 0;
}

.user_profile .user_menu a {
    color: #6E7677;
    display: block;
    font-size: 15px;
    margin-bottom: 7px;
    border: 1px solid transparent;
}

.user_profile .dropdown-menu:before {
    content: "";
    position: absolute;
    border-color: #d6d7d8;
    border: solid transparent;
    border-bottom-color: white;
    border-width: 11px;
    margin-left: -10px;
    top: -21px;
    right: 15px;
    z-index: 1
}

.user_profile .dropdown-menu:after {
    content: "";
    position: absolute;
    right: 16px;
    top: -21px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    border-bottom-color: #d6d7d8;
    z-index: 0
}

.btn_primary {
    color: #fff;
    padding: 14px 35px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: inline-block;
    font-size: 20px
}

.home_banner .carousel-item {
    background-size: cover
}

.home_banner .carousel-caption.align_left {
    text-align: left;
    left: 40px;
    right: auto;
    top: 50%;
    position: static
}

.home_banner .carousel-caption.align_right {
    text-align: left;
    position: static
}

.home_banner h1 {
    font-weight: 700;
    font-size: 54px
}

.home_banner h2 {
    font-weight: 700;
    font-size: 54px
}

.home_banner p {
    font-size: 20px
}

.home_banner .carousel-indicators li {
    border-radius: 100%;
    width: 7px;
    height: 7px;
    background-color: #d6d7d8;
    margin-right: 5px;
    border: 3px solid #d6d7d8;
    opacity: 1;
    background-clip: unset
}

    .home_banner .carousel-indicators li.active {
        background-color: #0099bc;
        border: 3px solid #d6d7d8
    }

.home_banner .carousel-indicators {
    bottom: 3px
}

.home_banner .caption_row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 460px
}

.home_banner .banner_img {
    width: 346px;
    background: #fff;
    height: 346px;
    border-radius: 8px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .home_banner .banner_img img {
        height: 100%
    }

.home_banner .carousel-control-next,
.home_banner .carousel-control-prev {
    width: 6%;
    opacity: 1
}

    .home_banner .carousel-control-next img,
    .home_banner .carousel-control-prev img {
        max-height: 15px
    }

.ft_prodcut_slider {
    position: relative
}

.ft_products {
    background: #f7f8f9;
    padding: 48px 0px 45px 0px
}

    .ft_products .pdc_img {
        background: #fff;
        text-align: center;
        border-radius: 6px;
        padding-top: 6px;
        box-shadow: 0 0 7px #d3d3d3;
    }

        .ft_products .pdc_img img {
            width: auto;
            display: inline;
            height: 200px;
        }

    .ft_products .pdc_title {
        margin-top: 12px
    }

        .ft_products .pdc_title h3 {
            font-size: 15px;
            text-align: center;
            font-weight: 700;
            margin-bottom: 0px
        }

    .ft_products .owl-item {
        padding: 0px 4px
    }

    .ft_products .item {
        padding-top: 10px
    }

        .ft_products .item a {
            color: #313a41
        }

    .ft_products .owl-prev {
        position: absolute;
        top: 46%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 9;
        background: url(../images/arrow-left.png);
        width: 7px;
        height: 15px;
        border: 0;
        background-repeat: no-repeat;
        background-size: 7px;
        left: 0;
        background-position: center;
        padding: 0
    }

        .ft_products .owl-prev span {
            display: none
        }

    .ft_products .owl-next {
        position: absolute;
        top: 46%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 9;
        background: url(../images/arrow-right.png);
        width: 7px;
        height: 15px;
        border: 0;
        background-repeat: no-repeat;
        background-size: 7px;
        right: 0;
        background-position: center;
        padding: 0px
    }

        .ft_products .owl-next span {
            display: none
        }

    .ft_products .owl-general {
        padding: 0px 30px
    }

.no-padding {
    padding: 0px
}

.grid_products {
    padding: 50px 0px
}

    .grid_products .grid_item {
        position: relative
    }

    .grid_products .grid_caption {
        position: absolute;
        top: 50%;
        width: 45%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 10%
    }

        .grid_products .grid_caption h2 {
            font-weight: 700;
            font-size: 32px;
            margin-bottom: 15px
        }

    .grid_products .btn_primary {
        padding: 6px 17px;
        font-size: 12px
    }

    .grid_products .secondary h2 {
        color: #fff
    }

.grid_list .grid_col {
    border-right: 1px solid #d6d7d8;
    border-bottom: 1px solid #d6d7d8;
    padding-top: 2px;
    position: relative
}

    .grid_list .grid_col .grid_list_img {
        text-align: center
    }

    .grid_list .grid_col .grid_list_caption {
        position: absolute;
        top: 0;
        background: rgba(49, 58, 65, 0.6);
        left: 0;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        padding: 0px 50px;
        display: none;
        cursor: pointer
    }

        .grid_list .grid_col .grid_list_caption h3 {
            color: #fff;
            font-size: 20px;
            text-align: center;
            font-weight: 700
        }

    .grid_list .grid_col .grid_list_img:hover .grid_list_caption {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

.grid_bott_img {
    position: relative;
    height: 100%;
    display: flex;
}

    .grid_bott_img .grid_list_caption {
        position: absolute;
        top: 0;
        background: rgba(49, 58, 65, 0.6);
        left: 0;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        padding: 0px 50px;
        display: none;
        cursor: pointer
    }

        .grid_bott_img .grid_list_caption h3 {
            color: #fff;
            font-size: 20px;
            text-align: center;
            font-weight: 700
        }

    .grid_bott_img:hover .grid_list_caption {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

.promo_block {
    max-width: 850px;
    margin: auto
}

.promo_prodcuts .promo_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.promo_prodcuts .promo_box {
    min-height: 150px;
    background-size: cover;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0px;
    position: relative;
    border-radius: 5px;
}

    .promo_prodcuts .promo_box:before {
        background: rgba(49,58,65,0.5);
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0;
        background: rgba(49,58,65,0.5);
        content: '';
        border-radius: 5px;
    }

.promo_prodcuts .promo_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.promo_prodcuts .cart-iconn {
    margin-right: 40px;
    margin-right: 20px;
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(49,58,65,0.5);
    border-radius: 100px;
}

    .promo_prodcuts .cart-iconn img {
        max-width: 30px
    }

.promo_prodcuts .promo_txt h2 {
    font-weight: 700;
    color: #fff;
    font-size: 32px;
    margin-bottom: 0px
}

.promo_prodcuts .promo_txt p {
    color: #fff;
    font-size: 20px;
    margin: 0;
}

.promo_prodcuts .btn_primary {
    padding: 6px 18px;
    font-size: 12px
}

.promo_intr {
    padding: 50px 10px 30px 10px;
    text-align: center
}

    .promo_intr p {
        font-size: 20px
    }

a:hover {
    text-decoration: none
}

.btm_prodcut_slider {
    position: relative
}

.btm_products .btm_box a {
    color: #313a41
}

.btm_products .btm_img {
    background: #fff;
    text-align: center;
    border-radius: 6px;
    padding-top: 6px;
    border: 1px solid #d6d7d8
}

    .btm_products .btm_img img {
        width: auto;
        display: inline;
        height: 198px;
    }

.btm_products .btm_title {
    margin-top: 12px;
    position: absolute;
}

    .btm_products .btm_title h4 {
        font-size: 15px;
        text-transform: capitalize
    }

    .btm_products .btm_title h5 {
        font-weight: 700;
        font-size: 15px
    }

.btm_products .owl-item {
    padding: 0px 4px
}

.btm_products .item {
    padding-top: 10px
}

.btm_products .owl-prev {
    position: absolute;
    top: 38%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    background: url(../images/arrow-left.png);
    width: 7px;
    height: 15px;
    border: 0;
    background-repeat: no-repeat;
    background-size: 7px;
    left: 0;
    background-position: center;
    padding: 0
}

    .btm_products .owl-prev span {
        display: none
    }

.btm_products .owl-next {
    position: absolute;
    top: 38%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    background: url(../images/arrow-right.png);
    width: 7px;
    height: 15px;
    border: 0;
    background-repeat: no-repeat;
    background-size: 7px;
    right: 0;
    background-position: center;
    padding: 0
}

    .btm_products .owl-next span {
        display: none
    }

.btm_products .owl-general {
    padding: 0px 30px
}

.bottom_nav_row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.bottom_nav {
    padding: 43px 0px
}

    .bottom_nav .nav_block {
        background: #f7f8f9;
        border: 1px solid #d6d7d8;
        border-radius: 6px;
        min-width: 205px;
        min-height: 170px;
        margin-right: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .bottom_nav .nav_block img {
            max-height: 49px
        }

        .bottom_nav .nav_block h4 {
            font-size: 20px;
            text-align: center;
            font-weight: 700;
            margin: 0;
            margin-top: 10px
        }

.footer_banner {
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: center;
}

    .footer_banner h1 {
        color: #fff;
        font-weight: 700;
        font-size: 54px
    }

    .footer_banner p {
        font-size: 20px;
        color: #fff
    }

.footer {
    background: #313a41;
    padding: 50px 0px;
    color: #fff
}

    .footer h2 {
        font-size: 15px;
        margin-bottom: 15px;
        font-weight: 700
    }

    .footer h4 {
        font-size: 15px;
        margin-bottom: 15px;
        font-weight: 700
    }

    .footer p {
        font-size: 12px
    }

    .footer .social_media {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .footer .foot_menu a {
        color: #fff;
        display: block;
        margin-bottom: 5px;
        font-size: 12px;
        border: 1px solid transparent;
        padding: 0px 5px;
    }

    .footer .footer_right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .footer .footer_r_col {
        margin-right: 50px
    }

        .footer .footer_r_col h4 img {
            max-height: 20px
        }

        .footer .footer_r_col:last-child {
            margin-right: 0px
        }

.StoreAccentColor {
    background: #d02239
}

    .StoreAccentColor:hover {
        background: #fff;
        color: #d02239;
        text-decoration: none
    }

.buttonsearch {
    border: 0;
    background: none
}

    .buttonsearch img {
        max-height: 22px
    }

.searchbardiv {
    display: none;
    position: absolute;
    width: 250px;
    left: -60px;
    left: -120px;
    top: 40px;
    z-index: 9;
}

.search_mob {
    position: relative
}

#searchsubmit {
    color: #fff;
    border-radius: 0px
}

.site_divider {
    width: 100%;
    height: 8px;
    margin: 0px;
    border: 0px
}

    .site_divider:hover {
        background: #d02239
    }




.megamenu-content ul {
    list-style: none;
    padding: 0px
}

    .megamenu-content ul li a {
        color: #6E7677;
        display: block;
        font-size: 14px;
        margin-bottom: 8px;
        font-weight: 600;
    }

ul.levelone {
    width: 25%;
    position: relative;
    padding: 20px 00px;
    border-right: 1px solid #d6d7d8;
    background: #fff;
    border-top: 1px solid #d6d7d8;
    border-bottom: 1px solid #d6d7d8;
    min-height: 300px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

    ul.levelone li,
    ul.leveltwo li {
        padding-left: 20px;
        padding-right: 20px
    }

ul.leveltwo {
    display: none;
    width: 100%;
    position: absolute;
    left: 100%;
    padding: 20px 0px;
    border-right: 1px solid #d6d7d8;
    top: -1px;
    /* height: 100%;
    z-index: 9;*/
    background: #fff;
    border-top: 1px solid #d6d7d8;
    margin-left: 1px;
    border-bottom: 1px solid #d6d7d8;
    min-height: 650px;
}

ul.levelone > li:hover > ul.leveltwo {
    display: block;
}

ul.leveltwo > li:hover .levelthree_block {
    display: block !important;
}

.megamenu-content li.has_dropdown > a {
    position: relative
}

.megamenu-content li.has_dropdown:hover > a {
    font-weight: 700;
    color: #212529
}

.megamenu-content li.has_dropdown > a:after {
    content: '';
    background-image: url(../images/arrow-right.png);
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: 7px;
    background-repeat: no-repeat;
    right: -10px;
    top: 5px;
    background-position: center;
    z-index: 0
}

.levelthree_block {
    position: absolute;
    left: calc(100% + 1px);
    width: 200%;
    top: -1px;
    display: none;
    padding: 20px 0px;
    background: #fff;
    z-index: 9;
    min-height: 300px;
    border-top: 1px solid #d6d7d8;
    border-right: 1px solid #d6d7d8;
    border-bottom: 1px solid #d6d7d8;
    padding-right: 20px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.megamenu-content h4 {
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #d6d7d8;
    padding-bottom: 10px;
    color: #212529;
    margin-left: 20px
}

.leveltwo > li {
    background: #fff
}

.has_dropdown:hover > .levelthree_block {
    display: block !important;
}

.leveltwo .levelthree_block {
    z-index: 9999999
}

.levelthree li::marker {
    display: block;
    font-size: 0px;
}

.h6vishal {
    color: #6E7677 !important;
    font-size: 14px !important;
    text-align: right !important;
    margin: 0 !important;
}

    .h6vishal strong {
        display: block;
    }

.h5vishal {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0;
}

.h3vishal {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 15px;
}

.h6vishal1 {
    font-weight: 700;
    font-size: 12px;
    margin: 0;
}

.h3vishal1 {
    font-size: 15px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0px;
}

.h4vishal {
    font-size: 15px;
    text-transform: capitalize;
}

.h5vishal1 {
    font-weight: 700;
    font-size: 15px;
}

.h4vishal {
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 700;
}

    .h4vishal img {
        max-height: 20px;
    }




.extra-dotted-border {
    border: none !important;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='9' ry='9' stroke='%23D6D7D8FF' stroke-width='2' stroke-dasharray='8px%2c 6px' stroke-dashoffset='11' stroke-linecap='square'/%3e%3c/svg%3e");
}

.sortable .icon.dropdown {
    color: #707070;
}

.upload-photos-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px -10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .upload-photos-grid p {
        width: 100%;
        font-size: 15px;
        margin-bottom: 5px;
    }

        .upload-photos-grid p.filetype {
            margin-top: -10px;
            font-size: 12px;
        }

    .upload-photos-grid .photo-wrapper {
        text-align: center;
        line-height: 0px;
        width: 100%;
        height: 100%;
        border: 1px solid #D6D7D8;
        border-radius: 6px;
    }

        .upload-photos-grid .photo-wrapper img {
            max-width: 100%;
            max-height: 100%;
        }

    .upload-photos-grid > .main-photo {
        width: 100%;
        padding: 0px 10px;
        height: 230px;
        margin-bottom: 20px;
    }

    .upload-photos-grid > .small-photos-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .upload-photos-grid > .small-photos-grid p {
            margin-left: 10px;
        }

            .upload-photos-grid > .small-photos-grid p.drag-label {
                margin-left: 0;
            }

        .upload-photos-grid > .small-photos-grid > .small-photo-item {
            padding: 0px 10px;
            height: 105px;
            width: 50%;
            margin-bottom: 20px;
        }

    .upload-photos-grid .upload-field {
        height: 100%;
    }

@media (min-width: 767px) {
    .upload-photos-grid > .main-photo {
        width: 40%;
    }

    .upload-photos-grid > .small-photos-grid {
        width: 60%;
    }

        .upload-photos-grid > .small-photos-grid > .small-photo-item {
            width: 33.333%;
            width: calc(100% / 3);
        }
}

@media (min-width: 1200px) {
    .upload-photos-grid > .main-photo {
        width: 40%;
    }

    .upload-photos-grid > .small-photos-grid {
        width: 60%;
    }

        .upload-photos-grid > .small-photos-grid > .small-photo-item {
            width: 33.333%;
            width: calc(100% / 3);
        }
}

@media (min-width: 1400px) {
    .upload-photos-grid > .main-photo {
        width: 40%;
    }

    .upload-photos-grid > .small-photos-grid {
        width: 60%;
    }

        .upload-photos-grid > .small-photos-grid > .small-photo-item {
            width: 33.333%;
            width: calc(100% / 3);
        }
}






.upload-photos-grid-square {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .upload-photos-grid-square .square {
        position: relative;
        width: 30%;
        padding-bottom: 30%;
        /* = width for a 1:1 aspect ratio */
        background-color: #1E1E1E;
        overflow: hidden;
    }

    .upload-photos-grid-square .content {
        position: absolute;
        height: 100%;
        /* = 100% - 2*5% padding */
        width: 100%;
        /* = 100% - 2*5% padding */
    }

        .upload-photos-grid-square .content .table {
            display: table;
            width: 100%;
            height: 100%;
        }

        .upload-photos-grid-square .content .table-cell {
            display: table-cell;
            vertical-align: middle;
        }

    .upload-photos-grid-square p {
        width: 100%;
        font-size: 15px;
        margin-bottom: 5px;
    }

        .upload-photos-grid-square p.filetype {
            margin-top: -10px;
            font-size: 12px;
        }

    .upload-photos-grid-square .photo-wrapper {
        text-align: center;
        line-height: 0px;
        width: 100%;
        height: 100%;
        border: 1px solid #D6D7D8;
        border-radius: 0px;
        position: absolute;
        vertical-align: middle;
        top: 0;
    }

        .upload-photos-grid-square .photo-wrapper img {
            max-width: 100%;
            max-height: 100%;
            width: auto;
            height: auto;
        }

    .upload-photos-grid-square > .main-photo {
        width: 100%;
        position: relative;
        overflow: hidden;
        padding: 0px;
    }

        .upload-photos-grid-square > .main-photo .main-photo-item {
            position: relative;
        }

            .upload-photos-grid-square > .main-photo .main-photo-item::before {
                content: '';
                display: block;
                padding-top: 100%;
            }

    .upload-photos-grid-square > .small-photos-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .upload-photos-grid-square > .small-photos-grid p {
            margin-left: 10px;
        }

            .upload-photos-grid-square > .small-photos-grid p.drag-label {
                margin-left: 0;
            }

        .upload-photos-grid-square > .small-photos-grid > .small-photo-item {
            padding: 0px;
            margin-bottom: 20px;
            position: relative;
            overflow: hidden;
            -ms-flex-preferred-size: calc(50% - 0px);
            flex-basis: calc(50% - 0px);
            margin: 0px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            .upload-photos-grid-square > .small-photos-grid > .small-photo-item::before {
                content: '';
                display: block;
                padding-top: 100%;
            }

    .upload-photos-grid-square .upload-field {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
    }

@media (min-width: 767px) {
    .upload-photos-grid-square > .main-photo {
        width: 40%;
        padding-bottom: 0;
    }

    .upload-photos-grid-square > .small-photos-grid {
        width: 60%;
    }

        .upload-photos-grid-square > .small-photos-grid > .small-photo-item {
            -ms-flex-preferred-size: calc(100% / 3 - 0px);
            flex-basis: calc(100% / 3 - 0px);
        }
}

@media (min-width: 1200px) {
    .upload-photos-grid-square > .main-photo {
        width: 40%;
        padding-bottom: 0;
    }

    .upload-photos-grid-square > .small-photos-grid {
        width: 60%;
    }

        .upload-photos-grid-square > .small-photos-grid > .small-photo-item {
            -ms-flex-preferred-size: calc(100% / 3 - 00px);
            flex-basis: calc(100% / 3 - 0px);
        }
}

@media (min-width: 1400px) {
    .upload-photos-grid-square > .main-photo {
        width: 40%;
        padding-bottom: 0;
    }

    .upload-photos-grid-square > .small-photos-grid {
        width: 60%;
    }

        .upload-photos-grid-square > .small-photos-grid > .small-photo-item {
            -ms-flex-preferred-size: calc(100% / 3 - 0px);
            flex-basis: calc(100% / 3 - 0px);
        }
}


.main-photo .main-photo-item .grid_list_caption,
.small-photos-grid .small-photo-item .grid_list_caption {
    position: absolute;
    top: 0;
    background: rgba(49, 58, 65, 0.6);
    left: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0px 50px;
    display: none;
    cursor: pointer
}

    .main-photo .main-photo-item .grid_list_caption,
    .small-photos-grid .small-photo-item .grid_list_caption h3 {
        color: #fff;
        font-size: 20px;
        text-align: center;
        font-weight: 700
    }

.main-photo .main-photo-item .photo-wrapper:hover .grid_list_caption,
.small-photos-grid .small-photo-item .photo-wrapper:hover .grid_list_caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}


.photo-wrapper .grid_list_caption {
    position: absolute;
    top: 0;
    background: rgba(49, 58, 65, 0.6);
    left: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0px 50px;
    display: none;
    cursor: pointer
}

    .photo-wrapper .grid_list_caption h3 {
        color: #fff;
        font-size: 20px;
        text-align: center;
        font-weight: 700
    }

.grid_bott_img:hover .grid_list_caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}



.gallery-icon-grid,
.gallery-5-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.gallery-5-products {
    margin-right: 0px;
    margin-left: 0px;
}

    .gallery-5-products .gallery-item {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 30px;
        position: relative;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .gallery-5-products .gallery-margin {
        margin-bottom: 85px !important;
    }

    .gallery-5-products .gallery-item:before {
        content: '';
        padding-top: 100%;
        display: block;
    }

    .gallery-5-products .gallery-item img {
        height: 100%;
    }


@media (min-width: 480px) {
    .gallery-5-products .gallery-item {
        -ms-flex-preferred-size: calc(100%/2 - 18px);
        flex-basis: calc(100%/2 - 18px);
    }
}

@media (min-width: 790px) {
    .gallery-5-products .gallery-item {
        -ms-flex-preferred-size: calc(100%/3 - 18px);
        flex-basis: calc(100%/3 - 18px);
    }
}

@media (min-width: 1200px) {
    .gallery-5-products .gallery-item {
        -ms-flex-preferred-size: calc(100%/6 - 18px);
        flex-basis: calc(100%/6 - 18px);
    }
}

.gallery-5-products .gallery-item P {
    position: absolute;
    font-weight: 700;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    color: #313A41;
}

.gallery-5-products .gallery-item .gallery-image {
    position: absolute !important;
    top: 0px;
    left: 0px;
    height: 100% !important;
    width: 100% !important;
    border: 0px solid #d6d7d8;
    border-radius: 6px;
    background: #FFFFFF;
    box-shadow: 1px 2px 5px -1px #d3d3d3;
}

.gallery-5-products .gallery-item .with-border {
    border: 1px solid #d6d7d8 !important;
    box-shadow: none;
}

.gallery-item .gallery-image img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    width: auto;
    height: auto;
    padding-top: 5px;
}

.gallery-item .gallery-image {
    height: 140px;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gallery-5-products .gallery-item h3 {
    font-weight: 400;
    width: 100%;
    margin-top: 0px;
    text-align: left;
    color: #313A41;
    max-height: 52px !important;
    text-overflow: ellipsis;
    flex-wrap: inherit;
    white-space: normal;
    position: relative;
    overflow: hidden;
}

.gallery-5-products .gallery-item h4 {
    font-weight: 700;
    width: 100%;
    margin-top: -10px;
    text-align: left;
    color: #313A41;
}

/*about page*/
.inner_heading {
    background: #f7f8f9;
    padding: 31px 0px 23px 0px;
}

    .inner_heading h1 {
        font-size: 32px;
        font-weight: 400;
    }

.about {
    padding-top: 50px;
}

    .about p {
        font-size: 15px;
        font-weight: 600;
        color: #313A41;
        padding-bottom: 5px;
    }

.about_img {
    margin-top: 60px;
    margin-bottom: 56px;
}

.video_intr h2 {
    font-size: 32px;
    font-weight: 700;
    color: #313A41
}

.video_intr p {
    font-size: 20px;
    font-weight: 600;
    color: #313A41;
    padding-bottom: 5px;
}

.video_intr .btn_primary {
    padding: 15px 46px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 50px;
}

    .video_intr .btn_primary:hover {
        background: #d02239;
        color: #313A41;
        text-decoration: none;
        cursor: pointer;
    }


.help.transition, ul li i:before, ul li i:after, p {
    transition: all 0.25s ease-in-out;
}

.help.flipIn, ul li, h1 {
    animation: flipdown 0.5s ease both;
}

.help ul {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 40px 0px 100px 0px;
}

    .help ul li {
        position: relative;
        padding: 7px 20px 0px 36px;
        margin: 18px 0px 0px 0px;
        border: 1px solid #D6D7D8;
        border-radius: 5px;
    }

        .help ul li p {
            padding: 0px;
            margin-top: 20px;
            color: #313A41;
            font-size: 15px;
            font-weight: 400;
            padding-top: 5px;
        }

        .help ul li h2 {
            font-size: 15px;
            font-weight: 700;
            margin-top: 16px;
            margin-bottom: 2px;
        }

        .help ul li:nth-of-type(1) {
            animation-delay: 0.5s;
        }

        .help ul li:nth-of-type(2) {
            animation-delay: 0.75s;
        }

        .help ul li:nth-of-type(3) {
            animation-delay: 1s;
        }

        .help ul li:last-of-type {
            padding-bottom: 0;
        }

        .help ul li i {
            position: absolute;
            transform: translate(-6px, 0);
            margin-top: 22px;
            right: 30px;
        }

            .help ul li i:before, ul li i:after {
                content: "";
                position: absolute;
                background-color: #313A41;
                width: 1px;
                height: 10px;
            }

            .help ul li i:before {
                transform: translate(-5px, 0) rotate(55deg);
            }

            .help ul li i:after {
                transform: translate(3px, 0) rotate(-55deg);
            }

        .help ul li input[type=checkbox] {
            position: absolute;
            cursor: pointer;
            width: 100%;
            height: 100%;
            z-index: 1;
            opacity: 0;
        }

            .help ul li input[type=checkbox]:checked ~ p {
                margin-top: 0;
                max-height: 0;
                opacity: 0;
                transform: translate(0, 50%);
            }

            .help ul li input[type=checkbox]:checked ~ i:before {
                transform: translate(7px, 0) rotate(55deg);
            }

            .help ul li input[type=checkbox]:checked ~ i:after {
                transform: translate(-2px, 0) rotate(-55deg);
            }

.d_none {
    display: none !important;
}

.contact-padding {
    padding: 0px 40px 0px 0px;
}

.contact-padding_l {
    padding: 0px 0px 0px 40px;
}

.contact {
    padding-top: 50px;
    display: flex;
}

.mh_130 {
    min-height: 130px !important;
}

hr.gray {
    border: none;
    border-bottom: 1px solid #D6D7D8;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-b-130 {
    margin-bottom: 130px !important;
}

.contact .btn_primary {
    padding: 6px 22px;
    font-size: 12px;
    border: none !important;
}

    .contact .btn_primary:hover {
        background: #d02239;
        color: #313A41;
        text-decoration: none;
        cursor: pointer;
    }

label.l-h-14 {
    display: inline-block;
    margin-bottom: .2rem !important;
    color: #313A41 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}

.contact .form-control {
    font-family: 'Cairo', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    margin: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    line-height: 22px;
    padding: 0px 0.93333333em;
    height: 34px;
    font-size: 1em;
    background: #f7f8f9;
    border: 1px solid rgba(34, 36, 38, 0.15);
    color: #313A41;
    font-weight: 600;
    border-radius: 0.4rem;
    -webkit-box-shadow: 0 0 0 0 transparent inset;
    box-shadow: 0 0 0 0 transparent inset;
    -webkit-transition: color 0.1s ease, border-color 0.1s ease;
    transition: color 0.1s ease, border-color 0.1s ease;
}

.form-sec h3 {
    font-size: 20px;
    font-weight: 700;
    color: #313A41;
    margin-top: -3px;
}

.form-sec p {
    font-size: 15px;
    font-weight: 400;
    color: #313A41;
}


/* Hero Slider 8/8/22 */
.hero-margin {
    margin-left: 0px;
    margin-right: 0px
}

.hero-slider-grid-square {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    align-items: center;
}

    .hero-slider-grid-square .square {
        position: relative;
        width: 30%;
        padding-bottom: 30%;
        /* = width for a 1:1 aspect ratio */
        background-color: #1E1E1E;
        overflow: hidden;
    }

    .hero-slider-grid-square .content {
        position: absolute;
        height: 100%;
        /* = 100% - 2*5% padding */
        width: 100%;
        /* = 100% - 2*5% padding */
    }

        .hero-slider-grid-square .content .table {
            display: table;
            width: 100%;
            height: 100%;
        }

        .hero-slider-grid-square .content .table-cell {
            display: table-cell;
            vertical-align: middle;
        }

    .hero-slider-grid-square p {
        width: 100%;
        font-size: 15px;
        margin-bottom: 20px;
    }

        .hero-slider-grid-square p.filetype {
            margin-top: -10px;
            font-size: 12px;
        }

    .hero-slider-grid-square .photo-wrapper {
        text-align: center;
        line-height: 0px;
        width: 100%;
        height: 100%;
        border: 0px solid #D6D7D8;
        border-radius: 0px;
        position: absolute;
        vertical-align: middle;
        background: #FFFFFF;
        border-radius: 5px;
        top: 0;
    }

        .hero-slider-grid-square .photo-wrapper img {
            max-width: 100%;
            max-height: 100%;
            width: auto;
            height: auto;
        }

    .hero-slider-grid-square > .main-photo {
        width: 100%;
        position: relative;
        overflow: hidden;
        padding: 0px;
    }

        .hero-slider-grid-square > .main-photo .main-photo-item {
            position: relative;
        }

            .hero-slider-grid-square > .main-photo .main-photo-item::before {
                content: '';
                display: block;
                padding-top: 100%;
            }

    .hero-slider-grid-square > .small-photos-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .hero-slider-grid-square > .small-photos-grid p.drag-label {
            margin-left: 0;
        }

        .hero-slider-grid-square > .small-photos-grid > .small-photo-item {
            padding: 0px;
            margin-bottom: 20px;
            position: relative;
            overflow: hidden;
            -ms-flex-preferred-size: calc(50% - 0px);
            flex-basis: calc(50% - 0px);
            margin: 0px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            .hero-slider-grid-square > .small-photos-grid > .small-photo-item::before {
                content: '';
                display: block;
                padding-top: 100%;
            }

    .hero-slider-grid-square .upload-field {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
    }

.hero_pad {
    padding-top: 115px;
    padding-bottom: 114px;
}

@media (min-width: 500px) {
    .hero-slider-grid-square > .main-photo {
        width: 28%;
        padding-bottom: 57px;
        padding-top: 57px;
    }

    .hero-slider-grid-square > .small-photos-grid {
        width: 72%;
    }
}

@media (min-width: 1200px) {
    .hero-slider-grid-square > .main-photo {
        width: 28%;
        padding-bottom: 57px;
        padding-top: 57px;
    }

    .hero-slider-grid-square > .small-photos-grid {
        width: 72%;
    }
}

@media (min-width: 1400px) {
    .hero-slider-grid-square > .main-photo {
        width: 28%;
        padding-bottom: 57px;
        padding-top: 57px;
    }

    .hero-slider-grid-square > .small-photos-grid {
        width: 72%;
    }
}

@media (max-width: 767.98px) {
    .hero-margin {
        margin-left: 20px;
        margin-right: 20px
    }

    .hero_pad {
        padding-top: 55px;
        padding-bottom: 55px;
    }
}

@media (max-width: 499.98px) {
    .hero-slider-grid-square > .main-photo .main-photo-item {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .hero-slider-grid-square .photo-wrapper {
        text-align: center;
        line-height: 0px;
        width: 160px;
        height: 160px;
    }

    .hero-slider-grid-square > .main-photo .main-photo-item::before {
        content: '';
        display: block;
        padding-top: 225px;
    }

    .hero-slider-grid-square h1 {
        font-size: 28px !important;
        text-align: center !important;
    }

    .hero-slider-grid-square h2 {
        font-size: 28px !important;
        text-align: left !important;
    }

    .hero-slider-grid-square p {
        font-size: 15px;
        text-align: left;
        display: none;
    }

    .hero-slider-grid-square .carousel-caption.align_right, .hero-slider-grid-square .carousel-caption.align_left {
        width: 100%;
        text-align: center !important;
        margin: auto;
    }

    .hero_pad {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .hero-slider-grid-square .carousel-caption.align_right, .hero-slider-grid-square .carousel-caption.align_left.align_left2 {
        width: 100%;
        text-align: left !important;
        margin: auto;
    }

    .block_dispaly {
        display: none;
    }

    .foot_banner_block {
        text-align: center !important;
        width: 100%;
        margin: auto;
        z-index: 10;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .footer_banner p {
        display: none;
    }
}

.banner_bg {
    background-size: cover;
    background-position: center;
}

.hide-hero-slider-img {
    visibility: hidden;
}

.m-t-10 {
    margin-top: 10px !important;
}

.d-hidden {
    display: none;
}

.bg-color {
    background-color: #ffffff;
}

.max-w-15 {
    max-width: 15px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #313A41;
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 0.4rem;
    border: 1px solid #D4D4D5;
    z-index: 1900;
    -webkit-box-shadow: 0 2px 4px 0 rgb(34 36 38 / 12%), 0 2px 10px 0 rgb(34 36 38 / 15%);
    box-shadow: 0 2px 4px 0 rgb(34 36 38 / 12%), 0 2px 10px 0 rgb(34 36 38 / 15%);
}


.tooltip .arrow:before {
    border-bottom-color: #FFFFFF !important;
    border-top-color: #FFFFFF !important;
    margin-top: -2px !important;
    margin-bottom: -2px !important;
}

.max-h25 {
    max-height: 25px !important;
}

.owl-carousel .owl-item .gallery-image img {
    width: unset !important;
}

.custom-select {
    position: relative;
    background: #F7F8F9;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    padding: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.m-t-24 {
    margin-top: 24px !important;
}



/* Accessibility*/

.logo-bdr {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid transparent;
}

    .logo-bdr:hover,
    .logo-bdr:focus {
        padding: 5px;
        border-radius: 5px;
        /*border: 1px solid rgba(214, 215, 216, 1);*/
    }

.hvr-bdr-2 a {
    padding: 5px;
}

.hvr-bdr-2 {
    border-radius: 5px;
    border: 1px solid transparent;
    padding: 0 2px;
    display: block;
}

    .hvr-bdr-2:hover,
    .hvr-bdr-2:focus {
        border-radius: 5px;
        /* border: 1px solid rgba(214, 215, 216, 1);*/
        padding: 0 2px;
    }


.navbar-expand-md .navbar-nav .bdr:hover,
.navbar-expand-md .navbar-nav .bdr:focus {
    padding-left: 5px !important;
    padding-right: 5px !important;
    border-radius: 5px;
    /*    border: 1px solid rgba(214, 215, 216, 1) !important;*/
}

.navbar-expand-md .navbar-nav .bdr {
    padding-left: 5px !important;
    padding-right: 5px !important;
    border-radius: 5px;
    border: 1px solid #fff;
}

.navbar-expand-md .navbar-nav .bdr, .category_list .product_filter_item ul li a {
    border-radius: 5px;
    /*border: 1px solid transparent !important;*/
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.footer .foot_menu a:hover,
.footer .foot_menu a:focus {
    padding: 0px 5px;
    border-radius: 5px;
}

.hvr-bdr {
    border-radius: 5px;
    border: 1px solid transparent;
    padding: 0px;
    margin-right: 2px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .hvr-bdr:hover, .hvr-bdr:focus {
        border-radius: 5px;
        /* border: 1px solid rgba(214, 215, 216, 1);*/
        padding: 10px 10px;
        margin-right: 2px;
    }

.footer .social_media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .footer .social_media .icons2 {
        background: #fff;
        width: 22px;
        height: 22px;
        display: inline-block;
        border-radius: 100px;
        text-align: center;
        margin-right: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }


.arrow-bdr:hover, .arrow-bdr:focus {
    padding: 4px 12px;
    border-radius: 5px;
    border: 1px solid transparent;
    opacity: 1;
}

.bottom_nav .nav_block p.text-icon-button {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    margin: 0;
    margin-top: 10px;
    color: #313A41;
}

.gallery-5-products .gallery-item p.h4vishal {
    font-weight: 400;
    width: 100%;
    margin-top: 0px;
    text-align: left;
    color: #313A41;
    max-height: 52px !important;
    text-overflow: ellipsis;
    flex-wrap: inherit;
    white-space: normal;
    position: relative;
    overflow: hidden;
}

    .gallery-5-products .gallery-item p.h4vishal.price {
        font-weight: 700;
        width: 100%;
        margin-top: -10px;
        text-align: left;
        color: #313A41;
    }


.for-hover {
    padding: 4px 0px;
    border-radius: 5px;
    border: 1px solid transparent;
}

    .for-hover:hover,
    .for-hover:focus {
        padding: 4px 0px;
        border-radius: 5px;
    }

.enableaccessibility {
    display: block !important;
}

.gallery-image .btn_primary {
    position: absolute;
    bottom: 18px;
    margin: auto;
    position: absolute;
    left: 40px;
    right: 40px;
    padding: 6px 19px;
    font-size: 12px;
}

.upload-photos-grid-square .main-photo-item a:focus,
.upload-photos-grid-square .small-photo-item a:focus {
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    position: absolute;
    vertical-align: middle;
    top: 0;
    left: 0;
    border: 1px solid rgba(214, 215, 216, 1) !important;
    z-index: 9999;
    background: rgba(49, 58, 65, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.photo-wrapper .grid_list_caption span.gridcaption {
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    margin-bottom: .5rem;
    line-height: 1.2;
    margin-top: 0;
}

.enablPoweredByCorexpand {
    display: block !important;
}


@media (max-width: 500px) {

    .logo .logo-bdr img {
        width: auto !important;
        max-width: 53px !important;
    }
}

.font-blue {
    color: #10069F !important;
}

.main-searchcancelButton {
    border: none;
    background-color: #899193;
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 11px;
    position: absolute;
    right: 36px;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
}



#search_dropdown {
    display: none;
    position: absolute;
    width: 100%;
    margin-top: 0px;
    z-index: 1000;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08) !important;
    border: none !important;
    border-radius: 5px;
    background-color: #fff;
}

.dropdown-search .dropdown-menu .dropdown-item {
    color: #313A41 !important;
    padding: .375rem .75rem !important;
    display: flex;
    justify-content: space-between;
    background-color: #fff !important;
    white-space: break-spaces;
    align-items: center;
}

.dropdown-search .dropdown-menu {
    max-height: 157px;
    overflow-y: auto;
}

    .dropdown-search .dropdown-menu .dropdown-item:hover {
        background-color: #fff !important;
        opacity: 0.9;
    }



#main_search:focus + .input-group-append + #search_dropdown {
    display: block;
}

.dropdown-search .close-suggestion {
    margin-left: 10px;
    cursor: pointer;
    background-color: #888f90;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    min-height: 20px;
    min-width: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


.dropdown-search .dropdown-menu::-webkit-scrollbar {
    width: 8px;
}


.dropdown-search .dropdown-menu::-webkit-scrollbar-track {
    background: transparent;
}


.dropdown-search .dropdown-menu::-webkit-scrollbar-thumb {
    background: #888f92;
    border-radius: 5px;
}


    .dropdown-search .dropdown-menu::-webkit-scrollbar-thumb:hover {
        background: #888f90;
    }

@media (min-width: 768px) and (max-width: 992px) {
    .search_mob {
        position: absolute;
    }
}

@media (max-width: 767px) {
    .searchHistory_dropdown {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .searchHistory_dropdown {
        width: 100%;
    }
}

.navbar-expand-md .navbar-nav .bdr.scrol-fix {
    padding-left: 28px !important;
}

@media (max-width: 767.99px) {
    .new_repsponsive_w_nav_mobile.nav-mobile .menu-container {
        width: 25px !important;
    }

    .new_repsponsive_w_nav_mobile.nav-mobile .menu-button {
        left: -10px !important;
        width: 45px !important;
    }

    .new_repsponsive_w_nav_mobile.nav-mobile svg {
        width: 30px !important;
    }
}

.faq_n .accordion-head i {
    margin-right: 15px;
    padding: 0 10px;
}


.m-0 {
    margin: 0 !important;
}

.actual-price {
    font-weight: 700;
    text-align: left;
    color: #313A41;
}

.price .cut-price {
    color: #c34646;
    border-color: #c34646;
}

.owl-item .price > * {
    display: inline-block;
    margin-right: 8px;
}

.strike-center::after {
    border-top: 1px solid;
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    left: 0;
}

.strike-center {
    position: relative;
    white-space: nowrap;
}

.prod-det P {
    font-weight: 700;
    width: 100%;
    margin: 0px;
    text-align: center;
    color: #313A41;
}

.strike-center {
    position: relative;
    white-space: nowrap;
}

.price {
    display: flex;
    justify-content: center;
}

.w-100 {
    width: 100% !important;
}@media (min-width:1025px) {
    .grid_bott .col_left {
        flex: 0 0 39.8%;
        max-width: 39.8%;
    }

    .grid_bott .col_right {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 60.2%;
        max-width: 60.2%;
    }

    .grid_list_img img {
        width: 152px;
    }
}

@media (max-width:767px) {
    .help ul li input[type=checkbox] {
        width: 90%;
    }

    .m-b-130 {
        margin-bottom: 50px !important;
    }

    .contact {
        padding-top: 50px;
        display: block;
    }

    .contact-padding {
        padding: 0px 0px 0px 0px;
    }

    .contact-padding_l {
        padding: 0px 0px 0px 0px;
    }

    .help ul li {
        padding: 7px 45px 0px 20px;
    }

    .promo_prodcuts .btn_primary {
        padding: 5.5px 20px;
        font-size: 12px;
    }

    .grid_products .btn_primary {
        padding: 5.5px 11px;
        font-size: 12px;
    }

    ul.levelone > li:hover > ul.leveltwo {
        display: none;
    }

    ul.leveltwo > li:hover .levelthree_block {
        display: none;
    }

    .megamenu-content li.has_dropdown > a::after {
        transform: rotate(90deg);
        background-size: 10px;
    }
    /*menu change starts*/
    .header_left .navbar-nav > li {
        padding: 5px 10px;
    }

        .header_left .navbar-nav > li.megamenu_drop {
            position: relative;
        }

    .header_left .megamenu-content {
        width: 100%;
    }

        .header_left .simple_dropdown::before, .header_left .simple_dropdown::after, .header_left .megamenu-content::before, .header_left .megamenu-content::after {
            display: none;
        }
    /*ends*/

    .bucks_balance {
        display: none;
    }

    .main_search {
        display: none;
    }

    .user_profile .dropdown-menu {
        right: 0px !important;
    }

    .search_mob {
        position: absolute;
        left: 40px;
        top: 22px;
    }

    .buttonsearch img {
        max-width: 25px;
    }

    .searchbardiv {
        left: 0px;
        z-index: 9;
    }

    .navbar-toggler {
        position: absolute;
        top: 22px;
        left: 0px;
    }

        .navbar-toggler .icon-bar {
            width: 25px;
            height: 4px;
            background: #888f92;
            display: block;
            margin-bottom: 5px;
            border-radius: 50px;
        }

        .navbar-toggler .icon-bar {
            position: relative;
            transition: all 500ms ease-in-out;
        }

        .navbar-toggler.active .icon-bar:nth-of-type(1) {
            top: 8px;
            transform: rotate(45deg);
        }

        .navbar-toggler.active .icon-bar:nth-of-type(2) {
            background-color: transparent;
        }

        .navbar-toggler.active .icon-bar:nth-of-type(3) {
            top: -10px;
            transform: rotate(-45deg);
        }

    .main_header {
        position: relative;
    }

        .main_header .navbar {
            position: static;
            padding: 0px;
            width: 100%;
        }

    ul.levelone {
        /* width: 100%;*/
    }

    ul.leveltwo {
        position: static;
        border: 0;
    }

    .leveltwo .levelthree_block {
        z-index: 9999999;
        position: static;
        width: 100%;
        border: 0;
    }

    .header_left .navbar-nav > li:hover .dropdown-menu, .header_left .navbar-nav > li:focus .dropdown-menu {
        display: none;
    }

    .ft_products .owl-general {
        padding: 0px 30px;
    }

    .grid_products .grid_caption {
        width: 100%;
        left: 0px;
        display: flex;
        justify-content: space-between;
        padding: 0px 30px;
        align-items: center;
    }

        .grid_products .grid_caption h2 {
            font-size: 15px;
            margin-bottom: 0px;
        }

    .grid_list .grid_col {
        width: 50%;
    }

    .grid_list {
        border-left: 1px solid #d6d7d8;
    }

    .promo_block {
        max-width: 100%;
    }

    .promo_prodcuts .promo_info {
        flex-direction: column;
        text-align: center;
    }

    .promo_prodcuts .promo_content {
        flex-direction: column;
    }

    .promo_prodcuts .promo_txt p {
        text-align: center;
        font-size: 15px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .promo_prodcuts .promo_txt h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .promo_prodcuts .promo_txt p {
        margin-bottom: 20px;
    }

    .promo_prodcuts .cart-iconn {
        margin-right: 0;
        margin-bottom: 20px;
        width: 58px;
        height: 58px;
    }

        .promo_prodcuts .cart-iconn img {
            max-width: 24px;
        }

    .promo_prodcuts .promo_box {
        padding: 30px 0px;
        background-position: center;
    }

        .promo_prodcuts .promo_box::before {
            border-radius: 5px;
        }

    .promo_intr p {
        font-size: 15px;
        font-weight: 600;
    }

    .btm_products .owl-general {
        padding: 0px 23px;
    }

    .btm_products .owl-item {
        padding: 0px 0px;
    }

    .bottom_nav_row {
        flex-wrap: nowrap;
        margin: 0px;
        padding-left: 10px;
    }

    .bottom_nav .nav_block {
        width: 33.3%;
        margin-right: 10px;
        min-width: 10px;
        min-height: 10px;
        padding: 20px 0px;
    }

        .bottom_nav .nav_block h4 {
            font-size: 14px;
            min-height: 0px;
        }

        .bottom_nav .nav_block img {
            max-height: 30px;
        }

    .foot_banner_block {
        text-align: left;
        width: 100%;
        margin: auto;
    }

    .footer_banner h1 {
        font-size: 28px;
    }

    .footer_banner p {
        font-size: 15px;
    }

    .footer_banner .btn_primary {
        font-size: 15px;
    }

    .footer_banner {
        background-position: right 10% top 0px;
        background-repeat: no-repeat;
    }

    .footer_row {
    }

    .foot_col.colone {
        border-bottom: 1px solid #979797;
        padding-bottom: 20px;
    }

    .footer .footer_r_col {
        width: calc(100% + 30px);
        border-bottom: 1px solid #979797;
        margin-left: -15px;
        margin-right: -15px;
        padding: 15px 15px;
    }

    .footer .footer_right {
        flex-wrap: wrap;
    }

    .foot_menu {
        display: none;
        margin-top: 15px;
    }

    .footer .footer_right h4, .footer .footer_right h2 {
        margin-bottom: 0px;
        position: relative
    }

        .footer .footer_right h4::after, .footer .footer_right h2::after {
            content: '';
            background-image: url(../images/arrow-left-wh.png);
            width: 22px;
            height: 30px;
            position: absolute;
            background-size: 10px;
            right: 0;
            background-repeat: no-repeat;
            transform: rotate(-90deg);
            top: -6px;
            background-position: center;
        }

    .footer_r_col:last-child {
        border-bottom: 0px;
        padding-bottom: 0;
    }

        .footer_r_col:last-child .foot_menu {
            display: block;
            margin-top: 10px;
        }

        .footer_r_col:last-child h4 {
            pointer-events: none;
        }

            .footer_r_col:last-child h4::after {
                display: none;
            }

    .footer {
        padding: 40px 0px;
        padding-bottom: 30px;
    }

    .home_banner .carousel-caption.align_right, .home_banner .carousel-caption.align_left {
        width: 100%;
        text-align: left;
        margin: auto;
    }

    .home_banner h1 {
        font-size: 36px;
        text-align: left;
    }

    .home_banner h2 {
        font-size: 36px;
        text-align: left;
    }

    .home_banner p {
        font-size: 15px;
        text-align: left;
    }

    .home_banner .btn_primary {
        font-size: 15px;
        padding: 9px 21px;
    }

    .home_banner .banner_img {
        height: 155px;
        width: 155px;
        margin: auto;
    }

    .home_banner .caption_row {
        display: inline-block;
        width: 100%;
    }

    .home_banner .carousel-control-prev {
        width: 6%;
        opacity: 1;
    }

    .home_banner .carousel-control-next {
        width: 6%;
        opacity: 1;
    }

    .logo img {
        max-width: 70px;
    }

    .logo {
        margin-right: 0;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 15px;
    }

    .top_header {
        min-height: 80px;
        padding-bottom: 0px;
    }

    .container {
        padding: 0px 15px;
    }

    .main_cart {
        top: 2px;
    }
}

@media (min-width:768px) and (max-width:1024px) {

    .promo_prodcuts .cart-iconn {
        width: 52px;
        height: 52px;
    }

        .promo_prodcuts .cart-iconn img {
            max-width: 21px;
        }

    .owl-carousel .owl-stage-outer {
    }

    .grid_products .btn_primary {
        padding: 5px 14px;
    }

    .home_banner .banner_img {
        width: 227px;
        height: 227px;
    }

    .bucks_balance {
        display: none;
    }

    .header_left .megamenu-content {
        width: 100%;
    }

    .logo {
    }

    .home_banner .caption_row {
        flex-wrap: nowrap;
        min-height: 327px;
    }

    .home_banner h1 {
        font-size: 36px;
    }

    .home_banner h2 {
        font-size: 36px;
    }

    .home_banner p {
        font-size: 15px;
    }

    .container {
        max-width: 100%;
        padding: 0px 50px;
    }

    .grid_products .grid_caption h2 {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .grid_products .grid_caption {
        width: 100%;
        left: 0px;
        display: flex;
        justify-content: space-between;
        padding: 0px 25px;
        align-items: center;
    }

        .grid_products .grid_caption h2 {
            width: 55%;
        }

    .grid_bott .col_left {
        flex: 0 0 38%;
        max-width: 38%;
    }

    .grid_bott .col_right {
        flex: 0 0 62%;
        max-width: 62%;
    }

    .promo_prodcuts .promo_txt h2 {
        font-size: 20px;
    }

    .promo_prodcuts .promo_txt p {
        font-size: 15px;
    }

    .promo_prodcuts .promo_content {
        padding: 0px 50px;
    }

    .promo_block {
        max-width: 90%;
    }

    .promo_intr p {
        font-size: 15px;
        font-weight: 600;
    }

    .btm_products .owl-item {
        padding: 0px 0px;
    }

    .btm_products .btm_title h4 {
        font-size: 13px;
    }

    .btm_products .btm_title h5 {
        font-size: 14px;
    }

    .bottom_nav .nav_block h4 {
        font-size: 15px;
        min-height: 0;
    }

    .bottom_nav .nav_block img {
        max-height: 27px;
    }

    .bottom_nav .nav_block {
        min-width: 116px;
        min-height: 95px;
        margin-right: 15px;
    }

    .footer_banner h1 {
        font-size: 36px;
    }

    .footer_banner p {
        font-size: 15px;
    }

    .footer_banner .btn_primary {
        font-size: 15px;
        padding: 10.5px 27px;
    }

    .footer_banner {
        background-position: right 10% top 0px;
        background-repeat: no-repeat;
        min-height: 327px;
    }

    .main_search {
        display: none;
    }

    .logo img {
        max-width: 80px;
    }

    .carousel-caption .btn_primary {
        font-size: 15px;
        padding: 10.5px 27px;
    }

    .footer .footer_r_col:last-child p {
        width: 130px;
    }

    .owl-carousel .owl-stage-outer {
        height: calc(100% + 10px);
        margin: -5px;
        padding: 5px;
        width: calc(100% + 10px);
    }
}

@media (min-width:768px) and (max-width:992px) {
    .ft_products .owl-item {
        padding: 0px 0px;
    }

    .ft_products .pdc_img img {
        width: 75px;
        height: auto;
    }

    .btm_products .btm_img img {
        width: auto;
        height: 112px;
    }

    .grid_list_img img {
        height: 128px;
    }

    .header_left .navbar-nav > li > a {
    }

    .main_cart {
        margin-left: 8px;
    }

    .user_profile {
    }

    .top_search {
        margin-top: -1px;
    }

    .main_cart img {
        position: relative;
        top: 1px;
    }
}

@media (min-width:1025px) and (max-width:1300px) {
}

@media (min-width:768px) {
    .footer_right h4 {
        pointer-events: none;
        cursor: pointer;
    }

    .footer_right h2 {
        pointer-events: none;
        cursor: pointer;
    }
}

@media (min-width:1025px) {

    .search_mob {
        display: none;
    }
}

@media (min-width:1025px) and (max-width:1250px) {
    .container {
        padding: 0px 50px;
    }

    .logo {
        margin-right: 0px;
    }

    .header_left .navbar-nav > li > a {
        font-size: 15px;
        font-weight: 600;
        padding-left: 0 !important;
        padding-right: 0px !important;
    }

    .main_cart {
        margin-left: 15px;
    }

    .user_profile {
        margin-left: 15px;
    }
}



@media (max-width:480px) {
    .ft_products .pdc_img img {
        height: 113px;
    }

    .ft_products .owl-prev {
        top: 45%;
    }

    .ft_products .owl-next {
        top: 45%;
    }

    .btm_products .btm_img img {
        height: 112px;
    }

    .ft_products {
        padding: 40px 0px 30px 0px;
    }

    .btm_products .owl-prev, .btm_products .owl-next {
        top: 35%;
    }

    .owl-carousel .owl-stage-outer {
        height: calc(100% + 10px);
        margin: -5px;
        padding: 5px;
        width: calc(100% + 10px);
    }

    .grid_list_img img {
        height: 135px;
        width: auto;
    }
}

@media (min-width:1059px) and (max-width:1251px) {
    .gallery-image .btn_primary {
        padding: 6px 9px;
        left: 30px;
        right: 30px;
    }
}

@media (min-width:863px) and (max-width:1058px) {
    .gallery-image .btn_primary {
        bottom: 10px;
        padding: 6px 10px;
        font-size: 9px;
        left: 20px;
        right: 20px;
    }
}

@media (min-width:768px) and (max-width:862px) {
    .gallery-image .btn_primary {
        bottom: 10px;
        padding: 6px 9px;
        font-size: 9px;
        left: 10px;
        right: 10px;
    }
}

@media (min-width:672px) and (max-width: 767px) {
    .gallery-image .btn_primary {
        bottom: 21px;
        left: 80px;
        right: 80px;
    }
}

@media (min-width:450px) and (max-width:512px) {
    .gallery-image .btn_primary {
        bottom: 5px;
        padding: 6px 10px;
        font-size: 10px;
        left: 23px;
        right: 23px;
    }
}

@media (min-width:300px) and (max-width:449px) {
    .gallery-image .btn_primary {
        bottom: 5px;
        padding: 6px 6px;
        font-size: 9px;
        left: 7px;
        right: 7px;
    }
}.container_banner {
    max-width: 100%;
    padding: 0px 9%;
}

.fixed-top-header {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
}
/*about page*/
.inner_heading {
    background: #f7f8f9;
    padding: 28px 0px 28px 0px;
}

    .inner_heading h1 {
        font-size: 32px;
        font-weight: 400;
    }

.about {
    padding-bottom: 0px;
    padding-top: 0px;
}



.about_img {
    margin-top: 0px;
    margin-bottom: 0px;
}



.video_intr h2 {
    font-size: 32px;
    font-weight: 700;
    color: #313A41
}

.video_intr p {
    font-size: 20px;
    font-weight: 600;
    color: #313A41;
    padding-bottom: 5px;
}

.video_intr .btn_primary {
    padding: 15px 46px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 50px;
}

    .video_intr .btn_primary:hover {
        background: #d02239;
        color: #313A41;
        text-decoration: none;
        cursor: pointer;
    }

hr.gray {
    border: none;
    border-bottom: 1px solid #D6D7D8;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-b-130 {
    margin-bottom: 130px !important;
}


label.l-h-14 {
    display: inline-block;
    margin-bottom: .2rem !important;
    color: #313A41 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}

.contact .form-control {
    font-family: 'Cairo', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    margin: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    line-height: 22px;
    padding: 0px 0.93333333em;
    height: 34px;
    font-size: 1em;
    background: #f7f8f9;
    border: 1px solid rgba(34, 36, 38, 0.15);
    color: #313A41;
    font-weight: 600;
    border-radius: 0.4rem;
    -webkit-box-shadow: 0 0 0 0 transparent inset;
    box-shadow: 0 0 0 0 transparent inset;
    -webkit-transition: color 0.1s ease, border-color 0.1s ease;
    transition: color 0.1s ease, border-color 0.1s ease;
}

.form-sec h3 {
    font-size: 20px;
    font-weight: 700;
    color: #313A41;
    margin-top: -3px;
}

.form-sec p {
    font-size: 15px;
    font-weight: 400;
    color: #313A41;
}

.text-view-contact {
    font-size: 15px;
    font-weight: 400;
    color: #313A41;
}

.top_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* -webkit-box-align: center;
    -ms-flex-align: center;*/
    align-items: center;
    position: relative
}

.logo {
    margin-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .logo img {
        max-height: 90%;
        /*  height: 50px;*/
        max-width: 200px;
    }

.header_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search_cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: auto;
    padding-top: 10px
}

    .search_cart .main_cart {
        margin-left: 30px
    }

.header_left .simple_dropdown {
    border: 1px solid #d6d7d8;
    border-radius: 6px;
    top: 65px;
    left: -20px
}

    .header_left .simple_dropdown .dropdown-item {
        padding: 5px 15px;
        color: #888f92;
        font-size: 14px;
        font-weight: 600;
    }

.header_left .navbar-nav {
    margin-left: -10px
}

    .header_left .navbar-nav > li {
        padding: 22px 9px;
        position: relative;
        padding-bottom: 22px
    }

        .header_left .navbar-nav > li > a {
            color: #313a41;
            font-size: 14px;
            font-weight: 500;
            padding-left: 0px !important;
            padding-right: 0px !important;
        }

        .header_left .navbar-nav > li:hover .dropdown-menu {
            display: block
        }

.header_left .simple_dropdown:before {
    content: "";
    position: absolute;
    border-color: #d6d7d8;
    border: solid transparent;
    border-bottom-color: white;
    border-width: 11px;
    margin-left: -10px;
    top: -21px;
    right: 40%;
    z-index: 1
}

.header_left .simple_dropdown:after {
    content: "";
    position: absolute;
    right: 40%;
    top: -21px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    border-bottom-color: #d6d7d8;
    z-index: 0;
    margin-right: 1px
}

.header_left .navbar-nav > li.megamenu_drop {
    position: static;
}

.header_left .navbar {
    position: static;
    padding: 0px
}

.header_left .megamenu-content {
    border-radius: 6px;
    top: 65px;
    left: 0px;
    padding: 0px;
    width: 65%;
    background: none;
    border: 0;
    border-left: 1px solid #d6d7d8;
}

    .header_left .megamenu-content:before {
        content: "";
        position: absolute;
        border-color: #d6d7d8;
        border: solid transparent;
        border-bottom-color: white;
        border-width: 11px;
        top: -20px;
        left: 15%;
        z-index: 1
    }

    .header_left .megamenu-content:after {
        content: "";
        position: absolute;
        left: 15%;
        top: -20px;
        width: 0;
        height: 0;
        border: solid transparent;
        border-width: 10px;
        border-bottom-color: #d6d7d8;
        z-index: 0;
        margin-left: 1px
    }

.multi-levelmenu {
    list-style: none;
    padding: 0
}

    .multi-levelmenu .submenu-dropdown {
        display: none
    }

    .multi-levelmenu li a {
        color: #888f92;
        display: block;
        font-size: 16px;
        margin-bottom: 8px
    }

    .multi-levelmenu h4 {
        font-size: 18px;
        font-weight: 700;
        border-bottom: 1px solid #d6d7d8;
        padding-bottom: 10px;
        color: #212529
    }

    .multi-levelmenu > li.has_dropdown {
        position: relative
    }

        .multi-levelmenu > li.has_dropdown .submenu-dropdown {
            position: absolute;
            top: 0;
            right: 0;
            left: 100%;
            height: auto;
            background: #fff;
            z-index: 99999;
            padding: 0px;
            list-style: none;
            padding-left: 60px;
            width: calc(100% + 60px)
        }

        .multi-levelmenu > li.has_dropdown > a {
            position: relative
        }

            .multi-levelmenu > li.has_dropdown > a:after {
                content: '';
                background-image: url(../images/arrow-right.png);
                display: inline-block;
                position: absolute;
                width: 20px;
                height: 20px;
                background-size: 7px;
                background-repeat: no-repeat;
                right: -20px;
                top: 5px;
                background-position: center;
                z-index: 999999
            }

        .multi-levelmenu > li.has_dropdown:hover .submenu-dropdown {
            display: block
        }

        .multi-levelmenu > li.has_dropdown:hover > a {
            font-weight: 700;
            color: #212529
        }

.mega_col {
    position: relative;
    padding: 20px 30px;
    border-right: 1px solid #d6d7d8
}

.bucks_balance {
    margin-right: 20px;
    position: relative
}

    .bucks_balance h6 {
        color: #888f92;
        font-size: 14px;
        text-align: right;
        margin: 0
    }

        .bucks_balance h6 strong {
            display: block
        }

    .bucks_balance .bucks_dropdown {
        position: absolute;
        border: 1px solid #d6d7d8;
        border-radius: 6px;
        width: 160px;
        background: #fff;
        z-index: 9;
        padding: 10px 15px;
        right: -10px;
        top: 45px;
        display: none;
        padding-bottom: 8px;
    }

        .bucks_balance .bucks_dropdown h5 {
            font-size: 12px;
            font-weight: 700;
            margin-bottom: 0;
        }

        .bucks_balance .bucks_dropdown p {
            margin-bottom: 0px;
            font-size: 12px
        }

        .bucks_balance .bucks_dropdown:before {
            content: "";
            position: absolute;
            border-color: #d6d7d8;
            border: solid transparent;
            border-bottom-color: white;
            border-width: 11px;
            margin-left: -10px;
            top: -21px;
            right: 20px;
            z-index: 1
        }

        .bucks_balance .bucks_dropdown:after {
            content: "";
            position: absolute;
            right: 20px;
            top: -21px;
            width: 0;
            height: 0;
            border: solid transparent;
            border-width: 10px;
            border-bottom-color: #d6d7d8;
            z-index: 0;
            margin-right: 1px
        }

    .bucks_balance:hover .bucks_dropdown {
        display: block
    }

img {
    max-width: 100%
}

.no-margin {
    margin-left: 0px;
    margin-right: 0px
}

.mega_col_lg .firstmenu {
    margin-bottom: 15px
}

.mega_col_lg .last_col {
    padding-right: 0px
}

.main_cart {
    margin-left: 25px;
    position: relative
}

    .main_cart img {
        max-width: 18px
    }

    .main_cart .count_circle {
        position: absolute;
        background: #313a41;
        width: 23px;
        height: 23px;
        border-radius: 100pc;
        top: -10px;
        right: -9px;
        border: 3px solid #fff;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-weight: 700;
        font-size: 14px
    }

.user_profile {
    margin-left: 20px
}

    .user_profile img {
        max-width: 22px
    }

    .user_profile .dropdown-toggle:after {
        display: none
    }

    .user_profile:hover img {
        filter: invert(21%) sepia(17%) saturate(470%) hue-rotate(164deg) brightness(92%) contrast(92%);
    }

    .user_profile .dropdown.show img {
        filter: invert(21%) sepia(17%) saturate(470%) hue-rotate(164deg) brightness(92%) contrast(92%);
    }

    .user_profile .dropdown-menu {
        right: -15px !important;
        left: auto !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        padding: 12px 0px;
        width: 157px;
        border: 1px solid #d6d7d8;
        top: 40px !important;
        border-radius: 5px;
        padding-top: 0;
    }

        .user_profile .dropdown-menu li {
            padding: 10px 18px;
            border-bottom: 1px solid #d6d7d8
        }

            .user_profile .dropdown-menu li .bucks {
                display: block;
                font-size: 12px;
            }

            .user_profile .dropdown-menu li .welcome {
                font-size: 12px;
            }

                .user_profile .dropdown-menu li .welcome strong {
                    font-size: 15px
                }

            .user_profile .dropdown-menu li:last-child {
                border-bottom: 0;
                padding-bottom: 0px;
            }

        .user_profile .dropdown-menu h6 {
            font-weight: 700;
            font-size: 12px;
            margin: 0;
        }

    .user_profile .user_menu a {
        color: #888f92;
        display: block;
        font-size: 15px;
        margin-bottom: 7px
    }

    .user_profile .dropdown-menu:before {
        content: "";
        position: absolute;
        border-color: #d6d7d8;
        border: solid transparent;
        border-bottom-color: white;
        border-width: 11px;
        margin-left: -10px;
        top: -21px;
        right: 15px;
        z-index: 1
    }

    .user_profile .dropdown-menu:after {
        content: "";
        position: absolute;
        right: 16px;
        top: -21px;
        width: 0;
        height: 0;
        border: solid transparent;
        border-width: 10px;
        border-bottom-color: #d6d7d8;
        z-index: 0
    }

.btn_primary {
    color: #fff;
    padding: 14px 42px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: inline-block;
    font-size: 20px
}

.home_banner .carousel-item {
    background-size: cover
}

.home_banner .carousel-caption.align_left {
    text-align: left;
    left: 40px;
    right: auto;
    top: 50%;
    position: static
}

.home_banner .carousel-caption.align_right {
    text-align: left;
    position: static
}

.home_banner h5 {
    font-weight: 700;
    font-size: 5vw;
}

@media (min-width: 1400.98px) {
    .home_banner h1 {
        font-weight: 700;
        font-size: 54px;
    }

    .home_banner h2 {
        font-weight: 700;
        font-size: 54px;
    }
}

@media (min-width:500px) and (max-width:1400px) {
    .home_banner h1 {
        font-weight: 700;
        font-size: 5vw;
    }

    .home_banner h2 {
        font-weight: 700;
        font-size: 5vw;
    }
}

.home_banner p {
    font-size: 20px
}

.home_banner .carousel-indicators li {
    border-radius: 100%;
    width: 7px;
    height: 7px;
    background-color: #d6d7d8;
    margin-right: 5px;
    border: 3px solid #d6d7d8;
    opacity: 1;
    background-clip: unset
}

    .home_banner .carousel-indicators li.active {
        background-color: #0099bc;
        border: 3px solid #d6d7d8
    }

.home_banner .carousel-indicators {
    bottom: 3px
}

.home_banner .caption_row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 460px
}

@media (max-width: 500px) {
    .home_banner .caption_row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 360px
    }
}

.home_banner .banner_img {
    width: 346px;
    background: #fff;
    height: 346px;
    border-radius: 8px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .home_banner .banner_img img {
        height: 100%
    }

.home_banner .carousel-control-next,
.home_banner .carousel-control-prev {
    width: 6%;
    opacity: 1
}

    .home_banner .carousel-control-next img,
    .home_banner .carousel-control-prev img {
        max-height: 15px
    }

.ft_prodcut_slider {
    position: relative
}

.ft_products {
    background: #f7f8f9;
    padding: 40px 0px 50px 0px
}

    .ft_products .pdc_img {
        background: #fff;
        text-align: center;
        border-radius: 6px;
        padding-top: 0px;
        box-shadow: 0px 0px 7px 2px #00000008;
    }

        .ft_products .pdc_img img {
            width: 100%;
            display: inline;
            height: 200px;
        }

    .ft_products .pdc_title {
        margin-top: 12px
    }

        .ft_products .pdc_title h3 {
            font-size: 15px;
            text-align: center;
            font-weight: 700;
            margin-bottom: 0px
        }

    .ft_products .owl-item {
        padding: 0px 4px
    }

    .ft_products .item {
        padding-top: 10px
    }

        .ft_products .item a {
            color: #313a41
        }

    .ft_products .owl-prev {
        position: absolute;
        top: 46%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 9;
        background: url(../images/arrow-left.png);
        width: 7px;
        height: 15px;
        border: 0;
        background-repeat: no-repeat;
        background-size: 7px;
        left: 0;
        background-position: center;
        padding: 0
    }

        .ft_products .owl-prev span {
            display: none
        }

    .ft_products .owl-next {
        position: absolute;
        top: 46%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 9;
        background: url(../images/arrow-right.png);
        width: 7px;
        height: 15px;
        border: 0;
        background-repeat: no-repeat;
        background-size: 7px;
        right: 0;
        background-position: center;
        padding: 0px
    }

        .ft_products .owl-next span {
            display: none
        }

    .ft_products .owl-general {
        padding: 0px 30px
    }

.no-padding {
    padding: 0px
}

.grid_products {
    padding: 0px 0px 50px 0px;
}

    .grid_products .grid_item {
        position: relative
    }

    .grid_products .grid_caption {
        position: absolute;
        top: 50%;
        width: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 10%
    }

        .grid_products .grid_caption h2 {
            font-weight: 700;
            font-size: 32px;
            margin-bottom: 15px
        }

    .grid_products .btn_primary {
        padding: 6px 17px;
        font-size: 12px
    }

    .grid_products .secondary h2 {
        color: #fff
    }

.grid_list .grid_col {
    border-right: 1px solid #d6d7d8;
    border-bottom: 1px solid #d6d7d8;
    padding-top: 0px;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}

    .grid_list .grid_col .grid_list_img {
        text-align: center
    }

    .grid_list .grid_col .grid_list_caption {
        position: absolute;
        top: 0;
        background: rgba(49, 58, 65, 0.6);
        left: 0;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        padding: 0px 50px;
        display: none;
        cursor: pointer
    }

        .grid_list .grid_col .grid_list_caption h3 {
            color: #fff;
            font-size: 20px;
            text-align: center;
            font-weight: 700
        }

    .grid_list .grid_col .grid_list_img:hover .grid_list_caption {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

.grid_bott_img {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center
}

    .grid_bott_img .grid_list_caption {
        position: absolute;
        top: 0;
        background: rgba(49, 58, 65, 0.6);
        left: 0;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        padding: 0px 50px;
        display: none;
        cursor: pointer
    }

        .grid_bott_img .grid_list_caption h3 {
            color: #fff;
            font-size: 20px;
            text-align: center;
            font-weight: 700
        }

    .grid_bott_img:hover .grid_list_caption {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

.promo_block {
    max-width: 850px;
    margin: auto
}

.promo_prodcuts .promo_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.promo_prodcuts .promo_box {
    min-height: 150px;
    background-size: cover;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0px;
    position: relative;
    border-radius: 5px;
}

    .promo_prodcuts .promo_box:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0;
        background: none;
        content: '';
        border-radius: 5px;
    }

.promo_prodcuts .promo_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.promo_prodcuts .cart-iconn {
    margin-right: 40px;
    margin-right: 20px;
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(49,58,65,0.5);
    border-radius: 100px;
}

    .promo_prodcuts .cart-iconn img {
        max-width: 30px
    }

.promo_prodcuts .promo_txt h2 {
    font-weight: 700;
    color: #fff;
    font-size: 32px;
    margin-bottom: 0px
}

.promo_prodcuts .promo_txt p {
    color: #fff;
    font-size: 20px;
    margin: 0;
}



.promo_intr {
    padding: 50px 10px 30px 10px;
    text-align: center
}

    .promo_intr p {
        font-size: 20px
    }

a:hover {
    text-decoration: none
}

.btm_prodcut_slider {
    position: relative
}

.btm_products .btm_box a {
    color: #313a41
}

.btm_products .btm_img {
    background: #fff;
    text-align: center;
    border-radius: 6px;
    padding-top: 0px;
    border: 1px solid #d6d7d8
}

    .btm_products .btm_img img {
        width: 100%;
        display: inline;
        height: 200px;
    }

.btm_products .btm_title {
    margin-top: 12px
}

    .btm_products .btm_title h4 {
        font-size: 15px;
        text-transform: capitalize
    }

    .btm_products .btm_title h5 {
        font-weight: 700;
        font-size: 15px
    }

.btm_products .owl-item {
    padding: 0px 4px
}

.btm_products .item {
    padding-top: 10px
}

.btm_products .owl-prev {
    position: absolute;
    top: 38%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    background: url(../images/arrow-left.png);
    width: 7px;
    height: 15px;
    border: 0;
    background-repeat: no-repeat;
    background-size: 7px;
    left: 0;
    background-position: center;
    padding: 0
}

    .btm_products .owl-prev span {
        display: none
    }

.btm_products .owl-next {
    position: absolute;
    top: 38%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    background: url(../images/arrow-right.png);
    width: 7px;
    height: 15px;
    border: 0;
    background-repeat: no-repeat;
    background-size: 7px;
    right: 0;
    background-position: center;
    padding: 0
}

    .btm_products .owl-next span {
        display: none
    }

.btm_products .owl-general {
    padding: 0px 30px
}

.bottom_nav_row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.bottom_nav {
    padding: 0px 0px 50px 0px;
}

    .bottom_nav .nav_block {
        background: #f7f8f9;
        border: 1px solid #d6d7d8;
        border-radius: 6px;
        width: 206px;
        height: 170px;
        margin-right: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .bottom_nav .nav_block img {
            max-height: 49px
        }

        .bottom_nav .nav_block h4 {
            font-size: 20px;
            text-align: center;
            font-weight: 700;
            margin: 0;
            margin-top: 10px;
            color: initial;
        }

.footer_banner {
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: center;
}

    .footer_banner h1 {
        color: #fff;
        font-weight: 700;
        font-size: 54px
    }

    .footer_banner p {
        font-size: 20px;
        color: #fff
    }

.footer {
    background: #313a41;
    padding: 50px 0px;
    color: #fff
}

    .footer h4 {
        font-size: 15px;
        margin-bottom: 15px;
        font-weight: 700
    }

    .footer p {
        font-size: 12px
    }

    .footer .social_media {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }



    .footer .foot_menu a {
        /*  color: #fff;*/
        display: block;
        margin-bottom: 5px;
        font-size: 12px
    }

    .footer .footer_right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .footer .footer_r_col {
        margin-right: 50px
    }

        .footer .footer_r_col h4 img {
            max-height: 20px
        }

        .footer .footer_r_col:last-child {
            margin-right: 0px
        }





.megamenu-content ul {
    list-style: none;
    padding: 0px
}

    .megamenu-content ul li a {
        color: #888f92;
        display: block;
        font-size: 14px;
        margin-bottom: 8px;
        font-weight: 600;
    }

ul.levelone {
    width: 100%;
    position: relative;
    padding: 20px 00px;
    border-left: 1px solid #d6d7d8;
    border-right: 1px solid #d6d7d8;
    background: #fff;
    border-top: 1px solid #d6d7d8;
    border-bottom: 1px solid #d6d7d8;
    min-height: 300px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

    ul.levelone li,
    ul.leveltwo li {
        padding-left: 10px;
        padding-right: 5px
    }

ul.leveltwo {
    display: none;
    width: 100%;
    position: absolute;
    left: 100%;
    padding: 20px 0px;
    border-right: 1px solid #d6d7d8;
    top: -1px;
    /*height: 100%;*/
    z-index: 9;
    background: #fff;
    border-top: 1px solid #d6d7d8;
    margin-left: 1px;
    border-bottom: 1px solid #d6d7d8;
    min-height: 300px;
    overflow-y: visible;
    overflow-x: visible;
}

ul.levelone > li:hover > ul.leveltwo {
    display: block !important;
}

ul.leveltwo > li:hover .levelthree_block {
    display: block !important;
}

.megamenu-content li.has_dropdown > a {
    position: relative;
    padding-right: 10px;
}

.megamenu-content li.has_dropdown:hover > a {
    font-weight: 700;
    color: #212529
}

.megamenu-content li.has_dropdown > a:after {
    content: '';
    background-image: none !important;
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: 7px;
    background-repeat: no-repeat;
    right: -10px;
    top: 5px;
    background-position: center;
    z-index: 0
}

/*.levelthree_block {
    position: absolute;
    left: calc(100% + 1px);
    width: 200%;
    top: -1px;
    display: none;
    padding: 20px 0px;
    background: #fff;
    z-index: 9;
    min-height: 300px;
    border-top: 1px solid #d6d7d8;
    border-right: 1px solid #d6d7d8;
    border-bottom: 1px solid #d6d7d8;
    padding-right: 20px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}*/

.megamenu-content h4 {
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #d6d7d8;
    padding-bottom: 10px;
    color: #212529;
    margin-left: 20px
}

.leveltwo > li {
    background: #eb4b4b00;
}

.has_dropdown:hover > .levelthree_block {
    display: block !important;
}

.leveltwo .levelthree_block {
    z-index: 9999999
}



.levelthree li::marker {
    display: block;
    font-size: 0px;
}

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
        left: 0;
        transform: translate3d(0,0,0);
    }

.banner_img {
    position: relative;
}

    .banner_img .dark {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #FFF;
        background: #313A41;
        opacity: 0.5;
    }



    .banner_img .light {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #313A41;
        background: #fff;
        opacity: 0.5;
    }



.banner_render .light h2 {
    color: #313a41;
}


.banner_render .light p {
    color: #313a41;
}

.banner_render .cover-dark:before {
    background: rgba(49,58,65,0.7);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 5px;
}

.banner_render .cover-light:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    content: '';
    border-radius: 5px;
}

.banner_render .icon-dark {
    background: rgba(255, 255, 255, 0.5);
}

    .banner_render .icon-dark img {
        filter: invert(16%) sepia(4%) saturate(2688%) hue-rotate(164deg) brightness(97%) contrast(81%);
    }

.banner_render .icon-light {
    background: rgba(49,58,65,0.7);
}

    .banner_render .icon-light img {
        filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(69deg) brightness(102%) contrast(101%);
    }

.gallery-image img {
    width: fit-content;
    padding-top: 0px;
}





.d_none {
    display: none !important;
}

.contact-padding {
    padding: 0px 40px 0px 0px;
}

.contact-padding_l {
    padding: 0px 0px 0px 40px;
}

.contact {
    padding-top: 0px;
    display: flex;
}

.mh_130 {
    min-height: 130px !important;
}

hr.gray {
    border: none;
    border-bottom: 1px solid #D6D7D8;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-b-130 {
    margin-bottom: 130px !important;
}



label.l-h-14 {
    display: inline-block;
    margin-bottom: .2rem !important;
    color: #313A41 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}

.contact .form-control {
    font-family: 'Cairo', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    margin: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    line-height: 22px;
    padding: 0px 0.93333333em;
    height: 34px;
    font-size: 1em;
    background: #f7f8f9;
    border: 1px solid rgba(34, 36, 38, 0.15);
    color: #313A41;
    font-weight: 600;
    border-radius: 0.4rem;
    -webkit-box-shadow: 0 0 0 0 transparent inset;
    box-shadow: 0 0 0 0 transparent inset;
    -webkit-transition: color 0.1s ease, border-color 0.1s ease;
    transition: color 0.1s ease, border-color 0.1s ease;
}

.form-sec h3 {
    font-size: 20px;
    font-weight: 700;
    color: #313A41;
    margin-top: -3px;
}

.form-sec p {
    font-size: 15px;
    font-weight: 400;
    color: #313A41;
}

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
        left: 0;
        transform: translate3d(0,0,0);
    }

.banner_img {
    position: relative;
}

    .banner_img .dark {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #FFF;
        background: #313A41;
        opacity: 0.5;
    }



    .banner_img .light {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #313A41;
        background: #fff;
        opacity: 0.5;
    }



.videoWrapper {
    position: relative;
    width: 850px;
    height: 480px;
    margin: 0 auto;
}

    .videoWrapper.dark {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .videoWrapper .imgWrapper {
        height: 100%;
        position: absolute;
        width: 100%;
        display: flex;
        justify-content: center;
    }



        .videoWrapper .imgWrapper .dark {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            color: #FFF;
            background: #313A41;
            opacity: 0.5;
            z-index: 11;
        }

        .videoWrapper .imgWrapper .light {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            color: #313A41;
            background: #fff;
            opacity: 0.5;
            z-index: 12;
        }

        .videoWrapper .imgWrapper img {
            /* width: 850px;
            height: 480px;*/
            object-fit: cover;
            object-position: center;
        }

    .videoWrapper .img-play {
        position: absolute;
        width: 100px;
        height: 100px;
        top: 50%;
        left: 50%;
        cursor: pointer;
        transform: translate(-50%, -50%);
        z-index: 50;
    }

.iframe-video {
    width: 100%;
    padding-top: 56.25%;
    height: 0px;
    position: relative;
}


    .iframe-video iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.featured_render .grid_item {
    height: 200px;
}

.featured_render .light {
    color: #FFFFFF;
}

    .featured_render .light h2 {
        color: #FFFFFF;
    }

.featured_render .dark {
    color: #313A41;
}

    .featured_render .dark h2 {
        color: #313A41;
    }

.featured_render .bg-light {
    background: #fff;
    opacity: 0.7;
}

.featured_render .bg-dark {
    background: #313A41;
    opacity: 0.7;
}

.featured-image-render {
    position: relative;
}


    .featured-image-render img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        object-position: center;
    }

    .featured-image-render .grid_caption {
        z-index: 99;
    }

    .featured-image-render .light {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #FFF;
    }

    .featured-image-render .dark {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #313A41;
    }

.foot_banner_image {
    z-index: 99;
}

.footer_banner {
    position: relative
}

    .footer_banner .light {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #313A41;
        background: #fff;
        opacity: 0.5;
    }

    .footer_banner .dark {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #FFF;
        background: #313A41;
        opacity: 0.7;
    }

/*.heroimg_dark {
    box-shadow: inset 0 0 0 2000px rgb(49 58 65 / 43%);
}

.heroimg_light {
    box-shadow: inset 0 0 0 2000px rgb(255 255 255 / 53%);
}*/

.heroimg_light h1 {
    color: #313a41 !important;
}

.heroimg_light p {
    color: #313a41 !important;
}

.overlay-dark {
    box-shadow: inset 0 0 0 2000px rgb(49 58 65 / 43%);
}

    .overlay-dark p, .overlay-dark h1 {
        color: #fff !important;
    }


.overlay-light {
    box-shadow: inset 0 0 0 2000px rgb(255 255 255 / 53%);
}

    .overlay-light p, .overlay-light h1 {
        color: #313a41 !important;
    }

.contact-one-column {
    flex-direction: column;
}


.heroslider_dark {
    background-size: cover;
    /*box-shadow: inset 0 0 0 2000px rgba(49,58,65,0.7);*/
    box-shadow: inset 0 0 0 2000px rgb(49 58 65 / 43%) !important;
}

.heroslider_light {
    background-size: cover;
    /*box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.5);*/
    box-shadow: inset 0 0 0 2000px rgb(255 255 255 / 53%) !important;
}


.heroslider_text_dark h1 {
    color: #313a41;
}


.heroslider_text_dark p {
    color: #313a41;
}


.heroslider_text_light h1 {
    color: #ffffff !important;
}


.heroslider_text_light p {
    color: #ffffff !important;
}

@media (min-width:1025px) {

    .grid_bott_img {
        position: relative;
        height: 100%;
        display: flex;
        justify-content: center
    }

    .grid_bott .col_left {
        flex: 0 0 39.8%;
        max-width: 39.8%;
    }

    .grid_bott .col_right {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 60.2%;
        max-width: 60.2%;
    }

    .grid_list_img img {
        width: 100%;
        height: 235px;
    }

    .grid_bott .col_grid_left {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 60.2%;
        max-width: 60.2%;
    }

    .grid_bott .col_grid_right {
        flex: 0 0 39.8%;
        max-width: 39.8%;
    }
}

.top_header {
    min-height: 80px;
}

.promo_block {
    font-size: 20px;
    font-weight: 600;
    color: #313A41;
}

.logo-text {
    font-size: 20px;
    font-weight: bold;
}


.about_img img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: auto;
}


.backdrop-blur-light {
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.backdrop-blur-dark {
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.margin-bottom {
    margin-bottom: 50px;
}

.margin-bottom-36 {
    margin-bottom: 36px;
}

/*.ft_products {
    margin-bottom: 50px;
}*/

.btm_products {
    margin-bottom: 50px;
}

.text-icon-button {
    width: 98%;
}

.btn_data_primary {
    padding: 14px 35px !important;
    font-size: 20px !important;
    font-weight: 700;
}

.pro-title h4 {
    font-size: 15px;
    text-align: left;
    font-weight: 400;
    margin-top: 9px;
    margin-bottom: 0px;
    /*  text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;*/
    width: 100%;
}

.pro-title h5 {
    font-size: 15px;
    text-align: left;
    font-weight: 700;
    margin-bottom: 0px;
}

.no-padding-bottom {
    padding-bottom: 0px;
}

.title-text-block {
    font-size: 32px;
    font-weight: bold;
    /* height: 52px;*/
    width: 100%;
    margin-bottom: 15px;
}


.font-page-title {
    font-weight: 400;
    font-size: 32px;
}

.border-grid {
    border: 1px solid #d6d7d8;
    margin-bottom: 2px;
}

.grid_bott_main img {
    height: 472px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.text-block {
    font-size: 20px;
    font-weight: 600;
    max-width: 100% !important;
}

.body-text-block {
    font-size: 15px;
    font-weight: 600;
}

.btn-contact {
    border: 0px;
    padding: 0px 23px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    height: 30px;
}

    .btn-contact:active {
        border: 0px;
    }

    .btn-contact:hover {
        border: 0px;
    }

    .btn-contact:focus {
        border: 0px;
    }

.contact input::placeholder {
    padding-top: 5px;
}

.contact textarea::placeholder {
    padding-top: 5px;
}

.text-block p {
    line-height: 1.6;
    font-size: 20px;
    font-weight: 600;
    text-justify: inter-word;
}

.grid_col_no_bottom {
    border-bottom: 0px solid #d6d7d8 !important;
}

.grid_col_last {
    border-right: 0px solid #d6d7d8 !important;
}

.form-view p {
    margin: 0px;
}

.megamenufirst {
    position: relative !important;
}

.inner_heading {
    margin-bottom: 0px;
}

.ft_products .owl-item {
    margin-top: 16px;
}

.product-carousel .gallery-5-products .gallery-item .gallery-image {
    box-shadow: 0px 0px 0px 0px;
}

.upload-photos-grid-square .photo-wrapper img {
    /*object-fit: cover;
    object-position: center;*/
    height: 100%;
    /* width: 100%;*/
}

.upload-photos-grid-square .photo-wrapper .img-main {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .grid_bott_img {
        position: relative;
        height: 100%;
        display: flex;
        justify-content: center
    }

    .grid_bott .col_left {
        flex: 0 0 39.8%;
        max-width: 39.8%;
    }

    .grid_bott .col_right {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 60.2%;
        max-width: 60.2%;
    }

    .grid_list_img img {
        width: 100%;
        height: 128px;
    }

    .grid_bott .col_grid_left {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 60.2%;
        max-width: 60.2%;
    }

    .grid_bott .col_grid_right {
        flex: 0 0 39.8%;
        max-width: 39.8%;
    }



    .grid_bott_main img {
        height: 256px;
    }
}

@media (max-width: 1024px) {
    .videoWrapper {
        width: 100%;
        height: auto;
    }

    /*.iframe-video {
        width: 100%;
    }

        .iframe-video iframe {
            width: 100%;
        }*/

    .grid_products .grid_caption {
        width: 85%;
    }
}

@media (max-width: 767px) {
    .search_mob {
        position: absolute;
        left: 35px;
        top: 30px;
    }

    .footer .footer_r_col {
        margin-right: -15px;
    }


    .grid_products .grid_caption {
        width: 80%;
    }

    .grid_caption .title-grid {
        width: 50%;
    }

    .bottom_nav_row {
        display: flex;
    }

        .bottom_nav_row .nav_block {
            margin-bottom: 10px;
        }
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.help ul li {
    padding: 7px 20px 5px 36px;
}

    .help ul li input[type=checkbox]:checked ~ p {
        display: none;
    }

    .help ul li:last-of-type {
        padding-bottom: 10px;
    }

    .help ul li p {
        margin-bottom: 0px;
        margin-top: 0px;
        padding-top: 2px;
    }

@media (max-width: 420px) {
    .videoWrapper {
        width: 100%;
        /*    height: 150px;*/
    }

    /* .iframe-video {
        width: 100%;
        height: 150px;
    }

        .iframe-video iframe {
            width: 100%;
            height: 150px;
        }*/
}

.gallery-item .gallery-image img {
    padding-top: 0px;
    border-radius: 6px;
    min-width: 1px;
}

.gallery-5-products .gallery-item .gallery-image {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 8%);
}
/* responsive */
@media (min-width: 1025px) {
    .grid_bott .col_left {
        flex: 0 0 39.8%;
        max-width: 39.8%;
    }

    .grid_bott .col_right {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 60.2%;
        max-width: 60.2%;
    }

    .grid_list_img img {
        width: 152px;
    }
}

@media (max-width: 767px) {
    .help ul li input[type=checkbox] {
        width: 90%;
    }

    .m-b-130 {
        margin-bottom: 50px !important;
    }

    .contact {
        padding-top: 50px;
        display: block;
    }

    .contact-padding {
        padding: 0px 0px 0px 0px;
    }

    .contact-padding_l {
        padding: 0px 0px 0px 0px;
    }

    .help ul li {
        padding: 7px 45px 0px 20px;
    }

    .promo_prodcuts .btn_primary {
        padding: 5.5px 20px;
        font-size: 12px;
    }

    .grid_products .btn_primary {
        padding: 5.5px 11px;
        font-size: 12px;
    }

    ul.levelone > li:hover > ul.leveltwo {
        display: none;
    }

    ul.leveltwo > li:hover .levelthree_block {
        display: none;
    }

    .megamenu-content li.has_dropdown > a::after {
        transform: rotate(90deg);
        background-size: 10px;
    }

    /*menu change starts*/
    .header_left .navbar-nav > li {
        padding: 5px 10px;
    }

        .header_left .navbar-nav > li.megamenu_drop {
            position: relative;
        }

    .header_left .megamenu-content {
        width: 100%;
    }

        .header_left .simple_dropdown::before, .header_left .simple_dropdown::after, .header_left .megamenu-content::before, .header_left .megamenu-content::after {
            display: none;
        }

    /*ends*/
    .bucks_balance {
        display: none;
    }

    .main_search {
        display: none;
    }

    .user_profile .dropdown-menu {
        right: 0px !important;
    }

    .search_mob {
        position: absolute;
        left: 35px;
        top: 30px;
    }

    .buttonsearch img {
        max-width: 23px;
    }

    .searchbardiv {
        left: 0px;
        z-index: 9;
    }

    .navbar-toggler {
        position: absolute;
        top: 30px;
        left: 0px;
    }

        .navbar-toggler .icon-bar {
            width: 23px;
            height: 4px;
            background: #888f92;
            display: block;
            margin-bottom: 3px;
            border-radius: 50px;
        }

        .navbar-toggler .icon-bar {
            position: relative;
            transition: all 500ms ease-in-out;
        }

        .navbar-toggler.active .icon-bar:nth-of-type(1) {
            top: 8px;
            transform: rotate(45deg);
        }

        .navbar-toggler.active .icon-bar:nth-of-type(2) {
            background-color: transparent;
        }

        .navbar-toggler.active .icon-bar:nth-of-type(3) {
            top: -10px;
            transform: rotate(-45deg);
        }

    .main_header {
        position: relative;
    }

        .main_header .navbar {
            position: static;
            padding: 0px;
            width: 100%;
        }

    ul.levelone {
        width: 100%;
    }

    ul.leveltwo {
        position: static;
        border: 0;
    }

    .leveltwo .levelthree_block {
        z-index: 9999999;
        position: static;
        width: 100%;
        border: 0;
    }

    .header_left .navbar-nav > li:hover .dropdown-menu {
        display: none;
    }

    .ft_products .owl-general {
        padding: 0px 30px;
    }

    .grid_products .grid_caption {
        width: 30%;
        left: 0px;
        display: flex;
        justify-content: space-between;
        padding: 0px 30px;
        align-items: center;
    }

        .grid_products .grid_caption h2 {
            font-size: 15px;
            margin-bottom: 0px;
        }

    .grid_list .grid_col {
        width: 50%;
    }

    .grid_list {
        border-left: 1px solid #d6d7d8;
    }

    .promo_block {
        max-width: 100%;
    }

    .promo_prodcuts .promo_info {
        flex-direction: column;
        text-align: center;
    }

    .promo_prodcuts .promo_content {
        flex-direction: column;
    }

    .promo_prodcuts .promo_txt p {
        text-align: center;
        font-size: 15px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .promo_prodcuts .promo_txt h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .promo_prodcuts .promo_txt p {
        margin-bottom: 20px;
    }

    .promo_prodcuts .cart-iconn {
        margin-right: 0;
        margin-bottom: 20px;
        width: 58px;
        height: 58px;
    }

        .promo_prodcuts .cart-iconn img {
            max-width: 24px;
        }

    .promo_prodcuts .promo_box {
        padding: 30px 0px;
        background-position: center;
    }

        .promo_prodcuts .promo_box::before {
            border-radius: 5px;
        }

    .promo_intr p {
        font-size: 15px;
        font-weight: 600;
    }

    .btm_products .owl-general {
        padding: 0px 23px;
    }

    .btm_products .owl-item {
        padding: 0px 0px;
    }

    .bottom_nav_row {
        flex-wrap: nowrap;
        margin: 0px;
        padding-left: 10px;
    }

    .bottom_nav .nav_block {
        width: 33.3%;
        margin-right: 10px;
        min-width: 10px;
        min-height: 10px;
        padding: 20px 0px;
    }

        .bottom_nav .nav_block h4 {
            font-size: 14px;
            min-height: 0px;
        }

        .bottom_nav .nav_block img {
            max-height: 30px;
        }

    .foot_banner_block {
        text-align: center;
        width: 70%;
        margin: auto;
    }

    .footer_banner h1 {
        font-size: 28px;
    }

    .footer_banner p {
        font-size: 15px;
    }

    .footer_banner .btn_primary {
        font-size: 15px;
    }

    .footer_banner {
        background-position: right 10% top 0px;
        background-repeat: no-repeat;
    }

    .footer_row {
    }

    .foot_col.colone {
        border-bottom: 1px solid #979797;
        padding-bottom: 20px;
    }

    .footer .footer_r_col {
        width: calc(100% + 30px);
        border-bottom: 1px solid #979797;
        margin-left: -15px;
        margin-right: -15px;
        padding: 9px 15px;
        position: relative;
    }

        .footer .footer_r_col .h4vishal {
            margin-bottom: 0px;
            cursor: pointer;
        }

        .footer .footer_r_col .fa.fa-angle-down {
            cursor: pointer;
        }

    .footer .footer_right {
        flex-wrap: wrap;
    }

    .foot_menu {
        display: none;
        margin-top: 15px;
    }

        .foot_menu .active {
            display: block;
            margin-top: 15px;
        }

    .footer .footer_right h4 {
        margin-bottom: 0px;
        position: relative
    }

        .footer .footer_right h4::after {
            content: '';
            background-image: url(../images/arrow-left-wh.png);
            width: 22px;
            height: 30px;
            position: absolute;
            background-size: 10px;
            right: 0;
            background-repeat: no-repeat;
            transform: rotate( -90deg );
            -webkit-transform: rotate( -90deg );
            -webkit-transition: -webkit-transform 0.5s;
            transition: -webkit-transform 0.5s;
            transition: transform 0.5s;
            transition: transform 0.5s, -webkit-transform 0.5s;
            top: -6px;
            background-position: center;
        }

    .footer .footer_right .collapse-footer h4::after {
        color: #888F92;
        margin-top: 0px;
        transform: rotate( -180deg );
        -webkit-transform: rotate( -180deg );
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s;
    }

    .footer_r_col:last-child {
        border-bottom: 0px;
        padding-bottom: 0;
    }

    .footer_r_col .fa.fa-angle-down {
        position: absolute;
        right: 20px;
        top: 3px;
    }

    .footer_r_col:last-child .foot_menu {
        display: block;
        margin-top: 10px;
    }

    .footer_r_col:last-child h4 {
        pointer-events: none;
    }

        .footer_r_col:last-child h4::after {
            display: none;
        }

    .footer {
        padding: 40px 0px;
        padding-bottom: 30px;
    }


    .logo img {
        max-width: 70px;
    }

    .logo {
        margin-right: 0;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 15px;
    }

    .top_header {
        min-height: 80px;
        padding-bottom: 0px;
    }

    .container {
        padding: 0px 15px 0px 17px;
    }

    .main_cart {
        top: 2px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    .promo_prodcuts .cart-iconn {
        width: 52px;
        height: 52px;
    }

        .promo_prodcuts .cart-iconn img {
            max-width: 21px;
        }


    .owl-carousel .owl-stage-outer {
    }

    .grid_products .btn_primary {
        padding: 5px 14px;
    }



    .bucks_balance {
        display: none;
    }

    .header_left .megamenu-content {
        width: 100%;
    }

    .logo {
    }



    .container {
        max-width: 100%;
        padding: 0px 28px;
    }

    .container-banner {
        max-width: 100%;
        padding: 0px 28px;
    }

    .grid_products .grid_caption h2 {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .grid_products .grid_caption {
        width: 36%;
        left: 0px;
        display: flex;
        justify-content: space-between;
        padding: 0px 25px;
        align-items: center;
    }

        .grid_products .grid_caption h2 {
            width: 55%;
        }

    .grid_bott .col_left {
        flex: 0 0 38%;
        max-width: 38%;
    }

    .grid_bott .col_right {
        flex: 0 0 62%;
        max-width: 62%;
    }


    .promo_prodcuts .promo_txt h2 {
        font-size: 20px;
    }

    .promo_prodcuts .promo_txt p {
        font-size: 15px;
    }

    .promo_prodcuts .promo_content {
        padding: 0px 50px;
    }

    .promo_block {
        max-width: 90%;
    }

    .promo_intr p {
        font-size: 15px;
        font-weight: 600;
    }

    .btm_products .owl-item {
        padding: 0px 0px;
    }

    .btm_products .btm_title h4 {
        font-size: 13px;
    }

    .btm_products .btm_title h5 {
        font-size: 14px;
    }

    .bottom_nav .nav_block h4 {
        font-size: 15px;
        min-height: 0;
    }

    .bottom_nav .nav_block img {
        max-height: 27px;
    }

    .bottom_nav .nav_block {
        min-width: 116px;
        min-height: 95px;
        margin-right: 15px;
    }

    .footer_banner h1 {
        font-size: 36px;
    }

    .footer_banner p {
        font-size: 15px;
    }

    .footer_banner .btn_primary {
        font-size: 15px;
        padding: 10.5px 27px;
    }

    .footer_banner {
        background-position: right 10% top 0px;
        background-repeat: no-repeat;
    }

    .main_search {
        display: none;
    }

    .logo img {
        max-width: 80px;
    }

    .carousel-caption .btn_primary {
        font-size: 15px;
        padding: 10.5px 27px;
    }

    .footer .footer_r_col:last-child p {
        width: 130px;
    }

    .owl-carousel .owl-stage-outer {
        height: calc(100% + 10px);
        margin: -5px;
        padding: 5px;
        width: calc(100% + 10px);
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .ft_products .owl-item {
        padding: 0px 0px;
    }

    .ft_products .pdc_img img {
        width: 75px;
        height: auto;
    }

    .btm_products .btm_img img {
        width: auto;
        height: 112px;
    }

    .grid_list_img img {
        height: 128px;
    }

    .header_left .navbar-nav > li > a {
    }

    .main_cart {
        margin-left: 24px;
    }

    .user_profile {
    }

    .top_search {
        margin-top: -1px;
    }

    .main_cart img {
        position: relative;
        top: 1px;
    }
}

@media (min-width: 1025px) and (max-width: 1300px) {
}

@media (min-width: 768px) {
    .footer_right h4 {
        pointer-events: none;
        cursor: pointer;
    }
}

@media (min-width: 1025px) {

    .search_mob {
        display: none;
    }
}

@media (min-width: 1025px) and (max-width: 1250px) {
    .container {
        padding: 0px 28px;
    }

    .logo {
        margin-right: 0px;
    }

    .header_left .navbar-nav > li > a {
        font-size: 14px;
        font-weight: 600;
        padding-left: 0 !important;
        padding-right: 0px !important;
    }

    .main_cart {
        margin-left: 24px;
    }

    .user_profile {
        margin-left: 24px;
    }
}


@media (max-width: 480px) {
    .bottom_nav_row {
        flex-wrap: wrap;
    }

    .bottom_nav .nav_block {
        width: 30%;
    }

    .foot_banner_image {
        width: 100%;
    }

    .featured_render .grid_item, .featured-image-render img {
        height: 106px;
    }

    .bottom_nav_row {
        display: flex;
    }

    .bottom_nav .nav_block {
        width: 25%;
        height: 110px;
    }

    .gallery-5-products .gallery-item .gallery-image {
        box-shadow: 1px 2px 5px -1px #d3d3d3;
    }



    .ft_products .pdc_img img {
        height: 113px;
    }



    .ft_products .owl-prev {
        top: 45%;
    }

    .ft_products .owl-next {
        top: 45%;
    }

    .btm_products .btm_img img {
        height: 112px;
    }

    .ft_products {
        padding: 40px 0px 30px 0px;
    }

    .btm_products .owl-prev, .btm_products .owl-next {
        top: 35%;
    }

    .owl-carousel .owl-stage-outer {
        height: calc(100% + 10px);
        margin: -5px;
        padding: 5px;
        width: calc(100% + 10px);
    }

    .grid_list_img img {
        height: 135px;
        width: auto;
    }

    .heroslider_aspect_ratio_fixed .carousel-caption p {
        display: none;
    }
}

@media (min-width: 767px) {

    .footer_r_col .h4vishal {
        cursor: default;
    }

    .footer_r_col .fa.fa-angle-down {
        display: none;
    }

    .foot_menu {
        display: block !important;
    }
}



.heroimg_aspect_ratio_fixed {
    background-position: center;
    background-size: cover;
}

    .heroimg_aspect_ratio_fixed .container {
        max-width: 100%;
        padding: 0 9%;
    }

.heroimg_aspect_ratio_responsive {
    background-position: inherit !important;
    background-size: cover !important;
}

    .heroimg_aspect_ratio_responsive .container {
        max-width: 100%;
        padding: 0 9%;
    }
/* Hero Slider 8/8/22 */
.hero-margin {
    margin-left: 0px;
    margin-right: 0px
}

/* Hero Slider 8/8/22 */
.hero-margin {
    margin-left: 0px;
    margin-right: 0px
}

.hero-slider-grid-square {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    align-items: center;
}

    .hero-slider-grid-square .square {
        position: relative;
        width: 30%;
        padding-bottom: 30%;
        /* = width for a 1:1 aspect ratio */
        background-color: #1E1E1E;
        overflow: hidden;
    }

    .hero-slider-grid-square .content {
        position: absolute;
        height: 100%;
        /* = 100% - 2*5% padding */
        width: 100%;
        /* = 100% - 2*5% padding */
    }

        .hero-slider-grid-square .content .table {
            display: table;
            width: 100%;
            height: 100%;
        }

        .hero-slider-grid-square .content .table-cell {
            display: table-cell;
            vertical-align: middle;
        }

    .hero-slider-grid-square p {
        width: 100%;
        font-size: 15px;
        margin-bottom: 20px;
    }

        .hero-slider-grid-square p.filetype {
            margin-top: -10px;
            font-size: 12px;
        }

    .hero-slider-grid-square .photo-wrapper {
        text-align: center;
        line-height: 0px;
        width: 100%;
        height: 100%;
        border: 0px solid #D6D7D8;
        border-radius: 0px;
        position: absolute;
        vertical-align: middle;
        background: #FFFFFF;
        border-radius: 5px;
        top: 0;
    }

        .hero-slider-grid-square .photo-wrapper img {
            max-width: 100%;
            max-height: 100%;
            width: auto;
            height: auto;
        }

    .hero-slider-grid-square > .main-photo {
        width: 100%;
        position: relative;
        overflow: hidden;
        padding: 0px;
    }

        .hero-slider-grid-square > .main-photo .main-photo-item {
            position: relative;
        }

            .hero-slider-grid-square > .main-photo .main-photo-item::before {
                content: '';
                display: block;
                padding-top: 100%;
            }

    .hero-slider-grid-square > .small-photos-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .hero-slider-grid-square > .small-photos-grid p.drag-label {
            margin-left: 0;
        }

        .hero-slider-grid-square > .small-photos-grid > .small-photo-item {
            padding: 0px;
            margin-bottom: 20px;
            position: relative;
            overflow: hidden;
            -ms-flex-preferred-size: calc(50% - 0px);
            flex-basis: calc(50% - 0px);
            margin: 0px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            .hero-slider-grid-square > .small-photos-grid > .small-photo-item::before {
                content: '';
                display: block;
                padding-top: 100%;
            }

    .hero-slider-grid-square .upload-field {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
    }

.hero_pad {
    padding-top: 115px;
    padding-bottom: 114px;
}

@media (max-width: 500px) {
    .hero-slider-grid-square > .main-photo {
        width: 28%;
        padding-bottom: 57px;
        padding-top: 57px;
    }

    .hero-slider-grid-square > .small-photos-grid {
        width: 100%;
        position: relative;
    }
}

@media (min-width: 500px) {
    .hero-slider-grid-square > .main-photo {
        width: 28%;
        padding-bottom: 57px;
        padding-top: 57px;
    }

    .hero-slider-grid-square > .small-photos-grid {
        width: 72%;
    }

    .hero-slider-grid-square > .grid2 {
        width: 77%;
        position: absolute;
    }
}

@media (min-width: 1200px) {
    .hero-slider-grid-square > .main-photo {
        width: 28%;
        padding-bottom: 57px;
        padding-top: 57px;
    }

    .hero-slider-grid-square > .small-photos-grid {
        width: 72%;
    }
}

@media (min-width: 1400px) {
    .hero-slider-grid-square > .main-photo {
        width: 28%;
        padding-bottom: 57px;
        padding-top: 57px;
    }

    .hero-slider-grid-square > .small-photos-grid {
        width: 72%;
    }
}

@media (max-width: 767.98px) {



    .heroimg_aspect_ratio_fixed {
        background-size: cover;
        min-height: 0px;
    }


    .hero-margin {
        margin-left: 20px;
        margin-right: 20px
    }

    .hero_pad {
        padding-top: 55px;
        padding-bottom: 55px;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .home_banner .banner_img {
        width: 227px;
        height: 227px;
    }

    .home_banner .caption_row {
        flex-wrap: nowrap;
        min-height: 327px;
    }

    .home_banner h2 {
        font-size: 36px;
    }

    .home_banner p {
        font-size: 15px;
    }
}


@media (max-width:767px) {
    home_banner .carousel-caption.align_right, .home_banner .carousel-caption.align_left {
        width: 100%;
        text-align: left;
        margin: auto;
    }

    .home_banner h1 {
        text-align: left;
    }

    .home_banner h2 {
        text-align: left;
    }

    .home_banner p {
        font-size: 15px;
        text-align: left;
    }

    .home_banner .btn_primary {
        padding: 9px 21px;
        font-size: 2.5vw;
    }

    .home_banner .banner_img {
        height: 155px;
        width: 155px;
        margin: auto;
    }

    .home_banner .caption_row {
        display: inline-block;
        width: 100%;
    }

    .home_banner .carousel-control-prev {
        width: 6%;
        opacity: 1;
    }

    .home_banner .carousel-control-next {
        width: 6%;
        opacity: 1;
    }
}

@media (max-width: 499.98px) {

    .heroimg_aspect_ratio_fixed .container {
        padding: 0 9%;
        min-width: 100%;
    }

    .heroimg_aspect_ratio_responsive .container {
        padding: 0 9%;
        min-width: 100%;
    }

    .heroimg_aspect_ratio_responsive .foot_banner_image {
        margin: auto;
    }




    .home_banner h1 {
        font-size: 5vw;
        text-align: center !important;
    }

    .home_banner h2 {
        font-size: 5vw;
        text-align: left !important;
    }

    .home_banner p {
        font-size: 15px;
        text-align: left;
        display: none;
    }

    .home_banner .btn_primary {
        /* font-size: 15px; */
        padding: 9px 21px;
        font-size: 4.5vw;
    }

    .home_banner .carousel-caption.align_right, .home_banner .carousel-caption.align_left {
        width: 100%;
        text-align: center !important;
        margin: auto;
    }

    .hero_pad {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .home_banner .carousel-caption.align_right, .home_banner .carousel-caption.align_left.align_left2 {
        width: 100%;
        text-align: left !important;
        margin: auto;
    }
}



.faq_n .card-header {
    margin-bottom: 0px;
    background-color: #ffffff !important;
    border-bottom: 0px solid rgba(0,0,0,.125);
}

.faq_n .accordion-head i {
    font-size: 20px;
    float: right;
    color: #D6D7D8;
    margin-right: 25px;
    line-height: 42px;
}

.faq_n .accordion-head > .collapsed > i:before {
    content: "" !important;
    background: url(../images/arrow-left.png);
    display: inline-block;
    padding-right: 0.5rem;
    height: 15px !important;
    margin-top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotateZ(-90deg);
}

.faq_n .fa-angle-down:before {
    content: "" !important;
    background: url(../images/arrow-left.png);
    display: inline-block;
    padding-right: 0.5rem;
    height: 15px !important;
    margin-top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotateZ(-270deg);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.faq_n h3 {
    font-size: 15px;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 2px;
    color: #313A41;
    margin-left: 29px;
}

.faq_n p {
    padding: 0px;
    margin-top: 0px;
    color: #313A41;
    font-size: 15px;
    font-weight: 400;
    padding-top: 5px;
    padding-left: 19px;
}

.m-t-18 {
    margin-top: 18px !important;
}

.m-t-35 {
    margin-top: 35px !important;
}

.m-b-80 {
    margin-bottom: 80px !important;
}


@media (min-width: 768px) and (max-width: 1024px) {
    .heroimg_aspect_ratio_fixed .container {
        padding: 0 9%;
        min-width: 100%;
    }

    .heroimg_aspect_ratio_responsive .container {
        padding: 0 9%;
        min-width: 100%;
    }
}

@media (max-width: 767px) {
    .heroimg_aspect_ratio_fixed .container {
        padding: 0 9%;
        min-width: 100%;
    }

    .heroimg_aspect_ratio_responsive .container {
        padding: 0 9%;
        min-width: 100%;
    }
}

.heroslider_aspect_ratio_responsive .container_banner {
    padding: 97px 9%;
}


.foot_banner_block_fixed {
    text-align: left;
    width: 90%;
    margin: auto;
    z-index: 99;
}

.foot_banner_block {
    text-align: left !important;
    width: 100%;
    margin: auto;
}

.heroslider_aspect_ratio_responsive .container_banner {
    padding: 60px 9%;
}

.align_cen {
    width: 100%;
    text-align: center !important;
    margin: auto;
}

.p-t70 {
    padding-top: 70px !important;
}

}

@media (max-width: 499.98px) {
    .foot_banner_block_fixed {
        text-align: center;
        width: 90%;
        margin: auto;
        z-index: 99;
    }

    .foot_banner_block {
        text-align: center !important;
        width: 100%;
        margin: auto;
    }
}

.min400 {
    min-height: 400px !important;
}


/* 1/1/23 Responsive Hero Image */
.responsive_hero_image {
    min-height: 460px;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
}

    .responsive_hero_image h1 {
        color: #fff;
        font-weight: 700;
        font-size: 54px
    }

    .responsive_hero_image p {
        font-size: 20px;
        color: #fff;
        font-weight: 600;
    }

    .responsive_hero_image .dark {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #FFF;
        background: #313A41;
        opacity: 0.7;
    }

.foot_banner_image {
    z-index: 99;
}

.responsive_hero_fixed {
    z-index: 99;
    position: relative;
}

.responsive_hero_image .container {
    max-width: 100%;
    padding: 0 9%;
}

.responsive_hero_image .btn_primary {
    color: #fff;
    padding: 14px 42px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: inline-block;
    font-size: 20px;
    border: 1px #59595900 solid !important;
}

@media (min-width:768px) and (max-width:1024px) {
    .responsive_hero_image {
        background-position: center center;
        background-repeat: no-repeat;
        min-height: 460px;
    }

        .responsive_hero_image .container {
            padding: 0 9%;
            min-width: 100%;
        }

        .responsive_hero_image p {
            font-size: 15px;
        }

        .responsive_hero_image .btn_primary {
            font-size: 15px;
            padding: 10.5px 32px;
        }

        .responsive_hero_image h1 {
            font-size: 4.7vw;
        }
}

@media (min-width:400px) and (max-width:767.98px) {
    .responsive_hero_image {
        background-position: center center;
        background-repeat: no-repeat;
        min-height: 460px;
    }

        .responsive_hero_image .container {
            max-width: 100%;
            padding: 0 5%;
        }

        .responsive_hero_image .btn_primary {
            font-size: 15px;
            padding: 10.5px 32px;
        }

        .responsive_hero_image h1 {
            font-size: 36px;
            -webkit-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
        }

        .responsive_hero_image p {
            font-size: 15px;
        }

        .responsive_hero_image .responsive_hero_fixed {
            text-align: left;
            width: 90%;
            margin: auto;
            z-index: 99;
        }
}

@media (max-width:399.98px) {
    .responsive_hero_image {
        background-position: center center;
        background-repeat: no-repeat;
        min-height: 460px;
    }

        .responsive_hero_image h1 {
            font-size: 28px;
            -webkit-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
        }

        .responsive_hero_image p {
            font-size: 15px;
        }

        .responsive_hero_image .responsive_hero_fixed {
            text-align: center;
            width: 90%;
            margin: auto;
            z-index: 99;
            -webkit-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
        }

        .responsive_hero_image .btn_primary {
            font-size: 15px;
            padding: 8.5px 26px;
        }
}

/* 1/1/23 fixed Hero Image */
.hero-slider-grid-square > .main-photo {
    width: 23%;
    padding-bottom: 8.1%;
    padding-top: 8.1%;
}

.fixed_hero_image4 {
    background: no-repeat center center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    display: table !important;
    width: 100% !important;
}

.fixed_hero_banner {
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: center;
}

.fixed_hero_banner {
    position: relative
}

.fixed_hero_banner {
    background-repeat: no-repeat;
    background: no-repeat left center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    /*background-size: cover !important;*/
    background-size: 100% !important;
    display: table !important;
    width: 100% !important;
}

    .fixed_hero_banner h1 {
        color: #fff;
        font-weight: 700;
        font-size: 54px
    }

    .fixed_hero_banner p {
        font-size: 20px;
        color: #fff;
        font-weight: 600;
    }

    .fixed_hero_banner .btn_primary {
        color: #fff;
        padding: 14px 42px;
        border-radius: 5px;
        font-weight: 600;
        text-decoration: none;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        display: inline-block;
        font-size: 20px;
        border: 1px #59595900 solid !important;
    }

    .fixed_hero_banner .container {
        max-width: 100%;
        padding: 0 9%;
    }

.fixed_hero_banner-square {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    align-items: center;
}

    .fixed_hero_banner-square .square {
        position: relative;
        width: 30%;
        padding-bottom: 30%;
        /* = width for a 1:1 aspect ratio */
        background-color: #1E1E1E;
        overflow: hidden;
    }

    .fixed_hero_banner-square .content {
        position: absolute;
        height: 100%;
        /* = 100% - 2*5% padding */
        width: 100%;
        /* = 100% - 2*5% padding */
    }

        .fixed_hero_banner-square .content .table {
            display: table;
            width: 100%;
            height: 100%;
        }

        .fixed_hero_banner-square .content .table-cell {
            display: table-cell;
            vertical-align: middle;
        }

    .fixed_hero_banner-square p {
        width: 100%;
        font-size: 15px;
        margin-bottom: 20px;
    }

        .fixed_hero_banner-square p.filetype {
            margin-top: -10px;
            font-size: 12px;
        }

    .fixed_hero_banner-square .photo-wrapper {
        text-align: center;
        line-height: 0px;
        width: 100%;
        height: 100%;
        border: 0px solid #D6D7D8;
        border-radius: 0px;
        position: absolute;
        vertical-align: middle;
        background: #FFFFFF;
        border-radius: 5px;
        top: 0;
    }

        .fixed_hero_banner-square .photo-wrapper img {
            max-width: 100%;
            max-height: 100%;
            width: auto;
            height: auto;
        }

    .fixed_hero_banner-square > .main-photo {
        width: 100%;
        position: relative;
        overflow: hidden;
        padding: 0px;
    }

        .fixed_hero_banner-square > .main-photo .main-photo-item {
            position: relative;
        }

            .fixed_hero_banner-square > .main-photo .main-photo-item::before {
                content: '';
                display: block;
                padding-top: 100%;
            }

    .fixed_hero_banner-square > .small-photos-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .fixed_hero_banner-square > .small-photos-grid p.drag-label {
            margin-left: 0;
        }

        .fixed_hero_banner-square > .small-photos-grid > .small-photo-item {
            padding: 0px;
            margin-bottom: 20px;
            position: relative;
            overflow: hidden;
            -ms-flex-preferred-size: calc(50% - 0px);
            flex-basis: calc(50% - 0px);
            margin: 0px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            .fixed_hero_banner-square > .small-photos-grid > .small-photo-item::before {
                content: '';
                display: block;
                padding-top: 100%;
            }

@media (max-width: 400px) {
    .fixed_hero_banner-square > .main-photo {
        width: 0%;
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .fixed_hero_banner-square > .small-photos-grid {
        width: 100%;
        position: relative;
    }

    .foot_banner_block {
        text-align: left !important;
        width: 100%;
        margin: auto;
        z-index: 10;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (min-width: 400px) {
    .fixed_hero_banner-square > .main-photo {
        width: 28%;
        padding-bottom: 31px;
        padding-top: 31px;
    }

    .fixed_hero_banner-square > .small-photos-grid {
        width: 72%;
    }

    .fixed_hero_banner-square > .grid2 {
        width: 100%;
        position: absolute;
    }
}

@media (min-width: 1200px) {
    .fixed_hero_banner-square > .main-photo {
        width: 28%;
        padding-bottom: 5%;
        padding-top: 5%;
        max-height: 460px;
    }

    .fixed_hero_banner-square > .small-photos-grid {
        width: 72%;
    }
}

@media (min-width: 1400px) {
    .fixed_hero_banner-square > .main-photo {
        width: 28%;
        padding-bottom: 5%;
        padding-top: 5%;
        max-height: 520px;
    }

    .fixed_hero_banner-square > .small-photos-grid {
        width: 72%;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .fixed_hero_banner p {
        font-size: 15px;
    }

    .fixed_hero_banner .btn_primary {
        font-size: 15px;
        padding: 10.5px 32px;
    }

    .fixed_hero_banner h1 {
        font-size: 4.7vw;
    }
}

@media (min-width:400px) and (max-width:767.98px) {
    .fixed_hero_banner .container {
        max-width: 100%;
        padding: 0 5%;
    }

    .fixed_hero_banner .btn_primary {
        font-size: 15px;
        padding: 10.5px 32px;
    }

    .fixed_hero_banner h1 {
        font-size: 36px;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .fixed_hero_banner p {
        font-size: 15px;
    }
}

@media (max-width:399.98px) {
    .fixed_hero_banner h1 {
        font-size: 28px;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .fixed_hero_banner p {
        font-size: 15px;
        display: none;
    }

    .fixed_hero_banner .btn_primary {
        padding: 9px 21px;
        font-size: 3vw;
    }

    .fixed_hero_banner .container {
        max-width: 100%;
        padding: 0 5%;
    }
}


/* 1/1/23 Responsive Hero Slider (Custom) */

.responsive_hero_slider .carousel-item {
    background-size: cover;
    background-position: center;
}

.responsive_hero_slider .carousel-caption.align_left {
    text-align: left;
    left: 40px;
    right: auto;
    top: 50%;
    position: static
}

.responsive_hero_slider .carousel-caption.align_right {
    text-align: left;
    position: static
}

@media (min-width: 1400.98px) {
    .responsive_hero_slider h1 {
        font-weight: 700;
        font-size: 54px
    }
}

@media (min-width:768px) and (max-width:1400px) {
    .responsive_hero_slider h1 {
        font-weight: 700;
        font-size: min(6vw, 54px);
    }
}

.responsive_hero_slider p {
    font-size: 20px
}

@media (min-width:400px) and (max-width:768px) {
    .responsive_hero_slider h1 {
        font-weight: 700;
        font-size: min(5vw, 36px);
        font-size: 36px;
    }
}

.responsive_hero_slider p {
    font-size: 20px
}

.responsive_hero_slider .carousel-indicators li {
    border-radius: 100%;
    width: 7px;
    height: 7px;
    background-color: #d6d7d8;
    margin-right: 5px;
    border: 3px solid #d6d7d8;
    opacity: 1;
    background-clip: unset
}

    .responsive_hero_slider .carousel-indicators li.active {
        background-color: #0099bc;
        border: 3px solid #d6d7d8
    }

.responsive_hero_slider .carousel-indicators {
    bottom: 3px
}

.responsive_hero_slider .caption_row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 460px
}

@media (max-width: 500px) {
    .responsive_hero_slider .caption_row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 360px
    }
}

.responsive_hero_slider .banner_img {
    width: 346px;
    background: #fff;
    height: 346px;
    border-radius: 8px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .responsive_hero_slider .banner_img img {
        height: 100%
    }

.responsive_hero_slider .carousel-control-next,
.responsive_hero_slider .carousel-control-prev {
    width: 6%;
    opacity: 1
}

    .responsive_hero_slider .carousel-control-next img,
    .responsive_hero_slider .carousel-control-prev img {
        max-height: 15px
    }


@media (min-width:768px) and (max-width:1024px) {
    .responsive_hero_slider .banner_img {
        width: 227px;
        height: 227px;
    }

    .responsive_hero_slider .caption_row {
        flex-wrap: nowrap;
        min-height: 327px;
    }

    .responsive_hero_slider h2 {
        font-size: 36px;
    }

    .responsive_hero_slider p {
        font-size: 15px;
    }
}


@media (max-width:767px) {
    .responsive_hero_slider .carousel-caption.align_right, .responsive_hero_slider .carousel-caption.align_left {
        width: 100%;
        text-align: center;
        margin: auto;
    }

    .responsive_hero_slider h1 {
        text-align: center;
    }

    .responsive_hero_slider h2 {
        text-align: left;
    }

    .responsive_hero_slider p {
        font-size: 15px;
        text-align: center;
    }

    .responsive_hero_slider .btn_primary {
        padding: 9px 21px;
        font-size: 2.5vw;
    }

    .responsive_hero_slider .banner_img {
        height: 155px;
        width: 155px;
        margin: auto;
    }

    .responsive_hero_slider .caption_row {
        display: inline-block;
        width: 100%;
    }

    .responsive_hero_slider .carousel-control-prev {
        width: 6%;
        opacity: 1;
    }

    .responsive_hero_slider .carousel-control-next {
        width: 6%;
        opacity: 1;
    }
}

@media (max-width: 399.98px) {

    .responsive_hero_slider .container {
        padding: 0 9%;
        min-width: 100%;
    }

    .responsive_hero_slider h1 {
        font-size: 28px;
        text-align: center !important;
        font-weight: 700 !important;
    }

    .responsive_hero_slider p {
        font-size: 15px;
        text-align: center;
    }

    .responsive_hero_slider .btn_primary {
        /* font-size: 15px; */
        font-size: 15px;
        padding: 8.5px 26px;
    }

    .responsive_hero_slider .carousel-caption.align_right, .responsive_hero_slider .carousel-caption.align_left {
        width: 100%;
        text-align: center !important;
        margin: auto;
    }

    .hero_pad {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .responsive_hero_slider .carousel-caption.align_right, .responsive_hero_slider .carousel-caption.align_left.align_left2 {
        width: 100%;
        text-align: left !important;
        margin: auto;
    }
}

.responsive-hero-slider-square {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    align-items: center;
    min-height: 460px;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-position: right 10% top 0px;
    background-repeat: no-repeat;
}

    .responsive-hero-slider-square .square {
        position: relative;
        width: 30%;
        padding-bottom: 30%;
        /* = width for a 1:1 aspect ratio */
        background-color: #1E1E1E;
        overflow: hidden;
    }

    .responsive-hero-slider-square .content {
        position: absolute;
        height: 100%;
        /* = 100% - 2*5% padding */
        width: 100%;
        /* = 100% - 2*5% padding */
    }

        .responsive-hero-slider-square .content .table {
            display: table;
            width: 100%;
            height: 100%;
        }

        .responsive-hero-slider-square .content .table-cell {
            display: table-cell;
            vertical-align: middle;
        }

.hero-slider-grid-square p {
    width: 100%;
    font-size: 15px;
    margin-bottom: 20px;
}

.responsive-hero-slider-square p.filetype {
    margin-top: -10px;
    font-size: 12px;
}

.responsive-hero-slider-square .photo-wrapper {
    text-align: center;
    line-height: 0px;
    width: 100%;
    height: 100%;
    border: 0px solid #D6D7D8;
    border-radius: 0px;
    position: absolute;
    vertical-align: middle;
    background: #FFFFFF;
    border-radius: 5px;
    top: 0;
}

    .responsive-hero-slider-square .photo-wrapper img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }

.responsive-hero-slider-square > .main-photo {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0px;
}

    .responsive-hero-slider-square > .main-photo .main-photo-item {
        position: relative;
    }

        .responsive-hero-slider-square > .main-photo .main-photo-item::before {
            content: '';
            display: block;
            padding-top: 100%;
        }

.responsive-hero-slider-square > .small-photos-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .responsive-hero-slider-square > .small-photos-grid p.drag-label {
        margin-left: 0;
    }

    .responsive-hero-slider-square > .small-photos-grid > .small-photo-item {
        padding: 0px;
        margin-bottom: 20px;
        position: relative;
        overflow: hidden;
        -ms-flex-preferred-size: calc(50% - 0px);
        flex-basis: calc(50% - 0px);
        margin: 0px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .responsive-hero-slider-square > .small-photos-grid > .small-photo-item::before {
            content: '';
            display: block;
            padding-top: 100%;
        }

.responsive-hero-slider-square .upload-field {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

.hero_pad {
    padding-top: 115px;
    padding-bottom: 114px;
}

@media (max-width: 500px) {
    .responsive-hero-slider-square > .main-photo {
        width: 28%;
        padding-bottom: 57px;
        padding-top: 57px;
    }

    .responsive-hero-slider-square > .small-photos-grid {
        width: 100%;
        position: relative;
    }
}

@media (min-width: 500px) {
    .responsive-hero-slider-square > .main-photo {
        width: 28%;
        padding-bottom: 57px;
        padding-top: 57px;
    }

    .responsive-hero-slider-square > .small-photos-grid {
        width: 100%;
    }

    .responsive-hero-slider-square > .grid2 {
        width: 77%;
        position: absolute;
    }
}

@media (min-width: 1200px) {
    .responsive-hero-slider-square > .main-photo {
        width: 28%;
        padding-bottom: 57px;
        padding-top: 57px;
    }

    .responsive-hero-slider-square > .small-photos-grid {
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .responsive-hero-slider-square > .main-photo {
        width: 28%;
        padding-bottom: 57px;
        padding-top: 57px;
    }

    .responsive-hero-slider-square > .small-photos-grid {
        width: 72%;
    }
}


/* 1/1/23 fixed Hero Slider (Custom) */

.fixed_hero_slider .carousel-item {
    background-size: cover;
    background-position: center center !important;
}

.fixed_hero_slider .carousel-caption.align_left {
    text-align: left;
    left: 40px;
    right: auto;
    top: 50%;
    position: static
}

.fixed_hero_slider .carousel-caption.align_right {
    text-align: left;
    position: static
}

@media (min-width: 1400.98px) {
    .fixed_hero_slider h1 {
        font-weight: 700;
        font-size: 54px
    }
}

@media (min-width:768px) and (max-width:1400px) {
    .fixed_hero_slider h1 {
        font-weight: 700;
        font-size: min(6vw, 54px);
    }
}

.fixed_hero_slider p {
    font-size: 20px
}

@media (min-width:400px) and (max-width:768px) {
    .fixed_hero_slider h1 {
        font-weight: 700;
        font-size: min(5vw, 36px);
    }
}

.fixed_hero_slider p {
    font-size: 20px
}

.fixed_hero_slider .carousel-indicators li {
    border-radius: 100%;
    width: 7px;
    height: 7px;
    background-color: #d6d7d8;
    margin-right: 5px;
    border: 3px solid #d6d7d8;
    opacity: 1;
    background-clip: unset
}

    .fixed_hero_slider .carousel-indicators li.active {
        background-color: #0099bc;
        border: 3px solid #d6d7d8
    }

.fixed_hero_slider .carousel-indicators {
    bottom: -8px
}

.fixed_hero_slider .caption_row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 460px
}

@media (max-width: 500px) {
    .fixed_hero_slider .caption_row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 360px
    }
}

.fixed_hero_slider .banner_img {
    width: 346px;
    background: #fff;
    height: 346px;
    border-radius: 8px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .fixed_hero_slider .banner_img img {
        height: 100%
    }

.fixed_hero_slider .carousel-control-next,
.fixed_hero_slider .carousel-control-prev {
    width: 6%;
    opacity: 1
}

    .fixed_hero_slider .carousel-control-next img,
    .fixed_hero_slider .carousel-control-prev img {
        max-height: 15px
    }


@media (min-width:768px) and (max-width:1024px) {
    .fixed_hero_slider .banner_img {
        width: 227px;
        height: 227px;
    }

    .fixed_hero_slider .caption_row {
        flex-wrap: nowrap;
        min-height: 327px;
    }

    .fixed_hero_slider h2 {
        font-size: 36px;
    }

    .fixed_hero_slider p {
        font-size: 15px;
    }
}


@media (max-width:767px) {
    .fixed_hero_slider .carousel-caption.align_right, .fixed_hero_slider .carousel-caption.align_left {
        width: 100%;
        text-align: left;
        margin: auto;
    }

    .fixed_hero_slider h1 {
        text-align: left;
    }

    .fixed_hero_slider h2 {
        text-align: left;
    }

    .fixed_hero_slider p {
        font-size: 15px;
        text-align: left;
    }

    .fixed_hero_slider .btn_primary {
        padding: 9px 21px;
        font-size: 2.5vw;
    }

    .fixed_hero_slider .banner_img {
        height: 155px;
        width: 155px;
        margin: auto;
    }

    .fixed_hero_slider .caption_row {
        display: inline-block;
        width: 100%;
    }

    .fixed_hero_slider .carousel-control-prev {
        width: 6%;
        opacity: 1;
    }

    .fixed_hero_slider .carousel-control-next {
        width: 6%;
        opacity: 1;
    }
}

@media (max-width: 399.98px) {
    .fixed_hero_slider .container_banner {
        max-width: 100%;
        padding: 7px 9%;
    }

    .fixed_hero_slider .container {
        padding: 0 9%;
        min-width: 100%;
    }

    .fixed_hero_slider h1 {
        font-size: 21px;
        font-weight: 700 !important;
    }

    .fixed_hero_slider p {
        font-size: 15px;
        text-align: center;
        display: none;
    }

    .fixed_hero_slider .btn_primary {
        /* font-size: 15px; */
        padding: 9px 21px;
        font-size: 3vw;
    }

    .fixed_hero_slider .carousel-caption.align_right, .fixed_hero_slider .carousel-caption.align_left {
        width: 100%;
        text-align: center !important;
        margin: auto;
    }

    .hero_pad {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .fixed_hero_slider .carousel-caption.align_right, .fixed_hero_slider .carousel-caption.align_left.align_left2 {
        width: 100%;
        text-align: left !important;
        margin: auto;
    }
}



/* Responsive Hero Slider (Product)*/
.w-cal {
    width: calc(100% - 360px);
}

.hero-slider-grid-square > .main-photo2 {
    width: 28% !important;
    padding-bottom: 7.1%;
    padding-top: 7.1%;
}

.home_banner .carousel-item {
    background-size: cover
}

.responsive-hero-slider-product .carousel-caption.align_left {
    text-align: left;
    left: 40px;
    right: auto;
    top: 50%;
    position: static
}

.responsive-hero-slider-product .carousel-caption.align_right {
    text-align: left;
    position: static
}

.responsive-hero-slider-product h1 {
    font-weight: 700;
    font-size: 54px
}

.responsive-hero-slider-product p {
    font-size: 20px
}

.responsive-hero-slider-product .carousel-indicators li {
    border-radius: 100%;
    width: 7px;
    height: 7px;
    background-color: #d6d7d8;
    margin-right: 5px;
    border: 3px solid #d6d7d8;
    opacity: 1;
    background-clip: unset
}

    .responsive-hero-slider-product .carousel-indicators li.active {
        background-color: #0099bc;
        border: 3px solid #d6d7d8
    }

.responsive-hero-slider-product .carousel-indicators {
    bottom: 10px
}

.responsive-hero-slider-product .caption_row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 460px
}

.responsive-hero-slider-product .banner_img {
    width: 346px;
    background: #fff;
    height: 346px;
    border-radius: 8px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .responsive-hero-slider-product .banner_img img {
        height: 100%
    }

.responsive-hero-slider-product .carousel-control-next,
.responsive-hero-slider-product .carousel-control-prev {
    width: 9%;
    opacity: 1
}

    .responsive-hero-slider-product .carousel-control-next img,
    .responsive-hero-slider-product .carousel-control-prev img {
        max-height: 15px
    }

@media (max-width:599.98px) {
    .responsive-hero-slider-product .carousel-caption.align_right, .responsive-hero-slider-product .carousel-caption.align_left {
        width: 70%;
        text-align: center;
        margin: auto;
        padding-top: 40px;
    }

    .responsive-hero-slider-product h1 {
        font-size: 28px;
        text-align: center;
    }

    .responsive-hero-slider-product p {
        font-size: 15px;
        text-align: center;
    }

    .responsive-hero-slider-product .btn_primary {
        font-size: 15px;
        padding: 9px 21px;
    }

    .responsive-hero-slider-product .banner_img {
        height: 155px;
        width: 155px;
        margin: auto;
    }

    .responsive-hero-slider-product .caption_row {
        display: inline-block;
        width: 100%;
        position: relative;
        z-index: 999;
    }

    .responsive-hero-slider-product .carousel-control-prev {
        left: 30px;
    }

    .responsive-hero-slider-product .carousel-control-next {
        right: 30px;
    }
}

@media (min-width:600px) and (max-width:1024px) {

    .responsive-hero-slider-product .banner_img {
        width: 268px;
        height: 268px;
    }

    .responsive-hero-slider-product .caption_row {
        flex-wrap: nowrap;
        min-height: 460px;
    }

    .responsive-hero-slider-product h1 {
        font-size: 36px;
    }

    .responsive-hero-slider-product p {
        font-size: 15px;
    }
}

/* Fixed Hero Slider (Product)*/


.fixed-hero-slider-product .carousel-item {
    background-size: cover
}

.fixed-hero-slider-product .carousel-caption.align_left {
    text-align: left;
    left: 40px;
    right: auto;
    top: 50%;
    position: static
}

.fixed-hero-slider-product .carousel-caption.align_right {
    text-align: left;
    position: static
}

.fixed-hero-slider-product h5 {
    font-weight: 700;
    font-size: 5vw;
}

@media (min-width: 1400.98px) {
    .fixed-hero-slider-product h1 {
        font-weight: 700;
        font-size: 54px;
    }

    .fixed-hero-slider-product h2 {
        font-weight: 700;
        font-size: 54px;
    }
}

@media (min-width:500px) and (max-width:1400px) {
    .fixed-hero-slider-product h1 {
        font-weight: 700;
        font-size: 5vw;
    }

    .fixed-hero-slider-product h2 {
        font-weight: 700;
        font-size: 5vw;
    }
}

.fixed-hero-slider-product p {
    font-size: 20px
}

.fixed-hero-slider-product .carousel-indicators li {
    border-radius: 100%;
    width: 7px;
    height: 7px;
    background-color: #d6d7d8;
    margin-right: 5px;
    border: 3px solid #d6d7d8;
    opacity: 1;
    background-clip: unset
}

    .fixed-hero-slider-product .carousel-indicators li.active {
        background-color: #0099bc;
        border: 3px solid #d6d7d8
    }

.fixed-hero-slider-product .carousel-indicators {
    bottom: 3px
}

.fixed-hero-slider-product .caption_row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 460px
}

.fixed-hero-slider-product .banner_img {
    width: 346px;
    background: #fff;
    height: 346px;
    border-radius: 8px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .fixed-hero-slider-product .banner_img img {
        height: 100%
    }

.fixed-hero-slider-product .carousel-control-next,
.fixed-hero-slider-product .carousel-control-prev {
    width: 6%;
    opacity: 1
}

    .fixed-hero-slider-product .carousel-control-next img,
    .fixed-hero-slider-product .carousel-control-prev img {
        max-height: 15px
    }


@media (max-width: 499.98px) {

    .fixed-hero-slider-product h1 {
        font-size: 5vw !important;
        text-align: left !important;
    }

    .fixed-hero-slider-product h2 {
        font-size: 5vw;
        text-align: left !important;
    }

    .fixed-hero-slider-product p {
        font-size: 15px;
        text-align: left;
        display: none;
    }

    .fixed-hero-slider-product .btn_primary {
        /* font-size: 15px; */
        padding: 9px 21px;
        font-size: 4.5vw;
    }

    .fixed-hero-slider-product .carousel-caption.align_right,
    .fixed-hero-slider-product .carousel-caption.align_left {
        width: 100%;
        text-align: left !important;
        margin: auto;
    }

    .hero_pad {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .fixed-hero-slider-product .carousel-caption.align_right,
    .fixed-hero-slider-product .carousel-caption.align_left.align_left2 {
        width: 100%;
        text-align: left !important;
        margin: auto;
    }
}

@media (max-width:767px) {


    .fixed-hero-slider-product .carousel-caption.align_right,
    .fixed-hero-slider-product .carousel-caption.align_left {
        width: 100%;
        text-align: left;
        margin: auto;
    }

    .fixed-hero-slider-product h1 {
        text-align: left;
    }

    .fixed-hero-slider-product h2 {
        text-align: left;
    }

    .fixed-hero-slider-product p {
        font-size: 15px;
        text-align: left;
    }

    .fixed-hero-slider-product .btn_primary {
        padding: 9px 21px;
        font-size: 2.5vw;
    }

    .fixed-hero-slider-product .banner_img {
        height: 155px;
        width: 155px;
        margin: auto;
    }

    .fixed-hero-slider-product .caption_row {
        display: inline-block;
        width: 100%;
    }

    .fixed-hero-slider-product .carousel-control-prev {
        width: 6%;
        opacity: 1;
    }

    .fixed-hero-slider-product .carousel-control-next {
        width: 6%;
        opacity: 1;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .fixed-hero-slider-product .banner_img {
        width: 227px;
        height: 227px;
    }

    .fixed-hero-slider-product .caption_row {
        flex-wrap: nowrap;
        min-height: 327px;
    }

    .fixed-hero-slider-product h2 {
        font-size: 36px;
    }

    .fixed-hero-slider-product p {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .hero-slider-grid-square > .main-photo2 {
        width: 28% !important;
        padding-bottom: 5%;
        padding-top: 5%;
    }

    .hero-slider-grid-square > .small-photos-grid2 {
        width: 72% !important;
        position: relative;
    }
}

@media (max-width: 500px) {
    .hero-slider-grid-square > .main-photo2 {
        width: 28% !important;
        padding-bottom: 7.1%;
        padding-top: 7.1%;
    }

    .hero-slider-grid-square > .small-photos-grid2 {
        width: 72% !important;
        position: relative;
    }
}

/*=================================================================*/
/*NEW CSS ADDED 17 Aug 2023*/
/*=================================================================*/

.respo-cus-collap {
    top: 70px;
    background-color: #fff;
    z-index: 99;
    border-radius: 5px;
}

    .respo-cus-collap ul {
        margin-left: 0px !important;
        margin-bottom: 0;
    }

.llo {
    box-shadow: none;
}

    .llo:focus, :focus-visible, :hover {
        box-shadow: none;
    }

.sec_btn {
    --bgColor: #869cff;
}


    .sec_btn:hover {
        --bgColor: #6279e7;
    }

    .sec_btn:active {
        --bgColor: #5468c7;
    }

.clicky {
    cursor: pointer;
    color: green;
}

.showup {
    width: 100px;
    height: 100px;
    background: red;
    display: none;
}

ul.levelone {
    width: 230px !important;
    overflow-y: auto;
    overflow-x: hidden;
    height: 300px !important;
    position: revert;
    padding: 18px 0px;
    border-right: 2px solid #d6d7d8;
    background: #fff;
    border-top: 1px solid #d6d7d8;
    border-bottom: 1px solid #d6d7d8;
}

ul.leveltwo {
    display: none;
    -webkit-display: none;
    width: 230px;
    position: absolute;
    left: 229px;
    padding: 20px 0px;
    border-right: 1px solid #d6d7d8;
    top: 0px;
    background: #fff;
    border-top: 1px solid #d6d7d8;
    margin-left: 1px;
    border-bottom: 1px solid #d6d7d8;
    height: 300px;
    overflow-y: visible;
    overflow-x: visible;
}

.levelthree_block {
    position: absolute;
    left: calc(100% + 1px);
    width: 100%;
    top: -1px;
    display: none;
    -webkit-display: none;
    background: #fff;
    z-index: 9;
    height: 300px;
    padding-right: 20px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    padding-top: 0px !important;
}
/* as 26-4-2023 */

/* megamenu */
.mainediv {
    width: 180px;
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

    .mainediv ul li {
        display: block;
    }

    .mainediv ul {
        padding: 2px;
    }

        .mainediv ul li a {
            color: #000;
            padding: 5px;
            display: block;
        }

.megamenu {
    display: none;
    -webkit-display: none;
    position: absolute;
    left: 98%;
    top: -1px;
    width: 180px;
    padding: 10px 0px;
    border-right: 1px solid #d6d7d8;
    z-index: 9;
    background: #fff;
    border-top: 1px solid #d6d7d8;
    margin-left: 1px;
    border-bottom: 1px solid #d6d7d8;
    height: 318px;
}

.mainediv ul li:hover > .megamenu {
    display: block;
}

.mainediv ul li a:hover, .mainediv ul li.bg a {
    background: #f3f3f3;
}

.megamenu:hover {
    top: -1px;
}

/* scrollbar */
/* width */
ul.levelone::-webkit-scrollbar {
    width: 7px !important;
}

/* Track */
ul.levelone::-webkit-scrollbar-track {
    background: transparent !important;
}

/* Handle */
ul.levelone::-webkit-scrollbar-thumb {
    background: #888F92 !important;
    border-radius: 4px !important;
}

    /* Handle on hover */
    ul.levelone::-webkit-scrollbar-thumb:hover {
        background: #888F99;
    }

.radius-ad-left {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.radius-ad-right {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}



.hover-icon-arro1 {
    position: absolute;
    top: 5px;
    right: 0px;
    height: 12px;
    display: none;
}

.hover-icon-arro2 {
    position: absolute;
    top: 5px;
    right: 0px;
    height: 12px;
    display: none;
}

.hover-icon-arro3 {
    position: absolute;
    top: 5px;
    right: 0px;
    height: 12px;
    display: none;
}

/* focus-within */
.arrow-hover:focus-within .hover-icon-arro1 {
    display: inline-block;
}

.arrow-hover2:focus-within .hover-icon-arro2 {
    display: inline-block;
}

.arrow-hover3:focus-within .hover-icon-arro3 {
    display: inline-block;
}

/* hover */
.arrow-hover:hover .hover-icon-arro1 {
    display: block !important;
}

.arrow-hover2:hover .hover-icon-arro2 {
    display: block !important;
}

.arrow-hover3:hover .hover-icon-arro3 {
    display: block !important;
}



.scroll-hi {
    visibility: visible;
}

.scroll-issu {
    background-color: #fff;
}

    .scroll-issu:hover .scroll-hi {
        visibility: hidden;
    }

/*.scrol-fix {
    margin-left: -28px !important;
    padding-left: 28px !important;
}*/


/* click dropdown mega menu */
.n1:focus-within > .b2 {
    display: block;
}

.t1:focus-within > .d2 {
    display: block;
}



.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap !important;
        flex-flow: row nowrap !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
}

.selectWrapper {
    width: 100%;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: opacity 100ms linear 0s;
    padding-top: calc(var(--sizeVar) / 2);
    z-index: 999;
    margin-left: -15px;
    top: 96px;
}

.header_left .simple_dropdown:before {
    right: 80%;
}

.header_left .simple_dropdown:after {
    right: 80%;
}

.header_left .simple_dropdown {
    top: inherit;
    left: inherit;
}

/*Mobile view css*/
@media (min-width: 200px) and (max-width: 768px) {
    .res-desk-nav {
        display: none;
    }
}

.flexDiv {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: fit-content;
    margin: 32px;
}

.selectWrapper {
    width: 100%;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: opacity 100ms linear 0s;
    padding-top: calc(var(--sizeVar) / 2);
    z-index: 999;
    margin-left: -15px;
    top: 96px;
}

.multiSelect {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    border: 1px solid var(--borderColor);
    box-sizing: border-box;
    border-radius: calc(var(--sizeVar) / 2);
    position: absolute;
    width: auto;
    left: 0;
    right: 0;
    overflow: hidden;
    background: #ffffff;
    transition: transform 300ms ease-in-out 0s, clip-path 300ms ease-in-out 0s;
}

    .multiSelect div {
        color: var(--textPrimary);
        padding: 5px 18px;
        width: auto;
        cursor: pointer;
    }

.bottomBorder {
    border-bottom: 1px solid var(--borderColor);
}

.topBorder {
    border-top: 1px solid var(--borderColor);
}

.iconDiv {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.noSpace {
    justify-content: flex-start;
    gap: 6px;
}

.titleDiv {
    pointer-events: none;
    font-weight: 600 !important;
    border-top: 1px solid #D6D7D8;
    border-bottom: 1px solid #D6D7D8;
    font-size: 14px !important;
    color: #313A41 !important;
    padding-top: 8.5px !important;
    padding-bottom: 8.5px !important;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 50px !important;
}

.justHover i {
    opacity: 1;
}

.justHover:hover i {
    opacity: 1;
}

.multiSelect .placeholder {
    color: var(--textSecondary);
    font-style: italic;
}

.multiSelect .narrow {
    padding-top: 10px;
    padding-bottom: 10px;
}

.multiSelect i {
    color: var(--textSecondary);
}

.multiSelect {
    transform: translateX(100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

    .multiSelect:nth-of-type(1) {
        transform: translateX(0);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }

.sec_btn {
    --bgColor: #869cff;
}


button {
    font-family: "Roboto", sans-serif;
    font-size: calc(var(--sizeVar) * 1.75);
    font-weight: 500;
    border: none;
    padding: var(--sizeVar) calc(var(--sizeVar) * 2);
    border-radius: calc(var(--sizeVar) / 2);
    cursor: pointer;
    background-color: var(--bgColor);
    color: var(--txtColor);
    box-shadow: 0 0 0 1px var(--borColor) inset;
}

    button:focus {
        --borColor: rgba(0, 0, 0, 0.4);
    }

    button:hover {
        --bgColor: #1fcc9e;
    }

.sec_btn:hover {
    --bgColor: #6279e7;
}

.tri_btn:hover {
    --bgColor: #f8f7f8;
}

button:active {
    --bgColor: #1db284;
}

.sec_btn:active {
    --bgColor: #5468c7;
}

.tri_btn:active {
    --bgColor: #e7e7e7;
}

.multiSelect-cust {
    overflow-y: scroll;
    width: 215px;
    height: 250px;
    padding: 13px 0;
    border: 1px solid #D6D7D8;
    border-left: none;
    border-radius: 0 5px 5px 0;
    box-shadow: none !important;
    font-size: 14px;
    color: #313A41;
    font-weight: 600;
    margin-top: -34px;
    margin-left: -16px;
}

    .multiSelect-cust div {
        font-size: 14px;
        color: #888F92;
        /*#313A41;*/
        font-weight: 600;
    }


/*/ latest megamenu /*/
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }

/*/ nav-link-firs /*/
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 999;
}

    .dropdown-content a {
        display: block;
    }

.dropdown:hover .dropdown-content {
    display: block;
}

.res-top-oc {
    position: absolute;
    /*background-color: #fff;*/
    left: 27px;
    z-index: 9;
    top: -27px;
    width: 15px;
}

.arrow-icon-cust-al-si {
    height: 12px;
    margin-bottom: 3px;
}




@media screen and (-webkit-min-device-pixel-ratio:0) {
    .navbar {
        position: relative !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        padding: .5rem 1rem !important;
    }

    .navbar-expand-md {
        -ms-flex-flow: row nowrap !important;
        flex-flow: row nowrap !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .header_left .navbar {
        position: static !important;
        padding: 0px !important;
    }

    *, ::after, ::before {
        box-sizing: border-box;
    }
}

.white-mobile-nav {
    background-color: #fff;
    width: 225px;
    height: 250px;
    padding-left: 18px;
}


.nav-mobile {
    background: none; /*#446cb3*/
    color: #fff;
    padding: 0;
    margin: 0;
    cursor: auto;
    font-size: 18px;
    list-style-type: none;
    box-shadow: 0 5px 5px -5px #333;
}

    .nav-mobile:after {
        content: "";
        display: table;
        clear: both;
    }

    .nav-mobile svg {
        height: 45px;
        width: 65px;
        padding: 9px;
    }

        .nav-mobile svg path {
            fill: #899193;
        }

        .nav-mobile svg.icon-close {
            display: none;
            padding: 15px;
        }

    .nav-mobile li {
        width: 100%;
        height: 45px;
        line-height: 46px;
        text-align: center;
        float: left;
    }

        .nav-mobile li a {
            display: block;
            color: #888F92;
            width: 100%;
            height: 100%;
            text-decoration: none;
        }

    .nav-mobile .menu-button {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        cursor: pointer;
        display: block;
    }

        .nav-mobile .menu-button:after {
            opacity: 0;
            top: 80px;
            content: "";
            width: 100vw;
            display: block;
            position: fixed;
            height: 100vh;
            background: rgba(0, 0, 0, 0);
            content: "";
            pointer-events: none;
            transition: opacity 0.2s cubic-bezier(0, 0, 0.3, 1);
            transition-delay: 0.1s;
        }

    .nav-mobile #menu-toggle {
        display: none;
    }

        .nav-mobile #menu-toggle.active ~ .menu-button .icon-close,
        .nav-mobile #menu-toggle:checked ~ .menu-button .icon-close {
            display: block;
        }

        /* .nav-mobile #menu-toggle.active~.menu-button .icon-open,
        .nav-mobile #menu-toggle:checked~.menu-button .icon-open {
            display: none;
        } */

        .nav-mobile #menu-toggle.active ~ .menu-button:after,
        .nav-mobile #menu-toggle:checked ~ .menu-button:after {
            opacity: 1;
            pointer-events: auto;
            transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
        }

        .nav-mobile #menu-toggle.active ~ .menu-sidebar,
        .nav-mobile #menu-toggle:checked ~ .menu-sidebar {
            transform: translateX(0);
            transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);
        }

    .nav-mobile .menu-container {
        width: 65px;
        float: left;
        cursor: pointer;
        position: absolute;
        top: 14px;
        z-index: 99;
    }

        .nav-mobile .menu-container .menu-sidebar {
            display: block;
            margin: 50px 0 0 -15px;
            width: 65vw;
            bottom: 0;
            background: white;
            color: #888F92;
            position: sticky;
            transform: translateX(-405px);
            transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);
            z-index: 2;
            list-style-type: none;
            padding: 10px 0;
            max-width: 215px;
            height: 250px;
            border-radius: 0 5px 5px 0;
            border: 1px solid #D6D7D8;
        }

            .nav-mobile .menu-container .menu-sidebar .arrow {
                position: absolute;
                line-height: 32px;
                font-size: 32px;
                color: #555;
                top: -4px;
                z-index: 0;
            }

                .nav-mobile .menu-container .menu-sidebar .arrow.left {
                    left: 18px;
                }

                .nav-mobile .menu-container .menu-sidebar .arrow.right {
                    right: 18px;
                }

            .nav-mobile .menu-container .menu-sidebar li {
                font-size: 14px;
                text-align: left;
                position: relative;
                padding-left: 18px;
                height: 32px;
                line-height: 32px;
                color: #313A41;
                font-weight: 600;
            }

                .nav-mobile .menu-container .menu-sidebar li:hover {
                    background: #eee;
                }

                .nav-mobile .menu-container .menu-sidebar li .menu-sub {
                    position: fixed;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    width: 0;
                    overflow: hidden;
                    background: white;
                    visibility: hidden;
                    transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
                    border-left: 1px solid #ccc;
                    list-style-type: none;
                    padding: 10px 0;
                    margin: 0;
                    z-index: 2;
                    max-width: 215px;
                    min-height: 250px;
                    overflow: scroll;
                    border-radius: 0 5px 5px 0;
                }

                    .nav-mobile .menu-container .menu-sidebar li .menu-sub li {
                        overflow: hidden;
                    }

                    .nav-mobile .menu-container .menu-sidebar li .menu-sub .menu-sub-title {
                        padding-left: 32px;
                        border-bottom: 1px solid #D6D7D8;
                    }

                .nav-mobile .menu-container .menu-sidebar li .submenu-label {
                    cursor: pointer;
                    width: 100%;
                    height: 100%;
                    display: block;
                    color: #888F92;
                    font-weight: 600;
                }

                .nav-mobile .menu-container .menu-sidebar li .submenu-toggle {
                    display: none;
                }

                    .nav-mobile .menu-container .menu-sidebar li .submenu-toggle.active ~ .menu-sub,
                    .nav-mobile .menu-container .menu-sidebar li .submenu-toggle:checked ~ .menu-sub {
                        width: 65vw;
                        visibility: visible;
                        z-index: 1;
                        transition: width 0.35s cubic-bezier(0, 0, 0.3, 1);
                    }

            .nav-mobile .menu-container .menu-sidebar .arrow.right img {
                height: 12px;
            }

            .nav-mobile .menu-container .menu-sidebar .arrow.left img {
                height: 12px;
            }

.showDropDownOrMega {
    display: block;
}

.hideDropDownOrMega {
    display: none;
}

@media (min-width: 200px) and (max-width: 768px) {
    .res-desk-nav {
        display: none;
    }
}

@media (min-width:220px) and (max-width:767px) {
    .mob-bor-ad {
        padding: 5px 0;
        width: 215px;
        border: 1px solid #D6D7D8;
        border-radius: 5px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        margin-bottom: 10px;
        margin-left: -15px !important;
    }
}

@media (min-width:768px) and (max-width:4000px) {
    .mob-bor-ad {
        padding: 0;
        width: fit-content;
        border: none;
        margin-bottom: 00px;
        margin-left: -10px !important;
    }
}

@media (min-width:1024px) and (max-width:1251px) {
    .marg-g {
        margin-left: 20px;
    }
}

@media (min-width:220px) and (max-width:1024px) {
    .marg-g {
        margin-left: 0px;
    }
}

@media (min-width:1251px) and (max-width:4000px) {
    .marg-g {
        margin-left: 0px;
    }
}

@media (min-width:767px) and (max-width:4000px) {
    .res-nav {
        display: none;
    }

    .res-desk-nav {
        display: block;
    }
}

@media (min-width:200px) and (max-width:767px) {
    .res-nav {
        display: block;
    }

    .res-desk-nav {
        display: none;
    }
}

@media (min-width:1024px) and (max-width:4000px) {
    .header_left .megamenu-content:before {
        position: absolute;
        top: -20px;
        left: 15%;
        z-index: 9;
    }

    .header_left .megamenu-content:after {
        position: absolute;
        left: 15%;
        top: -20px;
        z-index: 1;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .header_left .megamenu-content:before {
        position: fixed;
        top: 47px;
        left: 19%;
        z-index: 9;
    }

    .header_left .megamenu-content:after {
        position: fixed;
        left: 19%;
        top: 47px;
        z-index: 1;
    }
}

.nav-mobile {
    padding: 14px 8px 7px 0px;
}

    .nav-mobile .menu-container .menu-sidebar {
        margin: 50px 0 0 -31px;
        overflow-x: scroll;
    }


ul.levelone {
    scrollbar-width: thin;
    scrollbar-color: #888F99 #fff !important;
    direction: rtl;
}

.header_left .megamenu-content {
    left: 10%;
}

.header_left .navbar-nav > li {
    position: relative !important;
}

.megamenu-content ul li a {
    overflow: hidden;
}

.nav-mobile svg {
    padding: 14px 8px 7px 0px;
}

.nav-mobile .menu-container .menu-sidebar {
    margin: 50px 0 0 -31px;
}

.res-top-oc {
    left: 35px;
}

.user_profile img {
    max-width: 18px;
    padding-bottom: 3px;
}

.buttonsearch img {
    max-height: 18px;
}

.sub-menu-head {
    border-top: 1px solid #D6D7D8;
    border-bottom: 1px solid #D6D7D8;
}

.nav-mobile .menu-container .menu-sidebar li .menu-sub .menu-sub-title {
    border-bottom: none;
}

.leveltwi-modified {
    height: 298px;
    margin-top: -20px;
    padding-top: 20px;
    scrollbar-color: #888F99 #ffffff;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: thin;
}

    .leveltwi-modified::-webkit-scrollbar {
        width: 7px !important;
    }


    .leveltwi-modified::-webkit-scrollbar-track {
        background: transparent !important;
    }


    .leveltwi-modified::-webkit-scrollbar-thumb {
        background: #888F92 !important;
        border-radius: 4px !important;
    }


        .leveltwi-modified::-webkit-scrollbar-thumb:hover {
            background: #888F99;
        }

.megamenu-content li > a {
    line-break: anywhere;
}

.megamenu-content li.has_dropdown > a {
    /*line-break: anywhere;*/
    line-break: auto;
}

.nav-mobile .menu-container .menu-sidebar li {
    padding-right: 20px;
    height: max-content;
    line-break: anywhere;
}

@media (min-width: 767px) and (max-width: 1024px) {
    .header_left .megamenu-content:after {
        left: 145px !important;
    }
}

@media (min-width: 767px) and (max-width: 1024px) {
    .header_left .megamenu-content:before {
        left: 145px !important;
    }
}

@media (min-width: 1024px) {
    .header_left .megamenu-content:after {
        left: 8px !important;
    }
}

@media (min-width: 1024px) {
    .header_left .megamenu-content:before {
        left: 8px !important;
    }
}

@media (min-width: 400px) and (max-width: 767.98px) {
    .fixed_hero_banner .btn_primary {
        padding: 6.5px 15px;
    }
}

@media (max-width: 768px) {
    .bottom_nav .nav_block p.text-icon-button {
        font-size: 11px !important;
    }
}




@media (min-width: 399px) {
    .fixed_hero_banner-square > .grid2 {
        left: 2%;
        bottom: 15%;
    }
}

@media (max-width: 499.98px) {
    .foot_banner_block {
        padding-bottom: 0px;
    }
}

@media (max-width: 400px) {
    .foot_banner_block {
        padding-top: 60px;
        padding-bottom: 20px;
    }
}


@media (min-width: 768px) and (max-width: 1024px) {
    .grid_products .grid_caption {
        width: 100%;
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .grid_products .grid_caption h2 {
        margin-bottom: 8px !important;
    }
}

@media (max-width: 767px) {
    .grid_products .grid_caption {
        width: 100% !important;
        display: block !important;
    }
}

.disableLinkMenu {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.navbar-expand-md .navbar-nav .bdr {
    padding-left: 5px !important;
    padding-right: 5px !important;
    border-radius: 5px;
    border: 1px solid #ffffff00;
}

.scrol-fix {
    margin-left: -20px !important;
    padding-left: 33px !important;
}

.p-z-index {
    position: relative;
    z-index: 99999;
}

@media (min-width:200px) and (max-width: 399px) {
    .fixed_hero_banner .container {
        max-width: 100%;
        padding: 0 9%;
        margin-top: 50px !important;
    }
}

@media (min-width:1821px) {
    .fixed_hero_banner .container {
        margin-top: 92px !important;
    }
}

@media (min-width:2248.33px) {
    .fixed_hero_banner .container {
        margin-top: 218px !important;
    }
}

@media (min-width:2277px) {
    .fixed_hero_banner .container {
        margin-top: 219px !important;
    }
}

@media (min-width:2732px) {
    .fixed_hero_banner .container {
        margin-top: 374px !important;
    }
}

@media (min-width:3372.5px) {
    .fixed_hero_banner .container {
        margin-top: 592px !important;
    }
}

@media (min-width: 4496.67px) {
    .fixed_hero_banner .container {
        margin-top: 963px !important;
    }
}
