body, *{
    margin: 0;
    padding: 0;
    font-family: "Poppins", serif;
    font-weight: 400;
}
body, body *{box-sizing: border-box;}
[class^="icon-"]:before, [class*=" icon-"]:before{
    width: auto;
    font-size: 100%;
    line-height: 1;
    margin: 0;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #474747;
}
.fontello{
    font-size: 12px;
    font-family: fontello;
}
/* hedaer-styling-start */
.custom-header-top{
    background-color: #2D6B93;
    background-image: url("./images/1136-scaled.jpg");
    background-position: top center;
    background-size: cover;
    position: relative;
    height: auto;
    overflow: hidden;
    transition: transform 0.3s ease;
    z-index: 15;
}
.custom-header-top.hidden {
    transform: translateY(-100%);
    height: 0;
    opacity: 0;
}
.custom-header-top::before{
    content: "";
    background-image: linear-gradient(159deg, #00446A 0%, #0E507B 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.86;
}
.top-header-wraper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0px;
}
.header-top-left{
    padding: 10px;
}
.header-top-left ul li a{
    color: #fff;
    font-size: 14px;
}
.header-top-left ul li a span{
    color: #fff;
    font-size: 13px;
}
.header-top-left ul li a span:hover{
    color: #EDBB06;
}
.header-top-left ul li{
    display: inline-block;
    padding-right: 10px;
}
.header-top-left ul li a:hover{
    color: #EDBB06;
}
.header-top-center p{
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}
.header-top-center p span{
    color: #EDBB06;
}
.header-top-right{
    display: flex;
    gap: 5px;
    padding: 0px 10px;
    align-items: center;
}
.header-top-right img{
    width: 110px;
    object-fit: contain;
}
/* hedaer-contnet-styling-start */
.hedaer-contnet{
    display: flex;
    padding: 10px 0;
    justify-content: space-between;
    align-items: center;
}
.header-content-nav {
    width: 35%;
}
.station-img-wrap {
    width: 25%;
    text-align: center;
}
.topLeftSearchWrap {
    display: flex;
    align-items: center;
    width: calc(100% - 60%);
    justify-content: start;
}
.header-content-nav ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: end;
}
.header-content-nav ul li a{
    color: #474747;
    padding: 13px 16px;
    font-size: 14px;
    line-height: 18px;
    display: block;
}
.station-img-wrap img{
    max-width: 240px;
}
.search-area{
    position: relative;
    width: calc(100% - 180px);
}
.search-area .form-control{
    height: 40px;
    font-size: 14px;
    line-height: 100%;
    padding: 10px 15px;
    margin: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
    box-sizing: border-box;
    padding-right: 60px;
    font-style: italic;
}
.search-area .form-control:focus{
    box-shadow: none;

}
.search-area button{
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 16px;
    cursor: pointer;
    background-color: #0068a7;
    color: #fff;
    outline: 0;
    border: 0;
}
.search-area button::before{
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #333;
    top: 12px;
    left: -6px;
    -webkit-transition: 250ms ease-in-out;
    -moz-transition: 250ms ease-in-out;
    -ms-transition: 250ms ease-in-out;
    -o-transition: 250ms ease-in-out;
    transition: 250ms ease-in-out;
    border-color: transparent #0068a7;
}
.notification{
    background-color: #d9534f;
    border-radius: 100%;
    color: #fff;
    display: block;
    font-size: 10px;
    height: 1.6em;
    inset-inline-end: -.7em;
    line-height: 1.5em;
    min-width: 1.6em;
    position: absolute;
    text-align: center;
    top: -5px;
    right: 9px;
}
.icons-wrap a{
    font-size: 23px;
}
.icons-wrap a i{
    padding: 10px 15px;
}
.megaMenuWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 0;
}
.megaMenuItem > span {
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    color: #54595f;
}
.moreHasDropDown i, .megaMenuItem >  span i {
    font-size: 10px;
    margin-left: 7px;
    color: #54595f;
}
.megaMenuItem:hover > span i, .moreHasDropDown:hover i   {
    color: white;
    transform: rotate(-180deg);
}
.megaMenuItem:hover > span, .header-content-nav ul li a:hover{
    background-color: #0473b7;
    color: white;
}


.dropdown {
    position: relative;
    display: inline-block;
}

.moreHasDropDown {
    padding: 10px 15px;
    color: #000;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.fa-chevron-down {
    font-size: 12px;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 1000;
}

.dropdown-content a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Hover effects */
.dropdown:hover {
    background-color: #0473b7;
}

.dropdown:hover .moreHasDropDown {
    color: white;
    background-color: #0473b7;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a:hover {
    background-color: #0473b7;
    color: white;
}

/* Change chevron color on hover */
.dropdown:hover .fa-chevron-down {
    color: white;
}






hr {
    color: #e6e6e6;
    opacity: 1;
}
.ahMignify{
    width: 20px;
    fill: white;
}
.megaMenuOptionWrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 63px;
    width: 100%;
    box-shadow: 6px 7px 16px -7px rgba(0, 0, 0, 0.5);
    border-top: 1px solid #06609761;
    padding: 20px;
    display: none;
    background-color: #fff;
    z-index: 11;
}
.megaMenuItem:hover .megaMenuOptionWrap {
    display: block;
}
.menuMenuItemWrap {
    height: 100%;
}
.firstColMegaMenu {
    background-color: #006aa7;
    padding: 20px 10px;
    text-align: center;
    height: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.firstColMegaMenu img {
    max-width: 100%;
    width: 100px;
    margin: auto;
}
.firstColMegaMenu img:first-child {
    max-width: 100%;
    width: 60px;
    margin: auto;
}
.firstColMegaMenu > span {
    display: block;
    font-size: 24px;
    font-weight: 800;
    color: white;
    margin: 10px 0;
}
.menuMegaItem > h2 {
    font-size: 20px;
    text-align: left;
    color: #006aa7;
    margin-bottom: 10px;
    font-weight: 600;
}
.megaItemLink a {
    line-height: 20px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 15px;
    color: #54595f;
}
.megaItemLink a:hover {
    color: #006aa7;
}
.rightBorder{
    border-right: 1px solid #e6e6e6;
}
.megaMenuRow {
    display: flex;
    justify-content: center;
}
.megaMenuCol {
    width: 10%;
    margin: 0 10px;
}
.megaMenuItem {
    padding-bottom: 10px;
}
.icons-wrap > a {
    color: #0068a7;
}
.icons-wrap > a:hover {
    color: #edbb06;
}
.megaMenuContainer {
    border-bottom: 1px solid #e6e6e6;
}
.icons-wrap {
    margin-left: 10px;
    display: flex;
}

/*----------Contact -----------*/
.contactBannerWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 226px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.contactBannerWrap:before {
    content: "";
    background-image: linear-gradient(141deg, #000000 0%, #0D8BD8 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.89;
}
.bannerHeading h2 {
    position: relative;
    color: white;
    font-size: 50px;
    font-weight: bold;
}
.contactFormWrap{
    padding: 3% 0;
}
.contactDesc {
    text-align: center;
    color: #7A7A7A;
    margin-top: 30px;
}
.contactCard {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 30px;
    text-align: center;
}
.contactCardItem {
    padding: 15px 30px 15px 30px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E2E2E2;
    border-radius: 3px 3px 3px 3px;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}
.contactCardItem:hover {
    box-shadow: 6px 7px 16px -7px rgba(0, 0, 0, 0.5);
}
.ctDeatil a {
    word-break: break-word;
    font-size: 12px;
    color: #7a7a7a;
    display: inline-block;
    max-width: 135px;
}
.ctDeatil {
    margin-top: 1rem;
}
.ctHeading h3 {
    font-size: 19px;
    font-weight: bold;
    color: #7a7a7a;
}
.contactIco {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0D8BD8;
    border-radius: 100%;
    font-size: 27px;
    color: white;
    margin: auto auto 1rem;
}
.bottomContactMap iframe {
    width: 100%;
    height: 300px;
}
.contactFormRight {
    padding: 25px;
    border: 1px solid #E2E2E2;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}
.contactFormRight:hover {
    box-shadow: 6px 7px 16px -7px rgba(0, 0, 0, 0.5);
}
.formHeading {
    font-size: 30px;
    font-weight: bold;
    color: #7a7a7a;
    margin-bottom: 25px;
}
.customBoldLabel {
    font-size: 16px;
    font-weight: bold;
    color: #7a7a7a;
    margin-bottom: 8px;
}
.nameSmLabel{
    font-size: 15px;
    padding-top: 5px;
    color: #7a7a7a;
}
.formItem {
    margin-bottom: 15px;
}
body .ahTextarea{
    min-height: 192px;
}
input, select, textarea{
    outline: none !important;
    box-shadow: none !important;
}
.btn-primary {
    color: #fff;
    background-color: #0D8BD8;
    border-color: #0D8BD8;
}
.contactSubmitBtn {
    width: 100%;
    margin-top: 10px;
    padding: 8px;
    font-size: 16px;
}


/*-------------Footer Style---------*/
.topFtLogo img {
    max-width: 100%;
}
.footerWholeWrap {
    background-color: #606060;
    z-index: 99;
    position: relative;
    margin-top: 100px;
    padding-top: 100px;
}
.topMiusFt{
    top: -160px;
}
.footerTopBar {
    background-image: linear-gradient(304deg, #00BD18 0%, #00446A 53%);
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 29px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    max-width: 95%;
    margin: auto;
    box-shadow: 6px 7px 16px -6px rgba(0, 0, 0, 0.5);
}
.LeftFtBar h3 {
    font-size: 29px;
    font-weight: bold;
    color: white;
    margin-bottom: 10px;
}
.LeftFtBar  p {
    font-size: 18px;
    color: white;
}
.rightFtFrom {
    display: flex;
    align-items: center;
}
.rightFtFrom input {
    border-radius: 3px;
}
.rightFtFrom button {
    min-width: 150px;
    background-color: #00BD18;
    color: #ffffff;
    margin-left: 10px;
    border-radius: 3px;
}
.rightFtFrom button:hover {
    background-color: #edbb06;
    color: white;
}
.ftBottomDesc {
    font-size: 16px;
    color: white;
    margin-bottom: 20px;
    font-size: 15px;
}
.topFtLogo img {
    margin-bottom: 20px;
    width: 230px;
}
.locationItem {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 26px;
    color: white;
    margin-bottom: 10px;
    font-size: 15px;
}
.locationItem i {
    color: #00c033;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.locationItem > a {
    color: white;
    word-break: break-word;
}
.locationItem > a:hover i {
    color: #edbb06;
}
.footer-link-ss .locationItem > a:hover,
.footer-link-ss .locationItem > a.active {
    color: #42A6E6;
}
.ftTitle {
    font-size: 18px;
    font-weight: bold;
    color: white;
    margin-top: 70px;
    margin-bottom: 20px;
    min-height: 50px;
    display: flex;
    align-items: center;
}
.ftLastLinkCol .locationItem{
    padding-left: 0;
}
.ftBottomBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footerBottomBarIMg img {
    max-width: 190px;
}
.ftBottomBar > p, .bootmFooterBarLink > a {
    color: white;
    font-size: 15px;
}
.footerBottonBar {
    padding: 20px 0 30px;
}
.privacyPolicyContent p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #7a7a7a;
}
.privacyPolicyContent strong, .privacyPolicyContent b {
    font-weight: normal;
}
.privacyPolicyContent {
    max-width: 1140px;
    margin: auto;
    padding: 10px;
}
.privacyPolicyContent a{
    color: #0068a7;
}
.ahList{
    padding-left: 2rem;
    list-style: unset;
    margin-bottom: 10px;
    color: #7a7a7a;
}
.bannerHeading p {
    position: relative;
    color: white;
    text-align: center;
    font-size: 17px;
    margin-top: 10px;
}
.max-w-1140{
    max-width: 1140px;
}

.faqRightImg img {
    max-width: 300px;
}
.faqRightImg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.accordion-body p{
    color: #7a7a7a;
}
.accordion-header button {
    background-color: #0068a7;
    color: white;
    border-radius: 0 !important;
}
.accordion-item {
    border: none;
    margin-bottom: 2px;
    border-radius: 0 !important;
}
.accordion-button:not(.collapsed) {
    color: white;
    background-color: #0068a7;
    box-shadow: none;
}
.accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.aboutContnet p{
    color: #7a7a7a;
    text-align: justify;
}
.cartbannerItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    position: relative;
    padding-bottom: 40px;
}
.topCartLogo img {
    max-width: 210px;
}
.cartBannerWrap {
    min-height: 220px;
    display: flex;
    align-items: center;
    position: relative;
}
.cartBannerWrap:before {
    content: "";
    background-image: linear-gradient(159deg, #066097 41%, #00BE18B8 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.topCartBannerContent {
    text-align: center;
}
.topCartBannerContent h3 {
    font-size: 40px;
    font-weight: bold;
    color: white;
    margin-bottom: 10px;
}
.topCartBannerContent p {
    font-size: 17px;
    color: white;
    font-weight: bold;
}
.topCartBannerContent p i {
    margin-right: 10px;
}
.img-thumbnail img {
    width: 100%;
}
td.img-thumbnail {
    width: 55px;
}
.cartLeftSide {
    padding: 15px 30px;
    border: 1px solid #d5d8dc;
    border-radius: 3px;
}
.topCartContentTable td, .topCartContentTable tr {
    border: none;
    vertical-align: middle;
    font-size: 14px;
}
.topCartContentTable  tbody {
    border: none !important;
}
.updateAction {
    padding-top: 20px;
    border-top: 1px solid #d5d8dc;
}
.topCartContentTable input {
    max-width: 90px;
}
.cartMainContent {
    padding: 20px;
    background-color: white;
    margin-top: -50px;
    z-index: 1;
    position: relative;
    border-radius: 5px;
    box-shadow: 6px 7px 16px -7px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
}
.removeCart a {
    font-size: 21px;
    font-weight: bold;
    color: black;
}
.btn-primary:hover {
    color: #fff;
    background-color: #066097;
    border-color: #066097;
}

.cartFormWrap {
    display: flex;
    align-items: center;
}
.cartFormWrap input {
    background-color: #f9fafa;
    font-size: 14px;
    padding: 16px;
    border: none;
    color: #69727d;
}
.cartFormWrap button {
    margin-left: 10px;
    white-space: nowrap;
    font-size: 14px;
    padding: 13px;
}
.updateAction .btn {
    font-size: 14px;
    padding: 9px;
    min-width: 140px;
}
.rightTbWrap h2 {
    font-size: 14px;
    margin-bottom: 25px;
    color: #066097;
}
.cartTotalItem {
    justify-content: space-between;
    font-size: 14px;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    margin-bottom: 20px;
    color: #69727d;
}
.difrentAdress {
    color: #008dd8;
}
.text-right{
    text-align: right;
}
.cartFooterWrap.cartBannerWrap {
    min-height: auto;
    display: block;
    padding: 25px 0;
}
.cartFooterWrap ul {
    position: relative;
    grid-gap: 10px;
    gap: 10px;
}
.cartFooterWrap ul li a {
    color: white;
}
.cartFooterWrap ul li {
    display: inline-block;
    margin-right: 15px;
    line-height: 35px;
}
.cartFooterWrap ul li i {
    margin-right: 5px;
    color: #4DA5DC;
}
.cartFooterWrap ul li a:hover i {
    color: #EDBB06;
}
.paywithLiksBtn .btn {
    display: block;
    padding: 7px;
    margin-bottom: 12px;
    align-items: center;
}
.paywithLiksBtn .btn svg {
    width: 50px;
    margin-left: 7px;
}
.paywithLiksBtn .btn-green {
    background-color: #00d66f;
    text-align: center;
}
.paywithLiksBtn .btn:last-child {
    margin-bottom: 0;
}
.paywithLiksBtn {
    margin-top: 35px;
}
.paywithLiksBtn .btn-black {
    background-color: black;
    color: white;
}
.paywithLiksBtn .btn-paypal {
    background-color: #ffc439;
}
.paywithLiksBtn .btn-paypal img {
    width: 70px;
}
.addAddressFrom {
    width: 100%;
    margin-top: 10px;
}
.addressFormItem select, .addressFormItem input, .addressFormItem textarea {
    background-color: #f9fafa !important;
    border: none;
    padding: 15px;
    font-size: 14px;
    color: #69727d;
}
.addressFormItem {
    margin-bottom: 10px;
}
.addressFormItem button {
    font-size: 14px;
    min-width: 100px;
    padding: 9px;
}
.procedCheckBtn {
    padding: 10px;
    font-size: 15px;
}
.colorLightGrey{
    color: #69727d;
}
.colorBlue {
    color: #0a58ca;
}
.checkOutFrom label, .checkOutFrom input, .checkOutFrom select, .checkOutFrom p {
    font-size: 14px;
    margin-bottom: 5px;
}
.font-14{
    font-size: 14px;
}
.bg-grey {
    background-color: #f9fafa;
}
.fixed-header-ss{
    position: relative; /* Default state */
    background: transparent;
    box-shadow: none;
    transition: all 0.5s ease !important;
    z-index: 999;
}
.fixed-header-ss.scrolled {
    position: fixed;
    background: #fff;
    box-shadow: 5px 5px 20px 0px;
    width: 100%;
    top: 0;
    margin-top: 0;
    margin-bottom: 0;
    background: #fff;
    transition: all .5s ease !important;
    box-shadow: 5px 5px 20px 0px;
}
.mobile-menu{
    display: none !important;
}
.mobile-menu-content {
    display: none; /* Hidden by default */
    position: absolute;
    width: 100%;
    background: rgb(255, 255, 255);
    z-index: 1;
}

.mobile-menu {
    cursor: pointer;
}
.mobile-menu-content ul li{
border-bottom: 1px solid #ccc;
padding: 10px;
}
.mobile-menu-content ul li a{
    font-size: 13px;
    line-height: 17px;
    padding: 10px;
    color: #54595F;
}
.main-menu-mobile-container{
    display: none;
    position: absolute;
    width: 100%;
    background: rgb(255, 255, 255);
    z-index: 1;
    left: 0;
}
.mobile-icon-wrap{
    display: none;
}
/* .splide__slide {
    padding: 10px;
} */
.splide__arrow {
    background: transparent !important;
    color: #EDBB06 !important;
    border-radius: 50%;
}
.splide__pagination {
    bottom: -20px;
}
.splide__arrow svg {
    fill: #EDBB06 !important;
    height: 1.2em;
    width: 1.2em;
}
.splide__arrow--prev {
    left: -1.5em !important;
}
.splide__arrow--next {
    right: -1.5em !important;
}
.splide__pagination {
    bottom: -20px; /* Adjust position */
}
.splide__pagination__page {
    background: #333; /* Dot color */
    width: 10px;
    height: 10px;
    opacity: 0.5;
}
.splide__pagination__page.is-active {
    background: #ff6600; /* Active dot color */
    opacity: 1;
}


/* .header-slider {
    opacity: 1 !important;
    visibility: visible !important;
    transition: none !important;
} */
/* .header-slider .slick-prev{
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    z-index: 1000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.header-slider .slick-next{
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    z-index: 1000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.header-slider .slick-prev {
    left: -20px;
}

.header-slider .slick-next {
    right: -35px; 
} */



.header-slider .slick-prev i, .header-slider .slick-next i {
    font-size: 24px;
    color: #EDBB06;
}
.header-slider-card{
    width: auto;
}
/* .header-slider .slick-next:before {
    display: none;
}
.header-slider .slick-prev::after {
    display: none;
} */


.product-slider .slick-prev, .product-slider .slick-next{
    background-color: #0473B7;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.product-slider .slick-prev {
    left: -25px;
}

.product-slider .slick-next {
    right: -30px; 
}

.product-slider .slick-prev:hover, .product-slider .slick-next:hover {
    background-color: #0473B7;
}

.product-slider .slick-prev i, .product-slider .slick-next i {
    font-size: 20px;
    color: #fff;
}
.product-slider-card{
    width: auto;
}
.product-slider .slick-next:before {
    display: none;
}
.product-slider .slick-prev::after {
    display: none;
}


.gift-product-slider .slick-prev, .gift-product-slider .slick-next{
    background-color: #0473B7;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.gift-product-slider .slick-prev {
    left: -25px;
}

.gift-product-slider .slick-next {
    right: -30px; 
}

.gift-product-slider .slick-prev:hover, .gift-product-slider .slick-next:hover {
    background-color: #0473B7;
}

.gift-product-slider .slick-prev i, .gift-product-slider .slick-next i {
    font-size: 20px;
    color: #fff;
}
.gift-product-slider-card{
    width: auto;
}
.gift-product-slider .slick-next:before {
    display: none;
}
.gift-product-slider .slick-prev::after {
    display: none;
}



.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 80%;
    max-width: 600px;
    animation: fadeIn 0.3s;
}

#modal-img {
    display: block;
    width: 100%;
    height: auto;
}

.close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #000;
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
    transition: color 0.3s ease;
}

.close i {
    font-size: 25px;
}


/* Fade-in animation */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}




.dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #e6e6e6;
  }

  .dropdown-content a:hover {
    background-color: #f1f1f1;
  }

  .dropdown:hover .dropdown-content {
    display: block;
  }

  .dropdown-button {
    cursor: pointer;
    background: none;
    border: none;
    font-size: 16px;
  }

  /* Tooltip Style */
  .dropdown-button[title]:hover:after {
    content: attr(title);
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
    white-space: nowrap;
    bottom: 125%; /* Adjust as needed */
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    z-index: 10;
    opacity: 0.9;
  }
  .mobile-accodian-ss .accordion-button:not(.collapsed) {
    color: #54595F;
    background-color: #fff;
    box-shadow: none;
    
}
.mobile-accodian-ss .accordion-button:focus {
    z-index: 3;
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}
.mobile-accodian-ss .accordion-header button {
    background-color: #fff;
    color: #54595F;
    border-radius: 0 !important;
    border: 1px solid #E6E6E6;
    padding: 9px;
}

.mobile-accodian-ss .accordion-button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #54595F;
    font-weight: 400;
}

.mobile-accodian-ss .accordion-button i {
    margin-left: 5px; /* Push icon to the right */
    transition: transform 0.3s ease;
}

.mobile-accodian-ss .accordion-button[aria-expanded="true"] i {
    transform: rotate(180deg); /* Rotate the icon when expanded */
}
.mobile-accodian-ss .accordion-button[aria-expanded="false"] i {
    transform: rotate(0deg); /* Rotate the icon when expanded */
}
.mobile-accodian-ss .accordion-button:after {
    display: none;
}

.mobile-accodian-ss .accordion-item{
    margin-bottom: 0;
}
.custom-pagination .pagination {
    justify-content: center;
}
.custom-pagination .pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: 21px;
    font-weight: 400;
    border: none;
}
.custom-pagination .page-item.active .page-link {
    color: #066097;
    background-color: #fff;
    border-color: transparent;
}
.custom-pagination .page-link:focus {
    color: #0a58ca;
    background-color: transparent;
    outline: 0;
    box-shadow: none;
}
.custom-pagination .page-link:hover {
    z-index: 2;
    color: #EDBB06;
    background-color: transparent;
    border-color: transparent;
}
.offcanvas-widget{
    display: flex;
    border-bottom: 1px solid #d5d8dc;
    padding-bottom: 20px;
    margin-top: 20px;
}
.offcanvas-left-img img{
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.offcanvas-right-area{
    padding-left: 20px;
    position: relative;
}
.offcanvas-right-area > a{
    font-weight: 300;
    color: #54595F;
    font-size: 14px;
}
.offcanvas-right-area > a:hover{
    color: #0D8BD8;
}
.offcanvas-product-size span{
    font-weight: 400;
    color: #54595F;
    font-size: 14px;
}
.offcanvas-delete-icon-wrap > a{
    position: absolute;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border: 1px solid #d5d8dc;
    border-radius: 50%;
    right: 35px;
    bottom: 0px;
}
.offcanvas-delete-icon-wrap > a:hover{
    color: #E71919;
    border-color: #E71919;
}
.offcanvas-delete-icon-wrap > a > i{
    font-size: 14px;
}
.custom-offcanvas-body{
    padding: 1rem 2rem;
}
.total-amount-area > span{
    font-size: 20px;
    font-weight: 300;
    border-top: 1px solid #d5d8dc;
    border-bottom: 1px solid #d5d8dc;
    color: #066097;
    padding: 20px 0;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}
.offcanvas-btn{
    font-weight: 300;
    background-color: #4DA5DC;
    color: #fff;
    padding: 15px;
    border-radius: 3px;
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.offcanvas-btn:hover{
    background-color: #066097;
    color: #fff;
}
.offcanvas-checkout-btn{
    background-color: #0473B7;
}
.rightBorder-ss{
    border-right: 1px solid #e6e6e6;
}
.faq-accordion-wrap .accordion-button::after{
    display: none;
}
.faq-accordion-wrap .accordion-button::before {
    width: 1.25rem;
    height: 1.25rem;
    content: "\f0da"; /* Font Awesome arrow-down icon */
    font-family: "Font Awesome 5 Free"; /* Ensure Font Awesome is loaded */
    font-weight: 900; /* Required for solid icons */
    display: inline-block; /* Ensures proper display */
    /* transition: transform 0.2s ease-in-out; */
}

/* Rotate arrow when accordion is opened */
.faq-accordion-wrap .accordion-button[aria-expanded="true"]::before {
    transform: rotate(270deg);
    position: relative;
    top: -6px;
    left: -6px;

}


/* chat-btn-styline-start */

#chat-main-div {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 0;
  }
  
  #main-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 45px;
    width: 45px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    background-color: #0473B7;
    /* box-shadow: 0 0 10px 0 rgba(0,0,0,.5); */
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  
  #main-button ~ button {
    visibility: hidden;
    font-size: 13px;
    font-weight: 300;
    padding: 0 20px;
    color: #1c2448;
    background-color: #fff;
    box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, .15);
    border: 0;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    opacity: 0;
    white-space: nowrap;
    cursor: pointer;
    transition: .2s all linear;
    -webkit-transition: .2s all linear;
    -moz-transition: .2s all linear;
    -ms-transition: .2s all linear;
    -o-transition: .2s all linear;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  
  #main-button.open ~ button {
    visibility: visible;
    left: 60px;
    opacity: 1;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, .15);
    color: #1c2448;
    font-size: 13px;
    line-height: 25px;
    padding: 4px 14px;
  }
  
  #main-button ~ a {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    height: 45px;
    width: 45px;
    font-size: 20px;
    opacity: 0;
    text-decoration: none;
    color: #fff;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: .2s all linear;
    -webkit-transition: .2s all linear;
    -moz-transition: .2s all linear;
    -ms-transition: .2s all linear;
    -o-transition: .2s all linear;
  }
  .fa-times.active {
    color: #000; /* Or any color you prefer */
}
#main-button.open {
    background-color: #fff; /* Or any color you prefer */
}
  
  #main-button ~ .envelope-color {
    background: #0473B7;
  }
  
  #main-button ~ .phone-color {
    background: #0473B7;
  }
  .email-tooltip{
    bottom: 125px !important;
    
  }
  .call-tooltip{
    bottom: 65px !important;
  }
  #main-button.open ~ a {
    opacity: 1;
    transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -webkit-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -moz-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -ms-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -o-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  }
  #main-button.open ~ a:nth-of-type(1) {
    bottom: 60px;
  }
  #main-button.open ~ a:nth-of-type(2) {
    bottom: 120px;
  }
  #main-button.open ~ a:nth-of-type(3) {
    bottom: 180px;
  }
  
  /* .wave {
    animation-name: wave;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  
  @keyframes wave {
    0% {box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.5);}
    100% {box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0);}
  }
  
  .open {
    animation-iteration-count: 1;
  } */


  /* Tooltip container (only applied to the "Compressors" link) */
.tooltip-container {
    position: relative;
}

/* Tooltip styling */
.tooltip {
    visibility: hidden;
    position: absolute;
    background: #fff;
    color: #7A7A7A;
    border-radius: 5px;
    font-size: 13px;
    white-space: nowrap;
    bottom: 100%;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* opacity: 0;
    transition: opacity 0.3s ease-in-out; */
    right: -120px;
    bottom: -50px;
    box-shadow: 6px 7px 16px -7px rgba(0, 0, 0, 0.5);
    width: 130px;

}
.tooltip span {
    display: flex;
    height: auto;
    flex-direction: column;
    padding: 3px 10px;
}
.tooltip span:hover{
    background-color: #0473b7;
    color: white;
}

/* Show tooltip on hover */
.tooltip-container:hover .tooltip {
    visibility: visible;
    opacity: 1;
}
.product-link-ss{
    color: #066097;
}
.cartTotalItem-ss{
    margin-bottom: 0;
}
.password-ss{
    font-size: 12px;
    font-weight: 300;
}
.sub-menu-dropdown:hover{
    background-color: #fff;
}
.sub-menu-dropdown .moreHasDropDown{
    padding: 0;
}
.sub-menu-dropdown .moreHasDropDown i{
    font-size: 14px;
}
.sub-menu-dropdown .moreHasDropDown:hover i{
    color: #066097;
    transform: none;
}
.sub-menu-dropdown:hover .moreHasDropDown {
    color: #066097;
    background-color: transparent;
}
.submenu-dropdown-content{
    min-width: 130px;
    border: none;
}
.submenu-dropdown-content a{
    color: #54595f;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    border-bottom: none;
}
.submenu-dropdown-content a:hover{
    background-color: #4DA5DC;
    color: #fff;
}

.sub-menu-dropdown {
    position: relative; /* Ensure proper positioning */
}

.submenu-dropdown-content {
    position: absolute;
    top: 0;
    left: 100%; /* Move to the right of the parent */
    white-space: nowrap; /* Prevent text from wrapping */
    background: white; /* Adjust background as needed */
    display: none; /* Initially hidden */
    z-index: 999; /* Ensure it stays above other elements */
}

.sub-menu-dropdown:hover .submenu-dropdown-content {
    display: block; /* Show on hover */
}

.detail-wrapper{
    padding: 35px 50px 20px;
}
.detail-wrapper-contact{
    padding: 50px 100px 20px;
}
.login-btn-checkout-ss{
    margin-top: 23px;
}
.password-lost-text{
    text-align: end;
    display: block;
    color: #066097;
    font-size: 12px;
    font-weight: 300;
}
.password-lost-text:hover{
    color: #5bc0de;
}
.payment-box{
    color: #69727d;
    font-weight: 600;
    padding: 5px 10px;
    border: 1px solid;

}
.payment-box-label{
    font-size: 13px;
    font-weight: 500;
    color: rgb(105, 114, 125);
    margin-bottom: 10px;
}
.payment-input-ss{
    border: none;
    background-color: transparent;
    font-size: 14px;
    margin-bottom: 10px;
}
.payment-input-ss:focus{
    color: rgb(105, 114, 125) !important;
    background-color: transparent;
    border-color: transparent;
}
.payment-box-img{
    position: absolute;
    top: 4px;
    right: 0;
}




  @media only screen and (max-width: 1400px){
    .megaMenuCol {
        width: 12%;
        margin: 0 10px;
    }
    .detail-wrapper-contact{
        padding: 50px 0px 20px;
    }
  }





@media only screen and (max-width: 1200px){
    .topline-header-ss{
        display: none;
    }
    .cartbannerItem{
        flex-direction: column;
    }
    .cartMainContent{
        margin-top: -20px;
    }
    .header-top-left{
        display: none;
    }
    .header-content-nav{
        display: none;
    }
    .topLeftSearchWrap{
        width: 70%;
    }
    .mobile-menu{
        display: block !important;
    }
    .main-menu-container {
        display: none; 
    }
    .mobile-icon-wrap{
        display: block;
        padding: 10px;
        text-align: center;
    }
    .mobile-icon-wrap .menu-text{
        font-size: 19px;
        font-weight: 600;
        color: #54595F;
    }
    .mobile-icon-wrap i{
        font-size: 32px;
    }
    .mobile-icon-wrap span {
        display: inline-block;
        vertical-align: middle;
    }
    .rightFtFrom {
        flex-direction: column;
        width: 100%;
    }
    .rightFtFrom button {
        min-width: 100%;
        margin-left: 0px;
        margin-top: 10px;
    }

    .ftBottomBar {
        flex-direction: column;
    }
    .footerBottomBarIMg{
        display: none;
        margin: 15px 0;
    }
    .topMiusFt{
        top: -210px;
    }

    .megaMenuCol {
        width: 30%;
        margin: 0 10px;
        text-align: left;
    }
    .megaMenuRow{
        flex-wrap: wrap;
    }
    .menuMegaItem > h2{
        text-align: left;
    }
    .mobile-accodian-ss{
        overflow: visible;
    }
    .mobile-accodian-ss .accordion{
        height: 600px;
        overflow-y: scroll;
        overflow-x: hidden;
        padding: 5px;
    }
    .rightBorder-ss{
        border-right: none;
    }
    .cartBannerWrap{
        min-height: 275px;
    }
    .mobile-footer-cart{
        text-align: center;
    }

}

@media screen and (min-device-width: 1200px) and (max-device-width: 1300px) { 
    .footerTopBar {
        max-width: 100%;
    }
    .footerWholeWrap{
        padding: 0 !important;
        margin: 0 !important;
    }
    .topMiusFt {
        top: -125px;
    }
    .ftBottomBar {
        padding: 0 10px;
    }
    .topLeftSearchWrap {
        justify-content: end;
        margin-right: 20px;
    }
    .contactFormWrap {
        padding: 3% 0 14%;
    }
    .megaMenuCol {
        width: 18%;
        margin: 0 10px;
    }
    .header-top-left {
        padding: 7px 10px;
    }
    .index-container-ss{
        padding: 0 !important;
        margin: 0 !important;
    }
    .cart-container-ss{
        max-width: 100% !important;
    }
    .topline-img-ss{
        max-width: 160px !important;
    }
    .detail-wrapper{
        padding: 35px 40px 20px; 
    }
    .detail-wrapper-contact{
        padding: 50px 0px 200px;
    }
    .contactDesc-ss{
        font-size: 15px;
    }
}

@media only screen and (max-width: 998px){
    .station-img-wrap img {
        max-width: 90%;
    }
    .contactCard{
        grid-template-columns: repeat(2, auto);
    }
    
}

@media only screen and (max-width: 768px){
    .footerTopBar {
        flex-direction: column;
        margin-top: 0px;
    }
    .LeftFtBar{
        text-align: center;
    }
    .rightFtFrom {
        flex-direction: column;
        width: 100%;
        margin-top: 15px;
    }
    .rightFtFrom button {
        min-width: 100%;
        margin-left: 0px;
        margin-top: 10px;
    }
    .LeftFtBar h3 {
        font-size: 21px;
    }
    .LeftFtBar p {
        font-size: 13px;
    }
    .footerBottomBarIMg{
        display: block;
        margin: 15px 0;
    }
    .topMiusFt{
        top: -225px;
    }
    .footerWholeWrap {
        margin-top: 130px;
    }
    .header-top-right{
        display: none;
    }
    .top-header-wraper{
        justify-content: center;
        padding: 15px;
    }
    .contactCard{
        grid-template-columns: repeat(1, auto);
    }
    .contactFormWrap {
        padding: 3%;
    }
    .bannerHeading h2 {
        font-size: 25px;
    }
    .hedaer-contnet{
        flex-direction: column;
    }
    .station-img-wrap {
        width: 40%;
        padding: 10px 0;
    }
    .topLeftSearchWrap {
        width: 100%;
        justify-content: center;
    }
    .megaMenuCol {
        width: 100%;
        text-align: left;
    }
    .menuMegaItem > h2{
        text-align: left;
    }
    .mobile-accodian-ss .accordion{
        height: 400px;
    }
    .user-widget-mobile{
        display: none;
    }
    .search-area{
        width: 70%;
    }
    .cartBannerWrap{
        min-height: 335px;
    }
    .mobile-footer-cart{
        min-height: 250px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: left;
    }
}