:root {
    --highlight-color: #E94035;
    --main-font: 'Questrial', sans-serif;
    --secondary-font: 'Poppins', sans-serif;
}

a {
    color: var(--highlight-color);
}

.ubea-nav ul li a:hover {
    color: var(--highlight-color);
}

.ubea-heading h2:before {
    background: var(--highlight-color);
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: var(--highlight-color);
  }
  
  ::selection {
    color: #fff;
    background: var(--highlight-color);
  }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--main-font);
}

p, a {
    font-family: var(--main-font);
}

@media (min-width: 481px) {
    .mobile-only {
        display: none;
    }
}

@media (max-width: 480px) {
    .mobile-only {
        display: block;
    }
}

#ubea-offcanvas ul li {
    height: 52px;
}

#ubea-offcanvas {
    background: #fff;
    box-shadow: 0px 0px 10px #888888;
}

#ubea-offcanvas a {
    color: rgba(0, 0, 0, 0.5);
}

#ubea-offcanvas .nav-button a.external {
    color: #fff;
    text-align: center;
}

#ubea-hero .flexslider .slides li .overlay {
    background: rgba(0, 0, 0, 0.4);
}

@media (min-width: 919px) {
    .desktop-nav-items {
        display: flex;
        justify-content: end;
        margin: auto;
        height: 80px;
        align-items: center;
    }
}

.slides li {
    top: 120px;
}

.dd-icon-box {
    display: grid;
    text-align: center;
}

.dd-icon-box .icon {
    margin-bottom: 20px;
}

.dd-column-box {
    background-color: #f7f7f7;
    border-radius: 20px;
    padding: 5%;
    margin-bottom: 20px;
}

.nav-button {
    background-color: var(--highlight-color);
    padding: 12px 32px !important;
    border-radius: 100000px !important;
    box-shadow: 0px 0px 10px #888888;
}

.nav-button:hover {
    background-color: #5EB741;
    border: 3px solid #fff;
    padding: 14px 36px !important;
}

.nav-button:hover a {
    color: #fff !important;
}

.nav-button a {
    color: #fff;
}

.nav-button a:hover {
    color: #fff !important;
}

@media (min-width: 920px) {
    .nav-button {
        margin-left: 20px !important;
    }
    .ubea-nav ul li a i {
        font-size: 20px;
    }
}

@media (max-width: 919px) {
    .dd-icon-menu {
        display: inline-block;
        margin-right: 12px !important;
        font-size: 20px;
    }
}

.dd-map {
    width: 100vw;
}

.float{
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 90px;
    right: 20px;
    background-color: #5EB741;
    color: #FFF;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 0px 3px #999;
    z-index: 20000;
    display: flex;
}
.my-float{
    margin-top:22px;
}
.float img {
    width: 30px;
    display: flex;
justify-content: center;
margin: auto;
align-items: center;
}

/* Mobile Slider */

@media (max-width: 919px) {
    #ubea-hero {
        height: 600px;
        min-height: 300px;
    }
    .flexslider.js-fullheight {
        height: 520px !important;
    }
    #ubea-hero .flexslider .slides {
        height: 520px;
    }
    #ubea-hero .flexslider .slides li {
        min-height: 100px;
        height: 400px !important;
    }
    #ubea-hero .flexslider .slides li .overlay, #ubea-hero .container {
        height: 400px !important;
    }
    #ubea-hero .flexslider .slider-text {
        min-height: 100px;
        height: 400px;
    }
    #ubea-hero .flexslider .slider-text > .slider-text-inner {
        min-height: 200px;
        height: 400px !important;
    }
    #ubea-hero .flexslider .slider-text > .slider-text-inner h2 {
        font-size: 52px;
    }
    #ubea-features, #ubea-features-2, #ubea-products, #ubea-subscribe, #ubea-footer, #ubea-faq, .ubea-section {
        padding: 0em 0;
    }
}

@media (max-width: 480px) {
    #ubea-hero {
        height: 400px;
        min-height: 300px;
    }
    .flexslider.js-fullheight {
        height: 320px !important;
    }
    #ubea-hero .flexslider .slides {
        height: 320px;
    }
    #ubea-hero .flexslider .slides li {
        min-height: 100px;
        height: 200px !important;
    }
    #ubea-hero .flexslider .slides li .overlay, #ubea-hero .container {
        height: 200px !important;
    }
    #ubea-hero .flexslider .slider-text {
        min-height: 100px;
        height: 200px;
    }
    #ubea-hero .flexslider .slider-text > .slider-text-inner {
        min-height: 200px;
        height: 200px !important;
    }
    #ubea-hero .flexslider .slider-text > .slider-text-inner h2 {
        font-size: 32px;
    }
    #ubea-features, #ubea-features-2, #ubea-products, #ubea-subscribe, #ubea-footer, #ubea-faq, .ubea-section {
        padding: 0em 0;
    }
}