/**
* Template Name: Liveguard
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
margin: 0;
padding: 0;
font-family: "Poppins", sans-serif;
color: #212529;
font-size: 1rem;
}

a {
	color: #000;
	text-decoration: none;
}

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

h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins", sans-serif;
}


/*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 996;
	background: #ef4036;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all 0.4s;
}

.back-to-top i {
	font-size: 24px;
	color: #fff;
	line-height: 0;
}

.back-to-top:hover {
	background: #ff6a40;
	color: #fff;
}

.back-to-top.active {
	visibility: visible;
	opacity: 1;
}

/*--------------------------------------------------------------
  # Preloader
  --------------------------------------------------------------*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #fff;
}

#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #ef4036;
	border-top-color: #ffe9e3;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}

}

@keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}

}

/*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/
@media screen and (max-width:768px) {
	[data-aos-delay] {
		transition-delay: 0 !important;
	}

}

/* 6.1 Header
--------------------------------------------------------------*/

/* Preloader */
.preloader-wrapper {
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999900;
	background: #fff;
}

.preloader-wrapper .preloader {
	margin: 20% auto 0;
	transform: translateZ(0);
}

.preloader:before, .preloader:after {
	content: '';
	position: absolute;
	top: 0;
}

.preloader:before, .preloader:after, .preloader {
	border-radius: 50%;
	width: 2em;
	height: 2em;
	animation: animation 1.2s infinite ease-in-out;
}

.preloader {
	animation-delay: -0.16s;
}

.preloader:before {
	left: -3.5em;
	animation-delay: -0.32s;
}

.preloader:after {
	left: 3.5em;
}

@keyframes animation {
	0%, 80%, 100% {
		box-shadow: 0 2em 0 -1em #333;
	}

	40% {
		box-shadow: 0 2em 0 0 #333;
	}

}

.main-logo img {
	width: auto;
}
.headertop {
	background-color: #e1ecf2;
	color: #314f8f;
	font-weight: 500;
	text-align: center;
	font-size: 0.9rem;
}

/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
#header {
	transition: all 0.5s;
	z-index: 997;
	padding: 0;
	position: fixed;
	width: 100%;
}

#header.header-scrolled, #header.header-inner-pages {
	background-color: rgba(0, 0, 0, 0.9);
	padding: 10px 0;
}

#header .logo {
	font-size: 32px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 2px;
}

#header .logo a {
	color: #fff;
}

#header .logo img {
	max-height: 60px;
}

.header-top ul { margin: 7px 7px 0 0; padding: 0; text-align: right;}
.header-top ul li { list-style: none; display: inline-block;}
.header-top ul li a { color: #fff; padding:2px 5px; font-size: 0.8rem; }
.header-top ul li a:hover {
	color: #ec2028;
}

.header-scrolled .header-top { display: none;}

/*--------------------------------------------------------------
  # Banner Section
  --------------------------------------------------------------*/
.mainBanner .swiper-button-next, .swiper-button-prev {
	color: #2a269f;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 1.2rem;
  color: #fff;
}

.slide-content {
	position: absolute;
	left: 125px;
	z-index: 999999;
	color: #fff;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: start;
	flex-direction: column;
}

.slide-content h2 {
	font-weight: 700;
	font-size: 2rem;
}
.slide-content h2 span {
	font-size: 1.2rem;
	font-weight: 400 !important;
}

.slide-content .enquirynow-btn {
	background-color: #fff;
	color: #000;
	padding: 5px 15px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 50px;
	width: 152px;
}
.slide-content .enquirynow-btn:hover {
	background-color: #ec2028;
	color: #fff;
}

.mySwiper .swiper-slide {
	position: relative;
}

.section-bg {
	background-color: #f0f4f8;
}

section {
	padding: 60px 0;
	overflow: hidden;
}

.section-title {
	padding-bottom: 40px;
}

.section-title h2 {
	font-size: 14px;
	font-weight: 500;
	padding: 0;
	line-height: 1px;
	margin: 0 0 5px 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #5c8eb0;
	font-family: "Poppins", sans-serif;
}

.section-title h2::after {
	content: "";
	width: 120px;
	height: 1px;
	display: inline-block;
	background: #ff8664;
	margin: 4px 10px;
}

.section-title p {
	margin: 0;
	margin: 0;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	color: #263d4d;
}

.section-heading {
	text-align: center;
}

.section-heading span {
	background-color: #e60449;
	border-radius: 5px;
	color: #fff;
	font-weight: 600;
	padding: 5px 10px;
	font-size: 0.9rem;
	margin-bottom: 5px;
	display: inline-block;
	text-transform: uppercase;
}

.sectiontitle {
	color: #000;
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 0;
}

.Innovations-section .sectiontitle {
	color: #fff;
}

.main-banner .swiper img {
	text-align: center;
	margin: 0 auto;
}

.welcome-section {
	position: relative;
	background-color: #FFF;
	position: relative;
	z-index: 1;
	overflow: inherit;
}

.img-icon {
	background-color: #fff;
	width: 100px;
	height: 100px;
}

.img-icon img {
	width: 70px;
}

.destination-cate p {
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 600;
}

.welcome-section h1 {
	font-size: 2.5rem;
	font-weight: 800;
	text-transform: uppercase;
	color: #000;
}
.welcome-section h1 span {
	color: #ec2028;
}
.welcome-section span.shortTitle {
    font-size: 1.2rem;
    color: #868686;
    display: inline-block;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    padding: 7px 20px 7px 30px;
    border-radius: 50px;
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
}
.welcome-section span.shortTitle:before {
    content: '';
    border-radius: 100px;
    background-color: #ec2028;
    position: absolute;
    width: 9px;
    height: 9px;
    left: 14px;
    top: 15px;
}

.welcome-content p {
	font-size: 1.1rem;
	line-height: 28px;
}
.welcome-content p.sub-title {
	font-size: 1.3rem;
}

.inverter-infobg {
    background-image: url(../images/load-calculator-bg.jpg);
    background-position: center center;
    background-size: cover;
	    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
}
.inverter-img {
	position:relative;
	    color: #fff;
    padding: 0px 50px;
    text-align: center;
}

.tourplaces-slider {
	background-color: #f1f5f8;
}

.trend-slider {
	margin-top: 50px;
	position: relative;
}

.tourplaces-thumbnail {
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 40px;
	min-height: 360px;
}
.tourplaces-thumbnail img {
	border-radius: 50px;
}

.tourplaces-thumbnail .ideas-content {
	text-align: center;
}

.testimonial-name {
	font-size: 1.2rem;
}

.designation {
	color: #ec2028;
}


.tourplaces-thumbnail .ideas-content h3 {
	font-size: 1rem;
	font-weight: 800;
	color: #ec2028;
	margin-bottom: 0px;
	text-transform: uppercase;
}

.trending-courses .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
}

.trending-courses .swiper-pagination-bullet-active {
	background: #e60449;
}

.trending-courses .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 0;
}

.placesslider {
	padding-bottom: 30px;
}

.tourphoto {
	position: relative;
	text-align: center;
	top: -22px;
}

.tourphoto h4 {
	position: absolute;
	bottom: 0;
	right: 5px;
	font-size: 0.9rem;
	font-weight: 700;
	color: #fff;
	background-color: #ef3f29;
	padding: 5px 10px;
	border-radius: 5px;
	text-transform: uppercase;
}

.offer-content {
	font-size: 1.7em;
	color: #ec2028;
	margin: 0;
	padding: 0;
	font-weight: 800;
}

.date-time {
	font-size: 0.9rem;
}

.deal-offers {
	position: relative;
}

.offer-thumb {
	overflow: hidden;
}

.offer-thumb .offer-thumbcontent {
	position: absolute;
	bottom: 20px;
	left: 15px;
	color: #fff;
	font-weight: 100;
	line-height: 35px;
}

.offer-thumb a {
	color: #fff;
}

.offer-thumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 30px;
	margin: 10px 0px;
}

.zoom-effect {
	transition: 0.5s all ease-in-out;
	position: relative;
	overflow: hidden;
}

.zoom-effect:hover {
	transform: scale(1.2);
}

.view-detailsbtn {
	border: #fff solid 1px;
	padding: 2px 10px;
	margin-top: 15px;
	display: inline-block;
	font-size: 1rem;
}

.offerDetails {
	position: relative;
	margin-bottom: -105%;
	transition: all 0.5s;
}

.offer-thumb:hover .offerDetails {
	margin-bottom: 0%;
}

.accreditations {
	background-color: #fff;
}

.client-section {
	background-image: url(../images/testimonial-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/*--------------------------------------------------------------
# Popular Categories
--------------------------------------------------------------*/

.viewall-col {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 900 !important;
}

.viewall-col h3 {
	font-size: 2rem !important;
	text-transform: uppercase;
}

.categories-thumbnail {
	position: relative;
}

.category-content {
	position: absolute;
	bottom: 15px;
	left: 15px;
	color: #fff;
}

.category-content h4, .category-content p {
	margin: 0;
	padding: 0;
}

.category-content h4 {
	font-size: 1.2rem;
	font-weight: 600;
}

.popularcate-slider {
	position: relative;
}

.popularcate-slider .swiper-button-next:after, .popularcate-slider .swiper-rtl .swiper-button-prev:after {
	content: 'next';
	font-size: 25px;
}

.popularcate-slider .swiper-button-prev:after, .popularcate-slider .swiper-rtl .swiper-button-next:after {
	content: 'prev';
	font-size: 25px;
}

.popularcate-slider .swiper-button-next, .popularcate-slider .swiper-rtl .swiper-button-prev {
	right: -40px;
	color: #000;
}

.popularcate-slider .swiper-button-prev, .popularcate-slider .swiper-rtl .swiper-button-next {
	left: -40px;
	color: #000;
}

/*--------------------------------------------------------------
# Graduate Programme
--------------------------------------------------------------*/
.post-graduate-cate {
	position: relative;
	padding: 100px 0px;
}

.post-graduate-cate::before {
	content: '';
	background-image: url(../img/post-graduate-programme.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	height: 455px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
}

.programme-col {
	background-color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
}

.programme-content {
	padding: 25px;
}

.programme-row {
	margin-top: 50px;
}

.programme-content h4 {
	color: #000;
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 15px;
}

.programme-content p {
	margin: 0;
	padding: 0;
	font-size: 0.9rem;
}

.programm-img {
	position: relative;
}

.programm-img p {
	position: absolute;
	bottom: 0;
	left: 15px;
	background-color: #fff;
	padding: 5px 10px;
	margin: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/*--------------------------------------------------------------
  # Sections General
  --------------------------------------------------------------*/
section {
	padding: 60px 0;
}

.section-bg {
	background-color: #f0f4f8;
}

.section-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 35px;
}

.section-title span { color: #ec2028; }

.section-title h2 {
	font-size: 14px;
	font-weight: 500;
	padding: 0;
	line-height: 1px;
	margin: 0 0 5px 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #5c8eb0;
	font-family: "Poppins", sans-serif;
}

.section-title h2::after {
	height: 20px;
	width: 120px;
	height: 1px;
	display: inline-block;
	background: #ff8664;
	margin: 4px 10px;
}

.section-title p {
	margin: 0;
	margin: 0;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	color: #263d4d;
}

/*--------------------------------------------------------------
  # Sticky Bar
  --------------------------------------------------------------*/
.stickybar {
	background-color: #f4faff;
	color: #5982a4;
	padding: 10px !important;
	font-size: 1rem;
}

.stickybar span {
	background-color: #52b9e9;
	padding: 5px;
	border-radius: 5px;
	color: #ffff;
	margin: 0 5px;
}

.product-cate-menu {
	margin: 0;
	padding: 0;
}

.product-cate-menu {
	list-style: none;
	margin-bottom: 2px;
}

.product-cate-menu li {
	display: inline-block;
	list-style: none;
	margin: 0px 10px;
}

.product-cate-menu li select {
	border-radius: 50px;
}

.product-cate-menu li a {
	border: #b6b6b6 solid 1px;
	border-radius: 50px;
	font-size: 1rem;
	padding: 8px 20px;
}

.form-select.active {
	background-color: #0014a9;
	color: #fff;
	border: none;
}

.product-details h1 {
	color: #243092;
	font-weight: 400;
	font-size: 2.5rem;
	border-bottom: #e0cba0 solid 1px;
	display: inline-block;
	padding-bottom: 10px;
}

.product-stage {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.product-stage li {
	list-style: none;
	display: inline-block;
	white-space: nowrap;
}

.product-stage li a {
	color: #707070;
	font-weight: 500;
	border: #ccc solid 1px;
	border-radius: 50px;
	padding: 5px 20px;
	margin: 0px 10px;
	font-size: 1rem;
}

.product-stage li a:hover, .product-stage li a.active {
	box-shadow: 0 4px 9px -4px rgba(0, 0, 0, 0.35);
	border: #13af9a solid 1px;
	color: #303c98;
}

.product-stage i a.active {
	color: #303c98;
	border: #13af9a solid 1px;
	box-shadow: 0 4px 9px -4px rgba(0, 0, 0, 0.35);
}

.product-cate-menu li a:hover {
	color: #303c98;
}

.product-icon {
	color: #707070;
	text-align: left;
	line-height: 20px;
	font-size: 1rem;
	margin-bottom: 15px;
}

.product-icon img {
	border: #bf943a solid 2px;
	border-radius: 50px;
	padding: 5px;
	margin-right: 10px;
}

.tab-accordion .accordion-item .accordion-button {
	background-color: #fff !important;
	color: #243092 !important;
	border: #ededed solid 2px;
	border-radius: 50px;
	box-shadow: none;
	margin-bottom: 1rem;
	font-size: 1.1rem;
}

.accordion-flush .accordion-item {
	border: none;
}

.accordion-flush .accordion-item .accordion-body {
	text-align: left;
	font-size: 1rem;
	margin-bottom: 25px;
	padding: 0px 25px;
}

.accordion-flush .accordion-item .accordion-body ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tab-accordion .accordion-button:after {
	background-image: url(../images/arro-icon-top.png);
	background-size: auto;
	top: 5px;
	position: relative;
}

.tab-accordion .accordion-button:not(.collapsed):after {
	background-image: url(../images/arro-icon-top.png);
	background-size: auto;
	transform: rotate(90deg);
}

/*--------------------------------------------------------------
  # Home Page
  --------------------------------------------------------------*/
#bannerbg {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 150px 0px;
}

#bannerbg:after, #bannerbg:before {
	content: ' ';
	position: absolute;
	width: 50%;
	height: 100%;
	z-index: -1;
	top: 0;
}

#bannerbg:after {
	left: 0px;
	background: #fff;
}

#bannerbg:before {
	right: 0px;
	background: #081a7d;
}

.custom-img {
	max-width: 900px;
}


/*--------------------------------------------------------------
  # Protinex Poster
  --------------------------------------------------------------*/
.protiex-poster .pp-para {
	position: absolute;
	top: 0;
	left: 33px;
	font-size: 1.1rem;
	color: #fff;
	margin-top: 155px;
	max-width: 220px;
}

.protiex-poster .pp-para p {
	padding: 0;
	font-size: 1.5rem;
	line-height: 30px;
}

.protiex-poster .explore-btn.btn-outline, .products-details .explore-btn.btn-outline {
	color: #fff;
	border: #fff solid 1px;
}

.protiex-poster .explore-btn.btn-outline:hover {
	background-color: #fff;
	color: #7ca00b;
}

.products-details .explore-btn.btn-outline:hover {
	background-color: #fff;
	color: #02a1db;
}

.explore-btn.btn-solid:hover {
	border: #1a25ab solid 1px;
	background-color: #1a25ab;
}

.products-details .pp-para {
	position: absolute;
	top: 0;
	right: 33px;
	font-size: 1.1rem;
	color: #fff;
	margin-top: 155px;
	max-width: 220px;
}

.products-details .pp-para p {
	padding: 0;
	font-size: 1.5rem;
	line-height: 30px;
}

.products-details:before {
	content: '';
	background-color: #1a25ab;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 550px;
	top: 245px;
	z-index: 0;
}

.product-cate {
	color: #fff;
}

.product-cate h3 {
	font-size: 2.5rem;
	font-weight: 600;
	color: #fff;
}

/*--------------------------------------------------------------
  # Internal Pages
  --------------------------------------------------------------*/
.internal-header {
	background: #f1f1f1;
	box-shadow: inset 0 0 10px #e3e3e3;
	padding: 20px 0px;
}

.internal-header h1 {
	font-size: 1.8rem !important;
	padding-left: 30px;
	color: #243092;
	font-weight: 600 !important;
}

h3.text-center {
	Color: #000;
}

.get-content h2 {
	color: #243092;
	font-size: 2rem;
	margin-bottom: 15px;
}

/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/

.footer-bottom {
	background-image: url(../images/footerbg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 0.9rem;
	padding: 80px 0px;
}

.footer-bottom .footer-title {
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 15px;
	color: #fff;
	text-transform: uppercase;
}

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

.footer-bottom ul li {
	list-style: none;
}

.footer-bottom ul li a {
	color: #fff;
	font-size: 1rem;
	line-height: 35px;
}

.footer-bottom ul li a:hover {
	color: #ec2028;
}

.soclia-media ul li {
	display: inline-block;
	padding: 0px 10px;
}

.footer-bottom address {
	color: #fff;
}

.soclia-media ul {
	float: right;
}

.soclia-media ul li a {
	font-size: 1.2rem;
	background-color: #ec2028;
	padding: 7px 13px;
	border-radius: 100%;
	color: #fff;
}

.soclia-media ul li a:hover {
	color: #000;
}

.joinbtn {
	color: #5982a4;
	font-size: 1.1rem;
	text-decoration: underline;
	margin-left: 15px;
	margin-right: 5px;
}

.footercompany-title {
	font-size: 1.2rem;
    font-weight: 700;
    margin-top: 25px;
}

.social-links a {
    font-size: 18px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.social-links a:hover {
    background: #ec2028;
    color: #fff;
    text-decoration: none;
}

/****** Best Sselling ******/

.best-selling {
  position: relative;
}

.best-selling .container { position: relative;}
.best-selling h2.section-title { color: #000;}

.best-selling .swiper-button-prev, .best-selling .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, -30px);
    right: auto;
}
.best-selling .swiper-button-next, .best-selling .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, -30px);
    left: auto;
}

.our-batteries .container { position: relative;}

.our-batteries .swiper-button-prev, .our-batteries .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, -30px);
    right: auto;
}
.our-batteries .swiper-button-next, .our-batteries .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, -30px);
    left: auto;
}

.our-batteries .swiper-button-next:after, .our-batteries .swiper-button-prev:after {
    font-size: 1.2rem;
    color: #000;
}

.best-selling .pro-box {
  background: #f0f0f0;
  border-radius: 15px;
  position: relative;
}
.best-selling .pro-RangeBox a {
    color: #ffffff;
    text-decoration: none;
    text-align: center;
	background-color:#000;
}
.best-selling .pro-box-content {
	position: absolute;
	bottom:5px;
	color: #fff;
	text-align: center;
}
.best-selling .pro-box-content h2 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #fff;
}

.best-selling .pro-box-content .fa-long-arrow-right {
  color: #ff5f1e;
  font-weight: 600;
}
.best-selling .pro-box-content a.common-btn {
    color: #fff;
	background-color: #ec2028 !important;
}
.best-selling .pro-box-content a.common-btn:hover {
	 color: #000;
	 background-color: #fff !important;
}


.our-Inverter {
	background-image: url(../images/our-inverter-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.pro-RangeBox {
  background-color: #fff;
  border-radius: 10px !important;
  margin: 0;
  bottom: 0;
  position: relative;
  min-height:400px;
}

.our-Inverter .pro-box-content a.common-btn:hover {
	 color: #fff;
	 background-color: #000000 !important;
}

.pro-RangeBox.cate-pro {
  min-height:400px;
}

.pro-RangeBox.cate-pro .pro-box {
	min-height: 320px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.our-Inverter .pro-RangeBox {
	min-height:446px;
}

.pro-RangeBox p {
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
}
.pro-box-content {
	bottom:5px;
	color: #545454;
}
.our-Inverter .section-title {
	color: #fff;
}
.pro-box {
  background: #f0f0f0;
  border-radius: 15px;
  min-height: 200px;
}

.our-Inverter .pro-box {
	min-height:250px;
	display:flex;
	justify-content:center;
	align-items:center;
}

.our-batteries .pro-box {
  background: #fff;
  border-radius: 15px;
}
.pro-RangeBox a {
    color: #ffffff;
    text-decoration: none;
    text-align: center;
	width: 100%;
}

.our-batteries .pro-RangeBox { min-height:415px; }

.our-batteries .pro-box {
	min-height:250px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.our-Inverter .pro-box-content a.common-btn {
    color: #fff;
    position: absolute;
    bottom: 25px;
    left: 15px;
    right: 15px;
    width: auto;
}
.our-batteries .pro-box-content a.common-btn {
    color: #fff;
    position: absolute;
    bottom: 25px;
    left: 15px;
    right: 15px;
    width: auto;
}

.pro-box-content h2 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #000;
}

.pro-box-content .fa-long-arrow-right {
  color: #ff5f1e;
  font-weight: 600;
}

.best-selling .pro-box-content a.common-btn {
    color: #fff;
}

.pro-RangeBox:hover a {
   color: #fff;
}

.our-batteries .pro-box-content a.common-btn:hover {
	 color: #fff;
	 background-color: #000000 !important;
}

.social-media-section {
  background-color: #f2f4f7;
}

.pro-box .zoom-effect {
  transition: 0.5s all ease-in-out;
  position: relative;
}

.pro-box:hover .zoom-effect {
  transform: scale(1.1);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: inherit;
}

.nav-pills .nav-link.facebook-icon {
  background-color: #325193;
}

.nav-pills .nav-link.instagram-icon {
  background-color: #ce0076;
}

.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: .25rem;
  padding: 15px 35px;
  min-height: 67px;
  margin: 0px 3px;
}

.nav.nav-pills {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
/********** Find Dealer *******/
.find-dealer {
	background-image: url(../images/location-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.find-dealer .dealer-section {
	    background-color: #fff;
    border-top: 4px #ec2028 solid;
	 border-bottom: 4px #ec2028 solid;
}
.find-dealer .dealer-section h2 {
	    font-size: 25px;
    font-weight: 600;
}
.find-dealer .btn-primary {
background-color: #ec2028;
    padding: 9px 25px;
    border-radius: 25px;
    border: 1px solid #ec2028;
}
.find-dealer .btn-primary:hover {
	background-color: #000;
	 border: 1px solid #000;

}



/********** Search *******/

#search-section form {
  border: 1px solid black;
  border-radius: 50px;
  background-color: white;
  height: 50px;
  box-shadow: 3px 4px 4px rgba(0, 0, 0, .13);
  padding-left: 15px;
}

.outbox {
  height: 500px;
}

.form-control:active,
.form-control:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

#search-section form .btn-primary {
  margin-right: 8px;
  background-color: #ec2028;
  border-color: #ec2028;
  border-radius: 50px;
  padding: 5px 25px;
}

#search-section form .form-control {
  border-radius: 50px;
}

.subscription-section h2 {
	font-weight: 700;
    font-size: 1.8rem;
}

@media(max-width:767px) {
	.reason_info.one_item ul li {
		display: flex;
		flex-direction: column;
		align-items: end;
		justify-content: end;
	}

	.reason_info {
		display: table;
		margin: 0 auto;
		width: 100%;
	}

	.reason_info ul li:nth-child(1)::before, .reason_info ul li:nth-child(2)::after, .reason_info ul li:nth-child(3)::before, .reason_info ul li:nth-child(4)::after {
		display: none;
	}

	.reason_info ul li p.high1 {
		position: relative;
		left: 0;
		top: 0;
	}

	.reason_info ul li p.high1 {
		position: relative;
		left: 0;
		top: 5px;
	}

	.reason_info ul li p.high1 br {
		display: none;
	}

	.reason_info ul li p.high2 {
		position: relative;
		right: 0;
		top: 5px;
		width: 100%;
	}

	.reason_info ul li p.high2 br {
		display: none;
	}

	.reason_info ul li p.high3 {
		position: relative;
		left: 0;
		top: 0;
		text-align: left;
	}

	.reason_info ul li p.high3 br {
		display: none;
	}

	.reason_info ul li p.high4 {
		position: relative;
		right: 0;
		top: 0;
		width: 100%;
	}

	.reason_info ul li p.high4 br {
		display: none;
	}

	.reason_info ul li img {
		width: 100%;
	}

	.reason_info ul li p {
		line-height: 20px;
	}

	.product_disclaimer {
		display: block;
	}

	.disclaimer_right p {
		text-align: left;
	}
	.welcome-section h1 {
        font-size: 2rem;
	}
.section-title {
	font-size: 30px;
}
.pro-box {
  min-height: 0px;
}
.faq-section .question-call p {
	font-size: 20px;
	    line-height: 25px;
}
section {
    padding: 40px 0;
}

}

.product-information .tab-content > .tab-pane {
	margin: 0 auto;
}

.btn-buy {
	background: #20d5d0;
	color: #fff;
	width: 50%;
	text-align: center;
	padding: 5px;
	font-weight: 700;
}

.btn-faq {
	background: #243092;
	color: #fff;
	width: 50%;
	text-align: center;
	padding: 5px;
	font-weight: 700;
}

.get-content {
	font-size: 1.1rem;
	line-height: 27px;
}

.benifits-section {
	clear: both;
	width: 100%;
	float: left;
	margin: 60px auto 0;
}

.profile-cols {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: -1px;
}

.profile-cols {
	background: #fff;
}

.profile-cols {
	border: 1px solid #e5e5e5;
	padding: 25px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	border-bottom: 1;
	border-right: 1;
	transition: all .3s;
}

.profile-title, .profile-cols h3, .profile-cols h2 {
	margin: 0 auto 10px;
	color: #243092;
	font-weight: 700;
	text-transform: uppercase;
	transition: all .3s;
	font-size: 18px;
	line-height: 1.2;
}

.readbutton {
	background-color: #ec2028;
	color: #fff;
	padding: 8px 46px;
	border-radius: 25px;
	text-transform: uppercase;
	font-weight: 800;
}

.readbutton:hover {
	background-color: #000;
	color: #fff;
}

.icon {
	color: #3aa261;
	font-weight: 600;
	font-size: 20px;
}

.s-icon-text {
	color: #ec2028 !important;
	font-size: 17px !important;
	font-weight: 800;
}

.s-icon-text span {
	color: #ec2028;
	font-size: 22px;
}

.service-section {
	background-color: #f0f4f7;
}

.service-content h3 {
	font-size: 1.2rem;
	font-weight: 700;
}

.service-content {
	min-height: 90px;
}

.Innovations-section {
	background-image: url(../images/innovation-background.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 0.9rem;
	padding: 50px 0px;
}

.client-title {
	background: #ec2028;
	height: 100%;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.8rem;
	font-weight: 500;
}

/*--------------------------------------------------------------
# Popular Categories
--------------------------------------------------------------*/
.categories-thumbnail {
	position: relative;
}

.category-content {
	position: absolute;
	bottom: 15px;
	left: 15px;
	color: #fff;
}

.category-content h3, .category-content p {
	margin: 0;
	padding: 0;
}

.category-content h3 {
	font-size: 1.5rem;
	font-weight: 600;
}

.inner-banner {
    background: #000 url(../images/internal-banner.jpg) center top no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 190px;
    padding-bottom: 100px;
}

.inner-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .60;
}
.inner-banner .container .breadcrumb {
    background-color: transparent;
    border-radius: 0;
    text-align: center;
    display: block;
    margin-bottom: 10px;
	position:relative;
}
.inner-banner .container .breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.inner-banner .container .breadcrumb li a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}
.inner-banner .container h1 {
    font-size: 40px;
    color: #FFFFFF;
    font-weight: 700;
	position:relative;
	top:40px
}
.inner-banner .container h2 {
    color: #fff;
    z-index: 999;
    position: relative;
    top: 45px;
    font-size: 1.4rem;
    text-transform: capitalize;
}

.internal-content h2 {
	font-weight:700;
	font-size:2rem;
}

.contact .info-box {
    color: #444444;
    text-align: center;
    padding: 20px 0 30px 0;
    background-color: #fff;
}
.contact .info-box i {
    font-size: 35px;
    color: #ec2028;
    border-radius: 50%;
    padding: 8px;
}
.contactform {
    background-color: #fff;
}

.contactform .form-control { min-height:50px; border-radius:0px; }

.contactform h2 {
    font-size: 1.7rem;
    text-transform: uppercase;
    font-weight: 600;
}

 .contactform .btn-primary {
    border: none;
    background: #000;
    text-transform: uppercase;
    border-radius: 0;
    padding: 8px 30px;
}
.contactform .btn-primary:hover {    
    background: #ec2028;
 }
 
 .main-category { overflow: inherit !important; }
 
 .main-category .punchline-section {
	position: relative;
    z-index: 999;
    overflow: auto;
    top: -50px;
    background: #fff;
 }
 
 .main-category .punchline-section h2.maincate-title {
	font-weight: 700;
    text-transform: uppercase;
    font-size: 2.2rem;
 }
 
  .main-category .punchline-section h2.maincate-title span {
	  Color:#ec2028;
  }
  
  .main-category .punchline-section p {
	  line-height:28px;
  }
  
  .product-details-category .pro-RangeBox .pro-box {
	  min-height:inherit;
  }
  
  .product-details-category .pro-RangeBox { min-height:inherit; }
  
  .product-details-category h3 {
	font-weight: 700;
    text-transform: uppercase;
    font-size: 2.2rem;
  }
  
   .product-details-category .pro-box-content h2 {
	   font-size:1.5rem;
   }
   
    .product-details-category .pro-box-content p {
		font-size:1rem;
	}
	
	.mainproduct-content { background:#000; Color:#fff; }
	.mainproduct-content ul { margin:0; padding:0; }
	.mainproduct-content ul li {     
	display: inline-block;
    list-style: none;
    width: 48%;
    margin-bottom: 15px;
	}
	
.productthumbnail {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.main-category-page .common-btn:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
}

.main-category-page.inner-banner {
	min-height:600px;
}

.product-details-category h3 span {
	color:#ec2028;
}

/*--------------------------------------------------------------
  Services-Page
  --------------------------------------------------------------*/	

  .servicesinner-banner {
	background: url(../images/services-banner.jpg) center top no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 190px;
    padding-bottom: 100px;
  }
  .servicesinner-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #001328;
    opacity: .92;
}
.servicesinner-banner .container .breadcrumb {
    background-color: transparent;
    border-radius: 0;
    text-align: center;
    display: block;
    margin-bottom: 10px;
	position:relative;
}
.servicesinner-banner .container .breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.servicesinner-banner .container .breadcrumb li a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}
.servicesinner-banner .container h1 {
    font-size: 60px;
    color: #FFFFFF;
    font-weight: 700;
	position:relative;
} 
.services-content {
	font-size: 32px;
    font-weight: 300;
    color: #0f0f0f;
    margin-bottom: 20px;
}
.consulting-services {
	background-color: #029fdd;
	margin-top: 50px;
}
.consulting-services h2 {
	text-align: center;
    color: #fff;
    text-transform: uppercase;
	margin-bottom: 50px;
}
.consulting-services h2 span {
	text-transform: capitalize;
	font-weight: 400;
}
.consulting-sec {
    background-color: #fff;
    border-top: 5px solid #fdd324;
    padding: 25px;
	margin-bottom: 25px;
	min-height: 350px;
}
.consulting-sec h3 {
	color: #0f0f0f;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.selerforce-products-sec {
	background-color: #f9f9f9;
}
.selerforce-products-sec h2 {
	text-align: center;
}
.selerforce-products-sec .subtitle {
	text-align: center;
	margin-bottom: 50px;
}
.selerforce-products-sec .products-title {
	margin-bottom: 40px;
}
.selerforce-products-sec h4 {
	z-index: 9;
	margin-top: -45px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    padding-left: 25px;
}

.advantage-sec {
		background-image: url(../images/advantage-bg.jpg);
		text-align: center;
		color: #fff;
		margin-bottom: 0px;
}
.advantage-sec p {
	font-size: 18px;
    margin-top: 30px;
    color: #e9e8e8;
}
.advantage-sec .phone-no {
	font-size: 21px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 50px 0 40px;
}
	
.advantage-sec .contact {
    background: #e95229;
    color: #fff;
    padding: 10px 45px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
}

.copyright {
	background-color: #ec2028;
	color: #fff;
}


.content-brief {
    background-color: #fff;
    padding: 0;
}

.content-leftText {
    padding: 50px 0px;
}

.contentTitle {
    font-size: 1.1rem;
    line-height: 26px;
}

.request-information {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.request-infobg {
    background-image: url(../images/powerful-battery.jpg);
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 100%;
    margin-left: 0;
}

.request-content {
    color: #fff;
    padding: 0px 50px;
    position: relative;
}

.request-content h2 {
    color: #fff;
    position: relative;
    margin-bottom: 10px;
    font-weight: 600;
}

.request-content p {
    color: #d7d7d7;
    font-size: 1rem;
    font-weight: 300;
}
.common-btn {
background-color: #ec2028;
    padding: 7px 23px;
    color: #fff;
    border-radius: 25px;
}


/*** accordion item start ***/

.faq-section {

background-image: url(../images/question-section-bg.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
}
.accordion-body {
      font-size: 0.9rem;
          color: #706f6f;
}
.faq-section  .question-section {
position: relative;
background-color: #fff;
}
.faq-section  .question-section .question-details {
z-index: 9;
position: relative;
}
.faq-section .question-call {
     display: flex;
}

.faq-section .question-section:before {
    content: url(../images/question-mark.png);
    position: absolute;
    bottom: 0;
    right: 7px;
}
.faq-section .question-call img {
border-radius: 50%;
    margin-right: 20px;
    height: 15%;
    width: 17%;
}
.faq-section .question-call p {
	font-size: 23px;
    font-weight: 600;
    line-height: 30px;
}
.faq-section .question-call p span {
 color: #ec2028;
    font-weight: 600;
    text-transform: uppercase;
	font-size:18px;
}
.faq-section .question-details .mail a {
	color: #ec2028;
}
.faq-section .question-details .call-back {
color: #959ba6;
    text-transform: uppercase;
    font-weight: 600;
}
.faq-section .time {
line-height: 35px;
}
.col-0 {
	margin: 0;
	padding: 0;
}

--------------------

.inverter-batteries {
    background-color: #fff;
    padding: 0;
}

.content-leftText {
    padding: 50px 0px;
}

.contentTitle {
    font-size: 1.1rem;
    line-height: 26px;
}

.batteries-information {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.batteries-information:before {
    content: url(../images/battery-icon.png);
    position: absolute;
        top: 30px;
    left: 50px;
    z-index: 1;
}

.batteries-infobg {
    background-image: url(../images/charge-bg.jpg);
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 97%;
    margin-left: 0;
}

.batteries-content {
    color: #fff;
    position: relative;
	margin-top: 120px;
}

.batteries-content h2 {
    color: #fff;
    position: relative;
    margin-bottom: 10px;
    font-weight: 600;
	font-size: 23px;
}
.batteries-content h2 span {
    color: #ec2028;
}

.batteries-content p {
    color: #d7d7d7;
    font-size: 1rem;
    font-weight: 300;
}
.common-btn {
background-color: #ec2028;
    padding: 7px 35px;
    color: #fff;
    border-radius: 25px;
}
.col-0 {
	margin: 0;
	padding: 0;
}
.innerpage h3 {
line-height: 35px;
font-size: 25px;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #000;
}
.innerpage h3 span {
	color: #ec2028;
	font-size: 20px;
}
.meet-leader .pro-RangeBox p {
    font-size: 1rem;
}
.meet-leader .pro-RangeBox {
    min-height: 663px;
}
.empowered {
	padding: 0;
}
.empowered .content-rightText .section-title {
	font-size: 32px;
}
.empowered .content-rightText ul {
	margin: 0;
	padding: 0;
}
.empowered .content-rightText ul li {
	display: inline-block;
    padding: 10px 20px;
}

.inverter-bg {
	background: url(../images/invertuffull-bg.png);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    border-radius: 10px;
	position: relative;
    overflow: hidden;
	display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.inverter-bg:hover:before {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .8);
	z-index:1; 
}

.invert-content {  
opacity: 0;
transform: translateY(100%);
transition: opacity 0.4s ease, transform 0.4s ease;
}

.inverter-bg:hover .invert-content {
	position: absolute;
	width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
	opacity: 1;
	font-size: 1.1rem;
	z-index: 2;
	 transform: translateY(0);
}

.inverter-bg img {
	position: absolute;
}


.stellarnav.desktop li.mega .has-sub a {
    font-weight: 400;
    text-transform: capitalize !important;
	white-space: nowrap;
}

.stellarnav.desktop > ul > li.mega > ul > li > a, .stellarnav.desktop > ul > li.has-sub > ul > li > a {
    color: #000;
    font-size: 1rem;
	white-space: normal;
	line-height: 30px;
}
.stellarnav.desktop > ul > li.mega > ul > li > a, .stellarnav.desktop > ul > li.has-sub > ul > li > a:hover {
    color: #ec2028;
}

.stellarnav.desktop li.mega li li a, .stellarnav.desktop li.has-sub li li a  {
    padding:0;
    white-space: normal !important;
	font-size: 0.9rem;
	Color:#000;
}

.stellarnav.desktop > ul > li.mega > ul, .stellarnav.desktop > ul > li.has-sub > ul {
    border-bottom: #ec2028 solid 5px;
    padding: 15px;
	border-radius:10px; 
}

.stellarnav {
    z-index: 9 !important;
}

.stellarnav.desktop li.mega .has-sub a.dropdown-title { text-transform: uppercase !important; }

.stellarnav.light li a {
    color: #ffffff;
    font-size: 1rem;
}

.stellarnav > ul > li > a {
    padding: 10px 14px;
}

.stellarnav li.has-sub > a:after { display: none !important;}

.stellarnav.desktop > ul > li.mega > ul > li > a {
    color: #000;
}

.stellarnav .mega ul li a { color: #000; }

.stellarnav .fa-angle-down {
    position: absolute !important;
    right: -6px !important;
}
.stellarnav.desktop li.mega li li { line-height:25px; }
.stellarnav li a { padding:0; }

.stellarnav.light .menu-toggle span.bars span {
    background: #ffffff;
}

.stellarnav.light a.menu-toggle { Color:#fff; float:right; }

.stellarnav.mobile > ul > li > a {
    padding: 8px 10px 10px 10px;
}

.stellarnav .dd-toggle { top: -5px; }

@media(max-width:767px){
	.stellarnav.light li a .dropdown-title {
	 color: #000000; 
	 font-size: 1rem; 
	 padding: 5px 10px !important;
	}
	.contact-details {
		    left: 0 !important;
	}
	.stellarnav.light li a {
		color: #000;
		padding: 7px 10px;
	}
}



/*-----------------contact-page-start--------------------------------*/

.contact-details {
	background-color: #ec2028;
    color: #fff;
    position: relative;
    left: -100px;
}
.contact-details h2 {
	font-size: 26px;
    text-transform: uppercase;
}
.contact-details .address {
    font-size: 18px;
    display: flex;
}
.contact-details p {
	font-size: 15px;
}
.contact-details p a {
	    color: #fff !important;
    font-size: 18px;
}
.contact-details p a:hover {
	text-decoration: underline;
}
.contact-details p .fa {
    margin-top: 4px;
    margin-right: 15px;
    font-size: 22px;
}
.contact-details .social-links a {
background: #000;
}
.contact-details .social-links a:hover {
background: #fff;
color:#000
}

.smarter-power {
    background: #fceee5;
    text-align: center;
}

.power-list-col:hover {
    background-color: #000;
    color: #fff;
}
.power-list-col {
    background-color: #fff;
    min-height: 480px;
}

.power-icon {
    background-color: #e92027;
    border-radius: 100px;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    padding: 15px;
}
.powerlist-content h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
}

/*-----------------contact-page-end--------------------------------*/


.dealerlocator-link {
	background: #eb2127 !important;
    color: #fff !important;
    padding: 5px 20px !important;
    border-radius: 50px !important;
}

.dealerlocator-link .fa-long-arrow-right {
	Color:#fff !important;
}

/*-----------------------------------------*/

.project-tab #nav-tab {
    color: #fff !important;
    padding: 0px !important;
	text-align: left !important;
	font-weight: 600;
	font-size: 20px;
}

.product-details-category .swiper-pagination-bullet-active {
    background: #ec2028;
	border-radius: 10px !important;
}

.product-details-category .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 16px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 16px));
}

/*--------------------------------------blog-page--------------------------------*/


.blog h2 {
	font-size: 1.4rem !important;
        line-height: 30px;
}
.blog .common-btn {
	width: 40% !important;
}
.blog .common-btn:hover {
    background-color: #000;
	color: #fff;
}
.blog-details h1 {
	font-size: 1.8rem !important;
	font-weight: 600;
	color: #000;
}
.blog-details h2 {
	margin-top: 13px;	
	font-size: 1.4rem;
    line-height: 30px;

}
.blog-details h3 {
	font-size: 1.2rem;
    margin-top: 20px;
    font-weight: 600;
    color: #333333;
}
.blog-details {
	color: #232323;
}
.blog-details p {
	font-size: 1rem;
	padding: 7px 0;
}
.blog-details ul li {
	margin-top: 10px;
}
.blog-details div:empty { display:none;}

.blog-details b span { color:#000 !important}

.punchline-section p:first-child {
 font-weight:600; font-size:1.2rem;
}