/*
Theme Name: Secura
Author: Secura
Author URI: https://www.securasecurity.org/
Description: In 2026, 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.1
Theme URI: https://www.securasecurity.org/blog/theme/
Tags: blue, two-columns, right-sidebar, featured-images, post-formats, theme-options, accessibility-ready
*/

body {
  font-family: montserrat,sans-serif;
  /*font-size: 18px;*/
  line-height: 1.75rem;
  color: #1a1a1a;
  letter-spacing: 0.01em;
}
html{
 scroll-behavior:smooth;
}

/*new*/
.article-content {
  max-width: 720px;
}
p {
  margin-bottom: 1.25em;
}

h1, h2, h3 {
  font-weight: 700;
  letter-spacing: -0.015em;
  margin-top: 2.2em;
  margin-bottom: 0.6em;
}

h1 {
  font-size: 42px;
  line-height: 1.15;
}

h2 {
  font-size: 30px;
  line-height: 1.25;
}

h3 {
  font-size: 24px;
  line-height: 1.3;
}

@media (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.75;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }
}
/*new*/

img {
  max-width: 100%;
  vertical-align: middle
}

a{
 color:#1d2736;
 text-decoration:none
}
a:hover{
 color:#131518
}

blockquote {
  padding: 20px 20px;
  margin: 20px;
  margin-left: 0px;
  border: 5px solid #eee;
  background-color: #f9f9f9;
  color: #000;
  font-size: 16px;
}
blockquote .blue {
  background-color: #1e4679;
  color: #fff;
}
/*@media(min-width:1450px) {
  .container {
    max-width: 1400px !important;
  }
}*/
.img-responsive {
  display: inline !important;
}
.bg-darkslategray {
  background-color: #0C081E;
  color: #fff!important;
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .mt-lg-n1 {
    margin-top: -5rem !important;
  }
  .mt-lg-n2 {
    margin-top: -10rem !important;
  }
  .mt-lg-n3 {
    margin-top: -15rem !important;
  }
  .mt-lg-n4 {
    margin-top: -20rem !important;
  }
}
/*.btn-success {
	padding: 1rem 1.5rem!important;
}*/
/*=========basic=========================*/
.alignnone {
  margin: 5px 0px 20px 0;
	height: auto;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px 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;
}
.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;
}



.bg-blue-light {
  background-color: #e7f3ff;
  background: #e7f3ff url(https://www.securasecurity.org/assets/img/bg-call.png)repeat;
}
header{
    background-color: rgb(16, 16, 16);
   }


.first-section{
  padding: 5px 0px;
    background: #ffffff;

}
.first-section a{
  text-decoration: none;
  color: #000;

}
.first-section p{
  margin:0;
  padding: 0;

}
.first-section svg{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #1e2b35;
  fill: #fff;
  padding: 10px;
}


.digi-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url("https://www.securasecurity.org/asset/img/security-2-1.webp");
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*Navbar*/
.navbar-dark .navbar-nav .nav-link{
 color:#fff;
 font-weight:700;
 padding-left:1rem;
 padding-right:1rem;
 font-size:20px
}
 .navbar-dark .navbar-nav .nav-link:hover{
  color:#fffa88;
  font-weight:700
 }
 .navbar-dark .navbar-nav .nav-link svg{
    fill:#fff;
}
.navbar-dark .navbar-nav .nav-link:hover svg{
    fill:#fffa88;
}
 
  @media (min-width:1200px){
   .nav-link:hover{
    color:#fff
   }
  }
  .btn-blue,.btn-blue:focus{
   background-color:#005de0;
  font-weight:600;
 color:#fff;
 /*border-radius:15px 0*/
}
.btn-blue:hover{
 color:#fff;
  border:1px solid #005de0;
 background-color:#005de0;
 -webkit-box-shadow:0 .5rem 2.3rem 0 #005de0;
 box-shadow:0 .5rem 2.3rem 0 #005de0
}

 .logo img{
  -webkit-filter:grayscale(100%);
  filter:grayscale(100%);
 transition:.8s}
 .logo img:hover{
  -webkit-filter:grayscale(0);
  filter:grayscale(0);
  transform:scale(1.1)
 }
  .dropdown:hover > .dropdown-menu {
    display: block;
  }

.dropdown-submenu {
position: relative;
}

.dropdown-submenu > .dropdown-menu {
top: 0;
left: 100%;
margin-left: 0.1rem;
display: none;
position: absolute;
}

.dropdown-submenu:hover > .dropdown-menu {
display: block;
}

@media (max-width: 768px) {

/*  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: relative;
  }
*/
  .dropdown-submenu > .dropdown-menu {
top: 0;
left: 70%;
margin-left: 0.1rem;
display: none;
position: absolute;
}
}

/*end navbar*/

/*footer*/
.footer-section a{
  color: #fff;
  font-family: poppins;
  text-decoration: none;


}
.wa-scroll {
  position: fixed;
  bottom: 160px;
  z-index: 9999;
}
.phone-scroll {
  position: fixed;
  bottom:160px;
  z-index: 9999;
  right: -10px;
  text-align: right;
}
.copyright{
 background-color: #001532;
 margin:0
}
.copyright a{
 color:#a2b8ee;
 text-decoration:none
}
.copyright a:hover{
 color:#6c85c5;
}
.social-media a {
    position: relative;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    padding: .6rem !important;
    border: 1px solid #fff;
    margin: 0 5px;
    cursor: pointer;
}
.social-media .fb:hover {
    background: #3f64ac;
}
.social-media .twitter:hover {
    background: #080808;
}

.social-media .linkedin:hover {
    background: #0077b5;
}
.social-media .utube:hover {
    background: #f7343d;
}
.social-media .insta:hover {
    background: #d62976;
}
/*end*/


.title-small {
 position: relative;
 font-size: 14px;
 font-weight: bold;
 padding: 5px 20px;
 background-color: #e7f3ff;
 border-radius: 10px;
 color: #1669c4;
 border: 2px solid #e7f3ff;
}
.title-small-white {
 position: relative;
 font-size: 14px;
 font-weight: bold;
 padding: 5px 20px;
 background-color: #f6eb13;
 border-radius: 10px;
 color: #000;
 border: 2px solid #f6eb13;
}

.home-cont{
  position: relative;
}
.home-cont .cat-tags{
    width: auto;
    padding: 0;
}
.home-cont .cat-tags a{
     border-radius: 5px;
    background: #f2f2f2eb;
  border: 1px solid #000;
     padding: 3px 10px;
}
.home-cont .cat-tags a:hover {
 background: #000;
  border: 1px solid #000;
  color: #fff;
}
.entry-extra-item{
  margin: 10px 0px 20px 0px;
  overflow: hidden;
  width: 100%;
}
.entry-extra-item .h3 a{
  color: #000;
  }
.entry-extra-item .author-pic{
  float: left;
  border-radius: 50%;
    /*width: 34px;
    height: 34px;*/
    margin-right: 15px;
    margin-top: 0;
    margin-bottom: 0;
}
.entry-extra-item .author, .date, .time{
    float: left;
    line-height: 26px;
    font-size: 14px;
    padding-top: 3px;
}
.entry-extra-item .date, .time{
    margin-left: 10px;
  }

@media(max-width:566px){
  /*.home-cont .cat-tags{
        left: 4px;
  }*/
  .home-cont .cat-tags a{
    padding: 5px 10px;
    margin-right: 0px;
  }
  .entry-extra-item .author, .date, .time{
      padding-top: 0px;
    }
}
.single-cat-tags{
  padding-bottom: 15px;
}
  .single-cat-tags a{
    color: #1d2736!important;
    text-align: center;
    padding: 5px 20px;
    background: #f2f2f2eb;
    border: 1px solid #000;
    border-radius: 7px;
    margin-right: 8px;
    font-size: 14px;
    line-height: 26px;
    text-transform: capitalize;
  }
 
@media(max-width: 1199px){
.author_section{
  overflow-x: scroll!important;
  padding-bottom: 1rem !important;
  margin-bottom: 1rem !important;
}
}

.author_section {
    display: flex;
    margin-top: 1.2rem;
    align-items: center;
}

.author_section .author {
    margin-right: 2rem;
    display: flex;
     align-items: center;
     white-space: nowrap;
}

@media(max-width: 575px){
  .author_section .author{
    margin-right: 1rem;
    display: grid;
    text-align: center;
  }
  .author_section .author svg{
    text-align: center;
    margin: 10px 35px;
}
  .author_section .author img{
  margin: 0px 18px;
  }
}

.author_profile {
    display: block;
    margin-left: 0.5rem;
}

.author_profile .author_meta, .author_profile .author_name {
    display: block;
    font-style: normal;
    font-size: 14px;
}
.author_profile .author_name{
    color: #373737 !important;
    font-weight: 600;
}
.author_profile .author_meta{
    color: #818181 !important;
}

.card-blue-bold {
 box-shadow: 0 0rem 1rem rgb(212 233 253);
 border-radius: 7px;
 border: 1px solid #0d6efd;
 background: #f4faff;
}

#widget-area ul{
  list-style:none;
  padding-left:7px
}
#widget-area ul li{
  margin-left:10px
}
#widget-area ul li:before{
  position:absolute;
  height:16px;
  width:16px;
  content:"";
 background-size:14px 14px;
 margin-left:-20px;
 margin-top:5px
}


/*==================================*/
.avatar {
  border: 1px solid #ccc;
  border-radius: 50%;
}
.wp-post-image, .wp-block-image img {
  height: auto;
}
.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 .page-link {
  color: #000;
}
.page-item.active .page-link {
  background-color: #212529;
  border-color: #212529;
  color: #fff;
}
.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;
}

.comment-form-comment textarea {
  display: block;
  width: 100%;
  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;
}
.list-right {
  list-style: none;
  padding-left: 0px;
}
.list-right li {
  margin-bottom: 6px;
  list-style: none;
  margin-top: 0px;
  margin-left: 16px;
}
.list-right 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 50 50"><path fill="rgb(154,157,160)" 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: auto;
  background-size: 16px 16px;
  margin-left: -20px;
  margin-top: 9px;
}
.bg-blue {
  background-color: #09367a;
}
.list-righta, .list-check-green, .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-green 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-check-green 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;
}




/*start highlights*/
.highlighted-box-bulb{
  border:2px solid #45c968;
  position: relative;
  color: #12181f;
  padding: 1.5rem 5rem 1.5rem 1.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 0rem 1rem rgb(217, 253, 212);
  border-radius: 0px;
}
.highlighted-box-bulb:before{
  background: url('https://www.securasecurity.org/blog/wp-content/themes/4n6soft/assets/img/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 #0d6efd;
	position: relative;
	padding: 1.5rem 5rem 1.5rem 1.5rem;
	color: #12181f;
	margin-top: 2rem;
	margin-bottom: 2rem;
	box-shadow: 0 0rem 1rem rgb(212 233 253);
	border-radius: 0px;
}
.highlighted-box-steps:before{
  background: url('https://www.securasecurity.org/blog/wp-content/themes/4n6soft/assets/img/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: #fffae4;
	border: 2px solid #ffce44;
	position: relative;
	padding: 1.5rem 5rem 1.5rem 1.5rem;
	border-radius: 0px;
	color: #12181f;
	margin-top: 2rem;
	margin-bottom: 2rem;
	box-shadow: 0 0rem 1rem rgb(255, 250, 171);
}
.highlighted-box-link:before{
  background: url('https://www.securasecurity.org/blog/wp-content/themes/4n6soft/assets/img/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: #efffff;
  border: 2px solid #166b8c;
  position: relative;
  padding: 1.5rem 5rem 1.5rem 1.5rem;
  border-radius: 0px;
  color: #12181f;
  margin-top: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 0rem 1rem rgb(212, 253, 243);
}
.highlighted-box-faq:before{
  background: url('https://www.securasecurity.org/blog/wp-content/themes/4n6soft/assets/img/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 h1, .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 h2, .highlighted-box-link h3, .highlighted-box-link h4, .highlighted-box-link h5, .highlighted-box-link h6,
.highlighted-box-steps h1, .highlighted-box-steps h2, .highlighted-box-steps h3, .highlighted-box-steps h4, .highlighted-box-steps h5, .highlighted-box-steps h6,
.highlighted-box-bulb h1, .highlighted-box-bulb h2, .highlighted-box-bulb h3, .highlighted-box-bulb h4, .highlighted-box-bulb h5, .highlighted-box-bulb h6{
  padding-top:0px;
  margin-top: .5em;
}

/*end highlights*/


/*start css*/

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



/*Only-border*/

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


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


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



.blockquote-wrapper {
  display: flex;
  padding: 0 20px;
  background-color: #1f53f1;
}
.blockquote {
    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 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 p.h1 {
        font-size: 30px;
   }

}


.blockquote 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-green, .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-green 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-green 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;
}
.btn{
white-space: normal!important;
}

/* comment post */
/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comments-area {
  margin-bottom: 60px;
  margin-top: 30px;
}
.comments-title {
  margin: 0 0 30px 0;
  font-size: 24px;
}
.comments-area ol {
  list-style: none;
}
.comments-area ol {
  padding: 0;
}
.comments-area .children {
  padding-left: 20px;
}
.comments-area .fn {
  color: #505050;
}
.comment-author .avatar {
  position: absolute;
}
.comment-author .fn,
.commentmetadata {
  margin-left: 80px;
}
.commentmetadata {
  font-size: 13px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.comment-form .form-submit {
    margin-top: 30px;
}
.comment-body {
  padding: 15px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #f3f3f3;
  background-color: #fff;
}
.comment-awaiting-moderation{
        display:block;
        padding-top:20px;
        margin-left: 80px;
}
.reply {
  margin-left: 80px;
  background-color: #f6a731;
  display: table;
  margin-top: 15px;
}
.comment-reply-link {
  padding: 8px 22px;
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
  line-height: 1;
  font-weight: 600;
  display: table;
}
.comment-reply-link:hover{
        color:#000;
} 
.comment-meta a {
  color: #c7c7c7;
}
.comments-area a.url {
  color: #505050;
  text-decoration: none;
}
.bypostauthor {
}
.comment-reply-title {
  font-size: 25px;
}
.comment-form input {
  width: 100%;
  max-width: 100%;
}
.form-submit input {
  width: auto;
}
.comment-body p {
  margin-left: 80px;
}
textarea, input[type="text"], input[type="email"], input[type="url"] {
    padding: 15px 20px;
    width: 100%;
    max-width: 100%;
    color: #767676;
    background-color: #fafafa;
    border: 1px solid #dbdbdb;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
textarea{
    width: 100%;
    height: 120px;
    padding: 15px 20px;
}
input[type="submit"]{
    border-color: #f6a731;
    background-color: #f6a731;
    max-width: 100%;
    color:#000;
    padding: 7px 15px;
    border-radius: .25rem;
}
input[type="submit"]:hover{
    box-shadow: 0 0 0 .2rem rgba(246, 167, 49,.5);
}
.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;
}
/*end css*/



.logo-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.logo-overlay::before {
    content: '';
    background: url('https://www.securasecurity.org/logo-sm.png') no-repeat center bottom;
    position: absolute;
    opacity: 0.2;
    bottom: 10px;
    left: 50%;
    margin-left: -70px;
    width: 140px;
    height: 40px;
    z-index: 100;
}

.copy-the-code-wrap{
  background-color: #272b33;
  color: #939393;
  border-radius: 10px;
  padding: 20px;
}
.copy-the-code-wrap cite{
  font-style: normal;
}
.copy-the-code-wrap.copy-the-code-style-svg-icon .copy-the-code-button svg{
  fill: #d6d6d6;
}
.copy-the-code-inside-wrap.copy-the-code-style-svg-icon .copy-the-code-button{
  color: #fff;
}

.providesupport{
  text-align:right!important;
  position:fixed;
  z-index:1100;
  right:20px;
  bottom:100px;
  display:none
}
.footer__lang{
display: flex;
flex-wrap: wrap;
list-style: none;
color: #fff;
justify-content: space-between;
width: 100%;
box-sizing: border-box;
margin: auto;
}
.footer__lang li{
 margin: 5px auto;
}  
.footer__lang a{
  padding: 0 20px;
}


.icon-cross-custom{
  float:right;background:#fff;border:1px solid #fff;margin-bottom:0;border-radius:7px
}
.pop-offer{
  top:63%!important;width:170px;height:200px;background-repeat:no-repeat;right:0;color:#fff;z-index:9000;position:fixed;background-color:transparen;
}
.badge-primary{
  background-color: #0d6efd!important;
}

.text-bright-blue {
  color: #91b9ff !important;
}
.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: 12px;
  left: 2rem;
  font-size: 24px;
  font-weight: 700;
  color: #004cbc;
  opacity: 0.7;
  z-index: 0;
  pointer-events: none;
}

iframe {
    max-width: 100%;
    height: auto;
}
.wp-block-embed iframe {
    width: 100%;
}

.google-trust-badge {
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 1050;
}

.google-trust-badge img {
  width: 180px;
  height: auto;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.google-trust-badge img:hover {
  transform: scale(1.05);
}

@media(max-width:768px){
  .google-trust-badge{
    display:none;
  }
}
ul.list-check {
  list-style: none;
  padding-left: 25px;
}

ul.list-check li::before {
  position: absolute;
  height: 20px;
  width: 20px;
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDUwIDUwIj48cGF0aCBmaWxsPSJyZ2IoMjU1LDAsMCkiIGQ9Ik0yMC41LDQyYTIuMzY4LDIuMzY4LDAsMCwxLTEuNzU5LS43NjZsLTE0LTE0LjQyM2EyLjU4NCwyLjU4NCwwLDAsMSwwLTMuNjI2bDMuOTg4LTQuMTA5YTIuNCwyLjQsMCwwLDEsMy41MTgsMGw4LjI0OSw4LjVMMzguNzU1LDguNzZhMi40LDIuNCwwLDAsMSwzLjUxOCwwbDMuOTg4LDQuMTA5YTIuNTg0LDIuNTg0LDAsMCwxLDAsMy42MjZsLTI0LDI0LjczN0EyLjM3LDIuMzcsMCwwLDEsMjAuNSw0MloiPjwvcGF0aD48L3N2Zz4=) no-repeat;
    background-size: auto;
  background-size: 20px 20px;
  top: 6px;
  margin-left: -25px;
}
ul.list-check li {
  position: relative;
  text-align: left;
  padding-bottom: 5px;
  /*color: #fff;*/
}
