/*
Theme Name: Ewebot - Child
Author: GT3themes
Author URI: http://gt3themes.com
Description: -
Version: 1.0
Template: ewebot
*/
@import url("../ewebot/style.css");

.mobile-form-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}

.mobile-form-popup .popup-content {
  background: #fff;
  padding: 25px;
  max-width: 500px;
  width: 90%;
  border-radius: 8px;
  position: relative;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  cursor: pointer;
}

.popup-btn {
  cursor: pointer;
}

.dflx {
    display: block;
}

@media (min-width: 992px) {
    .dflx {
        display: flex;
    }
}