/*
Theme Name:   Engitech Child
Theme URI:    http://wpdemo.archiwp.com/engitech/
Description:  Make your modifications to [Parent Theme] in this Engitech child theme.
Author:       OceanThemes
Author URI:   http://oceanthemes.net/
Template:     engitech
Version:      1.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  engitech-child
*/

/* =Theme customization starts here
------------------------------------------------------- */

.elementor-column.elementor-col-25.elementor-top-column.elementor-element.elementor-element-2d3490c6.ot-column-items-center.ot-flex-column-horizontal {
    display: block !important;
    position: unset !important;
    margin-top: 25px !important;
}
.sticky-button {
    display: none;
}
@media only screen and (max-width: 600px) {
.page-id-5476 .sticky-button {
  position: fixed;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 20px;
  background-color: #ffffff00;
  color: white;
  border: none;
  border-radius: 8px;
  z-index: 1000;
  cursor: pointer;
  display: block;
}

.page-id-5476 .sticky-button.top {
  top: -10px;
}

.page-id-5476 .sticky-button.bottom {
  bottom: -10px;
}
.page-id-5476 .header-mobile {
        display: none !important;
    }
.page-id-5476 .sticky-button a.elementor-button.elementor-button-link.elementor-size-sm {
        background: #c23d32;
        padding: 15px 40px 15px 40px;
        border-radius: 5px;
        width: 100%;
        font-size: 20px;
}
}