
body {
	font-family: "Inter", sans-serif;
	font-style: normal;
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 1.6;
	position: relative;
	color: var(--black-color);
	position: relative;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.img-fluid {
	max-width: 100%;
	height: auto;
	width: 100%;
}
.container {
	max-width: 1170px;
}
.row>* {
	padding-right: 15px;
	padding-left: 15px;
}
*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a,
a:hover,
a:focus {
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Inter", sans-serif;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin: 0;
	padding: 0;
	word-break: break-word;
}
img {
	max-width: 100%;
}
input,
textarea,
select,
button,
label,
svg,
svg path,
svg rect,
svg polygon,
img,
a,
:after,
:before,
:hover,
:focus,
.form-control:focus {
	outline: none !important;
	box-shadow: none;
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
p {
	margin: 0px;
	padding: 0;
	word-break: break-word;
}
/* width */

::-webkit-scrollbar {
	width: 10px;
}
/* Track */

::-webkit-scrollbar-track {
	background: #000000;
}
/* Handle */

::-webkit-scrollbar-thumb {
	background: #ff9f0e;
	width: 8px;
}


/*goto top css start*/

.pg_top_icon a {
	display: flex;
	width: 50px;
	height: 50px;
	background-color: #ff9f0e;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	position: fixed;
	bottom: 30px;
	right: 20px;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	cursor: pointer;
	animation: 3s installation infinite alternate;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.pg_top_icon a i {
	color: #ffffff;
}
@keyframes installation {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-20px);
	}
}
.pg_top_icon a svg {
	fill: #ffffff;
	transform: rotate(270deg);
}
.pg_top_icon a:active {
	background-color: #555;
}
.pg_top_icon a.show {
	opacity: 1;
	visibility: visible;
}
/* ===========banner css start================= */
.afb-banner-wrapper{
	background-image: url(../images/banner-bg.jpg);
	background-repeat: no-repeat;
	padding: 30px 0px 100px;
	text-align: center;
	position: relative;
}

.afb-banner-head1 > h2 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 400;
    border: 1px solid #ffffff54;
    display: inline-block;
    padding: 15px 40px;
    border-radius: 50px;
	margin: 30px 0px 40px;
}
.afb-banner-head2 > h2{
	color: #ffffff;
	font-size: 80px;
	font-weight: 700;
}
.afb-banner-head2 > h2 > span{
	color: #55E5F9;
}
.afb-banner-head3 > h2 {
    color: #ffffff;
    font-size: 30px;
    padding: 15px 0 25px;
    line-height: 1.3;
}
.afb-banner-head4 > h2 {
    color: #061221;
    font-size: 30px;
    display: inline-block;
    background: #ffffff;
    padding: 15px 40px;
    border-radius: 50px;
	font-weight: 600;
    text-transform: capitalize;
}
.afb-banner-head5 {
    position: relative;
    width: 100%;
    max-width: 1230px;
	margin: 20px auto 10px;
}
img.afb-emoji1 {
    position: absolute;
    bottom: 40px;
    left: 45px;
    z-index: 1;
}
img.afb-emoji2 {
    position: absolute;
    right: 40px;
    top: 35px;
    z-index: 1;
}
.afb-banner-head5 > h2 {
    background-image: url(../images/heading-bg1.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0 80px;
    font-size: 30px;
    font-weight: 600;
	position: relative;
}
.afb-banner-head6 > h2 {
    color: #ffffff;
    font-weight: 400;
    font-size: 30px;
}
.afb-banner-head6 > h2 > span {
    padding: 0 5px 0 20px;
}
.afb-video-wrap {
    padding: 0;
    width: 100%;
    max-width: 1050px;
    margin: 30px auto 0;
    /* border: 10px solid #55E5F9;
    border-radius: 20px; */
}
.afb-box-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1075px;
    margin: 60px auto 0;
}
.afb-box1 {
    text-align: left;
    width: 520px;
    background: #0f2837;
    padding: 30px 20px 0;
    height: 730px;
    border-radius: 20px;
    border: 1px solid #ffffff6e;
}
.afb-box1 > p {
    color: #ffffff;
    position: relative;
	padding: 0 0 20px 40px;
	font-size: 20px;
	font-weight: 300;
	transition: all 0.5s;
}
.afb-box1 > p > span {
    position: absolute;
    left: 0px;
    top: 2px;
}
.afb-box1 > p:hover{
	transform: translateX(-5px);
	color: #69af3f;
}
.afb-banner-head7 > h2 {
    color: #ffffff;
    font-size: 30px;
    padding: 50px 0 50px;
    text-transform: capitalize;
}
.afb-hurry-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
}
.afb-hurry-box1 > h2 {
    color: #061221;
    font-size: 18px;
    font-weight: 500;
    background-image: url(../images/heading-bg2.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px 28px;
    border-radius: 5px;
}
.afb-hurry-box1 > h3 {
    color: #ffffff;
    font-size: 30px;
    padding: 30px 0 10px;
}
.afb-hurry-box1 > h4{
	color: #ffffff;
    font-size: 24px;
	font-weight: 400;
}
.afb-hurry-box1 > h4 > del{
	font-weight: 300;
}
.afb-money-back > img {
    width: 100%;
    max-width: 460px;
	margin: 5px 0 10px;
}
.afb-windows > img {
    width: 100%;
    max-width: 340px;
}
.afb-buy-btn > a {
    font-size: 25px;
    color: #061221;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/btn-bg1.png);
    font-weight: 600;
    padding: 15px 50px;
    display: inline-block;
    border-radius: 10px;
	margin: 30px 0 10px;
}
.afb-buy-btn > a > span > svg {
    fill: #061221;
    width: 30px;
    height: 55px;
}
.afb-buy-btn > a > span.afb-btnText {
    position: relative;
    top: 4px;
    left: 8px;
}
/* ============section2 css start =================*/
.afb-section2-wrapper{
	background-image: url(../images/section2-bg.png);
	background-repeat: no-repeat;
	padding: 80px 0px 0;
}
.row.rowBottom {
    padding: 50px 0 20px;
}
.afb-sec2-content {
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
    background-color: #ffffff;
    padding: 40px 30px;
    border-radius: 20px;
}
.afb-heading-section > h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}
.afb-heading-section > h3 {
    text-align: center;
    font-size: 34px;
    padding: 30px 0px 20px;
}
.afb-sec2-content > h2 {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/heading-bg3.png);
    width: 150px;
    padding: 11px 35px;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}
.afb-sec2-content > h3 {
    font-size: 26px;
    font-weight: 700;
    padding: 30px 0px 10px;
}
.afb-sec2-content > p{
	font-size: 22px;
	color: #797979;
}
.afb-sec2-bttom-heading > h2 {
    font-size: 30px;
    text-align: center;
    padding: 50px 0px;
    font-weight: 600;
    text-transform: capitalize;
}
/*================ section3 css start ================*/
.afb-section3-wrapper{
	padding: 80px 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../images/section3-bg.jpg);
	position: relative;
	z-index: 1;
}
.afb-section3-wrapper:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
    z-index: -1;
	background-image: url(../images/sec3-animation-bg.png);
	background-position: center;
	animation: 5s topBottom infinite alternate;
}
@keyframes topBottom {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}
.afb-sec1-heading1 > h2 {
    color: #ffffff;
    text-align: center;
	font-size: 40px;
	font-weight: 700;
	padding: 0px 0px 20px;
    text-transform: capitalize;
}
.afb-sec2-heading2 > h2 {
    font-size: 32px;
    color: #061221;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/heading-bg2.png);
    text-align: center;
    padding: 26px 20px;
    border-radius: 50px;
    text-transform: capitalize;
    font-weight: 600;
}
.afb-sec3-heading3 > h2 {
    color: #ffffff;
    text-align: center;
    padding: 20px 0px 0px;
    text-transform: capitalize;
}
.afb-sec3-img-text > h2 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
    padding: 0 0 25px;
}
.afb-sec3-img-text > h2 > span{
	color: #55E5F9;
}
.afb-sec3-heading4 > h2 {
    color: #ffffff;
    text-align: center;
    font-size: 30px;
    padding: 45px 40px;
    background: #0f2837;
    border: 1px solid #ffffff6e;
    border-radius: 20px;
	margin: 0 0 30px;
    text-transform: capitalize;
}
.afb-sec3-heading5 > h2 {
    color: #ffffff;
    padding: 0 0 20px;
	font-size: 30px;
}
.afb-sec3-heading5 > h2.afb-sec2head {
    padding: 0 0 80px;
}
.afb-sec3-leftbox {
    background: #0f2837;
    border: 1px solid #ffffff6e;
    border-radius: 20px;
    text-align: center;
    padding: 50px 40px 30px;
    position: relative;
    margin: 0px 0px 70px 0px;
}
.afb-sec3-leftbox-top > h2 {
    font-size: 28px;
    color: #061221;
    background-repeat: no-repeat;
    background-image: url(../images/heading-bg2.png);
    padding: 10px 0px;
    background-size: cover;
    border-radius: 50px;
    position: absolute;
    left: 0;
    right: 0;
    background-position: center;
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    top: -30px;
    font-weight: 600;
}
.afb-sec3-leftbox > p{
	color: #ffffff;
	font-size: 22px;
}
.afb-sec3-bottom > h2 {
    font-size: 40px;
    color: #33c2d6;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
}
.afb-sec3-bottom > h3 {
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    font-weight: 300;
    padding: 10px 0px 40px;
    text-transform: capitalize;
}
.afb-box1.afb-sec2Li {
    background: transparent;
    border: none;
    padding: 0;
    width: 100%;
	height: auto;
    margin: 0 0 50px;
}
.afb-sec3-leftbox.afb-sec3-leftbox1 {
    text-align: left;
}
.afb-sec3-leftbox.afb-sec3-leftbox1 p{
	padding: 0 0 20px;
}
.afb-sec3-leftbox.afb-sec3-leftbox1 p:nth-child(2){
	padding: 0;
}
.afb-sec3-leftbox.afb-sec3-leftbox1 .afb-sec3-leftbox-top > h2 {
    margin: 0;
    left: 40px;
    text-align: center;
}
.afb-section3-wrapper .afb-box1.afb-sec2Li p {
    font-size: 30px;
}
/* .afb-section3-wrapper .afb-sec3-leftbox-top h2 {
    max-width: 350px;
} */
/* =================section4 css start==================== */
.afb-section4-wrappepr {
    padding: 50px 50px;
}
.afb-sec4-inner-bg{
    background-image: url(../images/section4-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 60px 80px;
    border-radius: 30px;
}
.afb-sec4-head1{
    text-align: center;
}
.afb-sec4-head1 > h2 {
    font-size: 40px;
    font-weight: 600;
    background-color: #ffffff;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-align: center;
    text-transform: capitalize;
}
.afb-sec4-head2 > h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    padding: 30px 0px 30px;
    text-transform: capitalize;
}

.afb-sec4-head3 {
    position: relative;
    margin: 0 0 200px;
}
.afb-sec4-leftImg {
    position: absolute;
    z-index: 1;
    width: 270px;
    text-align: center;
    padding: 60px 0 0 0;
}
.afb-sec4-leftImg > h2{
    font-size: 26px;
    font-weight: 700;
    padding: 15px 0 5px;
}
.afb-sec4-leftImg > h3{
    font-size: 24px;
    font-weight: 500;
}
.afb-sec4-right {
    position: relative;
    top: 0;
    background: #ffffff;
    padding: 90px 40px 90px 260px;
    left: 40px;
    z-index: 0;
    border-radius: 20px;
}
.afb-sec4-head3.afb-sec4-head3-right .afb-sec4-right {
    padding: 90px 330px 90px 40px;
}
.afb-sec4-right > p{
    font-size: 20px;
    color: #797979;
}

.afb-sec4-head3.afb-sec4-head3-right .afb-sec4-leftImg {
    right: 0px;
    top: 100px;
}
.afb-sec4-head3.afb-sec4-head33 .afb-sec4-leftImg {
    top: 60px;
}
.afb-star.afb-star-right {
    position: absolute;
    right: -10px;
    bottom: -50px;
}
.afb-star.afb-star-right2 {
    position: absolute;
    bottom: -50px;
    left: 70px;
}
.afb-star.afb-star-right1 {
    position: absolute;
    right: 0;
    bottom: -50px;
}
.afb-sec4-btn {
    margin: 0 auto;
    display: block;
    text-align: center;
}
.afb-sec4-btn > a {
    background-image: url(../images/btn-bg1.png);
    background-size: cover;
    background-position: center;
    padding: 20px 50px;
    border-radius: 50px;
    font-size: 30px;
    color: #000000;
    text-transform: capitalize;
    font-weight: 700;
}
.afb-sec4-btn > a > span > img {
    width: 40px;
    position: relative;
    top: -3px;
}
/*================== section 5 css satrt =============*/
.afb-section5-wrapper {
    padding: 0 0 70px;
    background-image: url(../images/bg11.jpg);
}
.afb-sec5-heading > h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}
.afb-sec5-left > h2 {
    color: #061221;
    font-size: 26px;
    font-weight: 700;
    padding: 0 0 17px;
    text-transform: capitalize;
}
.afb-sec5-left > p{
    font-size: 22px;
    color: #797979;
}
.afb-sec5-right {
    text-align: center;
}
.affb-sec5-bottom {
    padding: 80px 0 0 0;
}
.affb-sec5-bottom > h2 {
    font-size: 30px;
    color: #061221;
    font-weight: 700;
    padding: 0 0 20px 0;
    text-transform: capitalize;
}
.affb-sec5-bottom > p{
    font-size: 22px;
    color: #797979;
}
/* ============ section6 css start ========== */
.afb-section6-wrapper{
   background-color: #0E1723;
    padding: 80px 0px 80px;
}
.afb-sec6-heading > h1 {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 40px;
    text-align: center;
    padding: 0 0 25px 0;
}
.afb-sec6-heading > h2 {
    color: #000000;
    font-size: 32px;
    background-image: url(../images/heading-bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 30px;
    border-radius: 50px;
    text-transform: capitalize;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    font-weight: 600;
}
.afb-sec6-heading > h3{
    color: #ffffff;
    font-size: 30px;
    padding: 25px 0px 0px;
}
.afb-sec6-heading > h4{
    color: #ffffff;
    font-size: 30px;
    padding: 25px 0px 25px;
}
.afb-sec6-heading > h5{
    color: #ffffff;
    font-size: 30px;
}
.afb-vectornew {
    padding: 50px 0 0;
}
.afb-sec6-img1 {
    padding: 0 0 60px 0;
}
.afb-sec6-img {
    padding: 40px 0px;
}
.afb-sec6-img h2.afb-sec6-img-text {
    font-size: 24px;
    background-image: url(../images/shortBtn.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #000000;
    text-transform: capitalize;
    width: 100%;
    max-width: 240px;
    padding: 10px 0px;
    border-radius: 20px;
    text-align: center;
    margin: 0 auto 10px;
    font-weight: 600;
}
.afb-sec6-box01 > h2 {
    color: #ffffff;
    font-size: 30px;
    padding: 0 0 25px 0;
}
.afb-sec6-box02 > h2 {
    color: #ffffff;
    padding: 50px 0 60px;
}
.afb-sec4-btn.afb-sec4-btn0 {
    margin: 30px auto 0px;
}
.afb-box1.afb-sec6-boxLeft {
    width: 100%;
    padding: 0;
    border: none;
    background-color: transparent;
}
.afb-section6-wrapper .afb-sec6-box02 h2 {
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
}
.afb-section6-wrapper .afb-box1.afb-sec6-boxLeft p {
    font-size: 26px;
    padding: 0 0 20px 55px;
}
.afb-section6-wrapper .afb-box1.afb-sec6-boxLeft {
    height: auto;
}
/* ========section7 css start=========== */
.afb-section7-wrapper{
    padding: 80px 0px;
}
.afb-sec7-heading1 {
    text-align: center;
    padding: 0 0 30px 0;
}
.afb-sec7-heading1 > h2 {
    font-size: 40px;
    font-weight: 800;
    padding: 0px 0px 20px;
}
.afb-sec7-heading1 > h3 {
    font-size: 32px;
    font-weight: 500;
    padding: 0px 0px 20px;
}
.afb-sec7-box1{
    text-align: center;
}
.afb-sec7-box1 img {
    padding: 0 0 40px;
}
.afb-box1.afb-sec7-boxLeft {
    background: transparent;
    width: 100%;
    height: auto;
    padding: 0 0 40px 0;
    border: none;
}
.afb-sec10-wrapper .afb-box1.afb-sec7-boxLeft.afb-sec10con {
    padding: 40px 0 0;
}
.afb-sec10-wrapper .afb-box1.afb-sec7-boxLeft.afb-sec10con1 p {
    padding: 0;
}
.afb-box1.afb-sec7-boxLeft p {
    color: #061221;
    font-size: 28px;
    padding: 0 0 20px 100px;
    font-weight: 600;
}
.afb-sec3-leftbox.afb-sec3-leftbox1.afb-sec3-rhg1 .afb-sec3-leftbox-top h2 {
    right: 40px;
    left: auto;
}
.afb-sec7-bottom1 {
    background-color: #0E1724;
    padding: 30px 30px;
    border-radius: 20px;
    margin: 30px 0px 0px;
    border: 10px solid #4edef2;
}
.afb-sec7head1 > h2 {
    font-size: 32px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
}
.afb-sec7-one > p {
    color: #ffffff;
    font-size: 22px;
    padding: 0 0 20px;
}
.afb-video1 {
    text-align: center;
    padding: 50px 0px 40px;
}
.afb-sec7-head01 > h2 {
    font-size: 32px;
    text-align: center;
    font-weight: 600;
    padding: 0px 80px;
    text-transform: capitalize;
}
.afb-sec7-vec16 {
    text-align: center;
    animation: 8s TopBottom infinite alternate;
}
.afb-sec7Img {
    animation: 6s TopBottom infinite alternate;
}
.afb-vector14{
    animation: 6s TopBottom infinite alternate;
}
.afb-sec7-head02 > h2 {
    font-size: 26px;
    font-weight: 600;
    padding: 0 70px 25px;
    text-align: center;
}
.afb-sec9-imgbox {
    animation: 6s TopBottom infinite alternate;
}
.afb-section7-wrapper .afb-sec3-leftbox-top h2 {
    max-width: 430px;
}
.afb-sec7head h2 {
    text-transform: capitalize;
    padding: 0 0 20px 0;
    font-size: 30px;
    font-weight: 600;
}
/* =========== section 8 css start =========== */
.afb-sec8-wrapper{
    background-image: url(../images/sec8-bg.jpg);
    background-size: cover;
    background-position: center;
    background-size: cover;
    padding: 80px 0px 0;
}
.afb-sec8-inner > h2{
    color: #55E5F9;
    font-size: 44px;
    text-align: center;    
}
.afb-sec8-inner > h3 {
    color: #061221;
    font-size: 32px;
    background-repeat: no-repeat;
    background-image: url(../images/heading-bg2.png);
    background-size: cover;
    width: 100%;
    max-width: 650px;
    padding: 20px 30px;
    text-align: center;
    border-radius: 50px;
    margin: 20px auto 20px;
    font-weight: 700;
    text-transform: capitalize;
}
.afb-mockup{
    text-align: center;
    padding: 50px 0px;
    animation: RightLeft3 3s infinite alternate;
}
.afb-sec8-head1 > h2 {
    color: #ffffff;
    text-align: center;
    padding: 0 0 30px;
    font-size: 30px;
}
.afb-sec8-head1 > h3{
    color: rgb(85, 229, 249);
    text-align: center;
    padding: 0 0 30px;
    font-size: 30px;
    font-weight: 700;
}
.afb-box1.afb-sec7-boxLeft.afb-sec07-boxLeft {
    border: none;
}
.afb-box1.afb-sec7-boxLeft.afb-sec07-boxLeft > p{
    color: #ffffff;
}
.afb-box1.afb-sec7-boxLeft.afb-sec07-boxLeft > p {
    padding: 0 0 20px 70px;
}
/* section9 css start */
.afb-sec9-wrapper {
    background-color: #4AD9ED;
    padding: 80px 0px;
}
.afb-sec9-wrapper .container-fluid {
    background-color: rgb(240, 240, 240);
    width: 100%;
    max-width: 1420px;
    border-radius: 30px;
    padding: 50px 210px;
}
.afb-sec9-box2 h2 {
    font-size: 40px;
    text-align: center;
    background-color: #0E1724;
    color: #ffffff;
    display: block;
    padding: 10px 40px;
    max-width: 950px;
    margin: 50px auto 20px;
    font-weight: 600;
    border-radius: 50px;
}
.afb-sec9-box3 h2 {
    color: #0E1724;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    padding: 20px 0 20px;
}
.afb-sec9-imgbox {
    text-align: center;
}
.afb-sec9-imgbox-content > h2 {
    font-size: 26px;
    font-weight: 600;
}

.row.row9 {
    margin: 80px 60px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
    border-radius: 20px;
    padding: 40px 40px;
    background-color: #ffffff;
}

/*=================== section 10 css start ==========*/
.afb-sec10-wrapper {
    background-color: #F0F0F0;
    padding: 80px 0px;
}
.afb-sec10-bottom-left p {
    font-size: 22px;
    font-weight: 500;
}
.afb-downArrow {
    text-align: center;
    padding: 30px 0px 40px;
    animation: 6s TopBottom infinite alternate;
}
.afb-sec10-wrapper .afb-sec1-head2 h2 {
    text-transform: capitalize;
    font-weight: 600;
}
@keyframes TopBottom {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}
.afb-sec1-head1 > h2 {
    color: #061221;
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    padding: 0px 0px 30px;
}
.afb-sec1-head1 h3{
    color: #061221;
    font-size: 32px;
    text-align: center;
    font-weight: 600;
    padding: 0 0 30px;
}
.afb-sec1-head2 > h2 {
    font-size: 32px;
    color: #061221;
    text-align: center;
    padding: 0 0 30px;
    font-weight: 500;
}
.afb-downArrow1 {
    animation: 6s TopBottom infinite alternate;
    text-align: center;
    padding: 0 0 40px;
}

.afb-sec10-bottom-left h2 {
    color: #000000;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
    padding: 0px 0px 10px;
}
.afb-sec10Bottm1 h2 {
    color: #000000;
    font-size: 32px;
    text-align: center;
    padding: 30px 0px 30px;
    font-weight: 600;
    text-transform: capitalize;
}
.afb-sec10-bottom-box1 {
    box-shadow: 0 5px 25px rgba(89, 101, 124, .15);
    border-radius: 20px;
    margin: 50px 0px 10px;
    padding: 40px 70px;
    background-color: #ffffff;
    border-bottom: 10px solid #4ad9ed;
}
.afb-box1.afb-sec7-boxLeft.afb-sec10con p {
    padding: 0px 0px 20px 60px;
}
ul.afb-sec10ulli li {
    font-size: 28px;
    font-weight: 600;
    position: relative;
    padding: 0 0 20px;
}
.afb-sec10-b1 h2 {
    text-align: center;
    color: #000000;
    padding: 30px 0px 0px;
    font-size: 28px;
}
.afb-sec10-b1 h3 {
    text-align: center;
    padding: 10px 0px 10px;
    color: rgb(0, 0, 0);
    font-size: 34px;
    font-weight: 600;
    text-transform: capitalize;
}
/* ========section 12 css start =======*/
.afb-sec11-wrapper{
    background-image: url(../images/sec11-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0px;
}

.afb-sec11-inner {
    text-align: center;
}
.afb-sec11-inner1 h2 {
    background-repeat: no-repeat;
    background-image: url(../images/heading-bg2.png);
    background-size: cover;
    background-position: center;
    padding: 15px 10px;
    width: 100%;
    max-width: 490px;
    border-radius: 50px;
    margin: 30px auto 30px;
    color: #000000;
    text-align: center;
    font-weight: 700;
}
.afb-sec11-inner2 > h2 {
    color: #ffffff;
    text-align: center;
    padding: 10px 0 20px;
    font-size: 30px;
}
.afb-sec11-inner3 > h2 {
    color: #ffffff;
    text-align: center;
    padding: 10px 0 50px;
    font-size: 30px;
}
.row.afb-sec11-row {
    background-color: #ffffff;
    padding: 60px 60px;
    margin: 0px 0px 40px;
    border-radius: 20px;
}
.afb-sec11-content h2 {
    color: #000000;
    font-weight: 600;
    font-size: 26px;
    padding: 30px 0px 10px;
}
.afb-sec11-content p{
    font-size: 22px;
    color: #797979;
}
.afb-sec11-head1 h2 {
    color: #ffffff;
    text-align: center;
    font-size: 32px;
}
/*=============== section12 css start =============*/
.afb-sec12-wrapper {
    background-color: #F0F0F0;
    padding: 80px 0px;
}
.afb-sec12-head1 h2 {
    color: #000000;
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    padding: 0px 0px 50px;
    text-transform: capitalize;
}
.afb-sec12-box {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 40px 60px;
    margin: 90px 0 0 0;
}
.afb-sec12-head2 {
    position: relative;
    text-align: center;
}
.afb-sec12-box h2 {
    text-align: center;
    padding: 0px 30px 40px;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
}
.icon1 {
    position: absolute;
    left: 210px;
    bottom: -70px;
    animation: 5s topBottom infinite alternate;
}
.icon2 {
    position: absolute;
    right: 130px;
    bottom: 0;
    animation: 5s topBottom infinite alternate;
}
.afb-sec12-box > ul > li {
    font-size: 22px;
    font-weight: 500;
    position: relative;
    padding: 0 0 15px 40px;
}
.afb-sec12-box > ul > li > span{
    position: absolute;
    left: 0;
}
.afb-sec7-bottom1.afb-sec12-bottom1 {
    margin: 50px 0 0 0;
    position: relative;
    padding: 90px 30px 30px;
}
.afb-sec12-sec h2 {
    color: #222222;
    background-repeat: no-repeat;
    background-image: url(../images/heading-bg2.png);
    background-size: cover;
    background-position: center;
    text-align: center;
    border-radius: 50px;
    padding: 15px 0px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 28px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
}
/* ========= section13 css start ===============*/
.afb-sec7-bottom1.afb-sec13-bottom1 {
    background-color: transparent;
    margin: 0 0 60px;
}
.afb-sec7-bottom1.afb-sec13-bottom1 .afb-sec7-one p {
    color: #000000;
    font-weight: 600;
}
.afb-sec7-bottom1.afb-sec13-bottom1 .afb-sec7-one h2 {
    font-size: 30px;
    font-weight: 600;
    padding: 0 0 30px;
}
.afb-sec7-bottom1.afb-sec13-bottom1 .afb-sec7-one h3{
    font-size: 26px;
    font-weight: 600;
}
.afb-sec13-one.afb-sec12-box {
    margin: 0;
    padding: 20px 50px 30px;
    box-shadow: 0 5px 25px rgba(89, 101, 124, .15);
    margin-bottom: 40px;
}
.afb-sec13-one.afb-sec12-box h2 {
    text-align: left;
}
.afb-sec13-one.afb-sec12-box h2 {
    text-align: left;
    padding: 40px 0px 20px;
}
.afb-sec13-one.afb-sec12-box ul li {
    padding: 0px 0px 15px 60px;
}
.afb-sec13-column1 ul li {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    padding: 0px 0px 15px 35px;
    border-bottom: 1px solid #00000036;
    margin: 0px 0px 18px;
}
.afb-sec13-column1 ul li span {
    position: absolute;
    left: 0;
}
.afb-sec13-box5 h2 {
    color: #222222;
    background-repeat: no-repeat;
    background-image: url(../images/heading-bg2.png);
    background-size: cover;
    background-position: center;
    text-align: center;
    border-radius: 20px;
    padding: 15px 0px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 28px;
    width: 100%;
    max-width: 760px;
    margin: 10px auto 20px;
}
.afb-sec14-icon {
    text-align: center;
    padding: 0px 0px 30px;
}
.buy-now1 {
    text-align: center;
}
.afb-sec13-column1{

}
.afb-sec13-column1.afb-sec13-column2 {
    background-color: #0E1724;
}
.afb-sec13-column1.afb-sec13-column2 ul li{
    color: #ffffff;
}
.afb-sec13-column1 {
    padding: 30px 40px;
    border-radius: 20px;
    margin: 0 0 30px;
}
.afb-sec13-column1.Basic {
    background-color: #2da48736;
}
.afb-sec13-column1.Advance {
    background-color: #c30a0833;
}
.afb-sec13-column1.Basic .afb-sec14-icon{
    background-color: #33a78a42;
}
.afb-sec13-column1.Advance .afb-sec14-icon{
    background-color: #c2090745;
}
.afb-sec13-column1.afb-sec13-column2 .afb-sec14-icon{
    background-color: #1d2b3e;
}
.afb-sec14-icon {

    text-align: center;
    padding: 50px 30px;
    border-radius: 20px;
    margin: 0px 0px 40px;
}
.afb-sec13-b1 h2 {
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    padding: 20px 0px 20px;
    text-align: center;
    text-transform: capitalize;
}
.afb-sec13-b1 h3 {
    font-size: 30px;
    color: #000000;
    text-transform: capitalize;
    font-weight: 700;
    text-align: center;
    background-color: #ffa300;
    border-radius: 50px;
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
    padding: 10px 0px;
}
.afb-sec13-box2 h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
}
.afb-sec13-box1 {
    text-align: center;
    padding: 0px 0px 50px;
}
.afb-sec13-wrapper {
    padding: 70px 0px 70px;
    background-color: #ffffff;
}
.afb-sec13-wrapper .afb-sec7-bottom1.afb-sec13-bottom1 {
    border: none;
    margin: 0 0 20px;
}
/* ============ section 14 css start ============*/
.afb-sec14-wrapper{
    padding: 80px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/sec14-bg.jpg);
    z-index: 1;
    position: relative;
}
.afb-sec14-wrapper:after{
    content: '';
    position: absolute;
    background-image: url(../images/animation-shape.png);
    background-repeat: no-repeat;
    z-index: -1;
    left: 0;
    right: 0;
}
.afb-sec14-heading h2 {
    font-size: 40px;
    text-align: center;
    color: #ffffff;
    padding: 0 0 50px;
}
.afb-sec14-inner .accordion-item {
    border: none;
    margin: 0px 0px 20px;
}
.afb-sec14-inner .accordion-item h2.accordion-header button h2 {
    font-size: 20px;
    text-transform: capitalize;
    color: #ffffff;
}
.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: transparent;
    box-shadow: none;
}
.afb-sec14-inner .accordion-item {
    border: none;
    margin: 0px 0px 20px;
    background-color: transparent;
}
.accordion-body p {
    color: #000000;
    font-size: 16px;
}
.accordion-button{
    background-color: transparent;
}
.accordion-button {
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 5px;
}
.accordion-collapse.collapse.show {
    background-color: #9de5f0;
    margin: 10px 0px 0px 0px;
    border-radius: 5px;
}
.accordion-button::after{
    background-image: url(../images/a1.png);
}
.accordion-button:not(.collapsed)::after{
    background-image: url(../images/a1.png);
}
.afb-sec14-inner .accordion-item h2.accordion-header button h2 span {
    padding: 0 10px 0 0;
}
.accordion-button:focus {
    border-color: #ffffff;
    box-shadow: unset;
}
.afb-b h2 {
    font-size: 27px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    padding: 40px 0 10px;
}
.afb-b h3{
    font-size: 27px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
}

.afb-sec11-content.bonus1 img{
    animation: RightLeft3 3s infinite alternate;
}
.afb-sec10-bottom-right{
    text-align: center;
}
.afb-sec10-bottom-right img{
    animation: RightLeft3 3s infinite alternate;
}
.afb-sec5-right img{
    animation: RightLeft3 3s infinite alternate;
}
.afb-sec4-leftImg img{
    animation: topBottom 6s infinite alternate;
}
.afb-sec2-img img{
    animation: RightLeft3 3s infinite alternate;
}
.afb-sec2-img {
    position: relative;
    max-width: 600px;
}
.afb-pc1-iframe > img {
    position: absolute;
    top: 80px;
    left: 90px;
    right: 0px;
}
@keyframes RightLeft3 {
    0% {
        -webkit-transform: translateX(15px);
        -moz-transform: translateX(15px);
        -ms-transform: translateX(15px);
        -o-transform: translateX(15px);
        transform: translateX(15px);
    }
    100% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
}
.desktopnone{
    display: none;
}
.afb-sec5-left {
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
    background-color: #ffffff;
    padding: 50px 40px;
    border-radius: 20px;
}
.row.rowBottom.rowBottom11 {
    margin: 0 0 30px;
}
.affb-sec5-bottom {
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
    background-color: #ffffff;
    padding: 50px 40px;
    margin: 60px 0 0;
    border-radius: 20px;
    text-align: center;
}
/* ==========timer css start ===========*/
.afbTimer {
    width: 620px;
    
}
.afb-hurry-box2 {
    background: #D6B9B9;
    border-radius: 10px;
}
.afb-hurryInner h2 {
    background-color: #D9D9D9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 25px;
    font-weight: 600;
    padding: 20px 0px;
}
.afb-timer {
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
    padding: 40px 40px;
}
.afb-timer p {
    font-size: 18px;
    font-weight: 500;
}
.afb-timer-bottom h2 {
    color: #ffffff;
    padding: 40px 85px 0px;
    font-size: 20px;
    line-height: 1.5;
}
.deSktopNone{
    display: none;
}
.afb-sec2-img.pc3 .afb-pc1-iframe > img {
    max-width: 430px;
    top: 100px;
}
/* ========= Responsive css start =============*/
@media(max-width:1500px){
    .afbTimer {
        width: 570px;
    }
    .afb-buy-btn > a {
        padding: 15px 20px;
    }
    .afb-hurry-box1 {
        width: 530px;
    }
    .afb-hurry-wrap {
        max-width: 1140px;
    }
    .afb-section3-wrapper:after{
        display: none;
    }
    .afb-section3-wrapper {
        background-color: #070f1c;
        background-image: none;
    }
    .afb-sec2-heading2 > h2{
        background-color: #4cd9ee;
        background-image: none;
    }
    .afb-sec9-wrapper .container-fluid {
        max-width: 910px;
        padding: 50px 50px;
        margin: 0 auto;
    }
    .row.row9 {
        margin: 20px 0px 40px;
        padding: 40px 40px;
    }
    .afb-video-wrap {
        max-width: 700px;
    }
}
@media(max-width:1200px){
    .ImgNone {
        display: none;
    }
    .afb-pc1-iframe > img {
        position: relative;
        top: 0;
        left: 0;
    }
    .deSktopNone {
        display: block;
    }
    .afb-hurry-box1 {
        max-width: 570px;
        margin: 0 auto;
    }
    .afbTimer {
        width: 570px;
        margin: 50px auto 0;
    }
    .afb-sec13-wrapper .afb-sec13-one.afb-sec12-box.box111 {
        margin-top: 40px;
    }
    .afb-sec12-wrapper .afb-sec7-bottom1.afb-sec12-bottom1 {
        margin: 80px auto 0;
    }
    .afb-sec10-wrapper .afb-box1.afb-sec7-boxLeft.afb-sec10con {
        max-width: 900px;
        padding: 30px 30px;
        margin: 0 auto 30px;
    }
    .afb-sec10-wrapper .afb-sec10-bottom-box1 {
        max-width: 900px;
        margin: 0 auto 40px;
    }
    .afb-sec7-bottom1 {
        max-width: 900px;
        margin: 20px auto 0;
    }
    .afb-section7-wrapper .afb-sec3-leftbox.afb-sec3-leftbox1 {
        margin-bottom: 60px;
    }
    .afb-sec4-head3 {
        margin: 0 0 100px;
    }
    .afb-sec3-leftbox {
        max-width: 920px;
        margin: 0 auto 0px;
    }
    .afb-box1.afb-sec2Li {
        padding: 0px 30px;
    }
    .afb-banner-head4 {
        padding: 0px 20px;
    }
    .afb-banner-head5 > h2 br{
        display: none;
    }
    .afb-banner-head5 > h2 {
        background-color: #4cd9ee;
        background-image: none;
        margin: 0px 30px 20px;
        padding: 20px 0;
        border-radius: 20px;
    }
    .afb-box-flex {
        max-width: 895px;
    }
    .afb-box1 {
        width: 430px;
        height: 100%;
    }
    .afb-banner-wrapper {
      background-image: none;
        background-color: #091929;
    }
    .afb-hurry-wrap{
        max-width: 100%;
        display: block;
    }
    .afb-hurry-box1 > h2 {
        background-color: #4cd9ee;
        background-image: none;
        display: inline-block;
    }
    .afb-hurry-box1 {
        padding: 50px 0 0;
    }
    .afb-banner-head7 > h2 {
        padding: 50px 0 0px;
    }
    .afb-heading-section > h2 br {
        display: none;
    }
    .afb-section3-wrapper .afb-sec3-leftbox {
        margin: 0 auto 70px;
    }
    .afb-sec4-inner-bg {
     background-image: none;
        background: #53e3f7;
    }
    .afb-sec14-wrapper {
        background-color: #0e1726;
        background-image: none;
    }
    img.afb-emoji1 {
        display: none;
    }
    img.afb-emoji2{
        display: none;
    }
}
@media(max-width:991px){
    .afb-sec4-btn > a span {
        display: none;
    }
    .afb-video-wrap {
        max-width: 430px;
        margin: 20px auto 0;
    }
    .afbTimer {
        width: 510px;
    }
    .afb-sec4-btn > a {
        font-size: 20px;
    }
    .afb-sec4-head3 {
        margin: 0 0 100px;
        background: #ffffff;
        border-radius: 20px;
        padding: 0px 40px 40px;
        text-align: center;
    }
    .afb-sec4-right > p {
        padding: 30px 0 0;
    }
    .afb-star.afb-star-right1 {
        left: 0;
    }
    .afb-star.afb-star-right {
        right: 0;
        left: 0;
    }
    .afb-sec4-head3.afb-sec4-head33 .afb-sec4-leftImg {
        top: 0;
    }
    .afb-star.afb-star-right2 {
       
        left: 0;
        right: 0;
    }
    .afb-sec4-head3.afb-sec4-head3-right .afb-sec4-leftImg {
        top: 0;
    }
    .afb-sec4-head3.afb-sec4-head3-right .afb-sec4-right {
        padding: 0;
    }
    .afb-sec4-right{
        padding: 0;
        left: 0;
    }
    .afb-sec4-leftImg {
        position: relative;
        width: auto;
        padding: 60px 0 0 0;
    }
    .afb-section4-wrappepr {
        padding: 50px 20px;
    }
    .afb-sec3-leftbox {
        max-width: 700px;
    }
    .row.afb-res-white {
        background-color: #48d7eb14;
        margin: 0px 20px 30px;
        border-radius: 20px;
        padding: 30px 0px;
    }
    .afb-sec2-img img {
        animation: RightLeft3 3s infinite alternate;
        max-width: 490px;
    }
    .afb-section2-wrapper {
        background-image: none;
    }
    .afb-box1 {
        width: 650px;
        height: 100%;
        margin: 0 auto 30px;
    }
    .afb-box-flex {
        max-width: 100%;
        display: block;
    }
    .RESNONE{
        display: none;
    }
    .icon1{
        display: none;
    }
    br{
        display: none;
    }
    .icon2{
        display: none;
    }
    .afb-sec12-wrapper .afb-sec12-sec h2 {
        max-width: 650px;
        margin: 0 auto;
    }
    .afb-sec13-wrapper .afb-sec7Img img {
        max-width: 370px;
        margin: 0 0 30px;
    }
    .resnone {
        display: none;
    }
    .desktopnone{
        display: block;
    }
    .afb-sec13-one.afb-sec12-box {
        margin-top: 40px;
    }
    .margin-bottom30{
        margin-bottom: 30px;
    }
    .afb-vector14 img {
        max-width: 330px;
    }
    .afb-sec3-leftbox.afb-sec3-leftbox1.afb-sec3-rhg1 .afb-sec3-leftbox-top h2 {
        left: 40px;
    }
    .afb-mockup img {
        max-width: 510px;
    }
    .afb-sec9-wrapper .container-fluid {
        max-width: 710px;
    }
    .afb-banner-head2 > h2 {
        font-size: 50px;
    }
    .afb-sec10-wrapper .afb-sec10-bottom-box1 {
        max-width: 670px;
    }
    .afb-sec11-wrapper {
       
        background-color: #0f1724;
        background-image: none;
    }
    .afb-banner-head1 > h2 {
        margin: 30px 20px 40px;
    }
}
@media(max-width:767px){
    .afb-hurryInner h2 {
        
        padding: 20px 20px;
    }
    .afb-timer-bottom h2 {
        padding: 40px 0 0px;
    }
    .afb-sec10-b1 h3 {
        padding: 40px 0px 10px;
        font-size: 23px;
    }
    .afb-sec10-wrapper .afb-sec10-bottom-box1 {
        max-width: 520px;
    }
    .afb-sec13-box2 h2 {
        font-size: 33px;
    }
    .afb-sec12-wrapper .afb-sec12-sec h2 {
        max-width: 510px;
        padding: 10px 20px;
    }
    .afb-sec7Img img {
        max-width: 300px;
        margin: 0 auto 30px;
    }
    .afb-sec12-head2 img {
        max-width: 370px;
    }
    .afb-sec12-head1 h2 {
        font-size: 30px;
    }
    .afb-sec9-box2 h2 {
        font-size: 30px;
        padding: 20px 40px;
    }
    .afb-sec9-wrapper .container-fluid {
        max-width: 540px;
    }
    .afb-mockup img {
        max-width: 410px;
    }
    .afb-section6-wrapper {
        padding: 80px 0px 20px;
    }
    .afb-sec6-heading > h1 {
        font-size: 30px;
    }
    .afb-sec4-head2 > h2 {
        font-size: 25px;
    }
    .afb-sec4-inner-bg {
        padding: 40px 30px 80px;
    }
    .afb-sec4-head1 > h2 {
        font-size: 30px;
        padding: 20px 30px;
    }
    .afb-sec3-leftbox {
        max-width: 520px;
    }
    .afb-sec3-bottom > h2 {
        font-size: 30px;
    }
    .afb-box1 {
        width: 520px;
    }
    .afb-banner-head4 > h2 {
        border-radius: 20px;
    }
    .afb-banner-head5 > h2 {
        margin: 0px 20px 20px;
        padding: 20px 10px;
        border-radius: 20px;
    }
    .afb-banner-head2 > h2 {
        font-size: 40px;
    }
    .afb-sec10-box {
        text-align: center;
    }
    .afb-hurry-box1 {
        max-width: 450px;
    }
    .afbTimer{
        max-width: 450px;
    }
}
@media(max-width:580px){
    .afb-sec4-btn > a {
       
        background-color: #ff9b01;
        background-image: none;
        display: block;
        border-radius: 10px;
    }
    .afb-buy-btn > a > span svg {
        display: none;
    }
    .afb-banner-wrapper .afb-banner-head7 > h2 {
        padding: 20px 30px 0px;
    }
    .afb-timer {
        padding: 30px 10px;
    }
    .afb-sec10-b1 h2 {
        font-size: 20px;
        font-weight: 600;
    }
    .afb-sec10-wrapper .afb-sec10-bottom-box1 {
        max-width: 440px;
        padding: 20px 20px;
    
    }
    .afb-sec10-b1 h3 {
        padding: 20px 0px 10px;
    }
    .afb-sec10-bottom-right{
        text-align: center;
    }
    .afb-sec12-box {
        border-radius: 10px;
        padding: 40px 20px;
    }
    .row.afb-sec11-row {
        padding: 30px 20px;
        border-radius: 10px;
        text-align: center;
    }
    .afb-sec11-content p {
        font-size: 18px;
    }
    .afb-sec10-wrapper .afb-sec10-bottom-box1 {
        text-align: center;
    }
    .afb-sec10-bottom-right img {
        animation: none;
        max-width: 300px;
    }
    .afb-sec10-bottom-box1 {
        padding: 40px 40px;
    }
    .afb-sec10-wrapper .afb-sec1-head2 h2 {
        font-size: 20px;
    }
    .afb-logo img {
        max-width: 230px;
    }
    .afb-sec10-bottom-left h2 {
        font-size: 22px;
    }
    .afb-sec10Bottm1 h2 {
        font-size: 22px;
        padding: 0px 0px 30px;
    }
    .afb-box1.afb-sec7-boxLeft p {
        font-size: 20px;
    }
    .afb-downArrow {
        padding: 0px 0px 30px;
        animation: none;
    }
    .afb-sec10-bottom-left p {
        font-size: 18px;
    }
    .afb-banner-head1 > h2 {
        margin: 30px 20px 20px;
        border-radius: 20px;
        padding: 20px 20px;
        font-size: 22px;
    }
    .afb-banner-head2 > h2 {
        font-size: 30px;
    }
    .afb-banner-head3 > h2 {
        font-size: 18px;
        padding: 15px 20px 25px;
    }
    .afb-banner-head4 > h2 {
    font-size: 22px;
    padding: 20px 30px;
}
.afb-banner-head5 > h2 {
    font-size: 20px;
}
.afb-banner-head6 > h2 {
    font-size: 16px;
}
.afb-banner-head6 > h2 > span img {
    width: 20px;
}
.afb-box1 {
    width: 100%;
    max-width: 400px;
}
.afb-banner-head7 > h2 {
    padding: 10px 30px 0px;
    font-size: 22px;
}
.afb-hurry-box1 > h2 {
    margin: 0px 30px;
}
.afb-hurry-box1 {
    padding: 30px 0 0;
}
.afb-sec2-img img {
    animation: none;
    max-width: 290px;
}
.afb-buy-btn > a {
    font-size: 20px;
    padding: 15px 20px;
    background-color: #feab00;
    background-image: none;
    margin: 0px 20px 10px;
}
.afb-hurry-box1 > h3 {
    font-size: 19px;
}
.afb-hurry-box1 > h4 {
    font-size: 18px;
    padding: 0 0 20px;
}
.afb-banner-wrapper {
}
.afb-section2-wrapper {
    padding: 30px 0px 0;
}
.afb-heading-section > h2 {
    font-size: 25px;
}
.afb-heading-section > h3 {
    font-size: 23px;
    font-weight: 600;
    padding: 20px 40px 20px;
}
.afb-sec2-content {
    text-align: center;
}
.afb-sec2-content > h2 {
    margin: 0 auto;
}
.afb-sec2-img {
    text-align: center;
}
.afb-sec2-content > p {
    font-size: 18px;
}
.afb-sec2-bttom-heading > h2 {
    font-size: 17px;
    text-align: center;
    padding: 10px 0px 40px;
    font-weight: 600;
}
.afb-sec1-heading1 > h2 {
    font-size: 28px;
    font-weight: 600;
    padding: 0px 0px 20px;
}
.afb-section3-wrapper {
    padding: 40px 0px;
}
.afb-sec2-heading2 > h2 {
    font-size: 20px;
    color: #061221;
    padding: 20px 20px;
}
.afb-sec3-heading3 > h2 {
    padding: 20px 50px 0px;
    font-size: 20px;
}
.afb-sec3-img-text > h2 {
    font-size: 20px;
    text-align: center;
}
.afb-sec3-heading4 > h2 {
    text-align: center;
    font-size: 20px;
    padding: 25px 10px;
    font-weight: 400;
}
.afb-sec3-heading5 > h2 {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}
.afb-sec3-img{
    text-align: center;
}
.afb-sec3-img img {
    max-width: 320px;
}
.afb-sec3-leftbox-top > h2 {
    max-width: 350px;
    margin: 0 auto;
    top: -30px;
    font-weight: 700;
    font-size: 22px;
}
.afb-sec3-leftbox > p {
    font-size: 18px;
}
.afb-sec3-leftbox {
    padding: 40px 20px 30px;
}
.afb-sec3-bottom > h2 {
    font-size: 25px;
}
.afb-sec3-bottom > h3 {
    font-size: 20px;
    font-weight: 400;
    padding: 10px 50px 40px;
}
.afb-box1 > p {
    font-size: 18px;
}
.afb-sec3-leftbox {
    max-width: 420px;
}
.afb-sec14-wrapper {
    padding: 30px 0px 40px;
}
.afb-sec14-wrapper {
    padding: 30px 0px;
}
.afb-sec14-heading h2 {
    font-size: 27px;
    padding: 0 0 30px;
}
.afb-sec13-wrapper {
    padding: 40px 0px 40px;
}
.afb-sec13-b1 h2 {
    font-size: 22px;
    padding: 20px 40px 20px;
}
.afb-sec13-b1 h3 {
    font-size: 25px;
}
.afb-sec13-column1.Advance .afb-sec14-icon {
    background-color: transparent;
}
.afb-sec14-icon{
    padding: 0;
}
.afb-sec13-column1.afb-sec13-column2 .afb-sec14-icon {
    background-color: transparent;
}
.afb-sec13-column1.Basic .afb-sec14-icon {
    background-color: transparent;
}
.afb-sec13-box5 h2 {
    margin: 0 auto;
}
.afb-sec13-box5 h2 {
    border-radius: 50px;
    font-size: 25px;
    margin: 10px auto 20px;
    padding: 15px 40px;
}
.afb-sec13-one.afb-sec12-box {
    margin-bottom: 20px;
}

.afb-sec12-box > ul > li {
    font-size: 18px;
}
.afb-sec13-one.afb-sec12-box h2 {
    padding: 20px 0px 20px;
}
.afb-sec12-box h2 {
    font-size: 20px;
    padding: 0px 0 40px;
}
.afb-sec7-bottom1.afb-sec13-bottom1 .afb-sec7-one h3 {
    font-size: 20px;
}
.afb-sec7-bottom1.afb-sec13-bottom1 .afb-sec7-one h2 {
    font-size: 22px;
}
.afb-b h3 {
    font-size: 18px;
}
.afb-b h2 {
    font-size: 20px;
}
.afb-sec7-one > p {
    font-size: 18px;
}
.afb-sec13-wrapper .afb-sec7Img img {
    max-width: 260px;
}
.afb-sec7Img {
    text-align: center;
}
.afb-sec13-wrapper .afb-sec7-one {
    text-align: center;
}
.afb-sec13-box2 h2 {
    font-size: 25px;
    padding: 0 60px;
}
.afb-sec13-box1 {
    padding: 0px 0px 30px;
}
.afb-sec12-wrapper {
    padding: 40px 0px 40px;
}
.afb-sec3-leftbox.afb-sec3-leftbox1.afb-sec3-rhg1 .afb-sec3-leftbox-top h2 {
    left: 0;
}
.afb-sec6-box01 > h2 {
    font-size: 20px;
    text-align: center;
}
.afb-sec6-heading > h2 {
    font-size: 25px;
    padding: 15px 40px;
}
.afb-sec6-heading > h3{
    font-size: 20px;
    text-align: center;
}
.afb-section6-wrapper {
    padding: 30px 0px 20px;
}
.affb-sec5-bottom > h2 {
    font-size: 22px;
}
.affb-sec5-bottom {
    padding: 50px 20px;
    margin: 40px 0 0;
    border-radius: 10px;
}
p{
font-size: 18px !important;
}
.afb-sec6-heading > h1 {
    font-size: 25px;
}
.afb-sec6-heading > h4 {
    font-size: 20px;
    text-align: center;
}
.afb-sec6-heading > h5 {
    font-size: 20px;
    text-align: center;
}
.afb-section6-wrapper .afb-sec6-box02 h2 {
    font-size: 20px;
}
.afb-section7-wrapper .afb-sec3-leftbox.afb-sec3-leftbox1 {
    margin-bottom: 20px;
}
.afb-section6-wrapper .afb-box1.afb-sec6-boxLeft p {
    font-size: 18px;
}
.afb-vector14{
    text-align: center;
}
.afb-vector14 img {
    max-width: 250px;
}
.afb-sec7Img {
    animation: none;
}
.afb-sec11-content.bonus1 img {
    animation: none;
    max-width: 300px;
}
.afb-sec12-sec h2 {
    top: 0;
    position: relative;
    font-size: 22px;
}
.afb-sec12-wrapper .afb-sec12-sec h2 {
    padding: 15px 30px;
}
.afb-sec12-wrapper .afb-sec7-bottom1.afb-sec12-bottom1 {
    margin: 30px auto 0;
}
.afb-sec7-bottom1.afb-sec12-bottom1 {
    padding: 40px 30px 30px;
}
.afb-sec12-box {
    margin: 40px 0 0 0;
}
.afb-sec12-head1 h2 {
    font-size: 22px;
    padding: 0px 30px 40px;
}
.afb-sec11-head1 h2 {
    font-size: 20px;
}
.afb-sec11-wrapper {
    padding: 40px 0px 40px;
}
.afb-sec11-inner img {
    max-width: 300px;
}
.afb-sec11-inner1 h2 {
    max-width: 330px;
    border-radius: 50px;
    font-size: 22px;
    margin: 20px auto;
}
.afb-sec10-wrapper {
    padding: 40px 0px 30px;
}
.afb-sec11-inner2 > h2 {
    padding: 10px 20px 20px;
    font-size: 22px;
}
.afb-sec11-inner3 > h2 {
    padding: 0px 0 40px;
    font-size: 18px;
}
ul.afb-sec10ulli li {
    font-size: 22px;
}
ul.afb-sec10ulli li span img {
    width: 24px;
}
.afb-sec10-wrapper .afb-box1.afb-sec7-boxLeft.afb-sec10con1 {
    text-align: center;
    margin: 0 auto;
}
.afb-sec10-wrapper .afb-box1.afb-sec7-boxLeft.afb-sec10con {
    margin: 0 auto;
    padding:0px 30px 0;
}
.afb-box1 > p > span img {
    width: 28px;
}
.afb-box1.afb-sec7-boxLeft p {
    font-size: 18px;
}
.afb-sec10-wrapper .afb-sec1-head1 h2 {
    font-size: 25px;
    padding: 0px 50px 20px;
}
.afb-sec10-wrapper .afb-sec1-head1 h3 {
    font-size: 20px;
    padding: 0px 30px 10px;
}
.afb-downArrow1 {
    animation: none;
}
.afb-sec9-imgbox-content > h2 {
    font-size: 20px;
    text-align: center;
}
.afb-sec9-wrapper .container-fluid {
    max-width: 460px;
    padding: 30px 20px 20px;
    border-radius: 10px;
}
.afb-sec9-wrapper {
    padding: 40px 0px 40px;
}
.afb-sec9-imgbox {
    animation: none;
}
.afb-sec9-imgbox img{
    max-width: 200px;
}
.afb-sec9-box3 h2 {
    font-size: 22px;
    padding: 0px 20px 20px;
}
.afb-sec9-box2 h2 {
    font-size: 25px;
    padding: 20px 40px;
    margin: 30px auto 20px;
}
.afb-sec8-wrapper .afb-box1.afb-sec7-boxLeft.afb-sec07-boxLeft {
    max-width: 100%;
    padding: 0px 30px;
}
.afb-sec8-wrapper {
    padding: 30px 0px 0;
}
.afb-sec8-inner > h2 {
    font-size: 35px;
}
.afb-sec8-inner > h3 {
    font-size: 25px;
    max-width: 510px;
}
.afb-mockup {
    animation: none;
}
.afb-mockup img {
    max-width: 350px;
}
.afb-sec8-head1 > h2 {
    padding: 0 10px 25px;
    font-size: 18px;
    font-weight: 500;
}
.afb-sec8-head1 > h3 {
    font-size: 20px;
}
.afb-section7-wrapper {
    padding: 40px 0px 20px;
}
.afb-sec7-head02 > h2 {
    font-size: 20px;
    padding: 0 30px 25px;
}
.afb-sec7-vec16 {
    text-align: center;
}
.afb-sec7-head01 > h2 {
    font-size: 23px;
    padding: 0px 30px;
}
.afb-sec7head1 > h2 {
    font-size: 20px;
}
.afb-sec7head h2 {
    font-size: 22px;
}
.afb-box1 {
    max-width: 100%;
}
.afb-section7-wrapper .afb-box1.afb-sec7-boxLeft p {
    padding: 0 0 20px 60px;
}
.afb-section7-wrapper .afb-box1.afb-sec7-boxLeft {
    padding: 0;
    margin: 0;
}
.afb-sec3-leftbox.afb-sec3-leftbox1 .afb-sec3-leftbox-top > h2 {
    position: relative;
    left: 0;
    max-width: max-content;
    padding: 10px 20px;
    border-radius: 50px;
    margin: 20px auto 0;
}
.afb-sec7-heading1 > h3 {
    font-size: 22px;
}
.afb-sec7-heading1 > h2 {
    font-size: 30px;
}
.afb-box-flex {
    padding: 0px 30px;
    margin: 30px auto 0;
}
.afb-banner-wrapper {
    padding: 30px 0px 40px;
}
.afb-sec3-leftbox {
    border-radius: 10px;
}
.afb-section3-wrapper .afb-box1.afb-sec2Li p {
    font-size: 18px;
}
.afb-section3-wrapper .afb-box1.afb-sec2Li {
    margin: 0 0 10px;
}
.afb-section3-wrapper .afb-sec3-leftbox.afb-sec3-leftbox1 {
    text-align: center;
}
.afb-section3-wrapper .afb-sec3-leftbox {
    margin: 0 auto 0px;
}
.afb-sec5-right img {
    animation:none;
    max-width: 270px;
}
.afb-sec5-left > p {
    text-align: center;
}
.afb-sec5-left > h2 {
    font-size: 22px;
    padding: 0 0 17px;
}
.afb-sec5-left {
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
    background-color: #ffffff;
    padding: 30px 20px;
    border-radius: 10px;
}
.afb-sec4-head2 > h2 {
    font-size: 18px;
}
.afb-section3-wrapper.afb-section3-wrapper1 .afb-sec3-leftbox .afb-sec3-leftbox-top > h2 {
    margin: 0 auto 20px;
    position: relative;
    top: 0px;
}
.afb-sec4-head1 > h2 {
    font-size: 20px;
}
.afb-section3-wrapper.afb-section3-wrapper1 .afb-sec3-leftbox {
    margin: 0 auto 50px;
    padding: 40px 20px 30px;
}
.afb-sec3-heading5 > h2.afb-sec2head {
    padding: 0 0 30px;
}
}
@media(max-width:480px){
    .afb-hurry-box1 {
        max-width: 290px;
    }
    .afbTimer{
        max-width: 290px;
    }
    .afb-timer{
        display: block;
    }
    .afb-timer p {
        margin: 0 0 30px;
    }
    .afb-sec13-one.afb-sec12-box {
        padding: 10px 20px 10px;
        margin-bottom: 40px;
    }
    .afb-sec13-box5 h2 {
        border-radius: 10px;
        font-size: 18px;
        margin: 10px auto 0px;
        padding: 15px 20px;
    }
    .afb-sec13-box2 h2 {
        font-size: 20px;
        padding: 0 20px;
    }
    .afb-sec12-box > ul > li > span img {
        width: 22px;
    }
    .afb-sec13-one.afb-sec12-box ul li {
        padding: 0px 0px 15px 30px;
    }
    .afb-sec13-wrapper .afb-sec7-bottom1.afb-sec13-bottom1 {
        margin: 0;
    }
    .afb-sec14-inner .accordion-item h2.accordion-header button h2 span {
        display: none;
    }
    .afb-sec2-img img {
        max-width: 210px;
    }
    .afb-sec7Img img {
        max-width: 200px;
    }
    .afb-mockup img {
        max-width: 250px;
    }
    .buy-now1 img {
        max-width: 120px;
    }
    .afb-sec13-b1 h2 {
        font-size: 18px;
        padding: 20px 0px 20px;
    }
    .afb-sec13-wrapper {
        padding: 40px 0px 30px;
    }
    .afb-sec13-b1 h3 {
        font-size: 20px;
        max-width: 220px;
    }
    .afb-sec14-heading h2 {
        font-size: 22px;
    }
    .afb-sec14-inner .accordion-item h2.accordion-header button h2 {
        font-size: 18px;
        font-weight: 400;
    }
    .afb-sec11-content.bonus1 img {
       
        max-width: 220px;
    }
    .afb-sec12-head2 img {
        max-width: 250px;
    }
    .afb-sec13-wrapper .afb-sec7Img img {
        max-width: 180px;
    }
    .afb-sec13-box1 img {
        max-width: 30px;
    }
    .afb-sec12-wrapper .afb-sec12-sec h2 {
        padding: 15px 30px;
        border-radius: 10px;
        padding: 10px 10px;
        font-size: 18px;
        margin: 0 0 20px;
    }
    .row.row9 {
        margin: 20px 0px 40px;
        padding: 20px 20px;
    }
    .afb-downArrow img {
        max-width: 30px;
    }
    .afb-sec10-wrapper .afb-sec1-head1 h3 {
        font-size: 18px;
        padding: 0px 0px 10px;
    }
    .afb-sec10-wrapper .afb-sec1-head1 h2 {
        font-size: 20px;
        padding: 0px 0px 20px;
    }
    .afb-sec10-bottom-right img {
        max-width: 230px;
    }
    .afb-sec10-wrapper .afb-sec10-bottom-box1 {
        max-width: 280px;
        padding: 20px 20px;
        border-radius: 10px;
    }
    .afb-sec10-b1 h3 {
        font-size: 20px;
    }
    .afb-sec11-inner img {
        max-width: 200px;
    }
    .afb-sec10-b1 h2 {
        padding: 10px 0px 0px;
    }
    .afb-sec11-inner1 h2 {
        font-size: 20px;
    }
    .afb-sec11-inner2 > h2 {
        padding: 10px 0px 20px;
        font-size: 18px;
    }
    .afb-sec11-content > img {
        max-width: 110px;
    }
    .afb-sec11-content h2 { 
        font-size: 22px;
        padding: 20px 0px 10px;
    }
    .afb-sec9-imgbox img {
        max-width: 130px;
    }
    .row.row9 {
        margin: 20px 0px 30px;
        padding: 20px 10px;
        border-radius: 10px;
    }
    .afb-sec9-imgbox-content > h2 {
        font-size: 18px;
    }
    .afb-sec9-box2 h2 {
        font-size: 20px;
        padding: 20px 10px;
        border-radius: 10px;
    }
    .afb-sec8-inner > h3 {
        font-size: 20px;
        border-radius: 10px;
    }
    .afb-section5-wrapper {
        padding: 0 0 30px;
    }
    .afb-sec5-heading > h2 {
        font-size: 22px;
    }
    .afb-sec4-inner-bg {
        padding: 40px 0px 80px;
    }
    .afb-sec4-leftImg img {
        max-width: 150px;
    }
    .afb-section3-wrapper {
        padding: 40px 0px 0;
    }
    .afb-section3-wrapper.afb-section3-wrapper1 .afb-sec3-leftbox {
        margin: 0 auto 40px;
        padding: 30px 20px 30px;
    }
    .afb-section3-wrapper.afb-section3-wrapper1 .afb-sec3-leftbox .afb-sec3-leftbox-top > h2 {
        border-radius: 10px;
    }
    .afb-sec1-heading1 > h2 {
        font-size: 22px;
    }
    .afb-sec4-leftImg img {
        animation: none;
    }
    .afb-windows > img {
        max-width: 240px;
    }
    .afb-sec4-leftImg > h2 {
        font-size: 20px;
    }
    .afb-sec4-right > p {
        padding: 20px 0 0;
    }
    .afb-sec4-leftImg > h3 {
        font-size: 18px;
    }
    .afb-money-back > img {
        max-width: 260px;
    }
    .afb-banner-head6 > h2 {
        font-size: 16px;
        line-height: 1.9;
    }
    .afb-banner-head4 > h2 {
        font-size: 20px;
        padding: 20px 20px;
        border-radius: 10px;
    }
    .afb-banner-head2 > h2 {
        font-size: 20px;
    }
    .afb-banner-head1 > h2 {
        padding: 20px 15px;
        border-radius: 10px;
    }
    .afb-sec2-heading2 > h2 {
        font-size: 20px;
        border-radius: 10px;
    }
    .afb-sec3-leftbox {
        max-width: 280px;
    }
    .afb-section4-wrappepr {
        padding: 30px 20px 50px;
    }
    .afb-sec4-head1 > h2 {
        font-size: 20px;
        padding: 20px 20px;
        border-radius: 10px;
    }
    .afb-sec4-head3 {
        padding: 0px 10px 20px;
    }
    .afb-sec4-leftImg {
        padding: 20px 0 0 0;
    }
    .afb-sec4-head3 {
        border-radius: 10px;
        padding: 0px 10px 40px;
    }
    .afb-sec3-leftbox.afb-sec3-leftbox1 .afb-sec3-leftbox-top > h2 {
        padding: 10px 10px;
        border-radius: 10px;
        font-size: 20px;
    }
    .afb-sec5-right img {
        max-width: 210px;
    }
    .afb-sec6-heading > h1 {
        font-size: 20px;
    }
    .afb-sec6-heading > h2 {
        font-size: 20px;
        padding: 15px 20px;
        border-radius: 10px;
    }
    .afb-section6-wrapper .afb-sec6-box02 h2 {
        font-size: 18px;
        text-align: center;
        font-weight: 400;
    }
    .afb-vector14 img {
        max-width: 180px;
    }
    .afb-vector14 {
        animation: none;
    }
    .afb-box1 {
        margin: 0 auto 0px;
    }
    .afb-section6-wrapper .afb-box1.afb-sec6-boxLeft p {
        padding: 0 0 20px 45px;
    }
    .afb-sec7-heading1 > h2 {
        font-size: 24px;
    }
    .afb-sec7-heading1 > h3 {
        font-size: 18px;
        padding: 0;
    }
    .afb-section7-wrapper .afb-box1.afb-sec7-boxLeft p {
        padding: 0 0 20px 40px;
    }
    .afb-sec7head h2 {
        font-size: 18px;
        text-align: center;
    }
    .afb-sec7-bottom1 {
      
        padding: 30px 10px;
        border-radius: 10px;
        margin: 30px 0px 0px;
        border: 5px solid #4edef2;
    }
    .afb-sec7-head01 > h2 {
        font-size: 20px;
        padding: 0px 10px;
    }
    .afb-mockup {
        padding: 10px 0px 30px;
    }
    .afb-sec8-inner > h2 {
        font-size: 30px;
    }
    .afb-box1.afb-sec7-boxLeft.afb-sec07-boxLeft > p {
        padding: 0 0 20px 50px;
    }
    .afb-sec8-wrapper .afb-box1.afb-sec7-boxLeft.afb-sec07-boxLeft {
        padding: 0px 10px;
    }
    .afb-sec9-wrapper .container-fluid {
        max-width: 290px;
    }
    .afb-sec8-wrapper {
        background: #000000;
    }
}
@media(max-width:380px){
    
}
@media(max-width:320px){
    
}