@media(max-width:1499px) {
	.slider-nav label {
		display: none;
	}

	.progress-container {
		width: 50px !important;
		height: 3px !im;
	}

	.slider-nav .progress-container .active:before {
		display: none !important;
	}
	
	.homeVideoSlider .tabs-container {
	    display: none;
	}
}

@media(max-width:1199px) {
	.webHeader {
		display: none;
	}

	.mobileHeader {
		display: block;
	}

	.topVS .btn {
		font-size: 14px !important; 
		padding: 4px 22px !important;
	}

	header a {
		text-decoration: none;
		color: #1E1E23;
		opacity:1;
		font-size: 1.5em;
		font-weight: 400;
		transition: 200ms;
	}

	header a:hover {
		opacity:0.5;
	}

	.header ul {
		padding: 0;
		list-style-type: none;
	}

	header .phone {
		background-color: #36383F;
		border-radius: 40px;
		width: 300px;
		height: 600px;
		Display: flex;
		justify-content: center;
		align-items: center;
		box-shadow: 30px 50px 100px #85888C;
	}

	#menuToggle {
		display: flex;
		flex-direction: column;
		position: relative;
		top: 4px;
		left: 0;
		z-index: 1;
		-webkit-user-select: none;
		user-select: none;
		width: 40px;
	}

	#listingFiltration input {
		width: 50% !important;
	}

	#menuToggle input, #listingFiltration input {
		display: flex;
		width: 40px;
		height: 32px;
		position: absolute;
		cursor: pointer;
		opacity: 0;
		z-index: 2;
	}

	#menuToggle span {
		display: flex;
		width: 29px;
		height: 2px;
		margin-bottom: 5px;
		position: relative;
		background: #000;
		border-radius: 3px;
		z-index: 1;
		transform-origin: 5px 0px;
		transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
		            background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
		            opacity 0.55s ease;
	}

	#menuToggle span:first-child {
		transform-origin: 0% 0%;
	}

	#menuToggle span:nth-last-child(2) {
		transform-origin: 0% 100%;
	}

	#menuToggle input:checked ~ span {
		opacity: 1;
		transform: rotate(45deg) translate(-3px, -1px);
		background: #000;
	}

	#menuToggle input:checked ~ span:nth-last-child(3) {
		opacity: 0;
		transform: rotate(0deg) scale(0.2, 0.2);
	}


	#menuToggle input:checked ~ span:nth-last-child(2) {
		transform: rotate(-45deg) translate(0, -1px);mobileHeader
	}

	#menu, #filtrationOpt {
		position: fixed;
		background: #fff;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 70%;
		margin: -50px 0 0 -1px;
		padding: 110px 0;
		-webkit-font-smoothing: antialiased;
		transform-origin: 0% 0%;
		transform: translate(-100%, 0);
		transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	}

	#filtrationOpt {
		width: 100%;
		padding: 20px;
		top: 16%;
	}

	#filtrationOpt li {
		list-style: none !important;
	}

	#menu li {
		transition-delay: 2s;
	}

	#menuToggle input:checked ~ ul, #listingFiltration input:checked ~ ul {
		transform: none;
	}

	.mobileHeader .logo {
		padding-left: 50px;
		margin-top: -8px;
	}

	#mobileSerachBar {
		display: none;
	}

	.mobileHeader .mobileSerachBar {
		right: 0;
		left: 0;
		z-index: 9;
	}

	#menu .megaMenuIcon {
		top: 0;
		right: 5px;
		bottom: 0;
		border-left: solid 1px #dee2e6;
		height: 100%;
		width: 50px;
		text-align: center;
		font-size: 20px;
		color: #b3b3b3;
	}

	.topBanner .bannerContent {
		text-align: center !important;
	}

	.topBanner .rightContentBG, .topBanner .leftContentBG {
		background: rgba(0,0,0,0.5);
	}

	.sectionHeader .heading {
		font-size: 85px !important;
	}

	.bannerContent .logoArea, .bannerContent .whiteBtn {
		margin: 0 auto;
	}

	.single-portfolio img {
		width: 90px !important;
	}

	.single-portfolio p {
		font-size: 14px;
		line-height: 20px !important;
	}

	.ctaBox {
		text-align: center !important;
	}

	.ctaBox .text-end {
		text-align: center !important;
	}

	.whyChoose .rightImg {
		display: none;
	}

	.topVS img, .topVS button {
		margin: auto;
	}

	.ctaBoxOuter .socialIcons .text-end {
		margin: auto;
		padding-top: 20px;
	}


}


@media(max-width:999px) {
	.shortAbout .col-md-8, .shortAbout .col-lg-5 {
		padding-bottom: 50px;
	}

	.shortAbout .col-lg-7 {
		padding-left: 14px !important;
	}

	.footerBG {
		height: 100%;
	}

	.careersPage {
		padding-top: 0 !important;
	}

	.contactUs form {
		padding-bottom: 50px;
	}

	.vapeaahLanding .shortAbout .pe-5 {
		padding-right: 14px !important;
		text-align: center !important;
	}

	.featureBrands {
		text-align: center;
	}

	.featureBrands .col-lg-5 {
		padding-bottom: 30px !important;
	}

	.bestPromotions .box {
		margin-bottom: 20px;
		text-align: center;
	}

	.text-center-999 {
		text-align: center !important;
	}

	.whyVapeaah .chooseUsImg {
		margin-bottom: 30px;
	}

	.vsFeatureBanner {
		text-align: center !important;
	}


}

@media(max-width:799px) {
	.bannerContent .logoArea {
		height: 50px !important;
	}

	.bannerContent h1 {
		font-size: 45px !important;
	}

	.shortAbout .aboutExp {
		right: 20%;
		bottom: -18px;
	}

	.shortAbout .moveImg {
		display: none;
	}

	h2 {
		font-size: 40px !important;
	}

	.sectionHeader .heading {
		font-size: 65px !important;
	}

	.footerBG img {
		width: 20% !important;
	}

	.contentOuter .vMore .jobBtn {
		margin-top: 15px !important;
	}
}

@media(max-width:599px) {
	.mobileHeader .logoImg {
		width: 60px !important;
	}

	.bannerContent .vsImg.logoArea {
		height: 36px !important;
	}

	.topBanner .slick-arrow {
		display: none !important;
	}

	.single-portfolio img {
		width: 75px !important;
	}

	.ctaBox h3 {
		font-size: 25px !important;
	}

	.whyChoose ul {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}

	.testimonialsHead .cWidth {
		width: 50%;
	}

	.section-padding-100 {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.section-padding-bottom-100 {
		padding-bottom: 20px;
	}

	.section-padding-top-100 {
		padding-top: 20px;
	}

	.topVS .btn {
		font-size: 12px !important;
		padding: 2px 18px !important;
		margin-top: 10px !important;
	}

	.topVS img {
		width: 75% !important;
	}

	.featureBrands .col-sm-4 {
		width: 30%;
		margin: auto;
		padding: 0;
	}

	.hide-on-sm {
		display: none;
	}

	.videoContent h1 {
		font-size: 40px !important;
	}

	.videoContent h3 {
		font-size: 28px !important;
	}

}

@media(max-width:499px) {
	.bannerContent .logoArea {
		height: 35px !important;
	}

	.bannerContent .vsImg.logoArea {
		height: 26px !important;
	}

	.bannerContent h1 {
		font-size: 30px !important;
	}

	.bannerContent p {
		font-size: 14px !important;
		line-height: 25px !important;
	}

	.bannerContent .whiteBtn  {
		width: 150px;
		padding: 10px 10px !important;
		font-size: 14px !important;
	}

	h2 {
		font-size: 30px !important;
	}

	.sectionHeader .heading {
		font-size: 36px !important;
	}

	.aboutExp label span {
		font-size: 25px !important;
	}

	.aboutExp label {
		font-size: 14px !important;
		padding: 0 20px !important;
	}

	.ctaBox h3 {
		font-size: 20px !important;
	}

	.whiteBtn, .blackBtn, .blackTransparentBtn {
		padding: 12px 32px !important;
		font-size: 14px !important;
	}

	.testimonialsHead .cWidth a {
		font-size: 14px !important;
		padding: 12px 0 !important;
	}

	.mobileHeader .logoImg {
		width: 50px !important;
	}

	.contactUs .contactInfo .leftIcon {
		height: 45px !important;
		width: 45px !important;
		font-size: 20px;
		padding-top: 6px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 10px;
	}

	p.para {
		line-height: 22px;
	}

	.srt-infosolution .aboutExp label {
		font-size: 12px !important;
	}

	.srt-infosolution .aboutExp .font40 {
		font-size: 22px !important;
	}

	.srt-infosolution .aboutExp .font25 {
		font-size: 18px !important;
	}

	.progress-container {
		width: 30px !important;
		height: 3px !im;
	}
}

@media(max-width:359px) {
	.mobileHeader .logoImg {
		width: 50px !important;
	}

	.bannerContent h1 {
		font-size: 25px !important;
	}

	h2 {
		font-size: 25px !important;
	}

	.sectionHeader .heading {
		font-size: 35px !important;
	}

	.aboutExp label {
		font-size: 14px !important;
		padding: 0 18px !important;
	}

	.testimonialsHead .cWidth a {
		font-size: 12px !important;
		padding: 10px 5px !important;
	}

	.contactUs .contactInfo .leftIcon {
		height: 36px !important;
		width: 36px !important;
		font-size: 16px;
		border-top-right-radius: 8px;
		border-bottom-left-radius: 8px;
	}

	.contactUs .contactInfo b, .contactUs .contactInfo p {
		font-size: 12px !important;
	}
}


/*
@media(max-width:1299px) {
	.home-slider .bannerContent {
		top: 30%;
		z-index: 9;
		width: 70%;
	}

	.businessLandingPage .mainBanner .content {
		width: 50%;
	}
}

@media(max-width:1024px) {
	.home-slider .bannerContent, .home-slider .rightContent {
		text-align: center;
		margin: auto !important;
		width: 90%;
		right: 0;
		left: 0 !important;
	}

	.businessLandingPage .mainBanner .content {
		width: 60%;
	}

	#historyRT .onovo-number {
		margin: auto;
	}

	.ourCollection .box p {
		height: 125px !important;
	}
}


@media(max-width:991px) {
	.webNav {
		display: none;
	}

	.open {
		transform: translateX(0) !important;
		transition: 0.3s;
	}

	.mobileNavBtn {
		display: block;
		right: 20px;
	}

	.mobNav {
		left: 0;
		top: 0;
		border: 0;
		z-index: 99999;
		background: #fbfbfb;
		height: 100vh;
		overflow-y: auto;
		transform: translateX(-100%);
	}

	.mobNav ul li {
		line-height: 30px;
	}

	.mobNav .subMenu li {
		line-height: 25px;
	}

	.footerBG {
		height: 100%;
	}

	.footerBG h5 {
		margin-bottom: 5px !important;
	}

	.section-padding-100 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.headerOuter .navbar {
		background-color: #000;
	}

	.bredcrumb {
		position: inherit !important;
		background-image: none !important;
		background-color: #f7f7f7;
		height: auto;
		padding: 20px 0;
	}

	.bredcrumb h1 {
		display: none;
	}

	.bredcrumb .blackRGBA {
		background: inherit;
	}

	.bredcrumb .content {
		position: inherit !important;
	}

	.bredcrumb li, .bredcrumb li a, .breadcrumb-item+.breadcrumb-item::before {
		color: #000 !important;
	}

	.headerOuter {
		position: sticky;
	}

	.aboutPage .shortAbout .leftImg, #historyRT .webView, .subAbout.webView, .webViewNone {
		display: none;
	}

	#historyRT {
		background-color: #f7f7f7;
	}

	#historyRT .mobileView, .mobViewBlock {
		display: block;
	}

	#historyRT .historyView {
		width: 90%;
		padding: 30px 0;
		margin: auto;
		position: relative;
		overflow: hidden;
	}

	#historyRT .historyView:before {
		content: '';
		position: absolute;
		top: 0;
		left: 10px;
		margin-left: -1px;
		width: 2px;
		height: 100%;
		background: #000;
		z-index: 1;
	}

	#historyRT .dot {
		width: 20px;
		height: 20px;
		border-radius: 50%;
		border: 2px solid #000;
		background: #000;
		margin-top: 5px;
		z-index: 9;
	}

	#historyRT .content {
		width: 95%;
		padding: 0 15px;
		color: #666;
	}

	.subAbout.mobileView {
		display: block;
	}

	.subAbout.mobileView .content {
		background-color: #fff;
	}

	.subAbout.mobileView .content img {
		width: 60px;
		margin-bottom: 12px;
	}

	.logoNavBar .slick-dotted.slick-slider {
		margin-bottom: 0;
	}

	.logoNavBar.fixed-header {
		top: 84px !important;
	}

	.businessLandingPage .mainBanner .content {
		top: 15%;
	}

	.businessLandingPage .gradientRGBA {
		background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(255 255 255 / 0%) 29%);
	}

	.vapeaahLandingPage .shortAbout .position-relative, .vapeaahLandingPage .shortAbout .position-absolute {
		position: inherit !important;
	}

	.vapeaahLandingPage .topSocialSection ul {
		padding-left: 0 !important;
		padding-top: 10px;
	}

	.vapeaahLandingPage .whyVapeaah .col-lg-4 {
		text-align: center !important;
	}

	.vapeaahLandingPage .whyVapeaah .text-center {
		padding-bottom: 40px;
	}

	.SRTLandingPage .testimonialBG .slick-next, .SRTLandingPage .testimonialBG .slick-prev {
		display: none !important;
	}

	.ourCollection .box p {
		height: auto !important;
	}

	.businessLandingPage.rtSales .shortAbout button {
		width: auto;
	}

	.mobileViewNone {
		display: none !important;
	}
}

@media(max-width:799px) {
	.topBar .w-50 {
		width: 100% !important;
		text-align: center !important;
	}

	.topBar .float-end {
		display: none;
	}

	.virtuesSinz .topSocialSection p {
		padding: 10px 0;
	}

	.virtuesSinz .topSocialSection ul {
		padding-left: 0;
	}

	.businessLandingPage .mainBanner .content {
		width: 80%;
	}

	.businessLandingPage .gradientRGBA {
		top: 35px;
	}

	.virtuesSinz .shopNowBG p {
		width: 80% !important;
	}

	.SRTLandingPage .servicesBox p {
		height: auto !important;
	}

	#historyRT .onovo-number {
		margin-top: 30px;
		padding-bottom: 0 !important;
	}

	.testimonialsPadding .slick-prev, .testimonialsPadding .slick-next {
		display: none !important;
	}

	.vapeaahLandingPage .topSocialSection label {
		width: 40px;
		height: 40px;
		padding-top: 6px;
	}

	.vapeaahLandingPage .topSocialSection img {
		width: 45% !important;
	}

	.vapeaahLandingPage .shortAbout .position-absolute .bRadius10 {
		padding: 0 !important;
	}

}

@media(max-width:549px) {
	.mobNav .bottomInfo .w-70, .mobNav .bottomInfo .w-30 {
		width: 100% !important;
		text-align: left !important;
		margin-right: auto;
	}

	.mobNav .bottomInfo .headerVapeStation {
		width: 75% !important;
	}

	.mobNav .logo {
		width: 35% !important;
	}

	.home-slider .bannerContent h1 {
		font-size: 40px;
	}

	.home-slider .logoArea {
		height: 45px !important;
	}

	.home-slider .logoArea img {
		width: 100%;
		object-fit: contain;
	}

	.bredcrumb .content {
		bottom: 6%;
	}

	.businessLandingPage .mainBanner .content {
		width: 90%;
	}

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

	.virtuesSinz .whyChoose {
		text-align: center;
	}

	.virtuesSinz .whyChoose .w-80 {
		width: 100%;
	}

	.aboutPage .shortAbout .border-end {
		border-right: inherit !important;
		margin-bottom: 15px;
	}

	.col-sm-center {
		text-align: center;
	}

	#businessBtn {
		height: 35px !important;
		width: 215px !important;
		font-size: 14px !important;
	}

	.testimonialBG p {
		height: auto !important;
	}

	.section-padding-100 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.aboutPage .shortAbout .heading {
		padding-bottom: 0 !important;
		padding-left: 0 !important;
	}

	.contactPage .officeAddress .w-50 {
		width: 100% !important;
	}

	.contactPage .keyPoints .box {
		height: auto !important;
		padding: 20px 0;
	}
}

@media(max-width:449px) {
	.home-slider .bannerContent h1 {
		font-size: 32px;
	}

	.home-slider p {
		font-size: 16px !important;
	}

	.topBar a {
		font-size: 12px !important;
	}

	.addressMap iframe {
		height: 250px !important;
	}

	.section-padding-bottom-100 {
		padding-bottom: 50px !important;
	}

	.businessLandingPage .mainBanner .content {
		padding: 30px 20px !important;
	}

	.virtuesSinz .shopNowBG p {
		width: 100% !important;
	}

	#businessBtn {
		height: 30px !important;
		width: 200px !important;
		font-size: 12px !important;
	}

	.businessLandingPage.rtSales .shortAbout button {
		width: 70% !important;
	}

	.businessLandingPage.rtSales .ourServices .pt {
		padding-top: 0 !important;
	}

	.businessLandingPage.rtSales .ourServices .border-end {
		border: 0 !important;
	}
}
*/