/* @import url('http://example.com/example_style.css'); */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.testimonial{ border-radius:5px;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);;
}
.tanmay{
    margin-left: -80px;
}

.success1{
    background:#f0592b;  margin-right:0px; 
}
.success2{
    background:#e74d1e;  margin-right:0px; 
}
.success3{
    background:#f0592b;  margin-right:0px; 
}
.success4{
    background:#e74d1e; margin-left:0px; 
}
.topic{
    padding:110px 110px 40px 110px;
}


body{ margin:0; padding:0; font-family: 'Roboto', sans-serif; font-size:16px; color:#444; line-height:26px; }
.ban-img{
    border-top: 2px solid #f05a27;
}
.logo-go{
    padding-top: 50px;
}
.logo-sec{
padding: 30px 100px;
}
.three-price{
    padding: 50px;
}
.mid-price{
    margin-top: -27px;
}
.header-line{
    padding: 10px;
}
.hero-form{
    margin-top: -400px;
}
.hr{
    color: #ddd;
}
.three-section{
   padding: 0px 100px;
}
.thri{
    background: #fff; border: 1px solid #808080; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; padding: 7px 0px;
}
.kore{
    padding: 20px 0px;
}
.dropdowntext{
  color: #000;
  font-size: 14px;
  padding-top: 5px;
  font-weight: 300;
  text-align: center;
}


.dropy{
    text-align: center;
  background: #ddd;
  color: #f05a27;
  font-size: 16px;
  padding-top: 5px;
  border-bottom: 2px solid #FFF;
  font-weight: 500;
}

.dropy input[type='radio']:checked ~ .full-info{
  height: 130px;
  transition: .1s ease-in;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

input[type='radio']{
  width: 100%;
  display: none;
}

.dropdown{
  display: block;
  padding: 10px 12px 12px 15px;
  margin: 0;
  cursor: pointer;
}

.full-info{
  background: #fff;
  color: #222;
  width: 100%;
  height: 0;
  padding-left: 15px;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  transition: .1s ease-out;
} 
.top-ban-img{
    height: 500px;
}

.dropdownimg{
    padding: 50px 100px;
}
.price-section{
    background: #f5f5f5;
}
.call-action{
    padding-top: 50px; 
}

* { box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box; -moz-box-sizing:border-box; }

body .row-fluid h1 { font-family: 'Roboto', sans-serif; font-size:50px; line-height:1.1; color:#444; padding:10px 0; margin:0; }
body .row-fluid h2 { font-family: 'Roboto', sans-serif; font-size:42px; line-height:1.2; color:#444; padding:10px 0; margin:0; }
body .row-fluid h3 { font-family: 'Roboto', sans-serif; font-size:28px; line-height:1.2; color:#444; padding:10px 0; margin:0; }
body .row-fluid h4 { font-family: 'Roboto', sans-serif; font-size:24px; line-height:1.2; color:#444; padding:10px 0; margin:0; }
body .row-fluid h5 { font-family: 'Roboto', sans-serif; font-size:20px; line-height:1.2; color:#444; padding:10px 0; margin:0; }
body .row-fluid h6 { font-family: 'Roboto', sans-serif; font-size:18px; line-height:1.2; color:#444; padding:10px 0; margin:0; }

.row-fluid .set-bg { background-size:cover !important; background-repeat:no-repeat; background-position:center top !important; height: 600px;}

.row-fluid a { color:#d28580; outline:none; display:inline-block; text-decoration:none; transition:ease all 0.4s; }
.row-fluid a:hover { color:#000; }

.row-fluid input[type=text], .row-fluid input[type=email], .row-fluid input[type=tel], .row-fluid input[type=number] { width:100% !important; border:none; font-family: 'Roboto', sans-serif; outline:none; border-radius:2px;  
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;
-ms-transition: ease all 0.4s;
transition: ease all 0.4s;
 }
.row-fluid input[type=submit] { border:none; background:url() #d28580; color:#FFF; font-family: 'Roboto', sans-serif; border-radius:2px; outline:none; }
.row-fluid input[type=submit]:hover { background:url() #000; }
.row-fluid img { max-width:100%; height:auto; outline:none; }
.row-fluid .text-center { text-align:center; }
body .row-fluid .text-white, body.landing-1 .row-fluid .text-white h1, body.landing-1 .row-fluid .text-white h2, body.landing-1 .row-fluid .text-white h3, body.landing-1 .row-fluid .text-white h4, body.landing-1 .row-fluid .text-white h5, body.landing-1 .row-fluid .text-white h6 { color:#FFF; }

.row-fluid [class*="span"] { min-height:1px; }
.row-fluid .fl100 { float:left; width:100%; }
.row-fluid .wrapper { width:100%; margin:0 auto !important;  float:none; }
.row-fluid .text-center { text-align:center; }

.row-fluid .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { vertical-align:top; width:100%; max-width:100%; }

.row-fluid .btn-design1 a { text-align:center; letter-spacing:1px; padding: 12px 25px; color: #FFF; font-weight: 700; text-transform: uppercase; border-radius: 30px; line-height: 28px; border: #FFF solid 4px; box-shadow: #CCC 0 0 10px; color:#FFF;
background: #fd6921; /* Old browsers */ background: -moz-linear-gradient(top,  #fd6921 0%, #e02a27 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top,  #fd6921 0%,#e02a27 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom,  #fd6921 0%,#e02a27 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd6921', endColorstr='#e02a27',GradientType=0 ); /* IE6-9 */ }
.row-fluid .btn-design1 a:hover { background: #3574e3; /* Old browsers */ background: -moz-linear-gradient(top,  #3574e3 0%, #2757aa 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top,  #3574e3 0%,#2757aa 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom,  #3574e3 0%,#2757aa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3574e3', endColorstr='#2757aa',GradientType=0 ); /* IE6-9 */ }


body { background-color:#fff;}
.position {
  float: left;
  margin: 0;
}

.progress-bar { position: relative; height: 130px; width: 130px; float:none; display:inline-block; }
.progress-bar div { position: absolute; height: 130px; width: 130px; border-radius: 50%; }
.progress-bar div span { position: absolute; font-size: 38px; line-height: 105px; height: 105px; width: 105px; left: 12.5px; top: 12.5px; text-align: center; border-radius: 50%; background-color: #f0f0eb; color:#8358a1; font-weight:900; }
.rank-box { text-align:center; }
.rank-box.option2 .progress-bar div span { color:#e0556d; }
.progress-bar .background { background-color: #b3cef6; }
.progress-bar .rotate { clip: rect(0 65px 130px 0); background-color: #4b86db; }
.progress-bar .left { clip: rect(0 65px 130px 0); opacity: 1; background-color: #b3cef6; }
.progress-bar .right { clip: rect(0 65px 130px 0); transform: rotate(180deg); opacity: 0; background-color: #4b86db; }
 @keyframes 
toggle {  0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}


/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.row-fluid .section-top { padding:0 200px; }

/*Start Header*/

.row-fluid .header-top{ padding:10px 0px; }
.row-fluid .mobile-menu-icon{ text-align:right;padding-top:7px; }
.row-fluid .mobile-menu-icon a{ color: #0d0d0d;font-size: 30px;border: 2px solid #0d0d0d;border-radius: 50%;padding: 10px 12px; }

/*End Header*/
/*Start Banner Section*/

.row-fluid .banner-section{ position:relative; }
.row-fluid .banner-section:before{ position:absolute;content:'';width:100%;height:100%;left:0;top:0;background:rgba(226, 100, 115,0.64); }
.row-fluid .banner-content{ position:relative;padding: 0px 300px 0px 0px ;color:#fff;font-size:18px; margin-top:-500px; }
.row-fluid .banner-content h1{ color:#fff;font-size:50px;text-shadow:0 2px 0 #000; }
.row-fluid .banner-content h1 span{ font-weight:100; }
.row-fluid .banner-content .banner-content-text{ text-align:left;padding:0px 0px;font-weight:300;font-size:22px;text-shadow: 0 1px 0 #000; }
/*End Banner Section*/
/*Start App Section*/
.row-fluid .app-section{ padding:50px 0px;background:#f0f0eb; }
.row-fluid .app-box{ text-align:center; }
.row-fluid .app-box-icon img{ border:5px solid #fff !important;border-radius:50%; } 
.row-fluid .app-box-title{ font-size:22px;line-height:32px;font-weight:900;color:#2a2a2a; }
.row-fluid .app-box-text{ color:#2a2a2a;font-size:18px;line-height:20px; }
.row-fluid .app-box-text p{ margin-top:0px; }
.row-fluid .app-box-big { position:relative; }
.row-fluid .app-box-big:before{ border:1px solid #2b2b2a;position:absolute;content:'';width:60px;left:-25px;top:60px; }
.row-fluid .app-box-big:after{ position:absolute;content:'';width:15px;height:15px;border-radius:50%;background:#2b2b2a;left:-40px;top:53px; }
.row-fluid .app-box-big > div{ position:relative; }
.row-fluid .app-box-big > div:before{ border:1px solid #2b2b2a;position:absolute;content:'';width:60px;right:-25px;top:60px; }
.row-fluid .app-box-big > div:after{ position:absolute;content:'';width:15px;height:15px;border-radius:50%;background:#2b2b2a;right:-40px;top:53px; }
.row-fluid .app-main-box-left{ float:left; }
.row-fluid .app-main-box-right{ float:right; }
.row-fluid .app-box-big .mobile-image{ position:absolute;top:-178px;left:auto;right:auto;z-index:9999;padding:0px 15px; }

/*End App Section*/
/*Start App detail*/

.row-fluid .app-detail-section{ background:#f0f0eb; padding:20px 0px 50px; }
.row-fluid .app-detail-top{ position:relative; }
.row-fluid .app-detail-right{ padding-top:30px; }
.row-fluid .app-detail-top:before{ position:absolute;content:'';width:100%;height:100%;left:0;top:0;background:rgba(255,255,255,0.3); }
.row-fluid .app-number-box,.row-fluid .app-value-box{ text-align:left;font-weight:400;line-height:19px;font-size:19px; }
.row-fluid .app-number-box h2{ font-size:60px;color:#51c4db;line-height:50px;font-weight:900;padding-bottom:0px; }
.row-fluid .app-number-box h4,.row-fluid .app-value-box h4{ font-size:28px;line-height:38px;color:#000;padding:0px;font-weight:900;text-transform:uppercase; }
.row-fluid .app-number-box p,.row-fluid .app-value-box p{ margin-top:0px; }
.row-fluid .app-value-box h2{ font-size:60px;color:#91c255;line-height:50px;font-weight:900;padding-bottom:0px; }
.row-fluid .app-detail-image{ position:relative;margin-top:-215px;z-index:999; }
.row-fluid .app-detail-image img{ position:relative;z-index:9; }
.row-fluid .app-detail-image:after{ position: absolute;content: '';bottom: 130px;right: -375px;width: 400px;border-top: 1px solid #878785;z-index:1; }
.row-fluid .app-detail-image:before{ position:absolute;content:'';bottom:124px;right:-380px;width:15px;height:15px;background:#878785;border-radius:50%; }
.row-fluid .app-detail-right-inner{ float:right;padding-top:60px;font-size:17px;line-height:18px;font-weight:400;color:#000; }
.row-fluid .app-detail-right-inner p span{ font-weight:700; }
.row-fluid .app-right-inner-rank-1,.row-fluid .app-right-inner-rank-2{ text-align:center; }
.row-fluid .app-right-inner-rank-1 h2{ color:#8358a1;font-size:30px;;line-height:40px;font-weight:900; }
.row-fluid .app-right-inner-rank-2 h2{ color:#e0556d;font-size:30px;;line-height:40px;font-weight:900; }
.row-fluid .app-right-inner-rank-1 h5{ color:#8358a1;font-size:20px;;line-height:30px;font-weight:900; }
.row-fluid .app-right-inner-rank-2 h5{ color:#e0556d;font-size:20px;;line-height:30px;font-weight:900; }

/*End App Detail Section*/
/*Start Secret section*/

.row-fluid .our-secret{ position:relative;padding:50px 0px 80px; }
.row-fluid .our-secret:before{ position:absolute;content:'';width:100%;height:100%;left:0;top:0;background:rgba(255,255,255,0.66); }
.row-fluid .our-secret:after{ position:absolute;content:'';border-bottom:60px solid #f1f2f2;border-left:60px solid transparent;border-right:60px solid transparent;background:transparent;left: 50%;bottom: 0px;transform: translateX(-50%); }
.row-fluid .our-secret-content{ position:relative; }
.row-fluid .secret-right-image{ border:4px dashed  #fff;border-radius:50%;padding:25px 15px; }
.row-fluid .secret-section-title h2{ color:#000;font-size:42px;line-height:35px;font-weight:900;padding-bottom:0px; }
.row-fluid .secret-section-title h2 span{ font-weight:300; }
.row-fluid .secret-box-text p{ margin-top:0px; }
.row-fluid .secret-section-sub-title{ color:#040404;font-size:28px;line-height:38px;font-weight:900; }
.row-fluid .secret-section-sub-title span span{ font-weight:300; }
.row-fluid .secret-section-text{ color:#000000;font-size:18px;font-weight:400; }
.row-fluid .secret-box{ text-align:center;padding-top:15px; }
.row-fluid .secret-box-title{ font-size:17px;line-height:28px;color:#000000;font-weight:900;letter-spacing:-0.5px;padding-top:10px; }
.row-fluid .secret-box-main-title h2{ font-size:36px;line-height:46px;color:#000;font-weight:900; }
.row-fluid .secret-box-main-title h2 span{ font-weight:300; }
.row-fluid .secret-box-icon{ position:relative; }
.row-fluid .secret-box:last-child .secret-box-icon:before{ display:none; }
.row-fluid .secret-box-icon img{ position:relative;z-index:9; }
.row-fluid .secret-box-icon:before{ position:absolute;content:'';width:100%;left:50%;top:50%;border:1px dashed rgba(0,0,0,0.24);z-index:9; }
/*End Secret Section*/

/*Start Brand Section*/
.row-fluid .brand-section{ background:#f1f2f2;padding:60px 0px 85px; }
.row-fluid .brand-header h2{ font-size:42px;font-weight:900;color:#000000;line-height:52px;padding-bottom:0px; }
.row-fluid .brand-header h2 span{ width:100%;font-weight:300;float:left; }
.row-fluid .brand-section-text{ color:#000;font-size:20px;line-height:30px; }
.row-fluid .brand-section-text p{ margin-top:0px; }
.row-fluid .brand-promotion-text{ color:#000;font-size:22px;line-height:32px;font-weight:700; }
.row-fluid .brand-box{ text-align:center; }
.row-fluid .brand-box-title{ color:#2a2a2a;font-size:16px;line-height:22px;font-weight:900;text-transform:uppercase;padding-top:10px; }
.row-fluid .brand-notice-box{ text-align:center;background:#48c7df;position:relative;margin-top:-50px; }
.row-fluid .brand-notice-box:before{ position:absolute;content:'';width:0;height:0;left:0;top:100%;border-style: solid;border-width: 60px 136px 0px 136px;border-color: #48c7df transparent transparent transparent; }
.row-fluid .brand-notice-box:after{ position:absolute;content:'';width:0;height:0;left:-20px;top:0;border-style: solid;border-width: 50px 20px 0px 0px;border-color: transparent #3496b1 transparent transparent; }
.row-fluid .brand-notice-header h4{ color:#101010;font-size:22px;line-height:32px;font-weight:900; }
.row-fluid .brand-notice-list ul{ padding:0px;list-style:none;margin-top:0px; }
.row-fluid .brand-notice-list ul li{ font-size:20px;line-height:28px;color:#fff;font-weight:400;text-transform:uppercase;padding:5px 0px;text-shadow: 0px 1px 0px #1a4850; }
.row-fluid .brand-main-box{ background:#fff;padding-left:20px; }
.row-fluid .brand-box{ margin-top:-50px; }
.row-fluid .brand-top-content{ padding-bottom:100px; }
/*End Start Section*/


/*Start Diffrent Club*/
.row-fluid .diffrent-club{ text-align:center;background:#48c7df;padding:60px 0px 50px; }
.row-fluid .diffrent-club-title h2{ color:#020202;font-size:42px;line-height:35px;font-weight:900;padding:0px; }
.row-fluid .diffrent-club-title h2 span{ font-weight:300; }
.row-fluid .diffrent-club-sub-title{ font-size:16px;line-height:26px;color:#020202; }
.row-fluid .diffrent-club-cta{ float:none;width:auto;height:auto;display:inline-block; }
.row-fluid .diffrent-club-cta a{ background:transparent;background-repeat:repeat;text-align:center;padding:15px 30px;background-color:#54daf3;border:3px solid #fff;border-radius:5px;font-weight:900;color:#fff;font-size:22px;text-shadow: 0px 1px 0px #1a4850;text-transform:uppercase; }
.row-fluid .diffrent-club-cta a:hover{ border-color:#020202;background-color:#020202;transition:all ease-in-out 0.5s;-webkit-transition:all ease-in-out 0.5s;-moz-transition:all ease-in-out 0.5s;-o-transition:all ease-in-out 0.5s; }
.row-fluid .diffrent-club-cta-group{ padding:30px 0px; }
.row-fluid .diffrent-club-lernmore-cta a{ background:transparent;background-repeat:repeat;background-color:#fee06e;text-transform:uppercase;color:#010101;font-weight:900;border-radius:5px;padding:20px 30px;font-size:22px;box-shadow:0px 3px 0px 0px #dbba3a;-webkit-box-shadow:0px 3px 0px 0px #dbba3a;-moz-box-shadow:0px 3px 0px 0px #dbba3a;-o-box-shadow:0px 3px 0px 0px #dbba3a; }
.row-fluid .diffrent-club-lernmore-cta a span{ font-weight:300; }
.row-fluid .diffrent-club-lernmore-cta a:hover{ background-color:#010101;box-shadow:0px 3px 0px 0px #000;-webkit-box-shadow:0px 3px 0px 0px #000;-moz-box-shadow:0px 3px 0px 0px #000;-o-box-shadow:0px 3px 0px 0px #000;color:#fee06e;transition:all ease-in-out 0.5s;-webkit-transition:all ease-in-out 0.5s;-moz-transition:all ease-in-out 0.5s;-o-transition:all ease-in-out 0.5s; }  
/*End Diffrent Club*/

/*Start Footer*/
.row-fluid .footer{  }
.row-fluid .visit-box{ padding-right: 332px;font-size:16px;line-height:26px;color:#000; }
.row-fluid .visit-box h4,.row-fluid .site-menu h4,.row-fluid .contact-box h4,.row-fluid .socila-box h4{ font-size:24px;font-weight:900;color:#000;line-height:30px;padding-bottom:0px; }
.row-fluid .row-fluid .site-menu ul{ padding:0px;margin:0px;list-style:none; }
.row-fluid .site-menu ul li a{ color:#000;font-size:16px;line-height:26px; }
.row-fluid .site-menu ul li a:hover{ color:#48c7df;transition:all ease-in-out 0.5s;-webkit-transition:all ease-in-out 0.5s;-moz-transition:all ease-in-out 0.5s;-o-transition:all ease-in-out 0.5s; }
.row-fluid .site-menu-right{ padding-top:50px; }
.row-fluid .contact-box a{ font-size:16px;line-height:26px;color:#000; }
.row-fluid .contact-box a:hover{  color:#48c7df;transition:all ease-in-out 0.5s;-webkit-transition:all ease-in-out 0.5s;-moz-transition:all ease-in-out 0.5s;-o-transition:all ease-in-out 0.5s; }
.row-fluid .contact-box a i{ font-size:20px;padding-right:5px; }
.row-fluid .socila-box{ text-align:right; }
.row-fluid .socila-box ul{ padding:0px;margin:0px;list-style:none; }
.row-fluid .socila-box ul li{ float:none;display:inline-block;padding: 10px 0px 0px 10px;; }
.row-fluid .socila-box ul li a{ background:#525252;color:#fff;font-size:20px;width:40px;height:40px;border-radius:50%;text-align:center; }
.row-fluid .socila-box ul li a:hover{ background:#48c7df;color:#525252;transition:all ease-in-out 0.5s;-webkit-transition:all ease-in-out 0.5s;-moz-transition:all ease-in-out 0.5s;-o-transition:all ease-in-out 0.5s; }
.row-fluid .socila-box ul li a i{ padding-top:10px; }
.row-fluid .footer-inner{ padding:50px 0px; }
.row-fluid .copyright{ background:#525252;padding:10px 0px; }
.row-fluid .copyright-text{ text-align:right;color:#fff;font-size:16px;line-height:26px;padding-top:6px; }
/*End Footer*/


/*----- Game Subscribe Page -----*/
.row-fluid .secret-box { color: #000; font-weight: 500; line-height: 1.1; font-size: 17px; }
.row-fluid .secret-box-main-title h2 span { font-weight:300; }
.row-fluid .our-secret.game-secret { padding-bottom:120px; }
.row-fluid .copyright { background:#333333; }
.row-fluid .app-boxes .row-fluid .app-box-icon img{ border:5px solid rgba(19, 27, 40, 0.7) !important; }

.row-fluid .banner-section.game-hero:before { background-color:rgba(19,27,40,0.7); }
.row-fluid .banner-section.game-hero .wrapper { position:relative; }
.row-fluid .banner-section.game-hero .banner-content { padding-bottom:70px; text-align:left; }
.row-fluid .banner-section.game-hero .game-right { bottom: -170px; position: relative; }
.row-fluid .banner-section.game-hero .banner-content-text { padding:0; }
.row-fluid .banner-section.game-hero .secondary-header { font-size:25px; line-height:1.3; margin-top:0; }


.row-fluid .custom-header-logo p { margin:0; }
.row-fluid .header-top-logo { margin:0 !important; }
.row-fluid .dd_top_menu ul li a { color:#000; font-weight:400; }
.row-fluid .dd_phone a { color:#000; font-weight:400; }


/*----- Apps Club Page -----*/
.row-fluid .btn-design2 .cta_button, .row-fluid .btn-design2 .cta_button a { background:transparent;background-repeat:repeat;text-transform:uppercase; font-size:27px; font-weight:300; color:#000; padding:15px; background-color:#ffe554; border-bottom:rgba(0,0,0,0.3) solid 3px; border-radius:4px; }
.row-fluid .btn-design2 .cta_button:hover { background-color:#000; color:#ffe554; }
.row-fluid .btn-design2 span { font-weight:700; }

.appsclub .row-fluid .banner-section .banner-content { padding:50px 0 150px; text-shadow:0 2px 0 #000; }
.appsclub .row-fluid .banner-section:before { background-color:rgba(0,0,0,0.57); }
.appsclub .row-fluid .banner-section:after { position:absolute; content:''; left:0; top:0; width:100%; height:100%; background:rgba(35,171,183,0.25); }
.appsclub .row-fluid .banner-section .wrapper { position:relative; z-index:1; }
.appsclub .row-fluid .banner-section h1 span { display:block; }
.appsclub .row-fluid .hero-subtitle { margin:60px 0; }
.appsclub .row-fluid .hero-subtitle h4 { color:#ffe850; font-weight:500; text-transform:uppercase; }
.appsclub .row-fluid .herobottom-text { font-size:22px; color:#FFF; padding:0px 0 50px; }
.appsclub .row-fluid .herobottom-text span span { color:#ffe850; display:block; font-weight:500; }
  
.row-fluid .instruction-boxes { text-align:center; top: -100px; position: relative; }
.row-fluid .instruction-boxes h6 { margin:10px 0 40px; font-weight: 900; color: #2a2a2a; padding: 10px 20px; min-height:85px; }
.row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget { float:left; width:24%; margin:0 3%; border:#91c255 solid 4px; border-radius:5px; box-shadow:#CCC 0 0 3px; background: #FFF; font-weight:300; font-size:18px; position:relative; }
.row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget > span { padding: 25px; display:block; }
.row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget:nth-child(2):before, .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3):before { position: absolute; content: ''; left: -27%; width: 26%; height: 1px; background: #BBB; top: 40%; }
.row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget:nth-child(2):after, .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3):after  { position: absolute; content: ''; left: -27%; width: 17px; height: 17px; background: #BBB; top: 40%; border-radius:50%; margin-top:-8px; }
.row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3):after { left:-20px; }
.row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget > span:before { position:absolute; content:''; left:0; right:0; margin:0 auto; top:-25px; width:50px; height:50px; background:u no-repeat center; background-size:contain; }
.row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget:nth-child(2) > span:before { background-image:; }
.row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3) > span:before { background-image:; }
.row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3n) { margin-right:8%; border-color:#e36473; }
.row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget:nth-child(2n) { border-color:#51c4db; }
.row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3n+1) { margin-left:8%; clear:left; }
.row-fluid .instruction-boxes .instruction-text { padding:0 20px; }

.row-fluid .app-subscription { padding:80px 0 40px; text-transform:uppercase; text-align:right; }
.row-fluid .app-subscription h2 { color:#FFF; font-weight:300; text-shadow:#000 0px 1px; }
.row-fluid .app-subscription h2 span { color:#ffe23d; display:block; font-weight:500; }
.appsclub .row-fluid .app-detail-image:before, .appsclub .row-fluid .app-detail-image:after { display:none; }

.row-fluid .game-box { position:relative; padding-left:90px; padding-right:50%; line-height: 16px; font-weight: 300; margin-bottom: 20px; min-height: 90px; }
.row-fluid .game-box p { margin:0 0 10px; }
.row-fluid .game-box h6 { padding-bottom:0; font-weight:900; color:#2a2a2a; }
.row-fluid .game-box .gameicon { position:absolute; content:''; left:0; top:0; width:75px; border-radius:50%; }
.row-fluid .game-box .gametext { float:left; width:100%; margin:0; }
.row-fluid .club-learnmore a { background:transparent;
background-repeat:repeat;
color: #fff; 
font-weight: 500; 
text-transform: uppercase; 
padding: 7px 14px; 
margin-left: 35px; 
border: 1.5px solid;
border-color: #fff;}
.row-fluid .club-learnmore a:hover { background-color: #F05A25; color:#fff; border-color: #F05A25;}
.appsclub .row-fluid .app-detail-section { padding:50px 0; }

.row-fluid .service-brand { padding:60px 0 80px; float:left; width:100%; position:relative; text-align:center; }
.row-fluid .service-brand:before { position:absolute; content:''; left:0; top:0; width:100%; height:100%; background:rgba(255,255,255,0.66); }
.row-fluid .service-brand:after { position:absolute; content:''; left:0; bottom:0; width:100%; height:160px; background:#f1f2f2; }
.row-fluid .service-brand .wrapper { position:relative; }
.row-fluid .service-brand h2 { color:#000; text-transform:uppercase; }
.row-fluid .service-brand h2 span { font-weight:300; }

.row-fluid .service-boxes { margin-top:50px; padding:50px 0 30px; position:relative; z-index:2; color:#020202; font-size:20px; line-height:28px; }
.row-fluid .service-boxes h5 { color:#2a2a2a; margin-bottom:7px; }
.row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget { float:left; width:28%; margin-right:8%; background:#9aca5b; border-radius:15px 0 0 15px; padding:15px; position:relative; }
.row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget:before { position:absolute; content:''; right:0; top:-40px; width:40px; height:40px; border-bottom:#709542 solid 35px; border-right:transparent solid 40px; box-sizing:border-box; }
.row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget:after { position:absolute; content:''; right:0; bottom:-40px; width:40px; height:40px; border-top:#709542 solid 35px; border-right:transparent solid 40px; box-sizing:border-box; }
.row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget:nth-child(2):before { border-bottom-color:#674976; }
.row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget:nth-child(2):after { border-top-color:#674976; }
.row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3):before { border-bottom-color:#b86740; }
.row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3):after { border-top-color:#b86740; }
.row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3n) { margin-right:0; }
.row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget:nth-child(2) { background:#a275bc; }
.row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3) { background:#f38756; }
.row-fluid .service-boxes .service-icon img { max-width: 80px; margin: 10px; }
.row-fluid .service-boxes .service-detail { display: block; padding: 15px 40px; border-top:#FFF dashed 1px; }
.row-fluid .service-boxes .service-detail:before { position: absolute; content: ''; left: 100%; top: 115px; width: 120px; height: 2px; border-top: #b6b5b5 dashed 1px; }
.row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3n) .service-detail:before { display:none; }
.row-fluid .sidebar.right .bordered-box form .hs_submit .actions{ text-align:center; }
.row-fluid .sidebar.right .bordered-box form .hs_submit .actions input{ background:transparent;background-repeat:repeat;cursor:pointer;margin-top:20px;background-color: #fee06e;text-transform: uppercase;color: #010101;font-weight: 900;border-radius: 5px;padding: 10px 30px;font-size: 18px;box-shadow: 0 3px 0 0 #dbba3a;-webkit-box-shadow: 0 3px 0 0 #dbba3a;-moz-box-shadow: 0 3px 0 0 #dbba3a;-o-box-shadow: 0 3px 0 0 #dbba3a; }
.row-fluid .sidebar.right .bordered-box form .hs_submit .actions input:hover{ background-color: #010101;box-shadow: 0 3px 0 0 #000;-webkit-box-shadow: 0 3px 0 0 #000;-moz-box-shadow: 0 3px 0 0 #000;-o-box-shadow: 0 3px 0 0 #000;color: #fee06e;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;-moz-transition: all ease-in-out .5s;-o-transition: all ease-in-out .5s; }
.row-fluid .sidebar.right .bordered-box form.hs-form .field{ text-align:left; }
.row-fluid .sidebar.right .bordered-box form.hs-form{ text-align:center; }
.row-fluid .sidebar.right .bordered-box form.hs-form a.hs-button{ background:transparent;background-repeat:repeat;cursor:pointer;margin-top:20px;background-color: #fee06e;text-transform: uppercase;color: #010101;font-weight: 900;border-radius: 5px;padding: 10px 30px;font-size: 18px;box-shadow: 0 3px 0 0 #dbba3a;-webkit-box-shadow: 0 3px 0 0 #dbba3a;-moz-box-shadow: 0 3px 0 0 #dbba3a;-o-box-shadow: 0 3px 0 0 #dbba3a; }
.row-fluid .sidebar.right .bordered-box form.hs-form a.hs-button:hover{ background-color: #010101;box-shadow: 0 3px 0 0 #000;-webkit-box-shadow: 0 3px 0 0 #000;-moz-box-shadow: 0 3px 0 0 #000;-o-box-shadow: 0 3px 0 0 #000;color: #fee06e;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;-moz-transition: all ease-in-out .5s;-o-transition: all ease-in-out .5s; }
.row-fluid .calculate-left{ padding-top:30px; }
.row-fluid .calculate-left .diffrent-club-title h2{ text-align:center; }
.row-fluid .calculate-left .brand-section-text{ padding-top:30px;text-align:center; }


/*Start Blog 2017*/
body.blog-2017{ background:#fff; }
body.blog-2017 .row-fluid .blog-hero{ position:relative; }
body.blog-2017 .row-fluid .blog-hero:before{ position:absolute;content:'';width:100%;height:100%;left:0;top:0;background:rgba(255,255,255,0.48); }
body.blog-2017 .row-fluid .blog-hero-content{ position:relative;padding:150px 0px 500px;text-align:center; }
body.blog-2017 .row-fluid .blog-hero-content h1{ color:#fff;text-shadow:0 2px 0 rgba(0,0,0,0.49);font-size:50px; }
body.blog-2017 .row-fluid .blog-hero-content h1 span{ font-weight:300; }
body.blog-2017 .row-fluid .blog-hero-subtitle{ font-weight: 400;font-size: 22px;text-shadow: 0 1px 0 #000;color:#fff; }
body.blog-2017 .row-fluid .blog-section .post-listing .post-item{ width:48%;float:left;border-radius:10px;overflow:hidden;margin-top:25px;margin-bottom:25px;border:1px solid #d2d2d2;padding-bottom:20px; background:#f6f6f6; }
body.blog-2017 .row-fluid .blog-section .post-listing .post-item:nth-child(2n){ margin-left:2%; }
body.blog-2017 .row-fluid .blog-section .post-listing .post-item:nth-child(2n+1){ margin-right:2%;clear:left; }
body.blog-2017 .row-fluid .blog-section .post-listing .post-item .post-body .hs-featured-image-wrapper > a{ width:100%;height:300px; }
body.blog-2017 .row-fluid .post-item .post-header h2{ font-size:24px;text-align:center;line-height:24px;font-weight:400;padding:20px 0px; }
body.blog-2017 .row-fluid .post-item .post-header h2 a{ color:#a0a0a0; }
body.blog-2017 .row-fluid .post-item .post-header h2 a:hover{ color:#51c4db; }
body.blog-2017 .row-fluid .post-item #hubspot-author_data{ color:#000;font-size:20px;line-height:28px;text-align:center;font-weight:400; }
body.blog-2017 .row-fluid .post-item #hubspot-author_data a{ color:#000; }
body.blog-2017 .body-container-wrapper{ padding:50px 0px; } 
body.blog-2017 .blog-pagination{ text-align:center;float:left;width:100%;padding-top:30px; }
body.blog-2017 .blog-pagination a{ padding:10px 0px;text-align:center;max-width:140px;width:100%;background:#fff;color:#000;font-size:18px;font-weight:400;border-radius:5px;margin:0px 10px;border:1px solid #d2d2d2; }
body.blog-2017 .blog-pagination a.next-posts-link, body.blog-2017 .blog-pagination a.previous-posts-link { background:#51c4db; }
body.blog-2017 .blog-pagination a:hover{ background:#CCC; border-color:#CCC; }
body.blog-2017 .blog-filter { padding:0px;margin:0px;text-align:center;margin-right:-5px;position:relative;left:0px;right:0px;bottom:0px;width:100%; margin-top:-75px; width: auto; float: left; transform: translateX(-50%); left: 50%; }
body.blog-2017 .blog-filter li a{ background:#fff;border:1px solid #c3c3c3;width:170px;max-width:100%;padding:10px 0px;color:#868686;font-weight:400;font-size:18px; }
body.blog-2017 .blog-filter li a:hover{ background:#51c4db;color:#fff; }
body.blog-2017 .blog-filter li{ float:none;display:inline-block;margin-right:-5px; }

/*End Blog 2017*/


/*Strat Blog Inner 2017*/
.hs-blog-post .row-fluid .mainblog-section .post-header { padding:0 0 30px; margin:0 0 30px; border-bottom: double; }
.hs-blog-post .row-fluid .mainblog-section .post-header h1 { padding-bottom:0; }
.hs-blog-post .row-fluid .mainblog-section .hs-blog-social-share-list, .hs-blog-post .row-fluid .mainblog-section .hs-author-social-section, .hs-blog-post .row-fluid .mainblog-section .hs-author-avatar { display:none; }
.hs-blog-post .row-fluid .mainblog-section #hubspot-topic_data { margin:50px 0; float:left; width:100%; }
.hs-blog-post .row-fluid .mainblog-section #hubspot-topic_data a { background:; color: #FFF; padding: 0px 10px; border-radius: 4px; margin:2px 0; }
.hs-blog-post .row-fluid .mainblog-section #hubspot-topic_data a:hover { background:; color:; }
.hs-blog-post .row-fluid .mainblog-section input[type=checkbox] { height: 12px; }
.hs-blog-post .row-fluid .mainblog-section .contact-form .inputs-list li { padding: 0px 5px 0 2px; width: 100%; text-align: left; }
.hs-blog-post .row-fluid .mainblog-section #hubspot-author_data { color:#000; margin-top:10px;font-size:20px;font-weight:400; }
.hs-blog-post .row-fluid .mainblog-section .author-link { margin-right:10px; color:#000; }
.hs-blog-post .row-fluid .mainblog-section #hubspot-author_data a:hover { color:#51c4db; }
.hs-blog-post .row-fluid .mainblog-section .share-this { margin-top:40px; border-top:1px solid #e1e1e1; border-bottom:1px solid #e1e1e1; float:left; width:100%; padding:20px 0; }
.hs-blog-post .row-fluid .mainblog-section .share-this > span { float:left; font-weight:600; line-height:40px; }
.hs-blog-post .row-fluid .mainblog-section .share-this ul { float:left; margin:0; padding:0 0 0 10px; list-style:none; }
.hs-blog-post .row-fluid .mainblog-section .share-this ul li { float:left; width:40px; height:40px; border:#e1e1e1 solid 1px; border-right:none; }
.hs-blog-post .hs-blog-social-share{ height:0px !important; }
.hs-blog-post #comment-form.new-comments{ padding-top:50px; }
.hs-blog-post #comment-form.new-comments form .input input{ outline: 0;border-radius: 0;font-family:'Roboto', sans-serif;height: 40px;padding: 0 10px;line-height: 40px;border: #bbb solid 1px;color:#888; }
.hs-blog-post #comment-form.new-comments form .hs-form-field{ margin-top:20px; }
.hs-blog-post #comment-form.new-comments form .hs-form-field label{ color:#888; }
.hs-blog-post #comment-form.new-comments form .hs_submit .actions input[type="submit"]{ padding: 10px 30px;text-align: center;background: #fff;color: #000;font-size: 18px;font-weight: 400;border-radius: 5px;margin: 0px 10px;border: 1px solid #d2d2d2;transition:all 0.4s;-webkit-;transition:all 0.4s;-moz-;transition:all 0.4s;cursor:pointer; }
.hs-blog-post #comment-form.new-comments form .hs_submit .actions input[type="submit"]:hover{ background:#51c4db; }
.hs-blog-post #comment-form.new-comments form ul.inputs-list input{height:12px;}
.row-fluid .mainblog-section .comment h4{ text-transform: capitalize;padding-bottom: 0; }
.row-fluid .mainblog-section .comment h4 a{ color:#51c4db; }
.row-fluid .mainblog-section .comment h4 a:hover{ color:#444; }
.row-fluid .mainblog-section .comment{ float: left;width: 100%;padding: 10px 0;border: 0;position: relative;margin: 0; }
.row-fluid .mainblog-section #comments-listing{ float: left;width: 100%;padding-bottom: 30px; }
.row-fluid .mainblog-section .comment-date{ display: block;line-height: 15px;padding-bottom: 10px;color: #51c4db; }
.row-fluid .mainblog-section .comment-reply-to{ padding: 0;background: transparent;position: absolute;right: 0;top: 20px;color: #51c4db;font-size: 12px;text-transform:uppercase; }
.row-fluid .mainblog-section .comment-reply-to em{ display:none; }
.row-fluid .mainblog-section .comment.depth-1 { width:98%; float:right;  }
.row-fluid .mainblog-section .comment.depth-2 { width:96%; float:right;  } 
.row-fluid .mainblog-section .comment.depth-3 { width:94%; float:right;  } 
.row-fluid .mainblog-section .comment.depth-4 { width:92%; float:right;  }   

.row-fluid .popular-posts, .pp-post .mainblog { display:none; }
.pp-post .popular-posts { display:block; float:left; width:100%; }
.row-fluid .topic-list { text-align:center; display:none; }
.row-fluid .topic-list ul { padding:0; float:left; width:100%; margin-top:0; }
.row-fluid .topic-list ul li { float:none; display:inline-block; margin:5px; }
.row-fluid .topic-list ul li .filter-link-count { display:none; }
.row-fluid .topic-list ul li a { padding: 5px 10px; border-radius: 2px; background: #d28580; color: #FFF; }
.hs-blog-post .hidein-post { display:none; }
.row-fluid .mainblog-section .hs-author-profile { position: relative; float: left; width: 100%; margin-bottom: 20px; }
.row-fluid .mainblog-section .hs-author-profile .hs-author-avatar { max-width: 100px; position: absolute; left: 0; bottom: 0; max-height: 100px; overflow: hidden; }
.row-fluid .mainblog-section .hs-author-profile .hs-author-bio { float: left; width: 100%; min-height: 80px; margin-bottom: 0; padding-left: 120px; }
.row-fluid .mainblog-section .hs-author-profile .hs-author-social-section { float: left; width: 100%; padding-left: 120px; }


/* ==========================================================================
   Forms
   ========================================================================== */


/* All Global Forms
   ========================================================================== */
.form-sec{
   
}
/* Form Field */
body .hs-form-field {
    padding: 5px 20px;
}

/* Descriptions */
body .hs-field-desc {}
.hs-error-msgs.inputs-list label{
    color: #2CABE1;
    font-weight: thin;
    font-family: proxima-nova,sans-serif;
    font-style: normal;
}

/* Labels */
body label {}
body .hs-form-field > label { display:none;}

/* One Line Inputs */
body input[type="text"],
body input[type="password"],
body input[type="datetime"],
body input[type="datetime-local"],
body input[type="date"],
body input[type="month"],
body input[type="time"],
body input[type="week"],
body input[type="number"],
body input[type="email"],
body input[type="url"],
body input[type="search"],
body input[type="tel"],
body input[type="color"],
body input[type="file"],
body textarea,
body select {
    width: 100%;
    font-size: 14px ;   
    border: 1px solid #000;
    display:block;
    color: #727272;
    font-family: proxima-nova,sans-serif;
    font-style: normal;
    transition: all 0.3s ease 0s;
}

body input[type="text"]:focus,
body input[type="password"]:focus,
body input[type="datetime"]:focus,
body input[type="datetime-local"]:focus,
body input[type="date"]:focus,
body input[type="month"]:focus,
body input[type="time"]:focus,
body input[type="week"]:focus,
body input[type="number"]:focus,
body input[type="email"]:focus,
body input[type="url"]:focus,
body input[type="search"]:focus,
body input[type="tel"]:focus,
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
     border: 0.3px solid #008ed6;
}

/* Separate Styles for Multiple Line Inputs */
body textarea {
    height: 50px;
}
body textarea:focus {}

/* Separate Styles for Drop Downs */
body select {}
body select:focus {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  color: #000;
  padding: 0;
}
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}

/* Required */
body input:focus:required:invalid,
body textarea:focus:required:invalid,
body select:focus:required:invalid {}

body input:focus:required:invalid:focus,
body textarea:focus:required:invalid:focus,
body select:focus:required:invalid:focus {}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   /* color: #555;
   opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
   /* color: #555;
   opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
   /* color: #555;
   opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
   /* color: #555;
   opacity: 1; */
}


/* Form Module
   ========================================================================== */

/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field {}

/* Descriptions */
.hs_cos_wrapper_type_form .hs-field-desc {}

/* Labels */
.hs_cos_wrapper_type_form label {
    color: #f7f7f7;
}
.hs_cos_wrapper_type_form .hs-form-field > label {
    color: #f7f7f7;
}

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"],
.hs_cos_wrapper_type_form input[type="datetime"],
.hs_cos_wrapper_type_form input[type="datetime-local"],
.hs_cos_wrapper_type_form input[type="date"],
.hs_cos_wrapper_type_form input[type="month"],
.hs_cos_wrapper_type_form input[type="time"],
.hs_cos_wrapper_type_form input[type="week"],
.hs_cos_wrapper_type_form input[type="number"],
.hs_cos_wrapper_type_form input[type="email"],
.hs_cos_wrapper_type_form input[type="url"],
.hs_cos_wrapper_type_form input[type="search"],
.hs_cos_wrapper_type_form input[type="tel"],
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {
     font-weight: normal;
      border: 1px solid #555455;
      border-radius:6px;
}

.hs_cos_wrapper_type_form input[type="text"]:focus,
.hs_cos_wrapper_type_form input[type="password"]:focus,
.hs_cos_wrapper_type_form input[type="datetime"]:focus,
.hs_cos_wrapper_type_form input[type="datetime-local"]:focus,
.hs_cos_wrapper_type_form input[type="date"]:focus,
.hs_cos_wrapper_type_form input[type="month"]:focus,
.hs_cos_wrapper_type_form input[type="time"]:focus,
.hs_cos_wrapper_type_form input[type="week"]:focus,
.hs_cos_wrapper_type_form input[type="number"]:focus,
.hs_cos_wrapper_type_form input[type="email"]:focus,
.hs_cos_wrapper_type_form input[type="url"]:focus,
.hs_cos_wrapper_type_form input[type="search"]:focus,
.hs_cos_wrapper_type_form input[type="tel"]:focus,
.hs_cos_wrapper_type_form input[type="color"]:focus,
.hs_cos_wrapper_type_form input[type="file"]:focus,
.hs_cos_wrapper_type_form textarea:focus,
.hs_cos_wrapper_type_form select:focus {}

/* Separate Styles for Multiple Line Inputs */
.hs_cos_wrapper_type_form textarea {
}
.hs_cos_wrapper_type_form textarea:focus {}

/* Separate Styles for Drop Downs */
.hs_cos_wrapper_type_form select {
}
.hs_cos_wrapper_type_form select:focus {}

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}


/* Blog Comment Form
   ========================================================================== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}

/* Error */
body .hs-common-error-message {}
.counter-grp{
    
}

.counter-sec{
    background-color:#ffffff;
    margin-top:-100px;
}
.hubspot{
    vertical-align:middle;
    margin-top:45px;
    margin-left:30px;
    color:white; padding-left:100px; margin-top:23px;
    display: block !important;
}
/*==============testimonial===================*/

/*===========================*/
@media (max-width:1240px){
    .row-fluid .wrapper{ width:900px; }  
    .row-fluid .banner-content .banner-content-text{ padding:0px 135px; }
    .row-fluid .app-box-big:before{ width:45px;left:-5px; }
    .row-fluid .app-box-big>div:before{ width:45px;right:-5px; }
    .row-fluid .app-box-big:after{ left:-20px; }
    .row-fluid .app-box-big>div:after{ right:-20px; }
    .row-fluid .app-box-big .mobile-image{ top:-100px; }
    .row-fluid .app-section{ padding:30px 0px; }
    .row-fluid .app-detail-image{ margin-top:-60px; }
    .row-fluid .app-detail-image:after{ width:225px;right:-200px; }
    .row-fluid .app-detail-image:before{ right:-215px; }
    .row-fluid .brand-notice-box:before{ border-width:60px 101px 0 101px; }
    .row-fluid .brand-notice-header h4{ font-size:18px;padding:10px; }
    .row-fluid .visit-box{ padding-right:110px; }
    .row-fluid .app-detail-right-inner{ padding-top:0; }
    .row-fluid .banner-content{padding:0px 0 250px; }
    .row-fluid .brand-notice-list ul li{ font-size:18px; }
    .row-fluid .app-boxes { margin-top:-80px; }
    .row-fluid .app-boxes .app-box-icon img { max-width:100px; }
    .row-fluid .app-boxes .app-box-title, .row-fluid .app-boxes .app-box-text { font-size:16px; }
    .row-fluid .banner-section.game-hero .game-right { bottom:-130px; }
    .row-fluid .top-content .topcontent-title { padding-left:40px; }
    .row-fluid .top-content .topcontent-title h2 { font-size:36px; }
    .appsclub .row-fluid .banner-content h1 { font-size:48px; }
    .row-fluid .instruction-boxes .instruction-text { padding:0; }
    .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget > span { padding:15px; }
    .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget > span:before { top:-30px; }
    .row-fluid .app-subscription h2 { font-size:38px; }
    .appsclub .row-fluid .app-detail-image { margin-top:-100px; }
    .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget { width:25%; margin:0 3%; }
    .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget:nth-child(2):before, .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3):before { width:26%; left:-27%; }
    .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget:nth-child(2):after, .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3):after { left:-27%; }
    .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3):after { left:-20px !important; }
    .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3n){ margin-right:6.5%; }
    .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3n+1){ margin-left:6.5%; }
    .row-fluid .service-boxes .service-detail { padding:15px 0; }
    .row-fluid .sidebar.right .bordered-box form .hs_submit .actions input{ padding:10px; }
    .row-fluid .calculate-left .diffrent-club-title h2{ line-height:40px; }
    
}

@media (max-width:991px){
    .row-fluid .wrapper{ width:700px; }   
    .row-fluid .banner-content .banner-content-text{ text-align:center;padding:0px; }
    .row-fluid .banner-content{ padding:70px 0px 200px; }
    .row-fluid .app-box-icon img{ width:80px; }
    .row-fluid .app-box-title{ font-size:16px;line-height:22px; }
    .row-fluid .app-detail-image:after,.row-fluid .app-detail-image:before{ display:none; }
    .row-fluid .app-number-box h4{ font-size:24px;line-height:34px; }
    .row-fluid .app-detail-right-inner{ width:100%;float:left; }
    .row-fluid .banner-content h1{ font-size:42px;line-height:52px; }
    .row-fluid .secret-section-title h2{ font-size:36px;line-height:30px; }
    .row-fluid .brand-header h2,.row-fluid .diffrent-club-title h2{ font-size:36px;line-height:40px; }
    .row-fluid .secret-box-main-title h2{ font-size:32px;line-height:42px; }
    .row-fluid .brand-main-box{ padding-top:20px; }
    .row-fluid .brand-box{ width:33%;float:left;min-height:175px;margin-top:0px; }
    .row-fluid .brand-box:nth-child(3n){ margin:0px; }
    .row-fluid .brand-notice-box{ width:28%;float:left;margin-top:-245px; }
    .row-fluid .brand-spacer{ min-height:0px !important; }
    .row-fluid .brand-top-content{ width:100%;padding-bottom:80px; }
    .row-fluid .brand-notice-box:before{ border-width: 60px 95px 0 95px; }
    .row-fluid .visit-box{ padding-right:0px; }
    .row-fluid .mobile-menu-icon{ padding-top:0px; }
    .row-fluid .app-number-box h4, .row-fluid .app-value-box h4{ font-size:20px;line-height:30px; }
    .row-fluid .app-number-box, .row-fluid .app-value-box{ font-size:16px;line-height:16px; }
    .row-fluid .app-box-text{ font-size:16px;line-height:18px; }
    .row-fluid .app-box-icon{ text-align:center; }
    .row-fluid .app-box-icon{ width:85px;float:none;display: inline-block; }
    .row-fluid .diffrent-club-cta{ margin-bottom:15px; }
    .row-fluid .diffrent-club-cta-group{ padding:20px 0px; }
    .row-fluid .app-box-big .mobile-image{ top:-66px; }
    .row-fluid .banner-section.game-hero .game-right { margin-top:60px; bottom:0; }
    .row-fluid .app-boxes { margin-top: 0; width: 100%; }
    .row-fluid .top-content .topcontent-title { margin-top:180px; }
    .row-fluid .app-detail-right-inner { padding-top:30px; }
    .appsclub .row-fluid .banner-content h1 { font-size:38px; }
    .appsclub .row-fluid .hero-subtitle { margin:30px 0; }
    .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget { width:31.33%; margin:0 1% !important; }
    .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget:before, .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget:after { display:none; }
    .row-fluid .game-box { padding-right:0; }
    .row-fluid .app-subscription { padding:80px 0; width:100%; margin-left:0; }
    .appsclub .row-fluid .app-detail-image { margin-top:0; }
    .row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget { width:32%; margin-right:2%; }
    .row-fluid .service-boxes .service-detail { padding:15px 0; } 
    .row-fluid .service-boxes .service-detail:before { display:none; }
    .row-fluid .sidebar.right .bordered-box form .hs_submit .actions input{ padding:10px 5px;font-size:14px; }
    .row-fluid .sidebar.right .bordered-box form fieldset{ margin:0 auto; }
    .row-fluid .sidebar.right .bordered-box form.hs-form .field{ width:100%;float:left; }
    .row-fluid .sidebar.right .bordered-box form.hs-form a.hs-button{ padding:10px 20px;font-size:16px; }
    body.blog-2017 .row-fluid .blog-hero-content{ padding:100px 0px 250px; }
    .hs-blog-post .row-fluid .mainblog-section .post-header h1,body.blog-2017 .row-fluid .blog-hero-content h1{ font-size:40px;line-height:48px; }
    body.blog-2017 .row-fluid .blog-section .post-listing .post-item{width:100%;margin:30px 0px 0px !important;  }
}

@media (max-width:767px){
    .row-fluid .wrapper{ width:100%;padding:0px 20px; }   
    .row-fluid .app-box-big .mobile-image{ position:relative;top:0; }
    .row-fluid .app-detail-image{ margin:0px; }
    .row-fluid .secret-box-icon:before{ display:none; }
    .row-fluid .brand-box{ width:100%;margin:0px; }
    .row-fluid .brand-main-box{ text-align:center; }
    .row-fluid .brand-notice-box:before{ left: 50%;transform: translateX(-50%); }
    .row-fluid .brand-notice-box{ width:70%;margin:0px;float:none;display:inline-block; }
    .row-fluid .diffrent-club-cta{ width:100%;padding:10px 0px;margin-bottom:0px;}
    .row-fluid .diffrent-club-cta-group{ padding:10px 0px; }
    .row-fluid .site-menu-right{ padding-top:15px; }
    .row-fluid .visit-box,.row-fluid .site-menu,.row-fluid .contact-box,.row-fluid .socila-box{ width:100%;text-align:center; }
    .row-fluid .footer-logo,.row-fluid .copyright-text{ text-align:center;width:100%; }
    .row-fluid .secret-section-title h2, .row-fluid .brand-header h2, .row-fluid .diffrent-club-title h2{ font-size:30px;line-height:40px; }  
    .row-fluid .brand-section-text{ font-size:18px;line-height:28px; }
    .row-fluid .brand-top-content{ text-align:center; }
    .row-fluid .brand-promotion-text{ font-size:20px;line-height:30px; }
    .row-fluid .brand-section{ padding:50px 0px 85px; }
    .row-fluid .secret-box-main-title h2{ font-size:26px;line-height:36px;padding:15px 0px;text-align:center; }
    .row-fluid .secret-right-image{ text-align:center;padding:35px 15px;margin:15px 0px; }
    .row-fluid .secret-left-text{ text-align:center; }
    .row-fluid .app-detail-image{ padding:20px 0px;max-width:300px;float: none;margin: 0 auto;float:none;display:inline-block; }
    .row-fluid .app-box-big .mobile-image{ padding:20px 0px;max-width:300px;float: none;margin: 0 auto;float:none; }
    .row-fluid .app-box{ width:100%;float:left;padding-bottom:20px; }
    .row-fluid .app-box-big:after,.row-fluid .app-box-big:before,.row-fluid .app-box-big>div:after,.row-fluid .app-box-big>div:before{ width:0px;height:0px;display:none;right:0;left:0;top:0;bottom:0; }
    .row-fluid .app-detail-section{ text-align:center }
    .row-fluid .header-top-logo{ width:auto;float:left; }
    .row-fluid .mobile-menu-icon{ width:70px;text-align:center;float:right; }
    .row-fluid .secret-right-image{ width:300px;height:300px;float:none;text-align:center;margin:auto; }
    .row-fluid .app-main-box-right{ width:100%; }
    .row-fluid .app-main-box-right > img{ max-width: 300px;margin: 0 auto;vertical-align: bottom; }
    .row-fluid .app-number-box, .row-fluid .app-value-box{ text-align:center; }
    .row-fluid .secret-box:first-child .secret-box-icon{ text-align:center; }
    .row-fluid .banner-content h1{ font-size:32px;line-height:38px; }
    .row-fluid .banner-content .banner-content-text{ font-size:20px;line-height:24px; }
    .row-fluid .diffrent-club-cta a,.row-fluid .diffrent-club-lernmore-cta a{ font-size:20px;padding:10px 30px; }
    .row-fluid .banner-content{ padding:70px 0px; }
    .row-fluid .secret-right-image img{ max-width:250px; }
    .row-fluid .brand-notice-box:after{ display:none; }
    .row-fluid .contact-box, .row-fluid .socila-box{ padding-top:15px; }
    .row-fluid .banner-section.game-hero { padding-bottom:50px; }
    .row-fluid .banner-section.game-hero .banner-content { padding:50px 0; }
    .row-fluid .banner-section.game-hero, .row-fluid .banner-section.game-hero .banner-content { text-align:center; }
    .row-fluid .banner-section.game-hero .game-right { margin-top:0; }
    .row-fluid .banner-section.game-hero .game-right img { max-width:250px; width:100% !important; }
    .row-fluid .top-content .topcontent-title { margin: 70px 0; text-align: center; padding: 0; width: 100%; }
    .row-fluid .game-secret .secret-left-text { padding:0 0 40px; }
    .row-fluid .brand-main-box { padding-left:0; }
    .row-fluid .rank-box.option2 { margin-top:30px; }
    .row-fluid .btn-design2 .cta_button, .row-fluid .btn-design2 .cta_button a { font-size:18px; line-height:24px; }
    .appsclub .row-fluid .herobottom-text { padding-bottom:0; }
    .appsclub .row-fluid .banner-content h1 { font-size:32px; }
    .appsclub .row-fluid .banner-content h1 span { display:inline; }
    .appsclub .row-fluid .hero-subtitle { margin:10px 0; }
    .appsclub .row-fluid .banner-section .banner-content { padding:40px 0; }
    .row-fluid .game-box { padding:0; }
    .row-fluid .game-box .gameicon { position:static; float:none; display:inline-block; margin-bottom:15px; }
    .row-fluid .club-learnmore a { margin-left:0; }
    .row-fluid .instruction-boxes { top:0; margin:30px 0 10px !important; }
    .row-fluid .instruction-boxes h6 { min-height:0; margin-bottom:10px; }
    .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget { width:100% !important; margin:0 0 45px !important; }
    .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget:last-child { margin:0 !important; }
    .row-fluid .app-subscription { text-align:center; padding:40px 0; }
    .row-fluid .app-subscription h2, .row-fluid .service-brand h2 { font-size:36px; }
    .row-fluid .service-boxes { display:block; margin:0; }
    .row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget { width: 100%; margin: 50px 0; }
    .hs-blog-post .row-fluid .mainblog-section .post-header h1{ font-size:24px;line-height:30px; }
    .hs-blog-post .row-fluid .mainblog-section #hubspot-author_data{ font-size:16px; }
    body.blog-2017 .body-container-wrapper{ padding:30px 0px; }
    .hs-blog-post #comment-form.new-comments{ padding-top:30px; }
    body.blog-2017 .row-fluid .blog-hero-content h1{ font-size:32px;line-height:40px; }
     body.blog-2017 .row-fluid .blog-hero-content{ padding:60px 0px 100px; }
     .hs-blog-post .row-fluid .mainblog-section .post-header h1,body.blog-2017 .row-fluid .blog-hero-content h1{ font-size:28px;line-height:36px; }
     
    body.blog-2017 .blog-filter { margin:0 0 30px; }
    body.blog-2017 .blog-filter li { margin:2px 2px 2px -2px; }
}  

@media (max-width:480px){
    .row-fluid .header-top-logo{ width:170px;padding-top:6px; }   
    .row-fluid .secret-section-sub-title{ font-size:24px;line-height:34px; }
    .row-fluid .secret-section-title h2, .row-fluid .brand-header h2, .row-fluid .diffrent-club-title h2{ font-size:22px;line-height:32px; }
    .row-fluid .brand-section-text{ font-size:16px;line-height:22px; }
    .row-fluid .brand-promotion-text{ font-size:18px;line-height:28px; }
    .row-fluid .brand-box-title{ font-size:18px;line-height:28px; }
    .row-fluid .diffrent-club-cta a{ font-size:16px; }
    .row-fluid .visit-box h4, .row-fluid .site-menu h4, .row-fluid .contact-box h4, .row-fluid .socila-box h4,.row-fluid .app-number-box h4, .row-fluid .app-value-box h4{ font-size:20px;line-height:30px; }
    .row-fluid .app-detail-image,.row-fluid .app-box-big .mobile-image{ max-width:100%; }
    .row-fluid .socila-box ul li a{ width:30px;height:30px;font-size:18px; }
    .row-fluid .socila-box ul li a i{ padding-top:7px; }
    .row-fluid .diffrent-club-cta a{ padding:7px 30px; }
    .row-fluid .brand-notice-box{ width:85%; }
    .row-fluid .diffrent-club-lernmore-cta a{ padding:10px 30px; }
    .row-fluid .footer-inner{ padding:20px 0px; }
    .row-fluid .diffrent-club{ padding:30px 0px; }
    .row-fluid .brand-section{ padding:30px 0px 75px }
    .row-fluid .brand-top-content{ padding-bottom:20px; }
    .row-fluid .our-secret{ padding:30px 0px 70px; }
    .row-fluid .app-detail-section{ padding:0px 0px 30px; }
    .row-fluid .banner-content .banner-content-text{ font-size:18px;line-height:20px; }
    .row-fluid .secret-right-image img{ max-width:150px }
    .row-fluid .secret-right-image{ padding:25px;width:215px;height:215px; }
    .row-fluid .calculate-left .brand-section-text,.row-fluid .calculate-left{ padding-top:0px; }
    .row-fluid .sidebar.right .bordered-box h3.form-title{ font-size:18px;padding-top:0px; }
    .row-fluid .calculate-left .diffrent-club-title h2{ line-height:26px; }
}





/****************************/
/*******Landing Page********/
/**************************/
body.landing { background:#f1f2f2; }

/*Start Banner Section*/
body.landing .row-fluid .banner-module{ position:relative; }
body.landing .row-fluid .banner-module:before{ position:absolute;content:'';width:100%;height:100%;left:0;top:0;background:rgba(55,36,57,0.4); }
body.landing .row-fluid .banner-contain{ position:relative;padding:80px 0px 100px; }
body.landing .row-fluid .banner-header h1{ color:#fff;font-size:50px;line-height:60px;text-shadow:0 2px 0 #000; }
body.landing .row-fluid .banner-header h1 span{ font-weight:300;width:100%;float:left; }
body.landing .row-fluid .banner-text{ color:#fff;font-size:28px;line-height:36px; }
body.landing .row-fluid .banner-text span span{ color:#ffe850;float:left;width:100%; }
body.landing .row-fluid .banner-cta{ text-align:right;padding-top:220px; }
body.landing .row-fluid .banner-cta a{ background:transparent;background-repeat:repeat;background-color:#ffe850;padding:10px 30px;font-size:30px;color:#000;border-radius:5px;font-weight:900;text-align:center;text-transform:uppercase; }
body.landing .row-fluid .banner-cta a:hover{ background-color:#06b8d1;transition:all ease-in-out 0.5s;-webkit-transition:all ease-in-out 0.5s;-moz-transition:all ease-in-out 0.5s;-o-transition:all ease-in-out 0.5s; }
body.landing .row-fluid .banner-cta a span span{ font-weight:300; }
/*End Banner Section*/

/*Start Data Section*/
body.landing .row-fluid .data-section{ background:#f0f0eb;padding:40px 0px 230px; }
body.landing .row-fluid .section-title{ color:#2a2a2a;font-size:42px;line-height:50px;font-weight:900; }
body.landing .row-fluid .section-title span span{ font-weight:300; }
body.landing .row-fluid .section-subtext{ color:#2a2a2a;font-size:20px;line-height:30px;font-weight:300;padding-right:385px; }
body.landing .row-fluid .section-subtext p{ margin-top:5px;display:inline-block; } 
body.landing .row-fluid .data-left-content{ text-align:right;padding-top:25px; }  
body.landing .row-fluid .data-image > div{ position:relative; }
body.landing .row-fluid .data-image > div:before{ position: absolute;content: '';top: 40px;left: 20px;width: 70px;border-top: 1px solid #878785;z-index: 2; }
body.landing .row-fluid .data-image > div:after{ position: absolute;content: '';top: 33px;left: 5px;width: 15px;height: 15px;background: #878785;border-radius: 50%; }
body.landing .row-fluid .data-bottom-content{ text-align:center;padding:0px 200px; }
body.landing .row-fluid .data-image .widget-type-linked_image{ position:relative; }
body.landing .row-fluid .data-image .widget-type-linked_image:before{ position: absolute;content: '';bottom: -67px;left: 44%;height:70px;border-left: 1px solid #878785;z-index: 9;transform:translateX(-50%); }
body.landing .row-fluid .data-image .widget-type-linked_image:after{ position: absolute;content: '';bottom: -81px;left: 41.9%;width: 15px;height: 15px;background: #878785;border-radius: 50%; }
body.landing .row-fluid .data-content-title{ font-size:22px;line-height:30px;color:#2a2a2a;font-weight:900; }
body.landing .row-fluid .data-content-text{ color:#2a2a2a;font-size:20px;line-height:24px;font-weight:300; }
body.landing .row-fluid .data-content-text p{ margin-top:0px; }
body.landing .row-fluid .data-right-content{ padding-top:15px; }
body.landing .row-fluid .data-image{ position:relative;padding-bottom:90px; }
body.landing .row-fluid .data-image:before{ position: absolute;content: '';top: 30px;right: 26px;width: 70px;border-top: 1px solid #878785;z-index: 2; }
body.landing .row-fluid .data-image:after{ position: absolute;content: '';top: 23px;right: 11px;width: 15px;height: 15px;background: #878785;border-radius: 50%; }
body.landing .row-fluid .data-image img{ z-index:10;position:relative; }
/*End Data Section*/


/*Start Graphs Section*/
body.landing .row-fluid .graphs-section{ padding:150px 0px;background:#06b8d1;margin:0px 0px 240px; }
body.landing .row-fluid .graphs-image{ margin:-350px 0px; }
body.landing .row-fluid .result-content{ background:#fff;padding:50px 30px 75px; }
body.landing .row-fluid .result-image{ padding-top:30px; }
/*End Graphs Section*/  

/*Start Currency Section*/
body.landing .row-fluid .currency-section{ padding:100px 0px 0px;background:#06b8d1;margin-bottom:380px; }
body.landing .row-fluid .currency-section .section-title{ color:#fff;}
body.landing .row-fluid .currency-section .section-subtext{ padding-right:220px;color:#fff; }
body.landing .row-fluid .currency-image{ margin-bottom:-400px;padding-top:15px; }
/*End Currency Section*/

/*Start Help Section*/
body.landing .row-fluid .help-section{ text-align:center;padding:140px 0px 50px; }
body.landing .row-fluid .help-section .help-subtext{ padding:0px;font-size:20px;line-height:24px;font-weight:300;color:#2a2a2a;}
body.landing .row-fluid .help-section .help-subtext p{ margin:0px; }
body.landing .row-fluid .help-section .help-subtext p a{ font-weight:600;font-style:italic;color:#2a2a2a; }
body.landing .row-fluid .help-section .help-subtext p span{ font-weight:600; }
body.landing .row-fluid .help-icon{ padding:60px 0px 15px; }
/*End Help Section*/


/*Start Footer*/
body.landing .row-fluid .footer-help{ background:#fff; }
/*End Footer */
.hub{
    padding-top: 9px;
    color: #fff;
}
.header{
    padding: 10px 0px 0px 10px;
}
.header1{
    padding: 20px;
    background: #323232;
    color: white;
}
.footer-top{
    background: #2b3e4f;
}
.footer-menu{
    text-align: center;
}
.footer-menu a{
    text-align: center;
    font-size:12px;
    color: #fff;
    font-weight: bold;
    line-height: 18px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    
}
.center-form {
    margin:0 auto!important;
    float:none!important;
    width:100%;
    text-align: center;
}
    .form-holder {
    padding: 5px;
    border-radius:15px;
    max-width: 500px;
    margin:0 auto!important;
    float:none!important;
    text-align: center;

    }
.banner-info{
    margin-top: -650px;
    position:relative;
    text-align:center;
    padding:0px 0px ;
    color:#fff;
    font-size:18px;
    background: #ef5a27;
}
.banner-form{
    position:relative;
    text-align:center;
    background: #fff;
 -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.banner-top-head{
    text-align:center;
    background: #f5f5f5;
    border-bottom: 1px solid #a9a9a9 ;
    border-top-left-radius:3px;
border-top-right-radius: 3px;
}
.banner-text{
    padding-top: 100px;
    padding-left: 100px;
}
.p-40{padding-top:10px;padding-left: 100px;text-align:justify;}
.three-section p{text-align:justify;margin-top:0px;}

.three-section ul li{margin-left:-20px; list-style:inherit;}
.wd-180 img{width:180px;}
.footer-menu a:hover{
    color: #F05A27;
}
.icon-3{
padding: 50px 70px 30px 70px;
border-bottom: 1px solid;
border-color: gray;
}
.text-img{
    padding: 30px 50px;
}
.img{
     border-radius: 5px;
     padding-top: 20px;
}
.form-section{
    margin-top: -300px;
}






/*=========form=============*/

/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field {}

/* Descriptions */
.hs_cos_wrapper_type_form .hs-field-desc { }

/* Labels */
.hs_cos_wrapper_type_form label {}
.hs_cos_wrapper_type_form .hs-form-field > label {}

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {
    border-color:#bebebe;
    padding:10px 5px;
    
}

.hs_cos_wrapper_type_form input[type="text"]:focus,
.hs_cos_wrapper_type_form input[type="password"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime-local"]:focus, 
.hs_cos_wrapper_type_form input[type="date"]:focus, 
.hs_cos_wrapper_type_form input[type="month"]:focus, 
.hs_cos_wrapper_type_form input[type="time"]:focus, 
.hs_cos_wrapper_type_form input[type="week"]:focus, 
.hs_cos_wrapper_type_form input[type="number"]:focus, 
.hs_cos_wrapper_type_form input[type="email"]:focus, 
.hs_cos_wrapper_type_form input[type="url"]:focus, 
.hs_cos_wrapper_type_form input[type="search"]:focus, 
.hs_cos_wrapper_type_form input[type="tel"]:focus, 
.hs_cos_wrapper_type_form input[type="color"]:focus,
.hs_cos_wrapper_type_form input[type="file"]:focus,
.hs_cos_wrapper_type_form textarea:focus,
.hs_cos_wrapper_type_form select:focus {
    width: 100%;
}

/* Separate Styles for Multiple Line Inputs */
.hs_cos_wrapper_type_form textarea {}
.hs_cos_wrapper_type_form textarea:focus {}

/* Separate Styles for Drop Downs */
.hs_cos_wrapper_type_form select {}
.hs_cos_wrapper_type_form select:focus {}

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}


/* Blog Comment Form
   ========================================================================== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}

/* Error */
body .hs-common-error-message {
    color: #f05a27;
}


/* Blog Subscription Form
   ========================================================================== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}

#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}


/* Google Search Form
   ========================================================================== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* Multi Column Form
   ========================================================================== */

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}
body form.hs-form fieldset { max-width: none; }
body form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
body form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
body form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
body form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  body form.hs-form fieldset .hs-form-field { padding: 0; }
  body form.hs-form fieldset.form-columns-3 .hs-form-field,
  body form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  body form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  body form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}




/* ==========================================================================
   Buttons                                              
   ========================================================================== */


/* All Global Buttons (Excluding CTAs)
   ========================================================================== */

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  width: 89%; 
   border-radius:6px;
  background: #2cabe1;
  color: #fff;
  font-size: 18px;
  margin: 10px 0px;
  padding: 9px 10px;
  -webkit-appearance: none;
  font-family: ;
  font-size: ;
  text-decoration: none !important;
  
}

.form-btn input.hs-button.primary.large {
background: #4F3144;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {background: #EFB13A;} 

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {}



/*testing*/
body .main-form .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  width: 89%; 
   border-radius:6px;
  background: #01b49d;
  color: #fff;
  font-size: 18px;
  margin: 10px 0px;
  padding: 9px 10px;
  -webkit-appearance: none;
  font-family: ;
  font-size: ;
  text-decoration: none !important;
  
}

body .main-form .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {background: #000;} 

body .main-form .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {}

/* Form Module Button
   ========================================================================== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* Blog Comment Form
   ========================================================================== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}

/* Error */
body .hs-common-error-message {}


/* Blog Subscription Form
   ========================================================================== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}

#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}
/*Icon Styles*/

.icon-html{
    padding-left: 0px;
    padding-bottom: 20px;
    text-align: center;
}

ul { position:center; }
ul li {float:left; }

.icon {color:#fff; margin: 0 0 0 10px; border-radius:50px; padding:10px; background-color:#d4d4d4; transition:all .5s ease;}

.icon a {width:20px; height:20px; display:block; position:relative; color:#fff; padding-left: 2px;}

.icon a:after {box-sizing:content-box; border-radius:50%; content:""; height:100%; width:100%; box-shadow:0 0 0 0 #f05a27; padding:8px; position:absolute; top:-8px; left:-8px; opacity:1; transition:all .25s ease;}

.icon:hover {background-color:#f05a27;}
.icon:hover a {color:#fff;}
.icon:hover a:after {padding:12px; left:-12px; top:-12px; box-shadow:0 0 0 2px #fff;}

/*Visually adjust font icon sizes and positions*/
.fa-twitter {font-size:20px}
.fa-facebook {font-size:20px}
.fa-pinterest {font-size:20px}
.fa-google-plus {font-size:18px}
.fa-linkedin {font-size:20px}
.fa-youtube {font-size:20px}
/*---------------------------------------------------------------------------------*/

 .box {  
    cursor: pointer;  
    height: 168px;  
    float: left;  
    margin: 5px;  
    position: relative;  
    overflow: hidden;  
    width: 168px;  
  
}  
  
 .box img {  
    position: absolute;  
    left: 0;  
    -webkit-transition: all 300ms ease-out;  
    -moz-transition: all 300ms ease-out;  
    -o-transition: all 300ms ease-out;  
    -ms-transition: all 300ms ease-out;  
    transition: all 300ms ease-out;  
}  


.box .caption {  
    font-family: Tahoma;
    font-size: .5em;
    background-color: rgba(0,0,0,0.8);  
    position: absolute;  
    color: #fff;  
    z-index: 100;  
    -webkit-transition: all 300ms ease-out;  
    -moz-transition: all 300ms ease-out;  
    -o-transition: all 300ms ease-out;  
    -ms-transition: all 300ms ease-out;  
    transition: all 300ms ease-out;  
    left: 0;  
    opacity: 0;  
    width: 150px;  
    height: 150px;  
    text-align: left;  
    padding: 15px;
}  

 

 .box:hover .fade-caption {  
    opacity: 1;  
}  


/*++++++++++++++++++++++++++++++++++++++++++*/

.row-fluid .header-cta a { background:transparent;
background-repeat:repeat;
color: #000; 
font-weight: 500; 
text-transform: uppercase; 
padding: 7px 14px; 
margin-left: 0px; 
border: 1.5px solid;
border-color: #000;}
.row-fluid .header-cta a:hover { background-color: #F05A25; color:#fff; border-color: #F05A25;}
.row-fluid .header-cta a { margin-left:0; }

.custom-header-logo {
      border-bottom: 1px solid #ddd;
      border-right: 1px solid #ddd;
      padding: 12px 0 0px 16px;
      position: absolute !important;
      text-align: center;
      

  }
  
.dd_header { background:#FFF; }
.dd_header .custom-menu-primary-2 .hs-menu-wrapper>ul>li>a {
    border-bottom: 0px !important;
    padding: 3px 20px;
    font-size:12px;
    color: gray;
    font-weight: bold;
    line-height: 38px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.dd_header .custom-menu-primary-2 .hs-menu-wrapper>ul>li {
    width: auto;
    border-right: 0px;
}
.dd_header .custom-menu-primary-2 .hs-menu-wrapper>ul>li li:nth-child(2n) { background-color:rgba(0,0,0,0.04); }
.dd_header .custom-menu-primary-2 .hs-menu-wrapper>ul {
    width: auto !important;
    float: right;
}
.dd_header .custom-menu-primary-2 .hs-menu-wrapper>ul>li>a:hover {
    color: #F05A27;
    border-radius: 3px;
    background: #fff;
}
.dd_header .custom-header-logo {
    border-right: 0px;
    border-bottom: 0px;
   padding:30px 0 30px 25px;
   margin-left:18px !important;
}
.dd_top_menu ul li a{
 font-size:15px; 
     padding: 8px 22px 8px 22px;
    font-family: Roboto;
    font-weight: 500;
     border-right: 1px solid #ddd;
    line-height: 11px;
    margin: 8px 0 15px 0;
}
.dd_top_menu ul li a:hover {
    text-decoration: none;
}
.dd_top_menu ul{
    float: right;
}
.dd_phone{
    margin-left: 12px !important;
}
.dd_phone a{
    font-size: 15px;
    padding-top: 8px;
    float: left;
    font-family: Roboto;
    font-weight: 500;
}
.dd_header .custom-menu-primary .hs-menu-wrapper>ul {
    background: #fff;
}
.dd_header .custom-menu-primary .hs-menu-wrapper>ul>li{
    border-bottom: 1px solid #ddd;
}
.dd_header .custom-menu-primary .hs-menu-wrapper>ul li a {
    color: #444344 !important;
        text-transform: uppercase;
    font-family: roboto;
        font-size: 18px;
    padding: 0px 15px;
    }
.dd_header .custom-menu-primary .hs-menu-wrapper>ul li a:hover {
    color: #000 !important;
}
.dd_header .child-trigger i, .child-trigger i:after{
    background-color: #7F7F73 !important;
}
.dd_header .custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-1:last-child a{
    text-align: center;
    background: #f05a27;
    padding: 0px 20px;
    width: 123px !important;
    margin: 0 auto;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 12px;
    font-weight: bold;
}
.dd_phone a:hover{
    text-decoration:none;
}
.dd_header .custom-mobile-tigger{
border-left:0px;
}
.dd_header .mobile-trigger{
padding:20px 0 18px 20px;
}
.mobile-open .mobile-trigger i{
height:0px;
}
.dd_header .custom-menu-primary-2 .hs-menu-depth-2 {
    border-bottom: 1px solid #ddd;
}
.dd_header .custom-menu-oct-theme ul ul.hs-menu-children-wrapper a {
    color: #444344;
    font-size:12px;
}
.dd_header .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    border: 1px solid #ddd;
        background: #fff;
}
.dd_header .custom-menu-oct-theme ul ul.hs-menu-children-wrapper li:hover {
    background-color: #f05a27;   
}
.dd_header .custom-menu-oct-theme ul ul.hs-menu-children-wrapper li a:hover{
    color: #fff !important;
}
.dd_header .custom-menu-primary-2 .hs-menu-wrapper>ul>li:last-child>a{}

.dd_header .custom-menu-primary .hs-menu-wrapper>ul ul li {
    background-color: #fff;
}
.dd_header .custom-menu-primary .hs-menu-wrapper>ul li:nth-child(2n+2) {
    background-color: #fff;
}
.dd_header .dd-main-menu {
    margin-bottom: 15px !important;
}
 /* ==========================================================================
     Custom Menu Primary
     ========================================================================== */


   /* Set ul background color */
   /* Set li background Color */
   /* Set link Color */
   /* Set link Hover Color */

  .custom-menu-primary-2 {
      padding-left: 20px;
  }
  /* Parent List */
  .custom-menu-primary-2 .hs-menu-wrapper > ul{
    background:;
    width:100% !important;
      display: block;
       margin-top: 1px;
  }
  .custom-menu-primary-2 .hs-menu-wrapper > ul > li{
      width: calc(100% / 7);
      border-right: 1px solid #ddd;
  }
  .custom-menu-primary-2 .hs-menu-wrapper > ul > li > a{
      background-color: transparent;
      border-bottom: 1px solid #ddd;
      color: #000;
      display: block;
      font-size: 1rem;
      line-height: 5.16667rem;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      transition: background-color 150ms linear 0s;
      width: 100%;
  }
  .custom-menu-primary-2 .hs-menu-wrapper>ul>li.active > a {
      background-color: #f05a27;
      border-bottom: solid 1px #f05a27;
      color: #fff;
  }
  .custom-menu-primary-2 .hs-menu-wrapper > ul > li > a:hover{
      background-color: #f05a27;
      border-bottom: 1px solid #f05a27;
      color: #fff;
  }

  .menu-item-selected {
      background-color: #f05a27 !important;
      border-bottom: 1px solid #f05a27 !important;
      color: #fff !important;
  }

  /* Child List */
  .custom-menu-primary-2 .hs-menu-wrapper > ul ul{}
  .custom-menu-primary-2 .hs-menu-wrapper > ul ul li{
    background:;
  }
  .custom-menu-primary-2 .hs-menu-wrapper > ul ul li a{
    color:;
  }
  .custom-menu-primary-2 .hs-menu-wrapper > ul ul li a:hover{
    color:;
    text-decoration: none;
  }

  /* Override max width on menu links */
  .custom-menu-primary .hs-menu-wrapper > ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    overflow: visible !important;
    max-width: none !important;
    width: auto !important;
  }

  .custom-menu-primary-2 .hs-menu-depth-2 {
    font-size: 1rem;
  }

  /* Fix menu disappearing on desktop after toggling mobile menu */
  @media screen and (min-width:768px) {
        .custom-menu-primary .hs-menu-wrapper {
            display:block !important;
        }
    }
.custom-mobile-tigger{
    padding-left: 10px ;
}

    /* Toggle Button
       ========================================================================== */

  .mobile-trigger {
      cursor: pointer;
      display: inline-block;
      font-size: 16px;
      font-weight: normal;
      height: auto;
      padding: 16px 0 18px 20px;
      position: relative;
      text-align: left;
      text-transform: uppercase;
      width: auto;
      z-index: 99999;
  }
    .mobile-trigger:hover{
      text-decoration: none; /* Removes link text underline on button */
      color:;
    }

    /* Change button when menu is open */
    .mobile-open .mobile-trigger{}


    /* Toggle Button Icon
       ========================================================================== */

    .mobile-trigger i{
      display: inline;
      position: relative;
      top: 3px;
      -webkit-transition: all .2s ease-in-out .2s;
      transition: all .2s ease-in-out .2s;
    }
    .mobile-trigger i:before, .mobile-trigger i:after{
      position: absolute;
      content: '';
    }
    .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
      width: 30px; /* Icon line width */
      height: 3px; /* Icon line height */
      background-color: #F05A27; /* Icon color */
      display: inline-block;
    }
    .mobile-trigger i:before{
      top: -14px; /* Position top line */
      -webkit-transition: all .2s ease-in-out .2s;
      transition: all .2s ease-in-out .2s;
    }
    .mobile-trigger i:after{
      top: -7px; /* Position bottom line */
      -webkit-transition: all .2s ease-in-out .2s;
      transition: all .2s ease-in-out .2s;
    }

    .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,
    .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
        background-color: #f05a27; /* Icon color */
    }

   .mobile-open{
       overflow:hidden;
   }

   .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color:#f05a27; /* Icon color */
    }

   .mobile-open .mobile-trigger i{
       top: 13px;
   }

   .mobile-open .mobile-trigger i:before{
       top: -21px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
   }

   .mobile-open .mobile-trigger i:after{
       top: -21px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
   }


  /* Close Button
     ========================================================================== */
  .close-icon {
    border-bottom: 3px solid #fff;
    cursor: pointer;
    display: none;
    float: right;
    height: 30px;
    margin: 0;
    position: fixed;
    right: 50px;
    top: 21px;
    width: 30px !important;
  }
  .close-icon:after,
  .close-icon:before {
      content: "";
      width: 30px !important;
      height: 3px;
      background: #fff;
      position: absolute;
      top: 7px;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
  }
  .close-icon:before {
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
  }


  /* ==========================================================================
     Mobile Menu - Hubspot Standard Toggle Menu
     ========================================================================== */


  /**
   * Special Note
   *
   * When the menu is open, a class of .mobile-open is applied to the body. You can
   * use this for custom styling on any element when the menu is in the open position.
   */

  .child-trigger{
      display: none; /* Hide button on Desktop */
  }

  @media (max-width: 991px){

      .custom-menu-primary-2 {
          display: none !important;
      }
      .custom-mobile-tigger{
          border-bottom: 0 none;
          border-left: 1px solid #ddd;
          display: table-cell;
          width: 75px !important;
      }
      .mobile-trigger{
             padding: 15px 0 18px 20px;
      }
      .custom-header-bg:hover .custom-menu-primary-2{
          display:block !important;
      }
      
      .custom-header-logo {
          border-bottom: medium none;
          border-right: medium none;
          max-width: 185px;
          min-width: 185px;
          padding: 12px 0 0px 23px;
          position: absolute !important;
          text-align: left;
  }
      .header-container {
          min-height: 61px;
      }
      .custom-header-bg{
          min-height: 61px !important;
          border-bottom: 1px solid #ddd;
          background: #fff none repeat scroll 0 0;
      }

      .close-icon{
          right: 24px;
          top: 22px;
      }

    .dnone { display:none !important; }
    .dd_header .custom-header-logo { margin-left:0 !important; padding-top:10px; }
    .header-container { min-height:50px !important; }
    .custom-mobile-tigger { border-bottom: 1px solid #ddd; border-left: 0 none; max-width: 100px; position: absolute; right: 0; top: 0; }
    .dd_header .custom-menu-primary .hs-menu-wrapper>ul li a { padding:10px 15px !important; line-height:28px; }
  }

.custom-mobile-tigger{
    padding-left: 10px ;
}




@media (min-width:991px) {
     .mobile-trigger-new {
       display: none;
     }

     .custom-menu-primary {
       display: none !important;
     }
   }

.custom-mobile-tigger{
    padding-left: 10px ;
}


/* Strat Media Query*/
@media (max-width:1240px){
    body.landing .row-fluid .banner-header h1{ font-size:40px; }
    body.landing .row-fluid .banner-text{ font-size:22px; }
    body.landing .row-fluid .data-image:before{ right:0; }
    body.landing .row-fluid .data-image>div:before{ left:0; }
    body.landing .row-fluid .data-image>div:after{ left:-12px; }
    body.landing .row-fluid .data-image:after{ right:-12px; }
    body.landing .row-fluid .data-image .widget-type-linked_image:before{ bottom:-56px; }
    body.landing .row-fluid .data-image .widget-type-linked_image:after{ bottom:-59px;left:41.3%; }
    body.landing .row-fluid .data-image{ padding-bottom:70px; }
    body.landing .row-fluid .data-bottom-content{ padding:0px 50px; }
    body.landing .row-fluid .graphs-image{ margin:-110px 0px -290px; } 
    body.landing .row-fluid .graphs-section{ padding:0px;margin-bottom:320px; } 
    body.landing .row-fluid .data-section{ padding-bottom:140px; }
    body.landing .row-fluid .section-subtext{ padding-right:76px; }
        
    
}  

@media (max-width:991px){
    body.landing .row-fluid .banner-header h1{ font-size:32px;line-height:40px; }
    body.landing .row-fluid .banner-text{ font-size:18px;line-height:26px;padding-top:50px; }
    body.landing .row-fluid .banner-cta{ padding-top:120px; }
    body.landing .row-fluid .banner-cta a{ font-size:22px; }        
    body.landing .row-fluid .banner-contain{ padding:100px 0px; }
    body.landing .row-fluid .section-subtext,body.landing .row-fluid .currency-section .section-subtext{ padding:0px; }
    body.landing .row-fluid .data-image .widget-type-linked_image:after{ left:40.5%; }
    body.landing .row-fluid .graphs-section{ padding: 70px 0px;margin-bottom: 215px; }
    body.landing .row-fluid .graphs-image{ margin:-180px 0px -250px; }
    body.landing .row-fluid .currency-image{ margin-bottom:-165px; }
    body.landing .row-fluid .currency-section{ margin-bottom:169px; }
    body.landing .row-fluid .section-title{ font-size:33px;line-height:36px; }
    body.landing .row-fluid .help-section{ padding:30px 0px 50px; }
}


@media (max-width:767px){
    body.landing .row-fluid .data-left-content,body.landing .row-fluid .data-image,body.landing .row-fluid .data-right-content,body.landing .row-fluid .data-bottom-content{ width:100%;text-align:center;padding:15px 0px; }
    body.landing .row-fluid .data-image>div:after,body.landing .row-fluid .data-image>div:before,body.landing .row-fluid .data-image:after,body.landing .row-fluid .data-image:before,body.landing .row-fluid .data-image .widget-type-linked_image:after,body.landing .row-fluid .data-image .widget-type-linked_image:before{ display:none; }
    body.landing .row-fluid .currency-section{padding:50px 0px;margin-bottom:125px; }
    body.landing .row-fluid .graphs-image{ margin:-140px 0 -200px; }
    body.landing .row-fluid .graphs-section{ margin-bottom:125px; }
    body.landing .row-fluid .data-section{ padding-bottom:60px; }
    body.landing .row-fluid .result-content{ padding:50px 10px; }
    body.landing .row-fluid .banner-header h1{ font-size:26px;line-height:34px; }
    body.landing .row-fluid .banner-header h1 span,body.landing .row-fluid .banner-text span span{ width:auto;float:none; }
    body.landing .row-fluid .banner-contain{ padding:50px 0px;text-align:center; }
    body.landing .row-fluid .banner-text{ padding:0px;text-align:center; }
    body.landing .row-fluid .banner-cta{ padding-top:15px !important;padding:0px;text-align:center; }
    body.landing .row-fluid .help-section .help-subtext,body.landing .row-fluid .section-subtext{ font-size:18px;line-height:24px; }
    body.landing .row-fluid .help-icon{ padding:20px 0px; }
    body.landing .row-fluid .data-content-title{ font-size:24px;line-height:26px; }
    body.landing .row-fluid .data-content-text{ font-size:18px;line-height:22px; }
    
    body .row-fluid .hs-form fieldset.form-columns-1 .input, body .row-fluid .hs-form fieldset.form-columns-2 .input, body .row-fluid .hs-form fieldset.form-columns-3 .input { margin-right:0 !important; }
    body .row-fluid #hs_cos_wrapper_module_14818721735479075 input[type="submit"],.row-fluid .sidebar.right .bordered-box form.hs-form a.hs-button{ font-size:15px !important; margin-left:0 !important; float:none; display:inline-block; width: auto; height: auto; word-wrap: break-word; white-space: normal;padding:10px 40px; } 
    body .row-fluid .hs_submit { text-align:center; }
  .p-40 {
    padding-top: 10px;
    padding-left: 20px;
    text-align: justify;
    padding-right: 20px;
}
  .header-container {
    min-height: 0px !important;
}
  .span3.widget-span.widget-type-linked_image.logo.wd-180 {
    padding-left: 20px;
}
  .mb-header {
    width: 100% !important;
    padding: 20px;
}
  .mb-header span{
   font-size:18px !important;
}
  .m-24{font-size:24px !important;}
}

.custom-mobile-tigger{
    padding-left: 10px ;
}

@media (max-width:480px){
    body.landing .row-fluid .banner-header h1{ font-size:24px;line-height:30px; }    
    body.landing .row-fluid .banner-contain,body.landing .row-fluid .currency-section,body.landing .row-fluid .help-section{ padding:30px 0px; }
    body.landing .row-fluid .banner-contain,body.landing .row-fluid .data-content-text,body.landing .row-fluid .banner-text{ font-size:16px;line-height:22px; }
    body.landing .row-fluid .banner-cta a{ font-size:18px;padding:5px 20px; }
    body.landing .row-fluid .section-title{ font-size:22px;line-height:28px;text-align:center; }
    body.landing .row-fluid .data-content-title{ font-size:18px;line-height:24px; }
    body.landing .row-fluid .help-section .help-subtext, body.landing .row-fluid .section-subtext{ font-size:16px;line-height:22px;text-align:center; }    
    body.landing .row-fluid .graphs-image{ margin:-60px 0px; }
    body.landing .row-fluid .graphs-section{ padding:0px;margin-bottom:75px; }
    body.landing .row-fluid .result-content{ padding:30px 10px; }
    body.landing .row-fluid .currency-image{ margin-bottom:-120px; }
    body.landing .row-fluid .currency-section{ margin-bottom:95px; }
    body .row-fluid #hs_cos_wrapper_module_14818721735479075 input[type="submit"],.row-fluid .sidebar.right .bordered-box form.hs-form a.hs-button{ padding:10px; }

.hubspot{
    vertical-align:middle;
    margin-top:45px;
    margin-left:30px;
    color:white; padding-left:0px; margin-top:23px;
    text-align:center;
    display: none !important;
}
.tanmay{
    text-align:center;
    margin-left: 0px;
}
.banner-text{
    padding-top: 0px;
    padding-left:0px;
    margin-top:0px;
}
.row-fluid .banner-content{ position:relative;color:#fff;font-size:18px; margin-top:0px; }
.counter-sec{
    background-color:#ffffff;
    margin-top:0px;
}
.success1{
    background:#f0592b;  margin-right:0px;
}
.success2{
    background:#e74d1e;  margin-right:0px;
}
.success3{
    background:#f0592b;  margin-right:0px;
}
.success4{
    background:#e74d1e; margin-left:0px;
}
.topic{
    padding: 10px 3px 3px 3px;
    text-align:left;
}
.call-action{
    padding-top: 0px; 
}
.banner-image{
    display:none !important;
}

.custom-mobile-tigger{
    padding-left: 10px ;
}
.header-logo{
    height:60px;
}
.header-cta{
    text-align: right;
}
.banner-text{
    text-align: center;
    padding-top: 0px;
    padding-left: 0px;
}
.text-bg{
    color:#fff;font-size:28px;line-height:36px;padding-top:200px;
}
.club-learnmore{
    text-align: center;
    padding-top: 10px;
}
.text-img{
    text-align: center;
    padding:10px;
}
.icon-html{
    padding: 2px;
}
.icon-top{
    padding: 10px;
}

.banner-info{
    margin-top: 0px;
    position:relative;
    text-align:center;
    padding:0px 0px ;
    color:#fff;
    font-size:18px;
    background: #ef5a27;
}
.hero-form{
    margin-top: 0px;
}
.dropdownimg{
    padding: 10px;
}
.hero-form{
    margin-top: -0px;
}
.three-price{
    padding: 10px;
}
.logo-sec{
padding: 10px;
}
.mid-price{
    margin-top: -0px;
}
.logo-go{
    padding-top: 10px;
}
.mob-pad{
    padding-bottom: 50px;
}
.three-section{
    padding: 10px 10px;
}
.kore{
    padding: 0px 0px;
}

.top-ban-img{
    height: auto;
}
}
/*End Media Query*/




















  /* ==========================================================================
     Mobile Menu - Hubspot Standard Toggle Menu
     ========================================================================== */


  /**
   * Special Note
   *
   * When the menu is open, a class of .mobile-open is applied to the body. You can
   * use this for custom styling on any element when the menu is in the open position.
   */

   .child-trigger{
     display: none !important; /* Hide button on Desktop */
   }

   /* Variables
   ========================================================================== */

      /* Set Mobile Menu Background Color */
         /* Set Link Color */
    /* Set Link Hover Color */

   /*
   * Menu Reset
   *
   * Remove styling from desktop version of custom-menu-primary. Place any
   * additional CSS you want removed from the mobile menu in this reset
   */

   .custom-menu-primary,
   .custom-menu-primary .hs-menu-wrapper > ul,
   .custom-menu-primary .hs-menu-wrapper > ul li,
   .custom-menu-primary .hs-menu-wrapper > ul li a{
     display: block;
     float: none;
     position: static;
     top: auto;
     right: auto;
     left: auto;
     bottom: auto;
     padding: 0px;
     margin: 0px;
     background-image: none;
     background-color: transparent;
     border: 0px;
     -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
     border-radius: 0px;
     -webkit-box-shadow: none;
     -moz-box-shadow:    none;
     box-shadow:         none;
     max-width: none;
     width: 100%;
     height: auto;
     line-height: 1;
     font-weight: normal;
     text-decoration: none;
     text-indent: 0px;
     text-align: left;
     color:#ffffff;
   }

   /* Toggle Button
   ========================================================================== */



   /* Toggle Button Icon & Animations
   ========================================================================== */


   /* Child Toggle Button
   ========================================================================== */

   .child-trigger{
     display: block !important; /* Hide button on Desktop */
     cursor: pointer; /* Mouse pointer type on hover */
     position: absolute;
     top: 0px;
     right: 0px;
     width: 55px !important; /* Button width */
     min-width: 55px !important;
     height: 45px !important; /* Button height */
     padding: 0 !important;
     /*border-left: 1px dotted rgba(255, 255, 255, .20); */
   }
   .child-trigger:hover{
     text-decoration: none;
   }


   /* Child Toggle Button Icon & Animations
   ========================================================================== */

   .child-trigger i{
     position: relative;
     top: 50%; /* Centers icon inside button */
     margin: 0 auto !important;
   }
   .child-trigger i:after{
     position: absolute;
     content: '';
   }
   .child-trigger i, .child-trigger i:after{
     width: 14px; /* Icon line width */
     height: 2px; /* Icon line height */
     background-color:#ffffff; /* Icon color */
     display: block;
   }
   .child-trigger i:after{
     -webkit-transform: rotate(-90deg);
     -ms-transform: rotate(-90deg);
     transform: rotate(-90deg);
   }
   .child-trigger.child-open i:after{
     -webkit-transform: rotate(-180deg);
     -ms-transform: rotate(-180deg);
     transform: rotate(-180deg);
   }
   .child-trigger.child-open i{
     -webkit-transform: rotate(180deg);
     -ms-transform: rotate(180deg);
     transform: rotate(180deg);
   }


   /* Menu Styles on Mobile Devices
   ========================================================================== */

   .custom-menu-primary {
     display:none;
     position: absolute;
     top: 61px;
   }

   /* Hide menu on mobile */
   .custom-menu-primary .js-enabled .hs-menu-wrapper,
   .custom-menu-primary .js-enabled .hs-menu-children-wrapper{
     display: none;
   }

   /* Make child lists appear below parent items */
   .custom-menu-primary ul.hs-menu-children-wrapper{
     visibility: visible !important;
     opacity: 1 !important;
     position: static !important;
     display:none;
   }

   /* Mobile Menu Styles */
   .custom-menu-primary .js-enabled .hs-menu-wrapper{
     position: relative; /**************************************************************/
     top: 10;             /* Positions the menu to drop from the very top of the screen */
     left: 0px;          /**************************************************************/
     width: 100%;
     box-shadow:0 0 4px rgba(0, 0, 0, 0.5);
   }
   .custom-menu-primary .hs-menu-wrapper{
     padding: 0 0 0 0;
     width: 100%; /* Full screen width */
     z-index: 8888;
   }

   /* Level 1 Menu List Styles */
   .custom-menu-primary .hs-menu-wrapper > ul {
     background: #f05a27;
     /* padding-top:25px; */
   }
   .custom-menu-primary .hs-menu-wrapper > ul > li{
     position: relative;
   }
   .custom-menu-primary .hs-menu-wrapper > ul > li a{
     font-size: 1.6rem; /* Font size of top level list items */
     line-height: 4.2rem;
     overflow: visible;
   }

   /* Level 1 and Higher Menu List Styles */
   .custom-menu-primary .hs-menu-wrapper > ul li:nth-child(2n+2){
     background-color: rgba(0,0,0,0.04);
     /*border-top: 1px dotted rgba(255, 255, 255, .35);*/ /* Adds transparent dark highlights to top of top level list items */
   }

   .custom-menu-primary .hs-menu-wrapper >  ul li a{
     padding: 0 10px;
     color:#ffffff !important; /* link color set by global mobile-aColor variable */
   }
   .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
     color:#ffffff !important; /* link hover color set by global mobile-aColorHover variable */
   }
   .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after {
     display: none;
   }

   /* Level 2 and Higher Menu List Styles */
   .custom-menu-primary .hs-menu-wrapper > ul ul{
     background: #818181;
     border: 0px;
     padding: 0px;
     -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
     -o-border-radius: 0px;
     -ms-border-radius: 0px;
     border-radius: 0px;
   }
   .custom-menu-primary .hs-menu-wrapper > ul ul li{
     background-color: rgba(255, 255, 255, .08);
   }
   .custom-menu-primary .hs-menu-wrapper > ul ul li a{
     text-indent: 10px; /* Indent Child lists */
     font-size: 1.25rem; /* Font size of child lists */
   }
   .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after{
     display: none;
   }
   .custom-menu-primary .hs-menu-wrapper>ul>li>ul:before {
     display: none;
   }

   /* Level 3 and Higher Menu List Styles */
   .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
     text-indent: 30px; /* Indent Child lists */
   }
   .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
     text-indent: 50px; /* Indent Child lists */
   }

   .custom-menu-primary {
     display: none;
     z-index:9;
   }


/
.banner-new{
      background-image: url(https://mktgemail.csscorp.com/hubfs/Movate%20Website%20Files/Eps-banner-header.jpg) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
}
.p-40{padding-top:40px;}
.span12.widget-span.widget-type-cell.top-ban-img {
    height: 630px;
      background-image: url(https://mktgemail.csscorp.com/hubfs/Movate%20Website%20Files/Eps-banner-header.jpg) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 767px){
body .row-fluid h1{
    font-size: 20px !important; 
}
  .f-24{
  font-size:24px !important;
  }
ul li {
    float: left;
    font-size: 16px;
    text-align: left;
}
  ul {
    padding: 0px 15px;
}
  p.mb{
  text-align:center;
    font-weight: normal !important;
  }
  .row-fluid-wrapper.row-depth-1.row-number-6 {
    padding-bottom: 25px;
}
}