div,header,footer,body{
	padding: 0px;margin: 0;
}
a{
	text-decoration: none;
}
ul{
	list-style: none;
}
h1, h2, h3, h4, h6 {
	color: #171717;
	padding: 0;
	margin: 0;
}
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: #757F95;
    margin-bottom: 15px;
}
.menu-nav{
	display: flex ;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.header-action{
	display: flex;
	align-items: center;
}
.wapMenuBtn{
	font-size: 30px;
	border: 1px solid #171717;
	padding: 10px;
	box-sizing: border-box;
	margin-left: 20px;
	display: none;
}
.mobile-menu{
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100vh;
/* 	opacity: 0; */
	/* visibility: hidden; */
	z-index: 99999;
	border-radius: 0;
	transition: all .7s ease;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	-ms-transition: .7s;
	-o-transition: .7s;
/* 	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%); */
	display: none;
}
.mobile-menu .menu-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    padding: 0;
    z-index: 5;
    box-shadow: -9px 0 14px 0 rgba(0, 0, 0, .06);
	
}
.mobile-menu .close-btn {
    position: absolute;
    right: 25px;
    top: 28px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    font-size: 20px;
    color: var(--primary-color);
    cursor: pointer;
    z-index: 10;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: all .9s ease;
}
.nav-logo{
	position: relative;
	padding: 30px 25px 0;
	text-align: left;
}
.nav-logo  img{
	width: 150px;
}
    
.menu-outer > ul{
	list-style: none;
	padding-left: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.menu-outer > ul li{
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, .1);
}
.menu-outer > ul li a{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 25px;
	font-size: 15px;
	font-weight: 500;
	color: #171717;
	text-transform: uppercase;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: all .5s ease;
	border: none;
}
.mobile-menu-backdrop{
	display: none;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: all .7s ease;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	-ms-transition: .7s;
	-o-transition: .7s;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	opacity: .8;
	visibility: visible;
}
.w1320{
	max-width: 1320px;
	margin: 0 auto;
	overflow: hidden;
}

.w1140{
	max-width: 1140px;
	margin: 0 auto;
	overflow: hidden;
}
.pt100{
	padding-top: 100px;
}
.pt120{
	padding-top: 120px;
}
.pb0{
	padding-bottom: 0px;
}
.container {
	
}
.menu-nav .logo img{
	max-width: 190px;
}
.navbar-wrap{
	flex-grow: 1;
	display: flex !important;
	font-family: "Rubik" sans-serif;
}
.navigation{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: auto;
}
.navbar-wrap ul li {
	display: block;
	position: relative;
}
.navbar-wrap ul li a {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #171717;
	padding: 40px 20px;
	display: inline-flex ;
	line-height: 1;
	position: relative;
	z-index: 1;
}
.navbar-wrap ul li a:hover{
    color: #0a58ca;
}
.btn{
	user-select: none;
	-moz-user-select: none;
	border: none;
	border-radius: 50px;
	color: #0c31ac;
	cursor: pointer;
	display: inline-flex ;
	align-items: center;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.2rem;
	margin-bottom: 0;
	padding: 15px 25px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all .3s ease 0s;
	vertical-align: middle;
	white-space: break-spaces;
	position: relative;
	z-index: 1;
	overflow: hidden;
	border: 2px solid #0c31ac;
}
.btn:hover{
    background: #0c31ac;
    color: #fff;
}

.btn > i{
	margin-left:15px;
}
.btn-red{
	border: 2px solid #df0e0e;
	color: #df0e0e;
}
.btn-red:hover{

	background-color: #df0e0e;
	color: white;
}
.btn-red-full{
	border: 2px solid #df0e0e;
	background-color: #df0e0e;
	color: white;
}
.btn-14{
	    padding: 14px 28px;

}
.banner{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/testnew.png);
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	overflow: visible;
	position: relative;
	width: 100%;
}
.banner-bg{
	background-position: center;
	background-size: cover;
	padding: 100px 0;
	min-height: 770px;
	position: relative;
	margin-bottom: 35px;
}
.banner-main{
	margin: 0 auto;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}
.banner-content{
   min-height: 550px;
   width: 41%;
}
.banner-content > h1{
	visibility: visible;
	animation-delay: 0.2s;
	animation-name: fadeInUp;
	margin-bottom: 47px;
	font-family: Rubik, Sans-serif;
	font-size: 42px;
	font-weight: 500;
}
.banner-content > p{
	visibility: visible;
	animation-delay: 0.2s;
	animation-name: fadeInUp;
	margin-bottom: 57px;
	font-size: 19px;
	color:#171717;
}
.banner-content > a{
	visibility: visible;
	animation-delay: 0.2s;
	animation-name: fadeInUp;
	background-color: #3a2be2;
	box-shadow: none;
		text-decoration: none;
		color: #fff;
}
.server-itemBox{
	width: 25%;
	padding: 10px;
	box-sizing: border-box;
	
}
.server-itemMain{
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform , .4s);
}
.server-item{
	text-align: left;
	position: relative;
	border: 1px solid #e1e6ee;
	padding: 45px 25px 40px;
	z-index: 1;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}
.server-icon{
	font-family: elementskit !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 50px;
	color: #065dff;
	margin-bottom: 37px;
}
.server-content h3{
	margin-bottom: 21px;
}
.server-content h3 > a{
	color: #171717;
	margin-top: 0;
	font-style: normal;
	font-weight: 600;
	text-transform: normal;
	line-height: 1.2;
	font-size: 22px;
	
}
.server-content p{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	color: #757F95;
}
.server-content a{
	color: #065dff;
}
.flex_row{
	display: flex;
	justify-content: space-between;
}
.server-itemBox:hover .server-itemMain{
	background-image: url(../img/services_img.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.server-itemBox:hover .server-item{
	background: rgba(0,0,0, 0.5);
}
.server-itemBox:hover h3,
.server-itemBox:hover p,
.server-itemBox:hover a{
	color: white ;
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}
.dealsBox{
	background-color: #f7f9fb;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 20px 0 80px;
	overflow: visible;
}
.dealsBox h2{
	 line-height: 1.2;
	 text-align: center;
	 font-size: 35px;
	 margin-bottom: 20px;
	 transition: all .3s ease;
}
.dealsBox .description{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	color: #757F95;
	text-align: center;
}
.dealsBox .separetor{
	text-align: center;
	display: flex;
	justify-content: center;
	width: 100%;
}
.dealsBox .separetor > span:nth-child(1){
	height: 4px;
	width: 4px;
	background: #2575fc;
	border-radius: 2px;
	display: block;
}
.dealsBox .separetor >.p{
	height: 4px;
	width: 4px;
	background: #2575fc;
	border-radius: 2px;
	display: block;
	margin-right: 5px;
}
.dealsBox .separetor > .l{
	height: 4px;
	width: 30px;
	background: #2575fc;
	border-radius: 2px;
	display: block;
	margin-bottom: 50px;
}
.dealsBox .list{
	display: flex;
	justify-content: space-between;
}
.dealsBox .list .item{
	width: 24%;
	background-color: #fff;
	padding: 60px 0px 40px;
	border-style: solid;
	border-width: 3px;
	border-color: #0160e7;
	border-radius: 10px 10px 10px 10px;
	box-sizing: border-box;
}
.dealsBox .list .item h2{
	color: #0160e7;
	padding: 0;
	font-size: 22px;
	margin-bottom: 0;
	-webkit-transition: .4s;
	transition: all .4s ease;
	margin-bottom: 25px;
}
.dealsBox .list .item .price{
	padding: 15px 0;
	margin: 0 0 50px;
	display: flex;
	justify-content: flex-end;
}
.dealsBox .list .item .price > div{
	background-color: transparent;
	background-image: linear-gradient(180deg, #0160e7 0, #0160e7 100%);
	width: 85%;
	border-radius: 48px 0 0 48px;
	padding-left: 48px;
	position: relative;
	box-sizing: border-box;
	padding: 15px 0 15px 68px;
}
.dealsBox .list .item .price > div  sup{
	font-size: 18px;
	color: white;
	font-weight: 700;
	vertical-align: top;
}
.dealsBox .list .item .price > div  label{
	font-size: 48px;
	font-weight: 700;
	color: white;
	line-height: 48px;
}
.dealsBox .list .item .pricing-lists{
	list-style: none;
	padding: 0 30px;
	box-sizing: border-box;
	font-size: 15px;
	color: #000;
}
.dealsBox .list .item .pricing-lists li{
	margin-bottom: 15px;
}
.dealsBox .list .redBorder{
	border-color: #f60002 !important;
}
.dealsBox .list .redBgm{
	background-image: linear-gradient(180deg, #f60002 0, #f60002 100%) !important;
}
.provider{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/1745454170449.png);
	overflow: visible;
	background-attachment: fixed;
	position: relative;
}
.provider .overlay{
	background-color: #0c1020;
	opacity: .6;
	transition: background .3s, border-radius .3s, opacity .3s;
	position: absolute;
	inset: 0;
}

.provider-content{
	padding: 140px 0 150px;
	z-index: 10;
	position: relative;
	text-align: center;
}
.provider .provider-content h2{
	font-family: Rubik, Sans-serif;
	font-size: 50px;
	font-weight: 500;
	color: #fff;
	line-height: 1.2;
}
.provider .provider-content p{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	color: #757F95;
	margin-bottom: 15px;
}
.special-offer{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 120px 0;
}
.special-offer .left {
	width: 50%;
	padding-right: 80px;
	box-sizing: border-box;
}
.special-offer  img{
	width: 50%;
}
.special-offer h2{
	margin-bottom: 40px;
	font-size: 50px;
	line-height: 1.2;
	color:#171717;
}
.special-offer p{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	color: #757F95;
	margin-bottom: 80px;
}
.goodsbox{
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	overflow: visible;
	background-image: url(../img/subscribe_bg.jpg);
	padding: 120px 0;
	box-sizing: border-box;
}
.goodsbox .content{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.goodsbox .left{
	width: 50%;
}
.goodsbox .right{
	width: 50%;
	padding: 0 20px;
}
.goodsbox .right > h2{
	font-size: 50px;
	line-height: 1.2;
	margin-bottom: 0;
	margin-bottom: 30px;
}
.goodsbox .right p{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	color: #757F95;
	margin-bottom: 38px;
}
.goodsbox .right h4{
	font-size: 24px;
	line-height: 1.45;
	margin-bottom: 46px;
	color: #065dff;
}
.goodsbox .right h4 > span{
	display: block;
	color: #171717;
	font-weight: 400;
}
.goodsbox .subscribe-plan{
	color: #0c31ac;
	display: flex;
	align-items: center;
	margin-top: 46px;
}
.subscribe-plan .price {
	line-height: 1;
	margin-bottom: 0;
	color: #0c31ac;
	font-size: 52px;
	position: relative;
	border: 2.5px solid #0c31ac;
	border-radius: 10px;
	padding: 12px 24px;
	margin-right: 40px;
}
.subscribe-plan .price sub {
	bottom: 0;
	font-size: 16px;
	font-weight: 400;
	color: #171717;
}
.subscribe-plan .price span {
	font-size: 16px;
	font-weight: 400;
	color: #171717;
	position: absolute;
	left: 23px;
	top: -12px;
	background: #f5f5f5;
	line-height: 1;
	padding: 2px 7px;
	z-index: 1;
}
.subscribe-plan > a{
	color: #065dff;
	text-decoration: underline;
}

.customers{
	background-color: #f7f9fb;
	padding: 0px 0 100px;
	overflow-x: hidden;
}
.customersSwiper .swiper-slide{
	width: 30% !important;
}
.customers .item{
	width: 100%;
	margin-right: 15px;
	border-radius: 10px 10px 10px 10px;
	padding: 55px 25px;
	background-color: #fff;
	-webkit-box-shadow: 9px 11px 14px 0 rgba(0, 0, 0, .1);
	box-shadow: 9px 11px 14px 0 rgba(0, 0, 0, .1);
	padding: 30px;
	position: relative;
	-webkit-transition: .4s;
	transition: all .4s ease;
	z-index: 1;
	box-sizing: border-box;
}
.customers .item .star > i{
	color: #fec42d;
	fill: #fec42d;
		
}
.customers .item .star{
	margin: 0 0 15px;
}
.customers .item .content{
	color: #8c8c8c;
	margin: 0 0 30px;
	transition: all .4s ease;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
}
.customers .item .people{
	display: flex;
	align-items: center;
	position: relative;
}
.customers .item .people > img{
	border-style: solid;
	border-width: 5px;
	border-color: #fff;
	box-shadow: 20px 20px 40px 0 rgba(0, 0, 0, .1);
	border-radius: 50%;
	width: 80px;
	margin-right: 20px;
}
.customers .item .people p:nth-child(1){
	display: block;
	font-size: 18px;
	font-weight: 700;
}
.customers .item .people p:nth-child(2){
	font-size: 13px;
	color: rgba(0, 0, 0, .5);
}
.douhao{
	color: rgba(37, 117, 252, .2);
	font-size: 60px;
	position: absolute;
	right: 20px;
	bottom: 0px;
}
.paginationBox{
    display: flex;
    justify-content: center;
}
.customersPagination{
	margin: 20px auto;
	position: relative;

}
.customersPagination .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	margin-right: 15px;
}
.questions{
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
	margin-bottom: 95px;
}
.questions .left {
	width: 50%;

}
.questions .left > h2{
	font-size: 50px;
	line-height: 1.2;
	margin-bottom: 0;
	color: #171717;
	padding: 17px 25px;
	box-sizing: border-box;
}

.questions .accordion{
	padding: 17px 25px;
	font-size: 18px;
	line-height: 1.45;
	color: #171717;
}
.questions .accordion-item{
	border: 1px solid #e1e6ee;
	padding: 17px 25px;
	box-sizing: border-box;
}
.questions .accordion  h2{
	display: flex;
	align-items: center;
	font-size: 18px;
}
.questions .fa-solid{
	margin-right: 20px;
	font-size: 16px;
}
.questions .fa-minus ,.questions .content{
	display: none;
}
.questions .content{
	padding: 13px 25px 30px;
	border-top: 1px solid #e1e6ee;
	line-height: 1.75;
	font-size: 16px;
	font-weight: 400;
	color: #757F95;
	white-space: pre-line;
}
.questions .right{
	width: 50%;
}
.questions .right h4{
	font-size: 30px;
	margin-bottom: 16px;
}
.questions .right p{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	color: #757F95;
	margin-bottom: 15px;
	width: 75%;
}
.questions .right a{
	background: #16be8a;
	text-transform: capitalize;
	box-shadow: none;
	text-decoration: none;
	color: #fff;
	border: 0px;
}
.subscriptions{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 72px 0;
}
.subscriptions .left{
	width: 50%;
}
.subscriptions .right{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
}
.subscriptions img{
	width: 60%;
}
.subscriptions h2{
	color: #14223b;
	margin: 0 0 20px;
	font-family: Roboto, Sans-serif;
	font-size: 40px;
	font-weight: 900;
	line-height: 50px;
}
.subscriptions p{
	color: #676b72;
	font-family: Roboto, Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 40px;
}
.posts .title{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.posts .title h2{
	font-size: 50px;
	line-height: 1.2;
	margin-bottom: 0;
	width: 40%;
}
.posts .list{
	display: flex;
	align-content: flex-start;
	flex-wrap: wrap;
}
.posts .list .item{
	width: 33.33%;
	padding: 15px;
	box-sizing: border-box;
	
}
.posts .list .item .img{
	margin-bottom: 24px;
	overflow: hidden;
}
.posts .list .item .img img{
	width: 100%;
	transition: .3s linear;
	-webkit-transition: .3s linear;
	-moz-transition: .3s linear;
	-ms-transition: .3s linear;
	-o-transition: .3s linear;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.posts > .list > .item:hover .img img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}
.posts  .list .item .info{
	line-height: 1;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	color: #171717;
	list-style: none;
	margin-bottom: 12px;
}
.posts  .list .item .info i{
	color: #065dff;
	margin-right: 6px;
}
.posts  .list .item .info span{
	margin-right: 20px;
}
.posts  .list .item h2{
	font-size: 22px;
	line-height: 1.45;
	margin-bottom: 37px;
}
footer{
	background: #fefefe;
	border-top: 1px solid #e1e6ee;
	
	padding-top: 120px;
}
footer > .top{
	display: flex;
	justify-content: space-between;
	padding-bottom: 70px;
}
footer > .top > div{
	width: 25%;
}
footer .contact > .top{
	display: flex;
	align-items: center;
	margin-bottom: 33px;
}
footer .contact > .top i{
	margin-right: 20px;
	color: #065dff;
	font-size: 44px;
}
footer .contact > .top p:nth-child(1){
	font-size: 14px;
	color: #6c757d;
}
footer .contact > .top p:nth-child(2){
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
footer .contact > p{
	font-size: 14px;
	color: #6c757d;
	font-weight: 400;
	line-height: 1.75;
	margin-bottom: 16px;
}
footer .contact h6{
	margin-top: 15px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 7px;
}
footer .contact img{
	width: 120px;
	height: auto;
	opacity: 0.85;
}
footer .menu{
	
}
footer .menu h4{
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 28px;
}
footer .menu .list{

}
footer .menu .list > a{
	display: block;
	color: #636363;
	margin-top: 14px;
	transition: all .3s ease-out 0s;
}
footer .menu .list > a:hover{
    color: #065dff;
    padding-left: 5px;
    
}
footer .menu .follow {
	display: flex;
}
footer .menu .follow a{
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
	flex: 0 0 30px;
	background: #eff2f8;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	margin-right: 10px;
}
footer .copyright{
	padding: 14px 0;
	background: #171717;
}
footer .copyright > div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer .copyright img{
	max-width: 177px;
}
footer .copyright p{
	color: #e1e6ee;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
}

.pricingTop{
	margin: 47px auto;
}
.pricingTop h1{
	color:#171717;
	margin-bottom: .5rem;
	line-height: 1.2;
	text-align: center;
}
.pricingTop p{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	color: #757F95;
	margin-bottom: 15px;
	padding-left: 40px;
	text-align: center;
}
.pricingDevice{
	padding-bottom: 40px;
}
.pricingDevice > .top{
	max-width: 75%;
	width: auto;
	text-align: center;
	border: 1px solid #a1a3a6;
	height: 54px;
	background: #fffFFFFF;
	color: #000000FF;
	border-radius: 35px;
	margin-bottom: 20px !important;
	margin:0px auto 20px;
	display: flex;
	align-items: center;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	cursor: pointer !important;
	padding: 0 5px;
	
}
.pricingDevice > .top > span{
	display: block;
	width: 24.9%;
	height: 46px;
	line-height: 46px;
	overflow: hidden;
}
.pricingDevice > .top > span.active{
	color: #fffFFFFF;
	border-radius: 22px;
	background-color: #000000;
}
.pricingDevice .topTags{
	display: flex;
	justify-content: space-between;
}
.pricingDevice .topTags:nth-child(-n+3){
	display: none;
}
.pricingDevice .topTags .item{
	width: 25%;
	background-image: url(../img/pricing_table152_1.png);
	background-position: 50% 50% !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat !important;
	height: 671px;
	margin-bottom: 10px;
	text-align: center;
	border-radius: 10px;
	margin-right: 2px;
}
.pricingDevice .topTags  .red{
	background-image: url(../img/pricing_table152_2.png) !important;
}

.pricingDevice .topTags .item h2{
	font-family: Roboto;
		font-size: 22px;
		font-weight: 700;
		color: white;
		line-height: 63px;
}
.pricingDevice .topTags .item h3{
	line-height: 63px;
	color: white;
}
.pricingDevice .topTags .item h3 > sup{
	font-size: 24px;
	margin-right: 3px;
	box-sizing: border-box;
}
.pricingDevice .topTags .item h3 > span{
	font-size: 50px;
}
.pricingDevice .topTags .item  div{
	color: #fffFFFFF;
	font-family: Roboto;
	font-size: 16px;
	line-height: 49px;
}
.pricingDevice .topTags .item button{
	line-height: 48px !important;
	color: #fffFFFFF;
	background-color: #6532E3FF;
	font-font-size: 14px;
	font-weight: 700;
	border: none;
	width: 60%;
	cursor: pointer !important;
	border: 0 solid #c9c9C9FF;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	outline: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	margin-top: 40px;
	transition: background .3s linear 0s;
	-moz-transition: background .3s linear;
	-o-transition: background .3s linear;
	-webkit-transition: background .3s linear;
}
.pricingDevice .topTags .red > button{
	background-color: #ffa04CFF !important;
}
.pricingDevice .topTags .item button:hover{
	background-color: rgba(51, 51, 51, .75) !important;
}
.pricingUnlock{
	background-image: url(../img/subscribe_bg02.jpg);
	padding: 120px 0;
}
.pricingUnlock  > div{
	display: flex;
	justify-content: space-between;
}
.pricingUnlock .left{
	width: 41%;
	margin-right: 20px;
}
.pricingUnlock .left > h2{
	color: #fff;
	font-size: 48px;
	line-height: 1.2;
	margin-bottom: 30px;
	
}
.pricingUnlock .left > p{
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 30px;
}
.pricingUnlock .left > h4{
	color: #fff;
	font-size: 30px;
	line-height: 1.26;
}
.pricingUnlock .left > h5{
	color: #fe0;
	font-size: 30px;
	line-height: 1.26;
	margin-bottom: 30px;
}
.pricingUnlock .right > div{
	margin: 50px 0 0 35px;
	position: relative;
}
.pricingUnlock .right  img{
	width: 700px;
}
.pricingUnlock .right h2{
	margin-bottom: 0;
	position: absolute;
	left: -35px;
	top: -50px;
	width: 186px;
	height: 186px;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-transform: uppercase;
	background:#065dff;
	z-index: 1;
	font-size: 46px;
	line-height: 1.35;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.pricingUnlock .right h2> span{
	font-size: 16px;
}
.pricingFaqs{
	background-image: url(../img/coordion_overlay.svg);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	transition: background .3s, border-radius .3s, opacity .3s;
	padding: 20px 0 50px;
}
.pricingFaqs  h2 ,.publicQuestion  h2{
	color: #000;
	margin: 30px 0 65px;
	font-family: Manrope, Sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
}
.pricingFaqs  .question,.publicQuestion  .question{
	background-color: #fff;
	font-family: Manrope, Sans-serif;
	font-size: 18px;
	font-weight: 800;
	line-height: 22px;
	color: #000;
	border-style: solid;
	border-width: 0 0 1px;
	border-color: #00000000;
	margin-bottom: 10px;
	border-radius: 10px 10px 10px 10px;
}
.pricingFaqs  .question .title,.publicQuestion  .question .title{
	display: flex;
	justify-content: space-between;
	background-color: #fff; */
	font-family: Manrope, Sans-serif;
	font-size: 18px;
	font-weight: 800;
	color: #000;
	padding: 25px 30px;
	cursor: pointer;
}
.pricingFaqs  .question .content,.publicQuestion .question .content{
	font-family: Manrope, Sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 26px;
	color: #6a6a6a;
	border-radius: 0 0 0 0;
	padding: 27px 100px 31px 30px;
	border-top: 1px solid #e1e2ea;
	display: none;
}
.pricingFaqs  .question i,.publicQuestion .question i{
	font-size: 20px;
}
.pricingFaqs  .question .fa-xmark ,.publicQuestion .question .fa-xmark{
	color :rgb(67, 108, 255);
	display: none;
	
}
.resellerTop h1{
	text-align: center;
	margin-bottom: 30px;
	 margin: 40px;
}
.resellerTop p{
	text-align: center;
	margin: 40px;
}
.resellerCredits{
	padding: 30px 0 40px;
	position: relative;
	display: flex;
	justify-content: space-between;
	
}
.resellerCredits .item{
	width: 33.33%;
	background-color: #fff;
	padding: 20px 60px 60px;
	border-style: solid;
	border-width: 2px;
	border-color: #000;
	border-radius: 10px 10px 10px 10px;
	color: #171717;
	box-sizing: border-box;
	margin: 0 10px;
}
.resellerCredits .item:hover{
	background-color: #000;
	color: #fff !important;
}
.resellerCredits .item .icon{
	font-size: 46px;
	text-align: center;
}
.resellerCredits .item h3{
	font-size: 22px;
	text-align: center;
}
.resellerCredits .item p{
	font-size: 16px;
	text-align: center;
}
.resellerCredits .item .num{
	text-align: center;
}
.resellerCredits .item .num > span:nth-child(1){
	font-size: 48px;
	font-weight: 600;
}
.resellerCredits .item .num > span:nth-child(2){
	font-size: 18px;
	font-weight: 700;
	vertical-align: super;
	position: relative;
	top: -15px;
	left: 5px;

}
.resellerCredits .item .num > span:nth-child(3){
	font-size: 18px;
	font-weight: 700;
	vertical-align: sub;
	position: relative;
	left: 10px;
}
.resellerCredits .item h6{
	font-size: 15px;
	line-height: 40px;
}
.resellerCredits .item:hover h6,
.resellerCredits .item:hover span,
.resellerCredits .item:hover i,
.resellerCredits .item:hover h3,
.resellerCredits .item:hover p{
	color: #fff !important;
}
.resellerCreditsbtn button{
	background-color: #fff;
	color: #000;
	border-style: solid;
	border-width: 1px;
	border-color: #1c4df1;
	font-size: 14px;
	font-weight: 700;
	padding: 11px 41px;
	display: inline-block;
	border-radius: 25px;
	text-decoration: none;
	outline: 0;
	box-shadow: none;
	box-sizing: border-box;
	margin-top:20px;
	cursor: pointer;
	
}
.resellerCreditsbtn{
	text-align: center;
}
.resellerCreditsbtn button:hover {
	background-color: transparent;
	color: #fff;
	background-image: linear-gradient(-35deg, #af35ff 0, #ff3737 100%);
}
.setupGuideTop{
	background-color: #f0f2f3;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 20px 0;
	overflow: visible;
	text-align: center;
	box-sizing: border-box;
}
.setupGuideTop > div{
	margin: 55px auto;
}
.setupGuideSwiper{
	padding: 20px 0 40px;
	box-sizing: border-box;
}
.setupGuide-Swiper .swiper-slide{
	width: 33%;
}
.setupGuideSwiper a > img{
	width: 100%;
	height: 220px;
	margin-right: 10px;
}
.setupGuideQuestion{
	background-color: rgba(12 ,16 ,32,.3);;
	transition: background .3s, border-radius .3s, opacity .3s;
}
.setupGuideQuestion .title{
	color: #171717 !important;
}
.breadcrumb-area{
	position: relative;
	padding: 148px 0;
	background-image: url(../img/banner.jpg);
	
/* 	background: -moz-linear-gradient(90deg,#f2f2f2 0,#f2f2f2 30%,rgba(0,212,255,0) 100%);
	background: -webkit-linear-gradient(90deg, #f2f2f2 0, #f2f2f2 30%, rgba(0, 212, 255, 0) 100%);
	background: linear-gradient(90deg, #f2f2f2 0, #f2f2f2 30%, rgba(0, 212, 255, 0) 100%); */
}
.breadcrumb-area h1{
	font-size: 60px;
	margin-bottom: 17px;
	line-height: 1.1;
	color: white !important;
}
.breadcrumb-area h6{
	font-size: 17px;
	margin-bottom: 17px;
	line-height: 1.1;
	text-transform: uppercase;
	font-weight: 500;
	font-weight: 600;
	display: flex;
	align-items: center;
	color: white !important;
}
.breadcrumb-area h6 span{
	margin-right: 20px;
	color: white !important;
}
.breadcrumb-area h6 .blue{
	color: #065dff;
}
.breadcrumb-area h6 span:nth-child(2)::before {
	content: "";
	display: block;
	width: 2px;
	height: 13px;
	background: var(--heading-text-color);
	padding-right: 0;
	margin: -15px 15px 0 0;
}
.blogBox{
	padding-top: 60px;
	display: flex;
	padding-bottom: 60px;
}
.blogBox .left{
	width: 66%;
	padding: 0 30px;
	box-sizing: border-box;
}
.blogBox .left .blogItem{
	
	border: 1px solid #e1e6ee;
	margin-bottom: 50px;
}
.blogBox .left > .blogItem img{
	width: 100%;
}
.blogBox .left > .blogItem  .content{
		padding: 33px 40px 40px;
}
.blogBox .left > .blogItem .info{
	color:#171717;
	font-size: 13px;
	margin-bottom: 20px;
}
.blogBox .left > .blogItem .info > i{
	color: #065dff;
	margin-right: 10px;
}
.blogBox .left > .blogItem .info > span{
	margin-right: 30px;
	font-weight: 600;
}
.blogBox .left > .blogItem h1{
	margin-bottom: 25px;
}
.blogBox .left > .blogItem p{
	color: #535559;

	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
}
.blogBox .left > .blogItem .blogBtn{
	color: #065dff;
	background: 0 0;
	border: 1px solid #065dff;
	user-select: none;
	-moz-user-select: none;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2rem;
	margin-bottom: 0;
	padding: 20px 34px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all .3s ease 0s;
	vertical-align: middle;
	white-space: break-spaces;
	position: relative;
	overflow: hidden;
}
.blogBox .left > .blogItem .blogBtn > i{
	margin-left: 10px;
}
.blogBox .right{
	width: 34%;
	box-sizing: border-box;
	border: 1px solid #e1e6ee;
	padding: 30px;
	height: fit-content;
}
.blogBox .right h4{
	font-size: 18px;
	margin-bottom: 30px;
	padding-bottom: 7px;
	position: relative;
}
.blogBox .right h4::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: #065dff;
	width: 14%;
	height: 2px;
}
.blogBox .right .item{
	margin-bottom: 20px;
	display: flex !important

}
.blogBox .right .item > img{
	height: 70px;
	width: 95px;
	background-size: cover;
	background-position: center;
	margin-right: 5px;
}
.blogBox .right .item > div{
	
}
.blogBox .right .item div > p{
	display: block;
	font-size: 13px;
	margin: 0 ;
	margin-bottom: 3px;
	padding: 0px;
}
.blogBox .right .item div > h5{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	margin: 0 ;
	margin-bottom: 7px;
	text-transform: capitalize;
}
.page{
	
}
.page ul{
	list-style: none;
	display: flex;
	padding-left: 0px;
}
.page ul li{
	width: 35px;
	height: 35px;
	border: 2px solid #e6e7eb;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	line-height: 32px;
	transition: all .3s linear 0s;
	text-decoration: none;
	color: #0a1426;
	margin-right: 8px;
	padding: 0;
}
.page ul li.current{
	background: #065dff;
	color: white;
}

.formLeave{
	margin-bottom: 40px;
}
.formLeave h1{
	display: block;
	font-family: Rubik, Sans-serif;
	font-size: 50px;
	font-weight: 600;
	padding: 30px 400px 150px;
	text-align: center;
	background-color: rgba(12, 16, 32, .3);
}
.formLeave .content{
	background: #0c1020;
	padding: 60px 80px 40px;
	margin-top: -90px;
	position: relative;
}
.formLeave .content > div{
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}
.formLeave .content > div > h7{
	color: white;
	margin-bottom: 10px;
}
.formLeave .content > div > input{
	width: 100%;
	font-size: 15px;
	padding: 19px 20px;
	box-sizing: border-box;
}
.formLeave .content > div > textarea{
	width: 100%;
	padding: 19px 20px;
	font-size: 15px;
	box-sizing: border-box;
}
.faqQuestionMain{
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 20px 0;
	background-color: #f0f2f3;
}
.frequently{
	display: flex;
	padding: 20px 0px;
	box-sizing: border-box;
}
.frequently div{
	width: 50%;
}
.frequently .left{
	font-size: 50px;
	line-height: 1.2;
	margin-bottom: 0;
	font-weight: 600;
}
.frequently .right{
		font-size: 16px;
		font-weight: 400;
		line-height: 1.75;
		color: #757F95;
}
.moreQueries{
	background-image: url(../img/queries_bg.jpg);
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	
	overflow: visible;
	background-position: center;
	background-size: cover;
	
}
.moreQueriesOver{
	padding: 110px 0 140px;
	background-color: rgba(0, 0, 0, .6);
}
.moreQueries h2{
	color: white;
	text-align: center;
	font-family: Rubik, Sans-serif;
	font-size: 50px;
	font-weight: 500;
	width: 58%;
	margin: 0 auto;
}
.publicContent p{
	margin-top: 0px;
	margin-bottom: 32px
}
.publicContent h2{
	margin-bottom: .5rem;
}
.publicContent ul{
	list-style-type: disc;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	color: #757F95;
}
.publicContent ol{
	list-style-type: decimal;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	color: #757F95;
}
.publicContent a{
	font-weight: 600;
	color: #065dff;
}
.chatSwiper >  .swiper-wrapper > .swiper-slide{
	width: 20%;
}
.chatSwiper >  .swiper-wrapper > .swiper-slide > img{
	width: 100%;
}
.contactBox{
	display: flex;
	justify-content: space-between;
	padding: 105px 0 95px;
	overflow: visible;
}
.contactBox h3{
    font-size: 22px;
    margin-bottom: 40px;
}
.contactBox > .left{
	width: 65%;
}
.contactBox > .right{
	width: 33%;
}
.contactBox > .left > div{
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}
.contactBox > .left > div > h7{
	color: #171717;
	margin-bottom: 10px;
}
.contactBox > .left > div > input{
	width: 100%;
	font-size: 14px;
	padding: 6px 12px;
	box-sizing: border-box;
}
.contactBox > .left > div > textarea{
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	box-sizing: border-box;
}
.contactBox > .right ul{
	padding: 0px 0px 25px;
	margin-bottom: 25px;
	border-bottom: 1px dashed #c4cedc;
}

.contactBox > .right ul > li+li {
	    margin-top: 17px;
}
.contactBox > .right i{
	color: #065dff;
	font-size: 18px;
	margin-right: 15px;
	margin-top: 3px;
}
.contactBox > .right ul > li a,.contactBox > .right ul > li span{
	color:#171717;
}
.contactBox .subBtn{
	width: fit-content !important;
}
.contactBox > .right > .chat{
	border-bottom: 1px dashed #c4cedc;
	padding: 0px 0px 25px;
	margin-bottom: 25px;
}
.contactBox > .right > .chat > h3{
	margin-bottom: 12px;
}
.contactBox > .right > .chat a{
	    color: #065dff;
		font-size: 16px;
		text-decoration: underline;
		font-weight: 600;
}
.languageBox {
	width: 100vw;
	height: 100vh;
	color: #333;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	background-color: rgba(0, 0, 0, .7);
	display: none; 
}
.language{
	max-width: 250px;
	background-color: white;
	margin: 100px auto 1.75rem;
	
	border-radius: 0.3rem;
	padding: 1rem;
	display: flex ;
	flex-wrap: wrap;
	justify-content: space-between;
}
.language > a{
	width: 50%;
	display: flex;
	align-items: center;
	cursor: pointer;
	color: #171717;
}
.language img{
	width: 25px;
	margin-right: 3px;
}
.pagetop{
	width: 100%;
	/*background-color: #232448;*/
	background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
}
.pagetop > div{
	display: flex;
	justify-content: space-between;
	/*color: #55bd9b;*/
	color:white;
	align-items: center;
	padding: 10px  0px;
}
.pagetop > div > .left{
	width: 70%;
}
.pagetop > div > .right{
	display: flex;
	align-items: center;
}
.pagetop > div > .right i{
	margin-right: 5px;
}
.pagetop > div > .right a{
	font-weight: 600;
	cursor: pointer;
}
.pagetop > div > .right a:nth-child(1){
	margin-right: 20px;
}
.pagetop > div > .right  img{
	width: 35px;
	margin-right:5px;
}
.pagetop > div > .right > .nicon{
	display: flex;
	align-items: center;
}
.pagetop > div > .right > .nicon i{
	font-size: 14px;
	color:white;
}
.scroll-top{
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	border-radius: 50%;
	z-index: 99;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background: #065dff;
	transition: 1s ease;
	border: none;
	right: auto;
	left: 20px;
	top:91vh;
	position: fixed;
	display: none;
	/* opacity: 0; */
}
.scroll-top::after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .25) 0, rgba(0, 0, 0, 0) 80%);
}
.blogDetailTitle{
	width: 60%;
	font-size: 50px !important;
}
.blogDetail ul{
	list-style: disc;
}
.blogDetail li{
	color: #535559;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
	padding-top: 7px;
}
.notFindPage{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 40%;
	margin: 0 auto;
	padding: 30px;
}
.notFindPage img{
	width: 100%;
	margin-bottom: 20px;
}
.notFindPage  h3{
	font-size: 36px;
	margin-bottom: 22px;
	text-align: center;
}
.notFindPage  p{
	color: #171717;
	margin-bottom: 22px;
	text-align: center;
}