html {}

/* @import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap'); */

:root {
    --col1: #231f20;
    --col2: #ec1c24;
    ;
}


body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    color: var(--col1);
    font-size: 18px;
    letter-spacing: -0.3px;
    /* font-family: "Segoe UI", Arial, sans-serif; 
    font-family: "Rubik", sans-serif;
    font-weight: 400;*/

    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;

}


section {
    position: relative;
}

* {
    box-sizing: border-box;
}

a,
a *,
button {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #eb1c22;
}

button,
button:hover {
    cursor: pointer;
    background: transparent;
}

button:hover {
    background-color: #eb1c22;
}

button:focus {
    outline: none;
}

img {
    width: 100%;
}

input,
button {
    outline: none;
}

#qlastname {
    position: absolute;
    right: 10000px;
    top: -10000px;
}

p {
    margin: 0;
    padding: 0;
    line-height: 28px;
}

b {}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0;
}

.container {
    width: 90%;
    max-width: 1230px;
    margin: 0px auto;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex.js {
    justify-content: start;
}

.flex.jc {
    justify-content: center;
}

.flex.je {
    justify-content: end;
}

.flex.as {
    align-items: start;
}

.flex.au {
    align-items: unset;
}

.flex.sch {
    align-items: stretch;
}

.d-none {
    display: none;
}

.col50 {
    width: 50%;
    padding: 0 50px;
}

.col48 {
    width: 48%;
}

.d-none {
    display: none;
}

.bg1 {
    background: #f0f0f0;
}

.products.cateMain .item {
    width: calc(33.333333% - 22px);
    margin: 10px;
    padding: 0 30px;
    border: 1px solid #c6c6c64f;
    padding-bottom: 30px;
    border-radius: 10px;
    background: #f9f9f9de;
}

.products.cateMain.tc {
    text-align: center;
}

.btn1 {
    display: block;
    color: #666;
    margin-top: 20px;
}

.btn1 a {
    color: #ec1c24;
    border: solid 1px #ee1c25;
    border-radius: 6px;
    font-weight: 500;
    padding: 10px 20px;
}

.btn1 a:hover {
    background-color: #ee1c25;
    color: #fff;
}

.mt_gap {
    margin-top: 120px;
}

.clip3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 15;
    background-color: #fff;
    width: 100%;
    border-bottom: solid 4px #ccc;
    padding: 10px 0px;
    padding-top: 0;
}

.top-nav {}

.top-nav .container {
    justify-content: end;
}

.top-nav a {
    display: flex;
    align-items: center;
    margin-left: 10px;
    font-size: 13px;
    font-weight: 400;
    color: #666;
    padding: 10px 0px;
    padding: 1px 0px;
}

.top-nav a img {
    width: 13px;
    margin-right: 3px;
    position: relative;
    top: 0px;
}

.top-nav a:hover {}


.navbar {
    /* padding-top: 30px; */
    padding: 20px 0 10px 0;
    ;

}

.navbar .menu .drop a {
    color: #000;
}

.navbar .menu .drop a:hover {
    color: #FFF;
}

.navbar .container {
    justify-content: space-between;
    align-items: center;
}

.navbar .brand {
    /* max-width: 200px; */
    max-width: 320px;
    position: relative;
    /* top: -10px; */
    display: flex;
}

.navbar .brand img {
    width: 150px;
}

.navbar .brand a:first-child img {
    margin-right: 20px;
}

.navbar .brand img {
    position: relative;
}

.navbar .brand b {
    display: block;
    position: absolute;
    bottom: -29px;
    left: 0;
    width: 500px;
    font-size: 10.8px;
    letter-spacing: -0.5px;
    color: #231f20;
}

.navbar .brand b span {
    color: #ed1b23;
}

.navbar .menu {
    padding-bottom: 2px;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    margin-top: -15px;
}

.navbar .menu a {}

.navbar .menu a:hover {
    color: #ec1d24;
}

.navbar .menu .drop {
    position: relative;
}

.navbar .menu .drop span {
    display: inline-block;
    /* font-size: 14px; */
    font-size: 16px;
    padding: 10px;

    ;
    cursor: pointer;
    font-weight: 500;
    border-bottom: 0;
    /* -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; */
    border-radius: 5px;
    position: relative;
    z-index: 2;
}

.navbar .menu .drop span.arr {
    padding: 10px 20px 10px 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.navbar .menu .drop span.arr::after {
    position: absolute;
    content: "";
    background: url(../img/down-arrow.svg) no-repeat;
    background-size: auto;
    background-size: 100%;
    width: 10px;
    height: 10px;
    top: 14px;
    right: 5px;

}

.navbar .menu .drop:hover span {
    background-color: #6f6f6f;
    color: #fff;
}

.navbar .menu .drop .items {
    padding: 10px 0px;
    /* width: 300px; */
    width: 240px;
    display: none;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 37px;
    background-color: #6f6f6f;

}

.navbar .menu .drop .items a {
    display: block;
    font-weight: 400;
    color: #fff;
    font-size: 15px;
    padding: 15px 20px;
    text-transform: capitalize;
    background-image: url(../img/right-arrow-alt.svg);
    background-position: 15px 50%;
    background-repeat: no-repeat;
    background-size: 12px;
    padding-left: 35px;
}

.navbar .menu .drop .items a:hover {
    padding-left: 40px;
}

.navbar .menu .drop:hover .items {
    display: block;
}

.navbar .menu .drop.btnst1 {
    /* background: #F2F2F2; */
    border-radius: 5px;
    border: 1px solid #3333330a;
    margin-right: 5px;
}
.navbar .menu .drop.btnst1:hover a{
    color: #FFF;
}
.navbar .menu .drop .items-sub/*,
.navbar .menu .drop .items-sub .items-sub-next*/
{
    display: none;
}
.navbar .menu .drop .itemhead1:hover .items-sub/*,
.navbar .menu .drop .itemhead2:hover .items-sub-next*/
{
    display: block;
    padding-left: 20px;
}

.navbar .menu .drop .items-sub a{
    padding-top: 5px;
    padding-bottom: 5px;
}

.itemhead2 span{
    padding-top: 0!important;
} 



/* .navbar .menu .drop.btnst2 {
    background: #424242;
    border-radius: 5px;
    border: 1px solid #3333330a;
    padding-left: 15px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
} */



.drop.btnst2 {
    background: #424242;
    border-radius: 5px;
    border: 1px solid #3333330a;
    padding-left: 15px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    padding: 10px;
}





.desktopmenu {
    display: flex;
    justify-content: space-between;
}

.mobilemenu {
    display: none;
}

.trigger {
    display: none;
}

.menu_wrap {
    display: flex;
    align-items: baseline;
}

.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff;
    background-color: #ccc;
    margin-top: 85px;
    max-height: 600px;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    position: relative;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
    height: 70vh;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slide.s0 {
    background-image: url(../img/slider0.jpg);
}


.slide.s1 {
    background-image: url(../img/slider1.jpg);
}

.slide.s2 {
    background-image: url(../img/slider2.jpg);
}

.slide.s3 {
    background-image: url(../img/slider3.jpg);
}

.slide.s4 {
    background-image: url(../img/slider4.jpg);
}

.slide.s5 {
    background-image: url(../img/slider5.jpg);
}

.slide.s6 {
    background-image: url(../img/slider6.jpg);
}

.slide.s7 {
    background-image: url(../img/b4.jpg);
}


/* .slide:before {
    content: '';
    background-color: #ee1c24;
    height: 70px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
} */

.slide h1 {
    height: 70px;
    font-size: 30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 8px 0;
    justify-content: center;
    background: #FFFFFF24;
    border-radius: 0 0 5px 5px;
    margin-top: 20px;
}

.slider span {
    position: absolute;
    /* bottom: 15vh; */
    top: calc(50%);
    transform: translateY(-50%);
    color: #FFF;
    text-shadow: 1px 1px 1px #00000080;
    font-size: 14px;
    max-width: 500px;
    display: table;
    margin: 0 auto;

}

.slide span.subTitle {
    font-size: 34px;
    font-weight: 400;
    display: block;
    /* margin-bottom: 14vh; */
}

button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.title {
    padding: 50px 0px;
    font-size: 33px;
    /* letter-spacing: 1px; */
}

.title.ce {
    text-align: center;
}

.title.ce p {
    margin: 0 auto;
}

.title.bg span {
    /* background-image: url(../img/titlebg.png); */
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 33px;
    padding-right: 44px;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
}

.title p {
    font-size: 15px;
    max-width: 1000px;
    color: #757474;
    letter-spacing: 0.3px;
    line-height: 24px;
}

.products {
    margin-bottom: 40px;
}

.products .container {
    flex-wrap: wrap;
}

.products .item {
    width: 26%;
    margin-bottom: 70px;
}

.products .item .thumb {
    /* height: 300px; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    position: relative;
}

.products .item .thumb::after {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #8E8E8E;
    font-size: 12px;
    font-style: italic;
    background: #FFFFFFC9;
    padding: 1px 5px;
    border-radius: 3px;
}

.products .item.labe.mena .thumb::after {
    content: "Available in MENA region";
}

.products .item.labe.ind .thumb::after {
    content: "Available in India";
}

.products .item.labe.uae .thumb::after {
    content: "Available in UAE";
}

/* 
Used Item & New Item 
*/

/* Used Item */
.products .item.upro .thumb::before {
    position: absolute;
    content: "Used Item";
    left: 0px;
    bottom: 5px;
    color: #000;
    font-size: 12px;
    background: #F9D401;
    padding: 5px 5px;
    padding-right: 15px;
    clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 0 0);
}

/* New Item */
.products .item.npro .thumb::before {
    position: absolute;
    content: "New Item";
    left: 0px;
    bottom: 5px;
    color: #ffffff;
    font-size: 12px;
    background: #00a508;
    padding: 5px 5px;
    padding-right: 15px;
    clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 0 0);
}

.products .item.dpro .thumb::before {
    position: absolute;
    content: "Demo Item";
    left: 0px;
    bottom: 5px;
    color: #ffffff;
    font-size: 12px;
    background: #0375cc;
    padding: 5px 5px;
    padding-right: 15px;
    clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 0 0);
}



/* .banner .thumb::after {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ee1616;
    font-size: 12px;
    font-style: italic;
    background: #FFFFFFC9;
    padding: 3px 5px;
    border-radius: 3px;
    border: 1px solid #bdbdbd;
} 

.banner.labe.mena .thumb::after {
    content: "Available in MENA region";
}

.banner.labe.ind .thumb::after {
    content: "Available in India";
}

.banner.labe.uae .thumb::after {
    content: "Available in UAE";
}*/





.products .item .thumb img {
    /* max-height: 280px; */
    width: auto;
    max-width: 100%;
}

.products .item h3 {
    font-weight: 400;
    font-size: 22px;
    padding-bottom: 10px;
    margin-top: 10px;
}
.products .item h3 span {
    display: block;
    font-size: 15px;
    margin-bottom: 2px;
    color: #5d5d5d;
}

.products .item p {
    color: #5d5d5d;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
}

.products .item b {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0px;
    display: block;
    color: #666;
}

.products .item b span {
    font-weight: 500;
    color: #ec1d24;
}
.price-wrap{
    display: flex;
    align-items: end;
    flex-wrap: wrap;
}

.price-wrap:not(:has(+ p)) {
    margin-bottom: 20px;
}

.price-wrap > div:not(:last-child){
    padding-right:10px;
}

.price-wrap .d-price{
    font-size: 24px;
    font-weight: 500;
}


.price-wrap .d-price span{
    display: block;
    font-size: 15px;
  font-weight: 400;
  color: #fd4d4d;
}
.price-wrap .a-price{
    font-size: 16px;
    text-decoration: line-through;
    color: #5d5d5d;
}
.price-wrap .off{
    font-size: 18px;
    color: red;
}



.btns {
    display: flex;
    margin-top: 15px;
}

.btns a {
    text-align: center;
    height: 36px;
    line-height: 34px;
}

.btns a:nth-child(1) {
    color: #ec1c24;
    border: solid 1px #ee1c25;
    border-radius: 6px;
    margin-right: 15px;
    font-weight: 500;
    min-width: 100px;
    padding: 0 10px;
    background: #fff;
}

.btns a:nth-child(2) {
    /* color: #666; */
    color: #463d3d;
    font-size: 17px;
    background-image: url(../img/right-arrow.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 24px;
}

.btns a:nth-child(1):hover {
    background-color: #ee1c25;
    color: #fff;
}

.btns a:nth-child(2):hover {
    color: #231f20;
}


.pro-exp .banner {
    /* margin-top: 122px; */
    margin-top: 161px;
}

.pro-exp .banner .container {
    padding: 30px 0px;
    padding-bottom: 50px;
    align-items: start;

}

.pro-exp .banner .thumb {
    width: 50%;
    display: flex;
    align-items: anchor-center;
    justify-content: center;
    height: 500px;
    position: relative;
    /* position: sticky;
    top: 120px; */
}





.pro-exp .banner .thumb .disclaimer {
    position: absolute;
    font-size: 12px;
    font-style: italic;
    /* left: 82px; */
    bottom: 0px;
    color: #777;
}

.pro-exp .banner .thumb img {
    /* width: auto; */
    max-height: 440px;
    max-width: 500px;
    margin-bottom: 10px;
}

.pro-exp .banner .data {
    width: 50%;
    padding-left: 5%;
}

.pro-exp .banner .data h1 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 15px;

}

.pro-exp .banner .data p {
    font-size: 22px;
    color: #666;
    padding-top: 15px;
    width: 80%;
    margin-bottom: 50px;
}

.pro-exp .banner .data .sm p {
    font-size: 15px;
}

.pro-exp .banner .data ul {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    color: #5d5d5d;
    font-size: 15px;
}

.pro-exp .banner .data ul li,
.pro-exp.proV2 .pro-details-sub li {
    padding: 5px 0;
    position: relative;
    padding-left: 25px;
}

.pro-exp.proV2 ul li {
    width: 100%;
}


.pro-exp .banner .data ul li.hili {
    color: #000;
    font-weight: 500;
    /* font-weight: bold; */
    background: #f2f2f2;
    border-radius: 5px;

    width: fit-content;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 24px;
}

.pro-exp .banner .data li::before,
.pro-exp.proV2 .pro-details-sub li::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #c6c6c6;
    top: 10px;
    left: 5px;
    border-radius: 50%;
}

.pro-exp .banner .data li.rem-bul::before {
    left: 0;
    background: none;
    width: 0px;
    height: 0px;
}

.pro-exp .banner .data li.rem-bul {
    margin-left: -15px;
    font-weight: bold;
}

/* .pro-exp .banner .data li.hili::before {
    top: 13px;
} */

.pro-exp .pro-details {
    background-color: #f1f1f1;
    padding: 50px 0px;
}

.pro-exp .pro-details ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
}

.pro-exp .pro-details ul li {
    /* font-size: 17px;*/
    font-size: 15px;
    /* padding: 10px 0px 10px 30px;  */
    padding: 5px 0px 5px 25px;
    position: relative;
    width: 50%;
}


.pro-exp .pro-details.sub ul li {
    width: 100%;
}

.pro-exp .pro-details ul li:before {
    position: absolute;
    content: '';
    /* background-image: url(../img/right-arrow.svg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 16px;
    left: 0;
    top: 10px;
    width: 20px;
    height: 20px; */
    width: 8px;
    height: 8px;
    background: #c6c6c6;
    top: 10px;
    left: 5px;
    border-radius: 50%;


}

.pro-exp .pro-details .head {
    /* font-size: 24px; */
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 600;
    /*New*/
}

footer {
    background-color: #221f1f;
    padding-top: 6%;
    position: relative;
}

footer .container {
    align-items: flex-start;
}

footer .shape {
    position: absolute;
    left: 0;
    top: -27px;
    width: 100%;
    display: none;
}

footer .shape .shape-child {
    height: 150px;
    background-color: #ed1c24;
}

footer .flogo {
    max-width: 150px;
}

footer .address {
    position: relative;
    margin-bottom: 20px;
}

footer .address p {
    font-size: 15px;
    position: relative;
    line-height: 35px;
    color: #ccc;
}

footer .address b {
    font-size: 20px;
    display: block;
    color: #ccc;
    margin-bottom: 25px;
}

footer .address i {
    color: #FFF;
    font-style: normal;
    margin-top: 20px;
    display: block;
}

footer .address p a {
    color: #ccc;
    line-height: 27px;
}

footer .address p a:hover {
    color: #ed1c24;
}

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

footer ul li {}

footer ul li a {
    font-size: 15px;
    color: #ccc;
    line-height: 34px;

}

footer ul li a:hover {
    color: #ed1c24;
}

footer ul.social {
    margin-top: 0px;
}

footer ul.social li a {
    line-height: 35px;
}

footer ul.social li a i {
    margin-right: 6px;
}

footer .end {
    border-top: dashed 1px #282830;
    padding: 15px 0px;
    margin-top: 5%;
}

footer .end .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .end .container p {
    font-size: 12px;
    color: #a0a0a0;
}

footer .end .container a {
    color: #f6f9fc;
    font-size: 11px;
    text-transform: uppercase;

}

footer .end .container a:hover {
    color: #ed1c24;
}

.btn2 {
    display: inline-block;
}

.btn2 a {
    padding: 7px 16px;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.btn2.re a {
    background: #eb1c22;
}

.btn2.bl a {
    background: #000000;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: #fff;
    padding: 40px;
    width: 80%;
    max-width: 500px;
    position: relative;
    border-radius: 4px;
}

.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #aaa;
    cursor: pointer;
}

.close:hover {
    color: #000;
}

.open-btn {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

.btns .chatwp {
    background-image: none !important;
    color: #FFF;
    cursor: pointer;
    border-radius: 6px;
}

.btns a.chatwp {
    color: #FFF;
    padding: 5px;
    padding-left: 10px;
    display: flex;
    line-height: 23px;
    background: #00C33B;
    border: 1px solid #0000002e;
}

.btns a.chatwp:hover {
    background: #FFF;
    border: 1px solid #0ed44a;
}

.btns .chatwp img {
    width: 28px;
    height: 28px;
    padding: 3px;
    margin-left: 5px;
    background: #0ED44A;
    border-radius: 50%;
    margin-top: -2px;
}

form .quote input,
form .quote textarea,
form .quote select {
    display: block;
    padding: 10px 0;
    margin-bottom: 15px;
    width: 100%;
    font-size: 14px;
    font-family: "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    border: 0;
    border-bottom: 1px solid #ccc;
    background: #FFF;

}

form .quote input[type=submit] {
    width: 100px;
    background: #EB1C22;
    color: #FFF;
    border: 0;
    cursor: pointer;
}


.quote h2 {
    margin-bottom: 5px;
    font-size: 20px;
    text-transform: uppercase;
    color: #eb1c22;

}

form .quote input.inputProName {
    font-size: 16px;
    border: 0;
}

.banner-sub {
    height: 65vh;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    color: #FFF;
    position: relative;
}

.banner-sub h1 {
    position: relative;
    z-index: 5;
}
.banner-sub h1 span{
    font-size: 18px;
    display: block;
}

/* .banner-sub img{
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.top-contact-header {
    font-size: 14px;
    padding: 10px 0;
}

.top-contact-header img {
    width: 15px;
    margin-left: 10px;
    margin-right: 5px;
}

.top-contact-header a {
    color: var(--col1);
}

.top-contact-header>div {
    display: flex;
}

.top-contact-header>div a {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

.top-contact-header>div a:hover {
    color: var(--col2);
}

.top-contact-header .sub {
    padding: 0 5px;
    display: flex;
}

.top-contact-header .sub .sub-contact-wrap {
    display: flex;
    flex-wrap: wrap;
}

.header-caption {
    padding: 11px 10px;
    border: 1px solid #ececec;
    border-radius: 5px;
    color: #EB1C22;
    pointer-events: none;
    font-size: 15px;
    font-weight: normal;
    margin-left: 10px;
}




.slider .thumbnails {
    text-align: center;
    margin-top: 15px;
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.slider .thumbnails .thumb {
    width: 60px;
    height: 40px;
    object-fit: cover;
    margin: 5px;
    cursor: pointer;
    border: 1px solid #FFFFFF8C;
    transition: border 0.3s;
    border-radius: 5px;
    overflow: hidden;
}

.slider .thumbnails .thumb.active,
.slider .thumbnails .thumb:hover {
    border: 1px solid #007bff;
}

.btn3 a {
    background: #ed1b23;
    margin-top: 20px;
    display: block;
    width: fit-content;
    font-size: 15px;
    color: #FFF;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: 1px;
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
}


/* Mulipopup */
.popup-overlay {
    display: none;
    /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.popup-content {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    width: 90%;
    max-width: 450px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.3s ease;
    max-height: 90vh;
    overflow-y: auto;
    font-size: 16px;
}

.popup-content p {
    padding-top: 10px;
    line-height: 18px;
    margin-bottom: 30px;
}

.popup-content h2 {
    font-size: 24px;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
}



.sel-country .popup-content input[type="text"],
.sel-country .popup-content input[type="tel"],
.sel-country .popup-content input[type="email"],
.sel-country .popup-content input[type="date"],
.sel-country .popup-content input[type="time"],
.sel-country .popup-content textarea,
.sel-country .popup-content select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #c4c4c4;
    padding: 15px 10px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 15px;
    font-family: "Golos Text", sans-serif;
    background-color: #FFF;
}

.sel-country .popup-content select {
    background-color: #E2E2E2;
    background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
    cursor: pointer;
}

.sel-country .popup-content input[type=submit] {
    background: red;
    border: 0;
    color: #FFF;
    border-radius: 5px;
    font-size: 16px;
    padding: 7px 20px;
    margin-top: 20px;
    cursor: pointer;
}




@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Mulipopup end */


.proCaption {
    position: absolute;
    right: 0;
    font-size: 15px;
    top: 0;
}

.proCaption ul li {
    position: relative;
    list-style: none;
    padding: 5px;
    border: 1px dashed #909090;
    margin: 2px;
    font-size: 13px;
    padding-left: 25px;
    border-radius: 3px;
    background: #FFFFFFA3;
}

.proCaption ul li::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/circle-tick.svg) no-repeat;
    background-size: 17px;
    left: 0;
    top: 3px;

}

.home-icon {
    margin-right: 10px;
    width: fit-content;
    pointer-events: visible;
    cursor: pointer;
}

.home-icon:hover {
    background: #F2F2F2;
}

.home-icon a {
    display: flex;
    cursor: pointer;
    color: #000;


}

.home-icon img {
    max-width: 20px;
    margin-right: 5px;
}

.home-icon .capt {
    white-space: nowrap;
    font-weight: 600;
}

.home-icon .capt b {
    font-weight: 600;
}

.pro-exp.proV2 .banner .data h1 {
    font-size: 26px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 20px;
    /* font-weight: 600; */
}

.pro-exp.proV2 .banner .data ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #757575;
    padding-bottom: 10px;
}

.pro-exp.proV2 h2 {
    font-weight: 600;
    font-size: 16px;
}

.pro-exp.proV2 .banner .thumb .btns {
    /* position: absolute; */
    right: 0;
    bottom: 40px;
}

.pro-exp.proV2 .banner .thumb {
    display: flex;
    flex-direction: column;
    align-items: unset;
}

.pro-exp.proV2 .banner .thumb .proCaption {
    position: relative;
    font-size: 15px;
    top: 0;
}

.pro-exp.proV2 .banner .thumb .proCaption ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}


.pro-exp.proV2 .banner .thumb .proCaption ul li {
    width: 50%;
    border: 0;
    margin: 0;
}

.pro-exp.proV2 .banner .thumb .disclaimer {
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
}

.pro-exp.proV2 .btns {
    margin-top: 15px;
}

.subDisWrap {
    background: #e0e0e0;
    width: 100%;
    margin-top: 130px;
    padding: 30px;
}



.pro-details-sub {
    padding: 30px 0;
    background-color: #f1f1f1;
}

.pro-exp.proV2 .pro-details-sub ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #757575;
    padding-bottom: 10px;
    font-size: 15px;
}

.pro-exp.proV2 .pro-details-sub li {
    position: relative;
}

.lastBZ ul:last-child {
    border: 0 !important;
}

.stick-contact {
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 100;
}

.stick-contact .wrap {
    display: flex;
    flex-direction: column;
}

.stick-contact a {
    display: block;
    width: 40px;
    height: 40px;
    background: #003045;
    margin: 5px 0;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    padding: 3px;
}

.stick-contact i {
    font-size: 22px;
}

.stick-contact a:hover {
    transform: rotate(360deg);
}

.stick-contact a.call {
    background: #045496;
}

.stick-contact a.wapp {
    background: #41e95f;
}

.stick-contact a.wapp i {
    font-size: 24px;
}

.stick-contact a.mail {
    background: #0627CD;
}

.bc-menu.mt20{
    margin-top: 20px;
}

.bc-menu ul {
    display: flex;
    list-style: none;
    font-size: 13px;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.bc-menu ul li {
    position: relative;
    padding-right: 16px;
    margin-right: 6px;
    margin-bottom: 4px;
}

.bc-menu ul li:not(:last-child)::after {
    position: absolute;
    content: ">";
    top: 0;
    right: 0;
    color: #a4a4a4;
}


.bc-menu ul li a {
    color: #333;
    padding-top: 5px;
    padding-bottom: 5px;
}
.bc-menu ul li.act,
.bc-menu ul li.act a,
.bc-menu ul li a:hover {
    color: #a4a4a4;
}





/* Mobile View */


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

    .col48,
    .col50,
    .pro-exp .banner .thumb,
    .products.cateMain .item,
    .pro-exp .banner .data,
    .products.cateMain .item,
    footer .item {
        width: 100%;
    }

    .navbar {
        padding-top: 25px;
        padding-bottom: 5px;
    }


    /* ================ MENU ================== */
    .navbar .menu .mobilemenu {
        display: block;
    }

    .navbar .menu .mobilemenu .accordion-content a {
        font-weight: 500;
        color: #555;
        padding: 10px 15px;

    }

    .navbar .menu .mobilemenu .item a:first-child {
        font-weight: 500;
        color: #ed1c23;
        font-size: 16px;
    }

    .navbar .menu .mobilemenu .item a:last-child {
        padding-bottom: 15px;
    }

    .navbar .menu .mobilemenu .item {}

    .navbar .menu .mobilemenu .item a {
        font-weight: 300;
        font-size: 14px;
        padding: 8px 15px;
        margin: 0px;
    }

    .accordion {
        width: 100%;
        max-width: 600px;
        margin: 0px auto;
    }

    .accordion-item {
        border-bottom: 1px solid #ccc;
    }

    .accordion-header {
        background: #ffffff;
        padding: 15px;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 600;
        font-size: 16px;
        position: sticky;
        top: 0px;
    }

    .accordion-content {
        display: none;
        background: #fff;
        border-bottom: solid 1px #ccc;
        padding-bottom: 15px;
    }

.accordion-content .accordion-header {
    padding-top: 0;
    padding-left: 20px;

}
.accordion-content .accordion-content{
    border:0;
     padding-bottom:0;
     background: #f0f0f0;
}

.accordion-content .accordion-content > div{
    padding-left: 10px;
}


    .icon {
        font-size: 18px;
    }

    .slider-container h1 span,
    .slider-container h2 span {
        font-size: 20px;
    }

    .menu_wrap {
        width: 100%;
    }

    .drop.btnst2 {
        width: 100%;
        margin-top: 10px;
        text-align: center;
        background: #f6f6f6;
        border: 1px solid #ddd;
        color: #333;
    }


    .navbar .menu {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: fixed;
        right: -100%;
        top: 81px;
        width: 100%;
        height: calc(100vh - 81px);
        overflow: auto;
        z-index: 99;
        background-color: #fff;
        opacity: 0;
        display: block;
    }

    .navbar .menu.active {
        right: 0;
        opacity: 1;
    }

    .navbar .menu a {
        padding: 15px;
        display: flex;
        align-items: center;
        font-size: 15px;
        margin: 0px;
        font-weight: 600;
        color: #000;
    }

    .navbar .menu a:hover {
        color: #ed1c22;
    }

    .navbar .menu a.btn {
        background-color: #ed1c22;
        color: #fff;
        margin: 15px;
        text-align: center;
        display: block;
        border-radius: 5px;
    }

    .top-nav a span {
        display: none;
    }

    .top-nav a.btn {
        display: none;
    }

    .navbar {
        padding: 15px 0px 10px 0px;
    }

    .navbar .brand {
        max-width: 130px;
        top: 0;
    }

    .navbar .brand b {
        bottom: -13px;
        font-size: 7.4px;
    }

    .navbar .container {
        position: relative;
    }

    menu header {
        padding-bottom: 0;
    }

    .navbar .menu .drop,
    .navbar .menu .n-link {
        display: none;
    }

    .top-nav {
        display: none;
    }

    .expcol {
        padding-left: 0px;
        border-left: 2px solid #ddd;
        margin-left: 15px;

    }

    .nline-mob {
        flex-direction: column;
        align-items: start !important;
        line-height: 20px;
    }


    .trigger {
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        width: 50px;
        height: 50px;
        transform: translateY(-50%);
        border-radius: 50px;
        background-image: url(../img/menu.svg);
        background-repeat: no-repeat;
        background-position: center right;
        background-size: 30px;
        cursor: pointer;
    }

    .trigger.active {
        background-image: url(../img/close.svg);
    }

    /* ================ MENU END ================== */









    .slide {
        height: 500px;
    }

    .slider .thumbnails {
        right: 0;
        left: 0;
        margin: auto;
    }

    .slider .thumbnails .thumb {
        width: 40px;
        height: 30px;
    }

    .slide span.subTitle {
        font-size: 20px;
        text-align: center;
        width: 100%;
        margin-top: 100px;
        margin-left: -20px;
        padding: 30px;
    }

    .slide.s0 {
        background-image: url(../img/slider0m.jpg);
    }

    .slide.s1 {
        background-image: url(../img/slider1m.jpg);
    }

    .slide.s2 {
        background-image: url(../img/slider2m.jpg);
    }

    .slide.s3 {
        background-image: url(../img/slider3m.jpg);
    }

    .slide.s4 {
        background-image: url(../img/slider4m.jpg);
    }

    .slide.s5 {
        background-image: url(../img/slider5m.jpg);
    }

    .slide.s6 {
        background-image: url(../img/slider6m.jpg);
    }

    .slide.s7 {
        background-image: url(../img/b4m.jpg);
    }

    .slide.s7 span {
        margin-top: 106px;
        text-align: center;
        padding-right: 20px;
    }




    .top-contact-header {
        justify-content: center;
        padding: 7px 0;
    }

    .top-contact-header .sub {
        padding: 3px 0;
        font-size: 13px;
    }

    .d-sm-none {
        display: none !important;
    }

    .navbar .menu {
        width: 100%;
        justify-content: center;
        margin-top: -5px;
    }

    .navbar .brand {
        max-width: unset;
        /* justify-content: center; */
        width: 100%;
    }

    .navbar .brand img {
        width: 120px;
    }

    .navbar .menu .drop span {
        font-size: 14px;
    }

    .top-contact-header .sub:first-child {
        margin-right: 10px;
    }

    .header-caption {
        /* position: absolute !important; */
        bottom: 6px;
        padding: 0;
        border: 0;
        font-size: 13px;
    }

    .slider span {
        font-size: 12px;
    }

    .slider .btn3 {
        display: table;
        margin: auto;
    }

    .slide h1 {
        align-items: start;
        background: none;
        margin-top: 54px;
        font-size: 27px;
    }



    .title.bg span {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 24px;
    }

    .btns a:nth-child(1) {
        padding: 6px 7px;
    }

    .open-btn {
        font-size: 14px;

    }

    .btns a {
        text-align: center;
        height: unset;
        line-height: unset;
    }

    .btns a:nth-child(2) {
        font-size: 15px;
        line-height: 27px;
    }

    form .quote input,
    form .quote textarea,
    form .quote select {
        padding: 5px 0;
    }

    /* .pro-exp .banner .thumb img {
	width: unset;
	max-height: unset;
	max-width: unset;
    } */

    .pro-exp .banner .thumb {
        flex-direction: column;
        height: unset;
    }

    .pro-exp .banner .thumb .disclaimer {
        left: 0px;
        bottom: 0px;
    }

    .pro-exp .banner .data {
        padding-left: 0%;
    }

    .pro-exp .banner .data h1 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: -7px;
        margin-top: 18px;
    }

    .pro-exp .banner .data ul {
        font-size: 15px;
    }

    .col50 {
        padding: 0;
    }

    .pro-exp .pro-details {
        padding: 25px 0px 50px 0px;
    }

    .pro-exp .pro-details .head {
        margin-top: 16px;
    }


    .pro-exp .banner .thumb img {
        width: 100%;
        max-height: unset;
        max-width: unset;
    }

    .banner-sub {
        background-position: right;
    }

    .banner-sub::after {
        position: absolute;
        content: "";
        width: 90%;
        height: 100%;
        background: #000000;
        background: linear-gradient(90deg, rgba(0, 50, 85, 1) 0%, rgba(0, 0, 0, 0) 100%);
        z-index: 2;
    }

    .products.cateMain .item {
        padding: 15px;
        padding-top: 0;
        margin: 0;
        margin-bottom: 15px;
        padding-bottom: 35px;
    }

    footer .address p {
        line-height: 24px;
    }

    .products .item .thumb {
        margin-top: 15px;
    }

    .proCaption ul li {
        padding: 3px;
        margin: 1px;
        /* font-size: 11px; */
        padding-left: 20px;
    }

    .proCaption ul li::before {
        background-size: 15px;
        top: 2px;
    }

    /* .navbar .menu.btnst-wrap>div {
        width: 50% !important;
    } */

    .navbar .menu .drop.btnst2 {
        width: 50%;
        margin-left: 5px;
    }

    .navbar .menu .drop.btnst1 span {
        padding: 5px 15px 5px 10px;
    }

    .navbar .brand a:first-child img {
        margin-right: 10px;
    }

    .navbar .menu.btnst-wrap>.home-icon {
        margin-top: 10px;
        width: 30px !important;
        position: absolute;
        top: 5px;
        right: 10px;
        height: 50px;
    }

    .home-icon a {
        flex-direction: column;
        align-items: center;
    }

    .home-icon .capt b {
        display: none;
    }

    .pro-exp.proV2 ul.di50 li {
        width: 100%;
    }

    .rBoMa.last ul {
        border-bottom: 0 !important;
    }

    .noDesk {
        display: block;
    }

    .noMob {
        display: none;
    }

    .modal-content {
        padding: 20px;
    }

    .pro-exp.proV2 .btns {
        display: flex;
        flex-direction: column;
    }

    .btns a.chatwp {
        text-wrap: nowrap;
        text-align: center;
        margin-right: 15px;
        margin-top: 10px;
        height: 36px;
        justify-content: center;
    }


    .btns .chatwp img {
        width: 28px !important;
        height: 28px !important;
    }








}

/* Desktop View */

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

    .noDesk {
        display: none;
    }

    .noMob {
        display: block;
    }

    .top-contact-header {
        justify-content: end;
    }

    .pro-exp .banner .thumb {
        position: sticky;
        top: 140px;
    }

    .pro-exp.proV2 .banner .thumb {
        width: 35%;
    }

    .pro-exp.proV2 .banner .data {
        width: 65%;
    }


    .pro-exp.proV2 ul.di50 li {
        width: 50%;
    }

    .w50-100 {
        width: 50%;
    }

    .w25-100 {
        width: 25%;
    }

    .rBoMa {
        border-right: 1px solid #c2bbbb;
        margin-right: 20px !important;
    }

    .w50-100.rBoMa {
        width: calc(50% - 21px);
    }

    .w25-100.rBoMa {
        width: calc(25% - 21px);
    }

    .rBoMa ul {
        border-bottom: 0 !important;
    }

    .rBoMa.last {
        border-right: 0;
    }
}