body {
    /* font-family: 'Archivo', sans-serif; */
    /* font-family: 'Graphik' , sans-serif; */
    /*font-family: "Raleway", sans-serif;*/
    font-family: "Inter", sans-serif;
    margin: 0px;
    padding: 0px;
    color: #161616;
    font-size: 16px;
    line-height: 24px;
    font-weight:400;

}

/* //////////////////////// */
/* Search Modal Styles */
.modalm {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    backdrop-filter: blur(5px);
}

.modal-contentm {
    background-color: #fff;
    margin: 10% auto;
    padding: 30px;
    border-radius: 10px;
    width: 90%;
    /*max-width: 600px;*/
    position: relative;
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.closem {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
    line-height: 1;
}

.closem:hover,
.closem:focus {
    color: #000;
    text-decoration: none;
}

.serach-logo {
    margin-bottom: 20px;
}

.serach-logo img {
    /*max-height: 60px;*/
}

.serach-fel {
    display: flex;
    gap: 10px;
}

.box {
    flex: 1;
    padding: 12px 15px;
    border: 2px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}

.box:focus {
    outline: none;
    border-color: #4CAF50;
}

.buts {
    padding: 12px 25px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.buts:hover {
    background-color: #45a049;
}
 .cart-table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
        }
        
        .cart-table th, .cart-table td {
            padding: 15px;
            text-align: center;
            border-bottom: 1px solid #ddd;
        }
        
        .cart-table th {
            background-color: #f8f9fa;
            font-weight: bold;
        }
        
        .product-img {
            width: 80px;
            height: 80px;
            object-fit: cover;
            border-radius: 5px;
        }
        
        .qty-input {
            width: 60px;
            padding: 5px;
            text-align: center;
            border: 1px solid #ddd;
            border-radius: 3px;
        }
        
        .btn-clear {
            background: #ff4444;
            color: white;
            border: none;
            padding: 5px 10px;
            border-radius: 3px;
            cursor: pointer;
        }
        
        .btn-clear:hover {
            background: #cc0000;
        }
        
        .total-section {
            background: #f8f9fa;
            padding: 20px;
            border-radius: 5px;
            margin: 20px 0;
            text-align: right;
        }
        
        .actions {
            text-align: center;
            margin: 30px 0;
        }
        
        .btn {
            display: inline-block;
            padding: 12px 30px;
            margin: 0 10px;
            text-decoration: none;
            border-radius: 5px;
            font-weight: bold;
        }
        
        .btn-continue {
            background: #6c757d;
            color: white;
        }
        
        .btn-checkout {
            background: #28a745;
            color: white;
        }
        
        .empty-cart {
            text-align: center;
            padding: 50px 20px;
        }
        
        .empty-cart h2 {
            color: #666;
            margin-bottom: 20px;
        }
    
         .checkout-container {
            max-width: 800px;
            margin: 0 auto;
        }
        .order-summary {
            background: #f8f9fa;
            padding: 20px;
            border-radius: 5px;
        }
        .order-item {
            display: flex;
            justify-content: space-between;
            padding: 10px 0;
            border-bottom: 1px solid #ddd;
        }
        .alert {
            margin: 20px 0;
        }
 .profile-container {
            max-width: 600px;
            margin: 0 auto;
        }
        .profile-card {
            border: none;
            border-radius: 10px;
            box-shadow: 0 0 15px rgba(0,0,0,0.1);
        }
        .profile-info p {
            padding: 8px 0;
            border-bottom: 1px solid #eee;
            margin-bottom: 0;
        }
        .btn-secondary {
            background: #6c757d;
            border: none;
        }
        .btn-danger {
            background: #dc3545;
            border: none;
        }
.cart-item {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    position: relative;
}

.cart-item:last-child {
    border-bottom: none;
}

.item-total {
    text-align: right;
    font-weight: bold;
    color: #333;
    margin-top: 10px;
}

.empty-cart {
    text-align: center;
    padding: 40px 20px;
    color: #666;
}

.empty-cart p {
    margin: 10px 0;
}

.quantity-input {
    width: 60px;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.remove-from-cart {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 15px;
}

.remove-from-cart img {
    width: 20px;
    height: 20px;
}
/* /////////////////////////// */
a {
    color: #727272;
    /* text-align: none; */
}

.blackBtn {
    border-left: solid 10px #d62b2d;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding-left: 45px;
    padding-right: 40px;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    display: inline-block;
}
.blackBtn:hover {
    background: #d62b2d;
    border-left: solid 10px #000;
}

.greenBtn {
    border-left: solid 15px #fff;
    color: #fff;
    background: #d62b2d;
    font-weight: 700;
    height: 43px;
    line-height: 41px;
    padding: 15px 55px 15px 50px;
    text-decoration: none;
}
.greenBtn:hover {
    border-left: solid 15px #d62b2d;
    background: #fff;
    color: #d62b2d;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
h1{ font-size: 30px;}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}



.bon {
    padding-top: 5px;
    padding-bottom: 5px;
    /* background: #161601; */
}



.bon .nav-link {
    font-size: 16px;
    font-weight:400;
    margin-left: 7px;
    margin-right: 9px;
    margin-top: 3px;
    color: #000;
}
.leftpty{ padding-top: 22px;}
.top-ion{ margin-right: 15px;}

.headers{ padding-top: 10px; padding-bottom: 10px; box-shadow: -1px 8px 25px -6px rgba(134,134,134,0.75);
-webkit-box-shadow: -1px 8px 25px -6px rgba(134,134,134,0.75);
-moz-box-shadow: -1px 8px 25px -6px rgba(134,134,134,0.75); border-bottom: solid 1px #e7e7e7;
}
.right-shop{ float: right; position: relative;}
.right-shop span{ position: absolute; right: -10px; top: -10px; height: 25px; width: 25px; 
    background: #ae151a; border-radius: 50%; line-height: 25px; text-align: center; color: #fff;}

.top-right{text-align: right; padding-top: 32px;}


.bon .navbar-nav .nav-link.active {
    color: #ae151a;
}

.bon .nav-link:focus,
.nav-link:hover {
    color: #ae151a;
}


.bon .text-bg-dark {
    background-color: initial!important;
}


.mobn .nav-item {
    font-size: 14px;
    /* margin-top: 8px; */
    color: #000;
}


.mobn .nav-item span {
    font-size: 28px;
    font-weight: 700;
    display: block;
    color: #000;
}

.mobn .cmrt {
    position: relative;
    padding-left: 50px;
}

.mobn .cmrt .nav-link { margin-top: 0px;}

.mobn .cmrt .icsr {
    position: absolute;
    left: 0px;
    top: 10px;
    padding-right: 10px;
    border-right: solid 1px #000000;
}

.mobn .cmrt a span:hover {
    color: #ae151a;
}


.bon .btn-close {
    color: #fff;
    font-size: 20px;
}
.bon .navbar-toggler-icon{ background: url(../images/menu.png) no-repeat; height: 22px; width: 22px;}

.slider-part {
       padding-bottom: 40px;
       
    
}
.slider-parts{position: relative;}
.slider-parts img {
    width: 100%;
}


/* =========== */
.navbar-brand img {
    width: 100px;
  }



 

.ourpr .owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px 4px;
    background: #76798b;
   
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 10px;
}


.ourpr .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #d9d9d9;
    width: 16px;
}


.ourpr .owl-theme .owl-dots .owl-dot:hover span {
    background: #d9d9d9;
}

.ourpr .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
}









.inner-text{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    padding-top: 6%;
}
.inner-text h4{font-weight: 500; color: #9bff48; font-size: 14px; text-transform: uppercase;}
.inner-text h2{font-weight: 700; color: #fff; font-size: 48px;  padding-top: 5px;}
.inner-text h4 a{color: #9bff48; text-decoration: none;}
.slid-left {
    padding-top: 20px;
    font-size: 16px;
    font-weight: 500;
}

.slid-left .texts {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.slid-left h1 {
    color: #000;
    font-size: 60px;
    font-weight: 700;
    padding-bottom: 30px;
    line-height: 68px;
}

.slid-left h1 span {
    color: #d62b2d;
    display: block;
}


.buts a {
    border-left: solid 10px #d62b2d;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding-left: 45px;
    padding-right: 40px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-decoration: none;
}

.buts a:hover {
    background: #d62b2d;
    border-left: solid 10px #000;
}

.play-but {
    position: relative;
    padding-left: 65px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 48px;
    margin-left: 7px;
}

.play-but .cir {
    height: 48px;
    width: 48px;
    background: #fff;
    box-shadow: 0px 0px 25px 0px #00000014;
    text-align: center;
    line-height: 44px;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 50%;
}



.we-are h2 {
    font-size: 40px;
    font-weight: 500;
    color: #161616;
    line-height: 54px;
}

.we-are h3 {
    font-size: 40px;
    font-weight: 500;
    color: #36d3f5;;
    padding-top: 5px;
    line-height: 48px;
}

.we-are h4 {
    font-size: 20px;
    font-weight: 500;
    color: #161616;
    padding-top: 5px;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    
}

.we-are h6 {
    font-size: 14px;
    font-weight: 500;
    color: #d62b2d;
    letter-spacing: 5px; text-transform: uppercase;
}

.we-are h2 span {
    color: #d62b2d;
}


.res-image {
    width: 100%;
}
.res-image img{width: 100%;}

.grey-bg {
    background: #F0F0F0;
}

.pt-40 {
    padding-top: 40px;
}

.pt-60 {
    padding-top: 60px;
}

.pts-30 {
    padding-top: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pt-20 {
    padding-top:20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}


.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.letter2 {
    letter-spacing: 2px;
}

.prem {
    position: relative;
}






.our-pro {
    /* background: #f9f9f9; */
    margin-bottom: 15px;
    padding: 30px   ;
    text-decoration: none;
    border-radius: 10px;
    /* background: #161616; */ text-align: center;
    
    border: solid 1px #ebebeb;
    color: #000; overflow: hidden;
}
.our-pro h4{ font-size: 14px;}

.our-pics  {
    height: 100px;
    width: 100px; border-radius: 50%;
   
    margin: 0px auto 30px;
    overflow: hidden;

}
.our-pro img{width: 100%; }

.our-pro a .conts {
    /* height: 220px; */
    /* padding: 32px 32px 0px ;
    text-decoration: none;
    background: #161616;
    border-radius: 30px;
    border: solid 1px #262628; */
    color: #fff;

}


.our-pro a {
    text-decoration: none;
}


.our-pro a .conts .titles {
    font-size: 12px;
    color: #d62b2d;
    text-transform: uppercase;
    line-height: 26px;
    text-decoration: none;
}

.our-pro a .conts h2 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 22px;
    text-decoration: none;
}
.our-pro a svg{ margin-left: 20px; }
.arrow-left { text-align: left; position: relative; padding-top: 10px; }
.arrow-left img{  position: absolute; left: 100px; top: 10px;}


.ourpr .owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px 4px;
    background: #76798b;
   
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 10px;
}


.ourpr .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #d9d9d9;
    width: 16px;
}


.ourpr .owl-theme .owl-dots .owl-dot:hover span {
    background: #d9d9d9;
}

.ourpr .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
}





.newlet{ padding-top: 50px; padding-bottom: 40px; font-size: 16px;}
.newlet h3{ font-size: 20px; font-family: 700; color: #000;}
.ments{ position: relative; margin-top: 10px; width: 100%;}
.ments input{ width: 75%; border: 1px solid #D0D5DD; height: 43px; padding-left: 15px; padding-right: 30px;}
.ments button{ position: absolute; right: 0px; top: 0px; height: 43px; width: 25%; 
    color: #fff; background: #d62b2d; border:0px;}
    .ments button:hover{color: #d62b2d; background: #fff;}

.foots{  padding-bottom: 30px; font-size: 12px; background:#000 ;
background-size: cover; color: #fff;}
.foots h2{ font-size: 40px; font-weight: 500;  line-height: 48px; color: #fff; margin-bottom: 20px; margin-top: 15px; text-align: center; }
.foots h2 span{ color: #36d3f5;}
.foots h5{ font-size: 14px; font-weight: 600; color: #fff; margin-bottom: 10px; margin-top: 15px; }
.font-line{ width: 150px; height: 1px; background: #d62b2d; margin-bottom: 15px;}
.foots ul{ list-style: none; margin: 0px; padding: 0px;}
.foots ul li{ font-size: 12px; color: #fff; line-height: 28px; margin-top: 5px; margin-bottom: 5px;}
.foots ul li a{ color: #fff; display: block; text-decoration: none;}
.foots ul li a:hover{ color: #d62b2d;}
.socails{ text-align: left;}
.socails a{ margin-left: 6px; margin-right: 6px; text-decoration: none;}
.socails a:hover{ opacity: 0.5;}

.inner-header{ background: #FDFFF9;}


.setuch label{font-size: 14px; font-weight: 700; color: #000; margin-bottom: 4px; line-height: 20px;}
.setuch .fedlds{box-shadow: 0px 1px 2px 0px #1018280D;  border: solid 1px #F0F0F0; background: #fff;
    padding: 10px 14px; width: 100%;
}

.sfedlds1{box-shadow: 0px 1px 2px 0px #1018280D;  border: solid 1px #F0F0F0; background: #fff;
    padding: 5px 7px 0px; width: 100%; height: 46px; color: #727272; 
}

.sfedlds1s{ border:  0px; background: #fff;
   width: 50px; margin-top: 8px; float: left; 
}

.sfedlds2s{ border:  0px; background: #fff;
    width: 75%; margin-top: 4px; float: left; color: #727272; 
 }

 .setuch .fedlds3{box-shadow: 0px 1px 2px 0px #1018280D;  border: solid 1px #F0F0F0; background: #fff;
    padding: 14px 14px; width: 100%;
}

.setuch .fedlds4{box-shadow: 0px 1px 2px 0px #1018280D;  border: solid 1px #F0F0F0; background: #fff;
    padding: 14px 14px; width: 100%; height: 134px; 
}
.setuch .form-check{ margin-bottom: 10px;}
.setuch .form-check label{color:#727272; padding-top: 0px; font-size: 14px; font-weight: 700;}
.setuch .form-check-input{ height: 20px; width: 20px; border: 1px solid #fff; background-color: #F0F0F0; border-radius: 0px; margin-right: 10px;}
.setuch button{ border-left: solid 15px #d62b2d; background: #000000; width: 100%; text-align: center; font-size: 16px; 
    font-weight: 700; color: #fff; padding-top: 15px 0px; 
    border-top: solid 0px #d62b2d;
     border-bottom: solid 0px #d62b2d;
      border-right: solid 0px #d62b2d; 
    height: 50px; line-height: 50px;
    }
.setuch button:hover{ border-left: solid 15px #000; background: #d62b2d;}



.bon .dropdown-toggle::after{ 
    /* background: url(../images/top-down-arrow.svg) no-repeat center ;  */
    box-sizing: border-box;
    height: 10px;
    width: 10px;
    border-style: solid;
    border-color: #000;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;

}.bon .navbar-nav .nav-link.active::after{ border-color: #ae151a;}
.bon .dropdown-toggle:hover::after{border-color:#ae151a; display: inline-block;  }

.bon .dropdown-menu a:hover{ background: #ae151a; color: #fff;}
.copy{ padding-top: 10px;}

    /* .bon .nav-link:focus, .nav-link:hover  {background-image: #d62b2d;} */
@media screen and (max-width: 767px) {
    .view-cate{ width: 100%; height: 500px;}
    .prem .pre-right{ right: 10px;}
    .prem .pre-left{ left: 10px;}
    .copy{ text-align: center;}
    .socails {text-align: center; margin-top: 15px;}
    .servi-text { margin-top: 10px;}
    .servs-bx{ width: 100%; float: initial;}
    .left-pl{ height: initial; padding-top: 20px; padding-left: 5%; padding-right: 10px;}
    .right-p2{height: initial; padding-top: 20px; padding-right: 5%; padding-left: 10px;}
    .servs-bxr{ float: initial; width: 100%;}
    .bon .text-bg-dark{ background-color: #161616 !important;}
   
    .seri-arrow{ display: none;}
    .grap-boxw{margin: 50px auto 14px;}
    .wger-green-bg p{ width: 100%;}
    
    .ger-green-bg p{ width: 100%;}
    .grap-box{ margin: 50px auto 20px;}
    .accd .accordion-body{padding: 20px 10px;}

  }

  
    .slodtex{ position: relative; z-index: 9;}
    .slodtex1{ position:absolute; width: 100%; bottom: 150px; left: 0px; font-size: 16px; line-height: 22px; color: #fff;}
    .slodtex1 h1{ font-size: 45px; font-weight: 700; line-height: 54px; color: #fff; margin-top: 10px;}
    .slodtex1 p{ padding-top: 10px; padding-bottom: 10px;}
.color-text{ color: #9bff48; text-transform: uppercase; letter-spacing: 5px; }
    .slid a{ 
        background :#36d3f5; color: #fff;  text-decoration: none; display: block;
        height: 45px; line-height: 43px; font-weight: 600; font-size: 16px;  width: 180px; border-radius: 8px; text-align: center;}  
    .slid a:hover{ 
            background: #9bff48; color: #000; 
            height: 45px; } 

            
.serv-box{ position: relative; margin-top: 12px; margin-bottom: 12px;}
.serv-box img{ width: 100%;}
.serv-box a span{ position: absolute; left: 20px; 
    bottom: 30px; height: 55px; 
    background: rgba(0, 0, 0, .5); 
    line-height: 55px; padding-left: 20px; 
    color: #fff; text-decoration: none; 
    width: 235px; font-size: 16px; font-weight: 700;}





.light-green{ background: #E0EBD1; padding-top: 50px; padding-bottom: 50px;}
.design-fut p{line-height: 18px; font-size: 14px;}

.grt-text{ color: #727272;}
.ster-ger{ margin: 0px; padding: 0px;}
.ster-ger ul{ list-style: none; margin: 0px; padding: 0px;}
.ster-ger ul li{position: relative; padding: 10px 10px 10px 35px; 
       }

.ster-ger ul li span{ position: absolute; left: 0px; top: 10px;}
.pric-tab .nav-pills .nav-link.active, .nav-pills .show > .nav-link{ background-color: #d62b2d; color: #fff;}
.pric-tab .nav-link{ background-color: #fff; color: #000; border-radius: 0px; font-weight: 700; padding:10px 30px}
.pric-tab .tab-content { background-color: #fff; padding: 0px;}
.tabs-bg{ background: url(../images/tabs-bg.png) no-repeat right top; padding: 40px;}
.tabs-bg h2{ font-size: 36px; color: #d62b2d; font-weight: 700; }
.tabs-bg h4{ font-size: 16px; color: #727272; font-weight: 700; margin-bottom: 0px; }
.tabs-bg h3{ font-size: 28px; color: #000; font-weight: 700; margin-bottom: 0px;}
.cuts{color: #727272; text-decoration: line-through; font-size: 14px; position: relative; top: -4px;}
.cuts2{color: #727272; font-size: 12px; }
.cuts1{font-size: 10px; color: #d62b2d; font-weight: 700;position: relative; top: -5px; }

.tabs-bg ul{ list-style: none; margin: 0px; padding: 0px;}
.tabs-bg ul li{position: relative; padding: 5px 10px 5px 25px;  font-size: 12px; line-height: 18px; margin: 5px 0px;
       }
.tabs-bg ul li span{ position: absolute; left: 0px; top: 5px;}


.butsd a {
    border-left: solid 10px #000;
    background: #d62b2d;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding-left: 45px;
    padding-right: 40px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-decoration: none;
    width: 200px;
}

.butsd a:hover {
    background: #000;
    border-left: solid 10px #d62b2d;
}

.grap-boxs1s{  height: 135px; width: 135px; 
    margin: 0px auto 0px;  
     line-height: 135px; text-align: center; background: url(../images/circle1.png) no-repeat; }
     .whiteBtn {
        border: solid 1px #000;
        background: #fff;
        color: #000;
        font-size: 16px; margin-left: 10px;
        font-weight: 700;
        padding-left: 45px;
        padding-right: 40px;
        height: 50px;
        line-height: 50px;
        text-decoration: none;
        display: inline-block;
    }
    .whiteBtn:hover {
        /* background: #d62b2d; */
        border: solid 1px #d62b2d;
        color: #d62b2d;
    }

    .ser-desr-box{ border: solid 1px #e9e9e9; border-radius: 4px; padding: 30px; height: 170px; margin-bottom: 15px;}
    .ser-desr-boxs{height: 63px; width: 63px; border: solid 1px #f0f0f0; 
        border-radius: 50%; text-align: center; line-height: 61px;}

        .ser-desr-box h3{ font-size: 14px; font-weight: 600; }



.serv-sing ul li span{ position: absolute; left: 0px; top: 0px;}


.serv-singl h3{ font-size: 16px; font-weight: 700; color: #000; margin-top: 15px; margin-bottom: 5px;}
.serv-singl h2{ font-size: 24px; font-weight: 700; color: #000; margin-top: 15px; margin-bottom: 5px;}
.serv-singl p{  padding-top: 5px;  color: #727272; line-height: 24px;}
.serv-singl ul{ list-style: none; padding: 0px 0px 5px; margin: 0px;}
.serv-singl ul li{ list-style: none; position: relative; margin-right: 20px; 
    line-height: 22px; margin-top: 5px;  padding-left: 70px; color: #000;
    margin-bottom: 5px; width: 45%;  float: left;}
    .serv-singl ul li span{ position: absolute; left: 0px; top: 15px;}
    .ser-right-blk ul li a{ color: #fff; text-decoration: none;}
    .ser-right-blk ul li a:hover{ color: #d62b2d;}

    .tabs-bgl{ padding: 30px; background: #fff; border: solid 1px #f0f0f0;}
    .tabs-bgl h2{ font-size: 24px; color: #d62b2d; font-weight: 700; }
    .tabs-bgl h4{ font-size: 16px; color: #727272; font-weight: 700; margin-bottom: 0px; }
    .tabs-bgl h3{ font-size: 28px; color: #000; font-weight: 700; margin-bottom: 0px;}
    
    
    .tabs-bgl ul{ list-style: none; margin: 0px; padding: 0px;}
    .tabs-bgl ul li{position: relative; padding: 5px 10px 5px 25px;  font-size: 12px; line-height: 18px; margin: 5px 0px;
           }
    .tabs-bgl ul li span{ position: absolute; left: 0px; top: 5px;}
    .grap-boxwl {
        height: 192px;
        width: 192px;
        margin: 0px auto 44px;
        position: relative;
      }

      .serv-singk h3{ font-size: 16px; font-weight: 700; color: #000; margin-top: 15px; margin-bottom: 5px;}
.serv-singk h2{ font-size: 24px; font-weight: 700; color: #000; margin-top: 15px; margin-bottom: 5px;}
.serv-singk p{ text-align: justify; padding-top: 5px; padding-bottom: 5px;}
.serv-singk ul{ list-style: none; padding: 0px 0px 0px; margin: 0px;}
.serv-singk ul li{ list-style: none; position: relative; margin-left: 10px; 
    line-height: 30px; margin-top: 5px;  padding-left: 13px;
    margin-bottom: 5px; }

.serv-singk ul li::after{ position: absolute; left: 0px; top: 13px; height: 4px; width: 4px; 
    background: #727272; border-radius: 50%; content: '';}


/* 
    .buttons a{ 
        background: #d62b2d; color: #fff;  text-decoration: none; display: block;
        height: 45px; line-height: 43px; font-weight: 700; padding-left: 20px; padding-right: 25px;} 
        .buttons a:hover{ border-left:  solid 15px #d62b2d; 
            background: #fff; color: #d62b2d; 
            height: 45px; }  */


            
 .buttons a{ background: #36d3f5; color: #fff;  text-decoration: none; display: block;
                 font-weight: 600; font-size: 16px;   border-radius: 8px; padding: 12px 35px; display: inline-block;}  
.buttons a:hover{ background: #9bff48; color: #000; 
                    } 
.black-bg{ background: #f1f1f1 url(../images/cats.jpg) no-repeat center; 
    background-size: cover; padding-top:150px; padding-bottom: 150px; color: #fff;}
.black-bg p{ color: #000; padding-top: 10px; padding-bottom: 10px; margin-bottom: 0px;}
.red-color{ font-size: 40px; font-weight: 500; line-height: 40px; color: #d62b2d;}
.white-color{ font-size: 48px; font-weight: 600; line-height: 48px; color: #000; padding-top: 10px; padding-bottom: 10px;}

.white-buttons a{ background: #fff; color: #292828;  text-decoration: none; display: block;
    font-weight: 600; font-size: 16px;   border-radius: 8px; padding: 12px 35px; display: inline-block;}  
.white-buttons a:hover{ background: #9bff48; color: #000; 
       } 

.thums {
    position: relative;
    width: 25%;
    padding: 0px .1% 0px 0px;
    float: left;
    overflow: hidden;
  }
  
  .thums img{ width: 100%;}

  .box {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .overlayl {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ae151a;
    overflow: hidden;
    width: 99.7%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    padding: 30px;
  }
  .overlayl h3{ font-size: 32px; font-weight: 600; color: #fff; }
  .overlayl ul{ list-style: none; margin: 0px; padding: 0px;}
  .overlayl ul li{ font-weight: 500; color: #fff; margin: 10px ; padding-left: 10px;  list-style-type: decimal; }
  
  .thums:hover .overlayl {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  
  .texts {
    color: white;
    font-size: 20px;
    position: absolute;
    bottom: 10px;
    left:28px;
    padding-right: 40px;

      }

      .texts h3{ font-size: 20px; color: #fff; font-weight: 700;  margin-bottom: 0px; padding-bottom: 0px; margin-bottom: 0px;}
      .texts p{font-size: 14px; line-height: 18px; padding-top: 10px; margin-bottom: 0px;}
      .texts1{font-size: 14px; font-weight: 700;  z-index: 9; position: relative;}
      .texts1 a{ color: #FF5C00; text-decoration: none; }

    .textsl{ font-size: 12px; letter-spacing: 5px;}

   .light-yoll{ background: #fff7ed; padding-top: 70px; padding-bottom: 80px;}

.foot-lins-top{ border-top: solid 1px #3f3736; padding-top: 40px; }
.foot-lins-top1{ border-top: solid 1px #3f3736; padding-top: 10px; margin-top: 10px;}

.inner-title{font-size: 40px; line-height: 50px; font-weight: 600; padding-bottom: 20px;}
@media screen and (max-width: 1300px) {
    .slodtex1{bottom: 90px;  }
    .cyber-box2 .thdr h5{ height: 80px; }
    .cyber-box .thdr h4{ height: 80px; }
    .cyber-box1 .thdr h4{ height: 80px; }
}

@media screen and (max-width: 1200px) {
    .slodtex1{bottom: 70px;  }
    .bon .nav-link {
        font-size: 12px;
        font-weight: 600;
        margin-left: 3px;
        margin-right: 3px;
        margin-top: 3px;
        color: #000;
      }
      .contonlie a{ padding: 8px 10px; font-size: 13px;}
      .cyber-box2 .thdr h5{ height: 80px; font-size: 16px;}
      .cyber-box .thdr h3{font-size: 16px;}
      .cyber-box .thdr h4{font-size: 16px;}
      .cyber-box1 .thdr h4{font-size: 16px; height: 80px;}
}

@media screen and (max-width: 1100px) {
    .slodtex1{bottom:40px; }
       
    }
    @media screen and (max-width: 998px) {
        .slodtex1 h1{ font-size: 30px; line-height: 30px; margin-top: 10px;}
        .inner-text h2{ font-size: 24px;}
        .inner-text {
            padding-top: 4%;
        }
        .left-padty{ padding-left: 0px; padding-top: 10px;}
        .left-padty1{ padding-left: 0px; padding-top: 10px;}
    }
   

    .leftpty .dropdown-menu{ background-color: #292929;}
    .leftpty .dropdown-menu .dropdown-item{ color: #fff;}
@media screen and (max-width: 767px) {
     .bon {
        /* padding-top: 10px;
        padding-bottom: 10px; */
      }
      .slodtex1 h1{ font-size: 20px; line-height: 20px; margin-top: 3px;}
      .slodtex1 h1 br{ display:none;}
      .slodtex1{bottom: 40px;  }
      .slodtex1 p{ padding: 0px; font-size: 12px; line-height: 18px; }
      .tabs-bg {
        background: url(../images/tabs-bg.png) no-repeat right bottom;
        padding: 10px 10px 350px 10px;
      }
      .offe{ width: 100%;}
      .tabs-bg h2{ font-size: 22px;}
      .serv-singl ul li{ list-style: none; position: relative; margin-right: 20px; 
        line-height: 22px; margin-top: 5px;  padding-left: 70px; color: #000;
        margin-bottom: 5px; width: 100%;  float: left;}

        .serv-sing ul li{ list-style: none; position: relative; margin-right: 20px; 
            line-height: 22px; margin-top: 5px;  padding-left: 70px; color: #000;
            margin-bottom: 5px; width: 100%;  float: left;}


            .navbar-brand img{ width: 60px;}
            .inner-text h2{ font-size: 16px;}
            .inner-text{ padding-top: 2%;}
            .inner-text h4{ margin-bottom: 0px; font-size: 12px;}
            .about-box{ height: inherit; margin-bottom: 25px;}
            .our-vision-pic{ width: 100%; float: initial; }
            .our-vision{ height: initial; overflow: initial;}
            .our-missionline{ border: 0px;}
            .our-mission{ width: 96%; margin: 20px auto; float: initial; height: initial; padding-top: 0px;}
            .our-vision-pics{ width: 100%;}
            .our-cont{ position: initial; width: 90%; margin: 10px auto; float: initial; padding-top: 100px; padding-bottom: 100px;}
            .our-right{right: 0px;}
            .foots h2{ font-size: 24px; line-height: 28px;}
            .offcanvas-header img{ width: 150px;}
            .inner-title{ font-size: 24px; line-height: 30px;}
            .about-box{ padding: 20px;}
            .our-mission h3{ padding-top: 20px;}
            .thums{ width: 100%;}
            .leftpty{ padding-left: 0px;}
            .cyber-boxs{ height: initial;}
            .cyber-box{ height: initial;}
            .cyber-box1{ height: initial;}
            .cyber-box2{ height: initial;}
         .indu-box{ height: initial;}
         .indu-boxs{ height: initial;}
         .left-padty{ padding-left: 0px; padding-top: 10px;}
         .slider-part{ padding-bottom: 0px;}
         .slid a {
            height: 24px;
            line-height: 24px;
            font-size: 12px;
            width: 130px;
           
          }

          .slodtex1 p{ margin-bottom: 5px; font-size: 11px; line-height: 14px;}

          .ourprl .owl-theme .owl-nav.disabled+.owl-dots {
            margin:-40px auto 0px;
             z-index: 99;
             position: relative;
             width: 120px;
         }
         .color-text{font-size: 11px; letter-spacing: 2px;}
        .clinet-logo ul li{ width: 33%;}
      
    }  

    @media screen and (max-width: 440px) {
        .slodtex1 h1{ font-size: 20px; line-height:20px; margin-top: 3px;}
        .slodtex1{ bottom: 10px;}
    }

   .bon .navbar-nav li:hover .dropdown-menu {
        display: block;
        animation:fadeInRight .3s ease;
                -webkit-animation:fadeInRight .3s ease;
    }

    @keyframes fadeInRight{
        0%{
            opacity:0;
            transform:translate3d(100%,0,0)
        }
        100%{
            opacity:1;
            transform:none
        }
    }


    /* .bon .navbar-nav li .dropdown-menu{
        -webkit-transition:max-height 0.4s linear;
        -moz-transition:max-height 0.4s linear;
        transition:max-height 0.4s linear;
      } */

    /* =====Menu ====== */


 /* =====Menu ====== */


 /* The Modal (background) */
.modalm {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
   /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-contentm {
  background-color: #fefefe;
  margin: auto;
  padding: 50px ;
  border-bottom: 1px solid #888;
  width: 100%;
}

/* The Close Button */
.closem {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  text-align: right;
}

.closem:hover,
.closem:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


.modalmr {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
   /* Location of the box */
  right:0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-contentmr {
  background-color: #fefefe;
    padding: 0px 0px 20px;
    margin: 0px 0px 0px auto;
  border-bottom: 1px solid #888;
  width: 300px;
  height: 100vh;
 overflow: auto;
}

/* The Close Button */
.closemr {
  color: #fff;
  float: right;
  padding-top: 10px;
  font-size: 38px;
  padding-right: 10px;
  
  text-align: right;
}

.closemr:hover,
.closemr:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.cart-title{ font-size: 18px; padding: 10px; background: #ae151a; color: #fff;   }
.cart{ margin-bottom: 10px; padding-bottom: 10px; border-bottom: solid 1px #cecece; padding-top: 10px; position: relative;}
.cart-pic{ float: left; width: 80px; margin-left: 10px;}
.cart-pic img{ width: 100%;}
.cart-pic1{ float: right; width: 180px; margin-left: 10px;}
.cart-pic1 p{ margin-bottom: 0px;}
.get-text{ color: #888; font-size:13px; }
.get-pr{ color: #ae151a; font-weight: 500; font-size:13px;}
.cart .titles{ font-size: 14px;}
.cart .closrts{ position: absolute; right: 20px; top: 10px; color: #4a4a4a; font-size: 20px;}
.cart .fedes{ height: 30px; border-radius: 40px; border: solid 1px #888; padding: 5px 10px; width: 100px; text-align: center;}

.serach-fel { position: relative; }
.serach-fel .box{  border-radius: 40px; border:solid 1px #000; height: 50px; padding: 5px 70px 5px 30px;}
.serach-fel .buts{ border-radius: 40px; border: 0px; position: absolute; 
    right: 3px; top: 3px; background: #ae151a; 
    color: #fff; padding: 0px 30px; height: 44px; line-height: 40px; }
.serach-logo{ padding-bottom: 50px;}
.serach-logo img{ width: 100px; margin: 0px auto;}
.cat-tot1{background: #000; width: 96%; margin: 10px auto; text-align: center; 
    color: #fff; padding: 10px 0px; cursor: pointer;}
.cat-tot{background: #ae151a; width: 96%; margin: 10px auto; text-align: center; 
    color: #fff; padding: 10px 0px; cursor: pointer;}
.total-pic{ position: relative; text-align: left; padding: 10px 100px 0px 10px ;}
.total-pic span{ position: absolute; right: 20px; font-size: 14px; text-align: right; font-weight: 500;}
.ourprl .owl-theme .owl-dots .owl-dot span {
        width: 16px;
        height: 16px;
        margin: 5px 4px;
        background: #868896;
        /* width: 15px; */
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 10px;
    }
    .ourprl { background: #000;}
    
    
    .ourprl .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: #d9d9d9;
        width: 16px;
    }
    
    
    .ourprl .owl-theme .owl-dots .owl-dot:hover span {
        background: #d9d9d9;
    }
    
    .ourprl .owl-theme .owl-nav.disabled+.owl-dots {
       margin-top:-40px;
        z-index: 99;
        position: relative;
    }

    .container-fluid{ width: 96%;}
    .cate-box{ margin: 15px 0px 30px; text-align: center;}
    .cate-box img{ width: 100%; border-radius: 10px;}
    .cate-box h3{ font-size: 18px; font-weight: 400; text-align: center; padding: 10px 0px;} 
     .cate-box a { color: #000; text-decoration: none;}
      .cate-box a:hover{ color:#ae151a ;}
    .cate-box .prices { font-size: 16px; text-align: left; color: #ae151a; padding-top: 12px; font-weight: 400; float: left; width: 50%;}
    .cate-box .addto a{ background:#00b44e; border-radius: 2px; width: 50%;  display: block; text-decoration: none;
        margin: 0px auto; padding: 10px 0px; text-align: center; color: #fff;  float: right;}
    .cate-box .addto a:hover{ background: #000;}
.picts img{ width: 100%;}

.cow-bg{ 
    background: url(../images/cow-bg.jpg) no-repeat ;
background-size: cover;
}

.cow-ghee-thum{ background-color: rgba(255, 255, 255, 0.6); border-radius:250px 250px ; padding:80px 80px 50px ; margin-bottom:20px;}
.cow-ghee-thum img{ width:100%;}
.tiels-textn h2{ color:#ae151a; font-size:48px; font-weight:700;  } 
.tiels-textn ul{list-style:none; margin:0px; padding:0px 40px 10px 0px;}
.tiels-textn ul li{ font-size:20px;  position: relative; padding:5px 10px 5px 40px; font-weight:400; margin:8px 0px; line-height:34px;}
.tiels-textn ul li::after{position: absolute; left: 0px; top:5px;  content: "";
background: url(../images/checked-icon.png) no-repeat left ; height:35px; width:35px;}
.buts-conts{background:#478b05;  width:150px; margin:10px; border-radius:40px; color:#fff; padding:10px 0px; text-align:center; }
.buts-conts a{ color:#fff; display:block; text-decoration: none;}
.buts-conts:hover{background:#ae151a;}
.tiels-text1 h2{ color:#ae151a; font-size:48px; font-weight:700; margin-top:150px; } 
.tiels-text1{padding:0px 0px 0px 40px;}
.tiels-text1 ul{list-style:none; margin:0px; padding:0px 0px 10px 0px;}
.tiels-text1 ul li{ font-size:20px;  position: relative; padding:5px 10px 5px 40px; font-weight:400; margin:8px 0px; line-height:34px;}
.tiels-text1 ul li::after{position: absolute; left: 0px; top:5px;  content: "";
background: url(../images/checked-icon.png) no-repeat left ; height:35px; width:35px;}

.news-let{ position: relative;}
.news-let .frlsd{ width: 100%; height: 50px; border-radius: 50px; 
    background: #fff; 
    border: solid 1px #000;
    padding: 0px 150px 0px 20px;
}
.news-let button{ position: absolute; right: 0px; top: 0px;  border: 0px;
    background: #000; color: #fff; height: 50px; border-radius: 50px; line-height: 50px; text-align: center; padding: 0px 30px;}
    .news-let button:hover{background:#ae151a;}
.whatsapp {
  position: fixed;
  bottom: 50px;
  left: 20px;
  z-index: 99;
}
.whatsapp img {
  width: 10%;
}


.product-details{
	padding-top: 70px;
	padding-bottom: 50px;
}

.product-details-slider
{
	/*right:5px;*/
	margin-bottom: 20px;
}

.product-details-slider .item
{
	/*right:5px;*/
  /* height: 500px; */
  background: gray;
	margin-bottom: 20px;
}

.product-details-thumb
{
	margin-left:10px;
	margin-bottom: 20px;
}

.product-details-thumb .thumb
{
	margin-right: 20px;
  background: gray;
  /* height: 100px; */
	cursor: pointer;
	position: relative;
}

.product-details-thumb .thumb::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgb(0, 0, 0);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.product-details-thumb .thumb.active::after {
	opacity: 0.33;
}
                                                                                      
/*.product-details-thumb .item img {
	height: 116px
	
}*/

.owl-nav button {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	outline: none;
	height: 100px;
	/*background-color: rgba(103, 103, 103, 0.7);*/
}

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
	opacity: 0.33;
	cursor: default;	
   /*display: none;*/
}

.owl-nav button svg {	
	width: 33px;
	height: 33px;	
}

.owl-nav button.owl-prev { /*button "<" position*/
	left: -33px;
}

.owl-nav button.owl-next { /*button ">" position, relative position is:(position of button "<")-20*/
	right: -12px;
}

.owl-nav button span {
	font-size: 33px;
}
.pd-left{ padding-left: 50px;}


.tery input{ width: 100%; background: #fff; border: solid 1px #ddd; padding: 5px 10px; margin-top: 8px;}
.tery select { width: 100%; background: #fff; border: solid 1px #ddd; padding: 8px 10px; margin-top: 8px;}

.addtoc{ margin-top: 20px;}
.addtoc{ width: 150px;}
.addtoc  a { background:#ae151a; border-radius: 5px; ;  display: block; text-decoration: none;
        margin: 0px auto; padding: 10px 0px; text-align: center; color: #fff;  }

.addtoc a:hover { background:#000; border-radius: 5px;   display: block; text-decoration: none;
        margin: 0px auto; padding: 10px 0px; text-align: center; color: #fff; }

.profile-tab .tab-content{ padding: 15px; background: #fcfcfc;}

.bentdn{ margin: 25px 0px; box-shadow: -1px 13px 17px -3px rgba(142,142,142,0.75);
-webkit-box-shadow: -1px 13px 17px -3px rgba(142,142,142,0.75);
-moz-box-shadow: -1px 13px 17px -3px rgba(142,142,142,0.75);  position: relative; padding: 35px 15px 35px 80px; font-size: 18px; }
.bentdn span{ position: absolute; left: 20px; top: 20px; width: 50px;}
.bentdn span img{ width: 100%;}
.bentdn1{ margin: 25px 0px 25px -100px; box-shadow: -1px 13px 17px -3px rgba(142,142,142,0.75);
-webkit-box-shadow: -1px 13px 17px -3px rgba(142,142,142,0.75); width: 100%;
-moz-box-shadow: -1px 13px 17px -3px rgba(142,142,142,0.75);  position: relative; padding: 35px 15px 35px 80px; font-size: 18px; }
.bentdn1 span{ position: absolute; left: 20px; top: 20px; width: 50px;}
.bentdn1 span img{ width: 100%;}
.pro-pic{ margin-top: 15px; margin-bottom: 15px;}



table {
      width: 100%;
      border-collapse: collapse;
      margin-bottom: 20px;
    }
    table th, table td {
      padding: 12px;
      border-bottom: 1px solid #ddd;
      text-align: center;
    }
    table th {
      background: #f3f3f3;
    }
    .product-img {
      width: 60px;
      height: auto;
    }
    .qty-input {
      width: 50px;
      text-align: center;
    }
    .total {
      text-align: right;
      font-size: 18px;
      margin-top: 10px;
    }
    .btn {
      display: inline-block;
      padding: 12px 20px;
      border: none;
      background: #28a745;
      color: #fff;
      border-radius: 6px;
      font-size: 16px;
      cursor: pointer;
      text-decoration: none;
    }
    .btn:hover {
      background: #218838;
    }
    .btn-clear {
      background: #dc3545; border: 0px;
    }
    .btn-clear:hover {
      background: #c82333;
    }
    .actions {
      text-align: right;
    }

.cont-forms{ }
.cont-forms input{ width: 100%; background: initial; margin-bottom: 30px; border: 0px; border-bottom: solid 1px #cccccc; padding: 8px 10px;}
.cont-forms  select{ width: 100%;background: initial; margin-bottom: 30px; border: 0px; border-bottom: solid 1px #cccccc; padding: 10px 10px;}
.cont-forms  textarea{ width: 100%;background: initial; margin-bottom: 30px; border: 0px; border-bottom: solid 1px #cccccc; padding: 10px 10px;}
.cont-forms  .selects {color: #292929;}
.cont-forms button{background: #36d3f5;
    padding: 10px 40px;
    color: #fff;
    margin: 0px 0px 20px;
    display: block;
    font-weight: 500;
    border-radius: 8px; border: 0px; 
    }   
    .cont-forms button:hover{ background: #9bff48; color: #000;}

.cont-boxg{ background: #f5ffed; height: 250px; border: solid 1px #e1e1e1; padding: 30px 30px 20px; color: #5d5d62; text-align: center; margin-bottom: 20px;}
.cont-boxr{ background: #fff7ed; height: 250px; border: solid 1px #e1e1e1; padding: 30px 30px 20px; color: #5d5d62; text-align: center; margin-bottom: 20px;}
.cont-boxb{ background: #eafaff; height: 250px; border: solid 1px #e1e1e1; padding: 30px 30px 20px; color: #5d5d62; text-align: center; margin-bottom: 20px;}
.cont-box2{ text-align:center; margin-bottom: 20px;}
.cont-box3{ font-size: 26px; letter-spacing: 5px; font-weight: 600; color: #161616; margin-bottom: 20px;}
.cont-left{background: linear-gradient(256.98deg, #9BFF48 19.89%, #30D1FF 96.8%); border-radius: 20px; padding: 30px; color: #000;
}
.alogrt{background:#fff url(../images/admin-bg.jpg)no-repeat;color:#000; background-size: cover;}
.alogrt h2{color:#000;}
.alogrt .card{background:#fff;}
.alogrt .card .btn{background:#c60208; color:#ffda8f;}
.alogrt .card .form-control{background:#fff; color:#000;}
.alogrt .card .form-label{color:#000;}
.alogrt a{color:#000;}
.cart-pic1 .titles{font-size:13px;}
.cart-pic1 .get-text{width:40%; float:left;}
.cart-pic1 .quantity-input{height: 30px;padding: 0px 5px;}
.ser-byti{cursor: pointer;padding-top:5px;}
@media screen and (max-width: 767px) {
    .we-are h2{ font-size: 24px;}
    .cate-box h3{ font-size: 10px; height: 34px; padding:10px 0px 0px; margin-bottom:0px;}
    .cate-box .prices{ float: initial; width: 100%; text-align: center;font-size: 10px; padding-top: 0px;}
    .cate-box .addto a{float: initial; width: 100%;font-size: 10px; padding:5px;}
    .headers{ padding-top: 5px; padding-bottom: 5px;}
    .offcanvas-title img{ width: 50px;}
    .bon .nav-link {
    color: #fff;
  }
  .navbar-nav .nav-link.show {
  color: #fff
}
.bon .dropdown-toggle::after {
  border-color: #fff;
}
.btn-close{ color: #fff;}
.bon button{ border: 0px; margin-top: 10px;}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
.top-right {
  text-align: right;
  padding-top: 19px;
}
.bon .btn-close {
  background: url(../images/cancel.png) no-repeat;
  /* background-size: 100%; */
  width: 20px; height: 20px;
  opacity: 1;
}
.bentdn1 {
  margin: 25px 0px 25px 0px;}
.bon .btn-close img{ width: 24px;}
.tiels-text1{padding: 0px 0px 0px 0px;}
.tiels-textn{padding: 0px 0px 0px 0px;}
.tiels-textn ul li{ font-size: 16px; line-height: 28px; margin: 0px;}
.tiels-text1 ul li{font-size: 16px; line-height: 28px; margin: 0px;}
.tiels-textn h2{ font-size: 24px;}
.tiels-text1 h2{ font-size: 24px;}
}