@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;400;600;800?family=Open+Sans:wght@300;400;500;600;700&display=swap");

/** LIVE CHAT **/
a.livechat {
  width: 137px;
  height: 34px;
  position: fixed;
  top: 171px;
  right: -13px;
  transition: all 0.3s linear;
  z-index: 1000;
}
a.livechat:hover{
  right: 0;
}
a.livechatru{
  width: 137px;
  height: 58px;
  position: fixed;
  top: 162px;
  right: -13px;
  transition: all 0.3s linear;
  z-index: 1000;
}
a.livechatru:hover{
  right: 0;
}
@media only screen and (max-width: 767px) {
  a.livechat {
    transform: rotate(-90deg);
    right: -52px;
  }

  a.livechat:hover {
    right: -52px;
  }

  a.livechatru {
    transform: rotate(-90deg);
    right: -40px;
  }

  a.livechatru:hover {
    right: -40px;
  }
}
/** LIVE CHAT Ends **/

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  color: #3a3a3a;
}
nav {
  min-height: 70px;
}
p {
  font-size: 20px;
}
.bg-nav {
  background-color: #fff !important;
  font-weight: 600;
  border-bottom: 1px solid #dadada;
}
.bg-nav li a {
  color: #3a3a3a !important;
}
.bg-nav li a:hover {
  color: #44bcff !important;
}
.bg-nav a.active {
  color: #0192e3 !important;
}
.text-blue {
  color: #2465b5 !important;
}
.text-blue-team {
  color: #44bcff;
}
.top-blue {
  background: #2465b5;
  height: 40px;
  width: 100%;
}
.log-but {
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  background: #44bcff;
  width: 150px;
  height: 40px;
  padding: 0 15px;
  color: #fff !important;
}
.log-but a {
  color: #fff;
}
.log-but:hover a {
  color: #3a3a3a;
}
.support-text {
  color: #fff;
  font-size: 14px;
}
.video-but {
  clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
  background: #2465b5;
  width: 550px;
  padding: 0 15px;
  color: #fff !important;
}
.join-but a.nav-link {
  background: #2465b5;
  color: white !important;
}
.banner {
  background-color: #f2f9ff;
  position: relative;
  z-index: 0;
}
.banner-security {
  background-color: #f2f9ff;
  position: relative;
  z-index: 0;
  background: url(../images/banner-security.jpg);
  background-size: cover;
}
.top-con {
  position: relative;
  z-index: 2;
}
.head {
  font-size: 52px;
  line-height: 1.1em;
  letter-spacing: -1.8px;
}

.blue-btn {
  background-color: #3eadef;
  padding: 12px 40px;
  border-radius: 6px;
  color: white;
  font-size: 24px;
}
.blue-btn:hover {
  background-color: #0f65b5;
  color: white;
}
.bg-blue {
  background: #44bcff;
}
.banner-cloud-right {
  position: absolute;
  background-image: url(../images/cloud-right.png);
  background-repeat: no-repeat;
  background-position: right;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
}
.banner-cloud-left,
.inner-banner-cloud-left {
  position: absolute;
  background-image: url(../images/cloud-left.png);
  background-repeat: no-repeat;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.inner-banner-cloud-left {
  background-image: url(../images/cloud-left-sm.png) !important;
}

/* features */
.features .box {
  border-radius: 25px;
  border: 1px solid #2766d2;
}
.features .box .bi {
  background: -webkit-linear-gradient(180deg, #2466b8 0%, #67a8f7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.features p {
  font-size: 18px !important;
}
/* price table */

.pricing .card {
  border: 1px solid #0e66d0;
  border-radius: 0;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}
.pricing .card.left {
  background-color: #f4f8ff;
  border-top-left-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
  z-index: 9;
}
.pricing .card.middle {
  background: linear-gradient(
    180deg,
    rgba(8, 102, 214, 1) 0%,
    rgba(36, 102, 181, 1) 100%
  );
  border-radius: 2.5rem;
  color: white;
}
.pricing .card.right {
  background-color: #f4f8ff;
  border-top-right-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
  z-index: 9;
}
.pricing .card.middle {
  position: relative;
  z-index: 99;
}
.pricing .card ul li {
  position: relative;
  padding-left: 20px;
  font-weight: normal;
}
.pricing .card ul li::before {
  font-family: "bootstrap-icons";
  content: "\F270";
  position: absolute;
  left: -5px;
}
.pricing .card ul li.no::before {
  font-family: "bootstrap-icons";
  content: "\F623";
  position: absolute;
  left: -5px;
}
.pricing .card-price {
  font-size: 2.6rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 1.4rem;
}
/* testimonials */
.testimonials .card {
  border: transparent !important;
}
.testimonials .card-body {
  padding: 1rem 1rem 0.3rem;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.bg-testimonial {
  background-color: #e8f8ff;
  background: -webkit-linear-gradient(180deg, #f4f4f4 0%, #cbe9f9 100%);
}
.title-testimonial,
.title-testimonial-light {
  clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
  background-color: #2465b5;
  color: white;
  width: 150px;
}
.title-testimonial-light {
  background-color: #44bcff;
  color: #000;
}
.section1 {
  background-color: #0f4b96;
  position: relative;
}
.section2 {
  background: linear-gradient(
    500deg,
    rgb(36, 101, 181) 66%,
    rgb(164, 209, 235) 66%
  );
  position: relative;
}
.teamPic {
  width: 170px;
  height: 170px;
  -webkit-box-shadow: 58.508px 54.56px 180px 0px rgb(255 255 255 / 40%);
  box-shadow: 58.508px 54.56px 180px 0px rgb(255 255 255 / 40%);
  border-radius: 100%;
  border: 6px solid #464f5b;
  margin: 0 auto;
}
.img-thumbnail.team {
  background-color: #44bcff;
  border: none;
  padding: 0.3rem;
  margin-bottom: 10px;
}
.role,
.staff {
  font-size: 14px;
}
/* why us */
.section-2 ul li {
  font-size: 19px;
  position: relative;
  padding-left: 30px;
  padding-bottom: 10px;
}
.section-2 ul li::before {
  font-family: "bootstrap-icons";
  content: "\F134";
  position: absolute;
  left: -1px;
  top: 2px;
  color: #2465b5;
}
/* reseller */
.icon-place ul li {
  position: relative;
  padding-left: 20px;
  font-weight: normal;
  font-size: 18px;
}
.icon-place ul li::before {
  font-family: "bootstrap-icons";
  content: "\F269";
  position: absolute;
  left: -5px;
  color: #0e66d0;
}
.icon-place .card-body {
  padding: 1rem 1rem 0.1rem;
}
.pricing .btn,
.icon-place .btn {
  font-size: 1.3rem;
  border-radius: 4rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  padding: 0.6rem;
  transition: all 0.2s;
}
/* faq */
.faq p {
  padding-left: 26px;
  font-size: 18px;
  color: #666666;
}
.faq p::before {
  content: "\F231";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 20px;
}
.accordion-item:not(:first-of-type) {
  border-top: 1px solid rgba(0, 0, 0, 0.11);
}
.accordion-button:not(.collapsed) {
  background-color: #f2f9ff;
}
.installation-buttons {
  margin-bottom: 20px;
}
.installation-buttons a.btn {
  margin-bottom: 20px;
  font-size: 20px;
  padding: 10px 20px;
}
.btn-download-app {
  padding: 10px 20px;
  font-size: 18px !important;
  line-height: 22px;
  border: none;
  border-radius: 4px;
  background-color: #000;
  color: #fff;
  text-align: left;
  display: inline-flex;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.btn-download-app:hover {
  color: #ccc;
}
/* form */
.formContainer {
  position: relative;
  padding-bottom: 0;
  padding: 40px;
  background: #dbf1fe;
}
.textContent {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  margin-right: 52px;
}
.contactForm {
  position: relative;
  padding-bottom: 0;
  padding: 40px;
  background: #dbf1fe;
}
.toggle {
  margin: 0 0 1.5rem;
  box-sizing: border-box;
  font-size: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.toggle input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}
.toggle input + label {
  margin: 0;
  padding: 0.75rem 2rem;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  border: solid 1px #ddd;
  background-color: #fff;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transition: border-color 0.15s ease-out, color 0.25s ease-out,
    background-color 0.15s ease-out, box-shadow 0.15s ease-out;

  flex: 0 0 50%;
  display: flex;
  justify-content: center;
  align-items: center;

  /* ----- */
}
.toggle input + label:first-of-type {
  border-radius: 6px 0 0 6px;
  border-right: none;
}
.toggle input + label:last-of-type {
  border-radius: 0 6px 6px 0;
  border-left: none;
}
.toggle input:hover + label {
  border-color: #213140;
}
.toggle input:checked + label {
  background-color: #4b9dea;
  color: #fff;
  box-shadow: 0 0 10px rgba(102, 179, 251, 0.5);
  border-color: #4b9dea;
  z-index: 1;
}
.toggle input:focus + label {
  outline: dotted 1px #ccc;
  outline-offset: 0.45rem;
}

.head2 {
  font-size: 54px;
}
/* login panel */

.login-panel {
  padding: 60px 65px 50px;
  background: #e8e6ed;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  text-align: center;
  -webkit-box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.3);
}

.login-panel::after {
  content: "";
  width: 80%;
  height: 0;
  margin: 0 auto;
  border-width: 15px 11px 0 11px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #2465b5;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
}
.form-control {
  border-radius: 2px;
  border-color: #dddddd;
  border-left: 4px solid #2465b5;
  height: 42px;
  background-color: #faf9fc;
}
.btn-submit {
  font-size: 18px;
  font-weight: 700;
  color: white;
  padding: 6px 20px 6px;
  text-transform: uppercase;
  border: 1px solid #0d4c98;
  background-color: #2465b5;
  min-width: 260px;
  max-width: 100%;
}
.btn-submit:hover {
  background-color: #0d4c98;
  color: white;
}
a.help-text {
  text-decoration: underline;
}
a:hover.help-text {
  text-decoration: none;
}
.circle {
  border-radius: 50%;
  border: 1px solid #0d4c98;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
}
/* table */
.table-layout {
  border-radius: 24px 24px 24px 24px !important;
  box-shadow: 0px 0px 20px 0px rgba(0, 173, 239, 0.5);
  overflow-y: hidden;
}
.table-layout thead th {
  padding: 20px;
}
.table-layout tbody td,
.table-layout thead th {
  text-align: center;
}
.table-layout tbody td i {
  font-weight: bold;
  font-size: 30px;
  color: #2465b5;
}
.table-layout tbody td:first-child,
.table-layout thead th:first-child {
  padding-left: 30px !important;
  text-align: left;
}
.priceChart ul li {
  text-transform: capitalize;
  border-bottom: 1px #ccc dotted;
}
.priceChart ul li::before {
  font-family: "bootstrap-icons";
  content: "\F269";
  color: #0e66d0;
  padding-left: 30px;
}
.priceChart.chart ul li::before {
  font-family: "bootstrap-icons";
  content: "\F269";
  color: #fff;
  padding-left: 30px;
}
/* footer */
footer {
  background: #f2f1f1;
}
.footer-blue-bar {
  background: #2465b5;
}
footer ul li::before {
  font-family: "bootstrap-icons";
  content: "\F135";
  position: relative;
  left: -5px;
  top: 5px;
}
footer li a.btn {
  color: #060a0f;
}
footer ul li a.btn:hover {
  color: #2465b5;
}
.seals {
  display: flex;
  justify-content: center;
}
#cookie_banner {
  width: 100%;
  display: none;
}
.cookies-banner {
  width: auto;
  display: flex;
  flex: 1 1 0%;
  background: #fff;
  font-size: 14px;
  color: #333333;
  padding: 24px 30px;
  z-index: 10001;
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 10px;
  text-size-adjust: 100%;
  visibility: visible;
  max-height: 100%;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
}
.cookies-banner .btn {
  white-space: nowrap;
}
.cookies-banner .btn-link-text {
  padding: 0;
  font-size: 14px;
  color: #0d6efd;
  border: 0;
  background-color: transparent;
}
.panel-login-wgf {
  width: 500px;
  max-width: 100%;
  margin: auto;
}
.panel-login-wgf .panel-title {
  margin-bottom: 20px;
}
.panel-login-wgf .form-control {
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 46px;
}

.banner-wgf .head {
  font-size: 40px;
}
@media (min-width: 350px) {
  .button {
    padding: 8px 6px !important;
  }
  .formContainer {
    width: 100%;
    display: block;
    margin-top: -100px;
  }
  .textContent {
    position: relative;
  }
}
@media (min-width: 992px) {
  .formContainer {
    margin-top: -540px;
    max-width: 500px;
  }
}
@media screen and (max-width: 576px) {
  .blue-btn {
    padding: 12px 20px;
  }
  .video-but {
    width: 350px;
    font-size: 16px !important;
  }
  .head {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .banner-cloud-left,
  .inner-banner-cloud-left {
    width: 100%;
    background-image: url(../images/cloud-left-sm.png);
    height: 100%;
    left: -50px;
    top: 0;
    z-index: 1;
  }
  .btn-submit {
    min-width: 200px;
  }
}
@media (max-width: 1199px) {
  .pricing .card.left {
    border-top-right-radius: 2.5rem;
  }
  .pricing .card.right {
    border-top-left-radius: 2.5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    font-size: 14px;
  }
}
