.header {
  /* margin-top: 20px; */
  padding-bottom: 5px;
}

.flex {
  display: flex;
  flex-direction: row;
}
.sticky-ads{ 
  position: fixed; 
  bottom: 0; left: 0; 
  width: 100%; 
  min-height: 52px; 
  max-height: 52px; 
  box-shadow: 0 -6px 18px 0 rgba(9,32,76,.1); 
  -webkit-transition: all .1s ease-in; transition: all .1s ease-in; 
  align-items: center; 
  justify-content: center; 
  background-color: #fefefe; z-index: 20; } 
  
  .sticky-ads-close { 
  width: 30px;
   height: 30px; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  border-radius: 12px 0 0; 
  position: absolute; right: 0; top: -29px; 
  background-color: #fefefe; 
  box-shadow: 0 -6px 18px 0 rgba(9,32,76,.08); } 
  
  .sticky-ads .sticky-ads-close svg { width: 22px; height: 22px; fill: #000; } 
  .sticky-ads .sticky-ads-content { 
    overflow: hidden;
    display: block;
    position: relative;
    height: 52px;
    text-align: center;
    width: 100%;
      }

.fab{
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z" fill="%23ffffff"/></svg>');
  position: fixed;
    right: 0;
    height: 36px;
    width: 36px;
    bottom: 0;
    margin: 33px;
}

.close-icon{
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>window-close</title><path d="M13.46,12L19,17.54V19H17.54L12,13.46L6.46,19H5V17.54L10.54,12L5,6.46V5H6.46L12,10.54L17.54,5H19V6.46L13.46,12Z"  /></svg>');
  height: 24px;
  width: 24px;
  opacity: 0.5;
}

.close-icon:hover{
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>window-close</title><path d="M13.46,12L19,17.54V19H17.54L12,13.46L6.46,19H5V17.54L10.54,12L5,6.46V5H6.46L12,10.54L17.54,5H19V6.46L13.46,12Z"  /></svg>');
  height: 24px;
  width: 24px;
  opacity: 1;
}



@media only screen and (max-width: 600px) {
  .pwa-toast{
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 7px;
    background-color: white;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
  }
}

@media only screen and (min-width: 601px) {
  .pwa-toast{
    position: fixed;
    width:300px;
    bottom: 0;
    margin: 7px;
    right: 0;
    padding: 10px;
    background-color: white;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
  }
}



.fab-circle{
  height: 55px;
  width: 55px;
  background-color: #0d6efd;
  border-radius: 50%;
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 23px;
}
/* .fab-circle:hover{
  height: 55px;
  width: 55px;
  background-color: rgb(221, 17, 75);
  border-radius: 50%;
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 23px;
} */



 .banner {
      padding-top: 10px;
      display: flex;
      padding: 5px;
      height: auto;
      justify-content: center;
     
      gap: 8px;
      background-color: rgba(127, 255, 212, 0.588);
    }
    .img-banner {
      height: 70px;
      width: 70px;
    }

    .ad-title {
    
      font-size: 18px;
    }
    .ad-desc{
      margin-top: -5px;
      font-size: 14px;
    }
    .dlplay{
    
      margin-top: -20px;
      height: 70px;
      width: auto;
    }





.xform {
  width: 95%;
}

@media (min-width: 1400px) {
  .xform {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .xform {
    max-width: 620px;
  }
}

@media (min-width: 768px) {
  .xform {
    max-width: 620px;
  }
}

@media (min-width: 576px) {
  .xform {
    max-width: 635px;
  }
}


.output {
  margin-bottom: 0px;
  margin-top: 15px;
}

.xbrand {
  text-decoration: none;
}

.xbody {
  background-color: #f2930e;
}

.xcard {
  margin-top: 30px;


  background-color: white;
  border-radius: 15px;
}

.xheader {
  background-color: rgb(245 245 245);
  padding: 5px;
  border-radius: 15px 15px 0px 0px;
  border-bottom: outset;
  border-bottom-width: thin;
}

.xhide {
  width: 0px;
  height: 0px;
}

.formhide {
  margin: 0px;
}


.dl-btn {
  margin-top: 15px;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 4px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 18px;
  border-radius: 0px 0px 4px 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

form {
  display: block;
  margin-top: 10px;
  border: none;
  outline: none;
  background: none;
  margin-bottom: 8px;
  border-style: none;
}

.top {
  background-image: linear-gradient(rgb(212, 10, 68), rgb(249, 114, 10));
  padding: 15px;
}

.footer-link {
  text-decoration: none;
  margin-right: 15px;
}



.grad {
  background-image: linear-gradient(rgb(228, 14, 74), rgb(231, 105, 8));
}


/* .lang-form {

} */

.right {
  position: absolute;
  right: 0;
}

.lang-select {
  font-size: 19px;
  padding: 10px;
  background: none;
  color: white;
  border: 0;
  outline: none;

}

.lang-option {
  color: black;
}



.download-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 57px;
  height: 55px;
  font-size: 17px;
  background-color: #0d6efd;
  border: #0d6efd;
  border-radius: 0 10px 10px 0;
  color: #fff;


}


.footer {
  position: static;
  width: 100%;
  bottom: 0;
  padding: 20px;
}



.row2 {
  margin-top: 30px;

}

.container-blog {
  margin: 10px;
}

.blog {
  margin-top: 10px;
  margin-bottom: 30px;
}

.gg-software-download {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1.8));
  width: 16px;
  height: 6px;
  margin-left: 15px;
  border: 2px solid;
  border-top: 0;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  margin-top: 18px;

}

.gg-software-download::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  left: 2px;
  bottom: 4px
}

.gg-software-download::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 2px;
  height: 10px;
  background: currentColor;
  left: 5px;
  bottom: 5px
}

.progress-bars {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  width: 70%;
  text-align: center;
  white-space: nowrap;
  height: 25px;
  transition: width 0.6s ease;
}



.demo-container {
  width: 80%;
  margin: auto;
}

.progress-bar {
  height: 15px;

  width: 100%;
  overflow: hidden;
}

.progress-bar-value {
  width: 100%;
  height: 100%;
  background-color: rgb(5, 114, 206);
  animation: indeterminateAnimation 1s infinite linear;
  transform-origin: 0% 50%;
}

@keyframes indeterminateAnimation {
  0% {
    transform: translateX(0) scaleX(0);
  }

  40% {
    transform: translateX(0) scaleX(0.4);
  }

  100% {
    transform: translateX(100%) scaleX(0.5);
  }
}

.rows {
  --bs-gutter-x: 0rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.h4faq {
  font-size: 19px;
}

@media (min-width: 768px) {
  .input-forms {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .input-forms {
    max-width: 700px;
  }
}

@media (min-width: 768px) {
  .input-forms {
    max-width: 720px;
  }
}



.input-forms {
  margin: auto;
}