@font-face {
  font-family: "Montserrat";
  src: url("./fonts/Montserrat-SemiBold.ttf") format('truetype');
}

@font-face {
  font-family: "Montserrat-light";
  src: url("./fonts/Montserrat-Regular.ttf") format('truetype');
}

@font-face {
  font-family: "Figtree-semiBold";
  src: url("./fonts/Figtree-SemiBold.ttf") format('truetype');
}

@font-face {
  font-family: "Figtree";
  src: url("./fonts/Figtree-Regular.ttf") format('truetype');
}

a {
  color: #444 !important;
  text-decoration: underline !important;
}

body {
  padding: 0px !important;
}

.background:before {
  content: '';
  clear: both;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.19);
  z-index: -2;
}

.background {
  position: relative;
  background-image: url(./images/bg.jpg) !important;
  background: #000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  z-index: 1;
  padding-top: 127px;
  font-display: block;
}


.btn-link {
  text-decoration: none !important;
  font-size: 24px !important;
}

html {
  background-color: #fefefe;
  padding: 0px;
  margin: 0px;
  min-height: 100%;
  overflow: auto;
  overflow-y: scroll;
  position: relative;
  height: 100%;
}

.byline {
  width: 480px;
  margin: 0 auto;
  display: block;
  color: #000;
  font-size: 12px;
  line-height: 1.4;
}

.card-header img {
  height: 50px;
  margin-right: 25px;
}

.col-md-12 {
  padding: 0px;
}

#continue {
  background-color:#3b82f6;
  border:0;
  border-radius:10px;
  color:#fff;
  cursor:pointer;
  font-size:40px;
  padding:13px 10px;
  font-weight: 700 !important;
  /* font-family: 'Montserrat', sans-serif !important; */
  transition: all .2s ease;
  margin: 0px auto 15px auto;
  min-width: 540px !important;
}

/* #continue .but {
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
} */

.subcopy {
  font-family: 'Montserrat-Light', sans-serif;
  font-size: 18px !important;
}

#continue:hover {
  background-color: #295bac;
}

.contact-box {
  margin: 0px 100px 50px 100px;
  border: 1px solid gray;
  box-shadow: 2px 2px 10px 5px gray;
  padding: 25px;
}


.copyright {
  width: 100%;
  text-align: right;
}

.description {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  margin: auto;
  width: 100%;
}

.description-header {
  color: #fff;
  font-size: 34px;
}

#disclaimer {
  padding: 5px 0px 2px 0px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid lightgray;
}

#fcf-button {
  margin: auto;
  width: 50%;
}

.form-control {
  width: 50%;
  margin: 20px auto;
}

#header-icon {
  width: 45px;
  margin-right: 5px;
}

.header-text {
  font-size: 36px;
  padding-left: 50px;
  padding-top: 100px;
}

.info_container {
  margin: 0px 50px 25px 50px;
  border: 1px solid black;
  padding: 25px;
}

.instructions {
  text-align: center;
}

.logo {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

#main-box {
  margin: 0px auto 100px auto;
  width: 850px;
  min-width: 850px;
  background: #fff;
  border-radius: 10px;
  padding: 50px;
  color: #363636;
  text-align: center;
}

#main-box h1 {
  margin: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: bold !important;
  font-size: 40px;
  color: #333 !important;
}

#main-box p {
  font-size: 18px;
  margin-bottom: 35px;
}

.spinner-grow {
  height: 20px !important;
  width: 20px !important;
  margin-bottom: 25px;
}

.sub-text {
  text-align: center;
  margin-top: 25px;
}

.step {
  text-align: center;
  margin-bottom: 35px;
}

.step-number {
  width: 50px;
  height: 50px;
  background: #488afb;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  line-height: 50px;
}

.step-text {
  padding: 6px 0px;
}

.step-text strong {
  color: #488afb;
  display: inline-block;
}

.text {
  text-align: right;
}

.top-text {
  font-size: 24px;
  text-align: center;
}

ul.dots {
  list-style: circle;
  padding-inline-start: 30px !important;
  text-align: left;
  width: 361px;
  margin: -10px auto 25px auto;
}

ul.dots li {
  margin-bottom: 7px;
}

#uninstall {
  width: 90%;
  margin: auto auto 25px auto;
}

/* Responsive breakpoints */

@media (max-height: 800px) {

  body {
    padding-top: 80px;
  }

  #main-box {
    padding: 25px 50px;
    margin-bottom: 50px;
  }

  #main-box h1 {
    margin-bottom: 15px;
  }

  .step {
    margin-bottom: 15px;
  }

  ul.dots {
    margin: -15px auto 15px auto;
  }

}

@media (max-height: 700px) {

  body {
    padding-top: 70px;
  }

  #continue {
    margin-bottom: 10px;
  }

  #main-box {
    padding: 25px;
    width: 800px;
  }

  #main-box p {
    font-size: 16px;
  }

  #main-box h1 {
    font-size: 36px;
  }

  ul.dots {
    margin: -20px auto 15px auto;
  }


}

/* section 3 */
.third-section {
  background-color: rgba(233, 236, 241, .4);
  font-family: Figtree !important;
}

.third-section .container {
  max-width: 1326px;
  margin: 0 auto;
}

.strengthen-content {
  width: 100%;
  padding: 30px 0px;
  text-align: center;
}

.strengthen-content .atf-heading-bold {
  color: #3265f7;
  font-size: 48px;
  font-weight: 600;
}

.strengthen-content h1 {
  color: #000;
  font-family: Figtree;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -.96px;
  max-width: 818px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.main-wraper {
  text-align: center;
  padding: 110px 0px;
}

.strengthen-content p {
  max-width: 838px;
  width: 100%;
  color: rgba(0, 0, 0, .6);
  text-align: center;
  font-family: Figtree !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -.36px;
  margin: 12px auto 0;
  padding: 0 10px;
}

.fristbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.fristbox:nth-child(2) {
  margin: 30px 0 0 0;
  display: flex;
  justify-content: space-between;
}

.fristbox:nth-child(3) {
  margin: 60px 0 0 0;
  display: flex;
  justify-content: space-between;
}

.ml-0 {
  margin-left: 0 !important;
}

.easy-to-use {
  padding: 52px 0 0 0;
  margin: 0 10px 0 0 !important;
}

.frist-img img {
  width: 100%;
  height: auto;
}

.frist-content {
  max-width: 495px;
  text-align: left;
  margin-left: 30px;
}

.main-digital-seqrity {
  padding: 100px 0px;
  max-width: 1166px;
  width: 100%;
  margin: 0 auto;
}

.feature-logo {
  width: 68px;
  height: 68px;
  background-color: #f7e5e3 !important;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
}

.feature-logo-second {
  width: 72px;
  height: 72px;
  color: #6ae6ab;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
}

.efficient-content {
  padding: 52px 0px 0px 0px !important;
}

.frist-content span {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  margin: 32px 0px 0px 0px;
  display: block;
}

.frist-content p {
  color: rgba(0, 0, 0, .6);
  font-family: Figtree;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -.36px;
  margin: 14px 0 0 0;
}

.feauter-button {
  width: 320px;
  padding: 26px 0px;
  border-radius: 9px;
  background: #3265f7;
  box-shadow: 0 4px 25px 2px rgba(255, 255, 255, .25);
  cursor: pointer;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  margin: 30px 0px 0px 0px;
  height: 80px;
}

.feauter-button span {
  margin-right: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}

.feauter-button span {
  margin-right: 9px;
}

/* footer */
footer {
  width: 100%;
  background-image: repeating-radial-gradient(circle at 10%, transparent 0%, transparent 10%, rgba(54, 89, 219, 0.33) 10%, rgba(54, 89, 219, 0.33) 17%), linear-gradient(to right, #5b7cfa, #3659db);
  background-color: #3265f7;
  padding: 40px;
  margin-top: 80px;
  font-family: Figtree !important;
}

footer {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.footer-text {
  max-width: 70%;
  margin: 0 auto;
  margin-bottom: 20px !important;
}

.footer-text p {
  margin: 0 auto;
  text-align: center;
  color: white;
  font-size: 18px;
}

.footer-text p:nth-child(1) {
  line-height: 2.0;
}

.footer-text p:nth-child(2) {
  line-height: 1.4;
}

.footer-links {
  /* padding: 15px; */
  opacity: 0.65;
}

.footer-links ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-links ul li {
  list-style: none;
}

footer ul {
  margin: 0;
  padding: 0;
}

li a {
  text-decoration: none !important;
  color: white !important;
  margin: 0px 8px;
  font-size: 15px;
}

li span {
  color: white !important;
}

/* keet it box */

.keep .arrow {
  /* left: 94%; */
  top: 10%;
  height: 150px;
  z-index: 2;
  right: 2% !important;
  position: fixed;
  -webkit-animation: MoveUpDown 0.4s linear infinite alternate;
  animation: MoveUpDown 0.4s linear infinite alternate;
}

.keep {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  overflow: hidden !important;
  z-index: 100;
  display: none;
}

.keepbox {
  position: absolute;
  width: 350px;
  background: #fff;
  border-radius: 5px;
  right: 2%;
  top: 170 !important;
  text-align: left;
  box-shadow: 0 0 5px 5px rgb(0 0 0/10%);
  padding: 20px 20px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.keepbox img {
  left: 15px;
  top: 30px;
}

.keepbox h2 {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 10px;
}

.keepbox p {
  font-weight: 300;
  margin: 0;
  line-height: 1;
  font-size: 28px;
}

.keepbox .btn {
  display: table;
  padding: 10px 30px;
  color: #508be6;
  background: #fff;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 18px;
  margin: 0;
  vertical-align: middle;
  font-weight: 600;
  line-height: 1.2;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

img.vert-move {
  -webkit-animation: mover .5s infinite alternate;
  animation: mover .5s infinite infinite;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-30px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-30px);
  }
}

.top-bg-image {
  opacity: 1;
  transition: all .2s ease-in-out;
}

.chanter-div {
  position: static;
  transform: translate(0%, 17%);
  height: 420px !important;
}

@media screen and (min-width: 1925px){
  .chrome {
    left: 93%;
    transition: all 1s;
  }
}
/* @media screen and (min-width: 2630px) and (max-width: 2700px) {
  .chrome {
    left: 93%;
    transition: all 1s;
  }
}
@media screen and (min-width: 2560px) and (max-width: 2630px) {
  .chrome {
    left: 94.5%;
    transition: all 1s;
  }
}
@media screen and (min-width: 2350px) and (max-width: 2560px) {
  .chrome {
    left: 94.5%;
    transition: ease-in-out 0.8s !important;
  }
}
@media screen and (min-width: 2250px) and (max-width: 2350px) {
  .chrome {
    left: 94%;
    transition: ease-in-out 0.8s !important;
  }
}

@media screen and (min-width: 2200px) and (max-width: 2250px) {
  .chrome {
    left: 94.9%;
    transition: ease-in-out 0.8s !important;
  }
}

@media screen and (min-width: 2150px) and (max-width: 2200px) {
  .chrome {
    left: 94.8%;
    transition: ease-in-out 0.8s !important;
  }
}

@media screen and (min-width: 2100px) and (max-width: 2150px) {
  .chrome {
    left: 94.2%;
    transition: ease-in-out 0.8s !important ;
  }
}

@media screen and (min-width: 2100px) {
  .edge {
    left: 94%;
    transition: ease-in-out 0.8s !important;
  }
}

@media screen and (min-width: 2000px) and (max-width: 2100px) {
  .chrome {
    left: 94%;
    transition: all 1s;
  }
  .edge {
    left: 94%;
    transition: ease-in-out 0.8s !important;
  }
}

@media screen and (min-width: 1925px) and (max-width: 2000px) {
  .chrome {
    left: 93.7% !important;
    transition: all 1s !important;
  }
  .edge {
    left: 93.7%;
    transition: ease-in-out 0.8s !important;
  }
 
} */

@media screen and (min-width: 1925px){
  .edge {
    top: 14.5% !important;
    left: 91%;
    transition: ease-in-out 0.8s !important;
  }
}

@media screen and (min-width: 1851px) and (max-width: 1925px) {
  .chrome {
    left: 93% !important;
    transition: ease-in-out 0.8s !important;
  }
  .edge {
    top: 14.5% !important;
    left: 90%;
    transition: ease-in-out 0.8s !important;
  }
}
@media screen and (min-width: 1751px) and (max-width: 1850px) {
  .chrome {
    left: 92.6% !important;
    transition: ease-in-out 0.8s !important;
  }
  .edge {
    top: 14.5% !important;
    left: 89.8%;
    transition: ease-in-out 0.8s !important;
  }
}

@media screen and (min-width: 1680px) and (max-width: 1750px) {
  /* .firefox {
    left: 90.8%;
  } */
  .chrome {
    left: 92.3% !important;
    transition: ease-in-out 0.8s !important;
  }
  .edge {
    top: 14.5% !important;
    left: 89%;
    transition: ease-in-out 0.8s !important;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1680px) {
  .chrome {
    left: 92.1%;
    transition: ease-in-out 0.8s !important;
  }
  .edge {
    top: 14.5% !important;
    left: 88.7%;
    transition: ease-in-out 0.8s !important;
  }
}
@media screen and (min-width: 1550px) and (max-width: 1600px) {
  .chrome {
    left: 91.8%;
    transition: ease-in-out 0.8s !important;
  }
  .edge {
    top: 14.5% !important;
    left: 88.2%;
    transition: ease-in-out 0.8s !important;
  }
}
@media screen and (min-width: 1510px) and (max-width: 1550px) {
  /* .firefox {
    left: 90%;
  } */
  .chrome {
    left: 91.4%;
    transition: ease-in-out 0.8s !important;
  }
  .edge {
    top: 14.5% !important;
    left: 87.7%;
    transition: ease-in-out 0.8s !important;
  }
}
@media screen and (min-width: 1448px) and (max-width: 1510px) {
  /* .firefox {
    left: 90%;
  } */
  .chrome {
    left: 91%;
    transition: ease-in-out 0.8s !important;
  }
  .edge {
    top: 14.5% !important;
    left: 87.2%;
    transition: ease-in-out 0.8s !important;
  }
}
@media screen and (min-width: 1430px) and (max-width: 1448px) {
  /* .firefox {
    left: 90%;
  } */
  .chrome {
    left: 90.8%;
    transition: ease-in-out 0.8s !important;
  }
  .edge {
    top: 14.5% !important;
    left: 85.5% !important;
    transition: ease-in-out 0.8s !important;
  }
}
@media screen and (min-width: 1395px) and (max-width: 1430px) {
  /* .firefox {
    left: 90%;
  } */
  .chrome {
    left: 90.5%;
    transition: ease-in-out 0.8s !important;
  }
  .edge {
    top: 14.5% !important;
    left: 87% !important;
    transition: ease-in-out 0.8s !important;
  }
}
@media screen and (min-width: 1350px) and (max-width: 1395px) {
  .chrome {
    left: 90.4%;
    transition: ease-in-out 0.8s !important;
  }
  .edge {
    top: 14.5% !important;
    left: 86.5% !important;
    transition: ease-in-out 0.8s !important;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1350px) {
  .chrome {
    left: 90.4%;
    transition: ease-in-out 0.8s !important;
  }
  .edge {
    top: 14.5% !important;
    left: 86% !important;
    transition: ease-in-out 0.8s !important;
  }
}
@media screen and (min-width: 1260px) and (max-width: 1300px) {
  .chrome {
    left: 90%;
    transition: ease-in-out 0.8s !important;
  }
  .edge {
    top: 14.5% !important;
    left: 85% !important;
    transition: ease-in-out 0.8s !important;
  }
}
@media screen and (min-width: 1230px) and (max-width: 1260px) {
  .chrome {
    left: 89.7%;
    transition: ease-in-out 0.8s !important;
  }
  .edge {
    top: 14.5% !important;
    left: 84.5% !important;
    transition: ease-in-out 0.8s !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1230px) {
  .chrome {
    left: 89.2%;
    transition: ease-in-out 0.8s !important;
  }
  .edge {
    top: 14.5% !important;
    left: 84.5% !important;
    transition: ease-in-out 0.8s !important;
  }
}
@media screen and (min-width: 1150px) and (max-width: 1200px) {
  /* .firefox {
    left: 88%;
  } */
  .chrome {
    left: 89%;
    transition: ease-in-out 0.8s !important;
  }
  .edge {
    top: 14.5% !important;
    left: 84% !important;
    transition: ease-in-out 0.8s !important;
  }
}
@media screen and (min-width: 1190px) and (max-width: 1230px) {
  /* .edge {
    left: 88% !important;
    transition: ease-in-out 0.8s !important;
  } */
}
@media screen and (min-width: 1150px) and (max-width: 1190px) {
  /* .edge {
    left: 87.5%;
    transition: ease-in-out 0.8s !important;
  } */
}
@media screen and (min-width: 1115px) and (max-width: 1150px) {
  .chrome {
    left: 88.3%;
    transition: ease-in-out 0.8s !important;
  }
  .edge {
    top: 14.5% !important;
    left: 83%;
    transition: ease-in-out 0.8s !important;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1115px) {
  .chrome {
    left: 87.3%;
    transition: ease-in-out 0.8s !important;
  }
  .edge {
    top: 14.5% !important;
    left: 82.5%;
    transition: ease-in-out 0.8s !important;
  }
}
@media screen and (min-width: 1050px) and (max-width: 1080px) {
  .chrome {
    left: 86.3%;
    transition: ease-in-out 0.8s !important;
  }
  .edge {
    top: 14.5% !important;
    left: 82%;
    transition: ease-in-out 0.8s !important;
  }
}
@media screen and (min-width: 1030px) and (max-width: 1050px) {
  /* .firefox {
    left: 85%;
  } */
  .chrome {
    left: 86.5%;
    transition: ease-in-out 0.8s !important;
  }
  .edge {
    top: 14.5% !important;
    left: 81.5%;
    transition: ease-in-out 0.8s !important;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1030px) {
  /* .firefox {
    left: 85%;
  } */
  .chrome {
    left: 86%;
    transition: ease-in-out 0.8s !important;
  }
  .edge {
    top: 14.5% !important;
    left: 81%;
    transition: ease-in-out 0.8s !important;
  }
}
@media screen and (min-width: 950px) and (max-width: 1000px) {
  .edge {
    top: 14.5% !important;
    left: 80.5%;
    transition: ease-in-out 0.8s !important;
  }
  .chrome {
    left: 85.5%;
    transition: ease-in-out 0.8s !important;
  }
}
@media screen and (min-width: 950px) and (max-width: 1000px) {
  .chrome {
    left: 84%;
    transition: ease-in-out 0.8s !important;
  }
}
@media screen and (min-width: 910px) and (max-width: 950px) {
  /* .firefox {
    left: 83.5%;
  } */
  .chrome {
    left: 85%;
    transition: ease-in-out 0.8s !important;
  }
  .edge {
    top: 14.5% !important;
    left: 79.5%;
    transition: ease-in-out 0.8s !important;
  }
}


@media screen and (min-width: 850px) and (max-width: 910px) {
  /* .firefox {
    left: 83.5%;
  } */
  .chrome {
    left: 84.8%;
    transition: ease-in-out 0.8s !important;
  }
  .edge {
    top: 14.5% !important;
    left: 78% !important;
    transition: ease-in-out 0.8s !important;
  }
}
@media screen and (min-width: 880px) and (max-width: 910px) {  
  .edge {
    top: 14.5% !important;
    left: 77.5%;
    transition: ease-in-out 0.8s !important;
  }
}
@media screen and (min-width: 850px) and (max-width: 880px) {  
  .edge {
    top: 14.5% !important;
    left: 76.5%;
    transition: ease-in-out 0.8s !important;
  }
}
@media screen and (min-width: 825px) and (max-width: 850px) {  
  .edge {
    top: 14.5% !important;
    left: 77.5%;
    transition: ease-in-out 0.8s !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 850px) {
  .chrome {
    left: 84%;
    transition: ease-in-out 0.8s !important;
  }
}
@media screen and (min-width: 780px) and (max-width: 825px) {
  /* .firefox {
    left: 81%;
  } */  
  .edge {
    top: 14.5% !important;
    left: 75.6%;
    transition: ease-in-out 0.8s !important;
  }
}
@media screen and (min-width: 781px) and (max-width: 800px) {
  /* .firefox {
    left: 81%;
  } */
  .chrome {
    left: 83.5%;
    transition: ease-in-out 0.8s !important;
  }
}
@media screen and (min-width: 740px) and (max-width: 780px) {
  /* .firefox {
    left: 81%;
  } */
  .chrome {
    left: 82.8%;
    transition: ease-in-out 0.8s !important;
  }
  .edge {
    top: 14.5% !important;
    left: 75%;
    transition: ease-in-out 0.8s !important;
  }
}
@media screen and (min-width: 725px) and (max-width: 740px) {
  .chrome {
    left: 81%;
    transition: ease-in-out 0.8s !important;
  }
  .edge {
    top: 14.5% !important;
    left: 73% !important;
    transition: ease-in-out 0.8s !important;
  }
}
@media screen and (min-width: 711px) and (max-width: 724px) {
  .chrome {
    left: 81%;
    transition: ease-in-out 0.8s !important;
  }
  .edge {
    top: 14.5% !important;
    left: 72%;
    transition: ease-in-out 0.8s !important;
  }
}
@media screen and (min-width: 680px) and (max-width: 710px) {
  .chrome {
    left: 80%;
    transition: ease-in-out 0.8s !important;
  }
  .edge {
    top: 14.5% !important;
    left: 72% !important;
    transition: ease-in-out 0.8s !important;
  }
}
@media screen and (min-width: 650px) and (max-width: 680px) {
  /* .firefox {
    left: 78%;
  } */
  .chrome {
    left: 79%;
    transition: ease-in-out 0.8s !important;
  }
  .edge {
    top: 14.5% !important;
    left: 71%;
    transition: ease-in-out 0.8s !important;
  }
}
@media screen and (min-width: 630px) and (max-width: 650px) {
  .chrome {
    left: 78%;
    transition: ease-in-out 0.8s !important;
  }
  .edge {
    top: 14.5% !important;
    left: 70%;
    transition: ease-in-out 0.8s !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 630px) {
  .chrome {
    left: 77%;
    transition: ease-in-out 0.8s !important;
  }
  .edge {
    top: 14.5% !important;
    left: 69%;
    transition: ease-in-out 0.8s !important;
  }
}
@media screen and (min-width: 575px) and (max-width: 600px) {
  .chrome {
    left: 76%;
    transition: ease-in-out 0.8s !important;
  }
  .edge {
    top: 14.5% !important;
    left: 68%;
    transition: ease-in-out 0.8s !important;
  }
}
@media screen and (min-width: 551px) and (max-width: 575px) {
  /* .firefox {
    left: 75%;
  } */
  .chrome {
    left: 75%;
    transition: ease-in-out 0.8s !important;
  }
  .edge {
    top: 14.5% !important;
    left: 67%;
    transition: ease-in-out 0.8s !important;
  }
}
@media screen and (min-width: 531px) and (max-width: 550.99px) {
  /* .firefox {
    left: 71%;
  } */
  .chrome {
    left: 74%;
    transition: ease-in-out 0.8s !important;
  }
  .edge {
    top: 14.5% !important;
    left: 66%;
    transition: ease-in-out 0.8s !important;
  }
}
@media screen and (min-width: 516px) and (max-width: 530px) {
  /* .firefox {
    left: 71%;
  } */
  .chrome {
    left: 73%;
    transition: ease-in-out 0.8s !important;
  }
  .edge {
    top: 14.5% !important;
    left: 65%;
    transition: ease-in-out 0.8s !important;
  }
}
@media screen and (min-width: 500px) and (max-width: 515px) {
  /* .firefox {
    left: 71%;
  } */
  .chrome {
    left: 72%;
    transition: ease-in-out 0.8s !important;
  }
  .edge {
    top: 14.5% !important;
    left: 65.5% !important;
    transition: ease-in-out 0.8s !important;
  }
}
@media screen and (min-width: 450px) and (max-width: 499px) {
  /* .firefox {
    left: 65.5%;
  } */
  .edge {
    left: 64%;
    top: 14.5% !important;
    transition: ease-in-out 0.8s !important;
  }
}


/* For FireFox media quary ______________________________________________________________ */

/* @media screen and (min-width: 2560px) {
  .firefox {
    top: 14.5% !important;
    left: 94%;
    transition: all 1s;
  }
}
@media screen and (min-width: 2250px) and (max-width: 2560px) {
  .firefox {
    left: 94%;
    transition: all 1s;
  }
}
@media screen and (min-width: 2100px) and (max-width: 2250px) {
  .firefox {
    left: 93.7%;
    transition: all 1s;
  }
}
@media screen and (min-width: 2050px) and (max-width: 2100px) {
  .firefox {
    left: 93.5%;
    transition: all 1s;
  }
}
@media screen and (min-width: 1980px) and (max-width: 2050px) {
  .firefox {
    left: 93%;
    transition: all 1s;
  }
} */

.firefox {
    top: 14% !important;
}
@media screen and (min-width: 1980px) {
  .firefox {
    left: 92.5%;
    transition: all 1s;
  }
}
@media screen and (min-width: 1925px) and (max-width: 1980px) {
  .firefox {
    left: 92.4%;
    transition: all 1s;
  }
}
@media screen and (min-width: 1910px) and (max-width: 1925px) {
  .firefox {
    left: 92.3%;
    transition: all 1s;
  }
}
@media screen and (min-width: 1850px) and (max-width: 1910px) {
  .firefox {
    left: 91%;
    transition: all 1s;
  }
}
@media screen and (min-width: 1730px) and (max-width: 1850px) {
  .firefox {
    left: 90.5%;
    transition: all 1s;
  }
}
@media screen and (min-width: 1700px) and (max-width: 1730px) {
  .firefox {
    left: 90%;
    transition: all 1s;
  }
}

@media screen and (min-width: 1650px) and (max-width: 1700px) {
  .firefox {
    left: 90%;
    transition: all 1s;
  }
}
@media screen and (min-width: 1570px) and (max-width: 1650px) {
  .firefox {
    left: 89.5%;
    transition: all 1s;
  }
}

@media screen and (min-width: 1470px) and (max-width: 1570px) {
  .firefox {
    left: 89%;
    transition: all 1s;
  }
}

@media screen and (min-width: 1350px) and (max-width: 1470px) {
  .firefox {
    left: 88%;
    transition: all 1s;
  }
}

@media screen and (min-width: 1270px) and (max-width: 1350px) {
  .firefox {
    left: 87%;
    transition: all 1s;
  }
}

@media screen and (min-width: 1160px) and (max-width: 1270px) {
  .firefox {
    left: 85.6%;
    transition: all 1s;
  }
}

@media screen and (min-width: 1080px) and (max-width: 1160px) {
  .firefox {
    left: 84.5%;
    transition: all 1s;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1080px) {
  .firefox {
    left: 84%;
    transition: all 1s;
  }
}

@media screen and (min-width: 950px) and (max-width: 1020px) {
  .firefox {
    left: 83%;
    transition: all 1s;
  }
}

@media screen and (min-width: 900px) and (max-width: 950px) {
  .firefox {
    left: 82%;
    transition: all 1s;
  }
}
@media screen and (min-width: 880px) and (max-width: 900px) {
  .firefox {
    left: 81.5%;
    transition: all 1s;
  }
}
@media screen and (min-width: 850px) and (max-width: 880px) {
  .firefox {
    left: 81%;
    transition: all 1s;
  }
}

@media screen and (min-width: 800px) and (max-width: 850px) {
  .firefox {
    left: 79.5%;
    transition: all 1s;
  }
}

@media screen and (min-width: 755px) and (max-width: 800px) {
  .firefox {
    left: 77.8%;
    transition: all 1s;
  }
}

@media screen and (min-width: 730px) and (max-width: 755px) {
  .firefox {
    left: 77.5%;
    transition: all 1s;
  }
}
@media screen and (min-width: 720px) and (max-width: 730px) {
  .firefox {
    left: 77%;
    transition: all 1s;
  }
}

@media screen and (min-width: 670px) and (max-width: 720px) {
  .firefox {
    left: 75.5%;
    transition: all 1s;
  }
}
@media screen and (min-width: 650px) and (max-width: 670px) {
  .firefox {
    left: 74%;
    transition: all 1s;
  }
}
@media screen and (min-width: 620px) and (max-width: 650px) {
  .firefox {
    left: 73%;
    transition: all 1s;
  }
}
@media screen and (min-width: 600px) and (max-width: 620px) {
  .firefox {
    left: 72%;
    transition: all 1s;
  }
}
@media screen and (min-width: 590px) and (max-width: 600px) {
  .firefox {
    left: 79% !important;
    transition: all 1s;
  }
}
@media screen and (min-width: 580px) and (max-width: 590px) {
  .firefox {
    left: 72.5%;
    transition: all 1s;
  }
}
@media screen and (min-width: 550px) and (max-width: 580px) {
  .firefox {
    left: 70%;
    transition: all 1s;
  }
}
@media screen and (min-width: 530px) and (max-width: 550px) {
  .firefox {
    left: 70.5%;
    transition: all 1s;
  }
}
@media screen and (min-width: 520px) and (max-width: 530px) {
  .firefox {
    left: 69.5%;
    transition: all 1s;
  }
}
@media screen and (min-width: 500px) and (max-width: 520px) {
  .firefox {
    left: 68.5%;
    transition: all 1s;
  }
}
@media screen and (min-width: 490px) and (max-width: 500px) {
  .firefox {
    left: 67.5%;
    transition: all 1s;
  }
}
@media screen and (min-width: 480px) and (max-width: 490px) {
  .firefox {
    left: 67%;
    transition: all 1s;
  }
}
@media screen and (min-width: 470px) and (max-width: 480px) {
  .firefox {
    left: 66.5%;
    transition: all 1s;
  }
}
@media screen and (min-width: 460px) and (max-width: 470px) {
  .firefox {
    left: 65.5%;
    transition: all 1s;
  }
}
@media screen and (min-width: 450px) and (max-width: 460px) {
  .firefox {
    left: 65%;
    transition: all 1s;
  }
}

.firefox-keepbox{
  top: 220 !important;
}
.edge-keepbox{
  top: 246 !important;
}

/* Today css */

@media screen and (min-width: 768px) {
  #continue {
    font-size: 40px !important;
    min-width: 540px !important;
  }
}

/* --- ADDED FOR LOGO --- */
.header-logo {
    position: absolute;
    top: 20px;
    left: 40px;
}

.header-logo img {
    height: 60px;
    width: auto;
}