﻿
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');html {
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
}

body {
    background: #fff;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
   font-family: 'Poppins', sans-serif!important;
    color: #212121;
    padding-top: 0px;
    box-sizing:border-box;
}
.cateloge .video-section{
height:100%;
}
#tabs ul{
       padding-left: 0px;
    list-style: disc;
font-family: 'Montserrat', sans-serif;
}
#tabs ul li p{
    margin-bottom: 0px;
font-family: 'Montserrat', sans-serif;
}
#tabs-6 ul{
    padding-left: 30px;
font-family: 'Montserrat', sans-serif;
}
#tabs-1 ul{
 padding-left: 30px;
font-family: 'Montserrat', sans-serif;
}
.tabs-toggle .fa-bars {
    display: none;
    font-size: 32px;
    cursor: pointer;
}
.deals{
    margin-bottom:0px!important;
}

ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

h1 {
    margin: 0;
}

h2 {
    margin: 0;
}

h3 {
    margin: 0;
}

h4 {
    margin: 0;
}

h5 {
    margin: 0;
}

h6 {
    margin: 0;
}

p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #212121;

}

a {
    color: #212121;
    text-decoration: none;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #1781b4;
    outline: 0;
    box-shadow: none;
}

.container-fluid {
    width: 100%;
    margin: 0px auto;
    max-width: calc(100vw - 0%);
}


::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(84deg, rgba(0,105,52,1) 0%, rgba(230,127,24,1) 100%);
    border-radius: 30px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 30px;
}

.mad-page-wrapper {
    background: #fff;
}

button.mad-back-to-top.animated.stealthy {
    display: none;
}
/* ----------------------------------------
        Preloader
    ---------------------------------------- */

.mad-preloader-circle,
.mad-preloader {
    position: fixed;
    width: 260vw;
    height: 260vw;
    margin-left: -130vw;
    margin-top: -130vw;
    background-color: #fff;
    z-index: 50;
    border-radius: 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
    -webkit-transition-duration: 700ms;
    transition-duration: 700ms;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mad-preloader-circle {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.mad-preloader {
    left: 50%;
    top: 50%;
}

    .mad-preloader-circle, .mad-preloader.mad-preloader--disappearing {
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0);
    }

.mad-preloader-circle--appearing {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.eshop{
   font-size:18px;
   font-weight:600;
   text-transform:capitalize;
}
#shop {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
/* ----------------------------------------
        Critical full screen message
    ---------------------------------------- */
/* ============================top header section css by Nadeem=============================== */
header.header-section {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ccc;
    transition: all .5s ease;
    padding: 8px 0;
}
.color-change{
    color:black!important;
}
.add-cart {
    width: 22px;
}
.resume {
    width: 1000px;
    height: auto;
    display: flex;
    margin: 50px auto;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    gap: 45px;
}
#carouselExampleIndicators .carousel-inner img {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    object-fit: cover;
}
#carouselExampleIndicators .carousel-inner {
    position: relative;
}
.main-section-left {
    z-index: 9999;
    position: relative;
    border: 1px solid #ededed;
padding: 0 10px;
margin-bottom: 15px;
}
    .main-section-left .boxes {
        padding: 0 23px 0 23px;
    }
.main-section-left hr{
    margin:0px;
}
.video-section{
    padding: 33px;
border: 1px solid #ededed;
}
.footer7 {
    margin-top: 15px !important;
}
/*#carouselExampleIndicators .carousel-inner:before {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #000000cc;
    content: "";
    height: 100%;
    width: 100%;
    width: 100%;
    z-index: 9;
}*/
.resume .resume_left {
    width: 280px;
    background: #0bb5f4;
}

        .resume .resume_left .resume_profile {
            width: 100%;
            height: 280px;
        }

            .resume .resume_left .resume_profile img {
                width: 100%;
                height: 100%;
            }

        .resume .resume_left .resume_content {
            padding: 0 25px;
        }

    .resume .title {
        margin-bottom: 20px;
    }

    .resume .resume_left .bold {
        color: #fff;
    }

    .resume .resume_left .regular {
        color: #b1eaff;
    }

    .resume .resume_item {
        padding: 25px 0;
        border-bottom: 2px solid #b1eaff;
    }

    .resume .resume_left .resume_item:last-child,
    .resume .resume_right .resume_item:last-child {
        border-bottom: 0px;
    }

    .resume .resume_left ul li {
        display: flex;
        margin-bottom: 10px;
        align-items: center;
    }

        .resume .resume_left ul li:last-child {
            margin-bottom: 0;
        }

        .resume .resume_left ul li .icon {
            width: 35px;
            height: 35px;
            background: #fff;
            color: #0bb5f4;
            border-radius: 50%;
            margin-right: 15px;
            font-size: 16px;
            position: relative;
        }

    .resume .icon i,
    .resume .resume_right .resume_hobby ul li i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .resume .resume_left ul li .data {
        color: #b1eaff;
    }
        .resume .resume_left ul li .data p {
            color: #b1eaff;
        }

        .resume .resume_left .resume_skills ul li {
            display: flex;
            margin-bottom: 10px;
            color: #b1eaff;
            justify-content: space-between;
            align-items: center;
        }

        .resume .resume_left .resume_skills ul li .skill_name {
            width: 25%;
        }

        .resume .resume_left .resume_skills ul li .skill_progress {
            width: 60%;
            margin: 0 5px;
            height: 5px;
            background: #009fd9;
            position: relative;
        }

        .resume .resume_left .resume_skills ul li .skill_per {
            width: 15%;
        }
#v-pills-tabContent{
    height:100%;
}
.navbar-toggler{
    display:none;
}

.resume .resume_left .resume_skills ul li .skill_progress span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #fff;
}

    .resume .resume_left .resume_social .semi-bold {
        color: #fff!important;
        margin-bottom: 3px;
    }

    .resume .resume_right {
        width: 520px;
        background: #fff;
        padding: 25px;
    }

        .resume .resume_right .bold {
            color: #0bb5f4;
            font-size: 20px;
        }

        .resume .resume_right .resume_work ul,
        .resume .resume_right .resume_education ul {
            padding-left: 40px;
            overflow: hidden;
        }

        .resume .resume_right ul li {
            position: relative;
        }

            .resume .resume_right ul li .date {
                font-size: 16px;
                font-weight: 500;
                margin-bottom: 15px;
            }

            .resume .resume_right ul li .info {
                margin-bottom: 20px;
            }

            .resume .resume_right ul li:last-child .info {
                margin-bottom: 0;
            }

        .resume .resume_right .resume_work ul li:before,
        .resume .resume_right .resume_education ul li:before {
            content: "";
            position: absolute;
            top: 9px;
            left: -23px;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            border: 2px solid #0bb5f4;
        }

        .resume .resume_right .resume_work ul li:after,
        .resume .resume_right .resume_education ul li:after {
            content: "";
            position: absolute;
            top: 14px;
            left: -21px;
            width: 2px;
            height: 115px;
            background: #0bb5f4;
        }

        .resume .resume_right .resume_hobby ul {
            display: flex;
            justify-content: space-between;
        }

            .resume .resume_right .resume_hobby ul li {
                width: 80px;
                height: 80px;
                border: 2px solid #0bb5f4;
                border-radius: 50%;
                position: relative;
                color: #0bb5f4;
            }

                .resume .resume_right .resume_hobby ul li i {
                    font-size: 30px;
                }

                .resume .resume_right .resume_hobby ul li:before {
                    content: "";
                    position: absolute;
                    top: 40px;
                    right: -52px;
                    width: 50px;
                    height: 2px;
                    background: #0bb5f4;
                }

                .resume .resume_right .resume_hobby ul li:last-child:before {
                    display: none;
                }

header.header-section.fixed {
    position: fixed;
    top: 0;
    z-index: 999;
    /*height: 90px;*/
    box-shadow: 2px 1px 4px #999;
    width: 100%;
    transition: all .5s ease;
    padding: 18px 0;
}

.mini-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact-btns {
    padding-left: 184px;
    padding-top: 113px;
}
    .contact-btns .btn-contact{
        display:flex;
    }
        .contact-btns .btn-contact .show-number a {
            background: #06aaec;
            color: white;
            padding: 2px 20px;
            border-radius: 3px;
            font-size: 14px;
            display: inline-block;
        }
        .contact-btns .btn-contact .show-number {
            margin-right:14px;
        }
.review-header a{
    text-align:right;
}

.cartconting-nuber {
    background: #3fa53b;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inherit;
    text-align: center;
    color: #fff;
    position: absolute;
    top: -5px;
    right: 25px;
    font-size: 14px;
}

li.cartconting {
    position: relative;
}

img.logo_imgs {
    width: 100%;
}

/*header.header-section {
    padding: 18px 0px;
}*/
.heading-area{
    display:none;
}
.right-section-top-heading img{
    width:60%;
}

.header-logo {
    width: 18%;
}

ul.ui-autocomplete.ui-menu {
    position: absolute;
    top: 67px;
    left: 57%;
    transform: translate(-50%, 0%);
    width: 43% !important;
    background: white;
    border: 0px;
}
#my-box .col-lg-12 {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 12px;
    border-radius: 10px;
}
.content-section {
    width: 82%;
    float: right;
    padding-left: 15px;
    cursor: pointer;
}
    .contact-btn .btn-contact .whats-app-number a{
        font-size:14px;
    }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: black !important;
    text-decoration: none;
    background-color: white;
    position:relative;
}
.main-body .main-section {
    background: transparent;
    height: 100%;
    display: inline-block;
    width: 100%;
}
.main-body .con-section {
    margin-left: 185px;
}
.contact-btn {
    position: absolute;
    bottom:-40px;
    right: 0;
}
.mad-preloader{
    display:none!important;
}

.main-body .img-div {
    width: 18%;
    float: left;
    height: 150px;
}
#my-box {
    padding: 20px 20px 0px 20px;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
}
    #my-box p {
        line-height: 10px;
    }
#product-section {
    cursor: pointer;
}
.my-css {
    padding: 0px;
}
.main-body .img-div img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.content-section .rating-section {
    display: flex;
    align-items: center;
/*    margin-top: 10px;*/
}
    .content-section .rating-section span {
        background-color: green;
        padding: 4px;
        border-radius: 4px;
        margin-right: 10px;
        color: white;
        font-weight: 500;
    }
.content-section .multi-stars {
    padding-right: 5px;
}
    .content-section .multi-stars .fa {
        font-size: 22px;
        color: #ff5200;
    }
.content-section{
    position:relative;
}
.content-section .loving {
    position:absolute;
    top:0px;
    right:0px;
   /* font-size:30px;*/
}
.content-section .rating-section .rating {
    color: grey;
    background: white;
    font-weight: 300;
    font-size: 14px;
}
.product-filtter-list {
    position: sticky;
    top: 91px;
}
.content-section .location {
    margin: 2px 0 -5px 0;
}
.content-section .shop-timing {
    display: flex;
    align-items: center;
    margin-top:10px;
}
#my-continae{
    padding-left:15px;
    padding-right:15px;
}
.content-section .home-location {
    margin-top: 10px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    gap: 7px;
    margin-bottom: 8px;
}
     .home-location span {
        background-color: #e3e2e2;
        font-size: 12px;
        padding: 4px 4px;
        border-radius: 3px;
    }
/*.contact-btn {
    margin-top: 10px;
  
}*/
 .contact-btn .btn-contact{
    display:flex;
    width:63%;
}
.contact-btn .btn-contact .show-number {
        background-color: #06AAEC;
        margin-right: 10px;
        border-radius: 3px;
    }
        .contact-btn .btn-contact .show-number span {
            
            line-height: 27px;
        }
            .contact-btn .btn-contact .show-number span a {
                color: white;
                padding: 0px 18px;
                display: inline-block;
                font-size: 14px;
            }
                .contact-btn .btn-contact .show-number span a .fa {
                    padding-right: 5px;
                    font-size: 14px;
                }
    
.help .head {
    margin-bottom: 15px;
}
    .help .head h6 {
        font-size: 18px;
        margin-bottom: 4px;
        font-weight: 600;
    }
    .help .head p {
        color: #3c3a3a;
        font-size: 15px;
        text-align: justify;
    }
.benefits .head p {
    color: #3c3a3a;
    font-size: 15px;
    text-align:justify;
}
.benefits .head{
    margin-bottom:15px;
}
 .contact-btn .respons p {
    color: black;
    font-size: 12px;
    text-align: right;
    line-height: 18px;
}
       .contact-btn .respons p span{
            color: green;
        }

     .contact-btn .btn-contact .send_enquiry {
        background-color: dodgerblue;
        margin-right: 10px;
        border-radius: 3px;
    }

       .btn-contact .send_enquiry span {
            padding: 4px 7px;
        }
             .contact-btn .btn-contact .send_enquiry span a {
                color: white;
                vertical-align: text-top;
            }

   .contact-btn .btn-contact .whats-app-number {
        border: 1px solid black;
        padding: 0px 6px;
        border-radius: 5px;
    }
.bplogo {
    width: 150px;
    height: 63px;
}
#top-bar .container-fluid{
    padding-left:0px!important;
    padding-right:0px!important;
}
#top-bar .row{
    align-items:center!important;
}

.bplogo img {
    width: 100%;
    height: 100%;
}
      .contact-btn .btn-contact .whats-app-number .fa{
            background:green;
        }
        .content-section .shop-timing .timing {
            padding-right: 8px;
            font-size: 14px;
        }
    .content-section .shop-timing .experi {
        padding-left: 8px;
        font-size: 14px;
    }
.content-section .salon {
    /* padding-left: 15px;*/
    line-height: 22px;
    font-size: 22px;
    font-weight: 500;
    color: #111;
text-transform: uppercase;
}
.content-section .studio {
    display: flex;
    align-items: center;
}


li.ui-menu-item {
    padding: 8px 10px 8px 10px;
    margin-bottom: 0px;
    border-bottom: 1px solid #00000029;
}

    li.ui-menu-item a.ui-corner-all {
        color: #333;
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
        padding: 10px 15px 10px 30px;
        position: relative;
    }

        li.ui-menu-item a.ui-corner-all:before {
            content: "\f002";
            font-family: FontAwesome;
            display: inline-block;
            vertical-align: middle;
            color: #424242;
            position: absolute;
            top: 12px;
            font-size: 12px;
            left: 10px;
            z-index: 99;
        }

        li.ui-menu-item a.ui-corner-all:hover {
            background: #efefef;
            cursor: pointer;
            border-radius: 0px;
        }

.header-section.fixed img.logo_imgs {
    width: 63%;
    height: auto;
    transition: all .3s ease;
    /* padding: 8px 0px; */
}

.header-search.header-same {
    width: 48%;
  /*  position: relative;*/
}

.search-container {
    display: flex;
    align-items: center;
    position: relative;
}

.search-icon.select select.form-control {
    width: auto;
    border-radius: 0px;
    background: #e9e9e9;
    border: 0px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    height: 38px;
    font-size: 14px;
    border: 1px solid #ccc;
}

.search-container input.form-control {
    height: 38px;
    width: 100%;
    background: #ffffff;
    font-size: 14px !important;
    border: 1px solid #ccc;
    /* padding: 0px 45px; */
    border-radius: 0px;
}

.search-icon i {
    font-size: 22px;
    background: #2a2c53;
    padding: 9px 15px;
    height: 38px;
    width: 47px;
    color: #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.header-menu.header-same ul {
    display: flex;
    margin: 0px;
    align-items: center;
}

.header-menu.header-same i {
    display: block;
    width: auto;
    text-align: center;
}

.header-menu.header-same ul li {
    margin-right: 20px;
}

.search_icon {
    text-align: center;
    display: none;
}

    .search_icon img {
        width: auto;
        margin: 0;
    }

/* ======================****Menu header section css by Nadeem*=========================== */

header.header-sec-menu {
    background: #2a2c53;
    position: relative;
}

ul.navbar-nav.headerSlot li.nav-item {
    margin-right: 20px;
    position: relative;
}

    ul.navbar-nav.headerSlot li.nav-item a.nav-link {
        color: #fff;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 14px;
        font-family: 'Nunito', sans-serif;
        position: relative;
        overflow: hidden;
        transition: all 0.5s ease 0s;
        padding: 12px 10px;
    }

        ul.navbar-nav.headerSlot li.nav-item a.nav-link:before {
            content: attr(data-text);
            text-align: center;
            position: absolute;
            top: 0;
            left: -250px;
            width: 100%;
            line-height: 42px;
            height: 100%;
            background: #fb844c;
            z-index: 1;
            transition: all 0.5s ease;
            color: #fff;
        }

        ul.navbar-nav.headerSlot li.nav-item a.nav-link:hover:before {
            left: 0px;
        }

.mobole-active {
    display: none;
}

.category-menu {
    background: #ffffff;
    padding: 15px;
    border-top: 3px solid #fb844c;
    width: 225px;
    transition: all .4s ease-in-out;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    margin: 0px 0px 0px;
    position: absolute;
    left: 0;
    opacity: 0;
    z-index: 9;
    margin-top: 15px;
    visibility: hidden;
}
/*.fixedScroll {
    overflow: scroll;
    height: 500px;
    overflow-x: hidden;
}

.fixedScroll::-webkit-scrollbar {
    width: 1px;
}

.fixedScroll::-webkit-scrollbar-thumb {
    background: #eaeaea;
}

    .category-menu.Productmenu {
        width: 100%;
    }*/

ul.navbar-nav.headerSlot li.nav-item:hover .category-menu {
    transition: all .4s ease-in-out;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}


ul.category-menu-list li a {
    font-size: 15px;
    margin-bottom: 5px;
    padding: 6px 10px 6px 20px;
    display: inherit;
    width: 100%;
    border-bottom: 1px solid #ccc;
    color: #7a7a7a;
    font-family: 'Nunito', sans-serif;
    position: relative;
}

    ul.category-menu-list li a:before {
        content: "⮞";
        font-family: FontAwesome;
        display: inline-block;
        vertical-align: middle;
        color: #7a7a7a;
        position: absolute;
        top: 8px;
        font-size: 14px;
        left: 3px;
        z-index: 99;
    }
/*    ul.category-menu-list li a:after {
        content: "\f0da";
        font-family: FontAwesome;
        display: inline-block;
        vertical-align: middle;
        color: #7a7a7a;
        position: absolute;
        top: 8px;
        font-size: 14px;
        right: 3px;
        z-index: 99;
    }*/


.header-submenu a {
    margin: 16px 0px;
    font-weight: 400;
    color: #3fa53b;
    border-bottom: 1px dashed #a5a5a5;
    padding-bottom: 2px;
    font-size: 16px;
    text-transform: uppercase;
    display: inherit;
}

ul.category-menu-list li a:hover {
    color: #2baab5;
}


ul.category-menu-list li {
    position: relative;
}

ul.Subcategory-menu-list {
    background: #f2f2f2;
    padding: 15px;
    border-top: 3px solid #116fa3;
    width: 100%;
    box-shadow: none;
    margin: 0px 0px 0px;
    position: absolute;
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
    left: 210px;
    top: 5px;
    transform: scaleY(0);
    opacity: 0;
    z-index: 9;
}

ul.category-menu-list li:hover ul.Subcategory-menu-list {
    opacity: 1;
    transform: scaleY(1);
    transition: all 0.5s ease 0s;
}

ul.Subcategory-menu-list li a:before {
    content: "\f192";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    color: #7a7a7a;
    position: absolute;
    top: 8px;
    font-size: 14px;
    left: 3px;
    z-index: 99;
}

.Subcategory-righticon {
    float: right;
}
/* ======================****custon button css by Nadeem*=========================== */
.submit_btn {
    width: 150px;
   /* height: 42px;*/
    display: inline-block;
    background: #0c2e03;
    text-align: center;
    line-height: 40px;
    color: white !important;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0px;
    transition-duration: 0.6s;
    border-style: none;
}

    .submit_btn:hover {
        transform: scale(0.9);
        transition-duration: 0.6s;
        cursor: pointer;
    }


.cancel_btn {
    width: 150px;
    height: 42px;
    display: inline-block;
    background: #212121;
    text-align: center;
    line-height: 40px;
    color: white !important;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0px;
    transition-duration: 0.6s;
    border-style: none;
}

    .cancel_btn:hover {
        transform: scale(0.9);
        transition-duration: 0.6s;
        cursor: pointer;
    }


/* ======================*footer section css by Nadeem*=========================== */
button.mad-back-to-top.animated.zoomIn.mad-inview {
    display: none;
}

footer.footer-section {
    /*background: #f7f7f7;*/
    padding: 50px 0px 30px;
    background: #000 url(../images/footer-bg.png);
    position: relative;
    overflow: hidden;
}

.logo_sec p {
    color: #fff;
    line-height: 25px;
    padding-top: 40px;
}

h3.header_txt {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    padding: 0px 0px 10px;
}

.line-brack2 {
    border-bottom: 2px solid #fff;
    padding: 0px 0px 0px;
    margin-bottom: 17px;
    width: 90%;
    position: relative;
}

    .line-brack2:after {
        content: '';
        position: absolute;
        top: 1px;
        left: 28%;
        width: 160px;
        height: 2px;
        background: linear-gradient(84deg, rgba(0,105,52,1) 0%, rgba(230,127,24,1) 100%);
        transform: translate(-50%, -50%);
    }

.footer-box li {
    margin-bottom: 10px;
    transition-duration: 0.6s;
    transition: 0.5s;
    color: #fff;
    font-size: 14px;
}

    .footer-box li a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        font-weight: 400;
        transition-duration: 0.6s;
        /* font-family: 'Gotham' !important; */
    }

        .footer-box li a:hover {
            color: #fb844c;
            padding-left: 6px;
        }

.fa_icon {
    padding-right: 10px;
}

.footer-box li .form-control {
    background: no-repeat;
    border: 2px solid #fff;
    color: #fff !important;
    border-radius: 0px;
    font-size: 14px;
    height: 42px;
    width: 100%;
}

    .footer-box li .form-control::placeholder {
        color: #fff;
    }

.submitbtn {
    width: 100%;
    height: 42px;
    background: linear-gradient(84deg, rgba(0,105,52,1) 0%, rgba(230,127,24,1) 100%);
    border-style: none;
    font-size: 15px;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 1px 3px 5px rgb(0 0 0 / 30%);
    outline: none;
    margin-top: 10px;
    margin: 0px;
}

.footer_bottom {
    text-align: center;
    background: linear-gradient(84deg, rgba(0,105,52,1) 0%, rgba(230,127,24,1) 100%);
    padding: 10px 0px;
    border-top: 1px solid #ffffff61;
}
/*.read-popup p{
    margin-bottom:8px;
}*/
.f-bootom {
    color: white;
    font-size: 14px;
}

.gotop a {
    font-size: 14px;
    float: right;
    color: #fff;
}

    .gotop a i {
        width: 30px;
        height: 30px;
        line-height: 29px;
        border-radius: 50%;
        background: #44f0ff;
        color: #fff;
        font-size: 16px;
        text-align: center;
        margin-left: 10px;
        transition: all .3s ease;
    }

    .gotop a:hover i {
        background: #212121;
        color: #fff;
        transition: all .3s ease;
    }

section.scrollicon-fixed.fixed {
    display: block;
}

section.scrollicon-fixed {
    position: fixed;
    top: 50%;
    right: 0px;
    z-index: 999;
    transition: all .5s ease;
    display: none;
}
.loving .fa-star {
    font-size: 12px;
    margin-right: 0;
}

.scroll_sec ul li a {
    font-size: 24px;
    background: #00AAB5;
    padding: 7px 18px;
    color: #fff;
    transition: all .5s ease;
}

.scroll_sec ul li {
    margin-bottom: 20px;
    position: relative;
    transition: all .5s ease;
}

    .scroll_sec ul li a i {
        width: 20px;
    }

.overlay_icon {
    font-size: 18px;
    position: absolute;
    top: -6px;
    left: 75px;
    background: #3b5998;
    padding: 0 15px;
    height: 47px;
    line-height: 45px;
    width: 111px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    color: #fff;
    /* display: none; */
    transition: all .5s ease;
}

.scroll_sec ul li:hover .overlay_icon {
    left: -110px;
    transition: all .5s ease;
    cursor: pointer;
}

.overlay_icon.whatsapp {
    background: #40d366;
}

.overlay_icon.googles {
    background: #00AAB5;
}

.overlay_icon.instagram {
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}


/* ======================*home slider section css by Nadeem*=========================== */
.nivo-controlNav {
    display: none;
}

.nivo-directionNav a.nivo-prevNav, a.nivo-nextNav {
    background: #124072;
    width: 40px;
    height: 40px;
    font-size: 35px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}


ul.slick-dots {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 21px;
    right: 2px;
    left: 50%;
    background: rgb(4 4 4 / 36%);
    width: 155px;
    height: 0;
    padding: 10px 0px;
    border-radius: 30px;
    text-align: center;
}

    ul.slick-dots li button {
        padding: 0px;
        border: 0;
        margin-right: 10px;
        background: #fff;
        font-size: 0;
        height: 10px;
        width: 10px;
        position: relative;
        top: -4px;
        left: 55px;
        text-align: center;
        border-radius: 50%;
        line-height: 1;
        cursor: pointer;
        outline: none;
    }
    ul.slick-dots li.slick-active button {
        background: #fb844c;
    }

    button.slick-arrow, button.slick-next.slick-arrow {
        position: absolute;
        top: 40%;
        left: 0px;
        z-index: 1;
        width: 60px;
        background: #fff3;
        height: 60px;
        border-radius: 30px;
        border-style: none;
    }

button.slick-next.slick-arrow {
    right: 0px;
    left: auto;
}

    button.slick-prev.slick-arrow:before, button.slick-next.slick-arrow:before {
        content: "\f104";
        font-family: FontAwesome;
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        position: absolute;
        top: -8px;
        font-size: 50px;
        left: 16px;
        transition: all .5s ease;
    }

    button.slick-next.slick-arrow:before {
        content: "\f105";
        left: 24px;
    }

section.slick_slider button.slick-prev.slick-arrow {
    visibility: hidden;
    left: -100%
}

section.slick_slider:hover button.slick-prev.slick-arrow {
    visibility: visible;
    left: 50px;
    transition: all .5s ease;
}

section.slick_slider button.slick-next.slick-arrow {
    visibility: hidden;
    right: -100%
}

section.slick_slider:hover button.slick-next.slick-arrow {
    visibility: visible;
    right: 50px;
    transition: all .5s ease;
}




/* ======================*home about us section css by Nadeem*=========================== */

.aboutus-imgs img {
    width: 100%;
}

.aboutus h4 {
    font-size: 35px;
    text-transform: uppercase;
}

p.lead {
    margin: 5px 0px 15px;
    line-height: 33px;
}

.readmore {
    text-align: right;
   
}
.blogSlot .rdmore {
    margin: 0px;
    float: right;
    font-size: 14px;
    padding: 2px 11px;
    background-color: #2a2c53;
    color: white;
   
}

.aboutus {
    padding-top: 20px;
}

section.companyAbout {
    background: #f1f1f1;
    margin: 50px auto 40px;
    padding: 30px 0px;
    max-width: calc(100vw - 10%);
}

    section.companyAbout.silarpro {
        margin: 20px auto 0px;
        padding: 30px 0px 0px;
    }

.aboutInfo_imgs {
    position: relative;
}

.dot-shape-bottom {
    position: absolute;
    bottom: 25px;
    left: auto;
    right: 21px;
    z-index: -1;
}

    .dot-shape-bottom img {
        width: 100%;
    }

.aboutInfo_imgs img.img-fluid {
    border-radius: 5px;
}

section.aboutus_section {
    padding: 75px 0px;
}

.aboutInfo_content h3 {
    font-size: 30px;
    margin: 0px 0px 5px;
}

.choose_header {
    text-align: center;
}

    .choose_header h3 {
        position: relative;
        font-size: 22px;
        color: #212121;
        padding: 0;
        display: inline-block;
        margin-bottom: 0;
        text-transform: capitalize;
        /* border-bottom: 1px solid #f1f1f1;*/
    }

    /*  .choose_header h3:before {
            position: absolute;
            content: '';
            left: 50%;
            bottom: -24px;
            width: 29px;
            height: 30px;
            margin-left: -15px;
            background: url(../images/separater.png) no-repeat;
        }

        .choose_header h3:after {
            position: absolute;
            content: '';
            left: 50%;
            bottom: -9px;
            margin-left: -9px;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 8px solid #3fa53b;
        }*/

    .choose_header h6 {
        font-size: 18px;
        color: #fb844c;
    }

    .choose_header h3 span {
        color: #3fa53b;
    }

.indexmiddle {
    text-align: center;
}

    .indexmiddle img {
        width: 100%;
    }

    .indexmiddle h4 {
        font-size: 22px;
        margin: 10px 0px 0px;
    }

.indexleft {
    margin: 80px 0px 0px;
    text-align: right;
}

    .indexleft h3 {
        font-size: 22px;
        color: #3fa53b;
    }

/* ======================*home Products section css by Nadeem*=========================== */

section.product-slider {
    max-width: calc(100vw - 10%);
    margin: 0px auto;
    padding: 10px 0px 0px 0px;
}

.product_imgs img.img-fluid {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    transition: transform 4s ease-out,opacity .25s ease-out;
}

.product_box:hover .product_imgs img {
    transform: scale(1.2);
    transition: transform 4s ease-out,opacity .25s ease-out;
}
.customer-resume .my-class {
   /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;*/
    margin:0px;
    width:100%;
    max-width:100%;
}
#profile-img img {
    border-radius: 50%;
    height: 100%;
    width: 100%;
    /*object-fit: cover;
    object-position: top;*/
    border: 2px solid black;
}
#profile-img {
    width: 120px;
    margin: auto;
    margin-bottom: 15px;
    height: 120px;
}

.product_imgs {
    position: relative;
    background: #c4c4c4;
    overflow: hidden;
}

.product_imgs_hover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    opacity: 0;
}

    .product_imgs_hover img {
        max-width: 100%;
        max-height: 100%;
    }

.product_imgs:hover .product_imgs_hover {
    opacity: 1;
}
/*.owl-nav.disabled {
    display: block !important;
}*/

section.product-category-list .product_box {
    margin-bottom: 30px;
    height: 100%;
    width: 100%;
    padding: 0px;
    text-align: center;
}
    section.product-category-list .product_box .img-section {
        width: 150px;
        margin: auto;
        height: 150px;
    }
    .product_box img {
        padding: 13px;
         width: 100%;
        border-radius: 50%;
        /*object-fit: cover;
        object-position: center;*/
        height:100%;
    }

.product_box {
    background: #fff;
    border-radius: 5px;
/*    margin-top: 10px;
*/    height: 385px;
}
.product_box_a {
    width: 13%;
    float: left;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    margin-right: 40px;
    margin-bottom: 30px;
    border-radius: 5px;
}
#gt img {
    height:100px;
    padding:10px;
    object-fit:cover;
    object-position:center;
    width:100%;
}
section.product-category-list .product_box {
    margin-bottom: 30px;
    border: 1px solid #e3e3e3;
    float: left;
    /*  margin-right: 44px;*/
    border-radius: 10px;
}

.product-cart {
    position: relative;
}

    .product-cart i {
        width: 35px;
        height: 35px;
        background: #2a2c53;
        color: #fff;
        border-radius: 50%;
        text-align: center;
        line-height: 35px;
        font-size: 20px;
        position: relative;
        overflow: hidden;
    }

label.filter-popup {
    background: #2a2c53;
    width: 0;
    height: 35px;
    border-radius: 30px;
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 15px;
    color: #fff;
    line-height: 35px;
    padding: 0px 0px 0px 13px;
    opacity: 0;
}

.product-cart:hover label.filter-popup {
    width: 130px;
    opacity: 1;
    right: 0px;
    transition: all 0.5s ease;
}

.product_info_mrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 5px 0px;
}

    .product_info_mrp a {
        color: #000;
        font-size: 16px;
        font-weight: 500;
    }


.product_info_mrp a:hover {
    color: #d0a923;
}

.product_info {
    padding: 0px 20px;
}

a.pro_title {
    color: #2a2c53;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align:center;
    text-transform: capitalize;
}

.product_info_mrp span {
    color: #f44336;
    text-decoration: line-through;
}

.reviewSlot a {
    color: #fb8e0d;
    font-size: 12px;
}

ul.product_header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    text-align: center;
}

li.product-name {
    color: #000;
    font-size: 24px;
    text-align: center;
    margin: 0px 0px 15px;
}

.product_hover_cart {
    position: absolute;
    top: -65px;
    left: 0px;
    transition: all 0.3s ease;
    width: 100%;
}

.product_box:hover .product_hover_cart {
    top: 0px;
    transition: all 0.3s ease;
}

.adc {
    position: relative;
    overflow: hidden;
}

.product_hover_cart ul {
    display: flex;
    list-style: none;
    padding: 10px 40px;
    width: 100%;
    background: #00000038;
    height: 60px;
    text-align: center;
}

    .product_hover_cart ul li {
        margin-right: 20px;
    }

        .product_hover_cart ul li a i {
            background: #3fa53b;
            width: 40px;
            height: 40px;
            font-size: 22px;
            color: #fff;
            line-height: 43px;
            text-align: center;
            border-radius: 50%;
        }

            .product_hover_cart ul li a i:hover {
                color: black;
            }


.owl-nav button {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 25px;
    height: auto;
    border-radius: 0px 5px 5px 0px;
    background: none !important;
    transform: translate(0%, -50%);
}

    .owl-nav button.owl-next {
        right: 15px;
        left: inherit;
        border-radius: 5px 0px 0px 5px;
    }

    .owl-nav button span {
        font-size: 45px;
        line-height: 30px;
        color: #333;
    }

section.our-1team {
    margin: 50px auto 0;
    max-width: calc(100vw - 10%);
}

.choose_header2 h3 {
    color: #000;
    font-size: 25px;
    text-align: center;
}
.my_content img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 50px;
}
.my_content {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    height:100%;
    position:relative;
    z-index:99;
   cursor:pointer;
}
    .my_content:hover:before {
        height: 100%;
        width: 100%;
        border-radius: 5px;
    }
    .my_content:hover p{
        color:white;
    }
    .my_content:before {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0px;
        background: linear-gradient(84deg, rgb(102 189 145) 0%, rgb(213 157 102) 100%);
        /* width: 26px;
        height: 26px;*/
        transition: 0.5s;
        border-radius: 5px;
        /*border-radius: 0 16px 0 0;*/
        z-index: -9;
        width:0px;
        height:0px;
    }
    .product-category-list .col-lg-2 {
        margin-bottom: 20px;
    }
.my_content p {
    font-size: 14px;
    text-transform: capitalize !important;
    font-weight: 500;
    margin-top: 7px;
    line-height: 19px;
}

.choose_header2 {
    text-align: center;
    /*  background: #e1e1e1;*/
    background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url(../../content/images/banner-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 64px 1px 64px 0;
}
    .choose_header2 h5 {
        font-weight: 600;
        text-transform: uppercase;
        color: #06AAEC;
        font-size: 26px;
        line-height: 39px;
    }

     .testimonial_box {
        position: relative;
        padding: 40px 40px;
        margin: 15px 10px;
        border-radius: 10px;
        background-color: #ffffff;
        box-shadow: 0px 0px 8px #ccc;
        transition: all 600ms ease;
        -webkit-transition: all 600ms ease;
        height: 250px;
    }

    .testimonial_box:hover {
        background-color: #000;
    }

        .testimonial_box:hover::before {
            opacity: 1;
            transform: rotate( -2deg);
        }

    .testimonial_box:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        opacity: 0;
        z-index: -1;
        border-radius: 10px;
        background: #fff;
        transition: all 300ms ease;
    }

.author-info {
    position: relative;
    min-height: 86px;
    padding-top: 18px;
    padding-left: 110px;
}

.image {
    position: relative;
    width: 56px;
    height: 56px;
    margin-left: 15px;
    margin-top: 15px;
    border-radius: 50%;
    overflow: hidden;
}

    .image img {
        width: 100%;
        display: block;
    }

.author-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 86px;
    height: 86px;
    z-index: 1;
    border-radius: 80px;
}

.author-info .author-image:before {
    position: absolute;
    content: '';
    left: 8px;
    top: 8px;
    right: 8px;
    bottom: 8px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.author-info .author-image:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}

.text {
    position: relative;
    color: #212121;
    font-size: 14px;
    line-height: 22px;
    font-style: italic;
    margin-top: 5px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.author-name {
    color: #212121;
    font-size: 20px;
}

.designation {
    color: #212121;
    font-size: 14px;
}

.testimonial_box:hover .author-name {
    color: #fff;
}

.testimonial_box:hover .designation {
    color: #fff;
}

.testimonial_box:hover .text, .quote-icon {
    color: #fff;
}

.quote-icon {
    position: absolute;
    right: 0px;
    top: 20px;
    color: #ebe9ea;
    font-size: 36px;
    line-height: 1em;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

    .quote-icon:before {
        content: "\f10e";
        font-family: FontAwesome;
        display: inline-block;
        vertical-align: middle;
        z-index: 99;
    }


.secure-info-txt h3 {
    font-size: 18px;
}

.secure-info-icon {
    float: left;
    margin-right: 15px;
}

section.product-launches {
    max-width: calc(100vw - 10%);
    margin: 50px auto 0px;
    padding: 30px;
    background: #f2f2f2;
}

.product-launches-imgs img {
    max-width: 400px;
    max-height: 400px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    overflow: hidden;
    padding: 20px;
}

.product-launches-txt h3 {
    font-size: 22px;
    margin: 0px 0px 10px;
}

.product-launche {
    background: #cccccc;
    padding: 20px;
    max-width: calc(100vw - 25%);
    margin: 0px auto 0px;
}

.product-launches-txt {
    padding: 60px 0px 0px 70px;
}
/* ======================*home Products list section css by Nadeem*=========================== */

section.breadcrumbs {
    background: url('../images/bredcrumb.jpg') repeat scroll 50% 0;
    /*background: #3fa53b url(../images/breadcrumbs_bg.png);*/
    background-size: cover;
    position: relative;
    width: 100%;
    padding: 33px 0px;
    background-size: contain;
    height: 130px;
}

h2.contact_Slot {
    font-size: 35px;
    color: #000;
    margin: 0px 0px 0px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    /* letter-spacing: 1px; */
}

section.breadcrumbs ol.breadcrumb {
    background: none;
    text-align: center;
    justify-content: center;
    padding: 0px 0px;
}

.breadcrumb-item.active {
    color: #000 !important;
}

li.breadcrumb-item {
    font-size: 18px;
    font-weight: 500;
}

    li.breadcrumb-item a {
        color: #000;
        text-decoration: none;
    }

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #000 !important;
    content: "/";
}
.my-btn {
    background: linear-gradient(84deg, rgba(0, 105, 52, 1) 0%, rgba(230, 127, 24, 1) 100%);
    color: white;
    padding: 0 12px;
    font-size: 15px;
}
#st-2 {
    display: none !important;
}

section.product-category-list {
    padding: 70px 0px 70px 0px;
    position: relative;
}

.filtter-list {
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid #ccc;
}

ul.filter-subcategory {
    padding-left: 20px;
}

.subcategory1 {
    position: relative;
    margin-left: 10px;
}

ul.filter-subcategory li a {
    font-size: 14px;
}

ul.filtter-category li {
    margin-bottom: 10px;
}

.subcategory1:not(.collapsed)::after {
    content: "\f104";
    color: #000;
    transform: none;
    left: -12px;
}

.subcategory1::after {
    content: "\f104";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    color: #000;
    position: absolute;
    top: 0px;
    font-size: 16px;
    left: -12px;
    z-index: 9;
    background-image: none;
    transition: all 0.5s ease;
    transform: rotate( -90deg);
}






.filtter-list-header {
    background: linear-gradient(84deg, rgba(0,105,52,1) 0%, rgba(230,127,24,1) 100%);
    width: 100%;
    border-style: none;
    padding: 7px 15px;
    text-align: left;
    color: #ffffff;
    position: relative;
}

    .filtter-list-header::after {
        content: "\f067";
        font-family: FontAwesome;
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        position: absolute;
        top: 9px;
        font-size: 16px;
        right: 10px;
        z-index: 99;
        background-image: none;
        transition: all 0.5s ease;
    }

    .filtter-list-header:not(.collapsed)::after {
        content: "\f068";
        color: #fff;
        transform: none;
        right: 20px;
    }

    .filtter-list-header.d-flex.justify-content-between:after {
        display: none;
    }

a.flt-box {
    padding: 6px 7px;
    background: #eaeded;
    display: inline-block;
    margin: 0px 2px 8px 0px;
    border-radius: 3px;
}
/* The container */
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .container-checkbox .checkmark {
        position: absolute;
        top: 2px;
        left: 5px;
        height: 20px;
        width: 20px;
        background-color: #212121;
    }

    /* On mouse-over, add a grey background color */
    /*.container-checkbox:hover input ~ .checkmark {
        background-color: #ccc;
    }*/

    /* When the checkbox is checked, add a blue background */
    .container-checkbox input:checked ~ .checkmark {
        background-color: #2196F3;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .container-checkbox .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .container-checkbox input:checked ~ .checkmark:after {
        display: block;
    }

    .container-checkbox .checkmark:after {
        left: 9px;
        top: 3px;
        width: 5px;
        height: 12px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate( 45deg);
        -ms-transform: rotate(45deg);
        transform: rotate( 45deg);
    }

ul.checkbox_sec li {
    margin-bottom: 10px;
    
}
    ul.checkbox_sec li a {
        cursor: pointer;
    }

    .overflowscroll {
        overflow: scroll;
        overflow-x: hidden;
        height: 340px;
    }

label.category-label {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px dotted #ccc;
    display: inline-block;
    width: 100%;
    padding-bottom: 3px;
    margin: 0px 0px 5px 0px;
    cursor:pointer;
}

/* width */
.overflowscroll::-webkit-scrollbar {
    width: 7px;
    border-radius: 10px;
}

/* Track */
.overflowscroll::-webkit-scrollbar-track {
    background: #f2f2f2;
}

/* Handle */
.overflowscroll::-webkit-scrollbar-thumb {
    background: linear-gradient(84deg, rgba(0,105,52,1) 0%, rgba(230,127,24,1) 100%);
    border-radius: 10px;
}
#contact-btnn {
    position:static;
}

.card-header.listheader {
    background: linear-gradient(84deg, rgba(0,105,52,1) 0%, rgba(230,127,24,1) 100%);
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    color: white !important;
}
    .card-header.listheader p {
        color: white !important;
        font-size: 18px;
    }
#eshop{
    text-transform:capitalize;
}
.customer-product {
    width: 85%;
    display:block;
    margin:0 auto;
margin-bottom: 33px;
}
.Back-btn {
    font-size: 18px!important;
    text-decoration:underline!important;
}

.listheader a {
    color: #fff !important;
    font-size: 18px;
    margin-right: 10px;
}

    .listheader a:hover {
        color: #212121;
    }

.filter-price {
    width: 220px;
    border: 0;
    padding: 0;
    margin: 0;
}

.price-title {
    position: relative;
    color: #212121;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 500;
    width: 70px;
}

.price-field {
    position: relative;
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    background: rgb(234 237 237);
    padding-top: 15px;
    padding-left: 16px;
    border-radius: 3px;
}

    .price-field input[type=range] {
        position: absolute;
    }

    /* Reset style for input range */

    .price-field input[type=range] {
        width: 188px;
        height: 2px;
        border: 0;
        outline: 0;
        box-sizing: border-box;
        border-radius: 5px;
        pointer-events: none;
        -webkit-appearance: none;
    }

        .price-field input[type=range]::-webkit-slider-thumb {
            -webkit-appearance: none;
        }

        .price-field input[type=range]:active,
        .price-field input[type=range]:focus {
            outline: 0;
        }

        .price-field input[type=range]::-ms-track {
            width: 188px;
            height: 2px;
            border: 0;
            outline: 0;
            box-sizing: border-box;
            border-radius: 5px;
            pointer-events: none;
            background: transparent;
            border-color: transparent;
            color: transparent;
            border-radius: 5px;
        }

        /* Style toddler input range */

        .price-field input[type=range]::-webkit-slider-thumb {
            /* WebKit/Blink */
            position: relative;
            -webkit-appearance: none;
            margin: 0;
            border: 0;
            outline: 0;
            border-radius: 50%;
            height: 10px;
            width: 10px;
            margin-top: -4px;
            background-color: #3fa53b;
            cursor: pointer;
            cursor: pointer;
            pointer-events: all;
            z-index: 100;
        }


        /* Style track input range */

        .price-field input[type=range]::-webkit-slider-runnable-track {
            /* WebKit/Blink */
            width: 188px;
            height: 2px;
            cursor: pointer;
            background: #3fa53b;
            border-radius: 5px;
        }

        .price-field input[type=range]::-moz-range-track {
            /* Firefox */
            width: 188px;
            height: 2px;
            cursor: pointer;
            background: #212121;
            border-radius: 5px;
        }

        .price-field input[type=range]::-ms-track {
            /* IE */
            width: 188px;
            height: 2px;
            cursor: pointer;
            background: #212121;
            border-radius: 5px;
        }

/* Style for input value block */

.price-wrap {
    display: flex;
    justify-content: center;
    line-height: 1.2em;
    font-weight: 500;
    margin: 10px 0px 0px;
}

.price-wrap-1,
.price-wrap-2 {
    display: flex;
}



.price-wrap_line {
    margin: 0 10px;
}

.price-wrap #one, .price-wrap #two {
    width: 43px;
    text-align: right;
    margin: 0;
    padding: 0;
    margin-right: 2px;
    background: 0;
    border: 0;
    outline: 0;
    color: #212121;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 500;
}

.price-wrap label {
    text-align: right;
    margin: 0px -6px 0px 0px;
}

/* Style for active state input */

.price-field input[type=range]:hover::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #fff;
    transition-duration: 0.3s;
}

.price-field input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #fff;
    transition-duration: 0.3s;
}

/* ======================*home Products list details section css by Nadeem*=========================== */

.product-zooming img {
    width: 100%;
}

.elevatezoom-div {
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}

.data-zoom-image img {
    width: 110px !important;
    margin: 0px 0px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 2px;
    height: 80px;
}


.mnk a.dateAs {
    font-size: 16px !important;
}

.data-zoom-image .owl-nav.disabled {
    display: block !important;
}

.product-full-details {
    background: white;
    padding: 25px;
}

.product-card-details a {
    color: #212121;
    font-size: 22px;
    text-decoration: none;
}

.product-card-details div {
    display: inherit;
    justify-content: space-between;
    margin: 2px 0px 0px;
}

span.dateAs {
    font-size: 16px;
    color: #212121;
}

    span.dateAs.dpprice {
        color: #f44336;
        text-decoration: line-through;
    }

.mnk {
    text-align: right;
    position: absolute;
    right: 65px;
}

    .mnk a.dateAs {
        font-size: 16px !important;
    }

.product-size label {
    color: #212121;
    font-size: 18px;
    margin: 0px 0px 5px;
}

ul.sizeSlot li {
    display: inline-block;
    line-height: 36px;
    margin-right: 10px;
    position: relative;
    margin-bottom: 10px;
}

    ul.sizeSlot li a {
        font-size: 15px;
        text-transform: uppercase;
        border: 1px solid #ccc;
        font-weight: 600;
        cursor: pointer;
        min-width: 50px;
        height: 50px;
        border-radius: 100px;
        display: block;
        text-align: center;
        line-height: 50px;
        padding: 0 5px;
        color: #212121;
        text-decoration: initial;
        transition-duration: 0.6s;
    }

        ul.sizeSlot li a:hover {
            background: linear-gradient( to right, #00a2d9 7%,#055786 60%,#00a2d9 100%);
            transform: translate(0px,-10px);
            transition-duration: 0.6s;
            color: #fff;
        }

.addto-cart {
    margin: 20px 0px 30px 0px;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #ed7d48;
    outline: 0;
    box-shadow: none;
}

.pincodeSlot {
    position: relative;
}

    .pincodeSlot input.form-control {
        border-radius: 0px;
        width: 70%;
        height: 40px;
        font-size: 14px;
        margin: 0px 0px 10px;
    }

    .pincodeSlot a {
        position: absolute;
        right: 30%;
        top: 16px;
        display: inline-block;
        width: 100px;
        height: 40px;
        background: #000;
        text-align: center;
        font-size: 16px;
        line-height: 40px;
        text-decoration: none;
        color: #fff;
    }


.nav-tabs li.nav-item .nav-link.active {
    color: #ffffff !important;
    background: #fb844c;
    border-color: #fb844c;
    position: relative;
}

.nav-tabs li.nav-item {
    margin-right: 15px;
}

    .nav-tabs li.nav-item .nav-link.active:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: #fb844c transparent transparent transparent;
        position: absolute;
        top: 43px;
        left: 30px;
    }

.nav-tabs {
    border-bottom: 5px solid #fb844c;
    border-radius: 3px;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
        color: #fff !important;
        background: #fb844c;
        border-color: #fb844c;
    }

    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        border-color: transparent !important;
    }



    .tab-pane p label {
        font-size: 16px;
        font-weight: 600;
    }

.clickby a {
    color: #d0a923;
}

.clickby {
    margin: 10px 0px 0px;
}

.descripation-tab .tab-content {
    padding: 10px 15px;
    background: #f2f2f2;
}

.qtyslot {
    width: 25%;
    margin-left: 10px;
}
/*    .qtyslot span.input-group-text {
        background: #3fa53b;
        color: #fff;
    }*/

.product-cngcolor img {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 3px;
    border: 2px solid #e4e4e4;
}

a.text-primary {
    color: #3fa53b !important;
}

.product-cngcolor {
    margin: 15px 0px;
}

h5.cngSlot {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 2px;
}

    h5.cngSlot span {
        color: #3fa53b;
        font-size: 16px;
    }


section.blog-Section {
    /*margin: 60px 0px;*/
  /*  background-image: url('../images/threebg.jpg');*/
    padding: 60px 0px 30px 0px;
    background-size: cover;
    background-attachment: fixed;
}

.blogSlot p {
    padding: 0px 15px;
    text-align: justify;
    color: #3c3a3a !important;
}

.blogSlot i {
    border: 1px solid #fff;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    color: #fff;
    background: #2baab5;
    font-size: 32px;
    text-align: center;
    line-height: 75px;
}

.blogSlot {
    border-radius: 10px;
    padding-bottom: 15px;
    position: relative;
    /* cursor: pointer; */
    box-shadow: none;
    background-color: #ffffff;
    text-align: center;
    /* border: 1px solid #fff; */
    padding: 25px 10px;
    transition-duration: 0.6s;
    height: 100%;
    position: relative;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
#more {
    display: none;
}
    /*  .blogSlot:hover {
        transform: translate(0px,-10px);
        transition-duration: 0.6s;
        box-shadow: none;
    }*/


    .blogSlot h2 {
        font-size: 30px;
        color: #2baab5;
        font-weight: 700;
        letter-spacing: 1px;
        margin: 20px 0px 10px;
       
    }
.read-popup .modal-dialog {
    max-width: 84%;
}

.contid {
    font-size: 12px;
}

.h1 {
    color: blue;
    font-size: 20px;
}



.more {
    display: none;
    font-size: 20px;
}

button {
  /*  margin: 15px;*/
    padding: 10px;
    border: none;
    background-color: blue;
    font-size: 18px;
    display: block;
    cursor: pointer;
    color: #000;
    outline: none;
}

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}



.process-step-circle i {
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50%;
    background: #2a2c53;
    line-height: 100px;
    font-size: 40px;
    color: #fff;
}

.process-step-circle-content {
    font-size: 20px;
    margin: 5px 0px 5px;
}

.process-three-steps {
    display: flex;
}

.process-step {
    width: 33.33%;
    text-align: center;
    position: relative;
}

    .process-step:before {
        content: '';
        height: 1px;
        display: block;
        background-color: #ccc;
        position: absolute;
        width: 60%;
        top: 45px;
        left: 70%;
    }

    .process-step:last-child:before {
        display: none;
    }


/* ======================*home contact Us  css by Nadeem*=========================== */
section.contact-section {
    padding: 60px 0px;
}
.contact-txt{
    margin-bottom:8px;
}

.single_ctinfo {
    margin-bottom: 10px;
    padding: 1rem 1.5rem;
    /* border: 1px solid #dfe5ef; */
    border: 1px solid #ccc;
    border-radius: 0.4rem;
    width: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 6%);
}

.ctinfo_icon {
    margin-right: 1rem;
    color: #ed7d48;
    font-size: 35px;
}

article.ctinfo_detail {
    font-size: 14px;
}

.single_ctinfo .single_info_title {
    font-size: 18px;
    margin-bottom: 5px;
    color: #000;
}

.contact-form {
    background: #f4f4f4;
    padding: 20px;
    height: auto;
    position: relative;
}

.left-contact-txt {
    background: white;
    padding: 20px 20px 1px 20px;
}

.contact-formSlot {
    position: relative;
}

.contact-txt h5 {
    font-size: 24px;
    margin: 0px 0px 5px;
}

.contact-formSlot .Username input:focus + label {
    color: #212121;
    background: #efefef;
    font-size: 12px;
}

.contact-formSlot a.submit_btn {
    box-shadow: 0px 1px 7px 0px #00000080;
    border-radius: 30px;
}

.contactSlot {
    box-shadow: 0px 0px 8px #ccc;
}

section.businessplan {
    background: #fff;
    padding: 60px 0px;
}

h4.opportunitie-title {
    font-size: 24px;
    text-transform: uppercase;
}

.opportunitieSlot {
    text-align: center;
}

section.bg-lightgrey {
    background: #fff;
    padding: 60px 0px;
}

.join_us_imges img {
    width: 100%;
    border-radius: 10px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

button.accordion-button {
    padding: 10px 15px;
    background: #fff;
    font-size: 16px;
    color: #212121;
}


.accordion-button::after {
    content: "\f063";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    color: #212121;
    position: absolute;
    top: 9px;
    font-size: 16px;
    right: 10px;
    background-image: none;
    transition: all 0.5s ease;
}

.accordion-button:not(.collapsed)::after {
    content: "\f063";
    background-image: none;
    transform: rotate( 180deg);
    color: #3fa53b;
}

.accordion-item {
    margin-bottom: 20px;
}

.accordion-button:not(.collapsed) {
    color: #3fa53b;
    background-color: #ffffff;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
}

.faqs-img img {
    width: 100%;
}

.gallery-section img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
    width: 100%;
}

.gallery-section {
    margin-bottom: 30px;
}

.servies-info {
    margin-bottom: 30px;
}

    .servies-info img {
        width: 100%;
        transition: all .4s;
    }

    .servies-info:hover img {
        -webkit-transform: scale(2.05);
        transform: scale(1.05);
        filter: blur(2px);
    }

h3.servies-title {
    position: relative;
    padding: 23px 28px 25px;
    background-color: #fff;
    border-radius: 5px;
    font-size: 16px;
    margin: -46px 45px 0;
    transition: all .4s;
    text-align: center;
}

.servies-info:hover h3.servies-title {
    margin-left: 20px;
    transition: all .5s;
    margin-right: 20px;
}

h3.servies-title:before {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    border-bottom: 3px solid #00AAB5;
    width: 0;
    z-index: 1;
    transition: all .5s;
}
.my-breadcrumb{
    float:none!important;
}
.my-list {
    padding-top: 0px !important;
}

.servies-info:hover h3.servies-title:before {
    width: 100%;
}

img.img-fluid.vert-move {
    width: 65%;
    margin: 0px auto;
    display: flex;
}

img.download-imgs {
    width: 200px;
    margin: 30px 0px 0px;
}
#member-login-form div {
    position: relative;
    margin-bottom: 10px;
}
#member-login-form #mobilePrefix {
    position: absolute;
    top: 39px;
    left: 4px;
    font-size: 14px;
}
#member-login-form #txtMobileOrEmail {
    padding-left: 28px;
}

.modal-header {
    background: linear-gradient(84deg, rgba(0,105,52,1) 0%, rgba(230,127,24,1) 100%);
    padding: 10px;
}

h5.modal-title {
    color: #fff;
    font-size: 18px;
}




img.multiproduct-imgs {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.hovereffect {
    position: relative;
    cursor: pointer;
}

    .hovereffect::after {
        bottom: 0;
        left: auto;
        margin: auto;
        right: 0;
        top: auto;
    }

    .hovereffect::after, .hovereffect::before {
        background: rgba(255,255,255,.3) none repeat scroll 0 0;
        content: "";
        height: 0;
        left: 0;
        opacity: 1;
        pointer-events: none;
        position: absolute;
        border-radius: 0px;
        top: 0;
        transition: all .8s ease-in-out 0s;
        width: 0;
    }

    .hovereffect:hover::after, .hovereffect:hover::before {
        height: 100%;
        opacity: 0;
        width: 100%;
    }


ul.flowUs {
    display: flex;
    margin-top: 0px;
    justify-content: center;
}

    ul.flowUs li {
        margin-right: 14px;
    }

        ul.flowUs li a {
            display: inherit;
            width: 25px;
            height: 25px;
            background: #e2e7ec;
            font-size: 15px;
            color: #000;
            text-align: center;
            line-height: 25px;
            border-radius: 50%;
            transition-duration: 0.6s;
        }

            ul.flowUs li a:hover {
                background: #000;
                color: #fff !important;
                transform: translate(-5px,0px);
                transition-duration: 0.6s;
            }



 /*======================================================*/
.box_1 {
    width: 74px;
    height: 74px;
    border-radius: 10px;
    position: relative;
    border: 1px solid black;
    float:left;
    margin-right:50px;
}
.div_1 {
    width: 74px;
    height: 74px;
    border-radius: 10px;
    position: relative;
    
}
    .div_1 img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
.my_section .box_1 h6 {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-top: 8px;
}
.my_section{
    padding:50px 0;
}
@media (max-width:991px){
    .contact-btns {
        padding-left: 0;
    }
    .video-section {
        height: 240px;
    padding: 0px;
    }
        .video-section iframe{
            height:100%;
        }
        .zoomContainer {
            width: 100% !important;
        }
    .content-section {
        margin-bottom: 2px;
    }
    .fa-star {
        margin-right: 1px !important;
    }
    .contact-btns .btn-contact {
        width: 100%;
        justify-content: center;
    }
            .contact-btns .btn-contact .show-number:last-child{
                margin-right:0px;
            }
} 


@media (max-width:576px) {
    .main-body .con-section {
        margin-left: 0px;
        flex-wrap: wrap;
    }
   /* #my-tabs .ui-tabs-panel div img {
        width: 28% !important;
        margin: 0 auto;
    }*/
    .my_content {
        width: 86%;
        margin: 0 auto;
    }
    .photo-left {
        margin-top: -80px !important;
    }
    .main-body .img-div {
        height: 70% !important;
    }
    #divaddress {
        margin-top: 14px;
    }
    .contact-btns .btn-contact .show-number {
        margin-right: 6px!important;
    }
    .eshop {
        font-size: 14px !important;
    }
    .search_icon img {
        width: 20px;
        margin: 0;
    }

    .contact-btn .btn-contact .show-number {
        width: 100%;
        margin-right: 0px;
        text-align: center;
    }

    .contact-btn .respons p {
        display: contents;
    }
}

@media screen and (min-device-width: 577px) and (max-device-width: 767px){
    .main-body .con-section {
        margin-left: 0px;
        flex-wrap: wrap;
    }
} 


@media screen and (min-device-width: 768px) and (max-device-width: 992px) {
    .main-body .img-div {
        width: 22%;
        float: left;
        height: 100%;
    }
    .contact-btn .respons {
        margin-top: 6px;
    }
    .contact-btn {
        display: block;
    }
        .contact-btn .btn-contact .show-number {
            width: 100%;
            text-align:center;
        }
        .contact-btn .btn-contact {
            width: 100%;
        }

    .main-body .con-section {
        margin-left: 0px;
        flex-wrap: wrap;
    }

    .customer-resume .tab-content .tab-pane .flex-box .contact-info {
        flex-wrap: wrap;
    }

    .main-section-left .box-1 {
        gap: 8px !important;
        flex-wrap: wrap;
    }
    .content-section .shop-timing .timing {
        font-size: 14px;
        line-height: 19px !important;
    }
    .content-section .shop-timing .experi {
        font-size: 14px;
        line-height: 19px !important;
    }
    .content-section .salon {
        font-size: 16px;
    }
    /*.main-section-left .box-1 p {
            font-size: 13px!important;
        }*/
    #my-tabs .ui-widget-header {
        display: flex;
        gap: 10px !important;
        flex-wrap: wrap;
    }

    .content-section {
        width: 78%;
        padding-left: 15px;
        margin-top: 12px;
    }

    .new-page-create .right-section .slider-section .profile-section {
        width: 100%;
    }
}

    @media only screen and (max-width: 992px) {

        .new-page-create .right-section .slider-section .profile-section {
            width: 100% !important;
        }
        .customer-resume .container {
            max-width: 100%;
        }
        .customer-resume .tab-content .tab-pane div{
            height:auto!important;
        }
        .my-container-tabs .banner-section{
            height:100%!important;
        }
    }
@media only screen and (max-width: 480px){
    .customer-resume .tab-content .tab-pane .flex-box .contact-info {
        display: block !important;
    }
    .product-filtter-list{
        display:none;
    }
   
    
    .mad-page-wrapper h5 {
        margin: 0 0 5px 0 !important;
        font-size: 18px;
        line-height: 27px;
    }
    section.product-category-list {
        padding: 0px 0px 0px 0px;
    }
    .mad-page-wrapper .categories {
        margin-bottom: 25px;
    }
    .logo {
        width: 100% !important;
    }
    .choose_header2 {
        padding: 14px 18px;
    }
    
      .my-container-tabs .banner-section {
        margin-bottom: 0px !important;
    }
    .my-container-tabs .photo {
        width: 120px !important;
        height: 120px !important;
    }

    #SearchStateId {
        width: 100% !important;
    }
    
    .customer-resume .education-box .left-side {
        display: block !important;
    }
    #tabs .back{
        display:block!important;
    }
    .tab-content .skills .bars {
        display: block !important;
        margin-bottom: 10px;
    }
    .customer-resume .tab-content .tab-pane {
        padding: 20px !important;
    }
    .customer-resume .education-box .left-side .minidiv {
        width: 100% !important;
    }
    .minidiv2 {
        width: 100% !important;
    }
}
@media only screen and (min-width: 992px){

}


@media only screen and (max-width: 992px) {
    .new-page-create .right-section .ui-tabs .ui-tabs-nav {
        flex-wrap: wrap;
        display: block !important;
    }
    .banner-section2 #carouselExampleIndicators .carousel-inner img {
        width: 100% !important;
        height: 100%;
    }
    .banner-section2 .carousel-indicators {
        display: none;
    }
#carouselExampleIndicators .carousel-inner img{
height: 109px;
object-fit: inherit;
}
.profile-img{
    height: 110px!important;
}

}





@media only screen and (max-width: 767px) {
    .new-page-create .right-section .slider-section .profile-section .profile-text .content-sectiond .box-1 {
        margin-bottom: 0px!important;
    }
    #my-tabs .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        display: block;
        width: 100%;
    }
.bplogo {
       margin: 0 auto;
    }
    .content-section .studio {
        width: 70%;
    }
    .header-menu.header-same ul {
        justify-content: end;
    }

    .new-page-create .right-section .ui-tabs .ui-tabs-nav .ui-state-default a {
        width: 100%;
        text-align: center;
    }
    .contact-btn .btn-contact .redirect-website a{
        font-size:11px;
    }
    #my-tabs #tabs .ui-tabs-nav {
        /* background-color:grey;*/
        display: none;
        transition: all ease-in-out 250ms;
        /*position: absolute;*/
        width: 100%;
        top: 50px;
        left: 0;
        height: 100%;
        margin-bottom: 0px;
        overflow: hidden;
    }

    .tabs-toggle .fa-bars {
        float: right;
        display: block;
        color: #d77d19;
    }
    #my-tabs .ui-widget-header li a {
        width: 100%;
        text-align:center;
    }
    .tabs-toggle {
        background-color: #d9d9d9 !important;
        padding: 7px 9px;
        margin-bottom: 15px;
        position: sticky;
        top: 0;
        z-index:9;
    }
       #top-bar .top-contact-section {
        gap: 7px !important;
        flex-wrap: wrap;
    }
    .right-section-top-heading img {
        width: 50%;
    }
    .customer-resume .tab-content .tab-pane .flex-box .contact-info {
        flex-wrap: wrap;
    }
    #tabs .back .container {
        display: block !important;
        align-items: center;
        gap: 13px;

    }
    .navbar-toggler {
        color: white;
        margin: 10px 0;
        display: block !important;
    }
    .flex-div {
        display: flex;
        padding: 0 10px;
        align-items: center;
    }

    .new-page-create .row {
        margin: 0px;
    }
    #navbarSupportedContent {
       /* position: absolute;
        z-index: 99999;
        background-color: #2a2c53;
        top: 78px;
        margin-left: 0px;
        margin-right: 0px;*/
    }
    .new-page-create .right-section .ui-tabs .ui-tabs-nav .ui-state-default {
        width: 100%;
        display: block;
        margin-bottom: 7px;
    }
    .ui-tabs .ui-tabs-panel {
        padding: 0px !important;
    }
   

    .new-page-create .container {
        max-width: 100%;
        padding: 0 0px;
    }

    .customer-resume .tab-content .tab-pane .flex-box .contact-info .contact-box-1 {
        margin-bottom: 20px;
    }

  /*  #my-tabs .ui-tabs-nav {
        display: block !important;
        width: 100%;
        gap: 0px !important;
        background-color: #ededed !important;
    }
    #my-tabs .ui-state-default{
        width:100%;
    }
    #my-tabs .ui-widget-header li a{
        width:100%;
    }*/



    .customer-resume .tab-content .tab-pane .flex-box {
        display: block !important;
    }

    .new-page-create .right-section .slider-section .profile-section .profile-text {
        width: 100% !important;
    }
}



    @media only screen and (min-width: 577px) {
        

        /*.new-page-create .right-section .slider-section .profile-section .profile-text {
            padding-left: 28px;
        }*/
    }

@media only screen and (max-width: 576px){
    .content-section .shop-timing{
        display:block;
    }
    .review-header {
        font-size: 10px;
    }

    .content-section .rating-section .rating {
        font-size: 10px;
    }

    #top-bar .top-contact-section {
        display: block !important;
    }
    .my-container-tabs .right {
        padding: 0 7px 0 7px !important;
    }
   
    #top-bar .contact {
        justify-content: center !important;
    }

    #top-bar .email-section {
        justify-content: center !important;
        padding-right: 0 !important;
    }
    
        
    .back .fa{
        display:none;
    }
    .content-section .shop-timing .timing {
        font-size: 12px;
    }
        .content-section .shop-timing .experi {
            padding-left: 0px;
            font-size: 12px;
        }
 .contact-btn {
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 0px;
    }
    .contact-btn .btn-contact {
        width: 100%;
        gap: 10px;
    }
        .contact-btn .respons{
            width:100%;
            margin-top:4px;
        }
    .content-section .shop-timing{
        margin-top:0px;
    }
    .main-section-left .box-1 {
        gap: 10px!important;
    }
    #my-box p {
        line-height: 19px!important;
    }
}



@media only screen and (max-width: 576px) {
    section.product-category-list .product_box {
        width: 100%;
        height: 100%;
        margin-right: 0px;
    }
    .resume .resume_left{
        width:100%;
    }
    #my-tabs .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        display: block;
        width: 100%;
    }
    .contact-btn .btn-contact .show-number span {
        font-size: 11px;
       /* padding: 10px 7px;*/
    }
    .content-section .home-location span {
        font-size: 11px;
        padding: 2px 4px;
    }
    .content-section .home-location {
        margin-top: 2px;
        margin-bottom: 4px;
        gap: 3px;
    }
    .content-section .salon {
        font-size: 12px;
        font-weight: 700;
        line-height: 17px;
    }
    .content-section .loving {
        font-size: 18px;
    }
        .content-section .loving img{
            width:13px;
        }
        .content-section .location {
            font-size: 12px;
            margin: 0px;
        }
   
        #my-tabs .ui-widget-header {
            gap: 0 !important;
        }

    .main-body .img-div {
        width: 24%;
        height: 100%;
    }
    .resume .resume_right .resume_hobby ul li {
        width: 50px;
        height: 50px
    }
        .resume .resume_right .resume_hobby ul li:before {
            top: 24px;
            right: -52px;
            width: 52px;
            height: 2px;
        }
        .resume {
            display: block;
        }
        .resume .resume_right {
            width: 100%;
            padding: 0px;
        }

        .content-section {
            width: 72%;
            padding-left: 0px;
        }

    section.aboutus_section {
        padding-bottom: 0px;
    }

    .read-popup .modal-dialog {
        max-width: 100%;
    }
    /*.blogSlot{
        height:auto;
    }*/

    .new-page-create .right-section .slider-section .enquiry {
        padding: 0 !important;
    }

    .new-page-create .right-section .slider-section .img-section {
        margin-bottom: 15px;
       /* display: none*/
    }

    .new-page-create .right-section .slider-section .profile-section .profile-img {
        width: 100% !important;
        margin-bottom: 15px;
        margin-top: 15px;
    }


    .new-page-create .right-section .slider-section .profile-section {
        width: 100% !important;
        display: block !important;
        margin: 0px !important;
    }

    .product_box_a {
        width: 100%;
        margin-right: 0px;
    }

    .product_box img {
        height: 150px;
        width: 150px;
    }

    .main_category .main_box {
        margin-bottom: 15px !important;
    }
}

    .main_category {
        padding: 0px 0 74px 0;
    }

        .main_category .main_box {
            box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
            padding: 10px;
            text-align: center;
            margin-bottom: 45px;
        }

            .main_category .main_box img {
                overflow: hidden;
                height: 200px;
                width: 100%;
                object-fit: cover;
                object-position: center;
            }

    a, :hover {
        text-decoration: none !important;
    }

    .main_category .main_box p {
        margin-top: 15px;
        font-size: 16px;
        font-weight: 500;
    }

    .main_category .main_heading h4 {
        font-size: 30px;
    }

    .main_category .main_heading {
        text-align: center;
        margin: 30px 0;
    }

        .main_category .main_heading img {
            width: 266px;
            height: 31px;
            margin-top: 2px;
        }

    /*======================================================*/

    /*my-css*/

    .new-page-create .container {
        /*border:2px solid black;*/

       /* background-color: white;*/
    }
    /*.new-page-create{
    margin:50px 0;
}*/
    .new-page-create .left-section {
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        height: 100%;
    }

        .new-page-create .left-section .codebar {
            background-color: #2a2c53;
            padding: 5px 0;
        }

            .new-page-create .left-section .codebar h3 {
                color: white;
                text-align: center;
                font-size: 20px;
                margin-bottom: 0px;
            }

        .new-page-create .left-section .profile-section {
            padding-left: 10px;
            padding-right: 10px;
            border-bottom: 4px solid black;
            padding-bottom: 10px;
        }

            .new-page-create .left-section .profile-section img {
                width: 150px;
                border-radius: 50%;
                height: 150px;
                margin: 16px auto;
                display: block;
            }

            .new-page-create .left-section .profile-section h3 {
                font-size: 16px;
                text-align: center;
                font-weight: 600;
                margin-bottom: 11px;
            }

            .new-page-create .left-section .profile-section strong {
                font-size: 16px;
                font-weight: 600
            }

            .new-page-create .left-section .profile-section .details {
                display: flex;
                margin: 6px 0;
                border: 2px solid black;
                padding: 0 0 0 5px;
            }

                .new-page-create .left-section .profile-section .details .fa {
                    padding-top: 4px;
                    padding-right: 5px;
                }

                .new-page-create .left-section .profile-section .details p {
                    font-size: 14px;
                    font-weight: 400;
                    margin-bottom: 0;
                }

        .new-page-create .left-section .photo-section {
        }

            .new-page-create .left-section .photo-section h3 {
                font-size: 20px;
                font-weight: 600;
                margin-bottom: 0;
                padding: 3px 0;
                color: white;
            }

            .new-page-create .left-section .photo-section ul {
                padding-left: 0px;
            }

    .fa {
        font-size: 16px;
    }

    .new-page-create .left {
        padding-right: 0px;
    }
    /*.new-page-create .right {
    padding-left: 0px;

}*/
    .new-page-create .right-section {
       /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
        height: 100%;
    }

    .back .fa {
        font-size: 12px !important;
        padding-right: 6px;
    }

    .new-page-create .left-section .photo-section .photo-heading {
        background-color: #2a2c53;
        padding-left: 10px;
        display: flex;
        align-items: center;
    }

        .new-page-create .left-section .photo-section .photo-heading .fa {
            color: white;
            padding-right: 6px;
        }

    .new-page-create .left-section .photo-section ul li img {
        width: 65%;
        margin: 20px auto;
        display: block;
    }
    /*.new-page-create .right-section{
    border:2px solid black;
}*/
    .new-page-create .right-section-top-heading {
        display: inline-block;
        align-items: center;
        /* background-color: #000000;*/
    }

        .new-page-create .right-section-top-heading h2 {
            margin-bottom: 0px;
            font-size: 20px;
            font-weight: 500;
            padding: 5px 20px;
            color: white;
        }

    .new-page-create .navbar-section {
        background-color: #fbfbfb;
    }

    .new-page-create .right-section .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
        color: purple;
    }

    .new-page-create .right-section .navbar-light .navbar-nav .nav-link {
        font-weight: 500;
        color: black;
    }

    .swiper {
        width: 100%;
        height: 100%;
    }

    #tabs {
        padding: 0px;
    border: 1px solid #ededed !important;
    border-radius: 0;
    height: 100%;
    }

    .ui-widget-content {
        border: none !important;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
.banner-section {
    border: 1px solid #dfdfdf;
    margin: 0px 0 20px 0;
}

.new-page-create .right-section .slider-section h3 {
    margin-bottom: 0px;
    text-align: left;
    font-size: 30px;
    position: relative;
    padding: 7px 0;
    /*  padding-bottom: 8px;*/
    /*  background-color: #2a2c53;*/
    color: #000;
    font-weight: 700;
}

.new-page-create .right-section .slider-section .profile-section {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 24px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;*/
    background-color: white;
    border-radius: 10px;
}

    .new-page-create .right-section .slider-section .galleryssss {
        justify-content: center;
        margin: 40px 0;
    }

    .new-page-create .right-section .slider-section .contact-sus {
        margin-bottom: 20px;
    }

        .new-page-create .right-section .slider-section .contact-sus .form-control {
            margin-top: 8px;
        }

    .new-page-create .right-section .slider-section .submiy-btn {
        float: right;
    }

    .new-page-create .right-section .slider-section .enquiry .col-lg-6 .mb-4 {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        background-color: white;
        padding: 30px;
    }

    .new-page-create .right-section .slider-section .enquiry {
        padding: 20px;
    }



    .new-page-create .right-section .slider-section .row .col-lg-6 table {
        width: 100%;
    }

        .new-page-create .right-section .slider-section .row .col-lg-6 table tr {
        }

    .new-page-create .right-section .slider-section .profile-section .profile-text {
        width: 100%;
    }

    .new-page-create .right-section .slider-section .profile-section .profile-img {
        width: 14%;
        /*  height: 222px;*/
       
       /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;*/
    }
.truncate-text p{
    margin-bottom:14px;
}

.new-page-create .right-section .slider-section .profile-section .profile-img img {
    width: 100%;
    /* height: 100%;*/
}

    .new-page-create .right-section .slider-section .profile-section .profile-text h2 {
        font-size: 22px;
        font-style: italic;
        font-weight: 600;
        margin-bottom: 14px;
    }
    /*   .new-page-create .right-section .slider-section h3:before {
        content: "";
        position: absolute;
        bottom: 0%;
        left: 50%;
        transform: translate(-50%,-50%);
        height: 4px;
        width: 10%;
        background-color: #2a2c53;
    }*/
    .new-page-create .right-section .slider-section .profile-section .profile-text .content-sectiond .box-1 {
        display: flex;
        align-items: baseline;
        gap: 9px;
        margin-bottom: 10px;
    }

        .new-page-create .right-section .slider-section .profile-section .profile-text .content-sectiond .box-1 p {
            font-size: 16px;
            text-align: justify;
            font-family: 'Nunito', sans-serif;
            margin-bottom:0px;
        }


    .new-page-create .right-section .slider-section .img-section img {
        width: 100%;
    }

    .new-page-create .right-section .slider-section h4 {
        text-align: center;
        font-size: 18px;
    }

    .new-page-create .right-section .slider-section .row .col-lg-3 {
        margin-bottom: 17px;
    }

    .new-page-create .right-section .slider-section .img-section {
        /*box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;*/
        padding: 10px;
        margin-bottom: 8px;
    }

    .new-page-create .right-section .slider-section {
        /* padding:40px;*/
        width: 100%;
     /*   padding: 14px 18px;*/
        margin: 10px auto;
        /*   background: rgba(235, 245, 255, 0.2);*/
      /*  border: 3px solid rgb(230, 233, 236) !important;*/
        /*  background-color: #d9d9d9;*/
    }

    .Privacy_Policy .head {
        margin-bottom: 15px;
    }

    .Privacy_Policy {
        margin-bottom: 5px;
    }

        .Privacy_Policy .head a {
            color: blue;
        }

        .Privacy_Policy .head h6 {
            font-size: 18px;
            margin-bottom: 4px;
            font-weight: 600;
        }

        .Privacy_Policy .head p {
            color: #3c3a3a;
            font-size: 15px;
            text-align: justify;
        }

    .aboutus_section .aboutInfo_content h3 {
        font-size: 23px;
        text-align: center;
        margin-bottom: 15px;
        font-weight: 700;
    }

    .aboutus_section .aboutInfo_content p {
        margin-bottom: 20px;
        text-align: justify;
        font-size: 15px;
        color: #3c3a3a;
    }

    .aboutus_section .aboutInfo_content .head a {
        color: blue;
    }

    .aboutInfo_content h6 {
        font-weight: 600;
        font-size: 18px;
    }

    .left-section-contact .contact-details {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.tabs-about .content-about p {
    margin-bottom: 10px;
    text-align: justify;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
}

.cateloge .my-catelog h5 {
    font-size: 19px;
    margin: 15px 0;
    font-weight: 600;
    overflow-wrap: anywhere;
    text-transform: uppercase;
}
.cateloge .deals {
    text-align: center;
    background: #efecec;
   /* padding: 0 0 15px 0;*/
}
.my-catelog{
    text-align:center!important;
}

#my-tabs .contact-sus{
    margin-bottom:14px;
}
    #my-tabs .contact-sus input {
        margin-top: 5px;
        border-radius: 0;
    }
        #my-tabs .contact-sus input:focus{
            box-shadow:none;
        }

        .cateloge .my-catelog p {
            margin-bottom: 20px;
            text-align: justify;
            font-family: 'Nunito', sans-serif;
            font-size: 16px;
        }

    .cateloge .my-catelog img {
        width: 100%;
    }

    .cateloge .col-lg-4 {
        margin-bottom: 25px;
    }

    .cateloge .my-catelog button {
        width: 100%;
        background-color: #2ecd99;
        border: none;
        padding: 6px 0;
        color: white;
        font-weight: 300;
        font-size: 18px;
    }

    .tabs-about .content-about a {
        background-color: #2ecd99;
        color: white;
        padding: 7px 20px;
    }

    .tabs-about .content-about .read-more {
        margin-top: 20px;
    }
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #2a2c53!important;
}
.customer-resume .tab-content .tab-pane h4 {
    font-weight: 700;
    color: #2a2c53;
    position:relative;
}
.gallery .gallery-img{
    height:240px;
}
.customer-resume .tab-content .tab-pane div {
    font-family: 'Nunito', sans-serif;
    text-align: justify;
}
.customer-resume .tab-content .tab-pane h4:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0px;
    height: 3px;
    width: 10%;
    background-color: #2a2c53;
}
.mad-link {
    color: #212121 !important;
    font-size: 13px;
}

.customer-resume .tab-content .tab-pane .left h4 span {
    color: #7c7b7b;
    font-size: 15px;
    font-weight: 400;
}
.customer-resume .education-box .left-side .minidiv {
    width: 50%;
}
#experi .form-group p {
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 16px;
    color: #6c757d;
}
#experi .form-group .ex-year {
    font-size: 20px;
    font-weight: 700;
    color: #2a2c53;
}
.gallery .gallery-img {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 8px;
}
    .gallery .gallery-img img {
        /*width:100%;*/
        object-fit:cover;
        height: 100%;
        display: block;
        margin: auto;
    }

#experi .form-group .ex-posi {
    font-size: 20px;
    font-weight: 700;
    color: #2a2c53;
}
#experi .form-group .ex-des {
    font-size: 16px !important;
    font-weight: 400;

}

#experi .form-group .ex-des {
    font-size: 14px;
}

/*.customer-resume .tab-content .tab-pane .flex-box {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}*/
    .customer-resume .tab-content .tab-pane .flex-box .text-muted{
        font-size:16px;
    }
    .customer-resume .tab-content .tab-pane .flex-box .contact-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap:wrap;
    }
    .education-box {
        transition: 0.5s;
        cursor: pointer;
        /*border-bottom: 2px solid #2a2c53;
        border-right: 2px solid #2a2c53;*/
        border-radius: 9px;
        padding-bottom: 4px;
    }
.tab-content .skills .bars {
    display: flex;
    gap: 46px;
    align-items: center;
}
    .tab-content .skills .bars h3 {
        font-size: 18px;
        font-style: italic;
        width: 65px;
        color: #2a2c53;
    }
.progress-bar {
    background-color: #2a2c53 !important;
}
.tab-content .skills .bars .progress {
}
.tab-content .skills .bars .head-texxc {
    width: 20%;
}

.tab-content .skills .progress {
    width: 80%;
    height: 18px;
}

.customer-resume .education-box .left-side {
    display: flex;
    gap: 10px;
    /*  border-right: 2px solid #bfbfbf;*/
}
#v-pills-tabContent .left-side p {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 600;
    color: #7e7c7c;
}
#v-pills-tabContent .left-side .university {
    font-weight: 700;
    font-size: 15px;
    color: #2a2c53 !important;
}
.minidiv2 {
    padding-right: 14px;
    width:50%;
}
.customer-resume .tab-content .tab-pane .flex-box .contact-info .contact-box-1 h5 {
    font-size: 16px;
    font-weight: 600;
    color: #2a2c53;
}
.customer-resume .tab-content .tab-pane .flex-box .contact-info .contact-box-1 .fa{
    padding-right:10px;
}
.customer-resume .tab-content .tab-pane .flex-box .contact-info .contact-box-1 a {
    color: #212529;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
}
.customer-resume .tab-content .tab-pane .flex-box .contact-info .contact-box-1 p {
    color: #212529;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
}
.minidiv2 .degree {
    color: #2a2c53 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
}
.customer-resume .tab-content .tab-pane .right {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 8px;
    height: 100%;
}
.customer-resume .tab-content .tab-pane .right img{
   width:100%;
}
.customer-resume .tab-content .tab-pane {
    height: 100%;
    box-sizing: border-box;
    min-height: 100%;
    border-top: 4px solid #2a2c53;
    position:relative;
}
    /*.customer-resume .tab-content .tab-pane:before {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100px;
        width: 410px;
        background-color: red;
        content: "";
        border-radius: 0px 0px 65px 0px;
    }*/

    .left-section-contact .contact-details .contendt h3 {
        margin-bottom: 5px;
        font-size: 20px;
        font-weight: 500;
    }

    .left-section-contact .contact-details .contendt p {
        margin-bottom: 2px;
    }

    .left-section-contact .contact-details .contendt .fa {
        padding-right: 5px;
    }

    iframe {
        width: 100%;
    }

    .new-page-create .right-section .my-content-section h4 {
        margin-bottom: 15px;
    }

    .new-page-create .right-section .my-content-section h6 {
        margin-bottom: 15px;
    }

    .new-page-create .right-section .my-content-section ul li {
        font-size: 14px;
        margin-bottom: 8px;
    }

        .new-page-create .right-section .my-content-section ul li .fa {
            padding-right: 2px;
        }

    .carousel-control-prev {
        display: none;
    }

    .carousel-control-next {
        display: none;
    }

    .carousel-indicators button {
        background-color: black !important;
    }

   /* .carousel-indicators {
        top: 0px !important;
        left: 0 !important;
        justify-content: end !important;
        margin: 0 !important;
        position: static;
    }*/

    .new-page-create .right-section .ui-tabs .ui-tabs-nav {
        width: 100%;
        background-color: transparent;
        border: none;
        padding: 6px 10px;
        display: flex;
        flex-direction:row;
    }
/*.ui-tabs-panel{
    padding:0px!important;
}*/



#tabs .back {
    background-color: #2a2c53;
    width: 100%;
    display: flex;
    padding: 13px 0;
    align-items: center;
}
    #tabs .back .container {
        display: flex;
        align-items: center;
    }


    .new-page-create .right-section .ui-tabs .ui-tabs-nav .ui-state-default {
        background-color: transparent;
        border: none;
        cursor: pointer;
        flex-direction:row;
        display:flex;
    }

        .new-page-create .right-section .ui-tabs .ui-tabs-nav .ui-state-default a {
            color: white;
            padding: 3px 6px;
            font-weight: 600;
            font-size: 17px;
            cursor: pointer;
            font-family: 'Nunito', sans-serif;
            position: relative;
        }

.nav-pills-custom .nav-link {
    color: #2a2c53;
    background: #fff;
    position: relative;
}

    .nav-pills-custom .nav-link.active {
        color: #45b649;
        background: #fff;
    }


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #2a2c53;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}



.mad-page-wrapper h5 {
    margin: 0 0 0px 0;
    text-align: center;
    color: #fff;
    /*position:relative;*/
}
   /* .mad-page-wrapper h5:before {
        position: absolute;
        top: 140%;
        left: 50%;
        transform: translate(-50%,-50%);
        background-color: #2a2c53;
        width: 8%;
        height: 4px;
        content: "";
    }*/
.mad-page-wrapper .view-more {
    float: right;
   
}
    .mad-page-wrapper .view-more a {
        color: red;
        font-weight: 500;
    }
.product-category-list .card .card-body .col-lg-3{
    margin-bottom:14px;
}
.main-enquiry-section .box-1w {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    /* flex-wrap: wrap; */
    margin-bottom: 15px;
}
.submiy-btn .my-btn-class {
    background: linear-gradient(84deg, rgba(0,105,52,1) 0%, rgba(230,127,24,1) 100%) !important;
    border: none !important;
}
.main-enquiry-section h6 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #e17f19;
}
#my-tabs h4 {
    background: linear-gradient(84deg, rgba(0,105,52,1) 0%, rgba(230,127,24,1) 100%) !important;
    text-align: center;
    color: white;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    width: 100%;
}
.main-enquiry-section p {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.main-enquiry-section .box-1w .fa {
    font-size: 24px;
    color: #2a2c53;
}
    .main-enquiry-section .box-1w p {
        font-size: 16px;
        margin-bottom: 0;
        color: #333333;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        word-break: break-all;
    }
.mad-page-wrapper .categories {
    margin-bottom: 65px;
    margin-top: 46px;
}
    .mad-page-wrapper .categories img {
        display: block;
        margin: auto;
        margin-top: 8px !important;
        margin-bottom: 25px;
    }


#top-bar {
    background: linear-gradient(84deg, rgba(0,105,52,1) 0%, rgba(230,127,24,1) 100%);
    /*border-bottom: 2px solid white;*/
    padding: 0px 0;
}
    #top-bar .top-contact-section {
        display: flex;
        justify-content: end;
        align-items: center;
        padding: 10px 0;
        gap: 45px;
    }
    #top-bar .contact {
        display: flex;
        align-items: center;
    }
    #top-bar .email-section {
        display: flex;
    }
    #top-bar .fa {
        margin-right: 6px;
        color: white;
        line-height: 25px;
    }
    #top-bar .contact p, #top-bar .email-section p {
        margin-bottom: 0;
        font-weight: 400;
        font-size: 17px;
        color:white;
    }
    #top-bar .contact a, #top-bar .email-section a {
        color: white;
    }

    /*==========================================================*/

.my-container-tabs {
   /* max-width: 1250px;*/
    margin: 0px auto 0px;
    padding: 0 !important;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.10), 0 3px 6px rgba(0,0,0,0.10);
}

    .my-container-tabs .banner-section {
        /* background-image: url("https://images.pexels.com/photos/1731427/pexels-photo-1731427.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");*/
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        /*height: 280px;*/
    }
    
        /*#btnSearch i {
    position: relative;
    cursor: pointer;
    right: -96%;
    top: 25px;
    font-size: 18px !important;
    color: #fff;
}*/

.reviewSlot {
    margin-bottom: 0px !important;
    text-align:center!important;
}
        @media (max-width:800px) {
           header {
    height: 200px;
  }
  
  header i {
    right: -90%;
  }
}

.my-container-tabs main {
    padding: 20px 20px 0px 20px;
}

#wishlistIcon_13{
    display:none!important;
}
.home{
    padding-top:0px!important;
}
#my-tabs .ui-tabs-panel div {
    font-size: 16px;
    /*font-family: 'Poppins', sans-serif; */
    text-align: justify;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
   
    /* word-break: break-all;*/
}
    #my-tabs .ui-tabs-panel div img{
        width:100%!important;
	    OBJECT-FIT: cover;
    }
#my-tabs .ui-tabs-panel b {
    margin-bottom: 15px;
    color: #333;
}
    #my-tabs .ui-tabs-panel {
font-family: 'Montserrat', sans-serif;
    }

.my-container-tabs .left {
    /* display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;*/
    background: #fff;
}
.photo-left {
    text-align: center;
    margin-top: -120px;
    margin-bottom: 25px;
}
.main-section-left .box-1 {
    display: flex;
        align-items: anchor-center;
    gap: 12px;
   /* flex-wrap:wrap;*/
    margin-bottom: 10px;
}
.main-section-left .profile-img{
    margin-bottom:15px;
}
.main-section-left .box-1 .fa {
    font-size: 18px;
    color: #2a2c53;
}
.main-section-left .box-1 p {
    font-size: 16px;
    margin-bottom: 0;
    color: #333333;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    word-break: break-all;
}
.left .social {
    text-align: center;
    margin: auto;
    display: block;
    font-size: 20pt;
    background: #f3f3f3;
    margin: 5px 0;
}
    .left .social a:nth-child(1) {
        color: #4267b2;
    }
    .left .social a:nth-child(3) {
        color: #bd081c;
    }
    .left .social a:nth-child(4) {
        color: #36465d;
    }
    .left .social a:nth-child(2) {
        color: #E04860;
    }

    .left .social i {
        cursor: pointer;
        margin: 0 5px;
    }
.main-section-left .box-1 a {
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    word-break:break-all;
}
.main-section-left .name {
        font-size: 22px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(84deg, rgba(0, 105, 52, 1) 0%, rgba(230, 127, 24, 1) 100%);
    padding: 4px 0;
}

.my-container-tabs .photo {
    width: 100%;
    height: 100%;
    /* margin-top: -120px;*/
    border-radius: 100px;
    border: 4px solid #ebebeb;
    background: white;
}

/*.active {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  right: calc(50% - 70px);
  top: 50px;
  background-color: #FFC107;
  border: 3px solid #fff;
}*/

@media (max-width:990px) {
    /* .active {
    right: calc(50% - 60px);
    top: 50px;
  } 
}*/

    .my-container-tabs .name {
        margin-top: 20px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: 15pt;
    }
.customer-product {
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 33px;
}
.main-section-left .boxes {
    padding: 0 8px 0 8px;
}

    .my-container-tabs .info {
        margin-top: -5px;
        margin-bottom: 5px;
        font-family: 'Montserrat', sans-serif;
        font-size: 11pt;
        color: #aaa;
    }

    .my-container-tabs .stats {
        margin-top: 25px;
        text-align: center;
        padding-bottom: 20px;
        border-bottom: 1px solid #ededed;
        font-family: 'Montserrat', sans-serif;
    }


    .my-container-tabs .number-stat {
        padding: 0px;
        font-size: 14pt;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        color: #aaa;
    }

    .my-container-tabs .desc-stat {
        margin-top: -15px;
        font-size: 10pt;
        color: #bbb;
    }

    .my-container-tabs .desc {
        text-align: center;
        margin-top: 25px;
        margin: 25px 40px;
        color: #999;
        font-size: 11pt;
        font-family: 'Montserrat', sans-serif;
        padding-bottom: 25px;
        border-bottom: 1px solid #ededed;
    }

    .my-container-tabs .social {
        margin: 5px 0 12px 0;
        text-align: center;
       /* display: inline-block;*/
        font-size: 20pt;
    }


    .my-container-tabs .right {
        padding: 0 25px 0 25px;
margin-top: 8px;
    }

    .my-container-tabs .nav {
        display: inline-flex;
    }

        .my-container-tabs .nav li {
            margin: 40px 30px 0 10px;
            cursor: pointer;
            font-size: 13pt;
            text-transform: uppercase;
            font-family: 'Montserrat', sans-serif;
            font-weight: 500;
            color: #888;
        }

            .my-container-tabs .nav li:hover, .nav li:nth-child(1) {
                color: #999;
                border-bottom: 2px solid #999;
            }

    @media (max-width:990px) {
        .my-container-tabs .nav {
            display: none;
        }
    }

}


     #my-tabs .ui-widget-header {
        background-color: transparent;
        border: none !important;
        margin-bottom: 5px;
        display:flex;
        gap:7px;
        flex-wrap:wrap;
    align-items: center;
    }

        #my-tabs .ui-widget-header li a {
            font-weight: 500;
            font-size: 16px;
            font-family: 'Montserrat', sans-serif;
            color: #333333;
            text-transform: uppercase;
            transition:0.7s;
        }
            #my-tabs .ui-widget-header li a:hover {
                background: linear-gradient(84deg, rgb(172 191 181) 0%, rgb(177 168 159) 100%);
                color: white;
            }
            #my-tabs .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
                background: transparent !important;
                border-radius: 0;
                border: navajowhite;
            }
#my-tabs .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #fff !important;
    text-decoration: none;
    background: linear-gradient(84deg, rgba(0,105,52,1) 0%, rgba(230,127,24,1) 100%);
    position: relative;
    border-bottom: 2px solid #e27e18;
    font-weight: 400 !important;
}
#box {
    transition: 0.5s;
}