/*
Theme Name: The Live Chat People
Author: Hostinger
Author URI: http://www.hostinger.com/tutorials
Description: My first responsive HTML5 theme
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
@charset "utf-8";

@font-face {
    font-family: Poppins-Bold;
    src: url(fonts/fonts-custom/Poppins-Bold.ttf);
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url(fonts/fonts-custom/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: Poppins-Light;
    src: url(fonts/fonts-custom/Poppins-Light.ttf);
}

@font-face {
    font-family: Poppins-Regular;
    src: url(fonts/fonts-custom/Poppins-Regular.ttf);
}

@font-face {
    font-family: Poppins-Medium;
    src: url(fonts/fonts-custom/Poppins-Medium.ttf);
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    width: 100%;
    display: block;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Poppins-Bold;
    line-height: 1.2;
}

p {
    font-family: Poppins-Light;
    color: #1b1b20;
    line-height: 1.5;
}

a, span {
    font-family: Poppins-Regular;
}

.container-header {
    max-width: 1200px;
    margin: 0 auto
}

header {
    position: absolute;
    top: 0px;
    z-index: 999;
    width: 100%;
}

.container-header .row {
    margin: 0 !important
}

.header-logo {
    width: 100px;
    height: auto;
}

.top-navbar {
    position: relative;
    top: 16px;
    margin-bottom: 10px;
}

.top-navbar ul {
    margin: 0
}

.top-navbar ul li {
    color: #000 !important;
    list-style: none;
    margin: 15px 0;
    padding: 0 10px;
    font-size: 14px
}

.top-navbar ul li a {
    color: #4d4d4f !important;
    text-decoration: none
}

.navbar {
    margin-bottom: 0;
    border-radius: 0
}

.navbar-inverse {
    background: transparent;
    border: none;
    z-index: 999
}

.navbar-inverse .navbar-brand {
    height: auto
}

.navbar-right {
    margin-top: 30px;
    margin-right: 0 !important
}

.navbar-nav>li>a {
    font-size: 16px;
    color: #000 !important;
    padding: 0 20px !important;
    margin: 0 0 5px 0 !important;
    font-family: Poppins-Regular;
}

.navbar-nav .demo-btn {
    margin-top: -10px !important;
    margin-left: 15px !important;
    padding: 8px 20px !important;
    color: #fff !important;
    font-size: 14px !important;
    border-radius: 30px;
}

.banner-content .span-element {
    font-family: Poppins-Bold;
}

.hola, .emojis {
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 30px 30px 10px 30px;
    color: #000;
    display: inline-block;
    box-shadow: 1px 1px 3px #ccc;
    z-index: 1;

}

.hola {
    position: absolute;
    top: 38%;
    left: 13%;
}

.hola span, .emojis span {
    margin: 0px 3px;
    display: inline-block;
    font-size: 18px;
}

.emojis {
    background-color: #fff;
    position: absolute;
    top: 78%;
    left: 8%;
}

.hola .hola-1, .hola .hola-2, .hola .hola-3, .hola .hola-4, .emojis .emoji-1, .emojis .emoji-2, .emojis .emoji-3, .emojis .emoji-4, .emojis .emoji-5 {
    display: none;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #4f87c7 !important
}

span.hola-4 img {
    width: 28px;
    margin-top: -7px;
}

.navbar-nav>li>a.demo-btn:hover {
    color: #fff !important;
    background-color: #286090 !important;
    border-color: #204d74 !important
}

.dropdown-menu {
    left: 0 !important
}

.dropdown-menu>li>a {
    padding: 10px 20px;
    font-family: segoe_light
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #5087c8 !important;
    border-color: #5087c8;
    color: #fff !important;
    font-family: segoe_light
}

.menu-item-description {
    display: none !important
}

.btn-blue {
    font-family: segoe_bold;
    padding: 15px 25px;
    font-size: 25px
}

.btn-white {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #5087c8 !important
}

.banner-img {
    text-align: right;
    position: relative;
}

.banner {
    padding: 15px 0 0px 0;
    position: relative;
    background: url(./images/banner_bg.png) no-repeat center;
    background-size: 100% 108%;
    padding-top: 13%;
}

.banner-content {
    padding-top: 20%;
}

.heading-2 {
    font-size: 42px;
    color: #1b1b20;
}

.banner-content h4 {
    font-size: 18px;
    color: #1b1b20;
    margin-bottom: 60px;
    margin-top: 20px;
    font-family: Poppins-Medium;
}

.span-element {
    font-size: 16px;
    color: #0063b6;
    text-transform: uppercase;
}

span.left-border {
    border-bottom: 2px solid #0063b6;
    width: 25px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

span.left-border.border-white {
    border-color: #fff;
}

span.icons img{
    height: 60px;
}
section.what-we-do-features.chat-services {
    background: #5087c8;
    padding-bottom: 0px;
}

a.request-demo-blue {
    font-size: 16px;
    padding: 10px 20px;
    text-decoration: none;
    background-color: #5087c8;
    border-color: #5087c8;
    color: #fff;
    border-radius: 30px;
}

.success-stories {
    padding: 100px 0px;
    background: #f5f8ff;
}

.what-we-do, .our-services, .chatbot-work, .client-testimonials, section.contact-form {
    padding: 100px 0px;
    background: #fff;
}

section.what-we-do {
    position: relative;
    background: url(./images/what-we-do-bg.jpg) no-repeat center;
    padding-top: 30px;
    background-size: cover;
    background-position: top left;
}

section.client-testimonials {
    padding-bottom: 70px;
}

section.contact-form {
    padding-top: 0px;
}

.row.testimonial-star img {
    width: 55px;
    border: 2px solid #cccccc8c;
    border-radius: 50%;
}

.row.testimonial-star {
    padding-bottom: 15px;
}

section.contact-form {
    position: relative;
}

.custom-container.contact-form-bg {
    background: #5087c8;
    padding: 100px 50px;
    border-radius: 15px;
    position: relative;
    padding-top: 190px;
}

img.contact-left {
    position: absolute;
    left: 0px;
    top: -30px;
    width: 130px;
    z-index: 0;

}

img.contact-right {
    position: absolute;
    right: 0px;
    top: 40%;
    width: 130px;
    z-index: 0;

}

.testimonial-star .fa:before {
    color: #ffc107;
    font-size: 20px;
    margin-top: 15px;
    display: inline-block;
}

.live-chat-form input,.live-chat-form textarea{
    padding: 10px 20px;
    background-color: #5299edcc;
    border: none;
    border-radius: 30px;
    width: 100%;
    font-size: 14px;
    color: #fff;
    outline: none;
    margin: 6px 0px;
    font-family: Poppins-Regular;
}
.live-chat-form .wpcf7-submit {
    padding: 10px 33px;
    background-color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    color: #5087c8;
    width: 135px;
    margin: auto;
    display: flex;
    justify-content: center;

}
.live-chat-form .wpcf7 form .wpcf7-response-output {
    margin: unset;
    padding: 0.2em 1em;
    border: 1px solid red !important;
    color: red;
}
.live-chat-form .wpcf7-not-valid-tip {
    color: #ff6a6a;
    padding-left: 4%;

}
.live-chat-form textarea{
    height: 70px;
    border-radius: 50px;
}
.live-chat-form p {
    margin-bottom: 0px;
}
.live-chat-form input:focus,.live-chat-form textarea:focus {
    background-color: #fff;
    color: #000;
}

.live-chat-form input::placeholder,.live-chat-form textarea::placeholder{
    color: #fff;
}

.send-now {
    text-align: center;
    padding-top: 20px;
}

.contact-form form {
    padding-left: 20%;
}



h3.testimonial-name {
    font-size: 16px;
    color: #1b1b20;
    font-weight: 600;
    margin: 10px 0px;
}

p.testimonial-text {
    color: #757575;
    font-size: 12px;
}

section.chatbot-work, .client-testimonials, section.contact-form {
    background: #f5f9ff;
}

.chatbot-work .heading-2 {
    margin-bottom: 4rem;
}

.our-services {
    padding: 70px 0px;
}

.our-services {
    background: #5087c8;
}

.our-services .span-element, .our-services .heading-2, .our-services .paragraph {
    color: #fff;
}

.what-we-do-features {
    padding: 20px 0px;
    background: #fff;
    padding-bottom: 10rem;
}

.success-stories .heading-2 {
    margin-bottom: 25px;
}

.box-wrap {
    flex: 30%;
    padding: 35px 30px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
}


.box-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

section.what-we-do.choose-us h2 {
    margin-bottom: 30px;
}

.choose-box-wrap {
    flex: 20%;
    padding: 6px 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 1px 3px #ccc;

}

.choose-box-wrap .choose-head {
    color: #1b1b20;
    font-size: 30px;
    margin: 10px 0px;
}

.choose-box-wrap .customer-name {
    color: #0063b6;
    font-size: 16px;
    font-family: Poppins-Light;
}

.choose-box-wrap p {
    color: #757575;
    font-size: 14px;
}

.row.pebble-list-padd .heading-4 {
    margin-top: 5rem;
    margin-bottom: 4rem;
}

.choose-box-wrap hr {
    margin-top: 12px;
    margin-bottom: 12px;
}

.choose-box-content {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.load-more {
    text-align: center;
    padding-top: 6rem;
}

.load-more a {
    font-size: 16px;
    color: #000;
    border-bottom: 2px solid #0063b6;
    padding-bottom: 5px;
}

.wbc-box {
    background-color: #fff;
    border-radius: 5px;
    text-align: left;
    padding: 15px 18px;
    box-shadow: 2px 3px 5px #ccc;
    margin-bottom: 15px;
}

.wbc-box .paragraph {
    text-align: justify;
}

.wcb-slider {
    padding: 30px 34px 23px;
}

.bx-wrapper {
    direction: ltr;
}

.wcb-bg0 {
    position: relative;
}

.bx-wrapper .bx-viewport {
    box-shadow: none;
    left: 0;
    background: transparent;
    border: 5px solid transparent;
    margin: 5px 0;
}

nav.controls .fa {
    font-size: 55px;
    color: #a9a9a9;
}

a#NEXT {
    right: 12%;
    position: absolute;
    top: 56%;
}

a#PREV {
    position: absolute;
    top: 56%;
    left: 11%;
}

.box-wrap img {
    width: 150px
}

.what-we-box .fa:before, span.pebble-icon .fa:before {
    color: #fff;
    background-color: #5087c8;
    padding: 20px 23px;
    border-radius: 50%;
    font-size: 40px;
    margin-bottom: 10px;
    display: inline-block;
}

.pebble-img {
    padding: 10rem 0 0 0;
}

.pebble-img img {
    width: 100%;
}

span.pebble-icon {
    padding-top: 2rem;
    display: inline-block;
    padding-left: 1rem;
}

section.our-mission.our-services {
    width: 70%;
    padding-left: 7%;
    margin-top: 12rem;
    margin-bottom: 16rem;
    position: relative;
    padding-bottom: 30rem;
}

span.ourmission-img img {
    width: 800px;
    border: 3px solid #01aae9;
    border-radius: 10px;
    position: absolute;
    bottom: -28%;
    left: 24%;
}

span.pebble-icon .fa:before {
    font-size: 30px;
    padding: 18px 20px;
}

.chat-services .fa:before {
    color: #5087c8;
    background-color: #fff;
}

.chat-services .heading-3, .chat-services .paragraph, .contact-form .span-element, .contact-form .heading-2, .contact-form .heading-4 {
    color: #fff
}

.contact-form .heading-4 {
    font-family: Poppins-Regular;
}

span.or {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
}

.what-we-box {
    margin-bottom: 8rem;
}

.sucess-story-image img {
    width: 100%;
    border: 10px solid #fff;
    border-radius: 10px;
    box-shadow: 2px 3px 5px #ccc;
}

/* .what-we-do-img img {
    width: 100%;
} */
.text-center{
    text-align: center;
}
.what-we-do-img{
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
}
.what-we-do-img img{
    /* height: 450px; */
}
.text-field{
    background-color: #fff;
    padding: 6px 15px;
    box-shadow: 1px 1px 8px #ccc;
    border-radius: 30px;
    font-size: 12px;
    position: absolute;
}
span.text-field.text-field-1 {
    left: 10%;
    top: 22%;
}
span.text-field.text-field-2 {
    left: 5%;
    top: 42%;
}
span.text-field.text-field-3 {
    left: 27%;
    top: 63%;
}
span.text-field.text-field-4 {
    left: 12%;
    top: 82%;
}
span.text-field.text-field-5 {
    right: 18%;
    top: 22%;
}
span.text-field.text-field-6 {
    right: 10%;
    top: 42%;
}
span.text-field.text-field-7 {
    right: 9%;
    top: 63%;
}
span.text-field.text-field-8 {
    right: 15%;
    top: 82%;
}
.text-field img{
    position: relative;
    top: -1px;
    left: -5px;
    width: auto;
}
.paragraph {
    font-size: 16px;
    margin: 0px 0px 20px;
    text-align: justify;
}

.heading-3, .heading-4 {
    font-size: 20px;
    color: #1b1b20;
}

.custom-container .heading-3, .pebble-list .heading-4 {
    font-family: Poppins-SemiBold;
}

.pebble-list ul {
    list-style: none;
    padding: 0px;
}

.what-we-do .padding-top {
    padding-top: 50px;
}

.btn-primary {
    background-color: #5087c8;
    border-color: #5087c8;
    color: #fff
}

.white {
    color: #fff !important
}

.home-h {
    line-height: 1;
    margin: 0 !important;
    padding: 0 !important;
    text-transform: uppercase;
    font-family: segoe_bold;
    color: #606060;
    text-align: center
}

.home-p {
    font-family: segoe_light;
    color: #4d4d4f;
    font-size: 22px
}

.home-features div {
    margin: 20px 0 50px
}

.icon-mobile {
    background-image: url(images/svg/icon-mobile.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 120px
}

.bg-webinar {
    background: url(images/bg-webinar.png) no-repeat;
    padding: 50px 0 40px;
    background-size: cover;
    background-position: center
}

.bg-webinar .heading3 {
    font-size: 30px;
    color: #fff;
    text-align: left;
    font-family: segoe_bold
}

.bg-webinar ul {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: 0;
    margin: 10px 0 0;
    display: inline-block
}

.bg-webinar ul li {
    font-size: 18px;
    color: #fff;
    text-transform: none !important;
    font-family: segoe_light;
    display: inline-block
}

.bg-webinar .live-webinar {
    font-size: 26px;
    color: #e1c139;
    text-align: left;
    font-family: segoe_bold;
    background: url(images/icon-webinar.png) no-repeat left center;
    padding: 10px 0 10px 50px !important
}

.bg-webinar .btn-webinar {
    background-color: #fff;
    border-color: #fff;
    color: #0988cc;
    margin: 40px 0;
    font-family: segoe_bold;
    font-size: 20px;
    padding: 6px 20px 6px
}

.bg-webinar .btn-webinar:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.img-title {
    color: #fff;
    position: absolute;
    top: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    opacity: .7;
    display: none;
    background-color: #333
}

.img-title h5 {
    position: absolute;
    font-size: 24px;
    color: #fff;
    top: 33%;
    width: 100%;
    text-align: center
}

.resources {
    border-bottom: 1px solid #949494
}

h3.resource-heading {
    color: #5087c7;
    font-size: 70px;
    text-align: center;
    font-family: segoe_semilight;
    margin: 30px 0 !important
}

.resource {
    min-height: 375px
}

.AppIngage-bg-0 {
    background: #fff;
    padding: 60px 0
}

.AppIngage-bg-1 {
    background: url(images/bg-1-AppIngage.jpg) no-repeat;
    padding: 70px 0 60px;
    background-size: cover;
    background-position: center
}

.AppIngage-h1 {
    font-size: 66px
}

.AppIngage-h2 {
    font-size: 25px;
    font-family: segoe_light;
    letter-spacing: 6px;
    margin-bottom: 60px !important
}

.AppIngage-bg-2 {
    background: url(images/bg-2-AppIngage.jpg) no-repeat;
    padding: 115px 0 110px;
    background-size: cover;
    background-position: center
}

.AppIngage-bg-2 h2 {
    font-size: 175px;
    color: #999
}

.AppIngage-bg-2 h3 {
    font-size: 123px;
    color: #4f4f4f
}



.handover-h3 {
    font-size: 60px;
    color: #808285;
    text-transform: capitalize !important
}

footer {
    background: #000;
}

.custom-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 15px 30px 15px;
}
.wcb-bg0 .custom-container{
    padding-top: 0px;
}
footer h3 {
    color: #fff;
    font-size: 16px;
    text-align: left;
}

.address, footer ul {
    font-size: 16px;
    text-align: left;
    list-style: none;
    margin: 0 !important;
    padding: 0 !important
}

ul.social-media.screen, ul.terms-privacy {
    text-align: right;
}

ul.terms-privacy li {
    display: inline-block;
    /* padding: 0px 10px; */
    padding-left: 16px;
}

.address, footer ul li a {
    color: #fff;
}

.address {
    font-family: Poppins-Regular;
}

footer ul li a, p.address.rights {
    font-family: Poppins-Light;
    font-size: 14px;
}

footer ul li a:hover {
    color: #fff;
}

footer ul.social-media li {
    margin-top: 10px;
    display: inline-block;
    margin-right: 5px
}

footer hr {
    border-top: 1px solid #fffdfd17;
}

.mobile {
    display: none
}

span.request-demo-btn a {
    color: #fff;
    font-size: 16px;
    padding: 8px 20px;
    text-decoration: none;
    background-color: #5087c8;
    border-color: #5087c8;
    color: #fff;
    border-radius: 30px;
}

.footer-logo h4 {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin: 25px 0px;
    font-family: Poppins-SemiBold;
}

footer .pad-b {
    padding-bottom: 50px;
}

footer .pad-l {
    padding-left: 50px;
}

ul.social-media.screen .fa::before {
    font-size: 24px;
    padding-left: 30px;
}

.banner .custom-container {
    padding-bottom: 0px;
    padding-top: 0px;
}
.g-recaptcha>div {
    margin: auto;
}

/* Media Queries */
@media (max-width:1024px) {
    span.ourmission-img img {
        width: 100%;
    }
}

@media (max-width:992px) {
    .sucess-story-image {
        padding-top: 25px;
    }

    .heading-2 {
        font-size: 32px;
    }

    .custom-container {
        padding: 40px 20px 40px 20px;

    }

    .what-we-do, .our-services, .chatbot-work, .client-testimonials, section.contact-form {
        padding: 20px 0px;
    }

    .choose-box-wrap .choose-head {
        font-size: 24px;

    }

    .contact-form form {
        padding-left: 13%;
        padding-top: 5%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .navbar-right {
        margin: 20px 0 !important
    }

    .navbar-header {
        float: none
    }

    .navbar-collapse {
        border-top: 1px solid transparent
    }

    .navbar-collapse.collapse {
        display: none !important
    }

    .navbar-collapse.collapse.in {
        display: block !important
    }

    .navbar-header .collapse, .navbar-toggle {
        display: block !important;
        border-color: #2e6da4 !important;
        background-color: #2e6da4 !important;
        margin-top: 18px !important
    }
}


@media (max-width:767px) {
    #request-a-demo .header-phone {
        font-size: 27px;
        text-align: right !important
    }

    .navbar-right {
        margin: 7.5px 0 !important
    }

    .navbar-header .collapse, .navbar-toggle {
        display: block !important;
        border-color: #2e6da4 !important;
        background-color: #2e6da4 !important;
        margin-top: 20px !important
    }

    .navbar-nav>li>a {
        border: none !important;
        padding: 7px !important
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        background-color: #eef1f4;
        padding: 10px 20px;
        border: 1px solid #ccc;
    }

    .navbar-nav .demo-btn {
        margin-top: 2px !important;
        margin-left: 0px !important;
        width: auto;
    }
    li.last-item.demo-button a{
        width: 160px;
        margin: 0 auto !important;
    }

}

@media (max-width:575px) {
    .navbar-right {
        float: none !important;
        margin: 7.5px -15px !important
    }

    .nav>li {
        display: block
    }

    .navbar-nav>li>a {
        border: none !important;
        padding: 7px !important
    }

    .navbar-collapse {
        border-bottom: 1px solid
    }

    .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
        background: #4f87c7 none repeat scroll 0 0 !important;
        color: #fff !important
    }

    .top-navbar ul li {
        padding: 0 7px;
        font-size: 12px;
        margin: 5px 0;
    }

    .top-navbar {
        top: 0px;
        margin-bottom: 0px;
    }
	.banner{
		    padding-top: 25%;
	}
    .heading-2 {
        font-size: 22px;
    }
    .heading-3, .heading-4 {
        font-size: 16px;
        color: #1b1b20;
    }
    .banner-content h4 {
        font-size: 16px;
        margin-bottom: 25px;
        margin-top: 20px;
    }

    .success-stories, .what-we-do, .our-services, .chatbot-work, .client-testimonials, section.contact-form {
        padding: 20px 0px;
    }

    .load-more {
        padding-top: 3rem;
    }

    .what-we-box {
        margin-bottom: 5rem;
        text-align: center;
    }

    .what-we-do .padding-top {
        padding-top: 0px;
    }

    .banner-img .emojis img {
        width: auto;
    }

    .hola {
        top: 48%;
        left: 0%;
    }

    .emojis {
        top: 78%;
        left: 0%;
    }

    .hola, .emojis {
        padding: 6px 10px;
    }

    .hola span, .emojis span {
        margin: 0px 0px;
        font-size: 16px;
    }

    .banner-content {
           padding-top: 0%;
    padding-bottom: 20%;
    }

    .banner-img {
    text-align: right;
    padding-top: 30%;
    position: relative;
    left: 25px;

    }
	.banner-img img{
	    width: 100%;
	}

    .what-we-do-features {
        padding-bottom: 0rem;
    }

    .custom-container {
        padding: 40px 20px 40px 20px;

    }

    .contact-form form {
        padding-left: 0%;
        padding-top: 4%;
    }

    .custom-container.contact-form-bg {
        padding: 60px 25px;
        padding-top: 70px;
    }

    section.client-testimonials {
        padding-bottom: 10px;
    }

    .wcb-bg0 .custom-container {
        padding-top: 0px;
    }

    .choose-box-wrap .choose-head {
        font-size: 20px;
    }

    section.our-mission.our-services {
        width: 100%;
        padding-left: 7%;
        margin-top: 0rem;
        margin-bottom: 10rem;
        padding-bottom: 10rem;
    }

    span.ourmission-img img {
        bottom: -24%;
        left: 5%
    }
    span.ourmission-img img {
        width: 90%;
    }
    .pebble-img {
        padding: 0rem 0 0 0;
    }

    .row.pebble-list {
        text-align: center;
    }

    .choose-box-content {
        gap: 15px;
    }

    .box-wrap img {
        width: 114px;
    }

    .box-wrap {
        flex: 1;
        padding: 30px 10px;
    }

    .choose-box-wrap hr {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .choose-box-wrap {
        flex: 20%;
        padding: 6px 10px;
    }

    .paragraph {
        text-align: justify;
        font-size: 14px;
    }
a.request-demo-blue {
    font-size: 14px;
    padding: 8px 20px;
}
    footer .pad-l {
        padding-left: 15px;
    }

    footer h3 {
        margin: 10px 0px 15px 0px;
    }

    .mob-pad.min-h {
        min-height: 300px;
    }

    span.request-demo-btn a {
        padding: 8px 14px;
    }
    .what-we-box .fa:before, span.pebble-icon .fa:before{
        font-size: 35px;
    }
    ul.terms-privacy li {
        padding-left: 10px;
    }
    footer .pad-b {
        padding-bottom: 0px;
    }
    .what-we-do-img>img {
        width: 230px;
    }
    span.text-field.text-field-1 {
        left: 0%;
        top: 22%;
    }
    span.text-field.text-field-2 {
        left: 0%;
        top: 42%;
    }
    span.text-field.text-field-3 {
        left: 0%;
        top: 63%;
    }
    span.text-field.text-field-4 {
        left: 0%;
        top: 82%;
    }
    span.text-field.text-field-5 {
        right: 0%;
        top: 32%;
    }
  
    span.text-field.text-field-6 {
        right: 0%;
        top: 53%;
    }
  
    span.text-field.text-field-7 {
        right: 0%;
        top: 63%;
    }
    span.text-field.text-field-8 {
        right: 0%;
        top: 73%;
    }
    .text-field {
        padding: 3px 10px;
        font-size: 12px;
    }
}