/*
[Master Stylesheet] 
Project:Artistly Video Express HTML
-------------------------------------------------------------------*/
/********************************************************
1. body start
 *******************************************************/
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;	  	
	-webkit-font-smoothing: antialiased;
    overflow-x:hidden;    
    font-family: "League Spartan", sans-serif;           
}
html {
  scroll-behavior: smooth;
}
*,*:before,*:after{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a, a:hover, a:focus{	
	text-transform: capitalize;
	text-decoration: none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
h1, h2, h3, h4, h5, h6{	
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	margin:0;
	padding:0;	
	word-break: break-word;       
    font-family: "K2D", sans-serif; 
}
img, video {
	max-width: 100%;
}
input, textarea, select, button, label, svg, svg path, svg rect, svg polygon, img, a, :after, :before, :hover, :focus, .form-control:focus{
	outline: none !important;
	box-shadow:none;
}
ul{
	padding:0;
	margin:0;
	list-style-type: none;
}
p {
  margin: 0px;
  word-break: break-word;  
}
/* Scroll */
::-webkit-scrollbar {
    width: 5px;
} 
::-webkit-scrollbar-track {
    background-color: #fff;
    -webkit-border-radius: 10px;    
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: 100px;
    background-image: linear-gradient(90deg, rgba(75,85,213,0.9999999999999999) 0%, rgba(235,101,247,0.996078431372549) 100%);
}
/* Scroll */
/* Bottom To Top CSS Start */
.ve_top_icon a {
    display: flex;
    background-image: linear-gradient(90deg, rgba(75,85,213,0.9999999999999999) 0%, rgba(235,101,247,0.996078431372549) 100%);
    filter: drop-shadow(-13.753px 9.992px 15px rgba(152,75,239,0.3));
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    animation: 4s installation infinite alternate;
}
@keyframes installation {
    0% {
        transform: translateY(0px);        
    }
    50% {
        transform: translateY(-20px);        
    }
}
.ve_top_icon a svg {
    fill: #fff;
    transform: rotate(270deg);
}
.ve_top_icon a.show {
    opacity: 1;
    visibility: visible;
}
/* Bottom To Top CSS End */

/* Margin CSS*/
.marginAuto{
    margin: 0 auto;
}
.marginLeftAuto{
    margin-left: auto;
}
.marginRightAuto{
    margin-right: auto;
}

/* Font Size*/
.fs18{
    font-size: 18px;
}
.fs17{
    font-size: 17px;
}
.fs20{
    font-size: 20px;
}
.fs22{
    font-size: 22px;
}
.fs24{
    font-size: 24px;
}
.fs25{
    font-size: 25px;
}
.fs28{
    font-size: 28px;
}
.fs30{
    font-size: 30px;
}
.fs32{
    font-size: 32px;
}
.fs36{
    font-size: 36px;
}
.fs38{
    font-size: 38px;
}
.fs40{
    font-size: 40px;
}
.fs50{
    font-size: 50px;
}
.fs55{
    font-size: 55px;
}

/* Font Weight*/
.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}
.fw600{
    font-weight: 600;
}
.fw700{
    font-weight: 700;
}
.fw800{
    font-weight: 800;
}
.fw900{
    font-weight: 900;
}
.relative{
    position: relative;
}
.zindex1{
    z-index: 1;
}
.marginAuto{
    margin: auto;
}
/* Button CSS End */
.ve_btn{
    background-image: url(../images/btn-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 50px;
    max-width: 652px;
    width: 100%;
    height:93px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;    
    font-size: 34px;
    font-weight: 700;
    color: #ffffff;    
    transition: all 0.3s;
    animation: shadow-pulse-2 2s infinite;
}
@keyframes shadow-pulse-2 {
    0% {        
        box-shadow: 0 0 0 0 rgba(248, 64, 2, 0.5);        
    }
    100% {
        box-shadow: 0 0 0 30px rgb(255 255 0 / 0%);        
    }
}
/* Botton CSS End */
.white{
    color: #fff;
}
.black{
    color: #222222;
}
/* Gredient Heading */
.ve_grdnt_heading{
    font-size: 36px;
    font-weight: 700;
    background-image: linear-gradient(to right, rgb(248, 64, 2) 10%, #faaa1b 80%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    text-transform: capitalize;
    font-family: "League Spartan";
    text-align: center;
} 
/* Gredient Heading */

/* Heading */
.ve_heading {
    background-image: url(../images/video-magic-head-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    max-width: 985px;
    width: 100%;
    height: 210px;
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
}
/* Heading */

/* Down Arow */
.ve_arrow_down > img{
    filter: drop-shadow(-13.753px 9.992px 15px rgba(152,75,239,0.3));
    border-radius: 50%;
    animation: shadow-pulse 2s infinite;
}
@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(235,101,247,1)
    }
    100% {
        box-shadow: 0 0 0 30px rgb(255 255 0 / 0%);        
    }
}
.ve_arrow_green > img{
    box-shadow: 0px 17px 30px 0px rgba(80, 194, 58, 0.3);
    animation: shadow-pulse-3 2s infinite;
}
@keyframes shadow-pulse-3 {
    0% {
        box-shadow: 0 0 0 0 rgba(30,217,79,0.5)
    }
    100% {
        box-shadow: 0 0 0 30px rgb(255 255 0 / 0%);        
    }
}
/* Down Arow */

/* Top Bar CSS Start */
.ve_top_bar{
    background-color: #4c099f;
}
.ve_top_bar p {
    text-transform: capitalize;
    color: #f6ff0d;
    text-align: center;
    padding: 11px 0 9px 0;
}
/* Top Bar CSS End */
/* Badge css start */
.ve-banner-badge {
    max-width: 500px;
    width: 100%;
    margin: auto;
    padding: 30px 0 0px 0;
    position: relative;
    z-index: 1;
}
.ve-badge-box {
    background: #17213c;
    /* background: linear-gradient(184deg, rgba(19,9,25,0.99) 0%, rgba(54,23,79,0.99) 100%); */
    border-radius: 10px;
    padding: 0 15px;
    min-height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ve-banner-badge-dark-bg .ve-badge-box {
    background: #292130; 
}
.ve-badge-box3{
    padding: 0 5px;
}
.ve-badge-box4{
    padding: 0;
}
.ve-banner-badge a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
.ve-banner-badge a img {
    width: 150px;
    height: auto;
    object-fit: contain;
}
/* Badge css end */
/* Banner CSS Start */
.ve_banner_wrapper {
    background-image: url(../images/banner-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 90px;
}
.ve_top_banner_wrapper{
    background-image: url(../images/banner-top-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 80px;
}
.ve_banner_wrapper .container {
    max-width: 1630px;
}
.ve_banner_bottm {
    margin-top: -80px; 
}
.ve_logo {
    padding: 20px 0 30px 0;
}
.ve_banner_top_heading {
    display: inline-block;    
    background-image: linear-gradient( -94deg, rgb(14,169,216) 0%, rgb(6,69,162) 100%);
    border-radius: 50px;
    padding: 13px 30px 11px 60px;
}
.ve_banner_top_heading h4{
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    font-family: "League Spartan", sans-serif;
}
.ve_banner_top_heading h4 span{
    position: relative;
}
.ve_banner_top_heading h4 span:before{
    content: '';
    width: 100%;
    height: 2px;
    background-color: rgba(255,255,255,0.4);
    position: absolute;
    left: 0;
    bottom: 0;
}
.ve_banner_top_heading > img {
    position: absolute;
    top: -39px;
    left: -15px;
}
.ve_banner_main_heading h1 {
    background-image: url(../images/banner-head-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    max-width: 1193px;
    height: 249px;
    font-size: 60px;
    font-weight: 800;
    line-height: 1.4;
    color: #151f38;
    text-transform: capitalize;
    padding-top: 25px;
    margin: -37px auto 0 auto;
}
.ve_banner_main_heading h1 span {
    background-image: linear-gradient( -159deg, rgb(106,20,209) 0%, rgb(200,32,144) 100%);    
    border-radius: 10px;
    padding: 0px 15px 5px 15px;    
    display: inline-block;
    color: #fffc00;
    line-height: normal;
}

/* Banner Video Section */
.ve_banner_video_section {
    display: flex;
    align-items: center;    
    position: relative;
}
.ve_top_banner_wrapper .container {
    max-width: 1800px;
}
.ve_banner_video_left {
    max-width: 350px;
    height: 600px;
    width: 100%;
    position: relative;    
}
.ve_banner_video_left ul li {
    min-width: 170px;
    min-height: 198px;    
    background-color: #ffffff;
    box-shadow: 0px 0px 40px 0px rgba(64, 25, 154, 0.1);
    border:1px solid #f1eff5;
    border-radius: 14px;
    padding: 10px 25px;    
    margin-bottom: 50px;   
    position: absolute;         
}
@keyframes floating {
    from {
        -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -moz-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -o-transform: rotate(0deg) translate(-10px) rotate(0deg);
        transform: rotate(0deg) translate(-10px) rotate(0deg);            
    }
    to {
        -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        transform: rotate(360deg) translate(-10px) rotate(-360deg);            
    }
}
@keyframes rotate2 {
	0% {
		transform: rotate(-8deg);
	}
	50% {
		transform: rotate(8deg);
	}			
	75% {
		transform: rotate(0deg);
	}	
	100% {
		transform: rotate(-8deg);
	}	
}
@keyframes leftright {
    0% {
        transform: translateX(0px);        
    }
    50% {
        transform: translateX(-20px);        
    }
}
.ve_banner_video_left ul li.ve_banner_box_1 {    
    top: -170px;
    left: 0px;
    animation: 5s floating linear infinite;
}
.ve_banner_video_left ul li.ve_banner_box_2 {
    top: 15%;
    right: 0;
    animation: 7s installation infinite alternate;
}
.ve_banner_video_left ul li.ve_banner_box_3 {
    top: 30%;
    left: -50px;
    animation: 4s installation infinite alternate;
}
.ve_banner_video_left ul li.ve_banner_box_4 {
    bottom: 0;
    right: -40px;
    animation: 4s leftright infinite alternate;
}
.ve_banner_video_left ul li.ve_banner_box_5 {
    bottom: -100px;
    left: -10px;
    animation: 5s floating linear infinite;
}
.ve_banner_video_left ul li.ve_banner_box_6{    
    top: -170px;
    right: 0px;
    animation: 5s floating linear infinite;
}
.ve_banner_video_left ul li.ve_banner_box_7 {    
    top: 15%;
    left: 0px;
    animation: 7s installation infinite alternate;
} 
.ve_banner_video_left ul li.ve_banner_box_8 {    
    top: 30%;
    right: -50px;
    animation: 5s installation infinite alternate;
}
.ve_banner_video_left ul li.ve_banner_box_9 {
    bottom: 0;
    left: -40px;
    animation: 5s floating linear infinite;
}
.ve_banner_video_left ul li.ve_banner_box_10 {    
    bottom :-100px;
    right: -10px;
    animation: 4s leftright infinite alternate;
}
.ve_banner_video_left ul li p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-size: 22px;
    font-weight: 700;
    color: #2d2d4a;
    text-transform: capitalize;
    position: relative;
    text-align: center;
    padding-top: 15px;
}
.ve_banner_video_left ul li p span{
    display: block;    
}
.ve_banner_video_center{
    background-image: linear-gradient(184deg, #00bff9 0%, #015ee9 100%);    
    padding: 5px;
    max-width: 810px;
    height: 461px;
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 1;
}
.ve_bannerVideoShape1{
    position: absolute;
    top: -20px;
    left: -20px;
}
.ve_bannerVideoShape2{
    position: absolute;
    top: -20px;
    right: -20px;
}
.ve_bannerVideoShape3{
    position: absolute;
    bottom: -20px;
    left: -20px;
}
.ve_bannerVideoShape4{
    position: absolute;
    bottom: -20px;
    right: -20px;
}
.ve_banner_video_center > .ve_video > .ve_banner_video{
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;    
}
.ve_banner_video_center > .ve_video > .ve_banner_video iframe {
    height: 455px;    
    padding: 5px;
}
/* Banner Video Section */
.ve_banner_wrapper .ve_arrow_down {
    margin: 0px 0 40px 0;
}
.ve_banner_feature_section ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.ve_banner_feature_section ul li{
    min-width: 150px;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    border-radius: 60px;
    background-color: #fff9ea;    
    padding: 20px 50px 20px 20px;
    font-size: 26px;
    color: #222222;
    font-weight: 600;
    text-transform: capitalize;    
}
.ve_banner_feature_section ul li.commercial{
    background-color: #eaf9f7;
}
.ve_banner_feature_section ul li.monthly{
    background-color: #f7f0ff;
}
.ve_banner_feature_section ul li span{    
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background-color: #feb502;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ve_banner_feature_section ul li.commercial span{
    background-color: #47d9b0;
}
.ve_banner_feature_section ul li.monthly span{
    background-color: #a95dff;
}
/* Payment Section */
.ve_pymnt_section_main{
    padding-top: 40px;
}
.ve_pymnt_section_main h2 {
    font-size: 55px;
    color: #271e42;
    font-weight: 800;    
    max-width: 1000px;
    text-align: center;
    margin: auto;
}
.ve_pymnt_section_main h2 span{
    color: #a95dff;
}
.ve_pymnt_inner {
    padding-top: 15px;
    position: relative;
    z-index: 1;
}
.ve_pymnt_inner > img{
    display: block;
    margin: 0 auto;
}
.ve_pymnt_inner p{
    font-size: 17px;
    font-weight: 500;
    color: #271e42;
    padding: 15px;
}
.ve_pymnt_inner > img:nth-child(3){
    filter: drop-shadow(0 0 15px rgba(88,86,168,0.2));
}
/* Payment Section */
/* Banner CSS End */

/* Magic Video Slider CSS Start */
.ve_magic_slider_wrapper {
    background-image: url(../images/video-magic-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 55px 0 90px 0;
    margin-top: -200px;
}
.ve_magic_slider_wrapper .ve_magic_slider_heading {
    margin-top: 40px;
}
.ve_magic_slider_wrapper .ve_arrow_down {
    margin-top: 100px;
}
.ve_magic_slider_parent {
    position: relative;
    overflow: hidden;    
    padding: 23px 0 65px 0;
    z-index: 1;
}
.ve_magic_slider_video video{
    min-height: 263px;
    height:100%;
    width: 100%;
    background-image: linear-gradient(90deg, rgba(247,54,0,0.9999999999999999) 0%, rgba(249,203,34,0.996078431372549) 100%);
    border-radius: 10px;
    aspect-ratio: 16.1/9;
    padding: 3px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}
.ve_slider_btn .swiper-button-next, .ve_slider_btn .swiper-button-prev{
    width: 50px;
    height: 50px;
}
.ve_magic_slider_parent:before {
    content: '';
    width: 53px;
    height: 485px;
    background-image: linear-gradient(90deg, rgba(17,5,33,0.9999999999999999) 0%, rgba(17,5,33,0.9999999999999999) 16%, rgba(17,5,33,0) 100%);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}
.ve_magic_slider_parent:after {
    content: '';
    width: 53px;
    height: 485px;    
    background-image: linear-gradient(90deg, rgba(17,5,33,0) 0%, rgba(17,5,33,0.9999999999999999) 84%, rgba(17,5,33,0.9999999999999999) 100%);
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
}
.ve_magic_slider_main .swiper-button-next, .ve_magic_slider_main .swiper-button-prev{
    top: 28%;
}
/* Without bg slider */
.ve_magic_slider_parent_without_bg{
    background: none;
    padding-bottom: 80px;
}
.ve_magic_slider_box {
    max-width: 440px;
    width: 100%;
    margin: auto;
    background-image: url(../images/magic-slider-box-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    text-align: center;
    position: relative;
    padding: 0 20px 20px 20px;
    margin-top: 15px;
}
.ve_magic_slider_box h4 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    font-family: "League Spartan";
    display: inline-block;    
    background-image: linear-gradient( 0deg, rgb(247,15,255) 0%, rgb(255,116,23) 100%);
    border-radius: 0px 0px 20px 20px;
    text-transform: capitalize;
    padding: 0 24px;
}
.ve_magic_slider_box p {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    padding-top: 11px;
}
.swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.200;
}
.swiper-pagination-bullet-active{
    opacity: 1;
}
/* Without bg slider */
/* Magic Video Slider CSS End */

/* Full Length Video Slider CSS Start */
.ve_full_length_slider_wrapper{    
    background-image: url(../images/full-length-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
    position: relative;
}
.ve_full_length_heading .ve_heading{
    background-image: url(../images/length-video-head-bg.png);
    max-width: 945px;
    height: 210px;
    display: block;
    padding-top: 60px;
    margin-bottom: 0;
}
.ve_full_length_heading .ve_heading span{
    background-image: linear-gradient(to right, #f84002 10%, #faaa1b 80%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}
.ve_full_length_heading .ve_grdnt_heading {
    background-image: linear-gradient(to right, #00bbf9 10%, #0858ba 80%);
    margin-top: -15px;
}
.ve_full_length_heading > h6 {
    max-width: 610px;
    width: 100%;
    margin: 15px auto 0 auto;
    background-image: linear-gradient(to right, #f84002 10%, #faaa1b 80%);
    background-image: linear-gradient(90deg, rgba(75,85,213,0.9999999999999999) 0%, rgba(235,101,247,0.996078431372549) 100%);
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    text-align: center;
}
.ve_full_length_slider_parent{
    position: relative;
    overflow: hidden;
    padding: 70px 0 80px 0;
}
.ve_resize_slider_parent{
    position: relative;
    overflow: hidden;
    padding: 50px 0 60px 0;
}
.ve_full_length_slider_parent .ve_magic_slider_video > div > iframe, .ve_resize_slider_parent .ve_magic_slider_video > div > iframe {
    background-image: linear-gradient(90deg, rgba(75,85,213,0.9999999999999999) 0%, rgba(235,101,247,0.996078431372549) 100%);
    min-height: auto;
    padding: 2px;
    border-radius: 12px;
}
.ve_full_length_slider_parent .swiper-slide, .ve_resize_slider_parent .swiper-slide{
    text-align: center;
}
.ve_length_slider_box{
    z-index: 1;
}
.ve_length_slider_box::before, .ve_length_slider_box::after{
    content: '';    
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;    
    position: absolute;    
    z-index: -1;
}
.ve_Slide1:before, .ve_Slide1:after{
    background-image: url(../images/length-video-shape-1.png);
    width: 210px;
    height: 143px;
}
.ve_Slide1::before {
    top: -30px;
    right: -25px;
    transform: rotate(170deg);
}
.ve_Slide1::after {
    bottom: -25px;
    left: -30px;
}
.ve_Slide2:before, .ve_Slide2:after{
    background-image: url(../images/length-video-shape-2.png);
    width: 210px;
    height: 143px;
}
.ve_Slide2::before {
    top: -30px;
    right: -25px;    
}
.ve_Slide2::after {
    bottom: -25px;
    left: -30px;
}
.ve_Slide3:before, .ve_Slide3:after{
    background-image: url(../images/length-video-shape-3.png);
    width: 210px;
    height: 143px;
}
.ve_Slide3::before {
    top: -40px;
    right: -30px;    
}
.ve_Slide3::after {
    bottom: -35px;
    left: -30px;
}

.ve_Slide4:before, .ve_Slide4:after{
    background-image: url(../images/length-video-shape-4.png);
    width: 210px;
    height: 143px;
}
.ve_Slide4::before {
    top: -40px;
    right: -30px;    
}
.ve_Slide4::after {
    bottom: -35px;
    left: -30px;
    transform: rotate(170deg);
}
.ve_full_length_slider_parent .swiper-slide h4, .ve_resize_slider_parent .swiper-slide h4 {
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    font-family: "League Spartan";
    background-color: #2a1843;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    padding: 9px 30px;
    margin-top: 50px;
}
.ve_full_length_slider_parent .swiper-slide h4::after, .ve_resize_slider_parent .swiper-slide h4::after {
    content: '';
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    background: linear-gradient(to bottom right, #f47238, #6159d6);
    z-index: -1;
    border-radius: 50px;
}
.ve_full_length_slider_parent .swiper-button-next, .ve_full_length_slider_parent .swiper-button-prev{
    top: 39%;
}
.ve_resize_slider_parent .swiper-button-lock, .ve_resize_slider_parent .swiper-pagination-lock{
    display: block;
}
.ve_resize_slider_parent .swiper-button-next, .ve_resize_slider_parent .swiper-button-prev {
    top: 52%;
}
.ve_full_length_slider_wrapper .ve_arrow_down {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
}
/* Full Length Video Slider CSS End */

/* Feature Slider CSS Start */
.ve_feature_slider_wrapper {
    background-color: #f9f5ff;
    padding: 70px 0 100px 0;
}
.ve_feature_slider_wrapper .container{
    max-width: 1500px;
}
.ve_feature_slider_head .ve_heading{
    background-image: url(../images/feature-head-bg.png);
    max-width: 1072px;
    height: 213px;
    color: #271e42;
}
.ve_feature_slider_inner, .ve_feature2_slider_inner {
    position: relative;
    overflow: hidden;    
}
.ve_feature_slider_inner {
    padding-bottom: 30px;
}
.ve_feature_slider_inner .swiper-wrapper {
    align-items: center;
}
.ve_feature_slider_box_flex{
    max-width: 1330px;
    width: 100%;
    min-height: 400px;
    margin: auto;
    background: #ffffff;
    box-shadow:0 0 30px rgba(168,41,233,0.1);    
    border: 2px solid #ae2cf1;
    border-radius: 10px;
    padding: 40px 30px 40px 35px;
    position: relative;
    gap: 70px;
}
.ve_feature_slide_video_section {
    max-width: 650px;
    width: 100%;
}
.ve_feature_slider_video{
    position: relative;
    z-index: 1;
}
.ve_feature_slider_video > video {
    max-width: 650px;
    width: 100%;
    min-height: 300px;    
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(to bottom right, #ae2cf1, #7776ff);
    filter: drop-shadow(0 0 30px rgba(168,41,233,0.1));
    padding: 2px;    
}
.ve_feature_slider_video:before, .ve_feature_slider_video:after {
    content: '';
    background-image: url(../images/length-video-shape-4.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 210px;
    height: 143px;
    position: absolute;
    z-index: -1;
}
.ve_feature_slider_video:before{
    top: -15px;
    right: -25px;
}
.ve_feature_slider_video:after{
    bottom: -10px;
    left: -30px;
    transform: rotate(170deg);
}
.ve_feature_slide_content {
    max-width: 500px;
}
.ve_feature_slide_head {    
    background-image: url(../images/f2-head-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    max-width: 337px;
    height: 82px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px;
}
.ve_feat_head_1, .ve_feat_head_3{
    background-image: url(../images/f2-head-7.png);
    max-width: 387px;
}
.ve_feat_head_4, .ve_feat_head_5, .ve_feat_head_6, .ve_feat_head_7{
    background-image: url(../images/f2-head-6.png);
    max-width: 417px;
}
.ve_feature_slide_head h4{
    font-size: 26px;
    font-weight: 800;
    text-transform: capitalize;
    background: linear-gradient(to right, #f84002 10%, #faaa1b 80%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}
.ve_feature_slide_content p{
    font-size: 20px;
    color: #271e42; 
}
.ve_feature_slider_box_flex > img{
    position: absolute;
}
.ve_feature_shape1 {
    top: -20px;
    left: -40px;
}
.ve_feature_shape2 {
    top: -20px;
    right: -40px;
}
.ve_feature_shape3 {
    bottom: -20px;
    left: -40px;
}
.ve_feature_shape4{
    bottom: -20px;
    right: -40px;
}
.ve_feature_slider_main .ve_slider_btn .swiper-button-next, .ve_feature_slider_main .ve_slider_btn .swiper-button-prev {
    width: 70px;
    height: 70px;
}
.ve_feature_slider_main .swiper-button-next, .ve_feature_slider_main .swiper-button-prev {
    top: 48%;    
}
.ve_feature_slider_main .swiper-button-next{
    right: -150px;
}
.ve_feature_slider_main .swiper-button-prev{
    left: -150px;
}
.ve_feature_slider_inner .swiper-pagination, .ve_feature2_slider_inner .swiper-pagination {
    position: unset;
    margin-bottom: 30px;
}
.ve_feature_slider_inner .swiper-pagination-bullet, .ve_feature2_slider_inner .swiper-pagination-bullet {
    min-width: 100px;
    width: auto;
    height: 44px;
    line-height: 44px;
    background-color: #ffffff;
    filter: drop-shadow(-8.09px 5.878px 4.5px rgba(152,75,239,0.1));
    border: 1px solid #e4d8f6;
    border-radius: 50px;
    opacity: 1;
    padding: 0 20px;
    font-size: 20px;
    font-weight: 500;
    color: #271e42;
    text-transform: capitalize;
    position: relative;
    transition: all 0.3s;
    margin-bottom: 10px !important;
}
.ve_feature_slider_inner .swiper-pagination-bullet:before, .ve_feature2_slider_inner .swiper-pagination-bullet:before{
    content: '';
    background-image: linear-gradient(90deg, rgba(75,85,213,0.9999999999999999) 0%, rgba(235,101,247,0.996078431372549) 100%);
    border-radius: 50px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.ve_feature_slider_inner .swiper-pagination-bullet-active:before, .ve_feature_slider_inner .swiper-pagination-bullet:hover:before, .ve_feature2_slider_inner .swiper-pagination-bullet-active:before, .ve_feature2_slider_inner .swiper-pagination-bullet:hover:before{
    opacity: 1;
    visibility: visible;
    color: #fff;
}
.ve_feature_slider_inner .swiper-pagination-bullet-active, .ve_feature_slider_inner .swiper-pagination-bullet:hover, .ve_feature2_slider_inner .swiper-pagination-bullet-active, .ve_feature2_slider_inner .swiper-pagination-bullet:hover{    
    color: #fff;
}
.ve_feature_slider_wrapper .ve_arrow_down{
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
}
.ve_feat_head_13{
    background-image: url(../images/f2-head-3.png);
    max-width: 547px;
    width: 100%;    
}
.ve_feat_slider {
    position: relative;
    overflow: hidden;
    max-width: 650px;
    width: 100%;
    padding: 15px 0;
}
.veSwiperParent .ve_feature_slider_video > video{
    filter: none;
}
.veSwiperParent{
    position: relative;
}
.veSwiperParent .swiper-button-next, .veSwiperParent .swiper-button-prev{
    width: 45px;
    height: 45px;
}
.veSwiperParent .swiper-button-next{
    right: -20px;
}
.veSwiperParent .swiper-button-prev{
    left: -20px;
}
/* Feature Slider CSS End */

/* Step Section CSS Start */
.ve_step_wrapper {
    background-image: url(../images/step-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 0 100px 0;
    position: relative;
}
.ve_step_wrapper .ve_arrow_down{
    position: absolute;
    top: -40px;
    right: 0;
    left: 0;
    margin: auto;
}
.ve_step_head .ve_heading{
    background-image: url(../images/step-head-bg.png);
    max-width: 754px;
    height: 210px;
    color: #271e42;
    display: block;
    padding-top: 60px;
}
.ve_step_head .ve_heading span{
    background: linear-gradient(to right, #f84002 10%, #faaa1b 80%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}
.ve_step_inner_parent {
    margin-top: 80px;
}
.ve_step_box{
    max-width: 300px;
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 2;
}
.ve_step_box_inner {
    background-color: #ffffff;
    filter: drop-shadow(0 0 30px rgba(51,49,120,0.06));
    border-radius: 20px;
    border: 1px solid #9d66fd;
    position: relative;
    padding: 50px 25px 30px 40px;
}
.ve_step2 .ve_step_box_inner{
    border: 1px solid #ff7217;
}
.ve_step3 .ve_step_box_inner{
    border: 1px solid #218bcb;
}
.ve_step_inner_head{
    background-image: url(../images/step-head-bg-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    max-width: 207px;
    height: 76px;
    display: flex;
    justify-content: center;    
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
}
.ve_step2 .ve_step_inner_head{
    background-image: url(../images/step-head-bg-2.png);
}
.ve_step3 .ve_step_inner_head{
    background-image: url(../images/step-head-bg-3.png);
}
.ve_step_inner_head h2{
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    text-transform: capitalize;
    padding-top: 6px;
}
.ve_step_img {
    margin-top: 20px;
}
.ve_step_content h4 {
    font-size: 28px;
    color: #9d66fd;
    font-weight: 800;
    text-transform: capitalize;
    padding: 3px 10px;
    display: inline-block;
    border: 2px solid rgb(157 102 253);
    border-radius: 5px;
    background: rgb(157 102 253 / 13%);
    margin: 25px 0 15px 0;
}
.ve_step2 .ve_step_content h4{
    color: #ff7217;
    border: 2px solid #ff7217;
    background: rgb(255 114 23 / 13%);
}
.ve_step3 .ve_step_content h4{
    color: #218bcb;
    border: 2px solid #218bcb;
    background: rgb(33 139 203 / 13%);
}
.ve_step_content p{
    font-size: 20px;    
    color: #271e42;
    font-weight: 400;
}
.ve_step_box .ve_step_arrow, .ve_step_box .ve_step_shape, .ve_step_box .ve_step_line{
    position: absolute;
}
.ve_step_box .ve_step_arrow{
    top: 50%;
    transform: translateY(-50%);
    left: -200px;
}
.ve_step_box .ve_step_shape {
    bottom: -50px;
    left: -50px;
}
.ve_step_box .ve_step_line {
    top: 30px;
    left: 280px;
    z-index: -1;
}
.ve_step_box.ve_step2 .ve_step_line{
    top: auto;
    bottom: 30px;
}
/* Step Section CSS End */

/* Service Section CSS Start */
.ve_service_wrapper {
    background-image: url(../images/service_main_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 160px 0 100px 0;
    margin-top: -215px;
}
.ve_service_wrapper .container{
    max-width: 1190px;
}
.ve_service_wrapper .ve_arrow_down {
    position: absolute;
    top: 185px;
    left: 0;
    right: 0;
    margin: auto;
}
.ve_service_head {
    margin-top: 100px;
}
.ve_service_head .ve_heading {
    background-image: url(../images/service-head-bg.png);
    flex-direction: column;
    margin-bottom: 0;
}
.ve_service_head .ve_heading span{
    background: linear-gradient(to right, #04effe 10%, #3ebbfe 80%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    position: relative;
}
.ve_service_head .ve_grdnt_heading{
    font-size: 32px;
    margin-top: -10px;
}
.ve_service_center {
    margin: 50px 0 70px 0;
}
.ve_service_center_img {
    text-align: center;
    margin-bottom: 15px;
}
.ve_service_left {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.ve_service_box {        
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 16px;
    max-width: 370px;
    width: 100%;        
    padding: 8.2px;  
    position: relative;   
    z-index: 1; 
}
.ve_service_inner {
    display: flex;
    gap: 18px;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 15px 20px 10px 20px;
}
.ve_service_box_1{
    background-image: url(../images/service-box-bg-1.png);
    box-shadow: -2.427px 1.763px 58.5px rgba(245,55,54,0.4);
}
.ve_service_box_2{
    background-image: url(../images/service-box-bg-2.png);
    box-shadow:-2.427px 1.763px 58.5px rgba(124,188,84,0.4);
}
.ve_service_box_3{    
    background-image: url(../images/service-box-bg-3.png);
    box-shadow:-2.427px 1.763px 58.5px rgba(86,81,213,0.4);
}
.ve_service_box_4{
    background-image: url(../images/service-box-bg-4.png);
    filter: drop-shadow(-2.427px 1.763px 58.5px rgba(52,79,217,0.4));
}
.ve_service_box_5{
    background-image: url(../images/service-box-bg-5.png);
    filter: drop-shadow(-2.427px 1.763px 58.5px rgba(190,54,212,0.4));
}
.ve_service_box_6{    
    background-image: url(../images/service-box-bg-6.png);
    filter: drop-shadow(-2.427px 1.763px 58.5px rgba(245,55,54,0.4));
}
.ve_service_box_1 > img {
    top: 50%;
    right: -166px;
}
.ve_service_box_2 > img {
    top: 50%;
    right: -106px;
}
.ve_service_box_3 > img {
    top: 15%;
    right: -126px;
}
.ve_service_box_4 > img {
    top: 50%;
    left: -166px;
}
.ve_service_box_5 > img {
    top: 50%;
    left: -106px;
}
.ve_service_box_6 > img {
    top: 15%;
    left: -126px;
}
.ve_serive_img{
    width: 70px;
}
.ve_service_content h4{
    background: linear-gradient(to right, #f84002 10%, #faaa1b 80%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}
.ve_service_content p {
    font-size: 18px;
    font-weight: 400;
    color: #271e42;
    padding-top: 10px;
}
.ve_service_btn p {
    display: inline-block;
    background: linear-gradient(to right, #f84002 10%, #faaa1b 80%);
    border-radius: 50px;
    padding: 5px 15px;
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'K2D';
}   
/* Service Section CSS End */

/* Feature2 Section CSS Start */
.ve_feature2_slider_head .ve_heading{
    background-image: url(../images/edge-feature-head.png);
    max-width: 894px;
    height: 210px;
    display: block;
    padding-top: 60px;
}
.ve_feature2_slider_head .ve_heading span{
    background: linear-gradient(to right, #f84002 10%, #faaa1b 80%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}
.ve_feature2_wrapper .ve_feature_slider_video:before, .ve_feature2_wrapper .ve_feature_slider_video:after{
    display: none;
}
.ve_feature2_slider_inner .ve_feature_slide_head{    
    background: none;
    border: none;
    border-radius: 0;    
    padding: 0;
    position: unset;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ve_feat2_box_1 .ve_feature_slide_head{
    background-image: url(../images/f2-head-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    max-width: 507px;    
    height:82px;
}
.ve_feat2_box_2 .ve_feature_slide_head{
    background-image: url(../images/f2-head-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    max-width: 337px;    
    height:82px;
}
.ve_feat2_box_3 .ve_feature_slide_head{
    background-image: url(../images/f2-head-3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    max-width: 547px;
    width: 100%;
    height:82px;
}
.ve_feat2_box_4 .ve_feature_slide_head {
    background-image: url(../images/f2-head-4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    max-width: 547px;
    height: 122px;
    padding-left: 20px;
}
.ve_feat2_box_5 .ve_feature_slide_head{
    background-image: url(../images/f2-head-5.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    max-width: 468px;
    height:122px;
    padding-left: 20px;
}
.ve_feat2_box_6 .ve_feature_slide_head{
    background-image: url(../images/f2-head-6.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    max-width: 417px;
    height:82px;
}
.ve_feat2_box_7 .ve_feature_slide_head{
    background-image: url(../images/f2-head-7.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    max-width: 387px;
    height:82px;
}

.ve_feature2_slider_inner .ve_feature_slider_box_flex {
    max-width: 1450px;
    min-height: 525px;
    border: none;
    position: relative;
    z-index: 1;
    background: url(../images/edge-feature-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: none;
    padding: 40px 70px 40px 75px;
}
.ve_feature2_slider_video {
    position: absolute;
    top: 35px;
    left: 54px;
}
.ve_feature2_slider_main .swiper-button-next, .ve_feature2_slider_main .swiper-button-prev {
    top: 55.2%;
}
.ve_feature2_slider_video video {
    border-radius: 10px;
    min-height: 250px;
    height: 100%;
    max-width: 563px;
}
.ve_feature2_slider_main .swiper-button-next {
    right: -45px;
}
.ve_feature2_slider_main .swiper-button-prev {
    left: -45px;
}
.ve_feature2_slider_image_2{
    top: 0px;
}
.ve_feature2_slider_image_1, .ve_feature2_slider_image_3 {
    left: 80px;
}
.ve_feature2_slider_video.ve_feature2_slider_image_4 {
    top: 15px;
    left: 50px;
}
/* Feature2 Section CSS End */

/* Easy Use Section CSS Start */
.ve_easy_use_wrapper {
    background-image: url(../images/table-main-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 0 150px 0;
    position: relative;
}
.ve_easy_use_wrapper .ve_arrow_down{
    position: absolute;
    top: -40px;
    right: 0;
    left: 0;
    margin: auto;
}
.ve_easy_use_wrapper .down_bottom{
    position: absolute;
    top: auto;
    bottom: 0px;
    z-index: 1;
}
.ve_easy_use_wrapper .container{
    max-width: 1685px;
}
.ve_easy_use_head .ve_heading{
    background-image: url(../images/easy-use-head-bg.png);
    max-width: 780px;
    height: 164px;
    color: #271e42;
    padding-left: 20px;
}
.ve_easy_use_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
    margin-top: 80px;
    position: relative;
}
.ve_use_left {
    max-width: 580px;
    width: 100%;
    background-color: #fff5f1;
    box-shadow: 0 0 60px rgba(84,47,127,0.1);
    border: 2px solid #f94201;
    border-radius: 30px;
    padding: 55px 20px 55px 105px;
    position: relative;
}
.ve_use_right {
    max-width: 1000px;
    width: 100%;
    background-color: #f5f3ff;
    border-radius: 30px;
    box-shadow: 0 0 60px rgba(84,47,127,0.1);
    border: 2px solid #9d66fd;
    padding: 93px 25px 93px 85px;
    position: relative;
}
.ve_use_heading {
    background-image: url(../images/easy-use-inner-head-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    max-width: 571px;
    height: 114px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-weight: 800;
    color: #271e42;
    text-transform: capitalize;
    position: absolute;
    transform: rotate(-90deg);
    left: -280px;
    top: 190px;
}
.ve_use_right .ve_use_heading{
    background-image: url(../images/easy-use-inner-head-2.png);
    max-width: 410px;    
    left: -210px;
    top: 120px;
}
.ve_use_left_box ul li {
    background-color: #fff;
    border: 2px solid #f94201;
    border-radius: 50px;
    height: 80px;
    line-height: 80px;
    padding: 0 20px 0 135px;
    margin-bottom: 50px;    
    display: inline-block;
    position: relative; 
}
.ve_use_left_box ul li:last-child{
    margin-bottom: 0;
}
.ve_use_left_box ul li img {
    filter: drop-shadow(-9.708px 7.053px 16px rgba(249,66,1,0.2));
    position: absolute;
    top: -20px;
    left: -4px;
}
.ve_use_left_box ul li p{
    background: linear-gradient(to right, #f84002 10%, #faaa1b 80%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;    
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
}
.ve_use_right_box {
    background-color: #fff;
    border-radius: 20px;
    padding: 50px 25px;
    margin: 5px;
}
.ve_use_right_content{
    background-color: #f5f3ff;
    border-radius: 50px;
    filter: drop-shadow(0 0 60px rgba(84,47,127,0.1));
    border: 1px solid #6157da;    
    margin-top: 50px;
}
.ve_use_right_box p {
    background: linear-gradient(to right, #5456d8 10%, #c762ef 80%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    display: inline-block;
    padding: 4px 10px;
}
/* Easy Use Section CSS End */

/* Simplify Slider Section CSS Start */
.ve_simplfy_wrapper {
    background-image: url(../images/simplify-main-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 195px 0 70px 0;
    position: relative;
    margin-top: -150px;
}
.ve_simplfy_wrapper .ve_arrow_down{
    margin-top: 30px;
}
.ve_simplfy_slider_heading {
    margin-top: 60px;
}
.ve_simplfy_slider_heading .ve_heading {
    background-image: url(../images/simplify-slider-head-bg.png);
    max-width: 1064px;
    height: 210px;
}
.ve_trim_heading .ve_heading{
    background-image: url(../images/simplify-slider-subhead-bg.png);
    max-width: 572px;
    height: 155px;
    display: block;
    font-size: 40px;
    font-weight: 800;    
    padding-top: 30px;
}
.ve_boost_heading .ve_heading {
    background-image: url(../images/simplify-slider-subhead-bg-2.png);
    max-width: 692px;
    height: 155px;
}
.ve_trim_heading .ve_heading span{   
    background: linear-gradient(to right, #f84002 10%, #faaa1b 80%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;     
}
.ve_boost_heading .ve_heading span{   
    background: linear-gradient( 0deg, rgb(30,217,79) 0%, rgb(242,240,71) 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;     
}
.ve_trim_slider{
    padding-bottom: 70px;
}
.ve_trim_slider, .ve_boost_slider{
    position: relative;
    overflow: hidden;
}
.ve_simplfy_wrapper .swiper-wrapper{
    align-items: center;
}
.ve_trim_slider_box{
    position: relative;
    z-index: 1;
}
.ve_trim_slider_box:before {
    content: '';
    max-width: 250px;
    width: 100%;
    height: 40px;
    background-image: linear-gradient(90deg, rgba(247,54,0,0.9999999999999999) 0%, rgba(249,203,34,0.996078431372549) 100%);
    border-radius: 10px;
    position: absolute;
    bottom: -6px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: -1;
}
.ve_boost_slider {
    padding-bottom: 15px;
}
.ve_boost_slider .ve_trim_slider_box:before {
    background: linear-gradient( 80deg, rgb(30,217,79) 30%, rgb(242,240,71) 100%);
}
.ve_trim_slider_box_inner{
    background-color: #1c0c32;
    border-radius: 10px;
    padding: 50px 20px;
    text-align: center;    
}
.ve_trim_content h4 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'K2D';
    text-transform: capitalize;
    padding: 45px 0 20px 0;
}
.ve_trim_content p {
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.3;
}
/* Simplify Slider Section CSS End */

/* Guarantee Section CSS Start */
.ve_guarantee_wrapper{
    background-color: #f9f5ff;
    padding: 70px 0;
    position: relative;
}
.ve_guarantee_wrapper .ve_arrow_down{
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}
.ve_guarantee_head .ve_heading{
    background-image: url(../images/guarantee-head-bg.png);
    max-width:954px;
    height:210px;
    color: #271e42;
    display: block;
    padding-top: 60px;
}
.ve_guarantee_head .ve_heading span{
    background: linear-gradient(to right, #f84002 10%, #faaa1b 80%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}
.ve_guarantee_flex_box {
    margin-top: 50px;
}
.ve_guarantee_inner {
    background-image: url(../images/guarantee-box-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    padding: 72px 60px;
}
.ve_guarantee_inner .ve_feature_slide_head {
    background: url(../images/guarntee-inner-head-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    max-width: 507px;
    height: 82px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.ve_grntee_content {
    max-width: 590px;
}
.ve_grntee_content p{
    font-size: 20px;
    font-weight: 400;
    color: #271e42;
    padding-bottom: 30px;
}
.ve_grntee_content p:last-child{
    padding-bottom: 0;
}
/* Guarantee Section CSS End */

/* Table Section CSS Start */
.ve_table_wrapper{
    background-image: url(../images/table-main-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 0 0px 0;
    position: relative;
    z-index: 1;
}
.ve_table_wrapper .container{
    max-width: 1610px;
}
.ve_table_wrapper::before, .ve_table_wrapper::after{
    content: '';
    background-image: url(../images/table-shape-left.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    max-width:400px;
    width: 100%;
    height:1679px;
    position: absolute;
    top: 0;
    z-index: -1;
}
.ve_table_wrapper::before{
    background-image: url(../images/table-shape-left.png);
    left: 0;
}
.ve_table_wrapper::after{
    background-image: url(../images/table-shape-right.png);
    right:0;
}
.ve_table_head .ve_heading{
    background-image: url(../images/table-head-bg.png);
    max-width:804px;
    height:210px;
    color: #271e42;
}
.ve_table_box_flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px;
    max-width: 1450px;
    width: 100%;
    margin: auto;
}
.ve_table_box {
    position: relative;
    z-index: 1;
    max-width: 600px;
    width: 100%;
}
.ve_table_box::before{
    content: '';
    background-image: url(../images/table-bg-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    max-width:835px;
    width: 100%;
    height:765px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.ve_table_inner {
    background: #f8effd;
    box-shadow: 0 0 60px rgba(84, 47, 127, 0.1);
    border: 2px solid #9d66fd;
    padding: 0 50px 20px 50px; 
    border-radius: 20px;
}
.ve_table_name {
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;
    line-height: normal;
    text-transform: capitalize;
    position: absolute;
    top: 2px;
    right: 2px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #f84002 10%, #faaa1b 80%);
    min-height: 50px;
    padding: 0 30px;
    border-radius: 50px 35px 0 50px;
}
.ve_table_logo {
    padding: 60px 0 30px 0px;
    margin-left: -20px;
}
.ve_table_inner ul li{
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 22px;
}
.ve_table_inner ul li p{
    font-size: 24px;
    font-weight: 500;
    color: #151f38;
}
.ve_table_pymnt_section {
    padding-top: 10px;
    /* margin-left: -20px; */
}
.ve_table_pymnt_section .ve_pymnt_inner {
    padding-top: 5px;
}
.ve_table_pymnt_section h2{
    font-size: 34px;
}
.ve_table_pymnt_section .ve_btn {
    background-image: url(../images/table-btn-bg.png);
    max-width: 411px;
    height: 59px;
    font-size: 20px;
    margin: 12px auto;
}
.ve_table_pymnt_section .ve_pymnt_inner p {
    font-size: 16px;    
    padding: 5px;
}
.ve_pymnt_section_main.text-center.ve_table_pymnt_section > p {
    color: #222;
    border: 1px dashed;
    display: inline-block;
    padding: 10px 25px 8px 25px;
    line-height: normal;
    border-radius: 5px;
    font-size: 21px;
    margin: 15px 0 10px 0;
}
/* Table Section CSS End */

/* Faq Section CSS Start */
.ve_faq_wrapper{
    background-image: url(../images/faq-main-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
    margin-top: -40px;
    position: relative;
    z-index: 1;
}
.ve_faq_head {
    margin-top: 150px;
}
.ve_faq_head .ve_heading{
    background-image: url(../images/faq-head-bg.png);
    max-width:884px;
    height:210px;
    flex-direction: column;
    color: #fff;
    font-size: 30px;
}
.ve_faq_head .ve_heading span {
    background: linear-gradient( 0deg, rgb(30,217,79) 0%, rgb(242,240,71) 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 50px;
}
.ve_faq_main {
    margin-top: 80px;
}
div#accordionExample {
    margin-right: 25px;
}
div#accordionExample2 {
    margin-left: 25px;
}
.accordion-header{
    position: relative;
}
.accordion-header img {
    position: absolute;
    top: -25px;
    left: -17px;
    z-index: 3;
}
.accordion-item {
    background-color: #17092b;
    border: 2px solid #716df2;
    color: #fff;
    border-radius: 10px !important;
    margin-bottom: 50px;
}
.accordion-item:not(:first-of-type) {
    border-top: 2px solid #716df2;
}
.accordion-button {
    border-radius: 10px;
    background-color: #17092b;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 10px !important;
    line-height: 1.5;
    padding: 24px 15px 24px 25px;
}
.accordion-body{
    background-color: #291744;
    border-radius: 8px;
    padding: 15px;
    margin: 10px;
    font-size: 20px;
    font-weight: 400;
    color:#fff;
}
.accordion-button::after{    
    background-image: url(../images/faq-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 36px;
    height: 36px;
    margin-left: auto;
}
.accordion-button:not(.collapsed)::after{
    background-image: url(../images/faq-arrow.png);    
}
.accordion-button .collapsed::after{
    background-image: url(../images/faq-arrow.png);    
    transform: rotate(180deg);
}
.accordion-button:focus {   
    border: none;    
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    background-color: #17092b;
    color: #fff;
    border: none;
    box-shadow: none;
}
.ve_faq_pymnt_main h2{
    color: #fff;
}
.ve_faq_pymnt_main {
    padding-top: 20px;
}
.ve_faq_pymnt_main .ve_pymnt_inner p{
    color: #fff;
}
.ve_faq_wrapper .ve_arrow_down {
    position: absolute;
    top: 160px;
    right: 0;
    left: 0;
}
/* Faq Section CSS End */

/* Footer Section CSS Start */
.ve_footer_wrapper{
    background-color: #fff;
    padding: 70px 0;
    position: relative;
}
.ve_footer_wrapper .ve_arrow_down{
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    z-index: 1;
}
.ve_footer_head p{
    max-width: 876px;
    width: 100%;
    margin: auto;    
    font-size: 22px;    
    font-weight: 400;
    color: #220f3c;
    padding: 20px 0 35px 0;    
}
.ve_footer_box{
    background-image: url(../images/footer-box-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: drop-shadow(0 0 40px rgba(152,75,239,0.2));
    padding: 55px 50px;
}
.ve_footer_box p{
    font-size: 20px;    
    font-weight: 400;
    color: #220f3c;
    padding-top: 10px;
}
.ve_footer_box p img{
    display: inline-block;
    margin: 0 5px;
}
.ve_footer_address {
    max-width: 675px;
    width: 100%;
    margin: 25px auto 40px auto;
    border-radius: 22px;
    background-image: linear-gradient(90deg, rgba(75,85,213,0.200) 0%, rgba(235,101,247,0.200) 100%);
    filter: drop-shadow(-13.753px 9.992px 15px rgba(152,75,239,0.3));
    font-size: 22px;
    font-weight: 400;
    color: #220f3c;
    padding: 10px 30px 2px 50px;
    position: relative;
}
.ve_footer_address > img{
    filter: drop-shadow(-13.753px 9.992px 15px rgba(152,75,239,0.3));
    position: absolute;
    top: 0;
    left: 0;
}
.ve_footer_box ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}
.ve_footer_box ul li, .ve_footer_box ul li a{
    font-size: 20px;
    font-weight: 400;
    color: #220f3c;
    text-transform: capitalize;
}
.ve_footer_box ul li a{
    text-decoration: underline;
}
/* Footer Section CSS End */

/* Version-3 CSS End*/
.ve_feature_slider_box_flex {
    margin-bottom: 30px;
}
.ve_feature_slider_box_flex:nth-of-type(2n+1){
    flex-direction: row-reverse;
}
.ve_feature_slider_box_flex:last-child{
    margin-bottom: 0;
}
/**/
.ve_table_wrapper .ve_table_box_flex .lazy_tb_im{
    margin-top: 0;
}
.center_flex{
    justify-content: center !important;
}


@media(max-width:1024px){
    .ve_feature_slider_box_flex:nth-of-type(2n+1) {
        flex-direction: column-reverse;
    }
}
/* Version-3 CSS Start*/

/*============= Responsive CSS Start =============*/
@media(max-width:1900px){
    .ve_banner_video_left ul li.ve_banner_box_8 {     
        right: 0;
    }
    .ve_banner_video_left ul li.ve_banner_box_3 {     
        left: 0;
    }
    .ve_banner_video_left ul li.ve_banner_box_2 {     
        right: -30px;
    }
    .ve_banner_video_left ul li.ve_banner_box_7 {     
        left: -30px;
    }
}
@media(max-width:1800px){
    .ve_length_slider_box::before, .ve_length_slider_box::after{
        display: none;
    }
    .ve_full_length_slider_parent .ve_magic_slider_video video {        
        min-height: 263px;
    }
    .ve_feature_slider_main .swiper-button-next {
        right: -50px;
    }
    .ve_feature_slider_main .swiper-button-prev {
        left: -50px;
    }
}
@media(max-width:1750px){
    .ve_use_heading {
        left: -250px;
    }
    .ve_use_right_box {
        margin: 0;
    }
    .ve_use_right {
        padding: 93px 25px 93px 65px;     
    }
}

@media(max-width:1650px){
    .ve_banner_video_left ul li.ve_banner_box_1, .ve_banner_video_left ul li.ve_banner_box_6 {
        top: -70px;     
    }
    .ve_banner_video_left ul li.ve_banner_box_2 {
        right: -10px;
    }
    .ve_banner_video_left ul li.ve_banner_box_4 {     
        right: -15px;
    }
    .ve_banner_video_left ul li.ve_banner_box_7 {
        left: -10px;
    }
    .ve_banner_video_left ul li.ve_banner_box_9 {     
        left: -15px;
    }
}
@media(max-width:1600px){
    .ve_table_box_flex {
        max-width: 1450px;
        width: 100%;
        margin: auto;
    }
    .ve_table_pymnt_section {     
        margin-left: 0;
    }
    .ve_feature_slider_main .swiper-button-prev {
        left: -10px;
    }
    .ve_feature_slider_main .swiper-button-next {
        right: -10px;
    }
    .ve_feature2_slider_inner .ve_feature_slider_box_flex {
        gap: 40px;
    }
    .ve_feature_slide_content {
        max-width: 610px;
    }
    .ve_use_heading {
        transform: none;        
        top: -60px;
        left: 0;
    }
    .ve_use_right .ve_use_heading { 
        top: -60px;       
        left: 0;
        right: 0;
        margin: auto;
    }
    .ve_easy_use_main {
        gap: 30px;     
    }
    .ve_use_left {
        max-width: 600px;
        padding: 75px 20px 55px 40px;        
    }
    .ve_use_right {
        padding: 93px 25px 93px 25px;
    }    
    .ve_table_box::before{
        display: none;
    }   
    .ve_bannerVideoShape1 {        
        top: -10px;
        left: -10px;
    }
    .ve_bannerVideoShape2 {     
        top: -10px;
        right: -10px;
    }
    .ve_bannerVideoShape3 {     
        bottom: -10px;
        left: -10px;
    }
    .ve_bannerVideoShape4 {     
        bottom: -10px;
        right: -10px;
    }
    .ve_banner_video_left ul li {
        min-width: 150px;
        min-height: 180px;
    }
    .ve_banner_video_left ul li p {
        font-size: 19px;;
        line-height: 1.2;
    }
    .ve_banner_video_left ul li.ve_banner_box_2 {
        right: 20px;
    }
    .ve_banner_video_left ul li.ve_banner_box_4{
        right: 20px;
        bottom: 40px;
    }
    .ve_banner_video_left ul li.ve_banner_box_5 {
        bottom: -40px;
        left: 0;
    }
    .ve_banner_video_left ul li.ve_banner_box_9 {
        left: 20px;
        bottom: 40px;
    }
    .ve_banner_video_left ul li.ve_banner_box_10 {
        bottom: -40px;
        right: 0;
    }
    .ve_top_banner_wrapper {
        padding-bottom: 100px;
    }
}
@media(max-width:1550px){
    .ve_banner_video_center {
        max-width: 710px;
        height: 404px;
    }
}
@media(max-width:1500px){
    .ve_feat2_video_img {
        width: 650px;
    }
}
@media(max-width:1440px){
    .ve_banner_video_left ul li.ve_banner_box_1, .ve_banner_video_left ul li.ve_banner_box_2, .ve_banner_video_left ul li.ve_banner_box_3, .ve_banner_video_left ul li.ve_banner_box_4, .ve_banner_video_left ul li.ve_banner_box_5, .ve_banner_video_left ul li.ve_banner_box_6, .ve_banner_video_left ul li.ve_banner_box_7, .ve_banner_video_left ul li.ve_banner_box_8, .ve_banner_video_left ul li.ve_banner_box_9, .ve_banner_video_left ul li.ve_banner_box_10{
        animation: none;
    }
    .ve_banner_main_heading h1 {
        max-width: 1050px;
        height: 210px;
        font-size: 50px;
    }
    .ve_banner_video_center {
        max-width: 710px;
        height: 405px;
    }
    .ve_banner_video_center > .ve_video > .ve_banner_video iframe {
        height: 405px;
    }    
    .ve_banner_feature_section ul li {
        padding: 15px 40px 15px 15px;
        font-size: 23px;
    }
    .ve_easy_use_main {
        flex-direction: column;
        gap: 100px;
    }
    .ve_use_right {
        padding: 93px 25px 25px 25px;
    }
    .ve_feature_slider_box_flex {
        max-width: 1200px;        
        min-height: 400px;
        padding: 40px 20px 40px 35px;        
        gap: 50px;
    }
    .ve_feature_slider_video > video{
        min-height: 260px;
    }
    .ve_feature_slide_content p {
        font-size: 18px;        
    }    
    .ve_feature_slide_head {
        padding: 6px 15px;
    }    
    .ve_feature_slide_head h4 {
        font-size: 26px;
    }
    .ve_feature_slider_main .swiper-button-next, .ve_feature_slider_main .swiper-button-prev {
        top: 56%;
    }
    .ve_feature_slider_main .ve_slider_btn .swiper-button-next, .ve_feature_slider_main .ve_slider_btn .swiper-button-prev {
        width: 50px;
        height: 50px;
    }
    .ve_guarantee_inner {     
        gap: 30px;     
    }
    .ve_grntee_content {
        max-width: 500px;
    }
    .ve_guarantee_inner .ve_feature_slide_head {
        max-width: 420px;
        height: 72px;
    }
    .ve_table_box_flex {
        max-width: 1200px;     
    }        
    .ve_banner_video_left ul li.ve_banner_box_1, .ve_banner_video_left ul li.ve_banner_box_6 {
        top: 0;
    }
    .ve_banner_video_left ul li.ve_banner_box_7 {
        left: 20px;
    }
    .ve_banner_video_left ul li.ve_banner_box_3, .ve_banner_video_left ul li.ve_banner_box_8 {
        top: 34%;     
    }
    .ve_banner_video_left ul li.ve_banner_box_4, .ve_banner_video_left ul li.ve_banner_box_9 {     
        bottom: 60px;
    }
    .ve_banner_video_left ul li.ve_banner_box_2, .ve_banner_video_left ul li.ve_banner_box_7{
        top: 17%;
    }
    .ve_top_banner_wrapper {
        padding-bottom: 50px;
    }
    .ve_banner_wrapper .ve_arrow_down {
        margin: 0px 0 40px 0;
    }
}
@media(max-width:1399px){
    .ve_step_box .ve_step_arrow{
        display: none;
    }
    .ve_feat2_video_img {
        width: 600px;
    }
    .ve_feature2_slider_video video {             
        max-width: 500px;
    }
    .ve_grntee_content p {
        font-size: 18px;     
        padding-bottom: 15px;
    }
    .ve_footer_box {
        padding: 35px 50px;
    }
    .ve_banner_video_center {
        max-width: 615px;
        height: 350px;
    }
    .ve_banner_video_center > .ve_video > .ve_banner_video iframe {
        height: 100%;
        min-height: auto;
    }
    .ve_banner_video_left ul li {
        min-width: 140px;
        min-height: 170px;
    }
    .ve_banner_video_left ul li p {
        font-size: 17px;     
    }
    .ve_banner_video_left ul li p span img {
        width: 70px;
        height: auto;
        object-fit: contain;
    }
    .ve_banner_video_left ul li.ve_banner_box_5, .ve_banner_video_left ul li.ve_banner_box_10 {
        bottom: -15px;     
    }
    .ve_banner_video_left ul li.ve_banner_box_3, .ve_banner_video_left ul li.ve_banner_box_8 {
        top: 33%;
    }
    .ve_banner_video_left ul li.ve_banner_box_2 {
        right: 35px;
    }
    .ve_banner_video_left ul li.ve_banner_box_7 {
        left: 35px;
    }
    .ve_banner_video_left ul li.ve_banner_box_4, .ve_banner_video_left ul li.ve_banner_box_9 {
        bottom: 75px;
    }
    .ve_banner_video_left ul li.ve_banner_box_4 {
        right: 30px;     
    }
    .ve_banner_video_left ul li.ve_banner_box_9 {
        left: 35px;     
    }
}
@media(max-width:1360px){
    .ve_service_box {
        max-width: 330px;
        background-size: contain;
    }
    .ve_service_inner {        
        gap: 20px;
    }
    .ve_service_content h4 {
        font-size: 17px;
    }
    .ve_service_content p {
        font-size: 16px;
    }
    .ve_feature2_slider_inner .ve_feature_slider_box_flex {        
        min-height: 525px;
        padding: 40px 30px 40px 30px;
    }
    .ve_service_left {
        justify-content: space-evenly;     
    }
    .ve_banner_video_left {
        max-width: 330px;     
    }
    .ve_banner_video_left ul li.ve_banner_box_2 {
        right: 30px;
    }
    .ve_banner_video_left ul li.ve_banner_box_4 {
        right: 25px;
    }
    .ve_banner_video_left ul li.ve_banner_box_7 {
        left: 30px;
    }
    .ve_banner_video_left ul li.ve_banner_box_9 {
        left: 30px;
    }
}
@media(max-width:1300px){
    .ve_feature_slider_box_flex > img{
        display: none;
    }
    .ve_feature_slide_content {
        max-width: 520px;
    }
    .ve_banner_video_center {
        max-width: 510px;
        height: 292px;
    }
    .ve_top_banner_wrapper {
        padding-bottom: 0px;
    }
}
@media(max-width:1270px){
    .ve_service_content h4 {
        font-size: 16px;
    }
}
@media(max-width:1250px){
    .ve_service_inner {
        gap: 15px;
    }
    .ve_feature2_slider_inner .ve_feature_slider_box_flex {
        min-height: 485px;     
        padding: 20px 30px;
    }
    .ve_feat_slider {     
        max-width: 600px;        
    }
}
@media(max-width:1199px){      
    .ve_table_wrapper {
        padding: 70px 0 0px 0;
    }
    .ve_pymnt_section_main.text-center.ve_table_pymnt_section > p {
        padding: 6px 15px 4px 15px;
        font-size: 18px;
    }
    .ve_resize_slider_parent {
        padding: 10px 0 60px 0;
    }
    div#accordionExample {
        margin-right: 10px;
    }
    div#accordionExample2 {
        margin-left: 10px;
    }
    .ve_table_box_flex {
        max-width: 950px;
    }
    .ve_table_logo {     
        margin-left: 0;
    }
    .ve_table_inner ul li {
        gap: 20px;     
    }
    .ve_table_pymnt_section h2 {
        font-size: 28px;
    }
    .ve_table_inner ul li p {
        font-size: 20px;     
    }  
    .ve_banner_bottm {
        margin-top: 0px;
    }
    .ve_banner_video_section {     
        display: block;
        text-align: center;
        margin-top: 40px;
    }        
    .ve_banner_video_center {
        max-width: 700px;
        height: 370px;     
    }
    .ve_banner_video_section {
        justify-content: space-between;
        gap: 10px;
    }
    .ve_banner_video_center {
        max-width: 650px;
        height: 370px;
        margin-top: 0;
    } 
    
    .ve_banner_video_left {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .ve_banner_video_center {
        margin-bottom: 50px;
    }
    .ve_banner_video_left ul {
        display: flex;
        flex-wrap: nowrap;
        gap: 30px;
        justify-content: center;
    }
    .ve_banner_video_left ul li {
        min-width: 150px;
        min-height: 160px;
    }
    .ve_banner_video_left.ve_banner_video_right {
        margin: 20px 0;
    }
    .ve_banner_video_left ul li {
        position: unset;
        margin-bottom: 0;
    }              
    .ve_banner_feature_section ul li {        
        font-size: 22px;
    }
    .ve_banner_feature_section ul li span {
        width: 70px;
        height: 70px;
    }
    .ve_banner_wrapper .ve_arrow_down {
        margin: 30px 0 40px 0;
    }
    .ve_feature_slide_content {
        max-width: 450px;
    }    
    .ve_service_inner {
        padding: 15px 15px 10px 15px;
        gap: 10px;
    }
    .ve_feat2_video_img {
        width: 550px;
    }
    .ve_feature2_slider_video video {
        max-width: 460px;
    }
    .ve_feature2_slider_video {
        position: absolute;
        top: 30px;
        left: 46px;
    }
    .ve_feature2_slider_video > img {
        max-width: 400px;
        height: auto;
        object-fit: contain;
        display: block;
        margin: auto;
    }
    .ve_feature2_slider_video.ve_feature2_slider_image_1 > img {
        max-width: 340px;
    }
    .ve_feature2_slider_inner .ve_feature_slider_box_flex {
        justify-content: space-between;
    }
    .ve_feature2_slider_inner .ve_feature_slide_head h4 {
        font-size: 20px;
    }
    .ve_feature2_slider_inner .ve_feature_slider_box_flex {
        gap: 25px;
    }
    .ve_feat2_box_1 .ve_feature_slide_head {
        max-width: 387px;
        height: 62px;
    }
    .ve_feat2_box_2 .ve_feature_slide_head {
        max-width: 255px;
        height: 62px;
    }
    .ve_feat2_box_3 .ve_feature_slide_head {
        max-width: 407px;     
        height: 62px;
    }
    .ve_feat2_box_4 .ve_feature_slide_head {
        max-width: 397px;
        height: 92px;        
    }
    .ve_feat2_box_5 .ve_feature_slide_head {
        max-width: 348px;
        height: 92px;     
    }
    .ve_feat2_box_6 .ve_feature_slide_head {
        max-width: 317px;
        height: 62px;
    }
    .ve_feat2_box_7 .ve_feature_slide_head {
        max-width: 287px;
        height: 62px;
    }
    .ve_feature2_slider_inner .ve_feature_slider_box_flex {
       min-height: 465px;     
    }
    .ve_simplfy_slider_heading .ve_heading {        
        max-width: 844px;
        height: 170px;
        font-size: 32px;
    }
    .ve_simplfy_slider_heading {
        margin-top: 0px;
    }
    .ve_trim_heading .ve_heading {        
        max-width: 382px;
        height: 105px;
        font-size: 30px;     
        padding-top: 17px;
    }
    .ve_boost_heading .ve_heading {        
        max-width: 532px;
        height: 115px;
    }
    .ve_trim_content h4 {
        font-size: 20px;
    }
    .ve_trim_content p {
        font-size: 16px;     
    }
    .ve_guarantee_inner {     
        padding: 50px 30px;
    }
    .ve_grntee_content {
        max-width: 420px;
    }
    .ve_guarantee_inner .ve_feature_slide_head {
        max-width: 370px;
        height: 62px;
    }
    .ve_guarantee_inner .ve_feature_slide_head h4 {
        font-size: 23px;
    }
    .ve_footer_box ul {
        gap: 15px;
    }
    .ve_footer_box ul li, .ve_footer_box ul li a {
        font-size: 18px;
    }
    .ve_footer_box {
        padding: 35px 30px;
    }
    .ve_table_pymnt_section .ve_btn {
        font-size: 17px;
    }
    .ve_table_name {
        font-size: 30px;        
    }
    .ve_table_logo img {
        width: 160px;
        height: auto;
    }
    .ve_feat_slider {
        max-width: 550px;
    }
    .ve_feature_slider_main .swiper-button-next, .ve_feature_slider_main .swiper-button-prev {
        top: 50%;
    }
    .ve_feature_slide_head h4 {
        font-size: 23px;
    }
}
@media(max-width:1100px){
    .ve_feature_slider_box_flex {        
        min-height: 350px;
        padding: 30px 20px 30px 35px;
        gap: 40px;
    }
    .ve_feature_slider_video > video {
        min-height: 240px;
    }
    .ve_feature_slide_head h4 {
        font-size: 18px;
    }
    .ve_feature_slide_head{
        max-width:250px;
        height: 60px;
    }
    .ve_feat_head_1, .ve_feat_head_3 {     
        max-width: 280px;
    }
    .ve_feat_head_4, .ve_feat_head_5, .ve_feat_head_6, .ve_feat_head_7 {     
        max-width: 327px;
        height: 65px;
    }
    .ve_feat_head_13 {     
        max-width: 350px;        
    }    
    .ve_feature_slide_content p {
        font-size: 16px;     
    }
    .ve_feature_slide_content {
        max-width: 415px;
    }
    .ve_service_box > img {     
        display: none;
    }
    .ve_service_main.d-flex {
        display: block !important;
        text-align: center;
    }        
}
@media(max-width:1024px){
    .ve_feature2_slider_video.ve_feature2_slider_image_4 img {
        max-width: 540px;
        margin-left: 0px;
    }
    .ve_banner_video_left ul {
        gap: 20px;     
    }
    .ve_banner_main_heading h1 {
        max-width: 830px;
        height: 170px;
        font-size: 40px;
    }
    .ve_banner_main_heading h1 {
        margin: -26px auto 0 auto;
    }   
    .ve_banner_video_center > .ve_video > .ve_banner_video iframe {
        height: 370px;
    }
    .ve_banner_feature_section ul {
        gap: 15px;
    }
    .ve_banner_feature_section ul li {
        font-size: 20px;
        padding: 10px 20px 10px 10px;
    }
    .ve_banner_feature_section ul li span {
        width: 60px;
        height: 60px;
    }
    .ve_pymnt_section_main h2 {
        font-size: 34px;
    }
    .ve_feature_slider_head .ve_grdnt_heading {
        font-size: 30px;
    }
    .ve_feature_slider_head .ve_heading {
        max-width: 910px;
        height: 180px;
        font-size: 35px;
    }
    .ve_feature_slider_inner .swiper-pagination-bullet, .ve_feature2_slider_inner .swiper-pagination-bullet {
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        font-weight: 400;
    }
    .ve_feature_slider_box_flex {
        gap: 30px;
        flex-direction: column-reverse;
    }
    .ve_feature_slide_content {
        max-width: 630px;
    }
    .ve_feature2_slider_inner .ve_feature_slider_box_flex {        
        background: #ffffff;
        box-shadow: 0 0 30px rgba(168,41,233,0.1);
        border: 2px solid #ae2cf1;
        padding: 40px 30px;
    }
    .ve_feat2_video_img {
        max-width: 650px;
        width: 100%;
    }
    .ve_feature2_slider_video {        
        top: 34px;
        left: 52px;
    }
    .ve_feature2_slider_video video {
        max-width: 550px;
    }    
    .ve_feature2_slider_video > img {
        max-width: 460px;
        margin-left: 50px;
    }
    .ve_feature2_slider_video.ve_feature2_slider_image_1 > img {
        max-width: 410px;     
    }
    .ve_feature2_slider_head .ve_heading {        
        max-width: 744px;
        height: 180px;     
        padding-top: 50px;
        font-size: 35px;
    }
    .ve_service_left {     
        display: block;
    }
    .ve_service_main {
        display: flex;
        justify-content: center;
        gap: 15px;
    }
    .ve_service_box {     
        margin-bottom: 15px;
    }
    .ve_table_box_flex {
        gap: 30px;
        flex-direction: column;
    }
    .ve_table_pymnt_section {     
        margin-left: 0;
    }  
    .ve_feat_slider {
        max-width: 600px;
        margin-top: -20px;
    }
    .ve_table_box {
        margin: auto;
    }
}
@media(max-width:991px){
    .ve_banner_video_left ul li {
        padding: 10px;
    }
    .ve_banner_top_heading h4 {
        font-size: 27px;
    }
    .ve_banner_main_heading h1 {
        max-width: 700px;
        height: 145px;
        font-size: 32px;
    }
    .ve_banner_video_left ul {
        gap: 15px;     
    }
    .ve_banner_video_left.ve_banner_video_right {
        margin: 15px 0;
    }
    .ve_banner_feature_section ul li {
        font-size: 18px;
        padding: 5px 15px 5px 5px;
        gap: 10px;
    }
    .ve_banner_feature_section ul li span {
        width: 50px;
        height: 50px;
    }
    .ve_banner_feature_section ul li span img{
        width: 25px;
        height: 25px;
    }
    .ve_pymnt_section_main h2 {
        font-size: 30px;
    }
    .ve_heading {
        max-width: 700px;        
        height: 150px;
        font-size: 30px;
    }
    .ve_full_length_heading .ve_heading {        
        max-width: 645px;
        height: 140px;
        padding-top: 35px;        
    }
    .ve_full_length_heading .ve_grdnt_heading {     
        margin-top: 0;
        font-size: 30px;
    }
    .ve_full_length_slider_parent {     
        padding: 30px 0 60px 0;
    }
    .ve_full_length_slider_parent .swiper-slide h4, .ve_resize_slider_parent .swiper-slide h4 {
        font-size: 20px;
        margin-top: 20px;
    }
    .ve_full_length_slider_parent .swiper-button-next, .ve_full_length_slider_parent .swiper-button-prev {
        top: 36%;
    }
    .ve_feature_slider_head .ve_heading {
        max-width: 780px;
        height: 160px;
        font-size: 29px;
    }
    .ve_feature2_slider_head .ve_heading {
        max-width: 644px;
        height: 150px;
        padding-top: 40px;        
    }
    .ve_feature_slider_head .ve_grdnt_heading {
        font-size: 26px;
    }
    .ve_step_head .ve_heading {        
        max-width: 554px;
        height: 150px;
        padding-top: 40px;
    }
    .ve_step_box {
        margin: 0 auto 30px auto;
    }
    .ve_step_wrapper {
        padding: 70px 0 30px 0;
    }
    .ve_step_box .ve_step_line{
        display: none;
    }
    .ve_service_wrapper {
        padding: 160px 0 100px 0;     
    }    
    .ve_easy_use_head .ve_heading {
        max-width: 610px;
        height: 125px;
    }
    .ve_easy_use_main {
        margin-top: 100px;
    }
    .ve_use_heading {
        max-width: 431px;
        height: 84px;
        font-size: 30px;
        top: -50px;        
        left: 0;
        right: 0;
        margin: auto;
    }
    .ve_use_right .ve_use_heading{
        top: -50px;        
    }
    .ve_use_right {
        padding: 70px 25px 25px 25px;
    }
    .ve_simplfy_slider_heading .ve_heading {        
        max-width: 694px;
        height: 140px;
        font-size: 26px;
    }
    .ve_guarantee_head .ve_heading {
        height: 160px;
        padding-top: 45px;
    }
    .ve_guarantee_inner {
        padding: 50px 30px;
        background: #f9e6e6;
        border-radius: 12px;
        border: 2px solid #f84403;
        flex-direction: column-reverse;
    }
    .ve_grntee_content {
        max-width: 100%;
    }
    .ve_table_head .ve_heading {        
        max-width: 584px;
        height: 160px;     
    }    
    .ve_table_box.ve_table_bundle {
        margin-top: 0;
    }
    .ve_faq_head {
        margin-top: 200px;
    }
    .ve_faq_head .ve_heading span {
        font-size: 35px;
    }
    .ve_faq_head .ve_heading {        
        max-width: 584px;
        height: 140px;     
        font-size: 23px;
    }
    div#accordionExample {
        margin-right: 0;
    }
    div#accordionExample2 {
        margin-left: 0;
        margin-top: -25px;
    }
    .ve_footer_head p {
        font-size: 19px;
    }
    .ve_footer_box p {
        font-size: 18px;
        padding-top: 5px;
    }
    .ve_footer_address {
        max-width: 595px;
        margin: 15px auto 20px auto;
        border-radius: 50px;
        font-size: 20px;
        padding: 10px 30px 2px 50px;     
    }
    .ve_footer_box {
        padding: 30px 15px;
    }
}
@media(max-width:900px){
    .ve_magic_slider_video video, .ve_full_length_slider_parent .ve_magic_slider_video video {
        min-height: 230px;
    }
    .ve_banner_video_left ul {     
        flex-wrap: wrap;
    }
    .ve_banner_video_left ul li {
        flex: 0 0 30%;
    }
}
@media(max-width:767px){
    .ve_service_head .ve_grdnt_heading {
        font-size: 26px;
        margin-top: 0px;
    }
    .ve_full_length_heading > h6 {
        font-size: 16px;
        padding: 8px 15px;
    }
    .ve_resize_slider_parent {
        padding: 0px 0 60px 0;
    }
    .ve_resize_slider_parent .swiper-button-next, .ve_resize_slider_parent .swiper-button-prev {
        top: 50%;
    }
    .ve_feature2_slider_video.ve_feature2_slider_image_4 img {
        max-width: 400px;
        width: 100%;        
    }
    .ve_banner_bottm {
        margin-top: 0;
        padding-top: 30px;
    }
    .ve_feature2_slider_video > img {
        max-width: 370px;
        margin-left: 0;
    }
    .ve_feature2_slider_video.ve_feature2_slider_image_1 > img {
        max-width: 310px;
    }
    .ve_banner_top_heading h4 {
        font-size: 19px;
    }
    .ve_banner_top_heading {
        padding: 13px 30px 11px 50px;
    }
    .ve_banner_top_heading > img {        
        top: -29px;
        left: -13px;
        width: 50px;
        height: auto;
    }
    .ve_banner_main_heading h1 {
        max-width: 550px;
        height: 120px;
        font-size: 27px;
    }
    .ve_banner_main_heading h1 span {
        padding: 2px 10px 5px 10px;
        line-height: 1.1;
    }
    .ve_banner_video_center {
        max-width: 540px;
        height: 310px;
    }
    .ve_banner_video_center > .ve_video > .ve_banner_video iframe {
        height: 310px;
    }
    .ve_banner_wrapper .ve_arrow_down {     
        display: none;
    }
    .ve_btn {
        max-width: 532px;
        height: 76px;
        font-size: 28px;
    }
    @keyframes shadow-pulse-2 {
        0% {        
            box-shadow: 0 0 0 0 rgba(248, 64, 2, 0.5);        
        }
        100% {
            box-shadow: 0 0 0 20px rgb(255 255 0 / 0%);        
        }
    }
    .ve_magic_slider_main:before, .ve_magic_slider_main:after{
        width: 30px;
    }
    .ve_magic_slider_video {
        text-align: center;
    }
    .ve_magic_slider_video video {
        min-height: 230px;
        height: 280px;
        max-width: 500px;
    }
    .ve_heading {
        max-width: 510px;
        height: 110px;
        font-size: 22px;
    }
    .ve_full_length_heading .ve_heading {
        max-width: 485px;
        height: 120px;
    }
    .ve_grdnt_heading {
        font-size: 26px;
    }
    .ve_full_length_heading .ve_grdnt_heading{
        font-size: 25px;
    }    
    .ve_feature_slider_head .ve_grdnt_heading {
        font-size: 23px;
    }
    .ve_feature_slider_head .ve_heading {
        max-width: 570px;
        height: 120px;
        font-size: 22px;
    }
    .ve_feature2_slider_head .ve_heading {
        max-width: 494px;
        height: 120px;
        padding-top: 30px;
    }
    .ve_feature_slider_main .swiper-button-next, .ve_feature_slider_main .swiper-button-prev {
        top: 42%;
    }
    .ve_step_head .ve_heading {
        max-width: 395px;
        height: 110px;
        padding-top: 30px;     
    }
    .ve_step_inner_parent {
        margin-top: 60px;
    }  
    .ve_service_box {     
        margin: 0 auto 10px auto;
    } 
    .ve_service_btn p {
        margin-top: 15px;
    }
    .ve_feat2_video_img {
        max-width: 500px;     
    }
    .ve_feature2_slider_inner .ve_feature_slider_box_flex {
        align-items: flex-start !important;
    }
    .ve_feature2_slider_video video {
        max-width: 410px;
        min-height: 150px;
    }
    .ve_feature2_slider_video {
        top: 27px;
        left: 41px;
    }
    .ve_use_right_box {     
        max-width: 350px;
        margin: auto;
    }
    .ve_easy_use_head .ve_heading {        
        max-width: 500px;
        height: 105px;
        font-size: 25px;
    }
    .ve_use_right {
        max-width: 550px;
    }
    .ve_simplfy_slider_heading .ve_heading {
        max-width: 504px;
        height: 100px;
        font-size: 19px;
    }
    .ve_trim_heading .ve_heading {        
        max-width: 302px;
        height: 95px;
        font-size: 25px;
    }
    .ve_boost_heading .ve_heading {     
        max-width: 432px;
        height: 100px;
    }
    .ve_guarantee_head .ve_heading {
        max-width: 520px;
        height: 130px;
        padding-top: 40px;
    }
    .ve_guarantee_wrapper {        
        padding: 40px 0 70px 0;        
    }
    .ve_guarantee_flex_box {
        margin-top: 30px;
    }
    .ve_table_head .ve_heading {
        max-width: 434px;
        height: 120px;
    }
    .ve_table_inner {
        padding: 0 20px 20px 20px;
        max-width: 100%;
        height: 100%;
        background-size: cover;
    }
    .ve_table_logo {
        padding: 80px 0 30px 0px;
    }
    .ve_table_logo img {
        width: 140px;
        height: auto;
    }
    .ve_faq_wrapper {
        margin-top: -160px;
    }
    .ve_table_inner ul li {
        margin-bottom: 15px;
        gap: 20px;
    }
    .ve_table_inner ul li p {
        font-size: 22px;        
    }
    .ve_table_name {
        font-size: 35px;
    }
    .ve_table_pymnt_section {     
        margin-left: -10px;
    }
    .ve_table_pymnt_section h2 {
        font-size: 23px;
    }
    .ve_table_name {
        font-size: 30px;        
    }
    .ve_faq_head .ve_heading span {
        font-size: 27px;
    }
    .ve_faq_head .ve_heading {
        max-width: 444px;
        height: 110px;
        font-size: 18px;
    }
    .ve_faq_main {
        margin-top: 60px;
    }
    .accordion-button {
        font-size: 16px;
        padding: 24px 15px 18px 25px;
    }
    .accordion-body {
        font-size: 16px;
    }
    .ve_faq_wrapper {
        z-index: 0;
    }
    .ve_faq_wrapper .ve_arrow_down {        
        top: 220px;     
    }
    .ve_table_wrapper {
        padding: 70px 0 0px 0;
    }
    .ve_table_wrapper::before, .ve_table_wrapper::after{
        display: none;
    }
    .ve_faq_pymnt_main {
        padding-top: 0;
    }
    .ve_faq_pymnt_main h2 {     
        font-size: 28px;
    }
    .ve_footer_logo a img {
        width: 200px;
        height: auto;
    }
    .ve_footer_head p {
        font-size: 17px;
        padding-bottom: 25px;
    }
    .ve_footer_box p {
        font-size: 16px;     
    }
    .ve_footer_address {
        font-size: 16px;
        padding: 10px 15px 2px 50px;
    }
    .ve_footer_address > img {
        top: -3px;     
        width: 40px;
        height: 40px;
    }
    .ve_footer_box ul li, .ve_footer_box ul li a {
        font-size: 16px;
    }
    .ve_footer_box ul {
        gap: 10px;
    }
    .ve_banner_feature_section ul li {
        font-size: 17px;
    }
    .ve_banner_feature_section ul li span {
        width: 40px;
        height: 40px;
    }
    .ve_banner_feature_section ul li span img {
        width: 20px;
        height: 20px;
    }    
    .ve_feature2_slider_video > img {
        max-width: 370px;
        margin-left: 0;
    }
    .ve_feature2_slider_video.ve_feature2_slider_image_1 > img {
        max-width: 310px;
    }
}
@media(max-width:655px){
    .ve_service_box {
        max-width: 270px;     
    }
    .ve_serive_img {
        width: 50px;
        height: auto;
    }
    .ve_service_content p {
        font-size: 14px;
        padding-top: 5px;
    }
    .ve_service_content h4 {
        font-size: 15px;
    }
    .ve_service_main {     
        gap: 10px;
    }
    .ve_banner_feature_section ul {
        gap: 10px;
    }
    .ve_banner_feature_section ul li {
        font-size: 15px;
    }
    .ve_banner_feature_section ul li span {
        width: 30px;
        height: 30px;
    }
    .ve_banner_feature_section ul li span img {
        width: 15px;
        height: 15px;
    }
    .ve_feat_slider {
        max-width: 500px;
        margin-top: -40px;
    }
}
@media(max-width:575px){
    .ve_full_length_heading > h6 {
        font-size: 14px;     
        max-width: 460px;
    }
    .ve_feature_slide_head {
        max-width: 200px;
        height: 50px;
    }
    .ve_feature_slide_head {
        max-width: 100% !important;
        height: 100% !important;
        background-size: cover !important;
        justify-content: flex-start !important;
        padding: 10px 10px 10px 20px;
    }
    .ve_banner_bottm {     
        padding-top: 10px;
    }
    .ve_banner_top_heading {
        padding: 5px 20px;
    }
    .ve_banner_top_heading h4 {
        font-size: 17px;
    }
    .ve_banner_top_heading > img {
        display: none;
    }
    .ve_banner_main_heading h1 {
        max-width: 460px;
        height: 110px;
        font-size: 22px;
    }
    .ve_banner_main_heading h1 span {        
        padding: 1px 10px;
        filter: none;
    }
    .ve_banner_video_section {     
        margin-top: 20px;
    }
    .ve_banner_video_center {
        max-width: 460px;
        width: 100%;
        height: 260px;
        margin-bottom: 30px;
    }
    .ve_banner_video_center > .ve_video > .ve_banner_video iframe {
        height: 260px;
        padding: 3px;
    }
    .ve_banner_video_left {        
        margin: 0;     
    }
    .ve_pymnt_section_main h2 {
        font-size: 26px;
    }
    .ve_banner_feature_section {
        margin-top: 20px;
    }
    .ve_btn {
        max-width: 450px;
        height: 65px;
        font-size: 24px;
    }
    .ve_magic_slider_main:before, .ve_magic_slider_main:after{
        display: none;
    }
    .ve_magic_slider_video video {
        min-height: 230px;
        height: 220px;
        max-width: 400px;
    }
    .ve_full_length_slider_parent .swiper-slide h4, .ve_resize_slider_parent .swiper-slide h4 {
        font-size: 18px;
        padding: 5px 20px;
        margin-top: 15px;
    }
    .ve_full_length_slider_wrapper{
        padding: 30px 0 50px 0;     
    }
    .ve_feature_slide_head h4 {
        font-size: 20px;
    }
    .ve_feature_slider_video > video {
        min-height: 180px;
    }
    .ve_feature_slider_head .ve_grdnt_heading {
        font-size: 20px;
    }
    .ve_feature_slider_head .ve_heading {
        max-width: 500px;
        height: 100px;
        font-size: 19px;
    }
    .ve_feature_slider_inner .swiper-pagination-bullet, .ve_feature2_slider_inner .swiper-pagination-bullet {
        height: 36px;
        line-height: 36px;
        font-size: 16px;     
        padding: 0 15px;
    }
    .ve_feat2_video_img > img {
        display: none;
    }
    .ve_feature2_slider_video {     
        position: unset;        
    }
    .ve_feature2_slider_video video{     
        max-width: 100%;
        min-width: auto;
    }
    .ve_feature2_slider_video > img {
        max-width: 100%;
        margin: 0;
    }
    .ve_feature2_slider_video.ve_feature2_slider_image_1 > img {
        max-width: 290px;
    }
    .ve_feature2_slider_inner .ve_feature_slider_box_flex {
        padding: 20px 15px 10px 15px;
    }    
    .ve_use_left_box ul li img {
        top: -10px;        
        width: 90px;
        height: auto;
    }
    .ve_use_left_box ul li p {
        font-size: 25px;
    }
    .ve_use_left_box ul li {
        height: 70px;
        line-height: 70px;
        padding: 0 20px 0 95px;
        margin-bottom: 30px;
    }
    .ve_feature2_slider_inner .ve_feature_slider_box_flex {     
        margin-bottom: 15px;
    }
    .ve_service_main {        
        flex-direction: column;
    }
    .ve_service_left {        
        margin-bottom: 0;
    }
    .ve_banner_feature_section ul {     
        flex-wrap: nowrap;
    }
    .ve_banner_feature_section ul li {     
        justify-content: center;
        padding: 5px 10px;
    }
    .ve_banner_feature_section ul li span {
        display: none;
    }
    .ve_magic_slider_wrapper {
        margin-top: -170px;
    }
    .ve_magic_slider_wrapper .ve_arrow_down {
        margin-top: 60px;
    }    
    .ve_feat_slider {
        max-width: 450px;
    }
    .ve-banner-badge {
        max-width: 330px;
    }
}
@media(max-width:525px){
    .ve_service_head .ve_grdnt_heading {
        font-size: 22px;     
    }
    .ve_service_center {
        margin: 40px 0;
    }
    .ve_heading {
        max-width: 440px;
        height: 95px;
        font-size: 19px;
    }
    .ve_full_length_heading .ve_heading {
        max-width: 405px;
        height: 100px;
        padding-top: 25px;
    }
    .ve_full_length_heading .ve_grdnt_heading {
        font-size: 19px;
    }
    .ve_feature_slider_head .ve_grdnt_heading {
        font-size: 18px;
    }
    .ve_feature_slider_head .ve_heading {
        max-width: 450px;
        height: 90px;
        font-size: 17px;
    }
    .ve_feature2_slider_head .ve_heading {     
        padding-top: 24px;
    }
    .ve_step_head .ve_heading {
        max-width: 340px;
        height: 90px;
        padding-top: 25px;
    }
    .ve_easy_use_head .ve_heading {        
        max-width: 420px;
        height: 90px;
        padding-left: 13px;
        font-size: 21px;
    }
    .ve_use_heading {
        max-width: 351px;        
        font-size: 25px;     
    }
    .ve_use_right .ve_use_heading {     
        max-width: 260px;
    }
    .ve_simplfy_slider_heading .ve_heading {
        max-width: 434px;
        height: 90px;
        font-size: 16px;
        margin-bottom: 20px;
    }
    .ve_trim_heading .ve_heading {
        max-width: 242px;
        height: 85px;
        font-size: 20px;
    }
    .ve_boost_heading .ve_heading {
        max-width: 352px;
        height: 80px;
    }
    .ve_table_head .ve_heading {
        max-width: 374px;
        height: 100px;
    }
    .ve_footer_address {
        font-size: 14px;
        padding: 6px 10px 2px 40px;
        max-width: 440px;
    }
    .ve_footer_address > img {     
        width: 35px;
        height: 35px;
    }
    .ve_footer_wrapper {        
        padding: 70px 0 30px 0;     
    }
    .ve_banner_video_left ul li {
        flex: 0 0 40%;
    }
    li.ve_banner_box_5 {
        display: none;
    }
    .ve_mobile{
        display: block !important;
    }
    .ve_feat_slider {
        max-width: 410px;
    }
}
@media(max-width:500px){
    .ve_table_name {
        right: 80px;             
    }
}
@media(max-width:480px){
    .ve_service_head .ve_grdnt_heading {
        font-size: 19px;     
    }
    .ve_service_center {
        margin: 30px 0;
    }
    .ve_full_length_heading > h6 {
        font-size: 12px;
        max-width: 390px;
        border-radius: 5px;
        padding: 5px 10px;
    }
    .ve_magic_slider_parent_without_bg {     
        padding-bottom: 60px;
    }
    .ve_banner_top_heading {
        padding: 5px 10px;
    }
    .ve_banner_top_heading h4 {
        font-size: 16px;
    }
    .ve_banner_top_heading h4 span {
        font-weight: 600;
    }
    .ve_banner_main_heading h1 {
        max-width: 400px;
        height: 100px;
        font-size: 19px;
        margin-top: -23px;
    }
    .ve_banner_video_center {
        max-width: 400px;
    }
    .ve_banner_video_center {
        height: 230px;        
    }
    .ve_banner_video_center > .ve_video > .ve_banner_video iframe {
        height: 230px;        
    }   
    .ve_pymnt_section_main h2 {
        font-size: 23px;
    }
    .ve_btn {
        max-width: 400px;
        height: 60px;
        font-size: 21px;
    }
    .ve_pymnt_inner p {                
        padding: 15px 0;
    }
    .ve_banner_feature_section ul li span {
        width: 40px;
        height: 40px;
    }
    .ve_banner_feature_section ul li span img {
        width: 20px;
        height: 20px;
    }
    .ve_arrow_down > img {
        width: 60px;
        height: 60px;
    }
    @keyframes shadow-pulse {
        0% {
            box-shadow: 0 0 0 0 rgba(235,101,247,1)
        }
        100% {
            box-shadow: 0 0 0 20px rgb(255 255 0 / 0%);        
        }
    }
    @keyframes shadow-pulse-3 {
        0% {
            box-shadow: 0 0 0 0 rgba(30,217,79,0.5)
        }
        100% {
            box-shadow: 0 0 0 20px rgb(255 255 0 / 0%);        
        }
    }
    .ve_grdnt_heading {
        font-size: 22px;
    }
    .ve_heading {
        max-width: 380px;
        height: 80px;
        font-size: 16px;
    }
    .ve_full_length_heading .ve_heading {
        max-width: 355px;
        height: 90px;     
    }
    .ve_full_length_heading .ve_grdnt_heading {
        font-size: 17px;
    }
    .ve_magic_slider_box p {
        font-size: 16px;
    }
    .ve_magic_slider_wrapper .ve_arrow_down {
        margin-top: 70px;
    }
    .ve_feature_slider_video:before, .ve_feature_slider_video:after{
        display: none;
    }
    .ve_feature_slider_box_flex {     
        padding: 25px 20px 15px 20px;
        gap: 15px;
    }
    .ve_feature_slider_wrapper {
        padding: 60px 0;
    }
    .ve_feature_slider_head .ve_grdnt_heading {
        font-size: 16px;
    }
    .ve_feature_slider_head .ve_heading {
        max-width: 400px;
        height: 80px;
        font-size: 15px;
        margin-bottom: 20px;
    }
    .ve_feature_slider_inner .swiper-pagination, .ve_feature2_slider_inner .swiper-pagination {     
        margin-bottom: 20px;
    }
    .ve_step_wrapper {
        padding: 40px 0 30px 0;
    }
    .ve_step_inner_head {
        max-width: 177px;
        height: 66px;
        top: -18px;
    }
    .ve_step_inner_head h2 {
        font-size: 23px;
        padding-top: 8px;
    }
    .ve_service_head {
        margin-top: 100px;
    }
    .ve_service_btn p {
        font-size: 20px;
    }
    .ve_feature2_slider_inner .ve_feature_slide_head h4 {
        font-size: 18px;
    }
    .ve_feat2_box_1 .ve_feature_slide_head {
        max-width: 327px;
        height: 52px;
    }
    .ve_feature_slider_main .ve_slider_btn .swiper-button-next, .ve_feature_slider_main .ve_slider_btn .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    .ve_feat2_box_2 .ve_feature_slide_head {
        max-width: 230px;
        height: 56px;
    }
    .ve_feat2_box_3 .ve_feature_slide_head {
        max-width: 347px;
        height: 52px;
    }
    .ve_feat2_box_4 .ve_feature_slide_head {
        max-width: 347px;
        height: 82px;
    }
    .ve_feat2_box_5 .ve_feature_slide_head {
        max-width: 298px;
        height: 82px;
    }
    .ve_feat2_box_6 .ve_feature_slide_head {
        max-width: 267px;
        height: 52px;
    }
    .ve_feat2_box_7 .ve_feature_slide_head {
        max-width: 247px;
        height: 52px;
    }
    .ve_simplfy_slider_heading .ve_heading {
        max-width: 404px;
        height: 80px;
        font-size: 15px;     
    }
    .ve_guarantee_head .ve_heading {
        max-width: 400px;
        height: 100px;
        padding-top: 30px;
    }
    .ve_guarantee_inner {
        padding: 30px 15px 30px 15px;
    }
    .ve_guarantee_inner .ve_feature_slide_head {
        max-width: 320px;
        height: 52px;
    }
    .ve_guarantee_inner .ve_feature_slide_head h4 {
        font-size: 20px;
    }
    .ve_grntee_content p {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .ve_table_head .ve_heading {
        max-width: 324px;
        height: 90px;
    }
    .ve_table_inner {
        padding: 0 20px 20px 15px;
        background: #f8effd;
        border-radius: 12px;
        border: 2px solid #895be2;
    }
    .ve_table_name {
        max-width: 180px;
        display: flex;
        background: linear-gradient(90deg, rgba(247,54,0,0.9999999999999999) 0%, rgba(249,203,34,0.996078431372549) 100%);
        padding: 5px 15px;
        border-radius: 50px;
        top: -20px;
        right: 0;
        left: 0;        
        margin: auto;
        text-align: center;
        font-size: 26px;
    }
    .ve_table_logo {
        padding: 60px 0 30px 0px;
    }
    .ve_faq_head .ve_heading span {
        font-size: 22px;
    }
    .ve_faq_head .ve_heading {
        max-width: 374px;
        height: 90px;
        font-size: 15px;
    }
    .accordion-header img {        
        top: -20px;
        left: -12px;     
        width: 45px;
        height: auto;
    }
    .accordion-button {
        font-size: 16px;
        padding: 20px 15px 15px 20px;
    }
    .accordion-body {
        font-size: 15px;
        padding: 10px;
        margin: 5px;
    }
    .accordion-item {
        margin-bottom: 40px;
    }
    .ve_faq_wrapper {
        margin-top: -150px;
        padding: 50px 0;
    }
    .ve_faq_wrapper .ve_arrow_down {
        top: 180px;
    }
    .ve_footer_logo a img {
        width: 160px;     
    }
    .ve_footer_head p {
        font-size: 15px;
        padding-bottom: 20px;
    }
    .ve_footer_address > img {     
        display: none;
    }
    .ve_footer_address {     
        padding: 6px 10px 2px 10px;
        max-width: 380px;
    }
    .ve_table_wrapper {
        padding: 50px 0 0px 0;
    }
    .ve_simplfy_wrapper {
        margin-top: -200px;
    }
    .ve_easy_use_wrapper .down_bottom {
        bottom: 40px;     
    }
    .ve_trim_slider {
        padding-bottom: 50px;
    }
    .ve_slider_btn .swiper-button-next, .ve_slider_btn .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    .ve_magic_slider_video video, .ve_full_length_slider_parent .ve_magic_slider_video video {
        min-height: 180px;
    }
    .ve_feature_slider_main .swiper-button-next, .ve_feature_slider_main .swiper-button-prev {
        top: 50%;
    }
    .ve_banner_feature_section ul li {
        min-width: 110px;
        font-size: 14px;
    }
    .ve_pymnt_section_main {
        padding-top: 10px;
    }
    .ve_table_box.ve_table_bundle {
        margin-top: 20px;
    }
    .ve_table_pymnt_section {
        margin-left: 0;
    }
    .ve_bannerVideoShape1, .ve_bannerVideoShape2, .ve_bannerVideoShape3, .ve_bannerVideoShape4{
        display: none;
    }
    .ve_feat_slider {
        max-width: 380px;
        padding: 0;
        margin-top: -10px;
    }
    .veSwiperParent .swiper-button-next, .veSwiperParent .swiper-button-prev {
        width: 35px;
        height: 35px;
        top: 45%;
    }
    .ve_feature_slider_main .swiper-button-prev {
        left: -7px;
    }
    .ve_feature_slider_main .swiper-button-next {
        right: -7px;
    }
    .ve_feature_slide_head h4 {
        font-size: 18px;
    }
}
@media(max-width:425px){
    .ve_use_right_box {
        padding: 30px 15px;     
    }
    .ve_use_right_content {
        margin-top: 30px;
        min-width: 120px;
        display: inline-block;
    }
    .ve_use_right_box p {
        font-size: 20px;
        padding: 4px 20px;
    }
    .ve_service_head .ve_grdnt_heading {
        font-size: 17px;
        margin-top: 5px;     
    }
    .ve_top_bar p {
        padding: 8px 0 6px 0;
        font-size: 16px;
        font-weight: 500;
    }
    .ve_full_length_slider_parent .ve_magic_slider_video > div > iframe, .ve_resize_slider_parent .ve_magic_slider_video > div > iframe {
        padding: 1px;
        border-radius: 10px;
    }
    .ve_resize_slider_parent .swiper-button-next, .ve_resize_slider_parent .swiper-button-prev {
        top: 48%;
    }
    .ve_feat2_box_5 .ve_feature_slide_head {
        max-width: 280px;
        height: 70px;
        padding-left: 15px;
    }
    .ve_banner_video_left ul {
        gap: 10px;
    }    
    .ve_banner_video_center {
        max-width: 347px;
    }
    .ve_logo a img {
        width: 170px;
        height: auto;
        object-fit: contain;
    }
    .ve_banner_top_heading h4 {
        font-size: 13px;
    }
    .ve_banner_main_heading h1 {
        max-width: 350px;     
        font-size: 17px;
    }
    .ve_banner_video_section {
        margin-top: 10px;
    }  
    .ve_banner_video_center, .ve_banner_video_center > .ve_video > .ve_banner_video iframe {
        height: 197px;
        padding: 2px;
    }    
    .ve_banner_feature_section ul {     
        gap: 5px;
    }
    .ve_pymnt_section_main h2 {
        font-size: 20px;
    }
    .ve_btn {
        max-width: 350px;
        height: 50px;
        font-size: 19px;
        font-weight: 500;
        margin: 10px auto;
    }
    @keyframes shadow-pulse-2 {
        0% {        
            box-shadow: 0 0 0 0 rgba(248, 64, 2, 0.5);        
        }
        100% {
            box-shadow: 0 0 0 10px rgb(255 255 0 / 0%);        
        }
    }
    .ve_pymnt_inner {
        padding-top: 5px;     
    }
    .ve_pymnt_inner p {
        font-size: 15px;
    }
    .ve_magic_slider_video video {
        min-height: 190px;
        height: 190px;
        max-width: 340px;
    }
    .ve_grdnt_heading {
        font-size: 19px;
    }
    .ve_heading {
        max-width: 350px;
        height: 75px;
        font-size: 15px;
    }
    .ve_full_length_heading .ve_heading {
        max-width: 320px;
        height: 80px;     
    }
    .ve_magic_slider_box h4 {
        font-size: 22px;
        font-weight: 600;
    }
    .ve_feature_slider_main .ve_slider_btn .swiper-button-next, .ve_feature_slider_main .ve_slider_btn .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    .ve_feature_slider_head .ve_heading {
        max-width: 350px;
        height: 70px;
        font-size: 14px;        
    }
    .ve_feature2_slider_head .ve_heading {
        padding-top: 19px;
    }
    .ve_feature_slider_head .ve_grdnt_heading {     
        margin-bottom: 5px;
    }
    .ve_feature_slider_video > video {
        min-height: 130px;
    }
    .ve_feature_slider_box_flex {
        padding: 20px 15px 10px 15px;
        gap: 10px;
    }
    .ve_step_inner_parent {
        margin-top: 40px;
    }
    .ve_step_head .ve_heading {
        max-width: 280px;
        height: 80px;
        padding-top: 20px;
    }
    .ve_feature2_slider_inner .ve_feature_slide_head h4 {
        font-size: 18px;
    }
    .ve_easy_use_head .ve_heading {
        max-width: 360px;
        height: 80px;
        font-size: 18px;
    }
    .ve_use_heading {
        max-width: 300px;
        font-size: 21px;
    }
    .ve_use_left_box ul li {
        height: 60px;
        line-height: 60px;
        padding: 0 15px 0 75px;
    }
    .ve_use_left_box ul li img {    
        top: -5px;    
        width: 70px;        
    }
    .ve_use_left_box ul li p {
        font-size: 21px;
    }
    .ve_use_left {
        padding: 50px 10px 30px 25px;
    }
    .ve_easy_use_main {
        margin-top: 70px;
    }
    .ve_simplfy_slider_heading .ve_heading {
        max-width: 354px;
        height: 70px;
        font-size: 13px;
        margin-bottom: 20px;
    }
    .ve_table_inner ul li {
        margin-bottom: 10px;
        gap: 15px;
    }
    .ve_table_pymnt_section {
        margin-left: 0;
    }
    .ve_table_inner ul li p {
        font-size: 18px;
    }
    .ve_table_pymnt_section .ve_btn {        
        max-width: 320px;
        height: 45px;
        font-size: 17px;        
    }
    .ve_table_pymnt_section .ve_pymnt_inner p {
        font-size: 14px;     
    }    
    .ve_faq_head .ve_heading span {
        font-size: 20px;
    }
    .ve_faq_head .ve_heading {
        max-width: 344px;
        height: 80px;
        font-size: 14px;
    }
    .accordion-button {
        font-size: 14px;        
    }
    .accordion-body {
        font-size: 13px;     
    }
    .ve_faq_head {
        margin-top: 210px;
    }
    .ve_easy_use_wrapper {
        padding: 40px 0 150px 0;     
    }
    .ve_simplfy_wrapper {
        padding: 180px 0 30px 0;
    }
    .ve_table_name {
        max-width: 150px;
        font-size: 23px;
    }
    .ve_pymnt_section_main.text-center.ve_table_pymnt_section > p {
        font-size: 16px;
    }
    .ve_faq_main {
        margin-top: 40px;
    }
    .ve_feature2_slider_inner .ve_feature_slider_box_flex {
        gap: 15px;
    }
    .ve_banner_feature_section ul li {
        min-width: 100px;
        font-size: 13px;
        text-align: center;
    }
    .ve_feat_slider {
        max-width: 330px;     
    }    
    .ve_feature_slide_head h4 {
        font-size: 17px;
    }
}
@media(max-width:404px){
    .ve_resize_slider_parent {
        padding: 0px 0 80px 0;
    }
}
@media(max-width:375px){  
    .ve_easy_use_head .ve_heading {
        font-size: 16px;
    }
    .ve_service_center {
        margin: 20px 0;
    } 
    .ve_service_head .ve_grdnt_heading {
        font-size: 16px;     
    } 
    .ve_feature_slide_head h4 {
        font-size: 18px;
    }
    .ve_banner_video_center {
        max-width: 300px;
    }
    .ve_banner_main_heading h1 {
        max-width: 320px;
        font-size: 15px;
        height: 80px;
        margin-top: -17px;
        padding-top: 19px;
    }
    .ve_banner_video_center, .ve_banner_video_center > .ve_video > .ve_banner_video iframe {
        height: 173px;
    }
    .ve_pymnt_section_main h2 {
        font-size: 16px;
    }
    .ve_btn {
        font-size: 16px;
    }
    .ve_heading {
        max-width: 310px;
        height: 65px;
        font-size: 13px;
    }
    .ve_feature_slider_head .ve_grdnt_heading {
        font-size: 15px;
    }
    .ve_feature_slider_head .ve_heading {
        max-width: 320px;
        height: 64px;
        font-size: 12px;
    }
    .ve_step_head .ve_heading {
        max-width: 240px;
        height: 70px;
        padding-top: 20px;
    }
    .ve_feature2_slider_inner .ve_feature_slide_head h4 {
        font-size: 17px;
    }
    .ve_guarantee_head .ve_heading {
        max-width: 320px;
        height: 70px;
        padding-top: 20px;
    }
    .ve_guarantee_inner .ve_feature_slide_head h4 {
        font-size: 18px;
    }
    .ve_guarantee_inner .ve_feature_slide_head {
        max-width: 290px;
        height: 47px;
    }
    .ve_table_head .ve_heading {
        max-width: 264px;     
    }
    .ve_table_inner ul li p {
        font-size: 16px;
    }
    .ve_table_inner ul li img {
        width: 18px;
        height: 18px;
    }
    .ve_table_inner {
        padding: 0 15px 10px 15px;     
    }
    .ve_table_pymnt_section .ve_btn {
        max-width: 280px;
        height: 40px;
        font-size: 15px;
    }
    .ve_table_pymnt_section .ve_pymnt_inner p {
        font-size: 13px;
    }
    .ve_faq_head .ve_heading span {
        font-size: 17px;
    }
    .ve_faq_head .ve_heading {
        max-width: 314px;
        height: 75px;
        font-size: 13px;
    }
    .ve_feature_slide_head h4 {
        font-size: 17px;
    }
    .ve_feat_slider {
        max-width: 300px;
    }
    .ve_feature_slide_head {
        padding: 10px 5px 10px 15px;
    }
    .ve_feature_slide_head h4 {
        font-size: 16px;
    }
}
@media(max-width:350px){
    .ve_feature_slide_head h4 {
        font-size: 15px;
    }
    .ve_feat_slider {
        max-width: 275px;
    }
}
/*============= Responsive CSS End =============*/