#process {
        padding-bottom: 0 !important
}
.card {
        width: 100%;
        min-width: 100%;
        margin-top: 100px
}
body {
        background-color: #f9f9fa
}
.flex {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
}
@media (max-width:991.98px) {
        .padding {
                padding: 1.5rem
        }
}
@media (max-width:767.98px) {
        .padding {
                padding: 1rem
        }
}
.padding {
        padding: 3rem
}
.owl-carousel .item {
        margin: 3px
}
.owl-carousel .item img {
        display: block
}
.owl-carousel .item {
        margin: 3px
}
.owl-carousel {
        margin-bottom: 15px
}
ul {
        padding: 0
}
ol, ul {
        list-style: none;
        list-style-image: none;
        margin: 0;
        padding: 0;
        color: #cecece;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px
}
ol li, ul li {
        font-size: 17px;
        line-height: 28px;
        font-family: 'Open Sans', sans-serif;
        list-style-type: none
}
ul li i {
        vertical-align: middle;
        padding-right: 5px
}
p {
        font-size: 13.5px;
        line-height: 28px;
        font-weight: 400;
        color: #cecece;
        margin-bottom: 15px;
        font-family: 'Open Sans', sans-serif
}
a, a:active, a:focus, a:hover, a:visited {
        text-decoration: none;
        outline: 0
}
a:hover {
        color: #017df7
}
h1, h2, h3, h4, h5, h6 {
        font-family: Roboto, sans-serif;
        line-height: 1.2;
        margin-top: 0;
        margin-bottom: 20px;
        color: #fff;
        font-weight: 500
}
h1 {
        font-size: 48px
}
h2 {
        font-size: 36px
}
h3 {
        font-size: 30px
}
h4 {
        font-size: 26px
}
h5 {
        font-size: 20px
}
h6 {
        font-size: 18px
}
h2.section-title {
        margin-bottom: 10px
}
p.section-subtitle {
        font-size: 18px
}
p.section-subtitle.white {
        color: #fff
}
iframe {
        max-width: 100%;
        border: none
}
.iframe-youtube {
        position: relative;
        margin-top: 30px;
        z-index: 100
}
.iframe-youtube iframe {
        padding: 10px;
        box-shadow: 0 15px 36px rgba(0, 0, 0, .2);
        background-color: #fff;
        webkit-border-radius: 8px 8px;
        -moz-border-radius: 8px;
        border-radius: 8px 8px;
        z-index: 100
}
.video-popup-wrapper {
        position: relative
}
.video-popup-wrapper:after {
        background-image: radial-gradient(#dee1e0 15%, transparent 25%);
        background-size: 20px 20px;
        content: "";
        position: absolute;
        width: 204px;
        height: 200px;
        right: -64px;
        top: -40px;
        z-index: -1
}
.video-popup-wrapper img.hero-images {
        padding: 10px;
        box-shadow: 0 20px 42px rgba(0, 0, 0, .25);
        background-color: #fff;
        webkit-border-radius: 8px 8px;
        -moz-border-radius: 8px;
        border-radius: 8px 8px
}
.video-popup-wrapper:hover img.hero-images {
        opacity: .99
}
.popup-gallery:hover .video-popup-image {
        opacity: 1
}
.video-play-icon {
        position: absolute;
        z-index: 100;
        top: 50%;
        left: 50%;
        margin-top: -45px;
        margin-left: -45px;
        width: 90px;
        height: 90px;
        line-height: 90px;
        text-align: center;
        font-size: 40px;
        color: #007bff;
        background-color: rgba(0, 123, 255, .7);
        border-radius: 50% 50%;
        display: inline-block;
        transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out
}
.video-play-icon:hover {
        background-color: rgba(0, 123, 255, .99);
        transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out
}
.video-play-icon i {
        color: #fff
}
.white-text {
        color: #fff
}
.green {
        color: #e52a3d
}
.blue {
        color: #017df7
}
.section-top-border {
        border-top: 1px solid #efefef
}
.section-bottom-border {
        border-bottom: 1px solid #efefef
}
.section-white {
        background: #323232;
        padding: 90px 0 100px
}
.section-grey {
        background: #292929;
        padding: 90px 0
}
.section-bg-2 {
        background: url(../images/bg4.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        width: 100%;
        position: relative;
        padding: 110px 0
}
.section-bg-overlay {
        width: 100%;
        background: #151515;
        opacity: .85;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
}
.section-white-box {
        background-color: #fff;
        padding: 30px 40px 50px
}
.image-green-overlay {
        background: #e52a3d;
        opacity: .95;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
}
.section-blue {
        background-color: #1e90ff;
        padding: 90px 0
}
.section-blue.no-padding, .section-grey.no-padding, .section-white.no-padding {
        padding: 0
}
.section-blue.medium-paddings, .section-grey.medium-paddings, .section-white.medium-paddings {
        padding: 60px 0
}
.section-blue.small-paddings, .section-grey.small-paddings, .section-white.small-paddings {
        padding: 30px 0
}
.section-blue.xsmall-paddings, .section-grey.xsmall-paddings, .section-white.xsmall-paddings {
        padding: 10px 0
}
.section-blue.small-padding-top, .section-grey.small-padding-top, .section-white.small-padding-top {
        padding: 30px 0 90px
}
.section-blue.small-padding-bottom, .section-grey.small-padding-bottom, .section-white.small-padding-bottom {
        padding: 90px 0 70px
}
.section-blue.no-padding-bottom, .section-grey.no-padding-bottom, .section-white.no-padding-bottom {
        padding: 90px 0 0
}
.small-col-inside {
        max-width: 575px;
        padding-left: 55px
}
.width-100 {
        width: 100%
}
.box-shadow {
        border-radius: 8px;
        box-shadow: 0 8px 40px 0 rgba(0, 0, 0, .75)
}
.margin-right-15 {
        max-width: 530px
}
.margin-right-25 {
        margin-right: 25px !important
}
.margin-left-20 {
        margin-left: 20px !important
}
.margin-top-110 {
        margin-top: 110px !important
}
.margin-top-100 {
        margin-top: 100px !important
}
.margin-top-90 {
        margin-top: 90px !important
}
.margin-top-80 {
        margin-top: 80px !important
}
.margin-top-70 {
        margin-top: 70px !important
}
.margin-top-60 {
        margin-top: 60px !important
}
.margin-top-50 {
        margin-top: 50px !important
}
.margin-top-40 {
        margin-top: 40px !important
}
.margin-top-35 {
        margin-top: 35px !important
}
.margin-top-30 {
        margin-top: 30px !important
}
.margin-top-20 {
        margin-top: 20px !important
}
.margin-top-10 {
        margin-top: 10px !important
}
.margin-top-5 {
        margin-top: 5px !important
}
.margin-bottom-0 {
        margin-bottom: 0 !important
}
.margin-bottom-5 {
        margin-bottom: 5px
}
.margin-bottom-10 {
        margin-bottom: 10px !important
}
.margin-bottom-20 {
        margin-bottom: 20px !important
}
.margin-bottom-30 {
        margin-bottom: 30px !important
}
.margin-bottom-40 {
        margin-bottom: 40px !important
}
.margin-bottom-50 {
        margin-bottom: 50px !important
}
.margin-bottom-60 {
        margin-bottom: 60px !important
}
.margin-bottom-70 {
        margin-bottom: 70px !important
}
.margin-bottom-80 {
        margin-bottom: 80px !important
}
.margin-bottom-100 {
        margin-bottom: 100px !important
}
.margin-bottom-120 {
        margin-bottom: 120px !important
}
.margin-bottom-130 {
        margin-bottom: 120px !important
}
.margin-bottom-140 {
        margin-bottom: 140px !important
}
.padding-top-0 {
        padding-top: 0 !important
}
.padding-top-10 {
        padding-top: 10px !important
}
.padding-top-20 {
        padding-top: 20px !important
}
.padding-top-25 {
        padding-top: 25px !important
}
.padding-top-30 {
        padding-top: 30px !important
}
.padding-top-35 {
        padding-top: 35px !important
}
.padding-top-40 {
        padding-top: 40px !important
}
.padding-top-45 {
        padding-top: 45px !important
}
.padding-top-50 {
        padding-top: 50px !important
}
.padding-top-60 {
        padding-top: 60px !important
}
.padding-top-70 {
        padding-top: 70px !important
}
.padding-top-80 {
        padding-top: 80px !important
}
.padding-top-100 {
        padding-top: 100px !important
}
.padding-top-120 {
        padding-top: 120px !important
}
.padding-top-150 {
        padding-top: 150px !important
}
.padding-bottom-70 {
        padding-bottom: 70px !important
}
.padding-bottom-60 {
        padding-bottom: 60px !important
}
.padding-bottom-50 {
        padding-bottom: 50px !important
}
.padding-bottom-40 {
        padding-bottom: 40px !important
}
.padding-bottom-30 {
        padding-bottom: 30px !important
}
.padding-bottom-20 {
        padding-bottom: 20px !important
}
.padding-bottom-10 {
        padding-bottom: 10px !important
}
.padding-bottom-0 {
        padding-bottom: 0 !important
}
.margin-top-0 {
        margin-top: 0 !important
}
.padding-left-20 {
        padding-left: 20px
}
.navbar-brand {
        font-family: Roboto, sans-serif;
        font-size: 28px;
        font-weight: 500;
        color: #fff
}
.navbar-brand:hover {
        color: #fff
}
.navbar-fixed-top.opaque .navbar-brand {
        color: #e52a3d
}
.navbar-fixed-top.opaque .navbar-brand:hover {
        color: #e52a3d
}
.navbar {
        width: 100%;
        z-index: 9999;
        padding:  5px 0;
}
.navbar-toggler {
        border: 1px solid #e52a3d
}
.navbar-toggler-icon {
        width: 1.3em;
        height: 1.3em
}
.navbar-toggler-icon i {
        color: #e52a3d;
        vertical-align: middle
}
.navbar-fixed-top {
        position: absolute !important;
        background-color: transparent;
        border-bottom: none;
        transition: background-color .25s ease 0
}
.navbar-fixed-top.opaque {
        position: fixed !important;
        background-color: #fff !important;
        border-bottom: 1px solid #efefef;
        box-shadow: 0 0 25px 0 rgba(0, 0, 0, .04) !important;
        transition: all .25s ease-in-out 0
}
.navbar-fixed-top .navbar-nav > li > a {
        color: #fff;
        font-size: 17px !important;
        line-height: 30px !important;
        padding: 10px 15px !important;
        font-family: Roboto, sans-serif;
        font-weight: 500
}
.navbar-fixed-top.opaque .navbar-nav > li > a {
        color: #405263
}
.navbar-fixed-top .navbar-nav > li > a:hover {
        color: #e52a3d !important;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease
}
.navbar-fixed-top.opaque .navbar-nav .current a {
        color: #e52a3d !important;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease
}
.navbar-fixed-top .navbar-nav > li > a.discover-btn {
        border: 1px solid #fff;
        color: #e52a3d !important;
        background: #fff;
        border-radius: 8px 8px;
        padding: 12px 18px !important;
        margin-left: 10px;
        margin-right: 15px;
        font-family: Roboto, sans-serif
}
.navbar-fixed-top .navbar-nav > li > a.discover-btn:hover {
        color: #e52a3d !important;
        background: #fff;
        border: 1px solid #fff
}
.navbar-fixed-top.opaque .navbar-nav > li > a.discover-btn {
        color: #fff !important;
        background: #e52a3d;
        border: 1px solid #e52a3d
}
.navbar-fixed-top.opaque .navbar-nav > li > a.discover-btn:hover {
        border: 1px solid #e52a3d;
        color: #e52a3d !important;
        background: 0 0
}
.footer {
        position: relative;
        overflow: hidden;
        display: block;
        padding: 60px 0
}
.footer i {
        color: #e52a3d;
        font-size: 55px;
        margin-bottom: 15px
}
.footer-top {
        padding-bottom: 60px
}
.footer-bottom {
        color: #fff;
        padding: 10px 0;
        background-color: #000
}
.footer-bottom p {
        margin: 0
}
.footer-bottom a {
        color: #b1b1b1;
        transition: .3s ease all
}
.footer-bottom a:hover {
        color: #434343
}
.footer-top i {
        margin-bottom: 10px;
        color: #e52a3d;
        font-size: 60px
}
.footer p {
        margin-bottom: 5px;
        line-height: 24px;
        color: #fff
}
.footer p > a {
        font-size: 13.5px;
        color: #fff;
        transition: .4s ease all
}
.footer p > a:hover {
        color: #e52a3d;
        text-decoration: underline
}
span.template-name {
        font-weight: 700;
        color: #e52a3d
}
a.footer-links {
        display: block;
        font-size: 13.5px;
        margin-bottom: 2px;
        color: #fff
}
a.footer-links:hover {
        color: #e52a3d;
        text-decoration: underline;
        transition: all .5s ease-in-out
}
ul.footer_social, ul.logos_marcas {
        width: 100%;
        max-width: 1140px;
        display: block;
        margin: 0 auto;
        padding-top: 15px;
        text-align: center
}
ul.footer_social li {
        display: inline-block;
        margin: 0;
        line-height: 100% !important
}
ul.logos_marcas li {
        display: inline-block;
        margin: 0 10px 0 0;
        line-height: 100% !important
}
ul.footer_social li a i, ul.logos_marcas li a i {
        display: inline-block;
        margin: 0 8px;
        padding: 0;
        font-size: 26px !important;
        line-height: 26px !important;
        color: #fff;
        transition: all .5s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out
}
ul.footer_social li a i:hover {
        color: #e52a3d !important
}
p.contact-info {
        margin-bottom: 8px
}
p.contact-info a {
        margin-bottom: 8px;
        color: #7c8595
}
p.contact-info a:hover {
        text-decoration: underline
}
p.contact-info i {
        font-size: 18px;
        padding-right: 5px;
        vertical-align: middle;
        color: #1e90ff
}
.home-section {
        position: relative;
        z-index: 998;
        padding-top: 290px;
        padding-bottom: 225px;
        background: url(../images/bg1.jpg) center center no-repeat;
        background-size: cover
}
.home-section-overlay {
        width: 100%;
        background: #252525;
        opacity: .45;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
}
.home-section h1 {
        margin-bottom: 15px;
        color: #fff;
        text-shadow: 1px 1px #454545
}
.home-section p.hero-text {
        margin-bottom: 30px;
        font-size: 22px;
        line-height: 30px;
        font-weight: 400;
        color: #fff;
        text-shadow: 1px 1px #656565
}
.video-icon {
        width: 84px;
        height: 84px;
        border: 2px solid #fff;
        border-radius: 50% 50%;
        display: inline-block;
        background: 0 0;
        transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out
}
.video-icon:before {
        content: '';
        width: 84px;
        height: 84px;
        position: absolute;
        border: 1px solid #fff;
        border-radius: 100%;
        left: 50%;
        margin-left: -43px;
        bottom: 10%;
        margin-bottom: -9px;
        -webkit-animation: doublePulsation 1.9s ease infinite;
        animation: doublePulsation 1.9s ease infinite;
        z-index: 0
}
@-webkit-keyframes doublePulsation {
        0% {
                -webkit-transform: scale(1, 1);
                opacity: 0
        }
        50% {
                opacity: .55
        }
        100% {
                -webkit-transform: scale(1.3, 1.3);
                opacity: 0
        }
}
@keyframes doublePulsation {
        0% {
                -webkit-transform: scale(1, 1);
                opacity: 0
        }
        50% {
                opacity: .55
        }
        100% {
                -webkit-transform: scale(1.3, 1.3);
                opacity: 0
        }
}
.video-icon:hover {
        background: #fff
}
.video-icon:hover i {
        color: #4285f4
}
.video-icon i {
        font-size: 40px;
        line-height: 84px;
        color: #fff;
        margin-left: 10px;
        transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out
}
.services-wrapper {
        position: relative
}
.main-services {
        position: relative;
        margin: 45px 5px 5px;
        overflow: hidden;
        text-align: center;
        transition: all 1s
}
.main-services:hover {
        transform: scale(1.025);
        transition: all 1s
}
.main-services img {
        width: 100%;
        max-width: 200px;
        margin-bottom: 10px;
        border-radius: 50%
}
.main-services h3 {
        margin-bottom: 5px
}
.main-services h3 a {
        font-size: 22px;
        font-weight: 500;
        color: #e52a3d
}
.main-services h4 {
        margin-bottom: 10px;
        font-size: 20px;
        font-weight: 500;
        text-transform: uppercase
}
.main-services p {
        text-align: justify;
        padding: 0 10px;
        margin-bottom: 15px
}
.main-services p.main-services-text {
        display: inline-block;
        text-align: center;
        max-width: 400px
}
.main-services i {
        margin-bottom: 15px;
        font-size: 65px;
        color: #e52a3d
}
.faq-box {
        margin: 30px 0 0;
        transition: all 1s
}
.faq-box h4 {
        font-size: 22px;
        margin-bottom: 10px
}
.faq-box h5 {
        margin-bottom: 7px
}
.faq-box p {
        color: #cecece
}
.register-form-wrapper {
        margin-top: 25px
}
.register-form-wrapper h3 {
        margin-bottom: 5px;
        font-size: 24px;
        font-weight: 500
}
.register-form-wrapper p {
        margin-bottom: 25px;
        font-size: 17px
}
input.register-input, select.register-input {
        width: 100% !important;
        height: 52px !important;
        padding-left: 8% !important;
        padding-right: 7% !important;
        margin-bottom: 15px !important;
        color: #757575 !important;
        border: 1px solid #f1f1f1 !important;
        background-color: #f9f9f9 !important;
        font-size: 16px !important;
        border-radius: 5px 5px 5px 5px !important
}
input.name-input {
        background: url(../images/input-user.png) no-repeat 12px 15px
}
input.name-email {
        background: url(../images/input-envelope.png) no-repeat 12px 15px
}
input.name-tel {
        background: url(../images/input-phone.png) no-repeat 12px 15px
}
select.register-input {
        background: url(../images/input-select.png) no-repeat 12px 15px;
        text-indent: 35px
}
option:first {
        color: #757575
}
input.register-submit {
        background: #e52a3d;
        border: none;
        color: #fff;
        letter-spacing: 1px;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        width: 100%;
        max-width: 535px;
        padding: 16px 0;
        text-transform: uppercase;
        -webkit-border-radius: 3px 3px;
        -moz-border-radius: 3px;
        border-radius: 3px 3px;
        transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out
}
input.register-submit:hover {
        background: #d82032;
        transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out
}
#register-form input.register-input:focus, #register-form select.register-input:focus {
        border-color: #656565 !important;
        color: #454545 !important;
        outline: 0;
        border-color: #656565 !important;
        color: #454545 !important;
        outline: 0
}
p.register_success_box {
        display: inline-block;
        color: #fff;
        border: 1px solid #eee;
        padding: 25px;
        font-size: 19px;
        text-shadow: none;
        font-style: italic;
        border-radius: 8px 8px;
        margin: 15px 0
}
p.register-form-terms {
        margin: 10px 0 5px;
        font-size: 14px;
        color: #7c8595;
        text-shadow: none
}
.btn-red {
        font-family: Roboto, sans-serif;
        font-size: 18px;
        line-height: 22px;
        font-weight: 500;
        color: #fff;
        background-color: #e52a3d;
        border: 1px solid #e52a3d;
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .27);
        text-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
        letter-spacing: 1px;
        border-radius: 5px 5px;
        margin: 15px 10px 0 0;
        padding: 18px 25px;
        display: inline-block;
        transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out
}
.btn-red:hover {
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .5);
        color: #fff !important;
        background: #d82032
}
.btn-red.small {
        font-size: 16px;
        padding: 14px 20px
}
a.btn-red:focus, a.btn-red:visited {
        color: #fff !important
}
.popup-wrapper {
        display: block;
        position: relative;
        overflow: hidden
}
.popup-gallery {
        display: inline-block;
        position: relative
}
.first-gallery {
        margin-bottom: 15px
}
.popup-gallery img {
        position: relative;
        z-index: 10;
        width: 100%;
        height: auto;
        -webkit-border-radius: 5px 5px 0 0 !important;
        -moz-border-radius: 5px 5px 0 0 !important;
        border-radius: 5px 5px 0 0 !important
}
.popup-gallery:hover img {
        opacity: .25;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0
}
.popup-gallery a span.eye-wrapper, .popup-gallery a span.eye-wrapper2 {
        background-color: #000;
        position: absolute;
        display: block;
        overflow: hidden;
        z-index: 2;
        height: 100% !important;
        top: 0;
        margin-top: 0;
        left: 0;
        right: 0;
        font-size: 22px;
        color: #fff;
        text-align: center;
        font-weight: 300;
        opacity: 0;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0
}
.popup-gallery-rounded a span.eye-wrapper, .popup-gallery-rounded a span.eye-wrapper2 {
        -webkit-border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px;
        border-radius: 5px 5px 5px 5px
}
.popup-gallery a span.eye-wrapper i.eye-icon, .popup-gallery a span.eye-wrapper2 i.eye-icon {
        position: absolute;
        display: inline-block;
        font-size: 36px;
        z-index: 3;
        top: 50% !important;
        margin-top: -18px !important;
        left: 0;
        right: 0
}
.popup-gallery a:hover span {
        opacity: 1
}
.popup-gallery a span, .popup-gallery img {
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out
}
.gallery-item {
        border-radius: 5px 5px
}
.gallery-insta {
        display: inline-block;
        margin-bottom: 15px
}
.gallery-insta img {
        border-radius: 5px 5px 5px 5px !important
}
.portfolio-pic {
        display: block;
        margin-bottom: 10px
}
p.follow-instagram {
        font-size: 20px
}
p.follow-instagram a {
        color: #e52a3d
}
p.follow-instagram a:hover {
        color: #e52a3d
}
.testim-inner {
        position: relative;
        text-align: center;
        transition: all 1s
}
.testim-inner img {
        position: relative;
        display: inline-block;
        max-width: 110px;
        border: 1px solid #e5efff;
        border-radius: 50% 50%;
        padding: 5px;
        background-color: #fff
}
.testim-inner h6 {
        margin-bottom: 5px;
        font-size: 19px;
        line-height: 26px;
        font-weight: 500;
        color: #fff;
        font-family: Roboto, sans-serif
}
.testim-inner p {
        font-size: 18px;
        line-height: 28px;
        color: #fff;
        font-style: italic;
        margin-top: 20px;
        margin-bottom: 5px;
        text-shadow: 1px 1px #656565
}
.testim-rating {
        margin-bottom: 30px
}
.testim-rating i {
        color: #fdcc28
}
.testim-inner i.quote {
        font-size: 40px;
        margin-bottom: 5px;
        color: #fff;
        text-shadow: 1px 1px #656565
}
.card {
        border: none;
        background-color: transparent !important
}
.card-header {
        padding: 6px 0 9px;
        margin-bottom: 0;
        background-color: transparent;
        border-bottom: 1px solid #999
}
.card-header h5 .btn-link {
        padding: 0;
        font-size: 19px;
        font-weight: 500;
        color: #dedede;
        background-color: transparent
}
.card-header h5 .btn-link:focus, .card-header h5 .btn-link:hover {
        text-decoration: none
}
.card-body {
        padding: 10px 0;
        font-family: 'Open Sans', sans-serif;
        font-size: 17px;
        color: #cecece
}
.carousel-indicators {
        bottom: -15px
}
.carousel-indicators li {
        position: relative;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 25px;
        height: 7px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #cecece;
        border-radius: 5px 5px
}
.carousel-indicators.testimonials-indicators {
        bottom: -40px
}
.carousel-indicators.testimonials-indicators li {
        background-color: #cecece
}
.carousel-indicators.testimonials-indicators .active {
        background-color: #e52a3d
}
.gallery-show {
        margin: 20px 0 40px;
        max-width: 100%;
        border-radius: 8px 8px;
        border: 8px solid rgba(255, 255, 255, .8);
        box-shadow: 10px 10px 15px rgba(0, 0, 0, .3)
}
ul.benefits {
        margin-bottom: 20px
}
ul.benefits li {
        font-size: 17px;
        line-height: 26px;
        margin-bottom: 8px
}
ul.benefits.white li {
        color: #fff
}
ul.benefits li i {
        font-size: 18px;
        line-height: 18px;
        margin-right: 1px;
        color: #e52a3d
}
ul.benefits.white li i {
        color: #fff
}
.no-padding-bottom {
        padding-bottom: 0
}
@media (min-width:591px) and (max-width:768px) {
        .home-section {
                background-size: cover !important
        }
}
@media (max-width:991px) {
        .navbar-fixed-top.opaque {
                padding: 0
        }
        .navbar-fixed-top .navbar-nav > li.discover-link {
                margin-top: 10px
        }
        .navbar-fixed-top .navbar-nav > li > a.discover-btn {
                padding: 8px 12px !important;
                margin-left: 20px;
                font-size: 17px !important
        }
    .navbar img{
        width: 120px!important;
    }
}
@media (max-width:768px) {
        .footer .col-md-4 {
                margin-bottom: 50px
        }
        .video-icon:before {
                margin-left: -43px;
                margin-bottom: -18px
        }
        .popup-gallery {
                margin-bottom: 50px
        }
        .home-section h1 {
                margin-top: 45px;
                font-size: 28px;
                line-height: 1.2
        }
        .home-section p.hero-text {
                margin-bottom: 30px;
                font-size: 15px;
                line-height: 1.6;
                color: #fff
        }
        .video-icon i {
                font-size: 25px;
                line-height: 61px;
                color: #fff;
                margin-left: 4px;
                transition: all .4s ease-in-out;
                -webkit-transition: all .4s ease-in-out
        }
        .video-icon {
                width: 64px;
                height: 64px;
                border: 2px solid #fff;
                border-radius: 50% 50%;
                display: inline-block;
                background: 0 0;
                transition: all .4s ease-in-out;
                -webkit-transition: all .4s ease-in-out
        }
        .bot-margin-images {
                margin-bottom: 50px !important
        }
        .card-header h5 .btn-link {
                white-space: normal
        }
        .navbar-fixed-top {
                background-color: rgba(0, 0, 0, .95) !important;
                position: relative !important
        }
        .home-section {
                position: relative;
                z-index: 999;
                padding: 0 !important;
                background: url(../images/bg1.jpg) center center no-repeat;
                background-size: 535px
        }
        .hero-image {
                margin-top: 70px
        }
        .padding-top-120 {
                padding-top: 30px !important
        }
        .footer {
                padding-top: 30px
        }
        .footer-top i {
                display: block;
                margin-top: 50px !important
        }
        ul.footer_social li a i {
                margin: 0 8px !important
        }
        .top-margins-images {
                margin-top: 50px
        }
        .margin-right-15 {
                margin-bottom: 40px
        }
}
@media (max-width:375px) {
        .navbar-toggle {
                margin-bottom: 0;
                border: 1px solid #9f9f9f !important
        }
        .section-white {
                padding: 60px 0 70px !important
        }
        .section-grey.small-padding-bottom, .section-white.small-padding-bottom {
                padding: 60px 0 50px !important
        }
        .section-bg-2 {
                background-attachment: inherit
        }
        .margin-left-20 {
                margin-left: 1px !important
        }
        .register-form-terms {
                padding-bottom: 30px
        }
        .services-wrapper {
                margin-top: 30px
        }
        .small-col-inside {
                padding-right: 25px;
                padding-left: 25px
        }
        input.register-input, select.register-input {
                padding-left: 12% !important
        }
        input.name-input {
                background: url(../images/input-user.png) no-repeat 5px 15px
        }
        input.name-email {
                background: url(../images/input-envelope.png) no-repeat 5px 15px
        }
        select.register-input {
                background: url(../images/input-select.png) no-repeat 5px 15px
        }
}
.tweb_button {
        border-bottom: none !important
}
.tweb_btn_w_img:hover {
        text-decoration: none
}
.tweb_button, .tweb_btn_popup, .tweb_button *, .tweb_btn_popup *, .tweb_btn_popup:before, .tweb_button:before, .tweb_button:after, .tweb_btn_popup:after, .tweb_popup_chat_box, .tweb_popup_chat_box *, .tweb_popup_chat_box:before, .tweb_popup_chat_box:after {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box
}
.tweb_button {
        position: relative;
        width: 300px;
        min-height: 64px;
        display: block;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
        color: #fff;
        box-shadow: 0 4px 8px 1px rgba(32, 32, 37, .09);
        -webkit-box-shadow: 0 4px 8px 1px rgba(32, 32, 37, .09);
        -moz-box-shadow: 0 4px 8px 1px rgba(32, 32, 37, .09)
}
.tweb_btn_txt {
        display: inline-block;
        font-size: 12px;
        line-height: 1.33em
}
.tweb_btn_w_icon .tweb_btn_txt {
        padding: 16px 20px 15px 71px
}
.tweb_button_text_only .tweb_btn_txt, .tweb_r_button.tweb_btn_w_img.tweb_button_text_only .tweb_btn_txt, .tweb_sq_button.tweb_btn_w_img.tweb_button_text_only .tweb_btn_txt {
        padding-top: 25px;
        padding-bottom: 24px
}
.tweb_btn_w_icon .tweb_btn_txt .tweb_btn_title {
        font-weight: 600;
        padding-left: 2px;
        font-size: 14px
}
.tweb_cs_info {
        margin-bottom: 2px
}
.tweb_btn_status {
        color: #f5a623;
        font-size: 9px;
        padding: 2px 0 0;
        font-weight: 700
}
.tweb_cs_info .tweb_cs_name, .tweb_cs_info .tweb_cs_status {
        display: inline-block
}
.tweb_cs_info .tweb_cs_name {
        font-weight: 400;
        font-size: 12px;
        line-height: 1.36em
}
.tweb_stt_online .tweb_cs_info .tweb_cs_name {
        color: #d5f0d9
}
.tweb_stt_offline .tweb_cs_info .tweb_cs_name {
        color: #76787d
}
.tweb_cs_info .tweb_cs_status {
        width: 36px;
        height: 14px;
        margin-left: 3px;
        padding: 1px;
        font-size: 9px;
        line-height: 1.34em;
        border-radius: 5px;
        color: rgba(255, 255, 255, .98);
        position: relative;
        top: -1px;
        left: 0;
        text-align: center
}
.tweb_stt_online .tweb_cs_info .tweb_cs_status {
        background: #62c971
}
.tweb_stt_offline .tweb_cs_info .tweb_cs_status {
        background: #b9bbbe
}
.tweb_stt_online {
        background: #00E676;
        transition: .4s ease all;
        -webkit-transition: .4s ease all;
        -moz-transition: .4s ease all;
        backface-visibility: hidden;
        will-change: transform
}
.tweb_stt_online .tweb_btn_txt {
        position: relative;
        z-index: 4
}
.tweb_r_button.tweb_stt_online:before {
        border-radius: 50vh
}
.tweb_sq_button.tweb_stt_online:before {
        border-radius: 5px
}
.tweb_stt_online:before {
        content: '';
        transition: .4s ease all;
        -webkit-transition: .4s ease all;
        -moz-transition: .4s ease all;
        background: rgba(0, 0, 0, .2);
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        opacity: 0;
        will-change: opacity
}
.tweb_button.tweb_stt_online:focus, .tweb_button.tweb_stt_online:active, .tweb_button.tweb_stt_online:hover {
        box-shadow: 0 4px 8px 1px rgba(32, 32, 37, .19);
        transform: translate(0, -3px);
        -webkit-transform: translate(0, -3px);
        -moz-transform: translate(0, -3px);
        -ms-transform: translate(0, -3px)
}
.tweb_button.tweb_stt_online:focus:before, .tweb_button.tweb_stt_online:active:before, .tweb_button.tweb_stt_online:hover:before {
        opacity: 1
}
.tweb_stt_online.tweb_btn_w_icon .tweb_btn_icon img {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transition: .2s ease all;
        -webkit-transition: .2s ease all;
        -moz-transition: .2s ease all
}
.tweb_stt_offline {
        background: #ebedf0;
        color: #595b60;
        box-shadow: none;
        cursor: initial
}
.tweb_stt_offline.tweb_btn_w_icon .tweb_btn_txt {
        padding: 8px 20px 6px 71px
}
.tweb_stt_offline.tweb_r_button.tweb_btn_w_img .tweb_btn_txt {
        padding: 8px 20px 8px 100px
}
.tweb_stt_offline.tweb_sq_button.tweb_btn_w_img .tweb_btn_txt {
        padding: 8px 20px 8px 70px
}
.tweb_btn_w_icon .tweb_btn_icon {
        position: absolute;
        top: 50%;
        left: 16px;
        transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%)
}
.tweb_btn_w_icon .tweb_btn_icon img {
        width: 41px;
        height: 69px
}
.tweb_btn_w_img {
        position: relative;
        width: 300px;
        margin: 20px 0
}
.tweb_btn_w_img .tweb_cs_img {
        position: absolute;
        top: 50%;
        left: 0;
        text-align: center;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%)
}
.tweb_btn_w_img .tweb_cs_img_wrap {
        width: 79px;
        height: 79px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border: 3px solid #fff;
        position: relative;
        overflow: hidden
}
.tweb_cs_img_wrap {
        background: url(../images/atendente.jpg) center center no-repeat;
        background-size: cover
}
.tweb_popup_content_item .tweb_cs_img_wrap {
        width: 60px;
        height: 20px
}
.tweb_btn_w_img .tweb_cs_img img {
        max-width: 100%;
        height: auto;
        transition: .2s ease transform;
        -webkit-transition: .2s ease transform;
        -moz-transition: .2s ease transform
}
.tweb_btn_w_img .tweb_cs_img:after {
        content: '';
        background: #fff url(../images/whatsapp_logo.png) center center no-repeat;
        background-size: 21px;
        display: block;
        width: 27px;
        height: 27px;
        position: absolute;
        top: 20px;
        right: -14px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        box-shadow: 0 4px 6px 0 rgba(39, 38, 38, .3);
        -webkit-box-shadow: 0 4px 6px 0 rgba(39, 38, 38, .3);
        -moz-box-shadow: 0 4px 6px 0 rgba(39, 38, 38, .3)
}
.tweb_stt_offline.tweb_btn_w_img .tweb_cs_img:after {
        content: '';
        background: #fff url(../images/whatsapp_logo.png) center center no-repeat;
        background-size: 21px;
        display: block;
        width: 27px;
        height: 27px;
        position: absolute;
        top: 20px;
        right: -14px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        box-shadow: 0 4px 6px 0 rgba(39, 38, 38, .3);
        -webkit-box-shadow: 0 4px 6px 0 rgba(39, 38, 38, .3);
        -moz-box-shadow: 0 4px 6px 0 rgba(39, 38, 38, .3)
}
.tweb_btn_w_img .tweb_btn_txt {
        padding: 14px 20px 12px 103px
}
.tweb_r_button {
        border-radius: 50vh
}
.tweb_sq_button {
        border-radius: 5px
}
.tweb_sq_button.tweb_btn_w_img {
        width: 270px;
        margin-left: 30px
}
.tweb_r_button.tweb_btn_w_img .tweb_cs_img {
        left: -5px
}
.tweb_sq_button.tweb_btn_w_img .tweb_cs_img {
        left: -35px
}
.tweb_sq_button.tweb_btn_w_img .tweb_btn_txt {
        padding: 10px 20px 10px 70px;
        display: table-cell;
        vertical-align: middle;
        height: 66px
}
.tweb_btn_txt .tweb_btn_title {
        font-weight: 600
}
.tweb_r_button.tweb_btn_w_img .tweb_btn_txt {
        padding: 8px 20px 8px 100px;
        display: table-cell;
        vertical-align: middle;
        height: 66px
}
.tweb_r_button.tweb_btn_w_img .tweb_cs_info .tweb_cs_status {
        margin-left: 3px
}
.tweb_popup_chat_box {
        font-family: Arial, Helvetica, sans-serif;
        width: 351px;
        border-radius: 5px 5px 8px 8px;
        -webkit-border-radius: 5px 5px 8px 8px;
        -moz-border-radius: 5px 5px 8px 8px;
        position: fixed;
        overflow: hidden;
        box-shadow: 0 10px 10px 4px rgba(0, 0, 0, .04);
        -webkit-box-shadow: 0 10px 10px 4px rgba(0, 0, 0, .04);
        -moz-box-shadow: 0 10px 10px 4px rgba(0, 0, 0, .04);
        bottom: 102px;
        right: 25px;
        z-index: 998;
        opacity: 0;
        visibility: hidden;
        -ms-transform: translate(0, 50px);
        transform: translate(0, 50px);
        -webkit-transform: translate(0, 50px);
        -moz-transform: translate(0, 50px);
        transition: .4s ease all;
        -webkit-transition: .4s ease all;
        -moz-transition: .4s ease all;
        will-change: transform, visibility, opacity;
        max-width: calc(100% - 50px)
}
.tweb_popup_chat_box:hover, .tweb_popup_chat_box:focus, .tweb_popup_chat_box:active {
        box-shadow: 0 10px 10px 4px rgba(32, 32, 37, .23);
        -webkit-box-shadow: 0 10px 10px 4px rgba(32, 32, 37, .23);
        -moz-box-shadow: 0 10px 10px 4px rgba(32, 32, 37, .23)
}
.tweb_popup_chat_box.tweb_active {
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        visibility: visible;
        opacity: 1
}
.tweb_popup_chat_box .tweb_popup_heading {
        position: relative;
        padding: 15px 43px 17px 74px;
        color: #fff;
        background: #00E676
}
.tweb_popup_chat_box .tweb_popup_heading_sm {
        padding: 12px 15px 17px 74px
}
.tweb_popup_chat_box .tweb_popup_heading:before {
        content: '';
        background: url(../images/whatsapp_logo.png) center top no-repeat;
        background-size: 33px;
        display: block;
        width: 55px;
        height: 33px;
        position: absolute;
        top: 20px;
        left: 12px
}
.tweb_popup_chat_box .tweb_popup_heading_sm:before {
        top: 19px;
        left: 11px
}
.tweb_popup_chat_box .tweb_popup_heading .tweb_popup_title {
        padding-top: 2px;
        padding-bottom: 3px;
        color: #fff;
        font-size: 18px;
        line-height: 24px
}
.tweb_popup_chat_box .tweb_popup_heading .tweb_popup_intro {
        padding-top: 4px;
        font-size: 12px;
        line-height: 20px
}
.tweb_popup_chat_box .tweb_popup_heading_sm .tweb_popup_intro {
        padding-top: 0
}
.tweb_popup_chat_box .tweb_popup_heading .tweb_popup_intro a {
        display: inline-block;
        color: #fff;
        text-decoration: none
}
.tweb_popup_chat_box .tweb_popup_heading .tweb_popup_intro a:hover, .tweb_popup_chat_box .tweb_popup_heading .tweb_popup_intro a:focus, .tweb_popup_chat_box .tweb_popup_heading .tweb_popup_intro a:active {
        text-decoration: underline
}
.tweb_popup_chat_box .tweb_popup_notice {
        font-size: 11px;
        color: #666;
        font-weight: 500;
        padding: 0 3px
}
.tweb_popup_chat_box .tweb_popup_content {
        padding: 13px 20px 21px 19px;
        text-align: center;
        background-image: url(../images/whatsapp-bg.png);
        background-color: #e6ddd4
}
.tweb_popup_chat_box .tweb_popup_content_left {
        text-align: left
}
.tweb_popup_chat_box .tweb_popup_avatar {
        position: absolute;
        overflow: hidden;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        left: 12px;
        top: 12px
}
.tweb_popup_chat_box .tweb_popup_avatar.nta-default-avt {
        border-radius: unset;
        -webkit-border-radius: unset;
        -moz-border-radius: unset
}
.tweb_popup_chat_box .tweb_stt {
        padding: 13px 40px 12px 74px;
        position: relative;
        text-decoration: none;
        display: table;
        width: 100%;
        border-left: 2px solid #00E676;
        background: #f5f7f9;
        border-radius: 2px 4px 2px 4px;
        -webkit-border-radius: 2px 4px 2px 4px;
        -moz-border-radius: 2px 4px
}
.tweb_popup_chat_box .tweb_stt:after {
        content: '';
        background: url(../images/whatsapp_logo_green.png) 0 0 no-repeat;
        position: absolute;
        right: 14px;
        top: 26px;
        width: 20px;
        height: 20px;
        background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%
}
.tweb_popup_chat_box .tweb_stt.tweb_stt_offline:after {
        background-image: url(../images/whatsapp_logo.png)
}
.tweb_popup_chat_box .tweb_stt.tweb_stt_online {
        transition: .2s ease all;
        -webkit-transition: .2s ease all;
        -moz-transition: .2s ease all
}
.tweb_popup_chat_box .tweb_stt.tweb_stt_online:hover, .tweb_popup_chat_box .tweb_stt.tweb_stt_online:active, .tweb_popup_chat_box .tweb_stt.tweb_stt_online:focus {
        background: #fff;
        box-shadow: 0 7px 15px 1px rgba(55, 62, 70, .07);
        -webkit-box-shadow: 0 7px 15px 1px rgba(55, 62, 70, .07);
        -moz-box-shadow: 0 7px 15px 1px rgba(55, 62, 70, .07)
}
.tweb_popup_content_list .tweb_popup_content_item {
        margin: 14px 0 0;
        transform: translate(0, 20px);
        -webkit-transform: translate(0, 20px);
        -moz-transform: translate(0, 20px);
        will-change: opacity, transform;
        opacity: 0
}
.tweb_popup_chat_box.tweb_pending .tweb_popup_content_list .tweb_popup_content_item {
        transition: .4s ease all;
        -webkit-transition: .4s ease all;
        -moz-transition: .4s ease all;
        transition-delay: 2.1s;
        -webkit-transition-delay: 2.1s;
        -moz-transition-delay: 2.1s
}
.tweb_popup_chat_box.tweb_pending .tweb_popup_content_list .tweb_popup_content_item:nth-child(1) {
        transition-delay: .3s;
        -webkit-transition-delay: .3s;
        -moz-transition-delay: .3s
}
.tweb_popup_chat_box.tweb_pending .tweb_popup_content_list .tweb_popup_content_item:nth-child(2) {
        transition-delay: .5s;
        -webkit-transition-delay: .5s;
        -moz-transition-delay: .5s
}
.tweb_popup_chat_box.tweb_pending .tweb_popup_content_list .tweb_popup_content_item:nth-child(3) {
        transition-delay: .7s;
        -webkit-transition-delay: .7s;
        -moz-transition-delay: .7s
}
.tweb_popup_chat_box.tweb_pending .tweb_popup_content_list .tweb_popup_content_item:nth-child(4) {
        transition-delay: .9s;
        -webkit-transition-delay: .9s;
        -moz-transition-delay: .9s
}
.tweb_popup_chat_box.tweb_pending .tweb_popup_content_list .tweb_popup_content_item:nth-child(5) {
        transition-delay: 1.1s;
        -webkit-transition-delay: 1.1s;
        -moz-transition-delay: 1.1s
}
.tweb_popup_chat_box.tweb_pending .tweb_popup_content_list .tweb_popup_content_item:nth-child(6) {
        transition-delay: 1.3s;
        -webkit-transition-delay: 1.3s;
        -moz-transition-delay: 1.3s
}
.tweb_popup_chat_box.tweb_pending .tweb_popup_content_list .tweb_popup_content_item:nth-child(7) {
        transition-delay: 1.5s;
        -webkit-transition-delay: 1.5s;
        -moz-transition-delay: 1.5s
}
.tweb_popup_chat_box.tweb_pending .tweb_popup_content_list .tweb_popup_content_item:nth-child(8) {
        transition-delay: 1.7s;
        -webkit-transition-delay: 1.7s;
        -moz-transition-delay: 1.7s
}
.tweb_popup_chat_box.tweb_pending .tweb_popup_content_list .tweb_popup_content_item:nth-child(9) {
        transition-delay: 1.9s;
        -webkit-transition-delay: 1.9s;
        -moz-transition-delay: 1.9s
}
.tweb_popup_chat_box.tweb_lauch .tweb_popup_content_list .tweb_popup_content_item {
        opacity: 1;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0)
}
.tweb_popup_content_list .tweb_popup_content_item .tweb_member_name {
        font-size: 14px;
        color: #363c47;
        line-height: 1.188em !important
}
.tweb_popup_content_list .tweb_popup_content_item .tweb_member_duty {
        font-size: 11px;
        color: #989b9f;
        padding: 2px 0 0;
        line-height: 1.125em !important
}
.tweb_popup_content_list .tweb_popup_content_item .tweb_member_status {
        color: #f5a623;
        font-size: 10px;
        padding: 5px 0 0;
        line-height: 1.125em !important
}
.tweb_popup_content_list .tweb_popup_content_item .tweb_popup_txt {
        display: table-cell;
        vertical-align: middle;
        min-height: 48px;
        height: 48px;
        text-align: left
}
.tweb_popup_content_list .tweb_popup_content_item .tweb_stt_offline {
        border-left-color: #c0c5ca
}
.tweb_popup_avt_list {
        font-size: 0;
        margin: 7px 0 24px
}
.tweb_popup_avt_list .tweb_popup_avt_item {
        display: inline-block;
        position: relative;
        width: 46px
}
.tweb_popup_avt_list .tweb_popup_avt_img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        position: relative;
        overflow: hidden;
        border: 2px solid #fff;
        left: -7px
}
.tweb_popup_call_btn {
        background: #00E676;
        color: #fff;
        text-decoration: none;
        display: inline-block;
        width: 275px;
        max-width: 100%;
        font-size: 16px;
        padding: 14px 10px;
        border-radius: 24px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        margin: 25px 0 15px;
        box-shadow: 0 8px 17px 2px rgba(13, 15, 18, .2);
        -webkit-box-shadow: 0 8px 17px 2px rgba(13, 15, 18, .2);
        -moz-box-shadow: 0 8px 17px 2px rgba(13, 15, 18, .2)
}
.tweb_popup_call_btn.tweb_popup_call_btn_lg:before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        position: relative;
        background: url(../images/whatsapp_logo.png) 0 0 no-repeat;
        background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        vertical-align: top;
        top: 0;
        margin-right: -19px;
        left: -31px;
        transition: .2s ease background-image;
        -webkit-transition: .2s ease background-image;
        -moz-transition: .2s ease background-image
}
.tweb_popup_call_btn.tweb_popup_call_btn_lg:hover:before, .tweb_popup_call_btn.tweb_popup_call_btn_lg:focus:before, .tweb_popup_call_btn.tweb_popup_call_btn_lg:active:before {
        background-image: url(../images/whatsapp_logo.png)
}
.tweb_popup_chat_box_gray {
        border-radius: 2px 2px 8px 8px
}
.tweb_popup_chat_box_gray .tweb_popup_heading_gray {
        background: #f8f8f8;
        border-top: 3px solid #00E676;
        color: #868c9a;
        font-weight: 500
}
.tweb_popup_chat_box_gray .tweb_popup_heading_gray .tweb_popup_title {
        color: #595b60
}
.tweb_popup_chat_box_gray .tweb_popup_heading_gray:before {
        content: '';
        background: url(../images/whatsapp_logo.png) center top no-repeat;
        background-size: 33px;
        display: block;
        width: 55px;
        height: 33px;
        position: absolute;
        top: 20px;
        left: 12px
}
.tweb_popup_chat_box_gray .tweb_popup_heading_gray .tweb_popup_intro a {
        color: #595b60
}
.tweb_popup_chat_box_ct {
        width: 384px;
        text-align: center
}
.tweb_popup_chat_box_ct .tweb_popup_heading_ct {
        text-align: center;
        padding: 18px 0
}
.tweb_popup_chat_box_ct .tweb_popup_heading_ct:before {
        content: '';
        background: url(../images/whatsapp_logo.png) center top no-repeat;
        background-size: 30px;
        display: block;
        width: 30px;
        height: 31px;
        position: absolute;
        top: 15px;
        left: 72px
}
.tweb_popup_chat_box_ct .tweb_popup_heading_ct .tweb_popup_title {
        padding-left: 22px;
        padding-bottom: 14px
}
.tweb_popup_chat_box_ct .tweb_popup_heading_ct .tweb_popup_intro {
        margin-top: -5px;
        line-height: 12px
}
.tweb_popup_chat_box_ct .tweb_popup_ct_avt_list:after {
        content: '';
        clear: both;
        display: block
}
.tweb_popup_chat_box_ct .tweb_popup_ct_content {
        background: #fff;
        padding: 0 0 14px
}
.tweb_popup_chat_box_ct .tweb_popup_ct_content .tweb_popup_notice {
        padding-top: 18px;
        padding-bottom: 15px
}
.tweb_popup_chat_box_ct .tweb_popup_ct_content_item {
        width: 33%;
        float: left;
        font-size: 10px
}
.tweb_popup_chat_box_ct .tweb_popup_ct_content_item a {
        text-decoration: none;
        color: #989b9f
}
.tweb_popup_chat_box_ct .tweb_popup_ct_content_item .tweb_popup_ct_txt {
        padding-top: 8px
}
.tweb_popup_chat_box_ct .tweb_popup_ct_content_item .tweb_member_name {
        color: #363c47;
        font-size: 13px
}
.tweb_popup_chat_box_ct .tweb_popup_ct_content_item .tweb_member_duty {
        color: #989b9f;
        padding: 3px 0 0
}
.tweb_popup_chat_box_ct .tweb_popup_ct_content_item .tweb_member_stt_online {
        color: #00E676;
        font-size: 9px;
        line-height: 12px;
        display: inline-block;
        padding: 3px 0 0 16px;
        background: url(../images/whatsapp_logo.png) 0 3px no-repeat;
        background-size: 12px auto;
        -webkit-background-size: 12px auto;
        -moz-background-size: 12px auto
}
.tweb_popup_chat_box_ct .tweb_popup_ct_content_item .tweb_member_stt_offline {
        color: #f5a623;
        font-size: 9px;
        line-height: 12px;
        padding: 2px 0 0
}
.tweb_popup_chat_box_ct .tweb_popup_ct_avatar img {
        border-radius: 50%
}
.tweb_popup_chat_box_ct .tweb_popup_ct_call_btn {
        width: 97px;
        font-size: 11px;
        padding: 9px 10px 11px;
        margin: 15px 0
}
.tweb_btn_popup {
        position: fixed;
        right: 30px;
        bottom: 30px;
        cursor: pointer;
        font-family: Arial, Helvetica, sans-serif;
        z-index: 999;
        bottom: 45px
}
.tweb_btn_popup .tweb_btn_popup_icon {
        width: 56px;
        height: 56px;
        background: #00E676;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
        -webkit-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
        -moz-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14)
}
.tweb_btn_popup .tweb_btn_popup_icon:before {
        content: '';
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: transparent url(../images/whatsapp_logo.png) center center no-repeat;
        background-size: 30px auto;
        -webkit-background-size: 30px auto;
        -moz-background-size: 30px auto;
        transition: .4s ease all;
        -webkit-transition: .4s ease all;
        -moz-transition: .4s ease all
}
.tweb_btn_popup .tweb_btn_popup_icon:after {
        content: '';
        opacity: 0;
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: transparent url(../images/x_icon.png) center center no-repeat;
        background-size: 14px auto;
        -webkit-background-size: 14px auto;
        -moz-background-size: 14px auto;
        transition: .4s ease all;
        -webkit-transition: .4s ease all;
        -moz-transition: .4s ease all;
        -ms-transform: scale(0) rotate(-360deg);
        transform: scale(0) rotate(-360deg);
        -webkit-transform: scale(0) rotate(-360deg);
        -moz-transform: scale(0) rotate(-360deg)
}
.tweb_btn_popup.tweb_active .tweb_btn_popup_icon:before {
        opacity: 0;
        -ms-transform: scale(0) rotate(360deg);
        transform: scale(0) rotate(360deg);
        -webkit-transform: scale(0) rotate(360deg);
        -moz-transform: scale(0) rotate(360deg)
}
.tweb_btn_popup.tweb_active .tweb_btn_popup_icon:after {
        opacity: 1;
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -moz-transform: scale(1) rotate(0deg)
}
.tweb_btn_popup .tweb_btn_popup_txt {
        position: absolute;
        width: 170px;
        right: 100%;
        background-color: #f5f7f9;
        font-size: 12px;
        color: #43474e;
        top: 10px;
        padding: 5px 0 5px 12px;
        margin-right: 7px;
        letter-spacing: -.03em;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        transition: .4s ease all;
        -webkit-transition: .4s ease all;
        -moz-transition: .4s ease all
}
.tweb_btn_popup.tweb_active .tweb_btn_popup_txt {
        -ms-transform: translate(0, 15px);
        transform: translate(0, 15px);
        -webkit-transform: translate(0, 15px);
        -moz-transform: translate(0, 15px);
        opacity: 0;
        visibility: hidden
}
.tweb_form-group {
        margin-bottom: 15px
}
.tweb_form-control {
        text-indent: 5px;
        font-family: Arial, Helvetica, sans-serif;
        display: block;
        width: 100% !important;
        height: 34px;
        padding: 4px 0 !important;
        font-size: 14px !important;
        line-height: 1.42857143 !important;
        color: #555 !important;
        background-color: #fff !important;
        background-image: none !important;
        border: 1px solid #ccc !important;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.tweb_form-button {
        padding: 8px 20px;
        border-radius: 8px;
        border: none;
        background: #0084ff;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        cursor: pointer;
        position: relative;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        width: 100%;
        overflow: hidden
}
.tweb_jsx {
        background-color: #4fce5d;
        border-radius: 18px
}
.tweb_btn_popup2:hover {
        cursor: pointer
}