/* @import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap'); */

:root {
    --liner: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --main-font: "Rajdhani", sans-serif;
    --sec-font: "Rajdhani", sans-serif;
    --pri: #0ba9f9;
    --sec: #ed3833;
    --dark-blue:black;
    --text-color: #1e313f;
    --light-text: #404040;
    --bgg-green: linear-gradient(#fff, #cce6d7);
    --bgg-orange: linear-gradient(#fff, #f6dbcc);
    --bgg-indigo: linear-gradient(#fff, #cbedfe);
    --bgg-red: linear-gradient(#fff, #f4d3d0);
    --bgg-yellow: linear-gradient(#fff, #fdf2df);
    --bgg-purple: linear-gradient(#fff, #dbd5e1);
    --bgg-cyan: linear-gradient(#fff, #d7e0f3);
    --bgg-pink: linear-gradient(#fff, #ecd9e8);
}

html {
    overflow-x: hidden;
}

body {
    background: #fff;
    color: var(--text-color);
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    overflow-x: hidden;
    letter-spacing: 0.2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--main-font);
    color: var(--text-color);
    margin: 0 0 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: var(--text-color);
}

p a {
    color: var(--text-color);
    width: auto;
    display: inline-block;
}

p a:hover {
    text-decoration: underline;
    outline: none;
}

p {
    letter-spacing: normal;
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 15px;
    font-weight: 500;
    color: var(--text-color);
}

a {
    color: var(--text-color);
    text-decoration: none;
    outline: none;
    display: block;
}

a:hover,
a:focus,
a:active {
    color: var(--text-color);
    outline: none;
    text-decoration: none;
}

img {
    max-width: 100%;
}

iframe {
    border: 0;
    width: 100%;
}

.iti {
    width: 100%;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    height: 40px;
}

.iti--separate-dial-code .iti__selected-flag {
    background: transparent;
}

.bg-light {
    background: #f1f1f1 !important;
}

.tt-bx {
    margin-bottom: 20px;
    text-align: center;
}

.tt-bx .sub {
    color: var(--pri);
    font-size: 19px;
    font-weight: bold;
}

.tt-bx .tt {
    font-weight: 800;
    font-size: 27px;
    text-transform: capitalize;
    margin-bottom: 5px;
    color: var(--text-color);
}

.tt-bx .tt span {
    font-weight: 900;
    background: var(--liner);
    background-color: var(--dark-blue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 3px;
    /* font-style: italic; */
}

.tt-bx p {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
    color: var(--light-text);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.3px;
}

blockquote {
    padding: 0;
    border: 0;
}

label {
    color: var(--light-text);
    display: block;
    font-weight: 600;
    margin: 0;
    font-size: 16px;
    margin-bottom: 3px !important;
}

textarea {
    background: #fff;
    height: 100px !important;
}

textarea,
select,
input {
    border: 1px solid #ccc;
    height: 40px;
    border-radius: 0;
    background: #fff;
    line-height: 40px;
    box-shadow: none;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 16px !important;
    width: 100%
}


.form-group,
.input-group {
    position: relative;
    margin-bottom: 13px;
}

.form-control,
.form-select {
    padding: 0.375rem 0.75rem;
    border: none;
    border-radius: 0px !important;
    border: 1px solid #ddd;
    height: 40px;
    border-radius: 4px;
    font-weight: 500;
}

.form-select:focus {
    box-shadow: none;
}


.form-control::-moz-placeholder {
    color: #555;
}

.form-control:focus::-moz-placeholder {
    color: var(--text-color);
}

.form-control:focus {
    border-color: #666;
    box-shadow: none;
    outline: 0;
}

.login-bg button[type=submit] {
    border: none;
    display: block;
    background-color: var(--pri) !important;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    font-size: 18px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 4px;
}

.login-bg button[type=submit]:hover {
    background-color: #9f9da7;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

h2 {
    font-size: 26px;
    font-weight: bold;
}

h3 {
    font-size: 20px;
    font-weight: bold;
}

h3 span {
    padding: 0 10px 0 0;
    position: relative;
}

h4 {
    font-size: 16px;
    font-weight: bold;
}

h5 {
    text-transform: capitalize;
}

/* Header*/
.header {
    float: left;
    width: 100%;
    z-index: 10;
    padding: 0;
}

.welbar {
    background-color: #F4F6FA;
    color: var(--text-color);
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0;
}

.welbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.welbar a {
    display: inline-block;
    color: var(--text-color);
    transition: 0.2s linear;
}

.welbar a:hover {
    display: inline-block;
    color: var(--dark-blue);
}

.welbar .wel-ic ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0
}

.welbar .wel-ic ul li {
    padding: 0 5px;
    position: relative;
}


.topbar {
    float: left;
    width: 100%;
    margin: 0;
    padding: 12px 0;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    background-color: #fff;
}

.topbar .logo {
    max-width: 290px;
}

.topbar .top-right,
.welbar .top-right {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: var(--light-text);
    padding: 0;
    margin: 0;
    /* border: 2px solid red; */
}

.topbar .top-right li,
.welbar .top-right li {
    padding-right: 10px;
    position: relative;
}

.topbar .top-right li.call-now {
    display: flex;
    align-items: center;
}

.topbar .top-right li.call-now .img-bx {
    max-width: 39px;
    margin-right: 4px;
    background: #fff;
    /* padding: 10px; */
    border-radius: 100%;
    /* border: 1px solid var(--pri); */
}



.topbar .top-right li.call-now .con-bx {
    text-align: right;
}

.topbar .top-right li.call-now .con-bx span {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: var(--light-text);

}

.topbar .top-right li.call-now .con-bx span a {
    font-size: 18px;
    padding-left: 5px;
    font-weight: bold;
    color: var(--dark-blue);
    margin-top: 1px;
}

.topbar .top-right li.call-now .con-bx span a:hover {
    color: var(--pri);
}

.topbar ul li.cart_drop,
.welbar ul li.cart_drop {
    padding: 0 8px;
}

.topbar ul li.cart_drop svg,
.welbar ul li.cart_drop svg {
    color: var(--light-text);
    height: 21px;
    width: 21px;
}


.welbar ul li.cart_drop svg {
    color: var(--light-text);
    height: 14px;
    width: 14px;
}


.welbar ul li.cart_drop svg:hover {
    color: var(--dark-black);
}

.topbar ul li.cart_drop .count,
.welbar ul li.cart_drop .count {
    display: block;
    text-align: center;
    min-width: 16px;
    height: 16px;
    position: absolute;
    right: -7px;
    top: -2px;
    border-radius: 50%;
    font-size: 11px;
    font-weight: bolder;
    background: var(--pri);
    color: white;
    box-shadow: 0 7px 8px rgba(0, 0, 0, 0.05);
    line-height: 16px;
    border: 1px solid var(--pri);
}

.welbar ul li.cart_drop .count {
    background: #eee;
    color: var(--pri);
    border: 1px solid var(--pri);
}

.topbar .content-search {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 2px;
    overflow: hidden;
}

.topbar .content-search select {
    width: auto;
    max-width: 125px;
    padding: 0 10px;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    color: var(--light-text);
    font-weight: 500;
    height: 38px;
}

.topbar .content-search input {
    width: 100%;
    max-width: 100%;
    padding: 0 10px 0 20px;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    color: var(--text-color);
    font-weight: 500;
    height: 38px;

}


.topbar .content-search button {
    outline: none;
    border: none;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 13px;
    color: var(--light-text);
    /* color: white; */
    background: #fff;
}

.topbar .content-search button:hover {
    color: var(--pri);
}

ul.social {
    float: left;
    margin: 0;
    padding: 0;
}



ul.social li {
    margin: 0px;
    display: inline-block;
}

    ul.social li a {
        transition: background 400ms ease-in-out;
        text-align: center;
        width: 35px;
        height: 35px;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background: #f78a36;
    }

ul.social li a svg {
    color: #fff;
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
}

ul.social li.facebook a {
    background: #3C5B9B;
}

ul.social li.twitter a {
    background: #359BED;
}

ul.social li.linkedin a {
    background: #027ba5;
}

ul.social li.youtube a {
    background: #f70000;
}

ul.social li.instagram a {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}


.menubar {
    float: left;
    width: 100%;
    position: relative;
    /*-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);*/
    background: #fff;
    padding: 8px 0;
    border-bottom: 1px solid #ececec;
}

.menubar.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}



.navigation .nav-header {
    display: none;
    padding: 12px 20px
}

.navigation .navbar button {
    float: right;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 25px;
    border-radius: 0;
    text-align: center;
    line-height: 40px;
    position: relative;
    z-index: 99;
    padding: 5px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}

.navigation .navbar button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 70%;
    background: var(--dark-black);
    border-radius: 9px;
    opacity: 1;
    left: 15%;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.navigation .navbar button span:nth-child(1) {
    top: 8px;
}

.navigation .navbar button span:nth-child(2),
.navigation .navbar button span:nth-child(3) {
    top: 18px;
}

.navigation .navbar button span:nth-child(4) {
    top: 28px;
}

.navigation .navbar button.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navigation .navbar button.open span:nth-child(2) {
    transform: rotate(45deg);
}

.navigation .navbar button.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.navigation .navbar button.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navigation .menu {
    display: block
}

.navigation .menu ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    display: block;
    position: relative;
}


.navigation .menu ul li {
    display: inline-block;
    position: relative
}


.navigation .menu ul li a {
    padding: 8px 14px;
    display: block;
    color: var(--text-color);
    transition: all 0.3s ease;
    font-size: 16px;
    background: transparent;
    font-weight: 600;
    font-family: var(--main-font);
}

    .navigation .menu ul li.active a,
    .navigation .menu ul li:hover a {
        color: var(--dark-black);
        background: #f78a36;
    }


.navigation .menu ul li ul.cs-dropdown {
    top: 100%;
    left: 0;
    text-align: left;
    border: 0;
}

.navigation .menu ul li ul.cs-dropdown li:last-child {
    border: 0
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown {
    left: 100%;
}

.navigation .menu ul li:last-child ul.cs-dropdown li ul.cs-dropdown {
    left: auto;
    right: 100%;
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown {
    left: -100%;
    margin-top: -31px
}

    .navigation .menu ul li ul.cs-dropdown {
        position: absolute;
        width: 215px;
        z-index: 99999;
        box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.16);
        background: #ffff;
        margin: 0;
        padding: 0;
        transition: all .3s ease;
        opacity: 0;
        pointer-events: none;
        top: 70px;
        border: 1px solid #eee;
    }

.navigation .menu ul li:hover ul.cs-dropdown {
    opacity: 1;
    pointer-events: all;
    top: 36px;
    transition: all .3s ease;
}

.navigation .menu ul li:hover ul.cs-dropdown li ul.cs-dropdown {
    opacity: 0;
    top: 10px;
    pointer-events: none;
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown {
    opacity: 1;
    top: 0;
    pointer-events: all;
}

.navigation .menu ul li:last-child ul.cs-dropdown li:hover ul.cs-dropdown {
    left: auto;
    right: 100%;
}

.navigation .menu ul li ul.cs-dropdown li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #eee;
    width: 100%;
}

.navigation .menu ul li ul.cs-dropdown li:last-child a {
    border-bottom: 0
}

.navigation .menu ul li ul.cs-dropdown li:last-child a:after {
    display: none
}

.navigation .menu ul li ul.cs-dropdown li a:hover {
    color: #fff;
    background: var(--yellow);
}

.navigation .menu ul li ul.cs-dropdown li:hover a,
.navigation .menu ul li ul.cs-dropdown li.active a {
    color: #fff;
    background: var(--pri);
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a {
    background: #fff;
    color: #333
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a:hover {
    color: #fff;
    background: var(--pri);
}

.navigation .menu ul li ul.cs-dropdown li a {
    color: #333;
    font-size: 15px;
    padding: 8px 15px;
    position: relative;
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    background: #fff;
    transition: all 0.2s;
    border-bottom: 0px solid transparent;
}


.navigation ul li.cs-submenu a button {
    border: 0;
    background: transparent;
    outline: 0;
    padding: 0;
    margin: -1px 0 0 5px;
    color: var(--text-color);
}

.navigation ul li.cs-submenu a button svg {
    width: 12px;
    height: 12px;
}

.navigation ul li.cs-submenu:hover svg {
    transform: rotateZ(180deg);
    color: var(--dark-blue);
}

.navigation ul li.cs-submenu:hover ul.cs-dropdown li.cs-submenu svg {
    color: #333
}

.navigation ul li.cs-submenu ul.cs-dropdown li a button {
    float: right;
    color: #333;
}

.navigation ul li.cs-submenu ul.cs-dropdown li.cs-submenu:hover svg {
    color: #fff;
}

.navigation ul li.cs-submenu ul.cs-dropdown li a button svg {
    transform: rotateZ(-90deg);
}

.navigation .navbar {
    display: none;
    padding: 12px 0;
    margin: 0
}




/* banner */
.home_slider {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.home_slider .slide {
    overflow: hidden;
    width: 100%;
}

.slide {
    position: relative;
    display: block;
    z-index: 6;
    width: 100%;
    height: 100%;
    overflow: hidden;

}


.home_slider .slide img,
.home_slider {
    width: 100%;
    aspect-ratio: 192 / 55;
}

#slider .owl-prev,
#slider .owl-next {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 35px;
    height: 80px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: var(--pri);
    border: 0;
    outline: 0;
    background: white;
    z-index: 9;
    opacity: 1;
}

#slider .owl-nav .owl-prev {
    left: 0px;
    border-radius: 0 4px 4px 0;
}

#slider .owl-nav .owl-next {
    right: 0px;
    border-radius: 4px 0 0 4px;
}

#slider .owl-prev:hover,
#slider .owl-next:hover {
    background: var(--pri);
    color: white;
}

#slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto
}


/* .title-bx .sub-title::after{
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    display: block;
    margin-right: auto;
    margin-left: auto;
    content: " ";
    height: 0;
    width: 80px;
    border-top: 1px solid var(--pri);
} */

.title-bx .des {
    font-size: 16px;
    margin-bottom: 0px;
    color: #111;
    text-transform: capitalize;
    max-width: 650px;
    margin: 0 auto;
}


.as_featured {
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 0;
}



.box {
    width: 100%;
    height: 60px;
    /* background: var(--liner); */
    background-color: var(--dark-blue);
    color: #fff;
    padding: 20px;
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.box.arrow-right:after {
    content: "";
    position: absolute;
    top: 0;
    right: -25px;
    height: 60px;
    width: 60px;
    transform: rotate(-45deg);
    /* background: var(--liner); */
    background-color: var(--dark-blue);
    z-index: -1;
}

.box .tt {
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.marquee2 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background: #f7f7f7;
    height: 60px;
    border-bottom: 1px solid #e9e9e9;
}

.Marquee-content {
    display: flex;
    animation: scrolling 20s linear infinite;
}

.marquee-item {
    flex: 0 0 12vw;
    margin: 0 5px;
    position: relative;
    height: 60px;
}

.marquee-item img {
    height: 100%;
    object-fit: contain;
    object-position: center;
}


/* start Category */

.category-shop {
    float: left;
    width: 100%;
    background: #fff;
    padding: 25px 0 40px;
}

.category-shop .cat-bx {
    background: var(--bgg-cyan);
    margin-top: 20px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ececec;
}



.category-shop .cat-img {
    overflow: hidden;
    aspect-ratio: 48 / 25;
}

.category-shop .cat-img img {
    position: relative;
    min-height: 200px;
    overflow: hidden;
    aspect-ratio: 48 / 25;
    width: 100%;
    object-fit: cover;
    object-position: center right;
    transition: 0.6s;
    z-index: 0;
}

.category-shop .cat-bx:hover .cat-img img {
    transform: scale(1.05);
}

.category-shop .cat-des {
    position: absolute;
    top: 40px;
    left: 30px;
    padding: 0;
    height: 74%;
    width: 47%;
    z-index: 3;
}

.category-shop .cat-des .title {
    font-size: 22px;
    font-family: var(--sec-font);
    color: var(--text-color);
    font-weight: bold;
    margin-bottom: 15px;
    line-height: normal;
}

.category-shop .cat-des .des {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    color: var(--light-text);
}

.category-shop .cat-des .moreBtn {
    padding: 8px 17px;
}

.homeFeture {
    float: left;
    width: 100%;
    padding: 40px 0;
    background: #fff;
    /* border: 2px solid red; */
}

.homeFeture .productBox {
    border: 1px solid #e7e7e7;
    background-color: white;
    margin-bottom: 2px;
}

.homeFeture .productBox img {
    transition: 0.6s;
}

.homeFeture .productBox:hover img {
    /* scale: 1.1; */
    transform: scale(1.1);
}

.homeFeture .productImg {
    position: relative;
    overflow: hidden;
}

.homeFeture .productImg .off_label {
    background: var(--pri);
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: bolder;
    color: white;
    border-radius: 2px;
    z-index: 1;
}

.homeFeture .productContent {
    border-top: 1px solid #eee;
    text-align: center;
    background-color: white;
    padding: 10px;
}

.homeFeture .productContent .title {
    color: var(--text-color);
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0px;
}

.homeFeture .productBox:hover .productContent .title {
    color: var(--dark-blue);
}

.homeFeture .productContent p {
    margin-bottom: 0;
    color: var(--light-text);
}

.discount-bar {
    border-radius: 5px;
    overflow: hidden;
    padding: 35px 80px;
    margin-bottom: 10px;
    background: linear-gradient(to right, rgba(2, 90, 157, 0.9), rgba(11, 170, 249, 0.9));
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.discount-bar .txx-bx {
    max-width: 500px;
    text-align: right;
}

.discount-bar .txx-bx .title {
    font-size: 33px;
    font-family: var(--pri-font);
    text-shadow: 2px 2px 2px rgba(42, 42, 42, 0.2);
    color: white;
    margin-bottom: 8px;
    font-weight: 800;
    line-height: 38px;
}

.discount-bar .txx-bx p {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.4px;
    margin-bottom: 20px;
}

.form-subcriber {
    background-color: #fff;
    max-width: 420px;
    border-radius: 50px;
    position: relative;
    z-index: 4;
    margin-left: auto;
    overflow: hidden;
}

.form-subcriber input {
    border: 0;
    border-radius: 50px 0 0 50px;
    padding-left: 58px;
    background: url(../../../nest-frontend.netlify.app/assets/imgs/theme/icons/icon-plane.html) no-repeat 25px center;
    height: 55px;
    font-size: 16px;
}

.form-subcriber button {
    font-size: 16px;
    padding: 10px 33px;
    color: #ffffff;
    border: none;
    background-color: #1b6ba8;
    border: 0;
    border-radius: 50px;
    font-weight: 700;
    margin: 5px;
}

.form-subcriber button:hover {
    color: white;
    background: var(--dark-blue);
}

/* end Category */

.video_gallery {
    float: left;
    width: 100%;
    position: relative;
    padding: 50px 0;
    overflow: hidden;
    background: #f1f1f1;
    /* background-position: center;
    background-size: cover; */
    transition: 0.3s;
}

.video_gallery .vd_bx {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 0px;
    margin-bottom: 35px;
    box-shadow: 9px 9px 0 0 var(--light-text);
}

.video_gallery .video-play-icon {
    width: 50px;
    height: 50px;
    line-height: 48px;
}

.video_gallery .moreBtn,
.abt_con .moreBtn,
.moreBtn.active {
    background: var(--liner);
    background-color: var(--pri);
    color: #fff;
}

/* Start Shop */

.shopHome {
    float: left;
    width: 100%;
    margin: 0;
    padding: 30px 0 20px;
    background: #fff;
    /* border: 2px solid red; */
}

.shopHome .pro-bx,
.shophome2 .pro-bx {
    border: 1px solid #e7e7e7;
    /* background-color: #eee; */
    margin-bottom: 25px;
    height: calc(100% - 25px);
}

.shophome2 .pro-bx {
    margin-bottom: 5px;
}

.shopHome .pro-bx .pro-des,
.shophome2 .pro-bx .pro-des {
    border-top: 1px solid #eee;
    text-align: left;
    padding: 15px;
    text-align: center;
}

.shophome2 .pro-bx .pro-des {
    padding: 7px;
}

.shophome2 .pro-bx .pro-des p {
    margin-bottom: 5px;
}

.shopHome .pro-bx .pro-des .price,
.shophome2 .pro-bx .pro-des .price {
    color: var(--pri);
    font-weight: 600;
    font-size: 15px;
}

.shophome2 .pro-bx .pro-des .price {
    font-size: 14px;
}

.shopHome .pro-bx .pro-des .price del,
.shophome2 .pro-bx .pro-des .price del {
    color: var(--light-text);
    font-weight: 400;
    font-size: 13px;
}

.shophome2 .pro-bx .pro-des .price del {
    font-size: 12px;
}

.shopHome .pro-bx .pro-des .title,
.shophome2 .pro-bx .pro-des .title {
    color: var(--text-color);
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 20px;
    text-transform: capitalize;
}

.shophome2 .pro-bx .pro-des .title {
    font-size: 15px;
    margin-bottom: 0px;
}

.shopHome .pro-bx .pro-img,
.shophome2 .pro-bx .pro-img {
    overflow: hidden;
    position: relative;
}

.shophome2 .pro-bx .pro-img {
    padding: 15px 25px;
    background: var(--bgg-cyan);
}

.shopHome .pro-bx .pro-img .cart-btn,
.shophome2 .pro-bx .pro-img .cart-btn {
    background-color: var(--pri);
    color: white;
    position: absolute;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 8px;
    font-size: 16px;
    border-radius: 3px;
    transition: 0.4s;
    z-index: 2;
    opacity: 0;
    bottom: -50px;
    pointer-events: none;
}

.shophome2 .pro-bx .pro-img .cart-btn {
    padding: 6px;
    font-size: 15px;
}

.shopHome .pro-bx:hover .pro-img .cart-btn,
.shophome2 .pro-bx:hover .pro-img .cart-btn {
    opacity: 1;
    bottom: 10px;
    pointer-events: all;
}

.shopHome .pro-bx .pro-img span,
.shophome2 .pro-bx .pro-img span {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 33px;
    width: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 1px solid #fff;
    color: #fff;
    z-index: 2;

}

.shopHome .pro-bx .pro-img .off_label,
.shophome2 .pro-bx .pro-img .off_label {
    background: var(--pri);
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: bolder;
    color: white;
    border-radius: 2px;
    z-index: 1;
}

.shopHome .pro-bx .pro-img span svg,
.shophome2 .pro-bx .pro-img span svg {
    margin-top: 1px;
    height: 15px;
    width: 15px;

}

.shopHome .pro-bx .pro-img img,
.shophome2 .pro-bx .pro-img img {
    transition: all 0.6s;
    /* max-height: 320px; */
    width: 100%;
    /* object-fit: cover; */
}

.shopHome .pro-bx:hover .pro-img img,
.shophome2 .pro-bx:hover .pro-img img {
    transform: scale(1.1);
}

.shopHome .pro-bx:hover .pro-des .title,
.shophome2 .pro-bx:hover .pro-des .title {
    color: var(--dark-blue);
}

.pr-details {
    padding: 0;
    margin: 0;
    list-style: none;
}

.productContent .pr-details {
    margin-top: 6px;
    margin-bottom: 6px;
}

.productContent .pr-details li {
    font-size: 14px;
    line-height: 20px;
}

.pro-bx .btn-grp {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.btn1 {
    background: var(--liner);
    background-color: var(--pri);
    color: #fff;
    padding: 10px 15px;
    border-radius: 2px;
    font-size: 15px;
}

.btn1:hover,
.btn1:focus {
    background: var(--pri);
    color: #fff;
}

.btn2 {
    background: var(--liner);
    background-color: #222;
    color: #fff;
    padding: 10px 15px;
    border-radius: 2px;
    font-size: 15px;
}

.btn2:hover,
.btn2:focus {
    background: #222;
    color: #fff;
}

/* shop2 */

.shophome2 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
}

.shophome2 .owl-item:nth-child(8n - 1) .pro-bx .pro-img {
    background: var(--bgg-cyan);
}

.shophome2 .owl-item:nth-child(8n - 2) .pro-bx .pro-img {
    background: var(--bgg-green);
}

.shophome2 .owl-item:nth-child(8n - 3) .pro-bx .pro-img {
    background: var(--bgg-indigo);
}

.shophome2 .owl-item:nth-child(8n - 4) .pro-bx .pro-img {
    background: var(--bgg-orange);
}

.shophome2 .owl-item:nth-child(8n - 5) .pro-bx .pro-img {
    background: var(--bgg-pink);
}

.shophome2 .owl-item:nth-child(8n - 6) .pro-bx .pro-img {
    background: var(--bgg-purple);
}

.shophome2 .owl-item:nth-child(8n - 7) .pro-bx .pro-img {
    background: var(--bgg-red);
}

.shophome2 .owl-item:nth-child(8n - 8) .pro-bx .pro-img {
    background: var(--bgg-yellow);
}

/* .shophome2 .tt-bx .tt{
    font-size: 25px;
    margin-bottom: 4px;
} */

.left-bar {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.left-bar .img-bx {
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(../../index.html) no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.6s;
}


.left-bar:hover .img-bx {
    transform: scale(1.1);
}


.left-bar .bar-des {
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    flex-direction: column;
    height: 100%;
}

.left-bar .bar-des .title {
    font-size: 20px;
    font-family: var(--main-font);
    color: var(--pri);
    font-weight: bolder;
    line-height: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-style: italic;
}

.left-bar:hover .bar-des .title {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.1s;
}

.left-bar .bar-des .sub-title {
    font-size: 30px;
    color: white;
    margin: 22px 0;
    padding: 0 10px;
}

.left-bar:hover .bar-des .sub-title {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInRight;
    animation-delay: 0.1s;
}

.left-bar .bar-des .moreBtn {
    color: white;
    border-color: white;
    box-shadow: none !important;
}

.left-bar .bar-des .moreBtn:hover {
    border-color: var(--pri);
}

.left-bar::before {
    content: "";
    background-color: #000;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}



.shophome2 .shop-sec {
    position: relative;
}

.shophome2 .shop-sec .owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    top: -70px;
}

.shophome2 .shop-sec .owl-carousel .owl-nav button.owl-prev,
.shophome2 .shop-sec .owl-carousel .owl-nav button.owl-next {
    margin-left: 5px;
    height: 35px;
    width: 35px;
    line-height: 12px;
    color: #606060;
    transition: 0.2s;
    border-radius: 100%;
    background: #F2F3F4;
}

.shophome2 .shop-sec .owl-carousel .owl-nav button.owl-prev:hover,
.shophome2 .shop-sec .owl-carousel .owl-nav button.owl-next:hover {
    background: var(--pri);
    color: white;
    border-color: var(--pri);
}

.shophome2 .shop-sec .owl-carousel .owl-nav button.owl-prev svg,
.shophome2 .shop-sec .owl-carousel .owl-nav button.owl-next svg {
    height: 20px;
    width: 20px;
}

.moreBtn {
    position: relative;
    z-index: 1;
    background: var(--liner);
    background-color: var(--dark-blue);
    display: inline-block;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px;
    font-size: 16px;
    text-transform: capitalize;
    overflow: hidden;
    transition: 0.4s;
    border: 0;
    outline: 0;
}


.moreBtn::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    height: 50px;
    width: 50px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 100%;
    transition: 0.4s;
}

.moreBtn:hover,
.moreBtn:focus {
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 12px;
}

.moreBtn:hover:before {
    height: 200%;
    width: 200%;
    border-radius: 0;
}


.webpulse_home_featured {
    float: left;
    width: 100%;
    color: #fff;
    padding: 50px 0;
    background: url(../../index.html) no-repeat fixed;
    text-align: center;
    background-repeat: repeat;
    background-size: 100%;
    position: relative;
}

.webpulse_home_featured:before {
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.webpulse_home_featured .aboutTitle {
    color: #fff;
}




@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #ffcc29;
        box-shadow: 0 0 0 0 #ffcc29;
    }

    40% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }

    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #ffcc29;
        box-shadow: 0 0 0 0 #ffcc29;
    }

    40% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }

    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
    }
}

.featuredProducts .owl-prev,
.featuredProducts .owl-next {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 23px;
    height: 50px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: var(--pri) !important;
    border: 0;
    outline: 0;
    background: #f7f7f7 !important;
    border-radius: 100%;
    z-index: 9
}

.owl-prev svg,
.owl-next svg {
    height: 14px;
    width: 14px;
}

.featuredProducts .owl-nav .owl-prev {
    left: 0px;
    border-radius: 0 4px 4px 0;
}

.featuredProducts .owl-nav .owl-next {
    right: 0px;
    border-radius: 4px 0 0 4px;
}

.featuredProducts .owl-prev:hover,
.featuredProducts .owl-next:hover {
    color: var(--pri);
    background: #eee;
}

.featuredProducts .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto
}

/* home_testimonials_webpulse */

.review_sec {
    float: left;
    width: 100%;
    padding: 45px 0;
    margin: 0;
    color: var(--black);
    background: var(--bgg-cyan);
}

.review_sec .tt-bx .tt,
.client-sec .tt-bx .tt {
    font-size: 32px;
}

.review_item {
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    direction: ltr;
    position: relative;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px;
    margin: 10px 2px;
}

.review_item .clint-info-wrapper {
    display: flex;
    align-items: center;
}

.review_item .clint-info-wrapper .thumb {
    position: relative;
    z-index: 1;
    display: inline-block;
    height: 65px;
    width: 65px;
    padding: 3px;
    background: var(--liner);
    background-color: var(--dark-blue);
    border-radius: 100%;
    overflow: hidden;
    /* border: 1px solid var(--dark-blue); */
}

.review_item .clint-info-wrapper .thumb img {
    border-radius: 100%;
}

.star {
    color: #ffcc33;
    margin-top: 3px;
}

.review_item .clint-info-wrapper .client-info {
    padding-left: 12px;
}

.review_item .clint-info-wrapper .client-info .title {
    color: var(--text-color);
    font-weight: 700;
    font-size: 18px;

}

.review_item .clint-info-wrapper .client-info span {
    color: var(--dark-blue);
    font-weight: 600;
    font-size: 15px;
}

.review_item::before {
    position: absolute;
    content: "";
    right: 28px;
    top: 32px;
    z-index: -1;
    background-image: url(../images/icon/quote.svg);
    background-repeat: no-repeat, repeat;
    width: 35px;
    height: 35px;
}

.review_item .description {
    margin-bottom: 15px;
    padding-right: 55px;
}


.review_item .description p {
    color: #5e5e5e;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.4px;
    margin-bottom: 0;
    text-align: justify;
}


.webpulse-home_blog {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0 20px;
    background: #f6f6f6;
}


.blog-bx {
    border: 1px solid #ececec;
    padding: 20px;
    padding-bottom: 25px;
    position: relative;
    transition: 0.3s;
    margin-bottom: 25px;
    border-radius: 2px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
}

.blog-bx:hover {
    box-shadow: rgba(0, 0, 0, 0.05) 1px 1px 15px;
}

.blog-bx .lable {
    position: absolute;
    top: 45px;
    left: 0;
    font-weight: 700;
    padding: 5px 10px;
    font-family: var(--sec-font);
    background: var(--pri);
    color: white;
    z-index: 1;
}

.blog-bx .img-bx {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 2px;
}

.blog-bx .img-bx img {
    height: 210px;
    object-fit: cover;
    width: 100%;
    object-position: center;
    transition: 0.6s;
}

.blog-bx:hover .img-bx img {
    transform: scale(1.1);
}

.blog-bx .des-bx {
    /* border: 2px solid red; */
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.blog-bx .des-bx .date {
    color: var(--light-text);
    font-size: 13px;
    margin-bottom: 12px;
}

.blog-bx .des-bx .date span {
    background: var(--dark-blue);
    display: inline-block;
    height: 1px;
    width: 10px;
    position: relative;
    top: -3px;
    margin: 0 2px;
}

.blog-bx .des-bx .blog-title {
    font-size: 20px;
    margin-bottom: 7px;
    transition: 0.3s;
    color: var(--text-color);
    font-weight: 600;
    text-transform: capitalize;
}

.blog-bx:hover .des-bx .blog-title {
    color: var(--dark-blue);
}

.blog-bx .des-bx .des {
    color: var(--light-text);
    margin-bottom: 12px;
}

.blog-bx:hover .des-bx .des {
    color: var(--text-color);
}

.blog-bx .des-bx .read-more {
    display: inline-block;
    position: relative;
    font-weight: 600;
    color: var(--dark-blue);
    font-size: 15px;
    margin-bottom: 2px;
}

.blog-bx .des-bx .read-more::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 30px;
    bottom: -3px;
    left: 0;
    background-color: var(--dark-blue);
    transition: 0.3s;
}

.blog-bx .des-bx .read-more:hover::before {
    width: 100%;
}

/* Home Clients */
.webpulse_home_clients {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0 20px;
    /* background: #f3f4f7; */
}

.webpulse_home_clients .clients img {
    width: 100%;
    object-fit: contain;
    object-position: center;
    height: 90px;
    transition: all 0.3s ease;
}

.webpulse_home_clients .vogi-title {
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

.webpulse_home_clients .vogi-sub-title {
    font-family: var(--sec-font);
    font-size: 20px;
    margin-bottom: 3px;
    font-weight: bold;
    color: var(--dark-blue);
    text-transform: capitalize;
    text-align: center;
}

.webpulse_home_clients .vogi-title span {
    font-size: 30px;
    font-weight: bold;
}

.webpulse_home_clients .vogi-title:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 18px;
    width: 27%;
    height: 1px;
    background-color: #ececec;
}

.webpulse_home_clients .vogi-title::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 18px;
    width: 27%;
    height: 1px;
    background-color: #ececec;
}

.faq_section {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0px 0 40px;
    background: #e3f7fd;
}

.title_2 {
    padding: 0 0 0px;
    font-size: 28px;
    margin: 0;
    float: left;
    width: 100%;
    text-align: center;
    color: var(--text-color);
    margin-bottom: 35px;
    position: relative;
    font-weight: 800;
    font-family: var(--main-font);
    /* text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); */
}

.title_2 span {
    color: var(--dark-blue);
}

.title_2:after {
    background: var(--pri);
    bottom: -15px;
    content: "";
    height: 3px;
    left: 0;
    border-radius: 15px;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px;
}



/* newletters */

.news-letter {
    float: left;
    width: 100%;
    padding: 40px 0px;
    background-size: contain;
    position: relative;
    z-index: 0;
    /* border: 2px solid red; */
    background-color: #eee;
    background-attachment: fixed;
}

.news-letter .form-bx .input-bx {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.news-letter .form-bx .input-bx input {
    height: 50px;
    line-height: 50px;
    max-width: 450px;
    border-right: none !important;
    border-radius: 0 !important;
    margin-left: auto;
}

.news-letter .form-bx .input-bx button {
    border: none;
    height: 50px;
    text-align: center;
    padding: 0 25px;
    background-color: var(--pri);
    color: white;
    font-size: 15px;
    border-radius: 0;
}

.news-letter .letter-bx {
    position: relative;
    padding-left: 62px;
}

.news-letter .letter-bx::before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f1d9";
    font-size: 37px;
    top: 55%;
    transform: translateY(-50%);
    left: 0;
    color: var(--pri);
}

.news-letter .letter-bx .title {
    font-size: 32px;
    font-weight: bold;
    color: var(--pri);
    margin-bottom: 5px;
}

.news-letter .letter-bx .sub-title {
    font-size: 15px;
    color: var(--text-color);
    font-weight: bold;
}


/* Footer */
.web-pulse-india {
    float: left;
    width: 100%;
    padding: 50px 0px 10px;
    position: relative;
    z-index: 1;
    background: #f6f6f6;
    /* background-position: center;
    background-size: cover; */
}

.web-pulse-india::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(240, 240, 240, 0);
    z-index: -1;
}

.web-pulse-india .copy {
    border-top: 1px solid #e7e7e7;
    padding-top: 12px;
}



.web-pulse-india .copy .copyright i {
    color: var(--pri);
}

.web-pulse-india .copy a {
    display: inline-block;
    color: var(--light-text);
    line-height: 20px;
}

.web-pulse-india .copy a:hover {
    display: inline-block;
    color: var(--dark-blue);
}

.social-bx {
    margin-bottom: 25px;
}

.social-bx ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.social-bx ul li a {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #aaa;
    margin-right: 7px;
    color: var(--dark-blue);
    transition: 0.4s;
    line-height: 35px;
}

.social-bx ul li a:hover {
    border-color: var(--dark-blue);
    background: var(--dark-blue);
    color: white;
}

.social-bx ul li a i {
    font-size: 15px;
}


.social-bx .title {
    color: var(--text-color);
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: 600;
    text-transform: uppercase;
}


.web-pulse-india .module {
    margin-bottom: 15px;
}

.web-pulse-india .module p {
    display: inline-block;
    color: var(--light-text);
    font-size: 15px;
    font-weight: 500;
    text-align: justify;
}

.web-pulse-india .ftlogo {
    max-width: 200px;
    margin-bottom: 12px;
}

.web-pulse-india .module .module-title {
    color: #222;
    font-size: 17px;
    margin-bottom: 7px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
}

.web-pulse-india .module .contact-bx {
    display: flex;
    /* align-items: center; */
    margin-top: 17px;
}

.web-pulse-india .module .contact-bx img {
    max-width: 20px;
    margin-right: 9px;
}

.web-pulse-india .module .contact-bx .contact {
    font-size: 15px;
    font-weight: 600;
}

.web-pulse-india .module .contact-bx .contact a,
.web-pulse-india .module .contact-bx .contact p {
    display: inline-block;
    color: var(--light-text);
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}

.web-pulse-india .module .contact-bx .contact a:hover {
    color: var(--dark-blue);
}

.web-pulse-india .module ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.web-pulse-india .module ul li a {
    font-size: 15px;
    padding: 0;
    font-weight: 500;
    line-height: 25px;
    position: relative;
    padding-left: 17px;
    display: inline-block;
    color: #555;
    transition: 0.4s;
}


.web-pulse-india .module ul li a:hover {
    color: var(--dark-blue);
    padding-left: 20px;
}


.web-pulse-india .module ul li a::before {
    font-family: 'FontAwesome';
    content: "\f192";
    font-size: 9px;
    position: absolute;
    top: 0px;
    left: 0;
}

.web-pulse-india .instagram-item {
    float: left;
    margin-bottom: 6px;
    padding: 0 3px;
    position: relative;
    width: 25%;
}

.web-pulse-india .instagram-item img {
    border: 1px solid #eee;
}

.web-pulse-india .instagram-item.first-item {
    width: 50%;
}

.social-icons {
    float: left;
    overflow: hidden;
    margin: 0;
}

.text-right {
    text-align: right;
}

.text-pri {
    color: var(--pri) !important;
}


#web-pulse-scroll-up {
    position: fixed;
    z-index: 99;
    bottom: 75px;
    right: 16px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s;
    display: none;
    background: var(--liner);
    background-color: var(--pri);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
}

#web-pulse-scroll-up svg {
    width: 30px;
    height: 30px;
}

#web-pulse-scroll-up:hover {
    background: #333;
}


.whatapp_btn {
    background: #01e675;
    width: 48px;
    height: 48px;
    color: #fff;
    position: fixed;
    left: 15px;
    bottom: 75px;
    cursor: pointer;
    z-index: 999;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16), 0px 3px 8px rgba(0, 0, 0, 0.16);
}

.whatapp_btn svg {
    width: 21px;
    height: 21px;
}

.whatapp_btn:focus,
.whatapp_btn:hover {
    background: #01e675;
    color: #fff;
}

#whatsapp .modal-dialog {
    margin-top: 12%;
}


.send_enquiry {
    background: #ffffff;
    border-radius: 40px;
    bottom: 20px;
    color: #ffffff;
    display: table;
    height: 48px;
    left: 15px;
    min-width: 48px;
    position: fixed;
    text-align: center;
    z-index: 99;
    transition: all 0.2s linear;
    background: var(--liner);
    background-color: var(--pri);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}

.send_enquiry svg {
    width: 21px;
    height: 21px;
    line-height: 48px;
}

.send_enquiry:hover {
    color: #fff;
    padding: 0 20px;
}

.send_enquiry:focus {
    color: #fff;
}

.send_enquiry span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 50px;
    transition: all 0.5s;
    text-transform: uppercase;
}

.send_enquiry:hover span {
    opacity: 1;
    letter-spacing: 1px;
    padding-left: 10px;
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    padding: 0 15px;
    background: var(--liner);
    background-color: var(--dark-blue);
    color: #fff;
    border-radius: 0;
}

.modal-header h4 {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}

.modal-header .modal-title {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    padding: 15px 0;
    text-transform: initial;
    letter-spacing: 0.2px;
}

.btn-close {
    width: 1em;
    height: 1em;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    outline: 0;
}

.send_p {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
}

.g-recaptcha {
    transform: scale(0.80);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

/* Inner Heading Banner*/
.heading_banner {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    background-position: left center;
    padding: 50px 0 45px;
    margin: 0;
    background-image: url(../images/bg/bread-cum.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.heading_banner:before {
    content: "";
    background: #00243f;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.7;
}

.heading_banner .container {
    position: relative;
    z-index: 9;
}


.heading_banner h2 {
    margin: 0;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
    color: #eee;
    text-align: center;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}

.heading_banner .cat_title {
    font-size: 27px;
    font-family: var(--pri-font);
    text-shadow: 2px 2px 2px rgba(42, 42, 42, 0.2);
    color: white;
    font-weight: 700;
    line-height: 38px;
    margin: 0;
    padding: 0;
    margin-top: 8px;
}

.heading_banner .cat_title2 {
    margin: 0;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
    color: #eee;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}

/* Breadcrumb*/
.inner_breadcrumb {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
}

.inner_breadcrumb2 {
    box-shadow: 0px 4px 6px -5px rgba(0, 0, 0, 0.2);
}

.inner_breadcrumb .breadcrumb {
    background: none;
    border-radius: 0;
    border: none;
    list-style: none;
    padding: 0;
    /* float: left; */
    text-transform: capitalize;
    margin: 0;
    display: block;
}

/* .inner_breadcrumb2 .breadcrumb {
    float: left;
} */

.inner_breadcrumb .breadcrumb li {
    font-weight: 600;
    text-transform: capitalize;
    color: #666;
    /* float: left;
    display: inline-block; */
    line-height: 30px;
}

.inner_breadcrumb2 .breadcrumb li {
    line-height: 42px;
}

.inner_breadcrumb .breadcrumb li a {
    float: left;
    padding: 0;
    color: #eee;
    letter-spacing: 0.3px;
}

.inner_breadcrumb2 .breadcrumb li a {
    color: var(--text-color);
}

.inner_breadcrumb .breadcrumb li:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    padding: 0 14px;
    color: #fff;
    display: inline-block;
}

.inner_breadcrumb .breadcrumb li.active {
    color: #fff;
}

.inner_breadcrumb2 .breadcrumb li.active {
    color: var(--dark-blue);
}

.inner_breadcrumb .breadcrumb li+li:before {
    content: "/";
    float: left;
    padding: 6px 10px;
    color: #eee;
}

.inner_breadcrumb2 .breadcrumb li+li:before {
    padding: 13px 10px;
    color: #000;
}

.title_h2 {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: #f7b11b;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.right_side .title_h2 {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: #f7b11b;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

/* Brand Store */

.brand-store {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
}

.brand-store .client-bx img {
    display: block;
    width: 100%;
    margin-bottom: 25px;
    box-shadow: 1px 1px 7px -2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    padding: 0px;
    transition: 0.3s;
}

.brand-store .client-bx img:hover {
    transform: scale(1.02);
    /* box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.3); */
    box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.2);
}

/* About Us */

.about_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    /* background: #f3f3f3; */
}

.left_image {
    float: left;
    width: 340px;
    margin: 0 15px 15px 0;
    text-align: center;
}

.left_image .left_centered {
    width: 100%;
    position: relative;
    padding: 0;
    min-height: 338px;
    overflow: hidden;
    border: 1px solid #eee;
}


/* category Page */

.category_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #fff;
}


.category_page .title_2:after {
    background: #282d32;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px;
}

.category_page h1 {
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: #050708;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.wps_right ul {
    margin: 0 0 15px;
    padding: 0;
}

.wps_right ul li {
    display: block;
    list-style: none;
    line-height: 24px;
    color: var(--text-color);
    font-size: 16px;
    font-weight: 500;
}

.wps_right ul li:before {
    margin-right: 5px;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23555' viewBox='0 0 16 16'><path d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>");
}

.interested_section {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0
}

.interested_section .interested_btn {
    font-size: 16px;
    color: #fff;
    background: var(--pri);
    border: 1px solid var(--pri);
    border-radius: 0px;
    padding: 12px 0;
    width: 258px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
}

.interested_section .interested_btn svg {
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.interested_section .interested_btn:hover {
    background: #333;
    color: #fff;
    border: 1px solid #333
}

.product_right_image {
    float: right;
    max-width: 450px;
    width: 100%;
    margin: 0px 0 25px 25px;
    text-align: center;
    overflow: hidden;
    border-radius: 2px;
}

.product_right_image .detail_image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 450px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.product_right_image .detail_image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.product_right_image .product_dimage {
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 400px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.product_right_image .readMore_2 {
    margin-left: -40px;
}



.more_images {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

#thumbs {
    padding-top: 10px;
    overflow: hidden;
    text-align: center;
}

#thumbs img,
#largeImage {
    padding: 0;
    cursor: pointer;
    border: 1px solid #eee;
}

#thumbs img {
    display: inline-block;
    margin-right: 0;
    width: 100%;
}

#thumbs img.active {
    border-color: var(--pri);
}

.wps_right h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
    color: var(--text-color);
    text-transform: capitalize;
}

.wps_right h1 span {
    color: var(--dark-blue);
}

.wps_right h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
    color: var(--text-color);
    text-transform: capitalize;
}

.wps_right h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
    color: var(--text-color);
    text-transform: capitalize;
}

.wps_right h4 {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 10px;
    color: var(--text-color);
    text-align: left;
    padding: 0;
}

.wps_right table {
    margin: 0;
}

.wps_right table tbody tr td {
    vertical-align: middle;
    padding: 6px 10px;
    font-size: 16px;
    line-height: normal;
    text-align: left;
}

.wps_right table tbody tr td {
    border: 1px solid #eaeaea;
    width: 60%;
}

.wps_right table tbody tr td:first-child {
    color: var(--pri);
    width: 40%;
}

.imageAbout {
    width: 100%;
    clear: both;
    margin-bottom: 15px;
    text-align: center;
}

.imageAbout img {
    width: auto;
    display: inline-block;
    margin: 0 auto;
    border: 1px solid var(--pri);
}

.wps_right p {
    margin-bottom: 10px;
    text-align: justify;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}


.product_listing .product {
    width: 100%;
    position: relative;
    padding: 0;
    text-align: center;
    min-height: 200px;
    overflow: hidden;
    border-right: 1px solid #eee;
    display: inline-block;
}

.product_listing .product .image1 {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 374px;
    transition: all 0.4s ease-in-out;
    margin-bottom: 0px;
}

.product_listing .product .image1 img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.product_listing .product .small {
    padding-top: 10px;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
}

.product_listing .product .small img,
.product_listing .product .largeImage img {
    padding: 0;
    cursor: pointer;
    border: 1px solid #eee;
}

.product_listing .product .small .item {
    display: inline-block;
    margin-right: 6px;
    width: 60px;
    cursor: pointer;
}

.product_listing .product .small .item:last-child {
    margin: 0;
}

.product_listing .product .small .item.active {
    border-color: var(--pri);
    ;
}

.product_listing .product .small .item.youtube {
    width: 60px;
    height: 60px;
    background: #f70000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_listing .product .small .item.youtube a {
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pr_view {
    margin-bottom: 25px;
}

.pr-li {
    border: 1px solid #eee;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px;
    transition: 0.2s;
    height: 100%;
    background-color: white;
}

.product_details ul {
    padding-left: 20px;
    list-style: square;
}

.product_details ul li strong,
.product_details ul li b {
    font-weight: 600;
}

.pr-li .img_bx {
    padding: 10px;
    border-right: 1px solid #eee;
    height: 100%;
    position: relative;
}

.pr-li .img_bx img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.stock-badge {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #f1aeb5;
    color: #58151c;
    background-color: #f8d7da;
    font-size: 14px;
}

.stock-badge svg {
    height: 12px;
    width: 12px;
    margin-top: -2px;
}



.pr-li .img_bx .small {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 10px;
}

.pr-li .img_bx .small img {
    width: 55px;
    border: 1px solid #aaa;
    cursor: pointer;
}

.pr-li .img_bx .small .item.youtube a {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--liner);
    background-color: #f70000;
    border-radius: 1px;
}

.pr-li .img_bx .small .item.youtube svg {
    height: 25px;
    width: 25px;
    color: white;
}

.pr-li .img_bx .small .item.active {
    border: 1px solid var(--pri);
}

.productBrochureandvideo {
    margin-right: 15px;
    margin-bottom: 10px;
}

.productBrochureandvideo a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed #cdcdcd;
    padding: 4px 6px;
    font-weight: bold;
    transition: 0.3s;
}

.productBrochureandvideo a svg {
    color: #fd002c;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.productBrochureandvideo a:hover {
    color: #fd002c;
    border: 1px dashed #fd002c;
}

.pr-li .tx-bx {
    padding: 20px 25px;
}

.grid.pr_view .pr-li .tx-bx {
    padding-top: 0;
}


.pr-li .tx-bx .title {
    color: var(--pri);
    border-bottom: 1px solid #eee;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 22px;
}

.grid.pr_view .pr-li .tx-bx .title {
    text-align: center;
    border: none;
    margin: 0;
}

.pr_view .pr-li .tx-bx .bt_bx {
    display: flex;
    gap: 5px;
}

.grid.pr_view .pr-li .tx-bx .bt_bx {
    text-align: center;
    justify-content: center;
}

.pr-li .tx-bx .title a {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    transition: 0.4s;
}

.pr-li:hover .tx-bx .title a {
    color: var(--pri);
}

.pr-li .tx-bx .info {
    max-height: 270px;
    overflow-y: auto;
    padding-right: 10px;
    margin-bottom: 10px;
}


.pr-li .tx-bx .info::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

.pr-li .tx-bx .info::-webkit-scrollbar {
    width: 7px;
    background-color: #f5f5f5;
}

.pr-li .tx-bx .info::-webkit-scrollbar-thumb {
    background-color: var(--pri);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

.pr-li .tx-bx .info::-webkit-scrollbar-thumb:hover {
    background-color: var(--dark-blue);
}

.grid.pr_view .pr-li .tx-bx .info {
    display: none;
}

.g_100 {
    width: 100% !important;
}

.youtube svg {
    width: 40px;
    height: 40px;
}

.product_listing .product p {
    font-size: 16px;
    text-align: center;
    margin: 0 0 10px;
}

.product_listing .product .all_btns {
    margin-top: 0;
}

.product_listing .right-content .readMore_2 {
    margin-top: 10px;
    margin-right: 50px;
}

.padding0 {
    padding: 0;
}

.right-content {
    position: relative;
    padding: 10px;
    padding-right: 15px;
}

.right-content h3 {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.right-content h3 a {
    color: #333;
}

.right-content h4 {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
}

.right-content .head {
    line-height: 24px;
    padding: 15px 0;
    text-align: left;
    font-size: 20px;
    margin-bottom: 0;
    color: #333;
}

.right-content .head a {
    color: #333;
}

.right-content:hover .head a {
    color: var(--pri);
}

.right-content p {
    font-size: 16px;
    margin-bottom: 10px;
}

.blue-line1 {
    width: 100%;
    display: block;
    height: 1.1px;
    background: #eee;
    position: relative;
    margin-bottom: 10px;
    padding: 0 15px;
}

.product_listing:hover .right-content h3 a {
    color: var(--pri);
}

.product_listing:hover .right-content h4 a {
    color: var(--pri);
}

.right-content .table-responsive {
    float: left;
    width: 100%;
    overflow: hidden;
    max-height: 230px;
    overflow: auto;
    padding-right: 5px;
    margin-bottom: 15px;
}

.detailsPage .right-content .table-responsive {
    max-height: 300px;
}

.right-content table {
    margin-bottom: 15px;
}

.right-content table tbody tr td {
    vertical-align: middle;
    padding: 6px 10px;
    font-size: 15px;
    line-height: normal;
    text-align: left;
}

.right-content table tbody tr td {
    border: 1px solid #eee;
    width: 60%;
}

.right-content table tbody tr td:first-child {
    color: var(--pri);
    ;
    width: 40%;
}

.product_listing .right-content .specifications {
    display: block;
    position: relative;
    padding: 0 0 5px;

}

.product_listing .right-content .specifications ul {
    list-style: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.product_listing .right-content .specifications ul li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    max-width: 25%;
    margin-bottom: 0px;
    align-items: center;
    border: 1px solid #eee;
    padding: 10px;
}

.product_listing .right-content .specifications ul li::before {
    content: "";
    width: 0;
    height: 0;
}

.product_listing .right-content .specifications ul li .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 16px;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}

.product_listing .right-content .specifications ul li .specificationsDesc {
    padding-left: 10px;
}

.product_listing .right-content .specifications ul li .specificationsDesc .title {
    font: normal 300 14px/1.1 Oswald;
    margin-bottom: 5px;
    color: #222222;
    text-transform: uppercase;
    display: block;
}

.product_listing .right-content .specifications ul li .specificationsDesc .value {
    font: normal 400 13px/1.1 Oxygen;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    color: #777777;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.you_may {
    float: left;
    width: 100%;
    color: #222;
    font-size: 22px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 20px;
}

.bttn {
    font-size: 14px;
    outline: none;
    padding: 10px 13px;
    border: none;
    background: #333;
    border-radius: 2px;
    color: #fff;
    transition: .2s;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.bttn.active,
.bttn:hover,
.bttn:focus {
    background-color: var(--pri);
    color: #fff;
}


/*  Testimonial Page  */

.testimonial_block {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.testimonial_text_box {
    margin: 0 0 30px;
    padding: 32px 20px 35px 0;
    background: #eee;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
    display: table;
    position: relative;
    border-radius: 4px;
}

.testimonial_text_box .this-quote {
    margin: 0 20px;
    width: 30px;
}

.testimonial_text_box .this-quote img {
    width: auto;
}

.testimonial_text_box:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -25px;
    left: 69px;
    border-top: 25px solid #eee;
    border-right: 25px solid transparent;
}

.testimonial_text_box .this-texts {
    display: table-cell;
    width: calc(100% - 70px);
    vertical-align: top;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}

.testimonial_author .media-left {
    padding-right: 20px;
    float: left;
}

.testimonial_author .media-left img {
    border: 1px solid var(--pri);
    border-radius: 4px;
}

.testimonial_author .media-left a {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.testimonial_author .media-body {
    vertical-align: middle;
}

.testimonial_author .this-title {
    font-size: 18px;
    color: var(--pri);
    text-align: left;
    line-height: 20px;
    margin: 0 0 5px;
    padding: 0;
}

.testimonial_author .loc {
    color: #f7b11b;
    line-height: 20px;
    margin: 0;
}


.gallery_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 60px 0;
    background: #f0f3f9;
    overflow: hidden;
}

.gallery-con {
    position: relative;
    background: white;
    padding: 12px;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px;
    overflow: hidden;
}

.gallery-con .img {
    overflow: hidden;
    position: relative;
}

.gallery-con .img img {
    transition: 0.4s linear;
    display: block;
}

.gallery-con:hover .img img {
    filter: blur(3px);
    transform: scale(1.1);
}

.gallery-con:hover .link {
    top: 50%;
}

.link {
    position: absolute;
    bottom: auto;
    top: -50px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--liner);
    background-color: var(--dark-blue);
    transition: .4s linear;
    z-index: 2;
}

.link svg {
    width: 15px;
    height: 15px;
}

.link:hover,
.link:focus {
    color: white;
}

.blog_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #f1f1f1;
}

.blog_page .blog_left h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #f7b11b;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.blog_page .blog_b {
    margin-bottom: 20px;
    position: relative;
}


.right_news {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    background: #fff;
}

.right_news:last-child {
    margin-bottom: 0;
}

.right_news .image {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    position: relative;
    overflow: hidden;
    height: 180px;
}

.right_news .image img {
    position: absolute;
    max-width: 100%;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: top center;

}

.right_news .title_h4 {
    padding: 10px;
    line-height: 18px;
    font-size: 15px;
    margin: 0px;
    text-align: left;
}

.right_news .title_h4 a {
    color: #333;
}

.right_news:hover .title_h4 a {
    color: var(--pri);
}



/* New Blog Details Page */
.blog_details {
    float: left;
    width: 100%;

}

.blog_details ul {
    display: inline-block;
    margin: 0px 0 20px;
    padding: 0;
}

.blog_details ul li {
    display: inline-block;
    margin-right: 15px;
    list-style: none;
}

.blog_details ul li:before {
    content: none;
    margin: 0;
}

.blog_details ul li a {
    color: #333333;
    transition: all 0.5s ease-out;
}

.blog_details ul li i {
    margin-right: 5px;
}

.blog_details1 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.blog_details1 img {
    margin-bottom: 15px;
}

.blog_details_img img {
    display: block;
    max-height: 500px;
    margin: 10px auto;
}

.blog_details1 p {
    text-align: justify;
    line-height: 24px;
}

.blog_details1 .block-quote {
    padding: 20px 25px;
    margin-bottom: 20px;
    background: #fff;
    border-left: 3px solid var(--dark-blue);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
}

.blog_details1 .block-quote p {
    font-size: 15px;
    line-height: 24px;
}

.blog_details1 h3 {
    margin: 0 0 5px;
    padding: 0;
    line-height: 30px;
}

.blog_details1 ul {
    float: left;
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
}

.blog_details1 ul li {
    line-height: 1.5;
    font-size: 15px;
    margin: 0;
    vertical-align: middle;
    text-align: justify;
    padding: 0;
    padding-left: 23px;
    position: relative;
    margin-bottom: 5px;
}

.blog_details1 ul li:before {
    width: 20px;
    height: 20px;
    color: #4e4e4e;
    font-weight: 400;
    margin-top: 0;
    margin-right: 5px;
    float: left;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='currentColor' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/></svg>");
    top: 2px;
    position: absolute;
    left: 0;
}

.fb-comments {
    width: 100%;
}

/* Blog Details  */
.blogdetails img {
    width: 100%;
}

.blog_news .content_details {
    float: left;
    width: 100%;
    background: #eee;
    padding: 20px 20px 20px;
}

.blog_news .content_details h2 {
    text-transform: capitalize;
    line-height: 30px;
    font-size: 20px;
    margin: 0 0 10px;
}

.blog_news .content_details h2 a {
    color: #333333;
    transition: all 0.5s ease-out;
}

.blog_news .content_details ul {
    display: inline;
    margin: 0px;
}

.blog_news .content_details ul li {
    display: inline-block;
    margin-right: 15px;
}

.blog_news .content_details ul li:before {
    content: none;
    margin: 0;
}

.blog_news .content_details ul li i {
    margin-right: 5px;
}

.blog_news .block-quote {
    padding: 30px 40px;
    margin-bottom: 20px;
    background: #fdfdfd;
    border-left: 3px solid var(--pri);
    ;
}

.blog_news .block-quote p {
    font-size: 15px;
    line-height: 24px;
}

.blog_news .content_details ol {
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
}

.blog_news .content_details ol li {
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 15px;
    font-weight: normal;
}

.blog_news .content_details ol li::before {
    content: "\f0da";
    font-family: "FontAwesome";
    margin-right: 5px;
}

.mini-blogs ul {
    padding: 0 20px;
    background-color: #fff;
    border-radius: 3px;
    padding-bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
}

.mini-blogs ul li {
    padding-top: 18px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}

.mini-blogs ul li:last-child {
    border-bottom: 0;
}

.mini-blogs ul .tt {
    font-size: 20px;
    color: var(--text-color);
    font-weight: 700;
}

.mini-blogs ul .tt span {
    color: var(--dark-blue);
}

.mini-blogs .tx-bx .title {
    font-size: 14px;
    color: var(--text-color);
    font-weight: 600;
    margin-bottom: 3px;
}

.mini-blogs ul li:hover .tx-bx .title {
    color: var(--dark-blue);
}

.mini-blogs .tx-bx p {
    line-height: normal;
    font-size: 13px;
    color: #555;
}

.left_title1 {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    font-size: 24px;
    color: #fff;
    font-weight: 600;

}

.contact_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    position: relative;
}

.contact_page ul.social {
    margin-bottom: 15px;
}

#contact_form label.error,
.output {
    color: #FB3A3A;
    font-weight: normal;
    margin-bottom: 15px;
}

#quick_form label.error,
.output {
    color: #FB3A3A;
    font-weight: normal;
    margin-bottom: 15px;
}

#quick_enquiry label.error,
.output {
    color: #FB3A3A;
    font-weight: normal;
    margin-bottom: 15px;
}

.pac-container {
    z-index: 100000;
}


.contact_map {
    width: 100%;
    height: 425px;
    position: relative;
    display: block;
}

.contact_form_grid1 {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
}

/* .contact_form_grid1 textarea{
    height: 150px !important;
} */

.contact_page .contactTitle {
    color: var(--dark-blue);
    font-size: 21px;
    text-align: left;
    padding: 0;
    text-transform: capitalize;
    margin-bottom: 15px;
}


.contact_details p {
    color: #333;
    margin-bottom: 20px;
    font-size: 16px;
}

.contact_details .address_list {
    clear: both;
    margin: 0 0 20px;
    padding: 0;
}

.contact_details .address_list li {
    clear: both;
    list-style: none;
    color: #333;
    margin-bottom: 2px;
    font-size: 16px;
}

.contact_details .address_list li svg {
    min-width: 22px;
    height: 22px;
    margin-right: 8px;
    color: var(--dark-blue);
}

.contact_details .address_list li a {
    color: #333;
    display: flex;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
}

.contact_details .address_list li a span {
    font-size: 30px;
    margin-right: 13px;
}



.contact_details .address_list li span {
    font-size: 30px;
    margin-right: 13px;

}

.contact_details .address_list li a:hover,
.contact_details .address_list li a:focus {
    color: var(--dark-blue);
}

.social_list {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.social_list li {
    list-style: none;
    display: inline-block;
}

.social_list li a {
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #fff;
    text-align: center;
    margin-right: 10px;
}

.social_list li a:hover {
    color: #f7b11b;
    border: 1px solid #f7b11b;
}

.contact_form_grid .form_grid {
    background-color: #ffffff;
}

.form_grid .title_h2_2 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 20px;
    padding: 0;
    color: var(--pri);
}

.adress-bx {
    padding: 20px;
    border: 1px solid #ccc;
    transition: 0.4s;
    margin-top: 25px;
    min-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.adress-bx:hover {
    border: 1px solid var(--text-color);
}

.adress-bx .adress {
    margin-bottom: 0;
    color: var(--light-text);
    position: relative;
    padding-left: 18px;
}

.adress-bx .adress::before {
    content: "\f041";
    font-family: 'FontAwesome';
    font-size: 14px;
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    color: var(--pri);
}

.adress-bx .adress a {
    color: var(--pri);
    text-decoration: underline;
}

.adress-bx .title {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: bold;
    text-transform: capitalize;
}

/* Sitemap page */
.sitemap_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #fff;
    position: relative;
}

.sitemap_right_side h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #f7b11b;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.sitemap_page .title_h2 {
    margin-bottom: 15px;
    color: #fff;
}

.sitemap {
    border-left: 1px solid #666;
    padding: 0;

}

.sitemap li {
    list-style: none !important;
    background: transparent url(../images/sitemap_hr.png) no-repeat scroll 0px 9px;
    padding: 0px 0px 0px 15px;
    margin-bottom: 5px;
}

.sitemap li ul {
    border-left: 1px solid #666;
    padding: 0;
}

.sitemap li a {
    color: #333;
    font-size: 16px;
    padding-bottom: 5px;
    display: block;
}

.sitemap li a:hover {
    color: var(--pri);
}

.market_area h3 {
    float: left;
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--text-color);
}

.market_area h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--pri);
}

.market-list {
    float: left;
    width: 100%;
    padding: 0;
}

.market-list li {
    list-style: none;
    padding-right: 10px !important;
    line-height: 20px;
    width: 25% !important;
    float: left;
}

.market-list li:before {
    content: none !important;
    margin-right: 0 !important;
}

.market-list li a {
    width: 100%;
    height: auto;
    padding: 10px 0 10px 12px;
    margin: 0 0 9px;
    display: block !important;
    color: #333 !important;
    font-size: 16px;
    background-color: #ddd;
    font-weight: 600;
}

.market-list li a:hover {
    background: var(--pri);
    color: #fff !important;
}


/* Products Poup */
.product_popup {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.product_popup_image {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
    height: 430px;
}

#callback .product_popup_image {
    height: 176px;
}

.product_popup_image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: 100%;
    margin: auto;
}

.product_popup h4 {
    color: var(--pri);
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-align: left;
    padding: 0;
}

.product_popup p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    text-align: left;
    margin-bottom: 15px;
}

#product_enquiry label.error {
    color: #FB3A3A;
    font-weight: normal;
}

.product_right_image .read_more {
    margin-top: 0;

}

.video_section iframe {
    width: 100%;
    height: 415px;
}


.feature_height {
    display: block;
    overflow: hidden;
    padding: 15px;
    text-align: center;
    height: 140px;
}

.thumb {
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 0px;
}

.fadeImg {
    animation-name: fadeimg;
    animation-duration: 2s;
}

@keyframes fadeimg {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.client_image {
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    position: relative;
    height: 120px;
    border: 1px solid #cde9f7;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 8px;
}

.client_image .client_logo {
    overflow: hidden;
    position: relative;
    height: 100px;
    transition: transform .5s ease;
}

.client_image:hover .client_logo {
    transform: scale(1.1);
}

.client_image .client_logo img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    max-height: 100%;
    width: auto;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--dark-blue);
    width: 13px;
}


.mb-phn {
    display: none;
}

.stButton {
    margin-bottom: 10px;
}


.terms-conditions a {
    color: var(--dark-blue);
    display: inline-block;
}

.terms-conditions h2 {
    margin-bottom: 15px;
    font-size: 28px;
}

.terms-conditions .tt {
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 2px;
    color: var(--text-color);
}

.terms-conditions h2 span {
    color: var(--dark-blue);
}

.terms-conditions p {
    color: var(--light-text);
    text-align: justify;
    font-size: 16px;
    margin-bottom: 5px;
}

.terms-conditions table {
    width: 100%;
    margin: 20px 0;
    border-color: #ccc;
}

.terms-conditions table tr td {
    color: var(--light-text);
}

.terms-conditions table tr:first-child td {
    color: var(--text-color);
    font-weight: 600;
}

.login-form {
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    max-width: 600px;
    width: 45%;
    margin: 30px auto;
    text-align: center;
    padding: 20px 0px 0px;
    border-radius: 4px;
    box-shadow: 0 30px 50px 0 rgba(0, 0, 0, .2);
    overflow: hidden;
}

.login-form form {
    padding: 0px 60px;
}

.login-form .thumbur {
    width: 140px;
    height: 140px;
    position: relative;
    background-color: #efefef;
    background-image: linear-gradient(to right, #efefef 0, #efefef 50%, #e1e1e1 50%, #e1e1e1 100%);
    margin: auto;
    border-radius: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-form .thumbur i {
    position: relative;
    font-size: 65px;
    color: var(--pri);
}

.login-form .login-title {
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    color: var(--pri);
    margin: 20px 0;
}

.login-form .change-type {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translatey(-50%);
    border: 0;
    outline: 0;
    background-color: transparent;
}

.login-form .submit {
    position: absolute;
    right: -25px;
    top: 50%;
    width: 50px;
    height: 45px;
    border: 0;
    outline: 0;
    color: white;
    background: var(--pri);
    font-size: 20px;
    transition: 0.4s;
}

.login-form .submit:hover {
    transform: scale(1.1);
}

.login-form a {
    text-decoration: underline;
    display: inline-block;
    font-weight: 500;
}

.login-form a:hover,
.login-form a:focus {
    color: var(--pri);
}

.login-form .shift {
    color: var(--light-text);
    background: #eeedf1;
    height: 60px;
    line-height: 60px;
    margin-top: 30px;
    padding: 0px 60px;
}

/* listing */
.product_listing {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #fff;
}

.product_listing .homeFeture {
    background: transparent;
    float: none;
    padding: 0;
}

.product_listing #sidebar {
    overflow: hidden;
    overflow-y: auto;
    padding: 0 15px 0 10px;
}

.product_listing .price_filter {
    margin: 0 0 20px;
    padding: 10px 20px 25px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px;
    border: 1px solid #eee;
    background: #fff;
}

.product_listing .left_title1 {
    padding: 7px 0;
    color: var(--dark-blue);
    line-height: 24px;
    font-size: 18px;
    width: 100%;
    display: inline-block;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}

.product_listing label {
    margin-bottom: 10px;
    display: inline-block;
}

.product_listing #amount {
    border: 0 !important;
    outline: 0 !important;
    color: var(--pri);
    font-weight: 600;
    text-align: right;
    font-family: FontAwesome;
    width: 130px;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    font-size: 16px;
}

.ui-slider-handle.ui-corner-all.ui-state-default:focus,
.ui-slider-handle.ui-corner-all.ui-state-default:active {
    background-color: #eee;
    border: 1px solid #aaa;
    outline: none;
}

.ui-widget-header {
    background: var(--pri);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}

.ui-widget.ui-widget-content {
    border: none;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
    background-color: #f5f5f5;
}

.product_filter {
    float: left;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    padding: 10px 18px;
    background: #fff;
}

.left_title {
    padding: 7px 0px;
    color: var(--dark-blue);
    line-height: 24px;
    font-size: 18px;
    width: 100%;
    display: inline-block;
    font-weight: 600;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.product_filter ul {
    margin: 10px 0;
    padding: 0;
    max-height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
}

.product_filter ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

.product_filter ul::-webkit-scrollbar {
    width: 7px;
    background-color: #f5f5f5;
}

.product_filter ul::-webkit-scrollbar-thumb {
    background-color: var(--dark-blue);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

.product_filter ul li {
    text-transform: capitalize;
    display: block;
    color: #888;
    font-size: 14px;
    line-height: 34px;
    position: relative;
    padding: 0 10px;
}

.product_filter ul li:last-child {
    border-bottom: 0;
}

.product_filter li label {
    font-size: 15px;
    cursor: pointer;
    color: var(--text-color);
    display: block;
    line-height: 30px;
    margin: 0;
    padding-top: 1px;
}

.product_filter li label:hover {
    color: var(--dark-blue);
}

.product_filter li label input[type=checkbox] {
    visibility: hidden;
    position: absolute;
    height: 14px;
}

.product_filter li label input[type=checkbox]:checked+span {
    color: var(--dark-blue);
}

.product_filter li label>span {
    display: block;
    position: relative;
    padding-left: 27px;
}

.product_filter li label>span:before {
    content: '';
    width: 15px;
    height: 14px;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    border: 1px solid #ccc;
}

.product_filter li label input[type="checkbox"]:checked+span:before {
    background: var(--dark-blue);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/checked.png);
    border: 1px solid var(--dark-blue);
}

.product_filter li label:after {
    clear: both;
}

.product_filter li label:before,
.product_filter li label:after {
    content: "";
    display: table;
}

/* 
.left-pro-bx .des-bx{
    border: 2px solid red;
} */

.left-pro-bx .des-bx .title {
    color: var(--text-color);
    font-size: 15px;
    margin-bottom: 5px;
    line-height: normal;
    font-weight: 600;
}

.left-pro-bx .des-bx .price {
    color: var(--dark-blue);
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
}

.left-pro-bx .des-bx .price del {
    color: var(--light-text);
    font-weight: 400;
    font-size: 13px;
}

.page_show {
    float: left;
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
}

.page_show ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.page_show ul li {
    display: inline-block;
    list-style: none;
    margin: 0 0 0 10px;
}

.page_show ul li {
    display: inline-block;
    list-style: none;
    margin: 0 0 0 10px;
}

.page_show ul li:nth-child(2) {
    float: right;
}

.page_show ul li select {
    border: 0;
    background: transparent;
    width: auto;
    font-size: 12px;
    height: auto;
    outline: none;
    padding: 0;
}

.page_show ul li:last-child {
    float: right;
}


/* product-details */

.selectors .mz-thumb img {
    max-width: 85px;
    width: 100%;
    margin-bottom: 10px;
    box-shadow: none;
    border: 1px solid #ececec;
}

.selectors .mz-thumb.mz-thumb-selected img {
    filter: none;
    border: 1px solid var(--dark-blue);
}

.product_details .tt {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--text-color);
}

.con-items,
.col-items {
    padding: 0;
    list-style: none !important;
    margin-bottom: 15px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding-left: 0 !important;
}

.col-items .col-item {
    border: 2px solid #e0e0e0;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background: var(--liner);
}

.col-items .col-item.grey {
    background-color: #c6c6c6;
}

.col-items .col-item.black {
    background-color: black;
}

.col-items .col-item.white {
    background-color: white;
}

.col-items .col-item.active {
    border-color: var(--dark-blue);
}

.con-items .con-item {
    background: #f7f7f7;
    border: 1px solid #ccc;
    font-weight: 600;
    padding: 6px 18px;
    font-size: 16px;
    color: #333;
}

.con-items .con-item.active {
    border-color: var(--dark-blue);
    color: var(--dark-blue);
    background: #F0F6FF;
}

.con-li {
    padding: 0;
    margin-bottom: 15px;
    list-style: none !important;
    padding: 10px 15px;
    background-color: #f7f7f7;
    border-radius: 10px;
    padding-left: 15px !important;
}

.con-li li {
    margin-bottom: 2px;
    padding-left: 23px;
    position: relative;
    color: #222;
}

.con-li li::before {
    content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="white" class="bi bi-check" viewBox="0 0 16 16"> <path d="M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z"/> </svg>');
    position: absolute;
    top: 4px;
    left: 0;
    width: 14px;
    height: 14px;
    background: var(--liner);
    background-color: var(--dark-blue);
    display: flex;
    justify-content: center;
    line-height: 18px;
    border-radius: 100%;
}

.btn-grp .w-btn {
    position: relative;
    z-index: 1;
    background: var(--liner);
    background-color: #01e675;
    display: inline-block;
    color: #fff;
    padding: 10px 12px;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    font-size: 16px;
    text-transform: capitalize;
    overflow: hidden;
    transition: 0.4s;
    border: 0;
}

.btn-grp .w-btn svg {
    width: 20px;
    height: 20px;
}

.product_details .protitle {
    color: #111;
    font-size: 22px;
    width: 100%;
    font-weight: 700;
    margin-bottom: 4px;
}

.product_details .sub-tt {
    color: #707070;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 17px;
}

.product_details p {
    font-size: 16px;
    color: #212529;
    font-weight: 500;
    margin-bottom: 10px;
}

.product_info {
    list-style-type: none;
    padding: 0;
    margin-bottom: 15px;
}

.product_info li {
    font-size: 16px;
    color: #222222;
    margin-bottom: 7px;
}

.product_info li span {
    color: var(--light-text);
}

.product_info li small,
.product_info li a {
    display: inline-block;
    font-weight: 600;
    color: var(--dark-blue);
    font-size: 16px;
    text-transform: uppercase;
}

.product_info li small.stock {
    color: #fff;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 14px;
}

.product_info_btn {
    margin-bottom: 15px;
}

.product_overview .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #fff;
    border: 0;
    background: var(--liner);
    background-color: var(--dark-blue);
    font-weight: 600;
}

.product_overview .nav-tabs .nav-link {
    color: var(--text-color);
    background: #e9ecef;
    font-weight: 600;
    border: none;
}

.product_overview .nav-tabs {
    border: none;
}

.product_overview .tab-pane {
    background: #f3f3f3;
    padding: 20px;
    border: 1px solid #ececec;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 2px; */
    color: var(--light-text);
    outline: none;
}

.product_overview .tab-pane p {
    color: var(--light-text);
    line-height: normal;
    margin-bottom: 10px;
}

.product_overview .tab-pane .bx-title {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 8px;
}


.product_overview .tab-pane .dl-horizontal dt {
    text-align: left;
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
}

.product_overview .tab-pane .dl-horizontal dd {
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
}

.tab-pane .product_rate {
    font-size: 14px;
    background: var(--pri);
    border: 1px solid var(--pri);
    padding: 8px 20px;
    color: #fff;
}


.cart_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 30px 0;
    background: #fff;
}

.cart_page .cart_left .bx-title {
    background: var(--liner);
    background-color: var(--dark-blue);
    padding: 10px 12px;
    color: #fff;
    line-height: 24px;
    font-size: 20px;
    width: 100%;
    font-weight: 600;
    display: inline-block;
}

.cart_left table {
    border: 0px solid #ccc !important;
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    min-width: 820px;
}

.cart_left table th {
    border: 0px solid #ddd;
    padding: 9px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
    color: #111;
    background: #f3f3f3;
}

.cart_left table tr {
    border: 1px solid #ddd;
    padding: 5px;
}

.cart_left table td {
    font-size: 13px;
    border: 1px solid #ddd;
    border: 1px solid #eee;
    padding: 8px 10px;
    line-height: 1.42857143;
    vertical-align: middle;
}

.cart_left table tbody tr td:first-child {
    width: 48%;
}

.cart_image {
    float: left;
    margin-right: 3%;
    position: relative;
    height: 65px;
    width: 90px;
    border: 1px solid #eee;
    border-radius: 3px;
    overflow: hidden;
}

.cart_image a img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    width: auto;
    transform: translate(-50%, -50%);
    max-height: 100%;
}

.cart_left table tbody tr td .price {
    position: relative;
    color: var(--dark-blue);
    font-size: 15px;
    display: inline-block;
    line-height: 24px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cart_left table tbody tr td .price .old_price {
    color: #707070;
    font-size: 14px;
    text-decoration: line-through;
}

.cart_info a {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 22px;
}

.cart_info p {
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    margin-bottom: 0;
}

.cart_off_label {
    display: block;
    text-align: center;
    background: var(--liner);
    background-color: var(--dark-blue);
    color: #fff;
    padding: 2px 10px;
    margin-bottom: 3px;
}


.cart_remove {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    color: #333;
    font-size: 14px;
    height: 25px;
    text-align: center;
    width: 25px;
    line-height: 25px;
    display: inline-block;
}

.cart_right_title {
    background: var(--liner);
    background-color: var(--dark-blue);
    padding: 10px 12px;
    color: #fff;
    line-height: 24px;
    font-size: 20px;
    width: 100%;
    font-weight: 600;
    display: inline-block;
}

.cart_right {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #eee;
    background: #fff;
}

.coupon_form {
    position: relative;
    margin-bottom: 5px;
}

.coupon_form input {
    border: 1px #dedede solid;
    border-radius: 0px;
    width: 100%;
    font-size: 12px;
    margin: 0;
    height: 34px;
}

.coupon_form .apply_btn {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--pri);
    color: #fff;
    border: 0;
    height: 34px;
    padding: 6px 15px;
    font-size: 13px;
}

.coupons_text {
    font-size: 12px;
    color: var(--text-color);
}

.coupons_text a {
    display: inline-block;
    color: var(--pri);
}


.cart_right .table {
    border: 0;
    margin-bottom: 15px;
}

.table.table-totals tr {
    border: 0;
}

.cart_page .cart_right table tr td:nth-child(1) {
    width: auto !important;
}

.cart_right .table tr th,
.cart_right .table tr td {
    border: 0;
    padding: 5px 0;
    font-size: 15px;
}

.table.table-totals tr {
    border: 0;
}

.cart_right .table tbody tr:last-child td {
    padding-bottom: 15px;
}

.cart_right .table tr td.free {
    color: var(--dark-blue);
    text-transform: uppercase;
}

.cart_right .table tfoot {
    border-top: 1px solid #ccc;
    font-size: 1.8rem;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
}

.cart_right .table tfoot tr td {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    color: #333;
    width: auto !important;
}

.payable {
    color: var(--dark-blue);
}

.order_btn {
    width: 100%;
    padding: 10px 25px;
    background: var(--pri);
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 15px;
    font-size: 16px;
    border: 1px solid var(--pri);
    font-weight: 600;
}

.order_btn:hover {
    background-color: #333;
    color: #fff;
    border-color: #333;
}

.cart_right .safe_info {
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    color: #000;
}

.cart_right .safe_info i {
    font-size: 36px;
    color: var(--pri);
    float: left;
    margin-top: 4px;
    margin-right: 8px;
}

.shopping_btn {
    padding: 10px 20px;
    background: #fff;
    color: var(--dark-blue);
    border-radius: 3px;
    text-decoration: none;
    width: auto;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 15px;
    font-size: 15px;
    border: 1px solid var(--dark-blue);
}

.shopping_btn:hover {
    background: var(--dark-blue);
    color: white;
}

.checkout_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #f1f3f6;
    position: relative;
}

.checkout_page .bx-title {
    background: var(--pri);
    padding: 10px 12px;
    color: #fff;
    line-height: 24px;
    font-size: 20px;
    width: 100%;
    font-weight: 600;
    display: inline-block;
}



.checkout_page .form-group+.form-group {
    margin-top: 10px;
}

.checkout_page .forgot-password {
    padding-top: 14px;
    display: inline-block;
    color: var(--pri);
    position: absolute;
    top: -4px;
    right: 7px;
}

.panel-body form .radio_btn {
    font-size: 13px;
    line-height: 25px;
    cursor: pointer;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.panel-body form .radio_btn input {
    float: left;
    height: 17px;
    line-height: 25px;
    margin: 5px 0 0;
    margin-right: 10px;
}

.checkout_page .step_login_btn {
    padding: 10px 25px;
    background: var(--pri);
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 15px;
    font-size: 15px;
    border: 0;
}

.checkout_page .step_login_btn:hover {
    background: #333;
}

.checkout_page .checkout_right {
    padding: 15px;
    background: #eee;
}

.checkout_page .checkout_right h4 {
    text-align: left;
    margin: 0 0 10px;
    padding: 0;
}

.checkout_page .checkout_right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.checkout_page .checkout_right ul li {
    font-size: 13px;
    list-style: none;
    line-height: 22px;
}

.checkout_page .checkout_right ul li i.fa-check {
    background: transparent !Important;
    color: var(--pri);
}

.cart_right ul {
    background: #fff;
    margin: 0;
    padding: 0;
}

.cart_right ul li {
    line-height: 1;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dee5e8;
    list-style: none;
}

.cart_right ul li i {
    float: left;
    color: var(--pri);
    min-width: 40px;
    line-height: 1;
    margin-left: 0.7rem;
    margin-top: 0.3rem;
    font-size: 34px;
    min-width: 40px;
    margin-right: 10px;
    text-align: center;
}

.cart_right ul li h4 {
    text-align: left;
    color: #333;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.cart_right ul li:last-child {
    border-bottom: 0;
}

.dashboard_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
}

.dashboard_page .dashboard-links {
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 0;
    padding: 20px;
}

.dashboard_page .dashboard-links li a {
    box-shadow: 1px 1px 4px -1px #ccc;
    border-radius: 5px;
    padding: 13px 15px;
    margin-bottom: 10px;
    color: var(--text-color);
    font-weight: 500;
    transition: all 0.3s ease;
}

.dashboard_page .dashboard-links li:last-child a {
    margin-bottom: 0;
}

.dashboard_page .dashboard-links li a:hover,
.dashboard_page .dashboard-links li a.active {
    background: var(--pri);
    color: white;
}

.dashboard_page .dashboard-bx {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 5px;
}

.dashboard_page .dashboard-bx .profile-bar {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 #ccc;
    background-color: #eee;
}

.profile-bx {
    display: flex;
    align-items: center;
}

.profile-bx .profile-icon {
    color: var(--pri);
    border: 5px solid;
    border-radius: 100%;
    height: 75px;
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    font-weight: bolder;
    background: white;
    margin-right: 15px;
}

.profile-bx .profile-des .title {
    color: var(--text-color);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
}

.profile-bx .profile-des a {
    color: var(--light-text);
    font-size: 13px;
    line-height: 18px;
}

.edit-profile {
    display: inline-block;
    padding: 10px 20px;
    background: var(--pri);
    color: white;
    text-align: center;
}

.edit-profile:hover {
    color: white;
    background: #333;
}

.recent-order-bar {
    padding: 20px;
    border-radius: 3px;
    border: 1px solid #eee;
    box-shadow: 0 0px 5px -1px #ccc;
}

.recent-order-bar .recent-order-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--pri);
    margin-bottom: 5px;
}

.recent-order-bar .order-details {
    list-style: none;
    margin: 0;
    padding: 0;
}

.recent-order-bar .order-details li {
    color: var(--text-color);
    line-height: 18px;
}

.recent-order-bar .order-details li span {
    color: var(--light-text);
    font-weight: 500;
}

.recent-order-bar .upload-btn {
    outline: 0;
    border: 2px dashed var(--pri);
    color: var(--pri);
    background: white;
    font-weight: bold;
    width: 100%;
    padding: 8px 0;
    text-align: center;
}

.dashboard-bx .address-bar {
    padding: 20px;
    border-radius: 3px;
    border: 1px solid #eee;
    box-shadow: 0 0px 5px -1px #ccc;
    margin-bottom: 20px;
}

.dashboard-bx .address-bar .add-title {
    color: var(--light-text);
    font-weight: bold;
    font-size: 15px;
    color: var(--text-color);
}

.dashboard-bx .address-bar .add-title a {
    float: right;
    padding: 3px 6px;
    color: var(--pri);
    border-radius: 3px;
    background-color: #eee;
    font-size: 14px;
}

.dashboard-bx .address-bar .add-title a i {
    font-size: 12px;
}

.dashboard-bx .address-bar .name {
    font-weight: bold;
    margin: 5px 0;
    font-size: 17px;
    color: var(--pri);
}

.dashboard-bx .address-bar p {
    margin: 0;
    color: var(--light-text);
}

.dashboard-bx .dashboard-title {
    color: var(--pri);
    font-size: 18px;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: bold;
}

.cart_left.wishlist-bx table {
    border-radius: 5px;
    border: 1px solid #eee !important;
}

.cart_left.wishlist-bx table th {
    background: #fff;
    border: 1px solid #eee;
    overflow: hidden;
    padding: 12px 10px;
}

.in-stock {
    padding: 3px 6px;
    background: forestgreen;
    font-size: 13px;
    color: white;
    border-radius: 3px;
}

.out-stock {
    padding: 3px 6px;
    background: #ff2020;
    font-size: 13px;
    color: white;
    border-radius: 3px;
}

.wishlist-bx .cart_add {
    border-radius: 2px;
    height: 30px;
    width: 30px;
    font-size: 14px;
    display: inline-block;
    line-height: 30px;
    margin: 0;
    padding: 0;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    color: var(--pri);
}

.wishlist-bx .cart_add:hover {
    background: var(--pri);
    color: white;
}

.wishlist-bx .cart_remove {
    border-radius: 2px;
    height: 30px;
    width: 30px;
    font-size: 14px;
    display: inline-block;
    line-height: 30px;
    margin: 0;
    padding: 0;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}

.order-details-bar .details-bx,
.order-details-bar .address-bx {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 #ccc;
    background-color: #f3f3f3;
}

.order-details-bar .details-bx .Order-id {
    font-size: 18px;
    font-weight: 700;
}

.order-details-bar .details-bx .Order-date {
    font-size: 14px;
    font-weight: 500;
    color: grey;
    margin-bottom: 8px;
}

.order-details-bar .table.table-totals tr {
    border: 0;
}

.order-details-bar .table tr th,
.order-details-bar .table tr td {
    border: 0 !important;
    padding: 5px 0;
    font-size: 14px;
    line-height: normal;
}

.order-details-bar table tr td:nth-child(1) {
    width: auto !important;
}

.order-details-bar .table tbody tr:last-child td {
    padding-bottom: 1rem;
}

.details-bx .table tr td.free {
    color: forestgreen;
    text-transform: uppercase;
}

.order-details-bar .table tfoot {
    border-top: 1px solid #ccc;
    font-size: 1.8rem;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
}

.order-details-bar .table tfoot tr td {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 16px;
    color: var(--text-color);
    width: auto !important;
}


.order-details-bar .address-bx .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.order-details-bar .address-bx .name {
    font-size: 17px;
    font-weight: 600;
    color: var(--text-color);
}

.order-details-bar .address-bx .address-details {
    list-style: none;
    padding: 0;
    margin: 0;
}

.order-details-bar .address-bx .address-details li {
    font-size: 14px;
    color: var(--light-text);
    padding-top: 8px;
}

.order-details-bar .address-bx .address-details li span {
    color: var(--text-color);
    font-weight: 500;
}

.abt_con {
    float: left;
    width: 100%;
    margin: 0;
    padding: 20px 0;
    position: relative;
    z-index: 1;
}

.abt_con h1 {
    font-size: 22px;
    font-weight: bold;
    color: var(--light-text);
    margin-bottom: 10px;
}

.abt_con h2,
.abt_con h3 {
    font-size: 20px;
    font-weight: bold;
    color: var(--text-color);
    margin-bottom: 8px;
}

.abt_con p {
    text-align: justify;
    color: var(--light-text);
    line-height: 24px;
    margin-bottom: 13px;
    font-size: 16px;
}

.abt_con ul {
    text-align: justify;
    color: var(--light-text);
    line-height: 24px;
    margin-bottom: 13px;
    list-style: square;
    letter-spacing: normal;
    font-size: 16px;
    padding-left: 18px;
}

.abt_con ul li {
    margin-bottom: 8px;
}

.abt_con strong {
    font-weight: 600;
}

.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 65px;
    height: 65px;
    border-radius: 80px;
    text-align: center;
    line-height: 65px;
    color: #fff;
    display: block;
    margin: auto;
    transition: all .5s;
    background: var(--liner);
    background-color: var(--pri);
    box-shadow: 0 0 0 0 rgba(110, 39, 37, .5);
    -webkit-animation: wave 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    -moz-animation: wave 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    -ms-animation: wave 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: wave 1.25s infinite cubic-bezier(.66, 0, 0, 1);
}

.video-play-icon:hover {
    animation: none;
    color: #fff;
}

.video-play-icon:focus {
    color: #fff;
}

.login-bg {
    background: #9f9da7
}

input[type='checkbox'],
input[type='radio'] {
    width: auto !important
}

label.shipping input {
    float: left;
    height: 15px;
    margin-right: 10px;
}

.checkout_btn {
    padding: 10px 30px;
    background: #171717;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 15px;
    font-size: 15px;
    border: 0;
    z-index: 1;
}

.checkout_btn:hover,
.checkout_btn:focus {
    background: var(--pri);
    color: #fff;
}

.mobile_view {
    display: none;
}

.payment_option {
    float: left;
    width: 100%;
}

.payment_option form .radio {
    border-bottom: 1px solid #ccc;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 16px;
    padding: 5px 0 10px 30px;
    user-select: none;
    width: 100%;
    display: flex
}

.payment_option form .radio:last-child {
    border-bottom: 0;
}

.payment_option form .radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.payment_option form .checkround {

    position: absolute;
    top: 6px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #fff;
    border-color: var(--pri) !important;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
}

.payment_option form .radio input:checked~.checkround {
    background: #fff;
}

.payment_option form .checkround:after {
    content: "";
    position: absolute;
    display: none;
}

.payment_option form .radio input:checked~.checkround:after {
    display: block;
}

.payment_option form .radio .checkround:after {
    left: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--pri) !important;
}

.confrmorder {
    padding: 12px 40px;
    background: var(--pri) !important;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-right: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    border: 0;
    z-index: 1;
}

.payment_option form label {
    cursor: pointer;
}

.product_details .form-group.check input {
    border-left: 0px;
    border-radius: 0px;
    border-right: 0px;
    border-top: 0px;
}


.carousel-control-next,
.carousel-control-prev {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 29px;
    height: 60px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: 0;
    background: #fff;
    border-radius: 100%;
    z-index: 99;
    opacity: 1;

}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    height: 15px;
    width: 15px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23025b9d'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23025b9d'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-control-prev {
    left: 0px;
    border-radius: 0 3px 3px 0;
    border: 1px solid #eee;
    border-left: 0;
}

.carousel-control-next {
    right: 0px;
    border-radius: 3px 0px 0px 3px;
    border: 1px solid #eee;
    border-right: 0;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    opacity: 1;
    background: #eaf1fb;
}

@media (max-width:980px) {

    .carousel-control-next,
    .carousel-control-prev {
        width: 22px;
        height: 47px;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        height: 15px;
        width: 15px;
    }

    .carousel-control-prev {
        left: 0px;
        border-radius: 0 3px 3px 0;
    }

    .carousel-control-next {
        right: 0px;
        border-radius: 3px 0px 0px 3px;
    }
}

.get_qut {
    padding: 0 25px;
    box-sizing: border-box;
    background: var(--liner);
    background-color: var(--pri);
    line-height: 70px;
    color: #fff;
    font-size: 17px;
    margin-left: 30px;
    font-weight: 400;
}

.get_qut:hover {
    background: var(--pri);
    color: white;
}

@-webkit-keyframes wave {
    to {
        box-shadow: 0 0 0 45px rgba(213, 142, 144, 0)
    }
}

@-moz-keyframes wave {
    to {
        box-shadow: 0 0 0 45px rgba(213, 142, 144, 0)
    }
}

@-ms-keyframes wave {
    to {
        box-shadow: 0 0 0 45px rgba(213, 142, 144, 0)
    }
}

@keyframes wave {
    to {
        box-shadow: 0 0 0 45px rgba(213, 142, 144, 0)
    }
}

/*кнопка обратной связи*/

.email-bt {
    background: #F95C18;
    border: 2px solid #F95C18;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(249, 92, 24, 0.3);
    cursor: pointer;
    height: 68px;
    text-align: center;
    width: 68px;
    position: fixed;
    left: 8%;
    bottom: 18%;
    z-index: 999;
    transition: .3s;
    -webkit-animation: email-an linear 1s infinite;
    animation: email-an linear 1s infinite;
}

.email-bt .text-call {
    height: 68px;
    width: 68px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.email-bt .text-call span {
    text-align: center;
    color: #F95C18;
    opacity: 0;
    font-size: 0;
    position: absolute;
    right: 4px;
    top: 22px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.call_now {
    background: var(--liner);
    background-color: var(--dark-blue);
    width: 48px;
    height: 48px;
    color: #fff;
    position: fixed;
    right: 16px;
    bottom: 18px;
    cursor: pointer;
    z-index: 999;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    box-shadow: 0 8px 10px rgba(41, 107, 165, 0.2);
    font-size: 20px;
    animation: email-an linear 1s infinite;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.call_now:hover {
    color: #fff;
    animation: none;
}

@keyframes email-an {
    0% {
        box-shadow: 0 8px 10px rgba(41, 107, 165, 0.2),
            0 0 0 0 rgba(41, 107, 165, 0.2), 0 0 0 0 rgba(41, 107, 165, 0.2);
    }

    40% {
        box-shadow: 0 8px 10px rgba(41, 107, 165, 0.2),
            0 0 0 12px rgba(41, 107, 165, 0.2), 0 0 0 0 rgba(41, 107, 165, 0.2);
    }

    80% {
        box-shadow: 0 8px 10px rgba(41, 107, 165, 0.2),
            0 0 0 15px rgba(41, 107, 165, 0), 0 0 0 16px rgba(41, 107, 165, 0.067);
    }

    100% {
        box-shadow: 0 8px 10px rgba(41, 107, 165, 0.2),
            0 0 0 18px rgba(41, 107, 165, 0), 0 0 0 20px rgba(41, 107, 165, 0);
    }
}


@keyframes scrolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translatex(-144vw);
    }
}

/* --------- why us -----------  */

.why-us {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0 30px;
    background: #fff;
}


.step-sec {
    float: left;
    width: 100%;
    padding: 40px 0px;
    background-color: #f7f7f7;
    position: relative;
    z-index: 1;
    /* background: linear-gradient(to right, #f3f4f7, #f3f4f7); */
}

.step-sec .tt-bx .tt {
    font-size: 32px;
    margin-top: 4px;
}

.step-bx {
    margin-bottom: 25px;
}

.step-bx .img-bx {
    background: var(--bgg-cyan);
    width: 115px;
    height: 115px;
    padding: 25px;
    border-radius: 100%;
    margin: 0 auto 15px;
    position: relative;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}

.step-bx .img-bx::before {
    content: " ";
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 165%;
    width: 105px;
    height: 25px;
    /* background: #eee; */
    /* background-image: url(https://pixner.net/paylio/paylio-v1/assets/images/icon/how-works-arrow-1.png); */
    background-image: url(../images/icon/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.step-bx.second .img-bx {
    background: var(--bgg-red);
}

.step-bx.second .img-bx::before {
    transform: translateY(10%) scaleY(-1);
}

.step-bx.thrid .img-bx {
    background: var(--bgg-green);
}

.step-bx.thrid .img-bx::before {
    content: none;
}

.step-bx .tx-bx {
    text-align: center;
}

.step-bx .tx-bx .tt {
    font-weight: bold;
    font-size: 22px;
    color: var(--text-color);
    margin-bottom: 3px;
}

.step-bx .tx-bx p {
    color: var(--light-text);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.4px;
    padding: 0 10px;
}


.faq-sec {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #fff;
}

.title_2 {
    padding: 0 0 0px;
    font-size: 30px;
    margin: 0;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    color: var(--text-color);
    margin-bottom: 32px;
    position: relative;
    font-weight: 700;
}

.title_2:after {
    background: var(--dark-blue);
    bottom: -10px;
    content: "";
    height: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 55px;
}

.faq-sec .accordion {
    border: none;
    background: #F6F6F6;
    padding: 20px 30px 10PX;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 3px;
}

.faq-sec .accordion .accordion-item {
    border: none;
    background: transparent;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    padding: 0 5px;
}

.faq-sec .accordion .accordion-item p {
    margin-bottom: 0;
    text-align: justify;
    font-size: 16px;
}

.faq-sec .accordion .accordion-item:last-child {
    border-bottom: none;
}

.faq-sec .accordion .accordion-item .accordion-button {
    background: transparent;
    padding: 14px 0;
    box-shadow: none;
    font-weight: 600;
    font-size: 18px;
    border-radius: 0;
    color: var(--text-color);
}

.faq-sec .accordion .accordion-item .accordion-button:not(.collapsed) {
    color: var(--dark-blue);
    /* padding-bottom: 10px; */
}

.faq-sec .accordion .accordion-item .accordion-body {
    background: transparent;
    padding: 0;
    padding-bottom: 16px;
    font-size: 15px;
}

.faq-sec .accordion .accordion-button::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23888" class="bi bi-arrow-up-circle" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-7.5 3.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707z"/> </svg>');
}

.faq-sec .accordion .accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23222" class="bi bi-arrow-up-circle" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-7.5 3.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707z"/> </svg>');

}

.mid-banner {
    float: left;
    width: 100%;
    margin-top: 40px;
    overflow: hidden;
    border-radius: 4px;
}

.topcon-sec {
    float: left;
    width: 100%;
    padding: 40px 0;
    text-align: center;
    position: relative;
    z-index: 1;
    background: url(../images/bg/bg1.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.topcon-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(243, 243, 243, 0.5);
    z-index: -1;
}

.topcon-sec .title {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}

.topcon-sec .title::before {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
    width: 55px;
    background: var(--dark-blue);
    height: 4px;
    border-radius: 1px;
}

.topcon-sec p {
    letter-spacing: 0.5px;
    font-size: 16px;
    color: var(--light-text);
}

.client-sec {
    float: left;
    width: 100%;
    padding: 40px 0;
    text-align: center;
    position: relative;
    z-index: 1;
    background: url(../images/bg/bg1.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.client-sec .client-bx {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px;
    background: white;
    padding: 12px;
    border-radius: 3px;
    margin: 5px 0 15px;
}

.client-sec .client-bx img {
    border: 1px solid #ececec;
    width: 100%;
    border-radius: 3px;
}

.reapir-page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #fff;
}

.breadcum-sec {
    float: left;
    width: 100%;
    margin: 0;
    padding: 60px 0;
    color: white;
    position: relative;
    z-index: 1;
    background-image: url(../images/bg/bread-cum.jpg);
    background-size: cover;
}

.breadcum-sec::before {
    content: "";
    background: #00243f;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.7;
}

#sticky-form {
    position: sticky;
    top: 65px;
    z-index: 2;
}

.breadcum-sec h1 {
    color: white;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
}

.review {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.breadcum-sec p {
    color: white;
    font-size: 16px;
}

.breadcum-sec ul {
    list-style: square;
    font-size: 19px;
    margin: 0;
    font-weight: 600;
    margin-top: 20px;
}

.qurey-form-page {
    /* border: 1px solid #ececec; */
    overflow: hidden;
    border-radius: 5px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px 1px;
    border-top: 5px solid var(--dark-blue);
    background: #f8f8f8;
}

.qurey-form-page .moreBtn {
    padding: 11px 20px;
    font-size: 17px;
}

.qurey-form-page textarea {
    height: 80px !important;
}

._in_bx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

._in_ic {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 65px;
    margin-bottom: 10px;
}

._in_ic img {
    width: 45px;
}

._in_bx p {
    font-size: 12px;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
    padding-top: 7px;
    color: #222;
    line-height: 1.3;
}

.whychoose-sec {
    float: left;
    width: 100%;
    margin: 0;
}

.why-bx {
    background: #F0F6FF;
    padding: 20px;
    text-align: center;
    box-shadow: rgb(197 215 242) 0px 1px 2px;
    margin-bottom: 20px;
    height: calc(100% - 20px);
}

.why-bx .img {
    width: 65px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.why-bx .tt {
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 3px;
    color: var(--text-color);
}

.why-bx a {
    font-size: 20px;
    font-weight: bold;
    color: var(--dark-blue);
}

.why-bx a:hover {
    color: var(--pri);
}

.why-bx p {
    margin-bottom: 0;
}

.counter {
    float: left;
    width: 100%;
    background-color: #F0F6FF;
    padding: 30px 0;
    box-shadow: rgb(197 215 242) 0px 1px 2px;
}

.count-bx {
    text-align: center;
    position: relative;
    z-index: 1;
}

.count-bx .title {
    font-weight: 900;
    background: var(--liner);
    background-color: var(--dark-blue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 3px;
    font-size: 32px;
    margin-bottom: 3px;
}

.count-bx::before {
    content: "";
    height: 42px;
    width: 42px;
    position: absolute;
    top: -5px;
    left: 50%;
    border-radius: 100%;
    background: linear-gradient(180deg, #4595d1 -9.95%, hsla(0, 0%, 99%, 0) 96.48%);
    z-index: -1;
    pointer-events: none;
    opacity: 0.6;
}

.count-bx p {
    margin-bottom: 0;
}

.repair-con {
    float: left;
    width: 100%;
}

.repair-bx.why-bx {
    padding: 17px;
    transition: 0.3s ease;
}

.repair-bx.why-bx:hover {
    transform: scale(1.05);
}

.repair-bx.why-bx .tt {
    margin-bottom: 0;
    font-size: 17px;
}

.repair-bx.why-bx .img {
    margin-bottom: 10px;
}

.inner-breadcum {
    float: left;
    width: 100%;
    background: #F0F6FF;
    padding: 45px;
    border-radius: 8px;
    /* overflow: hidden; */
    margin: 30px 0;
    box-shadow: rgb(197 215 242) 0px 1px 2px;
}

.inner-breadcum .hd-tt {
    font-weight: bold;
    color: var(--text-color);
    margin-bottom: 16px;
    font-size: 34px;
    line-height: 1.2;
}

.inner-breadcum .hd-tt span {
    color: var(--pri);
}

.inner-breadcum p {
    font-size: 17px;
    line-height: 1.6;
    margin: 20px 0;
    font-weight: 500;
    color: #606060;
}

.inner-breadcum .serch-row {
    position: relative;
}

.inner-breadcum .serch-row .sug-li {
    position: absolute;
    background: white;
    z-index: 2;
    width: 100%;
    max-width: 450px;
    top: 50px;
    box-shadow: rgb(0 0 0 / 14%) 0px 1px 2px;
    max-height: 180px;
    overflow-y: auto;
    list-style: none;
    padding: 0;
    margin: 0;
}

.inner-breadcum .serch-row .sug-li a {
    padding: 9px 20px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 15px;
    font-weight: 500;
}

.inner-breadcum .serch-row .sug-li a:hover {
    background-color: #f1f1f1;
}

.inner-breadcum .serch-row .sug-li::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
}

.inner-breadcum .serch-row .sug-li::-webkit-scrollbar {
    width: 7px;
    background-color: #f5f5f5;
}

.inner-breadcum .serch-row .sug-li::-webkit-scrollbar-thumb {
    background-color: #d2d2d2;
}

.inner-breadcum .srch-bx {
    max-width: 450px;
    width: 100%;
    display: flex;
    align-items: stretch;
    margin-bottom: 10px;
    padding: 5px;
    background: white;
    box-shadow: rgb(0 0 0 / 14%) 0px 1px 2px;
    margin-bottom: 15px;
}

.inner-breadcum .srch-bx input {
    border: none;
    height: 35px;
    outline: 0;
    line-height: normal;
    padding: 0 10px;
    font-weight: 500;
    /* border: 1px solid red; */
}

.inner-breadcum .srch-bx button {
    border: none;
    outline: 0;
    background: var(--liner);
    background-color: var(--dark-blue);
    color: #fff;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    padding: 0 15px;
    font-size: 14px;
}

.inner-breadcum .srch-bx button:hover {
    background: var(--dark-blue);
}

.inner-breadcum ul.ul-pointers {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 20px;
    margin: 12px 0;
}

.inner-breadcum ul.ul-pointers li {
    padding-left: 23px;
    position: relative;
    color: #0d0c22;
    font-weight: 600;
    font-size: 16px;
}

.count-bx2 .title {
    font-weight: bold;
    font-size: 33px;
    line-height: 1.1;
    color: var(--text-color);
}

.count-bx2 p {
    margin: 0;
    font-weight: 600;
    font-size: 17px;
    color: var(--dark-blue);
}

.inner-breadcum ul.ul-pointers li::before {
    content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="%23025b9d" class="bi bi-check-all" viewBox="0 0 16 16"> <path d="M8.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L2.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093L8.95 4.992zm-.92 5.14.92.92a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 1 0-1.091-1.028L9.477 9.417l-.485-.486z"/> </svg>');
    position: absolute;
    top: 0;
    left: 0;
}



.brand-dis {
    margin-top: 20px;
}

.brand-dis .br-sec {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    width: 100%;
}

.brand-dis .br-sec .br-bx {
    border-radius: 3px;
    overflow: hidden;
    padding: 10px;
    height: 70px;
    width: 70px;
    background: white;
    box-shadow: rgb(0 0 0 / 14%) 0px 1px 2px;
}

.brand-dis .br-sec .link {
    color: var(--dark-blue);
    font-weight: 600;

}

.all-client-sec {
    float: left;
    width: 100%;
    padding: 40px 0;
    /* background: var(--bgg-cyan); */
}

.all-client-sec .mTitle {
    font-size: 25px;
    font-weight: bold;
    color: var(--text-color);
    margin-bottom: 10px;
}


.clientItems {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.clientItems .clientBx {
    width: calc(100% / 8 - 15px);
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 12px;
    overflow: hidden;
    border-radius: 2px;
    padding: 0px;
    transition: 0.3s;
    background: white;
    text-align: center;
    transition: 0.3s ease-in-out;
}

.clientItems .clientBx:hover {
    transform: scale(1.05);
}

.clientItems .clientBx .tt {
    color: var(--text-color);
    font-weight: 600;
    padding-bottom: 8px;
    font-size: 16px;
}

.clientBx img {
    display: block;
    width: 100%;
}

.productDetails {
    float: left;
    width: 100%;
    padding: 40px 0;
}

.sell-pr-des {
    padding: 10px;
}

.sell-pr-des .mtt {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 3px;
    color: var(--text-color);
}

.sell-pr-des .tt {
    font-size: 18px;
    font-weight: 600;
    color: #707070;
    margin-bottom: 3px;
    line-height: normal;
}

.sell-pr-des .get-upto-price {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #198754;
}

.sell-pr-des .review {
    margin-bottom: 10px;
}

.sell-pr-des .vri-items {
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.sell-pr-des .vri-items .vri-item {
    padding: 5px 10px;
    border: 1px dashed #666;
    color: #666;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
}

.sell-pr-des .vri-items .vri-item.active {
    border-color: var(--dark-blue);
    color: var(--dark-blue);
}

.sell-pr-des .alert {
    margin-bottom: 0;
    padding: 10px 15px;
    font-size: 15px;
}

.evaluation-page {
    float: left;
    width: 100%;
    padding: 40px 0;
}

.pr-card {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ececec;
}

.pr-card .img {
    width: 120px;
}

.pr-card .text {
    width: calc(100% - 120px);
    font-weight: 600;
    padding: 10px;
    font-size: 17px;
}

.dv-lists {
    padding: 15px;
}

.dv-lists .mtt {
    font-size: 20px;
    font-weight: 600;
    color: var(--dark-blue);
    margin-bottom: 10px;
}

.dv-lists .tt {
    margin-bottom: 3px;
}

.dv-lists ul {
    margin-bottom: 10px;
}

.dv-lists ul li::marker {
    color: var(--dark-blue);
}

.dv-lists ul li {
    font-size: 15px;
}

.dv-detail {
    padding: 30px;
}

.dv-detail .mtt {
    font-weight: bold;
    color: var(--dark-blue);
    margin-bottom: 15px;
    font-size: 28px;
    text-align: center;
}

.dv-detail .tt {
    color: var(--light-text);
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
}


.dv-detail .dv-items {
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.dv-detail .dv-items .dv-item {
    font-weight: 500;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: var(--light-text);
    display: block;
    position: relative;
    padding: 7px 18px;
    padding-left: 35px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background: #f7f7f7;
    user-select: none;
}

.dv-detail .dv-items .dv-item.active {
    border-color: var(--dark-blue);
    background: white;
    color: var(--dark-blue);
}


/* Hide the browser's default radio button */
.dv-detail .dv-items .dv-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 8px;
    left: 9px;
    height: 18px;
    width: 18px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    border: 1px solid #aaa;
    transition: all 0.3s;
}

/* On mouse-over, add a grey background color */
.radio-button-container:hover input~.checkmark {
    border-color: rgba(0, 0, 0, 0.5);
}

/* When the radio button is checked */
.radio-button-container input:checked~.checkmark {
    background-color: rgba(0, 0, 0, 0);
    border-color: var(--dark-blue);
}


/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-button-container input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-button-container .checkmark:after {
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--dark-blue);
}

#sellEnquiry .modal-content {
    overflow: hidden;
    border-radius: 3px;
}

.sellInfo {
    background: linear-gradient(to right, rgba(2, 90, 157, 0.9), rgba(11, 170, 249, 0.9));
    padding: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sellInfo .m-tt {
    font-size: 23px;
    font-weight: bold;
    color: white;
    margin-bottom: 5px;
}

.sellInfo p {
    margin-bottom: 20px;
    color: white;
    font-weight: 500;
}

.sellInfo .tt {
    font-size: 18px;
    font-weight: 600;
    color: white;
    margin-bottom: 5px;
}

.sellInfo ul {
    color: white;
    font-size: 15px;
}

.sellInfo .img-bx {
    max-height: 400px;
}

.sellInfo .img-bx img {
    height: 400px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.sellField {
    background: white;
    padding: 30px;
    position: relative;
}

.sellField .img-logo {
    width: 200px;
    max-width: 100%;
    margin: 0 auto 20px;
}

.sellField .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23666' %3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 1;
    box-shadow: none;
    width: 8px;
    height: 8px;
}

.sellField label {
    display: inline-block;
}

.sellField .frmErr {
    float: right;
    color: red;
}

.input-group .input-icon {
    position: absolute;
    z-index: 5;
    top: 1px;
    left: 0;
    height: 40px;
    width: 40px;
    /* background: #f2f2f2; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light-text);
}

.input-group .form-control {
    padding-left: 40px;
    width: calc(100% - 40px);
}

.MagicZoom {
    display: block;
    border: 1px solid #ececec;
}

.MagicZoom img {
    width: 100%;
}

.error {
    color: red;
    font-weight: 500;
    margin-bottom: 0;
}

.fl-stock {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    padding: 9px 10px;
    border-radius: 3px;
    font-size: 13px;
    z-index: 5;
    text-transform: uppercase;
    display: block;
}



.product_details .price {
    font-size: 17px;
    color: var(--dark-blue);
    font-weight: 600;
    margin-bottom: 5px;
    position: relative;
    width: 100%;
    display: inline-block;
    line-height: 24px;
    transition: all 0.3s ease;
}

.product_details .price .old_price {
    font-size: 15px;
    color: #666;
    text-decoration: line-through;
    font-weight: normal;
    margin-right: 7px;
}

.product_details .price i {
    font-size: 14px;
    padding-right: 3px;
}

.product_details .price .off_label {
    display: inline-block;
    text-align: center;
    z-index: 5;
    font-size: 15px;
    background: var(--dark-blue);
    color: #fff;
    border-radius: 3px;
    padding: 3px 10px;
    line-height: normal;
    position: relative;
    margin-left: 6px;
    top: -3px;
}

.pro-modal .tt {
    color: #111;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 17px;
}

.pro-modal .img-bx {
    border: 1px solid #eee;
    max-width: 330px;
    margin: 0 auto 15px;
}

.pro-modal .img-bx img {
    width: 100%;
}


.details_qty {
    width: auto;
    display: flex;
    margin-bottom: 20px;
    gap: 5px;
}

.details_qty input.minus,
.details_qty input.plus {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0px;
    text-align: center;
    border: 1px solid var(--dark-blue);
    display: inline-block;
    background: white;
    color: var(--dark-blue);
    font-size: 20px !important;
    font-weight: bold;
    outline: none;
}

.details_qty input.minus:hover,
.details_qty input.plus:hover,
.details_qty input.minus:focus,
.details_qty input.plus:focus {
    background: var(--dark-blue);
    color: white;
}

.details_qty input.qty {
    display: inline-block;
    width: 60px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ddd;
    outline: none;
}

.alert-dismissible .btn-close {
    opacity: 1;
}

.functional-bx {
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    background: white;
    text-align: center;
    cursor: pointer;
    height: 100%;
}

.functional-bx.active {
    border-color: #f1aeb5;
}

.functional-bx img {
    width: 100%;
}

.functional-bx p {
    margin-bottom: 0;
    padding: 12px;
    font-weight: 500;
    font-size: 16px;
}

.functional-bx.active p {
    color: #58151c;
    background-color: #f8d7da;
    height: 100%;
}

.notification-bar {
    background: #F0F6FF;
    padding: 5px 10px;
    color: var(--dark-blue);
    font-weight: 600;
    border-radius: 4px;
}

.form-group p {
    color: #555;
}

.form-group p a {
    color: var(--pri);
}


.cate-list {
    float: left;
    width: 100%;
}

.cate-list .tt {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 7px;
    position: relative;
    text-transform: capitalize;
}

.cate-list p {
    font-size: 16px;
    text-align: justify;
    color: var(--black);
    margin-bottom: 0;
}

.cate-list p a {
    font-size: 16px;
    display: inline;
    font-weight: 500;
    color: #555;
    padding-right: 10px;
    position: relative;
    padding-left: 3px;
}

.cate-list p a::after {
    content: '|';
    padding: 0;
    font-size: 16px;
    position: relative;
    top: 0;
    right: -8px;
}

.cate-list p a:last-child::after {
    content: none;
}

.cate-list p a:hover {
    color: var(--pri);
    text-decoration: underline;
}


#repair-form .form-group {
    margin-bottom: 10px;
}

#repair-form .form-control,
#repair-form .form-select {
    height: 37px;
}

#repair-form .pinLocation {
    font-size: 14px;
}

#repair-response {
    font-size: 14px;
    margin-bottom: 3px;
    text-align: center;
}

.rc-anchor-normal .rc-anchor-checkbox-label {
    width: 152px;
    font-size: 17px;
}

#repair-form .g-recaptcha {
    transform: scale(0.7);
    height: 65px;
}

.modal-sm {
    max-width: 340px;
}

.quick_details table {
    border: 0;
    border-spacing: 0;
    height: auto !important;
}

.quick_details table td {
    letter-spacing: 0;
    line-height: 1.3;
    font-size: 15px;
    padding: 5px 0;
}

.top-content {
    background: #fff;
    padding: 30px 30px 15px;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
}

.top-content h2 {
    font-size: 25px;
    margin-bottom: 8px;
    font-weight: 900;
    background: var(--liner);
    background-color: var(--dark-blue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 3px;
}

.top-content p {
    text-align: justify;
    color: var(--light-text);
    line-height: 24px;
    margin-bottom: 13px;
    font-size: 16px;
}

.video-testimonials-sec {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
}


.videoFeedback {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    margin-bottom: 20px;
    aspect-ratio: 191 / 135;
}

.videoFeedback .image {
    position: relative;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 24px;
    object-fit: cover;
    margin-bottom: 15px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, .09);
    transition: .3s ease-in-out;
}

.videoFeedback .image img {
    height: 100%;
    object-fit: cover;
}

.videoFeedback .image:before {
    content: "";
    /* background: radial-gradient(ellipse at center, rgba(53, 0, 252, 0) 0%, rgba(0, 0, 0, 1) 100%); */
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: .2s ease-in-out;
    z-index: 1;
    opacity: 0.4;
}

.videoFeedback:hover .image:before {
    opacity: 0.7;
}

.feedbackStar {
    position: absolute;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 500;
    background-color: transparent;
    border: 1px solid #ffa929;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
    color: #ffa929;
    z-index: 9;
    top: 10px;
    left: 10px;
    border-radius: 20px;
}

.videoFeedback .image span {
    display: flex;
    justify-content: center;
    align-items: center;
    inset: 0;
    position: absolute;
    z-index: 1;
}

.videoFeedback .image span svg {
    color: #fff;
    width: 2.75rem;
    height: 2.75rem;
    border: 1px solid #ffffff;
    border-radius: 100%;
    padding: 7px;
    background: var(--dark-blue);
}

.videoTitle {
    display: flex;
    align-items: center;
    justify-content: center;
}


.videoName {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    color: #333;
    line-height: normal;
}

.videoFeedback:hover .videoName {
    color: var(--dark-blue);
}

.main-image-container {
    position: relative;
}

.main-image-container .main-image {
    border: 1px solid #eee;
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.selectors .thumbnail {
    border: 1px solid #eee;
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: contain;
    object-position: center;
    cursor: pointer;
    margin-bottom: 8px;
}

@media (max-width:1023px) {
    .selectors .thumbnail {
        max-width: 60px;
    }
}

.selectors .thumbnail.active {
    border-color: var(--dark-blue);
}

@media (min-width:1023px) {
    .zoom-window {
        display: none;
        position: absolute;
        top: 0;
        left: 420px;
        /* Adjust based on layout */
        width: 450px;
        height: 450px;
        border: 1px solid #eee;
        background-size: 650px 650px;
        /* Double the size of the main image */
        background-repeat: no-repeat;
        z-index: 10;
    }
}