/*
[Master Stylesheet] 
Project:Artistly Elite Upgrade HTML
-------------------------------------------------------------------*/
/********************************************************
1. body start
 *******************************************************/
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;	  	
	-webkit-font-smoothing: antialiased;
    overflow-x:hidden;    
    font-family: 'Outfit', 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;    
}
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(266deg, #0c914a 0%, #7dc018 100%);
}
/* Scroll */
/* Bottom To Top CSS Start */
.hp_top_icon a {
    display: flex;
    background-image: linear-gradient(266deg, #0c914a 0%, rgb(125, 192, 24) 100%);
    filter: drop-shadow(0 0 15px rgba(125, 192, 24,0.6));
    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);        
    }
}
.hp_top_icon a svg {
    fill: #fff;
    transform: rotate(270deg);
}
.hp_top_icon a.show {
    opacity: 1;
    visibility: visible;
}
/* Bottom To Top CSS End */

/* Padder Top CSS*/
.padder-top10{
    padding-top: 10px;
}
.padder-top20{
    padding-top: 20px;
}
.padder-top30{
    padding-top: 30px;
}
.padder-top40{
    padding-top: 40px;
}
.padder-top50{
    padding-top: 50px;
}
.padder-top60{
    padding-top: 60px;
}
.padder-top70{
    padding-top: 70px;
}
.padder-top80{
    padding-top: 80px;
}

/* Padder Bottom CSS*/
.padder-bottom10{
    padding-bottom: 10px;
}
.padder-bottom20{
    padding-bottom: 20px;
}
.padder-bottom30{
    padding-bottom: 30px;
}
.padder-bottom40{
    padding-bottom: 40px;
}
.padder-bottom50{
    padding-bottom: 50px;
}
.padder-bottom60{
    padding-bottom: 60px;
}
.padder-bottom70{
    padding-bottom: 70px;
}
.padder-bottom80{
    padding-top: 80px;
}

/* Padder Both CSS*/
.padder-both10{
    padding: 10px 0;
}
.padder-both15{
    padding: 15px 0;
}
.padder-both20{
    padding: 20px 0;
}
.padder-both30{
    padding: 30px 0;
}
.padder-both40{
    padding: 40px 0;
}
.padder-both50{
    padding: 50px 0;
}
.padder-both60{
    padding: 80px 0;
}
.padder-both70{
    padding: 70px 0;
}
.padder-both80{
    padding: 80px 0;
}
.padder-both90{
    padding: 90px 0;
}
.padder-both100{
    padding: 100px 0;
}

/* 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 */
.ar_btn{
    background-image: url(../images/btn_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    max-width: 576px;
    width: 100%;
    height:90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
    animation: scale 2s infinite alternate-reverse;
}
.ar_btn a {
    display: inline-block;
    text-align: center;                
    font-size: 34px;
    font-weight: 800;
    color: #ffffff;    
    transition: all 0.3s;    
}
@keyframes scale {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);        
    }
}
/* Botton CSS End */
.bg_image{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.white{
    color: #fff;
}
.black{
    color: #222222;
}
/* Heading */
.ar_heading, .ar_sb_heading{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 100%;
}
.ar_heading{
    align-items: unset;
}
.ar_heading h1{
    font-size: 50px;    
    font-weight: 700;
    color: #ffffff;
    text-transform: capitalize;
    text-align: center;
    padding-top: 20px;
}
.ar_sb_heading h4{
    font-size: 26px;    
    font-weight: 600;
    color: #ffffff;
    text-transform: capitalize;
    text-align: center;
}
/* Heading */

/* Banner CSS Start */
.ar_banner_wrapper{
    background-image: url(../images/banner_bg.jpg);  
    padding-bottom: 90px;  
}
.ar_banner_wrapper .container{
    max-width: 1500px;
}
.ar_logo_section {
    max-width: 1057px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.102);
    justify-content: space-between;
    padding: 30px;
}
.ar_logo_section::before{
    content: '';
    width: 100%;
    height: 3px;
    background-image: linear-gradient(266deg, #71ffb3 0%, #cbff7f 100%);
    position: absolute;
    top: 0;
    left: 0;
}
.ar_logo_right {
    max-width: 700px;
}
.ar_logo_right a {
    display: inline-block;
    background-image: linear-gradient(to left, #71ffb3 50%, #cbff7f 80%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;    
}
.ar_logo_right a::before{
    content: '';
    width: 100%;
    height: 2px;
    background-image: linear-gradient(266deg, #71ffb3 0%, #cbff7f 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}
.ar_banner_heading_section h3 {
    display: inline-block;
    background-image: linear-gradient(266deg, #71ffb3 0%, #cbff7f 100%);
    border-radius: 18px;
    color: #050334;
    text-transform: capitalize;
    padding: 10px 30px;
    margin: 40px 0 30px 0;
}
.ar_banner_heading{
    background-image: url(../images/banner_heading_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    max-width: 1407px;
    width: 100%;
    height: 215px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;    
}
.ar_banner_heading h1{
    font-size: 66px;    
    color: #ffffff;
    font-weight: 800;  
    text-transform: capitalize;  
}
.ar_banner_heading h1 span {
    background-image: linear-gradient(to right, #ff3179 10%, #ffb718 80%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}
.ar_mockup_video {
    max-width: 820px;
    position: relative;    
    margin-top: 50px;
    z-index: 1;
}
.ar_video{
    position: absolute !important;
    top: 17px !important;
    left: 32px !important;
    width: 100% !important;
    right: 130px !important;
}
.ar_video > div {
    width: 770px !important;
    height: 433px !important;
    left: 0 !important;
}
/* Banner CSS End */

/* Payment CSS Start */
.ar_pymnt_wrapper {
    background-image: url(../images/pymnt_bg.png);
    padding: 150px 0 70px 0;
    margin-top: -110px;
}
.ar_pymnt_head {
    margin-top: 35px;
}
.ar_pymnt_wrapper .ar_heading, .ar_footer_wrapper .ar_heading{
    background-image: url(../images/pymnt_head_bg.png);
    max-width: 1220px;
    height: 198px;
}
.ar_pymnt_wrapper .ar_sb_heading, .ar_footer_wrapper .ar_sb_heading {
    background-image: url(../images/pymnt_sb_head.png);
    max-width: 776px;
    height: 50px;
}
.ar_pymnt_inner{
    text-align: center;
}
.ar_pymnt_inner h4 {
    height: 60px;
    display: inline-flex;
    align-items: center;
    background-color: #151149;
    border-radius: 50px;
    font-size: 34px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    margin: 50px 0 20px 0;
    padding: 0 40px;
}
.ar_pymnt_inner h4 span {
    width: 125px;
    height: 80px;
    line-height: 80px;
    display: block;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    background-image: url(../images/price_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(-10deg);
    margin: 0 20px;
    animation: 2s rotate2 linear infinite;
}
@keyframes rotate2 {
	0% {
		transform: rotate(-8deg);
	}
	50% {
		transform: rotate(8deg);
	}			
	75% {
		transform: rotate(0deg);
	}	
	100% {
		transform: rotate(-8deg);
	}	
}
.ar_pymnt_inner p {
    padding: 15px 0;
}
.ar_pymnt_inner h6 {
    background: #151149;
    max-width: 780px;
    text-align: left;
    padding: 10px 25px;
    line-height: 1.5;
    border-radius: 10px;
    border: 1px dashed #95ff9e;
    margin: 20px auto;
}
.ar_pymnt_inner h6 a{
    display: inline-block;
    color: #81ffaa;
    font-weight: 500;
    position: relative;
}
.ar_pymnt_inner h6 a:before{
    content: '';
    width: 75px;
    height: 1px;
    background-color: rgb(149, 255, 158);
    position: absolute;
    bottom: 0;
    left: 0;
}
img.ar_arrow_down {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    animation: shadow-pulse 2s infinite;
}
@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(149 255 158 / 70%)
    }
    100% {
        box-shadow: 0 0 0 30px rgb(255 255 0 / 0%);        
    }
}
/* Payment CSS End */

/* Feature CSS Start */
.ar_feature_wrapper {
    background-image: url(../images/feature_main_bg.png);
    padding: 150px 0 200px 0;
    margin-top: -115px;
}
.ar_feature_wrapper .container, .ar_email_wrapper .container{
    max-width: 1710px;
}
.ar_feature_wrapper .ar_heading{
    background-image: url(../images/feature_head_bg.png);
    max-width: 1020px;
    height: 198px;
}
.ar_feature_wrapper .ar_sb_heading {
    background-image: url(../images/feature_sb_head_bg.png);
    max-width: 576px;
    height: 50px;
}
.ar_feature_wrapper .ar_sb_heading h4 {
    font-size: 28px;
    font-weight: 700;
}
.ar_feature_inner {
    padding-top: 80px;
}
.ar_feature_box {    
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 27px 80px;
    margin-bottom: 60px;
}
.ar_feature_box:last-child{
    margin-bottom: 0;
}
.ar_feature_wrapper .ar_feature_box:nth-last-of-type(2n+1){
    padding-right: 50px;
    flex-direction: row-reverse;
}
.ar_feature_wrapper .ar_feature_box:nth-last-of-type(2n+2) {
    padding-left: 50px;    
}
.ar_first_box{
    background-image: url(../images/f1bg.png);
}
.ar_second_box{
    background-image: url(../images/f2bg.png);
}
.ar_third_box{
    background-image: url(../images/f3bg.png);
}
.ar_four_box{
    background-image: url(../images/f4bg.png);
}
.ar_five_box{
    background-image: url(../images/f5bg.png);
}
.ar_six_box, .ar_eight_box{
    background-image: url(../images/f6bg.png);
}
.ar_seven_box{
    background-image: url(../images/f7bg.png);
}
.ar_box9{
    background-image: url(../images/f9bg.png);
}
.ar_box10{
    background-image: url(../images/f10bg.png);
}
.ar_box11{
    background-image: url(../images/f11bg.png);
}
.ar_box12{
    background-image: url(../images/f12bg.png);
}
.ar_box13{
    background-image: url(../images/f13bg.png);
}
.ar_box14{
    background-image: url(../images/f14bg.png);
}
.ar_box15{
    background-image: url(../images/f15bg.png);
}
.ar_box16{
    background-image: url(../images/f16bg.png);
}
.ar_box17{
    background-image: url(../images/f17bg.png);
}
.ar_box18{
    background-image: url(../images/f18bg.png);
}
.ar_feature_video {    
    position: relative;
}
.ar_feature_video > img {
    max-width: 788px;
    width: 100%;
    height: 512px;
    object-fit: contain;
}
.ar_iframe_video {
    position: absolute;
    top: 75px;
    left: 64px;
    max-width: 650px;
    width: 100%;
}
.ar_ftr_video_div video, .ar_ftr_video_div img {
    position: absolute;
    top: 64px;
    left: 64px;
    max-width: 660px;
    height: 385px;
}
.ar_first_box .ar_ftr_video_div video, .ar_second_box .ar_ftr_video_div video {
    max-width: 645px;
    height: 373px;
    top: 70px;
    left: 70px;
}
.ar_six_box .ar_ftr_video_div img {    
    top: 40px;
    left: 64px;
    max-width: 675px;
    height: 422px;
}
.ar_seven_box .ar_ftr_video_div img {    
    top: 63px;
    left: 64px;
    max-width: 699px;
    height: 407px;
}
.ar_eight_box .ar_ftr_video_div img {
    top: 50px;
    left: 120px;
}
.ar_ftr_video_div video, .ar_ftr_video_div img{
    border-radius: 10px;
}
.ar_feature_box_head {
    background-repeat: no-repeat;
    background-position: -30px center;
    background-size: contain;
    display: flex;
    align-items: center;
    max-width: 507px;
    height: 60px;
}
.ar_feature_box_head h4 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    padding-bottom: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}
.ar_feature_box_head > h4 > img {
    width: 50px;
    height: auto;
}
.ar_first_box .ar_feature_box_head{
    background-image: url(../images/f1head_bg.png);
}
.ar_second_box .ar_feature_box_head{
    background-image: url(../images/f2head_bg.png);
}
.ar_third_box .ar_feature_box_head{
    background-image: url(../images/f3head_bg.png);
}
.ar_four_box .ar_feature_box_head{
    background-image: url(../images/f4head_bg.png);
}
.ar_five_box .ar_feature_box_head{
    background-image: url(../images/f5head_bg.png);
}
.ar_six_box .ar_feature_box_head{
    background-image: url(../images/f6head_bg.png);
}
.ar_seven_box .ar_feature_box_head{
    background-image: url(../images/f7head_bg.png);
}
.ar_eight_box .ar_feature_box_head{
    background-image: url(../images/f8head_bg.png);
}
.ar_box9 .ar_feature_box_head{
    background-image: url(../images/f9head_bg.png);
}
.ar_box10 .ar_feature_box_head {
    background-image: url(../images/f10head_bg.png);
    max-width: 550px;
    width: 100%;
}
.ar_box11 .ar_feature_box_head{
    background-image: url(../images/f11head_bg.png);
}
.ar_box12 .ar_feature_box_head {
    background-image: url(../images/f12head_bg.png);
    max-width: 550px;
    width: 100%;
}
.ar_box13 .ar_feature_box_head{
    background-image: url(../images/f13head_bg.png);
}
.ar_box14 .ar_feature_box_head {
    background-image: url(../images/f14head_bg.png);
    max-width: 670px;
    width: 100%;
}
.ar_box15 .ar_feature_box_head{
    background-image: url(../images/f15head_bg.png);
}
.ar_box16 .ar_feature_box_head{
    background-image: url(../images/f16head_bg.png);
}
.ar_box17 .ar_feature_box_head{
    background-image: url(../images/f17head_bg.png);
}
.ar_box18 .ar_feature_box_head{
    background-image: url(../images/f18head_bg.png);
}
.ar_feature_content p{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    max-width: 690px;
    width: 100%;
    padding-top: 30px;
}
.ar_third_box .ar_feature_content {
    margin-right: 50px;
}
.ar_third_box .ar_feature_content p {
    max-width: 620px;
}
.ar_four_box .ar_feature_content p {
    max-width: 560px;
}
.ar_five_box .ar_feature_content p {
    max-width: 620px;
}
.ar_third_box .ar_feature_box_head, .ar_six_box .ar_feature_box_head {
    background-position: 0px center;
}
.ar_farrow {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
/* Feature CSS End */

/* Email CSS Start */
.ar_email_wrapper {
    background-image: url(../images/email_bg.png);
    padding: 165px 0 180px 0;
    margin-top: -105px;
}
.ar_email_wrapper img.ar_arrow_down{
    top:50px;
}
.ar_email_wrapper .container{
    max-width: 1710px;
}
.ar_email_wrapper .ar_heading{
    flex-direction: column;
    background-image: url(../images/email_head_bg.png);
    max-width: 1020px;
    height: 198px;
    text-align: center;
}
.ar_email_wrapper .ar_heading h1 {
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 45px;
}
.ar_email_wrapper .ar_heading h2 {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    background-image: linear-gradient(to right, #f28c6d 40%, #ce70e1 60%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}
.ar_email_inner_box {
    background-image: url(../images/email_inner_bg.png);
    border-radius: 20px;
    padding: 50px 60px 51px 100px;
    justify-content: space-between;
    margin-top: 60px;
}
.ar_email_content h4{
    max-width: 650px;
}
.ar_email_content p{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    padding-top: 25px;
    max-width: 650px;
}
.ar_email_right {
    max-width: 700px;
    width: 100%;
    padding: 50px 0;
    background-color: #2c2859;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.ar_email_right_inner > img {
    margin-left: 70px;
}
.ar_email_right_info {
    display: flex;
    align-items: center;
    margin-top: -28px;
}
.ar_email_right_info > img {
    position: relative;
}
.ar_email_right_info h4 {
    display: inline-block;
    background-color: #d43d48;
    border-radius: 50px;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    padding: 15px 30px 15px 50px;
    margin-left: -40px;
}
/* Email CSS End */

/* Footer CSS Start */
.ar_footer_wrapper {
    background-image: url(../images/main_footer_bg.png);
    padding: 150px 0 50px 0;
    margin-top: -130px;
}
.ar_footer_wrapper .container{
    max-width: 1500px;
}
.ar_footer_box {    
    background: #291c57;
    padding: 60px 60px 20px 60px;
    max-width: 1325px;
    width: 100%;
    margin: 70px auto 10px auto;
    position: relative;    
    border: 2px solid transparent;
    background-clip: padding-box;
    border-radius: 15px;
}
.ar_footer_box::after {
    content: '';
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    background: linear-gradient(to bottom, #37b6ff, #b9ff8a);
    z-index: -1;
    border-radius: 15px;
  }
.ar_footer_info h5 {
    max-width: 1100px;
    width: 100%;
    margin: 30px auto;
}
.ar_footer_info > h4{
    background-image: linear-gradient(266deg, #71ffb3 0%, #cbff7f 100%);
    border-radius: 50px;
    display: inline-block;
    padding: 10px 30px;
    color: #050133;    
}
.ar_footer_contact {
    max-width: 390px;
    width: 100%;
    border-radius: 0 0 30px 30px;
    background-color: rgba(255,255,255,0.10196078431372549);
    border: 1px solid rgba(255,255,255,0.4);
    margin: auto;
    gap: 20px;
    padding: 15px 25px;
}
.ar_footer_contact_info a {
    text-transform: lowercase;
}
.ar_copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 200px;
    padding: 30px 0 0px 0;
}
.ar_copyright p a{
    color: #81ffaa;
}
.ar_copyright ul li {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    margin-right: 3px;
}
.ar_copyright ul li:last-child{
    margin-right: 0;
}
.ar_copyright ul li, .ar_copyright ul li a{
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
}
.arFooterShape{
    position: absolute;
}
.arfootershape1 {
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
}
.arfootershape2 {
    bottom: -25px;
    left: 0;
    right: 0;
    margin: auto;
}
.arfootershape3 {
    left: -25px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.arfootershape4 {
    right: -25px;
    top: 0;
    bottom: 0;
    margin: auto;
}
/* Footer CSS End */

/* Badge css start */
.ar-banner-badge {
    max-width: 1250px;
    width: 100%;
    margin: auto;
    padding: 10px 0 40px 0;
}
.ar-banner-badge-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
.ar-badge-box {
    background-color: #2a2750;
    border-radius: 10px;
    padding: 0 15px;
    min-height: 150px;
    min-width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ar-badge-box:hover {
    -webkit-animation-name: wobble-horizontal;
    animation-name: wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@keyframes wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.ar-badge-box3{
    padding: 0 5px;
}
.ar-badge-box4{
    padding: 0;
}
.ar-banner-badge a {
    display: block;
    width: 100%;
    height: 100%;
}
.ar-banner-badge a img {
    width: 150px;
    height: auto;
    object-fit: contain;
    border-radius: 5px;
}
/* Badge css end */

/* Rating css start */
.ar-rating-stars-main {
    max-width: 1000px;
    width: 100%;
    margin: 30px auto auto;
}
.ar-rating-box {
    background: #2a2750;
    border-radius: 10px;
    padding: 25px 15px;
}
.ar-rating-box:hover {
    -webkit-animation-name: wobble-horizontal;
    animation-name: wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.ar-rating-box h4{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}
.ar-rating-parent {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.ar-rating-parent span{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.ar-rating-stars {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
/* Rating css end */

/*============= Responsive CSS Start =============*/
@media(max-width:1750px){
    .ar_feature_wrapper .ar_feature_box:nth-last-of-type(2n+2) {
        padding-left: 0px;
    }
    .ar_feature_wrapper .ar_feature_box:nth-last-of-type(2n+1) {
        padding-right: 0px;     
    }
    .ar_feature_box {
        padding: 27px 50px;    
        background-size: contain; 
    }
    .ar_email_inner_box {
        padding: 50px 60px 51px 60px;
    }
}
@media(max-width:1650px){
    .ar_feature_box {
        margin-bottom: 20px;
    }
    .ar_farrow {
        bottom: -80px;
    }
    .ar_eight_box .ar_ftr_video_div img {
        top: 35px;
        left: 90px;
    }
}
@media(max-width:1600px){
    .ar_feature_box {
        margin-bottom: 0px;
    }
    .ar_farrow {
        bottom: -60px;
        width: 90px;
        height: 120px;
        object-fit: contain;
    }    
}
@media(max-width:1550px){
    .ar_first_box .ar_ftr_video_div video, .ar_second_box .ar_ftr_video_div video {
        max-width: 100%;
        height: 323px;
        top: 62px;
        left: 61px;
    }
    .ar_iframe_video {
        max-width: 555px;        
    }
    .ar_feature_video > img {
        max-width: 680px;
        height: auto;
    }
    .ar_feature_box {
        margin-bottom: 30px;
    }
    .ar_ftr_video_div video, .ar_ftr_video_div img {
        top: 55px;
        left: 57px;
        max-width: 100%;
        height: 330px;
    }
    .ar_six_box .ar_ftr_video_div img {
        top: 33px;
        left: 53px;
        max-width: 100%;
        height: 365px;
    }
    .ar_seven_box .ar_ftr_video_div img {
        top: 54px;
        left: 54px;
        max-width: 100%;
        height: 350px;
    }
    .ar_feature_wrapper {
        padding: 140px 0 130px 0;
        margin-top: -100px;
    }
    .ar_feature_wrapper img.ar_arrow_down {        
        top: 45px;        
    }
    .ar_email_inner_box {
        padding: 40px 30px;
    }
}
@media(max-width:1440px){
    .ar_banner_heading {
        max-width: 1200px;
        margin: auto;
    }
    .ar_banner_heading h1 {
        font-size: 60px;
        max-width: 1100px;
    }
    .ar_banner_heading_section h3 {
        font-size: 28px;
    }
    .ar_feature_content {
        max-width: 650px;     
    }
    .ar_feature_box_head h4 {
        font-size: 35px;
    }
    .ar_feature_content p {
        padding-top: 10px;
    }
    .ar_feature_content p:first-child{
        padding-top: 20px;
    }
    .ar_feature_box_head {
        margin-bottom: 15px;
    }
    .ar_feature_wrapper .ar_feature_box:nth-last-of-type(2n+1) .ar_feature_content{
        margin-left: 15px;
    }
    .ar_feature_wrapper .ar_feature_box:nth-last-of-type(2n+2) .ar_feature_content{
        margin-right: 15px;
    }
    .ar_third_box .ar_feature_content {
        margin-right: 0px;
    }
    .ar_email_content {
        margin-right: 15px;
    }
    .ar_email_right {
        max-width: 600px;
    }
    .arFooterShape{
        display: none;
    }
}
@media(max-width:1370px){
    .ar_feature_video > img {
        width: 630px;     
    }
    .ar_first_box .ar_ftr_video_div video, .ar_second_box .ar_ftr_video_div video {        
        height: 300px;
        top: 58px;
        left: 58px;
    }
    .ar_ftr_video_div video, .ar_ftr_video_div img {
        top: 52px;
        left: 53px;        
        height: 307px;
    }
    .ar_six_box .ar_ftr_video_div img {
        top: 33px;
        left: 51px;        
        height: 337px;
    }   
    .ar_seven_box .ar_ftr_video_div img {
        top: 50px;
        left: 48px;     
        height: 330px;
    }
    .ar_footer_box {
        max-width: 1325px;
    }
    .ar_iframe_video {
        max-width: 530px;
        left: 50px;
        top: 55px;
    }
}
@media(max-width:1300px){
    .ar_feature_box_head h4 {
        font-size: 35px;
    }
    .ar_feature_content p {
        font-size: 15px;
        padding-top: 20px;
    }
    .ar_feature_box {
        padding: 0px 50px;
    }
    .ar_feature_wrapper .ar_feature_box:nth-last-of-type(2n+2) {
        padding-left: 20px;
    }
    .ar_feature_wrapper .ar_feature_box:nth-last-of-type(2n+1) {
        padding-right: 20px;
        padding-left: 20px;
    }
    .ar_farrow {        
        display: none;
    }
    .ar_pymnt_wrapper {        
        padding: 150px 0 80px 0;     
    }
    .ar_feature_wrapper {
        padding: 130px 0 130px 0;
        margin-top: -85px;
    }
    .ar_feature_wrapper img.ar_arrow_down {
        top: 35px;
    }
}
@media(max-width:1199px){
    .ar_logo_section {
        padding: 30px 15px;
    }
    .ar_logo_right {
        max-width: 670px;
    }
    .ar_logo_right p, .ar_logo_right a {
        font-size: 19px;
    }
    .ar_banner_heading_section h3 {
        font-size: 25px;
        margin: 30px auto;
        padding: 10px 22px;
    }
    .ar_banner_heading {
        max-width: 1000px;
        height: 155px;     
    }
    .ar_banner_heading h1 {
        font-size: 50px;
        max-width: 940px;
    }
    .ar_heading h1, .ar_email_wrapper .ar_heading h2 {
        font-size: 40px;
        max-width: 800px;
        padding-top: 0;
        padding-bottom: 30px;
        margin: auto;
    }
    .ar_feature_wrapper .ar_heading {
        max-width: 900px;
        height: 170px;
    }
    .ar_feature_wrapper .ar_sb_heading {     
        max-width: 490px;
        height: 40px;
    }
    .ar_feature_wrapper .ar_sb_heading h4 {
        font-size: 25px;
        font-weight: 600;
    }
    .ar_feature_box {
        padding: 20px;        
        background-size: cover;
        border-radius: 10px;
    }
    .ar_feature_video > img {
        width: 550px;
    }    
    .ar_ftr_video_div video, .ar_ftr_video_div img {
        top: 45px;
        left: 47px;
        height: 267px;
    }
    .ar_first_box .ar_ftr_video_div video, .ar_second_box .ar_ftr_video_div video {
        height: 260px;
        top: 52px;
        left: 53px;
    }
    .ar_six_box .ar_ftr_video_div img {
        top: 28px;
        left: 44px;
        height: 295px;
    }
    .ar_seven_box .ar_ftr_video_div img {
        top: 46px;
        left: 47px;     
        height: 280px;
    }
    .ar_feature_content {
        max-width: 500px;
    }
    .ar_feature_box_head h4 {
        font-size: 27px;
    }
    .ar_feature_content p {
        font-size: 15px;
        padding-top: 15px;
    }
    .ar_first_box .ar_feature_box_head, .ar_second_box .ar_feature_box_head, .ar_third_box .ar_feature_box_head, .ar_six_box .ar_feature_box_head, .ar_seven_box .ar_feature_box_head {     
        max-width: 400px;
    }
    .ar_four_box .ar_feature_box_head, .ar_five_box .ar_feature_box_head {        
        max-width: 330px;        
        background-position: -20px center;
    }
    .ar_email_wrapper .ar_heading h1 {
        margin-top: 0;
    }
    .ar_email_wrapper .ar_heading h2 {
        padding-top: 20px;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .ar_email_content h4 {     
        font-size: 28px;
    }
    .ar_email_content p {
        font-size: 18px;
    }
    .ar_email_right {
        max-width: 520px;
    }
    .ar_email_wrapper .ar_heading {
        max-width: 820px;
        height: 160px;     
    }
    .ar_footer_box {
        margin-top: 0;
        margin-bottom: 0;
        padding: 60px 15px 20px 15px;
    }
    .ar_footer_wrapper {
        padding: 150px 0 0px 0;
    }
    .ar_footer_info h5 {
        max-width: 800px;             
        font-size: 18px;
    }
    .ar_email_wrapper {
        padding: 165px 0 150px 0;
    }
    .ar-banner-badge-flex {
        flex-wrap: wrap;
    }
    .ar_iframe_video {
        max-width: 450px;
    }
    .ar_feature_box_head > h4 > img {
        width: 40px;     
    }
}
@media(max-width:991px){
    .ar_logo_right p, .ar_logo_right a {
        font-size: 15px;
    }
    .ar_logo_right {
        max-width: 550px;
        margin-left: 15px;
    }
    .ar_logo_section {
        padding: 20px 15px;
    }
    .ar_logo_section a img {
        max-width: 210px;
        height: auto;
        object-fit: contain;
    }
    .ar_banner_heading_section h3 {
        font-size: 19px;
        margin: 25px auto;
        padding: 6px 15px;
    }
    .ar_banner_heading h1 {
        font-size: 35px;
        max-width: 670px;
    }
    .ar_banner_heading {
        max-width: 750px;
        height: 115px;
    }
    .ar_mockup_video {
        max-width: 700px;
    }
    .ar_video > div {
        width: 650px !important;
        height: 363px !important;
        left: 0 !important;
    }
    .ar_heading h1, .ar_email_wrapper .ar_heading h2 {
        font-size: 30px;
        max-width: 600px;
        font-weight: 600;
    }
    .ar_sb_heading h4 {
        font-size: 20px;
    }
    .ar_pymnt_wrapper .ar_heading, .ar_footer_wrapper .ar_heading {     
        height: 130px;
    }
    .ar_pymnt_wrapper .ar_sb_heading, .ar_footer_wrapper .ar_sb_heading {     
        max-width: 620px;
        height: 45px;
    }
    .ar_pymnt_inner h4 {
        height: 50px;
        font-size: 23px;
    }
    .ar_pymnt_inner h4 span {
        width: 105px;
        height: 70px;
        line-height: 70px;
        font-size: 50px;
    }
    .ar_btn {
        height: 70px;
    }
    .ar_btn a {
        font-size: 30px;
    }
    .ar_pymnt_inner h6 {
        max-width: 670px;
        padding: 8px 15px;
        font-size: 14px;
    }
    .ar_feature_inner {
        padding-top: 50px;
    }
    .ar_feature_wrapper .ar_heading {
        max-width: 700px;
        height: 130px;
    }
    .ar_feature_wrapper .ar_sb_heading {
        max-width: 390px;
        height: 35px;
    }
    .ar_feature_wrapper .ar_sb_heading h4 {
        font-size: 20px;     
    }
    .ar_feature_box_head h4 {
        font-size: 23px;
    }    
    .ar_feature_content {
        max-width: 440px;
    }
    .ar_first_box .ar_feature_box_head, .ar_second_box .ar_feature_box_head, .ar_third_box .ar_feature_box_head, .ar_six_box .ar_feature_box_head, .ar_seven_box .ar_feature_box_head, .ar_eight_box .ar_feature_box_head {
        max-width: 350px;
        height: 50px;
    }
    .ar_four_box .ar_feature_box_head, .ar_five_box .ar_feature_box_head {
        max-width: 290px;        
        height: 40px;
    }
    .ar_feature_box {
        flex-direction: column;
        padding: 30px 15px 50px 15px;     
    }
    .ar_feature_video > img {
        width: 85%;
    }
    .ar_feature_wrapper .ar_feature_box:nth-last-of-type(2n+1) {
        flex-direction: column;
    }
    .ar_feature_wrapper .ar_feature_box:nth-last-of-type(2n+1) .ar_feature_content {
        margin-left: 0;
    }
    .ar_feature_wrapper .ar_feature_box:nth-last-of-type(2n+2) .ar_feature_content {
        margin-right: 0;
    }
    .ar_feature_wrapper .ar_feature_box:nth-last-of-type(2n+2) {     
        flex-direction: column;
    }
    .ar_first_box .ar_ftr_video_div video, .ar_second_box .ar_ftr_video_div video {
        height: 276px;
    }
    .ar_ftr_video_div video, .ar_ftr_video_div img {
        height: 283px;
    }    
    .ar_feature_content {
        max-width: 500px;
        width: 100%;
        margin-left: -100px !important;
    }
    .ar_third_box .ar_feature_content p, .ar_four_box .ar_feature_content p {
        max-width: 100%;
    }
    .ar_feature_wrapper {
        padding: 150px 0 100px 0;
        margin-top: -115px;
    }
    .ar_feature_wrapper img.ar_arrow_down {
        top: 75px;
    }
    .ar_pymnt_wrapper {
        padding: 150px 0 60px 0;
    }
    .ar_email_wrapper .ar_heading {
        max-width: 700px;
        height: 130px;
    }
    .ar_email_inner_box {     
        flex-direction: column-reverse;
        gap: 25px;
    }
    .ar_email_right {
        max-width: 660px;
    }
    .ar_email_content h4 {
        font-size: 23px;
        font-weight: 500;
        padding-bottom: 15px;
    }
    .ar_email_content p {
        font-size: 16px;
        padding-top: 5px;
    }
    .ar_email_wrapper {
        padding: 140px 0 90px 0;     
    }
    .ar_footer_info h5 {
        max-width: 700px;
        font-size: 16px;
        font-weight: 400;
        margin: 20px auto;
    }
    .ar_footer_info > h4 {
        padding: 8px 20px;
        font-size: 18px;
    }
    .ar_footer_contact_info h6 {
        font-weight: 400;
    }
    .ar_footer_contact_info a {
        text-transform: lowercase;
        font-size: 20px;
    }
    .ar_copyright p, .ar_copyright ul li, .ar_copyright ul li a {
        font-size: 18px;
    }
    .ar_copyright {
        justify-content: space-between;
        gap: unset;
    }    
    .ar_footer_wrapper img.ar_arrow_down {        
        top: 75px;
    }
    .ar_footer_wrapper .ar_sb_heading {        
        margin-top: 10px;
    }
    .ar_feature_box_head {
        height: 50px;
    }
    .ar_box9 .ar_feature_box_head {     
        max-width: 360px;
    }
    .ar_box10 .ar_feature_box_head {
        max-width: 400px;     
    }
    .ar_box11 .ar_feature_box_head {     
        max-width: 300px;
    }
    .ar_box12 .ar_feature_box_head {        
        max-width: 400px;     
    }
    .ar_box13 .ar_feature_box_head {     
        max-width: 300px;
    }
    .ar_box14 .ar_feature_box_head {        
        max-width: 470px;     
    }
    .ar_box15 .ar_feature_box_head {        
        max-width: 320px;
    }
    .ar_box16 .ar_feature_box_head {        
        max-width: 300px;
    }   
    .ar_iframe_video {
        max-width: 480px;
    }
    .ar_feature_box_head > h4 > img {
        width: 30px;
    } 
}
@media(max-width:767px){
    .ar_logo_right p, .ar_logo_right a {
        font-size: 11px;
    }
    .ar_logo_right {
        max-width: 400px;     
    }    
    .ar_logo_right a::before {
        height: 1px;
    }
    .ar_logo_section a img {
        max-width: 180px;
    }
    .ar_banner_heading_section h3 {
        font-size: 16px;
        margin: 20px auto;     
    }
    .ar_banner_heading h1 {
        font-size: 28px;
        max-width: 500px;
        font-weight: 700;
    }
    .ar_banner_heading {
        max-width: 550px;
        height: 85px;
    }
    .ar_mockup_video {
        max-width: 600px;
    }
    .ar_video > div {
        width: 555px !important;
        height: 310px !important;     
    }
    .ar_video {
        top: 15px !important;
        left: 28px !important;
    }
    .ar_pymnt_wrapper .ar_heading, .ar_footer_wrapper .ar_heading {
        height: 85px;
    }
    .ar_heading h1 {
        font-size: 20px;
        max-width: 500px;     
        padding-bottom: 15px;
    }
    .ar_email_wrapper .ar_heading h2{
        font-size: 20px;
    }
    .ar_sb_heading h4 {
        font-size: 16px;
    }
    .ar_pymnt_wrapper .ar_sb_heading, .ar_footer_wrapper .ar_sb_heading {
        max-width: 480px;
        height: 45px;
        margin-top: 10px;
    }
    .ar_pymnt_inner h4 {
        font-size: 18px;
        margin: 20px 0 0 0;
    }
    .ar_pymnt_inner h4 span {
        width: 80px;
        height: 60px;
        line-height: 60px;
        font-size: 40px;
        margin: 0 15px;
    }
    .ar_btn {
        height: 65px;
        background-size: contain;
        max-width: 430px;
    }
    .ar_btn a {
        font-size: 25px;
        font-weight: 600;
    }
    .ar_pymnt_inner h6 {
        max-width: 100%;
        text-align: center;
        padding: 8px 10px;
        font-size: 13px;
        font-weight: 300;
    }
    .ar_banner_wrapper {     
        padding-bottom: 110px;
    }
    .ar_feature_wrapper img.ar_arrow_down {        
        top: 65px;        
    }
    img.ar_arrow_down{
        top: 50px;
        width: 70px;
        height: 70px;
    }   
    .ar_feature_content {
        max-width: 100%;        
        margin-left: 0px !important;
    }
    .ar_feature_video {     
        max-width: 550px;
    }
    .ar_feature_video > img {
        width: 100%;
    }   
    .ar_first_box .ar_ftr_video_div video, .ar_second_box .ar_ftr_video_div video {
        height: 265px;
        top: 49px;
        left: 48px;
    } 
    .ar_ftr_video_div video, .ar_ftr_video_div img {
        height: 271px;
        top: 43px;
        left: 43px;
    }
    .ar_feature_content {     
        padding-left: 50px;
    }
    .ar_email_wrapper .ar_heading {
        max-width: 500px;
        height: 90px;
    }
    .ar_feature_wrapper {
        padding: 150px 0 90px 0;     
    }
    .ar_email_wrapper img.ar_arrow_down {
        top: 60px;
    }
    .ar_email_right {
        padding: 50px 15px;
    }
    .ar_email_right_info {
        margin-top: -30px;
    }
    .ar_email_right_info h4 {
        font-size: 23px;
        font-weight: 600;     
    }
    .ar_email_inner_box {
        margin-top: 40px;
    }    
    .ar_footer_logo a img {
        max-width: 190px;
        height: auto;
        object-fit: contain;
    }
    .ar_footer_info h5 {
        max-width: 600px;
        font-size: 15px;     
    }
    .ar_footer_info > h4 {
        padding: 6px 20px;
        font-size: 16px;
    }
    .ar_footer_contact {
        max-width: 360px;
        padding: 15px 20px;
    }
    .ar_copyright p, .ar_copyright ul li, .ar_copyright ul li a {
        font-size: 17px;
    }
    .ar_pymnt_wrapper {
        padding: 120px 0 60px 0;
    }
    .ar_footer_wrapper {     
        margin-top: -140px;
    }
    .ar_iframe_video {
        max-width: 450px;
    }
}
@media(max-width:650px){    
    .ar_logo_right {
        max-width: 370px;
    }
    .ar_logo_section a img {
        max-width: 170px;
    }
    .ar_banner_heading_section h3 {
        font-size: 11px;     
    }
    .ar_mockup_video {
        max-width: 500px;
    }
    .ar_video > div {
        width: 465px !important;
        height: 260px !important;
    }
    .ar_video {
        top: 12px !important;
        left: 22px !important;
    }
    .ar_feature_wrapper .ar_heading {
        max-width: 500px;
        height: 115px;
    }
    .ar_feature_wrapper .ar_heading h1 {       
        max-width: 400px;        
    }
    .ar_feature_wrapper .ar_sb_heading {
        max-width: 320px;
        height: 30px;
    }
    .ar_feature_wrapper .ar_sb_heading h4 {
        font-size: 18px;
        font-weight: 400;
    }
    .ar_feature_video {
        max-width: 500px;
    }
    .ar_first_box .ar_ftr_video_div video, .ar_second_box .ar_ftr_video_div video {
        height: 240px;
        top: 45px;
        left: 44px;
    }
    .ar_ftr_video_div video, .ar_ftr_video_div img {
        height: 245px;
        top: 40px;
        left: 40px;
    }
    .ar_six_box .ar_ftr_video_div img {
        top: 25px;
        left: 40px;
        height: 269px;
    }
    .ar_seven_box .ar_ftr_video_div img {
        top: 41px;
        left: 43px;
        height: 257px;
    }
    .ar_footer_info h5 {
        font-size: 13px;
    }
    .ar_footer_info > h4 {
        padding: 6px 15px;
        font-size: 14px;
    }
    .ar_copyright p, .ar_copyright ul li, .ar_copyright ul li a {
        font-size: 15px;
    }
    .ar_copyright ul li {
        margin-right: 0;
    }
    .ar_mockup_video {
        margin-top: 30px;
    }
    .ar_feature_wrapper {
        padding: 120px 0 90px 0;
    }
    .ar_pymnt_wrapper {
        padding: 120px 0 70px 0;
    }    
    .ar_email_wrapper {
        padding: 120px 0 90px 0;
    }  
    .ar_iframe_video {
        max-width: 420px;
        left: 40px;
        top: 45px;
    }  
}
@media(max-width:575px){
    .ar_logo_section {     
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    .ar_logo_right {     
        margin-left: 0;
    }
    .ar_banner_heading h1 {
        font-size: 23px;
        max-width: 400px;
        font-weight: 600;
    }
    .ar_banner_heading {
        max-width: 460px;
        height: 70px;
    }
    .ar_mockup_video {
        max-width: 455px;
    }    
    .ar_video > div {
        width: 420px !important;
        height: 235px !important;
    }
    .ar_video {
        top: 10px !important;
        left: 21px !important;
    }
    .ar_heading h1, .ar_email_wrapper .ar_heading h2 {
        font-size: 19px;
        max-width: 400px;     
    }
    .ar_heading, .ar_pymnt_wrapper .ar_heading, .ar_footer_wrapper .ar_heading {
        height: 75px;
        max-width: 100%;
    }
    .ar_sb_heading h4 {
        font-size: 15px;
    }
    .ar_pymnt_inner h4 span {
        width: 70px;
        height: 50px;
        line-height: 50px;
        font-size: 30px;
        margin: 0 10px;
    }
    .ar_pymnt_inner h4 {
        font-size: 17px;
        margin: 20px 0 0 0;
        padding: 0 15px;
        max-width: 100%;
    }
    .ar_pymnt_wrapper {        
        padding: 120px 0 60px 0;     
    }
    .ar_feature_box {     
        padding: 30px 10px 50px 10px !important;
    }
    .ar_feature_video {
        max-width: 430px;
    }
    .ar_first_box .ar_ftr_video_div video, .ar_second_box .ar_ftr_video_div video {
        height: 205px;
        top: 40px;
        left: 40px;
    }
    .ar_ftr_video_div video, .ar_ftr_video_div img {
        height: 212px;
        top: 34px;
        left: 33px;
    }
    .ar_six_box .ar_ftr_video_div img {
        top: 23px;
        left: 36px;
        height: 230px;
    }
    .ar_seven_box .ar_ftr_video_div img {
        top: 36px;
        left: 37px;
        height: 220px;
    }
    .ar_feature_box_head h4 {
        font-size: 20px;
        font-weight: 500;
    }
    .ar_first_box .ar_feature_box_head, .ar_second_box .ar_feature_box_head, .ar_third_box .ar_feature_box_head, .ar_six_box .ar_feature_box_head, .ar_seven_box .ar_feature_box_head, .ar_eight_box .ar_feature_box_head {
        max-width: 300px;
        height: 40px;
    }
    .ar_four_box .ar_feature_box_head, .ar_five_box .ar_feature_box_head {
        max-width: 230px;
        height: 40px;
    }    
    .ar_feature_content {
        padding-left: 20px;
    }
    .ar_feature_box_head h4 {     
        padding-bottom: 1px;
    }
    .ar_feature_content p {
        font-size: 14px;
        padding-top: 10px;
        font-weight: 300;
    }
    .ar_feature_wrapper {
        padding: 100px 0 90px 0;
        margin-top: -95px;
    }
    .ar_feature_wrapper img.ar_arrow_down {
        top: 50px;
    }
    .ar_feature_wrapper .ar_heading {
        max-width: 430px;     
    }
    .ar_email_content h4 {
        font-size: 19px;             
    }
    .ar_email_content p {
        font-size: 12px;
        padding-top: 0px;
        font-weight: 300;
    }
    .ar_email_right_inner > img {        
        max-width: 220px;
        height: auto;
        object-fit: contain;
    }
    .ar_email_right_info > img {        
        max-width: 80px;
        height: auto;
        object-fit: contain;
    }
    .ar_email_right_info h4 {
        font-size: 20px;
        font-weight: 500;        
        padding: 13px 20px 13px 46px;        
    }
    .ar_footer_wrapper {     
        margin-top: -150px;
    }
    .ar_footer_wrapper img.ar_arrow_down {
        top: 90px;
    }
    .ar_email_wrapper {
        padding: 120px 0 110px 0;
    }
    .ar_copyright {
        padding: 30px 0 0px 0;
    }
    .ar_footer_info h5 {
        font-size: 12px;
        max-width: 460px;
    }
    .ar_footer_info > h4 {     
        font-size: 11px;
    }
    .ar_footer_contact_info h6 {
        font-weight: 300;
        font-size: 16px;
    }
    .ar_footer_contact_info a {
        font-size: 18px;
        font-weight: 500;
    }
    .ar_footer_contact img {
        max-width: 70px;
        height: auto;
        object-fit: contain;
    }
    .ar_footer_contact {
        max-width: 310px;     
    }
    .ar_copyright {
        flex-wrap: wrap;
    }
    .ar_copyright p, .ar_copyright ul li, .ar_copyright ul li a {
        font-size: 14px;
    }
    .ar_email_wrapper img.ar_arrow_down {
        top: 45px;
    }
    .ar_iframe_video {
        max-width: 360px;
        left: 35px;
        top: 40px;
    }
}
@media(max-width:480px){
    .ar_banner_heading {
        max-width: 400px;
        height: 60px;
    }
    .ar_banner_heading h1 {
        font-size: 20px;
        max-width: 340px;     
    }
    .ar_mockup_video {
        max-width: 396px;
    }
    .ar_video > div {
        width: 370px !important;
        height: 205px !important;
    }
    .ar_video {     
        left: 17px !important;
    }
    img.ar_arrow_down {
        top: 50px;
        width: 60px;
        height: 60px;
    }
    @keyframes shadow-pulse {
        0% {
            box-shadow: 0 0 0 0 rgb(149 255 158 / 70%)
        }
        100% {
            box-shadow: 0 0 0 20px rgb(255 255 0 / 0%);        
        }
    }
    .ar_heading, .ar_pymnt_wrapper .ar_heading, .ar_footer_wrapper .ar_heading {
        height: 65px;        
    }
    .ar_heading h1, .ar_email_wrapper .ar_heading h2 {
        font-size: 17px;
        max-width: 380px;
    }
    .ar_pymnt_wrapper .ar_sb_heading, .ar_footer_wrapper .ar_sb_heading {        
        height: 25px;     
    }
    .ar_sb_heading h4 {
        font-size: 13px;
        font-weight: 400;        
    }
    .ar_pymnt_inner h4 {
        font-size: 16px;                
        height: 40px;
    }
    .ar_pymnt_inner h4 span {
        width: 60px;
        height: 40px;
        line-height: 40px;
        font-size: 25px;     
    }
    .ar_btn {
        height: 55px;     
        max-width: 340px;
    }
    .ar_btn a {
        font-size: 20px;     
    }
    .ar_pymnt_inner h6 {
        font-size: 12px;     
    }
    .ar_pymnt_inner h6 a {
        font-weight: 300;
    }
    .ar_pymnt_inner h6 a:before {
        width: 100%;
    }
    .ar_feature_video {
        max-width: 370px;
    }
    .ar_feature_box {
        padding: 20px 10px 30px 10px !important;
    }
    .ar_feature_content {
        padding-left: 0px;
    }
    .ar_first_box .ar_ftr_video_div video, .ar_second_box .ar_ftr_video_div video {
        height: 179px;
        top: 32px;
        left: 33px;
    }
    .ar_ftr_video_div video, .ar_ftr_video_div img {
        height: 182px;
        top: 29px;
        left: 30px;
    }
    .ar_six_box .ar_ftr_video_div img {
        top: 18px;
        left: 30px;
        height: 200px;
    }
    .ar_seven_box .ar_ftr_video_div img {
        top: 30px;
        left: 32px;
        height: 190px;
    }
    .ar_feature_wrapper .ar_heading {
        max-width: 350px;
        height: 90px;
    }
    .ar_feature_wrapper .ar_heading h1 {
        max-width: 300px;
    }
    .ar_feature_wrapper .ar_sb_heading {
        max-width: 270px;
        height: 25px;
    }
    .ar_feature_wrapper .ar_sb_heading h4 {
        font-size: 15px;     
    }
    .ar_feature_wrapper {
        padding: 90px 0 80px 0;
    }
    .ar_email_right_inner > img {
        max-width: 160px;     
    }
    .ar_email_right_info > img {
        max-width: 70px;     
    }
    .ar_email_right_info h4 {
        font-size: 17px;     
        padding: 10px 20px 10px 46px;
    }
    .ar_email_right {
        padding: 30px 10px;
    }
    .ar_email_right_inner > img {
        margin-left: 30px;
    }
    .ar_email_wrapper img.ar_arrow_down {
        top: 50px;
    }
    .ar_email_wrapper {
        padding: 105px 0 100px 0;
    }
    .ar_feature_box_head {        
        margin-bottom: 0;
    }
    .ar-rating-box h4 {
        font-size: 18px;
    }
    .ar-banner-badge-flex {
        gap: 15px;
    }
    .ar-badge-box {
        flex: 0 45%;
    }
    .ar-banner-badge a img {
        width: 120px;
    }
    .ar-rating-parent span {
        font-size: 15px;
    }
    .ar-rating-stars > svg {
        height: 15px;
    }
    .ar_footer_box {
        padding: 20px 15px 20px 15px;
    }
    .ar-rating-stars {
        gap: 3px;
    }
    .ar-rating-parent {
        gap: 5px;
    }
    .ar_iframe_video {
        max-width: 305px;
        left: 32px;
        top: 37px;
    }
}
@media(max-width:425px){
    .ar_logo_section {
        padding: 20px 5px;
    }
    .ar_logo_right p, .ar_logo_right a {
        font-size: 11px;
    }
    .ar_banner_heading h1 {
        font-size: 18px;
        max-width: 300px;
    }
    .ar_banner_heading {
        max-width: 350px;
        height: 55px;
    }
    .ar_mockup_video > img {
        display: none;
    }
    .ar_video {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
    }
    .ar_video > div {
        position: unset !important;
        width: 100% !important;
        height: 223px !important;
    }
    .ar_video > div iframe{
        border-radius: 10px;
        border: 2px solid #76ffb1;
    }
    img.ar_arrow_down {
        top: 45px;        
    }
    .ar_mockup_video {        
        margin-top: 30px;        
    }
    .ar_heading h1, .ar_email_wrapper .ar_heading h2 {
        font-size: 16px;
        max-width: 340px;
        font-weight: 400;
    }
    .ar_email_wrapper .ar_heading {
        max-width: 350px;
        height: 70px;
    }
    .ar_email_wrapper .ar_heading h2 {
        font-weight: 500;
        padding-top: 27px;
    }
    .ar_heading, .ar_pymnt_wrapper .ar_heading, .ar_footer_wrapper .ar_heading {
        height: 60px;
    }
    .ar_sb_heading h4 {
        font-size: 12px;              
    }
    .ar_pymnt_inner h4 {
        font-size: 14px;
        height: 30px;
    }
    .ar_pymnt_inner h4 span {
        width: 50px;
        height: 30px;
        line-height: 30px;
        font-size: 20px;
        margin: 0 5px;
    }
    .ar_btn {
        height: 50px;
        max-width: 310px;
        margin: 20px auto;
        animation: none;
    }
    .ar_btn a {
        font-size: 18px;
    }
    .ar_pymnt_inner p {
        padding: 12px 0;
        font-size: 14px;
    }
    .ar_pymnt_wrapper {
        padding: 80px 0 40px 0;
    }
    .ar_feature_box {
        padding: 20px 15px!important;
        gap: 20px;
    }
    .ar_feature_video > img {        
        display: none;
    }
    .ar_feature_video {
        max-width: 100%;
        width: 100%;
    }
    .ar_ftr_video_div video, .ar_ftr_video_div img, .ar_first_box .ar_ftr_video_div video, .ar_second_box .ar_ftr_video_div video, .ar_six_box .ar_ftr_video_div img {
        position: unset;
        width: 100%;
        height: 100%;
        border: 2px solid #abff92;
    }
    .ar_feature_box_head h4 {
        font-size: 18px;     
    }
    .ar_feature_content p {
        font-size: 12px;     
    }
    .ar_feature_inner {
        padding-top: 40px;
    }
    .ar_feature_wrapper {     
        margin-top: -80px;
        padding: 80px 0 50px 0;
    }
    img.ar_arrow_down {
        top: 40px;
        width: 50px;
        height: 50px;
    }
    @keyframes shadow-pulse {
        0% {
            box-shadow: 0 0 0 0 rgb(149 255 158 / 70%)
        }
        100% {
            box-shadow: 0 0 0 10px rgb(255 255 0 / 0%);        
        }
    }
    .ar_email_wrapper {
        margin-top: -75px;
    }
    .ar_email_wrapper {
        padding: 70px 0 100px 0;
    }
    .ar_email_inner_box {
        padding: 15px 15px 25px 15px;
        border-radius: 6px;
        margin-top: 30px;
    }
    .ar_email_right_inner > img {
        max-width: 140px;
    }
    .ar_email_right_info > img {
        max-width: 60px;
    }
    .ar_email_right_info h4 {
        font-size: 16px;     
    }
    .ar_email_content h4 {
        font-size: 15px;
    }
    .ar_footer_contact_info h6 {     
        font-size: 14px;
    }
    .ar_footer_contact_info a {
        font-size: 16px;     
    }
    .ar_footer_contact img {
        max-width: 60px;     
    }
    .ar_footer_contact {
        max-width: 280px;
        gap: 15px;
    }
    .ar_copyright p, .ar_copyright ul li, .ar_copyright ul li a {
        font-size: 13px;
    }
    .ar_footer_logo {
        padding-top: 20px;
    }
    .ar_footer_logo a img {
        max-width: 170px;
    }
    .ar_footer_info h5 {
        margin: 15px auto;
    }
    .ar_email_wrapper img.ar_arrow_down {
        top: 35px;
    }
    .ar_footer_wrapper {
        padding: 130px 0 0px 0;
    }
    .ar-rating-box h4 {
        font-size: 16px;
    }
    .ar-rating-stars > svg {
        height: 13px;
    }
    .ar-rating-parent span {
        font-size: 13px;
    }
    .ar-badge-box {
        flex: 0 40%;
    }
    .ar_box17 .ar_feature_video > img, .ar_box18 .ar_feature_video > img{
        display: block;
        opacity: 0;
        visibility: hidden;
    }
    .ar_iframe_video {
        max-width: 100%;
        left: 0;
        top: 0;
    }
}
@media(max-width:380px){
    .ar_video > div {     
        height: 200px !important;
    }
}
@media(max-width:375px){
    .ar_banner_heading h1 {
        font-size: 16px;     
    }
    .ar_heading, .ar_pymnt_wrapper .ar_heading, .ar_footer_wrapper .ar_heading, .ar_feature_wrapper .ar_heading, .ar_email_wrapper .ar_heading {
        height: auto;
        background: #1f1c4b;
        padding: 10px 5px;
        border-radius: 6px;
        border: 1px solid #b2ff8e;
    }
    .ar_email_wrapper .ar_heading h1 {     
        padding-bottom: 0;
    }
    .ar_email_wrapper .ar_heading h2 {     
        padding-top: 0;
    }
    .ar_feature_wrapper .ar_sb_heading {
        max-width: 250px;        
        margin-top: 8px;
    }
    .ar_feature_wrapper .ar_sb_heading h4 {
        font-size: 14px;
    }
    .ar_heading h1, .ar_email_wrapper .ar_heading h2 {
        font-size: 14px;
        max-width: 100%;
        padding-bottom: 0;
    }   
    .ar_pymnt_wrapper .ar_sb_heading, .ar_footer_wrapper .ar_sb_heading {
        height: auto;
        max-width: 100%;
        background-image: linear-gradient(266deg, #5808fb 0%, #9929e9 100%);
        border-radius: 6px;
        border: 1px solid #ffffff;
        padding: 5px;
    }
    .ar_sb_heading h4 {
        font-size: 11px;
    }
    .ar_pymnt_inner h4 {
        font-size: 12px;
        height: 25px;
        padding: 0 5px;
    }
    .ar_pymnt_inner h4 span {
        width: 40px;
        height: 25px;
        line-height: 25px;
        font-size: 18px;     
    }
    .ar_btn a {
        font-size: 17px;
    }
    .ar_btn {
        height: 45px;
        max-width: 310px;
        margin: 15px auto;       
    }
    .ar_pymnt_inner p {     
        font-size: 13px;
    }
    .ar_pymnt_inner h6 {
        font-size: 10px;
    }    
    .ar_pymnt_wrapper {
        padding: 70px 0 40px 0;
    }
    .ar_email_right_info h4 {
        font-size: 14px;
    }
    .ar_footer_contact {
        max-width: 240px;
        padding: 12px 10px;
    }
    .ar_footer_contact_info h6 {     
        font-size: 13px;
    }
    .ar_footer_contact_info a {
        font-size: 14px;
        font-weight: 400;
    }
    .ar-badge-box {
        min-height: 120px;
        min-width: 120px;
    }
    .ar-rating-box h4 {
        font-size: 14px;
        font-weight: 400;
    }
}
/*============= Responsive CSS End =============*/