:root{
	--wp-font-h1:43px;
	--wp-font-h2:40px;
	--wp-font-h3:32px;
	--wp-font-h4:25px;
	--p-size:20px;
	--ag-bg-color:#2d254a;
	--main-color:#30165e;
	--text-color:#053152;
	--svg-color:#c3cbeb;
	--bg-color:#f3ebec;
	--bg-topbar:#7d72ab;
}
.sub-menu{
	padding:0
}
header ul.nav-links > li{
	position: relative
}
header ul.nav-links > li:first-child{
	position: inherit
}

header ul.nav-links > li > .sub-menu, header ul.nav-links .drop-menu{
	min-width: 200px;
	position: absolute;
	background: #D6CDF5;
	line-height: 45px;
	padding: 16px;
	opacity: 0; 
	visibility: hidden;
	right: 0;
}
header ul.nav-links > li:first-child > .sub-menu{
	width:100%;
	display: grid;
	grid-template-columns: 70% 30%;
}
header ul.nav-links > li:first-child > .sub-menu > li:first-child > .sub-menu{
	width:100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
header ul li:first-child .sub-menu{
	width:100%;
}
ul.nav-links > .menu-item-has-children > a:after{
	content: "\f078";
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
	position: relative;
	left: 5px
}
ul.nav-links .sub-menu .sub-menu li a:before{
	content: "\f1e6";
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
	position: relative;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-right: 5px
}
ul.nav-links > li:first-child .sub-menu a{
	font-size: 17px;
	line-height: 2.5em;
	position: relative
}

ul.nav-links > .menu-item-has-children:first-child > ul > li > a:after{
	content: '';
	border: 1px solid;
	position: absolute;
	width: 100px;
	left: 0;
	bottom: 0;

}

/* header start */
.d_desk_none{
	display: none !important
}

.cs_accordion {
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	padding: 0;
	color: #fff !important;
	cursor: pointer;
	transition: background-color 0.2s linear;
	display: flex;
	border-bottom: 1px solid;
	align-items: center;
	justify-content: space-between;
}
.mar_t{
	margin-top:20px;
}
.cs_accordion.have_links:after {
	font-family: FontAwesome;
	content: "\f150";
	font-family: "fontawesome";
	font-size: 18px;
	float: right;
}

.cs_accordion.have_links.is-open:after {
	content: "\f151";
}
.mobile_nav{
	margin-top: 50px;
	padding: 0 25px;
}
.mobile_nav a{
	font-size: 14px !important;
	line-height: normal;
	padding: 10px 0 !important;
	color: #fff !important;
	display: inline-block;
	font-weight: normal
}
.mobile_nav li{
	margin: 0 !important;
	line-height: normal
}
.mobile_nav .mega-links{
	padding: 0 !important
}



.cs_accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-in-out;
}


.bck{
	background-color:#f3ebec;
	display: flex;
	flex-direction: column;
	padding:30px 0px;

}
.nav-links li a:hover{
	border-bottom:2px solid #7d72ab;
	color:#7d72ab;
}
.mega-box li a:hover{
	border-bottom:none;
}

.card-platinum h2{
	color:white!important;
}
.free_paid ul li{
	font-size:22px;}
li {
	list-style: none;
}

.sticky {
	/* position: fixed; */
	top: 0;
	width: 100%;
	z-index: 9;
}

/* DOCUMENT PAGE START*/

.doc{

	padding-bottom:50px;
}

.doc_hd h2 {
	text-align:center;
	font-size: 45px;
	color: var(--text-color);
	font-weight: 600;


}
.doc_hd hr{
	width: 25%;
	border: 1px solid #30165e;

}


/* DOCUMENT PAGE END */

/* catcbllpro page start*/

.free_pro_version{
	display:grid;
	grid-template-columns:repeat(2, 1fr);
	gap:40px;
	padding:40px 0px ;
}
.free_pro_version .free_version, .free_pro_version .paid_version{
	background: #e3dff1;

	border: 2px solid #30165e;
}
.free_pro_version .free_plug, .free_pro_version .paid_plug{
	padding: 30px;
}

.free_pro_version h5 i{
	padding-right:10px;
	color:#30165e;
}

.free_pro_version h5{
	padding: 10px 0px;
	font-weight: 700;
	color: #30165e;
}

.free_version h3,  .paid_version h3{
	background-color: #30165e;
	color: #e3dff1;
	margin: 0px;
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	padding: 20px 0px;
}
.free_pro_version .free_version ul li, .free_pro_version .paid_version ul li{
	list-style-type: disc;

}
/* catcbllpro end */

/* MY ACCOUNT START */
#edd_profile_editor_form{
	border: 1px solid black;
	padding: 30px;
	width: 800px;
	margin: 0 auto;
}
#edd_profile_editor_form fieldset{
	border:none;
	padding:0px;
	margin:0px;
}
#edd_profile_editor_form p{
	margin:15px 0px;
}
#edd_profile_editor_form label {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 10px;
	color: #30165e;
	font-family: inherit;
}
#edd_profile_editor_submit{
	background: #30165e;
	color: white;
	padding: 10px 20px;
	border-radius: 25px;
	font-size: 16px;
}

/* MY ACCOUNT END */

/* DOCUMENT CSS START */
.doc h2 {
	font-size: 45px;
	color: var(--text-color);
	font-weight: 600;
	text-align: center;
}

.doc_sec .accordion{
	background-color: #7d72ab;
	color: #fff;
	border-color:#30165e;
	border-radius:0px;
}
.doc_sec .panel{
	background-color:#eaeaea;
	border:none;
	border-radius:0;
}
.doc_sec .accordion::after{
	color:#30165e;
}
.doc_sec .accordion.active, .doc_sec .accordion:hover {
	color: #ffff;
}
.doc_sec iframe{
	width:100%;
	margin-top:20px;
}
.panel ul li{
	list-style: disc;}

nav#navbar {
	margin-top: 0px;
	margin-bottom: 0px;
	border: 2px solid #30165e;
}
#navbar{
	position: sticky;
	top: 10%;
}
.doc hr {
	margin: 0 auto;
	width: 23%;
	border: 1px solid #30165e;
}

header {
	font-size: 1.5rem;
	font-weight: bold;
	position:relative;
	z-index:1;
}

#navbar h5 {
	background-color: #30165e;
	margin: 0px;
	color: white;
	font-size: 25px;
	font-weight: 600;
	padding: 20px 0px;
	text-align: center;

}

.doc_list li a {
	font-size: 18px;
	font-weight: 500;
	color: #30165e;
	line-height: 33px;
}

.doc_list {
	padding: 30px 20px;
}

.doc_content {
	padding: 40px 23px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.32);

}

#main-doc h4 {
	font-size: 26px;
	color: #30165e;
}

.doc_content ul li {
	list-style-type: disc;
}

.doc_content ul li span {
	font-weight: 600;
}

.main-section {
	padding: 0 0 30px;
}

.doc_content ul {
	padding-bottom: 20px;
}

/* DOCUMENT CSS END */

/* .navigation */

.container, .container-2{
	max-width:1399px;
	margin:0 auto;
}
.container-3{
	max-width: 1140px;
	margin:0 auto;
}
.navigation img{
	height:20px
}
.navigation {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 20px
}
.navigation a{
	color: #fff
}
.navi-bar{
	background-color:var(--bg-topbar);
}
.navi-bar .nav-info {
	display: flex;
	align-items: center;
	gap: 24px;

}
.nav-icon {
	display: flex;
	gap: 20px;
}
.navigation .nav-icon a {
	color: rgb(255, 251, 251);
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 10px;

}
.nav-icon i {
	font-size: 21px;
	color:white;
}
.nav-info p {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	color: white;
}
.nav-info a{
	display: flex;
	gap: 10px;
}
.nav-info i{
	color: #fff;
	font-size: 13px;
	padding-top:5px;
}
.logo img{
	height: 70px;
	object-fit: cover;
}
/* menu :start */

.head-sec{
	background-color:var(--main-color);
}
nav .wrapper {
	position: relative;
	padding: 25px 20px 0 ;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.wrapper .logo a {
	color: #f2f2f2;
	font-size: 30px;
	font-weight: 600;
	text-decoration: none;
	display:flex
}

.wrapper .nav-links {
	display: inline-flex;
	align-items: center;
}

.nav-links li {
	list-style: none;
}

.nav-links li a {
	color: #f2f2f2;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding: 9px 15px;
	cursor: pointer;
}
.nav-links > li > a {

	text-transform: uppercase
}

.nav-links .mobile-item {
	display: none;
}


.nav-links .drop-menu li a:hover, .nav-links .sub-menu li a:hover{
	border-bottom:none;
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box, .nav-links li:hover .sub-menu, .nav-links li:hover .mega-box {
	transition: all 0.3s ease;
	opacity: 1;
	z-index: 7;
	visibility: visible;
}

.drop-menu li a, .sub-menu li a {
	width: 100%;
	display: block;
	padding: 0 0 0 0px;
	font-weight: 400;
	border-radius: 0px;
	color: #602e9e;
	font-weight:600;
}

.mega-box {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0 30px;
	top: 84px;
	opacity: 0;
	visibility: hidden;
}

.mega-box .content {
	background: #D6CDF5;
	padding: 25px 40px;
	display: grid;
	width: 100%;
	justify-content: space-between;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
	grid-template-columns:  auto auto;
}




.content .row header {
	color: #602e9e;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid;
	width: 20%;
	margin-bottom: 20px;
}

.content .row .mega-links {
	border-left: 1px solid rgba(255, 255, 255, 0.09);
	padding: 0;
	display: grid;
	grid-template-columns: auto auto;
	gap:10px
}
.content .row .mega-links i{
	font-size:18px;
	padding:0;
}
.mega-links img {
	width: 60px;
	height: 60px;
	object-fit: contain;
}

.row .mega-links li {
	padding: 0px 20px;
	display: flex;
	align-items: center;
	padding: 0;

}

.row .mega-links li a {
	padding: 0px;
	color: #602e9e;
	font-size: 17px;
	display: block;
	cursor: pointer;
	display: flex;
	gap: 15px;
}

.row .mega-links li a:hover {
	color: #602e9e;
}

.wrapper .btn {
	color: #fff;
	font-size: 30px;
	cursor: pointer;
	display: none;
}

.wrapper .btn.close-btn {
	position: absolute;
	right: 30px;
	top: 55px;
}

nav input {
	display: none;
}

.body-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	padding: 0 30px;
}

.body-text div {
	font-size: 45px;
	font-weight: 600;
}

/* ABOUT PAGE  START */
article {
	--img-scale: 1.001;
	--title-color: black;
	--link-icon-translate: -20px;
	--link-icon-opacity: 0;
	position: relative;
	border-radius: 16px;
	box-shadow: none;
	background: #fff;
	transform-origin: center;
	transition: all 0.4s ease-in-out;
	overflow: hidden;
}

article a::after {
	position: absolute;
	inset-block: 0;
	inset-inline: 0;
	cursor: pointer;
	content: "";
}

/* basic article elements styling */
article h2 {
	margin: 0 0 18px 0;
	font-size:18px;
	font-weight:600;
	color: var(--title-color);
	transition: color 0.3s ease-out;
}
.articles article{
	border: 2px solid #d7c6c8;
}

article p{
	font-size: 14px;
}
.article-body:hover a{
	color:#30165e;
}
figure {
	margin: 0;
	padding: 0;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

article img {
	max-width: 100%;
	transform-origin: center;
	transform: scale(var(--img-scale));
	transition: transform 0.4s ease-in-out;
}

.article-body {
	padding: 24px;
}

article a {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	color: #28666e;
}

article a:focus {
	outline: 1px dotted #28666e;
}

article a .icon {
	min-width: 24px;
	width: 24px;
	height: 24px;
	margin-left: 5px;
	transform: translateX(var(--link-icon-translate));
	opacity: var(--link-icon-opacity);
	transition: all 0.3s;
}

/* using the has() relational pseudo selector to update our custom properties */
article:has(:hover, :focus) {
	--img-scale: 1.1;
	--title-color: #28666e;
	--link-icon-translate: 0;
	--link-icon-opacity: 1;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}


/************************ 
Generic layout (demo looks)
**************************/

*,
*::before,
*::after {
	box-sizing: border-box;
}


.articles {
	display: grid;
	max-width: 1399px;
	margin-inline: auto;
	padding-inline: 24px;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}


.free_hd i{
	font-size:20px;
}
.free_sec, .sppt_sec, .paid_plug{
	padding:50px 0px;
}
.sp_sec{
	text-align:center;
}
.sp_sec p{
	margin-bottom:30px;
}
.sp_sec h4{
	font-weight:600;
	font-size:30px;
}


/* ABOUT PAGE FINISH */
.paid_plug{
	border-top:2px solid purple;
}
.paid_sec{
	display:grid;
	grid-template-columns:45% 45%;
	justify-items: center;
	align-items: center;
	justify-content:center;
}
.paid_text h4{
	font-weight:600;
}

.ht-ctc-chat .ctc-analytics svg{
	pointer-events: none;
	display: block;
	height: 28px!important;
	width: 28px!important;
}
}
.suport-img img{
	width:100%;
	max-width:80%;
}
.last-foot a:hover{
	color:#30165e}



/* .mar_btm{
margin-bottom:-74px!important;
} */
/* screenshots */
.demo_sec hr, .sp_sec hr{
	width: 18%;
	border: 1px solid #053152;
}
.demo_sec{
	background-color: #f3ebec;
	margin-bottom: -74px;
	padding: 50px 50px 100px 50px;
}
.owl-carousel .owl-item{
	padding: 10px
} 
/* screenshots end */
.pd_div{
	padding-bottom:30px;
}
/* .gform_wrapper.gravity-theme .gform_validation_errors, #validation_message_9_1, .gfield_validation_message{
display:none;
} */
.item span{
	color:#abb8c3;
}
.pro_img{
	height:auto!important;
}
.sec-1{
	text-align:center;
}
.loadMoreBtn-label{
	text-align: center;
	font-family: "Poppins", Sans-serif;
	font-size: 14px;
	background-color: transparent;
	color: #053152;
	border: 2px solid #053152;
	padding: 8px 15px;
	border-radius: 100px;
	display: inline-block;
	margin-top: 10px;
	font-weight: 700;
}

body {
	font-family: "Poppins", Sans-serif;
	margin: 0;
	padding: 0;
	overflow-X:hidden;
}

/* RESET PASSWORD */
.wpcr3_reviews_holder{
	display:none;
}
#reset-pass-submit{
	background-color: #30165e;
	color: white;
	border: none;
}
/* RESET PASSWORD */


.halves-circle{
	background: #fff;
	height: 150px;
	width: 150px;
	border: 9px solid;
	border-radius: 50%;
	border-color: #30165e #30165e #919cdb #919cdb;
	position: relative;
	margin-top: -105px;
}

/* COUNRTY AND STATE START */
.reviews .item .hoodie {

	border-radius: 50%;

}
.plugin_1 a{
	display:inline-block;
}
.form_img {
	width:60% !important;
}
.sec_p {
	padding: 40px 0px!important;
}
.img_size {
	width: 100%!important;
	height: 285px !important;
	max-width: 82%!important;

}
.css-1 p, .css-2 p, .css-3 p{
	margin:0px;
}
.wrapper_flex{
	line-height:31px;
}

/* .sec-1 img{
height: 400px;
} */
.ss_img{
	width:auto!Important;}

.reviews  .rating-star {
	color: #f0ad4e;
	font-size: 16px;
	font-weight: 400;
	padding-top: 11%;
}
.reviews .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	background-color: #fff;
	padding: 40px 20px;
	border-radius: 12px;
	gap: 10px;
	height: auto;
	width: 674px;
	margin: 90px auto;
	position: relative;
	box-shadow: #201f1f8f 2px 2px 12px 0;

}
.container_own{
	width:1200px;
	margin:0 auto;
}


.edd_purchase_submit_wrapper .bynw_btn_gld{
	background-color:white!important;
	color:#000!important;
}
.edd_purchase_submit_wrapper .bynw_btn:hover{
	border:0px!important;
	color:#000!important;
}
.edd_purchase_submit_wrapper .bynw_btn{
	border:0px!important;
	color:#000!important;
}
.edd_purchase_submit_wrapper .bynw_btn_gld:hover{
	background-color:white!important;
	color:#000!important;
}


/* COUNRTY AND STATE END */

.pro_btn{
	margin-top:40px;
}
/* .plugin_1  a{
text-align: center;
font-family: "Poppins", Sans-serif;
font-size: 18px;
font-weight: 500;
background-color: #30165e;
color: #fff!important;
border-style: solid;
border-width: 0px 0px 0px 0px;
padding: 10px 20px;
border-radius: 100px;

} */

.gform_required_legend{
	display:none;
}
.edd_purchase_submit_wrapper .bynw_btn_gld:hover{
	background-color:white;
	color:#4860c1;
}
.edd_purchase_submit_wrapper .bynw_btn_gld{
	background-color:white!important;
	color:#4860c1!important;
}


.acc_frm form, .edd-logged-out{
	width:800px;
	padding:20px;
	margin:0 auto;
}
#edd_login_form #edd_login_submit{
	border: none;
	background-color: #30165e;
	color: white;
	padding: 10px 20px;
	border-radius: 25px;
	font-size: 19px;
}



/* header end */
/* homepage start */

.pre-ratio {
	transform: scaleY(-1);
	height: 116px;
	aspect-ratio: 999/72;
	width: 100%;

}

a {
	text-decoration: none;
	font-family: "Poppins", Sans-serif;
	font-size: 15px;

}

.plugin_1 .d_flex {
	display: grid;
	grid-template-columns: 60% auto;
	padding: 60px 20px;
	gap:20px;
	align-items: center;

}

.plugin_1 .d_flex .text h2, .abt_sec .text h2 {
	font-size: var(--wp-font-h2);
	font-family: 'Poppins', sans-serif;
	color: #053152;
	line-height: 50px;
	margin-bottom: 20px;
	font-family: "Poppins", Sans-serif;
	font-weight:600;
}

.plugin_1 .d_flex .text h4, .abt_sec .text h4 {
	font-size: 20px;
	font-family: "Poppins", Sans-serif;
	color: #053152;
	line-height: 34px;
	font-weight: 200;
}



.owl-carousel .elementor-shape-fill {
	fill: #f3dddf;
}

.hv_text h2 {
	font-size:var(--wp-font-h2) ;
	font-family: 'Poppins', sans-serif;
	color: #053152;
	text-align: center;
	margin: 0;
	font-weight:600;
}

.box_2 {
	padding: 80px 0px;
	background-color:var(--bg-color);
	/* 	margin: -120px 0 0; */

}

.box_2 .d-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	text-align: center;
	gap: 2%;
	justify-content: center;
	padding: 40px 0px 0;

}

.card {
	padding: 34px 40px;
	font-family: "Nunito", Sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #54050a;
	border-radius: 5px 5px 5px 5px;
	background-color: #FFFFFF;
	font-family: "Poppins", Sans-serif;


}

.box_2 .card {
	box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.2);
	color: rgba(0, 0, 0, 0.5);
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	border: none
}

.fa-icon img {
	width: 200px;
	height: 200px;
	padding-bottom: 20px;


}

.card span {
	font-size: 24px;
	font-family: 'Poppins', sans-serif;
	color: #053152;
	font-weight: 600;
	text-transform: capitalize;
	line-height:1.2em;
}
.gap_bm{
	margin:20px;
}
/* what you get */
.get_text h2 {
	font-size: var(--wp-font-h2);
	font-family: 'Poppins', sans-serif;
	color: #053152;
	text-align: center;
	margin: 0;
	font-weight:600;
}

.get_sec {
	background-color: #fff;
	padding: 58px 20px;
}

.get_sec .fa-icon img {

	padding-bottom: 20px;

}


.get_sec .d-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	text-align: center;
	gap: 2%;
	justify-content: center;
	padding: 40px 0px 0px;

}

.get_sec .card-1,
.card_2,
.card-3,
.card-4 {
	background-color:var(--bg-color);
	padding: 50px 40px;
	font-family: "Poppins", Sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #053152;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.2);
	color: rgba(0, 0, 0, 0.5);
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	border: none;
	border-bottom:3px solid #f3ebec;
	line-height:1.2em;

}
.b_btn2 {
	text-align: center;
	font-family: "Poppins", Sans-serif;
	font-size: 17px;
	font-weight: 600;
	color: #053152;
	border: 2px solid #053152;
	padding: 10px 20px;
	border-radius: 100px;
	text-transform: capitalize;
}

.get_sec .card-1:hover,
.card_2:hover,
.card-3:hover,
.card-4:hover {
	border-bottom: 3px solid  #0c2a9f;
}

/* pro plugin */
.plugin_sec {
	background-color: #C3CBEB;
	padding: 0px 20px
}
.pro-plugin img{
	margin: 0 auto;
	width: 100%;
	max-width: 85%;
	object-fit: contain;
}

.plugin_sec .btn_flex {
	display: flex;

	gap: 17px;
}

.plugin_sec .plug_text h2 {
	font-size: var(--wp-font-h2);
	font-family: 'Poppins', sans-serif;
	color: #053152;
	text-align: center;
	margin: 0;
	font-weight: 600;

}

.plug_text hr {
	width: 24%;
	margin: 15px auto;
	border: 1px solid #053152;
	color: #424242;
}

/* pro plugin */
.pro-plugin  .plug_text{
	padding-bottom: 40px;
}
.custom_flex {
	padding: 30px 20px;
	margin-left: 0px;
}
.main_card {
	display: grid;
	gap: 20px;
	align-items: center;
	padding: 45px 0px;
	grid-template-columns: repeat(2, 1fr);

}

.flex_text h4 {
	color: #053152;
	font-family: "Poppins", Sans-serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 16px;
	margin-top: 0;
	text-align: left;

}

.flex_text p {
	color: #053152;
	font-family: "Roboto", Sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 22px;
	line-height: 26px;
	letter-spacing: 0.6px;
	text-align: left;
}
.b_btn_b{

	background-color: transparent;
	color: #053152;
	text-align: center;
	font-family: "Poppins", Sans-serif;
	font-size: 17px;
	font-weight: 600;
	border: 2px solid #053152;
	padding: 10px 20px;
	border-radius: 100px;
	text-transform: capitalize;

}
.b_btn {
	text-align: center;
	font-family: "Poppins", Sans-serif;
	font-size: 17px;
	font-weight: 600;
	background-color: #053152;
	color: #FFFFFF;
	border: 2px solid #053152;
	padding: 10px 20px;
	border-radius: 100px;
	text-transform: capitalize
}
.clrb_btn {
	text-align: center;
	font-family: "Poppins", Sans-serif;
	font-size: 17px;
	font-weight: 600;
	background-color: #f3ebec;
	color: #053152;
	border: 2px solid #f3ebec;
	padding: 10px 20px;
	border-radius: 100px;
	text-transform: capitalize
}
.clrb_btn:hover {


	background-color: #053152;
	color: #f3ebec;


}
.b_btn:hover {
	background-color: transparent;
	color: #053152;
}
.b_btn2:hover {
	background-color: #053152;
	color: #fff;
}
.plan-card{
	padding-top:80px;
	padding-bottom:80px;
}

.b_btn a {
	color: white;
}

.pro_img img {
	width: 500px;

}

/* counter box */
.section-column .section-boxed {
	display: flex;
	justify-content: space-evenly;
}

.count_no {
	display: flex;
	align-items: center;
	gap: 20px;

}

.star .fa-regular {
	font-size: 57px;
	color: #053152;
}

.star .fa-solid {
	font-size: 57px;
	color: #053152;
}

.star .fa-brands {
	font-size: 57px;
	color: #053152;
}

.prefix-1,
.prefix-2, .prefix-3, .prefix-4, .css-1, .css-2 ,.css-3 {
	font-size: 30px;
	font-family: "Roboto", Sans-serif;
	font-weight: 600;
	padding-bottom: 5px;
	margin: 0;
	color:#053152;
}
/* 	 .prefix p,
.prefix-1 p,
.prefix-2 p,
.prefix-3 p{
margin:0;
color:#053152;
} */

.count_title p {
	font-size: 20px;
	font-family: "Roboto", Sans-serif;
	margin: 0;
	color:var(--text-color);
}

.section-column {
	padding: 50px;
	padding-bottom:40px;
	background-color:var(--svg-color);
}

.svg-waves {
	transform: scaleY(-1);
	height: 138px;
}

.svg-waves .elementor-shape-fill {
	fill:var(--svg-color);
}

.svg-wave {
	transform: scaleY(-1);
	transform: rotateY(0deg);
}

.svg-wave .elementor-shape-fill {
	fill: var(--svg-color);
}
.pro-plugin {
	padding: 50px 20px ;
}
/* free plugin */
.pro-plugin .plug_text h2 {
	font-size: var(--wp-font-h2);
	font-family: 'Poppins', sans-serif;
	color: #053152;
	text-align: center;
	margin: 0;
	font-weight: 600;

}
.pro-plugin .btn_flex {
	display: flex;
	gap: 10px;
}

.widge-wrap {

	display: grid;
	grid-template-columns: 50% 50%;
	background-color: #f2e5cc;
}



.card-1 {
	background-color: pink;
	padding: 30px 0 0;
	border-radius: 20px;
}



.custom_cart {
	padding: 30px 20px;
}

.custom_text h4 {
	margin: 0;
	color: #000;
	font-family: "Poppins", Sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4em;
	text-align: left;

}

.custom_text p {
	color: #000;
	font-family: "Roboto", Sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
	letter-spacing: 0.6px;
	text-align: left;
}

.card-2 {
	display: grid;
	grid-template-columns: 20% 80%;
	justify-content: center;
	align-items: center;
	margin: 60px 20px 80px 100px;
	background-color: #f2e5cc;
	border-radius: 10px 10px 10px 10px;
}

.widge-wrap2 {
	display: grid;
	grid-template-columns: 50% 50%;
}

.plugin_1 .elementor-shape-fill {
	fill: #30165e;
}

.pro-plugin .card-1 {
	display: flex;
	flex-direction: column;
	background-color: #fce8df;
	border-radius: 20px;
	margin-right: 30px;
	height: 545px;

}

.img-svg {
	margin-top: -8px;
	aspect-ratio: 1073/58;
}

.fill-svg .elementor-shape-fill {
	margin-top: 111px;
	aspect-ratio: 1055/58;

}

/* SLIDER :start */
.blog-slider {
	width: 95%;
	position: relative;
	max-width: 800px;
	background: #fff;
	box-shadow: #00000012 2px 2px 12px 0;
	padding: 25px;
	border-radius: 25px;
	transition: all 0.3s;
	margin-bottom: 80px;
	margin: auto;
}
.pro-plugin .blog-slider__pagination{
	top: 50%;
}
.blog-slider__content {
	padding-right: 25px;
	margin-left: -37px;
}
.last-foot a{
	color: #fff
}
.blog-slider__item {
	display: flex;
	align-items: center;
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
	opacity: 1;
	transition-delay: 0.3s;
	margin: 0 auto;
	width: 100%;
	max-width: 85%;
	object-fit: contain;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>* {
	opacity: 1;
	transform: none;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(1) {
	transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(2) {
	transition-delay: 0.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(3) {
	transition-delay: 0.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(4) {
	transition-delay: 0.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(5) {
	transition-delay: 0.7s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(6) {
	transition-delay: 0.8s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(7) {
	transition-delay: 0.9s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(8) {
	transition-delay: 1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(9) {
	transition-delay: 1.1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(10) {
	transition-delay: 1.2s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(11) {
	transition-delay: 1.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(12) {
	transition-delay: 1.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(13) {
	transition-delay: 1.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(14) {
	transition-delay: 1.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(15) {
	transition-delay: 1.7s;
}

.blog-slider__img {
	width: 300px;
	flex-shrink: 0;
	height: 300px;
	background-color: #bfb9f1;
	border-radius: 20px;
	transform: translateX(-80px);
	overflow: hidden;
	display: flex;
	align-items: center;
}

/* .blog-slider__img:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 20px;
opacity: 0.8;
} */

.blog-slider__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	opacity: 0;
	border-radius: 20px;
	transition: all 0.3s;
}
.blog-slider__content>* {
	opacity: 0;
	transform: translateY(25px);
	transition: all 0.4s;
}

.blog-slider__code {
	color: #7b7992;
	margin-bottom: 15px;
	display: block;
	font-weight: 500;
}

.blog-slider__title {
	font-size: 24px;
	font-weight: 700;
	color: #0d0925;
	margin-bottom: 20px;
}

.blog-slider__text {
	color: #4e4a67;
	margin-bottom: 30px;
	line-height: 1.5em;
	font-weight: 500;
}

.blog-slider__button {
	display: inline-flex;
	background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
	padding: 15px 35px;
	border-radius: 50px;
	color: #fff;
	box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
	text-decoration: none;
	font-weight: 500;
	justify-content: center;
	text-align: center;
	letter-spacing: 1px;
}
.blog-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.blog-slider .swiper-pagination-custom,
.blog-slider .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}


.blog-slider__pagination {
	position: absolute;
	z-index: 21;
	right: 20px;
	width: 11px !important;
	text-align: center;
	left: auto !important;
	top: 50%;
	bottom: auto !important;
	transform: translateY(-50%);
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 8px 0;
}
.blog-slider__pagination .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	display: block;
	border-radius: 10px;
	background: #062744;
	opacity: 0.2;
	transition: all 0.3s;
}

.blog-slider__pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #685add;
	height: 30px;
	/* 	box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3); */
}

/* homepage end */
/* aboutpage start */
.abt_sec {
	background-color: var(--bg-color);
	margin-top:-100px;
}

.abt_sec .d_flex {
	display: grid;
	align-items: center;
	gap: 30px;
	padding: 110px 0px 60px 0px;
	grid-template-columns: 60% 40%;


}
.abt_sec .sec-1 img{
	width: 100%;
	max-width: 65%!important;

}

/

.abt_sec .img-svg {
	margin-top: -1px;
	aspect-ratio: 1073/58;
}

.abt_sec .elementor-shape-fill {
	fill: var(--main-color);
}

.free_paid h3 {
	color: #053152;
	text-align: left;
	font-weight: 600;
	font-size:var(--wp-font-h3);
	padding-bottom: 15px;
	margin-bottom:0;
}
.page-links{
	padding:20px;
}


.page-links li a {
	display: flex;
	align-items: center;
	gap: 19px;
	padding-bottom: 12px
}



.page-links a {
	font-size: 18px;
	color: #053152;
	text-decoration: none;
}

.paid img {
	width:9%;
}


.paid li {
	display: flex;
	align-items: center;
	gap: 25px;
	padding-bottom: 20px;
}

.paid a {
	font-size: 22px;
	color: #053152;
	text-decoration: none;
}


.free ul li,
.paid ul li {
	list-style-type: none;

}




.free_paid {
	display: grid;
	grid-template-columns: 50% 50%;
	margin: 0 auto;
	width: 1200px;
	padding: 50px 0px 50px 0px;
}

.paid ul,
.free ul {
	padding: 0px;
}

.img_clr {
	transform: scaleY(-1);
}

#owl-carousel .img_clr .elementor-shape-fill {
	fill:#ddd7f7;
}

.slider_sec {
	background-color:#ddd7f7;
	margin: -8px 0 0px 0;
	padding-bottom: 40px;
	padding-top: 40px;
}
.owl-carousel .owl-stage{
	margin-top: 60px;
	display: flex
}
.slider_sec hr, .free_hd hr, .paid_plug hr{
	width: 19%;
	border: 1px solid #053152;
}
.free_hd{
	margin-bottom:30px;
}

.owl-carousel .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	background-color: #fff;
	padding: 50px;
	border-radius: 12px;
	gap: 10px;
	box-shadow: #201f1f8f 2px 2px 12px 0;
	height: 100%
}

.owl-carousel .item .hoodie {

	border-radius: 50%;
}

.owl-carousel .item .strs {
	width: 150px;
}

.owl-carousel .rating-star {
	color: #f0ad4e;
	font-size: 16px;
	font-weight: 400;
}

.owl-carousel .item h3 {
	color: #053152;
	font-size: 19px;
	font-weight: 600;
	padding-bottom: 10px;
	margin: 0;
}

.owl-carousel .item p {
	color: #053152;
	margin: 0;
}

.slider_sec h3, .free_hd h3, .paid_plug h3 {
	font-size: var(--wp-font-h3);
	font-weight: 700;
	padding: 10px 0px;
	text-align: center;
	color: #053152;
	margin: 0;
	padding: 0;

}
.item h3{
	font-size:20px;
}



.owl-next {
	position: absolute;
	top: 45%;
	right: -30px;
}

.owl-prev {
	position: absolute;
	top: 45%;
	left: -29px;
}

.owl-prev span:hover {
	background-color: #f2e5cc;
	color: #000;
}

.owl-next span,
.owl-prev span {
	font-size: 56px;
}

.owl-nav .owl-prev span:hover {
	background-color: #f2e5cc;
}

.owl-theme .owl-dots{
	display:none;
}
.owl-theme .owl-nav {
	margin-top: 45px;

}
.owl-nav button:focus{
	outline:none;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background: none;
	color: #000;
}
.free_paid hr{
	width: 30%;
	border: 1px solid #053152;
	margin-left: 0;
}

.free_paid ul{
	padding-top:30px;
}


/* aboutpage end */
/* supportpage start */

.gform_footer input{
	margin-bottom:0px;
}
.img-svg {
	margin-top: -1px;
	aspect-ratio: 1073/58;
}

.elementor-shape-fill {
	fill: #30165e;
}



.box_3 .d_flex {
	display: flex;
	align-items: center;
	padding: 58px 0 58px 0;

}

.box_3 .d_flex .text h3 {
	font-size: var(--wp-font-h4);
	margin: 0 auto;
	display: block;
	text-align: center;
	width: 100%;
	max-width: 1323px;
	color: #053152;
	line-height: 40px;
}

}

.box_3 .sec-1 img {
	width:1084px;
	border-radius:50%;
}
#gform_wrapper_1 .gform_heading{
	display:none;
}
#gform_wrapper_1, #gform_wrapper_2, #gform_wrapper_3, #gform_wrapper_4 {
	display:none;
}
#gform_1{
	padding:0px 20px;
}


/* accordion */

/* min-height: 100vh;
overflow: hidden;
} */

.container2 {
	padding: 80px 0px 80px 0px;
	max-width: 1399px;
	margin: 0 auto;
	transition: box-shadow 0.2s ease-in;
	border-radius: 10px;
}
.forms{
	background-color:var(--bg-color);
}
.box_3 hr{
	margin:0;
	border: 1px solid  #602e9e;
}




.write {
	background-color: #7448c3;
	display: flex;
	justify-content: space-between;
}

.write p {
	color: white;

	padding: 11px 20px;
	font-size: 23px;
	margin: 0;
}


button:focus{
	background-color: #602e9e;
}
.gform_title{
	display:none;
}
/* supportpage end */
/* purchase History start */
.img-svg {
	margin-top: -1px;
	aspect-ratio: 1073/58;
}

.elementor-shape-fill {
	fill: #30165e;
}

.history-sec .heading{
	padding:90px 0;
}
.heading h2{
	font-size: var(--wp-font-h2);
	margin-bottom:30px;
}
.heading h3{
	font-weight: 400;
	font-size:var(--wp-font-h4);
	margin-bottom: 35px;
}

/* purchase History end */
/* archieve start */
.main-heading{
	text-align: center;
}
.main-heading h1{
	font-size: 45px;
	color:var(--text-color);
	font-weight:600;
}
.ag-format-container {
	width: 1399px;
	margin: 0 auto;
}
.main-heading hr{
	width: 18%;
	border: 1px solid #053152;
}


.ag-courses_box {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 50px 0;
}
.ag-courses_item {
	-ms-flex-preferred-size: calc(33.33333% - 30px);
	flex-basis: calc(33.33333% - 30px);
	margin: 0 15px 30px;
	overflow: hidden;
	border-radius: 20px;
}
.ag-courses-item_link {
	display: flex;
	padding: 20px 15px;
	background-color: var(--ag-bg-color);
	gap: 10px;
	position: relative;
	align-items: center;
}
.ag-courses-item_link:hover,
.ag-courses-item_link:hover .ag-courses-item_date {
	text-decoration: none;
	color: #FFF;
}
.ag-courses-item_link:hover .ag-courses-item_bg {
	-webkit-transform: scale(10);
	-ms-transform: scale(10);
	transform: scale(10);
}
.ag-courses-item_title {
	display: flex;
	justify-content: center;
	font-size: 15px;
	color: #FFF;
	z-index: 2;
	position: relative;
}
.ag-courses-item_date-box {
	font-size: var(--p-size);
	color: #FFF;
	display: flex;
	line-height: 30px;
	flex-direction: column;
	align-content: center;
	align-items: center;
	z-index: 2;
	position: relative;
}
.ag-courses-item_date {
	font-weight: bold;
	color: #f9b234;

	-webkit-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease
}
.ag-courses-item_bg {
	height: 128px;
	width: 128px;
	background-color: #f9b234;

	z-index: 1;
	position: absolute;
	top: -75px;
	right: -75px;

	border-radius: 50%;

	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.ag-courses_item:nth-child(2n) .ag-courses-item_bg {
	background-color: #3ecd5e;
}
.ag-courses_item:nth-child(3n) .ag-courses-item_bg {
	background-color: #e44002;
}
.ag-courses_item:nth-child(4n) .ag-courses-item_bg {
	background-color: #952aff;
}
.ag-courses_item:nth-child(5n) .ag-courses-item_bg {
	background-color: #cd3e94;
}
.ag-courses_item:nth-child(6n) .ag-courses-item_bg {
	background-color: #4c49ea;
}
.img-svg {
	margin-top: -1px;
	aspect-ratio: 1073/58;
}
.elementor-shape-fill {
	fill: #30165e;
}


/* archieve end */
/* myaccount start */

.woocommerce-form-coupon-toggle {
	border:none;
	border-top:none !important;
}
.woocommerce .woocommerce-form-coupon-toggle {
	border:none;
	border-top:none!important;
}

.woocommerce-billing-fields{
	padding: 20px;
	border: 1px solid;
}
#order_review_heading{
	padding-top: 50px;
}
.woocommerce-checkout #payment {
	background: #e2d7f4;
}
.woocommerce-checkout #payment div.payment_box {
	background-color: #958fd2;
	color: #f3ebeb;
}
.woocommerce-info .showcoupon a:hover{
	color: #336;
	text-decoration: underline!important;
}
.img-svg {
	margin-top: -1px;
	aspect-ratio: 1073/58;
}
.elementor-shape-fill {
	fill: #30165e;
}

/* myaccount end */
/* custom-add-to-cart-button-and-link-pro-2  start*/

.maincustom-sec .d-grid{

	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items:center;

}
.maincustom-sec button{
	text-align: left;
	font-family: "Poppins", Sans-serif;
	font-size: 17px;
	font-weight: 600;
	background-color: #053152;
	color: #FFFFFF;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	padding: 11px 40px 11px 40px;
	border-radius: 100px;
}
.maincustom-sec .text h2, .sec-card h2{
	font-size:var(--wp-font-h2);
	/* 	color:var(--text-color); */
	font-weight:600;
}
.sec-card h2{
	font-size:var(--wp-font-h2);
	/* 	color:var(--text-color); */
	font-weight:600;
	text-align:center;
	margin-bottom:40px;
	margin-top:0px;
}
.maincustom-sec .text p{
	font-size:18px;
	color:var(--text-color);
}
.maincustom-sec .flex-btn{
	padding-top: 20px;
	display: flex;
	gap: 30px;
}
.maincustom-sec button a{
	color:#fff;
}
.features-sec .flex-sec{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding-top: 90px;
	padding-bottom: 90px;
	gap: 30px;
	align-items: center;
	margin: 38px;
	padding: 50px 40px;
	background-color:white;
	margin-bottom:0px;
	border-radius:12px;

}
.mrgn_btm{
	margin-bottom:50px!important;
}
.demo_sec h2{
	font-size:var(--wp-font-h2);
	color:var(--text-color);
	font-weight:600;
}
.t-heading h2{
	font-size: var(--wp-font-h2);
	font-family: 'Poppins', sans-serif;
	color: #053152;
	line-height: 50px;
	margin-bottom: 20px;
	font-family: "Poppins", Sans-serif;
	font-weight: 600;	
}
.demo_sec h2{
	text-align:center;
	margin-top:20px;
}
.features-sec .flex-sec p{
	font-size:var(--p-size);
	color:var(--text-color);
	margin-bottom:0;
}
.features-sec .flex-btn button{
	text-align: left;
	font-family: "Poppins", Sans-serif;
	font-size: 17px;
	font-weight: 600;
	background-color: #053152;
	color: #FFFFFF;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	padding: 11px 40px 11px 40px;
	border-radius: 100px;
}
.features-sec button a{
	color:#fff;
}
.form_sec img{
	width:80px;
	height:80px;
}
.easy_set{
	background-color: #f3ebec;
}
.pop_list, .pop_list_see{
	padding-right:20px;
	padding-left:21px;

}

.pop_list li, .pop_list_see li{
	line-height:30px;
	font-size:18px;
	list-style-type:disc;

}
.acc-vrsn li span{
	font-weight:700;
	padding-right:10px;
}
.acc-vrsn h4{
	font-weight:600;
}
.vrsn_grid{
	display: grid;
	grid-template-columns: 60% 30%;
	gap: 5%;
	justify-content: center;
}

.t-heading h1{
	margin-bottom: 30px;
}
.t-heading .flex-btn{
	padding-top: 20px;
	padding-top: 20px;
	display: flex;
	gap: 30px;
	padding-top: 25px;
}
.custom-sec {
	background-color: var(--bg-color);
}

.custom-sec .d_flex-2{
	display: grid;
	grid-template-columns: 50% 50%;
	padding-top: 90px;
	padding-bottom: 90px;

}
.custom-sec .d_flex-2 h2{
	font-size:var(--wp-font-h2);
	color:var(--text-color);
	font-weight:600;
}
.custom-sec .d_flex-2 p{
	font-size:var(--p-size);
	color:var(--text-color);
}
.custom-sec .text2 .flex-btn{
	display:flex;
	gap:30px;
}
.custom-sec .flex-btn button{
	text-align: left;
	font-family: "Poppins", Sans-serif;
	font-size: 17px;
	font-weight: 600;
	background-color: #053152;
	color: #FFFFFF;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	padding: 11px 40px 11px 40px;
	border-radius: 100px;
}
.custom-sec button a{
	color:#fff;
}
.gif-img img{
	width:100%;
	height:323px;
	object-fit:contain;
}
.sec-card {
	padding-top: 50px;
	padding-bottom: 50px;

}
.sec-card .box-grid {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	gap: 20px;
	width: 70%;
	margin: 0 auto;
}
.sec-card .box-1, .box-2, .box-3, .box-4 {
	text-align: center;
	padding: 40px 50px;
	border-radius: 10px;
	color: #053152;

}
.sec-card .box-1{
	background-color: #fce4e8;
	background-color: #fce4e8;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.sec-card .box-1 p{
	margin:0px;
}
.sec-card .box-2{
	background-color: #d4d4f6;
}
.sec-card .box-3{
	background-color: #c9f4c9;
}
.sec-card .box-4{
	background-color: #edddc0;
}
.sec-card .card-text h3 {
	font-size: var(--p-size);
	color:var(--text-color);
	font-weight:600;
	margin-bottom:5px;
}
.sec-card .fa-solid, .fa-brands {
	font-size: 40px;
	color:var(--text-color);
}

.doc_sec .accordion.active + .panel {
	padding:30px;
}
.doc_sec{
	width:1000px;
	margin: 0 auto;
	margin-bottom:50px;
}

/*  brand-specific  start */
.sec-icon {
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 0 auto;
}

.sec-icon::before {
	content: "";
	position: absolute;
	height: 1px;
	left: -70px;
	margin-top: -5.5px;
	top: 60%;
	background: #333333;
	width: 50px;
}

.sec-icon::after {
	content: "";
	position: absolute;
	height: 1px;
	right: -70px;
	margin-top: -5.5px;
	top: 60%;
	background: #333;
	width: 50px;
}

/* .advertisers-service-sec {
background-color: #f5f5f5;
} */

.advertisers-service-sec span {
	color: rgb(255, 23, 131);
}

.advertisers-service-sec .col {
	text-align: center;
}
.ver_cont{
	display: grid;
	grid-template-columns: 50% 50%;
	justify-content: center;
	width:800px;
	margin: 0 auto;

}
.version_sec{
	padding:50px;
	background:#f6f6f6;
}
.advertisers-service-sec .service-card {
	width: 100%;
	height: 100%;
	padding: 2em 1.5em;
	border-radius: 5px;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	transition: 0.5s;
	position: relative;
	z-index: 2;
	overflow: hidden;
	background: #fff;
}

.advertisers-service-sec .service-card::after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(#ddd7f7, rgb(48 22 94));
	position: absolute;
	left: 0%;
	top: -98%;
	z-index: -2;
	transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.advertisers-service-sec h3 {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600;
	color: #1f194c;
	margin: 1em 0;
	z-index: 3;
}

.advertisers-service-sec p {
	color: #575a7b;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.03em;
	z-index: 3;
}

.advertisers-service-sec .icon-wrapper {
	background-color: #2c7bfe;
	position: relative;
	margin: auto;
	font-size: 30px;
	height: 2.5em;
	width: 2.5em;
	color: #ffffff;
	border-radius: 50%;
	display: grid;
	place-items: center;
	transition: 0.5s;
	z-index: 3;
}

.advertisers-service-sec .service-card:hover:after {
	top: 0%;
}

.service-card .icon-wrapper {
	background-color: #ffffff;
	color: rgb(255, 23, 131);
}

.advertisers-service-sec .service-card:hover .icon-wrapper {
	color: #0dcaf0;
}

.advertisers-service-sec .service-card:hover h3 {
	color: #ffffff;
}

.advertisers-service-sec .service-card:hover p {
	color: #f0f0f0;
}

/*  brand-specific end  */
/* CUSTOM ADD TO CART RIGHT SIDE START */
.plugin-meta ul {
	font-size: .8rem;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.plugin-meta li:first-child {
	border-top: 0;
}
.plugin-meta li {
	border-top: 1px solid #eee;
	display: inline-block;
	padding: .5rem 0;
	position: relative;
	width: 100%;
}
.plugin-meta [rel=tag] {
	background: #eee;
	border-radius: 2px;
	color: #000;
	display: inline-block;
	font-size: .64rem;
	margin: 2px;
	max-width: 95%;
	overflow: hidden;
	padding: 3px 6px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: auto;
}
.plugin-meta li strong {
	float: right;
	font-weight: 500;
}
.plugin-meta .languages, .plugin-meta .tags {
	float: right;
	text-align: right;
}
.plugin-meta .tags {
	width: 60%;
}
.plugin-ratings [class*=dashicons-star-] {
	color: #ffb900;
	display: inline-block;
	font-size: 1.5625rem;
	height: auto;
	margin: 0;
	width: auto
}

.plugin-ratings .ratings-list {
	list-style-type: none;
	margin: 1rem 0;
	padding: 0
}

.plugin-ratings .ratings-list .counter-container,
.plugin-ratings .ratings-list .counter-container a {
	text-decoration: none;
	width: 100%
}

.plugin-ratings .ratings-list .counter-label {
	display: inline-block;
	min-width: 65px
}

.plugin-ratings .ratings-list .counter-back,
.plugin-ratings .ratings-list .counter-bar {
	display: inline-block;
	height: 1rem;
	vertical-align: middle
}

.plugin-ratings .ratings-list .counter-back {
	background-color: #ececec;
	width: 58%;
	width: calc(100% - 130px)
}

.plugin-ratings .ratings-list .counter-bar {
	background-color: #ffc733;
	display: block
}

.plugin-ratings .ratings-list .counter-count {
	margin-left: 3px
}
.plugin-ratings a{
	color:#000;
}
.widget-title{
	text-align: center;
	background: #30165e;
	color: white;
	font-size: 25px;
	padding: 5px;
}

/* CUSTOM ADD TO CART RIGHT SIDE FINISH */


/* 	plan card */

.edd-loading{
	border: 0.2em solid hsl(0deg 0% 0% / 20%) !important;
	border-left-color: #000 !important;
}
.edd_purchase_submit_wrapper .bynw_btn,.edd_purchase_submit_wrapper .bynw_btn_gld{
	border: 0px !important;
	border-radius: 100px !important;
	/* width: 100%; */
	background: #fff !important;
	color: #000 !important;
	font-weight: 700 !important;
	padding: 15px 60px;
}
.edd_purchase_submit_wrapper .bynw_btn_gld:hover,.edd_purchase_submit_wrapper .bynw_btn:hover{
	border: 0px!important;
	border-radius: 100px!important;
	/* 	width: 60%; */
	background: #fff !important;
	color: #000 !important;
	font-weight: 700 !important;
}

.container-3{
	max-width: 1140px;
	margin:0 auto;
}
.plan-card .heading{
	text-align:center;
}
.plan-card .heading h2 {
	font-size: var(--wp-font-h2);
	color:var(--text-color);
	font-weight:600;
}
.plan-card .heading p {
	font-size: var(--p-size);
	color:var(--text-color);
}
.plan-card .grid-card {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding-top: 0px;
	gap: 40px;
}
.card-silver, .card-gold {
	margin-top: 70px;
}
.card-platinum {
	background-color: #4860c1;
	color: #fff;
}
.plan-card .card-gold {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.plan-card .text h2 {
	text-align: center;
	font-size: 40px;
	margin-top: 30px;
	margin-bottom: 0;
	text-align: center;
	margin-top: 20px;
}
.plan-card ul {
	list-style: none;
	line-height: 40px;
	padding-top: 30px;
	padding-bottom: 40px;
	padding-left: 0;
}
.card-gold li, .card-platinum li, .card-silver li {
	gap: 10px;
	display: flex;
	font-size: 15px;
	text-align:left;
	line-height: 34px;
}
.card-gold li i, .card-platinum li i, .card-silver li i{
	color:#fff
}
.card-gold button, .card-platinum button, .card-silver button {
	text-align: center;
}
.card-platinum .btn {
	background-color: #f8f8fa;
	border-color: #f8f9fa !important;
	color: #4860c1 !important;
	margin-top: 30px;
}
.card-silver::before, .card-platinum::before, .card-gold::before {
	content: "";
	position: absolute;
	left: 0;
	width: 66.9%;
	height: 36%;
	background: rgba(255, 255, 255, 0.1);
	z-index: 1;
	-webkit-transform: skewY(-5deg) scale(1.5);
	transform: skewY(174deg) scale(1.5);
	margin: 0 auto;
	right: 0;
}
.grid-card .card-silver,.grid-card .card-silver .title .fa{
	background: linear-gradient(-45deg, #f403d1, #64b5f6);
}
.grid-card .card-platinum,.grid-card .card-platinum .title .fa{
	background: linear-gradient(-45deg, #ffec61, #f321d7);
}
.grid-card .card-gold,.grid-card .card-gold .title .fa{
	background: linear-gradient(-45deg, #24ff72, #9a4eff);
}

.grid-card .title .fa {
	color: #fff;
	font-size: 60px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-align: center;
	line-height: 100px;
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.card-silver, .card-platinum, .card-gold {
	position: relative;
	max-width: 100%;
	height: auto;
	background: linear-gradient(-45deg, #fe0847, #feae3f);
	border-radius: 15px;
	margin: 0 auto;
	padding: 40px 20px;
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	text-align:center;
	color:#fff
}
.plan-card .sec-card ul li .fa {
	font-size: 15px;
	color:#fff;
	padding-top: 10px;
}
.plan-card del{
	font-size: 28px;
	margin-right: 7px
}
.plan-card ins{
	text-decoration:none
}
.card-platinum .fa-solid{
	color:#fff;
}
.card-silver .btn, .card-gold .btn ,.card-platinum .btn{
	border-radius: 50px !important;
	font-weight: 400 !important;
	padding: 10px 15px 10px 15px !important;
	background-color: #ffffff;
	border-color: #ffffff !important;
	color: #000000 !important;
	text-align: center;
	width: 54%;
	margin: 0 auto;
	display: block;
}
/* 	accordion */
.acc-svg {
	transform: scaleY(-1);
	aspect-ratio: 1073/58;
}
.acc-svg .elementor-shape-fill, .acc-svgs .elementor-shape-fill {
	fill: #f5e2e4;
}
.back-clr {
	background-color: #f3ebec;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: -8px;
	/* 	margin-bottom: -77px; */ 
}
.acc-sec .heading {
	text-align: center;
}
.acc-sec .heading h2 {
	margin-top: 0;
	font-size: var(--wp-font-h2);
	margin-bottom: 32px;
	font-weight:600;
	color: var(--text-color);
}
.acc-sec .plugin {
	display: grid;
	grid-template-columns: 50% 50%;
	width: 1140px;
	margin: 0 auto;
	gap: 70px;
}
.acc-vrsn ul{
	padding:0;
}
.acc-vrsn .entry-meta{
	color: black;
	padding: 30px;
	background-color:#ffff;
}
.clr_b{
	background-color: #053152;
	color: #f3ebec;
}
.clr_p{
	background-color: #f3ebec;
	color: #053152;
}
/* accordion start*/
.accordion {
	position: relative;
	padding: 18px 35px 18px 18px;
	width: 100%;
	text-align: left;
	font-size: 18px;
	color: #fff;
	background-color:#602E9E;
	border: 1px solid #000;
	transition: 0.4s;
	border-radius: 10px;
	outline: none;
	cursor: pointer;
	margin-bottom: 10px;
	text-wrap: wrap
}
.accordion::after {
	content: "";
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 2px;
	background-color: #fff;
}
.accordion::before {
	content: "";
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 16px;
	background-color: #fff;
	transition: height 0.2s ease-in;
}
.accordion.active::before {
	height: 0;
}
.accordion.active,
.accordion:hover {
	background-color:#30165E;
}
.accordion.active + .panel {
	margin-top: 2px;
	margin-bottom:13px;
}
.accordion.active + .panel p{
	margin-bottom:0;
}

.panel + .accordion {
	margin-top: 1px;
}
.panel {
	padding: 0 18px;
	background-color: #ffffffee;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	box-shadow: 0 0 1px 0 #444;
	border-radius: 10px;

}
.doc_sec .panel p{
	font-weight:600;
}
.doc_sec .panel p:first-child {
	padding-top:0px;
}
.panel p:first-child {
	padding-top: 20px;
}
.panel p:last-child {
	padding-bottom: 20px;
}
.panel p + p {
	margin-bottom: 15px;
}

/* === for List === */
.pr-list {
	padding: 20px 0;
}
.pr-list div {
	display: flex;
	justify-content: space-between;
	gap: 5px;
}

.pr-list div span:nth-child(2) {
	flex-grow: 1;
	line-height: 1.6;
	border-bottom: 1px dotted #333;
}

.pr-list div span:nth-child(3) {
	text-align: right;
}


/* accordion end*/
/* custom-add-to-cart-button-and-link-pro-2 end */
/* privacypolicy start */

.h-text h2{
	font-size: 30px;
	color: #053152;
}
.p-text p{
	font-size: 17px;
	color: #053152;
}
.img-svg {
	margin-top: -1px;
	aspect-ratio: 1073/58;
}
.img-svg .elementor-shape-fill {
	fill:var(--main-color);
}
.list-text ul{
	padding: 14px;

	line-height: 30px;
}
.list-text li{
	list-style:disc;
}
.p-text p a{
	text-decoration:underline;
}
/* privacypolicy end*/
/* Terms and Condition start */

.policy{
	padding:20px;}

.img-svg {
	margin-top: -1px;
	aspect-ratio: 1073/58;
}
.img-svg .elementor-shape-fill {
	fill: var(--main-color);
}
.list-text ul{
	padding: 14px;

	line-height: 30px;
}
.list-text li{
	list-style:disc;
	color: #053152;
}
.p-text li{
	list-style:disc;
	color: #053152;
	line-height: 30px;
}
.list-text p{
	color: #053152;
}
.main-text h1{
	color: #053152;
}
/* Terms and Condition end */
/* Refund Policy start */
.img-svg {
	margin-top: -1px;
	aspect-ratio: 1073/58;
}

.elementor-shape-fill {
	fill:var(--main-color);
}

.main-text h1{
	color: #053152;
}
.section{
	padding: 80px;
}

.p-text span{
	color:#000;
}
/* Refund Policy end */
/* footer start */
footer .foot_box ul li a:hover{
	color:#ddd7f7;
}
.contact_box ul li i a{
	width:20px;
}
.fill-svg {
	aspect-ratio: 1070/42;
}

footer {
	padding: 40px 20px ;
	background-color:var(--main-color) ;
	color: #fff;
	margin: 0 auto;

}


footer ul {
	padding: 0px;
}
footer .third_column ul{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

footer ul li {
	list-style-type: none;
	line-height: 24px;
	padding-bottom: 10px;
	font-size: 16px;
}

footer .foot_box {
	display: grid;
	grid-template-columns: 25% auto 25%;
	gap: 20px
}
footer .foot_box .img_box img{
	width: 100%;
	max-width: 175px;
	object-fit: cover;
}
.foot_box a {
	color: #fff;
	font-weight: 500;
	display: inline-block
}
footer .img_box{
	margin-bottom: 10px
}

footer h4 {
	font-size:var(--wp-font-h4);
	font-weight: 600;
	margin-top: 0px;
}

footer li i {
	padding-right: 10px;
}
.foot_box .fa-brands {
	color:#fff;
	font-size: 16px;
}

.fill-svg {
	transform: scaleY(-1);
}

.last-foot {
	background-color:var(--bg-topbar) ;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fourth_column i, .fourth_column a{
	color:white;
	font-size:18px;
}
/* .fourth_column a{
color:white;
} */
.fourth_column ul{
	display: flex;
	gap: 20px;
	align-items: center;
}

.pro_footer_link{
	background: #fff;
	color: var(--main-color) !important;
	padding: 3px 10px;
}
.pro_footer_link:hover{
	background-color: #dcd3ff;
}

.last-foot h5 {
	color: #fff;
	font-family: "Poppins", Sans-serif;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-align: center;
	margin: 0;
	padding: 10px;
	padding-left:0px;
}
.fill-svg .elementor-shape-fill {
	fill:var(--main-color);
	margin-top: 111px;
	aspect-ratio: 1055/58;

}

/* footer end */
@media (max-width: 1199px){
	header ul.nav-links > li:first-child > .sub-menu{
		grid-template-columns: 100%;
	}
	header ul.nav-links > li:first-child > .sub-menu > li:first-child > .sub-menu {
		grid-template-columns: repeat(1, 1fr);
	}
	ul.nav-links > .menu-item-has-children > a:after{
		display: none
	}
	ul.nav-links > .menu-item-has-children:after{
		content: "\f078";
		font-family: var(--fa-style-family, "Font Awesome 6 Free");
		font-weight: var(--fa-style, 900);
		position: absolute;
		right: 10px;
		top: 5px;
		color: #fff
	}
	.articles{
		grid-template-columns: 100%;
	}
	/* 	screenshot start */
	.demo_sec hr {
		width: 40%;
		border: 1px solid #053152;
	}

	/* 	screenshot end */



	#reset-pass-submit{
		width:100%;
	}
	.maincustom-sec .d-grid{
		padding-left:20px!important;
		padding-right:20px!important;
	}
	.reviews .item{
		margin:81px 30px!important;
	}
	.reviews .rating-star{
		padding-top:21%;
	}
	:root{
		--wp-font-h1:40px;
		--wp-font-h2:35px;
		--wp-font-h3:30px;
		--wp-font-h4:25px;
		--p-size:20px;
		--ag-bg-color:#2d254a;
		--main-color:#30165e;
		--text-color:#053152;
	}
	.maincustom-sec .d-grid{
		gap:10px;}

	nav#navbar{
		border: 2px solid #30165e;
		width: 400px;
		margin: 0 auto;
	}

	.container, .container-2{
		width:auto!important}
	.reviews .item{
		width:auto;
	}
	.container_own{
		width:auto;

	}
	.pop_list_see{
		text-align:left;
	}
	.pop_list{
		text-align:left;
	}
	.container_own{
		width:auto!important;
	}
	.plugin_1 a{
		display: flex;
		justify-content: center;
	}
	.acc_frm form, .edd-logged-out{
		width:auto;
		padding:20px;

	}
	iframe{
		width:400px!important;
		height:300px;
	}
	.free_pro_version{padding:20px;
	}
	#edd_profile_editor_form{
		width:auto;
		border:0px;}
	/* 	header start */

	.navigation{
		padding-left:20px;
		padding-right:20px;
	}
	nav .wrapper{
		padding: 11px 20px 5px 20px;
		background-color:;
	}
	.mega-box .plug{
		display:none;
	}

	.wrapper .btn {
		display: block;
	}

	.nav-info {
		display: flex;
		align-items: center;
		gap: 24px;

	}
	.blog-slider__item {
		flex-direction: column;
	}
	.wrapper .nav-links {
		position: fixed;
		height: 100vh;
		width: 100%;
		max-width: 350px;
		top: 0px;
		left: -100%;
		background: #602e9e;
		display: block;
		padding: 50px 10px;
		line-height: 50px;
		overflow-y: auto;
		box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
		transition: all 0.3s ease;
		z-index: 4;
	}

	/* custom scroll bar */
	::-webkit-scrollbar {
		width: 10px;
	}

	::-webkit-scrollbar-track {
		background: #242526;
	}

	::-webkit-scrollbar-thumb {
		background: #3A3B3C;
	}

	.nav-links.active {
		left: 0%;
	}
	header ul.nav-links > li:first-child{
		position: relative
	}

	#menu-btn:checked~.btn.menu-btn {
		display: none;
	}

	#close-btn:checked~.btn.menu-btn {
		display: block;
	}
	ul.nav-links > li:first-child .sub-menu a{
		    line-height: 2em;
	}
	
	.nav-links li a {
		display: block;
		font-size: 20px;
	}
	.row .mega-links li a{
		font-size:15px;
	}

	.nav-links .drop-menu {
		position: static;
		opacity: 1;
		top: 65px;
		visibility: visible;
		padding: 0px;
		max-height: 0px;
		overflow: hidden;
		box-shadow: none;
		transition: all 0.3s ease;
		width:235px;
	}

	#showDrop:checked~.drop-menu,
	#showMega:checked~.mega-box {
		max-height: 100%;
	}

	.nav-links .desktop-item {
		display: none;
	}
	.features-sec .gif-img{
		order:1;}

	.nav-links .mobile-item {
		display: block;
		color: #f2f2f2;
		font-size: 20px;
		font-weight: 500;
		padding-left: 20px;
		cursor: pointer;
		border-radius: 5px;
		transition: all 0.3s ease;
	}


	.drop-menu li {
		margin: 0;
	}

	.drop-menu li a {
		border-radius: 5px;
		font-size: 18px;
	}

	.mega-box {
		position: static;

		visibility: visible;
		padding: 0 0px;
		max-height: 0px;
		overflow: hidden;
		transition: all 0.3s ease;
	}

	.mega-box .content {
		box-shadow: none;
		padding: 18px 2px 0 1px;
		flex-direction: column;
	}

	.mega-box .content .row {
		width: 100%;
		margin-bottom: 15px;
		border-top: 1px solid rgba(255, 255, 255, 0.08);
	}

	.mega-box .content .row:nth-child(1),
	.mega-box .content .row:nth-child(2) {
		border-top: 0px;
	}

	.content .row .mega-links {
		border-left: 0px;
		padding-left: 0px;
		margin-left: 0px;
	}

	.row .mega-links li {
		margin: 0;
		padding:0;
	}

	.content .row header {
		font-size: 22px;
		margin: 0px auto;
		width: 20%
	}




	/* 	header end */
	/* homepage start */
	.plugin_1 .d_flex{
		grid-template-columns: 100%;
		padding: 50px 20px ;
	}

	.plugin_1 .d_flex .text h2 {
		font-size: var(--wp-font-h2);
		line-height: 38px;
		text-align: center
	}
	.plugin_1 .text{
		order: 1
	}
	.section-column {
		padding: 30px;
	}
	.plugin_1 .d_flex .text h4 {
		font-size:var(--p-size);
		line-height: 30px;
		text-align: center

	}
	.plugin_1 .sec-1{
		text-align:center;
	}


	.count_title p {
		font-size: 18px;
	}

	.star .fa-solid {
		font-size: 49px;
	}

	.star .fa-brands {
		font-size: 49px;
	}

	.star .fa-regular {
		font-size: 49px;
	}

	.svg-waves {
		transform: scaleY(-1);
		height: 30px;
	}


	.plugin_sec{
		padding: 0px 20px 50px 20px
	}


	.plugin_sec .btn_flex {
		display: flex;
		padding-top: 20px;
		justify-content: center;
	}

	.custom_flex {
		padding: 30px 20px 80px 20px;
	}

	.img-svg {
		margin-top: 0px;
	}


	.pro-plugin {
		padding: 80px 20px ;
	}

	.get_text h2 {
		padding-bottom: 30px;
	}
	.pro-plugin .plug_text h2{
		padding-top: 10px;
		font-size: var(--wp-font-h2);
		padding-bottom: 10px;
	}

	.plug_text {
		padding-bottom: 0px;
	}

	.plugin_sec .main_card {
		display: flex;
		gap:0;
		align-items: center;
		margin: 0;
		flex-direction: column;
	}

	.owl-carousel .btn_flex .b_btn {
		padding: 9px 30px 9px 30px;
		border-radius: 100px 100px 100px 100px;
		width: 50%;
		margin-bottom: 10px;
	}

	.btn_flex .b_btn {
		font-size: 14px;
	}
	.pro_img {
		text-align: center;
		margin-top: 25px;
		padding-bottom:20px;
	}

	.pro_img img {
		width: 60%;
	}

	.flex_text p {
		text-align: center;
		font-size:var(--p-size);
		line-height: 30px;
	}
	.plugin_sec .plug_text h2{
		padding-bottom:10px;
	}

	.flex_text h4 {
		text-align: center;
		margin: 0 0px 13px
	}


	.count_no {
		flex-direction: column;
	}

	.wrapper_flex {
		text-align: center;
	}

	.widge-wrap {
		display: grid;
		grid-template-columns: 100%;
		padding: 30px;
	}


	.custom_text p {
		font-size: 17px;
	}

	.widge-wrap2 {
		display: grid;
		grid-template-columns: 100%;
		padding: 30px;
	}


	.custom_text p {
		color: #000;
		font-family: "Roboto", Sans-serif;
		font-size: 17px;
		font-weight: normal;
		line-height: 20px;
	}

	.pro-plugin .card-1 {
		display: flex;
		flex-direction: column;
		background-color: #fce8df;
		border-radius: 20px;
		margin-right: 0px;
		height: 500px;

	}

	.box_2 .d-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;

	}
	.get_sec{
		padding: 80px 20px;
	}

	.get_sec .d-grid {
		grid-template-columns: repeat(2, 1fr);
		padding: 0px;
		gap: 20px
	}
	.plug_text hr {
		width: 24%;
		margin: -1px auto;
		border: 1px solid #053152;
		color: #053152;
	}

	/* 	homepage end */
	/* aboutpage start */
	.abt_sec {
		margin-top: -49px;
	}
	.abt_sec .d_flex {
		display: flex;
		align-items: center;
		flex-direction: column-reverse;
		gap: 35px;
		padding: 70px 20px;

	}
	.abt_sec .text h4{
		line-height:30px;
	}

	.abt_sec h2 {
		max-width: fit-content;
	}

	.abt_sec .sec-1 {
		text-align: center;
	}

	.abt_sec img {
		width: 100%;
		max-width: 55%;
	}

	.abt_sec .text h2 {
		font-size: 26px;
		padding: 0 0px;
		margin: 0;
	}

	.page-links li {
		gap: 15px;
	}

	.page-links a {
		font-size: 18px;
		text-align: left;
	}

	.free_paid h3 {
		font-size: 25px;
	}

	.paid a {
		font-size: 18px;
	}

	.free_paid {
		width: auto;
		padding: 30px 25px;

	}
	.slider_sec .owl-carousel{
		padding:20px 25px;
	}
	.slider_sec hr {
		width: 45%;
	}

	.abt_sec h2 {
		max-width: fit-content;
		padding: 0px 20px;
	}

	.owl-carousel .item {
		width: 100%;
		margin: 0 auto;
		height:auto;
	}

	.owl-next {
		right: 27px;
	}

	.owl-prev {
		left: 23px
	}
	.free_paid hr {
		margin-right: -49px;
		width: 40%;
		margin-left: 74px;
	}

	/* aboutpage end */



	/* supportpage start */
	.box_3 .d_flex {
		display: flex;
		align-items: center;
		padding: 58px 0px 58px 0px;
		flex-direction: column-reverse;
		padding: 50px 25px
	}
	.box_3 .d_flex .text h3 {
		line-height: 36px;
		font-size: var(--wp-font-h3);
	}

	.box_3 .d-grid {
		display: grid;
		grid-template-columns: 50% 50%;
		padding: 81px 19px
	}

	.popup-content {
		width: 75%;
	}
	.box_3 .sec-1 img {
		width: 430px;
	}

	/* supportpage end */
	/* purchase History start */

	.heading h1 {
		font-size: 24px;
	}
	.heading{
		padding:20px;
	}	
	/* purchase History end */
	/* archieve start */
	.main-heading hr {
		width: 38%;
		border: 1px solid #053152;
	}
	.ag-courses_box {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.ag-format-container {
		width: 760px;
		margin: 0 auto;
	}
	.ag-courses-item_title .fa-solid {
		font-size: 60px;
	}

	/* archieve end */
	/* custom-add-to-cart-button-and-link-pro-2 start */

	.maincustom-sec .d-grid {
		padding-top: 0px;
		display: grid;
		grid-template-columns: 100%;

		padding-left: 20px;
		padding-right: 20px;
	}

	.maincustom-sec .text{
		order:1;
		padding-bottom:20px;
	}

	.maincustom-sec .d-grid p {
		font-size: var(--p-size);
		text-align: center;
	}

	.maincustom-sec .d-grid h1 {
		font-size: 30px;
		text-align: center;
	}
	.maincustom-sec .text h2 {
		font-size:25px!important;
		text-align:center;
	}

	.maincustom-sec .d-grid .flex-btn {
		display: flex;
		gap: 20px;
		justify-content: center;
		flex-direction:column;
		width: 40%;
		margin: 0 auto;
	}

	.maincustom-sec .d-grid .flex-btn button {
		padding: 10px 35px 10px 35px;
		text-align:center;
	}

	.star .fa-regular {
		font-size: 45px;
		color: #053152;
	}

	.star .fa-solid {
		font-size: 45px;
		color: #053152;
	}

	.star .fa-brands {
		font-size: 45px;
		color: #053152;
	}

	.features-sec .flex-sec {
		display: grid;
		grid-template-columns: 100%;
		gap:30px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.features-sec .gif-img{
		text-align:center;
		width:100%;
	}

	.gif-img img {
		height: 385px;
		width:100%;
	}
	.custom-sec .d_flex-2 {
		display: grid;
		grid-template-columns: 100%;
		padding-top: 90px;
		padding-bottom: 90px;
		gap:30px;
	}
	.t-heading .flex-btn{
		margin: 0 auto;
		padding-top: 20px;
		padding-top: 20px;
		display: flex;
		gap: 20px;
		padding-top: 25px;
		flex-direction: column;
		width: 30%;
		text-align: center;

	}
	.features-sec .flex-btn button{
		text-align:center;
	}

	.custom-sec .t-heading {
		text-align: center;
	}
	.custom-sec .text2 .flex-btn {
		margin: 0 auto;
		display: flex;
		gap: 20px;
		flex-direction: column;
		width: 29%;
	}
	.sec-card .card-text h3 {
		font-size: var(--wp-font-h4);
	}

	.custom-sec .text2 {
		text-align: center;
		order: 1;
	}
	.custom-sec .sec-2{
		text-align:center;
	}
	.card-silver ul, .card-platinum ul, .card-gold ul {
		padding: 20px 0px 20px 0px;
	}
	.acc-sec .heading h2{
		margin-bottom:40px;
	}
	.custom-sec .sec-2 img{
		border-style: none;
		height: auto;
		max-width: 65%;
	}
	.custom-sec .flex-btn button {
		text-align: center;

	}

	.sec-card .box-grid {
		display: grid;
		grid-template-columns: 47% 50%;
		width:100%;
		gap: 20px;
		padding:0 25px;
	}
	.sec-card {
		padding-top: 80px;
		padding-bottom: 80px;
	}


	.flex-card {
		display: grid;
		grid-template-columns: 31% 31% 31%;
		padding-top: 60px;
		gap: 26px;
	}

	.text h3 {
		margin-bottom: 20px;
	}

	.card-silver,
	.card-platinum,
	.card-gold {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 50px 20px 50px 18px;
		gap: 0px;
	}

	.card-gold li,
	.card-platinum li,
	.card-silver li {
		gap: 10px;
		font-size: 18px;

	}

	.main-card .fa-solid {
		padding-top: 9px;
	}

	.back-clr {
		background-color: #f3ebec;
		padding-top: 40px;
		padding-bottom: 120px;
		margin-top: -8px;
	}

	.plugin {
		display: grid;
		grid-template-columns: 100%;
		width: 625px;
	}
	.plan-card .grid-card {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		padding: 15px;
		gap: 40px;
	}
	.card-silver .btn, .card-gold .btn {
		width:60%;
	}
	.card-platinum .btn {
		width:60%;
	}
	.plan-card .fa-solid, .plan-card .fa-brands {
		font-size: 18px;
		padding-top: 13px;
	}
	.acc-sec .plugin {
		display: grid;
		grid-template-columns: 100%;
		width: 1140px;
		margin: 0 auto;
		gap: 20px;
	}
	.acc-sec .plugin {
		display: grid;
		grid-template-columns: 100%;
		width: 625px;
	}
	.features-sec .t-heading{
		text-align:center;
		order:2;
	}

	/* custom-add-to-cart-button-and-link-pro-2 end */


	/* 	footer start */
	footer {
		padding: 60px 20px;

	}

	footer .img_box {
		margin: 0 auto;
		padding-left: 0px;
	}

	footer .foot_box {

		gap: 5px;
	}

	.fill-svg {
		aspect-ratio: 1099/53 !important;
	}
}
/* 	footer end */

@media (max-width: 1024px){
	.maincustom-sec .d-grid{
		padding-left:20px!important;
		padding-right:20px!important;
	}
	nav#navbar{
		border: 2px solid #30165e;
		width: 400px;
		margin: 0 auto;
	}

	.container_own{
		width:auto!important;
	}
	.pop_list{
		text-align:left;
	}
	.sec-1{
		width: 100%;
		margin: 0 auto;
		max-width: 400px;
		text-align:center;

	}
	iframe{
		width:500px!important;
		height:400px;
	}
	.blog-slider__img {
		width: 100%;

		transform: none;
	}
	#edd_profile_editor_form{
		width:auto;
		border:1px solid #000;
	}

	.blog-slider__content {
		padding-right: 25px;
		padding-top: 30px;
	}
	.pro-plugin .btn_flex {
		display: flex;
		gap: 20px;
		justify-content: center;
	}
	.pro-plugin .blog-slider__pagination{
		display: flex;
		gap: 10px;
	}

	.blog-slider__content {
		padding-right: 25px;
		margin-left: 25px;
		text-align: center;
	}
}



/* for  archieve page */


@media screen and (max-width: 992px) {


	.pro-plugin .blog-slider__pagination{
		top: 96%;
	}

	.ag-courses_item {
		-ms-flex-preferred-size: calc(50% - 30px);
		flex-basis: calc(50% - 30px);
	}
	.ag-courses-item_title {
		font-size: 24px;
	}
}


@media (max-width:767px) {

	.paid_sec{
		grid-template-columns: 100%;
		text-align:center;
		padding:20px;
	}
	.paid_plug{
		padding:20px 0px;
	}
	.vrsn_grid{
		grid-template-columns: 100%;
		padding:20px;
		margin-bottom:30px;
		gap:2%;
	}

	.articles, .vrsn_grid{
		grid-template-columns: 100%;
		padding-right:20px;
		padding-left:20px;
	}
	.doc_sec{
		width:auto;
		padding-right:20px;
		padding-left:20px;
	}
	.doc{
		padding-bottom:20px;
	}
	.back-clr{
		padding-bottom:30px;
	}
	.acc-sec .heading h2{
		margin:0px;
	}
	.ver_cont{
		grid-template-columns:auto;
		gap:5%;
	}
	.version_sec{
		padding:20px;}
	.edd_purchase_submit_wrapper .bynw_btn, .edd_purchase_submit_wrapper .bynw_btn_gld{
		width:100% !important
	}
	.plan-card .card-gold {
		-webkit-transform: none;
		transform: none;
	}
	.owl-carousel .rating-star{
		padding-top:33%!important;
	}
	.owl-theme .owl-nav{
		margin:0px;
	}
	.page-links li a{
		flex-direction:column;
	}
	.mobile_nav .cs_accordion-content{
		max-height:330px!important;}

	.sec-card h2{
		font-size:30px;
	}
	.owl-carousel .item{
		box-shadow:none;
	}
	.demo_sec .owl-carousel .owl-item img {
		height: auto;
	}
	.demo_sec .owl-carousel.owl-drag .owl-item{
		width: 283px!important;
		margin-right: 50px!important;
	}
	.demo_sec {
		padding: 50px 20px 100px 20px;
	}
	.demo_sec .owl-prev{
		left: -16px;
		top: 23%;
	}
	.demo_sec .owl-next {
		top: 23%;
		right: -16px;
	}
	.demo_sec .owl-carousel .owl-stage {
		margin-top: 15px;
	}
	.img_size{
		height:auto!important;
	}

	#reset-pass-submit{
		width:100%;
	}
	.maincustom-sec .d-grid{
		padding-left:20px!important;
		padding-right:20px!important;
	}
	:root{
		--wp-font-h1:40px;
		--wp-font-h2:35px;
		--wp-font-h3:30px;
		--wp-font-h4:22px;
		--p-size:16px;
		--ag-bg-color:#2d254a;
		--main-color:#30165e;
		--text-color:#053152;
	}
	.hss_sec h1{
		font-size:20px;
	}
	.reviews .item{
		margin:81px 20px!important;
	}
	.reviews .rating-star{
		padding-top:22%;
	}
	.maincustom-sec .d-grid{
		gap:10px;
	}
	.fourth_column ul{
		padding:10px;
		gap:10px;
	}
	.last-foot h5{
		font-size:15px;
		font-weight:300;
	}
	.container, .container-2{
		width:auto!important}
	.reviews .item{
		width:auto;
	}
	.container_own{
		width:auto;

	}
	.plugin_1 a{
		display: flex;
		justify-content: center;
	}
	iframe{
		width:300px!important;
	}
	.in_popbox{
		gap:0px;}
	.gform_wrapper.gravity-theme .ginput_complex{
		gap:7px;
	}
	.gform_wrapper.gravity-theme .gform_fields{
		grid-row-gap:7px;
	}
	.popup_flight_travlDil{
		margin:20px auto;
	}
	.gform_wrapper.gravity-theme .gfield textarea.large {
		height: 150px!important;
	}
	.popup_flight_travlDil h2{
		font-size:18px;
	}
	.in_popbox img{
		width:200px;
	}

	button:not(:disabled) {
		cursor: pointer;
		background: #602e9e;
	}
	.is-open:active{
		border:0px!important;
		border-color:#602e9e;
	}
	.cs_accordion:active{
		border:0px!important;
	}
	.have_links:active, .have_links:focus{
		border:0px;
	}

	.form-img img{
		max-width: 55%;
		margin: 0 auto;
	}

	.acc_frm form, .edd-logged-out{
		width:auto;
		padding:20px;

	}
	.d_mb_none{
		display: none !important
	}
	.d_desk_none{
		display: block !important
	}


	nav#navbar{
		position: inherit!important;
		width: auto;
		padding: 0px;
		text-align: center;
	}
	.content_sec{
		padding:0px 10px;
	}
	.pop_list li, .pop_list_see li{
		text-align:left;
	}
	#edd_profile_editor_form{
		width:auto;
		border:0px;}
	.free_pro_version{
		grid-template-columns:100%

	}
	iframe{
		width:300px;
		height:250px;
	}


	.plugin_1 .d_flex .text h2 {
		font-size: var(--wp-font-h3);
		line-height: 32px;
	}
	.plugin_1 .d_flex .text h4{
		font-size: 17px;
		line-height: 25px;
	}

	.blog-slider{
		padding: 25px 25px 50px;
	}
	footer .third_column ul{
		grid-template-columns: repeat(1, 1fr);
	}

	.main_card {
		display: grid;
		grid-template-columns: 100%;
		margin: 0;

	}

	.pro_img img {
		margin: 0;
		width: 100%;
	}

	.custom_flex {
		padding: 0;
	}

	.flex_text h4 {
		font-size: 17px;
	}
	.pro-plugin .plug_text h2{
		font-size:var(--wp-font-h2);
	}
	.btn_flex {
		display: flex;
		gap: 15px;
		flex-direction: column;
		align-items: center;
	}
	.btn_flex .b_btn {
		width: 100%;
		padding: 11px 21px 11px 21px;
	}
	.b_btn2 {
		width: 100%;
	}
	.card span{
		font-size:var(--wp-font-h4);
	}

	.flex_text {
		text-align: center;
	}

	.section-boxed {
		display: grid !important;
		grid-template-columns: 46% 46%;
		gap: 20px;
	}

	.box_2 .d-grid {
		grid-template-columns: 100%;
		padding: 30px 0 0;
	}
	.box_2{
		padding: 150px 20px 80px;
	}

	.section-column {
		padding: 20px;
	}

	.star .fa-regular {
		font-size:var(--wp-font-h1);
	}

	.prefix p {
		padding-bottom: 5px;
	}

	.star .fa-solid {
		font-size: var(--wp-font-h1);
	}

	.star .fa-brands {
		font-size: var(--wp-font-h1);
	}

	.count_title p {
		font-size: var(--p-size);
	}


	.plugin_sec .plug_text h2 {
		font-size: var(--wp-font-h2);
	}
	.plug_text h2 .plug_text h2{
		font-size: 25px;
	}

	.free_img img {
		width: 50%;
		margin-left: 68px;
		padding-top: 30px;

	}

	.custom_text h4 {
		font-size: 15px;
	}

	.custom_text p {
		color: #000;
		font-family: "Roboto", Sans-serif;
		font-size: 13px;
		font-weight: normal;
		line-height: 18px;
	}

	.widge-wrap {
		padding: 30px 0;

	}

	.card-2 {
		display: grid;
		grid-template-columns: 100%;
		margin: 15px 18px 13px 18px;
	}

	.widge-wrap2 {
		padding: 0px;
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.custom_text {
		text-align: center;
	}

	.custom_cart {
		padding: 30px 14px;
	}

	.flex_text h4 {
		font-size: var(--wp-font-h4);
		margin-bottom: 10px;

	}

	.get_sec .d-grid {
		grid-template-columns: 100%;

	}

	.plugin_sec .flex_text p {
		font-size:var(--p-size);
		line-height: 24px;
	}
	.get_sec .fa-icon img {

		padding-bottom: 20px;

	}
	.plug_text hr {
		width: 53%;
		margin-top: 5px;
	}

	.wrapper_flex {
		text-align: center;
	}
	.pro-plugin .blog-slider__pagination{
		top: 96%;
	}

	.pre-ratio {
		transform: scaleY(-1);
		height: 116px;
		aspect-ratio: 961/72;
	}

	.blog-slider__title{
		font-size:var(--wp-font-h4);
		margin-top: 20px
	}

	.blog-slider__pagination {
		transform: translateX(-50%);
		left: 50% !important;
		top: 205px;
		width: 100% !important;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.pro-plugin .blog-slider__pagination{
		top: 90%;
	}
	.pro-plugin .btn_flex{
		display: flex;
		gap: 10px;
		flex-direction: column;

	}


	.blog-slider__img {
		width: 100%;
	}
	.blog-slider__content {
		margin: 0;
		padding: 0
	}
	.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 5px;
	}
	.blog-slider__pagination .swiper-pagination-bullet-active {
		height: 11px;
		width: 30px;
	}
	.pro-plugin .blog-slider__pagination{
		top: 96%;
	}
	/* homepage end */
	/* aboutpage start */
	.free_paid {
		width: auto;
		display: block;
		padding: 20px 20px 40px 20px;
	}
	.abt_sec{
		margin-top:-23px;
	}
	.abt_sec .text h4{
		line-height:24px;
		font-size:15px;
		text-align:center;
	}
	.abt_sec .flex-btn{
		text-align:center;
	}
	.abt_sec .d_flex {
		gap: 12px;
		display: flex;
		align-items: center;
		flex-direction: column;
		padding: 30px 20px;
	}

	.abt_sec .text h2 {
		font-size: 25px;
		padding: 0 0px;
		line-height: 32px;
		text-align: center;

	}

	.page-links li {
		flex-direction: column;
		text-align: center
	}

	.paid li {
		flex-direction: column;
		text-align: center
	}

	.free_paid h3 {
		margin-left: 0px;
	}

	.page-links a {
		font-size: 18px;
		text-align: center !important;
	}

	.free_paid h3 {
		font-size: 30px;
		text-align: center;
		margin-top: 32px;
	}
	.slider_sec hr {
		width: 62%;
		border: 1px solid #053152;
	}
	.slider_sec {
		/* 		margin: -8px 0 -62px 0; */
		padding-bottom: 30px;
		padding-top: 60px;
	}

	.owl-next {
		top: 37%;
		right: 10px;
	}

	.owl-carousel .item {
		padding: 40px 20px;
		height:auto;
	}

	.owl-prev {
		left: 10px;
		top: 37%;
	}

	.owl-carousel .item p {
		font-size: 15px;
	}

	.slider_sec h2 {

		padding: 12px 0px;
	}

	.abt_sec h2 {
		font-size: 17px;
	}
	.abt_sec .sec-1 img{
		width:100%;
		max-width:100%;

	}
	.page-links li img {
		width: 30%;
	}
	.paid img {
		width: 30%;
	}

	.slider_sec h2 {
		font-size: 20px;
	}
	.free_paid hr{
		margin-left: 83px;
		width: 40%;
	}

	/* aboutpage end */
	/* supportpage start */
	.box_3 .d_flex .text h2 {
		line-height: 30px;
		font-size: 20px;
	}



	.popup-content {
		width: 100%;
	}

	.box_3 .d_flex {
		padding: 0;
	}


	#gform_8{
		padding:0px;
	}
	/* supportpage end */
	/* purchase History start */
	.heading h3 {
		font-weight: 400;
		font-size: 18px;
		margin-bottom: 25px;
	}	
	/* purchase History end */
	/* archieve start */
	.ag-format-container {
		width: 96%;
	}
	.ag-courses_box{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
	.main-heading h1 {
		font-weight: 700;
		font-size: 32px;
	}
	.ag-courses-item_link {
		padding: 22px 13px;
	}	
	/* archieve end */
	/* custom-add-to-cart-button-and-link-pro-2 start*/
	.maincustom-sec .sec-1 img{
		width:100%;
	}
	.features-sec .flex-sec {
		display: grid;
		grid-template-columns: 100%;
		padding:20px;
		margin:20px;
	}
	.features-sec .gif-img img {
		height: 250px;
		width: 100%;
	}
	.features-sec .gif-img {
		text-align: center;
		width: 100%;
		height: 285px;
	}
	.features-sec .t-heading .flex-btn{
		display: flex;
		flex-direction: column;
		gap: 20px;
		width:100%;

	}
	.maincustom-sec .d-grid .flex-btn{
		display: flex;
		gap: 20px;
		justify-content: center;
		flex-direction: column;
		width: 80%;
		margin: 0 auto;
	}
	.features-sec .flex-btn button {
		text-align: center;
	}
	.custom-sec .flex-btn button {
		text-align: center;
	}
	.custom-sec .text2 .flex-btn{
		display: flex;
		flex-direction: column;
		gap: 20px;
		width:100%;

	}
	.sec-card .box-grid {
		display: grid;
		grid-template-columns: 100%;
	}
	.sec-card {
		padding-top: 40px;
		padding-bottom: 70px;
	}
	.plan-card .grid-card {
		display: grid;
		grid-template-columns: 100%;
		padding:15px
	}
	.card-silver, .card-gold {
		margin-top: 0px;
	}
	.acc-sec .plugin {
		max-width: 274px;
	}
	/* custom-add-to-cart-button-and-link-pro-2 end */
	/* 	privacypolicy start */
	.h-text h2 {
		font-size: 25px;
	}
	.h-text p{
		font-size:14px;
	}

	/* 	privacypolicy end */
	/* Terms and Condition start */


	.main-text h1{
		font-size:25px;
	}
	.section{
		padding: 10px;
	}
	/* Terms and Condition end */
	/* Refund Policy start */

	.main-text h1{
		font-size:25px;
	}
	.section{
		padding: 80px 20px;
	}
	/* Refund Policy end */

	/* 	footer start */
	footer .foot_box {
		grid-template-columns: 100%;
		gap:30px;
		text-align: center
	}
	footer .img_box{
		margin:0px;
	}

	footer {
		padding: 40px 20px;

	}

	footer .img_box {
		padding-bottom: 20px;
		padding-left: 0px;
	}

	.fill-svg {
		aspect-ratio: 995/56 !important;
	}
}	
/* 	footer end */
@media only screen and (max-width: 639px) {
	.ag-courses_item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.ag-courses-item_title {
		min-height: 72px;
		line-height: 1;

		font-size: 24px;
	}
	.ag-courses-item_link {
		padding: 22px 13px;
	}
	.ag-courses-item_date-box {
		font-size: 16px;
	}
	.ag-courses_box {
		padding: 35px 0;
	}
}

@media (max-width: 576px){
	/* 	iframe{
	width:200px!important;
} */
	.wrapper .logo a{
		display:flex
	}
	/* 	header start */
	.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]){
		line-height:0px!important;
	}
	.gform_wrapper.gravity-theme .gform_footer{
		padding:0px!important;
	}
	.in_popbox{
		gap:0px!important;
	}
	.popup_flight_travlDil{
		margin:15px auto!important;
	}
	.gform_wrapper.gravity-theme .gform_fields{
		grid-row-gap:9px!important;
	}
	.gform_wrapper.gravity-theme .gfield textarea.large{
		height:100px!important;
	}
	.menu {
		display: none;
		position: absolute;
		background-color: #54050a;
		right: 0;
		left: 0;
		text-align: center;
		padding: 16px 0;
	}

	.navbar {
		padding: 0px 14px !important;
	}

	.wrapper .btn{
		font-size: 25px;
	}
	.logo img{
		height: 40px;
	}

	.img-svg {
		margin-top: -1px !important;
	}

	.navbar img {
		width: 72.5px !important;
	}

	.menu li:hover {
		display: inline-block;
		background-color: #54050a;
		transition: 0.3s ease;
	}

	.menu li+li {
		margin-top: 12px;
	}

	input[type=checkbox]:checked~.menu {
		display: block;
	}

	.hamburger {
		display: block;
		padding-right: 6px;
		font-size: 28px !important;
	}

	.dropdown {
		left: 50%;
		top: 30px;
		transform: translateX(35%);
	}

	.dropdown li:hover {
		background-color: #54050a;
	}


	.nav-icon {
		padding-left: 0px;
		display: flex;
		padding-left: 66px;
		gap: 9px;

	}

	.nav-info p {
		font-size: 9px;
		display: none;
	}

	.navi-bar .nav-info {
		display: flex;
		align-items: center;
		gap: 7px;

	}

	.nav-info .fa-envelope,
	.fa-phone {
		margin-right: 7px;
		font-size: 11px;
	}
	.mega-box .plug{
		display:none;
	}

	.navigation a {
		font-size: 10px;
	}

	.nav-info i {
		margin-right: 4px;
		font-size: 15px;
		font-weight: 600;
	}

	.nav-info .fa-envelope,
	.fa-phone {
		margin-right: 7px;
		font-size: 15px;
	}

	.nav-icon i {
		font-size: 15px;
	}

	/* topbar :end */

	/*     .nav-links li a:hover {
	border-bottom: 2px solid #D6CDF5;
	width:30%;
} */
	.row .mega-links li{
		display: 
			flex;
		align-items: center;
		line-height: 24px;
	}
	.mega-box{
		padding:0px;
	}

	.row .mega-links li a{
		font-size:12px;
	}
	/* 	header end */
	/* homepage start */


	.blog-slider__button {
		width: 100%;
	}
	.blog-slider__button {
		width: 100%;
	}

	.pro-plugin .blog-slider__pagination{
		top: 96%;
	}
	.pro-plugin .blog-slider__pagination {
		display: flex;
		gap: 0px;
	}
	/* homepage end */
	/* aboutpage start */
	.free_paid {
		width: auto;
		display: block;
		padding: 20px 20px 40px 20px;
	}

	.abt_sec .d_flex {
		gap: 12px;
		display: flex;
		align-items: center;
		flex-direction: column-reverse;
	}

	.abt_sec .text h2 {
		font-size: 22px;
		padding: 0 0px;
		line-height:30px;
	}
	.page-links a {
		font-size: 18px;
		text-align: center !important;
		padding-bottom:0;
	}

	.free_paid h3 {
		font-size: 30px;
		text-align: center;

		margin-top: 32px;
	}
	.slider_sec hr {
		width: 62%;
		border: 1px solid #053152;
	}
	.slider_sec {
		margin: -8px 0 -62px 0;
		padding-bottom: 70px;
		padding-top: 60px;
	}
	.slider_sec h3 {
		font-size:20px;
		padding: 10px 37px;
		text-align: center;
	}

	.owl-next {
		top: 37%;
		right: 10px;
	}
	.owl-prev {
		left: 10px;
		top: 37%;
	}

	.owl-carousel .item p {
		font-size: 15px;
	}

	.slider_sec h2 {

		padding: 12px 0px;
	}

	.abt_sec h2 {
		font-size: 17px;
	}
	.abt_sec .sec-1 img{
		width:100%;
		max-width:100%;

	}
	.page-links li img {
		width: 30%;
	}
	.paid img {
		width: 30%;
	}

	.slider_sec h2 {
		font-size: 20px;
	}
	.free_paid hr{
		margin-left: 83px;
		width: 40%;
	}
	/* aboutpage end */

	/* supportpage start */
	.box_3 .d_flex .text h2 {
		line-height: 30px;
		font-size: 24px;
	}

	.box_3 .sec-1 img {
		width: 321px;
	}

	.popup-content {
		width: 100%;
	}

	.box_3 .d_flex {
		padding: 0 25px;
		flex-direction: column-reverse;
	}
	.box_3 .d_flex .text h3 {
		font-size: var(--wp-font-h4);
		line-height: 32px;
		text-align:center;
	}



	/* supportpage end */
	/*purchase History start */
	.heading h2 {
		font-size: var(--wp-font-h2);
		font-weight: 400;
		margin-bottom: 25px;

	}
	.history-sec .heading {
		padding: 60px 20px;
	}

	/* purchase History end */
	/* archieve start */
	.ag-format-container {
		width: 96%;
	}
	.ag-courses_box{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
	.main-heading h1 {
		font-weight: 700;
		font-size: 32px;
	}
	.ag-courses-item_link {
		padding: 22px 13px;
	}
	/* archieve end */
	/* 	custom-add-to-cart-button-and-link-pro-2 start */
	.maincustom-sec .sec-1 img{
		width:100%;
	}
	.maincustom-sec .text h2 {
		font-size: var(--wp-font-h3);
	}
	.maincustom-sec .d-grid p {
		font-size:var(--p-size);
	}
	.features-sec .flex-sec {
		display: grid;
		grid-template-columns: 100%;
		padding:20px;
		gap:0px;
		background-color:white;
	}
	.features-sec .gif-img img {
		height: 250px;
		width: 100%;
	}
	.maincustom-sec .d-grid .flex-btn{
		display: flex;
		gap: 20px;
		justify-content: center;
		flex-direction: column;
		width: 80%;
		margin: 0 auto;
	}
	.features-sec .gif-img {
		text-align: center;
		width: 100%;
		height: 285px;
		order:1;
	}
	.features-sec .flex-sec p {
		font-size: var(--p-size);
	}
	.features-sec .t-heading{
		order:2;
	}
	.features-sec .t-heading .flex-btn{
		display: flex;
		flex-direction: column;
		gap: 20px;

	}
	.features-sec .flex-btn button {
		text-align: center;
	}
	.custom-sec .flex-btn button {
		text-align: center;
	}
	.features-sec .flex-sec h2 {
		font-size: var(--wp-font-h3);
	}
	.custom-sec .text2 .flex-btn{
		display: flex;
		flex-direction: column;
		gap: 20px;

	}
	.custom-sec .d_flex-2 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.custom-sec .d_flex-2 h2 {
		font-size: var(--wp-font-h3);
	}
	.custom-sec .d_flex-2 p {
		line-height: 30px;
		font-size: var(--p-size);
		margin: 0;
	}
	.sec-card .box-grid {
		display: grid;
		grid-template-columns: 100%;
	}
	.sec-card {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.plan-card .grid-card {
		display: grid;
		grid-template-columns: 100%;
		padding:15px
	}
	.card-silver, .card-gold {
		margin-top: 0px;
	}
	.acc-sec .plugin {
		max-width: 274px;
	}
	/* 	custom-add-to-cart-button-and-link-pro-2 end */
	/* 	privacypolicy start */
	.h-text h2 {
		font-size: 25px;
	}
	.plan-card .fa-solid, .fa-brands {
		font-size: 22px;
	}
	.sec-card .card-text h3 {
		font-size: 20px;
	}
	.acc-sec .accordion{
		font-size:12px;
	}
	.h-text p{
		font-size:14px;
	}

	/* 	privacypolicy end */
	/* Terms and Condition start */
	.h-text h2 {
		font-size: 25px;
	}
	.h-text p{
		font-size:14px;
	}
	.main-text h1{
		font-size:25px;
	}
	/* Terms and Condition end */
	/* Refund Policy start */
	.main-text h1{
		font-size:25px;
	}
	.section{
		padding: 80px 20px;
	}
	/* Refund Policy end */
	/* 	support start */
	.support-cards{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap:20px;

	}
	.s-card1 .gform_legacy_markup_wrapper {
		padding: 1px 15px 0px 15px;

	}
	.support-cards .bt{
		max-width: 84%;
		margin:0;
	}
	.s-card1 {
		text-align: center;
		padding: 0px
	}
	/* 	support end */
	/* footer start */
	footer .foot_box {
		grid-template-columns: 100%;
		gap:30px;
	}
	footer .img_box{
		margin:0px;
	}

	footer {
		padding: 40px 20px;

	}

	footer .img_box {
		padding-bottom: 20px;
		padding-left: 0px;
	}

	.fill-svg {
		aspect-ratio: 995/56 !important;
	}
	footer .img_box img{
		width: 100%;
		max-width: 45%;
	}
	/* footer end */
}
