@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	outline: none;
	font-size: 16px;
	color: #505050;
	font-family: 'Poppins', sans-serif;
}

p {
	color: #505050;
	font-size: 16px;
	line-height: 25px;
	padding-bottom: 15px;
}


.primary_color_bg {
	background: #EE2157;
}

.secondary_colors_bg {
	background: #25233C;
}


.heading_1 {
	color: #25233C;
	font-size: 45px;
	line-height: 58px;
	margin-bottom: 25px;
	font-weight: 600;
}

.heading_2 {
	color: #25233C;
	font-size: 40px;
	line-height: 60px;
	margin-bottom: 20px;
	font-weight: 600;
}

.heading_3 {
	color: #25233C;
	font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
    font-weight: 600;
}

.heading_4 {
	color: #25233C;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 8px;
	font-weight: 500;
}


.para {
	color: #505050;
	font-size: 16px;
	line-height: 25px;
}


.primary-button {
	padding: 10px 30px;
	background: #EE2157;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	border-radius: 5px;
	transition: all 0.5s ease;
}

.primary-button:hover {
	background: #CF1244;
}

.secondary-button {
	color: #25233C;
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	border: 1px solid #25233C;
	padding: 10px 30px;
	border-radius: 5px;
	transition: all 0.5s ease;
}

.secondary-button:hover {
	background: #25233C;
	color: #fff;
}


.bg-gry {
    background: #fafafa;
}

.container-inner {
	max-width: 1240px;
	width: 100%;
}

header {
	background: #fff;
	min-height: 80px;
	border: 1px solid #f1f1f1;
	position: sticky;
	top: 0;
	z-index: 99;
	box-shadow: 0 2px 20px -10px rgb(17 17 17 / 17%);
}

.navigation-top {
	 display: flex; 
	justify-content: space-between;
	align-items: center;

}

.navigation-top .logo-wallsTag {
	padding: 5px 5px;
	width: 200px;
}

.navigation-top .logo-wallsTag img {
	width: 100%;
}

.navigation-top .menu-top ul {
	display: flex;
	align-items: center;
}

.navigation-top .menu-top {
	margin: 20px 0;
}

.navigation-top .menu-top ul li {
	margin-right: 35px;
}

.navigation-top .menu-top ul li:last-child {
	margin-right: 0;
}

.banner {
	background: #FAFAFA;
}

.option-list {
	margin-bottom: 15px;
}

.option-list ul {
	list-style: circle;
	font-size: 12px;
	margin-left: 15px;
}

.option-list ul li {
	padding-bottom: 5px;
}

.social-icons-box {
}

.social-icons-box ul {
	list-style: none;
}


.social-icons-box ul li {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	background: #fff;
	border: 1px solid #f1f1f1;
	width: 95px;
	height: 95px;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	padding: 10px 5px;
}

.social-icons-box ul li span {
	display: inline-block;
	margin: 5px 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.social-icons-box ul li p {
	font-size: 12px;
}

.wall_easily_bg {
	background: #E1EBEE;
	border-radius: 50px;
}

.tab-bx_activation {
}

.tab-bx_activation ul {
	list-style: none;
	
}

.tab-bx_activation ul li {
	padding: 15px 15px;
	position: relative;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 15px;
	display: inline-block;
}

.tab-bx_activation ul li .stap {
	position:  absolute;
	top: 10px;
	right: 10px;
	background: #EE2157;
	padding: 2px 8px;
	color: #fff;
	font-size: 10px;
	border-radius: 3px;
}

.tag-title {
	background: #EE2157;
	padding: 3px 10px;
	color: #fff;
	margin-bottom: 10px;
	font-size: 12px;
	border-radius: 3px;
	display: inline-block;
}

.category-box-1 {
	padding: 30px;
	background: #E8F5E8;
	border: 1px solid #5DBB5B;
	border-radius: 25px;
}

.category-box-2 {
	padding: 30px;
	background: #E8EBF5;
	border: 1px solid #9FAFE4;
	border-radius: 25px;
}

.category-box-3 {
	padding: 30px;
	background: #FFF3E7;
	border: 1px solid #FFE5CC;
	border-radius: 25px;
}

.bg-clr2 {
	background: #E1EBEE;
}

.features_space {
}

.features_space .features_bx {
	background: #fff;
	padding: 20px 20px 20px 80px;
	position: relative;
	border-radius: 5px;
	box-shadow: 0 15px 45px rgb(16 30 54 / 15%);
}

.features_space .features_bx span {
	background: #5dbb5b;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	position: absolute;
	left: 15px;
	top: 15px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	padding: 6px;
}


.features_space .features_bx h6 {
	padding-bottom: 5px;
}

footer {
	color: #b1b1b1;
	font-size: 12px;
}

ul.list-l {
	 list-style: none;
	 
}

ul.list-l li {
	margin-bottom: 5px;
    background: url(../images/check.svg) no-repeat;
    background-size: 16px;
    padding-left: 32px;
    padding-bottom: 4px;
    background-position: 0 4px;
}

.faqs-section .features_bx {
	padding: 18px 20px 20px 65px;
}

.faqs-section .features_bx span{
	width: 30px;
    height: 30px;
    background: #333;
}



/*===== Sitemap =====*/

.sitemap-page {
	margin: 100px 0;
}


/*===== End Sitemap =====*/



@media (max-width: 1024px){

header {
	padding: 20px 0;
}

}


@media (max-width: 450px){

.heading_1 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 10px;
}

.heading_2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
}

.heading_3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
}

.heading_4 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
}

.wall_easily_bg {
    border-radius: 0px;
}


}