.mySwiper{
	position: relative;
}

.mySwiper:before{
	content: '';
	position: absolute;
	width: 2px;
	height: 80%;
	background:rgb(255 255 255 / 20%);
	left: 50%;
	top: 60px;
	z-index: 9;

}
.slider-bg{
    height: 100vh;
	width: 100%;
	padding:0px;
	color: #fff;
	object-fit: cover;
}

.lets-talk {

	    font-size: 15px;
    line-height: 20px;
    padding: 18px 50px;
    font-weight: 600;
    overflow: hidden;
    z-index: 0;
    color: #000;
    background: #fff;
    border-radius: 35px;
    z-index: 9;
    position: absolute;
    bottom: 8px;
    left: 44%;
} 

.content{
	height: 450px;
	width: 450px;
	padding: 40px;
	/* border-radius: 100%; */
	/* background: #00000029; */
	display: flex;
	align-items: center;
	text-align: center;
}

.slider-bg img{
	height: 420px;
	display: block;
	margin: 0px auto;
}

.slider-bg .swiper-slide-active .inner-swiper-slider{

	    height: 450px !important;
    /* padding: 97px 30px; */
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.slider-bg .swiper-slide-active .inner-swiper-slider h4 {

	font-size: 27px !important; 
}

.slider-bg .swiper-slide-active .inner-swiper-slider ul li {

	font-size: 16px;
}

.swiper-slide-active {
    margin-top: -30px;
}

.swiper-slide-active .content h3,
.swiper-slide-active .fadeImg,
.swiper-slide-active  .brand-cont{
	animation: fadeInRight 3.5s ease-in-out;
}

.swiper-slide-active .content p,.swiper-slide-active .left-cnt img{
	animation: fadeInLeft 3.5s ease-in-out;
}

.swiper-slide-active .content p,.swiper-slide-active .brand-name{
	animation: fadeInLeft 3.5s ease-in-out;
}

.swiper-slide-active .content p,.swiper-slide-active .points-img{
	animation: fadeInLeft 3.5s ease-in-out;
}
.swiper-slide .left-cnt img{
	width: 60px;
	height: 60px;
}

@keyframes fadeInRight {
  from {
	opacity: 0;
	transform: translateX(100px);

  }
  to {
	opacity: 1;
  }
}

@keyframes fadeInLeft {
  from {
	opacity: 0;
	transform: translateX(-100px);
  }
  to {
	opacity: 1;
  }
}

.swiper-button-next,
.swiper-button-prev{
	width: 45px !important;
	height: 45px !important;
	background: #fff;
	border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after{
	font-size: 20px !important;
	color: #000;
}

/*.swiper-button-next{
	bottom: 40px;
	top: inherit !important;
	right: 26% !important;
}*/

/*.swiper-button-prev{
	bottom: 40px;
	top: inherit !important;
	left: 65% !important;
}
*/
.slider-bg p {
    color: #ffffff;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}
.slider-bg h3{
	color: #ffffff;
	padding-top: 20px;
	font-size: 28px;
}

@media only screen and (max-width:768px){
	.mySwiper:before{
		display: none;
	}


	.slider-bg p{
		font-size: 16px;
		padding-bottom: 30px;
	}
	.slider-bg h3{
		font-size: 28px;
	}
	
	.swiper-slide .left-cnt img{
		width: 60px;
		height: 60px;
		
	}
	.content{
	display: block;
	height: auto;
	padding: 20px;
	width: 100%;
	}

.swiper-button-prev{
	left:20% !important;
	

}

.swiper-button-next{
	right: 20% !important;
}

.slider-bg{
    height: 80%;
	width: 100%;
	padding:79px 0 0 0 !important ;
}

.slider-bg .swiper {

	padding-top: 0px;
	padding-bottom: 0px;
}

.slider-bg .swiper-slide-active .inner-swiper-slider {

	height: 370px !important;
}


.slider-bg .swiper-slide {

	height: 520px !important;
}

.lets-talk {

	        left: 25%;
        bottom: 27px;
}
.inner-swiper-slider {

	padding: 3px 10px;
}
.swiper-slide .fadeImg{
	display: none;
}



}

@media only screen and (max-width:480px){
	
	.swiper-button-next, .swiper-button-prev{
		display: none !important;
	}
}

.mobile span{
color: #fff;
}

.brand-img{
	padding:0px 20px;
}

.sub-points li{
	position: relative;
	padding-left: 35px;
}
.sub-points li::before{
	position: absolute;
	content: url('../images/checklist.png');
	top: 3px;
	left: 0;
	width: 100%;
	height: 100%;
}
.points-img{
	padding-left: 20px
}

.contents{
	margin: 100px 0px;
}

 
.special-img img {
    position: absolute;
    bottom: 50px;
    left: 10px;
    height: 180px;
}

.special-img1 img {
    position: absolute;
    top: 150px;
    right: 50px;
    height: 120px;
}

.special-img1 img {
	animation: float 3s infinite ease-in-out;
  }
  
  @keyframes float {
	0% { transform: translateY(0px); }
	50% { transform: translateY(-10px); }
	100% { transform: translateY(0px); }
  }

  .special-img img {
	animation: float 3s infinite ease-in-out;
  }
  
  @keyframes float {
	0% { transform: translateY(0px); }
	50% { transform: translateY(-30px); }
	100% { transform: translateY(0px); }
  }