body {
  background-color: #000;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.menu-bar {
  background-color: #000;
}

.image {
  text-align: center;
}

.heading-txt {
  font-size: 52px;
  line-height: 50px;
}

.hero-section {
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: transparent;
  background-image: url('../images/Globe-network-800.png');
  background-position: 100% 0%;
  background-size: 400px;
  background-repeat: no-repeat;
}

.sub-heading {
  padding-top: 20px;
  font-size: 38px;
  line-height: 40px;
}

.mouse-image {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
  min-height: 330px;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.find-free {
  margin-top: 50px;
}
.find-txt {
  display: inline-block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.find-txt.green-txt {
  padding-left: 7px;
  color: #00ff40;
}

.find-txt.green-txt.font-big {
  font-size: 28px;
  line-height: 30px;
}

.bold-text {
  color: #00ff40;
}

.div-block {
  padding: 20px 60px 10px;
}

.small-txt {
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.for-starter {
  padding-top: 30px;
  padding-bottom: 10px;
}

.div-block-2 {
  padding-top: 30px;
  padding-bottom: 10px;
}

.video-box {
  border-style: solid;
  border-width: 1px;
  border-color: #787575;
  border-radius: 4px;
}

.div-block-3 {
  padding-top: 35px;
  padding-bottom: 30px;
}

.yellow-txt {
  color: #eefa05;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.div-block-4 {
  text-align: center;
}

.button {
  font-size: 20px;
  line-height: 28px;
}

.button-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 12px 40px;
  border-radius: 20px;
  background-color: #295476;
  color: #a9d4f6;
  font-size: 26px;
  line-height: 36px;
}

.div-block-5 {
  padding-top: 30px;
  text-align: center;
}

.div-block-6 {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.div-block-7 {
  padding-top: 15px;
}

.div-block-8 {
  padding-top: 40px;
}

.text-block-2 {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.bold-text-2 {
  display: inline-block;
}

.image-2 {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.button-div {
  margin-right: 150px;
  margin-left: 150px;
  padding: 5px 20px 10px;
  border-radius: 20px;
  background-color: #295476;
  background-image: url('../images/rsz-1triangle-navy.png');
  background-position: 98% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #a9d4f6;
  text-align: center;
  cursor: pointer;
  margin-top: 50px;
}

.text-block-3 {
  font-size: 22px;
  line-height: 32px;
}

.text-block-4 {
  font-size: 22px;
  line-height: 32px;
}

@media screen and (max-width: 991px) {
  .button-div {
    margin-right: 60px;
    margin-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .yellow-txt {
    font-size: 20px;
  }

  .button-div {
    margin-right: 60px;
    margin-left: 60px;
  }

  .div-block-9 {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .button-div {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .italic-text {
    font-size: 14px;
  }

  .italic-text-2 {
    font-size: 14px;
  }

  .heading {
    font-size: 20px;
  }

  .italic-text-3 {
    font-size: 14px;
  }
}
/* Cookies CSS */
#cookie_box {
  position: fixed;
  display: none;
  bottom: 0px;
  font-size: 16px;
  z-index: 1000;
  background: rgb(64 64 64 / 94%);
  padding: 10px 10px 10px 10px;
  text-align: center;
  width: 100%;
  color: #ffffff;
}

#cookie_box p {
  font-size: 15px;
  margin: 0 0 5px 0;
  line-height: 1.67;
  font-weight: 400;
}

#cookie_box p span {
  font-weight: bold;
  font-size: 20px;
  color: #f73649;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
}

#cookie_box p b {
  font-size: 18px;
}

#cookie_box .btn {
  padding: 4px 10px 4px 10px;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: 400;
  border: 1px solid transparent;
  line-height: 1.5;
}

.cookie_third_msg input {
  display: inline-block;
}

.cookie_second_msg,
.cookie_third_msg {
  display: none;
}
.whynot {
  color: #fde910;
  font-size: 16px;
  position: absolute;
  left: 81px;
  top: 35px;
  font-weight: 700;
  text-decoration: underline;
}
.whynot:hover {
  color: #fff;
  text-decoration: underline !important;
}

.george.float-right {
  margin: 0 0 60px 10px;
}

.insp-name {
  position: absolute;
  top: 337px;
  right: 38px;
  text-align: center;
}

.insp-name h2 {
  font-size: 18px;
  margin: 0;
}

.hist_img img {
  width: 100%;
}

.hist-link a {
  text-decoration: underline;
  color: #000;
  font-weight: bold;
}

.hist-link {
  position: absolute;
  top: 205px;
  right: 30px;
}
#cookie_box .form-control {
  display: block;
  width: 50%;
  padding: .375rem .75rem;
  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;
}
#cookie_box .cookie_third_msg input {
  display: inline-block !important;
}
#cookie_box .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
#cookie_box .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
#cookie_box .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
#cookie_box .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}
#cookie_box .btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}