/*
Theme Name: WorkDesQ
Author: WorkDesQ
Author URI: https://workdesq.ai/author/
Description: In 2025, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Creating a magazine website with WordPress has never been easier.
Version: 1.3
Theme URI: https://workdesq.ai/theme/
Tags: blue, two-columns, right-sidebar, featured-images, post-formats, theme-options, accessibility-ready
*/
@font-face{font-family:Thunder;
	src:url("assets/fonts/thunder_regular.woff2") format("woff2"),
	url(assets/fonts/thunder_regular.woff) format("woff");
	font-display:swap
}
@font-face{font-family:Thunder;
	font-weight:700;
	src:url("assets/fonts/thunder_bold.woff2") format("woff2"),
	url(assets/fonts/thunder_bold.woff) format("woff");
	font-display:swap
}
@font-face{font-family:"Thunder";
	font-style:italic;
	src:url("assets/fonts/thunder_italic.woff2") format("woff2"),
	url(assets/fonts/thunder_italic.woff) format("woff");
	font-display:swap
}
@font-face{font-family:"Thunder";
	font-style:italic;
	font-weight:700;
	src:url(assets/fonts/thunder_italicbold.woff2) format("woff2"),
	url(assets/fonts/thunder_italicbold.woff) format("woff");
	font-display:swap
}
@font-face{font-family:"Thunder Display";
	src:url("assets/fonts/thunder_display.woff2") format("woff2"),
	url(assets/fonts/thunder_display.woff) format("woff");
	font-display:swap
}
@font-face{font-family:"Thunder";
	font-stretch:condensed;
	src:url("assets/fonts/thunder_condensed.woff2") format("woff2"),
	url(assets/fonts/thunder_condensed.woff) format("woff");
	font-display:swap
}
@font-face{font-family:"Thunder";
	font-stretch:condensed;
	font-weight:700;
	src:url(assets/fonts/thunder_condensedbold.woff2) format("woff2"),
	url(assets/fonts/thunder_condensedbold.woff) format("woff");
	font-display:swap
}

html {
	scroll-behavior: smooth;
	/*overflow-x: hidden;*/
}

body {
	font-family: "Thunder", sans-serif;
	font-size: 22px;
	line-height: 34px;
	font-weight: 400;
	color: #333;
	background-color: #f9fcff;
	/*overflow-x: hidden;*/
}
@media(max-width: 599px){
	body {
		font-size: 18px;
		line-height: 30px;
	}
}
.mid_cont{
	font-family:"IBM Plex Sans",sans-serif;
	/*font-weight:400;*/
	word-break: break-word;
	margin: 16px 0 16px;
}

.entry-title, h1, h2, h3, h4, h5, h6{
	font-size: 50px;
	line-height: 54px;
}
@media (max-width: 599px) {
	.entry-title, h1, h2, h3, h4, h5, h6{
		font-size: 38px;
		line-height: 40px;
	}
}

.post-meta{
	font-size: 16px;
	line-height: 22px;
	color: #000;
	font-family: "IBM Plex Sans",sans-serif;
	font-weight: 400;
	position: relative;
}

h6, h5, h4, h3, h2, h1 {
	font-family: "Thunder", sans-serif;
	margin-top: 0;
	font-weight: bold;
	line-height: 1.2;
	padding-top: 30px;
	margin-bottom: 20px;
}

.py-7{
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}
@media(max-width:991px){
	.py-7{
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
}

@media (min-width: 992px) {
	.w-lg-75{
		width: 75%;
	}
	.w-lg-50{
		width: 50%;
	}
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
}

img {
	max-width: 100%;
	vertical-align: middle
}
a {
	text-decoration: none;
	color: #1310ac;
	transition: all .2s linear;
}
a:hover{
	color: #004ac5;
	text-decoration: none;
}

blockquote {
	padding: 20px 20px;
	margin: 20px 0;
	margin-left: 0px;
	border-left: 5px solid #004ac5;
	background-color: #004ac514;
	color: #000;
	/*font-size: 16px;*/
}
blockquote:before {
	font-size: 50px;
	line-height: 1;
	top: 30px;
	left: 25px;
	content: '\275D';
	color: #004ac5;
}

blockquote .blue {
	background-color: #1e4679;
	color: #fff;
}
.img-responsive {
	display: inline !important;
}

.bg-grad {
	background: rgb(238, 242, 255);
	background: linear-gradient(to right bottom, rgb(248, 250, 252), rgb(239, 246, 255), rgb(238, 242, 255));
}

.bg-darkseagreen {
	background-color: darkseagreen;
}
.bg-darkslategray {
	background-color: #004ac5;
}
.bg-dark-new{
	background-color: #004ac5 !important
}

.text-grey {
	color: #6c757d;
}
.text-dark-new {
	color: #dc3545 !important;
}
.text-blue-grad {
  background: linear-gradient(to right, rgb(37, 99, 235), rgb(79, 70, 229));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.text-blue-grad40 {
  background: linear-gradient(to right, rgb(96, 165, 250), rgb(34, 211, 238), rgb(129, 140, 248));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
/*=========basic=========================*/
.alignnone {
	margin: 5px 20px 20px 0;
	height: auto;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
	height: auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.postform {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
/*==================================*/
.wp-post-image, .wp-block-image img {
	height: auto;
	width: 100%;
}
.bypostauthor {
	display: block;
}
.gallery-caption {
	display: block;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}
.post_format-post-format-quote {
	font-size: 30px;
	line-height: 40px;
	font-style: italic;
}
.page-item.active .page-link {
	background-color: #004ac5;
	border-color: #004ac5;
	color: #fff!important;
}
.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #004ac5!important;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
.page-link:hover {
	z-index: 2;
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #004ac5;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-top-color: rgb(222, 226, 230);
	border-right-color: rgb(222, 226, 230);
	border-bottom-color: rgb(222, 226, 230);
	border-left-color: rgb(222, 226, 230);
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}
.embed-container {
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
}
.embed-container iframe {
	border: 0;
	height: 100% !important;
	left: 0;
	position: absolute;
	top: 0;
	width: 100% !important;
}
/*start*/

.header-product {
	background-color: #fff;
	height: auto;
	margin: 0 auto;
	width: 100%;
}
.img-hover {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}
.img-hover .img-thumb {
	border-radius: 10px;
	overflow: hidden;
}
.img-hover:hover .img-thumb {
	bottom: -36px;
	opacity: 1;
}
.img-hover .ani-zoom {
	-webkit-transform: rotate(0) scale(1)s;
	transform: rotate(0) scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.img-hover:hover .ani-zoom {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.topbanner{
	position: relative;
	background: #FFC017;
	background: linear-gradient(270deg, rgb(255, 196, 91) 14%, rgb(255, 169, 18) 32%, rgb(248, 158, 0) 51%);
/*background: linear-gradient(295deg, #7B60E6 0%, #2F1FA7 100%);*/
}
.top-close{
/* line-height: 0px;*/
background: transparent;
border: transparent;
color: #000;
/* margin: 2px;*/
padding: 7px;
position: absolute;
z-index: 9999;
right: 0;
top: 0;
font-size: 40px;
font-weight: lighter;
}
/*start navbar*/


.navbar-toggler:focus{
	box-shadow: none;
}

.navbar-dark{
	font-family: 'Roboto', 'Inter', sans-serif;
	background: linear-gradient(to right, rgb(15, 23, 42), rgb(30, 58, 138), rgb(49, 46, 129));
	border-bottom: 1px solid rgba(30, 64, 175, 0.5);
	box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.navbar-dark .nav-item .nav-link{
	color: #dbeafe;
	font-style: normal;
	font-weight: 600;
  font-size: 1.25rem!important;
  line-height: 1.75rem;
	white-space: nowrap;
}

.navbar-dark .nav-item:hover .nav-link{
	color: #fff;
}
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
}
/*End Nav*/

/*Start Footer*/
footer{
	background: linear-gradient(to right bottom, rgb(15, 23, 42), rgb(30, 58, 138), rgb(49, 46, 129));
	color: #dbeafe;
}
footer a{
	color: #dbeafe;
}
footer a:hover{
	color: #fff;
}

@keyframes heart{
	from{transform:translate(0,0)}
	to{transform:translate(0,-0.25rem)}
}
.popup{
	position: fixed;
	top:40px;
	right: 40px;
	z-index: 9999;
	animation: heart .8s ease-in-out 1.2s infinite alternate;
	width: 360px;
	height: auto;
	background: #FFFFFF;
	box-shadow: 0px 10px 35px 0px rgba(29,41,109,0.21);
	border-radius: 8px;
	border: 4px solid #3576F5;
	display: none;
}
.popup .img_top_arrow {
	position: absolute;
	top: -24px;
	right: 48px;
}
.popup .img{
	padding: 20px 0px 20px 68px;
	position: relative;
}
.popup .close{
	background-color: #ccc;
	color: #000;
	font-size: 14px;
	border: none;
	padding: 0px 10px;
	font-weight: bold;
}

ul.list_right_pointing {
	list-style:none;
	padding-left:14px
}
ul.list_right_pointing li {
	position:relative;
	text-align:left
}
ul.list_right_pointing li:before {
	position:absolute;
	height:20px;
	width:20px;
	content:"";
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDUwIDUwIj48cGF0aCBmaWxsPSJyZ2JhKDI1NSwyNTUsMjU1LDAuNSkiIGQ9Ik0xOC4zNTYsNy4wNTlMMzIuNDcxLDIwLjk0NWgwTDM2LDI0LjQxNSwxOC42NDUsNDIuMDU4bC0zLjUyOS0zLjQ3MUwyOSwyNC40NzMsMTQuODg1LDEwLjU4OFoiPjwvcGF0aD48L3N2Zz4=) no-repeat;
	background-size:14px 14px;
	top:9px;
	margin-left:-20px
}

.back-to-top{
	background-color: #0066ff94;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 100px;
	right: 20px;
	font-size: 20px;
	opacity: 0;
	transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
	z-index: 1000;
	text-decoration: none;
	border: 2px solid #0066ff94;
	transition: all 300ms linear 0s;
}
.back-to-top.fadeIn{
	opacity: 1;
}
.back-to-top:hover.fadeIn{
	transform: translateY(-5px);
}

.fadein {
	opacity: 0;
	transition: all 1.5s;
	transform: translate(0, 100px);
}
.fadein.visible {
	opacity: 1;
	transform: translate(0, 0);
}
/*End Footer*/


.avatar{
	border-radius: 50%;
}
.size-full{
	max-width: 100%;
	height: auto;
}
.well{
	min-height:20px;
	padding:19px;
	margin-bottom:20px;
	background-color:#f5f5f5;
	border:1px solid #e3e3e3;
	border-radius:4px;
/*  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow:inset 0 1px 1px rgba(0,0,0,.05)*/
 }
 .well-yellow{
 	background-color:#f8f6a2;
 }


 .youtube-player {
 	position: relative;
 	padding-bottom: 56.23%;
 	height: 0;
 	overflow: hidden;
 	max-width: 100%;
 	background: #000;
 	margin: 5px
 }
 .youtube-player iframe {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 	z-index: 100;
 	background: 0 0
 }
 .youtube-player img {
 	bottom: 0;
 	display: block;
 	left: 0;
 	margin: auto;
 	max-width: 100%;
 	width: 100%;
 	position: absolute;
 	right: 0;
 	top: 0;
 	border: none;
 	height: auto;
 	cursor: pointer;
 	-webkit-transition: .4s all;
 	-moz-transition: .4s all;
 	transition: .4s all
 }
 .youtube-player img:hover {
 	-webkit-filter: brightness(75%)
 }
 .youtube-player .play {
 	height: 72px;
 	width: 72px;
 	left: 50%;
 	top: 50%;
 	margin-left: -36px;
 	margin-top: -36px;
 	position: absolute;
 	background: url(https://i.imgur.com/TxzC70f.png) no-repeat;
 	cursor: pointer
 }

 .breadcrumb-white, .breadcrumb-white a{
 	color: #fff;
 	padding: 5px;
 }
 .breadcrumb-white a:hover {
 	color: #eee;
 }
 .post-edit-link{
 	background: #fff;
 	color: #004ac5!important;
 	padding: 3px;
 	font-weight: 700;
 	margin: 0px 2px;
 	border-radius: 5px;
 }
 
 .text-wrap{
 	word-wrap: break-word;
 }

 .post-box{
 	padding: 1rem;
 	background: #fff;
 	border-radius: 1rem;
 	box-shadow: 1px 1px 20px 2px #efdeff;
 	border: none;
 }
 .gradient_bg{
 	background: rgb(39,104,205);
 	background: linear-gradient(0deg, rgba(39,104,205,1) 39%, rgba(120,125,221,1) 63%);

 	background: #1916d6;
 	background: radial-gradient(circle, #5553ff 0%, #2b28d1 80%);
 }
/*left sidebar*/
.left_debar { 
	height:100%;
	left:1rem;
	top:0;
}
.table_content {
	overflow:hidden;
	border-radius:2px;
	background:#fff;
	box-shadow:0 1px 10px 0 rgb(191 191 191 / .35);
/* width:90%;*/
/* position:sticky;
 top:1rem;*/
 margin-bottom: 3rem;
}
.left_debar .table_content_list {
	list-style:none;
	padding-left:0;
	margin-top:0;
	padding:0 1rem;
	max-height:300px;
	overflow-y:scroll
}
.left_debar .table_content_list {
	scrollbar-width:thin;
	scrollbar-color:#555 #DFE9EB
}
.left_debar .table_content_list::-webkit-scrollbar {
	width:5px
}
.left_debar .table_content_list::-webkit-scrollbar-track:hover {
	background-color:#B8C0C2
}
.left_debar .table_content_list::-webkit-scrollbar-track:active {
	background-color:#B8C0C2
}
.left_debar .table_content_list::-webkit-scrollbar-thumb {
	border-radius:5px;
	background-color:#555
}
.left_debar .table_content_list::-webkit-scrollbar-thumb:hover {
	background-color:#2A2323
}
.left_debar .table_content_list::-webkit-scrollbar-thumb:active {
	background-color:#62A34B
}
.left_debar .table_content_list li {
	border-bottom:solid 1px #d1d1d1
}
.left_debar .table_content_list li ul li:first-child,
.left_debar .table_content_list li ol li:first-child{
	border-top: solid 1px #d1d1d1;
}
.left_debar .table_content_list li:last-child{
	border-bottom:none
}
.left_debar .table_content_list li a {
	display: block;
	font-family: IBM Plex Sans;
	margin:.7rem 0;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	color: #333;
}
.left_debar .table_content_list li a:hover {
	color:#004ac5;
	display:block;
}

.teable_title {
	padding: .8rem 1rem;
	background-color: #e5eefa;
}

.left_debar .banner_image{
	overflow: hidden;
	border-radius: 11px;
	background: #fff;
	box-shadow: 0 1px 10px 0 rgb(191 191 191 / .35);
	width: 276px;
	position: sticky;
	top: 5rem;
	margin-bottom: 4rem;
}

.left_debar .hide{
	float: right;
	background: rgb(39, 104, 205);
	background: linear-gradient(133deg, rgb(40 121 215 / 21%) 8%, rgb(57 122 216 / 40%) 50%, rgb(123 125 222 / 35%) 100%);
	color: #004ac5;
	border-radius: 6px;
	border: 1px solid #004ac5;
	font-size: 14px;
	font-weight: bold;
}
/*end sidebar*/

.box_shadow{
	background-color: #fff;
	box-shadow: 0 5px 16px 0 rgba(124,181,255,0.23);
	border-radius: 20px;
	border: none;
}
.move-up{
	transition: all .3s;
}
.move-up:hover{
	transform: translateY(-10px);
}
.card-author{
	background: #fff;
/*  margin: 15px auto;*/
margin-top: 15px;
margin-bottom: 15px;
border-radius: 15px;
box-shadow: 0 1px 10px 0 rgb(191 191 191 / .35);
border: none;
background: #fff;
width: 90%;
}
.cat .cat_link {
	color: #fff !important;
	text-align: center;
	padding: 5px 15px;
	background: #004ac5;
	border-radius: 5px;
	margin-right: 8px;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 500;
}





/* card-color */
.card-blue {
	box-shadow: 0px 0px 5px #007dff;
	overflow: hidden;
	padding: 2rem;
	background: #eff7ff;
	/*border-radius: 30px;*/
	color: #004085;
	margin-top:1rem;
	margin-bottom:2rem;
}
.card-yellow {
	box-shadow: 0px 0px 5px #d29e00;
	overflow: hidden;
	padding: 2rem;
	background: #fff3cd;
	/*border-radius: 30px;*/
	color: #856404;
	margin-top:1rem;
	margin-bottom:2rem;
}
.card-green {
	box-shadow: 0px 0px 1px #00841e;
	overflow: hidden;
	padding: 2rem;
	background: #d4edda;
	/*border-radius: 30px;*/
	color: #155724;
	margin-top:1rem;
	margin-bottom:2rem;
}
.card-orange {
	box-shadow: 0px 0px 1px #bf5001;
	overflow: hidden;
	padding: 2rem;
	background: #ffc9a2;
	/*border-radius: 30px;*/
	color: #c76e2e;
	margin-top:1rem;
	margin-bottom:2rem;
}
.card-red {
	box-shadow: 0px 0px 1px #bb0014;
	overflow: hidden;
	padding: 2rem;
	background: #f8d7da;
	/*border-radius: 30px;*/
	color: #721c24;
	margin-top:1rem;
	margin-bottom:2rem;
}

/*Card-dotted*/

.card-blue-dotted {
	box-shadow: 0px 0px 2px #007dff;
	overflow: hidden;
	padding: 2rem;
	background: #eff7ff;
	/*border-radius: 30px;*/
	color: #004085;
	margin-top:1rem;
	margin-bottom:2rem;
	border: dotted;
}
.card-yellow-dotted {
	box-shadow: 0px 0px 2px #d29e00;
	overflow: hidden;
	padding: 2rem;
	background: #fff3cd;
	/*border-radius: 30px;*/
	color: #856404;
	margin-top:1rem;
	margin-bottom:2rem;
	border: dotted;
}
.card-green-dotted {
	box-shadow: 0px 0px 2px #00841e;
	overflow: hidden;
	padding: 2rem;
	background: #d4edda;
	/*border-radius: 30px;*/
	color: #155724;
	margin-top:1rem;
	margin-bottom:2rem;
	border: dotted;
}
.card-orange-dotted {
	box-shadow: 0px 0px 2px #bf5001;
	overflow: hidden;
	padding: 2rem;
	background: #ffc9a2;
	/*border-radius: 30px;*/
	color: #c76e2e;
	margin-top:1rem;
	margin-bottom:2rem;
	border: dotted;
}
.card-red-dotted {
	box-shadow: 0px 0px 2px #bb0014;
	overflow: hidden;
	padding: 2rem;
	background: #f8d7da;
	/*border-radius: 30px;*/
	color: #721c24;
	margin-top:1rem;
	margin-bottom:2rem;
	border: dotted;
}


/*Card-dashed*/

.card-blue-dashed {
	box-shadow: 0px 0px 2px #007dff;
	overflow: hidden;
	padding: 2rem;
	background: #eff7ff;
	/*border-radius: 30px;*/
	color: #004085;
	margin-top:1rem;
	margin-bottom:2rem;
	border:dashed;
}
.card-yellow-dashed {
	box-shadow: 0px 0px 2px #d29e00;
	overflow: hidden;
	padding: 2rem;
	background: #fff3cd;
	/*border-radius: 30px;*/
	color: #856404;
	margin-top:1rem;
	margin-bottom:2rem;
	border:dashed;
}
.card-green-dashed {
	box-shadow: 0px 0px 2px #00841e;
	overflow: hidden;
	padding: 2rem;
	background: #d4edda;
	/*border-radius: 30px;*/
	color: #155724;
	margin-top:1rem;
	margin-bottom:2rem;
	border:dashed;
}
.card-orange-dashed {
	box-shadow: 0px 0px 2px #bf5001;
	overflow: hidden;
	padding: 2rem;
	background: #ffc9a2;
	/*border-radius: 30px;*/
	color: #c76e2e;
	margin-top:1rem;
	margin-bottom:2rem;
	border:dashed;
}
.card-red-dashed {
	box-shadow: 0px 0px 2px #bb0014;
	overflow: hidden;
	padding: 2rem;
	background: #f8d7da;
	/*border-radius: 30px;*/
	color: #721c24;
	margin-top:1rem;
	margin-bottom:2rem;
	border:dashed;
}



/*Only-border*/

.card-blue-border {
	overflow: hidden;
	padding: 2rem;
	/*border-radius: 30px;*/
	color: #004085;
	margin-top:1rem;
	margin-bottom:2rem;
	border:solid 2px #007dff;
}
.card-yellow-border {
	overflow: hidden;
	padding: 2rem;
	/*border-radius: 30px;*/
	color: #856404;
	margin-top:1rem;
	margin-bottom:2rem;
	border:solid 2px #d29e00;
}
.card-green-border {
	overflow: hidden;
	padding: 2rem;
	/*border-radius: 30px;*/
	color: #155724;
	margin-top:1rem;
	margin-bottom:2rem;
	border:solid 2px #00841e;
}
.card-orange-border {
	overflow: hidden;
	padding: 2rem;
	/*border-radius: 30px;*/
	color: #c76e2e;
	margin-top:1rem;
	margin-bottom:2rem;
	border:solid 2px #bf5001;
}
.card-red-border {
	overflow: hidden;
	padding: 2rem;
	/*border-radius: 30px;*/
	color: #721c24;
	margin-top:1rem;
	margin-bottom:2rem;
	border:solid 2px #bb0014;
}


/*dotted-border*/
.card-blue-border-dotted {
	overflow: hidden;
	padding: 2rem;
	/*border-radius: 30px;*/
	color: #004085;
	margin-top:1rem;
	margin-bottom:2rem;
	border:dotted 2px #007dff;
}
.card-yellow-border-dotted {
	overflow: hidden;
	padding: 2rem;
	/*border-radius: 30px;*/
	color: #856404;
	margin-top:1rem;
	margin-bottom:2rem;
	border:dotted 2px #d29e00;
}
.card-green-border-dotted {
	overflow: hidden;
	padding: 2rem;
	/*border-radius: 30px;*/
	color: #155724;
	margin-top:1rem;
	margin-bottom:2rem;
	border:dotted 2px #00841e;
}
.card-orange-border-dotted {
	overflow: hidden;
	padding: 2rem;
	/*border-radius: 30px;*/
	color: #c76e2e;
	margin-top:1rem;
	margin-bottom:2rem;
	border:dotted 2px #bf5001;
}
.card-red-border-dotted {
	overflow: hidden;
	padding: 2rem;
	/*border-radius: 30px;*/
	color: #721c24;
	margin-top:1rem;
	margin-bottom:2rem;
	border:dotted 2px #bb0014;
}


/*Dashed-border*/
.card-blue-border-dashed {
	overflow: hidden;
	padding: 2rem;
	/*border-radius: 30px;*/
	color: #004085;
	margin-top:1rem;
	margin-bottom:2rem;
	border:dashed 2px #007dff;
}
.card-yellow-border-dashed {
	overflow: hidden;
	padding: 2rem;
	/*border-radius: 30px;*/
	color: #856404;
	margin-top:1rem;
	margin-bottom:2rem;
	border:dashed 2px #d29e00;
}
.card-green-border-dashed {
	overflow: hidden;
	padding: 2rem;
	/*border-radius: 30px;*/
	color: #155724;
	margin-top:1rem;
	margin-bottom:2rem;
	border:dashed 2px #00841e;
}
.card-orange-border-dashed {
	overflow: hidden;
	padding: 2rem;
	/*border-radius: 30px;*/
	color: #c76e2e;
	margin-top:1rem;
	margin-bottom:2rem;
	border:dashed 2px #bf5001;
}
.card-red-border-dashed {
	overflow: hidden;
	padding: 2rem;
	/*border-radius: 30px;*/
	color: #721c24;
	margin-top:1rem;
	margin-bottom:2rem;
	border:dashed 2px #bb0014;
}



.blockquote-wrapper {
	display: flex;
	padding: 0 20px;
	background-color: #1f53f1;
}
.blockquote-1 {
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	color: #fff;
	padding: 30px 0;
	width: 100%;
	max-width: 500px;
	z-index: 1;
	margin: 80px auto;
	align-self: center;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

.blockquote-1 p.h1 {
	position: relative;
	color:#fff;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.25;
	margin: 0;
}
.blockquote:after {
	position: absolute;
	height: 70px;
	width: 70px;
	content: "";
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="rgb(255, 255, 255)" d="M9.983 3v7.391c0 5.704-3.731 9.57-8.983 10.609l-.995-2.151c2.432-.917 3.995-3.638 3.995-5.849h-4v-10h9.983zm14.017 0v7.391c0 5.704-3.748 9.571-9 10.609l-.996-2.151c2.433-.917 3.996-3.638 3.996-5.849h-3.983v-10h9.983z"></path></svg>') no-repeat;
	background-size: 70px 70px;
	margin-left: 70%;
	margin-top: 0%;
}

@media all and (min-width: 600px) {
	.blockquote-1 p.h1 {
		font-size: 30px;
	}
}

.blockquote-1 p.h4 {
	position: relative;
	color:#fff;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	padding-top: 20px;
	z-index: 1;
}

/*next*/

.blockquote-wrapper-2 {
	display: flex;
	padding: 0 20px;
	background-color: transparent;
}

.blockquote-2 {
	position: relative;
	font-family: 'Barlow Condensed', sans-serif;
	max-width: 620px;
	margin: 40px auto ;
	align-self: center;
}

.blockquote-2 p.h1 {
	font-family: 'Abril Fatface', cursive;
	position: relative; /* for pseudos */
	color: #000;
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	border: 2px solid #fff;
	border: solid 2px;
	border-radius:20px;
	padding: 25px;
}

/* Blockquote right double quotes */
.blockquote-2 p.h1:after {
	content:"";
	position: absolute;
	border: 2px solid #000;
	border-radius: 0 50px 0 0;
	width: 60px;
	height: 60px;
	bottom: -60px;
	left: 50px;
	border-bottom: none;
	border-left: none;
	z-index: 3; 
}

.blockquote-2 h1:before {
	content:"";
	position: absolute;
	width: 80px;
	border: 6px solid #292a2b;
	bottom: -3px;
	left: 50px;
	z-index: 2;
}
/* increase header size after 600px */
@media(min-width: 600px) {
	.blockquote-2 p.h1 {
		font-size: 20px;
		line-height: 1.2;
	}
}
/* Blockquote subheader */
.blockquote-2 p.h4 {
	position: relative;
	color: #000;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	padding-top: 15px;
	z-index: 1;
	margin-left:150px;
	padding-left:12px;
}
.blockquote-2 p.h4:first-letter {
	margin-left:-12px;
}

/*next*/

.otro-blockquote{
	font-size: 1rem;
	margin:50px auto;
	font-family:Open Sans;
	font-style:italic;
	color: #555555;
	padding:1.2em 30px 1.2em 75px;
	border-left:8px solid #0954D3 ;
	line-height:1.6;
	position: relative;
	background:#D9E7FF;
}

.otro-blockquote::before{
	font-family:Arial;
	content: "\201C";
	color:#0954D3;
	font-size:4em;
	position: absolute;
	left: 10px;
	top:-10px;
}

.otro-blockquote::after{
	content: '';
}

.otro-blockquote span{
	display:block;
	color:#16306c;
	font-style: normal;
	font-weight: bold;
	margin-top:1em;
}
.left-border-red{
	width: 100%;
	background-color: #fcf3f3;
	overflow: hidden;
	border-left:solid #bf0d0b 5px;
	padding: 20px;
	margin-bottom:1rem;
	margin-top:1rem;
}
.left-border-green{
	width: 100%;
	background-color:#D3F8D0;
	overflow: hidden;
	border-left:solid #11640A 5px;
	padding: 20px;
	margin-bottom:1rem;
	margin-top:1rem;
}
.left-border-orange{
	width: 100%;
	background-color:#F9EDE5;
	overflow: hidden;
	border-left:solid #EC6F25 5px;
	padding: 20px;
	margin-bottom:1rem;
	margin-top:1rem;
}
.left-border-yellow{
	width: 100%;
	background-color:#F7F3B0;
	overflow: hidden;
	border-left:solid #F3E813 5px;
	padding: 20px;
	margin-bottom:1rem;
	margin-top:1rem;
}
.left-border-blue{
	width: 100%;
	background-color:#DEEBFB;
	overflow: hidden;
	border-left:solid #004085 5px;
	padding: 20px;
	margin-bottom:1rem;
	margin-top:1rem;
}
.single-content ul li, .single-content ol li{
	line-height: 1.5;
	margin-top:1rem;
}
.single-content li img{
	margin-top:0.5rem;
}
.list-righta, .list-check, .list-pin, .list-arrow, .list-rightc, .list-checkb, .list-note, .list-bookmark{
	list-style: none;
	padding-left: 20px;
}
.list-righta li, .list-rightc li, .list-check li, .list-checkb li, .list-pin li, .list-arrow li, .list-note li, .list-bookmark li{
	margin-top: 15px;
	margin-left: 10px;
}
.list-righta li:before {
	position: absolute;
	height: 16px;
	width: 16px;
	content: "";
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 50 50"><path fill="rgb(0,0,0,.5)" d="M18.356,7.059L32.471,20.945h0L36,24.415,18.645,42.058l-3.529-3.471L29,24.473,14.885,10.588Z"></path></svg>') no-repeat;
	background-size: 20px 20px;
	margin-left: -30px;
	margin-top: 2px;
}
.list-rightc li:before {
	position: absolute;
	height: 20px;
	width: 20px;
	content: "";
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 16 16"><path fill="rgba(9, 84, 211,.9)" d="M8 0c-4.418 0-8 3.582-8 8s3.582 8 8 8 8-3.582 8-8-3.582-8-8-8zM8 14.5c-3.59 0-6.5-2.91-6.5-6.5s2.91-6.5 6.5-6.5 6.5 2.91 6.5 6.5-2.91 6.5-6.5 6.5z"></path><path fill="rgba(9, 84, 211,.9)" d="M5.543 11.043l1.414 1.414 4.457-4.457-4.457-4.457-1.414 1.414 3.043 3.043z"></path></svg>') no-repeat;
	background-size: 20px 20px;
	margin-left: -30px;
	margin-top: 2px;
}
.list-checkb li:before {
	position: absolute;
	height: 20px;
	width: 20px;
	content: "";
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 16 16"><path fill="rgba(9, 84, 211,.9)" d="M6.21 14.339l-6.217-6.119 3.084-3.035 3.133 3.083 6.713-6.607 3.084 3.035-9.797 9.643zM1.686 8.22l4.524 4.453 8.104-7.976-1.391-1.369-6.713 6.607-3.133-3.083-1.391 1.369z"></path></svg>') no-repeat;
	background-size: 20px 20px;
	margin-left: -30px;
	margin-top: 2px;
}
.list-check li:before {
	position: absolute;
	height: 20px;
	width: 20px;
	content: "";
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 16 16"><path fill="rgba(8, 104, 29,.9)" d="M13.5 2l-7.5 7.5-3.5-3.5-2.5 2.5 6 6 10-10z"></path></svg>') no-repeat;
	background-size: 18px 18px;
	margin-left: -30px;
	margin-top: 2px;
}
.list-note li:before {
	position: absolute;
	height: 20px;
	width: 20px;
	content: "";
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 16 16"><path fill="rgba(236, 111, 37,.9)" d="M14.5 2h-4.5c0-1.105-0.895-2-2-2s-2 0.895-2 2h-4.5c-0.276 0-0.5 0.224-0.5 0.5v13c0 0.276 0.224 0.5 0.5 0.5h13c0.276 0 0.5-0.224 0.5-0.5v-13c0-0.276-0.224-0.5-0.5-0.5zM8 1c0.552 0 1 0.448 1 1s-0.448 1-1 1c-0.552 0-1-0.448-1-1s0.448-1 1-1zM14 15h-12v-12h2v1.5c0 0.276 0.224 0.5 0.5 0.5h7c0.276 0 0.5-0.224 0.5-0.5v-1.5h2v12z"></path><path fill="rgba(236, 111, 37,.9)" d="M7 13.414l-3.207-3.707 0.914-0.914 2.293 1.793 4.293-3.793 0.914 0.914z"></path></svg>') no-repeat;
	background-size: 18px 18px;
	margin-left: -30px;
	margin-top: 2px;
}
.list-arrow li:before {
	position: absolute;
	height: 20px;
	width: 20px;
	content: "";
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 16 16"><path fill="rgba(8, 104, 29,.9)" d="M9.707 13.707l5-5c0.391-0.39 0.391-1.024 0-1.414l-5-5c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414l3.293 3.293h-9.586c-0.552 0-1 0.448-1 1s0.448 1 1 1h9.586l-3.293 3.293c-0.195 0.195-0.293 0.451-0.293 0.707s0.098 0.512 0.293 0.707c0.391 0.391 1.024 0.391 1.414 0z"></path></svg>') no-repeat;
	background-size: 18px 18px;
	margin-left: -30px;
	margin-top: 2px;
}
.list-bookmark li:before {
	position: absolute;
	height: 20px;
	width: 20px;
	content: "";
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 16 16"><path fill="rgba(236, 111, 37,.9)" d="M3 0v16l5-5 5 5v-16z"></path></svg>') no-repeat;
	background-size: 18px 18px;
	margin-left: -30px;
	margin-top: 5px;
}
.highlighted-box-bulb{
	border:2px solid #45c968;
	position: relative;
	color: #12181f;
	padding: 1.5rem 5rem 1.5rem 1.5rem;
	border-radius: 5px;
	margin-top: 4rem;
	margin-bottom: 4rem;
}
.highlighted-box-bulb:before{
	background: url(assets/img/elements/highlihgted-box-icon-bulb.svg) no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	display: block;
	width: 70px;
	height: 90px;
	top: -28px;
	right: -15px;
}
.highlighted-box-steps{
	border: 2px solid #fe8719;
	position: relative;
	padding: 1.5rem 5rem 1.5rem 1.5rem;
	border-radius: 5px;
	color: #12181f;
	margin-top: 4rem;
	margin-bottom: 4rem;
}
.highlighted-box-steps:before{
	background: url(assets/img/elements/highlihgted-box-icon-steps.svg) no-repeat;
	width: 70px;
	height: 90px;
	top: -28px;
	right: -15px;
	background-size: contain;
	position: absolute;
	content: '';
	display: block;
}
.highlighted-box-link{
	background-color: #fafbfc;
	border: 2px solid #e7eaed;
	position: relative;
	padding: 1.5rem 5rem 1.5rem 1.5rem;
	border-radius: 5px;
	color: #12181f;
	margin-top: 4rem;
	margin-bottom: 4rem;
}
.highlighted-box-link:before{
	background: url(assets/img/elements/highlihgted-box-icon-link.svg) no-repeat;
	width: 70px;
	height: 90px;
	top: -28px;
	right: -15px;
	background-size: contain;
	position: absolute;
	content: '';
	display: block;
}
.highlighted-box-faq{
	background-color: #fafbfc;
	border: 2px solid #e7eaed;
	position: relative;
	padding: 1.5rem 5rem 1.5rem 1.5rem;
	border-radius: 5px;
	color: #12181f;
	margin-top: 4rem;
	margin-bottom: 4rem;
}
.highlighted-box-faq:before{
	background: url(assets/img/elements/highlihgted-box-icon-faq.svg) no-repeat;
	width: 70px;
	height: 90px;
	top: -38px;
	right: -15px;
	background-size: contain;
	position: absolute;
	content: '';
	display: block;
}
.highlighted-box-faq h2, .highlighted-box-faq h3, .highlighted-box-faq h4, .highlighted-box-faq h5, .highlighted-box-faq h6, .highlighted-box-link h1, .highlighted-box-link h3, .highlighted-box-link h4, .highlighted-box-link h5, .highlighted-box-link h6, .highlighted-box-steps h2, .highlighted-box-steps h3, .highlighted-box-steps h4, .highlighted-box-steps h5, .highlighted-box-steps h6, .highlighted-box-bulb h2, .highlighted-box-bulb h3, .highlighted-box-bulb h4, .highlighted-box-bulb h5, .highlighted-box-bulb h6{
	padding-top:0px;
}

/*Start Button*/
.btn{
	border-radius: 10px;
	padding: 10px 30px;
}

.btn_login{
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid #6772aa;
	color: #fff;
}
.btn_login:hover{
	background-color: rgba(255, 255, 255, 0.15);
	border: 1px solid #6772aa;
	color: #fff;
}

.btn_blue_grad{
  background-image: linear-gradient(to right, rgb(59, 130, 246), rgb(99, 102, 241));
  color: #fff;
}
.btn_blue_grad:hover{
  background-image: linear-gradient(to right, rgb(37, 99, 235), rgb(79, 70, 229));
}

.btn_text{
	transition: all .3s;
}
.btn_text:hover{
	letter-spacing: 1px;
}

.btn_blue{
	color: #fff;
	background-color: #1073d6;
	border: 2px solid #1073d6;
	transition: color 350ms ease;
}
.btn_blue svg{
	fill: #fff;
}
.btn_blue:focus,
.btn_blue:hover{
	background-color: #518AFC;
	border: 2px solid #518AFC;
	color: #fff;
}
.btn_blue:focus svg,
.btn_blue:hover svg{
	fill: #fff;
}

.btn_orange_outline{
	color: #FF6920;
	background: none;
	border: 2px solid #FF6920;
	transition: color 350ms ease;
}
.btn_orange_outline svg{
	fill: #FF6920;
}
.btn_orange_outline:focus,
.btn_orange_outline:hover{
	background-color: #FF6920;
	border: 2px solid #FF6920;
	color: #fff;
}
.btn_orange_outline:focus svg,
.btn_orange_outline:hover svg{
	fill: #fff;
}

.btn_white{
	position: relative;
	color: #061739!important;
	background-color: #fff;
	border: 2px solid #fff;
	overflow: hidden;
	transition: color 350ms ease;
}
.btn_white svg{
	fill: #061739;
}
.btn_white span{
	z-index: 5;
	position: relative;
	transition: color 350ms ease;
}
.btn_white:focus,
.btn_white:hover{
	background-color: #fff;
	border: 2px solid #518AFC;
	color: #061739!important;
}
.btn_white:hover svg{
	fill: #061739;
}
.btn_white::after, .btn_white::before{
	content: "";
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	background: #DFF6FF;
}
.btn_white::before {
	transform: translateX(-100%);
}
.btn_white:hover:before {
	transform: translateX(0);
	transition: transform 350ms ease;
}
.btn_white::after {
	transform: translateX(100%);
	transition: none;
	transition: transform 350ms ease;
}
.btn_white:hover:after {
	opacity: 1;
	transform: translateX(0);
	transition: transform 350ms 360ms ease;
}
/*Start Background Color*/
.bg_blue{
	background-color: #054ADA;
	color: #fff;
}
.bg_blue30{
	background-color: #054ADA14;
}
.bg_blue60{
	background-color: #003FC1;
}
.bg_header {
	background: linear-gradient(to right, rgb(15, 23, 42), rgb(30, 58, 138), rgb(49, 46, 129));
	color: #fff;
}
.bg_header a{
	color: #fff;
}
.bg_header a:hover{
	color: rgba(255,255,255,.5)
}

.bg_blue_grad{
	background: #1916d6;
	background: radial-gradient(circle, #1916d6 0%, #0a0873 80%);
	color: #fff;
}

#nav-tab .nav-link,
#nav-tab .nav-link:hover {
	border-top:3px solid transparent;
	border-color:transparent;
	color:#000;
	font-weight:600
}
#nav-tab .nav-link.active {
	border-color:var(--bs-nav-tabs-link-active-border-color);
	border-top:3px solid #0070ba;
	color:#0070ba;
	background:#0070ba0f
}
i {
	list-style:none;
	padding-left:25px
}
i.icon-appstore,
i.icon-buy,
i.icon-download,
i.icon-windows {
	position:relative;
	text-align:left;
	padding-bottom:5px
}
i.icon-appstore:before {
	position:absolute;
	height:20px;
	width:20px;
	content:"";
	background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 40 40"><path fill="rgb(0, 112, 186)" d="M24.734 17.003c-0.040-4.053 3.305-5.996 3.454-6.093-1.88-2.751-4.808-3.127-5.851-3.171-2.492-0.252-4.862 1.467-6.127 1.467-1.261 0-3.213-1.43-5.28-1.392-2.716 0.040-5.221 1.579-6.619 4.012-2.822 4.897-0.723 12.151 2.028 16.123 1.344 1.944 2.947 4.127 5.051 4.049 2.026-0.081 2.793-1.311 5.242-1.311s3.138 1.311 5.283 1.271c2.18-0.041 3.562-1.981 4.897-3.931 1.543-2.255 2.179-4.439 2.216-4.551-0.048-0.022-4.252-1.632-4.294-6.473zM20.705 5.11c1.117-1.355 1.871-3.235 1.665-5.11-1.609 0.066-3.559 1.072-4.713 2.423-1.036 1.199-1.942 3.113-1.699 4.951 1.796 0.14 3.629-0.913 4.747-2.264z"></path></svg>') no-repeat;
	background-size:20px 20px;
	top:4px;
	margin-left:-25px
}
i.icon-windows:before {
	position:absolute;
	height:20px;
	width:20px;
	content:"";
	background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 100 100"><path fill="rgb(0, 112, 186)" fill-rule="evenodd" d="M45.8,83.417V52.71l36.146,0.035V89Zm0-67,36.146-5.588V49.919H45.8v-33.5ZM18,52.71H43.024V83.417L18,79.22V52.71Zm0-32.1,25.024-4.192v33.5H18V20.613Z"></path></svg>') no-repeat;
	background-size:20px 20px;
	top:2px;
	margin-left:-25px
}
i.icon-download:before {
	position:absolute;
	height:20px;
	width:20px;
	content:"";
	background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50"><path fill="rgb(255,255,255)" d="M34.9,42.491a1.654,1.654,0,0,1-1.218-.519,1.729,1.729,0,0,1,0-2.461,1.687,1.687,0,0,1,2.435,0,1.729,1.729,0,0,1,0,2.461A1.656,1.656,0,0,1,34.9,42.491Zm6.926,0a1.654,1.654,0,0,1-1.218-.519,1.729,1.729,0,0,1,0-2.461,1.687,1.687,0,0,1,2.435,0,1.729,1.729,0,0,1,0,2.461A1.656,1.656,0,0,1,41.827,42.491Zm5.437-9.733a2.493,2.493,0,0,0-1.84-.766H31.87l-3.68,3.718a5.187,5.187,0,0,1-7.359,0l-3.653-3.718H4.6a2.492,2.492,0,0,0-1.84.766A2.544,2.544,0,0,0,2,34.617v8.749a2.543,2.543,0,0,0,.758,1.859,2.49,2.49,0,0,0,1.84.766H45.424a2.492,2.492,0,0,0,1.84-.766,2.545,2.545,0,0,0,.758-1.859V34.617A2.546,2.546,0,0,0,47.264,32.758ZM36.632,17.995L30,18V6a2.7,2.7,0,0,0-.808-1.483A1.657,1.657,0,0,0,27.974,4H21.048a1.656,1.656,0,0,0-1.217.519A2.731,2.731,0,0,0,19,6V18l-6.61-.005a1.617,1.617,0,0,0-1.6,1.066,1.589,1.589,0,0,0,.379,1.914L23.293,33.223a1.687,1.687,0,0,0,2.435,0L37.85,20.975a1.59,1.59,0,0,0,.379-1.914,1.618,1.618,0,0,0-1.6-1.066h0Z"></path></svg>') no-repeat;
	background-size:20px 20px;
	top:5px;
	margin-left:-25px
}
i.icon-buy:before {
	position:absolute;
	height:20px;
	width:20px;
	content:"";
	background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50"><path fill="rgb(255,255,255)" d="M16.163,36.926a3.591,3.591,0,1,0,2.486,1.053A3.393,3.393,0,0,0,16.163,36.926Zm24.753,0A3.591,3.591,0,1,0,43.4,37.979,3.394,3.394,0,0,0,40.917,36.926ZM47.464,9.078a1.7,1.7,0,0,0-1.243-.526H13.042q-0.028-.194-0.124-0.72t-0.152-.817a4.358,4.358,0,0,0-.221-0.72,2.714,2.714,0,0,0-.359-0.679,1.614,1.614,0,0,0-.539-0.429A1.681,1.681,0,0,0,10.859,5H3.787a1.7,1.7,0,0,0-1.243.526,1.743,1.743,0,0,0,0,2.494,1.7,1.7,0,0,0,1.243.526H9.422l4.89,22.8q-0.056.139-.428,0.817T13.29,33.282a10.537,10.537,0,0,0-.442,1,2.644,2.644,0,0,0-.221.873A1.8,1.8,0,0,0,14.4,36.926h28.29a1.773,1.773,0,0,0,0-3.547H17.268a5.363,5.363,0,0,0,.663-1.773,16.848,16.848,0,0,0-.359-1.94l28.842-3.381a1.745,1.745,0,0,0,1.119-.6,1.72,1.72,0,0,0,.456-1.178V10.325A1.708,1.708,0,0,0,47.464,9.078Z"></path></svg>') no-repeat;
	background-size:20px 20px;
	top:5px;
	margin-left:-25px
}

.card_summary {
	position: relative;
  background-color: #e8f3ff;
  border-radius: 13px;
  padding: 3.5rem 2rem 2rem 2rem;
  /*margin-top: 2rem;*/
  margin-bottom: 1rem;
  border: 1px solid #004cbc;
}
.card_summary:before {
  content: "Summary";
  position: absolute;
  top: 15px;
  left: 2rem;
  font-size: 26px;
  font-weight: 700;
  color: #004cbc;
  opacity: 0.7;
  z-index: 0;
  pointer-events: none;
}
ul.list_green {
 list-style: none;
 margin: 0;
 padding: 0
}
ul.list_green li {
 margin-top: .33rem;
 padding-left: 1.8rem;
 position: relative
}
.list_green li:before {
 content: "";
 display: block;
 width: 6px;
 height: 10px;
 border: solid #fff;
 border-width: 0 2px 2px 0;
 transform: rotate(45deg);
 position: absolute;
 top: 10px;
 left: 6px;
 z-index: 1
}
ul.list_green li:after {
 width: 18px;
 height: 18px;
 border-radius: 14px;
 background: #099e44;
 position: absolute;
 left: 0;
 margin: auto;
 content: '';
 top: 7px;
 z-index: 0
}