.price-container{
    max-width: 1366px !important;
    margin: 0 auto;
}
.d_flex{
    display: flex;
    flex-wrap: wrap;justify-content: space-between;
}
.plan-box{
    font-family: "Roboto", Sans-serif;
    max-width: 32.3333%;
    width: 32.3333%;
    border-radius: 1em 1em 1em 1em;
    overflow: hidden;
    background-color:#f7f7f7;
    transition: 300ms!important;
    -webkit-box-shadow: 1px 6px 17px -4px rgba(0,0,0,0.19)!important;
    -moz-box-shadow: 1px 6px 17px -4px rgba(0,0,0,0.19)!important;
    box-shadow: 1px 6px 17px -4px rgba(0,0,0,0.19)!important;
}
.plan-box:hover{
    transition: 300ms!important;
    -webkit-box-shadow: 1px 6px 17px -4px rgba(0,0,0,0.39)!important;
    -moz-box-shadow: 1px 6px 17px -4px rgba(0,0,0,0.39)!important;
    box-shadow: 1px 6px 17px -4px rgba(0,0,0,0.39)!important;
}
.plan-box2{
    font-family: "Roboto", Sans-serif;
    max-width: 32.3333%;
    width: 32.3333%;
    border-radius: 1em 1em 1em 1em;
    overflow: hidden;
    background-color:#f7f7f7;
    margin: 0 auto;
    transition: 300ms!important;
    -webkit-box-shadow: 1px 6px 17px -4px rgba(0,0,0,0.19)!important;
    -moz-box-shadow: 1px 6px 17px -4px rgba(0,0,0,0.19)!important;
    box-shadow: 1px 6px 17px -4px rgba(0,0,0,0.19)!important;
}
.plan-box2:hover{
    transition: 300ms!important;
    -webkit-box-shadow: 1px 6px 17px -4px rgba(0,0,0,0.39)!important;
    -moz-box-shadow: 1px 6px 17px -4px rgba(0,0,0,0.39)!important;
    box-shadow: 1px 6px 17px -4px rgba(0,0,0,0.39)!important;
}
.top-head{
    padding: 20px 0px;
    background-color: #3980e5;
    font-weight: 600;
    line-height: 49px;
    font-size: 24px;
    text-align: center;
    color:#fff;
}
.price-main{
    padding: 30px 0px;
    text-align: center;
    
}
.price-big{
    color:#555;
    font-size: 65px;
    font-weight: 600;
    display: inline-block;
}
.price-main sup {
    font-size: 1.2em;
    font-weight: 600;
    position: relative;
    color: #555;
    transform: translate(0px, -28px);
    display: inline-block;
}
.elementor-price-table__features-list{
    list-style-type:none ;
    padding: 0px;
    margin: 0px 2em;
}
.elementor-price-table__features-list li {
    text-align: center;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #bfbfbf;
}
.elementor-price-table__features-list svg{
    width:20px;height: 20px;
    margin-right: 10px;
}
.btn-theme {
    background-color: #3980E5;
    border-radius: 30px 30px 30px 30px;
    padding: 1em 2em 1em 2em;
    text-align: center;
    min-width: auto;
    display: block;
    margin: 25px auto;
    width: 250px;
    color: #fff;
    text-decoration: none;
}
.price-container .added_to_cart{
    text-align: center;
    min-width: 80px;
    display: block;
    margin: 25px auto;
    width: 80px;
    text-decoration: none;
}
.wc-proceed-to-checkout .checkout-button, .checkout-button{
    display: none !important;
}

.success-container{
    left: 50%;
    top:50%;
    width:600px;
    transform: translate(-50%, -50%);
    position:fixed;
}
.modalbox.success {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    padding: 25px 25px 15px;
    text-align: center;
}
.modalbox.success h1 {
    font-family: 'Montserrat', sans-serif;
}
.modalbox.success p {
    font-family: 'Open Sans', sans-serif;
}
.modalbox.success .icon {
    position: relative;
    margin: 0 auto;
    margin-top: -75px;
    background: #4caf50;
    height: 100px;
    width: 100px;
    border-radius: 50%;
}
.modalbox.success .icon span {
    position: absolute;
    font-size: 4em;
    color: #fff;
    text-align: center;
    padding-top: 20px;
}
.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    /* stupid browser compat. smh */
}
.center .change {
    clear: both;
    display: block;
    font-size: 10px;
    color: #ccc;
    margin-top: 10px;
}
.success-container.hide{
    display: none;
}
.success-container.show{
    display: block;
}
.success-container h1{
    margin: 0px;
}
.popup-close{
    font-size: 43px;
    position: absolute;
    top: -10px;
    right: 0;
    padding: 10px;
    cursor: pointer;
}

#license-btn{
    text-align: center;
}
#license-btn .elementor-button{
    cursor: pointer;
    padding: 12px 24px !important;
    border: 0 !important;
    line-height: 1 !important;
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-accent-font-weight );
    background-color: var( --e-global-color-accent );
}
#license-btn.one_license a{
    fill: #0C0B0B;
    color: #0C0B0B;
    background-color: #A7CCEA;
    background-color: #A7CCEA;
    padding: 12px 24px !important;
    border: 0 !important;
    line-height: 1 !important;
}
#corporate-license {
    text-align: center;
}
#corporate-license .elementor-button{
    background-color: #1A75D8;
    border-radius: 0px 0px 0px 0px;
    padding: 25px 50px;
    line-height: 1;
}


#af-form-aweber{
    overflow: hidden;
    display: block;
    background-color: #FFFFFF;
    border-color: #8C8C8C;
    border-width: 1px;
    border-style: none;
    width: 100%;
    max-width: 553px;
    box-sizing: border-box;
    text-align: left;
    margin: auto;
}
#af-form-aweber .af-body{
    padding-bottom: 15px;
    padding-top: 15px;
    background-repeat: no-repeat;
    background-position: inherit;
    background-image: none;
    color: #000000;
    font-size: 11px;
    font-family: Verdana, sans-serif;
}
.af-element{
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 100%;
}
label.previewLabel{
    display: block;
    float: left;
    width: 25%;
    text-align: left;
    color: #4D4D4D;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    font-family: Verdana, sans-serif;
    font-weight: 700 !important;
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}
.af-textWrap{
    display: block;
    float: right;
    width:100%;
}
input.awf_field_text,
input.awf_field_email{
    border-radius: 3px !important;
    box-sizing: border-box !important;
    color: #444444;
    font-size: 1rem;
    margin-bottom: 0.75rem !important;
    padding: 8px 12px !important;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    width: 100%;
    border-color: #000000;
    border-width: 1px;
    border-style: solid;
    color: #000000;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    font-family: Verdana, sans-serif;
}

.af-element.buttonContainer{
    box-sizing: border-box !important;
    text-align: center;
}

#presentation_setting_button_submit{
    background-image: none;
    background-color: #3F73E3;
    color: #FFFFFF;
    text-decoration: none;
    font-style: normal;
    font-size: 14px;
    font-family: Verdana, sans-serif;
    border: none;
    border-radius: 3px !important;
    font-weight: bold;
    margin-top: 0.5rem !important;
    margin-bottom: 1rem !Important;
    padding: 0.6rem 1.5rem !important;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    width: auto;
    cursor: pointer;
}

.text_success{
    color:#4caf50;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 20px;
}
.text_danger{
    color:red;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 20px;
}

#edd_purchase_receipt_confirmation thead tr {
    background: #02193b;
    color: #fff;
    padding: 46px;
}

table#edd_purchase_receipt_confirmation {
    width: 100%;
    background-color: #efefef;
}

#edd_purchase_receipt_confirmation th, #edd_purchase_receipt_confirmation td, #edd_purchase_receipt_confirmation th, #edd_purchase_receipt_confirmation td {
    padding: 18px;
    text-align: left;
}

table#edd_purchase_receipt_confirmation .edd_purchase_receipt_product_name {
    font-weight: 700;
}

.copy_btn{
    padding: 4.5px 7px !important;
    color: #ffffff !important;
    border-radius: 3px !important;
    font-size: 13px !important;
}
.copyButton {
    background-color: #f3f3f3;
    padding: 5px 20px;
    letter-spacing: .6px;
    font-size: 15px;
    box-shadow: inset 0 3px transparent;
    display: inline-block;
    margin-top: 5px;
    color: #000;
    cursor: pointer;
}
.copied {
    width: auto;
    display: none;
    position: absolute;
    color: #000;
    padding: 15px 15px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 15px #b8c6db;
    -moz-box-shadow: 0 3px 15px #b8c6db;
    -webkit-box-shadow: 0 3px 15px #b8c6db;
}

/*Sales page styles*/
/* @import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
body + *{
	font-family: 'Quicksand', sans-serif!important;
} */
.txt-white{
	color:#fff;
}
.txt-blacl{
	color:#282828;
}
.font-quick{
	font-family: 'Quicksand', sans-serif!important;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.ft-w{
	font-weight: 600;
}
.ft-w{
	font-weight: 500;
}
.top-notch{
	font-weight: 800;
    font-size: 4.25rem;
}
.pd-left-r{
	padding:0rem 2rem;
}
.body-container{
	max-width:1366px!important;
	background-color: #efefef;
	margin-left: auto !important;
    margin-right: auto !important;
	
}
.d-flex{
	display: flex;
}
.fl-wrap{
	flex-wrap: wrap;
}
.justify-content-center{
	justify-content: center;
}
.justify-content-between{
	justify-content: space-between;
}
.align-item-center{
	align-items: center;
}
.logo-img{
	width: 10rem;
    height: auto;
	padding-top: 0.55rem;
}
.top-nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
li.last-child a{
	padding: 10px 20px;
    background: #d30000;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
}
.top-section{
	min-height:600px;
	background-image: url('../twentytwentytwo/assets/images/section-bg.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.wp-img{
	width: 70%;
	height:auto;
}
.fs-img{
	width: 80%;
	height:auto;
}
.mg-bottm{
	margin-bottom: 30px;
}
.txt-r{
	color:#d30000;;
}
.m-25{
	margin-bottom: 35px;
}
.cta-button{
	padding: 10px 20px;
    background: #ffffff;
    color: #d30000;
    text-decoration: none;
    border-radius: 30px;
	-webkit-box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.46);
    -moz-box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.46);
    box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.46);
}
.cta-button-red{
	padding: 10px 20px;
    background: #d30000;
    color: #ffffff;
    text-decoration: none;
    border-radius: 30px;
	-webkit-box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.46);
    -moz-box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.46);
    box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.46);
	border:none;
	cursor: pointer;
}
.features-text{
	background-color: #fff;
	max-width:49%;
	width: 49%;
	padding-top: 3rem;
	padding-left: 3rem;
	padding-bottom: 3rem;
	box-sizing: border-box;
}
.features-text ul{
	padding-left: 19px;
    line-height: 40px;
	margin-bottom: 3rem;
}
.all-ft-img{
	padding: 3rem;
	background-color: #fff;

}
.all-ft-img img{
	width: 100%;
	height: auto;
}
.testimonial-item .testimonial-img {
    width: 100px!important;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 0.15);
    margin: 0 auto;
}
.testimonial-item{
	border: 1px solid #d30000;
    border-radius: 30px;
    padding: 1.5em 0em;
    background: #fff;
	margin: 10px;
}
.testimonial-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #d30000;
}
.testimonial-item h4 {
    font-size: 14px;
    color: #282828;
	font-weight: 800;
    margin: 0 0 15px 0;
}
.testimonial-item .stars {
    margin-bottom: 15px;
}
.testimonial-item .stars i {
    color: #ffc107;
    margin: 0 1px;
}
.testimonial-item p {
    width: 80%;
	margin: 0 auto;
}
.owl-wrap{
	padding: 3rem;
}
.features-wrap{
	background-color: #fff;
	padding: 5rem 3rem;
}
.features-wrap > h3{
	margin-top: 0px;
}
.box-feat img{
	
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.box-feat h4{
	margin-bottom: 0px;
}
.box-feat h5{
	min-height: 52px;
    margin-top: 0px;
    overflow: hidden;
    max-height: 52px;
    margin-bottom: 12px;
}
.box-feat{
	padding: 2rem;
	border-radius: 2rem;
	border:1px solid #d30000;
	background-image: url('./assets/images/liner-btm.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	width: 275px;
	box-sizing: border-box;
	transition: 300ms  ease;
	margin-right:1.2rem;
	margin-left: 1.2rem;
}
.box-feat:hover{
	transition: 300ms  ease;
	transform: scale(1.04);
	-webkit-box-shadow: 0px 2px 13px -4px rgba(0,0,0,0.61);
-moz-box-shadow: 0px 2px 13px -4px rgba(0,0,0,0.61);
box-shadow: 0px 2px 13px -4px rgba(0,0,0,0.61);
}
/* .features-wrap > h5{
	margin-bottom: 0px;
} */
.owl-prev,
.owl-next{
	background: #d30000!important;
    
    width: 40px!important;
    color: #fff!important;
    font-size: 36px!important;
    height: 40px!important;
    text-align: center!important;
    line-height: 0!important;
    vertical-align: middle!important;
	border-radius: 50%!important;
	margin-top: 15px;
}
.owl-prev{
	margin-right: 10px;
}
.owl-next{
	margin-left: 10px;
}
.owl-prev span,
.owl-next span{
	transform: translate(0px, -5px);
    display: block;
}
.all-section{
	padding: 5rem 3rem;
	background-image:url('./assets/images/all-in-one.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.mask1 {
	-webkit-mask-image: url('./assets/images/mask.png');
	mask-image: url('./assets/images/mask.png');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	width: 600px;
    height: 419px;
    margin: 0 auto;
	background-size: contain;
  }
  .mask1 video{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer{
	background: #d30000!important;
	text-align:center;
	color:#fff;
	padding: 2rem 0rem;
}
.footer h4{
	margin: 0px;
}
/* .new-col{
	max-width: 49%;
	width:49%
} */
.img-full{
	width:100%;
	height: auto;
}
.wid-50{
	width: 55%;
    margin: 0 auto;
}



@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body,html{
	font-family: 'Nunito', sans-serif!important;
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0px;
}
.logo img{
	max-width: 175px;
}
.header-abs{
	position: absolute!important;
	left: 0!important;
	z-index: 1!important;
}

#vid-wrap  > .elementor-container{
	
	max-width: 991px!important;
}
#vid-wrap .elementor-wrapper{
	background-image: url('././assets/images/mask-1.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	/* mask-image: url('././assets/images/mask-1.png');
	-webkit-mask-image: url('././assets/images/mask-1.png'); */
}
#vid-wrap .elementor-fit-aspect-ratio iframe {
    position: absolute;
    top: 32px;
    left: 127px;
    height: 83%;
    width: 75.5%;
    border: 0;
}
#vid-wrap{
	background-image:url('././assets/images/vid-bg.png');
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
}
.wrap-feat{
	padding: 2rem;
	border-radius: 15px;
	background: #fff;
	margin: 12px;
	padding-bottom: 0rem;
}
.point-row .wrap-feat:last-child{
	background: transparent;
}
.wrap-feat h2{
	height: 44px;
	margin-bottom: 5px;
}
.wrap-feat a{
	padding:12px 15px!important;
	margin-top: 2rem;
}
.wrap-feat .elementor-widget:not(:last-child) {
    margin-bottom: 0px;
}
#clients .swiper-slide {
    background: linear-gradient(16deg, #1a58c4 0%, #3980e4 100%);
}

#clients .elementor-widget-reviews .elementor-swiper-button-prev, .elementor-widget-reviews .swiper-container-rtl .elementor-swiper-button-next, .elementor-widget-testimonial-carousel .elementor-swiper-button-prev, .elementor-widget-testimonial-carousel .swiper-container-rtl .elementor-swiper-button-next {
    left: -32px!important;
    right: unset;
}
#clients .elementor-widget-reviews .elementor-swiper-button-next, .elementor-widget-reviews .swiper-container-rtl .elementor-swiper-button-prev, .elementor-widget-testimonial-carousel .elementor-swiper-button-next, .elementor-widget-testimonial-carousel .swiper-container-rtl .elementor-swiper-button-prev {
    right: -32px!important;
    left: unset;
}
#widget-2 .ytp-cued-thumbnail-overlay-image{
	background-image: url('././assets/images/vid-placle.png')!important;
}
.intro-points ul{
	list-style: none;
    margin-left: 0px;
    padding: 0px;

}
.intro-points ul li{
	padding-left: 70px;
    font-size: 18px;
    position: relative;
    margin-bottom: 2rem;
}
.intro-points ul li::after{
	content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: -10px;
    z-index: 1;
    background-image:url('././assets/images/ck.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.btn-pos a{
	transform: translate(0rem, 4rem);
}
.txt{color:#1a58c4;}
.txt-2{color:#3980e4;}

.btn-shad a{
	transition: 300ms;
}
.btn-shad a:hover{
	transition: 300ms;
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.3);
}
.footer-links ul{
 list-style: none;
 padding: 0px;
 margin: 0px;
 display: flex;
    justify-content: space-between;
}


.wp-container-7 > :where(:not(.alignleft):not(.alignright)) {
    max-width: 1000px!important;
    margin-left: auto !important;
    margin-right: auto !important;
}

#edd_purchase_form fieldset#edd_checkout_user_info{
	text-align: left;
    width:100%;
	clear: both;
    margin-right: 20px;
	
}
#edd_purchase_form fieldset#edd_purchase_submit{
	width: 100%;
    margin-right: 0;
    border: 1px solid #eee;
    padding: 1.387em;

	clear: both;
    text-align: left;
    font-size: 89%;
}
#edd_checkout_form_wrap legend{
	color: #1A58C4;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #00000026;
}
.edd_cart_total span{
	color:#1A58C4;
}
#edd-email-wrap,#edd-first-name-wrap,#edd-last-name-wrap{
	margin-bottom: 20px;
}
#edd_checkout_form_wrap input[type=email], #edd_checkout_form_wrap input[type=password], #edd_checkout_form_wrap input[type=tel], #edd_checkout_form_wrap input[type=text], #edd_checkout_form_wrap textarea{
	padding: 11px 6px;
	border-radius: 3px;
    font-size: 100%;
	width: 94%;
}
.edd_cart_actions a{
	background: #ff5757!important;
    color: #fff!important;
    padding: 5px 14px!important;
    font-size: 13px!important;
    border-radius: 15px!important;
}
#edd_checkout_form_wrap .container_domain input:checked ~ .checkmark {
    background-color: #1a57c2;
}
.paypal-button.paypal-button-shape-rect {
    border-radius: 40px!important;
}
#edd_checkout_cart td, #edd_checkout_cart th {
    padding: 0.8em 1.387em;
}
.pum-theme-845, .pum-theme-default-theme {
    background-color: rgb(0 0 0 / 77%)!important;
}

.pum-theme-1178 .pum-container,
.pum-theme-hello-box .pum-container {
    padding: 30px!important;
    border-radius: 18px!important;
    border: 0px solid #81d742!important;
    box-shadow: 0px 0px 0px 0px rgb(2 2 2 / 0%)!important;
    background-color: rgba( 255, 255, 255, 1.00 )!important;
}
.pum-theme-1178 .pum-content + .pum-close, .pum-theme-hello-box .pum-content + .pum-close {
    position: absolute;
    height: auto;
    width: auto;
    left: auto;
    right: -30px;
    bottom: auto;
    top: -30px;
    padding: 1px 0px;
    color: #ffffff!important;
    font-weight: 100;
    font-size: 32px;
    line-height: 28px;
    border: none !important;
    border-radius: 28px;
    box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 );
    text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 );
    background-color: #3980E4!important;
	width: 30px!important;
	height: 30px!important;
}
.pum-theme-1178 .pum-title, .pum-theme-hello-box .pum-title {
    color: #3980e4!important;
    text-align: left;
    font-weight: 400!important;
}
#mep_0,
#mep_0 video{
	width: 100%!important;
	height: 500px!important;
	max-height: 500px!important;
}
.wp-video{
	width:100%!important;
}
.mejs-time{
	overflow: visible!important;
}
	
.pum-title.popmake-title{
	font-family: 'Roboto'!important;
}
.priceer .elementor-widget-container{
	transition: 300ms!important;
	-webkit-box-shadow: 1px 6px 17px -4px rgba(0,0,0,0.19)!important;
-moz-box-shadow: 1px 6px 17px -4px rgba(0,0,0,0.19)!important;
box-shadow: 1px 6px 17px -4px rgba(0,0,0,0.19)!important;

}

.priceer .elementor-widget-container:hover{
	transition: 300ms!important;
	-webkit-box-shadow: 1px 6px 17px -4px rgba(0,0,0,0.39)!important;
-moz-box-shadow: 1px 6px 17px -4px rgba(0,0,0,0.39)!important;
box-shadow: 1px 6px 17px -4px rgba(0,0,0,0.39)!important;

}
#wp--skip-link--target{
	margin: 0% -5.5%;
    
    margin-top: -24px;
}
#wp--skip-link--target .wp-block-spacer{
	display: none!important;
 }
 #wp--skip-link--target form{
	max-width: 100%;
	margin-bottom: 0px;
 }

 #wp--skip-link--target form .edd_purchase_submit_wrapper a {
	background-color: #3980E5;
	text-decoration: none;
    border-radius: 30px 30px 30px 30px;
    padding: 1em 2em 1em 2em;
 }
 #wp--skip-link--target .wp-container-4.wp-block-group{
	display: none;
 }

 .custom-header{
	background-image:url("https://marketersvideoplayer.com/wp-content/uploads/2022/09/price-516-2.png") ;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 5rem 0rem 4rem 0rem;
 }
 .custom-header img{
	margin:0 auto;
	display: block;
 }
 .custom-header h2{
	color: #FFFFFF;
    font-family: "Roboto", Sans-serif!important;
	text-align: center;
    font-size: 39px;
    font-weight: 400;
	padding-top: 20px;
 }
 .footer-custom{
	background-image: url(https://marketersvideoplayer.com/wp-content/uploads/2022/09/footer-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 8rem 0rem 4rem 0rem;
 }
 .col-34{
	width: 15%;
	display: inline-block;
 }
 .col-66{
	width: 75%;
	display: inline-block;
 }
 .col-34 img{
	width: 175px;
	height: 128px;
 }
 .w-1366{
	max-width: 1366px;
	margin: 0 auto;
	padding: 0rem 2rem;
	
 }
 .col-66 ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	width: 100%;
	transform: translate(0px, -52px);
 }
 .col-66 ul a{
	text-decoration: none;
	padding: 0px;
	
 }
 .divu{
	width:100%;
 }
 .footer-custom hr{
	margin-bottom: 25px;
 }
 .c-right{
	color:#1A58C4;
	text-align: center;
 }

.flexer-wrap{
	display: flex;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    max-width: 1366px;
    margin: 0 auto;
	padding-top: 6rem;
    padding-bottom: 5rem;

}
.flexer-wrap .child-div{
	width: 49.5%;
	max-width: 49.5%;
}
.flexer-wrap .child-div img{
	width: 100%;
	height: auto;
}

.pad-left h2{
	font-family: "Roboto", Sans-serif!important;
    margin-top: 0px;
    margin-bottom: 15px;
	font-weight:500;
}
.pad-left p{
	margin-bottom:25px;
	line-height: 1.8;
}
.edd-cart-added-alert {
    color: #00af0a;
    display: block;
    position: absolute;
    left: 130px;
    top: 10px;
}
#edd_checkout_cart{
	border-collapse: collapse;
}
#edd_checkout_cart .edd_cart_header_row th {
    background: #031b40;
    color:#fff;
}
#edd_checkout_wrap{
	display: flex!important;
}
#edd_checkout_wrap{
	flex-direction: row-reverse;
}
#edd_checkout_cart_form {
    min-width: 48%;
    margin-left: 2%;
}
#edd_checkout_form_wrap{
	width: 50%;
}
#edd_checkout_form_wrap input[type=email], #edd_checkout_form_wrap input[type=password], #edd_checkout_form_wrap input[type=tel], #edd_checkout_form_wrap input[type=text], #edd_checkout_form_wrap textarea {
    padding: 11px 6px;
    border-radius: 30px;
    font-size: 100%;
    width: 100%;
    border: 1px solid #d1d1d1;
    padding-left: 15px;
}
.edd-payment-icons{background-color: #031b40;}
.edd-payment-icons svg{
	width: 80px;
	height: 80px;
	margin-left:15px!important;
}
.pad-left{
	padding-left: 3rem;
}
.edd_empty_cart{
	display: block;
	width: 100%;
	text-align:center;
}

	.brder-right{
		border-right: 1px solid #e5e5e5;
	}
	.brder-left{
		border-left: 1px solid #e5e5e5;
	}
#cart-wrap table.woocommerce-cart-form__contents{
	border-radius: 10px;
	background: #efefef;
	overflow: hidden;
}
#cart-wrap table.woocommerce-cart-form__contents thead{
	background: #021a3d;
    color: #fff;
	
}
#cart-wrap table.woocommerce-cart-form__contents thead th{
	font-size: 18px;
    font-weight: 800;
    padding: 25px 15px;
}
#cart-wrap table.woocommerce-cart-form__contents tbody tr td{
	padding: 15px;
}
#cart-wrap table.woocommerce-cart-form__contents tbody tr td a.remove{
	background: #fd6464;
    width: 33px;
    display: block;
    text-align: center;
    height: 33px;
    line-height: 30px;
    border-radius: 100%;
    color: #fff;
}
#cart-wrap table.woocommerce-cart-form__contents tbody tr td button{
	font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    background-color: #3980E4;
    border-radius: 3em 3em 3em 3em;
}
.woocommerce-page .woocommerce-cart-form .product-thumbnail a img {
    width: 78px;
    height: 78px;
    object-fit: contain;
}
#cart-wrap table.woocommerce-cart-form__contents tbody tr td input{
	border-color: #3980e4;
    border-radius: 100px;
	min-width: 138px;
}
#cart-wrap .woocommerce-message{
	position: absolute!important;
    bottom: -117px;
    width: 14%;
    left: 57%;
}
#cart-wrap .cart_totals {
	background-color: #efefef;
	border-radius: 10px;
    overflow: hidden;
}
#cart-wrap .cart_totals h2{
	color: #fff;
    margin: 0px;
    padding:28px 18px;
    background-color: #021a3d;
    font-weight: 500;
    text-transform: capitalize;
}
.elementor-shortcode .woocommerce{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.elementor-shortcode .woocommerce .woocommerce-cart-form{
	width: 70%;
	display: inline-block;
}
.elementor-shortcode .woocommerce .woocommerce-cart-form table{
	width: 100%;
}
.elementor-shortcode .woocommerce .cart-collaterals {
	width: 28%;
	display: inline-block;
	margin-top: 0px;
}
.elementor-shortcode .woocommerce .cart-collaterals table tbody tr th{
	padding-left: 1rem;

}
.elementor-shortcode .wc-proceed-to-checkout a{
	font-family: "Roboto", Sans-serif;
    font-size: 16px!important;
    font-weight: 300!important;
    background-color: #3980E4!important;
    border-radius: 3em 3em 3em 3em;
	margin-bottom: 1rem;
	border: transparent;
}
.woocommerce-page table.shop_table_responsive tbody tr {
    border-top: 1px solid #ffffff;
}
#cart-wrap .order-total th,
#cart-wrap .order-total td{
	font-weight: 700!important;
}
#cart-wrap .wc-proceed-to-checkout {
    text-align: center;
    padding: 10px;
    border-top: 1px solid #fff;
}
.cart-collaterals .cart_totals {
    float: none!important;
    width: 100%!important;
}
#cart-wrap .calculated_shipping{
	background: #efefef;
    border-radius: 10px;
    overflow: hidden;
}
#cart-wrap .calculated_shipping h2{
    background: #021a3d;
    margin: 0px;
    padding: 29px 15px;
    color: #fff;
    font-weight: 800;
    text-transform: capitalize;
}
.btn-blue a{
	font-family: "Roboto", Sans-serif;
    font-size: 16px!important;
    font-weight: 300!important;
    background-color: #3980E4!important;
    border-radius: 3em 3em 3em 3em;
	border: transparent;
	padding: 1.5rem!important;
}
.elementor-widget-container h4{
	font-family: "Roboto", Sans-serif;
}
.elementor-widget-container h4:nth-child(2){
	margin-bottom:10px;
}
.elementor-widget-container h4:nth-child(3){
	margin-top: 0px;
}
#corporate-license .elementor-button {
    background-color: #1A75D8;
    border-radius: 50px;
    padding: 25px 50px;
    line-height: 1;
    border-radius: 50px;
    margin: 2rem 0rem!important;
}
#license-btn.one_license a {
    border-radius: 20px;
    margin-bottom: 3rem;
}
#billing_country,
#card_state{
	height: 45px;
	border-radius: 50px;
	width: 100%!important;
	border-color:#d1d1d1;
	padding-left: 15px;
	font-size: 18px;
    color: #757575;

}
.edd_empty_cart {
	font-size: 28px;
}
#edd_checkout_wrap a{font-family: "Quicksand", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    background-color: #3980E4;
    border-radius: 50px 50px 50px 50px;
	min-width: 168px!important;
    height: 50px!important;
    line-height: 2.2!important;
}
.page-id-834 #footer,
.page-id-834 hr,
.page-id-834 #headerimg{
	display: none;
}
#edd_purchase_receipt,
#edd_purchase_receipt_products{
	background-color: #efefef;
}
#edd_purchase_receipt  thead tr,
#edd_purchase_receipt_products thead tr{
	background: #02193b;
    color: #fff;
    padding: 46px;
}
#edd_purchase_receipt th,
#edd_purchase_receipt td,
#edd_purchase_receipt_products th,
#edd_purchase_receipt_products td{
	padding: 18px;
}
div[data-id="7ae67804"] p{
	color: #1a57c2;
    font-size: 27px;
    font-weight: 600;
}
div[data-id="7ae67804"] h3{
	font-size: 28px;
    font-weight: 600;
	font-family: "Roboto", Sans-serif;
    color: #1a57c2;
}

table#edd_purchase_receipt_products li {
    list-style: none;
    margin: 0px!important;
}
.clipboard{
	display: flex;
}
.clipboard button{
	background-color: #3980E5;
    text-decoration: none;
    padding: 8px 15px;
    margin-top:0px;
	color:#fff;
	border:none;
	border-radius: 30px;
}

 
 @media only screen and (max-width:767px){
	.table-flow{
		overflow: scroll;
		}
	
	#edd_checkout_user_info,
	#edd_purchase_submit{
		width: 100%!important;
	}
 }
 @media only screen and (min-width:1025px){
	
	#points-wrap > .elementor-container{
		padding:0em 2rem ;
	}
 }
 @media only screen and (max-width:1024px) {
	.brder-right,
	.brder-left {
		border:none;
	}
	.elementor-shortcode .woocommerce .woocommerce-cart-form {
		width: 100%;
		display: inline-block;
	}
	.elementor-shortcode .woocommerce .cart-collaterals {
		width: 100%;
		display: inline-block;
		margin-top: 30px;
	}
	.elementor-shortcode .woocommerce {
	
		flex-direction: column!important;
		padding: 0px 15px!important;
	}
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td{
		display: auto!important;
	}
	.h2-wrap{
		text-align: center!important;
	}
	#edd_checkout_wrap{
		flex-direction: column!important;
		
	}
	#edd_checkout_cart_form {
		min-width: 98%!important;
		margin-left: 0%!important;
		max-width: 98%!important;
	}
	#edd_checkout_form_wrap {
		width: 98%!important;
	}
	.edd_purchase_submit_wrapper {
		text-align: center;
	}
	.pad-left p {
		text-align: center;
	}
	.pad-left{
		padding-right: 3rem;
	}
	.flexer-wrap .child-div {
		width: 100%;
		max-width: 100%;
	}
	.flexer-wrap{
		flex-direction: column;
	}
	.col-34,
	.col-66{
		width: 100%!important;
		display: block!important;
		text-align: center!important;
	}
	.col-66 ul{
		transform: translate(0px)!important;
		flex-direction: column!important;
		padding: 0px!important;
		margin-top: 2rem;
	}
	.divu{
		font-size: 12px!important;
	}
	.col-66 ul li{
		margin-bottom: 15px;
	}
	#popmake-1184{
		top:80px!important;
	}
	.pum-theme-1178 .pum-content + .pum-close, .pum-theme-hello-box .pum-content + .pum-close {
		right: 5px!important;
		bottom: auto;
		top: 5px!important;
	
	}
	.pbl-wrap .elementor-container{
		flex-direction: column-reverse!important;
	}
	.footer-links ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		text-align: center;
	}
	.footer-links ul li{
		margin-bottom: 15px;
	}
}

@media only screen and (max-width:1023px){
	.flexer-wrap .child-div{
		padding: 0rem!important;
	}
	.edd-cart-added-alert {
		
		position: static!important;
		width:100%!important;
		margin-top: 15px!important;
	}
} 
@media only screen and (min-width:1181px) and (max-width:1366){

}
@media only screen and (max-width:1366px) {
	.elementor-swiper{
		text-align: center;
	}
	.elementor-swiper-button-next,
	.elementor-swiper-button-prev{
	    /* display: none!important; */
        position: static!important;
        margin-top: 50px;
	}
}
@media only screen and (max-width:576px){
	.edd-payment-icons svg{
		margin:0 auto!important ;
	}
#edd_checkout_cart{
	font-size: 14px!important;
	table-layout: fixed!important;
	}
}