@import url("https://use.typekit.net/fwn7kqc.css");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/*=================== GENERAL STYLES =========================*/
:root{
	color-scheme: light dark;
    --color-first: light-dark(#6dd4ca, #489c94);
    --color-first-dark: light-dark(#489c94, #6dd4ca);
    --color-second: light-dark(#333, #ddd);
    --color-second-same: light-dark(#333, #333);
	--color-third: light-dark(#7a7368, #c3a77f);
	--color-third-same: light-dark(#7a7368, #7a7368);		
    --color-white: light-dark(#ffffff, #191613);
    --color-white-same: light-dark(#ffffff, #ffffff);
    --color-dark: light-dark(#474747, #929292);
    --color-black: light-dark(#000000, #ffffff);
    --color-black-same: light-dark(#000000, #000000);
    --color-link: light-dark(#0053e2, #0053e2);
    --color-light:light-dark(#f4f4f4,#212529);
	--color-light-blue:light-dark(#dfebff, #1b2a35);
	--color-light-blue-2:light-dark(#bbd4f5, #1e3343);
	--color-light-2:light-dark(#faf8f6,#302418);
	--color-light-3:light-dark(#efe9e1,#41301d);
	--color-light-4:light-dark(#dfceb6,#543c22);
    --color-grey-4: light-dark(#585757, #585757);
	--color-red:light-dark(#c84820,#de4c1e);
    --color-content: light-dark(#3f3e3e, #ffffff);
    --color-content-same: light-dark(#3f3e3e, #3f3e3e);
    --color-grey: light-dark(#585757, #ffffff);
    --color-gray-2: #bab6ba;
    --color-light-grey: light-dark(#f4f4f4, #6f6f6f);
    --color-pink: light-dark(#CB669F, #FFFFFF);
    --color-magenta: light-dark(#B05DB9, #FFFFFF);
    --color-light-pink: light-dark(#FFF4FC, #000000);
    --color-light-purple: light-dark(#FCFBFF, #000000);
    --color-cream: light-dark(#FFFBFB, #000000);
    --color-cool-purple: light-dark(#FBFAFF, #000000);
    --color-accent-blue: light-dark(#0005FF, #0005FF);
    --color-soft-blue: light-dark(#F2F6FF #1a182e);
    --purple-haze: rgba(125, 93, 238, 4%);
    --brand-purple-light: rgba(125, 93, 238, 0.06);
    --mint-green-light: #EFFDF3;
    --warm-bg-light: #FFF4ED;
    --lavender-overlay: rgba(125, 93, 238, 0.08);
    --mint-green-overlay: rgba(63, 177, 107, 0.08);
    --warm-bg-overlay: rgba(255, 144, 74, 0.08);
    --color-green: #088F50;
    --warm-color: #EC8C56;
    /*bg Colors*/
    --bg-lavender: #E9E3FF;
    --bg-light:light-dark(#f7faff,#212529);
    --bg-black:light-dark(#000000,#000000);
    --bg-light-green:light-dark(#f5fbfb,#112929);
    --bg-light-gray:light-dark(#f3f3f3,#575757);
    --bg-light-brown:light-dark(#F6EEE3, #333333);
    --color-dark-brown: light-dark(#51331E, #ffffff);
    --border-brown: light-dark(#d9ccbd, #495057);
    --bg-dull-brown: light-dark(#fcf1e5, #3c3229);
    --bg-dark-brown: light-dark(#51331E, #6e594c);
    --bg-pale-brown: light-dark(#f9efe4, #3c3229);
    --bg-mid-brown: light-dark(#cfa377, #4f3d2d);
    --bg-light1: light-dark(#f8fafc, #212121);
    --bg-light2: light-dark(#f1f5f9, #2d2d2d);
    --bg-light3: light-dark(#f3f3f5, #3a3a3a);
    --bg-light4: light-dark(#99a1af, #99a1af);
    --bg-ghost-white: light-dark(#F4F6FF, #2d2d2d);
    /* Border Colors */
    --border-color: light-dark(#e5e7eb, #374151);
    --border-color-light: light-dark(#f3f4f6, #4b5563);
    --border-soft-sky: light-dark(#D6E4FF, #D6E4FF);
    --border-mint-white: light-dark(#CFFAFE, #CFFAFE);
    --border-blush-neutral: light-dark(#FBCFE8, #FBCFE8);
    --border-cool-gray: light-dark(#E2E8F0, #E2E8F0);
    --border-peach-light: light-dark(#FED7AA, #FED7AA);
    --border-neon-cashback: light-dark(#00D9F5, #00D9F5);
    --border-hot-deal: light-dark(#FF4D6D, #FF4D6D);
    --border-purple-blue: light-dark(#7B61FF, #7B61FF);
    --border-lime-energy: light-dark(#4CE9B1, #4CE9B1);
    --border-premium: light-dark(#784BA0, #784BA0);
    /* Shadows*/
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    /* Shadows Dark Mode*/
    --shadow-sm-dark: 0 1px 2px 0 rgba(225, 225, 225, 0.08);
    --shadow-md-dark: 0 4px 6px -1px rgba(225, 225, 225, 0.1), 0 2px 4px -1px rgba(225, 225, 225, 0.08);
    --shadow-lg-dark: 0 10px 15px -3px rgba(225, 225, 225, 0.1), 0 4px 6px -2px rgba(225, 225, 225, 0.08);
    --shadow-xl-dark: 0 20px 25px -5px rgba(225, 225, 225, 0.1), 0 10px 10px -5px rgba(225, 225, 225, 0.08);
    --shadow-blue-md: 0px 5px 26px rgba(125, 93, 238, 0.17);
    /* Spacing */
    --spacing-xs: 0.25rem;
    --spacing-sm: 0.5rem;
    --spacing-md: 1rem;
    --spacing-lg: 1.5rem;
    --spacing-xl: 2rem;
    --spacing-2xl: 3rem;
    /*font-family*/
    --font-family: "Open Sans", sans-serif;
    --font-family-heading: "arboria", sans-serif;
}
  :root { &:has(html[data-bs-theme="light auto"]) {color-scheme: light;} &:has(html[data-bs-theme="dark"]) {color-scheme: dark;} }
	*,::after,::before{box-sizing: border-box;}
	* {
		margin: 0;
		padding: 0;
		font-family: var(--font-family);
		/* font-weight: 400;
		font-size: 16px; */
		letter-spacing: 0;
		line-height: 1.5;
		color: var(--color-black);
		text-transform: none;
	}
    body {background-color: var(--color-white);}
 a,a:hover,.decorationNone{text-decoration: none;}
 html {scroll-behavior: smooth;}
 ul li {list-style: none;}
 ul.list-disc li, ul.list li {list-style: disc;}
 img {object-fit: scale-down;object-position: center;}
.img-contain {object-fit: contain;object-position: center;}
 .wrapper{position: relative;}
 .z-2 {z-index: 2}
 .z-99 {z-index: 99 !important;}
 .ls-2 {letter-spacing: -2px}
 .lh-1-3 {line-height: 1.3 !important;}
 .webContent .lh-1 {line-height: 1 !important;}
 .breadcrumb-item+.breadcrumb-item::before {content: "●";}
 .dotted-border {border-bottom: 4px dotted rgba(255, 255, 255, 0.24);}
 .custom-tooltip {--bs-tooltip-font:0.8rem;}
 .accordion-button:not(.collapsed) {background-color:var(--color-white);}
 .accordion-collapse.collapse, .accordion-button, .accordion-item, .accordion-header { border: none; outline: none; }
 .accordion-button:focus {border: none;outline: none;box-shadow: none;}
 .accordion-item,.accordion-button{background-color: var(--color-white);color: var(--color-black);}
 .accordion-item,.accordion-button{background-color: var(--color-white);color: var(--color-black);}
 #accordionProductDetails .accordion-item:first-of-type>.accordion-header .accordion-button,
 #accordionProductDetails .accordion-button:not(.collapsed),
 #accordionProductDetails button:focus:not(:focus-visible){color: var(--color-black);}
 html[data-bs-theme=dark] .accordion-button::after{filter: invert(50%);}
 svg.fill-black{fill: var(--color-black);}
.svg-stroke-white, .svg-stroke-white path {stroke: var(--color-white) !important;}
.svg-stroke-white-same, .svg-stroke-white-same path {stroke: var(--color-white-same) !important;}
.svg-stroke-dark, .svg-stroke-dark path {stroke: var(--color-second) !important;}
.svg-stroke-first, .svg-stroke-first path {stroke: var(--color-first) !important;}
.svg-stroke-first-same, .svg-stroke-first-same path {stroke: var(--color-first-same) !important;}
.svg-fill-white, .svg-fill-white path{fill: var(--color-white-same) !important;}
.fill-white, .fill-white path{fill: var(--color-white) !important;}
.svg-fill-dark, .svg-fill-dark path{fill: var(--color-second) !important;}
.iconSize-6 {min-width:6px;width:6px;height:6px;}
.iconSize-12 {min-width:12px;width:12px;height:12px;}
.iconSize-16 {min-width:16px;width:16px;height:16px;}
.iconSize-20 {min-width:20px;width:20px;height:20px;}
.iconSize-30{min-width:30px !important;width:30px !important;height:30px !important;}
.iconSize-34{min-width:34px !important;width:34px !important;height:34px !important;}
.iconSize-36{min-width:36px !important;width:36px !important;height:36px !important;}
.iconSize-40{min-width:40px !important;width:40px !important;height:40px !important;}
.h-28 {min-height: 28px !important;height: 28px !important;}
.h-36 {min-height: 36px !important;height: 36px !important;}
.h-44 {min-height: 44px;height: 44px;}
.h-48 {min-height: 48px;height: 48px;}
.h-50 {min-height: 50px;height: 50px;}
.h-52 {min-height: 52px;height: 52px;}
.h-150 {min-height: 150px;height: 150px;}
.w-44 {min-width: 44px;width: 44px;}
.w-220 {min-width: 220px;width: 220px;}
.w-250 {min-width: 250px;width: 250px;}
.min-w-fit-content {min-width: fit-content !important;}
.w-fit-content {width: fit-content !important;}
.w-max-content {width: max-content !important;}
.pagination .page-link{color: var(--color-black);}
.pagination .active>.page-link, .pagination .page-link.active{background-color: var(--color-first);border-color: var(--color-first);color: var(--color-white);}
.no-after:after {display: none !important;}
.py-1px {padding-top: 1px !important;padding-bottom: 1px !important;}
.overflow-x-auto {overflow-x: auto !important;}
.transform-none {transform: none !important;}
.border-transparent {border-color: transparent !important;}
textarea{resize: none;}
.scroll-x {overflow-y: hidden;overflow-x: auto;scrollbar-width: thin;}
.scroll-y {overflow-y: auto;overflow-x: hidden;scrollbar-width: thin;}
.text-shadow {text-shadow: 1px 1px 1px #00000070;}
.modal-close-btn {
    position: absolute;
    top: -15px;
    left: auto;
    right: -15px;
    font-size: 12px;
    padding: 6px;
    margin: 0;
    width: 28px;
    height: 28px;
    border-radius: 100px;
    border: none !important;
    background-color: var(--color-white);
    outline: none !important;
    box-shadow: var(--shadow-lg);
    opacity: 1 !important;
}
.top-12 {top: -12px !important;}
.py-0-5{padding: 0.1rem}
.p-10 {padding: 10px;}
.p-12 {padding: 12px;}
.pb-2px {padding-bottom: 2px;}
.heading-xxl.lh-1 {line-height: 1.15 !important;}
.lh-1-5 {line-height: 1.5 !important;}
.badge {background: #e9e6ff;}
/*==================== BORDER STYLES ==========================*/
  .border-first {border-color: var(--color-first) !important;}
  .border-second {border-color: var(--color-second) !important;}
  .border-light-blue {border-color: var(--color-light-blue) !important;}
  .border-light-3 {border-color: var(--color-light-3) !important;}
  .border-light-4 {border-color: var(--color-light-4) !important;}
/*==================== BUTTON STYLES ==========================*/
  .button-style,input[type=submit].button-style{
		display: inline-block;
		padding:7px 35px;
		color: #fff;
		font-size: 1rem;
		font-weight:600;
		letter-spacing: 0px;
		border:0;
		text-transform: capitalize;
		outline: 0;
		cursor: pointer;
		border-radius: 9999px;
	}	
  .button-style.button-sm{padding: 3px 10px;font-size:0.875rem; }
  .btn-outline-first {color: var(--color-first);border: 1px solid var(--color-first);background-color: transparent}
  .btn-outline-first:hover, .btn-first:hover, .btn-first {color: #fff;background-color: var(--color-first);}
  .btn-outline-second, .btn-outline-second-same {color: var(--color-second);border: 1px solid var(--color-second);background-color: transparent !important;}
  .btn-outline-second:hover, .btn-second:hover, .btn-second {color: var(--color-white);border: 1px solid var(--color-second);background-color: var(--color-second);}
  .btn-outline-second-same:hover, .btn-second-same:hover, .btn-second-same {color: var(--color-white-same);border: 1px solid var(--color-second-same);background-color: var(--color-second-same) !important;}
 .btn-outline-white {color: var(--color-white);border: 1px solid var(--color-white);background-color: transparent !important;}
 .btn-outline-white-same {color: var(--color-white-same);border: 1px solid var(--color-white-same);background-color: transparent !important;}
 .no-bg-btn {
      padding: 0;
      margin: 0;
      border: none;
      background-color: transparent;
      outline: none !important;
      box-shadow: none !important;
  }
 /*==================== HEADING STYLES =========================*/
  .webContent .mainHeading,.webContent .article-contents h1 {
		font-size: 2.4rem;
		font-weight: 600;
		color: var(--color-second);
		text-transform: capitalize;
		font-family:var(--font-family-heading);
		letter-spacing: 0;
		margin-bottom: 5px;
    line-height:1.2;
font-style: italic;
	}	
  .webContent .largeHeading{
    font-size: 1.85rem;
    font-weight:600;
    line-height:1.3;
      text-transform: capitalize;
    letter-spacing: 0;
    color:var(--color-second);
    font-family: var(--font-family);
  }
  .webContent .subHeading {
        font-size:1.5rem;
		color: var(--color-second);
		letter-spacing:0px;
		text-transform: capitalize;
		font-family:var(--font-family);
		font-weight: 500;
		margin-bottom: 5px;
    line-height:1.3;
	}
  p {
		color: var(--color-black);
		font-size: 1.05rem;
		line-height: 1.4;
	}	
  .webContent.text-color-white .mainHeading {color: var(--color-third)}
  .webContent.text-color-white .largeHeading,
  .webContent.text-color-white .subHeading,
  .webContent.text-color-white .thirdHeading,
  .webContent.text-color-white p,
  .webContent.text-color-white a,
  .webContent.text-color-white span,
  .webContent.text-color-white small,
  .webContent.text-color-white strong,
  .webContent.text-color-white b,
  .webContent.text-color-white label,
  .webContent.text-color-white li {color: var(--color-white);}
  .webContent.color-white-same .mainHeading,
  .webContent.color-white-same .largeHeading,
  .webContent.color-white-same .subHeading,
  .webContent.color-white-same .thirdHeading,
  .webContent.color-white-same p,
  .webContent.color-white-same a,
  .webContent.color-white-same span,
  .webContent.color-white-same small,
  .webContent.color-white-same strong,
  .webContent.color-white-same b,
  .webContent.color-white-same label,
  .webContent.color-white-same li {color: var(--color-white-same);}
/*==================== FONT SIZE ==============================*/
    .text-xxxl {font-size: 4.5rem !important;line-height: 1.3 !important;}
    .text-xxl {font-size: 1.5rem !important;line-height: 1.3 !important;}
    .text-xl {font-size: 1.4rem !important;line-height:1.5;}
    .text-lg {font-size: 1.12rem !important;line-height:1.5;}
    .text-md {font-size: 1rem !important;line-height: normal;}
    .text-sm {font-size: 0.875rem !important;}
    .text-xs {font-size: 0.75rem !important;line-height: normal;}
/*==================== FONT WIGHT =============================*/
    .fw-400 {font-weight: 400 !important;}
    .fw-500 {font-weight: 500 !important;}
    .fw-600 {font-weight: 600 !important;}
    .fw-700 {font-weight: 700 !important;}
 /*==================== INPUT FIELDS STYLES ====================*/
input.form-control::placeholder, select.form-select::placeholder,textarea.form-control::placeholder {color: var(--color-dark);}
 .form-section {background-color: var(--color-first);}
 input.form-control, select.form-select{height: 45px;background-color: var(--color-white-same);
     color: var(--color-black);}
 input.form-control, select.form-select,textarea.form-control {resize: none;
     background-color: var(--color-white-same);color: var(--color-second-same);}
 input.form-control:hover, select.form-select:hover,textarea.form-control:hover,input.form-control:focus,
 select.form-select:focus,textarea.form-control:focus{
     border-color:var(--color-black);
     box-shadow: none;
     outline: none;
 }
 .form-label {font-size:0.85rem;color: var(--color-white-same) !important;margin-bottom: 4px;}
 .form-required {color: red !important;font-weight: 600;}
 .input-border:hover, .input-border:focus, .input-border.active {border-color: var(--color-first);}
 .form-check-input:focus{box-shadow: none;}
 .form-check-input:checked {
     background-color: var(--color-first);
     border-color: var(--color-first);
 }
 .form-check-input {
     width: 1.2em;
     height: 1.2em;
     border-width: 2px;
 }
/*==================== TEXT LIMIT STYLES ======================*/	
	.text-limit-1,.text-limit-2,.text-limit-3,.text-limit-4{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
	}
	.text-limit-1{-webkit-line-clamp: 1;}
	.text-limit-2{-webkit-line-clamp: 2;}
	.text-limit-3{-webkit-line-clamp: 3;}
	.text-limit-4{-webkit-line-clamp: 4;}
/*==================== BG & COLOR STYLES ======================*/
	.bg-color-first{background-color:var(--color-first) !important;}
	.bg-color-second{background-color:var(--color-second) !important;}
	.bg-color-second-same{background-color:var(--color-second-same) !important;}
	.bg-color-black{background-color:var(--color-black) !important;}
	.bg-color-black-same{background-color:var(--color-black-same) !important;}
	.bg-color-white {background-color: var(--color-white) !important;}  
    .bg-white-same {background-color: var(--color-white-same) !important;}
	.bg-light-blue {background-color:var(--color-light-blue) !important;}
    .bg-light-blue-2 {background-color: var(--color-light-blue-2) !important;}
	.bg-light {background-color:var(--bg-light) !important;}
	.bg-light-2 {background-color:var(--color-light-2) !important;}
	.bg-light-3 {background-color:var(--color-light-3) !important;}
	.bg-light-4 {background-color:var(--color-light-4) !important;}
	.bg-color-warm {background-color:var(--warm-color) !important;}
    .bg-gradient-first {background: linear-gradient(31deg, #0a3b74, #4179b6, #0a3b74);}
.bg-gradient1 {background: linear-gradient(195deg, var(--color-light-4), var(--color-light-3) 70%);}

	.color-first{color:var( --color-first) !important;}
	.color-first-dark{color:var( --color-first-dark) !important;}
	.color-second{color:var(--color-second) !important;}
	.color-second-same{color:var(--color-second-same) !important;}
	.color-third{color:var(--color-third) !important;}
	.color-third-same{color:var(--color-third-same) !important;}
	.color-black{color:var(--color-black) !important;}
	.color-black-same{color:var(--color-black-same) !important;}
	.color-link{color:var(--color-link) !important;}
    .color-white {color: var(--color-white) !important;}
    .color-white-same {color: var(--color-white-same) !important;}
    .color-red {color: var(--color-red) !important;}
	.button:focus,input[type=submit].button:focus,.button i,.button:hover,.webContent.textWhite .mainHeading,
	.webContent.textWhite .subHeading,.webContent.textWhite p {color: var(--color-white-same);}
/* Home Page */
.steps-line {
    position: absolute;
    top: 95px;
    left: 15%;
    width: 70%;
    height: 2.5px;
    background:var(--color-light-3);
    z-index: 0;
}
.step-card {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0 20px;
}
.cursor-pointer{cursor:pointer;}
.step-icon{
    width:80px;
    height:80px;
    background: var(--color-third);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
/* CENTER SEARCH STYLE */
.search-box-wrapper {width: 100%;background: var(--color-white);position: relative;}
html[data-bs-theme="dark"] .search-box-wrapper {background: #120900;}
.search-box-wrapper .search-box-input {
    border: none;
    width: 100%;
    font-size: 16.5px;
    font-weight: 400;
    height: 54px;
    resize: none;
    overflow-y: hidden;
    box-shadow: none !important;
    outline: none !important;
}
button#input-cross {display: none;border: 0}
.search-box-wrapper .search-button-block{display: flex;justify-content: flex-end;}
.search-button-block button#input-cross.input-padding-class {display: inline-block;border-right: 0.3px solid #70757a;padding-right: 15px;}
.search-button-block button {background: transparent;border: 0;outline: 0;padding: 0 0 0 10px;}
.search-box-wrapper svg {min-width: 20px;width: 20px;height: 20px;}
.search-box-wrapper #input-submit-btn {min-width: 36px;width: 36px;height: 36px;}
.search-box-wrapper #input-submit-btn svg {min-width: 18px;width: 18px;height: 18px;}
.bg-color-third {background-color: var(--color-third);}
.btn-hover-clr:hover {background-color: var(--color-light-3) !important;}
.search-box-imageUpload{display:none;}
.search-box-preview{display:flex;flex-wrap:wrap;gap:6px;}
.search-box-preview-item{position:relative;width:80px;height:80px;border-radius:12px;}
.search-box-preview-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius:12px;
    background-color: var(--color-black);
    opacity: 0.16;
    z-index: 1;
}
.search-box-preview-item img{width:100%;height:100%;object-fit:cover;border-radius:12px;}
.search-box-remove-btn{
    cursor: pointer;
    position: absolute;
    top: -6px;
    right: -6px;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 14px;
    color: var(--color-white-same);
    border: 2px solid var(--color-white);
    border-radius: 50%;
    background-color: var(--color-third);
    z-index: 2;
}
.cursor-pointer {cursor: pointer !important;}
.ways-video {position: relative;}
.ways-video-1 video, .ways-video-2 video, .ways-video-3 video, .ways-video-4 video, .ways-video-5 video {height: 100%;object-fit: cover;object-position: center;}
.ways-video-1 .ways-video, .ways-video-4 .ways-video {height: 260px;}
.ways-video-2 .ways-video, .ways-video-3 .ways-video {height: 170px;}
.ways-video-5 {height: 100%;}
.videoSection-playBtn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    color: var(--color-white-same);
    padding: 0;
    margin: auto;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: 0.3s ease;
    z-index: 2;
}
.videoSection-playBtn:hover {transform: scale(1.08);}
.videoSection-playBtn svg {min-width: 32px;width: 32px;height: 32px;fill: var(--color-white-same);}
.bg-color-white-same {background-color: #ffffff;}
.card.productCard{height:100%;}
.card.productCard.shadow-sm {box-shadow: 0 0 12px rgba(0, 0, 0, 0.11) !important}
.card.productCard .product_img,.card.productCard .productDetails-content{margin-bottom:0;}
.card.productCard .product_img {height: 260px;}
.card.productCard .product_img img{width: 100%;height: 100%;object-fit: cover;object-position: center;background-color: var(--color-white);border-radius: 4px;}
.card.productCard .product_img .product-option{
		background-color: var(--color-light-blue);
		color: var(--color-black);
		padding: 3px 8px;
		position: absolute;
		top:2%;
		left: 2%;
		z-index: 2;
	}
.card.productCard .productDetails-content h4 {height: 42px;}
.product-carousel .item {padding-left: 2px;padding-right: 2px;}
.searched-pro-img {width: 110px;height: 125px;object-fit: cover;object-position: center;}
.searched-pro-img2 {width: 100px;height: 100px;object-fit: cover;object-position: center;}
.search-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    overflow-y: auto;
    width: 100%;
    height: auto;
    max-height: 360px;
    margin: 2px 0 0 0;
    z-index: 9;
}
 /* Details Page */
.card-product-details img {
    height: 367px;
    object-fit: contain;
    border-radius: 0.5rem;
}
.product-svg {
    bottom: 11px;
    left: 8px;
}
.product-img {
    transition: transform 0.5s ease;
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.product-card:hover .product-img {
    transform: scale(1.08);
}
.chat-search {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 99;
    display: flex;
    justify-content: center;
    pointer-events: none;
}
.chat-search-wrapper {
    position: relative;
    width: 100%;
    max-width: 760px;
    padding: 0 20px;
    pointer-events: auto;
}
.chat-search-wrapper2{
    width: 100%;
    max-width: 760px;
    padding: 0 5px;
}
.search-box-wrapper {
    position: relative;
    z-index: 2;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-radius: 28px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}
html[data-bs-theme="dark"] .search-box-wrapper {box-shadow: 0 8px 30px rgb(255 255 255 / 8%), 0 2px 8px rgb(255 255 255 / 4%) !important;}
.mask-area {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
    z-index: 9998;
    pointer-events: none;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 20%, rgba(255, 255, 255, 0.4) 45%, rgba(255, 255, 255, 0.75) 70%, #ffffff 100%);
}
html[data-bs-theme="dark"] .mask-area {background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 15%) 20%, rgb(0 0 0 / 40%) 45%, rgb(0 0 0 / 75%) 70%, #000000 100%);}
.img-ratio-1-1 {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.ai-chat-container .right-chat .chat-msg {
    padding: 12px 20px;
    border-radius: 16px 16px 0;
    font-size:1rem;
    color:var(--color-black-same);
    background-color:var(--color-light-2);
}
.modal-product-img {width: 160px;height: 160px;flex-shrink: 0;}

/* LOGIN PAGE */
/* PASSWORD ICON */
.toggle-password {
    position: absolute;
    right:12px;
    left:auto;
    top:15px;
    cursor: pointer;
}
.toggle-password svg {
    transition: opacity 0.2s ease;
}
.fa-eye-slash {
    display: none;
}
.form-control.is-invalid, .was-validated .form-control:invalid{
    background-image:none;
}
.form-control.is-valid, .was-validated .form-control:valid{
    background-image:none;
}
/* LOGIN BUTTONS */
.loginButton{
    background:var(--color-white);
    color:var(--color-second);
}
.loginButton:hover{
    background:var(--color-second);
    color:var(--color-white);
}
.loginButton:hover span{
    color:var(--color-white);
}
.loginButton:hover .fill-icon-hover path, .loginButton:hover .fill-icon-hover{
    fill: var(--color-white) !important;
}
.loginButton:hover .stroke-icon-hover{
    stroke: var(--color-white) !important;
}
.otp-input{
    width: 50px;
    height: 55px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
}
.otp-input:focus{border-color: #000;box-shadow: none;}
.login-page .svg-stroke-white, .login-page .svg-stroke-white path {stroke: var(--color-white-same) !important;}
/* LOGIN PAGE END */
/* ABOUT PAGE */
.page-name-text {font-size: 3rem !important;letter-spacing: -1px;}
.banner-svg-img1 {height: 160px;object-fit: cover;object-position: top right;}
.banner-svg-img2 {height: 160px;object-fit: cover;object-position: center left;}
.banner-svg-img-01 {height: 240px;object-fit: cover;object-position: top right;}
.banner-svg-img-02 {height: 240px;object-fit: cover;object-position: center left;}
/*Gift-guide Page*/
.gift-guide__card {
    aspect-ratio: 3 / 4;
    border-radius: 20px !important;
    overflow: hidden;
    background-color: var(--color-light-2);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.gift-guide__card:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.gift-guide__img {
    transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.3s ease;
}

.gift-guide__card:hover .gift-guide__img {
    transform: scale(1.08);
}

.gift-guide__overlay {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.5rem;
    pointer-events: none;
    z-index: 2;
}

.gift-guide__badge {
    align-self: flex-end;
    background: var(--color-second);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 6px 16px;
    border-radius: 30px;
    color: var(--color-white);
    font-size: 0.85rem;
    font-weight: 600;
}

.gift-guide__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.gift-guide__thumbs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
    margin-top: 15px;
    width: 100%;
    max-height: 0;
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.gift-guide__card:hover .gift-guide__thumbs {
    max-height: 100px;
    opacity: 1;
    transform: translateY(0);
}

.gift-guide__thumb {
    width: 100%;
    aspect-ratio: 1 / 1;
    background: var(--color-white);
    border-radius: 8px;
    object-fit: cover;
    pointer-events: auto;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.gift-guide__thumb:hover,
.gift-guide__thumb.active {
    border-color: var(--color-first);
    transform: scale(1.05);
    z-index: 3;
}

.gift-guide__thumb--more {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-black);
    font-weight: 700;
    font-size: clamp(0.7rem, 2vw, 0.85rem);
    pointer-events: auto;
}

@media (max-width: 991px) {
    .gift-guide__thumbs {
        max-height: 100px;
        opacity: 1;
        transform: translateY(0);
        margin-top: 10px;
        gap: 6px;
    }
}
/*download-app page*/
.app-top-icon{width: 55px;height: 55px;background: var(--bg-light-brown);display: flex;align-items: center;justify-content: center;border: 1px solid var(--border-brown);}
.check-icon{width: 40px;height: 40px;background: var(--color-white);display: flex;align-items: center;justify-content: center;box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);}
.rating-box{width: 380px;max-width: 100%;}
.star{width: 16px;}
.qr-img{width: 80px;}
html[data-bs-theme="dark"] .rating-box {background: #3c3c3c}
.app-store, .google-play{width: 190px;}
.browsers img{width: 34px;}
@media screen and (max-width:767px){
    .app-store, .google-play{width: 150px;}
}
@media screen and (max-width:540px){
    .app-store, .google-play{width: 100%;}
}
.inpute-searchbar {
    max-width: 500px;
    margin: 0 auto;
    border-radius: 50px;
    overflow: hidden;
    align-items: center;
}

.search-input {
    border-radius: 0 !important;
}

.input-group-text {
    border-radius: 0 !important;
}

.dropdown-btn-custom {
    align-items: center;
    padding: 8px 16px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-black);
    border-radius: 8px;
    width: 220px;
    justify-content: space-between;
}

.dropdown-container {
    width: 220px;
}

.dropdown-container.dropdown-item:focus,
.dropdown-container.dropdown-item:hover,
.dropdown-item:active {
    background-color: var(--color-light-2);
}

.dropdown-container .dropdown-item.active,
.dropdown-container .dropdown-item:active {
    background-color: var(--color-light-2) !important;
}

.product-card {
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    height: 100%;
}

.product-card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}


.product-img {
    width: 100%;
    height: 293px;
    object-fit: cover;
    border-radius: 16px;
}

.product-badge-store {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 9px 18px;
    font-size: 12px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.10);
    border: 1.5px solid rgba(255, 255, 255, 0.55);
    border-radius: 50px;
    backdrop-filter: blur(12px) saturate(1.4);
    box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.35),
            0 4px 20px rgba(0, 0, 0, 0.08);
    color: #ffffff;
}

.product-badge-views {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(0, 0, 0, 0.10);
    border: 1.5px solid rgba(255, 255, 255, 0.55);
    border-radius: 50px;
    backdrop-filter: blur(12px) saturate(1.4);
    box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.35),
            0 4px 20px rgba(0, 0, 0, 0.08);
    color: #ffffff;
    padding: 6px 18px;
    display: flex;
    gap: 5px;
    align-items: center;
}

.product-badges-row {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.product-badge-sale {
    background-color: rgba(231, 0, 11, 0.05);
    padding: 6px 16px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;

}

.product-badge-shipping {
    background-color: rgba(34, 197, 94, 0.10);
    padding: 6px 16px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

.Sale-btn {
    color: #E7000B;
}

.free-shipping {
    color: #22C55E;
}

.pagination-card .page-link {
    border: none;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
}

.pagination-card .page-link:hover {
    color: #fff !important;
}

.pagination-card .page-link:hover svg path {
    fill: #fff;
}

@media screen and (max-width: 575px) {
    .dropdown-btn-custom {
        width: 100%;
    }

    .pagination-card .page-link {
        width: 32px;
        height: 32px;
        min-width: 32px;
        min-height: 32px;
    }
}
/*BLOG PAGE*/
.blog-item{display:none;}

/* BLOG Details PAGE*/
.author-details {
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.author-details .author-img {
    display: inline-block;
    width: 35px;
    height: 35px;
}
.author-details .author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.author-details .author-img, .author-details .author-txt {
    clear: both;
}
.author-details .author-txt {
    margin-left: 10px;
    width: 80%;
}

.article-details h1,.article-details h2,.article-details h3{
    color: var(--color-black);
    font-weight: 700;
    font-family: var(--font-family-heading);
    letter-spacing: 0;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}
.article-details h4,.article-details h5,.article-details h6{
    color: var(--color-black);
    font-weight: 700;
    font-family: var(--font-family);
    letter-spacing: 0;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}
.article-details p, .article-details p span, .article-details span p, .article-details p strong, .article-details span, .article-details a, .article-details p a, .article-details ul li, .article-details ul li strong, .article-details ul li a, .article-details ul li a strong, .article-details ol li, .article-details ol li strong, .article-details ol li a, .article-details ol li a strong, .sitemapList ul li {
    color: var(--color-content);
    font-family: var(--font-family-content);
    font-size: 1rem;
    line-height: 1.4;
    /*white-space: pre-line;*/
    margin-bottom: 0.5rem;
    padding-bottom: 0rem;
}
.article-details h1{
    font-size:1.9rem;
}
.article-details h2{
    font-size:1.6rem;
}
.article-details h3{
    font-size:1.5rem;
}
.article-details h4{
    font-size:1.4rem;
}
.article-details h5{
    font-size:1.2rem;
}
.article-details h6{
    font-size:1.1rem;
}

.article-details ol{padding-left: 0}
.article-details ul{padding-left: 15px}
.article-details ul li{list-style:disc}
.article-details a, .article-details p a, .article-details ul li a, .article-details ol li a, .article-details span a{color:#3557ff;}
.article-details img{
    width:100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    margin:0 auto;
    border-radius:0.5rem;
    margin-bottom:1rem;
}
.brand-icon{
    display:flex;
    align-items:center;
    gap:5px;
}
.brand-icon img{
    width:16px !important;
    height:16px !important;
    margin: 0 !important;
}
@media only screen and (max-width:992px) {
    .article-card .card img, .article-card-1 .card img{height:auto}
    .article-details h1{font-size:2rem;line-height: 1.2;}
    .article-details h2{font-size:1.8rem;}
    .author-details-desc{width:100%}
}
/*Products page*/
.pro-img1 img {height: 240px;object-fit: cover;object-position: center;width: 100%;}
.product-item{display:none;}
.compare-thumb-box {
    width: 48px;
    height: 48px;
}

.compare-thumb-remove {
    width: 18px;
    height: 18px;
    font-size: 10px;
    line-height: 1;
}

.compare-clear-btn {
    display: none;
}

.compare-header-title {
    max-width: 200px;
    line-height: 1.4;
}

.compare-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1040;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.compare-bar.show {
    transform: translateY(0);
}

.compare-toggle-arrow {
    transition: transform 0.3s ease;
}

.compare-bar:not(.collapsed) .compare-toggle-arrow {
    transform: rotate(180deg);
}

.compare-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.compare-table-wrapper {
    overflow-x: auto;
    max-height: 60vh;
    overflow-y: auto;
    border: 1px solid var(--color-light-3);
    border-radius: 16px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.01);
}

.compare-table-wrapper::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.compare-table-wrapper::-webkit-scrollbar-track {
    background: var(--color-light-2);
}

.compare-table-wrapper::-webkit-scrollbar-thumb {
    background: var(--color-light-3);
    border-radius: 3px;
}

.compare-table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

.compare-table th,
.compare-table td {
    border-bottom: 1px solid var(--color-light-3);
    border-right: 1px solid var(--color-light-3);
    min-width: 250px;
    background: var(--color-white);
    color: var(--color-black);
}

.compare-table th.sticky-column,
.compare-table td.sticky-column {
    position: sticky;
    left: 0;
    z-index: 5;
    min-width: 160px;
    max-width: 160px;
    border-right: 2.5px solid var(--color-light-3);
    color: var(--color-second);
    background-color: var(--color-light-2);
    box-shadow: 4px 0 8px -4px rgba(0, 0, 0, 0.06);
}

.compare-remove-col {
    position: absolute;
    top: -5px;
    right: 5px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--color-light-2);
    color: var(--color-second);
    border: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}

.compare-remove-col:hover {
    background-color: var(--color-red);
    color: var(--color-white-same);
}

.compare-table-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    transition: transform 0.3s;
}

.compare-table-img:hover {
    transform: scale(1.04);
}

.compare-stars {
    color: #ffc220;
    letter-spacing: 1px;
}

@media (max-width: 576px) {

    .compare-table th,
    .compare-table td {
        min-width: 180px;
    }

    .compare-table th.sticky-column,
    .compare-table td.sticky-column {
        min-width: 110px;
        max-width: 110px;
        border-right: 2px solid var(--color-light-3);
    }

    .compare-table-img {
        width: 70px;
        height: 70px;
    }
    .compare-bar-container .d-flex {
        gap: 6px !important;
    }
    .btn-first {
        padding: 6px 16px !important;
        font-size: 13px !important;
    }
    .compare-count-badge {
        padding: 4px 10px !important;
        font-size: 12px !important;
    }
}

/*rewards page*/
.text-xxxxl {font-size: 1.7rem !important;line-height: 1.4 !important;}
.border-brown{border-color:var(--border-brown) !important;}
.color-content{color:var(--color-content) !important;}
.bg-black {background-color: var(--bg-black) !important;}
.bg-light-green{background-color: var(--bg-light-green) !important;}
.bg-light-gray{background-color: var(--bg-light-gray) !important;}
.color-dark-brown{color:var(--color-dark-brown) !important;}
.bg-light-brown{background-color: var(--bg-light-brown) !important;}
.bg-dark-brown{background-color:var(--bg-dark-brown) !important;}
.bg-dull-brown{background-color:var(--bg-dull-brown) !important;}
.bg-pale-brown{background-color:var(--bg-pale-brown) !important;}
.bg-mid-brown{background-color:var(--bg-mid-brown) !important;}

.svg-fill-dark-brown, .svg-fill-dark-brown path{
    fill: var(--color-dark-brown) !important;
}

.iconSize-15 {
    width:15px;
    height:15px;
}
.iconSize-17 {
    width:17px;
    height:17px;
}
.iconSize-20 {
    width:20px;
    height:20px;
}
.iconSize-22 {
    width:22px;
    height:22px;
}
.iconSize-24 {
    width:24px;
    height:24px;
}
.iconSize-25 {
    width:25px;
    height:25px;
}

.iconSize-30 {
    width:30px;
    height:30px;
}
.iconSize-35 {
    width:35px;
    height:35px;
}

.iconSize-40 {
    width:40px;
    height:40px;
}
.iconSize-45 {
    width:45px;
    height:45px;
}

.iconSize-50 {
    width:50px;
    height:50px;
}
.iconSize-55 {
    width:55px;
    height:55px;
}
.iconSize-60 {
    width:60px;
    height:60px;
}
.iconSize-70 {
    width:70px;
    height:70px;
}
.iconSize-80 {
    width:80px;
    height:80px;
}
.p-12{padding: 12px;}


/* Download App page CSS*/
.app-top-icon{width: 55px;height: 55px;background: var(--bg-light-brown);display: flex;align-items: center;justify-content: center;border: 1px solid var(--border-brown);}
.check-icon{width: 40px;height: 40px;background: var(--color-white);display: flex;align-items: center;justify-content: center;box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);}
.rating-box{width: 380px;max-width: 100%;}
.star{width: 16px;height: 16px;}
.qr-img{width: 80px;}
html[data-bs-theme="dark"] .rating-box {background: #3c3c3c}
.app-store, .google-play{width: 190px;}
.browsers img{width: 34px;}

@media screen and (max-width:767px){
    .app-store, .google-play{width: 150px;}
}
@media screen and (max-width:540px){
    .app-store, .google-play{width: 100%;}
}
/* Download App page CSS*/

/*gift-guide-details page*/
.product-details-banner {
    min-height: 500px;
    display: flex;
    align-items: center;
    background-image: url("../../assets/img/product-details/banner-main.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}
.product-details-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}
.product-img {
    width: 100%;
    height: 293px;
    object-fit: cover;
    border-radius: 16px;
}
.product-badge-store {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 9px 18px;
    font-size: 12px;
    font-weight: 700;
    background: rgba(0, 0, 0, 0.20);
    border: 1.5px solid rgba(255, 255, 255, 0.55);
    border-radius: 50px;
    backdrop-filter: blur(12px) saturate(1.4);
    box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.35),
            0 4px 20px rgba(0, 0, 0, 0.08);
    color: #fff;
}
/*gift-guide-details page end*/

/*products page tabs*/
.tabs-product-block {overflow-y: hidden;overflow-x: auto;flex-wrap: wrap;}
.tabs-product-block .nav-link {width: max-content;}
.tabs-product-block button.nav-link{color:var(--color-black);font-weight:400;border-radius: 50px;padding: 4px 12px;font-size: 14.5px;}
.tabs-product-block button.nav-link.active{background-color:var(--color-third); }
.ui-widget.ui-widget-content{border:1px solid #ebebeb;z-index: 99 !important}
.ui-state-default, .ui-widget-content .ui-state-default,.ui-widget-header{
    background-color: #f8f9fa !important;
    text-align: center;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,
a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    color: var(--color-third) !important;
    border: 1px solid var(--border-color) !important;
    background-color:rgb(233, 236, 239) !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid var(--color-third) !important;
    background: var(--color-third) !important;
    color: #fff !important;
}
.ui-widget-header {background-color: var(--color-second) !important;}
.ui-state-default, .ui-widget-content .ui-state-default{border-radius: 2px}
.ui-state-default, .ui-widget-content .ui-state-default:focus-visible{}
.ui-slider-horizontal,.ui-slider .ui-slider-range{height: 0.4em;}
.ui-slider-horizontal .ui-slider-handle { top: -.5em;}
/*products page tabs end*/

 /*==================== MEDIA QUERY ============================*/
 @media screen and (max-width: 1400px) {
     .searched-pro-img {width: 100px;}
 }
 @media screen and (max-width: 1200px) {
     .webContent .mainHeading, .webContent .article-contents h1 {font-size: 2rem;}
     .webContent .largeHeading {font-size:1.6rem;}
     .webContent .subHeading {font-size: 1.35rem;}
     .text-xxxl {font-size: 3.5rem !important;}
     .page-name-text {font-size: 2.8rem !important;}
     .overflow-x-xl-auto {overflow-x: auto !important;}
 }
    @media screen and (max-width: 1024px) {
        .text-xxxl {font-size: 3rem !important;}
    }
    @media screen and (max-width: 991px) {
        *{font-size: 15px;}
        .webContent .mainHeading, .webContent .article-contents h1 {font-size: 1.8rem;}
        .webContent .largeHeading {font-size:1.4rem;}
        .webContent .subHeading {font-size: 1.25rem;}
        p {font-size: 1rem;}
        .text-xxxl {font-size: 2.6rem !important;}
        .ways-video-5 .ways-video-5-img {height: 110px !important;}
        .page-name-text {font-size: 2.6rem !important;}
        .banner-svg-img1, .banner-svg-img2 {height: 140px;}
        .banner-svg-img-01, .banner-svg-img-02 {height: 180px;}
        .searched-pro-img {width: 100%;height: 150px;}
        .search-box-wrapper .search-box-input {font-size: 15px;}
        .search-autocomplete .w-75 {width: 55% !important;}
    }
    @media screen and (max-width: 767px) {
        *{font-size: 14px;}
        body {padding-top: 100px !important;}
        header .h-44, .search-input, .navbar-search-box {min-height: 38px !important;height: 38px !important;}
        header .w-44 {min-width: 38px !important;width: 38px !important;}
        .searchIcons {min-height: 28px !important;height: 28px !important;min-width: 28px !important;width: 28px !important;}
        header .iconSize-20 {min-width: 16px !important;width: 16px !important;min-height: 16px !important;height: 16px !important;}
        .text-xxxl {font-size: 2rem !important;}
        .webContent .mainHeading, .webContent .article-contents h1 {font-size: 1.65rem;}
        .webContent .largeHeading {font-size:1.3rem;}
        .webContent .subHeading {font-size: 1.2rem;}
        p {font-size: 0.9rem;}
        .steps-line {display: none;}
        .ways-video-1 .ways-video, .ways-video-4 .ways-video, .ways-video-2 .ways-video, .ways-video-3 .ways-video {height: auto;}
        .ways-video-5 {height: 270px !important;}
        .ways-video-5 .ways-video-5-img {height: 80px !important;}
        .chat-search-wrapper {position: relative;width: 100%;max-width:100%;padding: 0 12px;}
        .chat-search-wrapper2{width: 100%;max-width:100%;padding:0px;}
        .page-name-text {font-size: 2.3rem !important;}
        .banner-svg-img1, .banner-svg-img2 {height: 120px;}
        .search-box-wrapper .search-box-input {font-size: 14px;}
        .h-150{min-height:auto;}
        .w-sm-100 {min-width: 100% !important;width: 100% !important;}
    }

