@font-face {
    font-family: 'Gill_Sans';
    src: url('../fonts/Gill_Sans_MT_Light.ttf');
}
@font-face {
    font-family: 'open-sans';
    src: url('../fonts/OpenSans.ttf');
}

body{
    margin:0;
    font-family: open-sans, 'Muli',proxima-nova,sans-serif !important;
    font-size:1.7rem !important;
    font-weight:400;
    line-height:1.5;
    color:rgba(0,0,0,.75);
    background-color:#fff
}
#main {
    background: #fff;
    max-width: inherit;
    padding-top: 70px;
}
/*GLOBAL SCROLLBAR STYLING*/
/**::-webkit-scrollbar {
    width: 10px;
    background: #ffffff;
}
*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
*::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}*/
/*END SCROLLBAR STYLING*/
.vhq-container{
    max-width: inherit;
    padding-right: 70px;
    padding-left: 70px;
}

.vhq-dropdown-list .vhq-nav-subheader, .vhq-header-menu-label, .vhq-menu-title, .vhq-region-text {
    font-weight: 400;
    font-size: 16px;
}
.vhq-navigation-button {
    font-weight: 700;
}
.language-toggle {
    padding-top: 20px;
    margin-right: 20px;
}
.language-toggle img{
    width: 20px;
    height: 20px;
    margin: 2px 10px 0 0;
    border-radius: 20px;
}
.language-toggle .dropdown-toggle {
    text-decoration: none !important;
}
.language-toggle .dropdown-toggle::after {
    vertical-align: .1em !important;
}
.language-toggle .dropdown-menu {
    margin: 0;
}

.vhq-sticky{
    box-shadow: 0 5px 20px 7px rgba(0,0,0,0.1);
}
.active-link{
    color: #129e7b !important;
}


.button-login {
    color: #000000;
    text-decoration: none !important;
    border: 1px solid #000000;
    border-radius: 20px;
    margin-right: 10px;
    background-color: transparent;
    font-weight: 700;
}
.button-whatsapp {
    color: #129e7b;
    text-decoration: none !important;
    border: 1px solid #129e7b;
    border-radius: 20px;
    margin-right: 10px;
    background-color: transparent;
    font-weight: 700;
}
.btn-outline-white{
    color: #fff;
    text-decoration: none !important;
    border: 2px solid #fff;
    border-radius: 20px;
    margin-right: 10px;
    background-color: transparent;
}
.vhq-logo {
    height: 44px;
    width: 130px;
}
.vhq-mobile-logo-container {
    height: 64px;
}
.vhq-main-header {
    height: 64px;
    bottom: -64px;
}
.vhq-address {
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #494948;
}
.uza-bigger-p{
    font-size: 160%;
    margin-bottom: 20px;
}
#headsup h5{
    /*font-size: 20px;*/
    /*font-weight: 600;*/
    margin: 25px;
}
#headsup p{
    /*font-size: 15px;*/
 }
.heading{
    font-size: 20px;
    margin: 20px;
}
.industry{
    margin: 10px;
    cursor: pointer;
    /*height: 185px;*/
    border: 1px solid #94abbb;
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.industry img{
    height: 100px;
    margin: 5px auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.industry p{
    font-weight: 600;
    margin: 10px 0 5px;
    font-size: 14px;
}
.category img{
    height: 110px;
    margin: 5px auto;
    /*-webkit-border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    /*border-radius: 5px;*/
}
.uza-tile{
    margin: 10px;
    cursor: pointer;
    height: 160px;
    border: 1px solid #94abbb;
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.uza-small-tile{
    margin: 10px;
    cursor: pointer;
    height: 140px;
    border: 1px solid #a9b6c3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgba(255,255,255,0.6);
}
.no-of-stores, .no-of-users{
    cursor: pointer;
    height: 120px;
    border: 1px solid #c6c8ca;

}
.btn-next, .btn-previous{
    bottom: -60px;
}
.btn-next{
right: 0;
position: absolute;
}
.btn-previous{
left: 0;
position: absolute;
}
.uza-btn-holder{
    position: relative;
    position:absolute;
    bottom: 5px;
    margin-top: 20px;
}
.uza-btn-holder-next{
    right: 10px;
}
.uza-btn-holder-prev{
    left: 10px;
}
.uza-prevnext {
    text-decoration: none;
    display: inline-block;
    padding: 8px;
    cursor: pointer;
    background-color: #41af4b;
    color: #fff;
}
.uza-prevnext:hover, uza-btn{
    background: #37933f;
    color:white;
}
.btn-primary:hover{color:#fff;background-color:#129e7b;border-color:#129e7b}
#subdomain {
    cursor: auto;
    width: 100%;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 5px;
    display: flex;
    background: #e8e8e8;
    align-items: center;
}
label#lead {
    position: absolute;
    font-weight: 800;
    font-family: 'Gill_Sans',proxima-nova,sans-serif;
    right: 5px;
    padding-left: 3px;
    color: #847d7d;
}
input#inputSubdomain{
    border: none;
    outline: none;
    font-size: 14px;
    width: 70%;
    background: #ffff;
}
.myform-control{
    padding: 5px 2px;
    border: none !important;
    padding-left: 12px;
}
input.form-control{
    font-weight: 400;
    font-size: 14px;
    color: #404040;
}
input.activation-code{
    font-size: 16px;
    font-weight: 600;
    padding: 20px;
    text-align: center;
}
.angle-icon-container{
    position: relative;
    height: 100px;
}
.mail-icon{
    font-size: 50px;
    text-align: center;
    color: #41af4b;
}
.angle-icon{
    font-size: 50px;
    color: #41af4b;
    position: absolute;
    bottom: 0;
    margin-left: -15px;
}
.bg-delight-green-light {
    background-color: #ddffe0!important;
}
.btn-green{
    padding: 1.5rem 1.5rem;
    font-size: 1.2rem;
    background: #0eba8f;
    color: white;
}
.btn-green:hover{
    color: white;
}
.btn-outline-primary{
    padding: 1.5rem 1.5rem;
    font-size: 1.2rem;
}
.h1{
    font-size: 3rem;
}
.mb-20{margin-bottom:20px!important}
.signup-common{
    font-family: proxima-nova,sans-serif;
}

.heading-tagline{
    margin-top: 30px;
    margin-bottom: 20px!important;
    color: #626262;
    font-size: 16px;
    text-align: center;
}
.panel-heading{
    margin-top:30px;
    margin-bottom:20px;
    font-size:20px;
    font-weight: 300;
    text-align: center;
}
.selected{
    background: #EAF6EB;
    border: 1px solid #3BAC46;
}
.to-select{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #EAF6EB;
    border: 1px solid #3BAC46;
}
.uza-margined{
    margin: 100px auto;
}
.uza_list_check{
    font-size: 10px;
    margin-right: 10px !important;
    background: black;
    color: white;
    padding: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0.5;
}
.uza_why_heading_tile{
    text-align: center;
    padding: 4em 2em;
}
.values_info{
    padding: 20px;
    margin: 10px auto;
    /*border: solid 1px #ccc;*/
    text-align: center;
}
.h5, h5 {
    font-weight: 700;
    margin: 0 0 .9rem;
    font-size: 1.5rem;
}
.see-more {
    display: inline-block;
    padding: 1.5rem;
    margin-bottom: 2rem;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}
.icon{
    font-size: 35px;
    margin-bottom: 20px;
}
.icon .fa{
    color: #074A39;
}
.h2{
    font-size: 30px;
}
.values_info h5{
    font-family: 'Raleway', sans-serif;
    color: black;
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0;
}
.values_info p{
    font-family: 'Poppins', sans-serif;
    color: black;
    font-size: 15px;
}
.text-muted{
    /*margin: 10px 0;*/
    font-size: 12px;
}
.small, small {
    font-size: 90%;
    font-weight: 400;
}
.range-value{
    font-size: 35px;
    font-weight: 600;
    padding-top: 45px;
    color: #5f7887;
}
.hidden{
display: none;
}
.btn-uzapoint{
padding:20px;
background: #434858;
color: #2befbe;
font-weight: bold;
/*border-radius: 5px;*/
font-size: 15px;
}
.uza-required{
color: #D90F31;
}
.uza-colored-fa{
font-size: 100px;
cursor: pointer;
color: #2befbe;
-webkit-transition: height 0.25s;
-moz-transition:  height 0.25s;
-ms-transition:  height 0.25s;
-o-transition:  height 0.25s;
transition:  height 0.25s;
}
.uza-colored-fa:hover{
font-size: 105px;
}
.form-control {
border: 1px solid #ccd0d4;
-webkit-box-shadow: none;
box-shadow: none;
font-size: 12px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px
}
.form-control.input-white {
background: #fff;
border-color: #fff
}
.form-control.input-white:focus {
box-shadow: none;
-webkit-box-shadow: none
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 0;
font-size: 12px !important;
font-weight: normal;
}
.fav-heading{
    font-weight: lighter !important;
}
.center{
text-align: center;
}
.cleared-float{
    clear: both;
}
.heading-container{
    /*padding: 80px 0 20px;*/
    padding-top: 30px !important;
}
.heading-container.p-t-30 h3{
    text-transform: none;
    font-weight: lighter;
}

.button-primary{
    color:#fff;
    background-color:#0eba8f;
    border-color:#0eba8f;
}
.button-primary.active,.button-primary:active,.button-primary:focus,.button-primary:hover{
    color:#fff;
    background-color:#129e7b;
    border-color:#129e7b
}
.button-primary.disabled,.button-primary.disabled.active,.button-primary.disabled:active,.button-primary.disabled:focus,.button-primary.disabled:hover,.button-primary[disabled],.button-primary[disabled].active,.button-primary[disabled]:active,.button-primary[disabled]:focus,.button-primary[disabled]:hover,fieldset[disabled] .button-primary,fieldset[disabled] .button-primary.active,fieldset[disabled] .button-primary:active,fieldset[disabled] .button-primary:focus,fieldset[disabled] .button-primary:hover{
    background-color:#129e7b;
    border-color:#129e7b
}
.card-title{
    margin: 1rem 0 0;
}
.m-t-20{
    margin-top: 20px !important;
}
.m-b-20{
    margin-bottom: 20px;
}
.vhq-header-button-wrapper{
    width: 100%;
}
.btn-green:hover{
    background: #129e7b;
}
.grey-bg{
    background-color: #f5f5f5;
}
.capitalized{
    text-transform: capitalize;
}
div#particles-js{
    min-height: 100vh !important;
}
.limiter{
    background: #1a2220 !important;
}

/*----------- Padding classes -----------------*/
.ptb-50{
    padding: 0px 0 !important;
}
.ptb-100{
    padding: 100px 0 !important;
}
.all-uppercase{
    text-transform: uppercase;
}
.centered-content{
    margin: auto;
}
.selected-dial-code {
    font-size: 14px;
}
.content-justify{
    text-align: justify !important;
}
.bg-white{
    background: #ffffff !important;
}
input.anime-search {
    width: 80%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('../img/uzapoint-searchicon.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 8px 20px 8px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}
a.link-hover-green:hover{
    color: #2befbe;
}

input.anime-search:focus {
    width: 100%;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: 100vh;
}
.kb_caption h1 {
    color: #0c503f;
    background: #ffffff75;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#section07 {
    position: relative;
    width: 100%;
    height: 100%;
}
#section07::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 80%;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
}
.demo a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font : normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}
.demo a:hover {
    opacity: .5;
    color: #fff;
}
#section07 a {
    padding-top: 80px;
}
#section07 a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}
#section07 a span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
#section07 a span:nth-of-type(2) {
    top: 16px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}
#section07 a span:nth-of-type(3) {
    top: 32px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sdb07 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@media only screen and (min-width: 600px) {
    .heading-holder{
        padding: 50px 0 0;
    }
    .bg-delight-green-light{
        padding: 8rem 6rem;
    }
    .padded-container{
        padding: 8rem 6rem;
    }
    .uza_why_tiles {
        padding: 4em 2em;
        transition: all 0.3s ease-out 0s;
    }
    .signup-call{
        padding: 50px 0;
    }
    #nav-btn-request-demo{
        width: 205px;
    }
    .facts-container{
        padding-top: 90px;
    }
}
@media only screen and (max-width: 600px){
    .bg-delight-green-light{
        padding: 10px 10px 50px;
    }
    .heading-holder{
        padding: 10px 0 0;
    }
    .row.no-gutters {
        padding: 20px 0;
    }
    .btn-green, .btn-outline-primary{
        font-size: 15px;
    }
    .signup-call{
        padding: 30px 0;
    }
    .container-login100{
        padding: 0 15px !important;
    }
    .input#from{
        min-width: 70%;
    }
    .padded-container{
        padding: 10px 10px 50px;
    }
    .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
        display: block;
        max-width: 100%;
        height: 50vh;
    }
    #section07{
        display: none;
    }
    .vhq-header-button-wrapper {
        width: 100%;
        margin: 0 5px;
    }
    .vhq-header-button-trial {
        margin-right: 10px;
    }
    .get-started {
        margin-right: 10px;
    }
    .facts-container{
        padding-top: 15px;
    }
}


/* ------ Uza radio imported style ------------ */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #2befbe;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* ----- End of uza radio imoported style --------*/
.vhq-dropdown-selector-current.js-vhq-dropdown-selector-current.vhq-dropdown-flag-default {
    color: #fff;
}
.vhq-dropdown-selector-current {
    width: 150px;
    height: 24px;
     background: 8px 6px/16px 11px no-repeat #22575d;
    cursor: pointer;
    position: relative;
    font-size: 13px;
    margin-left: auto;
    margin-right: auto;
}
.vhq-dropdown-selector-current-text{
    margin-left: 0px;
}
.vhq-top-bar-info, .vhq-top-bar-link{
    color: #fff;
}
.vhq-top-bar{
    display: none !important;
}
#free-trial-nav-btn-lg{
    display: none!important;
}
#nav-btn-request-demo {
    border-radius: 25px;
    text-transform: none;
    background: #469D9A;
    border-color: #469D9A;
    width: 205px;
}
.language-label {
    margin-right: 20px;
}
.vhq-global-nav-list{
    margin-left:20px;
}

#myFooter {
    padding-bottom: 15px;
    background: #F8F8F8;
}

.social-nav {
    padding: 0;
    list-style: none;
    max-width: 600px;
    margin: auto;
    width: 100%;
}
.social-nav li {
    margin: auto;
}
.social-nav a {
    display: inline-block;
    width: 50px;
    height: 50px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    background: #000;
    position: relative;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    overflow: hidden;
    border-radius: 50px;
    font-size: 28px;
    padding-top: 9px;
    padding-left: 1px;
}

.social-nav a:hover {
    color: #fff;
    opacity: 0.7;
}

.social-nav .twitter {
    background: #1DA1F2;
}

.social-nav .facebook {
    background: #1877F2;
}

.social-nav .instagram {
    background: #F00073;
}

.social-nav .linkedin {
    background: #2867B2;
}

.social-nav .youtube {
    background: #FF0000;
}
.footer-company {
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
    color: #494948;
}
.footer-widgets {
    display: flex;
}
.vhq-footer-sublink {
    padding-top: 4px;
    padding-bottom: 4px;
}

.vhq-menu-header {
    position: initial;
}

.vhq-small-dropdown {
    width: 100%;
    left: 0;
    padding-left: 70px;
    background: #F8F8F8;
    border: none;
    height: 51px;
}

.vhq-open-subnav {
    display: flex;
}

.vhq-links-sublist {
    display: flex;
    margin-bottom: 0 !important;
}

.vhq-small-dropdown .vhq-sublink {
    padding: 0;
    width: auto;
    margin-right: 25px;
}

.vhq-dropdown-list {
    margin-top: auto;
    margin-bottom: auto;
}

.vhq-dropdown-list .vhq-sublink-title {
    font-size: 16px;
}

@media (max-width: 991px){
    .vhq-global-nav-list {
        margin: auto;
    }
    .vhq-container{
        padding: 0;
    }
    .vhq-header-button-wrapper {
        flex-direction: column-reverse;
        padding: 55px 35px;
        max-width: 768px;
        margin: auto;
    }

    .vhq-header-button-wrapper .button-login {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .vhq-header-button-wrapper .vhq-navigation-button {
        margin-right: auto;
        margin-left: auto;
        width: 176px;
    }

    .language-label {
        margin-right: 0;
    }
    .footer-widgets {
        display: block;
    }
}

@media only screen and (max-width: 768px){
    .vhq-header-button-wrapper .vhq-navigation-button {
        width: 100% !important;
    }
}

@media (max-width: 1024px) {
    .vhq-container {
        padding-right: 20px;
        padding-left: 20px;
    }
}

#requestCallModal {
    padding: 0;
}

#requestCallModal .close {
    width: 35px;
    height: 35px;
    position: relative;
    opacity: 1;
    outline: none;
}

#requestCallModal .close:before, #requestCallModal .close:after {
    position: absolute;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #000;
    top: 0;
}

#requestCallModal .close:before {
    transform: rotate(45deg);
}

#requestCallModal .close:after {
    transform: rotate(-45deg);
}

#requestCallModal form {
    display: flex;
    flex-direction: column;
}

#requestCallModal form label {
    font-weight: 400;
    font-size: 16px !important;
    color: #000000;
}

#requestCallModal form ::placeholder {
    font-size: 16px !important;
}

#requestCallModal form .intl-tel-input {
    width: 100%;
}

#requestCallModal .modal-title {
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
    color: #494948;
}

#requestCallModal .modal-description {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
    color: #000;
}

#requestCallModal .privacy-accept {
    font-weight: 400;
    font-size: 14px;
}

#requestCallModal input.form-control {
    font-size: 16px;
}

#requestCallModal .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #469D9A;
    outline: 0;
}

#requestCallModal .card-button {
    border-radius: 50px;
    text-transform: none;
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    margin-right: 10px;
    padding: 7px 15px;
    text-align: center;
    background: #469D9A;
    color: #fff;
    border: 1px solid #469D9A;
    width: 100%;
    margin-top: 30px;
}

#requestCallModal .card-button:focus {
    outline: none;
}
