* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: 0.1s all;
  scroll-behavior: smooth;
}

body {
  font-family: 'segoe ui', 'Roboto', sans-serif;
  background-color: #f5f8fc;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 2.5rem;
  margin-block-end: 0.83em;
}

h2 {
  display: block;
  font-size: 1.8rem;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

p {
  display: block;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
}

a {
  color: #0d6efd;
  text-decoration: none;
}

article p {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    /* max-width: 540px; */
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1100px;
  }
}

/* @media (min-width: 1400px) {
    .container {
      max-width: 1320px;
    }
  } */

/* .container {
      margin: 0 auto;
      max-width: 1100px;
  } */

.shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
  /* box-shadow: 0 2px 2px -2px rgba(0,0,0,.2); */
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.5rem 0;
  margin-bottom: 2rem !important;
}

.navbar .container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  /* padding-top: 0.3125rem;
    padding-bottom: 0.3125rem; */
  padding-left: 5px;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
  color: rgba(0, 0, 0, .9);
  font-weight: 600;
}

.logo {
  display: inline-block !important;
  /* vertical-align: text-top!important; */
  vertical-align: middle;
}

.navbar-nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end !important;
  flex-grow: 1 !important;
  list-style: none;
}

.nav-link {
  color: rgba(0, 0, 0, .55);
}

.navbar-nav .nav-link:hover {
  color: rgb(57, 57, 57);
}

.nav-mobile {
  display: none;
}

#nav-toggle {
  position: absolute;
  right: 0px;
  top: 15px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 22px;
  background: #6c757d;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
  top: -8px;
}

#nav-toggle span:after {
  bottom: -8px;
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
}

#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

/* Search box and Badge */
.badge {
  font-size: 1rem;
  border-radius: 0.25rem 0.25rem 0rem 0rem;
  background: #06bc13;
  transform: translateX(-50%) !important;
  left: 50% !important;
  position: relative !important;
  display: inline-block;
  padding: 0.35em 0.65em;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

.search {
  padding: 0 2.5rem;
}

.form-control {
  border: 2px solid #06bc13;
  /* box-shadow: 0 4px 12px -2px rgb(107 117 161 / 50%); */
  padding: 1.1rem 1.5rem;
  display: block;
  width: 100%;
  outline: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: rgb(255, 255, 255);
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input::placeholder {
  color: rgb(140, 140, 140);
}

.mb {
  margin-bottom: 1.4rem !important;
}

.mb1 {
  margin-bottom: .5rem !important;
}

/* Share button  */
.share {
  text-align: center;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.2em
}

.resp-sharing-button {
  border-radius: 100%;
  transition: 25ms ease-out;
  padding: 0.7em 0.8em;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
  background-color: #FF6600
}

.resp-sharing-button--hackernews:hover,
.resp-sharing-button--hackernews:focus {
  background-color: #FB6200
}

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
  border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1DA851;
  border-color: #1DA851;
}

.resp-sharing-button--telegram {
  background-color: #54A9EB;
}

.resp-sharing-button--telegram:hover {
  background-color: #4B97D1;
}

/* Banner desktop adAds */
.ads {
  min-height: 250px;
  background: #dedede
}

/* show button */
.show svg {
  width: 1.8em;
  height: 1.8em;
  margin: 0;
  vertical-align: middle
}

.show {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  padding: 0.4rem;
  background-color: #00bd0f;
  display: block;
  text-decoration: none;
  color: #fff;
  border-radius: 100%;
  transition: 25ms ease-out;
}

.show:hover {
  background-color: #fff;
  color: #00bd0f;
}

/* Thumbnail Box Styling */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.col {
  flex: 1 0 0%;
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.row-cols-1>* {
  flex: 0 0 auto;
  width: 100%;
}



.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 0.25rem;
}

img {
  max-width: 100%;
  height: auto;
}

img,
svg {
  vertical-align: middle;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
  vertical-align: middle-with-baseline;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-text {
  line-height: 1rem;
  margin-bottom: 1rem;
}

.chrome-ext {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;

}

.chrome-ext img {
  width: 206px;
}

.firefox-ext {
  display: inline-block;
}

.download {
  text-decoration: none;
}

.float-end {
  float: right !important;
}

.btn {
  padding: 2px 6px;
  color: #fff;
  background-color: #06bc13;
  border-color: #06bc13;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 0.95rem;
  border-radius: 0.2rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


/* Extensions  */
.ext {
  max-width: 600px;
  margin: 0 auto;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header {
  border-top-left-radius: 0;
}

.card-header {
  border-top: 0;
}

/* Article Styling  */
.post {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 30px;
  border-radius: 5px;
  min-height: 100vh;
}

article ul li,
article ol li {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 2rem;
  margin-inline-end: 2rem;
}

code {
  background-color: rgb(231, 231, 231);
  word-wrap: break-word;
}



/* Faq Styling  */
.faq-heading {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.faq {
  max-width: 900px;
  margin-bottom: 1.5rem;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  background-color: #fff;
}

.question {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.question h3 {
  font-size: 1.3rem;
}

.answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1.4s ease;
}

.answeer p {
  font-size: 0.85rem;
  padding-top: 1rem;
  line-height: 1.6;
}

.faq.active .answer {
  max-height: 300px;
  animation: fade 1s ease-in-out;
}

.faq.active span {
  transform: rotate(180deg);
}

.faq span {
  transition: transform 0.5s ease-in;
}

@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

/* Go to Top  */
#myBtn {
  position: fixed;
  bottom: 45px;
  right: 20px;
  border-radius: 100%;
  border: 2px solid #fff;
  background-color: #db2823;
  color: #fff;
  padding: 0.4rem;
  cursor: pointer;
}

#myBtn:hover {
  background-color: #212529;
}

#myBtn svg {
  width: 1.4rem;
  height: 1.4rem;
}

/* Footer Styling */
.footer {
  background-color: #212529;
  margin-top: 20px;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  /* padding-left: 0;
    margin-bottom: 0; */
  list-style: none;
  justify-content: center !important;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

footer .nav-link {
  color: rgb(224, 224, 224);
}

.text-center {
  text-align: center;
  color: rgb(157, 157, 157);
}

/* Media Query  */
@media only screen and (max-width: 798px) {
  .navbar-nav {
    margin-left: 2rem;
  }

  .nav-mobile {
    display: flex;
  }

  .menu {
    width: 100%;
  }

  .menu ul {
    display: none;
  }

  .menu ul li {
    float: none;
  }

  .menu ul li a {
    padding: 10px;
    line-height: 20px;

  }

  .menu ul li ul li a {
    padding-right: 30%;
  }

  .nav-dropdown {
    position: static;
  }

  .resp-sharing-button {
    padding: 0.4em 0.5em;
  }

  .post {
    padding: 15px;
  }
}

@media screen and (min-width: 799px) {
  .navbar-nav {
    display: flex !important;
  }
}

@media (max-width: 668px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  p,
  article li,
  code {
    font-size: 0.85rem;
  }

}

@media (max-width: 410px) {
  .links a {
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) {
  .row-cols-md-2>* {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .navbar {
    margin-bottom: 1rem !important;
  }

  .navbar-brand {
    font-size: 1rem;
    margin: 0 auto;
    font-weight: 800;
  }

  .logo {
    width: 30px;
    display: block !important;
    margin: 0 auto;
    padding-bottom: 1px;
  }

  .navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #nav-toggle {
    top: 10px;
  }

  #nav-toggle span,
  #nav-toggle span:before,
  #nav-toggle span:after {
    height: 2px;
    width: 18px;
  }

  #nav-toggle span:before {
    top: -6px;
  }

  #nav-toggle span:after {
    bottom: -6px;
  }

  .search {
    padding: 0 0.8rem;
  }

  .badge {
    font-size: 0.70rem;
    padding: 0.30em 0.65em;
  }

  .form-control {
    padding: 0.75rem 1.5rem;
  }

  .mb {
    margin-bottom: 1rem !important;
  }

  .g-4,
  .gy-4 {
    --bs-gutter-y: 1rem;
  }

  .resp-sharing-button {
    padding: 0.2em 0.3em;
  }

  .resp-sharing-button__icon svg {
    height: 0.8em;
  }

  .show svg {
    width: 1.5em;
    height: 1.5em;
  }

  .show {
    margin: 0.4rem;
    top: 0.1rem;
    right: 0.1rem;
  }

  .chrome-ext img {
    width: 170px;
  }

  .firefox-ext img {
    width: 155px;
  }

  .post {
    padding: 10px;
  }

  h1 {
    font-size: 1.6rem;
    margin-block-end: 0.6em;
  }

  h2 {
    font-size: 1.2rem;
  }

  .question h3 {
    font-size: 0.9rem;
  }

  .nav li {
    font-size: 12px;
  }

  .card-title {
    font-size: 0.85rem;
  }

  .ads {
    min-height: 90px
  }

  .card-body {
    padding: 0.7rem 0.5rem;
    font-weight: -600;
  }

  .btn {
    padding: 1px 5px;
    font-size: 0.8rem;
  }

  .faq-heading {
    width: 100%;
  }

  .nav-link {
    font-size: 0.8rem;

  }

  #myBtn {
    bottom: 20px;
    right: 20px;
    padding: 0.3rem;
  }

  #myBtn svg {
    width: 1.4rem;
    height: 1.4rem;
  }

}

/* Extension Floating Style */
.extfloat {
  position: fixed;
  left: 0;
  bottom: 160px;
  z-index: 50000;
  display: none;
  align-items: center;
  box-sizing: border-box;
  margin-left: 25px;
  border-radius: 5px;
  padding: 10px 20px 10px 15px;
  width: 220px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  background-color: #06bc13;
}

@media (min-width: 1025px) {
  .extfloat {
    display: flex;
    -webkit-animation: fadeInUp .7s ease;
    animation: fadeInUp .7s ease;
  }
}

.floatimg {
  margin-right: 13px;
}

.floattext {
  font-size: 15px;
  line-height: 18px;
}

.floatheader {
  display: block;
  font-weight: 700;
}