@media (min-width: 1200px) {
    .container {
        max-width: 1410px !important;
    }
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*!
Theme Name: bubble
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bubble
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

bubble is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #29323d;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
    overflow-x: hidden;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button.menu-toggle:active, button.menu-toggle:focus {
    border-color: #aaa #bbb #bbb;
    width: 59px;
    height: 50px;
    font-size: 0px;
    background-color: #000000;
    background: url(images/menu9-512.png);
    background-size: contain;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: royalblue;
    cursor: pointer;
}

a:visited {
    color: purple;
}

a:hover, a:focus, a:active {
    color: midnightblue;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: right;
    width: 72%;
    position: absolute;
    right: 11%;
    top: 80px;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    float: right;
    position: relative;
    margin: 0 0 0 18px;
}

.main-navigation li.current-menu-item,
.main-navigation li.current-menu-item a {
    color: #9fc9eb !important;
}

.main-navigation a {
    color: #ffffff !important;
    display: block;
    text-decoration: none;
    font-size: 23px;
    font-weight: bold;
    text-decoration: none !important;
    outline: none !important;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
    /* background: url(images/menu9-512.png); */
    /* border: none; */
    /* background-size: contain; */
    /* width: 50px; */
    /* height: 40px; */
    /* font-size: 0px; */
}

button.menu-toggle {
    display: none;
    background: url(images/menu9-512.png);
    border: none;
    background-size: contain;
    width: 50px;
    height: 40px;
    font-size: 0px;
    outline: none !important;
}

@media screen and (min-width: 770px) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/**/
.home.blog {
}

.site-header {
    background: url(images/topbg.png);
    height: 770px;
    margin-bottom: 170px;
}

.page-template-home_page h1.entry-title {
    display: none;
}

.page-template-home_page h2.entry-title {
}

.site-branding-home {
    position: absolute;
    left: 12%;
    top: 22%;
    width: 555px;
    text-align: center;
}

.site-branding-home .site-description {
    font-size: 43px;
    font-weight: bold;
    color: #ffffff;
    display: none;
}

.site-branding-home .site-title-home {
    background: url(images/logo-text-2_1.png) no-repeat;
    width: 566px;
    height: 290px;
    background-size: contain;
}

.site-branding {
    display: none;
}

.page-template-home_page .entry-header {
}

.page-template-home_page .entry-meta {
}

.page-template-home_page .widget-area,
.skip-link.screen-reader-text {
    display: none;
}

.downloadbtn {
    /* background: url(images/downloadbg.png); */
    width: 576px;
    height: 89px;
    position: absolute;
    top: 60%;
    left: 11%;
    display: flex;
    justify-content: center;
}

.page-template-home_page .h_b1 {
}

.page-template-home_page .h_icons {
    display: block;
    margin: 0 auto;
    justify-content: center;
    position: absolute;
    top: 715px;
    left: 0%;
    right: 0%;
    width: 67%;
    /* position: static; */
}

.h_icons_i {
    width: 17%;
    height: 139px;
    position: relative;
    text-align: center;
    /* padding: 159px 0 0; */
    margin: 0 3%;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: text-bottom;
    text-align: center;
    background-position: 50% 0%;
    opacity: 0;
    transition: 300ms;
    -webkit-transition: 300ms;

}

/*
.h_icons_i_1 {background-image: url(images/icon1.png)}
.h_icons_i_2 {background-image: url(images/icon2.png)}
.h_icons_i_3 {background-image: url(images/icon3.png)}
.h_icons_i_4 {background-image: url(images/icon4.png)}
*/
.h_icons_text {

    font-size: 21px;
    font-weight: bold;
}

.h_b3_t_w {
}

.h_b3_t_w_1 {
}

.h_b3_t_w_2 {
}

.h_b3_t_w_3 {
}

.page-template-home_page .site-main {
    display: none;
}

.animate_delay_1 {
    animation-delay: 0.5s;
}

.animate_delay_2 {
    animation-delay: 1s;
}

.animate_delay_3 {
    animation-delay: 1.5s;
}

.animate_delay_4 {
    animation-delay: 2s;
}

.animate_delay_5 {
    animation-delay: 2.5s;
}

.animate_delay_6 {
    animation-delay: 3s;
}

.animate_delay_7 {
    animation-delay: 3.5s;
}

.animate_delay_8 {
    animation-delay: 4s;
}

@media(max-width: 770px) {
    .animated {
        opacity: 1!important;
    }

}

.animate_duration_1 {
    animation-duration: 1s !important;
}

.animate_duration_2 {
    animation-duration: 2s !important;
}

.animate_duration_3 {
    animation-duration: 3s !important;
}

.animate_duration_4 {
    animation-duration: 3s !important;
}

.downloadbtn_in_1,
.downloadbtn_in_2 {
    width: 273px;
    height: 81px;
    margin: 0 1%;
}

.downloadbtn_in_1 {
    background-image: url(images/download-appstore.png);
}

.downloadbtn_in_2 {
    background-image: url(images/download-googleplay.png);
}

.h_b2_t1,
.h_b2_t2,
.h_b2_t3 {

    line-height: 71px;
}

.h_b2_t1 {
    font-size: 71px;
    font-weight: bold;
    margin: 67px 0 0;
}

.h_b2_t2 {
    font-size: 45px;
    max-width: 422px;
    width: 100%;
    line-height: 51px;
    margin: 69px 0 67px;
    font-weight: bold;
}

.h_b2_t3 {
    font-size: 35px;
    font-weight: normal;
    max-width: 341px;
    line-height: 41px;
}

.h_b2_r {
}

.h_b2_l {
}

.homemap { /* background: url(images/map.png) no-repeat; *//* width: 684px; *//* height: 553px; *//* border: 0px solid #ffffff; */

    border-radius: 15px;
    padding: 0 7% 0;
}

.homemap img {}

.h_b2_w {
    background-color: #9fc9eb;
    padding: 73px 0px;
    opacity: 0;
}

.h_b3_w {
    padding: 172px 0;
    opacity: 0;
}

.h_b3_l {
}

.h_b3_r {
}

.h_b3_r {
}

.h_b3_t1 {
    font-size: 38px;
    font-weight: bold;
    padding: 5px 0 0;
}

.h_b3_t2 {
    font-size: 20px;
    font-weight: normal;
    line-height: 36px;
    padding: 4px 0 23px;
    max-width: 500px;
}

.h_b3_l {
    position: relative;
}

.h_b3_r {
}

.h_b3_l_img1 {
    position: absolute;
    position: absolute;
    left: 0%;
    right: 0%;
    margin: 0 auto;
    top: 5%;
    opacity: 0;
}

.h_b3_l_img2 {
    position: absolute;
    left: 0%;
    right: 0%;
    margin: 0 auto;
    opacity: 0;
}

.footer_w {
    background: #000000;
    padding: 43px 0;
}

.footer_c_1 {
}

.footer_c_2 {
    text-align: center;
}

.footer_c_3 {
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 33px 0;
    text-align: left;
}

.footer_c_3,
.footer_c_1 {
    padding: 33px 0;
}

.f_c_1_a {
    color: #ffffff !important;
    text-decoration: none !important;
}

.s_link {
    text-decoration: none !important;
    margin: 0 3%;
}

/**/
.h_icons_i img {
}

.bubbleform {
    color: #010101;
    font-size: 20px;
    margin-bottom: 120px;
}

.bubbleform label {
    text-align: left;
    font-weight: bold;
    padding-right: 0;
    padding-left: 0;
    font-size: 18px;
    white-space: nowrap;
}

.bubbleform input[type="text"] {
    background: #f2f2f2;
    border-radius: 0;
    border: none;
    font-size: 20px;
}

.bubbleform textarea.form-control {
    background: #f2f2f2;
    border-radius: 0;
    border: none;
}

button.colored {
    font-size: 32px;
    background-image: url(images/submit-button-bg.png);
    background-position: center center;
    background-size: 100%;
    background-color: transparent;
    width: 300px;
    height: 53px;
    line-height: 53px;
    border: none;
    margin: 0 auto;
    display: block;
    font-weight: bold;
    color: #010101;
    padding-top: 0;
}

button.colored.gotohome {
    margin-bottom: 100px;
}

.bubbleform button.colored span {

    line-height: 43px;

    display: block;
}

.bubbleform button.colored.btn-primary:not(:disabled):not(.disabled):active {
    background-color: transparent;
    color: #010101;
    /* line-height: 53px; */
}

.bubbleform .custom-select {
    background: #f2f2f2;
    border-radius: 0;
    border: none;
    font-size: 20px;
    background-image: url(images/arr-form_1.png);
    background-repeat: no-repeat;
    background-size: 31px;
    background-position: 3% 50%;
}

.bubbleform .custom-select:focus {
    background-image: url(images/arr-form_2.png);
}

.bubbleform .form-group {
    margin-bottom: 30px;
}

.row.succes-msg {
    display: none
}

.thankYouMes {
    margin: 150px auto;
    font-size: 40px;
    color: #9fc9eb;
    text-align: center;
}

.validate-faled {
    border: 1px solid red !important;
}

.realfile {
    display: none;
}

.inputfilefake {
    background-image: url(images/file-button-bg.png);
    background-size: 100%;
    width: 158px;
    height: 53px;
    cursor: pointer;
    text-align: center;
}

.inputfilefake span {
    line-height: 43px;
    font-size: 28px;
    font-weight: bold;
}

.col-lg-1.tooltip-wrp {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.tooltip1 {
    border-bottom: 1px solid #000;
    cursor: pointer;
    display: inline-block;
}

.tooltip1:hover {
    border-bottom: none;
}

.tooltip-data {
    position: absolute;
    bottom: 45px;
    border: 1px solid #000;
    padding: 15px;
    font-size: 16px;
    color: #000;
    min-width: 150px;
    text-align: center;
    display: none;
}

.tooltip-data:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid #000;
    border-left: 20px solid transparent;
    bottom: -10px;
    right: -1px;
}

.page.page-id-204 .entry-header,
.page.page-id-206 .entry-header {
    /*display: none;*/
}

.err404 {
    font-size: 100px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

/*/////////////*/
@media (max-width: 1900px) {
    .site-header {
        background: url(images/topbg.png);
        height: 678px;
        margin-bottom: 20px;
        background-position: 57%;
        position: relative;
    }

    .downloadbtn {
        top: 75%;
    }

    .page-template-home_page .h_icons {
        display: block;
        margin: 0 auto;
        justify-content: center;
        position: absolute;
        top: 75%;
        left: 0%;
        right: 0%;
        width: 100%;
        position: static;
        margin: 0 auto 146px;
    }

    .h_icons_i img {
    }
}

/*/////////////*/
@media (max-width: 1050px) {
    .h_b2_t1 {
        font-size: 4vw;
        margin: 0px 0 0;
    }

    .h_b2_t2 {
        font-size: 2vw;
        max-width: 422px;
        width: 100%;
        line-height: 44px;
        margin: 3px 0 32px;
    }

    .h_b2_t3 {
        font-size: 4vw;
        font-weight: bold;
        max-width: 218px;
        line-height: 5vw;
    }

}

/*/////////////*/
@media (max-width: 770px) {
    .site-branding-home {
        width: 100%;
        left: 0%;
        top: 34vw; /* position: static; *//* position: static; */
    }

    button.menu-toggle {
        display: block;
        margin-right: 16px;
    }

    .site-branding-home .site-title-home {
        width: 68%;
        left: 0%;
        right: 0%;
        margin: 0% auto 0;
    }

    .downloadbtn {
        /* background: url(images/downloadbg.png); */
        width: 576px;
        height: 89px;
        position: absolute;
        top: 75vw;
        left: 0%;
        display: flex;
        justify-content: center;
        right: 0%;
        width: 100%;
    }

    .downloadbtn_in_1, .downloadbtn_in_2 {
        width: 43%;
        height: 81px;
        margin: 0 1%;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .site-header {
        background: url(images/topbg.png);
        height: 96vw;
        margin-bottom: 39px;
        background-position: 66%;
    }

    .page-template-home_page .h_icons {
        display: flex;
        margin: 0 auto;
        justify-content: center;
        /* position: absolute; */
        top: 135vw;
        left: 0%;
        right: 0%;
        width: 100%;
        display: block;
        /* background: #000000; */
        color: #000000;
    }

    .h_icons_i {
        width: 48%;
        height: 217px;
        position: relative;
        text-align: center;
        padding: 0px 0 0;
        margin: 0 3%;
        background-size: 38%;
        background-repeat: no-repeat;
        background-position: 50%;
        margin: 0 0 27px;
    }

    .h_icons_i img {
    }

    .main-navigation li {
        float: none;
        position: relative;
        margin: 19px 0 0 0px;
    }

    .main-navigation ul {
        background: #000000c2;
        position: absolute;
        z-index: 100;
        width: 100%;
        padding: 20px 19px;
        margin: 22px 0 0;
    }

    .main-navigation {
        clear: both;
        display: block;
        float: right;
        width: 100%;
        position: absolute;
        right: 0%;
        top: 80px;
        z-index: 100;
    }

    .h_b2_t1 {
        font-size: 37px;
        text-align: center;
    }

    .h_b2_t2 {
        font-size: 26px;
        text-align: center;
        max-width: inherit;
        line-height: 37px;
        margin: 3px 0 18px;
    }

    .h_b2_t3 {
        font-size: 31px;
        max-width: inherit;
        margin: 0 0 43px;
        text-align: center;
        line-height: 38px;
    }

    .h_b3_w {
        padding: 62px 0;
    }

    .h_b3_l {
        height: 746px;
    }

    .h_b3_r {
    }

    .f_c_1_a { /* text-align: center */
    }

    .footer_c_3, .footer_c_1 {
        text-align: center
    }

    .h_b3_l_img1 {
        position: absolute;
        position: absolute;
        left: 0%;
        right: 0%;
        margin: 0 auto;
        top: 5%;
    }

    .h_b3_l_img2 {
        position: absolute;
        left: 0%;
        right: 0%;
        margin: 0 auto;
        width: 65%;
    }
}

@media (max-width: 550px) {
    .downloadbtn {
        top: 77vw;
    }

    .site-branding-home .site-title-home {
        margin-top: 11%;
    }
}

.visible {
    opacity: 1 !important;
    transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
}

/*faq*/
.page-id-52 .site-header {
    margin-bottom: 00px;
    height: 841px;
}

.ftp_search_w {
    top: -253px;
    position: relative;
    right: -6%;
    overflow: hidden;
    width: 892px;
    max-width: 100%;
}

.faq_tabs_page {
}

.ftpi_w {
}

.ftpi_qa_w {
    display: none;
}

.ftpi_qa_w.active {
    display: block;
}

.ftpi_question {
    /* display: none; */
    color: #9fc9eb;
    font-size: 40px;
    line-height: 41px;
    padding: 0 0 20px;
    font-weight: normal;
}

.ftpi_answer {
    font-size: 17px;
    line-height: 25px;
}

.ftpi_answer h1 {
    font-size: 56px;
    color: #9fc9eb;
    font-weight: bold;
}

.ftpi_answer h2 {
    font-size: 32px;
    font-weight: bold;
}

.ftpi_answer,
.ftpi_answer p {
}

.ftp_search_input_w { /* top: -139px; */
    position: relative; /* right: 27%; *//* overflow: hidden; *//* background: #ffffff21; *//* border-radius: 21px; *//* padding: 23px  5px; *//* border: 3px solid #ffffff; */
}

input[type="text"].ftp_search_input {
    outline: none;
    font-size: 31px;
    width: 100%;
    background: transparent;
    border: none;
    color: #ffffff;
    /* display: inline-block; */
    /* vertical-align: middle; */
    background: #ffffff21;
    border-radius: 21px;
    padding: 12px 108px 12px 57px;
    border: 3px solid #ffffff;
}

.ftpi_ww {
    top: -128px;
    position: relative;
}

.ftpi_ww_header {
    height: 144px;
}

.ftpi_ww_body {
}

.ftpi_ww_header_i {
    display: inline-block;
    vertical-align: top;
    width: 24%;
}

.ftpi_ww_header_i_menu_items_w {
    display: inline-block;
    vertical-align: top;
    width: 21%;
    /* background: #ffffff; */
    margin-left: 5%;
}

.ftpi_ww_header_i_menu_items_w:hover .ftpi_ww_header_i_menu {
    background: #ffffff;
    color: #000000;
}

.ftpi_ww_header_i_menu_items_w:last-child {
    margin-left: 0%;
}

.ftpi_ww_header_i_menu_items_w.active {
}

.ftpi_ww_header_i_menu {
    cursor: pointer;
    text-align: center;
    background: transparent;
    font-size: 21px;
    height: 66px;
    padding: 7px 0 0;
    border-radius: 13px 13px 0px 0px;
    color: #ffffff;
    font-weight: bold;
    overflow: hidden;
}

.ftpi_ww_header_i_menu_items_w.active .ftpi_ww_header_i_menu {
    /* color: red; */
    background: #ffffff;
    color: #000000;
    /* box-shadow: 2px 2px 2px 0px #333333; */
}

.ftpi_ww_header_i_menu_items_w:hover .ftpi_ww_header_items_w {
    display: block;
    border: 1px solid #33333314;
    border-width: 0px 1px 1px 1px;
    border-radius: 0px 0px 0px 0px;
    padding: 17px 9px 0px 17px;
    z-index: 14;
    box-shadow: 4px 6px 5px 0px #f5f5f5;
}

.ftpi_ww_header_items_w {
    display: none;
    position: absolute;
    background: #ffffff;
    width: 21%;
}

.ftpi_ww_header_items_qa_w {
    border-bottom: 1px solid #dcdcdc;
}

.ftpi_ww_header_items_qa_w:last-child {
    border-bottom: none;
}

.ftpi_ww_header_items_question {
    cursor: pointer;
    font-size: 17px;
    padding: 5px 2px;
    /* border-bottom: 1px solid #dcdcdc; */
}

.ftpi_ww_header_items_question:last-child {
    /* border-bottom: none; */
}

.ftpi_ww_header_items_answer {
    display: none;
}

.ftpi_ww_body_left,
.ftpi_ww_body_right {
    display: inline-block;
    width: 41%;
    vertical-align: top;
}

.ftpi_ww_body_left {
    width: 66%;
}

.ftpi_ww_body_right {
    padding: 0 0 0 9%;
    width: 32%;
}

.ftpi_r_w {
    display: none;
}

.ftpi_right_question {
    cursor: pointer;
    position: relative;
    margin-bottom: 54px;
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
}

.ftpi_right_question:before {
    content: '';
    background-image: url(images/bubble1212.png);
    width: 16px;
    height: 40px;
    position: absolute;
    /* top: 65px; */
    right: 0px;
    bottom: -48px;
    background-size: contain;
    background-repeat: no-repeat;
}

.ftpi_qa_right_w:last-child .ftpi_right_question:before {
    opacity: 0;
}

.ftpi_right_question.active {
    color: #9fc9eb;
}

.ftpi_ww_body_list {
}

.ftpi_ww_body_list h1 {
    font-size: 28px;
}

.ftpi_ww_body_list h2 {
    font-size: 25px;
}

.ftpi_ww_body_list p {
    font-size: 19px;
}

.ftpi_l_list_w {
}

.ftpi_l_w_faq_groutp_title_xs {
    display: none;
}

.ftpi_qa_list_w {
    display: none;
    border-bottom: 1px solid #dddddd;
    padding: 18px 0px;
}

.ftpi_list_question,
.ftpi_list_answer {
}

.ftpi_list_question {
    font-size: 40px;
    cursor: pointer;
    padding: 0 0 22px;
}

.ftpi_list_question:hover {
}

.ftpi_list_answer {
}

.ftp_search_back_btn_xs {
    display: none;
}

input[type="submit"].ftp_search_submit {
    background: transparent;
    background-image: url(images/searchicon.png);
    width: 44px;
    height: 47px;
    font-size: 0px;
    border: none;
    outline: none;
    /* display: inline-block; */
    /* vertical-align: middle; */
    position: absolute;
    top: 20px;
    right: 2%;
    background-size: contain;
    background-repeat: no-repeat;
}

.ftpi_ww_body_xs_tabs {
    display: none;
    border: 1px solid #e2e2e2;
    border-radius: 16px;
    padding: 0px 13px;
    margin: 0 0 50px;
}

.ftpi_l_w_faq_xs_tab_title_xs {
    color: #000000;
    padding: 7px 0;
    font-size: 24px;
}

.ftpi_l_w_faq_xs_tab_title_xs:before {
    content: '\2c5';
    transform: scaleX(2);
    display: inline-block;
    font-size: 16px;
    padding-left: 6px;
}

.ftpi_l_w_faq_xs_tab_title_xs.active:before {
    content: '\2c4'
}

.ftpi_l_xs_tabs_w {
    display: none;
    padding: 0 4% 0 0;
}

.ftpi_l_w_faq_xs_tab_title_xs.active + .ftpi_l_xs_tabs_w {
    /*    display: block;*/
}

.ftpi_qa_xs_tabs_w {
}

.ftpi_xs_tabs_question {
    padding: 7px 0;
}

.ftpi_xs_tabs_question.active {
    color: #299fff;
    font-weight: bold;
}

.ftpi_xs_tabs_question:before {
    content: '\2c5';
    transform: scaleX(2);
    display: inline-block;
    font-size: 13px;
    padding-left: 6px;
}

.ftpi_xs_tabs_question.active:before {
    content: '\2c4'
}

.ftpi_xs_tabs_answer {
    display: none;
    padding: 11px 23px 12px 0;
    border: 1px solid #bababa;
    border-radius: 12px;
    margin: 18px 0;
}

.ftpi_xs_tabs_answer h1 {

    font-size: 22px;
}

.ftpi_xs_tabs_answer h2 {

    font-size: 19px;
}

.ftpi_xs_tabs_answer p {

    font-size: 16px;
}

.ftpi_xs_tabs_question.active + .ftpi_xs_tabs_answer {
    /*display: block;*/
}

.ftpi_l_w_faq_xs_tab_item {
    width: 100%;
    font-size: 19px;
    background: #ffffff;
    /* border-radius: 20px; */
    border-bottom: 1px solid #d2d2d2;
    padding: 7px 0;
}

.ftpi_l_w_faq_xs_tab_item:last-child {
    border-bottom: 0px solid #d2d2d2;
}

.ftpi_l_w_faq_xs_tab_item.active {
}

.ftpi_l_w_faq_xs_tab_item:before {
    content: ''
}

.ftpi_l_w_faq_xs_tab_item.active:before {
    content: ''
}

.ftpi_l_w_faq_xs_tab_title_xs.active {
    display: block;
}

.page-id-52 .site-branding-home {
    position: absolute;
    left: 12%;
    top: 12%;
    width: 555px;
    text-align: center;
}

.page-id-52 .downloadbtn {
    width: 576px;
    height: 89px;
    position: absolute;
    top: 50%;
    left: 11%;
    display: flex;
    justify-content: center;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    border-radius: 13px;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

.ui-widget-content a {
    color: #333333;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

.ui-widget-header a {
    color: #333333;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #000000 !important;
    background: #4e4e4e !important;
    font-weight: normal;
    color: #ffffff !important;
    border-radius: 6px;
}

.ftp_search_clear {
    display: none;
    position: absolute;
    left: 15px;
    color: #ffffff;
    top: 16px;
    font-size: 0px;
}

.ftp_search_clear:after {
    content: '\24cd';
    font-size: 27px;
}

h2.form2_h2 {
    padding: 0 0 44px;
    text-align: center;
}

@media (max-width: 1600px) {
    .ftp_search_w {
        position: relative;
        top: -165px;
        right: 0;
    }
}

@media (max-width: 1350px) {
    .ftpi_ww_header_i_menu {
        font-size: 2vw;
    }

    .ftpi_ww_header_i_menu_items_w {
        display: inline-block;
        vertical-align: top;
        width: 19%;
        margin-left: 5%;
    }
}

@media (max-width: 770px) {
    .ftpi_ww_body_xs_tabs {
        display: block;
    }

    .ftp_search_back_btn_xs {
        display: none;
    }

    .ftp_search_back_btn_xs.active {
        display: block;
    }

    .ftpi_l_w_faq_groutp_title_xs {
        display: none;
    }

    .ftpi_ww_body {
        display: none;
    }

    .ftpi_ww_header {
        display: none;
    }

    .page-id-52 .site-branding-home {
        left: inherit;
        top: 26%;
        width: 93%;
    }

    .page-id-52 .downloadbtn {
        width: 89%;
        top: 76%;
    }

    .ftp_search_input_w {

    }

    .ftp_search_w {
        top: -266px;
        position: relative;
        right: 0%;
        overflow: hidden;
        width: inherit;
        max-width: 100%;
    }

    .ftpi_ww {
        top: inherit;
        position: relative;
    }

    input[type="submit"].ftp_search_submit {
        background: transparent;
        background-image: url(images/searchicon.png);
        width: 33px;
        height: 33px;
        font-size: 0px;
        border: none;
        outline: none;
        position: absolute;
        top: 19px;
        right: 3%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .ftpi_list_question {
        font-size: 32px;
    }

    .ftpi_list_answer {
    }

    input[type="text"].ftp_search_input {
        outline: none;
        font-size: 31px;
        width: 100%;
        background: transparent;
        border: none;
        color: #ffffff;
        background: #ffffff21;
        border-radius: 21px;
        padding: 3px 14% 5px 53px;
        border: 3px solid #ffffff;
    }

    .page-id-52 .site-branding-home {
        position: absolute;
        left: inherit;
        top: 125px;
        width: 555px;
        max-width: 95%;
        text-align: center;
    }

    .page-id-52 .downloadbtn {
        width: 576px;
        height: 89px;
        position: absolute;
        top: 503px;
        left: inherit;
        display: flex;
        justify-content: center;
        max-width: 100%;
    }

    .ftp_search_clear {
    }
}

/**/

/**/
.msf_career_ {
}

.msf2_ {
}

.msf2_h1_w {
    font-size: 45px;
    text-align: center;
    /* line-height: 3em; */
    margin: 1px 0 85px;
}

.msf2_t1 {
    font-size: 3.5em;
    font-weight: bold;
    line-height: 0.7em;
}

.msf2_t2 {
    font-size: 1em;

    padding: 0.5em 0em;
}

.msf2_t3 {
    font-size: 0.7em;
    line-height: 1.3em;
}

.msf2_ button.colored {
    font-size: 32px;
    background-image: url(images/submit-button-bg.png);
    background-position: center center;
    background-size: 100%;
    background-color: transparent;
    width: 100%;
    height: 53px;
    line-height: 53px;
    border: none;
    margin: 0 auto;
    display: block;
    font-weight: bold;
    color: #010101;
    padding-top: 0;
    background-size: 105%;
}

.msf2_f_w {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 30px;
    margin: 9px 0 17px;
}

.msf2_f_1 {
    flex: 3 1 auto;
    padding-left: 24%;
}

.msf2_f_2 {
    flex: 2 0 auto;
    text-align: left;
}

.msf2_f_img_a {
    flex: 2 1 auto;
    text-align: left;
}

.msf2_f_img_a img {
}

.msf3_ {
}

.msf3_h1_w {
    font-size: 45px;
    text-align: center;
    /* line-height: 3em; */
    margin: 1px 0 45px;
}

.msf3_t1 {
    font-size: 2.7em;
    font-weight: bold;
    line-height: 0.9em;
}

.msf3_t2 {
    font-size: 1em;
    font-weight: normal;
    padding: 1em 0 1em;
    line-height: 1em;
}

.msf3_t3 {
    font-size: 1em;
    line-height: 1.3em;
}

.container.msf_tfasim_ {
    max-width: 1640px !important;
}

.msf3_btn_w {
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    margin: 0 0 79px;
}

.msf3_btn {
    /* background-image: url(); */
    background-image: url(images/submit-button-bg.png);
    max-width: 500px;
    background-size: cover;
    background-position: 50%;
    text-align: center;
    width: 100%;
    font-size: 39px;
    line-height: 66px;
    margin: 0px 1%;
}

.msf3_btn_1 {

}

.msf3_btn_2 {
}

.msf3_btn_3 {
}

.msf3_btn_r1 {
}

.msf3_btn_r2 {
}

.msf3_ button.colored {
    font-size: 27px;
    background-image: url(images/submit-button-bg.png);
    background-position: center center;
    background-size: cover;
    background-color: transparent;
    width: 300px;
    height: 62px;
    line-height: 53px;
    border: none;
    margin: 0 auto;
    display: block;
    font-weight: bold;
    color: #010101;
    padding-top: 0;
    margin: 35px auto 9px;
    border-radius: 23px;
}

.msf3_f_w {
    margin: 16px 0 31px;
}

.msf3_f_w p {
    margin: 0;
    line-height: 37px;
    font-size: 22px;
}

.msf3_ .bubbleform label {
    text-align: left;
    font-weight: bold;
    padding-right: 0;
    padding-left: 0;
    font-size: 18px;
    white-space: normal;
    text-align: center;
}

.msf3_ .bubbleform .form-group {
}

.msf3_ .bubbleform {
}

.msf3_r1 {
    margin-bottom: 19px;
}

.msf3_ .form-control {
    display: block;
    width: 100%;
    height: calc(2.1em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.page-id-331 .site-main {
    min-height: 600px;
}

body .msf3_btn {
}

body .msf2_btn {
}

.suggests_w {
}

.msf3_f_w.msf3_f_xs {
    display: none;
}

.msf3_f_w {
    display: block
}

@media (max-width: 770px) {
    .msf3_f_w {
        display: none;
    }

    .msf3_f_w.msf3_f_xs {
        display: block;
    }

    .msf3_ .bubbleform .form-group {
    }

    .msf3_h1_w {
        font-size: 4vw;
        margin: 1px 0 3vw;
    }

    .msf3_btn_w {
        flex-direction: column;
        /* text-align: center; */
    }

    .msf3_btn {
        width: 100%;
        max-width: 100%;
        margin: 0 0 -1px;
        background-image: none;
        border-bottom: 1px solid #dbdbdb;
        border-top: 1px solid #dbdbdb;
        padding: 0 0 8px;
    }

    .msf2_h1_w {
        font-size: 4vw;
        margin: 1px 0 85px;
    }

    .msf3_r1 {
    }

    .msf2_f_w {
        flex-direction: column;
        text-align: center;
    }

    .msf2_f_img_a {
        text-align: center;
        width: 100%;
    }

    .msf2_f_2 {
        text-align: center;
        width: 100%;
    }

    .msf2_f_1 {
        text-align: center;
        width: 100%;
        padding: 13px 0 11px;
    }

    .msf2_ button.colored {
        margin: 0 auto;
        width: 100%;
        display: block;
        font-size: 3vw;
        background-size: 150%;
    }

    body .msf3_btn {
    }

    body .msf2_btn_w {
    }

    body .msf2_btn {

    }

    .msf3_ .bubbleform label {
        font-size: 16px;
        line-height: 23px;
    }

    .msf3_f_w p {
        line-height: 30px;
        font-size: 17px;
    }

    .site-branding-home .site-title-home {
        height: 196px;
        margin-top: 0vw;
    }
}

/**/


/**/
.p0819_w {/* text-align: center; *//* width: 73vw; */margin: 0 0 81px;/* width: 93vw; */}

.p0819_in {
    background-image: url(/wp-content/themes/bubble/images/0819/bubleimg-23773656_2.jpg);
    height: 31.46vw;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 67vw;
    /* display: block; */
    margin: 0 auto;
    border: 1px solid #000000;
}

.p0819_txt_1 {
    position: ABSOLUTE;
    left: 2vw;
    font-size: 3.2vw;
    font-weight: bold;
    /* width: 36vw; */
    top: 1vw;
}

.p0819_txt_2,
.p0819_txt_3 {

    font-size: 2.4vw;

    position: ABSOLUTE;

    left: 8vw;
}

.p0819_txt_2 {

    top: 10vw;

    left: 11vw;
}

.p0819_txt_3 {
    top: 13vw;
    left: 10vw;
}

.p0819_txt_4 {
    font-size: 1.0vw;
    position: ABSOLUTE;
    left: 0.9vw;
    bottom: 8px;
}

.bibble_0:before {
    content: '\b0';
    top: 26px;
    position: relative;
    right: 11px;
    font-size: 137px;
    line-height: 10px;
}
@media (max-width: 1100px) {
    .p0819_in {
        background-image: url(/wp-content/themes/bubble/images/0819/bimg98.png);
        height: 112vw;
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
        background-position: 100% 0;
        width: 89vw;
        margin: 0 auto;
        left: 0%;
        right: 0%;
    }

    .p0819_txt_1 {
        width: 47vw;
        text-align: center;
        left: 7vw;
        font-size: 10.1vw;
        font-weight: bold;
        /* width: 36vw; */
        top: 2vw;
        line-height: 12vw;
    }

    .p0819_txt_2, .p0819_txt_3 {
        font-size: 4.5vw;
        left: 8vw;
    }

    .p0819_txt_2 {
        top: 43vw;
        left: 11vw;
    }
    .p0819_txt_3 {
        top: 51vw;
        left: 10vw;
    }
    .p0819_txt_4 {
        left: 0%;
        /* top: 109vw; */
        bottom: 1vw;
        right: 0%;
        margin: 0 auto;
        text-align: center;
        font-size: 3vw;
    }
    .bibble_0:before {
        content: '\b0';
        top: 4vw;
        position: relative;
        right: 1vw;
        font-size: 21vw;
        line-height: 10px;
    }


}

/**/

#seniors-inside

{
    visibility: hidden;
}

#contact-inside {}

.btn_accessibility {
    top: 42px!important;
}


.tempmessage {

    font-size: 20px;
    line-height: 31px;
    width: 100%;

    margin: 0 auto;
}
.tempmessageh1 {font-size: 16px;}
.tempmessageh2 {text-align: right;font-size: 17px;padding: 0 0 10px;}
a.tempmessagemail {
    color: #333333!important;
    text-decoration: underline!important;
}

iframe.zEWidget-webWidget.zEWidget-webWidget--active ,
iframe.zEWidget-launcher.zEWidget-launcher--active {
    left: 0%!important;
    right: 0%!important;
    margin: 0 auto!important;
}

iframe#launcher {opacity: 0!important;}

.hideclosewebform {}


.loader_w {
    /*display: block;*/
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000000;
    top: 0px;
    left: 0px;
    background: #ffffffd4;
    text-align: center;
}
.loader_w img {
    top: 38%;
    position: absolute;
    left: 0%;
    right: 0%;
    margin: 0 auto;
}

iframe#webWidget {
    width: 100%!important;
    max-height: 808px!important;
    min-height: 808px!important;
}
.page-id-54 #main ,
.page-id-42 #main
{min-height: 1200px;}


iframe#webWidget ,
.tempmessage  {
    max-width: 667px!important;
    left: 0%;
    right: 0%;
    margin: 0 auto;
}












/**/
.bublebusiness {}
.container.bb_ {max-width: 667px!important;width: 100%;padding: 0 0 69px;}
body.page-id-9639  .site-header {
    margin-bottom: 34px;
}


.bb_ input[type="text"] ,
.bb_ textarea,
.bb_ select {

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .25s ease-in-out,box-shadow .1s ease-in-out,background-color .25s ease-in-out,color .25s ease-in-out;
    outline: none;
    border: 1px solid #d8dcde;
    border-radius: 4px;
    background-color: #fff;
    padding: .71429em 1.14286em;
    width: 100%;
    min-height: 40px;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 1.28571;
    color: #2f3941;
    font-family: inherit;
    font-size: 14px;
}

.bb_ input[type="text"]:hover ,
.bb_ select:hover {
    border-color: rgb(104, 115, 125) !important;
}

.bb_h1 {
    font-size: 26px;
    padding: 16px 0 30px;
    text-align: center;
}
#bb_form {
    padding: 0 2%;
}
.bb_f_row{
    padding: 8px 0;
}
.bb_f_label{
    padding: 0 0 6px;
}
input.bb_f_input {}
#bb_form input[type="submit"] {
    background-color: rgb(0, 0, 0) !important;
    color: rgb(255, 255, 255) !important;
    border-color: rgb(0, 0, 0) !important;
    outline: none!important;
    margin: 29px auto  0;
    font-size: 18px;
    padding: 12px 29px;
    /* width: 200px; */
    display: block;
}


#bb_form input[type="submit"]:after {
    content: '';
    display:block;
    clear:both;
;
}
li#menu-item-9639 .main-navigation a {
    color:#a0c7e4!important;
}


.bb_ input[type="text"].validatefaled ,
.bb_ select.validatefaled {
    border-color: #f24141;
}
.bb_seccess {
    text-align: center;
    padding: 17px 0 0;
    font-size: 18px;
}

@media(max-width:768px) {

    #bb_form input[type="submit"] {
        width: 100%

    }
}
/**/



/**/
.accessibility_w {
    direction: rtl;
    margin: 49px auto 0;
    font-size: 16px;
}
.container.accessibility_w {
    max-width: 1100px!important;
    padding: 0 3%;

}
.accessibility_w a {

}
.accessibility_w p {}
.accessibility_w h1 {
    clear: both;
}
.accessibility_w h2 {
    font-size: 23px;
    padding: 6px 0 4px;
}
.accessibility_w .container {}
.accessibility_w .acc_logo {
    float: left;
    margin: 0 0 17px;
}
.accessibility_w .acc_logo img {}
@media(max-width:768px) {
    .accessibility_w {

    }
}
/**/




/**/
.advertising_block {width: 100%;}

.ab_slider {opacity: 0; transition: opacity 400ms ease;}
.ab_slider_show {opacity: 1;}

.advertising_block .item{}

.advertising_block .item ,
.advertising_block .item video,
.advertising_block .item img {
    width: 100%;
    height: calc(100vh);
}

.advertising_block .item {}
.advertising_block .item video{}
.advertising_block .item img {}


.page-id-9781 header,
.page-id-9781 footer
{display: none;}
.page-id-9781  .accessibility_component {
    display: none!important;
}

.advertising_block  .owl-nav {display: none;}
.advertising_block  .owl-nav  button
.advertising_block  .owl-nav  button span
.advertising_block  .owl-nav  button.owl-prev {}
.advertising_block  .owl-nav  button.owl-next {}

.advertising_block   .owl-dots {display: none;}
.advertising_block   .owl-dots button  {}
.advertising_block   .owl-dots button.active  {}
.advertising_block   .owl-dots button span {}




/**/

.page-id-42  #messageform {display: none; }
.tempmessage {padding-bottom: 23px;}