@import url('https://fonts.googleapis.com/css?family=Hind:400,600');

:root {
    --primary: #f4c108;
    --secondary: #a5a5a5;
}

* {
    scroll-behavior: smooth;
    outline: none;
}

html,
body {
    height: 100%;
}

::selection {
    background-color: var(--primary);
    color: white;
}

img {
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

p {
    text-align: justify;
}

.bi {
    font-family: bootstrap-icons;
}

a:hover {
    text-decoration: none;
}

.left_box>a {
    text-decoration: none;
}

.searchbox {
    height: 60%;
    border-radius: 10px;
    padding: 10px;
    width: 97%;
    margin-bottom: 20px;
    outline: none;
    border: 1px solid var(--primary);
    font-size: 15px;
    color: #525252;
    text-indent: 5px;
}

::placeholder {
    color: #b3b1b1;
}

.top_icon {
    color: white;
    font-size: 27px;
}

.whatsapp_icon,
.enquiry,
.map_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    text-align: center;
    font-size: 20px;
}

.whatsapp_icon {
    height: 43px;
}

.enquiry {
    height: 45px;
}

.map_icon {
    height: 50px;
}

.footer_media {
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 10;
    cursor: pointer;
    right: 5px;
    height: fit-content;
    margin: auto;
}

.footer_media img {
    margin-bottom: 8px;
}

.error_txt {
    color: red;
    font-size: 12px;
}

/* NAVIGATION */

header .topmenu {
    background: #f0f0f0;
    border-top: solid 1px #f0f0f0;
    border-bottom: solid 1px #f0f0f0;
}

/*Navbar*/
.affix {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    box-shadow: 0px 0.5px 4px #c3c2c2;
}

.navbar {
    z-index: 5;
    padding: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background: #fff;
    box-shadow: 0px 3px 2px 0px #00000036;
}

.navbar-header {
    padding-left: 85px;
}

.navbar-nav {
    float: right;
}

.navbar-nav>li {
    height: 65px;
    line-height: 65px;
    border-bottom: 3px solid #00000000;
    transition: all .5s ease-in-out;
}

.navbar-nav>li:hover,
.navbar-nav>li:active,
.navbar-nav>li:focus {
    border-bottom: 2px solid var(--primary) !important;
    background: #f0f0f0 !important;
    color: var(--primary) !important;
}

.navbar-nav>li>a {
    color: #808282 !important;
    font-size: 13.5px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 10px;
}

.navbar-toggler {
    background-color: #0000001a;
    border: 1px solid #fff;
    border-radius: 0;
}

.navbar-toggler .navbar-toggler-icon {
    background-color: #fff !important;
}

.navbar-collapse {
    max-height: none !important;
}

.navbar-collapse>ul.navbar-nav>li>a.active {
    color: var(--primary) !important;
    font-weight: bold;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown-submenu .dropdown-menu {
    display: none !important;
}

.dropdown-submenu:hover .dropdown-menu {
    display: block !important;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu {
        position: absolute;
        left: -280px;
    }

    .dropdown-cust.mega-menu .dropdown-item {
        border-right: 1px solid #e0e0e0;
    }

    .dropdown-cust.mega-menu {
        margin-top: 0px;
        min-width: 450px;
        padding: 0;
        border-top: 2px solid var(--primary);
        border-left: 2px solid #01010100;
        border-right: 2px solid #01010100;
        border-bottom: 2px solid var(--primary);
        border-radius: 0;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu {
        position: absolute;
        left: -300px;
    }
}

.dropdown-cust {
    margin-top: 0px;
    min-width: 220px;
    padding: 0;
    border-top: 2px solid var(--primary);
    border-left: 2px solid #01010100;
    border-right: 2px solid #01010100;
    border-bottom: 2px solid var(--primary);
    border-radius: 0;
}

.dropdown-cust .dropdown-item {
    display: block;
    width: 100%;
    padding: 0px 1rem;
    margin: 0px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    clear: both;
    font-weight: 400;
    color: #61666b;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border-bottom: 1px solid #e0e0e0;
}

.dropdown-cust .dropdown-item:hover,
.dropdown-cust .dropdown-item.active {
    background: #f0f0f0;
}

@media (max-width: 991px) {
    .navbar>.container .navbar-nav {
        float: left;
        border-top: 1px solid #ddd;
        width: 100%;
    }

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        padding: 12px 0px;
        margin-left: -10px;
    }

    .navbar-toggle {
        margin-right: 0;
    }

    .navbar .search-open {
        width: 100%;
    }

    .navbar-nav>li {
        height: auto;
        line-height: 35px;
        border-bottom: 3px solid #00000000;
        transition: all .5s ease-in-out;
        border-bottom: 1px solid #ddd;
    }

    .navbar-nav>li.active,
    .navbar-nav>li:hover,
    .navbar-nav>li:active {
        border-bottom: 2px solid #ddd;
        background: #f0f0f0;
    }

    .navbar li>.search {
        display: none;
    }

    .navbar .search-open {
        right: 0;
        top: 0;
        display: block;
        height: auto;
        line-height: 50px;
        padding: 4px;
        position: relative;
        box-shadow: none;
        background: none;
        z-index: 1;
    }

    .dropdown-cust {
        margin-top: -2px;
        min-width: 220px;
        padding: 0;
        border-left: 2px solid #01010100;
        border-right: 2px solid #01010100;
        border-bottom: 2px solid var(--primary);
        border-radius: 0;
        z-index: 0;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .affix {
        top: 0;
        right: 0;
        left: 0;
        z-index: 10;
        box-shadow: 0px 0.5px 4px #c3c2c2;
    }

    .top-menubar {
        display: none;
    }

    .container {
        max-width: 100%;
    }

    .navbar>.container .navbar-brand,
    .navbar>.container .navbar-toggler,
    .navbar>.container-fluid .navbar-brand {
        margin: 8px 10px;
    }

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        padding: 8px 0px;
    }

    .navbar-nav>li {
        line-height: 25px;
        padding: 0 20px;
        border-bottom: 3px solid #00000000;
        transition: all .5s ease-in-out;
        border-bottom: 1px solid #ddd;
    }

    .navbar-nav>li.dropdown .dropdown-menu {
        margin-bottom: 15px;
    }

    .top-menubar-nav {
        display: block;
    }
}

@media (min-width: 1600px) {
    .dropdown-cust .dropdown-item {
        font-size: 15px;
    }
}

.modal_footer {
    width: 60%;
}

@media only screen and (max-width: 650px) {
    .modal_footer {
        width: 70%;
    }
}

.map iframe {
    border: 0;
    object-fit: contain;
    height: 400px;
    width: 100%;
}

.sitemap_div li {
    list-style: none;
    display: flex;
    align-items: center;
}

.sitemap_div li a {
    color: #292929;
    margin-left: 0;
    transition: all .5s;
}

.sitemap_div li a:hover {
    margin-left: 3px;
    color: var(--primary);
    transition: all .5s;
}

.sitemap_div li::before {
    line-height: 35px;
    content: '\F231';
    color: var(--primary);
    font-family: bootstrap-icons;
}

.disclaimer a {
    color: var(--primary);
}

/*Thumb list*/

/*footer bottom*/

.footer-s1 .heading-footer {
    text-align: left;
    position: relative;
    padding-bottom: 2px;
}

.footer-s1 .heading-footer:after {
    left: 0;
    bottom: 0;
    height: 1px;
    width: 50px;
    content: " ";
    background: #000000;
    position: absolute;
}

.footer-s1 .heading-footer h2 {
    color: #000000;
    font-size: 18px;
    text-transform: none;
}

.footer-s1 .footer .link-list {
    margin-bottom: 0;
}

.footer-s1 .footer .link-list li {
    padding: 2px 0px;
}

.footer-s1 .footer .link-list li:last-child {
    padding-top: 0;
    border-top: none;
}

.footer-s1 a,
.footer-s1 p {
    color: #000000;
    font-size: 14px;
    margin-bottom: 3px;
    display: inline-block;
}

.footer-s1 a:hover {
    color: #ffffff;
    text-decoration: none;
}

.footer-s1 .footer .link-list li small {
    color: #ffffff;
    display: block;
}

.address-details-f {
    font-size: 16px;
    line-height: 28px;
}

.address-details-f i {
    color: #000000;
}

.address-details-f .call a:hover {
    color: #f7ff06;
    text-decoration: none;
}

.footer-s1 .footer .thumb-list>li {
    margin-bottom: 20px;
}

.footer-s1 .footer .thumb-list>li:before,
.footer-s1 .footer .thumb-list>li:after {
    content: " ";
    display: table;
}

.footer-s1 .footer .thumb-list>li:after {
    clear: both;
}

.footer-s1 .footer .thumb-list>li img {
    float: left;
    width: 80px;
    height: auto;
    margin-right: 10px;
}

.footer-s1 .footer .thumb-list>li a {
    color: #ffffff;
    display: block;
    padding-bottom: 8px;
    text-decoration: none;
}

.footer-s1 .footer .thumb-list>li a:hover {
    color: #f7ff06;
}

.footer-s1 .footer .thumb-list>li small {
    color: #ffffff;
    font-size: 13px;
}

.footer_innerdiv {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 600px) {
    .footer_innerdiv {
        display: block;
    }
}

.address h1,
.address h2 {
    font-weight: 400;
    font-size: 23px;
}

address.address-details-f,
address.address-details-f a {
    color: #000000;
    font-size: 14px;
}

address.address-details-f a:hover {
    color: var(--primary);
}

.social-icon-f li {
    float: left;
    margin: 10px;
}

#footer-bottom {
    background-color: #000000;
    padding: 15px 0;
}

#footer-copyrights p {
    margin: 0;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
}

.footer-s1 .footer {
    padding: 20px 0 0 0;
    background-color: var(--primary);
}

.footer-s1 .footer .comp-desc-f p {
    margin-top: 10px;
    color: #000000;
    font-size: 15px;
}

#footer-copyrights p,
#footer-copyrights a {
    color: #ffffff;
}

#footer-copyrights a:hover {
    color: var(--primary);
}

#footer-copyrights span {
    border-left: 2px solid #ffffff;
    padding-left: 10px;
    margin-left: 10px;
}

.btn-back-to-top {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: 45px;
    bottom: 20px;
    right: 20px;
    transition: 0.25s ease;
    font-size: 20px;
    border-radius: 50%;
    border: 2px solid black;
    background-color: var(--primary);
    display: none;
}

.btn-back-to-top:hover {
    background-color: var(--primary);
    color: white;
}

.go-top {
    display: none;
}

.top_butt {
    position: fixed;
    height: 40px;
    width: 40px;
    right: 10px;
    bottom: 10px;
    z-index: 100;
    border-radius: 50%;
    border: 3px solid black;
    background-color: var(--primary);
}

.top_butt i {
    font-size: 22px;
    color: #000000;
}

.top_butt:focus,
.top_butt:hover {
    transform: scale(1.1);
    cursor: pointer;
}

@media (min-width: 1600px) {

    address.address-details-f,
    address.address-details-f a {
        color: #ffffff;
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .footer .container {
        width: 90%;
    }

    .footer-s1 .heading-footer h2 {
        color: #ffffff;
        font-size: 18px;
        margin-top: 30px;
        text-transform: none;
    }

    .footer-s1 .heading-footer {
        text-align: left;
        position: relative;
        margin-bottom: 10px !important;
        padding-bottom: 2px;
    }

    .footer-s1 .footer .link-list li {
        padding: 5px 0px;
    }

    .address-details-f {
        line-height: 35px;
    }

    .footer-s1 .footer {
        padding: 0;
    }
}

/* bg_top */
.top_boxHome {
    margin-top: 65px;
}

.top_box {
    margin-top: 70px;
}

.logo {
    height: 150px;
    width: auto;
}

.heading_top {
    margin: auto;
    border-radius: 20px;
    background-color: #80808066;
    padding: 20px;
    width: 70%;
    color: #000000;
    font-weight: 500;
    /* font-family: 'Courier New', Courier, monospace; */
}

/* carousel */

.carousel-item {
    border-radius: 20px;
    border: 1px solid var(--primary);
    overflow: hidden;
}

.carousel-item h2 {
    background-color: #a5a5a5;
    color: white;
    text-align: center;
    margin-bottom: 0;
    font-size: 25px;
    padding: 15px 0;
}

.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);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
    height: 100%;
}

.item:nth-child(1) {
    background: #74C390;
}


.item:nth-child(3) {
    background: #E46653;
}

/*  */

.dropdown-block {
    position: relative;
    top: 22%;
    text-align: center;
}

.home-dropdown {
    height: 60px;
    width: 200px;
    font-size: 17px;
    color: black;
    padding-left: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: none;
}

.input-box {
    font-size: 17px;
    padding-left: 35px;
    width: 420px;
    height: 60px;
    color: #272727;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: none;
    margin-left: -5px;
}

.search {
    left: 10px;
    color: #292929;
    font-size: 14px;
}

.search>::placeholder {
    text-align: left;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #424242;
}

.top_caro {
    display: none;
}

@media screen and (max-width: 990px) {
    input.input-box {
        margin-top: 5px;
        width: 500px;
        border-radius: 10px;
    }

    .top_caro {
        display: flex;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .right_caro {
        display: none;
    }

    select.home-dropdown {
        width: 500px;
        border-radius: 10px;
    }

    span.search {
        left: 10px;
    }

    div.background {
        height: 550px;
    }
}

@media screen and (max-width: 360px) {
    .navbar>.container .navbar-brand {
        width: 100px;
    }
}

@media screen and (max-width: 425px) {
    .top_caro {
        display: flex;
    }

    .right_caro {
        display: none;
    }

    header {
        font-size: 28px;
        margin-bottom: 20px;
    }

    input.input-box {
        margin-top: 10px;
        width: 300px;
    }

    select.home-dropdown {
        width: 300px;
    }
}

.leuxze_img {
    width: auto;
    height: 25px;
}

/* left_box : products */
.pro_price {
    color: var(--primary);
}

.whats {
    color: #000000;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.whats:hover {
    text-decoration: none;
    color: #23b73c;
}

.top_what {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.top_what span {
    font-weight: normal;
    font-size: 19px;
}

.top_whatsapp {
    color: #23b73c;
    font-size: 30px;
    font-weight: 900;
}

.left_box {
    line-height: 30px;
}

.pro_logo {
    height: 100px;
    width: 100px;
    border: 1px solid #b3b1b1;
}

.pro_desc {
    font-weight: 700;
}

.heading {
    background: var(--primary);
    border-radius: 10px;
    color: white;
    padding: 8px 10px;
    font-weight: bold;
    font-size: 21px;
}

.product-header {
    padding-bottom: 6px;
    padding-top: 15px;
}

.product-itam {
    color: #535353;
    font-size: 14px;
}

.product-text {
    text-align: justify;
}

.head-box-product {
    background-color: var(--secondary);
    width: 100%;
    padding: 10px;
    border-radius: 8px 8px 0px 0px;
    color: white;
    font-weight: 400;
    font-size: 22px;
}

.items {
    display: flex;
    align-items: center;
    padding-top: 5px;
    border-bottom: 1px solid #c4c2c2;
    color: #535353;
    font-size: 13.5px;
}

.items.active {
    color: var(--primary);
    font-weight: bold;
}

.item_last {
    padding-top: 5px;
    color: #5e5d5d;
    font-size: 13.5px;
    padding-left: 0;
    margin-bottom: 7px;
}

.items:hover {
    color: var(--primary);
}

.item_last:hover {
    color: var(--primary);
}

.items>p {
    margin-left: -13px;
    margin-bottom: 1.5px;
}

.item_last>p {
    margin-left: -13px;
}

.page1 {
    color: var(--primary);
}

.back_page {
    text-align: center;
    color: var(--primary);
    padding: 3px;
    width: 120%;
}

.back_page:hover {
    color: #000000;
}

@media (min-width:0px) and (max-width:480px) {
    .about {
        padding-top: 0 !important;
    }

    .right_box {
        margin-left: -10px;
    }

    .whatsapp_icon,
    .enquiry,
    .map_icon {
        height: 40px;
    }
}

@media (min-width:481px) and (max-width:1100px) {
    .back_page {
        margin-left: 150%;
    }
}

/* about */
.about {
    line-height: 30px;
    padding-top: 70px;
}

.wow {
    margin: auto;
    /* font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
}

.para {
    padding-top: 25px;
}

.btn_read {
    background-color: transparent;
    border: none;
    color: var(--primary);
    padding: 3px 15px;
    border: 2px solid var(--primary);
    border-radius: 10px;
    font-weight: bold;
}

.btn_read:hover {
    background-color: var(--primary);
    color: #000000;
}

.home_product {
    height: 100%;
    display: flex;
    align-items: center;
}

.home_product.pro_small_img {
    align-items: start;
}

.services_box {
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 2px 6px 0px #0000008c;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    /* margin-bottom: 30px; */
}

.sub_box {
    margin-top: 30px;
}

.services_box img {
    width: 100%;
    max-height: 220px;
    object-fit: cover;
}

.img-fluid {
    height: 130px;
    width: 130px;
}

.bg-gradiant {
    background: var(--primary);
}

.Benefits-text {
    color: var(--primary);
    align-items: center;
}

/* OTHER HOME PAGE */

.home-p {
    z-index: 1;
    padding: 100px 0;
    position: relative;
}

.home-p.breadcrumbs-lg {
    padding: 200px 0;
}

.home-p.pages-head1 {
    background: url(../img/la-inner-banner.webp) no-repeat;
    background-size: cover;
    background-position: center center;
}

.home-p.pages-head2 {
    background: url(../img/la-inner-banner.webp) no-repeat;
    background-size: cover;
    background-position: center center;
}

.home-p.pages-head3 {
    background: url(../img/la-inner-banner.webp) no-repeat;
    background-size: cover;
    background-position: center center;
}

.home-p.pages-head4 {
    background: url(../img/img/banner-4.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.home-p:after {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: #000000b3;
}

.home-p h1 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
}

.home-p p {
    color: #fff;
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 0;
    text-transform: uppercase;
}

.home_products .product_box {
    width: 342px;
}

@media (max-width: 992px) {
    .home-p.breadcrumbs-lg {
        padding: 100px 0;
    }
}

@media (max-width: 768px) {

    .home-p,
    .home-p.breadcrumbs-lg {
        padding: 50px 0;
    }

    .home-p h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .home-p p {
        font-size: 18px;
    }
}

/* STORY */

#story {
    padding-bottom: 50px;
}

.story-desc {
    padding-bottom: 40px;
}

.story-desc>h6 {
    color: var(--primary);
    font-weight: 700;
}

.story-descb {
    padding: 10px 10px 30px 10px;
    margin: 60px 0;
    background: #f7f7f7;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.story-descb:hover {
    box-shadow: 2px 2px 6px 1px #9e9e9ec4;
    border-bottom: 5px solid var(--primary);
    margin-top: 55px;
    cursor: pointer;
}

.story-descb>i {
    font-size: 45px;
    height: 60px;
    line-height: 60px;
    color: #999;
}

.story-descb h6 {
    font-size: 18px;
    color: #666;
    padding: 25px 0 5px;
}

.story-descb p {
    color: #867f7f;
    font-size: 14px;
}

@media (max-width: 767px) {
    .story-descb {
        padding: 10px 10px 30px 10px;
        margin: 20px 0;
        background: #f7f7f7;
        text-align: center;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
}

@media (max-width: 585px) {
    .story-descb {
        padding: 10px 10px 30px 10px;
        margin: 20px 10%;
        background: #f7f7f7;
        text-align: center;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
}

@media (max-width: 420px) {
    .story-descb {
        padding: 10px 10px 30px 10px;
        margin: 20px 0%;
        background: #f7f7f7;
        text-align: center;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
}

@media (min-width: 1600px) {
    .story-desc>p {
        font-size: 16px;
    }

    .story-descb p {
        color: #867f7f;
        font-size: 16px;
    }
}

.heading-border-light {
    width: 30px;
    height: 5px;
    background-color: var(--primary);
    margin: 0 0 20px 0;
}

.abt_heading {
    text-transform: uppercase;
}

.abt_p {
    color: #64707b;
    font-size: 15px;
    text-align: justify;
}

/* enquiry model */

.confmodal-content {
    margin-top: 7%;
    margin-left: 40%;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 15px;
    width: auto;
    padding: 0px 15px 0px 15px;
    height: 50%;
}

.send_canbut {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_close {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 92%;
    font-size: 40px;
    text-align: center;
    color: black;
    cursor: pointer;
}


.form_cont {
    font-size: 14px;
}

::placeholder {
    font-size: 16px;
    font-weight: 200;
}

.form_cont form {
    display: table;
}

.form_cont form p {
    display: table-row;
}

.form_cont form p label {
    display: table-cell;
    width: 20%;
    font-weight: 400;
}

.form_cont form p input {
    display: table-cell;
    margin-left: 5px;
    width: 100%;
}

.form_cont form p textarea {
    display: table-cell;
    margin-left: 5px;
    width: 100%;
}

.mupdate_but,
.mcancel_but {
    margin: auto;
    background-color: transparent;
    border-radius: 10px;
    padding: 4px;
    width: 100px;
    font-size: 16px;
}

.mupdate_but {
    border: 1px solid var(--primary);
    color: var(--primary);
}

/* .mupdate_but:hover,
.mcancel_but:hover {
    transform: scale(1.1);
    transition: all .5s;
} */

.mcancel_but {
    border: 1px solid var(--secondary);
    color: var(--secondary);
}

.mupdate_but:hover {
    background-color: var(--primary);
    color: black;
}

.mcancel_but:hover {
    background-color: var(--secondary);
    color: white;
}

.model_heading {
    font-size: 18px;
    font-weight: 400;
}

.textarea_label {
    margin-top: 10px;
}

@media screen and (max-width: 1100px) {
    .confmodal-content {
        margin-top: 100px;
        margin-left: 200px;
        width: auto;
        height: 35%;
    }

    /* .mupdate_but {
        margin-left: 7%;
    }

    .mcancel_but {
        margin-left: 28%;
    } */

    .updatemodal-content {
        width: 100%;
        height: auto;
        margin: auto;
        padding: 20px;
    }
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    backdrop-filter: blur(3px);
    z-index: 2;
}

@media screen and (max-width: 425px) {
    .confmodal-content {
        margin-top: 100px;
        margin-left: 70px;
        width: auto;
        height: 40%;
    }

    /* .mcancel_but {
        margin-left: 18%;
    } */

    .updatemodal-content {
        width: 100%;
        padding: 20px;
        height: auto;
        margin: auto;
    }
}

/* enquiry send model */

.updatemodal-content {
    margin: auto;
    padding: 20px;
    margin-top: 200px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 15px;
    width: auto;
    height: 120px;
    padding-bottom: 20px;
}

.mupupdate_but {
    position: absolute;
    background-color: var(--primary);
    border-radius: 10px;
    border: none;
    color: white;
    padding: 4px;
    width: 100px;
    font-size: 16px;
}


.modal#sentEnquiry .modal-content svg,
.modal#failedEnquiry .modal-content svg {
    width: 100px;
    display: block;
    margin: 0 auto;
}

.modal#sentEnquiry .modal-content .path,
.modal#failedEnquiry .modal-content .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}

.modal#sentEnquiry .modal-content .path.circle,
.modal#failedEnquiry .modal-content .path.circle {
    -webkit-animation: dash 0.9s ease-in-out;
    animation: dash 0.9s ease-in-out;
}

.modal#sentEnquiry .modal-content .path.line,
.modal#failedEnquiry .modal-content .path.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash 0.95s 0.35s ease-in-out forwards;
    animation: dash 0.95s 0.35s ease-in-out forwards;
}

.modal#sentEnquiry .modal-content .path.check .modal#failedEnquiry .modal-content .path.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check 0.95s 0.35s ease-in-out forwards;
    animation: dash-check 0.95s 0.35s ease-in-out forwards;
}

#sentEnquiry .close,
#failedEnquiry .close {
    top: 10px;
    right: 0;
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}


@media screen and (max-width: 391px) {
    .navbar-brand img {
        height: 27px;
    }
}

@media (min-width: 1101px) and (max-width: 2000px) {
    .enquirySentmodal {
        width: 60%;
    }
}

@media (min-width: 0px) and (max-width: 1100px) {
    .enquirySentmodal {
        width: 80%;
    }
}

/* about */

#about-p1 {
    margin: 100px 0;
}

.about-p1-cont {
    padding: 0 10px 0 200px;
}

.about-p1-cont h1 {
    font-size: 60px;
    font-weight: 700;
    color: #2196f3;
    padding-bottom: 10px;
}

.about-p1-img {
    padding-top: 250px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .about-p1-cont {
        padding: 0 10px 0 0px;
    }
}

@media (max-width: 768px) {
    .about-p1-cont {
        padding: 0 60px;
    }

    .about-p1-img {
        padding-top: 25px;
    }
}

@media (max-width: 420px) {
    .about-p1-cont {
        padding: 0 20px;
    }

    .about-p1-cont h1 {
        font-size: 45px;
        font-weight: 700;
        color: #2196f3;
        padding-bottom: 10px;
    }
}

/* ABOUT-P2 */

.about-p2 {
    padding: 30px 100px;
}

.about-p2-heading {
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
}

.about-p2-cont h5,
.about-p2-cont p {
    color: #fff;
}

.about-p2-cont h5 {
    font-weight: 700;
    line-height: 30px;
}

@media (max-width: 1200px) {
    .about-p2 {
        padding: 100px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .about-p2 .col-md-4:first-child {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .about-p2 .col-md-4:first-child img {
        text-align: center;
        display: block;
        margin: auto;
    }

    .about-p2 .col-md-4:nth-child(2),
    .about-p2 .col-md-4:nth-child(3) {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .about-p2 .col-md-4:first-child img {
        text-align: center;
        display: block;
        margin: 0 auto 40px auto;
    }
}

/* ABOUT-P3 */
.story-himg img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.about-p3 .container .story-himg-middle-u {
    display: block;
}

.about-p3 .container .story-himg-middle-l {
    display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .about-p3 .story-himg {
        padding-top: 50px;
    }
}

@media (max-width: 768px) {

    .about-p3 .container {
        padding-top: 20px;
    }

    .about-p3 .container .story-himg-middle-u {}

    .about-p3 .container .story-himg-middle-l {
        display: block;
    }
}

/* products */

/* new */
.home_products .prod_box_main {
    margin-bottom: 45px;
}

.prod_box_main {
    margin-bottom: 30px;
}

.product_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border-radius: 10px;
    box-shadow: 3px 2px 13px 0px #00000057;
}

.la-products .product_box:hover {
    cursor: pointer;
}

.product_box:hover .prod_img img {
    transform: scale(1.03);
}

.proInner_img {
    overflow: hidden;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prod_desc {
    height: 80px !important;
}

.product_box .prod_img,
.product_box .prod_desc {
    padding: 10px;
}

.product_box .prod_img {
    display: flex;
    justify-content: center;
    background-color: white;
    border-radius: 10px;
}

.product_box .prod_img img {
    transition: transform 0.3s ease;
    max-width: 240px;
    object-fit: contain;
}

.product_box .prod_desc {
    background-color: var(--secondary);
    border-radius: 0 0 10px 10px;
    color: white;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.heading.innerPage {
    font-size: 15px;
}

/* leuze products */
#leuze-products-div .product_box .prod_desc {
    border-radius: 10px 10px 0 0;
}

.product_box .link_small {
    color: var(--primary);
    font-size: 14px;
    /* height: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumbs_product span,
.breadcrumbs_product a {
    font-size: 14px;
    color: #000000;
}

.breadcrumbs_product a:hover {
    color: var(--primary);
}

/*  */
.product {
    border: 1px solid #b3b1b1;
    border-radius: 10px;
    padding: 10px;
    font-size: 15px;
    margin-bottom: 10px;
    margin-right: -20px;
}

.product:hover {
    border: 1px solid var(--primary);
}

.sub_prod>a {
    color: black;
    text-decoration: none;
}

.sub_prod>a>.col-12>p:hover {
    color: var(--primary);
    text-decoration: none;
}

.pro_img {
    height: 200px;
    width: 160px;
}

.whatsapp {
    color: #25d366;
    border: 1px solid #25d366;
    padding: 5px;
    font-size: 17px;
    text-align: center;
    border-radius: 17px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp span,
.email span {
    font-weight: 500;
}

.whatsapp:hover {
    color: white;
    padding: 5px;
    background-color: #25d366;
    font-size: 17px;
    text-align: center;
}

.email {
    color: var(--primary);
    border: 1px solid var(--primary);
    padding: 5px;
    font-size: 17px;
    text-align: center;
    border-radius: 17px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.email:hover {
    color: white;
    background-color: var(--primary);
}

.left_box {
    line-height: 30px;
    padding-bottom: 50px;
}

.pro_logo {
    height: 100px;
    width: 100px;
    border: 1px solid #b3b1b1;
}

.pro_desc {
    font-weight: 700;
}

.adv-icon {
    color: var(--primary);
}

.adv-text {
    text-align: justify;
    text-justify: inter-word;
}

.adv-text:hover {
    color: var(--primary);
}

.sub_desc {
    border: 1px solid var(--secondary);
    border-radius: 10px;
    margin-bottom: 30px;
}

.sub_desc ul,
.sub_desc_default ul {
    padding-top: 10px;
    padding-right: 15px;
}

.sub_desc ul li,
.sub_desc_default ul li {
    text-align: justify;
    text-justify: inter-word;
    margin-bottom: 10px;
}

.sub_desc ul li::marker,
.sub_desc ul li::marker,
.sub_desc_default ul li::marker {
    color: var(--primary);
}

.sec_adv ul li:hover {
    color: var(--primary);
}

.sub_desc div {
    padding: 5px 15px 0px 15px;
}

.page1 {
    color: var(--primary);
}

.page_no {
    background-color: #e5e5e5;
    padding: 10px;
    border-radius: 20px;
}

@media (min-width:0px) and (max-width:480px) {
    .product_box .prod_img img {
        max-width: 100%;
    }
}

@media (min-width:481px) and (max-width:1100px) {

    .right_box {
        margin-left: -10px;
    }
}

/* product details */

.prodetails_img {
    height: 200px;
    width: 150px;
    margin-left: 70px;
}

.sub_products>a {
    color: black;
    text-decoration: none;
}

.productdet {
    border: 1px solid #b3b1b1;
    border-radius: 10px;
    padding: 10px;
    font-size: 15px;
    margin-bottom: 10px;
    margin-right: -20px;
}

.product_heading {
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

@media screen and (max-width:480px) {
    .productdet {
        margin-right: 0px;
    }

    .carousel-item h2 {
        font-size: 13px;
    }
}

.productdet:hover {
    border: 1px solid var(--primary);
}

.product:hover p,
.productdet:hover p {
    color: var(--primary);
}

.sub_products>a>.col-12>p:hover {
    color: var(--primary);
    text-decoration: none;
}

.description_box {
    background-color: #f0f0f0;
    padding: 10px;
    border-radius: 10px;
}

.description_box>h4 {
    padding-top: 20px;
}

.desc_butt {
    background-color: var(--primary);
    padding: 10px;
    border: none;
    color: white;
    width: 150px;
    border-radius: 20px;
}

.related_heading>hr {
    color: var(--primary);
    border: 2px solid var(--primary);
    border-radius: 10px;
}

/* image gallery */

#single-product-p1 {
    padding: 100px 0 0 0;
}

.preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0px 2px 6px 0px #0000008c;
    border-radius: 10px;
    padding: 15px 0px;
}

@media screen and (max-width: 996px) {
    .preview {
        margin-bottom: 20px;
    }
}

.preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.tab-pane {
    transition: transform .2s;
    /* Animation */
}

.tab-pane:hover {
    transform: scale(1.1);
}

/* .list::before{
    content: "";
    height: 50px;
    width: 1px;
    position: absolute;

    background-color: transparent;
}
.list::after {
    content: "";
    height: 50px;
    width: 1px;
    position: absolute;
    background-color: #000000;
} */

.list {
    position: relative;
}

.list:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 0;
    right: -15px;
    /* Adjust this value to position the border centrally */
    height: 100%;
    border-right: 1px solid black;
}

.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px;
    justify-content: space-evenly;
}

.preview-thumbnail.nav-tabs li {
    width: 18%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preview-thumbnail.nav-tabs li img {
    max-width: 100%;
    display: block;
}

.preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.tab-content {
    overflow: hidden;
}

.product-box {
    border: 1px solid var(--secondary);
    border-radius: 10px;
}

.tab-content img {
    width: 82%;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}

@media screen and (min-width: 997px) {
    .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

h5.colors {
    width: 300px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 30px;
}

.product-title,
.price,
.sizes,
.colors {
    text-transform: UPPERCASE;
    font-weight: bold;
}

.checked,
.price span {
    color: #2196f3;
}

.product-title,
.rating,
.product-description,
.price,
.vote,
.sizes {
    margin-bottom: 15px;
}

.product-title {
    margin-top: 0;
}

.size {
    margin-right: 10px;
}

.size:first-of-type {
    margin-left: 40px;
}

.color {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 2em;
    width: 2em;
    border-radius: 2px;
}

.color:first-of-type {
    margin-left: 20px;
}


.not-available {
    text-align: center;
    line-height: 2em;
}

.not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff;
}

.orange {
    background: var(--primary);
}

.green {
    background: #85ad00;
}

.blue {
    background: #0076ad;
}

.tooltip-inner {
    padding: 1.3em;
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* SINGLE-PRODUCT-P1 */
.serv_img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.service-h-tab {
    margin: 40px 0 0 0;
}

.bold {
    font-weight: 700;
}

.padding-bottom-7 {
    padding-bottom: 7px;
}

.review-block {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    padding: 15px;
    border-radius: 3px;
    margin-bottom: 15px;
}

.review-block .col-sm-3 img {
    width: 100px;
    height: 100px;
}

.review-block-name {
    font-size: 12px;
    margin: 10px 0;
}

.review-block-date {
    font-size: 12px;
}

.review-block-rate {
    font-size: 13px;
    margin-bottom: 15px;
}

.review-block-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}

.review-block-description {
    font-size: 13px;
}

@media (max-width: 575px) {
    .review-block .col-sm-3 img {
        width: 70px;
        height: 70px;
    }

}

@media (min-width: 1600px) {
    .review-block-description {
        font-size: 15px;
    }
}

/* index page search box */
#suggestionsList {
    display: none;
    position: absolute;
    z-index: 1000;
    min-width: 360px;
    max-height: 200px;
    overflow-y: auto;
    top: 60%;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0px 4px 6px #0000001a;
}

#suggestionsList li {
    padding: 8px;
    cursor: pointer;
    color: #535353;
    font-size: 13px;
}

#suggestionsList li:hover a:hover {
    color: var(--primary) !important;
}
 .error-page {
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: white;
            padding: 20px;
            text-align: center;
        }

        .error-content img {
            width: 400px;
            animation: fadeIn 0.8s ease-out 0.2s both;
            object-fit: contain;
            height:350px;
        }

        .error-content h3 {
            font-size: 35px !important;
            font-weight: 600;
            color: #212529 !important;
            margin-bottom: 10px;

        }

        .error-content p {
            font-size: 16px;
            margin-bottom: 0;
            text-align: center;
            animation: fadeIn 0.8s ease-out 0.6s both;
            color: #a5a5a5 !important;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
            }

            to {
                opacity: 1;
            }
        }

        @media (max-width: 768px) {
           .error-content h3 {
                font-size: 25px !important;
            }

            .error-content p  {
                font-size: 14px !important;
            }
        }
