/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,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    */
/*****************************************/

@font-face {
  font-family: 'BradleyHandITCStd-Bold';
  src: url('https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/BAILLIE_GIFFORD_FUND/Images/BradleyHandITCStd-Bold/BradleyHandITCStd-Bold.eot#iefix') format('embedded-opentype'),  url('https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/BAILLIE_GIFFORD_FUND/Images/BradleyHandITCStd-Bold/BradleyHandITCStd-Bold.otf')  format('opentype'),
    url('https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/BAILLIE_GIFFORD_FUND/Images/BradleyHandITCStd-Bold/BradleyHandITCStd-Bold.woff') format('woff'), url('https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/BAILLIE_GIFFORD_FUND/Images/BradleyHandITCStd-Bold/BradleyHandITCStd-Bold.ttf')  format('truetype'), url('https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/BAILLIE_GIFFORD_FUND/Images/BradleyHandITCStd-Bold/BradleyHandITCStd-Bold.svg#BradleyHandITCStd-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*****************************************/
/*             Reset Classes             */
/*****************************************/
.row-fluid [class*="span"]
{
  min-height:0;
}
body {
  font-family: 'Montserrat',sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 400;
  overflow-x: hidden;

}

body.home-v3 {
  background-color: #e6e6e6;
}

body.home-v3 .header-container-wrapper, body.home-v3 .body-container-wrapper, body.home-v3 .footer-container-wrapper {
  max-width: 985px;
  margin: 0 auto;
  overflow: hidden;
}
body.home-v3 .calendly-popup,
body .calendly-popup ,
body.home-v3.blog-updated .calendly-popup ,
body.home-v3 .calendly-popup {
  max-width: 100%;
  min-width: 100%;
  width: 100% ;
} 
body.home-v3 .header-container-wrapper {
  position: relative;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, img
{
  margin:0;
  padding:0;
}

h1{
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
}

h2
{
  line-height: 1.2;
  font-size:36px !important;
  font-family: 'Avenir-Heavy' !important;
}
h3{
  font-size: 24px;
  line-height:28px;
}

h4{
  font-size:17px;
  line-height:26px;
  font-weight:400;
}

h5 {
  font-size: 14px;
  line-height:20px;
  font-weight:400;
}
a{
  text-decoration:none;
}

ul, ol{
  list-style:none;
}

li{

}

a.cta_button,.hs-button.primary.large {
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
}

*{
  box-sizing:border-box !important;
}

/*****************************************/
/*            Common Classes             */
/*****************************************/

.container {
  max-width: 985px;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 40px;
  float: none !important;
}

body.home-v3 .container {
  padding: 0 35px;
}


/* ==========================================================================
Custom Menu Primary
========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

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

/* 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;
}

/* Fix menu disappearing on desktop after toggling mobile menu */




/* ==========================================================================
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.                     
*/

.mobile-trigger, .child-trigger{
  display: none; /* 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
========================================================================== */

.mobile-trigger{
  display: inline-block !important; /* Show button on mobile */
  cursor: pointer; /* Mouse pointer type on hover */
  position: absolute; /*******************************************/
  top: 0px;          /* Position Button at right of screen  */
  left:0px;        /*******************************************/
  width: 45px; /* Button width */
  height: 30px; /* Button height */   
  text-align: left;
  color: #000000; 
  background:url("https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Home%20Page/header_menu_trigger_img.png");
  background-position:top center;
  background-repeat:no-repeat;
  z-index: 999;
}
.mobile-trigger:hover{
  text-decoration: none; /* Removes link text underline on button */
  color:#ffffff;
}

/* Change button when menu is open */
.mobile-open .mobile-trigger{
  color:#ffffff;
}


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

.mobile-trigger i{
  display: none;
  position: relative;
  top: -4px;
}
.mobile-trigger i:before, .mobile-trigger i:after{
  position: absolute;
  content: '';
}
.mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
  width: 22px; /* Icon line width */
  height: 2px; /* Icon line height */
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background-color: #fff; /* Icon color */
  display:none;
  /*display:none;*/
}
.mobile-trigger i:before{
  top: -6px; /* Position top line */
}
.mobile-trigger i:after{
  top: 6px; /* Position bottom line */
}



/* 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-trigger i{
  position: relative;
  top: 50%; /* Centers icon inside button */
  margin: 0 auto !important;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.child-trigger i:after{
  position: absolute;
  content: '';
}
.child-trigger i, .child-trigger i:after{
  width: 10px; /* Icon line width */
  height: 1px; /* 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{
}


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

.custom-menu-primary.js-enabled{
  position: relative;
  padding-top: 24px; /* Makes room for button */
  margin:15px 0 0px 0;
}

/* 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{
  width: 100%;
  position: relative; /**************************************************************/
  top: 18px;             /* Positions the menu to drop from the very top of the screen */
  left: 0;          /**************************************************************/
  padding: 0;
}
.custom-menu-primary .hs-menu-wrapper{
  background-color:#000000; /* Menu background color set off global menuColorMobile variable */
  width: 100%; /* Full screen width */
}

/* Level 1 Menu List Styles */
.custom-menu-primary .hs-menu-wrapper > ul > li{
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul > li a{
  font-size: 22px; /* Font size of top level list items */
  line-height: 45px;
  overflow: visible;
}

/* Level 1 and Higher Menu List Styles */
.custom-menu-primary .hs-menu-wrapper > ul li{
  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; /* link color set by global mobile-aColor variable */
}
.custom-menu-primary .hs-menu-wrapper > ul li a:hover{
  color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
}

/* Level 2 and Higher Menu List Styles */
.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: 16px; /* Font size of child lists */
}

/* 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 */
}
/*=================HOME-PAGE-START=================*/
/*HEADER-PART-START*/
.header-main {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  z-index: 999;
}

body.home-v3 .header-main{
  padding: 17px 15px 10px 37px;
  right: 0;
  max-width: 985px;
  margin: auto !important;
}

.header-main .header_nav_menu{
  position: absolute;
}

body.home-v3 .header-main .header_nav_menu{
  display: none !important;
}

.header_logo{
  padding-left: 83px;
  position: relative;
  z-index: 99;
}

body.home-v3 .header_logo{
  padding-left: 12px;
  top: 0;
}

body.home-v3 .header_logo img{
  max-width: 196px;
}

.header_login_btn
{
  float: right !important;
  text-align: right;
  margin-top: 20px;
  margin-right: 35px;
}
.header_login_btn .login_cta {
  width: auto !important;
  float: none;
  display: inline-block;
  margin: 0 -4px 0 30px !important;
  /* border: 1px solid; */
  border-right: 1px solid rgba(139, 69, 123, 0);
  padding: 0 15px 0px 0;
}

.header_login_btn .login_cta:last-child {
  padding: 0 0 0px 12px !important;
  margin: 0 0 0 0px !important;
  border-left: 1px solid rgba(255, 255, 255, 0.19);
  border-right: 0px solid rgb(136, 63, 119);
}

.header_login_btn .login_cta .cta_button 
{
  color:#ffffff;
  font-size:13px;
  font-weight:600;

}
.header_login_btn .login_cta .cta_button img
{
  margin: 0 5px 4px 0;
  width: 14px;
}
/*HEADER-PART-END*/

/*SECTION-PART-START*/
/*HEADER-BANNER-PART-START*/
.banner-main {
  position: relative;
  background-image: url(https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Home%20Page/banner-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  border-bottom: 5px solid #7bb9bb;
}

body.home-v3 .banner-main{
  background-image: url(https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Home%20Page/banner-updated-bg.jpg);
  border-bottom: 2px solid #7bb9bb;
  background-position: left;
  padding: 0 15px 0 38px;
}
.banner-main .banner_content 
{
  margin-top: 115px;
  position: relative;
}

body.home-v3 .banner-main .banner_content {
  margin-top: 102px;
}

.banner_left_con
{
  color: #ffffff;
  padding: 0px 0 92px 12px;
}

body.home-v3 .banner_left_con{
  padding: 0px 0 83px 12px;
}

.banner_left_con h2,body.home-v3 .banner_left_con h1
{
  position: relative;
  padding-left: 32px;
  max-width: 450px;
}

body.home-v3 .banner_left_con h1 {
  padding: 11px 0 0 30px;
  max-width: 370px;
}

body.home-v3 .banner_left_con h1::after,.banner_left_con h2::after
{
  position:absolute;
  top:0px;
  left:3px;
  content:"";
  background:#7bb9bb;
  width:8px;
  height:95%;
  border-radius:20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;

}

body.home-v3 .banner_left_con h1::after,body.home-v3 .banner_left_con h2::after {
  top: 10px;
  left:0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.banner_left_con ul
{
  margin:15px 0 24px;
}

body.home-v3 .banner_left_con ul {
  margin: 29px 0 17px;
}
.banner_left_con li 
{
  margin-bottom: 10px;
  font-size: 14px;
  padding-left:40px;
  background: url(https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Home%20Page/icons-8-ok@2x.png);
  background-repeat: no-repeat;
  background-position: top 2px left;
  line-height: 28px;
  display: inline-block;
  background-size: 20px auto;
}

body.home-v3 .banner_left_con li {
  margin: 0 0 5px -3px;
  padding-left: 32px;
  line-height: 25px;
}

body.home-v3 .banner_left_con li strong {
  font-weight: 700;
}

.banner_left_con li:last-child
{
  margin-bottom:0;
}
.banner_left_con li span
{
  font-weight:600;
  color:#57aeae;
}
.try_yodelar_btn {
  text-align: left;
  padding-left: 24px;
}

.banner_left_con .try_yodelar_btn .cta_button
{
  font-size:14px;
}

body.home-v3 .banner_left_con .try_yodelar_btn .cta_button{
  font-size: 16px;
  /*line-height: 1.4;*/
}
.try_yodelar_btn .cta_button
{
  padding: 16px 26px;
  font-size: 16px;
  background: #4cae50;
  color: #fff;
  margin: 0 0 25px 0;
  display: inline-block;
  border: 1px solid #ffffff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-weight: 600;
  z-index: 99999;
  /*position: relative;*/
  text-align: center;
  transition: all .2s ease-in-out;
  width: 100%;
  box-sizing: border-box !important;
  max-width: 268px;
}

body.home-v3 .try_yodelar_btn .cta_button {
  padding: 12px 16px;
  max-width: 250px;
  text-align: center;
  margin: 0 0 6px 0;
}


.try_yodelar_btn .cta_button:hover{
  background: #368439;
}

.already_member_btn {
  font-size: 14px;
  text-align: center;
  max-width: 250px;
  margin-left: 24px !important;
}

.banner_left_con .try_yodelar_btn, .banner_left_con .already_member_btn {
  max-width: 350px;
}

body.home-v3 .banner_left_con .try_yodelar_btn, body.home-v3 .banner_left_con .already_member_btn {
  max-width: 322px;
  margin-left: 0 !important;
}

body.home-v3 .banner_left_con .try_yodelar_btn {
  margin-top: 15px;
  text-align: center;
  padding: 0;
}

.already_member_btn a
{
  color:#0ca732;
  font-weight:600;
}
.banner_right_con
{
  padding:15px 0px 0 0;
}

body.home-v3 .banner_right_con{
  padding: 0 4px 0 0;
  max-width: 261px;
}

.banner_mobile_img
{
  bottom: 40px;
  right: 25px;
  left: auto;
  top: auto;
  position: absolute;
  max-width: 390px;
}

body.home-v3 .banner_mobile_img{
  max-width: 350px;
  right: 49px;
  position: static;
  margin-bottom: 26px;
}

.download_app_btn 
{
  position: relative;
}

body.home-v3 .download_app_btn {
  text-align: center;
}
.download_app_btn .cta_button
{
  display:inline-block;
  float:right;
  margin:5px 0;
}

body.home-v3 .download_app_btn .cta_button{
  float:none;
  margin: 0;
}

.download_app_btn .cta_button img
{
  max-width:120px;
}
/*REVIEW-PORTFOLIO-SECTION-START*/
.information-main
{
  position:relative;
}
.information-main::before
{
  width:100%;
  height:calc(100% - 50px);
  content:"";
  bottom:0;
  left:0;
  position:absolute;
  background:url("https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Home%20Page/home_review_bg_img.jpg");
  background-size:cover;
  background-repeat:no-repeat;
  background-position:bottom center;
  opacity:0.8;
  border-bottom: 50px solid #f7fafd;
}

body.home-v3 .information-main::before {
  background-image: url(https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Home%20Page/services-bg-updated.jpg);
}

.information-main .container
{
  position:relative
}
.review-sec
{
  text-align: center;
  position: relative;
  padding-bottom: 95px;
  margin-top: -52px;
}

body.home-v3 .review-sec{
  padding-bottom: 83.5px;
}

.review-sec::before
{
  width: 220px;
  height:50px;
  position: absolute;
  bottom: 0px;
  left: -156px;
  content: "";
  background: #b9dbde;
  transform: skew(-65deg);
  z-index:9;
}
.review-sec::after
{
  width: 324%;
  height:50px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #84c1c3;
  content: "";
}
/*.review-sec::after
{
position:absolute;
bottom: -45px;
right: 140px;
background:url("https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Home%20Page/review_bottom_shape_img.png");
background-repeat:no-repeat;
background-position:bottom right;
width:100%;
height:100%;
content:"";

}*/
.review-sec .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget
{
  width:50%;
  float:left;
  position:relative;
}

body.home-v3 .review-sec .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget {
  width: 100%;
  float:none;
  display: inline-block;
  position: relative;
  max-width: 352px;
  margin-right: 84px;
  vertical-align: top;
}

body.home-v3 .review-sec .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget:nth-child(2n) {
  margin-right: 0;
}

.review-sec .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget::before
{
  width: calc(100% - 30px);
  height: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.79) 21%, rgba(255,255,255,0.05) 95%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.79) 21%,rgba(255,255,255,0.05) 95%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.79) 21%,rgba(255,255,255,0.05) 95%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  z-index: 99;
  display: none;
  margin: auto;
  left: 0;
  right: 0;
}
.review-sec .review_portfolio_content 
{
  padding:20px 45px;
  margin: 0 17px 75px;
  border:2px solid #99d1d2;
  color: #393939;
  background: #fefeff;
  position: relative;
  /*border:2px solid #9d3786;*/
  border-bottom: 0;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%, rgba(246,249,252,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(246,249,252,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(246,249,252,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f9fc',GradientType=0 );
}

body.home-v3 .review-sec .review_portfolio_content {
  margin: 0 0 35px;
  padding: 27px 34.5px 2px 34.5px;
  /*background: rgb(255,255,255) !important;*/
}

.review-sec .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget:nth-child(1) .review_portfolio_content,
.review-sec .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget:nth-child(2n + 1) .review_portfolio_content{
  margin-left:0;
}

.review-sec .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget:nth-child(2n) .review_portfolio_content{
  margin-right:0;
}

.review-sec .review_portfolio_content > div
{
  position:relative;
  z-index:99;
}

body.home-v3 .review-sec .review_portfolio_content::before, body.home-v3 .review-sec .review_portfolio_content::after {
  bottom: -17px;
  z-index: 9;
}

body.home-v3 .review-sec .review_portfolio_content::after {
  left: auto;
  right: -2px;
  width: 61.1%;
}
.review_portfolio_content .content_img
{
  width:auto;
  padding:13px 16px;
  width:90px;
  height:90px;
  margin:0 0 26px;
  display:inline-block;
  border:6px solid #894177;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

body.home-v3 .review_portfolio_content .content_img {
  padding:0;
  width: 60px;
  height: 60px;
  margin: 0 auto 13px;
  border: 2px solid #894177;
  display: flex;
  justify-content: center;
  align-items: center;
}

body.home-v3 .review_portfolio_content .content_img img{
  width:auto;
  max-height:31px;
}
.review_portfolio_content .content_detail
{
  position:relative;
  z-index:99999;
}
.review_portfolio_content .content_detail h3
{
  font-weight:600;
}
.review_portfolio_content .content_detail h4
{
  margin:15px 0 25px;
  font-weight:400;
  text-align:left;
}

body.home-v3 .review_portfolio_content .content_detail h2{
  font-weight:600;
}

body.home-v3 .review_portfolio_content .content_detail h5{
  margin: 15px 0 14px;
  font-weight:400;
  text-align:left;
  line-height: 1.25;
}

.review_portfolio_content .content_detail .review_get_started_btn a
{
  background:#894177;
  color:#fff;
  font-size:16px;
  font-weight:600;
  display:inline-block;
  border:1px solid #ffffff;
  padding:15px 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  transition: all .2s ease-in-out;
}

body.home-v3 .review_portfolio_content .content_detail .review_get_started_btn a{
  padding:12px 48px;
}

.review_portfolio_content .content_detail .review_get_started_btn a:hover {
  background: rgb(95, 46, 82);
}

.review_portfolio_content .review_already_btn
{
  font-size:17px;
  margin-top:10px;
}
.review_portfolio_content .review_already_btn a
{
  color: #0ca732;
  font-weight:500;
}
/*YODELAR-MAGAZINES-SEC-START*/
.magazine-sec
{
  background: url(https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Home%20Page/stay-informed-bg.jpg);
  background-position: center bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  background-color: #84c1c3;
  border-bottom: 46px solid #7cb9ba;
}
.magazine-sec::after
{
  position: absolute;
  top: -320px;
  right: calc(-50% + 350px);
  content: "";
  width: 35%;
  height: 550px;
  background: rgba(154, 100, 142, 0.97);
  transform: rotate(-27deg);
  z-index: 99;

  /*background: url(https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Home%20Page/review_right_shape_img.png?t=1509780377894);
  background-position: right top;
  background-repeat: no-repeat;*/
}
.magazine-sec .container
{
  position:relative;
}
.magazine_sec_inr 
{
  /*padding: 0px 50px 130px;
  padding: 0px 0px 130px;*/
  position: relative;
  z-index: 999;
}

.magazine_sec_inr .row-fluid-wrapper .row-fluid {
  display: flex;
  align-items: center;
}

body.home-v3 .magazine_sec_inr .row-fluid-wrapper .row-fluid {
  align-items: flex-start;
}

.yodelar_magazines_detail ~ .widget-type-linked_image {
  margin-bottom: 50px;
  max-width:306px;
}

body.home-v3 .yodelar_magazines_detail ~ .widget-type-linked_image {
  margin-top: 15px;
}

.magazine_sec_inr::before {
  width: 245px;
  height: 96px;
  position: absolute;
  bottom: -46px;
  left: -209px;
  content: "";
  background: #7bb9bb;
  transform: skew(-65deg);
  z-index: 999;
}

body.home-v3 .magazine_sec_inr::before {
  left: -187px;
  bottom: -80px;
}
.magazine_sec_inr::after
{
  width: 324%;
  height: 96px;
  position: absolute;
  bottom: -46px;
  left: -80px;
  background: #f6f9fc;
  content: "";
  z-index: 99;
}
.yodelar_magazines_detail
{
  padding:15px 0 130px;
}


body.home-v3 .magazine_sec_inr::after {
  bottom: -75px;
  height: 75px;
}


body.home-v3 .yodelar_magazines_detail{
  padding:45px 0 85px;
}
.magazine-sec .yodelar_magazines_detail h4
{
  margin-top:30px;
}
body.home-v3 .magazine-sec .yodelar_magazines_detail h5,
body.home-v3 .magazine-sec .yodelar_magazines_detail h1{
  color: #202020;
}

body.home-v3 .magazine-sec .yodelar_magazines_detail h1 {
  padding-left: 24px;
  position: relative;
  max-width: 350px;
}

body.home-v3 .magazine-sec .yodelar_magazines_detail h1:before {
  position: absolute;
  top: 0px;
  left: 3px;
  content: "";
  background: #894177;
  width: 8px;
  height: 95%;
}

body.home-v3 .magazine-sec .yodelar_magazines_detail h5
{
  margin-top:30px;
}
.yodelar_magazines_detail .get_access_des_margin
{
  margin-top:60px !important;
}

body.home-v3 .yodelar_magazines_detail .get_access_des_margin {
  margin: 20px 0 40px !important;
}
.magazine-sec .try_yodelar_btn .cta_button
{
  background:#894177;
  margin-top:34px;
  margin-bottom:10px;
  padding: 15px 26px;
}

.magazine-sec .try_yodelar_btn .cta_button:hover{
  background: rgb(95, 46, 82);
}
.magazine-sec .already_member_btn a
{
  color:#894177;
  font-weight:400;
}
/*BLOG-POST-SEC-START*/
.yodelar_blog_post
{
  text-align: center;
  position: relative;
  background:url("https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Home%20Page/blog_post_white_bg_img.png");
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center bottom;
}
.yodelar_blog_post::before
{
  width: 100%;
  height:50px;
  position: absolute;
  top: 0;
  left: 0px;
  content: "";
  background:#9a4889;
  z-index: 999;
}
.yodelar_blog_post::after
{
  position:absolute;
  top:40px;
  right:0;
  content:"";
  width:50%;
  height:80px;
  background:#9a4889;

}

.yodelar_blog_post .container
{
  position:relative;
}
.yodelar_blog_post .container::before 
{
  position: absolute;
  width: 100%;
  height: 100%;
  right:-102%;
  top: -80px;
  content: "";
  background: url("https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Home%20Page/blog_post_right_shape_img.png?t=1509790765871");
  background-position: right top;
  background-repeat: no-repeat;
}
.yodelar_blog_post .container::after 
{
  width: 270px;
  height:42px;
  content: "";
  position: absolute;
  bottom: 0;
  left:0px;
  background: #84c1c3;
  transform: skew(-55deg);
}
.yodelar_blog_post_inr {
  padding: 0 0 47px;
  margin-top: -65px;
  position: relative;
  text-align: center;
}
.yodelar_blog_post_inr h1
{
  margin-bottom:40px;
  color: #894177;
  z-index: 999;
  position: relative;
}
.yodelar_blog_post_inr .span12.widget-span.widget-type-raw_jinja {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 9999;
}

.yodelar_blog_post_inr .post_wrap_outer:nth-child(3n),
body.home-v3 .yodelar_blog_post_inr .post_wrap_outer:nth-child(3n){
  margin-right: 0;
}
.yodelar_blog_post_inr .post_wrap_outer::before
{
}

/*
.yodelar_blog_post_inr .post-wrap {
width: 100%;
background-image: linear-gradient(to bottom, var(--white), rgba(255, 255, 255, 0));
border: solid 1px #67bbbc;
}*/

.yodelar_blog_post_inr .post_wrap_outer > div, .yodelar_blog_post_inr .post_wrap_outer > a div
{
  position: relative;
  z-index:999;
}
.yodelar_blog_post_inr .featured-img {
  /* min-height: 190px; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  padding-top: 71%;
}
.yodelar_blog_post_inr .blog-content-sec .post-title * {
  color: #4a4a4a;
  font-family: 'Montserrat', sans-serif;
  line-height: 20px;
  font-size:12px;
}
.yodelar_blog_post_inr .more-link.btn {
  display: inline-block;
  text-transform: capitalize;
  text-decoration: none;
  color: #00b241;
  font-weight: 600;
  font-size: 12px;
}

body.home-v3 .yodelar_blog_post_inr .more-link.btn {
  bottom: 40px;
  left: 20px;
}
.post-header {
  min-height: 80px;
  margin-bottom: 10px;
  width: 100%;
  text-align: left;
}
.post-header a {
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 700;
}
.yodelar_blog_post_inr .blog_more_article_btn{
  /*background-color: #fcfcfc;
  width: calc(100% - 24px);*/
  float: none;
  margin: 0 auto !important;
}

.yodelar_blog_post_inr .blog_more_article_btn .cta_button 
{
  font-size:20px;
  color:#762b65;
  margin-top:25px;
  display:inline-block;
  font-size:14px;
}

.yodelar_blog_post_inr .blog_more_article_btn .cta_button span.forward-icon {
  line-height: 1;
  vertical-align: middle;
  padding-left: 12px;
}
/*NEED-ADVICE-SEC-START*/
.need_advice_sec{
  background:url("https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Home%20Page/need_advice_bg_img.jpg");
  background-position:top center;
  background-size:cover;
  background-repeat:no-repeat;
  padding:15px 0 45px;
  position:relative;
}

body.home-v3 .need_advice_sec{
  padding:32px 0 65px;
  background-image: url(https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Home%20Page/43923-o-3-vbax-02@2x.png);
  background-position: center !important;
}
.need_advice_sec::before{
  top:0;
  left:0;
  content:"";
  position:absolute;
  width:100%;
  height:328px;
  background:url("https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Home%20Page/need_advice_bg_img02-1.jpg");
  background-position:top center;
  background-size:cover;
  background-repeat:no-repeat;
}

.need_advice_sec::after{
  width: 0;
  height: 0;
  bottom: -20px;
  right: 0;
  position: absolute;
  content: "";
  background:transparent;
  border-right: 130px solid rgba(146, 67, 126, 0.82);
  border-bottom: 0px solid transparent;
  border-top: 80px solid transparent;
}

body.home-v3 .need_advice_sec::after{
  border-right: 130px solid rgba(146, 67, 126, 0);
}
body.home-v3 .need_advice_sec > div::after {
  bottom: -109px;
  border-left: 0px solid rgba(146, 67, 126, 1);
}

.need_advice_sec > div{
  position:relative;
}
.need_advice_sec > div::after{
  width: 0;
  height: 0;
  bottom: -70px;
  left: 0;
  position: absolute;
  content: "";
  background:transparent;
  border-left: 130px solid rgba(146, 67, 126, 0.82);
  border-bottom: 0px solid transparent;
  border-top: 80px solid transparent;
}
.need_advice_sec .container{
  position:relative;
}
/*.need_advice_sec .container::after 
{
width: 2157px;
height: 350px;
top: -15px;
left: -2469px;
content: "";
position: absolute;
background: #fff;
transform: skew(-57deg);
}*/
.need_advice_sec .container .row-fluid 
{
  display: flex;
  flex-wrap: wrap;
}
.need_advice_left_outer
{
  margin-right:15px;
  background:#fff;
  border:0px solid #8c3b78;
  width: calc(40% - 11px) !important;
  padding: 55px 40px 40px;
}

body.home-v3 .need_advice_left_outer{
  padding: 55px 38px 40px;
}

.need_advice_left_outer_inr
{
  /*min-height:665px !important;*/
}
.need_advice_left_outer_inr h2,
body.home-v3 .need_advice_left_outer_inr h1
{
  position:relative;
  padding-left:34px;
  color:#393939;
  margin-bottom: 30px;
}

body.home-v3 .need_advice_left_outer_inr h1{
  /*font-size: 32px;*/
  margin-left: -12px;
  color:#4a4a4a;
  margin-bottom: 21px;
}

.need_advice_left_outer_inr h2::after,
body.home-v3 .need_advice_left_outer_inr h1:after
{
  position: absolute;
  top: 0px;
  left: 3px;
  content: "";
  background: #894177;
  width:8px;
  height:95%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

body.home-v3 .need_advice_left_outer_inr h1::after{
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.need_advice_left_outer_inr h5{
  margin-top:23.7px;
  color:#393939;
}

.need_advice_left_outer .try_yodelar_btn {
  padding-left: 0;
  text-align: center;
}

.need_advice_left_outer_inr .try_yodelar_btn .cta_button
{
  margin:38px 0 0;
  padding: 15px 26px;
}

body.home-v3 .need_advice_left_outer_inr .try_yodelar_btn .cta_button{
  margin:45px 0 0;
  width: 100%;
  max-width: 100%;
}
.need_advice_right
{
  margin:0 !important;
  width: 59.5% !important;
  background:#fff;
  border:0px solid #8c3b78;
  display: flex;
  flex-wrap: wrap;
  /*min-height:665px !important;*/
}

.need-advice-bckimg {
  background-size: cover;
  min-height: 333px !important;
  background-position: center;
}

.need-advice-bckimg img {
  display: none;
}

.need_advice_right .advice_need_right_content 
{
  padding: 37px 25px;
}
.need_advice_right .advice_need_right_content h2
{
  color:#393939;
}

body.home-v3 .need_advice_right .advice_need_right_content h1 {
  color: #4a4a4a;
  font-weight: 600;
}
.need_advice_right .advice_need_right_content h5
{
  margin:15px 0 25px 0;
  color:#393939;
}
body.home-v3 .need_advice_right .advice_need_right_content h5
{
  margin:15px 0 36px 0;
}
.need_advice_right .advice_need_right_content .try_yodelar_btn
{
  text-align:center;
}
.need_advice_right .advice_need_right_content .try_yodelar_btn .cta_button 
{
  margin:0 auto;
  background:#894177;
  padding: 15px 26px;
}

body.home-v3 .need_advice_right .advice_need_right_content .try_yodelar_btn .cta_button {
  padding: 12px 26px;
}

.need_advice_right .advice_need_right_content .try_yodelar_btn .cta_button:hover{
  background: rgb(95, 46, 82);
}
/*SECTION-PART-END*/
/*FOOTER-PART-START*/
.footer-sec 
{
  position:relative;
  background:#92437e;
  overflow:hidden;
  position:relative;
}

body.home-v3 .footer-sec {
  background: rgb(137,65,119);
  background: -moz-linear-gradient(top, rgba(137,65,119,1) 0%, rgba(112,59,100,1) 100%);
  background: -webkit-linear-gradient(top, rgba(137,65,119,1) 0%,rgba(112,59,100,1) 100%);
  background: linear-gradient(to bottom, rgba(137,65,119,1) 0%,rgba(112,59,100,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#894177', endColorstr='#703b64',GradientType=0 );
}

body.home-v3 .footer-sec {
  background-image: url(https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Home%20Page/footer-bg-1.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 20px 24px !important;
  text-align: center;
}



body.home-v3 .ftr-mnu li a {
  font-weight: 300;
  font-size: 12px;
  border-left: 1px solid;
  line-height: 15px;
  padding: 0 7px 0 8px !important;
  max-width: 100% !important;
  color: #fff;
  font-family: 'Montserrat',sans-serif;
}

body.home-v3 .ftr-mnu ul li {
  float: left !important;
  margin-bottom: 0;
}

body.home-v3 .ftr-mnu ul li:first-child a {
  border-left: 0;
}

body.home-v3 .ftr-mnu ul li:first-child a {
  padding-left: 0 !important;
}

body.home-v3 .ftr-mnu ul li:last-child a {
  padding-right: 0 !important;
}

body.home-v3 .ftr-icn ul {
  padding: 0;
  margin:22px 0;
}

body.home-v3 .ftr-icn ul li {
  list-style: none;
  display: inline-block;
}

body.home-v3 .ftr-icn li a {
  font-size: 24px;
  padding: 0 10px;
  color: #fff;
}

body.home-v3 .ftr-logo {
  padding: 3px 0 55px 23px;
}

body.home-v3 .copyright-block {
  text-align: left;
  font-size: 12px;
  color: #fff;
  padding: 0 15px;    
}


body.home-v3 .span12.widget-span.widget-type-cell.footer-sec:before {
  width: 0;
  height: 0;
  bottom: -0px;
  left: 0;
  position: absolute;
  content: "";
  background: transparent;
  border-left: 0 solid transparent;
  border-bottom: 0px solid transparent;
  border-top: 0px solid transparent;
}

.footer-sec .container
{
  position:relative;
  z-index:999;
}
.footer-sec .container::after
{
  position: absolute;
  width: 400%;
  height: 330%;
  top: 0;
  left: -260%;
  content: "";
  background: #844073;
  transform: rotate(33deg);
}
.footer_inr_sec
{
  position: relative;
  z-index: 99;
  padding: 80px 0 60px;
}

body.home-v3 .footer_inr_sec{
  padding: 100px 0 30px;
}
.footer_box_outer
{
  max-width:700px;
  float:right !important;
  text-align: right;
}
.footer-sec .footer_box {
  width: calc(33% - 42px);
  color: #fff;
  margin: 0;
  display: inline-block;
  float: none !important;
  text-align: left;
}

.footer_box.footer_resources_box {
  max-width: 132px;
}

.footer_box.footer_product_box
{
  margin-right:130px;
}
body.home-v3 .footer_box.footer_product_box{
  margin-right:70px;
}

body.home-v3 .footer_box_outer {
  max-width: 555px;
  float: right !important;
  text-align: right;
}
.footer-sec .footer_box h4{
  margin-bottom: 12px;
  color: #ffffff;
  opacity: .8;
}

body.home-v3 .footer-sec .footer_box h4{
  font-size: 12px;
  line-height: 15px;
}
.footer-sec .footer_box ul
{
  width:100%;
}
.footer-sec .footer_box li
{
  float:none !important;
  line-height:25px;
}

body.home-v3 .footer-sec .footer_box li{
  line-height:17px;
}
.footer-sec .footer_box li a
{
  padding: 0 !important;
  color: #fff !important;
  font-size: 17px;
  font-weight: 400;
  width: auto;
  white-space: inherit !important;
  max-width: inherit !important;
  overflow: inherit !important;
  opacity: .8;
}

body.home-v3 .footer-sec .footer_box li a {
  font-size: 12px;
}

.footer-sec .footer_copyright
{
  font-size: 18px;
  /* padding: 100px 0 0 50px; */
  padding: 0;
  opacity: .7;
  color: #fff;
  position: relative;
  top: -28px;
}
body.home-v3 .footer-sec .footer_copyright{
  top: -20px;
  font-size: 12px;
  left:50px;
  max-width: 90px;
}

/*iframe#launcher {
background: #8e5381 !important;
border: 1px solid #fff !important;
border-radius: 17px;
padding: 2px 0 10px 0;
width: 115px !important;
height: 54px !important;
margin-bottom:40px !important;
}*/
/*=================HOME-PAGE-END=================*/
/*=================HOME-PAGE-V2=================*/

body.home-updated-v2 .yodelar_blog_post .container {
  position: relative;
}

body.home-updated-v2 .magazine-sec::after{
  display: none;
}

body.home-updated-v2 .magazine-sec .container::after {
  position: absolute;
  top: -850px;
  right: -2850px;
  content: "";
  width: 2500px;
  height: 2550px;
  background: rgba(125, 60, 111, .8);
  transform: rotate(-29deg);
  z-index: 99;
}

body.home-v3 .review-sec::before {
  bottom: -61px;
  left: -218px;
  background-color: #fcfcfc;
  height: 111px;
}

body.home-v3 .review-sec::after {
  left: -40px;
}

.magazine-sec {
  border-bottom: 85px solid #7cb9ba;
}


body.home-v3 .magazine-sec .container::after {
  top: -698px;
  right: -2724px;
  transform: rotate(-25deg);
}

body.home-v3 .magazine_sec_inr {
  padding: 0 44px;
}

body.home-updated-v2 .yodelar_blog_post {
  background: rgb(255,255,255);
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,249,252,1) 100%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(246,249,252,1) 100%);
  background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(246,249,252,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f9fc',GradientType=1 );
  border-bottom: 42px solid #fff;
  background-image: url(https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Home%20Page/blog-posts-updated-bg.jpg) !important;
  background-position: top -1px center;
}

body.home-v3 .yodelar_blog_post {
  background-size: cover;
}

body.home-updated-v2 .review-sec .review_portfolio_content {
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%, rgba(246,249,252,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(246,249,252,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(246,249,252,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f9fc',GradientType=0 );
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 11px 0px 10px -6px #777;
  box-shadow: 10px 1px 10px -7px #777;
}
}
body.home-updated-v2 .yodelar_blog_post .container > div::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 2500px;
  background-color: #f6f9fc;
  right: -2500px;
  z-index: 99;
}

body.home-updated-v2 .yodelar_blog_post .container > div::after {
  width: 220px;
  height: 42px;
  content: "";
  position: absolute;
  bottom: -42px;
  left: 0px;
  background: #84c1c3;
  transform: skew(-62deg);
}

body.home-v3 .blog_more_article_btn:before {
  right: -1532px;
  transform: skew(0deg);
  height: 54px;
}

body.home-v3 .yodelar_blog_post .container > div::after {
  left: 37px;
}

body.home-updated-v2 .need_advice_sec .container:before {
  width: 2300px;
  height: 350px;
  content: "";
  position: absolute;
  top: -15px;
  left: -2669px;
  background: #fff;
  transform: skew(-62deg);
}

body.home-updated-v2 .need_advice_sec .container > div {
  position: relative;
  z-index: 1;
}


body.home-updated-v2 .yodelar_blog_post_inr {
  padding: 0px;
}


.blog_more_article_btn > div {
  position: relative;
  z-index: 999;
}

.blog_more_article_btn:before {
  width: 2500px;
  height: 47px;
  content: "";
  position: absolute;
  bottom: 0px;
  right: -1639px;
  background: #fcfcfc;
  transform: skew(-62deg);
  z-index: 99;
}

.blog_more_article_btn:after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: 7px;
  right: -71px;
  background: #fcfcfc;
  z-index: 99;
  border-width: 40px 40px 0;
  border-style: solid;
  display: inline-block;
  border-color: #f6f9fc transparent;
}

body.home-v3 .blog_more_article_btn:after {
  bottom: 29px;
  right: -43px;
  border-width: 25px 40px 0;
}

body.home-updated-v2 .yodelar_blog_post_inr .blog_more_article_btn{
  background: transparent;
}

body.home-updated-v2 .yodelar_blog_post_inr .blog_more_article_btn .cta_button {
  padding: 10px 0 14px;
  margin-top: 0;
}

body.home-v3 .yodelar_blog_post_inr .blog_more_article_btn .cta_button{
  font-weight: 500;
  font-size: 20px;
}
body.home-updated-v2 .need_advice_sec .container:after {
  content: '';
  border-bottom: 0px solid #fff;
  position: absolute;
  top: 297px;
  left:60px;
  width: 2500px;
  z-index: 0;
}

body.home-updated-v2 .yodelar_blog_post .container::before {
  width: 100%;
  height: 50px;
  position: absolute;
  top: -10px;
  left: 0px;
  content: "";
  background: #9a4889;
  z-index: 999;
}

body.home-v3 .yodelar_blog_post .container::before {
  background: rgb(148, 67, 131);
  height: 78px;
}

body.home-updated-v2 .yodelar_blog_post .container::after {
  position: absolute;
  top: 40px;
  right: -76px;
  content: "";
  width: 490px;
  height: 80px;
  left: auto;
  background: #9a4889;
}

body.home-v3 .yodelar_blog_post .container::after{
  top: 57px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9d4a8c+0,651d53+100 */
  background: rgb(157,74,140); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(157,74,140,1) 0%, rgba(101,29,83,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(157,74,140,1) 0%,rgba(101,29,83,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(157,74,140,1) 0%,rgba(101,29,83,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d4a8c', endColorstr='#651d53',GradientType=0 ); /* IE6-9 */
}

body.home-updated-v2 .yodelar_blog_post::after,
body.home-updated-v2 .yodelar_blog_post::before{
  display:none;
}

body.home-updated-v2 .magazine-sec .container:before {
  content: '';
  width: 2500px;
  height: 100%;
  position: absolute;
  top: -50px;
  background-color: #fff;
  right: -2500px;
}
/*
body.home-v3 .lpv2-bnr, body.home-v3 .partnr-sec, body.abt-page.home-v3 .about-bnr.bnr-sec.page-center,body.home-v3 .blg-bnr-sec.page-center{
padding-top: 100px !important;
border-top:none;
}

body.privcy-bdy.home-v3 .bnr-sec.lpv2-bnr.page-center {
padding-top: 130px !important;
}
*/
body.home-v3 .header_login_btn .login_cta .cta_button:hover{
  background:transparent;
}


.top-hdr-left.up{
  width:100% !important;
}
.top-hdr-left.up img {
  padding-top: 0;
  box-sizing: content-box !important;
}
.top-hdr-inr.up {
  padding: 13px 35px;
  background-image: url(https://www.yodelar.com/hubfs/Home%20Page/back-android.png/medium.png?t=1512994618734);
  background-repeat: no-repeat;
  background-size: 59px;
  background-position: right -5px bottom;
}
.top-hdr-rgt.up, .top-hdr-left.up {
  display: inline-block;
  vertical-align: top;
  float: none !important;
  min-height: 0;
}
.top-hdr-rgt.up ul {
  margin: 0;
  padding: 0;
}
.top-hdr-rgt.up ul li {
  display: inline-block;
  padding: 0 10px;
  font-weight: 600;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

.top-hdr-rgt.up ul li.tag-line {
  font-family: 'BradleyHandITCStd-Bold';
  font-size: 16px;
  text-align: left;
  float: left;
}

.top-hdr-rgt.up.rigt-hdr .span12.widget-span.widget-type-raw_html {
  width: 100%;
  text-align: right;
}

.top-hdr-rgt.up ul li a {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: rgb(134, 64, 117);
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
}
.top-hdr-rgt.up .widget-type-raw_html {
  min-height: 0;
} 



.top-hdr-rgt.up ul li:first-child:after,
.top-hdr-rgt.up.rigt-hdr ul li:nth-child(2):after{
  background-color: #979797;
  content: '';
  height: 22px;
  width: 1px;
  display: inline-block;
  position: absolute;
  right: -3px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.top-hdr-rgt.up.rigt-hdr ul li:nth-child(1):after{
  opacity:0;
}
.top-hdr-rgt.up ul li:last-child a {
  color: #08a92c;
}
.top-hdr-rgt.up .widget-type-raw_html {
  min-height: 0;
  display: inline-block;
  float: none !important;
  vertical-align: middle;
  width: calc(100% - 159px);
  text-align: center;
} 
.top-hdr-rgt.up .widget-type-cta {
  display: inline-block !important;
  float: none !important;
  vertical-align: middle;
  width: 130px !important;
  margin-left: 0px !important;
}
.top-hdr-rgt.up .cta_button img {
  height: auto;
  max-width: 130px;
  height: 40px;
  width:100%;
}
.top-hdr-rgt.up {
  padding: 6px 0;
  width: calc(100% - 218px) !important;
}

body.body-menu-v4 .header-v4 .top-hdr-rgt.up {
  width: calc(100% - 278px) !important;
}


body.body-menu-v4 .cta_button {
  font-family: arial !important;
  font-weight: 300 !important;
}


/*======================  Updated CSS  ===================*/

.contact-us-left p {
  font-family: 'GothamBook';
}
.rgt-frm .hs-form-field label {
  font-size: 14px;
  font-family: 'GothamBook' !important;
}
.contact-us-right p strong, .contact-us-right p, .partnr-right .hs-field-desc{
  font-family: 'GothamBook';
}
.per-ran-right p {
  font-family: 'GothamBook';
  margin: 14px 0;
}
.partnr-left p {
  margin: 14px 0;
  font-family: 'GothamBook';
}
.review-sec .review_portfolio_content::after{
  content: '';
  position: absolute;
  bottom: 0;
  right: -1px;
  height: 39px;
  width: 63%;
  background: transparent;
  -webkit-transform: skew(0,-9deg);
  -moz-transform: skew(0,-9deg);
  -ms-transform: skew(0,-9deg);
  -o-transform: skew(0,-9deg);
  transform: skew(0,-9deg);
  z-index: 99;
  border-right: 2px solid #99d1d2;
  border-bottom: 2px solid #99d1d2;
  /* box-shadow: 2px 2px 2px 0px rgba(0,0,0,.5); */
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 3px 8px 10px -3px #777;
}

.review-sec .review_portfolio_content::before {
  content: '';
  position: absolute;
  bottom: -26px;
  left: -2px;
  height: 27px;
  width: 42%;
  background: transparent;
  -webkit-transform: skew(0,9deg);
  -moz-transform: skew(0,9deg);
  -ms-transform: skew(0,9deg);
  -o-transform: skew(0,9deg);
  transform: skew(0,14deg);
  z-index: 99;
  border-left: 2px solid #99d1d2;
  border-bottom: 2px solid #99d1d2;
  /* box-shadow: 0px 2px 2px 0px rgba(0,0,0,.5); */
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: -1px 9px 8px -4px #777;
}


body.privcy-bdy p {
  margin: 14px 0;
}
body.old-fonts .body-container-wrapper{
  font-family: 'GothamBook';
}
body.old-fonts .body-container-wrapper .prfl-sec{
  background-image:none  !important;
}
.abt-price-mdl{
  font-family: 'GothamBook';
}
.abt-price-mdl p{
  margin:14px 0;
}
body.abt-page .body-container-wrapper{
  font-family: 'GothamBook';
}
body.abt-page h3{
  font-size:20px;
}

body.abt-page p{
  margin:14px auto;
}
.abt-our-srty p{
  margin:14px auto !important;
}

/*.yodelar_blog_post_inr .featured-img{
min-height: 200px;
}*/
.post_wrap_outer {
  margin-bottom: 47px !important;
  width: calc(33% - 20px);
  margin: 0 10px 20px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: column;
  background-image: linear-gradient(to bottom, var(--white), rgba(255, 255, 255, 0));
  border: solid 1px #67bbbc;
  vertical-align: top;
  background-color:#fff;
}
.blog-content-sec {
  padding: 15px 20px 60px;
  float: left;
  align-items: flex-start;
  align-content: flex-start;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.post-title {
  margin: 0;
  padding: 0;
  border: none;
  min-height: 110px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
a.more-link.btn {
  display: inline-block;
  text-transform: capitalize;
  text-decoration: none;
  color: #4e9671;
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  bottom: 25px;
}

/*==============EBOOK-PAGE-CSS-START=============*/
body.ebook_body .top-hdr-inr.up{
  background-color:#fff;
  /*padding-bottom:20px !important;*/
  border-bottom: 1px solid #67bbbc;
}
body.ebook_body .top-hdr-left.up{
  max-width:210px !important;
}
body.ebook_body .top-hdr-left.up img{
  /*padding:0 20px;*/
  max-width: 185px;
  width: 100% !important;
}
body.ebook_body .top-hdr-rgt.up{
  margin:0 !important;
  /*padding:8px 0;*/
  float: right !important;
}
body.ebook_body .top-hdr-rgt.up ul li:last-child a{
  color: #4cae50;
}

/*=====INVESTOR-MAGAZINE-SECTION-START=====*/
body.ebook_body .body-container-wrapper .container{
  padding:0 40px 0 75px;
}

.investor_magazine_sec{
  padding:54px 0 25px;
  background-color:#f7f4f7;
}
.investor_magazine_cont_sec{
  padding-right:20px;
}
.investor_magazine_cont_sec p{
  font-size: 13px;
  font-weight: 300;
  letter-spacing: -0.6px;
  color: #000000;
  margin-bottom:20px;
}
.investor_magazine_cont_sec ul{
  margin:15px 0;
}
.investor_magazine_cont_sec li{
  margin: 0 0 12px;
  line-height: 18px;
  font-size: 14px;
  padding-left: 40px;
  background: url(https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Home%20Page/icons-8-ok@2x.png?t=1518115246121);
  background-repeat: no-repeat;
  background-position: top 2px left;
  line-height: 28px;
  display: inline-block;
  background-size: 20px auto;
  font-weight:300;
}

.investor_magazine_cont_sec p:last-child {
  padding-top: 10px;
}
.investor_magazine_img_sec{
  text-align:center;
}
.cta_button.investor_maganize_button{
  margin:38px 0 10px;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}
.cta_button.investor_maganize_button:hover{
  background: #368439 !important; 
}

.investor_magazine_img_sec p{
  color:#000;
  font-size:14px;
}
.investor_magazine_img_sec p a{
  color:#4cae50;
}

/*=======WHAT-INCLUDED-ANALYSIS-START=======*/
body.ebook_body .banner-main.analysis_included_sec {
  padding:60px 0 40px;
  border-bottom:none;
  background-image:url("https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Yodelar-Feb-2018/Ebook-Page/Images/included_analysis_bg_img.jpg");
}
body.ebook_body .banner-main.analysis_included_sec::before{
  width:100%;
  height:100%;
  top:0;
  left:0;
  content:"";
  position:absolute;
  opacity: 0.7;
  background-image: linear-gradient(236deg, #6c409a, #703b64);
  display:none;
}
body.ebook_body .banner-main.analysis_included_sec > div{
  position:relative;
}
body.ebook_body .banner-main.analysis_included_sec .banner_content{
  margin:0 !important;
}
body.ebook_body .analysis_included_sec .banner_left_con{
  padding-bottom:0 !important;
}

body.body.ebook_body .analysis_included_sec .banner_left_con{
  font-size:14px;
  color:#fff;
}
body.ebook_body .analysis_included_sec .banner_left_con h1{
  max-width:100%;
  padding:0 0 0 20px;
  margin-bottom:40px
}
body.ebook_body .analysis_included_sec .banner_left_con h1::after{
  top:0;
  width:5px;
}
body.ebook_body .analysis_included_sec .banner_left_con h2::after{
  display:none;
}
body.ebook_body .banner_left_con .banner_left_con_inr{
  max-width:350px;
  width:100%;
}
body.ebook_body .try_yodelar_btn{
  margin:0 0 8px;
}
body.ebook_body .banner_left_con ul{
  margin-top:0 ;
}
body.ebook_body .banner_left_con li{
  margin:0 0 12px;
  line-height: 18px;
}
body.ebook_body .analysis_included_sec .banner_left_con p{
  margin-bottom:20px;
}
body.ebook_body .analysis_included_sec .banner_left_con h5{
  margin-bottom:20px;
  font-weight:600;
}
body.ebook_body .banner_left_con .try_yodelar_btn, body.ebook_body .banner_left_con .already_member_btn{
  max-width:100% !important;
  width:100% !important;
}
body.ebook_body .banner_left_con .try_yodelar_btn{
  max-width:100%;
}
body.ebook_body .banner_left_con .try_yodelar_btn .cta_button {
  max-width:100% !important;
  width:100% !important;
}
body.ebook_body .banner_mobile_img{
  max-width:100%;
}
.cta_button.start_portfolio_analysis_btn{
  background: #368439 !important;
  border-color:transparent !important;
}
body.ebook_body .banner_right_con{
  max-width:100%;
  float: right;
  text-align:center;
}

/*======WHAT-INCLUDED-SERVICES-SECTION-START======*/
body.ebook_body .banner-main.service_included_sec {
  padding:60px 0 40px;
  border-bottom:none;
  background-image:url("https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Yodelar-Feb-2018/Ebook-Page/Images/what_included_sec_bg_img.jpg");
  background-position: center;
}
body.ebook_body .banner-main.service_included_sec::before{
  background: #7ac7c4;
  opacity:0.87;
  display:block;
}
body.ebook_body .banner-main.service_included_sec .banner_content{
  padding-bottom:15px
}
body.ebook_body .service_included_sec .banner_left_con h1{
  font-weight:700;
}
body.ebook_body .service_included_sec .banner_left_con h1::after{
  background-color:#864075;
}
.service_included_sec .banner_left_con{
  color:#000000;
}
.download_app_btn_sec{
  margin-top:25px;
}
body.ebook_body .service_included_sec .banner_left_con li{
  font-weight:600;
}
body.ebook_body .service_included_sec .banner_left_con .try_yodelar_btn{
  margin-top:0;
  padding-top:8px;
}
body.ebook_body .service_included_sec .banner_right_con .widget-type-linked_image img{
  max-width:300px;
  width:100% !important;
}

body.ebook_body .service_included_btn .banner_right_con{
  max-width:300px;
}
.cta_button.service_included_btn:hover{
  background: #5f2e52 !important;
  border-color:transparent !important;
}
body.ebook_body .analysis_included_sec .download_app_btn{
  margin-left:0 !important;
  margin-right:25px;
  width:auto;
  display: inline-block;
  float: none;
}
body.ebook_body .analysis_included_sec .download_app_btn:last-child{
  margin-right:0;
}



/*body.ebook_body .magazine_sec_inr{
padding:0;
}
body.ebook_body  .magazine-sec::after{
display:none !important;
}
body.ebook_body .magazine_sec_inr::after{
display:none !important;
}*/

/*==========EBOOK-PAGE-CSS-END==========*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Header V4 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

.header-v4 .mega-menu {
  border-width: 1px;
  border-color: rgb(151, 151, 151);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  box-shadow: 2.237px 3.316px 4px 0px rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 70px;
  width: calc(100% - 40px) !important;
  right: 0;
  margin: auto !important;
  z-index:99;
}

.header-v4 .mega-top-title-bar{
  padding:17px 27px;
  position:relative;
}

.header-v4 .mega-top-title-bar:after {
  content: '';
  width: calc(100% - 6px);
  display: inline-block;
  height: 1px;
  background-color: #e7e7e7;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.header-v4 .hdr-service-title {
  font-weight: 500;
  color: #4a4a4a;
  font-size: 16px;
}

.header-v4 .hdr-support-title,.header-v4 .hdr-support-title a {
  font-size: 13px;
  color: #4a4a4a;
}

.header-v4 .hdr-support-title a{
  cursor:pointer;
}

.header-v4 .hdr-support-title span span {
  font-weight: 600;
  /* vertical-align: middle; */
}

.header-v4 .hdr-support-title img {
  vertical-align: baseline;
  margin: 0 2px -2px 14px;
}

.header-v4 span.online-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  background-color: #80d135;
  margin-right: 8px;
  border-radius: 50%;
  margin-top: -3px;
}

.header-v4 .mega-left-bar {
  background-color: #d4ecec;
  width: 258px !important;
}

.header-v4 .left-menu {
  background-color: #fff;
}

.header-v4 .mega-left-bar p, .header-v4 .mega-left-bar li {
  color: #4a4a4a;
  font-size: 12px;
  padding: 13.5px 24px;
  border-bottom: 1px solid #f3f3f3;
  margin:0;
  line-height: 1.3;
}

.header-v4 .mega-left-bar li {
  font-size: 13px;
  cursor:pointer;
  transition:all .3s ease-in-out;
}

.header-v4 .mega-left-bar li.tab-trigger.active,
.header-v4 .mega-left-bar li.tab-trigger:hover{
  color: #4a90e2;
}

.header-v4 .mega-btm-links p strong {
  font-size: 16px;
  font-weight: 500;
}

.header-v4 .mega-btm-links p, .header-v4 .mega-btm-links li {
  border-bottom: 0 solid #f3f3f3;
}

.header-v4 .mega-btm-links p {
  padding-bottom: 0 !important;
}

.header-v4 li.tab-trigger span {
  color: #7ed321;
  margin: 0 2px 0 7px;
}

.header-v4 .mega-right-bar {
  margin: 0 !important;
  width: calc(100% - 258px) !important;
}

.header-v4 .mega-right-list-block {
  background-color: #faf8fa;
  width: 38% !important;
  min-height: 499px;
}

.header-v4 .mega-right-list-block li {
  padding: 22.5px 28px;
  color: #4a4a4a;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid #efecee;
  /* min-height: 110.6px; */
}

.header-v4 .mega-right-list-block li p{
  font-size: 12px;
  font-weight: 400;
  margin:0;
  padding:0;
  line-height: 1.3;
}

.header-v4 .mega-right-list-block li span {
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
  font-size: 13px;    
  line-height: 1.3;
}

.header-v4 .mega-right-list-block li h6{
  font-weight: 500;
  display: block;
  margin:0;
  margin-bottom: 5px;
  font-size: 13px;    
  padding:0;
  line-height: 1.3;
}

.header-v4 .mega-right-list-block li:last-child {
  border-bottom: none;
}


.header-v4 .mega-right-detail-block {
  width: 62% !important;
  margin: 0 !important;
}

.header-v4 .mega-detail-two-col {
  border-bottom: 1px solid#f8f8f8;
  padding: 18px 36px;
}

.header-v4 .mega-btm-cta {
  text-align: center;
  padding: 20px 10px;
}

.header-v4 .mega-detail-two-col .widget-type-linked_image {
  padding: 0 15px 0 0;
}

.header-v4 .mega-detail-two-col p, .header-v4 .mega-btm-full-desc p {
  font-size: 12px;
  color: #4a4a4a;
  margin: 0;
  margin-bottom: 10px;
  line-height: 1.3;
}

.header-v4 .mega-detail-two-col p:last-child {
  margin-bottom: 0px;
}

.header-v4 .mega-detail-two-col p a {
  color: #4a4a4a;
  font-size: 13px;
  font-weight: 500;
}

.header-v4 .mega-detail-two-col p a span {
  color: #7ed321;
}

.header-v4 .mega-detail-two-col .widget-type-rich_text {
  padding-top: 28px;
}

.header-v4 .mega-detail-two-col h6, .header-v4 .mega-btm-full-desc h6 {
  color: #4a4a4a;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
}

.header-v4 .mega-btm-full-desc > div {
  padding: 40px 40px 20px;
  max-width: 384px;
  margin: 0 auto;
}


.header-v4 .fund_manager_review .mega-btm-full-desc > div {
  max-width: 100%;
}

.header-v4 .mega-btm-full-desc span.hs-cta-wrapper {
  max-width: 130px;
  display: inline-block;
  margin-top: 10px;
}

.header-v4 .mega-btm-full-desc span.hs-cta-wrapper:nth-child(2) {
  margin-left: 6px;
}

.header-v4 .big-ebook-block {
  padding: 20px 31px;
}

.header-v4 .big-ebook-block .widget-type-rich_text {
  padding-bottom: 18px;
}

.header-v4 .big-ebook-block p{
  margin:0;
}

.header-v4 .ebook-block {
  padding: 23px 50px 30px 0;
}

.header-v4 .ebook-block p {
  color: #4a4a4a;
  font-size: 12px;
  margin: 0;
  margin-bottom: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.header-v4 .investor_magazine .mega-btm-full-desc>div {
  padding-top: 0;
}
.header-v4 .investor_magazine .mega-btm-full-desc p {
  margin-bottom: 5px;
}
.header-v4 .mega-btm-full-desc p a {
  color: #4a4a4a;
  font-weight: 500;
  font-size: 13px;
}

.header-v4 .mega-btm-full-desc p a span {
  color: #7ed321;
}

.header-v4 .investor_magazine .mega-btm-cta .span3.widget-span.widget-type-cta,
.header-v4 .investor_insights_tab .mega-btm-cta .span3.widget-span.widget-type-cta,
.header-v4 .fund_manager_review .mega-btm-cta .span3.widget-span.widget-type-cta {
  padding: 0 10.75px 3px 10.8px;
  margin: 0;
}

.header-v4 .fund_manager_review .mega-btm-cta .span3.widget-span.widget-type-cta:nth-child(2) {
  padding: 0.5px 10.49px 3px 10.49px;
}

.header-v4 .fund_manager_review .mega-btm-cta .span3.widget-span.widget-type-cta, .header-v4 .fund_manager_review .mega-btm-cta .span6.widget-span.widget-type-cta,
.header-v4 .investor_insights_tab .mega-btm-cta .span3.widget-span.widget-type-cta, .header-v4 .investor_insights_tab .mega-btm-cta .span6.widget-span.widget-type-cta,
.header-v4 .investor_magazine .mega-btm-cta .span3.widget-span.widget-type-cta, .header-v4 .investor_magazine .mega-btm-cta .span6.widget-span.widget-type-cta{
  float: none;
  display: inline-block;
  vertical-align: top;
}

.header-v4 .fund_manager_review .mega-btm-cta .span6.widget-span.widget-type-cta,
.header-v4 .investor_insights_tab .mega-btm-cta .span6.widget-span.widget-type-cta,
.header-v4 .investor_magazine .mega-btm-cta .span6.widget-span.widget-type-cta{
  max-width: 261px;
}

.header-v4 .investor_magazine .mega-btm-cta,.header-v4 .investor_insights_tab .mega-btm-cta
,.header-v4 .fund_manager_review .mega-btm-cta{
  border-top: 1px solid #f8f8f8;
}

.header-v4 .span6.widget-span.widget-type-cta,.header-v4 .fund_manager_review .span6.widget-span.widget-type-cta,.header-v4 .investor_insights_tab .mega-btm-cta .span6.widget-span.widget-type-cta {
  padding-left: 10px;
  text-align: left;
}

.header-v4 .investor_insights_tab .mega-btm-cta {
  padding-bottom: 13px;
}

.header-v4 .investor_insights_tab .span12.widget-span.widget-type-raw_jinja {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  border-bottom: 1px solid#f8f8f8;
}
.header-v4 .post-item {
  padding: 0 0 6px;
  margin: 0 0 6px 5.5%;
  border-bottom: 1px solid #60a485;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 41%;
  display: inline-block;
  background: inherit;
  vertical-align: top;
}

.header-v4 .recommended_article_content_sec h5 {
  font-size: 11px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  line-height: 15px;
}

.header-v4 .recommended_article_content_sec h4 {
  margin: 0;
}

.header-v4 .recommended_article_content_sec h4 a:first-child {
  display: block;
  color: #9b9b9b;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  margin-bottom: 5px;
}

.header-v4 .recommended_article_content_sec {
  width: calc(100% - 113px);
  display: inline-block;
  vertical-align: middle;
}

.header-v4 .post-item .hs-featured-image-wrapper {
  border: 0;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 100px;
  margin-right: 5px;
}

.header-v4 .post-item .hs-featured-image-wrapper a.hs-featured-image-link {
  min-height: 66px;
  width: 100%;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;  
  padding-top:0;
}

.header-v4 .fund_manager_review .mega-btm-full-desc > div {
  max-width: 100%;
  padding-top: 26px;
}

.header-v4 .st_james_module {
  padding:22px 25px 0 40px;
  position:relative;
}

.header-v4 .st_james_module .widget-type-linked_image {
  padding-right: 5px;
}

.header-v4 .st_james_module:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 90%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #cacaca;
}

.header-v4 .fund_manager_review h6 {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.header-v4 .fund_manager_review p {
  color: #4a4a4a;
  margin: 0;
  font-size: 12px;
  margin-bottom: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.header-v4 .pplar_reviews {
  padding: 22px 22px 0px 13px;
}

.header-v4 .fund_manager_review li, .header-v4 .fund_manager_review li a{
  color: #4a4a4a;
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 5px;
  font-weight: 400;
}

.header-v4 .fund_manager_review ul {
  margin-top: 19px;
}

.header-v4 .best_fund_reports .mega-right-list-block li {
  padding: 21px 28px;
}
/*
.header-v4 .tab-seven .mega-right-list-block li {
padding: 22.5px 28px;
}*/

.header-v4 .tab-seven .mega-detail-two-col p a {
  color: #44c0ff;
}

.header-v4 .tab-eight .mega-right-list-block li {
  padding: 13.5px 28px;
}

div.tab-one,
div.tab-two,
div.tab-three,
div.tab-four,
div.tab-five,
div.tab-six,
div.tab-seven,
div.tab-eight,
div.tab-nine{
  display:none !important;
  animation-name: fadeOut;
  animation-duration: .7s;
}

div.tab-one.active,
div.tab-two.active,
div.tab-three.active,
div.tab-four.active,
div.tab-five.active,
div.tab-six.active,
div.tab-seven.active,
div.tab-eight.active,
div.tab-nine.active{
  display:block !important;
  animation-name: fadeIn;
  animation-duration: .7s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
* colors
* primary #4cd964
* accent #5ac8fa
* accent #ff2d55
* background #fff
* text #222
*/

/* reset */



/* global */



.header-v4-mobile-nav #menu {
  width: 100%;
}

.header-v4-mobile-nav .loading {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 2em;
  text-align: center;
}

.header-v4-mobile-nav .loading::before {
  animation: spinner 1s infinite linear;
  content: '';
  border: 2px solid transparent;
  border-top-color: #5ac8fa;
  border-right-color: #5ac8fa;
  border-radius: 1em;
  height: 1.5em;
  margin-right: 1em;
  width: 1.5em;
}
.header-v4-mobile-nav .slinky-menu {
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }
.header-v4-mobile-nav .slinky-menu > ul {
  left: 0;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); 
}
.header-v4-mobile-nav .slinky-menu ul,
.header-v4-mobile-nav .slinky-menu li {
  list-style: none;
  margin: 0; }

.header-v4-mobile-nav .slinky-menu ul {
  width: 100%;
  padding-left: 0; 
}

.header-v4-mobile-nav .slinky-menu a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color:#fff;
  text-decoration: none;   
}

.header-v4-mobile-nav .slinky-menu a span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.4; }

.header-v4-mobile-nav .slinky-menu li ul {
  display: none;
  left: 100%;
  position: absolute;
  top: 0; }

.header-v4-mobile-nav .slinky-menu .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.header-v4-mobile-nav .slinky-menu .header .title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.4;
  margin: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.header-v4-mobile-nav .slinky-theme-default {
  background: #863f75;
}

.header-v4-mobile-nav .slinky-theme-default .title {
  color: #333;
  padding: 1em; }

.header-v4-mobile-nav .slinky-theme-default li {
  line-height: 1; }

.header-v4-mobile-nav .slinky-theme-default a:not(.back) {
  color: #fff;
  padding: 1em; }

.header-v4-mobile-nav .slinky-theme-default a:not(.back):hover {
  background: #773c69; }

.header-v4-mobile-nav .slinky-theme-default a:not(.back):active {
  background: #773c69; }

.header-v4-mobile-nav .slinky-theme-default a::after,
.header-v4-mobile-nav .slinky-theme-default .back::before {
  content: '>';
  height: 1em;
  opacity: 1;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 1em;
  font-size: 16px;}


.header-v4-mobile-nav .slinky-menu a.back:after{
  display:none !important;
}
.header-v4-mobile-nav .slinky-theme-default .next::after {
  margin-left: 1em; }

.header-v4-mobile-nav .slinky-theme-default .back::before {
  padding: 1em;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.header-v4-mobile-nav .slinky-theme-default .next:hover::after,
.header-v4-mobile-nav .slinky-theme-default .back:hover::before {
  opacity: 0.75; }

.header-v4-mobile-nav .slinky-theme-default .next:active::after,
.header-v4-mobile-nav .slinky-theme-default .back:active::before {
  opacity: 1; }

.header-v4-mobile-nav {
  position: fixed;
  width: 280px !important;
  top: 0;
  right: -321px;
  bottom: 0;
  margin-left: 54px;
  z-index: 1002;
  background: #863f75;
  overflow: visible;
  transform: translate(0);
  transition: transform .4s cubic-bezier(.5,.12,.18,1);
  border: none !important;
  top: 0;
  z-index: 9999;
  padding: 0 !important;
}

.close-slide-menu {
  position: absolute;
  width: 41px;
  /* height: 52px; */
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 16.5px 10px;
  left: -41px;
  background-color:#964485;
  box-sizing: border-box;
}

.close-slide-menu span {
  border-radius: 50%;
  display: inline-block;
  width: 100%;
  border: 1px solid #fff;
  line-height: 18px;
  padding-bottom: 1px;
}

.slide-menu-open,.slide-login-open{
  overflow:hidden;
  position: fixed;
}

.slide-menu-open .header-v4-mobile-menu,
.slide-login-open .header-v4-mobile-login{
  transform: translate(-320px);
  transition-timing-function: cubic-bezier(.165,.84,.44,1);
}
/*
.body-menu-v4 .header-container-wrapper {
position: static !important;
}*/

.body-menu-v4:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
}

.body-menu-v4.slide-menu-open:before,
.body-menu-v4.slide-login-open:before{
  opacity: .6;
  visibility: visible;
}

/* animations */

@keyframes spinner {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}
body.body-menu-v4 .mobile-triger{
  display:none !important;
}

.header-v4-mobile-nav.header-v4-mobile-login,.header-v4-mobile-login .close-slide-menu {
  background: #d3ebec;
}

.header-v4-mobile-nav.header-v4-mobile-login .slinky-theme-default {
  background: #d3ebec;
  width: 100%;
}

.header-v4-mobile-nav.header-v4-mobile-login .slinky-theme-default a:not(.back) {
  color: rgb(74,74,74);
}

.header-v4-mobile-nav.header-v4-mobile-login .slinky-theme-default a:not(.back):hover {
  background: #62babd;
  color:#fff;
}

.header-v4-mobile-nav.header-v4-mobile-login .close-slide-menu span {
  border: 1px solid rgb(74,74,74);
  color: rgb(74,74,74);
}

li.slide-login-title {
  color: #fff;
  padding: 1.2em 1em;
  background: #62babd;
}

.header-v4-mobile-menu li.slide-login-title {
  background: #773c69;
}

.header-v4-mobile-nav .slinky-menu {
  position: relative;
  height: 100% !important;
  overflow-y: scroll;
}

.header-v4-mobile-nav .slinky-menu ul, .header-v4-mobile-nav .slinky-menu li{
  border-bottom: 1px solid rgba(255, 255, 255, .4);
}

.header-v4-mobile-nav .slinky-menu .header {
  background-color: #773c69;
}

html[style="margin-top: 84px;"] .header-v4-mobile-nav {
  top: 84px;
}

.header-v4-mobile-nav .slinky-menu a.back {
  padding: 0.15em 0;
}

.header-v4-mobile-nav .slinky-theme-default .back::before{
  width: auto;
}

.header-v4 .mega-menu.hide {
  display: none !important;
}

body.body-menu-v4 .top-hdr-sec.up.header-v4.acs-rprt-hdr .span1.widget-span.widget-type-linked_image.menu-trigger, body.body-menu-v4 .mobile-triger {
  top: 29px;
}

body.body-menu-v4 .top-hdr-sec.up.header-v4.acs-rprt-hdr .top-hdr-sec.page-center.up.acs-rprt-hdr .top-hdr-rgt.up {
  width: calc(100% - 245px) !important;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Header V4 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/






/*================MEDIA-QUERIES-START================*/

@media only screen and (min-width: 1400px){
  .review-sec::before
  {
    background:#b9dbde;
  }

}

@media only screen and (max-width: 1200px){
  /*SECTION-PART-START*/
  /*HEADER-BANNER-START*/
  /*REVIEW-SECTION-START*/
  /*MAGAZINES-SECTION-START*/

  /*BLOG-POST-SECTION-START*/

  /*NEED-ADVICE-SEC-START*/

  /*FOOTER-SEC-START*/



}


@media only screen and (max-width: 985px){

  /*HEADER-BANNER-SEC-START */
  body.home-v3 .review-sec .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget {
    width: calc(50% - 22px);
    margin-right: 34px;
  }
  /*
  body.home-v3 .banner_mobile_img {
  width: 38%;
}
  */

  body.home-v3 .banner_right_con{
    padding: 0;
  }

  .need_advice_left_outer {
    width: calc(40.5% - 15px) !important;
  }


  /*REVIEW-SEC-START*/

  /*MAGAZINES-SEC-START*/

  /*BLOG-POST-SEC-START*/

  /*NEED-ADVICE-SEC-START*/

  /*FOOTER-PART-START*/
  body.home-v3 .ftr-mnu ul li{
    display: inline-block;
    float: none !important;
    margin-bottom: 10px;
  }

  body.home-v3 .banner-main{
    padding: 0px;
  }

  body.home-v3 .header-main {
    padding: 17px 0px 10px;
  }
  body.home-v3 .magazine_sec_inr{
    padding: 0 44px 0 12px;
  }
}

@media only screen and (max-width: 980px){


  body.body-menu-v4 .header-v4 .top-hdr-rgt.up {
    padding-top: 13px;
    width: calc(100% - 248px) !important;
  }

  .top-hdr-rgt.up .widget-type-raw_html {
    width: 100%;
  }

  body.body-menu-v4 .mobile-triger.inner-menu-triger {
    right: 90px;
    top: auto !important;
    min-height: 0;
    bottom: 24px;
  }

  body.body-menu-v4 .mobile-triger.mobile-login-triger.inner-login-triger {
    right: 57px;
    top: auto !important;
    min-height: 0;
    bottom: 25px;
  }
  .header-v4 .mega-right-list-block li {
    padding: 13.4px 12px;
  }

  .header-v4 .mega-detail-two-col {
    padding: 8px 16px;
  }

  .header-v4 .mega-detail-two-col .widget-type-rich_text {
    padding-top: 14px;
  }

  .header-v4 .mega-btm-full-desc > div {
    padding: 10px 16px 10px;
  }

  .header-v4 .mega-right-list-block li h6 {
    font-size: 12px;
  }

  .header-v4 .mega-btm-full-desc > div {
    padding: 9px 16px 9px;
  }

  .header-v4 .best_fund_reports .mega-right-list-block li {
    padding: 10px 12px;
  }

  .header-v4 .mega-btm-full-desc span.hs-cta-wrapper {
    width: calc(50% - 7px);
  }

  .header-v4 .st_james_module {
    padding: 12px 12px 0 12px;
    position: relative;
  }

  .header-v4 .investor_magazine .mega-btm-cta .span3.widget-span.widget-type-cta, .header-v4 .investor_insights_tab .mega-btm-cta .span3.widget-span.widget-type-cta, .header-v4 .fund_manager_review .mega-btm-cta .span3.widget-span.widget-type-cta {
    padding: 0 0 3px 10.8px;
    margin: 0;
  }

  .header-v4 .fund_manager_review .mega-btm-cta .span3.widget-span.widget-type-cta:nth-child(2) {
    padding: 0.5px 0 3px 10.49px;
  }

  .header-v4 .fund_manager_review .mega-btm-full-desc > div {
    max-width: 100%;
    padding-top: 12px;
  }

  .header-v4 .st_james_module a#cta_button_2828857_45ca2940-8e7a-488f-adc8-ccaac7fcf7f4 {
    margin-top: -30px;
  }

  .header-v4 .post-item .hs-featured-image-wrapper {
    max-width: 70px;
  }

  .header-v4 .recommended_article_content_sec {
    width: calc(100% - 80px);
  }

  .header-v4 .post-item .hs-featured-image-wrapper a.hs-featured-image-link {
    min-height: 46px !important;
  }

  .header-v4 .recommended_article_content_sec h5 {
    font-size: 10px !important;
    line-height: 12px;
  }

  .header-v4 .tab-eight .mega-right-list-block li {
    padding: 5px 12px;
  }

  .header-v4 .tab-nine .mega-right-list-block li {
    padding: 9px 12px;
  }

  .header-v4 .hdr-support-title, .header-v4 .hdr-support-title a {
    font-size: 12px;
  }

  .header-v4 .hdr-support-title a[onclick="zE.activate();"]:first-of-type {
    margin-right: 0 !important;
  }

  .header-v4 .mega-menu {
    max-width: 780px;
  }

  .top-hdr-rgt.up ul li.tag-line {
    width: 100%;
    text-align: right;
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 880px){
  body.home-v3 .banner_mobile_img {
    right: 29px;
  }

  body.home-v3 .magazine-sec .container::after {
    right: -2784px;
  }
}

@media only screen and (max-width: 767px){
  /*.top-hdr-inr.up{
  padding:13px 0 !important;
}*/

  body.body-menu-v4 .mobile-triger{
    display: block !important;
    left: auto !important;
    right: 45px;
    top: 39px !important;
  }
  body.body-menu-v4 .menu-trigger{
    display:none !important;
  }

  body.body-menu-v4 .header_login_btn {
    display: none !important;
  }

  body.body-menu-v4 .mobile-triger.mobile-login-triger {
    right: 10px;
    text-align: right;
    max-width: 24px;
    top: 38px !important;
  }
  body.body-menu-v4 .header_logo {
    margin-left: 0 !important;
  }

  body.body-menu-v4 .mega-menu{
    display:none !important;
  }

  .header-main .header_nav_menu {
    top: 17px;
  }

  .header_logo {
    display: inline-block !important;
  }

  .banner_left_con h2 {
    max-width: 100%;
  }

  .banner_left_con {
    padding: 12px 0 0px 12px;
  }

  body.home-v3 .banner_right_con {
    padding: 23px 4px 60px 20px;
  }

  body.home-v3 .banner_right_con > div {
    display: inline-block;
    vertical-align: top;
    padding: 0 7px
  }

  body.home-v3 .banner_mobile_img{
    display:none;
  }

  .banner_left_con li {
    display: block;
  }

  body.home-v3 .review-sec .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget {
    margin: 0 auto 70px;
    display: block;
    width: 100%;
  }

  body.home-v3 .review-sec .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget:nth-child(2n) {
    margin-right: auto;
  }

  .magazine_sec_inr .row-fluid-wrapper .row-fluid {
    display: inline-block;
  }

  body.home-v3 .yodelar_magazines_detail {
    padding: 45px 40px 30px 0;
  }

  body.home-v3 .yodelar_magazines_detail ~ .widget-type-linked_image {
    margin: 15px auto 80px;
    text-align: center;
  }

  body.home-v3 .yodelar_blog_post_inr .post_wrap_outer {
    width: 100%;
    margin: 0 0px 30px 0;
    max-width: 400px;
  }

  body.home-v3 .footer_box_outer {
    max-width: 100%;
    width: 100%;
  }

  .need_advice_sec .container .row-fluid {
    display: inline-block;
  }

  .need_advice_left_outer {
    width: 100% !important;
    max-width: 400px;
    margin: 0 auto 30px!important;
  }

  .need_advice_right {
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 400px;
  }

  body.home-v3 .footer-sec .footer_copyright {
    top: 0;
    max-width: 100%;
    padding: 10px 0;
    text-align: center;
    margin: 40px 0 0;
  }

  body.home-v3 .footer_inr_sec {
    padding: 50px 0 0px;
  }
  /*
  body.home-v3 .span12.widget-span.widget-type-cell.footer-sec:before {
  width: 100%;
  height: 35px;
  bottom: -0px;
  left: 0;
  position: absolute;
  content: "";
  background: #92437e;
  border-left: 0 solid #92437e;
  border-bottom: 0px solid transparent;
  border-top: 0 solid transparent;
}*/

  body.home-v3 .footer-sec .container::after {
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    left: -75px;
    content: "";
    background: transparent;
    transform: none;
    border-left: 130px solid #844073;
    border-bottom: 0px solid transparent;
    border-top: 80px solid transparent;
    top: auto;
  }

  body.home-v3 .footer_box_outer {
    text-align: center;
  }

  body.home-updated-v2 .need_advice_sec .container:after {
    left: 50%;
  }

  body.home-v3 .banner-main .banner_content {
    max-width: 430px;
    margin: 102px auto 0;
  }

  body.home-v3 .banner_left_con .try_yodelar_btn, body.home-v3 .banner_left_con .already_member_btn {
    max-width: 100%;
  }

  body.home-v3 .banner_left_con {
    padding: 0 0 13px 12px;
  }

  body.home-v3 .banner_right_con>div {
    display: inline-block;
    vertical-align: top;
    padding: 0 7px;
    width: 100%;
  }

  body.home-v3 .download_app_btn {
    display: inline-block;
  }

  body.home-v3 .banner_right_con {
    padding: 23px 20px 90px 20px;
    max-width: 300px;
    margin: 0 auto;
  }

  body.home-v3 .magazine-sec .container::after {
    right: -2860px;
  }

  body.home-v3 .yodelar_blog_post_inr .blog_more_article_btn .cta_button {
    font-size: 14px;
  }

  .yodelar_blog_post_inr .blog_more_article_btn .cta_button span.forward-icon {
    padding-left: 5px;
  }

  body.home-v3 .yodelar_magazines_detail {
    padding: 45px 0px 30px 0;
  }

  body.home-v3 .magazine_sec_inr::before {
    left: -307px;
  }

  body.home-v3 .need_advice_left_outer {
    padding: 25px 25px 25px;
  }

  body.home-v3 .review-sec .review_portfolio_content {
    padding: 25px 25px 2px 25px;
  }

  body.home-v3 .banner_right_con {
    padding: 23px 0px 90px 0px;
  }

  body.home-v3 .download_app_btn {
    display: inline-block;
    width: 49%;
  }

  body.home-v3 .download_app_btn img {
    width: 100%;
  }

  .need_advice_right .advice_need_right_content {
    padding: 25px 25px;
  }
  body.home-v3 .need_advice_sec {
    padding: 25px 0 25px;
  }

  body.home-v3 .banner_left_con {
    padding: 0 0 13px 0px;
  }
  body.home-v3 .magazine_sec_inr {
    padding: 0 0px;
  }

  body.home-v3 .header_logo img {
    margin-right: -20px;
  }


  .top-hdr-inr.up {
    padding: 13px 18px !important;
  }
  .top-hdr-rgt.up {
    padding: 6px 0;
    width: calc(100% - 205px) !important;
  }

  .top-hdr-left.up {
    margin-top: 0;
    padding-left: 0 !important;
  }
  .top-hdr-rgt.up .widget-type-raw_html{
    width: calc(100% - 122px);
  }

  .top-hdr-rgt.up .widget-type-cta{
    display:none !important;
  }
  .top-hdr-rgt.up .widget-type-raw_html {
    width: 100%;
  }
  .top-hdr-rgt.up, .top-hdr-left.up{
    vertical-align:middle;
  }
  .top-hdr-left.up{
    margin-top:0;
  }

  /*============EBOOK-PAGE-CSS-START============*/
  body.ebook_body .body-container-wrapper .container {
    padding: 0 35px;
  }
  body.ebook_body .top-hdr-inr.up{
    padding: 13px 18px 13px 18px !important;
  }
  body.ebook_body .top-hdr-rgt.up{
    width: calc(100% - 210px) !important;
    padding: 20px 0 0;
  }
  body.ebook_body .top-hdr-left.up img{
    padding: 0 18px 0 0 !important;
  }
  .investor_magazine_sec_inr {
    max-width: 430px;
    margin: auto !important;
  }

  body.ebook_body .top-hdr-inr.up {
    padding: 13.5px 18px 14.5px 18px !important;
  }
  body.ebook_body .top-hdr-left.up img {
    padding: 12px 18px 12px 0 !important;
  }


  /*INVESTOR-MAGAZINES-SECTION-START*/
  .investor_magazine_sec_inr .investor_magazine_cont_sec{
    padding:0;
  }
  .investor_magazine_sec_inr .investor_magazine_img_sec{
    margin:30px 0;
  }

  /*INCLUDED-ANALYSIS-CSS-START*/
  body.ebook_body .banner-main.analysis_included_sec .banner_content{
    margin:auto !important;
  }
  body.ebook_body .banner_left_con .banner_left_con_inr{
    max-width:100%;
  }
  body.ebook_body .analysis_included_sec .banner_right_con{
    float:none !important;
    padding:40px 0 0 !important;
  }
  body.ebook_body .banner_mobile_img{
    display:block !important;
  }
  /*============EBOOK-PAGE-CSS-END============*/
  body.body-menu-v4 .mobile-triger.mobile-login-triger.inner-login-triger {
    right: 25px;
  }

  body.body-menu-v4 .mobile-triger.inner-menu-triger {
    right: 62px;
  }
}


@media only screen and (max-width: 640px){
  .top-hdr-left.up {
    margin-top: 0;
    padding-left: 0 !important;
    padding-right: 10px !important;
    max-width: 150px !important;
  }
  .top-hdr-left.up img{
    width:100% !important;
  }
  .top-hdr-rgt.up {
    padding: 6px 0;
    width: calc(100% - 155px) !important;
  }

  /*=========EBOOK-PAGE-CSS-START=========*/
  /*EBOOK-HEADER-CSS-START*/

  body.ebook_body .top-hdr-left.up{
    padding-right: 10px !important;
    max-width: 150px !important;
  }
  body.ebook_body .top-hdr-left.up img{
    width:100% !important;
  }
  body.ebook_body .top-hdr-rgt.up {
    padding: 4px 0;
    width: calc(100% - 155px) !important;
  }

  body.body-menu-v4 .header-v4 .top-hdr-rgt.up {
    width: calc(100% - 288px) !important;
  }

}

@media only screen and (max-width: 568px){
  body.home-v3 .ftr-mnu li a {
    border-left: 0px solid;
    margin-bottom: 10px;
  }

  .try_yodelar_btn .cta_button {
    font-size: 14px;
  }

  body.home-v3 .review_portfolio_content .content_detail .review_get_started_btn a {
    /*padding: 12px 43px;*/
    padding: 12px 28px;
    font-size: 14px;
  }

  body.home-v3 .header_logo {
    padding-left: 0;
  }

  .header_login_btn {
    margin-right: 0;
  }

  body.home-v3 .copyright-block {
    text-align: center;
  }
  body.home-v3 .ftr-logo{
    padding:3px 0 55px 0;
  }
  body.home-v3 .ftr-mnu ul li:first-child a{
    padding:0 !important;
  }
}


@media only screen and (max-width: 767px and min-width: 481px){


}


@media only screen and (max-width: 480px){
  body.home-v3 .header_logo {
    width: 100%;
    text-align: center;
  }

  body.body-menu-v4 .header_logo {
    text-align: left;
    max-width: 191px;
    margin-left: -10px !important;
  }

  body.body-menu-v4 .header_logo img {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .header_login_btn {
    width: 100% !important;
    text-align: center;
  }

  .header_login_btn .login_cta {
    margin: 0 -4px 0 0px !important;
  }

  body.home-v3 .banner-main .banner_content {
    margin: 140px auto 0;
  }
  /*
  body.home-v3 .lpv2-bnr, body.home-v3 .partnr-sec, body.home-v3 .blg-bnr-sec.page-center {
  padding-top: 140px !important;
}

  body.privcy-bdy.home-v3 .bnr-sec.lpv2-bnr.page-center{
  padding-top: 160px !important;
}
  */
  .top-hdr-left.up{
    padding-right: 0px !important;
    max-width: 100% !important;
  }
  .top-hdr-left.up .widget-type-linked_image {
    text-align: center;
  }
  .top-hdr-left.up img {
    width: 100% !important;
    height: auto;
    max-width: 196px;
  }
  .top-hdr-rgt.up {
    padding: 6px 0;
    width: 100% !important;
  }


  /*=========EBOOK-PAGE-CSS-START=========*/
  /*EBOOK-HEADER-CSS-START*/
  body.ebook_body .top-hdr-inr.up {
    padding: 11.5px 18px 14.5px 18px !important;
  }
  body.ebook_body .top-hdr-left.up {
    max-width: 100% !important;
    padding: 14px 0 13px 0 !important;
  }
  body.ebook_body .top-hdr-left.up img{
    padding: 0 !important;
    max-width: 196px !important;
  }
  body.ebook_body .top-hdr-rgt.up {
    padding: 4px 0;
    width:100% !important;
  }
  /*INVESTOR-MAGAZINES-SECTION-START*/
  .investor_magazine_sec {
    padding: 40px 0 20px;
  }
  body.ebook_body .analysis_included_sec .download_app_btn{
    margin:0 0 10px;
    width:100%;
  }
  body.ebook_body .analysis_included_sec .download_app_btn:last-child{
    margin-bottom:0;
  }

  body.body-menu-v4 .top-hdr-left.up .widget-type-linked_image {
    text-align: left;
    padding-right: 0;
  }

  body.body-menu-v4 .top-hdr-left.up{
    width: calc(100% - 130px) !important;
  }

  body.body-menu-v4 .mobile-triger.mobile-login-triger.inner-login-triger {
    right: 10px;
    /*top: 46px !important;*/
  }

  body.body-menu-v4 .mobile-triger.inner-menu-triger {
    right: 45px;
    /*top: 46px !important;*/
  }

  body.body-menu-v4 .header-v4 .top-hdr-rgt.up {
    width: 100% !important;
  }

  .top-hdr-rgt.up ul li.tag-line {
    text-align: center;
  }
}
/*================MEDIA-QUERIES-END================*/
.header-v4 .post-item .hs-featured-image-wrapper a.hs-featured-image-link {
  padding-top:0!important;
}