@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}
a :hover {
  text-decoration: none;
  color: black;
}

html {
  scroll-padding-top: 120px;
}

body {
  background-attachment: fixed;
  margin: 0;
  min-height: 100%;
  background-color: #fafafa;
  font-family: "Circular Std", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: -0.32px;
}

body {
  font-size: 18px;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #0c9;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
}
.float :hover {
  color: #e42627 !important;
}
.float i {
  width: 100%;
  height: 100%;
  border-radius: 50px;
}

.my-float {
  padding-top: 22px;
}

.mid {
  color: grey;
}

.mid:hover {
  color: white;
}

main {
  margin-top: 100px;
}

.fb2022-copy {
  display: none;
}

a {
  text-decoration: none;
  color: black;
}

.copyright p a:hover {
  font-weight: bold;
  color: black;
}

input,
textarea {
  border-radius: 0px;
  border: 1px solid rgba(203, 203, 203, 0.7137254902) !important;
}

input:focus,
textarea:focus {
  outline: 0px !important;
  box-shadow: none !important;
  border: 1px solid #2b2e31 !important;
}

button {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Circular Std", sans-serif !important;
  color: #000000;
}

h1 {
  font-size: 4.1rem;
  font-weight: 500;
  text-align: center;
  line-height: 110%;
  letter-spacing: -2px;
  position: relative;
}

h2 {
  margin-bottom: 30px;
  font-size: 2rem;
  line-height: 110%;
  font-weight: 500 !important;
}

h3 {
  font-size: 22px;
  color: #2b2b2b;
}

.main {
  position: relative;
}

.navbar {
  background-color: hsla(0, 0%, 100%, 0.64);
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  z-index: 5;
  margin: 0 auto;
  padding: 16px 0px;
  background-attachment: fixed;
  background-size: cover;
}
.navbar .navbar-collapse {
  width: 20vw !important;
}
.navbar .navbar:before {
  background: inherit;
  content: "";
  position: absolute;
  box-shadow: inset 0 0 2000px rgba(255, 255, 255, 0.5);
  filter: blur(10px);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.navbar .navbar-brand {
  display: inline-block;
  width: 180px;
  margin-right: 100px;
}
.navbar .navbar-brand img {
  width: 100%;
}
.navbar .navbar-nav {
  margin-left: 0 !important;
}
.navbar .navbar-nav .nav-item {
  margin-right: 10px;
}
.navbar .navbar-nav .nav-item .nav-link {
  display: inline-block;
  color: black;
  width: 138px !important;
  font-size: 1.1rem;
  text-align: left;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active {
  font-weight: 600;
}
.navbar .navbar-toggler:focus,
.navbar .navbar-toggler:hover {
  border: none;
  box-shadow: none;
  outline: none;
}

.navbar-nav {
  margin-left: 8vw;
}
.navbar-nav .nav-link {
  width: 100% !important;
}

.right .nav-link-right {
  font-weight: 300;
  width: 110px;
  color: white;
  background-color: #e42627;
  text-decoration: none;
  padding: 6px 16px;
  font-size: 15px;
  display: inline-block;
  border-radius: 100px;
  transition: 0.5s;
}
.right .nav-link-right:hover {
  transform: translate(0, 3px);
  cursor: pointer;
}

.btn-fill {
  text-decoration: none;
  color: white;
  background-color: #e42627;
  padding: 6px 16px;
  font-weight: 400;
  font-size: 15px;
  font-family: "Circular Std", sans-serif;
  border-radius: 100px;
  border: 1px solid #e42627;
  transition: 0.5s;
}

.btn-fill:hover {
  cursor: pointer;
  color: white;
  transform: translate(0, 3px);
  cursor: pointer;
}

.btn-outline {
  padding: 6px 16px;
  text-decoration: none;
  color: black;
  font-family: "Circular Std", sans-serif;
  background-color: white;
  border: 1px solid #e42627;
  font-weight: 400;
  font-size: 15px;
  border-radius: 100px;
  transition: 0.5s;
}

.btn-outline:hover {
  cursor: pointer;
  color: black;
  transform: translate(0, 3px);
}

.buttons a {
  display: inline-block;
}
.buttons .btn-fill {
  margin-right: 25px;
}

.intro {
  display: flex;
  flex-direction: column-reverse;
}
.intro .intro-text .heading {
  padding: 20px 0;
}
.intro .intro-text .heading h1 {
  overflow-wrap: break-word;
  line-height: 50px;
  font-size: 3rem;
  font-weight: 500;
}
.intro .intro-text .front-page {
  padding: 20px 0 0 0;
  font-size: 1.25rem;
  line-height: 150%;
  font-weight: 400;
  color: #342929;
  margin-bottom: 16px;
  text-align: center;
}
.intro .intro-text p {
  font-size: 3rem;
  padding-top: 0px !important;
}
.intro .intro-text #typewriter {
  color: #e42627;
  font-size: 2.3rem;
  padding: 0px !important;
  margin: 20px 0 0 0px !important;
}
.intro .intro-text .buttons {
  text-align: center;
}
.intro .intro-text .buttons a {
  background-color: #e42627;
  color: white;
  width: 90%;
}
.intro .intro-img {
  width: 90vw;
  top: 0;
  padding: 0 !important;
  transition: 3s;
}
.intro .intro-img img {
  width: 100%;
}

.clients {
  margin-bottom: 70px;
}
.clients .client-logo {
  display: flex;
  gap: 50px;
  justify-content: space-evenly;
  flex-wrap: wrap;
  justify-items: baseline;
}
.clients .client-logo #sensedia-logo,
.clients .client-logo #kcb-logo,
.clients .client-logo #dtb-logo {
  transform: scale(1.4);
}
.clients .client-logo .partner-logo img {
  height: 40px;
}
.clients .client-logo img {
  height: 45px;
  max-width: 150px;
}

.variations {
  padding: 100px 0px;
  border-top: 1px solid rgba(203, 203, 203, 0.7137254902);
  border-bottom: 1px solid rgba(203, 203, 203, 0.7137254902);
}
.variations .first-variation {
  margin-bottom: 50px;
}
.variations .first-variation .img {
  transition: 3s;
}
.variations .first-variation .img img {
  width: 100%;
}
.variations .second-variation .img {
  position: relative;
  margin-top: 40px;
}
.variations .second-variation .img img {
  width: 100%;
}
.variations .second-variation .img .square {
  position: absolute;
  left: -20%;
  bottom: 10%;
  width: 50px;
}
.variations .second-variation .img .square img {
  width: 100%;
}
.variations .second-variation .bullet {
  display: flex;
  align-items: flex-start;
}
.variations .second-variation .bullet img {
  margin: 4px 10px 0 0;
}
.variations .first-variation .text p,
.variations .second-variation .text p {
  font-weight: 400 !important;
  font-family: "Circular Std", sans-serif !important;
  color: rgba(0, 0, 0, 0.7);
  line-height: 150%;
  margin-bottom: 16px;
}

.service {
  text-align: center;
  padding: 70px 0px;
}
.service .service-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 40px;
  margin-top: 40px;
}
.service .service-items .item div {
  margin-top: 20px;
  display: flex;
  align-items: center !important;
  height: 50px;
  text-align: center !important;
}
.service .service-items .item div span {
  width: 100%;
}
.service .service-items .item span {
  font-weight: bold;
  display: block;
}
.service .service-items .item img {
  height: 50px;
}
.service .service-items .item .counter {
  font-weight: 900;
  font-size: 2em;
  color: #e42627;
  padding: 20px 0px 10px 0px;
}
.service .wrap {
  overflow: hidden;
}
.service .carousel {
  display: flex;
  left: -100%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  transform: translateX(100%);
  text-align: center;
  width: 100%;
  padding: 70px 0px;
  width: 100vw !important;
}
.service .carousel .item {
  width: 150px;
  text-align: center;
  margin: 0 0px !important;
  background-color: #fafafa;
}
.service .carousel .item div {
  margin-top: 20px;
  display: flex;
  align-items: center !important;
  height: 50px;
  text-align: center !important;
}
.service .carousel .item span {
  font-weight: bold;
  display: block;
}
.service .carousel .item img {
  height: 50px;
}
.service .carousel .item .counter {
  font-weight: 900;
  font-size: 2em;
  color: #e42627;
  padding: 20px 0px 10px 0px;
}
@media (min-width: 30em) {
  .service .carousel {
    left: -33.33333%;
    transform: translateX(33.33333%);
  }
}
@media (min-width: 40em) {
  .service .carousel {
    left: -20%;
    transform: translateX(20%);
  }
}
.service .carousel.is-reversing {
  transform: translateX(-100%);
}
@media (min-width: 30em) {
  .service .carousel.is-reversing {
    transform: translateX(-33.33333%);
  }
}
@media (min-width: 40em) {
  .service .carousel.is-reversing {
    transform: translateX(-20%);
  }
}
.service .carousel.is-set {
  transform: none;
  transition: transform 2.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.service .carousel-seat {
  background: #fafafa;
  flex: 1 0 100%;
  order: 2;
}
.service .carousel-seat:nth-child(even) {
  background: #fafafa;
}
@media (min-width: 30em) {
  .service .carousel-seat {
    flex-basis: 33.33333%;
  }
}
@media (min-width: 40em) {
  .service .carousel-seat {
    flex-basis: 20%;
  }
}
.service .carousel-seat.is-ref {
  order: 1;
}

.contact-page #contactForm input,
.contact-page #contactForm textarea {
  border-radius: 0px !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.body-contact {
  width: 100%;
  display: flex;
  justify-content: center;
}

.container-contact {
  width: 85%;
  background: #fff;
  border-radius: 6px;
  padding: 20px 60px 30px 40px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) !important;
}
.container-contact .right-side-contact {
  height: 100vh;
}

@media (min-width: 1219px) {
  .container-contact .right-side-contact {
    width: 100% !important;
    overflow: hidden;
    height: 135vh !important;
  }
  .container-contact .right-side-contact ::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 768px) {
  .container-contact .right-side-contact {
    width: 100% !important;
    height: 170vh !important;
  }
}
@media (max-width: 1025px) {
  .container-contact .right-side-contact {
    width: 100% !important;
    height: 200vh !important;
  }
}
@media (max-width: 821px) {
  .container-contact .right-side-contact {
    width: 100% !important;
    height: 105vh !important;
  }
}
@media (max-width: 769px) {
  .container-contact {
    width: 80% !important;
    background: #fff;
    border-radius: 6px;
    padding: 20px 0px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
  .container-contact .right-side-contact {
    height: 125vh !important;
  }
}
@media (max-width: 540px) {
  .container-contact .right-side-contact {
    width: 100% !important;
    height: 172vh !important;
  }
}
@media (max-width: 415px) {
  .container-contact {
    width: 95% !important;
    background: #fff;
    border-radius: 6px;
    padding: 0 0px !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
  .container-contact .right-side-contact {
    width: 100% !important;
    height: 135vh !important;
  }
}
@media (max-width: 394px) {
  .container-contact .right-side-contact {
    width: 100% !important;
    height: 147vh !important;
  }
}
@media (max-width: 376px) {
  .container-contact .right-side-contact {
    width: 100% !important;
    height: 162vh !important;
  }
}
@media (max-width: 366px) {
  .container-contact .right-side-contact {
    width: 100% !important;
    height: 150vh !important;
  }
}
@media (max-width: 361px) {
  .container-contact .right-side-contact {
    width: 100% !important;
    height: 170vh !important;
  }
}
@media (max-width: 281px) {
  .container-contact {
    width: 80% !important;
    padding: 0px !important;
  }
  .container-contact .right-side-contact {
    height: 200vh !important;
    width: 120% !important;
  }
  .container-contact .left-side {
    border: 1px solid black;
    width: 100vw !important;
  }
}
.container-contact .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container-contact .content .right-side-contact {
  width: 100%;
  margin: 0 !important;
}

.container-contact .content .left-side {
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  position: relative;
}

.content .left-side .details {
  margin: 14px;
  text-align: center;
}

.content .left-side .details i {
  font-size: 30px;
  color: #e42627;
  margin-bottom: 10px;
}

.content .left-side .details .topic {
  font-size: 18px;
  font-weight: 500;
}

.content .left-side .details .text-one,
.content .left-side .details .text-two {
  font-size: 14px;
  color: #afafb6;
}

.container-contact .content .right-side-contact {
  width: 75%;
  margin-left: 75px;
}

@media (max-width: 950px) {
  .container-contact {
    width: 100%;
    padding: 30px 40px 40px 35px;
  }
  .container-contact .content .right-side-contact {
    width: 100%;
    margin-left: 55px;
  }
}
@media (max-width: 820px) {
  .container-contact {
    margin: 40px 0;
    height: 100%;
  }
  .container-contact .content {
    flex-direction: column-reverse;
  }
  .container-contact .content .left-side {
    width: 100%;
    flex-direction: row;
    margin-top: 40px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .container-contact .content .left-side::before {
    display: none;
  }
  .container-contact .content .right-side-contact {
    width: 100%;
    margin-left: 0;
  }
}
.testimonials {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 5vw;
  justify-content: space-around;
  flex-wrap: wrap;
}
.testimonials div {
  width: 85vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.snip1533 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  display: inline-block;
  font-size: 16px;
  margin: 35px 10px 10px;
  max-width: 340px;
  min-width: 250px;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border-top: 5px solid #e42627;
}

.snip1533 *,
.snip1533 *:before {
  box-sizing: border-box;
  transition: all 0.1s ease-out;
}

.snip1533 figcaption {
  padding: 13% 10% 12%;
  display: flex;
  flex-direction: column;
  align-items: center !important;
  justify-content: center !important;
}

.snip1533 figcaption:before {
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #e42627;
  content: "\f10e";
  font-family: "FontAwesome";
  font-size: 32px;
  font-style: normal;
  left: 50%;
  line-height: 60px;
  position: absolute;
  top: -30px;
  width: 60px;
}

.snip1533 h3 {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  margin: 10px 0 5px;
}

.snip1533 h4 {
  font-weight: 400;
  margin: 0;
  font-size: 1.2rem;
  opacity: 0.5;
}

.snip1533 h6 {
  font-size: 12px;
  color: grey !important;
}

.snip1533 blockquote {
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  margin: 0 0 20px;
}

footer .footer-wrap {
  border-top: 1px solid rgba(203, 203, 203, 0.7137254902);
  border-bottom: 1px solid rgba(203, 203, 203, 0.7137254902);
  padding: 50px 0px;
  margin-bottom: 30px;
}
footer .footer-wrap h6 {
  padding: 20px 0px;
  font-weight: 900;
}
footer .footer-wrap .about img {
  width: 60vw;
}
footer .footer-wrap .about div {
  margin-top: 30px;
}
footer .footer-wrap .about div a {
  text-decoration: none;
  color: black;
}
footer .footer-wrap .about div a :hover {
  text-decoration: none;
  color: black !important;
}
footer .footer-wrap .social-media {
  width: 220px;
}
footer .footer-wrap .social-media img {
  width: 40px;
}
footer .footer-wrap .social-media a img:hover {
  transform: scale(1.1);
}
footer .footer-wrap .company a:hover,
footer .footer-wrap .useful-links a:hover {
  color: black;
  font-weight: 600;
}
footer .footer-wrap .company p,
footer .footer-wrap .useful-links p {
  margin-bottom: 0.3em;
}
footer .footer-wrap .newsletter p {
  margin: 0;
}
footer .footer-wrap .newsletter .success-message-box {
  height: 20px;
  font-size: small;
}
footer .footer-wrap .newsletter #subscribe label {
  font-weight: bold;
}
footer .footer-wrap .newsletter #subscribe input {
  display: block;
  width: 100%;
  background-image: url("../img/icon/email-icon.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 10px center;
  padding: 10px 10px 10px 40px;
  margin: 15px 0px;
}
footer .footer-wrap .newsletter #subscribe button {
  width: 100%;
}
footer .copyright {
  text-align: center;
}

@media (max-width: 768px) {
  .footer-wrap .social-media {
    width: 100vw !important;
  }
  .testimonials h2 {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .navbar .nav {
    display: flex;
    margin-right: 10vw;
    width: 40vw !important;
  }
  .intro {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    align-items: center;
    padding-bottom: 64px;
    margin-bottom: 50px;
  }
  .intro .intro-img {
    width: 75%;
    padding: 0;
  }
  .intro .intro-text {
    width: 85%;
    font-weight: 500;
    font-size: 1em;
  }
  .intro .intro-text .heading {
    margin: 0 0 16px;
    line-height: 110%;
    margin-bottom: 16px;
  }
  .intro .intro-text .heading h1 {
    font-weight: 500;
    letter-spacing: -1.32px;
    font-size: 4.1rem;
    line-height: 72px;
  }
  .intro .intro-text .front-page {
    padding: 0;
  }
  .intro .intro-text .buttons {
    width: 100%;
    padding: 0;
    align-self: center;
    align-items: center;
  }
  .intro .intro-text .buttons a {
    width: 50%;
    text-align: center;
  }
  .first-variation img {
    margin-top: 80px;
  }
  .first-variation,
  .second-variation,
  .container-about {
    display: flex;
    gap: 50px;
  }
  .first-variation .text,
  .second-variation .text,
  .container-about .text {
    width: 60%;
  }
  .first-variation .text h2,
  .second-variation .text h2,
  .container-about .text h2 {
    font-size: 4rem;
  }
  .first-variation .text h3,
  .second-variation .text h3,
  .container-about .text h3 {
    font-size: 1.375rem;
  }
  .first-variation .text p,
  .second-variation .text p,
  .container-about .text p {
    font-size: 1.25rem;
  }
  .first-variation .img,
  .second-variation .img,
  .container-about .img {
    width: 60%;
  }
  footer {
    text-align: center !important;
  }
  footer .about img {
    width: 15vw !important;
  }
  footer .footer-wrap {
    justify-content: space-between;
    display: flex;
    gap: 30px;
  }
  footer .footer-wrap .about {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .navbar-collapse {
    margin-left: 7vw !important;
  }
  .navbar-collapse .navbar-nav {
    display: flex;
  }
  .nav-item .nav-link {
    display: inline-block;
    color: black;
    width: 118px !important;
    font-size: 1rem;
    text-align: center !important;
  }
  .nav-item #blog-nav {
    text-align: left !important;
  }
  .intro {
    flex-direction: row;
  }
  .intro .heading {
    margin-bottom: 0 !important;
  }
  .intro h1 {
    text-align: left !important;
  }
  .intro .front-page {
    text-align: left !important;
    margin-top: 0px !important;
  }
  .intro p {
    margin: 0 !important;
    margin-bottom: 20px !important;
  }
  .intro #typewriter {
    font-size: 2.5rem !important;
    margin: 0 !important;
    height: 80px !important;
  }
  .intro .buttons {
    text-align: left !important;
  }
  .intro .buttons a {
    width: 35% !important;
  }
  .intro .about-us-p {
    width: 37vw;
  }
  .service {
    padding: 80px 0px 120px;
  }
  .service .service-items .item img {
    height: 80px;
  }
  .service .service-items .item .counter {
    font-size: 3em;
  }
  .all-posts .post-item {
    position: relative;
    display: flex;
  }
  .all-posts .post-item .post-img {
    min-width: 300px;
    height: 300px;
    overflow: hidden;
    margin-right: 20px;
  }
  .all-posts .post-item .post-main-info .post-title {
    padding: 0px 0px 10px;
  }
  .all-posts .post-item .post-main-info .main-button {
    position: absolute;
    bottom: 0;
    margin: 0px;
    padding: 5px 15px;
  }
  .all-posts .post-item .post-main-info a {
    display: inline-block;
    margin-top: 10px;
  }
  .footer-wrap .company p,
  .footer-wrap .useful-links p {
    width: 120px;
  }
}
@media (max-width: 1200px) {
  .nav-item .nav-link {
    text-align: left !important;
    margin-left: 5px !important;
  }
}
@media (min-width: 1200px) {
  .navbar-brand {
    width: 10vw !important;
    margin: 0 !important;
  }
  .navbar-brand img {
    width: 140% !important;
  }
  .navbar-collapse {
    display: flex;
    padding: 0 !important;
  }
  .navbar-collapse .right {
    width: 110px;
  }
  .nav-item {
    margin-right: 10px;
  }
  .nav-item .nav-link {
    display: inline-block;
    color: black;
    width: 118px !important;
    font-size: 1rem;
    text-align: center !important;
  }
  .nav-item #home {
    text-align: right !important;
  }
  .intro .intro-img {
    width: 50%;
  }
  .intro .intro-text {
    width: 45%;
  }
  .variations {
    padding: 150px 0px;
  }
  .first-variation .text,
  .second-variation .text,
  .container-about .text {
    width: 45%;
  }
  .first-variation .img,
  .second-variation .img,
  .container-about .img {
    width: 55%;
  }
  footer .footer-wrap .about {
    width: 20%;
  }
}
@media (max-width: 300px) {
  nav ul {
    margin-left: 0 !important;
  }
  nav .nav-link {
    margin-left: 0 !important;
    padding-left: 0px !important;
    width: 100vw !important;
  }
  nav a {
    margin-right: 0 !important;
  }
  .intro .heading h1 {
    font-size: 2.5rem !important;
  }
  .intro .heading #typewriter {
    margin-top: 30px !important;
    margin-bottom: -10px !important;
    height: 120px;
  }
  .client-logo img {
    width: 80px !important;
  }
  #gebeya-logo {
    margin-top: -5px !important;
  }
  #sensedia-logo {
    transform: scale(1.5) !important;
  }
  #azenia-logo {
    margin-top: 5px !important;
    height: 50% !important;
  }
}
@media (max-width: 540px) {
  .intro .buttons a {
    width: 50% !important;
  }
}
@media (max-width: 768px) {
  .news-form button {
    top: -3px !important;
  }
}
.zf_lB_Dimmer_251151 {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgb(0, 0, 0);
  opacity: 0.8;
  z-index: 10000000;
}

.zf_lB_Container_251151 {
  position: fixed;
  background-color: white;
  margin: 0;
  margin-right: 0px;
  padding: 0;
  height: 500px;
  width: 850px;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  border: 7px solid none;
  max-height: calc(100% - 60px);
  z-index: 999999;
}

p {
  margin-bottom: 10px;
}

.zf_lB_Wrapper_251151 {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: 0;
  margin-top: -180px;
  z-index: 10000001;
}

.zf_main_id_251151 {
  height: calc(100% - 0px);
  display: flex;
  overflow-y: auto;
  overflow-x: hidden;
}

.zf_lb_closeform_251151 {
  position: absolute;
  right: -20px;
  background: #2f2e2e;
  padding: 0;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  top: -15px;
  cursor: pointer;
  border: 2px solid #d9d9d9;
}

.zf_lb_closeform_251151:before,
.zf_lb_closeform_251151:after {
  position: absolute;
  left: 16px;
  content: " ";
  height: 19px;
  width: 2px;
  top: 7px;
  background-color: #f7f7f7;
}

.zf_lb_closeform_251151:before {
  transform: rotate(45deg);
}

.zf_lb_closeform_251151:after {
  transform: rotate(-45deg);
}

@media screen and (min-device-width: 10px) and (max-device-width: 380px) {
  .zf_lB_Container_251151 {
    width: 270px !important;
  }
}
@media screen and (min-device-width: 360px) and (max-device-width: 480px) {
  .zf_lB_Container_251151 {
    width: 300px !important;
  }
}
@media screen and (min-device-width: 440px) and (max-device-width: 500px) {
  .zf_lB_Container_251151 {
    width: 380px !important;
  }
}
@media only screen and (min-width: 500px) and (max-width: 600px) {
  .zf_lB_Container_251151 {
    width: 450px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 700px) {
  .zf_lB_Container_251151 {
    width: 540px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 800px) {
  .zf_lB_Container_251151 {
    width: 650px;
  }
}
@media screen and (min-device-width: 801px) and (max-device-width: 1268px) {
  .zf_lB_Container_251151 {
    width: 750px !important;
  }
}/*# sourceMappingURL=main.css.map */