@import url(css/bootstrap.min.css);
@import url(css/classy-nav.css);
@import url(css/font-awesome.min.css);
@import url(css/style.css);
* {
    margin: 0;
    padding: 0
}

body {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 14px
}
@media only screen and (min-width: 1024px) {
.backgroundSecBg {
    background-color: #ffffff !important;
}
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, sans-serif;
    line-height: 1.4;
    font-weight: 600;
    color: #0000009e!important
}

a,
a:active,
a:focus,
a:hover {
    font-family: Montserrat, sans-serif;
    text-decoration: none;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    outline: 0;
    font-size: 16px;
    font-weight: 600
}

li {
    list-style: none
}

p {
    line-height: 2;
    color: #000000b5;
    font-size: 16px;
    font-weight: 400;
    font-family: Montserrat, sans-serif
}

span {
    color: #000000b5!important
}

ul {
    margin: 0;
    padding: 0
}

ul li {
    margin: 0;
    padding: 0;
    font-family: Montserrat, sans-serif
}

.mt-15 {
    margin-top: 15px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-70 {
    margin-top: 70px
}

.mt-80 {
    margin-top: 80px
}

.mt-100 {
    margin-top: 100px
}

.mt-150 {
    margin-top: 150px
}

.mr-15 {
    margin-right: 15px
}

.mr-30 {
    margin-right: 30px
}

.mr-50 {
    margin-right: 50px
}

.mr-100 {
    margin-right: 100px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-100 {
    margin-bottom: 100px
}

.ml-15 {
    margin-left: 15px
}

.ml-30 {
    margin-left: 30px
}

.ml-50 {
    margin-left: 50px
}

.ml-100 {
    margin-left: 100px
}

.pt-50 {
    padding-top: 50px!important
}

.section-padding-80 {
    padding-top: 80px;
    padding-bottom: 80px
}

.section-padding-0-80 {
    padding-top: 0;
    padding-bottom: 80px
}

.section-padding-80-0 {
    padding-top: 80px;
    padding-bottom: 0
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: #ec3d29;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wrapper {
    margin: auto;
    display: block
}

.cssload-loader {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background: #fff
}

.cssload-loader,
.cssload-loader:after,
.cssload-loader:before {
    animation: 1.15s infinite ease-in-out;
    -o-animation: 1.15s infinite ease-in-out;
    -ms-animation: 1.15s infinite ease-in-out;
    -webkit-animation: 1.15s infinite ease-in-out;
    -moz-animation: 1.15s infinite ease-in-out
}

.cssload-loader:after,
.cssload-loader:before {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0
}

.cssload-loader {
    animation-name: cssload-loader;
    -o-animation-name: cssload-loader;
    -ms-animation-name: cssload-loader;
    -webkit-animation-name: cssload-loader;
    -moz-animation-name: cssload-loader
}

@keyframes cssload-loader {
    from {
        transform: scale(0);
        opacity: 1
    }
    to {
        transform: scale(1);
        opacity: 0
    }
}

@-o-keyframes cssload-loader {
    from {
        -o-transform: scale(0);
        opacity: 1
    }
    to {
        -o-transform: scale(1);
        opacity: 0
    }
}

@-ms-keyframes cssload-loader {
    from {
        -ms-transform: scale(0);
        opacity: 1
    }
    to {
        -ms-transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes cssload-loader {
    from {
        -webkit-transform: scale(0);
        opacity: 1
    }
    to {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@-moz-keyframes cssload-loader {
    from {
        -moz-transform: scale(0);
        opacity: 1
    }
    to {
        -moz-transform: scale(1);
        opacity: 0
    }
}

.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 70px
}

.section-heading h2 {
    font-size: 48px;
    text-transform: capitalize;
    margin-bottom: 0;
    line-height: 1.1
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .section-heading h2 {
        font-size: 36px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section-heading h2 {
        font-size: 42px
    }
}

@media only screen and (max-width:767px) {
    .section-heading h2 {
        font-size: 30px
    }
    .screenshot-2,
    .section-three {
        padding-left: 0!important;
        padding-right: 0!important
    }
    #features {
        padding-top: 0!important
    }
    .contact-btn {
        margin-top: 2rem!important
    }
    .ss-card {
        margin-top: 5rem!important
    }
    .login-register-btn {
        float: left!important;
        margin-top: 2rem
    }
    .signup-btn {
        color: #fff!important;
        font-weight: 800!important
    }
    .partner-logo {
        max-width: 75px!important
    }

    #nav {
    float: left !important;
    }

    #system-view {
        display: none !important;
    }
    #mobile-view {
        display: inline-flex !important;
    }
    #pp-tc {
        text-align: left !important;
    }
.app-play-store-download-btn {
    width: 240px !important;
    height: 82px !important;
}
    .app-download-btn {
        height: 72px !important;
    }
    .meet-assistance {
        padding-top: 0px !important;
    }

    .exprs-logo-center {
        text-align: center;
    }
}

.section-heading p {
    margin-top: 15px;
    font-size: 18px;
    margin-bottom: 0;
    color: #000000b5
}

#scrollUp {
    bottom: 50px;
    font-size: 30px;
    line-height: 45px;
    right: 50px;
    width: 50px;
    background-color: #D17702;
    color: #fff;
    text-align: center;
    height: 50px;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    border-radius: 50%;
    -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, .15);
    box-shadow: 0 6px 50px 8px rgba(21, 131, 233, .15)
}

#scrollUp:focus,
#scrollUp:hover {
    background-color: #ec3d29;
    color: #fff
}

@media only screen and (max-width:767px) {
    #scrollUp {
        right: 30px;
        bottom: 30px
    }
}

.exprs-btn {
    position: relative;
    z-index: 1;
    min-width: 160px;
    height: 61px;
    line-height: 61px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding: 0 40px;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

.hero-btn {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)!important;
    padding: 0 60px
}

.exprs-btn.btn-2 {
    background-color: #ec3d29;
    border: 1px solid #ec3d29;
    color: #fff
}

.exprs-btn.btn-2:hover {
    background-color: #fff;
    color: #ec3d29;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)!important
}

.exprs-btn.btn-3 {
    border: 2px solid #1583e9;
    line-height: 46px
}

.login-register-btn a {
    display: inline-block
}

.login-register-btn a span {
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    color: #000000b5
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .login-register-btn a {
        font-size: 14px
    }
}

.header-area {
    position: absolute;
    z-index: 600;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area .main-header-area {
        border-top: 2px solid #e7f2fd
    }
}

@media only screen and (max-width:767px) {
    .header-area .main-header-area {
        border-top: 2px solid #e7f2fd
    }
}

.header-area .main-header-area.sticky {
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    top: 0;
    width: 100%;
    position: unset;
    display: none;
    background-color: #D17702;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1);
    border-bottom: none;
    left: 0;
    z-index: 650
}

.header-area .search-icon {
    position: relative;
    z-index: 1;
    margin-left: 14px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area .search-icon {
        margin-left: 15px;
        margin-top: 20px
    }
}

@media only screen and (max-width:767px) {
    .header-area .search-icon {
        margin-left: 15px;
        margin-top: 20px
    }
}

.header-area .search-icon i {
    font-size: 20px;
    color: #303030;
    cursor: pointer
}

.classy-nav-container {
    background-color: transparent;
    padding: 0
}
#nav {
    float: right;
}

@media only screen and (max-width:767px) {
    .classy-nav-container {
        padding: 0 15px
    }
}

.classy-nav-container .classy-navbar {
    height: 74px;
    padding: 0 3%
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .classy-nav-container .classy-navbar {
        height: 70px;
        padding: 0 5%
    }
}

@media only screen and (max-width:767px) {
    .classy-nav-container .classy-navbar {
        height: 70px;
        padding: 0 5%
    }
}

@media only screen and (max-width:767px) {
    .classy-nav-container .classy-navbar .nav-brand {
        max-width: 90px;
        margin-right: 15px
    }
}

.classy-nav-container .classy-navbar .classynav ul li a {
    position: relative;
    z-index: 1;
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    color: #fff
}

.classy-nav-container .classy-navbar .classynav ul li a:hover, a:hover {
    color: #ec3d29!important;
    font-weight: 800;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .classy-nav-container .classy-navbar .classynav ul li a {
        font-size: 14px;
        padding: 0 10px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .classy-nav-container .classy-navbar .classynav ul li a {
        font-size: 14px
    }
}

@media only screen and (max-width:767px) {
    .classy-nav-container .classy-navbar .classynav ul li a {
        font-size: 14px
    }
}

.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a {
    font-size: 16px;
    text-transform: capitalize;
    height: 42px;
    line-height: 42px;
    padding: 0 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a {
        font-size: 14px
    }
}

.classy-nav-container .classy-navbar .classynav ul li.current-item a::after {
    content: '';
    position: absolute;
    width: 70%;
    height: 2px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a {
        font-size: 14px
    }
}

@media only screen and (max-width:767px) {
    .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a {
        font-size: 14px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .classy-nav-container .classy-navbar .classynav ul li.current-item a::after {
        width: 100%;
        height: 1px
    }
}

@media only screen and (max-width:767px) {
    .classy-nav-container .classy-navbar .classynav ul li.current-item a::after {
        width: 100%;
        height: 1px
    }
}

.breakpoint-off .classynav ul li .dropdown {
    width: 210px;
    -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, .15);
    box-shadow: 0 6px 50px 8px rgba(21, 131, 233, .15);
    border-radius: 6px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .get-a-quote {
        margin: 30px 15px!important
    }
}

@media only screen and (max-width:767px) {
    .get-a-quote {
        margin: 30px 15px!important
    }
}

.welcome-slides {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.single-welcome-slide {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 750px;
    background-color: #fff
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-welcome-slide {
        height: 600px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-welcome-slide {
        height: 450px
    }
}

@media only screen and (max-width:767px) {
    .single-welcome-slide {
        height: 750px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .single-welcome-slide {
        height: 800px
    }
}

.single-welcome-slide .background-curve {
    position: absolute;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .51)), url(img/Exprs_kiosks.jpg) center center no-repeat;
    top: 0;
    background-size: cover;
    height: 100%;
    right: 0;
    z-index: -1
}

.our-team {
    width: 100%;
    background: url(img/curve-1.png) no-repeat;
    background-size: cover;
    background-origin: content-box
}

.single-welcome-slide .background-curve img {
    width: 100%;
    height: auto;
    background-repeat: no-repeat
}

.single-welcome-slide .welcome-text {
    position: relative;
    z-index: 1;
    color: #fff!important;
    font-weight: bolder
}

@media only screen and (max-width:767px) {
    .single-welcome-slide .welcome-text h1 {
        font-size: 1.8rem!important
    }
}

.single-welcome-slide .welcome-text h2 {
    font-size: 60px;
    display: block;
    margin-bottom: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-welcome-slide .welcome-text h2 {
        font-size: 48px
    }
    #business-banner h1, #communities-banner h1, #community-safety h1 {
        font-size: 48px
    }

}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-welcome-slide .welcome-text h2 {
        font-size: 42px
    }

}

@media only screen and (max-width:767px) {
    .single-welcome-slide .welcome-text h2 {
        font-size: 36px
    }
    .single-welcome-slide .welcome-text h1 {
        font-size: 1.8rem!important
    }
    #business-banner h1, #communities-banner h1, #community-safety h1   {
        font-size: 1.8rem!important;
    }
    #communities-banner h2  {
        font-size: 1.5rem!important;
    }
    #communities-banner .business-main-subheading h4 {
        font-size: 1.6rem !important;
    }
    
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .single-welcome-slide .welcome-text h2 {
        font-size: 42px
    }
    #business-banner h1, #communities-banner h1, #community-safety h1   {
        font-size: 42px!important;
    }
    #communities-banner h2  {
        font-size: 36px!important
    }
}

.single-welcome-slide .welcome-text h5 {
    font-size: 22px;
    color: #000000b5;
    margin-bottom: 60px;
    display: block
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-welcome-slide .welcome-text h5 {
        font-size: 18px;
        margin-bottom: 40px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-welcome-slide .welcome-text h5 {
        font-size: 14px;
        margin-bottom: 40px
    }
}

@media only screen and (max-width:767px) {
    .single-welcome-slide .welcome-thumbnail {
        margin-top: -120px
    }
}

.border-line {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 1px;
    background-color: #e7f2fd
}

.exprs-newsletter-area {
    position: relative;
    z-index: 1
}

.exprs-newsletter-area .border-line {
    width: 100%;
    height: 1px;
    background-color: #e7f2fd
}

.exprs-newsletter-area .nl-content {
    position: relative;
    z-index: 1
}

.exprs-newsletter-area .nl-content h2 {
    font-size: 36px;
    display: block;
    margin-bottom: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .exprs-newsletter-area .nl-content h2 {
        font-size: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .exprs-newsletter-area .nl-content h2 {
        font-size: 24px
    }
}

@media only screen and (max-width:767px) {
    .exprs-newsletter-area .nl-content h2 {
        font-size: 24px
    }
}

.exprs-newsletter-area .nl-content p {
    margin-bottom: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .exprs-newsletter-area .nl-content p {
        font-size: 14px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .exprs-newsletter-area .nl-content p {
        font-size: 12px
    }
}

.exprs-newsletter-area .nl-form form {
    position: relative;
    z-index: 1
}

.exprs-newsletter-area .nl-form form input {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    background-color: #e7f2fd;
    border: none;
    font-size: 16px;
    padding: 0 30px
}

.exprs-newsletter-area .nl-form form button {
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    position: absolute;
    padding: 0 30px;
    border-radius: 0 50px 50px 0;
    font-size: 16px;
    color: #fff;
    height: 50px;
    top: 0;
    right: 0;
    border: none;
    cursor: pointer
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .exprs-newsletter-area .nl-form form button {
        padding: 0 20px
    }
}

@media only screen and (max-width:767px) {
    .exprs-newsletter-area .nl-form form button {
        padding: 0 20px
    }
}

.exprs-newsletter-area .nl-form form button:focus,
.exprs-newsletter-area .nl-form form button:hover {
    background-color: #303030
}

.about-us-content {
    position: relative;
    z-index: 1
}

.about-us-content h2 {
    font-size: 46px;
    display: block;
    margin-bottom: 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .about-us-content h2 {
        font-size: 36px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-us-content h2 {
        font-size: 30px
    }
}

@media only screen and (max-width:767px) {
    .about-us-content h2 {
        font-size: 30px
    }
}

.about-us-thumbnail {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-right: 100px
}

.about-us-thumbnail img {
    width: 100%
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-us-thumbnail {
        padding-right: 0
    }
}

@media only screen and (max-width:767px) {
    .about-us-thumbnail {
        padding-right: 0
    }
}

.exprs-about-us-area {
    position: relative;
    z-index: 1
}

.exprs-about-us-area .features-bg-pattern {
    position: absolute;
    width: 40%;
    left: 0;
    bottom: 0;
    z-index: -1;
    height: 100%
}

.exprs-about-us-area .features-bg-pattern img {
    height: 100%;
    width: auto
}

.exprs-services-area {
    position: relative;
    z-index: 1
}

.exprs-services-area .about-bg-curve {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: 100%
}

.exprs-services-area .about-bg-pattern {
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    right: 0
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: .3
    }
    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, .5)
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, .5);
        transform: scale(1.5);
        opacity: 0
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: .3
    }
    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, .5)
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, .5);
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes sonarEffect {
    0% {
        opacity: .3
    }
    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, .5)
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, .5);
        transform: scale(1.5);
        opacity: 0
    }
}

.single-service-area {
    position: relative;
    z-index: 1;
    text-align: center;
    border: 1px solid #80808069;
    border-radius: 5px
}

.single-service-area:hover {
    border-color: #ec3d29;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

super {
    color: #D17702!important
}

.single-service-area .service-icon {
    color: #fff;
    text-align: center;
    margin: 0 auto 30px;
    width: auto !important;
    height: 250px!important;
    border-radius: 5px 5px 0 0;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

.service-icon img {
    width: 100%;
    height: 100%;
    border-radius: 4px 4px 0 0;
}

.single-service-area h5 {
    font-size: 22px;
    display: block;
    margin-bottom: 15px;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    font-weight: 600;
    color: #ec3d29!important
}

.single-service-area p {
    font-size: 15px!important;
    text-align: center!important;
    padding: 10px!important;
    color: #000000b5!important
}

.exprs-blog-area {
    position: relative;
    z-index: 1
}

.exprs-blog-area .blog-bg-curve {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.footer-area {
    position: relative;
    z-index: 1
}

.fa-check-circle-o {
    color: #ec3d29;
    font-size: 12px
}

.card {
    box-shadow: -2px 2px 10px 0 rgba(#444, .4);
    width: 300px;
    margin: auto;
    height: 330px;
    text-align: center;
     font-family: Montserrat, sans-serif;
    border-radius: 5px
}

.ss-card {
    box-shadow: -2px 2px 10px 0 rgba(#444, .4);
    width: 300px;
    margin: auto;
    height: 440px;
    text-align: center;
    font-family: Montserrat, sans-serif;
    border-radius: 5px
}

.screenshot:hover {
    transform: scale(1.05)
}

.screenshot {
    width: 90%!important;
    height: 100%!important;
    border-radius: 5px!important;
    padding: 0!important;
    transition: transform .3s ease-in-out
}

.card h6 {
    color: #ec3d29!important
}

.title {
    color: grey;
    font-size: 18px
}

.card-icon {
    padding: 16px!important;
    background: #f0f8ff;
    font-size: x-large;
    border-radius: 50%;
    color: #1583e9
}

.icon-top {
    padding-top: 55px!important;
    padding-bottom: 35px!important
}

.card-content {
    margin: 0 2rem 0 3rem;
    padding: 5px;
    color: #000000b5;
    text-align: left;
    display: grid;
    grid-gap: .4rem
}

.tab-body {
    width: 92%!important;
    position: absolute;
    margin-top: -155px;
    height: 650px;
    border-bottom-right-radius: 35px;
    border-top-right-radius: 40px
}

.tablet-body-phone {
    margin-top: -41px!important;
    height: 460px!important;
    border-bottom-right-radius: 35px!important;
    border-top-right-radius: 40px!important
}

.icon-body {
    display: flex;
    padding-top: 50px!important;
    padding-bottom: 35px!important
}

.icon-body-content {
    border: 1px solid #cbcbcb;
    padding: 2px 30px;
    padding-top: 16px;
    color: #616161;
    font-size: small;
    text-align: center;
    border-radius: 5px;
    margin-right: 40px
}

.icon-card {
    height: 75px;
    transform: scale(1.3);
    width: 75px!important
}

.icon-card-meet {
    padding: 8px!important;
    height: 55px;
    width: 55px;
    margin: auto;
    font-size: x-large;
    border-radius: 50%
}

.icon-image {
    transform: scale(2);
    height: 100%;
    width: 100%
}

.panel {
    padding: 24px 30px;
    box-shadow: 0 0 21px #8080803d;
    border-radius: 4px
}

small,
span {
    font-family: Montserrat, sans-serif
}

.assistance-div {
    height: auto
}

.signup-btn {
    border-radius: 5px;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    text-transform: capitalize;
    background-color: #ec3d29;
    border: 1px solid #ec3d29;
    color: #fff;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    padding: 9px 30px!important;
    height: auto!important;
    line-height: 30px!important
}

.signup-btn:hover {
    background-color: #fff !important;
    color: #ec3d29 !important;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)!important
}

.signup-scroll {
    background: #fff!important;
    cursor: pointer;
    color: #ec3d29!important
}

.premises-img {
    height: 404px!important;
    margin-top: 120px!important;
    margin-bottom: 16px!important
}

.first-img {
    height: 660px
}

.tablet {
    padding-left: 19px
}

.tablet-phone {
    padding-left: 38px
}

.phone-screen {
    border: 1px solid #f1f1f1!important;
    padding: 0 22px!important;
    padding-top: 10px!important;
    color: #797979!important;
    font-size: x-small!important;
    text-align: center!important;
    margin-right: 8px!important
}

.text-center {
    text-align: center
}

.partner-logo {
    max-width: 100%;
    height: auto!important;
    object-fit: contain;
    margin: 0 auto 22px auto;
    display: block;
    max-height: 80px;
    filter: grayscale(100%)
}

.wtc-custom-logo {
    zoom: 1.5;
    height: 75px!important;
    margin-top: -.7rem!important;
    margin-bottom: 0!important
}

.ss-block {
    background: #fff9f9;
    border-radius: 0 10px 10px 0
}

    #system-view {
        display: block;
    }
    #mobile-view {
        display: none;
    }

    #download-app {
        text-align: center !important;
        margin: 1rem 0 !important;
    }
    .app-download-btn {
          width: 225px;
        height: 74px;
    }
    .app-play-store-download-btn {
    width: 225px;
    height: 82px;
    padding-top: 5px;
    }
    .meet-assistance {
        padding-top: 3rem;
    }
    .pp_tc {
        color: #000000b5;
         padding-left: 0.4rem !important;
         font-size: 11.2px !important;
         font-weight: 300;
    }

::-webkit-scrollbar {
  width: 5px;
  height: 6px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px grey;
  border-radius: 8px;
}
 
::-webkit-scrollbar-thumb {
  background:  #D17702 !important;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background: #ec3d29 !important;
  cursor: pointer !important;
}





/* Dropdown Button */
.dropbtn {
    /* background-color: #4CAF50; */
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #bba6a6; /* #f1f1f1;  */
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd;}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {background-color: #ec3d29;} /* #3e8e41; */

  /* #fefaf9; */

  .business-grid {
    padding: 23px 23px 23px 23px;
    text-align: center;
    border-color: rgba(216,216,216,0);
    border-width: 1px;
    border-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }

@media only screen and (min-width:992px) {
    .exp-lv-img img{
        width: 90%;
    }
}

@media only screen and (max-width:992px) {
    .business-banner-text, .communities-banner-text  {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .exp-prod {
        display: none;
    }
    .why-customers-love .d-flex {
        display: block !important;
    }
}

.business-banner-text, .communities-banner-text  {
    position: relative;
    font-weight: bolder;
}

.business-banner-text, .communities-banner-text  {
    padding-left: 100px;
    padding-right: 100px;
}

.bussines-card-head {
    min-height: 100px;
}

.business-single-service-area {
    position: relative;
    z-index: 1;
    text-align: center;
    border-radius: 5px
}

.business-single-service-area:hover {
    /* border-color: #ec3d29; */
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.business-single-service-area .business-service-icon {
    color: #fff;
    text-align: center;
    margin: 0 auto 30px;
    width: auto !important;
    height: 250px!important;
    border-radius: 5px 5px 0 0;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

.business-service-icon img {
    width: 90%;
    height: 100%;
    border-radius: 4px 4px 0 0;
}

.business-single-service-area h5 {
    font-size: 22px;
    display: block;
    margin-bottom: 15px;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    font-weight: 600;
    color: #ec3d29!important
}

.business-single-service-area p {
    font-size: 15px!important;
    text-align: center!important;
    padding: 10px!important;
    color: #000000b5!important
}

.topbar {
	background-color: #D17702;
	padding: 30px 30px;
}
.imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.topbar .logo {
	height: 110px;
}